@charset "UTF-8";
/* サイト固有のコンポーネント
////////////////////////////////////////////////////////////////////////////////////////////////// */
:root {
  --separate--wave_a_01: url(/img/common/separate__wave__a_01.png) center top / max(1280px, 100%) 22px no-repeat;
  --separate--wave_a_02: url(/img/common/separate__wave__a_02.png) center top / max(1280px, 100%) 22px no-repeat;
  --separate--wave_a_03: url(/img/common/separate__wave__a_03.png) center top / max(1280px, 100%) 22px no-repeat;
  --pattern--stripe_a_01: url(/img/common/pattern_border__a_01.png) repeat;
  --pattern--stripe_a_02: url(/img/common/pattern_border__a_02.png) repeat;
  --pattern--stripe_a_03: url(/img/common/pattern_border__a_03.png) repeat;
  --pattern--stripe_a_04: url(/img/common/pattern_border__a_04.png) repeat;
  --pattern--stripe_b_01: url(/img/common/pattern_border__b_01.png) repeat;
}
@media screen and (max-width: 767px) {
  :root {
    --separate--wave_a_01: url(/img/common/separate__wave__a_01.png) center top / 150% 2.5vw no-repeat;
    --separate--wave_a_02: url(/img/common/separate__wave__a_02.png) center top / 150% 2.5vw no-repeat;
        --separate--wave_a_02: url(/img/common/separate__wave__a_03.png) center top / 150% 2.5vw no-repeat;
  }
}

