@charset "utf-8";
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; font-weight:normal;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}
img{vertical-align:bottom;}
ol,ul {list-style:none;}
.grecaptcha-badge{
  display: none;
}
/*----------------------------
  Fonts
----------------------------*/
html,body{
  font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 2;
  font-weight: 500;
  color: #333;
  /*background: #f8f8f8;*/
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}
.webfont_en{
  font-family:'Montserrat', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
}
p {
 /*word-break: break-all;*/
}

i{
  margin-right: 6px;
}
.pc_only{
  display: block;
}
.sp_only{
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
}
img{
  width: 100%;
  height: auto;
}

/*----------------------------------------------------
  .scrollview
--------------------------------------------------- */
.scrollview{
  -webkit-transition: all 0.8s 0s ease;
     -moz-transition: all 0.8s 0s ease;
      -ms-transition: all 0.8s 0s ease;
       -o-transition: all 0.8s 0s ease;
          transition: all 0.8s 0s ease;
          opacity: 0;
  -webkit-transform: scale(1,1) translate(-0%,20px);
     -moz-transform: scale(1,1) translate(-0%,20px);
      -ms-transform: scale(1,1) translate(-0%,20px);
       -o-transform: scale(1,1) translate(-0%,20px);
          transform: scale(1,1) translate(-0%,20px);
}
.scrollview.view{
  opacity: 1;
  -webkit-transform: scale(1,1) translate(-0%,0%);
     -moz-transform: scale(1,1) translate(-0%,0%);
      -ms-transform: scale(1,1) translate(-0%,0%);
       -o-transform: scale(1,1) translate(-0%,0%);
          transform: scale(1,1) translate(-0%,0%);

}
/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link,
a:visited,
a:active{
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.5s 0s ease;
       -moz-transition: all 0.5s 0s ease;
        -ms-transition: all 0.5s 0s ease;
         -o-transition: all 0.5s 0s ease;
            transition: all 0.5s 0s ease;
}
a:hover{
  opacity: 0.5;
  text-decoration: none;
}

/*----------------------------------------------------
  .scrollview
--------------------------------------------------- */
.scrollview{
  -webkit-transition: all 0.8s 0s ease;
     -moz-transition: all 0.8s 0s ease;
      -ms-transition: all 0.8s 0s ease;
       -o-transition: all 0.8s 0s ease;
          transition: all 0.8s 0s ease;
          opacity: 0;
  -webkit-transform: scale(1,1) translate(-0%,20px);
     -moz-transform: scale(1,1) translate(-0%,20px);
      -ms-transform: scale(1,1) translate(-0%,20px);
       -o-transform: scale(1,1) translate(-0%,20px);
          transform: scale(1,1) translate(-0%,20px);
}
.scrollview.view{
  opacity: 1;
  -webkit-transform: scale(1,1) translate(-0%,0%);
     -moz-transform: scale(1,1) translate(-0%,0%);
      -ms-transform: scale(1,1) translate(-0%,0%);
       -o-transform: scale(1,1) translate(-0%,0%);
          transform: scale(1,1) translate(-0%,0%);

}

/*----------------------------------------------------
 slick
--------------------------------------------------- */
:focus {
  outline: none;
}
.slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;}
.slick-track:before,
.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}

.slick-prev{
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -7px;
  background: url(http://nap-bed.com/wp/wp-content/themes/nap/assets/img/common/prev.png) no-repeat;
  width: 59px;
  height: 15px;
  z-index: 10;
  border:none;
  text-indent: -9999px;
  cursor: pointer;
    -webkit-transition: all 0.5s 0s ease;
       -moz-transition: all 0.5s 0s ease;
        -ms-transition: all 0.5s 0s ease;
         -o-transition: all 0.5s 0s ease;
            transition: all 0.5s 0s ease;
}
.slick-prev:hover{
  opacity: 0.5;
  -webkit-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
}
.slick-next{
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -7px;
  background: url(http://nap-bed.com/wp/wp-content/themes/nap/assets/img/common/next.png) no-repeat;
  width: 59px;
  height: 15px;
  z-index: 10;
  border:none;
  text-indent: -9999px;
  cursor: pointer;
    -webkit-transition: all 0.5s 0s ease;
       -moz-transition: all 0.5s 0s ease;
        -ms-transition: all 0.5s 0s ease;
         -o-transition: all 0.5s 0s ease;
            transition: all 0.5s 0s ease;
}
.slick-next:hover{
  opacity: 0.5;
  -webkit-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
}
.slide .slick-disabled{
  opacity: 0.2;
}
@media only screen and (max-width: 768px) {
  .slide .slick-prev:hover{
    opacity: 1;
  }
  .slide .slick-next:hover{
    opacity: 1;
  }
  .slick-prev{

    top: 50%;
    left: 15px;
    margin-top: -15px;
    background: url(http://nap-bed.com/wp/wp-content/themes/nap/assets/img/common/prev.png) no-repeat;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    z-index: 10;
  }
  .slick-next{

    top: 50%;
    right: 15px;
    margin-top: -15px;
    background: url(http://nap-bed.com/wp/wp-content/themes/nap/assets/img/common/next.png) no-repeat;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    z-index: 10;
  }
}
/*----------------------------------------------------
 loading
--------------------------------------------------- */
#loading{
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 110;
  background: #FFF;
}
#loading.out{
  opacity: 0;
    -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
}

#loading .logo{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
       -o-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
#loading .logo img{
  width: 100%;
  height: auto;
}
#loading .logo span{
  display: block;
              transform-origin: center center;
      -webkit-transform-origin: center center;
  -webkit-animation: loadRotation 1.1s infinite ease;
          animation: loadRotation 1.1s infinite ease;
}
@-webkit-keyframes loadRotation {
  0% {
  -webkit-transform: rotate3d(0,1,0,0deg);
  }
  50% {
  -webkit-transform: rotate3d(0,1,0,180deg);
  }
  100% {
  -webkit-transform: rotate3d(0,1,0,360deg);
  }
}
@keyframes loadRotation {
  0% {
          transform: rotate3d(0,1,0,0deg);
  }
  50% {
          transform: rotate3d(0,1,0,180deg);
  }
  100% {
          transform: rotate3d(0,1,0,360deg);
  }
}
.FormatLoader,
.FormatLoader:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
}
.FormatLoader {
  margin: 0 auto;
  margin-top: -20px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 1px solid #FFF;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*----------------------------------------------------
  #wrapper
--------------------------------------------------- */
#wrapper{
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #wrapper{
    margin: 0px;
  }
}

