@charset "UTF-8";
/*---------- main-visual ここから ----------*/
.main-visual {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.main-visual_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
  text-align: center;
}
.main-visual_catch--main {
  font-size: 42px;
  letter-spacing: 0.12em;
  text-shadow: #fff 0px 3px 13px, #fff 0px 3px 5px, #fff 0px 5px 30px, #fff 0px 3px 30px, #fff 0px -3px 13px, #fff 0px -3px 5px, #fff 0px -5px 30px, #fff 0px -3px 30px;
}
.main-visual_catch--sub {
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-top: 8px;
  text-shadow: #fff 0px 2px 10px, #fff 0px 2px 5px, #fff 0px 5px 15px, #fff 0px 2px 15px, #fff 0px -2px 10px, #fff 0px -2px 5px, #fff 0px -5px 15px, #fff 0px -2px 15px;
}

/*---------- main-visualここまで ----------*/
.top-page .main-visual {
  height: 700px;
}
.top-page .main-visual_catch {
  font-size: 42px;
  padding: 80px 0;
  background: url(../img/top/mv_catch_obj.png) no-repeat center center/contain;
}
.top-page .main-visual_catch span {
  letter-spacing: -0.3em;
}

/*---------- sec-greetingここから ----------*/
.top-page .sec-greeting {
  padding: 82px 0 150px;
  position: relative;
  z-index: 1;
}
.top-page .sec-greeting .sec-title {
  margin-bottom: 140px;
}
.top-page .sec-greeting .sec-title--sub {
  margin-left: 20px;
}
.top-page .sec-greeting::after {
  content: "";
  width: 79.6354166667%;
  height: 528px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #e9f3f4;
  z-index: -1;
}
.top-page .sec-greeting__content {
  width: 46%;
  padding-left: 20px;
}
.top-page .sec-greeting__img {
  position: absolute;
  right: 0;
  top: 146px;
  width: 50%;
  padding-top: 557px;
}

/*---------- sec-greetingここまで ----------*/
/*---------- sec-spaceここから ----------*/
.top-page .sec-space {
  padding: 72px 0;
}
.top-page .sec-space .sec-title {
  text-align: center;
}
.top-page .sec-space .sec-title--sub {
  text-align: center;
}
.top-page .sec-space .white-box {
  margin-left: 49%;
  min-height: 367px;
}
.top-page .sec-space .white-box.even {
  margin-left: calc(51% - 432px);
  min-height: 340px;
}
.top-page .sec-space .btn {
  margin: 40px auto 0;
}
.top-page .sec-space__container {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 92px 0;
}
.top-page .sec-space__container:not(:last-child) {
  margin-bottom: 80px;
}
.top-page .sec-space__container.plan {
  position: relative;
}
.top-page .sec-space__container.plan::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 54.2708333333%;
  height: 100%;
  background: url(../img/top/space_img.png) no-repeat center center/cover;
}
.top-page .sec-space__container.menu {
  padding: 107px 0;
  position: relative;
}
.top-page .sec-space__container.menu::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 54.2708333333%;
  height: 100%;
  background: url(../img/top/exclusive_menu_img.png) no-repeat left center/cover;
}

.white-box {
  width: 432px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 54px 35px 40px;
}

/*---------- sec-spaceここまで ----------*/
/*---------- sec-sceneここから ----------*/
.top-page .sec-scene {
  background-color: #faf2e8;
}
.top-page .sec-scene_container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.scene-item {
  width: calc((100% - 46px) / 3);
  width: calc((100% - 46px) / 3);
}
.scene-item:not(:nth-child(3n)) {
  margin-right: 23px;
}
.scene-item:not(:nth-child(-n+3)) {
  margin-top: 30px;
}
.scene-item:last-child {
  margin-right: 0;
}
.scene-item__img {
  margin-bottom: 16px;
}
.scene-item__title {
  font-size: 22px;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
}
.scene-item__title::before, .scene-item__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.scene-item__title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.scene-item__title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

