@charset "UTF-8";
/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  padding: 0 15px;
  background-color: #e6dbd7;
  z-index: 10;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header-content {
  max-width: 965px;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header-line {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 13px;
}
.header-line:hover {
  opacity: 0.7;
}
.header-link {
  max-width: 890px;
  width: 100%;
}
.header .global-nav {
  width: 100%;
}
.header .global-nav-list {
  width: 100%;
  height: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  position: relative;
}
.header .global-nav-list-item a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #ae848d;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .global-nav-list-item a:hover::after {
  width: 100%;
}
.header .global-nav-list-item a.current::after {
  width: 100%;
}
.header-line:hover {
  opacity: 0.7;
}
.header .main-visual {
  width: 100%;
  height: 400px;
  margin-top: 44px;
  position: relative;
  z-index: 1;
}
.header .main-visual-slick {
  width: 100%;
  height: 100%;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1400px;
  width: 97%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 20px;
  z-index: 2;
}
.header .main-visual-textbox img {
  height: 140px;
}
.header .sub-visual {
  width: 100%;
  height: 250px;
  margin-top: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1510px;
  width: 97%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .sub-visual-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .sub-visual-title::before {
  content: "";
  width: 24px;
  height: 1px;
  margin-right: 15px;
  background-color: #fff;
}

#mv {
  width: 100%;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

#mv li {
  width: 100%;
  height: 100%;
}
#mv li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#contact .sub-visual {
  background-position: right !important;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.news {
  position: relative;
  z-index: 1;
}
.news-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.news-section-title {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: left;
  margin-bottom: 30px;
}
.news-section-title-en {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-section-title-en::before {
  content: "";
  width: 24px;
  height: 1px;
  margin-right: 15px;
  background-color: #270f00;
}
.news-wrap {
  max-width: 792px;
  width: 100%;
}
.news-list {
  width: 100%;
  margin-bottom: 25px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:last-child .news-textbox {
  border-bottom: 1px solid rgba(87, 66, 71, 0.35);
}
.news-list-item a {
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.news-visual {
  max-width: 110px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.news-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-textbox {
  width: calc(100% - 110px);
  padding: 12px 10px;
  border: 1px solid rgba(87, 66, 71, 0.35);
  border-left: none;
  border-bottom: none;
}
.news-textbox time {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news-accent-tag {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 3px 7px;
  margin-bottom: 5px;
  background-color: #ae848d;
}
.news-accent-tag:not(:last-child) {
  margin-right: 3px;
}
.news-accent-wrap {
  width: 100%;
  overflow-x: auto;
}
.news-title {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
}
.news-btn {
  max-width: 206px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  border: 1px solid #270f00;
  position: relative;
}
.news-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 1px;
  background-color: #270f00;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-btn:hover::before {
  right: -20px;
}
.news-tag-list {
  max-width: 250px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #ae848d;
  border: 2px solid #ae848d;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #ae848d;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #ae848d;
  border-bottom: 1px solid #ae848d;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #ae848d;
  border-right: 1px solid #ae848d;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #ae848d !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.top-about {
  overflow: hidden;
  background: center/cover no-repeat url(../images/top/top-about-bg.png);
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.top-about-bg {
  position: absolute;
  top: 0;
  left: -815px;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.top-about-inner {
  padding-bottom: 60px;
}
.top-about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.top-about-img {
  margin-bottom: 10px;
}
.top-about-textbox {
  max-width: 662px;
  width: 100%;
}
.top-about-title {
  font-size: 2.3rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 1px 2px 10px #000;
}
.top-about-title .accent {
  display: block;
  margin-bottom: 10px;
}
.top-about-title .accent img {
  height: 70px;
}
.top-about-title .l-font {
  font-size: 2.5rem;
}
.top-about-text {
  font-size: 1.6rem;
  color: #fff;
  line-height: 2;
  text-shadow: 1px 2px 10px #000;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 20px;
}

.top-intro {
  overflow: hidden;
}
.top-intro-inner {
  position: relative;
  z-index: 1;
}
.top-intro-inner::before {
  position: absolute;
  content: "";
  top: 240px;
  left: -28px;
  width: 256px;
  height: 286px;
  background: center/contain no-repeat url(../images/top/top-intro-img02.png);
  z-index: -1;
}
.top-intro-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.top-intro-img {
  margin-bottom: 120px;
  z-index: -1;
}
.top-intro-textbox {
  width: 100%;
}
.top-intro-title {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.top-intro-title .bg {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 13px 13px 13px;
  background-color: #fff;
}
.top-intro-title .bg:not(:last-of-type) {
  margin-bottom: 18px;
}
.top-intro-title .bg .accent {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ae848d;
}
.top-intro-text {
  max-width: 595px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2;
}

.campaign-content {
  padding: 20px 10px;
  background: center/cover no-repeat url(../images/top/campaign-bg.png);
  -webkit-box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, 0.15);
}
.campaign-textbox {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.campaign-sub-title {
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.campaign-sub-title img {
  height: 45px;
}
.campaign-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.campaign-title::before {
  content: "";
  width: 38px;
  height: 81px;
  background: center/contain no-repeat url(../images/top/campaign-title-l.png);
}
.campaign-title::after {
  content: "";
  width: 38px;
  height: 81px;
  background: center/contain no-repeat url(../images/top/campaign-title-r.png);
}
.campaign-list-item {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 10px;
  background-color: #fff;
  border: 1px solid #edd2d8;
}
.campaign-list-item::before {
  content: "";
  width: 65px;
  height: 65px;
  margin-bottom: 15px;
  background: center/cover no-repeat url(../images/top/campaign-no01.png);
}
.campaign-list-item:nth-child(2) {
  margin-top: 12px;
}
.campaign-list-item:nth-child(2)::before {
  background: center/cover no-repeat url(../images/top/campaign-no02.png);
}
.campaign-list-item:nth-child(2) .campaign-flex {
  margin-bottom: 15px;
}
.campaign-list-title {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 17px;
}
.campaign-list-title .accent {
  background: 　linear-gradient(transparent 90%, rgba(44, 33, 35, 0.4) 0%);
  display: inline;
}
.campaign-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.campaign-flex:not(:last-of-type) {
  margin-bottom: 15px;
}
.campaign-price {
  text-align: center;
}
.campaign-price img {
  height: 48px;
}

.top-service {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-service::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: center/cover no-repeat url(../images/top/top-service-bg.png);
  z-index: -1;
}
.top-service-title {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}
.top-service-title-en {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  color: #ae848d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-service-title-en::before {
  content: "";
  width: 24px;
  height: 1px;
  margin-right: 15px;
  background-color: #ae848d;
}
.top-service-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}
.top-service-list-item {
  max-width: 350px;
  width: 100%;
}
.top-service-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-service-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.top-service-list-item a::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: center/cover no-repeat url(../images/top/top-service-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-service-list-item a:hover {
  opacity: 0.8;
}
.top-service-list-item a:hover::before {
  right: -10px;
}
.top-service-list-title {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
}
.top-service-list-title .accent {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.top-service-img {
  width: 100%;
  height: 300px;
  margin-bottom: 31px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, 0.15);
}
.top-service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-service-btn {
  max-width: 380px;
  width: 100%;
  height: 65px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  position: relative;
}
.top-service-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-service-btn:hover::before {
  right: -20px;
}

.top-guide {
  background-color: #f3edeb;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-guide::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: center/cover no-repeat url(../images/top/top-guide-bg-bottom.png);
  z-index: -1;
}
.top-guide-title {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}
.top-guide-title .accent {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
  color: #ae848d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-guide-title .accent::before {
  content: "";
  width: 24px;
  height: 1px;
  margin-right: 15px;
  background-color: #ae848d;
}
.top-guide-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.top-guide-img {
  margin-bottom: 20px;
}
.top-guide-textbox {
  max-width: 505px;
  width: 100%;
}
.top-guide-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}

.reserve-content {
  padding: 20px 10px;
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
  -webkit-box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, 0.15);
}
.reserve-textbox {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 12px 15px 12px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.reserve-textbox::before {
  position: absolute;
  content: "";
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background: center/cover no-repeat url(../images/top/reserve-border.png);
}
.reserve-en {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  color: #ae848d;
  margin-bottom: 20px;
}
.reserve-title {
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
.reserve-text {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 25px;
}
.reserve-btn {
  margin-left: 10px;
}
.reserve-btn:hover {
  opacity: 0.7;
}

/*========================================
menu
==========================================*/
.menu {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.menu::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  background: center/cover no-repeat url(../images/menu/menu-bg-bottom.png);
  z-index: -1;
}
.menu-inner {
  padding-top: 80px;
  position: relative;
}
.menu-notice {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.menu-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 450px;
}
.menu-tag-list {
  max-width: 220px;
  width: 100%;
  margin-bottom: 20px;
}
.menu-tag-list-item {
  width: 100%;
}
.menu-tag-list-item:not(:last-child) {
  margin-bottom: 1px;
}
.menu-tag-list-item a {
  width: 100%;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
  background-color: #4e2004;
  border-radius: 4px;
}
.menu-tag-list-item a::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 5px;
  height: 9px;
  margin-right: 13px;
  background: center/cover no-repeat url(../images/menu/menu-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-tag-list-item a:hover {
  opacity: 0.8;
}
.menu-tag-list-item a:hover::before {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.menu-wrap {
  max-width: 830px;
  width: 100%;
}
.menu-list-item {
  width: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 4px;
}
.menu-list-item:not(:last-child) {
  margin-bottom: 40px;
}
.menu-list-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(87, 66, 71, 0.35);
}
.menu-img {
  max-width: 284px;
  width: 100%;
  height: 284px;
  margin-bottom: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.menu-img img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-textbox {
  max-width: 454px;
  width: 100%;
}
.menu-sub-tag-list {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu-sub-tag-list-item {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 5px 8px;
  margin-bottom: 5px;
  background-color: #4e2004;
}
.menu-sub-tag-list-item:not(:last-child) {
  margin-right: 15px;
}
.menu-price {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: right;
  margin-bottom: 15px;
}
.menu-body {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.menu-body img {
  max-width: 100%;
}

/*========================================
school
==========================================*/
.about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-img {
  margin-bottom: 20px;
}
.about-textbox {
  max-width: 520px;
  width: 100%;
}
.about-title {
  font-size: 2.8rem;
  line-height: 1.44;
  letter-spacing: 0.08em;
  text-align: left;
  margin-bottom: 22px;
}
.about-title-en {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  color: #ae848d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.about-title-en::before {
  content: "";
  width: 42px;
  height: 1px;
  margin-right: 20px;
  background-color: #ae848d;
}
.about-text {
  font-size: 1.6rem;
  line-height: 2;
}

.recommend {
  background-color: #f3edeb;
  position: relative;
  z-index: 1;
}
.recommend::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: center/cover no-repeat url(../images/school/recommend-bg-bottom.png);
  z-index: -1;
}
.recommend-list {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
  background-color: #ffffff;
}
.recommend-list-item {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.recommend-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/school/recommend-check.png);
}
.recommend-list-item:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(87, 66, 71, 0.35);
}

.feature {
  position: relative;
  z-index: 1;
}
.feature::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: center/cover no-repeat url(../images/school/feature-bg-bottom.png);
  z-index: -1;
}
.feature-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feature-content:nth-of-type(even) .feature-img {
  margin-left: 0;
  margin-right: -15px;
}
.feature-content:nth-of-type(2) .feature-title::before {
  background: center/cover no-repeat url(../images/school/feature-no02.png);
}
.feature-content:nth-of-type(3) .feature-title::before {
  background: center/cover no-repeat url(../images/school/feature-no03.png);
}
.feature-content:nth-of-type(4) .feature-title::before {
  background: center/cover no-repeat url(../images/school/feature-no04.png);
}
.feature-content:nth-of-type(5) .feature-title::before {
  background: center/cover no-repeat url(../images/school/feature-no05.png);
}
.feature-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.feature-img {
  margin-left: -15px;
  margin-bottom: 10px;
}
.feature-textbox {
  max-width: 510px;
  width: 100%;
}
.feature-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
  padding-top: 45px;
  padding-left: 40px;
  position: relative;
}
.feature-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: -18px;
  width: 70px;
  height: 70px;
  background: center/cover no-repeat url(../images/school/feature-no01.png);
}
.feature-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}
.school {
  background-color: #f3edeb;
}
.school-inner {
  padding-top: 13px;
}
.school-notice {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 14px;
}
.school-content {
  width: 100%;
  padding: 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 4px;
}
.school-content:not(:last-child) {
  margin-bottom: 43px;
}
.school-img {
  max-width: 304px;
  width: 100%;
  height: 304px;
  margin-bottom: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.school-img img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.school-textbox {
  max-width: 676px;
  width: 100%;
}
.school-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(87, 66, 71, 0.35);
}
.school-body {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-bottom: 13px;
}
.school-body img {
  max-width: 100%;
}
.school-table {
  width: 100%;
}
.school-table tr {
  display: block;
}
.school-table tr:not(:last-of-type) {
  margin-bottom: 2px;
}
.school-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  background-color: #7e2e2f;
  vertical-align: middle;
}
.school-table tr th .s-font {
  font-size: 1.4rem;
}
.school-table tr td {
  display: block;
  padding: 10px 15px;
  background-color: #f3edeb;
}

.cancel {
  background: center/cover no-repeat url(../images/school/cancel-bg.png);
}
.cancel-inner .cmn-title {
  color: #fff;
  text-shadow: 1px 2px 10px #000;
}
.cancel-inner .cmn-title-en {
  color: #fff;
}
.cancel-notice {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 34px;
  text-shadow: 1px 2px 10px #000;
  text-align: center;
}
.cancel-list-item {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
}
.cancel-list-item:not(:last-child) {
  margin-bottom: 7px;
}
.cancel-list-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 17px 30px;
  background-color: #7e2e2f;
}
.cancel-textbox {
  padding: 22px 28px;
  background-color: #ffffff;
}
.cancel-text {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cancel-text:not(:last-of-type) {
  margin-bottom: 14px;
}
.cancel-text .accent {
  display: inline-block;
  font-size: 2rem;
  color: #7e2e2f;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(87, 66, 71, 0.35);
}
.cancel-text .s-font {
  font-size: 1.5rem;
}

#school .resreve-content {
  background: center/cover no-repeat url(../images/school/reserve-bg.png);
}
#school .reserve-text {
  line-height: 1.4;
}

/*========================================
voice
==========================================*/
.voice {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.voice::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: center/cover no-repeat url(../images/menu/menu-bg-bottom.png);
  z-index: -1;
}
.voice-notice {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
}
.voice-tag-list {
  max-width: 840px;
  width: 100%;
  margin: 0 auto 20px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.voice-tag-list-item {
  max-width: 380px;
  width: 100%;
  margin-bottom: 20px;
}
.voice-list-item {
  width: 100%;
  padding: 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 4px;
}
.voice-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.voice-list-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(87, 66, 71, 0.35);
}
.voice-img {
  max-width: 304px;
  width: 100%;
  height: 304px;
  margin-bottom: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.voice-img img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-textbox {
  max-width: 676px;
  width: 100%;
}
.voice-sub-tag-list {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.voice-sub-tag-list-item {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 5px 8px;
  margin-bottom: 8px;
  background-color: #4e2004;
}
.voice-sub-tag-list-item:not(:last-child) {
  margin-right: 15px;
}
.voice-name {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
  background-color: #f3edeb;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.voice-name .accent {
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  background-color: #7e2e2f;
}
.voice-name-wrap {
  padding: 10px 15px;
}
.voice-body {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.voice-body img {
  max-width: 100%;
}

/*========================================
contact
==========================================*/
.greeting {
  position: relative;
  z-index: 1;
}
.greeting::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: center/cover no-repeat url(../images/info/greeting-bg-bottom.png);
  z-index: -1;
}
.greeting-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.greeting-img {
  margin-bottom: 20px;
}
.greeting-textbox {
  max-width: 522px;
  width: 100%;
}
.greeting-title {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 44px;
}
.greeting-title-en {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  color: #ae848d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.greeting-title-en::before {
  content: "";
  width: 24px;
  height: 1px;
  margin-right: 20px;
  background-color: #ae848d;
}
.greeting-name {
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 18px 20px;
  background-color: #7e2e2f;
}
.greeting-name .ruby {
  display: inline-block;
  font-size: 1.8rem;
  margin-left: 23px;
}
.greeting-content .greeting-sub-textbox {
  position: relative;
}
.greeting-content .greeting-sub-textbox::before {
  position: absolute;
  content: "etc.";
  right: 25px;
  bottom: 23px;
}
.greeting-sub-textbox {
  padding: 15px;
  background-color: #f3edeb;
  border-radius: 0 0 4px 4px;
}
.greeting-sub-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #7e2e2f;
  padding: 0 0 10px 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(87, 66, 71, 0.35);
  position: relative;
  z-index: 1;
}
.greeting-sub-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 25px;
  background-color: #7e2e2f;
  z-index: -1;
}
.greeting-text {
  line-height: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.greeting-text::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 9px;
  background-color: #ae848d;
  border-radius: 50%;
}
.greeting-text:not(:last-of-type) {
  margin-bottom: 15px;
}
.greeting-sub-text {
  font-size: 1.6rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.greeting-sub-text:not(:last-of-type) {
  padding-bottom: 10px;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(87, 66, 71, 0.35);
}
.greeting-sub-text .accent {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 146px;
  color: #7e2e2f;
  margin-bottom: 10px;
}

.media {
  background-color: #f3edeb;
  position: relative;
  z-index: 1;
}
.media::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: center/cover no-repeat url(../images/info/media-bg-bottom.png);
  z-index: -1;
}
.media-inner {
  padding-bottom: 140px;
}
.media-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.media-list-item {
  max-width: 320px;
  width: 100%;
}
.media-list-item:not(:nth-child(3n)) {
  margin-bottom: 30px;
}
.media-list-title {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.3;
  padding-left: 10px;
  border-left: 4px solid #7e2e2f;
}
.media-img {
  max-width: 320px;
  width: 100%;
  height: 320px;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}
.media-img img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.inter-inner {
  padding-top: 13px;
}
.inter-content:nth-of-type(2) .inter-title::before {
  background: center/cover no-repeat url(../images/info/inter-no02.png);
}
.inter-content:nth-of-type(3) .inter-title::before {
  background: center/cover no-repeat url(../images/info/inter-no03.png);
}
.inter-content:nth-of-type(4) .inter-title::before {
  background: center/cover no-repeat url(../images/info/inter-no04.png);
}
.inter-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.inter-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 26px;
  padding: 20px 9px 20px 62px;
  background-color: #f3edeb;
  position: relative;
}
.inter-title::before {
  position: absolute;
  content: "";
  left: -11px;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 67px;
  height: 41px;
  background: center/contain no-repeat url(../images/info/inter-no01.png);
}
.inter-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.inter-img {
  margin-bottom: 20px;
  -webkit-box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, 0.15);
}
.inter-textbox {
  max-width: 520px;
  width: 100%;
}
.inter-text {
  font-size: 1.8rem;
  line-height: 1.8;
}
.inter-text:not(:last-of-type) {
  margin-bottom: 30px;
}

