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

/* 以下非表示*/
@media (min-width: 1200px){
	.navToggle,nav.globalMenuSp{
		display: none !important;
	}
}
@media (min-width: 960px){
	.tbsp{
		display: none !important;}
}
@media (min-width: 768px){
	.sp_only{
		display: none!important;}
	}
@media (min-width: 450px){
	.sp_450{
		display: none!important;}
	}

/* all */
body{
	color: #fff;
	background: #1a1a1a;
	font-family: 'IBM Plex Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}
p{
	line-height: 180%;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
h2,h3,h4{
	font-weight: 400;
}
::-webkit-scrollbar{
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track{
	background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb{
	background-color: #e5c21c;
}
/* 幅調整　*/
.w1980{
	width: 100%;
	max-width: 1980px;
	margin: 0 auto;
}

.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin: auto;
}
.w1300{
	width: calc(100% - 20px);
	max-width: 1300px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h70{
	height: 70px;
}
.h100{
	height: 100px;
}
.mt50{
	margin-top: 50px;
}
.mt100{
	margin-top: 100px;
}
/* 背景　*/
.bg_w{
	background-color: rgba(255,255,255,0.49);
}

.bg_light{
	background: #f5f5f5;
}


.bg_w_inner{
	background-color: rgba(255,255,255,0.55);
	padding: 50px 30px;
}
.bg_b_inner{
	background-color: rgba(0,0,0,0.55);
	padding: 50px 30px;
}
.bg_img01{
	background:linear-gradient( to bottom, rgba(0,0,0,0.6) 20%,rgba(0,0,0,0.3) ,rgba(0,0,0,0.6) 80%) , url("../img/bg_img03.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01{
	background-attachment: scroll;
}
.bg_img02{
	background:linear-gradient( to bottom ,rgba(255,255,255,0.5) ,rgba(255,255,255,0.5)) , url("../img/bg_img04.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #1a1a1a;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img02{
	background-attachment: scroll;
	background-size: auto;
	background-repeat: no-repeat, repeat;

}
.bg_img02.scroll{
	background-attachment: scroll;
	background-position: center;
}

.bg_img03{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.5) ,rgba(0,0,0,0.8) 80%) , url("../img/bg_img05.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}
.bg_img03w{
	background:linear-gradient( to bottom ,rgba(255,255,255,0.3) ,rgba(255,255,255,0.3)) , url("../img/bg_img05.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #1a1a1a;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img03,
::-webkit-full-page-media, :future, :root .bg_img03w{
	background-attachment: scroll;
}
.bg_img04{
	background: url("../img/bg_img01.webp") no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #fff;
	color: #1a1a1a;
}
.bg_glitter-tl{
	background: url("../img/bg_glitter-tl.png") no-repeat;
	background-position: top left;
	background-size: auto;
	background-color: #1a1a1a;
}
@media (max-width: 1200px){
	.bg_glitter-tl{
		background-size: 120%;
	}
}

/* 画像調整　*/
.img_3-2{
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.img_4-3{
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.img_16-9{
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.img_1-1round{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
.img_center{
	text-align: center;
}
.img_center img{
	width: calc(100% - 15px);
	max-width: 500px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	box-shadow: 15px 15px #e1f2fa;
}
.img_center02{
	text-align: center;
}
.img_center02 img{
	width: auto;
	max-width: 250px;
}


/* 見出し　テキスト　*/
.txt_lv02{
	font-size: clamp(1rem, 0.88rem + 0.4267vw, 1.2rem);
	margin-bottom: 15px;
	text-align: center;
}
.txt_lv02 span{
	color: #e5c21c;
	font-family: 'Shippori Mincho B1', serif;
	font-size: 400%;
}
.txt_lv02 img{
	width: 160px;
	padding: 10px;
}
@media (max-width: 750px){
	.txt_lv02 span{
		font-size: 300%;
	}
}
@media (max-width: 450px){
	.txt_lv02 span{
		font-size: 230%;
	}
}
.txt_lv03{
	font-size: 1.2rem;;
	font-weight: 500;
	border-bottom: solid 3px #fff;
	position: relative;
	margin-bottom: 30px;
}
.txt_lv03 span.ja{
}
.txt_lv03 span.en{
	font-family: 'Dancing Script', cursive;
	color: #e5c21c;
	display: block;
	font-size: 80%;
	line-height: 100%;
}
.txt_lv03::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -3px;
	width: 100px;
	height: 3px;
	background-color: #e5c21c;
}
.txt_lv04{
	font-family: 'Shippori Mincho B1', serif;
	font-size: 1.2em;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.txt_lv04::after{
	content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #e5c21c;
    margin: 15px auto 0;
}
.txt_lv05{
	font-family: 'Shippori Mincho B1', serif;
	text-align: center;
	font-size: 1em;
	background: #f5e7a6;
	padding: 0.25em;
	vertical-align: middle;
	margin: 1em 0;
}

.txt_copy01{
	font-size: 1.3rem;
	font-family: 'Shippori Mincho B1', serif;
	text-align: center;
	position: relative;
    display: block;
	width: fit-content;
    padding: 0 1em;
	margin: 0 auto 30px;
}

.txt_copy01::before {
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.txt_copy01::after {
	position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(25deg);
}

.txt_copy02{
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	color: #e5c21c;
}
.txt_copy03{
	text-align: center;
	font-family: 'Shippori Mincho B1', serif;
	font-size: clamp(1.2rem, 0.96rem + 0.8533vw, 1.6rem);
	margin-bottom: 15px;
	position: relative;
	margin-top: 80px;
}
.txt_copy03::after{
	position: absolute;
	content: '';
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 45px;
	background: url("../img/point01.png") no-repeat;
	background-size: contain;
	background-position: center;
}
.txt_catch01{
	font-family: 'Shippori Mincho B1', serif;
	font-size: clamp(1.3rem, 0.58rem + 2.56vw, 2.5rem);
	line-height: 150%;
	margin-bottom: 15px;
}
.txt_catch02{
	font-family: 'Shippori Mincho B1', serif;
	font-size: clamp(1.1rem, 0.56rem + 1.92vw, 2rem);
	line-height: 150%;
	margin-bottom: 15px;
}


span.bold{
	font-size: 1.2em;
	font-weight: 700;
}


span.line{
	background:linear-gradient(transparent 60%, #b3e2ff 60%);
	font-size: 1em;
	display: inline-block;
}


/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
.photo_flex div{
	width: 100%;
	padding: 5px;
}
.photo_flex img{
	width: 100%;
}
/* ボタン　*/

header{
	position: relative;
	width: 100%;
	z-index: 9000;
}
.site-header{
	background:rgba(0,0,0,0.0);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:center;
    width: 100%;
	height: 120px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	transition: .5s;
}
.site-header.transform{
    background:rgba(0,0,0,1.0);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	margin-left: 30px;
}
.site-header h1 img{
	width: auto;
	height: 80px;
	vertical-align: middle;
	transition: .5s;
	pointer-events: none;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}
.site-header.transform h1 img{
	filter: none;
}

.header_phone{
	display: flex;
	align-items:center;
	justify-content:flex-end;
	margin-right: 15px;
}
.site-header .h_phone a{
	font-size: 2rem;
	padding: 0.25rem;
	color: #fff;
	opacity: 1;
	transition: .5s;
}
.site-header.transform .h_phone a{
	color: #fff;
}
.site-header .h_phone:hover{
	opacity: 0.6;
}
.site-header .h_mail{
	overflow: hidden;
}
.site-header .h_mail a{
	display: block;
	padding: 0.8em ;
	color: #fff;
	border: solid 1px #fff;
	margin:15px 0;
	font-size: 0.9rem;
	position: relative;
	transition: .5s;
}
.site-header .h_mail a:hover{
	border: solid 1px #e5c21c;
}

.h_btn_insta a{
	display: block;
	width: 38px;
	font-size: 1.1rem;
	text-align: center;
	background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
	background-size: 150%;
	background-position: left;
	color: #fff;
	border-radius: 50%;
	margin: 0 10px;
	transition: .5s;
}
.h_btn_insta a:hover{
	background-position: right;
}
.h_btn_insta a i{
	line-height: 38px;
	vertical-align: middle;
}
.h_btn_fb a{
	display: block;
	width: 38px;
	font-size: 1.1rem;
	text-align: center;
	background: #3B5998;
	color: #fff;
	border-radius: 50%;
	margin: 0 10px;
	transition: .5s;
}
.h_btn_fb a:hover{
	opacity: 0.6;
}
.h_btn_fb a i{
	line-height: 38px;
	vertical-align: middle;
}
.h_btn_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
}

.nav_wrap{
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding:0 30px;
}
.site-header nav ul li{
	margin: auto;
	margin-left: 30px;
	padding-bottom: 10px;
	font-size:1rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	transition: 0.5s;
}
.site-header.transform nav ul li a{
	color: #1a1a1a;
}
.site-header nav ul li a span{
	font-size: 150%;
	font-family: 'Tenor Sans', sans-serif;
	background-image: linear-gradient(to bottom , #e5c21c 40%, #f5ecc4, #e5c21c 60%);
	background-size: 200% 200%;
	background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.site-header.transform nav ul li a span{
	background-size: 100% 100%;
}
.site-header nav ul li::after{
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 2px;
	background:rgba(229,194,28,0.0);
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header nav ul li:hover::after{
	background:rgba(229,194,28,1.0);
	transform: translate3d(0,0,0);
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.slider{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	min-height: 650px;
	max-height: 1080px;
	z-index: 9;
	overflow: hidden;
}
.slider::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: linear-gradient(rgba(0,0,0,0.2) 10%,rgba(0,0,0,0.2)) ;
}
.slide_wrap .copy{
	position: absolute;
	width: 100%;
	top: 45%;
	left: 0;
	z-index: 11;
}
.slide_wrap .copy h3{
	width: fit-content;
	margin: auto;
	color: #fff;
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 400;
	font-size: clamp(0.8rem, 0.5231rem + 1.2308vw, 2rem);
	padding: 10px;
}
.slide_wrap .copy h2{
	width: fit-content;
	margin: auto;
	color: #fff;
	font-family: 'Dancing Script', cursive;
	font-size: clamp(2rem, 1.0769rem + 4.1026vw, 6rem);
	margin-bottom: 1rem;
}

.scroll_arrow{
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 12;
	display: inline-block;
	transform: translateX(-50%);
	text-decoration: none;
	 padding-top: 60px;
	color: #fff;
}
.scroll_arrow span{
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
	text-align: center;
}
.scroll_arrow span::after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	}
.scroll_arrow span::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 44px;
	height: 44px;
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb 3s infinite;
	animation: sdb 3s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 959px){
	.slider{
		height: 80vh;
	}
}
/* コンテンツ
   ========================================================================== */

.contents{
	padding: 70px 0;
}
.contents_in{
	padding: 0 10px;
}
.contents_half_l{
	width: 55%;
	margin:0 auto 0 0;
	padding: 20px;
}
.contents_half_r{
	width: 55%;
	margin:0 0 0 auto;
	padding: 20px;
}
.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card001 figure{
	width: calc(100% / 4 - 20px);
	margin: 10px;
	background:rgba(255,255,255,0.55);
}
.card001 figure img{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	background: #ccc;
}
.card001 figure figcaption{
	width: 100%;
}
.card001 figure figcaption h3{
	text-align: center;
	color: #33a7ff;
}
.card001 figure figcaption h3 span{
	font-size: 200%;
}
.card001 figure figcaption h4{
	font-size: 1.2em;
}
.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
	padding: 10px;
}
.card002 .img img{
	width: 100%;
}
.card002 .txt{
	width: 100%;
	padding: 15px;
	align-self: center;
}

.card002 .rec p{
	text-indent: 1em;
}
.card002 .video{
	width: 100%;
}
.card002 .video video{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.card002 .video iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 15px;
}
.card002 .img_f{
	display: flex;
	justify-content: space-between;
}
.img_f_in{
	width: 50%;
	padding: 15px;
}
.img_f_in img{
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
}
.card002 .img_fv{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.img_fv_in{
	width: calc(100% - 100px);
	padding: 15px;
}
.img_fv_in img{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.mb100{
	margin-bottom: 100px;
}
.mt100{
	margin-top: 100px;
}

.card003{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.card003 .img{
	width: 300px;
	flex-basis: 300px;
	padding: 15px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	padding: 10px 5%;
	align-self: center;
}
.sticky_wrap{
	position: sticky;
	top: 150px;
	width: 100%;
}

.sticky_wrap .txt_lv02{
	text-align: left;
}
.card003_space{
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 20px 0;
}
 .card003_space .space{
	width: 300px;
}
.card003_space .c_wrap{
	padding: 10px;
	flex: 1;
}

.point h3{
	font-family: 'Dancing Script', cursive;
	font-style: normal;
	color: #e61ca2;
	font-size: 2rem;
	border-bottom: solid 1px #e5c21c;
	margin-bottom: 30px;
}
.point h3 span.nb{
	font-size: 200%;
	padding-right: 1rem;
}
.point h3 span.ja{
	font-family: 'IBM Plex Sans JP', sans-serif;
	font-size: 1.1rem;
	font-weight: 500;
	color: #1a1a1a;
}
.point p.point{
	padding: 10px;
	background: #e65f1c;
	color: #fff;
	font-size: 0.9em;
}
.wrap80{
	padding: 10px 10%;
}


.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 3px #e5c21c;
	padding: 1em;
	width: 25%;
	min-width: 9em;
}
.line02 table td{
	border-bottom: solid 3px #fff;
	padding: 1em;
}
.line02 table td i{
	color: #e5c21c;
	padding-left: 1em;
}
.line02 dl{
	margin-bottom: 0.5em;
	font-size: 0.9rem;
	display: flex;
}
.line02 dl dt{
	width: 11em;
}
.line02 dl dd{
	
}

.line02 ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}

.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.simple01 table tr{
	border-bottom: solid 1px #ccc;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	width: 20%;
	min-width: 6em;
	font-weight: 500;
}
@media (max-width: 768px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table td{
		padding-top: 0;
	}
}

ul.border01{
	padding-left: 1em;
	font-size: 1em;
}
ul.border01 li{
	border-bottom: dashed 1px #999;
	margin-bottom: 1rem;
}
ul.border01 li i{
	color: #e5c21c;
}
ul.border01 li span{
	font-size: 0.8em;
	padding-left: 0.5em;
	display: inline-block;
}
ul.border01 p{
	text-align: right;
}
.dl_border01{
	padding: 1rem;
}
.dl_border01 dl{
	display: flex;
	align-items: flex-start;
	border-bottom: solid 1px #e5c21c;
}
.dl_border01 dl dt{
	width: 20%;
	padding: 1em 0 1em 1em;
	font-weight: 700;
}
.dl_border01 dl dt i{
	color: #e5c21c;
}
.dl_border01 dl dd{
	padding: 1em;
}


/* カルーセル============================================================ */
.carousel_wrap{
	width: 100%;
	margin: auto;
}
.carousel {
	width:calc(100% - 40px);
	padding: 0;
	margin: auto;
}
.carousel .inner {
	overflow: hidden;
	margin: 20px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.carousel .inner img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.carousel .slick-next {
	right: -20px;
	z-index: 50;
}
.carousel .slick-prev {
	left: -20px;
	z-index: 50;
}



/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 70px 10px 0;
	background: url("../img/bg_img02.webp") no-repeat;
	background-position: top center;
	background-size: cover;
	background-color: #000;
	color: #fff;
}

footer h2 img{
	width: 350px;
}
footer .map iframe{
	width: 100%;filter: grayscale(100%) invert(100%);
	
	
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	max-width: 1300px;
	padding: 0 10px;
	margin:50px auto 0;
}
.footer_in{
	width: 100%;
	max-width: 960px;
}
.footer_in h2 {
	text-align: center;
}
.footer_in p{
	width: fit-content;
	margin: auto;
	color:#eee;
}
.f_contact{
	width: 100%;
	max-width: 400px;
	margin: auto;
	padding: 10px 0;
	overflow: hidden;
}
.f_contact li{
	list-style: none;
	text-align: left;
	line-height: 1;
    position: relative;
	padding-left: 15px;
	border-bottom: solid 1px #666;
	margin-top: 5px;
}
.f_contact li::before{
	position: absolute;
	top: 0.7rem;
	left: 0;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f178';
	padding-right: 10px;
	color: #e5c21c;
	transition: .5s;
}
.f_contact li::after{
    position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
    border-bottom: solid 1px rgba(229,194,28,0.0);
	content: '';
	transform: translate3d(-100%,0,0);
    transition: .5s;
}

.f_contact li a{
	color:#eee;
	font-style: normal;
	text-decoration: none;
	padding:10px;
	display: block;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
	transition: .5s;
}
.f_contact li:hover::before{
	transform: translateX(5px);
}
.f_contact li:hover::after{
	border-bottom: solid 1px rgba(229,194,28,1.0);
	transform: translate3d(0,0,0);
}
footer small p{
	text-align: center;
	padding: 15px;
}


/* ボタン　================================================== */
.btn {
	color: #fff;
	background: #2ee6e6;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 45px;
	margin: 0 auto 2em;
	max-width: 250px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
    }

.btn03_2{
    text-align: center;
	margin-top: 30px;
	filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.2));
}
.btn03_2 a {
	display: inline-block;
	position: relative;
	padding: 1em 1em 1em 50px;
	font-family: 'Tenor Sans', sans-serif;
	color: #e5c21c;
	font-size: 1.1em;
	transition: .5s;
}
.btn03_2 a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) scale(1);
	width: 40px;
	height: 40px;
	border: 1px solid #e5c21c;
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	opacity: 1;
	transition: .5s;
}
.btn03_2 a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 17px;
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-top: 2px solid #e5c21c;
	border-right: 2px solid #e5c21c;
	transition: .5s;
}
.btn03_2 a:hover {
	color: #e5c21c;
}

.btn03_2 a:hover::before {
	background-color: #000;
	opacity: 0.6;
	transform: translateY(-50%) scale(1.4);
}

.btn03_2 a:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	
}
.bgw .btn03_2{
	filter: drop-shadow(1px 1px 5px rgba(255,255,255,0.7));
}
.bgw .btn03_2 a{
	color: #1a1a1a;
}
.bgw .btn03_2 a::before,
.bgw .btn03_2 a:hover::before {
	background-color: #fff;
}
.bgw .btn03_2 a:hover::after {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	
}

/*ボタン*/
.sbtn a{
	display: block;
	position: relative;
	background: rgba(255,255,255,0.3);
	text-align: center;
	color: #5f5f5f;
	border: 1px solid #5f5f5f;
	padding: 15px 0;
	width: 300px;
	transition: all 0.3s ease-in-out;
	font-size: 0.9rem;
	margin: 0 auto;
}
.sbtn a::before,
.sbtn a::after{
	content: '';
	position: absolute;
	border: solid #5f5f5f;
	width: 10px;
	height: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sbtn a::before{
	top: -6px;
	left: -6px;
	border-width: 1px 0 0 1px;
}
.sbtn a::after{
	bottom: -6px;
	right: -6px;
	border-width: 0 1px 1px 0;
}
.sbtn a:hover{
	border-color: transparent;
	background: linear-gradient( 130deg, #12e6e6 , #12e69f);
	color: #fff;
	
}
.sbtn a:hover::before,
.sbtn a:hover::after{
	width: calc(100% + 11px);
	height: calc(100% + 11px);
	border-color: #12e6e6;
}

/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 350px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
}
.subtitle h2{
	color:#fff;
	position: absolute;
	bottom: 70px;
	left: 50px;
	font-size:1.2em;
	padding-bottom: 5px;
}
.subtitle h2 span.en{
	font-size: clamp(2.5rem, -0.2rem + 9.6vw, 7rem);
	vertical-align: top;
	font-family: 'Dancing Script', cursive;
	color: #fff;
}

.sub_bg{
	background: url("../img/bg_img08.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #1a1a1a;
}

/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 1em;
	right: 1em;
	padding: 3px 5px;
	font-size: 0.9em;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	line-height: 100%;
	color: #fff;
}

.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}
/* サブページコンテンツ
   ========================================================================== */

.map iframe{
	width: 100%;
	vertical-align: middle;
}

.company_g {
	padding: 1rem;
}
.company_g p{
	font-size: 1rem;
	line-height: 180%;
	text-indent: 1em;
	margin-bottom: 1rem;
}

table.contrast{
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 30px auto;
    padding: 0;
    width:100%;
	max-width: 800px;
}
table.contrast tr{
	border-bottom: solid 1px #ccc;
}
table.contrast th{
	width: calc((100% - 5em) / 2);
	padding: 1em;
	text-align: left;
	font-weight: 500;
}
table.contrast td{
	width: 5em;
	text-align: center;
	color: #e65912;
}

table.contrast th:last-child{
	text-align: right;
}
@media (max-width: 768px){
	table.contrast{
		font-size: 0.9em;
	}
	table.contrast th{
		padding: 1em 0;
	}
	table.contrast td{
		width: 80px;
	}
}
@media (max-width: 450px){
	table.contrast{
		font-size: 0.8em;
	}
	table.contrast th{
		padding: 1em 0;
	}
	table.contrast td{
		width: 65px;
	}
}
/* メニュー ==================== */
.price .inblock{
	display: inline-block;
}
dl.price04{
	display: flex;
	justify-content:space-between;
	align-items: flex-end;
	margin-top: 1rem;
    width: 100%;
    border-bottom: dashed 1px;
}
dl.price04 dt{
	font-weight: 500;
	padding-right: 1rem;
}
dl.price04 dd{
    text-align: right;
	white-space: nowrap;
}
.note p{
	margin-left: 1em;
	font-size: 0.9em;
}
.note ul {
	margin-left: 1em;
	margin-top: 1em;
}
.note ul li{
	font-size: 0.9em;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.5em;
}
@media (max-width: 768px){
	dl.price04{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	dl.price04 dd{
		width: 100%;
		text-align: right;
	}
	.note p,.note ul {
		margin-left: 0;
	}
}


/* メールフォーム==================== */
.contents_mail{
	max-width: 960px;
	padding: 10px 10px 30px;
	margin: auto;
}
/* TEL FAX */
.phone_flex{
	display: flex;
	justify-content: center;
	max-width: 900px;
	margin: auto;
}
.phone_flex .phone{
	text-align: center;
	color: #1a1a1a;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #1a1a1a;
	background: #fff;
	opacity: 1;
	transition: .5s;
}
.phone_flex .phone .nb{
	font-weight: 700;
	font-size: clamp(1.3rem, 0.88rem + 1.4933vw, 2rem);
	line-height: 50px;
	vertical-align: middle;
	display: block;
}
.phone_flex .phone .nb i{
	display: inline-block;
	text-align: center;
	color:  #fff;
	background: #1a1a1a;
	border: solid 1px  #1a1a1a;
	vertical-align: bottom;
	line-height: 50px;
	width: 50px;
	font-size: 1rem;
	border-radius: 50%;
	margin-right: 1rem;
	transition: .5s;
}
.phone_flex .phone .txt01{
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	display: block;
	padding: 10px;
}
.phone_flex .phone .txt02{
	font-size: 1rem;
	text-align: center;
	display: block;
	margin-top: 1em;
	font-weight: 500;
	
}
.phone_flex .phone .txt03{
	color: #1a1a1a;
	font-size: 0.75rem;
	text-align: left;
	display: block;
	margin-top: 1em;
}
.phone_flex .phone:hover{
	opacity: 0.5;
}
.phone_flex .phone ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.phone_flex .phone ul li{
	font-size: 0.9em;
	font-weight: 500;
	padding: 1em 0.5em 0;
}
.phone_flex .phone ul li i{
	padding-right: 0.5em;
}
@media (max-width: 960px){
	.phone_flex{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 500px;
	}
	.phone_flex .phone{
		padding: 1rem;
	}
}
@media (max-width: 750px){
	
	.phone_flex .phone ul{
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
}
@media (max-width: 450px){
	.phone_flex .phone{
		width: calc(100%);
		margin: 15px 0;
		padding: 1.5rem 1rem;
	}
}
#mailform{
	width: 100%;
	padding: 20px;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	border-bottom: dashed 1px #666;
}
#mailform table tr:last-child{
	border-bottom:none;
}
#mailform table th{
	width: 230px;
	text-align: left;
	padding:1em 0.5em;
	vertical-align: middle;
	line-height: 120%;
	font-weight: 400;
}
#mailform table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
#mailform .radio{
	padding: 0 1rem;
}
#mailform .checkbox{
	padding: 0 1rem;
}
#mailform .form_input,#mailform textarea{
	background:#333;
	color: #999;
	width: 100% !important;
	padding: 15px 10px;
	border: none;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #1a1a1a;
	background:#e5c21c;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 1em;
	font-weight: 400;
	background: rgba(229,194,28,0);
	border:solid 1px #e5c21c;
	color:#fff ;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	background: rgba(229,194,28,1);
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #fff !important;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	color: #fff;
	border-bottom: dashed 1px #666;
	margin-top: 1em;
}
.infobox h5 i{
	color: #e5c21c;
}
.infobox p{
	font-size: 0.8em !important;
	padding: 0.5em 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 5px 10px;
	background:#f5f5f5;
	border-radius: 5px;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 700;
	border-radius: 30px;
	background:#666;
	padding: 0.25em 1em;
	color: #fff;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.visually-hidden { /* 元のボタンを非表示にする*/
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}
label.radio-label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.radio-label::before,
label.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.radio-label::before {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #666;
	opacity: 0;
	height: 14px;
	width: 14px;
	left: 8px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
  opacity: 1;
}


label.check-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

label.check-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 20px;
  height: 20px;
  top: 3px;
  border: solid 2px #ccc;
  border-radius: 3px;
  transition: all ease-in-out.5s;
}

label.check-label:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 11px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: left;
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: transform 0.125s ease-in-out;
}

input:checked + label.check-label:before {
  background-color: #e5c21c;
  border-color: #e5c21c;
}

input:checked + label.check-label:after {
  transform: rotate(-45deg) scaleX(1);
}

/* tab ================================================== */
.tab{
	display: flex;
	border-bottom: solid 3px #e5c21c;
	justify-content: center;
	align-items: stretch;
}
.tab li a{
	display: block;
	background:#f5f5f5;
	color:#999;
	text-decoration: none;
	margin:0 3px;
	padding:1em 1em 0;
	width: 10em;
	text-align: center;
	font-size: 1rem;
	border-radius: 5px 5px 0 0;
	border: solid 1px #e5c21c;
	border-bottom: none;
	transition: .5s;
}
.tab li a:hover {
	color: #e5c21c;
}
.tab li.active a{
	background:#e5c21c;
	color: #fff;
	position: relative;
}

.area {
	display: none;
	opacity: 0;
	padding:50px 20px;
}

.area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.area .photo_flex h4{
	font-size: 1rem;
	padding: 0.5rem 0;
	text-align: center;
}
.area .photo_flex h4 i{
	color: #e5c21c;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0.8;
	z-index: 999;
}
#page_top a{
	display: block;
	border-top: solid 1px #1a1a1a;
	border-left: solid 1px #1a1a1a;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	transform : translate(0, 80px);
	transition : all 1s;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
/* スクロールエフェクト ================================================== */
.swipe{
   position: relative;
   overflow: hidden;
}
.swipe::after{
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: #1a1a1a;
   pointer-events: none;
   z-index: 1;
   transform: translateX(-100%);
   transition: 1.2s ease-in-out;
}
.swipe .swipe_in{
   opacity: 0;
   transition: 0.2s ease-in;
   transition-delay: 0.6s;
}
.swipe.inview .swipe_in{
   opacity: 1;
}
.swipe.inview::after{
   transform: translateX(100%);
}
/* 準備中（ぼかし） ================================================== */
.wrap_blur{
	width: 100%;
	position: relative;
}
.wrap_blur::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0, 0.5);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	pointer-events: none;
	z-index: 1;
}
p.disabled_text{
	position: absolute;
	top: 30%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 2;
    font-size: clamp(1rem, 0.4rem + 2.1333vw, 2rem);
	color: #fff;
}


