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

/* all */
body{
	color: #333;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 400;
}
p{
	line-height: 180%;
	font-size: 1.1rem;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
/* 幅調整　*/
.w1800{
	width: 100%;
	max-width: 1800px;
	margin: 0 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;
}
.h100{
	height: 100px;
}
/* 背景　*/
.bg_w{
	background-color:rgba(255,255,255,1.0);
}
.bg_img01{
	background:url("../img/bg_img02tl.png") ,url("../img/bg_img02br.png") ;
	background-position: top 10px left,bottom 10px right;
	background-repeat: no-repeat;
}
.bg_img02{
	background: url("../img/bg_img01.jpg") repeat-y;
	background-size: 100%;
}
.bg_w_inner{
	background:rgba(255,255,255,0.65);
	padding: 50px 15px;
	border-radius: 15px;
}
.bg_w_inner02{
	background:rgba(255,255,255,0.85);
	padding: 50px 15px;
	border-radius: 15px;
}
.bg_grad{
	background: linear-gradient(45deg, #f39800 0%, #f291d2 100%);
}

/* 見出し　テキスト　*/
.txt_lv02{
	font-size: 1.8em;
	color: #333;
	margin-bottom: 50px;
	line-height: 120%;
	text-align: center;
}
.txt_lv02 span{
	font-size: 200%;
	background-image: linear-gradient(to right, #f39800, #f291d2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
	padding-bottom: 5px;
}
.txt_lv03{
	color: #333;
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto 30px;
	vertical-align: middle;
	padding: 10px 0 10px;
	font-size: 1.2em;
	border-bottom: solid #fff 3px;
	border-image: linear-gradient(to right, #f39800,#feda4c, #f291d2) 1/0 0 10px;
}

.txt_lv04{
	position: relative;
    border-radius: 0 5px 5px 0;
    padding: 10px 15px;
	padding-right: 0;
    font-size: 1.3rem;
    margin-top: 15px;
    margin-bottom: 30px;
	color: #333;
}
.txt_lv04::before,
.txt_lv04::after{
	position: absolute;
    content: "";
    left: 0;
    height: 8px;
}
.txt_lv04::before{
    width: 25%;
    top: -8px;
    background: rgba(243,152,0, 0.6);
    border-radius: 5px 5px 0 0;
}
.txt_lv04::after{
	width: 40%;
    bottom: -8px;
    background: #f39800;
    border-radius: 0 0 5px 5px;
}
.txt_lv05{
	font-size: 1rem;
	padding: 0.5rem 1rem;
	width: fit-content;
	overflow: hidden;
	border-radius: 30px;
	font-weight: 700;
	background: #f2bd61;
	margin-bottom: 1em;
}
.txt_lv05 i{
	color: #fff;
}
.txt_copy01{
	font-size: 1.4em;
	vertical-align:middle;
}
.txt_copy01::first-letter{
	font-size: 200%;
	color: #e62ea8;
}
.txt_copy01 span{
	display: inline-block;
}
.txt_copy02{
	font-size: 1.2rem;
	font-weight: 700;
	color: #f39800;
}
span.bold{
	font-size: 1.2em;
	font-weight: 700;
}
span.bold02{
	font-size: 1.2em;
	font-weight: 700;
	color: #f39800;
}


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

/* 写真調整*/
.img_round{
	border-radius: 30px;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.img_round4-3{
	border-radius: 30px;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	filter: drop-shadow(10px 10px #f39800);
}
.img_round50{
	border-radius: 50%;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}


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

.img16-9{
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 10px;
}
.img4-3{
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 10px;
}
/* ボタン　*/

header{
	position: relative;
	width: 100%;
	z-index: 9000;
}
.site-header{
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.0)  100%);
    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-image: linear-gradient(to bottom,rgba(255,255,255,1.0) 0%, rgba(255,255,255,1.0) 100%);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.site-header h1{
	line-height: 40px;
	vertical-align: middle;
	position: relative;
	transition: .5s;
	font-size: 1rem;
	font-family: 'Zen Maru Gothic', sans-serif;
	margin-left: 30px;
	padding: 10px 0;
}
.site-header h1 img{
	width: auto;
	width: 400px;
	vertical-align: middle;
	transition: .5s;
}
.header_phone{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 10px;
}
.header_phone h2{
	text-align: right;
	display: block;
	font-size: 2em;
	line-height: 100%;
	margin-top: 5px;
	margin-right: 30px;
}
.header_phone h2 a{
	display: block;
	color: #333;
	width: 100%;
	height: 100%;
	line-height: 100%;
	transition:all .5s ease-in;
}
.header_phone h2 :hover{
	color: #e62ea8;
	transition:all .5s ease-in;
}
.header_phone h3{
	display: block;
	width: 200px;
	text-align: center;
	font-size: 1em;
	line-height: 100%;
	border-radius: 30px;
	background:#f39800;
	margin-right: 30px;
	transition:all .5s ease-in;
}
.header_phone h3 a{
	display: block;
	width: 100%;
	padding: 0.5em 0;
	border-radius: 30px;
	color: #333;
	transition:all .5s ease-in;
}
.header_phone h3 :hover{
	background: #f291d2 ;
}
.nav_wrap{
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding-right: 30px;
}
.site-header nav ul li{
	margin: auto;
	margin-left: 20px;
	padding: 15px 0 10px;
	font-size:1rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	transition: 0.5s;
}
.site-header.transform nav ul li a{
	color: #999;
}
.site-header nav ul li a span{
	color: #e62ea8;
	font-weight: 700;
	font-size: 80%;
}
.site-header nav ul li::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background:rgba(230,46,168,0.0);
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header nav ul li:hover::after{
	background:rgba(230,46,168,1.0);
	transform: translate3d(0,0,0);
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 700px;
	position: relative;
}
.slide_wrap::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity:1.0;
}
.top_slider{
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
}
.top_slider .slider li{
	position: relative;
	width: 100%;
	height: 700px;
	background:#fff;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background:url("../img/slide_bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

@keyframes fadezoom{
	0%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}
.add-animation{
	animation: fadezoom 5s 0s forwards;
}
.slide_copy{
	position: absolute;
	bottom: 6%;
	left: 50px;
	width: 90%;
	z-index: 3;
}
.slide_copy img{
	width: 90%;
	max-width: 600px;
}
.slide_copy2{
	position: absolute;
	top: 8%;
	right: 5%;
	z-index: 2;
}
.slide_copy2 img{
	width: 400px;
}
/* コンテンツ
   ========================================================================== */

.contents{
	padding: 70px 0;
}

.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;
}
.card001 figure{
	width: calc(100% - 20px);
	margin: 10px;
	padding: 20px;
	background:rgba(255,255,255,0.55);
	border-radius: 20px;
}
.card001 figure img{
	width: 100%;
	max-width: 300px;
	display: block;
	margin: auto;
	padding: 20px;
	border-radius: 15px;
}
.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;
}

.card001_top{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}
.card001_top .img{
	width: 100%;
	max-width: 600px;
}
.card001_top .img img{
	width: 100%;
}



.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 .map {
	width: 100%;
	
}

.card002 .map img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
}


.card003{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card003 div{
	padding: 10px;
}
.card003 .img{
	width: 300px;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
}

.card003 .img_s{
	width: 300px;
	text-align: center;
	align-self: center;
}
.card003 .img_s img{
	width: auto;
	height: 150px;
}


.icon_flex{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.icon_flex li{
	width: calc(100% / 6 - 20px);
	text-align: center;
	margin: 10px;
}
.icon_flex li img{
	width: 90%;
	padding: 0 15%;
	
}
.icon_flex li h3{
	font-weight: 400;
	font-size: 1rem;
}
.icon_flex li h3 i{
	color: #33a7ff;
}
/* テーブル　line ============================== */
.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 2px #f291d2;
	padding: 0.5em 1em;
	width: 25%;
	min-width: 9em;
}
.line02 table td{
	border-bottom: solid 2px #ccc;
	padding: 0.5em 1em;
}
.line02 table td i{
	color: #f291d2;
	padding-left: 1em;
}
.line02 dl{
	margin-bottom: 1em;
	display: flex;
}
.line02 dl dt{
	font-weight: 700;
}
.line02 dl dd{	
}

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

/* テーブルsimple ============================== */
.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: #666;
	width: 20%;
	min-width: 6em;
}

.map{
	width: 100%;
}

ul.border01{
	padding-left: 1em;
	font-size: 1.2em;
}
ul.border01 li{
	border-bottom: dotted 3px #f39800;
	margin-bottom: 1rem;
	text-indent: -1em;
	padding-left: 1em;
}
ul.border01 li i{
	color:#f39800;
}

ul.border02{
	padding-left: 1em;
	font-size: 1em;
}
ul.border02 li{
	border-bottom: dotted 1px #ccc;
	margin-bottom: 0.5rem;
	text-indent: -1em;
	padding-left: 1em;
}
ul.border01 li i{
	color:#f39800;
}

dl.border02{
	font-size: 1em;
	border-bottom: dotted 1px #ccc;
	display: flex;
	margin-bottom: 0.5em;
}
dl.border02 dt{
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	flex: 1;
}
dl.border02 dd{
	text-align: right;
	width: 3em;
}
dl.border02 dt span{
	display: inline-block;
	padding-left: 0.5em;
}



ul.recruit li{
	font-size: 0.9em;
	text-indent: -1em;
	padding-left: 1em;
}

/* リンクコンテンツ ======================================== */
.contents_link {
	width: 100%;
	max-width: 1366px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin: auto;
	padding: 20px 10px;
}
figure.effect-chico{
	display: block;
	position: relative;
	width: calc(100% / 4 - 20px);
	min-width: 200px;
	max-width: 250px;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 20px;
}
figure.effect-chico img {
	display: block;
	min-height: 100%;
	max-width: 100%;
	object-fit: contain;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	opacity: 0.9;
}

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

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

figure.effect-chico h4 {
	position: absolute;
	left: 0;
	width: 100%;
	top:30%;
	text-align: center;
	font-weight: 600;
	font-size: 1.5em;
	color: #333;
	background: url("../img/arrow.png") no-repeat;
	padding-bottom: 40px;
	background-size: auto 40px;
	background-position: bottom center;
}

figure.effect-chico p {
	color: #333;
	opacity: 0;
	position: absolute;
	bottom: 25%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	margin: 0 auto;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	transition: .5s;
}

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%;
}
/* リンクバナー　================================================== */
.banner_wrap{
	padding: 50px 10px;
	background: url("../img/bg_img02.png") repeat;
	background-color:rgba(255,255,255,0.49);
}
.banner_link{
	margin:auto;
	max-width: 700px;
	border-radius: 15px;
	overflow: hidden;
}
.banner_link img{
	width: 100%;
	transition-duration: 0.5s;
	vertical-align: middle;
}

.banner_link:hover img{
	transform: scale(1.1);
	transition-duration: 0.5s;
}

/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 50px 0 0;
	background-image: url("../img/bg_img01.jpg");
	background-position: center;
	background-size: cover;
}
.bgm{
	position: fixed;
	bottom: 50px;
	right: 15px;
	z-index: 990;
}
/*コンタクトボタン*/
.footer_contact{
	width: calc(100% - 30px);
	max-width: 960px;
	margin: auto;
	display: flex;
	align-items: center;
	background: #f39800;
	border-radius: 5px;
	padding: 10px;
}
.footer_contact .f_contact_in{
	width: 100%;
	height: 100px;
	text-align: center;
	position: relative;
}
.footer_contact .border{
	border-left: dashed 1px #fff;
}
.footer_contact .f_contact_in p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% ,-50%);
	color: #fff;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 150%;
	width: 90%;
	transition: .5s;
}
.footer_contact .f_contact_in p i{
	font-size: 150%;
	color: #fff;
}
.footer_contact .f_contact_in a{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}
.footer_contact .f_contact_in:hover p{
	color: #ffec47;
}
footer h2{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.3rem;
	line-height: 50px;
	vertical-align: middle;
}
footer h2 img{
	width: auto;
	width: 400px;
	max-width: 95%;
	vertical-align: middle;
	padding-bottom: 5px;
}
.footer_wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 960px;
	padding: 0 10px 70px;
	margin:auto;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	padding-top: 20px;
}

