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

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

/* all */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 90px;
}
@media (max-width: 1200px){
	html{
		scroll-padding-top:90px;
	}
}
body{
	color: #fff;
	background: #1c1c1c;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.12em;
}
p{
	line-height: 180%;
	font-size: 1rem;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li,ol li{
	list-style: none;
}
h2,h3,h4{
	font-weight: 400;
}
::-webkit-scrollbar{
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track{
	background-color: #3a3a3a;
}
::-webkit-scrollbar-thumb{
	background-color: #1c1c1c;
}
/* 幅調整　*/
.w1980{
	width: 100%;
	max-width: 1980px;
	margin: 0 auto;
	overflow:clip;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin: auto;
	position: relative;
	z-index: 5;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.contents{
	padding: 70px 0;
}
.wrap80{
	padding: 10px 10%;
}
.center_wrap{
	width: fit-content;
	margin: auto;
	text-align: left;
}

@media (max-width: 960px){
	.wrap80{
		padding: 10px 5%;
	}
}
@media (max-width: 450px){
	.w1600{
		width: calc(100% - 30px);
	}
	.wrap80{
		padding: 10px 0;
	}
}

/* 背景　*/
.bg_w{
	background-color: rgba(255,255,255,1);
}

.bg_dark{
	background: #000;
}
.bg_light{
	background: #323236;
}

.bg_inner{
	padding: 70px 15px;
}
.bg_img01{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.6) ,rgba(0,0,0,0.6)) , url("../img/bg_img05.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	color: #fff;
	position: relative;
}
.bg_img02{
	background:linear-gradient( to right ,rgba(0,0,0,0.1) ,rgba(0,0,0,0.1)) , url("../img/bg_img02.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right 20% center;
	color: #fff;
	position: relative;
	
}
.bg_img02 h2,
.bg_img02 h3{
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.5));
}
.bg_img02 p{
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.8));
}

/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01,
::-webkit-full-page-media, :future, :root .bg_img02{
	background-attachment: scroll;
}
.box_wrap_rt{
	position: relative;
}
.box_wrap_rt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
    right: 0;
    background: #323236;
    z-index: -1;
}
.box_wrap_lt{
	position: relative;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
	left: 0;
     background: #323236;
    z-index: -1;
}
/* 画像調整　*/
.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.82rem + 0.64vw, 1.3rem);
	font-weight: 400;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	display: block;
	width: 100%;
}
.txt_lv02 .ja{
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	position: relative;
}

.txt_lv02 .en{
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	font-size: 250%;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #ba2636;
}


.txt_lv03{
	font-size: 1.2rem;
	border-bottom: solid 3px #ccc;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0.5em;
}
.txt_lv03 span.ja{
}
.txt_lv03 span.en{
	font-family: 'Noto Serif JP', serif;
	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: #ba2636;
}
.txt_lv04{
	display: flex;
	align-items: center;
	margin: 15px 0;
	font-weight: 600;
	font-size: clamp(1rem, 0.82rem + 0.64vw, 1.3rem);
	text-align: center;
	line-height: 120%;
}
.txt_lv04::before,
.txt_lv04::after{
	content: '';
	height: 1px;
	flex-grow: 1;
	border-bottom: solid 2px #ba2636;
}
.txt_lv04::before{
	margin-right: 1rem;
}
.txt_lv04::after{
	margin-left: 1rem;
}
.txt_lv04 span.en{
	font-size: 70%;
	text-transform: uppercase;
	color: #ba2636;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	font-style: normal;
}

.txt_copy01{
	font-size: clamp(1.5rem, 1.14rem + 1.28vw, 2.1rem);
	font-family: 'Noto Serif JP', 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-family: 'Noto Serif JP', serif;
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	margin-bottom: 1em;
}
.txt_copy03{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.2rem, 0.8747rem + 1.1566vw, 1.8rem);
	text-align: left;
	position: relative;
	padding-left: 55px;
	width: fit-conttent;
	margin-bottom: 1em;
}
.txt_copy03::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #1a1a1a;
}
.txt_copy03.bg_b::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #fff;
}

