@charset "UTF-8";

/* =======================================================
文字の下半分に線
======================================================= */
.under1 {
	background: linear-gradient(#ffffff00 50%, #f7dbd7 50%);
}

.under2 {
	background: linear-gradient(#ffffff00 50%, var(--thema-color-base-3) 50%);
}

.under3 {
	background: linear-gradient(#ffffff00 50%, white 50%);
}

/* =======================================================
スムーズスクロール
======================================================= */
html {
	scroll-behavior: smooth;
}

/* =======================================================
親要素：グリッド
======================================================= */
.grid-base {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
}

@media screen and (max-width: 600px) {
	.grid-base {
		grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
	}
}

.grid-1 {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.grid-2 {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}

.grid-3 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
}

@media screen and (max-width: 800px) {
	.grid-3 {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	}
}

/* =======================================================
子要素：グリッド
======================================================= */
.item-base {
	padding: 0px 15px 15px 15px;
	background: #ffffff70;
	margin: 10px;
	border-radius: 10px;
	box-shadow: -3px 3px 5px rgb(187 119 125 / 34%), 3px -3px 5px rgb(255 224 0 / 20%);
}

@media screen and (max-width: 600px) {
	.item-base {
		padding: 5px 5px 15px 5px;
		margin: 5px;
	}
}

.item-1 {
	padding: 10px;
	background: #ffffff70;
	margin: 7px 5px;
	box-shadow: -3px 3px 5px rgb(187 119 125 / 34%), 3px -3px 5px rgb(255 224 0 / 20%);
	border-radius: 10px;
}

.item-2 {
	padding: 10px;
	background: #ffffff70;
	border: 1px solid #bb777d;
	border-radius: 24px;
}

.item-3 {
	padding: 10px;
	margin: 7px 0px;
}

/* =======================================================
ページトップ＆画面右下の固定
======================================================= */
#page_top {
	width: 45px;
	height: 45px;
	border-radius: 60px;
	position: fixed;
	right: 15vw;
	bottom: 20px;
	background-color: var(--thema-color-sub-1);
	z-index: 3;
	box-shadow: 0px 0px 30px #ffffffba;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 1500px) {
	#page_top {
		right: 10vw;
	}
}

@media screen and (max-width: 1024px) {
	#page_top {
		right: 5vw;
	}
}

@media screen and (max-width: 600px) {
	#page_top {
		right: 3vw;
		bottom: 70px;
	}
}

#page_top a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 54px;
	text-decoration: none;
}

#page_top a::before {
	font-family: "Font Awesome 6 pro";
	font-weight: 900;
	content: "\f106";
	font-size: 24px;
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* =======================================================
制作の流れ
======================================================= */
ul {
	padding: 0;
}

li.none {
	list-style-type: none;
}

dd {
	margin-left: 0;
}

.flow {
	border: 3px solid #bb777d;
	border-radius: 20px;
	background: #fff8f3;
	margin-top: 20px;
}

.flow>li.none {
	padding: 20px;
}

.flow>li.none:not(:last-child) {
	border-bottom: 3px solid #bb777d;
	position: relative;
}

.flow>li.none:not(:last-child)::before,
.flow>li.none:not(:last-child)::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
}

.flow>li.none:not(:last-child)::before {
	border-width: 22px;
	border-top-color: #bb777d;
}

.flow>li.none:not(:last-child)::after {
	margin-top: -1px;
	border-width: 18px;
	border-top-color: #fff8f3;
}

.flow>li.none dl {
	margin: 0;
	display: block;
}

.flow>li.none dl dt {
	font-size: 18px;
	font-weight: bold;
	color: #bb777d;
	flex-basis: 28%;
	margin-right: 2vw;
	text-align: left;
}

.flow>li.none dl dt .icon {
	font-size: 33px;
	margin-right: 20px;
	margin-left: -20px;
	padding-left: 15px;
}