/*---------- sec-sceneここまで ----------*/
/*---------- link-conatainerここから ----------*/
.top-page .link-container {
  display: flex;
  justify-content: center;
  padding: 96px 0;
  background: url(../img/top/link_bg.png) no-repeat center center/cover;
}
.top-page .link-container .btn-border:not(:last-child) {
  margin-right: 80px;
}
.top-page .link-container .btn-border {
  font-size: 22px;
  width: 230px;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}

/*---------- link-conatainerここまで ----------*/
/*---------- sec-newsここから ----------*/
.top-page .sec-news {
  background-color: #f8f5f2;
}
.top-page .sec-news .btn {
  margin-top: 40px;
}

/*---------- sec-newsここまで ----------*/
/*---------- bannerここから ----------*/
.banner-wrapper {
  padding: 72px 0;
  background-color: #fff;
}

.banner {
  max-width: 930px;
  width: 100%;
  background: url(../img/banner_bg.png) no-repeat center center/cover;
  padding: 51px 0;
  margin: 0 auto;
}
.banner-inner {
  padding: 38px 0 26px 0;
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.8);
}
.banner-title {
  font-size: 32px;
  letter-spacing: -0.05em;
  text-align: center;
}
.banner-title::before, .banner-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.banner-title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.banner-title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.banner .btn {
  margin-top: 26px;
  font-size: 22px;
  width: 420px;
  letter-spacing: -0.05em;
}
.banner .btn br {
  display: none;
}

/*---------- bannerここまで ----------*/
/*---------- main-visualここから ----------*/
.under-page .main-visual {
  height: 350px;
}

/*---------- sec-useここから ----------*/
.use-page .sec-use {
  padding: 45px 0 72px;
}
.use-page .sec-use__container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.use-page .sec-use__content {
  text-align: center;
  margin-bottom: 40px;
}

.use-item {
  width: calc((100% - 50px) / 3);
}
.use-item:not(:nth-child(3n)) {
  margin-right: 25px;
}
.use-item:not(:nth-child(-n+3)) {
  margin-top: 100px;
}
.use-item:last-child {
  margin-right: 0;
}
.use-item__img {
  margin-bottom: 16px;
}
.use-item__img > img {
  width: 100%;
}
.use-item__title {
  font-size: 22px;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
.use-item__title::before, .use-item__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.use-item__title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.use-item__title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.use-item__content p {
  line-height: 1.7;
}
.use-item__content p::before, .use-item__content p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.use-item__content p::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
.use-item__content p::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

/*---------- sec-useここまで ----------*/
/*---------- sec-flowここから ----------*/
.use-page .sec-flow {
  padding: 72px 0;
  background-color: #faf2e8;
}
.use-page .sec-flow__container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.flow-item {
  width: calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3);
  background-color: #fff;
  padding: 32px;
  box-shadow: 0px 6px 6px 0px rgba(224, 206, 195, 0.2);
}
.flow-item:not(:nth-child(3n)) {
  margin-right: 30px;
}
.flow-item:not(:nth-child(-n+3)) {
  margin-top: 30px;
}
.flow-item:last-child {
  margin-right: 0;
}
.flow-item__img {
  width: 150px;
  margin: 0 auto 32px;
}
.flow-item__img > img {
  width: 100%;
}
.flow-item__title {
  font-size: 22px;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.flow-item__title::before, .flow-item__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.flow-item__title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.flow-item__title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.flow-item__content p {
  line-height: 1.8;
}
.flow-item__content p::before, .flow-item__content p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.flow-item__content p::before {
  margin-top: calc((1 - 1.8) * 0.5em);
}
.flow-item__content p::after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}

