@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
@media (min-width: 960px) and (min-width: 600px) {
  .header_mail_pc .swell-block-button__link {
    min-width: 125px;
  }
}
.l-fixHeader .l-container,
.l-header__inner.l-container {
  max-width: initial;
}
.header_contact {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header_tel_pc {
  color: #083b80;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: -5px;
}
.header_tel_pc .icon-phone {
  font-size: 1.3rem;
  margin-right: 0.5rem;
}
.header_contact .tel_text {
  font-size: 0.76rem;
  text-align: center;
}

.header_mail_pc .swell-block-button__link {
  display: inline-block;
  padding: 1rem;
  background-color: #083b80;
  color: #fff;
  position: relative;
  min-width: 181px;
  text-align: center;
  white-space: nowrap;
}

.header_mail_pc .swell-block-button__link::before {
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  content: "\e92c";
  position: absolute;
  right: 11%;
  top: 37%;
}
.header_mail_pc span {
  margin-right: 1em;
}

.common-cta {
  margin-bottom: 1rem;
}

.common-cta_inner {
  background-color: #f8f8f8;
  padding: 2rem;
  text-align: center;
}
.common-cta_tit {
  margin-bottom: 2.5rem;
  font-size: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem);
  font-weight: 700;
  position: relative;
  display: flex;
  justify-content: center;
}

.common-cta_tit:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #8bcbe0;
}
.cta-text {
  margin-bottom: 1rem;
}

.cta-block {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}

.cta-tel a {
  font-size: 1.1rem;
  font-weight: 600;
  color: #083b80;
}
.cta-tel .icon-phone {
  color: #083b80;
  font-size: 1.3rem;
  margin-right: 0.5rem;
}
.cta-tel p {
  font-size: 0.9rem;
}
.cta-mail .swell-block-button__link {
  padding: 1rem;
  background-color: #083b80;
  color: #fff;
  position: relative;
  min-width: 300px;
  display: flex;
  min-height: 68px;
  justify-content: center;
  align-items: center;
}
.cta-mail .swell-block-button__link::before {
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  content: "\e92c";
  position: absolute;
  right: 9%;
  top: 39%;
}
.cta-mail span {
  margin-right: 0.5rem;
}

.cta-mail .swell-block-button__link:hover,
.btn_wrap .btn_mail:hover {
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1),
    0 12px 24px -12px rgba(0, 0, 0, 0.2);
}

.f-info {
  display: flex;
  gap: 1rem;
  justify-content: center;
  font-size: 0.9rem;
}

.f-info > a {
  max-width: 300px;
  width: 80%;
}
.w-footer__box {
  padding: 0;
}
.l-footer__widgetArea {
  padding-bottom: 0;
}
@media screen and (max-width: 1500px) {
  .l-header__inner.l-container,
  .l-fixHeader__inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .c-gnav > .menu-item > a {
    padding: 0 5px;
    white-space: nowrap;
  }
  .header_tel_pc {
    font-size: 1.15rem;
    white-space: nowrap;
  }
  .header_tel_pc .icon-phone {
    font-size: 1rem;
  }
  .header_mail_pc .swell-block-button__link {
    min-width: auto;
  }
  .c-gnav > .menu-item > a .ttl {
    font-size: 0.85rem;
  }
  .-series .l-header__logo {
    margin-right: 2px;
  }
}

@media screen and (max-width: 959px) {
  /* a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  } */
  .cta-text {
    margin-bottom: 0;
  }
  .cta-block {
    width: auto;
    display: block;
  }
  .cta-tel {
    margin-bottom: 1rem;
  }
  .cta-mail .swell-block-button__link {
    min-height: auto;
    min-width: auto;
  }
  .f-info {
    display: block;
    text-align: center;
  }
  .f-info > a {
    max-width: auto;
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .p-spMenu__inner {
    padding-top: 6rem;
  }
  .p-spMenu__bottom {
    text-align: center;
  }
  .c-widget__title {
    display: none;
  }
}
.bana-link a {
  width: 100%;
  max-height: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}
.bana-link img {
  width: 100%;
  filter: brightness(50%);
  transition: 0.3s;
}

.bana-link img:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.bana-link p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  width: 100%;
}

.side-shop-tit {
  font-size: 1.2rem;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}
.side-shop_cont {
  margin-bottom: 1rem;
}
/* .side-shop_cont figure {
  width: 80%;
} */
.side-shop_cont_text {
  margin-bottom: 0.3rem;
}
.map-btn {
  padding: 0.2rem 1rem;
  text-align: center;
  color: #fff;
  border-radius: 10rem;
  background-color: #3f3d39;
  border: 1px solid #3f3d39;
  display: inline-block;
  font-size: 12px;
  transition: 0.3s;
}

