@charset "utf-8";

/* base ------------------------*/
#wrapper { position:relative; }
.inner { width:1000px; margin:0 auto; }

/* header ------------------------*/
#main_container { width: 100%; position: relative; /*height: 100vh;*/ /*overflow: hidden;*/ }
#main_container::before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; width: calc(100% - 50%); /*height: 320px;*/ height: 100%; background: #fff0f5;  }
#header > .inner { height:100%; position:relative; }
.sitename { max-width: 140px; padding-top: 35px; z-index: 99;}

/* タイトル（共通） ------------------------*/


/* gnav ------------------------*/
#gnav { position:fixed; top:0; right:0; display:none; width:100%; height:100%; font-size:1.5rem; background:rgba(255,255,255,.95);overflow: scroll; -webkit-transform:all .3s; transform:all .3s; z-index:9999; }
.gnavCon { width:100%; padding:70px 15px 34px; }
.gnavList li { border-bottom: 1px solid #e0e0e0; }
.gnavList li a { display:block; padding:.7em 0; line-height:1.4; }


#gnav .subNav { margin-top:1em; font-size:.9em; }
#gnav .subNav li { margin-right:1em; margin-bottom:0.5em; }
#gnav .subNav li a:before { content:""; display:inline-block;
  width:7px; height:7px; margin:-.2em .5em 0 0;
  font-size:1.4rem; vertical-align:middle;
  border-top:1px solid #383a3a; border-right:1px solid #383a3a;
  -webkit-transform:rotate(45deg); transform:rotate(45deg);
}
#gnav .btnList { margin-top:1.4em; }
#gnav .btnList li:not(.telBtn) { margin-bottom:4%; }
#gnav .btnList li a { display:block; padding:13px; text-align:center; line-height:1.4; position:relative; }
#gnav .btnList li.telBtn a span { display:inline-block; margin-right:1em; }
#gnav .btnList li.telBtn a em { font-size:1.3em; }
#gnav .btnList li a:before {
content:""; position:absolute; bottom:3px; right:3px; width:0; height:0;
border-style:solid; border-width:0 0 7px 7px;
border-color:transparent transparent #fff transparent; }

#gnav .langBtn { margin-top:4%; }
#gnav .langBtn li { width:48%; }
#gnav .langBtn li a { display:block; padding:10px 25px 10px 10px; text-align:center; border:1px solid #383a3a; position:relative; }
#gnav .langBtn li a:before { content:""; position:absolute; top:50%; right:5px;
  width:7px; height:7px; margin:-.2em .5em 0 0;
  border-top:1px solid #383a3a; border-right:1px solid #383a3a;
  -webkit-transform:rotate(45deg); transform:rotate(45deg);
}

#header .shareBtn { display:none; }
/* menuボタン */
  /*.menu-button { position:absolute; top:15px; right:0; padding:11px 10px; height:40px; width:40px; border:1px solid #2b2c2c;
		border-radius: 50%; z-index:9999; }*/
.menu-button { width: 50px;
    height: 50px;
    background-color: #fff;
    cursor: pointer;
    position: fixed;
    overflow: hidden;
    transition: all .4s;
    border: 1px solid #333;
    border-radius: 9999px;
    display: block;
    top: 15px;
    right: 10px;
    z-index: 100000; }
.menu-button span { background-color: #333;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 0;
	bottom: 0;
	right: 0;
    left: 0;
	margin: auto;
    transition: all .2s;
    transform-origin: center center;}
