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


/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header {
  width: 100%;
  z-index: 100;
  position: absolute;
  z-index: 50;
  font-size: 1.6rem;
}
.header-inner {
  box-sizing: border-box;
  padding: 30px;
}
.header h1 span {
  display: block;
}
.header-logo {
  display: block;
  width: 100px;
}
.header-logo:hover {
  opacity: 0.7;
}
.header-tel-wrap {
  gap: 20px;
  margin-bottom: 20px;
}
.header-info-time {
  font-size: 1.6rem;
  border: 1px solid;
  display: block;
  box-sizing: border-box;
  padding: 3px 5px;
  width: fit-content;
}
.header-info {
  gap: 16px;
  color: var(--col-wh);
}
.header-right {
  gap: 20px;
}
.header-others-link {
  height: 100%;
}

/*-------------------
header-nav
--------------------*/
.header-nav {
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 15px 0;
}
.header-nav-item {
  width: 20%;
  border-left: 1px solid var(--col-main);
  text-align: center;
  color: var(--col-main);
}
.header-nav-item:last-child {
  border-right: 1px solid var(--col-main);
}
.header-nav-link {
  display: block;
  width: 100%;
  line-height: 1.7;
}
.header-nav-link:hover {
  background: var(--col-sub);
}

/*-------------------
現在の表示ページ
--------------------*/
.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: 100;
}

