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

/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: var(--col-wh);
  top: 0;
}

.header h1 span {
  display: block;
}

.header-logo {
  display: block;
  width: fit-content;
}

.header-logo:hover {
  opacity: 0.7;
}

.header-inner {
  padding: 10px 20px 10px 0;
  box-sizing: border-box;
}

.header-right {
  gap: 25px;
}

/*-------------------
header-nav
--------------------*/
.header-nav {
  background: var(--col-main-light);
  padding: 12px 0;
  box-sizing: border-box;
}

.header-nav-item {
  padding: 0 20px;
  border-right: 1px solid var(--col-main-dark02);
  box-sizing: border-box;
}

.header-nav-item:last-child {
  border: none;
}

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

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


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

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

.footer {
  padding: 100px 0 0;
  box-sizing: border-box;
  position: relative;
  background: url(../img/common/footer-bg-top.png) no-repeat top center/100%;
}

.footer-logo {
  display: block;
  width: fit-content;
  margin: 0 auto 40px;
}

.footer-logo:hover {
  opacity: 0.7;
}

.footer-info {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--col-sub);
  margin-bottom: 40px;
}

.footer-nav-list {
  gap: 20px;
  font-size: 1.4rem;
}

.footer-nav-link:hover {
  opacity: 0.7;
}

.footer #copyright {
  text-align: center;
  padding: 5px 0;
  margin-top: 50px;
  background: rgba(var(--col-main-rgb), 0.4);
}

.footer #copyright small {
  color: var(--col-main-dark);
  font-size: 12px;
}

.footer #copyright small a {
  color: var(--col-main-dark);
}

.footer #copyright small a:hover {
  opacity: 0.7;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ 共通 ▽ ---------------*/
/*--------------- △ 共通 △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
.top-section {
  padding: 120px 0;
  box-sizing: border-box;
}

/*--------------- ▼ main-visual ▼ ---------------*/
#mv {
  z-index: 0;
  height: clamp(750px, 70vw, 820px);
  position: relative;
  margin-top: 130px;
}

.mv-wrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

#mv li {
  position: relative;
  height: clamp(750px, 70vw, 820px);
}

#mv li:nth-child(1) {
  background: url(../img/mv/mv-slide01.jpg) no-repeat center center/cover;
}

#mv li:nth-child(2) {
  background: url(../img/mv/mv-slide02.jpg) no-repeat center center/cover;
}

#mv li:nth-child(3) {
  background: url(../img/mv/mv-slide03.jpg) no-repeat center center/cover;
}
#mv li:nth-child(4) {
  background: url(../img/mv/mv-slide04.jpg) no-repeat center center/cover;
}

.mv {
  position: relative;
  width: 100%;
  background: var(--col-main-light);
}

.mv .bx-wrapper,
.mv ul {
  position: relative;
  height: 100%;
  width: clamp(1000px, 80vw, 1500px) !important;
  margin: 0 0 0 auto;
}

.mv li {
  width: clamp(1000px, 80vw, 1500px) !important;
  margin: 0 0 0 auto;
  border-radius: 20px 0 0 0;
}

.mv-img-wrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.mv-catch {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: clamp(550px, 50%, 672px);
  height: fit-content;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
/*--------------------
top-lead
---------------------*/
.top-lead {
  background: url(../img/common/bg-deco03.png) no-repeat bottom right;
}

.top-lead-img {
  position: relative;
  right: -50px;
  top: -30px;
}

.top-lead-text-wrap {
  margin-top: 70px;
}

/*--------------------
top-movie
---------------------*/
.top-movie {
  padding: 60px 0 120px;
  background: url(../img/common/bg-deco02.png) no-repeat bottom right;
}

.top-movie .inbox {
  position: relative;
}

.top-movie .inbox::before {
  position: absolute;
  content: "";
  background: url(../img/common/bg-deco01.png) no-repeat;
  width: 445px;
  height: 543px;
  margin: auto;
  left: -260px;
  top: -80px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: -1;
}

.top-movie-wrap {
  aspect-ratio: 1000/550;
  width: 1000px;
  /* background: #eee; */
  margin: 0 auto 50px;
  position: relative;
  z-index: 1;
}

.top-movie-wrap>iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}