/*----------------------------------------------------
  #header
--------------------------------------------------- */
#header{
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 0;
  height: 660px;
  width: 80px;
  margin-top: -330px;
  line-height: 1;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
-webkit-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
   -moz-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
    -ms-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
     -o-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
#header .inner{
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  height: 660px;
  width: 80px;
  background: rgba(255,255,255,0.2);
     -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.05);
-webkit-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
   -moz-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
    -ms-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
     -o-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform: translate(100%,0%);
     -moz-transform: translate(100%,0%);
      -ms-transform: translate(100%,0%);
       -o-transform: translate(100%,0%);
          transform: translate(100%,0%);
/*  -webkit-transform: rotate3d(1,0,0,-100deg);
  -moz-transform: rotate3d(1,0,0,-100deg);
  -o-transform: rotate3d(1,0,0,-100deg);
  -ms-transform: rotate3d(1,0,0,-100deg);
  transform: rotate3d(1,0,0,-100deg);*/
}
body.onScroll #header .inner{
  -webkit-transform: translate(0%,0%);
     -moz-transform: translate(0%,0%);
      -ms-transform: translate(0%,0%);
       -o-transform: translate(0%,0%);
          transform: translate(0%,0%);
/*  -webkit-transform: rotate3d(1,0,0,-0deg);
  -moz-transform: rotate3d(1,0,0,-0deg);
  -o-transform: rotate3d(1,0,0,-0deg);
  -ms-transform: rotate3d(1,0,0,-0deg);
  transform: rotate3d(1,0,0,-0deg);*/
}
#header .title{
  position: absolute;
  top: 20px;
  width: 40px;
  left: 20px;
}
#header .title img{
  width: 100%;
  height: auto;
}
#header ul.menu{
  position: absolute;
  top: 65px;
  left: 46px;
  width: 600px;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#header ul.menu li{
  float:left;
  margin-left: 30px;
}
#header ul.menu li a{
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  display: block;
  padding-bottom: 4px;
  font-family:'Montserrat', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
}
#header ul.menu li a span{
  display: block;
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  left: 0;
  background: #000;
-webkit-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
   -moz-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
    -ms-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
     -o-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
#header ul.menu li a:hover span{
  width: 100%;
}
#header ul.sns{
  position: absolute;
  bottom: 20px;
  width: 40px;
  left: 31px;
}
#header ul.sns li a{
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  #header{
    display: none;
  }
  body.onScroll #header,
  body.onScroll #header .inner{
    height: 60px;
  }
  #header .inner{
    width: 100%;
    height: 60px;
    margin: 0;
  }
  #header .title{
    position: absolute;
    bottom: 0px;
    left: 20px;
    line-height: 60px;
    font-size: 14px;
  }
  #header .title span{
    font-size: 10px;
  }
  body.onScroll #header .title,
  body.onScroll #header ul.menu{
    bottom: 0px;
  }
  #header ul.menu{
    display: none;
  }
}

#top-menu{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}
#top-menu .inner{
  height: 120px;
  margin: 0 60px;
  position: relative;
}
#top-menu .menu-title{
  position: absolute;
  top: 60px;
  width: 50px;
  left: 0;
}
#top-menu .menu-title img{
  width: 100%;
  height: auto;
}
#top-menu ul.menu{
  position: absolute;
  top: 73px;
  left: 60px;
}
#top-menu ul.menu li{
  float:left;
  margin-left: 30px;
}
#top-menu ul.menu li a{
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  display: block;
  padding-bottom: 2px;
  color: #FFF;
  font-family:'Montserrat', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
}
#top-menu ul.menu li a span{
  display: block;
  position: absolute;
  top:auto;
  bottom: 0;
  width: 0%;
  height: 1px;
  left: 0;
  background: #FFF;
-webkit-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
   -moz-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
    -ms-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
     -o-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
#top-menu ul.menu li a:hover span{
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #top-menu{
    display: none;
  }
}
/*----------------------------------------------------
  .sp_menu
--------------------------------------------------- */

