@charset "utf-8";
/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */
body {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  color: #080808;
  font-family: "ヒラギノ角ゴ  ProN  W3", "Hiragino  Kaku  Gothic  ProN", "メイリオ", Meiryo, "ＭＳ  Ｐゴシック", "MS  PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  min-height: 100%;
  height: auto;  
}
/*  HTML5  display-role  reset  for  older  browsers  */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4, h5, h6, ul, ol, dl, p, li, dt, dd, th, td {
  margin: 0px;
  padding: 0px;
  vertical-align: baseline;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td {
  text-align: left;
  vertical-align: top;
}
img {
  vertical-align: middle;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
a:link, a:visited {
  text-decoration: underline;
  color:#999;
}
a:hover, a:active {
  text-decoration: none;
  color:#999;
}
ul {
  list-style-type: none;
}
div.clearbox {
  clear: both;
  height: 0;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fade:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb21 {
  margin-bottom: 20px;
  font-size:16px;
  font-weight:bold;
  padding-top:20px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr14 {
  margin-right: 14px;
}
.point_color {
  color:#ffa800;
}
.red {
  color:#F23200;
}
.strong {
  font-weight:bold;
  color:#000000;
}
/*---------------------------------------------------------------------------------
  ヘッダー 
---------------------------------------------------------------------------------  */

/*--SP版のみ表示--*/
/*ヘッダー*/
/* ウィンドウ幅が480px以上の場合に適用するCSS */
@media screen and ( min-width:480px ) {
#header {
 display:none;
}
}
#header {
  background-color: #446339;
  border-bottom: 1px solid #999999;
  padding-bottom: 3px;
  left: 0;
  top: auto;
  width: 100%;
}
#header h1 {
  padding:8px 8px 0px 0px;
  text-align:center;
}
#header a {
  width: 150px;
}
#header .sb-toggle-right {
  height: 44px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 44px;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#header a img {
 width: 210px;
 height:auto;
}
}

/*--SP版のみ表示--*/
/*ナビゲーション*/
#sp-nav {
  background-color: #191947;
  height: 41px;
  overflow: hidden;
  padding-bottom: 3px;
  position: relative;
  display:block;
}
/* ウィンドウ幅が480px以上の場合に適用するCSS */
@media screen and ( min-width:480px ) {
#sp-nav {
 display: none;
}
}
 #sp-nav ul::after {
 clear: both;
 content: "";
 display: block;
 height: 0;
}
#sp-nav ul li {
  float: left;
  position: relative;
  height:29px;
  padding-top:14px;
  width:23%;
  text-align:center;
}
#sp-nav ul li.new {
  width:31%;
}
#sp-nav ul li::before {
 background-color: #666;
 content: "";
 display: block;
 height: 33px;
 left: 1px;
 position: absolute;
 top: 5px;
 width: 1px;
 z-index: 3;
}
#sp-nav ul li:first-child::before {
 display: none;
}
#sp-nav ul li::after {
 background-color: #666;
 bottom: -3px;
 content: "";
 display: block;
 height: 3px;
 left: 0;
 position: absolute;
 width: 100%;
}
#sp-nav ul li a {
  color: #FFF;
  font-size: 12px;
  line-height: 11px;
  padding: 16px 0px;
  text-decoration:none;
}
#sp-nav ul li a.on {
  color: #fc0;
}

/*--PC版のみ--*/
/*住所・TELボタン*/
/* ウィンドウ幅が480px以上の場合に適用するCSS */
@media screen and ( min-width:480px ) {
#info_btn {
 display: none;
}
}
#info_btn {
  padding: 12px 0;
}
#info_btn ul {
  margin-left: 14px;
  overflow: hidden;
}
#info_btn ul li {
  background-color:#f5f0ea;
  border: 1px solid #705512;
  border-radius: 2px;
  float: left;
  height: auto;
  width: 44%;
}
#info_btn ul li.btn_address,
#info_btn ul li.btn_tel {
  padding:1px 0px 4px 8px;
}
#info_btn ul li span {
  margin-left:8px;
  letter-spacing:0.12em;
  line-height:2;
}
#info_btn ul li a {
  color: #705512 !important;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  display:block;
}
#info_btn ul li a img {
  height: 24px;
}
/*---------------------------------------------------------------------------------
  メインコンテンツ
---------------------------------------------------------------------------------  */

