@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&display=swap");

/***************************************************** setting */
/*html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  line-height: 1.7;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
}
*/

main {
  line-height: 1.7;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
}

/* PC・SPの切り替え時に表示・非表示 */
.sp_only {
  display: none !important;
}
@media screen and (max-width: 759px) {
  .sp_only {
    display: inline !important;
  }
}

.pc_only {
  display: inline !important;
}
@media screen and (max-width: 759px) {
  .pc_only {
    display: none !important;
  }
}

/* ページ内リンクの指定 */
div.map_link_area {
  position: relative;
  z-index: 0;
}

span.map_link01 {
  position: absolute;
  top: -130px;
  border: none;
  font-size: 0;
}
@media screen and (max-width: 759px) {
  span.map_link01 {
    top: -73px;
  }
}

@media screen and (max-width: 759px) {
  article.hot {
    padding: 50px 0;
  }
}
article.green {
  padding: 105px 0;
  background-color: #22b573;
}
@media screen and (max-width: 759px) {
  article.green {
    padding: 52px 0;
  }
}
article.hell {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 80px 0 135px;
}
article.hell::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  width: 100%;
  height: 100%;
  background-image: url(../images/pr_background.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 759px) {
  article.hell {
    padding: 40px 0 65px;
  }
}
article.quality {
  padding: 85px 0 170px;
  background-color: #fff;
}
@media screen and (max-width: 759px) {
  article.quality {
    padding: 42px 0 85px;
  }
}
article.purple {
  background-color: #7b2c62;
  padding: 135px 0 90px;
}
@media screen and (max-width: 759px) {
  article.purple {
    padding: 65px 0 45px;
  }
}
article.info {
  background-color: #ffe8ae;
  padding: 65px 0 195px;
}
@media screen and (max-width: 759px) {
  article.info {
    padding: 32px 0 97px;
  }
}
article.red {
  background-color: #c1272d;
  padding: 110px 0 105px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 759px) {
  article.red {
    padding: 55px 0 52px;
  }
}
article.gourmet {
  background-color: #eeeae7;
  padding: 110px 0;
}
@media screen and (max-width: 759px) {
  article.gourmet {
    padding: 55px 0;
  }
}
article.gift {
  background-color: #fff6ec;
  padding: 125px 0 105px;
}
@media screen and (max-width: 759px) {
  article.gift {
    padding: 62px 0 52px;
  }
}
article.hotel {
  background-color: #fff6ec;
  padding: 130px 0 225px;
}
@media screen and (max-width: 759px) {
  article.hotel {
    padding: 65px 0 112px;
  }
}

section.w1100 {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 759px) {
  section.w1100 {
    max-width: 100%;
    width: 90%;
  }
}
section.w1050 {
  max-width: 1050px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 759px) {
  section.w1050 {
    max-width: 100%;
    width: 90%;
  }
}

#mv_area {
  position: relative;
  z-index: 0;
  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;
  width: 100%;
  height: 660px;
  overflow-x: hidden;
}
@media screen and (max-width: 759px) {
  #mv_area {
    height: 100%;
  }
}

#mv_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 457px;
  height: 100%;
  z-index: 0;
}
#mv_left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/mv_left.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}
@media screen and (max-width: 1260px) {
  #mv_left {
    display: none;
  }
}
@media screen and (max-width: 1260px) and (max-width: 759px) {
  #mv_left {
    display: none;
  }
}

#mv_middle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  height: 100%;
}
#mv_middle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  height: 100%;
  background-image: url("../images/mv_middle.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -3;
}
@media screen and (max-width: 830px) and (max-width: 759px) {
  #mv_middle {
    display: none;
  }
}

#mv_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 395px;
  height: 100%;
  z-index: 0;
}
#mv_right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/mv_right.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -2;
}
@media screen and (max-width: 1260px) {
  #mv_right {
    display: none;
  }
}
@media screen and (max-width: 1260px) and (max-width: 759px) {
  #mv_right {
    display: none;
  }
}

