@charset "EUC-JP";



/* ------------------------------
	.head_ttl_box
------------------------------ */
.head_ttl_box{
	background: url(../img/price/head_img.png) no-repeat center center;
	background-size: 100%;
}


@media screen and (max-width: 768px){
	.head_ttl_box{
		background: url(../img/price/head_img_sp.png) no-repeat center center;
		background-size: cover;
	}
}



/* ------------------------------
	.sec_ttl
------------------------------ */
.sec_ttl{
	text-align: center;
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.6;
}


@media screen and (max-width: 768px){
	.sec_ttl{
		font-size: 2.0rem;
	}
}


/* ------------------------------
	.price
------------------------------ */
.price{
	padding: 85px 0 260px;
}

.price .sec_ttl{
	margin-bottom: 40px;
}

.price .lead{
	line-height: 2;
	font-size: 1.5rem;
}


@media screen and (max-width: 768px){
	.price{
		padding: 25px 0 60px;
	}

	.price .sec_ttl{
		margin-bottom: 20px;
	}

	.price .lead{
		line-height: 1.6;
	}
}



/* ------------------------------
	.compare
------------------------------ */
.compare{
	padding: 125px 0 150px;
}

.compare .sec_ttl{
	font-size: 3.0rem;
	margin-bottom: 30px;
}

.compare table{
	width: 100%;
	background-color: #fff;
	border: 1px solid #a1925d;
	border-radius: 15px;
	border-spacing: 0;
	overflow: hidden;
}

.compare th{
	height: 90px;
	padding-top: 5px;
	text-align: center;
	font-size: 2.1rem;
	border-top: 1px solid #dcd7c4;
	background-color: #e0e0e0;
}

.compare tr:first-child th{
	height: 50px;
	font-size: 2.4rem;
	border-top: 0;
	border-left: 1px solid #a1925d;
}
.compare tr:first-child th:first-child{
	border-left: 0;
	border-radius: 10px 0 0 0;
}
.compare tr:first-child th:last-child{
	border-radius: 0 10px 0 0;
}
.compare tr:last-child th:first-child{
	border-radius: 0 0 0 10px;
}
.compare tr:last-child th:last-child{
	border-radius: 0 0 10px 0;
}

.compare tr:nth-child(2) th,
.compare tr:nth-child(2) td{
	border-top: 1px solid #a1925d;
}

.price .bg_ye,
.price .bg_bk{
	color: #fff;
	font-weight: bold;
}
.price .bg_ye{
	background-color: #a1925d;
}
.price .bg_bk{
	background-color: #333;
}

.compare td{
	height: 90px;
	padding-top: 5px;
	border-top: 1px solid #dcd7c4;
	border-left: 1px solid #a1925d;
	text-align: center;
	font-size: 2.2rem;
}

.compare td:last-child{
	font-weight: bold;
}

.compare td span{
	font-size: 1.8rem;
	vertical-align: super;
}

.compare dl{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	margin-top: 30px;
	border: 1px solid #a1925d;
	border-radius: 15px;
	overflow: hidden;
	background-color: #e0e0e0;
}

.compare dt{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 100%;
	padding: 0 45px;
	font-size: 2.2rem;
	font-weight: bold;
}

.compare dd{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 55px;
	background-color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
}

.compare dd span + span{
	margin-left: 2em;
}

.compare dd .note{
	font-size: 1.6rem;
	font-weight: normal;
}

.compare .price_box{
	position: relative;
	height: 225px;
	padding: 50px 45px 40px;
	margin-top: 100px;
	background-color: #ebe8e0;
	border-radius: 10px;
}

.compare .price_box .price_ttl{
	margin-bottom: 15px;
	font-size: 3.0rem;
	font-weight: bold;
}

.compare .txt{
	max-width: 530px;
	font-size: 1.5rem;
	line-height: 2;
}

.compare .price_box .img{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 402px;
}
.compare .price_box .img img{
	vertical-align: middle;
}


