/*Template name: 「予約番css」*/

@charset "UTF-8";
/* Scss Document **/
/* mixin
*********************************************************************/
/* media query */
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap" rel="stylesheet">
/*  general_footer
--------------------------------------------------------------*/
@media all and (max-width: 768px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 768px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 494px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 768px) {
  .spnone {
    display: none;
  }
}

@media all and (max-width: 494px) {
  .portraitnone {
    display: none;
  }
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
	transition:0.3s;
}
a:hover {
  color: #FD7500;
	transition:0.3s;
}
a:hover img {
  opacity: 0.7;
}
a:active {
  color: #0099c5;
}

.newline {
  display: inline-block;
}

.asset_footer {
  background-color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.asset_footer div, .asset_footer span, .asset_footer object, .asset_footer iframe,
.asset_footer h1, .asset_footer h2, .asset_footer h3, .asset_footer h4, .asset_footer h5, .asset_footer h6, .asset_footer p, .asset_footer blockquote, .asset_footer pre,
.asset_footer abbr, .asset_footer address, .asset_footer cite, .asset_footer code,
.asset_footer del, .asset_footer dfn, .asset_footer em, .asset_footer img, .asset_footer ins, .asset_footer kbd, .asset_footer q, .asset_footer samp,
.asset_footer small, .asset_footer strong, .asset_footer sub, .asset_footer sup, .asset_footer var,
.asset_footer b, .asset_footer i,
.asset_footer dl, .asset_footer dt, .asset_footer dd, .asset_footer ol, .asset_footer ul, .asset_footer li,
.asset_footer fieldset, .asset_footer form, .asset_footer label, .asset_footer legend,
.asset_footer table, .asset_footer caption, .asset_footer tbody, .asset_footer tfoot, .asset_footer thead, .asset_footer tr, .asset_footer th, .asset_footer td,
.asset_footer article, .asset_footer aside, .asset_footer canvas, .asset_footer details, .asset_footer figcaption, .asset_footer figure,
.asset_footer footer, .asset_footer header, .asset_footer hgroup, .asset_footer menu, .asset_footer nav, .asset_footer section, .asset_footer summary,
.asset_footer time, .asset_footer mark, .asset_footer audio, .asset_footer video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-size: 62.5%;
  line-height: 1;
}
.asset_footer .ttl_group_asset {
  color: #FFF;
  padding: 40px 10px;
}
.asset_footer .ttl_group_asset h2 {
  font-size: 26px;
  line-height: 1.2em;
}
.asset_footer .ttl_group_asset p {
  font-size: 15px;
  line-height: 1.6em;
  padding: 5px 0 0;
}
@media all and (max-width: 494px) {
  .asset_footer .ttl_group_asset {
    padding: 30px 10px;
  }
  .asset_footer .ttl_group_asset h2 {
    font-size: 2.4em;
  }
}
.asset_footer .list_hotels_asset {
  padding: 0 20px;
}
.asset_footer .list_hotels_asset h3 {
  font-size: 2em;
  line-height: 1em;
  border-bottom: #FFF dotted 1px;
  display: inline-block;
  padding: 10px 0 10px;
  color: #FFF;
}
.asset_footer .list_hotels_asset ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 880px;
  margin: auto;
  padding: 10px 0 0;
}
.asset_footer .list_hotels_asset ul li {
  line-height: 0em;
  position: relative;
  width: 33%;
  max-width: 300px;
  padding: 15px;
  box-sizing: border-box;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .asset_footer .list_hotels_asset ul li {
    width: 33.3333%;
    padding: 5px;
  }
}
.asset_footer .list_hotels_asset ul li .box_img_asset {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.asset_footer .list_hotels_asset ul li .box_img_asset img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.asset_footer .list_hotels_asset ul li .box_logo_asset {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 768px) {
  .asset_footer .list_hotels_asset ul li .box_logo_asset {
    bottom: 7px;
  }
}
.asset_footer .list_hotels_asset ul li .box_logo_asset img {
  width: auto;
	max-width: 80%;
    object-fit: contain;
  height: 4vw;
  max-height: 50px;
  filter: drop-shadow(1px 1px 3px rgb(0, 0, 0));
}
@media all and (max-width: 768px) {
  .asset_footer .list_hotels_asset ul li .box_logo_asset img {
    height: 10vw;
  }
}
.asset_footer .list_hotels_asset ul li .icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
}
@media all and (max-width: 768px) {
  .asset_footer .list_hotels_asset ul li .icon {
    top: 10px;
    right: 10px;
  }
}
.asset_footer .list_hotels_asset ul li .icon img {
  width: 100%;
  height: auto;
}
.asset_footer .list_restaurant_asset {
  padding: 20px;
}
.asset_footer .list_restaurant_asset h3 {
  font-size: 2em;
  line-height: 1em;
  border-bottom: #FFF dotted 1px;
  color: #FFF;
  display: inline-block;
  padding: 10px 0 10px;
}
.asset_footer .list_restaurant_asset ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1230px;
  margin: auto;
  padding: 10px 0 15px;
}
.asset_footer .list_restaurant_asset ul li {
  line-height: 0em;
  position: relative;
  width: 25%;
  max-width: 220px;
  padding: 15px;
  box-sizing: border-box;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .asset_footer .list_restaurant_asset ul li {
    width: 33.3333%;
    padding: 5px;
  }
}
.asset_footer .list_restaurant_asset ul li .box_img_asset {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.asset_footer .list_restaurant_asset ul li .box_img_asset img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.asset_footer .list_restaurant_asset ul li .box_logo_asset {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 768px) {
  .asset_footer .list_restaurant_asset ul li .box_logo_asset {
    bottom: 7px;
  }
}
.asset_footer .list_restaurant_asset ul li .box_logo_asset img {
  width: auto;
  height: 4vw;
  max-height: 50px;
  filter: drop-shadow(1px 1px 3px rgb(0, 0, 0));
}
@media all and (max-width: 768px) {
  .asset_footer .list_restaurant_asset ul li .box_logo_asset img {
    height: 10vw;
  }
}
.asset_footer .list_restaurant_asset ul li .icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
}
@media all and (max-width: 768px) {
  .asset_footer .list_restaurant_asset ul li .icon {
    top: 10px;
    right: 10px;
  }
}
.asset_footer .list_restaurant_asset ul li .icon img {
  width: 100%;
  height: auto;
}
.asset_footer .btn_official_asset {
  text-align: center;
  font-size: 40px;
}
@media all and (max-width: 768px) {
  .asset_footer .btn_official_asset {
    font-size: 30px;
  }
}
.asset_footer .btn_official_asset a {
  color: #FFF;
}
.asset_footer .list_banner_asset {
  padding: 30px 0 40px;
}
.asset_footer .list_banner_asset ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
}
.asset_footer .list_banner_asset ul li {
  max-width: 360px;
  width: 25%;
  box-sizing: border-box;
  padding: 10px;
}
.asset_footer .list_banner_asset ul li img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .asset_footer .list_banner_asset {
    padding: 15px 0 20px;
  }
  .asset_footer .list_banner_asset ul {
    padding: 5px;
  }
  .asset_footer .list_banner_asset ul li {
    padding: 5px;
    width: 50%;
  }
}
.asset_footer .copy_footer_asset {
  width: 100%;
  height: 50vh;
  min-height: 500px;
  background-image: url("https://www.senrinokaze.jp/common/images/footer_img.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 40px 10px;
  box-sizing: border-box;
}
.asset_footer .copy_footer_asset h2 {
  color: #FFF;
  font-family: "utsukushi";
  font-size: 2.8em;
  line-height: 1.8em;
  text-shadow: 0 0 2px #0071A9, 0 0 2px #0071A9, 0 0 4px #0071A9, 0 0 10px #0071A9, 0 0 10px #0071A9, 0 0 16px #0071A9, 0 0 16px #0071A9;
}
@media all and (max-width: 768px) {
  .asset_footer .copy_footer_asset {
    height: 30vh;
    min-height: 200px;
    padding: 20px 0px;
  }
  .asset_footer .copy_footer_asset h2 {
    font-size: 1.8em;
    line-height: 1.6em;
  }
}
.asset_footer .box_address_asset {
  background-color: #FFF;
  padding: 40px 10px;
}
.asset_footer .box_address_asset .work_time {
  padding: 16px 0 0;
}
.asset_footer .box_address_asset .work_time p {
  font-size: 1.4em;
  line-height: 1.4em;
}
.asset_footer .box_address_asset .work_time p .newline {
  display: inline-block;
}
.asset_footer .box_address_asset .txt_address_asset {
  display: inline-block;
  text-align: left;
  padding: 16px 0 0;
}
.asset_footer .box_address_asset .txt_address_asset p {
  font-size: 1.4em;
  line-height: 1.4em;
}
.asset_footer .box_address_asset .txt_address_asset p.mail_asset::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding: 0 4px 0 2px;
}
.asset_footer .box_address_asset .txt_address_asset p.mail_asset:hover {
  color: #FF9009;
}
.asset_footer .box_address_asset .txt_address_asset p.mail_asset a:hover {
  color: #FF9009;
}
.asset_footer .box_sns_asset {
  padding: 14px;
  border-top: #FFF solid 1px;
}
.asset_footer .box_sns_asset ul {
  display: flex;
  justify-content: center;
}
.asset_footer .box_sns_asset ul li {
  padding: 0 20px;
}
.asset_footer .box_copyrights_asset {
  background-color: #FFF;
  padding: 16px 10px 30px;
  border-top: #76A7A3 solid 8px;
}
.asset_footer .box_copyrights_asset p {
  line-height: 1.4em;
}

