@charset "UTF-8";
/*
Theme Name: majakka - Slauson2025子テーマ
Template: slauson2025
Author: 株式会社みぎにひつじ
Author URI: https://miginihitsuji.com
Description: Slauson2025(PHP8.0〜対応版)の子テーマです。トップページの変更対応。
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
/* スマホの表示横幅サイズ調整 */
/*
.wrapper {
  @include mq(mb_p) {
    padding: 30px 30px 50px !important;
    width: auto !important;
  }
  @include mq(mb_6) {
    width: auto !important;
  }
}
*/
.wp-block-image img {
  height: auto !important;
}

.majakka-row {
  width: 100%;
}

.majakka-half {
  width: 100%;
}

.fw-b {
  font-weight: 700 !important;
}

.fw-n {
  font-weight: 400 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-skin {
  margin-top: 5px !important;
}

.mt-min {
  margin-top: 10px !important;
}

.mt-xs {
  margin-top: 20px !important;
}

.mt-sm {
  margin-top: 40px !important;
}

.mt-md {
  margin-top: 60px !important;
}

.mt-lg {
  margin-top: calc(60px + 20 * (100vw - 320px) / 1280) !important;
}

.mt-xl {
  margin-top: calc(60px + 40 * (100vw - 320px) / 1280) !important;
}

.mt-max {
  margin-top: calc(60px + 60 * (100vw - 320px) / 1280) !important;
}

.majakka-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 横幅揃える */
  display: block;
  padding: 14px 0;
  width: 100%;
  color: #333;
  text-align: center;
}

.majakka-btn-default {
  background-color: #f1f3f4;
}
.majakka-btn-default:hover {
  background-color: #444;
  color: #fff;
}

.majakka-btn-border {
  border: 1px solid #dadce0;
}
.majakka-btn-border:hover {
  background-color: #dadce0;
}

.majakka-btn-yellow {
  background-color: #ffe88c;
}
.majakka-btn-yellow:hover {
  background-color: rgb(191, 152.8, 0);
  color: #fff;
}

.cycle-slideshow {
  height: 480px !important;
}

/*
 * font-page
 */
.front-page__wrapper {
  padding: 0px 20px 140px !important;
}

.front-sec-title {
  border-top: 2px solid gray;
  border-bottom: none;
  padding: 50px 0;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.front-intro__title {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 24px;
}
.front-intro__cat-title {
  margin: 60px 0 30px;
  text-align: center;
}
.front-intro__cat-item a:hover .front-works__links-kagu {
  background-color: rgb(96.8571428571, 167.1428571429, 120.2857142857);
  color: #fff;
}
.front-intro__cat-item a:hover .front-works__links-gaku {
  background-color: rgb(69, 136.6363636364, 193);
  color: #fff;
}
.front-intro__cat-item figure {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-bottom: 0;
  overflow: hidden;
}
.front-intro__cat-item .link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 横幅揃える */
  display: block;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 10px;
  color: #333;
  text-align: center;
  letter-spacing: 0.18em;
}

.front-works {
  margin-top: 140px;
}
.front-works__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 3rem;
}
.front-works__date {
  color: #ccc;
}
.front-works__cats {
  margin-top: 12px;
  font-size: 70%;
  line-height: 1.3;
}
.front-works__item-title {
  border: none;
  margin: 10px 0 0;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.03em;
}
.front-works__excerpt {
  margin: 15px 0 0;
  padding: 0;
  color: #444;
  font-size: 13px;
  line-height: 170%;
}
.front-works__links {
  display: grid;
  margin-top: 40px;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.front-works__links a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 横幅揃える */
  display: block;
  padding: 14px;
  color: #333;
  text-align: center;
  letter-spacing: 0.18em;
}
.front-works__links-kagu {
  background-color: #e4f0e8;
}
.front-works__links-kagu:hover {
  background-color: rgb(96.8571428571, 167.1428571429, 120.2857142857);
  color: #fff;
}
.front-works__links-gaku {
  background-color: #deeaf4;
}
.front-works__links-gaku:hover {
  background-color: rgb(69, 136.6363636364, 193);
  color: #fff;
}

.front-flow {
  background-color: rgb(255, 253.2307692308, 238);
  margin-top: 30px;
  padding: 80px 0 30px;
}
.front-flow__item {
  margin-top: 140px;
}
.front-flow__item.front-flow__item-1 {
  margin-top: 20px;
}
.front-flow__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ffe88c;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 0;
}
.front-flow__item-title .num {
  background-color: #ffe88c;
  padding: 16px 24px;
}
.front-flow__item-title .tit-txt {
  padding: 16px;
}
.front-flow__item .majakka-row {
  margin-bottom: 40px;
}
.front-flow__item figure {
  margin-top: 20px;
}
.front-flow__item.front-flow__item-2 .majakka-row.majakka-stretch {
  margin-top: 60px;
}
.front-flow__item.front-flow__item-2 .majakka-row.majakka-stretch .majakka-half {
  background-color: #fff;
  padding: 16px 0 0;
}
.front-flow__item.front-flow__item-2 .front-flow__item-2__301 {
  margin-top: 0;
}
.front-flow__item.front-flow__item-2 .tit {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.front-flow__item.front-flow__item-2 .img {
  margin-top: 14px;
}
.front-flow__item.front-flow__item-2 .txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
  margin-top: 16px;
  padding: 0 30px;
}
.front-flow__item.front-flow__item-2 a {
  display: block;
  margin-top: 20px;
}

