@charset "UTF-8";

/* G face common */
.gface .header_nav li a,
.gface .header_nav li a:after {
  color: #000;
}

.gface header .inner_wrap::after {
  background-color: #ffcd21;
}
.gface img.white,
.gface div[class$="_nav pt"] ul li:not(.gf_link) {
/* .gface .sns_wrap { */
  display: none;
}
.gface .sns_wrap ul li:nth-child(-n+3) {
  display: none;
}
/* .gface footer .sns_wrap ul li:last-child {
  display: block;
} */
.gface .sns_wrap svg {
  fill: #000;
}
.gface img.black {
  display: block;
}
.gface .footer_nav li a,
.gface .footer_nav li a::after {
  color: #000;
}
@media screen and (max-width: 768px) {
  .gface header {
    background-color: #ffcd21;
  }
  .gface .header_logo {
    order: 5;
    margin: 0 12% 0 auto;
  }
  .gface header .cafe_banner {
    order: 1;
    margin: 0;
  }
  .gface .header_nav_wrap {
    background-color: #ffcd21;
  }
  .gface header .sns_wrap {
    max-width: 32px;
  }

}
@media screen and (min-width: 769px) {
  .gface .header_logo {
    order: 5;
    margin-left: 0;
  }
  .gface .header_nav_wrap {
    order: 2;
  }
  .gface header .cafe_banner {
    order: 1;
    margin-left: 2%;
  }
  header .inner_wrap::before {
    content: none;
  }

  header .inner_wrap::after {
    padding-top: 46.3vw;
  }
  .header_nav {
    max-width: 270px;
  }
  .gface header .sns_wrap {
    width: 4.58%;
    max-width: 30px;
    font-size: 0;
  }
  .gface header .sns_wrap li {
    width: 100%;
  }

}
@media screen and (min-width: 1500px) {
  header .inner_wrap::after {
    padding-top: 69%;
  }

}

.gface footer {
  background-color: #ffcd21;
}
.gface .copyright small {
  color: #000;
}
.gface footer .footer_logo {
  order: 3;
}
.gface footer .footer_nav {
  order: 2;
}
.gface footer .cafe_banner {
  order: 1;
}

@media screen and (max-width: 768px) {
  .gface footer .footer_fx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .gface footer .footer_logo {
    margin-right: 65%;
  }

  .footer_nav {
    max-width: 21em;
  }

}



/* main */
.mv_fader {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .mv_wrap .img_wrap {
    width: 100%;
  }

}

@media screen and (min-width: 769px) {
  .mv_wrap .img_wrap {
    width: 95%;
  }
  .mv_wrap .wide_inner {
    max-width: 1500px;
  }

}


/* lead_wrap */
.lead_wrap {
  text-align: center;
}
.lead_wrap h1 {
  font-weight: normal;
  color: #444;
}
.lead_wrap p {
  line-height: 2.25;
  color: #444;
}

