@charset "UTF-8";
.sp_header {
  border-bottom: 1px solid #DDDDDD;
}

header .main_visua_wrap {
  padding-top: 60px;
}

h2.header_logo {
  width: 160px;
  margin: 0 auto 60px;
}

.main_txt_box {
  width: 90%;
  margin: 30px auto 0;
}

.main_txt_box p {
  line-height: 1.7;
}

.info_txt, .info_txt2 {
  line-height: 1.7;
  margin-top: 15px;
  font-size: .9rem;
  position: relative;
  display: block;
}

.info_txt {
  width: 510px;
  left: 230px;
}

.info_txt2 {
  width: 520px;
  left: 0px;
}

.info_txt span, .info_txt2 span {
  font-weight: bold;
}

.little_img {
  position: absolute;
  bottom: 22px;
}

.little_img2 {
  position: absolute;
  bottom: -74px;
}

.info_txt_sp {
  display: none;
}

.story_btn {
  padding: 0 20px;
  margin: 10px 0;
}

.story_btn .plan_detail_btn a i {
  position: static;
}

@media (max-width: 767px) {
  h2.header_logo {
    margin-bottom: 30px;
  }
  .info_txt, .info_txt2 {
    display: none;
  }
  .info_txt_sp {
    margin: 15px auto 0;
    display: block;
  }
  .info_txt_sp span {
    font-weight: bold;
  }
  .little_img, .little_img2 {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  h2.header_logo {
    width: 140px;
  }
  .story_btn .plan_detail_btn {
    width: 280px;
    margin: 20px auto 0;
  }
}

@media (max-width: 568px) {
  h2.header_logo {
    width: 140px;
  }
  .story_btn .plan_detail_btn {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #main_visual {
    display: none;
  }
  .enjoy_list .photo img {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .info_txt, .info_txt2 {
    display: none;
  }
  .info_txt_sp {
    margin: 15px auto 0;
    display: block;
  }
  .info_txt_sp span {
    font-weight: bold;
  }
  .little_img, .little_img2 {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #main_visual {
    display: none;
  }
  .enjoy_list .photo img {
    width: 100%;
  }
}

#story_list {
  margin-top: 60px;
  margin-bottom: 100px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #story_list {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #story_list {
    margin-top: 40px;
  }
}

.back_link {
  display: none;
}

.back_link a {
  display: block;
  background: #F5F5F5 url(../../../../img/common/btn_prev.png) no-repeat 20px center;
  background-size: 16px auto;
  padding: 15px;
  padding-left: 45px;
  font-size: .85rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .back_link {
    display: block;
  }
}

@media (max-width: 767px) {
  .back_link {
    display: block;
  }
}

ul.plan_wrap.gd {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 767px) {
  ul.plan_wrap {
    width: 93%;
  }
}