/*--------------------
top-menu
---------------------*/
.top-menu {
  overflow: hidden;
}
.top-menu .inxbox {
  position: relative;
}

.top-menu-list {
  margin: 0 auto 230px;
}

.top-menu-item {
  position: relative;
  margin: 0 auto 260px;
}

.top-menu-item:last-of-type {
  margin: 0 auto;
}

.top-menu-item:nth-child(odd) .item-img {
  left: -430px;
  border-radius: 0 var(--round-small) 0 var(--round-small);
}

.top-menu-item:nth-child(odd) .item-textbox {
  margin: 0 0 0 auto;
  padding: 80px 50px 60px 110px;
}

.top-menu-item:nth-child(even) .item-img {
  right: -430px;
  border-radius: var(--round-small) 0 0 var(--round-small);
}

.top-menu-item:nth-child(even) .item-textbox {
  margin: 0 auto 0 0;
  padding: 80px 110px 60px 50px;
}

.top-menu-item .item-img {
  position: absolute;
  top: 0;
  aspect-ratio: 860/560;
  width: 860px;
}

.top-menu-item .item-textbox {
  width: 700px;
  top: 130px;
  min-height: 505px;
}

.top-menu-item .item-text {
  padding: 0 30px;
  box-sizing: border-box;
}

/*--------------------
top-bnr
---------------------*/
.top-bnr-list {
  gap: 80px;
}

/*--------------------
top-reserve
---------------------*/
.com-reserve {
  background: url(../img/common/reserve-bg.jpg) no-repeat center center/cover;
}

.com-reserve-container {
  background: var(--col-wh);
  padding: 80px 150px;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: var(--box-shadow01);
}

.com-reserve-container .container-text-wrap {
  position: relative;
  padding: 50px 0;
  box-sizing: border-box;
  margin: 0 auto 50px;
}

.com-reserve-container .container-text-wrap::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco05.png) no-repeat;
  width: 201px;
  height: 11px;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

.com-reserve-container .container-text-wrap::after {
  position: absolute;
  content: "";
  background: url(../img/common/deco05.png) no-repeat;
  width: 201px;
  height: 11px;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
  transform: scale(-1, 1);
}

.com-reserve-container .container-text {
  text-align: center;
  margin: 0 auto 20px;
}

.com-reserve-container .container-links-list {
  gap: 40px;
}

.com-reserve-container .container-tel {
  margin: 0 auto;
  text-align: center;
}

.com-reserve-container .container-tel .num {
  font-size: 3.5rem;
}

.com-time-table {
  width: 100%;
  border-top: 1px solid var(--col-main);
  border-left: 1px solid var(--col-main);
  margin-bottom: 15px;
}

.com-time-table th {
  border-right: 1px solid var(--col-main);
  border-bottom: 1px solid var(--col-main);
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  color: var(--col-main-dark);
}

.com-time-table td {
  border-right: 1px solid var(--col-main);
  border-bottom: 1px solid var(--col-main);
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  color: var(--col-main);
}

.com-time-table-note {
  font-size: 1.3rem;
}

.com-time-table-note .ttl {
  color: var(--col-sub);
}

/*--------------------
top-news 
---------------------*/
.top-news {
  background: var(--col-main-light02);
  position: relative;
}

.top-news::before {
  position: absolute;
  content: "";
  background: var(--col-wh);
  width: calc(1180px + 50% - 540px);
  height: 90%;
  left: 0;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
  border-radius: 0 0 var(--round-base) 0;
}

.top-news-wrap {
  margin: 0 auto 30px;
}

.top-news-left {
  width: 320px;
}

.top-news-ttl {
  min-height: 220px;
  text-align: center;
  left: -80px;
}