/* =======================================================
制作の流れ／ポイント
======================================================= */
.flow-box {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: solid 2px #e7e4e4;
	top: 20px;
	border-radius: 0px 15px 15px 15px;
}

.flow-box .flow-box-title {
	position: absolute;
	display: inline-block;
	top: -26px;
	left: -2px;
	padding: 0 9px;
	height: 25px;
	line-height: 24px;
	font-size: 12px;
	background: #e7e4e4;
	color: #484545;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}

.flow-box p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: left;
}

/* =======================================================
よくある質問
======================================================= */
.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}

.cp_qa .cp_actab>input {
	position: absolute;
	opacity: 0;
}

.cp_qa .cp_actab>label {
	font-weight: bold;
	font-size: 19px;
	text-align: left;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 20px 0 0;
	padding: 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	color: #bb777d;
	background: #f7e6e0;
	border: 3px solid #bb777d;
}

@media screen and (max-width: 600px) {
	.cp_qa .cp_actab>label {
		font-size: 16px;
	}
}

.cp_qa .cp_actab>label::before {
	font-family: sans-serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}

.cp_qa .cp_actab>label:hover {
	transition: all 0.3s;
	color: #bb777d;
}

.cp_qa .cp_actab>label::after {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2.5em;
	position: absolute;
	top: 0;
	right: 0;
	font-family: "FontAwesome", "メイリオ", "Meiryo", sans-serif;
	content: '\f107';
	display: inline-block;
	width: 2em;
	height: 2em;
	transition: transform 0.4s;
}

.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	text-align: left;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
	background: #fff8f3;
}

.cp_qa .cp_actab .cp_actab-content::before {
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	position: absolute;
	margin: 0.4em 0 0 -1.2em;
	padding: 0;
	content: 'A';
	color: #bb777d;
}

.cp_qa .cp_actab .cp_actab-content p {
	padding: 15px;
}

@media screen and (max-width: 600px) {
	.cp_qa .cp_actab .cp_actab-content p {
		padding: 5px;
	}
}

.cp_qa .cp_actab>input:checked~.cp_actab-content {
	max-height: 100em;
	border: 3px solid #bb777d;
	margin-top: -8px;
}

.cp_qa .cp_actab>input:checked~label {
	color: #bb777d;
	border-radius: 0.5em 0.5em 0 0;
}

.cp_qa .cp_actab>input[type=checkbox]:checked+label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

/* =======================================================
スマホ／ボトムナビゲーション
======================================================= */
.bottom-sticky-nav {
	display: none;
}

@media (max-width: 720px) {
	.bottom-sticky-nav {
		height: 50px;
		position: fixed;
		display: block;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 100;
	}

	.bottom-sticky-nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		justify-content: space-evenly;
	}

	.bottom-sticky-nav ul li {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.bottom-sticky-nav ul li a {
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		padding-top: 7px;
		padding-bottom: 10px;
		height: 50px;
		color: #775a3e;
		background-color: #f3f1f1ed;
		margin-top: -14px;
		text-decoration: none;
		font-weight: 500;
		box-shadow: 0px 2px 5px #280303ba;
	}

	.bottom-sticky-nav ul li a:hover,
	.bottom-sticky-nav ul li a:focus {
		text-decoration: none;
	}

	.bottom-sticky-nav ul li a.is-active {
		background: var(--thema-color-1);
		color: #ffffff;
	}

	.bottom-sticky-nav ul li a i {
		font-size: 18px;
	}

	.bottom-sticky-nav ul li a span {
		font-size: 14px;
		line-height: 2.5;
	}

	footer {
		margin-bottom: 50px;
	}
}


/* =======================================================
見積金額をフッターに固定
======================================================= */
form#mailformpro dl dt.fixed_dt {
	z-index: 2;
	border-top: none;
	background: #bb777d;
	color: #fff;
	font-size: 18px;
	padding-bottom: 8px;
	padding-left: 30px;
}

form#mailformpro dl dt.fixed_dt span {
	color: #fff !important;
}

