@charset "utf-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
}
li{
  list-style-type: none;  
}
body {
    font-family: 源ノ角ゴシック JP;
  position: relative;
    line-height: 1.5;
}
body p{
    font-size: 14px;
}
body .wrapper {
  width: 100%;
position: relative;
    z-index:2;
    top: 0;
  overflow: hidden;
}
body .wrapper .menu {
  position: fixed;
    z-index: 1;
  top: 50px;
  right: 20px;
  width: 40px;
  height: 6px;
  background: #fff;
  cursor: pointer;
    border: 1px solid #000;
    box-sizing: border-box;
}
@media screen and (min-width:600px){
   .menu {
        display: none;
    }
    
}
body .wrapper span:before,
body .wrapper span:after {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  height: 6px;
  width: 40px;
  background: #fff;
     border: 1px solid #000;
    box-sizing: border-box;
}
body .wrapper span:before {
  top: -13px;
}
body .wrapper span:after {
  bottom: -13px;
}
body .wrapper .overlay {
  position: fixed;
  bottom: -99%;
  height: 100%;
  background: #30c4c9;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
}
@media screen and (min-width:600px){
    body .wrapper .overlay{
        height:100px;
         position: fixed;
        bottom: 99%;
        top: 0;
        background-color: #3251EE;
    }
}
body .wrapper .overlay.anim {
  left: 0;
  bottom: 0;
  animation: menu-anim 1.5s 1 ease-out forwards;
  width: 25%;
  transition: all 0.5s ease;
}
body .wrapper .overlay.anim.reverse-anim {
  left: 0;
  bottom: 0;
  animation: menu-anim 1.5s 1 ease-out reverse;
  width: 25%;
  transition: all 0.5s ease;
}
body .wrapper .overlay ul {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  padding-left: 0;
  margin-left: -10px;
  font-size: 2em;
  font-weight: 800;
}
.submenu{
    display: none;
}

