@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Zen+Kaku+Gothic+New);

/* .topimg
================================================== */
.topimg {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  overflow:hidden;
}

@media screen and (max-width: 810px) {
.topimg {
  min-height: initial;
  height: 650px;
}
}

@media screen and (max-width: 568px) {
.topimg {
  height: 400px;
}
}

.topimg-bg {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display:block;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:1;
}

.topimg-bg img {
  width:100%;
  height:auto;
}

@media screen and (max-width: 1375px) {
.topimg-bg img {
  width:auto;
  height:100%;
}
}

@media screen and (max-width: 568px) {
.topimg-bg {
  display:none;
}
}

.topimg-bg-sp {
  display:none;
}

@media screen and (max-width: 568px) {
.topimg-bg-sp {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display:block;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:1;
}
}

.topimg-bg-sp img {
  width:auto;
  height:100%;
}

.topimg #block {
  width:100%;
  height: 100%;
  position: relative;
  z-index:2;
}

#top_row {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0, 0, 0, 0.01);
  background-image: url(../images/raster.png);
  box-sizing: border-box;
  padding:30px;
}

@media screen and (max-width: 568px) {
#top_row {
  padding:20px 30px 0;
}
}

.topimg #top_row img {
  width:100%;
  height:auto;
}

#top_row h1{
  font-size:1.2em;
  line-height:1.5;
  color:#FFF;
  text-align: center;
  font-weight:normal;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  margin-top:25px;
  margin-bottom:25px;
  text-shadow:1px 1px 1px #000;
}

@media screen and (max-width: 568px) {
#top_row h1{
  font-size:1em;
  margin-top:15px;
  margin-bottom:15px;
}
}

.top-logo {
  width: 100%;
  max-width:340px;
}

@media screen and (max-width: 810px) {
.top-logo {
  width: 70%;
  margin:0 auto;
}
}

@media screen and (max-width: 568px) {
.top-logo {
  width: 40%;
}
}

.top-logo img {
  width: 100%;
  height: auto;
}

.scroll {
 font-family: Alata,sans-serif;
 font-size:0.9em;
 letter-spacing:.05em;
 text-transform: uppercase;
}

.scroll a {
  padding-top: 55px;
  color:#FFF;
}

.scroll a {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -27px;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}

@media only screen and  (max-width:810px) {
.scroll a {
  display:none;
}
}

.scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #FFF;
  border-radius: 50px;
  box-sizing: border-box;
}

.scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}


@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* .top-info
================================================== */
.top-info {
  width: 100%;
  margin:0;
  padding:0;
  background-image: url(../images/bg.webp);
  background-repeat: repeat-xy;
}

