@charset "UTF-8";
/* サイト固有のコンポーネント
////////////////////////////////////////////////////////////////////////////////////////////////// */
:root {
  --sep--shape-01-t: url(/img/common/separate__shape__a_top.png) top center / max(1280px, 100%) 280px no-repeat;
  --sep--shape-01-b: url(/img/common/separate__shape__a_bottom.png) bottom center / max(1280px, 100%) 180px no-repeat;
  --sep--shape-02-t: url(/img/common/separate__shape__b_top.png) top center / max(1280px, 100%) 210px no-repeat;
  --sep--shape-02-b: url(/img/common/separate__shape__b_bottom.png) bottom center / max(1280px, 100%) 210px no-repeat;
}
@media screen and (max-width: 767px) {
  :root {
    --sep--shape-01-t: url(/img/common/separate__shape__a_top.png) top center / 120% 18vw no-repeat;
    --sep--shape-01-b: url(/img/common/separate__shape__a_bottom.png) bottom center / 120% 18vw no-repeat;
    --sep--shape-02-t: url(/img/common/separate__shape__b_top.png) top center / 200% 15vw no-repeat;
    --sep--shape-02-b: url(/img/common/separate__shape__b_bottom.png) bottom center / 200% 15vw no-repeat;
  }
}

/* layout レイアウト
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.com__card_01 a {
  padding: 15px;
  background: #fff;
  border-radius: 20px;
  transition: ease 0.2s;
}
.com__card_01 a .ttl04 {
  order: 2;
  padding-bottom: var(--margin-15);
  border-bottom: 1px dashed #c3c5c1;
  margin-bottom: var(--margin-15);
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.com__card_01 a .ttl04 .ja {
  font-family: var(--fot--Kiwi-Maru);
  font-weight: 500;
  font-size: var(--font-size-20);
}
.com__card_01 a .item-img {
  order: 1;
  width: 100%;
  height: 180px;
  border-radius: 16px;
  margin-bottom: var(--margin-20);
}
.com__card_01 a .btn {
  position: relative;
  width: fit-content;
  margin-left: auto;
  order: 3;
  color: var(--col--main-02);
  position: relative;
  padding-right: var(--margin-20);
}
.com__card_01 a .btn::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__b_01.png) center center/contain no-repeat;
  width: 7px;
  height: 11px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
.com__card_01 a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .com__card_01 a {
    padding: 5vw;
    padding: 3vw;
    border-radius: 1.5vw;
  }
  .com__card_01 a .ttl04 .ja {
    font-size: 3.5vw;
  }
  .com__card_01 a .item-img {
    border-radius: 1.5vw;
    height: 30vw;
  }
  .com__card_01 a .btn {
    font-size: 3.5vw;
  }
  .com__card_01 a .btn::before {
    width: 2vw;
    height: 2vw;
  }
}

#contents-u,
#contact {
  position: relative;
  z-index: 0;
  background: #f2f5e9;
}
#contents-u .inner,
#contact .inner{
  padding-bottom: 150px;
}
#contents-u::before,
#contact::before {
  z-index: -1;
  content: "";
  position: absolute;
  height: 200px;
  width: 100%;
  left: 0;
  bottom: -200px;
  background: #f2f5e9;
}
#contents-u .ttl01,
#contact .ttl01 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-70);
}
#contents-u .ttl01 .ja,
#contact .ttl01 .ja {
  width: fit-content;
  margin: 0 auto;
  font-size: var(--font-size-42);
  font-weight: 500;
  font-family: var(--fot--Kiwi-Maru);
  letter-spacing: 0.05em;
  margin-bottom: var(--margin-30);
}
#contents-u .ttl01 .en,
#contact .ttl01 .en {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: var(--font-size-24);
  font-family: var(--fot--M_PLUS_R_1c);
  color: var(--col--main-01);
  font-weight: 400;
  letter-spacing: 0.05em;
}
#contents-u .ttl01 .en::before,
#contact .ttl01 .en::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--col--main-02);
  left: -15px;
  top: 50%;
  translate: 0 -50%;
}
#contents-u .ttl01 .en::after,
#contact .ttl01 .en::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--col--main-02);
  right: -15px;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {

  #contents-u .inner,
#contact .inner{
  padding-bottom: 15vw;
}

  #contents-u .ttl01,
  #contact .ttl01 {
    margin-bottom: 10vw;
  }
  #contents-u .ttl01::before,
  #contact .ttl01::before {
    z-index: -1;
    content: "";
    position: absolute;
    height: 20vw;
    width: 100%;
    left: 0;
    bottom: -20vw;
    background: #f2f5e9;
  }
  #contents-u .ttl01 .ja,
  #contact .ttl01 .ja {
    font-size: 6vw;
    margin-bottom: 4vw;
  }
  #contents-u .ttl01 .en,
  #contact .ttl01 .en {
    font-size: 3.5vw;
  }
  #contents-u .ttl01 .en::before, #contents-u .ttl01 .en::after,
  #contact .ttl01 .en::before,
  #contact .ttl01 .en::after {
    width: 1.2vw;
    height: 1.2vw;
  }
  #contents-u .ttl01 .en::before,
  #contact .ttl01 .en::before {
    left: -4vw;
  }
  #contents-u .ttl01 .en::after,
  #contact .ttl01 .en::after {
    right: -4vw;
  }
}

/* title タイトル
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.com__ttl03_01 {
  width: fit-content;
}
.com__ttl03_01 .ja {
  position: relative;
  display: block;
  width: fit-content;
  font-family: var(--fot--Kiwi-Maru);
  font-size: var(--font-size-50);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: var(--margin-20);
}
.com__ttl03_01 .en {
  position: relative;
  display: block;
  width: fit-content;
  font-size: var(--font-size-24);
  font-weight: 400;
  font-family: var(--fot--M_PLUS_R_1c);
  color: var(--col--main-01);
}
.com__ttl03_01 .en::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--col--main-02);
  left: -15px;
  top: 50%;
  translate: 0 -50%;
}
.com__ttl03_01 .en::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--col--main-02);
  right: -15px;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .com__ttl03_01 .ja {
    font-size: 5.5vw;
    line-height: 1.4;
    margin-bottom: 5vw;
  }
  .com__ttl03_01 .en {
    font-size: 3.5vw;
  }
  .com__ttl03_01 .en::before, .com__ttl03_01 .en::after {
    width: 1.6vw;
    height: 1.6vw;
  }
}

.com__ttl03_02 .en {
  font-family: var(--fot--M_PLUS_R_1c);
  font-size: var(--font-size-60);
  color: var(--col--main-02);
  margin-bottom: var(--margin-20);
}
.com__ttl03_02 .ja {
  font-size: var(--font-size-30);
  font-weight: 500;
  font-family: var(--fot--Kiwi-Maru);
  padding-bottom: var(--margin-20);
  position: relative;
}
.com__ttl03_02 .ja::before {
  left: 50%;
  translate: -50% 0;
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  border-radius: 7px;
  background: var(--col--main-02);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .com__ttl03_02 .en {
    font-size: 8vw;
    margin-bottom: 5vw;
  }
  .com__ttl03_02 .ja {
    font-size: 4vw;
    padding-bottom: 5vw;
  }
  .com__ttl03_02 .ja::before {
    width: 6vw;
    height: 0.5vw;
  }
}

.com__ttl03_03 {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  margin-bottom: var(--margin-50);
}
.com__ttl03_03 .ja {
  width: fit-content;
  margin: 0 auto;
  font-size: var(--font-size-42);
  font-weight: 500;
  font-family: var(--fot--Kiwi-Maru);
  letter-spacing: 0.05em;
  margin-bottom: var(--margin-30);
}
.com__ttl03_03 .en {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: var(--font-size-24);
  font-family: var(--fot--M_PLUS_R_1c);
  color: var(--col--main-01);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.com__ttl03_03 .en::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--col--main-02);
  left: -15px;
  top: 50%;
  translate: 0 -50%;
}
.com__ttl03_03 .en::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--col--main-02);
  right: -15px;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .com__ttl03_03 {
    margin-bottom: 10vw;
  }
  .com__ttl03_03 .ja {
    font-size: 6vw;
    margin-bottom: 4vw;
  }
  .com__ttl03_03 .en {
    font-size: 3.5vw;
  }
  .com__ttl03_03 .en::before, .com__ttl03_03 .en::after {
    width: 1.2vw;
    height: 1.2vw;
  }
  .com__ttl03_03 .en::before {
    left: -4vw;
  }
  .com__ttl03_03 .en::after {
    right: -4vw;
  }
}

/* text テキスト
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* list リスト
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* table テーブル
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.com__table_a {
  width: 100%;
}
.com__table_a tr {
  width: 100%;
}
.com__table_a tr th,
.com__table_a tr td {
  padding: 20px;
  line-height: 1.7;
}
.com__table_a tr th {
  color: #fff;
  background: var(--col--main-01);
  border-bottom: 1px solid #f9f9f5;
  width: 25%;
}
.com__table_a tr td {
  border-bottom: 1px solid #c2d7ad;
  background: #f9f9f5;
}
.com__table_a tr td img {
  display: inline-block;
  vertical-align: baseline;
}
.com__table_a tr:first-of-type th {
  border-radius: 20px 0 0 0;
}
.com__table_a tr:first-of-type td {
  border-radius: 0 20px 0 0;
}
.com__table_a tr:last-of-type th {
  border-radius: 0 0 0 20px;
  border-bottom: 0;
}
.com__table_a tr:last-of-type td {
  border-radius: 0 0 20px 0;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .com__table_a tr th,
  .com__table_a tr td {
    padding: 5vw;
  }
  .com__table_a tr th {
    width: 35%;
  }
  .com__table_a tr:first-of-type th {
    border-radius: 1.5vw 0 0 0;
  }
  .com__table_a tr:first-of-type td {
    border-radius: 0 1.5vw 0 0;
  }
  .com__table_a tr:last-of-type th {
    border-radius: 0 0 0 1.5vw;
  }
  .com__table_a tr:last-of-type td {
    border-radius: 0 0 1.5vw 0;
  }
}

/* tel 電話番号
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.com__tel {
  position: relative;
  width: fit-content;
}
.com__tel .tel-num {
  position: relative;
  width: fit-content;
  font-size: var(--font-size-42);
  font-family: var(--fot--M_PLUS_R_1c);
  letter-spacing: 0;
  font-weight: 500;
  padding-left: 30px;
}
.com__tel .tel-num::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel__a_01.png) center center/contain no-repeat;
  width: 22px;
  height: 30px;
  top: 55%;
  left: 0;
  translate: 0 -50%;
}
.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);
  --color02: var(--col--main-01);
  --width: 340px;
  --height: 60px;
  z-index: 0;
  position: relative;
  width: var(--width);
  height: var(--height);
  color: var(--color);
  background: var(--background);
  border: 2px solid var(--color02);
  transition: ease 0.2s;
  padding: 10px 30px;
  border-radius: 30px;
  font-family: var(--fot--Kiwi-Maru);
}
.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.6vw;
    margin: 0 auto;
    padding: 1.5vw 2vw;
    border-radius: 2vw;
  }
}
.com__btn_01.com__btn_green {
  --color: var(--col--txt-01);
  --background: #fff;
  --color02: var(--col--main-02);
}
.com__btn_01.com__btn_green.com__btn_arrow_01::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_01.svg) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.25s;
}
.com__btn_01.com__btn_green.com__btn_arrow_01:hover::before {
  background: url(/img/common/icon__arrow__a_02.svg) center center/contain no-repeat;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .com__btn_01.com__btn_green.com__btn_arrow_01 {
    border-radius: 8vw;
  }
  .com__btn_01.com__btn_green.com__btn_arrow_01::before {
    width: 7vw;
    height: 7vw;
    right: 2vw;
  }
}
.com__btn_01.com__btn_green:hover {
  color: var(--col--main-01);
  background: var(--col--base-01);
}

.com__btn_02 {
  --color: var(--col--txt-01);
  --background: var(--col--main-01);
  --color02: var(--col--main-01);
  --width: 360px;
  --height: 80px;
  font-size: var(--font-size-20);
  z-index: 0;
  position: relative;
  width: var(--width);
  height: var(--height);
  color: var(--color);
  background: var(--background);
  border: 2px solid var(--color01);
  transition: ease 0.2s;
  border-radius: 10px;
  box-shadow: 6px 6px var(--color02);
  right: 0;
  bottom: 0;
}
.com__btn_02 span {
  width: fit-content;
  transition: ease 0.2s;
}
.com__btn_02:hover {
  right: -6px;
  bottom: -6px;
  box-shadow: 0 0 var(--color02);
}
@media screen and (max-width: 767px) {
  .com__btn_02 {
    width: 95%;
    height: 12.8vw;
    font-size: 3.9vw;
    margin: 0 auto;
    border-radius: 1.5vw;
    box-shadow: 1vw 1vw var(--color02);
  }
  .com__btn_02:hover {
    right: -3vw;
    bottom: -3vw;
  }
}
.com__btn_02.com__btn_yellow {
  --color: var(--col--txt-01);
  --background: var(--col--acc-01);
  --color02: #c0941d;
}
.com__btn_02.com__btn_mail_01 span {
  position: relative;
  padding-left: 30px;
  font-family: var(--fot--Kiwi-Maru);
}
.com__btn_02.com__btn_mail_01 span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__a_01.png) center center/contain no-repeat;
  width: 24px;
  height: 18px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .com__btn_02.com__btn_mail_01 span {
    padding-left: 5vw;
  }
  .com__btn_02.com__btn_mail_01 span::before {
    width: 4vw;
    height: 4vw;
  }
}

/* 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" auto "img text" auto/max-content 1fr;
}
.lay__ttl_img_txt > .item-ttl {
  grid-area: ttl;
  height: fit-content;
  align-self: end;
}
.lay__ttl_img_txt > .item-img {
  grid-area: img;
  height: fit-content;
}
.lay__ttl_img_txt > .item-text {
  grid-area: text;
  height: fit-content;
  align-self: start;
}
.lay__ttl_img_txt.lay__t {
  align-items: start;
}
.lay__ttl_img_txt.lay__c {
  align-items: center;
}
.lay__ttl_img_txt.lay__b {
  align-items: end;
}
.lay__ttl_img_txt.lay__r {
  grid-template: "ttl img" auto "text img" auto/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" auto "img text" auto/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__rp:nth-of-type(even)) {
    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 */