@charset "UTF-8";
/*
#####################################################################
common
#####################################################################
*/
html,
body {
  min-width: 900px;
}

html {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: #fff;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  font-family: Meiryo, YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: medium;
  line-height: 1.6;
  color: #231815;
  word-break: normal;
  word-wrap: break-word;
}

html > body {
  height: auto;
}

p,
ul,
dl,
dd {
  margin: 0;
}

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

a {
  transition: color 0.25s ease-in-out;
}
a:link, a:visited {
  color: #7f4f21;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
a:hover img {
  opacity: 0.7;
}

em {
  font-style: normal;
  font-weight: bold;
}

#wrap {
  position: relative;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: url(../img/bg_main.jpg) no-repeat 50% 100%;
  background-size: contain;
}
#wrap::before {
  display: block;
  height: 18px;
  content: "";
  background: url(../img/bg_top.jpg) no-repeat 50% 0;
  background-size: 100% auto;
}

.body__inner {
  background-image: url(../img/bg_main_title_top.png), url(../img/bg_main_title.jpg);
  background-repeat: no-repeat;
  background-size: contain, contain;
}

img,
canvas,
video,
svg {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
}

/*
#####################################################################
set width
#####################################################################
*/
html > body {
  min-width: 900px;
}

/*
#####################################################################
Header
#####################################################################
*/
header {
  width: 715px;
  padding: 70px 0 0;
  margin: 0 auto;
  text-align: center;
}

.head__title {
  margin: 0 0 30px;
}
.head__title img {
  width: 86.6666666667vw;
  height: auto;
}
@media (min-width: 768px) {
  .head__title img {
    width: 650px;
  }
}

.head__date {
  margin: 0 0 35px;
}

/*
#####################################################################
contents
#####################################################################
*/
.wf-serif {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.main .title {
  margin: 0;
  text-align: center;
  background: url(../img/bg_subtitl.png) no-repeat 0 100%;
  background-size: 100% auto;
}
.main .title img {
  width: 72%;
  height: auto;
}
.main .title__text,
.main .plan__title {
  text-align: center;
}

.page__navWrap {
  padding: 0 0 22.6666666667vw;
  background: url(../img/bg_main_title_btm.png) no-repeat 50% 100%;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .page__navWrap {
    padding: 0 0 170px;
  }
}

.page__nav {
  box-sizing: border-box;
  width: 715px;
  padding: 45px 75px 94px;
  margin: 0 auto;
  background: url(../img/bt_btnarea.jpg) no-repeat 0 0;
  background-size: cover;
  box-shadow: 4px 4px 15px 5px rgba(0, 0, 0, 0.2);
}

.page__navText {
  margin: 0 0 30px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #7c4534;
  text-align: center;
}

.page__navList li {
  margin: 50px 0 0;
}
.page__navList li:first-child {
  margin: 0;
}
.page__navList li a {
  display: block;
  box-shadow: 3px 5px 8px 0 #a59a8e;
}

@media (min-width: 768px) {
  #Plan1,
#Plan2 {
    position: relative;
    z-index: 1;
  }
  #Plan1::after,
#Plan2::after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 200px;
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 100%);
  }
}

.plan {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .plan {
    position: relative;
    z-index: 2;
  }
}

#Plan2 .plan .title__text {
  margin-bottom: 50px;
}
#Plan2 .plan .title__text img {
  width: auto;
  height: 151px;
}
#Plan2 .plan .plan__title {
  padding-top: 9.3333333333vw;
}
@media (min-width: 768px) {
  #Plan2 .plan .plan__title {
    padding-top: 70px;
  }
}
#Plan2 .plan .plan__title img {
  width: 76.2666666667vw;
  height: auto;
}
@media (min-width: 768px) {
  #Plan2 .plan .plan__title img {
    width: 572px;
  }
}

#Plan1 .plan .title__text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 17.6vw;
  margin: 0 0 11.6vw;
  background: url(../img/bg_subtitl.jpg) no-repeat 0 50%;
  background-size: cover;
}
@media (min-width: 768px) {
  #Plan1 .plan .title__text {
    height: 132px;
    margin: 0 0 87px;
  }
}
#Plan1 .plan .title__text img {
  width: 83.8666666667vw;
  height: auto;
}
@media (min-width: 768px) {
  #Plan1 .plan .title__text img {
    width: 629px;
  }
}
#Plan1 .plan .plan__title img {
  width: 82vw;
  height: auto;
}
@media (min-width: 768px) {
  #Plan1 .plan .plan__title img {
    width: 615px;
  }
}