/*--サイドメニュー--*/
#contents_box_wrapper {
  min-width:950px;
  background-repeat:repeat;
  padding-bottom: 60px;
  height: 100%;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#contents_box_wrapper {
 width: 100%;
 min-width:100%;
 padding-bottom: 10px;
}
}
#contents_box {
  max-width:950px;
  display: block;
  margin:0 auto;
  height: 100%;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#contents_box {
 width: 100%;
}
}
#contents_box #menu_box_inner {
  width: 200px;
  min-height: 100%;
  float:left;
  position:absolute;
  top:42px;
  z-index: 20;
  background-color:#f9f6f1;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
 #contents_box #menu_box_inner,
 #contents_box #menu_box_inner .menu_box_btn {
 display: none;
}
}
#menu_box_inner ul {
  clear: both;
  width:200px;
}
#menu_box_inner ul li {
  float: left;
}
#menu_box_inner ul li.btn img{
  width:200px;
  height:48px;
  display:block;
}
#menu_box_inner .logo {
  background-color:#456339;
  padding: 40px 5px 0;
  width: 190px;
  height: 72px;
  display: block;
}
#menu_box_inner .logo a {
  width: 190px;
  height: 110px;
  display: block;
}
#menu_box_inner .logo a img {
  width:100%;
  height:auto;
}
/*--バナー--*/
.bnr_area {
  padding: 40px 5px 10px;
  background-color:#f9f6f1;
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width:190px;
}
.bnr_area p {
  margin-bottom: 10px;
  text-align:center;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
 .bnr_area {
 display: none;
}
}

.bnr_area2 {
  padding: 10px 0px 20px;
  background-color:#FFFFFF;
  display: block;
  margin: 0 auto;
  text-align:center;
  width:100%;
}
.bnr_area2 p {
  margin-bottom: 10px;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( min-width:480px ) {
 .bnr_area2 {
 display: none;
}
}
}
.pict_shop {
  width: 70%;
  padding:10px 10px;
  background-color:#666666;
  margin-bottom:20px;
}
.pict_shop img {
  width:100%;
  height:auto;
}
/*---------------------------------------------------------------------------------
  フッター
---------------------------------------------------------------------------------  */
#footer_area {
  width: 100%;
  min-width: 950px;
  background-color: #446339 !important;
  overflow:hidden;
  padding-top: 44px;
  padding-bottom: 90px;
  position:absolute;
  z-index:21;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
 #footer_area {
 width: 100%;
 min-width: 100%;
 padding-top: 0px;
 padding-bottom: 30px;
}
}
#footer_area_inner {
  width: 950px;
  margin: 0 auto;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
 #footer_area_inner {
 width: auto;
}
}
#footer_area_box {
	clear: both;
	overflow: hidden;
}
#footer_area_box .left {
  float: left;
  width: 500px;
  padding:0px 0px 0px 8px;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
 #footer_area_box .left {
 width: 96%;
 padding-top: 20px;
}
}
#footer_area_box .left dl {
  font-size:11px;
  clear:both;
  line-height: 140%;
}
#footer_area_box .left dl dt {
  float:left;
  width: 182px;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
 #footer_area_box .left dl dt {
 width: 34%;
}
}
#footer_area_box .left dl dt img {
  width: 182px;
  height: 33px;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
 #footer_area_box .left dl dt img {
 width: 116%;
 height: auto;
 margin-left:0px;
 margin-top:10px; 
}
}
#footer_area_box .left dl dd {
  float: right;
  width:270px;
  padding-left:30px;
  padding-top: 0px;
  color: #FFF;
  font-size: 14px;
  line-height: 180%;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
 #footer_area_box .left dl dd {
 width: 56%;
 padding-left:5px;
 padding-right:5px;
 font-size:13px;
}
}
#footer_area_box .right {
  float: left;
  width: 180px;
  text-align:left;
  font-size:13px;
  padding-left:120px;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
 #footer_area_box .right {
 display: none;
}
}
#footer_area_box .right p {
  background:url(../img/arrow_white.svg) 0 4px no-repeat;
  padding-left: 20px;
  background-size:12px;
}
#footer_area_box .right p a {
  text-decoration: none;
  color: #FFF;
}
#copy {
  background:#83827e;
  width: 100%;
  min-width: 950px;
  clear: both;
  overflow: hidden;
  color: #FFF;
  position:absolute;
  bottom:-210px;
  z-index:22;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
 #copy {
 width: 100%;
 min-width: 100%;
 padding-top: 0px;
   position:absolute;
  bottom:-142px;
  z-index:22;
}
}

