@charset "utf-8";
@import "reset.css";

#side-bestrate {
    position: fixed;
    bottom: 50%;
    right: 0px;
    z-index: 99999;
    
}
#side-bestrate a {
    display: block;
}
#side-bestrate a:hover {
}
#side-bestrate img{width: 230px;
}






/* Base Style
================================================== */
body {
	color: #534741;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	font-weight: 500;
	font-family: "Century Gothic", Verdana, 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
	line-height: 160%;
	overflow-wrap: break-word;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	height: 100%;
}
#top{
	display:none;
}
#outer{
	background-image: url(../images/right-bg.jpg);
	background-position: right top;
	background-repeat: repeat-y;
	height: 100%;
	}
/*
#container{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
*/
a:link {
	color: #553434;
}
a:visited {
	color: #534741;
}
a:hover, a:focus {
	color: #c30;
}
a:hover img,
a:focus img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
input, select, textarea {
	color: #534741;
	font-family: inherit;
	font-size: 100%;
}
.new {
	margin-left: .75em;
	padding: 3px 5px 2px;
	border-radius: 2px;
	background-color: #d00;
	color: #fff;
	font-size: 75%;
	font-weight: normal;
	text-transform: uppercase;
}

/*重要なお知らせ*/
.emergency {
	background-color: #fff;
    border: 5px solid #e33b43;
    padding: 10px;
    font-weight: bold;
    margin-top: 20px;
}

.emergency a{
    color: #e33b43;
}

.emergency h3{
    color: #e33b43;
    font-size: 120%;
    margin-bottom: 10px;
	border-bottom: 1px solid;
}

.emergency .date {
	margin-right: 15px;
}



/*ヘッダー*/
/*
#header{
		float:none;
		clear:both;
		padding-top: 20px;
		height:80px;

}
.logo{
	float:left;
}
.logo-s{
	float: left;
	margin-top: 30px;
	margin-left: 30px;
}
.lang-en{
	float:right;
	margin-top: 20px;
}
.tel{
	float:right;
	margin-left: 20px;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

*/
/*フッター*/

/*
#footer{
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat;
	min-height: 100%;
	clear:both;
}
.foot{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:10px;
}
.flogo img{
	width:180px;
}
.add{
	float:left;
}
.footerlink{
	float:left;
	margin-left:100px;
	margin-top:-40px;
}
.footerlink ul{
	float: left;
	margin-left: 50px;
	border-left: 1px solid #534741;
	padding-left:8px;
}
.footerlink li{
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
	padding-bottom:8px;
}
.copy{
	clear:both;
}

*/
/*メニュー*/
#menu{
	background-image: url(../images/menu-bg.png);
	background-repeat: repeat-x;
	width:980px;
	height:60px;
	clear:both;
}
#menu ul{
	padding-right: 0px;
	display: flex;
    justify-content: space-around;
}
#menu li{
	float: left;
}
#menu li a{
	display:block;
    padding-left: 10px;
    padding-right: 10px;
}

#menu li.eng a{
	height:70px;
	display:block;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#menu li img{
	padding-top: 10px;
    padding-right: 1px;
    margin-left: 4px;
}
#menu li:not(:nth-child(1)) {
	background-image: url(../images/menu-sp.png);
	background-repeat: no-repeat;
}


#dropmenu{

}
#dropmenu li{
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
z-index: 9999;

}
#dropmenu li a{
  display: block;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
	padding-bottom: 10px;
}
#dropmenu li ul{
	display: block;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
	padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 130%;
  height: 0;
	color: #584F40;
	-moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
	padding: 15px;
	background-color: #B7C172;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #584F40;
}
#dropmenu li:hover > a{
	background: #B7C172;
	color: #584F40;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
	overflow: visible;
	height: 38px;
	border-top: 1px solid #7c8c0e;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
	border-radius: 0 0 3px 3px;

}




/*トップページ*/

.top-info{
	margin-top: 25px;
	margin-bottom: 30px;
}

.top-info img{
	width: 100%;
}