span.bold{
	font-size: 1.1em;
	font-weight: 600;
}

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

/* ボタン　*/

header{
	position: fixed;
	width: 100%;
	z-index: 990;
}
.site-header{
	background:rgba(0,0,0,0.0);
    width: 100%;
	height: 70px;
	transition: .5s;
}
.site-header.transform{
    background:rgba(0,0,0,1.0);
	height: 130px;
	padding-bottom: 60px;
}
.site-header .top_nav{
	display: flex;
    justify-content: space-between;
	align-items:center;
	max-width: 1920px;
	margin: auto;
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	margin-left: 30px;
	margin-top: 10px;
}
.site-header h1 img{
	width: auto;
	height: 50px;
	filter: drop-shadow(3px 3px 8px rgba(255,255,255,1)) drop-shadow(-3px -3px 8px rgba(255,255,255,1));
	vertical-align: middle;
	transition: .5s;	
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}

.header_phone{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	padding-top: 15px;
	opacity: 1;
	transition: .5s;
}
.site-header .h_phone a{
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.8rem;
	padding: 1rem 0.5rem 0.5rem;
	color: #fff;
	position: relative;
}
.site-header .h_phone a span.s_txt{
	position: absolute;
	top: 5px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.7rem;
	line-height: 100%;
	font-weight: 400;
	display: block;
	white-space: nowrap;
}
.site-header .h_phone:hover{
	opacity: 0.6;
	transition: .5s;
}
.site-header .h_mail a{
	display: block;
	width: 200px;
	font-size: 1rem;
	text-align: center;
	background:rgba(0,0,0,0.0);
	border: solid 1px #fff;
	background-size: 200%;
	background-position: left;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	margin: 0 10px;
	line-height: 38px;
	transition: .5s;
}
.site-header .h_mail a:hover{
	background:rgba(0,0,0,0.5);
	border: solid 1px #ba2636;
}
.site-header .h_mail a i{
	line-height: 38px;
	vertical-align: middle;
}

@media (max-width: 1200px){
	.site-header{
		height: 90px;
	}
	.site-header.transform{
		height: 90px;
	}
}
@media (max-width: 960px){
	.site-header h1{
		margin-left: 10px;
	}
}

.nav_wrap{
	width: 100%;
	position: sticky;
	top: 69px;
	left: 0;
	background: rgba(0,0,0,0.0);
	z-index: 991;
	transition: .5s;
}

.nav_wrap ul{
	max-width: 1600px;
	margin: auto;
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding:0 30px;
}
.nav_wrap ul li{
	margin: auto;
	width: 100%;
	padding-bottom: 10px;
	font-size:0.85rem;
	text-align: center;
	position: relative;
	border-left: solid 1px #666;
	overflow: hidden;
}
.nav_wrap ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	
	transition: 0.5s;
}
.nav_wrap ul li:first-child{
	border-left: none;
}

.nav_wrap ul li a span{
	color:#ba2636;
	font-size: 160%;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	text-transform: uppercase;
}

.nav_wrap ul li::after{
	position: absolute;
	bottom: 3px;
	left: 5px;
	width:  calc(100% - 10px);
	height: 1px;
	background:rgba(186,38,54,0.0);
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
}
.nav_wrap ul li:hover::after{
	background:rgba(186,38,54,1.0);
	transform: translate3d(0,0,0);
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	aspect-ratio: 16 / 8;
	min-height: 700px;
	max-height: 980px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	margin-bottom: 50px;
	background: #323236;
}
.slider{
	width: calc(100% / 3);
}
.slider li{
	width: 100%;
	aspect-ratio: 3 / 4;
}
.slider li img{
	width: 100%;
	height: 100%;
	padding: 10px;
	object-fit: cover;
	object-position: center;
}
.slider.slider01{
	align-self: flex-start;
}
.slider.slider03{
	align-self: flex-end;
}

