@charset "UTF-8";
/*--------------- ▽ 変数設定 ▽ ---------------*/


/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header {
  background: url(../img/common/header-bg.png) repeat-x top center;
  top: 0;
  z-index: 80;
  position: fixed;
  width: 100%;
  height: 180px;
}
.header-right {
  gap: 30px;
}
.header h1 span {
  display: block;
}
.header-logo {
  display: block;
  width: 60px;
}
.header-logo:hover {
  opacity: 0.7;
}
.header-inner {
  box-sizing: border-box;
  padding: 10px 20px;
}
.header-nav-list {
  gap: 25px;
}
.header-nav-link {
  position: relative;
  display: block;
  font-family: var(--font-ttl-en02);
  font-size: 2.6rem;
  font-weight: 300;
  letter-spacing: 0.12em;
}
.header-nav-link::before {
  position: absolute;
  content: "";
  background: var(--col-main);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  bottom: -8px;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
  opacity: 0;
}
.header-nav-link:hover::before {
  opacity: 1;
}

/*-------------------
header-nav
--------------------*/
.header-nav-link:hover {
  color: var(--col-main);
}

/*-------------------
現在の表示ページ
--------------------*/
.header-nav-link.current {
  color: var(--col-main);
}

.header-nav-link.current .nav-wrap::before {
  background: var(--col-main);
  border: 1px solid --col-main;
}

.drawer-link.current {
  color: var(--col-main);
}

/*--------------- △ header △ ---------------*/
/*--------------- ▽ footer ▽ ---------------*/
#pagetop {
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  z-index: 50;
  width: 60px;
}

.footer {
  position: relative;
  background: #e2f1f3;
  background: linear-gradient(to bottom, rgb(226, 241, 243) 0%, rgb(138, 215, 226) 100%);
}
.footer-logo {
  display: block;
  width: fit-content;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-wrap {
  display: block;
}
.footer-nav {
  margin: 10% 0 0;
}
.footer-nav-list {
  gap: 30px 5%;
  display: flex;
  flex-wrap: wrap;
}
.footer-nav-item {
  width: 47.5%;
}
.footer-nav-link {
  position: relative;
  display: block;
  font-family: var(--font-ttl-en02);
  font-size: 2rem;
  font-weight: 300;
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
.footer-nav-link::before {
  position: absolute;
  content: "";
  background: var(--col-main);
  width: 8px;
  height: 8px;
  bottom: 0;
  margin: auto;
  left: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.footer-logo-wrap {
  gap: 50px;
  margin-bottom: 50px;
}
.footer-bottom {
  position: relative;
  box-sizing: border-box;
  padding: 40px 0;
  margin-top: 15%;
  border-top: 1px solid var(--col-wh);
}
.footer-bottom-wrap {
  flex-wrap: wrap;
}
.footer-nav-sub-list {
  order: 1;
  gap: 20px;
}
.footer-nav-sub-list .item-link {
  display: block;
  font-family: var(--font-ttl-en02);
  font-size: 1.7rem;
  font-weight: 300;
}
.footer #copyright {
  order: 2;
  text-align: center;
  padding: 5px 0;
}
.footer #copyright small {
  color: var(--col-text);
  font-size: 12px;
}
.footer #copyright small a {
  color: var(--col-text);
}
.footer #copyright small a:hover {
  opacity: 0.7;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
/*--------------- ▼ main-visual ▼ ---------------*/
#mv {
  z-index: 0;
  height: clamp(550px, 70vw, 650px);
  position: relative;
}
#mv .bx-wrapper,
#mv ul {
  height: 100%;
  position: relative;
  z-index: 0;
}
#mv .catch {
  text-align: center;
}
#mv .catch img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  margin: auto;
}
#mv li {
  height: clamp(550px, 70vw, 650px);
}
#mv li:nth-child(1) {
  background: url(../img/mv/mv_slide01.jpg) no-repeat center/cover;
}
#mv li:nth-child(2) {
  background: url(../img/mv/mv_slide02.jpg) no-repeat center/cover;
}
#mv li:nth-child(3) {
  background: url(../img/mv/mv_slide03.jpg) no-repeat center/cover;
}