.charm{
	margin-bottom:58px;
}
.charm h2{
	font-weight: bold;
	font-size: 140%;
	letter-spacing: 0.1em;
}
.charm li{
	background-image: url(../images/plot.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left center;
	margin-bottom: 12px;
	margin-top: 10px;
	font-size: 110%;
	letter-spacing: 0.1em;
}
.charm a{
	text-decoration: none;	
}
.planbest{
	padding-bottom: 50px;
}
.top-plan-ban{
	padding-top: 60px;
	padding-bottom: 20px;
}
.top-t{
	margin-bottom: 20px;
}
#slide{
	margin-bottom:20px;
	max-height:480px;

}
/**/

#breadCrumb {
	padding-bottom: 7px;
    padding-top: 6px;
    padding-left: 10px;
    margin-bottom: 20px;
	border-bottom: 1px #C1B9A8 dotted;
}

.print_wrp {
	display:none;
}

#content{
	width: 690px;
    font-size: 115%;
    line-height: 190%;
    float: left;
    padding-bottom: 30px;
}

.contentBody {
}


/*サイドメニュー*/
#sidemenu{
	float:right;
	margin-bottom:10px;
}
.sideinfo{
	width: 260px;
	height: 230px;
	background-image: url(../images/news-bg.png);
	background-repeat: no-repeat;
	margin-bottom: 28px;
}
.sideinfo p{
	padding:5px;
}
.sideinfo-title{
	padding-left:8px;
	padding-top:8px;
	padding-bottom: 7px;
}

.sideinfo-list {
    overflow-y: scroll;
    height: 168px;
}

.sideinfo ul{
	margin-left:5px;
	width: 237px;
}
.sideinfo li{
	background-image: url(../images/plot.png);
    background-repeat: no-repeat;
    padding-left: 17px;
    background-size: 10px;
    background-position: 2px 6px;
    margin-bottom: 20px;
    margin-left: 7px;
}

.sideinfo li .date {
    font-size: 90%;
    padding-right: 10px;
    display: block;
	color: #a99e87;
}

.sideinfo li .title {
    display: block;
	font-size: 90%;
}

.reserve{
	margin-top:20px;
	margin-bottom:20px;

}

.oheya {
	float:left;
	margin-right:3px;
	padding-top: 5px;
    padding-bottom: 5px;
}

.cal {
	padding-top: 5px;
    padding-bottom: 5px;
	display: flex;
	justify-content: space-between;
}


.sideban {
	margin-bottom:5px;
}

.sideban img{
	width: 260px;
}


.fb-page{
	margin-bottom:20px;
}

/*予約フォーム*/
#search_489ban{
    margin: 0 auto; padding: 0px; width: 260px;
}
#search_489ban dl{ display: inline-table; margin: 0 0 5px; width: 100%;}
#search_489ban dt,
#search_489ban dd{ margin: 0; padding: 0; display: table-cell; vertical-align: top;}
#search_489ban dt{ width: 80px;}
#search_489ban dd{ }
 
#search_489ban dd span,
#search_489ban label,
#search_489ban input,
#search_489ban select{ display: inline-block; margin: 2px 2px 5px;}
 
#search_489ban ul{}
#search_489ban li{ margin-bottom: 3px; list-style: none; display: inline-block;}
 
#search_489ban button{
	display: block;
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	background-image: url(/theme/sn-default/images/syukuhaku.png);
	border: none;
	font-size: 0px;
	cursor: pointer;
}
 
#search_489ban .inbox_489ban{ clear: both;}
#search_489ban .inbox_489ban:after {
    clear: both; content: "."; display: block;
    height: 0; font-size: 0; visibility: hidden;
}
 
#search_489ban .stay_489ban,
#search_489ban .room_489ban,
#search_489ban .person_489ban{ width: 50%; float: left;}
 
#search_489ban .stay_489ban dt,
#search_489ban .room_489ban dt,
#search_489ban .person_489ban dt{ width: auto;}
 