.sp_menu{
  position: fixed;
  display: none;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  z-index: 102;
  mix-blend-mode: exclusion;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
}
@media only screen and (max-width: 768px) {
  .sp_menu{
    display: block;
  }
  .sp_menu:hover{
    opacity: 1;
  }
}
.sp_menu .mark{
-webkit-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
   -moz-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
    -ms-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
     -o-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: rotate3d(0,1,0,-0deg);
  -moz-transform: rotate3d(0,1,0,-0deg);
  -o-transform: rotate3d(0,1,0,-0deg);
  -ms-transform: rotate3d(0,1,0,-0deg);
  transform: rotate3d(0,1,0,-0deg);
}
body.active .sp_menu .mark{
  -webkit-transform: rotate3d(0,1,0,180deg);
  -moz-transform: rotate3d(0,1,0,180deg);
  -o-transform: rotate3d(0,1,0,180deg);
  -ms-transform: rotate3d(0,1,0,180deg);
  transform: rotate3d(0,1,0,180deg);
}
/*----------------------------------------------------
  .navigation
--------------------------------------------------- */
.navigation{
  display: none;
}
@media only screen and (max-width: 768px) {
  body:before{
    content: "";
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0;
    visibility:hidden;
    display: block;
    z-index: 80;
-webkit-transition: all 0.6s 0s ease;
   -moz-transition: all 0.6s 0s ease;
    -ms-transition: all 0.6s 0s ease;
     -o-transition: all 0.6s 0s ease;
        transition: all 0.6s 0s ease;
  }
  body.active:before{
    opacity: 0.8;
    visibility: visible;
  }
  .navigation{
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    width:0px;
    height: 100%;
    z-index: 101;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  -webkit-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
     -moz-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
      -ms-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -o-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
          transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  }
  body.active .navigation{
    width: 200px;
  -webkit-transition: all 0s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
     -moz-transition: all 0s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
      -ms-transition: all 0s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -o-transition: all 0s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
          transition: all 0s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  }
  .navigation .inner{
    padding: 110px 30px 60px;
    text-align: right;
    background: #FFF;
  -webkit-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
     -moz-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
      -ms-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -o-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
          transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transform: rotate3d(0,1,0,-100deg);
    -moz-transform: rotate3d(0,1,0,-100deg);
    -o-transform: rotate3d(0,1,0,-100deg);
    -ms-transform: rotate3d(0,1,0,-100deg);
    transform: rotate3d(0,1,0,-100deg);
     -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.1);
  }
  body.active .navigation .inner{
    -webkit-transform: rotate3d(0,1,0,-0deg);
    -moz-transform: rotate3d(0,1,0,-0deg);
    -o-transform: rotate3d(0,1,0,-0deg);
    -ms-transform: rotate3d(0,1,0,-0deg);
    transform: rotate3d(0,1,0,-0deg);
  }
  .navigation .inner ul.menu{
    margin-bottom: 20px;
  }
  .navigation .inner ul.menu li a{
    display: block;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-family:'Montserrat', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
  }
  .navigation .inner ul.sns li a{
    font-size: 24px;
  }
}
/*----------------------------------------------------
  .footer
--------------------------------------------------- */
.footer{
  position: relative;
  overflow: hidden;
}
.footer .inner{
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  width: auto;
  margin: 0 60px;
}
.footer .logo{
  position: absolute;
  top: 65px;
  left: 0;
  width: 50px;
}
.footer .info{
  position: absolute;
  top: 55px;
  left: 70px;
  width: 50px;
}
.footer .info dl{
  position: relative;
  width: 400px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.footer .info dl dt{
  position: absolute;
  font-family:'Montserrat', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
}
.footer .info dl dd{
  padding-left: 65px;
}
.footer .copyright{
  padding-top: 80px;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-family:'Montserrat', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
}
.footer a.pagetop{
  position: fixed;
  right: 35px;
  bottom: 30px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  border-bottom: 1px #000 solid;
  opacity: 0;
}
body.onScroll .footer a.pagetop{
  opacity: 1;
}
.footer a.pagetop:after{
  content: "\f106";
  font-family: FontAwesome;
  font-size: 18px;
  vertical-align: -1px;
}
@media only screen and (max-width: 768px) {
  .footer .inner{
    padding: 40px 0;
    margin: 0px;
  }
  .footer .logo{
    position: static;
    width: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .footer .info{
    position: relative;
    top: 0px;
    left: 0px;
    width: 85%;
    margin: 0 auto;
  }
  .footer .info dl{
    width: 100%;
    font-size: 3.0vw;
  }
  .footer .info dl dd{
    padding-left: 18vw;
  }
  .footer .copyright{
    text-align: center;
    padding-top: 40px;
    font-size: 3.2vw;
  }
  .footer a.pagetop{
    position: fixed;
    right: 35px;
    bottom: 30px;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1;
    border-bottom: 1px #000 solid;
    opacity: 0;
  }
  body.onScroll .footer a.pagetop{
    opacity: 1;
  }
  .footer a.pagetop:after{
    content: "\f106";
    font-family: FontAwesome;
    font-size: 18px;
    vertical-align: -1px;
  }
}

/*----------------------------------------------------
  btn
--------------------------------------------------- */
.btn a{
  display: block;
  border:1px #000 solid;
  text-align: center;
  line-height: 50px;
  letter-spacing: 0.1em;
  font-weight: 700;
  background: #FFF;
  font-family: 'Montserrat', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
    -webkit-transition: all 0.5s 0s ease;
            transition: all 0.5s 0s ease;
}
.btn a:hover{
  background: #000;
  color: #FFF;
  opacity: 1;
}

.btn_text{
  text-align: center;
}
.btn_text a{
  display: inline-block;
  font-weight: 700;
  font-style: italic;
  font-family: 'Montserrat', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
    -webkit-transition: all 0.5s 0s ease;
            transition: all 0.5s 0s ease;
}
.btn_text a:after{
    content: "\f105";
    margin-left: 10px;
    font-size: 14px;
    display: inline-block;
    vertical-align: 0px;
    font-family: FontAwesome;
}
@media only screen and (max-width: 768px) {
  .btn a{
    font-size: 3.4vw;
    line-height: 10vw;
  }
  .btn_text{
    margin-top: 10px;
    font-size: 3.4vw;
  }
  .btn_text a:after{
    font-size: 3.4vw;
  }

}
/*----------------------------------------------------
  .block_section
--------------------------------------------------- */
.block_section{
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.block_section .inner{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
}
.block_section .page-title{
  font-style: italic;
  font-size: 34px;
  padding: 50px 0 30px;
  font-weight: 700;
  text-align: center;
}
.block_section .page-title.webfont_jp{
  font-style: normal;

}
.block_section .inner .detail_date{
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 0px 0 50px;
  font-weight: 700;
  margin-top: -20px;
  text-align: center;
}
.block_section .inner .line{
  border-bottom: 1px #ccc solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.block_section .inner .summary{
  margin-bottom: 40px;
}
.block_section .inner .summary p{
  margin-bottom: 10px;
}
.block_section .inner .summary a{
  text-decoration: underline;
}
.block_section .image{
  margin-bottom: 40px;
}
.block_section .two-column{
  overflow: hidden;
}
.block_section .two-column li{
  float: left;
  width: 50%;
  position: relative;
}
.block_section .two-column li:nth-child(1):after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  display: block;
  background: #FFF;
}
.block_section .wpcf7{
  border:1px #ccc solid;
  padding: 40px;
  margin-top: 40px;
   -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.05);
}
div.wpcf7 .screen-reader-response{
  padding: 0px !important;
}
@media only screen and (max-width: 768px) {
  .block_section .inner{
    max-width: auto;
    margin: 0 30px;
    padding: 0px;
    text-align: left;
  }
  .block_section .link{
    max-width: auto;
    margin: 0 30px;
    padding: 0px;
    text-align: left;
  }
  .block_section .link a{
    display: block;
    background: #000;
    color: #FFF;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
  }
  .block_section .page-title{
    font-size: 4.5vw;
    padding: 20px 0 20px;
    margin-bottom: 0px;
    text-align: left;
  }
  .block_section .detail_date{
    font-size: 3vw;
    padding: 0px;
    margin-top: -20px;
    text-align: left;
  }
  .block_section .two-column li:nth-child(1):after{
    display: none;
  }
  .block_section .two-column li{
    float: none;
    width: 100%;
    margin-bottom: 1px;
  }
}
#insta{
  letter-spacing: -0.4em;
}
#insta li{
  display: inline-block;
  letter-spacing: normal;
  width: 20%;
  vertical-align: top;
}
#insta li span{
  display: block;
  width: 100%;
  height: 20vw;
}
#insta li:nth-child(n+11){
  display: none;
}
@media only screen and (max-width: 768px) {
  #insta li{
    width: 50%;
  }
  #insta li span{
    display: block;
    width: 100%;
    height: 50vw;
  }
}