@media screen and (max-width: 768px) {
	.compare{
		padding: 35px 0 25px;
	}

	.compare .sec_ttl{
		font-size: 1.8rem;
		margin-bottom: 15px;
	}

	.compare table{
		border-radius: 8px;
	}

	.compare th{
		height: 10vw;
		padding: 0;
		font-size: 3vw;
		line-height: 1.3;
	}

	.compare tr:first-child th{
		height: 6vw;
		font-size: 3vw;
		font-weight: bold;
	}

	.compare tr:first-child th:first-child,
	.compare tr:first-child th:last-child,
	.compare tr:last-child th:first-child,
	.compare tr:last-child th:last-child{
		border-radius: 0;
	}

	.compare td{
		height: 45px;
		padding-top: 0;
		font-size: 3vw;
	}

	.compare td span{
		font-size: 1.0rem;
	}

	.compare dl{
		flex-wrap: wrap;
		height: initial;
		margin-top: 20px;
		border-radius: 8px;
	}

	.compare dt{
		width: 100%;
		padding: 15px 0;
		font-size: 1.3rem;
	}

	.compare dd{
		justify-content: center;
		padding: 10px 0;
		text-align: center;
		font-size: 1.3rem;
	}

	.compare dd .note{
		font-size: 1.1rem;
	}

	.compare dd span + span{
		margin-left: 1em;
	}

	.compare .price_box{
		height: initial;
		min-height: 240px;
		padding: 20px 0 20px 5%;
		margin-top: 40px;
		border-radius: 6px;
	}

	.compare .price_box .price_ttl{
		margin-bottom: 10px;
		font-size: 1.8rem;
		line-height: 1.5;
	}

	.compare .txt{
		padding-right: 90px;
		line-height: 1.5;
		font-size: 1.4rem;
		word-break: break-all;
	}

	.compare .price_box .img{
		right: 0;
		max-width: 117px;
	}
}



/* ------------------------------
	.free
------------------------------ */
.free{
	padding-bottom: 175px;
}

.free .sec_ttl{
	margin-bottom: 40px;
	font-size: 3.0rem;
}

.free .free_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.free .free_box > div{
	width: 23%;
}

.free .free_box .img{
	width: 100%;
	height: 235px;
	border: 1px solid #dcd7c4;
	border-radius: 15px;
}

.free .free_box > div:nth-child(1) .img{
	background: url(../img/price/free_ico01.png) no-repeat center center;
	background-size: 170px;
}
.free .free_box > div:nth-child(2) .img{
	background: url(../img/price/free_ico02.png) no-repeat center center;
	background-size: 170px;
}
.free .free_box > div:nth-child(3) .img{
	background: url(../img/price/free_ico03.png) no-repeat center center;
	background-size: 95px;
}
.free .free_box > div:nth-child(4) .img{
	background: url(../img/price/free_ico04.png) no-repeat center center;
	background-size: 76px;
}

.free .free_box p{
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}


