@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{background-color: #F6E300;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: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;}

.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%;}

.kazatx1{background-color: #000;color: #fff;font-size: 20px;padding: 10px 25px;}
.kazatx2{line-height: 35px;position: relative;}
.def-kaza{width: 150px;position: absolute;bottom: 0;right: 0;}

.zen{text-align: center;}
.zen img{width: 200px;}

.zen-tx{text-align: center;margin-top: 30px;line-height: 35px;font-size: 22px;}

.kazari-tube1{margin-top: 50px;text-align: center;}
.kazari-tube1 iframe{width: 1000px;height: 562px;}

.kazari-ga{width: 33%;}

.sisetu{background: #240407;color: white;width: 1000px;margin: 100px auto 50px;text-align: center;padding: 10px 0;}
.sisetu-info{text-align: center;border: solid 2px;width: 50%;padding: 10px 0;}

.info-tx{width: 40%;text-align: center;margin: 50px auto;line-height: 35px;}
.info-tx p{font-size: 22px;margin-bottom: 0;}

.kohen{text-align: center;padding-top: 100px;border-top: 5px dotted;width: 80%;margin: 50px auto;}
.kohen img{width: 200px;}

.tx-unagi{width: 1000px;margin: 100px auto 50px;text-align: center;padding: 10px 0;border: solid 2px;}

.flex-boxu{display: flex;width: 610px;gap: 0 5%;}

.una-{margin: 0 auto;}
.una{width: 33%;font-size: 22px;}
.una-tx{width: 63%;line-height: 35px;}

.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 */



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


@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;margin: 50px auto;}
  .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%;}
  .sp-hidex{display: none;}
  .pc-hidex{display: block;}
  .def-kaza{bottom: -100px;right: -10px;width: 100px;}
  .tximg img{width: 60%;top: 10%;left: 3%;}
  .pcbr::before{display: none;}
  .mart-sp img{margin-top: 55px;}
  .zen-tx{line-height: 32px;font-size: 18px;}
}


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


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