/*----------------------------------------------------
  #mainvisual
--------------------------------------------------- */
#mainvisual{
  width: 100%;
  position: relative;
}
#mainvisual:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 2;
}
#mainvisual ul li{
  position: relative;
}
#mainvisual ul li span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-attachment: fixed;*/
}
#mainvisual .title{
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-top: -50px;
  -webkit-transform: scale3d(1,1,1) translate(-50%,-50%) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate(-50%,-50%) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate(-50%,-50%) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate(-50%,-50%) rotate(0deg);
          transform: scale3d(1,1,1) translate(-50%,-50%) rotate(0deg);
}


#mainvisual .top_btn{
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-top: 50px;
  -webkit-transform: scale3d(1,1,1) translate(-50%,-50%) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate(-50%,-50%) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate(-50%,-50%) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate(-50%,-50%) rotate(0deg);
          transform: scale3d(1,1,1) translate(-50%,-50%) rotate(0deg);
}
#mainvisual .top_btn a {
    display: block;
    border: 1px rgba(255,255,255,0.6) solid;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-family: 'Montserrat', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}
#mainvisual .top_btn a:hover{
  background: #FFF;
  color: #000;
}

#mainvisual .scroll{
  position: absolute;
  bottom: 50px;
  right: 60px;
  width: 46px;
  text-align: center;
  z-index: 3;
  height: 70px;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
          transform: scale3d(1,1,1) translate3d(0px,20px,0px);
}
#mainvisual .scroll a{
  display: block;
}
#mainvisual .scroll a .btn{
  display: block;
  width: 36px;
  height: 36px;
  border:2px #FFF solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
    -webkit-transition: all 0.5s 0s ease;
       -moz-transition: all 0.5s 0s ease;
        -ms-transition: all 0.5s 0s ease;
         -o-transition: all 0.5s 0s ease;
            transition: all 0.5s 0s ease;
}
#mainvisual .scroll a:hover .btn{
    -webkit-transform: scale3d(1.1,1.1,1.1) translate(0%,0%) rotate(0deg);
       -moz-transform: scale3d(1.1,1.1,1.1) translate(0%,0%) rotate(0deg);
        -ms-transform: scale3d(1.1,1.1,1.1) translate(0%,0%) rotate(0deg);
         -o-transform: scale3d(1.1,1.1,1.1) translate(0%,0%) rotate(0deg);
            transform: scale3d(1.1,1.1,1.1) translate(0%,0%) rotate(0deg);

}
#mainvisual .scroll a .btn .arrow{
  display: block;
  width: 36px;
  height: 36px;
  background: url(../img/common/scroll_arrow.png) no-repeat center center;
  background-size: contain;
}
#mainvisual .scroll a .btn .arrow{
  -webkit-animation:arrowMove 2.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990) infinite;
          animation:arrowMove 2.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990) infinite;
}
@-webkit-keyframes arrowMove{
  0%  {-webkit-transform: translate(0%,-46px);opacity: 1;}
  30%  {-webkit-transform: translate(0%,0px);opacity: 1;}
  70%  {-webkit-transform: translate(0%,0px);opacity: 1;}
  100%{-webkit-transform: translate(0%,46px);opacity: 1;}
}
@keyframes arrowMove{
  0%  {transform: translate(0%,-46px);opacity: 1;}
  30% {transform: translate(0%,0px);opacity: 1;}
  70% {transform: translate(0%,0px);opacity: 1;}
  100%{transform: translate(0%,46px);opacity: 1;}
}
@media only screen and (max-width: 768px) {
  #mainvisual .title{
    width: 200px;
  }
  #mainvisual .top-menu{
    display: none;
  }
  #mainvisual ul li span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment:scroll;
  }
  #mainvisual .scroll{
    position: absolute;
    bottom: 30px;
    right: auto;
    left: 30px;
  }
}
#btn_area{
  width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #btn_area{
    width: 80%;
  }
}
/*----------------------------------------------------
 .concept
--------------------------------------------------- */
.concept{
  margin-bottom: 100px;
}
.concept .inner{
  position: relative;
  z-index: 10;
  width: 900px;
  margin: 0 auto;
  margin-top: -100px;
  background: #FFF;
  padding: 80px 0 0;
  text-align: center;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.05);
}
.concept .copy{
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
}
.concept .image{
  overflow: hidden;
}
.concept .image li{
  float: left;
  width: 50%;
}
.concept .lead{
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 65px;
}
.concept .exp{
  padding: 40px 0;
}
.concept .exp p{
  margin-bottom: 14px;
}