.mv {
  position: relative;
  width: 100%;
}
.mv::before {
  position: absolute;
  content: "";
  background: url(../img/mv/mv-wave.png) no-repeat center bottom;
  width: 100%;
  height: 126px;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 5;
}
.mv-catch {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: fit-content;
  height: fit-content;
}
.mv-catch .ttl-en {
  color: var(--col-wh);
  font-size: 3rem;
  letter-spacing: 0;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
}
.mv-catch .ttl-ja {
  display: block;
  text-align: center;
  color: var(--col-wh);
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 2;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
.top-section {
  box-sizing: border-box;
  padding: 17% 0;
}

/*--------------------
top-news
---------------------*/
.top-news {
  background: var(--col-base);
}
.top-news-wrap {
  display: block;
}
.top-news-right {
  margin: 0 auto;
}
.top-news-btn {
  margin: 8% auto 0;
}
.top-news-ttl {
  margin-bottom: 10%;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  border-left: 5px solid var(--col-main-light);
}
.top-news-ttl .ttl-en {
  display: block;
  position: relative;
  font-family: var(--font-ttl-en02);
  font-size: 3.6rem;
  font-weight: 300;
}
.top-news-ttl .ttl-ja {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: var(--font-text);
  font-weight: 400;
}

/*--------------------
top-about
---------------------*/
.top-about {
  padding: 17% 0 0;
}
.top-about-wrap {
  margin: 0 auto 17%;
  display: block;
  position: relative;
}
.top-about-wrap::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco-bg-br.png) no-repeat bottom right;
  width: 300px;
  height: 150px;
  bottom: -50px;
  margin: auto;
  right: -30px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-about-wrap::after {
  position: absolute;
  content: "";
  background: url(../img/top/about-deco01.png) no-repeat;
  width: 120px;
  height: 100px;
  margin: auto;
  right: -30px;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-about-text-wrap {
  position: relative;
  order: 2;
}
.top-about-text {
  margin-bottom: 10%;
}
.top-about-img {
  position: relative;
  margin: 17% auto;
}
.top-about-img::before {
  position: absolute;
  content: "";
  background: url(../img/top/about-img-deco.png) no-repeat;
  width: 200px;
  height: 100%;
  top: -20px;
  right: -50px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: -2;
}
.top-about-img .img {
  aspect-ratio: 540/400;
  width: 70%;
  height: fit-content;
  margin: 0 auto;
}
.top-about-bot-img {
  width: 100%;
  margin: 0 auto;
}

/*--------------------
top-menu
---------------------*/
.top-menu {
  padding: 120px 0 0;
  background: var(--col-base);
}
.top-menu-wrap {
  position: relative;
  margin: 0 auto 10%;
  display: block;
}
.top-menu-btn {
  margin: 0 auto 15%;
}
.top-menu-text-wrap {
  position: relative;
  margin: 0 auto 12%;
  z-index: 1;
}
.top-menu-text-wrap::before {
  position: absolute;
  content: "";
  background: url(../img/top/menu-deco.png) no-repeat bottom left;
  width: 250px;
  height: 250px;
  bottom: -60px;
  left: -160px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: -1;
}
.top-menu-sub-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
  line-height: 1.8;
  font-weight: 500;
}
.top-menu-sub-ttl .large {
  font-size: 2.2rem;
}
.top-menu-text {
  margin-bottom: 8%;
}
.top-menu-img {
  position: relative;
  right: -50px;
}
.top-menu-img::before {
  position: absolute;
  content: "";
  background: url(../img/top/menu-img-deco.png) no-repeat;
  width: 200px;
  height: 180px;
  margin: auto;
  right: -50px;
  top: 50px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-menu-img::after {
  position: absolute;
  content: "";
  background: url(../img/common/logo-nomomi.png) no-repeat;
  width: 60px;
  height: 60px;
  bottom: 0;
  margin: auto;
  right: 100px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-menu-img .img {
  aspect-ratio: 540/400;
  width: 80vw;
  height: fit-content;
}
.top-menu-bottom-img {
  width: 100%;
  margin: 0 auto;
}

/*--------------------
top-salon
---------------------*/
.top-salon {
  background: url(../img/common/bg-deco-l.png) no-repeat top 100px left;
}
.top-salon-btn-list {
  margin: 0 auto;
}
.top-salon-btn-item {
  margin: 0 auto 20px;
  text-align: center;
}
.top-salon-btn-item a {
  margin: 0 auto;
}
.top-salon-btn-item:last-child {
  margin-bottom: 0;
}
.top-salon-wrap {
  box-sizing: border-box;
  padding: 0 6%;
  margin: 0 auto 17%;
  display: block;
}

/*--------------------
com-reason
---------------------*/
.com-reason {
  background: var(--col-main-light);
}
.com-reason-container {
  position: relative;
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 10% 5%;
}
.com-reason-ttl {
  text-align: center;
  font-family: var(--font-ttl-en02);
  font-size: 3.6rem;
  margin: 0 auto;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  color: var(--col-sub);
}
.com-reason-btn-list {
  gap: 30px;
  margin: 0 auto 40px;
}
.com-reason-btn-item {
  width: 100%;
}
.com-reason-btn-item .item-btn {
  width: 80%;
  margin: 0 auto;
}
.com-reason-text {
  margin: 0 auto 40px;
}
.com-reason-text02 {
  margin: 0 auto 20px;
  font-size: 1.4rem;
}
.com-reason-mail-btn {
  background: var(--col-main);
  width: 100%;
  height: 60px;
  color: var(--col-wh);
  font-family: var(--font-ttl-en02);
  font-size: 2rem;
}
.com-reason-mail-btn::before {
  position: absolute;
  content: "";
  background: var(--col-wh);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  bottom: 0;
  margin: auto;
  right: 20px;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.com-reason-mail-btn .btn-wrap {
  gap: 15px;
}
.com-reason-mail-btn:hover {
  opacity: 0.7;
}
.com-reason-mail-btn:hover::before {
  width: 50px;
  height: 50px;
  opacity: 0;
  right: 0;
}

/*--------------------

---------------------*/
/*--------------- ▲ top ▲ ---------------*/
/*--------------- ▽ sub-page ▽ ---------------*/
.sub-section {
  padding: 20% 0;
  box-sizing: border-box;
  position: relative;
}

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
  position: relative;
  width: 100%;
  height: 240px;
}
.sv::before {
  position: absolute;
  content: "";
  background: url(../img/sv/sv-wave-bot.png) no-repeat center bottom/100%;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.sv-ttl {
  font-size: 3.2rem;
  color: var(--col-wh);
}

/*---------------------
各ページの画像設定
-----------------------*/
.sv-about {
  background: url(../img/sv/sv-about-bg.jpg) no-repeat center center/cover;
}

.sv-menu {
  background: url(../img/sv/sv-menu-bg.jpg) no-repeat center center/cover;
}

.sv-concept {
  background: url(../img/sv/sv-concept-bg.jpg) no-repeat center center/cover;
}

.sv-info {
  background: url(../img/sv/sv-info-bg.jpg) no-repeat center center/cover;
}

.sv-news {
  background: url(../img/sv/sv-news-bg.jpg) no-repeat center center/cover;
}

.sv-contact {
  background: url(../img/sv/sv-contact-bg.jpg) no-repeat center center/cover;
}

.sv-complete {
  background: url(../img/sv/sv-complete-bg.jpg) no-repeat center center/cover;
}

.sv-privacy {
  background: url(../img/sv/sv-privacy-bg.jpg) no-repeat center center/cover;
}

.sv-site {
  background: url(../img/sv/sv-site-bg.jpg) no-repeat center center/cover;
}

.sv-notfound {
  background: url(../img/sv/sv-notfound-bg.jpg) no-repeat center center/cover;
}

/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 2% 0;
  z-index: 100;
  line-height: 1;
}
#bread-clumb li {
  position: relative;
  color: var(--col-text);
  font-size: 14px;
  float: left;
  margin-right: 20px;
}
#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}
#bread-clumb li:last-child {
  margin-right: 0;
}
#bread-clumb li:last-child:after {
  display: none;
}
#bread-clumb li a {
  color: var(--col-text);
  border-bottom: 1px solid;
  display: block;
}
#bread-clumb li a:hover {
  opacity: 0.7;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ sub02_about ▼ ---------------*/