.flow-note {
  margin: 0 auto;
  padding: 30px 60px 36px;
  max-width: 586px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 6px 6px 0px rgba(224, 206, 195, 0.2);
}
.flow-note__title {
  font-weight: 900;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 32px;
  letter-spacing: 0.07em;
  margin-bottom: 32px;
}
.flow-note__title::before, .flow-note__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.flow-note__title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.flow-note__title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.flow-note__content {
  display: flex;
}
.flow-note__content span {
  width: 1em;
  height: 1em;
  display: block;
  margin-top: 0.25em;
  position: relative;
  margin-right: 3px;
}
.flow-note__content span::before {
  content: "";
  width: 0.375em;
  height: 0.375em;
  border-radius: 50%;
  background: #6ba8cf;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow-note__content p {
  width: calc(100% - 1em);
  line-height: 1.7;
  display: flex;
}
.flow-note__content p::before, .flow-note__content p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.flow-note__content p::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
.flow-note__content p::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}
.flow-note__content:not(:last-child) {
  margin-bottom: 32px;
}

/*---------- sec-flowここまで ----------*/
.shop-page .sec-shop {
  padding: 45px 0 72px;
}

.shop-table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 6px 6px 0px rgba(224, 206, 195, 0.2);
  margin-bottom: 64px;
}
.shop-table p::before, .shop-table p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.shop-table p::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.shop-table p::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.shop-table .address br {
  display: none;
}
.shop-table tr {
  display: flex;
}
.shop-table tr:nth-child(odd) {
  background-color: #fff;
}
.shop-table tr:nth-child(even) {
  background-color: #f5f5f5;
}
.shop-table__head {
  padding: 14px 20px 14px;
  box-sizing: border-box;
  display: block;
  text-align: right;
  width: 220px;
}
.shop-table__data {
  display: block;
  padding: 14px 20px 14px;
  box-sizing: border-box;
  width: calc(100% - 220px);
}
.shop-table__data p:not(:last-child) {
  margin-bottom: 10px;
}

.googlemap_container {
  width: 100%;
  height: 400px;
  position: relative;
}
.googlemap_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------- shop-pageここまで ----------*/
/*---------- sec-planここから ----------*/
.menu-page .sec-plan {
  padding: 45px 0 72px;
}
.menu-page .sec-plan .sec-title--sub {
  margin-bottom: 42px;
}
.menu-page .sec-plan__container {
  padding: 32px 40px 40px;
  box-shadow: 0px 6px 6px 0px rgba(224, 206, 195, 0.2);
  background-color: #fff;
}
.menu-page .sec-plan__container:not(:last-child) {
  margin-bottom: 40px;
}

.plan-item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 27px 30px;
  min-height: 90px;
  background-color: #e9f3f4;
}
.plan-item:not(:last-child) {
  margin-bottom: 24px;
}
.plan-item__title {
  width: 200px;
  padding-right: 40px;
  text-align: right;
  font-weight: 700;
}
.plan-item__content {
  width: calc(100% - 160px);
}
.plan-item__content p::before, .plan-item__content p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.plan-item__content p::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.plan-item__content p::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.plan-item__content .small {
  font-size: 14px;
  margin-top: 3px;
}
.plan-item__content .small::before, .plan-item__content .small::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.plan-item__content .small::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.plan-item__content .small::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

/*---------- sec-planここまで ----------*/
/*---------- sec-menuここから ----------*/
.menu-page .sec-menu {
  background-color: #faf2e8;
}

.menu-container:not(:last-child) {
  margin-bottom: 70px;
}

.menu-title {
  width: 100%;
  position: relative;
  z-index: 1;
}
.menu-title span {
  background-color: #faf2e8;
  display: inline-block;
  margin: 0 auto;
  padding: 0 10px;
}
.menu-title::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #6ba8cf;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.menu-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.menu-item {
  width: calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3);
  background-color: #fff;
  box-shadow: 0px 6px 6px 0px rgba(224, 206, 195, 0.2);
  padding-bottom: 16px;
}
.menu-item:not(:nth-child(3n)) {
  margin-right: 30px;
}
.menu-item:not(:nth-child(-n+3)) {
  margin-top: 40px;
}
.menu-item:last-child {
  margin-right: 0;
}
.menu-item__img {
  width: 100%;
  height: 0;
  padding-top: 76.7647058824%;
}
.menu-item__name {
  padding: 0 15px;
  line-height: 1.5;
  margin-top: 12px;
  margin-bottom: 10px;
  font-feature-settings: "palt";
}
.menu-item__name::before, .menu-item__name::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.menu-item__name::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.menu-item__name::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.menu-item__price {
  font-weight: 700;
  margin-top: 15px;
  padding: 0 15px;
  line-height: 1.5;
  text-align: right;
}
.menu-item__price::before, .menu-item__price::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.menu-item__price::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.menu-item__price::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

