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


/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header h1 span {
  display: block;
}
.header-logo {
  display: block;
  width: 120px;
}
.header-logo:hover {
  opacity: 0.7;
}
.header-inner {
  box-sizing: border-box;
  padding: 15px 20px;
}
.header-info {
  margin: 0 0 20px auto;
  width: fit-content;
}

/*-------------------
header-nav
--------------------*/
.header-nav-list {
  gap: 30px;
}
.header-nav-link {
  display: block;
  font-weight: 600;
}
.header-nav-link:hover {
  color: var(--col-main);
}

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


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

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

.footer {
  position: relative;
  background: var(--col-bk);
  color: var(--col-wh);
  box-sizing: border-box;
  padding: 0 0 50px;
}
.footer-logo {
  display: block;
  text-align: center;
  margin: 0 auto 30px;
  box-sizing: border-box;
  padding: 0 0 70px;
  border-bottom: 1px solid #5c5c5c;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-nav-list {
  gap: 50px;
  margin: 0 auto 30px;
}
.footer-nav-link {
  position: relative;
  display: block;
  font-size: 1.4rem;
}
.footer-nav-link:hover {
  opacity: 0.7;
}
.footer #copyright {
  text-align: center;
  padding: 5px 0;
}
.footer #copyright small {
  color: var(--col-wh);
  font-size: 12px;
}
.footer #copyright small a {
  color: var(--col-wh);
}
.footer #copyright small a:hover {
  opacity: 0.7;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
/*--------------- ▼ main-visual ▼ ---------------*/
#mv {
  z-index: 0;
  height: 250px;
  position: relative;
}
#mv .bx-wrapper,
#mv ul {
  height: 100%;
}
#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: 250px;
}
#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: calc(100% - 30px);
  margin: 0 auto 220px;
}
.mv li {
  border-radius: 30px;
}
.mv-catch {
  display: block;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: -170px;
  background: url(../img/mv/mv-deco.png) no-repeat top -30px right/70%, url(../img/common/pat-base.png);
  box-sizing: border-box;
  padding: 20px 10px;
  border-radius: 15px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.mv-catch .ttl-main {
  font-size: 1.5rem;
  display: block;
  font-weight: 700;
  margin: 0 auto 20px;
}
.mv-catch .ttl-main .large {
  font-size: 1.8rem;
}
.mv-catch .ttl-main .large02 {
  font-size: 2.1rem;
}
.mv-catch .ttl-sub {
  background: var(--col-main);
  color: var(--col-wh);
  font-weight: 600;
  box-sizing: border-box;
  padding: 8px 20px;
  text-align: center;
  display: block;
  border-radius: 30px;
  font-size: 1.3rem;
}

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

/*--------------------
top-about
---------------------*/
.top-about-text {
  margin: 0 auto 10%;
}
.top-about-ttl .ttl-en {
  font-size: 3.2rem;
}
.top-about-btn {
  width: 100%;
}
.top-about-text-wrap {
  box-sizing: border-box;
  padding: 0 0 0 30px;
}
.top-about .inbox {
  position: relative;
}
.top-about .inbox::before {
  position: absolute;
  content: "";
  background: url(../img/common/pat01.png);
  width: 50px;
  height: 80px;
  left: -50px;
  margin: auto;
  top: -40px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-about .inbox::after {
  position: absolute;
  content: "";
  background: url(../img/common/pat02.png) repeat, #f5f0ed;
  width: 50px;
  height: 80%;
  left: -50px;
  margin: auto;
  top: 60px;
  transition: all 0.3s ease;
}
.top-about-img-wrap {
 position: relative;
 margin: 10% auto 0;
}
.top-about-img {
  position: relative;
  border-radius: 30px;
}
.top-about-img:nth-of-type(1) {
  aspect-ratio: 880/660;
  width: 100%;
  height: fit-content;
  margin-bottom: 5%;
}
.top-about-img:nth-of-type(2) {
  aspect-ratio: 800/200;
  width: 100%;
  height: fit-content;
}

/*--------------------
top-service
---------------------*/
.top-service .inbox {
  position: relative;
}
.top-service-ttl {
  background: url(../img/top/service-ttl-bg.jpg) no-repeat center center/cover;
  box-sizing: border-box;
  padding: 20px 0 30px;
  margin: 0 auto 12%;
}
.top-service-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco-line02-wh.png) repeat-x;
  width: 100%;
  height: 8px;
  left: 0;
  margin: auto;
  right: 0;
  top: 10px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-service-ttl::after {
  position: absolute;
  content: "";
  background: url(../img/common/deco-line02-wh.png) repeat-x;
  width: 100%;
  height: 8px;
  left: 0;
  margin: auto;
  right: 0;
  bottom: 10px;
  background-size: contain;
  transition: all 0.3s ease;
  transform: scale(-1, -1);
}
.top-service-item {
  position: relative;
  margin-bottom: 10%;
}
.top-service-item .item-wrap {
  flex-wrap: wrap;
}
.top-service-item .item-text-wrap {
  order: 2;
}
.top-service-item .item-img {
  aspect-ratio: 2/1;
  width: 100%;
  height: fit-content;
  border-radius: 15px;
  order: 1;
  margin: 0 auto 6%;
}
.top-service-item .item-text {
  margin-bottom: 100px;
}
.top-service-item .item-btn {
  width: 100%;
}
.top-service-item .item-illust {
  position: absolute;
  bottom: 60px;
  z-index: -1;
  max-width: 120px;
  max-height: 90px;
  left: 0;
  right: 0;
  margin: auto;
}

/*--------------------
top-info
---------------------*/
.top-info {
  background: url(../img/top/info-bg.jpg) no-repeat center center/cover;
  position: relative;
  padding: 20px 0 17%;
}
.top-info::after {
  position: absolute;
  content: "";
  background: url(../img/common/deco-line03.png) repeat-x;
  width: 100%;
  height: 8px;
  bottom: 30px;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
  transform: scale(-1, -1);
}
.top-info .inbox {
  position: relative;
}
.top-info::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco-icon03.png) no-repeat;
  width: 90px;
  height: 40px;
  left: 0;
  margin: auto;
  right: 0;
  top: -40px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-info-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco-line03.png) repeat-x;
  width: 70px;
  height: 8px;
  left: -50px;
  margin: auto;
  top: 40px;
  transition: all 0.3s ease;
}
.top-info-ttl::after {
  position: absolute;
  content: "";
  background: url(../img/common/deco-line03.png) repeat-x;
  width: 70px;
  height: 8px;
  right: -50px;
  margin: auto;
  top: 40px;
  transition: all 0.3s ease;
}
.top-info-img-list {
  gap: 30px 5%;
  margin: 0 auto 10%;
  justify-content: center;
}
.top-info-img-item {
  width: 47.5%;
}
.top-info-img-item .item-img {
  aspect-ratio: 340/280;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.top-info-map-ttl {
  font-size: 2.4rem;
  width: fit-content;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  margin: 0 auto 30px;
}
.top-info-map-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-map.png) no-repeat;
  width: 16px;
  height: 20px;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-info-map-wrap {
  margin: 0 auto 10%;
}
.top-info-map-btn {
  margin: 0 auto;
}