@media (max-width: 1200px){
	.slide_wrap{
		aspect-ratio: 4 / 3;
		margin-bottom: 0;
		padding-top: 100px;
		min-height: 600px;
	}
	.slider li{
		aspect-ratio: 2 / 3;
	}
}
@media (max-width: 750px){
	.slide_wrap{
		position: relative;
		aspect-ratio: 3 / 4;
	}
	.slider.slider01{
		width: 100%;
		position: absolute;
		top: 80px;
		left: 0;
		aspect-ratio:auto;
	}
	.slider.slider02,
	.slider.slider03{
		display: none;
	}
}

.h_kushira{
	position: relative;
	overflow: hidden;
}
.h_kushira::before{
	content: "KUSHIRA co.,ltd.";
	position: absolute;
	white-space: nowrap;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: auto;
	color:#fff;
	font-size: 13vw;
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	line-height: 1.0;
	text-align: center;
	animation: flowimg 20s linear infinite;
	pointer-events: none;
	z-index: 5;
}
@keyframes flowimg {
	0% { transform: translateX(100%); }
	100% { transform: translateX(-100%); }
}
@keyframes flowimg_l {
	0% { transform: translateX(-100%); }
	100% { transform: translateX(100%); }
}

@media (max-width: 750px){
	.h_kushira::before{
		bottom: 15px;
		left: 15px;
		animation: none;
		font-size: 18vw;
		text-align: left;
		white-space: pre-wrap;
	}
}

/* コンテンツ
   ========================================================================== */

.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card001 figure{
	width: calc(100% / 4 - 40px);
	margin: 20px;
	padding: 30px;
	position: relative;
	z-index: 2;
	border: solid 1px #666;
}
.card001 figure::after{
	position: absolute;
	content: '';
	top: -15px;
	left: -15px;
	bottom: -15px;
	right: -15px;
	background:rgba(0,0,0,0.5);
	z-index: -1;
}
.card001 figure img{
	display: block;
	width: 100%;
	max-width: 250px;
	padding: 15px;
	margin: auto;
	
}
.card001 figure figcaption{
	width: 100%;
}
.card001 figure figcaption h3{
	text-align: center;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.2rem;
	margin-bottom: 0.5em;
	padding: 0.25rem;
	background: #ba2636;
}

.card001 figure figcaption h4{
	font-size: 1.2em;
	border-bottom: solid 1px;
	margin-bottom: 0.5rem;
}
.card001 figure figcaption p{
	font-size: 0.9rem;
}
.card001 .inner{
	width: calc(100% / 3 - 30px);
	padding: 15px;
	margin: 15px;
}
.card001 .inner img{
	width: 100%;
}
.card001 .inner dl{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0.25rem;
	border-bottom: dashed 1px #ba2636;
}
.card001 .inner dl dt{
	font-weight: 600;
}
.card001 .inner dl dd{
	text-align: right;
}

@media (max-width: 1200px){
	.card001 figure{
		width: calc(100% / 2 - 40px);
	}
}
@media (max-width: 960px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto 30px;
		max-width: 600px;
	}
	.card001 figure{
		width: calc(100% - 30px);
	}
	.card001 .inner{
		width: calc(100% - 30px);
	}
	
}

.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 .txt p{
	margin-bottom: 1em;
}
.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;
	width: 100%;
}
.img_f_in{
	width: 50%;
	padding: 10px;
}
.img_f_in img{
	width: 100%;
	object-fit: cover;
}
.card002 .img_f4{
	display: flex;
	width: 100%;
	justify-content: space-between;
	overflow: hidden;
	align-self: flex-start;
}
.card002 .img_f4_in{
	width: calc(100% / 4);
	height: 100%;
}
.card002 .img_f4_in img{
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
	object-position: center;
}
.card002 .img_f4_in:nth-child(2){
	margin-top: 30px;
}
.card002 .img_f4_in:nth-child(3){
	margin-top: 60px;
}
.card002 .img_f4_in:nth-child(4){
	margin-top: 90px;
}

