/*
Template:ystandard
Theme Name:tohokai
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  /* font-weight:normal */
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: top;
}
a {
  display: inline-block;
  text-decoration: none;
}
:focus {
  outline: none;
}
table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
address {
  font-style: normal;
}

#toplevel_page_ystandard-start-page {
  display: none;
}
body {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  font-family: "Kosugi Maru", "Noto Sans JP", sans-serif;
}
/*--------------------------------------------------------------
   BASIC(修正禁止)
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  line-height: 1.5;
  font-size: 1.2rem;
  color: #444;
  letter-spacing: 0.1rem;
}
a {
  color: inherit;
  display: inline-block;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
.none--sp {
  display: none;
}
.textHover {
  text-decoration: underline;
}
.textHoverTrigger .target {
  text-decoration: underline;
}
@font-face {
  font-family: "nagurip";
  src: url("fonts/nagurip.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}
.ft-nagurigaki {
  font-family: "nagurip", "Noto Sans JP", sans-serif;
}
.bgc-green {
  background-color: #5fbc9c;
}
.fc-green {
  color: #1fbc17;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.2rem;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .none--pc {
    display: none !important;
  }
}
.container {
  margin-right: unset;
  margin-left: unset;
  padding-right: unset;
  padding-left: unset;
  max-width: unset;
}
/* .site-header {
 position: relative;
 border-top: 5px solid #048696;
 border-bottom: 5px solid #048696;
} */
/* .site-header::after {
 content: '';
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 border-bottom: 10px solid #252b51;
} */
body .site-content {
  margin: 0;
  padding: 0;
}
body .site-content .container {
  margin-bottom: 100px;
}
.st-maxWidth {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.site-header {
  /* margin-bottom: 20px; */
}
.site-header__content {
  max-width: 1024px;
  margin: 0 auto;
}
.global-nav__menu a {
  font-size: 14px;
}
.site-branding .site-title {
  margin: 0 auto;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.site-footer i {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 0.8rem;
  font-style: normal;
  margin: 30px;
}
.breadcrumbs__list {
  margin: 0 0 0 10px;
}
/* パーツ */
/* .parts-border-left {
  border-left: 5px solid #000;
} */
/* .parts-c {
  color: #000;
} */
/* .parts-bgc {
  background-color: #000;
}
.parts-bgcGlay {
  background-color: #f1f2f2;
} */
.parts-Btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto 0;
  padding: 10px 40px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.2rem;
}
.parts-Btn-color {
  background-color: #000;
  color: #fff;
}
.parts-Btn-white {
  background-color: #fff;
  color: #000;
}
/* front */
/* front */
/* frontページ */
/* front */
/* front */
/* .front-wrapper {
  font-weight: bold;
}
.front-wrapper h1,
.front-wrapper h2 {
  padding: 0;
  margin: 0;
}
.front-wrapper ul,
.front-wrapper ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.front-wrapper a:hover {
  opacity: 0.8;
} */
/* .front-wrapper a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
} */
/* frontパーツ */
/* .front-wrapper .front-subTitle {
  display: block;
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.front-wrapper .front-subTitle span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-top: 5px; */
/* } */

.front-wrapper .parts-Btn-color {
  width: 180px;
  height: 50px;
}
.front-wrapper .parts-Btn-white {
  width: 430px;
  height: 100px;
}
/* frontセクション */
.front-mainView {
  /* position: relative; */
  /* height: 700px; */
  /* margin-bottom: 60px; */
}
/*  */
.site-branding {
  display: flex;
  justify-content: center;
  align-items: center;
}
.st-header__logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-right: 12px;
}
.st-header__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.st-header__text--sub {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 4px;
}
.st-mainView__container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.st-mainView__coverImg {
  position: absolute;
  top: 10px;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.st-mainView__coverImg-sp {
  position: absolute;
  top: -20px;
  z-index: 2;
  width: 100%;
  height: auto;
  object-fit: contain;
}
/* .st-mainView__coverImg-sp-top {
  position: absolute;
  z-index: 2;
  top: 0;
}
.st-mainView__coverImg-sp-bottom {
  position: absolute;
  z-index: 2;
  bottom: 0;
} */
.st-mainView__text1 {
  position: absolute;
  font-size: 18px;
  color: #000;
  z-index: 4;
  display: inline-block;
  padding: 1px 8px;
  background-color: #fff;
  top: 30%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateX(50%);
}
.st-mainView__text2__container {
  position: absolute;
  font-size: 16px;
  z-index: 4;
  display: block;
  width: 450px;
  padding: 1px 8px;
  bottom: 30%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateX(-35%);
}
.st-mainView__text2-1 {
  color: #000;
  margin-bottom: 8px;
  background-color: #fff;
  display: inline-block;
  padding: 1px 8px;
}
.st-mainView__text2-2 {
  color: #000;
  background-color: #fff;
  display: inline-block;
  padding: 1px 8px;
}
.n2-ss-slide {
  width: auto !important;
  height: auto !important;
}
.n2-ss-slider .n2-ss-item-image img {
  width: auto !important;
  height: auto !important;
}
.temp {
  position: relative;
}
.temp::before,
.temo::after {
  position: absolute;
  content: "";
  width: 100%;
}
/*  */
.front-news {
  /* height: auto;
  margin-bottom: 100px; */
}
.front-news__title {
  margin: 8px 0;
  font-size: 20px;
  width: 100px;
}
.front-news__title__container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 24px;
}
.front-news__subTitle {
  font-size: 32px;
  margin: 0 12px;
}
.front-news__subTitle__container {
  position: relative;
  left: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.front-news__subTitle__container::before,
.front-news__subTitle__container::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("images/guruguru.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.front-news__subTitle__container::before {
  left: -20px;
}
.front-news__subTitle__container::after {
  right: -20px;
}
.front-news__subTitle__img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.front-news__list {
  padding: 40px 0;
}
.front-news__list__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto;
}
.front-news__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.front-news__article-figure {
  width: 300px;
  height: 225px;
  margin-bottom: 16px;
}
.front-news__recently-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.front-news__article-date {
  color: #fff;
  font-size: 10px;
  margin-bottom: 4px;
}
.front-news__article-title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.front-news__moreButton__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0;
}
.front-news__moreButton {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  position: relative;
  text-align: center;
  border-bottom: 2px dotted #fff;
}
.front-news__moreButton::before {
  position: absolute;
  content: "";
  left: -30px;
  width: 0;
  top: 9px;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fff;
}
/*  */
.front-about {
  padding: 120px 0;
  overflow: hidden;
}
.front-about__inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 64px;
  background-image: url("images/about_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.front-about__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 32px;
  margin: 0 0 32px;
}
.front-about__logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-right: 12px;
}
.front-about__text {
  position: relative;
  font-size: 18px;
}
.front-about__text::before,
.front-about__text::after {
  position: absolute;
  content: "";
  width: 600px;
  height: 600px;
  background-repeat: no-repeat;
  background-size: contain;
}
.front-about__text::before {
  top: -350px;
  right: -300px;
  background-image: url("images/mizutama--green.svg");
}
.front-about__text::after {
  bottom: -450px;
  left: -320px;
  background-image: url("images/mizutama--lightGreen.svg");
}
/*

*/
.front-management {
  background-image: url("images/bg-pattern01.png");
  background-color: #5fbc9c;
  padding: 64px 0;
}
.front-management__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.front-management__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.front-management__title__container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 240px;
  background-repeat: no-repeat;
  background-image: url("images/management_title_bg.png");
  background-size: contain;
}
.front-management__title {
  font-size: 16px;
  min-width: 100px;
}
.front-management__item {
  width: 300px;
  height: 240px;
  margin: 16px 0;
}
.front-management__item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
/*

*/
.footer-main__inner {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  border-radius: 40px 8px 40px 8px;
  background-color: #fff;
  width: 70%;
  padding: 24px 40px;
  height: auto;
  margin: 0 auto;
}
.footer-information {
  color: #000;
}
.footer-information > p {
  margin-bottom: 8px;
}
.st-footer__logo__container {
  color: #000;
  display: flex;
  align-items: center;
}
.st-footer__logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-right: 12px;
}
.st-footer__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.st-footer__text--sub {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 4px;
}
/*

*/
/* 投稿ページ */
/* 固定ページ */
.ys-toc {
  border-radius: 8px;
}
.site-header-thumbnail {
  height: 200px;
}
.singular-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  /* height: 200px; */
}
.my-site-header-thumbnail {
  height: 400px;
  overflow: hidden;
}
.my-site-header-thumbnail > img {
  object-fit: cover;
  /* filter: blur(3px); */
}
.singular-header > :first-child {
  margin-top: unset;
}
.singular-header__title {
  position: relative;
  font-size: 42px;
  padding: 64px 0;
  text-align: center;
  color: #000;
}
.singular-header__title::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 8px;
  bottom: 40px;
  left: 50%;
  right: 50%;
  border-radius: 40px;
  background-color: #000;
  transform: translateX(-50%);
}
.page .entry-content {
  padding: 40px;
  max-width: 900px;
  border-radius: 0 0 40px 40px;
  margin: 0 auto;
}
.page .entry-content h1 {
  font-size: 2em;
  text-align: center;
  background-color: #47a928;
  color: #fff;
  margin: 0;
}
.page .entry-content h1 {
  margin-bottom: 100px;
  width: auto;
  margin-right: -1rem;
  margin-left: -1rem;
  color: #000;
}
.page .entry-content h2 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding: 15px;
  /* border-left: 5px solid #47a928; */
  color: #fff;
  background-color: #47a928;
}
.page .entry-content h2::before {
  content: "";
  position: absolute;
  left: 1%;
  top: 5px;
  width: 98%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    transparent 50%,
    transparent 100%
  );
  background-size: 12px 4px;
}
.page .entry-content h2::after {
  content: "";
  position: absolute;
  left: 1%;
  bottom: 5px;
  width: 98%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    transparent 50%,
    transparent 100%
  );
  background-size: 12px 4px;
}
.page .entry-content h3 {
  font-size: 18px;
  color: #000;
  border-bottom: 4px double #47a928;
  display: inline-block;
}
.page .entry-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #000;
}
.page .blocks-gallery-item img {
  border-radius: 8px;
}
.post .entry-content {
  padding: 0 40px;
  font-size: 16px;
  line-height: 1.75;
}
/* footer */
.footer-nav .container {
  margin: 0 0 40px;
}

