@charset "UTF-8";
/* CSS Document */
.header {
  margin: 0 auto;
  max-width: 1024px;
}
.header h1 {
  width: 210px;
  margin: 0 auto;
  padding: 50px 0 27px 0;
}
.follw-us {
  font-family: 'Josefin Sans', sans-serif;
  position: relative;
  font-size: 1.6rem;
  margin-right: 10px;
  padding-right: 27px;
}
.follw-us::after {
  content: '';
  width: 17px;
  height: 1px;
  display: inline-block;
  background: #000;
  position: absolute;
  top: 6px;
  right: 0;
}


.header p {
  padding: 27px 30px 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.close-button{
  display: none;
}
.header p img {
  width: 20px;
}
.header p a img:hover{
  transform: scale(1.2);
  transition-duration: 0.3s;
}





.header nav ul {
  margin: 0 auto;
  max-width: 908px;
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 60px;
  font-family: 'Josefin Sans', sans-serif;
}
.header nav ul li {
  text-decoration: none;
}
.header nav ul li a {
  color: #333;
}
.header nav ul li:hover{
  transform: scale(1.1);
  transition-duration: 0.3s;
}









/*===================*/
.box{
  opacity: 0;
  
    transition : all 5s ease 0s;

}


/*====================*/
.fadeIn{
  animation-name: fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity: 0;
}

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

  100% {
    opacity: 1;
  }
}

/*----------------------------------------------------*/
@media (max-width : 768px) {
  .header p {
    display: none;
  }
  
  .header h1 {
    width: 18%;
    padding: 80px 0 30px;
  }
  /*  button==================*/
  .open-button {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 40px;
    height: 40px;
  }
  .open-button span, .open-button span:before, .open-button span:after{
    position: absolute;
    height: 3px;
    width: 25px;
    background: #333;
    display: block;
    content:"";
  }
   .open-button span:before{
    bottom: -8px;
  }
  .open-button span:after{
    bottom: -16px;
  }
  .close-button{
    display: block;
    position: absolute;
    top:0;
    right: 0;
    font-size:20px;
    color: #fff;
    padding: 20px;
  }
.header nav {
    z-index: 1000;
    position: fixed;
    top:-150%;
    left:0;
    background-color: #333;
    opacity: 0.95;
    width: 30%;
    height:100%;
    padding: 80px;
    box-shadow: 10px 10px 25px rgba(0,0,0,0.4);
    transition: all ease .7s;
  }
  
  .header nav.active {
    top: 0;
  }
  
  
  
  .header nav ul{
    display: block;
  }
  .header nav ul li a{
    font-weight: 600;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    
  }
    
  }
  
    

