@charset "UTF-8";
/*---------------------------------------
基本設定
---------------------------------------*/
html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #24211B;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.05em;
  margin: 0;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  background-attachment: fixed;
  line-height: 1.6;
}

@media screen and (min-width: 640px) {
  html,
  body {
    font-size: 16px;
  }
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background: #EDE7D566;
}

::selection {
  background: #EDE7D566;
}

img {
  max-width: 100%;
  height: auto;
}

/*---------------------------------------
ヘッダー
---------------------------------------*/
.header {
  margin: 0;
  position: relative;
}

.header .headerWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  padding: 10px 0;
  padding-left: 18px;
}

.header .headerWrap h1 {
  margin-bottom: 0;
  z-index: 10;
  width: 77px;
}

.header .headerTel a {
  display: none;
}

@media screen and (min-width: 1025px) {
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 1;
    width: 1024px;
  }
  .header .headerWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding-left: 32px;
    padding-right: 180px;
    background-color: #EDE7D5E6;
    border-radius: 0 0 0 6px;
  }
  .header .headerTel a {
    background-color: #937A36;
    margin-left: 5px;
    height: 80px;
    width: 300px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0 0 6px 0;
  }
  .header .headerTel a img {
    width: 240px;
  }
}

/*---------------------------------------
フッター
---------------------------------------*/
.footer {
  position: relative;
  text-align: center;
  background-color: #937A36;
  padding: 2em 24px;
}

.footer figure {
  width: 95px;
  margin: auto;
  margin-bottom: 2.6em;
}

.footer figure img {
  width: 100%;
}

.footer address {
  color: #FFF;
}

.footer address P {
  margin-bottom: 0;
}

.footer .copyright {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-top: 3em;
  font-size: 12px;
}

.footer .copyright a {
  color: rgba(255, 255, 255, 0.6);
}

.footer .footerContent {
  display: none;
}

/*---------------------------------------
contactBtn
--------------------------------------*/
.contactBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 98%;
  margin: auto;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(147, 122, 54, 0.15));
          filter: drop-shadow(0px 0px 20px rgba(147, 122, 54, 0.15));
}

.contactBtn .tel {
  display: block;
  background-color: #937A36;
  border-radius: 6px 0 0 0;
  padding: 24px 20px;
}

.contactBtn .tel img {
  width: 180px;
}

.contactBtn .Consultation-hours {
  background-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px;
  border-radius: 0px 6px 0 0;
  color: #B99125;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.125rem;
}

.contactBtn .Consultation-hours:before {
  content: "";
  background-image: url(../img/cmn/time_icon.svg);
  background-repeat: none;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 7px;
}

