@charset "utf-8";

#wrap {
    position: relative;
}
.shutter{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 9999;
}
.shutter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0;
  height: 1px;
}
.shutter {
  -webkit-animation: byeShutter 2.6s forwards;
    animation: byeShutter 2.6s forwards;
}
.shutter::before {
  -webkit-animation: shutterOpen 2.6s forwards;
    animation: shutterOpen 2.6s forwards;
}
.content {
  -webkit-animation: contentScale 2.6s forwards;
    animation: contentScale 2.6s forwards;
}
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes contentScale {
  70% {
    -webkit-transform: perspective(800px) scale(0.9) rotateX(15deg);
            transform: perspective(800px) scale(0.9) rotateX(15deg);
  }
  100% {
    -webkit-transform: perspective(800px) scale(1) rotateX(0);
            transform: perspective(800px) scale(1) rotateX(0);
  }
}
.shutter p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
}
.koi {
font-family: "ta-koigokoro", sans-serif;
font-weight: bold;
font-style: normal;
}
.miya {
font-family: "ta-miyabi", sans-serif;
font-weight: bold;
font-style: normal;
}
.oon {
font-family: ta-oonishi, sans-serif;
font-weight: bold;
font-style: normal;
}
.cont01 {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.bg01 {
    background-image: linear-gradient(-45deg, rgba(238, 119, 82, 0.3), rgba(231, 60, 126, 0.3), rgba(35, 166, 213, 0.3), rgba(35, 213, 171, 0.3));
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
.posi {
    position: relative;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.bg02 {
    width: 100%;
    background-image: url("../images/bg01.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding-bottom: 30px;
}
.fvTxt01 {
    font-size: 38px;
    font-weight: bold;
    color: #222;
    letter-spacing: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 23vw;
    text-align: center;
    line-height: 1.6;
    z-index: 1;
}
.box01 {
    padding-top: 54vw;
    margin-bottom: 100px;
}
.table01 {
    width: 100%;
    color: #222;
    font-weight: bold;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.8;
    border-top: 1px solid #f7f4ff;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.3);
}
.table01 th {
    padding: 40px 50px;
    width: 160px;
    border-bottom: 1px solid #f7f4ff;
}
.table01 td {
    padding: 40px 0;
    border-bottom: 1px solid #f7f4ff;
}
.map{
   /*filter: grayscale(.9);*/
    border-radius: 5px;
    margin-bottom: 150px;
    opacity: 0.8;
}
.copy {
    text-align: center;
    color: #222;
    font-size: 15px;
    letter-spacing: 1px;
}
.pcOnly {
	display: block;
}
.pcOnlyIn {
	display: inline;
}
.spOnly {
	display: none;
}

@media screen and (max-width: 1000px){
.pcOnly {
	display: none;
}
.pcOnlyIn {
	display: none;
}
.spOnly {
	display: block;
}
.cont01 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.fvTxt01 {
    line-height: 1.8;
    top: 28vw;
}
.fvTxt01 img {
    margin-left: auto;
    margin-right: auto;
    width: 370px;
    margin-top: 35px;
}
.box01 {
    padding-top: 80vw;
}
.table01 {
    width: 100%;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}
.table01 th {
    padding: 20px 5%;
    width: 25%;
}
.table01 td {
    padding: 20px 5%;
}
}

@media screen and (max-width: 640px){
.shutter p {
    width: 100px;
}
.bg01 {
    background-image: linear-gradient(-45deg, rgba(238, 119, 82, 0.1), rgba(231, 60, 126, 0.1), rgba(35, 166, 213, 0.1), rgba(35, 213, 171, 0.1));
}
.bg02 {
    padding-bottom: 20px;
}
.fvTxt01 {
    font-size: 26px;
    letter-spacing: 0;
    top: 45vw;
}
.fvTxt01 img {
    width: 280px;
    margin-top: 30px;
}
.box01 {
    padding-top: 125vw;
    margin-bottom: 60px;
}
.table01 {
    font-size: 14px;
    line-height: 1.6;
}
.table01 th {
    padding: 20px 3% 20px 5%;
    width: 30%;
}
.table01 td {
    font-weight: normal;
}
.map {
    margin-bottom: 80px;
}
.copy {
    font-size: 12px;
}
}