@charset "utf-8";



.in_wrap {
	width: 1000px;
	margin: auto;
	box-sizing: border-box;
}
.in_wrap_wide {
	min-width: 1000px;
	margin: 0 7.29%;
	box-sizing: border-box;
}
/* ナビゲーションの調整 */
@media screen and (max-width:1190px) {
	.in_wrap_wide {
		margin: 0 40px;
		box-sizing: border-box;
	}
}
/*=======================================================================
ベース・フレーム関連
=======================================================================*/
.wrapper {
	min-width: 1080px;
}
/*#h_wrapper {
	margin-bottom: 60px;
}
*/

.h_wrap_top {
	width: 100%;
	height: 100vh;
	background: url("../img/top_main_vc@2x.jpg") no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	padding: 30px 4.16% 30px 4.16%;
	position: relative;
}
.h_wrap_top::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/top_main_vc_ami@2x.png");
	background-size: 1920px 1080px;
}
.header_wrap_top {
	position: relative;
	width: 100%;
	height: 100%;
}
.header_wrap_top .header_logo {
	position: absolute;
	top: 0;
	left: 0;
}
.header_wrap_top .header_logo img {
	width: 220px;
	height: auto;
}
.header_wrap_top .gnav {
	position: absolute;
	right: 310px;
	top: 0;
}
.header_wrap_top .gnav ul {
	display: flex;
	justify-content: flex-end;
	line-height: 1em;
	font-weight: 500;
}
.header_wrap_top .gnav ul.subnav {
	margin-bottom: 20px;
}

.header_wrap_top .gnav ul.nav li {
	margin-left: 30px;
}
.header_wrap_top .gnav ul.subnav li {
	margin-left: 20px;
	font-size: 14px;
	font-weight: 400;
}
.header_wrap_top .gnav ul li:first-child {
	margin-left: 0px;
}
.header_wrap_top .gnav ul li a {
	color: #fff;
}

.header_wrap_top .mv_text_box {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header_wrap_top .mv_text_box h3 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.16);
	line-height: 26px;
	background: rgba(193,166,116,0.9);
	border-radius: 4px;
	width: 360px;
	text-align: center;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	margin-bottom: 25px;
}
.header_wrap_top .mv_text_box h2 {
	font-size: 40px;
	font-weight: 400;
	color: #fff;
	font-family: "M PLUS 2", sans-serif;
	font-optical-sizing: auto;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}
.header_wrap_top .mv_text_box h2 span {
	font-size: 62px;
}
.header_wrap_top .mv_text_box p {
	margin-top: 25px;
	color: #fff;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}

.news_box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 880px;
	display: flex;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	background: #000;
}
.news_box h3{
	line-height: 58px;
	width: 120px;
	background: #FFFF29;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
.news_box dl {
	width: 701px;
	color: #fff;
	display: flex;
	line-height: 22px;
	padding: 18px 30px;
	position: relative;
	box-sizing: border-box;
}
.news_box dl dt {
	width: 95px;
	border-right: 1px #fff solid;
	margin-right: 20px;
}
.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;
}
.news_box p.link a {
	display: block;
	height: 58px;
	width: 100%;
	position: relative;
}
.news_box p.link a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.news_box p.link a:hover img {
	opacity: 0.6;
}

.header_reserv_box {
	width: 280px;
	background: rgba(43,71,135,0.9);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position: absolute;
	right: 0;
	top: -30px;
	padding: 30px 15px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	line-height: 1em;
}
.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: 290px;
	height: 300px;
	position: absolute;
	right: -10px;
	top: 365px;
}
.header_bnr_02 {
	width: 452px;
	height: 110px;
	position: absolute;
	right: 310px;
	top: 70px;
}
.header_bnr_01 img,
.header_bnr_02 img{
	max-width: 100%;
	height: auto;
}

/* ナビゲーションの調整 */
@media screen and (max-width:1250px) {
	
	.header_wrap_top .gnav ul.nav li:last-child {
		display: none;
	}
	
	.header_bnr_02 {
		width: 320px;
		height: auto;
		position: absolute;
		right: 310px;
		top: 80px;
	}
	
}

/* ナビゲーションの調整 */
@media screen and (max-height:770px) {
	
	.header_bnr_01 {
		width: auto;
		height: calc(100vh - 60px - 365px - 68px);
		position: absolute;
		right: -10px;
		top: 365px;
	}
	.header_bnr_01 img {
		width: auto;
		height: 100%;
	}
	
}



/*=======================================================================
共通CSS
=======================================================================*/
.title01 {
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
	padding-left: 10px;
	border-left: 4px #2B4786 solid;
	border-radius: 2px;
}

.link_btn01 a {
	display: block;
	width: 320px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	border-radius: 24px;
	background: #121212;
	margin: auto;
	border: 1px #121212 solid;
	transition: all 0.5s;
}
.link_btn01 a:hover {
	background: none;
	color: #121212;
	text-decoration: none;
}

