@charset "UTF-8";
/*
Theme Name: bookingresort2022
Description: This is BookingResort2022 site original theme.
Author: Nishigaki
*/
html {
	font-size: 62.5%;
}
body {
  font-family:"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	position: relative;
}
html, body {
	width: 100%;
}
h1 {
	font-size: 3.2rem;
}
h2 {
	font-size: 2.8rem;
	color: #222;
	text-align: center;
	line-height: 1.4;
}

@media screen and (max-width:896px) {
h2 {
	font-size: 2.2rem;
}
}
h3 {
	font-size: 2.0rem;
	color: #222;
}
p {
	line-height: 1.7;
	font-size: 1.6rem;
	color: #333;
}
.p_bold {
    font-weight: bold;
}
.p_center {
    text-align: center;
}

.p_big {
    font-size: 3rem;
}

.anderline {
	position: relative;
}
.p_line_height {
    line-height: 1.4;
}

.p_letter {
    letter-spacing: 0.1em;
}

.p_color {
    color: #800000;
}



.anderline::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      width: 100%;
      height: 4px;
      background: #dfeaf2;
      background: -moz-linear-gradient(left, #b2cbe4 0%, #dfeaf2 100%);
      background: -webkit-gradient(linear, left center, right center, from(#b2cbe4), to(#dfeaf2));
      background: -webkit-linear-gradient(left, #b2cbe4 0%, #dfeaf2 100%);
      background: -o-linear-gradient(left, #b2cbe4 0%, #dfeaf2 100%);
      background: linear-gradient(to right, #b2cbe4 0%, #dfeaf2 100%);
      border-radius: 5px;
}

@media screen and (max-width:896px) {
  .p_big {font-size: 2rem;}
}
ul li {
	font-size: 1.6rem;
	color: #333;
}
a {
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
}
a.a_link {
	text-decoration: underline;
}
a:hover > img {
	opacity: 0.8;
}
img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width:896px) {
img {
	display: block;
	max-width: 100%;
}
}
i.fa {
	display: inline;
}
.r_btn {
  text-align: center;
}
.r_btn p {
  text-align: center;
  margin-top: 40px;
}
.r_btn p a {
  padding: 10px 20px;
  background: #2c5780;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
}
.r_btn p a:hover {
  background: #2c5780;
  color: #333;
}
header {
	display: block;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 400;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #17283f;
}

@media screen and (max-width:896px) {
header {
	display: flex;
	position: fixed;
	height: 60px;
}
}
header h1 {
  text-align: left;
  height: 60px;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 10px 30px;
}
header h1 a {
  color: #fff;
}
header h1 span {
  font-size: 1.8rem;
}
@media screen and (max-width:896px) {
header h1 {
  height: 40px;
  font-weight: bold;
  padding: 20px 30px 0;
}
}
header h1 img {
  width: 220px;
  height: auto;
  display: inline;
	margin-top: 7px;
}
header h1 .logo_image {position: relative;}
header h1 .logo_image a {
		position: absolute;
		top: 10px;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9999;
}
@media screen and (max-width:896px) {
header h1 {
  font-size: 2rem;
}
header h1 img {
  padding: 0 0 0 0;
	margin: -10px auto;
  width: 240px;
}
header h1 .logo_image { position: static;}
header h1 .logo_image a { position: static; margin-top: 20px;}
}
/* メニューボタン */
nav {
	position: absolute;
	right: 0;
	top: 0;
}

.navbar_toggle {
	z-index: 20;
}
.navbar_toggle_icon {
	position: relative;
	display: block;
	height: 2px;
	width: 52px;
	background: #fff;
	-webkit-transition: ease .5s;
	transition: ease .5s;
}

@media screen and (max-width:896px) {
.navbar_toggle_icon {
	width: 30px;
}
}
.navbar_toggle_icon:nth-child(1) {
	top: 0;
}
.navbar_toggle_icon:nth-child(2) {
	margin: 14px 0;
}
.navbar_toggle_icon:nth-child(3) {
	top: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
	top: 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
	top: -15px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu_list {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: ease .5s;
	transition: ease .5s;
	z-index: 250;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 0;
}
.menu_list li {
	border-bottom: 1px solid #ccc;
	font-size: 1.6rem;
}
.menu_list li a {
	display: block;
	padding: 30px;
}
@media screen and (max-width:896px) {
.menu_list li a {
	padding: 24px;
}
}
.menu_list.open {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	top: 100px;
}
@media screen and (max-width:896px) {
.menu_list.open {
	top: 60px;
}
}

/* 共通項目 */

.container {
  padding: 0 50px;
	max-width: 1280px;
	margin: 0 auto;
}

.br_sp {
	display: none;
}
.br_pc {
	display: block;
}

@media screen and (max-width:896px) {
.container {
	padding: 0 3%;
	max-width: 94%;
}
.br_sp {
	display: block;
}
.br_pc {
	display: none;
}
}

a.scroll_point {
 height: 1px;
 display: block;
	margin-top: -80px;
	padding-top: 80px;
	padding-bottom: 50px;
}
@media screen and (max-width: 896px) {
   a.scroll_point {
  display: block;
  margin-top: -60px;
  padding-top: 60px;
 }
}

h2.btm_stripe {
	position: relative;
}
h2.btm_stripe:after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 360px;
	height: 8px;
	background: url(img/stripe.png) no-repeat;
}
.gothic {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
h2.top {
	font-size: 4rem;
	text-align: left;
	color: #17283f;
	font-weight: bold;
	line-height: 0.4;
	font-family: 'Rockwell','Courier Bold','Courier','Georgia','Times','Times New Roman',serif;
}
h2.top span.title-border {
	font-size: 1.4rem;
	color: #8d7843;
	display: flex;
	align-items: center;
	width: 140px;
}
h2.top span.title-border:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
h2.top span.title-border::after {
	margin-left: 1rem;
}
@media screen and (max-width: 896px) {
    h2.top {
      font-size: 2.8rem;
    }
}

span.en {
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 1.6rem;
	color: #8d7843;
}

.pad_80 {
	padding: 80px 0;
}
.pt_40 {
	padding-top: 40px!important;
}
.pb_80 {
	padding-bottom: 80px;
}
.pl_25 {
	padding-left: 25px;
}
.mt_20 {
	margin-top: 20px;
}
.mt_30 {
	margin-top: 30px;
}
.mt_40 {
	margin-top: 40px;
}
.mt_50 {
	margin-top: 50px;
}
.mt_80 {
	margin-top: 80px;
}
.mt_120 {
	margin-top: 120px;
}
.mb_25 {
	margin-bottom: 25px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}
.mb_50 {
	margin-bottom: 50px;
}
.mb_60 {
	margin-bottom: 60px;
}
.mb_70 {
	margin-bottom: 70px;
}
.mb_80 {
	margin-bottom: 80px;
}
.mb_120 {
	margin-bottom: 120px;
}

.bk_white {background: #fff;}


/* フッター  */


/*お問い合わせフォーム*/
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
.off-site {background: #f1f1f1; padding: 80px 0 120px;}
.inquiry {
  margin: 0 auto;
}

.inquiry tr {
  width: 100%;
}
.inquiry th, .inquiry td {
  display: block !important;
  width: 80%;
  border-top: none !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  padding: 1rem;
  background: #fff;
}


/* 必須・任意のサイズ調整 */
.inquiry .haveto, .inquiry .any {
  font-size: 1.2rem;
}
/*見出し欄*/
.inquiry th {
  text-align: left;
  font-size: 1.6rem;
  color: #444;
  padding-right: 5px;
  vertical-align: top;
	position: relative;
}
/*通常欄*/
.inquiry td {
  font-size: 1.6rem;
}
/*横の行とテーブル全体*/ max .entry-content .inquiry tr, .entry-content table {
  border: solid 1px #ededed;
}
/*必須の調整*/
.haveto {
  font-size: 1.2rem;
  padding: 5px 12px;
  background: #800000;
  color: #fff;
  border-radius: 3px;
  position: absolute;
	right: 0;
	top: 48px;
}

/*任意の調整*/
.any {
  font-size: 1.2rem;
  padding: 5px 12px;
  background: #17283f;
  color: #fff;
  border-radius: 3px;
  position: absolute;
	right: 0;
	top: 48px;
}
/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 1.5rem;
  width: 300px;
  background: #89723c;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 30px;
  margin: 60px auto 0;
  font-family: 'M PLUS 1p', sans-serif;
	border: 1px solid #89723c;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: #fff;
  color: #89723c;
  border: 1px solid #89723c;
}
.wpcf7-form-control {
  width: 60%;
  margin: 0 auto;
}
.cont_fl {
  width: 96%;
  height: 50px;
  border-radius: 2px;
  padding-left: 10px;
border: 1px solid #eee;
}
.cont_fl2 {
  width: 94%;
  border: 0;
  border-radius: 5px;
  padding: 10px;
}
.cont_t {
  margin-top: 5px;
}
.cont_b {
  margin-bottom: 20px;
	border: 1px solid #eee;
}

.line_h {
  line-height: 1.2;
}
.case_bd {
  width: 87%;
  margin-left: 6%;
  border-bottom: solid #D7D7F4 1px;
}

/*PC*/
@media screen and (min-width: 897px) {
  .inquiry {
    max-width: 1330px;
    width: -moz-available;
    width: -webkit-fill-available;
  }
  .inquiry tr {
    display: flex;
  }
  .inquiry th {
    width: 25%;
    padding: 48px 3% 20px 5%;
  }
  .inquiry td {
    width: 75%;
    padding: 30px 0 0 25px;
  }

} /*END*/


@media screen and (max-width: 897px) {
  .inquiry {
    width: 100%;
    max-width: 100%;
  }
  .inquiry th, .inquiry td {
    width: 100%;
  }
  .inquiry .pt_40 {
    padding-top: 0!important;
  }
	/*必須の調整*/
	.haveto {
		right: auto;
		top: 8px;
		margin-left: 10px;
	}
	/*任意の調整*/
	.any {
	  	right: auto;
		top: 8px;
		margin-left: 10px;
	}
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.sent .wpcf7-response-output {font-size: 16px;}








footer {
	text-align: center;
  background: #17283f;
	padding: 40px 50px 10px;
}
@media screen and (max-width:896px) {
footer {
	padding: 30px;
}
}
footer a {color: #fff;}
footer p {color: #fff;}
footer h2{
  padding-top: 30px;
  text-align: left;
  font-weight: bold;
}
footer h2 img {
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width:896px) {
footer h2{
  text-align: center;
}
}
footer h2 span {
  font-size: 1.8rem;
}
footer .info {
	margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
	flex-direction: column;
	text-align: center;
}


footer .info p.time {
	font-size: 1.8rem;
}

footer .info ul {
	color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	float: none;
}
footer .info ul li{
	width: 35px;
}
@media screen and (max-width:896px) {
footer .info .f_menu {
  margin-top: 20px;
}
footer .info ul {
	flex-wrap: wrap;
  justify-content: center;
}
footer .info ul li{
	width: auto;
}
}
footer .info ul li a {
	color: #fff;
	font-size: 15px;
}
@media screen and (max-width:896px) {
footer .info ul li {
  text-align: center;
  margin: 10px;
}
footer .info ul li a {
	margin: 0;
}
}

#menu-item a {
  height: auto; 
}
#menu-item-5832 a {
  display: block;
}
#menu-item-5832 {
  border: 1px solid #333;
  border-radius: 20px;
}
@media screen and (max-width:896px) {
#menu-item-5832 {
  padding: 10px 20px;
  margin-top: -5px;
}
}

#menu-item-5832:hover {
  background: #2c5780;
}

/*#menu-item-5832 a:hover {
  color: #fff;
}
*/
footer p.address {
	margin-bottom: 20px;
}
footer p.company {
	font-size: 13px;
}
footer .info {
	margin-bottom: 2em;
}
footer p.checkin a {
	color: #fff;
	padding-right: 1em;
}


#footer_sp {display: none;}
@media screen and (max-width:896px) {
	#footer_sp {display: block;}
	.reserve_sp {
	  width: 100%;
    height: 60px;
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: #2c5780;
    color: #fff;
    text-align: center;
	}
	.reserve_sp p {padding-top: 10px;}
  .reserve_sp p a {color: #fff; display: block;}
	.reserve_web, .reserve_tel, .reserve_qa, .reserve_menu {width: 25%;}
	.reserve_web, .reserve_tel, .reserve_qa{border-right: #fff solid 1px;}
  .reserve_qa{background: #5d5d5d;}
  .reserve_qa:last-of-type {border-right: none;}
	.drawer-menu {
		box-sizing: border-box;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 30%;
		min-width: 300px;
		height: 100%;
		padding: 50px 0;
		background: #5b5b5b;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
		-webkit-transform: perspective(500px) rotateY(-90deg);
		transform: perspective(500px) rotateY(-90deg);
		opacity: 0;
		z-index: 999 !important;
	}

	.drawer-menu .menu {
		overflow-y: auto;
		height: 100%;
	}

	.menu-item {
		display: block;
	}

	.drawer-menu li {
		text-align: center;
	}

	.drawer-menu li a {
		display: block;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		-webkit-transition: all .8s;
		transition: all .8s;
    color: #fff;
	}

	.drawer-menu li a:hover {
		color: #1a1e24;
		background: #fff;
	}

	/* ------------------------------------------------ checkbox */
	.check {
		display: none;
	}

	/* ------------------------------------------------ menu button */
	.menu-btn {
		position: fixed;
		display: block;
		top:14px;
		right: 4%;
		width: 40px;
		height: 40px;
		font-size: 10px;
		text-align: center;
		cursor: pointer;
		z-index: 9999;
	}

	.bar {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 40px;
		height: 3px;
		background: #fff;
		/*box-shadow: 1px 1px 1px #666;*/
		-webkit-transition: all .5s;
		transition: all .5s;
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
    border-radius: 2.5px;
	}

	.bar.middle {
		top: 15px;
		opacity: 1;
	}

	.bar.bottom {
		top: 30px;
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
	}

	.menu-btn:hover .bar {
		background: #999;
	}

	.close-menu {
		position: fixed;
		top: 0;
		right: 30%;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0);
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		visibility: hidden;
		opacity: 0;
	}

	/* ------------------------------------------------ checked */
	.check:checked~.drawer-menu {
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		z-index: 2;

	}

	.check:checked~.contents {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: translateX(-300px);
		-ms-transform: translateX(-300px);
		transform: translateX(-300px);
	}

	.check:checked~.menu-btn .bar.top {
		width: 56px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.check:checked~.menu-btn .bar.middle {
		opacity: 0;
	}

	.check:checked~.menu-btn .bar.bottom {
		width: 56px;
		top: 39px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.check:checked~.close-menu {
		-webkit-transition-duration: 1s;
		transition-duration: 1s;
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		background: rgba(0, 0, 0, .5);
		visibility: visible;
		opacity: 1;
		z-index: 999;
	}
}

/*注意！！以下PC用ヘッダーメニュー*/
@media screen and (min-width:897px) {
	.drawer-menu {
		width: 100%;
		height: 80px;
	}

	.menu {
		/*max-width: 800px;*/
		float: right;
		margin-right: 20px;
	}
	#menu-item-5587 {
    display: none;
  }
	#menu-item-5589 {
    border-radius: 20px;
    border: 1px solid #fff;
    width: 50px;
  }
  #menu-item-5589:hover {
    background: #2c5780;
  }
  #menu-item-5589 a:hover {
    color: #333;
  }
	.menu-item {
		display: inline-block;
		padding: 20px 50px 10px;
		text-align: center;
		margin: 24px 10px 0;
   position: relative; 
	}

	.menu-item a {
		display: block;
		position: absolute;
		top: 6px; 
		left: 0; 
		width: 100%; 
		height: 100%;
    	color: #fff;
	}

	.check,
	.menu-btn {
		display: none;
	}
}

/* TOPへ戻るボタン */
#fixedTop {
	right: 20px;
	bottom: 40px;
	color: #fff;
	text-align: center;
 	line-height: 60px;
	text-decoration: none;
 	vertical-align: middle;	
	display: none;
	width: 60px;
	height: 60px;
	border-radius: 50%;
 	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 99;
  font-size: 20px;
}
#fixedTop:hover {
	background: rgba(0,0,0,0.8);
}

@media screen and (max-width:896px) {
#fixedTop {
	display: none!important;
}
}
