@charset "UTF-8";


/* public
------------------------------------------------------------------*/
body {
  position: relative;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.7;
  font-family: arial, sans-serif;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  background: #f3f3f3;
}

@media screen and (min-width: 769px) {
  html,
  body {
    min-width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    min-width: 320px;
  }
  html {
    font-size: 16px;
  }
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 2.67vw;
  }
}


/* header
------------------------------------------------------------------*/
.header {
  border-bottom: 2px solid #09397B;
  /* //border-bottom: 2px solid #D08E41; */
  background: #fff;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .header-inner {
    height: 70px;
  }
  .logo {
    margin-left: 15px;
  }
  .gnav {
    display: block !important;
    margin-right: 30px;
  }
  .gnav-inner {
    display: flex;
  }
  .gnav-list {
    display: flex;
    align-items: center;
  }
  .gnav-list li {
    margin: 0 30px 0 0;
    font-weight: bold;
    color: #D08E41;
  }
  .gnav-list li img {
    vertical-align: middle;
  }
  .gnav__btn-buy a {
    width: 148px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-width: .2rem;
    z-index: 9999;
  }
  .header-inner {
    height: 7rem;
  }
  .logo {
    margin-left: .5rem;
  }
  .logo img {
    width: 26rem;
  }
  .btn-gnav {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    cursor: pointer;
  }
  .btn-gnav i {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .btn-gnav i:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/icon-bars.png) no-repeat center center / contain;
  }
  .btn-gnav .icon-bars:before { background-image: url(../img/common/icon-bars.png); }
  .btn-gnav .icon-close:before { background-image: url(../img/common/icon-close.png); }
  .btn-gnav.open .icon-bars,
  .btn-gnav:not(.open) .icon-close { display: none; }
  .gnav {
    display: none;
    position: fixed;
    top: 7.2rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 9999;
  }
  .gnav-inner {
    height: 100%;
    overflow: auto;
  }
  .gnav-list li {
    padding: 2rem;
    font-weight: bold;
    color: #D08E41;
    text-align: center;
    border-bottom: .1rem solid;
  }
  .gnav-list li img {
    width: 1.6rem;
    vertical-align: middle;
  }
  .gnav__btn-buy {
    padding: 1.5rem 1rem;
  }
  .gnav__btn-buy a {
    width: 100%;
    line-height: 6rem;
    color: #fff;
  }
}


/* footer
------------------------------------------------------------------*/
.footer {
  color: #fff;
  background: #5a5a5a;
}
.footer-nav dt {
  margin-bottom: .5em;
  font-weight: bold;
}
.footer-app-link {
  display: flex;
  align-items: center;
}
.copyright {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 30px 20px 10px;
    font-size: 12px;
  }
  .footer-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto 20px;
  }
  .footer-content-01 {
    display: flex;
    width: 50%;
  }
  .footer-content-01 dl {
    width: 50%;
  }
  .footer-app-link {
    margin: -10px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 2rem;
    font-size: 1.2rem;
  }
  .footer-nav {
    margin-bottom: 4rem;
  }
  .footer-app-link {
    margin: 0 0 1rem;
  }
  .copyright {
    margin-top: 2rem;
  }
}


/* container
------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .container {
    padding-top: 7rem;
  }
}


/* page
------------------------------------------------------------------*/
.page-header {
  margin-bottom: 20px;
}
.page__ttl {
  margin-bottom: .25em;
  line-height: 1.2;
  font-size: 30px;
  font-weight: bold;
  color: #09397B; 
}
.page__ttl-sub {
  font-size: 24px;
}

