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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
	scroll-padding-top: 140px;/*数値(ヘッダーの高さ)分だけアンカーリンクの位置を下げる*/
  	scroll-behavior: smooth;/*アンカーリンクがスムーズに動くように*/
}
body{
	font-family:"Noto Sans JP", serif;
	font-weight: 600;
	font-weight: 500;
	font-weight: 400;
	color: #333;
/*    font-size: clamp(16px, 1.8vw, 30px);*/
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
}
p{
	letter-spacing: 0.08em;
    font-size: 1rem;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #333;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}
.logo img{
	pointer-events: none;
}

.inner{
	width: 96%;
	max-width: 1400px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg15{
	margin-bottom: 15px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg5{
	margin-bottom: 5px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}
.pt20{
	padding-top: 20px;
}
.pt50{
	padding-top: 50px;
}
.mt50{
	margin-top: 50px;
}
.pt100{
	padding-top: 100px;
}
.pb50{
	padding-bottom: 50px;
}
.pb100{
	padding-bottom: 50px;
}
.h20{
	height: 20px;
}
.h50{
	height: 50px;
}
.h100{
	height: 100px;
}

.txt_center{
	text-align: center;
}

span.red{
	color: #f05742;
}
.overwrap{
	overflow-x:clip;
}
/*蛍光マーカー*/
.marker{
	text-decoration: underline;
  	text-decoration-thickness: 0.5em;
  	text-decoration-color: rgba(255, 228, 0, 0.4);
  	text-underline-offset: -0.2em;
  	text-decoration-skip-ink: none;
}

/*Title*/
h2.title{
	margin-bottom: 60px;
	font-family: "Noto Sans JP", sans-serif;
	position: relative;
	font-size: 1.5rem;
}
h2.title::after {
  content: '';
  width: 200px;
  height: 10px;
  display: inline-block;
  background-image: linear-gradient(180deg, rgba(255, 51, 85, 1) 10%, rgba(255, 255, 255, 1) 48%, rgba(51, 187, 255, 1) 90%);
  position: absolute;
  bottom: -22px;
  left: calc(50% - 100px)
}

h2.title span.en{
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 2.2;
	letter-spacing: 0.08em;
}
h2.title span.ja{
	display: flex;
  	align-items: center;
	font-size: 120%;
	line-height: 1;
	letter-spacing: 0.08em;
}
h2.title span.ja::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}
h2.title.center span.ja{
	display: block;
	width: 100%;
}
h2.title.center span.ja::before{
	display: none;
}
h2.title.white span.en,
h2.title.white span.ja{
	color: #fff;
}
@media (max-width: 750px){
	h2.title{
	    margin-bottom: 30px
	}
	h2.title.m_center{
		text-align: center;
	}
	h2.title.m_center span.ja{
		display: block;
		width: 100%;
	}
	h2.title.m_center span.ja::before{
		display: none;
	}
}
@media (max-width: 450px){
	h2.title{
		font-size: 1rem;
		margin-bottom: 15px;
	}
	
}


/*mtitle*/
.mtitle{
	position: relative;
    font-size: 1.3rem;
    line-height: 1.4;
	letter-spacing: 0.08em;
    background: linear-gradient(60deg, #04a4da 0%, #04a4da 85%, #1FC7FF 85.1%);
    padding: 14px 18px;
	color: #fff;
    margin-bottom: 20px;
}


/*mtitle02*/
.mtitle02{
	position: relative;
    font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background-color: #fff;
	border: 2px solid #009ee2;
    padding: 18px 18px;
	padding-left: 36px;
	color: #009ee2;
    margin-bottom: 25px;
	border-radius: 20px;
	box-shadow: 4px 4px rgba(0, 158, 226, 0.4);
}
.mtitle02::before{
	content: '';
	display: block;
	width: 4px;
	height: 25px;
	background-color: #009ee2;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}


/*stitle   新着情報詳細ページ タイトル */
.stitle{
	position: relative;
	letter-spacing: 0.08em;
	font-size: 1.2rem;
	border-bottom: 2px solid #ff3355;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 100px;
	height: 2px;
	background: #33bbff;
}

/*dtitle*/
.dtitle{
	letter-spacing: 0.08em;
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 40px;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	margin: 20px auto 0;
}

/*wtitle*/
.wtitle{
	position: relative;
	z-index: 1;
    font-size: 1.3rem;
	letter-spacing: 0.08em;
    margin-bottom: 20px;
	background-color: #92B600;
	color: #fff;
	padding: 10px;
	border-left: 7px solid #c4ac42;
}
.wtitle::after{
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff;
	pointer-events: none;
	z-index:-1;
}

/*ctitle*/
.ctitle{
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}
.ctitle::before{
	content: '';
	display: block;
	width: 52px;
	height: 23px;
	background: url(../img/ctitle_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 5px;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}


.etitle{
	font-size: 1.5rem;
	padding-left: 15px;
	border-left: 4px solid #316e5e;
	letter-spacing: 0.08em;
	margin: 20px 0;
}
@media (max-width: 1100px){
	.etitle{
		font-size: 1.3rem;
	}
}
@media (max-width: 450px){
	.etitle{
		font-size: 1.1rem;
	}
}


.rtitle{
	letter-spacing: 0.08em;
	font-size: 1.15rem;
	margin-bottom: 20px;
}
.rtitle::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 1em;
	background: linear-gradient(to bottom, #E53517 0, #E53517 50%, #009900 50%, #009900 100%);
	margin-right: 0.5em;
	transform: translateY(2px);
}

.ntitle{
	font-size: 1rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	letter-spacing: 0.08em;
}
.ntitle::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	font-size: 0.6rem;
	color: #004A78;
	transform: translateY(-2px);
}

.btitle{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	letter-spacing: 0.08em;
}
.btitle::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}


.center{
	text-align: center;
}
.pc_center{
	text-align: center;
}
@media (max-width: 750px){
	.pc_center{
		text-align: left;
	}
}


/*ボタン*/
.sbtn{
	max-width: 300px;
	margin: 0 auto;
}
.sbtn i{
  

}
.sbtn a{
	display: block;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	border-radius: 40px;
	letter-spacing: 0.08em;
	font-size: 1rem;
	color: #fff;
	transition: all .5s ease;
	background: #51AA34;
    border: 1px solid #fff;
}
.sbtn a:hover{
	background:#fff;
	color: #51AA34;
	border: 1px solid #51AA34;
}
.sbtn.white a{
	background:#fff;
	color: #51AA34;
	border: 1px solid #51AA34;
}
.sbtn.white a:hover{
	color: #fff;
	background: #51AA34;
	
}

.sbtn p{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.sbtn p::before,
.sbtn p::after{
	content: '';
	background: #333;
	height: 1px;
	flex-grow: 1;
	opacity: 0.5;
}
.sbtn p::before{
	margin-right: 1em;
}
.sbtn p::after{
	margin-left: 1em;
}

.sbtn.left{
	margin: 0 auto 0 0;
}
.sbtn.long a{
	width: 100%;
}
.m_contact a{
	min-width: 280px;
}

.sbtn2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn2 .sbtn{
	width: 48%;
}
.sbtn3{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn3 .sbtn{
	width: 33%;
}
@media (max-width: 960px){
	.sbtn3{
		display: block;
	}
	.sbtn3 .sbtn{
		width: 100%;
	}
	.sbtn3 .sbtn:not(:last-child){
		margin-bottom: 10px;
	}
}
@media (max-width: 750px){
	.sbtn a{
		font-size: 1rem;
		padding: 10px 0;
	}
	.sbtn.left{
		margin: 0 auto;
	}
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn{
		width: 100%;
	}
	.sbtn2 .sbtn:first-child{
		margin-bottom: 10px;
	}
	
}


/*テキストリンク*/
a.t_link{
	color: #d17baa;
	background-image: linear-gradient(to right, #d17baa, #d17baa);
	background-position: 0 100%;
	background-position: bottom left;
	background-size: 100% 1px;
    background-repeat: no-repeat;
	transition: 0.4s;
}
a.t_link:hover{
	opacity: 0.6;
    background-size: 0% 1px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr{
	border: 1px solid #ccc;
}
.info_table th,
.info_table td{
	padding: 15px 10px;
	letter-spacing: 0.08em;
}
.info_table th{
	background: #f5f5f5;
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
}
.info_table td{
	background: #fff;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
@media (max-width: 750px){
	.info_table{
		font-size: 0.9rem;
	}
}

/*ver2*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-spacing: 0 6px;
}
.info_table02 tr{
}
.info_table02 tr:last-child{
	border-bottom: none !important;
}
.info_table02 th,
.info_table02 td{
	padding: 18px 0;
	letter-spacing: 0.08em;
	font-size: 0.95rem;
}
.info_table02 th{
	position: relative;
	background: #007766;
	width: 200px;
	font-weight: 500;
	color: #fff;
}
.info_table02 th::after{
    position: absolute;
    top: calc(50% - 10px);
    right: -8px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #007766;
}
.info_table02 td{
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f8f8;
}
@media (max-width: 750px){
	.info_table02 tr{
		border-width: 4px;
	}
	.info_table02 th,
	.info_table02 td{
		padding: 18px 0;
		font-size: 0.9rem;
	}
	.info_table02 th{
		width: 120px;
	}
	.info_table02 td{
		padding-left: 20px;
		padding-right: 20px;
	}
}

.info_table03{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid rgba(196,196,196,.43);
}
.info_table03 tr{
	border-top: 1px solid rgba(196,196,196,.43);
}
.info_table03 th,
.info_table03 td{
	padding: 40px 0;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.08em;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-weight: 500;
}
.info_table03 td{
	width: 80%;
	padding-left: 20px;
}
@media (max-width: 750px){
	.info_table03 th,
	.info_table03 td{
		padding: 40px 0;
	}
	.info_table03 th{
		width: 25%;
		padding-left: 20px;
	}
	.info_table03 td{
		width: 75%;
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.info_table03{
		font-size: 0.9rem;
		padding: 30px 0;
	}
	.info_table03 th{
		width: 30%;
		padding-left: 10px;
	}
	.info_table03 td{
		width: 70%;
		padding-left: 10px;
	}
}


/*改行*/
@media (min-width: 751px){
	br.only750{
		display: none;
	}
}
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 750px){
	br.not750{
		display: none;
	}
}
@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block;
}


/*list*/
ul.check_list li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}
ul.check_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #08A6A6;
	margin-right: .5em;
	font-size: 0.6rem;
	transform: translateY(-2px);
}
ul.check_list02 li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #08A6A6;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list li:last-child,
ul.check_list02 li:last-child{
	margin-bottom: 0;
}
ul.check_list02.row{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list02.row li{
	margin-right: 40px;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	ul.check_list02.row{
		display: block;
	}
	ul.check_list02.row li{
		margin-right: 0;
	}
}

ul.check_list03{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list03 li{
	width: 31%;
	letter-spacing: 0.08em;
	margin: 0 1%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #f7b525;
}
ul.check_list03 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #f7b525;
	margin-right: .5em;
	font-size: .9em;
}
@media (max-width: 960px){
	ul.check_list03{
		justify-content: space-between;
	}
	ul.check_list03 li{
		width: 48%;
		margin: 0 0 10px;
	}
}
@media (max-width: 750px){
	ul.check_list03 li{
		width: 100%;
	}
}


ul.dot_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #08A6A6;
	margin-right: 5px;
}

ul.care_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
	font-size: 0.8rem;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

ul.text_list li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}

ul.single_list{
}
ul.single_list li{
	border-bottom: 1px solid rgba(170, 170, 170, 0.3);
	padding: 0 2px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	font-size: 0.9rem;
}
ul.single_list li:last-child{
	margin-bottom: 0;
}
ul.single_list li::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 6px;
	font-size: 0.6rem;
	transform: translateY(-2px);
	color: #08A6A6;
}
ul.single_list.non li::before{
	display: none;
}

/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding: 20px 0;
}
.reverse{
	flex-direction: row-reverse;
}
.info_flexbox .img{
	width: 48%;
}
.info_flexbox .text{
	width: 48%;
}
.f_center{
	align-items: center;
}
@media (max-width: 960px){
	.info_flexbox{
		flex-direction: column;
	}
	.info_flexbox.reverse{
		flex-direction: column;
	}
	.info_flexbox .img{
		width: 100%;
	}
	.info_flexbox .text{
		width: 100%;
	}
    .info_flexbox .img{
        margin-top:20px;
    }
}

/*===menu_flexbox======*/
/*画像 + テキスト 通常のflex*/
.menu_flexbox{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
    padding: 20px 0;
}
.reverse{
	flex-direction: row-reverse;
}
.menu_flexbox .img{
	width: 48%;
}
.menu_flexbox .text{
	width: 48%;
}
.f_center{
	align-items: center;
}
@media (max-width: 960px){
	.menu_flexbox{
		flex-direction: column;
	}
	.menu_flexbox.reverse{
		flex-direction: column;
	}
	.menu_flexbox .img{
		width: 100%;
	}
	.menu_flexbox .text{
		width: 100%;
	}
    .menu_flexbox .img{
        margin-top:20px;
    }
}




/*画像 + テキスト 画像小さめのflex*/
.mini_flex{
	display: flex;
	justify-content: space-between;
}
.mini_flex .img{
	width: 300px;
}
.mini_flex .text{
	width: calc(100% - 340px);
}
@media (max-width: 750px){
	.mini_flex{
		flex-direction: column;
	}
	.mini_flex.reverse{
		flex-direction: column-reverse;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_flex .text{
		width: 100%;
	}
}

.t_flex{
	display: flex;
	justify-content: space-between;
}
.t_flex .text{
	width: 48.5%;
}
@media (max-width: 750px){
	.t_flex{
		display: block;
	}
	.t_flex .text{
		width: 100%;
	}
}


.img_wrap3{
	display: flex;
	justify-content: space-between;
}
.img_wrap3 .img{
	width: 32%;
}

.img_wrap2{
	display: flex;
	justify-content: space-between;
}
.img_wrap2 .img{
	width: 48%;
}

.img_wrap{
	width: 100%;
	
}
.img_wrap img{
	border-radius: 50px;
	box-shadow: 20px 20px 5px 0px #d9d9d9;
}
@media (max-width: 960px){
	.img_wrap img{
		border-radius: 20px;
		box-shadow: 10px 10px 5px 0px #d9d9d9;
	}
}


.flex_left{
	width: 50%;
	padding-right: 50px;
}
.flex_right{
	width: 50%;
	padding-left: 50px;
}

@media (max-width: 960px){
	.flex_left{
		width: 100%;
		padding: 0 10px 50px 10px;
	}
	.flex_right{
		width: 100%;
		padding: 0 10px 50px 10px;
	}
}

/*階段型*/
.stairs_img2{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img2 .img{
	width: 48%;
}
.stairs_img2 .img:nth-child(1){
	margin-top: 20px;
}

.stairs_img3{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img3 .img{
	width: 32%;
}
.stairs_img3 .img:nth-child(2){
	margin-top: 20px;
}
.stairs_img3 .img:nth-child(3){
	margin-top: 40px;
}
@media (max-width: 750px){
	.stairs_img3 .img{
		width: 90%;
		margin-bottom: 20px;
	}
	.stairs_img3 .img:nth-child(2){
		margin: 0 auto 20px auto;
	}
	.stairs_img3 .img:nth-child(3){
		margin: 0 0 0 auto;
	}
}

.map{
	position: relative;
	aspect-ratio: 600 / 450;
	width: 100%;
	max-height: 510px;
	overflow: hidden;
}
.map iframe{
	vertical-align: top;
	width: 100%;
	height: 100%;
}

/*===// 共通部分ここまで ===========*/

/*---------ストライプ背景--------*/
.bg_pattern {
 
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  opacity: 0.4;
  z-index: -1;
}
.bg_stripe {
	background-image: linear-gradient(115deg, rgba(252,252,252,0.3), 11.54%, rgba(252,51,85,0.3) 11.54%, rgba(252,51,85,0.3) 23.08%, rgba(255,255,255,0.3) 23.08%, rgba(255,255,255,0.3) 38.46%, rgba(51,187,255,0.3) 38.46%, rgba(51,187,255,0.3) 50%, rgba(252,252,252,0.3) 50%, rgba(252,252,252,0.3) 61.54%, rgba(252,51,85,0.3) 61.54%, rgba(252,51,85,0.3) 73.08%, rgba(255,255,255,0.3) 73.08%, rgba(255,255,255,0.3) 88.46%, rgba(51,187,255,0.3) 88.46%, rgba(51,187,255,0.3) 100%);
	background-size: 71.72px 153.80px;
	background-repeat: repeat;
}

.u_line{
	font-weight: bold;
	text-decoration: underline; /* 下線 */
	text-decoration-thickness: 0.5em; /* 線の太さ */
	text-decoration-color: rgba(255, 51, 85, 0.6); /* 線の色 */
	text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

/*---------背景色--------*/

.bg_white{
	width: 95%;
	margin: auto;
	background-color: #FFFFFF;

}
.bg01{
	background-color: #33bbff;
}

.bg02{
	background-color: #ff3355;
}
.txt_red{
	color: red;
}
/*---------アニメーション---------*/

.fadeUpTrigger{
opacity: 0;
}

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(300px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-500px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(500px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}




/* アニメーションスタートの遅延時間を決めるCSS*/

.delay01{
animation-delay: 0.5s;
}

.delay02{
animation-delay: 1s;
}

.delay03{
animation-delay: 0.2s;
}





.slidein_left {
  animation: slidein_left 5s 1;
}

@keyframes slidein_left {
  0% {
    transform: translateX(-500px);
      opacity: 0;
  }
  100% {
    transform: translateX(0);
      opacity: 1;
  }
}

.slidein_right {
  animation: slidein_right 5s 1;
}

@keyframes slidein_right {
  0% {
    transform: translateX(500px);
      opacity: 0;
  }
  100% {
    transform: translateX(0);
      opacity: 1;
  }
}

/*===ヘッダー==============================*/
.site_header{
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.6s;
	background: #fff;
	padding: 10px 0; 

}

.site_header.transform{
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
.sticky{
	position: sticky;
	top: 0;
	left:0;
	right:0;
	z-index: 100;
}

.site_header .flex{
	display: flex;
	justify-content: center;
	align-items: center;
}

.site_header h1{
	width: 300px;
	transition: 0.6s;
}
.site_header h1 a{
	display: block;
	width: 100%;
}
.site_header h1 a img{
	display: block;
	width: 100%;
	transition: .4s;
}
.site_header h1 a:hover img{
	opacity: .6;
}

.site_header .info{
}
.site_header .tr{
	display: flex;
	justify-content: right;
	align-items: center;
	margin-bottom: 20px;
}
.site_header .tr .sbtn{
	margin: 0;
	margin-left: 20px;
	width: 250px;
}
.site_header .tr .sbtn a{
	padding: 10px 0;
}

.h_cauntion{
    position: relative;
}
.h_cauntion::after{
    content:"ご予約は受け付けておりません";
    position: absolute;
    color: red;
    font-size: 0.7rem;
    font-weight: bold;
    left: 20%;
    top: -18px;
}
/*global_nav*/
.global_nav{
	width: 100%;
}
.global_nav ul{
	margin: 0 0 0 auto;
	display: flex;
	justify-content: right;
	width: -moz-fit-content;
	width: fit-content;
}
.global_nav ul li{
	margin-left: 40px;
	transition: .4s;
}
.global_nav ul li a{
	display: block;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}
.global_nav ul li a span{
	display: block;
	text-transform: uppercase;
	color: #51AA34;
	letter-spacing: 0.1em;
}
.global_nav ul li a span::after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #51AA34;
	margin: 5px auto;
	transition: all 0.2s ease-in;
}
.global_nav ul li a:hover span::after{
	width: 14px;
}
@media (max-width: 1100px){
	.global_nav ul li{
		margin-left: 20px;
	}
	.global_nav ul li a{
		font-size: 0.8rem;
	}
}
@media (max-width: 960px){
	.site_header{
        display: flex;
        padding: 5px 0;
		position: sticky;
    }
	.site_header .flex{
		justify-content: space-between;
	}
	.site_header h1{
		width: 200px;
	}
	.site_header .info{
		display: none;
	}
}

/*===スライダー==============================*/
.top_slider{
	position: relative;
}
.slick-img img {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}


/*キャッチ*/
.top_slider .catch{
	position: absolute;
	left:5%;
	bottom: 50px;
	pointer-events: none;
/*	text-align: center;*/
	z-index: 2;
	width: 90%;
/*	max-width: 600px;*/
	animation: apper 1.5s ease-in-out;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media (max-width: 960px){
	.top_slider .catch{
		top:5%;
	}
	
}

.catch_copy{

	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.7rem;
/*
	  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	background: rgba(255,255,255,0.3);
	padding: 20px 0;
*/


}
.name{
	font-size:4rem;
	font-weight: bold;
}
.catch_copy span{
	font-size:150%;
	font-weight: bold;
	text-decoration: underline; /* 下線 */
	text-decoration-thickness: 0.5em; /* 線の太さ */
	text-decoration-color: rgba(255, 51, 85, 0.6); /* 線の色 */
	text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.kai{
    display: none;
}
@media (max-width: 1100px){
	
}
@media (max-width: 960px){

}
@media (max-width: 750px){
    .catch_copy{
		font-size: 0.8rem;
    }

}

@media (max-width: 450px){
    .catch_copy{
		font-size: 0.8rem;
		letter-spacing: 0.5rem;
}
	.kai{
		display: block;
	}
	.menu_img img{
		padding-top: 40px;
	}

}
/*===メイン==============================*/
main{
	display: block;
	position: relative;
}
main section{
	position: relative;
	z-index: 1;
}


.inner.white{
	background-color: #fff;
	padding: 0 40px;
	border-radius: 10px;
}

.info_wrap{
	background-color: #fff;
	padding: 40px 30px;
	border-radius: 10px;
}
@media (max-width: 750px){
	
	.inner.white{
		padding: 0 5px;
	}
	.info_wrap{
		padding: 30px 15px;
	}
	h2 .title{
		margin-bottom: 40px;
	}
}
@media (max-width: 450px){
	

}
/*------------TOP コンテンツ--------------*/
.welcome{

}
.wrap{
	width: 100%;
}
@media (max-width: 750px){
	.wrap{
		padding-top: 50px;
	}
}

.wrap1{
	position: relative;
	width: 100%;
}
.png01, .png02, .png03, .png04, .png05, .png06, .png07,.png08, .png09{
	max-width: 100px;
	position: absolute;
	display: inline-block;
}
.png01{
	top:10%;
	right:5%;
	transform: rotate( -20deg );
}
.png02{
	top:8%;
	left:5%;
	transform: rotate( -20deg );
}
.png03{
	top:10%;
	right:5%;
	transform: rotate( -20deg );
}
.png04{
	top:10%;
	left:5%;
	transform: rotate( -20deg );
}
.png05{
	top:6%;
	right:5%;
	transform: rotate( -20deg );
}
.png06{
	top:4%;
	right:5%;
	transform: rotate( -20deg );
}
.png07{
	top:3%;
	left:5%;
	transform: rotate( -20deg );
}
.png08{
	top:11%;
	right:5%;
	transform: rotate( -20deg );
	display: none;
}
.png09{
	top:12%;
	left:5%;
	transform: rotate( -20deg );
	display: none;
}
.menu_img{
    width: 100%;
    display: flex;
    padding-bottom: 20px;
    justify-content: space-around;
}
.menu_img img{
    width: 50%;
    margin: auto;
}
.png{
    max-width: 250px;
}

@media (max-width: 960px){
		.png{
		max-width: 100px;
	}
    
}
@media (max-width: 750px){
	.png{
		display: none;
	}
    .png01, .png02, .png03, .png04, .png05, .png06, .png07, .png08, .png09{
        max-width: 50px;
    }
	.png08, .png09{
		display: block;

	}
	.menu_img img{
		width: 100%;
	}
}

.question{
    background-color: #DCDCDC;
    padding: 10px;
	position: relative;
	font-size: 1rem;
	text-indent: -2.5em;
    padding-left: 2.5em;
}
.question::before{
	content: "Q";
	color:#ff3355;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 20px;
}
.answer{
	padding: 10px;
	position: relative;
	font-size: 1rem;
	text-indent: -2.5em;
    padding-left: 2.5em;
}
.answer::before{
	content: "A";
	color:#33bbff;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 20px;
}


.class {
	transform: translateX(200px);
	opacity: 0;
}
.class {
	transform: translateX(0);
	transition: 1.6s ease, opacity 2.6s ease;
	opacity: 1;
}

.class{
	transition-delay: 0.45s;
}


.header__nav-area.-active ul li:nth-child(2) {
	transition-delay: 0.15s;
}
.header__nav-area.-active ul li:nth-child(3) {
	transition-delay: 0.3s;
}
.header__nav-area.-active ul li:nth-child(4) {
	transition-delay: 0.45s;
}
.header__nav-area.-active ul li:nth-child(5) {
	transition-delay: 0.6s;
}
.header__nav-area.-active ul li:nth-child(6) {
	transition-delay: 0.75s;
}

/*===link==============================*/

/*===link==============================*/

/*===link==============================*/

/*===フッター==============================*/
.footer_top{
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
/*    vertical-align:middle;*/
    object-fit: cover;
	background-size: cover;
	background-position: top;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .footer_top{
	background-attachment: scroll;
}
.footer_top::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index:-1;
}
.footer_top .btn_wrap{
	display: flex;
	justify-content: space-between;
	margin: 0 auto -20px;
	max-width: 800px;
}
.footer_top .btn_wrap .btn{
	width: 360px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	padding: 20px 0;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	text-align: center;
    border-radius: 40px;
}
.footer_top .btn_wrap .btn a:hover{
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 750px){
	.footer_top{
		background-size:cover;
		padding: 40px 0;
	}
	.footer_top .btn_wrap{
		display: block;

	}
	.footer_top .btn_wrap .btn{
		width: 100%;
	}
	.footer_top .btn_wrap .btn a{
		font-size: 1rem;
		padding: 10px 0;
	}
	
}

.footer_middle{
	text-align: center;
	padding: 60px 0 20px;
}

footer h3{
	width: 80%;
	max-width: 400px;
	margin: 0 auto 10px;
}
footer h3 a{
	display: block;
	width: 100%;
}
footer h3 a img{
	display: block;
	width: 100%;
}
footer h3 a:hover img{
	opacity: 0.7;
}
.footer_middle p{
	font-size: 1rem;
}

.footer_bottom{
	background: #51AA34;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	letter-spacing: 0.08em;
}
.caution{
	font-weight: bold;
	color: red;
}
.footer_bottom small{
	font-size: 0.8rem;
}
@media (max-width: 750px){
	footer h3 {
		width: 50%;
	}
	

}



/*トップに戻る*/
.page_top{
	pointer-events: none;
  	width: 100px;
	height: 100px;
	aspect-ratio: 1 / 1;
  	position: fixed;
  	right: 3%;
  	bottom: 4%;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	z-index: 50;
    text-align: center;
    font-size: 1rem;
	padding: 10px;
    border: 3px solid #51aa34;
    background-color: #fff;
}
.page_top::before{
	content: "TOPへ";
	position: absolute;
	top: -40px;
    left: 24px;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: auto;
	border-radius: 50%;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
  	font-weight: 900;
  	font-size: 10px;
  	color: #fff;
}
.page_top img{
	width: 100%;
	display: inline-block;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}
.page_top.is_animation:hover{
	transform: translateY(-5px);
}
@media (max-width: 750px){
	.page_top{
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 10px;
		 border: 1px solid #51aa34;
	}
	.page_top::before{
		top:-20px;
        left: 5px;
        font-size: 12px;
	}
}

/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	background: url("../img/img005.jpg");
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 130px 0;
	padding: 180px 0 100px;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
    opacity: 0.3;
	pointer-events: none;
	z-index:-1;
}
/*ドットテクスチャ*/
/*
.kasou_top::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern-01.png);
	background-repeat: repeat;
	background-size: 2px 2px;
	opacity: 0.5;
	z-index: 1;
}
*/
@media (max-width: 450px){
	.kasou_top::after{
		background-size: 1px 1px;
		opacity: 0.5;
	}
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 8px;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 150px 0 100px;
	}
	.kasou_top h2{
		font-size: 1.9rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 11px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 0;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}


/*===ページ==============================*/



/*-------------menu---------------*/

.menu{
	width:40%;
    margin: 0 auto;
    font-size: 1,125rem;
    padding: 40px 0;
}
.menu dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
}
.menu dt{
    display: table-cell;
    padding:0.4rem;
}
.menu dd{
    text-align: right;
    display: table-cell;
    padding:0.4rem;
}
.menu dd:after{
    display: inline-block;
    content: "";
    width: 1em;
    font-size: 0.7em;
}
.menu_ttl{
	font-family: "Noto Sans JP", sans-serif;
    padding-left: 5px;
    margin-bottom: 20px;
   
    
    background-position: bottom;
    color: #404040;
    font-weight: 500;
    font-size: 1.5rem;
	position: relative;

}
.menu_ttl span{
	font-weight: 400;
	font-size: 1rem;
}
.menu_ttl::before{
	content: "";
    display: inline-block;
	margin-right: 10px;
    width: 50px;
    height: 70px;
    background-image: url('../img/menu_icon.png');
    background-position: center;
    background-size: contain;
}
.menu_ttl::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 45px;
	bottom: -45px;
	left:0;
	 background-image: linear-gradient(
      90deg, 
      #33bbff 0 20%, 
      #ff3355 20%
    );
	background-repeat: no-repeat;
    background-size: 100% 10%;
}

@media (max-width: 960px){
	.menu{
		width: 90%;
		padding: 0;
		padding-bottom: 40px;
	}
}




.menu_sec .img{
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 30px;
}



/*----------------よくあるご質問------------------*/
/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 1200px;
    margin:0 auto;
	padding: 50px 0;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	border: 1px solid #ccc;
	background: rgba(219,242,230,1.00);
}

/*アコーディオンタイトル*/
.faq_q {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.faq_q::before,
.faq_q::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.faq_q::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.faq_q::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.faq_q.close::before{
	transform: rotate(45deg);
}

.faq_q.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.faq_box {
    display: none;/*はじめは非表示*/
    background: #fff;
	margin:0 3% 3% 3%;
    padding: 3%;
}
.faq_box img{
	width: 50%;
}
@media (max-width: 750px){
	.faq_box img{
	width: 100%;
}
}

/*------------------店舗概要------------------*/
.about_table {
	border-collapse: collapse;
	width: 100%;
	margin: 50px 0;

}
.about_table tr {
	background-color: rgba(219,242,230,1.00);
}
.about_table tr:nth-child(odd) {
	background-color: #fff;
}
.about_table th, .about_table td {
	padding: 1em;
}
.about_table th {
	font-weight: 400;
	text-align: center;
	width: 25%;
	min-width: 4em;
}
@media (max-width: 750px){
	.about_table{
	font-size: 0.8rem;
}
	.about_table th{
		width: 30%;
	}
}

/*===お問い合わせページ==============================*/
.contact .tel_contact{
	text-align: center;
	border-top: 2px solid #51aa34;
	border-bottom: 2px solid #51aa34;
	padding: 15px 0;
	margin: 0 auto;
	max-width: 600px;
}
.contact .tel_contact a{
	display: inline-block;
	font-size: 2.4rem;
	white-space: nowrap;
}
.contact .tel_contact a:hover{
	opacity: 0.6;
}
.contact .tel_contact p{
	font-size: .8rem;
}
@media (max-width: 750px){
	.contact .tel_contact a{
		font-size: 2rem;
	}
}

/*メールフォーム*/
.mailform{
	margin: 0 auto;
	max-width: 960px;
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 28%;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
}
.mailform .row span.hissu{
	color: #fff;
	background: #51AA34;
}
.mailform .row span.ninni{
	background: #f9f5f4;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .box.mini{
	width: 120px !important;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #f4f4f4;
	border-radius: 2px;
	margin-left: 5px;
	border: 1px solid #ccc;
}
.mailform .postal_btn:hover{
	opacity: 0.7;
}
.mailform button{
	display: block;

	text-align: center;
	transition: .6s;
	font-size: 1rem;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #51AA34;
	border: 1px solid #51AA34;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #51AA34;
}
.mailform button::before{
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #dd7e52;
    border-bottom: 3px solid #dd7e52;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}

/*ラジオボタン*/
input[type=radio]{
	display: none;
}
input[type=radio] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #dd7e52;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #dd7e52;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before{
	margin-right: 0;
}
@media (max-width: 750px){
	input[type=radio] + label{
		display: block;
	}
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
}

/*プライバシーポリシー*/
.privacy{
}
.privacy li{
}
.privacy li .privacy_wrap{
	
}
.privacy li .privacy_wrap .privacy_subject{
	text-align: center;
	cursor: pointer;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	text-decoration: underline;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
}
.privacy li .privacy_wrap .privacy_subject:hover{
	text-decoration: none;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}

/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
	background-color: #FFFAF4;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.8rem;
}
.privacy_flame p span{
	display: block;
	color: #51aa34;
	font-size: 0.9rem;
}
.privacy_flame p span::before{
	content: "■";
	display: inline-block;
	font-size: 0.6rem;
	margin-right: 0.5em;
	transform: translateY(-2.5px);
}
.privacy_flame ul li{
	font-size: 0.8rem;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #fafafa;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #433c2e;
}

/*===サンクスページ===*/
.thanks .inner .small p{
	font-size: 0.8rem;
}
.thanks .sbtn a{
	margin-bottom: 20px;
}

/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

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