/*---------------------------------------------------------
                        共通
---------------------------------------------------------*/
/*-----------共通-----------*/
/* フォント */
body{
  line-height: 1.65;
  color: #fff;
}
/*-----------共通-----------*/
/*カラーパレット*/
:root {
  --color-font: #fff;
  --color-black: #0c0c16;
  --color-yellow: #ffff00;
  --color-tokyo: #ff0000;
  --color-busan: #39b54a;
  --font-size-xsmall: 0.63rem;
  --font-size-small: 0.75rem;
  --font-size-large: 1.2rem;
  --font-size-xlarge: 1.44rem;
  --font-size-xxlarge: 1.6rem;
}
.clear{
  clear: both;
}
small, .small, .small li{
  font-size: 0.8em;
  line-height: 1.5;
}

/* 箇条書き */
.items{
  display: block;
  width: fit-content;
  max-width: 100%;
}
.items *::before,
.items *::after{
  color: #fff;
}
p.items, ul.items li, span.items{
  position: relative;
  padding-left: 1em;
  box-sizing: border-box;
  text-align: left;
}
  p.nopb, ul.nopb li, span.nopb{
    padding-bottom: 0!important;
  }
  p.nopt, ul.nopt li, span.nopt{
    padding-top: 0!important;
  }
  p.items::before,ul.items li::before, span.items::before{
    margin-left: -1em;
  }
  /* 米印 */
  p.items.asterisk::before,ul.items.asterisk > li::before, span.items.asterisk::before{
    position: absolute;
    content: "※";
    display: inline-block;
    margin-left: -1em;
  }
  span.items.asterisk::before{
    top: -3px;
    left: 1.1em;
  }
  /* 点・四角 */
  p.items.dots, ul.items.dots > li,p.items.square, ul.items.square > li{
    position: relative;
  }
  p.items.dots::before,ul.items.dots > li::before{
    position: absolute;
    content: "・";
    display: block;
  }
  p.items.square::before,ul.items.square > li::before{
    position: absolute;
    content: "◼︎";
    display: block;
    font-size: 70%;
    line-height: 2;
  }
  /* 数字 */
  ol.items.numbering{
    position: relative;
    box-sizing: border-box;
    counter-increment: li;
    padding-left: 1.2em;
    width: fit-content;
    margin: 0 auto;
    text-align: left !important;
    counter-reset: number 0;
  }
    ol.items.numbering > li::before{
      position: absolute;
      counter-increment: number 1;
      content: counter(number) ".";
      display: block;
      margin-left: -1.2em;
    }

  /* 小さめ文字ver */
  p.items.small, ul.items.small > li, span.items.small{
    padding-bottom: 0.25rem;
    font-size: var(--font-size-small);
    line-height: 1.3;
  }

