@charset "utf-8";

html {
  font-family: YuMincho,    /*　Macの游明朝　*/
               'Yu Mincho', /*　Windowsの游明朝　*/
               'MS Mincho', /*　游明朝がないWindows（MS PMinchoなら字詰めされる）　*/
               serif;
}

@media screen\0 {
html {
    font-family: 'MS Mincho', sans-serif; /*　IE8〜11はMS明朝　*/
  }
}

body{
	font-size: 15px;
	background: #fff;
	color: #0e504b;
	text-align:center;
}

*,*::after,*::before { box-sizing: border-box;}
.awesome{
	font-family: FontAwesome;
	content: "\f2cd";
}

/*　aタグ、リンク　*/
a{
	color: #0e504b;
	text-decoration:none;
}
a:hover{
	opacity: 0.4;
	transition: opacity 0.3s linear;
}
.a_style {
	color: #fff;}

.a_style2 {
	color: #5b4f45;}
	
.a_style3 {
	color: #585757;}

/*　liタグ　*/
li {
	text-decoration: none;
	display:inline-block;
}

/*　ボタン　*/
.green_btn {
	background: #0e504b;
	padding: 7px 28px;
	color: #fff;
	font-weight: bolder;
}
.white_btn {
	background: #fff;
	padding: 7px 28px;
	color: #0e504b;
	font-weight: bolder;
}

/*　marginの処理　*/
.mr20 {
	margin-right: 20px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.-mb3 {
	margin-bottom: -3px !important;
}
.mt40{
	margin-top:40px !important;
}

/*　テキストの処理　*/
.fw_bold {
	font-weight: bolder;
}
.fw_bold2 {
	font-weight: bold;
	color:#131110;
}
.text_style {
	line-height: 30px;
	color: #5b4f45;
}	

/*　大枠のdiv　*/	
.wrap_inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 2%;
}
.wrap_inner2 {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 5%;
}

/*　h1　*/
#gnav_h1 {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px 17px;
	text-align: left;
	font-size: 12px;
}
#gnav_h1_media {
	display: none;
}

/*　Gnavi　*/
#gnavi_area {
	background: rgba(255,255,255,0.8);
	width: 100%;
}
#gnavi_area_top {
	padding: 15px 0 35px 120px;
	text-align: left;
}
#gnavi_tel_menu_area {
	float: right;
	margin-bottom: 10px;
}
#gnavi_tel {
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
	font-size: 18px;
}
#gnavi_menu {
	display: inline-block;
	margin-left: 10px;
}
#gnavi_area_bottom {
	text-align: left;
	padding: 0 0 15px 137px;
}
#gnavi_area_bottom a {
	margin-right: 35px;
	color: #5b4f45;
	font-size: 18px;
	font-weight: bolder;
	letter-spacing: 3px;
}
.gnavi_area_fixed {
	display:block !important;
    position: fixed;
    top: 0;
    z-index: 10000;
}
#gnavi_logo_area{
	position: absolute;
	top: 0;
}

/*　フッター　*/
#footer_area {
	background: url(../img/common/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 310px;
	color: #fff;
}
#footer_logo {
	padding: 40px 0;
}
#footer_nav {
	height: 80px;
	line-height: 25px;
}
#footer_nav p {
	display: inline-block;
}
#footer_nav a {
	margin: 0 10px;
	color: #fff;
	letter-spacing: 2px;
	font-size: 17px;
}
#footer_address_mail {
	margin-bottom: 20px;
	line-height: 20px;
}
#footer_address_mail p {	
	display: inline-block;
	padding: 0 10px;
}
#copy_area {
	background: #3b2d23;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 13px;
}

/*　ボックスエリア　*/
.commom_box_blue {
	width: 100%;
	height: auto;
	background: url(../img/common/bg_gra_light_green.png);
	background-repeat: repeat-x;
	letter-spacing: 3px;
}
.commom_box_brown {
	width: 100%;
	height: auto;
	background: url(../img/common/bg_gra_light_brown.png);
	background-repeat: repeat-x;
	letter-spacing: 3px;
}
.commom_box_brown_bottom {
	width: 100%;
	height: 480px;
	background: url(../img/common/bg_light_brown_.png);
	background-repeat: repeat;
	letter-spacing: 3px;
}
.commom_box_img_left {
	display: inline-block;
	width: 65%;
	margin-right: 30px;
}
.commom_box_img_right {
	display: inline-block;
	width: 65%;
	margin-left: 20px;
	float: right;
}
.commom_box_img_small {
	padding: 15% 0 0 0;
	width: 100%;
}
.commom_box_text_area {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}
.commom_box2 {
	background: #e5f0ed;
	border-top: #0e504b solid 2px;
}
.dots_style {
	display: block;
	margin: 0 auto;
	margin-top: -20px;
	background: url(../img/common/dot.png) no-repeat;
	background-position: center;
	height: 125px;
}

/*　メニューボタンからの Gnavi　*/
#gnavi_modal{
	background-color:#fff !important;
	text-align:left !important;
	max-width: 100% !important;
	height: 100% !important;
	vertical-align: top !important;
	color: #0e504b !important;
}
#gnavi_modal a{
	display: inline-block !important;
	color: #0e504b !important;
}
#btn_close {
	background: url(../img/common/menu_logo.png) no-repeat !important;
	background-position: top center !important;
	width: 100% !important;
	height: 100px !important;
}
#btn_close button {
	float: right !important;
	text-align: right !important;
}
#modal_main_menu {
	max-width: 600px !important;
	margin: 0 auto !important;
	margin-bottom: 20px !important;
}
.modal_sub_menu,
#modal_footer {
	max-width: 560px !important;
	margin: 0 auto !important;
}
#modal_main_menu a{
	background-image:url(../img/common/right_arrow.png) !important;
	background-position:right center !important;
	background-repeat:no-repeat !important;
	padding-bottom: 8px !important;
	padding-top: 13px !important;
	padding-left: 20px !important;
	font-size: 18px !important;
}
.modal_link_wrap{
	border-bottom: #0e504b dotted 1px !important;
	padding-right:20px !important;
}
.modal_sub_menu a{
	margin-right:30px !important;
	margin-bottom: 20px !important;
}
#modal_footer a{
	 display:inline-block !important;
	 margin: 0 20px 10px 0 !important;
	 vertical-align: top !important;
}
#modal_footer i {
	 vertical-align: top !important;
}
.remodal-wrapper {
	padding: 0 !important;
}
.remodal-cancel{
	background-color:#fff !important;
	margin-left: -20px !important;
}

.modal_sub_menu br {
	display: none;
}

.section_pt{
	padding-top:20px;
}
.section_pb{
	padding-bottom:20px;
}
.text_left{
	text-align:left !important;
}
.text_right{
	text-align:right !important;
}
.text_center{
	text-align:center !important;
}

/*　TOPに戻るボタン　*/
#page-buttom {
	position: fixed;
	bottom: 0;
	right: 20px;
	z-index:100;
}
#page-buttom a {
	background-image: url(../img/common/btn_top.png);
	background-repeat:no-repeat;
	text-decoration: none;
	width: 80px;
	height: 80px;
	display: block;
}

/*宿泊プラン*/
.airplane_plan {
    position: fixed;
    background-image: url("../img/common/airplane.png");
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-color: #95a091;
    top: 200px;
    right: 0px;
    z-index: 100;
    padding-left: 65px;
    padding-right: 10px;
    padding-bottom: 20px;
    background-size: 45px;
    padding-top: 20px;
	color: #fff;
}

.for_sp{
	display: none;
}