*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	font-family: "Noto Sans", sans-serif;
	width: 100%;
  	min-width: 100%;
  	margin: 0px;
	padding: 0px;

}


li{
	list-style: none;
}

h1,h2,h3,h4,h5,h6,dl,ul,p,dt,dd,li,figure{
  margin: 0;
  padding: 0;
}


a{
  outline: none;
  text-decoration: none;
}

.dpnn{
	display: none;
}
.pc-bl {
  display: block;
}

.pc-nn,.slick-slide .pc-nn{
  display: none;
}

#top {
	float: right;
	width: 113px;
	clear: right;
}

#txt_link {
	text-align: center;
	clear: left;
	float: left;
	width: 760px;
	margin-top: 15px;
	font-size: 90%;
	line-height: 140%;
	color: #584533;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}



.rd{
	color: #d34254;
}

.gr{
	color: #12844b;
}


#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
}




/*ページトップ*/

/*
#pagetop{
    position: fixed;
    bottom: 2%;
    right: 2%;
}
#footer  a:visited {
	color:#666;
}
#footer  a:hover {
	color:#ccc;
}
*/
.txt-s {
	font-size: 70%;
	line-height: 120%;
}
.txt-m {
	font-size: 80%;
	line-height: 140%;
}
.txt-l {
	font-size: 100%;
	line-height: 160%;
}
.ind {
	text-indent: -1em;
	padding-left: 1em;
}

.ind2{
	text-indent: -6em;
	padding-left: 6em;
}

.ind3{
	text-indent: -7em;
	padding-left: 7em;
}

.ind4{
	text-indent: -0.85em;
	padding-left: 0.85em;
}

.ta_c{
	text-align: center;
}

.ta_l{
	text-align: left;
}

.ta_r{
	text-align: right;
}

.mt_10{
	margin-top: 10px;
}

.mt_20{
	margin-top: 20px;
}

.mt_30{
	margin-top: 30px;
}

.mt_50{
	margin-top: 50px;
}

.mt_70{
	margin-top: 70px;
}

.mt_80{
	margin-top: 80px;
}

.mt_100{
	margin-top: 100px;
}

.mt_150{
	margin-top: 150px;
}

.mt_200{
	margin-top: 200px;
}

.mb_20{
	margin-bottom: 20px;
}

.mb_30{
	margin-bottom: 30px;
}

.mb_50{
	margin-bottom: 50px;
}

.mb_100{
	margin-bottom: 50px;
}

.mr_10{
	margin-right: 10px;
}

.mr_20{
	margin-right: 20px;
}

.mr_30{
	margin-right: 30px;
}

.mr_50{
	margin-right: 50px;
}

.mr_100{
	margin-right: 100px;
}

.mr_200{
	margin-right: 200px;
}

.mr_250{
	margin-right: 250px;
}

.mr_280{
	margin-right: 280px;
}

.ml_10{
	margin-left: 10px;
}

.ml_20{
	margin-left: 20px;
}

.ml_30{
	margin-left: 30px;
}

.ml_50{
	margin-left: 50px;
}

.ml_60{
	margin-left: 60px;
}

.ml_100{
	margin-left: 100px;
}

.ml_150{
	margin-left: 100px;
}

.ml_210{
	margin-left: 210px;
}

.ml_300{
	margin-left: 300px;
}

.pt_20{
	padding-top: 20px;
}

.pt_30{
	padding-top: 30px;
}

.pt_50{
	padding-top: 50px;
}

.pt_100{
	padding-top: 100px;
}

.pt_200{
	padding-top: 200px;
}

.pb_20{
	padding-bottom: 20px;
}

.pb_50{
	padding-bottom: 50px;
}

.pb_100{
	padding-bottom: 100px;
}

.pl_20{
	padding-left: 20px;
}

.txt_box{
	padding: 0 15px;
}

.lh-1{
	line-height: 1.5;
}

.big{
	font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 0.1em;
	line-height: 1;
}

.big2{
	font-size: 1.2em;
	margin-bottom:10px;
}

.big3{
	font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 0.1em;
	line-height: 1;
}
.small{
	font-size: 0.7em;
}

.small2{
	font-size: 0.8em;
}
.mdl {
	font-size: 0.9em;
}


.mb_10{
	padding-bottom: 10px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}

.w-860{
	width: 860px;
	margin: 0 auto;
}

.flex1{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}

