@import url('reset.css');
@import url('general.css');
@import url('common.css');

/* font
========================================================================== */

/* Document
========================================================================== */
/*body {
    font-family:sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    font-feature-settings: "palt";
    font-size: 16px;
    line-break: strict;
    overscroll-behavior-y: none;
    letter-spacing: 0.1rem;
}

body {
    background-color: #ffffff;
    color: #141414;
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 15px;
        height: 100%;
        overflow: hidden;
    }
}*/

h1,
h2 {
  font-weight: 700;
  line-height: 1.25;
  color: #173b7c;
}

h3,
h4,
h5,
h6,
dl dt {
  font-weight: 600;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  dd {
    line-height: 1.25;
  }
}

@media (max-width: 767px) {
  dd {
    line-height: 1.5;
  }
}

h3,
h4 {
  color: #237bc1;
  line-height: 1.5;
}

@media (max-width: 767px) {
  h3,
  h4 {
    line-height: 1.4;
  }
}

table th,
table td {
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  p {
    line-height: 1.7;
  }
}

@media (max-width: 767px) {
  p {
    line-height: 1.6;
  }
}

@media only screen and (min-width: 768px) {
  ruby rt {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  ruby rt {
    font-size: 0.5rem;
    line-height: 1.15;
  }
}
a {
  color: #237bc1;
  text-decoration: none;
}
a:hover {
  color: #237bc1;
  text-decoration: underline;
}

b,
strong {
  font-weight: 700;
}

.txt_c_orange {
  color: #ff8a01;
}

.txt_c_red {
  color: #da222f;
}

/*@media only screen and (min-width: 768px) {
    a:hover img {
        opacity: 0.5;
        transition: 1s;
    }
}*/

@media (min-width: 751px) {
  a[href*='tel:'] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

#marupass {
  font-family: 'Jost', 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: 'slnt' 0;
  font-feature-settings: 'palt';
  color: #1a1a1a;
  letter-spacing: 0.1rem;
  overflow: hidden;
  background: url(../img/bg_dot_ylw.png) repeat;
}

@media only screen and (min-width: 768px) {
  #marupass {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #marupass {
    font-size: 15px;
  }
}

#marupass header {
  position: relative;
  z-index: auto;
  height: auto;
  background: #fee849;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  #marupass header {
    margin-top: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .ttl_01_01 {
    width: 890px;
  }

  .ttl_01_02 {
    width: 324px;
  }

  .ttl_01_02_img_01 {
    width: 60px;
    position: absolute;
    right: -10px;
    top: 0;
  }

  .ttl_02_01 {
    width: 100%;
  }

  .ttl_02_img_01 {
    position: absolute;
    top: 0;
    left: 0;
  }

  .ttl_02_img_02 {
    position: absolute;
    bottom: -1rem;
    right: 0;
  }

  .ttl_02_img_03 {
    position: absolute;
    bottom: 0;
    left: 5rem;
  }

  .ttl_03_01 {
    width: 764px;
  }

  .ttl_04_01 {
    width: 476px;
  }

  .ttl_04_02 {
    width: 668px;
  }

  .ttl_05_01 {
    width: 566px;
  }

  .wrap_txt_price {
    background: url(../img/arrow_01_pc.png) no-repeat center 30px;
    background-size: 132px;
  }

  .txt_price_03 {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }

  .txt_price_04 {
    width: 744px;
  }

  .img_price_01 {
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 3;
    width: 80px;
  }
}

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

  .ttl_01_02 {
    width: 45%;
  }

  .ttl_01_02_img_01 {
    width: 13%;
    position: absolute;
    right: 1rem;
    top: -0.5rem;
  }

  .ttl_02_img_01 {
    position: absolute;
    top: 0;
    left: 0;
  }

  .ttl_02_img_02 {
    position: absolute;
    bottom: -1rem;
    right: 0;
  }

  .ttl_02_img_03 {
    position: absolute;
    bottom: -0.5rem;
    left: 1.5rem;
  }

  .img_price_01 {
    position: absolute;
    right: 1rem;
    top: -55px;
    z-index: 3;
    width: 16%;
  }

  .ttl_03_01 {
    width: 90%;
  }

  .ttl_04_01 {
    width: 66%;
  }

  .ttl_04_02 {
    width: 84%;
  }

  .ttl_05_01 {
    width: 94%;
  }
  .txt_price_04 {
    margin-top: -1rem;
  }
}

