@charset "UTF-8";
@import url("root.css");

* {
  font-optical-sizing: auto;
}

/*-----*RESET CSS*-----*/
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  color: var(--text-color);
  background: var(--body-bg-color);
  font-family: var(--base-font-family);
  font-size: var(--base-font-size);
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5;
  height: auto;
  overflow: hidden;
  pointer-events: none;
  position: relative;
}
body * {
  pointer-events: auto;
}
p,
dt,
dd,
li,
th,
td,
strong,
h4,
h5,
h6,
i,
em,
aside,
article,
header,
footer,
address,
b,
div {
  font-size: 1.8rem;
}
small {
  font-size: 1.4rem;
}
a {
  transition: 0.2s;
}
a:hover {
  opacity: 0.8;
  cursor: pointer;
}

/*-----*BASE CSS*-----*/
.container {
  width: var(--container-width);
  margin: auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 599.98px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/******************************************
HEADER
***************************************/

header .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 98%;
  height: 80px;
  margin: 0rem auto 0rem;
  text-align: left;
}
header .inner article {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 90%;
}
header .inner article h1 {
  display: flex;
  align-items: center;
}
header .inner article h1::before {
  display: inline-block;
  content: "";
  background-image: url("../img/ebidai.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 84px;
  height: auto;
  aspect-ratio: 84/70;
  object-fit: cover;
  margin-right: 2%;
}
header .inner article h1 a {
  color: inherit;
  text-align: left;
}
header .inner article h1 span {
  font-size: calc(14px + 2 * (100vw - 320px) / 880);
  font-weight: 500;
  color: #000;
}
header .inner article h1 strong {
  display: flex;
  align-items: center;
  font-size: calc(20px + 16 * (100vw - 320px) / 880);
  font-weight: 700;
  white-space: nowrap;
  line-height: 100%;
}
header .inner article h1 strong img {
  display: inline-block;
  width: 100%;
  max-width: 192px;
  height: auto;
  margin-right: 5px;
}
@media (max-width: 768px) {
  header .inner article h1 span {
    display: none;
  }
  header .inner article h1 strong {
    flex-direction: column;
    align-items: flex-start;
  }
  header .inner article h1 strong img {
    display: block;
    max-width: 100px;
    height: auto;
  }
}
header .inner article:nth-child(2) {
  display: none;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  header .inner article h1 span {
    font-size: 1.6rem;
  }
  header .inner article h1 strong {
    font-size: 3.6rem;
  }
}

@media (max-width: 599px) {
  header {
    height: 60px;
  }
  header .inner {
    height: 60px;
  }
  header .inner article h1 {
    width: 84%;
    min-width: auto;
  }
  header .inner article h1::before {
    width: 74px;
    min-width: 54px;
    aspect-ratio: 74/60;
    margin-right: 1%;
  }
}

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

header .inner article .tel_box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100px;
}
header .inner article .tel_box dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 3.2rem;
  font-weight: 700;
  padding-right: 14px;
  margin-bottom: 0;
  white-space: nowrap;
}
header .inner article .tel_box dt::before {
  display: block;
  content: "";
  background-image: url("../img/svg/icn_tel_rd.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-width: 36px;
  max-width: 60px;
  height: 30px;
  margin-right: 5px;
}
header .inner article .tel_box dd.time {
  font-size: 1.4rem;
  line-height: 100%;
}

/***************************************
------------- NAVIGATION -------------
***************************************/

p.store_name {
  font-size: min(3.8vw, 2rem);
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0 2%;
}

.navigation {
  width: 100%;
  background: #000;
}

.navigation > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 64px;
  max-width: var(--container-width);
  margin: auto;
  list-style: none;
  justify-content: center;
}

.navigation ul#page_link > li .navi_home {
  width: 30px;
  height: auto;
  aspect-ratio: 30/27;
  object-fit: cover;
}

.navigation ul#page_link > li {
  width: calc(100% / 7);
  height: inherit;
  display: flex;
  align-items: center;
  position: relative;
}

.navigation ul#page_link > li::after {
  content: "";
  display: block;
  width: 1px;
  height: 36px;
  background: #333;
  opacity: 1.3;
}

.navigation > ul > li.has-child {
  position: relative;
}

.navigation > ul > li.has-child > a {
  position: relative;
}