@media screen and (min-width: 769px) {
  .page {
    max-width: 1255px;
    margin: 40px auto 0;
    padding: 0 20px;
  }
  .page-inner {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .page-inner > * {
    display: table-cell;
    vertical-align: top;
  }
  .page-content {
    padding: 0 4% 60px 0;
  }
  .page-side {
    width: 280px;
  }
  .page-header {
    margin-bottom: 20px;
  }
  .page__ttl {
    font-size: 30px;
  }
  .page__ttl-sub {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .page-side {
    margin: 3.5rem 0;
  }
  .page-header {
    margin: 1.5rem 0 1.5rem 1rem;
  }
  .page__ttl {
    font-size: 3rem;
  }
  .page__ttl-sub {
    font-size: 2.4rem;
  }
}


/* sec-content
------------------------------------------------------------------*/
/* sec-content-01 */
.sec-content-01 {
  word-break: break-word;
}
.sec-content-01__ttl {
  margin-bottom: .25em;
  line-height: 1.2;
  font-weight: bold;
  color: #D08E41;
}
.sec-content-01-inner {
  background: #fff;
}
/* sec-content-02 */
.sec-content-02 {
  line-height: 1.4;
}
.sec-content-02__ttl {
  margin-bottom: .5em;
  font-weight: bold;
  color: #09397B;
}

@media screen and (min-width: 769px) {
  /* sec-content-01 */
  .sec-content-01 {
    font-size: 20px;
  }
  .sec-content-01 + .sec-content-01 {
    margin-top: 30px;
  }
  .sec-content-01-header {
    margin: 0 20px 20px;
  }
  .sec-content-01__ttl {
    font-size: 30px;
  }
  .sec-content-01__ttl-sub {
    font-size: 24px;
  }
  .sec-content-01-inner {
    padding: 20px 20px 30px;
  }
  /* sec-content-02 */
  .sec-content-02__ttl {
    font-size: 24px;
  }
  .sec-content-02 + .sec-content-02 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  /* sec-content-01 */
  .sec-content-01 + .sec-content-01 {
    margin-top: 2rem;
  }
  .sec-content-01-header {
    margin: 0 1rem 1.5rem;
  }
  .sec-content-01__ttl {
    font-size: 3rem;
  }
  .sec-content-01__ttl-sub {
    font-size: 2.4rem;
  }
  .sec-content-01-inner {
    padding: 1.5rem 1rem 2rem;
  }
  /* sec-content-02 */
  .sec-content-02__ttl {
    font-size: 2.4rem;
  }
  .sec-content-02 + .sec-content-02 {
    margin-top: 2rem;
  }
}


/* widget-basket
------------------------------------------------------------------*/
.widget-basket {
  background: #fff;
}
.widget-basket__ttl {
  font-weight: bold;
  color: #D08E41
}
.widget-basket-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eaeaea;
}
.widget-basket__name {
  width: 55%;
  line-height: 1.5;
}
.widget-basket__input {
  width: 40%;
}
.widget-basket__price {
  font-weight: bold;
}
.widget-basket__submit {
  width: 100%;
}
.widget-basket__submit button {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .widget-basket {
    margin-bottom: 30px;
  }
  .widget-basket__ttl {
    padding: 20px;
    font-size: 16px;
  }
  .widget-basket-block {
    padding: 20px;
  }
  .widget-basket__price {
    font-size: 24px;
  }
  .widget-basket__submit button {
    line-height: 48px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .widget-basket {
    margin: 0 3.5rem 2rem;
  }
  .widget-basket__ttl {
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
  }
  .widget-basket-block {
    padding: 1.5rem 2rem;
  }
  .widget-basket__price {
    margin-right: 2rem;
    font-size: 2.4rem;
  }
  .widget-basket__submit {
    margin: 0 1rem;
  }
  .widget-basket__submit button {
    line-height: 4.8rem;
    font-size: 2rem;
  }
}


/* widget-recommend
------------------------------------------------------------------*/
.widget-recommend__ttl {
  color: #D08E41;
}
.widget-recommend-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.widget-recommend-list li {
  width: 48.5%;
  margin-top: 3%;
}
@media screen and (min-width: 769px) {
  .widget-recommend {
    margin-bottom: 30px;
  }
  .widget-recommend__ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .widget-recommend {
    margin: 0 3.5rem 2rem;
  }
  .widget-recommend__ttl {
    font-size: 2.4rem;
  }
}


/* widget-coupon
------------------------------------------------------------------*/
.widget-coupon {
  background: #fff;
}
.widget-coupon__ttl {
  font-weight: bold;
  color: #D08E41;
}
@media screen and (min-width: 769px) {
  .widget-coupon {
    padding: 20px;
    margin-bottom: 30px;
  }
  .widget-coupon__ttl {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .widget-coupon__input + .widget-coupon__input {
    margin-top: 30px;
  }
  .widget-coupon__submit {
    width: 100%;
    margin-top: 60px;
  }
  .widget-coupon__submit button {
    width: 100%;
    line-height: 48px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .widget-coupon {
    padding: 3.5rem;
    margin-bottom: 2rem;
  }
  .widget-coupon__ttl {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .widget-coupon__input + .widget-coupon__input {
    margin-top: 3rem;
  }
  .widget-coupon__submit {
    width: 100%;
    padding: 0 1rem;
    margin-top: 3rem;
  }
  .widget-coupon__submit button {
    width: 100%;
    line-height: 6rem;
    font-size: 2rem;
  }
}


/* widget-recommend-slider
------------------------------------------------------------------*/
.widget-recommend-slider-wrap {
  position: relative;
}
.widget-recommend-slider__item a {
  display: block;
}
.widget-recommend-slider-control-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.widget-recommend-slider-control-arrow:before {
  content: "";
  display: block;
  border-top: 5px solid #5a5a5a;
  border-right: 5px solid #5a5a5a;
}
.widget-recommend-slider-control-prev {
  left: 0;
}
.widget-recommend-slider-control-prev:before {
  transform: rotate(-135deg);
}
.widget-recommend-slider-control-next {
  right: 0;
}
.widget-recommend-slider-control-next:before {
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .widget-recommend-slider-wrap {
    padding: 0 50px;
  }
  .widget-recommend-slider__item {
    padding: 0 15px;
  }
  .widget-recommend-slider-control-arrow:before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .widget-recommend-slider-wrap {
    padding: 0 2rem;
    margin: 0 -1.5rem;
  }
  .widget-recommend-slider__item {
    padding: 0 .4rem;
  }
  .widget-recommend-slider-control-arrow:before {
    width: 2rem;
    height: 2rem;
  }
}




/*------------------------------------------------------------------
 page layout
------------------------------------------------------------------*/

/* top
------------------------------------------------------------------*/
/* lead */
body#top .lead {
  position: relative;
}
body#top .kv {
  position: relative;
}
body#top .kv-inner {
  position: absolute;
  left: 0;
  width: 100%;
}
body#top .kv__copy {
  max-width: 1200px;
  line-height: 1.4;
  margin: 0 auto;
  color: #fff;
}
body#top .kv-slider-wrap {
  position: relative;
  line-height: 0;
}
body#top .kv-slider__item > div {
  width: 100%;
  background: no-repeat center center / cover;
}
body#top .kv-slider-wrap .kv-slider-control {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
body#top .kv-slider-control-dots button {
  background: #d8d8d8;
}
body#top .kv-slider-control-dots .slick-active button {
  border: 2px solid #fff;
  background: transparent;
}
body#top .search-atractions__ttl {
  font-weight: bold;
  color: #fff;
}
body#top .search-atractions__input {
  border-color: transparent;
}
body#top .search-atractions__submit button {
  width: 100%;
  font-size: inherit;
}
@media screen and (min-width: 769px) {
  body#top .kv-inner {
    bottom: 80px;
  }
  body#top .kv__copy {
    padding: 0 360px 0 40px;
    font-size: 40px;
  }
  body#top .kv-slider__item > div {
    height: 520px;
  }
  body#top .kv-slider-wrap .kv-slider-control {
    bottom: 35px;
  }
  body#top .kv-slider-control-dots li {
    margin: 0 18px;
  }
  body#top .kv-slider-control-dots button {
    width: 14px;
    height: 14px;
  }
  body#top .search-atractions {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  body#top .search-atractions-inner {
    position: absolute;
    right: 30px;
    bottom: 80px;
    width: 320px;
  }
  body#top .search-atractions__ttl {
    margin-bottom: 20px;
    font-size: 16px;
  }
  body#top .search-atractions__input {
    margin-bottom: 20px;
  }
  body#top .search-atractions__submit button {
    line-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  body#top .kv-inner {
    bottom: 4rem;
  }
  body#top .kv__copy {
    padding: 0 2rem;
    font-size: 2.6rem;
  }
  body#top .kv-slider__item > div {
    height: 27rem;
  }
  body#top .kv-slider-wrap .kv-slider-control {
    bottom: 1.5rem;
  }
  body#top .kv-slider-control-dots li {
    margin: 0 1rem;
  }
  body#top .kv-slider-control-dots button {
    width: 1rem;
    height: 1rem;
  }
  body#top .search-atractions {
    margin: 3rem 2rem;
  }
  body#top .search-atractions__ttl {
    display: none;
  }
  body#top .search-atractions__input {
    margin-bottom: 2rem;
  }
  body#top .search-atractions__submit button {
    line-height: 5rem;
  }
}

