@charset "UTF-8";
/* CSS Document */

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes btnHover {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}

/********************************/

.clear_fix {
  zoom: 1;
}

.clear_fix:after {
  content    : "";
  display    : block;
  clear      : both;
  font-size  : 0;
  line-height: 0;
  visibility : hidden;
}

/********************************/

/*
リセット
/***********************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin        : 0;
  padding       : 0;
  border        : 0;
  font          : inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing : 0;
}

caption,
th,
td {
  text-align    : left;
  font-weight   : normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a,
a:hover {
  text-decoration: none;
}

a>img,
nav>img,
li>img,
div>img {
  width : 100%;
  height: auto;
}

a img {
  border: none;
}

a {
  cursor         : pointer;
  text-decoration: none;
  color          : #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

button {
  appearance        : none;
  -webkit-appearance: none;
  border            : none;
  padding           : 0;
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.73vw;
  }

  .pc_only {
    display: none !important;
  }
}

.clearfix:after {
  font-size: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content   : ".";
  display   : block;
  height    : 0;
  clear     : both;
  visibility: hidden;
}

body {
  position        : absolute;
  background-color: #fff;
  margin          : 0;
  padding         : 0;
  width           : 100%;
  height          : 100%;
  font-size       : 16px;
  font-family     : "ヒラギノ角ゴシック Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "MS Pゴシック", MS PGothic, sans-serif;
  overflow        : visible;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.73vw;
  }
}

body * {
  box-sizing: border-box;
}

div,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
dl,
dt,
dd {
  position: relative;
}

h1,
h2,
h3,
h4,
h5 {
  margin     : 0;
  padding    : 0;
  line-height: 1;
}

p,
div,
span {
  margin        : 0;
  padding       : 0;
  /* line-height: 1.75;  */
}

ul,
ol,
li,
dl,
dt,
dd {
  margin     : 0;
  padding    : 0;
  list-style : none;
  line-height: 1;
}

img,
a img {
  border : none;
  display: inline-block;
}

img {
  width : 100%;
  height: auto;
  display:block;
}

h1,
h2,
.renner {
  font-family: 'ヒラギノ角ゴシックW6', 'Hiragino Sans', sans-serif;
  font-weight: 600;
}

.lato {
  font-family: 'Lato', sans-serif;
}

.wrapper {
  position: relative;
  width   : 100%;
  height  : auto;
}

