@charset "UTF-8";
@import url(all.css);
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* パターン */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/*===============================================
  切り替え用
===============================================*/
.pc-none {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  padding-top: 48px;
}
.pagenation li {
  width: 36px;
  font-size: 1.6rem;
  line-height: 40px;
  margin: 5px 4px 0;
}

/*===============================================
  詳細ページ前後
===============================================*/
.paginated-link {
  padding-top: 30px;
  margin-top: 50px;
}
.paginated-link li {
  width: 110px;
}
.paginated-link li a {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0em;
}
.paginated-link li.prev-link a::before {
  margin-right: 1em;
}
.paginated-link li.next-link a::after {
  margin-left: 1em;
}

/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1280px;
}

/*===============================================
  header
===============================================*/
#header .h-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 60px 0;
}
#header .h-logo {
  width: 13.889%;
  min-width: 175px;
}
#header .h-mail {
  width: 280px;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 120px 0 55px;
}
#footer .f-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
}
#footer .f-inner > * {
  width: 300px;
}
#footer .f-info {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
#footer .f-info > * {
  margin-top: 30px;
}
#footer .f-info > *:first-child {
  margin-top: 0;
}
#footer .f-info > *:first-child.add {
  margin-top: -6px;
}
#footer .f-info p {
  line-height: 1.75;
  margin-bottom: -6px;
}
#footer .f-info dl {
  line-height: 1.5;
}
#footer .f-info dl dt {
  margin-bottom: 10px;
}
#footer .f-info dl dd {
  margin: -4px 0;
}
#footer .f-info dl .min {
  font-size: 1.4rem;
  line-height: 1.57143;
  padding-top: 2px;
}
#footer .f-links {
  flex-direction: column;
}
#footer .f-links li {
  margin-bottom: 30px;
}
#footer .f-links li:last-child {
  margin-bottom: 0;
}
#footer .f-links .sns {
  width: 42px;
}

/*フッターナビ
-----------------------------*/
.fnav ul:first-child {
  margin-top: -12px;
}
.fnav ul:first-child.fnav-sub-list {
  margin-top: -11px;
}
.fnav ul:last-child {
  margin-bottom: -12px;
}
.fnav ul:last-child.fnav-sub-list {
  margin-bottom: -11px;
}
.fnav .fnav-list-item {
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
.fnav .fnav-sub-item {
  text-align: right;
  font-size: 1.4rem;
  line-height: 2.57143;
  letter-spacing: 0.05em;
}

/*コピーライト
-----------------------------*/
.copy {
  padding-top: 15px;
}
.copy p {
  font-size: 1.3rem;
  line-height: 1.76924;
  letter-spacing: 0.05em;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  bottom: clamp(30px, 50vw - 810px, 150px);
  right: clamp(30px, 50% - 865px, 95px);
}
#pagetop a {
  padding: 15px 3px;
}

/*サイドボタン
-----------------------------*/
#side {
  width: 160px;
  height: 90px;
  bottom: clamp(135px, 50vw - 705px, 255px);
  right: 30px;
  transition: all 0.56s;
}
@media screen and (max-width: 1540px) {
  #side {
    right: -80px;
  }
  #side:hover {
    right: 0px;
  }
}
#side a span {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  margin-bottom: 0.625em;
}
#side a img {
  width: 78.75%;
  height: auto;
  min-height: inherit;
}

/*===============================================
  visual
===============================================*/
.visual-wrap::after {
  padding-top: min(449px, 23.386%);
  bottom: -18px;
}

/*メインビジュアル
-----------------------------*/
.main-visual {
  max-width: 1920px;
  height: clamp(580px, 34.896vw + 130px, 800px);
  margin: 0 auto;
}
.main-visual::before {
  width: 46.875%;
  height: 100%;
  right: 1.042%;
}
.main-visual .mv-box {
  padding-top: clamp(130px, 7.5%, 144px);
}
.main-visual .mv-box::before {
  width: 59.375%;
  height: calc(100% - 60px);
  background: url(../img/common/visual/mv_img_l.png) no-repeat center/cover;
  bottom: -8.75%;
}
.main-visual .mv-box .catch {
  width: 54.375%;
  min-width: 880px;
  max-width: 1044px;
  height: 85.366%;
  min-height: 392px;
  text-align: right;
}
.main-visual .mv-box .catch img {
  height: 100%;
}
.main-visual + #nav {
  height: 150px;
}
.main-visual + #nav .gnav-list {
  width: 91.6667%;
  max-width: 1760px;
}