#mv_sp {
  text-align: center;
  display: none;
}
#mv_sp img {
  width: 100%;
}
@media screen and (max-width: 759px) {
  #mv_sp {
    display: block;
  }
}

.slick-list {
  height: 100% !important;
}

.mv_slider {
  position: absolute !important;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.yukuni_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 813px;
}
.yukuni_area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/access.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 759px) {
  .yukuni_area::before {
    display: none;
  }
}
.yukuni_area::after {
  content: "";
  position: absolute;
  bottom: 47px;
  left: 77px;
  width: 381px;
  height: 419px;
  background-image: url("../images/yu_img.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 759px) {
  .yukuni_area::after {
    bottom: 50%;
    left: 50%;
    margin-left: -95px;
    margin-bottom: -104px;
    width: 190px;
    height: 209px;
  }
}
@media screen and (max-width: 759px) {
  .yukuni_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}

.yukuni_box {
  width: 530px;
}
.yukuni_box:first-child {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 759px) {
  .yukuni_box:first-child {
    max-width: 100%;
    width: 90%;
  }
}
@media screen and (max-width: 759px) {
  .yukuni_box {
    width: 100%;
  }
}

.yukuni_img_sp {
  display: none;
}
.yukuni_img_sp img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 759px) {
  .yukuni_img_sp {
    display: block;
  }
}

.yukuni_ja {
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
  position: relative;
  z-index: 0;
  letter-spacing: 0.1em;
}
.yukuni_ja::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 155px;
  height: 50px;
  background-image: url("../images/letsgo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 759px) {
  .yukuni_ja::before {
    top: -20px;
    width: 145px;
    height: 40px;
  }
}
.yukuni_ja span {
  font-size: 100px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin-left: 40px;
}
@media screen and (max-width: 759px) {
  .yukuni_ja span {
    font-size: 20vw;
    letter-spacing: 0.1em;
    margin-left: 20px;
  }
}
@media screen and (max-width: 759px) {
  .yukuni_ja {
    font-size: 10vw;
    text-align: center;
  }
}

.yukuni_en {
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  margin-top: 20px;
  letter-spacing: 1.1em;
}
@media screen and (max-width: 759px) {
  .yukuni_en {
    font-size: 5vw;
    margin-top: 10px;
    letter-spacing: 0.9em;
    text-align: center;
    text-indent: 0.9em;
  }
}

.yukuni_text {
  font-size: 20px;
  margin-top: 50px;
  line-height: 2;
}
@media screen and (max-width: 759px) {
  .yukuni_text {
    font-size: 4vw;
    margin-top: 25px;
  }
}

.trip_area {
  padding: 45px;
  background-color: #fff;
  margin-top: 52px;
}
@media screen and (max-width: 759px) {
  .trip_area {
    padding: 22px;
    margin-top: 25px;
  }
}

.trip_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.trip_list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 759px) {
  .trip_list li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 759px) {
  .trip_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }
}

.trip_number {
  font-size: 34px;
  font-weight: 900;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  min-width: 63px;
  min-height: 63px;
  background-color: #ed1c24;
  line-height: 1;
}
.trip_number::before {
  content: "POINT";
  display: block;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 759px) {
  .trip_number::before {
    font-size: 10px;
  }
}
@media screen and (max-width: 759px) {
  .trip_number {
    font-size: 5vw;
    min-width: 40px;
    min-height: 40px;
  }
}