@media (max-width: 568px) {
  ul.plan_wrap {
    margin: 0 15px;
  }
  ul.plan_wrap.gd {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

li.plan_box {
  height: 500px;
}

@media (max-width: 767px) {
  li.plan_box {
    height: auto;
    max-height: none;
    margin-bottom: 2px;
    padding: 20px 0 !important;
  }
  .sec_title {
    width: 95%;
    margin: 0 auto 60px;
  }
  .inner_main p {
    margin: 0 auto;
    width: 95%;
  }
}

li.plan_box:nth-child(even) .plan_detail_btn {
  background: #9F9691;
}

li.plan_box:nth-child(even) .plan_detail_btn:hover {
  background: #00335C;
}

li.plan_box:nth-last-child(-n+3) {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  li.plan_box:nth-last-child(-n+3) {
    margin-bottom: 2px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  li.plan_box:nth-last-child(-n+3) {
    margin-bottom: 70px;
  }
  li.plan_box {
    height: 500px;
  }
  li.plan_box {
    width: 50%;
    max-height: 560px;
    margin-bottom: 70px;
  }
}

.plan_box_link {
  display: block;
  height: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.plan_box_link:hover {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .plan_box_link {
    padding: 10px;
  }
}

.plan_label {
  display: block;
  padding: 2px 10px;
  border: 1px solid #000;
  font-size: 80%;
}

@media (max-width: 767px) {
  .plan_label {
    padding: 1px 5px;
  }
}

.plan_conts_box {
  height: 270px;
}

@media (max-width: 767px) {
  .plan_conts_box {
    width: 100% !important;
    top: 180px;
    left: auto;
    right: 0;
    height: 250px;
    padding: 15px 0;
  }
}

h3.plan_title span {
  margin-right: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  h3.plan_title span::before {
    left: -8px;
  }
}

img {
  max-width: 100%;
}

.plan_photo img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.kv {
  position: relative;
  z-index: 0;
}

.kv > img {
  width: 70%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kv > img {
    position: relative;
    z-index: -1;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .kv > img {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
}

.kv .text_box {
  position: absolute;
  top: 25%;
  right: 50px;
  background-color: #F5F5F5;
  width: 35%;
  padding: 30px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kv .text_box {
    position: static;
    margin: -100px 50px 0;
    width: auto;
  }
}

@media (max-width: 767px) {
  .kv .text_box {
    position: static;
    margin: -50px 20px 0;
    width: auto;
    padding: 20px;
  }
}

.kv h2 {
  position: relative;
  font-size: 1.25rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #222222;
  line-height: 2rem;
  margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kv h2 br {
    display: none;
  }
}

.kv h2::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -40px;
  width: 30px;
  height: 1px;
  background-color: #AAAAAA;
}

.sns {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .sns {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .sns {
    justify-content: center;
  }
}

.sns li {
  width: 40px;
  margin-right: 5px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .sns li {
    width: 35px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .sns li {
    width: 35px;
    margin-right: 10px;
  }
}

.story_contents {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .story_contents {
    padding-bottom: 40px;
  }
  #info_box h3 {
    line-height: 28px;
  }
}

.enjoy_list {
  position: relative;
  z-index: 0;
  /*background: url(../../../img/stay/story/text_enjoy.svg) no-repeat top center;*/
  background-size: 100px auto;
  max-width: 1170px;
  width: 100%;
  margin: 0px auto 0;
  padding-top: 80px;
}

.enjoy_list2 {
  background: url(../../../../img/stay/story/text_share.svg) no-repeat top center;
  background-size: 100px auto;
  max-width: 1170px;
  width: 100%;
  margin: 0px auto -45px;
  padding-top: 80px;
}

.enjoy_list::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  width: 2px;
  height: calc(100% - 32px);
  background: #00335C;
}

.enjoy_list li {
  display: flex;
  width: 100%;
  margin-bottom: 70px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .enjoy_list li {
    display: block;
    background: #fff;
  }
}

@media (max-width: 767px) {
  .enjoy_list li {
    display: block;
    background: #fff;
    margin-bottom: 30px;
  }
}

.enjoy_list li:nth-child(odd) {
  flex-direction: row-reverse;
}

/*.enjoy_list li:nth-child(odd) .story_title {
  margin-right: -100px;
}*/
@media (min-width: 768px) and (max-width: 1024px) {
  .enjoy_list li:nth-child(odd) .story_title {
    margin-right: 0;
  }
  .story_title {
    padding: 5px 0px 10px 0px !important;
  }
}

@media (max-width: 767px) {
  .enjoy_list li:nth-child(odd) .story_title {
    margin-right: 0;
  }
  .story_title {
    padding: 5px 0px 10px 0px !important;
    margin-bottom: 10px !important;
  }
}

/*.enjoy_list li:nth-child(even) .story_title {
  margin-left: -100px;
}*/
@media (min-width: 768px) and (max-width: 1024px) {
  .enjoy_list li:nth-child(even) .story_title {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .enjoy_list li:nth-child(even) .story_title {
    margin-left: 0;
  }
}

.enjoy_list li:last-child {
  margin-bottom: 0;
}

.enjoy_list .photo {
  width: 63%;
  max-width: 730px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .enjoy_list .photo {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .enjoy_list .photo {
    width: 100%;
    max-width: none;
  }
}

.enjoy_list .text_area {
  flex-grow: 1;
  width: 40%;
  /*padding-top: 70px;*/
  margin-right: 25px;
}

.enjoy_list .text_area:nth-child(even) {
  margin-left: 25px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .enjoy_list .text_area {
    width: 100%;
    padding: 30px 40px;
  }
  .enjoy_list .text_area:nth-child(even) {
    margin-left: 0px;
  }
  .enjoy_list .text_area {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .enjoy_list .text_area {
    width: 100%;
    padding: 20px;
  }
  .enjoy_list .text_area:nth-child(even) {
    margin-left: 0px;
  }
  .enjoy_list .text_area {
    margin-right: 0px;
  }
}

.enjoy_list .text_area p {
  line-height: 1.7;
  font-size: .9rem;
  word-break: break-all;
  text-align: justify;
}

.story_title {
  position: relative;
  /*background-color: #F5F5F5;*/
  padding: 20px 0px 10px 0px;
  /*padding: 30px 23px;*/
  /*margin-bottom: 25px;*/
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #222222;
  line-height: 2rem;
}

/*.story_title::before {
  content: '';
  position: absolute;
  top: 45px;
  left: -10px;
  width: 20px;
  height: 1px;
  background-color: #AAAAAA;
}*/
.plan_slide {
  background: #F5F5F5;
  padding: 80px 0;
  text-align: center;
  margin-top: 80px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .plan_slide {
    padding: 60px 0;
    margin-top: 0px;
  }
  .info_txt_sp {
    display: block;
  }
}

@media (max-width: 767px) {
  .plan_slide {
    padding: 40px 0 30px;
  }
}

.plan_slide h3 {
  margin-bottom: 15px;
  font-family: 'Cormorant Infant', serif;
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  .plan_slide h3 {
    font-size: 1.75rem;
  }
}

.plan_slide .sub_ttl {
  margin-bottom: 40px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px;
}

@media (max-width: 767px) {
  .plan_slide .sub_ttl {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

.plan_slide .btn_all {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .plan_slide .btn_all {
    display: block;
    margin-top: 30px;
  }
}

.plan_slide .btn_all button {
  position: relative;
  width: 254px;
  height: 50px;
  margin: 0 5px;
}

@media (max-width: 767px) {
  .plan_slide .btn_all button {
    margin: 10px auto;
  }
}

.stayplan_slide {
  margin: 0 auto;
  width: 1000px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .stayplan_slide {
    width: auto;
    margin: 0 40px;
  }
}

@media (max-width: 767px) {
  .stayplan_slide {
    width: auto;
    margin: 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .stayplan_slide li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0;
  }
  .stayplan_slide li:first-child {
    border-top: 1px solid #DDDDDD;
  }
}

@media (max-width: 767px) {
  .stayplan_slide li {
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0;
  }
  .stayplan_slide li:first-child {
    border-top: 1px solid #DDDDDD;
  }
}

.stayplan_slide img {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .stayplan_slide img {
    display: none;
  }
}

@media (max-width: 767px) {
  .stayplan_slide img {
    display: none;
  }
}

.stayplan_slide h4 {
  margin: 20px 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .stayplan_slide h4 {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .stayplan_slide h4 {
    margin: 0;
    margin-bottom: 15px;
    text-align: left;
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .stayplan_slide .pd_btn_wrap {
    margin-left: auto;
  }
}

.stayplan_slide .plan_detail_btn {
  position: relative;
  width: 200px;
  margin: 0 auto;
}

.stayplan_slide .slick-slide {
  margin: 0 10px;
}

.stayplan_slide .slick-center {
  transform: scale(1, 1);
}

.stayplan_slide .slick-prev {
  left: -100px;
  background: url(../../../../img/common/btn_prev.svg) no-repeat 0 0;
  background-size: cover;
}

.stayplan_slide .slick-next {
  right: -100px;
  background: url(../../../../img/common/btn_next.svg) no-repeat 0 0;
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #info_box {
    width: 90%;
  }
}

/*一覧*/
.kv_txt {
  margin: 0px auto 60px;
}

.sns_wrap {
  display: flex;
  justify-content: center;
}

.sns_wrap a {
  padding: 0 8px;
}

.inner_main {
  width: 900px;
  margin: -30px auto 0;
  text-align: center;
  line-height: 1.5;
}

.list_box {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  background: #f9f9f9;
  padding: 60px 0;
}

.list_plan {
  list-style: none;
  display: block;
  max-width: 1170px;
  margin: auto;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.list_detail_01:first-child {
  margin-right: 20px;
}

.list_detail_01:last-child {
  margin-left: 20px;
}

.list_plan > li {
  width: 100%;
  margin: 0;
}

.list_plan > li:last-child {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.list_plan_btn {
  display: flex;
  align-items: center;
  background: url(../../../../img/common/btn_next.svg) right center no-repeat;
  background-size: 42px 42px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none !important;
  padding: 20px 0;
}

.list_plan_btn > dl {
  width: 425px;
  padding: 0 0px 0 16px;
}

.list_plan_btn > figure, .list_plan_btn > dl {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.list_detail_01 .block_title {
  margin-bottom: 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}

@media (min-width: 1025px) {
  .list_plan > li:nth-child(2n+1) {
    margin-right: 70px;
  }
}

@media (min-width: 1025px) {
  .list_plan > li {
    border-top: 1px solid #ccc;
  }
}

/*リンク*/
#link_box_2 {
  width: 900px;
  margin: 70px auto;
  text-align: center;
}

.info_btn_wrap2 {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: -ms-wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto;
}

#link_box_2 .info_btn_wrap2 .round_btn a {
  position: relative;
  display: block;
  background-color: #00335C;
  width: 260px;
  padding: 20px 0;
  color: #fff;
  font-size: 1rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.info_btn_wrap2 .round_btn a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  border: 3px solid transparent;
  border-left: 4px solid #fff;
  margin-right: 5px;
}

.glay_btn a {
  position: relative;
  display: block;
  width: 260px;
  padding: 20px 0;
  color: #fff;
  font-size: 1rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  background-color: #9F9691 !important;
}

.glay_btn a:hover {
  text-decoration: none;
}

.glay_btn a:before {
  content: '';
  display: block;
  width: 11px;
  height: 10px;
  background: url(../../../../img/common/icon_arrow_top_01.svg) center center no-repeat !important;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.c_btn_01 {
  width: 260px;
  padding: 18px 0;
}

.plan_keywords {
  line-height: 1.5;
  font-size: 90.8%;
}
.plan_keywords.fx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .plan_keywords.fx {
    font-size: 60%;
  }
}

.sp_1 {
  display: none;
}

.pc_1 {
  display: block;
}

@media (min-width: 1025px) {
  .info_btn_wrap2 li {
    margin: 0 9px;
  }
}

@media (max-width: 1024px) {
  #link_box_2 {
    width: 100%;
    margin: 0px auto 40px;
  }
  .list_box {
    display: block;
  }
  .list_detail_01 {
    margin-right: 10px;
    margin-bottom: 50px;
    margin-left: 10px;
  }
  .list_detail_01 .block_title {
    text-align: center;
  }
  .list_plan > li:first-child {
    border-top: 1px solid #ccc;
  }
  .list_plan > li .list_info {
    width: auto;
    padding-right: 45px;
    white-space: normal;
  }
  .list_plan > li {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .info_btn_wrap2 li:first-child {
    margin-right: 15px;
  }
  .inner_main {
    width: 100%;
  }
  .sp_1 {
    display: none;
  }
  .pc_1 {
    display: none;
  }
}

@media (max-width: 768px) {
  .sp_1 {
    display: block !important;
  }
  .pc_1 {
    display: none;
  }
  /*.list_detail_01 .block_title {
  font-size: 22px;
}*/
  
  .list_plan > li .list_info {
    padding-right: 45px;
  }

  .list_plan_btn {
    font-size: 16px;
  }
  .info_btn_wrap2 {
    display: block;
    margin: 50px auto;
  }
  .info_btn_wrap2 li:first-child {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  #link_box_2 .info_btn_wrap2 .round_btn a {
    margin: 0 auto;
  }
  .list_box {
    padding: 60px 0 10px;
  }
  .glay_btn a {
    margin: 0 auto;
  }
}

.info_list {
  margin-top: 30px;
}

.info_list a {
  color: #888888;
  text-decoration: underline;
}

.info_list :before {
  margin-left: 5px;
  vertical-align: top;
  content: url(../../../../img/top/icon_circ_arrow_r2.svg);
  display: inline-block;
  width: 16px;
}

/*style.css*/
.plan_photo {
  position: inherit;
}

h3.plan_title {
  margin-left: 0px;
}

.plan_conts_box {
  width: 100%;
  height: auto;
  padding: 20px 0 0;
  position: initial;
}

@media (max-width: 768px) {
  .plan_conts_box {
    padding-top: 10px;
  }
}

h3.plan_title {
  margin-top: 20px;
  margin-bottom: 0;
  word-break: break-all;
}

@media (max-width: 768px) {
  h3.plan_title {
    font-size: 0.9rem;
    line-height: 1.5;
    mergin-top: 10px;
  }
}

/*footer*/
#link_box_2 .info_btn_wrap2 a {
  height: 50px;
  line-height: 15px;
  background-image: none;
}

.info_btn_wrap2 li:last-child a {
  background-image: none !important;
}

.blue_btn {
  margin-top: 26px !important;
}

/*foontr*/
.foot {
  margin: 60px auto 40px;
  padding-top: 40px;
}

@media (max-width: 768px) {
  .foot {
    margin: 50px auto 40px;
    padding-top: 0px;
  }
}