@media (max-width: 599px) {
  .navigation ul li.has_children > a {
    padding-right: 15px;
    position: relative;
    z-index: 1;
  }
}
.navigation > ul > li.has-child > a .menu-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5rem;
  margin: auto;
  width: 30px;
  height: 30px;
  transition: 0.3s;
  transform: rotate(0deg);
  padding: 0 !important;
}

.navigation > ul > li.has-child > a .menu-dropdown-toggle i {
  font-size: 2rem;
}
@media (min-width: 600px) {
  .navigation > ul > li.has-child > a .menu-dropdown-toggle i {
    display: none;
  }
}

.navigation > ul > li.has-child .menu-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media (min-width: 600px) {
  .navigation > ul > li.has-child .menu-dropdown .itemlist {
    width: 300%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -100%;
    ul {
      width: calc(100% / 3);
    }
  }
}
@media (min-width: 600px) {
  html:not(.touch-enabled) .navigation ul li.has-child:hover .menu-dropdown {
    display: block !important;
  }
  html:not(.touch-enabled)
    .navigation
    ul
    li.has-child:hover
    > a
    .menu-dropdown-toggle,
  .navigation ul li.has-child > a.is-open .menu-dropdown-toggle {
    transform: rotate(180deg);
  }
}
@media (max-width: 599px) {
  .navigation > ul > li.has-child .menu-dropdown {
    display: none;
    position: static;
    top: unset;
    left: unset;
    width: 100%;
    z-index: unset;
  }
  html.touch-enabled
    .navigation
    ul
    li.has-child
    > a.is-open
    .menu-dropdown-toggle {
    transform: rotate(180deg);
  }
}
.navigation ul li.has-child .menu-dropdown li {
  width: 100%;
}

.navigation ul li.has-child .menu-dropdown li:first-child a {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}

.navigation ul li.has-child .menu-dropdown li:not(:last-child) a {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.navigation ul li.has-child .menu-dropdown li a {
  padding: 10px 0;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  background: var(--base-color01);
}

@media (min-width: 600px) {
  .navigation ul#page_link > li:first-child::before {
    content: "";
    display: block;
    width: 1px;
    height: 38px;
    background: #333;
    opacity: 1.3;
  }
}
.navigation ul#page_link li a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: inherit;
  align-items: center;
  justify-content: center;
  transition: 0s;
  color: #fff;
  font-size: clamp(1.1rem, 1.4vw, 1.6rem);
  font-weight: bold;
}

@media (max-width: 599px) {
  .navigation ul#page_link li a {
    font-size: 1.6rem;
  }
}
.navigation ul#page_link li a:hover {
  opacity: 1;
}

#menu-btn-check,
.menu-btn {
  display: none;
}

@media (max-width: 599px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    height: 65px;
    background: var(--body-bg-color);
  }
  header .header_wrap .store_name {
    width: min(50%, 250px);
    margin-left: 20px;
  }
  .menu-btn {
    position: fixed;
    top: 3px;
    right: 10px;
    display: flex;
    height: 54px;
    width: 54px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    color: var(--base-color01);
    cursor: pointer;
  }
  .menu-btn span.bar,
  .menu-btn span.bar:before,
  .menu-btn span.bar:after {
    content: "";
    display: block;
    height: 3px;
    width: 34px;
    border-radius: 3px;
    background-color: var(--base-color01);
    position: absolute;
  }
  .menu-btn span.txt {
    position: absolute;
    bottom: 0;
    color: var(--base-color01);
    font-size: 1.2rem;
    line-height: 1;
  }
  .menu-btn span.bar:before {
    top: -10px;
  }
  .menu-btn span.bar {
    top: 20px;
  }
  .menu-btn span.bar:after {
    top: 10px;
  }
  #menu-btn-check:checked ~ .menu-btn span.bar {
    background-color: transparent;
  }
  #menu-btn-check:checked ~ .menu-btn span.bar::before {
    top: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span.bar::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .navigation {
    width: 100%;
    height: calc(100% - 65px);
    position: fixed;
    top: 65px;
    left: 100%;
    z-index: 80;
    background: var(--base-color01);
    transition: all 0.5s;
    overflow-y: scroll;
    padding-bottom: 100px;
  }
  .navigation ul#page_link {
    padding: 10px 0;
    height: auto;
  }
  .navigation ul#page_link > li {
    width: 100%;
    margin: 0;
    border-bottom: solid 1px #fff;
    list-style: none;
  }
  .navigation ul#page_link li:not(:last-of-type)::after {
    content: none;
  }
  .navigation ul#page_link > li a {
    padding: 15px 0;
  }
  .navigation ul#page_link > li a span {
    padding: 0 0 5px;
  }
  .navigation ul#page_link > li:before,
  .navigation ul#page_link > li:last-of-type:after {
    content: none;
  }
  .navigation ul#page_link > li a:hover,
  .navigation ul#page_link > li span:hover {
    background: none;
    opacity: 0.8;
  }
  #menu-btn-check:checked ~ .navigation {
    left: 0; /*メニューを画面内へ*/
  }
  .navigation li.has-child .menu-dropdown {
    position: static;
    background: none;
    width: calc(100% - 2px);
    opacity: 1;
    transition: none;
    display: none;
  }
  .navigation li.has-child {
    flex-wrap: wrap;
  }
}

