<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');


/*全体の設定
---------------------------------------------------------------------------*/

body{
  color: #000000;
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  /*font-family: "SimSun","Hiragino Sans GB","Hiragino Sans GB W3","STXihei","Microsoft Yahei","PingHei", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",Garamond, Georgia, 'times new roman', serif;*/
	font-family: "メイリオ","Meiryo", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",sans-serif; 
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
  margin: 0px;
  padding: 0px;
}
ul{
  list-style-type: none;
}
img{
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
@media screen and (max-width:768px){
  img{
    max-width: 100%;
    height: auto;
    width /***/:auto;
  }
}
input,textarea,select{
  font-size: 1em;
}
form{
  margin: 0px;
}
table{
  border-collapse:collapse;
  font-size: 100%;
  border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a{
  color: #000000;
}
a:hover{
  cursor: pointer;
  filter: alpha(opacity=60); /* IE6, IE7 */
  -ms-filter: "alpha( opacity=60 )";/* IE8 */
  opacity: 0.6;/* IE8 over, Opera, Safari, CSS3 over */
  -moz-opacity: 0.6;/* Mozilla(FF,NS) */
  -khtml-opacity: 0.6;/* Safari 1.x */
  transition-property: all;
  transition: 0.3s linear;
}
a.noalp:hover{
  cursor: pointer;
  filter: alpha(opacity=100); /* IE6, IE7 */
  -ms-filter: "alpha( opacity=100 )";/* IE8 */
  opacity: 1;/* IE8 over, Opera, Safari, CSS3 over */
  -moz-opacity: 1;/* Mozilla(FF,NS) */
  -khtml-opacity: 1;/* Safari 1.x */
  transition-property: none;
}

/* 共通設定
---------------------------------------------------------------------------*/
#wrapper{
  width: 100%;
  min-width: 769px;
  margin: 0 auto;
  /*overflow: hidden;*/
}
@media screen and (max-width: 768px){
  #wrapper{
    min-width: initial;
  }
}
#wrapper &gt; section{
  max-width: 960px;
  margin: 0 auto;
}
.container{
  margin: 0 auto;
}

/* clearfix */
.cf{
  zoom: 1
}
.cf:before, .cf:after{
  display: table;
  content: "";
}
.cf:after{
  clear: both;
}
.clear{
  clear: both;
}

/* responsive */
.view-pc{
  display: block;
}
.view-sp{
  display: none;
}
@media screen and (max-width: 768px){
  .view-pc{
    display: none;
  }
  .view-sp{
    display: block;
  }
}

/* #head - ヘッダー
---------------------------------------------------------------------------*/
.bx-wrapper{
	box-shadow: none !important;
	border: none !important;
}
.slideMainWrap .bx-viewport, .slideMainWrap .bx-wrapper, .slideMain {
	height: 100% !important;
}
.slideMainWrap .bx-wrapper .bx-pager, .slideMainWrap .bx-wrapper .bx-controls-auto {
	bottom: 25px;
}
.slideMainWrap .bx-wrapper .bx-pager {
	padding-top: 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.slideMainWrap .bx-wrapper .bx-pager.bx-default-pager a {
	background: url(../img/icon_pagerItem.png) no-repeat 50% 50%;
	width: 20px;
	height: 20px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0 1px;
}
.slideMainWrap .bx-wrapper .bx-pager.bx-default-pager a:hover, .slideMainWrap .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(../img/icon_pagerItem_on.png) no-repeat 50% 50%;
	width: 20px;
	height: 20px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#head{
  background-color: #FFFFFF;
}
.box-head{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
  padding: 22px 10px 20px 10px;
}
.box-head-right{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* ロゴ */
.logo-head{
  margin-right: 10px;
}
.head_planLink{
  display: block;
  margin: auto 20px 0 auto;
  background: #bca046;
  padding: 7px 12px;
  font-size: 18px;
  color: #FFF;
}
/* 言語切り替えリンク */
.lst-head-language{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.lst-head-language &gt; li{
  width: 25%;
  border-right: 1px solid #4e79ae;
  text-align: center;
}
.lst-head-language &gt; li:first-of-type{
  border-left: 1px solid #4e79ae;
}
.lst-head-language &gt; li a{
  display: block;
  padding: 0 14px;
  font-size: 14px;
  line-height: 120%;
  color: #4e79ae;
}

/* ヘッダー固定時のグロナビ */
#glnv-head{
  display: none;
  background-color: #4e79ae;
}
.sticky #glnv-head{
  display: block;
}
@media screen and (max-width: 768px){
  #head{
    display: none;
  }
}