#copy p {
  width: 100%;
  margin: 0 auto;
  text-align:center;
  color:10px;
  font-size:10px;
  line-height: 170%;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
  #copy p {
 width: auto;
}
}
/*--ページトップ--*/
#page_top {
  bottom: 20px;
  font-size: 77%;
  position: fixed;
  right: 20px;
  z-index:1000;
}
#page_top a {
  background: rgba(0, 0, 0, 0) url("../img/pagetop.svg") no-repeat scroll 0 0;
  display: block;
  height: 73px;
  text-decoration: none;
  text-indent: -9999px;
  background-size:100% 100%;
  width: 73px;
}
/*--SP版のみ--*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#page_top a {
  background:url(../img/pagetop.svg);
 display: block;
 height: 60px;
 text-decoration: none;
 text-indent: -9999px;
 background-size:100% 100%;
 width: 60px;
}
}
#page_top a:hover {
  text-decoration: none;
}

/*--アバウト--*/
#about_box {
  background: url("../img/bg_about.png") no-repeat scroll 0 0;
  height: auto;
  display: block;
  margin: 20px 0 0 268px;
  font-size: 14px;
}
#about_box .about_text {
  width: 535px;
  height: 199px;
  padding: 100px 50px 0 50px;
  text-align: center;
}
#about_box .about_btn {
  width: 270px;
  height: 24px;
  text-align: center;
  padding: 6px 0 0 0;
  margin:30px 0 0 136px;
  background: #446339 url("../img/arrow_white.svg") no-repeat scroll 248px 8px;
  background-size:16px;
}
#about_box .about_btn a {
  width: 100%;
  height: 24px;
  display:block;
  color: #fff !important;
  text-decoration: none;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
  #about_box {
  background: url("../img/bg_about.png") no-repeat scroll 0 0;
  background-size: 96%;
  height: 100%;
  display: block;
  margin: 0 0 0 2%;
  font-size: 14px;
  overflow: hidden;
  padding:0 0 0px 0;
}
}
@media screen and ( max-width:479px ) {
  #about_box .about_text {
  width: auto;
  max-height: 135px;
  padding: 12% 2% 0 2%;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
}
}
@media screen and ( max-width:479px ) {
#about_box .about_btn {
  width: 68%;
  height: auto;
  text-align: center;
  padding: 6px 0 2px 0;
  margin:2% 0 0 14%;
  background: #446339 url("../img/arrow_white.svg") no-repeat scroll 190px 8px;
  background-size:14px;
}
}


/*---------------------------------------------------------------------------------
  各種ページ設定
---------------------------------------------------------------------------------  */

