@charset "UTF-8";
/*---------- main-visual ここから ----------*/
.main-visual {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.main-visual.cover-img > img {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-visual_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.main-visual::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/mv_border_top_left.png) no-repeat top left/5px 5px, url(../img/mv_border_top_right.png) no-repeat top right/5px 5px, url(../img/mv_border_top_right.png) no-repeat top right/5px 5px, url(../img/mv_border_bottom_right.png) no-repeat bottom right/5px 5px, url(../img/mv_border_bottom_left.png) no-repeat bottom left/5px 5px, url(../img/mv_border_bg.png) repeat center/auto;
  z-index: -1;
}

/*---------- main-visualここまで ----------*/
.top-page .main-visual {
  height: 65vh;
}
.top-page .main-visual_catch {
  max-width: 600px;
  width: 95%;
}
.top-page .main-visual.cover-img > img {
  -o-object-position: 25% 50%;
     object-position: 25% 50%;
}

/*---------- sec-conceptここから ----------*/
.top-page .sec-concept {
  background: url(../img/pattern_bg.png) repeat center/auto;
  padding: 70px 0 80px;
  overflow: hidden;
  position: relative;
}
.top-page .sec-concept::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 85.5px;
  height: 101px;
  z-index: 1;
  background: url(../img/top/sec_concept_flower_bottom.png) no-repeat center/contain;
}
.top-page .sec-concept__inner {
  width: 100%;
  padding: 0 15px;
}
.top-page .sec-concept__container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.top-page .sec-concept .sec-title .contain-img > img {
  -o-object-position: center;
     object-position: center;
}
.top-page .sec-concept .sec-title::before {
  content: "";
  width: 208.8px;
  height: 46.2px;
  display: block;
  background: url(../img/top/concept_flower_top.png) no-repeat center/contain;
  margin: 0 auto 15px;
}
.top-page .sec-concept__left {
  width: 100%;
}
.top-page .sec-concept__img {
  width: 100%;
  max-width: 600px;
}
.top-page .sec-concept__img img {
  width: 100%;
}
.top-page .sec-concept__content {
  width: 100%;
  margin-bottom: 40px;
}
.top-page .sec-concept__content p {
  line-height: 2;
}
.top-page .sec-concept__content p::before, .top-page .sec-concept__content p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-page .sec-concept__content p::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.top-page .sec-concept__content p::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
.top-page .sec-concept__content p:not(:last-child) {
  margin-bottom: 1.5em;
}

/*---------- sec-conceptここまで ----------*/
/*---------- sec-productここから ----------*/
.top-page .sec-product {
  background: url(../img/pattern_bg.png) repeat center/auto;
  padding: 70px 0 70px;
  position: relative;
  z-index: 1;
}
.top-page .sec-product::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72%;
  height: calc(100% - 170px);
  z-index: -10;
  background: #f9eee4;
}
.top-page .sec-product__container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  z-index: 1;
  flex-wrap: wrap;
  margin: 0 auto 40px;
  padding: 40px 15px 0;
}

.product-item {
  background-color: #fff;
  padding: 40px 18px;
  position: relative;
  width: calc((100% - 23px) / 2);
}
.product-item:not(:nth-child(2n)) {
  margin-right: 23px;
}
.product-item:not(:nth-child(-n+2)) {
  margin-top: 38px;
}
.product-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 8px;
  left: 8px;
  background: url(../img/shadow_bg.png) repeat center/auto;
}
.product-item__img {
  width: 100%;
  height: 0;
  padding-top: 74.9116607774%;
  border: 1px solid #f9eee4;
  margin-bottom: 15px;
}
.product-item__name {
  font-size: 16px;
  color: #59b291;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 10px;
}

