@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-25..0");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Round");
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■共通
	━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
:root {
  --c_w: #fff;
  --c_black: #4D4D4D;
  --gray: #707070;
  --c_g: #42B035;
  --c_p: #FF5D9B;
  --c_p2: #FEF2FF;
  --c_y: #FFF100;
  --c_y02: #FFF500;
  --c_pa: #885ED8;
  --default_font: "Noto Sans JP", sans-serif;
  --roboto: "Roboto", sans-serif;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
	■共通項目
	■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#exp1_snw {
  font-family: var(--default_font);
  color: var(--c_black);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: calc(26/16);
  min-width: 1280px;
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  #exp1_snw {
    min-width: 320px;
    overflow-x: hidden;
  }
}

#exp1_snw .innerWrap1280 {
  max-width: 1280px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #exp1_snw .innerWrap1280 {
    padding: 0 20px;
  }
}

#exp1_snw .innerWrap1080 {
  max-width: 1080px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #exp1_snw .innerWrap1080 {
    padding: 0 20px;
  }
}

#exp1_snw .link {
  text-decoration: underline !important;
}

#exp1_snw img {
  width: 100%;
  height: auto;
  display: block;
}

#exp1_snw .marker_yellow {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, var(--c_y)));
  background: linear-gradient(transparent 50%, var(--c_y) 0%);
}

#exp1_snw {
  background-color: #000000;
}

#exp1_snw main {
  position: relative;
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
				■plan_btn_area
				━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
				■wp_gp
				━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
					■info_btn_area
					━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
			■bottom_sec
			━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
}

#exp1_snw main .top_WP {
  padding-top: 60px;
  position: relative;
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
				■Mv
				━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
				■point
				━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
}

@media screen and (max-width: 767px) {
  #exp1_snw main .top_WP {
    padding-top: 20px;
  }
}

#exp1_snw main .top_WP::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

#exp1_snw main .top_WP::before {
  background: url(../images/mv_bg.png) repeat-y;
  background-size: 100% auto;
  left: 0;
  top: 0;
}

#exp1_snw main .top_WP .mv {
  min-width: 1280px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #exp1_snw main .top_WP .mv {
    min-width: auto;
    width: 100%;
    padding: 0 20px;
  }
}

#exp1_snw main .top_WP .mv .mv_time_area {
  width: 620px;
  position: relative;
  margin: 0 auto 19px;
}

@media screen and (max-width: 767px) {
  #exp1_snw main .top_WP .mv .mv_time_area {
    padding: 0 20px;
    width: 100%;
    margin: 0 auto 5px;
  }
}

#exp1_snw main .top_WP .mv .mv_time_area img {
  position: relative;
  z-index: 2;
}

#exp1_snw main .top_WP .mv .mv_title_area {
  width: 1080px;
  margin: 0 auto 77px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #exp1_snw main .top_WP .mv .mv_title_area {
    width: 100%;
    margin: 0 auto 19px;
  }
}

#exp1_snw main .top_WP .mv .mv_title_area img {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #exp1_snw main .top_WP .mv .mv_title_area img {
    margin-left: -2px;
  }
}

#exp1_snw main .top_WP .mv .mv_title_area::before, #exp1_snw main .top_WP .mv .mv_title_area::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #exp1_snw main .top_WP .mv .mv_title_area::before, #exp1_snw main .top_WP .mv .mv_title_area::after {
    display: none;
  }
}

#exp1_snw main .top_WP .mv .mv_title_area::before {
  background: url(../images/mv_title_bg_l.png) no-repeat center/cover;
  width: 219px;
  aspect-ratio: 219 / 620;
  left: 0;
  translate: -102px -59%;
}

#exp1_snw main .top_WP .mv .mv_title_area::after {
  background: url(../images/mv_title_bg_r.png) no-repeat center/cover;
  width: 220px;
  aspect-ratio: 220 / 631;
  right: 0;
  translate: 100px -58%;
}

#exp1_snw main .top_WP .mv .mv_img_area {
  width: 1080px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #exp1_snw main .top_WP .mv .mv_img_area {
    width: 100%;
  }
}

