@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	sp__bg
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.sp__bg{
    background: linear-gradient(90deg, #92D3E8 0%, #0085FF 100%);
}
.sp__bg--inner{
    background: #fff;
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .sp__bg--inner{
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	floating
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.floating{
    max-width: 375px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    z-index: 8;
}
@media only screen and (max-width: 768px) {
    .floating{
        max-width: 100%;
        width: 100%;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	type1
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.type1__subtitle {
    font-size: 10px;
}
.type1__title {
    font-size: 24px;
}
.type1__title span.large {
	font-size: 28px;
	font-weight: 700;
}
.type1__title span.small {
    font-size: 12px;
}

/*inner
———————————————————————————————————————————————————————————————————*/
.type1 {
    padding: 40px 20px 64px;
    width: 100%;
}
.type1__inner1 {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}
.type1__inner2 {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}
.type1__inner3 {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

/*flex
———————————————————————————————————————————————————————————————————*/
.type1__flex2 {
    display: block;
}
.type1__flex2 > div {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
}
.type1__flex3 {
    display: block;
}
.type1__flex3 > div {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
}
.type1__flex3 > div:nth-of-type(3) {
    margin: 0;
}
.type1__flex4 {
    flex-wrap: wrap;
}
.type1__flex4 > div {
    max-width: 100%;
    width: 48.686244204%;
    margin-bottom: 16px;
}

/*text・image
———————————————————————————————————————————————————————————————————*/
.type1__image.scrool img {
    width: 647px;
}
.type1__text {
    font-size: 12px;
}
.type1__anchor {
    font-size: 12px;
}
.type1__a a {
    font-size: 10px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	scroll
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.scroll{
	background: #fff;
}
.scroll .scroll__inner{
	background: #0085FF;
	padding: 16px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
.scroll .scroll__image img{
	width: 40px;
	margin: 0 auto;
}

	.scroll .scroll__inner{
		padding: 12px 0;
		font-size: 14px;
	}
	.scroll .scroll__image img{
		width: 24px;
	}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	select
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.select{
    background: #fff;
	padding: 32px 0;
}
.select__inner{
	max-width: 1025px;
	width: 100%;
    padding: 0 24px;
    margin: 0 auto;
	text-align: center;
}
.select__inner h2{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-bottom: 24px;
}
.select__inner p{
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-bottom: 40px;
}
.select__inner iframe{
	max-width: 647px;
	width: 100%;
}

	.select__inner h2{
		font-size: 20px;
	}
	.select__inner p{
		margin-bottom: 24px;
	}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	fv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#fv{
    background: #222;
    background-repeat: no-repeat;
    background-size: cover;
}
#fv.pau{
    background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/pau/fv__background.png);
}
#fv .fv__catch{
    color: #fff;
    background: linear-gradient(135deg, #FF3D00 0%, #FA7838 100%);
    font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
    display: inline-block;
    padding: 8px 20px;
    margin: 40px auto 20px;
}
#fv .fv__pop{
    display: flex;
    width: 100%;
    padding: 0 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}
#fv .fv__pop img{
    max-width: 140px;
    width: 32.40740%;
}
#fv .fv__pop img:last-of-type{
    margin-right: 0;
}
#fv .fv__title{
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 20px;
}
#fv .fv__title p{
    color: #fff;
    font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 2px solid #fff;
    margin-bottom: 12px;
}
#fv .fv__title h1 img{
    width: 100%;
    margin: 0 auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	recommend
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#recommend .type1__flex2{
    flex-wrap: wrap;
}
#recommend .type1__flex2 .recommend--item{
    margin-bottom: 24px;
}
#recommend .recommend--item{
    display: flex;
	justify-content: space-between;
	align-items: center;
    color: #fff;
}
#recommend .recommend--item > img{
    max-width: 90px;
    width: 28.571428571%;
}
#recommend .recommend--item > div{
    max-width: 217px;
    width: 68.888888888%;
}
#recommend .recommend--item > div p:nth-of-type(1){
    font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
    margin-bottom: 8px;
}
#recommend .recommend--item > div p:nth-of-type(2){
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 22px;
    text-align: left;
    position: relative;
}
#recommend .recommend--item > div p:nth-of-type(2):before{
    width: 16px;
    height: auto;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    border-radius: 50%;
    position: absolute;
    content: url(/wordpress/wp-content/themes/u-gaku__theme/images/countries/common/recommend__arrow.svg);
}
#recommend .type1__inner1{
    margin-bottom: 20px;
}

    #recommend .recommend--item{
        margin-bottom: 20px;
    }
    #recommend .recommend--item > div{
        max-width: 68.888888888%;
        width: 68.888888888%;
    } 

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	point
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#point .type1__flex3{
    align-items: normal;
}
#point .type1__inner1--point{
    background: #fff;
    border-radius: 8px;
    padding: 16px 8px;
}
#point .type1__inner1--point > div{
    display: flex;
	justify-content: space-between;
	align-items: center;
    margin-bottom: 16px;
}
#point .type1__inner1--point > div img{
    max-width: 80px;
    width: 26.755852842%;
}
#point .type1__inner1--point > div h3{
    max-width: 211px;
    width: 70.568561872%;
    font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}