#search_489ban .child_489ban{
    border-bottom: 1px dotted #dedede;
}
#search_489ban .child_489ban:first-of-type{
    padding: 5px 0 0;
    border-top: 1px dotted #dedede;
}
#search_489ban .child_489ban:last-of-type{
    margin: 0 0 10px; padding: 0 0 5px;
}
#search_489ban .child_489ban dt{ width: auto;}
#search_489ban .child_489ban dd{ width: 70px; vertical-align: middle;}
#search_489ban .child_489ban dt span{ display: block; font-size: 12px;}
 
#search_489ban .price_489ban dt{ width: 65px;}
#search_489ban .price_489ban div{ display: inline-block;}
#search_489ban .price_489ban span{ font-size: 12px;}
 
#search_489ban .tag_489ban,
#search_489ban .tag_489ban dt,
#search_489ban .tag_489ban dd{ width: 100%; display: block;}
 
#search_489ban .tag_489ban .tag_mode_489ban{ font-size: 13px;}

/* Sitemap
================================================== */

/*サイトマップ リスト 階層関係なく共通*/
.sitemap-list{
	border-left: 1px dotted #444;
}

/*サイトマップ リスト項目 階層関係なく共通*/
.sitemap-list-item{
}

.sitemap-list-item-span a{
	text-decoration: none;
}

/*サイトマップ リスト 階層を特定*/
ul.sitemap-list.sm-depth1-list{
	list-style-type: disc;
}
ul.sitemap-list.sm-depth2-list{
	list-style-type: circle;
}
ul.sitemap-list.sm-depth3-list{
	list-style-type: square;
}
ul.sitemap-list.sm-depth4-list{
	list-style-type: circle;
}

/*予約番*/
#search_button_489ban {
	display:none;
}

.sp{
	display:none;
}
#ranking_489ban{  }
#ranking_489ban:after{
    clear: both; content: "."; display: block;
    height: 0; font-size: 0; visibility: hidden;
}
 
#ranking_489ban .PlanView{
    margin: 0 0 35px; padding: 0 1%;
	display: flex;
}
 
#ranking_489ban .PlanView .rank_no{
    margin: 0 0 -15px; width: 60px; height: 60px;
    color: #fff; font-size: 18px; line-height: 60px;
    text-align: center; vertical-align: middle;
    background: #991a1a; border-radius: 30px;
    z-index: 5; position: relative;
}
 
#ranking_489ban .PlanView .picture{ margin: 0 auto 10px; text-align: center;}
#ranking_489ban .PlanView .plan{ margin: 0 0 10px; font-size: 16px; font-weight: bold;}
#ranking_489ban .PlanView .comment{ font-size: 13px; line-height: 1.6;}
 
#ranking_489ban .PlanView .roomlist,
#ranking_489ban .PlanView .planlist,
#ranking_489ban .PlanView .pblist{ margin: 10px 0;}
 
#ranking_489ban .PlanView .room_list_header,
#ranking_489ban .PlanView .planlist_header,
#ranking_489ban .PlanView .pblist_header{ margin: 15px 0; font-weight: bold;}
 
#ranking_489ban .PlanView .roomlist a,
#ranking_489ban .PlanView .planlist a,
#ranking_489ban .PlanView .pblist a{

}
#ranking_489ban .PlanView .roomlist a:hover,
#ranking_489ban .PlanView .planlist a:hover,
#ranking_489ban .PlanView .pblist a:hover{

}
 
/* 個別設定 */
#ranking_489ban #rank_1{}
#ranking_489ban #rank_2{ float: left;}
#ranking_489ban #rank_3{}


/*おすすめプラン*/
.PlanView{
	float:none;
	clear:both;
	margin-left:10px;
	margin-top:10px;
}
.PlanView .picture{
	float:left;
}
.main_picture{
}
.main_picture img{
	width:280px;
}

.explan{
	max-width:310px;
	margin:10px;
}
.explan .plan{
	font-size:1.2em;
	font-weight:600;
}
.explan .comment{
	font-size:0.8em;
}