/* content-nav */
body#top .content-nav-inner {
  max-width: 1010px;
  margin: 0 auto;
}
body#top .content-nav__item {
  color: #fff;
}
body#top .content-nav__item a {
  display: block;
  text-align: center;
}
body#top .content-nav__item dd {
  line-height: 1.4;
  margin-top: .5em;
}
@media screen and (min-width: 769px) {
  body#top .content-nav {
    padding: 45px 20px;
    background: url(../img/top/bg-cnav.jpg) no-repeat center center / cover;
  }
  body#top .content-nav-inner ul {
    display: flex;
    justify-content: space-between;
  }
  body#top .content-nav__item {
    width: 20%;
  }
  body#top .content-nav__item a {
    padding: 0 1em;
  }
}
@media screen and (max-width: 768px) {
  body#top .content-nav__item a {
    padding: 3rem 2rem;
    background: no-repeat center center / cover;
    background-color: rgba(208, 142, 65, .5);
  }
  body#top .content-nav__item:nth-child(1) a {
    background-image: url(../img/top/bg-cnav-sp-01.jpg);
  }
  body#top .content-nav__item:nth-child(3) a {
    background-image: url(../img/top/bg-cnav-sp-03.jpg);
  }
  body#top .content-nav__item:nth-child(5) a {
    background-image: url(../img/top/bg-cnav-sp-05.jpg);
  }
}

/* sec-pass */
body#top .pass__ttl {
  color: #D08E41;
  text-align: center;
}
body#top .pass__ttl-sub {
  line-height: 1;
  text-align: center;
}
body#top .sec-pass-list {
  background: #fff;
}
body#top .pass-list__ttl {
  margin-bottom: 1em;
  font-weight: bold;
  color: #D08E41;
  text-align: center;
}
body#top .pass-list-visual-slider-wrap {
  overflow: hidden;
}
body#top .pass-list-visual-slider .slick-list {
  overflow: visible !important;
}
body#top .pass-list-visual-slider__item {
  transform: translateX(-50px);
}
body#top .pass-list-visual-slider__item img {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
}
body#top .pass-list-visual-slider-control-dots button {
  background: #d8d8d8;
}
body#top .pass-list-visual-slider-control-dots .slick-active button {
  background: #D08E41;
}
body#top .pass-list-detail__name {
  margin-bottom: .5em;
  text-align: center;
  color: #D08E41;
}
body#top .pass-list-detail-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
body#top .pass-list-detail__note {
  width: 48%;
}
body#top .pass-list-detail__btn {
  width: 48%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  body#top .sec-pass {
    padding: 40px 20px;
  }
  body#top .pass__ttl {
    font-size: 40px;
  }
  body#top .pass__ttl-sub {
    font-size: 24px;
  }
  body#top .pass-inner {
    max-width: 1010px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
  }
  body#top .sec-pass-list {
    width: 49%;
    padding: 40px;
  }
  body#top .pass-list__ttl {
    font-size: 24px;
  }
  body#top .pass-list-visual-slider-wrap {
    padding-left: 60px;
  }
  body#top .pass-list-visual-slider__item img {
    border-radius: 20px;
  }
  body#top .pass-list-visual-slider-control {
    margin: 15px 60px 15px 0;
  }
  body#top .pass-list-visual-slider-control-dots li {
    margin: 0 8px;
  }
  body#top .pass-list-visual-slider-control-dots button {
    width: 6px;
    height: 6px;
  }
  body#top .pass-list-detail__name {
    font-size: 20px;
  }
  body#top .pass-list-detail-inner {
    max-width: 340px;
  }
  body#top .pass-list-detail__btn a {
    width: 150px;
    line-height: 48px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body#top .sec-pass {
    padding: 2rem 0;
  }
  body#top .pass__ttl {
    line-height: 1.2;
    margin-bottom: 1rem;
    font-size: 3rem;
  }
  body#top .pass__ttl-sub {
    font-size: 2rem;
  }
  body#top .pass-inner {
    margin-top: 2rem;
  }
  body#top .sec-pass-list {
    padding: 2rem 2.5rem;
  }
  body#top .sec-pass-list + .sec-pass-list {
    margin-top: 2rem;
  }
  body#top .pass-list__ttl {
    font-size: 2rem;
  }
  body#top .pass-list-visual-slider-wrap {
    padding-left: 5.5rem;
  }
  body#top .pass-list-visual-slider__item img {
    width: 22rem;
    border-radius: 2rem;
  }
  body#top .pass-list-visual-slider-control {
    margin: 1rem 5.5rem 1rem 0;
  }
  body#top .pass-list-visual-slider-control-dots li {
    margin: 0 .5rem;
  }
  body#top .pass-list-visual-slider-control-dots button {
    width: .5rem;
    height: .5rem;
  }
  body#top .pass-list-detail__name {
    font-size: 1.6rem;
  }
  body#top .pass-list-detail-inner {
    font-size: 1.6rem;
  }
  body#top .pass-list-detail__btn a {
    width: 15rem;
    line-height: 5rem;
  }
}

