/*philippine
———————————————————————————————————————————————————————————————————*/
#price .price__table--select p{
    width: 100%;
}
#price .price__table--select p{
    border-radius: 8px 8px 2px 2px;
}
#price .price__table--select p.active{
    background: linear-gradient(135deg, #92D3E8 0%, #0085FF 100%);
    color: #fff;
}
#price .price__table--text .price__table--text--item > div:nth-of-type(1) p:nth-of-type(2){
    background: linear-gradient(135deg, #92D3E8 0%, #0085FF 100%);
}

/*philippine
———————————————————————————————————————————————————————————————————*/
#price .price__table--select p{
    width: 100%;
}
#price .price__table--select p{
    border-radius: 8px 8px 2px 2px;
}
#price .price__table--select p.active{
    background: linear-gradient(135deg, #92D3E8 0%, #0085FF 100%);
    color: #fff;
}
#price .price__table--text .price__table--text--item > div:nth-of-type(1) p:nth-of-type(2){
    background: linear-gradient(135deg, #92D3E8 0%, #0085FF 100%);
}

@media only screen and (max-width: 768px){
    #price .type1__image{
        max-width: 100%;
        margin: 0 auto 16px;
    }
    #price .price__table--text--item{
        display: block;
    }
    #price .price__table--text--item > div:nth-of-type(1){
        margin-bottom: 8px;
    }
    #price .price__table--text--item > div:nth-of-type(2){
        justify-content: flex-start;
    }
}

/*sauna・homestay
———————————————————————————————————————————————————————————————————*/
.visible-xs {
    display: none!important;
}

.section__outer--scroll{
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 40px;
}
.section__outer--scroll:last-of-type{
    margin-bottom: 0;
}
.section__outer--scroll div{
    display: flex;
    -webkit-animation: slider__left 20s linear infinite;
    animation: slider__left 20s linear infinite;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: slider__left;
}
.section__outer--scroll:last-of-type div{
    -webkit-animation: slider__right 20s linear infinite;
    animation: slider__right 20s linear infinite;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: slider__right;
}
.section__outer--scroll div img{
    width: 240px;
    height: 135px;
    border-radius: 8px;
    margin-right: 20px;
}
@keyframes slider__left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slider__right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@media only screen and (max-width: 768px) {
    .hidden-xs {
        display: none!important;
    }
    .visible-xs {
        display: block!important;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	pau__about
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pau__about .type1__flex2 > div:nth-of-type(1){
    max-width: 100%;
    width: 21.638330757%;
}
.pau__about .type1__flex2 > div:nth-of-type(1) > img{
    margin-bottom: 16px;
}
.pau__about .type1__flex2 > div:nth-of-type(1) > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pau__about .type1__flex2 > div:nth-of-type(1) > div > a img{
    width: 30px;
}
.pau__about .type1__flex2 > div:nth-of-type(1) > div > a:nth-of-type(1) img{
    margin-right: 16px;
}
.pau__about .type1__flex2 > div:nth-of-type(2){
    max-width: 100%;
    width: 74.188562596%;
}
.pau__about .type1__flex2 > div:nth-of-type(2) p:nth-of-type(1){
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.pau__about .type1__flex2 > div:nth-of-type(2) p:nth-of-type(2){
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .pau__about .type1__flex2 > div:nth-of-type(1){
        width: 100%;
    }
    .pau__about .type1__flex2 > div:nth-of-type(1) > img{
        width: 140px;
        margin: 0 auto 16px;
    }
    .pau__about .type1__flex2 > div:nth-of-type(2){
        width: 100%;
    }
    .pau__about .type1__flex2 > div:nth-of-type(2) p:nth-of-type(1){
        text-align: center;
        font-size: 18px;
        margin-bottom: 16px;
    }
    .pau__about .type1__flex2 > div:nth-of-type(2) p:nth-of-type(2){
        font-size: 14px;
    }
}