/***************************************
------------- FOOTER LOGO -------------
***************************************/

.store_name {
  /* width: 100%;
  text-align: center; */
  /* margin: clamp(30px, 5vw, 50px) auto clamp(30px, 5vw, 50px); */
}
.store_name .logo_area {
  width: 100%;
  background: url(../img/stripe.svg) repeat top left / 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}
.store_name .logo_area::before {
  display: block;
  content: "";
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: min(80%, 300px);
  height: auto;
  aspect-ratio: 6/1;
  object-fit: cover;
  margin: 2.5rem 0;
}
.store_name .storename_area {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color_yw01b);
  padding: 0.8em 2em;
  margin: 0 auto;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); */
  color: #333;
  white-space: nowrap;
  strong {
    font-size: calc(16px + 16 * (100vw - 320px) / 880);
    font-weight: 700;
  }
}

.store_name p {
  display: none;
}
.store_name p::before {
  display: block;
  content: "";
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: min(80%, 300px);
  height: auto;
  aspect-ratio: 6/1;
  object-fit: cover;
  margin-bottom: 2.5rem;
}
.store_name p {
  color: inherit;
  text-align: left;
}
.store_name p strong {
  display: flex;
  align-items: center;
  font-size: calc(16px + 16 * (100vw - 320px) / 880);
  font-weight: 700;
  white-space: nowrap;
  line-height: 100%;
}
.store_name p strong img {
  display: inline-block;
  width: 100%;
  max-width: 192px;
  height: auto;
  margin-right: 5px;
}

@media (min-width: 1200px) {
  .store_name p strong {
    font-size: 3.6rem;
  }
}

