@charset "UTF-8";

/* header */
@media screen and (min-width: 769px) {

  header .inner_wrap::before {
    content: none;
  }

  header .inner_wrap::after {
    padding-top: 46.3vw;
  }

  .mv_wrap .wide_inner {
    max-width: 1500px;
  }

}

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


@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_fader {
  background: #fff;
}



/* 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;
  }
}


/* news_wrap */
.news_wrap {}

.news_wrap,
.news_wrap .inner_wrap {
  background-image: url(../img/common/flyer.jpg);
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
}

.news_wrap .img_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
  background: #fff;
}

.news_wrap .img_wrap img {
  width: 90%;
  height: auto;
}

.news_wrap .img_wrap p {
  text-align: center;
  width: 80%;
}

.news_wrap .news_list_wrap {
  background: rgba(255, 255, 255, 1);
}

.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;
}

.news_list li a {
  color: #444;
  display: block;
}

@media screen and (max-width: 768px) {

  .news_wrap {
    margin: 0 0 80px;
  }

  .news_wrap .inner_wrap {
    padding: 30px 0;
  }

  .news_wrap .img_wrap p {
    margin: -1em auto 0.5em;
    font-size: 1.6em;
  }

  .news_wrap .news_list_wrap {
    padding: 25px 20px;
  }

  .news_list_wrap h2 {
    font-size: 1.8rem;
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
  }

  .news_list li {
    /* margin-bottom: 10px; */
    padding: .8em 0 0;
  }

  .news_list li time {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }

  .news_list li a {
    line-height: 1.6;
    padding-bottom: .8em;
    font-size: 1.4rem;
  }

  .news_list li a:hover {
    text-decoration: underline;
  }

}

@media screen and (min-width: 769px) {

  .news_wrap {
    margin: 0 0 180px;
  }

  .news_wrap .inner_wrap {
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 40px 0;
  }

  .news_wrap .inner_wrap>* {
    width: 50%;
  }

  .news_wrap .img_wrap p {
    margin: -1em auto 1em;
    font-size: 1.4em;
  }

  .news_wrap .news_list_wrap {
    padding: 25px 30px 30px 10px;
  }

  .news_list_wrap h2 {
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
  }

  .news_list li {
    /* margin-bottom: 10px; */
    padding: .8em 0 0;
  }

  .news_list li time {
    margin-bottom: 5px;
  }

  .news_list li a {
    line-height: 1.6;
    padding-bottom: .8em;
  }

  .news_list li a:hover {
    text-decoration: underline;
  }



}





/* sec_wrap */
.wide_inner {
  position: relative;
}

.wide_inner .back_img img {
  width: 100%;
}

.wide_inner .front_img img {
  width: 100%;
}

.sec_wrap .img_wrap {
  position: relative;
}

.sec_wrap .text_wrap .heading strong {
  line-height: 1.25;
  font-weight: normal;
  color: #c62607;
}

.sec_wrap .text_wrap .heading h2 {
  font-size: 12px;
  color: #c62607;
}

.sec_wrap .text_wrap .text p {
  line-height: 2.25;
  color: #444;
}

.sec_wrap .more {
  margin-top: 50px;
}

.sec_wrap .more a {
  display: block;
  border: 1px solid #c62607;
  background-color: #fff;
  color: #c62607;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec_wrap {
    padding-bottom: 100px;
  }

  .sec_wrap .img_wrap .wide_inner {
    padding: 20px 10px;
  }

  .wide_inner .back_img {
    width: 80%;
  }

  .wide_inner .front_img {
    width: 90%;
    margin-top: -5%;
  }

  .sec_wrap .text_wrap {
    margin: 50px 0 0;
  }

  .sec_wrap .text_wrap .heading strong {
    font-size: 2.8rem;
  }

  .sec_wrap .text_wrap .heading h2 {
    margin-top: 5px;
  }

  .sec_wrap .text_wrap .text {
    margin-top: 30px;
  }

  .sec_wrap .text_wrap .text p {
    font-size: 1.4rem;
  }

  .sec_wrap .more a {
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  .wide_inner .back_img {
    width: 43.34%;
  }

  .wide_inner .front_img {
    position: absolute;
    width: 53.34%;
  }

  .sec_wrap .text_wrap {
    margin: 88px 0 194px;
  }

  .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;
  }

  .sec_wrap .text_wrap .heading {
    width: 27.7%;
  }

  .sec_wrap .text_wrap .heading strong {
    font-size: 36px;
  }

  .sec_wrap .text_wrap .heading h2 {
    margin-top: 11px;
  }

  .sec_wrap .text_wrap .text {
    flex: 1;
  }

  .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: #c62607;
    color: #fff;
  }
}

