@charset "UTF-8";

/*commonに記載する！*/
strong{
	color:#c42134;
}

section{
	padding: 0 !important;
}

.btn_list01{
	display: flex;
	justify-content: center;
    width: 90%;
    margin: 0 auto;
}

.btn_list01 li{
	margin-right:20px;
	width: 48%;
}

.btn_list01 li:last-child{
	margin-right:0;
}

.btn_list01 .btn02{
	width: 100%;
}

.campaign_info{
	margin-bottom: 40px;
	line-height: 1.6;
	background-color: #fffdfd;
	padding: 20px;
	align-items: center;
	border: 1px solid #7d5859;
	display: flex;
	align-items: center;
}

.campaign_info dt{
	font-weight: bold;
	font-size: 2.4rem;
	color: #7d5859;
	margin-right: 15px;
}

.btn02{
    padding: 0 30px;
    height: 60px;
    font-size: 2rem;
}

p{
	line-height: 1.6;
}

.caution_list li{
	font-size: 1.2rem;
	line-height: 1.8;
}

.caution_list li:before{
	content: "※";
	margin-right: 10px;
}

.ttl03{
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 10px;
	background-image: url(../img/common/img_005.svg);
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: top center;
	font-weight: bold;
	letter-spacing: 2px;
}

.ttl03 span{
	background: rgba(255,255,255,0.6);
	height: 50px;
	display: block;
	padding-top: 5px;
}

.ban_list {
	line-height:1.4;
}

.ban_list dd{
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
}

.ban_list ol{
	border: 2px solid #7d5859;
	padding:20px;
	margin: 15px 0;
	text-align: left;
}

.ban_list dd li{
	margin-bottom:15px;
}

.ban_list dd li:last-child{
	margin-bottom:0;
}

@media screen and (max-width: 767px) {
	.bg01{
		padding: 3%;
	}
	.ttl03{
		-webkit-background-size: 33%;
		background-size: contain;
	}
	.btn_list01{
		display: block;
		width: 100%;
	}
	.btn_list01 li{
		margin-right: 0;
		margin-bottom: 15px;
		width: 100%;
	}
	.btn_list01 li:last-child{
		margin-bottom: 0;
		}
	.btn02{
		width: 100%;
		padding: 0 15px;
		font-size: 1.8rem;
		}
}


.course {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.course li {
	width: calc(50% - 10px);
	margin-bottom: 20px;
	min-height: 300px;
}


main .ttl {
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 2rem;
	padding: 20px 0;
    background-color: #a29394;
}

main .ttl.ttl_silver {
	background-color: #887475;
}


main .ttl span {
	font-size: 2.8rem;
}

main .body {
	padding: 20px;
	border: 1px solid #dddddd;
	border-top: none;
	text-align: center;
	min-height: 250px;
}

.desc {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: left;
	min-height: 130px;
}

.course .price {
	font-size: 2.4rem;
	font-weight: bold;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.course div.price:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.s_fz {
	font-size: 1.8rem;
}
.xs_fz {
	font-size: 1.6rem;
	padding-right: 10px;
}
.through {
	position: relative;
}
.through::before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #0f0e0c;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.arrow {
	padding: 0 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 58px;
}
.special {
	font-size: 2.5rem;
	color: #7d5859;
}

.option_info{
	border:1px solid #dddddd;
	background-image:none;
	padding: 30px !important;
}

.option_info h3{
	font-size: 1.6rem;
	text-align:center;
	letter-spacing:2px;
	line-height:1.2;
	border-bottom:1px solid #dddddd;
	padding-bottom:15px;
	margin-bottom:20px;
}

.option_info h3 span{
	display:block;
	font-size:3rem;
}

.option_info ul li{
	display:flex;
	justify-content:space-between;
	margin-bottom:20px;
	font-size: 1.8rem;
	font-weight: bold;
	background-image: url(../img/price/dotted01.svg);
	background-repeat: no-repeat;
	background-position: top 46% center;
}

.option_info ul li .dotted_none{
	background-image: none;
}

.option_info ul li:last-child{
	margin-bottom:0;
}

.option_info ul li .name,.option_info ul li .price{
	background-color:#fff;
	padding:0 5px;
}

.option_info ul li .price{
	color: #7d5859;
}

.option_info .sub_option_list{
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0 20px;
	width: 100%;
}

.option_info .sub_option_list li{
	flex-wrap: wrap;
	background-image: none;
	margin-bottom: 0;
	line-height: 1.4;
	margin-right: 56px;
}

.ttl01 + p{
	text-align: center;
	margin-bottom: 20px;
}

.campaign_info .btn02 {
	width: 250px;
}












@media screen and (max-width: 767px) {
	.course {
		display: block;
	}
	.course li {
		width: 100%;
		min-height: auto;
	}
	main .ttl {
		font-size: 2.4rem;
	}
	main .ttl span {
		font-size: 4.6rem;
		margin-bottom: 5px;
	}
	.price {
		font-size: 4rem;
		display: block;
	}
	.s_fz {
		font-size: 3rem;
	}
	.xs_fz {
		font-size: 2.4rem;
	}
	.special {
		font-size: 6rem;
	}
	.arrow {
		width: 14%;
		display: inline-block;
	}
	.option_info{
		padding: 20px !important;
		margin-bottom: 20px;
	}
	.option_info ul li .name{
		line-height: 1.4;
	}
	.option_info small{
		display: block;
	}
	.option_info ul li{
		-webkit-background-size: 300%;
		background-size: 300%;
	}
	.option_info .sub_option_list li{
		margin-right: 0;	
	}
	.option_info .sub_option_list li:nth-child(2n+1){
		margin-right: 20px;
	}
	.option_info .sub_option_list{
		margin: 5px 0 0 20px;
	}
		.campaign_info{
		display: block;
	}
	.campaign_info dt{
		margin-right: 0;
		margin-bottom: 10px;
		line-height: 1.3;
	}
	.campaign_info dd br{
		display: none;
	}
	.campaign_info dd {
		margin-bottom: 15px;
	}
	.campaign_info .btn02 {
		padding: 0 15px;
		font-size: 2.3rem;
		height: auto;
		padding: 12px 0;
		width: 100%;
	}
	.desc{
		min-height: auto;
	}
	.desc br{display: none;}
	main .body{
		min-height: auto;
	}
	.option_info h3 span{
		font-size: 2.4rem;
	}



}
@media screen and (max-width: 700px) {
	main .body {
		padding: 5%;
	}
	main .ttl {
		font-size: 4.4vw;
	}
	main .ttl span {
		font-size: 6.6vw;
	}
	.price {
		font-size: 5vw !important;
	}
	.arrow {
		padding: 0 5px;
	}
	.s_fz {
		font-size: 3.6vw;
	}
	.xs_fz {
		font-size: 3vw;
		padding-right: 5px;
	}
	.special {
		font-size: 6.6vw;
	}
}
.special.red {
	color: #e20000;
}