.footer {
  position: relative;
  background: url(../img/common/pat03.png);
  box-sizing: border-box;
  padding: 14% 0 0;
}
.footer-logo {
  display: block;
  width: 120px;
  margin: 0 auto 10%;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-wrap {
  display: block;
}
.footer-nav-list {
  gap: 20px 5%;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
.footer-nav-item {
  width: 47.5%;
}
.footer-nav-link {
  color: var(--col-wh);
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.footer-nav-link::before {
  position: absolute;
  content: ">";
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.footer #copyright {
  text-align: center;
  padding: 5px 0;
  background: var(--col-main);
  margin-top: 70px;
}
.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-wrap {
  box-sizing: border-box;
  padding: 0 0 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--col-main-light02);
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
/*--------------- ▼ main-visual ▼ ---------------*/
.mv {
  position: relative;
  width: 100%;
  height: 470px;
  background: url(../img/mv/mv-bg.jpg) no-repeat center left -27vw/cover;
}
.mv-catch {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 7%;
  margin: auto;
  width: 140px;
  height: fit-content;
}

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

/*--------------------
top-lead
---------------------*/
.top-lead {
  background: url(../img/common/bg-cloud-bl.png) no-repeat bottom left/100%;
}
.top-lead-wrap {
  display: block;
}
.top-lead-text-wrap {
  position: relative;
  margin: 0 auto 10%;
}
.top-lead-ttl {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  margin-bottom: 45px;
}
.top-lead-ttl .large {
  font-size: 3rem;
}
.top-lead-imgs {
  position: relative;
  gap: 20px 5%;
}
.top-lead-imgs .img {
  aspect-ratio: 300/420;
  width: 47.5%;
  height: fit-content;
}
.top-lead-bot-img {
  width: 100%;
  height: 270px;
  background: url(../img/top/lead-bot-img.jpg) no-repeat center left -8vw/cover;
}
.top-lead-bot-ttl {
  margin: 0 auto 0 0;
  width: fit-content;
  height: fit-content;
  top: 30px;
  width: 170px;
}

/*--------------------
top-about
---------------------*/
.top-about-item {
  position: relative;
  margin: 0 auto 18%;
}
.top-about-item:last-child {
  margin: 0 auto;
}
.top-about-item::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco_ink01.png) no-repeat;
  width: 60px;
  height: 110px;
  left: -20px;
  margin: auto;
  top: -60px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-about-item .item-img {
  aspect-ratio: 1/1;
  width: clamp(230px, 60vw, 300px);
  height: fit-content;
  top: 0;
  margin: 0 0 40px;
}
.top-about-item .item-text-wrap {
  position: relative;
}
.top-about-item .item-ttl {
  text-align: center;
  position: absolute;
  width: 90px;
  top: -270px;
  right: 0;
}

/*--------------------
top-message
---------------------*/
.top-message {
  background: url(../img/top/message-bg.jpg) no-repeat top left/100%;
  padding: 48% 0 17%;
}
.top-message-text {
  font-size: 1.9rem;
  line-height: 1.8;
  font-weight: 600;
}
.top-message-text .mb {
  margin-bottom: 35px;
}
.top-message .sign {
  display: block;
  text-align: center;
  margin: 0 auto;
  color: var(--col-main-light);
}
.top-message .sign .ttl {
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.top-message .sign .ttl::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, rgb(107, 41, 16) 21%, rgb(181, 147, 132) 81%, rgba(249, 245, 239, 0) 100%);
  width: 50px;
  height: 1px;
  bottom: 0;
  margin: auto;
  right: -70px;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-message .sign .ttl::after {
  position: absolute;
  content: "";
  background: linear-gradient(to left, rgb(107, 41, 16) 21%, rgb(181, 147, 132) 81%, rgba(249, 245, 239, 0) 100%);
  width: 50px;
  height: 1px;
  bottom: 0;
  margin: auto;
  left: -70px;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-message .sign .name {
  font-size: 1.8rem;
}

/*--------------------
top-gallery
---------------------*/
.top-gallery {
  background: url(../img/common/bg-cloud-bl02.png) no-repeat bottom left, url(../img/common/bg-cloud-br.png) no-repeat bottom right, url(../img/common/pat04.png) repeat;
}
.top-gallery-list {
  box-sizing: border-box;
  width: 90%;
  gap: 20px 5%;
  margin: 0 auto 10%;
  flex-wrap: wrap;
}
.top-gallery-item {
  position: relative;
  width: 47.5%;
}
.top-gallery-item .item-img {
  aspect-ratio: 270/210;
  width: 100%;
  height: fit-content;
  background: var(--col-wh);
}

/*--------------------
top-news
---------------------*/
.top-news-ttl {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto 45px;
}
.top-news-ttl::first-letter {
  color: var(--col-main-light);
}
.top-news-ttl::before {
  position: absolute;
  content: "";
  background: var(--col-main-light);
  height: 70px;
  width: 1px;
  left: 0;
  margin: auto;
  right: 0;
  top: -120px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-news .news-list {
  margin: 0 auto 10%;
}

/*--------------------
top-map
---------------------*/
.top-map {
  width: 100%;
  height: 400px;
}

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

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.sv-ttl {
  position: absolute;
  letter-spacing: 0.12em;
  font-size: 2.4rem;
  color: var(--col-wh);
  text-shadow: 2px 2px 10px var(--col-text), -2px 2px 10px var(--col-text), 2px -2px 10px var(--col-text), -2px -2px 10px var(--col-text);
  width: fit-content;
  bottom: 30px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}
.sv-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/sv/sv-ttl-deco-l.png) no-repeat;
  width: 60px;
  height: 40px;
  bottom: 0;
  left: -70px;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.sv-ttl::after {
  position: absolute;
  content: "";
  background: url(../img/sv/sv-ttl-deco-r.png) no-repeat;
  width: 60px;
  height: 40px;
  margin: auto;
  right: -120px;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

/*---------------------
各ページの画像設定
-----------------------*/
.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-news {
  background: url(../img/sv/sv-news-bg.jpg) no-repeat center center/cover;
}

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

.sv-info {
  background: url(../img/sv/sv-info-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-commitment
-------------------------*/
.about-commitment-list {
  margin: 0 auto 80px;
}
.about-commitment-item {
  position: relative;
  margin: 0 auto 10%;
}
.about-commitment-item:last-child {
  margin: 0 auto;
}
.about-commitment-item .item-wrap {
  display: block;
}
.about-commitment-item .item-img {
  aspect-ratio: 500/320;
  width: 100%;
  height: fit-content;
}
.about-commitment-item .item-text-wrap {
  position: relative;
}
.about-commitment-item .item-text {
  margin: 0 auto 8%;
}
.about-commitment-item:nth-child(even) .item-img {
  order: 1;
}
.about-commitment-item:nth-child(even) .item-text-wrap {
  order: 2;
}
.about-commitment-point {
  position: relative;
}
.about-commitment-point-img-wrap {
  margin: 0 auto 10%;
}
.about-commitment-point-img {
  aspect-ratio: 850/450;
  width: clamp(230px, 60vw, 300px);
  height: fit-content;
  order: 1;
}
.about-commitment-point-ttl {
  order: 2;
  position: absolute;
  top: -35px;
  right: 0;
  width: clamp(75px, 22vw, 160px);
}

/*-----------------------
about-floor
-------------------------*/
.about-floor-map {
  margin: 0 auto 10%;
}
.about-floor-wrap {
  display: block;
}
.about-floor-text {
  margin: 0 auto 8%;
}
.about-floor-text-wrap {
  position: relative;
}
.about-floor-sub-ttl {
  position: relative;
  margin: 0 auto 8%;
  width: 100px;
}
.about-floor-sub-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco_ink01.png) no-repeat;
  width: 70px;
  height: 110px;
  bottom: 0;
  left: -100px;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.about-floor-sub-ttl::after {
  position: absolute;
  content: "";
  background: url(../img/common/deco_ink02.png) no-repeat;
  width: 60px;
  height: 100px;
  bottom: 30px;
  margin: auto;
  right: -80px;
  background-size: contain;
  transition: all 0.3s ease;
}
.about-floor-imgs {
  gap: 20px 5%;
  width: 100%;
}
.about-floor-main-img {
  aspect-ratio: 500/320;
  width: 100%;
  height: fit-content;
}
.about-floor-img {
  aspect-ratio: 240/250;
  width: 47.5%;
  height: fit-content;
}

/*-----------------------
about-chef
-------------------------*/
.about-chef-wrap {
  display: block;
}
.about-chef-img {
  aspect-ratio: 520/500;
  width: 80%;
  height: fit-content;
  margin: 0 auto 5%;
}
.about-chef-wrap {
  position: relative;
}

/*--------------- ▲ sub02_about ▲ ---------------*/
/*--------------- ▼ sub03_menu ▼ ---------------*/
/*-----------------------
menu-dishes
-------------------------*/
.menu-dishes-item {
  position: relative;
  margin: 0 auto 100px;
}
.menu-dishes-item:last-child {
  margin: 0 auto;
}
.menu-dishes-item .item-wrap {
  position: relative;
  display: block;
}
.menu-dishes-item .item-text-wrap {
  margin: 0 auto 10%;
}
.menu-dishes-item .item-ttl-main {
  font-size: 2rem;
  text-align: center;
  box-sizing: border-box;
  padding: 0 0 15px;
  margin: 0 auto 25px;
  letter-spacing: 0.12em;
}
.menu-dishes-item .item-ttl-main::before {
  position: absolute;
  content: "";
  background: var(--col-main-light);
  width: 30px;
  height: 1px;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.menu-dishes-item .item-ttl-sub {
  text-align: center;
  margin: 0 auto 6%;
  letter-spacing: 0.1em;
  gap: 20px;
  display: block;
}
.menu-dishes-item .item-ttl-sub .category {
  font-size: 1.4rem;
  display: block;
  width: fit-content;
  max-width: 140px;
  box-sizing: border-box;
  padding: 4px 8px;
  line-height: 1.5;
  background: var(--col-sub02);
  color: var(--col-wh);
  text-align: center;
  margin: 0 auto 5px;
}
.menu-dishes-item .item-ttl-sub .ttl {
  display: block;
  font-size: 2.4rem;
  line-height: 1.6;
}
.menu-dishes-item .item-menu {
  margin-bottom: 30px;
}
.menu-dishes-item .item-menu p {
  display: block;
  box-sizing: border-box;
  padding: 15px 0;
  border-bottom: 1px dashed var(--col-gry);
}
.menu-dishes-item .item-text {
  margin: 0 auto 30px;
}
.menu-dishes-item .item-btn {
  margin: 30px auto 0;
}
.menu-dishes-item .item-imgs {
  width: 100%;
  gap: 20px 5%;
  margin: 0 auto 5%;
  max-height: 390px;
  overflow-y: auto;
}
.menu-dishes-item .item-imgs .custom-img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
.menu-dishes-item .item-imgs .main-img {
  aspect-ratio: 500/320;
  width: 100%;
  height: fit-content;
}
.menu-dishes-item .item-imgs .sub-imgs {
  gap: 20px 5%;
  width: 100%;

}
.menu-dishes-item .item-imgs .sub-imgs .sub-img {
  aspect-ratio: 1/1;
  width: 47.5%;
}

/*-----------------------
menu-drink
-------------------------*/
.menu-drink-img {
  aspect-ratio: 880/400;
  width: 100%;
  height: fit-content;
  margin: 0 auto 10%;
}
.menu-drink-list {
  counter-reset: number 0;
}
.menu-drink-item {
  position: relative;
  margin: 0 auto 10%;
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 8% 4%;
}
.menu-drink-item:last-child {
  margin: 0 auto;
}
.menu-drink-item .item-wrap {
  gap: 30px;
}
.menu-drink-item .item-box {
  background: var(--col-sub);
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 7% 4%;
}

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

-------------------------*/
/*--------------- ▲ sub03_menu ▲ ---------------*/
/*--------------- ▼ sub04_scene ▼ ---------------*/
/*-----------------------
scene-about
-------------------------*/
.scene-about-sec {
  position: relative;
  margin: 0 auto 70px;
}
.scene-about-sec .sec-main {
  margin: 0 auto 10%;
  display: block;
}
.scene-about-sec .sec-img {
  aspect-ratio: 500/320;
  width: 100%;
  height: fit-content;
  margin: 0 auto 6%;
}
.scene-about-sec .sec-sub-list {
  gap: 40px;
}
.scene-about-sec .sec-sub-item {
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 8% 5%;
  width: 100%;
}
.scene-about-sec .sec-sub-item .item-name {
  position: relative;
  display: block;
  border-bottom: 1px dashed var(--col-gry);
  box-sizing: border-box;
  padding: 0 0 12px;
  margin-bottom: 18px;
  font-size: 2.2rem;
}
.scene-about-sec .sec-sub-item .item-name .sub-ttl {
  position: relative;
  display: block;
  font-size: 1.7rem;
}
.scene-about-sec .sec-sub-item .item-name .main-ttl {
  font-size: 2.4rem;
  position: relative;
  display: block;
}
.scene-about-sec .sec-sub-item .item-name .main-ttl .large {
  font-size: 3.5rem;
}

/*-----------------------
scene-voice
-------------------------*/
.scene-voice-google {
  position: relative;
  margin: 0 auto 10%;
  width: 100%;
  box-sizing: border-box;
  padding: 8% 4%;
  border: 6px solid var(--col-wh);
  background: var(--col-sub);
  outline: 2px solid var(--col-main-light);
  outline-offset: 0px;
}
.scene-voice-google-star-wrap {
  gap: 20px;
  color: var(--col-main-light);
  margin: 0 auto 20px;
  justify-content: center;
}
.scene-voice-google-star-wrap .num {
  display: block;
  font-size: 3rem;
  font-weight: 700;
}
.scene-voice-google-star-wrap .star {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}
.scene-voice-google-text {
  margin: 0 auto 30px;
}
.scene-voice-google-btn {
  width: 100%;
  margin: 0 auto;
}
.scene-voice-list {
  gap: 30px;
}
.scene-voice-item {
  position: relative;
  background: var(--col-wh);
  width: 100%;
  box-sizing: border-box;
  padding: 8% 6%;
}
.scene-voice-item .item-info {
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
  justify-content: center;
  gap: 20px;
}
.scene-voice-item .item-img {
  aspect-ratio: 1/1;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 3px solid var(--col-wh);
  outline: 1px solid var(--col-main-light);
}
.scene-voice-item .item-ttl {
  width: 170px;
}
.scene-voice-item .item-ttl .name {
  display: block;
  position: relative;
  font-size: 1.9rem;
  letter-spacing: 0.08em;
}
.scene-voice-item .item-ttl .star {
  color: var(--col-main-light);
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

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

-------------------------*/
/*--------------- ▲ sub04_scene ▲ ---------------*/
/*--------------- ▼ sub05_info ▼ ---------------*/
/*-----------------------
info-outline
-------------------------*/
.info-outline-wrap {
  margin: 0 auto 10%;
  display: block;
}
.info-outline-table {
  margin: 0 auto 10%;
}
.info-outline-img {
  aspect-ratio: 520/500;
  width: 100%;
  height: fit-content;
}
.info-outline-pay {
  background: var(--col-wh);
  position: relative;
  box-sizing: border-box;
  padding: 8% 6%;
  margin: 0 auto 10%;
}
.info-outline-pay-item {
  margin: 0 auto 25px;
}
.info-outline-pay-item:last-child {
  margin: 0 auto;
}

/*-----------------------
info-access
-------------------------*/
.info-access-list {
  gap: 60px;
}
.info-access-item {
  width: 100%;
  position: relative;
}
.info-access-item::before {
  position: absolute;
  content: "";
  border-bottom: 5px solid var(--col-main);
  border-right: 5px solid var(--col-main);
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  margin: auto;
  right: 0;
  left: 0;
  bottom: -30px;
  background-size: contain;
  transition: all 0.3s ease;
}
.info-access-item:last-child::before {
  content: none;
}
.info-access-item figure {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}
.info-access-item figcaption {
  font-size: 1.6rem;
  font-weight: 600;
  width: 55vw;
}
.info-access-item .item-img {
  aspect-ratio: 240/300;
  width: 30vw;
  height: fit-content;
}

/*-----------------------
info-gallery
-------------------------*/
.info-gallery-list {
  gap: 25px 5%;
}
.info-gallery-item {
  width: 47.5%;
}
.info-gallery-item .item-img {
  aspect-ratio: 330/240;
}
.gallery-post-img .img {
	margin: 0 auto 10%;
	width: 100%;
}
/*--------------- ▲ 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 */