@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;
}
.yumin {
	font-family: '游明朝体', "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

a{
	color:#f08044;
	transition: all 0.4s;
}
a:hover{
	color:#ffb085;
	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%;}
.bg_black{background-color: #000;}
.bg_gray{background: #f2f2f2}
/*----------------------------------------
	text
----------------------------------------*/

p{ line-height: 2; }
.text_bold{ font-weight: bold; }
.text_normal{ font-weight: normal; }

.text_gray{ color: #7a7b7b; }
.text_red{ color: #e60012; }
.text_d_red{ color: #b02727; }

.text_white{
	color: #fff;
}

.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;
}

.tel{
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color:#595757;
}

@media print, screen and (min-width: 770px){

	.sp_only{
		display: none !important;
	}
	.btn_hover{
		position: relative;
		display: block;
	}
	.btn_hover:hover{
		animation:btn_hover 0.5s ease-in;
	}
	@keyframes btn_hover{
		0% {
			top: 0;
		}
		40% {
			top: -5px;
		}
		100% {
			top: 0;
		}
	}

}/*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*/


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

@media print, screen and (min-width: 770px){

	.sp_mv{
		display: none;
	}

}/*END*/

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

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

}/*END*/
/*----------------------------------------
	map
----------------------------------------*/
.map {
    position: absolute;
	width: 90%;
    aspect-ratio: 4 / 3;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
}
.map iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	object-fit: contain;
}
/*END*/


/*----------------------------------------
	contact
----------------------------------------*/

.contact{
	width: 100%;
	line-height: 1.8;
	box-sizing: border-box;
	color: #000;
}
.contact label,.contact label span{
	color: #000;
}

.contact th,
.contact td{
	text-align: left;
	box-sizing: border-box;
}
.contact th{
	padding-bottom: 5px;
}
.contact td{
	padding-bottom: 40px;
}
.contact td p{
	line-height: 1.2;
}
.kind label{
	box-sizing: border-box;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:45px !important;
}
.kind label:before{
	left: 2px !important;
}
.kind.check input[type="checkbox"]:checked + label:after {
	left: 8px !important;
}

.r_kind label{
	box-sizing: border-box;
	padding-left:45px !important;
	margin-bottom: 20px !important;
}
/*
.contact th{
	padding-bottom: 10px;
}
.contact td{
	padding-bottom: 40px;
}
.contact td p{
	line-height: 1.2;
}
.kind label{
	box-sizing: border-box;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:55px !important;
	background-color: #fff;
	width: 100%;
}
.kind label:before{
	left: 10px !important;
}
.kind.check input[type="checkbox"]:checked + label:after {
	left: 16px !important;
}
*/

.schedule_form input{
	float: left;
	width: 40%;
}
.schedule_form select{
	float: left;
	width: 28%;
	margin-left: 2%;
}
.schedule_form input,
.schedule_form select{
	border: 1px solid #dcdcdc !important;
	background: #fff !important;
}

.hissu:after,
.nini:after{
	display: inline-block;
	padding: 6px 6px;
	line-height: 1;
	margin-left: 10px;
	border-radius: 5px;
	vertical-align: 5px;
	font-size: 1.6rem;
	font-weight: bold;
}
.hissu:after{
	content: "必須";
	display: inline-block;
	background: #807202;
	color: #fff;
}
.nini:after{
	content: "任意";
	display: inline-block;
	background: #eee;
	color: #828282;
}


/*error*/
td .error{
	color: #e60012;
	padding-top: 10px;
}
.privacy .error{
	display: inline-block;
	margin-top: 10px;
	color: #e60012;
	padding: 5px 14px;
	background: #ffcdd3;
}
td.error{
	/*background:#ffcdd3;*/ background:#ffa2ad;
	padding: 8px;
		display: block;
		margin-bottom: 15px;
}

@media print, screen and (min-width: 770px){

	.contact th{
		font-size: 2rem;
	}
	.contact td{
		font-size: 1.8rem;
	}

}/*END*/

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

	.contact th{
		font-size: 1.5rem;
		padding-bottom: 4px;
	}
	.contact td{
		font-size: 1.4rem;
		padding-bottom: 25px;
	}
	.privacy .error,
	td .error{
		font-size: 1.4rem;
	}
	.privacy .hissu:after,
	th.hissu:after,
	th.nini:after{
		padding: 3px 6px;
		font-size: 1.2rem;
		vertical-align: 1px;
		margin-left: 6px;
	}
	.kind label{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.privacy{
		font-size: 1.4rem !important;
	}

}/*END*/

/*form 追加*/
.form_none{
	display: none;
}
.form_block{
	display: block;
}
.bg_form{
	background: #e3e0d6;
	margin: 0 auto 0 auto;
	padding-bottom: 100px;
	box-sizing: border-box;
}

/*----------------------------------------
	フォーム
----------------------------------------*/

select,
textarea,
input[type="tel"],
input[type="email"],
input[type="text"]{
	padding: 15px;
	background: #fff;
	border: none;
	box-sizing: border-box;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	font-size: 1.7rem;
		color: #000;
}
select:focus{ outline:none; }
textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus{
	outline:none;
	border: 1px solid #ccc;
}
select{
	width: 100%;
	border: none !important;
	/*background: #fff !important;*/
}


.form1{ width: 250px; }
.form2{ width: 350px; }
.form_all{ width: 100%; }
:focus{ outline: none; }


.form_box_flex{
	display: flex;
	justify-content: space-between;
}
.box_heaf{
	width: auto;
	float: left;
	display: flex;
}
.m_r10{
	margin-right: 4%;
}

.telbox{
	width:28%;
}
.telbox_sen {
    width: 10%;
    text-align: center;
    padding-top: 13px;

}

.select_ttl{
	width: 100%;
	padding: 20px 10px 10px 0;
	font-size: 2.2rem;
}

.media_pb{
	padding-bottom: 15px !important;
}


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

	select,
	textarea,
	input[type="tel"],
	input[type="email"],
	input[type="text"]{
		padding: 10px 10px;
		font-size: 1.6rem;
	}
	select:focus{ outline:none; }
	textarea:focus,
	input[type="tel"]:focus,
	input[type="email"]:focus,
	input[type="text"]:focus{
		border: 1px solid #867b5b;
	}
	.form1{ width: 150px; }
	.form2{ width: 100%; }

}/*END*/


/*----------------------------------------
	radio checkbox
----------------------------------------*/

.radio input[type="radio"],
.check input[type="checkbox"]{
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(0, 0, 0, 0);
}
.radio label,
.check label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-left: 40px;
	line-height: 2;
	margin-right: 35px;
	/*
	margin-bottom: 10px;
	*/
}
.radio label:before,
.check label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: #fff;
	border:1px solid #dcdcdc;
	border-radius: 50%;
}

