@charset "utf-8";
/* CSS Document */

body,html {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #4D4D4D;
    background-image: -webkit-linear-gradient(270deg,rgba(234,244,255,1.00) 0%,rgba(255,255,255,1.00) 21.77%);
    background-image: -moz-linear-gradient(270deg,rgba(234,244,255,1.00) 0%,rgba(255,255,255,1.00) 21.77%);
    background-image: -o-linear-gradient(270deg,rgba(234,244,255,1.00) 0%,rgba(255,255,255,1.00) 21.77%);
    background-image: linear-gradient(180deg,rgba(234,244,255,1.00) 0%,rgba(255,255,255,1.00) 21.77%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1em;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(255,0,0,0.40);
    max-width: 100%;
    min-width: 1200px;
	position: relative;
	z-index: 0;
}
.br_sp{
	display: none;
}
.br_pc{
	display: block;
}
#wrapper {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100%;
    min-width: 100%;
}
#sub_main_image   {
    margin-bottom: 2%;
}

#map {
    width: 100%;
    height: 350px;
    background-color: #E7E7E7;
    margin-top: 6%;
}



.wf-roundedmplus1c { 
	font-family: "M PLUS Rounded 1c";
}
.wf-hannari { 
	font-family: "Hannari";
}
.wf-sawarabimincho { 
	font-family: "Sawarabi Mincho"; 
}


img{
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    border: 0;
}

/*画像リンク透過*/
.transparent img {
  transition: .4s;
}
.transparent img:hover {
  opacity: 0.5;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}


h1{
    font-size: 0.8em;
    font-weight: normal;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: right;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
ol, ul ,li{
    list-style: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}



.iframeWrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 15%;

}
.iframeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;height: 100% !important
		
}

#top_main_image {
    width: 100%;
    margin-right: auto;
    vertical-align: bottom;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
    position: relative;
}
.top_main_image_title {
    position: absolute;
    z-index: 1;
    width: 50%;
    left: 25%;
    bottom: 33%;
}




#nav {

}
.nav_pc{
    display: block;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
}
.nav_pc_btn {
    float: right;
    width: 73%;
}
.nav_pc_btn li {
    width: 20%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    color: #7F2224;
    line-height: 260%;
}
.nav_pc_btn li a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;	
  color: #7F2224;
  line-height: 260%;
}
.nav_pc_btn:hover li a {
  opacity: .3;
}
.nav_pc_btn li a:hover {
    opacity: 1;
    border-bottom: 2px solid #FF999A;
}
.nav_sp{
	display: none;
}
.top_logo{
    float: left;
    width: 25%;
	margin-top: 0.5%;
	
}
#content_box {
    width: 1000px;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
}
.furusato {
    margin-top: 3%;
}
.furusato_image {

}


#news   {
    width: 100%;
}
.news_caption {
    font-size: 1.3em;
    color: #ED1A1E;
}
#news_area{
    width: 70%;
    float: left;
    border: 1px solid #DBDBDB;
}
.instagram {
	width: 29.5%;
	float: right;
	background-color: aqua;
}
.instagram_btn {
    display: block;
    padding-top: 3%;
    padding-left: 15%;
    padding-bottom: 3%;
    text-decoration: none;
    color: #B51450;
    border-radius: 3px;
    transition: .4s;
    background-image: url(../img/instagram_logo.png);
    background-position: 2% 50%;
    background-size: 10% auto;
    background-repeat: no-repeat;
    font-size: 1.1em;
    font-weight: bold;
    background-color: #ffffff;
    border-top: 2px solid #B4B4B4;
    border-bottom: 2px solid #B4B4B4;
}

