/* TOPページ */
.top_slid {
  position: relative;
}
.top_slid h2 {
  color: #fff;
  width: 100%;
  line-height: 1.9;
  font-weight: bold;
  font-size: 35px;
  text-shadow: 2px 2px 3px #333;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
}
.top_slid h2 img {
  width: 300px;
  margin: 0 auto;
}
.top_slid h2 .top_logo {
  width: 24%;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .top_slid {
    margin-top: 60px;
    height: 450px;
  }
  .top_slid h2 {
    top: 60%;
    font-size: 22px;
  }

  .top_slid h2 .top_logo {
    width: 50%;
    margin: 0 auto;
  }
  .top_slid .swiper-container .swiper-slide img {
    width: 100%;
    height: 450px;
    object-fit: cover;
  }
}
p.top_p {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2;
}
p.color_p {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2;
}
.mask {
  background: url(../img/top/top_bk.jpg);
  background-size: cover;
  position: relative;
}
.mask:after {
  content: "";
  background-color: rgba(47, 47, 47, 0.73);
  position: absolute;
  z-index: 90;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mask h2,
.mask p {
  color: #fff;
}
.top_news {
  padding: 30px 0 30px 8px;
  background: #cfdce6;
}
.top_news .container {
  display: flex;
}
@media screen and (max-width: 896px) {
  .top_news {
    padding: 30px 0;
  }
  .top_news .container {
    flex-direction: column;
  }
}
.top_news h2 {
  border-right: 1px solid #808080;
  width: 165px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .top_news h2 {
    border-right: none;
    border-bottom: 1px solid #808080;
    padding-bottom: 3%;
    margin-bottom: 10px;
    flex-direction: column;
    width: 100%;
  }
}
.top_news ul li {
  padding: 15px 0;
}
@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;
}
.top_news ul li span.cate {
  color: #fff;
  background: #808080;
  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;
}
.top_msg {
  padding: 100px 0 130px 0px;
  /*background: rgba(12,58,88,0.4);*/
}
@media screen and (max-width: 896px) {
  .top_msg {
    height: 665px;
    padding: 2% 0 1px;
    background-size: cover;
  }
}
.top_msg h2 {
  text-align: center;
  font-size: 2.6rem;
  line-height: 2.1;
  padding-bottom: 20px;
  margin-bottom: 34px;
  position: relative;
  z-index: 95;
}
.top_msg h2 span.engl {
  font-size: 1.4rem;
  color: #d5d2dd;
  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: 2.3rem;
    line-height: 1.4;
    padding: 10% 1% 5%;
  }
  .top_msg h2 span {
    font-size: 1.4rem;
  }
}
.top_msg p {
  text-align: center;
  line-height: 2.5rem;
  position: relative;
  z-index: 95;
}
@media screen and (max-width: 896px) {
  .top_msg p {
    padding: 0 8% 0px;
    text-align: center;
  }
}

