/* TOPページ */
.top_slid {
  margin-top: 80px;
  position: relative;
  width: 100%;
}
.slid_msg {
  color: #fff;
  width: 564px;
  line-height: 1.9;
  font-size: 20px;
  position: absolute;
  text-shadow: 2px 2px 5px #4d4d4d;
  top: 46%;
  left: 6%;
  z-index: 3;
}
@media screen and (max-width:896px) {
  .top_slid {
    margin-top: 60px;
  }
  .slid_msg {
    width: max-content;
    font-size: 16px;
    top: 70%;
    left: 20px;
  }
}
.top_mv {
  padding-top: 80px;
  position: relative;
}
.top_mv img {
  width: 100%;
}
.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_mv {
    padding-top: 60px;
  }
  .top_mv h2 {
    top: 60%;
    font-size: 22px;
  }
  .top_mv h2 span.openday {
    font-size: 18px;
  }
}
.top_news {
  padding: 0;
  background: #fff;
}
.top_news ul {
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width:896px) {
  .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: #2D2D2D;
  font-size: 13px;
}
@media screen and (max-width:896px) {
  .top_news ul li {
    padding: 2% 0;
    line-height: 1.8;
  }
}
.top_news ul li span.date {
  padding: 0 22px 0 30px;
  color: #2D2D2D;
}
.top_news ul li span.cate {
  color: #fff;
  background: #8D958F;
  padding: 4px 10px;
  margin-right: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width:896px) {
  .top_news ul li span.date {
    padding: 0;
  }
  .top_news ul li span.cate {
    padding: 1% 2%;
    font-size: 1.2rem;
  }
}
.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;
}



/*------------------------------------------

こだわり

------------------------------------------*/
.kodawari-box {
  background-image: url(../img/witewall_3.webp);
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 100px;
}