/*--------------------
top-news
---------------------*/
.top-news {
  position: relative;
}
.top-news .inbox {
  position: relative;
}
.top-news .inbox::before {
  position: absolute;
  content: "";
  background: url(../img/common/pat03.png);
  width: 70px;
  height: 320px;
  left: -50px;
  margin: auto;
  top: -20px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: -1;
}
.top-news-wrap {
  display: block;
}
.top-news-btn{
  margin: 10% auto 0;
}
/*--------------------

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

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

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
  position: relative;
  width: 100%;
  height: 130px;
  max-width: 94%;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 15px;
}
.sv-ttl {
  z-index: 100;
  background: url(../img/mv/mv-deco.png) no-repeat top right/60%, url(../img/common/pat-base.png);
  box-sizing: border-box;
  padding: 15px;
  font-size: 2rem;
  font-weight: 800;
  border-radius: 15px;
  text-align: center;
}

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

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

.sv-used_cars {
  background: url(../img/sv/sv-used_cars-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-concept
-------------------------*/
.about-concept-img {
  aspect-ratio: 2/1;
  width: 100%;
  height: fit-content;
  margin: 0 auto 10%;
  border-radius: 10px;
}
.about-concept-wrap {
  display: block;
  position: relative;
}
.about-concept-text {
  position: relative;
}
.about-concept-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/pat02.png);
  width: 100px;
  height: 100px;
  bottom: -20px;
  left: -40px;
  margin: auto;
  transition: all 0.3s ease;
  z-index: -2;
}

/*-----------------------
about-reason
-------------------------*/
.about-reason {
  padding: 0 0 17%;
}