@media screen and (min-width:600px){
 body .wrapper .overlay ul{
        display: flex;
        max-width: 1110px;
     height: 100%;
     margin: 0 auto;
        justify-content:flex-end;
        align-items: center;
     
    }
    body .wrapper .overlay ul li{
        width: 112px;
        padding-right: 10px;
    }
    body .wrapper .overlay ul li a{
        font-size: 20px;
    }
   .submenu{
        display: block;
       font-size: 12px;
       margin-left: 10px;
    }
    body .wrapper .overlay ul li a:hover{
        background-color: #30c4c9;
    }
   
}
@media screen and (min-width:1025px){
     body .wrapper .overlay{
        position: fixed;
        bottom: 99%;
        top: 0;
        height: 110px;
        background-color: #3251EE;
    }
    body .wrapper .overlay ul li:hover{
        background-color: #30c4c9;
    }
    body .wrapper .overlay ul li a{
        font-size: 25px;
    }
      body .wrapper .overlay ul li{
          padding-left: 20px;
        padding-right: 20px;
    }
}
body .wrapper .overlay ul li a {
  text-decoration: none;
  color: white;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  overflow: hidden;
}
body .wrapper .overlay ul li a:after {
  display: block;
  border-radius: 2px;
  content: '';
  left: 0;
  bottom: -10px;
  height: 5px;
  background: #fff;
  transform: translateX(-101%);
}
body .wrapper .overlay ul li a:hover {
  text-decoration: none;
}
body .wrapper .overlay ul li a:hover:after {
  animation: border-anim 0.5s 1 ease normal;
  transform: translateX(0);
}
@-webkit-keyframes border-anim {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes menu-anim {
  0% {
    left: 0;
    bottom: -99%;
    width: 100%;
  }
  33% {
    left: -99%;
    bottom: -99%;
    width: 100%;
  }
  66% {
    left: -99%;
    bottom: 0;
    width: 100%;
  }
  100% {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
header img{
    width:70px;
    position: fixed;
    z-index: 2;
    top: 20px;
    left: 24px;
    }
@media screen and (min-width:600px){
    header img{
        width: 100px;
        height: 100px;
        z-index: 3;
        top: 10px;
    }
    body .wrapper .overlay ul{
        position: relative;
    }
}
    @media screen and (min-width:1025px){
        
       header img{
        width: 140px;
        height: 140px;
    }
}
.inner{
    width: 95%;
    margin: 0 auto;
}
.map{
    margin: 0 auto;
    width: 80%;
}
.map h2{
    text-align: center;
}
.map img{
    display: block;
    width: 100%;
    margin-bottom: 24px;
}
.map p{
    margin-bottom: 24px;
}
.contents{
    width: 80%;
    margin: 0 auto;
    padding-top: 24px;
}
.contents img{
    display: block;
    margin: 0 auto;
    width: 100%;
}
h1{
    font-family:'VDL ロゴJrブラック BK',suns-selif;
    padding-top: 30px;
    /*margin-top: 110px;*/
    font-size: 40px;
    background-color: #FCFB03;
    vertical-align: m10dle;
    text-align: center;
    height: 90px;
    }
@media screen and (min-width:600px){
    h1{
        margin-top: 100px;
    }
}
@media screen and (min-width:1025px){
    h1{
        margin-top: 110px;
    }
}
h2{
    background-color: #3251EE;
    color: #FCFB03;
    margin-top: 40px;
    font-size: 24px;
    padding-left: 16px;
}

    figure.imganimation {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  /*min-width: 220px;
  max-width: 310px;
  max-height: 220px;*/
  /*width: 100%;*/
  color: #000;
  text-align: center;
}
figure.imganimation * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.imganimation img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.imganimation figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
figure.imganimation h3,
figure.imganimation p {
  margin: 0;
  width: 100%;
  opacity: 1;
    color: #fff;
}
figure.imganimation h3 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
    text-shadow: 1px 2px 3px #000;
}
figure.imganimation p {
  padding: 0 50px;
  font-size: 0.8em;
  font-weight: 500;
    text-shadow: 1px 2px 3px #000;
}
figure.imganimation a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.imganimation:hover:after,
figure.imganimation.hover:after {
  -webkit-transform: skew(-45deg) scaleX(1);
  transform: skew(-45deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
figure.imganimation:hover figcaption h3,
figure.imganimation.hover figcaption h3,
figure.imganimation:hover figcaption p,
figure.imganimation.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.imganimation:hover figcaption h3,
figure.imganimation.hover figcaption h3 {
  opacity: 1;
}
figure.imganimation:hover figcaption p,
figure.imganimation.hover figcaption p {
  opacity: 0.7;
}
  @media screen and (min-width:1025px){
    .flexbox{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        
    }
      .flexbox div{
          width: 30%;
      }
    .flexbox img{
        
        margin: 0;
    }figure.imganimation h3,
figure.imganimation p {
  margin: 0;
  width: 100%;
  opacity: 0;
    color: #000;
}figure.imganimation:after {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  opacity: 0.75;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
}  

iframe{
     display: block;
    margin: 0 auto;
    width: 100%;
    height: 250px;
}
@media screen and (max-width:1025px){
.hide{
    display: none;
    }
}
@media screen and (min-width:600px){
    iframe{
   
    width:90%;
    height: 400px;
        margin-bottom: 24px;
    }
}
.flexbox2{
    display: flex;
     font-size: 20px;
    border-bottom: 1px solid rgba(255,134,0,1.00);
}
dt,dd{
    padding: 15px;
}
dl{
    margin-bottom: 40px;
}
.space{
    margin-right: 6em;
}
footer{
    width: 100%;
    height: 90px;
    background: url("../../img/footerImg.jpg") no-repeat center center;
    background-size: cover;
   
    position: relative; 
}
footer p{
    position: absolute;
    top: 30px;
    left: 50%;
    font-size: 12px;
    font-weight: normal;
    transform: translate(-50%,-50%);
    white-space: nowrap;
}
@media screen and (min-width:600px){
    footer{
        height: 200px;
    background: url("../../img/footerimg-pc.jpg") no-repeat 80%;
       
    }
}
@media screen and (min-width:1025px){
    footer{
        width: 100%;
        height: 200px;
    background: url("../../img/footerimg-pc.jpg") no-repeat 100% 100%;
    }
}
@media screen and (min-width:1920px){
    footer{
         height: 200px;
    background: url("../../img/footerimg-pc.jpg") no-repeat center center;
        background-size: cover;
}
}
.btn-liquid {
  display: inline-block;
  position: relative;
  width: 240px;
  height: 60px;

  border-radius: 27px;

  color: #fff;
  font: 700 14px/60px "Droid Sans", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-liquid .inner {
  position: relative;

  z-index: 2;
}

.btn-liquid canvas {
  position: absolute;
  top: -50px;
  right: -50px;
  bottom: -50px;
  left: -50px;

  z-index: 1;
}
.pagetop{
    position: fixed;
    bottom: 50px;
    right: 40px;
}
#breadcrumb {
    width: 100%;
  padding: 10px 0 0 10px;
    background-color: #3251EE;
    line-height: 1.5;
    
}
.archive #breadcrumb {
  padding: 0;
  background: transparent;
}
#breadcrumb ul {
  margin: 0;
}
#breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 0.87em;
    color: #fff;
}
#breadcrumb li:after {
  padding: 0 6px;
  color: #fff;
  content: ">";
  font-size: 14px;
}
#breadcrumb li a {
  text-decoration: none;
    color: #fff;
}

#breadcrumb li a:hover {
  color: gray;
  text-decoration: none;
} 