/* TOPページ */
.top_slid {
  margin-top: 80px;
  position: relative;
  width: 100%;
}

.slid_msg {
  color: #fff;
  line-height: 1.9;
  font-size: 34px;
  position: absolute;
  text-shadow: 2px 2px 5px #4d4d4d;
  top: 60%;
  left: 90px;
  z-index: 3;
  text-align: left;
}

.top_slid img {
  width: 100%;
  height: 800px !important;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  .top_slid {
    margin-top: 60px;
    /* overflow-x: hidden; */
  }

  .slid_msg {
    width: 312px;
    font-size: 12.5px;
    top: 58%;
    left: 20px;
    line-height: normal;
    text-shadow: 1px 1px 2px #000000;
  }
}

/*スクロール*/
.scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 13%;
  right: 3%;
  z-index: 5;
}

/*Scrollテキストの描写*/
.scrolldown span {
  /*描画位置*/
  position: absolute;
  left: -7px;
  bottom: 70px;
  /*テキストの形状*/
  color: #eee;
  font-size: 1rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 2px;
  /*矢印の形状*/
  width: 2px;
  height: 7px;
  border-radius: 5px;
  background: #eee;
  transform: skewX(-140deg);
}

.scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
  /*矢印の形状*/
  width: 1px;
  height: 60px;
  background: #eee;
}