.radio label:before{
	margin-top: -19px;
}


.check label:before{ border-radius: 0; }
.radio label:before{ border-radius: 50%; }

.radio label,
.check label{
	margin-left: 0\9;
	padding: 11px\9;
}
.radio label:not(:target),
.check label:not(:target){
	margin-left: 10px\9;
	padding: 11px 0 11px 25px\9;
}
.radio label:before,
.check label:before{
	display: none\9;
}
.radio label:not(:target):before,
.check label:not(:target):before{
	display: inline-block\9;
}
.radio input[type="radio"]:checked + label:after{
	position: absolute;
	content: "";
	top: 50%;
	left: 6px;
	width: 22px;
	height: 22px;
	margin-top: -13px;
	border-radius: 50%;
	background: #00b7ee;
}
.check input[type="checkbox"]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: 4px;
	width: 22px;
	height: 12px;
	margin-top: -8px;
	border-left: 4px solid #eb6877;
	border-bottom: 4px solid #eb6877;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check input[type="checkbox"]:checked + label:before{
	background: #fff;
}/*--
.radio input[type="radio"]:focus + label:before,
.check input[type="checkbox"]:focus + label:before{
	border-color: #aec47f;
	box-shadow: 0 0 5px #aec47f;
}
--*/
.radio_style label{
	padding-bottom: 5px;
}



.medhia_check label{
	padding-left: 40px;
	margin-right: 30px;
}







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

.copyright{
	background: #fff; 
	color: #000;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.4;
}

.sp_menu{
	width: 100%;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 100;
}
.sp_menu a{
	display: block;
}
.fixed_tel{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sp_menu ul{
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.sp_menu ul li{
	float: left;
	width: calc(100% /1);
	box-sizing: border-box;
}
.sp_menu ul li:last-of-type{
	border-right: none;
}
@media screen and (max-width: 749px){
	.sp_menu ul{
		max-width: 750px;
	}
	
}


/*----------------------------------------
	追加
----------------------------------------*/

.lp_frame{
	width:86%;
	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: #e5e2d8;
	position: relative;
}

#bk:before{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
    background: #e5e2d8;
	background-size: contain;
	background-repeat: repeat-x;
	z-index: 1;
}
.bg_logo {
	position: fixed;
	top: 9%;
	left: 7%;
	max-width: 374px;
	width: 18%;
}
@media (min-width: 1000px) and (max-width: 1150px) {
	.bg_logo {
		width: 15%;
	}
}
@media screen and (max-width: 999px) {
	.bg_logo {
		display: none;
	}
}

#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: 88%;
		margin-right: auto;
		margin-left: auto;
	}