/* #glnv - グロナビ
---------------------------------------------------------------------------*/
#glnv{
  background-color: #4e79ae;
}
.lst-glnv{
  display: -webkit-flex;
  display: flex;
  max-width: 950px;
  margin: 0 auto;
  padding: 17px 0;
}
.lst-glnv li{
  width: 25%;
  -webkit-flex-grow: 1;
  flex-grow: :1;
  border-right: 1px solid #a6bcd6;
}
.lst-glnv li:first-of-type{
  border-left: 1px solid #a6bcd6;
}
.lst-glnv li a{
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-size: 19px;
  line-height: 25px;
}
@media screen and (max-width: 768px){
  #glnv{
    display: none;
  }
}

/* #nav-lang-sp - 言語切り替えリンク（SPのみ）
---------------------------------------------------------------------------*/
#nav-lang-sp{
  display: none;
}
@media screen and (max-width: 768px){
  #nav-lang-sp{
    display: block;
  }
  /* トリガー */
  .btn-lang{
    padding: 15px 0;
    background-color: #4e79ae;
    text-align: center;
    font-size: 19px;
  }
  .btn-lang a{
    display: block;
  }
  .btn-lang a,
  .btn-lang i{
    color: #FFFFFF;
  }
  .btn-lang i{
    margin-left: 10px;
    font-size: 22px;
    vertical-align: middle;
  }
  /* リンクリスト */
  .block-lst-lang{
    display: none;
    position: absolute;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 99999;
  }
  .lst-lang li{
    padding: 15px 0;
    font-size: 19px;
    text-align: center;
    border-bottom: 1px solid #a6bcd6;
  }
  .lst-lang li a{
    display: block;
    color: #4e79ae;
  }
}


/* #footer - フッター
---------------------------------------------------------------------------*/
#footer{
  position: relative;
  padding-bottom: 400px;
  background-image: url(../img/bg-foot.jpg);
}
@media screen and (max-width: 768px){
  #footer{
    padding-bottom: 50px;
    background-size: auto 100%;
    background-attachment: initial;
  }
}
/* ページトップ */
.pagetop{
  position: absolute;
  width: 180px;
  height: 40px;
  top: -20px;
  right: 10px;
}
.pagetop a{
  display: block;
  padding-left: 20px;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0.2em;
  background-image: url(../img/arrow-foot-pagetop.png);
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 768px){
  .pagetop{
    display: none;
  }
}
/* テキスト情報 */
.box-foot{
  max-width: 645px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}
/* ロゴ */
.logo-foot{
  padding-top: 60px;
}
/* ロゴ下テキスト */
.ttl-foot-info{
  margin-top: 50px;
  font-size: 17px;
  color: #bb9f56;
  font-family: 'Noto sans-Serif', sans-serif;
  letter-spacing: .2em;
}
/* 住所 */
.txt-foot-addr{
  margin-top: 15px;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 150%;
}
/* 電話 */
.lst-foot-tel{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 14px;
}
.lst-foot-tel-sp{
  display: none;
}
/* 予約プランリンク */
.foot_planLink{
  background: #d1dce7;
  width: 390px;
  height: 60px;
  color: #4e79ae;
  font-size: 18px;
  display: flex;
  margin: 20px auto;
}
.foot_planLink p{
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  padding: 0 10px;
  font-size: 16px;
}
.foot_planLink p::after{
  content: "";
  position: absolute;
  display: block;
  border-left: 15px solid #d1dce7;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.foot_planLink div{
  background: #4e79ae;
  flex-grow: 1;
  display: flex;
  padding-left: 15px;
}
.foot_planLink a{
  display: block;
  background: #bca046;
  width: 170px;
  line-height: 35px;
  text-align: center;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 768px){
  .logo-foot{
    padding-top: 4px;
  }
  .logo-foot img{
    max-width: 60%;
  }
  .lst-foot-tel{
    display: none;
  }
  .lst-foot-tel-sp{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px;
  }
  .lst-foot-tel-sp li{
    margin: 0 10px;
  }
  .foot_planLink{
    display: block;
    width: auto;
    height: auto;
  }
  .foot_planLink p{
    padding: 20px;
  }
  .foot_planLink p::after{
    display: none;
  }
  .foot_planLink div{
    padding: 20px;
    display: block;
  }
  .foot_planLink a{
    width: 100%;
    line-height: 46px;
  }
}