.kodawari-box .inr {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.kodawari-box .inr h2 {
  text-shadow: 1px 1px 15px #fff;
}

.kodawari-box .inr p {
  color: #333;
  text-shadow: 1px 1px 15px #fff;
}

.kodawari-box .inr .logo {
  width: 15%;
  margin: 40px auto;
}

.kodawari-box .inr .logotop {
  width: 100%;
}

.kodawari-box .case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kodawari-box .case-list li {
  width: 16.5%;
  height: auto;
}

.kodawari-box .case-list li img {
  border-radius: 142px;
}

.kodawari-box .kodawari-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kodawari-box .kodawari-list li {
  width: 23.5%;
  max-width: 500px;
  height: 600px;
  position: relative;
}

.kodawari-box .kodawari-list li p {
  font-size: 42px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 14px;
}

.kodawari-box .kodawari-list li img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:1200px) {
  .kodawari-box {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .kodawari-box .inr p {
    font-weight: 300;
  }

  .kodawari-box .inr .logo {
    width: 65%;
    margin: 40px auto;
  }

  .kodawari-box .case-list {
    justify-content: space-around;
  }

  .kodawari-box .case-list li {
    width: 48%;
    height: auto;
  }

  .kodawari-box .kodawari-list {
    justify-content: space-evenly;
  }

  .kodawari-box .kodawari-list li {
    width: 100%;
    height: auto;
    margin-bottom: 2%;
  }

  .kodawari-box .kodawari-list li p {
    font-size: 40px;
    left: 25px;
  }

  .kodawari-box .kodawari-list li img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/*------------------------------------------

ROOM

------------------------------------------*/
.room-box {
  background-color: #f4f4f4;
}

.room-box .room-head {
  background-color: #fff;
  padding-top: 70px;
}

.room-box .room-head .inr {
  width: 100%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.room-box .room-nav {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.room-box .tit-box {
  width: 20%;
  max-width: 240px;
}

.room-box .txt-box {
  width: calc(75% - 127px);
  max-width: 865px;
}

.room-box .link-box {
  width: 127px;
  margin-left: auto;
}

.room-box .room-nav li.lg {
  width: 45%;
  position: relative;
  margin: 5px;
}

.room-box .room-nav li.min {
  width: calc(25% - 1.5px);
}

.room-box .room-nav li img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.dogsuite_img {
  position: relative;
}

.dogsuite_p {
  position: absolute;
  right: 0;
  bottom: 15px;
}

.dogsuite_p p {
  padding: 5px 10px;
  background: #549e01;
  color: #fff;
  font-size: 1.8rem;
}

.textbox {
  position: absolute;
  left: 0;
  top: 0;
  background: #f2f2f2;
  height: 100%;
  width: 90px;
}

.textbox p {
  font-size: 14px;
  /*color: #fff;*/
  padding: 18px;
}

.textbox p span.vertical__part {
  font-size: 18px;
  /*color: #fff;*/
}

.vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: inline-block;
}

.vertical__part {
  text-orientation: upright;
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .room-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .room-box .room-head {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .room-box .room-head .inr {
    max-width: 96%;
  }

  .room-box .room-nav {
    padding-bottom: 30px;
  }

  .room-box .tit-box {
    width: 100%;
    max-width: none;
  }

  .room-box .txt-box {
    width: 100%;
    max-width: none;
  }

  .room-box .link-box {
    width: 100%;
    max-width: none;
  }

  .room-box .room-nav li.lg {
    width: 100%;
    margin-bottom: 2px;
  }

  .room-box .room-nav li.min {
    width: calc(50% - 1px);
    margin-bottom: 2px;
  }

  .room-box .room-nav li img {
    height: auto;
  }

  .dogsuite_p p {
    font-size: 1.5rem;
  }

  .textbox p {
    padding: 10px;
  }

  .textbox p span.vertical__part {
    font-size: 15px;
  }
}


/*------------------------------------------

instagram

------------------------------------------*/
.instagram_top {
  padding: 80px 0;
  background-color: #f9f9f9;
}

@media screen and (max-width:896px) {
  .instagram_top {
    padding: 10% 0;
  }
}

.instagram_top h2 {
  margin-bottom: 30px;
}

.instagram_top .link a {
  width: 128px;
}

.front_none {
  display: none;
}

.sp_instagram_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

.instagram_top_li {
  width: 18.5%;
  padding: 1px;
}

.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: 45%;
  }
}

.VideoWrapper {
  position: relative;
  padding-bottom: 176.6917%;
  padding-top: 25px;
  height: 0;
}

.VideoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*END*/
.top_slider .swiper-slide {
  width: 100%;
  height: 100vh;
}

.top_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  .top_slider .swiper-slide {
    width: 100%;
    height: 50vh;
  }

  .top_instagram .n2-ss-align {
    height: 450px;
  }
}



/*温泉・部屋紹介*/
.faci_expl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faci_expl .faci_box {
  width: 32.5%;
  padding: 0 5px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.faci_expl .fac_img {
  width: 100%;
  height: 200px;
}
@media screen and (max-width:896px) {
  .faci_expl .fac_img {
    width: 100%;
    height: 180px;
  }
}
.faci_expl .fac_img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media screen and (max-width:896px) {
  .faci_expl .fac_img img {
    height: auto;
  }
}
.faci_expl .fac_txt {
  width: 90%;
  margin: 20px auto 0;
  position: relative;
  z-index: 20;
  height: 245px;
  background: #f6f6f6;
  padding: 20px 30px;
  box-sizing: border-box;
}
@media screen and (max-width:896px) {
  .faci_expl .fac_txt {
    height: auto;
    margin: 40px auto 0;
  }
}
.faci_expl .fac_txt h3 {}
.faci_expl .fac_txt p {
  margin-top: 10px;
  padding-top: 15px;
}
@media screen and (max-width:896px) {
  .faci_expl .faci_box {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 45px;
  }
}
.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.0;
}
.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_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: 600px;
  object-fit: cover;
}
.top_box .feature_txtarea {
  max-width: 950px;
  width: 50%;
  height: 530px;
  position: absolute;
  top: 36px;
  right: 0;
  background: #ffffff;
}
.top_box_re .feature_txtarea {
  max-width: 950px;
  width: 50%;
  height: 530px;
  position: absolute;
  top: 36px;
  left: 0;
  background: #ffffff;
}
.top_textarea_p {
  padding: 3rem 5rem;
  height: 476px;
}
.top_textarea_p h3 {
  padding-bottom: 40px;
  font-size: 2.2rem !important;
  line-height: 1.3;
  color: #3d3d3d;
}
.top_textarea_p p {
  color: #3d3d3d;
}
.top_textarea_p h3 span.point_n {
  font-size: 5rem;
  color: #a9a297;
}
.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 .feature_mainimg, .top_box_re .feature_mainimg {
    width: 100%;
    object-fit: cover;
  }
  .top_box .feature_mainimg img, .top_box_re .feature_mainimg img {
    height: auto;
    margin-bottom: 0;
  }
  .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: 100%;
    /*transform: translate(0%, -10%);*/
  }
  .top_box_re .feature_txtarea {
    max-width: 1030px;
    height: auto;
    top: 56px;
    left: 50%;
    width: 100%;
    /*transform: translate(0%, -10%);*/
  }
  .top_textarea_p h3 span.point_n {
    font-size: 4rem;
  }
  .top_textarea_p {
    padding: 10% 5%;
    height: auto;
  }
  .top_textarea_p h3 {
    padding-bottom: 20px;
    font-size: 1.5rem;
  }
  .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 40px;
}
.top_area ul {
  display: flex;
}
.top_area ul li {
  width: 25%;
}
.top_area ul li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@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: 80px;
    object-fit: cover;
  }
}