.trip_title {
  font-size: 46px;
  font-weight: 900 !important;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  position: relative;
  z-index: 0;
  line-height: 1.4;
}
.trip_title span {
  font-size: 46px;
  font-weight: 900;
  color: #efeb4f;
  line-height: 1.4;
}
@media screen and (max-width: 759px) {
  .trip_title span {
    font-size: 6vw;
  }
}
.trip_title::before,
.trip_title::after {
  content: "";
  width: 95px;
  height: 6px;
  background: #fff;
  display: block;
}
@media screen and (max-width: 759px) {
  .trip_title::before,
  .trip_title::after {
    width: 35px;
    height: 3px;
  }
}
.trip_title:before {
  margin-right: 25px;
}
@media screen and (max-width: 759px) {
  .trip_title:before {
    margin-right: 10px;
  }
}
.trip_title:after {
  margin-left: 25px;
}
@media screen and (max-width: 759px) {
  .trip_title:after {
    margin-left: 10px;
  }
}
@media screen and (max-width: 759px) {
  .trip_title {
    font-size: 6vw;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}

.trip_text {
  font-size: 34px;
  font-weight: 900;
  margin-left: 25px;
  width: 100%;
  position: relative;
  z-index: 0;
}
.trip_text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 4px;
}
@media screen and (max-width: 759px) {
  .trip_text::before {
    height: 2px;
  }
}
.trip_text.ml0 {
  margin-left: 0;
}
.trip_text.ml0::before {
  display: none;
}
@media screen and (max-width: 759px) {
  .trip_text {
    font-size: 5vw;
    margin-left: 0;
  }
}