/* #nav-foot - フッター下ナビ（SP）
---------------------------------------------------------------------------*/
#nav-foot,
#nav-glnv-sp{
  display: none;
}
@media screen and (max-width: 768px){
  #nav-foot{
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .lst-nav-foot{
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 60px;
    padding: 10px 0;
    background-color: #4e79ae;
  }
  .lst-nav-foot li{
    -webkit-flex-grow: 1;
    flex-grow: 1;
    border-right: 1px solid #FFFFFF;
    text-align: center;
  }
  .lst-nav-foot li:last-of-type{
    border: none;
  }
  .icon-nav-foot img{
    height: 22px;
  }
  .txt-nav-foot{
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  }
  /* pagetop */
  .btn-nav-foot-close{
    text-align: right;
    padding: 8px;
  }
  .btn-nav-foot-close img{
    width: 40px;
    height: auto;
  }
  /* フッターメニュークリック時に展開（グロナビ・SP） */
  #nav-glnv-sp{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 99998;
  }
  .logo-navi-glnv-sp{
    padding: 20px;
    text-align: center;
  }
  .logo-navi-glnv-sp img{
    max-width: 60%;
  }
  .btn-nav-glnv-sp{
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .btn-nav-glnv-sp img{
    width: 30px;
    height: auto;
  }
  .lst-nav-glnv-sp{
    border-top: 1px solid #a6bcd6;
  }
  .lst-nav-glnv-sp li{
    padding: 15px 0 15px 32%;
    font-size: 19px;
    border-bottom: 1px solid #a6bcd6;
  }
  .lst-nav-glnv-sp li a{
    display: block;
    color: #4e79ae;
  }
  .lst-nav-glnv-sp i{
    margin-right: 10px;
    font-size: 22px;
    vertical-align: middle;
  }
  /* 電話番号 */
  .btn-lang-tel{
    padding-top: 15px;
    text-align: center;
  }
  .btn-lang-tel img{
    max-width: 60%;
  }
  /* 写真 */
  .photo-lang{
    padding: 15px;
    text-align: center;
  }
}

/* #top - トップ
---------------------------------------------------------------------------*/
/* 共通項目 ===================== */
/* テキストブロック */
.inner-wrap{
  max-width: 820px;
  margin: 0 auto;
  padding-left: 10px;
}
/* 見出し */
.headline{
  font-size: 23px;
  line-height: 140%;
  color: #084d86;
  font-weight: normal;
  letter-spacing: .1em;
}
.headline.align-center{
  text-align: center;
}
@media screen and (max-width: 768px){
  .headline{
    font-size: 20px;
  }
}
/* リード */
.lead{
  margin-top: 25px;
  font-size: 17px;
  line-height: 170%;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px){
  .lead{
    font-size: 16px;
    margin-top: 15px;
  }
}



/* スライダー */
.jumbotron-extend{
  position: relative;
  height: 90vh;
  background:#000;
  color: #fff;
  margin-bottom: 0;
  padding: 0;
}

.slideMainWrap{width: 100%; height: 100%;}
.slideMain{height: 100% !important;}
.slideMain .slide{height: 100%; background-repeat:no-repeat; background-position:50% 50%; background-size:cover;}
.slideMain .slide#slideMain01{background-image:url(../img/img_slideMain_01.jpg);}
.slideMain .slide#slideMain02{background-image:url(../img/img_slideMain_02.jpg);}
.slideMain .slide#slideMain03{background-image:url(../img/img_slideMain_03.jpg);}
.slideMain .slide#slideMain04{background-image:url(../img/img_slideMain_04.jpg);}
.slideMain .slide#slideMain05{background-image:url(../img/img_slideMain_05.jpg);}
.slideMain .slide#slideMain06{background-image:url(../img/img_slideMain_06.jpg);}

/* #top-intro - イントロ */
#top-intro{
  padding: 65px 10px 55px 10px;
  background-color: #f1f1f1;
  text-align: center;
}
.headline-top-intro{
  font-size: 26px;
}
.lead-top-intro{
  margin-top: 10px;
  font-size: 23px;
  color: #084d86;
}
@media screen and (max-width: 768px){
  .headline-top-intro{
    font-size: 20px
  } 
  .lead-top-intro{
    font-size: 16px;
  }
}