.overview {
  text-align: center;
}
.overview img {
  width: 81.0666666667vw;
  height: auto;
}
@media (min-width: 768px) {
  .overview img {
    width: 100%;
  }
}

.courseList {
  width: 100%;
  padding-top: 10px;
  margin: 0 auto;
  color: #231815;
}
@media (min-width: 768px) {
  .courseList {
    padding-top: 20px;
  }
}

.courseList li {
  padding: 12px 0;
  border-top: 1px solid #231815;
}

.courseList li:first-child {
  border-top: none;
}

.courseList .course__item {
  display: grid;
  grid-template-columns: 20.9333333333vw 7.2vw auto;
  align-items: center;
}
@media (min-width: 768px) {
  .courseList .course__item {
    grid-template-columns: 21.2290502793% 6.0335195531% auto;
  }
}
.courseList .price__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.courseList .course {
  margin: 0;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .courseList .course {
    font-size: 40px;
  }
}
.courseList .course em {
  font-size: 32px;
}
@media (min-width: 768px) {
  .courseList .course em {
    font-size: 65px;
  }
}

.courseList .drink span {
  display: inline-block;
  width: 39.3333333333vw;
  margin: 13px 0 0;
  font-size: 9px;
  font-weight: bold;
  line-height: 28px;
  color: #a70b13;
  text-align: center;
  background: #fff;
  border: 2px solid #a70b13;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .courseList .drink span {
    width: 295px;
    font-size: 18px;
  }
}
#Plan2 .courseList .drink span {
  color: #e45e6c;
  border-color: #e45e6c;
}
.courseList .price {
  font-size: 23px;
  text-align: right;
  white-space: nowrap;
}

.courseList .price i {
  font-size: 22px;
  font-style: normal;
  line-height: 1.1;
}
.courseList .price em {
  font-size: 50px;
  line-height: 1.1;
}
.courseList .detail {
  padding-left: 10px;
  margin-left: 1em;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 9px;
  line-height: 1.1764705882;
  text-indent: -1em;
}
@media (min-width: 768px) {
  .courseList .detail {
    padding-left: 20px;
    font-size: 20px;
  }
}
.courseList .course__sub {
  margin-bottom: 6px;
}

.lunch {
  padding: 8px 0 34px;
}

.lunch__title {
  margin: 0;
  font-size: 30px;
}
.lunch__title em {
  font-size: 39px;
  font-weight: normal;
}
.lunch__title span {
  margin: 0 0 0 0.5em;
  font-size: 23px;
}

.lunch__item {
  display: table;
  width: 100%;
}
.lunch__item dt {
  display: table-cell;
  font-size: 28px;
}
.lunch__item dt span {
  font-size: 24px;
}
.lunch__item dd {
  display: table-cell;
  font-size: 21px;
  text-align: right;
  white-space: nowrap;
}
.lunch__item dd i {
  margin: 0 0.2em 0 0;
  font-size: 22px;
  font-style: normal;
  line-height: 1.1;
}
.lunch__item dd em {
  font-size: 53px;
  line-height: 1.1;
}

.drinkMenu {
  box-sizing: border-box;
  width: 100%;
  margin: 25px auto;
}
@media not all and (min-width: 768px) {
  .drinkMenu {
    max-width: 81.0666666667vw;
  }
}
.drinkMenu img {
  width: 100%;
  height: auto;
}

.benefits {
  margin: 12px auto;
}
@media (min-width: 768px) {
  .benefits {
    margin: 25px auto;
  }
}

.special {
  box-sizing: border-box;
  display: table;
  width: 100%;
  margin: 0 auto 30px;
  color: #4d4389;
  text-align: center;
  background: #dad8e4;
  border: 1px solid #59479a;
}
.special dt {
  display: table-cell;
  width: 32%;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #796ba0;
}
@media (min-width: 768px) {
  .special dt {
    font-size: 28px;
  }
}
.special dd {
  display: table-cell;
  font-size: 12px;
  color: #4d4397;
}
@media (min-width: 768px) {
  .special dd {
    font-size: 23px;
  }
}

.photo {
  display: grid;
  grid-template-columns: 44.5333333333vw auto;
  gap: 2px;
  width: 100%;
  margin: 0 auto 12px;
}
@media (min-width: 768px) {
  .photo {
    grid-template-columns: 54.9342105263% 44.4078947368%;
    gap: 3px;
    margin-bottom: 25px;
  }
}
.photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tel {
  width: 100%;
  margin: 0 auto;
}
.tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background: linear-gradient(180deg, rgb(187, 101, 104) 0%, rgb(167, 11, 19) 100%);
  box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
.tel a:hover {
  opacity: 0.8;
}