@media (max-width: 768px) {
  .store_name p strong {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .store_name p strong img {
    max-width: 160px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1%;
  }
}

/***************************************
------------- 見出しタイトル -------------
***************************************/
.midashi_ttl {
  width: 100%;
  margin: clamp(50px, 10vw, 100px) auto clamp(35px, 3vw, 30px);
}

.page_wrap .midashi_ttl.first {
  margin: 0 auto clamp(35px, 3vw, 30px);
}

span.sub {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
  line-height: 1;
  color: #000;
  letter-spacing: 0.05em;
}
.ttl_deco {
  width: 100%;
  height: clamp(45px, 10vw, 65px);
  /* background-image: url("../img/midashi_left_bk.webp"),
    url("../img/midashi_right_bk.webp"); */
  background-repeat: no-repeat;
  background-position: left, right;
  background-color: var(--base-color01);
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ttl_deco h2 {
  font-size: clamp(1.8rem, 4.5vw, 3.2rem);
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  line-height: 1.35;
  position: relative;
  z-index: 2;
  text-indent: 2.5rem;
}
.ttl_deco h2::after {
  display: block;
  content: "";
  /* background: var(--grad-color02); */
  width: 100%;
  height: 5px;
  margin-top: 0.5%;
}
/***************************************
------------- LINK BUTTON -------------
***************************************/

.link_area {
  width: 100%;
  margin: clamp(25px, 5vw, 50px) auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link_area a {
  width: clamp(300px, 50vw, 500px);
  background: linear-gradient(90deg, #333, #666);
  border: 2px solid #fff;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  color: #fff;
  font-size: calc(16px + 6 * (100vw - 320px) / 880);
  padding: 15px 30px 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  position: relative;
}
.link_area a::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/svg/icn_arw_right_gd.svg) no-repeat;
  background-position: top center;
  background-size: contain;
  width: 15px;
  height: auto;
  aspect-ratio: 10/14;
  object-fit: cover;
  top: 50%;
  right: min(10%, 20px);
  transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
  .link_area a {
    font-size: 2.4rem;
  }
}
/***************************************
------------- NEWS ICON -------------
***************************************/
.date {
  font-size: 1em;
  color: var(--text-color);
  display: flex;
  align-items: center;
}
.date::before {
  content: "";
  display: block;
  background: url(../img/svg/icn_cal_bk.svg) no-repeat;
  background-position: top center;
  background-size: contain;
  width: 15px;
  height: auto;
  margin-right: 10px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
span.cate {
  width: 120px;
  font-size: 0.75em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 5px 7px;
  border-radius: 4px;
  line-height: 1;
  margin-left: 1rem;
  margin-right: 1rem;
}
span.cate.cate01 {
  background: #dd6464;
} /*お知らせ*/
span.cate.cate02 {
  background: #ddbb66;
} /*キャンペーン*/
span.cate.cate03 {
  background: #66aa77;
} /*ブログ*/
span.cate.cate04 {
  background: #5577aa;
} /*コラム*/
span.cate.cate05 {
  background: #666666;
} /*その他*/

/***************************************
------------- COLOR -------------
***************************************/

span.red {
  font-size: inherit;
  font-weight: inherit;
  color: #c80000;
}
/***************************************
------------- スクロールボックス -------------
***************************************/

.text_scl .result_txt {
  position: relative;
  height: auto;
  max-height: 120px;
  overflow-y: scroll;
  padding: 5px 0;
}

.more_btn {
  display: block;
  margin: 10px auto 10px;
  padding: 6px 32px;
  border-radius: 4px;
  border: 0;
  color: #fff;
  background-color: #000;
  cursor: pointer;
  font-size: 0.8em;
}
/***************************************
------------- アコーディオンボタン -------------
***************************************/

.text_more .result_txt {
  position: relative;
  height: auto;
  max-height: 80px;
  overflow: hidden;
  padding: 0 10px;
  transition: max-height 1s;
}
.text_more .result_txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 0%, #fff 100%);
}

.text_more .result_txt.open:after {
  z-index: -1;
  opacity: 0;
}

.more__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 10px auto 0;
  padding: 10px;
  border: 0;
  color: #fff;
  background-color: #000;
  cursor: pointer;
  font-size: 0.8em;
  span {
    transition: 0.5s;
    display: block;
    width: 14px;
    aspect-ratio: 14/10;
    object-fit: contain;
    background: url(../img/svg/icn_arw_down_wh.svg) no-repeat top center /
      contain;
  }
}

.text_more .open ~ .more__btn span {
  rotate: 180deg;
}
/***************************************
------------- アクセス -------------
***************************************/

#information .contents_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 5%;
}

.info_wrap {
  width: 45%;
}
.info_img {
  width: 50%;
  text-align: center;
}
.info_img img {
  height: 100%;
  object-fit: cover;
}
#information h3 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: clamp(10px, 2vw, 20px);
}
.info_table {
  border-top: 2px solid;
  border-top-color: var(--base-color03);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: clamp(5px, 0.5vw, 5px);
  /*padding: 15px;*/
}
.info_table dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5%;
  border-bottom: 2px solid;
  border-bottom-color: var(--base-color03);
  padding-bottom: clamp(5px, 0.5vw, 5px);
}
.info_table dl:not(:last-of-type) {
  margin-bottom: clamp(5px, 0.5vw, 5px);
}
.info_table dl dt {
  width: 27.5%;
  height: 100%;
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1;
  background: var(--base-color03);
  padding: 8px;
  border-radius: 0px;
  text-align: center;
}
.info_table dl dd {
  width: 61%;
}
@media (max-width: 768px) {
  .info_wrap {
    width: 100%;
    margin-bottom: clamp(25px, 5vw, 50px);
  }
  #information h3 {
    text-align: center;
  }
  .info_img {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .info_table {
    border-top: 0px;
  }
  .info_table dl {
    border-bottom: 0px;
  }
  .info_table dl:not(:last-of-type) {
    margin-bottom: clamp(10px, 2vw, 20px);
  }
  .info_table dl dt {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    text-align: left;
  }
  .info_table dl dd {
    flex-shrink: 0;
    width: 100%;
  }
}

