@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 960px){
	.sptb{
		display: none !important;}	
}
@media screen and (min-width:749px){
	.sp{
		display: none !important;
	}	
}

body{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	background-color: #fff;
	color: #222;
}
strong{
}

a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style-type: none;
}
/* スペース調整==================== */
.w1800{
	max-width: 1920px;
	margin: auto;
}
.w960{
	max-width: 960px;
	margin: auto;
}
.h100{
	height: 100px;
}
.h50{
	height: 50px;
}
.h30{
	height: 30px;
}
.flexbox{
	display: flex;
	align-items: flex-start;
}
/* ヘッダー　==================== */
header{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: fixed;
	z-index: 10;
}
.header_wrap h1 {
	text-align: center;
}

.header_wrap{
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact_btn{
	margin-right: 70px;
	font-family: 'Josefin Sans', sans-serif;
}
.contact_btn a{
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
	font-size: 1.2em;
	color: #9373c7;
	padding-left: 1rem;
}

header.sub{
	padding: 10px;
	height: 100px;
}
header.sub h1{
	padding: 0;
	font-size: 1.5em;
	vertical-align: middle;
	color: #587b3b;
	
}
header.sub h1 img{
	height: 60px;
	vertical-align: middle;
}
.nav_wrap_sub{
	width: 30%;
	max-width: 360px;
	min-width: 280px;
	background: #cfe6dc;
}

/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	padding: 70px;
	background: linear-gradient(90deg, #fff 0%, #fff 50%, #f0f6da 50%, #f0f6da 100%);
	position: relative;
}
.slider{
	width: 75%;
	max-width: 1366px;
	height: calc(100vh - 140px);
	margin: 0 0 0 auto;
	background: #cfe6dc;
}
.top_copy{
	position: absolute;
	width: 50%;
	top:50%;
	left: 25%;
	transform: translateY(-50%) translateX(-25%);
}
.top_copy img{
	width: 200px;
}
.top_copy h2{
	font-size: 2.5em;
	color: #587b3b;
	font-family: klee-one, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-shadow: 2px 2px #fff;
}
.top_copy p{
	font-size: 1em;
	line-height: 200%;
	text-shadow: 2px 2px #fff;
}
/* SNSリンク　==================== */
.sns{
	position: fixed;
	top:50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 100;
	width: 130px;
}
.sns_in{
	margin: 0 0 0 auto;
	text-align: right;
}
.sns_in a{
	background:#9373c7;
	border-radius: 50px 0 0 50px;
	font-size: 0.9em;
	border:solid 1px #9373c7;
	transition: all 0.5s ;
	width: 40px;
	display: flex;
	margin: 0 0 10px auto;
	padding: 5px;
}

.sns_in a i{
	color: #fff;
	font-size: 20px;
}
.sns_in a span{
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: transparent;
}
.sns_in a:hover{
	width: 130px;
}
.sns_in a:hover span{
	width: 100px;
	height: 20px;
	color: #fff;
	margin-right: 15px;
}

/* 最大表示幅枠　==================== */
main{
	max-width: 1920px;
	margin: auto;
}

/* 各コンテンツ枠　==================== */
.bg_half{
	background: linear-gradient(90deg, #fff 0%, #fff 50%, #f0f6da 50%, #f0f6da 100%);
}
.bg_gradation{
	background: linear-gradient(45deg, #cfe6dc 0%, #cfe6dc 50%, #fff 50%, #fff 100%);
}
.contents{
	padding: 50px 0;
}

.contents_in h2{
	font-size: 1.1em;
	padding: 15px 15px 15px 15px ;
	margin-bottom: 10px;
	font-weight: 500;
	color: #587b3b;
}
.contents_in h2 span{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 200%;
}
.contents_in h3{
	
}
/* 対策　==================== */
.taisaku{
	width: 900px;
	margin: auto;
	background:#cfe6dc;
	color: #587b3b;
	padding: 20px;
}
.taisaku h3{
	font-size: 1.5em;
	padding: 15px 15px 15px 15px ;
	margin-bottom: 10px;
	font-family: klee-one, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.taisaku ul {
	padding-left: 2em;
}
.taisaku ul li{
	padding: 0.5em;
}
.taisaku ul li::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f14a';
	padding-right: 0.5em;
}
/* トピックス　==================== */
.news_wrap{
	display: flex;
	max-width: 1366px;
	margin: auto;
}
.news{
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: space-around;
	padding: 15px;
	background: #f0f6da;
}
.news h3{
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
	width: 180px;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 10px;
	color: #587b3b;
	border-right: solid 1px #587b3b;
}
.news h3 span{
	font-size: 180%;
	font-family: 'Josefin Sans', sans-serif;
}
.news_in{
	width: 100%;
	margin: 0 15px;
	overflow: auto;
}
.news_img{
	width: 100%;
}
.news_img img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}


/* リンクコンテンツ　==================== */
.grid {
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: auto;
	padding: 30px 0;
}
figure.effect-chico{
	display: block;
	position: relative;
	min-width: 320px;
	max-width: 480px;
	max-height: 300px;
	width: 48%;
	background: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}
figure.effect-chico img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.9;
	object-fit: cover;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

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

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 figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #587b3b;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

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

figure.effect-chico h3 {
	padding: 20% 0 20px 0;
	font-weight: 600;
	font-size: 1em;
	color: #587b3b;
	text-shadow: 2px 2px #fff;
}
figure.effect-chico h3 span{
	font-size:200%;
	font-family: 'Josefin Sans', sans-serif;
}

figure.effect-chico p {
	font-size: 0.9em;
	text-shadow: 2px 2px #fff;
	margin: 0 auto 0 0;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	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%;
}
figure.effect-chico .arrow{
	position: absolute;
	color: #587b3b;
	bottom:40px;
	right: 40px;
	font-size: 1rem;
	text-shadow: 2px 2px #fff;
}

/* ボタン　================================================== */
.button_wrap{
	text-align: center;
	margin-bottom: 20px;
}
.button_01{
	display: inline-block;
	text-align: center;
	width: 320px;
	background-color:#9373c7;
	color: #fff;
	padding: 0.5em;
	position: relative;
	border-radius: 5px;
}
.button_01::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.button_01:hover{
	color: #fff;
	background:#587b3b;
	transition: .5s;
}
.button_01:hover::after{
	right: 10px;
	transition: .5s;
}
/* インフォメーション　==================== */
.info_wrap{
	max-width: 1000px;
	margin: auto;
	padding: 10px;
}
.info_wrap h3{
	display: inline-block;
	font-size: 1.1em;
	font-weight: 500;
	width: 180px;
	margin-bottom: 10px;
	color: #587b3b;
}
.info_wrap h3 span{
	font-size: 180%;
	font-family: 'Josefin Sans', sans-serif;
}
.info_wrap_in{
	width: 100%;
	height: 550px;
	position: relative;
}
.info_txt{
	width: 75%;
	height: 450px;
	background:#f0f6da;
	position: absolute;
	top: 0;
	left: 0;
}
.info_txt_in{
	width: 450px;
	padding: 30px 0 0 30px;
}
.info_txt_in dl dt img{
	width: 250px;
}
.info_txt_in dl dd{
	font-size: 0.95em;
	line-height: 180%;
	color: #587b3b;
}
.map{
	width: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.info_wrap_in02{
	width: 100%;
	height: 800px;
	position: relative;
}
.info_txt02{
	width: 75%;
	height: 750px;
	background:#f0f6da;
	position: absolute;
	top: 0;
	left: 0;
}
.info_txt_in02{
	width: 450px;
	padding: 30px 0 0 30px;
}
.info_txt_in02 table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.9em;
}
.info_txt_in02 table th,.info_txt_in02 table td{
	text-align: left;
	vertical-align: top;
	padding: 0.5em 1em;
	border-bottom: solid 1px #587b3b;
}
.info_txt_in02 table th{
	color: #587b3b;
}
.info_txt_in02 img{
	padding: 10px;
}
.info_wrap_in02 map{
	background: #cfe6dc;
}
.info_wrap_in02 map iframe{
}
.contact_wrap{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	max-width: 1000px;
	padding: 20px;
	margin: auto;
}
.contact_phone,.contact_mail{
	width: 100%;
	font-size: 1.1em;
	text-align: center;
	padding: 40px 0;
	color: #587b3b;
	position: relative;
}
.contact_phone a,.contact_mail a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact_phone i,.contact_mail i{
	font-size: 150%;
}
.contact_phone{
	background:#cfe6dc;
}
.contact_mail{
	background:#f0f6da;
}
.contact_phone:hover,.contact_mail:hover{
	opacity: 0.6;
	transition: all 0.5s ;
}




/* フッター部分　==================== */
footer{
	margin-bottom: 0;
	margin: auto;
	max-width: 1920px;
	width: 100%;
}
.footer_in{
	max-width: 960px;
	margin: auto;
	padding-top: 10px;
}
.footer_in img{
	width: 250px;
	padding: 10px;
}

.footer_flex{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.contact_icon{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 20px;
}
.contact_icon .icon_child{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;	
}

.contact_icon .icon_child a{
	display: block;
	color:#f8b500;
	text-decoration-line: none;
	width: 300px;
	background-color: #fff;
	padding: 0.5em;
	border-radius: 40px;
	margin: 10px;
	border:#fff 1px solid;
}
.contact_icon .icon_child :hover{
	color: #fff;
	background-color:#f8b500;
}
.contact_icon p{
	font-size: 0.9em;
	padding-left: 1em;
}

footer small p{
	text-align: center;
	padding: 30px;
	color: #fff;
	background: #587b3b;
}

/* サブページタイトル ================================================== */
.subtitle_wrap{
	padding: 70px 70px 0;
	width: 100%;
	height: 470px;
	position: relative;
	background: linear-gradient(90deg, #fff 0%, #fff 50%, #f0f6da 50%, #f0f6da 100%);
}
.subtitle{
	width: 100%;
	height: 330px;
}
.sub_copy{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50% , -50%);
	z-index: 10;
	width: inherit;
}
.sub_copy h2{
	display: inline-block;
	font-size:1.5rem;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 10px #000;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.sub_copy h2 span{
	font-size: 200%;
	font-family: 'Josefin Sans', sans-serif;
}
.photo_flex{
	display: flex;
	justify-content: space-between;
}
.photo_flex div{
	width: 100%;
	padding: 10px;
}
.photo_flex div img{
	width: 100%;
}
p.midashi01{
	font-family: klee-one, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.1em;
	line-height: 200%;
	padding-left: 1em;
	color: #587b3b;
}

/* サロン案内 ================================================== */
.staff_flex{
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	background-color: #f0f6da;
	margin-bottom: 30px;
}
.staff_in{
	padding: 20px;
	margin: 10px;
}
.staff_in img{
	width: 250px;
}
.staff_in h3{
	font-size: 1.2em;
	color: #587b3b;
}
.staff_in ul{
	display: flex;
	flex-wrap: wrap;
}
.staff_in ul li{
	margin: 5px;
	padding: 0.25em 0.5em;
	background:#587b3b;
	color: #fff;
}
.staff_in p{
	line-height: 200%;
}
/* メニュー ================================================== */
.menu{
	margin-bottom: 30px;
}
.menu h3{
	color:#587b3b;
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
.menu p{
	font-size: 1rem;
	line-height: 200%;
	padding: 0 1em;
	font-family: klee-one, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 1em;
}
.menu h4{
	background:#cfe6dc;
	color: #587b3b;
	width: fit-content;
	padding: 0.25em 0.5em;
	margin-bottom: 0.5em;
	font-size: 0.9em;
	
}
.menu dl{
	display: flex;
	margin-bottom: 1em;
	padding: 0.25em 1em;
	background: rgba(255,255,255,0.49);
	border-top:solid 1px #587b3b;
	border-bottom:solid 1px #587b3b;
}
.menu dl dt{
	padding: 0 0.5em;
}
.menu dl dt{
	padding: 0 0.5em;
}
.menu dl dt i{
	font-size: 0.9em;
	color: #9373c7;
}
.menu ul {
	display: flex;
	flex-wrap: wrap;
}
.menu ul li{
	background: #587b3b;
	color: #fff;
	padding: 0.25em 1em;
	margin-right: 10px;
	margin-bottom: 10px;
}
.menu_flex01{
	display: flex;
	justify-content:space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0 1em;
}
.menu_flex01 dl{
	width: calc(50% - 20px);
	
}
.menu_flex01 dl::after{
	content:"";
	display: block;
	width:5%;
}
.menu_flex02{	
	padding: 0 1em;
	}
.menu_flex02 dd{
	margin-left: 1em;
}
.menu_flex02 dd strong{
	color: #cc5252;
}
.menu_flex02 dd span{
	font-size: 80%;
	color: #587b3b;
}
.menu_flex03{	
	padding: 0 1em;
	}
.menu_flex03 dl{
	flex-direction: column;
}
.menu_flex03 dd{
	margin-left: 1em;
}
.menu_flex03 dd strong{
	color: #cc5252;
}
.menu_flex03 dd span{
	font-size: 80%;
	color: #587b3b;
}
/* 流れ ================================================== */
.flow_flex{
	display: flex;
	align-items:center;
}
.flow_flex figure{
	width: 100%;
	background:#f0f6da;
	padding: 10px;
	align-self: stretch;
}
.flow_flex figure img{
	width: 200px;
	height: 200px;
	object-fit: contain;
}
.flow_flex p i{
	font-size: 20px;
	color: #9373c7;
	margin: 5px;
}
.flow_flex figure h4{
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
	background:url("../img/icon_round.png") no-repeat;
	background-position: center;
	background-size: contain;
	color: #fff;
	font-size: 1.5em;
}
.flow_flex figure figcaption p{
	padding: 10px 0;
	font-size: 1rem;
}
.flow_flex figure figcaption p span{
	font-size: 80%;
}


/* お客様の声 ================================================== */
.voice_flex{
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	background-color: #f0f6da;
	border-radius: 5px;
	margin-bottom: 30px;
}
.voice_in{
	padding: 20px;
	margin: 10px;
}
.voice_in img{
	width: 250px;
	border-radius: 5px;
}
.voice_in h3{
	font-size: 1.2em;
	color: #587b3b;
}
.voice_in p{
	font-size: 0.9em;
	padding: 0.5em 0;
	line-height: 180%;
}
/* ビフォーアフター ================================================== */
.txt_small{
	font-size: 80%;
	margin-left: 20px;
	color: #666;
}
.before_after{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 20px 0 5px;
}
.before_after .ba_img{
	width: calc(100% / 2 - 30px);
	height: 250px;
	overflow: hidden;
	position: relative;
	background:#f5f5f5;
}
.before_after .ba_img img.ba01{
	width: 270px;
	height: 250px;
	object-fit: contain;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.before_after .ba_img h4{
	font-family: 'Josefin Sans', sans-serif;
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 1.5em;
	color: #9373c7;
	text-shadow: 2px 2px #fff,-2px -2px #fff,-2px 2px #fff,2px -2px #fff,2px 0px #fff,0px 2px #fff,-2px 0px #fff,0px -2px #fff;
}
.ba_arrow{
	padding: 5px;
}
.ba_arrow i{
	color: #9373c7;
	font-size: 1.5em;
}
.ba h3{
	font-family: 'Noto Serif JP', serif;
	font-size:1.4em;
	border-bottom: solid 2px #0970b5;
	margin-bottom: 20px;
	color: #0970b5;
}

/* 施術例 ================================================== */
.cases{
	display: flex;
	justify-content:space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.cases_img{
	width: calc(100% / 3 - 20px);
	height: 250px;
	overflow: hidden;
	position: relative;
	background:#f5f5f5;
	margin-bottom: 15px;
}
.cases_img img{
	width: 100%;
	height: 250px;
	padding: 20px;
	object-fit: contain;
}
.empty_item{
	width: calc(100% / 3 - 20px);
}


/* 予約============================================================ */
.reserve h3{
	margin-bottom: 0.5em;
}
.reserve h3 span{
	padding: 0.25em 1em;
	border: solid 1px;
	font-size: 0.9em;
	color: #587b3b;
	background:rgba(255,255,255,0.49);
}
.reserve ul{
	padding: 0 1em 0 2em;
}
.reserve ul li{
	font-size: 0.95em;
	background:url("../img/icon_round.png")no-repeat;
	background-size: 18px;
	background-position: top 3px left;
	padding-left: 25px;
	line-height: 180%;
	margin-bottom: 1em;;
}
.bg_w{
	background: #f5f5f5;
	padding: 10px;
}
.bg_pg{
	background: #f0f6da;
	padding: 10px;
}
/* メールフォーム==================== */
.tel_button{
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: block;
    width: 100%;
	max-width: 500px;
    background:#587b3b;
	border-radius: 5px;
    padding: 10px 30px;
	font-size: 1.5em;
    text-align: center;
	margin: 16px auto;
    outline: none;
    transition: ease .2s;
	cursor: pointer;
}
/*ボタン内spanの形状*/
.tel_button span {
	position: relative;
	z-index: 3;
	color:#fff;
}
/*== 背景が流れる*/
.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:rgba(207,230,220,0.49);
 	width: 100%;
	height: 100%;
	border-radius: 5px;
    /*アニメーション*/
 	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 h3{
	color:#587b3b;
	margin-bottom: 1em;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table th{
	width: 200px;
	text-align: left;
	padding: 0.5em;
	vertical-align: top;
	line-height: 120%;
}
#mailform table tr:nth-child(odd){
	background-color: rgba(255,255,255,0.49);
}
#mailform table td{
	width: calc(100% - 210px);
	padding: 0.5em 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:#fff;
	width: 100% !important;
	padding: 5px 10px;
	border:solid 1px #ccc;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#9373c7;
	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:#587b3b;
	color:#fff ;
	border-radius: 5px;
	margin: 0 auto;
}
input[type='submit']:hover{
	color: #fff;
	background:#9373c7;
}
.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 5 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 5 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: #9373c7;
	opacity: 0;
	height: 12px;
	width: 12px;
	left: 9px;
	transition: ease .2s;
}

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


/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 1em;
	left: 1em;
	background:rgba(0,0,0,0.25);
	padding: 3px 5px;
}

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

.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;
}
/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	opacity: 0.8;
	z-index: 99999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 50px;
	color:#9373c7;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/* スクロールフェードイン==================== */
.fadein {
	opacity : 0.1;
	transform : translate(0, 100px);
	transition : all 500ms;
	}

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


