﻿@charset "UTF-8";
/* 画面幅別レイアウト設定 */
/* フォント設定 */
/* -------------------------------- */
/* コンテンツ用ボックス */
#contents {
  width: 100%;
  height: auto;
  padding-bottom: 8px;
  text-align: left;
  background-color: #D5CBB5; }
  #contents p {
    padding: 5px 20px; }
  #contents h3 {
    padding: 5px 0;
    text-align: center; }

/*-----------------------------------------*/
.shop {
  width: 100%;
  overflow: hidden;
  margin-top: 8px; }
  .shop .item-group {
    width: 31%;
    float: left;
    margin: 0 1%;
    overflow: hidden; }
    @media screen and (min-width: 401px) and (max-width: 899px) {
      .shop .item-group {
        width: 48%;
        margin: 0 1%;
        float: left; }
        .shop .item-group:nth-child(3) {
          clear: both; } }
    @media screen and (max-width: 400px) {
      .shop .item-group {
        width: 100%;
        margin: 0;
        float: none; } }
  .shop .shop-img {
    display: block;
    width: 96%;
    height: auto;
    margin: 0 auto;
    box-shadow: 3px 3px 3px rgba(104, 77, 57, 0.5); }

.money {
  width: 800px;
  margin: 0 auto;
  padding: 16px 0;
  background-color: #ebe3cf; }
  @media screen and (min-width: 401px) and (max-width: 899px) {
    .money {
      width: 96%;
      margin: 0 auto; } }
  @media screen and (max-width: 400px) {
    .money {
      width: 96%;
      margin: 0 auto; } }
  .money .money-index {
    display: block;
    width: 596px;
    height: 64px;
    margin: 8px auto;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }
    @media screen and (min-width: 401px) and (max-width: 899px) {
      .money .money-index {
        width: 96%;
        margin: 0 auto; } }
    @media screen and (max-width: 400px) {
      .money .money-index {
        width: 96%;
        margin: 0 auto; } }
    .money .money-index::before {
      content: "";
      width: 80px;
      height: 64px;
      display: inline-block;
      margin-right: 8px;
      background-image: url("img/icon01.png");
      background-size: 80px 64px;
      background-repeat: no-repeat; }
  .money .money-tx-area {
    width: 416px;
    height: 95px;
    margin: 0 auto;
    text-align: center;
    line-height: 95px;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    color: #FFF;
    background-image: url("img/money_bg.png");
    background-size: 416px 95px;
    background-repeat: no-repeat; }
    @media screen and (min-width: 401px) and (max-width: 899px) {
      .money .money-tx-area {
        width: 320px;
        height: 73px;
        line-height: 73px;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        background-size: 320px 73px; } }
    @media screen and (max-width: 400px) {
      .money .money-tx-area {
        width: 320px;
        height: 73px;
        line-height: 73px;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        background-size: 320px 73px; } }
  .money .money-label {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }
  .money .money-tx-s,
  .money .money-tx {
    display: block;
    width: 416px;
    margin: 0 auto 16px auto; }
    @media screen and (min-width: 401px) and (max-width: 899px) {
      .money .money-tx-s,
      .money .money-tx {
        width: 96%; } }
    @media screen and (max-width: 400px) {
      .money .money-tx-s,
      .money .money-tx {
        width: 96%; } }
  .money .money-tx-s {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 0 16px 16px 16px;
    border-bottom: 2px dotted #A08563; }
    @media screen and (min-width: 401px) and (max-width: 899px) {
      .money .money-tx-s {
        padding: 0 0 16px 0; } }
    @media screen and (max-width: 400px) {
      .money .money-tx-s {
        padding: 0 0 16px 0; } }
  .money .money-tx {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal; }
    .money .money-tx + .money-tx {
      padding: 16px 16px 0 16px;
      border-top: 2px dotted #A08563; }
      @media screen and (min-width: 401px) and (max-width: 899px) {
        .money .money-tx + .money-tx {
          padding: 16px 0 0 0; } }
      @media screen and (max-width: 400px) {
        .money .money-tx + .money-tx {
          padding: 16px 0 0 0; } }
  .money span.font-s {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal; }

.infomation {
  width: 800px;
  margin: 0 auto 8px auto;
  padding-bottom: 16px;
  background-color: #ebe3cf; }
  @media screen and (min-width: 401px) and (max-width: 899px) {
    .infomation {
      width: 96%;
      margin: 10px auto; } }
  @media screen and (max-width: 400px) {
    .infomation {
      width: 96%;
      margin: 10px auto; } }
  .infomation .map {
    width: 370px;
    height: 270px; }
    @media screen and (min-width: 401px) and (max-width: 899px) {
      .infomation .map {
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 400px) {
      .infomation .map {
        width: 100%;
        height: auto; } }
  .infomation .info-label {
    padding: 5px 20px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    background-color: #B55000; }
  .infomation .info-img {
    display: block;
    width: 720px;
    height: auto;
    margin: 0 auto; }
    @media screen and (min-width: 401px) and (max-width: 899px) {
      .infomation .info-img {
        width: 100%; } }
    @media screen and (max-width: 400px) {
      .infomation .info-img {
        width: 100%; } }
  .infomation .g-map {
    float: right;
    margin: 0 8px 16px 0; }
    @media screen and (min-width: 401px) and (max-width: 899px) {
      .infomation .g-map {
        position: relative;
        width: 96%;
        height: 0;
        padding-top: 75%;
        float: none;
        margin: 0 auto; } }
    @media screen and (max-width: 400px) {
      .infomation .g-map {
        position: relative;
        width: 96%;
        height: 0;
        padding-top: 75%;
        float: none;
        margin: 0 auto; } }
  @media screen and (min-width: 401px) and (max-width: 899px) {
    .infomation .g-map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
  @media screen and (max-width: 400px) {
    .infomation .g-map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
  .infomation table {
    width: 360px;
    float: left;
    margin: 16px; }
    @media screen and (min-width: 401px) and (max-width: 899px) {
      .infomation table {
        width: 90%;
        margin: 16px auto; } }
    @media screen and (max-width: 400px) {
      .infomation table {
        width: 90%;
        margin: 16px auto; } }
    .infomation table tr {
      height: 60px;
      vertical-align: top; }
    .infomation table th {
      width: 20%;
      text-align: center; }
    .infomation table td {
      border-bottom: 1px solid #A08563; }