.top_msg {
  /* height: 560px; */
  height: 500px;
  padding: 100px 0 0 0;
  background: url("../img/top/mv_msk.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.top_msg::before {
  background-color: rgba(47, 47, 47, 0.73);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  z-index: 90;
}

.top_msg img {
  width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .top_msg {
    height: 520px;
    padding: 8% 0 0;
    background-size: cover;
  }

  .top_msg img {
    width: 180px;
  }
}

.top_msg h2 {
  text-align: center;
  font-size: 2.3rem;
  line-height: 2.1;
  padding: 18px 1% 20px;
  margin-bottom: 34px;
  color: #fff;
  z-index: 95;
}

.top_msg h2 span.engl {
  font-size: 1.6rem;
  color: #cccccc;
  letter-spacing: 0.1em;
}

.top_msg h2 span.msg_subttl {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 896px) {
  .top_msg h2 {
    font-size: 1.7rem;
    line-height: 1.6;
    padding: 8% 1% 5%;
  }

  .top_msg h2 span.engl {
    font-size: 1.4rem;
  }
}

.top_msg p {
  position: absolute;
  text-align: center;
  line-height: 2.1;
  color: #fff;
  width: 100%;
  z-index: 95;
}

@media screen and (max-width: 896px) {
  .top_msg p {
    padding: 0 15px 60px;
    width: 90%;
  }
}

.color_bk {
  color: #333;
}

.color_bk a {
  color: #555;
}

.color_gr {
  color: #cfcfcf;
}

.top_feature .color_gr {
  color: #cfcfcf;
}

.color_fgr {
  color: #f0f0f0;
}

.top_mv h2 span.openday {
  font-family: "Kaushan Script", cursive;
  font-size: 32px;
}

@media screen and (max-width: 896px) {
  .top_slid img {
    height: 480px !important;
    object-fit: cover;
  }
}

.top_news {
  padding: 30px 0 40px;
  background: #808080;
}

.top_news ul {
  margin: 0 auto;
  max-width: 900px;
}

@media screen and (max-width: 896px) {
  .top_news {
    padding: 25px 0 35px;
  }

  .top_news h2.top {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .top_news .container {
    flex-direction: column;
  }
}

.top_news h2 span {
  font-size: 14px;
}

.top_news h2 a {
  color: #c0c0c0;
}

.top_news ul li {
  padding: 20px 0;
  border-bottom: 1px solid #cecece;
}

.top_news ul li a {
  color: #ffffff;
  font-size: 13px;
}

@media screen and (max-width: 896px) {
  .top_news ul li {
    display: flex;
    align-items: center;
    padding: 1.5% 0;
    line-height: 1.8;
  }

  .top_news ul li a {
    width: calc(100% - 130px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}

.top_news ul li span.date {
  padding: 0 22px 0 30px;
  color: #ffffff;
}

.top_news ul li span.cate {
  color: #fff;
  padding: 4px 10px;
  margin-right: 30px;
  font-size: 1.4rem;
  border: 1px solid;
}

@media screen and (max-width: 896px) {
  .top_news ul li span.date {
    font-size: 1.2rem;
    padding: 0;
    margin-right: 5px;
  }

  .top_news ul li span.cate {
    padding: 0.4% 2%;
    font-size: 1.1rem;
    margin-right: 10px;
  }
}

.top_news ul li span.cate a {
  color: #fff;
}

/*下層　ニュース一覧（パンくずから飛んだ時用）*/
ul.media_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 80px;
}

ul.media_list li {
  width: 25%;
  margin-top: 0px;
}

ul.media_list li.txt {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 0 20px;
  margin: 0;
}

ul.media_list li.txt p {
  text-align: left;
}

ul.media_list .image {
  width: 170px;
  height: 218px;
  margin: 0 auto;
}

ul.media_list .image img {
  width: 100%;
  height: auto;
}

ul.media_list p {
  text-align: center;
  margin: 10px 0;
}

.top_location {
  padding: 200px 0;
  background-image: url(../img/top/moritosorabk.jpg);
  background-position: center;
}

.top_location00 {
  padding: 200px 0;
  background-image: url(../img/top/top_bk01.jpg);
  background-position: right;
}

.top_location h2 {
  font-size: 3rem;
  line-height: 1.7;
  color: #fff;
  text-shadow: #111111 1px 0 10px;
  font-weight: 500;
}

.top_location p {
  margin-top: 40px;
  line-height: 2.2;
  padding: 0;
  text-align: center;
  color: #fff;
  text-shadow: #111111 1px 0 10px;
}

.top_imgbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.top_imgbox .img {
  width: 49.5%;
}

.top_imgbox .img img {
  width: 100%;
}

.top_feature_bk {
  padding: 85px 0;
}

@media screen and (max-width: 700px) {
  .top_feature_bk {
    padding: 10% 0;
  }

  .top_location {
    padding: 80px 0;
  }

  .top_location h2 {
    font-size: 1.8rem;
  }

  .top_imgbox .img {
    width: 100%;
    height: 210px;
    margin-bottom: 3px;
  }

  .top_imgbox .img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }
}

.fc_content {
  padding: 60px 0 20px;
  background-color: #f6f6f6;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #ffffff 2px, #ffffff 4px);
}

.fc_content .fc_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.fc_content .fc_box .fc_img {
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}

.fc_content .fc_box .fc_img img {
  width: 100%;
  object-fit: cover;
}

.fc_content .fc_box .fc_txt {
  width: 50%;
  padding: 15px;
  padding-left: 25px;
  box-sizing: border-box;
}

.fc_content .fc_box .fc_txt h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin: 10px 0 20px;
  text-align: left;
}

@media screen and (max-width: 896px) {
  .fc_content .fc_box .fc_img {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
  }

  .fc_content .fc_box .fc_txt {
    width: 100%;
    padding: 15px;
    padding-left: 25px;
    box-sizing: border-box;
  }

  .fc_content .fc_box .fc_txt h2 {
    font-size: 2rem;
  }

  .fc_content {
    margin: 80px 0 80px;
  }
}

/*Top魅力*/
.top_feature .charm7 {
  width: 60%;
  margin: 40px auto;
}

.top_feature .charm7 li {
  padding: 10px;
}

.chbox h3 {
  padding: 25px 5px;
  font-size: 1.8rem;
}

@media screen and (max-width: 896px) {
  .top_feature .charm7 {
    width: 100%;
  }
}

.charm_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  box-sizing: border-box;
  justify-content: space-between;
}

.charm_box .pc_chead {
  width: 65%;
  padding: 0 20px;
  box-sizing: border-box;
}

.hdbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.hdbox h2 {
  width: 255px;
  color: #222d30;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: left;
}

.hdbox div.hbar {
  width: calc(100% - 260px);
  height: 1px;
  background-color: #222d30;
}

.charm_box .chbox {
  width: 33%;
  box-sizing: border-box;
  margin: 15px 0;
}