/*---------- sec-menuここまで ----------*/
/*---------- sec-qaここから ----------*/
.qa-page .sec-qa {
  padding: 45px 0 72px;
}

.qa-list .in-dl {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 6px 6px 0px rgba(224, 206, 195, 0.2);
}
.qa-list .in-dl:not(:last-child) {
  margin-bottom: 24px;
}
.qa-list .question {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: 22px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 900;
}
.qa-list .question__mark {
  width: 1em;
  margin-right: 0.2em;
}
.qa-list .question__mark::before, .qa-list .question__mark::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.qa-list .question__mark::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.qa-list .question__mark::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.qa-list .question__content {
  width: calc(100% - 1.2em);
}
.qa-list .question__content::before, .qa-list .question__content::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.qa-list .question__content::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.qa-list .question__content::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.qa-list .answer {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  background-color: #e9f3f4;
  padding: 14px 16px;
}
.qa-list .answer__mark {
  font-size: 1.22222em;
  margin-right: 14px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 900;
}
.qa-list .answer__mark::before, .qa-list .answer__mark::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.qa-list .answer__mark::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.qa-list .answer__mark::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.qa-list .answer__content {
  width: calc(100% - 1.22222em - 14px);
}
.qa-list .answer__content::before, .qa-list .answer__content::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.qa-list .answer__content::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.qa-list .answer__content::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

/*---------- sec-qaここから ----------*/
/*---------- main-visualここから ----------*/
.news-page .sec-news .article-container {
  margin-bottom: 30px;
}

.news-page .sec-detail .detail-title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  margin-bottom: 40px;
}
.news-page .sec-detail .detail-date {
  text-align: right;
  font-weight: 500;
  margin-bottom: 15px;
}
.news-page .sec-detail .detail-content {
  margin-bottom: 50px;
}

.sitemap-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sitemap-list__item {
  width: 48%;
  display: block;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0px 6px 6px 0px rgba(224, 206, 195, 0.2);
}

.sitemap-list__item:not(:last-child) {
  margin-bottom: 15px;
}

.sitemap-list__link {
  padding: 1em 1.5em 1em 1em;
  background-color: #fff;
  border-left: 4px solid #6ba8cf;
  transform: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sitemap-list__link::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  display: block;
  border-top: 2px solid #6ba8cf;
  border-right: 2px solid #6ba8cf;
  transform: rotate(45deg);
}

.notfound-page .sec-notfound, .privacy-page .sec-privacy, .sitemap-page .sec-sitemap,
.complete-page .sec-complete, .news-page .sec-detail, .news-page .sec-news {
  padding: 45px 0 72px;
}

.notfound-page .sec-notfound .sec-title,
.complete-page .sec-complete .sec-title {
  text-align: center;
}
.notfound-page .sec-notfound .notfound-title, .notfound-page .sec-notfound .complete-title,
.complete-page .sec-complete .notfound-title,
.complete-page .sec-complete .complete-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.25em;
}
.notfound-page .sec-notfound .btn,
.complete-page .sec-complete .btn {
  margin: 1em auto;
}

.privacy-page .sec-privacy .privacy-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 20px;
  border-bottom: 2px solid #6ba8cf;
  font-weight: 700;
  font-family: "Noto Serif JP", sans-serif;
}

.privacy-page .sec-privacy .privacy-box {
  margin-bottom: 40px;
}

.privacy-page .sec-privacy .privacy-box:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */