/*------------------------------SP用------------------------------*/
@media screen and (max-width: 428px) {
  /* 新着タブのタイトル表示 */
  .ts-PUP {
    display: block !important;
  }

  .ASP {
    padding: 20px;
    background-color: #e8e8e8;
  }
  .ASP form {
    padding: 20px;
    margin: auto;
    background-color: white;
  }

  /* タイトル背景画像 */
  #mainTitle {
    text-shadow: 0 0 5px #fff;
    background-position: center center;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
  }

  /* ピックアッププラン */
  .stay-PUP {
    padding: 10px 0;
    background-color: #f5f4f1;
  }
  .stay-PUP .inner {
    position: relative;
    margin: auto;
  }
  .res-PUP-Slider {
    padding: 0;
  }
  .res-PUP-Slider li {
    font-size: 0.75rem;
    line-height: 1.3rem;
    padding: 0 10px;
  }
  .res-PUP-Slider li a {
    color: #2b2b2b;
    display: block;
  }
  .res-PUP-Slider li img {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
    border-radius: 3px;
  }
  .res-PUP-Slider li h4 {
    font-size: 0.85rem;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 5px;
  }

  a.btn_plan {
    color: white;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1;
    padding: 15px 40px;
    margin: 20px auto;
    background-color: #2b2b2b;
  }

  /* トップコンテンツA　Room Type */
  .topContA {
    margin-bottom: 0;
  }
  .topContA ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 15px;
    margin: auto;
  }
  .topContA ul li {
    font-size: 0.8rem;
    /* text-align: left; */
    list-style: none;
    width: 100%;
  }
  .topContA ul li a {
    color: #2b2b2b;
  }
  .topContA img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    transition: all 0.3s ease-out;
    opacity: 1;
  }
  .topContA li:hover img {
    opacity: 0.7;
  }
  .topContA ul li h4 {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 20px;
  }
  .topContA ul li h4 .sub {
    font-size: 0.8rem;
    display: block;
  }

  .roomType li {
    position: relative;
    padding-bottom: 80px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.6em;
    background-color: #f2f0ee;
  }

  /* Best Rate */
  .bestRate {
    font-size: 0.85rem;
    display: flex;
    flex-direction: column;
    margin: 10px;
    border: 2px solid #d2bea3;
    background-color: #f7f0e8;
  }
  .bestRate .col {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
  .bestRate .col img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
  }

  /* 世界一の朝食 */
  .BF {
    font-size: 0.8rem;
    padding: 0;
    background-color: #f2eeeb;
    margin-bottom: 30px;
  }
  .BF .flexCol2 .thumb img {
    width: 100%;
    height: auto;
  }
  .BF .flexCol2 .cont {
    padding: 25px;
    padding-bottom: 0;
  }

  /* 宿泊インフォ */
  .stayInfo {
    font-size: 0.8rem;
    padding: 10px 20px;
    margin: auto;
    margin-bottom: 0px;
    background-color: #f5f4f1;
  }
  .check-InOut {
    font-size: 0.85rem;
    line-height: 1;
    text-align: center;
    padding: 20px;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 32px;
    background-color: #e8e6e1;
  }
  .stayInfo .innerBox {
    padding: 15px;
    margin-bottom: 20px;
    background-color: white;
  }
  .stayInfo .accordion-title {
    transition: all 0.3s ease-out;
    background-color: white;
  }
  .stayInfo .accordion-title:hover {
    cursor: pointer;
    background-color: #f6f6f6;
  }
  .stayInfo h4.titleA {
    position: relative;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 10px;
  }
  .stayInfo h4.titleA::after {
    font-size: 1rem;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    right: 15px;
    transition: all 0.3s ease-out;
  }
  .stayInfo .open h4.titleA::after {
    transform: rotate(180deg);
  }
  .stayInfo h4.titleA + .sub {
    font-size: 0.85rem;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .stayInfo .flexCol2 {
    justify-content: space-between;
  }
  .stayInfo .flexCol2 .col {
    width: 49% !important;
    margin-bottom: 20px;
  }
  .stayInfo .flexCol2 img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
  }
  .stayInfo .accordion-content {
    padding-top: 20px;
  }
  .stayInfo .accordion-content ul {
    padding: 0;
  }
  .stayInfo .accordion-content ul li {
    color: #595959;
    list-style: none;
    display: inline-block;
    line-height: 1.3rem;
    padding: 0 0 5px 5px;
    margin: 0.5% 0.5%;
  }
  .stayInfo .accordion-content ul li:before {
    content: "・";
  }

  /* slick 部屋メインイメージ */
  .roomMain {
    padding-top: 15px;
    margin-bottom: 50px;
  }
  .roomMain .slick-track {
    /* max-height: 700px; */
    overflow: hidden;
  }
  .roomMain .slick-prev {
    top: 50%;
    left: 30px;
    z-index: 50;
  }
  .roomMain .slick-next {
    top: 50%;
    right: 30px;
    z-index: 51;
  }
  .roomMainSlider li.slick-slide {
    padding: 0 10px; /*センターモードの隙間 */
  }
  .roomMain .slick-dots {
    bottom: -50px;
  }
  ul.roomMainSlider {
    max-width: 1400px;
    padding: 0;
    margin: auto;
  }
  ul.roomMainSlider img {
    width: 100%;
    height: auto;
  }

  .resRoom {
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
  }
  .resRoom .btn_resRoom {
    display: block;
    color: #5a5551;
    font-size: 0.85rem;
    line-height: 1;
    width: 70%;
    padding: 20px;
    margin: auto;
    background-color: #e6e2de;
  }
  .resRoom .btn_resRoom:hover {
    color: #ffffff;
    background-color: #6d5f52;
  }
  .resRoom .btn_resRoom::after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    margin-left: 10px;
  }

  /* ★★★★★　過ごし方・オーベルジュ　★★★★★ */
  .intoro {
    color: #494949;
    font-size: 0.9rem;
    line-height: 1.8em;
    text-align: center;
    letter-spacing: 1.5px;
    padding: 30px 20px;
  }
  .intoro h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .auberge-video {
    padding-top: 25%;
    background-color: #e4e4e4;
    /* margin-bottom: 50px; */
  }

  .auberge-cont {
    font-size: 0.85rem;
    position: relative;
    padding: 0 10px;
  }
  .auberge-cont::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 100%;
    background-color: #d2d2d2;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
  }
  .auberge-cont .flexCol2 {
    flex-direction: column;
  }
  .auberge-cont .flexCol2 .thumb {
    width: 100% !important;
  }
  .auberge-cont .flexCol2 .thumb img {
    width: 100%;
    height: auto;
  }
  .auberge-cont .flexCol2 .cont {
    width: 100% !important;
    padding: 0 20px 20px 40px;
  }
  .auberge-cont .flexCol2 .cont h4 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 1.2rem;
    line-height: 1.3rem;
    padding-top: 35px;
    margin-bottom: 20px;
  }

  /*+++++++++ 観光案内 +++++++++*/
  /* ★★★★★★★★★★★★以下、観光案内以下の記事にCSSを記載してある。SPで強制★★★★★★★★★★ */

  /* #area1 {
    display: flex;
    padding: 15px !important;
    margin: auto;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #area1 .kiji2 {
    font-size: 0.8rem;
    line-height: 1.3rem;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
    padding: 15px;
    background-color: #efefef;
  } */
  /*+++++++++ ここまで +++++++++*/

  #area1 .kiji2:nth-child(3n) {
    margin-right: 0;
  }
  #area1 .kiji2 img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #area1 .kiji2 h4 {
    font-size: 1.1rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
  }
  #area1 .kiji2 strong {
    color: rgb(118, 118, 118);
    display: inline-block;
    font-size: 0.65rem;
    line-height: 1;
    font-weight: normal;
    padding: 5px 10px;
    margin-bottom: 5px;
    margin-left: -15px;
    border-radius: 0px 10px 10px 0px;
    background-color: #fbfbfb;
  }
  #area1 .kiji2 a {
    font-size: 0.7rem;
    color: #2b2b2b;
  }

  /* 世界の朝食 */
  .BF-copy {
    color: #484848;
    font-size: 1.1rem;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    line-height: 2rem;
    letter-spacing: 1px;
    text-align: center;
    padding: 20px;
    padding-top: 40px;
  }

  .BF-intoro {
    color: #424242;
    font-size: 0.85rem;
    text-align: center;
    padding: 0 15px;
    margin: auto;
    margin-bottom: 50px;
  }
  .BF-intoro img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .BF-intoro h3 {
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    line-height: 2rem;
    padding: 20px;
    margin-bottom: 10px;
  }

  .BF-cont {
    color: #484848;
    font-size: 0.8rem;
    line-height: 1.5rem;
    padding: 0 15px;
  }
  .BF-cont .flexCol2 h4 {
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: 25px;
  }
  .BF-cont .flexCol2 .thumb img {
    width: 100%;
    height: auto;
  }
  .BF-cont .flexCol2 .cont {
    padding: 20px 10px;
  }

  .btn_BF_stay {
    display: block;
    color: #5a5551;
    font-size: 0.8rem;
    line-height: 1;
    text-align: center;
    width: 70%;
    max-width: 500px;
    padding: 20px;
    margin: auto;
    margin-top: 20px;
    background-color: #e6e2de;
  }
  .btn_BF_stay:hover {
    color: #ffffff;
    background-color: #6d5f52;
  }
  .btn_BF_stay::after {
    font-family: "Material Icons";
    content: "open_in_new";
    font-weight: 100;
    margin-left: 10px;
    vertical-align: -3px;
  }

  /*★★★★★★★★★ 施設サービス ★★★★★★★★★*/
  .facility {
    padding: 15px;
  }
  .facility h3.title {
    font-size: 1.3rem;
    letter-spacing: 0px;
    padding-top: 30px;
    margin-bottom: 20px;
  }
  .facility .subComm {
    color: #3c3c3c;
    font-size: 0.8rem;
    text-align: left;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .facility .subComm br {
    display: none;
  }

  .facility .col2 {
    font-size: 0.8rem;
    line-height: 1.5rem;
    margin-bottom: 0px;
  }
  .facility .col2 .cont {
    padding: 20px;
  }
  .facility .col2 h4 {
    font-size: 1.3rem;
    font-weight: bold;
    padding-top: 15px;
  }

  /* アニバーサリーオオプション */
  .anni-option {
    padding: 10px;
  }
  .anni-option .subComm {
    color: #3c3c3c;
    font-size: 0.8rem;
    text-align: left;
    margin: auto;
    padding: 0 30px;
    margin-bottom: 25px;
  }
  .anni-option .subComm br {
    display: none;
  }
  .option-container {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    border-color: #dcdcdc;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 50px;
  }
  .option-container .box {
    width: 50%;
    padding: 10px;
    padding-bottom: 0px;
    border-color: #dcdcdc;
    border-style: solid;
    border-width: 0 1px 1px 0;
  }
  .option-container .box .thumb {
    margin-bottom: 10px;
  }
  .option-container .box .thumb img {
    width: 100%;
    height: auto;
  }
  .option-container .box .cont {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }

  .btn_res_anniOption {
    display: block;
    color: #5a5551;
    font-size: 0.8rem;
    line-height: 1;
    text-align: center;
    width: 90%;
    padding: 20px;
    margin: auto;
    margin-bottom: 20px;
    background-color: #d8d2cd;
  }
  .btn_res_anniOption:hover {
    color: #ffffff;
    background-color: #6d5f52;
  }
  .btn_res_anniOption::after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    margin-left: 10px;
  }

  /* 部屋詳細 */
  .room-intoro {
    font-size: 0.8rem;
    text-align: left;
    padding: 25px;
    margin: auto;
  }
  .room-intoro h4 {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #626262;
  }
  .room-intoro h4 .sub {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: normal;
    margin-left: 10px;
  }
}