/*-----------------------
layout-style01
-------------------------*/
.layout-style01-list .item {
  position: relative;
  margin: 0 auto 12%;
}
.layout-style01-list .item:last-child {
  margin: 0 auto;
}
.layout-style01-list .item-wrap {
  display: block;
}
.layout-style01-list .item-img {
  aspect-ratio: 2/1;
  width: 100%;
  height: fit-content;
  border-radius: 15px;
  margin: 0 auto 5%;
}
.layout-style01-list .item-text-wrap {
  width: 100%;
}
.layout-style01-list .item-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  box-sizing: border-box;
  padding: 0 0 15px 60px;
  margin-bottom: 6%;
}
.layout-style01-list .item-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco-line03.png) repeat-x bottom center/150%;
  width: 100%;
  height: 8px;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  transition: all 0.3s ease;
}
.layout-style01-list .item-ttl .small {
  display: block;
  font-size: 2rem;
}
.layout-style01-list .item-ttl .num {
  font-size: 3rem;
  line-height: 1;
}

/*-----------------------
about-flow 
-------------------------*/
.about-flow {
  background: var(--col-sub-light);
}
.about-flow-list {
  gap: 50px;
  counter-reset: number 0;
}
.about-flow-item {
  position: relative;
  width: 100%;
}
.about-flow-item figure {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.about-flow-item figcaption {
  flex: 1;
  width: 70%;
}
.about-flow-item .item-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  display: block;
}
.about-flow-item .item-img {
  aspect-ratio: 1/1;
  width: 80px;
  height: 80px;
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 12px;
  border-radius: 15px;
  position: relative;
}
.about-flow-item .item-img::before {
  position: absolute;
  content: "STEP0" counter(number) ".";
  counter-increment: number 1;
  font-family: var(--font-ttl-en);
  font-size: 1.4rem;
  background: url(../img/common/pat01.png) repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  bottom: -10px;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
  text-align: center;
}
.about-flow-item .item-img::after {
  position: absolute;
  content: "";
  background: url(../img/common/icon-arw02.png) no-repeat;
  width: 20px;
  height: 16px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  bottom: -36px;
  background-size: contain;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.about-flow-item .item-img img {
  width: 80%;
}
.about-flow-item:last-child .item-img::after {
  content: none;
}

/*-----------------------
about-faq
-------------------------*/
.about-faq-item {
  position: relative;
  margin: 0 auto 10%;
}
.about-faq-item .item-q {
  position: relative;
  padding: 10px 10px 20px 55px;
}
.about-faq-item .item-q::before {
  position: absolute;
  content: "Q.";
  font-family: var(--font-ttl-en);
  font-size: 2.8rem;
  font-weight: 700;
  bottom: 0;
  left: 20px;
  margin: auto;
  top: 4px;
  background-size: contain;
  transition: all 0.3s ease;
  color: var(--col-wh);
}
.about-faq-item .item-a {
  position: relative;
  padding: 20px 10px 20px 55px;
  min-height: 100px;
}
.about-faq-item .item-a::before {
  position: absolute;
  content: "A.";
  font-family: var(--font-ttl-en);
  font-size: 2.85rem;
  font-weight: 700;
  bottom: 0;
  left: 20px;
  margin: auto;
  top: 5px;
  background-size: contain;
  transition: all 0.3s ease;
  color: var(--col-main);
}

/*--------------- ▲ sub02_about ▲ ---------------*/
/*--------------- ▼ sub03_repair ▼ ---------------*/
/*-----------------------
repair-service
-------------------------*/
.repair-service {
  padding: 17% 0 0;
}
.repair-service-list {
  gap: 30px;
  margin: 0 auto 40px;
}
.repair-service-list .item {
  width: 100%;
  font-size: 1.7rem;
  letter-spacing: 0;
}

/*-----------------------
repair-works
-------------------------*/
.repair-works-list {
  gap: 30px 5%;
}
.repair-works-item {
  width: 47.5%;
}
.repair-works-item .item-img {
  aspect-ratio: 340/280;
  width: 100%;
  height: fit-content;
  border-radius: 15px;
  margin-bottom: 15px;
}
.repair-works-item .item-link {
  display: block;
  position: relative;
  transition: all 0.3s ease;
  bottom: 0;
}
.repair-works-item .item-link:hover {
  opacity: 0.7;
  bottom: 10px;
}

/*-----------------------
repair-post
-------------------------*/
.repair-post-ttl {
  margin-bottom: 30px;
}
.repair-post-img-wrap {
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 40px;
}
.repair-post-img-item {
  position: relative;
  width: 100%;
}
.repair-post-img-item .item-ttl {
  font-size: 1.8rem;
  text-align: center;
  color: var(--col-wh);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 5px;
  margin-bottom: 10px;
  font-family: var(--font-ttl-en);
}
.repair-post-img-item.before {
  width: 70%;
  margin: 0 auto;
}
.repair-post-img-item.before::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-arw02.png) no-repeat;
  width: 20px;
  height: 12px;
  bottom: -28px;
  right: 0;
  left: 0;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.repair-post-img {
  aspect-ratio: 500/400;
  width: 100%;
  height: fit-content;
  border-radius: 15px;
  margin-bottom: 15px;
}
/*--------------- ▲ sub03_repair ▲ ---------------*/
/*--------------- ▼ sub04_cars ▼ ---------------*/
/*-----------------------
cars-reason
-------------------------*/
.cars-reason-text {
  margin: 0 auto 10%;
}
.cars-reason-container .box-ttl {
  font-size: 2rem;
}
.cars-reason-container .box-inner {
  padding: 30px 20px 40px 20px;
}
.cars-reason-container .container-wrap {
  flex-wrap: wrap;
  gap: 30px;
}
.cars-reason-container .container-item {
  width: 100%;
}
.cars-reason-container .container-item-note {
  margin: 0 auto;
  width: fit-content;
}