.info {
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: center/cover no-repeat url(../images/info/info-bg-bottom.png);
  z-index: -1;
}
.info-table {
  margin-bottom: 60px;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.info-table tr th {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 20px 0;
  background-color: #7e2e2f;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 18px 20px;
  background-color: #ffffff;
}
.info-tel-txt {
  display: inline-block;
  margin-top: 4px;
}
.info-tel-txt img {
  display: block;
}
.info-img-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.info-img-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
.contact-text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.contact-content {
  padding-bottom: 30px;
  background-color: #f3edeb;
  border-radius: 4px;
  overflow: hidden;
}
.contact-content:nth-of-type(2) {
  margin-top: 30px;
}
.contact-content:nth-of-type(2) .contact-title {
  background-color: #ae848d;
}
.contact-line {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
.contact-line:hover {
  opacity: 0.7;
}
.contact-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  padding: 19px 0;
  background-color: #7e2e2f;
  margin-bottom: 37px;
  text-align: center;
}
.contact-sub-text {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 30px;
}
.contact .contact_wrap {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  background: none;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap .submits-btn {
  max-width: 380px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff !important;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #4e2004;
  position: relative;
}
.contact-submits-wrap .submits-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 1px;
  background: center/cover no-repeat url(../images/top/cmn-btn-border.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-submits-wrap .submits-btn:not(:last-of-type) {
  margin-bottom: 20px;
}
.contact-submits-wrap .submits-btn:hover::before {
  right: -20px;
}
.contact-submits-wrap input {
  width: 100%;
  height: 100%;
  background: none;
}
.contact-submits-wrap button {
  width: 100%;
  height: 100%;
  background: none;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ae848d;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #ae848d;
}
.privacy-text {
  font-size: 1.4rem;
  font-weight: 500;
}
.privacy-list {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #270f00;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #270f00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #270f00;
  border-right: 1px solid #270f00;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #4e2004 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  background: center/cover no-repeat url(../images/top/footer-bg.png);
}
.footer-inner {
  padding: 30px 0;
  border-top: 1px solid rgba(87, 66, 71, 0.35);
}
.footer-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(87, 66, 71, 0.35);
}
.footer-logo {
  width: 50%;
  margin-bottom: 28px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-address {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
}
.footer-flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 25px;
}
.footer-left {
  max-width: 486px;
  width: 100%;
  text-align: center;
}
.footer-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-top: 13px;
  margin-bottom: 22px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-tel::before {
  content: "";
  width: 29px;
  height: 30px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/top/footer-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  right: 0;
  top: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-notice {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 12px 13px;
  margin-bottom: 20px;
  background-color: #f4f1f1;
}
.footer-right {
  max-width: 300px;
  width: 100%;
}
.footer-link {
  margin-bottom: 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-btn:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-btn:hover {
  opacity: 0.8;
}
.footer-sns-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-sns-list-item {
  margin-bottom: 0 !important;
}
.footer-sns-list-item:not(:last-child) {
  margin-right: 32px;
}
.footer-sns-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-nav {
  width: 100%;
}
.footer-nav-list {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.footer-nav-list-item a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #270f00 !important;
  letter-spacing: 0.05em;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}
.footer-sub-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.footer-sub-list-item {
  line-height: 1;
}
.footer-sub-list-item:not(:last-child) {
  margin-right: 30px;
}
.footer-sub-list-item a {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-sub-list-item a::before {
  content: "";
  width: 5px;
  height: 10px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/top/footer-nav-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-sub-list-item a:hover {
  opacity: 0.8;
}
.footer-sub-list-item a:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.footer-bottom {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #7e2e2f;
}
.footer-bottom-inner {
  padding: 17px 0;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
}
.footer-bottom #copyright a {
  color: #fff !important;
}