/* #top-view - Panoramic View Garden ＆ The Longest Suspension Bridge */
.bg-top-view{
  height: 500px;
  background-image: url(../img/photo-topp01.jpg);
  background-position: center center;
  background-color: #5081C3;
  background-repeat: no-repeat;
}
.box-txt-top-view{
}
.box-txt-top-view{
  margin-top: 50px;
}
@media screen and (max-width: 768px){
  .bg-top-view{
    height: 250p;
  }
}

/* #topSlide01 - top-slider2 */
#topSlide01{
  margin-top: 60px;
}

/* #top-guestroom - GUEST ROOM */
#top-guestroom{
  margin-top: -65px;
  padding-top:190px;
}
.block-ttl-top-guestroom{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 150px;
  background-image: url(../img/bg-top-guestroom.png);
  background-repeat: no-repeat;
  background-position: center;
}
.ttl-top-guestroom{
  font-size: 38px;
  font-family: 'Noto sans-Serif', sans-serif;
  letter-spacing: .6em;
  color: #4e79ae;
}
.box-txt-top-guestroom{
  margin-top: 22px;
}
.box-detail-top-guestroom{
  margin-top: 65px;
}
.photo-detail-top-guestroom{
  height: 357px;
  background-repeat: no-repeat;
}
.lst-detail-top-guestroom{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lst-detail-top-guestroom &gt; li{
  width: 50%;
}
.lst-detail-top-guestroom&gt;li:first-child {
  width: 100%;
}
.lst-detail-top-guestroom &gt; li:nth-of-type(2n) .photo-detail-top-guestroom{
  background-position: right center;
}
.lst-detail-top-guestroom &gt; li:nth-of-type(2n-1) .photo-detail-top-guestroom{
  background-position: left center;
}
.lst-detail-top-guestroom&gt;li:first-child .photo-detail-top-guestroom{
  background-size: 50% 100%;
  background-position: center;
}
.photo-guestroom01{background-image:url(../img/photo-top-guestroom01.jpg);}
.photo-guestroom02{background-image:url(../img/photo-top-guestroom02.jpg);}
.photo-guestroom03{background-image:url(../img/photo-top-guestroom03.jpg);}
.photo-guestroom04{background-image:url(../img/photo-top-guestroom04.jpg);}
.photo-guestroom05{background-image:url(../img/photo-top-guestroom05.jpg);}
.photo-guestroom06{background-image:url(../img/photo-top-guestroom06.jpg);}
.photo-guestroom07{background-image:url(../img/photo-top-guestroom07.jpg);}
.box-txt-detail-top-guestroom{
  max-width: 400px;
  padding: 0 10px;
}
.lst-detail-top-guestroom &gt; li:nth-of-type(2n) .box-txt-detail-top-guestroom{
  margin: 50px 0 40px auto;
}
.lst-detail-top-guestroom &gt; li:nth-of-type(2n-1) .box-txt-detail-top-guestroom{
  margin: 50px auto 40px 0;
}
.lst-detail-top-guestroom&gt;li:first-child .box-txt-detail-top-guestroom {
  margin-inline: auto;
}
.lst-detail-top-guestroom p{
  text-align: center;
}
.txt-view-top-guestroom span{
  padding: 7px 15px 7px 15px;
  background-color: #4e79ae;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 10%;
}
.txt-room-top-guestroom{
  margin-top: 25px;
  font-size: 24px;
  font-family: 'Noto sans-Serif', sans-serif;
  color: #648ab8;
}
.txt-spec-top-guestroom{
  margin-top: 15px;
  font-size: 16px;
}
.lst-facility-top-guestroom{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 25px;
}
.lst-facility-top-guestroom &gt; li{
  margin: 0 10px;
}
@media screen and (max-width: 768px){
  .block-ttl-top-guestroom{
    height: 100px;
    background-size: auto 100%;
  }
  .ttl-top-guestroom{
    font-size: 20px;
  }
  .photo-detail-top-guestroom{
    height: 200px;
  }
  .txt-view-top-guestroom span{
    font-size: 12px;
  }
  .txt-room-top-guestroom{
    font-size: 15px;
  }
  .txt-spec-top-guestroom{
    font-size: 12px;
  }
  .lst-detail-top-guestroom{
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .lst-detail-top-guestroom &gt; li{
    width: 100%;
  }
  .lst-detail-top-guestroom &gt; li:nth-of-type(2n-1) .box-txt-detail-top-guestroom,
  .lst-detail-top-guestroom &gt; li:nth-of-type(2n) .box-txt-detail-top-guestroom{
    width: 100%;
    max-width: initial;
    margin: 50px 0 40px 0;
  }
  .lst-detail-top-guestroom &gt; li:nth-of-type(2n-1) .photo-detail-top-guestroom,
  .lst-detail-top-guestroom &gt; li:nth-of-type(2n) .photo-detail-top-guestroom{
    background-size: auto 100%;
    background-position: center;
  }
  .lst-detail-top-guestroom&gt;li:first-child .photo-detail-top-guestroom {
    background-size: 100%;
    background-position: center;
  }

  .lst-detail-top-guestroom&gt;li:first-child .photo-detail-top-guestroom {
    background-size: 450px;
    background-position: center;
    justify-content: center;
    display: flex;
    align-items: center;
  }


}

/* #top-amenity - Amenity */
#top-amenity{
  background-color: #f1f1f1;
}
.box-top-amenity{
  padding-top: 50px;
  padding-bottom: 50px;
}
.headline-top-amenity{
  text-align: center;
}

/* #topSlide02 - スライダー下部 */
#topSlide02 .jumbotron{padding:0; margin-bottom: 0;}
#topSlide02 .appeal_visual1{height: 254px;}
#topSlide02 .slide{width:auto !important; height: 100% !important; margin-right:0 !important;}



/* 下層ページ共通
---------------------------------------------------------------------------*/
.contents{
  margin-top: 166px;
}
#top .contents{
  margin-top: 0;
}
@media screen and (max-width: 768px){
  .contents{
    margin-top: 0;
  }
}
/* メインビジュアル */
#mainvis{
  height: 290px;
  background-position: center top;
  background-repeat: no-repeat;
}
#restaurant #mainvis{ background-image: url(../img/photo-mainvis-restaurant.jpg); }
#access #mainvis{ background-image: url(../img/photo-mainvis-access.jpg); }
#facilities #mainvis{ background-image: url(../img/photo-mainvis-facilities.jpg); }