.flex2{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    margin: auto;
    -webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex3{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-pack: distribute;
	justify-content: space-around;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}

.flex4{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex5{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.flex6{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.as_c{
	align-self: center;
	-ms-flex-flex-item-align: center;
	-webkit-align-self: center;
}

.jc_c{
	webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
}

.as_fe{
	-ms-flex-item-align: end;
	align-self: flex-end;
}


.p_r{
	position: relative;
}


.p_a{
	position: absolute;
}

.ind{
	text-indent: -1em;
	padding-left: 1em;
}




/*以下個別*/

.cont-box{
	width: 100%;
	margin: 0 auto 0%;
}
.cont1-wrap{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.cont1{
	max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 12%;
}

.cont-wrap{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.inner-wrap{
	width: 100%;
	margin: 0 auto;
}
.cont-wrap::before{
    content: "";
    background-image: url(../img/wave.svg);
    width: 100%;
    height: 5vw;
    position: absolute;
    left: 0;
    top: -4.8vw;
}
.uncormenu {
	width: 100%;
    margin: 0 auto 5%;
    background: #fff;
    position: sticky;
    top: 130px;
    z-index: 1;
    opacity: 0.9;
}
.uncormenu ul {
	display: flex;
    justify-content: space-between;
    font-family: "Jost", sans-serif;
    max-width: 880px;
    align-items: center;
    margin: 0 auto;
	overflow: hidden;
}
.uncormenu li {
	width: 100%;
    text-align: center;
	border-right: 1px solid #000;
}
.uncormenu li:last-child {
	border-right: none;
}
.uncormenu li a{
    text-decoration: none !important;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 2em;
    text-align: center;
    line-height: 1.2;
    display: block;
    width: 100%;
	padding: 0.3em 0.5em;
    transition: 0.3s ease-in-out all;
    opacity: 1;
}
.uncormenu li a:hover{
    opacity: 0.5;
}

.tohokurelax {
	width:45%;
	max-width: 370px;
	margin: 0 auto 5%;
}
.cont1 h2 {
	font-family: "Jost", sans-serif;
  	font-weight: 500;
  	font-style: italic;
	font-size: clamp(1.5em, 3vw, 3em);
	line-height: 1.5;
	color: #6d3c32;
	text-align: center;
	margin-bottom: 3%;
}
.cont1 p{
	text-align: center;
	font-size: clamp(1em, 2vw, 1.5em);
	line-height: 1.8;
	margin-bottom: 5%;
	color: #4d4d4d;
    width: clamp(460px, 59.895833333333336vw, 100%);
    margin-left: auto;
    margin-right: auto;
}

.cont1 p::before {
	content: '';
    display: inline-block;
    width: min(152px, 7.6vw);
    max-width: 152px;
    height: 100%;
    background-image: url(../img/bg-sakura1.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 27%;
    left: 11%;
}

.cont1 p::after {
	content: '';
    display: inline-block;
    width: min(296px, 14.799999999999999vw);
    max-width: 296px;
    height: 100%;
    background-image: url("../img/bg-people2.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 36%;
    right: 4%;
}

.button_pg::before {
	content: '';
    display: inline-block;
    width: min(245px, 12.25vw);
    max-width: 245px;
    height: 100%;
    background-image: url(../img/bg-people1.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 52%;
    left: 4%;
}

.button_pg,.button_pg5 {
    text-align: center;
}
.button_pg p,.button_pg5 p {
    margin-bottom: 5px;
	font-size: 1.5em;
    font-weight: 600;
    color: #6d3c32;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}
.button_pg p::before,.button_pg p::after,.button_pg5 p::before,.button_pg5 p::after  {
	display: none;
}
.button_pg a,.button_pg5 a {
	font-family: 'Noto Sans', sans-serif;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
	width: 720px;
    max-width: 1020px;
	font-size: 1.8em;
    padding: 0.5em 2em;
    color: #6d3c32;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #ffabcc;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 9999px;
	text-decoration: none;
}
.button_pg a:lang(fr),.button_pg5 a:lang(fr){
    padding: 0.5em 5em;
}
.button_pg a:hover,.button_pg5 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
.button_pg a:after,.button_pg5 a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    transition: 0.2s ease-in-out;
	font: var(--fa-font-solid);
    content: "\f078";
    transform: translateY(-54%);
	border-radius: 50%;
	background: #fff;
	font-size: 0.7em;
    width: 1em;
    height: 1em;
    padding: 0.2em;
}

.cont2{
	width:100%;
	background: #bce8e1;
	position: relative;
	padding-top: 5vw;
	padding-bottom: 5vw;
	overflow: hidden;
	/*z-index: 11;*/
}
.cont2 h3 {
	font-family: "Jost", sans-serif;
  	font-weight: 500;
  	font-style: italic;
	font-size: clamp(1.875rem, 3vw, 3em);
	line-height: 1.5;
	color: #6d3c32;
	text-align: center;
	margin-bottom: 3%;
}
.cont2-wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: auto;
	/*height: 4200px;*/
}
.ratio:before {
    content: "";
    display: block;
    padding-bottom: clamp(2244px ,304.33333333333337vw, 3652px);
}
.cont2-wrap img {
	
}
.cont2-wrap::after{
	content: '';
    display: inline-block;
    width: 100%;
    max-width: 1196px;
    height: 100%;
    background-image: url(../img/bg-fan1.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -52%;
    left: -26%;
    z-index: -1;
}
.sakura-inner {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}
.ph1{
	position: absolute;
	width: 38%;
	top: 0;
	left: 0;
	transform:translateY(-10px);
}
.ph2{
	position: absolute;
	width: 22.5%;
	top: 0;
	left: 41%;
}
.ph3{
	position: absolute;
	width: 22.5%;
    top: min(180px, 15vw);
	right: 0;
}
.ph3::before {
	content: '';
    display: inline-block;
    width: 100%;
    max-width: 133px;
    height: 100%;
    background-image: url(../img/bg-camera.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -53%;
    left: -2%;
}
.ph3::after {
	content: '';
    display: inline-block;
    width: 100%;
    max-width: 286px;
    height: 100%;
    background-image: url(../img/bg-people3.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -112%;
    left: 18%;
}
.ph4{
	position: absolute;
    width: 22.5%;
    top: min(276px, 23vw);
    left: 51%;
}
.ph5{
	position: absolute;
    width: 25.5%;
    top: min(380px, 31.666666666666664vw);
    left: 0;
}
.ph6{
	position: absolute;
    width: 38.5%;
    top: min(516px, 43vw);
    left: 35%;
}
.ph7{
	position: absolute;
    width: 25.5%;
    top: min(820px, 68.33333333333333vw);
    left: 5%;
}
.ph8{
	position: absolute;
    width: 48.5%;
    top: min(1000px, 83.33333333333334vw);
    right: 0;
}
.ph8::before {
	content: '';
    display: inline-block;
    width: 100%;
    max-width: 870px;
    height: 100%;
    background-image: url(../img/bg-fan2.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 54%;
    left: 50%;
}
.ph9{
	position: absolute;
    width: 38.5%;
    top: min(1182px, 98.5vw);
    left: 9%;
}
.ph9::before {
	content: '';
    display: inline-block;
    width: 100%;
    max-width: 193px;
    height: 100%;
    background-image: url(../img/bg-people4.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -68%;
    left: -29%;
}
.ph10{
	position: absolute;
    width: 44.5%;
    top: min(1428px, 119vw);
    right: 0;
}
.ph11{
	position: absolute;
    width: 37.5%;
    top: min(1524px, 127vw);
    left: 0;
}
.ph11::before {
	content: '';
    display: inline-block;
    width: 100%;
    max-width: 221px;
    height: 100%;
    background-image: url(../img/bg-people5.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -52%;
    left: 109%;
}
.ph12{
	position: absolute;
    width: 22.5%;
    top: min(1872px, 156vw);
    right: 0;
}
.ph13{
	position: absolute;
    width: 25.5%;
    top: min(1896px, 158vw);
    left: 0;
}
.ph14{
	position: absolute;
    width: 38.5%;
    top: min(2064px, 172vw);
    left: 37%;
}
.ph14::after {
	content: '';
    display: inline-block;
    width: 100%;
    max-width: 108px;
    height: 100%;
    background-image: url("../img/bg-people6.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -62%;
    left: 109%;
}
.ph15{
	position: absolute;
    width: 25.5%;
    top: min(2328px, 194vw);
    left: 0;
}
.ph16{
	position: absolute;
    width: 25.5%;
    top: min(2520px, 210vw);
    left: 40%;
}
.ph17{
	position: absolute;
    width: 29%;
    top: min(2580px, 215vw);
    right: 0;
}
.ph18{
	position: absolute;
    width: 38.5%;
    top: min(2772px, 231vw);
    left: 15%;
}
.ph18::after {
	content: '';
    display: inline-block;
    width: 100%;
    max-width: 152px;
    height: 100%;
    background-image: url(../img/bg-sakura1.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -62%;
    left: -30%;
}
.ph19{
	position: absolute;
    width: 25.5%;
    top: min(3120px, 260vw);
    left: 0;
}
.ph20{
	position: absolute;
    width: 57.5%;
    top: min(3168px, 264vw);
    right: 0;
}
.ph21{
	position: absolute;
    width: 26.5%;
    top: min(3360px, 280vw);
    left: 12%;
}
.ph21::after {
	content: '';
    display: inline-block;
    width: 100%;
    max-width: 196px;
    height: 100%;
    background-image: url(../img/bg-people7.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -111%;
    left: -35%;
}
.cont2::before {
	content: '';
    display: inline-block;
    width: 100%;
    max-width: 837px;
    height: 100%;
    background-image: url(../img/bg-circle1.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 11%;
    left: -14%;
}
.cont2::after {
	content: '';
    display: inline-block;
    width: 100%;
    max-width: 837px;
    height: 100%;
    background-image: url(../img/bg-circle1.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -75%;
    right: -14%;
    z-index: -20;
}
.bg-train::before{
    content: "";
    background-image: url(../img/wave2.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
}
.bg-train {
	width:100%;
	height: 45vw;
	background-image:url("../img/bg-train.png");
    background-repeat:  no-repeat;
    background-position:center 2vw;
    background-size:contain;
}
.cont3{
	width:100%;
	background: #ffe3e6;
	position: relative;
	padding-bottom: 12vw;
	overflow: hidden;
	z-index: 0;
}
.cont3::before {
    content: '';
    display: inline-block;
    width: 100%;
    max-width: 871px;
    height: 100%;
    background-image: url(../img/bg-fan4.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 12%;
    right: -24%;
    z-index: -1;
}
.cont3::after {
    content: '';
    display: inline-block;
    width: 100%;
    max-width: 465px;
    height: 100%;
    background-image: url(../img/bg-circle3.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 31%;
    left: -11%;
    z-index: -1;
}
.cont3:lang(th)::after{
    top: 41%;
}
.cont3 h3 {
	font-family: "Jost", sans-serif;
  	font-weight: 500;
  	font-style: italic;
	font-size: clamp(1.875rem, 3vw, 3em);
	line-height: 1.5;
	color: #6d3c32;
	text-align: center;
	margin-bottom: 3%;
	text-decoration: underline;
}
.cont3 h4 {
	font-family: "Noto Sans", sans-serif;
  	font-weight: 500;
    font-size: clamp(1.2em, 2vw, 2.2em);
    line-height: 1.5;
    text-align: center;
    margin-bottom: 2%;
}
.readmore {
  position: relative;
    padding: 0 0 4.8em;
}

.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 12%;
  padding: 0.8em 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #333;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
	transition: 0.3s ease-in-out all;
    opacity: 1;
	font-size: 1.2em;
}
.readmore label:hover {
  opacity: 0.7;
} 

.readmore label::before{
  /*content: 'View more';*/
}

.readmore input[type="checkbox"]:checked ~ label::before {
  /*content: 'Close';*/
}

.readmore input[type="checkbox"]{
  display: none;
}

.readmore-content {
  position: relative;
  height: 11em;
  overflow: hidden;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient( rgba(255,227,230,0) 0%, rgba(255,227,230,0.8) 50%, #ffe3e6 100%);
}

.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
  display: none;
}






.read{
	text-align: center;
	font-size: clamp(1em, 2vw, 1.5em);
	line-height: 1.8;
	color: #4d4d4d;
}
.read2{
	text-align: center;
	font-size: clamp(1em, 2vw, 1.15em);
	line-height: 1.8;
	color: #4d4d4d;
}

.sakura-map {
	max-width: 1328px;
    margin: 0 auto;
}
.sakura-map img {
	width: 100%;
}
.cont3 h5 {
  	font-weight: 500;
    font-size: clamp(1em, 2vw, 1.85em);
    line-height: 1.5;
    padding: 0.5em 0;
    text-align: center;
    color: #fff;
    background: #f28299;
    border-radius: 10px;
    max-width: 1200px;
    margin: 0 auto 5%;
}
.w100per {
	width: 100%;
}
.w48per {
	width: calc((100% - 48px) / 2);
}
.shinkansen-box {
	border: 3px solid #f28299;
	border-radius: 10px;
	background: #fff;
}
.shinkansen-wrap {
	max-width: 1200px;
	margin: 0 auto 2%;
	gap: 48px;
}

/*-----------------------------------
sakura_block
-----------------------------------*/
.sakura_block{
  width: 100%;
    height: auto;
    overflow: hidden;
}
.sakura_block .sakura_parts_box{
  position: relative;
}
.sakura_block .sakura_parts_box img{
  position: absolute;
}
.sakura_block .sakura_parts_box img:nth-child(2n+1){
  width: 1.3%;/*花びらのサイズ*/
}
.sakura_block .sakura_parts_box img:nth-child(2n){
  width: 1.5%;/*花びらのサイズ*/
}

/*-----------------------------------
桜の花びらパーツの表示位置
-----------------------------------*/
img.parts01{top: 0; left: 5%;}
img.parts02{top: 0; left: 12%;}
img.parts03{top: 0; left: 15%;}
img.parts04{top: 0; left: 22%;}
img.parts05{top: 0; left: 25%;}
img.parts06{top: 0; left: 28%;}
img.parts07{top: 0; left: 35%;}
img.parts08{top: 0; left: 40%;}
img.parts09{top: 0; left: 43%;}
img.parts10{top: 0; left: 50%;}
img.parts11{top: 0; left: 55%;}
img.parts12{top: 0; left: 60%;}
img.parts13{top: 0; left: 63%;}
img.parts14{top: 0; left: 70%;}
img.parts15{top: 0; left: 75%;}
img.parts16{top: 0; left: 81%;}
img.parts17{top: 0; left: 85%;}
img.parts18{top: 0; left: 90%;}
img.parts19{top: 0; left: 93%;}


/*-----------------------------------
舞い散るアニメーション
回転しつつ下から上へ
-----------------------------------*/
@keyframes sakura {
    0% {
      transform:translate(1vw,49vw);
      opacity: 0;
    }
    20% {
      transform:translate(7vw,47vw) rotate(20deg);
      opacity: 1;
    }
    30% {
      transform:translate(10vw,45vw) rotate(50deg);
    }
    50% {
      transform:translate(15vw,40vw)  rotate(150deg);
    }
    70% {
      transform:translate(20vw,35vw) rotate(-50deg);
      opacity: .8;
    }
    90% {
      transform:translate(25vw,30vw) rotate(-180deg);
    }
    100% {
      transform:translate(28vw,27vw);
      opacity: 0;
    }
}

.sakura_parts_box img {
    animation: sakura linear 6s infinite;
    /*アニメーションが始まるまで画像を見えなくしておく*/
    opacity: 0;
}

/*-----------------------------------
アニメーションが始まるまでの時間
-----------------------------------*/
img.parts01,img.parts04,img.parts07,img.parts10,img.parts08,img.parts11,img.parts13,img.parts16,img.parts19{
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
img.parts02,img.parts05{
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
img.parts03,img.parts06,img.parts09,img.parts12{
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
img.parts08,img.parts11,img.parts13,img.parts16,img.parts19{
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
img.parts14,img.parts17{
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
img.parts15,img.parts18{
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.cont4::before {
    content: "";
    background-image: url(../img/wave.svg);
    width: 100%;
    height: 5vw;
    position: absolute;
    left: 0;
    top: -4.8vw;
}
.cont4{
	width:100%;
	background: #bce8e1;
	position: relative;
	padding-top: 5vw;
	padding-bottom: 8vw;
	z-index: 0;
}
.cont4::after {
	content: '';
    display: inline-block;
    width: 100%;
    max-width: 1069px;
    height: 100%;
    background-image: url(../img/bg-fan3.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 5%;
    left: -4%;
    z-index: -1;
}

.cont4 h3 {
	font-family: "Jost", sans-serif;
  	font-weight: 500;
  	font-style: italic;
	font-size: clamp(1.875rem, 3vw, 3em);
	line-height: 1.5;
	color: #6d3c32;
	text-align: center;
	margin-bottom: 3%;
	text-decoration: underline;
}
.cont4 h4 {
	font-family: "Noto Sans", sans-serif;
  	font-weight: 500;
    font-size: clamp(1em, 2vw, 2.2em);
    line-height: 1.5;
	color: #6d3c32;
    text-align: center;
    margin-bottom: 2%;
}
.cont4 p{
	text-align: center;
	font-size: clamp(1em, 2vw, 1.5em);
	line-height: 1.8;
	color: #4d4d4d;
}

.model-course-wrap{
	max-width: 1200px;
	margin: 2vw auto 4vw;
}
.accordion-001 span {
	background: #6d3c32;
    width: 4.8em;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.model-course-wrap .accordion-001 {
    max-width: 100%;
    background-color: #fff;
	margin: 0 auto;
}

.model-course-wrap .accordion-001:not([open]) {
    margin-bottom: 3%;
}
.model-course-wrap .accordion-001 summary:hover{
	/*background: #8fc9be;*/
	opacity: 0.7;
}
.model-course-wrap .accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.55em 5.8em 0.55em 1em;
    height: 4.8em;
    background-color: #ad7e4e;
    color: #fff;
    font-weight: 600;
    font-size: clamp(14px, 2vw, 1.5em);
    line-height: 1.5;
    cursor: pointer;
    transition: 0.3s ease-in-out all;
    opacity: 1;
}

.model-course-wrap .accordion-001 summary::-webkit-details-marker {
    display: none;
}

.model-course-wrap .accordion-001 summary::before,
.model-course-wrap .accordion-001 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #fff;
    content: '';
	z-index: 10;
}

.model-course-wrap .accordion-001 summary::before {
    position: absolute;
    /*right: 2em;*/
	right: 2.1em;
    rotate: 90deg;
}

.model-course-wrap .accordion-001 summary::after {
    transition: rotate .3s;
    position: absolute;
    right: 2.1em;
}

.model-course-wrap .accordion-001[open] summary::after {
    rotate: 90deg;
}

.model-course-wrap .accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0 0 7%;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.model-course-wrap .accordion-001[open] p {
    transform: none;
    opacity: 1;
}

.model-course-wrap img {
	width: 100%;
	text-align: center;
}

.ac-tit {
	margin: 0 auto;
	display: block;
}

.cont4 .link-wrap {
	max-width: 914px;
	margin: 0 auto 5vw;
}
.cont4 .link-wrap .btn {
	width:48%;
}
.cont4 .link-wrap .btn img {
	width: auto;
}
.cont4 .btn a{
	background: #424242;
    width: 100%;
    padding: 0;
    display: flex;
    height: 104px;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.3s ease-in-out all;
    opacity: 1;
	box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

.cont4 .btn a:hover{
    opacity: 0.8;
}

.cont5{
	width:100%;
	background: #ffe3e6;
	position: relative;
	padding-top: 5vw;
	padding-bottom: 0;
	overflow: hidden;
}
.cont5 h3 {
	font-family: "Jost", sans-serif;
  	font-weight: 500;
  	font-style: italic;
	font-size: clamp(1.875rem, 3vw, 3em);
	line-height: 1.5;
	color: #6d3c32;
	text-align: center;
	margin-bottom: 3%;
	text-decoration: underline;
}
.cont5 h4 {
	font-family: "Noto Sans", sans-serif;
  	font-weight: 500;
    font-size: clamp(1em, 2vw, 2.2em);
    line-height: 1.5;
	color: #6d3c32;
    text-align: center;
    margin-bottom: 2%;
}
.cont5 p{
	text-align: center;
	font-size: clamp(1em, 2vw, 1.15em);
	line-height: 1.8;
	color: #4d4d4d;
}
.bg-jrp::before {
	content: '';
    display: inline-block;
    width: 100%;
    max-width: 1203px;
    height: 100%;
    background-image: url(../img/bg-dot.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -6%;
    left: -33%;
    z-index: -1;
}
.bg-jep::before {
	content: '';
    display: inline-block;
    width: 100%;
    max-width: 1203px;
    height: 100%;
    background-image: url(../img/bg-dot.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: 7%;
    right: -33%;
    z-index: -1;
}

.pass-wrap{
	max-width: 1200px;
	width: 100%;
	margin: 5% auto;
}


.button_pg2 {
    text-align: center;
	margin: 5% auto 12%;
}
.button_pg2 p {
    margin-bottom: 5px;
	font-size: 1.5em;
    font-weight: 600;
    color: #6d3c32;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}
.button_pg2 a {
	font-family: 'Noto Sans', sans-serif;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 620px;
	font-size: 1.8em;
    padding: 0.5em 0;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #8cceec;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 9999px;
	text-decoration: none;
}
.button_pg2 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
.button_pg2 a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    transition: 0.2s ease-in-out;
	font: var(--fa-font-solid);
    content: "\f054";
    transform: translateY(-54%);
	border-radius: 50%;
	background: #fff;
	font-size: 0.7em;
    width: 1em;
    height: 1em;
    padding: 0.2em;
	color: #ad7e4e;
}


.top{
	padding: 0 0 30px;
}
.main{
	width: 100%;
    position: relative;
    margin: 0 auto 2%;
}


.cont6{
	width:100%;
	background: #fff;
	position: relative;
	padding-top: 5vw;
	padding-bottom: 8vw;
}
.cont6 h3 {
	font-family: "Jost", sans-serif;
  	font-weight: 500;
  	font-style: italic;
	font-size: clamp(1.875rem, 3vw, 3em);
	line-height: 1.5;
	color: #6d3c32;
	text-align: center;
	margin-bottom: 3%;
	text-decoration: underline;
}
.cont6 h4 {
	font-family: "Noto Sans", sans-serif;
  	font-weight: 500;
    font-size: clamp(1em, 2vw, 2.2em);
    line-height: 1.5;
	color: #6d3c32;
    text-align: center;
    margin-bottom: 2%;
}
.cont6 p{
	text-align: center;
    font-size: clamp(0.8em, 2vw, 0.9em);
    line-height: 1.5;
    color: #4d4d4d;
}


.button_pg3 {
    text-align: center;
	margin: 2% auto 5%;
}
.button_pg3 p {
    margin-bottom: 5px;
	font-size: 1.5em;
    font-weight: 600;
    color: #6d3c32;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}
.button_pg3 a {
	font-family: 'Noto Sans', sans-serif;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 620px;
	font-size: 1.8em;
    padding: 0.5em 0;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #8cceec;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 9999px;
	text-decoration: none;
}
.button_pg3 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
.button_pg3 a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    transition: 0.2s ease-in-out;
	font: var(--fa-font-solid);
    content: "\f054";
    transform: translateY(-54%);
	border-radius: 50%;
	background: #fff;
	font-size: 0.7em;
    width: 1em;
    height: 1em;
    padding: 0.2em;
	color: #ad7e4e;
}

.modalOpen{
	padding: 0;
	border: 0;
	z-index: 10;
	cursor: pointer;
}
.modalOpen2{
	padding: 0;
	border: 0;
	width: 19.3%;
	margin-bottom: 0.9%;
	/* margin-right: 10px; */
	border-radius: 0;
	z-index: 10;
	cursor: pointer;
}

.modalOpen-ex{
	padding: 0;
	border: 0;
	margin-bottom: 0.9%;
	/* margin-right: 10px; */
	border-radius: 0;
	z-index: 10;
	cursor: pointer;
}

.c4-izmir {
	background-color: #000;
	background-color: var(--primary-color);
	border-radius: 30px;
}

.c4-izmir {
	--primary-color: #000;
}
.modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.8);
	z-index: 1100;
	animation: show 0.3s linear 0s;
}

.modal-box{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	flex-wrap: wrap;
	overflow: hidden;
}

.modal-cont {
    max-width: 1200px;
    width: 90%;
	height: 600px;
    animation-duration: 1s;
    position: relative;
    background-color: #fff;
    animation: show 0.3s linear 0s;
    transform: translate(0, 50px);
    display: flex;
    flex-wrap: wrap;
    z-index: 150;
}
.modal-cont2 {
    max-width: 1200px;
    width: 90%;
    height: 630px;
    animation-duration: 1s;
    position: relative;
    background-color: #fff;
    animation: show 0.3s linear 0s;
    transform: translate(0, 50px);
    display: flex;
    flex-wrap: wrap;
    z-index: 150;
}

@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
  
#wrapper p {
	font-family: 'Noto Sans', sans-serif;
}
.modal-cont figure{
    position: -webkit-sticky;
    position: sticky;
    top:0;
    width: 63.5%;
    height: 100vh;
}

.modal-cont2 figure{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 35%;
    height: 100vh;
}

.modal-txt-box{
    width: 36.5%;
    padding: 50px 0 40px 0;
    overflow: scroll;
    height: 600px;
    overflow-x: hidden;
}
.modal-txt-box2{
    width: 64%;
    padding: 50px 0 40px 0;
    overflow: scroll;
    height: 630px;
    overflow-x: hidden;
}

.modal-txt-box h3,.modal-txt-box2 h3{
	font-family: 'Noto Sans', sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    background: #ddefee;
    color: #6b3c31;
    padding: 0.3em 0;
    margin-bottom: 10px;
    line-height: 1.2;
    width: 90%;
	margin: 0 auto 2%;
	font-style: normal;
}

.modal-txt-box h4,.modal-txt-box2 h4{
	font-family: 'Noto Sans', sans-serif;
    font-size: 1.3em;
    font-weight: 600;
    background: #ddefee;
    color: #6b3c31;
    padding: 0.3em 2.2em;
    margin-bottom: 10px;
    line-height: 1.2;
    width: 85%;
	margin: 0 auto 2%;
	font-style: normal;
	text-align:center;
    position: relative;
}
.modal-txt-box h4::before,.modal-txt-box2 h4::before{
	content: '';
	background-image: url("../img/camera.png");
    display: inline-block;
    line-height: 50px;
    position: absolute;
    padding: 0;
    width: 54px;
    text-align: center;
    height: 54px;
    left: -1em;
    top: 50%;
    transform: translateY(-50%);
	background-size: contain;
	vertical-align: middle;
}
.modal-txt-box h5,.modal-txt-box2 h5{
	font-family: 'Noto Sans', sans-serif;
    font-size: 1.3em;
    font-weight: 600;
    background: #ddefee;
    color: #6b3c31;
    padding: 0.3em 0;
    margin-bottom: 10px;
    line-height: 1.2;
    width: 90%;
	margin: 0 auto 2%;
	font-style: normal;
	text-align:center;
}


.modal-txt{
    font-size: 1em;
    font-weight: 700;
    line-height: 1.8;
    width: 82%;
    margin: 0 auto 8%;
    color: #6b3c31;
}

.modal-mini,.modal-mini2{
	margin-left: 20px;
	align-self: flex-end;
	font-size: 1.4em;
	font-weight: 600;
	letter-spacing: 3px;
	width: 100%;
	margin-top: auto;
	line-height: 1;
}

.modal-mini2{
	margin-top: 10px;
}

.modal-mini2 big{
	font-size: 1.8em;
}

.modalClose{
    border: none;
    color: #6b3c31;
    font-weight: 400;
    font-size: 3em;
    width: 50px;
    height: 50px;
    cursor: pointer;
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 10;
}

.button_pg4 {
    text-align: center;
}
.button_pg4 p {
    margin-bottom: 5px;
	font-size: 1.5em;
    font-weight: 600;
    color: #6d3c32;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}
.button_pg4 a {
	font-family: 'Noto Sans', sans-serif;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 90%;
    max-width: 400px;
    font-size: 1.5em;
    padding: 0.3em 2.2em;
    color: #6d3c32;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #ffabcc;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 9999px;
    text-decoration: none;
}
.button_pg4 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
.button_pg4 a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    transition: 0.2s ease-in-out;
	font: var(--fa-font-solid);
    content: "\f054";
    transform: translateY(-54%);
	border-radius: 50%;
	background: #fff;
	font-size: 0.7em;
    width: 1em;
    height: 1em;
    padding: 0.2em;
}

.modal-map {
	width:100%;
	max-width: 163px;
	margin: 4% auto 0;
}

#pagetop{
	width: 70px;
}

.brsp {
    display: none;
}

.pc-only{
  display: inline;
}

.sp-only{
  display: none;
}

@media  screen and (min-width:768px) and (max-width:900px) {
    .modal-cont {
        height: 70%;
        /* flex-flow: column; */
        /* overflow: scroll; */
        overflow-x: hidden;
    }

    .modal-cont2 {
        height: 70%;
        overflow-x: hidden;
        width: 83%;
    }

    .modal-cont figure {
        position: relative !important;
        height: auto;
        z-index: 2;
        margin: 0 auto;
        padding: 6% 0 0;
    }

    .modal-cont2 figure {
        position: relative !important;
        width: 100%;
        height: auto;
        z-index: 2;
    }

    .modal-txt-box {
        width: 100%;
        height: 100%;
        padding: 6% 0 40px 0;
        display: block;
        overflow: unset;
    }

    .modal-txt-box2 {
        width: 100%;
        height: 100%;
        padding: 6% 0 40px 0;
        display: block;
        overflow: unset;
    }

    .modal-txt-box h4,
    .modal-txt-box h5,
    .modal-txt-box2 h4,
    .modal-txt-box2 h5 {
        font-size: 1.2em;
    }

    .button_pg4 a {
        font-size: 1.2em;
    }

    .modal-txt-box h4::before,
    .modal-txt-box2 h4::before {
        width: 44px;
        height: 44px;
    }

    .modalClose {
        border: none;
        color: #6b3c31;
        font-weight: 400;
        font-size: 2em;
        width: 40px;
        height: 40px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        background: #fff;
    }

    .button_pg4 {
        padding-bottom: 8%;
    }

    .modal-txt-box h3,
    .modal-txt-box2 h3 {
        font-size: 1.25em;
    }

    .modal-box {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 95%;
        flex-wrap: wrap;
        overflow: hidden;
        flex-flow: column;
    }
}

@media screen and (max-width:767px){
.uncormenu li a:hover,button_pg1 a:hover,button_pg2 a:hover,button_pg3 a:hover,button_pg4 a:hover,button_pg5 a:hover,.link-wrap .btn a:hover,.model-course-wrap .accordion-001 summary:hover,.readmore label:hover{
    opacity: 1;
  }
	.pc-only{
	  display: none;
	}

	.sp-only{
	  display: inline;
	}
	

	.sp-bl,.slick-slide .sp-bl{
		display: block;
	}

	.sp-nn{
		display: none!important;
	}

	.brsp {
    display: block;
	}
	.br-nn {
    display: none;
	}
	
	img{
		width: 100%;
	}

	.sp-img{
		width: 100%;
	}


	.main img{
		width: 100%;
	}

	.pc-main{
		display: none;
	}


	.cont-box{
		width: 100%;
		margin: 0 auto 0%;
	}
	.cont1{
		width: 90%;
	}
	.cont2-wrap{
		width: 90%;
	}
	.cont2-wrap img {

	}


	.top{
		padding: 0 0 30px;
	}


	.main{
    	margin: 0;
		height: auto;
	}


	.inner-wrap {
		width: 90%;
		margin: 0 auto;
	}
	.w48per {
		width: 100%;
	}

	.shinkansen-wrap {
    gap: 5vw;
	}
	.slick-dots {
    bottom: 6.25vw;
	}
	.uncormenu {
    top: 64px;
	}
	.uncormenu li a {
    font-size: 1em;
	padding: 0.5em 0.5em;
	}
	.button_pg p,.button_pg5 p {
    font-size: 1em;
	}
	.button_pg a,.button_pg5 a {
    font-size: 0.9em;
    padding: 1em 3em;
	width: 100%;


	}
	.button_pg2 p {
    font-size: 1em;
	}
	.button_pg2 a {
        font-size: 1.5em;
        padding: 0.5em 0;

	}
	.button_pg3 a {
        font-size: 1.5em;
        padding: 0.5em 2.1em;

	}
	
	.ac-tit img {
		display: block;
		margin: 0 auto;
	}
	
	.model-course-wrap .accordion-001 summary {
        padding: 1em 3.8em 1em 1em;
        height: auto;
	}
	
	.accordion-001 span {
		width: 2.8em;
	}
	
	.model-course-wrap .accordion-001 summary::before {
		right: 1.2em;
	}
	.model-course-wrap .accordion-001 summary::before, .model-course-wrap .accordion-001 summary::after {
		width: 3px;
        right: 1.2em;
	}
	.model-course-wrap .accordion-001 p {
		padding: 0;
	}
	.cont4 .btn a {
    height: 4em;
	}
	.cont4 .link-wrap .btn img {
    width: 80%;
	}
	.c4-izmir {
	background-color: #000;
	background-color: var(--primary-color);
	border-radius: 10px;
	}

	.c4-izmir {
		--primary-color: #000;
	}
	
	
	.modal-cont {
        height: 70%;
        /* flex-flow: column; */
        /* overflow: scroll; */
        overflow-x: hidden;
	}

	.modal-cont2 {
        height: 70%;
        overflow-x: hidden;
		width: 83%;
	}
	.modal-cont figure {
		position:relative!important;
		width:100%;
		height: auto;
		z-index: 2;
	}
	
	.modal-cont2 figure {
		position:relative!important;
		width:100%;
		height: auto;
		z-index: 2;
	}
	
	.modal-txt-box {
		width: 100%;
        height: 100%;
        padding: 6% 0 40px 0;
        display: block;
        overflow: unset;
	}
	.modal-txt-box2 {
		width: 100%;
        height: 100%;
        padding: 6% 0 40px 0;
        display: block;
        overflow: unset;
	}
	
	.modal-txt-box h4,.modal-txt-box h5,.modal-txt-box2 h4,.modal-txt-box2 h5 {
    font-size: 1.2em;
}
	
	.button_pg4 a {
    font-size: 1.2em;
    padding: 0.3em 2em;
}
	.modal-txt-box h4::before,.modal-txt-box2 h4::before{
    width: 44px;
    height: 44px;
}
	
	
	#pagetop{
		width: 70px;
	}
	
	.modalClose {
    border: none;
        color: #6b3c31;
        font-weight: 400;
        font-size: 2em;
        width: 40px;
        height: 40px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        background: #fff;
}
	.button_pg4 {
    padding-bottom: 8%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
	.modal-txt-box h3,.modal-txt-box2 h3 {
    font-size: 1.25em;
}
	.modal-box {
    display: flex;
        justify-content: center;
        align-items: center;
        height: 95%;
        flex-wrap: wrap;
        overflow: hidden;
        flex-flow: column;
}
	.cont2::before {
    width: 50%;
}
	.cont2::after {
    width: 50%;
}
	.cont4::after {
    width: 60%;
}
	.button_pg::before,.cont1 p::before,.cont1 p::after {
		display: none;
}
	.read{
	text-align: left;
}
	.cont1 p{
	text-align: left;
    width: 100%;
}
	.cont-wrap::before {
    top: -4vw;
}
	.ph1 {
		width: 55%;
	}
	.ph2 {
		width: 40%;
		left: 60%;
	}
	.ph3 {
    width: 37.5%;
    top: 58vw;
    right: 0;
}
	.ph3::before {
    width: 46%;
        top: -46%;
        left: 4%;
}
	.ph3::after {
    width: 73%;
}
	.ph14::after {
    width: 20%;
}
	.ph4 {
    width: 40.5%;
    top: 46vw;
    left: 18%;
}
	.ph5 {
    width: 35.5%;
    top: 78vw;
    left: 0;
}
	.ph6 {
    position: absolute;
    width: 46.5%;
    top: 124vw;
    left: 13%;
}
	.ph7 {
    position: absolute;
    width: 44.5%;
    top: 172vw;
    left: 1%;
}
	.ph8 {
    position: absolute;
    width: 48.5%;
    top: 166vw;
    right: 0;
}
	.ph9 {
    position: absolute;
    width: 39.5%;
    top: 207vw;
    left: 0%;
}
	.ph9::before {
    top: -8%;
    left: 105%;
}
	.ph10 {
    position: absolute;
    width: 44.5%;
    top: 202vw;
    right: 0;
}
	.ph11 {
    position: absolute;
    width: 42.5%;
    top: 239vw;
    left: 3%;
}
	.ph11::before {
    bottom: -108%;
    left: 54%;
}
	.ph12 {
    position: absolute;
    width: 42.5%;
    top: 240vw;
    right: 5%;
}
	.ph13 {
    position: absolute;
    width: 34.5%;
    top: 300vw;
    left: 0;
}
	
	.ph14 {
    position: absolute;
    width: 45.5%;
    top: 309vw;
    left: 40%;
}
	.ph15 {
    position: absolute;
    width: 47.5%;
    top: 352vw;
    left: 0;
}
	.ph16 {
    position: absolute;
    width: 47.5%;
    top: 386vw;
    left: 5%;
}
	.ph17 {
    position: absolute;
    width: 36%;
    top: 357vw;
    right: 0;
}
	.ph18 {
    position: absolute;
    width: 45.5%;
    top: 424vw;
    left: 52%;
}
	.ph18::after {
    content: '';
    display: inline-block;
    width: 30%;
    max-width: 152px;
    height: 100%;
    background-image: url(../img/bg-sakura1.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -21%;
    left: -37%;
}
	.ph19 {
    position: absolute;
    width: 43.5%;
    top: 435vw;
    left: 0;
}
	.ph20 {
    position: absolute;
    width: 48.5%;
    top: 462vw;
    right: 0;
}
	.ph21 {
    position: absolute;
    width: 36.5%;
    top: 465vw;
    left: 10%;
}
	.ph21::after {
    content: '';
    display: inline-block;
    width: 42%;
    max-width: 196px;
    height: 100%;
    background-image: url(../img/bg-people7.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -111%;
    left: -31%;
}
	.ratio:before {
    padding-bottom: 496vw;
}
	.bg-train::before {
    top: -2px;
}
	.bg-train {
	background-image:url("../img/bg-train.jpg");
}

	.cont3::before {
    width: 67%;
    top: 6%;
}

	.cont3::after {
    /*width: 28%;
    top: 21%;
    left: -11%;
    z-index: 0;*/
		display: none;
}
.readmore-content::before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7vw;
    background: linear-gradient(rgba(255, 227, 230, 0) 0%, rgba(255, 227, 230, 0.8) 50%, #ffe3e6 100%);
}
.readmore-content {
    position: relative;
    height: 22vw;
    overflow: hidden;
}
	.readmore label {
    position: absolute;
    display: table;
    left: 50%;
    bottom: 0;
    margin: 0 auto;
    width: 32%;
    padding: 0.5em 0;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #333;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
    transition: 0.3s ease-in-out all;
    opacity: 1;
    font-size: 0.9em;
}
	.readmore {
    position: relative;
    padding: 0px 0 3.8em;
    margin: 0 auto 4%;
}
	.sakura-map {
	max-width: 100%;
    margin: 0 auto;
}
	.bg-jrp::before {
    top: -3%;
}
	.bg-jep::before {
    bottom: 3%;
}
	.slick-dotted.slick-slider {
    margin-bottom: 30px;
    background: #FFCCDD;
}
	.slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}


}


/* タイ語非表示 */
.lang_th_hidden:lang(th){
    display: none;
}