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

/* 以下非表示*/
@media (min-width: 1200px){
	.openbtn,#g-nav,.mb_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: 0px;
	}
@media (max-width: 1200px){
	html{
		scroll-padding-top:90px;
	}
}

body{
	color: #1a1a1a;
	background: #141c3f;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	letter-spacing: 0.12em;
}
p{
	line-height: 180%;
	font-size: 1.2rem;
}
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: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb{
	background-color: #141c3f;
}
/* 幅調整　*/
.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;
}

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

.bg_light{
	background: #f5f5f5;
}
.bg_inner{
	padding: 50px 0;
}

.bg_w_inner{
	background-color: rgba(255,255,255,1);
	padding: 50px 30px;
}
.bg_mon_nv{
	background: url("../img/bg_mon_nv.png") no-repeat;
	background-position: right -50vh top -50vh;
	background-size: 120vh;
	background-color: #fff;
}
.bg_mon_red{
	background: url("../img/bg_mon_red.png") no-repeat;
	background-position: left -50vh top -50vh;
	background-size: 120vh;
}
@media (max-aspect-ratio: 15/16) and (max-width: 1200px){
	.bg_mon_nv{
		background-position: right -50vw top -50vw;
		background-size: 120vw;
	}
	.bg_mon_red{
		background-position: left -50vw top -50vw;
		background-size: 120vw;
	}
	
}
.bg_img01{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.5) ,rgba(0,0,0,0.5)) , url("../img/img04.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}
.bg_img02{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.5) ,rgba(0,0,0,0.5)) , url("../img/img03_2.webp");
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01,
::-webkit-full-page-media, :future, :root .bg_img02{
	background-attachment: scroll;
}
.bg_nv_r{
	width: 100%;
	height: 100%;
	background: url("../img/bg_nv_r.svg") no-repeat;
	background-position: right;
	background-size: auto 100%;
}
.bg_nv_l{
	width: 100%;
	height: 100%;
	background: url("../img/bg_nv_l.svg") no-repeat;
	background-position: left;
	background-size: auto 100%;
}
.bg_red_r{
	width: 100%;
	height: 100%;
	background: url("../img/bg_red_r.svg") no-repeat;
	background-position: right;
	background-size: auto 100%;
}
.bg_red_l{
	width: 100%;
	height: 100%;
	background: url("../img/bg_red_l.svg") no-repeat;
	background-position: left;
	background-size: auto 100%;
}
@media (max-width: 1200px){
	.bg_img02{
		background-position: center;
	}
}

