@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 3.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
.red-footer a:hover {
    text-decoration: none;
    cursor: pointer;
}

/* SANGOのヘッダーのタイトルとキャッチフレーズのフォントサイズを調整 */
.site-title {
  font-size: 18px !important;
  font-weight: bold; /* 太さの調整（任意） */
}

.site-description {
  font-size: 12px !important;
  color: #666; /* 文字色の変更（任意） */
}

/* ナビゲーションメニュー項目 */
.main-navigation li a,
.menu-toggle,
.dropdown-toggle {
  min-height: 44px;
  min-width: 44px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

/* ボタン要素 */
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  min-height: 44px;
  min-width: 44px;
  padding: 10px 15px;
}

/* リンク要素のタッチエリア拡大 */
.entry-content a,
.widget a,
.site-footer a {
  padding: 5px;
  display: inline-block;
  margin: -5px;
}

button.c-menuButton{
  border: none;
  outline: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.l-header {
  top: 0;
}
.l-bottomMenu {
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #222222;
  color: #ffffff;
}
.c-accordion__heading,
.c-accordion__heading--white {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.c-accordion__heading::after,
.c-accordion__heading--white::after {
  -ms-flex-negative: 0;
  -webkit-transition: -webkit-transform 0.25s ease;
  display: block;
  flex-shrink: 0;
  width: 1.6rem;
  height: 0.8rem;
  background-image: url(https://aiseki-ya.com/wp/wp-content/themes/aisekiya/assets/img/common/icon/arrow_accordion.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.c-accordion__heading--white::after {
  width: 1.2rem;
  height: 0.6rem;
  background-image: url(https://aiseki-ya.com/wp/wp-content/themes/aisekiya/assets/img/common/icon/arrow_accordion_white.svg);
}
.c-accordion__body {
  -webkit-transition: max-height 0.25s ease;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.c-accordion.is-opened .c-accordion__heading::after,
.c-accordion.is-opened .c-accordion__heading--white::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-accordion.is-opened .c-accordion__body {
  max-height: 100vh;
}
.c-menuButton {
  -webkit-box-shadow: 0 0 14px rgba(47, 54, 56, 0.12);
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 9999px;
  background-color: #ffffff;
  box-shadow: 0 0 14px rgba(47, 54, 56, 0.12);
}
.c-menuButton__bar {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.25s ease;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17.5px;
  height: 1.5px;
  transform: translate(-50%, -50%);
  background-color: #222222;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.c-menuButton__bar:nth-of-type(1) {
  -webkit-transform: translate(-50%, calc(-50% - 6px));
  transform: translate(-50%, calc(-50% - 6px));
}
.c-menuButton__bar:nth-of-type(3) {
  -webkit-transform: translate(-50%, calc(-50% + 6px));
  transform: translate(-50%, calc(-50% + 6px));
}
.c-menuButton.is-opened {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-menuButton.is-opened .c-menuButton__bar:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-menuButton.is-opened .c-menuButton__bar:nth-of-type(2) {
  display: none;
}
.c-menuButton.is-opened .c-menuButton__bar:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-bottomMenu {
  -ms-grid-columns: 1fr 0.1rem 1fr 0.1rem 1fr;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.1rem 1fr 0.1rem 1fr;
  grid-template-columns: 1fr 0.1rem 1fr 0.1rem 1fr;
  place-items: center;
  height: 6rem;
}
.c-bottomMenu__link,
.c-bottomMenu__link--congestion,
.c-bottomMenu__link--shop,
.c-bottomMenu__link--price {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.4545454545;
  letter-spacing: 0.03em;
}
.c-bottomMenu__link::before,
.c-bottomMenu__link--congestion::before,
.c-bottomMenu__link--shop::before,
.c-bottomMenu__link--price::before {
  display: block;
  width: 3.183rem;
  height: 2.512rem;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
}
.c-bottomMenu__link--price::before {
  background-image: url(https://aiseki-ya.com/wp/wp-content/themes/aisekiya/assets/img/common/icon/price.svg);
  background-size: 2.4rem auto;
}
.c-bottomMenu__link--shop::before {
  background-image: url(https://aiseki-ya.com/wp/wp-content/themes/aisekiya/assets/img/common/icon/search.svg);
  background-size: 1.991rem auto;
}
.c-bottomMenu__link--congestion::before {
  background-image: url(https://aiseki-ya.com/wp/wp-content/themes/aisekiya/assets/img/common/icon/people.svg);
  background-size: 100% auto;
}
.c-bottomMenu__divider {
  width: 0.01rem;
  height: 3.4rem;
  background-color: rgba(255, 255, 255, 0.24);
}
.c-link,
.c-link--min,
.c-link--window {
  display: block;
  font-weight: 500;
}
.c-link--inline {
  display: inline;
}
.c-link--window::after {
  display: inline-block;
  width: 1.058rem;
  height: 1.058rem;
  margin-left: 0.5rem;
  background-image: url(https://aiseki-ya.com/wp/wp-content/themes/aisekiya/assets/img/common/icon/window_red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
}
.c-link--min {
  font-size: 1.3rem;
  line-height: 2.1538461538;
  letter-spacing: 0.03em;
}
.c-text,
.c-text--large {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.03em;
}
.c-text--large {
  font-size: 1.6rem;
  line-height: 1.625;
}
.p-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 74px;
  padding: 0 20px;
}
.p-header .c-menuButton {
  z-index: 1001;
}
.p-navigation {
  padding-top: 0.6rem;
  background-color: #ffffff;
}
.p-navigation__row {
  padding: 0.9rem 0 1rem;
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
}
.p-spMenu .p-navigation__row {
  padding: 1.6rem 0.5rem 1.9rem 0;
}
.p-spMenu .p-navigation__row:last-child {
  border-bottom: none;
}
.p-socialLinks--spMenu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.93rem;
}
.p-socialLinks--spMenu {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2.4rem;
}
.p-spMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.p-spMenu.is-opened {
  -webkit-animation: show 0.25s ease 0s forwards;
  animation: show 0.25s ease 0s forwards;
}
.p-spMenu__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.p-spMenu__inner {
  z-index: 1;
  position: relative;
  width: 29.1rem;
  height: 100%;
  margin-left: auto;
  padding: 7.4rem 3rem 4rem;
  overflow-y: auto;
  background-color: #ffffff;
}
.u-fontStyle--italic {
  font-style: italic;
}
.u-notoSans,
.u-notoSans--black,
.u-notoSans--bold,
.u-notoSans--medium,
.u-notoSans--regular {
  font-family: 'Noto Sans JP', sans-serif;
}
.u-notoSans--regular {
  font-weight: 400;
}
.u-notoSans--medium {
  font-weight: 500;
}
.u-notoSans--bold {
  font-weight: 700;
}
.u-notoSans--black {
  font-weight: 900;
}
.u-scrollBar::-webkit-scrollbar,
.u-scrollBar--dark::-webkit-scrollbar {
  width: 3px;
  height: 5px;
  overflow: hidden;
}
.u-scrollBar::-webkit-scrollbar-track,
.u-scrollBar--dark::-webkit-scrollbar-track {
  background-color: rgba(227, 227, 227, 0.27);
}
.u-scrollBar::-webkit-scrollbar-thumb,
.u-scrollBar--dark::-webkit-scrollbar-thumb {
  background-color: #222222;
}
.u-scrollBar--dark::-webkit-scrollbar-track {
  background-color: #e3e3e3;
}
.c-socialLink,
.c-socialLink--large {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 2.575rem;
  height: 2.575rem;
}
.c-socialLink--large {
  width: 3.205rem;
  height: 3.205rem;
}
.c-socialLink img,
.c-socialLink--large img {
  width: 100%;
}
.p-footer {
  border-top: 2px solid #222222;
  background-color: #222222;
}
.page-top .l-footer {
  margin-top: 5.3rem;
}
.u-bgColor--white {
  background-color: #ffffff;
}
.l-inner {
  padding: 0 2rem;
}
.c-montserratTitle__en,
.c-montserratTitle__en--large,
.c-montserratTitle__en--top,
.c-montserratTitle__en--medium,
.c-montserratTitle__en--small {
  display: block;
}
.c-montserratTitle__en--small {
  height: 3rem;
}
.c-montserratTitle__en--medium {
  height: 4.9rem;
}
.c-montserratTitle__en--top {
  height: 6.1rem;
}
.c-montserratTitle__en--large {
  height: 6.3rem;
}
.c-montserratTitle__ja,
.c-montserratTitle__ja--medium,
.c-montserratTitle__ja--small {
  display: block;
  font-weight: 700;
}
.c-montserratTitle__ja--small {
  font-size: 1.3rem;
  line-height: 1.4615384615;
  letter-spacing: 0.05em;
}
.c-montserratTitle__ja--medium {
  margin-top: -0.2rem;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
}
p.c-montserratTitle {
  margin: 0;
}
.u-flex,
.u-flex--between,
.u-flex--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.u-flex--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.u-flex--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.u-mt--27 {
  margin-top: 2.7rem;
}
.u-pt--20 {
  padding-top: 2rem;
}
.u-pb--10 {
  padding-bottom: 1rem;
}
.p-socialLinks, .p-socialLinks--spMenu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.93rem;
}
.c-copyright {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 3.1rem;
  background-color: #222222;
}
.u-mt--10 {
  margin-top: 1rem;
}
.c-copyright > small {
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  opacity: 0.6;
}
.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2rem 0;
  gap: 0.5rem;
  font-size: 1.1rem;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
}
.c-breadcrumb__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.c-breadcrumb__link::after {
  width: 0.4rem;
  height: 0.7rem;
  background-image: url(https://aiseki-ya.com/wp/wp-content/themes/aisekiya/assets/img/common/icon/arrow_gray.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
}

@media screen and (max-width: 1024px) {
  .header {
    display: none;
  }
  .page #content, .single #content {
    margin-top: 80px;
  }
  .admin-bar.page #content, .admin-bar.single #content {
    margin-top: 0;
  }
  nav.fixed-menu, footer.red-footer {
    display: none;
  }
  html {
    font-size: 2.6666666667vw;
  }
  .l-header {
    position: fixed;
  }
  .c-link,
  .c-link--min,
  .c-link--window {
    font-size: 1.4rem;
    line-height: 2.4;
  }
  .p-spMenu.is-opened {
    display: block;
    opacity: 1;
  }
  .l-footer--menu {
    padding-bottom: 6rem;
  }
  .l-footer--menu, .c-breadcrumb  {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  #js-globalHeader, .p-spMenu, .l-footer--menu, .c-breadcrumb {
    display: none;
  }
  .sp-on {
    display: none;
  }
  .l-bottomMenu {
    display: none;
  }
  .l-contents {
    width: 438px;
  }
  .l-header {
    position: sticky;
  }
  .c-link,
  .c-link--min,
  .c-link--window {
    -webkit-transition: color 0.25s ease;
    font-size: 1.5rem;
    line-height: 2.4;
    transition: color 0.25s ease;
  }
  .c-link:hover,
  .c-link--min:hover,
  .c-link--window:hover {
    color: #e53225;
  }
  .c-link--min {
    font-size: 13px;
  }
  .p-spMenu {
    display: none;
  }
}