/*------------------------------PC & Tab用------------------------------*/
@media screen and (min-width: 429px) {
  /* 新着タブのタイトル表示 */
  .ts-PUP {
    display: block !important;
  }

  .ASP {
    padding: 50px 10px;
    background-color: rgb(232, 232, 232);
  }
  .ASP form {
    max-width: 900px;
    padding: 10px;
    margin: auto;
    background-color: white;
  }

  /* タイトル背景画像 */
  #mainTitle {
    background-position: center center;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
  }

  /* ピックアッププラン */
  .stay-PUP {
    padding: 10px 50px 30px 50px;
    background-color: #f5f4f1;
  }
  .stay-PUP .inner {
    position: relative;
    max-width: 1000px;
    margin: auto;
  }
  .res-PUP-Slider {
    padding: 0;
  }
  .res-PUP-Slider li {
    font-size: 0.75rem;
    line-height: 1.3rem;
    padding: 0 10px;
  }
  .res-PUP-Slider li a {
    color: #2b2b2b;
    display: block;
  }
  .res-PUP-Slider li img {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
    border-radius: 3px;
  }
  .res-PUP-Slider li h4 {
    font-size: 0.85rem;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
  }

  a.btn_plan {
    color: white;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1;
    padding: 15px 40px;
    margin: 20px auto;
    background-color: #2b2b2b;
  }

  /* トップコンテンツA　Room Type */
  .topContA {
    margin-bottom: 30px;
  }
  .topContA ul {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
    margin: auto;
  }
  .topContA ul li {
    font-size: 0.8rem;
    list-style: none;
    width: 32%;
  }
  .topContA ul li a {
    color: #2b2b2b;
  }
  .topContA img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    transition: all 0.3s ease-out;
    opacity: 1;
  }
  .topContA li:hover img {
    opacity: 0.7;
  }
  .topContA ul li h4 {
    font-size: 1.2rem;
    /* font-weight: normal; */
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  .topContA ul li h4 .sub {
    font-size: 0.8rem;
    display: block;
  }

  .roomType li {
    position: relative;
    padding-bottom: 60px;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.6em;
  }

  /* Best Rate */
  .bestRate {
    font-size: 0.85rem;
    display: flex;
    justify-content: space-between;
    max-width: 840px;
    padding: 20px;
    margin: auto;
    margin-bottom: 50px;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 1px;
    background-color: #f2f0ee;
  }
  .bestRate .col {
    width: 50%;
    padding: 10px;
    text-align: center;
  }
  .bestRate .col img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 3px;
    margin-bottom: 10px;
  }

  /* 世界一の朝食 */
  .BF {
    font-size: 0.8rem;
    padding: 30px 0;
    background-color: #f2eeeb;
    margin-bottom: 50px;
  }
  .BF-video {
    background-color: #f5f4f1;
    padding: 20px;
  }

  .btn_BF_stay {
    display: block;
    color: #5a5551;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    width: 70%;
    max-width: 600px;
    padding: 25px;
    margin: auto;
    margin-top: 20px;
    background-color: #e6e2de;
  }
  .btn_BF_stay:hover {
    color: #ffffff;
    background-color: #6d5f52;
  }
  .btn_BF_stay::after {
    font-family: "Material Icons";
    content: "open_in_new";
    font-weight: 100;
    margin-left: 10px;
    vertical-align: -3px;
  }

  /* 宿泊インフォ */
  .stayInfo {
    max-width: 1100px;
    font-size: 0.8rem;
    padding: 10px 50px;
    margin: auto;
    margin-bottom: 50px;
    background-color: #f5f4f1;
  }
  .check-InOut {
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    max-width: 600px;
    padding: 20px;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 32px;
    background-color: #e8e6e1;
  }
  .stayInfo .innerBox {
    padding: 30px;
    margin-bottom: 50px;
    background-color: white;
  }
  .stayInfo .accordion-title {
    transition: all 0.3s ease-out;
    background-color: white;
  }
  .stayInfo .accordion-title:hover {
    cursor: pointer;
    background-color: #f6f6f6;
  }
  .stayInfo h4.titleA {
    position: relative;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 10px;
  }
  .stayInfo h4.titleA::after {
    font-size: 1rem;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    right: 15px;
    transition: all 0.3s ease-out;
  }
  .stayInfo .open h4.titleA::after {
    transform: rotate(180deg);
  }
  .stayInfo h4.titleA + .sub {
    font-size: 0.85rem;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .stayInfo .flexCol2 {
    justify-content: space-between;
  }
  .stayInfo .flexCol2 .col {
    width: 49% !important;
    margin-bottom: 20px;
  }
  .stayInfo .flexCol2 img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
  }
  .stayInfo .accordion-content {
    padding-top: 20px;
  }
  .stayInfo .accordion-content ul {
    padding: 0;
  }
  .stayInfo .accordion-content ul li {
    color: #595959;
    list-style: none;
    display: inline-block;
    line-height: 1.3rem;
    padding: 0 0 5px 5px;
    width: 15%;
    margin: 1% 0.5%;
    border-bottom: 1px solid #a2a2a2;
  }

  /* slick 部屋メインイメージ */
  .roomMain {
    margin-bottom: 80px;
  }
  .roomMain .slick-track {
    max-height: 700px;
    overflow: hidden;
  }
  .roomMain .slick-prev {
    top: 50%;
    left: 30px;
    z-index: 50;
  }
  .roomMain .slick-next {
    top: 50%;
    right: 30px;
    z-index: 51;
  }
  .roomMainSlider li.slick-slide {
    padding: 0 10px; /*センターモードの隙間 */
  }
  .roomMain .slick-dots {
    bottom: -50px;
  }
  ul.roomMainSlider {
    max-width: 1400px;
    padding: 0;
    margin: auto;
  }
  ul.roomMainSlider img {
    width: 100%;
    height: auto;
  }

  .resRoom {
    text-align: center;
    padding: 20px;
    margin-bottom: 40px;
  }
  .resRoom .btn_resRoom {
    display: block;
    color: #5a5551;
    font-size: 0.9rem;
    line-height: 1;
    width: 70%;
    max-width: 600px;
    padding: 25px;
    margin: auto;
    background-color: #e6e2de;
  }
  .resRoom .btn_resRoom:hover {
    color: #ffffff;
    background-color: #6d5f52;
  }
  .resRoom .btn_resRoom::after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    margin-left: 10px;
  }

  /* ★★★★★　過ごし方・オーベルジュ　★★★★★ */
  .intoro {
    color: rgb(73, 73, 73);
    font-size: 1rem;
    line-height: 1.8em;
    text-align: center;
    letter-spacing: 1.5px;
    padding: 50px 20px;
  }
  .intoro h3 {
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin-bottom: 25px;
  }
  .auberge-video {
    padding-top: 25%;
    background-color: #e4e4e4;
    /* margin-bottom: 50px; */
  }

  .auberge-cont {
    font-size: 0.9rem;
    position: relative;
    padding: 40px 10px;
  }
  .auberge-cont::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    background-color: rgb(41, 41, 41);
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
  }
  .auberge-cont .flexCol2 .thumb {
    width: 54% !important;
  }
  .auberge-cont .flexCol2 .cont {
    width: 46% !important;
  }
  .auberge-cont .each .flexCol2:nth-child(odd) .cont {
    padding-left: 35px;
    padding-right: 10px;
  }
  .auberge-cont .each .flexCol2:nth-child(even) .cont {
    padding-left: 10px;
    padding-right: 35px;
  }
  .auberge-cont .flexCol2 .cont h4 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 1.4rem;
    line-height: 1.7em;
    padding-top: 35px;
    margin-bottom: 20px;
  }

  /*+++++++++ 観光案内 +++++++++*/

  /* ★★★★★★★★★★★★以下、うろこの家の記事にCSSを記載★★★★★★★★★★ */

  /* #area1 {
  display: flex;
  max-width: 1100px;
  padding: 50px 10px;
  margin: auto;
  flex-wrap: wrap;
} */
  /* #area1 .kiji2 {
  font-size: 0.8rem;
  line-height: 1.3rem;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 15px;
  background-color: #efefef;
} */

  #area1 .kiji2:nth-child(3n) {
    margin-right: 0;
  }
  #area1 .kiji2 img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #area1 .kiji2 h4 {
    font-size: 1.1rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
  }
  #area1 .kiji2 strong {
    color: rgb(118, 118, 118);
    display: inline-block;
    font-size: 0.65rem;
    line-height: 1;
    font-weight: normal;
    padding: 5px 10px;
    margin-bottom: 5px;
    margin-left: -15px;
    border-radius: 0px 10px 10px 0px;
    background-color: #fbfbfb;
  }
  #area1 .kiji2 a {
    font-size: 0.7rem;
    color: #2b2b2b;
  }

  /* 世界の朝食 */
  .BF-copy {
    color: #484848;
    font-size: 1.3rem;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    line-height: 2.5rem;
    letter-spacing: 2px;
    text-align: center;
    padding: 30px;
    padding-top: 50px;
  }

  .BF-intoro {
    color: #424242;
    font-size: 0.9rem;
    text-align: center;
    max-width: 1100px;
    margin: auto;
    margin-bottom: 50px;
  }
  .BF-intoro img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .BF-intoro h3 {
    font-size: 1.5rem;
    font-weight: normal;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    line-height: 2rem;
    padding: 30px;
    margin-bottom: 10px;
  }

  .BF-cont {
    color: #484848;
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  .BF-cont .flexCol2 h4 {
    font-size: 1.2rem;
    padding-top: 15px;
    margin-bottom: 30px;
  }
  .BF-cont .flexCol2 .cont {
    padding: 0 40px;
  }

  /*★★★★★★★★★ 施設サービス ★★★★★★★★★*/
  .facility {
  }
  .facility h3.title {
    font-size: 1.4rem;
    text-align: center;
    padding-top: 60px;
  }
  .facility .subComm {
    color: #3c3c3c;
    font-size: 0.9rem;
    text-align: center;
    max-width: 650px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .facility .col2 {
    font-size: 0.8rem;
    line-height: 1.4rem;
    max-width: 1100px;
    margin-bottom: 50px;
  }
  .facility .col2 h4 {
    font-size: 1.5rem;
  }

  /* アニバーサリーオオプション */
  .anni-option {
  }
  .anni-option .subComm {
    color: #3c3c3c;
    font-size: 0.8rem;
    text-align: center;
    max-width: 650px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .option-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    border-color: #cacaca;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 50px;
  }
  .option-container .box {
    width: 33.3%;
    padding: 30px;
    padding-bottom: 10px;
    border-color: #cacaca;
    border-style: solid;
    border-width: 0 1px 1px 0;
  }
  .option-container .box .thumb {
    margin-bottom: 10px;
  }
  .option-container .box .thumb img {
    width: 100%;
    height: auto;
  }
  .option-container .box .cont {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }

  .btn_res_anniOption {
    display: block;
    color: #5a5551;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    width: 60%;
    max-width: 700px;
    padding: 25px;
    margin: auto;
    margin-bottom: 50px;
    background-color: #d8d2cd;
  }
  .btn_res_anniOption:hover {
    color: #ffffff;
    background-color: #6d5f52;
  }
  .btn_res_anniOption::after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    margin-left: 10px;
  }

  /* 部屋詳細 */
  .room-intoro {
    max-width: 750px;
    font-size: 0.8rem;
    text-align: left;
    padding: 20px;
    margin: auto;
  }
  .room-intoro h4 {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #626262;
  }
  .room-intoro h4 .sub {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: normal;
    margin-left: 10px;
  }
}

/*------------------------------Tab用------------------------------*/
@media screen and (min-width: 415px) and (max-width: 820px) {
  .ASP {
    padding: 20px;
  }
  .auberge-cont {
    font-size: 0.85rem;
    position: relative;
    padding: 30px 10px;
  }
  .auberge-cont::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    background-color: rgb(41, 41, 41);
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
  }
  .auberge-cont .flexCol2 {
    flex-direction: row;
    max-width: 100%;
  }
  .auberge-cont .flexCol2 .thumb {
  }
  .auberge-cont .flexCol2 .thumb {
    width: 54% !important;
  }
  .auberge-cont .flexCol2 .cont {
    width: 46% !important;
  }
  .auberge-cont .flexCol2 .cont h4 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 1.4rem;
    line-height: 1.7em;
    padding-top: 35px;
    margin-bottom: 20px;
  }

  /* 宿泊インフォ */
  .stayInfo {
    font-size: 0.8rem;
    padding: 10px 20px;
    margin: auto;
    margin-bottom: 20px;
    background-color: #f5f4f1;
  }
  .stayInfo .innerBox {
    padding: 15px;
    margin-bottom: 20px;
    background-color: white;
  }
}