@media only screen and (max-width: 768px) {
  .concept{
    margin-bottom: 40px;
  }
  .concept .inner{
    width: 90%;
    margin: 0 auto;
    margin-top: -20px;
    padding: 40px 0 0;
  }
  .concept .copy{
    font-size: 5vw;
    margin-bottom: 25px;
  }
  .concept .lead{
    font-size: 3.8vw;
    line-height: 8vw;
    margin-bottom: 35px;
  }
  .concept .image{
    overflow: hidden;
  }
  .concept .image li{
    float: none;
    width: 100%;
  }
  .concept .exp{
    padding: 20px 20px;
  }
  .concept .exp p{
    font-size: 3.4vw;
    text-align: left;
    margin-bottom: 4px;
  }

}
/*----------------------------------------------------
 .scene
--------------------------------------------------- */
.scene{
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
  margin-top: 100px;
}
.scene .column{
  letter-spacing: -0.4em;
  margin-bottom: 100px;
}
.scene .column:last-child{
  margin-bottom: 0px;
}
.scene .column .image{
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
  width: 50%;
  position: relative;
}

.scene .column .image .slick-dots{
position: absolute;
bottom: 20px;
left: 20px;
overflow: hidden;
}
.scene .column .image .slick-dots li{
  float: left;
  width: 10px !important;
  height: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border:1px #FFF solid;
  margin: 0 5px;
  overflow: hidden;
}
.scene .column .image .slick-dots li button{
  opacity: 0;
  width: 10px;
  height: 10px;
}
.scene .column .image .slick-dots li.slick-active{
  background: #FFF;
  border:1px #FFF solid;
}
.scene .column .image.sp_only{
  display: none;
}
.scene .column .image.pc_only{
  display: inline-block;
}
.scene .column .textarea{
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
  width: 50%;
  padding: 40px 0;
}
.scene .column .textarea .title{
  padding: 0 60px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  font-style: italic;
  font-family: 'Montserrat', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
}
.scene .column .textarea .title span{
  display: block;
  padding-top: 14px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.scene .column .textarea .btn_text{
  text-align: left;
  padding-top: 20px;
  padding-left: 60px;
}
.scene .column:last-child .textarea .btn_text{
  text-align: left;
  padding-left: 100px;
}
.scene .column:last-child .textarea .title{
  padding: 0 60px 0 100px;
}
.scene .column .textarea p{
  padding: 20px 100px 0 60px;
}
.scene .column:last-child .textarea p{
  padding: 20px 60px 0 100px;
}
.scene .column .textarea .btn{
  padding: 20px 100px 0 60px;
}
.scene .column:last-child .textarea .btn{
  padding: 20px 60px 0 100px;
}

.scene .column .textarea .information{
  padding: 20px 100px 0 60px;
}
.scene .column:last-child .textarea .information{
  padding: 20px 60px 0 100px;
}

.scene .column .textarea .information dl{
  position: relative;
  font-size: 14px;
  border-top:1px #ccc dotted;
  padding: 15px 0;
}
.scene .column .textarea .information dl dt{
  position: absolute;
  top: 15px;
  left: 0;
  font-weight: bold;
}
.scene .column .textarea .information dl dd{
  padding-left: 120px;
}
@media only screen and (max-width: 768px) {
  .scene{
     margin-top: 0px;
  }
  .scene .column{
    margin-bottom: 0px;
  }
  .scene .column .image{
    display: block;
    width: 100%;
  }
  .scene .column .image.pc_only{
    display: none;
  }
  .scene .column .image.sp_only{
    display: block;
  }
  .scene .column .textarea{
    display:block;
    width: 80%;
    margin: 0 auto;
  }
  .scene .column .textarea .btn_text{
    padding-top: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .scene .column:last-child .textarea .btn_text{
    padding-left: 0px;
    text-align: center;
  }
  .scene .column .textarea .title{
    padding: 0px;
    font-size: 5vw;
    margin-bottom: 20px;
  }
  .scene .column:last-child .textarea .title{
    padding: 0px;
  }
  .scene .column .textarea .title span{
    font-size: 12px;
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .scene .column .textarea p{
    padding: 0px;
    font-size: 3.4vw;
    margin-bottom: 20px;
  }
  .scene .column:last-child .textarea p{
    padding: 0px;
  }
  .scene .column .textarea .btn{
    padding: 0px;
  }
  .scene .column:last-child .textarea .btn{
    padding: 0px;
  }

  .scene .column .textarea .information{
    padding: 0px;
  }
  .scene .column:last-child .textarea .information{
    padding: 0px;
  }

}
/*----------------------------------------------------
  #news-list
--------------------------------------------------- */
#news-list{
  background: #FFF;
  padding-bottom: 40px;
  margin-bottom: 0;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #news-list{
    padding-bottom: 40px;
    padding-top: 0px;
  }
  body.page #news-list{
    padding-top: 40px;
  }
}
/*----------------------------------------------------
  #event-top
--------------------------------------------------- */
#event-top{
  background: #FFF;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #event-top{
    padding-bottom: 0px;
    margin-bottom: 40px;
  }
}
#instagram{
  margin-bottom: 0px;
}
/*----------------------------------------------------
 access
--------------------------------------------------- */
#access{
  background: #FFF;
  position: relative;
  width: 100%;
}
#access .map{
  position: relative;
}
#access .map iframe{
  width: 100%;
  height: 600px;
}
#access .map .gmap{
  position: absolute;
  bottom: 40px;
  width: 200px;
  height: 40px;
  left: 50%;
  margin-left: -100px;
  border:1px #000 solid;
  background: #FFF;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
  font-family: 'Montserrat', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
    letter-spacing: 0.1em;
    font-size: 11px;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#access .map .gmap:hover{
  background: #000;
  color: #FFF;
}
#access #gmap{
  width: 100%;
  height: 600px;
}
#access #gmap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#root{
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  #access .map .gmap{
      font-size: 3.2vw;
  }
  #access #gmap{
    width: 100%;
    height: 400px;
  }
  #access .map iframe{
    width: 100%;
    height: 400px;
  }
  #root{
    margin-top: 40px;
  }
}
/*----------------------------------------------------
 .text-list
--------------------------------------------------- */
.text-list{
  overflow: hidden;
}
.text-list dl{
  overflow: hidden;
  position: relative;
  font-size: 14px;
  margin-bottom: 20px;
}
.text-list dl a{
  border-bottom: 1px #000 solid;
-webkit-transition: all 0.6s 0s ease;
   -moz-transition: all 0.6s 0s ease;
    -ms-transition: all 0.6s 0s ease;
     -o-transition: all 0.6s 0s ease;
        transition: all 0.6s 0s ease;
}
.text-list dl a:hover{
  opacity: 0.5;
}
.text-list dl dt{
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.1em;
}
.text-list dl dd{
  letter-spacing: 0.1em;
  padding-left: 150px;
}
.text-list.wide dl dd{
  padding-left: 260px;
}
.text-list dl dd li{
  padding-left:1em;
  text-indent:-1em;
}
@media only screen and (max-width: 768px) {
  .text-list dl{
    font-size: 3.8vw;
    margin-bottom: 20px;
  }
  .text-list dl dt{
    position: relative;
    top: 0;
    left: 0;
    font-size: 3vw;
    font-weight: 700;
  }
  .text-list dl dd{
    padding-left:0px;
  }
  .text-list.wide dl dt{
    font-weight: bold;
    margin-bottom: 10px;
  }
  .text-list.wide dl dd{
    padding-left:0px;
  }

}

