@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------
  reset
-------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
  transition: all .2s;
}
html, body, header, footer, main, aside, nav, article, section, figure, figcaption, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, tr, th, td, iframe, a, img, p, div, span {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}
html, body {
  width: 100%;
  height: 100%;
  color: #37322e;
  font-family: -apple-system, BlinkMacSystemFont, Arial, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 62.5%;
  font-weight: 500;
  line-height: 1.6;
  background: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 18px;
  font-size: 3rem;
  font-weight: normal;
  font-weight: 500;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: baseline;
}
b, em, strong {
  font-weight: bold;
  font-weight: 700;
}
i {
  font-style: italic;
}
small {
  font-size: 75%;
}
sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
@media ( min-width: 1001px ) {
  .for-sp-tab {
    display: none !important;
  }
}
@media ( min-width: 481px ) {
  .pc-none {
    display: none !important;
  }
}
@media ( max-width: 480px ) {
  .sp-none {
    display: none !important;
  }
}
/* --------------------------------------------------
  common
-------------------------------------------------- */
.page-container {
  width: 100%;
  min-height: 100vh;
  background: url("../img/common/bg.jpg") center top repeat;
  background-size: 100% auto;
}
.inner {
  margin: 0 auto;
  width: 70%;
  max-width: 1200px;
}
h2 {
  padding: 40px 0 20px 0;
  text-align: center;
  line-height: 1.2;
  font-family: 'Quicksand', serif;
  font-size: 6rem;
  font-weight: 500;
}
.h2-ja {
  display: block;
  padding: 16px 0 0 0;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

h3 {
  padding: 40px 0 20px 0;
  text-align: left;
  line-height: 1.2;
  font-family: 'Quicksand', serif;
  font-size: 4rem;
  font-weight: 500;
}
.h3-ja {
  display: block;
  padding: 16px 0 0 0;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}
@media ( max-width: 480px ) {
  .page-container {
    background: url("../img/common/bg.jpg") center top repeat;
    background-size: 200% auto;
  }
  h2 {
    padding: 40px 0 20px 0;
    font-size: 3.2rem;
  }
  .h2-ja {
    font-size: 1.4rem;
  }
  h3 {
    padding: 40px 0 20px 0;
    font-size: 3.2rem;
  }
  .h3-ja {
    font-size: 3.2rem;
  }
}
/* --------------------------------------------------
  common -link
-------------------------------------------------- */
.btn {
  display: block;
  padding: 8px 16px;
  text-align: center;
  letter-spacing: .2em;
  font-size: 1.4rem;
  font-weight: 700;
  background: #cc9e1d;
  background: linear-gradient(to right, #eddc61, #d3a421);
  border: 1px solid #cc9e1d;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0,0,0,.2);
  transition: .4s all;
}
.btn:link,
.btn:visited,
.btn:hover,
.btn:active {
  text-decoration: none;
}
.btn:link,
.btn:visited {
  color: #fff;
}
.btn:hover,
.btn:active {
  color: #cc9e1d;
  background: #fff;
  border: 1px solid #cc9e1d;
  box-shadow: 0 0 24px rgba(0,0,0,.2);
}
.btn-underline {
  display: block;
  padding: 8px 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
.btn-underline:link,
.btn-underline:visited,
.btn-underline:hover,
.btn-underline:active {
  color: #cc9e1d;
  text-decoration: none;
}
.btn-underline::before,
.btn-underline::after {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background: #cc9e1d;
  position: absolute;
  bottom: 0;
}
.btn-underline::before {
  left: 0;
}
.btn-underline::after {
  right: 0;
}
.btn-underline:hover::before {
  left: -50%;
}
.btn-underline:hover::after {
  right: -50%;
}
.hover-ef:hover,
.hover-ef:active {
  opacity: .7;
}
/* --------------------------------------------------
  header
-------------------------------------------------- */
header {
  width: 100%;
  background: url("../img/common/hd_bg.png") center top no-repeat rgba(255,255,255,.9);
  background-size: contain;
  position: fixed;
  top: 0;
  z-index: 100;
}
.hd-nav {
  height: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.l-container {
  margin: 0 32px 0 0;
  height: 100%;
  max-height: 27px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex: 1;
}
.l-link {
  display: block;
  height: 100%;
  flex: 0 1 auto;
}
.logo {
  display: block;
  height: 100%;
}
.nav-list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
.nav-list-item {
  margin: 0 32px 0 0;
}
.nav-list-item:last-child {
  margin: 0;
}
.nav-link {
  font-family: 'Quicksand', serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.nav-link:link,
.nav-link:visited,
.nav-link:hover,
.nav-link:active,
.nav-link:focus {
  color: #37322e;
  text-decoration: none;
}
.hd-nav .drawer-toggle {
  padding: 4.26vw 3.2vw 6.39vw 3.2vw;
  width: 2.5rem;
  cursor: pointer;
}
.drawer--right.drawer-open .drawer-hamburger {
  background: rgba(255,255,255,.9);
}
.hd-nav .drawer-menu {
  padding: 8px 0;
}
.hd-nav .drawer-menu-item {
  padding: 0;
  color: inherit;
  background: rgba(255,255,255,.9);
}
.hd-nav .drawer-menu-item .nav-link {
  display: block;
  padding: 8px 16px;
}
@media ( max-width: 1000px ) {
  header .inner {
    width: 96%;
  }
  .hd-nav {
    height: 80px;
  }
  .logo {
    max-height: 100%;
  }
  .nav-list {
    display: none;
  }
}
@media ( max-width: 480px ) {
  header .inner {
    width: 100%;
  }
  .hd-nav {
    padding: 8px 16px;
    height: 56px;
  }
  .l-container {
    max-width: 159px;
  }
}
/* --------------------------------------------------
  hero
-------------------------------------------------- */
.idx-hero-area {
  padding: 150px 0 0 0;
}
.idx-hero {
  display: block;
  width: 100%;
  height: 50.18vw;
}
@media ( max-width: 1000px ) {
  .idx-hero-area {
    padding: 80px 0 0 0;
  }
}
@media ( max-width: 480px ) {
  .idx-hero-area {
    padding: 56px 0 0 0;
  }
}
/* --------------------------------------------------
  news
-------------------------------------------------- */
.idx-news-container {
  padding: 32px;
  background: rgba(255,255,255,.5);
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.idx-news-img {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 16px;
}
.idx-news-txt-container {
  padding: 32px 0 32px 32px;
  min-width: 0;
  -ms-flex: 1;
  flex: 1;
}
.idx-news-date {
  padding: 0 0 20px 0;
  font-size: 1.3rem;
}
.idx-news-ttl {
  padding: 0 0 2px 0;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
}
.idx-news-txt {
  padding: 16px 0;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.idx-news-more {
  margin: 0 0 0 auto;
  width: 120px;
}
@media ( max-width: 1000px ) {
  .idx-news-container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .idx-news-txt-container {
    padding: 32px 0;
    width: 100%;
  }
  .idx-news-more {
    margin: 0 auto;
  }
}
/* --------------------------------------------------
  profile
-------------------------------------------------- */
.idx-pf-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.idx-pf-fig {
  width: 300px;
  border-radius: 100%;
}
.idx-pf-fig2 {
  width: 300px;
  border-radius: 0%;
}
.idx-pf-fig3 {
    aspect-ratio: 16 / 9;
    max-width: 1000px;
    width: 100%;
    height: auto;
}
.idx-pf-txt-container {
  padding: 0 0 0 64px;
  flex: 1;
}
.idx-pf-name {
  font-size: 2.4rem;
  font-weight: bold;
}
.idx-pf-name-eng {
  margin: 0 0 0 16px;
  font-size: 1.4rem;
  font-weight: 500;
}
.idx-pf-txt {
  padding: 16px 0 0 0;
  font-size: 1.4rem;
}
.idx-career-ttl {
  padding: 32px 0 0 0;
  font-size: 1.6rem;
  font-weight: 700;
}
.idx-career-list {
  padding: 16px 0 0 0;
  font-size: 1.4rem;
  overflow: hidden;
}
.idx-career-dt {
  padding: 8px 0 0 0;
  float: left;
}
.idx-career-dd {
  margin: 0 0 0 6em;
  padding: 8px 0 0 0;
}
.idx-career-child-list {
  list-style: none;
}
@media ( max-width: 1000px ) {
  .idx-pf-container {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .idx-pf-txt-container {
    padding: 64px 0 0 0;
  }
}
@media ( max-width: 480px ) {
  .idx-pf-name-eng {
    display: block;
    margin: 0;
  }
  .idx-career-dt {
    padding: 16px 0 0 0;
    float: none;
  }
  .idx-career-dt:first-child {
    padding: 0;
  }
  .idx-career-dd {
    margin: 0;
    padding: 0;
  }
}
/* --------------------------------------------------
  portfolio
-------------------------------------------------- */
.idx-portfolio-list {
  padding: 0 0 0px 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}
.idx-portfolio-list-item {
  margin: 0 0 2% 0;
  width: 100%;
  height: 50vh;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.idx-portfolio-list-item::before {
  content: '';
  display: block;
  padding: 100% 0 0 0;
}
.idx-portfolio-item-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.idx-portfolio-item-link:link,
.idx-portfolio-item-link:visited,
.idx-portfolio-item-link:hover,
.idx-portfolio-item-link:active {
  color: #00000000;
}
.idx-portfolio-img-container,
.idx-portfolio-img {
  width: 100%;
  height: 100%;
}
.idx-portfolio-img {
  display: block;
}
.idx-portfolio-txt-container {
  margin: 16px;
  background: rgba(255,255,255,.5);
  border-radius: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  transition: .4s all;
}
.idx-portfolio-item-link:hover .idx-portfolio-txt-container,
.idx-portfolio-item-link:active .idx-portfolio-txt-container {
  opacity: 1;
  transform: scale(1);
}
.idx-portfolio-ttl {
  font-size: 1.6rem;
}
.idx-portfolio-link {
  margin: 0 auto;
  width: 160px;
}
@media ( max-width: 1000px ) {
  .idx-portfolio-list-item {
    margin: 0 0 0 0;
    width: 100%;
  }
  .idx-portfolio-txt-container {
    margin: 8px;
  }
}
/* --------------------------------------------------
  contact
-------------------------------------------------- */
.idx-contact-area form {
  margin: -32px 0 0 0;
}
label {
  display: block;
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 1280px;
  font-size: 1.4rem;
  font-weight: 700;
}
input,
textarea {
  display: block;
  padding: 16px;
  width: 100%;
  max-width: 1280px;
  font-size: 1.6rem;
  background: rgba(247, 233, 233, 0.9);
  border: 1px solid #6a6a6a;
  border-radius: 4px;
  outline: none;
}
input:hover,
input:active,
input:focus,
textarea:hover,
textarea:active,
textarea:focus {
  box-shadow: 0 0 24px rgba(0,0,0,.2);
  transform: scale(1.01);
}
textarea {
  font-size: 16px;
  height: 160px;
}
.submit-btn {
  margin: 32px auto 0 auto;
  width: 160px;
  color: #fff;
  cursor: pointer;
}
.idx-contact-area span.wpcf7-not-valid-tip {
  margin: 0 auto;
  padding: 5px 0 0 0;
  max-width: 640px;
  font-size: 1.2rem;
  font-weight: 700;
}
.idx-contact-area div.wpcf7-response-output {
  margin: 0 auto;
  padding: 5px 0 0 0;
  max-width: 640px;
  text-align: center;
  color: #ff0000;
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
}
.idx-contact-area div.wpcf7-validation-errors,
.idx-contact-area div.wpcf7-acceptance-missing {
  border: none;
}
.idx-contact-area .wpcf7c-conf {
  background-color: #e6e6e6;
  color: inherit;
  border: 2px solid #3cc748;
}
/* --------------------------------------------------
  link
-------------------------------------------------- */
.idx-link-list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.idx-link-list-item {
  width: 32%;
  background: rgba(255,255,255,.5);
  border-radius: 8px;
}
.idx-link-list-item:hover,
.idx-link-list-item:active {
  box-shadow: 0 0 24px rgba(0,0,0,.2);
}
.idx-link-anchor {
  display: block;
  padding: 16px;
  width: 100%;
  height: 100%;
}
.idx-link-anchor:link,
.idx-link-anchor:visited,
.idx-link-anchor:hover,
.idx-link-anchor:active {
  color: #37322e;
  text-decoration: none;
}
.idx-link-fig-container {
  position: relative;
}
.idx-link-fig-container::before {
  content: '';
  display: block;
  padding: 61.82% 0 0 0;
}
.idx-link-fig {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.idx-link-ttl {
  padding: 16px 0;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
}
.idx-link-ttl::after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #cc9e1d;
  position: absolute;
  left: calc( 50% - 25px );
  bottom: 0;
}
.idx-link-txt {
  padding: 24px 0 0 0;
  font-size: 1.4rem;
}
@media ( max-width: 1000px ) {
  .idx-link-list {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .idx-link-list-item {
    margin: 0 0 16px 0;
    width: 48%;
  }
  .idx-link-list-item:nth-child(even) {
    margin: 0 0 16px 16px;
  }
}
@media ( max-width: 480px ) {
  .idx-link-list {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .idx-link-list-item {
    margin: 0 0 16px 0;
    width: 100%;
  }
  .idx-link-list-item:nth-child(even) {
    margin: 0 0 16px 0;
  }
}
/* --------------------------------------------------
  footer
-------------------------------------------------- */
footer {
  padding: 160px 0 40px 0;
}
.sns-list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.sns-list-item {
  margin: 0 8px;
  width: 40px;
}
.sns-link {
  display: block;
}
.sns-ic {
  display: block;
}
.copy {
  padding: 40px 0 0 0;
  text-align: center;
}
.copy small {
  font-size: 1.2rem;
}
@media ( max-width: 480px ) {
  footer {
    padding: 80px 0 40px 0;
  }
}
/* --------------------------------------------------
  object-fit
-------------------------------------------------- */
.ofi {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.ofi-contain {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
/* --------------------------------------------------
  GoogleMap
-------------------------------------------------- */
.gmap_iframe {
    aspect-ratio: 16 / 9;
    max-width: 1000px;
    width: 100%;
    height: auto;
}
/* --------------------------------------------------
  YoutubeShort
-------------------------------------------------- */
.youtube_short{
 width: 100%; /* 伸縮する横幅 */
 max-width: 1000px; /* 最大の横幅 */
 margin: auto; /* 画面の中央に配置 */
}
.youtube_short iframe{
 aspect-ratio: 9 / 16;
 width: 100%;
 height: 100%;
}
/* --------------------------------------------------
  MTS Booking
-------------------------------------------------- */
.monthly-calendar table {
    width: 98%;
}
@media (max-width: 480px) {
    #booking_client-fieldset table th,
    #booking_client-fieldset table td,
    #booking-reservation-fieldset table th,
    #booking-reservation-fieldset table td,
    #booking-message-fieldset table th,
    #booking-message-fieldset table td,
    #booking-confirm-fieldset table th,
    #booking-confirm-fieldset table td {
        display: block;
        float: none;
        width: 90%;
        text-align: center;
        overflow: auto;
    }
}
.action-button {
display: inline-block;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 50%;
    max-width: 400px;
}