@media (max-width: 767px) {
  .coupon_desc_txt {
    height: auto;
  }
}

.bgc_01 {
  background-color: #fffbdd;
}

.bgc_02 {
  background-color: #fff;
}

.bgc_03 {
  background-color: #e4f9fc;
}

.bgc_04 {
  background-color: #edf6db;
}

.bgc_05 {
  background-color: #eee;
}

@media only screen and (min-width: 768px) {
  .bg_frame_01 {
    background: url(../img/bg_frame_01_pc.png) no-repeat center center;
    background-size: 83%;
  }
}

@media (max-width: 767px) {
  .bg_frame_01 {
    background: url(../img/bg_frame_01_sp.png) no-repeat center center;
    background-size: 100%;
  }
}

.bg_dot_r_01 {
  background: url(../img/bg_dot_y_01.svg) repeat-y right top;
  background-size: 4px;
}

.bg_dot_l_01 {
  background: url(../img/bg_dot_y_01.svg) repeat-y left top;
  background-size: 4px;
}

.bg_dot_r_02 {
  background: url(../img/bg_dot_y_02.svg) repeat-y right top;
  background-size: 4px;
}

.bg_dot_l_02 {
  background: url(../img/bg_dot_y_02.svg) repeat-y left top;
  background-size: 4px;
}

@media only screen and (min-width: 768px) {
  .bg_dot_r_l_02 {
    background: url(../img/bg_dot_y_02.svg) repeat-y right top;
    background-size: 4px;
  }
  .bg_dot_l_r_02 {
    background: url(../img/bg_dot_y_02.svg) repeat-y left top;
    background-size: 4px;
  }
}

@media (max-width: 767px) {
  .bg_dot_r_l_02 {
    background: url(../img/bg_dot_y_02.svg) repeat-y left top;
    background-size: 4px;
  }
  .bg_dot_l_r_02 {
    background: url(../img/bg_dot_y_02.svg) repeat-y right top;
    background-size: 4px;
  }
}

@media (max-width: 767px) {
  .bg_dot_r_01.sp_bg_none,
  .bg_dot_r_02.sp_bg_none {
    background: none;
  }
}

.border_1_gray {
  border: 1px solid #ccc;
}

.border_b_ylw {
  border: 10px solid #fee849;
}

.border_btm_d_sb {
  border-bottom: 3px dashed #97e2f1;
}

.border_btm_dot_sb {
  border-bottom: 4px dotted #97e2f1;
}

.ic_disc {
  position: relative;
}

.ic_disc {
  background: url(../img/ic_disc_01.svg) no-repeat 0.15rem 0.25rem;
  background-size: 16px;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .ic_disc {
    background-size: 16px;
    padding-left: 1.5rem;
  }
}

@media (max-width: 767px) {
  .ic_disc {
    background-size: 12px;
    padding-left: 1.2rem;
  }
}

.ic_blank {
  position: relative;
  text-decoration: underline;
}

.ic_blank::after {
  content: '';
  display: inline-block;
  background: url(../img/arrow_newwindow.svg) no-repeat right center;
  background-size: contain;
  vertical-align: middle;
  padding-right: 0.35rem;
}

@media only screen and (min-width: 768px) {
  .ic_blank::after {
    width: 13px;
    height: 13px;
  }
}

@media (max-width: 767px) {
  .ic_blank::after {
    width: 13px;
    height: 13px;
  }
}

