@charset "UTF-8";

section.balloon {
	width: 100%;
	position: fixed;
	z-index: 9999999;
	bottom: 0px;
	left: 0px;
	display:none;
	background: #FFFFFF;
	border-top: 1px solid #a7a7a7;
}

.balloon-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 80px;
	justify-content: center;
	width: 90%;
	max-width: 100%;
	box-sizing: border-box;
	padding-top: 20px;
	gap: 2%;
}

.balloon-inner a{
	display: flex;
	align-items: center;
	border-radius:10px 10px 0px 0px;
	width: 50%;
	justify-content: center;
	font-size:clamp(0.75rem, 0.267rem + 2.41vw, 1.625rem);
	font-weight: bold;
}

.balloon-inner a:first-child{
	background: #ff7bac;
	color: #ffe4ed;
}
.balloon-inner a:last-child{
	background: #008cd6;
	color: #f8ec24;
}

@media screen and (max-width:768px) {
	.header {
		height: 50px;
		margin-top: 0px;
	}
	.header .header-inner{
		width:100%;
		padding: 20px 5px;
	}
	.header .header-inner nav.global-nav ul li{
		margin-left: 3px;
		margin-right: 3px;
		width: 100%;
	}
}

section.fv {
	width: 100%;
	margin-bottom:30px;
}

@media ( max-width :767px) {
	section.fv {

	}
}
.inner{
	width:min(97%,900px);
	margin:0 auto;
	padding-bottom: 15.5%;
}
.inner img{
	width:100%;
	margin-bottom:20px;
}
@media ( max-width :768px) {
	.inner{
		padding-bottom: 30%;
	}
}


.btn-link{
	margin-bottom: 8%;
	display: block;
}



h2{
	text-align: center;
	margin-bottom: 6.5%;
	position: relative;
}
h2:before{
	content: '';
	background-image: url(../img/index/h2-bg.png);
	background-repeat: no-repeat;
	width: 15%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 10px;
	background-position: center;
}
h2:after{
	content: '';
	background-image: url(../img/index/h2-bg.png);
	background-repeat: no-repeat;
	width: 15%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 10px;
	background-position: center;
}
h2 .tit-en{
	font-size: clamp(0.675rem, 0.793rem + 1.03vw, 1.875rem);
	font-weight: bold;
	margin-bottom: 10px;
}
h2 .tit-jp{
	font-size:clamp(0.875rem, 0.254rem + 3.1vw, 2.725rem);
	font-weight: bold;
}

@media ( max-width :767px) {
	.price{
		margin-top: -100px;
		background: #ffffff;
		display: inline-block;
		border-radius: 20px;
		padding: 30px 10px;
		margin-bottom: -50px;
	}
	.price img{
		margin-bottom: 0px;
	}
}

.guide{
	width: 100%;
	margin-bottom:10%;
}
.guide img{
	margin-bottom:10px;
}

.voice{
	width: 100%;
	margin-bottom:10%;
}

.qanda {
	background-color:#f2f2f2;
	padding-top: 10%;
	padding-bottom: 10%;
	width: 100%;
	margin-bottom:10%;
}

.qanda .qanda-inner{
	width:95%;
	margin: 0 auto;
}

.qanda .qanda-row {
	margin-bottom: 10px;
	background: #FFFFFF;
}

.qanda .qanda-row .toggle {
	display: none;
}

.qanda .qanda-row .qanda-q {
	color: #008cd6;
	font-weight: bold;
	font-size: clamp(0.875rem, 0.194rem + 3.1vw, 2.106rem);
	position: relative;
	display: block;
	padding: 4% 110px 4% 20px;
	line-height: 140%;

}

.qanda .qanda-row .qanda-q:after {
	content: '';
	background-color: #c7b299;
	background-image: url(../img/index/qanda-q-after.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 10px;
	background-position: center;
	background-size: 50%;
}

.qanda .qanda-row .qanda-a {
	position: relative;
	height: 0;
	overflow: hidden;
}

.qanda-q, .qanda-a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all 0.3s;
}

.toggle:checked+.qanda-q+.qanda-a {
	height: auto;
	transition: all .3s;
	padding: 20px 30px;
	font-size: clamp(0.875rem, 0.254rem + 3.1vw, 1.656rem);
	line-height: 140%;
	font-weight: bold;
}

.toggle:checked+.qanda-q::after {
	background-image: url(../img/index/qanda-q-after-close.png) !important;
}

@media ( max-width :767px) {
	.qanda .qanda-row .qanda-q {
		padding: 4% 100px 4% 20px;
	}
	.qanda .qanda-row .qanda-q:after {
		width: 80px;
	}
}
@media ( max-width :480px) {
	.qanda .qanda-row .qanda-q:after {
		width: 60px;
	}
}