.instagram_btn:hover {
    background-color: #B51450;
    color: white;
    background-image: url(../img/instagram_logo.png);
    background-position: 2% 50%;
    background-size: 10% auto;
    background-repeat: no-repeat;
    font-size: 1.1em;
    font-weight: bold;
}
#top_content {
    margin-top: 5%;

}
.top_content_caption {
    font-weight: bold;
    color: #4C96AC;
    font-size: 1.3em;
}
.top_content_info {
    margin-top: 3%;
}
.top_content_image{
	float: right;
	width: 30%;
	
}
.top_content_info_text{
	float: left;
	width: 68%;
}
.top_content_btn {
    width: 65%;
    float: left;
}
.top_content_btn_top {
}
.top_content_btn_l {
    width: 48%;
    float: left;
    border: 1px solid #ABAB99;
}
.top_content_btn_r {
    width: 48%;
    float: right;
    border: 1px solid #ABAB99;
}
.top_content_btn_bottom {
	margin-top: 2%;
}
.top_fb {
    float: right;
    width: 33%;
    height: 419px;
    background-color: #F0FBFF;
    border: 1px solid #27428C;
    text-align: center;
    position: relative;
}


.top_fb_caption {
 	display: block;
    font-size: 1.6em; 	padding: 0.3em 1em;
  	text-decoration: none;
    color: #FFFFFF;
    background-color: #1D4AA6;
	transition: .4s;
}

.top_fb_caption:hover {
    background-color: #698BD1;
  	color: white;
}













.top_performance_left {
    width: 66%;
    float: left;
}
.top_performance_image {
    width: 32%;
    height: 150px;
    float: right;
    position: relative;
    display: block;
}
.top_performance_image01 {
    width: 44%;
    position: absolute;
    z-index: 2;
    lsft: -2%;
    top: -10%;
    height: 70%;
    left: -8%;
}
.top_performance_image02 {
    width: 44%;
    position: absolute;
    z-index: 1;
    left: 30%;
    top: 12%;
}
.top_performance_image03 {
    width: 44%;
    position: absolute;
    z-index: 3;
    right: -5%;
    top: -2%;
}
.top_performance_caption {
    background-image: url(../img/top_performance_title_bg.png);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    color: #DF0D55;
    font-size: 3em;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
}
a.top_performance_btn {
    position: relative;
    display: block;
    width: 160px;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #2196F3;
    border: solid 1px #fff;
    overflow: hidden;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
a.top_performance_btn:before {
	content:"";
	position: absolute;
	top: -25px;
	left: -20px;
	height:90px;
	width:20px;
	background : #fff;
	opacity: 0.3;
	transform: rotate(40deg);
	transition: 0.3s;
}
a.top_performance_btn:hover:before {
	left:98%;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
	z-index: 999;
}
.pagetop a {
    display: block;
    width: 90px;
    height: 60px;
    background-color: rgba(145,202,217,0.59);
    text-align: center;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    line-height: 21px;
    border-radius: 10px;
    padding-top: 10px;
}

#sub_content{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}







#contact {
    margin-top: 6%;
}
#formWrap {
    width: 900px;
    margin-top: 6%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    color: #555;
    line-height: 120%;
    font-size: 90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

.room_tbl{
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
  	width:92%;
    border: 2px solid #B4CED6;
  	overflow: hidden;
  	word-break: break-all;
  	word-wrap: break-word;
}
.room_tbl th{
    padding: 6px 8px 5px;
    border-top: solid 1px #ffffff;
    width: 30%;
    overflow: hidden;
    color: #13131e;
    font-style: normal;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: top;
    background-color: #BFD5DB;
}
 
.room_tbl td{
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    color: #595960;
    border-top: dotted 1px #e0dccc;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}







#hinoshizuku02 {
    margin-top: 8%;
}
.sub_top_image {
}
.sub_content_box {
    width: 98%;
    padding-left: auto;
    padding-right: auto;
    margin-top: 6%;
}







.sub_top_image {
}
.sub_content_box {
    width: 96%;
    padding-left: auto;
    padding-right: auto;
    margin-top: 6%;
}