/*#frame{
	max-width: 500px;*//* max-width: 800px;*/
	/*margin-left: auto;
	margin-right: auto;
}*/

}/*END*/
@media screen and (max-width: 751px){

		.ribbon_l{
		  display: none;
	}
	.ribbon_r{
	  display: none;
	}

}/*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: 30px;
}
.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: 1.5rem;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	line-height: 1.5;
}
.drawer ul li a:hover{
	animation: drawer 1.4s;
	color: #e1f2fa;
}
@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);
}
.head_lp .drawer_close{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.head_lp .drawer_close span{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
	height: 2px;
	width: 100%;
	transition: all 0.4s;
}
.head_lp .drawer_close span:nth-child(1){
	transform: rotate(45deg);
}
.head_lp .drawer_close span:nth-child(2){
	transform: rotate(-45deg);
}
.head_lp .drawer_close:hover span{
	background: #bd0d23;
}

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

	.head_lp .drawer_close{
		width: 30px;
		height: 30px;
	}
	.drawer ul li a{
		font-size: 1.4rem;
	}


}/*END*/




.btn_menu_works{
	position: fixed;
	width: 46px;
	height: 41px;
    right: 50px;
    top: 15px;
	cursor: pointer;
	transition: all 0.5s;
	z-index: 51;
	background: #f4f4ec;
	display: none;
}
.btn_menu_works span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    transition: all 0.4s;
}
.btn_menu_works span{
	width: 60%;
	left: 20%;
}
.btn_menu_works span:nth-child(1){
	top: 10px;
}
.btn_menu_works span:nth-child(2){
	top: 20px;
}
.btn_menu_works span:nth-child(3){
	top: 30px;
}
.open .btn_menu_works{
	background: transparent;
}
.open .btn_menu_works span:nth-child(1){
	transform: rotate(45deg);
	top: 20px;
	background: #fff;
}
.open .btn_menu_works span:nth-child(2){
	opacity: 0;
}
.open .btn_menu_works span:nth-child(3){
	transform: rotate(-45deg);
	top: 20px;
	background: #fff;
}

@media screen and (max-width: 749px){
	.btn_menu_works span:nth-child(2){
		top: 11px;
	}
	.open .btn_menu_works span:nth-child(1){
		top: 20px;
	}
	.open .btn_menu_works span:nth-child(3){
		top: 20px;
	}
	.btn_menu_works{
		width: 46px;
		height: 41px;
		right: 10px;
		top: 10px;
	}
	.btn_menu_works span{
		width: 70%;
		left: 15%;
	}
	.btn_menu_works span:nth-child(1){
		top: 9px;
	}
	.btn_menu_works span:nth-child(2){
		top: 20px;
	}
	.btn_menu_works span:nth-child(3){
		top: 31px;
	}
}/*END*/




/*----------------------------------------
	content
----------------------------------------*/

.rela{
	position: relative;
}
.btn{
	display: block;
	width: 100%;
}
.btn._01{
	position: absolute;
	bottom: 13%;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
}

.btn_reserve{
	display: block;
	position: absolute;
	width: 40%;
	transform: translate(-50%, 0);
	left:50%;
	bottom: 20%;
	
}

.btn_reserve_2{
	display: block;
	position: absolute;
	width: 70%;
	transform: translate(-50%, 0);
	left:50%;
	bottom: 3.6%;
}

.btn_reserve_3{
	display: block;
	position: absolute;
	width: 70%;
	transform: translate(-50%, 0);
	left:50%;
	bottom: 20%;
}

.btn_map{
	display: block;
	position: absolute;
	width: 70%;
	transform: translate(-50%, 0);
	left:50%;
	bottom: 45.5%;
}

.btn_mi{
	display: block;
	width: 70%;
	margin-inline: auto;
}

.btn01 {
    display: block;
    position: absolute;
    width: 93%;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 7%;
}
.btn02 {
    display: block;
    position: absolute;
    width: 93%;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 2%;
}
.btn03 {
	display: block;
    position: absolute;
    width: 93%;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 1.5%;
}
.btn04 {
    display: block;
    position: absolute;
    width: 93%;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 4%;
}
.nm_plan{
	margin-top:-15px;
}


.rela_z2{
	position: relative;
	z-index: 2;
}

.lp_frame_ac{
	width: 96%;
	margin-inline: auto;
}

.accordion-title{
	width: 70%;
	margin-inline: auto;
}

.accordion-container {
  margin-inline: auto;
  width: 86%;
}

.accordion-list:not(:first-child) {
  margin-top: 20px;
}