/*--ニュース、トピックス--*/
#news_box {
  width:710px;
  display: block;
  padding: 22px 0 0 230px;
}
#news_box #detailBox {
    width: 680px;
    overflow: auto;
    height: 400px;
    padding-right: 30px;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#news_box {
 padding: 0px 0 0;
 display:block;
 width:100%;
 overflow: auto;
 height: 300px;
}
#news_box #detailBox {
 padding: 0px 0 0;
 display:block;
 width:100%;
}
}
@media screen and ( max-width:479px ) {
#news_box p img{
 width:100%;
}
}
#news_box h3 {
  width: 710px;
  height: 38px;
  padding-bottom:14px;
  border-bottom:#080808 1px solid;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#news_box h3 {
 color:#FFF;
 text-indent:inherit;
 border-bottom:#666 1px solid;
 background:none;
 font-size:12px;
 height:auto;
 padding:12px 10px;
 display:block;
 width:94%;
 margin-bottom:10px;
}
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#news_box h3 img {
 width: 94%;
 height: auto;
}
}
#news_box dl {
  width: 680px;
  height: auto;
  clear: both;
  margin-top: 30px;
  font-size: 12px;
  display: block;
  overflow: hidden;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#news_box dl {
 width: 100%;
 height: auto;
 clear: both;
 font-size: 12px;
 margin-bottom: 30px;
 overflow: hidden;
 margin-top: 0;
}
}
#news_box dl a {
  font-weight:bold;
}
#news_box dl dt {
  float: left;
  width: 100px;
}
#news_box dl dt img {
    width: 120%;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#news_box dl dt {
 float: left;
 width: 26%;
 padding-left:10px;
 padding-right:10px;
}
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#news_box dl dt img {
 width: 100%;
}
}
#news_box dl dd {
  float: right;
  width: 548px;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#news_box dl dd {
 float: left;
 width: 66%;
}
}
/*--お部屋紹介--*/
#main_img {
  height: 220px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
  min-width: 950px;
}
/*--SP版のみ--*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#main_img {
 height: 100px;
 overflow: hidden;
 position: relative;
 width: 100%;
 z-index: 1;
 min-width: 200px;
}
}
#main_img img {
  min-height: 220px;
  min-width: 1200px;
  width: 100%;
}
/*--SP版のみ--*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#main_img img {
 min-height: 100%;
 min-width: 100%;
 width: 100%;
}
}
#room_box {
  width:710px;
  display: block;
  padding: 22px 0 0 230px;
  overflow:hidden;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#room_box {
 padding: 0px 0 0;
 display:block;
 width:100%;
}
}
@media screen and ( max-width:479px ) {
#room_box p img {
 width:100%;
}
}
#room_box h3.room {
  margin-bottom:20px;
  background:url(../img/pc/room/title_room.jpg) no-repeat;
  text-indent: -9999px;
  width:710px;
  height:35px;
}
#room_box h3.price {
  margin-bottom:20px;
  background:url(../img/pc/price/title_price.gif) no-repeat;
  text-indent: -9999px;
  width:710px;
  height:32px;
}
#room_box h3.facility {
  margin-bottom:20px;
  background:url(../img/pc/facility/title_facility.gif) no-repeat;
  text-indent: -9999px;
  width:710px;
  height:32px;
}
#room_box h3.access {
  margin-bottom:20px;
  background:
 url(../img/pc/access/title_access.gif) no-repeat;
  text-indent: -9999px;
  width:710px;
  height:34px;
}
#room_box h3.privacy {
  margin-bottom:20px;
  background:
 url(../img/pc/contact/title_privacy.gif) no-repeat;
  text-indent: -9999px;
  width:710px;
  height:39px;
}
#room_box h3.contact {
  margin-bottom:20px;
  background:
 url(../img/pc/contact/title_contact.gif) no-repeat;
  text-indent: -9999px;
  width:710px;
  height:36px;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#room_box h3.room, #room_box h3.price, #room_box h3.facility, #room_box h3.access, #room_box h3.privacy, #room_box h3.contact {
 color:#FFF;
 border-top:#a9814d 2px solid;
 text-indent:inherit;
 border-bottom:#666 1px solid;
 background:none;
 font-size:12px;
 height:auto;
 padding:12px 10px;
 display:block;
 width:94%;
 margin-bottom:0px;
}
}
#room_btn {
  clear:both;
  width:710px;
  display:block;
  margin-bottom: 40px;
  overflow:hidden;
}
/*--SP版のみ--*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
 #room_btn {
 display: none;
}
}
#room_btn p {
  float:left;
}
/*--/SP用ページ内リンク--*/
#sp_page_link {
  width:100%;
}
/*--PC版のみ--*/
/* ウィンドウ幅が480px以上の場合に適用するCSS */
@media screen and ( min-width:480px ) {
#sp_page_link {
 display: none;
}
}
#sp_page_link p {
  border-bottom: 1px solid #666;
  color: #666666;
  display: block;
  line-height: 14px;
  padding: 13px 10px 13px 8px;
  position: relative;
  top: 0;
}
#sp_page_link p a {
  display:block;
  text-decoration:none;
  background:url(../img/sp/ico_arrow.png) no-repeat right;
}
#room_hotel {
  width:710px;
  clear:both;
}
/*--SP版のみ--*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#room_hotel {
 width:100%;
 clear:both;
}
}

/*--SP版のみ--*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#room_hotel .title {
 display: none;
}
}
#room_hotel .title .price, #room_hotel .title .price a {
  text-indent:-9999px;
  width:111px;
  height:20px;
  display:block;
}
/*--SP版のみ--*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
 h4.sp_sub_title {
 background-color: #666;
 border-bottom: 1px solid #4d4d4d;
 border-top: 1px solid #4d4d4d;
 color: #fff;
 display: block;
 font-size: 12px;
 height: auto;
 margin-bottom: 0;
 padding:12px 10px;
 text-indent:inherit:
 width: 94%;
}
}
}
/*--PC版のみ--*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( min-width:480px ) {
 h3.sp_sub_title {
 display: none;
}
}
/*--PC版のみ--*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( min-width:480px ) {
 h4.sp_sub_title {
 display: none;
}
}
#room_hotel #room_detail {
  border:#DDD 1px solid;
  width:698px;
  padding:20px 0px 20px 10px;
  overflow:hidden;
  margin-bottom: 30px;
}
/*--SP版のみ--*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#room_hotel #room_detail {
 border:none;
 width:96%;
 padding:20px 0px 20px 10px;
 overflow:hidden;
 margin-bottom: 0px;
}
}
#room_detail .room_wrap {
  width: 164px;
  float: left;
  margin-right:10px;
  margin-bottom: 14px;
  margin-top:20px;
  padding-bottom:10px;
  background-color:#f9f6f1;
}
/*--SP版のみ--*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#room_detail .room_wrap {
 width: 46%;
 float: left;
 margin-left:10px;
 margin-bottom: 14px;
 margin-right:0px;
}
}
#room_detail .room_wrap ul {
  width: 164px;
  height: 164px;
  overflow: hidden;
}
/*--SP版のみ--*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#room_detail .room_wrap ul {
 width: 100%;
 height: auto;
 overflow: hidden;
}
}
/*--SP版のみ--*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#room_detail .room_wrap ul img{
 width: 100%;
 height: auto;
}
}
#room_detail .room_no {
  text-align:center;
  margin-top: 5px;
}

/*--料金表--*/
#price_contents {
  margin:0 10px;
}