.top-info .yashi{
  width: 100%;
  margin:0 auto;
  padding:4% 2% 1%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  background-image: url(../images/bg_yashi.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 568px) {
.top-info .yashi{
  background-image: url(../images/bg_yashi_sp.webp);
}
}

.top-info h2{
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:2.2em;
  margin-bottom:40px;
  color:#5F5E4F;
}

@media screen and (max-width: 810px) {
.top-info h2{
  font-size:2em;
  margin-bottom:15px;
  line-height:1.5;
  font-weight:400;
}
}

@media screen and (max-width: 568px) {
.top-info h2{
  font-size:1.25em;
  margin-bottom:10px;
  font-weight:600;
}
}

.top-info p{
  letter-spacing:0em;
  font-weight:400;
  font-family: 'Noto Sans Japanese', sans-serif;
  color:#464644;
  line-height:2;
  margin-bottom:10px;
}

.top-info p span{
  color:#465C8B;
  font-weight:bold;
}

@media screen and (max-width: 568px) {
.top-info p{
  text-align: left;
  line-height:1.6;
  font-size:0.95em;
}
}

/* .kaigai-box
================================================== */
.kaigai-box {
  width: 100%;
  margin:0 auto;
  padding:1px 0 3%;
  background-image: url(../images/bg.webp);
  background-repeat: repeat-xy;
}

@media only screen and  (max-width: 568px) {
.kaigai-box {
  padding:1px 0 5%;
}
}

.kaigai{
  width:100%;
  max-width:900px;
  margin:2% auto;
  border:1px solid #333A56;
  background:#FFF;
  box-sizing: border-box;
}

@media only screen and  (max-width: 810px) {
.kaigai{
  width: 96%;
}
}

.kaigai-ttl{
  text-align:center;
  background:#333A56;
  color:#FFF;
  line-height:1;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  padding: 15px 5px;
  font-size:1.2em;
}
@media only screen and  (max-width: 568px) {
.kaigai-ttl{
  font-size:1.1em;
}
}

.kaigai-txt{
  text-align:left;
  padding: 1.5% 2.5%;
  font-size:14px;
  line-height:1.8;
}

/* top-photo
================================================== */
.top-photo{
  padding:0 0 5%;
  padding:0 0 3%;
  margin:0 auto;
  width:100%;
  background-image: url(../images/bg.webp);
  background-repeat: repeat-xy;
}

@media screen and (max-width: 810px) {
.top-photo{
  padding:0 0 5%;
}
}

.top-photo ul{
  text-align: center;
  margin:0 auto;
  width:100%;
  max-width:1280px;
}

.top-photo li{
  display:inline-block;
  width:25%;
}

@media screen and (max-width: 568px) {
.top-photo li{
  width:33.3333%;
}
}

.pthide{
  display:none!important;
}

@media screen and (max-width: 568px) {
.pthide{
  display:inline-block!important;
}
}

.top-photo li img{
  height:auto;
  width:100%;
}

.top-photo p{
  letter-spacing:0em;
  font-weight:400;
  font-family: 'Noto Sans Japanese', sans-serif;
  color:#464644;
  line-height:2;
  margin-top:50px;
  text-align: center;
}

.top-photo p span{
  color:#465C8B;
  font-weight:bold;
}

@media screen and (max-width: 810px) {
.top-photo p{
  margin-top:40px;
  padding:0 4%;
}
}

@media screen and (max-width: 568px) {
.top-photo p{
  text-align: left;
  line-height:1.6;
  margin-top:20px;
  font-size:0.95em;
}
}

/* other-info
================================================== */
#other-info {
  padding:5% 0 4%;
  width:100%;
  background-image: url(../images/bg.webp);
}

#other-info .online-pro{
  text-align: center;
  width:100%;
  max-width:1280px;
  margin:2% auto;
}

#other-info dl{
  text-align: center;
  width:100%;
  max-width:1100px;
  margin:0 auto;
}

@media screen and (max-width: 810px) {
#other-info dl{
  padding:0 2%;
  box-sizing: border-box;
}
}

#other-info dt {
  width:30%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

#other-info dd {
  width:65%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

#other-info dt p{
  display: block;
  font-weight: 800;
  font-size:1.6em;
  padding-left:2%;
}

@media screen and (max-width: 568px) {
#other-info dt p{
  font-size:1em;
  padding-left:0;
  font-weight: 600;
}
}

#other-info dt p span{
  color:#BD9F77;
}

#other-info dd .other-tx{
  text-align: left;
  font-size:14px;
  line-height:2;
}

@media screen and (max-width: 568px) {
#other-info dd .other-tx{
  line-height:1.6;
  font-size:13px;
}
}

.other-buttons{
  margin-top:50px;
  text-align: center;
}

@media screen and (max-width: 810px) {
.other-buttons{
  text-align:center;
  margin-left:auto;
}
}

@media screen and (max-width: 568px) {
.other-buttons{
  margin-top:15px;
  margin-bottom:5px;
}
}