.top-news-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco-frame.png) no-repeat;
  width: 353px;
  height: 374px;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

.top-news-ttl .ttl-en {
  right: 50px;
  bottom: 0;
  top: auto;
}

.top-news-right {
  width: 750px;
  z-index: 1;
}

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

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
  position: relative;
  width: 100%;
  background: url(../img/sv/sv-deco.png) no-repeat top left, var(--col-main-light);
  margin-top: 130px;
}

.sv-wrap {
  height: 100%;
  width: 100%;
}

.sv-img {
  width: 80vw;
  height: 550px;
  margin: 0 0 0 auto;
  text-align: right;
  border-radius: 20px 0 0 0;
}

.sv-ttl {
  position: absolute;
  display: block;
  z-index: 10;
  background: var(--col-wh);
  padding: 20px 50px;
  font-size: 4rem;
  height: fit-content;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  left: 80px;
  margin: auto;
  box-shadow: var(--box-shadow02);
  border: 1px solid var(--col-main);
}

.sv-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/sv/sv-ttl-deco.png) no-repeat;
  width: 211px;
  height: 17px;
  left: 0;
  margin: auto;
  right: 0;
  top: -25px;
  background-size: contain;
  transition: all 0.3s ease;
}

/*--------------- ▼ 下層共通タイトル ▼ ---------------*/
/*--------------- ▲ 下層共通タイトル ▲ ---------------*/
/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 15px 0;
  z-index: 1;
  min-width: 1280px;
  background: var(--col-main-light);
}

#bread-clumb ul {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

#bread-clumb li {
  position: relative;
  color: var(--col-main-dark02);
  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);
  display: block;
}

#bread-clumb li a:hover {
  opacity: 0.7;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ sub02_about ▼ ---------------*/
/*-----------------------
about-message
-------------------------*/
.about-message .inbox {
  position: relative;
}

.about-message .inbox::before {
  position: absolute;
  content: "";
  background: url(../img/common/bg-deco01.png) no-repeat;
  width: 445px;
  height: 543px;
  left: -300px;
  margin: auto;
  top: -60px;
  background-size: contain;
  transition: all 0.3s ease;
}

.about-message-wrap {
  position: relative;
  z-index: 1;
}

.about-message-left {
  width: 450px;
}

.about-message-img .img {
  aspect-ratio: 1/1;
  width: 100%;
  margin-bottom: 15px;
}

.about-message-img figcaption {
  font-weight: 600;
  letter-spacing: 0.1em;
}

.about-message-img figcaption .text {
  font-size: 2rem;
  font-family: var(--font-ttl-ja);
  color: var(--col-main-dark02);
  display: block;
  margin-bottom: 5px;
}

.about-message-img figcaption .name {
  font-size: 2.5rem;
  font-family: var(--font-ttl-ja);
  left: 0.1em;
  color: var(--col-wh);
  display: block;
  background: var(--col-main);
  padding: 12px 20px;
  box-sizing: border-box;
}

.about-message-img figcaption .name .small {
  font-size: 2rem;
}

.about-message-right {
  width: 570px;
}

.about-message-text {
  margin-bottom: 60px;
}

.about-message-note .license-item {
  margin-bottom: 15px;
}

.about-message-note .license-item:last-child {
  margin-bottom: 0;
}

/*-----------------------
about-feature
-------------------------*/
.about-feature-ttl {
  margin: 0 auto 100px;
}

.about-feature-item {
  position: relative;
  margin: 0 auto 110px;
  z-index: 1;
}

.about-feature-item:last-child {
  margin: 0 auto;
}

.about-feature-item:nth-child(odd) .item-textbox {
  padding: 80px 60px 80px 100px;
  margin: 0 0 0 auto;
}

.about-feature-item:nth-child(odd) .item-img {
  left: -100px;
  top: -50px;
}

.about-feature-item:nth-child(even) .item-textbox {
  padding: 80px 100px 80px 60px;
}