/*-----------------------
about-lead
-------------------------*/
.about-lead {
  background: url(../img/common/deco-bg-br02.png) no-repeat top 30px right;
  padding: 0;
}
.about-lead-wrap {
  display: block;
}
.about-lead-img {
  aspect-ratio: 515/380;
  width: 100%;
  height: fit-content;
  margin: 0 auto 6%;
}
.about-lead-text-wrap {
  position: relative;
}

/*-----------------------
about-effect
-------------------------*/
/*-----------------------
about-voice
-------------------------*/
.about-voice {
  padding: 0;
}
.about-voice-item {
  margin: 0 auto 10%;
  position: relative;
}
.about-voice-item:last-child {
  margin-bottom: 0;
}
.about-voice-item .item-wrap {
  position: relative;
  gap: 5%;
}
.about-voice-item .item-icon {
  width: 18vw;
}
.about-voice-item .item-balloon {
  position: relative;
  display: block;
  background: var(--col-wh);
  width: 80vw;
  box-sizing: border-box;
  padding: 8% 5%;
}
.about-voice-item .item-balloon::before {
  position: absolute;
  content: "";
  background: var(--col-wh);
  width: 18px;
  height: 16px;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  left: -17px;
  margin: auto;
  top: 25px;
  background-size: contain;
  transition: all 0.3s ease;
}