.trip_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
  width: 100%;
  margin-left: 25px;
}
.trip_con::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 4px;
}
@media screen and (max-width: 759px) {
  .trip_con::before {
    height: 2px;
  }
}
@media screen and (max-width: 759px) {
  .trip_con {
    font-size: 5vw;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.trip_link {
  display: block;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.trip_link img {
  width: 250px;
  height: auto;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 759px) {
  .trip_link img {
    width: 200px;
  }
}
@media screen and (min-width: 760px) {
  .trip_link:hover {
    opacity: 0.8 !important;
  }
  .trip_link:hover img {
    opacity: 0.8 !important;
  }
}
@media screen and (max-width: 759px) {
  .trip_link {
    padding: 10px 0;
  }
}

.hell_area {
  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;
}

.hell_img.mr {
  margin-right: 15px;
}
@media screen and (max-width: 759px) {
  .hell_img.mr {
    margin-right: 5px;
  }
}
.hell_img.ml {
  margin-left: 15px;
}
@media screen and (max-width: 759px) {
  .hell_img.ml {
    margin-left: 5px;
  }
}
.hell_img img {
  max-width: 82px;
  width: 100%;
}
@media screen and (max-width: 759px) {
  .hell_img img {
    max-width: 42px;
  }
}

.hell_title {
  text-align: center;
  font-size: 26px;
  font-weight: 900 !important;
}
@media screen and (max-width: 759px) {
  .hell_title {
    font-size: 6vw;
  }
}

.youtube_area {
  margin-top: 55px;
}
@media screen and (max-width: 759px) {
  .youtube_area {
    margin-top: 25px;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}
@media screen and (max-width: 759px) {
  .youtube iframe {
    border: 2px solid #fff;
  }
}

.quality_area {
  position: relative;
  z-index: 1;
}

.quality_box {
  text-align: center;
}

.quality_box_in {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.quality_box_in::before {
  content: "";
  position: absolute;
  top: -35px;
  left: -45px;
  width: 46px;
  height: 40px;
  background-image: url("../images/wire.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 759px) {
  .quality_box_in::before {
    top: -17px;
    left: 45px;
    width: 26px;
    height: 20px;
  }
}
.quality_box_in::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -100px;
  width: 74px;
  height: 111px;
  background-image: url("../images/landlady.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 759px) {
  .quality_box_in::after {
    top: -10px;
    right: 0px;
    width: 44px;
    height: 81px;
  }
}

.quality_title {
  font-size: 42px;
  font-weight: 700 !important;
  text-align: center;
  color: #c1272d;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.quality_title.wc {
  font-size: 42px;
  color: #fff;
}
@media screen and (max-width: 759px) {
  .quality_title.wc {
    font-size: 6vw;
  }
}
.quality_title.bc {
  font-size: 42px;
  color: #000;
  font-family: "Kaisei Opti", serif;
}
@media screen and (max-width: 759px) {
  .quality_title.bc {
    font-size: 6vw;
  }
}
@media screen and (max-width: 759px) {
  .quality_title {
    font-size: 6.5vw;
  }
}

.quality_text {
  font-size: 20px;
  text-align: center;
  color: #c1272d;
  line-height: 1.4;
  margin-top: 10px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.quality_text.wc {
  font-size: 28px;
  color: #fff;
}
@media screen and (max-width: 759px) {
  .quality_text.wc {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 759px) {
  .quality_text {
    font-size: 4vw;
    margin-top: 5px;
  }
}

.quality_scroll_box {
  background-color: #fff;
  padding: 60px 0 70px 40px;
  margin-top: 70px;
}
@media screen and (max-width: 759px) {
  .quality_scroll_box {
    padding: 30px 0 35px 20px;
    margin-top: 35px;
  }
}

.gourmet_text {
  text-align: center;
}
.gourmet_text img {
  width: 272px;
  height: auto;
}
@media screen and (max-width: 759px) {
  .gourmet_text img {
    width: 180px;
  }
}

.quality_scroll {
  overflow-x: scroll;
}
.quality_scroll::-webkit-scrollbar {
  width: 100%;
  height: 14px;
}
@media screen and (max-width: 759px) {
  .quality_scroll::-webkit-scrollbar {
    height: 10px;
  }
}
.quality_scroll::-webkit-scrollbar-button {
  display: none;
}
.quality_scroll::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}
.quality_scroll::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border-radius: 10px;
  cursor: -webkit-grab;
  cursor: grab;
}

.quality_scroll.mt {
  margin-top: 120px;
}
@media screen and (max-width: 759px) {
  .quality_scroll.mt {
    margin-top: 60px;
  }
}

.quality_scroll.mt02 {
  margin-top: 60px;
}
@media screen and (max-width: 759px) {
  .quality_scroll.mt02 {
    margin-top: 30px;
  }
}

.quality_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.quality_list li {
  min-width: 309px;
  margin-right: 20px;
}
.quality_list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 759px) {
  .quality_list li {
    min-width: 200px;
    margin-right: 20px;
  }
}
.quality_list.event li {
  min-width: 574px;
  margin-right: 69px;
}
.quality_list.event li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 759px) {
  .quality_list.event li {
    min-width: 200px;
    margin-right: 20px;
  }
}
.quality_list.gourmet li {
  min-width: 416px;
  margin-right: 39px;
}
.quality_list.gourmet li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 759px) {
  .quality_list.gourmet li {
    min-width: 200px;
    margin-right: 20px;
  }
}

.quality_img img {
  max-width: 100%;
}

.spring_title {
  font-size: 20px;
  font-weight: 900;
  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;
  text-align: center;
  margin-top: 15px;
  line-height: 1.4;
}
.spring_title.wc {
  font-size: 32px;
  color: #fff;
}
@media screen and (max-width: 759px) {
  .spring_title.wc {
    font-size: 5vw;
  }
}
@media screen and (max-width: 759px) {
  .spring_title {
    font-size: 5vw;
    margin-top: 10px;
  }
}

.spring_subtitle {
  font-size: 18px;
  font-weight: 900;
  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;
  text-align: center;
  line-height: 1.4;
  margin-top: 5px;
}
.spring_subtitle.wc {
  font-size: 24px;
  color: #fff;
}
.sma1 {
  font-size: 20px;
  color: #FFF;
}
@media screen and (max-width: 759px) {
  .spring_subtitle.wc {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 759px) {
  .spring_subtitle {
    font-size: 4vw;
  }
}

.spring_text {
  font-size: 16px;
  margin: 15px 5px 40px;
}
.spring_text.wc {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 759px) {
  .spring_text.wc {
    font-size: 4vw;
  }
}
.spring_text.gourmet {
  font-size: 18px;
}
@media screen and (max-width: 759px) {
  .spring_text.gourmet {
    font-size: 4vw;
  }
}
@media screen and (max-width: 759px) {
  .spring_text {
    font-size: 4vw;
    margin: 10px 5px 20px;
  }
}

/**************************** TAB */
.tabBox {
  margin-top: 90px;
}
@media screen and (max-width: 759px) {
  .tabBox {
    margin-top: 45px;
  }
}

.tabBox .tabArea {
  max-width: 774px;
  width: 100%;
  margin: 0 auto;
  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;
  z-index: 0;
}
@media screen and (max-width: 759px) {
  .tabBox .tabArea {
    max-width: 100%;
    width: 80%;
    -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;
  }
}

.tabBox .tabArea .one_tab {
  width: 48%;
  margin-right: 4%;
}
.tabBox .tabArea .one_tab:last-child {
  margin-right: 0;
}
@media screen and (max-width: 759px) {
  .tabBox .tabArea .one_tab:last-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 759px) {
  .tabBox .tabArea .one_tab {
    width: 100%;
    margin-right: 0;
  }
}

.tabBox .tabArea .one_tab a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  text-align: center;
  color: #fff;
}

.tabBox .tabArea .one_tab a:hover {
  opacity: 1 !important;
  text-decoration: none;
}
.tabBox .tabArea .one_tab a:hover .tab_inner {
  color: #7b2c62 !important;
}
.tabBox .tabArea .one_tab a:hover .tab_inner em {
  color: #7b2c62;
}

.tabBox .tabArea .one_tab .tab_inner {
  display: block;
  text-align: center;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  font-size: 58px;
  font-weight: 900;
  color: #808080;
}
.tabBox .tabArea .one_tab .tab_inner em {
  font-size: 82px;
  line-height: 1;
  font-weight: 900;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 759px) {
  .tabBox .tabArea .one_tab .tab_inner em {
    font-size: 6vw;
  }
}
@media screen and (max-width: 759px) {
  .tabBox .tabArea .one_tab .tab_inner {
    font-size: 5vw;
  }
}

.tabBox .tabArea .one_tab .tab_inner {
  background-color: #fff;
  border: 10px solid #e6e6e6;
}
@media screen and (max-width: 759px) {
  .tabBox .tabArea .one_tab .tab_inner {
    border: 5px solid #e6e6e6;
    padding: 10px 0;
  }
}

.tabBox .tabArea .one_tab a.select .tab_inner {
  background-color: #f8efc9;
  border: 10px solid #eed134;
  color: #000;
}
@media screen and (max-width: 759px) {
  .tabBox .tabArea .one_tab a.select .tab_inner {
    border: 5px solid #eed134;
  }
}

.tabBox .tabArea.bottom {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tab_contents {
  background-color: #fff;
  margin: 75px 0;
  padding: 45px 0 90px;
}
@media screen and (max-width: 759px) {
  .tab_contents {
    margin: 30px 0;
    padding: 20px 0 45px;
  }
}

.tab_contents .tab_main {
  max-width: 900px;
  width: 96%;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 759px) {
  .tab_contents .tab_main {
    max-width: 100%;
    width: 90%;
  }
}

.tab_main.is_show {
  display: block;
}

/**************************** TAB END */
.model_title {
  font-size: 42px;
  font-weight: 900 !important;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 759px) {
  .model_title {
    font-size: 6.5vw;
  }
}

.course_list {
  margin-top: 50px !important;
}
.course_list li {
  margin-bottom: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
}
.course_list li::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -21px;
  width: 28px;
  height: 42px;
  background-image: url("../images/arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 759px) {
  .course_list li::after {
    bottom: -16px;
    margin-left: -9px;
    width: 18px;
    height: 32px;
  }
}
.course_list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.course_list li:last-child::after {
  display: none;
}
@media screen and (max-width: 759px) {
  .course_list li {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 759px) {
  .course_list {
    margin-top: 25px !important;
  }
}

.course_day {
  font-size: 58px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}
.course_day span {
  font-size: 82px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 759px) {
  .course_day span {
    font-size: 8vw;
  }
}
@media screen and (max-width: 759px) {
  .course_day {
    font-size: 7vw;
  }
}

.course_title {
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 759px) {
  .course_title {
    font-size: 6vw;
  }
}

.course_img {
  margin-top: 10px;
}
.course_img img {
  max-width: 100%;
}

.course_text {
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 759px) {
  .course_text {
    font-size: 4vw;
  }
}

.course_con {
  max-width: 786px;
  width: 95%;
  margin: 50px auto 0 auto;
  background-color: #f8efc9;
  padding: 35px 10px;
  border-radius: 20px;
}
@media screen and (max-width: 759px) {
  .course_con {
    max-width: 100%;
    width: 90%;
    margin: 25px auto 0 auto;
    padding: 15px 10px;
    border-radius: 10px;
  }
}

.course_con_text {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 759px) {
  .course_con_text {
    font-size: 5vw;
  }
}

.info_title {
  font-size: 42px;
  font-weight: 900 !important;
  text-align: center;
}
@media screen and (max-width: 759px) {
  .info_title {
    font-size: 6vw;
  }
}

.info_box {
  background-color: #fff;
  margin-top: 75px;
}
@media screen and (max-width: 759px) {
  .info_box {
    margin-top: 35px;
  }
}

.info_img {
  text-align: center;
  padding-top: 30px;
}
.info_img img {
  width: 374px;
  height: auto;
}
@media screen and (max-width: 759px) {
  .info_img img {
    width: 200px;
  }
}
@media screen and (max-width: 759px) {
  .info_img {
    padding-top: 15px;
  }
}

.exchange_map {
  max-width: 900px;
  width: 96%;
  margin: 35px auto 0 auto;
  padding: 70px 0;
  text-align: center;
}
.exchange_map img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 759px) {
  .exchange_map {
    max-width: 100%;
    width: 90%;
    margin: 15px auto 0 auto;
    padding: 35px 0;
  }
}

.welcome_box {
  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;
  margin-top: 85px;
}
@media screen and (max-width: 759px) {
  .welcome_box {
    margin-top: 30px;
  }
}

.welcome_img {
  text-align: center;
}
.welcome_img.mr {
  margin-right: 10px;
}
@media screen and (max-width: 759px) {
  .welcome_img.mr {
    margin-right: 5px;
  }
}
.welcome_img.ml {
  margin-left: 10px;
}
@media screen and (max-width: 759px) {
  .welcome_img.ml {
    margin-left: 5px;
  }
}
.welcome_img img {
  width: 109px;
  height: auto;
}
@media screen and (max-width: 759px) {
  .welcome_img img {
    width: 55px;
  }
}

.banner_img {
  display: block;
  text-align: center;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background-color: #fff;
  max-width: 936px;
  width: 100%;
  margin: 45px auto 0 auto;
}
.banner_img img {
  max-width: 100%;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media screen and (min-width: 760px) {
  .banner_img:hover {
    opacity: 1 !important;
  }
  .banner_img:hover img {
    opacity: 0.9 !important;
  }
}
@media screen and (max-width: 759px) {
  .banner_img {
    max-width: 100%;
    width: 90%;
    margin: 20px auto 0 auto;
  }
}

.welcome_title {
  font-size: 32px;
  font-weight: 900 !important;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 759px) {
  .welcome_title {
    font-size: 4.5vw;
  }
}

.slick_slider {
  position: absolute !important;
  bottom: 0;
  width: 100%;
  height: 832px;
  overflow: hidden;
}
@media screen and (max-width: 759px) {
  .slick_slider {
    height: 416px;
  }
}

.slick-initialized .slick-slide {
  min-width: 3216px;
}
@media screen and (max-width: 759px) {
  .slick-initialized .slick-slide {
    min-width: 1608px;
  }
}

.gift_plan {
  font-size: 58px;
  font-weight: 900 !important;
  text-align: center;
  color: #ba272d;
  line-height: 1.4;
}
@media screen and (max-width: 759px) {
  .gift_plan {
    font-size: 6vw;
  }
}

.choose_img {
  text-align: center;
  margin-top: 40px;
}
.choose_img img {
  width: 805px;
  height: auto;
}
@media screen and (max-width: 759px) {
  .choose_img img {
    width: 95%;
  }
}
@media screen and (max-width: 759px) {
  .choose_img {
    margin-top: 20px;
  }
}

.gift_exchange {
  font-size: 32px;
  font-weight: 900 !important;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 759px) {
  .gift_exchange {
    font-size: 5vw;
    margin-top: 30px;
  }
}

.gift_supp {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 759px) {
  .gift_supp {
    font-size: 4vw;
    margin-top: 10px;
  }
}

.here_area {
  background-color: #fff;
  padding: 45px 0 85px;
  border-radius: 20px;
  margin-top: 110px;
}
@media screen and (max-width: 759px) {
  .here_area {
    padding: 20px;
    border-radius: 10px;
    margin-top: 55px;
  }
}

.here_text {
  font-size: 44px;
  font-weight: 900;
  color: #ba272d;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 759px) {
  .here_text {
    font-size: 6.5vw;
  }
}

.here_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 759px) {
  .here_box {
    flex-direction: column;
    margin-top: 20px;
  }
}

.here_con:nth-child(2) {
  padding: 0 40px;
}
@media screen and (max-width: 759px) {
  .here_con:nth-child(2) {
    padding: 0 0 20px;
  }
}

.here_con:last-child {
  width: 398px;
  height: auto;
}
@media screen and (max-width: 759px) {
  .here_con:last-child {
    width: 100%;
  }
}

.e_ticket_l {
  width: 397px;
  height: auto;
  transform: translate(0, 40px);
}
@media screen and (max-width: 759px) {
  .e_ticket_l {
    width: 100%;
    transform: translate(0, 0);
  }
}

.e_ticket_l img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 759px) {
  .e_ticket_l img {
  }
}

.e_ticket_m {
  width: 48px;
  height: auto;
}
@media screen and (max-width: 759px) {
  .e_ticket_m {
  }
}

.e_ticket_m img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 759px) {
  .e_ticket_m img {
  }
}

.ticket_img {
  text-align: center;
  margin-top: 50px;
}
.ticket_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 759px) {
  .ticket_img {
    margin-top: 25px;
  }
}

.gift_three {
  font-size: 42px;
  font-weight: 900 !important;
  margin-top: 65px;
  text-align: center;
  line-height: 1.4;
}
.gift_three span {
  color: #ba272d;
  font-size: 48px;
  line-height: 1.4;
}
@media screen and (max-width: 759px) {
  .gift_three span {
    font-size: 6.5vw;
  }
}
.gift_three span em {
  color: #ba272d;
  font-size: 70px;
  line-height: 1;
}
@media screen and (max-width: 759px) {
  .gift_three span em {
    font-size: 8vw;
  }
}
@media screen and (max-width: 759px) {
  .gift_three {
    font-size: 6vw;
    margin-top: 30px;
  }
}

.set_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 90px;
}
.set_list li {
  width: 32%;
  margin-right: 2%;
}
.set_list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 759px) {
  .set_list li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 759px) {
  .set_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 759px) {
  .set_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 45px;
  }
}