@media (max-width: 750px){
	.bg_nv_r,.bg_red_r{
		background-position:center right -30vw;
	}
	.bg_nv_l,.bg_red_l{
		background-position: center left -30vw;
	}
}
.box_wrap_rt{
	position: relative;
	margin-bottom: 50px;
}
.box_wrap_rt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
    right: 0;
    background: #f5f5f5;
    z-index: -1;
}
.box_wrap_lt{
	position: relative;
	margin-bottom: 70px;
	margin-top: 70px;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
	left: 0;
    background: #f5f5f5;
    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_bg{
	box-shadow: 10px 10px #642864;
}
.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{
	writing-mode: vertical-rl;
	display: inline-block;
	font-size: 1rem;
	font-family: "kinuta-mincho-stdn", serif;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	width: 100%;
}
.txt_lv02 span.ja{
	font-size: clamp(1.5rem, 1.2rem + 1.0667vw, 2rem);
	line-height: 120%;
}
.txt_lv02 span.en{
	font-size: 90%;
}

.txt_lv02.wh{
	writing-mode: horizontal-tb;
}


.txt_lv03{
	font-size: 1.2rem;
	border-bottom: solid 3px #fff;
	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: #1a1a1a;
}
.txt_lv04{
	background: #2a325b;
	color: #fff;
	padding: 0.5rem 1rem;
	margin-bottom: 30px;
}

.txt_copy01{
	font-size: clamp(1.1rem, 0.86rem + 0.8533vw, 1.5rem);
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	color: #1a1a1a;
	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: #1a1a1a;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.txt_copy01::after {
	position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #1a1a1a;
    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;
}
span.inblock{
	display: inline-block;
}
.col_nv{
	color: #364587;
}
.col_red{
	color: #ba2636;
}

/* ボタン　*/

.site-header{
	background:rgba(255,255,255,0);
    display: flex;
	align-items:flex-start;
	justify-content: space-between;
	flex-direction: column;
    position: fixed;
	top: 0;
	left: 0;
    width: 280px;
	height: 100vh;
	overflow-y: auto;
	z-index: 999;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	transition: .5s;
}
.site-header::-webkit-scrollbar{
	width: 3px;
	height: 3px;
}
.site-header::-webkit-scrollbar-track{
	background-color: rgba(0,0,0,0.2);
}
.site-header::-webkit-scrollbar-thumb{
	background-color: #2a325b;
}
.site-header.transform{
	background:rgba(255,255,255,0.8);
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
}
.site-header h1 img{
	width: 260px;
	padding: 10px;
	vertical-align: middle;
	filter: grayscale(100%) invert(100%) brightness(300%);
	transition: .5s;
	pointer-events: none;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}
.site-header.transform h1 img{
	filter:none;
}

.fv_nav{
	text-align: center;
}
.fv_nav .fvnav01{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.fv_nav .fvnav01 li{
	width: calc(100% / 2 - 20px);
	margin: 10px;
}
.fv_nav .fvnav01 li a{
	background: #2a325b;
	color: #fff;
	width: 100%;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: "kinuta-mincho-stdn", serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.1rem;
	transition: .5s;
}
.fv_nav .fvnav01 li a:hover{
	opacity: 0.7;
}
.fv_nav .fvnav01 li a span.en{
	font-size: 60%;
	line-height: 120%;
}
.fv_nav .fvnav02{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.fv_nav .fvnav02 li{
	width: calc(100% - 20px);
	margin: 10px;
}
.fv_nav .fvnav02 li a{
	display: block;
	background: #860000;
	font-family: "kinuta-mincho-stdn", serif;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	color: #fff;
	padding: 1rem;
	transition: .5s;
}
.fv_nav .fvnav02 li a:hover{
	opacity: 0.7;
}
.mb_nav .fv_nav{
	display: flex;
	flex-direction: row;
	padding: 10px;
}
.mb_nav .fv_nav .fvnav01,
.mb_nav .fv_nav .fvnav02{
	width: 100%;
}
.mb_nav .fv_nav .fvnav01 li a{
	aspect-ratio: auto;
	height: 100%;
}



.site-header .fv_contact{
	padding: 10px;
	margin-bottom: 70px;
	text-align: center;
	width: 100%;
	backdrop-filter: blur(2px);
}
.site-header .fv_contact p{
	color: #fff;
	font-size: 0.9rem;
}
.site-header .fv_contact .phone {
	color: #fff;
	font-family: "kinuta-mincho-stdn", serif;
	font-weight: 700;
	font-size: 1.3rem;
}
.site-header.transform .fv_contact p{
	color: #2a325b;
}
.site-header.transform .fv_contact .phone{
	color: #2a325b;
}
.sub .site-header .fv_contact p,
.sub .site-header .fv_contact .phone{
	color: #2a325b;
}
@media (max-width: 1200px){
	.site-header{
		height: 90px;
		width: 100%;
	}
	.site-header h1 img{
		height: 80px;
		width: auto;
	}
	.site-header .fv_nav,.fv_contact{
		display: none;
	}
}
@media (max-width: 750px){
	.site-header h1{
		margin-left: 10px;
	}
	.mb_nav .fv_nav{
		flex-direction: column;
	}
	.mb_nav .fv_nav .fvnav01 li a{
		aspect-ratio: 3 / 1;
	}
}
@media (max-width: 450px){
	.mb_nav .fv_nav .fvnav01 li a{
		aspect-ratio: 2 / 1;
	}
}

/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	position: sticky;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
}

.slider{
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100vh;
	max-width: 2560px;
	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;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	z-index: 11;
}

.slide_wrap .copy h2{
	margin: auto;
	color: #fff;

}
.slide_wrap .copy h2 img{
	width: 200px;
	padding: 15px;
	vertical-align: middle;
}
@media (max-width: 450px){
	.slide_wrap .copy h2 img{
		width: 150px;
	}
}

/* コンテンツ
   ========================================================================== */
.wrapper{
	width: 100%;
	max-width: 2560px;
	margin: auto;
	background: #fff;
	position: relative;
	z-index: 2;
}
.main_wrap{
	width: 100%;
	padding-left: 280px;
}
.contents{
	position: relative;
	padding: 70px 0;
	height: 90vh;
	min-height: 640px;
	max-height: 1080px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
}


.contents_in{
	padding: 0 10px;
}
@media (max-width: 1200px){
	.contents{
		height: auto;
		min-height: 0;
		max-height:none;
	}
}
.contents_h{
	position: relative;
	padding: 70px 0;
	z-index: 2;
}
.contents_h .txt_lv02{
	writing-mode: horizontal-tb;
}
.contents_h .txt_wrap{
	padding: 15px;
}
.contents_h .txt_wrap p{
	text-indent: 1em;
}
@media (max-width: 750px){
	.contents_h .txt_wrap{
		padding: 15px 0;
	}
	.contents{
		max-height: none;
	}
}

/* テキスト枠調整 ================================================== */
.txtbox_c80v{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	width: 80%;
	max-width: 600px;
	max-height: 500px;
	margin: auto;
}
.txtbox_c80v .txt_wrap{
	padding: 15px;
	writing-mode: vertical-rl;
}
.txtbox_c80v .txt_wrap p{
	line-height: 240%;
	text-indent: 1em;
}
@media (max-width: 1200px){
	.txtbox_c80v{
		width: 100%;
	}
}
@media (max-width: 750px){
	.txtbox_c80v{
		flex-direction: column;
		max-height: none;
	}
	.midashi_wrap{
		width: fit-content;
		vertical-align: middle;
		height: 290px;
		margin: auto;
		padding-left: 30px;
	}
	.txtbox_c80v .txt_wrap{
		padding: 0;
		writing-mode: horizontal-tb;
		line-height: 150%;
	}
	::-webkit-full-page-media, :future, :root .midashi_wrap{
		transform: translateX(30px);
	}
}
/* レイアウト枠 ================================================== */
.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card001 figure{
	width: calc(100% / 3 - 40px);
	margin: 20px;
	background:rgba(255,255,255,0.5);
	padding: 30px;
	position: relative;
	z-index: 2;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.card001 figure::after{
	position: absolute;
	content: '';
	top: -15px;
	left: -15px;
	bottom: -15px;
	right: -15px;
	background:rgba(255,255,255,0.5);
	z-index: -1;
}
.card001 figure img{
	display: block;
	width: 180px;
	padding: 15px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: contain;
	margin: auto;
	background: #f8f4e6;
	
}
.card001 figure figcaption{
	width: 100%;
}
.card001 figure figcaption h3{
	text-align: center;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	font-size: 0.8rem;
	margin-bottom: 0.5em;
}
.card001 figure figcaption h3 span{
	font-size: 200%;
}
.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.map02{
	flex-wrap:nowrap;
	gap:15px;
}
.card001 iframe{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

@media (max-width: 960px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto 30px;
		max-width: 450px;
	}
	.card001 figure{
		width: calc(100% - 30px);
	}
	.card001.map02{
		max-width: none;
	}
	
}

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

.img_f_in{
	width: 50%;
	padding: 15px;
}
.img_f_in img{
	width: 100%;
	aspect-ratio: 9 / 16;
	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;
	
	padding: 15px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
	max-height: 250px;
	object-fit: contain;
}
.card003 .txt{
	flex: 1;
	padding: 10px 5%;
	align-self: center;
}
.wrap80{
	padding: 10px 10%;
}
.wrap15{
	padding: 15px;
}
@media (max-width: 450px){
	.wrap15{
		padding: 15px 0;
	}
}
/* 写真横並び基本　*/
.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%;
}

.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 3px #8a9898;
	padding: 1em;
	width: 25%;
	min-width: 9em;
}
.line02 table td{
	border-bottom: solid 3px #fff;
	padding: 1em;
}
.line02 table td i{
	color: #8a9898;
	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{
	color: #364587;
	font-weight: 600;
	width: 25%;
	min-width: 8em;
}
.simple01 table td i{
	color:#364587;
}
.simple01 .price{
	text-align: right;
}
@media (max-width: 960px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding-bottom: 0;
	}
	.simple01 .price{
		padding-top: 0;
	}
}

ul.border01{
	padding-left: 1em;
	font-size: 1em;
}
ul.border01 li{
	border-bottom: dashed 1px #364587;
	margin-bottom: 1rem;
	padding-left: 1rem;
	text-indent: -1rem;
}
ul.border01 li i{
	color: #364587;
	display: inline;
}
.dl_border01{
	padding: 1rem;
}
.dl_border01 dl{
	display: flex;
	align-items: flex-start;
	border-bottom: solid 1px #364587;
}
.dl_border01 dl dt{
	width: 20%;
	padding: 1em 0 1em 1em;
	font-weight: 700;
}
.dl_border01 dl dt i{
	color: #364587;
}
.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;
}