.other-button{font-size:14px;border:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.other-button.c-button--ghost{background-color:#000;display:inline-table;padding:10px 20px;border:2px solid #000;color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;-webkit-transition-duration:0.2s;transition-duration:0.2s}
.other-buttons a{text-decoration:none;}
.other-buttons a:hover{text-decoration:none;display:inline-table;background-color:#fff;color:#222;text-shadow:0 0 0 #FFF;}

/* instagram
================================================== */
#instagram {
  padding:2% 0 2.5%;
  width:100%;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 810px) {
#instagram {
  padding:5% 0 5%;
}
}

.snsL{
  width:35%;
  height:auto;
  display:inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin-left:1%;
  margin-right:4%;
  text-shadow:1px 1px 1px #000;
}

@media screen and (max-width: 1280px) {
.snsL{
  width:45%;
  margin-right:2%;
}
}

@media screen and (max-width: 810px) {
.snsL{
  width:100%;
  margin-right:0;
  margin-left:0;
  padding:2%;
}
}

@media screen and (max-width: 568px) {
.snsL{
  padding:1% 2% 3%;
}
}

.snsL .intx{
  line-height:2;
  color:#FFF;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  margin-top:15px;
}

@media screen and (max-width: 568px) {
.snsL .intx{
  line-height:1.6;
  font-size:0.95em;
}
}

.frwf{
  position: absolute;
  top: 7%;
  left: 36%;
  width: 140px;
  margin-left:-140px;
}

@media screen and (max-width: 1580px) {
.frwf{
  width: 120px;
  margin-left:-80px;
}
}

@media screen and (max-width: 1400px) {
.frwf{
  width: 100px;
  margin-left:-80px;
}
}

@media screen and (max-width: 1280px) {
.frwf{
  left: 45%;
}
}

@media screen and (max-width: 810px) {
.frwf{
  left: initial;
  top: 2%;
  right: 2%;
  width: 22%;
  margin-left:0px;
}
}

.frwf img {
  width:100%;
  height:auto;
}

.thiw{
  position: absolute;
  top: 2%;
  left: 2%;
  width: 140px;
}

@media screen and (max-width: 1580px) {
.thiw{
  left: 0%;
  width: 120px;
}
}

@media screen and (max-width: 1400px) {
.thiw{
  width: 100px;
}
}

@media screen and (max-width: 810px) {
.thiw{
  left: 2%;
  width: 22%;
}
}

.thiw img {
  width:100%;
  height:auto;
}

.inst-top{
  width:100%;
  max-width:200px;
  margin:0 auto 0;
}

@media screen and (max-width: 568px) {
.inst-top{
  max-width:180px;
}
}

.inst-top img{
  width:100%;
  height:auto;
}

.lump{
  width:350px;
  margin:0 auto;
  position: relative;
}

@media screen and (max-width: 810px) {
.lump{
  width:55%;
  max-width:350px;
}
}

.lump img{
  width:100%;
  height:auto;
}

.lump .lump-tan {
  width:100%;
  position: absolute;
  top: 0;
  left:0;
}

/* “_–Å */
.blinking{
  -webkit-animation:blink 2.5s ease-in-out infinite alternate;
  -moz-animation:blink 2.5s ease-in-out infinite alternate;
  animation:blink 2.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.insta-buttons{
  margin-top:20px;
  text-align: center;
  font-weight:400;
  font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (max-width: 810px) {
.insta-buttons{
  text-align:center;
  margin-left:auto;
}
}

@media screen and (max-width: 568px) {
.insta-buttons{
  margin-top:15px;
  margin-bottom:5px;
  font-size:14px;
}
}

.insta-button{border:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.insta-button.c-button--ghost{display:inline-table;padding:10px 20px;border:2px solid #333A56;color:#FFF;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;-webkit-transition-duration:0.2s;transition-duration:0.2s}
.insta-button.c-button--ghost:hover{border:2px solid #333A56;}
.insta-buttons a{text-decoration:none;background-color:#333A56;}
.insta-buttons a:hover{text-decoration:none;display:inline-table;background-color:#FFF;color:#333A56;text-shadow:none;}

.insta{
  width:58%;
  margin-right:2%;
  margin-bottom:0;
  height:auto;
  display:inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  box-sizing: border-box;
  padding:3px;
  background:#FFF;
  -moz-box-shadow: 1px 1px 3px #333;
  -webkit-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
}

@media screen and (max-width: 1280px) {
.insta{
  width:50%;
  margin-right:0;
}
}

@media screen and (max-width: 810px) {
.insta{
  width:94%;
  margin:2.5% auto 1%;
}
}

@media screen and (max-width: 568px) {
.insta{
  width:97%;
}
}

.insta ul{
  text-align :left;
  width:100%;
}

.insta li{
  width:33.3333%;
  padding:2px;
  display:inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

@media (max-width: 810px) {
.insta li{width:50%;}
}

.card-wrapper {
  background: #fff;
  overflow:hidden;
  border:1px solid #E5E3E3;
}

.card-head {
  width: 100%;
  padding:3% 4%;
  box-sizing: border-box;
}

.card-head dt{
  width: 85%;
  text-align : left;
  display:inline-block;
  vertical-align: middle;
  line-height:1.4;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
}
.elname{font-size:13px;font-weight:500;}
.elday{font-size:12px;color: #A9A9A9;margin-left:2px;}

.card-head dt a { color:#000;text-decoration:none; }
.card-head dt a:hover { color:#000;text-decoration:none; }

.card-head dd{
  width: 15%;
  text-align : right;
  display:inline-block;
  vertical-align: middle;
  font-size:1.3em;
}
.card-head dd a { color:#000;text-decoration:none; }
.card-head dd a:hover { color:#000;text-decoration:none; }

.card-image {
  width: 100%;
  display:block;
}

.card-image img {
  width: 100%;
  height:auto;
}

.card-image a:hover { opacity: 0.8; }

.card-info {
  padding: 10px;
  color:#000;
  text-align :left;
}

@media (max-width: 810px) {
.card-info {
  padding: 7px;
}
}

.card-info a { color:#000;text-decoration:none; }
.card-info a:hover { color:#000;text-decoration:none; }

.card-info .nw_tl{
  font-size:14px;
  line-height:1.4;
  margin:10px 0;
  padding:0;
  display:block;
  font-weight:bold;
}

.card-info .nw_tx{
  font-size:13px;
  display:block;
  height:auto;
  word-wrap: break-word;
}

@media (max-width: 810px) {
.card-info .nw_tx{
  line-height:1.5;
  font-size:12px;
}
}

/* about
================================================== */
#about {
  width: 100%;
  position: relative;
  display: block;
}

.about-syousai {
  position: relative;
  width: 100%;
  height:100%;
  min-height:715px;
  display:block;
  overflow: hidden;
}

@media screen and (max-width: 568px) {
.about-syousai {
  min-height:550px;
}
}

#bgs {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

@media screen and (max-width: 568px) {
#bgs {
  background-position: 30% center;
}
}

#about .overlay {
  width: 100%;
  height:100%;
  background: rgba(0, 0, 0, 0.3); 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.atop5{padding:5% 0;width:100%;}


.about-contents {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  color:#FFF;
  text-shadow:1px 1px 1px #000;
  display: block;
  position: relative;
}

.about-contents h3 {
  margin: 3% auto;
  font-size:1.7em;
  color:#FFF;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
}

@media screen and (max-width: 568px) {
.about-contents h3 {
  font-size:1.4em;
  font-weight:600;
}
}

.about-logo {
  margin: 0 auto;
  width: 200px;
}

@media screen and (max-width: 568px) {
.about-logo {
  width: 30%;
  margin:15px auto 0;
}
}

.about-logo img{
  height:auto;
  width: 100%;
}

.about-contents .ab-tx{
  text-shadow:1px 1px 1px #000;
  font-weight:400;
  font-family: 'Noto Sans Japanese', sans-serif;
  margin-bottom:35px;
  line-height:2;
}

@media screen and (max-width: 568px) {
.about-contents .ab-tx{
  font-size:0.95em;
  margin-bottom:15px;
}
}

.about-buttons{
  margin-top:20px;
  text-align: center;
  font-weight:400;
  font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (max-width: 810px) {
.about-buttons{
  text-align:center;
  margin-left:auto;
}
}

@media screen and (max-width: 568px) {
.about-buttons{
  margin-top:5px;
  margin-bottom:5px;
  font-size:0.95em;
}
}

.about-button{border:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.about-button.c-button--ghost{display:inline-table;padding:10px 20px;border:2px solid #FFF;color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;-webkit-transition-duration:0.2s;transition-duration:0.2s}
.about-button.c-button--ghost:hover{border:2px solid #333A56;}
.about-buttons a{text-decoration:none;}
.about-buttons a:hover{text-decoration:none;display:inline-table;background-color:#333A56;color:#FFF;text-shadow:none;}

/* #topics
-------------------------------------------------- */
#topics{
  width:100%;
  text-align:center;
}

#topics .w30{
  width:30.333%;
  margin:1%;
  position: relative;
  display:inline-block;
  vertical-align:top;
}

@media screen and (max-width: 810px) {
#topics .w30{
  width:48%;
}
}

#topics .w30 .item{
  width: 100%;
  box-sizing: border-box;
}

#topics .w30 .item a{
  border-radius: 3px 3px 3px 3px;
  display:block;
}

#topics .w30 .item a:hover{
  opacity: 0.8;
}

#topics .w30 .item .tl_photo{
  width: 100%;
  height:auto;
  margin:0;
  position: relative;
  overflow: hidden;
  border-radius: 3px 3px 3px 3px;
}

#topics .w30 .item .tl_photo img{
  width: 100%;
  height:auto;
}

#topics .w30 .overlays{
  background: rgba(0, 0, 0, 0.2);
  width:100%;
  height:100%;
  position: absolute;
  top: 0;
  left: 0;
}

#topics .w30 .tl_title{
  position: absolute;
  bottom: 15px;
  left: 0;
  color: #FFF;
  display:inline-block;
  line-height:1;
  text-align:center;
  width:100%;
}

@media screen and (max-width: 568px) {
#topics .w30 .tl_title{
  line-height:1.2;
  bottom: 7px;
}
}

#topics .w30 .tl_title .ja{
  color: #FFF;
  font-size: 1.2em;
  font-weight:500;
  font-family: 'Noto Sans Japanese', sans-serif;
  margin-bottom:10px;
  text-shadow:1px 1px 1px #000;
}

@media screen and (max-width: 810px) {
#topics .w30 .tl_title .ja{
  font-size: 1.1em;
}
}

#topics .w30 .tl_title .en{
  color: #FFF;
  font-size: 0.9em;
  font-weight:400;
  font-family: 'Roboto', sans-serif;
  padding-left:10px;
  text-shadow:1px 1px 1px #000;
}

@media screen and (max-width: 568px) {
#topics .w30 .tl_title .ja{
  font-size: 1em;
}

#topics .w30 .tl_title .en{
  padding-left:0px;
}
}

#topics .w30 .ot_tx{
  padding:10px 5px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  color:#464644;
}

@media screen and (max-width: 568px) {
#topics .w30 .ot_tx{
  font-size:13px;
  text-align:left;
  line-height:1.4;
  padding:7px 3px;
}
}

/* .info_tx
-------------------------------------------------- */
.info_tx{
  text-align: center;
  width:100%;
}

.info_tx h4 {
  margin-bottom:15px;
  color:#34378F;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:1.8em;
}

.info_tx p {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  color:#464644;
  line-height:1.8;
}

@media screen and (max-width: 810px) {
.info_tx {
  text-align: left;
  width:96%;
  margin:0 2%;
  padding-top:2%;
}

.info_tx h4 {
  margin-bottom:5px;
  text-align: center;
}

.info_tx p {
  line-height:1.6;
  font-size: 0.95em;
}
}

@media screen and (max-width: 568px) {
.info_tx h4 {
  font-size:1.3em;
  font-weight:600;
}

.info_tx p {
  padding:0 1%;
}
}

/* .area_box
-------------------------------------------------- */
.area_box{
  padding:2% 0 1%;
  text-align:center;
  width:100%;
}

.area_box .map{
  width:47%;
  vertical-align:middle;
  display:inline-block;
  margin:0 3% 2% 0;
}

@media screen and (max-width: 810px) {
.area_box .map{
  width:90%;
  max-width:527px;
  margin:0 auto 3%;
}
}

@media screen and (max-width: 568px) {
.area_box .map{
  width:100%;
  display:block;
  margin:0 auto 3%;
}
}

.area_box .map img{
  width:100%;
  max-width:527px;
  height:auto;
}

.area_box .are_text{
  width:100%;
  margin: 2% 0 0;
  text-align:center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  color:#464644;
  line-height:1.8;
}

.area_box ul{
  width:50%;
  display:inline-block;
  vertical-align:middle;
  margin:0;
  box-sizing: border-box;
  padding-left:3%;
  text-align:center;
}

@media screen and (max-width: 568px) {
.smhide{
  display:none!important;
}
}

.area_box li{
  width:46%;
  display:inline-block;
  vertical-align:top;
  margin:1% 1.5%;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  color:#464644;
  font-size: 1em;
}

@media screen and (max-width: 1280px) {
.area_box li{
  font-size: 0.95em;
}
}

.area_ph{
  width:100%;
  box-sizing: border-box;
  margin-bottom:10px;
  position: relative;
  background:#FFF;
  padding:5px;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}

.go-tx{
  position: absolute;
  top: 5px;
  left: 5px;
  padding:3px 5px;
  font-size:12px;
  color:#FFF;
  background: rgba(51, 58, 86, 0.9);
  z-index: 1;
  letter-spacing:0.05em;
}

.go-tx .fa{
  margin-right:3px;
}

.area_ph img{
  width:100%;
  height:auto;
}

@media screen and (max-width: 810px) {
.area_box li p{
  text-align: center!important;
}

.area_box .are_text{
  text-align:left;
  font-size: 0.95em;
  line-height:1.6;
}

.area_box ul{
  width:100%;
  margin-top:20px;
  padding-left:0;
}
}

@media screen and (max-width: 568px) {
.area_ph{
  margin-bottom:5px;
}

.area_box li p{
  text-align: center!important;
  margin:0 0 10px;
}

.area_box .are_text{
  width:94%;
  margin:1% 3%;
}

.area_box ul{
  margin:3% 0 0;
}
.area_box li{
  width:47%;
  margin:1% 1.5% ;
  box-sizing: border-box;

}
}

.are-buttons{
  margin-top:3%;
  text-align: center;
  font-weight:400;
  font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (max-width: 810px) {
.are-buttons{
  text-align:center;
  margin-left:auto;
}
}

@media screen and (max-width: 568px) {
.are-buttons{
  margin-top:15px;
  margin-bottom:15px;
  font-size:14px;
}
}

.are-button{border:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.are-button.c-button--ghost{display:inline-table;padding:10px 20px;border:2px solid #1D2088;color:#FFF;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;-webkit-transition-duration:0.2s;transition-duration:0.2s}
.are-button.c-button--ghost:hover{border:2px solid #1D2088;}
.are-buttons a{text-decoration:none;background-color:#1D2088;}
.are-buttons a:hover{text-decoration:none;display:inline-table;color:#1D2088;background-color:#FFF;text-shadow:none;}

/* classy-box
================================================== */
#classy-box{
  padding:0;
  margin:0 auto;
  width:100%;
  background-image: url(../images/bg.webp);
  background-repeat: repeat-xy;
}
@media screen and (max-width: 810px) {
#classy-box{
  padding:0;
}
}

.classy-ph{
  width:55%;
  display:inline-block;
  vertical-align:top;
}

.classy-ph img{
  width:100%;
  height:auto;
}

@media screen and (max-width: 810px) {
.classy-ph{
  width:50%;
  display:block;
  margin:0 auto;
}
}

@media screen and (max-width: 568px) {
.classy-ph{
  width:70%;
}
}

.classy-text{
  width:45%;
  display:inline-block;
  vertical-align:top;
  box-sizing: border-box;
  padding-left:5%;
  text-align:left;
  line-height:1.8;
  padding-top:2%;
}

@media screen and (max-width: 810px) {
.classy-text{
  width:100%;
  display:block;
  padding: 2% 5% 0;
  line-height:1.6;
  font-size:14px;
}
}

@media screen and (max-width: 568px) {
.classy-text{
  padding: 2% 5% 0;
}
}

.clasttl{
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:1.3em;
  margin-bottom:15px;
  color:#333A56;
}

@media screen and (max-width: 810px) {
.clasttl{
  margin-bottom:10px;
  text-align:center!important;
}
}

.clas_bt{
  margin-top:25px;
  text-align: left;
  font-weight:400;
  font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (max-width: 810px) {
.clas_bt{
  text-align:center;
  margin-left:auto;
  margin-top:15px;
}
}

@media screen and (max-width: 568px) {
.clas_bt{
  font-size:14px;
}
}

.clas-button{border:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.clas-button.c-button--ghost{display:inline-table;padding:10px 20px;border:2px solid #333A56;color:#FFF;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;-webkit-transition-duration:0.2s;transition-duration:0.2s}
.clas-button.c-button--ghost:hover{border:2px solid #333A56;}
.clas-buttons a{text-decoration:none;background-color:#333A56;}
.clas-buttons a:hover{text-decoration:none;display:inline-table;background-color:#FFF;color:#333A56;text-shadow:none;}


/* youtube-box
================================================== */
#youtube-box{
  padding:3% 0 0;
  margin:0 auto;
  width:100%;
  background-image: url(../images/bg.webp);
  background-repeat: repeat-xy;
}

@media screen and (max-width: 810px) {
#youtube-box{
  padding:0;
}
}

.wakunori{
  margin:0 auto;
  width:100%;
  max-width:1000px;
  background:#D7D6B8;
  box-sizing: border-box;
  padding:1.5% 2% 2%;
  text-align:center;
  border-bottom:1px dotted #6E6E6E;
}

@media screen and (max-width: 810px) {
.wakunori{
  padding:4% 0 5%;
}
}

@media screen and (max-width: 568px) {
.wakunori{
  padding:5% 0 6%;
}
}

.tube-ttl{
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:1.5em;
  margin-bottom:20px;
  color:#000;
}

@media screen and (max-width: 568px) {
.tube-ttl{
  font-size:1.15em;
  margin-bottom:15px;
}
}

.tube-movie{
  width:50%;
  display:inline-block;
  vertical-align:middle;
}

@media screen and (max-width: 810px) {
.tube-movie{
  width:100%;
  display:block;
}
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.tube-text{
  width:50%;
  display:inline-block;
  vertical-align:middle;
  font-size:0.95em;
  box-sizing: border-box;
  padding-left:3%;
  text-align:left;
}

@media screen and (max-width: 810px) {
.tube-text{
  width:100%;
  display:block;
  padding: 2% 5% 0;
  font-size:14px;
}
}

@media screen and (max-width: 568px) {
.tube-text{
  padding: 2% 5% 0;
}
}

.mvttl{
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:1.1em;
  margin-bottom:15px;
  color:#000;
  line-height:1.8;
}

@media screen and (max-width: 810px) {
.mvttl{
  font-size:16px;
  margin-bottom:10px;
  line-height:1.6;
}
}

/* .tabiiro
================================================== */
.tabiiro{
  width:100%;
  max-width:1150px;
  margin:2% auto;
}

.tabiiro img{
  width:100%;
  height:auto;
}

/* camp_slider
--------------------------------------- */
.camp_slider{
  margin:0 0 0;
  width:100%;
  box-sizing: border-box;
  padding:100px 5% 0;
  position: relative;
  background-image: url(../images/bg.webp);
  background-repeat: repeat-xy;
}

@media screen and (max-width: 1580px) {
.camp_slider{
  padding:100px 4% 0;
}
}

@media screen and (max-width: 1280px) {
.camp_slider{
  padding:95px 2% 0;
}
}

@media screen and (max-width: 810px) {
.camp_slider{
  padding:80px 2% 0;
}
}

.lslv{
  position: absolute;
  top: 40px;
  left:0;
  cursor: pointer;
  font-size:1.3em;
  width:100%;
  text-align:center;
}

@media screen and (max-width: 810px) {
.lslv{
  text-align:left;
  width:90%;
  left:5%;
}
}

@media screen and (max-width: 568px) {
.lslv{
  font-size:1.1em;
  box-sizing: border-box;
  padding-left:20px;
}
}

.camp_slider:after,.buttons::after{clear:both;content:"";display:table;}

.camp_slider .sl {
  width: 25%;
  padding:0 14px;
  float:left;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 1580px) {
.camp_slider .sl {
  width: 33.3333%;
}
}

@media screen and (max-width: 810px) {
.camp_slider .sl {
  width: 50%;
  padding:10px;
}
}

@media screen and (max-width: 568px) {
.camp_slider .sl {
  width: 100%;
  padding:5px 30px;
  margin:0 auto;
}
}

.slide-arrows{
  position: absolute;
  top: -60px;
  right:0;
  cursor: pointer;
}

@media screen and (max-width: 1280px) {
.slide-arrows{
  top: -65px;
}
}

@media screen and (max-width: 810px) {
.slide-arrows{
  top: -50px;
}
}

.slide-arrows:hover { opacity: 0.7;}

.prev-arrows{
  right:60px;
  display: block;
  width: 42px;
  height: 42px;

}
.next-arrows{
  right: 10px;
  display: block;
  width: 42px;
  height: 42px;
}


@media screen and (max-width: 568px) {
.prev-arrows{
  right:75px;
}
.next-arrows{
  right: 25px;
}
}

.camp_slider .item {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border:1px solid #222222;
  background:#FFF;
}

.tok-photo {
  width:100%;
  position: relative;
  overflow: hidden;
  display:block;
}

.tok-photo img{
  width:100%;
  height:auto;
  margin:auto;
}

.tok-photo .tok_title{
  position: absolute;
  bottom: 10%;
  left: 0;
  color: #000;
  display:inline-block;
  line-height:1;
  text-align:left;
  background: rgba(255, 255, 255, 0.95);
  padding:12px 10px;
  font-family: 'Zen Kaku Gothic New', serif;
  font-weight:400;
  font-size:1.1em;
  width:auto;
  max-width:95%;
  box-sizing: border-box;
}

@media screen and (max-width: 568px) {
.tok-photo .tok_title{
  line-height:1.2;
}
}

.camp_slider .sl a{
  display:block;
}

.camp_slider .sl a:hover{
  opacity: 0.8;
}