/* sec-attraction */
body#top .sec-attraction {
  background: #fff;
}
body#top .attraction__ttl {
  font-weight: bold;
  color: #D08E41;
  text-align: center;
}
body#top .attraction__ttl-sub {
  line-height: 1;
  text-align: center;
}
body#top .sec-attraction__item {
  position: relative;
}
body#top .sec-attraction__item a {
  display: block;
  text-decoration: none !important;
}
body#top .attraction__item__image > div {
  width: 100%;
  background: no-repeat center center / cover;
}
body#top .attraction__item-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1.2;
  color: #fff;
  background: rgba(0, 0, 0, .5);
  transition: height .3s ease;
}
body#top .attraction__item-txtbox {
  max-height: 100%;
  overflow: hidden;
}
body#top .sec-attraction__item.on .attraction__item-inner {
  height: 100%;
}
body#top .attraction__item__ttl {
  margin-bottom: .25em;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  body#top .sec-attraction {
    padding: 40px 0 0;
  }
  body#top .attraction__ttl {
    font-size: 40px;
  }
  body#top .attraction__ttl-sub {
    font-size: 24px;
  }
  body#top .attraction-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  body#top .sec-attraction__item {
    width: 33.33%;
  }
  body#top .attraction__item__image > div {
    height: 327px;
  }
  body#top .attraction__item-inner {
    height: 130px;
    padding: 15px 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  body#top .sec-attraction {
    padding: 2rem 0 0;
  }
  body#top .attraction__ttl {
    line-height: 1.2;
    margin-bottom: .5em;
    font-size: 3rem;
  }
  body#top .attraction__ttl-sub {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  body#top .attraction__item__image > div {
    height: 29rem;
  }
  body#top .attraction__item-inner {
    height: 100%;
    padding: 1.5rem 2rem;
    font-size: 2rem;
  }
}

/* sec-recommend-slider */
body#top .sec-recommend-slider {
  background: #fff;
}
body#top .recommend-slider__ttl {
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
body#top .recommend-slider-inner {
  max-width: 1100px;
}
@media screen and (min-width: 769px) {
  body#top .sec-recommend-slider {
    padding: 40px 20px;
  }
  body#top .recommend-slider__ttl {
    font-size: 30px;
  }
  body#top .recommend-slider-inner {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  body#top .sec-recommend-slider {
    padding: 3rem 3.5rem;
  }
  body#top .recommend-slider__ttl {
    font-size: 3rem;
  }
  body#top .recommend-slider-inner {
    margin-top: 2rem;
  }
}

/* sec-event */
body#top .sec-event {
  background: rgba(208, 142, 65, .5);
}
body#top .event__ttl {
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
body#top .event-inner {
  max-width: 1100px;
  background: #fff;
}
body#top .event-list li a {
  color: #D08E41;
}
@media screen and (min-width: 769px) {
  body#top .sec-event {
    padding: 40px 20px 60px;
  }
  body#top .event__ttl {
    font-size: 24px;
  }
  body#top .event-inner {
    margin: 30px auto 0;
    padding: 20px 40px;
  }
  body#top .event-list li + li {
    margin-top: .75em;
  }
  body#top .event-list li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body#top .sec-event {
    padding: 3rem 1.5rem 3rem;
  }
  body#top .event__ttl {
    font-size: 2.6rem;
  }
  body#top .event-inner {
    margin: 1.5rem auto 0;
    padding: 2rem;
  }
  body#top .event-list li + li {
    margin-top: 2rem;
  }
  body#top .event-list li a {
    font-size: 1.6rem;
  }
}


/************************************
販売店一覧START
************************************/
body#pass .sec-attraction {
  background: #fff;
}
body#pass .attraction__ttl {
  font-weight: bold;
  color: #D08E41;
  text-align: center;
}
body#pass .attraction__ttl-sub {
  line-height: 1;
  text-align: center;
}
body#pass .sec-attraction__item {
  position: relative;
}
body#pass .sec-attraction__item a {
  display: block;
  text-decoration: none !important;
}
body#pass .attraction__item__image > div {
  width: 100%;
  background: no-repeat center center / cover;
}
body#pass .attraction__item-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1.2;
  color: #fff;
  background: rgba(0, 0, 0, .5);
  transition: height .3s ease;
}
body#pass .attraction__item-txtbox {
  max-height: 100%;
  overflow: hidden;
}