/*-----------------------
.about-faq
-------------------------*/
.about-faq-item {
  position: relative;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 0 0 30px;
  border-bottom: 1px solid var(--col-main);
}
.about-faq-item .item-q {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0 0 0 50px;
  font-size: 2rem;
  font-weight: 500;
  font-family: var(--font-ttl-ja);
  margin-bottom: 20px;
}
.about-faq-item .item-q::before {
  position: absolute;
  content: "Q.";
  font-family: var(--font-ttl-en);
  color: var(--col-main);
  font-size: 2.2rem;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.about-faq-item .item-a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0 0 0 50px;
}
.about-faq-item .item-a::before {
  position: absolute;
  content: "A.";
  font-family: var(--font-ttl-en);
  bottom: 0;
  left: 20px;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

/*--------------- ▲ sub02_about ▲ ---------------*/
/*--------------- ▼ sub03_concept ▼ ---------------*/
/*-----------------------
concept-lead
-------------------------*/
.concept-lead {
  background: url(../img/concept/lead-bg.png) no-repeat center bottom/100%;
}

/*-----------------------
concept-feature
-------------------------*/
.concept-feature {
  padding: 17% 0 0;
}
.concept-feature-list {
  counter-reset: number 0;
}
.concept-feature-item {
  background: url(../img/common/deco-bg-br.png) no-repeat bottom right/50%, var(--col-wh);
  position: relative;
  box-sizing: border-box;
  padding: 12% 4% 10%;
  margin-bottom: 40px;
}
.concept-feature-item:last-child {
  margin-bottom: 0;
}
.concept-feature-item .item-num {
  position: absolute;
  right: 30px;
  top: -10px;
  color: var(--col-main);
  box-sizing: border-box;
  padding: 0 40px 0 0;
  font-family: var(--font-ttl-en);
  font-size: 1.8rem;
  transform: rotate(-5deg);
}
.concept-feature-item .item-num::before {
  content: "0" counter(number);
  counter-increment: number 1;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 2.2rem;
}
.concept-feature-item .item-wrap {
  flex-wrap: wrap;
}
.concept-feature-item .item-img {
  aspect-ratio: 3/2;
  width: 100%;
  margin: 0 auto 6%;
  order: 2;
}
.concept-feature-item .item-text-wrap {
  position: relative;
  order: 1;
  margin: 0 auto 6%;
}
.concept-feature-item .item-btn {
  margin: 30px 0 0;
}

/*-----------------------
concept-greetings
-------------------------*/
.concept-greetings {
  padding: 17% 0 0;
}
.concept-greetings-wrap {
  display: block;
}
.concept-greetings-img {
  position: relative;
  margin: 0 auto 12%;
  height: fit-content;
}
.concept-greetings-img::before {
  position: absolute;
  content: "";
  background: url(../img/concept/greetings-img-deco.png) no-repeat;
  width: 250px;
  height: 300px;
  right: -30px;
  margin: auto;
  top: -30px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: -1px;
}
.concept-greetings-img .img {
  aspect-ratio: 515/380;
  width: 75vw;
  height: fit-content;
  margin: 0 auto;
}
.concept-greetings-img figcaption {
  position: absolute;
  margin: 0 0 0 auto;
  right: 30px;
  bottom: 20px;
  z-index: 5;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.concept-greetings-img figcaption span {
  background: var(--col-main);
  position: relative;
  display: block;
  color: var(--col-wh);
  width: fit-content;
  margin: 0 0 4px auto;
  box-sizing: border-box;
  padding: 2px 6px;
  text-align: right;
}

/*-----------------------
concept-gallery
-------------------------*/
.concept-gallery-list {
  gap: 20px 5%;
}
.concept-gallery-item {
  width: 47.5%;
}
.concept-gallery-item .item-img {
  width: 100%;
  height: fit-content;
  aspect-ratio: 1/1;
}

/*--------------- ▲ sub03_concept ▲ ---------------*/
/*--------------- ▼ sub04_menu ▼ ---------------*/
/*-----------------------
menu
-------------------------*/
#menu .menu-list{
  margin: 0 auto 10%;
}
#menu .menu-item {
  position: relative;
  box-sizing: border-box;
  padding: 8% 4%;
  background: var(--col-wh);
  border: 1px solid var(--col-main);
  margin: 0 auto 10%;
}
#menu .menu-item:last-child {
  margin: 0;
}
#menu .menu-item .item-price-wrap {
  gap: 30px;
  width: 100%;
  margin-bottom: 30px;
  align-items: start;
}
#menu .menu-item .item-price-wrap .price {
  display: block;
  position: relative;
}
#menu .menu-item .item-price-wrap .price .ttl {
  box-sizing: border-box;
  padding: 3px 6px;
  display: block;
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
}
#menu .menu-item .item-price-wrap .price .text {
  font-size: 1.5rem;
}
#menu .menu-item .item-price-wrap .normal-price::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-arw02.png) no-repeat;
  width: 17px;
  height: 14px;
  margin: auto;
  right: -25px;
  top: 10px;
  background-size: contain;
  transition: all 0.3s ease;
}