.bg_div {
  background-image: url("../images/bg_contents.png");
  background-repeat: no-repeat;
  background-position: center 260px;
}

.area_pagettl {
  padding: 0 10px;
}

.block_pagettl {
  max-width: 1020px;
  margin: 0 auto;
  padding: 50px 0;
}
.block_pagettl .box_ttl {
  text-align: center;
  padding: 0 0 26px;
}
.block_pagettl .box_ttl h1 {
  font-size: 2.4em;
  line-height: 1.2em;
}
.block_pagettl .box_ttl p {
  font-size: 1.4em;
  line-height: 1.4em;
  padding: 10px 0 0;
}
.block_pagettl .box_img {
  width: 100%;
}
.block_pagettl .box_img img {
  width: 100%;
  height: auto;
}
.block_pagettl .box_txt {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
.block_pagettl .box_txt h2 {
  font-size: 1.9em;
  line-height: 2em;
}
.block_pagettl .box_txt p {
  font-size: 1.5em;
  line-height: 2em;
}
@media all and (max-width: 768px) {
  .block_pagettl {
    padding: 30px 0;
  }
  .block_pagettl .box_txt {
    display: block;
    padding: 20px 10px 0px;
  }
  .block_pagettl .box_txt h2 {
    line-height: 1.7em;
  }
  .block_pagettl .box_txt p {
    padding: 20px 0 0;
    line-height: 1.7em;
  }
}

.area_omotenashi {
  padding: 0 10px 80px;
}

.block_omotenashi {
  max-width: 1020px;
  margin: 40px auto 0;
  background-image: url("../../common/images/bg_column.png");
}
.block_omotenashi .box_visual {
  width: 100%;
  line-height: 0em;
}
.block_omotenashi .box_visual img {
  width: 100%;
  height: auto;
}
.block_omotenashi .box_spec {
  max-width: 760px;
  position: relative;
  margin: 0 auto;
  padding: 30px 10px;
  text-align: justify;
}
.block_omotenashi .box_spec h3 {
  position: absolute;
  top: -112px;
  left: 0px;
}
.block_omotenashi .box_spec .parts_txt {
  padding: 0 0 0 205px;
}
.block_omotenashi .box_spec .parts_txt p {
  font-size: 1.5em;
  line-height: 1.5em;
}
.block_omotenashi .box_spec .parts_img {
  padding: 20px 0 0;
}
.block_omotenashi .box_spec .parts_img img {
  width: 100%;
  height: auto;
}
.block_omotenashi .box_spec .parts_img p {
  font-size: 1.4em;
  line-height: 1.5em;
  padding: 5px 0 0;
}
.block_omotenashi .box_spec .parts_img ul {
  display: flex;
  justify-content: space-between;
}
.block_omotenashi .box_spec .parts_img ul li {
  line-height: 0em;
  max-width: 250px;
}
.block_omotenashi .box_spec .parts_teichiami {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
}
.block_omotenashi .box_spec .parts_teichiami img {
  width: 100%;
  height: auto;
}
.block_omotenashi .box_spec .parts_teichiami .cell_teichiami {
  max-width: 388px;
}
.block_omotenashi .box_spec .parts_teichiami .cell_teichiami p {
  line-height: 1.4em;
  padding: 5px 0 0;
}
@media all and (max-width: 494px) {
  .block_omotenashi {
    margin: 20px auto 0;
  }
  .block_omotenashi .box_spec {
    padding: 20px 10px 10px;
  }
  .block_omotenashi .box_spec h3 {
    width: 140px;
    top: 10px;
    left: 10px;
  }
  .block_omotenashi .box_spec h3 img {
    width: 100%;
    height: auto;
  }
  .block_omotenashi .box_spec .parts_txt {
    padding: 0 0 0 145px;
  }
  .block_omotenashi .box_spec .parts_txt p {
    font-size: 1.3em;
  }
  .block_omotenashi .box_spec .parts_img p {
    font-size: 1.3em;
  }
  .block_omotenashi .box_spec .parts_teichiami {
    display: block;
  }
  .block_omotenashi .box_spec .parts_teichiami .cell_img {
    display: none;
  }
}

.hana_asset,
.shinra_asset,
.senri_asset,
.toki_asset,
.umi_asset,
.daibo_asset {
  display: none;
}

.asset_reserve .btn_asset {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px;
}
.asset_reserve .btn_asset .btn {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.3em;
  padding: 5px;
}
.asset_reserve .btn_asset .btn a {
  display: block;
  border: #CCC solid 1px;
  width: 220px;
  text-align: center;
  padding: 16px 0 14px;
  color: #000;
}
.asset_reserve .btn_asset .btn a::after {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding: 0 0 0 10px;
  font-size: 0.8em;
}
.asset_reserve .btn_asset .plan_asset a {
  background-color: #E7E2DD;
}
.asset_reserve .btn_asset .cal_asset a {
  background-color: #FFF;
}

.reserve_footer_asset {
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFF;
}
.reserve_footer_asset .box_reserve_asset {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0 10px;
}
.reserve_footer_asset .box_reserve_asset .side_nav_asset ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px;
}
.reserve_footer_asset .box_reserve_asset .side_nav_asset ul.btn_asset li {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.3em;
  padding: 5px;
}
.reserve_footer_asset .box_reserve_asset .side_nav_asset ul.btn_asset li a {
  display: block;
  border: #CCC solid 1px;
  width: 220px;
  text-align: center;
  padding: 16px 0 14px;
  color: #000;
}
.reserve_footer_asset .box_reserve_asset .side_nav_asset ul.btn_asset li a::after {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding: 0 0 0 10px;
  font-size: 0.8em;
}
.reserve_footer_asset .box_reserve_asset .side_nav_asset ul.btn_asset li.plan_asset a {
  background-color: #E7E2DD;
}
.reserve_footer_asset .box_reserve_asset .side_nav_asset ul.link_asset li {
  padding: 5px;
  font-size: 1.3em;
  line-height: 1.4em;
}
.reserve_footer_asset .box_reserve_asset .side_nav_asset ul.link_asset li a::after {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding: 0 0 0 5px;
  font-size: 0.8em;
}
.reserve_footer_asset .box_reserve_asset .side_form_asset {
  padding: 10px 20px;
}
.reserve_footer_asset .box_reserve_asset .side_form_asset h3 {
  font-size: 2em;
  padding: 0 0 12px;
  border-bottom: #666 1px dotted;
  letter-spacing: 0.2em;
}
.reserve_footer_asset .box_reserve_asset .side_form_asset .part_tel_asset {
  padding: 0px 0 0;
}
.reserve_footer_asset .box_reserve_asset .side_form_asset .part_tel_asset dl dt {
  font-size: 1.8em;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: #666 1px dotted;
  letter-spacing: 0.2em;
}
.reserve_footer_asset .box_reserve_asset .side_form_asset .part_tel_asset dl dd {
  padding: 5px 0 0;
  font-size: 3em;
  line-height: 0.2em;
}
.reserve_footer_asset .box_reserve_asset .side_form_asset .part_tel_asset dl dd span {
  font-size: 0.7em;
}
@media all and (max-width: 768px) {
  .reserve_footer_asset .box_reserve_asset {
    padding: 20px 0;
  }
  .reserve_footer_asset .box_reserve_asset .side_form_asset {
    padding: 0 0px 10px;
  }
  .reserve_footer_asset .box_reserve_asset .side_form_asset .part_tel_asset {
    padding: 10px 0 15px 0;
  }
  .reserve_footer_asset .box_reserve_asset .side_form_asset .part_tel_asset dl dd {
    text-align: center;
  }
}