.top-plan-ban{
	float:none;
	clear:both;
}
.top-plan-ban div{
	float:left;
	margin:1px;
}


/*プランページ*/

.plan_content_images, .plan_content_setsumei{
    float: left;
	width: 50%;
    margin-left: 20px;
  }
  .plan_content_images{
    width: 290px;
	margin-left: 0px;
  }
  .plan_content_images img{
    width: 100%;
    margin-bottom: 10px;
  }


.plan_contact_bottom {
	background-image: url(../images/plan-bg.png);
    background-position: top;
    background-repeat: no-repeat;
	padding: 20px;
	margin-top: 30px;
}

  .plan_contact_image_block, .plan_contact_desc_block{
    float: left;
  }
  
  .plan_about {
	margin-top: 10px;
  }
  
  .plan_tel {
	  margin-top: 10px;
  }
  
  .plan_mail {
	  margin-top: 10px;
  }

  .plan_contact_image_block{
    width: 120px;
	margin-right: 20px;
    margin-top: 10px;
  }
  .plan_contact_desc_block{
  }
  .plan_contact_image_block img{
    width: 100%;
  }
  .plan_contact_image_block .center{
    width: 100%;
    text-align: center;
  }


 /*予約ボタン*/
.pblist{}
.pblist ul a{
	width:300px;
	height:65px;
	display:block;
	background-image: url(../images/rank-reservation.png);
	background-repeat: no-repeat;
	margin:10px;
	text-indent: -9999px;
}



/*サイドメニュー*/

.sideHeader{
}

.sideHeader h2{
	background-color: #DDD7BF;
    margin: 0;
    padding: 4px 0px 2px 27px;
    color: #534741;
    font-size: 115%;
    font-weight: bold;
    background-image: url(../images/hana.png);
    background-size: 15px;
    background-position: 8px 6px;
    background-repeat: no-repeat;
	width: 260px;
}

.sideBody {
	width: 260px;
}

.sideBody ul{
	padding: 10px;
}

.sideBody ul li{
	background-image: url(../images/plot.png);
    background-repeat: no-repeat;
    padding-left: 17px;
    background-size: 10px;
    background-position: 0px 5px;
    margin-bottom: 10px;
    margin-left: 0px;
}

span.active {
	color: #e14d66;
}


 /*お部屋*/
 
 ul.pageList.room_list {
    list-style: none;
    padding: 0;
}

ul.pageList.room_list span.title{
	margin: 0;
    color: #E14D66;
    font-size: 180%;
    font-weight: bold;
}

ul.pageList.room_list span.title a{
	margin: 0;
    color: #E14D66;
    font-weight: bold;
	text-decoration: none;
}


.room_flex_slider{
    position: relative;
    height: 350px;
  }
  .room_flex_slider > ul.slides{
    position: relative;
	padding-left: 0em;
  }

  
  
ul.pageList.room_list > li {
    border: 1px solid #C1B9A8;
	background-color:#FAF9F7;
	margin-bottom:20px;
	padding:20px;
	height: 798px;
}


  .room_flex_slider > ol.flex-control-nav.flex-control-thumbs{
	z-index: 100;
    position: absolute;
    top: inherit;
    bottom: -58px;
    right: inherit;
    left: -10px;
	padding-left: 2em;
  }

  .room_flex_slider .slides > li > img{
    width: 100%;
    margin-bottom: 30px;
  }

  .room_flex_slider .flex-direction-nav{
    display: none;
  }
  .room_flex_slider .flex-control-nav.flex-control-thumbs li{
    background-color: #000;
    width: 50px;
    margin-right: 10px;
  }
  .room_flex_slider .flex-control-nav.flex-control-thumbs li img{

    opacity: 0.6;
  }
  .room_flex_slider .flex-control-nav.flex-control-thumbs li img.flex-active{
    opacity: 1;
  }
  
  .row {
	  margin-top: 120px;
  }
  
   
 .room_left {
	 float:left;
	 width:50%;
 }
 
  .room_right {
	  float:right;
	  width:45%;
 }
  
  .room_setsumei_block {
	  
  }
  
  .room_setsumei {
	margin-right: 0px;
	margin-bottom: 20px;
}