/* concept_wrap */
@media screen and (max-width: 768px) {
  .concept_wrap .wide_inner {
    padding: 20px 0;
    background-image: url(../img/common/flyer.jpg);
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
  }

  .concept_wrap .wide_inner .front_img {
    margin-right: 0;
    margin-left: auto;
  }
}

@media screen and (min-width: 769px) {
  .concept_wrap .img_wrap {
    padding-bottom: 150px;
  }

  .concept_wrap .img_wrap::before {
    content: '';
    width: 100%;
    padding-top: 28%;
    /* background-color: rgba(249,242,237,.9); */
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }

  .concept_wrap .img_wrap::after {
    content: '';
    width: 100%;
    padding-top: 28%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
    background-image: url(../img/common/flyer.jpg);
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
  }

  .concept_wrap .wide_inner .front_img {
    top: 140px;
    left: 44.7%;
    left: 41.66%;
  }
}

@media screen and (min-width: 1500px) {

  .concept_wrap .img_wrap::before,
  .concept_wrap .img_wrap::after {
    padding-top: 0;
    height: 420px;
  }
}

/* menu_wrap */
@media screen and (max-width: 768px) {
  .menu_wrap .wide_inner {
    /* background-color: #f9f2ed; */
    padding: 20px 0;
    background-image: url(../img/common/flyer.jpg);
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
  }

  .menu_wrap .wide_inner .back_img {
    margin-right: 0;
    margin-left: auto;
  }
}

@media screen and (min-width: 769px) {
  .menu_wrap {
    padding-top: 280px;
  }
  .menu_wrap .img_wrap::before {
    content: '';
    width: 100%;
    padding-top: 28%;
    position: absolute;
    top: -280px;
    left: 0;
    z-index: -1;
  }
  .menu_wrap .img_wrap::after {
    content: '';
    width: 100%;
    padding-top: 28%;
    position: absolute;
    top: -280px;
    left: 0;
    z-index: -2;
    background-image: url(../img/common/flyer.jpg);
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
  }

  .menu_wrap .wide_inner .back_img {
    margin-left: auto;
    margin-right: 0;
  }

  .menu_wrap .wide_inner .front_img {
    top: -226px;
    /* right: 44.7%; */
    right: 41.66%;
  }
}

@media screen and (min-width: 1500px) {

  .menu_wrap .img_wrap::before,
  .menu_wrap .img_wrap::after {
    padding-top: 0;
    height: 420px;
  }
}

/* about_wrap */
.about_wrap .img_wrap img {
  width: 100%;
}

.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;
  color: #999;
  line-height: 2.25;
}

.about_wrap .text dd {
  width: calc(100% - 8em);
  color: #444;
  line-height: 2.25;
}

.about_wrap .text dd span {
  display: inline-block;
}

@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;
  }
}

@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 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;
  }

  .about_wrap .more {
    width: 175px;
  }

  .about_wrap .more a {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

/* cafe_wrap */
.cafe_wrap {
  background-color: #fff2c7;
}

.cafe_wrap .text_wrap .inner_wrap {
  display: block;
}

.cafe_wrap .text_wrap .heading {
  width: 100%;
}

.cafe_wrap .heading span {
  display: block;
  font-size: 1.4rem;
  color: #c62607;
}

/* .cafe_wrap .heading * {
color: #6f4b37 !important;
} */


@media screen and (max-width: 768px) {
  .cafe_wrap {
    padding: 20px 0 58px;
  }

  .cafe_wrap .text_wrap {
    margin: 50px 0 0;
  }

  .cafe_wrap .text_wrap .heading h2 {
    font-size: 1.3rem;
  }

  .cafe_wrap .text {
    margin-top: 50px;
  }

  .cafe_wrap .wide_inner .front_img {
    margin-right: 0;
    margin-left: auto;
  }
}

@media screen and (min-width: 769px) {
  .cafe_wrap {
    padding: 50px 0 58px;
  }

  .cafe_wrap .wide_inner .front_img {
    top: 140px;
    left: 44.7%;
  }

  .cafe_wrap .wide_inner .back_img {
    width: 52.3%;
    /* width: 43.34%; */
  }

  .cafe_wrap .text_wrap {
    margin: 195px 0 0;
  }

  .cafe_wrap .text_wrap .heading h2 {
    font-size: 16px;
  }

  .cafe_wrap .heading span {
    margin-bottom: 4px;
  }

  .cafe_wrap .text {
    margin-top: 33px;
  }
}