.menu-note{
  background: var(--col-main-light);
  padding: 8% 5%;
  box-sizing: border-box;
  border: 1px solid var(--col-main);
}
/*--------------- ▲ sub04_menu ▲ ---------------*/
/*--------------- ▼ sub05_info ▼ ---------------*/
/*-----------------------
info-outline
-------------------------*/
.info-outline-map {
  margin: 0 auto 60px;
}

/*-----------------------

-------------------------*/
/*-----------------------

-------------------------*/
/*--------------- ▲ sub05_info ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
  text-align: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  margin-bottom: 30px;
  -webkit-justify-content: start;
  justify-content: start;
}
.post-wrp .tag-change li {
  flex: 0 0 30%;
  margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
  border: solid 1px var(--col-main);
  padding: 5px 0;
  display: block;
  color: var(--col-main);
  background: #fff;
  font-size: 3vw;
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

/*タグ一覧
-------------------------------*/
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col-text);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  border: solid 1px var(--col-main);
  color: var(--col-main);
  background: #fff;
  padding: 10px 15px;
  display: block;
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

/*詳細
-------------------------------*/
.s-time-tag {
  margin-bottom: 5%;
}

.sb-post-body {
  margin-bottom: 7%;
  padding-bottom: 7%;
  border-bottom: 1px solid;
  line-height: 2;
}

.s-post-taglist {
  margin-bottom: 30px;
}

/*--------------- ▲ お知らせ ▲ ---------------*//*# sourceMappingURL=style_sp.css.map */