@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color:#333;
  position: relative;
}

.gro{
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
}

.com{
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
}

.pe{
  opacity: 0.5!important;
  pointer-events: none!important;
}

header{
  background: white;
  width: 100%;
  height: 98px;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius:45px;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  transition: .5s;
}

header.js_hide ,
header.fixed2{
  transform: translateY(-200%);
}

header.fixed{
  transform: translateY(0%)!important;
}

.wrap{
  display:block;
  width: 1260px;
  max-width:100%;
  padding:0 40px;
  margin:0 auto;
  box-sizing: border-box;
}

.wrap2{
  display:block;
  width: 1180px;
  max-width:100%;
  padding:0 80px;
  margin:0 auto;
  box-sizing: border-box;
}

.page__wrap{
  display:block;
  width: 1160px;
  max-width:100%;
  padding:0 80px;
  margin:0 auto;
  box-sizing: border-box;
}

.header__left{
  width: 30%;
}

.header__left h1{
  margin: 0;
  line-height: 1;
  height: 172px;
}

.header__left h1 a{
  display: inline-block;
    position:relative;
  top: -78px;
  transition: 0.4s;
}

/* .home .header__left h1 a{
  pointer-events: none;
} */

.fl{
  transition: 0.4s;
  display: block;
  margin:0 auto;
  width: 144px;
}

.fl:hover{
opacity: 0.6;
}

.header__left h1 a:hover{
  opacity: 0.6;
}

.header__right{
  width: 70%;
  display:flex;
  padding:20px 0;
  align-items: center;
}

.header__flex{
  display:flex;
  align-items: start;
}

.header__right ul{
  width: calc(100% - 159px);
  box-sizing: border-box;
  padding:10px 0;
  margin: 0;
  padding-right: 40px;
  list-style:none;
  display: flex;
  
  justify-content: space-between;
}

.header__right ul li a{
  text-decoration:none;
  display: block;
  color:#333;
  font-size: 15px;
  text-align: center;
  line-height: 1.45;
  position:relative;
  padding-left: 26px;
}

.header__right ul li a span{
  display: block;
  font-size: 12px;
}

.header__right ul li a:before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #E2FE07;
}

.header__right ul li:nth-child(2) a:before{
  background: #F7947D;
}

.header__right ul li:nth-child(3) a:before{
  background: #74AA2C;
}

.header__right ul li:nth-child(4) a:before{
  background: #3D96C8;
}

.header__right ul li:nth-child(5) a:before{
  background: #666;
}

.contact__link{
  width: 159px;
  height: 47px;
  box-sizing: border-box;
  border-radius: 24px;
  display: block;
  text-decoration: none;
  color:white;
  text-align: center;
  background:#F7947D;
  font-size: 15px;
  line-height: 1.2;
  padding:4px 0;
  border:2px solid #F7947D;
}

.contact__link span{
  display: block;
  font-size: 12px;
}

.mainV{
  width: 100%;
  height: 55vw;
  background-image: url('img/mainV.jpg');
  background-size: cover;
  background-position: center;
  margin-top: 0px;
  position: relative;
}

.copy{
  margin: 0;
  display:block;
  text-align: center;
  padding-top: 11.5vw;
}

.copy img{
  width: 530px;
  max-width: 100%;
  display: block;
  margin:0 auto;
}

.feature__section{
  background: #3D96C8;
  padding:120px 0 100px;
  color:white;
  position: relative;
}

.wave{
  position: absolute;
  left: 0;
  top: -80px;
  width: 100%;
}

.wave img{
  width: 100vw;
}

.wave .wave__slider{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; 
  z-index: 4;
}

.fs__flex{
  position: relative;
  z-index: 5;
}

.wave .wave__slider2{
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%; 
  z-index: 3;
}

.wave .wave__slider3{
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%; 
  z-index: 2;
}

.wave .wave__slider4{
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%; 
  z-index: 1;
}

.type1{
  width: 100%;
  height: 5px;
}

.fs__flex{
  display: flex;
  align-items: start;
}

.fs__left{
  width: 50%;
  position: relative;
  z-index: 2;
}

.fs__right{
  width: 50%;
}

.fs__left h2{
  margin: 0;
  font-size: 150px;
  line-height: 1;
  position: relative;
  left: -10px;
}

.fs__left p{
  font-size: 16px;
  margin:20px 0 50px;
  line-height: 2;
}

.arrow__link{
  display: block;
  width: 307px;
  padding:17px 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color:#333;
  border:1px solid #333;
  border-radius: 50px;
  background: white;
  position: relative;
  transition: 0.4s;
}

.arrow__link:hover{
  opacity: 0.6;
}

.arrow__link::after{
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  width: 36px;
  height: 36px;
  background-image: url('img/arrow1.png');
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.fs__right{
  position: relative;
  padding-top: 20px;
  z-index: 2;
}

.fs__right h3{
  margin: 0;
  margin-left: auto;
  font-size: 18px;
  letter-spacing: 0.15em;
  position: relative;
  writing-mode: vertical-rl;
  padding-top: 26px;
}

.fs__right h3:before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);  
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #E2FE07;
}

.fs__rel{
  position: relative;
  padding-bottom: 14vw;
}

.map__img{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 53%;
  z-index: 1;
}

.map__img img{
  width: 100%;
}

.point{
  position: absolute;
  display: block;
  width: 2vw;
  height: 2vw;
  right: 41.5%;
  bottom: 17.9%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;  
}

.point:before , .point:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2vw;
  height: 2vw;
  z-index: -1;
  translate: -50% -50%;
  border-radius: 50%;
  animation: dots_light 3s ease-out infinite forwards;
}

.point:before{
  background-color: rgba(255, 255, 255, 0.4);
}

.point:after{
  background-color: rgba(255, 255, 255, 0.4);
  animation-delay: 1.5s;
}

@keyframes dots_light{
  0% {
    opacity: 1;
  }
  80% {
    opacity: 0.4;
  }
  100% {
    transform: scale(6);
    opacity: 0;
  }
}

.top__slider{
  position: relative;
  z-index: 2;
}