.link_btn02 a {
	display: block;
	width: 120px;
	line-height: 36px;
	border: 1px #E8E8E8 solid;
	box-sizing: border-box;
	border-radius: 18px;
	padding-left: 20px;
	letter-spacing: 0;
	position: relative;
	font-size: 14px;
	margin: 15px auto 0 auto;
	transition: all 0.5s;
}
.link_btn02 a::after {
	content: '';
	width: 4px;
	height: 20px;
	background: url("../img/icon02.svg");
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.link_btn02 a:hover {
	background: #121212;
	color: #fff;
	text-decoration: none;
}

.link_btn03 a {
	display: block;
	width: 320px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	border-radius: 24px;
	margin: auto;
	border: 1px #fff solid;
	transition: all 0.5s;
}
.link_btn03 a:hover {
	color: #2B4786;
	text-decoration: none;
	background: #fff;
}

/*=======================================================================
トップページコンテンツ
=======================================================================*/

.top_block01,
.top_block02{
	margin-bottom: 60px;
}


.top_block01 ul {
	margin: 30px 0 40px 0;
	display: flex;
	justify-content: space-between;
}
.top_block01 ul li {
	width: 315px;
	box-sizing: border-box;
	padding: 20px;
	border: 1px #E8E8E8 solid;
	border-radius: 10px;
}
.top_block01 ul li img {
	width: 100%;
	height: auto;
}
.top_block01 ul li p.price {
	font-size: 26px;
	font-weight: 700;
	line-height: 1em;
	margin: 10px 0 5px 0;
	text-align: center;
}
.top_block01 ul li p.price .size {
	background: #121212;
	padding: 0px 6px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	line-height: 22px;
	margin-right: 10px;
	position: relative;
	top: -3px;
}
.top_block01 ul li p.price .en {
	font-size: 18px;
}

.top_block01 ul li p.subprice {
	color: #6F7C84;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
}

.top_block01 ul li p.txt01 {
	margin: 15px 0 8px 0;
	border-top: 1px #E8E8E8 solid;
	font-size: 13px;
	letter-spacing: 0;
	text-align: center;
	line-height: 1em;
	padding-top: 15px;
}

.top_block01 ul li p.txt02 {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0;
}
.top_block01 ul li p.txt02 span {
	color: #D92A2A;
}




.top_block02 ul {
	margin: 30px 0 40px 0;
	display: flex;
	justify-content: space-between;
}
.top_block02 ul li {
	width: 230px;
	text-align: center;
}
.top_block02 ul li img {
	width: 100%;
	height: auto;
}

.top_block02 ul li p.txt01 {
	font-size: 13px;
	line-height: 1em;
	margin: 10px 0 8px 0;
	text-align: center;
}

.top_block02 ul li h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1em;
}
.top_block02 ul li .price {
	font-size: 26px;
	font-weight: 700;
	line-height: 1em;
	margin: 10px 0;
	text-align: center;
}
.top_block02 ul li .price span {
	font-size: 18px;
}

.top_block03 {
	padding-bottom: 60px;
	position: relative;
}
.top_block03::before {
	content: '';
	display: block;
	width: 100%;
	height: calc(100% - 460px);
	background: #2B4786;
	position: absolute;
	bottom: 0;
	left: 0;
}
.top_block03 .in_wrap_wide {
	padding-top: 104px;
	position: relative;
	
}
.top_block03 .in_wrap_wide::before {
	content: '';
	display: block;
	background: url("../img/top_img_12@2x.png");
	background-size: 100% 100%;
	width: 598px;
	height: 118px;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: -58px;
}

.top_block03 h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 30px;
}

.top_block03 .txt {
	margin-bottom: 50px;
}

.top_block03 ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.top_block03 ul li {
	width: calc((100% - 90px) / 4);
	color: #fff;
}
.top_block03 ul li img {
	width: 100%;
	height: auto;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
	border-radius: 10px;
}

.top_block03 ul li .ph {
	position: relative;
	margin-bottom: 15px;
}
.top_block03 ul li .ph h3 {
	position: absolute;
	top: -20px;
	right: 20px;
	display: flex;
	flex-flow: row-reverse;
	align-items: flex-start;
	color: #121212;
}
.top_block03 ul li .ph h3 span {
	display: block;
	writing-mode: vertical-rl;
	background: #fff;
	font-size: 1.4vw;
	line-height: 1em;
	padding: 10px 15px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}