.js-btn-more, .js-btn-close {
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .top-page .sec-product__container {
    flex-direction: column;
    align-items: center;
  }
  .product-item {
    background-color: #fff;
    padding: 35px 20px;
    position: relative;
    max-width: 320px;
    width: 100%;
  }
  .product-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .product-item:not(:nth-child(-n+2)) {
    margin-top: 0;
  }
  .product-item:not(:last-child) {
    margin-bottom: 28px;
  }
}
/*---------- sec-productここまで ----------*/
/*---------- sec-recommendここから ----------*/
.top-page .sec-recommend {
  padding: 70px 0 0;
  background: url(../img/pattern_bg.png) repeat center/auto;
}
.top-page .sec-recommend__inner {
  padding: 0 15px;
  position: relative;
}
.top-page .sec-recommend__inner::before, .top-page .sec-recommend__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.top-page .sec-recommend__inner::before {
  width: 20%;
  height: 63px;
  background: url(../img/top/cream.png) no-repeat left center/contain;
  left: 15px;
}
.top-page .sec-recommend__inner::after {
  width: 20%;
  height: 89.4px;
  background: url(../img/top/chair.png) no-repeat right center/contain;
  right: 15px;
}
.top-page .sec-recommend .sec-title {
  margin-bottom: 20px;
}
.top-page .sec-recommend__note {
  line-height: 1;
  margin-bottom: 40px;
  font-size: 12px;
}
.top-page .sec-recommend__wrapper {
  padding: 40px 30px;
  background: url(../img/wood_bg.png) repeat center/auto;
  margin: 70px auto 0;
  position: relative;
}
.top-page .sec-recommend__wrapper::before {
  content: "";
  width: 100%;
  height: 45px;
  background: url(../img/hanging_deco.png) no-repeat top center/contain;
  left: 0;
  position: absolute;
  top: -30px;
  z-index: 1;
}
.top-page .sec-recommend__container {
  background-color: #fff;
  padding: 35px 20px;
  margin-bottom: 30px;
}

.recommend-item__name {
  font-size: 16px;
  font-weight: 500;
  width: calc(100% - 100px);
}
.recommend-item__price {
  font-size: 15px;
  font-weight: 500;
}
.recommend-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 8px;
  margin-bottom: 8px;
  position: relative;
}
.recommend-item__top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../img/border_img.png) repeat-X center/auto;
}
.recommend-item__content {
  padding: 0 12px;
  line-height: 2;
}
.recommend-item:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .top-page .sec-recommend__inner::before {
    height: 57.75px;
  }
  .top-page .sec-recommend__inner::after {
    height: 81.95px;
  }
  .top-page .sec-recommend__wrapper {
    padding: 40px 18px;
    margin: 60px auto 0;
  }
  .top-page .sec-recommend__wrapper::before {
    height: 35px;
    background: url(../img/hanging_deco.png) no-repeat top center/auto 100%;
  }
  .top-page .sec-recommend__container {
    padding: 30px 10px;
  }
  .recommend-item__name {
    font-size: 15px;
    width: 100%;
  }
  .recommend-item__price {
    font-size: 14px;
    width: 100%;
    text-align: right;
  }
  .recommend-item__top {
    flex-direction: column;
    padding: 0 8px 8px;
    margin-bottom: 8px;
  }
  .recommend-item__content {
    padding: 0 8px;
    line-height: 1.8;
  }
}
/*---------- sec-recommendここまで ----------*/
/*---------- link-containerここから ----------*/
.link-container {
  background: url(../img/pattern_bg.png) repeat center/auto;
  overflow: hidden;
}

