@charset "UTF-8";

/* ───────────────────────────────────
/* main-visual
─────────────────────────────────── */
#main-visual {
	display: table;
	height: 300px;
	width: 100%;
	margin-bottom: 50px;
	background: url(../img/bg-line-b.gif) top center;
}
.main-visual-inner {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}
.main-visual-inner .site-logo {
	margin-bottom: 30px;
}
.main-visual-inner .site-logo img {
	width: 130px;
}
.main-visual-inner .site-logo img {
	width: 130px;
}
.main-visual-inner h1.title {
	font-size:42px;
	font-size:4.2rem;
	line-height: 1.6;
	font-weight:bold;
	text-align:center;
	margin: 0 auto;
	padding-top: 40px;
	font-family: 'Gravitas One', cursive;
	color: #fff;
	letter-spacing: 5px;
	background-image:url(../img/mrk-tl-star.svg);
	background-repeat:no-repeat;
	background-size: 167px 36px;
	background-position: top center;
}
.main-visual-inner p {
	margin: 0 24px;
	font-size:20px;
	font-size:2.0rem;
	letter-spacing: 5px;
	color: #fff;
	font-weight:bold;
}

@media screen and (max-width:479px){
	img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
}

@media screen and (max-width:1199px){
	.main-visual-inner {
		width:100%;
	}
}
@media screen and (max-width:991px){
}
@media screen and (max-width:767px){
	#main-visual {
		height: 270px;
		width: 100%;
	}
	.main-visual-inner h1.title {
		font-size:30px;
		font-size:3.0rem;
		padding-top: 40px;
		font-family: 'Gravitas One', cursive;
		color: #fff;
		letter-spacing: 5px;
		background-image:url(../img/mrk-tl-star.svg);
		background-repeat:no-repeat;
		background-size: 120px 26px;
		background-position: top center;
	}
	.main-visual-inner p {
		margin: 0 24px;
		font-size:16px;
		font-size:1.6rem;
	}
}
@media screen and (max-width:479px){
}


/* ───────────────────────────────────
contents fee
─────────────────────────────────── */
#fee {
	margin-bottom: 50px;
}
#fee ._inner {
	text-align: center;
	padding:0px 0px 50px;
}

#fee h2 {
	position: relative;
	line-height: 1.6;
	font-weight:bold;
	text-align:center;
	margin: 0 auto 1em;
	color: #000;
	letter-spacing: 5px;
}
#fee h2:before{
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
	height: 11px;
  background:url(../img/mrk-subtl-star-b.svg) no-repeat 0 0;
}

#fee h2 span {
    background-color: #fff;
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
#fee h3 {
	font-size: 18px;
	font-size:1.8rem;
	color: #00bad3;
	font-weight: 600;
	text-align: left;margin-bottom: 1em;
}
#fee h3 span {
	font-size: 16px;
	font-size:1.6rem;
	color: #212121;
	margin-left: 1em;
}
.price {
	margin: 0 auto 20px;
	padding: 0;
	width: 100%;
	font-size: 16px;
	font-size:1.6rem;
	border-bottom: 1px solid #ccc;
}
.mb50 {
	margin-bottom: 50px;
}
.price th {
	background: #00bad3; 
	color: #fff;
	text-align: center;
	line-height: 2.0;
	vertical-align: middle !important;
	border-right: 1px solid #fff;
}
.price td {
	background: #fff;
	position: relative;
	text-align: center;
	vertical-align: middle!important;
}
.price td.bg-gray {
	background: #f5f5f5;
	text-align: left;
	padding-left: 20px;
}
.price .wd37 {
	width: 37.5%;
}
.price .wd25 {
	width: 25%;
}
.price .wd20 {
	width: 20%;
}

#fee p {
	line-height: 1.8;
	text-align:center;
	margin: 0 auto 1em;
}
#fee .cap {
	text-align: left;
	font-size: 14px;
	font-size:1.4rem;
}

@media screen and (max-width:991px){
}
@media screen and (max-width:767px){
	.price {
		width: 100%;
		font-size: 13px;
		font-size:1.3rem;
	}
	#fee p {
		text-align:left;
		margin: 0 auto 1em;
	}
	#fee p br{
		display: none;
	}
	#fee h2 {
		letter-spacing: 1px;
	}
}
@media screen and (max-width:479px){
}