.sns_link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 1rem;
  li {
    flex: 1;
    a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 5px;
      border-radius: 4px;
      span {
        position: relative;
        z-index: 1;
        color: #fff;
      }
    }
    .sns_insta {
      background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
      position: relative;
      overflow: hidden;
      z-index: 1;
    }
    .sns_insta::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(
          15deg,
          #ffdb2c,
          rgb(249, 118, 76) 25%,
          rgba(255, 77, 64, 0) 50%
        )
        no-repeat;
      z-index: -1;
    }
    .sns_x {
      background: linear-gradient(#666 0%, #333 100%) no-repeat;
    }
    .sns_line {
      background: linear-gradient(#55bb11 0%, #009933 100%) no-repeat;
    }
    .sns_fb {
      background: linear-gradient(#6688cc 0%, #3b5998 100%) no-repeat;
    }
    .sns_yt {
      background: linear-gradient(#e20000 0%, #a9002c 100%) no-repeat;
    }
  }
}
/***************************************
------------- FOOTER -------------
***************************************/
.gmap iframe {
  width: 100%;
  height: 290px;
  /* height: min(30vw, 300px); */
  margin: clamp(50px, 10vw, 100px) 0 0;
  padding: 0;
  vertical-align: bottom;
}
footer {
  width: 100%;
  background: var(--base-bgcolor01);
  position: relative;
  z-index: -1;
}
footer .contents_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2%;
}
.footer_list {
  width: calc(94% / 4);
  padding: clamp(25px, 5vw, 50px) 0;
}
.footer_list li:not(:last-of-type) {
  margin-bottom: clamp(5px, 1vw, 10px);
}
.footer_list:last-of-type {
  margin-top: clamp(0px, 3.5vw, 35px);
}
footer .arrow {
  position: relative;
  padding-left: 15px;
}

footer .arrow::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 7px solid transparent;
  border-left: 8px solid #000;
}
footer .arrow a {
  color: inherit;
}

footer .lower {
  padding-left: 15px;
}
footer .lower::before {
  content: "└";
  color: #000;
  margin-right: 5px;
}

footer .copyright {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.25;
  font-size: 1.4rem;
  padding: 12px 0 16px;
  color: #fff;
  background: var(--base-color01);
}
@media (max-width: 768px) {
  footer .contents_wrap {
    padding: clamp(25px, 5vw, 50px) 0;
    gap: 0;
  }
  .footer_list:nth-of-type(1),
  .footer_list:nth-of-type(2) {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .footer_list li {
    width: 50%;
    margin-bottom: clamp(5px, 1vw, 10px);
  }
  .footer_list:nth-of-type(3) {
    width: 50%;
    padding: 0;
  }
  .footer_list:nth-of-type(4) {
    width: 50%;
    padding: 0;
    margin-top: 1.8em;
  }
  footer .lower {
    padding-left: 0px;
    width: 100%;
    white-space: nowrap;
  }
}
@media (max-width: 599px) {
  .footer_list:nth-of-type(1),
  .footer_list:nth-of-type(2),
  .footer_list:nth-of-type(3),
  .footer_list:nth-of-type(4) {
    width: 100%;
    margin-top: 0;
  }
  .footer_list li {
    width: 100%;
    margin-bottom: clamp(10px, 2vw, 20px);
  }
}

/***************************************
------------- SNS LINKS -------------
***************************************/

.sns_links {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(30px, 5vw, 50px);
}
.sns_links li {
  padding: 2%;
}
.sns_links li img {
  display: block;
  width: 100%;
  max-width: 68px;
}

/***************************************
------------- TO TOP -------------
***************************************/
@media (min-width: 600px) {
  #page_top a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 99;
    bottom: 50px;
    color: #333;
    text-align: center;
    background: var(--base-color03);
    width: 60px;
    height: 60px;
    border: solid 1px #fff;
    border-radius: 8px 0 0 8px;
  }
  #page_top a::before {
    display: block;
    font-family: "Font Awesome 5 Free";
    content: "\f139";
    font-weight: 600;
    font-size: 80%;
    margin-bottom: 0px;
  }
  #page_top a span {
    font-size: 1.5rem;
    line-height: 1;
  }
}

/***************************************
------------- CONTACT -------------
***************************************/