.charm_box .chbox .txtbox h3 {
  padding-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1.4;
  position: relative;
  color: #1c2d30;
  margin-bottom: 20px;
}

.charm_box .chbox h3 span.sub_title {
  font-size: 1.4rem;
}

@media screen and (max-width: 850px) {
  .charm_box .pc_chead p.sphid {
    display: none;
  }

  .charm_box .pc_chead {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  .charm_box .hdbox h2 {
    width: 265px;
    color: #222d30;
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
  }

  .hdbox div.hbar {
    width: calc(100% - 220px);
  }

  .charm_box .chbox {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0;
    position: relative;
  }

  .charm_box .chbox .imgbox {
    width: 45%;
  }

  .charm_box .chbox .imgbox img {
    width: 100%;
    height: 80px;
    object-fit: cover;
  }

  .charm_box .chbox .txtbox {
    width: 55%;
    margin-bottom: 0;
    padding: 0 0 0 15px;
    box-sizing: border-box;
  }

  .charm_box .chbox h3 span.sub_title {
    font-size: 1.4rem;
    letter-spacing: 0.4px;
  }

  .charm_box .chbox .txtbox h3 {
    margin: 0 auto;
    font-size: 1.7rem;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .charm_box .chbox .imgbox {
    width: 32%;
    position: absolute;
    left: 0;
    top: 20px;
  }

  .charm_box .chbox .txtbox {
    width: 68%;
    margin-bottom: 0;
    padding: 0 0 0 5px;
    box-sizing: border-box;
  }

  .charm_box .chbox h3 span.sub_title {
    font-size: 1.2rem;
    letter-spacing: 0.4px;
  }

  .charm_box .chbox .txtbox h3 {
    margin: 0 auto;
    font-size: 1.5rem;
    padding-bottom: 0;
    width: 96%;
  }
}

.tpmeals {
  margin-top: 120px;
}

@media screen and (max-width: 600px) {
  .tpmeals {
    margin-top: 30px;
  }
}

/*温泉・部屋紹介*/
.faci_expl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
  justify-content: center;
}

.faci_expl .faci_box {
  /* width: 32%; 
  width: 35%;
  padding: 0 5px;
  box-sizing: border-box;*/
  width: 33%;
  padding: 0 10px;
  box-sizing: border-box;
}

.faci_expl .fac_img {
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 896px) {
  .faci_expl {
    justify-content: space-between;
  }

  .faci_expl .fac_img {
    width: 100%;
    height: auto;
    padding-bottom: 68%;
    position: relative;
  }
}

.faci_expl .fac_img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  .faci_expl .fac_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.faci_expl .fac_txt {
  width: 90%;
  margin: 40px auto;
  position: relative;
  z-index: 3;
  height: 225px;
  background: #fbfbfa;
  padding: 20px;
  padding-top: 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 896px) {
  .faci_expl .fac_txt {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 15px;
  }

  .faci_expl .fac_txt h3 {
    font-size: 1.5rem;
  }
}

.faci_expl .fac_txt p {
  margin-top: 10px;
  padding-top: 15px;
}

@media screen and (max-width: 896px) {
  .faci_expl .fac_txt>p {
    font-size: 1.3rem;
    padding-top: 0;
  }

  .faci_expl .faci_box {
    width: 49%;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #fff;
    padding: 0;
  }
}

.mlex_box {
  width: 100%;
  position: relative;
}

.mlex_box img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  .mlex_box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
}

.meal_ext {
  width: 50%;
  text-align: center;
  line-height: 1.9;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background-color: rgba(11, 15, 15, 0.82);
  padding: 35px;
}

.meal_ext h3,
.meal_ext p {
  color: #fff;
}

.meal_ext p {
  padding-top: 30px;
  text-align: left;
}

.top_feature p {
  line-height: 2;
}

.top_feature h2 span,
.top_facility h2 span {
  font-size: 1.5rem;
  color: #b4b5b5;
}

.top_box,
.top_box_re {
  width: 100%;
  margin: 80px auto;
  display: flex;
  position: relative;
  align-items: center;
}

.top_box.meal_boxh,
.top_box_re.meal_boxh {
  margin-bottom: 230px;
}

.top_box_re {
  justify-content: flex-end;
}