.room_yoyaku_button {
    margin-right: 0px;
	padding-top: 30px;
}

.room_yoyaku_button img{
	width:305px;
}

.room_r_top {
	padding-bottom: 10px;
	border-bottom: 1px #C1B9A8 dotted;
	padding-left:10px;
}

.menseki {
	padding-right:10px;
}

.teiin {
}

.room_r_bottom {
    padding-bottom: 10px;
	padding-top:10px;
	border-bottom: 1px #C1B9A8 dotted;
	margin-bottom:20px;
	padding-left:10px;
}

.bath {
	padding-right:20px;
}

.amenity {
}


.room_data_madori_title {
    font-weight: bold;
	color: #E14D66;
	padding-left:10px;
}


  .room_data_madori ul.room_data_madori_images{
    list-style: none;
	width: 300px;
	padding-left: 0px;
  }
  
  .room_data_madori ul.room_data_madori_images li{
    list-style: none;
	float:left;
	margin-right: 14px;
	margin-bottom: 8px;
}

  .room_data_madori ul.room_data_madori_images li img{
	width: 80px;
    height: 80px;
	border: 1px solid #C1B9A8;
}



/*Responsive*/
@media screen and (max-width: 768px) {
#container{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#outer{
	background-image: none;
	}
#content{
	width:100%;
	float:none;
}
/*ヘッダー*/

/*
#header{
	float:none;
	clear:both;
	margin-top: 0px;
	height:auto;
	padding-top: 5px;
	background-image: url(../images/sp-bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-size: 490px;
}

.logo{
	padding-left: 5px;
    float: none;
    padding-bottom: 3px;
    padding-top: 5px;
}

.logo img{
	width: 98%;
}

.logo-s{
    margin-top: 17px;
    margin-left: 0px;
    float: right;
	display:none;
}

.logo-s img{
	width: 63%;
}

.lang-en{
	float: none;
    margin-top: 10px;
    display: none;
}
.tel{
	float:none;
	margin-left: 0px;
}
.tel img{
	max-width:70%;
	display:none;
}

*/
/*メニュー*/

#menu-sp {
    display: inline-table;
}

#menu-sp ul{
	width: 100%;
    margin: 0 auto;
    padding-left: 7px;
}

#menu-sp ul li{
	float: left;
    width: 32%;
	margin-bottom: -2px;
}

#menu-sp ul li img{
}

.bx-controls-auto-item a {
		display:none;
}

.top-t {
	margin-top:15px;
	margin-bottom:10px;
} 

.charm{
	margin-bottom: 30px;
	}
	
.charm li{
	background-image: none;
	padding-left: 0px;
	background-position: left center;
	margin-bottom:5px;
	margin-top:5px;
}

/*ランキング*/

.planbest {
	padding-bottom: 3px;
    height: auto;
}

#recommend {
	margin-bottom:0px;
	
}

.PlanView {
    float: none;
    clear: both;
    margin-left: 10px;
    margin-top: 10px;
}

.PlanView .picture {
    float: left;
}

.main_picture {
}

.main_picture img {
   width: 150px;
}

.explan {
    float: left;
    max-width: 130px;
    margin: 10px;
    font-size: 82%;
    padding-left: 7px;
}

.explan .plan {
    font-size: 1.2em;
    font-weight: 600;
}

.explan .comment {
    font-size: 0.8em;
}

.pblist {
}

.pb_list_header {
}

.pblist ul {
}

.pblist li {
    width: 125px;
    height: 35px;
    display: block;
    background-image: url(../images/rank-reservation.png);
    background-repeat: no-repeat;
    margin: 0px;
    background-size: 121px 26px;
    background-position: 2px 3px;
}

.pblist li a {
    width: 70%;
    height: 35px;
    display: block;
    text-indent: -9999px;
}


/*プラン　バナー*/