/*サブビジュアル
-----------------------------*/
.sub-visual {
  max-width: 1920px;
  height: clamp(435px, 33.8541666667vw, 650px);
  padding-top: max(130px, 8.8542%);
  margin: 0 auto;
}
.sub-visual::before {
  width: 59.375%;
  height: 73.8462%;
  max-height: calc(100% - 130px);
  right: max(60px, 50% - 800px);
}
.sub-visual .sv-box {
  width: 36.459%;
  min-width: 480px;
  height: 58.334%;
  min-height: 180px;
  padding-bottom: 2.5521%;
  margin-left: max(60px, 50% - 660px);
}
.sub-visual .sv-box::before {
  width: 58.143%;
  padding-top: 39.715%;
  right: -4.286%;
  top: -17.143%;
}
.sub-visual .sv-box::after {
  width: 58.143%;
  padding-top: 39.715%;
  left: -4.286%;
  bottom: -17.143%;
}
.sub-visual .sv-box .en {
  font-size: clamp(2.8rem, 2.0833333333vw, 4rem);
  letter-spacing: 0.01em;
  line-height: 0.8em;
  margin-right: -0.01em;
  margin-bottom: 0.6em;
}
.sub-visual .sv-box .catch {
  font-size: clamp(3.6rem, 2.8125vw, 5.4rem);
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}

/*===============================================
  グローバルナビ
===============================================*/
#nav {
  height: 110px;
  background: #fff;
}
#nav .gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 120px);
  max-width: 1480px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#nav .gnav-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav .gnav-list-item::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #e55a9b;
  border-radius: 50%;
  margin: 0 26px;
}
#nav .gnav-list-item:last-of-type::after {
  display: none;
}
#nav .gnav-list-item a {
  display: block;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #51351e;
  line-height: 1.875;
  letter-spacing: 0.06em;
  margin-right: -0.06em;
  transition: all 0.12s;
}
#nav .gnav-list-item a:hover {
  text-decoration: none;
  color: #e55a9b;
}
#nav .gnav-list-item.current a {
  color: #e55a9b;
}

/*===============================================
  main#container
===============================================*/
#container {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

/*===============================================
  パンくずリスト
===============================================*/
.bread {
  height: 40px;
}
.bread .breadcrumbs {
  width: 1080px;
}
.bread .breadcrumbs li {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.71429;
}

/*===============================================
  main共通
===============================================*/
.inbox {
  width: 1080px;
}