.top_box .feature_mainimg,
.top_box_re .feature_mainimg {
  width: 52%;
  object-fit: cover;
}

.top_box .feature_mainimg img,
.top_box_re .feature_mainimg img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.top_box .feature_txtarea {
  max-width: 1000px;
  width: 50%;
  height: 550px;
  position: absolute;
  top: 36px;
  right: 0;
  background-color: #808080;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2365756c' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.9;
}

.top_box_re .feature_txtarea {
  max-width: 1000px;
  width: 50%;
  height: 550px;
  position: absolute;
  top: 36px;
  left: 0;
  background-color: #808080;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2365756c' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.9;
}

.top_textarea_p {
  padding: 6rem 5rem;
}

.top_textarea_p h3 {
  padding-bottom: 40px;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
}

.top_textarea_p p {
  color: #fff;
}

.top_textarea_p h3 span.sub_title {
  font-size: 1.5rem;
}

@media screen and (max-width: 896px) {

  .top_box,
  .top_box_re {
    flex-direction: column;
    margin: 30px auto;
  }

  .top_box.meal_boxh,
  .top_box_re.meal_boxh {
    margin-bottom: 60px;
  }

  .top_box .feature_mainimg,
  .top_box_re .feature_mainimg {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .top_box .feature_mainimg img,
  .top_box_re .feature_mainimg img {
    margin-bottom: 0;
    height: auto;
    /*min-height: 260px;*/
  }

  .top_box .feature_txtarea,
  .top_box_re .feature_txtarea {
    max-width: 100%;
    height: 100%;
    position: static;
  }

  .top_box .feature_txtarea {
    max-width: 1030px;
    height: auto;
    top: 56px;
    right: 0;
    width: 90%;
    transform: translate(0%, -2%);
  }

  .top_box_re .feature_txtarea {
    max-width: 1030px;
    height: auto;
    top: 56px;
    left: 50%;
    width: 90%;
    transform: translate(0%, -2%);
  }

  .top_textarea_p {
    padding: 10% 5%;
  }

  .top_textarea_p h3 {
    padding-bottom: 20px;
    font-size: 1.9rem;
  }

  .top_textarea_p p {
    font-size: 1.4rem;
  }

  .meal_ext {
    width: 70%;
    padding: 20px;
  }

  .meal_ext p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 650px) {
  .meal_ext {
    width: 80%;
    padding: 15px;
  }

  .meal_ext p {
    padding-top: 10px;
    font-size: 1.3rem;
  }
}

/*周辺観光*/
.top_area_bk {
  padding: 80px 0;
}

.top_area ul {
  display: flex;
  flex-wrap: wrap;
}

.top_area ul li {
  width: 25%;
  position: relative;
}

.top_area ul li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

ul.top_area li .txt-box {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  bottom: 0;
  padding: 7px 20px;
  box-sizing: border-box;
}

ul.top_area li .txt-box h3 {
  font-size: 1.8rem;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .top_area ul {
    flex-wrap: wrap;
  }

  .top_area ul li {
    width: 50%;
  }

  .top_area ul li img {
    width: 100%;
    height: 126px;
    object-fit: cover;
  }

  ul.top_area li .txt-box h3 {
    font-size: 13px;
  }
}

/*施設の紹介*/
/*.top_facility {
  padding: 45px 85px 80px;
}
.t-facilities_img ul.l_s_image {
  display: flex;
  flex-direction: row;
  max-width: 1060px;
  margin: 0 auto;
  justify-content: center;
}
.t-facilities_img ul.l_image li {
  padding-right: 6px;
}
.t-facilities_img ul.l_image img {
  width: 720px;
  height: 486px;
  object-fit: cover;
}
.t-facilities_img ul.s_image img {
  width: 334px;
  height: 240px;
  object-fit: cover;
}
.t-facilities_img ul.s_image li:first-child {
  padding-bottom: 6px;
}
.t-facilities_img ul.s_image {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width:896px) {
  .top_facility {
    padding: 10% 0;
  }
  .t-facilities_img ul.l_s_image {
    flex-direction: column;
  }
  .t-facilities_img ul.l_image li {
    padding-right: 0;
    padding-bottom: 6px;
  }
  .t-facilities_img ul.l_image img {
    height: 240px;
  }
  .t-facilities_img ul.s_image img {
    height: 120px;
    object-fit: cover;
  }
  .t-facilities_img ul.s_image li:first-child {
    padding-bottom: 0;
    padding-right: 6px;
  }
  .t-facilities_img ul.s_image {
    flex-direction: row;
  }
}*/
/*
.meal_mainimg {
  width: 50%;
}
.meal_mainimg img {
  width: 100%;
  max-width: 530px;
  height: 400px;
  object-fit: cover;
  margin: 0 auto;
}
.meal_txtarea {
  background: rgba(49, 49, 49, 0.7);
  max-width: 530px;
  height: 400px;
  margin: 0 auto;
  width: 50%;
  position: relative;
}
.meal_title h3 {
  padding: 10rem 3rem 0rem;
}
.meal_txtarea p {
  padding: 3rem;
}
@media screen and (max-width:896px) {
  .meal_mainimg {
    width: 100%;
  }
  .meal_title h3 {
    padding: 3rem 3rem 0rem;
  }
  .meal_mainimg img {
    height: auto;
  }
  .top_meal {
    padding: 10% 0;
  }
  .meal_txtarea {
    width: 100%;
    margin: 0 auto 30px;
    height: auto;
  }
}*/
.top_spatxt {
  width: 830px;
  margin: 20px auto 0;
}

.top_sp_tbl {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #ebebeb;
  width: 100%;
  margin: 15px auto 0;
}

.top_sp_tbl tr {
  font-size: 1.5rem;
  padding: 1.6rem;
  border-bottom: 1px dotted #ebebeb;
  text-align: left;
}

.top_sp_tbl tr th {
  padding: 1rem 1rem;
  width: 20%;
  color: #fff;
  line-height: 1.3;
}

.top_sp_tbl td {
  width: 80%;
  font-size: 1.5rem;
  padding: 1rem 1rem;
  border-left: 1px dotted #ebebeb;
  color: #fff;
  line-height: 1.3;
}

@media screen and (max-width: 1020px) {
  .top_spatxt {
    width: 100%;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 896px) {
  .pickup_sp li {
    display: flex;
    height: 90px !important;
  }

  .pickup_sp li .top_pickup_sp__img {
    width: 120px;
  }

  .pickup_sp li .top_pickup_sp__img img {
    width: 100%;
    height: 90px;
    object-fit: cover;
  }

  .pickup_sp li .top_pickup_sp__ttl {
    width: calc(100% - 120px);
  }

  .pickup_sp li .top_pickup_sp__ttl {
    padding: 20px 15px;
    font-size: 1.6rem;
  }
}

.top_activity.top_pickup {
  background-image: none;
}

.top_activity_bk {
  padding: 40px 0;
}

.top_activity_bk ul li {
  background: #fff;
  margin: 10px;
  height: 400px;
}

.li_hgt ul li {
  height: 400px;
}

.top_activity_bk ul.top_arou li {
  background: #fff;
  margin: 0;
}

.top_content__img,
.imgbox {
  height: 200px;
}

@media screen and (max-width: 896px) {

  .top_content__img,
  .imgbox {
    height: auto;
  }
}

.top_content__img img,
.imgbox img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.top_content__desc {
  width: 90%;
  margin: 20px auto;
  text-align: left;
  height: 100px;
}

.top_rental_bk {
  padding: 60px 0;
}

.top_rental ul.rental_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top_rental ul.rental_area>li {
  width: 30%;
  padding: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 896px) {
  .top_rental ul.rental_area>li {
    width: 46%;
    padding: 1%;
    margin-bottom: 20px;
  }
}

.top_rental ul.rental_area img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  .top_rental ul.rental_area img {
    height: 160px;
  }
}

.top_rental ul.rental_area h3.spot {
  background: #f2ded3;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}

.top_rental ul.rental_area .rental_tag {
  border: 1px solid #888;
  border-radius: 16px;
  width: 100px;
  text-align: center;
}

.top_rental ul.rental_area .sell_tag {
  color: #fff;
  background: #595757;
  border-radius: 16px;
  width: 100px;
  text-align: center;
}

.top_rental ul.rental_area .p_desc {
  padding: 10px;
  line-height: 1.6;
}

.top_rental ul.rental_area .p_desc p {
  font-size: 1.4rem;
}

@media screen and (max-width: 896px) {
  .top_rental ul.rental_area .rental_tag {
    width: 100%;
  }

  .top_rental ul.rental_area .sell_tag {
    width: 100%;
  }

  .top_rental ul.rental_area .p_desc {
    padding: 5px;
  }
}

/*.top_area {
  background: #f9fcfe;
  padding: 80px 0;
}
@media screen and (max-width:896px) {
.top_area {
  padding: 10% 0;
}
}
.top_area h2 {
	margin-bottom: 30px;
}
.top_area .cate {
	text-align: center;
}
.top_area .cate p {
	position: relative;
	text-align: center;
	font-size: 2.0rem;
	margin: 0 auto 25px;
	display: inline-block;
	padding: 0 30px;
}
.top_area .cate p span {
	background: #f9fcfe;
	padding: 0 30px;
	z-index: 20;
	position: relative;
}
.top_area .cate p:before {
	content: "";
	height: 1px;
	background: #ccc;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.top_area ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.top_area ul li {
	width: 320px;
}
.top_area ul li img {
  width: 320px;
  height: 230px;
  object-fit: cover;
}
@media screen and (max-width:896px) {
.top_area ul {
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
	flex-wrap : wrap;
}
  .top_area ul li {
	margin-bottom: 30px;
}
}

.top_area ul li h3 {
	padding: 18px 0 14px;
	text-align: center;
	margin-bottom: 6px;
	font-size: 1.6rem;
	font-weight: 500;
}
.top_area ul li h3.spot {
	background: #b4b5b5;
  color: #fff;
}
.top_area ul li h3.shop {
	background: #b4b5b5;
}
.top_area ul li p {
	margin: 15px 0 0;
	padding: 0 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}*/
.top_insta {
  padding: 40px 0;
}

.top_access .container {
  padding: 40px 0 30px;
}

.top_access .g_map {
  width: 94%;
  margin: 0 auto;
  height: 360px;
  margin-bottom: 40px;
}

.top_access .g_map iframe {
  width: 100%;
  height: 360px;
}

.top_access ul {
  width: 94%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 896px) {
  .top_access .g_map {
    width: 100%;
  }

  .top_access ul {
    width: 100%;
  }
}

.top_access li {
  color: #333;
  padding: 20px 0 0;
  border-top: 1px solid #c3c3c3;
}

.top_access li:last-child {
  border-bottom: 1px solid #c3c3c3;
}

@media screen and (max-width: 896px) {
  .top_access li {
    flex-direction: column;
    padding: 26px 0 14px;
  }
}

.top_access li h3 {
  font-size: 1.8rem;
  font-weight: 500;
  width: 26%;
  padding: 0 15px;
  box-sizing: border-box;
  color: #222d30;
}

@media screen and (max-width: 896px) {
  .top_access li h3 {
    width: 100%;
  }
}

.top_access li p {
  width: 100%;
  padding: 16px 14px;
  color: #222d30;
  box-sizing: border-box;
}

@media screen and (max-width: 896px) {
  .top_access li p {
    width: auto;
    padding: 5px 14px;
    border-left: none;
  }
}

.top_access li p span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4;
}

.top_access p.msg {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 50px 0;
}

.top_access .car_map {
  width: 80%;
  margin: 0 auto 60px;
}

@media screen and (max-width: 896px) {
  .top_access .car_map {
    width: 94%;
  }
}

.top_access .car_map img {
  width: 100%;
  height: auto;
}

.top_access .checkin_box {
  width: 100%;
  margin: 0px auto 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top_access .checkin_wrapper {
  padding: 1em;
  border: 1px solid #222d30;
}

.top_access address {
  font-size: 1.5rem;
  margin-top: 1em;
  color: #222d30;
}

.top_access p.checkin {
  font-size: 1.8rem;
  color: #222d30;
}

.top_access p.checkin a {
  font-size: 1.8rem;
  padding-right: 1em;
}

.top_access p.checkin_ttl {
  position: relative;
  text-align: center;
  font-size: 2rem;
  margin: 0 auto;
  display: inline-block;
  padding: 0 30px;
}

.top_access p.checkin_ttl span {
  background: #f5f6f6;
  padding: 0 30px;
  z-index: 20;
  position: relative;
  color: #222d30;
}

.top_access p.note {
  padding-top: 20px;
  color: #c8c8c8;
}

.top_allimg {
  height: auto;
}

.top_allimg img {
  margin: 0 auto;
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: 10% 40%;
}

@media screen and (max-width: 896px) {
  .top_allimg img {
    height: auto;
  }
}

/*------------------------------------------

ギャラリー　「もっと見る」

------------------------------------------*/
.g-box {
  background-color: #eeeeee;
}

/*------------------------------------------

cake.jp ケーキ

------------------------------------------*/
.topcake {
  margin-top: 200px;
}

.topcake .container {
  width: 60%;
  max-width: 1000px;
}

.topcake .container img {
  width: 100%;
}

/*Smartphone*/
@media screen and (max-width: 896px) {
  .topcake {
    margin-top: 100px;
  }

  .topcake .container {
    width: 90%;
    max-width: 90%;
  }
}

/*END*/
/* instagram */
.top_instagram {
  padding: 80px 0;
  background-color: #f4f4f4;
}

@media screen and (max-width: 896px) {
  .top_instagram {
    padding: 10% 0;
  }
}

.top_instagram h2 {
  margin-bottom: 30px;
}

/*.top_instagram_img {
  padding: 1%;
}*/
.top_instagram_img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  /*padding: 1%;*/
  height: auto;
  margin: 0 auto;
}

.slick-slide h3 {
  padding-left: 5% !important;
  padding-top: 2%;
}

.top_instagram .link a {
  color: #222;
  border: #222 1px solid;
}

.instagram-box h2 {
  margin-top: 6%;
}

@media screen and (max-width: 896px) {
  .instagram-box h2 {
    margin-top: 25%;
  }

  .instagram-box p {
    padding: 4%;
  }
}

.instagram_slides {
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 10px;
  width: 55%;
}

.top_instagram li p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  padding: 0 5% 1.5%;
}

