@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
	 v2.0 | 20110126
	 License: none (public domain)
	 */
	 html, body, div, span, applet, object, iframe,
	 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	 a, abbr, acronym, address, big, cite, code,
	 del, dfn, em, img, ins, kbd, q, s, samp,
	 small, strike, strong, sub, sup, tt, var,
	 b, u, i, center,
	 dl, dt, dd, ol, ul, li,
	 fieldset, form, label, legend,
	 table, caption, tbody, tfoot, thead, tr, th, td,
	 article, aside, canvas, details, embed,
	 figure, figcaption, footer, header, hgroup,
	 menu, nav, output, ruby, section, summary,
	 time, mark, audio, video {
	 	margin: 0;
	 	padding: 0;
	 	border: 0;
	 	font-size: 100%;
	 	font: inherit;
	 	vertical-align: baseline;
	 	box-sizing: border-box;
	 }
	 /* HTML5 display-role reset for older browsers */
	 article, aside, details, figcaption, figure,
	 footer, header, hgroup, menu, nav, section {
	 	display: block;
	 }
	 body {
	 	line-height: 1;
	 }
	 ol, ul {
	 	list-style: none;
	 }
	 blockquote, q {
	 	quotes: none;
	 }
	 blockquote:before, blockquote:after,
	 q:before, q:after {
	 	content: '';
	 	content: none;
	 }
	 table {
	 	border-collapse: collapse;
	 	border-spacing: 0;
	 }
	 *, *:before, *:after {
	 	-webkit-box-sizing: border-box;
	 	-moz-box-sizing: border-box;
	 	-o-box-sizing: border-box;
	 	-ms-box-sizing: border-box;
	 	box-sizing: border-box;
	 }
	 .no_border_box {
	 	-webkit-box-sizing: content-box;
	 	-moz-box-sizing: content-box;
	 	-o-box-sizing: content-box;
	 	-ms-box-sizing: content-box;
	 	box-sizing: content-box;
	 }

