@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
*/

html {
    scroll-behavior: smooth;
  }
  #google-map iframe {
    width: 100vw;
    height: 400px;
  }
   
  main#main_content > article.l-mainContent__inner > .post_content {
    background-color: #f7f7f7 !important;
    padding: 2em;
  }
   
  /* 追加 */
  /* header */
  .l-header__menuBtn.sp_ {
    background-color: #ff7e4b;
    border-radius: 50%;
  }
  .c-iconBtn__icon:before {
    color: #fff;
  }
  @media not all and (min-width: 960px) {
    .l-header__inner.l-container {
      padding: 10px;
    }
    .l-header__customBtn.sp_{
      border-radius: 50%;
      margin-right: 8px;
    }
    .-img .c-headLogo__link{
      padding: 2px 0;
    }
  }
  /* 追加 */
  /* header logo */
  @media not all and (max-width: 960px) {
    .c-headLogo {
      height: 50px;
    }
  }
  /* 追加 */
  /* header nav */
  @media not all and (max-width: 960px) {
    .c-gnav>.menu-item>a {
      padding: 0;
      margin: 0 1em;
    }
    .c-gnav>.menu-item>a .ttl {
      font-size: 1em;
    }
    .c-gnav a::after {
      background: #ff7e4b;
      height: 4px;
    }
  }
  /* 追加 */
  /* レイアウト */
  @media not all and (max-width: 960px) {
    .l-article {
      max-width: 1040px;
    }
  }
  /* レイアウト */
  .l-content::before,
  .l-content::after {
    position: absolute;
    content: "";
    width: 200%;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: url(https://www.yonagoyochien.com/wp-content/uploads/2025/07/dot.png);
    background-repeat: repeat;
    z-index: -1;
    background-size: contain;
  }
  .l-content::after {
    top: unset;
    bottom: -6em;
  }
  /* header SNSリンク */
  .is-style-circle .c-iconList__link {
    color:#fff;
    background:#FF7E4B;
    border-color:#FF7E4B;
    }
   
  /* 共通 */
  h2,
  h3,
  h4,
  h5,
  h6,
  #header a span,
  #fix_header a span,
  .btn_text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .icon_sec-ttl img {
    width: 90px;
  }
  .post_content h3.is-style-section_ttl.has-text-align-left {
    padding-left: 2rem;
    position: relative;
  }
  .post_content h3.is-style-section_ttl.has-text-align-left::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1.4rem;
    height: 1.4rem;
    background: url(../wp-content/uploads/2025/07/icon_h3_ttl.png) no-repeat center / contain;
  }
  .post_content h4.is-style-section_ttl.has-text-align-left {
    padding-left: .5rem;
    position: relative;
    font-size: 1.2em;
  }
  .post_content h4.is-style-section_ttl.has-text-align-left::before {
    position: absolute;
    content: "";
    top: -4px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 4px #e6e6e6 solid;
    z-index: -1;
  }
  .more-btn a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 2px dotted #fff;
    pointer-events: none;
    border-radius: var(--the-btn-radius, 0);
  }
  .more-btn.is-style-btn_normal a {
    box-shadow: none;
    position: relative;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .more-btn.is-style-btn_normal a .__icon {
    position: absolute;
    right: 28px;
  }
  :root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
    border-radius: 10px;
  }
  .is-style-btn_normal a {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .is-style-btn_normal a:hover {
    background: rgba(255,126,75,.8);
  }



  @media screen and (max-width: 768px) {
    .more-btn a {
      width: 100%;
    }
  }
  /* mv */
  .p-mainVisual__slideTitle {
    background: rgba(255, 255, 255, 0.8);
    padding: 14px 24px 7px;
    border-radius: 10px;
    width: fit-content;
    margin: auto;
    z-index: 10;
    box-shadow: 5px 5px 7px -5px #666666
  }
  /* mv・疑似要素：●画像 */
  .p-mainVisual__inner::after{
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    top: -20px;
    left: -40px;
    background: url(https://www.yonagoyochien.com//wp-content/uploads/2025/07/circle-1.png);
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 2;
    opacity: .7;
    background-size: contain;
  }
  @media screen and (min-width: 960px) {
    .p-mainVisual__inner::after {
        width: 240px;
        height: 240px;
        top: -50px;
        left: -80px;
    }
  }
    /* mv・疑似要素：▲画像 */
    .p-mainVisual__inner::before{
        position: absolute;
        content: "";
        width: 120px;
        height: 120px;
        top: 40px;
        right: -40px;
        background: url(https://www.yonagoyochien.com//wp-content/uploads/2025/07/triangle-1.png);
        background-repeat: no-repeat;
        pointer-events: none;
        z-index: 2;
        opacity: .7;
        background-size: contain;
        transform: rotate(-30deg);
      }
      @media screen and (min-width: 960px) {
        .p-mainVisual__inner::before {
            width: 240px;
            height: 240px;
            top: 80px;
            right: -80px;
        }
      }
    /* mv・疑似要素：■画像 */
    .p-mainVisual::before{
        position: absolute;
        content: "";
        width: 120px;
        height: 120px;
        bottom: -50px;
        right: 70px;
        background: url(https://www.yonagoyochien.com//wp-content/uploads/2025/07/square-1.png);
        background-repeat: no-repeat;
        pointer-events: none;
        z-index: 2;
        opacity: .7;
        background-size: contain;
        transform: rotate(30deg);
      }
      @media screen and (min-width: 960px) {
        .p-mainVisual::before {
            width: 240px;
            height: 240px;
            bottom: -110px;
            right: 160px;
        }
    } 
  /* mv・キャッチコピーのポジション */
  .p-mainVisual__textLayer {
    height: 50%;
  }
  .p-mainVisual__slideTitle {
    margin: 0;
  }

  /* figure pattern */
  .is-pattern,
  .is-pattern02 {
    position: relative;
    width: calc(100% - 15px);
    z-index: 0;
    margin-bottom: 2.75em;
  }
  .is-pattern::before,
  .is-pattern02::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 15px;
    left: 15px;
    background: url(https://www.yonagoyochien.com/wp-content/uploads/2025/07/dot.png);
    background-repeat: repeat;
    pointer-events: none;
    z-index: -1;
    border-radius: 10px;
    background-size: 8%;
  }
  @media not all and (max-width: 960px) {
    .is-pattern {
      width: calc(100% - 20px);
    }
    .is-pattern02 {
      width: calc(80% - 20px);
      margin: 0 auto 2.75em;
    }
    .is-pattern::before,
    .is-pattern02::before {
      background-size: 5%;
      top: 20px;
      left: 20px;
    }
  }

  /* news */
  .p-postList__meta {
    color: #60afff;
    font-size: 0.8125rem;
    font-weight: bold;
    border: 1px solid #60afff;
    border-radius: 10px;
    width: fit-content;
    padding: 3px 8px 0px;
    margin-bottom: 14px !important;
  }
  .p-postList__times .icon-posted:before {
    content: none;
  }
  .p-postList__cat.icon-folder:before {
    content: none;
  }
  .p-postList__cat {
    position: relative;
    padding-left: 6px;
    margin-right: 0;
  }
  .p-postList__cat::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #60afff;
  }
  .-type-simple .p-postList__link {
    border-bottom: 2px dotted var(--color_border);
  }
  .p-postList.-type-simple {
    border-top: none;
  }
   
  /* section1 */
  .border-box.has-border.-border03 {
    border-radius: 10px;
    border: 2px dotted #60afff;
  }

@media screen and (max-width: 599px){
	.news-gap .swell-block-columns__inner{
		gap:5em;
	}
}


  /* スライドショー */
#facility .swell-block-columns__inner.swiper-wrapper {
	overflow: visible;
/* 	margin-left: calc(100% / 6); */
}
#facility .swell-block-columns__inner .swiper-slide {
	padding: 0.5em;
}

.c-scrollHint span{
  display: none;
}

.swiper {
  width: 100%;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 3);
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

@media screen and (max-width: 600px){
	#facility .swell-block-columns__inner .swiper-slide {
		padding: .5em;
	}
}

  /* parallax */
  .wp-block-cover .wp-block-cover__background {
    opacity: .3;
  }

  /* section1 */
  @media not all and (max-width: 960px) {
    .border-box.has-border.-border03 {
      width: calc(80% - 20px);
      margin-left: auto;
      margin-right: auto;
    }
  }
  
  /* section2 */
  .separator tr *:nth-of-type(2){
	border-right:3px #6666664d solid;
  }
  /* section2 swiper */
  @media not all and (max-width: 960px) {
    .swell-block-columns[data-scrollable] {
      width: calc(80% - 20px);
      margin: 0 auto;
    }
  }
  /* section2 tabパネル */
  .is-style-bb>.c-tabList .c-tabList__button[aria-selected=true] {
    background: #FF7E4B;
    color: #fff;
    padding: 1.5em 1em;
    border-radius: 10px 10px 0 0;
  }

  /* section3 */
  .border-box.has-border.-border03.tel-box{
    padding-top: 10px;
    padding-bottom: 6px;
    font-family: "M PLUS Rounded 1c", sans-serif;
  }
  .is-style-simple>.swell-block-accordion__item:first-child{
    border-top: none;
  }
  .swell-block-accordion.is-style-border .swell-block-accordion__body, .swell-block-accordion.is-style-simple .swell-block-accordion__body{
    background: #f7f7f7;
    margin: 0;
    border-top: 1px solid var(--color_border);
  }
  .swell-block-accordion__icon [class*=" icon-"]:before,
  .swell-block-accordion__icon [class^=icon-]:before{
    background-color: #ff7e4b;
    border-radius: 50%;
    color: #fff;
    padding:4px;
    font-size:0.9em;
  }
  /* section3 CF7*/
  @media not all and (max-width: 960px) {
    .wpcf7 {
      width: calc(80% - 20px);
      margin-left: auto;
      margin-right: auto;
      border: 4px #dcdcdc solid;
      border-radius: 10px;
      padding: 2.5em;
    }
  }
  .wpcf7 label,
  .wpcf7 .label-style {
    display: block;
    margin-bottom: 1.5em;
    font-weight: 600;
  }
  .wpcf7 span.require {
    color: #FF7E4B;
  }
  button, input, select, textarea {
    padding: .5em;
  }
  .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 select {
    border-radius: 4px;
  }
  /* section3 CF7 プライバシーポリシーのスタイル */
  .wpcf7 .p-box {
    height: 10em;
    border: 1px solid #c9caca;
    overflow-y: scroll;
    padding: 1.5em;
    font-size: 90%;
    border-radius: 4px;
    margin-bottom: 1em;
  }url(https://www.yonagoyochien.com/wp-admin/options-general.php)
  .wpcf7 .p-box span.p-ttl {
    display: block;
    font-weight: 600;
    font-size: 1.2em;
  }
  .wpcf7 .p-box ul {
    margin-bottom: 1em;
  }
  /* section3 CF7 送信ボタンのスタイル */
  .wpcf7-form input[type="submit"] {
  background: rgba(255,126,75,1);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
  display: block;
  width: 250px;
  height: 60px;
  border-radius:30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 auto;
  }
  .wpcf7-form input[type="submit"]:hover {
    background: rgba(255,126,75,.8);
  }

/*ダウンロード*/
.swell-block-column.swl-has-mb--s {
	border-radius:10px;
}
  /* archive */
  .c-pageTitle[data-style=b_bottom] {
    border-bottom-width:4px;
    }
    .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    border-bottom-width:4px;
    margin-bottom:-4px;
    }
  /* single */
  .c-postTitle {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

/* サイドバー用 */
.sidebar-item .p-postList__meta {
	display: none;
}

/* お知らせ一覧 */
.p-termNavigation {
	display: none;
}