/*----------------------------------------------------
 .thum-list
--------------------------------------------------- */
.thum-list{
  overflow: hidden;
  padding: 0 20px;
}
.thum-list .no_entry{
  text-align: center;
  font-size: 12px;
}
.thum-list .column{
  float: left;
  width: 48%;
  margin-right: 4%;
}
.thum-list .column:nth-child(2n){
  margin-right: 0%;
}
.thum-list .column a{
  display: block;
}
.thum-list .column a:hover{
  opacity: 1;
}
.thum-list .column .image{
  position: relative;
  height: 25vw;
  margin-bottom: 20px;
}
.thum-list .column .image span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.thum-list .column .textarea{
  background: #FFF;
  display: inline-block;
  position: relative;
  top: -40px;
  left:-20px;
  padding:10px 20px;
     -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.05);
}
.thum-list .column .date{
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: 'Montserrat', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
}
.thum-list .column .title{
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .thum-list{
    padding: 0 20px;
  }
  .thum-list .column{
    float: none;
    width: 100%;
    margin-right: 0%;
  }
  .thum-list .column:nth-child(2n){
    margin-right: 0%;
  }
  .thum-list .column .image{
    height: 45vw;
    margin-bottom: 20px;
  }
  .thum-list .column .textarea{
  }
  .thum-list .column .date{
    font-size: 3.2vw;
  }
  .thum-list .column .title{
    font-size: 3.8vw;
  }
}


