@charset "utf-8";

body {
	appearance: none;
	font-family:sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 14px;
}
a:hover {
	text-decoration: none;
}
.sp_none {
	display: none;
}


/*=======================================================================
ベース・フレーム関連
=======================================================================*/

.in_wrap {
	margin: 0 15px;
	box-sizing: border-box;
}
.in_wrap_wide {
	box-sizing: border-box;
}


.wrapper {
	padding-top: 54px;
}
/*#h_wrapper {
	margin-bottom: 60px;
}
*/

.h_wrap_top {
	width: 100%;
	background: #07308F url("../img/top_main_vc@2x.jpg") no-repeat center 18px;
	background-size: auto 300px;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 20px;
}
/*.h_wrap_top::before {
	content: '';
	display: block;
	width: 100%;
	height: 268px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/top_main_vc_ami@2x.png");
	background-size: 1920px 1080px;
}*/

.header_wrap_top .header_logo {
	position: absolute;
	width: 245px;
	height: 44px;
	top: 5px;
	left: 10px;
	background: url("../img/header_logo_sp.svg") no-repeat left;
	background-size: auto 100%;
}
.header_wrap_top .header_logo img {
	width: 220px;
	height: auto;
	display: none;
}

.sp_h_menu {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 7px;
	font-size: 10px;
	text-align: center;
	line-height: 1em;
	color: #07308F;
	cursor: pointer;
	background: #fff;
	border-radius: 4px;
	padding-top: 4px;
	box-sizing: border-box;
}
.sp_h_menu::before,
.sp_h_menu::after,
.sp_h_menu span::before{
	content: '';
	display: block;
	width: 26px;
	height: 2px;
	background: #07308F;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.sp_h_menu::before {bottom: 18px;}
.sp_h_menu::after {bottom: 6px;}
.sp_h_menu span::before {bottom: 12px;}




.header_wrap_top {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 318px;
}
.sp_header_dsc {
	background: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	color: #07308F;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.header_sp_area {
	position: fixed;
	height: 54px;
	width: 100%;
	background: #07308F;
	left: 0;
	top: 0;
	z-index: 9999;
}





.header_wrap_top .gnav {
	display: none;
}

.header_wrap_top .mv_text_box {
	margin: 0 20px;
}
.header_wrap_top .mv_text_box h2 {
	font-size: 24px;
	line-height: 1em;
	font-weight: 500;
	color: #fff;
	font-family: "M PLUS 2", sans-serif;
	font-optical-sizing: auto;
	text-align: right;
}
.header_wrap_top .mv_text_box h2 span {
	font-size: 52px;
	display: block;
	line-height: 1em;
	margin-bottom: 10px;
	text-align: left;
	font-weight: 500;
	position: relative;
	z-index: 1;
}
/*.header_wrap_top .mv_text_box h2 span::before {
	content: '';
	display: block;
	background: #fff;
	width: 260px;
	height: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: skew(-20deg, 0);
	z-index: -1;
}*/
.header_wrap_top .mv_text_box h3 {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.16);
	line-height: 24px;
	background: #1697E6;
	border-radius: 4px;
	text-align: center;
	/*box-shadow: 2px 2px 6px rgba(0,0,0,0.3);*/
	margin-bottom: 15px;
	letter-spacing: 0.08em;
	position: relative;
	z-index: 1;
}

.header_wrap_top .mv_text_box p {
	margin-top: 25px;
	color: #fff;
}

.news_box {
	display: flex;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	background: #000;
	margin-bottom: 20px;
}
.news_box h3{
	line-height: 50px;
	width: 80px;
	background: #FFFF29;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}
.news_box dl {
	width: calc(100% - 80px);
	color: #fff;
	line-height: 20px;
	padding: 15px 15px;
	position: relative;
	box-sizing: border-box;
}
.news_box dl dt {
	font-size: 12px;
	line-height: 1em;
	margin-bottom: 8px;
}
.news_box dl dd {
	font-size: 14px;
	line-height: 1.5em;
}
.news_box dl dd a {
	color: #fff;
}
.news_box dl dd a:hover {
	color: #FFFF29;
	text-decoration: none;
}
.news_box p.link {
	width: 58px;
	border-left: 1px dashed #fff;
	text-align: center;
	display: none;
}


.header_reserv_box {
	margin: 0 20px;
	background: rgba(43,71,135,0.9);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 30px 15px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	line-height: 1em;
	border-radius: 4px;
}
.header_reserv_box img {
	width: 100%;
	height: auto;
}
.header_reserv_box p.txt01 {
	font-size: 12px;
	line-height: 1em;
	margin-bottom: 10px;
}
.header_reserv_box .link {
	margin: 15px 0;
}
.header_reserv_box .link a:hover img {
	opacity: 0.6;
}
.header_reserv_box dt {
	background: #384A74;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.2em;
	line-height: 28px;
	margin-bottom: 10px;
	display: block;
}
.header_reserv_box dd {
	line-height: 1em;
	padding-bottom: 15px;
	border-bottom: 1px rgba(255,255,255,0.6) dashed;
	margin-bottom: 15px;
}
.header_reserv_box dd span {
	font-size: 12px;
	margin-right: -5px;
}

.header_reserv_box .gmap a {
	display: block;
	width: 156px;
	line-height: 24px;
	font-size: 14px;
	border: 1px rgba(255,255,255,0.6) solid;
	border-radius: 4px;
	margin: auto;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}
.header_reserv_box .gmap a:hover {
	background: #fff;
	color: #384A74;
	text-decoration: none;
}

.header_bnr_01 {
	width: 150px;
	height: 170px;
	position: absolute;
	top: 185px;
	right: 5px;
}
.header_bnr_02 {
	margin: 10px 20px 10px 10px;
}
.header_bnr_01 img,
.header_bnr_02 img{
	max-width: 100%;
	height: auto;
}




/*=======================================================================
フッター
=======================================================================*/

footer#f_cnt {
	background: #07308F;
	position: relative;
}
footer#f_cnt .gmap_area {
	height: 400px;
}

#f_wrapper {
	margin: auto;
	position: relative;
}

#f_wrapper h1.footer_logo {
	width: 320px;
	margin: 30px auto;
}
#f_wrapper h1.footer_logo img {
	width: 100%;
}
#f_wrapper ul {
	margin-bottom: 30px;
	margin: 0 20px;
}
#f_wrapper ul li:first-child {
	margin-bottom: 10px;
}
#f_wrapper ul li img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}

#f_wrapper ol {
	display: none;
}


#f_wrapper .header_reserv_box {
	background: rgba(255,255,255,0.2);
	margin-top: 20px;
	margin-bottom: 20px;
}

footer .copy {
	display: block;
	line-height: 40px;
	background: #fff;
	text-align: center;
	font-size: 11px;
	color: #818181;
}



/*=======================================================================
clear　clearfix
=======================================================================*/
.clear {
	clear: both;
	visibility: visible;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

/* 作成しアップロード後に[overflow:hidden;]は削除（DWデザインビュー用の為） */
.clearfix {
  display: block;
}
