@charset "utf-8";
/*Webフォントの定義・IEは利かない*/
@font-face {
	font-family: "NotoSansCJKjp_B";
	src: url("../fonts/NotoSansCJKjp-Bold.woff")  format('woff');
}
@font-face {
	font-family: "NotoSansCJKjp_R";
	src: url("../fonts/NotoSansCJKjp-Regular.woff")  format('woff');
}

/*　all common　*/
html {
	font-family: "NotoSansCJKjp_R","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 18px;
}
body {
	color: #454545;
	text-align: left;
	background-color: white;
	width: 750px;
	line-height: 34px;
	font-size: 24px;
}

/*Aタグ*/
a{
	text-decoration: none;
	color: #454545;
}
a:hover{
	color:#e72b06;
	opacity: 0.6 !important;
	transition: opacity 0.3s linear !important;
}
h2{
	font-size: 35px;
	font-family: "NotoSansCJKjp_R","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	letter-spacing: 0.05rem;
	line-height: 55px;	
	margin-bottom: 26px;
}
h3{
	font-size: 24px;
	font-family: "NotoSansCJKjp_R","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	letter-spacing: 0.05rem;
	margin-bottom: 10px;
}
.h2_wrap{
	border-bottom-style: dotted;	
	border-bottom-width: 1px;
	border-bottom-color: #454545;
	margin-bottom: 26px;
}
dl{
	margin-left: 20px;
	margin-right: 20px;
}
dt{
	display: inline-block;
	background-image: url("../img/common/title_bg.png");
	font-weight: bold;
	letter-spacing: 0.07rem;
	width: 400px;
	padding-top: 10px;
	padding-left: 10px;	
	padding-bottom: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
dd{
	display: inline-block;
	width: 600px;
	margin-bottom: 20px;
	vertical-align: top;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;	
	padding-top: 10px;
}
.dl_style1{
	padding-right: 30px;
}
dt,
.dl_style1 dt{
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
dd,
.dl_style1 dd{
	display: block;
	width: 100%;
	border-top-width:0;
	margin-bottom: 30px;
	padding-top: 0;
}
dl h2{
	margin-bottom: 0 !important;
	text-align: center;
	background-color: #b9e78f;
	padding-top: 5px;
}
dl .non_border{
	border-top-width:0;
	padding-top: 0 !important;
}

/*アウトライン*/
.wrap1{
	margin: auto;
	width: 750px;
}
.wrap2{
	margin: auto;
	width: 600px;
}

/*字サイズ関係*/
.fz20{
	font-size: 20px;
}
.strong_y{
	background-image: url("../img/common/strong_y.png");
	background-position: bottom;
	background-repeat: repeat-x;
}
.strong_o{
	background-image: url("../img/common/strong_o.png");
	background-position: bottom;
	background-repeat: repeat-x;
}
.pt20{
	padding-top:20px;
}

/*　位置関係　*/
.text_right{
	text-align: right;
}
.text_center{
	text-align: center;
}
.text_left{
	text-align: left;
}

/*セクション同士の間*/
.section_pt1{
	padding-top: 60px;
}
.section_pb1{
	padding-bottom: 60px;
}

/*コンテンツ箇所*/
.left_image_area img,
.left_image_area .text_box,
.right_image_area img,
.right_image_area .text_box{
	display: block;
}
.left_image_area .text_box,
.right_image_area .text_box{
	vertical-align: top;
	overflow-x: hidden;
	width: 600px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 80px;	
}
.left_image_area .text_box p,
.right_image_area .text_box p{
	margin-bottom: 26px;
}
.right_image_area img{
	float:none;
}
.right_image_area .text_box{
	float:none;
}
.bg_section1{
	background-image: url("../img/common/shell.png");
	background-repeat: no-repeat;
	background-position: right 80%;
}
.bg_section2{
	background-image: url("../img/common/club.png");
	background-repeat: no-repeat;
	background-position: left 80%;
}
.bg_section3{
	background-image: url("../img/common/sunset.png");
	background-repeat: no-repeat;
	background-position: right 80%;
}
.h436{
	height: 700px;
}

.btn_style1{
	display: inline-block;
	background-color: #454545;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 18px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 30px;
}
.btn_style1 svg{
	margin-left: 40px;
	margin-right: -30px;
	font-size: 18px;
	font-family: "NotoSansCJKjp_B","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.btn_style1:hover{
	color: #fff;
}


/* ヘッダーエリア*/
#logo_area{
	margin-top: 20px;
}
.logo{
	margin-left: 20px;
}

/*Gnaviついてくる*/
.gnavi_area_fixed {
	position: fixed !important;
	top: 0;
	z-index: 10000 !important;
}
/*Gnavi*/
#gnavi_area{
	top:0;
	width:100%;
	z-index: 400;
	position: absolute;
	background-color: #fff;	
	height: 100px;
}
#gnavi{
	display: inline-block;
	width: 870px;
	margin: auto;
	margin-left: 20px;
	vertical-align: top;
}
#menu{
	position: absolute;	
	right: 25px;
	top:20px;
}
#navi_booking{
	position: absolute;	
	right: 125px;
	top: 18px;
	width: 82px;
	text-align: center;
}
#navi_booking span{
	font-size: 18px;
	display: block;
	margin-top: -10px;
}