.map-btn:hover {
  border: 1px solid #3f3d39;
  color: #3f3d39;
  background-color: #fff;
}
.p-breadcrumb__list {
  flex-wrap: wrap;
}

.p-breadcrumb__list
  .single
  .p-breadcrumb__item:last-child
  > span.p-breadcrumb__text {
  display: block !important;
  opacity: 1;
  white-space: pre-wrap;
}

@media screen and (min-width: 980px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .cta-mail .swell-block-button__link,
  .header_mail_pc .swell-block-button__link,
  .btn_wrap .btn_mail {
    transition: 0.3s;
  }
  .header_mail_pc .swell-block-button__link:hover,
  .cta-mail .swell-block-button__link:hover,
  .btn_wrap .btn_mail:hover {
    background-color: #5684c5;
  }
}

/* 一覧タイトル余白調整 */
.-type-big .p-postList__body,
.-type-card .p-postList__body {
  padding-top: 0.5em;
}

/* ハンバーガーメニューを1200px未満で表示するように */

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-header {
    position: sticky;
    top: var(--swl-adminbarH, 0);
  }

  .l-header__gnav,
  .l-fixHeader__gnav {
    display: none !important;
  }

  .is-hide-last--pc .p-postList__item:last-child,
  .p-spMenu {
    display: block !important;
  }
  .l-header__menuBtn {
    display: block !important;
    height: auto;
  }
  .w-header.pc_ {
    display: none !important;
  }
  .l-header__gnav {
    display: none !important;
  }
  .c-iconBtn__icon {
    font-size: 33px;
  }
  .p-spMenu__closeBtn .c-iconBtn__icon {
    font-size: 34px;
  }
  .cta-tel {
    text-align: center;
  }
  .l-fixHeader,
  .l-header__gnav {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner {
    justify-content: space-between;
  }
}

/* 写真バナー */
.p-bana {
  height: 200px;
  width: 100%;
  overflow: hidden;
}

.p-bana__inner {
  position: relative;
  width: inherit;
  height: inherit;
}

.p-bana__textBox {
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  text-align: center;
  z-index: 2;
  transition: 0.3s;
  background-color: #083a80;
  border-top: 1px solid #083a80;
  border-right: 1px solid #083a80;
  border-bottom: 1px solid #083a80;
  height: 100%;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-bana__img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.p-bana__img img {
  height: 100%;
  width: 56%;
  display: block;
  object-fit: cover;
}

.p-bana__text {
  padding: 1rem;
  color: #fff;
  font-size: clamp(0.938rem, 0.756rem + 0.91vw, 1.438rem);
  font-weight: 600;
}

.p-bana__text span {
  display: block;
  font-weight: 500;
  text-align: left;
  padding-top: 0.2rem;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  border-top: 1px solid;
}
.triangle {
  position: absolute;
  right: 1%;
  bottom: 45%;
  background: #fff;
  height: calc(tan(60deg) * 1.5rem / 2);
  width: 0.7rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 2;
}

a:has(.p-bana) {
  display: block;
}

a:hover .p-bana__textBox {
  background-color: #fff;
  transition: 0.3s;
}

a:hover .p-bana__text {
  color: #083a80;
  transition: 0.3s;
}
a:hover .triangle {
  background-color: #083a80;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .p-bana {
    height: 100px;
  }
  .p-bana__textBox {
    width: 60%;
  }

  .p-bana__img img {
    width: 40%;
  }
}

/* 追従ボタン */
.follow-banner {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 20;
}

.follow-banner_02 {
  top: 76%;
  max-width: 56px;
}

@media screen and (max-width: 1919px) {
  .follow-banner_02 {
    top: 80%;
  }
}

.follow-banner a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.5em 1em;
  border-radius: 10px 0 0 10px;
  transition: opacity 0.25s;
}

.follow-banner a:hover {
  opacity: 0.7;
}

.follow-banner .swl-inline-icon::after {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
  .follow-banner {
    top: auto;
    bottom: 0;
    left: auto;
    transform: none;
    width: 50%;
  }
  .follow-banner_02 {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    max-width: none;
  }
  .follow-banner a {
    writing-mode: horizontal-tb;
    border-radius: 0.5rem 0.5rem 0 0;
    justify-content: center;
    width: 100%;
  }

  .p-fixBtnWrap {
    bottom: 4.25em;
  }
}

/* フェードイン */

.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* gnav余白 */
.c-gnav > .menu-item > a {
  padding: 0 1.5rem;
}


/* 非表示 */
.is-hidden {
  display: none;
}