@charset "UTF-8";
/* ===================================================================
CSS information

file name  : business_lodging.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
body {
  background: #f9fdf9;
}

.con_page_other {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_page_other {
    margin-top: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .con_page_other {
    margin-top: 3em;
  }
}
.con_page_other ul {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1441px) {
  .con_page_other ul {
    width: calc(960 / 1440 * 100%);
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_page_other ul li {
    width: calc(305 / 960 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_page_other ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_page_other ul li {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_page_other ul li {
    margin-bottom: 1.5em;
  }
}
.con_page_other ul li a {
  display: block;
  text-decoration: none;
}
.con_page_other ul li a .box_img {
  position: relative;
}
.con_page_other ul li a .box_img .img img {
  width: 100%;
}
.con_page_other ul li a .box_img h4 {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 108%;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .con_page_other ul li a .box_img h4 {
    font-size: 79%;
  }
}
.con_page_other ul li a .box_img h4 span {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
@media only screen and (min-width: 1025px) {
  .con_page_other ul li a .box_img h4 img.ic01 {
    width: 41px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_page_other ul li a .box_img h4 img.ic01 {
    width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_page_other ul li a .box_img h4 img.ic01 {
    width: 1.7em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_page_other ul li a .box_img h4 img.ic02 {
    width: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_page_other ul li a .box_img h4 img.ic02 {
    width: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .con_page_other ul li a .box_img h4 img.ic02 {
    width: 1.75em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_page_other ul li a .box_img h4 img.ic03 {
    width: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_page_other ul li a .box_img h4 img.ic03 {
    width: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .con_page_other ul li a .box_img h4 img.ic03 {
    width: 1.8em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_page_other ul li a .box_img h4 img.ic04 {
    width: 41px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_page_other ul li a .box_img h4 img.ic04 {
    width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_page_other ul li a .box_img h4 img.ic04 {
    width: 1.7em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_page_other ul li a .box_img h4 img.ic05 {
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_page_other ul li a .box_img h4 img.ic05 {
    width: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .con_page_other ul li a .box_img h4 img.ic05 {
    width: 1.65em;
  }
}
.con_page_other ul li a .btn {
  text-align: center;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  letter-spacing: 0.05em;
  font-size: 143%;
}
@media only screen and (min-width: 768px) {
  .con_page_other ul li a .btn {
    margin-top: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .con_page_other ul li a .btn {
    margin-top: 0.7em;
  }
}
@media only screen and (max-width: 767px) {
  .con_page_other ul li a .btn {
    font-size: 93%;
  }
}
.con_page_other ul li a .btn::before {
  content: "";
  font-family: "Ionicons";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.con_page_other ul li a:hover .btn {
  color: #119a72;
}
.con_page_other ul li:last-child a {
  border-bottom: 2px dotted #8e8f8e;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_page_other ul li:last-child a {
    padding-bottom: 3vw;
  }
}
@media only screen and (max-width: 767px) {
  .con_page_other ul li:last-child a {
    padding-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_page_other ul li:last-child a {
    padding-top: 1.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .con_page_other ul li:last-child a {
    padding-top: 0.5em;
  }
}
.con_page_other ul li:last-child a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #119a72;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.con_page_other ul li:last-child a:hover::after {
  width: 100%;
}

.con_lodging {
  width: 90%;
  max-width: 1240px;
}
@media only screen and (min-width: 1025px) {
  .con_lodging {
    margin: 95px auto 185px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_lodging {
    margin: 95px auto 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_lodging {
    margin: 4em auto;
  }
}
@media only screen and (min-width: 1441px) {
  .con_lodging {
    width: calc(1240 / 1440 * 100%);
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_lodging .box_anchor_lnk {
    margin-top: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_lodging .box_anchor_lnk {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_lodging .box_anchor_lnk {
    margin-top: 2em;
  }
}
.con_lodging .box_anchor_lnk ul {
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
}
.con_lodging .box_anchor_lnk ul li {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .con_lodging .box_anchor_lnk ul li {
    width: calc(300 / 960 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_lodging .box_anchor_lnk ul li {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) {
  .con_lodging .box_anchor_lnk ul li {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_lodging .box_anchor_lnk ul li {
    margin-bottom: 1em;
  }
}
.con_lodging .box_anchor_lnk ul li a {
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 115%;
}
@media only screen and (max-width: 767px) {
  .con_lodging .box_anchor_lnk ul li a {
    font-size: 60%;
  }
}
.con_lodging .box_anchor_lnk ul li a::after {
  margin-left: 0;
  position: absolute;
  line-height: 1;
  font-size: 125%;
}
@media only screen and (min-width: 768px) {
  .con_lodging .box_anchor_lnk ul li a::after {
    bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_lodging .box_anchor_lnk ul li a::after {
    bottom: 0.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_lodging .box_anchor_lnk ul li a::after {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_lodging .box_anchor_lnk ul li a::after {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_lodging .box_anchor_lnk ul li a::after {
    right: 0;
  }
}

.box_lodging {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .box_lodging {
    padding-top: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .box_lodging {
    padding-top: 3em;
  }
}
.box_lodging .box_flex {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .box_lodging .box_flex {
    margin: 0 0 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .box_lodging .box_flex {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .box_lodging .box_flex {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_lodging .box_flex {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_lodging .box_flex {
    width: 100%;
  }
}
@media only screen and (min-width: 1441px) {
  .box_lodging .box_flex {
    width: calc(1100 / 1240 * 100%);
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .box_lodging .box_flex {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .box_lodging .box_flex {
    position: relative;
  }
}
@media only screen and (min-width: 1025px) {
  .box_lodging .box_flex .box_text {
    width: calc(425 / 1100 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_lodging .box_flex .box_text {
    width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .box_lodging .box_flex .box_text {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1275px) {
  .box_lodging .box_flex .box_text {
    width: 425px;
  }
}
@media only screen and (min-width: 897px) and (max-width: 1024px) {
  .box_lodging .box_flex .box_text {
    width: 390px;
  }
}
@media only screen and (max-width: 767px) {
  .box_lodging .box_flex .box_text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .box_lodging .box_flex .box_text .txt2 {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_lodging .box_flex .box_text .txt2 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .box_lodging .box_flex .box_text .txt2 {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1170px) {
  .box_lodging .box_flex .box_text .txt2 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .box_lodging .box_flex .box_text .btn_txt2 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .box_lodging .box_flex .box_text .btn_txt2 {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .box_lodging .box_flex .img {
    width: calc(618 / 1100 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_lodging .box_flex .img {
    width: calc(95% - 360px);
  }
}
@media only screen and (max-width: 767px) {
  .box_lodging .box_flex .img {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1275px) {
  .box_lodging .box_flex .img {
    width: calc(95% - 425px);
  }
}
@media only screen and (min-width: 897px) and (max-width: 1024px) {
  .box_lodging .box_flex .img {
    width: calc(95% - 390px);
  }
}
@media only screen and (max-width: 767px) {
  .box_lodging .box_flex .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  #lnk_1,
  #lnk_2 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  #lnk_1,
  #lnk_2 {
    padding-top: 2em;
  }
}
#lnk_1 .box_text,
#lnk_2 .box_text {
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (min-width: 1441px) {
  #lnk_1 .box_text,
  #lnk_2 .box_text {
    max-width: 100%;
    width: calc(960 / 1240 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  #lnk_1 .box_text .txt2,
  #lnk_2 .box_text .txt2 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #lnk_1 .box_text .txt2,
  #lnk_2 .box_text .txt2 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #lnk_1 .box_text .txt2,
  #lnk_2 .box_text .txt2 {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  #lnk_1 .box_text .txt:not(.txt2),
  #lnk_2 .box_text .txt:not(.txt2) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #lnk_1 .box_text .txt:not(.txt2),
  #lnk_2 .box_text .txt:not(.txt2) {
    margin-top: 0.2em;
  }
}
#lnk_1 .box_faci,
#lnk_2 .box_faci {
  max-width: 1100px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  #lnk_1 .box_faci,
  #lnk_2 .box_faci {
    margin: 45px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #lnk_1 .box_faci,
  #lnk_2 .box_faci {
    margin: 1.5em auto 0;
  }
}
@media only screen and (min-width: 768px) {
  #lnk_1 .box_faci,
  #lnk_2 .box_faci {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  #lnk_1 .box_faci,
  #lnk_2 .box_faci {
    padding: 1.5em 0 0;
  }
}
@media only screen and (min-width: 1441px) {
  #lnk_1 .box_faci,
  #lnk_2 .box_faci {
    width: calc(1100 / 1240 * 100%);
    max-width: 100%;
  }
}
#lnk_1 .box_faci > h4,
#lnk_2 .box_faci > h4 {
  text-align: center;
  color: #119a72;
}
#lnk_1 .box_faci ul,
#lnk_2 .box_faci ul {
  width: calc(960 / 1100 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  #lnk_1 .box_faci ul,
  #lnk_2 .box_faci ul {
    margin: 35px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #lnk_1 .box_faci ul,
  #lnk_2 .box_faci ul {
    margin: 1.5em auto 0;
  }
}
@media only screen and (min-width: 768px) {
  #lnk_1 .box_faci ul li,
  #lnk_2 .box_faci ul li {
    width: calc(310 / 960 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  #lnk_1 .box_faci ul li,
  #lnk_2 .box_faci ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #lnk_1 .box_faci ul li,
  #lnk_2 .box_faci ul li {
    margin-right: calc(15 / 960 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  #lnk_1 .box_faci ul li,
  #lnk_2 .box_faci ul li {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  #lnk_1 .box_faci ul li,
  #lnk_2 .box_faci ul li {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #lnk_1 .box_faci ul li,
  #lnk_2 .box_faci ul li {
    margin-bottom: 2.5em;
  }
}
#lnk_1 .box_faci ul li:nth-child(3n), #lnk_1 .box_faci ul li:last-child,
#lnk_2 .box_faci ul li:nth-child(3n),
#lnk_2 .box_faci ul li:last-child {
  margin-right: 0;
}
#lnk_1 .box_faci ul li > h5,
#lnk_2 .box_faci ul li > h5 {
  text-align: center;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 129%;
}
@media only screen and (max-width: 767px) {
  #lnk_1 .box_faci ul li > h5,
  #lnk_2 .box_faci ul li > h5 {
    font-size: 100%;
  }
}
#lnk_1 .box_faci ul li > h5 small,
#lnk_2 .box_faci ul li > h5 small {
  display: inline-block;
  width: 100%;
  color: #828282;
  font-size: 73%;
}
@media only screen and (min-width: 768px) {
  #lnk_1 .box_faci ul li .img,
  #lnk_2 .box_faci ul li .img {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  #lnk_1 .box_faci ul li .img,
  #lnk_2 .box_faci ul li .img {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  #lnk_1 .box_faci ul li .txt,
  #lnk_2 .box_faci ul li .txt {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #lnk_1 .box_faci ul li .txt,
  #lnk_2 .box_faci ul li .txt {
    margin-top: 0.8em;
  }
}
#lnk_1 .box_faci ul li .btn_txt2,
#lnk_2 .box_faci ul li .btn_txt2 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #lnk_1 .box_faci ul li .btn_txt2,
  #lnk_2 .box_faci ul li .btn_txt2 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #lnk_1 .box_faci ul li .btn_txt2,
  #lnk_2 .box_faci ul li .btn_txt2 {
    margin-top: 0.5em;
  }
}