/*---------------------------------------------------*/
.main-view {
  text-align: center;
  max-width: 1025px;
  margin: 0 auto;
}
/*-------------------------------------------------*/
@media (max-width : 768px) {
  .main-view img {
    width: 80%;
  }
}
/*-------------------------------------------------*/
.section-concept h2 {
  text-align: center;
  padding: 270px 0 74px 0;
}
.c0 {
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 320px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 4rem;
}
.c1 {
  font-size: 3rem;
  font-weight: 600;
}
.c2 {
  font-size: 2rem;
}
.c3 {
  line-height: 4rem;
  color: #7C7C7C;
}
/*----------------------------------------------------*/
@media (max-width : 768px) {
  .section-concept h2 {
    padding: 50px 0 60px 0;
    font-size: 1.3rem;
  }
  .c0 {
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 120px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    line-height: 4rem;
  }
  .c1 {
    font-size: 2rem;
    font-weight: 600;
  }
  .c2 {
    font-size: 1.5rem;
  }
  .c3 {
    line-height: 3.5rem;
    color: #7C7C7C;
  }
}
/*----------------------------------------------------*/
.section-style {
  margin-bottom: 360px;
}
.STYLE::before {
  content: '';
  width: 100px;
  height: 1px;
  display: inline-block;
  background: #000;
  position: absolute;
  top: 6px;
  left: 180px;
}
.STYLE {
  position: relative;
  font-size: 1.6rem;
  margin-right: 10px;
  padding-right: 27px;
}
.section-style h2 {
  padding-left: 28.9rem;
}
.section-style img {
  width: 220px;
}
/*style=========slick=========================*/
.lineup-box {
  overflow: hidden;
  padding: 60px 0 40px;
  margin-right: 50px;
  margin-left: 28.9rem;
}
/*
.lineup-box .inner{
    margin: 0 auto;
    width: 80%;
    padding-left: 4rem;
    padding-right: 4rem;
}
*/
.lineup-box .lineup {
  position: relative;
}
.lineup-box li {
  text-align: center;
  /*      margin-right: 24px;*/
  margin: 0 5px;
  /* width: 220px !important; */
}
.lineup-box img {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}
.lineup-box .slick-list {
  overflow: visible;
}
.lineup-box .slick-nav-arrows {
  position: absolute;
  top: -40px;
  right: 0%;
}
.lineup-box .slick-arrow {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.lineup-box .slick-next {
  right: 0;
}
.lineup-box .slick-prev {
  left: -80px;
}
.lineup-box .slick-next:before, .slick-prev:before {
  color: #000;
}
/*============================*/
@media (max-width : 768px) {
  .section-style {
    margin-bottom: 120px;
  }
  .STYLE::before {
    content: '';
    width: 40px;
    height: 1px;
    display: inline-block;
    background: #000;
    position: absolute;
    top: 7px;
    left: 4rem;
  }
  .STYLE {
    position: relative;
    font-size: 1.5rem;
    margin-right: 10px;
    padding-right: 27px;
  }
  .section-style h2 {
    padding-left: 9rem;
    font-size: 1.5rem;
  }
  .section-style img {
    width: 220px;
  }
  .lineup-box {
    margin: 0 50px;
  }
}
/*style*=============================================/

/*staff==================*/
.slider {
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
}
.slider-img {
  margin: 0 5px;
}
.slider-img li {
  list-style: none;
  text-align: center;
}
.slider-img li a span {
  color: #333;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 800;
  border-bottom: 1px solid #333;
}
.slider-img img {
  height: auto;
  width: 100%;
}

.slider-img img:hover{
  transform: scale(0.9);
  transition-duration: 0.3s;
}


/*staff===================================*/
.bu {
  padding: 0 50px;
  text-align: right;
}
.bu a:hover{
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.bu a {
  font-size: 20px;
  width: 100%;
  max-width: 275px;
  display: inline-block;
  text-align: center;
  border: 1px solid #333;
  padding: 20px 0;
  color: #333;
  text-decoration: none;
  font-family: 'Josefin Sans', sans-serif;
}

/*  ========================================*/
@media (max-width : 768px) {
  .bu {}
  .bu a {
    font-size: 1.5rem;
    text-align: center;
  }
}
/*  ========================================*/
.STAFF::before {
  content: '';
  width: 100px;
  height: 1px;
  display: inline-block;
  background: #000;
  position: absolute;
  top: 6px;
  left: 180px;
}
.STAFF {
  position: relative;
  font-size: 1.6rem;
  margin-right: 10px;
  padding-right: 27px;
}
.section-staff h2 {
  padding-left: 28.9rem;
  padding-bottom: 60px;
}
/*=========================================*/
@media (max-width : 768px) {
  .STAFF::before {
    content: '';
    width: 40px;
    height: 1px;
    display: inline-block;
    background: #000;
    position: absolute;
    top: 7px;
    left: 42px;
  }
  .STAFF {
    position: relative;
    font-size: 1.5rem;
    margin-right: 10px;
    padding-right: 27px;
  }
  .section-staff h2 {
    padding-left: 90px;
    padding-bottom: 60px;
    font-size: 1.5rem
  }
}
/*=========================================*/
.MENU {
  margin: 335px 0 50px;
  text-align: center;
}
.MENU h2 {
  margin-top: 390px;
}
.section-menu {
  margin-bottom: 100px;
}
.section-menu ul {
  width: 71%;
  max-width: 1025px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-menu ul li {
  width: 40%;
  border-bottom: 1px solid #7c7c7c;
  margin-bottom: 70px;
}
.section-menu ul li:last-child {
  border-bottom: none;
}
.section-menu h3 {
  font-size: 17px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 36px
}
.section-menu dl {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  max-width: 420px;
  color: #7c7c7c;
  line-height: 3;
  margin-bottom: 20px
}
/*===================================================*/
@media (max-width : 768px) {
  .section-menu {
    margin-bottom: 150px;
  }
  .section-menu ul {
    flex-direction: column;
  }
  .section-menu ul li {
    width: 100%;
  }
  .section-menu h2 {
    font-size: 1.5rem;
  }
  .section-menu h3 {
    font-size: 1.5rem
  }
  .section-menu dl {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
/*======================================================*/
.section-access {
  margin: 0 auto;
}
.section-access h2 {
  text-align: center;
  margin-bottom: 75px;
}
.section-access ul li dl {
  display: flex;
  max-width: 420px;
  font-size: 16px;
  border-bottom: 1px solid #7c7c7c;
  padding: 40px 0 40px 0;
  color: #1f1f1f;
}
.ACCESS {
  display: flex;
  max-width: 1025px;
  width: 71%;
  margin: 0 auto;
  align-items: center;
}
.section-access ul {
  width: 71%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-access ul li {
  max-width: 390px;
}
.access-image {
  width: 86%;
}
.section-access ul li dl dt {
  width: 40%;
  font-weight: 550;
  color: #141414;
}
.section-access ul li dl dt dd {
  width: 60%;
}
/*=============================================*/
@media (max-width : 768px) {
  .section-access h2 {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .ACCESS {
    display: block;
  }
  .section-access ul {
    width: 100%;
    padding-bottom: 50px;
  }
  .section-access ul li dl {
    font-size: 11px;
    padding: 25px 0 25px 0;
  }
}
/*==============================================*/
.map {
  text-align: center;
  padding: 183px 0 130px 0;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%)
}
/*==============================================*/
@media (max-width : 768px) {
  .map {
    width: 50%;
    padding: 142px 0 0 0;
  }
}
/*==============================================*/
.footer-back {
  background-color: #E0E0E0;
  width: 100%;
  margin: 0 auto;
}
.footer {
  padding: 58px 0px 0 85px;
}
.F-image {
  width: 120px;
  padding-right: 25px;
  padding-bottom: 34px;
}
.footer-image {
  display: flex;
}
.footer-image a {
  width: 20px;
}
.footer a img:hover{
  transform: scale(1.2);
  transition-duration: 0.3s;
}

.footer ul {
  display: flex;
}
.footer ul li:hover{
  transform: scale(1.2);
  transition-duration: 0.3s;
}

.footer ul li a {
  color: #333;
  font-family: 'Josefin Sans', sans-serif;
  justify-content: space-evenly;
  max-width: 630px;
  margin: 0 50px 0 0;
}
.footer-back p {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 13px;
  padding: 37px 0 17px 0;
}
/*===========================================*/
@media (max-width : 768px) {
  .footer {
    text-align: center;
    padding: 0 0 0 0;
  }
  .F-image {
    margin: 0 auto;
    width: 100%;
    padding: 25px 0 20px 0;
  }
  .F-image img{
    width: 10%;
    
  }
  .footer nav ul {
    display: none;
  }
  .footer-image {
    display: block;
  }
  .footer-image a img {
    width: 9%;
  }
  .footer-back p {
    font-size: 8px;
    padding: 29px 0 17px 0;
  }
}
/*==================