.about-feature-item:nth-child(even) .item-img {
  right: -100px;
  top: -50px;
}

.about-feature-item .item-ttl {
  min-height: auto;
}

.about-feature-item .item-img {
  aspect-ratio: 540/400;
  width: 540px;
  position: absolute;
  border-radius: var(--round-small);
}

.about-feature-item .item-textbox {
  width: 700px;
  min-height: 417px;
}

.about-feature-item .item-text {
  text-align: center;
}

/*-----------------------
about-info
-------------------------*/
.about-info-container {
  background: rgba(var(--col-main-light02-rgb), 0.6);
  padding: 50px;
  box-sizing: border-box;
}

/*--------------- ▲ sub02_about ▲ ---------------*/
/*--------------- ▼ sub03_menu ▼ ---------------*/
/*-----------------------
menu
-------------------------*/
#menu .menu-item {
  margin: 0 auto 30px;
  padding: 30px 40px;
  position: relative;
  z-index: 1;
}

#menu .menu-item:last-child {
  margin: 0 auto;
}

#menu .menu-item .item-img {
  aspect-ratio: 300/200;
  width: 300px;
  height: 200px;
  border-radius: var(--round-small);
}

#menu .menu-item .item-text-wrap {
  width: 670px;
}

#menu .menu-item .item-text {
  line-height: 1.9;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--col-sub);
}

#menu .menu-item .item-price {
  text-align: right;
  display: block;
  color: var(--col-main-dark02);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: var(--font-ttl-ja);
}

/*--------------- ▲ sub03_menu ▲ ---------------*/
/*--------------- ▼ sub04_ ▼ ---------------*/
/*-----------------------
worries-lead
-------------------------*/
.worries-lead {
  background: url(../img/worries/about-bg.jpg) no-repeat center center/cover;
}

.worries-lead-ttl .ttl-en {
  right: -70px;
}

.worries-lead .inbox {
  position: relative;
}

.worries-lead .inbox::before {
  position: absolute;
  content: "";
  background: url(../img/common/bg-deco04.png) no-repeat;
  width: 370px;
  height: 453px;
  margin: auto;
  right: -290px;
  top: -80px;
  background-size: contain;
  transition: all 0.3s ease;
}

.worries-lead-list {
  max-width: 780px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}

.worries-lead-item {
  background: var(--gradient01);
  margin-bottom: 10px;
  padding: 25px 60px 25px 30px;
  box-sizing: border-box;
  font-size: 2.5rem;
  color: var(--col-wh);
  letter-spacing: 0.1em;
  font-family: var(--font-ttl-ja);
}

.worries-lead-item .icon-check {
  position: relative;
  display: block;
  padding-left: 60px;
}

.worries-lead-item .icon-check::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-check.png) no-repeat;
  width: 40px;
  height: 40px;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

/*-----------------------
worries-effect
-------------------------*/
.worries-effect::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-arw02.png) no-repeat;
  width: 299px;
  height: 100px;
  left: 0;
  margin: auto;
  right: 0;
  top: -50px;
  background-size: contain;
  transition: all 0.3s ease;
}

.worries-effect-list {
  gap: 60px 40px;
}

.worries-effect-item {
  width: 520px;
  background: url(../img/common/deco09.png) no-repeat bottom 20px right 20px, var(--col-wh);
  padding: 30px 30px 60px;
}

.worries-effect-item .item-ttl {
  margin: 0 auto 70px;
}

.worries-effect-item .item-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco10.png) no-repeat;
  width: 54px;
  height: 20px;
  bottom: -45px;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

.worries-effect-item .item-text {
  line-height: 1.9;
}

/*--------------- ▲ sub04_ ▲ ---------------*/
/*--------------- ▼ sub05_flow ▼ ---------------*/
/*-----------------------
flow-about
-------------------------*/
.flow-about {
  background: url(../img/common/bg-deco02.png)no-repeat bottom right;
}