.size1{
  width: 32vw;
  height: auto;
  display: block;
  margin:0 15px;
}

.size2{
  width: 27vw;
  height: auto;
  margin:0 15px;
}

.mt1{
  margin-top: 30px;
}

.mt2{
  margin-top: 60px;
}

.visit__section{
  background: #EEF2F5;
  padding:95px 0;
}

.title__flex{
  display: flex;
  align-items: center;
}

.title__flex h2{
  margin: 0;
  line-height: 1;
  color:#F7947D;
  font-size: 150px;
  width: 315px;
}

.title__sub{
  width: calc(100% - 315px);
}

.title__sub h3{
  font-size: 18px;
  margin: 0;
  margin-left: 10px;
  padding-left:26px;
  position: relative;
}

.title__sub h3:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); 
  background:#F7947D;
}

.title__sub p{
  margin:10px 0 0;
  font-size: 45px;
  line-height: 1.5;
}

.title__sub p span.white-bg{
  background: white;
  display: inline-block;
  padding:0 13px;
  padding-right: 0;
}

.title__sub p span.color{
  color:#F7947D;
}

.fs__right h4{
  margin: 0;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 45px;
  color:#333;
  line-height: 1.5;
  position: absolute;
  right:50px;
  top: 20px;
}

.fs__right h4 span.color{
  color:#3D96C8;
}

.fs__right h4 span.white-bg{
  background: white;
  display: inline-block;
  padding:13px 0 0;
  margin-left: 10px;
  
}

.visit__flex{
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.visit__flex a{
  position: relative;
  width: 31.5%;
  height: 510px;
  border-radius: 35px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
}

.visit__flex a:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #4D4D4D;
  opacity: 0.4;
  z-index: 2;
}

.visit__flex a img.v__img{
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s;
  width: 100%;
}

.visit__flex a h3{
  position: relative;
  writing-mode: vertical-rl;
  font-size: 45px;
  margin: 0;
  padding:37px 35px;
  color:white;
  z-index:3;
  line-height: 1;
}

.visit__flex a h3 span{
  display: block;
  font-size: 18px;
  opacity: 0.6;
  margin-left: 10px;
  margin-top: 2px;
}

.visit__flex a p{
  margin: 0;
  font-size: 18px;
  position: absolute;
  z-index: 3;
  color:white;
  bottom: 37px;
  left: 30px;
}

.visit__flex a p:after{
  content: '';
  position: absolute;
  right:-80px;
  top: 50%;
  width: 65px;
  height: 65px;
  background-image: url('img/arrow2.png');
  background-size: cover;
  transition: 0.4s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);  
}

.visit__flex a:nth-child(1) ,
.visit__flex a:nth-child(3){
  margin-top: 52px;
}

.inline-rel{
  position: relative;
  width: 715px;
  max-width: 100%;
  margin:0 auto;
}

.beach__banner{
  width: 100%;
  height: 174px;
  display: block;
  margin:120px auto 0;
  background-image: url('img/beach.png');
  background-size: cover;
  border-radius: 15px;
  position: relative;
  text-decoration: none;
  transition: 0.4s;
}

.beach__banner:hover{
  opacity: 0.6;
}

.text__area{
  width: 249px;
  box-sizing: border-box;
  padding:46px 0;
}

.beach__banner .bb__text1{
  color:#3D96C8;
  margin: 0;
  font-size: 13px;
  position: relative;
  left: 39px;
  top: 2px;
}

.beach__banner .bb__text2{
  color:#3D96C8;
  margin: 0;
  text-align: center;
  font-size: 25px;
  line-height: 1.4;
}

.beach__banner .bb__text3{
  color:white;
  text-align: center;
  margin:2px 0 0;
  font-size: 15px;
}

.cat{
  position: absolute;
  right: -250px;
  bottom: -70px;
  pointer-events: none;
  width: 422px;
}

.school__area{
  background: #D9EFBC;
  width: 100%;
  box-sizing: border-box;
  border-top-left-radius:35px;
  border-bottom-left-radius:35px;
}

.school__area{
  padding:40px 0 100px;
  padding-left: 90px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.school__box{
  position: relative;
}

.school__box:after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background: #D9EFBC;
}

.sa__left{
  width: 50%;
}

.sa__right{
  width: 50%;
}

.sa__right img{
  width: 457px;
  max-width: 100%;
  display: block;
  margin-left: auto;
}

.sa__left h2{
  margin: 0;
  line-height: 1;
  color: #74AA2C;
  font-size: 150px;  
}

.dot__title{
  font-size: 18px;
  margin: 0;
  margin-left: 10px;
  padding-left: 26px;
  position: relative;
}

.dot__title:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: #74AA2C;
}

.wb__text{
  margin: 28px 0 0;
  font-size: 45px;
  line-height: 1.5;
}

.wb__text .white-bg {
  background: white;
  display: inline-block;
  padding: 0 13px;
  padding-right: 0;
  margin-bottom: 10px;
}

.wb__text .color{
  color:#74AA2C;
}

.school__box{
  margin-top: 140px;
}

.sa__text{
  margin:25px 0 35px;
  font-size: 16px;
}