.instagram_archive p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-left: 1%;
  margin-bottom: 2%;
}

@media screen and (max-width: 896px) {
  .instagram_slides {
    width: 95%;
  }

  .instagram_archive li {
    width: 98%;
  }
}

.top_instagram_li {
  width: 93%;
  background: white;
  margin: 0 auto;
}

.instagram_contents p {
  white-space: pre-line;
}

.instagram_contents h2 {
  text-align: left;
  padding: 0 0 1% 1% !important;
  margin-top: 2%;
}

.instagram_archive li {
  text-align: left;
  background: #f8f8f8;
}

.instagram_archive h3 {
  text-align: left;
  margin: 2% 0 1% 1%;
}

/* ポップアップ*/
.instagram_main_contents .content_width {
  background: #fff;
  margin-top: -32px !important;
}

.instagram_contents {
  display: flex;
}

.instagram_contents .content {
  padding-left: 2%;
  width: 45%;
}

@media screen and (max-width: 896px) {
  .instagram_contents {
    display: block;
  }

  .instagram_contents .content {
    width: 100%;
  }
}

@media screen and (max-width: 896px) {
  .top_instagram ul.sp_instagram_ul {
    display: grid !important;
    width: 100%;
    grid-template-columns: repeat(auto-fit, calc(50% - 10px));
    gap: 20px;
    padding: 10px;
  }

  .top_instagram_li {
    width: 100%;
  }

  .sp_instagram_ul h3 {
    padding-left: 5%;
    padding-top: 2%;
  }
}