/*----------------------------------------------------
 .page-header
--------------------------------------------------- */
.page-header{
  position: relative;
  height: 400px;
  margin-bottom: 100px;
}
#rooms-detail .page-header{
  background: #ccc url(../img/photo/NAP1052.jpg) no-repeat center 80%;
  background-size: cover;
}
#facilities-detail .page-header{
  background: #ccc url(../img/photo/NAP1016.jpg) no-repeat center 80%;
  background-size: cover;
  margin-bottom: 0px;
}
#booking-detail .page-header{
  background: #ccc url(../img/photo/NAP1079.jpg) no-repeat center 50%;
  background-size: cover;
  margin-bottom: 0px;
}
#access-detail .page-header{
  background: #ccc url(../img/photo/NAP1000.jpg) no-repeat center 50%;
  background-size: cover;
  margin-bottom: 0px;
}
#news-detail .page-header{
  background: #ccc url(../img/photo/NAP1039.jpg) no-repeat center 50%;
  background-size: cover;
  margin-bottom: 0px;
}
#bar{
  margin-top: 100px;
}
.page-header:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.page-header .title{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  font-style: italic;
  font-family: 'Montserrat', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
  text-align: center;
  -webkit-transform: translate(0px,-50%);
     -moz-transform: translate(0px,-50%);
      -ms-transform: translate(0px,-50%);
       -o-transform: translate(0px,-50%);
          transform: translate(0px,-50%);
}
@media only screen and (max-width: 768px) {
  .page-header{
    position: relative;
    height: 200px;
    background: #ccc url(../img/photo/NAP1052.jpg) no-repeat center 80%;
    background-size: cover;
    margin-bottom: 0px;
  }
  .page-header .title{
    margin-top: 40px;
    font-size: 20px;
  }
}