@media screen and (min-width: 640px) {
  .contactBtn {
    left: auto;
    right: 4%;
    -webkit-transform: none;
            transform: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 1025px) {
  .contactBtn {
    right: 0px;
    bottom: 2%;
  }
  .contactBtn .tel {
    display: none;
  }
  .contactBtn .Consultation-hours {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background-color: #B99125;
    color: #FFF;
    border-radius: 6px 0 0 6px;
    padding: 40px 15px;
  }
  .contactBtn .Consultation-hours:before {
    content: "";
    background-image: url(../img/cmn/time_icon_white.svg);
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/*---------------------------------------
modal
--------------------------------------*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  overflow: auto;
  background-color: #24211BCC;
}

.modalBody {
  background-color: #F8F5EE;
  max-width: 700px;
  border-radius: 8px;
  margin: auto;
  margin-top: 190px;
  position: relative;
  width: 95%;
}

@media screen and (min-width: 1025px) {
  .modalBody {
    max-width: 820px;
    width: 100%;
  }
}

.modalClose {
  position: absolute;
  top: -12px;
  right: calc(-12px + 2.5%);
  color: #fff;
  text-align: center;
  font-size: 28px;
  background-color: #B99125;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 1025px) {
  .modalClose {
    right: -12px;
  }
}

.modalTtl {
  color: #B99125;
  font-size: 1.5rem;
  margin-bottom: 1em;
}

.modal .time-icon {
  display: block;
  margin: auto;
  padding-top: 1.5em;
}

.modalInner {
  padding: 0 24px;
}

.modalInner small {
  max-width: 600px;
  display: block;
  margin: auto;
  text-align: right;
}

@media screen and (min-width: 640px) {
  .modalInner small {
    display: none;
  }
}

.modalTable {
  overflow-x: scroll;
}

.modalTable table {
  color: #937A36;
  font-weight: 700;
  border-collapse: separate;
  border-spacing: 0;
  margin: auto;
  min-width: 600px;
  max-width: 600px;
}

.modalTable table tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

.modalTable table tr:last-child td:first-child {
  border-radius: 0 0 0px 8px;
}

.modalTable table th,
.modalTable table td {
  background-color: #FFF;
  border: solid 1px #24211B1A;
}

.modalTable table th {
  font-size: 1.06rem;
  font-weight: 700;
  text-align: center;
  width: 64px;
}

.modalTable table th:first-child {
  border-radius: 8px 0 0 0;
}

.modalTable table th:last-child {
  border-radius: 0 8px 0 0;
}

.modalTable table td {
  text-align: center;
  font-size: 1.06rem;
  line-height: 0.9;
  height: 33%;
}

.modalTable .time {
  width: 160px;
  height: 56px;
  font-size: 1.06rem;
}

.modalTxt {
  color: #937A36;
  line-height: 1.5;
  max-width: 648px;
  margin: auto;
  margin-top: 1.25em;
  padding: 0 24px;
  padding-bottom: 3.25em;
}

.modal-content {
  -webkit-animation-name: modalopen;
          animation-name: modalopen;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  position: relative;
  max-width: 700px;
  margin: auto;
}

@media screen and (min-width: 1025px) {
  .modal-content {
    max-width: 820px;
  }
}

@-webkit-keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*---------------------------------------
グロナビ
---------------------------------------*/
.gnav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99;
  background-color: #FFF;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.gnav .nav-list {
  list-style: none;
  margin-top: 180px;
  margin-bottom: 0px;
  padding-left: 0;
  text-align: center;
}

.gnav .nav-list li {
  position: relative;
  font-size: 1rem;
  border-top: 1px solid #EDE7D5;
}

.gnav .nav-list li a {
  display: block;
  padding: 27px 0;
  font-weight: bold;
  text-decoration: none;
  color: #937A36;
  letter-spacing: 0.05em;
}

.gnav .nav-list li:last-child {
  border-bottom: 1px solid #EDE7D5;
}

@media screen and (min-width: 1025px) {
  .gnav {
    position: static;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: static;
    height: auto;
    display: flex;
    align-items: center;
    background-color: #EDE7D5E6;
    height: 80px;
  }
  .gnav .nav-list {
    height: auto;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gnav .nav-list li {
    padding: 0;
    padding-right: 24px;
    text-align: center;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .gnav .nav-list li a {
    display: block;
    width: 100%;
    color: #24211B;
  }
  .gnav .nav-list li a:hover {
    color: #937A36;
    opacity: 1;
  }
  .gnav .nav-list li a:last-child {
    border: none;
  }
  .gnav .nav-list li:last-child {
    border-bottom: none;
  }
}

.is-open {
  left: 0;
}

/*---------------------------------------
ハンバーガーメニュー
---------------------------------------*/
.hamBtn {
  position: fixed;
  z-index: 25;
  top: 8px;
  right: 9px;
  width: 64px;
  height: 64px;
  background: #937A36;
  border: none;
}

.hamBtn span {
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FFF;
  -webkit-transition: opacity .3s, top .5s, -webkit-transform .5s;
  transition: opacity .3s, top .5s, -webkit-transform .5s;
  transition: opacity .3s, top .5s, transform .5s;
  transition: opacity .3s, top .5s, transform .5s, -webkit-transform .5s;
}

.hamBtn span:nth-of-type(1) {
  top: calc(50% - 8px);
  left: 50%;
}

.hamBtn span:nth-of-type(2) {
  top: 50%;
  opacity: 1;
}

.hamBtn span:nth-of-type(3) {
  top: calc(8px + 50%);
}

.is-open .hamBtn {
  background-color: transparent;
}

.is-open .hamBtn span {
  background-color: #4F403D;
}

.is-open .hamBtn span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 50%;
  left: 50%;
}

.is-open .hamBtn span:nth-of-type(2) {
  opacity: 0;
}

.is-open .hamBtn span:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  top: 50%;
  left: 50%;
}

@media screen and (min-width: 1025px) {
  .hamBtn {
    display: none;
  }
}

/*---------------------------------------
heading
---------------------------------------*/
.h2-style {
  color: #ffffff;
  margin: 1.5em 0;
  text-align: center;
  font-size: 1.75rem;
}

.h2-style strong {
  font-size: 144%;
}

.h3-style {
  color: #937A36;
  font-size: 1.375rem;
}

.h4-style {
  color: #937A36;
  border-bottom: 2px solid #937A36;
  padding-bottom: 8px;
  margin-bottom: 16px;
  font-size: 1.125rem;
}

/*---------------------------------------
links
---------------------------------------*/
a {
  color: #20B296;
  text-decoration: underline;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

a img {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

a:hover {
  opacity: 0.6;
}

a.link-text {
  color: #937A36;
  position: relative;
}

a.link-text::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #937A36;
  border-right: 2px solid #937A36;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*---------------------------------------
table
---------------------------------------*/
.table-style {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  margin: 0.5em 0;
}

.table-style th {
  background-color: #937A36;
  color: #ffffff;
  text-align: center;
  padding: 12px 8px;
}

.table-style td {
  background-color: #EDE7D566;
  text-align: left;
  padding: 12px 8px;
}

.table-style .nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 640px) {
  .table-style th {
    padding-left: 24px;
    padding-right: 24px;
  }
  .table-style td {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/*---------------------------------------
list
---------------------------------------*/
ul {
  padding-left: 0;
  list-style: none;
}

.listNormal li {
  padding: 4px 8px 4px 15px;
  line-height: 2;
  position: relative;
}

.listNormal li:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #937A36;
  position: absolute;
  top: 16px;
  left: 0;
  margin: auto;
}

/*---------------------------------------
form
---------------------------------------*/
/*---------------------------------------
text/fonts
---------------------------------------*/
.txtC {
  text-align: center;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.strong {
  font-weight: bold;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f8f472));
  background: -webkit-linear-gradient(transparent 60%, #f8f472 60%);
  background: linear-gradient(transparent 60%, #f8f472 60%);
  font-weight: bold;
}

.big {
  font-size: 112%;
}

.small {
  font-size: 85%;
}

.weak {
  color: #24211B;
}

span.nowrap {
  white-space: nowrap;
}

.dpi {
  display: inline-block;
}

.pd {
  padding-left: 24px;
  padding-right: 24px;
}

/*---------------------------------------
layout
---------------------------------------*/
.img1 img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 640px) {
  .img1 img {
    height: 320px;
  }
}

@media screen and (min-width: 1025px) {
  .img1 img {
    width: 1024px;
    height: 400px;
  }
}

@media screen and (min-width: 1025px) {
  .img1 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img2,
.img3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.img2 img,
.img3 img {
  width: calc(50% - 1px);
  height: 144px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 1px;
}

.img2 img:last-child,
.img3 img:last-child {
  width: 50%;
  margin-right: 0;
}

@media screen and (min-width: 640px) {
  .img2 img,
  .img3 img {
    height: 280px;
  }
}

@media screen and (min-width: 1025px) {
  .img2 img,
  .img3 img {
    width: 512px;
    height: 320px;
  }
}

@media screen and (min-width: 1025px) {
  .img2,
  .img3 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img3 img {
  width: calc(33.3% - 1px);
}

.img3 img:last-child {
  width: 33.3%;
}

@media screen and (min-width: 640px) {
  .img3 img {
    height: 240px;
  }
}

@media screen and (min-width: 1025px) {
  .img3 img {
    width: 33.3%;
    height: 280px;
  }
}

@media screen and (min-width: 1025px) {
  .img3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

.opT {
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.opB {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.full-width {
  width: 100vw;
  margin-left: calc((100% - 100vw)/2);
}

.bg-gray {
  background-color: #ffffff;
  padding: 24px;
}

@media screen and (min-width: 640px) {
  .bg-gray {
    padding: 24px 64px;
  }
}

.waku-box {
  border: 2px solid #E5DDD3;
  padding: 24px;
  border-radius: 16px;
}

hr {
  border: none;
  background-color: #ffffff;
  border-width: 2px 0 0 0;
  border-top: 1px solid;
  border-color: #24211B;
}

/*---------------------------------------
misc
---------------------------------------*/
.pc {
  display: none;
}

@media screen and (min-width: 1025px) {
  .pc {
    display: inherit;
  }
}

@media screen and (min-width: 1025px) {
  .tb {
    display: none;
  }
}

.sp {
  display: inherit;
}

@media screen and (min-width: 640px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*# sourceMappingURL=style.css.map */