.top-plan-ban {
    float: left;
    clear: both;
	width: 100%;
}

.top-plan-ban div {
    float: left;
    margin: 1px;
    width: 100px;
}




/*サイドメニュー*/

.sideinfo-title {
    padding: 0px;
	margin-bottom: 15px;
}

#sidemenu{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	float: right;
}
.sideHeader{width: 260px;}
.sideinfo {
    width: 100%;
    height: 177px;
    background-image: none;
    margin-bottom: 30px;
	background-color:#F7F4ED;
}

.sideinfo-list{
	overflow-y: scroll;
	height: 100px;
}

.sideinfo ul {
    width: 90%;
	margin-left: 16px;
}

.sideinfo li {
    background-image: url(../images/plot.png);
    background-repeat: no-repeat;
    padding-left: 17px;
    background-position: top left;
	margin-bottom:20px;
	width: 260px;
}

.sideinfo li .date {
	font-size:90%;
	padding-right:10px;
	display:block;
}

.sideinfo li .title {
	display:block;
}

.sideban {
	padding-right:8px;
	padding-left:8px;
}


/*オンライン予約*/

.reserve {
    margin-top: 20px;
    margin-bottom: 20px;
	background-color: #fff;
	padding:10px;
}

.reserve-t {
	padding-bottom:20px;
}

.reserve table {
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom:20px;
}

.reserve .search {
	text-align:center;
}

.reserve .kakunin {
	text-align:center;
}


/*プランページ*/

.plan_content_images, .plan_content_setsumei{
    float: left;
	width: 50%;
    margin-left: 12px;
	font-size: 80%;
  }
  .plan_content_images{
    width: 40%;
	margin-left: 12px;
  }
  .plan_content_images img{
    width: 100%;
    margin-bottom: 10px;
  }


.plan_contact_bottom {
	background-image: none;
    background-position: top;
    background-repeat: no-repeat;
	padding: 5px;
    margin-top: 15px;
	background-color:#fff;
}

  .plan_contact_image_block, .plan_contact_desc_block{
    float: left;
  }
  
  .plan_about {
	margin-top: 10px;
  }
  
  .plan_tel {
	  margin-top: 0px;
  }
  
  .plan_tel img{
  }
  
  .plan_mail {
	  margin-top: 10px;
  }
  
  .plan_info {
	  font-size:80%;
  }

  .plan_contact_image_block{
    width: 25%;
    margin-right: 13px;
    margin-top: 12px;
  }
  .plan_contact_desc_block{
	width: 70%;
  }
  .plan_contact_image_block img{
    width: 100%;
  }
  .plan_contact_image_block .center{
    width: 100%;
    text-align: center;
  }




/*フッター*/
.foot{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:0px;
}

.flogo {
	padding-left:10px;
}

.footerlink{
	float: left;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 98%;
}

.footerlink ul {
    float: left;
    padding-left: 7px;
    font-size: 75%;
    margin-left: 0px;
    border: none;
    margin-right: 1px;
}

.footerlink li {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    padding-left: 11px;
    padding-bottom: 5px;
    background-size: 5px 6px;
    background-position: 1px 5px;
}

.add {
    width: 90%;
    font-size: 80%;
    padding-bottom: 10px;
    padding-left: 10px;
}

/*
.copy {
    font-size: 70%;
    text-align: center;
    color: #FFF;
    background-color: #553434;
}

*/
.sp{
	display:block;
}
.pc{
	display:none;
}

/*下層*/

#breadCrumb {
    padding-bottom: 7px;
    padding-top: 6px;
    padding-left: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #C1B9A8 dotted;
	font-size:80%;
}

 /*お部屋*/
 
 ul.pageList.room_list {
    list-style: none;
    padding: 0;
}

ul.pageList.room_list span.title{
	margin: 0;
    color: #E14D66;
    font-size: 140%;
    font-family: "ＭＳ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: bold;
}

ul.pageList.room_list span.title a{
	margin: 0;
    color: #E14D66;
    font-family: "ＭＳ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: bold;
	text-decoration: none;
}