#Plan2 .tel a {
  background: linear-gradient(180deg, rgb(221, 138, 150) 0%, rgb(228, 94, 108) 1000%);
}

#Plan1 .tel a {
  background: linear-gradient(180deg, rgb(201, 146, 85) 0%, rgb(208, 113, 0) 100%);
}

.tel__btn {
  font-size: 30px;
}
.tel__btn em {
  font-size: 38px;
  vertical-align: middle;
}
.tel__btn span {
  font-size: 23px;
  vertical-align: middle;
}
.tel__btn i {
  margin-left: 0.2em;
  font-size: 35px;
  font-style: normal;
  vertical-align: middle;
}

.tel__note {
  margin: 10px 0 0;
  font-size: 16px;
}

.place__detail {
  box-sizing: border-box;
  padding: 10px;
  margin: 0 auto 14px;
  color: #a70b13;
  background: #f6f7f3;
}
.place__detail .inner {
  border: 1px solid #e45e6c;
}
.place__detail .inner::after {
  display: block;
  clear: both;
  content: "";
}
.place__detail .body h5 {
  padding: 8px 0;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  background: rgba(187, 101, 104, 0.2);
  border-bottom: 1px solid #e45e6c;
}
@media (min-width: 768px) {
  .place__detail .body h5 {
    font-size: 31px;
  }
}
.place__detail .body .body__image {
  padding: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .place__detail .body .body__image {
    padding: 16px;
  }
}
.place__detail .body .body__image img {
  width: 66.6666666667vw;
  height: auto;
}
@media (min-width: 768px) {
  .place__detail .body .body__image img {
    max-width: 600px;
  }
}

#Plan2 {
  padding-bottom: 70px;
  background: url(../img/bg_plan2_title.jpg) no-repeat 50% 0;
  background-size: 100% auto;
}

#Plan1 {
  padding-top: 17.6vw;
  padding-bottom: 6.6666666667vw;
  background: url(../img/bg_plan1_title.jpg) no-repeat 50% 0;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  #Plan1 {
    padding-top: 132px;
    padding-bottom: 50px;
    background-position: 50% 0;
  }
}
#Plan1 .plan {
  background: url(../img/bg_plan1_title.png) no-repeat 50% 0;
  background-size: contain;
}
#Plan1 .plan3-inner {
  background: url(../img/bg_plan3_2.png) no-repeat 50% -300px;
  background-size: 100% auto;
}