body#pass .sec-attraction__item.on .attraction__item-inner {
  height: 100%;
}
body#pass .attraction__item__ttl {
  margin-bottom: .25em;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  body#pass .sec-attraction {
    padding: 40px 0 0;
  }
  body#pass .attraction__ttl {
    font-size: 40px;
  }
  body#pass .attraction__ttl-sub {
    font-size: 24px;
  }
  body#pass .attraction-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  body#pass .sec-attraction__item {
    width: 33.33%;
  }
  body#pass .attraction__item__image > div {
    height: 327px;
  }
  body#pass .attraction__item-inner {
    height: 130px;
    padding: 15px 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  body#pass .sec-attraction {
    padding: 2rem 0 0;
  }
  body#pass .attraction__ttl {
    line-height: 1.2;
    margin-bottom: .5em;
    font-size: 3rem;
  }
  body#top .attraction__ttl-sub {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  body#pass  .attraction__item__image > div {
    height: 29rem;
  }
  body#pass  .attraction__item-inner {
    height: 100%;
    padding: 1.5rem 2rem;
    font-size: 2rem;
  }
}

body#pass .sec-recommend-slider {
  background: #fff;
}
body#pass .recommend-slider__ttl {
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
body#pass .recommend-slider-inner {
  max-width: 1100px;
}
@media screen and (min-width: 769px) {
  body#pass .sec-recommend-slider {
    padding: 40px 20px;
  }
  body#pass .recommend-slider__ttl {
    font-size: 30px;
  }
  body#pass .recommend-slider-inner {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  body#pass .sec-recommend-slider {
    padding: 3rem 3.5rem;
  }
  body#pass .recommend-slider__ttl {
    font-size: 3rem;
  }
  body#pass .recommend-slider-inner {
    margin-top: 2rem;
  }
}
/************************************
販売店一覧END
************************************/


/* sec-how */
body#top .sec-how {
  background: url(../img/top/bg-how.jpg) no-repeat center center / cover;
}
body#top .how__ttl {
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
body#top .how-list {
  max-width: 1100px;
}
body#top .how-list li {
  position: relative;
  background: #fff;
}
body#top .how-list__num span {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  background: #D08E41;
  transform: translate(-50%, -50%);
}
body#top .how-list__num span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  border: 2px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
body#top .how-list__txt {
  line-height: 1.4;
  font-weight: bold;
}

/* 乗り方 */
#how .page__ttl {color: #2f98d5;}

#how ol {counter-reset: howto;}
#how ol li {
  /* font-size: 1rem; */
  padding-left: 3.4rem;
  text-indent: -2.8rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#how ol li:last-child {border: none;}
#how ol li:before {
  counter-increment: howto;
  content: counter(howto);
  display: inline-block;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: helvetica;
  text-indent: 0;
  background: #2f98d5;
  border-radius: 100%;
}
#how ol li figure {
  margin: 20px;
  text-align: center;
}
.attention {color: #ff0000;}

@media screen and (min-width: 769px) {
  body#top .sec-how {
    padding: 40px 20px 60px;
  }
  body#top .how__ttl {
    font-size: 30px;
  }
  body#top .how-list {
    margin: 70px auto 0;
  }
  body#top .how-list ul {
    display: flex;
    justify-content: space-between;
  }
  body#top .how-list li {
    width: 31%;
    padding: 70px 25px 50px;
  }
  body#top .how-list__num span {
    width: 65px;
    line-height: 65px;
    font-size: 30px;
  }
  body#top .how-list__txt {
    display: flex;
    justify-content: center;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  body#top .sec-how {
    padding: 3rem 1.5rem;
  }
  body#top .how__ttl {
    font-size: 3rem;
  }
  body#top .how-list {
    margin: 6rem auto 0;
  }
  body#top .how-list li {
    padding: 6rem 3rem 3rem;
  }
  body#top .how-list li + li {
    margin-top: 5rem;
  }
  body#top .how-list__num span {
    width: 6rem;
    line-height: 6rem;
    font-size: 3.5rem;
  }
  body#top .how-list__txt {
    font-size: 2rem;
  }
}


/* attraction
------------------------------------------------------------------*/
body#attraction .kv {
  position: relative;
}
body#attraction .kv-inner {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
  padding: 0 20px;
}
body#attraction .kv__copy {
  max-width: 1200px;
  line-height: 1.4;
  margin: 0 auto;
  font-size: 40px;
  color: #fff;
}
body#attraction .kv-slider-wrap {
  position: relative;
  line-height: 0;
}
body#attraction .kv-slider__item > div {
  width: 100%;
  height: 520px;
  background: no-repeat center center / cover;
}
body#attraction .kv-slider-wrap .kv-slider-control {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  text-align: center;
}
body#attraction .kv-slider-control-dots li {
  margin: 0 18px;
}
body#attraction .kv-slider-control-dots button {
  width: 14px;
  height: 14px;
  background: #d8d8d8;
}
body#attraction .kv-slider-control-dots .slick-active button {
  border: 2px solid #fff;
  background: transparent;
}