.modal {
  max-width: 650px !important;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 18px;
  padding-bottom: 10px;
  display: none;
}
.modal .ttl_modal {
  margin-top: 20px;
  font-size: 25px;
  text-align: center;
}
@media all and (max-width: 494px) {
  .modal .ttl_modal {
    font-size: 20px;
  }
}
.modal dl {
  margin-top: 0px;
}
.modal dl dt {
  margin-top: 20px;
  font-size: 18px;
}
.modal dl dd {
  font-size: 15px;
  letter-spacing: 1px;
  margin-top: 10px;
  line-height: 18px;
}
.modal ul {
  list-style: disc;
  margin-left: 30px;
}
.modal ul li {
  margin-bottom: 5px;
}
.modal .note {
  margin-top: 30px;
}
.modal .note span {
  color: red;
}
.modal .red {
  color: red;
  margin-left: 20px;
}
.modal .close-modal {
  top: 4.5px !important;
  right: 7.5px !important;
}

.modalopen {
  border: solid 1px #666;
  padding: 10px 20px 8px;
  display: block;
  box-sizing: border-box;
  margin: 20px auto;
  width: auto;
  display: inline-block;
}
.modalopen a {
  font-size: 16px;
  line-height: 1.2em;
}
.modalopen a:hover {
  text-decoration: none;
}
.modalopen a .newline {
  font-size: 0.7em;
}