#point .type1__inner1--point > img{
    border-radius: 2px;
    margin-bottom: 8px;
}
#point .type1__inner1--point p{
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

#point .type1__flex2{
    align-items: normal;
    margin-bottom: 20px;
}
#point .type1__flex2 > div{
    max-width: 48.837209302%;
    width: 48.837209302%;
}
#point .type1__flex2 .type1__inner1--point > div{
    display: flex;
	justify-content: normal;
	align-items: center;
    margin-bottom: 16px;
}
#point .type1__flex2 .type1__inner1--point > div img{
    max-width: 80px;
    width: 26.755852842%;
    margin-right: 16px;
}
#point .type1__flex2 .type1__inner1--point > div h3{
    max-width: 100%;
    width: 100%;
    color: #222;
    font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
#point .type1__flex2 .type1__inner1--point p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

    #point .type1__inner1--point > div h3{
        max-width: 70.568561872%;
        width: 70.568561872%;
    }
    #point .type1__flex2 > div{
        max-width: 100%;
        width: 100%;
    }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	price
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#price .type1__text > a{
    border-bottom: 1px solid #222;
}
#price .type1__image{
    margin: 0 auto 16px;
}
#price .price__table{
    margin-bottom: 24px;
}
#price .price__table--select{
    display: flex;
}
#price .price__table--select p{
    width: 100%;
    border: 2px solid #222;
    border-radius: 2px;
    padding: 6px 0;
	color: #222;
    font-size: 16px;
	font-weight: 700;
    text-align: center;
    background: linear-gradient(135deg, #92D3E8 0%, #0085FF 100%);
    color: #fff;
    border-radius: 8px 8px 2px 2px;
}

#price .price__table--text.show{
    display: block;
}
#price .price__table--text{
    display: none;
    background: #F6F6F6;
    border: 2px solid #222;
    border-radius: 0 0 8px 8px;
    padding: 8px 20px;
}
#price .price__table--text--item{
    padding: 12px 24px;
    border-bottom: 1px solid #222;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#price .price__table--text--item:last-of-type{
    border-bottom: none;
}
#price .price__table--text--item > div:nth-of-type(1) p:nth-of-type(1){
    font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
    margin-bottom: 4px;
}
#price .price__table--text--item > div:nth-of-type(1) p:nth-of-type(1) span{
    font-size: 32px;
	font-weight: 700;
	line-height: 1.5;

}
#price .price__table--text--item > div:nth-of-type(1) p:nth-of-type(2){
    display: inline-block;
    padding: 2px 8px;
    background: linear-gradient(135deg, #FC75AE 0%, #EB9377 100%);
    border-radius: 80px;
    color: #fff;
    font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
}
#price .price__table--text--item > div:nth-of-type(2){
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
#price .price__table--text--item > div:nth-of-type(2) p:nth-of-type(1){
    display: inline-block;
    font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
}
#price .price__table--text--item > div:nth-of-type(2) p:nth-of-type(1) span{
    display: inline-block;
    font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}