.footer_in p{
	color: #333;
	line-height: 180%;
}

.footer_in p.phone_buttom{
	text-align: center;
	font-size:2em;
	font-weight: 700;
	padding: 20px 0;
}
.footer_in p.phone_buttom a{
	color: #33a7ff;
}
.footer_in p.phone_buttom a:hover{
	color: #1f6499 ;
	transition:all .5s ease-in;
}
footer small p{
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	padding: 15px;
	background-image: linear-gradient(to right, #f39800 0%, #f291d2 100%);
}
.footer_in p.mail_buttom{
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 300px;
	margin: auto;
	font-size: 1.1em;
	font-weight: 700;
	
}
.footer_in p.mail_buttom a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5em;
	background:#33a7ff;
	border-radius: 50px;
	transition:all .5s ease-in;
}
.footer_in p.mail_buttom a:hover{
	background: #fff;
	color: #004875;
	transition:all .5s ease-in;
}
p.catch_footer{
	font-size: 1.5em;
	padding: 0.5em 0;
}

/* ボタン　================================================== */
.button_wrap{
	width: 250px;
	margin: 0 0 0 auto;
}
.button_wrap_center{
	width: 250px;
	margin: 0 auto;
}

.button_wrap2{ /* */
	 width: 100%;
	padding: 15px;
}
.button_wrap2 .button_01{
	margin-bottom: 20px;
}