.top_access {
  padding: 40px 0 30px;
}
@media screen and (max-width:896px) {
  .top_access {
    padding: 10% 0;
  }
}
.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: #272521;
}
@media screen and (max-width:896px) {
  .top_access li h3 {
    width: 100%;
  }
}
.top_access li p {
  width: 100%;
  padding: 16px 14px;
  color: #272521;
  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.6rem;
  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 #272521;
}
.top_access address {
  font-size: 1.5rem;
  margin-top: 1em;
  color: #272521;
  text-align: center
}
.top_access p.checkin {
  font-size: 1.8rem;
  color: #272521;
}
.top_access p.checkin a {
  font-size: 1.8rem;
  padding-right: 1em;
}
.top_access p.checkin_ttl {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  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: #272521;
}
.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;
  }
}
.top_inubanr {
  width: 250px;
  height: 250px;
  position: fixed;
  z-index: 333;
  bottom: 20px;
}
.top_inubanr img {
  width: 100%;
  object-fit: cover;
  box-shadow: 2px 2px 10px #333;
}
@media screen and (max-width:896px) {
  .top_inubanr {
    width: 100%;
    height: auto;
    bottom: 63px;
  }
  .top_inubanr img {
    width: 98%;
    margin: 0 auto;
  }
}
.pctop_bnr {
  width: 250px;
  height: 250px;
  position: relative;
  z-index: 333;
}
.pctop_bnr .pctop_bnrbox img {
  width: 250px;
  height: 250px;
  position: fixed;
  left: 0;
  bottom: 0;
}
.pctop_bnr .pctop_bnrbox2 img {
  width: 250px;
  height: 250px;
  position: fixed;
  left: 0;
  bottom: 250px;
}
@media screen and (max-width:896px) {
  .sptop_bnr {
    width: 100%;
    position: relative;
    z-index: 333;
  }
  .sptop_bnr .sptop_bnrbox img {
    width: 50%;
    height: auto;
    position: fixed;
    left: 0;
    bottom: 60px;
  }
  .sptop_bnr .sptop_bnrbox2 img {
    width: 50%;
    height: auto;
    position: fixed;
    right: 0;
    bottom: 60px;
  }
}
.top_slider {
  width: 100%;
  height: 100%;
}
.top_slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.top_slider .swiper-slide img {
  width: 100%;
  height: 888px;
  object-fit: cover;
}
@media screen and (max-width:896px) {
  .top_slider {
    margin-top: 60px;
  }
  .top_slider .swiper-slide img {
    width: 100%;
    height: 550px;
    object-fit: cover;
  }
}
/*ページ内リンクボタン*/
.qa_top_btn {
  margin: 30px;
}
.qa_top_btn ul {
  width: 85%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
}
.qa_top_btn li {
  background-color: rgba(237, 229, 213, 0.8);
  border-radius: 10px;
  position: relative;
  padding: 10px 10px;
  width: 15%;
  text-align: center;
}
.dog_btn li {
  background-color: rgba(237, 229, 213, 0.8);
  border-radius: 10px;
  position: relative;
  padding: 10px 10px;
  width: 24%;
  text-align: center;
}
@media screen and (max-width:896px) {
  .qa_top_btn ul {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .qa_top_btn li {
    background-color: rgba(237, 229, 213, 0.8);
    border-radius: 10px;
    position: relative;
    padding: 10px 20px;
    margin: 7px auto;
    width: 80%;
  }
  .qa_top_btn a {
    color: #333;
    cursor: pointer;
  }
  .qa_top_btn li::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('arrow.png');
    background-size: 100%;
    width: 7px;
    height: 17px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
}
/*20240917 TOP魅力画像*/
* {
  box-sizing: border-box;
}
.topinner {
  width: calc(100% - 100px);
  max-width: 1000px;
  min-width: 600px;
}
.slider-main img {
  min-height: auto !important;
  object-fit: cover;
}
.slide > span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px; /*★*/
}
.slide.txtbar {
  position: relative;
}
.slide.txtbar .txtbar-pc {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 28px;
  padding: 10px;
  text-indent: 0.5em;
}
.slider-thumb {
  margin-top: 20px;
}
.slider-thumb .slide > span {
  height: 100px;
}
.slick-slide img {
  width: 100%;
}
.top_box .feature_txtarea.test2 {
  max-width: 950px;
  width: 42%;
  height: 530px;
  position: absolute;
  top: 36px;
  right: 0;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
}
.top_box_re .feature_txtarea.test2 {
  max-width: 950px;
  width: 42%;
  height: 530px;
  position: absolute;
  top: 36px;
  left: 0;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
}
.top_box .topwrapper, .top_box_re .topwrapper {
  width: 64.5%;
  object-fit: cover;
}
.top_box .topwrapper .topinner {
  float: left;
}
.top_box_re .topwrapper .topinner {
  float: right;
}
.top_box .topwrapper img, .top_box_re .topwrapper img {
  height: auto;
}
.slick-next {
  display: none !important;
}
.slider-thumb .slick-track {
  transform: unset !important;
}
@media screen and (max-width:896px) {
  .slick-slider {
    -ms-touch-action: auto !important;
    touch-action: auto !important;
  }
  .slide > span {
    margin: 0; /*★*/
  }
  .slide.txtbar .txtbar-sp {
    font-size: 20px;
    left: 0;
    text-indent: 3em;
  }
  .top_box .topwrapper, .top_box_re .topwrapper {
    width: 100%;
  }
  .slider-thumb {
    margin-top: 0;
  }
  .slider-thumb .slide > span {
    height: 80px;
    padding: 10px;
  }
  .top_box .feature_txtarea.test2, .top_box_re .feature_txtarea.test2 {
    max-width: 100%;
    height: 100%;
    position: static;
  }
  .top_box .feature_txtarea.test2 {
    max-width: 1030px;
    height: auto;
    top: 56px;
    right: 0;
    width: 92%;
    /*transform: translate(0%, -10%);*/
  }
  .top_box_re .feature_txtarea.test2 {
    max-width: 1030px;
    height: auto;
    top: 56px;
    left: 50%;
    width: 92%;
    /*transform: translate(0%, -10%);*/
  }
  .top_box .topwrapper .topinner, .top_box_re .topwrapper .topinner {
    float: unset;
    width: 100%;
    min-width: 100%;
  }
}

