/* ---------------- */
/* bace
/* ---------------- */
html{
  font-size: 62.5%;
}
body{

  font-size: 1.6rem;
  font-family: 'Hiragino Mincho Pro', 'Nanum Myeongjo', sans-serif;
  color: #222222;
  line-height: 1.5;
  letter-spacing: .05em;
  background-color: #fbfbfb;
}
ul{
  list-style: none;
}
img{
  width: 100%;
  vertical-align: bottom;
}
a{
  color: #222222;
  text-decoration: none;
}
.section-wrapper{
  padding: 220px 0 150px;
}
.section-title{
  padding: 0 0 100px;
  font-size: 3.0rem;
  text-align: center;
  text-decoration: underline;
}

/* ----------------------------- */
/* header
/* ----------------------------- */
header{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:rgba(229,229,229,0.5);
  position: fixed;
  top: 0;
  z-index: +1;
}
.header-title{
  font-size: 3.0rem;
  padding: 16px 76px;
}
header a{
  color: #222222;
}
header a:hover{
  opacity: .7;
  transition: .3s;
}
.site-title{
  font-size: 3.0rem;
  font-weight: bold;
}
.nav-list{
  display: flex;
  font-weight: bold;
}
.nav-item{
  font-size: 1.8rem;
  margin-right: 71px;
}
/* ハンバーガーボタン */
.burger-btn{
  display: none;
}

/* ----------------------------- */
/* key visual
/* ----------------------------- */
.kv-wrapper{
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}
.slick-slide {
  text-align: center;
  z-index: -1;
}
.img {
  object-fit: cover;
}
.kv-text-wrapper{
  width: 100%;
  text-align: center;
  margin: 0 auto; 
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
}

.kv-copy{
  padding: 357px 0;
  font-size: 3.8rem;
  text-decoration: underline;
}

/* ----------------------------- */
/* about
/* ----------------------------- */
.section-text{
  line-height: 200%;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 220px;
}
.br-sp {
  display: none;
}
.section-img01{
  margin-bottom: 220px;
}
.section-outer{
  margin: 0 auto 100px;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  max-width: 1005px;
}
.section-img02{
  max-width: 448px;
  margin-right: 68px;
}
.subheading{
  letter-spacing: 0.08em;
  font-weight: bold;
  margin-bottom: 18px;
}
.section-text-right{
  letter-spacing: 0.07em;
  max-width: 448px;
}
.section-outer-secondary{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 1005px;
}
.subheading-secondary{
  letter-spacing: 0.08em;
  font-weight: bold;
  margin-bottom: 18px;
}
.section-text-left{
  letter-spacing: 0.07em;
  max-width: 515px;
  margin-right: 145px;
}
.section-img03{
  max-width: 344px;
}

/* ----------------------------- */
/* menu
/* ----------------------------- */
.pink-bg{
  background-color: #E1DBDB;
}
.section-box{
  background-color: #fbfbfb;
  max-width: 1004px;
  margin: 0 auto;
}
.section-inner{
  padding: 0 120px 120px;
  margin: 0 auto;
  color: #222222;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}
.section-text-wrap{
  margin-bottom: 46px;
  text-align:center
}
.section-text-money{
  margin-bottom: 46px;
  text-align:center

}
.menu-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1030px;
  margin: 0 auto;
  margin-bottom: -92px;
}
.menu-message{
  font-weight: normal;
}
.menu-item{
  width: 40%;
  background-color: #fbfbfb;
  margin-bottom: 92px;
}


/* ----------------------------- */
/* news
/* ----------------------------- */
.news-list{
  line-height: 200%;
  max-width: 997px;
  margin: 0 auto;
}
.news-item{
  display: flex;
  justify-content: left; 
}
.news-text{
  color: #E28A39;
  text-decoration: underline;
}
.news-text:hover{
  opacity: .7;
  transition: .3s;

}
.section-img04{
  max-width: 30%;
  margin-top: 17px;
  margin-left: 60%;
}