.card003{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.card003 .img{
	width: 100%;
	max-width: 350px;
	padding: 15px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	width: 100%;
	padding: 10px 5%;
	align-self: center;
}
.card003 .wrap{
	flex: 1;
	padding: 10px;
	align-self: center;
}
.card003 .wrap p{
	padding: 1em;
	font-size: 1rem;
}
@media (max-width: 960px){
	.card002,
	.card003{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.card002 .img{
		text-align: center;
	}
	.card002 .img img{
		max-width: 600px;
	}
	.card002 .txt{
		padding: 15px;
	}
	.card003{
		padding-top: 30px;
	}
	.card003 .wrap{
		width: 100%;
	}
	.reverse{
		flex-direction: column-reverse;
	}
}


@media (max-width: 450px){
	.card003 .txt{
		padding: 10px;
	}
}
/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:15px;
}
.photo_flex .img{
	width: calc(50% - 8px);
	padding: 0;
}
.photo_flex img{
	width: 100%;
}



/* コンタクト　================================================== */
.bg_contact{
	background:url("../img/bg_img03.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff;
	position: relative;
}
.bg_contact::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-backdrop-filter: grayscale(50%) brightness(50%);
	backdrop-filter: grayscale(50%) brightness(50%);
	z-index: 1;
}

/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_contact{
	background-attachment: scroll;
}

.footer_contact{
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	max-width: 960px;
	margin: auto;
	z-index: 2;
}
.footer_contact .phone{
	color: #fff;
	font-weight: 400;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #fff;
	line-height: 100%;
	background: rgba(0,0,0,0.0);
	transition: .5s;
}
.footer_contact .phone .txt{
	font-size: 1rem;
	text-align: center;
	display: block;
	line-height: 120%;
}
.footer_contact .phone .nb{
	font-size: 1.6rem;
	line-height: 120%;
}
.footer_contact .phone:hover{
	background: rgba(0,0,0,0.3);
	color: #fff;
}
@media (max-width: 960px){
	.footer_contact{
		flex-direction: column;
	}
}

/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 70px 0 0;
	background: #323236;
	color: #fff;
}


footer h2 img{
	width: 350px;
	filter: drop-shadow(3px 3px 8px rgba(255,255,255,1)) drop-shadow(-3px -3px 8px rgba(255,255,255,1));
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	max-width: 960px;
	padding: 0;
	margin:auto;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	padding: 10px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}

.footer_in p{
	text-align: center;
}


footer p.copyright{
	font-size: 0.9rem;
	text-align: center;
	padding: 15px;
	background: #000;
}
@media (max-width: 960px){
	.footer_wrap{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer_contact{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
}
@media (max-width: 750px){
	footer h2{
		text-align: center;
	}
	footer h2 img{
		width: calc(100% - 60px);
		max-width: 400px;
	}
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-color: #323236;
	position: relative;
}
.subtitle h2{
	color:#1c1c1c;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	font-size:1.2em;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-align: center;
}
.subtitle h2 span{
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	color: #ba2636;
	font-size: clamp(2.5rem, 1.1446rem + 4.8193vw, 5rem);
	vertical-align: top;
}

.sub_bg{
	background: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0.0)),url("../img/bg_img03.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 30px;
	
}
@media (max-width: 960px){
	.subtitle{
		height: 350px;
	}
	.subtitle h2{
		width: 100%;
	}
}

/*パンくずリスト ================================================== */
.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;
}

