@charset "UTF-8";
/* 一番外側のブロック */
body{
background-size: cover;
font-family: 'Noto Sans JP', sans-serif;
}

img{
  flex-shrink: 0
}

.outer{
  font-weight: bold;
    overflow-x: hidden;
}

.fadein-ex {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

.fadein-ex.scrollin{
    opacity : 1;
	transform : translate(0, 0);
}

.fadein-zoom {
	opacity : 0.1;
	transform : scale(0.2);
	transition : all 500ms;
	}

.fadein-zoom.scrollin{
    opacity : 1;
	transform : scale(1);
}

.col-2 a{color: #000000;text-decoration: none;}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 11;
  right : 0px;
  top   : 0px;
  width : 72px;
  height: 72px;
  cursor: pointer;
  text-align: center;
  background-color: #240407;
  border-radius: 0 0 0 25px;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 23px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
  
}
.hamburger span:nth-child(1) {
  top: 25px;
}
.hamburger span:nth-child(2) {
  top: 35px;
}
.hamburger span:nth-child(3) {
  top: 45px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 35px;
  left: 22px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 35px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  z-index: 10;
}

nav.globalMenuSp ul {
  background: #ccc;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}


a.anchor {
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}

.nav-link{color: black;background-color: white;margin-top: 10px;box-shadow: 0 3px;font-size: 0.6rem;}
.nav-home{border-radius: 5px 0 0 5px;}
.nav-vr{border-radius: 0 5px 5px 0;}
.nav-home:hover{background-color: #E51C52;color: white;}
.nav-news:hover{background-color: #D6D6D6;color: white;}
.nav-info:hover{background-color: #169AEA;color: white;}
.nav-acti:hover{background-color: #F6E300;color: white;}
.nav-nin:hover{background-color: #FF9B27; color: white;}
.nav-free:hover{background-color: #52A420;color: white;}
.nav-oto{background-color: #80CEAD;color: white;}
.nav-oto:hover{background-color: #80CEAD;color: white;}
.nav-vr:hover{background-color: #169AEA;color: white;}


.top{text-align: center;}

.retop img{position: fixed;width: 60px;bottom: 30px;right: 30px; transition: 0.2s;z-index: 20;}
.retop img:hover{transform: scale(1.2);}

.ac-top{position: relative;}
.tximg img{position: absolute;width: 100%;top: 0%;left: 0%;}

.sen2{margin-top: 100px;}

.bana-{text-align: center;margin-top: 100px;}
.bana- img{width: 500px;}
.bana{margin-top: 100px;}

.fot-sns{margin-top: 100px;background-color: #F6E300;padding-top: 30px;padding-bottom: 30px;}
.insta{background-color: white;padding: 20px;border-radius: 45px;}


.fot-rain{height: 6px;background: url(../img/fot-rain.png);background-size: cover;}
.fot-c{background-color: #169AEA;color: white;padding: 40px 0;text-align: center;}


.ac-tx1{text-align: center;line-height: 40px;margin-top: 100px;}
.ac-tx1-blue{color: #169AEA;}
.ac-text{
  width: 80%;
  max-width: 1000px;
  margin: 50px auto 200px;
}

.flex-box{display: flex;width: 1000px;gap: 0 2%;}
.mar-t150{margin:150px auto;}
.mar-t50{margin: 50px auto;}
.mar-a{margin: 0 auto;}

.prof-img{width: 40%;}
.prof-tx{width: 60%;}

.border-d{border-top: 5px dotted;width: 1000px; margin: 100px auto 0;}

.sp-hidex{display: block;}
.pc-hidex{display: none;}

.pcbr::before{content:"\A";
    white-space:pre;}


/* vr css */

.tx1-sub{font-size: 16px;}
.nemutx1{background-color: #80CEAD;color: #fff;font-size: 20px;padding: 10px 25px;}
.nemutx2{font-weight: 400;line-height: 35px;position: relative;}
.aoyatx1{background-color: #80CEAD;color: #fff;font-size: 20px;padding: 10px 25px;width: 50%;}
.tanutx1{border: solid 2px;background-color: #fff;color: #80CEAD;font-size: 20px;padding: 10px 25px;width: 50%;}
.aoyatx2,.tanutx2{font-size: 14px; font-weight: 400;line-height: 28px;position: relative;}

.titel{
    background: #80CEAD;
    color: white;
    width: 1000px;
    margin: 200px auto 20px;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
}

.titel-tx{
    width: 1000px;
    margin: 20px auto;
    padding: 10px 0;
    font-weight: 400;
    line-height: 35px;
}

.otoflex{
  width: 40%;
    font-weight: 400;
    line-height: 35px;
}

.otoflex__img{
  width: 60%;
}

.otoflex__img p{
  font-weight: 400;
  text-align: right;
  margin: 10px 10px 0;
}

.mar-t2rem{
  margin-top: 2rem;
}

.otoflex-titel{
    font-size: 30px;
    font-weight: bold;
    margin: 2rem auto;
    line-height: 35px;
}

.oto-aBox{
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.oto-aBox::after{
    content: "";
    display: block;
    width: 30%;
}

.oto-a{
    border: solid 2px;
    background-color: #fff;
    color: #80CEAD;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
    width: 30%;
    margin-bottom: 10px;
}

.otoimg4{
    width: 30%;
    margin-bottom: 10px;
    text-align: center;
}

.atten{
    color: #80CEAD;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    margin: 50px auto;
    padding: 0 5%;
  }
  
  .atten-midasi{
    border-top: 1px solid #80CEAD;
    border-bottom: 1px solid #80CEAD;
    line-height: 50px;
    padding: 5px;
  }


.border-d{
  margin: 100px auto;
}

/* vr css */


@media screen and (max-width:1200px){

}

@media screen and (max-width:1100px){

}

@media screen and (max-width:991px){
  .flex-box{width: 700px;}
  .kazari-tube1 iframe{width: 700px;height: 400px;}
  .sisetu{width: 700px;}
  .tx-unagi{width: 700px;}
  .border-d{width: 700px;}
  .def-kaza{bottom: -30px;}
  .titel,.titel-tx{width: 700px;}
  .otoflex{line-height: 26px;}
  .otoflex-titel{margin: 1rem auto;}
  .spbr::before{content:"\A";white-space:pre;}
}


@media screen and (max-width:770px){
  .sp-hide{display: none;}
  
}

@media screen and (max-width:767px){
  
}

@media screen and (min-width:771px){
  .hamburger{display: none;}
}

@media screen and (max-width:575px){
  
}

@media screen and (max-width:430px){
  .ac-tx1{width: 77%;margin: 50px auto;}
  .insta{padding: 10px;}
  .itiran{margin: 0 50px 0 auto;}
  .area-tx{font-size: 16px;}
  .flex-box{width: 300px;display: block;}
  .kazari-tube1{margin-top: 15px;}
  .kazari-tube1 iframe{width: 320px;height: 200px;}
  .sisetu{width: 300px;}
  .tx-unagi{width: 300px;}
  .border-d{width: 300px;}
  .flex-box div{width: 100%;}
  .kazari-ga img{margin-top: 50px;}
  .flex-boxu{display: block;width: 300px;}
  .una{width: 100%;}
  .una-tx{width: 100%;}
  .pc-hidex{display: block;}
  .sp-hidex{display: none;}
  .def-kaza{bottom: -100px;right: -10px;width: 100px;}
  .tximg img{width: 100%;top: 0%;left: 0%;}
  .pcbr::before{display: none;}
  .mart-sp img{margin-top: 55px;}
  .zen-tx{line-height: 32px;font-size: 18px;}

  .aoyatx1,.tanutx1{width: 100%;}
  .titel,.titel-tx{width: 300px;}
  .oto-a{width: 100%;}

}


@media screen and (max-width:320px){
  .fot-c{padding: 40px 10px;}
}


/*IE対応CSS(<_<)*/
@media all and (-ms-high-contrast:none) {
  .news {
    background-color: #fff;
  }
}