/*  */
.search-form {
  border-radius: 16px;
  padding: 8px;
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .page .entry-content h1 {
    margin-right: calc(-50vw + 50% + var(--scrollbar-width) / 2);
    margin-left: calc(-50vw + 50% + var(--scrollbar-width) / 2);
    padding: 30px 0;
  }
  .content__main {
    max-width: unset;
  }
}

@media screen and (max-width: 720px) {
  .st-mainView__container {
    height: auto;
  }
  .st-mainView__text1 {
    background-color: #fff;
    top: 25%;
    right: unset;
    left: 8px;
    font-size: 12px;
    transform: unset;
  }
  .st-mainView__text2__container {
    font-size: 12px;
    display: block;
    width: unset;
    top: 70%;
    right: unset;
    left: 8px;
    transform: unset;
  }
  .front-news__subTitle {
    font-size: 20px;
  }
  .front-news__subTitle__container {
    left: -20px;
  }
  .front-news__article-figure {
    width: 100%;
    height: 200px;
  }
  .front-news__article {
    width: 85%;
    margin-bottom: 24px;
  }
  .front-news__moreButton {
    font-size: 18px;
  }
  .front-news__moreButton::before {
    left: -21px;
    top: 9px;
    border-width: 6px 0 6px 10px;
  }

  .front-about__inner {
    padding: 64px 24px;
    background-position: bottom right;
  }
  .front-about__text {
    font-size: 14px;
  }
  .front-about__text::before,
  .front-about__text::after {
    width: 300px;
    height: 300px;
  }
  .front-about__text::before {
    top: -160px;
    right: -145px;
  }
  .front-about__text::after {
    bottom: -240px;
    left: -140px;
  }
  .front-management__title__container {
    width: 44%;
    height: auto;
  }
  .front-management__item {
    width: 44%;
    height: auto;
  }
  .front-management__title__container::before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  .singular-header__title {
    font-size: 32px;
  }
  .singular-header__title::before {
    height: 5px;
  }
  .my-site-header-thumbnail {
    height: unset;
  }
  .page .entry-content {
    padding: 10px;
  }
  .post .entry-content {
    padding: 0 10px;
  }
  .global-nav__toggle {
    top: 15px;
    right: 15px;
  }
  .global-nav__menu a {
    font-size: 24px;
    border-bottom: 2px solid #47a928;
  }
  .footer-main__inner {
    width: 90%;
    flex-direction: column;
    justify-content: center;
  }
}

/*                                 */
/*                                 */
/*              contactform7ここから      */
/*                                 */
/*                                 */
.wpcf7-form {
  max-width: 500px;
  margin: 0 auto;
}
.post-42 .date-tags {
  display: none;
}
.post-42 .entry-title {
  margin: 70px auto;
  text-align: center;
}
/* 必須マーク */
.must {
  color: #fff;
  margin-right: 10px;
  padding: 6px 10px;
  background: #f92931;
  border-radius: 20px;
}

/* 任意マーク */
.free {
  color: #fff;
  margin-right: 10px;
  padding: 6px 10px;
  background: #424242;
  border-radius: 20px;
}

/* 項目名を太字にする */
form p {
  font-weight: 600;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 4px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  background: rgba(255, 255, 142, 0.46);
}

.wpcf7-form > p {
  margin-top: 16px;
}
/* 送信ボタンを見やすくする */
input.wpcf7-submit {
  width: 100%;
  height: 80px;
  background: #1877f2;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 40px;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  font-weight: 600;
}

/*
 */
div#n2-ss-2 .n-uc-M5lxgUDjcspB {
  padding: 0;
}
.n2-section-smartslider {
}
.n2-section-smartslider::before {
}