.nowrap{
  display: block;
  border: none;
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.nowrap br{
  display: none;
}

/*-----------レイアウト-----------*/
body{
  position: relative;
  background-image: url(../img/bg.jpg);
  background-size: 100%;
  background-color: var(--color-black);
}
body::before,body::after{
  position: absolute;
  display: block;
  content: "";
  width: 70px;
  height: 100%;
  top: 0;
  background: url(../img/bg_deco.png) repeat-y;
  background-size: contain;
  z-index: -1;
}
body::before{ left: 0; }
body::after{ right: 0; }

/*-----------ヘッダー-----------*/
header h1{
  width: 100%;
  height: 0;
  padding-bottom: 58.2%;
  background: url("../img/header.jpg");
}

/*---------------------    メイン   ---------------------*/
main h2{
  background-image: url(../img/main_message.jpg);
  width: 93.9vw;
  max-width: 939px;
  height: 50.5vw;
  max-height: 505px;
  margin: 0 auto;
  mix-blend-mode: lighten;
}
main .tour{
  background-image: url(../img/main_tour.png);
  width: 87.4vw;
  max-width: 874px;
  height: 61.7vw;
  max-height: 617px;
  margin: -5vw auto 7vw;
}
main .photo h3{
  width: 100%;
  height: 4em;
}
main .photo h3 img{
  display: block;
  width: auto;
  height: 4em;
  margin: 0 auto;
}
main .photo ul{
 width: 80vw;
 margin: 2vw auto 0;
 display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
  main .photo li{
    width: 32%;
  }
    main .photo li div{
      width: 100%;
      height: 15vw;
      overflow-y: hidden;
      display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
      align-items: center;
      justify-content: center;
    }
    main .photo li div img{
      width: 100%;
      min-height: 15vw;
    }
    main .photo li p{
      display: block;
      margin: 1em auto;
      text-align: center;
      width: 10em;
      padding: 0 0.25em;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
    }


/*---------------------    内容   ---------------------*/

section:not(#contact){
  display: block;
  margin: 10vw auto;
  width: 80vw;
  max-width: 850px;
}
  section:not(#contact) h2{
    font-family: "sicprintempspetit", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: var(--font-size-xxlarge);
    line-height: 3;
    text-align: center;
    letter-spacing: 0.2em;
    color: var(--color-yellow);
    width: 15.5em;
    height: 3.1em;
    padding-top: 1.4em;
    margin: 0 auto 1.25em;
    background: url(../img/h2_deco.png) no-repeat;
    background-size: 100%;
    background-position: center;
  }

/*-----------申込み期間-----------*/
  #term ol li{
    display: block;
    border: 1px solid #fff;
    padding: 4% 3% 5%;
    margin-bottom: 4vw;
  }
  #term ol li *{
    text-align: center;
  }
    #term ol li:first-child{
      position: relative;
    }
    #term ol li:first-child::after{
      position: absolute;
      display: block;
      content: "";
      width: 94%;
      height: 2.58vw;
      bottom: -2.58vw;
      background-image: url(../img/term_arrow.png);
      background-repeat: no-repeat;
      background-size: 5vw;
      background-position: center;
    }
  #term h3{
    font-size: var(--font-size-xlarge);
    color: var(--color-yellow);
  }
    #term h4{
      display: block;
      width: fit-content;
      padding: 0 1em;
      margin: 1em auto;
      color: var(--color-black);
      background-color: #fff;
    }
      #term h4 + p, #term h6 + p{
        font-size: 1.25em;
        font-weight: bold;
        margin-bottom: 1em;
        line-height: 1.3;
        padding: 0.3em 0;
      }
      #term h4 + p b, #term h6 + p b{
        font-size: 1.5em;
      }
      #term h5{
        width: fit-content;
        margin: 0 auto 0.5em;
        padding: 0 0.2em;
        border-bottom: 1px solid #fff;
      }
      #term h5 + p, #term h6{
        font-size: var(--font-size-large);
      }
    .color-tokyo{ color: var(--color-tokyo); }
    .color-busan{ color: var(--color-busan); }

    #term ol + p{
      text-align: center;
    }
    #term .items{
      display: block;
      max-width: 80vw;
      margin: 0 auto;
    }


/*-----------代金-----------*/
#fee h2 + p{
  text-align: center;
}
.separate{
  display: block;
  display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
  justify-content: space-between;
}
  .separate li{
    position: relative;
    width: 49%;
    padding: 4% 1% 2%;
    margin-top: 2rem;
    box-sizing: border-box;
  }
  .separate li * {text-align: center;}
  #fee ul li{
    border: 6px solid #fff;
  }
  #fee ul li::before{
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 3em;
    top: -1.5em;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 100;
  }
  #fee ul li.tokyo::before{
    background-image: url("../img/plan_tokyo.png");
  }
  #fee ul li.busan::before{
    background-image: url("../img/plan_busan.png");
  }
  #fee ul li::after{
    position: absolute;
    display: block;
    content: "";
    width: 98%;
    height: 98%;
    top: 1%;
    left: 1%;
    border: 1px solid #fff;
  }
    #fee h3{
      position: relative;
      width: fit-content;
      font-size: var(--font-size-xlarge);
      padding: 0.5em 0 0.5em;
      margin: 0 auto 0.7em;
    }
      #fee h3::after{
        position: absolute;
        display: block;
        content: "";
        width: 2em;
        height: 5px;
        bottom: 0;
        left: 50%;
        background-size: 2em 2em;
        background-position: center;
        transform: translateX(-50%);
      }
      #fee h3.color-tokyo::after{background-color: var(--color-tokyo);}
      #fee h3.color-busan::after{background-color: var(--color-busan);}
      #fee h4,#fee dt,#fee dd{
        font-size: var(--font-size-xlarge);
      }
      #fee dl{
        padding-bottom: 1rem;
      }
      dl dt, dl dd{
        display: inline-block;
        padding-right: 0.5em;
      }
      #fee dd small{
        font-size: 0.65em;
        font-weight: bold;
      }