#exp1_snw main .top_WP .point {
  max-width: 1080px;
  position: relative;
  z-index: 2;
  margin: 40px auto 0;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  #exp1_snw main .top_WP .point {
    margin: 22px auto 0;
    padding: 0 19px 40px 20px;
  }
}

#exp1_snw main .top_WP .point .point_box {
  width: 100%;
  margin-left: -3px;
}

@media screen and (max-width: 767px) {
  #exp1_snw main .top_WP .point .point_box {
    margin-left: 0;
  }
}

#exp1_snw main .top_WP .point .point_box.point_box01 {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #exp1_snw main .top_WP .point .point_box.point_box01 {
    margin-bottom: 8px;
  }
}

#exp1_snw main .top_WP .point .point_txt_area {
  margin-top: 30px;
  max-width: 920px;
  margin: 40px auto 0;
}

#exp1_snw main .top_WP .point .point_txt_area .block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  #exp1_snw main .top_WP .point .point_txt_area .block {
    margin-bottom: 10px;
  }
}

#exp1_snw main .top_WP .point .point_txt_area .block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #exp1_snw main .top_WP .point .point_txt_area .block .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

#exp1_snw main .top_WP .point .point_txt_area .block .inner .txt_label {
  background: #ff5d9b;
  min-width: 132px;
  min-height: 38px;
  border-radius: 4px;
  margin-top: 12px;
  margin-right: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #exp1_snw main .top_WP .point .point_txt_area .block .inner .txt_label {
    margin-top: 0;
    margin-right: 0;
    min-width: 75px;
    min-height: 26px;
    border-radius: 2px;
  }
}

#exp1_snw main .top_WP .point .point_txt_area .block .inner .txt_label span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: -3px;
}

@media screen and (max-width: 767px) {
  #exp1_snw main .top_WP .point .point_txt_area .block .inner .txt_label span {
    font-size: 1.3rem;
    margin-top: 0px;
  }
}

#exp1_snw main .top_WP .point .point_txt_area .block .inner p {
  font-size: 6rem;
  font-weight: 900;
  color: var(--c_y02);
}

@media screen and (max-width: 767px) {
  #exp1_snw main .top_WP .point .point_txt_area .block .inner p {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 370px) {
  #exp1_snw main .top_WP .point .point_txt_area .block .inner p {
    font-size: 3rem;
  }
}

#exp1_snw main .top_WP .point .point_txt_area .block .inner p span {
  font-size: 4.5rem;
}

@media screen and (max-width: 767px) {
  #exp1_snw main .top_WP .point .point_txt_area .block .inner p span {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 370px) {
  #exp1_snw main .top_WP .point .point_txt_area .block .inner p span {
    font-size: 2rem;
  }
}

#exp1_snw main .top_WP .point .point_txt_area .block .attention p {
  color: var(--c_w);
  text-align: right;
  margin-top: -6px;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #exp1_snw main .top_WP .point .point_txt_area .block .attention p {
    margin-top: -6px;
    font-size: 1.2rem;
  }
}

#exp1_snw main .top_WP .point .point_txt_area .txt p {
  color: var(--c_w);
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #exp1_snw main .top_WP .point .point_txt_area .txt p {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

#exp1_snw main .plan_btn_sec {
  padding: 30px 0;
  background-color: #E5EFFB;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .plan_btn_sec {
    padding: 20px;
  }
}

#exp1_snw main .plan_btn_sec .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1080px;
  padding-right: 61px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .plan_btn_sec .inner {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}

#exp1_snw main .plan_btn_sec p {
  font-size: 1.7rem;
  font-weight: 900;
  color: #1C3385;
  margin-right: 27px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .plan_btn_sec p {
    font-size: 1.6rem;
    margin: 0;
    text-align: center;
  }
}

#exp1_snw main .plan_btn_sec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .plan_btn_sec ul {
    display: block;
    width: 100%;
    margin-top: 8px;
  }
}

#exp1_snw main .plan_btn_sec ul li {
  height: 48px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .plan_btn_sec ul li {
    height: 48px;
    width: 100%;
  }
}

