@charset "UTF-8";
/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 20px;
  background-color: #e6dbd7;
  z-index: 10;
}
.header-logo {
  margin-bottom: 26px;
}
.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: 950px;
  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: 95%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 284px;
  z-index: 2;
}
.header .sub-visual {
  width: 100%;
  height: 450px;
  margin-top: 110px;
  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: 5.5rem;
  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: 42px;
  height: 1px;
  margin-right: 28px;
  background-color: #fff;
}
.header .page-top {
  position: fixed;
  right: 25px;
  bottom: 30px;
  z-index: 10;
}
.header .page-top:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

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

#mv .bx-wrapper,
#mv ul {
  width: 100%;
  height: 950px;
  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;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.news {
  position: relative;
  z-index: 1;
}
.news-inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 125px 0;
  position: relative;
}
.news-section-title {
  font-size: 5.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-top: 34px;
  text-align: left;
}
.news-section-title-en {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  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: 42px;
  height: 1px;
  margin-right: 20px;
  background-color: #270f00;
}
.news-wrap {
  max-width: 792px;
  width: 100%;
  min-height: 506px;
}
.news-list {
  width: 100%;
}
.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: 168px;
  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% - 168px);
  padding: 31px 29px 20px 29px;
  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: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.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.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 4px 19px;
  margin-bottom: 10px;
  background-color: #ae848d;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-title {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 17px;
}
.news-btn {
  position: absolute;
  left: 0;
  bottom: 159px;
  max-width: 206px;
  width: 100%;
  height: 70px;
  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;
}
.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: 350px;
  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: 30px;
}
.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-title {
  font-size: 2.5rem;
  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;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #ae848d;
  border-right: 1px solid #ae848d;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #ae848d !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

.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: 99px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.top-about-inner {
  padding-bottom: 180px;
}
.top-about-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.top-about-img {
  position: absolute;
  top: 0;
  left: -110px;
}
.top-about-textbox {
  max-width: 662px;
  width: 100%;
  margin-left: auto;
  margin-top: 10px;
}
.top-about-title {
  font-size: 4.7rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 37px;
  text-shadow: 1px 2px 10px #000;
}
.top-about-title .accent {
  display: block;
  margin-bottom: 10px;
}
.top-about-title .l-font {
  font-size: 5.6rem;
}
.top-about-text {
  font-size: 2rem;
  color: #fff;
  line-height: 2.2;
  margin-left: 110px;
  text-shadow: 1px 2px 10px #000;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 45px;
}
.top-about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.top-about-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-intro {
  overflow: hidden;
}
.top-intro-inner {
  padding-top: 92px;
  padding-bottom: 190px;
  position: relative;
  z-index: 1;
}
.top-intro-inner::before {
  position: absolute;
  content: "";
  left: -420px;
  bottom: 100px;
  width: 578px;
  height: 645px;
  background: center/cover no-repeat url(../images/top/top-intro-img02.png);
  z-index: -1;
}
.top-intro-content {
  position: relative;
}
.top-intro-img {
  position: absolute;
  top: 0;
  right: -420px;
  z-index: -1;
}
.top-intro-textbox {
  width: 100%;
  margin-top: 40px;
}
.top-intro-title {
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 49px;
}
.top-intro-title .bg {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 19px 19px 19px;
  background-color: #fff;
}
.top-intro-title .bg:not(:last-of-type) {
  margin-bottom: 18px;
}
.top-intro-title .bg .accent {
  font-size: 5.8rem;
  font-weight: 700;
  color: #ae848d;
}
.top-intro-text {
  max-width: 595px;
  width: 100%;
  font-size: 2rem;
  line-height: 2.2;
}

.campaign-inner {
  max-width: 1280px;
  padding-top: 89px;
}
.campaign-content {
  padding: 86px 0;
  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: 45px 0 57px 0;
  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-title {
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 1;
  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/cover no-repeat url(../images/top/campaign-title-l.png);
}
.campaign-title::after {
  content: "";
  width: 38px;
  height: 81px;
  background: center/cover no-repeat url(../images/top/campaign-title-r.png);
}
.campaign-list-item {
  max-width: 728px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 24px 10px 24px 29px;
  background-color: #fff;
  border: 1px solid #edd2d8;
}
.campaign-list-item::before {
  content: "";
  width: 82px;
  height: 82px;
  margin-right: 19px;
  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-title {
  margin-right: 34px;
}
.campaign-list-title {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 17px;
}
.campaign-list-title .accent {
  background: 　linear-gradient(transparent 90%, rgba(44, 33, 35, 0.4) 0%);
  display: inline;
}
.top-service {
  position: relative;
  z-index: 1;
}
.top-service::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 538px;
  background: center/cover no-repeat url(../images/top/top-service-bg.png);
  z-index: -1;
}
.top-service-inner {
  max-width: 1635px;
  width: 98%;
  padding-bottom: 120px;
}
.top-service-title {
  font-size: 5.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 58px;
}
.top-service-title-en {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  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: 42px;
  height: 1px;
  margin-right: 20px;
  background-color: #ae848d;
}
.top-service-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.top-service-list-item {
  max-width: 470px;
  width: 100%;
}
@media (max-width: 1660px) {
  .top-service-list-item {
    max-width: 380px;
  }
}
.top-service-list-item:not(:last-child) {
  margin-right: 108px;
}
@media (max-width: 1660px) {
  .top-service-list-item:not(:last-child) {
    margin-right: 45px;
  }
}
.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: 80px;
  height: 80px;
  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: 4.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1660px) {
  .top-service-list-title {
    font-size: 3.6rem;
  }
}
.top-service-list-title .accent {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.top-service-img {
  width: 100%;
  height: 600px;
  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);
}
@media (max-width: 1660px) {
  .top-service-img {
    height: 550px;
  }
}
.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: 70px;
  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;
  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: 139px;
  background: center/cover no-repeat url(../images/top/top-guide-bg-bottom.png);
  z-index: -1;
}
.top-guide-inner {
  padding: 125px 0 234px 0;
}
.top-guide-title {
  font-size: 4.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 44px;
}
.top-guide-title .accent {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  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: 42px;
  height: 1px;
  margin-right: 20px;
  background-color: #ae848d;
}
.top-guide-content:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.top-guide-content:nth-of-type(even) .top-guide-img {
  margin-left: 0;
  margin-right: -110px;
}
.top-guide-content:not(:last-of-type) {
  margin-bottom: 65px;
}
.top-guide-img {
  margin-left: -110px;
}
.top-guide-textbox {
  max-width: 505px;
  width: 100%;
}
.top-guide-text {
  font-size: 1.9rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 45px;
}