/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
	font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	background: #fff;
	line-height: 16px;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
}
img {
	max-width: 100%;
}
.center {
	text-align: center;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 1100px) {
	.container {
		width: 92%;
	}
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.center {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
}
.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp {
		display: block;
	}
}
input {
	-webkit-appearance: none;
}
input[type="submit"], input[type="button"] {
	text-align: center;
	color: #fff;
	max-width: 500px;
	width: 75%;
	height: 40px;
	background: #00264f;
	border: 0;
	cursor: pointer;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	input[type="submit"], input[type="button"] {
		width: 100%;
		height: 50px;
	}
}
input[type="submit"]:disabled, input[type="button"]:disabled {
	background: #aaa;
	cursor: default;
}
.ff_serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.l_l {
	float: left;
}
.l_r {
	float: right;
}
.contents p,
.contents li,
.contents dt,
.contents dd {
	line-height: 1.6;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.header {
	background: #fff;
}
.header .inner {
	padding: 0 2%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 1400px;
}
.logo {
	padding: 8px 0 15px;
}
.header_img_notice {
	padding: 16px 0 18px;
}
@media screen and (max-width: 1400px) {
	.header .inner {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.header .l_l ,
	.header .l_r {
		float: none;
		text-align: center;
	}
	.logo {
		padding: 5% 0 0;
	}
	.header_img_notice {
		padding: 2% 0 5%;
	}
}
/*------------------------------------------------------------
contents
------------------------------------------------------------*/

main {
	display: block;
}
.contents {
	/*padding: 60px 0 0 0;*/
	/*background: url("../img/lp201803/contents_bg.jpg") no-repeat center bottom #5E9DC8;
	background-size: 100% auto;*/
}
.contents > .inner {
	position: relative;
	margin: 0 auto;
	background: #fff;
	width: 1340px;
	height: 570px;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 768px) {
	.contents {
		padding: 0;
	}
	.contents > .inner {
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 640px) {}

/*------------------------------------------------------------
content_l
------------------------------------------------------------*/
.content_l {
	position: absolute;
	top: -30px;
	left: -30px;
	width: 700px;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.content_l {
		position: static;
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 640px) {
	.content_l {
	}
}

/* slider
------------------------------*/
.slide {
	position: relative;
	width: 700px;
	/*height: 575px;*/
	background: #a15e3f;
}
.slide01 {
	background: url("../img/slide_img_takenaka01.png") no-repeat left top #a15e3f;
}
.slide01 .slide_txt01 {
	display: block;
	position: absolute;
	top: 32px;
	right: 27px;
}
.slide_tb_box {
	margin: 405px auto 0;
	/*padding: 10px 25px;*/
	background: #132c69;
	width: 640px;
}
.slide_tb {
	width: 100%;
}
.slide_tb th,
.slide_tb td {
	color: #fff;
	vertical-align: middle;
}
.slide_tb td.m_td01 {
	width: 180px;
	background: #5c6d94;
}
.slide_txt02 {
	font-size: 35px;
	text-align: center;
}
.slide_txt03 {
	padding-left: 30px;
	font-size: 55px;
	font-weight: bold;
}
.slide_txt03 span {
	font-size: 33px;
}
.slide_tb .count_txt01 {
	padding-top: 10px;
	padding-left: 30px;
	font-size: 15px;
	background: url("../img/icon_time01.png") no-repeat 0 9px;
}
.slide_tb .count_txt02 {
	display: block;
	font-size: 30px;
	font-weight: bold;
}
.slide_tb .count_txt02 span {
	font-size: 30px;
}
.slide_txt04 {
	margin-top: 33px;
	font-size: 15px;
	text-align: center;
	color: #fff;
}
.slide_btn {
	position: absolute;
	bottom: 20px;
	right: 10px;
}
.slide_btn a {
	display: block;
	padding: 5px 5px;
	width: 180px;
	font-size: 13px;
	text-align: center;
	color: #132c69;
	border: 2px solid #132c69;
	border-radius: 20px;
}
.slide02 {
	padding: 45px 20px 0;
	background: #e2e0dc;
}
.slide02 .m_box {
	overflow: hidden;
}
.slide02 .l_l {
	width: 280px;
}
.slide02 .l_l img {
	width: 100%;
}
.slide02 .l_r {
	width: 370px;
}
.slide02 .m_box {
	clear: both;
}
.slide02 h3 {
	margin: 10px 0;
	font-size: 20px;
	color: #132c69;
}
.slide_img02 {
	padding-right: 20px;
}
.slide02 .slide_txt05 {
	font-size: 13px;
	line-height: 1.9;
}
.slide02 .slide_txt06 {
	clear: both;
	padding-top: 0;
	font-size: 11px;
	color: #02194f;
}
.slide02 .slide_txt06 li {
	margin-bottom: 5px;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 768px) {
	.slide {
		width: 100%;
		height: auto;
	}
	.slide01 {
		background-size: cover;
		background-size: 80% auto;
	}
	.slide01 .slide_txt01 {
		top: 10px;
		right: 10px;
		width: 50%;
	}
	.slide02 .l_l {
		width: 50%;
	}
	.slide02 .l_r {
		width: 48%;
	}
	.slide_tb_box {
		margin: 50% auto 0;
		padding: 10px 25px;
		width: 90%;
	}
	.slide_tb th,
	.slide_tb td {
		display: block;
		text-align: center;
	}
	.slide_txt02 {
		font-size: 12px;
	}
	.slide_txt03 {
		padding: 0;
		font-size: 40px;
	}
	.slide_txt03 span {
		font-size: 18px;
	}
	.slide_tb td.m_td01 {
		width: 100%;
	}
	.slide_tb .count_txt01 {
		padding-left: 0;
		font-size: 16px;
		background: none;
	}
	.slide_tb .count_txt02 {
		padding: 0;
		font-size: 14px;
	}
	.slide_tb .count_txt02 span {
		font-size: 30px;
	}
	.slide_txt04 {
		margin: 1em 0 0;
		font-size: 16px;
	}
	.slide_btn {
		clear: both;
		position: static;
		margin: auto;
		left: 0;
		right: 0;
	}
	.slide_btn a {
		margin: 2em auto 1em;
		/*margin: 0 auto;*/
		padding: 1% 3%;
		/*padding: 0;*/
		width: 200px;
		font-size: 10px;
		line-height: 20px;
		/*line-height: 1;*/
	}
}
@media screen and (max-width: 640px) {
	.slide {
		height: auto;
	}
	.slide_tb_box {
		margin: 50% auto 0;
		padding: 10px 25px;
		width: 90%;
	}
	.slide_txt02 {
		font-size: 12px;
	}
	.slide_txt03 {
		padding: 0;
		font-size: 30px;
	}
	.slide_txt03 span {
		font-size: 12px;
	}
	.slide_tb .count_txt01 {
		padding-left: 0;
		font-size: 12px;
		background: none;
	}
	.slide_tb .count_txt02 {
		padding: 0;
		font-size: 14px;
	}
	.slide_tb .count_txt02 span {
		font-size: 12px;
	}
	.slide_txt06 {
		margin: 1em 0;
		font-size: 12px;
	}
	.slide02 {
		padding: 3% 2% 0;
	}
	.slide02 h3 {
		margin-bottom: 0;
		font-size: 14px;
	}
	.slide_img_takenaka02 {
		padding-right: 2%;
		width: 35%;
	}
	.slide_txt05 {
		font-size: 10px;
	}
	.slide02 .slide_txt06 {
		font-size: 10px;
		line-height: 1.5;
	}
}

body .pogoSlider {
	width: 756px;
	margin: 0 auto;
	padding-bottom: 390px !important;
}
body .pogoSlider .pogoSlider-slide {
	width: 756px;
	height: 390px;
}
@media screen and (max-width: 768px) {
	body .pogoSlider {
		width: 100%;
		padding-bottom: 52% !important;
	}
	body .pogoSlider .pogoSlider-slide {
		width: 100%;
		height: 100%;
	}
}

/*------------------------------------------------------------
content_r
------------------------------------------------------------*/
.content_r {
	overflow-y: scroll;
	float: right;
	width: 670px;
	height: 570px;
	background: #fff;
}
@media screen and (max-width: 768px) {
	.content_r {
		overflow-y: visible;
		float: none;
		width: 100%;
		height: 100%;
	}
}

/* info_area
------------------------------*/
.info_area {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 100px 30px 0 30px;
	background: url("../img/icon_arrow04.png") no-repeat center 30px;
}
.info_area h2 {
	float: left;
	margin-right: 15px;
}
.info_area dl {
	float: left;
}
.info_area dl dt {
	padding: 2px 0 2px 27px;
	font-size: 15px;
	color: #132c69;
	background: url("../img/icon_time.png") no-repeat 0 0;
}
.info_area dl dt:nth-of-type(2) {
	background: url("../img/icon_map.png") no-repeat 0 0;
}
.info_area dl dd {
	margin: -1.8em 0 20px 8em;
	font-size: 14px;
}
.info_area dl dd span {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 12px;
}
.info_area .gmap {
	clear: both;
}
.info_area .m_link {
	margin-top: 5px;
	text-align: right;
}
.info_area .m_link a {
	display: block;
	color: #132c69;
	text-decoration: underline;
}
.info_area .m_link a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1200px) {}
@media screen and (max-width: 768px) {
	.info_area {
		padding: 30px 30px 0 30px;
		background: none;
	}
	.gmap {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	.gmap iframe,
	.gmap object,
	.gmap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.info_area .m_link a {
		font-size: 12px;
	}
}
@media screen and (max-width: 640px) {
	.info_area {
		padding: 4% 4% 0 4%;
	}
	.info_area h2 {
		margin-right: 0;
		padding-right: 10px;
		width: 20%;
	}
	.info_area h2 img {
		width: 100%;
	}
	.info_area dl dt {
		padding: 2% 0 2% 27px;
		font-size: 14px;
	}
	.info_area dl dd {
		margin: 0 0 20px 0;
		font-size: 12px;
	}
}

/* outline_area
------------------------------*/
.outline_area {
	padding: 30px;
}
.outline_area h2 {
	margin-bottom: 25px;
}
.outline_area h2 img {
	width: 100%;
}
.outline_box01 {
	margin-bottom: 60px;
}
.outline_box img {
	padding: 0 20px 20px 0;
}
.outline_info {}
.outline_info .m_time {
	margin-top: 20px;
	padding: 0 0 5px 27px;
	font-size: 25px;
	color: #132c69;
	background: url("../img/icon_time02.png") no-repeat 0 10px;
}
.outline_info .m_name {
	font-size: 30px;
}
.outline_info .m_roman {
	padding-left: 10px;
	font-size: 14px;
}
.outline_info .m_katagaki {
	padding: 0 0 15px;
	display: block;
	font-size: 14px;
	line-height: 1.6;
}
.outline_box02 .outline_info .m_name {
	padding-top: 0;
}
.outline_box02 .outline_info .m_katagaki {
	padding: 0 0 15px 0;
}
.m_description {
	clear: both;
	margin: 20px 0;
}
.outline_box .m_intro {
	clear: both;
	padding: 20px;
	background: #fefbe5;
	text-align: center;
}
.outline_box .m_intro p {
	font-size: 20px;
}
.outline_box .m_intro p span {
	display: block;
	font-size: 15px;
}
.outline_box .m_intro ul {
	margin-top: 10px;
	display: inline-block;
}
.outline_box .m_intro ul li {
	text-align: left;
}
.outline_box03 .m_intro span {
	display: block;
	padding-left: 130px;
	font-size: 14px;
	text-align: left;
}
.txt_sponsorship {
	margin: 40px 0 20px;
	font-size: 20px;
	text-align: center;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 640px) {
	.outline_area {
		padding: 2%;
	}
	.outline_box {
		text-align: center;
	}
	.outline_box01 {
		margin-bottom: 10%;
	}
	.outline_box img {
		float: none;
		padding: 0;
		width: 50%;
	}
	.outline_info {
		float: none;
		margin-bottom: 1em;
		margin-left: auto;
		width: 90%;
		text-align: left;
	}
	.outline_info .m_time {
		font-size: 18px;
		background: url("../img/icon_time02.png") no-repeat 0 2px;
	}
	.outline_info .m_name {
		font-size: 21px;
	}
	.outline_info .m_roman {
		font-size: 12px;
	}
	.outline_info .m_katagaki {
		font-size: 12px;
	}
	.outline_box .m_intro {
		padding: 1em;
	}
	.m_description {
		font-size: 12px;
		text-align: left;
	}
	.outline_box .m_intro p {
		font-size: 12px;
	}
	.outline_box .m_intro ul li {
		font-size: 12px;
	}
	.outline_box03 .m_intro span {
		padding-left: 0;
		text-align: center;
		font-size: 10px;
	}
	.txt_sponsorship {
		font-size: 14px;
	}
}

/* rank_area
------------------------------*/
.rank_area {
	padding: 30px 30px 40px 30px;
	background: url("../img/rank_bg.png") no-repeat 0 bottom #f3f3f3;
}
.rank_area .l_l {
	width: 209px;
}
.rank_area .l_r {
	width: 383px;
	text-align: center;
}
.rank_area .l_r .rank_txt02 {
	padding-bottom: 10px;
}
.rank_area .l_r .rank_txt03 {
	padding-bottom: 10px;
}
.rank_area .l_r .rank_txt04 {}
.rank_area .l_r .m_txt01 {}
.rank_area .l_r .m_txt02 {
	margin-top: -10px;
	font-size: 12px;
}
.rank2016_box {
	clear: both;
	overflow: hidden;
}
.rank2016_box h2 {
	margin: 20px 0 10px;
	padding: 8px 8px;
	background: #132c69;
	color: #fff;
}
.rank2016_box .l_l,
.rank2016_box .l_r {
	width: 290px;
}
.rank2016_box h3 {
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background: url("../img/icon_rank.png") no-repeat 0 0;
}
.rank_tb {
	width: 290px;
	background: #fff;
}
.rank_tb th,
.rank_tb td {
	font-size: 13px;
}
.rank_tb th {
	padding: 8px 0 8px 10px;
	text-align: left;
}
.rank_tb th img {
	padding-right: 5px;
	vertical-align: middle;
}
.rank_tb td {
	padding: 8px 5px 8px 2px;
	text-align: right;
}
.rank_tb .rank_th {
	font-size: 14px;
	font-weight: bold;
	color: #132c69;
}
.rank_tb .rank_th img {
	vertical-align: bottom;
}
.rank_btn a {
	display: block;
	margin: 30px auto 0;
	padding: 8px 5px;
	width: 200px;
	font-size: 13px;
	text-align: center;
	color: #fff;
	background: #ffa200;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 640px) {
	.rank_area {
		padding: 2%;
	}
	.rank_area .l_l {
		margin-bottom: 2%;
		float: none;
		width: 100%;
		text-align: center;
	}
	.rank_area .l_l img {
		width: 50%;
	}
	.rank_area .l_r {
		float: none;
		width: 100%;
	}
	.rank_area .l_r .rank_txt02 img {
		width: 50%;
	}
	.rank_area .l_r .rank_txt03 img {
		width: 50%;
	}
	.rank2016_box .l_l img,
	.rank2016_box .l_r img {
		width: 23px;
	}
	.rank_tb {
		width: 100%;
	}
}

/* feature_area
------------------------------*/
.feature_area {}
.feature_area h2 {
	margin: 30px auto 80px;
	text-align: center;
}
.feature_box {
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
}
.feature_box .l_l {
	width: 310px;
}
.feature_box .l_r {
	padding-right: 30px;
	width: 330px;
}
.feature_box:nth-of-type(2n) .l_l {
	padding-left: 30px;
	width: 330px;
}
.feature_box:nth-of-type(2n) .l_r {
	padding: 0 0 0 30px;
	width: 310px;
}
.feature_box h3 {
	margin-bottom: 40px;
}
.feature_box  p {
	text-align: left;
}
.feature_box05 .inner {
	padding: 0 30px;
}
.feature_box05 h3 {
	margin-bottom: 20px;
	text-align: left;
}
.feature_box05 p {
	padding-bottom: 20px;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 640px) {
	.feature_area h2 {
		margin: 1em auto 2em;
	}
	.feature_area h2 img {
		width: 80%;
	}
	.feature_box .l_l {
		width: 48%;
	}
	.feature_box .l_r {
		padding-right: 2%;
		width: 50%;
	}
	.feature_box:nth-of-type(2n) .l_l {
		padding-left: 2%;
		width: 50%;
	}
	.feature_box:nth-of-type(2n) .l_r {
		padding: 0;
		width: 48%;
	}
	.feature_box h3 {
		margin-bottom: 5%;
	}
	.feature_box  p {
		font-size: 12px;
	}
}

/* voice_area
------------------------------*/
.voice_area {}
.voice_area h2 {
	text-align: center;
}
.voice_box {
	background: url("../img/voice_img01.jpg") no-repeat 0 0;
	background-size: cover;
}
.voice_box02 {
	background: url("../img/voice_img02.jpg") no-repeat right 0;
	background-size: cover;
}
.voice_box {
	padding: 30px 0 30px 295px;
}
.voice_box02 {
	padding: 30px 0 30px 30px;
}
.voice_box .inner {
	position: relative;
	padding: 20px 30px;
	width: 350px;
	background: #fff;
}
.voice_box h3 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #132c69;
	line-height: 1.6;
}
.voice_box02 h3 {
	color: #45b0ec;
}
.voice_box p {
	font-size: 13px;
	line-height: 1.8;
}
.voice_box h4 {
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
.voice_box img {
	position: absolute;
	top: 80px;
	left: -20px;
}
.voice_box02 img {
	left: auto;
	right: -20px;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 640px) {
	.voice_area h2 {
		text-align: center;
	}
	.voice_area h2 img {
		width: 80%;
	}
	.voice_box {
		padding: 5% 2% 2% 45%;
	}
	.voice_box02 {
		padding: 5% 0 2% 2%;
	}
	.voice_box .inner {
		padding: 10px 10px;
		width: 100%;
	}
	.voice_box02 .inner {
		width: 45%;
	}
	.voice_box h3 {
		margin-bottom: 0.5em;
		font-size: 12px;
	}
	.voice_box p {
		font-size: 9px;
		line-height: 1.5;
	}
	.voice_box h4 {
		font-size: 10px;
	}
	.voice_box img {
		width: 15px;
		left: -10px;
	}
	.voice_box02 img {
		left: auto;
		right: -10px;
	}
}

/* recommend_area
------------------------------*/
.recommend_area {}
.recommend_area h2 {
	padding: 30px 0 30px;
	text-align: center;
}
.recommend_box {
	margin-bottom: 40px;
}
.recommend_box p {
	padding: 10px 30px 0;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 768px) {
	.recommend_box img {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.recommend_area h2 {
		padding: 1em 0;
	}
	.recommend_area h2 img {
		width: 80%;
	}
	.recommend_box {
		margin-bottom: 2em;
	}
	.recommend_box p {
		padding: 0.5em 1em 0;
		font-size: 12px;
	}
}

/* entry_area
------------------------------*/
.entry_area {
	clear: both;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 1340px;
	padding: 15px 30px;
	background: #132c69;
}
.entry_area p {
	float: left;
	margin-right: 5px;
	width: 130px;
	height: 55px;
	font-size: 22px;
	line-height: 55px;
	text-align: center;
	color: #132c69;
	background: #fff;
	border-radius: 5px;
}
.entry_area p:nth-of-type(2) {
	font-size: 20px;
}
.entry_btn a {
	float: left;
	display: block;
	margin-left: 20px;
	padding: 15px 0;
	width: 986px;
	height: 55px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: url("../img/icon_arrow03.png") no-repeat right 10px center #ffa200;
	border-radius: 5px;
}
@media screen and (max-width: 1200px) {
	.entry_area {
		padding: 5% 2%;
		width: 100%;
		z-index: 999;
	}
	.entry_area p {
		margin-right: 1%;
		width: 20%;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}
	.entry_area p:nth-of-type(2) {
		font-size: 20px;
	}
	.entry_btn a {
		float: left;
		margin-left: 2%;
		padding: 0;
		width: 55%;
		height: 40px;
		font-size: 21px;
		background-size: 10px auto;
		line-height: 40px;
	}
}
@media screen and (max-width: 768px) {
	.entry_area {
		position: fixed;
		bottom: 0;
		width: 100%;
		padding: 2% 2%;
		/*z-index: 999;*/
	}
	.entry_area p {
		margin-right: 1%;
		width: 20%;
		height: 30px;
		font-size: 10px;
		line-height: 30px;
	}
	.entry_area p:nth-of-type(2) {
		font-size: 10px;
	}
	.entry_btn a {
		float: left;
		margin-left: 2%;
		padding: 0;
		width: 55%;
		height: 30px;
		font-size: 12px;
		background-size: 10px auto;
		line-height: 30px;
	}
}
@media screen and (max-width: 640px) {}

/*------------------------------------------------------------
form
------------------------------------------------------------*/

.reservationArea {
	padding-bottom: 100px;
}
.reservationArea .container {
	position: relative;
	margin: 0 auto 0;
	padding: 50px 0 60px;
	background-color: #FFF;
	font-size: 16px;
}
.reservationArea .attention .attentionArea {
	margin-top: 22px;
	padding: 22px 30px 20px;
	background: #ececec;
	line-height: 24px;
}
.reservationArea .attention .attentionArea p:last-child {
	margin-top: 20px;
	font-size: 14px;
}
.reservationArea .formArea {
	padding: 25px 80px 0;
}
.reservationArea .formArea h4 {
	font-size: 18px;
	font-weight: bold;
}
.reservationArea .formArea .radio {
	cursor: pointer;
	position: relative;
	padding-left: 5px;
	margin-right: 20px;
	overflow: hidden;
	padding-left: 24px;
	display: inline-block;
	line-height: 23px;
}
.reservationArea .formArea .radio:before {
	content: '';
	width: 15px;
	height: 15px;
	border: 1px solid #666;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 2px;
	z-index: 3;
}
.reservationArea .formArea .radio:after {
	content: '';
	width: 9px;
	height: 9px;
	background: #00264f;
	border-radius: 100%;
	position: absolute;
	top: 6px;
	left: 4px;
	z-index: 1;
}
.reservationArea .formArea .radio input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	left: -23px;
	top: 1px;
	margin: 0px;
	box-shadow: 20px -1px #fff;
}
.reservationArea .formArea .radio input[type="radio"]:checked {
	box-shadow: none;
}
.reservationArea .formArea .checkbox {
	overflow: hidden;
	position: relative;
	padding-left: 25px;
	/*padding-left: 0;*/
	color: #121212;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	cursor: pointer;
	font-size: 15px;
}
.reservationArea .formArea .checkbox a {
	color: #121212;
}
.reservationArea .formArea .checkbox:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0;
	top: 3px;
	border: 1px solid #666;
	z-index: 3;
}
.reservationArea .formArea .checkbox:after {
	content: '';
	margin-top: -6px;
	width: 4px;
	height: 11px;
	border-right: 3px solid #aa0202;
	border-bottom: 3px solid #aa0202;
	transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	z-index: 1;
	position: absolute;
	top: 9px;
	left: 6px;
	display: block;
}
.reservationArea .formArea .checkbox input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	top: 10px;
	left: -40px;
	width: 20px;
	height: 15px;
	display: block;
	box-shadow: 35px 3px #FFF;
	z-index: 2;
	margin: 0px;
	padding: 0px;
	outline: none;
}
.reservationArea .formArea .checkbox input#formText[type="checkbox"] {
	top: 1px;
}
.reservationArea .formArea .checkbox input[type="checkbox"]:checked {
	box-shadow: none;
}
.reservationArea .formArea ul {
	width: 714px;
	margin: 0 auto;
}
.reservationArea .formArea li {
	margin: 0 auto;
}
.reservationArea .formArea li:first-child {
	width: 100%;
	border-right: 1px solid #e0e0e0;
}
.reservationArea .formArea li p:nth-child(2) {
	margin-top: 15px;
}
.reservationArea .consultation {
	width: 100%;
	margin: 20px auto 0;
	border: 1px solid #db0000;
}
.reservationArea .consultation p {
	padding: 0 110px;
}
.reservationArea .consultation label {
	width: 100%;
	padding: 9px 0 10px;
}
.reservationArea .consultation .checkbox:before {
	top: 13px;
}
.reservationArea .consultation .checkbox:after {
	top: 20px;
}
.reservationArea .formList {
	overflow-x: hidden;
	margin-top: 40px;
}
.reservationArea .formList td {}
.reservationArea .formList td:last-child input,
.reservationArea .formList td:last-child select {
	width: 100%;
	height: 34px;
	box-sizing: border-box;
}
.reservationArea .formList td:last-child input {
	padding: 5px;
	font-size: 14px;
	border: 1px solid #bcbcbd;
	border-radius: 5px;
}
.reservationArea .formList td:last-child .selectbox {
	background: #ffffff url("../img/ico_reservation02.png") no-repeat 97% center;
	border: 1px solid #bcbcbd;
	border-radius: 5px;
	overflow: hidden;
}
.reservationArea .formList td:last-child select {
	background: none;
	cursor: pointer;
	padding: 0 0 0 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
}
.reservationArea .formList td:last-child select:not(:target) {
	width: 130%;
}
.reservationArea .commentArea {
	margin-top: 30px;
}
.reservationArea .commentArea p:first-child {
	margin-bottom: 5px;
}
.reservationArea .commentArea textarea {
	width: 100%;
	height: 200px;
	padding: 10px;
	font-size: 14px;
	resize: none;
	border: 1px solid #bcbcbd;
	border-radius: 5px;
}
.reservationArea .formList td:last-child input:focus,
.reservationArea .formList td:last-child select:focus,
.reservationArea .commentArea textarea:focus {
	outline: 0;
	border: 1px solid #ffa200;
}
.reservationArea .submitArea {
	width: 457px;
	margin: 30px auto 0;
}
.reservationArea .submitArea input[type="submit"],
.reservationArea .submitArea input[type="button"] {
	color: #fff;
	width: 446px;
	height: 80px;
	font-size: 20px;
	background: #ffa200;
	border: 0;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 5px;
}
.reservationArea .submitArea input[type="button"] {
	background: #132C69;
}
.reservationArea .submitArea input[type="submit"]:disabled,
.reservationArea .submitArea input[type="button"]:disabled {
	background: #daad4d;
	cursor: default;
}
.reservationArea .submitArea label {
	line-height: 23px;
}
.reservationArea .submitArea a {
	text-decoration: underline;
}
.reservationArea .formCaution {
	margin-bottom: 20px;
}
.reservationArea .formCaution .checkbox:after {
	border-right: 3px solid #00264f;
	border-bottom: 3px solid #00264f;
}
.confirm td,
.confirm th {
	text-align: left;
}
.confirm .submitArea p {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
.confirm .submitArea p input {
	margin-top: 20px;
}
.confirm .submitArea p input[type="submit"],
.confirm .submitArea p input[type="button"] {
	width: 100%;
	height: 60px;
}
.send {
	margin-top: 10%;
}
@media screen and (max-width: 1000px) {
	.reservationArea .contact p:first-child {
		float: none;
		text-align: center;
	}
	.reservationArea .contact p:last-child {
		float: none;
		text-align: center;
		margin: 15px auto 0;
	}
}
@media screen and (max-width: 900px) {
	.reservationArea .formArea ul {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.reservationArea .formArea {
		padding: 5% 20px 5%;
	}
	.reservationArea .formArea h4 {
		font-size: 16px;
		letter-spacing: -1px;
	}
	.reservationArea .formArea label {
		width: 100%;
	}
	.reservationArea .formArea li {
		float: none;
		clear: both;
	}
	.reservationArea .formArea li:first-child {
		width: auto;
		margin-bottom: 40px;
		border-right: 0;
	}
	.reservationArea .formArea li p {
		margin-top: 15px;
	}
	.reservationArea .formArea li p:nth-child(2) {
		margin-top: 20px;
	}
	.reservationArea .formList td {
		display: block;
	}
	.reservationArea .formList .consultation_td {
		display: table-cell;
		padding-left: 0;
	}
	.reservationArea .formList td:last-child input,
	.reservationArea .formList td:last-child select {
		height: 30px;
	}
	.reservationArea .formList td:last-child input {
		font-size: 12px;
	}
	.reservationArea .submitArea input[type="submit"], .reservationArea .submitArea input[type="button"] {
		width: 100%;
		height: 50px;
	}
	.reservationArea .commentArea textarea {
		font-size: 12px;
	}
	.confirm td,
	.confirm th {
		display: block;
	}
	.confirm th {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 640px) {
	.reservationArea .container {
		position: relative;
		padding: 5% 0 5%;
	}
	.reservationArea .consultation {
		width: 250px;
		margin: 20px auto 0;
	}
	.reservationArea .consultation p {
		padding: 0 19%;
	}
	.reservationArea .formArea .checkbox input[type="checkbox"] {
		top: 8px;
	}
	.reservationArea .formArea .checkbox {
		font-size: 12px;
	}
	.reservationArea .consultation .checkbox:before {
		top: 10px;
	}
	.reservationArea .consultation .checkbox:after {
		top: 18px;
	}
	.reservationArea .formList {
		margin-top: 5%;
	}
	.reservationArea .submitArea {
		width: 100%;
		text-align: left;
	}
	.reservationArea .submitArea input[type="submit"]:disabled, .reservationArea .submitArea input[type="button"]:disabled {
		font-size: 14px;
	}
	.reservationArea .submitArea input[type="submit"], .reservationArea .submitArea input[type="button"] {
		font-size: 14px;
	}
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/

/* footer_top_area
------------------------------*/
.footer_top_area {
	margin: 20px auto;
	width: 1200px;
	overflow: hidden;
}
.footer_txt01 {
	padding-top: 20px;
}
@media screen and (max-width: 1200px) {
	.footer_top_area {
		margin-left: auto;
		margin-left: auto;
		width: 92%;
		text-align: center;
	}
	.footer_top_area img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.footer_top_area .footer_txt01 {
		margin-bottom: 10px;
		padding: 0;
		width: 50%;
	}
}

/* footer_top_middle
------------------------------*/
.footer_top_middle {
	padding: 25px 0;
	background: #132c69;
	text-align: center;
}
@media screen and (max-width: 1200px) {
	.footer_top_middle img {
		width: 90%;
	}
}

/* copyright_area
------------------------------*/
.copyright_area .pageTop {
	width: 100px;
	background: #00264f;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	position: fixed;
	right: 12%;
	bottom: 8%;
	z-index: 9999;
	display: none;
}
.copyright_area .pageTop a {
	padding: 34px 0 32px;
	display: block;
}
.copyright_area .copyright {
	font-size: 12px;
	color: #132c69;
	padding: 10px 0 10px;
	background: #d7d7d7;
}
@media screen and (max-width: 1100px) {
	.copyright_area .pageTop {
		right: 3%;
	}
}
@media screen and (max-width: 768px) {
	.copyright_area .pageTop {
		width: 100%;
		box-shadow: none;
		left: 0;
		right: 0;
		bottom: 0;
		display: block !important;
		opacity: 1 !important;
	}
	.copyright_area .pageTop a {
		padding: 13px 0 10px;
	}
	.copyright_area .pageTop img {
		width: 40px;
	}
	.copyright_area .copyright {
		padding-bottom: 80px;
		font-size: 10px;
	}
}

/*------------------------------------------------------------
form_add
------------------------------------------------------------*/
.reservation h2 {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.form_info_area .form_info_box {
	overflow-x: hidden;
	margin: 0 auto 20px;
	padding: 40px 20px 30px;
	font-size: 14px;
	color: #fff;
	width: 650px;
	background: #132c69;
}
.form_info_box .form_info_txt01 {
	float: left;
	padding-left: 15%;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}
.form_info_txt01 span {
	font-size: 60px;
	font-weight: bold;
}
.form_info_box .countKinki {
	float: right;
	padding-right: 15%;
	font-size: 15px;
}
.form_info_box .countKinki .count_end {
	margin-top: 1em;
	font-size: 18px;
}
.form_info_box .count_txt01 {
	background: url(../img/icon_time01.png) no-repeat 0 -1px;
	text-indent: 2em;
}
.form_info_box .count_txt01 span {
	font-size: 20px;
}
.form_info_box .count_txt01 .count_txt02 {
	padding-left: 5px;
	font-weight: bold;
}
.form_info_txt03 {
	margin-top: 10px;
	margin-bottom: 30px;
	color: #c70000;
	text-align: center;
	font-size: 14px;
}
.form_txt01 {
	font-size: 18px;
	text-align: center;
}
.form_txt02 {
	color: #121212;
	font-size: 15px;
	font-weight: 500;
}
.formList .form_tb {
	width: 48%;
}
.formList .form_tb01 {
	float: left;
}
.formList .form_tb02 {
	float: right;
}
.formList .form_tb th,
.formList .form_tb td {
	padding: 10px 0;
	text-align: left;
	vertical-align: middle;
}
.formList .form_tb th {
	width: 37%;
}
.formList .form_tb td {
	padding-left: 20px;
	width: 63%;
}
.formList .form_tb th p:last-of-type {
	margin-left: 1em;
	margin-top: 5px;
	padding: 3px 7px 3px;
	color: #fff;
	font-size: 10px;
	background: #e60012;
	line-height: 1;
	float: left;
}
.formList .form_tb th p:first-of-type {
	color: #121212;
	font-size: 15px;
	font-weight: 500;
	background: none;
	padding: 0
}
.formList .form_tb th p.blank {
	display: none;
}
.formList .form_tb th p.m_postion {
	margin-top: 15px;
}
.formList .form_tb .m_nomal {
	padding-left: 0;
}
.formList .form_tb .m_nomal p {
	color: #333;
	font-size: 12px;
}
@media screen and (max-width: 1200px) {
	.formList .form_tb {
		width: 100%;
	}
	.formList .form_tb01 {
		float: none;
	}
	.formList .form_tb02 {
		float: none;
	}
}

@media screen and (max-width: 1200px) {}
@media screen and (max-width: 768px) {
	.form_info_area .form_info_box {
		width: 100%;
		text-align: center;
	}
	.form_info_box .form_info_txt01 {
		float: none;
		margin-bottom: 10px;
		padding: 0;
	}
	.form_info_box .countKinki {
		padding: 0;
		float: none;
	}
	.form_info_box .count_txt01 {
		background: no-repeat;
		text-indent: 0;
	}
	.form_info_box .count_txt01 span {
		display: inline;
	}
	.formList .form_tb td {
		width: 100%;
	}
	.formList .form_tb .m_nomal {
		width: 250%;
	}
}
@media screen and (max-width: 640px) {
	.reservation h2 {
		font-size: 21px;
	}
	.form_info_area .form_info_box {
		padding: 5% 5% 5%;
	}
	.form_info_box .form_info_txt01 {
		font-size: 18px;
	}
	.form_info_txt01 span {
		font-size: 36px;
	}
	.form_info_txt03 {
		font-size: 12px;
	}
	.form_txt01 {
		font-size: 12px;
	}
	.form_txt02 {
		font-size: 12px;
	}
	.formList .form_tb td {
		padding-left: 3%;
	}
	.formList .form_tb th p:last-of-type {
		font-size: 10px;
	}
	.formList .form_tb th p:first-of-type {
		font-size: 11px;
	}
}

/*------------------------------------------------------------
confirm thanks
------------------------------------------------------------*/
.contact_ttl {
	text-align: center;
	font-size: 36px;
}
.contact_ttl_sub {
	text-align: center;
	color: #132c69;
	font-size: 24px;
}
.confirm {}
.confirm table {
	width: 100%;
}
.confirm table th,
.confirm table td {
	padding: 2% 2%;
	line-height: 1.6;
}
.confirm table th {
	font-weight: bold;
}
.contact_txt01 {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.contact_ttl {
		padding-top: 2em;
		font-size: 24px;
	}
	.contact_ttl_sub {
		font-size: 18px;
	}
	.confirm table th {
		padding: 2% 0 0 2%;
	}
	.confirm table td {
		padding: 0 0 5% 2%;
	}
	.contact_txt01 {
		font-size: 12px;
	}
}

/* 2018.03.20 追加 */
.vh_center {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.side_fixed_button {
	position: fixed;
	top: 296px;
	right: 0;
	z-index: 999;
}
.main_visual {
	width: 100%;
	height: 774px;
	background: url(../img/lp201806/bg_mv.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
.main_visual img {
	margin-left: -240px;
}
.after_arrow1 {
	width: 100%;
	display: inline-block;
	position: absolute;
	bottom: -2px;
}
.after_arrow1 img {
	width: 100%;
}
.content_box {
	width: 100%;
	padding: 60px 0;
	background-color: #FFF;
}
.content_box .inner {
	width: 1200px;
	margin: 0 auto;
}
.inner.center {
	text-align: center;
}
.headline-type1 {
	margin-bottom: 1em;
	margin-top: 1em;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.headline-type2 {
	margin-bottom: 1em;
	font-size: 48px;
	font-weight: 500;
	text-align: center;
	color: #000000;
	line-height: 1;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.content01 {
	padding: 80px 0 80px;
	background-color: #feeff2;
	text-align: center;
}
.bx-wrapper {
	width: 756px;
	margin: 0 auto;
}
.content02 {
	padding: 74px 0 0;
	background: url(../img/lp201806/content02_bg.png) center center repeat;
}
.content02 .flex_wrap {
	padding: 30px;
}
.content02 .text_area {
	text-align: left;
	font-size: 12px;
	margin-left: 30px;
	line-height: 1.6;
}
.content03 {
	padding: 60px 0;
	background: url(../img/lp201805/bg_03.jpg) center bottom no-repeat;
	background-size: cover;
	position: relative;
}
.after_arrow2 {
	width: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
}
.after_arrow2 img {
	width: 100%;
}
.impression {
	padding: 40px 54px 30px;
	position: relative;
	background-color: #FFF;
}
.content03 .impression {
	margin-bottom: 24px;
}
.impression .icon_new {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.impression dl {
	position: relative;
	z-index: 2;
}
.impression dt {
	font-size: 20px;
	font-weight: bold;
	background-color: #fffc00;
	display: inline;
}
.impression .comment {
	margin-top: 10px;
	font-size: 16px;
}
.content03 .graph {
	margin-top: 74px;
}
.content04 {
	padding: 120px 0 60px;
	background: url(../img/lp201805/bg_04.jpg) center center no-repeat;
	background-size: cover;
}
.content04 .flex_wrap {
	padding: 60px;
	background-color: rgba(255,255,255,0.75);
}
.content04 .text_area {
	margin-left: 50px;
	text-align: left;
	font-size: 18px;
}
.content04 dt {
	margin-bottom: 1em;
	padding: .2em;
	background-color: #b89b4e;
	color: #FFF;
	text-align: center;
}
.content04 dd p:not(:last-child) {
	margin-bottom: .6em;
}
.content05 {
	background: #f6fcff url(../img/lp201806/bg_05.jpg) center bottom no-repeat;
	background-size: cover;
}
.content05 .headline-type2 {
	margin: 10px auto 30px;
}
.content05 .message {
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	position: relative;
}
.content05 .message p {
	line-height: 1.4;
	font-size: 14px;
}
.content05 .message .sub {
	font-size: 20px;
	margin-top: .5em;
}
.content05 .message .icon {
	position: absolute;
	top: -84px;
	right: 50px;
}
.schedule {
	padding: 30px 0;
	
}
.schedule_image {
	width: 1092px;
	margin: 0 auto 30px;
}
.schedule table {
	width: 1092px;
	margin: 0 auto;
	border-spacing: 2px;
	border-collapse: separate;
}
.schedule table thead th {
	padding: .8em;
	background-color: #ef7853;
	font-size: 14px;
	text-align: center;
	color: #FFF;
}
.schedule table tbody th {
	width: 44px;
	background-color: #626262;
	font-size: 20px;
	text-align: center;
	color: #FFF;
	vertical-align: middle;
}
.schedule table tbody th p {
	width: 1em;
	line-height: 1;
	display: inline-block;
}
.schedule table tbody td {
	padding: 1em;
	background-color: #FFF;
	position: relative;
}
.schedule table tbody td dt {
	font-size: 15px;
	font-weight: bold;
}
.schedule table tbody td dt {
	font-size: 14px;
}
.schedule table tbody td .button_map {
	position: absolute;
	top: 16px;
	right: 20px;
}
.content06 {
	padding: 80px 0 80px;
	background: url(../img/lp201803/bg06.jpg) center bottom no-repeat;
	background-size: cover;
}
.content06 h1 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 44px;
	color: #FFF;
	font-weight: bold;
	position: relative;
	z-index: 9;
	line-height: 1;
}
.content06 h1:after {
	content: '+';
	font-size: 252px;
	color: #b7e2ff;
	position: absolute;
	top: 12px;
  right: 0px;
	z-index: -1;
	line-height: 0;
	opacity: 0.65;
}
.merit {
	width: 580px;
	margin-bottom: 40px;
	padding: 30px 60px;
	background-color: #FFF;
	float: left;
}
.merit:nth-child(odd) {
	margin-right: 40px;
}
.merit h2 {
	padding-bottom: 10px;
	font-size: 28px;
	font-weight: bold;
	border-bottom: 4px solid #0063b0;
	line-height: 1;
	text-align: center;
}
.merit .text_area {
	height: 212px;
	font-size: 15px;
}
.content07 {
	padding: 60px 0 40px;
	background-color: #fef9e9;
}
.content07 .inner { 
	margin-top: 50px;
}
.content07 h1 {
	margin-bottom: 40px;
}
.content08 h1 {
	margin-bottom: 15px;
}
.content09 {
	background-color: #f2f2f2;
}
.content09 .inner {
	width: 100%;
}
.voice_wrap {
	width: 774px;
	margin: 15px;
	background-color: #FFF;
}
.voice_wrap .image {
	width: 279px;
	float: left;
}
.voice_wrap .text_area {
	width: 495px;
	float: right;
}
.voice_wrap .text_area h2 {
	padding: .5em;
	background-color: #828384;
	color: #FFF;
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
}
.voice_wrap .text_area dl {
	padding: 40px 30px;
}
.voice_wrap .text_area dt {
	font-size: 21px;
}
.voice_wrap .text_area dd {
	font-size: 15px;
}
.voice_wrap .text_area .profile {
	margin-bottom: 1em;
}
.voice_wrap .text_area .comment {
	font-size: 16px;
}
.content10 {
	padding: 60px 0 0;
	background-color: transparent;
}
.content10 .headline-type2 {
	color: #FFF;
	position: relative;
	display: inline-block;
}
.content10 .headline-type2 .icon {
	position: absolute;
	top: -40px;
  right: -130px;
}
.content10 .bg_gray {
	padding: 40px 0 30px;
	background-color: #f2f2f2;
}
.content10 .message {
	padding: 30px;
	background-color: #d8f0ff;
	text-align: center;
	font-size: 26px;
	font-weight: 500;
}
.content10 .message p {
	line-height: 1.4;
}
.content10 .message .sub {
	font-size: 20px;
	margin-top: .5em;
}
body .sp-slides-container .sp-fade-arrows {
	opacity: 1;
}
body .sp-horizontal .sp-arrows {
	width: 1200px;
	margin: -15px auto 0;
	left: auto;
}
body .sp-arrow {
	width: 64px;
	height: 64px;
}
body .sp-next-arrow {
	transform: unset;
	background: url(../img/lp201803/slide_arrow_right.png) center center no-repeat;
}
body .sp-previous-arrow {
	background: url(../img/lp201803/slide_arrow_left.png) center center no-repeat;
}
body .sp-next-arrow:before,
body .sp-next-arrow:after,
body .sp-previous-arrow:before,
body .sp-previous-arrow:after {
	display: none;
}
.date_wrap {
	width: 538px;
	margin: 0 auto;
	padding: 34px 0;
	background-color: #eeeeee;
	text-align: center;
	font-size: 20px;
	border-radius: 5px;
}
.date_wrap dl {
	height: 34px;
}
.date_wrap dt,
.date_wrap dd {
	display: inline-block;
}
.date_wrap dt {
	margin-right: 1em;
	position: relative;
	top: -10px;
}
.date_wrap .selectbox {
	height: 34px;
	background: #ffffff url(../img/ico_reservation02.png) no-repeat 97% center;
	border: 1px solid #bcbcbd;
	border-radius: 5px;
	overflow: hidden;
}
.date_wrap select {
	width: 328px;
	background: none;
	cursor: pointer;
	padding: 0 0 0 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	height: 34px;
	box-sizing: border-box;
	position: relative;
	top: -3px;
}
.reservation {
	padding-top: 90px;
	background-color: #fef9e9;
}

@media screen and (max-width: 768px) {
	.side_fixed_button {
		display: none;
	}
	.main_visual {
		height: auto;
		padding: 60px 0;
	}
	.main_visual img {
		padding-right: 15%;
    padding-left: 5%;
		margin-left: 0;
	}
	.content_box {
		padding: 20px 0;
	}
	.content_box .inner {
		width: 100%;
		padding: 0 15px;
	}
	.headline-type1 {
		font-size: 20px;
	}
	.headline-type2 {
		font-size: 20px;
	}
	.content01 {
		padding: 20px 0;
	}
	.content02 .flex_wrap {
		display: block;
		padding: 15px;
	}
	.content02 .flex_wrap img {
		width: 80%;
	}
	.content02 .text_area {
		margin-left: 0;
		margin-top: 20px;
	}
	.content03 .impression {
		padding: 30px !important;
	}
	.impression .icon_new img {
		width: 42.5px;
	}
	.impression .comment {
		font-size: 14px;
	}
	.content03 .graph {
		margin-top: 20px;
	}
	.content04 {
		padding: 20px 0 20px;
	}
	.content04 .flex_wrap {
		padding: 0;
		display: block;
	}
	.content04 img {
		width: 60%;
		margin-bottom: 20px;
	}
	.content04 .text_area {
		margin-left: 0;
		font-size: 11px;
	}
	.content05 .headline-type2 {
		text-align: left;
		margin: 15px;
	}
	.content05 .inner {
		padding: 0;
	}
	.content05 .message {
		padding: 0 15px;
		font-size: 18px;
		text-align: left;
	}
	.content05 .message .sub {
		font-size: 14px;
		margin-top: 1em;
	}
	.content05 .message .icon {
		width: 50px;
		top: -56px;
    right: 15px;
	}
	.schedule {
		padding: 20px 10px;
		background-size: cover;
	}
	.schedule_image {
		width: 100%;
		margin: 0 auto 15px;
	}
	.schedule table {
		width: 100%;
	}
	.schedule table tbody td .button_map {
		margin-top: 10px;
		position: relative;
		top: auto;
    right: auto;
		float: right;
	}
	.content06 h1 {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 1.4;
	}
	.content06 h1:after {
		font-size: 140px;
		top: 20px;
	}
	.content07 h1 {
		margin-bottom: 20px;
	}
	.merit {
		width: 100%;
		margin-bottom: 20px;
		padding: 30px;
	}
	.merit:nth-child(odd) {
		margin-right: 0;
	}
	.merit h2 {
		margin-bottom: 18px;
		font-size: 18px;
	}
	.merit .text_area {
		height: auto;
		font-size: 14px;
	}
	.content09 {
		padding: 20px;
	}
	.content09 .inner {
		padding: 0;
	}
	.voice_wrap {
		width: 100%;
		margin: 0;
	}
	.voice_wrap .image {
		width: 30%;
	}
	.voice_wrap .text_area {
		width: 70%;
	}
	.voice_wrap .text_area h2 {
		padding: 1em;
		font-size: 18px;
	}
	.voice_wrap .text_area dl {
		padding: 20px;
	}
	.voice_wrap .text_area dt {
		font-size: 18px;
	}
	.voice_wrap .text_area .comment {
		font-size: 14px;
	}
	.content10 .headline-type2 .icon {
		width: 50px;
		top: -15px;
    right: -55px;
	}
	.content10 .message {
		padding: 20px;
		font-size: 18px;
		text-align: left;
	}
	.content10 .message .sub {
		font-size: 14px;
		margin-top: 1em;
	}
	body .sp-horizontal .sp-arrows {
		width: 100%;
	}
	body .sp-horizontal .sp-previous-arrow {
		left: 0;
	}
	body .sp-horizontal .sp-next-arrow {
		right: 0;
	}
	.date_wrap {
		width: 100%;
		font-size: 11px;
	}
	.date_wrap select {
		width: 100%;
		top: auto;
	}
	.date_wrap dd {
		width: 70%;
	}
}

/* 2018.05.25追加 */
/* Flexbox レイアウト */
.flex_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex_wrap.v_center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_wrap.vh_center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.flex_wrap.space_between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.flex_wrap.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.flex_wrap.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* メディアクエリで表示・非表示切り替え */
.pc_only {
  display: inline-block;
}

@media screen and (max-width: 479px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 479px) {
  .sp_only {
    display: inherit;
  }
}