@charset "UTF-8";

/* ▼▼▼ ご利用料金
======================================================*/
section{
	padding-bottom: 50px;
}
section:not(:first-child){
	padding-top: 50px;
}
section#plan01{
	border-bottom: #CCCCCC 1px solid;
	padding-top: 0;
}
.price_list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: stretch;
	align-items: flex-start;
	margin-bottom: 35px;
}
.price_list li{
	-webkit-flex: 0 0 48%;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	width: 48%;
	max-width: 480px;
}
.price_list dl dt{
	background-color: #432211;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	padding: 10px 0;
}
.price_list dd{
	border-bottom: #CCCCCC 1px solid;
}
.price_list dd p{
	position: relative;
	padding: 10px 0;
	font-size: 18px;
}
.price_list dd p .small{
	font-size: 14px;
}
.price_list dd p .price{
	position: absolute;
	bottom: 10px;
	right: 0;
	color: #DC000C;
}


.sl_mate{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding: 37px 40px;
	margin-bottom: 50px;
	border: #DC000C 1px solid;
	border-radius: 20px;
}
.sl_mate .sl_txt{
	-webkit-flex: 0 0 54%;
	-ms-flex: 0 0 54%;
	flex: 0 0 54%;
	width: 54%;
	max-width: 490px;
}
.sl_mate h3{
	color: #DC000C;
	font-size: 24px;
	margin-bottom: 24px;
}
.sl_mate .sl_img{
	flex: 0 0 42%;
	width: 42%;
	max-width: 380px;
}

.card{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
#plan01 .card_img{
	-webkit-flex: 0 0 23.6%;
	-ms-flex: 0 0 23.6%;
	flex: 0 0 23.6%;
	width: 23.6%;
	max-width: 236px;
	margin-left: 12%;
}
#plan02 .card_img{
	-webkit-flex: 0 0 27%;
	-ms-flex: 0 0 27%;
	flex: 0 0 27%;
	width: 27%;
	max-width: 270px;
	margin-left: 12%;
}
.card_txt{
	-webkit-flex: 57%;
	-ms-flex: 57%;
	flex: 57%;
	width: 57%;
	max-width: 570px;
	color: #432211;
}
.card_txt h3{
	margin-bottom: 30px;
}

.card_txt h3 + p{
	line-height: 1.9;
	margin-bottom: 20px;
}

#ticket{
	background: #F4F7F7;
}
#ticket h3.title{
	max-width: 672px;
	min-height: 129px;
	background: url(../img/price/img02.png) no-repeat left center/113px,url(../img/price/img03.png) no-repeat right center/110px;
	padding-top: 15px;
	margin: 0 auto 75px;
	color: #DC000C;
	font-size: 35px;
	text-align: center;
}
#ticket h3.title .intro{
	display: block;
	color: #432211;
	font-size: 24px;
	text-align: center;
	line-height: 1.2;
}
#ticket h3.title .intro .price{
	font-size: 28px;
}
#ticket h3.title .intro .kome{
	font-size: 16px;
}
#ticket h3.title mark{
	background: linear-gradient(transparent 78%, #FFDE86 78%,#FFDE86 90%,transparent 90%);
	color: #DC000C;
}
#ticket h3.title mark .price{
	font-size: 53px;
}
#ticket dl{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	margin: 0 auto;
	max-width: 660px;
}
#ticket dl dt{
	-webkit-flex: 0 0 6em;
	-ms-flex: 0 0 6em;
	flex: 0 0 6em;
	width: 6em;
	max-width: 6em;
	color: #DC000C;
	font-size: 20px;
	font-weight: bold;
}
#ticket dl dd{
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-left: 20px;
	border-left: #DC000C 1px solid;
}
#ticket dl dd p:not(:last-child){
	margin-bottom: 10px;
}
#ticket dl dd ul{
	margin-bottom: 20px;
}
#ticket dl dd ul li{
	position: relative;
	padding-left: 1em;
}
#ticket dl dd ul li::before{
	content: '';
	width: 12px;
	height: 12px;
	background: #DC000C;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 0;
}

/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {

/* ▼▼▼ コンテンツ
======================================================*/

.price_list{
	justify-content: center;
	flex-wrap: wrap;
}
.price_list li{
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	margin-bottom: 30px;
}
.price_list dl{
	margin-bottom: 10px;
}
.sl_mate{
	justify-content: center;
	flex-wrap: wrap;
	padding: 15px;
}
.sl_mate .sl_txt{
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	margin: 0 0 20px;
}
.sl_mate h3{
	font-size: 20px;
	margin-bottom: 20px;
}
.sl_mate .sl_img{
	flex: 0 0 100%;
	width: 100%;
}

.card{
	justify-content: center;
	flex-wrap: wrap;
}
.card_txt{
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
}
#plan01 .card_img{
	-webkit-flex: 0 0 80%;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	width: 80%;
	max-width: 80%;
	margin-left: 0;
}
#plan02 .card_img{
	-webkit-flex: 0 0 93%;
	-ms-flex: 0 0 93%;
	flex: 0 0 93%;
	width: 93%;
	max-width: 93%;
	margin-left: 0;
}
.card_txt{
	margin-bottom: 20px;
}
.card_img{
	max-width: 80%;
	margin-bottom: 0;
}

#ticket h2{
	font-size: 26px;
}
#ticket h3.title{
	max-width: 375px;
	background: url(../img/price/img02.png) no-repeat left top 15px/56px,url(../img/price/img03.png) no-repeat right top 7px/65px;
	padding-top: 20px;
	font-size: 30px;
	text-align: center;
}
#ticket h3.title .intro{
	font-size: 20px;
}
#ticket h3.title .intro .price{
	font-size: 24px;
}
#ticket h3.title .intro .kome{
	font-size: 14px;
}
#ticket h3.title mark .price{
	font-size: 43px;
}

#ticket dl{
	display: block;
	margin: 0 auto;
}
#ticket dl dt{
	width: 100%;
	max-width: 100%;
	border-bottom: #DC000C 1px solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#ticket dl dd{
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-left: 0;
	border-left: none;
}
}