#price_contents .price_date {
    margin: 10px 0px 15px 0px;
}

#price_contents .price_title {
  background-color: #A4ABB1;
  border-radius: 4px 4px 0px 0px;
  font-size: 1.4em;
  color: #FFFFFF;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 24px;
  padding-bottom: 10px;
}

#price_contents .item_table{
  width: 100%;
  margin-bottom: 20px;
}
#price_contents .item_table dl {
  height: 50px;
  display: table;
  width: 100%;
  border-bottom:#FFF 1px solid;
}
#price_contents .item_table dl.title {
  font-weight: bold;
}
#price_contents .item_table dl dt {
  background-color:#f5f5f5;
  margin-right: 5px !important;
  width:5em;
}
#price_contents .item_table dl dt,
#price_contents .item_table dl dd {
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  word-break:break-all;
}
#price_contents .item_table dl dd {
  background-color:#f5f5f5;
  border: none;
  width:20em;
  word-break:break-all;
}
#price_contents .bg_red{
  color:#f2933e;
  background-color:#fce7d4 !important;
}
/*--設備紹介--*/
#room_box h4.sub_title {
  width: 700px;
  height: 25px;
  padding: 10px 0 10px 10px;
  color: #3F3F3F;
  font-size: 16px;
  background-color: #f9f6f1;
  vertical-align: middle;
  margin-top: 20px;
}
/*--SP版のみ--*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#room_box .sub_title {
 background-image: none;
 background-color:#f9f6f1;
 width:94%;
 height:auto;
 padding:5px 10px;
 font-size:12px;
}
}
#facility_box {
  padding:20px 10px;
  width:690px;
  overflow:hidden;
  border-bottom: 1px dotted #505050;
}
/*--SP版のみ--*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#facility_box {
 padding:10px 10px;
 width:94%;
 overflow:hidden;
 border-bottom: 1px dotted #505050;
}
}
#facility_box .facility_img {
  border:#CCC 1px solid;
  width:228px;
  height:108px;
  float: left;
}
/*--SP版のみ--*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#facility_box .facility_img {
 border:#CCC 1px solid;
 width:40%;
 height:auto;
 float: left;
}
}
/*--SP版のみ--*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#facility_box .facility_img img {
 width:100%;
}
}
#facility_box .facility_title {
  width:434px;
  padding-right:10px;
  float:right;
  text-align:left;
  color:#a9814d;
  margin-bottom:5px;
  font-size:13px;
  font-weight:bold;
}
/*--SP版のみ--*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#facility_box .facility_title {
 width:56%;
 padding-right:0px;
 font-size:12px;
}
}
#facility_box .facility_text {
  width:434px;
  float:right;
  text-align:left;
  padding:0 10px 0 0;
}
/*--SP版のみ--*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#facility_box .facility_text {
 width:56%;
 padding:0 0px 0 0;
}
}
#text_wrap {
  padding:10px 10px 20px;
}
#access_box {
  padding:10px;
}

/*--SP版のみ--*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#access_box iframe {
 width: 100%;
 height:auto;
}
}
.pict_shop {
  width: 70%;
  padding:10px 10px;
  background-color:#f5f0ea;
  margin-bottom:20px;
}
.pict_shop img {
  width:100%;
  height:auto;
}

/*フォーム*/
#formWrap {
  width:100%;
  margin:0 auto;
  color:#555;
  line-height:120%;
  font-size:90%;
  padding-bottom:30px;
}
table.formTable {
  margin:0 auto;
  border-collapse:collapse;
  width:90%;
}
table.formTable td, table.formTable th {
  border:1px solid #ccc;
  padding:10px;
}
table.formTable th {
  width:30%;
  font-weight:normal;
  background:#ffeed0;
  text-align:left;
  font-weight:bold;
  text-align:center;
  vertical-align:middle;
}
table.formTable td {
  background:#fff;
}
#formWrap .center {
  width:70%;
  clear:both;
  margin:0 auto;
  text-align:center;
  display:block;
}
.rine {
  text-decoration:underline;
}
.btn_big {
  background-color: #E2BD1D;
  border-radius: 6px;
  color: #000 !important;
  display: block;
  font-size: 13px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  width: 64%;
  float:left;
  letter-spacing:0.13em;
}
.btn_small {
  background-color: #666;
  border-radius: 6px;
  color: #ffffff !important;
  display: block;
  font-size: 13px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  width: 30%;
  float:right;
  letter-spacing:0.13em;
}

/*MAP/アクセス*/
#news_box h3,
#room_box h3 {
  width: 710px;
  height: 38px;
  padding-bottom:14px;
  border-bottom:#080808 1px solid !important;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#news_box h3,
#room_box h3 {
 color:#FFF;
 text-indent:inherit;
 border-bottom:#666 1px solid;
 background:none;
 font-size:12px;
 height:auto;
 padding:12px 10px 4px;
 display:block;
 width:94%;
 margin-bottom:10px;
}
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#news_box h3 img,
#room_box h3 img {
 width: 94%;
 height: auto;
}
}

#slider_wrap{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 10px 0 28px;
  background-color:#f4f0f0;
  overflow:hidden;
}
@media (min-width: 768px) {
  #slider_wrap .swiper-button-prev,
  #slider_wrap .swiper-button-next {
    display: block;
  }
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
#slider_wrap{
  padding: 0;
}
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
.swiper-pagination-bullet{
  width:4px;
  height:4px;
}
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px ) {
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom:-8px;
}
}

#slider_wrap img{
  width:100%;
  height:auto !important;
}
.yokuaru{
  padding:10px 10px 20px;
}