@charset "UTF-8";
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊

COMPONENT.css

コンポーネント、モジュール、サイト内・ページ内共通アイテム一覧

＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////

サイト固有のコンポーネント

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* layout レイアウト
========================================================================= */
:root {
  --pattern--stripe--01-y: url(/img/common/pattern__stripe__01_y.png);
  --com--bg--01-01: url(/img/common/deco_bg__shape__01_01.png) right bottom no-repeat;
  --com--bg--02-01: url(/img/common/deco_bg__shape__02_01.png) left top no-repeat;
  --com--bg--02-02: url(/img/common/deco_bg__shape__02_02.png) right bottom no-repeat;
  --com--bg--03-01: url(/img/common/deco_bg__shape__03_01.png) left top no-repeat;
  --com--bg--03-02: url(/img/common/deco_bg__shape__03_02.png) right top no-repeat;
  --com--bg--03-03: url(/img/common/deco_bg__shape__03_03.png) right bottom no-repeat;
  --com--bg--03-04: url(/img/common/deco_bg__shape__03_04.png) left bottom no-repeat;
}
@media screen and (max-width: 767px) {
  :root {
    --com--bg--01-01: url(/img/common/deco_bg__shape__01_01.png) right bottom / 60vw no-repeat;
    --com--bg--02-01: url(/img/common/deco_bg__shape__02_01.png) left top / 60vw no-repeat;
    --com--bg--02-02: url(/img/common/deco_bg__shape__02_02.png) right bottom / 70vw no-repeat;
    --com--bg--03-01: url(/img/common/deco_bg__shape__03_01.png) left top / 40vw no-repeat;
    --com--bg--03-02: url(/img/common/deco_bg__shape__03_02.png) right top / 40vw no-repeat;
    --com--bg--03-03: url(/img/common/deco_bg__shape__03_03.png) right bottom / 40vw no-repeat;
    --com--bg--03-04: url(/img/common/deco_bg__shape__03_04.png) left bottom / 40vw no-repeat;
  }
}

.com__block_01 {
  border: 3px solid var(--col--txt-01);
  border-radius: 30px;
  background: #fff;
  padding-bottom: 30px;
}
.com__block_01 .ttl04 {
  background: var(--col--main-01);
  padding: 20px;
  text-align: center;
  margin-bottom: var(--margin-25);
  border-radius: 25px 25px 0 0;
}
.com__block_01 .ttl04 .ja {
  font-weight: 700;
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-18);
  color: #fff;
}
.com__block_01 > .item__text {
  text-align: center;
}
.com__block_01 > .item__text p {
  font-size: var(--font-size-16);
}
.com__block_01 > *:not(.ttl04) {
  margin-inline: 30px;
}
@media screen and (max-width: 767px) {
  .com__block_01 {
    border-radius: 2vw;
    padding-bottom: 5vw;
  }
  .com__block_01 .ttl04 {
    padding: 5vw;
    margin-bottom: 5vw;
    border-radius: 2vw 2vw 0 0;
  }
  .com__block_01 .ttl04 .ja {
    font-size: 5vw;
  }
  .com__block_01 > .item__text p {
    font-size: 4vw;
  }
  .com__block_01 > *:not(.ttl04) {
    margin-inline: 5vw;
  }
}

/* title タイトル
========================================================================= */
.com__ttl03_01 {
  gap: 5px;
}
.com__ttl03_01 .ttl03 {
  width: fit-content;
  display: block;
}
.com__ttl03_01 .ttl03 .ja {
  width: fit-content;
  display: block;
  color: var(--col--txt-01);
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: var(--font-size-44);
  line-height: 1.4;
}
.com__ttl03_01 .ttl03__en {
  width: fit-content;
  display: block;
  font-weight: 600;
  font-family: var(--fot--Quicksand);
  font-size: var(--font-size-32);
  color: var(--col--main-01);
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .com__ttl03_01 {
    gap: 4vw;
  }
  .com__ttl03_01 .ttl03 .ja {
    font-size: 7vw;
  }
  .com__ttl03_01 .ttl03__en {
    font-size: 6vw;
  }
}

/* 下層ページ共通タイトル
--------------------------------------------------   */
#contents-u .ttl01,
#contact .ttl01 {
  flex-direction: column-reverse;
  align-items: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-70);
}
#contents-u .ttl01 .ja,
#contact .ttl01 .ja {
  width: fit-content;
  display: block;
  color: var(--col--txt-01);
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: var(--font-size-44);
  line-height: 1.4;
}
#contents-u .en,
#contact .en {
  width: fit-content;
  display: block;
  font-weight: 600;
  font-family: var(--fot--Quicksand);
  font-size: var(--font-size-32);
  color: var(--col--main-01);
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  #contents-u .ttl01,
  #contact .ttl01 {
    margin-bottom: 8vw;
    gap: 3vw;
  }
  #contents-u .ttl01 .ja,
  #contact .ttl01 .ja {
    font-size: 6.2vw;
  }
  #contents-u .en,
  #contact .en {
    font-size: 5vw;
  }
}