@media screen and (max-width: 768px) {
  .lead_wrap {
    padding: 50px 0 70px;
  }
  .lead_wrap h1 {
    font-size: 2.2rem;
  }
  .lead_wrap p {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .lead_wrap {
    padding: 90px 0 191px;
  }
  .lead_wrap h1 {
    font-size: 36px;
  }
  .lead_wrap p {
    margin-top: 30px;
  }

}

/* sec_wrap */
.wide_inner {
  position: relative;
}
.wide_inner .back_img img,
.wide_inner .front_img img {
  width: 100%;
}
.sec_wrap .img_wrap {
  position: relative;
}
.sec_wrap .heading strong {
  line-height: 1.25;
  font-weight: normal;
  color: #3b0e02;
}
.sec_wrap .heading h2 {
  font-size: 12px;
  color: #3b0e02;
}
.sec_wrap .text_wrap .text p {
  line-height: 2.25;
  color: #3b0e02;
}
.sec_wrap .more {
  margin-top: 50px;
}
.sec_wrap .more a {
  display: block;
  border: 1px solid #3b0e02;
  background-color: #fff;
  color: #3b0e02;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec_wrap .img_wrap .wide_inner {
    padding: 20px 10px;
  }
  .wide_inner .back_img {
    width: 80%;
  }
  .wide_inner .front_img {
    width: 90%;
  }
  .sec_wrap .text_wrap {
    margin: 50px 0 0;
  }
  .sec_wrap .text_wrap .heading strong {
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .sec_wrap .text_wrap .heading h2 {
    margin-top: 5px;
  }
  .sec_wrap .text_wrap .text {
    margin-top: 8%;
  }
  .sec_wrap .text_wrap .text p {
    font-size: 1.4rem;
  }
  .sec_wrap .more {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec_wrap .more a {
    width: 48%;
    line-height: 3em;
    margin: 0;
    font-size: 1.4rem;
  }


}

@media screen and (min-width: 769px) {
  .wide_inner {
    max-width: 1040px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .wide_inner .heading strong {
    font-size: 36px;
    letter-spacing: .12em;
  }
  .wide_inner .back_img {
    width: 50%;
  }
  .wide_inner .front_img {
    width: 56.6%;
  }
  .sec_wrap .text_wrap {
    margin: 88px 0 194px;
  }
  .sec_wrap {
    padding-top: 50px;
  }
  .sec_wrap .text_wrap .inner_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec_wrap .text_wrap .heading {
    width: 35.7%;
  }
  .sec_wrap .heading h2 {
    margin-top: 10px;
  }
  .sec_wrap .text_wrap .heading strong:not(.goth) {
    font-family: 'Shippori Mincho', serif;
    letter-spacing: 0.1em;
  }
  .sec_wrap .text_wrap .heading strong {
    font-size: 28px;
    line-height: 1.6;
  }
  .sec_wrap .text_wrap .heading h2 {
    margin-top: 11px;
  }
  .sec_wrap .text_wrap .text {
    width: 57.6%;
  }
  .sec_wrap .more a {
    width: 175px;
    height: 60px;
    line-height: 60px;
    margin-left: auto;
    margin-right: 0;
    transition: all 0.3s;
  }
  .sec_wrap .more a:hover {
      background-color: #3b0e02;
      color: #fff;
  }

}



/* news */
.news_wrap {
  margin-right: auto;
  margin-left: auto;
}
.news_wrap .img_wrap img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.news_wrap .img_wrap p {
  text-align: center;
}
.news_wrap .news_list_wrap {
  width: 86%;
  margin: 0 auto 30px;
}
.news_list_wrap h2 {
  color: #444;
  border-bottom: 1px solid #444;
}
.news_list li {
  border-bottom: 1px dotted #444;
}
.news_list li time {
  /* display: block; */
  display: none;
}
.news_list li a {
  color: #444;
  display: block;
}

@media screen and (max-width: 768px) {
  .news_wrap {
    margin-bottom: 20%;
  }
  .news_wrap .img_wrap p {
    font-size: 1.4em;
  }
  .news_list_wrap h2 {
    font-size: 1.8rem;
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
  }
  .news_list li {
    padding: .8em 0 0;
  }
  .news_list li time {
    font-size: 1.2rem;
  }
  .news_list li a {
    line-height: 1.6;
    padding: .5em 0 .8em;
    font-size: 1.4rem;
  }

}

@media screen and (min-width: 769px) {
  .news_wrap {
    max-width: 800px;
    margin-bottom: 200px;
  }
  .news_wrap .img_wrap p {
    font-size: 1.4em;
    line-height: 1;
  }
  .news_list_wrap h2 {
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
  }
  .news_list li {
    padding: .8em 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  /* .news_list li time {
    width: 20%;
  } */
  .news_list li p {
    width: 100%;
  }
  .news_list li a {
    line-height: 1.6;
    display: block;
    padding-bottom: .8em;
  }
  .news_list li a:hover {
    text-decoration: underline;
  }

}



/* concept_wrap */
@media screen and (max-width: 768px) {
  .concept_wrap.sec_wrap {
    padding-bottom: 100px;
  }
  .concept_wrap .wide_inner {
      background-color: #ffcd21;
      padding: 20px 0;
  }
  .concept_wrap .wide_inner .front_img {
    margin-right: 0;
    margin-left: auto;
    margin-top: -5%;
  }
  .img_wrap .heading {
    padding-top: 5%;
  }
  .img_wrap .heading strong {
    font-size: 3rem;
  }
  .img_wrap .heading h2 {
    font-size: 1.4rem;
  }

}

@media screen and (min-width: 769px) {
  .concept_wrap .img_wrap {
    margin-bottom: 134px;
  }
  .concept_wrap .img_wrap::after {
    content: '';
    width: 100%;
    background-color: #ffcd21;
    position: absolute;
    left: 0;
    z-index: -1;
    content: '';
    height: 79.4%;
    top: 31.2%;
  }
  
  .concept_wrap .wide_inner .front_img {
    margin-right: 0;
    margin-left: auto;
    margin-top: -200px;
  }
  .img_wrap .heading {
    position: absolute;
    bottom: 0;
  }

  .fx.more {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .fx.more a:last-child {
    margin-left: 2em;
  }



}



/* menu_wrap */
.menu_wrap {}
.btn_wrap ul li {}
.btn_wrap li strong {
    border: 1px solid #444;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
}
.btn_wrap li a {
  color: #3b0e02;
}
.btn_wrap li strong span {
    display: block;
}
.btn_wrap li.active strong {
    background: #444;
    color: #fff;
}

@media screen and (max-width: 768px) {
  .menu_wrap.sec_wrap {
    padding-bottom: 100px;
  }
  .menu_wrap .wide_inner {
      background-color: #ffcd21;
      padding: 20px 0;
  }
  .menu_wrap .wide_inner .front_img {
      margin-right: 0;
      margin-left: auto;
      position: relative;
      z-index: 2;
  }
  .menu_wrap .wide_inner .back_img {
    margin-top: -5%;
  }
  .btn_wrap {
    margin: 10% 0;
  }
  .btn_wrap ul {}
  .btn_wrap ul li {
    margin-bottom: 5%;
  }
  .btn_wrap ul li strong,
  .btn_wrap ul li strong a {
    display: block;
    width: 100%;
  }
  .btn_wrap ul li.acc strong,
  .btn_wrap ul li strong a {
    padding: .5em 0;
  }
  .btn_wrap ul li strong a {}
  .btn_wrap ul strong {
    font-size: 1.8rem;
  }
  .btn_wrap ul strong span {
    font-size: 1.4rem;
  }
  .btn_wrap ul li p {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 1em;
  }

}

@media screen and (min-width: 769px) {
  .menu_wrap {
      /* padding-top: 150px; */
      margin-bottom: 250px;
  }
  .menu_wrap .img_wrap {
    margin-bottom: 134px;
  }
  .menu_wrap .img_wrap::after {
    content: '';
    width: 100%;
    background-color: #ffcd21;
    position: absolute;
    left: 0;
    z-index: -1;
    height: 79.4%;
    top: 31.2%;
  }
  .menu_wrap .wide_inner .back_img {
    margin-left: auto;
    margin-right: 0;
    margin-top: -20%;
  }
  .menu_wrap .wide_inner .front_img {
    position: relative;
    z-index: 2;
  }
  .menu_wrap .text_wrap {
    margin-bottom: 100px;
  }
  .btn_wrap {
    margin-bottom: 110px;
  }
  .btn_wrap ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 60%;
    margin: auto;
  }
  .btn_wrap ul li {
    width: 47.5%;
    margin-bottom: 50px;
  }
  .btn_wrap ul li:not(.active):hover strong {
    background: #ccc;
  }

  .btn_wrap ul strong {
    width: 475px;
    /* height: 162px; */
    height: 92px;
    font-size: 24px;
    cursor: pointer;
    transition: all .5s;
  }
  .btn_wrap ul strong span {
      font-size: 16px;
  }
  .btn_wrap ul li p {
    font-size: 14px;
    text-align: center;
    margin-top: 22px;
  }

}

@media screen and (min-width: 1500px) {
  .menu_wrap .img_wrap::after {
      padding-top: 0;
      height: 360px;
  }

}


/* about_wrap */
.about_wrap .img_wrap img {
  width: 100%;
}
.about_wrap .text_wrap .img_wrap {
  box-shadow: 0 0 12px 1px rgb(0 0 0 / 10%);
}
.about_wrap .text dt {
  color: #999;
  line-height: 2.25;
}
.about_wrap .text dd {
  color: #444;
  line-height: 2.25;
}
.about_wrap .text dd span {
  display: inline-block;
}
/* map_wrap */
.map_wrap {
  margin: auto;
}
.map_wrap iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about_wrap .img_wrap {
      margin: 0 calc(50% - 50vw);
      width: 100vw;
  }
  .about_wrap .text dt {
      font-size: 1.4rem;
  }
  .about_wrap .text dd {
      font-size: 1.4rem;
  }
  .about_wrap .text_wrap .img_wrap {
    width: 70%;
    margin: 0 auto 5%;
  }

  .about_wrap .text_wrap .text {
    width: 90%;
    margin: 10% auto 20%;
  }
  .about_wrap .text_wrap .text .heading {
    width: auto;
    margin-bottom: 20px;
  }
  .about_wrap .text dl * {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .about_wrap .text dd {
    margin-bottom: 5%;
  }
  .map_wrap {
    margin: 10% auto 0;
    width: 90%;
  }
  .map_wrap iframe {
    height: 300px;
  }

}

@media screen and (min-width: 769px) {
  .about_wrap .img_wrap {
      width: 100%;
  }
  .about_wrap .text_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }
  .about_wrap .text_wrap .img_wrap {
    width: 34%;
  }
  .about_wrap .text_wrap .text {
    width: 60%;
  }
  .about_wrap .text_wrap .text .heading {
    width: auto;
    margin-bottom: 20px;
  }
  .about_wrap .text dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .about_wrap .text dt {
    width: 7.5em;
  }
  .about_wrap .text dd {
    width: calc(100% - 8em);
  }
  .about_wrap .text dt,
  .about_wrap .text dd {
      margin-top: 26px;
  }
  .about_wrap .text dt:first-of-type,
  .about_wrap .text dd:first-of-type {
      margin-top: 0;
  }


}