.swiper .swiper-slide video {
  width: 100%;
}

.swiper-button-prev,
.swiper-container-rtl,
.swiper-button-next {
  color: #fff !important;
}

@media screen and (min-width: 896px) {

  .swiper-button-prev,
  .swiper-container-rtl,
  .swiper-button-next {
    top: 20% !important;
  }
}

div .n2-ss-slide-active {
  height: 420px !important;
}

@media screen and (max-width: 896px) {
  div .n2-ss-slide-active {
    height: 380px !important;
  }
}

.top_instagram_li .far {
  font-size: 1.5rem;
}

@media screen and (max-width: 896px) {
  .top_instagram_li .far {
    font-size: 1rem;
  }
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}

/*追加*/
.instagram_top {
  padding: 80px 0;
}

.instagram_top .inr {
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .instagram_top {
    padding: 10% 0;
  }

  .instagram_top .inr {
    max-width: 100%;
  }
}

.instagram_top h2 {
  margin-bottom: 30px;
}

.instagram_top .link a {
  color: #222;
  border: #222 1px solid;
}

.front_none {
  display: none;
}

.sp_instagram_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.instagram_top_li {
  width: 20%;
}

.instagram_top_img {
  width: 100%;
}

.instagram_top_img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  /*padding: 1%;*/
  height: auto;
  margin: 0 auto;
}