@media (min-width: 600px) {
  .side_contact {
    position: fixed;
    z-index: 99;
    bottom: 335px;
    right: 0;
    color: #fff;
    text-align: center;
    background: linear-gradient(var(--base-color03), var(--base-color01));
    width: 60px;
    height: 180px;
    border-radius: 8px 0 0 8px;
  }
  .side_contact01 {
    position: fixed;
    z-index: 99;
    bottom: 130px;
    right: 0;
    color: #fff;
    text-align: center;
    background: linear-gradient(var(--base-color03), var(--base-color01));
    width: 60px;
    height: 180px;
    border-radius: 8px 0 0 8px;
  }
  .side_contact a {
    width: 100%;
    height: 100%;
    writing-mode: vertical-lr;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
  }
  .side_contact01 a {
    width: 100%;
    height: 100%;
    writing-mode: vertical-lr;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
  }
  .side_contact a::before {
    content: "";
    display: block;
    background: url(../img/svg/icn_mail_wh.svg) no-repeat;
    background-position: top center;
    background-size: contain;
    width: 20px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-bottom: 5px;
  }
}

.side_contact01.line_btn a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  align-content: center;
}

.side_contact01.line_btn a img {
  display: block;
  margin: 0 auto 0.2em auto;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
/***************************************
------------- 下部固定メニュー -------------
***************************************/
@media (max-width: 599.98px) {
  footer .copyright {
    padding-bottom: 80px;
  }
  .sp_fixed_bnr {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #fff;
  }

  .sp_fixed_bnr li {
    height: 100%;
    color: #333;
  }
  .sp_fixed_bnr li a {
    width: 100%;
    font-size: 1.6rem;
    height: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
  .sp_fixed_bnr li:not(:last-of-type) {
    border-right: 1px solid #fff;
  }
  .sp_fixed_bnr li:nth-of-type(1) {
    width: 32%;
    background: linear-gradient(#fff001, #fff001);
  }
  .sp_fixed_bnr li:nth-of-type(2) {
    width: 28.5%;
    background: var(--base-color03);
  }
  .sp_fixed_bnr li:nth-of-type(3) {
    width: 28.5%;
    background: #06c755;
  }
  .sp_fixed_bnr li:nth-of-type(4) {
    width: 11%;
    background: var(--base-color05);
  }

  .sp_fixed_bnr li:nth-of-type(1) a::before {
    content: "";
    display: block;
    background: url(../img/svg/icn_tel_bk.svg) no-repeat;
    background-position: top center;
    background-size: contain;
    width: 25px;
    height: auto;
    aspect-ratio: 25/20;
    object-fit: cover;
  }

  .sp_fixed_bnr li:nth-of-type(2) a::before {
    content: "";
    display: block;
    background: url(../img/svg/icn_mail_wh.svg) no-repeat;
    background-position: top center;
    background-size: contain;
    width: 20px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  .sp_fixed_bnr li:nth-of-type(3) a::before {
    content: "";
    display: block;
    background: url(../img/icn_line_wh.png) no-repeat;
    background-position: top center;
    background-size: contain;
    width: 20px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  .sp_fixed_bnr li:nth-of-type(4) a::before {
    content: "";
    width: 1px;
    height: 1px;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #333;
    border-left: 8px solid transparent;
  }
}

/***************************************
-------------- PAGENATION --------------
***************************************/
.pagination {
  width: min(100%, 600px);
  margin: 60px auto 0;
}

@media (max-width: 767px) {
  .pagination {
    margin: 40px auto 0;
  }
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.pagination li {
  width: 8%;
  line-height: 1.5;
}

.pagination li:not(:last-of-type) {
  margin-right: 2%;
}

.pagination li a {
  display: flex;
  font-size: 1.44rem;
  color: var(--base-color01);
  border: 1px solid;
  border-color: var(--base-color01);
  width: 100%;
  height: 42px;
  align-items: center;
  justify-content: center;
}

.pagination li.active a {
  background: var(--base-color01);
  color: #fff;
}

/***************************************
------------- instagram -------------
***************************************/

.insta_bnr {
  width: 100%;
  margin-top: clamp(10px, 2vw, 20px);
}
.insta_bnr a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 600;
  width: 100%;
  padding: 15px;
  border: 4px solid;
  border-image: conic-gradient(
      #d300c5,
      #7638fa,
      #ffd600,
      #ff7a00,
      #ff0069,
      #d300c5
    )
    1;
}

.insta_bnr a::before {
  content: "";
  display: block;
  width: 1em;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin-right: 5px;
  background: url(../img/svg/icn_insta_bk.svg) no-repeat;
  background-position: center center;
  background-size: contain;
}