.port__area{
  width: 100%;
  height: 500px;
  background-image: url('img/port.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.news__section{
  background: #EEF2F5;
  padding:120px 0;
}

.ns__flex{
  display: flex;
}

.ns__left{
  width: 40%;
}

.ns__right{
  width: 60%;
}

.ns__left h2{
  margin: 0;
  line-height: 1;
  color: #3D96C8;
  font-size: 150px;
}

.ns__left .dot__title:before{
  background: #3D96C8;
}

.dot__title.mb__plus{
  margin-bottom: 85px;
}

.ns__right ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.ns__right ul li{
  border-top:1px dashed #3D96C8;
  padding:25px 0;
  display:flex;
}

.ns__right ul li:last-child{
  border-bottom:1px dashed #3D96C8;
}

.ns__right ul li .news__left{
  width: 215px;
}

.ns__right ul li .news__left img{
  width: 100%;
}

.ns__right ul li .news__right{
  width:calc(100% - 215px);
  box-sizing: border-box;
  padding-left: 32px;
}

.nr__info{
  display:flex;
  margin:10px 0 20px;
}

.nr__info p.com{
  font-size: 16px;
  margin:1px 0 0;
  color:#3D96C8;
  width: 110px;
  font-weight: bold;
}

.nr__info p.category{
  width: calc(100% - 110px);
  margin: 0;
}

.nr__info p.category a{
  display: inline-block;
  background: white;
  font-size: 12px;
  text-decoration: none;
  border-radius: 20px;
  border:1px solid #1893BF;
  color:#1893BF;
  padding:1px 10px;
  position: relative;
  top: -2px;
}

/* .single .nr__info p.category a{
font-size: 18px; 
position: relative;
top: -4px;
} */

.single .nr__info p.category a{
  top: -1px;
}

.nr__title{
  display: block;
  color: #3D96C8;
  margin: 0;
  font-size: 16px;
  text-decoration: none;
}

.sns__area{
  background: #3D96C8;
  color:white;
  box-sizing: border-box;
  padding:48px;
  border-radius: 50px;
  margin-top: 130px;
}

.sns__area .title__flex h2{
  color: white;
}

.sns__area .title__sub h3:before{
  background: #E2FE07;
}

.title__sub p.normal{
  font-size: 16px;
  margin-left: 10px;
}

.title__flex{
  position: relative;
}

.insta__abo{
  width: 172px;
  position: absolute;
  right: 20px;
  top: 15px;
  line-height: 1;
  transition: 0.4s;
}

.insta__abo:hover{
  opacity: 0.6;
}

.insta__abo img{
  width: 100%;
}

.title__flex.mb40{
  margin-bottom: 40px;
}

.access__area{
  display: flex;
  align-items: center;
  margin-top: 130px;
}

.aa__left{
  width: 50%;
}

.aa__right{
  width: 50%;
  box-sizing: border-box;
  padding-left: 60px;
}

.aa__right img{
  width: 100%;
}

.access__area h2{
  margin: 0;
  line-height: 1;
  color: #666;
  font-size: 150px;
}

/* .access__area .dot__title.mb__plus{
  margin-bottom: 75px;
} */

.aa__text1{
  font-size: 18px;
  margin:0 0 30px;
}

.ac__info{
  padding-left: 15px;
  margin-bottom: 15px;
}

.ac__info .ac__text1{
  position: relative;
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 1.25;
}

.ac__info .ac__text1:before{
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  width: 5px;
  height: 100%;
  background: #3D96C8;
}

.ac__info .ac__text2{
  font-size: 18px;
  margin: 0;
}

.ac__info .ac__text2 a{
  position: relative;
  color: #3D96C8;
  padding-left: 24px;
  margin-left: 10px;
  text-underline-offset: 2px;
  transition: 0.4s;
}

.ac__info .ac__text2 a:hover{
  opacity: 0.6;
}

.ac__info .ac__text2 a:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 32px;
  background-image: url('img/pin.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.time__table{
  position: relative;
  display: inline-block;
  padding-left: 15px;
  font-size: 18px;
  color: #3D96C8;
  text-underline-offset: 2px;
  transition: 0.4s;
  margin-top: 23px;
}

.time__table:hover{
  opacity: 0.6;
}

.time__table:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width:12px;
  height: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);  
  background-image: url('img/arrow4.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.target{
  display: inline-block;
  position: relative;
  padding-right: 23px;
}

.target:after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width:18px;
  height: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);  
  background-image: url('img/link.png');
  background-size: contain;
  background-repeat: no-repeat; 
}

.access__area .dot__title{
  margin-left: 0;
}

.access__area .dot__title:before{
  background: #666;
}

.link__area{
  padding:110px 0;
}

.link__flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.link__flex a{
    width: 22.5%;
    display: flex;
    align-items: center;
    text-decoration: none;
    color:#1893BF;
    position: relative;
    border-bottom:1px dashed #1893BF;
    padding-bottom: 20px;
    padding-left: 27px;
    margin:0 4%;
    margin-bottom: 42px;
    font-size: 18px;
}

.link__flex a:before{
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 16px;
  height: 16px;
  background:#E2FE07;
  border-radius: 50%;
}

.link__flex a.color2:before{
  background: #F7947D;
}

.link__flex a.color3:before{
  background: #74AA2C;
}

.link__flex a.color4:before{
  background: #3D96C8;
}

.link__flex a.color5:before{
  background: #666;
}

.link__flex a span{
  position: relative;
  font-size: 14px;
  display: block;
  padding-left: 47px;
}

.link__flex a:nth-child(4),
.link__flex a:nth-child(5){
  margin-bottom: 0;
}

.link__flex a span:before{
  content: '';
  position: absolute;
  left: 11px;
  top: 51%;
  width: 25px;
  height: 1px;
  background: #1893BF;
}

footer{
  padding:82px 0 25px;
  background-image: url('img/footerV.jpg');
  background-size: cover;
}

.banner__row{
  display:flex;
  justify-content: space-evenly;
}

.banner__row a{
  width: 31.8%;
  display: block;
  text-align: center;
  background: white;
  color:#1893BF;
  text-decoration: none;
  border-radius: 15px;
  padding:30px 0;
  font-size: 15px;
}

.banner__row a span{
  display: inline-block;
  padding-right: 28px;
  position: relative;
}

.banner__row a span:after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); 
  width: 17px;
  height: 17px;
  background-image: url('img/link.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.logo2{
  width: 128px;
}

.logo3{
  width: 223px;
  position: relative;
  top: 3px;
}

.banner__row.row2{
  justify-content: center;
  margin-top: 16px;
}

.banner__row.row2 a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0;
  height: 71px;
  margin:0 7px;
}

.footer__logo{
  display: block;
  margin:48px auto 0;
}

.footer__text1{
  margin:26px 0 0;
  text-align: center;
  font-size: 18px;
  color:white;
}

.footer__text2{
  margin:28px 0 0;
  text-align: center;
  font-size: 16px;
  color:white;
}

