/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 03 2026 | 21:48:29 */
/* =====================================
   ヘッダー設定
===================================== */
.home .custom-div-body-wrap {
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 960px) {
	.home .-parallel .l-header__inner {
    flex-direction: column;
	 padding: 4em 0 0;
	background: linear-gradient(to bottom, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 60%), #ffffff00;
  }

  .home .custom-div-body-wrap {
    display: flex;
  }

  .home .l-header {
    width: 200px;
	height: 0vh;
    position: absolute !important;
    right: 0;
    left: auto;
    margin-left: auto;
background: linear-gradient(to bottom, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 60%), #ffffff00;
  }

  .home .-parallel-bottom .w-header {
    order: 3;
  }
     .home .-parallel .l-header__gnav .c-gnav>li>a {
        color: #fff;
}
}

/* ヘッダー内部 */
.home .l-header__inner l-container {
  display: flex;
}

.home .l-header__gnav .c-gnav {
  display: flex;
  flex-direction: column;
}

/* =====================================
   SPヘッダー
===================================== */
@media screen and (max-width: 960px) {
  .home .w-header {
    display: flex;
  }

  .home .l-header__menuBtn {
    order: 2;
    width: 70px;
  }
}

@media not all and (min-width: 960px) {
  .home .l-header__inner {
    padding: 0;
    flex-wrap: wrap;
  }

  .home .-parallel-bottom .w-header {
    display: block !important;
    height: var(--logo_size_sp);
    width: var(--logo_size_sp);
    line-height: 1.25;
    text-align: center;
  }
}

@media (min-width: 960px) {
  .home .-parallel .l-header__logo {
    display: none;
    margin: 0 1rem;
  }
}

/* =====================================
   下層ページメニュー
===================================== */
.l-header.-parallel .w-header {
  display: none;
}

.l-header.-parallel .w-header {
  width: 20%;
  display: flex !important;
}

.home .l-header.-parallel .w-header {
  width: 20%;
  display: block;
}

@media (min-width: 960px) {
  .-parallel .l-header__logo {
    margin: 0 3rem;
	text-align:left;
  }

  .-parallel .l-header__inner {
    flex-wrap: nowrap;
    align-items: center;
  }

  .-parallel-bottom .w-header {
    order: 3;
  }

  .-parallel-bottom .l-header__inner {
    padding-top: 0;
  }

  .home .l-header.-parallel .w-header {
    width: 100%;
    margin-top:2em;
  }

  .l-header.-parallel .w-header {
    display: block !important;
  }
}

/* =====================================
   グローバルナビ
===================================== */
ul.c-gnav span.ttl {
  padding: 0 15px;
}

.c-gnav .sub-menu .ttl {
  font-size: 0.7em !important;
}

.home ul.c-gnav span.ttl {
  padding: 0;
}

/* =====================================
   スマホメニュー装飾
===================================== */
.c-iconBtn__label {
  font-size: 12px;
}

#fix_bottom_menu .menu_list {
  border-top: solid 2px #3ecf58;
  background-image: linear-gradient(#adff2f 0%, #adff2f 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
}

#fix_bottom_menu .menu_list li:first-child {
  border-right: 1px solid #7bcc00;
}

/* SPナビ */
.p-spMenu__nav .c-spnav {
  display: flex;
  flex-wrap: wrap;
}

.p-spMenu__nav .c-spnav .menu-item {
  width: 100%;
  margin: 3px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.p-spMenu__nav .c-listMenu a {
  width: 100%;
  padding: 1.3rem 1.4px;
  font-size: 14px;
  text-align: center;
  color: #000;
  transition: padding 0.25s;
}

.p-spMenu__nav .c-listMenu a:before {
  display: none;
}

/* SPメニュー背景 */
.p-spMenu__inner {
  width: 100vw;
  --color_menu_text: #000;
  --color_menu_bg: rgba(255, 255, 255, 0.85);
}

.p-spMenu__overlay {
  background: transparent;
}

.-right .p-spMenu__inner {
  transform: translateX(0);
  opacity: 0;
  transition: opacity 0.45s;
}

[data-spmenu="opened"] .p-spMenu__inner {
  opacity: 1;
}

.p-spMenu__inner::before {
  background: var(--color_menu_bg);
  backdrop-filter: blur(5px);
}

/* SP固定ヘッダー */
@media not all and (min-width: 960px) {
	.l-header[data-spfix="1"] .p-blogParts.post_content[data-partsid="19"] {
    display: none;
}
}


/* =====================================
   ハンバーガーアイコンカスタム
===================================== */
.c-iconBtn__icon.icon-menu-thin {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}

/* 4つの■ */
.c-iconBtn__icon.icon-menu-thin::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  top: 0;
  left: 0;
  box-shadow:
    12px 0 #666,
    0 12px #666,
    12px 12px #fff;
}
/*  */
.l-footer {
    background: url(https://gokan-kumamoto.com/wp-content/uploads/2026/03/store.jpg);
    padding: 1em;
    background-position: center;
    background-size: cover;
}

.l-footer__foot, .l-footer__widgetArea{
	padding-top: 5em;
}
@media (min-width: 960px) {
.w-footer.-col3 {
  display: grid !important;
  grid-template-columns: 50% 25% 25% !important;
}

.w-footer.-col3 > .w-footer__box {
  width: auto !important;
  max-width: none !important;
  min-width: 0;
	}
}
@media (max-width: 959px) {
	  .w-footer {
    display: flex;
    flex-wrap: wrap;
  }

  .w-footer__box {
    width: 100%;
  }

  /* 2番目と3番目だけ50% */
  .w-footer__box:nth-child(2),
  .w-footer__box:nth-child(3) {
    width: 50%;
	padding:.2em;
  }
.w-footer__box:nth-child(2),
.w-footer__box:nth-child(3) {
  margin-top:0;
	padding-bottom: 0;
        padding-top: 0;
}