.room_flex_slider{
    position: relative;
    height: 122px;
  }
  .room_flex_slider > ul.slides{
    position: relative;
	padding-left: 0em;
  }
  
  
ul.pageList.room_list > li {
    border: 1px solid #C1B9A8;
    background-color: #FAF9F7;
    margin-bottom: 15px;
    padding: 10px;
    height: 542px;
}


  .room_flex_slider > ol.flex-control-nav.flex-control-thumbs{
	z-index: 100;
    position: absolute;
    top: inherit;
    bottom: -80px;
    right: inherit;
    left: -20px;
    padding-left: 2em;
  }

  .room_flex_slider .slides > li > img{
    width: 100%;
    margin-bottom: 30px;
  }

  .room_flex_slider .flex-direction-nav{
    display: none;
  }
  .room_flex_slider .flex-control-nav.flex-control-thumbs li{
    background-color: #000;
    width: 35px;
    margin-right: 10px;
  }
  .room_flex_slider .flex-control-nav.flex-control-thumbs li img{

    opacity: 0.6;
  }
  .room_flex_slider .flex-control-nav.flex-control-thumbs li img.flex-active{
    opacity: 1;
  }
  
  .row {
	margin-top: 123px;
  }
  
 .room_left {
	 float:left;
	 width:50%;
 }
 
  .room_right {
    float: right;
    width: 45%;
    padding-right: 5px;
    font-size: 70%;
 }
  
  .room_setsumei_block {
	  
  }
  
  .room_setsumei {
	margin-right: 0px;
	margin-bottom: 20px;
	font-size: 80%;
}

.room_yoyaku_button {
    margin-right: 0px;
	padding-top: 30px;
}

.room_yoyaku_button img{
	width:305px;
}

.room_r_top {
	padding-bottom: 0px;
	border-bottom: none;
	padding-left:0px;
}

.menseki {
    display: block;
	padding-bottom: 5px;
	padding-top:5px;
	border-bottom: 1px #C1B9A8 dotted;
	padding-left:10px;
}

.teiin {
    display: block;
	padding-bottom: 5px;
	padding-top:5px;
	border-bottom: 1px #C1B9A8 dotted;
	padding-left:10px;
}

.room_r_bottom {
	padding-bottom: 10px;
    border-bottom: none;
    padding-left: 0px;
	padding-top: 0px;
}

.bath {
	display: block;
    padding-bottom: 5px;
	padding-top:5px;
	border-bottom: 1px #C1B9A8 dotted;
	padding-left:10px;
}

.amenity {
	display: block;
    padding-bottom: 5px;
	padding-top:5px;
	border-bottom: 1px #C1B9A8 dotted;
	padding-left:10px;
}


.room_data_madori_title {
    font-weight: bold;
	color: #E14D66;
	padding-left:10px;
}


  .room_data_madori ul.room_data_madori_images{
    list-style: none;
	width: 155px;
	padding-left: 0px;
  }
  
  .room_data_madori ul.room_data_madori_images li{
    list-style: none;
	float:left;
	margin-right: 8px;
	margin-bottom: 3px;
}

  .room_data_madori ul.room_data_madori_images li img{
	width: 38px;
    height: 38px;
	border: 1px solid #C1B9A8;
}

}

@media screen and (max-width: 480px){
	
	
.emergency .date {
    display: block;
}
	
#content {
    font-size: 100%;
}
	
	.charm li {
    background-image: url(../images/plot.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: 6px 2px;
    margin-bottom: 12px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 90%;
    letter-spacing: 0.1em;
}
	
	
.contentBody {
	width: 100%;
	padding: 0px !important;
}
	
.contentBody ul {
}

#side-bestrate img {
	display:none;
}

.sideban {
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
}

.explan {
    max-width: 185px;
}

.top-plan-ban div {
    float: left;
    margin: 1px;
    width: 32%;
}
.pblist {
    display: flex;
    float: right;
    clear: both;
}
}