.set_img img {
  max-width: 100%;
}

.set_box {
  padding: 20px 15px;
  background-color: #ba272d;
}
@media screen and (max-width: 759px) {
  .set_box {
    padding: 10px;
  }
}

.set_title {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 759px) {
  .set_title {
    font-size: 4.2vw;
  }
}

.set_text {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  margin-top: 20px;
}
@media screen and (max-width: 759px) {
  .set_text {
    font-size: 4vw;
    margin-top: 10px;
  }
}

.add_area {
  max-width: 780px;
  width: 100%;
  margin: 85px auto 0 auto;
}
@media screen and (max-width: 759px) {
  .add_area {
    margin: 40px auto 0 auto;
  }
}

.set_method {
  font-size: 22px;
  font-weight: 700;
  color: #ba272d;
  line-height: 1.4;
}
.set_method.mt {
  margin-top: 40px;
}
@media screen and (max-width: 759px) {
  .set_method.mt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 759px) {
  .set_method.mt_sp {
    margin-top: 20px;
  }
}
@media screen and (max-width: 759px) {
  .set_method {
    font-size: 4.2vw;
  }
}

.set_exp {
  font-size: 24px;
  font-weight: 700;
}
.set_exp a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #ba272d !important;
  text-decoration: underline;
}
@media screen and (min-width: 760px) {
  .set_exp a:hover {
    opacity: 1 !important;
    text-decoration: none;
  }
}
@media screen and (max-width: 759px) {
  .set_exp a {
    font-size: 4vw;
  }
}
@media screen and (max-width: 759px) {
  .set_exp {
    font-size: 5vw;
  }
}