.tel__text{
  margin: 0;
  text-align: center;
}

.tel__text a{
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  color:white;
}

.footer__instagram{
  display: block;
  width: 30px;
  margin:15px auto 0;
}

.footer__instagram img{
  width: 100%;
}

.footer__link{
  display: flex;
  justify-content: center;
  margin:25px 0 0;
  padding: 0;
  list-style: none;
}

.footer__link li{
  margin:0 18px;
}


.footer__link li a{
  color:white;
  text-decoration: none;
  font-size: 15px;
  transition: 0.4s;
}

.footer__link li a:hover{
  opacity: 0.6;
}

.copyright{
  text-align: center;
  margin:45px 0 0;
  font-size: 12px;
  color:white;
}

.page__area{
  background:#EEF2F5;
  padding:220px 0 40px;
  overflow-x: hidden;
}

.page__title{
  position: relative;
  font-weight: 500;
  font-size: 28px;
  margin: 0;
  display: flex;
  align-items: center;
}

.page__title span{
  font-size: 100px;
  line-height: 1;
  display: block;
  color:#3D96C8;
  margin-right: 40px;
  position: relative;
  top: -10px;
}

.page__title span:before{
  content: '';
  position: absolute;
  left: -25vw;
  top: 50%;
  width: calc(25vw - 40px);
  background:#3D96C8;
  height: 2px;

}

.page__content1{
  padding:60px;
  background: white;
  box-sizing: border-box;
  width: 100%;
  border-radius: 35px;
  margin: 40px 0 60px;
}

.single__title{
  font-size: 30px;
  margin:24px 0;
}

.single__content figure{
  margin:30px 0;
}

.single__content p{
  font-size: 18px;
  margin:18px 0;
  font-weight: 500;
}

.single__content h2{
  box-sizing: border-box;
  color:white;
  background:#3D96C8;
  font-size: 22px;
  border-radius: 10px;
  padding:5px 15px;
  margin:30px 0 20px;
}

.single__content h3{
  box-sizing: border-box;
  color:#3D96C8;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom:2px solid #3D96C8;
  margin:30px 0 20px;
}

.arrow__link.center{
  margin:0 auto;
}

.bread__area{
  margin-top: 100px;
  font-size: 14px;
  font-weight: 500;
}

.bread__area span a{
  position: relative;
  display: inline-block;
  color:#333;
  text-decoration: none;
  transition: .4s;
  padding-right: 25px;
}

.bread__area span a span{
  transition: 0.4s;
  cursor: pointer;
}

.bread__area span a:after{
  content: '';
  position: absolute;
  right: 9px;
  top: 54%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); 
  width: 8px;
  height: 13px;
  background-image: url('img/arrow5.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.bread__area span a span:hover{
  opacity: 0.6;
}

.category__type{
  list-style: none;
  margin: 0;
  padding:0;
}

.category__type li{
  margin:0 0 10px;
}

.category__type li a{
  border:1px solid #3D96C8;
  color:#3D96C8;
  text-decoration: none;
  display: inline-block;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  padding:3px 15px;
  transition: 0.4s;
}

.category__type li a:hover{
  opacity: 0.6;
}

.category__type li a.current{
  background:#3D96C8;
  color:white;
  pointer-events: none;
}

.ar__flex{
  display: flex;
}

.ar__left{
  width:300px;
  box-sizing: border-box;
  padding-right: 20px;
}

.ar__right{
  width: calc(100% - 300px);
}

.ns__right ul li .news__left img{
  height: 160px;
  object-fit: cover;
  border-radius: 15px;
}

.navi__area{
  margin-top: 40px;
}

.navi__area .wp-pagenavi{
  display: flex;
  justify-content: right;
}

.navi__area .wp-pagenavi span , 
.navi__area .wp-pagenavi a{
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  box-sizing: border-box;
  border-radius: 50%;
  border:1px solid #333;
  color:#333;
  transition: 0.4s;
  text-decoration: none;
  padding:0;
  margin: 0;
  margin-left:20px;
}

.navi__area .wp-pagenavi span{
  color:white;
  font-weight: bold;
  background:#3D96C8;
}

.navi__area .wp-pagenavi a:hover{
  opacity: 0.6;
}

.ns__right ul li a{
  transition: 0.4s;
}

.ns__right ul li a:hover{
  opacity: 0.6;
}

.nr__info p.category a{
  transition: 0.4s;
}

.nr__info p.category a:hover{
  opacity: 0.6;
}

.header__right ul li a:before , .header__right ul li a ,
.link__flex a , .link__flex a:before , .banner__row a , .footer__instagram{
  transition: 0.4s;
}

.header__right ul li a:hover , .link__flex a:hover , .banner__row a:hover ,.footer__instagram:hover{
  opacity: 0.6;
}

.header__right ul li a:hover:before , .link__flex a:hover:before{
  transform: scale(1.4);
}


.menu_button{
  outline: none;
  border: none;
  font-size: 20px;
  text-align: center;
  margin-left:auto;
  margin-top:0;
  display:block;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  border:2px solid #3D96C8;
}

.menu_button p{
  font-weight: bold;
  color:#3D96C8;
}

.menu_button .bar{
  width: 40px;
  display: block;
  margin:20px auto 0;
}

.header-flex{
 padding-top: 22px;
}


.menu_button:hover{
 cursor:pointer;
}

.menu_button .menu_icon01 {
 display: block;
 float:left;
 cursor: pointer;
 transition: .7s;
 position: relative;
 top:33px;
 left:20px;
}

.menu_button .menu_icon01 span {
 display: block;
 width: 27px;
 height: 2px;
 background: black;
 margin-bottom: 15px;
 transition: .7s;
}

.menu_button.open .menu_icon01 span{
 background:black; 
}

.news-flex article .news-content img{
 height:170px;
}


.menu_button .menu_icon01{
 top: 22px;
 left: 16px;
}

.menu_button:hover{
 cursor:pointer;
}

.menu_button .menu_icon01 {
 display: block;
 float:left;
 cursor: pointer;
 transition: .5s;
 position: relative;
 top:7px;
 left:0px;

}