/*電話番号
-----------------------------*/
.com-tels .com-tel {
  font-size: 3rem;
}
.com-tels .com-tel::before {
  width: 0.8em;
  height: 0.8em;
  margin-right: 10px;
}
.com-tels .com-tel a {
  margin: -5px 0 -2px;
}
.com-tels .com-replace {
  margin-top: 8px;
}
.com-tels .com-replace img {
  height: 14px;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 460px;
  max-width: 100%;
  height: 60px;
}
.com-btn a {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
.com-btn.mail a {
  padding-right: 20px;
}
.com-btn.mail a::before {
  width: 28px;
  height: 28px;
  margin-right: 20px;
}

.com-hp {
  width: 340px;
  max-width: 100%;
  height: 80px;
  border-radius: 10px;
}
.com-hp img {
  height: calc(100% - 34px);
  min-height: 55px;
}

/*テーブル
-----------------------------*/
.com-table tr:nth-of-type(2n + 1) {
  background: rgba(252, 238, 245, 0.5);
}
.com-table tr th {
  text-align: center;
  vertical-align: middle;
  width: 260px;
  padding: 20px;
}
.com-table tr td {
  padding: 20px 40px;
}

/*テキストボックス
-----------------------------*/
.com-text-box {
  margin: -7px 0;
}
.com-text-box p {
  margin-right: -0.05em;
}
.com-text-box .mb {
  margin-bottom: 30px;
}

/*SB未記入テキスト
-----------------------------*/
.com-no-txt {
  font-size: 2.4rem;
  line-height: 1.66667;
  padding: 60px 0;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-ttl01 {
  margin-bottom: 60px;
}
.com-ttl01 .en {
  font-size: 10rem;
  margin-bottom: 0.06em;
}
.com-ttl01 > span:not(.en) {
  font-size: 4.6rem;
  line-height: 1.43479;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
.com-ttl01 > span:not(.en):last-child {
  margin-bottom: -0.217392em;
}
.com-ttl01 > span:not(.en):first-child:not(.en), .com-ttl01 > span:not(.en):nth-child(2) {
  margin-top: -0.217392em;
}
.com-ttl01::after {
  height: 30px;
  margin-top: 30px;
}

/*中タイトル
-----------------------------*/
.com-ttl02 {
  padding-bottom: 24px;
  margin-bottom: 40px;
}
.com-ttl02 > span {
  font-size: 3rem;
  line-height: 1.66667;
  letter-spacing: 0.1em;
  margin: -0.333334em -0.1em -0.3333334em 0;
}

/*小タイトル
-----------------------------*/
.com-ttl03 {
  border-left-width: 4px;
  padding-left: 24px;
  margin-bottom: 30px;
}
.com-ttl03 > span {
  font-size: 2.6rem;
  line-height: 1.53847;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact-sec {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.com-contact-sec::after {
  width: 50%;
  background-position: right center;
}
.com-contact-sec .inbox {
  width: 50%;
  margin-left: 0;
  padding: 100px max(25% - 370px, 50px) 160px;
}
.com-contact-sec .contact-ttl {
  margin-bottom: 30px;
}
.com-contact-sec .contact-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
}
.com-contact-sec .contact-in > * {
  width: calc(50% - 10px);
  max-width: 340px;
  height: 80px;
  margin-top: 20px;
}
.com-contact-sec .contact-mail a {
  padding-right: 2.942%;
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
}
.com-contact-sec .contact-tels {
  padding-top: 6px;
}
.com-contact-sec .contact-tels .com-tel {
  font-size: clamp(2.6rem, 2.0311442112vw, 3rem);
}
.com-contact-sec .contact-tels .com-replace img {
  height: clamp(12px, 0.93708166vw, 14px);
}
.com-contact-sec .contact-box {
  padding-top: 60px;
}
.com-contact-sec .contact-box .box-ttl {
  margin-bottom: 40px;
}
.com-contact-sec .contact-box .box-ttl::before {
  content: "";
  width: calc(50% - 110px);
  height: 1px;
  background: #51351e;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.com-contact-sec .contact-box .box-ttl::after {
  content: "";
  width: calc(50% - 110px);
  height: 1px;
  background: #51351e;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
}
.com-contact-sec .contact-box .box-ttl > span {
  width: 220px;
  font-size: 2rem;
  line-height: 1.5;
  margin: -5px 0;
}
.com-contact-sec .contact-box .box-hp {
  width: 340px;
  height: 110px;
  margin: 0 auto;
}

/*リンクセクション
-----------------------------*/
.com-links-sec {
  padding: 165px 0;
}
.com-links-sec::before {
  padding-top: min(629px, 32.761%);
  bottom: 0;
  margin-bottom: max(-432px, -22.5%);
}
.com-links-sec .links-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -35px;
}
.com-links-sec .links-list-item {
  width: 460px;
  height: 120px;
  outline-offset: 5px;
  margin: 35px 145px 0 5px;
}
.com-links-sec .links-list-item:nth-of-type(2n), .com-links-sec .links-list-item:last-of-type {
  margin-right: 5px;
}
.com-links-sec .links-list-item a {
  font-size: 3rem;
  text-shadow: 0 0 10px #ce367d;
}
.com-links-sec .links-list-item a::before {
  font-size: 10rem;
  line-height: 0.8;
}
.com-links-sec .links-list-item span::before {
  width: 16px;
  height: 24px;
  right: calc(100% + 20px);
}

/*===============================================
  トップページ
===============================================*/
/*こんなお悩みございませんか？
-----------------------------*/
.top-worries {
  min-height: 896px;
  padding: 120px 0 166px;
  margin-bottom: -232px;
}
.top-worries::before {
  min-width: 1920px;
  background: url(../img/index/img_worries.png) no-repeat right calc(50% + 275px) bottom 38px, url(../img/index/bg_worries.jpg) no-repeat center/cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 226px), 50% calc(100% - 16px), 0 calc(100% - 226px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 226px), 50% calc(100% - 16px), 0 calc(100% - 226px));
  z-index: 2;
}
.top-worries::after {
  content: "";
  width: 100%;
  min-width: 1920px;
  height: 226px;
  background: url(../img/index/bg_worries_shadow.png) no-repeat center bottom/100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}
.top-worries .inbox::before {
  content: "";
  width: 100vw;
  min-width: 1280px;
  padding-top: clamp(321px, 24.3229166667vw, 467px);
  background: url(../img/common/deco_r.png) no-repeat right center/contain;
  position: absolute;
  left: 50%;
  bottom: clamp(-92px, -4.7916666667vw, -62px);
  transform: translateX(-50%) scale(1, -1);
  z-index: -2;
}
.top-worries .inbox::after {
  content: "";
  width: 1320px;
  height: 133px;
  background: url(../img/index/deco_worries.png) no-repeat right center/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -99px;
  z-index: -1;
}
.top-worries .worries-list {
  padding-left: 50%;
}
.top-worries .worries-list-item {
  font-size: 2.6rem;
  line-height: 1.34616;
  letter-spacing: 0.1em;
  padding-left: 50px;
  margin-bottom: 20px;
}
.top-worries .worries-list-item::before {
  width: 40px;
  height: 35px;
}
.top-worries .worries-list-item:nth-of-type(4n + 1), .top-worries .worries-list-item:nth-of-type(4n + 2) {
  margin-left: 100px;
}
.top-worries .worries-list-item:nth-of-type(2n) {
  margin-bottom: 40px;
}

/*そのお悩み
YOSAPARKすずらんにお任せください！
-----------------------------*/
.top-about {
  padding: 316px 0 160px;
}
.top-about::before {
  width: 1080px;
  height: 217px;
  top: 428px;
}
.top-about .about-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  min-height: 687px;
  padding-right: 600px;
  position: relative;
  z-index: 0;
}
.top-about .about-box .box-imgs {
  width: calc(50vw - 40px);
  min-width: 600px;
  max-width: 745px;
  padding-top: 130px;
  position: absolute;
  left: 50%;
  top: -130px;
}
.top-about .about-box .box-imgs::after {
  content: "";
  width: 478px;
  height: 388px;
  background: url(../img/index/deco_about_02.png) no-repeat right bottom/contain;
  position: absolute;
  left: 117px;
  bottom: -227px;
  z-index: 1;
}
.top-about .about-box .box-imgs li {
  width: 61.745%;
}
.top-about .about-box .box-imgs li div {
  height: 460px;
}
.top-about .about-box .box-imgs li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about .about-box .box-imgs li:nth-of-type(1) {
  width: 42.9531%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.top-about .about-box .box-imgs li:nth-of-type(1) div {
  height: 420px;
}
.top-about .about-box .box-imgs li:nth-of-type(1)::after {
  content: "";
  width: 101.875%;
  height: 100%;
  background: url(../img/index/deco_about_img.png) no-repeat right bottom/contain;
  position: absolute;
  right: -24.375%;
  bottom: 0;
  margin-bottom: -28.75%;
  z-index: 1;
}
.top-about .about-box .box-btn {
  margin-top: 60px;
}

/*YOSAPARKすずらんの特徴
-----------------------------*/
.top-feature {
  padding: 160px 0;
}
.top-feature::before {
  width: 1372px;
  height: 388px;
  top: 49px;
}
.top-feature .feature-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -60px;
}
.top-feature .feature-list-box {
  width: 304px;
  margin-top: 60px;
  margin-right: 84px;
}
.top-feature .feature-list-box:nth-of-type(3n), .top-feature .feature-list-box:last-of-type {
  margin-right: 0;
}
.top-feature .feature-list-box .box-ttl {
  margin-bottom: 22px;
}
.top-feature .feature-list-box .box-img {
  margin-bottom: 22px;
}