.link-inner {
  width: 100%;
  padding: 70px 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.link-item.feature, .link-item.gallery {
  max-width: 483px;
  height: 284px;
  width: 100%;
  padding: 74px 48px 30px;
  box-sizing: border-box;
  position: relative;
}
.link-item.feature::after, .link-item.gallery::after {
  content: "";
  width: 22.15%;
  height: 0;
  padding-top: 20.699175%;
  position: absolute;
  bottom: -10px;
  right: -8px;
  background: url(../img/btn_more_round.png) no-repeat center/contain;
}
.link-item.feature {
  background: url(../img/top/link_feature_bg.png) no-repeat center/100% auto;
  margin-bottom: 5vw;
}
.link-item.gallery {
  background: url(../img/top/link_gallery_bg.png) no-repeat center/100% auto;
}
.link-item.qa {
  max-width: 480px;
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.link-item.qa img:nth-child(2) {
  margin-bottom: 10px;
}
.link-item__title {
  margin-bottom: 15px;
  height: 24px;
}
.link-item__content {
  line-height: 2;
}

@media screen and (max-width: 480px) {
  .link-item.feature, .link-item.gallery {
    width: 100%;
    height: calc((100vw - 30px) * 0.588);
    min-height: 195px;
    padding: 0 20px;
    padding-top: calc((100vw - 30px) * 0.15);
  }
  .link-item.feature br, .link-item.gallery br {
    display: none;
  }
  .link-item.qa {
    margin-top: 30px;
  }
  .link-item__title {
    margin-bottom: 8px;
    height: 22px;
  }
  .link-item__content {
    line-height: 1.8;
    font-size: clamp(12px, 2.9166vw, 14px);
  }
}
/*---------- link-containerここまで ----------*/
/*---------- sec-newsここから ----------*/
.top-page .sec-news {
  background: url(../img/wood_bg.png) repeat center/auto;
  padding: 60px 0;
}
.top-page .sec-news .sec-title__en {
  height: 42px;
}
.top-page .sec-news__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.top-page .sec-news__left {
  width: 100%;
}
.top-page .sec-news .article-container {
  width: 100%;
}
.top-page .sec-news .btn-pc {
  display: none;
}

/*---------- sec-newsここまで ----------*/
/*---------- sec-toggleここから ----------*/
.top-page .sec-toggle .btn {
  margin-top: 40px;
}

/*---------- sec-toggleここまで ----------*/
/*---------- main-visualここから ----------*/
.under-page .main-visual {
  height: 250px;
}
.under-page .main-visual_catch {
  max-width: 360px;
  width: 90%;
}

/*---------- sec-featureここから ----------*/
.feature-page .sec-feature .sec-title {
  margin-bottom: 0;
}
.feature-page .sec-feature .sec-title::after {
  content: "";
  width: 64.8px;
  height: 42.4px;
  display: block;
  background: url(../img/sec_title_flower.png) no-repeat center/contain;
  margin: 25px auto 40px;
}

.feature__container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.feature__container:not(:last-child) {
  margin-bottom: 50px;
}

.feature-left {
  max-width: 620px;
  width: 100%;
}

.feature-img {
  max-width: 400px;
  width: 100%;
  margin-top: 40px;
}

.feature-content p {
  line-height: 2;
}
.feature-content p::before, .feature-content p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.feature-content p::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.feature-content p::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

.feature-title {
  margin-bottom: 40px;
}
.feature-title::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #59b291;
  margin-top: 20px;
}
.feature-title__en {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.feature-title__en img {
  width: 190px;
}
.feature-title__en::after {
  content: "";
  width: calc(100% - 200px);
  height: 1px;
  display: block;
  background-color: #59b291;
}
.feature-title__flex {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.feature-title__ja {
  height: 20px;
}
.feature-title__ja:not(:last-child) {
  margin-bottom: 6px;
}
.feature-title__row {
  height: 46px;
}

/*---------- sec-featureここまで ----------*/
/*---------- sec-menuここから ----------*/
.menu-page .sec-menu {
  background: url(../img/pattern_bg.png) repeat center/auto;
}
.menu-page .sec-menu .sec-title {
  margin-bottom: 20px;
}
.menu-page .sec-menu__note {
  line-height: 1;
  margin-bottom: 40px;
  font-size: 12px;
}
.menu-page .sec-menu__wrapper {
  padding: 40px 30px;
  background: url(../img/wood_bg.png) repeat center/auto;
  margin: 70px auto 0;
  position: relative;
}
.menu-page .sec-menu__wrapper::before {
  content: "";
  width: 100%;
  height: 45px;
  background: url(../img/hanging_deco.png) no-repeat top center/contain;
  left: 0;
  position: absolute;
  top: -30px;
  z-index: 1;
}
.menu-page .sec-menu__container {
  background-color: #fff;
  padding: 30px;
}

.menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-item:not(:last-child) {
  margin-bottom: 40px;
}
.menu-content {
  width: 100%;
}
.menu-title {
  font-size: 16px;
  font-weight: 500;
  background-color: #f9eee4;
  color: #e89945;
  padding: 10px 12px;
  line-height: 1.47;
  margin-bottom: 6px;
}
.menu-list {
  margin: 0 3px;
}
.menu-list li {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 8px 10px;
  position: relative;
}
.menu-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../img/border_img.png) repeat-X center/auto;
}
.menu-name {
  line-height: 1.3;
  margin-bottom: 5px;
}
.menu-price {
  text-align: right;
  line-height: 1.47;
}
.menu-img {
  margin-top: 25px;
  width: 60%;
  height: 0;
  padding-top: 51.999996%;
}

@media screen and (max-width: 480px) {
  .menu-page .sec-menu__wrapper {
    padding: 40px 18px;
    margin: 60px auto 0;
  }
  .menu-page .sec-menu__wrapper::before {
    height: 35px;
    background: url(../img/hanging_deco.png) no-repeat top center/auto 100%;
  }
  .menu-page .sec-menu__container {
    padding: 30px 10px;
  }
  .menu-img {
    width: 90%;
    height: 0;
    padding-top: 77.999994%;
  }
}
/*---------- sec-productここまで ----------*/
/*---------- sec-galleryここから ----------*/
.gallery-page .sec-gallery .sec-title::after {
  content: "";
  width: 64.8px;
  height: 42.4px;
  display: block;
  background: url(../img/sec_title_flower.png) no-repeat center/contain;
  margin: 40px auto 0;
}
.gallery-page .sec-gallery__container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.gallery-item {
  width: calc((100% - 40px) / 2);
}
.gallery-item:not(:nth-child(2n)) {
  margin-right: 40px;
}
.gallery-item:not(:nth-child(-n+2)) {
  margin-top: 45px;
}
.gallery-item__img {
  width: 100%;
  height: 0;
  padding-top: 91.33333333%;
  border: 2px solid #f9eee4;
  margin-bottom: 12px;
}
.gallery-item__title {
  font-size: 15px;
  font-weight: 500;
  color: #59b291;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.gallery-item__content {
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 400px) {
  .gallery-page .sec-gallery__container {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .gallery-item {
    width: 100%;
  }
  .gallery-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .gallery-item:not(:nth-child(-n+2)) {
    margin-top: 0;
  }
  .gallery-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .gallery-item__img {
    padding-top: 56.25%;
  }
}
/*---------- sec-galleryここまで ----------*/
/*--------------- sec-informationここから ---------------*/
.shop-page .sec-information {
  padding-bottom: 0;
}
.shop-page .sec-information__title::after {
  content: "";
  width: 64.8px;
  height: 42.4px;
  display: block;
  background: url(../img/sec_title_flower.png) no-repeat center/contain;
  margin: 25px auto 40px;
}

/*--------------- sec-informationここまで ---------------*/
/*---------- sec-greetingここから ----------*/
.sec-greeting {
  padding-bottom: 75px;
  position: relative;
}
.sec-greeting .sec-title .contain-img img {
  -o-object-position: center;
     object-position: center;
}
.sec-greeting__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-greeting__right {
  width: 100%;
}
.sec-greeting__content p {
  line-height: 2;
}
.sec-greeting__content p::before, .sec-greeting__content p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.sec-greeting__content p::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.sec-greeting__content p::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
.sec-greeting__content p:not(:last-child) {
  margin-bottom: 1.5em;
}
.sec-greeting__img {
  max-width: 450px;
  width: 90%;
  margin-top: 40px;
}
.sec-greeting .representative__name {
  margin-top: 24px;
  padding-right: 35px;
  position: relative;
}
.sec-greeting .representative__name span {
  height: 20px;
  width: 150px;
  margin-left: auto;
  display: block;
  position: relative;
}
.sec-greeting .representative__name span::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: url(../img/shop/name_border.png) repeat-x center/auto;
  margin-top: 5px;
}
.sec-greeting .representative__name::before {
  content: "";
  width: 64px;
  height: 64px;
  display: block;
  background: url(../img/shop/greeting_illust.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}

/*--------------- sec-shopinfoここから ---------------*/
.shop-page .sec-shopinfo {
  padding: 60px 0;
  background: url(../img/wood_bg.png) repeat center/auto;
  position: relative;
}
.shop-page .sec-shopinfo__container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.shop-page .sec-shopinfo::before {
  content: "";
  width: 90%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: url(../img/shop/sec_shopinfo_left_illust.png) no-repeat top left/contain, url(../img/shop/sec_shopinfo_right_illust.png) no-repeat top right/contain;
}

.shopinfo-table__container {
  padding: 15px 40px 30px;
  background: #fff;
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
}

.shopinfo-table {
  line-height: 1.4667;
}
.shopinfo-table .address br {
  display: none;
}
.shopinfo-table tr {
  display: block;
  width: 100%;
  position: relative;
}
.shopinfo-table tr::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: url(../img/border_img.png) repeat center/auto;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.shopinfo-table__head {
  padding: 1em 10px 0.25em 10px;
  font-weight: 700;
  width: 100%;
}
.shopinfo-table__data {
  padding: 0.25em 10px 1em 10px;
  width: 100%;
}

.googlemap-container {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.googlemap-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .shopinfo-table__container {
    padding: 15px 15px 30px;
  }
}
/*--------------- sec-shopinfoここまで ---------------*/
/*---------- sec-shopinfoここまで ----------*/
.news-page .sec-news .article-container {
  margin-bottom: 30px;
}
.news-page .sec-news .category-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  margin: 0 auto 30px;
}
.news-page .sec-news .category-btn-wrapper .category-btn {
  width: 48%;
  background-color: rgb(184, 184, 184);
}
.news-page .sec-news .category-btn-wrapper .category-btn.all {
  background-color: #333;
}
.news-page .sec-news .category-btn-wrapper .category-btn.news {
  background-color: #e89945;
}
.news-page .sec-news .category-btn-wrapper .category-btn.blog {
  background-color: #3f886d;
}
.news-page .sec-news .category-btn-wrapper .category-btn.other {
  background-color: rgb(107, 107, 107);
}
.news-page .sec-news .category-btn-wrapper .category-btn:not(:nth-child(-n+2)) {
  margin-top: 10px;
}

/*--------------- sec-article(詳細ページ)ここから ---------------*/
.sec-article .article {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.sec-article .detail-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
.sec-article .detail-date {
  order: 3;
  font-weight: 300;
  font-size: 11px;
}
.sec-article .detail-category {
  order: 1;
  margin-bottom: 3px;
}
.sec-article .detail-title {
  order: 2;
  font-size: 20px;
  text-align: left;
  width: 100%;
  font-weight: 700;
  margin-bottom: 4px;
}
.sec-article .detail-img {
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  margin-bottom: 25px;
}
.sec-article .detail-img > img {
  width: 100%;
}
.sec-article .category-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec-article .category-wrapper .category:not(:last-child) {
  margin-right: 5px;
}

/*--------------- sec-article(詳細ページ)ここまで ---------------*/
.sitemap-page .sec-sitemap .sitemap-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 480px;
}

.sitemap-page .sec-sitemap .sitemap-list__item {
  width: 100%;
  display: block;
  font-weight: 600;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
}

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

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

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

.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: 28px;
  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: 18px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 15px;
  border-bottom: 3px solid #59b291;
}

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

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