/* text テキスト
========================================================================= */
.com__num_01 {
  position: absolute;
  width: 70px;
  height: 70px;
  border: 3px solid var(--col--txt-01);
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--col--main-01);
  font-weight: 600;
  letter-spacing: 0;
  font-size: var(--font-size-32);
  font-family: var(--fot--Quicksand);
}
@media screen and (max-width: 767px) {
  .com__num_01 {
    width: 14vw;
    height: 14vw;
    font-size: 7vw;
  }
}

/* list リスト
========================================================================= */
/* table テーブル
========================================================================= */
.com__table_01 {
  width: 100%;
}
.com__table_01 tr {
  width: 100%;
}
.com__table_01 tr th,
.com__table_01 tr td {
  padding-block: 20px;
  border-bottom: 3px solid var(--col--border-01);
  line-height: 2;
  font-weight: 600;
}
.com__table_01 tr th {
  color: var(--col--main-01);
  font-size: var(--font-size-18);
  width: 180px;
}
.com__table_01 tr td {
  font-size: var(--font-size-16);
}
.com__table_01 tr td span {
  gap: 10px;
}
.com__table_01 tr:last-of-type th,
.com__table_01 tr:last-of-type td {
  border-bottom: unset;
}
@media screen and (max-width: 767px) {
  .com__table_01 tr th,
  .com__table_01 tr td {
    padding-block: 4vw;
  }
  .com__table_01 tr th {
    font-size: 4vw;
    width: 30vw;
  }
  .com__table_01 tr td {
    font-size: 3.7vw;
  }
  .com__table_01 tr td span {
    display: block;
  }
  .com__table_01 tr td span img {
    height: 3vw;
  }
}

/* tel 電話番号
========================================================================= */
.com__tel {
  position: relative;
  width: fit-content;
}
.com__tel .item__num {
  position: relative;
  width: fit-content;
  color: var(--col--main-01);
  font-size: var(--font-size-40);
  font-family: var(--fot--Quicksand);
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
.com__tel .item__num .bi {
  font-size: var(--font-size-16);
}
.com__tel .item__attention {
  display: block;
  position: relative;
  width: fit-content;
  height: var(--font-size-14);
}
.com__tel.col__r .item__num {
  color: #fff;
}
.com__tel.col__r .item__num::before {
  filter: var(--col--fil-white);
}
.com__tel.col__r .item__attention {
  filter: var(--col--fil-white);
}
@media screen and (max-width: 767px) {
  .com__tel {
    --font-size: 7vw;
  }
  .com__tel .item__num {
    padding-left: 7.2vw;
  }
  .com__tel .item__num::before {
    width: 6vw;
    height: 6vw;
  }
  .com__tel .item__attention {
    height: 3vw;
  }
}

/* times 営業時間・定休日
========================================================================= */
.com__times {
  gap: 10px;
}
.com__times .item {
  position: relative;
  width: fit-content;
  gap: 20px;
}
.com__times dt {
  position: relative;
  width: fit-content;
  font-size: var(--font-size-16);
  letter-spacing: 0.1em;
  width: 75px;
  text-align: left;
}
.com__times dt::before {
  content: "|";
  right: -10px;
  position: absolute;
}
.com__times dd {
  position: relative;
  width: fit-content;
}
.com__times.col__r dt,
.com__times.col__r dd {
  color: #fff;
}
@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: 320px;
  --height: 70px;
  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;
  font-size: var(--font-size-16);
  border-radius: 35px;
  border: 3px solid #fff;
  box-shadow: 0 10px 0 #c48600;
}
.com__btn_01 span {
  width: fit-content;
  transition: ease 0.2s;
}
@media screen and (max-width: 767px) {
  .com__btn_01 {
    width: 95%;
    height: 14vw;
    font-size: 3.9vw;
    margin: 0 auto;
    box-shadow: 0 1.5vw 0 #c48600;
  }
}
.com__btn_01.btn__yellow {
  --color: var(--col--txt-01);
  --background: var(--col--main-01);
}
.com__btn_01.btn__yellow:hover {
  color: #fff;
  translate: 0 10px;
  box-shadow: 0 0 0 #c48600;
}
.com__btn_01.btn__arrow .bi {
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.2s;
}
.com__btn_01.btn__arrow:hover .bi {
  right: 15px;
}
.com__btn_01.btn__line span {
  position: relative;
  padding-left: var(--margin-40);
}
.com__btn_01.btn__line span::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .com__btn_01.btn__line span {
    padding-left: 10vw;
  }
}
.com__btn_01.btn__mail span {
  position: relative;
  padding-left: var(--margin-25);
}
.com__btn_01.btn__mail span .bi {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .com__btn_01.btn__mail span {
    padding-left: 6vw;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

共通コンポーネント

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* 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;
  }
}

/* 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;
}

/*　パンくずの構成 
========================================================================= */
#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;
  }
}

/*ページネーション
========================================================================= */
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 */