#price .price__table--text--item > div:nth-of-type(2) p:nth-of-type(2){
    display: inline-block;
    color: #727272;
    font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
    padding-bottom: 8px;
}
.attention {
	color: #727272;
	font-weight: 400;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
}
#price .attention{
    text-align: right;
    margin-bottom: 40px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	facilities
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#facilities .type1__headline{
    font-size: 12px;
    padding: 8px 0;
}
.facilities--image{
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
    margin-bottom: 16px;
}
.facilities--image--active{
    max-width: 474px;
    width: 73.261205564%;
}
.facilities--image--inactive{
    max-width: 165px;
    width: 25.502318392%;
}
.facilities--image--active {
	position: relative;
}
.facilities--image--active .slick__left,
.facilities--image--active .slick__right {
	display: none;
}

.facilities--image--active img {
	display: inline;
	z-index: 0 !important;
	border-radius: 2px;
}

.facilities--image--inactive div {
	width: 100%!important;
}

.facilities--image--inactive > div > div {
	display: flex;
	align-items: center;
	align-content: stretch;
	justify-content: normal;
	flex-wrap: wrap;
}
.facilities--image--inactive img {
	cursor: pointer;
    max-width: 80px!important;
    width: 48.484848484%!important;
	border-radius: 2px;
    margin: 0 3.030303032% 8px 0;
}
.facilities--image--inactive img:nth-of-type(2n){
    margin: 0 0 8px;
}
.facilities--text{
    margin-bottom: 20px;
}
.facilities--text p:nth-of-type(1){
    font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
    margin-bottom: 8px
}
.facilities--text p:nth-of-type(2){
    font-size: 10px;
	font-weight: 400;
	line-height: 1.5;
}
.facilities--text h3{
    font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
    margin-bottom: 16px
}

    .facilities--image{
        display: block;
        margin-bottom: 16px;
    }
    .facilities--image--active{
        max-width: 100%;
        width: 100%;
        margin-bottom: 8px;
    }
    .facilities--image--inactive{
        max-width: 100%;
        width: 100%;
    }
    .facilities--image--inactive img {
        max-width: 23.880597014%!important;
        width: 23.880597014%!important;
        margin: 0 1.49253731467% 8px 0;
    }
    .facilities--image--inactive img:nth-of-type(2n){
        margin: 0 1.49253731467% 8px 0;
    }  
    .facilities--image--inactive img:nth-of-type(4n){
        margin: 0 0 8px;
    }  


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	information
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#information .type1__flex2{
    align-items: normal;
}
.information__item{
    background: #fff;
    border-radius: 2px;
    padding: 10px;
}
.information__item .type1__headline{
    padding: 8px 0;
    font-size: 12px;
    margin-bottom: 16px;
}
.information__item div p{
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}
.information__item div h4{
    display: block;
    position: relative;
    color: #0085FF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 30px;
    margin-bottom: 8px;
}
.information__item div:nth-of-type(1) h4:before{
    width: auto;
    height: 24px;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    border-radius: 50%;
    position: absolute;
    content: url(/wordpress/wp-content/themes/u-gaku__theme/images/countries/common/information__item--1.svg);
}
.information__item div:nth-of-type(2) h4:before{
    width: auto;
    height: 24px;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    border-radius: 50%;
    position: absolute;
    content: url(/wordpress/wp-content/themes/u-gaku__theme/images/countries/common/information__item--2.svg);
}
.information__item div ul{
    margin-bottom: 16px;
}
.information__item div li{
    display: block;
    position: relative;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 12px;
}
.information__item div li:before{
    width: 4px;
    height: 4px;
    border-radius: 4px;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    border-radius: 50%;
    position: absolute;
    content: "";
    background: #222;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	trial__1
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#trial__1 .type1__flex3{
    margin-bottom: 16px;
}
#trial__1 .type1__flex3 img{
    max-width: 108px;
    width: 32.23880597%;
}
#trial__1 .type1__text{
    color: #fff;
    font-size: 12px;
	font-weight: 700;
    line-height: 1.5;
    margin-bottom: 24px;
}
#trial__1 .type1__flex2.person{
    margin-bottom: 24px;
}
#trial__1 .type1__flex2.person img:nth-of-type(1){
    max-width: 90px;
    width: 26.865671641%;
}
#trial__1 .type1__flex2.person img:nth-of-type(2){
    max-width: 237px;
    width: 70.746268656%;
}
#trial__1 .type1__flex2.faq{
    flex-wrap: wrap;
    margin-bottom: 40px;
}
#trial__1 .type1__flex2.faq img{
    max-width: 163px;
    width: 48.656716417%;
    margin-bottom: 8px;
}

    #trial__1 .type1__flex2{
        display: flex;
    }
    #trial__1 .type1__flex3{
        display: flex;
    }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	trial__2
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#trial__2 .type1__text{
    color: #fff;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 40px;
}
#trial__2 .type1__inner2 a img{
    width: 280px;
    margin: 0 auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	faq
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.faq__item{
    margin-bottom: 24px;
}
.faq__item--question{
	position: relative;
	display: flex;
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    border: 2px solid #222222;
    border-radius: 2px;
    box-shadow: 2px 2px 0px #727272;
}
.faq__item--question img:nth-of-type(1){
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.faq__item--question img:nth-of-type(2){
    position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 20px;
	height: 20px;
}
.faq__item--question p{
	font-size: 12px;
	font-weight: 700;
	margin: auto 20px auto 0;
}
.faq__item--answer{
    display: none;
    padding: 20px 0 0 20px;
}
.open .faq__item--answer{
    display: flex;
}
.faq__item--answer img{
	width: 40px;
	height: 40px;
    margin-right: 10px;
}
.faq__item--answer p{
    font-size: 12px;
	font-weight: 700;
	line-height: 2;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	place
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#place .type1__image{
    margin-bottom: 24px;
}
#place .type1__text {
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	facilities
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#facilities .type1__flex2{
    flex-wrap: wrap;
}
#facilities .type1__flex2 div{
    margin-bottom: 24px;
}
#facilities .type1__text {
    font-size: 14px;
    text-align: left;
    margin-bottom: 24px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	nearby
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#nearby .type1__flex3{
    align-items: normal;
    flex-wrap: wrap;
}
#nearby .type1__flex3 > div{
    background: #fff;
    padding: 20px;
}
#nearby .type1__flex3 > div h3{
    font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
    text-align: center;
    margin-bottom: 16px;
}
#nearby .type1__flex3 > div img{
    margin-bottom: 16px;
}
#nearby .type1__flex3 > div p:nth-of-type(2){
    margin-top: 16px;
    color: #0085FF;
    font-size: 14px;
}