.btn_more_01 {
  position: relative;
  display: block;
  background: #237bc1;
  color: #fff;
  padding: 1.3rem;
  border-radius: 100px;
  font-weight: 600;
  line-height: 1.25;
}
.btn_more_01::after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../img/arrow_btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3rem;
}
.btn_blank::after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../img/arrow_blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .btn_more_01 {
    width: 408px;
  }
}

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

.btn_more_01:hover {
  color: #fee849;
  box-shadow: 0px 6px #e2e2e2;
  transform: translateY(-5px);
  text-decoration: none;
}

.btn_more_02 {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 2px solid #237bc1;
  color: #237bc1;
  border-radius: 100px;
  font-weight: 600;
  padding: 0.7rem 3rem 0.7rem 1.8rem;
  line-height: 1;
}

.btn_more_02::before {
  background-color: #237bc1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3rem;
  width: 11px;
  height: 2px;
  margin-top: 0px;
  content: '';
}

.btn_more_02::after {
  position: absolute;
  top: 48%;
  transform: translateY(-48%);
  right: 1.3rem;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #237bc1;
  border-right: 2px solid #237bc1;
  content: '';
  display: inline-block;
  vertical-align: middle;
}

.btn_more_02:hover {
  color: #237bc1;
  box-shadow: 0px 6px #e2e2e2;
  transform: translateY(-5px);
  text-decoration: none;
}
.ic_search::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/ic_search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}

.spot_number_01,
.spot_number_02 {
  display: block;
  font-size: 32px;
  color: #237bc1;
  font-weight: 500;
  text-align: center;
  background: #fee849;
  width: 50px;
  height: 66px;
  margin-bottom: 6px;
  line-height: 1;
  padding-top: 9px;
}

@media only screen and (min-width: 768px) {
  .spot_ttl_day {
    width: 214px;
    position: absolute;
    top: -20px;
    left: 50px;
  }
}

@media (max-width: 767px) {
  .spot_ttl_day {
    width: 48%;
    margin: 0 auto;
  }
}

.spot_number_01 {
  background: url(../img/bg_spot_number_01.png) no-repeat center top;
  background-size: 100%;
  line-height: 1;
  text-align: center;
}

.spot_number_02 {
  background: url(../img/bg_spot_number_02.png) no-repeat center top;
  background-size: 100%;
  line-height: 1;
  text-align: center;
}

.spot_name {
  text-align: center;
  position: relative;
  display: inline-block;
  background: #fee849;
  border-radius: 15px;
  color: #173b7c;
  line-height: 1.25;
}

.spot_name::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #fee849 transparent transparent;
  translate: -50% 100%;
}

@media only screen and (min-width: 768px) {
  .spot_number_01,
  .spot_number_02 {
    width: 50px;
  }

  .spot_name {
    font-size: 36px;
    padding: 18px 32px 13px;
  }
}

@media (max-width: 767px) {
  .spot_number_01,
  .spot_number_02 {
    width: 40px;
    font-size: 20px;
  }

  .spot_name {
    font-size: 19px;
    padding: 20px 20px 17px;
  }
}

.spot_coupon {
  position: absolute;
  z-index: 3;
}

.spot_ticket {
  display: inline;
  vertical-align: baseline;
}

@media only screen and (min-width: 768px) {
  .spot_coupon {
    top: -25px;
    left: 0;
    width: 114px;
  }

  .spot_ticket {
    width: 24px;
    margin-right: 0.5rem;
  }
}