/* sec-detail */
body#attraction .detail-inner {
  max-width: 1100px;
  margin: 0 auto;
}
body#attraction .detail-tab ul {
  display: flex;
  justify-content: space-between;
}
body#attraction .detail-tab li {
  width: 24.9%;
}
body#attraction .detail-tab li a {
  display: block;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  background: rgba(208, 142, 65, .5);
}
body#attraction .detail-tab li.current a,
body#attraction .detail-tab li a:hover {
  background: #D08E41;
}
body#attraction .sec-detail-content {
  background: #fff;
}
body#attraction .sec-detail-content:nth-of-type(n+2) {
  display: none;
}
body#attraction .detail-content__ttl {
  margin-bottom: .5em;
  font-weight: bold;
  color: #D08E41;
}
/* sec-recommend-slider */
body#attraction .sec-recommend-slider {
  background: #fff;
}
body#attraction .recommend-slider__ttl {
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
body#attraction .recommend-slider-inner {
  max-width: 1100px;
}
@media screen and (min-width: 769px) {
  body#attraction .kv-inner {
    bottom: 80px;
    padding: 0 20px;
  }
  body#attraction .kv__copy {
    font-size: 40px;
  }
  body#attraction .kv-slider__item > div {
    height: 520px;
  }
  body#attraction .kv-slider-wrap .kv-slider-control {
    bottom: 35px;
  }
  body#attraction .kv-slider-control-dots li {
    margin: 0 18px;
  }
  body#attraction .kv-slider-control-dots button {
    width: 14px;
    height: 14px;
  }
  
  /* sec-detail */
  body#attraction .sec-detail {
    margin: 40px 20px;
  }
  body#attraction .detail-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  body#attraction .detail-tab ul {
    display: flex;
    justify-content: space-between;
  }
  body#attraction .detail-tab li {
    width: 24.9%;
  }
  body#attraction .detail-tab li a {
    line-height: 80px;
    font-size: 24px;
  }
  body#attraction .sec-detail-content {
    padding: 35px 45px;
  }
  body#attraction .detail-content__ttl {
    font-size: 30px;
  }
  body#attraction .detail-content__txt {
    font-size: 24px;
  }
  
  /* sec-recommend-slider */
  body#attraction .sec-recommend-slider {
    padding: 40px 20px;
  }
  body#attraction .recommend-slider__ttl {
    font-size: 30px;
  }
  body#attraction .recommend-slider-inner {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  body#attraction .kv-inner {
    bottom: 3rem;
    padding: 0 1.5rem;
  }
  body#attraction .kv__copy {
    font-size: 2.6rem;
  }
  body#attraction .kv-slider__item > div {
    height: 27rem;
  }
  body#attraction .kv-slider-wrap .kv-slider-control {
    bottom: 1.5rem;
  }
  body#attraction .kv-slider-control-dots li {
    margin: 0 1rem;
  }
  body#attraction .kv-slider-control-dots button {
    width: 1rem;
    height: 1rem;
  }
  
  /* sec-detail */
  body#attraction .sec-detail {
    margin: 1rem 0;
  }
  body#attraction .detail-tab li a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    height: 5rem;
    font-size: 1.5rem;
    white-space: nowrap;
  }
  body#attraction .sec-detail-content {
    padding: 1.5rem;
  }
  body#attraction .detail-content__ttl {
    font-size: 2.4rem;
  }
  body#attraction .detail-content__txt {
    line-height: 1.2;
    font-size: 1.6rem;
  }
  
  /* sec-recommend-slider */
  body#attraction .sec-recommend-slider {
    padding: 3rem 3.5rem;
  }
  body#attraction .recommend-slider__ttl {
    font-size: 3rem;
  }
  body#attraction .recommend-slider-inner {
    margin-top: 2rem;
  }
}









/* pass
------------------------------------------------------------------*/
body#pass .page__ttl {
  font-weight: normal;
}

/* sec-pass-list */
body#pass .sec-pass-list {
  position: relative;
}
body#pass .pass-list__ttl {
  margin-bottom: .25em;
  font-weight: bold;
  color: #D08E41;
}

/* sec-pass__item */
body#pass .sec-pass__item {
  background: #fff;
}
body#pass .pass__item__image {
  text-align: center;
}
body#pass .pass__item__image img {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
}
body#pass .pass__item__name {
  font-weight: bold;
  color: #D08E41;
  text-align: center;
}
body#pass .pass__item__basket-wrap {
  border-top: 1px solid #eaeaea;
}
body#pass .pass__item__basket {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  margin-bottom: .25em;
}
body#pass .pass__item__price {
  width: 60%;
  font-weight: bold;
}
body#pass .pass__item__price span {
  padding-left: .25em;
}
body#pass .pass__item__input {
  width: 40%;
}
body#pass .pass__item__btn {
  text-align: center;
}
@media screen and (min-width: 769px) {
  body#pass .page-header {
    margin-bottom: 50px;
  }

  /* sec-pass-list */
  body#pass .sec-pass-list + .sec-pass-list {
    margin: 40px 0 0;
  }
  body#pass .pass-list__ttl {
    position: absolute;
    left: 0;
    bottom: 100%;
    font-size: 20px;
  }
  body#pass .pass-list-wrap {
    margin: 0 -10px;
  }
  body#pass .pass-list-inner {
    display: flex;
    flex-wrap: wrap;
  }
  
  /* sec-pass__item */
  body#pass .sec-pass__item {
    width: 280px;
    margin: 0 10px 20px;
    padding: 30px 20px;
  }
  body#pass .pass__item__image {
    margin-bottom: 10px;
  }
  body#pass .pass__item__image img {
    border-radius: 20px;
  }
  body#pass .pass__item__name {
    margin-bottom: 20px;
    font-size: 20px;
  }
  body#pass .pass__item__basket-wrap {
    padding: 20px 0;
  }
  body#pass .pass__item__price {
    font-size: 30px;
  }
  body#pass .pass__item__btn button {
    width: 120px;
    line-height: 40px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  body#pass .page-header {
    margin: 2rem 3.5rem 1rem;
  }
  /* sec-pass-list */
  body#pass .sec-pass-list {
    margin: 0 3.5rem;
  }
  body#pass .sec-pass-list + .sec-pass-list {
    margin-top: 3rem;
  }
  body#pass .pass-list__ttl {
    font-size: 2rem;
  }

  /* sec-pass__item */
  body#pass .sec-pass__item {
    margin: 0 0 2rem;
    padding: 3rem;
  }
  body#pass .pass__item__image {
    margin-bottom: 1.5rem;
  }
  body#pass .pass__item__image img {
    border-radius: 2rem;
  }
  body#pass .pass__item__name {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  body#pass .pass__item__basket-wrap {
    padding: 2rem 0;
  }
  body#pass .pass__item__price {
    font-size: 3rem;
  }
  body#pass .pass__item__btn button {
    width: 12rem;
    line-height: 4rem;
    font-size: 1.2rem;
  }
}