/* ----------------------------- */
/* access
/* ----------------------------- */
.brown-bg{
  background-color: #DFDCDB;
}
.section-area{
  margin: 0 auto;
  max-width: 998px;
  background-color: #DFDCDB;
  display: flex;
  justify-content: center;
  line-height: 200%;
}
.map-outer{
  width:100%;
  max-width: 653px;
  margin-right: 35px;
}
iframe{
  width:100%;
}
.section-title-wrapper{
  margin-top: 100px;
  margin-bottom: 25px;
}
.access-address{
  margin-bottom: 11px;
}
.access-phone{
  margin-bottom: 11px;
}

/* ----------------------------- */
/* footer
/* ----------------------------- */
footer{
  text-align: center;
  background-color: #BCB0B0;
  padding: 19px 0;
  line-height: 200%;
  font-weight: bold;
}




@media screen and (max-width:768px){
  /* ----------------------------- */
  /* bace_ipad
  /* ----------------------------- */
  .section-wrapper{
    padding: 190px 0 150px;
  }
  .section-title{
    padding-bottom: 85px;
  }
  /* ----------------------------- */
  /* header_ipad
  /* ----------------------------- */
  .header{
    max-width: 768px;
  }
  .header-title{
    font-size: 3.0rem;
    padding: 13px 26px;
  }
  .header-nav{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #E5E5E5;
  }
  .nav-list{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .nav-item{
    margin: 0 0 76px;
  }
  body.noscroll{
    overflow: hidden;
  }
  /* ハンバーガーボタン */
  .burger-btn{
    display: block;
    width: 30px;
    height: 24px;
    position: relative;
    margin-right: 28px;
  }
  .bar{
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #222222;
    position: absolute;
    z-index: 9;
  }
  .bar_top{
    top: 0;
  }
  .bar_middle{
    top: 11px;
  }
  .bar_bottom{
    bottom: 0;
  }
  .burger-btn.cross .bar_top{
    transform: rotate(45deg);
    top:11px;
    transition: .3s;
  }
  .burger-btn.cross .bar_middle{
    opacity: 0;
    transition: .3s;
  }
  .burger-btn.cross .bar_bottom{
    transform: rotate(-45deg);
    bottom: 11px;
    transition: .3s;
  }
  /* ----------------------------- */
  /* key visual_ipad
  /* ----------------------------- */
  .img {
    max-width: 768px;
  }
  .kv-copy{
    padding: 200px 0;
  }

  /* ----------------------------- */
  /* about_ipad
  /* ----------------------------- */
  .section-text{
    margin-bottom: 150px;
}
  .section-img01{
    max-width: 768px;
    margin-bottom: 150px;
  }
  .section-outer{
    margin: 0 auto 100px;
    flex-direction: column-reverse;
    max-width: 515px;
  }
  .section-img02{
    width: 100%;
    max-width: 515px;
    margin-bottom: 150px;
  }
  .subheading{
    margin-bottom: 30px;
  }
  .section-text-right{
    max-width: 515px;
    margin-bottom: 50px;
  }
  .section-outer-secondary{
    margin: 0 auto 100px;
    display:flex;
    flex-direction: column;
    max-width: 515px;
  }
  .subheading-secondary{
    margin-bottom: 30px;
  }
  .section-text-left{
    margin-right: 0;
    margin-bottom: 50px;
  }
  .section-img03{
    max-width: 344px;
    margin-left: 171px;
  }
  /* ----------------------------- */
  /* menu_ipad
  /* ----------------------------- */
  .section-box{
    max-width: 515px;
    margin-top: 45px;
  }
  .section-inner{
    padding: 45px 0;
  }
  .section-text-money{
    margin-bottom: 32px;
  }
  .menu-list{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 321px;
    margin-bottom: -50px;
  }
  .menu-message{
    font-weight: normal;
  }
  .menu-item{
    width: 100%;
    background-color: #fbfbfb;
    margin-bottom: 50px;
  }

/* ----------------------------- */
/* news_ipad
/* ----------------------------- */
.news-list{
  line-height: 200%;
  max-width: 515px;
}
.news-item{
  flex-direction: column;
  text-align: center;
}
.news-date{
  text-align: left;
	display: inline-block;
}
.news-text{
  text-align: left;
	display: inline-block;
}
.news-point{
  display: none;
}
.section-img04{
  margin-left: 55%;
}

/* ----------------------------- */
/* access_ipad
/* ----------------------------- */
.section-area{
  max-width: 618px;
  line-height: 170%;
}
.map-outer{
  max-width: 355px;
  margin-right: 47px;
}
.section-title-wrapper{
  margin-top: 30px;
  margin-bottom: 25px;
}

/* ----------------------------- */
/* footer_ipad
/* ----------------------------- */
footer{
  padding: 11px 0;
  line-height: 170%;
}  

}



@media screen and (max-width:375px){
  /* ----------------------------- */
  /* bace_sp
  /* ----------------------------- */
  body{
  font-size: 1.4rem;

  }
  .section-wrapper{
    padding: 120px 0 100px;
  }
  .section-title{
    padding-bottom: 50px;
    font-size: 2.0rem;
  }
  /* ----------------------------- */
  /* header_sp
  /* ----------------------------- */
  header{
    max-width: 375px;
  }
  .header-title{
    font-size: 2.0rem;
    padding: 15px 16px;
  }
  .header-nav{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #E5E5E5;
  }
  .nav-list{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .nav-item{
    margin: 0 0 76px;
  }
  body.noscroll{
    overflow: hidden;
  }
  /* ハンバーガーボタン */
  .burger-btn{
    display: block;
    width: 30px;
    height: 24px;
    position: relative;
    margin-right: 15px;
  }
  .bar{
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #222222;
    position: absolute;
    z-index: 9;
  }
  .bar_top{
    top: 0;
  }
  .bar_middle{
    top: 11px;
  }
  .bar_bottom{
    bottom: 0;
  }
  .burger-btn.cross .bar_top{
    transform: rotate(45deg);
    top:11px;
    transition: .3s;
  }
  .burger-btn.cross .bar_middle{
    opacity: 0;
    transition: .3s;
  }
  .burger-btn.cross .bar_bottom{
    transform: rotate(-45deg);
    bottom: 11px;
    transition: .3s;
  }

  /* ----------------------------- */
  /* key visual_sp
  /* ----------------------------- */
  .kv-copy{
    font-size: 2.0rem;
    padding: 100px 0;
  }
  .img {
    max-width: 375px;
  }
  /* ----------------------------- */
  /* about_sp
  /* ----------------------------- */
  .section-text{
    margin-bottom: 73px;
  }
  .section-img01{
    max-width: 375px;
    margin-bottom: 100px;
  }
  .section-outer{
    max-width: 337px;
  }
  .section-img02{
    margin-bottom: 50px;
  }
  .subheading{
    margin-bottom: 32px;
  }
  .section-outer-secondary{
    max-width: 337px;
  }
  .subheading-secondary{
    margin-bottom: 33px;
  }
  .section-img03{
    max-width: 200px;
    margin-left: 144px;
  }
  /* ----------------------------- */
  /* menu_sp
  /* ----------------------------- */
  .section-box{
    max-width: 344px;
    margin-top: 50px;
  }
  .section-inner{
    padding: 11 34px;
  }
  .section-text-wrap{
    margin-bottom: 50px;
  }
  .section-text-money{
    margin-bottom: 34px;
  
  }
  .menu-list{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 321px;
    margin-bottom: -27px;
  }
  .menu-message{
    font-weight: normal;
  }
  .menu-item{
    width: 100%;
    background-color: #fbfbfb;
    margin-bottom: 27px;
  }

/* ----------------------------- */
/* news_sp
/* ----------------------------- */
.news-list{
  max-width: 303px;
}
.news-item{
  flex-direction: column;
  text-align: center;
}
.news-date{
  text-align: left;
	display: inline-block;
}
.news-text{
  text-align: left;
	display: inline-block;
}
.news-point{
  display: none;
}
.section-img04{
  margin-left: 55%;
}

/* ----------------------------- */
/* access_sp
/* ----------------------------- */
.section-area{
  max-width: 345px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.map-outer{
  max-width: 340px;
  margin-bottom: 21px;
}
.section-title-wrapper{
  margin-bottom: 5px;
}
.access-text_right{
  max-width: 340px;
}
/* ----------------------------- */
/* footer_sp
/* ----------------------------- */
footer{
  padding: 13px 0;
}  

}