@media (max-width: 767px) {
  .spot_coupon {
    top: -0.55rem;
    left: -0.75rem;
    width: 22%;
  }

  .spot_coupon_line_3 {
    top: 0.35rem;
  }

  .spot_coupon_line_4 {
    top: 0.85rem;
  }

  .spot_ticket {
    width: 19px;
    margin-right: 0.25rem;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 768px) {
  .step_01_01,
  .step_02_01 {
    width: 102px;
    position: absolute;
    top: 60px;
    right: 15px;
    z-index: 3;
  }

  .step_01_02,
  .step_01_03,
  .step_01_04,
  .step_01_05,
  .step_02_02,
  .step_02_03,
  .step_02_04,
  .step_02_06 {
    width: 100%;
  }

  .step_01_06::before {
    content: '';
    display: block;
    background: url(../img/bg_dot_y_01.svg) repeat-y center top;
    background-size: 4px;
    width: 102px;
    height: 60px;
  }

  .step_01_06 {
    width: 102px;
    position: absolute;
    top: 0;
    right: -49px;
    z-index: 3;
  }

  .step_02_05 {
    width: 800px;
  }
}

@media (max-width: 767px) {
  .step_01_01,
  .step_01_06,
  .step_02_01 {
    display: none;
  }

  .step_01_02,
  .step_01_03,
  .step_01_04,
  .step_01_05,
  .step_02_02,
  .step_02_03,
  .step_02_04,
  .step_02_05,
  .step_02_06 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .img_root_01_01 {
    width: 76px;
    position: absolute;
    right: 267px;
    top: 80px;
  }

  .img_root_01_02 {
    width: 120px;
    position: absolute;
    right: 100px;
    bottom: 0;
  }

  .img_root_02_01 {
    width: 184px;
    position: absolute;
    left: 74px;
    top: 0;
  }

  .img_root_02_02 {
    width: 136px;
    position: absolute;
    right: 40px;
    top: 100px;
  }

  .img_root_03_01 {
    width: 136px;
    position: absolute;
    left: 40px;
    top: 100px;
  }

  .img_root_03_02 {
    width: 96px;
    position: absolute;
    right: 188px;
    top: -70px;
    z-index: 3;
  }

  .img_root_03_03 {
    width: 90px;
    position: absolute;
    right: 70px;
    top: 0;
  }

  .img_root_04_01 {
    width: 90px;
    position: absolute;
    left: 128px;
    top: 0;
  }

  .img_root_04_02 {
    width: 74px;
    position: absolute;
    left: 96px;
    top: 0;
  }

  .img_root_05_01 {
    width: 93px;
    position: absolute;
    right: 220px;
    top: 0;
  }

  .img_root_05_02 {
    width: 124px;
    position: absolute;
    left: 96px;
    top: 50px;
  }

  .img_root_06_01 {
    width: 141px;
    position: absolute;
    right: 80px;
    bottom: 0;
  }

  .img_root_07_01 {
    width: 73px;
    position: absolute;
    left: 64px;
    top: 0;
  }

  .img_root_07_02 {
    width: 92px;
    position: absolute;
    right: 60px;
    top: 60px;
  }

  .img_root_08_01 {
    width: 112px;
    position: absolute;
    right: 72px;
    top: 40px;
  }

  .img_root_09_01 {
    width: 72px;
    position: absolute;
    right: 72px;
    top: 40px;
  }

  .img_root_10_01 {
    width: 126px;
    position: absolute;
    right: 128px;
    top: 40px;
  }

  .img_root_10_02 {
    width: 110px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .img_root_11_01 {
    width: 56px;
    position: absolute;
    left: 152px;
    top: 0;
  }

  .img_root_11_02 {
    width: 86px;
    position: absolute;
    right: 126px;
    top: 0;
  }
}

@media (max-width: 767px) {
  .img_root_01_01 {
    width: 14%;
    position: absolute;
    left: 2.1rem;
    top: 4rem;
  }

  .img_root_01_02 {
    width: 22%;
    position: absolute;
    right: 2.1rem;
    top: 2rem;
  }

  .img_root_02_01 {
    width: 34%;
    position: absolute;
    left: 2.1rem;
    top: 0.67rem;
  }

  .img_root_02_02 {
    width: 23%;
    position: absolute;
    right: 1rem;
    top: 4rem;
  }

  .img_root_03_01 {
    width: 21%;
    position: absolute;
    left: 2.1rem;
    top: 4rem;
  }

  .img_root_03_02 {
    width: 20%;
    position: absolute;
    right: 2.8rem;
    top: -4rem;
    z-index: 3;
  }

  .img_root_03_03 {
    width: 18%;
    position: absolute;
    right: 2.1rem;
    top: 1.3rem;
  }

  .img_root_04_01 {
    width: 18%;
    position: absolute;
    left: 2.1rem;
    top: 1.3rem;
  }

  .img_root_04_02 {
    width: 15%;
    position: absolute;
    right: 2.1rem;
    top: 1.3rem;
  }

  .img_root_05_01 {
    width: 21%;
    position: absolute;
    left: 2.1rem;
    top: -6rem;
    z-index: 3;
  }

  .img_root_05_02 {
    width: 29%;
    position: absolute;
    left: 2.1rem;
    top: 2.1rem;
  }

  .img_root_06_01 {
    width: 24%;
    position: absolute;
    left: 2.1rem;
    bottom: -4rem;
  }

  .img_root_07_01 {
    width: 13%;
    position: absolute;
    left: 3rem;
    top: 2.1rem;
  }

  .img_root_07_02 {
    width: 21%;
    position: absolute;
    right: 2.1rem;
    top: 3rem;
  }

  .img_root_08_01 {
    width: 23%;
    position: absolute;
    right: 2.1rem;
    top: 1.3rem;
  }

  .img_root_09_01 {
    width: 15%;
    position: absolute;
    right: 2.1rem;
    top: 1.3rem;
  }

  .img_root_10_01 {
    width: 25%;
    position: absolute;
    right: 3rem;
    top: 1.3rem;
  }

  .img_root_10_02 {
    width: 20%;
    position: absolute;
    left: 2.1rem;
    bottom: 0;
  }

  .img_root_11_01 {
    width: 11%;
    position: absolute;
    left: 2.1rem;
    top: 0;
  }

  .img_root_11_02 {
    width: 14%;
    position: absolute;
    right: 2.1rem;
    top: 0;
  }
}

.nav_marupass li a {
  display: block;
  border-radius: 300px;
  border: 2px solid #237bc1;
  padding: 0.6rem 2.5rem 0.5rem 1.5rem;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  background: #fff url(../img/arrow_down.svg) no-repeat 92% center;
  background-size: 13px;
}
.nav_marupass_orange a {
  display: block;
  border-radius: 300px;
  padding: 0.6rem 2.5rem 0.5rem 1.5rem;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  background: #eb1f49 url(../img/arrow_down_w.svg) no-repeat 92% center;
  background-size: 13px;
  border: 2px solid #eb1f49;
  color: #fff;
}
.nav_marupass li a:hover,
.nav_marupass_orange a:hover {
  box-shadow: 0px 6px #e2e2e2;
  transform: translateY(-5px);
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .nav_marupass ol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .nav_marupass li {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .nav_marupass li {
    margin-top: 0.5rem;
  }
  .nav_marupass li:first-child {
    margin-top: 0;
  }
  .nav_marupass li {
    text-align: left;
  }
}

.subpage_head {
  display: none;
}

footer .logo {
  padding: 30px 0;
}
footer .logo img {
  width: 350px;
  margin: 0 auto;
  display: block;
}
footer .copy {
  padding: 0 0 30px 0;
  color: #7c8388;
  font-size: 0.69em;
  text-align: center;
}
footer .dc {
  background: #008db4;
  clear: both;
  overflow: hidden;
  padding: 13px 0;
}
footer .dc dt {
  float: left;
  width: 25%;
  text-align: left;
  padding: 10px 0;
}
footer .dc dt img {
  width: 75%;
}
footer .dc dd a {
  display: block;
  float: left;
  width: 15%;
  border-left: #076c88 solid 1px;
  text-align: center;
  color: #fff;
  padding: 7px 0;
}
footer .dc dd a:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

#page-top {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 998;
}

#page-top a {
  width: 60px;
  display: block;
}

#page-top a:hover {
  opacity: 0.6;
}