#exp1_snw main .plan_btn_sec ul li:nth-last-of-type(2) {
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .plan_btn_sec ul li:nth-last-of-type(2) {
    margin: 10px 0;
  }
}

#exp1_snw main .plan_btn_sec ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  border: 2px solid #0368D9;
  border-radius: 24px;
  background-color: #fff;
  padding: 12px 15px 12px;
  position: relative;
  text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .plan_btn_sec ul li a {
    text-align: center;
  }
}

#exp1_snw main .plan_btn_sec ul li a::before, #exp1_snw main .plan_btn_sec ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#exp1_snw main .plan_btn_sec ul li a::after {
  width: 7px;
  height: 12px;
  background: url(../images/icon_arrow_right.png) no-repeat center;
  background-size: cover;
  right: 14px;
}

#exp1_snw main .plan_btn_sec ul li a::before {
  width: 24px;
  height: 26px;
  background: url(../images/hotel_icon1.png) no-repeat center;
  background-size: cover;
  left: 14px;
  top: 45%;
}

#exp1_snw main .plan_btn_sec ul li a span {
  font-size: 1.6rem;
  color: #0368D9;
  font-weight: 600;
  display: block;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .plan_btn_sec ul li a span {
    width: 100%;
    margin: 0 27px;
  }
}

@media only screen and (max-width: 389px) {
  #exp1_snw main .plan_btn_sec ul li a span {
    font-size: 1.4rem;
  }
}

#exp1_snw main .plan_btn_sec ul li.stay {
  width: 228px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .plan_btn_sec ul li.stay {
    width: 100%;
  }
}

#exp1_snw main .plan_btn_sec ul li.stay a::before {
  background: url(../images/hotel_icon1.png) no-repeat center;
  background-size: cover;
}

#exp1_snw main .plan_btn_sec ul li.jr {
  width: 324px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .plan_btn_sec ul li.jr {
    width: 100%;
  }
}

#exp1_snw main .plan_btn_sec ul li.jr a::before {
  background: url(../images/hotel_icon2.png) no-repeat center;
  background-size: cover;
}

#exp1_snw main .plan_btn_sec ul li.air {
  width: 296px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .plan_btn_sec ul li.air {
    width: 100%;
  }
}

#exp1_snw main .plan_btn_sec ul li.air a::before {
  background: url(../images/hotel_icon3.png) no-repeat center;
  background-size: cover;
}

#exp1_snw main .wp_gp {
  padding-top: 159px;
  position: relative;
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
					■plan
					━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
					■hotel
					━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp {
    padding-top: 73px;
  }
}

#exp1_snw main .wp_gp::before, #exp1_snw main .wp_gp::after {
  content: "";
  display: block;
  width: 344px;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: url(../images/page_bg.png) repeat-y;
  background-size: 100% auto;
  top: 0;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp::before, #exp1_snw main .wp_gp::after {
    display: none;
  }
}

#exp1_snw main .wp_gp::before {
  left: calc(50% - 960px);
}

#exp1_snw main .wp_gp::after {
  right: calc(50% - 960px);
}

#exp1_snw main .wp_gp .plan {
  position: relative;
}

#exp1_snw main .wp_gp .plan::before, #exp1_snw main .wp_gp .plan::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  z-index: 3;
}

#exp1_snw main .wp_gp .plan::before {
  background: url(../images/plan_bg_l.svg) no-repeat center/cover;
  width: 400px;
  aspect-ratio: 400 / 233;
  left: calc(50% - 860px);
  translate: 0px -174px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan::before {
    width: 108px;
    aspect-ratio: 108 / 63;
    left: 0;
    translate: 15px -65px;
  }
}

#exp1_snw main .wp_gp .plan::after {
  background: url(../images/plan_bg_r.svg) no-repeat center/cover;
  width: 398px;
  aspect-ratio: 398 / 216;
  right: calc(50% - 840px);
  translate: 0px -180px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan::after {
    width: 127px;
    aspect-ratio: 127 / 68;
    right: 0;
    translate: 1px -71px;
  }
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .point_area {
    padding: 0 10px;
  }
}