form#mailformpro dl dd.fixed_dd {
	z-index: 1;
	border-bottom: none;
	background: #bb777d;
	color: #fff;
}

form#mailformpro dl dd.fixed_dd #mfp_price {
	color: #fff !important;
}

form#mailformpro dl dd.fixed_dd #mfp_price span {
	color: #fff !important;
}

@media screen and (min-width: 569px) {
	form#mailformpro dl dt.fixed_dt {
		position: fixed;
		bottom: -20px;
		left: 240px;
		padding: 0;
		height: 80px;
		line-height: 20px;
		left: 200px;
	}

	form#mailformpro dl dt.fixed_dt::after {
		content: "";
		position: fixed;
		bottom: 13px;
		left: 400px;
		height: 54px;
		width: 1px;
		background: #fff;
	}

	form#mailformpro dl dd.fixed_dd {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding-top: 0;
		padding-bottom: 0;
		height: 80px;
		line-height: 80px;
		padding-left: 300px;
		font-size: 32px;
		font-weight: bold;
	}

	form#mailformpro dl dd.fixed_dd #mfp_price {
		padding: 0;
		padding-left: 150px;
	}
}

@media screen and (max-width: 600px) {

	form#mailformpro dl dt.fixed_dt {
		position: fixed;
		bottom: 50px;
		left: 0;
		width: 100% !important;
		padding-top: 8px;
		font-size: 16px;
	}

	form#mailformpro dl dt.fixed_dt::after {
		content: "";
		position: fixed;
		bottom: 54px;
		left: 3%;
		height: 1px;
		width: 94%;
		background: #fff;
	}

	form#mailformpro dl dt.fixed_dt span {
		display: block;
		padding: 5px 15px;
	}

	form#mailformpro dl dd.fixed_dd {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50px;
		line-height: 50px;
		padding-top: 0;
		padding-bottom: 0;
		font-size: 32px;
		font-weight: bold;
	}

	form#mailformpro dl dd.fixed_dd #mfp_price {
		padding-right: 30px;
		text-align: right;
		padding-top: 0px;
		margin-top: -5px;
	}
}

/* =======================================================
ボックス／よくある質問
======================================================= */
.box-1 {
	padding: 0px;
	margin: auto;
}

.box-2 {
	padding: 1em 0.7em;
	margin: 30px 0px;
	border-radius: 20px;
	border-width: 2px;
	border-style: solid;
	border-color: #e0c1bd;
	background-color: #fffbf7
}

.box-3 {
	margin: -23px 0px 0px 0px;
	padding: 10px 30px 30px 30px;
	background-color: #fff6;
	border-radius: 0px 0px 10px 10px;
}

@media screen and (max-width: 1200px) {
	.box-3 {
		padding: 10px;
	}
}

/* =======================================================
PCのみ表示
======================================================= */
@media screen and (max-width: 600px) {
	.sp_br {
		display: none;
	}
}

/* =======================================================
PC表示（スマホ非表示）
======================================================= */
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

/* =======================================================
スマホ表示（PC非表示）
======================================================= */
@media only screen and (max-width: 800px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}

/* =======================================================
モーダル画面
======================================================= */
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
	background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
	background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
	font-size: 1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
	padding: 0;
}

/*以下はコンテンツ内のレイアウト*/
.info-list dl,
.gallery-list {
	display: flex;
}

.info-list dt {
	margin: 0 10px 0 0;
}

.gallery-list li {
	margin: 0 10px 0 0;
}

/* =======================================================
ナビゲーション／ハンバーガー
======================================================= */
#hamburger .btn-gNav {
	position: fixed;
	text-align: center;
	right: 15vw;
	z-index: 3;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 400ms;
	background-color: var(--thema-color-sub-1);
	width: 60px;
	height: 60px;
	border-radius: 60px;
	box-shadow: 0px 0px 30px #ffffffba;
}

@media screen and (max-width: 1500px) {
	#hamburger .btn-gNav {
		right: 10vw;
	}
}