.price {
}
.price_box {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3%;
}
.price_iamge {
	width: 40%;
	float: left;
    margin-top: 0%;
    box-shadow: 10px 10px 15px -10px;
    background-color: #FFFFFF;
    border: 1px solid #A6A6A6;
    padding-top: 0.8%;
    padding-right: 0.8%;
    padding-bottom: 0.8%;
    padding-left: 0.8%;	
	
}
.price_tbl{
    width: 56%;
	float: right;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #B4CED6;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}
 
.price_tbl th{
    padding: 6px 8px 5px;
    border-top: solid 1px #ffffff;
    width: 30%;
    overflow: hidden;
    color: #13131e;
    font-style: normal;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: top;
    background-color: #BFD5DB;
}
 
.price_tbl td{
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    color: #595960;
    border-top: dotted 1px #e0dccc;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}



.room_box {
}
.room_box_iamge {
    margin-top: 5%;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
.room_box_image_l {
    float: left;
    width: 63.9%;
    box-shadow: 10px 10px 15px -10px;
    background-color: #FFFFFF;
    border: 1px solid #A6A6A6;
    padding-top: 0.8%;
    padding-right: 0.8%;
    padding-bottom: 0.8%;
    padding-left: 0.8%;
}
.room_box_image_r {
    float: right;
    width: 30%;
    box-shadow: 10px 10px 15px -10px;
    background-color: #FFFFFF;
    border: 1px solid #A6A6A6;
    padding-top: 0.8%;
    padding-right: 0.8%;
    padding-bottom: 0.8%;
    padding-left: 0.8%;
	
}
.hotel_info{
	margin-top: 5%;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.hotel_info_tbl{
    width: 92%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #BED0C1;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}
 
.hotel_info_tbl th{
    padding: 6px 8px 5px;
    border-top-color: #ffffff;
    border-top-style: solid;
    width: 30%;
    overflow: hidden;
    color: #13131e;
    font-style: normal;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: top;
    background-color: #D8E4D1;
}
 
.hotel_info_tbl td{
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    color: #595960;
    border-top: dotted 1px #e0dccc;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.room_box_text{
    width: 90%;
    margin-top: 1.5%;
    margin-left: auto;
    margin-right: auto;
}

.shop_box {
	margin-top: 6%;
}
.shop_box_iamge {
    margin-top: 5%;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}


.shop_box_image_l {
    float: left;
    width: 65.2%;
    box-shadow: 10px 10px 15px -10px;
    background-color: #FFFFFF;
    border: 1px solid #A6A6A6;
    padding-top: 0.8%;
    padding-right: 0.8%;
    padding-bottom: 0.8%;
    padding-left: 0.8%;
}
.shop_box_image_r {
    float: right;
    width: 29%;
    box-shadow: 10px 10px 15px -10px;
    background-color: #FFFFFF;
    border: 1px solid #A6A6A6;
    padding-top: 0.8%;
    padding-right: 0.8%;
    padding-bottom: 0.8%;
    padding-left: 0.8%;
	
}


.access {
}
.contact{
	
}
.contact_box{
    text-align: center;
    margin-top: 3%;
	
}

.contact_text01{
    font-size: 1.5em;
}
.contact_text02{
    margin-top: 3%;
    font-size: 2em;
    background-color: #5AA3DF;
    display: inline-table;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    border: 2px solid #5AB4C7;
}

.mile_info{
	font-size: 1.5em;
	margin-top: 3%;
}


.mail_btn {
	width: 33%;
	margin-top: 1%;
	margin-left: auto;
	margin-right: auto;
    position: relative;
    display: inline-table;
    font-weight: bold;
    padding: 0.15em ;
    text-decoration: none;
    color: #FFFFFF;
	font-size: 1.5em;
    background-color: #FF003F;
    transition: .4s;
}

.mail_btn:hover {
    background-color: #FF7C85;
    color: white;
}


.nouen_info_box {
    margin-top: 2%;
    position: relative;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
.nouen_info_image {
    box-shadow:  8px 10px 10px -8px #747474;
    width: 27%;
    text-align: center;
    font-size: 1.5em;
    color: #FFFFFF;
    float: left;
    -webkit-box-shadow: 8px 10px 10px -8px #747474;
}

.nouen_info_tbl{
    width: 70%;
    border: 2px solid #d6ceb4;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    float: right;
}
 
.nouen_info_tbl th{
  padding: 6px 8px 5px;
  border-top: solid 1px #ffffff;
  width: 30%;
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #eeece4;
}
 
.nouen_info_tbl td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #e0dccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 

.owner_box {
    margin-top: 2%;
	position: relative;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

.owner_image {
	position: relative;
    float: left;
    box-shadow: 10px 10px 15px -10px;
    width: 28%;

}
.staff_box {
    margin-top: 3%;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 10px 10px 15px -10px;
}
.owner_text {
    float: right;
    margin-top: 1%;
    width: 64%;
    height: 320px;
    background-image: url(../img/owner_text_bg.png);
    background-size: 23% auto;
    background-repeat: no-repeat;
    background-position: 100% 75%;
    text-shadow: 2px 2px 2px #FFFFFF;
}



.owner_nemae {
    float: right;
    position: absolute;
    left:36%;
    bottom: 26%;
    font-size: 1.2em;
    color: #073F82;
    /*    background-color: #FFFFFF;
    padding-top: 0.5%;
    padding-bottom: 0.8%;
    padding-left: 6%;
    padding-right: 6%;
    border-radius: 6px;
-webkit-box-shadow: 2px 2px 2px #3F5334;
    box-shadow: 2px 2px 2px #3F5334;*/
}


.page_caption {
    color: #0E67A7;
    font-size: 1.5em;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 77.72%,rgba(87,153,201,1.00) 84.98%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 77.72%,rgba(87,153,201,1.00) 84.98%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 77.72%,rgba(87,153,201,1.00) 84.98%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 77.72%,rgba(87,153,201,1.00) 84.98%);
    padding-bottom: 0.3%;
    text-shadow: 2px 2px 2px #D3F2FF;
}

.page_caption02 {
    color: #358236;
    font-size: 1.5em;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 78.24%,rgba(118,171,94,1.00) 84.98%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 78.24%,rgba(118,171,94,1.00) 84.98%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 78.24%,rgba(118,171,94,1.00) 84.98%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 78.24%,rgba(118,171,94,1.00) 84.98%);
    padding-bottom: 0.3%;
    text-shadow: 2px 2px 2px #FFFEE8;
}


#footer {
    width: 100%;
    background-color: #F8FBF2;
    border-top: 2px solid #DDE0CF;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    min-width: 1200px;
    border-bottom: 3px solid #619F9E;
}
.footer_company {
    float: left;
    display: inline-block;
}
.footer_sitemap {
	width: 1200px;
    line-height: 100%;
    font-size: 0.9em;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.footer_sitemap_ul {
  display: table;
  table-layout: fixed;
  text-align: center;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.footer_sitemap_ul li {
  display: table-cell;
  vertical-align: middle;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.footer_sitemap_ul a:link{
    color: #69705B;
}
.footer_sitemap_ul a:hover{
    color: #CDD3B3
}
.footer_sitemap_ul a:visited {
    color: #69705B;
}
.footer_sitemap_ul a:active {
	color: #ff8000;
}
.footer_logo {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}
.footer_info {
    margin-top: 0.3%;
}
.footer_box {
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    display: inline-block;
}

.footer_copy {
    font-size: 0.8em;
    text-align: center;
    margin-top: 1%;
    word-spacing: 0.1em;
}	

#sitemap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sitemap_wrapper {
    margin-top: 30px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
.sitemap_box {
    margin-top: 30px;
    border-bottom: 1px dashed #B8C7CF;

}

.sitemap_description {
    width: 70%;
    float: right;
}


.sitemap_neme {
    width: 30%;
    float: left;
    font-weight: bold;
}


#privacy {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.privacy_box {
	width: 98%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
.privacy_dl {
    margin-top: 20px;
}
.privacy_dl dt {
    color: #3C83B7;
}