.button_01{
	display: inline-block;
	text-align: center;
	width: 100%;
	background:linear-gradient(to right, #f39800 0%, #f291d2 100%);
	background-size: 150%;
	background-position: left;
	color: #fff;
	padding: 0.5em;
	position: relative;
	font-size: 1.1em;
	font-weight: 700;
	border-radius: 30px;
}
.button_01::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.button_01:hover{
	background-position: right;
	transition: .5s;
}
.button_01:hover::after{
	right: 10px;
	transition: .5s;
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 350px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
}
.subtitle h2{
	position: absolute;
	bottom: 18%;
	left: 50%;
	transform: translate(-50%);
	text-align: center;
	width: 95%;
	font-weight: 700;
}
.subtitle h2 span.ja{
	font-size: 2.5rem;
}
.subtitle h2 span.en{
	display: block;
	font-size: 1.5em;
	background-image: linear-gradient(to right, #f39800 ,#f291d2);
	background-position: right;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.sub_bg{
	background:url("../img/copy_bg02.png") , url("../img/bg_img01.jpg");
	background-size: auto 250px, cover;
	background-repeat: no-repeat;
	background-position: left bottom 10px, center;
}

/*パンくずリスト
==========================================================================*/
.breadcrumb-box{
	width: 80%;
	display: inline-block;
	margin: 0 auto;
	padding-top: 10px;
	position: absolute;
	bottom:10px;
	left: 30px;
}
.breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
	transition: .5s;
}

.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 0.2em;
	color: #333;
}

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

.breadcrumb li a {
	text-decoration: none;
	color: #333;
	transition: .5s;
}

.breadcrumb li a:hover {
	color: #e62ea8;
}
/* サブページコンテンツ
   ========================================================================== */

/* タイムテーブル ============================== */
.timetable_wrap{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 30px 0;
}

.timetable_wrap .inner{
	width: 100%;
	padding: 15px;
	align-self: stretch;
}
.timetable_wrap dl{
	display: flex;
	padding: 0.5em 1em;
	border-bottom: solid 1px #33a7ff;
}
.timetable_wrap dl dt{
	width: 6em;
	color: #33a7ff;
	font-weight: 700;
	padding: 0.5rem 0 ;
}
.timetable_wrap dl dt:nth-of-type(2){
	text-align: right;
	width: 6em;
}

.timetable_wrap dl dd{
	flex:1;
	padding: 0.5rem 1rem;
}

/* ながれ ================================================== */
.flow_wrap{
	padding: 50px 0;
}
.flow_inner{
	width:100%;
	max-width: 850px;
	margin: auto;
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	display: flex;
	align-items: flex-start;
}

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

.h_number{
	position: absolute;
	top:-20px;
	left: -50px;
	display: inline-block;
	line-height: 80px;
	width: 80px;
	text-align: center;
	vertical-align: middle;
	background:url("../img/bg_point01.png") no-repeat;
	background-size: 100%;
	margin-bottom: 10px;
	color: #f39800;
	font-size: 2.2em;
	font-weight: 700;
	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;
	font-weight: 500;
	border-bottom: solid 3px #f3981d;
	margin-bottom: 10px;
}
.flow_arrow{
	font-size: 2em;
	text-align: center;
	color:#42210b;
}
.flow_link{
	display: flex;
	justify-content: center;
	align-items: center;
}





/* 料金表 ============================================================ */
.price table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	max-width: 800px;
	margin: auto;
	border-top: solid 1px #ccc;
}
.price table tr{
	border-bottom: solid 1px #ccc;
}
.price table th,.price table td{
	padding: 1rem;
	text-align: left;
}
.price table th.th01{
	background: rgba(243,152,0,0.1);
	text-align: center;
	min-width: 75px;
}