@media screen and (max-width: 1000px) {
	#hamburger .btn-gNav {
		right: 5vw;
	}
}

@media screen and (max-width: 600px) {
	#hamburger .btn-gNav {
		right: 3vw;
	}

	#hamburger .btn-gNav {
		top: 3px;
		right: 0;
	}

	#gNav {
		padding-top: 68px;
		font-size: 14px;
	}

	#gNav .gNav-menu li {
		padding: 13px;
	}
}

#gNav.open {
	right: 10vw;
}

@media screen and (max-width: 1500px) {
	#gNav.open {
		right: 5vw;
	}
}

@media screen and (max-width: 1000px) {
	#gNav.open {
		right: 0;
	}
}

#hamburger .btn-gNav span {
	position: absolute;
	width: 65%;
	height: 4px;
	background: white;
	border-radius: 10px;
	transition: all 400ms;
	margin-top: 17px;
	margin-left: -19px;
}

#hamburger .btn-gNav span:nth-child(1) {
	top: 23px;
}

#hamburger .btn-gNav span:nth-child(2) {
	top: -2px;
}

#hamburger .btn-gNav span:nth-child(3) {
	top: 11px;
}

#hamburger .btn-gNav.open span:nth-child(1) {
	background: white;
	top: 10px;
	transform: rotate(-45deg);
	transform-origin: 50% 50%;
}

#hamburger .btn-gNav.open span:nth-child(2),
#hamburger .btn-gNav.open span:nth-child(3) {
	top: 10px;
	background: white;
	transform: rotate(45deg);
	transform-origin: 50% 50%;
}

#gNav {
	position: fixed;
	top: 0;
	right: -100%;
	background: #bb777dde;
	font-size: 16px;
	box-sizing: border-box;
	z-index: 2;
	padding-top: 113px;
	transition: .3s;
}

#gNav .gNav-menu {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 0;
}

#gNav .gNav-menu li {
	display: block;
	padding: 20px 30px;
	border-top: dotted 1px white;
}

#gNav .gNav-menu li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-shadow: 0px 0px 5px #000000ba;
	font-weight: 700;
	text-align: left;
}

/* =======================================================
サンプルのボタン
======================================================= */
.btn-sample {
	display: block;
	position: relative;
	padding: 8px 5px;
	color: white;
	margin: auto;
	border-radius: 40px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

@media screen and (max-width: 600px) {
	.btn-sample {
		padding: 5px;
		font-size: 14px;
	}
}

.btn-sample:hover {
	opacity: 0.6;
}

/* =======================================================
ボタン
======================================================= */
.simple_square_btn-thankyou {
	font-size: 1.3em;
	color: #ffffff;
	background: #bb777d;
	display: block;
	border-radius: 30px;
	transition: all 0.5s;
	border: 1px solid #a9827b;
	margin: auto;
	padding: 7px 20px;
	font-weight: bold;
	text-decoration: none;
	width: 30%;
}

@media screen and (max-width: 600px) {
	.simple_square_btn-thankyou {
		width: 80%;
	}
}

/* =======================================================
アコーディオン／＋－
======================================================= */

/*デザインサンプル*/
.sample .accordion_one .accordion_header {
	margin: 24px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 33px 5px 5px;
	position: relative;
	z-index: 0;
	cursor: pointer;
	transition-duration: 0.1s;
	border-radius: 30px;
}

@media screen and (max-width: 600px) {
	.sample .accordion_one .accordion_header {
		font-size: 14px;
	}
}

.sample .accordion_one .accordion_header:hover {
	opacity: 0.6;
}

.sample .accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	box-sizing: border-box;
	transform: rotate(45deg);
	transform-origin: center;
	transition-duration: 0.1s;
}

.sample .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	transform: rotate(45deg);
	transform-origin: center;
	transition-duration: 0.1s;
	position: relative;
}

.sample .accordion_one .accordion_header.open .i_box {
	transform: rotate(-360deg);
}

