@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */
.ml_130 {
  margin-left: 130px;
}
.p_navi {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.p_navi li:last-child {
  border-right: #adadad solid 1px;
}
#container a:hover {
  text-decoration: none;
}
/* ==============================
   サムネイル画像切替 menu_box
============================== */

/* .menu_box .slideShow
------------------------- */
.menu_box .slideShow {
  text-align: left;
  display: none;
  width: 100% !important;
  margin-bottom: 10px;
}

/* .mainView
------------------------- */
.menu_box .slideShow .mainView {
  width: 100% !important;
  overflow: hidden;
  margin-bottom: 5px;
}
.menu_box .slideShow .mainView ul {
  width: 100% !important;
  overflow: hidden;
  position: relative;
}
.menu_box .slideShow .mainView ul li {
  top: 0;
  left: 0;
  width: 100% !important;
  position: absolute;
}

/* .thumbNail
------------------------- */
.menu_box .slideShow .thumbNail {
  width: 100% !important;
  overflow: hidden;
}

.menu_box .slideShow .thumbNail ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.menu_box .slideShow .thumbNail ul li {
  display: inline;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 1.5%;
  margin-left: 1.5%;
  width: calc((100% - 1.5% * 4) / 5) !important;
}
.menu_box .slideShow .thumbNail ul li:first-child,
.menu_box .slideShow .thumbNail ul li:nth-child(5n + 1) {
  margin-left: 0;
}

.menu_box .slideShow .thumbNail ul li img {
  width: 100% !important;
}
.menu_box .slideShow .thumbNail ul li.active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
/* =======================================
	ClearFixElements
======================================= */
.menu_box .slideShow ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.menu_box .slideShow ul {
  display: inline-block;
}
/* ------------------------------------------------
	一応mediaQueriesの指定を入れておきますが
	スライドショー動作には関連しておりません。
------------------------------------------------ */
/* ==============================
   サムネイル画像切替 main_photo
============================== */
/* .main_photo .slideShow
------------------------- */
.main_photo {
  margin-bottom: 20px;
}
.main_photo .slideShow {
  margin: 0 auto;
  text-align: left;
  display: none;
  position: relative;
}

/* .mainView
------------------------- */
.main_photo .slideShow .mainView {
  width: 100% !important;
  overflow: hidden;
}
.main_photo .slideShow .mainView ul {
  width: 100%;
  overflow: hidden;
}
.main_photo .slideShow .mainView ul li {
  width: 100%;
}
.main_photo .slideShow .mainView ul li .mainView_mt {
  margin-top: -61%;
}
.main_photo .slideShow .mainView ul li .mainView_mt2 {
  margin-top: -177%;
}
.main_photo .slideShow .mainView ul li .mainView_mt3 {
  margin-top: -293%;
}
.main_photo .slideShow .mainView ul li .mainView_mt4 {
  margin-top: -409%;
}
.main_photo .slideShow .mainView ul li img {
  width: 100%;
}