.front-about {
  margin-top: 110px;
}
.front-about .majakka-btn {
  margin-bottom: 10px;
}

.front-access {
  margin-top: 120px;
}
.front-access__title {
  margin-bottom: 40px;
}
.front-access__info-title {
  border: none;
  margin-top: 0;
}
.front-access__info-title span {
  margin: 0 0.3em;
  font-size: 16px;
}
.front-access__info-address span {
  display: block;
}
.front-access__info-time a {
  display: inline-block;
}
.front-access__contact-title {
  border: none;
  margin-bottom: 15px;
  padding: 0;
  font-size: 16px;
}
.front-access__contact-howto {
  margin-top: 10px;
}
.front-access__map {
  margin-top: 60px;
}
.front-access__map iframe {
  width: 100%;
  height: 350px;
}
.front-access__map-route {
  margin-top: 20px;
}
.front-access__map-route div span + span {
  margin-left: 10px;
}
@media screen and (min-width: 375px) and (max-width: 479px){
  .front-page__wrapper {
    width: auto !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px){
  .single-contents br {
    display: block !important;
  }
  .majakka-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .majakka-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .majakka-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .majakka-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .majakka-half {
    width: 48.5%;
  }
  .cycle-slideshow {
    height: auto !important;
  }
  .front-page__wrapper {
    padding: 0px 20px 110px !important;
  }
  .front-sec-title {
    padding: 40px 0 30px;
    font-size: 22px;
  }
  .front-works {
    margin-top: 100px;
  }
  .front-works__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.6rem;
  }
  .front-flow {
    margin-top: 10px;
    padding: 50px 0 0;
  }
  .front-flow__item {
    margin-top: 100px;
  }
  .front-flow__item-title .num {
    padding: 12px 16px;
  }
  .front-flow__item-title .tit-txt {
    padding: 12px 14px;
  }
  .front-flow__item figure {
    margin: 0;
  }
  .front-flow__item.front-flow__item-2 .majakka-row.majakka-stretch .majakka-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .front-about {
    margin-top: 100px;
  }
  .front-access {
    margin-top: 80px;
  }
  .front-access__info-title span {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px){
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .majakka-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .majakka-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .majakka-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .majakka-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .majakka-half {
    width: 48.5%;
  }
  .mt-lg {
    margin-top: 80px !important;
  }
  .mt-xl {
    margin-top: 100px !important;
  }
  .mt-max {
    margin-top: 120px !important;
  }
  .front-works__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .front-works__links {
    margin-top: 60px;
    gap: 2rem;
  }
  .front-flow__item figure {
    margin: 0;
  }
  .front-flow__item.front-flow__item-2 .majakka-row.majakka-stretch .majakka-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .front-access__info-address span {
    display: inline;
  }
  .front-access__info-address span + span {
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px){
  .single-contents br {
    display: block !important;
  }
  .cycle-slideshow {
    height: auto !important;
  }
  .front-page__wrapper {
    padding: 30px 30px 80px !important;
    width: auto !important;
  }
  .front-sec-title {
    margin-top: 20px;
    padding: 30px 0;
    font-size: 20px;
  }
  .front-intro__cat-title {
    font-size: 18px;
  }
  .front-works {
    margin-top: 80px;
  }
  .front-works__list {
    gap: 2rem 1.5rem;
  }
  .front-works__item-title {
    font-size: 16px;
  }
  .front-works__excerpt {
    margin: 14px 0 0;
  }
  .front-flow {
    margin-top: 0;
    padding: 30px 0 0;
  }
  .front-flow__item {
    margin-top: 80px;
  }
  .front-flow__item-title .num {
    padding: 8px 16px;
  }
  .front-flow__item-title .tit-txt {
    padding: 8px 14px;
  }
  .front-flow__item.front-flow__item-2 .front-flow__item-2__301 {
    margin-top: 40px;
  }
  .front-about {
    margin-top: 50px;
  }
  .front-about figure {
    margin-top: 30px;
  }
  .front-access {
    margin-top: 100px;
  }
  .front-access__info-title span {
    font-size: 14px;
  }
  .front-access__map iframe {
    height: 240px;
  }
}/*# sourceMappingURL=style.css.map */