/* ページタイトル */
#ttl-page{
  margin: 80px auto 60px auto;
  text-align: center;
}
.txt-ttl-page{
  font-size: 29px;
  font-family: 'Noto sans-Serif', sans-serif;
  color: #4e79ae;
  letter-spacing: .25em;
  line-height: 120%;
}
.bdr-ttl-page{
  width: 43px;
  height: 1px;
  margin: 35px auto 0 auto;
  border-top: 1px solid #4e79ae;
  font-size: 1px;
}
@media screen and (max-width: 768px){
  #ttl-page{
    margin: 50px auto;
  }
  .txt-ttl-page{
    font-size: 22px;
  }
  .bdr-ttl-page{
    margin-top: 20px;
  }
}

/* メインビジュアル２ */
#mainvis2{
  height: 550px;
  background-position: center center;
  background-repeat: no-repeat;
}
#restaurant #mainvis2{ background-image: url(../img/bg-mainvis2-restaurant.jpg); }
#access #mainvis2{ background-image: url(../img/bg-mainvis2-access.png); height: 397px; }
#facilities #mainvis2{ background-image: url(../img/bg-mainvis2-facilities.jpg); }
@media screen and (max-width: 768px){
  #mainvis2{
    height: 250px;
    background-size: auto 100%;
  }
}

/* コンテンツタイトル */
#ttl-cnts,
.ttl-cnts{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 182px;
  margin: 60px 0 20px 0;
  background-image: url(../img/bg-top-guestroom.png);
  background-repeat: no-repeat;
  background-position: center;
}
.txt-ttl-cnts{
  font-size: 38px;
  font-family: 'Noto sans-Serif', sans-serif;
  color: #4e79ae;
  letter-spacing: .25em;
  line-height: 120%;
}
@media screen and (max-width: 768px){
  #ttl-cnts,
  .ttl-cnts{
    height: 100px;
    background-size: auto 100%;
  }
  .txt-ttl-cnts{
    font-size: 20px;
  }
}