.accordion-title {
  cursor: pointer;
  position: relative;
}

.accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  height: 1px;
  width: 20px;
  background: #a47a20;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  height: 1px;
  width: 20px;
  background: #a47a20;
  transition: all .3s ease-in-out;
}

.accordion-title.open:before {
  transform: rotate(180deg);
}
.accordion-title.open:after {
  opacity: 0;
}

.accordion-text {
  display: none;
  padding: 15px 0 20px 0;
}

.tenkaitex::before {
  content: "詳しく見る";
}
 
.tenkaitex.opentex::before {
  content: "閉じる";
}


@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&display=swap');


.tenkaitex{
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 2rem;
	color: #a47a20;
	border:1px solid #a47a20;
	padding: 18px 10px;
	text-align: center;
	position: relative;
	margin-inline: auto;
	  font-family: "Kosugi Maru", sans-serif;
	  font-weight: 400;
	  font-style: normal;
}



.priv-text {
	height: 300px;
	overflow-y: scroll;
	background: #fff;
	font-size: 1.3rem;
	line-height: 1.8;
	padding: 10px;
	box-sizing: border-box;
	text-align: left;
}
.priv-ttl {
	font-size: 1.8rem;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* 追加 */
.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8%;
    padding: 0 6%;
}
.line_up01 {
    display: block;
    position: absolute;
    width: 100%;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 56%;
}
.line_up02 {
    display: block;
    position: absolute;
    width: 100%;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 15%;
}
.hukidashi{
	width: 74%;
}
/*----------------------------------------
	カレント表示ナビゲーション
----------------------------------------*/
.target_nav {
	display: none;
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 50%;
	transform: translate(calc(-50% + 300px),-50%);
	z-index: 49;
	opacity: 0.3;
}
.header__link {
	display: block;
	width: 6px;
	height: 32px;
	background-color: transparent;
	border: 1px solid #000;;
	margin-top: 20px;
}
.header__link.is-active {
	/*background-color: #c8c8c8;*/ background-color: #000;
}
li.header__item {
	position: relative;
}
/*横の文字調整*/
.t_nav_tex{
	display: block;
	width: 28px;
	text-align: center;
	position: absolute;
	top: 50%;
	color: #000;
	transform: translate(15%, -50%);
}




@media screen and (max-width: 749px){
	.target_nav {
		right: 5%;
		transform: translate(0,-50%);
	}
	.header__link {
		width: 4px;
		height: 24px;
		margin-top: 15px;
	}
	/*横の文字調整*/
	.t_nav_tex{
		width: 20px;
	}

}/*END*/


@media screen and (max-width: 599px){
	.target_nav{
		display: none !important;
	}

}/*END*/

/*----------------------------------------
	追加
----------------------------------------*/
:root {
  --ttl-l-width: 500px;
  --ttl-r-width: 350px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

.inner_frame {
	max-width: 1190px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
@media (max-width: 768px) {
	.btn_reserve {
		width: 70%;
		bottom: 13%;
	}

}
.sp-br {
  display: none;
}

.breakable {
  display: block; 
}
@media screen and (max-width: 1280px){
	.btn_reserve {
		width: 60%;
		bottom: 13%;
	}
	.reservation_p {
		top: 13%;
	}
	.reservation_p2 {
		top: 40%;
	}

} 
@media screen and (max-width: 1100px){
	.reservation_p {
		top: 11%;
	}

}
@media screen and (max-width: 1024px){
	.reservation_p {
		top: 11%;
	}
	.reservation_p2 {
		top: 40%;
	}
}
@media screen and (max-width: 820px) {
	.reservation_p {
		top: 4%;
	}
	.reservation_p2 {
		top: 32%;
	}
	.btn_reserve {
		width: 75%;
		bottom: 13%;
	}

} 

@media screen and (max-width: 768px) {
	.reservation_p {
		top: 15%;
	}
	.reservation_p2 {
		top: 38%;
	}
	.sp-br {
    display: inline;
	line-height: 1.6;
  }
 
}
/*nav01-------------------*/
#nav01 {
	background-color: #fff;
	display: flex;
	justify-content: space-between;
}
.ttl_l {
	max-width: var(--ttl-l-width);
	width: 100%;
	padding-top: 100px;
}
.ttl_l._nav01 img:first-child {
	padding-bottom: 100px;
}
.ttl_r._nav01{
	max-width: var(--ttl-r-width);
	width: 100%;
	margin-top: 32vh;
	margin-bottom: 100px;
}
@media (max-width: 768px) {
	#nav01 {
    flex-direction: column;
	gap: 50px;
	}
	.ttl_l {
	max-width: var(--ttl-l-width);
	width: 100%;
	padding-top: 50px;
	}
	.ttl_l._nav01 img:first-child {
	padding-bottom: 50px;
}
	.ttl_r._nav01 {
	max-width: var(--ttl-r-width);
	width: 100%;
	margin-top: 0;
	margin-bottom: 50px;
	}
	.ttl_big {
		width: 70%;
	}
}