.flow-about-ttl .ttl-en {
  right: -20px;
}

.flow-about-ttl .ttl-wrap::before {
  right: -200px;
}

.flow-about-list {
  counter-reset: number 0;
}

.flow-about-item {
  margin: 0 auto 90px;
  position: relative;
  padding-bottom: 70px;
  border-bottom: 1px solid var(--col-main);
}

.flow-about-item::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: var(--col-wh);
  border-right: 1px solid var(--col-main);
  border-bottom: 1px solid var(--col-main);
  transform: rotate(45deg);
  bottom: -16px;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

.flow-about-item:last-child {
  margin: 0 auto;
  border: none;
}

.flow-about-item:last-child::before {
  content: none;
}

.flow-about-item .item-num {
  content: "";
  position: absolute;
  top: -65px;
  font-size: 10rem;
  z-index: 2;
  left: -30px;
  color: var(--col-main);
  font-family: var(--font-ttl-en);
}

.flow-about-item .item-num em {
  font-size: 12rem;
}

.flow-about-item .item-text-wrap {
  width: 670px;
}

.flow-about-item .item-text {
  padding: 0 0 0 30px;
  box-sizing: border-box;
}

.flow-about-item .item-text .small {
  font-size: 1.4rem;
}

.flow-about-item .item-img {
  aspect-ratio: 380/250;
  width: 380px;
  height: 250px;
  border-radius: 0 var(--round-base);
}

/*-----------------------
flow-faq
-------------------------*/
.flow-faq-list {
  position: relative;
  z-index: 1;
}

.flow-faq-item {
  margin: 0 auto 30px;
  padding: 30px 50px;
}

.flow-faq-item:last-child {
  margin: 0 auto;
}

.flow-faq-item .item-q {
  gap: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--col-main);
  margin-bottom: 15px;
}

.flow-faq-item .item-q .icon {
  background: var(--col-main);
  color: var(--col-wh);
  border-radius: 0 var(--round-base);
  width: 50px;
  height: 50px;
  font-size: 3rem;
  font-family: var(--font-ttl-ja);
  line-height: 1.2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.flow-faq-item .item-q .text {
  position: relative;
  color: var(--col-main-dark02);
  flex: 1;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 8px;
}

.flow-faq-item .item-a {
  gap: 20px;
}

.flow-faq-item .item-a .icon {
  background: var(--col-sub);
  color: var(--col-wh);
  border-radius: 0 var(--round-base);
  width: 50px;
  height: 50px;
  font-size: 3rem;
  font-family: var(--font-ttl-ja);
  line-height: 1.2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.flow-faq-item .item-a .text {
  position: relative;
  flex: 1;
  margin-top: 12px;
  line-height: 1.9;
}

/*-----------------------
flow-reserve
-------------------------*/
#flow-reserve .com-time-table-note {
  margin: 20px auto 0;
}

/*--------------- ▲ sub05_flow ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
  margin-bottom: 50px;
}

.post-wrp .tag-change li {
  text-align: center;
  width: 19%;
  margin: 2% 1% 0 0;
}

.post-wrp .tag-change li a {
  border: solid 1px --col-main;
  padding: 10px 0;
  display: block;
  color: var(--col-main);
  background: var(--col-base);
}

.post-wrp .tag-change .current a {
  background: var(--col-main);
}

.post-wrp .tag-change .current a span {
  color: var(--col-base);
}

/*タグ一覧
-------------------------------*/
.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: 2;
  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 var(--col-text);
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: var(--col-text);
  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: var(--col-base);
  padding: 10px 15px;
  display: block;
}

.post-wrp .tag-change .current a {
  background: var(--col-main);
}

.post-wrp .tag-change .current a span {
  color: var(--col-base);
}

/*詳細
-------------------------------*/
.s-post .news-tag {
  margin-bottom: 20px;
}

.s-post time {
  margin-bottom: 10px;
}

.s-time-tag {
  margin-bottom: 20px;
}

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

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