/* #restaurant - レストラン
---------------------------------------------------------------------------*/
.lst-restaurant &gt; li{
  padding: 10px 10px 85px 10px;
  background-image: url(../img/bdr-cnts-block.png);
  background-repeat: no-repeat;
  background-position: center top;
}
/* ロゴ */
.logo-name-restaurant{
  margin-top: 20px;
  text-align: center;
}
/* エリア */
.txt-area-restaurant{
  margin-top: 5px;
  text-align: center;
}
.txt-area-restaurant span{
  display: inline-block;
  padding: 5px 10px;
  background-color: #4e79ae;
  font-size: 17px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px){
  .txt-area-restaurant span{
    font-size: 12px;
  }
}
/* 店名 */
.txt-name-restaurant{
  margin-top: 30px;
  font-size: 24px;
  font-family: 'Noto sans-Serif', sans-serif;
  line-height: 120%;
  text-align: center;
  color: #4e79ae;
}
@media screen and (max-width: 768px){
  .txt-name-restaurant{
    font-size: 20px;
  }
}
/* メイン写真 */
.photo-main-restaurant{
  margin-top: 50px;
  text-align: center;
}
.photo-main-restaurant img{
  max-width: 100%;
}
/* 情報 */
.block-restaurant-data{
  max-width: 951px;
  margin: 40px auto 0 auto;
}
.block-restaurant-open{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #a6bcd6;
}
.txt-resutaurant-genre{
  margin-top: 0;
}
.txt-resutaurant-genre strong{
  font-size: 22px;
  color: #4e79ae;
  font-weight: normal;
}
@media screen and (max-width: 768px){
  .txt-resutaurant-genre strong{
    font-size: 20px;
  }
}
/* 時間 */
.block-restaurant-time{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-restaurant-time &gt; p:first-of-type{
  width: 100%;
}
.block-restaurant-time &gt; p:last-of-type{
  margin-left: 5px;
}
/* サブ写真 */
.lst-subphotos{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 30px;
}
.lst-subphotos li{
  margin: 1px;
}
@media screen and (max-width: 768px){
  .lst-subphotos{
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .lst-subphotos li{
    text-align: center;
  }
}
/* インテリア */
.block-interirors{
  margin-top: 40px;
}
.block-interior{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.block-interior.reverse{
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.txt-restaurant-interior{
  padding: 10px 30px;
}
.ttl-restaurant-interior{
  font-size: 24px;
  color: #4e79ae;
}
.attr-restaurant-interior{
  margin-top: 10px;
  font-size: 15px;
  line-height: 150%;
  color: #a6bcd6;
}
@media screen and (max-width: 768px){
  .block-interior,
  .block-interior.reverse{
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }
  .txt-restaurant-interior{
    padding: 10px 0 0 0;
  }
  .ttl-restaurant-interior{
    font-size: 20px;
  }
}




/* #facilities - 設備
---------------------------------------------------------------------------*/
.fig-guide-facilities{
  margin-top: 20px;
  padding: 0 10px;
  text-align: center;
}
/* エリア紹介 */
#box-facililties-area{
  margin-top: 60px;
}
#box-facililties-area li{
  padding: 50px 0;
}
#box-facililties-area li.reverse{
  background-color: #eff3f7;
}
#box-facililties-area li &gt; div{
  display: -webkit-flex;
  display: flex;
  width: 1170px;
  margin: 0 auto;
}
#box-facililties-area li.reverse &gt; div{
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#box-facililties-area li &gt; div .box-txt-lst-facilities{
  padding: 0 110px 0 50px;
}
#box-facililties-area li.reverse &gt; div .box-txt-lst-facilities{
  width: 610px;
  padding: 0 50px 0 110px;
}
@media screen and (max-width: 768px){
  #box-facililties-area li &gt; div,
  #box-facililties-area li.reverse &gt; div{
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
  }
  #box-facililties-area li &gt; div .box-txt-lst-facilities,
  #box-facililties-area li.reverse &gt; div .box-txt-lst-facilities{
    width: 100%;
    padding: 15px 0;
  }
}
/* 写真 */
.photo-lst-facilities{
  width: 560px;
}
@media screen and (max-width: 768px){
  .photo-lst-facilities{
    width: 100%;
    text-align: center;
  }
}
/* エリア */
.txt-area-facilities{
  margin-top: 5px;
}
.txt-area-facilities span{
  display: inline-block;
  padding: 5px 10px;
  background-color: #4e79ae;
  font-size: 17px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px){
  .txt-area-facilities span{
    font-size: 12px;
  }
}
/* 店名 */
.txt-areaname-facilities{
  margin-top: 30px;
  font-size: 24px;
  font-family: 'Noto sans-Serif', sans-serif;
  line-height: 120%;
  color: #4e79ae;
}
@media screen and (max-width: 768px){
  .txt-areaname-facilities{
    font-size: 20px;
  }
}