/*#nav01 END*/

/*#nav02-------------------*/
#nav02 {
	background-color: #eee;
}
._nav02.rela {
	height: 900px;
	position: relative;
	margin-bottom: 100px;
}
.ttl_l._nav02 {
	position: absolute;
	left: 0;
}
.ttl_r._nav02 {
	position: absolute;
	max-width: 1100px;
	width: 100%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width: 940px) {
	._nav02.rela {
		height: 850px;
	}
}
@media (max-width: 880px) {
	._nav02.rela {
		height: 800px;
	}
}
@media (max-width: 768px) {
	._nav02.rela {
		height: auto;
		margin-bottom: 0;
	}
	.ttl_l._nav02 {
		position: static;
		padding-bottom: 60px;
	}
	.ttl_r._nav02 {
		position: static;
		transform: none;
		margin: 0 auto;
		max-width: 100%;
		width: auto;
		padding-bottom: 30px;
	}
	.ttl_r._nav02 img {
		display: block;
		max-width: 100%;
		height: auto;
	}
}

/*#nav02 END*/

/*#nav03-------------------*/
._nav03.rela {
	height: 950px;
	margin-bottom: 250px;
	}
.ttl_l._nav03 {
	position: absolute;
	left: 0;
}
.ttl_l._nav03 img:first-child {
	padding-bottom: 100px;
}
.merit._nav03 {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 5%;
	flex-wrap: nowrap;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -7%;
}
.merit1 , .merit2 , .merit3 {
	text-align: center;
	min-height: 150px;
}

.merit_suji1 ,
.merit_suji2 ,
.merit_suji3 {
	max-width: 130px;
	width: 100%;
}
@media (max-width: 940px) {
	._nav03.rela {
		height: auto;
		margin-bottom: 50px;
	}
	.ttl_l._nav03 {
		position: static;
		padding-bottom: 50px;
	}
	.ttl_l._nav03 img:first-child {
		padding-bottom: 50px;
	}
	.merit._nav03 {
		flex-direction: column;
		gap: 50px;
		position: static;
		transform: none;
		margin: 0 auto;
		max-width: 100%;
		width: 100%;
		bottom: 0;
	}

}
/*#nav03 END*/


/*#nav04-------------------*/
._nav04 ,
._nav08 {
	background: url(../images/reservation.jpg);
	background-position: center;
	width: 100%;
	text-align: center;
	height: 400px;
}
.reservation_p {
	color: #fff;
	font-size: clamp(2.5rem, 5vw, 5rem);
	text-align: center;
}
.reservation_p2 {
	color: #fff;
	font-size: clamp(1.2rem, 2.5vw, 1.8rem);
	text-align: center;
	line-height: 1.8;
}
.cta_btn img {
	max-width: 584px;
	width: 90%;	
}

@media (max-width: 768px){
	._nav04 , ._nav08 {
	background: url(../images/sp_ctabg.jpg) no-repeat center center;
	background-size: cover;
	height: auto;
}
}


/*#nav04 END*/