.menu_button .menu_icon01 span {
 display: block;
 width: 40px;
 height: 2px;
 background: black;
 margin-bottom: 6px;
 transition: .5s;
}

.menu_button .menu_icon01 span.bar2{
 width: 36px;
}

.menu_button .menu_icon01 span.bar3{
 width: 32px;
}	

.menu_button.open .menu_icon01 span.bar2{
 width: 40px;
}

.menu_button.open .menu_icon01 span.bar3{
 width: 40px;
}	

.menu_button.open .menu_icon01{
 transform: rotate(-45deg);
 left: 6px;

}
.menu_button.open .menu_icon01 .bar1 {
 transform: rotate(7deg) translateY(7px);
}
.menu_button.open .menu_icon01 .bar2 {
 opacity: 0;
}
.menu_button.open .menu_icon01 .bar3 {
transform: rotate(-97deg) translateX(9px);

}

.menu_button .menu_icon02 {
 display: block;
 float: left;
 cursor: pointer;
 transition: all 0.2s ease-in;
}
.menu_button .menu_icon02 span {
 display: block;
 width: 30px;
 height: 2px;
 background: #707070;
 margin-bottom: 4px;
 transition: all 0.4s ease-out;
}
.menu_button.open .menu_icon02 .bar1 {
 transform: translateY(10px) rotate(135deg);
}
.menu_button.open .menu_icon02 .bar2 {
opacity: 0;
transform:translateX(-100px);
}
.menu_button.open .menu_icon02 .bar3 {
transform:  translateY(-6px)
rotate(45deg);
}

.menu_button .menu_icon03 {
 display: block;
 float: left;
 cursor: pointer;
 transition: all 0.2s ease-in;
}
.menu_button .menu_icon03 span {
 display: block;
 width: 30px;
 height: 2px;
 background: #707070;
 margin-bottom: 4px;
 transition: all 0.4s ease-out;
}
.menu_button.open .menu_icon03 .bar1 {
 transform: translateY(10px) rotate(45deg);
}
.menu_button.open .menu_icon03 .bar2 {
opacity: 0;
width:150px;
transform: translateX(-60px)
}
.menu_button.open .menu_icon03 .bar3 {
transform: translateY(-6px)
rotate(135deg);
}

.active .spr1 a{
  color:black!important;
}

.active .spr1 a span{
  border-color: black!important;
}

.active .menu_button .menu_icon01 span{
  background: black!important;
}

.menu_button p{
 margin: 0;
 font-size: 14px;
 position: relative;
 top: -1px;
 text-align: center;
}

header , .header__left h1 a{
  z-index: 99;
}

#nav{
 position: fixed;
   overflow-y: scroll;
   min-height: 100vh;
   max-height: 100vh;
   width: 100%;
   top: 0;
   background:white;
   margin-top: 0px;
   padding: 190px 0 50px;
   box-sizing: border-box;
   opacity: 0;
   pointer-events: none;
   z-index: -1;
   transition: .6s;
   color: #fff;
}

#nav.in{
 opacity: 1;
 pointer-events: auto;
 z-index: 98;

}

#nav uL{
  margin: 0;
  padding:0;
  list-style: none;
}

#nav uL li{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
}

#nav uL li a{
  text-decoration: none;
    display: block;
    color: #333;
    font-size: 15px;
    line-height: 1.45;
    position: relative;
    padding-left: 26px;
}

#nav uL li a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #E2FE07;
}

#nav uL li:nth-child(2) a:before{
  background: #F7947D;
}

#nav uL li:nth-child(3) a:before{
  background: #74AA2C;
}

#nav uL li:nth-child(4) a:before{
  background: #3D96C8;
}

#nav uL li:nth-child(5) a:before{
  background: #666;
}

.nav__wrap{
  padding:0 60px;
}

/* .contact__link{
  width: 200px;
  height: 50px;
  display: block;
  margin:40px auto 0;
  font-size: 16px;
} */

.contact__link span{
  font-size: 13px;
}

#nav uL li a span{
  display: block;
    font-size: 12px;
}

.link__position{
  position: absolute;
  top: -90px;
  display: block;
}

.link__position.type2{
  top: -140px;
}

.link__position.type3{
  top: -170px;
}

.visit__section , .access__area{
  position: relative;
}