/*
#menu{
	margin: auto;
	vertical-align: top;
	display: inline-block;
	text-align: right;
	width: 500px;
	margin-top: 20px;
}*/
#gnavi li{
	list-style: none;
	display: inline-block;
	text-align: center;
	font-size: 11px;
}
#gnavi .border{
	display: inline-block;
	border-left-style: dotted;	
	border-left-width: 1px;
	width: 1px;
	height: 61px;
}
#gnavi_list1,
#gnavi_list2,
#gnavi_list3 a,
#gnavi_list4 a,
#gnavi_list5 a,
#gnavi_list6 a
{
	background-position: center 0px;
	background-repeat: no-repeat;
	width: 130px;
	height: 21px;
	padding-top: 40px;
	display: inline-block;	
}
#gnavi_list1{
	background-image: url("../img/common/gnavi01.png");
}
#gnavi_list2{
	background-image: url("../img/common/gnavi02.png");
}
#gnavi_list3 a{
	background-image: url("../img/common/gnavi03.png");
	padding-top: 50px;
}
#gnavi_list4 a{
	background-image: url("../img/common/gnavi04.png");
	padding-top: 45px;
}
#gnavi_list5 a{
	background-image: url("../img/common/gnavi05.png");
	padding-top: 45px;
}
#gnavi_list3,
#gnavi_list4,
#gnavi_list5,
#gnavi_list6
{
	width: 130px;
	height: 21px;
}

#gnavi_list1 svg,
#gnavi_list2 svg{
margin-left: 3px;
}
#gnavi_list1 ul,
#gnavi_list2 ul{
	display: block;
	position: absolute;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	margin-top: 5px;
}
#gnavi_list1 li,
#gnavi_list2 li{
	display: block;
	padding-top: 8px;
	padding-bottom: 5px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	background-color: #000;
	color: #fff;
	text-align: left !important;
	padding-left: 20px;
	padding-right: 20px;	
	line-height: 20px;
}
#gnavi_list1 a,
#gnavi_list2 a{
	color: #fff;
}
#gnavi_list6 a{
	margin-top: -45px;
	padding-bottom: 20px;	
	padding-top: 20px;
	vertical-align: top;
}
#gnavi .non_border{
	border-bottom-width: 0px;
}

/*　フッターエリア　*/
#footer_area{
	margin-bottom: 10px;
}
#footer_area li{
	list-style: none;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	margin-left: 20px;
	margin-right: 20px;	
}
#footer_area .border{
	display: inline-block;
	border-left-style: dotted;	
	border-left-width: 1px;
	width: 1px;
	height: 22px;
}
#footer_copyright{
	background-color: #1c1c1c;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 18px;
}
#footer_copyright a{
	color: #fff;
}

