@charset "UTF-8";
@use "sass:math";
/* FONT */
@font-face {
  font-family: 'Kosugi Maru';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/kosugi-maru-v6-japanese_latin-regular.eot");
  src: local("Kosugi Maru"), local("KosugiMaru-Regular"), url("fonts/kosugi-maru-v6-japanese_latin/kosugi-maru-v6-japanese_latin-regular.woff2") format("woff2"); }
/* Animation 関連 */
/* ブレイクポイント(for MediaQuery - max-width(PC->sp)) : オリジナルは scss/variables */
/* 最大幅・最小幅 */
/* 体裁共通 */
/* 汎用カラー */
/* 透明度 */
/* 汎用 Mixin */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important; } }
/* ==================================================
home.css
================================================== */
/* --------------------------------------------------
 1.1 - Title
-------------------------------------------------- */
.entry-header {
  position: relative;
  display: flex;
  justify-content: center;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  align-items: center;
  width: 100%;
  height: 387px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .entry-header .entry-title span {
    display: block;
    margin-bottom: 0.5em;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.25em; }
  .entry-header .entry-title .title-img {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 500px;
    width: 60%;
    height: auto;
    filter: drop-shadow(0 4px 6px #dbdbdb); }

.entry-header {
  background-image: url("../images/plus/bg_entry_header.jpg"); }
  .entry-header .entry-title span {
    color: #4545c7; }

.err404 .entry-header {
  background-image: url("../img/home/bg_hero.jpg"); }
  .err404 .entry-header .entry-title span {
    color: #804e00; }

@media screen and (max-width: 991px) {
  .entry-header {
    height: 270px; } }
@media screen and (max-width: 767px) {
  .entry-header {
    height: 200px; }
    .entry-header .entry-title .title-img {
      width: 75%; } }
@media screen and (max-width: 575px) {
  .entry-header .entry-title .title-img {
    width: 90%; } }
/*  Linkplusのサービス
-------------------------------------------------- */
.sec-thought {
  background-color: #faefe0; }
  .sec-thought .hl {
    margin-bottom: 40px; }
  .sec-thought .thought-txt {
    margin: auto;
    font-family: YakuHanRPs, "Kosugi Maru", sans-serif; }
    .sec-thought .thought-txt .thought-txt-01 {
      margin-bottom: 20px;
      padding: 0 5%;
      color: #804e00;
      font-weight: normal;
      text-align: center;
      font-size: 1.8rem;
      line-height: 1.6; }
  .sec-thought .thought-box {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: space-between; }
    .sec-thought .thought-box .box1, .sec-thought .thought-box .box2, .sec-thought .thought-box .box3, .sec-thought .thought-box .box4, .sec-thought .thought-box .box5 {
      display: inline-block;
      margin-right: 20px;
      width: calc(20% - 80px / 5);
      height: 114px;
      border-radius: 10px; }
      .sec-thought .thought-box .box1 p, .sec-thought .thought-box .box2 p, .sec-thought .thought-box .box3 p, .sec-thought .thought-box .box4 p, .sec-thought .thought-box .box5 p {
        line-height: 100px;
        /*上下センタリングするもの*/
        margin-bottom: 0; }
    .sec-thought .thought-box .box1 {
      background-color: #98C241; }
    .sec-thought .thought-box .box2 {
      background-color: #E59435; }
    .sec-thought .thought-box .box3 {
      background-color: #DABB4B; }
    .sec-thought .thought-box .box4 {
      background-color: #C55523; }
    .sec-thought .thought-box .box5 {
      background-color: #6AA2B3; }

@media screen and (max-width: 991px) {
  .sec-thought .inner::before {
    width: 280px;
    height: 440px; }
  .sec-thought .thought-txt .thought-txt-01 {
    margin-bottom: 15px; } }
@media screen and (max-width: 767px) {
  .sec-thought .inner::before {
    display: none; } }
@media screen and (max-width: 575px) {
  .sec-thought .thought-txt {
    width: 100%; }
    .sec-thought .thought-txt .thought-txt-01 {
      padding: 0; }
  .sec-thought .thought-box {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    flex-direction: column; }
    .sec-thought .thought-box .box1, .sec-thought .thought-box .box2, .sec-thought .thought-box .box3, .sec-thought .thought-box .box4, .sec-thought .thought-box .box5 {
      margin-right: 0;
      margin-bottom: 5px;
      width: 100%;
      height: auto; }
      .sec-thought .thought-box .box1 p, .sec-thought .thought-box .box2 p, .sec-thought .thought-box .box3 p, .sec-thought .thought-box .box4 p, .sec-thought .thought-box .box5 p {
        line-height: normal; } }
/*  安心３つのポイント
-------------------------------------------------- */
.sec-point .point {
  position: relative;
  padding: 15px 30px 30px;
  color: #ffffff;
  height: 100%; }
  .sec-point .point > h2 {
    margin: 0 auto 20px;
    width: 70px;
    height: 156px;
    filter: drop-shadow(0 0 10px #9f9f9f); }
  .sec-point .point > h3 {
    text-align: center;
    line-height: 1.6;
    filter: drop-shadow(0 0 10px #9f9f9f); }
  .sec-point .point > p {
    position: relative;
    text-align: justify;
    font-size: 1.6rem;
    line-height: 1.6;
    filter: drop-shadow(0 0 10px #9f9f9f); }
.sec-point .point-1 {
  background-color: #98C241; }
.sec-point .point-2 {
  background-color: #E59435; }
.sec-point .point-3 {
  background-color: #DABB4B; }
.sec-point .point-note {
  margin: 30px auto 0;
  width: 680px;
  color: #804e00;
  font-family: YakuHanRPs, "Kosugi Maru", sans-serif;
  font-weight: 700;
  text-align: center; }

@media screen and (max-width: 991px) {
  .sec-point .hl::before {
    width: 84px;
    height: 76px; }
  .sec-point .hl::after {
    width: 137px;
    height: 76px; }
  .sec-point .point-note {
    width: 100%; } }
@media screen and (max-width: 767px) {
  .sec-point .hl::before {
    top: 20px;
    left: -20px;
    width: 55px;
    height: 50px; }
  .sec-point .hl::after {
    top: 20px;
    right: -50px;
    width: 90px;
    height: 50px; }
  .sec-point .point {
    padding: 30px 40px 20px; }
    .sec-point .point > h2 {
      margin-bottom: 30px; } }
@media screen and (max-width: 575px) {
  .sec-point .inner::before {
    display: none; }
  .sec-point .hl::before, .sec-point .hl::after {
    display: none; }
  .sec-point .point {
    padding-left: 60px;
    padding-right: 60px; } }
/*  施設紹介
-------------------------------------------------- */
.sec-facilities {
  background: url("../images/plus/bg.jpg"); }
  .sec-facilities .inner::before {
    position: absolute;
    left: -20%;
    bottom: 0px;
    z-index: 2;
    width: 170px;
    height: 220px;
    background: url("../img/common/img_illustration_05.svg") 0 0 no-repeat;
    content: ""; }
  .sec-facilities .col-wrapper {
    padding: 20px 0 60px; }
    .sec-facilities .col-wrapper .col-txt {
      border-bottom: 2px dashed #804e00;
      font-family: YakuHanRPs, "Kosugi Maru", sans-serif; }
      .sec-facilities .col-wrapper .col-txt span {
        display: inline-block; }
      .sec-facilities .col-wrapper .col-txt > h2 .facilities {
        margin-right: 0.5em;
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 0.25em; }
      .sec-facilities .col-wrapper .col-txt > h2 small {
        font-weight: 700; }
      .sec-facilities .col-wrapper .col-txt dl {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        padding: 1em 0;
        border-top: 2px dashed #804e00;
        font-size: 1.8rem;
        line-height: 1.6; }
        .sec-facilities .col-wrapper .col-txt dl dt {
          width: 20%;
          color: #804e00;
          font-weight: normal;
          text-align: center; }
        .sec-facilities .col-wrapper .col-txt dl dd {
          margin: 0;
          padding-left: 20px;
          width: 80%; }
    .sec-facilities .col-wrapper .link-external {
      margin-top: 0.75em;
      padding: 0.5em 30px;
      max-width: none;
      width: auto;
      border-radius: 2px;
      border: 1px solid #9f9f9f;
      background: url("../img/fontawesome/external-link-alt-solid.svg") calc(100% - 10px) 50% no-repeat;
      background-size: 12px 12px;
      color: #000000; }
      .sec-facilities .col-wrapper .link-external:hover, .sec-facilities .col-wrapper .link-external:focus, .sec-facilities .col-wrapper .link-external:active {
        color: #000000;
        background-color: #ffffff; }
    .sec-facilities .col-wrapper .col-img {
      padding: 0 80px 40px 0; }
      .sec-facilities .col-wrapper .col-img img {
        background-color: #ffffff; }

@media screen and (max-width: 1199px) {
  .sec-facilities .inner::before {
    left: 0%; } }
@media screen and (max-width: 991px) {
  .sec-facilities .inner::before {
    display: none; }
  .sec-facilities .hl::before {
    left: -5%;
    width: 76px;
    height: 53px; }
  .sec-facilities .hl::after {
    left: 75%;
    width: 251px;
    height: 114px; }
  .sec-facilities .col-wrapper .col-img {
    padding-right: 40px; } }
@media screen and (max-width: 767px) {
  .sec-facilities .hl::before {
    left: 0;
    width: 50px;
    height: 35px; }
  .sec-facilities .hl::after {
    top: -70px;
    width: 165px;
    height: 75px; }
  .sec-facilities .col-wrapper .col-txt dl {
    flex-direction: column;
    font-size: 1.6rem; }
    .sec-facilities .col-wrapper .col-txt dl dt {
      padding-bottom: 0.5em;
      width: 100%;
      text-align: left; }
    .sec-facilities .col-wrapper .col-txt dl dd {
      padding-left: 0px;
      width: 100%; }
  .sec-facilities .col-wrapper .col-img {
    padding-left: 40px; } }
@media screen and (max-width: 575px) {
  .sec-facilities .hl::before, .sec-facilities .hl::after {
    display: none; }
  .sec-facilities .col-wrapper .col-img {
    padding-left: 0;
    padding-right: 0; } }
/*  お問い合わせ
-------------------------------------------------- */
.sec-link .hl {
  margin-bottom: 30px;
  color: #804e00;
  font-family: YakuHanRPs, "Kosugi Maru", sans-serif;
  font-weight: 700;
  padding: 0 5%;
  color: #804e00;
  font-weight: normal;
  text-align: center;
  font-size: 3rem;
  line-height: 1.6; }
.sec-link a.btn-link {
  display: block;
  text-align: center;
  text-decoration: none;
  max-width: 780px;
  min-width: 75%;
  margin: auto;
  padding: 2.8rem 4rem;
  font-weight: bold;
  border: 2px solid #98C241;
  background: #98C241;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s; }
  .sec-link a.btn-link:hover {
    background: #719d19; }