.top_feature_bk {
  padding: 85px 0;
}
.top_feature_bk h2.top {
  color: #344c6c;
}
@media screen and (max-width: 896px) {
  .top_feature_bk {
    padding: 10% 0;
  }
}
@media screen and (max-width: 896px) {
  .top_feature h2 {
    font-size: 2.4rem;
    margin: 0 0 25px;
  }
}
.top_feature h2 span {
  font-size: 1.5rem;
  color: #344c6c;
}
.top_box {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-direction: row;
}
.top_box:nth-of-type(1) {
  background: #cfdce6;
}
.top_box:nth-of-type(2) {
  background: #cfe6e4;
}
.top_box:nth-of-type(3) {
  background: #f4f2f8;
}
.top_box:nth-of-type(4) {
  background: #cfdce6;
}
.top_box:nth-of-type(5) {
  background: #cfe6e4;
}
.top_box:nth-of-type(6) {
  background: #f4f2f8;
}
.top_box:nth-of-type(7) {
  background: #cfdce6;
}
@media screen and (max-width: 1024px) {
  .top_box {
    flex-direction: column;
  }
}
.top_box_re {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .top_box_re {
    flex-direction: column;
  }
}
.feature_mainimg {
  width: 50%;
}
.feature_mainimg img {
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .feature_mainimg {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .feature_mainimg img {
    height: auto;
  }
}
/* サムネイルを強制的に中央寄せにする */
.feature_mainimg .nextend-thumbnail-horizontal .n2-align-content-start {
  justify-content: center !important;
}
.feature_txtarea {
  display: flex;
  align-items: center;
  height: auto;
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .feature_txtarea {
    margin: 0 auto;
    padding: 0 0 30px;
    height: auto;
    width: 100%;
  }
}
.textarea_p {
  padding: 1.7rem 2rem;
}

.textarea_p h2 {
  padding-bottom: 10px;
  font-size: 2.25rem;
  line-height: 1.3;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
}
.textarea_p h2 span.sub_title {
  font-size: 1.6rem;
  display: inline-block;
  margin-bottom: 1.6rem;
}

/* .textarea_p h3 span.point_n {
  font-size: 2cap;
  font-style: italic;
} */
@media screen and (max-width: 1024px) {
  .textarea_p h2 {
    padding-bottom: 20px;
    text-align: center;
  }
}
.top_room_bk {
  padding: 50px 0;
  background-color: #344c6c;
}
@media screen and (max-width: 896px) {
  .top_room_bk {
    padding: 10% 0;
  }
}
.top_room h2 {
  margin-bottom: 40px;
}
.top_room .container {
  box-sizing: border-box;
}
@media screen and (max-width: 896px) {
  .top_room .container {
    padding: 0 0;
  }
}
ul.glam_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.glam_list li {
  width: 48%;
  margin: 0 auto 20px;
}
ul.glam_list li img {
  height: auto;
  object-fit: cover;
}
ul.glam_list li p {
  padding-top: 0px;
  color: #fff;
  font-size: 1.8rem;
  width: 100%;
  margin: 0 auto 5px;
  text-align: center;
  border-bottom: dashed 1px #fff;
}
ul.glam_list li dl {
  display: flex;
  flex-wrap: wrap;
}
ul.glam_list li dt {
  width: 30%;
  padding: 18px 0px 18px 0px;
  box-sizing: border-box;
  text-align: center;
}
ul.glam_list li dd {
  padding: 18px 0px 18px 5px;
  margin: 0;
  width: 70%;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 896px) {
  ul.glam_list li {
    margin: 0 auto 12%;
    width: 100%;
  }
  ul.glam_list li dt {
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
  }
  ul.glam_list li dd {
    padding: 10px;
    margin: 0;
    width: 70%;
    box-sizing: border-box;
    text-align: center;
  }
}
ul.glam_list li img {
  position: relative;
  z-index: 10;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 896px) {
  ul.glam_list li img {
    height: auto;
  }
}
ul.glam_list li .txt {
  background: none;
  border: 1px solid #dfe0e9;
  width: 100%;
  padding: 10px;
  margin: 0 auto 0;
  box-sizing: border-box;
}
ul.glam_list li .txt .inner {
  border: 1px solid #dfe0e9;
  padding: 15px 32px;
}
@media screen and (max-width: 896px) {
  ul.glam_list li .txt .inner {
    padding: 20px 14px;
  }
}
ul.glam_list li .txt h3 {
  font-size: 2rem;
  text-align: center;
  margin: 30px 0 20px;
  font-weight: 500;
  line-height: 1.3;
}

/*ピックアップ*/
.top_pickup_bk {
  padding: 80px 0;
  background-color: #cfe6e4;
}
.top_pickup h2 {
  margin-bottom: 30px;
}
.top_pickup ul {
  align-items: stretch;
  justify-content: center;
  margin-bottom: 40px;
}
.top_pickup ul li {
  width: 29%;
  margin: 10px;
  display: inline-grid;
}
@media screen and (max-width: 896px) {
  .top_pickup ul li {
    width: 100%;
    display: inline-grid;
  }
}
.top_pickup ul li .pickup-ttl {
  background: #cfdce6;
  width: 90%;
  padding: 5px;
  margin: -30px auto 0;
  position: relative;
  z-index: 20;
  height: auto;
}
.top_pickup ul li .inner {
  z-index: 30;
  border: 1px solid #fff;
  height: 95px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.top_pickup ul li a:hover {
  opacity: 1;
}
.top_pickup ul li p.pickup-title {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  padding: 0 35px;
}
.top_pickup ul li a {
  color: #333;
}
.top_pickup ul li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
/*アクティビティ*/
.top_activity_bk {
  padding: 80px 0;
  background-color: #ffffff;
}
@media screen and (max-width: 896px) {
  .top_activity_bk {
    padding: 10% 0;
  }
}
.top_activity_bk ul li {
  margin: 10px;
}
/*インスタ*/
.top_insta {
  padding: 80px 0;
  background: #fff;
}
@media screen and (max-width: 896px) {
  .top_insta {
    padding: 10% 0;
  }
}
.top_insta p {
  text-align: center;
}
.top_insta ul {
  width: 820px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
/*周辺観光*/
.top_area {
  padding: 80px 0;
}
@media screen and (max-width: 896px) {
  .top_area {
    padding: 10% 0;
  }
}
.top_area h2 {
  margin-bottom: 30px;
}
.top_area ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.top_area ul li {
  margin: 10px;
}
.top_area ul li img {
  width: 100%;
  height: 220px;
  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: 60px;
  }
}
.top_area ul li h3 {
  padding: 18px 0 14px;
  text-align: center;
  margin-bottom: 6px;
  font-size: 1.8rem;
  border-bottom: 1px dotted #808080;
}
.top_area ul li p {
  margin: 15px 0 0;
  padding: 0 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.top_faq {
  padding: 80px 50px;
}
@media screen and (max-width: 896px) {
  .top_faq {
    padding: 0 0 0;
    margin-bottom: 3%;
  }
}
.top_faq_box {
  display: flex;
}
@media screen and (max-width: 896px) {
  .top_faq_box {
    flex-direction: column;
  }
}
.top_faq_box .top_textarea_p {
  display: flex;
  flex-direction: column;
  width: 50%;
  background: #c1cae0;
  padding: 1%;
}
.top_faq_box .top_textarea_p .inner {
  border: 1px solid #fff;
  padding: 0 6% 20px;
  height: 355px;
  width: 86%;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .top_faq_box .top_textarea_p {
    width: 98%;
    text-align: center;
  }
  .top_faq_box .top_textarea_p .inner {
    border: 1px solid #fff;
    padding: 0 0 20px;
    height: auto;
    width: 100%;
  }
}
.top_faq_box .top_faq_img {
  width: 70%;
}
@media screen and (max-width: 896px) {
  .top_faq_box .top_faq_img {
    width: 100%;
  }
}
.top_faq h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 4rem;
  margin-top: 60px;
  color: #5670ac;
}
@media screen and (max-width: 896px) {
  .top_faq h2 {
    text-align: center;
    font-size: 2rem;
    margin-top: 20px;
  }
}
.top_faq p.msg {
  text-align: left;
  margin-bottom: 40px;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .top_faq p.msg {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.top_faq img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .top_faq img {
    height: 300px;
  }
}
.top_access {
  padding: 80px 0;
  background: #fff;
}
@media screen and (max-width: 896px) {
  .top_access {
    padding: 10% 0;
  }
}
.top_access h2 {
  margin-bottom: 40px;
}
.top_access .g_map {
  height: 360px;
}
.top_access .g_map iframe {
  width: 100%;
  height: 360px;
}
@media screen and (max-width: 896px) {
  .top_access .g_map {
    height: 240px;
  }
  .top_access .g_map iframe {
    height: 240px;
  }
}
.top_access ul {
  width: 94%;
  margin: 40px auto 80px;
}
@media screen and (max-width: 896px) {
  .top_access ul {
    width: 100%;
  }
}
.top_access li {
  display: flex;
  border-bottom: 1px solid #ccc;
  color: #333;
  padding: 14px 0;
}
@media screen and (max-width: 896px) {
  .top_access li {
    flex-direction: column;
  }
}
.top_access li h3 {
  background: #dcdfe2;
  font-size: 1.8rem;
  font-weight: 500;
  width: 26%;
  padding: 25px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 896px) {
  .top_access li h3 {
    width: 100%;
    text-align: center;
  }
}
.top_access li p,
.top_access li ul {
  width: 74%;
  padding: 16px 14px;
}
.top_access li ul {
  margin: 0 auto;
}
.top_access li ul li {
  border: none;
  line-height: 1.3;
}
@media screen and (max-width: 896px) {
  .top_access li p,
  .top_access li ul {
    width: 94%;
  }
}
.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 .checkin_box {
  width: 100%;
  margin: 60px auto 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top_access .checkin_wrapper {
  padding: 10px 12px 10px 2px;
  border: 1px solid #6c7883;
}
.top_access address {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 1em;
}
.top_access p.checkin {
  font-size: 1.9rem;
}
.top_access p.checkin a {
  font-size: 1.8rem;
  padding-right: 0.9em;
}
.top_access p.checkin_ttl {
  position: relative;
  text-align: center;
  font-size: 2rem;
  margin: 0 auto 25px;
  display: inline-block;
  padding: 0 30px;
}
.top_access p.checkin_ttl::before {
  content: "";
  height: 1px;
  background: #ccc;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.top_access p.checkin_ttl span {
  background: #fff;
  padding: 0 30px;
  z-index: 20;
  position: relative;
}
.top_access p.note {
  color: #f00;
}
.top_access .p_map {
  width: 1060px;
  margin: 60px auto;
}
.top_access .p_map img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .top_access .p_map {
    width: 100%;
  }
  .top_access .p_map img {
    height: 200px;
  }
  .top_access p.checkin_ttl {
    font-size: 1.5rem;
  }
}
/*フォトギャラリー*/
.inr {
  padding-right: 70px;
  padding-left: 70px;
}

/*Smartphone*/
@media screen and (max-width: 767px) {
  .inr {
    padding: 15px;
  }
}

/*------------------------------------------

ギャラリー内「もっと見る」

------------------------------------------*/
.readmore {
  position: relative;
  box-sizing: border-box;
}

/* 追従バナー */
.fixed-banner {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}
.fixed-banner img {
  width: 200px;
  height: auto;
}
/* モバイル表示では非表示にする場合 */
@media screen and (max-width: 768px) {
  .fixed-banner {
    top: unset;
    bottom: 20px;
  }
  .fixed-banner img {
    width: 125px;
    height: auto;
  }
}
/* こだわり */
.kodawari-box {
  padding: 100px 0;
}
.kodawari-box .inr {
  max-width: 1500px;
  margin: 0 auto;
}
.kodawari-box .kodawari-list {
}
.kodawari-box .kodawari-list li {
  width: 23.5%;
  max-width: 500px;
  height: 600px;
  position: relative;
}
.kodawari-box .kodawari-list li img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.kodawari-box .kodawari-list li p {
  font-size: 42px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0px;
  padding: 10px;
  width: calc(100% - 20px);
  background: rgba(207, 220, 230, 0.6);
}
@media screen and (max-width: 1200px) {
  .kodawari-box {
    padding: 50px 0;
  }

  .kodawari-box .inr p {
    font-weight: 300;
  }

  .kodawari-box .inr p span {
    display: inline-block;
  }

  .kodawari-box .inr .logo {
    width: 65%;
    margin: 40px 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;
  }

  .kodawari-box .kodawari-list li img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}
@media screen and (max-width: 896px) {
  .kodawari-box .inr {
    max-width: 86%;
  }
  .kodawari-box .kodawari-list li p {
    font-size: 30px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    font-weight: bold;
  }
}