/*お知らせ
-----------------------------*/
.top-news {
  padding: 160px 0;
}
.top-news .news-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 272px;
}
.top-news .news-list {
  width: calc(100% - 270px);
  padding-top: 40px;
}
.top-news .news-list-item {
  margin-bottom: 40px;
}
.top-news .news-list-item a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.top-news .news-list-item .date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 115px;
  font-size: 1.8rem;
}
.top-news .news-list-item .item-in {
  width: calc(100% - 115px);
  border-left: solid 2px #e55a9b;
  padding-left: 20px;
}
.top-news .news-list-item .tag {
  font-size: 1.5rem;
  line-height: 1.66667;
  margin: -5px 0;
}
.top-news .news-list-item .tag li::after {
  margin: 0 1em;
}
.top-news .news-list-item .tag + .item-ttl {
  margin-top: 6px;
}
.top-news .news-list-item .item-ttl {
  font-size: 1.7rem;
  line-height: 2.05883;
  margin: 14px 0;
}
.top-news .news-btn {
  width: 200px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top-news .news-btn a {
  font-size: 1.6rem;
}

/*グーグルマップ
-----------------------------*/
.top-map {
  height: 500px;
}

/*===============================================
  Luluonnについて
===============================================*/
/*デトックスで体の中からキレイに！
座るだけで、らくらく温活ダイエット♪
-----------------------------*/
.about-lead {
  padding: 120px 0 195px;
}
.about-lead::after {
  padding-top: min(467px, 24.323%);
  bottom: 0;
  margin-bottom: max(-157px, -8.1771%);
}
.about-lead .lead-in {
  height: 550px;
  padding-left: 600px;
  position: relative;
  z-index: 0;
}
.about-lead .lead-imgs {
  width: calc(50vw - 40px);
  min-width: 600px;
  max-width: 745px;
  padding-top: 90px;
  position: absolute;
  right: 50%;
  top: 0;
}
.about-lead .lead-imgs li {
  width: 61.745%;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
.about-lead .lead-imgs li div {
  height: 460px;
}
.about-lead .lead-imgs li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-lead .lead-imgs li:nth-of-type(1) {
  width: 42.9531%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-lead .lead-imgs li:nth-of-type(1) div {
  height: 420px;
}
.about-lead .lead-imgs li:nth-of-type(2)::after {
  content: "";
  width: 76.7392%;
  padding-top: 28.9131%;
  background: url(../img/about/deco_lead_img.png) no-repeat right bottom/contain;
  position: absolute;
  right: -8.696%;
  bottom: -40px;
  z-index: 1;
}

/*こんなお悩みをお持ちの方にオススメ！
-----------------------------*/
.about-worries {
  padding: 160px 0;
}
.about-worries .worries-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -60px;
}
.about-worries .worries-list-item {
  width: 314px;
  margin-top: 60px;
  margin-right: 69px;
}
.about-worries .worries-list-item:nth-of-type(5n + 3), .about-worries .worries-list-item:last-of-type {
  margin-right: 0;
}
.about-worries .worries-list-item:nth-of-type(5n + 4) {
  margin-left: 69px;
}
.about-worries .worries-list-item:nth-of-type(5n + 4):last-of-type {
  margin-left: 0;
}
.about-worries .worries-list-item .item-img {
  margin-bottom: 50px;
}

/*Luluonnの魅力
-----------------------------*/
.about-charm {
  padding: 160px 0;
}
.about-charm .charm-text {
  text-align: center;
}
.about-charm .charm-list-wrap {
  padding: 60px 0 80px;
}
.about-charm .charm-list-wrap::before {
  width: calc(100vw - 80px);
  max-width: 1270px;
  min-width: 1200px;
  box-shadow: 0px 0px 16px 4px rgba(178, 177, 177, 0.14);
}
.about-charm .charm-list-wrap::after {
  width: calc(100vw - 256px);
  max-width: 1446px;
  min-width: 1376px;
  height: 217px;
  top: -46px;
}
.about-charm .charm-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 400px;
  padding-left: 40px;
  padding-top: 25px;
}
.about-charm .charm-list-item {
  min-width: 400px;
  font-size: 2.6rem;
  line-height: 1.34616;
  letter-spacing: 0.1em;
  padding-left: 50px;
  margin-top: 25px;
  margin-right: 50px;
}
.about-charm .charm-list-item::before {
  width: 40px;
  height: 35px;
}

/*===============================================
  メニュー
===============================================*/
.menu-contents {
  padding: 120px 0 160px;
}
.menu-contents .menu-list {
  padding-top: 60px;
}
.menu-contents .menu-list-box {
  margin-bottom: 90px;
}
.menu-contents .menu-list-box .box-ttl {
  padding: 22px 24px;
  margin-bottom: 0;
}
.menu-contents .menu-list-box .box-price {
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.66667;
  margin-top: 20px;
}
.menu-contents .menu-list-box .box-text {
  padding: 15px 40px;
  margin-top: 20px;
}
.menu-contents .menu-list-box .box-list-wrap {
  padding-top: 30px;
}
.menu-contents .menu-list-box .box-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -25px;
}
.menu-contents .menu-list-box .box-list-item {
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding-left: 50px;
  margin-top: 25px;
  margin-right: 40px;
}
.menu-contents .menu-list-box .box-list-item:last-of-type {
  margin-right: 0;
}
.menu-contents .menu-list-box .box-list-item::before {
  width: 40px;
  height: 35px;
}