.set_exp_link {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #0050ff !important;
  padding: 35px 0;
  text-decoration: underline !important;
}
@media screen and (min-width: 760px) {
  .set_exp_link:hover {
    opacity: 1 !important;
    text-decoration: none !important;
  }
}

@media screen and (max-width: 759px) {
  .set_exp_link {
    font-size: 4.5vw;
    padding: 15px 0;
  }
}

.add_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 759px) {
  .add_title {
    font-size: 4.5vw;
  }
}

.add_img {
  max-width: 1000px;
  width: 100%;
  margin: 60px auto 0 auto;
}
.add_img img {
  max-width: 100%;
}
@media screen and (max-width: 759px) {
  .add_img {
    margin: 30px auto 0 auto;
  }
}

.add_tel {
  margin-top: 70px;
}
.add_tel a {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  color: #ba272d !important;
  text-decoration: underline;
  line-height: 1.4;
}
@media screen and (min-width: 760px) {
  .add_tel a:hover {
    opacity: 1 !important;
    text-decoration: none;
  }
}
@media screen and (max-width: 759px) {
  .add_tel a {
    font-size: 6vw;
  }
}
@media screen and (max-width: 759px) {
  .add_tel {
    margin-top: 35px;
  }
}

.stay_title {
  font-size: 42px;
  font-weight: 900 !important;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 759px) {
  .stay_title {
    font-size: 6vw;
  }
}