/* layout レイアウト
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.com__card_01 {
  background: #f1f1f1;
  padding: 40px;
  border-radius: 10px;
  padding-top: 60px;
  position: relative;
}
.com__card_01::before {
  content: "";
  position: absolute;
  background: url(/img/common/border__double__a_01.png) repeat-x;
  width: calc(100% - 30px);
  top: 15px;
  left: 50%;
  translate: -50% 0;
  height: 4px;
}
.com__card_01::after {
  content: "";
  position: absolute;
  background: url(/img/common/border__double__a_01.png) repeat-x;
  width: calc(100% - 30px);
  bottom: 15px;
  left: 50%;
  translate: -50% 0;
  height: 4px;
}
@media screen and (max-width: 767px) {
  .com__card_01 {
    padding: 10vw 5vw 7vw;
  }
  .com__card_01::before {
    height: 5vw;
    top: 3vw;
  }
  .com__card_01::after {
    height: 5vw;
    bottom: 0vw;
  }
}

/* title タイトル
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.com__ttl03_01 .ja {
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 500;
}

.com__ttl03_02 {
  z-index: 0;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: var(--margin-40);
  margin-bottom: var(--margin-50);
  position: relative;
}
.com__ttl03_02::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__dot__a_01.png) center center/contain no-repeat;
  width: 58px;
  height: 8px;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
}
.com__ttl03_02 .en {
  font-size: var(--font-size-28);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: var(--fot--Quicksand);
  position: relative;
  margin-bottom: var(--margin-15);
  color: #6a6a6a;
  padding-top: 45px;
}
.com__ttl03_02 .en::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 10px;
  border-radius: 5px;
  background: var(--col--acc-02);
}
.com__ttl03_02 .en::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine__a_01.png) center center/contain no-repeat;
  width: 49px;
  height: 28px;
  left: 50%;
  translate: -50% 0;
  top: 0;
}
.com__ttl03_02 .ja {
  font-weight: 500;
  font-size: var(--font-size-40);
  letter-spacing: 0.08em;
  font-family: var(--fot--Zen-Maru-Goth);
}
@media screen and (max-width: 767px) {
  .com__ttl03_02::before {
    width: 10vw;
    height: 5vw;
  }
  .com__ttl03_02 .en {
    margin-bottom: 2vw;
  }
  .com__ttl03_02 .en::before {
    height: 2vw;
    left: 0vw;
    bottom: 0vw;
  }
  .com__ttl03_02 .en::after {
    width: 8vw;
    height: 5vw;
    top: 3vw;
  }
}

.com__ttl03_03 {
  z-index: 0;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: var(--margin-40);
  margin-bottom: var(--margin-50);
  position: relative;
}
.com__ttl03_03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__dot__a_01.png) center center/contain no-repeat;
  width: 58px;
  height: 8px;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
}
.com__ttl03_03 .en {
  font-size: var(--font-size-28);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: var(--fot--Quicksand);
  position: relative;
  margin-bottom: var(--margin-15);
  color: #6a6a6a;
  padding-top: 45px;
}
.com__ttl03_03 .en::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 10px;
  border-radius: 5px;
  background: var(--col--acc-02);
}
.com__ttl03_03 .en::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine__a_01.png) center center/contain no-repeat;
  width: 49px;
  height: 28px;
  left: 50%;
  translate: -50% 0;
  top: 0;
}
.com__ttl03_03 .ja {
  font-weight: 500;
  font-size: var(--font-size-40);
  letter-spacing: 0.08em;
  font-family: var(--fot--Zen-Maru-Goth);
}
@media screen and (max-width: 767px) {
  .com__ttl03_03::before {
    width: 10vw;
    height: 5vw;
  }
  .com__ttl03_03 .en {
    margin-bottom: 2vw;
  }
  .com__ttl03_03 .en::before {
    height: 2vw;
    left: 0vw;
    bottom: 0vw;
  }
  .com__ttl03_03 .en::after {
    width: 8vw;
    height: 5vw;
    top: 3vw;
  }
}

.com__ttl04_01 {
  padding: 10px 15px;
  background: var(--pattern--stripe_a_02);
  border-radius: 7px;
  width: fit-content;
}
.com__ttl04_01 .ja {
  font-size: var(--font-size-26);
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .com__ttl04_01 {
    padding: 2vw 5vw;
  }
}

/* 共通タイトル */
#contents-u .ttl01,
#contact .ttl01 {
  flex-direction: column-reverse;
  position: relative;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-70);
}
#contents-u .ttl01::before,
#contact .ttl01::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__dot__a_01.png) center center/contain no-repeat;
  width: 58px;
  height: 8px;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
}
#contents-u .ttl01 .en,
#contact .ttl01 .en {
  font-size: var(--font-size-28);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: var(--fot--Quicksand);
  position: relative;
  margin-bottom: var(--margin-15);
  color: #6a6a6a;
  padding-top: 45px;
}
#contents-u .ttl01 .en::before,
#contact .ttl01 .en::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 10px;
  border-radius: 5px;
  background: var(--col--acc-02);
}
#contents-u .ttl01 .en::after,
#contact .ttl01 .en::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine__a_01.png) center center/contain no-repeat;
  width: 49px;
  height: 28px;
  left: 50%;
  translate: -50% 0;
  top: 0;
}
#contents-u .ttl01 .ja,
#contact .ttl01 .ja {
  font-weight: 500;
  font-size: var(--font-size-40);
  letter-spacing: 0.08em;
  font-family: var(--fot--Zen-Maru-Goth);
  padding-bottom: var(--margin-30);
}
@media screen and (max-width: 767px) {
  #contents-u .ttl01::before,
  #contact .ttl01::before {
    width: 10vw;
    height: 5vw;
  }
  #contents-u .ttl01 .en,
  #contact .ttl01 .en {
    margin-bottom: 2vw;
  }
  #contents-u .ttl01 .en::before,
  #contact .ttl01 .en::before {
    height: 2vw;
    left: 0vw;
    bottom: 0vw;
  }
  #contents-u .ttl01 .en::after,
  #contact .ttl01 .en::after {
    width: 8vw;
    height: 5vw;
    top: 3vw;
  }
}
/* text テキスト
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* list リスト
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* table テーブル
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.com__table_01 tr th,
.com__table_01 tr td {
  padding: 40px 0;
  line-height: 1.6;
  border-bottom: 1px solid #9b9b9b;
}
.com__table_01 tr th {
  padding-left: 100px;
  padding-right: 50px;
}
.com__table_01 tr td {
  padding-left: 50px;
}
.com__table_01 tr:first-of-type th,
.com__table_01 tr:first-of-type td {
  border-top: 1px solid #9b9b9b;
}
@media screen and (max-width: 767px) {
  .com__table_01 tr th,
  .com__table_01 tr td {
    padding: 5vw 0;
    font-size: 3.6vw;
  }
  .com__table_01 tr th {
    width: 25%;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .com__table_01 tr td {
    padding-left: 3vw;
  }
}

.com__schedule_01 {
  margin-bottom: var(--margin-10);
}
.com__schedule_01 tr > *:last-child {
  padding-right: 40px;
}
.com__schedule_01 tr th:first-of-type {
  border-left: unset;
}
.com__schedule_01 tr :is(th, td):last-of-type {
  border-right: unset;
}
.com__schedule_01 tr th,
.com__schedule_01 tr td {
  font-size: 12px;
  padding: 7px;
  border: 1px solid #c7c7c7;
}
.com__schedule_01 tr:first-of-type th {
  background: var(--col--acc-02);
}
@media screen and (max-width: 767px) {
  .com__schedule_01 {
    width: 100%;
  }
  .com__schedule_01 tr {
    width: 100%;
  }
  .com__schedule_01 tr > *:last-child {
    padding-right: 2vw;
  }
  .com__schedule_01 tr th,
  .com__schedule_01 tr td {
    padding: 2vw;
    font-size: 3.5vw;
    text-align: center;
  }
  .com__schedule_01 tr th {
    padding-left: 3vw;
  }
  .com__schedule_01 tr td {
    padding-left: 2vw;
  }
}

/* tel 電話番号
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.com__tel {
  position: relative;
  width: fit-content;
}
.com__tel dt {
  text-align: center;
  font-size: var(--font-size-14);
  letter-spacing: 0.08em;
  padding: 3px 15px;
  background: var(--pattern--stripe_a_03);
  margin-bottom: 5px;
}
.com__tel .tel-num {
  position: relative;
  width: fit-content;
  font-weight: 700;
  font-size: var(--font-size-24);
}
.com__tel .tel-num small {
  position: relative;
  margin-right: 10px;
  font-size: var(--font-size-18);
}
.com__tel .tel-attention {
  display: block;
  position: relative;
  width: fit-content;
  height: var(--font-size-14);
}
@media screen and (max-width: 767px) {
  .com__tel {
    --font-size: 7vw;
  }
  .com__tel .tel-num {
    padding-left: 7.2vw;
  }
  .com__tel .tel-num::before {
    width: 6vw;
    height: 6vw;
  }
  .com__tel .tel-attention {
    height: 3vw;
  }
}

/* times 営業時間・定休日
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.com__times-item {
  position: relative;
  width: fit-content;
}
.com__times dt {
  position: relative;
  width: fit-content;
}
.com__times dd {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .com__times {
    --font-size: 3.6vw;
    --font-size-dt: 3.6vw;
    --color-dt: 3.6vw;
    --gap: 3vw;
    --gap-item: 2vw;
  }
}

/* btn ボタンの設計 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.com__btn_01 {
  --color: var(--col--txt-01);
  --background: var(--col--main-01);
  --width: 300px;
  --height: 45px;
  font-size: var(--font-size-15);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: var(--fot--Zen-Maru-Goth);
  z-index: 0;
  position: relative;
  width: var(--width);
  height: var(--height);
  color: var(--color);
  background: var(--background);
  border: 1px solid var(--background);
  transition: ease 0.2s;
  border-radius: 23px;
}
.com__btn_01 span {
  width: fit-content;
  transition: ease 0.2s;
}
@media screen and (max-width: 767px) {
  .com__btn_01 {
    width: 95%;
    height: 12.8vw;
    font-size: 3.9vw;
    margin: 0 auto;
  }
}
.com__btn_01.com__btn_line::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 50px;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .com__btn_01.com__btn_line::after {
    width: 7vw;
    height: 7vw;
    left: 4vw;
  }
}
.com__btn_01.com__btn_link::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__link__a_01.png) center center/contain no-repeat;
  width: 11px;
  height: 11px;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .com__btn_01.com__btn_link::after {
    width: 4vw;
    height: 4vw;
    right: 3vw;
  }
}
.com__btn_01.com__btn_yellow {
  --color: var(--col--txt-01);
  --background: var(--col--acc-01);
}
.com__btn_01.com__btn_yellow:hover {
  color: #af8d1d;
  background: #fff;
}

/* layout 共通レイアウト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.lay__txt_img {
  --column-gap: 0px;
  --row-gap: 0px;
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
  display: grid;
  grid-template: "text img" auto/1fr max-content;
}
.lay__txt_img > .item-text {
  grid-area: text;
}
.lay__txt_img > .item-img {
  grid-area: img;
}
.lay__txt_img.lay__r {
  grid-template: "img text" auto/max-content 1fr;
}
.lay__txt_img.lay__t {
  align-items: start;
}
.lay__txt_img.lay__c {
  align-items: center;
}
.lay__txt_img.lay__b {
  align-items: end;
}
.lay__txt_img.lay__rp:nth-of-type(even) {
  grid-template: "img text" auto/max-content 1fr;
}
.lay__txt_img.lay__r.lay__rp:nth-of-type(even) {
  grid-template: "text img" auto/1fr max-content;
}
@media screen and (max-width: 767px) {
  .lay__txt_img {
    grid-template: "img" auto "text" auto/1fr;
  }
  .lay__txt_img:is(.lay__r, .lay__rp) {
    grid-template: "img" auto "text" auto/1fr;
  }
  .lay__txt_img > .item-text {
    grid-area: text;
  }
  .lay__txt_img > .item-img {
    grid-area: img;
    width: 100%;
  }
}

.lay__ttl_img_txt {
  --column-gap: 0px;
  --row-gap: 0px;
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
  display: grid;
  grid-template: "img ttl" min-content "img text" auto/max-content 1fr;
  align-items: end;
}
.lay__ttl_img_txt > .item-ttl {
  grid-area: ttl;
}
.lay__ttl_img_txt > .item-img {
  grid-area: img;
}
.lay__ttl_img_txt > .item-text {
  grid-area: text;
}
.lay__ttl_img_txt.lay__t {
  grid-template: "img ttl" min-content "img text" 1fr/max-content 1fr;
}
.lay__ttl_img_txt.lay__t > .item-text {
  align-self: start;
}
.lay__ttl_img_txt.lay__t.lay__r, .lay__ttl_img_txt.lay__t.lay__rp:nth-of-type(even) {
  grid-template: "ttl img" min-content "text img" 1fr/1fr max-content;
}
.lay__ttl_img_txt.lay__c {
  align-items: center;
  grid-template: "img ttl" auto "img text" auto/max-content 1fr;
}
.lay__ttl_img_txt.lay__c > .item-ttl {
  align-self: end;
}
.lay__ttl_img_txt.lay__c > .item-text {
  align-self: start;
}
.lay__ttl_img_txt.lay__c.lay__r, .lay__ttl_img_txt.lay__c.lay__rp:nth-of-type(even) {
  grid-template: "ttl img" auto "text img" auto/1fr max-content;
}
.lay__ttl_img_txt.lay__b {
  grid-template: "img ttl" 1fr "img text" min-content/max-content 1fr;
}
.lay__ttl_img_txt.lay__b > .item-ttl {
  align-self: end;
}
.lay__ttl_img_txt.lay__b.lay__r, .lay__ttl_img_txt.lay__b.lay__rp:nth-of-type(even) {
  grid-template: "ttl img" 1fr "text img" min-content/1fr max-content;
}
.lay__ttl_img_txt.lay__rp:nth-of-type(even) {
  grid-template: "ttl img" auto "text img" auto/1fr max-content;
}
.lay__ttl_img_txt.lay__r.lay__rp:nth-of-type(even) {
  grid-template: "img ttl" "img text"/max-content 1fr;
}
@media screen and (max-width: 767px) {
  .lay__ttl_img_txt {
    grid-template: "ttl" auto "img" auto "text" auto/1fr;
  }
  .lay__ttl_img_txt:is(.lay__r, .lay__rp, .lay__t, .lay__c, .lay__b, .lay__r.lay__t, .lay__r.lay__c, .lay__r.lay__b) {
    grid-template: "ttl" auto "img" auto "text" auto/1fr;
  }
}

.lay__list {
  --column-gap: 10px;
  --row-gap: 10px;
  --num: 2;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
  display: flex;
  flex-wrap: wrap;
}
.lay__list > * {
  width: calc((100% - (var(--num) - 1) * var(--column-gap)) / var(--num));
}
.lay__list.lay__t {
  justify-content: start;
}
.lay__list.lay__c {
  justify-content: center;
}
.lay__list.lay__b {
  justify-content: end;
}

/* SNSアイコン制御
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.com__instagram {
  --size: 29px;
  display: block;
  width: fit-content;
  height: fit-content;
  transition: ease 0.25s;
}
.com__instagram img {
  width: var(--size);
  height: var(--size);
  min-width: 29px;
  min-height: 29px;
  max-width: 60px;
  max-height: 60px;
  aspect-ratio: 1;
}
.com__instagram:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .com__instagram {
    min-width: 8vw;
    min-height: 8vw;
  }
}

.com__line {
  --size: 29px;
  display: block;
  width: fit-content;
  height: fit-content;
  transition: ease 0.25s;
}
.com__line img {
  width: var(--size);
  height: var(--size);
  min-width: 29px;
  min-height: 29px;
  max-width: 60px;
  max-height: 60px;
  aspect-ratio: 1;
}
.com__line:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .com__line {
    min-width: 8vw;
    min-height: 8vw;
  }
}

.com__facebook {
  --size: 29px;
  display: block;
  width: fit-content;
  height: fit-content;
  transition: ease 0.25s;
}
.com__facebook img {
  width: var(--size);
  height: var(--size);
  min-width: 29px;
  min-height: 29px;
  max-width: 60px;
  max-height: 60px;
  aspect-ratio: 1;
}
.com__facebook:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .com__facebook {
    min-width: 8vw;
    min-height: 8vw;
  }
}

.com__x {
  --size: 29px;
  display: block;
  width: fit-content;
  height: fit-content;
  transition: ease 0.25s;
}
.com__x img {
  width: var(--size);
  height: var(--size);
  min-width: 29px;
  min-height: 29px;
  max-width: 60px;
  max-height: 60px;
  aspect-ratio: 1;
}
.com__x:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .com__x {
    min-width: 8vw;
    min-height: 8vw;
  }
}

/*　パンくずの構成 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#bread-clumb {
  z-index: 3;
  width: 100%;
  position: absolute;
  min-width: 1280px;
  margin: 0 auto;
  padding: 20px 0 20px;
}
#bread-clumb .inner {
  padding: 0;
}
#bread-clumb li {
  position: relative;
  color: var(--col--txt-01);
  font-size: 14px;
  float: left;
  font-weight: 400;
  margin-right: 30px;
}
#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -20px;
  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--main-01);
}
@media screen and (max-width: 767px) {
  #bread-clumb {
    display: none;
  }
}

/* スワイプ用メッセージ swipe scroll
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.swipe_mess {
  position: relative;
  font-size: 3.8vw;
  width: fit-content;
  margin: 0 auto;
  padding-left: 6vw;
}
.swipe_mess::before {
  content: "";
  position: absolute;
  background: url(../img/common/swipe_note.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 0vw;
  top: 0vw;
}

/*ページネーション
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

ul.pagenation {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
}
ul.pagenation li a {
  width: 45px;
  height: 45px;
  font-size: 17px;
}
ul.pagenation li.current {
  width: 45px;
  height: 45px;
  font-size: 20px;
  line-height: 1;
  box-sizing: border-box;
}

ul.pagenation li a {
  color: #38322d;
}
ul.pagenation li.current {
  color: #fff;
  background: var(--col--main-01);
}

@media screen and (max-width: 767px) {
  ul.pagenation,
  ul.pagenation li,
  ul.pagenation li a {
    line-height: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    -js-display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  ul.pagenation {
    margin: 10% 0;
    text-align: center;
  }
  ul.pagenation li a {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
    line-height: 1;
    box-sizing: border-box;
  }
}
/*ページボタン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page-btn .left a:before {
  border-right: solid var(--col--main-01) 5px;
}
.page-btn .right a:before {
  border-left: solid var(--col--main-01) 5px;
}

.page-btn {
  position: relative;
  margin-top: 30px;
}
.page-btn a {
  position: relative;
  font-weight: bold;
  font-size: var(--font-size-13);
}
.page-btn .text-c {
  text-align: center;
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
.page-btn .right a:before,
.page-btn .left a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -5px;
  box-sizing: border-box;
}
.page-btn .left {
  left: 0;
}
.page-btn .left a {
  position: relative;
  padding-left: 20px;
}
.page-btn .left a:before {
  left: 0;
  border: solid 5px transparent;
}
.page-btn .right {
  right: 0;
}
.page-btn .right a {
  position: relative;
  padding-right: 20px;
}
.page-btn .right a:before {
  right: 0;
  border: solid 5px transparent;
}

@media screen and (max-width: 767px) {
  .page-btn {
    position: relative;
    margin-top: 10%;
  }
  .page-btn a {
    font-size: 3vw;
    position: relative;
    font-weight: bold;
  }
  .page-btn .right,
  .page-btn .left {
    position: absolute;
  }
  .page-btn .right a:before,
  .page-btn .left a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-top: -5px;
    box-sizing: border-box;
  }
  .page-btn .left {
    left: 0;
  }
  .page-btn .left a {
    position: relative;
    padding-left: 5vw;
  }
  .page-btn .left a:before {
    left: 0;
    border: solid 2vw transparent;
  }
  .page-btn .right {
    right: 0;
  }
  .page-btn .right a {
    position: relative;
    padding-right: 5vw;
  }
  .page-btn .right a:before {
    right: 0;
    border: solid 2vw transparent;
  }
}/*# sourceMappingURL=component.css.map */