.instagram_top li p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  padding: 0 5% 1.5%;
}

/* レスポンシブ対応 */
@media screen and (max-width: 896px) {
  .instagram_top_li {
    width: 33.3333%;
  }
}

.VideoWrapper {
  position: relative;
  padding-bottom: 176.6917%;
  padding-top: 25px;
  height: 0;
}

.VideoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lity-close {
  width: 80px !important;
  height: 80px !important;
  font-size: 80px !important;
}

/*END*/

/*TOPバナー*/
.callout-container_sp {
  display: none;
}

.callout-container_pc {
  position: fixed;
  width: 80%;
  max-width: 400px;
  z-index: 4;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 5px;
}

.callout-container_pc img {
  width: 100%;
}

.bnr_close_pc {
  position: absolute;
  top: -5px;
  right: 5px;
  color: white;
  font-size: 50px;
  padding: 10px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}

.bnr_close_pc:hover {
  color: lightgrey;
}

@media screen and (max-width: 896px) {
  .callout-container_pc {
    display: none;
  }

  .callout-container_sp {
    display: block;
    position: fixed;
    width: calc(100% - 4px);
    z-index: 333;
    bottom: 60px;
    left: 0;
    background-color: #fff;
    padding: 2px;
  }

  .callout-container_sp img {
    width: 100%;
  }

  .bnr_close_sp {
    position: absolute;
    top: -8px;
    right: -8px;
    color: #808080;
    font-size: 43px;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
  }

  .bnr_close_sp:hover {
    color: lightgrey;
  }
}