.hotel_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 135px !important;
}
.hotel_list li {
  width: 48%;
  margin-right: 4%;
  -webkit-box-shadow: 10px 10px 0px 0px #22ced0;
  box-shadow: 10px 10px 0px 0px #22ced0;
  margin-bottom: 85px;
}
.hotel_list li:nth-child(2n) {
  margin-right: 0;
}
.hotel_list li:nth-last-of-type(-n + 2) {
  margin-bottom: 0;
}
@media screen and (max-width: 759px) {
  .hotel_list li {
    width: 100%;
    margin-right: 0;
    -webkit-box-shadow: 5px 5px 0px 0px #22ced0;
    box-shadow: 5px 5px 0px 0px #22ced0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 759px) {
  .hotel_list {
    margin-top: 30px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.hotel_img img {
  max-width: 100%;
  width: 100%;
}

.hotel_box {
  padding: 35px 15px 30px;
  background-color: #fff;
}
@media screen and (max-width: 759px) {
  .hotel_box {
    padding: 15px 10px;
  }
}

.hotel_title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  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: 759px) {
  .hotel_title {
    font-size: 5.5vw;
  }
}

.hotel_text {
  font-size: 22px;
  margin-top: 25px;
}
@media screen and (max-width: 759px) {
  .hotel_text {
    font-size: 4.5vw;
    margin-top: 15px;
  }
}

.stay_link {
  margin-top: 50px;
}
@media screen and (max-width: 759px) {
  .stay_link {
    margin-top: 25px;
  }
}

.stay_link.mt0 {
  max-width: 100%;
  width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 759px) {
  .stay_link.mt0 {
  }
}

.stay_link.min {
  max-width: 468px;
  width: 95%;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 759px) {
  .stay_link.min {
    max-width: 100%;
    width: 90%;
    margin: 20px auto 0 auto;
  }
}

.stay_img {
  display: block;
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.stay_img:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 760px) {
  .stay_img:hover {
    opacity: 1 !important;
  }
  .stay_img:hover img {
    opacity: 0.8 !important;
  }
}
.stay_img img {
  max-width: 100%;
}
@media screen and (max-width: 759px) {
  .stay_img {
    margin-bottom: 10px;
  }
}

#maincontents #pamph {
  display: none;
}