/*
#####################################################################
Footer
#####################################################################
*/
footer {
  text-align: center;
}
footer .backtop {
  padding: 115px 0 90px;
  font-size: 17px;
  background: url(../img/bg_backtop.png) no-repeat 50%;
}
@media (min-width: 768px) {
  footer .backtop {
    font-size: 35px;
  }
}
footer .backtop a {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  color: #4774b9;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
footer .backtop a:hover {
  opacity: 0.7;
}
footer .footer__logo {
  font-size: 22px;
  color: #000;
  text-align: center;
}
footer .footer__logo img {
  width: auto;
  height: 46px;
  margin-right: 30px;
}
footer .address {
  margin: 30px 0 0;
  font-size: 20px;
  color: #000;
}
footer .footer__link {
  margin: 64px 0 0;
  font-size: 20px;
  text-align: center;
}
footer .footer__link li {
  display: inline-block;
}
footer .footer__link li a {
  display: inline-block;
  padding: 0 40px;
  line-height: 1.1;
  color: #000;
  border-left: 1px solid #000;
}
footer .footer__link li:first-of-type a {
  border: none;
}
footer .footer__copyright {
  display: block;
  padding: 0;
  margin: 60px 0 0;
  font-size: 18px;
  color: #000;
}
footer .footer__copyright::after {
  display: block;
  height: 12px;
  margin-top: 40px;
  content: "";
  background: url(../img/bg_top.jpg) repeat-x 50% 100%;
  background-size: 100% auto;
}

/*
#####################################################################
PC
#####################################################################
*/
@media screen and (min-width: 768px) {
  .smp-disp {
    display: none;
  }

  .photo {
    overflow: hidden;
  }

  .plan .plan-inner {
    box-sizing: border-box;
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .plan .plan-inner {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 900px) {
  .plan .plan-inner,
.place__detail,
.benefits,
.drinkMenu,
.special,
.tel,
.photo {
    width: 895px;
  }
}
/*
#####################################################################
smartphone
#####################################################################
*/
@media screen and (max-width: 768px) {
  html {
    min-width: 320px;
  }
  html > body {
    min-width: 320px;
  }

  body {
    min-width: 320px;
    font-size: 16px;
  }

  .pc-disp {
    display: none;
  }

  #wrap::before {
    height: 9px;
  }

  header {
    width: 85%;
    max-width: 320px;
    padding: 35px 0 0;
  }

  .head__title {
    margin: 0 0 15px;
  }

  .head__date {
    margin: 0 0 17px;
  }
  .head__date img {
    width: auto;
    height: auto;
  }

  .main .title {
    margin: 0;
    text-align: center;
    background: url(../img/bg_subtitl.png) no-repeat 0 100%;
    background-size: cover;
  }

  .page__nav {
    width: 90%;
    max-width: 81.0666666667vw;
    padding: 22px;
    margin: 0 auto;
  }

  .page__navText {
    margin: 0 0 15px;
    font-size: 14px;
  }

  .page__navList li {
    margin: 15px 0 0;
  }

  .plan {
    width: 100%;
  }

  #Plan2 .plan {
    padding-top: 0;
  }

  #Plan2 .plan .title {
    box-sizing: border-box;
    height: auto;
    padding: 8px 0;
    margin: 0 0 50px;
    background: url(../img/bg_subtitl.png) no-repeat 0 0;
    background-size: 100% auto;
  }
  #Plan2 .plan .title img {
    width: 50%;
    height: auto;
  }
  #Plan2 .plan .title__text {
    margin-bottom: 25px;
  }
  #Plan2 .plan .title__text img {
    width: auto;
    height: 75px;
  }

  .courseList {
    width: 90%;
    max-width: 81.0666666667vw;
  }
  .courseList .course {
    font-size: 18px;
  }
  .courseList .course em {
    font-size: 28px;
  }
  .courseList .drink {
    font-size: 11px;
  }

  .courseList .drink span {
    padding: 0 3px;
    margin: 5px 0 0;
    line-height: 18px;
    border-radius: 9px;
  }
  .courseList .price {
    font-size: 12px;
  }
  .courseList .price i {
    font-size: 11px;
  }
  .courseList .price em {
    font-size: 26px;
  }
  .courseList .detail {
    font-size: 11px;
  }

  .lunch {
    padding: 4px 0 0;
  }

  .lunch__title {
    font-size: 15px;
  }
  .lunch__title em {
    font-size: 20px;
  }
  .lunch__title span {
    font-size: 12px;
  }

  .lunch__item dt {
    font-size: 14px;
  }
  .lunch__item dt span {
    font-size: 12px;
  }
  .lunch__item dd {
    font-size: 10px;
  }
  .lunch__item dd i {
    font-size: 11px;
  }
  .lunch__item dd em {
    font-size: 26px;
  }

  .lunch .lunch__note {
    margin-top: 8px;
    font-size: 12px;
  }

  .benefits {
    width: 90%;
    max-width: 81.0666666667vw;
    margin-right: auto;
    margin-left: auto;
  }

  .special {
    width: 90%;
    max-width: 81.0666666667vw;
    margin: 0 auto 15px;
  }
  .special dt {
    font-size: 13px;
  }
  .special dd {
    font-size: 10px;
  }

  .photo {
    width: 90%;
    max-width: 81.0666666667vw;
    margin: 0 auto 8px;
  }

  .tel {
    width: 90%;
    max-width: 81.0666666667vw;
  }

  .tel__btn {
    font-size: 15px;
  }
  .tel__btn em {
    font-size: 19px;
  }
  .tel__btn span {
    font-size: 12px;
  }
  .tel__btn i {
    font-size: 17px;
  }

  .tel__note {
    margin: 5px 0 0;
    font-size: 8px;
  }

  #Plan1 .tel__note {
    padding: 0 0 10px;
  }

  .place__detail {
    width: 90%;
    max-width: 81.0666666667vw;
    padding: 5px;
    margin: 0 auto 7px;
  }

  #Plan2 {
    padding-bottom: 35px;
  }

  footer .backtop {
    padding: 57px 0 45px;
    font-size: 15px;
    background: url(../img/bg_backtop.png) no-repeat 50%;
    background-size: contain;
  }
  footer .footer__logo {
    font-size: 11px;
  }
  footer .footer__logo img {
    height: 23px;
    margin-right: 15px;
  }
  footer .address {
    margin: 15px 0 0;
    font-size: 10px;
  }
  footer .footer__link {
    margin: 32px 0 0;
    font-size: 10px;
  }
  footer .footer__link li a {
    padding: 0 20px;
  }
  footer .footer__copyright {
    margin: 30px 0 0;
    font-size: 9px;
  }
  footer .footer__copyright::after {
    height: 6px;
  }
}
@media screen and (max-width: 480px) {
  #Plan2 .plan .title img {
    width: 73%;
    height: auto;
  }
}