@charset "UTF-8";
/* CSS Document */

/*ヘッダー*/

#pageHeader{
	background:url(../../shared/img/MainVisual_bg02.png) no-repeat center bottom;
	background-size:cover;
}

/*コンテンツ*/

section#menu1 h3,
section#menu2 h3{
	display:block;
	margin:0 auto;
	border:3px solid #009C95;
	width:995px;
	text-align:center;
	color:#009C95;
	font-size:1.8em;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}

section#menu2 h3{
	margin-top:100px;
}

section#menu1,
section#menu2{
	width:1000px;
	margin:0 auto;
}

.menuBox{
	width:1000px;
	display:flex;
	justify-content:space-between;
	margin-top:30px;
}

.menuList dl{
	display:flex;
	flex-wrap:wrap;
}

.menuList dl dt{
	width:40%;
	font-size:1.2em;
	color:#009C95;
	border-top:1px dashed #009C95;
	padding-top:20px;
	padding-bottom:20px;
	font-weight:bold;
	letter-spacing:1px;
}

.menuList dl dd{
	text-align:right;
	width:50%;
	font-size:1.2em;
	border-top:1px dashed #009C95;
	padding-top:20px;
	padding-bottom:20px;
}

.menuList dt span{
	color:#595858;
	font-size:0.6em;
	margin-left:5px;
	font-weight:normal;
}



.menuList dl dt:last-of-type,
.menuList dl dd:last-of-type{
	border-bottom:1px dashed #009C95;
}

.menuList p.coupon{
	background:#009C95;
	width:464px;
	color:#fff;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:5px;
	margin-top:35px;
}

#menu1 .menuList p.menutext{
	background:#B2E1DF;
	width:464px;
	color:#009C95;
	text-align:center;
	border-radius:5px;
	padding:129px 0;
	font-weight:600;
	line-height:1.5em;
}

p.info{
	width:1000px;
	border-top:1px dashed #595858;
	border-bottom:1px dashed #595858;
	text-align:center;
	margin-top:30px;
	padding-top:20px;
	padding-bottom:20px;
}

section#pay{
	width:1000px;
	margin:0 auto;
	margin-top:50px;
}

section#pay h3{
	background:#ACABAB;
	width:1000px;
	text-align:center;
	color:#fff;
	font-size:1.8em;
	padding-top:10px;
	padding-bottom:10px;
}

section#pay p{
	border:1px solid #ACABAB;
	padding:30px;
	background:#fff;
	text-align:center;
	line-height:1.6em;
}

.comment{
	font-size: 1em;
	margin-top: 20px;
	letter-spacing: 1pt;
}