/* コンタクト　================================================== */
.bg_contact{
	background: linear-gradient(rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 100%),
		url("../img/slide01.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff
}

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

.footer_contact{
	display: flex;
	justify-content: center;
	text-align: center;
	max-width: 960px;
	margin: auto;
}
.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;
}

/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 70px 10px 0;
	background:#f5f5f5;
	color: #1a1a1a;
	position: relative;
	z-index: 2;
}


footer h2 img{
	width: 350px;
}
.footer_wrap{
	display: flex;
	justify-content: center;
	padding-left: 270px;
	margin:auto;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	align-items: center;
}
.footer_nav{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 10em;
	width: 100%;
	max-width: 400px;
}
.footer_nav li{
	position: relative;
	display: block;
	width: calc(100% / 2 - 30px);
	margin-bottom: 0.5rem;
	transition: .5s;
}

.footer_nav li a{
	font-size: 0.9rem;
	color: #2a325b;
	margin-left: 20px;
	transition: .5s;
}
.footer_nav li::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 15px;
	height: 2px;
	background: #2a325b;
	transition: .5s;
}
.footer_nav li :hover{
	color: #ba2636;
}
.footer_nav li:hover::before{
	background: #ba2636;
}


footer p.copyright{
	font-size: 0.9rem;
	text-align: center;
	padding: 15px;
}
@media (max-width: 1200px){
	.footer_wrap{
		padding: 10px;
	}
	.footer_nav{
		width: 100%;
		margin: 30px auto;
		height: 6em;
	}
	.footer_nav li{
		width: 150px;
	}
}
@media (max-width: 750px){
	.footer_nav{
		flex-wrap: nowrap;
		height: auto;
		border-top: solid 1px #ccc;
		padding-top: 30px;
	}
	.footer_nav li{
		width: 100%;
		border-bottom: solid 1px #eee;
	}
}