/*----------------------------------------------------
 .entry-list
--------------------------------------------------- */
.entry-list{
  overflow: hidden;
}
.entry-list .column{
  overflow: hidden;
  position: relative;
  font-size: 14px;
  margin-bottom: 40px;
}
.entry-list .column .column-summary{
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  letter-spacing: 0.1em;
}
.entry-list .column .column-main{
  padding-left: 200px;
}
.entry-list .column .column-main a{
  border-bottom: 1px #000 solid;
-webkit-transition: all 0.6s 0s ease;
   -moz-transition: all 0.6s 0s ease;
    -ms-transition: all 0.6s 0s ease;
     -o-transition: all 0.6s 0s ease;
        transition: all 0.6s 0s ease;
}
.entry-list .column .column-main a:hover{
  opacity: 0.5;
}
.entry-list .column .column-main .column-title{
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.entry-list .column .column-main .entry{
  font-size: 14px;
}
.entry-list .column .column-main .entry p{
  font-size: 14px;
  margin-bottom: 15px;
}
.entry-list .column .column-main .entry img{
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.entry-list .column .column-main .entry .info-area{
  margin-top: 40px;
}
.entry-list .column .column-main .entry dl.info{
  overflow: hidden;
  position: relative;
  border-top:1px #ccc solid;
  padding: 10px 0;
}
.entry-list .column .column-main .entry dl.info dt{
  position: absolute;
  top: 10px;
  left: 0;
}
.entry-list .column .column-main .entry dl.info dd{
  padding-left: 100px;
}
@media only screen and (max-width: 768px) {
  .entry-list .column .column-summary{
    position: static;
    width: 100%;
    margin-bottom: 10px;
  }
  .entry-list .column .column-main{
    padding-left: 0px;
  }
}

/*----------------------------------------------------
 .single-column
--------------------------------------------------- */
.single-column{
  overflow: hidden;
  margin-bottom: 40px;
}
.single-column  .column-title{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.single-column  .image{
  margin-bottom: 20px;
}
.single-column  p{
  font-size: 14px;
  margin-bottom: 20px;
}
.single-column img{
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.single-column .image iframe{
  width: 100%;
  height: 550px;
}
.single-column a{
  border-bottom: 1px #000 solid;
-webkit-transition: all 0.6s 0s ease;
   -moz-transition: all 0.6s 0s ease;
    -ms-transition: all 0.6s 0s ease;
     -o-transition: all 0.6s 0s ease;
        transition: all 0.6s 0s ease;
}
.single-column a:hover{
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .single-column .image iframe{
    width: 100%;
    height: 45vw;
  }
}

/*----------------------------------------------------
 .image-text-list
--------------------------------------------------- */
.image-text-list{
  overflow: hidden;
}
.image-text-list .column{
  overflow: hidden;
  position: relative;
  font-size: 14px;
  margin-bottom: 40px;
  letter-spacing: -0.4em;
}
.image-text-list .column .column-summary{
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 400px;
}
.image-text-list .column .column-main{
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-left: 40px;
  width : -webkit-calc(100% - 440px);
  width : calc(100% - 440px);
}
.image-text-list .column .column-main a{
  border-bottom: 1px #000 solid;
-webkit-transition: all 0.6s 0s ease;
   -moz-transition: all 0.6s 0s ease;
    -ms-transition: all 0.6s 0s ease;
     -o-transition: all 0.6s 0s ease;
        transition: all 0.6s 0s ease;
}
.image-text-list .column .column-main a:hover{
  opacity: 0.5;
}
.image-text-list .column .column-main .column-title{
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.image-text-list .column .column-main .entry{
  font-size: 14px;
}
.image-text-list .column .column-main .entry p{
  font-size: 14px;
  margin-bottom: 15px;
}
.image-text-list .column .column-main .entry img{
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {


  .image-text-list .column .column-summary{
    display: block;
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
  .image-text-list .column .column-main{
    display: block;
    margin: 0;
    width : -webkit-calc(100% - 0px);
    width : calc(100% - 0px);
    padding-left: 0px;
  }
}

/*----------------------------------------------------
 link
--------------------------------------------------- */
.link{
  overflow: hidden;
  line-height: 1;
}
.link a{
  letter-spacing: 0.1em;
  border-bottom: 1px #000 solid;
}
.link-right{
  float: right;
}
.link-right:after{
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 4px;
  font-size: 18px;
  vertical-align: -1px;

}


/*----------------------------------------------------
 pager
--------------------------------------------------- */
.pager{
  overflow: hidden;
  line-height: 1;
  text-align: center;
}
.pager li{
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.pager li a{
  display: block;
  border:1px #ccc solid;
  line-height: 40px;
  padding: 0 15px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.pager li.list a:before {
    content: "\f0c9";
    margin-right: 10px;
    font-size: 14px;
    display: inline-block;
    vertical-align: -1px;
    font-family: FontAwesome;
}
.pager li.previous a:before {
    content: "\f104";
    margin-right: 10px;
    font-size: 14px;
    display: inline-block;
    vertical-align: -1px;
    font-family: FontAwesome;
}
.pager li.next a:after {
    content: "\f105";
    margin-left: 10px;
    font-size: 14px;
    display: inline-block;
    vertical-align: -1px;
    font-family: FontAwesome;
}
.pager .page-numbers{
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  border:1px #ccc solid;
  line-height: 40px;
  padding: 0 15px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.pager .page-numbers.current{
  border:1px #000 solid;
}
/*----------------------------------------------------
 form
--------------------------------------------------- */

#booking input[type="text"],
#booking input[type="email"],
#booking input[type="tel"],
#booking input[type="date"],
#booking select,
#booking textarea{
  padding: 10px;
  width: 80%;
  font-size: 16px;
  -webkit-appearance: none;
  border: 1px #ccc solid;
  border-radius: 5px;
}

#booking .select_box{
	position: relative;
  width: 20%;
}
#booking .select_box:before{
	position: absolute;
	top: 50%;
  margin-top: -3px;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
  z-index: 2;
}
#booking input[type="date"],
#booking select{
  width: 100%;
   -webkit-appearance: none;
     border: 1px #000 solid;
   border-radius: 0;
}
.wpcf7-not-valid-tip{
  padding: 10px 0 10px 0;
  color: #e5127b !important;
}
div.wpcf7 .screen-reader-response{
  position: relative !important;
  height: auto !important;
  width: auto !important;
  text-align: center;
  padding:0 40px !important;
  padding-bottom: 20px !important;
      color: #e5127b !important;
}
div.wpcf7 .screen-reader-response ul{
  display: none;
}
div.wpcf7-response-output{
  display: none;
}
.sent{
  display: none;
}
#booking input[type="button"]{
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 10px 30px;
  background: #333;
  color: #FFF;
  letter-spacing: 0.1em;
  margin-right: 10px;
  margin-bottom: 10px;
}
#booking input[type="submit"]{
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 10px 30px;
  background: #000;
  color: #FFF;
  letter-spacing: 0.1em;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .block_section .wpcf7 {
    padding: 20px;
    margin-top:20px;
  }
  #booking .select_box{
    position: relative;
    width: 80%;
  }
  div.wpcf7 .screen-reader-response{
    position: relative !important;
    height: auto !important;
    width: auto !important;
    text-align: left;
    padding:0px !important;
    padding-bottom: 20px !important;
  }
}

.calendar{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
  margin-top: 40px;
}
.calendar iframe{
  width: 100%;
}
@media only screen and (max-width: 768px) {

  .calendar{
    max-width: 100%;
    padding: 0px;
    margin-top: 40px;
  }

}