/*-----------行程-----------*/
#sche .separate > li{
  display: block;
  height: 0;
  padding-bottom: 250%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
#sche li.tokyo{
  background-image: url("../img/sche_tokyo.png");
}
#sche li.busan{
  background-image: url("../img/sche_busan.png");
}

#sche .items{
  margin: 2em auto;
}
#sche h5{
  display: block;
  margin: 0 auto;
  font-size: var(--font-size-large);
  text-align: center;
  font-weight: normal;
  padding: 0.5em 0;
}
 #sche h5 + p{
  text-align: center;
}

/*-----------詳細-----------*/
#detail > div{
  margin: 0 auto 5vw;
}
#detail h3, #notice h3{
  display: block;
  width: fit-content;
  margin: 0 auto 1em;
  padding: 0 1em;
  font-size: var(--font-size-xlarge);
    font-family: "sicprintempspetit", sans-serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.2em;
  border-bottom: 2px solid #ffff00;
  color: var(--color-yellow);
}
.condi table th{
  min-width: 6em;
  padding-right: 1em;
}

/*-----------その他-----------*/
#notice > div{
  width: 70vw;
  max-width: 40em;
  margin: 0 auto 5vw;
  padding-top: 1em;
}
#notice .items li{
  padding-bottom: 0.5em;
}
#notice h4{
  font-family: "sicprintempspetit", sans-serif;
  font-weight: 800;
  font-style: normal;
  padding-top: 1em;
  line-height: 3;
  text-align: center;
}
#notice H3 + h4{
  padding-top: 0;
}
#notice h4 + p{
  padding-bottom: 0.5em;
}

.cancel h3 + p{
  padding-bottom: 2em;
}
.cancel .inline{
  display: inline;
}
.cancel table{
  margin-bottom: 2em;
}
  .cancel th{
    padding-right: 1em;
    padding-bottom: 0.5em;
  }
#notice a {
  display: block;
  width: fit-content;
  margin-top: 1em;
  padding: 0.1em 1em;
  color: #fff;
  border: 1px solid #fff;
}

/*-----------申込-----------*/
#app *{
  text-align: center;
  margin: 0 auto;
}
  #app a{
    display: block;
    width: 50vw;
    height: 30vw;
    margin: -2vw auto;
    background-image: url("../img/app.png");
  }
  #app .items{
    margin: 0 auto;
  }
  #app .items li{
    padding-bottom: 1vw;
    text-align: justify;
    text-justify: inter-ideograph;
  }


/*-----------お問い合わせ-----------*/
#contact{
  width: 100%;
  padding-bottom: 3.5vw;
  background: #006cb6;
  text-align: center;
}
  #contact h2{
    padding-top: 2vw;
    line-height: 3;
    color: #fff!important;
    text-align: center;
  }
  .contact_white {
    width: 750px;
    max-width: 86vw;
    padding: 2.3vw 3vw;
    margin: 0 auto;
    background: #fff;
  }
  .contact_white div{
    padding-top: 0.5em;
  }
  .contact_white *{
    color: #121212;
    font-weight: normal;
    text-align: center;
  }
  #contact h3{
    font-size: var(--font-size-normal);
    line-height: 2;
    padding-bottom: 0.2em;
  }
  #contact p:not(.small){
    line-height: 1.7;
  }
  #contact .upper{
    padding-top: 1vw;
    font-size: 1.1vw;
  }
  #contact address{
    padding: 0.5vw 0;
  }
  #contact address a{
    font-size: var(--font-size-large);
  }

  #contact h4{
    font-size: larger;
    padding-bottom: 0.25em;
  }
  #contact .small{
    width: fit-content;
    margin: 0 auto;
    text-align: left;
  }

