@charset "utf-8";

/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	font-size:62.5%;
	color: #000;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;
}
body{ font-size:1.4rem; font-size: 1.4em; }
img{ vertical-align: bottom; }
img {
    image-rendering: -webkit-optimize-contrast;
}

a{
	color:#003a84;
	transition: all 0.4s;
}
a:hover{
	color:#0458c3;
	transition: all 0.4s;
}
a img:hover{
	opacity: 0.7;
}
.blue{background: #083B6D}
.skyblue{background: #7ECEF4}
.gray{background: #e6e7e7}
.dark_gray{background-color: #434343}
.beige{background: #E5DDCB}
.max_respon{max-width: 100%;}
/*----------------------------------------
	text
----------------------------------------*/

p{ line-height: 2; }
.text_bold{ font-weight: bold; }
.text_gray{ color: #a6a6a6; }
.text_red{ color: #e60012; }

.lh_14{ line-height: 1.4 !important; }
.lh_15{ line-height: 1.5 !important; }
.lh_16{ line-height: 1.6 !important; }
.lh_18{ line-height: 1.8 !important; }
.ls_-1{ letter-spacing: -1px; }
.ls_03{letter-spacing: 0.3rem; }


@media print, screen and (min-width: 770px){
	.text_12{ font-size:1.2rem !important; }
	.text_13{ font-size:1.3rem !important; }
	.text_14{ font-size:1.4rem !important; }
	.text_16{ font-size:1.6rem !important; }
	.text_18{ font-size:1.8rem !important; }
	.text_20{ font-size:2rem !important; }
	.text_21{ font-size:2.1rem !important; }
	.text_22{ font-size:2.2rem !important; }
	.text_24{ font-size:2.4rem !important; }
	.text_26{ font-size:2.6rem !important; }
	.text_28{ font-size:2.8rem !important; }
	.text_36{ font-size:3.6rem !important; }


}/*END*/


@media screen and (max-width: 599px){
	.text_12{ font-size:1.2rem !important; }
	.text_13{ font-size:1.3rem !important; }
	.text_14{ font-size: 1.3rem !important; }
	.text_16{ font-size: 1.4rem !important; }
	.text_18{ font-size: 1.6rem !important; }
	.text_20{ font-size: 1.7rem !important; }
	.text_21{ font-size: 1.8rem !important; }
	.text_22{ font-size: 1.8rem !important; }
	.text_24{ font-size: 1.8rem !important; }
	.text_26{ font-size: 1.9rem !important; }
	.text_28{ font-size: 2rem !important; }
	.text_36{ font-size: 2.2rem !important; }

}/*END*/

.clear{ clear: both; }
li{ list-style:none; }
.center{ text-align:center; }
.text_left{ text-align:left; }
.text_right{ text-align:right; }
.op:hover{
	filter: alpha(opacity=70);
	-moz-opacity:070;
	opacity:0.70;
	transition: all 0.4s;
}
.op{
	transition: all 0.4s;
}


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

.sd-trigger{
	position: fixed;
	top: 0;
	right: 0;
	width: 16%;
	cursor: pointer;
	background: #fff;
	z-index: 7;
}
#sd{
	box-sizing: border-box;
	background: #fff;
}
#sd li a{
	display: block;
	text-decoration: none;
	padding: 20px 2% 20px 4%;
	color:#000;
	border-bottom: 1px solid #ccc;
}
#sd li a:hover{
	color: #14557a;
}

@media print, screen and (min-width: 750px){
	.sd-trigger{
  left: calc(50% + 150px);
	right: auto;
	max-width: 100px;
}

	.sp_mv{
		display: none;
	}
	.pc_mv{
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

}/*END*/

@media screen and (max-width: 769px){
		.sd-trigger{
  max-width: 25%;
}

	.pc_mv{
		display: none;
	}
	.sp_mv{
		width: 100%;
	}

}/*END*/


/*----------------------------------------
	layout
----------------------------------------*/

#container{
	overflow: hidden;
}
.main_frame{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.overflow{
	overflow: hidden;
}
.lp_frame{
	width:84%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
.lp_frame_f{
	width:90%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
#bk{
	background-color: #fff;
	position: relative;
}
#bk:before{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	/* background-image: url("../images/background.jpg");
	background-size: contain; */
	z-index: 1;
	background-color : #fff;
	background-image:
		repeating-linear-gradient( 0deg,#e4e4e4 0px 1px,	transparent 1px 10px),
		repeating-linear-gradient( 90deg,#e4e4e4 0px 1px,	transparent 1px 10px);
}
.ribbon_l{
	position: fixed;
    top: 0;
    left: 0;
    background: url(../images/background-rbn.png) center top repeat-y;
    background-size: 100%;
    height: 100vh;
    width: 4.5%;
    max-width: 50px;
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);
    z-index: 1;
}
.ribbon_r{
	position: fixed;
    top: 0;
    right: 0;
    background: url(../images/background-rbn.png) center top repeat-y;
    background-size: 100%;
    height: 100vh;
    width: 4.5%;
    max-width: 50px;
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);
    z-index: 1;
}
#frame{
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 30px 0px rgb(0 0 0 / 30%);
}
@media screen and (min-width: 750px){
	.lp_frame{
		width: 84%;
		margin-right: auto;
		margin-left: auto;
	}
	#frame{
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}/*END*/
@media screen and (max-width: 751px){
	.ribbon_l{
		display: none;
	}
	.ribbon_r{
		display: none;
	}

}/*END*/

@media print, screen and (min-width: 770px){
	.sp_only{
		display: none !important;
	}
}/*END*/

@media print, screen and (min-width: 600px){
	.sp_br{
		display: none;
	}
}/*END*/
@media screen and (max-width: 769px){
	.pc_only{
		display: none !important;
	}
}/*END*/


/*----------------------------------------
	map
----------------------------------------*/

.map{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 80% 0 0;
	text-align: center;
}
.map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.map iframe:not(:target){
	left: 0\9;
	top: 0\9;
}
.map iframe{
	left: 0\9;
	top: 0\9;
}
@media all and (-ms-high-contrast: none) {
.map iframe{
		left: 50%\9 !important;
		top: 50%\9 !important;
	}
}
.map{ z-index: 2; }/*chrome対策*/

@media screen and (max-width: 1049px){

	.map{ padding: 80% 0 0; }

}/*END*/

@media screen and (max-width: 769px){

	.map{ padding: 80% 0 0; }

}/*END*/


/*----------------------------------------
	footer
----------------------------------------*/
.sp_menu{
	width: 100%;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}
.sp_menu a{
	display: block;
}
.sp_menu ul{
	display: flex;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px){
	.sp_menu ul{
		max-width: 768px;
	}
}/*END*/

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

header{
	position: relative;
}
.drawer{
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	color: #d0c077;
	display: flex;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
	z-index: 50;
}
.drawer ul{
	text-align: center;
	padding-top: 100px;
}
.drawer ul li{
	position: relative;
	transform: translateX(-150px);
	transition: transform 0.5s ease;
}
.drawer ul li:nth-child(2){ transition-delay: 0.15s; }
.drawer ul li:nth-child(3){ transition-delay: 0.25s; }
.drawer ul li:nth-child(4){ transition-delay: 0.35s; }
.drawer ul li:nth-child(5){ transition-delay: 0.45s; }
.drawer ul li:nth-child(6){ transition-delay: 0.55s; }
.drawer ul li:nth-child(7){ transition-delay: 0.65s; }
.drawer ul li:nth-child(8){ transition-delay: 0.4s; }
.drawer ul li:nth-child(9){ transition-delay: 0.45s; }
.drawer ul li:nth-child(10){ transition-delay: 0.5s; }
.drawer ul li:nth-child(11){ transition-delay: 0.55s; }
.drawer ul li:nth-child(12){ transition-delay: 0.6s; }
.drawer ul li a{
	display: inline-block;
	font-size: 2rem;
	color: #fff;
	text-decoration: none;
	padding: 15px;
}
.drawer ul li a:hover{
	animation: drawer 1.4s;
	color: #C1C1C1;
}
@keyframes drawer{
	0%{
		filter: none;
	}
	30%{
		filter: blur(0.8px);
	}
	100%{
		filter: none;
	}
}
.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li{
	transform: translateX(0);
}
@media screen and (max-width: 768px){
	.drawer ul li a{
		font-size: 1.8rem;
	}
}/*END*/


.btn_menu_works{
	position: fixed;
	width: 50px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	border: 2px solid #000;
	background-color: #e39870;
	right: calc(50% - 220px);
	top: 26px;
	cursor: pointer;
	transition: all 0.5s;
	z-index: 51;
}
.btn_menu_works span{
	position: absolute;
	left: 20%;
	width: 60%;
	height: 2px;
	background: #000;
	transition: all 0.4s;
}
.btn_menu_works span:nth-child(1){
	top: 30%;
}
.btn_menu_works span:nth-child(2){
	top: 50%;
}
.btn_menu_works span:nth-child(3){
	top: 70%;
}
.open .btn_menu_works span:nth-child(1){
	transform: rotate(45deg);
	top: 50%;
}
.open .btn_menu_works span:nth-child(2){
	opacity: 0;
}
.open .btn_menu_works span:nth-child(3){
	transform: rotate(-45deg);
	top: 50%;
}

@media screen and (max-width: 768px){
	.btn_menu_works{
		top: 16px;
	}
	.btn_menu_works{
		width: 45px;
		right: 10px;
		top: 13px;
	}
}/*END*/



/*----------------------------------------
	content
----------------------------------------*/
.rela{
	position: relative;
}
/*btn 追加*/
.btn_reserve01,
.btn_reserve02,
.btn_reserve03{
	position: absolute;
	display: block;
}
.btn_reserve01{
	bottom: 2.5%;
}
.btn_reserve02 {
	bottom: 7%;
}
.btn_reserve01 img,
.btn_reserve02 img{
	transition: .4s;
}
.btn_reserve01:hover img,
.btn_reserve02:hover img{
	transform: translateY(5px);
}

/*----------------------------------------
	カレント表示ナビゲーション
----------------------------------------*/
.target_nav {
	display: none;
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 50%;
	transform: translate(calc(-50% + 300px),-50%);
	z-index: 49;
}
.header__link {
	display: block;
	width: 6px;
	height: 32px;
	background-color: transparent;
	border: 1px solid #999;
	margin-top: 20px;
}
.header__link.is-active {
	background-color: #999;
}
li.header__item {
	position: relative;
}
/*横の文字調整*/
li.header__item:first-child:after {
	content: "1";
	display: block;
	position: absolute;
	top: 50%;
	color: #999;
	transform: translate(200%, -50%);
}
li.header__item:nth-child(2):after {
	content: "2";
	display: block;
	position: absolute;
	top: 50%;
	color: #999;
	transform: translate(200%, -50%);
}
li.header__item:nth-child(3):after {
	content: "3";
	display: block;
	position: absolute;
	top: 50%;
	color: #999;
	transform: translate(200%, -50%);
}
li.header__item:nth-child(4):after {
	content: "4";
	display: block;
	position: absolute;
	top: 50%;
	color: #999;
	transform: translate(200%, -50%);
}
li.header__item:nth-child(5):after {
	content: "5";
	display: block;
	position: absolute;
	top: 50%;
	color: #999;
	transform: translate(200%, -50%);
}
/* li.header__item:nth-child(5):after {
	content: "予\A約";
	display: block;
	position: absolute;
	top: 50%;
	color: #999;
	transform: translate(90%, -50%);
} */

@media screen and (max-width: 768px){
	.target_nav {
		right: 5%;
		transform: translate(0,-50%);
	}
	.header__link {
		width: 4px;
		height: 24px;
		margin-top: 15px;
		border: 1px solid #c8c8c8;
	}
	.header__link.is-active {
		background-color: #c8c8c8;
	}

	/*横の文字調整*/
	li.header__item:first-child:after {
		transform: translate(120%, -50%);
	}
	li.header__item:nth-child(2):after {
		transform: translate(120%, -50%);
	}
	li.header__item:nth-child(3):after {
		transform: translate(120%, -50%);
	}
	li.header__item:nth-child(4):after {
		transform: translate(120%, -50%);
	}
	li.header__item:nth-child(5):after {
		transform: translate(120%, -50%);
	}
	/* li.header__item:nth-child(5):after {
		transform: translate(60%, -50%);
	} */
}/*END*/