#exp1_snw main .wp_gp .plan .pass_block {
  position: relative;
  z-index: 2;
}

#exp1_snw main .wp_gp .plan .pass_block .block_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 37px 40px 39px;
  background: #fff;
  border-radius: 20px;
  /* ===================================================
								左側エリア
								=================================================== */
  /* ===================================================
								右側エリア
								=================================================== */
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box {
    padding: 20px 21px 17px;
    border-width: 3px;
    border-radius: 10px;
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .left_area {
  position: relative;
  width: 419px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .left_area {
    width: 100%;
    margin-bottom: 11px;
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .left_area .img .name {
  display: block;
  padding: 8px 15px;
  background: var(--c_g);
  color: var(--c_w);
  font-weight: 800;
  line-height: calc(26 / 16);
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .left_area .img .name {
    font-size: 1rem;
    padding: 5px;
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .left_area .img + .img {
  margin-top: 23px;
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area {
  width: calc(100% - 380px);
  max-width: 750px;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area {
    width: 100%;
    max-width: inherit;
    padding-left: 0;
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .hd_area {
  text-align: center;
  margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .hd_area {
    margin-bottom: 11px;
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .hd_area li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 80px;
  padding: 18px 15px;
  background: var(--c_p);
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 5px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .hd_area li {
    padding: 10px 7px 12px;
    font-size: 1.4rem;
    border-radius: 2.5px;
    min-height: auto;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 370px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .hd_area li {
    font-size: 1.3rem;
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .hd_area li span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .hd_area li span {
    font-size: 1.2rem;
    margin-top: 4px;
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .hd_area .pass {
  position: relative;
  margin-top: 10px;
  background: var(--c_pa);
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .hd_area .pass {
    margin-top: 21px;
    padding: 15px 7px 13px;
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .hd_area .pass:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -24px;
  width: 36px;
  height: 36px;
  margin-left: -20px;
  background: url(../images/plan_icon_pc.png) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .hd_area .pass:before {
    background: url(../images/plan_icon_sp.png) no-repeat center center;
    background-size: cover;
    width: 33px;
    height: 33px;
    top: -28px;
    margin-left: -16px;
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .read_txt {
  margin-bottom: 25px;
  font-weight: 700;
  line-height: calc(32 / 18);
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .read_txt {
    font-size: 1.2rem;
    line-height: calc(19 / 12);
    margin-bottom: 15px;
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .read_txt strong {
  color: var(--c_p);
  font-size: 1.9rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .read_txt strong {
    font-size: 1.2rem;
    word-break: auto-phrase;
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .read_txt .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--c_y)));
  background: linear-gradient(transparent 60%, var(--c_y) 60%);
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .box {
  padding: 12px 20px 10px;
  background: #fff;
  border: 1px solid var(--c_p);
  border-radius: 5px;
  margin-bottom: 23px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .box {
    border-radius: 2.5px;
    padding: 8px 12px 13px;
    margin-bottom: 13px;
    border-width: 1px;
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .box .txt {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .box .txt {
    font-size: 1.3rem;
    line-height: calc(21 / 15);
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .box .txt strong {
  color: var(--c_p);
  font-size: 1.9rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .box .txt strong {
    font-size: 1.5rem;
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .catch {
  color: var(--c_pa);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.57895;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .catch {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .catch br.spCont {
    display: inline-block;
  }
}

@media only screen and (max-width: 365px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .catch {
    font-size: 1.4rem;
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area {
  margin-top: 8px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.57143;
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area dt {
  padding: 8px;
  background: var(--c_y);
  color: var(--c_p);
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area dt {
    padding: 10px 8px 10px;
    font-size: 1.3rem;
    border-radius: 2.5px;
    line-height: calc(17 / 13);
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-top: 22px;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area dd ul {
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0;
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area dd ul li {
  margin: 0 5px 13px 0;
  padding: 5px 10px;
  border: 1px solid var(--c_p);
  color: var(--c_p);
  font-weight: 700;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area dd ul li {
    border-radius: 2.5px;
    width: 100%;
    margin: 0 0 10px;
    font-size: 1.2rem;
    line-height: calc(18 / 12);
    padding: 3px 10px;
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area dd ul.kome {
  margin-top: 0;
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area dd p + ul.kome,
#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area dd ul + ul.kome {
  margin-top: 4px;
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area .attraction ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area .attraction ul {
    margin-right: 0;
    margin-left: 0;
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area .attraction ul li {
  margin: 0 5px 13px 0;
  padding: 5px 10px;
  border: 1px solid var(--c_p);
  color: var(--c_p);
  font-weight: 700;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area .attraction ul li {
    border-radius: 2.5px;
    width: 100%;
    margin: 0 0 10px;
    font-size: 1.2rem;
    line-height: calc(18 / 12);
    padding: 3px 10px;
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area .attraction ul.kome {
  margin-top: 0;
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area .attraction p + ul.kome,
#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area .attraction ul + ul.kome {
  margin-top: 4px;
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area ul.kome {
  text-align: left;
  font-size: 1.3rem;
  margin-top: 0px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area ul.kome {
    font-size: 1.1rem;
    margin-top: 9px;
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area ul.kome li {
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area ul.kome li {
    margin-bottom: -2px;
  }
}

#exp1_snw main .wp_gp .plan .pass_block .block_box .right_area .info_area ul.kome li:last-child {
  margin-bottom: 0;
}

#exp1_snw main .wp_gp .hotel {
  margin-top: 102px;
  padding-bottom: 107px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .hotel {
    margin-top: 13px;
    padding: 0px 0px 81px;
  }
}

#exp1_snw main .wp_gp .hotel .hotel_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .hotel .hotel_title {
    margin-bottom: 36px;
  }
}

#exp1_snw main .wp_gp .hotel .hotel_title img {
  width: 443px;
  margin-left: 6px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .hotel .hotel_title img {
    width: 259px;
    margin-left: 0;
  }
}

#exp1_snw main .wp_gp .hotel .hotel_title h2 {
  position: absolute;
  bottom: 16px;
  left: 50%;
  translate: -50% 0;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .hotel .hotel_title h2 {
    bottom: 11px;
  }
}

#exp1_snw main .wp_gp .hotel .hotel_title h2 span {
  font-size: 3.2rem;
  color: var(--c_w);
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .hotel .hotel_title h2 span {
    font-size: 1.8rem;
  }
}

#exp1_snw main .wp_gp .hotel .small_hotel_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .hotel .small_hotel_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#exp1_snw main .wp_gp .hotel .small_hotel_area .hotel_block {
  width: 520px;
  background-color: var(--c_p2);
  border-radius: 10px;
  padding: 41px 50px 35px;
  margin-bottom: 64px;
  position: relative;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .hotel .small_hotel_area .hotel_block {
    width: 100%;
    margin-bottom: 42px;
    padding: 19px 20px 19px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1.5px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1.5px 5px rgba(0, 0, 0, 0.16);
  }
}

#exp1_snw main .wp_gp .hotel .small_hotel_area .hotel_block:last-child {
  margin-bottom: 0;
}

#exp1_snw main .wp_gp .hotel .small_hotel_area .hotel_block .hotel_hd {
  background-color: var(--c_p);
  min-width: 420px;
  min-height: 41px;
  color: var(--c_w);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -25px;
  font-size: 1.5rem;
  padding: 4px 10px;
  line-height: calc(30 / 21);
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .hotel .small_hotel_area .hotel_block .hotel_hd {
    top: -15px;
    left: 50%;
    translate: -50% 0;
    min-width: 270px;
    min-height: 25px;
    font-size: 1rem;
    line-height: calc(12 / 10);
  }
}

#exp1_snw main .wp_gp .hotel .small_hotel_area .hotel_block .hotel_inner .name {
  color: var(--c_pa);
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 14px;
  min-height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: calc(30 / 24);
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .hotel .small_hotel_area .hotel_block .hotel_inner .name {
    font-size: 1.7rem;
    line-height: calc(18 / 17);
    min-height: 33px;
    margin-bottom: 11px;
  }
}

#exp1_snw main .wp_gp .hotel .small_hotel_area .hotel_block .hotel_inner .name .small {
  font-size: 1.9rem;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .hotel .small_hotel_area .hotel_block .hotel_inner .name .small {
    font-size: 1.4rem;
    line-height: calc(18 / 14);
  }
}

#exp1_snw main .wp_gp .hotel .small_hotel_area .hotel_block .img {
  width: 100%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .hotel .small_hotel_area .hotel_block .img {
    margin-bottom: 10px;
  }
}

#exp1_snw main .wp_gp .hotel .small_hotel_area .hotel_block .txt_area .access dt {
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 3px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .hotel .small_hotel_area .hotel_block .txt_area .access dt {
    font-size: 1.4rem;
    margin-bottom: 2px;
  }
}

#exp1_snw main .wp_gp .hotel .small_hotel_area .hotel_block .txt_area .access dd {
  font-size: 1.5rem;
  line-height: calc(24 / 15);
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .hotel .small_hotel_area .hotel_block .txt_area .access dd {
    font-size: 1.2rem;
    line-height: calc(17 / 12);
  }
}

#exp1_snw main .wp_gp .hotel .small_hotel_area .hotel_block .btn {
  text-align: center;
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .hotel .small_hotel_area .hotel_block .btn {
    margin-top: 10px;
  }
}

#exp1_snw main .wp_gp .hotel .small_hotel_area .hotel_block .btn a {
  min-width: 320px;
  min-height: 61px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--c_p);
  color: var(--c_w);
  border: 2px solid var(--c_w);
  border-radius: 30px;
  position: relative;
  font-size: 1.9rem;
  font-weight: 900;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .hotel .small_hotel_area .hotel_block .btn a {
    width: 100%;
    min-width: auto;
    min-height: 50px;
    border-radius: 25px;
    border: 1px solid var(--c_w);
    -webkit-box-shadow: 0px 1.5px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1.5px 3px rgba(0, 0, 0, 0.16);
    font-size: 1.6rem;
  }
}

#exp1_snw main .wp_gp .hotel .small_hotel_area .hotel_block .btn a::after {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 26 / 26;
  background: url(../images/hotel_arrow_icon.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .wp_gp .hotel .small_hotel_area .hotel_block .btn a::after {
    width: 20px;
    aspect-ratio: 20 / 20;
  }
}

#exp1_snw main .info_btn_area {
  padding: 82px 0 105px;
  border-top: 1px solid var(--c_w);
  /* 共通フォント設定 */
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area {
    border-top: none;
    padding: 36px 0 39px;
  }
}

#exp1_snw main .info_btn_area .info_title {
  margin-bottom: 46px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area .info_title {
    margin-bottom: 19px;
  }
}

#exp1_snw main .info_btn_area .info_title h2 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: calc(36 / 30);
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area .info_title h2 {
    font-size: 2.2rem;
  }
}

#exp1_snw main .info_btn_area .en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

#exp1_snw main .info_btn_area .info_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area .info_btn {
    display: block;
  }
}

#exp1_snw main .info_btn_area .info_btn li {
  width: 32%;
  max-width: 346px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area .info_btn li {
    width: 100%;
    max-width: inherit;
    margin: 0 auto 16px;
  }
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area .info_btn li.jr .txt_area p {
    margin-left: -24px;
  }
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area .info_btn li.air .txt_area p {
    margin-left: -29px;
  }
}

#exp1_snw main .info_btn_area .info_btn .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 135px;
  background: #fff;
  border: 4px solid var(--c_g);
  border-radius: 11px;
  color: #42b035;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: calc(32 / 22);
  text-align: center;
  text-decoration: none !important;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area .info_btn .inner {
    height: auto;
    border-width: 2px;
    border-radius: 6px;
    font-size: 1.7rem;
    line-height: calc(44 / 32);
    min-height: 70px;
  }
}

#exp1_snw main .info_btn_area .info_btn .inner:hover {
  background: #ebfbea;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}

#exp1_snw main .info_btn_area .info_btn .txt_area {
  position: relative;
  width: 100%;
  background: url(../images/contact_arrow_g.png) no-repeat right 14px center;
  background-size: 30px auto;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area .info_btn .txt_area {
    padding: 8px 20px;
    background-size: 23px auto;
  }
}

#exp1_snw main .info_btn_area .info_btn .hd {
  margin-bottom: 1px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area .info_btn .hd {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}

#exp1_snw main .info_btn_area .info_btn .num {
  color: var(--c_g);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area .info_btn .num {
    font-size: 2.7rem;
  }
}

#exp1_snw main .info_btn_area .info_btn .time {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--c_black);
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area .info_btn .time {
    font-size: 1.2rem;
  }
}

#exp1_snw main .info_btn_area .info_btn small, #exp1_snw main .info_btn_area .info_btn .small {
  display: inline-block;
  padding-top: 0;
  font-size: 1.7rem;
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area .info_btn small, #exp1_snw main .info_btn_area .info_btn .small {
    padding-top: 5px;
    font-size: 1.3rem;
  }
}

#exp1_snw main .info_btn_area .info_btn .kome {
  width: 100%;
  max-width: inherit;
  margin: 12px 0 42px;
  color: var(--c_w);
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid white;
  padding-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area .info_btn .kome {
    margin-top: 3px;
    font-size: 1.2rem;
    margin-bottom: 21px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 380px) {
  #exp1_snw main .info_btn_area .info_btn .kome {
    font-size: 1.2rem;
  }
}

#exp1_snw main .info_btn_area .info_btn .kome .red_txt {
  color: var(--c_y);
}

#exp1_snw main .info_btn_area .info_btn .plan_btn .inner {
  min-height: 99px;
  color: var(--c_pa);
  border-color: var(--c_pa);
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area .info_btn .plan_btn .inner {
    min-height: 60px;
  }
}

#exp1_snw main .info_btn_area .info_btn .plan_btn .inner .txt_area {
  padding: 19px 27px 19px 10px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area .info_btn .plan_btn .inner .txt_area {
    padding: 10px 27px;
  }
}

#exp1_snw main .info_btn_area .info_btn .plan_btn .inner:hover {
  background: #f1ebff;
}

#exp1_snw main .info_btn_area .info_btn .plan_btn .inner .txt_area {
  background-image: url(../images/contact_arrow_p.png);
}

#exp1_snw main .info_btn_area .info_btn .store .txt_area p {
  line-height: calc(30 / 22);
}

#exp1_snw main .info_btn_area .info_btn .store .txt_area .small {
  font-size: 1.8rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area .info_btn .store .txt_area .small {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  #exp1_snw main .info_btn_area .info_btn .tel .inner {
    pointer-events: none;
  }
}

#exp1_snw main .info_btn_area .info_btn .tel .txt_area {
  padding-right: 30px;
  background-image: url(../images/contact_tel_icon.png);
  background-size: 32px auto;
  background-position: right 16px center;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area .info_btn .tel .txt_area {
    padding: 9px 20px 8px;
    background-position: right 14px center;
    background-size: 27px auto;
  }
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area .info_btn .tel .txt_area p {
    margin-left: -23px;
  }
}