/* メールフォーム==================== */
.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 #666;
	background: #fff;
	opacity: 1;
	transition: .5s;
}
.phone_flex .phone:hover{
	opacity: 0.5;
}
.phone_flex .phone .nb{
	font-weight: 600;
	font-size: clamp(1.5rem, 1.2rem + 1.0667vw, 2rem);
	line-height: 50px;
	vertical-align: middle;
	display: block;
	color: #1c1c1c;
}
.phone_flex .phone .nb i{
	display: inline-block;
	text-align: center;
	color:  #fff;
	background:#ba2636 ;
	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: 400;
	text-align: center;
	display: block;
	padding: 10px;
	margin-bottom: 1rem;
}
.phone_flex .phone .txt02{
	font-size: 1rem;
	text-align: center;
	display: block;
	margin-top: 1em;
	font-weight: 400;
	
}
.phone_flex .phone .txt03{
	font-size: 0.75rem;
	text-align: left;
	display: block;
	margin-top: 1em;
}
.phone_flex .phone ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.phone_flex .phone ul li{
	color: #4f4b4a;
	font-size: 0.9em;
	font-weight: 500;
	padding: 1em 0.5em 0;
}
.phone_flex .phone ul li i{
	padding-right: 0.5em;
	color: #ba2636;
}

.phone_flex .phone dl{
	display: flex;
	justify-content: flex-start;
	font-size: 0.9rem;
	
}
.phone_flex .phone dl dt{
	min-width: 5em;
}
.phone_flex .phone dl dd{
}
.phone_flex .phone dl dd::before{
	content: '｜'
}

@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;
	}
}
#mailform{
	width: 100%;
	padding: 20px;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	border-bottom: solid 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.25rem 1rem;
}
#mailform .form_input,#mailform textarea{
	background:#fff;
	width: 100% !important;
	padding: 15px 10px;
	border: none;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#ba2636;
	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: #fff;
	border:solid 1px #1a1a1a;
	color:#1a1a1a;
	border-radius: 50px;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	background: #ba2636;
	color: #fff;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	padding-bottom: 1em;
}
.infobox h5{
	margin-top: 1em;
	font-weight: 600;
	border-bottom: dashed 1px #666;
	padding-bottom: 0.25rem;
}
.infobox h5 i{
	color: #ba2636;
}
.infobox p{
	font-size: 0.8em !important;
	padding: 0.5em 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 15px 10px;
	background:#f5f5f5;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 600;
	border-radius: 30px;
	background:#ba2636;
	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 1px #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: #ba2636;
  border-color: #ba2636;
}

input:checked + label.check-label:after {
  transform: rotate(-45deg) scaleX(1);
}
@media (max-width: 960px){
	#mailform{
		padding: 10px 0;
	}
	#mailform table th,
	#mailform table td{
		display: block;
		width: 100%;
		padding: 0.5rem 0;
	}
	#mailform table td{
		padding-bottom: 1rem;
	}
	
	input[type='text'] ,input[type='date'] , textarea{
		width: 100% ;
	}
}

/* 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 2px #fff;
	border-left: solid 2px #fff;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	filter: blur(2px);
	transform : translate(0, 80px);
	transition : all 1s;
	}

.fadein.scrollin {
	opacity : 1;
	filter: none;
	transform : translate(0, 0);
	}
/* スクロールエフェクト ================================================== */
.swipe{
   position: relative;
   overflow: hidden;
}
.swipe::after{
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: #000;
   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%);
}
/* テキストアニメ　==================== */
.eachTextAnime span{
	opacity: 0;
	display: inline-block;
}
.eachTextAnime.appeartext span{ 
	animation:text_anime_on 1.5s cubic-bezier(0.77, 0, 0.175, 1 ) forwards; 
	display: inline-block;
}
@keyframes text_anime_on {
	0% {
		opacity:0;
		
	}
	100% {
		opacity:1;
		transform : translate(0, 0);
	}
}
/* Loading背景画面設定　==================== */
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	text-align:center;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 90%;
	max-width:350px;
}
/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h70{
	height: 70px;
}
.h100{
	height: 100px;
}
.mt15{
	margin-top: 15px;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
.mt70{
	margin-top: 70px;
}
.mt100{
	margin-top: 100px;
}
.txt_center{
	text-align: center;
}
/* 以下非表示 ------------------------------ */
@media (max-width: 1200px){
	.pc{
		display: none !important;
	}
	
}
@media (max-width: 960px){
	.pctb{
		display: none !important;
	}
	
}
@media (max-width: 450px){
	.pctb450{
		display: none;
	}
}