@media screen and (max-width: 1150px) {

  .wave{
    top: -30px;
  }
  
  .header__left h1{
    width: 160px;
  }

  .header__left h1 a{
    top: -65px;
  }

  .header__left h1 a img{
    width: 100%;
  }

  .header__left{
    width: 22%;
  }

  .header__right{
    width:78%;
  }

  .contact__link{
    width: 130px;
    height: 42px;
    font-size: 14px;
  }

  .contact__link span{
    font-size: 11px;
  }

  .header__right ul{
    padding-right: 20px;
    width: calc(100% - 130px);
  }

  .header__right ul li a{
    font-size: 14px;
    padding-left: 18px;
  }

  .header__right ul li a span{
    font-size: 11px;
  }

  .header__right ul li a:before{
    width: 14px;
    height: 14px;
    top: 4px;
  }

  .wrap , .wrap2{
    padding:0 20px;
  }

  .page__wrap{
    padding:0 40px;
  }

  .page__title span:before{
    left: -40px;
    width: 30px;
  }

  .page__area{
    padding:190px 0 40px;
  }

  .page__content1{
    padding:60px 40px;
  }

  .category__type li a{
    padding:2px 12px;
  }

  .ar__left{
    width: 250px;
  }

  .ar__right{
    width: calc(100% - 250px);
  }

  .ns__right ul li .news__right{
    padding-left: 20px;
  }

  .nr__info p.com{
    font-size: 15px;
    width: 100px;
  }

  .nr__info p.category{
    width: calc(100% - 100px);
  }

  .nr__title{
    font-size: 15px;
  }

  .link__flex a{
    width: 25%;
    margin:0 2% 25px;
  }

  .visit__section{
    overflow-x: hidden;
  }

  .copy img{
    width: 430px;
  }

  .fs__left h2{
    font-size: 120px;
  }

  .fs__left p{
    font-size: 15px;
  }

  .fs__right h3{
    font-size: 16px;
  }

  .fs__right h4 , .title__sub p{
    font-size: 30px;
  }

  .title__flex h2{
    font-size: 120px;
    width: 255px;
  }

  .title__sub h3{
    font-size: 16px;
  }

  .visit__flex a img.v__img{
    height: 100%;
    object-fit: cover;
  }

  .visit__flex a h3{
    font-size: 30px;
    padding: 30px;
  }

  .visit__flex a h3 span{
    font-size: 16px;
  }

  .visit__flex a p{
    font-size: 15px;
    /* width: calc(100% - 30px); */
    left: 15px;
    box-sizing: border-box;
    padding-right:50px;
  }

  .visit__flex a p:after{
    right: 0;
    width: 40px;
    height: 40px;
  }

  .visit__flex a{
    height: 400px;
  }

  .cat{
    width: 340px;
    right: -200px;
    bottom: -30px;
  }

  .school__area{
    padding:40px 0 80px;
    padding-left: 40px;
  }

  .sa__left h2{
    font-size: 120px;
  }

  .dot__title{
    font-size: 16px;
  }

  .wb__text{
    font-size: 30px;
  }

  .sa__text{
    font-size: 15px;
  }

  .sa__right{
    box-sizing: border-box;
    padding-left: 20px;
  }

  .ns__left h2{
    font-size: 120px;
  }

  .title__sub p.normal{
    font-size: 15px;
  }

  .sns__area{
    padding:45px 30px;
  }

  .insta__abo{
    width: 140px;
    right: -10px;
    top: 40%;
  }

  .access__area h2{
    font-size: 120px;
  }

  .dot__title.mb__plus{
    margin-bottom: 60px;
  }

  .aa__text1{
    font-size: 16px;
  }

  .ac__info .ac__text1 , .ac__info .ac__text2{
    font-size: 16px;
  }

  .time__table{
    margin-top: 20px;
    font-size: 16px;
  }


}

.sp{
  display: none!important;
}

@media screen and (max-width: 850px) {
    .pc{
      display: none!important;
    }

    .sp{
      display: block!important;
    }

    .wave{
      position: absolute;
      left: 0;
      top: 0px;
      width: 100%;
    }
    
    .wave .wave__slider{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; 
      z-index: 4;
    }
    
    .fs__flex{
      position: relative;
      z-index: 5;
    }
    
    .wave .wave__slider2{
      position: absolute;
      left: 0;
      top: -5px;
      width: 100%; 
      z-index: 3;
    }
    
    .wave .wave__slider3{
      position: absolute;
      left: 0;
      top: -10px;
      width: 100%; 
      z-index: 2;
    }
    
    .wave .wave__slider4{
      position: absolute;
      left: 0;
      top: -15px;
      width: 100%; 
      z-index: 1;
    }

    .feature__section{
      padding-top: 90px;
    }

    .wave img{
      width: 800px;
    }

    .wb__text .white-bg.pr__plus{
      padding-right: 13px;
    }
/* 
    .single .nr__info p.category a{
      top: 0;
      font-size: 16px;
    } */

    .contact__link{
      width: 200px;
      height: 50px;
      display: block;
      margin:40px auto 0;
      font-size: 16px;
    }
    
    .contact__link span{
      font-size: 13px;
    }

    header{
      background: inherit;
    }

    .page__title span{
      font-size: 75px;
      margin-right: 20px;
    }

    .page__title{
      font-size: 20px;
    }

    .ar__flex{
      display: block;
    }

    .ar__left{
      width: 100%;
      padding: 0;
      margin-bottom: 30px;
    }

    .ar__right{
      width: 100%;
    }

    .category__type{
      display: flex;
      flex-wrap: wrap;
    }

    .category__type li{
      margin-right: 10px;
    }

    .ns__right ul li{
      padding:20px 0;
      align-items: center;
    }

    .ns__right ul li .news__left{
      width: 160px;
    }

    .ns__right ul li .news__right{
      width: calc(100% - 160px);
    }

    .ns__right ul li .news__left img{
      height: 120px;
    }

    .nr__info{
      display: block;
      margin: 0 0 10px;
    }

    .navi__area .wp-pagenavi span, .navi__area .wp-pagenavi a{
      margin-left: 10px;
    }

    .nr__info p.com{
      width: 100%;
    }

    .nr__info p.category{
      width: 100%;
    }

    .link__flex{
      justify-content: space-between;
    }

    .link__flex a{
      width: 48%;
      margin:0 0 20px;
      box-sizing: border-box;
    }

    .link__flex a:nth-child(4){
      margin-bottom: 20px;
    }

    .link__area{
      padding:70px 0;
    }

    footer{
      padding:70px 0 25px;
    }

    .banner__row{
      display: block;
    }

    .banner__row.row2{
      display: flex;
    }

    footer .wrap2{
      padding:0 40px;
    }

    .banner__row a{
      width: 100%;
      margin-bottom: 10px;
    }

    .logo3{
      width: 160px;
    }

    .logo2{
      width: 104px;
    }

    .nr__info p.com{
      margin-bottom: 3px;
    }

    .single__title{
      font-size: 24px;
      margin:20px 0 ;
    }

    .single__content figure{
      margin:20px 0;
    }

    .single__content p{
      font-size: 16px;
      margin:16px 0;
    }

    .single__content h2{
      font-size: 19px;
    }

    .single__content h3{
      font-size: 18px;
    }

    .mainV{
      margin-top: 0;
      height: 120vw;
      background-position: top;
      background-image: url(img/mainV-sp.jpg);
    }

    .copy{
      padding-top: 170px;
    }

    .copy img{
      width: 380px;
    }

    .fs__flex{
      display: block;
    }

    .fs__left{
      width: 100%;
    }

    .fs__left h2 , .title__flex h2{
      font-size: 90px;
    }

    .fs__left p.dot__title{
      margin: 0;
    }

    .fs__left p.dot__title:before{
      background: #E2FE07;
    }

    .fs__left p.wb__text{
      font-size: 30px;
      margin:20px 0;
      color:#333
    }

    .fs__left p.wb__text .color{
        color:#3D96C8;
    }
    
    .map__img{
      width: 92%;
    }

    .fs__rel{
      padding-bottom: 50vw;
    }

    .point{
      right: 42.3%;
      bottom: 19.4%;
    }

    .feature__section{
      padding-bottom: 60px;
    }

    .visit__section{
      padding:60px 0;
    }

    .title__flex{
      display: block;
    }

    .title__sub p span.white-bg{
      margin-bottom: 10px;
    }

    .title__sub p{
      margin-top: 20px;
    }

    .visit__flex{
      display: block;
      margin-top: 20px;
    }

    .visit__flex a:nth-child(1), .visit__flex a:nth-child(3){
      margin-top: 0;
    }

    .visit__flex a{
      width: 100%;
    }

    .visit__flex a{
      margin-bottom: 15px;
      height: 320px;
    }

    .beach__banner{
      background-image: url('img/beach-sp.png');
      width: 400px;
      height:153px;
      margin-top: 55px;
    }

    .text__area{
      width: 193px;
      text-align: center;
      padding:25px 0;
    }

    .beach__banner .bb__text1{
      left: 0;
      font-size: 12px;
    }

    .beach__banner .bb__text2{
      font-size: 20px;
    }

    .beach__banner .bb__text3{
      font-size: 13px;
    }

    .cat{
      width: 250px;
      right: -25px;
      bottom: -50px;
    }

    .school__box{
      margin-top: 85px;
    }

    .school__area{
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
    }

    .school__area{
      display: block;
      padding:40px 0 60px;
      padding-left: 30px;
    }

    .sa__left{
      width: 100%;
    }

    .sa__left h2{
      font-size: 90px;
    }

    .sa__right{
      padding: 0;
      width: 100%;
      margin-top: 30px;
    }

    .school__box:after{
      width: 30px;
    }

    .port__area{
      height: 350px;
      background-attachment:inherit ;
      background-image: url('img/port-sp.jpg');
    }

    .ns__flex{
      display: block;
    }

    .news__section{
      padding:60px 0;
    }

    .ns__left{
      width: 100%;
    }

    .ns__right{
      width: 100%;
    }

    .ns__left h2{
      font-size: 90px;
    }

    .ns__left .dot__title.mb__plus{
      margin-bottom: 40px;
    }

    .ns__flex .arrow__link.center{
      margin-top: 30px;
    }

    .title__sub p.normal{
      margin: 0;
      margin-top: 10px;
    }

    .insta__abo{
      right: 35px;
      top: 0px;
      transform: translateY(0%);
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
    }

    .sns__area{
      padding:35px 20px;
      border-radius: 30px;
    }

    .access__area{
      margin-top: 60px;
      display: block;
    }

    .aa__left{
      width: 100%;
    }

    .ac__img{
      width: 100%;
      display: block;
      margin-bottom: 30px;
    }

    .access__area .dot__title.mb__plus{
      margin-bottom: 30px;
    }

    .title__sub{
      width: 100%;
    }

    .access__area h2{
      font-size: 90px;
    }

    .wrap2 , .visit__section .wrap{
      padding:0 30px;
    }

    .sa__right img{
      width: 100%;
    }

    .link__position{
      top: -50px;
    }

    .link__position.type2{
      top: -100px;
    }

    .link__position.type3{
      top: -140px;
    }

      footer{
        background-image: url('img/footerV-sp.jpg');
      }





}