/* coupon
------------------------------------------------------------------*/
/* sec-coupon */
body#coupon .sec-coupon .sec-content-01-inner {
  padding-top: 0;
  overflow: hidden;
}
body#coupon .coupon__image {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
}
body#coupon .coupon__ttl {
  line-height: 1.2;
  font-weight: bold;
  color: #D08E41;
}
body#coupon .coupon__txt {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  /* sec-coupon */
  body#coupon .coupon__image {
    margin: 0 -20px;
  }
  body#coupon .coupon__ttl {
    padding: 20px 0;
    font-size: 30px;
    border-bottom: 1px solid #eaeaea;
  }
  body#coupon .coupon-detail {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
  }
  body#coupon .coupon-txtbox {
    width: 70%;
  }
  body#coupon .coupon__note {
    font-size: 15px;
  }
  body#coupon .coupon__btn {
    width: 30%;
    text-align: center;
  }
  body#coupon .coupon__btn a {
    width: 120px;
    line-height: 40px;
    font-size: 12px;
  }

  /* sec-coupon-map */
  body#coupon .sec-coupon-map {
    margin-top: 50px;
  }
  body#coupon .sec-coupon-map .sec-content-01-inner {
    padding-bottom: 0;
  }
  body#coupon .gmap-wrap {
    margin: 20px -20px 0;
  }
  body#coupon .gmap {
    height: 515px;
  }
}
@media screen and (max-width: 768px) {
  /* sec-coupon */
  body#coupon .sec-coupon .coupon__image {
    margin: 0 -1rem;
  }
  body#coupon .coupon__ttl {
    padding: 2rem 0 1rem;
    font-size: 3rem;
    text-align: center;
  }
  body#coupon .coupon-detail {
    text-align: center;
  }
  body#coupon .coupon-txtbox {
    display: inline-block;
    margin-bottom: 2rem;
    text-align: left;
  }
  body#coupon .coupon__txt {
    font-size: 2rem;
  }
  body#coupon .coupon__btn a {
    width: 12rem;
    line-height: 4rem;
    font-size: 1.2rem;
  }

  /* sec-coupon-map */
  body#coupon .sec-coupon-map {
    margin-top: 4rem;
  }
  body#coupon .sec-coupon-map .sec-content-01-inner {
    padding-bottom: 0;
  }
  body#coupon .gmap-wrap {
    margin: 1rem -1rem 0;
  }
  body#coupon .gmap {
    height: 50rem;
  }
}


/* map
------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  body#map .gmap {
    height: 670px;
  }
}
@media screen and (max-width: 768px) {
  body#map .gmap {
    height: 47rem;
  }
}


/* how
------------------------------------------------------------------*/
/* sec-how */
body#how .how-list li {
  display: table;
  table-layout: fixed;
  width: 100%;
}
body#how .how-list li > * {
  display: table-cell;
  vertical-align: top;
}
body#how .how-list__num span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  background: #D08E41;
}
body#how .how-list__num span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  border: 2px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
body#how .how-list__txt {
  line-height: 1.2;
}
body#how .how-list__txt dt {
  margin-bottom: .5em;
  font-weight: bold;
  color: #D08E41;
}
body#how .how__btn {
  text-align: center;
}
@media screen and (min-width: 769px) {
  /* sec-how */
  body#how .how-inner {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  body#how .how-inner > * {
    display: table-cell;
    vertical-align: middle;
  }
  body#how .how-list {
    width: 70%;
  }
  body#how .how-list li + li {
    margin-top: 30px;
  }
  body#how .how-list__num {
    width: 75px;
  }
  body#how .how-list__num span {
    width: 65px;
    line-height: 65px;
    font-size: 30px;
  }
  body#how .how-list__txt {
    padding-top: 20px;
    font-size: 24px;
  }
  body#how .how__btn a {
    width: 155px;
    line-height: 48px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  /* sec-how */
  body#how .how-list li + li {
    margin-top: 2rem;
  }
  body#how .how-list__num {
    width: 7rem;
  }
  body#how .how-list__num span {
    width: 5rem;
    line-height: 5rem;
    font-size: 2.4rem;
  }
  body#how .how-list__num span:before {
    border-width: .2rem;
  }
  body#how .how-list__txt {
    padding-top: 0;
    line-height: 1.2;
    font-size: 2.4rem;
  }
  body#how .how-list__txt dt {
    margin-bottom: .25em;
  }
  body#how .how__btn {
    margin-top: 2rem;
  }
  body#how .how__btn a {
    width: 16rem;
    line-height: 5rem;
    font-size: 2rem;
  }
}


/* terms
------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  body#terms .list-decimal {
    margin-top: 30px;
    line-height: 2;
  }
}


/* privacy
------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  body#privacy .list-decimal {
    margin-top: 30px;
    line-height: 2;
  }
}

/* form
------------------------------------------------------------------*/
.textinput {
  -webkit-appearance: none;
  border-radius: 4px;
  padding: 0px 10px;
  font-size: 14px;
  color: #000;
  border: solid 1px #EAEAEA;
  width: 20%;
  height: 30px;
  background: #FFF;
  line-height: 30px;
  margin: 0px; }

.selector {
  width: 20%;
  overflow: hidden;
  position: relative;
  border: solid 1px #EAEAEA;
  border-radius: 4px; }
  .selector:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/icon_down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 10px;
    top: 11px;
    right: 10px;
    text-indent: -99999px; }
  .selector select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border-radius: 0px;
    white-space: nowrap;
    overflow: hidden;
    width: 130%;
    height: 30px;
    line-height: 22px;
    font-size: 14px;
    padding-left: 10px;
    color: #5C5C5C;
    border: none;
    cursor: pointer;
    background: #FFFFFF;
    display: inline-block; }
  .selector option {
    height: 30px;
    line-height: 22px; }