/*===============================================
  お客様の声
===============================================*/
.voice-contents {
  padding: 120px 0;
}
.voice-contents .voice-list-box {
  margin-bottom: 80px;
}
.voice-contents .voice-list-box .box-ttl {
  padding: 22px 24px;
  margin-bottom: 0;
}
.voice-contents .voice-list-box .box-ttl + .box-text {
  margin-top: 20px;
}
.voice-contents .voice-list-box .box-age {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 20px;
}
.voice-contents .voice-list-box .box-text {
  padding: 15px 40px;
  margin-top: 10px;
}
.voice-contents .voice-list-box .box-course {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-left: 32px;
  margin-top: 30px;
}
.voice-contents .voice-list-box .box-course::before {
  width: 20px;
  height: 20px;
  top: 0;
}
.voice-contents .voice-list-box .box-course span {
  margin: -5px 0;
}

/*===============================================
  サロン案内
===============================================*/
/*オーナー挨拶
-----------------------------*/
.info-greeting {
  padding: 120px 0 160px;
}
.info-greeting .greeting-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.info-greeting .greeting-box .box-img {
  margin: 0 40px;
}
.info-greeting .greeting-box .box-img::after {
  width: 364px;
  height: 271px;
  right: -31px;
  bottom: -63px;
}
.info-greeting .greeting-box .box-in {
  width: 500px;
}
.info-greeting .greeting-box .box-ttl {
  margin-bottom: 50px;
}
.info-greeting .greeting-box .box-ttl span {
  margin-right: 1em;
}