/*#nav05-------------------*/
._nav05.rela {
	padding-top: 200px;
	padding-bottom: 100px;
}
.reason._nav05 {
	display: flex;
	align-items: flex-start; 
	justify-content: space-between;
}
.reason._nav05 img {
	max-width: 100%;
	height: auto;
	display: block;
}
.reason._nav05._ttl {
	align-items: center;
	padding-bottom: 100px;
}
.reason._nav05._ttl img:first-child {
	max-width: 500px;
	width: 100%;
}
.reason._nav05._ttl img:last-child {
	max-width: 170px;
	width: 100%;
}
.reason._nav05._01 , 
.reason._nav05._02 , 
.reason._nav05._03 {
	gap: 100px;
	padding: 80px 0;
}
.reason._nav05._01 > img , 
.reason._nav05._02 > img , 
.reason._nav05._03 > img{
  flex: 1;
  min-width: 0;
}
.reason._nav05._01 > div , 
.reason._nav05._02 > div , 
.reason._nav05._03 > div {
  flex: 0.8;
  min-width: 30px;
}
.reason._nav05._01 img,
.reason._nav05._01 div img ,
.reason._nav05._02 img,
.reason._nav05._02 div img ,
.reason._nav05._03 img,
.reason._nav05._03 div img {
  width: 100%;
  height: auto;
  display: block;
}
.reason._nav05._01 div p , 
.reason._nav05._02 div p ,
.reason._nav05._03 div p{
  margin-top: 40px;
}
@media (max-width: 768px) {
	.reason._nav05._01 , 
	.reason._nav05._02 , 
	.reason._nav05._03 {
	gap: 50px;
	}
	._nav05.rela {
	padding-top: 50px;
	padding-bottom: 50px;
	}
	.reason._nav05._ttl {
	flex-direction: column-reverse;
	align-items: flex-start;
	gap: 80px;
	padding-bottom: 30px;
	}
	.reason._nav05._01,
	.reason._nav05._03 {
	flex-direction: column-reverse;
	align-items: flex-start; 
	}
	.reason._nav05._02 {
    flex-direction: column; 
	align-items: flex-start;
	}
	.reason._nav05._01 , 
	.reason._nav05._02 , 
	.reason._nav05._03 {
	padding: 50px 0;
	}

	.reason._nav05._01 > img,	
	.reason._nav05._02 > img,	
	.reason._nav05._03 > img, {
    flex: none; 
    width: 100%;
    min-width: 0;
	}
	.reason._nav05._01 > div,
	.reason._nav05._02 > div,
	.reason._nav05._03 > div {
	flex: none; 
    width: 100%;
    min-width: 0;
	}
	.reason._nav05._01 div img,
	.reason._nav05._02 div img,
	.reason._nav05._03 div img {
	width: 70%;
	}

	.reason._nav05._01 img,
	.reason._nav05._02 img,
	.reason._nav05._03 img {
    width: 100%;
    height: auto;
	}
	.reason._nav05._ttl img:last-child {
	max-width: 100px;
}

}
/*#nav05 END*/