/*ボタン*/
.btn_link p a {
  background-color: #363636;
  color: #fff;
  font-weight: 300;
}

.btn_link p a:hover {
  background-color: #efefef;
  color: #666;
  border: 1px solid #363636;
  opacity: 1;
}

.btn_bw p a {
  color: #484646;
  background-color: #fff;
  font-weight: 500;
}

.btn_bw p a:hover {
  background-color: #808080;
  color: #fff;
  opacity: 1;
}

.btn_link_color p a {
  width: 150px;
  color: #555;
  background: rgba(225, 225, 225, 0.9);
  border-radius: 24px;
  padding: 12px 30px;
  display: block;
  transition: all 0.2s;
  text-align: center;
  font-weight: 500;
  margin: 0 auto;
}

.btn_link_color p a:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.btn_link_color2 p a {
  width: 150px;
  color: #555;
  background: rgba(225, 225, 225, 0.95);
  border-radius: 24px;
  padding: 12px 30px;
  display: block;
  transition: all 0.2s;
  text-align: center;
  font-weight: 500;
  margin: 0 auto;
}

.btn_link_color2 p a:hover {
  background-color: rgba(109, 109, 109, 1);
  color: #fff;
  border: 1px solid #fff;
}

/*TOP　FAQ*/
.faq-box {
  text-align: center;
}

.faq-wrap {
  color: #fff;
  background-image: url(../img/top/exterior1.jpg);
  background-size: cover;
  background-position: center;
  padding: 130px 0;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .faq-wrap {
    padding: 60px 0;
  }
}

.faq-wrap p,
.faq-wrap h2,
.faq-wrap a {
  color: #fff;
  text-align: center;
}

.faq-wrap .link a {
  border: #fff 1px solid;
  padding: 7px 9px;
}


/*TOP　FAQ END*/