/*-----------フッター-----------*/
.copyright{
  width: 100%;
  font-size: xx-small;
  line-height: 1.86;
  text-align: center;
  color: #fff;
  font-weight: normal;
  background-color: var(--color-black);
  z-index: 100;
}

/*---------------------------------------------------------
                        SP
---------------------------------------------------------*/
@media screen and (max-width: 750px){
  .pc-only{
    display: none;
  }
  body{
    overflow-x: hidden;
  }
  :root {
    --font-size-xsmall: 0.63rem;
    --font-size-small: 0.75rem;
    --font-size-large: 1.15rem;
    --font-size-xlarge: 1.2rem;
    --font-size-xxlarge: 1.44rem;
  }


/*-----------フォント数の変更-----------*/
body{
  font-size: 4vw;
  text-align: justify;
  text-justify: inter-ideograph;
}

/*-----------body-----------*/
body::before,body::after{
  width: 10vw;
}
body::before{ left: -1vw; }
body::after{ right: -1vw; }


/*-----------メイン-----------*/
main h2{
  background-image: url("../img/main_message-sp.jpg");
  height: 90vw;
  max-height: 90vw;
  margin-top: 2vw;
}
main .tour{
  background-image: url(../img/main_tour-sp.png);
  width: 90vw;
  height: 0;
  padding-bottom: 179%;
}
main .photo li{
  width: 49%;
  padding-bottom: 3vw;
}
main .photo li div,main .photo li div img{
  width: auto;
  height: 25vw;
}
main .photo li P{
  width: 94%;
  font-size: var(--font-size-small);
}


/*-----------内容-----------*/

section:not(#contact) h2,
#notice > div{
  width: 100%;
}
.separate{
  flex-direction: column;
}
.separate li{
  width: 100%;
  margin-bottom: 5vw;
}
/* 代金 */
#fee li{
  padding: 3vw;
}
#fee h3{
  font-size: large;
  padding-top: 1.5em;
}
/* 行程 */
#sche li{
  margin-top: 0;
}
#sche li.tokyo{
  padding-bottom: 511%;
}
#sche li.busan{ 
  padding-bottom: 440%;
  background-image: url("../img/sche_busan-sp.png");
 }

/* 旅行条件 */
#detail h3, #notice h3{
  letter-spacing: 0 ;
}
.cancel .inline{
  display: block;
}
.cancel h4.inline{
  text-align: left!important;
  line-height: 1.5!important;
}
#notice h4.inline + p{
  margin-top: -1em;
  margin-bottom: 1em;
}
.cancel table {
  margin-top: 0.5em;
}
.cancel table td{
  width: 8em;
}


/* 申込み */
#app a{
  width: 80vw;
  height: 60vw;
  margin: -4vw auto;
}

/*-----------お問合せ-----------*/
#contact h2{
  line-height: 4;
}
.contact_white{
  padding: 3vw 3vw 1vw;
  letter-spacing: -0.05em;
}
.contact_white > div{
  padding-bottom: 5vw;
}
  #contact h3{
    font-size: larger;
    line-height: 1.5;
    padding: 0.5em 0;
  }
  #contact .tel{
    display: block;
    font-size: larger;
    line-height: 2;
  }
   #contact address{
    letter-spacing: 0;
  }
  #contact p:not(.small){
    line-height: 1.5;
  }
  .contact_white p.small{
    padding-top: 1vw;
    text-align: justify; 
    text-justify:inter-ideograph;
    font-weight: normal;
    text-indent: -3vw;
    padding-left: 3vw;
  }
  #contact .upper{
    padding-top: 1vw;
    font-size: var(--font-size-small)
  }

  .copyright{
    font-size: 0.8rem;
    line-height: 2;
  }
}

/*---------------------------------------------------------
                        PC
---------------------------------------------------------*/
@media screen and (min-width: 750px){
.sp-only{
  display: none;
}
#detail > div{
  width: 50%;
  min-width: 31em;
  margin: 0 auto 5vw;
}
}