/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  @ common
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:hover{
  color:inherit;
}
#wrapper > *{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 600;
  font-style: normal;
}
:root {
  --sp-width:85vw;
  --clr-prm:#9b308c;
  --clr-sec1:#2369aa;
  --clr-sec2:#d14e97;
  --clr-sec3:#b92855;  
  --clr-sec4:#0f914b;    
  --clr-sec5:#ff9600;
  --clr-sec6:#bbe2f1;
  --clr-sec7:#5dc1cf;  
  --clr-sec8:#8c5a9c;
}
.pt__ribbon {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.pt__ribbon {
  margin: 0 auto 40px;
  --s: 1.2em; /* the ribbon size */
  --d: .8em;  /* the depth */
  --c: .8em;  /* the cutout part */
  
  padding: 0 calc(var(--s) + 2.3em) var(--d);
  line-height: 2.5;
  background:
    conic-gradient(at left  var(--s) bottom var(--d),
     #0000 25%,#0008 0 37.5%,#0004 0) 0   /50% 100% no-repeat,
    conic-gradient(at right var(--s) bottom var(--d),
     #0004 62.5%,#0008 0 75%,#0000 0) 100%/50% 100% no-repeat;
  clip-path: polygon(0 var(--d), var(--s) var(--d),var(--s) 0,calc(100% - var(--s)) 0,calc(100% - var(--s)) var(--d),100% var(--d),calc(100% - var(--c)) calc(50% + var(--d)/2),100% 100%,calc(100% - var(--s) - var(--d)) 100%,calc(100% - var(--s) - var(--d)) calc(100% - var(--d)),calc(var(--s) + var(--d)) calc(100% - var(--d)),calc(var(--s) + var(--d)) 100%,0 100%,var(--c) calc(50% + var(--d)/2));
  background-color: #CC333F; /* the main color */
  width: fit-content;
}
.pt__ribbon.ptn2 {
    background-color: var(--clr-sec1);
    line-height: 3.5rem;
    font-size: 18px;
    margin-top: 120px;
}
#pt__ol {
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 41;
    width: 100%;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  @ mv
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pt__mv{
    position: relative;
    /* height: 55vh; */
    background: #aaa;
}
.ptmv__txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:var(--sp-width);
    background: #ffffffdb;
    padding: 24px;
    border-radius: 4px;
    text-align: center;
    line-height: 200%;
}
.ptmv__txt b{
    font-size: 24px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  @ page navi
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.pt__pn{
  background:#e6e196;
      padding-bottom: 160px;
}
.pt__pn-txt{
    text-align: center;
    padding: 48px 0;
    line-height: 180%;
    font-size: 18px;
    font-weight: 800;
}
.pt__pn-inr{
    width:var(--sp-width);
    margin:0 auto;
}
.pt__pn-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.pt__pn-btns a{
    text-align: center;
    background: #000;
    color: #fff;
    padding: 48px 0;
    border-radius: 8px;
    border: 2px solid #fff;
}
.pt__pn-btns a:nth-of-type(1){
  background:var(--clr-sec3);
}
.pt__pn-btns a:nth-of-type(2){
  background:var(--clr-sec1);
}
.pt__pn-btns a:nth-of-type(3){
  background:var(--clr-sec4);
}
.pt__pn-btns a:nth-of-type(4){
  background:#d2a028;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  @ navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.pt__nv{
    position: fixed;
    background-image: linear-gradient(90deg, #c00078, #9b308c);
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: center;
    gap:8px;
    width: 100%;
    z-index:10;
}
.pt__nv a,
.pt__nv button{
  width: calc(100% / 3);
  color:#fff;
  font-size:16px;
  padding: 16px 0;
  font-weight: 700;
}
.pt__nv a:nth-of-type(2){
  border-left:1px solid #fff;
  border-right:1px solid #fff;
  
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  @ medama
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.pt__medama {
    overflow: hidden;
    background: #72CDDA;
    padding: 96px 0;
}
.splide__list{
  /* width: var(--sp-width); */
  margin: 0 auto;
}
.splide__slide{
    background: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
}
.splide__slide img {
    /* border-radius: 4px 4px 0 0; */
    width: 100%;
    height: auto;
    object-fit: cover;
}
.splide__slide-inr{
  padding:24px;
}
.ptt__icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}
.ptt__icons span {
    background: #aaa;
    padding: 8px;
    display: inline-block;
    border-radius: 6px;
}
.pt__medama .splide__list{
  margin:0 auto !important;
}
.pt__medama .splide__list h3 {
    font-size: 20px;
    font-weight: 900;
}
.ptt-txt b{
    background: #000000;
    display: block;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    margin: 16px 0;
}
.ptt-prc{
  color: #c51846;
}
.ptt-prc b{
  font-size: 40px;
}
.ptt-prc span{
  font-size: 20px;
  font-weight: bold;
}
.ptt-btn{
    margin-top: 16px;
    background: #c51846;
    width: 100%;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    padding: 24px 0;
    border-radius: 40px;
}
.slide_medama{
    margin: 24px !important;
}
.splide__pagination{
  bottom: -48px;
}
.splide__arrow{
    bottom: -72px;
    top: inherit;
}
.splide__pagination__page{
  background:#fff;
}
.splide__arrow,
.splide__pagination__page.is-active{
  background:#000;
}
.splide__arrow svg {
    fill: #fff;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  @ other
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.pt__other{
    position: relative;
    padding:96px 24px 72px;
    background: #f2f0e1;
    overflow: hidden;
}
.pt__other::after {
    content: "";
    position: absolute;
    width: 120%;
    display: block;
    height: 10vh;
    background: var(--clr-sec1);
    bottom: -230px;
    border-radius: 80% 80% 0 0;
    padding-top: 300px;
    left: 50%;
    transform: translateX(-50%);
}
.pt__other-ttl{
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.slide_other{
  margin:24px 0;
}
.splide__arrow--next,
.splide__arrow--next{
    right: 0em;
    opacity: 1;
}
.splide__arrow--prev,
.splide__arrow--prev{
    left: 0em;
    opacity: 1;
}
.splide__pagination__page{
    background: #656565;
    border: 1px solid #FFF;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  @ Area
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.pt__area-dom {
    background: var(--clr-sec1);
    position: relative;
    padding: 24px 24px 180px;
    /* overflow: hidden; */
}
.pt__area-ttl{
    /* margin-bottom: 56px; */
}
.pt__area-ttl *{
  display: block;
  color: #fff;
  text-align: center;
  width: 100%;
}
.pt__area-ttl b {
    font-size: 36px;
}
.dom .pt__area-ttl {
    background: url(/upload/tenant_1/peachtravel_2026sale_jp.webp) no-repeat top center;
    text-shadow: 0 1px 3px #02273d99;
    background-size: 60% auto;
    padding: 30px 0 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}
.world .pt__area-ttl {
    background: url(/upload/tenant_1/peachtravel_2026sale_os.webp) no-repeat top center;
    text-shadow: 0 1px 3px #02273d99;  
    background-size:60% auto;
    padding: 30px 0 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pt__area-ttl2{
    background: #000;
    color: #fff;
    text-align: center;
    padding: 16px 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 48px;
    border-radius: 4px;
}
.pt__area-dom--btn {
    background:#fff;
    display: block;
    margin: 80px 0 0;
    border-radius: 32px;
    padding: 16px;
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
}
.pt__area-dom-box + .pt__area-dom-box {
    margin-top: 80px;
}


.pt__area-world {
    background: var(--clr-sec7);
    position: relative;
    padding: 24px 24px 100px;
}
.pt__area-world--btn {
    background: #fff;
    display: block;
    margin: 80px 0 0;
    border-radius: 32px;
    padding: 16px;
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
}
.pt__area-world-box + .pt__area-world-box {
    margin-top: 80px;
}
.world .pt__area-ttl{
  text-shadow: 0 1px 3px #02273d99;  
}
.pt__area-dom .splide__list h3,
.pt__area-world .splide__list h3{
    font-size: 20px;
    font-weight: 900;
}
.ptt_icons{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap:8px;
  margin:16px 0;
}
.ptt_icon{
  font-size:14px;
}
.ptt_icon span:nth-of-type(1){
    background: #333;
    padding: 8px;
    display: block;
    border-radius: 8px;
}
.ptt_icons .ptt_icon:nth-of-type(1) span:nth-of-type(1){
    background: var(--clr-sec1);
}
.ptt_icons .ptt_icon:nth-of-type(2) span:nth-of-type(1){
    background: var(--clr-sec3);
}
.ptt_icons .ptt_icon:nth-of-type(3) span:nth-of-type(1){
    background: var(--clr-sec4);
}
.ptt_icons .ptt_icon:nth-of-type(4) span:nth-of-type(1){
  background: var(--clr-sec5);
}
.ptt_icon img{
  height: auto;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  @ SearchBox
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.pt__searchbox{
    background: #e6e196;
    padding: 56px 24px;
}
.pt__searchbox .pt__ribbon{
  background-color: var(--clr-prm); 
}
.pt__searchbox > div{
  margin:0 24px;
}
.pt__switch {
    border: 2px solid var(--clr-prm);
    display: flex;
    border-radius: 72px;
    margin: 56px 0 0;
    padding: 0;
    box-shadow: 0 0 0 1px #fff;
    overflow: hidden;
}
.pt__switch label {
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    gap:16px;
    width: 100%;
    position: relative;
    padding: 16px;
    background-color:#fff;
    cursor: pointer;
}

.pt__switch label:has(:checked) {
    background-color:var(--clr-prm);
    color: #fff;
}

.pt__switch label::before,
.pt__switch label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}

.pt__switch label::before {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 2px solid #aaa;
}
.pt__switch span {
    width: calc(100% - 32px);
}
.pt__switch label:has(:checked)::before {
  border:none;
}
.pt__switch label:has(:checked)::after {
    position: absolute;
    top: 50%;
    left: 23px;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: var(--clr-prm);
}
.pt__switch input {
    display: none;
}
.searchBox_wbf {
    width: 100%;
    margin: 40px auto;
}
.sbw__content{
  border:none;
  border-radius: 8px;
}
.sbw__content *{
  padding:32px 16px 18px;
  font-size: 18px;
}
.sbw__content::before{
  font-size:16px;
  top:16px;
  left:16px;
}
.sbw__box_checkbox--txt{
  font-size:16px;
}
.sbw__box_checkbox input:checked + .sbw__box_checkbox--box {
    background: var(--clr-prm);
}
.sbw__box_checkbox--box {
    background:#fff;
    border: 2px solid #ecdba7;
}
.sbw__box_col1{
  margin:16px 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  @ FAQ
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pt__faq{
  background: #F5E6F0;
  padding: 56px 0 100px;
}
.pt__faqWrap{
  padding:0 24px;
}
.pt__faq .pt__ribbon{
  background-color: var(--clr-prm); 
}
.pt__faqBox{
  margin: 24px 0;
}
.pt__faqBox dt{
  display: flex;
  justify-content:space-between; 
  align-items: center;
  gap:16px;
  margin-bottom: 24px;
}
.pt__faqBox dt::before {
    content: "Q";
    width: 65px;
    font-size: 20px;
    background: #333;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    border-radius: 8px;
}
.pt__faqBox dt span{
  width:100%;
  font-size: 18px;
}
.pt__faqBox dd {
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    font-size: 16px;
    min-height: 8rem;
    display: flex;
    align-items: center;
}