.inner_list {
  width: 1060px;
  height: 70px;
  margin: auto;
  position: relative;
}
@media all and (max-width: 768px) {
  .inner_list {
    width: 100%;
    height: auto;
  }
}
.inner_list .box_other_list {
  position: absolute;
  top: 12px;
  right: 0px;
}
@media all and (max-width: 768px) {
  .inner_list .box_other_list {
    position: relative;
    right: auto;
    top: auto;
  }
}

.asset_footer_cal {
  background-color: #ededed;
  padding: 10px 0;
}

.box_other_list {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
  font-family: "Noto Sans JP", sans-serif;
  width: 280px;
}
@media all and (max-width: 768px) {
  .box_other_list {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
}
.box_other_list:focus .label::before, .box_other_list:active .label::before {
  transform: rotate(-45deg) !important;
}
.box_other_list:focus .flist, .box_other_list:active .flist {
  display: block;
}
.box_other_list:focus .c_close, .box_other_list:active .c_close {
  display: block;
}
.box_other_list .label {
  padding: 1em;
  display: block;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  box-sizing: border-box;
  background-color: #FFF;
  color: #333;
	transition:0.3s;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 768px) {
  .box_other_list .label {
    margin: auto;
  }
}
.box_other_list .label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #003C90;
  border-right: 2px solid #003C90;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
.box_other_list .c_close {
  padding: 1em;
  display: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  box-sizing: border-box;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 280px;
}
@media all and (max-width: 768px) {
  .box_other_list .c_close {
    margin: auto;
  }
}
.box_other_list .flist {
  box-sizing: border-box;
  background-color: #FFF;
  height: 0px;
  box-sizing: border-box;
  display: none;
}
.box_other_list .flist .listl {
  padding: 5px;
  line-height: 1.5em;
  position: relative;
  background-color: #FFF;
}
.box_other_list .flist .listl::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #003C90;
  border-right: 2px solid #003C90;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 8px;
}
.box_other_list .flist .listl:hover {
  background-color: #E9F8E9;
}
.box_other_list .flist .listl a {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 3px 16px 3px 3px;
}
.box_other_list .flist .listl a .column_img {
  width: 20%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.box_other_list .flist .listl a .column_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.box_other_list .flist .listl a .column_txt {
  width: 80%;
  box-sizing: border-box;
  padding: 0 0 0 10px;
}
.box_other_list .flist .listl .catch_copy {
  font-size: 12px;
  line-height: 1em;
}
.box_other_list .flist .listl .name_hotel {
  font-size: 16px;
  line-height: 1em;
  padding: 3px 0 0;
}
.box_other_list:hover .label {
background:#333;
	color:#fff;
	transition:0.3s;
}

.box_other_list:hover .label::before {
  border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.b_bottom {
  border-bottom: #666 dotted 1px;
}

.b_top {
  border-top: #666 dotted 1px;
}

.secondaly {
  background:#000;
}

.area_header {
  width: 100%;
  padding: 10px 0;
  font-family: "Noto Sans JP", sans-serif;
}
.area_header .block_header {
  margin: 0 auto;
  max-width: 1100px;
  box-sizing: border-box;
  padding: 0 10px;
  height: auto;
  position: relative;
  border-bottom: #fff solid 1px;
}
.area_header .block_header .nav_top {
  display: flex;
  justify-content: left;
  align-items: flex-end;
}
.area_header .block_header .nav_top .logo_top {
  display: none;
}
.area_header .block_header .nav_top .logo_header {
  border-right: #fff solid 1px;
  padding: 5px 16px;
}
.area_header .block_header .nav_top nav {
  padding: 34px 0 0;
}
.area_header .block_header .nav_top nav ul {
  display: flex;
  justify-content: space-between;
  padding: 0 0 10px;
}
.area_header .block_header .nav_top nav ul li {
  font-size: 14px;
  line-height: 1.3em;
  list-style: none;
}
.area_header .block_header .nav_top nav ul li::after {
  content: "／";
}
.area_header .block_header .nav_top nav ul li:last-child::after {
  content: none;
}
.area_header .block_header .nav_top nav ul li a {
  margin: 0 1em;
}
.area_header .block_header .nav_top nav ul li a:hover {
  color: #FD7500;
}
.area_header .block_header .box_contact {
  position: absolute;
  top: 0px;
  right: 0px;
}
.area_header .block_header .box_contact ul {
  justify-content: right;
  display: table;
}
.area_header .block_header .box_contact ul li {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2em;
  list-style: none;
}
.area_header .block_header .box_contact ul li.icon_sns {
  display: flex;
  align-items: center;
  padding: 0 10px 0 0;
}
.area_header .block_header .box_contact ul li.icon_sns .icon {
  display: inline-block;
  padding: 0 2px;
}
.area_header .block_header .box_contact ul li.icon_sns .icon img {
  width: 28px;
  height: auto;
}
.area_header .block_header .box_contact ul li.ttl_tel {
  font-size: 13px;
  padding-right: 12px;
}
.area_header .block_header .box_contact ul li.ttl_tel a {
  background-color: #666;
  display: block;
  padding: 3px 10px;
  color: #FFF;
  border: #FFF solid 1px;
}
.area_header .block_header .box_contact ul li.ttl_tel a:hover {
  background-color: #FD7500;
}
.area_header .block_header .box_contact ul li.no_tel {
  font-size: 24px;
  padding-right: 10px;
}
.area_header .block_header .box_contact ul li.no_tel a .fas {
  display: inline-block;
  font-size: 11px;
  vertical-align: 3px;
  padding: 0 5px;
}
.area_header .block_header .box_contact ul li.btn_reserve {
  padding: 0 2px;
}
.area_header .block_header .box_contact ul li.btn_reserve a {
  display: table-cell;
  background-color: #E7E2DD;
  color: #000;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  height: auto;
  width: 8vw;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 5px 0 4px;
  border: #CCC solid 1px;
}
.area_header .block_header .box_contact ul li.btn_reserve a:hover {
  background-color: #0099c5;
}
.area_header .block_header .box_contact ul li.btn_reserve a span {
  /*border: #FFF solid 1px;display: block;margin: 3px;padding: 4px;*/
}
.area_header .block_header .box_contact ul li.btn_cal {
  padding: 0 2px;
}
.area_header .block_header .box_contact ul li.btn_cal a {
  display: table-cell;
  background-color: #FFF;
  color: #000;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  height: auto;
  width: 8vw;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 5px 0 4px;
  border: #CCC solid 1px;
}
.area_header .block_header .box_contact ul li.btn_cal a:hover {
  background-color: #0099c5;
}
.area_header .block_header .box_contact ul li.btn_cal a span {
  /*border: #FFF solid 1px;display: block;margin: 3px;padding: 4px;*/
}

@media all and (max-width: 1025px) {
  .area_header .block_header .nav_top nav ul li::after {
    content: none;
  }
  .area_header .block_header .box_contact {
    right: 10px;
  }
}
@media all and (max-width: 768px) {
  .area_header .block_header .nav_top .logo_header {
    display: block;
    border-right: #CCC solid 1px;
    padding: 5px 16px;
  }
  .area_header .block_header .nav_top .logo_header img {
    width: auto;
    height: 50px;
  }
  .area_header .block_header .nav_top nav {
    display: none;
  }
  .area_header .block_header .box_contact {
    display: none;
  }
}
.link_block_asset {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0px 10px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.link_block_asset .ttl_hn_asset01 {
  font-size: 30px;
  line-height: 1.1em;
  padding: 32px 0 0 16px;
	color: #fff;
}
@media all and (max-width: 768px) {
  .link_block_asset .ttl_hn_asset01 {
    display: none;
  }
}
.link_block_asset .box_list_header_asset {
  display: flex;
}
.link_block_asset .box_list_header_asset .ttl_hn_asset02 {
  font-size: 18px;
  line-height: 1.1em;
  padding: 42px 10px 0 0;
}
.link_block_asset .box_list_header_asset ul {
  display: flex;
  padding: 5px;
}
.link_block_asset .box_list_header_asset ul li {
  padding: 5px;
  line-height: 0em;
  max-width: 180px;
  list-style: none;
}
.link_block_asset .box_list_header_asset ul li img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 768px) {
  .link_block_asset {
    padding: 10px 0px 0;
  }
  .link_block_asset .ttl_hn_asset01 {
    position: absolute;
    left: 90px;
    top: -80px;
    font-size: 24px;
  }
  .link_block_asset .box_list_header_asset {
    display: block;
    text-align: center;
    width: 100%;
  }
  .link_block_asset .box_list_header_asset .ttl_hn_asset02 {
    padding: 0px 0px 0 0;
  }
  .link_block_asset .box_list_header_asset ul {
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    padding: 5px 5px 0px;
  }
  .link_block_asset .box_list_header_asset ul li {
    padding: 5px 5px 0px;
  }
}