/*サロン情報
-----------------------------*/
.info-contents .inbox {
  padding: 160px 0;
}
.info-contents .info-table td .replace {
  padding: 8px 0 7px;
  margin-left: 16px;
}
.info-contents .info-table td .replace img {
  height: 15px;
}
.info-contents .info-map {
  height: 500px;
  margin-top: -90px;
}

/*よくある質問
-----------------------------*/
.info-faq {
  padding: 160px 0;
}
.info-faq .faq-list-item {
  margin-bottom: 80px;
}
.info-faq .faq-list-item .item-ttl {
  padding: 0 20px 24px;
  margin-bottom: 20px;
}
.info-faq .faq-list-item .item-ttl::before {
  width: 50px;
  font-size: 3rem;
  line-height: 0.8em;
  padding-bottom: 0.2em;
}
.info-faq .faq-list-item .item-ttl > span {
  width: calc(100% - 50px);
}
.info-faq .faq-list-item .item-text {
  padding: 20px 20px 25px;
}
.info-faq .faq-list-item .item-text::before {
  width: 50px;
  font-size: 3rem;
  line-height: 0.8em;
  padding-bottom: 0.2em;
}
.info-faq .faq-list-item .item-text p {
  width: calc(100% - 50px);
  margin-bottom: -7px;
}