/* sideNavi
------------------------- */
.main_photo .slideShow .mainView .btnPrev,
.main_photo .slideShow .mainView .btnNext {
  top: 0;
  width: 5%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.main_photo .slideShow .mainView .btnPrev {
  left: 0;
  background: #ccc url(../img/btnPrev.png) no-repeat center center;
}
.main_photo .slideShow .mainView .btnNext {
  right: 0;
  background: #ccc url(../img/btnNext.png) no-repeat center center;
}
/* =======================================
	ClearFixElements
======================================= */
.main_photo .slideShow ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.main_photo .slideShow ul {
  display: inline-block;
  overflow: hidden;
}
/* ------------------------------------------------
	一応mediaQueriesの指定を入れておきますが
	スライドショー動作には関連しておりません。
------------------------------------------------ */

/* =======================
	　news
========================== */
/*ポップアップ用*/
.info_popup {
  width: 94%;
  margin: -5px auto 6%;
}
.info_popup p {
  border: #999 solid 1px;
  text-align: center;
  padding: 10px;
  margin: 10px 0 10px 0;
}
.f_12 {
  font-size: 1.2rem;
}

/*スマートフォン*/
@media screen and (min-width: 0px) {
  .h_short {
    height: 50px;
  }
  .h_long {
    height: 300px;
  }
  #container {
    width: 90%;
    margin: 10px auto 70px;
  }
  .link {
    margin-top: -100px;
    padding-top: 100px;
    display: block;
  }
  .p_navi li {
    text-align: center;
    border-left: #adadad solid 1px;
    font-size: 1.4rem;
    width: 45%;
  }
  .link {
    margin-top: -150px;
    padding-top: 150px;
    display: block;
  }
  /* ==============================
   　　　コンテンツ内容
============================== */
  #container .faci_copy {
    line-height: 2;
  }
  .ttl h2,
  h3,
  h4 {
    font-size: 2.4rem;
    margin-bottom: 40px;
    line-height: 1.3;
  }

  #container #faci_wrapper #faci_contents .text_box .detail_box {
    padding: 3% 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
  #container #faci_contents .faci_box dl ul .m_tit {
    float: left;
    margin-right: 10%;
  }
  #container #faci_contents .faci_box dl ul .m_tit_h {
    width: 60px;
    height: 270px;
    margin-right: 10%;
    float: left;
  }
  #container .topicpath {
    margin-bottom: 60px;
  }
  #container #faci_wrapper #faci_contents .text_l_box .detail_box {
    padding: 30px 0;
    margin: 0 0 14px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    line-height: 1.8;
  }
  #container .text_l_box .text_box {
    margin: 15px 0 40px;
  }
  #container .text_l_box .text_box .m_tit {
    width: 100px;
    float: left;
    margin-right: 30px;
  }
  #container #faci_wrapper .text_box .copy_txt {
    letter-spacing: 0.5px;
    line-height: 1.8;
  }
  #rentalcycle .text_box p {
    margin-top: 30px;
  }
  #container .ttl {
    text-align: center;
    margin: 50px 0 0;
  }
  #container .detail_box .m_tit {
    float: left;
    margin-right: 10px;
    width: 70px;
  }
  /* ==============================
   　　　表
============================== */
  #container table tr td {
    width: 24%;
    height: 30px;
  }
  #container table {
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
  }
  #container table tr .ttl_txt {
    text-align: center;
    background-color: #ededed;
    width: 8%;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
  }
  #container table tr .pl_20 {
    padding: 10px 20px 10px;
  }
  #container table tr .lh {
    line-height: 1.5;
    border-right: solid 1px #cccccc;
  }
  .amenities_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .amenities_list li {
    flex-basis: 49.4%;
    margin: 1px;
  }
  .img_right {
    margin-top: 20px;
  }
  /* ==============================
   　　スティーブンノル
============================== */
  .stephen_knoll_concept {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .stephen_knoll_text {
    padding: 15px 0;
    border-top: 1px solid #dedede;
    line-height: 1.8;
  }
  .copy_txt p {
    margin-bottom: 60px;
    margin-top: 40px;
  }
}
/* タブレット（縦） */
@media screen and (min-width: 768px) {
  .link {
    margin-top: -180px;
    padding-top: 180px;
    display: block;
  }
  /* ==============================
   サムネイル画像切替 main_photo
============================== */
  .main_photo {
    margin-bottom: 22%;
  }
  .main_photo .slideShow {
    width: 100% !important;
  }
  .main_photo .slideShow .mainView {
    margin-bottom: 10px;
    width: 100%;
  }
  .main_photo .slideShow .mainView ul li {
    width: 100% !important;
  }
  .main_photo .slideShow .mainView ul li img {
    width: 100% !important;
  }
  .main_photo .slideShow .mainView ul li .mainView_mt {
    margin-top: -62%;
  }
  .main_photo .slideShow .mainView ul li .mainView_mt2 {
    margin-top: -178%;
  }
  .main_photo .slideShow .mainView ul li .mainView_mt3 {
    margin-top: -294%;
  }
  .main_photo .slideShow .thumbNail {
    width: 100% !important;
    top: 104%;
    left: 0;
  }
  .main_photo .slideShow .thumbNail ul {
    width: 103% !important;
  }
  .main_photo .slideShow .thumbNail ul li {
    margin-left: 2%;
    width: 18% !important;
  }
  .faci_box .menu_box.clearfix .slide_img {
    width: 100%;
    float: left;
    margin-right: 20px;
  }
  .rest_box .restaurant_box .slide_img2,
  .rest_box .restaurant_box .slide_text_l {
    width: 50%;
    float: left;
    margin-right: 20px;
  }
  .p_navi {
    margin-bottom: 70px;
  }
  .p_navi li {
    font-size: 1.6rem;
    width: 33%;
  }

  /* =======================
	　全体
========================== */
  #container {
    width: 90%;
    margin: 10px auto 120px;
  }
  #container .ttl h2,
  h3,
  h4 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  #container .faci_type {
    margin-bottom: 80px;
  }
  .page_image {
    position: relative;
  }
  .menu_box {
    margin-bottom: 40px;
  }
  /* =======================
	.menu_box .slideShow
========================== */
  #main .menu .menu_box {
    margin-bottom: 8%;
  }
  .menu_box .slideShow {
    width: 100% !important;
  }
  .menu_box .slideShow .thumbNail {
    width: 100% !important;
    margin-top: 0px;
  }
  .menu_box .slideShow .thumbNail ul li {
    margin-bottom: 1%;
    margin-left: 1%;
    width: calc((100% - 1% * 8) / 9) !important;
  }
  .menu_box .slideShow .thumbNail ul li:nth-child(5n + 1) {
    margin-left: 1%;
  }
  .menu_box .slideShow .thumbNail ul li:first-child,
  .menu_box .slideShow .thumbNail ul li:nth-child(9n + 1) {
    margin-left: 0;
  }
  /* =======================
		.menu_img
========================== */
  #main .menu .menu_box .menu_img {
    width: 100%;
    margin-bottom: 1%;
  }
  /* ==============================
   　　　コンテンツ内容
============================== */
  .h_long {
    height: 360px;
  }
  .page_image .ttl_img_list {
    position: absolute;
    width: 190px;
  }
  .menu_box .text_l_box .detail_box {
    border-top: solid 1px #ededed;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ededed;
  }
  .menu_box .text_l_box .detail_box .m_tit {
    float: left;
    margin-right: 20px;
  }
  #container .topicpath {
    margin-bottom: 70px;
  }
  #container .topicpath {
    font-size: 1.2rem;
  }
  #container .main_image {
    margin-top: 20px;
  }
  #container .faci_slide img {
    margin-bottom: 20px;
  }
  #container .owl-controls .clickable img {
    margin-top: 20px;
  }
  #container .faci_type .btn {
    width: 40%;
    margin: auto;
  }
  #container .faci_type section {
    margin-bottom: 30px;
  }
  #container .faci_type .faci_txt {
    margin-bottom: 35px;
    line-height: 2;
    margin: 0 80px 30px;
  }
  #container .faci_copy {
    text-align: center;
    line-height: 2;
    margin-bottom: 60px;
  }
  #container .faci_nav {
    display: flex;
    justify-content: space-around;
    margin-bottom: 60px;
    width: 100%;
  }
  #container #faci_contents .faci_box dl {
    margin-bottom: 30px;
  }
  #container #faci_contents .faci_box dl ul .m_tit {
    width: 100px;
  }
  #container #faci_contents .faci_box dl ul .m_tit_h {
    width: 100px;
    height: 250px;
    float: left;
    margin-right: 40px;
  }
  #container #faci_contents .faci_box dl .copy_txt {
    margin-bottom: 20px;
  }
  #container #faci_facility .txt.faci_list {
    text-align: center;
  }
  #container #faci_facility .faci_facility_box {
    margin-bottom: 60px;
  }
  #container #faci_wrapper #faci_contents .text_box .detail_box {
    padding: 30px 0;
    line-height: 1.8;
  }
  #container #faci_wrapper #faci_contents .faci_box .text_l_box .text_box .detail_box.b_list {
    padding: 15px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin: 0px 0 0;
  }
  #rentalcycle .text_box p {
    margin-top: 30px;
  }
  #container #faci_wrapper #faci_contents .text_box p {
    line-height: 1.8;
  }
  #container .text_l_box .text_box {
    margin: 0px 0 40px;
    padding-top: 10px;
  }
  #faci_contents .text_l_box {
    display: table-cell;
    width: 300px;
  }
  /* ==============================
   　　　表
============================== */
  #container table tr td {
    width: 24%;
    height: 30px;
  }
  #container table {
    border: 1px #cccccc;
  }
  #container table tr .ttl_txt {
    text-align: center;
    background-color: #ededed;
    width: 10%;
  }
  #container table tr .lh {
    line-height: 1.5;
    border: solid 1px #cccccc;
  }
  /* ==============================
   　　　スティーブンノル
============================== */
  .stephen_knoll_concept {
    font-size: 1.6rem;
  }
  .stephen_knoll_text {
    border-top: solid 1px #ededed;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .copy_txt p {
    margin-bottom: 60px;
    margin-top: 0;
  }
}
/*　タブレット（横）　*/
@media screen and (min-width: 1024px) {
  .page_image p {
    width: 160%;
    right: -300px;
    position: absolute;
  }
  .faci_box .menu_box.clearfix .slide_img {
    width: 100%;
  }
  #container {
    width: 1000px;
    margin: 0 auto 120px;
  }
  #container .text_l_box .text_box {
    margin: 0px 0 40px;
    padding-top: 10px;
  }
  .rest_box .restaurant_box .slide_img2,
  .rest_box .restaurant_box .slide_text_l {
    width: 55%;
    float: left;
    /* margin-right: 20px; */
  }
  .menu_box .slideShow .thumbNail {
    margin-top: 0px;
  }
}
/*　PCページ　*/
@media screen and (min-width: 1025px) {
  .link {
    margin-top: -162px;
    padding-top: 162px;
    display: block;
  }
  .h_short {
    height: 50px;
  }
  .h_long {
    height: 350px;
  }
  /* =======================
	　ページ内リンク
========================== */
  .p_navi li {
    text-align: center;
    border-left: #adadad solid 1px;
    font-size: 1.6rem;
    width: 25%;
  }
  /* ==============================
   サムネイル画像切替 main_photo
============================== */
  .faci_box .menu_box.clearfix .slide_img {
    width: 100%;
  }
  .main_photo {
    margin-bottom: 80px;
  }
  .main_photo .slideShow {
    width: 100% !important;
  }
  .main_photo .slideShow .thumbNail {
    width: 100% !important;
  }
  .main_photo .slideShow .thumbNail ul {
    margin: 0 auto 10px;
  }
  .menu_box .slideShow .thumbNail ul {
    width: 100% !important;
  }
  .main_photo .slideShow .thumbNail ul li {
    margin-left: 2%;
    width: 18% !important;
  }
  .main_photo .slideShow .mainView ul li .mainView_mt {
    margin-top: -65%;
  }
  .main_photo .slideShow .mainView ul li .mainView_mt2 {
    margin-top: -181%;
  }
  .main_photo .slideShow .mainView ul li .mainView_mt3 {
    margin-top: -297%;
  }
  .menu .menu_box .menu_text .btn a {
    padding: 10px 0 10px 2%;
  }
  .rest_box .restaurant_box .slide_img2,
  .rest_box .restaurant_box .slide_text_l {
    width: 550px;
    margin-right: 40px;
  }
  .menu_box .slideShow .thumbNail ul li:nth-child(7) {
    margin-left: 10px;
  }
  .menu_box .slideShow .mainView {
    margin-bottom: 10px;
  }
  /* =======================
	　ヘッダー
========================== */
  .page_image p {
    width: 100%;
    right: 0;
  }
  /* ==============================
   　　　コンテンツ内容
============================== */
  #container .text_l_box .text_box .m_tit {
    width: 100px;
  }
  #container #faci_wrapper #faci_contents .faci_box .text_box .detail_box {
    line-height: 1.8;
    margin: 0px 0px 30px;
  }
  #container .text_l_box .text_box {
    margin: 0px 0 40px;
  }
  #container #faci_wrapper #faci_contents .text_box p {
    line-height: 1.8;
    margin-bottom: 40px;
  }
  /* ==============================
   　　　表
============================== */
  #container #faci_wrapper #faci_contents .text_l_box {
    display: inline-block;
    width: 370px;
  }
  #container table tr td {
    width: 24%;
    height: 30px;
  }
  #container table {
    border: 1px #cccccc;
  }
  #container table tr .ttl_txt {
    text-align: center;
    background-color: #ededed;
    width: 10%;
  }
  #container table tr .pl_20 {
    padding: 10px 20px 10px;
  }
  #container table tr .lh {
    line-height: 1.8;
  }

  /* ==============================
   　　　設備アメニティ
============================== */
  .rest_box {
    margin-bottom: 40px;
  }
  .amenities_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 0;
    justify-content: center;
  }
  .amenities_list li {
    flex-basis: 49.8%;
    margin: 1px;
  }
  section.datail_ttl {
  }
  #restaurant_bar_box {
    margin-bottom: 80px;
  }
  #container .main_txt {
    margin: 10px 0 40px 0;
    line-height: 1.8;
  }
  #container .sub_txt {
    margin: 10px 0 40px 0;
    line-height: 1.8;
  }
  .img_right {
    margin-top: 10px;
  }
  .attention {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .copy_txt p {
    line-height: 1.8;
    margin-bottom: 60px;
  }
  /* ==============================
   　　　スティーブンノル
============================== */
  .stephen_knoll_concept {
    font-size: 2rem;
  }
}
