/*PC*/
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);

.feature_title {
	margin-top: 30px;
}

.feature_title h3 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.feature_title h3 img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.feature_title h2 {
	font-size: 1.4em;
	padding: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}



body {
	font-family: "Mplus 1p";
}
.img {
	width: 100%;
}

.contbox {
}

.contbox h2 {
	font-size:2.4em;
	padding:10px;
	margin-bottom:15px;
	line-height:120%;
	border-bottom:5px solid #8E161B;
}


.contbox h3 {
	font-size:1.4em;
	padding:10px;
	line-height:120%;
}

.contbox .box_txt {
	padding:10px;
	line-height:180%;
	margin-bottom:10px;
}

/*正月専用コンテンツ*/

.newyear {
	display:none;
	background-color:#FFFDEF;
	padding:20px;
	border:2px solid #9E0002;
	border-radius:10px;
}

.newyear h4 {
	padding:10px;
	color:#E1070B;
	font-size:1.2em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.newyear p {
	line-height:160%;
	padding-left:15px;
}



.morebox {
	clear:both;
	padding:15px;
	background-color:#E2EEDA;
	margin-bottom:20px;
}

#kikaku_header,
	#voicenavi,
	#footer_text {
		display: none;
	}
	
	#footer_logo {
		font-size: 0.8em;
		padding: 20px;
	}



/*共通*/

.btn {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	background-color: #eee;
}

.btn li {
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.btn a {
	padding: 14px;
	display: block;
	text-align: center;
	text-decoration: none;
	margin-bottom: 15px;
	margin-top: 15px;
	border-radius: 10px;
	font-weight: bold;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #efe457), color-stop(1.00, #feae31));
	background: -webkit-linear-gradient(#efe457, #feae31);
	background: -moz-linear-gradient(#efe457, #feae31);
	background: -o-linear-gradient(#efe457, #feae31);
	background: -ms-linear-gradient(#efe457, #feae31);
	background: linear-gradient(#efe457, #feae31);
}


.new_banner {
	text-align: center;
}

.new_banner img {
	width: 100%;
	object-fit: cover;
}