/*==================================================
 ニュース一覧
================================================== */
.news-contents {
  padding: 120px 0 160px;
}
.news-contents .news-list-item {
  margin-bottom: 40px;
}
.news-contents .news-list-item a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.news-contents .news-list-item .date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 115px;
  font-size: 1.8rem;
}
.news-contents .news-list-item .item-in {
  width: calc(100% - 115px);
  border-left: solid 2px #e55a9b;
  padding-left: 20px;
}
.news-contents .news-list-item .tag {
  font-size: 1.5rem;
  line-height: 1.66667;
  margin: -5px 0;
}
.news-contents .news-list-item .tag li::after {
  margin: 0 1em;
}
.news-contents .news-list-item .tag + .item-ttl {
  margin-top: 6px;
}
.news-contents .news-list-item .item-ttl {
  font-size: 1.7rem;
  line-height: 2.05883;
  margin: 14px 0;
}

/*タグリスト
-----------------------------*/
.tag-select-box-wrap .tag-select-box {
  min-width: 240px;
  margin-bottom: 48px;
}
.tag-select-box-wrap .tag-select-box::after {
  right: 18px;
}
.tag-select-box-wrap .tag-select-box select {
  font-size: 1.4rem;
  line-height: 1.42858;
  padding: 12px 48px 12px 12px;
}

/*==================================================
 ニュース詳細
================================================== */
.news-detail {
  padding: 120px 0 160px;
}
.news-detail .post-data {
  font-size: 1.4rem;
  line-height: 1.42858;
  margin-bottom: 20px;
}
/*==================================================
 お問い合わせ
================================================== */
.contact-contents {
  padding: 120px 0 160px;
}
.contact-contents .contact-table {
  margin-bottom: 56px;
}
.contact-contents .contact-table th {
  width: 350px;
  text-align: left;
  line-height: 2.375;
}
.contact-contents .contact-table th .optional-mark,
.contact-contents .contact-table th .required-mark {
  font-size: 1.4rem;
  line-height: 2;
  padding: 0 10px;
  margin-top: 5px;
}
.contact-contents .contact-table td {
  vertical-align: middle;
  line-height: 2.375;
}
.contact-contents .contact-submits-wrap {
  padding-top: 32px;
}
.contact-contents .contact-submits-wrap > * {
  width: 320px;
  height: 60px;
  margin: 20px 15px 0;
}

/*==================================================
 お問い合わせ完了
================================================== */
.complete-contents {
  padding: 120px 0 160px;
}
.complete-contents .complete-box {
  text-align: center;
}

/*==================================================
プライバシーポリシー
================================================== */
.privacy-contents {
  padding: 120px 0 160px;
}
.privacy-contents .item-box {
  margin-bottom: 60px;
}

/*==================================================
 サイトマップ
================================================== */
.site-contents {
  padding: 120px 0 160px;
}
.site-contents .site-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 360px;
}
.site-contents .site-list-item {
  width: 500px;
  margin-right: 80px;
}
.site-contents .site-list-item a {
  font-size: 1.8rem;
  line-height: 1.66667;
  padding: 15px 20px;
}

/*===============================================
  404エラー
===============================================*/
.error-contents {
  padding: 120px 0 160px;
}