.form_wrap.upper_line {
  border-top: 1px solid #EAEAEA; }

.form_wrap.border_line {
  border: 1px solid #EAEAEA;
  padding: 40px 20px;
  background: #F7F7F7;
  border-radius: 4px;
  margin-top: 30px; }

.form_wrap .form_item {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #EAEAEA;
  padding: 22px 10px;
  align-items: center;
  position: relative; }
  .form_wrap .form_item.align_top {
    align-items: flex-start; }
  .form_wrap .form_item.noline {
    padding: 22px 10px 0px;
    border-bottom: 0px solid #EAEAEA; }
  .form_wrap .form_item.notitle:before {
    content: "";
    display: block;
    width: 170px;
    height: 10px; }
  .form_wrap .form_item.norequire:after {
    content: "";
    display: block;
    width: 50px;
    height: 10px; }
  .form_wrap .form_item .title {
    flex-grow: 0;
    font-weight: bold;
    color: #575757;
    font-size: 16px;
    width: 170px; }
  .form_wrap .form_item .forms {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: baseline; }
    .form_wrap .form_item .forms > * {
      width: 70%;
      margin-right: 5px; }
    .form_wrap .form_item .forms .subtitle {
      align-items: baseline; }
    .form_wrap .form_item .forms .error_msg {
      display: none; }
    .form_wrap .form_item .forms .error {
      margin-top: 20px;
      position: relative; }
      .form_wrap .form_item .forms .error .error_msg {
        position: absolute;
        display: block;
        top: -25px;
        left: 0px;
        font-size: 11px;
        color: #FF1E1E !important;
        white-space: nowrap; }
      .form_wrap .form_item .forms .error .textinput {
        border: 1px solid #FF1E1E;
        background: rgba(255, 30, 30, 0.1); }
    .form_wrap .form_item .forms .pref_selector.error {
      margin-top: 0px; }
      .form_wrap .form_item .forms .pref_selector.error .error_msg {
        display: block;
        position: relative;
        top: 0px;
        margin-bottom: 5px; }
    .form_wrap .form_item .forms .radio_label {
      width: auto; }
    .form_wrap .form_item .forms .txt {
      font-size: 14px;
      color: #5C5C5C; }
      .form_wrap .form_item .forms .txt .name {
        font-weight: bold; }
    .form_wrap .form_item .forms .price_box {
      width: 100%;
      padding-bottom: 10px; }
      .form_wrap .form_item .forms .price_box .order_list {
        border-bottom: 1px solid #EAEAEA; }
        .form_wrap .form_item .forms .price_box .order_list li {
          display: flex;
          flex-direction: row;
          align-items: center;
          color: #5C5C5C;
          padding: 20px 0px;
          font-size: 14px; }
          .form_wrap .form_item .forms .price_box .order_list li img {
            width: 100px; }
          .form_wrap .form_item .forms .price_box .order_list li .product {
            margin-left: 30px; }
            .form_wrap .form_item .forms .price_box .order_list li .product .pprice {
              display: block;
              font-weight: bold; }
          .form_wrap .form_item .forms .price_box .order_list li .num {
            flex-grow: 1;
            font-size: 30px;
            text-align: center; }
            .form_wrap .form_item .forms .price_box .order_list li .num:before {
              content: "";
              display: inline-block;
              width: 30px;
              height: 30px;
              background: url(../img/icon_x.svg);
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center;
              margin: 0px 15px -4px 0px; }
          .form_wrap .form_item .forms .price_box .order_list li .price {
            margin-left: 30px;
            flex-grow: 0;
            font-size: 16px;
            font-weight: bold;
            color: #000000; }
    .form_wrap .form_item .forms .subtotal_box {
      padding-top: 20px; }
      .form_wrap .form_item .forms .subtotal_box .st_item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        text-align: right;
        line-height: 45px;
        height: 45px; }
        .form_wrap .form_item .forms .subtotal_box .st_item .title {
          font-weight: normal; }
        .form_wrap .form_item .forms .subtotal_box .st_item .value {
          width: 200px; }
        .form_wrap .form_item .forms .subtotal_box .st_item .totalvalue {
          width: 200px;
          font-weight: bold;
          font-size: 20px;
          color: #E3047F; }
    .form_wrap .form_item .forms.subtitle .subtitle {
      width: 80px;
      font-size: 14px;
      color: #5C5C5C; }
    .form_wrap .form_item .forms.postalcode .posco {
      display: flex;
      align-items: baseline; }
    .form_wrap .form_item .forms.postalcode .postalcode1 {
      width: 60px; }
    .form_wrap .form_item .forms.postalcode .split {
      width: 20px;
      text-align: center; }
    .form_wrap .form_item .forms.postalcode .postalcode2 {
      width: 80px; }
    .form_wrap .form_item .forms.postalcode .search_postal {
      font-size: 12px;
      color: #E3047F;
      margin-left: 10px;
      text-decoration: underline; }
    .form_wrap .form_item .forms.column2 > *:first-child {
      width: 40%; }
    .form_wrap .form_item .forms.column2 > *:last-child {
      margin-left: 5px;
      width: 40%; }
  .form_wrap .form_item .action_btn {
    padding: 6px 6px;
    width: 100px; }
  .form_wrap .form_item .require {
    flex-grow: 0;
    flex-shrink: 0;
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    background: #F49BCC;
    border-radius: 4px; }
  .form_wrap .form_item.phonenumber .forms .phone {
    display: flex;
    flex-direction: row;
    align-items: baseline; }