.top_block03 ul li:nth-child(1) .ph h3 span strong{ color: #678AAD;}
.top_block03 ul li:nth-child(2) .ph h3 span strong{ color: #AD8D67;}
.top_block03 ul li:nth-child(3) .ph h3 span strong{ color: #1EC110;}
.top_block03 ul li:nth-child(4) .ph h3 span strong{ color: #FA6060;}


.top_block03 ul li .ph h3 span:last-child {
	margin: 40px 5px 0 0;
}



.top_block04 {
	position: relative;
	background: #2B4786;
	margin-bottom: 142px;
}

.top_block04 .bgimg {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	overflow: hidden;
	background: url("../img/top_img_14@2x.png") no-repeat center;
	background-size: cover;
	text-indent: -9999px;
}
.top_block04 .bgimg::after {
	content: '';
	display: block;
	height: 100%;
	width: 70%;
	background: #2B4785;
	background: linear-gradient(90deg, rgba(43, 71, 133, 1) 0%, rgba(43, 71, 133, 0) 100%);
	position: absolute;
	left: 0;
	top: 0;
}
.top_block04 .bgimg img {
	
}
.top_block04 .in_wrap_wide {
	padding-top: 165px;
	position: relative;
	z-index: 1;
	
}
.top_block04 .in_wrap_wide::before {
	content: '';
	display: block;
	background: url("../img/top_img_13@2x.png");
	background-size: 100% 100%;
	width: 905px;
	height: 118px;
	mix-blend-mode: lighten;
	position: absolute;
	top: 60px;
	left: -58px;
	opacity: 0.6;
}

.top_block04 h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 40px;
	position: relative;
	color: #fff;
}

.top_block04 .txtbox p {
	position: relative;
}
.top_block04 .txtbox p span {
	background: #fff;
	padding: 14px 10px;
	line-height: 1em;
	display: inline-block;
	color: #2B4785;
	font-size: 28px;
	font-weight: 700;
}
.top_block04 p.txt02 {
	margin: 20px 0 0 280px;
	height: 170px;
}
.top_block04 p.txt02 span:nth-child(2){
	position: absolute;
	top: 57px;
	left: 86px;
}
.top_block04 p.txt02 span:nth-child(3){
	position: absolute;
	bottom: 0;
	left: 172px;
}
.top_block04 p.txt03 {
	margin: 20px 0 0 100px;
}

.top_block04 ul {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	transform: translateY(50%);
}

.top_block04 ul li {
	width: calc((100% - 90px) / 4);
	background: #2B4785;
	text-align: center;
	border-radius: 10px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.3),-2px -2px 6px rgba(255,255,255,0.2);
}
.top_block04 ul li a {
	display: block;
	padding: 25px 40px;
	color: #fff;
	position: relative;
}
.top_block04 ul li a:hover {
	text-decoration: none;
}
.top_block04 ul li a::after {
	content: url("../img/icon03.svg");
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.5;
}
.top_block04 ul li a h3 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1em;
	padding-bottom: 15px;
	margin-bottom: 12px;
	position: relative;
	transition: all 0.5s;
}
.top_block04 ul li a h3::before {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: #fff;
	opacity: 0.5;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}
.top_block04 ul li a h3::after {
	content: '';
	display: block;
	width: 0px;
	height: 1px;
	background: #F2FF42;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}

.top_block04 ul li a:hover h3::before {
	width: 0px;
}
.top_block04 ul li a:hover h3::after {
	width: 50px;
}

.top_block04 ul li a:hover h3 {
	color: #F2FF42;
}
.top_block04 ul li a p {
	font-size: 12px;
	line-height: 1.5em;
}


.top_block05 {
	margin-bottom: 60px;
}
.top_block05 ul {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top_block05 ul li {
	width: calc((100% - 10px) / 3);
	height: 204px;
	overflow: hidden;
	position: relative;
}
.top_block05 ul li:nth-child(n+4){
	margin-top: 5px;
}
.top_block05 ul li img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


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

footer#f_cnt {
	background: #2B4786;
	position: relative;
}
footer#f_cnt .gmap_area {
	height: 400px;
	margin-bottom: 60px;
}

#f_wrapper {
	width: 1000px;
	margin: auto;
	position: relative;
}

#f_wrapper h1 {
	margin-bottom: 40px;
}

#f_wrapper ul {
	display: flex;
	justify-content: space-between;
	width: 660px;
	margin-bottom: 30px;
}
#f_wrapper ul li {
	width: 310px;
}
#f_wrapper ul li img {
	width: 100%;
	height: auto;
}

#f_wrapper ol {
	display: flex;
	justify-content: center;
	width: 660px;
	line-height: 1em;
}

#f_wrapper ol.fnav {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
#f_wrapper ol.fnav li {
	margin-left: 40px;
	font-weight: 400;
}

#f_wrapper ol.fnav_sub {
	margin-bottom: 60px;
}
#f_wrapper ol.fnav_sub li{
	font-size: 14px;
	margin-left: 20px;
}

#f_wrapper ol.fnav li a,
#f_wrapper ol.fnav_sub li a{
	color: #fff;
}

#f_wrapper ol.fnav li:first-child,
#f_wrapper ol.fnav_sub li:first-child{
	margin-left: 0;
}

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

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



.pc_none {
	display: none;
}
/*=======================================================================
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;
}