@media screen and (max-width: 768px) {
	.free{
		padding: 25px 0 35px;
	}

	.free .sec_ttl{
		margin-bottom: 25px;
		font-size: 1.8rem;
	}

	.free .lead{
		margin-bottom: 25px;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	.free .free_box{
		flex-wrap: wrap;
	}

	.free .free_box > div{
		width: 45vw;
	}

	.free .free_box .img{
		height: 45vw;
		border-radius: 8px;
	}

	.free .free_box > div:nth-child(1) .img{
		background-size: 117px;
	}
	.free .free_box > div:nth-child(2) .img{
		background-size: 117px;
	}
	.free .free_box > div:nth-child(3) .img{
		background-size: 65px;
	}
	.free .free_box > div:nth-child(4) .img{
		background-size: 52px;
	}

	.free .free_box p{
		margin: 10px 0 15px;
		font-size: 1.2rem;
	}
}



/* ------------------------------
	.cancel
------------------------------ */
.cancel .sec_ttl{
	font-size: 3.0rem;
}

.cancel_box{
	display: flex;
	justify-content: space-between;
}

.cancel_box .txt{
	max-width: 565px;
	font-size: 1.5rem;
	line-height: 2;
}

.cancel_box table{
	width: 100%;
	max-width: 390px;
	background-color: #fff;
	border: 1px solid #a1925d;
	border-radius: 15px;
	border-spacing: 0;
	overflow: hidden;
}

.cancel_box th{
	height: 60px;
	padding-top: 5px;
	text-align: center;
	font-size: 2.1rem;
	border-top: 1px solid #dcd7c4;
	background-color: #e0e0e0;
	font-weight: bold;
}

.cancel_box tr:first-child th{
	border-top: 0;
	border-left: 1px solid #a1925d;
}
.cancel_box tr:first-child th:first-child{
	border-left: 0;
	border-radius: 10px 0 0 0;
}
.cancel_box tr:first-child th:last-child{
	border-radius: 0 10px 0 0;
}
.cancel_box tr:last-child th:first-child{
	border-radius: 0 0 0 10px;
}
.cancel_box tr:last-child th:last-child{
	border-radius: 0 0 10px 0;
}

.cancel_box tr:nth-child(2) th,
.cancel_box tr:nth-child(2) td{
	border-top: 1px solid #a1925d;
}

.cancel_box td{
	height: 60px;
	padding-top: 5px;
	border-top: 1px solid #dcd7c4;
	border-left: 1px solid #a1925d;
	text-align: center;
	font-size: 2.1rem;
	font-weight: bold;
}


@media screen and (max-width: 768px) {
	.cancel .sec_ttl{
		margin-bottom: 20px;
		font-size: 1.8rem;
	}

	.cancel_box .txt{
		max-width: 100%;
		width: 100%;
		margin-bottom: 25px;
		line-height: 1.6;
	}

	.cancel_box{
		flex-wrap: wrap;
		justify-content: center;
	}

	.cancel_box table{
		max-width: 250px;
		border-radius: 8px;
	}

	.cancel_box tr:first-child th:first-child,
	.cancel_box tr:first-child th:last-child,
	.cancel_box tr:last-child th:first-child,
	.cancel_box tr:last-child th:last-child{
		border-radius: 0;
	}

	.cancel_box th{
		height: 45px;
		padding: 0;
		font-size: 1.3rem;
		line-height: 1.3;
	}

	.cancel_box td{
		height: 45px;
		padding-top: 0;
		font-size: 1.3rem;
	}
}







/* ------------------------------
	.venue
------------------------------ */
.venue{
	padding: 35px 0 180px;
}

.venue .sec_ttl{
	margin-bottom: 40px;
}

.venue .lead{
	line-height: 2;
	font-size: 1.5rem;
}

.venue_list{
	padding: 70px 0 175px;
}

.venue_list .img_box{
	position: relative;
}
.venue_list .img_box img{
	width: 100%;
	vertical-align: middle;
}

.venue_list .img_box .img_txt{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 73px;
	height: 43px;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
}

.venue .red{
	background-color: #b4465b;
}
.venue .blue{
	background-color: #3463a6;
}
.venue .yellow{
	background-color: #cf8c37;
}
.venue .green{
	background-color: #5d6d48;
}
.venue .orange{
	background-color: #c95a19;
}
.venue .lightblue{
	background-color: #57a4aa;
}
.venue .purple{
	background-color: #5b5f8d;
}

.venue_list ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 130px;
}

.venue_list li{
	width: 30%;
	margin-bottom: 40px;
}

.venue_list li{
	margin-right: 5%;
}
.venue_list li:nth-child(3n){
	margin-right: 0;
}

.venue_list li .txt{
	margin-top: 10px;
	line-height: 1.3;
	font-size: 1.5rem;
}

.sp_hide_btn{
	display: none;
}


@media screen and (max-width: 768px) {
	.venue{
		padding: 20px 0 0;
	}

	.venue .sec_ttl{
		margin-bottom: 25px;
		font-size: 2.0rem;
	}

	.venue .lead{
		margin-bottom: 30px;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	.venue_list{
		padding: 40px 0 0;
	}

	.venue_list ul{
		margin-top: 0;
	}

	.venue_list li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 15px;
	}

	.venue_list li:nth-child(3n){
		margin-right: 4%;
	}
	.venue_list li:nth-child(even){
		margin-right: 0;
	}

	.venue_list .img_box .img_txt{
		width: 50px;
		height: 29px;
		font-size: 1.2rem;
	}

	.venue_list li .txt{
		margin-top: 5px;
		font-size: 1.2rem;
	}

	.venue_list .sp_hide{
		display: none;
	}

	.venue_list .sp_hide.open{
		display: block;
	}

	.sp_hide_btn{
		display: block;
		padding: 13px 0;
		margin-top: 10px;
		background: #A1925D url(../img/price/ico_arrow.png) no-repeat 92% center;
		background-size: 22px;
		border-radius: 30px;
		font-size: 1.5rem;
		cursor: pointer;
	}
	.sp_hide_btn.open{
		display: none;
	}
}



/* ------------------------------
	.question
------------------------------ */
.question{
	padding-bottom: 210px;
}

.question .sec_ttl{
	font-size: 3.0rem;
	margin-bottom: 50px;
}

.question .wrap{
	position: relative;
}

.question_box dl{
	padding: 35px 55px;
	border: 1px solid #a1925d;
	border-radius: 15px;
}

.question_box dl + dl{
	margin-top: 15px;
}

.question_box dt{
	margin-bottom: 10px;
	font-size: 2.5rem;
	font-weight: bold;
}