/*-----------------------
com-features
-------------------------*/
.com-features-img {
  width: 100%;
  height: 150px;
}
.com-features-ttl {
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  top: 0;
}
.com-features-list {
  counter-reset: number 0;
}
.com-features-item {
  position: relative;
  margin: 0 auto 12%;
}
.com-features-item:last-child {
  margin: 0 auto;
}
.com-features-item .item-ttl {
  font-size: 2rem;
  font-weight: 700;
  box-sizing: border-box;
  padding: 0 0 20px 50px;
  margin-bottom: 30px;
}
.com-features-item .item-ttl::before {
  position: absolute;
  content: "0" counter(number) ".";
  counter-increment: number 1;
  left: 0;
  margin: auto;
  right: 0;
  top: -8px;
  background-size: contain;
  transition: all 0.3s ease;
  background: url(../img/common/pat01.png) repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 3rem;
}
.com-features-item .item-ttl::after {
  position: absolute;
  content: "";
  background: url(../img/common/deco-line03.png) repeat-x;
  width: 100%;
  height: 8px;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  transition: all 0.3s ease;
}

/*-----------------------
cars-selling
-------------------------*/
.cars-selling .com-features-item .item-ttl::before {
  position: absolute;
  content: "0" counter(number) ".";
  counter-increment: number 1;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
  background: url(../img/common/pat05.png) repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

/*-----------------------
cars-works
-------------------------*/
.cars-works{
  margin: 0 auto 12%;
}
.cars-works-container {
  margin: 0 auto 15%;
}
.cars-works-container:last-of-type {
  margin: 0 auto;
}
.cars-works-container-list {
  gap: 40px 5%;
}
.cars-works-container-item {
  width: 47.5%;
}
.cars-works-container-item .item-img {
  aspect-ratio: 340/280;
  width: 100%;
  height: fit-content;
  border-radius: 15px;
  margin-bottom: 15px;
}
.cars-works-container-item .item-ttl {
  font-weight: 600;
  font-size: 1.5rem;
}
.cars-works-container-item .item-price {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 800;
  text-align: right;
}

/*-----------------------
cars-post
-------------------------*/
.cars-post-img-wrap {
  gap: 40px 5%;
  margin: 0 auto 10%;
  max-height: 350px;
  overflow: auto;
  flex-wrap: wrap;
}
.cars-post-img:first-child{
  width: 100%;
}
.cars-post-img {
  position: relative;
  aspect-ratio: 500/400;
  width: 47.5%;
  height: fit-content;
  border-radius: 10px;
}
.cars-post-ttl {
  margin-bottom: 12px;
}
.cars-post-price {
  font-size: 1.8rem;
  font-weight: 800;
}
.cars-post-table {
  margin-top: 30px;
}

/*--------------- ▲ sub04_cars ▲ ---------------*/
/*--------------- ▼ sub05_info ▼ ---------------*/
/*-----------------------
info-greeting
-------------------------*/
.info-greeting {
  padding: 17% 0 0;
}
.info-greeting-wrap {
  display: block;
}
.info-greeting-img {
  border-radius: 15px;
  aspect-ratio: 3/2;
  width: 100%;
  height: fit-content;
}
.info-greeting-text-wrap {
  position: relative;
  width: 100%;
}
.info-greeting-ttl {
  margin-bottom: 20px;
}
.info-greeting-ttl .ttl-ja {
  width: 100%;
}

/*-----------------------
info-outline
-------------------------*/
.info-outline-box {
  padding: 10% 5%;
  margin: 0 auto 100px;
}
.info-outline-map-ttl {
  font-size: 2rem;
  width: fit-content;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  margin: 0 auto 30px;
  font-weight: 600;
}
.info-outline-map-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-map02.png) no-repeat;
  width: 16px;
  height: 20px;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

/*--------------- ▲ 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: 10%;
}
.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 */