@media screen and (max-width: 768px) {
  .wrapper {
    min-width: 100%;
    overflow : hidden;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes btnHover {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}

/********************************/

.clear_fix {
  zoom: 1;
}

.clear_fix:after {
  content    : "";
  display    : block;
  clear      : both;
  font-size  : 0;
  line-height: 0;
  visibility : hidden;
}

/********************************/

@media screen and (min-width: 1400px) {
  html {
    font-size: 12px;
  }
}

@media screen and (max-width: 1399px) {
  html {
    font-size: .857vw;
  }
}

.sp_only{
  display: none;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.66666vw;
  }
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
}

body {
  /*  background-color: #5fb1e3;*/
  padding    : 0;
  margin     : 0;
  line-height: 1.35;
}

@media screen and (min-width: 1400px) {
  body {
    font-size: 18px;
  }
}

@media screen and (max-width: 1399px) {
  body {
    font-size: 1.285vw;
  }
}

body.noscroll {
  height  : 100%;
  overflow: hidden;
}

.wrapper{
   /*background-color: #dff6f4;*/
}
.main {
  max-width: 1400px;
  width    : 100%;
  margin   : 0 auto;
  padding-left: 2.8%;
  padding-right: 2.8%;
  background-color: #fff;
  /*border: solid blue 1px;*/
}

.box {
  position: relative;
  /*padding-left: 4.17%;
  padding-right: 4.17%;*/
  /*border: solid red 1px;*/
}


.box img {
  display: block;
  ;
}

.box.top{
  padding: 0;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.top__content{
  margin-bottom: 2em;
}

.scrollbtns{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;

  padding-bottom: 3.5em;
  width: 45.5%;
  
}

.scrollbtn{
   width: 48%;
}

.scrollbtn:hover{
  cursor: pointer;
}

.box1{
  margin-bottom: 2.5em;
}



.box2 {
  background-image: url('../img/patern.png');
  background-size:7%;
  margin-bottom: 3em;
}

.box2__content{
    top: -2.5em;
    /* margin-bottom: -2.5em; */
    height: 42.5vw;
    max-height:595px;
  }

.box2__title{
position: relative;
top: -2.5em;
}

.box2__content{
position: relative;
}

.box3__illust{
  position: absolute;
  top: 20%;
  left: 58%;
  width: 25.45%;
}




.schedule{
background-color: #fff9db;
background-image: url('../img/patern.png');
    background-size:7%;
    margin-bottom: 7em;
}


.schedule .box{
/*width: 66.66%;*/
margin-left: auto;
margin-right: auto;
}



.box5,.box6,.box7{
padding: 0;
/*margin-bottom: 2em;*/
}
.box5{
  padding-top: 6.4%;
}

.box5__title{
  /*width: 26.18%;
  margin-bottom: 1em;
  margin-left: 16.66%;*/

}

.box7__title{

}

.box7__btn{
  position: absolute;
  display: block;
  width: 26.54%;
  left: 32.5%;
    top: 40%;
}

.box7__tell{
  display: block;
  position: absolute;
  width: 32.73%;
  left: 38.2%;
  top: 58.75%;
}

.map iframe{
    border: 0;
    width: 100%;
    height: 41.5rem;
    margin: 0 auto;
    
    display: block;
}

.map{
  margin-bottom: 3rem;
}

.go-exhibition{
  display: block;
  width: 72.7%;
  margin: auto;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px){
  .map{
    margin-bottom: 5.22vw;
  }
  .map iframe{
      width: 100%;
      height: 22.5rem;
      
  }
}



footer {
  font-size     : 1.1em;
  text-align    : center;
  padding-bottom: 3.45rem;
  color         : #4772b5;
}

.gotop {
  margin: 0 auto;
}

.gotop__up {
  width : 4.8em;
  cursor: pointer;
  margin: auto;
}

.request-btn{
  position: fixed;
  right: 0.8em;
  top: 75%;
  transform: translateX(110%);
  transition: transform 0.3s ease-out;
      width: 17vw;
    max-width: 204px;
}

.request-btn.show{
 transform: translateX(0%);
}

.footer-box{
  margin-bottom: 2em;
}



@media screen and (min-width: 769px) {

  .yoyaku,
  .kaijo {
    display: block;
  }

  .yoyaku:hover,
  .kaijo:hover,
  .gotop__up:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
    animation        : blink_animation 0.6s ease-out;
  }

  @keyframes blink_animation {
    0% {
      opacity: 0;
    }

    10% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }
}

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

  .main {
    padding: 0;
  }

  .scrollbtns{
    width: 89.33%;
    padding-bottom: 5em;
  }

  .top__content {
    margin-bottom: 6vw;
  }

  .box{
    padding-left: 0;
    padding-right: 0;
  }

  .box1 {
      margin-bottom: 6.5em;
  }

  .box1__content,
  .box2__content,
  .box3__content{
    /*padding-left: 5.33%;
    padding-right: 5.33%;*/

  }

  .box2 {
    background-size:24%;
    margin-bottom: 9em;
    
  }

  .box2__content{
    height: 195vw;
    max-height: inherit;
  }

.box2__title{
  top: -9.5vw;
}


.box3__illust {
    top: 4%;
    left: 62.5%;
    width: 35.2%;
}
  .schedule{

    background-size: 24%;
    margin-bottom: 11em;
}




  .schedule .box{
     
  }

.box5__title,
.box6__title,
.box7__title{
 
  margin-bottom: 1em;

}

.box7__illust{
  position: absolute;
  width: 28.8%;
  left: 66%;
  top: -14.5%;
}

.box7__btn{
  width:71.4%;
  left: 23%;
  top: 41.5%;
}

.box7__tell{
  width:69.8%;
  left: 24%;
  top: 67%;
}

.map{
  padding-left: 5.33%;
    padding-right: 5.33%;
}




  footer {
    padding-bottom: 21.33vw;
    padding-left: 5.33%;
    padding-right: 5.33%;
  }

  .gotop__up {
    width: 17.45%;
  }

  .footer-box{
    margin-bottom: 5.33vw;
  }



.go-exhibition {
  width: 100%;
  margin-bottom: 5em;
}

  .request-btn{
    left: 0;
    bottom: 0;
    top: auto;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
    width: 100%;
    max-width: initial;
  }

  .request-btn.show{
   transform: translateY(0%);
  }

  .request-btn.bottom-over{
    bottom:32.11vw;

  }
}