/* サービス */
#box-facilities-service{
  max-width: 970px;
  padding: 0 10px 85px 10px;
  margin: 0 auto;
}
.ttl-facilities-service{
  margin-top: 60px;
  padding-bottom: 18px;
  font-family: 'Noto sans-Serif', sans-serif;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #a6bcd6;
  color: #648ab8;
  letter-spacing: .1em;
}
.ttl-facilities-service.align-left{
  padding-left: 10px;
  text-align: left;
}
.ttl-facilities-service.bg-wifi{
  background-image: url(../img/icon-top-guestroom-wifi);
  background-repeat: no-repeat;
  background-position: right center;
}
.img-facilities-service-card{
  margin-top: 15px;
}
.block-facilities-service-mini{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.block-facilities-service-mini &gt; *{
  width: 48%;
}
@media screen and (max-width: 768px){
  .ttl-facilities-service{
    font-size: 20px;
  }
  .block-facilities-service-mini{
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .block-facilities-service-mini &gt; *{
    width: 100%;
  }
  .ttl-facilities-service.align-left{
    padding-left: 0;
    text-align: center;
  }
}


/* #access - アクセス
---------------------------------------------------------------------------*/
#box-access{
  max-width: 970px;
  margin: 0 auto;
  padding: 0 10px 90px 10px;
  padding-bottom: 90px;
}
/* 見出し */
.headline-access{
  text-align: center;
}
/* マップ */
.fig-access-map{
  margin-top: 40px;
}
.fig-access-root{
  margin-top: 60px;
}
.fig-access-root-sp{
  display: none;
}
@media screen and (max-width: 768px){
  .fig-access-root{
    display: none;
  }
  .fig-access-root-sp{
    display: block;
    margin-top: 60px;
    text-align: center;
  }
}
/* タイトル */
.ttl-access{
  margin-top: 60px;
  padding-bottom: 18px;
  font-family: 'Noto sans-Serif', sans-serif;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #a6bcd6;
  color: #648ab8;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px){
  .ttl-access{
    font-size: 20px;
  }
}
/* 本文 */
.fig-access-bus{
  margin-top: 25px;
}
/* バススケジュール */
.headline-access-schedule{
  margin-top: 30px;
  font-size: 19px;
  line-height: 38px;
  background-color: #4e79ae;
  text-align: center;
  color: #FFFFFF;
}
.tbl-access{
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  table-layout: fixed;
}
.tbl-access th,
.tbl-access td{
  padding: 8px 5px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-align: center;
  font-size: 15px;
  line-height: 120%;
  border-bottom: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  font-weight: normal;
}
.tbl-access th{ font-size: 17px; }
.tbl-access th:first-of-type{ background-color: #e4e4e4; }
.tbl-access-weekday{ background-color: #dce5d0; }
.tbl-access-holyday{ background-color: #eed2c5; }
.tbl-access tr:nth-of-type(2n) td{ background-color: #e4e4e4; }
.tbl-access td.mini{ letter-spacing: -.1em; }

.attr-access-schedule{
  margin-top: 20px;
  font-size: 15px;
  line-height: 140%;
}
.block-access-destination{
  margin-top: 25px;
}
.lead-access{
  margin-top: 0;
}
@media screen and (max-width: 768px){
  .headline-access-schedule{
    font-size: 14px;
    line-height: 120%;
    padding: 5px;
  }
  .tbl-access th,
  .tbl-access td{
    font-size: 10px;
  }
}
/* 時刻表の画像置き換え */
.tbl-access-sp{
  display:none;
}
@media screen and (max-width: 480px){
  .tbl-access-pc{
    display: none;
  }
  .tbl-access-sp{
    display: inline-block;
    width: 100%;
    max-width: 25px;
    vertical-align: middle;
  }
  .tbl-access th:first-of-type{
    padding: 8px 1px;
  }
}









</pre></body></html>