#exp1_snw main .info_btn_area .info_btn .tel .txt_area p.time {
  margin-top: -4px;
}

#exp1_snw main .info_btn_area .info_btn .contact .txt_area {
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area .info_btn .contact .txt_area {
    padding: 7px 22px 13px;
    background-position: right 15px top 30px;
  }
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area .info_btn .contact .txt_area p {
    line-height: 1.35;
  }
}

#exp1_snw main .info_btn_area .info_btn .contact .time {
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  #exp1_snw main .info_btn_area .info_btn .contact .time {
    margin-top: 0;
  }
}

#exp1_snw main .bottom_sec {
  padding: 64px 0 55px;
  background-color: #fff;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  #exp1_snw main .bottom_sec {
    padding: 30px 0 42px;
  }
}

#exp1_snw main .bottom_sec .innerWrap1080 .info_area ul li {
  color: var(--c_black);
  font-size: 1.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: calc(22 / 14);
  text-indent: -12px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  #exp1_snw main .bottom_sec .innerWrap1080 .info_area ul li {
    font-size: 1.2rem;
    line-height: calc(20/12);
  }
}

#exp1_snw main .bottom_sec .innerWrap1080 .info_area .regal_txt {
  color: #000;
  font-size: 1.4rem;
  line-height: calc(20 / 14);
  margin-top: 27px;
}