.question_box dt::before{
	content: "";
	display: inline-block;
	width: 48px;
	height: 46px;
	margin-right: 15px;
	background: url(../img/index/question_ico01.png) no-repeat center center;
	background-size: 48px;
	vertical-align: middle;
}

.question_box dd{
	font-size: 1.5rem;
	line-height: 2;
}

.question_box dd::before{
	content: "A. ";
}


@media screen and (max-width: 768px){
	.question{
		padding: 60px 0;
	}

	.question .wrap{
		width: 100%;
	}

	.question .sec_ttl{
		font-size: 2.0rem;
		margin-bottom: 30px;
	}

	.question_box{
		position: relative;
	}

	.question_box dl{
		margin: 0 3vw;
		padding: 25px 5vw;
		border-radius: 10px;
	}

	.question_box dt{
		position: relative;
		display: flex;
		align-items: center;
		min-height: 2.6em;
		padding-left: 55px;
		font-size: 2.0rem;
		line-height: 1.3;
	}

	.question_box dt::before{
		position: absolute;
		left: 0;
		top: 5px;
		width: 44px;
		height: 42px;
		background-size: 100%;
	}

	.question_box dd{
		margin-top: 10px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
}



/* ------------------------------
	.staff
------------------------------ */
.staff .sec_ttl{
	margin-bottom: 40px;
	font-size: 3.0rem;
}

.staff .staff_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.staff .staff_box > div{
	display: flex;
	justify-content: space-between;
	width: 48%;
	margin-bottom: 40px;
}

.staff .staff_box .img{
	width: 34.6%;
}
.staff .staff_box .img img{
	vertical-align: middle;
}

.staff .staff_box .txt{
	width: 60%;
}

.staff .staff_box .staff_name{
	display: flex;
	align-items: center;
	padding-top: 3px;
	background-color: #fff;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
}

.staff .staff_name span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 105px;
	height: 28px;
	margin-top: -3px;
	margin-right: 10px;
	padding-top: 2px;
	color: #fff;
	font-size: 1.7rem;
	text-align: center;
}

.staff .staff_name.red{
	color: #b4465b;
}
.staff .staff_name.red span{
	background-color: #b4465b;
}
.staff .staff_name.blue{
	color: #3463a6;
}
.staff .staff_name.blue span{
	background-color: #3463a6;
}
.staff .staff_name.yellow{
	color: #cf8c37;
}
.staff .staff_name.yellow span{
	background-color: #cf8c37;
}
.staff .staff_name.green{
	color: #5d6d48;
}
.staff .staff_name.green span{
	background-color: #5d6d48;
}
.staff .staff_name.orange{
	color: #c95a19;
}
.staff .staff_name.orange span{
	background-color: #c95a19;
}
.staff .staff_name.lightblue{
	color: #57a4aa;
}
.staff .staff_name.lightblue span{
	background-color: #57a4aa;
}
.staff .staff_name.purple{
	color: #5b5f8d;
}
.staff .staff_name.purple span{
	background-color: #5b5f8d;
}

.staff .staff_name + p{
	margin-top: 15px;
	font-size: 1.5rem;
	line-height: 2;
}

.staff .btn_box{
	margin-top: 20px;
}

.staff .btn_box p{
	text-align: right;
}

.staff .btn_box p + p{
	margin-top: 40px;
}

.staff .btn_box a{
	text-decoration: underline;
}
.staff .btn_box a:hover{
	text-decoration: none;
}


@media screen and (max-width: 768px) {
	.staff{
		padding: 0 0 100px;
	}

	.staff .sec_ttl{
		margin-bottom: 25px;
		font-size: 2.0rem;
	}

	.staff .lead{
		margin-bottom: 25px;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	.staff .staff_box{
		flex-wrap: wrap;
	}

	.staff .staff_box > div{
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 30px;
	}

	.staff .staff_box .img{
		width: 100%;
		text-align: center;
	}
	.staff .staff_box .img img{
		max-width: 130px;
	}

	.staff .staff_box .staff_name{
		margin-top: 15px;
		padding-top: 0;
		font-size: 1.5rem;
	}

	.staff .staff_name span{
		width: 75px;
		height: 20px;
		margin-top: 0;
		font-size: 1.2rem;
	}

	.staff .staff_box .txt{
		width: 100%;
	}

	.staff .staff_name + p{
		margin-top: 10px;
		line-height: 1.6;
	}

	.staff .btn_box{
		margin-top: 0;
	}

	.staff .btn_box p + p{
		margin-top: 25px;
	}

	.staff .btn_box a{
		font-size: 1.2rem;
	}
}