/*TOP　FAQ*/
.faq-box {
  background-color: #f4f4f4;
  text-align: center;
}

.faq-wrap {
  color: #fff;
  background-image: url(../img/top_qa.jpg);
  background-size: cover;
  background-position: center;
  padding: 130px 0;
  text-align: center;
}

.faq-wrap p {
  color: #fff;
  text-align: center;
}

.faq-wrap .link a {
  border: #fff 1px solid;
}

@media screen and (max-width:896px) {
  .faq-wrap {
    padding: 90px 0;
  }
}



/*キャンプ*/
.content_box {
  padding: 100px 0;
  background: #F0F0F3;
}

.group_area {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.group_area .group-box {
  height: auto;
  display: flex;
}

.group_area .group-box .thum {
  width: 40%;
  height: auto;
}

.group_area .group-box .thum img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.group_area .group-box .text-wrap {
  margin-left: 16px;
  width: 60%;
  margin-bottom: 40px;
}

.gdlink {
  text-align: center;
}

@media screen and (max-width:896px) {
  .group_area .group-box .thum {
    width: 100%;
    height: auto;
  }

  .group_area .group-box {
    width: 100%;
    flex-direction: column;
  }

  .group_area .group-box .text-wrap {
    margin-left: 0;
    width: 100%;
    margin-bottom: 0;
  }
}

/*ボタン*/
.link a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 12px 15px;
  background: #888;
}

.link2 a {
  font-size: 14px;
  display: inline-block;
  padding: 12px 30px;
  background: #fff;
  margin-top: 10px;
  color: #333;
  width: 300px;
  text-align: center;
}