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

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-width: 1200px;
  letter-spacing: 1px;
  background-color: #F8F7F8;
  scroll-snap-type: y proximity;
  scroll-behavior: smooth;
}


/*================================================================
# common 共通項目
================================================================ */


html {
  font-size: 16px;
  font-weight: 400;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0A142F;

}




a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;

  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
   
  .fadeUpTrigger{
      opacity: 0;
  }
  
.header {
  width: 100%;
}

.header-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0%;
  z-index: 20;
  margin: 0 auto;
  padding: 10px 70px;
  width: 100%;
  min-width: 1100px;
  background-color: #fff;

}

.header-inner {
  display: flex;
}

.header-logo {
  width: 130px;
  margin-top: 10px;

}
.header-logo img{
  width: 100%;
}

.header-right {
  margin-left: 70px;

  margin-top: 35px;
	
}


.header-nav{
  padding-bottom: 5px;
}
.header-nav-list {
  display: flex;
}

.header-nav-item {
  margin-right: 20px;
  
}
.header-nav-item:last-child {
  margin-right: 0;
}

.header-nav-link {
  display: block;
  height: 18px;
  line-height: 18px;
  position: relative;
  font-size: 14px;
  white-space: nowrap;
  font-weight: bold;
  color: #000000;
}
.header-nav-link::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.header-nav-link:hover::after, .header-nav-link.is-active::after {
  background: #fff;
}

.header-contact{
  background-color: #2B2B2B;
  padding: 10px 40px;

  margin-top: -12px;

}
.header-contact a{
  color: #fff;
}
.drawer-icon {
  width: 45px;
  height: 45px;
  background: #000;
  box-shadow: 0px 0px 6px #fff;
  display: none;
  position: fixed;
  top: 30px;
  right: 16px;
  z-index: 110;
  transition: transform 0.5s ease 0s; 
  
}
.drawer-icon.is-active .bar-top {
  transform: rotate(-45deg);
  top: 12px;
}
.drawer-icon.is-active .bar-mid{
  display: none;
}
.drawer-icon.is-active .bar-bottom {
  transform: rotate(45deg);
  top: 12px;
}

  .burger-btn {
    display: block;
    height: 39px;
    position: relative;
    width: 39px;
    z-index: 80;
    background-color: transparent;
    border: none;
  }
  
  .bar {
    background-color: #fff;
    display: none;
    height: 1px;
    right: -3px;
    position: absolute;
    transform: translateX(-50%);
    width: 20px;
  }
  .bar_top {
    top: 14px;
  }
  .bar_mid {
    top: 22px;
    transform: translate(-50%,-50%);
  }
  .bar_bottom {
    top: 30px;
  }
  .burger-btn.close .bar_top {
    transform: translate(-50%,8px) rotate(45deg);
    transition: transform .3s;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity .3s;
  }
  .burger-btn.close .bar_bottom {
    transform: translate(-50%,-8px) rotate(-45deg);
    transition: transform .3s;
  }


.drawer-content {
    visibility: hidden;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .5s;
    z-index: 80;
    background-color: #FDFDF4;
  }

  .drawer-content-items {
	color: #1A1311;
    display: block;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 45%;
    transform: translate(-50%,-50%);
  }
  .drawer-content-item {
    margin-bottom: 40px;
    margin-right: 0;
  }
  
  /* メニューオープン時 */
  .drawer-content.fade {
    opacity: 1;
    visibility: visible;
  }
.drawer-sns-items{
	display: block;
    left: 50%;
    position: absolute;
    text-align: center;
    bottom: 100px;
    transform: translate(-50%,-50%);
}
.drawer-sns-item img{
	width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.kv{
  margin-top: 100px;
  width: 100%;
  margin-bottom: 200px;
}
.kv img{
  width: 100%;
}
.wrapper{
  width: 1000px;
  margin: 0 auto;
}
.concept-wrapper{
  margin-bottom: 150px;
}
.wrapper h2{
  text-align: center;
  font-size: 25px;
  font-weight: 900;
}
.concept{
  width: 90%;
  margin: 0 auto;
  margin-top: -100px;
}
.concept img{
  width: 100%;
}
.concept-flex{
  display: flex;
  align-items: center;
  margin-top: -100px;
}
.concept-left{
  width: 50%;
  margin-right: 5%;
}
.concept-left img{
  width: 100%;
}
.concept-right{
  width: 45%;
}
.concept-right h3{
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 30px;
}
.concept-right p{
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #000;
}
.img-list{
  width: 100%;
  margin-bottom: 100px;
}
.img-list img{
  width: 100%;
}
.insta-wrapper{
  margin-bottom: 150px;
}
.insta-wrapper img{
  width: 100%;
}
.access-wrapper{
  margin-bottom: 200px;
}
.map-box{
  width: 100%;
  margin-top: 50px;
}
.map-box h3{
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 900;
}
.map-box p{
  margin-bottom: 10px;
  font-size: 18px;
}
.map{
  width: 100%;
  margin-top: 70px;
}
.map iframe{
  width: 100%;
}
footer{
  background-color: #11140D;
  padding: 20px 0;
}
footer p{
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header-right {
    display: none;
  }
}

@media(max-width: 1000px){
  html,body{
    min-width: 100%;
    overflow-x: hidden;
  }
  .header-wrapper {
    margin-top: 50px;
    margin-left: 10px;
    padding: 0 15px;
    min-width: 100%;
    background-color: initial;
  }
  .header-logo{
    display: block;
    width: 95px;
    margin-top: -25px;
    z-index: 30;
  }
  .drawer-icon{
    display: block;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .bar{
    display: block;
  }
  .kv{
    margin-bottom: 70px;
  }
  .wrapper{
    width: 95%;
  }
  .wrapper h2{
    font-size: 4.5vw;
  }
  .concept{
    width: 100%;
    margin-top: -50px;
  }
  .concept-flex{
    margin-top: 20px;
    flex-direction: column;
  }
  .concept-left{
    width: 80%;
    order: 2;
  }
  .concept-right{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .concept-wrapper{
    margin-bottom: 50px;
  }
  .concept-right h3{
    font-size: 4vw;
  }
  .concept-right p{
    font-size: 3.5vw;
  }
  .map-box h3{
    font-size: 4vw;
  }
  .map-box p{
    font-size: 3.5vw;
    line-height: 3vh;
  }
  .access-wrapper{
    margin-bottom: 50px;
  }
  footer p{
    font-size: 2.5vw;
  }
}