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

/* 基本設定 ======================================== */
body{
	background: #f5f5f5;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #000;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style-type: none;
}
p{
	line-height: 200%;
}
/* 調整======================================== */
.w1200{
	max-width: 1200px;
	padding: 0 10px;
	margin: auto;
}
.w960{
	max-width: 960px;
	margin: auto;
}
.h50{
	height: 50px;
}
.h30{
	height: 30px;
}


/* 見出し======================================== */
.txt_lv02{
	font-size: 1.1rem;
	color: #000;
	line-height: 1;
	text-align: center;
	background: url("../img/point02.png") no-repeat;
	background-size: 150px;
	background-position: bottom center;
	padding: 2.2rem;
}
.txt_lv02 span{
	font-family: 'Oleo Script', cursive;
	font-size: 3em;
}
.txt_lv02::first-letter{
	font-size: 200%;
	color: #f08300;
}
.txt_lv03{
	font-size: 1.5rem;
	color: #000;
	line-height: 1.8;
	text-align: center;
	background: url("../img/point02.png") no-repeat;
	background-size: 150px;
	background-position: bottom center;
	padding: 1.8rem;
	margin-bottom: 30px;
}
.txt_lv03::first-letter{
	color: #f08300;
}

.txt_lv04{
	font-size: 1.2rem;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.txt_lv04::before{
	font-family: "Font Awesome 6 Free";
    content: "\f105";
    font-weight: bold;
    margin-right: 10px;
    color: #f08300;
}
.txt_copy01{
	font-weight: 500;
	font-size: 1.5rem;
}
.txt_copy01::first-letter{
	font-size: 150%;
	color: #f08300;
}
.txt_copy02{
	font-size: 1.2rem;
}
.txt_copy03{
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
}

.pink_line {
	background:linear-gradient(transparent 50%, #f7d2e5 0%) ;
	font-weight: 500;
}
.bold{
	font-weight: 500;
	font-size: 120%;
	display: inline-block;
}
.color_orange{
	color: #f08300;
}
.color_purple{
	color: #cc77cc;
}
/* 背景 ========================================*/
.bg_brad{
	background:linear-gradient( #f08300 50%,#f5f5f5 0) ;
	padding: 50px 0;
}
.bg_w_inner{
	background:rgba(255,255,255,0.69);
	padding: 50px ;
}
.bg_img01{
	background: url("../img/bg_img01.jpg") no-repeat;
	background-size: cover;
}
.bg_img02{
	background: url("../img/bg_img03.jpg") no-repeat;
	background-size: 100%;
	background-position: top;
}
.bg_g{
	background:#f5f5f5;
}
.bg_o{
	background: #f5d7c4;
}

.bg_illust01{
	background:url("../img/bg_illust01_lt.png"),url("../img/bg_illust01_rb.png");
	background-repeat: no-repeat;
	background-position: top left,bottom right;
	background-size: auto 70%;
}
/* Loading ========================================*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:#f5f5f5;
	text-align:center;
}

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

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 90%;
	max-width:250px;
}
/* レイアウト ======================================== */
.wrapper_all{
	width: 100%;
	height: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: #fff;
	display: flex;
}

header{
	width: 270px;
	height: 100vh;
	position: fixed;
	padding: 0 15px 15px;
	border-right: solid #fff 1px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background:rgba(255,255,255,0.49);
	z-index: 100;
	overflow-y: auto;
	scrollbar-width: none;

}
.main_wrap{
	flex: 1;
	padding-left: 270px;
}

.img_flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_flex li{
	width: 100%;
	padding: 15px;
}
.img_flex li img{
	width: 100%;
	padding: 10px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	border-radius: 50%;
	background: #fff;
}
.card001{
	display: flex;
	justify-content:space-between;
	align-content: center;
}

/*イメージxテキスト */
/*003 card003*/
.card003{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card003 div{
}
.card003 .img{
	width: 30%;
}
.card003 .img img{
	width: 100%;
	padding: 10px;
	filter: drop-shadow(10px 10px #f08300);
}
.card003 .txt{
	flex: 1;
	padding: 0 30px;
}


/*グローバルメニュー　======================================== */
.title h1{
	text-align: center;
}
.title h1 img{
	width: 100%;
	max-width: 180px;
	margin-top: 15px;
}
header nav{
	width: 100%;
	margin: 0;
	padding: 0;
}

header nav ul{
	padding: 0 10px;
}

.item{
	position: relative;
	color: #000;
	font-weight: 500;
	padding: 1rem 0;
}
.item i{
	color: #f08300;
}
.item a{
	display: block;
    line-height: 20px;
	color: #000;
}
.item a i{
	color:#f08300;
}
.item :hover {
	background: #fff;
}
.item :hover i{
	color:#cc77cc;
}

/* 電話　======================================== */
.btn_header{
	display: inline-block;
	text-align: center;
	width: 100%;
	background-color:#f08300;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	border-radius: 5px;
	padding: 0.4em;
	position: relative;
	margin-bottom: 15px;
	transition: .5s;
}
.bg_purple{
	background-color:#cc77cc;
}
.btn_header::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.btn_header:hover::after{
	right: 10px;
	transition: .5s;
}
.btn_header:hover{
	background-color:#000!important;
}


/* スライダー　======================================== */
.slide_wrap{
	width: 100%;
	height: 700px;
	overflow: hidden;
	position: relative;
}
.slide_wrap::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.top_slider{
	position: absolute;
	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;
	z-index: 1;
}
.top_slider .slider li.top01{
	background:url("../img/slide01.jpg") no-repeat;
	background-size: cover;
	background-position: 50% 10%;
	filter: brightness(90%);
}
.top_slider .slider li.top02{
	background:url("../img/slide05.jpg") no-repeat;
	background-size: cover;
	background-position: center bottom;
	filter: brightness(90%);
}
.top_slider .slider li.top03{
	background:url("../img/slide2504.webp") no-repeat;
	background-size: cover;
	background-position: 30% 50%;
	filter: brightness(90%);
}
@keyframes fadezoom{
	0%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}
.add-animation{
	animation: fadezoom 5s 0s forwards;
}

.slide_copy{
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	text-align: center;
	z-index: 2;
}

.slide_copy img{
	width: 90%;
	max-width: 800px;
}
/*  連絡先 ================================================= */
.contact_wrap{
	background-color: #f5f5f5;
	width: 100%;
	margin: auto;
}
.flex_contents{
	display: flex;
	justify-content: center;
	padding: 50px 10px;
	max-width: 1200px;
	margin: auto;
}
.flex_contents div{
	width: 100%;
	padding:0 10px;
	text-align: center;
}
.tel_footer,.mail_footer{
	text-align: center;
}
.contact_wrap h4{
	font-size: 1.1em;
}
.contact_wrap h4{
	font-weight: 500;
}
.contact_wrap h4::first-letter{
	font-size: 150%;
	color: #f08300;
}
.tel_footer{
	display:block;
	text-align: center;
	font-weight: 500;
	font-size: 1em;
	width: 100%;
	height: 50px;
	position: relative;
	margin: 0 10px 10px;
}
.tel_footer a{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color:#f08300;
	color: #fff;
	padding: 0.75em 0;
	border-radius: 10px;
}
.tel_footer::after{
	color: #fff;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.tel_footer a:hover{
	color: #fff;
	background:#000;
	transition: .5s;
}
.tel_footer:hover::after{
	right: 10px;
	transition: .5s;
}
.mail_footer{
	display:block;
	text-align: center;
	font-weight: 500;
	font-size: 1em;
	width: 100%;
	height: 50px;
	position: relative;
	margin: 0 10px 10px;
}
.mail_footer a{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background:#cc77cc;
	color: #fff;
	padding: 0.75em 0;
	border-radius: 10px;
}
.mail_footer::after{
	color: #fff;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.mail_footer a:hover{
	color: #fff;
	background-color:#000;
	transition: .5s;
}
.mail_footer:hover::after{
	right: 10px;
	transition: .5s;
}

/* フッター ======================================== */
footer{
	padding: 30px 50px 0;
	background:url("../img/bg_img02.jpg") no-repeat;
	background-size: cover;
}
footer h2{
	text-align: center;
}
footer h2 img{
	width: 90%;
	max-width: 300px;
}
footer h3{
	font-size: 1rem;
	background: url("../img/point02.png") no-repeat;
	background-size: auto 0.8em;
	background-position: bottom left;
	padding-bottom: 1.25em;
	margin-bottom: 0.5em;
}
footer h3 span{
	display: inline-block;
}
footer p{
	font-size: 0.85em;
	padding: 0 1em;
}
footer small p{
	text-align: center;
	padding: 1rem;
}
.card001 .footer_inner{
	width: 98%;
	margin: 1%;
	background: rgba(255,255,255,0.79);
	padding: 10px;
	border-radius: 5px;
}

/* コンテンツ======================================== */
.contents{
	padding: 50px 15px;
}


/* ボタン==================== */
.button27 {
	width: 200px;
	text-align: right;
	cursor: pointer;
	margin: auto;
}

.button27 a {
	display: inline-block;
	position: relative;
	padding: 1em 1em 1em 50px;
	color: #000;
	font-size: 1.2em;
	font-weight: 600;
	transition: 0.3s;
	z-index: 4;
}

.button27 a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #f08300;
	z-index: -1;
	transition: 0.3s;
}



.button27 a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	z-index: 3;
	transition: 0.3s;
}

.button27 a:hover::before {
	width: 180px;
}

.button27 a:hover::after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}


/*  リンクコンテンツ ================================================== */
.grid {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: auto;
	padding: 30px 0;
}
figure.effect-chico{
	display: block;
	position: relative;
	width: calc(100% / 3 - 20px);
	aspect-ratio: 3 / 4;
	background:#333;
	overflow: hidden;
	margin-bottom: 20px;
}
figure.effect-chico img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.7;
	object-fit: cover;
	object-position: center center;
	-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: 2em;
	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 #fff;
	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 {
	font-weight: 500;
	font-size: 1.5em;
	color: #fff;
	background: url("../img/point02.png") no-repeat;
	background-size: auto 1rem;
	background-position: bottom left 1em;
	padding: 1.5rem;
}
figure.effect-chico h3::first-letter{
	color: #f08300;
}


figure.effect-chico p {
	font-size: 0.9em;
	margin: 0 auto 0 0;
	-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: #fff;
	bottom:40px;
	right: 40px;
	font-size: 1rem;
}


/* リンクバナー　================================================== */

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


/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 300px;
	background:url("../img/bg_sub_br.png"),url("../img/bg_sub_bl.png"),url("../img/bg_img02.jpg");
	background-repeat: no-repeat;
	background-size: auto 100%,auto 100%,cover;
	background-position:right bottom,left bottom,top;
	position: relative;
	
}
.subtitle h2{
	font-style: normal;
	color:#000;
	line-height: 180%;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size:1.2rem;
	width: 90%;
	text-align: center;
	background: url("../img/point02.png") no-repeat;
	background-size: 150px;
	background-position: bottom center;
	padding-bottom: 2.2rem;
}
.subtitle h2 span{
	font-family: 'Oleo Script', cursive;
	font-size: 3rem;
	color: #000;
}
.subtitle h2::first-letter{
	font-size: 200%;
	color: #f08300;
}


/*パンくずリスト
==========================================================================*/
.breadcrumb-box{
	width:auto;
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
	left: 20px;
	background:rgba(255,255,255,0.49);
	font-size: 0.9em;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

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

.breadcrumb li a {
  text-decoration: none;
  color: #000;
}

.breadcrumb li a:hover {
  color: #d7633c;
}

/*サブページコンテンツ
==========================================================================*/
/* 画像============================================================ */
.img_type01{
	width: 100%;
	padding: 15px;
	aspect-ratio: 3 / 1;
	object-fit: cover;
}
/* テーブル============================================================ */
.line02{
	padding: 15px;
}
.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 3px #f08300;
	padding: 1em;
	width: 30%;
}
.line02 table td{
	border-bottom: solid 3px #ccc;
	padding: 1em;
}
.map {
	width: 100%;
	padding: 15px;
}
.map iframe{
	width: 100%;
	aspect-ratio: 3 / 1;
	vertical-align: middle;
}
.li_link{
	padding: 1rem;
}
.li_link li{
	margin: 0.5em 0;
}
.li_link li a{
	color: #333;
	padding-bottom: 0.5em;
	border-bottom: dashed 1px #ccc;
	
}
.li_link li a:hover{
	color: #999;
}
.li_link li a i{
	color: #cc77cc;
	font-size: 120%;
}
/* 写真一覧============================================================ */
.photo_flex_d{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.photo_flex_d .img{
	width: calc(100% / 4);
	padding: 10px;
	transform: scale(1.0);
	transition: .5s;
}
.photo_flex_d .img img{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	background-color: #f5f5f5;
}
.photo_flex_d .img:hover{
	transform: scale(1.1);
}

/* 写真一覧2列 */

.photo_flex_d .img2{
	width: calc(100% / 2 - 30px);
	margin: 15px;
	padding: 0;
	border-radius: 20px 0 20px 0;
	transform: scale(1.0);
	overflow: hidden;
	transition: .5s;
	background: #f4d925;
}
.photo_flex_d .img2 img{
	width: 100%;
	aspect-ratio: 16 / 9;
	vertical-align: middle;
	object-fit: cover;
}
.photo_flex_d .img2:hover{
	transform: scale(1.1);
}
.photo_flex_d .img2 h4{
	vertical-align: middle;
	background: #f08300;
	color: #fff;
	font-weight: 500;
	padding: 0.5em 1em;
}

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

.tel_button{
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: block;
    width: 100%;
	max-width: 500px;
    background:#fff;
	font-weight: 700;
	color:#fff;
	border:solid 1px #333;
	border-radius: 50px;
    padding: 10px;
    text-align: center;
	margin: 16px auto;
    outline: none;
    transition: ease .2s;
	cursor: pointer;
	font-size: 1.3em;
}
/*ボタン内spanの形状*/
.contents_mail .bgleft span {
	position: relative;
	z-index: 3;
	color:#333;
	transition: .5s;
}

/*== 背景が流れる*/
.contents_mail .bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#f5f5f5;
 	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;
}
.contents_mail .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: 220px;
	text-align: left;
	padding: 1em;
	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-color:#f5f5f5;
	width: 100% !important;
	padding: 5px 10px;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#f08300;
	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:#f08300;
	color:#fff;
	border-radius: 10px;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	color: #fff;
	background:#000;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #333 !important;
	font-size: 1em !important;
	padding: 1em 0;
}
.infobox h5{
	color: #333;
	border-bottom: solid 1px;
	margin-top: 1rem;
}
.infobox p{
	font-size: 0.8em !important;
	color: #333;
	padding: 0.5rem 1rem;
}
.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:#f08300;
	padding: 0.25em 1em;
	color: #fff;
	transition: .5s;
}
.postcord_btn:hover{
	background:#333;
	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: #bdc3c9;
	opacity: 0;
	height: 12px;
	width: 12px;
	left: 9px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
  opacity: 1;
}
label.check-label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	margin-right: 30px;
}

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: #666;
  border-color: #666;
}

input:checked + label.check-label:after {
  transform: rotate(-45deg) scaleX(1);
}
/* TOPへ戻るボタン ================================================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 10px;
	background: transparent;
	opacity: 0.8;
	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 5 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 50px;
	color:#fff;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 15px;
	bottom: 0;
	right: 0;
	left: 10px;
	margin: auto;
	text-align: center;
}











/* 250401更新分 ========================================*/
/* TOP */
/*GIFTの思い*/
.bg_illust01 {
  background: none;
}
/* 下層FV */
.subtitle {
  background: url("../img/bg_img02.jpg") no-repeat;
  background-size: cover !important;
}