@media screen and (max-width: 767px) {
  #exp1_snw main .bottom_sec .innerWrap1080 .info_area .regal_txt {
    margin-top: 18px;
    font-size: 1.2rem;
    line-height: calc(20 / 12);
  }
}

#exp1_snw main .bottom_sec .innerWrap1080 .info_area .regal_txt span {
  display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■パンクくず
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.kkrs-breadcrumb {
  padding: 1rem 0;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.kkrs-breadcrumb__fix {
  display: none;
}

.kkrs-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.2rem;
  color: #656972;
}

.kkrs-breadcrumb__list > li {
  margin-right: 2rem;
  position: relative;
}

.kkrs-breadcrumb__list > li a {
  color: #125687;
  text-decoration: none;
}

.kkrs-breadcrumb__list > li a:hover {
  text-decoration: underline;
}

.kkrs-breadcrumb__list > li a.kkrs-breadcrumb__current-link {
  color: #656972;
  text-decoration: none;
}

.kkrs-breadcrumb__list > li:not(:last-child):before {
  display: inline-block;
  font-family: "Material Icons Round";
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5rem;
  font-size: 1rem;
  color: #989ba1;
  margin-top: -0.5em;
}

.kkrs-breadcrumb__list > li:last-child {
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .sp_breadcrumb {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pc_breadcrumb {
    display: none;
  }
  .kkrs-breadcrumb {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #d7d7d7;
    line-height: 3rem;
    padding: 0;
    background: #fff;
  }
  .kkrs-breadcrumb__fix {
    display: block;
    -webkit-box-shadow: 6px 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 6px 0 10px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 3;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
  }
  .kkrs-breadcrumb__fix a {
    padding: 0 .5rem 0 1rem;
    font-size: 1.2rem;
    color: #125687;
    -webkit-transition: none;
    transition: none;
    text-decoration: none;
  }
  .kkrs-breadcrumb.kkrs-top .kkrs-breadcrumb__fix {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .kkrs-breadcrumb__scroll {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
  }
  .kkrs-breadcrumb__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    height: 3rem;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .kkrs-breadcrumb__list > li {
    margin: 0;
    padding: 0 .5rem 0 1.8rem;
  }
  .kkrs-breadcrumb__list > li:nth-child(1) {
    display: none;
  }
  .kkrs-breadcrumb__list > li:not(:last-child):before {
    content: "";
    margin: 0;
    top: -0.5rem;
    right: -0.9rem;
  }
  .kkrs-breadcrumb__list > li:last-child {
    padding: 0 1rem 0 1.8rem;
  }
  .kkrs-breadcrumb__list > li:last-child:after, .kkrs-breadcrumb__list > li:last-child:before {
    display: none;
  }
  .kkrs-breadcrumb__fix a, .kkrs-breadcrumb__list > li {
    display: block;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
  }
  .kkrs-breadcrumb__fix a:after, .kkrs-breadcrumb__fix a:before, .kkrs-breadcrumb__list > li:after, .kkrs-breadcrumb__list > li:before {
    content: "";
    border-style: solid;
    border-width: 2rem 0 2rem 1rem;
    position: absolute;
    top: -0.5rem;
  }
  .kkrs-breadcrumb__fix a:before, .kkrs-breadcrumb__list > li:before {
    right: -0.9rem;
    border-color: transparent transparent transparent #fff;
    z-index: 2;
  }
  .kkrs-breadcrumb__fix a:after, .kkrs-breadcrumb__list > li:after {
    right: -1rem;
    border-color: transparent transparent transparent #d7d7d7;
    z-index: 1;
  }
}