.reserve-inner {
  max-width: 1280px;
  padding: 100px 0 80px 0;
}
.reserve-content {
  padding: 57px 0;
  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: 48px 20px;
  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: 30px;
  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: 5.8rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}
.reserve-text {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 50px;
}
.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: 320px;
  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: right;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.menu-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 500px;
}
.menu-tag-list {
  max-width: 220px;
  width: 100%;
}
.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: 30px 35px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  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.4rem;
  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);
}
.menu-img {
  max-width: 284px;
  width: 100%;
  height: 284px;
  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-textbox {
  max-width: 520px;
  width: 100%;
}
.about-title {
  font-size: 4.7rem;
  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: 2.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: 2rem;
  line-height: 2.2;
}

.recommend {
  background-color: #f3edeb;
  position: relative;
  z-index: 1;
}
.recommend::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  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: 40px;
  background-color: #ffffff;
}
.recommend-list-item {
  font-size: 2.2rem;
  font-weight: 500;
  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;
}
.recommend-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 35px;
  height: 35px;
  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: 139px;
  background: center/cover no-repeat url(../images/school/feature-bg-bottom.png);
  z-index: -1;
}
.feature-inner {
  padding-bottom: 190px;
}
.feature-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.feature-content:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.feature-content:nth-of-type(even) .top-guide-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: 60px;
}
.feature-img {
  margin-left: -15px;
}
.feature-textbox {
  max-width: 510px;
  width: 100%;
}
.feature-title {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  padding-top: 58px;
  padding-left: 65px;
  position: relative;
}
.feature-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: -18px;
  width: 94px;
  height: 94px;
  background: center/cover no-repeat url(../images/school/feature-no01.png);
}
.feature-text {
  font-size: 1.8rem;
  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: right;
  line-height: 1;
  margin-bottom: 14px;
}
.school-content {
  width: 100%;
  padding: 35px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  border-radius: 4px;
}
.school-content:not(:last-child) {
  margin-bottom: 43px;
}
.school-img {
  max-width: 304px;
  width: 100%;
  height: 304px;
  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.4rem;
  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 {
  width: 148px;
  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 {
  width: 528px;
  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: 320px;
  background: center/cover no-repeat url(../images/menu/menu-bg-bottom.png);
  z-index: -1;
}
.voice-notice {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
.voice-tag-list {
  max-width: 840px;
  width: 100%;
  margin: 0 auto 30px auto;
}
.voice-tag-list-item {
  max-width: 380px;
  width: 100%;
  margin-bottom: 20px;
}
.voice-list-item {
  width: 100%;
  padding: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  border-radius: 4px;
}
.voice-list-item:not(:last-child) {
  margin-bottom: 40px;
}
.voice-list-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  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;
  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-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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.voice-name .accent {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  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;
  width: 150px;
  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: 538px;
  background: center/cover no-repeat url(../images/info/greeting-bg-bottom.png);
  z-index: -1;
}
.greeting-content {
  margin-bottom: 43px;
}
.greeting-textbox {
  max-width: 522px;
  width: 100%;
}
.greeting-title {
  font-size: 4.7rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 44px;
}
.greeting-title-en {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  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: 42px;
  height: 1px;
  margin-right: 20px;
  background-color: #ae848d;
}
.greeting-name {
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 18px 35px;
  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: 25px;
  background-color: #f3edeb;
  border-radius: 0 0 4px 4px;
}
.greeting-sub-title {
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  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.8rem;
  line-height: 1;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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-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;
}

.media {
  background-color: #f3edeb;
  position: relative;
  z-index: 1;
}
.media::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 139px;
  background: center/cover no-repeat url(../images/info/media-bg-bottom.png);
  z-index: -1;
}
.media-inner {
  padding-bottom: 140px;
}
.media-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.media-list-item {
  max-width: 320px;
  width: 100%;
  margin-bottom: 60px;
}
.media-list-item:not(:nth-child(3n)) {
  margin-right: 60px;
}
.media-list-title {
  font-size: 2.2rem;
  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:nth-of-type(even) .inter-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.inter-content:not(:last-of-type) {
  margin-bottom: 100px;
}
.inter-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 26px;
  padding: 20px 9px 20px 130px;
  background-color: #f3edeb;
  position: relative;
}
.inter-title::before {
  position: absolute;
  content: "";
  left: 16px;
  bottom: 30px;
  width: 93px;
  height: 56px;
  background: center/cover no-repeat url(../images/info/inter-no01.png);
}
.inter-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.inter-img {
  -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: 400px;
  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 {
  width: 250px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 25px 0;
  background-color: #7e2e2f;
  vertical-align: middle;
}
.info-table tr td {
  width: 830px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 18px 30px;
  background-color: #ffffff;
}
.info-tel-txt {
  display: inline-block;
  margin-top: 4px;
}
.info-tel-txt img {
  display: block;
}
.info-img-list {
  margin-bottom: 54px;
}
.info-img-list-item:not(:last-child) {
  margin-bottom: 0;
}
.info-map {
  width: 100%;
  height: 450px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
/*========================================
contact
==========================================*/
.contact-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
.contact-content {
  padding-bottom: 55px;
  background-color: #f3edeb;
  border-radius: 4px;
  overflow: hidden;
}
.contact-content:nth-of-type(2) {
  margin-top: 67px;
}
.contact-content:nth-of-type(2) .contact-title {
  background-color: #ae848d;
}
.contact-line {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 55px;
}
.contact-line:hover {
  opacity: 0.7;
}
.contact-title {
  font-size: 3.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.8rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
}
.contact .contact_wrap {
  max-width: 980px;
  width: 100%;
  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: 70px;
  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;
  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: 25px;
  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.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #ae848d;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #270f00;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 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
==========================================*/
.footer {
  background: center/cover no-repeat url(../images/top/footer-bg.png);
}
.footer-inner {
  padding: 65px 0 34px 0;
  border-top: 1px solid rgba(87, 66, 71, 0.35);
}
.footer-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(87, 66, 71, 0.35);
}
.footer-logo {
  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%;
}
.footer-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  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;
  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: 25px;
}
.footer-btn:hover {
  opacity: 0.8;
}
.footer-sns-list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.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%;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  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-item {
  line-height: 1;
}
.footer-sub-list-item:not(:last-child) {
  margin-right: 37px;
}
.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 {
  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;
}