/*#nav06-------------------*/
._nav06.rela {
	text-align: center;
    padding-bottom: 100px;
}
.img300 {
	border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.img300 img {
	max-width: 1350px;
	display: block;
	margin: 0 auto;
}
._nav06.rela .works_ttl {
	max-width: 400px;
	width: 100%;
	padding: 100px 0 50px 0;
}
@media (max-width: 768px) {
	._nav06.rela .works_ttl {
		max-width: 200px;
		padding: 50px 0 25px;
	}
	._nav06.rela {
	padding-bottom: 50px;
	}
	.img300 {
		height: 150px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.img300 img {
		width: 100%;
		height: 85%;
		object-fit: cover;
	}

}
/*#nav06 END*/

/*#nav07-------------------*/
._nav07.rela {
	text-align: center;
	padding-bottom: 100px;
}
._nav07.rela ._voice {
	max-width: 800px;
	width: 100%;
	padding: 100px 0;
}
._nav07._voice01 {
	display: flex;
	justify-content: center;
	align-items: start;
	gap: 50px;
	padding-bottom: 200px;
}
._voice_l {
	max-width: 800px;
	width: auto;
	min-width: 500px;
}
._voice_r {
	max-width: 580px;
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 60px;
	margin-top: 180px;
	margin-right: 10vw;
	position: relative;
}
._voice_r h4:first-child img {
	max-width: 60px;
	width: auto;
}
._voice_r h4:last-child img{
	max-width: 500px;
	width: 100%;
	min-width: 450px;
}
._voice_p {
	text-align: left;
	max-width: 500px;
	width: 100%;
	min-width: 450px;
}
._voice_r::before {
    content: "";
    position: absolute;
    top: 5%;
	left: -34%;
    width: 1100px;
    height: 850px;
    background: #f9f8ef;
    z-index: -1;
}
._nav07._voice02 {
	display: flex;
	justify-content: center;
	align-items: start;
	gap: 50px;
}
._voice_l_02{
	max-width: 800px;
	width: auto;
	min-width: 400px;
}
._voice_r_02 {
	max-width: 580px;
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 60px;
	margin-top: 100px;
	margin-left: 10vw;
	position: relative;
}
._voice_r_02 h4:first-child img{
	max-width: 60px;
	width: auto;
}
._voice_r_02 h4:last-child img{
	max-width: 500px;
	width: 100%;
	min-width: 450px;
}
._voice_p_02 {
	text-align: left;
	max-width: 500px;
	width: 100%;
	min-width: 450px;
}
._voice_r_02::before {
    content: "";
    position: absolute;
    top: 6%;
	right: -32%;
    width: 1100px;
    height: 800px;
    background: #f9f8ef;
    z-index: -1;
}
@media (max-width: 1024px) {
	._nav07._voice01 {
		flex-direction: column-reverse;
		padding-bottom: 100px;
	}

	._voice_r {
		margin-top: 0;
		max-width: 100%;
		padding-left: 20px;
		margin-right: 0;
	}
	._voice_l {
		max-width: 100%;
		width: 80%;
		min-width: 0;
		margin: 0 auto;
	}
	._voice_r h4:last-child img{
		min-width: 0;
		padding-right: 20px;
	}
	._voice_p {
		text-align: left;
		max-width: 100%;
		width: 100%;
		min-width: 0;
		padding-right: 20px;
	}
	._voice_r::before {
		left: 0;
	}
	._voice_r_02::before {
		right: 0;
	}



	._nav07._voice02 {
		flex-direction: column;
	}
	._voice_r_02 {
		margin-top: 0;
		max-width: 100%;
		padding-left: 20px;
		margin-left: 0;
	}
	._voice_l_02 {
		max-width: 100%;
		width: 80%;
		min-width: 0;
		margin: 0 auto;
	}
	._voice_r_02 h4:last-child img {
		min-width: 0;
		padding-right: 20px;
	}
	._voice_p_02 {
		text-align: left;
		max-width: 100%;
		width: 100%;
		min-width: 0;
		padding-right: 20px;
	}

}
@media (max-width: 768px){
	._voice_r h4 , ._voice_r_02 h4 {
	width: 90%;
	text-align: left;
	}

}
/*#nav07 END*/

/*#nav09-------------------*/
._nav09.rela {
	padding-top: 200px;
	padding-bottom: 100px;
}
._nav09._ttl {
	display: flex;
	align-items: flex-start; 
	justify-content: space-between;
	align-items: center;
	padding-bottom: 200px;
}
._nav09._ttl img:first-child {
	max-width: 650px;
	width: 100%;
	min-width: 0;
}
._nav09._ttl img:last-child {
	max-width: 500px;
	width: 100%;
	min-width: 0;
}
._nav09.step {
	display: flex;
	justify-content: center;
	gap: 50px;
}
.step_list {
	margin: 0 auto;
}
.step_item {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 100px;
	padding-bottom: 150px;
	width: 100%;
}
.step_ttl {
	width: 65%;
	z-index: 10;
}
.step_img {
	width: 35%;
}
.step_ttl img {
	max-width: 500px;
	height: auto;
}
.step_ttl p {
	padding-top: 25px;
	padding-left: 125px;
}
.vertical-line {
  position: absolute;
  top: 28%;
  left: 5.8%;  
  width: 2px;
  height: 53%;
  background-color: #9d2330;
  z-index: 1;
}
@media (max-width: 1024px) {
	.vertical-line {
		top: 28%;
		height: 50%;
		left: 6.5%;
	}
}
@media (max-width: 940px) {
	.vertical-line {
		display: none;
	}
	.step_item {
		flex-direction: column;
		padding-bottom: 80px;
		gap: 50px;
	}
	.step_ttl p {
		padding-left: 0;
	}
	.step_ttl,
  	.step_img {
    width: 100%;
  }
}
@media (max-width: 768px) {
	._nav09.rela {
		padding-top: 50px;
		padding-bottom: 0;
	}
	._nav09._ttl {
		display: flex;
		flex-direction: column;
		gap: 80px;
		align-items: flex-start;
		padding-bottom: 50px;
		width: 100%;
	}
	._nav09_ttl_img_r {
		align-self: flex-end;
		display: block;
		
	}
	._nav09._ttl img:last-child {
		display: none;
	}
}
/*#nav09 END*/

/*#nav10-------------------*/
.shop_bg_01 {
	width: 100vw;
	height: 250px; 
	background: linear-gradient(
    5deg, 
	#f4f4ec 60%,
    #ffffff 60%
  );
}
.shop_bg_02 {
	width: 100vw;
	height: 250px; 
	background: linear-gradient(
    5deg, 
	#ffffff 60%,
    #f4f4ec 60%
  );
}
.shop_bg {
	background-color: #f4f4ec;
}
.shoptest {
	height: 500px;
}
._nav10img {
	max-width: 650px;
	width: 100%;
	padding-bottom: 100px;
}
._nav10ul {
	margin: 0 auto;
	max-width: 950px;
	padding-bottom: 100px;
}
._nav10ul li {
	display: flex;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid #000;
}
._nav10ul li:nth-child(6) {
	border-bottom: none;
}
._nav10red {
	font-size: 2.0rem;
	font-weight: bold;
	color: #9d2330;
	max-width: 260px;
	width: 100%;
	text-align: left;
	padding-left: 20px;
}
._nav10black {
	font-size: 2.0rem;
	padding: 10px clamp(5px, 10vw, 120px);
	max-width: 570px;
	width: 100%;
	text-align: left;
	line-height: 1.6;
}
._nav10ul li a {
	text-align: right;
}
@media (max-width: 940px)  {
	._nav10img {
		padding-bottom: 50px;
	}
	._nav10ul {
		padding-bottom: 50px;
	}
	._nav10red {
		padding-left: 0;
	}
}
@media (max-width: 768px) {
	._nav10img {
		width: 80%;
	}
	.shop_bg_01 {
		height: 150px;
	}
	.shop_bg_02 {
		height: 150px;
	}
	._nav10red {
		font-size: 1.4rem;
	}
	._nav10black {
		font-size: 1.4rem;
		line-height: 1.4;
		padding: 10px 15px;
	}
}
/*#nav10 END*/

/*#nav11-------------------*/
#nav11 {
	padding-bottom: 100px;
	padding-top: 100px;
}
._nav11_ttl {
	display: flex;
	align-items: flex-start; 
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
}
._nav11_ttl img:first-child {
	max-width: 500px;
	width: 100%;
	min-width: 0;
}
._nav11_ttl img:last-child {
	max-width: 650px;
	width: 100%;
	min-width: 0;
}
._nav11grid {
	padding-top: 100px;
	padding-bottom: 400px;
	margin: 0 auto;
}
.meet_ul {
	display: grid;
	grid-template-rows: 300px 300px;
	grid-template-columns: 25% 25% 25% 25%;
}
.meet_ul li {
	margin: 0 auto;
	max-width: 250px;
	width: 100%;
}
.meet_item1 {
	grid-row: 1 / 2;
	grid-column: 1 / 2;
}
.meet_item2 {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}
.meet_item3 {
	grid-row: 1 / 2;
	grid-column: 3 / 4;
}
.meet_item4 {
	grid-row: 1 / 2;
	grid-column: 4 / 5;
}
.meet_item5 {
	grid-row: 2 / 3;
	grid-column: 1 / 2;
}
.meet_item6 {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
}
.meet_item7 {
	grid-row: 2 / 3;
	grid-column: 3 / 4;
}
.meet_item8 {
	grid-row: 2 / 3;
	grid-column: 4 / 5;
}
._nav11btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -3%;
	max-width: 1158px;
	width: 100%;
	padding: 0 20px;
}
._nav11btn p {
	padding: 50px;
}