/*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%);
}

    #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
———————————————————————————————————————————————————————————————————*/
.fv__image{
    padding-top: 90px;
}
.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) {
    .fv__image{
        padding-top: 62px;
    }
    .hidden-xs {
        display: none!important;
    }
    .visible-xs {
        display: block!important;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	about
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
section.about{
    border-top: 4px solid #222;
}

/*
#################################

	pau_englishcamp

#################################
*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pau_englishcamp header {
    background: #fff;
    position: fixed;
    top: 0;
    max-width: 375px;
    width: 100%;
    z-index: 8;
    box-shadow: 0px 4px 4px rgba(34, 34, 34, 0.2);
}
@media only screen and (max-width: 768px) {
    .pau_englishcamp header{
        max-width: 100%;
        width: 100%;
    }
}
.pau_englishcamp .headertop{
    padding: 12px 0;
}
.pau_englishcamp .headertop__inner{
    max-width: 100%;
    padding: 0 20px;
	margin: 0 auto;
    display: flex;
	justify-content: space-between;
	align-items: center;
}
.pau_englishcamp .headertop__inner--left img{
    height: 40px;
    width: 94.38px;
}
.pau_englishcamp .headertop__inner--right{
    display: flex;
	justify-content: space-between;
	align-items: center;

}
.pau_englishcamp .headertop__inner--right a:nth-of-type(1) img{
    width: 40px;
}
.pau_englishcamp .headertop__inner--right a:nth-of-type(2){
    margin-left: 16px;
}
.pau_englishcamp .headertop__inner--right a:nth-of-type(2) img{
    height: 64px;
}
.pau_englishcamp .pb80{
    padding-bottom: 80px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	fv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pau_englishcamp .fv{
    background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/common/background__houganshi.png);
    background-repeat: repeat;
    background-size: 400px 550.63px;
}
.pau_englishcamp .fv__inner{
    position: relative;
}
.pau_englishcamp .fv__inner--image{
    padding-top: 88px;
    margin: 0 0 16px;
}
.pau_englishcamp .fv__inner--content{
    position: relative;
    text-align: center;
}
.pau_englishcamp .fv__inner--title{
    width: 321px;
    display: inline-block;
    margin-bottom: 12px;
    filter: brightness(1.05) contrast(1.1);
    opacity: 1;
}
.pau_englishcamp .fv__inner--content-img{
    width: 270px;
    height: 112px;
    display: inline-block;
    filter: brightness(1.05) contrast(1.1);
}
.pau_englishcamp .fv__inner--profile{
    position: absolute;
    top: 70px;
    right: -8px;
    max-width: 110px;
    width: 100%;
    z-index: 7;
}
.pau_englishcamp .fv__inner--profile img{
    width: 102px;
    display: block;
    filter: brightness(1.05) contrast(1.1) drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.12));
}
.pau_englishcamp .fv__inner--text--btn{
	display: block;
	margin: 0 auto;
	max-width: 300px;
	margin-bottom: 16px;
}
.pau_englishcamp .fv__inner--text--subbtn{
	text-align: center;
}
.pau_englishcamp .fv__inner--text--subbtn a{
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
	border-bottom: 1px solid #222;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	choice
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pau_englishcamp .choice{
    position: relative;
    width: 100%;
    /* max-width: 375px; */
    margin: 0;
    padding: 36px 14px 28px;
    border-top: 3px solid #222222;
    border-bottom: 3px solid #222222;
    background:
        radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 58%),
        radial-gradient(circle at 90% 82%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 44%),
        linear-gradient(115deg, #8BCDE4 0%, #37A7F6 52%, #0076DD 100%);
    overflow: hidden;
}
.pau_englishcamp .choice:before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px);
    background-size: 3px 3px;
    opacity: 0.24;
    pointer-events: none;
}
.pau_englishcamp .choice__inner{
    position: relative;
    z-index: 1;
}
.pau_englishcamp .choice__head{
    position: relative;
    text-align: center;
    margin-bottom: 14px;
    padding-bottom: 82px;
}
.pau_englishcamp .choice__label{
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 14px;
}
.pau_englishcamp .choice__title{
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 14px;
}
.pau_englishcamp .choice__size{
    display: inline-block;
    color: #A6D9FF;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    padding: 8px 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.12);
}
.pau_englishcamp .choice__profile{
    width: 100px;
    height: 100px;
    position: absolute;
    right: 12px;
    bottom: -16px;
    z-index: -10;
}
.pau_englishcamp .choice__profile img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pau_englishcamp .choice__cards{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}
.pau_englishcamp .choice__card{
    position: relative;
    display: block;
    background: #fff;
    width: 164px;
    height: 275px;
    opacity: 1;
    border-radius: 10px;
    padding: 11px 16px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.pau_englishcamp .choice__card-tag{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 34px;
    width: 100%;
    background: #fff;
    border: 2px solid #222;
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
}
.pau_englishcamp .choice__card-tag:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 12px 0 12px;
    border-color: #222222 transparent transparent transparent;
}
.pau_englishcamp .choice__card-tag:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
}
.pau_englishcamp .choice__card-title{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 8px 0 10px;
}
.pau_englishcamp .choice__card-image{
    width: 132px;
    height: 132px;
    margin: 0 auto;
    border-radius: 6.64px;
    overflow: hidden;
}
.pau_englishcamp .choice__card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pau_englishcamp .choice__card-arrow{
    width: 16px;
    height: 16px;
    margin: 10px auto 0;
}
.pau_englishcamp .choice__card-arrow img{
    width: 100%;
    height: 100%;
    display: block;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	cebu point
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pau_englishcamp .cebu-point{
    margin: 0;
    padding: 64px 14px 26px;
    background: #ffffff;
}
.pau_englishcamp .cebu-point__inner{
    max-width: 100%;
}
.pau_englishcamp .cebu-point__title{
    width: 343px;
    max-width: 100%;
    margin: 0 auto 56px;
}
.pau_englishcamp .cebu-point__list{
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.pau_englishcamp .cebu-point__item{
    position: relative;
    padding-left: 0;
}
.pau_englishcamp .cebu-point__image{
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
}
.pau_englishcamp .cebu-point__body{
    padding-left: 22px;
}
.pau_englishcamp .cebu-point__heading{
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 8px;
}
.pau_englishcamp .cebu-point__text{
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.04em;
    text-align: left;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	tokushima point
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pau_englishcamp .tokushima-point{
    margin: 0;
    padding: 64px 14px 26px;
    background: #ffffff;
}
.pau_englishcamp .tokushima-point__inner{
    max-width: 100%;
}
.pau_englishcamp .tokushima-point__title{
    width: 343px;
    max-width: 100%;
    margin: 0 auto 56px;
}
.pau_englishcamp .tokushima-point__list{
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.pau_englishcamp .tokushima-point__item{
    position: relative;
    padding-left: 0;
}
.pau_englishcamp .tokushima-point__image{
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
}
.pau_englishcamp .tokushima-point__body{
    padding-left: 17px;
}
.pau_englishcamp .tokushima-point__heading{
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 8px;
}
.pau_englishcamp .tokushima-point__text{
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.04em;
    text-align: left;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	nagano point
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pau_englishcamp .nagano-point{
    margin: 0;
    padding: 64px 14px 26px;
    background: #ffffff;
}
.pau_englishcamp .nagano-point__inner{
    max-width: 100%;
}
.pau_englishcamp .nagano-point__title{
    width: 343px;
    max-width: 100%;
    margin: 0 auto 56px;
}
.pau_englishcamp .nagano-point__list{
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.pau_englishcamp .nagano-point__item{
    position: relative;
    padding-left: 0;
}
.pau_englishcamp .nagano-point__image{
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
}
.pau_englishcamp .nagano-point__body{
    padding-left: 17px;
}
.pau_englishcamp .nagano-point__heading{
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 8px;
}
.pau_englishcamp .nagano-point__text{
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.04em;
    text-align: left;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	okinawa point
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pau_englishcamp .okinawa-point{
    margin: 0;
    padding: 64px 14px 26px;
    background: #ffffff;
}
.pau_englishcamp .okinawa-point__inner{
    max-width: 100%;
}
.pau_englishcamp .okinawa-point__title{
    width: 343px;
    max-width: 100%;
    margin: 0 auto 56px;
}
.pau_englishcamp .okinawa-point__list{
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.pau_englishcamp .okinawa-point__item{
    position: relative;
    padding-left: 0;
}
.pau_englishcamp .okinawa-point__image{
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
}
.pau_englishcamp .okinawa-point__body{
    padding-left: 17px;
}
.pau_englishcamp .okinawa-point__heading{
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 8px;
}
.pau_englishcamp .okinawa-point__text{
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.04em;
    text-align: left;
}
@media only screen and (max-width: 360px) {
    .pau_englishcamp .choice{
        padding-left: 10px;
        padding-right: 10px;
    }
    .pau_englishcamp .choice__title{
        font-size: 28px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	cta
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pau_englishcamp .cta{
    background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/pau_englishcamp/cta__bg.png);
    background-size: cover;
    padding: 48px 0;
	margin: 0;
}
.pau_englishcamp .cta.pb80{
    padding-bottom: 80px;
}
.pau_englishcamp .cta__inner{
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
	margin: 0 auto;
	text-align: center;
}
.pau_englishcamp .cta__inner--title{
	max-width: 100%;
	width: 100%;
	margin: 0 auto 32px;
}
.pau_englishcamp .cta__inner--text{
	max-width: 200.03px;
	width: 100%;
	margin: 0 auto 16px;
}
.pau_englishcamp .cta__inner--btn{
	max-width: 300px;
	width: 100%;
	margin: 0 auto 16px;
}
.pau_englishcamp .cta__inner--subbtn{
	text-align: center;
}
.pau_englishcamp .cta__inner--subbtn a{
	display: inline-block;
	color: #fff;
	font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
}
.pau_englishcamp .cta__inner--subbtn a span{
	border-bottom: 1px solid #fff;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	program
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pau_englishcamp .program{
    padding: 32px 24px;
    background: #F4FCFF;
    margin: 0;
}
.pau_englishcamp .program .type2__inner2{
    background: #fff;
    padding: 32px 16px;
}
.pau_englishcamp .program .type2__title{
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 40px;
	text-align: center;
	font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.02em;
}
.pau_englishcamp .program .type2__title p{
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
    background: linear-gradient(135deg, #89CFEA 0%, #4DAEF3 50%, #006FD3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pau_englishcamp .program .type2__title h2{
	font-size: 28px;
	font-weight: 700;
}
.pau_englishcamp .program .type2__title:after {
    content: '';
    width: 100px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #89CFEA 0%, #4DAEF3 50%, #006FD3 100%);
}
.pau_englishcamp .program .type2__text{
	color: #FC75AE;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	text-align: center;
	margin-bottom: 40px;
}
.pau_englishcamp .program .type2__text span{
	font-size: 24px;
	font-weight: 400;
}
.pau_englishcamp .program .type2__text.small{
	color: #222;
	font-size: 12px;
	font-weight: 400;
}
.pau_englishcamp .program .type1__flex2{
	align-items: flex-start;
}
.pau_englishcamp .program .type1__flex2 h3{
    color: #0085FF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	margin-bottom: 4px;
}
.pau_englishcamp .program .type1__flex2 p{
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.02em;
	margin-bottom: 24px;
}
.pau_englishcamp .program .type1__flex2 iframe{
    width: 100%;
    height: 240px;
	margin-bottom: 24px;
}

/*program locations
———————————————————————————————————————————————————————————————————*/
.pau_englishcamp .program__locations{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid rgba(0, 133, 255, 0.2);
}
.pau_englishcamp .program__locations-title{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 32px;
}
.pau_englishcamp .program__locations-cards{
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
.pau_englishcamp .program__location-card{
    background: #f9f9f9;
    border-radius: 6px;
    overflow: hidden;
}
.pau_englishcamp .program__location-content{
    padding: 16px;
}
.pau_englishcamp .program__location-content h4{
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin: 0 0 10px 0;
}
.pau_englishcamp .program__location-content p{
    font-size: 12px;
    line-height: 1.8;
    color: #333;
    margin: 0 0 12px 0;
}
.pau_englishcamp .program__location-content iframe{
    width: 100%;
    height: 240px;
    border: none;
    border-radius: 4px;
    display: block;
}
