@charset "utf-8";
/* CSS Document */
/* ========== すべて共通 ========== */
html, body {
  font-size: 16px;
  font-family: sans-serif;
  color: #393939;
  background: #ffffff;
}
body, div, p, h1, h2, h3, h4, ul, figure {
  margin: 0;
  padding: 0;
}
p, td, th, li {
  line-height: 1.8;
  color: #613529;
}
img {
  width: 100%;
}
a {
  color: #ffffff;
  text-decoration: none;
}
h2 {
  font-family: "M PLUS Rounded 1c";
}
main {
  margin-left: auto;
  margin-right: auto;
  font-family: "M PLUS Rounded 1c";
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#slider {
  width: 100%;
  height: 100vh;
}
/* ========== ヘッダー ========== */
header {
  width: 100%;
  background: rgba(150, 161, 140, 0.6);
  z-index: 500;
  top: 0;
  position: fixed;
}
@media screen and (max-width: 768px) {
  header {
    position: fixed;
  }
}
.header-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .header-inner {
    justify-content: space-between;
    max-width: 1300px;
    margin: auto;
  }
}
.header-logo {
  line-height: 1;
}
.phone-t {
  color: #ffffff;
}
.phone {
  font-size: 33px;
}
@media screen and (max-width: 768px) {
  .phone {
    font-size: 23px;
  }
}
.reserve_button {
  background-color: #613529;
  width: 250px;
  height: 30px;
  padding: 15px 5px;
  border-radius: 80px;
  font-size: 18px;
  letter-spacing: .1em;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
@media screen and (min-width: 768px) {
  .reserve_button {
    width: 370px;
    height: 50px;
    padding: 20px;
    color: #fffff;
    font-size: 30px;
  }
}
.reserve_button:hover {
  background-color: #81B837;
}
.header-logo:hover {
  opacity: 0.5;
}
.menu-btn {
  padding: 10px 10px;
  border: 1px solid #868181;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  background: url(../images/hamburger.png) no-repeat center center;
  background-size: contain;
  position: absolute; /*追従にしたいときはfixedに変更*/
  top: 130px;
}
@media screen and (min-width: 768px) {
  .menu-btn {
    display: none;
  }
}
.header-container {
  border-bottom: dashed 1px;
  color: #ffffff;
}
/* ========== ヘッダー おわり========== */
/* ========== ナビゲーション ========== */
nav {
  color: #613529 !important;
  line-height: 1rem;
  font-family: 'Sriracha', cursive, 'Patrick Hand', cursive, 'Nunito', sans-serif, " YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
  font-size: 32px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 160px;
}
.navbar {
  background: #ffffff;
  display: none;
  list-style-type: none;
  border-radius: 10px;
  padding: 0;
}
.navbar a {
  display: block;
  padding: 0.6rem 0;
  color: #613529;
  text-decoration: none;
  border-radius: 10px;
}
.navbar a:hover {
  background: #F2F2ED;
  opacity: 0.9;
}
.navi_ja {
  font-size: 16px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 0.4rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .navbar {
    display: flex !important;
  }
  .navbar li {
    flex: 1 1 auto;
    text-align: center;
    line-height: 1.8;
  }
  .nav_dot {
    border-right: dashed 1px;
    color: #613529;
    text-align: center;
  }
  .navbar a.nav-current {
    background: #ffffff;
  }
}
.phone {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.home-keyvisual {
  /*background: url(../images/keyvisual.jpg) no-repeat center center;*/
  z-index: -250;
  height: 100%;
}
.title {
  font-family: "M PLUS Rounded 1c" !important;
  text-align: center;
  color: #613529;
  font-size: 30px;
  padding-top: 80px;
  padding: 20px;
}
.title {
  margin-top: 50px;
}
.title_introduction {
  text-align: center;
  color: #613529;
  font-size: 22px;
  padding-top: 10px;
  padding: 20px;
}
.title_introduction span {
  color: #ff0000
}
.marker {
  background: linear-gradient(transparent 75%, #fff799 75%);
  font-weight: bold;
}
.attempt {
  margin-top: 50px;
}
/*  ========== main ========== */
@media screen and (max-width: 767px) {
  .manner {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
  }
}
.manner_01 {
  display: flex;
  flex: 1 1 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .manner {
    display: flex;
    flex: 1 1 auto;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .manner_01 {
    display: flex;
    flex: 1 1 auto;
  }
}
.main_top img {
  width: 80%;
  display: block;
  margin: 10px auto;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .manner_inside {
    padding: 40px;
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .introduction_01 {
    max-width: 800px;
    margin: 20px;
  }
}
@media screen and (min-width: 768px) {
  .introduction_inside {
    padding: 50px 0px;
  }
  @media screen and (min-width: 768px) {
    .manner_inside {
      padding: 40px;
      width: 200px;
    }
  }
  @media screen and (max-width: 767px) {
    .manner_inside {
      padding: 40px;
      width: 100%;
    }
  }
  .manner_title {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
  }
  .manner_sentence {
    text-align: left;
  }
  @media screen and (max-width: 767px) {
    .introduction {
      flex-direction: row;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 100px;
    }
  }
  .introduction_01_inside {
    margin: auto;
    text-align: center;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .introduction_inside {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .introduction_inside img {
    border-radius: 0px 15px;
  }
  @media screen and (min-width: 768px) {
    .introduction {
      display: flex;
      flex: 1 1 auto;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }
    .introduction_01 {
      display: flex;
      flex: 1 1 auto;
    }
  }
  @media screen and (min-width: 768px) {
    .introduction_inside {
      padding: 40px;
      width: 200px;
    }
  }
  @media screen and (max-width: 767px) {
    .introductionr_inside {
      padding: 40px;
      width: 100%;
    }
  }
}
.introduction_title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.introduction_sentence {
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .overview {
    display: flex;
    flex: 1 1 auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {}
@media screen and (min-width: 768px) {
  .overview {
    display: flex;
    flex: 1 1 auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {}
/*.overview{
 z-index: -240;
  padding-bottom: 100px;
}*/
.overview_t {
  text-align: center;
  margin-top: -50%;
  z-index: 250 !important;
}
.overview_t_01 {
  font-size: 36px;
  font-family: 'Sriracha', cursive, 'Patrick Hand', cursive, 'Nunito', sans-serif, " YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
  color: #ffffff;
  border-bottom: solid 2px;
  z-index: 250 !important;
}
.overview_t_02 {
  color: #ffffff;
  font-size: 20px;
  z-index: 250 !important;
}
.overview_photo {
  height: 100%;
}
.grid-item {
  filter: saturate(80%);
}
.grid-item:hover {
  filter: saturate(120%);
}
@media screen and (min-width: 600px) {
  .grid-item {
    transition: .3s;
  }
  .grid-item:hover {
    filter: grayscale(0);
    box-shadow: 0 0 2rem rgba(0, 0, 0, .5);
    transform: scale(1.1);
    z-index: 3;
    position: relative;
  }
}
/*==================================================
スライダーのためのcss
===================================*/
.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0; /*スライド左右の余白調整*/
}
@media screen and (min-width: 768px) {
  .photo-box {
    display: flex;
    flex: 1 1 auto;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .photo-box_inside {
    display: flex;
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 767px) {
  .photo-box {
    display: flex;
    flex-direction: column;
  }
  .photo-box_inside {
    display: flex;
    flex: 1 1 auto;
  }
}
.photo {
  background-color: #F8F7E7;
  padding-top: 20px;
  padding-bottom: 100px;
}
.title_02 {
  font-family: "M PLUS Rounded 1c";
  text-align: center;
  color: #613529;
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.movie {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .movie {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .sns {
    display: flex;
    flex: 1 1 auto;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
  }
}
.sns_sentence {
  text-align: center;
  margin-top: -50px;
}
.sns_t {
  margin-top: 20%;
  color: #ffffff;
  font-size: 20px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 2rem;
  z-index: 250;
}
.sns_t_02 {
  color: #ffffff;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 18px;
}
@media screen and (min-width: 600px) {
  .sns-item {
    transition: .3s;
    /*filter:saturate(80%);*/
    /*filter:brightness(70%);*/
  }
  .sns-item:hover {
    /*filter: grayscale(0);*/
    box-shadow: 0 0 2rem rgba(0, 0, 0, .5);
    /*transform: scale(1.1);*/
    z-index: 3;
    position: relative;
    filter: opacity(60%);
    /*filter:saturate(110%);*/
  }
}
@media screen and (min-width: 768px) {
  .access_info {
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    flex: 1 1 auto;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-top: dashed 1px;
    border-bottom: dashed 1px;
    color: #613529;
  }
}
@media screen and (min-width: 768px) {
  #access {
    width: 50%;
    background-color: #F1F6F2;
    padding: 50px;
    text-align: center;
  }
  .map {
    overflow: hidden;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 20px;
    padding-bottom: 56.25%;
    position: relative;
  }
  .map iframe {
    margin-top: 3%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  #info {
    width: 50%;
    background-color: #F6FBF2;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .access {
    border-top: dashed 1px;
    border-bottom: dashed 1px;
    color: #613529;
    width: 100%;
    background-color: #F1F6F2;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #info {
    width: 100%;
    background-color: #F6FBF2;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .map {
    overflow: hidden;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: center;
    padding-bottom: 56.25%;
    position: relative;
  }
  .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
.access_info_t {
  font-size: 34px;
  font-family: 'Sriracha', cursive, 'Patrick Hand', cursive, 'Nunito', sans-serif, " YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
  color: #613529;
  text-align: center;
}
.access_info_t_02 {
  font-size: 30px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: #613529;
  text-align: center;
  line-height: 1.4rem;
}
.access_info_t_03 {
  padding-top: 40px;
  font-size: 30px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: #613529;
  text-align: center;
}
footer {
  background-color: #613529;
  color: #ffffff;
  padding: 50px;
}
.footer-nav {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.footer-nav li {
  display: inline;
  padding: 0 1rem 0 0;
}
.footer-nav a:hover {
  opacity: 0.5;
}
.footer-info-t {
  padding-top: 100px;
  color: #ffffff;
}
.footer-info {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.footer-sns {
  display: flex;
  flex: 1 1 auto;
  width: 400px;
  height: auto;
  padding-top: 30px;
}
.footer-copyright {
  padding-top: 40px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}