/* ボタン　================================================== */
.btn_wrap_r{
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.btn_wrap_l{
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.spiral {
	display:inline-block;
	width: 300px;
	height: 4rem;
	text-align: center;
	position: relative;
	cursor: pointer;
	margin: 15px auto;
	border:solid 1px #ccc;
	background: rgba(255,255,255,0.25);
	transition: .5s;
}
.spiral span {
	font-family: "kinuta-mincho-stdn", serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	color: #2a325b;
	text-align: center;
	line-height: 4rem;
	margin: auto;
	font-size: 1rem;
	transition-duration: 0.5s;
}
.spiral span::before{
	display: inline-block;
    position: absolute;
    top: 50%;
    left: -1em;
    width: 2em;
    height: 1px;
	border-bottom: solid 1px #ba2636;
    content: "";
	transition-duration: 0.5s;
}

.spiral-top::before,
.spiral-top::after,
.spiral-bottom::before,
.spiral-bottom::after {
	content: " ";
	background: #ba2636;
	position: absolute;
	transition-duration: 0.5s;
}

.spiral-top::before {
	top: -1px;
	left: -1px;
	width: 1px;
	height: 0px;
}
.spiral-top::after {
	top: -1px;
	right: -1px;
	width: 0px;
	height: 1px;
}
.spiral-bottom::before {
	bottom: -1px;
	left: -1px;
	width: 0px;
	height: 1px;
}
.spiral-bottom::after {
	bottom: -1px;
	right: -1px;
	width: 1px;
	height: 0px;
}
.spiral:hover{
	border:solid 1px #666;
}
.spiral:hover span::before{
	left: -0.25em;
}
.spiral:hover
.spiral-top::before {
	height:calc(100% + 2px);
}
.spiral:hover
.spiral-top::after {
	width:calc(100% + 2px);
}
.spiral:hover
.spiral-bottom::before {
	width:calc(100% + 2px);
}
.spiral:hover
.spiral-bottom::after {
	height:calc(100% + 2px);
}
@media (max-width: 750px){
	.spiral{
		width: calc(100% - 1rem);
		max-width: 300px;
		min-width: 260px;
	}
	.btn_wrap_r,
	.btn_wrap_l{
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}
.bg_img01 .spiral,
.bg_img02 .spiral{
	border:solid 1px #666;
	background: rgba(0,0,0,0.2);
}
.bg_img01 .spiral span,
.bg_img02 .spiral span{
	color: #fff;
}
.bg_img01 .spiral span::before,
.bg_img02 .spiral span::before{
	border-bottom: solid 1px #fff;
}
.bg_img01 .spiral-top::before,
.bg_img01 .spiral-top::after,
.bg_img01 .spiral-bottom::before,
.bg_img01 .spiral-bottom::after,
.bg_img02 .spiral-top::before,
.bg_img02 .spiral-top::after,
.bg_img02 .spiral-bottom::before,
.bg_img02 .spiral-bottom::after{
	background: #fff;
}

.btn01{
	display: inline-block;
	text-align: center;
	width: 260px;
	background: rgba(255,255,255,1);
	color: #1a1a1a;
	border: solid 1px #1a1a1a;
	padding: 0.8em;
	position: relative;
	border-radius: 30px;
	box-shadow: 5px 5px rgba(0,0,0,0.1);
	font-size: 1em;
	font-weight: 500;
	transition: .5s;
}
.btn01::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	transition: .5s;
}
.btn01:hover{
	box-shadow: 1px 1px rgba(0,0,0,0.1);
	transition: .5s;
}
.btn01:hover::after{
	right: 10px;
}
.bg_img01 .btn01{
	background: rgba(0,0,0,0);
	color: #fff;
	border: solid 1px #fff;
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
}
.subtitle h2{
	font-family: "kinuta-mincho-stdn", serif;
	writing-mode: vertical-rl;
	letter-spacing: 0.12em;
	color:#fff;
	width: 100%;
	height: 12em;
	text-align: center;
	font-size: clamp(1.3rem, 1.12rem + 0.64vw, 1.6rem);
	line-height: 120%;
	position: absolute;
	top: 50%;
	right: 70px;
	transform: translatey(-50%);
}

.sub_bg{
	background: url("../img/bg_nv_r.svg") ,url("../img/bg_img01.webp");
	background-repeat: no-repeat;
	background-position: right center, center;
	background-size: auto 150% , cover;
	background-color: #ccc;
}
@media (max-width: 960px){
	.subtitle{
		height: 350px;
	}
}
@media (max-width: 450px){
	.sub_bg{
		background-size: auto 120% , cover;
	}
	.subtitle h2{
		right: 50px;
	}
}

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


/* QA ============================================================ */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.qa-list dl:first-child {
    border-top: 1px solid #ccc;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #8a9898;
    border-right: 2px solid #8a9898;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: 500;
    font-size: 1.2rem;
}
.qa-list dl dt::before {
    font-size: 40px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
	transform: translateY(-50%);
    display: block;
    content: 'Q.';
	font-family: "kinuta-mincho-stdn", serif;
    color:#364587;
}
.qa-list dl dd::before {
    font-size: 40px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
	font-family: "kinuta-mincho-stdn", serif;
    color: #860000;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 20px 0 0 50px;
}
.qa-list dl dd div {
    margin: 30px 0 0;
}
.qa-list dl dd div:first-child{
    margin-top: 0;
}
@media (max-width: 750px){
	.qa-list dl{
		 padding: 28px 30px 28px 15px;
	}
	.qa-list dl::before{
		right: 15px;
	}
	.qa-list dl dt{
		padding: 0 0 0 40px;
		font-size: 1rem;
	}
	.qa-list dl dd{
		padding: 15px 0 0 40px;
	}
	.qa-list dl dd p{
		font-size: 0.8rem;
	}
	.qa-list dl dt::before{
		font-size: 30px;
	}
	.qa-list dl dd::before{
		font-size: 30px;
	}
}
/* ながれ ================================================== */
.flow_wrap{
	padding: 50px 0;
}
.flow_inner{
	width:100%;
	max-width: 850px;
	margin: auto;
	padding: 15px;
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	display: flex;
	align-items: flex-start;
}

.flow_photo{
	align-self: center;
	width: 300px;
	text-align: center;
	padding: 15px;
	position: relative;
}
.flow_photo img{
	width: 100%;
	height: 200px;
	border-radius: 15px;
	object-fit: cover;
}

.h_number{
	font-family: 'Noto Serif JP', serif;
	position: absolute;
	top:-40px;
	left: -50px;
	display: inline-block;
	line-height: 80px;
	width: 80px;
	background: linear-gradient( 130deg, #12e6e6 , #12e69f);
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
	color: #fff;
	font-size: 3em;
	z-index: 1;
}
.flow_txt{
	padding: 10px 10px 10px 30px;
	font-size: 1em;
	flex:1;
}
.flow_txt p{
	
}
.flow_txt h3{
	font-size: 1.2em;
	color: #333;
	border-bottom: solid 3px #8a9898;
	margin-bottom: 15px;
	font-weight: 600;
}
.flow_arrow{
	font-size: 2em;
	text-align: center;
	color:#8a9898;
	margin: 10px;
}
.flow_link{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.flow_link li {
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
	align-self: stretch;
	transition: .5s;
}
.flow_link li a{
	display: block;
	padding: 0.5em 1em;
	line-height: 100%;
	vertical-align: middle;
	background: linear-gradient( 130deg, #12e6e6 , #12e69f);
	border-radius: 30px;
	border:solid 1px #12e69f;
	color: #fff;
	transition: .5s;
}
.flow_link li :hover{
	background: #fff;
	color: #1a1a1a;
}
@media (max-width: 1200px){
	.flow_inner{
		width:100%;
		max-width: 680px;
	}
	.flow_photo{
		width: 270px;
		height: 200px;
	}
	.flow_photo img{
		width: 270px;
		height: 200px;
	}
	.flow_link{
		flex-direction: column;
		justify-content: flex-start;
	}
}
@media (max-width: 765px){
	/* 流れ======================================== */
	.flow_inner{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.flow_txt{
		width: 100%;
		margin-top: 30px;
	}
	.h_number{
		left: -50px;
	}
}

.nb_list li{
	font-size: 1.1rem;
	margin-bottom: 1rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 15px 0;
	border-bottom: solid 1px #ccc;
}
.nb_list li .nb{
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background:url("../img/bg_li.png") no-repeat;
	background-size: contain;
	margin-right: 0.5em;
	font-family: "kinuta-mincho-stdn", serif;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
}
.nb_list li .txt{
	line-height: 150%;
}
@media (max-width: 750px){
	.nb_list li{
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
}

/* リンクコンテンツ　==================== */
.contents_link {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: auto;
	overflow: hidden;
}
figure.effect-chico{
	display: block;
	position: relative;
	width: calc(100% / 4 - 30px);
	margin: 15px;
	height: 360px;
	background: #2a325b;
	overflow: hidden;
}
figure.effect-chico img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.35s, transform 0.35s;
	transform: scale(1.12);
	opacity: 0.8;
}

figure.effect-chico:hover img {
	opacity: 0.5;
	transform: scale(1);
}

figure.effect-chico figcaption {
	width: 100%;
	padding: 3em;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	backface-visibility: hidden;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	background: rgba(0,0,0,0.2);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	color: #fff;
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h4 {
	position: absolute;
	right: 35px;
	top:10%;
	font-size: 1.5em;
	writing-mode: vertical-rl;
	font-family: "kinuta-mincho-stdn", serif;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-align: right;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	line-height: 150%;
}
figure.effect-chico h4 span{
	font-size: 60%;
}

figure.effect-chico p {
	position: absolute;
	bottom: 15px;
	left: 15px;
	writing-mode: vertical-rl;
	font-size: 0.9em;
	margin: 0 auto;
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 960px){
	figure.effect-chico{
		width: calc(100% / 2 - 30px);
		padding: 15px;
	}
}
@media (max-width: 750px){
	.contents_link {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 500px;
	}
	figure.effect-chico{
		display: block;
		position: relative;
		width: 100%;
		height: 220px;
		background: #000;
		overflow: hidden;
	}
	figure.effect-chico img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	figure.effect-chico h4 {
		writing-mode:horizontal-tb;
		top:35px;
	}
	figure.effect-chico p{
		writing-mode:horizontal-tb;
	}
}

/* メールフォーム==================== */
.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 #ccc;
	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: #2a325b;
}
/*
.phone_flex .phone .nb i{
	display: inline-block;
	text-align: center;
	color:  #fff;
	background:#2a325b ;
	vertical-align: bottom;
	line-height: 50px;
	width: 50px;
	font-size: 1rem;
	border-radius: 50%;
	margin-right: 0.6rem;
	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 .illust img{
	width: 150px;
	display: block;
	margin: 15px 0 0 auto;
}

@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: 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 #ccc;
}
#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:#fff;
	width: 100% !important;
	padding: 15px 10px;
	border: none;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#2a325b;
	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: #2a325b;
	color: #fff;
}
.infobox{
	margin-bottom: 30px;
	padding: 15px 0;
}
.infobox h4{
	text-align: center;
	color: #1f1f1f !important;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	color: #1f1f1f;
	margin-top: 1em;
}
.infobox h5 i{
	color: #8a9898;
}
.infobox p{
	font-size: 0.8em !important;
	color: #1f1f1f;
	padding: 0.5em 0;
}
.infobox ol{
	margin: 30px 0;
}
.infobox ol li{
	font-size: 0.9em !important;
	margin-bottom: 1em;
	margin-left: 1.5em;
	text-indent: -1.5em;
}
.infobox ol li::first-letter{
	color: #364587;
	padding-right: 0.5rem;
	font-weight: 600;
}
.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: #8a9898;
  border-color: #8a9898;
}

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

.product_wrap{
	padding: 10px;
	width: 100%;
	max-width: 960px;
	margin: auto;
}

.product_flex{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 50px;
}
.product_flex .inner{
	width: 100%;
	align-self: flex-end;
}
.product_flex .inner_txt{
	align-self: stretch;
	width: 100%;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.product_image{
	width: 100%;
	padding: 5px;
	max-width: 450px;
	margin: auto;
}
.product_image img{
	width: 100%;
	max-width: 450px;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	object-position: center;
	background: #fff;
	
}
.product_txt{
	margin: 0 5%;
}
.product_txt ul{
	border-bottom: solid 1px #ccc;
	margin-bottom: 0.5rem;
}
.product_txt ul li{
	font-size: 0.85rem;
	line-height: 150%;
	margin-bottom: 0.5rem;
}
.product_txt p{
	font-size: 0.85rem;
}
.product_price{
	width: inherit;
	margin: 10px 5%;
}
.product_price select{
	margin: 5px;
	padding: 2px 5px;
	cursor: pointer;
	width: 100px;
	border:solid 1px #666;
}
.product_price p{
	font-size:0.9em;
}
.product_price .p_price span{
	font-size: 150%;
}
@media (max-width: 960px){
	.product_flex{
		flex-direction: column;
	}
	.product_txt{
		margin: 0;
	}
	.product_price{
		width: 100%;
		margin: 15px 0 0;
		text-align: right;
	}
	.p_reverse{
		flex-direction: column-reverse;
	}
}

/* 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;
	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: #fff;
   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;
}
.eachTextAnime.appeartext span{ 
	animation:text_anime_on 1.5s ease-out forwards; 
}
@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;
}
.contents_h .txt_wrap p{
	text-indent: inherit;
}