/*　scroll back to top　*/
#page-button {
	position: fixed;
	bottom: 17px;
	margin: 0 auto;
	margin-left: auto;
	right: 40px;
}
#page-button a {
	display: block;
	width: 110px;
	height: 110px;
	color: #ffffff;
	border-radius: 63px;
	font-weight: bolder;
	line-height: 20px;
	text-align: center;
	background-image: url("../img/common/page_top.png");
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 65px;
}

/**sp表示**/
.for_sp{
	display: inline-block;
}

.remodal,
#gnavi_modal{
	width: 750px !important;
	text-align: left;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #efefef;
	max-width: 750px !important;
}
.remodal-cancel{
	margin-top: -40px !important;
	background-color: #efefef!important;
}
.modal_sns{
	display: inline-block;
	margin-right: 20px;
}
#btn_close{	
	display: inline-block;
	width: 380px;
	text-align: right;
}
#modal_main_menu{
	margin-left: 30px;
}
#modal_main_menu a{
	color: #1668c1;
}
#modal_main_menu hr{
	margin-left: -30px;
	border-top: 1px dashed #aaaaaa;
}
#modal_gnavi_list1 hr,
#modal_gnavi_list2 hr,
#modal_gnavi_list3 hr,
#modal_gnavi_list4 hr{
	margin-left: -160px !important;
}
#modal_main_menu li{
	display: block !important;
	text-align: left;
	font-size: 30px;
	list-style: none;
	background-position: left;
	background-repeat: no-repeat;
}
#modal_gnavi_list1,
#modal_gnavi_list2,
#modal_gnavi_list3,
#modal_gnavi_list4,
#modal_gnavi_list5,
#modal_gnavi_list6{
	background-repeat: no-repeat!important;
	padding-left: 130px
}

#modal_gnavi_list1{
	background-image: url("../img/common_media/modal01.png");
	background-position: left top !important;
	margin-top: 10px;
	padding-top: 10px;
	height: 52px;
	margin-bottom: -10px;
}
#modal_gnavi_list1 svg,
#modal_gnavi_list2 svg,
#modal_gnavi_list3 svg,
#modal_gnavi_list4 svg{
	margin-left: 50px;
}
#modal_gnavi_list2{
	background-image: url("../img/common_media/modal02.png");
	background-position: left top !important;
	height: 47px;
	padding-top: 10px;
	margin-bottom: -10px;
}
#modal_gnavi_list3{
	background-image: url("../img/common_media/modal03.png");
	background-position: left 5px !important;
	height: 57px;
	margin-bottom: -12px;
	padding-top: 13px;
}
#modal_gnavi_list4{
	background-image: url("../img/common_media/modal04.png");
	background-position: left!important;
	height: 46px;
	padding-top: 12px;
	margin-bottom: -5px;
}
#modal_gnavi_list5{
	background-image: url("../img/common_media/modal05.png");
    background-position: left -5px!important;
    height: 50px;
    padding-top: 10px;
}
#modal_gnavi_list6{
	background-image: url("../img/common_media/modal06.png");
	background-position: left!important;
	height: 42px;
    padding-top: 8px;
}
#modal_gnavi_list1_child li,
#modal_gnavi_list2_child li,
#modal_gnavi_list3_child li,
#modal_gnavi_list4_child li{
	padding-left: 150px;
	font-size: 24px !important;
}
#modal_tripadviser{
	display: block;
	margin-top: 60px;
}

.android .left_image_area .text_box,
.android .right_image_area .text_box{
	line-height: 40px !important;
}
.android dd,
.android .dl_style1 dd{
	line-height: 40px !important;
}

/*PC箇所非標示**/
.for_pc {
	display: none;
}

/*end*/

@media (max-width: 1490px) {
	.btn_style2{
		background-size: 81px 80px;
		font-size: 14px;
		width: 80px;
		height: 74px;
		padding-top: 30px;
	}
	.btn_style2 svg{
		font-size: 18px;
		margin-top: 8px;
	}
}