/* メールフォーム============================================================ */

.tel_number{
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	color: #333;
}
.tel_number a{
	color: #333;
	transition: .5s;
}
.tel_number a:hover{
	color: #e62ea8;
}

.tel_button{
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: block;
    width: 100%;
	max-width: 500px;
    background: linear-gradient(45deg, #f39800 0%, #f291d2 100%);
	border-radius: 50px;
    padding: 10px;
    text-align: center;
	margin: auto;
    outline: none;
    transition: ease .2s;
	cursor: pointer;
	font-size: 1.2em;
}
/*ボタン内spanの形状*/
.tel_button span {
	position: relative;
	z-index: 3;
	color:#fff;
}
/*== 背景が流れる*/
.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#e62ea8;
 	width: 100%;
	height: 100%;
	border-radius: 50px;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

#mailform{
	width: 100%;
	padding: 20px;
	margin: 30px 0;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	border-bottom: solid 1px #ccc;
}
#mailform table th{
	width: 200px;
	text-align: left;
	padding: 1em 0.5em;
	vertical-align: middle;
	line-height: 120%;
	color: #333;
}
#mailform table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#mailform .radio{
	padding: 0 1rem;
	margin-bottom: 0.5rem;
}
#mailform .form_input,#mailform textarea{
	background:#f5f5f5;
	width: 100% !important;
	padding: 5px 10px;
	border-radius: 5px;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#f39800;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 5px;
	font-weight: 400;
	background: linear-gradient(45deg, #f39800 0%, #f291d2 100%);
	color:#fff ;
	border-radius: 30px;
	margin: 0 auto;
}
input[type='submit']:hover{
	color: #fff;
	background:#f291d2;
}
.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: linear-gradient(45deg, #f39800 0%, #f291d2 100%);
	padding: 0.25em 1em;
	color: #fff;
}
.postcord_btn:hover{
	background: #e62ea8;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #333 !important;
	font-size: 1em !important;
	padding: 1em 0;
}
.infobox h5{
	color: #333;
}
.infobox p{
	font-size: 0.8em !important;
	color: #333;
	padding: 0.5em;
}
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: #0079c3;
	opacity: 0;
	height: 12px;
	width: 12px;
	left: 9px;
	transition: ease .2s;
}

.checkbox{
	margin-right: 1em;
}

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: 0;
  border: solid 1px #ccc;
  border-radius: 3px;
  transition: all ease-in-out.5s;
}

label.check-label:after {
  content: "";
  position: absolute;
  top: 10px;
  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: #f39800;
  border-color: #f39800;
}

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



/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 0;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 50px;
	color:#fff;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	transform : translate(0, 80px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

/* YOUTUBE ================================================== */
.movie_wrap{
	width: 100%;
	max-width: 800px;
	margin: auto;
	padding: 50px 10px;
}
.movie_wrap iframe{
	width: 100%; 
	height: auto;
	aspect-ratio: 16/9;
	border-radius: 10px;
}