@media (max-width: 1368px) {
	.meet_ul {
	grid-template-rows: 250px 250px;
	grid-template-columns: 25% 25% 25% 25%;
	}
	.meet_ul li {
	max-width: 200px;
	width: 100%;
	}
}
@media (max-width: 940px) {
	#nav11 {
		padding-bottom: 0;
		padding-top: 0;
	}
	.meet_ul {
    grid-template-columns: 50% 50%; 
    grid-template-rows: repeat(4, 300px);
	padding-left: 30px;
	padding-right: 30px;
	}
  	.meet_ul li {
	max-width: 250px;
    width: 100%;
	}
  	.meet_ul li {
    grid-row: auto;
    grid-column: auto;
	}
	._nav11btn p {
	padding: 15px;
	}
	._nav11btn {
		bottom: 2%;
	}
}
@media (max-width: 768px) {
	._nav11grid {
		padding-top: 0;
		padding-bottom: 300px;
	}
	._nav11_ttl {
		flex-direction: column;
		gap: 80px;
		align-items: flex-start;
		padding-bottom: 50px;
	}
	._nav11_ttl img:nth-child(2) {
		margin-left: auto;
		display: block;
	}
	._nav11_ttl img:first-child {
		width: 70%;
	}
}
@media (max-width: 625px) {
	.meet_ul {
    grid-template-rows: repeat(4, 200px);
	}
  	.meet_ul li {
	max-width: 150px;
    width: 100%;
	}

}
@media (max-width: 420px) {
	.meet_ul {
    grid-template-rows: repeat(4, 160px);
	}
  	.meet_ul li {
	max-width: 120px;
    width: 100%;
	}
}

/*#nav11 END*/

/*campaign-------------------*/
.campaign_obi {
  position: relative;      /* 子を絶対配置するため */
  width: 100%;
  max-height: 150px;       /* 親の高さを固定または制限 */
  height: 150px;
  overflow: hidden;        /* はみ出る画像を隠す */
}

.campaign_obi picture,
.campaign_obi picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;       /* 高さに合わせて切り抜き */
}

.campaign_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 100%;           /* 必要に応じて調整 */
  z-index: 10;
}
@media (max-width: 768px) {
  .campaign_obi {
   max-height: 200px;
   height: auto;
  }

  .campaign_text {
    display: none;          /* SP用に文字幅調整 */
  }
}

/*campaign END*/