.menu-button span:nth-of-type(1) { transform: translate(0, -7px); }
  .menu-button span:nth-of-type(3) { transform: translate(0, 7px); }

  /*.menu-button,
  .menu-button span { display:block; transition:all .5s; -webkit-transition:all .5s; box-sizing:border-box; }
  .menu-button .h_menu { position:relative; width:100%; height:100%; margin:0 auto; }
  .menu-button span { position:absolute; left:0; width:100%; height:1px; background-color:#2b2c2c; }*/

  /*.menu-button span:nth-of-type(1) { top:0; }
  .menu-button span:nth-of-type(2) { top:6px; }
  .menu-button span:nth-of-type(3) { bottom:0; }*/

  .menu-button.active { border-color:#383a3a; }
  .menu-button.active span { background-color:#383a3a; }

  .menu-button.active span:nth-of-type(1) {
    -webkit-transform:translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
  }
  .menu-button.active span:nth-of-type(2) {
		-webkit-transform: translate(60px, 0);
		transform: translate(60px, 0);
    opacity:0;
  }
  .menu-button.active span:nth-of-type(3) {
    -webkit-transform:translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
  }

/* footer ------------------------*/
#footer { padding: 55px 0; }

.f_logo { width: 80%; max-width: 345px; margin: 0 auto 1em; }
.copyright { 
  margin: 0;
  padding:1em 0; font-size:.75em; text-align:center; background: #e3d0d2; }

/*.floNav { position: fixed; right: 0; bottom: 0; z-index: 999; display: -webkit-flex; display: flex; 
width: 100%; height: 55px; text-align: center; }*/
.floNav { position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9900; }
.floNav li { width: 16%; font-size: 1.2em; }
.floNav li.flo_book { width: 22%; }
.floNav li.flo_tel { -webkit-box-flex: 1; flex: 1; }
.floNav li.flo_book a { background: #dac5c4; }
.floNav li.flo_tel a { background: #f4f1f0; }
.floNav li.flo_share a { background: #8a93a7; }
.floNav li.flo_access a { background: #b393a8; }
.floNav li.flo_share img { width: 28px; height: 28px; }
.floNav li.flo_access img { width: 30px; height: 30px; }
.floNav li a { display: block; height: 100%; padding: 10px; background: #282828; position: relative; }

#pagetop span { width: 10px; height: 10px; margin: 5px 0 0 3px; text-indent: -9999px; }
#pagetop span::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
border-top: 1px solid #fff; border-right: 1px solid #fff; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }


/* common------------------------*/
/* tel */

/* title */
.sec_ttl { font-size: 3rem; text-align: center; line-height: 1.4;
letter-spacing: 0.1em; }
.sec_ttl em { position: relative; }
.sec_ttl em::before { content: ""; position: absolute; top: 0 ; right: 0; left: 0; margin: auto; 
background: url("../img/common/ttl_bg_suisai01.png") no-repeat center / contain; width: 100px; height: 100%; z-index: -1; }
.sec_ttl .small { display: inline-block; font-size: 1.25rem; }

.sec_ttl.ver2 { position: relative; }
.sec_ttl.ver2::before { content: ""; position: absolute; top: -20px; right: 0; left: 0; margin: auto; background: url("../img/common/ttl_bg_suisai02.png") no-repeat center / contain; width: 300px; height: 180px; z-index: -1;  }
.sec_ttl.ver2 em::before { display: none; }

.conttl2 { font-size: 1.8em; color: #cfa2a7; }
.conttl3 { margin-bottom: .5em; padding: .2em 0 .2em .5em; font-size: 1.2em; border-left: 2px solid #8a93a7;  }

.conttl4 { font-size: 1.6em; text-align: center; }
.conttl4 .deco { z-index: 1; position: relative; }
.conttl4 .deco::before { content: ""; position: absolute; top: -15px; left: -30px; width: 50px; height: 50px; z-index: -1; background: url("../img/common/list_point.png") no-repeat center / contain; }

.conttl { margin-bottom: 20px; font-size: 2.8rem; text-align: center; }


/* button */
[class^="btn-normal-"][class*="-pink"] { background: #dac5c4; }
[class^="btn-normal-"][class*="-blue"] { background: #8a93a7; }
[class^="btn-normal-"][class*="-green"] { background: #abc1c1; }
[class^="btn-normal-"][class*="-gold"] { background: #ccc0a8;}
[class^="btn-normal-"][class*="-purple"] { background: #d0bdc9; }
[class^="btn-normal-"] { display: block; padding: 1.2em 13px; text-align: center; color: #fff;
	text-decoration: none; line-height: 1.4; font-weight: 400; font-style: normal; 
	-webkit-transition: all .3s; transition: all .3s; }
[class^="btn-normal-"]:hover { color: #fff; }
[class^="btn-normal-"][class*="-pink"]:hover { background:#c7a7a6; }
[class^="btn-normal-"][class*="-blue"]:hover { background:#717a8e; }
[class^="btn-normal-"][class*="-green"]:hover { background: #758f8f; }
[class^="btn-normal-"][class*="-purple"]:hover { background: #b396a8; }

/* button */
/*.button { position:relative; z-index:2; display:inline-block; overflow:hidden; min-width:260px;
  padding:.7em 3em .6em 3em; text-align:center; }
.button.icon:before { content:""; display:inline-block; width:1.2em; height:1.2em; margin:.3em .5em 0 0; vertical-align:top; background:no-repeat center / 100%; }*/

.btn2 { display: block; max-width: 180px; width: 100%; font-family: 'Montserrat', sans-serif; position: relative; }
.btn2 a { cursor: pointer; color: #8a93a7; }
.btn2 div { align-items: center; }
.btn2 div p { width: 30%; padding-right: 60%; position: relative; }
.btn2 .btn_anime { position: absolute; top: 0; bottom: 0; right: 0; margin: auto;
	width: 60%; margin-left: 15%; }

.btn3 { display: inline-block; padding:.8em 1em 1em; min-width: 230px; text-align: center;
	background: #faf6f6; position: relative; }
.btn3::before,
.btn3::after,
.btn3 .mark-lb,
.btn3 .mark-rt { content: ""; display: inline-block; position: absolute; width: 10px; height: 10px;
	-webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.btn3::before { top:0; left: 0; border-left: solid 1px #e3d0d2; border-top: solid 1px #e3d0d2; }
.btn3 .mark-lb { bottom:0; left: 0; border-left: solid 1px #e3d0d2; border-bottom: solid 1px #e3d0d2; }
.btn3::after { bottom:0; right: 0; border-right: solid 1px #e3d0d2; border-bottom: solid 1px #e3d0d2; }
.btn3 .mark-rt { top: 0; right: 0; border-right: solid 1px #e3d0d2; border-top: solid 1px #e3d0d2; }
.btn3:hover::before,
.btn3:hover::after,
.btn3:hover .mark-lb,
.btn3:hover .mark-rt { width:100%; height: 100%; }


.btn { display: block; max-width: 140px; width: 100%; margin-left: auto; font-family: 'Montserrat', sans-serif; position: relative; }
.btn a:hover { color: #8a93a7; }

.btn_anime {
    height: 1px;
    background-color: #fff;
    position: relative;
    overflow: hidden; }

.btn_anime::before  { position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #8a93a7;
	z-index: 1;
	-webkit-animation: anime1 5s ease 0s infinite normal;
	animation: anime1 5s ease 0s infinite normal; }

@keyframes anime1 {

  0% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
}


.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width:auto; }
#shareBox { width:375px; margin:0 auto; padding:34px 20px; background:#fff; }
#shareBox .socialBtn { margin-top:5px; }
#shareBox .socialBtn li { width:50px; }
#shareBox .socialBtn li + li { margin-left:13px; }
#shareBox .line { margin:13px auto; padding:13px 21px; border-top:2px solid #ccc; border-bottom:2px solid #ccc; }
#shareBox .line a { display:block; padding:13px; font-size:1.2em; text-align:center; background:#e1eee4; border:2px solid #96c2a0; }
#shareBox #linkcopy span { display:inline-block; width:calc(100% - 65px); margin-right:5px; }
#shareBox #linkcopy input { width:100%; padding:3px 4px; }
#shareBox #linkcopy button { -webkit-appearance:none; width:60px; padding:2px 5px; text-align:center; background:#cce5ef; border:none; cursor:pointer; }
header #shareBtn { display:none; }
#shareBox #copy_text { width: 100%; margin: 20px 0; }


/* ================================================================
  レスポンシブ
=================================================================== */
/* 600以上(PC・タブレット) */
@media screen and (min-width: 600px) {
	
	#gnav { width: calc(100% - 70%); font-size:1.7rem; }
  #gnav .gnavCon { position:absolute; top:0; right:0; width:100%; height:100%; padding:110px 30px 30px; z-index: 9999;}
  /*#gnav:before { content:""; position:absolute; top:0; left:0; width:32%; height:100%; background:url("../img/common/head_left_image.jpg") no-repeat center / cover; }*/
  #gnav .btnList li.telBtn a span { display:block; }
  #header .shareBtn { 
    display:block; position:fixed; top:24px; right:calc(10px + 80px); height:65px; width:65px; margin:0; z-index: 9999;}
  #header .shareBtn a { display:block; width:100%; height:100%; padding:15px;}
	.menu-button { top: 30px; right: 20px; }
  #header .reserve {
    display:block;
    position: fixed;
    top: 20px;
    right:calc(10px + 160px);
    height:65px; width:65px;
    z-index: 9999;
  }
  #header .reserve a { display:flex; 
    align-items: center;
    justify-content: center;
    width:100%; height:100%; 
    border: 1px solid #666;
    text-align: center;
    background: #fff;

}

}

/* 960以上(PC) */
@media screen and (min-width: 960px) {
	
	.sec_ttl em { font-size: 3.8rem; }
	
	
	.btn2 { margin-left: 0; }
	
	
	#footer { padding: 55px 0 0; }

}


/* ================================================================
  タブレット
=================================================================== */
@media screen and (max-width: 959px) {
	body { font-size:1.5rem; }
  .inner, .narrow { width:auto; margin:0 24px; }
  .inner .narrow  { margin:0; }
  

  /* header ------------------------ */

  /* gnav ------------------------ */
  #gnav {  }

  /* footer ------------------------ */
	

}


/* ================================================================
  スマホ
=================================================================== */
@media screen and (max-width: 599px){
  body { font-size:1.4rem; }
  .wide_inner,
  .inner, .narrow { margin: 0 15px; }


  /* header------------------------*/

	#main_container::before { height: 100vh; position: fixed;}
	
	.sitename { max-width: 100px; padding-top: 73px; }

  /* gnav------------------------*/

  /* footer------------------------*/
	.floNav { display: -webkit-flex;
    display: flex;
    height: 55px;
    width: 100%;
    text-align: center; }


  /* common ------------------------*/

  /* tel */

  /* title */

  /* button */
	
	
	#shareBox { width:300px; }

  #rserve {
    display:none;
  }
}


/* 追加css */
header.top-page {
  position: absolute;
  top:0;
  left: 10%;
  height: auto;
  z-index: 999;
}
.news-line-sub-container {
  margin: 20px 0;
}
.news-line-sub-container em {
  font-size: 2rem;
  display: flex;
  justify-content: center;
}
.news01 .news-line-sub-container h2 a {
  display: flex;
}
.news-line-sub-container
.news-line-date {
  margin-right: 30px;
  margin-left: 20px;
  font-size: 13px;
  width:28%;
}
.news-line-category {
  border-bottom: 1px solid #555;
}
.news-line-date, .news-line-category {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
}
.news-line-content {
  margin-left: 30px;
  width: 65%;
}
.top_photo {
  margin-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 120px;
  background: #FFF0F0;
}
#gallery .ttl {
  color: #fe759f;
  font-weight: 900;
}
#gallery > .inner {
  padding: .8em 2.5em;
  border: 1px solid #8a93a7;
  background: #fff;
}
.top_photo .gallery_lineup {
  padding-top: 130px;
}
.section-title {
  font-size: 24px;
  text-align: center;
  
  margin-bottom: 30px;
}
@media screen and (max-width: 768px)
{
  header.top-page {
    position: static;
  }
  .news-line-sub-container .news-line-date {
    width: 21%;
  }
  .news-line-content {
    margin-left: 0;
    width: 65%;
  }
.section-title {
    font-size: 18px;
    margin-bottom: 32px;
}
.top_photo .gallery_lineup {
  padding-top: 30px;
}
.news-line-sub-container em {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
}
.gallery_lineup_box {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
}
.gallery_lineup_box_list {
  width: calc((100% - 100px) / 3);
}
#gallery .right-container {
  width: 60%;
  margin: 0 auto;
}
.container {
  width: 100%;
  padding: 50px 20px 60px;
}
#footer .container {
  background: #e3d0d2;
  color: #666;

}
footer .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
ul.footer_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}
ul.footer_links li {
  padding: 8px 12px 6px 6px;
}
footer .left-container {
  width: 10%;
}
@media screen and (max-width: 768px) {
  footer .left-container {
  width: 40%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.gallery_lineup_box_list {
  width: calc((100% - 20px) / 2);
}
.gallery_lineup_box {
  gap: 20px;
}
#gallery .right-container {
  width: 90%;
  margin: 0 auto;
}


}
@media screen and (min-width: 768px){

footer .container {
    padding-bottom: 110px;
    max-width: 100%;
    margin-bottom: 0;
}

.container {
  width: 100%;
  max-width: 1400px;
  padding: 80px 100px;
  margin: 0 auto;
}
.flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
.plan-flex {

  -webkit-justify-content: start;

  justify-content: start;
}
footer ul li {
  margin-bottom: 5px;
}
footer ul li a {
  font-size: 13px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer .right-container .flex {
    width: 640px;
}
}


.monthly-calendar {
  width: 80%;
  margin: 0 auto;
}
.monthly-calendar table {
  background: #eee;
  padding: 10px;
}
.breadcrumbs {
  width: 1000px;
  margin: 30px auto;
  font-size: .7em;
}
.monthly-calendar caption {
  font-size: 3rem!important;
  text-align: center;
  font-weight: bold;
}
#booking-form.content-form {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  font-size: 1.5rem;
  padding: 50px;
}
.content-form td {
  font-size: 1.5rem;
}
#booking-form.content-form th {
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding-right: 10px;
  text-align: right;
  vertical-align: top;
  width: 20%;
}
#booking-form.content-form td {
  font-size: 1.5rem;
}
#booking-form.content-form input, #booking-form.content-form textarea {
  padding: 3px;
  margin-bottom: 3px;
  font-size: 1.5rem;
}
#booking-form.content-form select {
  font-size: 1.5rem;
  padding: 0.1rem 0.15rem;
  width: 100%;
}
.monthly-prev,.monthly-next {
  border-bottom: 1px solid #666;
  font-size: 2rem;
}
.mtssb-daily-action {
  width: 80%;
  margin: 0 auto;
}
.content-form button#mts-postcode-button {
  width: 10%;
  padding: 3px!important;
    margin-bottom: 3px;
    font-size: 16px;
}


.content-form label.field-item {
  font-size: 1.5rem;
  display: block;
}
#booking-form.content-form #booking-option-table th {
  margin-top: 2rem;
}
.input-number {
  width: 30%;
}

#mining-form {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .input-number {
    width: 100%;
}
#mining-form {
  width: 90%;
  margin: 0 auto;
}
  #booking-form.content-form td {
    font-size: 1.5rem;
}
  #booking-form.content-form #booking-option-table th {
    font-size: 2rem;
  }
  .breadcrumbs {
    width: 80%;
    margin: 30px auto;
    font-size: .7em;
  }
  .content-text.medium {
    width: 95%!important;
  }
  .monthly-calendar {
    width: 100%;
    margin: 0 auto;
  }
  .list-calendar h3, .timetable-calendar h3, .multiple-calendar h3, .monthly-calendar h3 {
    text-align: center;
  }
  #booking-form.content-form {
    width: 100%;
    padding: 22px;
  }
  #booking-form.content-form tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  #booking-form.content-form th {
    width: 100%;
    text-align: center;
  }
  #booking-form.content-form select {
    font-size: 1.3rem;
    padding: 0.1rem 0.15rem;
}
  .day-calendar table {
    width: 95%!important;
}
.mtssb-daily-action {
  width: 95%;
  margin: 0 auto;
}
.content-text.small-medium {
  width: 95%!important;
}
.content-form .booking-seimei {
  
  width: 100%!important;
}
.content-form button#mts-postcode-button {
  width: 15%;
}
.option-note {
  display: block;
}
.gallery_lineup_box {
  width: 100%;
}
}

.single-content {
  width: 60%;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
}
.single-content h2 {
  font-size: 2rem;
  font-weight: 700;
}
.single-content p {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .single-content {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
  }
  .news-ttl {
    font-size: 12px;
    font-weight: 500;
  }
  .news-line-sub-container .news-line-date {
    margin-right: 10px;
    font-size: 8px;
  }
  
}

.error-message.error-box {
  width: 90%;
  margin: 0 auto;
}

.translate-shrtcd {
  position: fixed;
  top: 0!important;
  left: 0;
  z-index: 999;
}

#contents {
	padding-top: 80px;
}