.sample .accordion_one .accordion_header .i_box .one_i:before,
.sample .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: white;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	transform: rotate(0deg);
	transform-origin: center;
}

.sample .accordion_one .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}

.sample .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}

.sample .accordion_one .accordion_header.open .i_box .one_i:after {
	transform: rotate(-45deg);
}

.sample .accordion_one .accordion_inner {
	display: none;
	box-sizing: border-box;
}

.sample .accordion_one .accordion_inner .box_one {
	height: auto;
	padding-bottom: 30px;
	font-size: 14px;
}

/*ホームページでできること*/
.can .accordion_one {
	max-width: 900px;
	margin: 0 auto;
}

.can .accordion_one .accordion_header {
	background: #d1aea0;
	color: white;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	position: relative;
	padding-right: 27px;
	z-index: 0;
	cursor: pointer;
	transition-duration: 0.1s;
	border-radius: 30px;
}

@media screen and (max-width: 600px) {
	.can .accordion_one .accordion_header {
		font-size: 14px;
	}
}

.can .accordion_one .accordion_header:hover {
	opacity: 0.6;
}

.can .accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	box-sizing: border-box;
	transform: rotate(45deg);
	transform-origin: center;
	transition-duration: 0.1s;
}

.can .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	transform: rotate(45deg);
	transform-origin: center;
	transition-duration: 0.1s;
	position: relative;
}

.can .accordion_one .accordion_header.open .i_box {
	transform: rotate(-360deg);
}

.can .accordion_one .accordion_header .i_box .one_i:before,
.can .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: white;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	transform: rotate(0deg);
	transform-origin: center;
}

.can .accordion_one .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}

.can .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}

.can .accordion_one .accordion_header.open .i_box .one_i:after {
	transform: rotate(-45deg);
}

.can .accordion_one .accordion_inner {
	display: none;
	padding: 20px 0;
	box-sizing: border-box;
}

.can .accordion_one .accordion_inner .box_one {
	height: auto;
	padding-bottom: 30px;
	font-size: 14px;
}

.can .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}

.can .accordion_one .accordion_inner .closeArea {
	width: 100%;
}

@media screen and (max-width: 600px) {
	.can .accordion_one .accordion_inner .closeArea {
		width: 100%;
	}
}

.can .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #d1aea0;
	text-decoration: none;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	transition-duration: 0.1s;
	border-radius: 30px;
	padding-left: 20px;
}

@media screen and (max-width: 600px) {
	.can .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
		padding-left: -10px;
		margin: 0;
	}
}

.can .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
	opacity: 0.6;
}

.can .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 10%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}

.can .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 18px;
	height: 18px;
}

.can .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before,
.can .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	transform: rotate(-45deg);
	transform-origin: center;
}

.can .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}


/* =======================================================
アコーディオン／グラデーション
======================================================= */

.accordion-box-1 {
	position: relative;
}

.accordion-box-1>label {
	height: 200px;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-left: -50%;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--thema-color-body) 90%);
}

.accordion-box-1>input:checked+label {
	background: inherit;
}

.accordion-box-1>label:after {
	font-family: "FontAwesome", "メイリオ", "Meiryo", sans-serif;
	content: '\f107' '　もっとみる';
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 2.5rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	color: #757575;
	background-color: #f1f3f4;
	width: 97%;
	border-radius: 30px;
	border: 1px solid #dadce0;
	z-index: 1;
	pointer-events: all;
}

.accordion-box-1>label:before {
	font-weight: 700;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-140px, 0);
	background-color: #fff;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.accordion-box-1 .accordion-container {
	overflow: hidden;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.accordion-box-1 .accordion-container {
	height: 380px;
}

.accordion-box-1>input:checked+label:after {
	font-family: "FontAwesome", "メイリオ", "Meiryo", sans-serif;
	content: '\f00d' '　閉じる';
	pointer-events: all;
}

.accordion-box-1>input:checked~.accordion-container {
	height: auto;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.accordion-box-1>input:checked~.accordion-container {
	padding-bottom: 100px;
}