@media screen and (max-width: 500px) {

  .header__left h1{
    width: 100px;
    height: 90px;
  }

  .header__left h1 a{
    top: -40px;
  }

  .page__area{
    padding:130px 0 40px;
  }

  .wrap{
    padding:0 15px;
  }

  .page__wrap{
    padding:0 15px;
  }
  
  .page__title span:before{
    left: -15px;
    width: 10px;
  }

  .page__title span{
    font-size: 55px;
  }

  .page__title{
    font-size: 18px;
  }

  .page__content1{
    padding:50px 20px;
    margin:30px 0 45px;
    border-radius: 25px;
  }

  .category__type li a{
    padding:2px 10px;
  }

  .ns__right ul li .news__left{
    width: 110px;
  }

  .ns__right ul li .news__right{
    width: calc(100% - 110px);
    padding-left: 10px;
  }

  .ns__right ul li .news__left img{
    height: 81px;
  }

  .nr__info p.com{
    font-size: 11px;
    margin-bottom: 0px;
  }

  .nr__info p.category a{
    font-size: 11px;
    padding:0 6px;
  }

  .nr__info{
    margin-bottom: 5px;
  }

  .navi__area{
    margin-top: 30px;
  }

  .ns__left .dot__title.mb__plus{
    margin-bottom: 30px;
  }

  .navi__area .wp-pagenavi span, .navi__area .wp-pagenavi a{
    width: 34px;
    height: 34px;
    line-height: 32px;
    font-size: 15px;
  }

  .bread__area{
    margin-top: 60px;
    font-size: 12px;
  }

  .ns__right ul li{
    padding:15px 0;
  }

  .link__flex a{
    font-size: 13px;
    padding-left: 17px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .link__flex a:nth-child(4){
    margin-bottom: 15px;
  }

  .link__flex a span{
    font-size: 10px;
    padding-left: 26px;
  }

  .link__flex a span:before{
    left: 7px;
    width: 13px;
  }

  .link__flex a:before{
    width: 10px;
    height: 10px;
    left: 2px;
    top: 7px;
    transform: scale(1)!important;
  }

  .link__area{
    padding:50px 0;
  }

  footer .wrap2{
    padding:0 30px;
  }

  .banner__row a{
    padding:15px 0;
    font-size: 14px;
  }

  .banner__row a span:after{
    width: 14px;
    height: 14px;
  }

  .banner__row a span{
    padding-right: 22px;
  }

  .banner__row.row2{
    justify-content: space-between;
  }

  .banner__row.row2 a{
    width: 48%;
    margin: 0;
    height: 52px;
  }

  .logo2{
    width: 82px;
  }

  .logo3{
    width: 115px;
    position: relative;
    top: 1px;
  }

  .footer__logo{
    width: 110px;
  }

  .fl{
    width: 110px;
  }

  .footer__link li a{
    font-size: 13px;
  }

  .copyright{
    margin-top: 20px;
  }

  .bread__area span a:after{
    width: 6px;
    height: 10px;
  }

  .nr__title{
    line-height: 1.5;
  }

  .single__title{
    font-size: 18px;
  }

  .single__content p{
    font-size: 14px;
  }

  .single__content h2{
    font-size: 18px;
    line-height: 1.6;
    padding:5px 10px;
  }

  .single__content h3{
    font-size: 17px;
    line-height: 1.6;
  }

  .arrow__link{
    width:200px ;
    font-size: 14px;
    padding:10px 0;
  }

  .arrow__link::after{
    width: 26px;
    height: 26px;
    right: 10px;
  }

  .page__content1.single{
    padding-bottom: 35px;
  }

  .mainV{
    height: 172vw;
  }

  .copy{
    padding-top: 110px;
  }

  .copy img{
    width: 280px;
  }

  .fs__left h2, .title__flex h2{
    font-size: 75px;
  }

  .dot__title{
    font-size: 14px!important;
    padding-left: 20px;
  }

  .dot__title:before{
    width: 14px;
    height: 14px;
  }

  .fs__left p.wb__text{
    line-height: 1.6;
  }

  .fs__left p{
    font-size: 14px;
    margin-bottom: 30px;
  }

  .fs__rel{
    padding-bottom: 54vw;
  }

  .point , .point:before, .point:after{
    width: 5vw;
    height: 5vw;
  }

  .point{
    right: 40.8%;
    bottom: 18.4%;
  }

  .size2{
    width: 42vw;
    margin:0 10px;
  }

  .size1{
    width: 46vw;
    margin:0 10px;
  }

  .mt2{
    margin-top: 35px;
  }

  .mt1{
    margin-top: 30px;
  }

  .visit__flex a{
    height: 220px;
  }

  .visit__flex a p{
    bottom: 25px;
    width: calc(100% - 30px);
  }

  .beach__banner{
    width: 100%;
    height: 36vw;
  }

  .banner__row.row2 a span{
    line-height: 1;
  }

  .text__area{
    width: 49%;
    padding:5vw 0;
  }

  .cat{
    width: 220px;
    bottom: -45px;
  }

  .sa__left h2{
    font-size: 75px;
  }

  .dot__title{
    margin-left: 0;
  }

  .wb__text{
    margin-top: 15px;
  }

  .wb__text .white-bg{
    margin-bottom: 10px;
  }

  .wb__text .white-bg{
    padding:0 10px;
    padding-right: 0;
  }

  .wb__text .white-bg.pr__plus{
    padding-right: 10px;
  }

  .sa__text{
    font-size: 14px;
    margin:20px 0;
  }

  .school__area{
    padding-left: 30px;
  }

  .port__area{
    height: 190px;
  }

  .ns__left h2{
    font-size: 75px;
  }

  .sns__area{
    margin-top: 60px;
    padding:30px 15px;
  }

  .insta__abo{
    width: 110px;
    right: 0;
  }

  .title__sub h3{
    font-size: 14px!important;
    padding-left: 20px;
    margin-left: 0;
  }

  .title__sub h3:before{
    width: 14px;
    height: 14px;
  }

  .title__sub p.normal{
    font-size: 13px;
  }

  .access__area h2{
    font-size: 75px;
  }

  .time__table{
    margin-top: 10px;
  }

  .nav__wrap{
    padding:0 30px;
  }

  #nav{
    padding-top: 140px;
  }

  .menu_button{
    width: 60px;
    height: 60px;
    right: 15px;
  }

  .menu_button .bar{
    width: 28px;
    margin-top: 15px;
  }

  .menu_button p{
    font-size: 12px;
    top: -1px;
  }

  .school__area{
    padding-bottom: 30px;
  }

  .dot__title , .title__sub h3{
    margin-top: 8px!important;
  }

  .sns__area{
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
  }

  .visit__flex a{
    border-radius: 20px;
  }

  .ac__img , .access__area .dot__title.mb__plus{
    margin-bottom: 20px;
  }

  .ac__info .ac__text2 a:before{
    top: -2px;
  }

  .target:after{
    right: -2px;
  }

  .link__area .wrap2{
      padding:0 15px;
  }

  .footer__link li{
    margin:0 14px;
  }

  .copyright{
    font-size: 11px;
  }
/* 
  .single .nr__info p.category a{
    font-size: 14px;
    margin-top: 10px;
    padding:0 10px;
  } */

  .page__area{
    padding-bottom: 25px;
  }

  .page__content1{
    padding-bottom: 35px;
  }

  .ns__right ul li .news__left img{
    border-radius: 10px;
  }

  .page__title span{
    top: -5px;
  }


  .link__position{
    top: -30px;
  }

  .link__position.type2{
    top: -70px;
  }

  .link__position.type3{
    top: -100px;
  }

  .visit__flex a h3{
    padding:30px 20px;
    font-size: 26px;
  }

  .visit__flex a h3 span{
    font-size: 13px;
    margin-left: 8px;
  }

  .visit__section , .news__section{
    padding: 50px 0;
  }

  .feature__section{
    padding-bottom: 50px;
  }

  .insta__abo{
    right: 15px;
  }

  .access__area{
    margin-top: 50px;
  }

  footer{
    padding-top: 50px;
  }

  .school__box .wrap{
    padding-left: 15px;
  }

  .wave .wave__slider2{
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%; 
    z-index: 3;
  }
  
  .wave .wave__slider3{
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%; 
    z-index: 2;
  }
  
  .wave .wave__slider4{
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%; 
    z-index: 1;
  }

  .feature__section{
    padding-top: 60px;
  }

  .footer__instagram{
    width: 25px;
  }


}

