@charset "UTF-8";
/*
Theme Name: かわせみの森
Theme URI: https://web-creator01.com/kawasemikids/
Description: かわせみの森のホームページです。
Version: 1.1
Author: owndmedia.lab
*/
/* ************************************************************************************************
   共通
   ************************************************************************************************ */
html,
body {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.2;
  font-family: fot-tsukuardgothic-std, "TsukuARdGothic-Regular",
    "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3f2b26;
  background: #fef3df;
}

h1 {
  font-size: 10px;
}

h2 {
  font-size: 55px;
  font-weight: 600;
}

h3 {
  font-size: 35px;
  font-weight: 600;
}

h4 {
  font-size: 22px;
}

p {
  font-size: 16px;
}

a {
  font-size: 16px;
  text-decoration: none;
}

li,
th,
td,
dd,
dt {
  font-size: 16px;
}

img {
  max-width: 100%;
}

.en {
  font-family: gooddog-new, sans-serif;
}

/* マウスドラッグした時の文字色 */
::selection {
  background: #44bcbb;
  color: #fff;
}

/* 改行 */
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

/* スマホ切り替え */
.only-sp {
  display: none;
}

/* ページ全体の余白など */
#page {
  overflow: hidden;
  width: 100%;
}

.wrap {
  width: 1080px;
  padding: 0 30px;
  margin: 0 auto;
}

.wrap2 {
  width: 1400px;
  padding: 0 30px;
  margin: 0 auto;
}

/*コンテンツ切り替えウェーブ*/
.wave path {
  fill: #fef3df;
}

#wave01 {
  margin-top: 100px;
}
#wave01 svg {
  width: 100%;
  margin-bottom: -12px;
}

/* 見出し */
.h2__bg {
  width: 90px;
  height: 90px;
  line-height: 85px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin: 0 -8px;
}

.bg--sky {
  background-color: #a5d8db;
}

.bg--y {
  background-color: #e6e62a;
}

.bg--gr {
  background-color: #afd9b5;
}

.h3__ttl {
  text-align: center;
}
.h3__ttl p {
  color: #44bcbb;
  font-size: 30px;
  line-height: 1;
}

/* ボタン */
.btn01 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #44bcbb;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  padding: 0 50px;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
}
.btn01:hover {
  background-color: #f8bb50;
  transition: all 0.3s;
}

.btn01--or {
  background-color: #f8bb50;
}
.btn01--or:hover {
  background-color: #44bcbb;
}

/* スクロールバー */
::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #f8bb50;
  border-radius: 5px;
}

/*flex*/
.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
}

/***** 下層ページヘッダー *****/
.sub-header {
  position: relative;
  margin-top: 100px;
}
.sub-header .sub-header__img {
  width: 100%;
}
.sub-header h2 {
  position: absolute;
  top: 39%;
  left: 14%;
}
.sub-header h2 .h2__bg:nth-of-type(2) {
  vertical-align: -20px;
}
.sub-header h2 .h2__bg:nth-of-type(4) {
  vertical-align: -30px;
  margin: 0 -11px;
}
.sub-header h2 .h2__bg:nth-of-type(6) {
  vertical-align: -40px;
  margin: 0 -15px;
}
.sub-header h2 .h2__bg:nth-of-type(7) {
  vertical-align: -60px;
  margin: 0 -2px;
}
.sub-header .sub-header__wood {
  position: absolute;
}
.sub-header .sub-header__wood01 {
  width: 12.5vw;
  right: 15%;
  bottom: -5%;
}
.sub-header .sub-header__wood02 {
  width: 7vw;
  right: 6%;
  bottom: 2%;
}

/***** フッター *****/
.footer__tree object {
  width: 100%;
}
.footer__tree .footer__tree--sp {
  display: none;
}

footer {
  background-color: #afd9b5;
  margin-top: -25vw;
  position: relative;
}
footer .footer__wrap {
  padding-bottom: 50px;
  justify-content: center;
  align-items: center;
}
footer .footer__wrap .footer__logo {
  margin-right: 5%;
  transition: all 0.4s;
  text-align: center;
}
footer .footer__wrap .footer__logo:hover {
  transform: translateY(-7px);
  transition: all 0.3s;
}
footer .footer__wrap .footer__logo img {
  width: 150px;
}
footer .footer__wrap .footer__menu {
  width: 65%;
  justify-content: space-around;
  line-height: 2.5;
}
footer .footer__wrap .footer__menu ul .footer__menu--heading {
  font-weight: 600;
}
footer .footer__wrap .footer__menu ul li a {
  font-size: 15px;
  transition: all 0.4s;
}
footer .footer__wrap .footer__menu ul li a:hover {
  color: #44bcbb;
  transition: all 0.3s;
}
footer .footer__sns {
  justify-content: center;
  margin-bottom: 20px;
}
footer .footer__sns a {
  margin: 0 12px;
  transition: all 0.4s;
}
footer .footer__sns a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
footer small {
  font-size: 13px;
  display: block;
  text-align: center;
  padding-bottom: 20px;
}

/***** お問い合わせボタン *****/
#footer__contact {
  position: fixed;
  left: -20px;
  bottom: 30px;
  z-index: 15;
}
#footer__contact a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 300px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #44bcbb;
  font-size: 25px;
  font-weight: 600;
  border-radius: 30px;
  margin-top: 20px;
  padding-left: 35px;
  transition: all 0.4s;
}
#footer__contact a:hover {
  transition: all 0.3s;
  background-color: #f8bb50;
}
#footer__contact a img {
  width: 35px;
  margin-right: 15px;
}
#footer__contact .footer__contact--mail {
  font-size: 23px;
  width: 260px;
}
#footer__contact .footer__contact--mail img {
  width: 32px;
}

/***** ヘッダー *****/
header #gnav {
  width: 100%;
  height: 100px;
  background-image: url(img/common/header_bg.webp);
  background-size: cover;
  padding: 0 60px;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  z-index: 100;
}
header #gnav.hide {
  transform: translateY(-100%);
}
header #gnav h1 {
  transition: all 0.3s;
}
header #gnav h1:hover {
  transform: translateY(-5px);
  transition: all 0.2s;
}
header #gnav .gnav__wrap {
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
header #gnav .gnav__wrap li {
  display: inline-block;
  margin-left: 50px;
  vertical-align: middle;
}
header #gnav .gnav__wrap li a {
  font-size: 15px;
  font-weight: 600;
  display: block;
  width: 100%;
  line-height: 1;
  transition: all 0.3s;
}
header #gnav .gnav__wrap li a:hover {
  color: #f8bb50;
  transition: all 0.3s;
}
header #gnav .gnav__wrap li a:hover img {
  transform: translateY(-5px);
  transition: all 0.3s;
}
header #gnav .gnav__wrap li a img {
  width: auto;
  height: 48px;
  display: block;
  margin: 0 auto 10px;
  transition: all 0.3s;
}

/*Webp調整*/
.no-webp header #gnav {
  background-image: url(img/common/header_bg.jpg);
}

/* ハンバーガーメニュー */
#gnav-sp {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fef3df;
  display: none;
}
#gnav-sp .gnav-sp__wrap {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container {
  text-align: center;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container .gnav-sp__logo {
  display: inline-block;
  width: 230px;
  height: auto;
  margin-bottom: 70px;
  transition: all 0.4s;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container .gnav-sp__logo:hover {
  transition: all 0.3s;
  opacity: 0.6;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container .gnav-sp__menu {
  flex-wrap: wrap;
  justify-content: space-between;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container .gnav-sp__menu li {
  width: 25%;
  margin-bottom: 60px;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container .gnav-sp__menu li a {
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container .gnav-sp__menu li a:hover {
  color: #f8bb50;
  transition: all 0.3s;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container .gnav-sp__menu li a:hover img {
  transform: translateY(-7px);
  transition: all 0.3s;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container .gnav-sp__menu li a img {
  width: auto;
  height: 60px;
  display: block;
  margin: 0 auto 10px;
  transition: all 0.3s;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container .gnav-sp__sns {
  justify-content: center;
  margin-top: 20px;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container .gnav-sp__sns a {
  margin: 0 10px;
  transition: all 0.4s;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container .gnav-sp__sns a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

#h-menu {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 101;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  background-color: #f8bb50;
  display: none;
}

.h-menu__line,
.close__line {
  display: block;
  width: 25px;
  height: 3px;
  right: 12px;
  top: 14px;
  border-radius: 10px;
  position: absolute;
  transition: transform 0.3s;
  background-color: #fff;
}

.h-menu__line.active {
  display: none;
}

.h-menu__line--center {
  top: 24px;
}

.h-menu__line--bottom {
  top: 34px;
}

.h-menu--close {
  display: none;
}

.h-menu--close.active {
  display: block;
}

.close__line--top {
  top: 23px;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.close__line--bottom {
  top: 23px;
  transform: rotate(135deg);
  transition: all 0.3s;
}

/* ************************************************************************************************
   アニメーション
   ************************************************************************************************ */
/***** ローディングアニメーション *****/
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-size: auto auto;
  background-color: #fef3df;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 20px,
    #ffe6c5 20px,
    #ffe6c5 40px
  );
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#loading .loading__wrap {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading .loading__wrap .loading__box {
  text-align: center;
}
#loading .loading__wrap .loading__box .loading__kawase {
  width: 130px;
}
#loading .loading__wrap .loading__box .loading__logo {
  margin-top: 30px;
  display: block;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

/***** ページトップに戻るボタン *****/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #f8bb50;
  color: #fff;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.5s;
}

#page_top a:hover {
  opacity: 1;
  transition: 0.5s;
  background: #44bcbb;
}

#page_top .material-icons {
  position: absolute;
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/***** スクロールアニメーション *****/
.scroll.fadeIn {
  opacity: 0;
  transition: all 1500ms;
}

.scroll.fadeIn2 {
  opacity: 0;
  transition: all 3000ms;
}

.scroll.fadeInUp {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.scroll.fadeInDown {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1500ms;
}

.scroll.fadeInLeft {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1500ms;
}

.scroll.fadeInRight {
  opacity: 0;
  transform: translateX(50px);
  transition: all 1500ms;
}

.scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll.delay {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.scroll.delay2 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.scroll.delay3 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.scroll.delay4 {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

.scroll.delay5 {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}

.scroll.delay6 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

@media screen and (max-width: 559px) {
  .scroll.delay,
  .scroll.delay2,
  .scroll.delay3,
  .scroll.delay4,
  .scroll.delay5,
  .scroll.delay6 {
    -moz-transition-delay: unset;
    -webkit-transition-delay: unset;
    -o-transition-delay: unset;
    -ms-transition-delay: unset;
  }
}
/* ************************************************************************************************
   微調整
   ************************************************************************************************ */
@media screen and (max-width: 1537px) {
  .sub-header h2 {
    top: 33%;
    left: 11%;
  }
}
@media screen and (max-width: 1440px) {
  footer .footer__wrap .footer__logo img {
    width: 12vw;
  }
}
@media screen and (max-width: 1400px) {
  .wrap2 {
    width: 100%;
    padding: 0 50px;
  }

  footer {
    margin-top: -23vw;
  }
}
@media screen and (max-width: 1367px) {
  #footer__contact a {
    width: 270px;
    height: 55px;
    line-height: 55px;
    font-size: 22px;
  }

  #footer__contact a img {
    width: 32px;
  }

  #footer__contact .footer__contact--mail {
    font-size: 20px;
    width: 230px;
  }

  #footer__contact .footer__contact--mail img {
    width: 29px;
  }
}
@media screen and (max-width: 1281px) {
  header #gnav {
    padding: 0 3vw;
    height: 90px;
  }

  header #gnav .gnav__wrap li {
    margin-left: 3.2vw;
  }

  header #gnav .gnav__wrap h1 a img {
    width: 85%;
  }

  header #gnav .gnav__wrap li a img {
    height: 40px;
  }

  .sub-header {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1080px) {
  .wrap {
    width: 100%;
    padding: 0 50px;
  }
}
/***** Edge,IE調整 *****/
/* ************************************************************************************************
   1025px
   ************************************************************************************************ */
@media screen and (max-width: 1025px) {
  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 20px;
  }

  p,
  a,
  li,
  th,
  td,
  dt,
  dd {
    font-size: 15px;
  }

  .btn01 {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }

  header #gnav .gnav__wrap li {
    margin-left: 3vw;
  }

  header #gnav .gnav__wrap h1 a img {
    width: 82%;
  }

  .h2__bg {
    width: 80px;
    height: 80px;
    line-height: 75px;
  }

  .sub-header h2 {
    top: 31%;
    left: 10%;
  }

  .h3__ttl p {
    font-size: 25px;
  }

  footer {
    margin-top: -20vw;
  }

  #footer__contact {
    bottom: 20px;
  }

  #footer__contact a {
    width: 245px;
    height: 47px;
    line-height: 47px;
    font-size: 19px;
    margin-top: 15px;
  }

  #footer__contact a img {
    width: 28px;
  }

  #footer__contact .footer__contact--mail {
    font-size: 17px;
    width: 205px;
  }

  #footer__contact .footer__contact--mail img {
    width: 25px;
  }
}
@media screen and (max-width: 1023px) {
  header #gnav .gnav__wrap h1 a img {
    width: 82%;
  }

  header #gnav .gnav__wrap li {
    margin-left: 2.5vw;
  }

  header #gnav .gnav__wrap li a {
    font-size: 14px;
  }
}
/* ************************************************************************************************
   960px
   ************************************************************************************************ */
@media screen and (max-width: 959px) {
  .wrap,
  .wrap2 {
    padding: 0 30px;
  }

  #h-menu {
    display: block;
  }

  header #gnav {
    height: 80px;
  }

  .gnav__menu {
    display: none;
  }

  header #gnav .gnav__wrap h1 a img {
    width: 80%;
  }

  .sub-header {
    margin-top: 80px;
  }

  .sub-header__img.only-pc {
    display: none;
  }

  .sub-header__img.only-sp {
    display: block;
  }

  .sub-header .sub-header__wood01 {
    width: 18.5vw;
    right: 19%;
    bottom: -7%;
  }

  .sub-header .sub-header__wood02 {
    width: 12vw;
    right: 5%;
    bottom: -3%;
  }

  .sub-header h2 {
    top: 37%;
  }

  .footer__tree .footer__tree--pc {
    display: none;
  }

  .footer__tree .footer__tree--sp {
    display: block;
  }

  footer .footer__wrap .footer__menu {
    width: 75%;
  }

  footer .footer__wrap .footer__menu ul li a {
    font-size: 14px;
  }

  #page_top {
    right: 15px;
    bottom: 15px;
  }
}
/* ************************************************************************************************
   560px
   ************************************************************************************************ */
@media screen and (max-width: 559px) {
  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 18px;
  }

  p,
  a,
  li,
  th,
  td,
  dt,
  dd {
    font-size: 14px;
  }

  .btn01 {
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
  }

  .br-sp {
    display: block;
  }

  .br-pc {
    display: none;
  }

  .only-sp {
    display: block;
  }

  .only-pc {
    display: none;
  }

  .h3__ttl h3 {
    line-height: 1.8;
    margin-top: 5px;
  }

  .h3__ttl p {
    font-size: 22px;
  }

  header #gnav {
    height: 70px;
    padding: 0 4vw;
    background-image: url(img/common/header_bg_sp.webp);
    background-position: left;
  }

  .no-webp header #gnav {
    background-image: url(img/common/header_bg.jpg);
  }

  #h-menu {
    top: 10px;
    right: 10px;
  }

  header #gnav .gnav__wrap h1 a img {
    width: 65%;
  }

  #gnav-sp .gnav-sp__wrap {
    align-items: flex-start;
    margin-top: 50px;
  }

  #gnav-sp .gnav-sp__wrap .gnav-sp__container .gnav-sp__logo {
    display: none;
  }

  #gnav-sp .gnav-sp__wrap .gnav-sp__container .gnav-sp__menu {
    justify-content: space-around;
  }

  #gnav-sp .gnav-sp__wrap .gnav-sp__container .gnav-sp__menu li {
    width: 50%;
    margin: 0 0 25px;
  }

  #gnav-sp .gnav-sp__wrap .gnav-sp__container .gnav-sp__menu li a {
    font-size: 15px;
  }

  #gnav-sp .gnav-sp__wrap .gnav-sp__container .gnav-sp__menu li a img {
    height: 45px;
  }

  #gnav-sp .gnav-sp__wrap .gnav-sp__container .gnav-sp__sns {
    margin-top: 15px;
  }

  #gnav-sp .gnav-sp__wrap .gnav-sp__container .gnav-sp__sns a img {
    width: 30px;
  }

  .sub-header {
    margin-top: 70px;
  }

  .sub-header h2 {
    top: 30%;
  }

  .h2__bg {
    width: 57px;
    height: 57px;
    line-height: 57px;
  }

  .sub-header .sub-header__wood01,
  .sub-header .sub-header__wood02 {
    display: none;
  }

  .sub-header.sub-header--blog h2 {
    left: 5%;
  }

  .sub-header h2 .h2__bg:nth-of-type(6) {
    margin: 0 -18px;
  }

  .sub-header h2 .h2__bg:nth-of-type(7) {
    margin: 0 3px;
  }

  .sub-header--family.sub-header h2 {
    left: 6%;
  }

  #loading .loading__wrap .loading__box .loading__logo {
    margin-top: 15px;
    width: 210px;
  }

  #loading .loading__wrap .loading__box .loading__kawase {
    width: 80px;
  }

  #wave01 {
    margin-top: 70px;
  }

  footer {
    margin-top: -16vw;
  }

  footer .footer__wrap {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }

  footer .footer__wrap .footer__logo {
    margin-bottom: 40px;
    margin-right: 0;
  }

  footer .footer__wrap .footer__logo img {
    width: 55%;
  }

  footer .footer__wrap .footer__menu {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  footer .footer__wrap .footer__menu ul {
    width: 46%;
    margin-bottom: 10px;
  }

  footer .footer__wrap .footer__menu ul li a {
    font-size: 13px;
  }

  footer .footer__sns a img {
    width: 30px;
  }

  footer small {
    font-size: 12px;
    padding-bottom: 50px;
  }

  #page_top {
    right: 10px;
    bottom: 55px;
  }

  #footer__contact {
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row-reverse;
  }

  #footer__contact a,
  #footer__contact .footer__contact--mail {
    font-size: 15px;
    margin-top: 0;
    width: calc(100% / 2);
    justify-content: center;
    padding-left: 0;
    border-radius: 0;
    height: 45px;
    line-height: 1;
    text-align: center;
  }

  #footer__contact a img,
  #footer__contact .footer__contact--mail img {
    width: 22px;
    display: block;
    margin-right: 12px;
  }

  .footer__contact--tel {
    border-right: 1px solid #fff;
  }
}
/* ************************************************************************************************
   320px
   ************************************************************************************************ */
@media screen and (max-width: 320px) {
  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 16px;
  }

  .btn01 {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
  }

  p,
  a,
  li,
  th,
  td,
  dt,
  dd {
    font-size: 13px;
  }

  .wrap,
  .wrap2 {
    padding: 0 20px;
  }

  .h2__bg {
    width: 53px;
    height: 53px;
    line-height: 53px;
  }

  .sub-header--family .h2__bg {
    width: 51px;
    height: 51px;
    line-height: 51px;
  }

  .h3__ttl p {
    font-size: 20px;
  }

  header #gnav .gnav__wrap h1 a img {
    width: 60%;
  }

  #gnav-sp .gnav-sp__wrap .gnav-sp__container .gnav-sp__menu li {
    margin: 0 0 20px;
  }

  #gnav-sp .gnav-sp__wrap .gnav-sp__container .gnav-sp__menu li a {
    font-size: 14px;
  }

  #gnav-sp .gnav-sp__wrap .gnav-sp__container .gnav-sp__menu li a img {
    height: 40px;
  }

  footer .footer__wrap .footer__menu ul li a {
    font-size: 12px;
  }

  #footer__contact a,
  #footer__contact .footer__contact--mail {
    font-size: 14px;
  }

  footer small {
    font-size: 11px;
  }
}
/*
Theme Name: かわせみの森
Theme URI: https://web-creator01.com/kawasemikids/
Description: かわせみの森のホームページです。
Version: 1.1
Author: owndmedia.lab
*/
/* ************************************************************************************************
   index.php
   ************************************************************************************************ */
#main {
  padding: 40px 0 0;
  background-image: url(img/common/bg.webp);
  background-size: cover;
  position: relative;
}
#main #main__header {
  align-items: flex-end;
  justify-content: center;
}
#main #main__header ul {
  z-index: 10;
}
#main #main__header ul li {
  display: inline-block;
  margin: 0 2vw;
}
#main #main__header ul li a {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  display: block;
  width: 100%;
  transition: all 0.4s;
}
#main #main__header ul li a:hover {
  color: #f8bb50;
  transition: all 0.3s;
}
#main #main__header ul li a:hover img {
  transform: translateY(-7px);
  transition: all 0.3s;
}
#main #main__header ul li a img {
  margin: 0 auto 15px;
  display: block;
  width: 70px;
  transition: all 0.3s;
}
#main #main__header h1 {
  margin: 0 4vw;
  z-index: 10;
  transition: all 0.3s;
  text-align: center;
}
#main #main__header h1:hover {
  transform: translateY(10px);
  transition: all 0.3s;
}
#main .slider__wrap {
  max-width: 1122px;
  margin: 50px auto 0;
  position: relative;
  z-index: 10;
}
#main .slider__wrap .slider__img {
  -webkit-clip-path: url(#c-path01);
  /*Safari, iOS Safari 用*/
  clip-path: url(#c-path01);
  width: 100%;
  height: auto;
}
#main .slider__wrap .slider__img--sp {
  display: none;
}
#main .slider__wrap .slider__images img {
  position: absolute;
}
#main .slider__wrap .slider__images #slider__frame {
  position: absolute;
  top: 1%;
  left: 1.5%;
  width: 94%;
  overflow: inherit;
}
#main .slider__wrap .slider__images .slider__wood01 {
  bottom: 10%;
  left: -15%;
}
#main .slider__wrap .slider__images .slider__wood02 {
  bottom: 5%;
  left: -6%;
}
#main .slider__wrap .slider__images .slider__wood03 {
  bottom: 2%;
  right: -7%;
}
#main .slider__wrap .slider__images .slider__wood04 {
  width: 130px;
  bottom: 7%;
  right: -15%;
}
#main .main__container {
  margin-top: 20px;
}
#main .main__container .flex {
  justify-content: center;
  align-items: center;
  text-align: center;
}
#main .main__container .flex .main__message {
  margin: 0 70px;
}
#main .main__container .flex .main__txt {
  font-size: 18px;
  margin: 60px 0 50px;
  font-weight: 600;
}
#main .main__container .flex .main__kawase01 {
  transition: all 0.3s;
}
#main .main__container .flex .main__kawase01:hover {
  transform: rotate(10deg);
  transition: all 0.3s;
}
#main .main__container .flex .main__kawase02 {
  transition: all 0.3s;
}
#main .main__container .flex .main__kawase02:hover {
  transform: rotate(-10deg);
  transition: all 0.3s;
}
#main .main__clouds .main__cloud01 {
  position: absolute;
  left: -18%;
  top: 25%;
}
#main .main__clouds .main__cloud02 {
  position: absolute;
  right: 4%;
  top: 20%;
}
#main .main__clouds .main__cloud03 {
  position: absolute;
  width: 380px;
  left: 10%;
  top: -8%;
}
#main .main__clouds .main__cloud04 {
  position: absolute;
  right: 12%;
  top: -15%;
}

#index-points {
  padding: 60px 0 80px;
}
#index-points .index-points__wrap {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
#index-points .index-points__wrap .index-points__item {
  width: 30%;
  text-align: center;
  margin-top: 50px;
}
#index-points .index-points__wrap .index-points__item img {
  width: 100%;
  transition: all 0.4s;
}
#index-points .index-points__wrap .index-points__item img:hover {
  transform: scale(1.2);
  transition: all 0.3s;
}
#index-points .index-points__wrap .index-points__item p {
  font-size: 24px;
  margin-top: 10px;
}

.index__line {
  display: block;
  margin: 0 auto;
}

#index-exam {
  padding: 80px 0;
}
#index-exam .index-exam__wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
#index-exam .index-exam__wrap picture {
  width: 85%;
}
#index-exam .index-exam__wrap p {
  margin-left: 4%;
  font-size: 18px;
}

#index-place {
  padding: 80px 0 50px;
}
#index-place .index-place__wrap {
  margin-top: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-place .index-place__wrap .index-place__box {
  text-align: center;
  position: relative;
  transition: all 0.4s;
  width: 23%;
  margin-top: 50px;
}
#index-place .index-place__wrap .index-place__box:hover {
  color: #f8bb50;
  opacity: 0.8;
  transition: all 0.3s;
}
#index-place .index-place__wrap .index-place__box .index-place__img {
  width: 95%;
}
#index-place .index-place__wrap .index-place__box .index-place__pic {
  position: absolute;
  right: -7%;
  top: -10%;
}
#index-place .index-place__wrap .index-place__box p {
  font-size: 20px;
  margin-top: 10px;
}
#index-place .index-place__btn {
  margin-top: 70px;
  text-align: center;
}

#index-contents {
  background-size: auto auto;
  background-color: #fef3df;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 20px,
    #ffe6c5 20px,
    #ffe6c5 40px
  );
}
#index-contents .index-contents__wrap {
  justify-content: space-around;
  margin: 80px 0 50px;
}
#index-contents .index-contents__wrap .index-contents__box {
  position: relative;
  text-align: center;
}
#index-contents .index-contents__wrap .index-contents__box h3 {
  font-size: 24px;
  margin: 20px 0 30px;
}
#index-contents
  .index-contents__wrap
  .index-contents__box
  .index-contents__pic01 {
  position: absolute;
  bottom: 23%;
  left: -12%;
}
#index-contents
  .index-contents__wrap
  .index-contents__box
  .index-contents__pic02 {
  position: absolute;
  bottom: 20%;
  left: -8%;
}
#index-contents
  .index-contents__wrap
  .index-contents__box
  .index-contents__pic03 {
  position: absolute;
  top: -10%;
  right: -5%;
}

#index-info {
  padding: 50px 0 120px;
}
#index-info .index-news {
  margin-top: 50px;
  justify-content: space-between;
}
#index-info .index-news .index-news__container {
  width: 47%;
}
#index-info .index-news .index-news__container .index-news__top {
  align-items: flex-end;
}
#index-info
  .index-news
  .index-news__container
  .index-news__top
  .index-news__board {
  position: relative;
}
#index-info
  .index-news
  .index-news__container
  .index-news__top
  .index-news__board
  h4 {
  position: absolute;
  right: 0;
  left: 0;
  top: 5%;
  margin: auto;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
}
#index-info .index-news .index-news__container .index-news__top--event {
  padding-left: 20px;
}
#index-info
  .index-news
  .index-news__container
  .index-news__top--event
  .index-news__pic {
  margin-left: 40px;
}
#index-info .index-news .index-news__container .index-news__top--cafe {
  justify-content: flex-end;
  padding-right: 30px;
}
#index-info
  .index-news
  .index-news__container
  .index-news__top--cafe
  .index-news__pic {
  margin-right: 20px;
}
#index-info
  .index-news
  .index-news__container
  .index-news__top--cafe
  .index-news__board
  h4 {
  top: 16%;
}
#index-info .index-news .index-news__container .index-news__box {
  background-color: #fff;
  border-radius: 30px;
  padding: 50px 60px;
}
#index-info
  .index-news
  .index-news__container
  .index-news__box
  .index-news__item {
  align-items: center;
  margin-bottom: 40px;
  transition: all 0.4s;
}
#index-info
  .index-news
  .index-news__container
  .index-news__box
  .index-news__item
  img {
  border-radius: 20px;
  max-width: 250px;
  height: auto;
}
#index-info
  .index-news
  .index-news__container
  .index-news__box
  .index-news__item
  .index-news__info {
  margin-left: 30px;
}
#index-info
  .index-news
  .index-news__container
  .index-news__box
  .index-news__item
  .index-news__info
  .index-news__date {
  color: #44bcbb;
  font-size: 15px;
}
#index-info
  .index-news
  .index-news__container
  .index-news__box
  .index-news__item
  .index-news__info
  .index-news__ttl {
  font-size: 18px;
  line-height: 1.8;
}
#index-info
  .index-news
  .index-news__container
  .index-news__box
  .index-news__item:last-of-type {
  margin-bottom: 50px;
}
#index-info
  .index-news
  .index-news__container
  .index-news__box
  .index-news__item:hover {
  opacity: 0.8;
  color: #f8bb50;
  transition: all 0.3s;
}
#index-info .index-news .index-news__container .index-news__btn {
  text-align: center;
}
#index-info .index-sns {
  margin-top: 90px;
}
#index-info .index-sns .index-sns__container {
  text-align: center;
}
#index-info .index-sns .index-sns__container h4 {
  color: #44bcbb;
  font-size: 40px;
  margin-bottom: 20px;
  text-align: center;
}

#index-recruit {
  text-align: center;
  margin-bottom: 140px;
}
#index-recruit a {
  display: inline-block;
  transition: all 0.3s;
}
#index-recruit a:hover {
  transform: translateY(-7px);
  transition: all 0.3s;
}

/*IE*/
@media all and (-ms-high-contrast: none) {
  #main .slider__wrap .slider__images #slider__frame {
    display: none;
  }

  #main .slider__wrap .slider__img {
    margin: 30px auto 70px;
  }

  #wave01 svg {
    margin-bottom: -23px;
  }

  #wave03 svg {
    margin-bottom: -10px;
  }
}
/* ************************************************************************************************
   aboutus.php
   ************************************************************************************************ */
#about-message {
  background-image: url(img/common/bg.webp);
  background-size: cover;
  background-position: center;
  margin-top: -150px;
}
#about-message .about-message__wrap {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 270px 0 120px;
}
#about-message .about-message__wrap .main__message {
  margin: 0 70px;
}
#about-message .about-message__wrap .main__txt {
  font-size: 18px;
  margin: 60px 0 0;
  font-weight: 600;
}
#about-message .about-message__wrap .main__kawase01 {
  transition: all 0.3s;
}
#about-message .about-message__wrap .main__kawase01:hover {
  transform: rotate(10deg);
  transition: all 0.3s;
}
#about-message .about-message__wrap .main__kawase02 {
  transition: all 0.3s;
}
#about-message .about-message__wrap .main__kawase02:hover {
  transform: rotate(-10deg);
  transition: all 0.3s;
}

#about-service {
  padding: 90px 0 80px;
}

.about-service__txt {
  margin-top: 30px;
}

#about-service .about-service__wrap {
  /* margin-top: 70px;
  justify-content: space-around; */
  margin-top: 70px;
  justify-content: space-around;
  gap: 50px 0;
}
#about-service .about-service__wrap .about-service__box {
  text-align: center;
  position: relative;
  width: 40%;
  margin-bottom: 6rem;
}
#about-service .about-service__wrap .about-service__box .about-service__pic01 {
  position: absolute;
  left: -7%;
  top: 41%;
}
#about-service .about-service__wrap .about-service__box .about-service__pic02 {
  position: absolute;
  right: -8%;
  top: 39%;
}
#about-service .about-service__wrap .about-service__box h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0;
}
.about-service__wrap .about-service__box p {
  text-align: left;
}

#about-service .about-service__wrap .about-service__box .about-service__box__list {
  list-style: decimal;
  margin: 0;
  padding-left: 30px;
  text-align: left;
}

#about-service .about-service__wrap.flex {
  flex-wrap: wrap;
}
#about-service .about-service__wrap2 h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0;
}
#about-service .about-service__wrap2 .about-service__wrap2__list {
  list-style: disc;
  text-align: left;
  margin: 0;
  padding-left: 30px;
}
#about-menu {
  padding: 110px 0;
  background-size: auto auto;
  background-color: #fef3df;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 20px,
    #ffe6c5 20px,
    #ffe6c5 40px
  );
}
#about-menu .about-menu__wrap {
  justify-content: space-around;
}
#about-menu .about-menu__wrap .about-menu__box {
  text-align: center;
}
#about-menu .about-menu__wrap .about-menu__box h3 {
  font-size: 21px;
  margin: 15px 0 20px;
}

#about-eva {
  padding: 100px 0 800px;
  margin-bottom: -700px;
  background-image: url(img/common/bg.webp);
  background-size: cover;
  background-position: center;
  text-align: center;
}
#about-eva .about-eva__txt {
  margin: 50px 0 60px;
}

/* ************************************************************************************************
   howtouse.php
   ************************************************************************************************ */
#howtouse {
  padding: 100px 0;
}
#howtouse .howtouse__wrap .howtouse__container {
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
#howtouse .howtouse__wrap .howtouse__container .howtouse__number {
  width: 120px;
  height: 120px;
  padding-top: 5px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
}
#howtouse
  .howtouse__wrap
  .howtouse__container
  .howtouse__number
  p:nth-of-type(1) {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 5px;
}
#howtouse
  .howtouse__wrap
  .howtouse__container
  .howtouse__number
  p:nth-of-type(2) {
  font-size: 50px;
  line-height: 1;
}
#howtouse .howtouse__wrap .howtouse__container .howtouse__number img {
  width: 67px;
  position: absolute;
  top: -56%;
  left: -17%;
}
#howtouse .howtouse__wrap .howtouse__container .howtouse__txt {
  width: 40%;
}
#howtouse .howtouse__wrap .howtouse__container .howtouse__txt h3 {
  font-size: 30px;
  margin-bottom: 25px;
}
#howtouse .howtouse__wrap .howtouse__line {
  display: inherit;
}

/* ************************************************************************************************
   flow.php
   ************************************************************************************************ */
.flow {
  padding: 120px 0;
}
.flow .flow__wrap {
  margin-top: 70px;
  text-align: center;
}
.flow .flow__wrap .flow__item {
  align-items: center;
  justify-content: center;
}
.flow .flow__wrap .flow__item .flow__item--01 {
  width: 40%;
  margin-right: 70px;
  text-align: right;
}
.flow .flow__wrap .flow__item .flow__item--02 {
  width: 40%;
  margin-left: 70px;
  text-align: left;
}
.flow .flow__wrap .flow__item .flow__time {
  text-align: center;
}
.flow .flow__wrap .flow__item .flow__time p {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
}
.flow .flow__wrap .flow__item .flow__txt--right p,
.flow .flow__wrap .flow__item .flow__txt--left p {
  font-size: 17px;
  font-weight: 600;
}
.flow .flow__wrap .flow__item .flow__txt--right {
  text-align: left;
  padding: 20px 25px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  box-sizing: border-box;
  border: solid 3px #44bcbb;
}
.flow .flow__wrap .flow__item .flow__txt--right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  z-index: 2;
}
.flow .flow__wrap .flow__item .flow__txt--right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #44bcbb;
  z-index: 1;
}
.flow .flow__wrap .flow__item .flow__txt--left {
  text-align: left;
  padding: 20px 25px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  box-sizing: border-box;
  border: solid 3px #44bcbb;
}
.flow .flow__wrap .flow__item .flow__txt--left::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 2;
}
.flow .flow__wrap .flow__item .flow__txt--left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #44bcbb;
  z-index: 1;
}
.flow .flow__wrap .flow__item .flow__pic--1030 {
  transform: rotate(-10deg);
  margin-bottom: 60px;
}
.flow .flow__wrap .flow__item .flow__pic--1400 {
  width: 130px;
}
.flow .flow__wrap .flow__item .flow__pic--1630 {
  width: 110px;
}
.flow .flow__wrap .flow__line {
  margin: 20px 0;
}

#flow-pm .h3__ttl p {
  color: #f8bb50;
}
#flow-pm .flow__wrap .flow__item .flow__txt--right {
  border: solid 3px #f8bb50;
}
#flow-pm .flow__wrap .flow__item .flow__txt--right::after {
  border-right: 14px solid #f8bb50;
}
#flow-pm .flow__wrap .flow__item .flow__txt--left {
  border: solid 3px #f8bb50;
}
#flow-pm .flow__wrap .flow__item .flow__txt--left::after {
  border-left: 14px solid #f8bb50;
}

.flow__bg {
  width: 100%;
  height: 470px;
  background-image: url(img/flow_bg.webp);
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#flow-bring {
  padding: 120px 0 10px;
  background-image: url(img/common/bg.webp);
  background-size: cover;
  background-position: center;
}
#flow-bring .h3__ttl {
  margin-bottom: 70px;
}
#flow-bring .flow-bring__wrap {
  margin-bottom: 110px;
  text-align: center;
}
#flow-bring .flow-bring__wrap h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  padding: 15px;
  margin-bottom: 10px;
  border-top: 2px dashed #3f2b26;
  border-bottom: 2px dashed #3f2b26;
}
#flow-bring .flow-bring__wrap .flow-bring__container {
  flex-wrap: wrap;
  justify-content: center;
}
#flow-bring .flow-bring__wrap .flow-bring__container .flow-bring__item {
  text-align: center;
  margin: 40px 20px 0;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#flow-bring .flow-bring__wrap .flow-bring__container .flow-bring__item img {
  margin-bottom: 15px;
}
#flow-bring .flow-bring__wrap .flow-bring__container .flow-bring__item p {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.8;
}

#flow-about {
  padding: 100px 0 120px;
}
#flow-about .flow-about__tbl {
  margin: 60px auto 0;
  max-width: 600px;
  width: 100%;
}
#flow-about .flow-about__tbl tr {
  border-bottom: 1px dashed #afd9b5;
}
#flow-about .flow-about__tbl tr th,
#flow-about .flow-about__tbl tr td {
  padding: 10px 30px;
}
#flow-about .flow-about__tbl tr th {
  color: #277c70;
  text-align: center;
}
#flow-about .flow-about__tbl tr td .note {
  color: #f8bb50;
  margin-left: 10px;
}
#flow-about .flow-about__txt {
  margin: 40px 0 50px;
  font-size: 15px;
  text-align: center;
}
#flow-about .flow-about__btn {
  text-align: center;
}

/* ************************************************************************************************
   place.php
   ************************************************************************************************ */
#place {
  padding: 0 0 120px;
}
#place .place__container {
  align-items: center;
  padding-top: 120px;
}
#place .place__container .place__map {
  position: relative;
  margin-right: 60px;
}
#place .place__container .place__map .place__pic {
  position: absolute;
  top: -15%;
  right: -8%;
}
#place .place__container .place__info h3 {
  font-size: 24px;
  line-height: 1;
}
#place .place__container .place__info p {
  margin: 30px 0;
}
#place .place__container .place__info p.sub-tit {
  margin-top: 0;
  font-weight: bold;
}
/* ************************************************************************************************
   recruit.php
   ************************************************************************************************ */
#recruit {
  padding: 120px 0 100px;
}
#recruit .recruit-about {
  justify-content: center;
  align-items: center;
}
#recruit .recruit-about .recruit-about__box {
  margin-left: 50px;
}
#recruit .recruit-about .recruit-about__box .recruit-about__ttl {
  font-size: 30px;
  font-weight: 600;
  line-height: 2;
}
#recruit .recruit-about .recruit-about__box .recruit-about__line {
  display: inline-flex;
}
#recruit .recruit-about .recruit-about__box .recruit-about__txt {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 30px;
}
#recruit .recruit-about .recruit-about__box .recruit-about__txt .txt-b {
  font-weight: bold;
  font-size: 20px;
  color: red;
}
#recruit .recruit-about .recruit-about__box .recruit-about__txt ul {
  margin: 10px 0;
}
#recruit .recruit-about .recruit-about__box .recruit-about__txt ul li span {
  color: #44bcbb;
}
#recruit .recruit-about .recruit-about__box .recruit-about__txt a {
  color: #f8bb50;
}
#recruit .recruit-point {
  margin: 80px auto 0;
  width: 80%;
  min-width: 1050px;
}
#recruit .recruit-point .recruit-point__item {
  padding: 15px 20px;
  align-items: center;
  border-bottom: 1px #f8bb50 dashed;
}
#recruit .recruit-point .recruit-point__item .recruit-point__number {
  min-width: 80px;
  width: 80px;
  height: 80px;
  padding-top: 5px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#recruit
  .recruit-point
  .recruit-point__item
  .recruit-point__number
  p:nth-of-type(1) {
  font-size: 17px;
  line-height: 1;
}
#recruit
  .recruit-point
  .recruit-point__item
  .recruit-point__number
  p:nth-of-type(2) {
  font-size: 37px;
  line-height: 1;
}
#recruit
  .recruit-point
  .recruit-point__item
  .recruit-point__number
  .recruit-point__kawase {
  position: absolute;
  width: 40px;
  bottom: 0;
  left: -26%;
}
#recruit .recruit-point .recruit-point__item .recruit-point__txt {
  margin-left: 40px;
}

#staff {
  padding: 100px 0 110px;
  background-image: url(img/common/bg.webp);
  background-size: cover;
  background-position: bottom;
}
#staff .staff__wrap {
  margin-top: 80px;
}
#staff .staff__wrap .staff__container {
  margin-top: 80px;
  justify-content: center;
}
#staff .staff__wrap .staff__container .staff__img {
  max-width: 300px;
  margin-right: 60px;
}
#staff .staff__wrap .staff__container .staff__fukidashi {
  position: relative;
  display: inline-block;
  padding: 40px 40px 10px;
  max-width: 680px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}
#staff .staff__wrap .staff__container .staff__fukidashi::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid rgba(255, 255, 255, 0.8);
}
#staff .staff__wrap .staff__container .staff__fukidashi .staff__name--en {
  color: #f8bb50;
  font-size: 35px;
  line-height: 1;
}
#staff .staff__wrap .staff__container .staff__fukidashi .staff__name {
  font-size: 21px;
  font-weight: 600;
}
#staff .staff__wrap .staff__container .staff__fukidashi .staff__position {
  font-size: 18px;
  text-align: right;
  font-weight: 600;
}
#staff .staff__wrap .staff__container .staff__fukidashi .staff__line {
  display: inline-flex;
  margin-bottom: 20px;
}
#staff .staff__wrap .staff__container .staff__fukidashi .staff__txt {
  margin-bottom: 30px;
}
#staff
  .staff__wrap
  .staff__container
  .staff__fukidashi
  .staff__txt
  .staff__txt--heading {
  display: block;
  font-weight: 600;
}

#job {
  padding: 100px 0 120px;
}
#job .job__list {
  margin: 70px auto 0;
  max-width: 800px;
}
#job .job__list dt {
  padding: 0 30px;
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.4s;
}
#job .job__list dt:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
#job .job__list dt .faq__icon {
  font-weight: 600;
}
#job .job__list dt .faq__icon.close {
  display: none;
}
#job .job__list dt.active {
  border-bottom: none;
}
#job .job__list dt:nth-of-type(odd) {
  background-color: #a5d8db;
}
#job .job__list dt:nth-of-type(even) {
  background-color: #afd9b5;
}
#job .job__list dt:last-of-type {
  border-bottom: none;
}
#job .job__list dd {
  padding: 30px;
  font-size: 15px;
}
#job .job__list dd:nth-of-type(odd) {
  border: 1px solid #a5d8db;
}
#job .job__list dd:nth-of-type(even) {
  border: 1px solid #afd9b5;
}
#job .job__btn {
  margin: 60px 0 120px;
  text-align: center;
}
#job .job__bnr {
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
}
#job .job__bnr:hover {
  transform: translateY(-10px);
  transition: all 0.3s;
}
#job .job__bnr02 {
  margin-top: 70px;
}

/* ************************************************************************************************
  evaluation.php
  ************************************************************************************************ */
#eva {
  padding: 120px 0 90px;
}
#eva .eva__wrap .eva__txt {
  text-align: center;
  margin-bottom: 60px;
}
#eva .eva__wrap .eva__container {
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
#eva .eva__wrap .eva__container .eva__place {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
#eva .eva__wrap .eva__container .eva__place:hover {
  transition: all 0.3s;
  opacity: 0.6;
}
#eva .eva__wrap .eva__container .eva__place h3 {
  font-size: 28px;
  line-height: 1.5;
}
#eva .eva__wrap .eva__container .eva__item {
  text-align: center;
}
#eva .eva__wrap .eva__container .eva__item img {
  width: auto;
  height: 90px;
}
#eva .eva__wrap .eva__container .eva__item p {
  font-size: 20px;
  font-weight: 600;
  margin: 10px auto 15px;
}
#eva .eva__wrap .eva__container .eva__item .eva__btn a {
  margin: 0 10px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 400;
}
#eva .eva__wrap .eva__container:nth-of-type(odd) .eva__place {
  background-color: #a5d8db;
}
#eva .eva__wrap .eva__container:nth-of-type(even) .eva__place {
  background-color: #afd9b5;
}
#eva .eva__wrap .eva__line {
  display: block;
  margin: 30px auto;
}

/* ************************************************************************************************
   news / お知らせ
   ************************************************************************************************ */
/***** index.php *****/
.archive {
  padding: 110px 0 120px;
}
.archive .archive__wrap {
  justify-content: space-between;
}
.archive .archive__wrap .category__ttl {
  text-align: center;
}
.archive .archive__wrap .category__ttl h2 {
  font-size: 27px;
  text-align: center;
  margin-bottom: 60px;
  display: inline-block;
  background-color: #a5d8db;
  border-radius: 30px;
  padding: 0 25px;
}
.archive .archive__wrap .archive__main {
  width: 75%;
}
.archive .archive__wrap .archive__main .archive__list {
  margin-bottom: 30px;
}
.archive .archive__wrap .archive__main .archive__list .archive__item {
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 5px 10px;
}
.archive
  .archive__wrap
  .archive__main
  .archive__list
  .archive__item
  .archive__link {
  width: 100%;
  align-items: center;
  transition: all 0.4s;
}
.archive
  .archive__wrap
  .archive__main
  .archive__list
  .archive__item
  .archive__link:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.archive
  .archive__wrap
  .archive__main
  .archive__list
  .archive__item
  .archive__link
  img {
  width: 45px;
  max-width: 45px;
  margin-right: 25px;
}
.archive
  .archive__wrap
  .archive__main
  .archive__list
  .archive__item
  .archive__link
  .archive__txt
  .archive__date {
  color: #44bcbb;
  font-size: 19px;
}
.archive
  .archive__wrap
  .archive__main
  .archive__list
  .archive__item
  .archive__link
  .archive__txt
  .archive__ttl {
  font-size: 17px;
}
.archive
  .archive__wrap
  .archive__main
  .archive__list
  .archive__item
  .archive__category
  ul {
  text-align: right;
}
.archive
  .archive__wrap
  .archive__main
  .archive__list
  .archive__item
  .archive__category
  ul
  li {
  display: inline-block;
  margin: 5px;
}
.archive
  .archive__wrap
  .archive__main
  .archive__list
  .archive__item
  .archive__category
  ul
  li:nth-of-type(odd)
  a {
  background-color: #a5d8db;
}
.archive
  .archive__wrap
  .archive__main
  .archive__list
  .archive__item
  .archive__category
  ul
  li:nth-of-type(even)
  a {
  background-color: #afd9b5;
}
.archive
  .archive__wrap
  .archive__main
  .archive__list
  .archive__item
  .archive__category
  ul
  li
  a {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  padding: 6px 15px;
  border-radius: 20px;
  transition: all 0.4s;
}
.archive
  .archive__wrap
  .archive__main
  .archive__list
  .archive__item
  .archive__category
  ul
  li
  a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.archive .archive__wrap .archive__main .archive__list .archive__line {
  display: block;
}

.archive__sidebar {
  width: 20%;
}
.archive__sidebar .archive__sidebar__list {
  margin-bottom: 60px;
}
.archive__sidebar .archive__sidebar__list h4 {
  font-size: 22px;
  font-weight: 600;
  color: #44bcbb;
  border-bottom: 2px solid #44bcbb;
}
.archive__sidebar .archive__sidebar__list ul li a {
  font-size: 15px;
  transition: all 0.4s;
}
.archive__sidebar .archive__sidebar__list ul li a:hover {
  color: #f8bb50;
  transition: all 0.3s;
}
.archive__sidebar .archive__sidebar__list ul li.category__parent {
  font-weight: 600;
  margin-top: 20px;
  position: relative;
}
.archive__sidebar .archive__sidebar__list ul li.category__parent a {
  font-size: 16px;
}
.archive__sidebar .archive__sidebar__list ul li.category__parent a img {
  vertical-align: middle;
  padding-bottom: 5px;
  margin-right: 10px;
}
.archive__sidebar .archive__sidebar__list select {
  background: #fff;
  border: 2px solid #f8bb50;
  padding: 5px 10px;
  appearance: auto;
  margin-top: 25px;
}
.archive__sidebar .archive__sidebar__list .btn01 {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  margin-top: 50px;
  display: block;
}

h4.no-exist {
  text-align: center;
}

/***** single.php *****/
.single {
  padding: 120px 0;
}
.single .single__wrap {
  justify-content: space-between;
}
.single .single__wrap .single__main {
  width: 75%;
}
.single .single__wrap .single__main .single__heading .flex {
  align-items: center;
}
.single .single__wrap .single__main .single__heading .flex img {
  width: 60px;
  max-width: 60px;
  margin-right: 30px;
}
.single .single__wrap .single__main .single__heading .flex .single__date {
  color: #44bcbb;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 10px;
}
.single .single__wrap .single__main .single__heading .flex .single__ttl {
  font-size: 29px;
  line-height: 1.8;
}
.single .single__wrap .single__main .single__heading .single__line {
  display: block;
  margin: 10px auto 20px;
}
.single .single__wrap .single__main .single__heading .single__category {
  margin-bottom: 60px;
}
.single .single__wrap .single__main .single__heading .single__category ul {
  text-align: right;
}
.single .single__wrap .single__main .single__heading .single__category ul li {
  display: inline-block;
  margin-left: 10px;
}
.single
  .single__wrap
  .single__main
  .single__heading
  .single__category
  ul
  li:nth-of-type(odd)
  a {
  background-color: #a5d8db;
}
.single
  .single__wrap
  .single__main
  .single__heading
  .single__category
  ul
  li:nth-of-type(even)
  a {
  background-color: #afd9b5;
}
.single .single__wrap .single__main .single__heading .single__category ul li a {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  padding: 6px 15px;
  border-radius: 20px;
  transition: all 0.4s;
}
.single
  .single__wrap
  .single__main
  .single__heading
  .single__category
  ul
  li
  a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.single .single__wrap .single__main .single__heading .single__taxonomy {
  margin-bottom: 50px;
  text-align: right;
}
.single .single__wrap .single__main .single__heading .single__taxonomy a {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  padding: 9px 15px;
  border-radius: 20px;
  transition: all 0.4s;
  display: inline-block;
  line-height: 1;
  margin-left: 10px;
}
.single .single__wrap .single__main .single__heading .single__taxonomy a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.single
  .single__wrap
  .single__main
  .single__heading
  .single__taxonomy
  a:nth-of-type(odd) {
  background-color: #a5d8db;
}
.single
  .single__wrap
  .single__main
  .single__heading
  .single__taxonomy
  a:nth-of-type(even) {
  background-color: #afd9b5;
}
.single .single__wrap .single__main .single__thumbnail {
  text-align: center;
}
.single .single__wrap .single__main .single__thumbnail img {
  height: auto;
}
.single .single__wrap .single__main .single__contents {
  margin: 60px auto;
}
.single .single__wrap .single__main .single__contents img {
  width: auto;
  height: auto;
}
.single .single__wrap .single__main .single__contents a {
  color: #44bcbb;
  text-decoration: underline;
  transition: all 0.4s;
}
.single .single__wrap .single__main .single__contents a:hover {
  color: #f8bb50;
  transition: all 0.3s;
}

/***** ページネーション、ボタン *****/
.pagination .page-numbers {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.pagination .page-numbers li {
  font-size: 15px;
  font-weight: 600;
  margin: 0 10px;
}
.pagination .page-numbers li .current {
  color: #fff;
  background: #44bcbb;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.pagination .page-numbers li a {
  transition: all 0.4s;
}
.pagination .page-numbers li a:hover {
  color: #44bcbb;
  transition: all 0.3s;
}

.nav-below {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  width: 70%;
  max-width: 700px;
  margin: 0 auto;
}
.nav-below .nav-previous a,
.nav-below .nav-next a {
  color: #fff;
  background-color: #44bcbb;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
}
.nav-below .nav-previous a:hover,
.nav-below .nav-next a:hover {
  background-color: #f8bb50;
  transition: all 0.3s;
}

/* ************************************************************************************************
   photo
   ************************************************************************************************ */
#photo .photo__main {
  width: 75%;
}
#photo .photo__main .flex {
  flex-wrap: wrap;
}
#photo .photo__main .flex .photo__item {
  width: 30%;
  margin: 0 1.6% 3.2%;
  transition: all 0.4s;
}
#photo .photo__main .flex .photo__item:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
#photo .photo__main .flex .photo__item img {
  width: 100%;
  height: auto;
}
#photo .photo__main .pagination {
  margin-top: 10px;
}

#photo-single .single__main .single__thumbnail .photo__btn--download {
  text-align: center;
  margin-top: 50px;
}
#photo-single .single__main .single__thumbnail .photo__btn--download .btn01 {
  color: #44bcbb;
  border: 2px solid #44bcbb;
  background-color: transparent;
  text-decoration: none;
  line-height: 51px;
}
#photo-single
  .single__main
  .single__thumbnail
  .photo__btn--download
  .btn01:hover {
  color: #fff;
  background-color: #44bcbb;
}

/* ************************************************************************************************
   contact
   ************************************************************************************************ */
#contact {
  padding: 120px 0;
}
#contact .contact__wrap {
  width: 70%;
  max-width: 715px;
  margin: 0 auto;
}
#contact .contact__wrap .contact__txt {
  text-align: center;
  margin-bottom: 60px;
}
#contact .contact__wrap p .required {
  color: #f73958;
  font-size: 0.9em;
}
#contact .contact__wrap p .wpcf7-form-control-wrap input,
#contact .contact__wrap p .wpcf7-form-control-wrap textarea {
  width: 100%;
  margin: 5px auto 30px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #f8bb50;
  padding: 0 10px;
}
#contact .contact__wrap p .wpcf7-form-control-wrap input:focus,
#contact .contact__wrap p .wpcf7-form-control-wrap textarea:focus {
  border: 1px solid #44bcbb;
  background-color: #fff;
}
#contact .contact__wrap .contact__consent .wpcf7-list-item {
  margin: 0;
}
#contact .contact__wrap .contact__consent .wpcf7-list-item input {
  width: auto;
  margin: 0;
  margin-right: 5px;
  vertical-align: inherit;
}
#contact .contact__wrap input[type="submit"] {
  color: #fff;
  font-weight: 600;
  border-radius: 25px;
  background-color: #44bcbb;
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0 50px;
  margin: 50px auto 0;
  transition: all 0.4s;
}
#contact .contact__wrap input[type="submit"]:hover {
  background-color: #f8bb50;
  transition: all 0.3s;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #44bcbb;
}

/***** プライバシーポリシー *****/
.blk-iframe {
  border: 1px solid #f8bb50;
  background-color: #fff;
  width: 700px;
  max-width: 100%;
  height: 25em;
  margin: 2em auto;
  overflow: auto;
  /*  -webkit-overflow-scrolling: touch;*/
}

.privacy {
  font-size: 0.9em;
  line-height: 1.8;
  padding: 5%;
}

.privacy h4 {
  text-align: center;
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}

.privacy h4::after {
  content: none;
}

.privacy h5 {
  font-size: 16px;
  margin: 1em 0 0.5em;
}

.contact__consent {
  text-align: center;
}

/* ************************************************************************************************
   family
   ************************************************************************************************ */
#family {
  padding: 120px 0;
}
#family .family__wrap .family__txt {
  text-align: center;
}
#family .family__wrap .family__contents {
  margin-top: 90px;
  justify-content: space-around;
  text-align: center;
}
#family .family__wrap .family__contents h3 {
  font-size: 28px;
  margin: 30px 0;
}

/* ************************************************************************************************
   微調整
   ************************************************************************************************ */
/***** Webp背景画像 *****/
.no-webp #main,
.no-webp #about-message,
.no-webp #about-eva,
.no-webp #flow-bring,
.no-webp #staff {
  background-image: url(img/common/bg.jpg);
}
.no-webp .flow__bg {
  background-image: url(img/flow_bg.jpg);
}

@media screen and (max-width: 1367px) {
  /***** index.php @1366px *****/
  #main #main__header h1 img {
    width: 18.4vw;
  }

  #main #main__header ul li a {
    font-size: 18px;
  }

  #main #main__header ul li a img {
    width: 5vw;
  }

  #main .main__clouds .main__cloud03 {
    width: 27.7vw;
  }

  #main .main__clouds .main__cloud04,
  #main .main__clouds .main__cloud01 {
    width: 34vw;
  }

  #main .main__clouds .main__cloud02 {
    width: 37vw;
    right: -3%;
    top: 17%;
  }

  #main .slider__wrap .slider__images .slider__wood03 {
    bottom: 2%;
    width: 18vw;
    right: 1%;
  }

  #main .slider__wrap .slider__images .slider__wood04 {
    width: 9.6vw;
    right: -8%;
  }

  #main .slider__wrap .slider__images .slider__wood02 {
    width: 10vw;
    left: 0;
  }

  #main .slider__wrap .slider__images .slider__wood01 {
    left: -9%;
    width: 9vw;
  }

  /***** index.php(WP) @1366px *****/
  .archive__sidebar {
    width: 21%;
  }

  .archive
    .archive__wrap
    .archive__main
    .archive__list
    .archive__item
    .archive__link {
    width: 85%;
  }
}
@media screen and (max-width: 1281px) {
  /***** index.php @1281px *****/
  #main .slider__wrap .slider__images .slider__wood01 {
    left: -4%;
  }

  #main .slider__wrap .slider__images .slider__wood02 {
    left: 5%;
  }

  #main .slider__wrap .slider__images .slider__wood03 {
    right: 6%;
  }

  #main .slider__wrap .slider__images .slider__wood04 {
    right: -3%;
  }

  #index-points .index-points__wrap .index-points__item img {
    width: 90%;
  }

  #index-contents .index-contents__wrap .index-contents__box {
    width: 45%;
  }

  #index-info
    .index-news
    .index-news__container
    .index-news__box
    .index-news__item
    img {
    width: 45%;
  }

  #index-info .index-news .index-news__container .index-news__box {
    padding: 50px 40px;
  }

  #index-info .index-sns .index-sns__container .index-sns__fb {
    width: 100%;
  }

  /***** aboutus.php @1281px *****/
  #about-service
    .about-service__wrap
    .about-service__box
    .about-service__pic01 {
    width: 160px;
    top: 37%;
  }

  #about-service
    .about-service__wrap
    .about-service__box
    .about-service__pic02 {
    width: 130px;
  }

  #about-menu .about-menu__wrap .about-menu__box {
    width: 28%;
  }

  /***** place.php @1281px *****/
  #place .place__container .place__map {
    width: 50%;
    margin-right: 6%;
  }

  #place .place__container .place__map iframe {
    width: 100%;
  }

  /***** family @1281px *****/
  #family .family__wrap .family__contents .family__box {
    width: 45%;
  }

  #family .family__wrap .family__contents h3 {
    font-size: 26px;
    margin: 25px 0;
  }
}
@media screen and (max-width: 1168px) {
  /***** index.php @1168px *****/
  #main #main__header h1 {
    margin: 0 3vw;
  }

  #main #main__header ul li a {
    font-size: 15px;
  }

  #main #main__header h1 img {
    width: 18vw;
  }

  #main .slider__wrap {
    max-width: 1103px;
  }

  #main .slider__wrap .slider__images #slider__frame {
    width: 95%;
  }

  #main .main__clouds .main__cloud02 {
    top: 15%;
  }

  #main .slider__wrap .slider__images .slider__wood01 {
    left: 1%;
  }

  #main .slider__wrap .slider__images .slider__wood02 {
    left: 9%;
  }

  #main .slider__wrap .slider__images .slider__wood03 {
    right: 9%;
  }

  #main .slider__wrap .slider__images .slider__wood04 {
    right: 1%;
  }

  #main .main__container {
    margin-top: 40px;
  }

  #main .main__container .flex .main__kawase01 {
    width: 100px;
  }

  #main .main__container .flex .main__kawase02 {
    width: 120px;
  }

  #main .main__container .flex .main__message {
    margin: 0 40px;
  }

  #main .main__container .flex .main__message h2 {
    font-size: 45px;
  }

  #main .main__container .flex .main__message .h2__bg {
    width: 80px;
    height: 80px;
    line-height: 75px;
    margin: 0 -7px;
  }

  #index-info .index-news .index-news__container .index-news__box {
    padding: 50px 30px;
  }

  #index-info
    .index-news
    .index-news__container
    .index-news__box
    .index-news__item
    .index-news__info
    .index-news__ttl {
    font-size: 16px;
  }

  #index-info
    .index-news
    .index-news__container
    .index-news__box
    .index-news__item
    .index-news__info
    .index-news__date {
    font-size: 14px;
  }

  /***** aboutus.php @1168px *****/
  #about-message .about-message__wrap .main__kawase01 {
    width: 100px;
  }

  #about-message .about-message__wrap .main__kawase02 {
    width: 120px;
  }

  #about-message .about-message__wrap .main__message {
    margin: 0 40px;
  }

  #about-message .about-message__wrap .main__message h2 {
    font-size: 45px;
  }

  #about-message .about-message__wrap .main__message .h2__bg {
    width: 80px;
    height: 80px;
    line-height: 75px;
    margin: 0 -7px;
  }

  /***** recruit.php @1168px *****/
  #recruit .recruit-point {
    min-width: 100%;
  }

  #staff .staff__wrap .staff__container .staff__img {
    max-width: 250px;
    margin-right: 50px;
  }

  #staff .staff__wrap .staff__container .staff__fukidashi {
    width: 80%;
  }
}
/***** Edge,IE調整 *****/
/***** FireFox調整 *****/
@-moz-document url-prefix() {
}
/* ************************************************************************************************
   1025px
   ************************************************************************************************ */
@media screen and (max-width: 1025px) {
  /***** index.php @1025px *****/
  #main .main__clouds .main__cloud03 {
    top: -7%;
  }

  #main .main__clouds .main__cloud04 {
    right: 0;
    top: -13%;
  }

  #main .slider__wrap {
    max-width: 100%;
    text-align: center;
  }

  #main .slider__wrap .slider__img {
    display: none;
  }

  #main .slider__wrap .slider__img--sp {
    display: inline-block;
  }

  #main .slider__wrap .slider__images #slider__frame {
    width: 89%;
    top: 3%;
    left: 5.5%;
  }

  #main .main__container {
    margin-top: 80px;
  }

  #main .main__clouds .main__cloud02 {
    top: 12%;
  }

  #main .slider__wrap .slider__images .slider__wood01 {
    left: 1%;
    bottom: 7%;
  }

  #main .slider__wrap .slider__images .slider__wood02 {
    left: 9%;
    bottom: 2%;
  }

  #index-points .index-points__wrap .index-points__item p {
    font-size: 21px;
  }

  #index-contents
    .index-contents__wrap
    .index-contents__box
    .index-contents__pic01 {
    width: 180px;
    bottom: 30%;
  }

  #index-contents
    .index-contents__wrap
    .index-contents__box
    .index-contents__pic02 {
    bottom: 27%;
    left: -4%;
    width: 130px;
  }

  #index-contents
    .index-contents__wrap
    .index-contents__box
    .index-contents__pic03 {
    width: 140px;
  }

  #index-place .index-place__wrap .index-place__box .index-place__pic {
    width: 70px;
  }

  #index-info
    .index-news
    .index-news__container
    .index-news__top
    .index-news__board
    img {
    width: 92%;
  }

  #index-info
    .index-news
    .index-news__container
    .index-news__top
    .index-news__board
    h4 {
    left: -8%;
  }

  /***** aboutus.php @1025px *****/
  #about-message .about-message__wrap {
    padding: 250px 0 100px;
  }

  #about-service .about-service__wrap .about-service__box {
    width: 45%;
  }

  #about-service
    .about-service__wrap
    .about-service__box
    .about-service__pic01 {
    top: 34%;
  }

  #about-service
    .about-service__wrap
    .about-service__box
    .about-service__pic02 {
    top: 33%;
  }

  /***** howtouse.php @1025px *****/
  #howtouse .howtouse__wrap .howtouse__container .howtouse__number img {
    width: 57px;
    top: -43%;
    left: -14%;
  }

  #howtouse .howtouse__wrap .howtouse__container picture {
    width: 35%;
  }

  /***** flow.php @1025px *****/
  .flow__bg {
    height: 450px;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
  }

  #flow-bring .flow-bring__wrap .flow-bring__container .flow-bring__item {
    width: 190px;
    height: 190px;
  }

  #flow-bring .flow-bring__wrap .flow-bring__container .flow-bring__item p {
    font-size: 15px;
  }

  /***** place.php @1025px *****/
  #place .place__container .place__map .place__pic {
    width: 80px;
    top: -10%;
  }

  /***** evaluation.php @1025px *****/
  #eva .eva__wrap .eva__container .eva__place {
    width: 160px;
    height: 160px;
  }

  #eva .eva__wrap .eva__container .eva__place h3 {
    font-size: 24px;
  }

  #eva .eva__wrap .eva__container .eva__item p {
    font-size: 18px;
  }

  #eva .eva__wrap .eva__container .eva__item .eva__btn a {
    font-size: 15px;
    padding: 0 25px;
    height: 47px;
    line-height: 47px;
  }

  /***** index.php(WP) @1025px *****/
  .archive .archive__wrap {
    flex-direction: column;
    align-items: center;
  }

  .archive .archive__wrap .archive__main {
    width: 100%;
  }

  .archive__sidebar {
    width: 70%;
    margin-top: 70px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
  }

  .archive__sidebar .archive__sidebar__list {
    margin-bottom: 0;
  }

  .archive__sidebar .archive__sidebar__list h4 {
    font-size: 20px;
  }

  .archive__sidebar .archive__sidebar__list ul li a {
    font-size: 14px;
  }

  .archive__sidebar .archive__sidebar__list ul li.category__parent a {
    font-size: 15px;
  }

  .archive__sidebar .archive__sidebar__list select {
    font-size: 15px;
  }

  .archive__sidebar .archive__sidebar__list .btn01 {
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
  }

  .archive .archive__wrap .category__ttl h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }

  .archive
    .archive__wrap
    .archive__main
    .archive__list
    .archive__item
    .archive__link
    img {
    width: 40px;
    max-width: 40px;
  }

  /***** single.php(WP) @1025px *****/
  .single .single__wrap {
    flex-direction: column;
    align-items: center;
  }

  .single .single__wrap .single__main {
    width: 85%;
    border-bottom: 2px dashed #f8bb50;
    padding-bottom: 50px;
  }

  .single .single__wrap .single__main .single__heading .flex .single__date {
    font-size: 21px;
  }

  .single .single__wrap .single__main .single__heading .flex .single__ttl {
    font-size: 25px;
  }

  .single .single__wrap .single__main .single__heading .flex img {
    width: 50px;
    margin-right: 25px;
  }

  .nav-below .nav-previous a,
  .nav-below .nav-next a {
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
  }

  #photo-single .single__main .single__thumbnail .photo__btn--download .btn01 {
    line-height: 46px;
    padding: 0 40px;
  }

  /***** photo(WP) @1025px *****/
  #photo .photo__main {
    width: 100%;
  }

  /***** family @1025px *****/
  #family .family__wrap .family__contents h3 {
    font-size: 24px;
  }

  #family .family__wrap .family__contents {
    margin-top: 80px;
  }

  /***** recruit.php @1025px *****/
  #recruit .recruit-about .recruit-about__box {
    margin-left: 40px;
  }

  #recruit .recruit-about .recruit-about__box .recruit-about__ttl {
    font-size: 26px;
  }

  #recruit .recruit-about .recruit-about__box .recruit-about__txt {
    font-size: 14px;
  }

  #recruit .recruit-about .recruit-about__box .recruit-about__txt .txt-b {
    color: red;
    font-size: 16px;
  }

  #recruit .recruit-point .recruit-point__item .recruit-point__txt {
    margin-left: 30px;
  }

  #staff .staff__wrap .staff__container .staff__fukidashi .staff__name--en {
    font-size: 32px;
  }

  #staff .staff__wrap .staff__container .staff__fukidashi .staff__name {
    font-size: 17px;
  }

  #staff .staff__wrap .staff__container .staff__fukidashi .staff__position {
    font-size: 16px;
  }
}
/* ************************************************************************************************
   960px
   ************************************************************************************************ */
@media screen and (max-width: 960px) {
  /***** index.php @960px *****/
  .main__header01,
  .main__header2 {
    display: none;
  }

  #main #main__header h1 img {
    width: auto;
  }

  #main .slider__wrap .slider__img--sp {
    width: 95%;
  }

  #main .main__clouds .main__cloud03 {
    top: 3%;
    left: -9%;
  }

  #main .main__clouds .main__cloud04 {
    right: 1%;
    top: -7%;
  }

  #main .main__container .flex .main__kawase01 {
    display: none;
  }

  #main .main__container .flex {
    flex-direction: column-reverse;
  }

  #main .main__container .flex .main__message {
    margin: 40px 0 0 0;
  }

  #index-place {
    padding: 80px 0;
  }

  #index-place .index-place__wrap {
    flex-wrap: wrap;
    margin-top: 10px;
  }

  #index-place .index-place__wrap .index-place__box {
    width: 47%;
  }

  #index-place .index-place__wrap .index-place__box .index-place__pic {
    right: -5%;
    top: -7%;
  }

  #index-exam .index-exam__wrap {
    flex-direction: column;
  }

  #index-exam .index-exam__wrap p {
    margin-left: 0;
    margin-top: 40px;
    font-size: 17px;
  }

  #index-exam .index-exam__wrap picture {
    width: auto;
    text-align: center;
  }

  #index-exam .index-exam__wrap picture img {
    width: 80%;
  }

  #index-contents .index-contents__wrap {
    flex-direction: column;
    align-items: center;
    margin: 80px 0 0;
  }

  #index-contents .index-contents__wrap .index-contents__box {
    width: 100%;
    margin-bottom: 80px;
  }

  #index-contents
    .index-contents__wrap
    .index-contents__box
    .index-contents__pic01 {
    left: 10%;
  }

  #index-contents
    .index-contents__wrap
    .index-contents__box
    .index-contents__pic02 {
    left: 10%;
  }

  #index-contents
    .index-contents__wrap
    .index-contents__box
    .index-contents__pic03 {
    right: 10%;
  }

  #index-info {
    padding: 50px 0 70px;
  }

  #index-info .index-news {
    flex-direction: column;
    align-items: center;
  }

  #index-info .index-news .index-news__container {
    width: 90%;
  }

  #index-info .index-news .index-news__container .index-news__box {
    margin-bottom: 50px;
    padding: 50px 60px;
  }

  #index-info .index-sns {
    margin-top: 20px;
  }

  #index-info .index-sns .index-sns__container {
    margin: 0 0 60px;
  }

  #index-info .index-sns .index-sns__container h4 {
    font-size: 35px;
    margin-bottom: 10px;
  }

  #index-recruit {
    margin-bottom: 120px;
  }

  /***** aboutus.php @960px *****/
  #about-message .about-message__wrap {
    flex-direction: column-reverse;
  }

  #about-message .about-message__wrap .main__kawase01 {
    display: none;
  }

  #about-message .about-message__wrap .main__kawase02 {
    width: 120px;
  }

  #about-message .about-message__wrap .main__message {
    margin: 40px 0 0 0;
  }

  #about-service .about-service__wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  #about-service .about-service__wrap .about-service__box {
    width: 70%;
    margin-top: 50px;
  }

  #about-service .about-service__wrap .about-service__box h4 {
    font-size: 22px;
    margin: 15px 0 10px;
  }

  #about-service
    .about-service__wrap
    .about-service__box
    .about-service__pic01 {
    top: 45%;
  }

  #about-service
    .about-service__wrap
    .about-service__box
    .about-service__pic02 {
    top: 25%;
  }

  #about-service
    .about-service__wrap
    .about-service__box
    .about-service__pic02.img--sm {
    width: 100px;
  }

  /***** howtouse.php @960px *****/
  #howtouse {
    padding: 80px 0;
  }

  #howtouse .howtouse__wrap .howtouse__container {
    flex-direction: column;
    padding: 40px 0;
  }

  #howtouse .howtouse__wrap .howtouse__container picture {
    width: 70%;
    text-align: center;
  }

  #howtouse .howtouse__wrap .howtouse__container .howtouse__txt h3 {
    font-size: 27px;
    text-align: center;
    margin: 30px 0 20px;
  }

  #howtouse .howtouse__wrap .howtouse__container .howtouse__txt {
    width: 56%;
    margin-bottom: 30px;
  }

  #howtouse .howtouse__wrap .howtouse__container .howtouse__number img {
    top: unset;
    left: -23%;
    bottom: -10%;
  }

  /***** flow.php @960px *****/
  .flow {
    padding: 100px 0;
  }

  .flow .flow__wrap {
    margin-top: 60px;
  }

  .flow .flow__wrap .flow__item .flow__txt--right p,
  .flow .flow__wrap .flow__item .flow__txt--left p {
    font-size: 15px;
  }

  .flow .flow__wrap .flow__item .flow__item--01 {
    margin-right: 60px;
  }

  .flow .flow__wrap .flow__item .flow__item--02 {
    margin-left: 60px;
  }

  .flow .flow__wrap .flow__item .flow__time p {
    font-size: 22px;
  }

  .flow__bg {
    height: 400px;
  }

  #flow-bring {
    padding: 90px 0 10px;
  }

  #flow-bring .flow-bring__wrap {
    margin-bottom: 90px;
  }

  #flow-bring .flow-bring__wrap h4 {
    font-size: 22px;
  }

  #flow-about {
    padding: 90px 0 110px;
  }

  /***** place.php @960px *****/
  #place {
    padding: 10px 0 120px;
  }

  #place .place__container {
    flex-direction: column-reverse;
    text-align: center;
    padding-top: 90px;
  }

  #place .place__container .place__map {
    width: 80%;
    margin-top: 40px;
    margin-right: 0;
  }

  /***** evaluation.php @960px *****/
  #eva {
    padding: 100px 0 70px;
  }

  #eva .eva__wrap .eva__txt {
    margin-bottom: 40px;
  }

  #eva .eva__wrap .eva__container {
    padding: 0;
  }

  #eva .eva__wrap .eva__container .eva__item .eva__btn a {
    margin: 0 5px;
  }

  #eva .eva__wrap .eva__container .eva__place {
    width: 130px;
    height: 130px;
  }

  #eva .eva__wrap .eva__container .eva__place h3 {
    font-size: 21px;
  }

  #eva .eva__wrap .eva__container .eva__item img {
    height: 75px;
  }

  /***** index.php(WP) @960px *****/
  .archive {
    padding: 100px 0;
  }

  .archive
    .archive__wrap
    .archive__main
    .archive__list
    .archive__item
    .archive__link
    img {
    width: 35px;
    margin-right: 20px;
  }

  .archive
    .archive__wrap
    .archive__main
    .archive__list
    .archive__item
    .archive__link
    .archive__txt
    .archive__date {
    font-size: 17px;
  }

  .archive
    .archive__wrap
    .archive__main
    .archive__list
    .archive__item
    .archive__link
    .archive__txt
    .archive__ttl {
    font-size: 15px;
  }

  .archive
    .archive__wrap
    .archive__main
    .archive__list
    .archive__item
    .archive__category
    ul
    li
    a {
    font-size: 12px;
  }

  .archive__sidebar {
    width: 85%;
  }

  /***** single.php(WP) @960px *****/
  .single {
    padding: 100px 0;
  }

  .single .single__wrap .single__main {
    width: 95%;
  }

  .single .single__wrap .single__main .single__contents {
    margin: 50px auto;
  }

  .single .single__wrap .single__main .single__heading .single__category {
    margin-bottom: 50px;
  }

  /***** contact(WP) @960px *****/
  #contact {
    padding: 100px 0;
  }

  /***** family @960px *****/
  #family {
    padding: 100px 0;
  }

  #family .family__wrap .family__contents h3 {
    font-size: 22px;
  }

  /***** recruit.php @960px *****/
  #recruit {
    padding: 100px 0;
  }

  #recruit .recruit-about {
    flex-direction: column-reverse;
  }

  #recruit .recruit-about .recruit-about__box {
    margin-left: 0;
    width: 80%;
    margin-bottom: 30px;
  }

  #recruit .recruit-point {
    margin: 60px auto 0;
  }

  #staff {
    padding: 90px 0 100px;
  }

  #staff .staff__wrap {
    margin-top: 70px;
  }

  #staff .staff__wrap .staff__container {
    margin-top: 70px;
    flex-direction: column;
    align-items: center;
  }

  #staff .staff__wrap .staff__container .staff__img {
    margin-right: 0;
  }

  #staff .staff__wrap .staff__container .staff__fukidashi {
    margin-top: 40px;
    width: 90%;
  }

  #staff .staff__wrap .staff__container .staff__fukidashi::before {
    top: -30px;
    left: 50%;
    margin-top: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid rgba(255, 255, 255, 0.8);
  }

  #job {
    padding: 90px 0 110px;
  }

  #job .job__list {
    margin: 60px auto 0;
    max-width: 100%;
    width: 90%;
  }

  #job .job__btn {
    margin: 60px 0 100px;
  }

  #job .job__bnr02 {
    margin-top: 50px;
  }
}
/* ************************************************************************************************
   560px
   ************************************************************************************************ */
@media screen and (max-width: 559px) {
  /***** 背景画像 *****/
  #main,
  #about-message,
  #about-eva,
  #flow-bring,
  #staff {
    background-image: url(img/common/bg_sp.webp);
  }

  .flow__bg {
    background-image: url(img/flow_bg_sp.webp);
  }

  .no-webp #main,
  .no-webp #about-message,
  .no-webp #about-eva,
  .no-webp #flow-bring,
  .no-webp #staff {
    background-image: url(img/common/bg_sp.jpg);
  }
  .no-webp .flow__bg {
    background-image: url(img/flow_bg_sp.jpg);
  }

  /***** index.php @560px *****/
  #main #main__header h1 img {
    width: 68%;
  }

  #main .slider__wrap {
    margin: 40px auto 0;
  }

  #main .main__container {
    margin-top: 70px;
  }

  #main .slider__wrap .slider__images .slider__wood01 {
    width: 14.5vw;
    left: -1%;
    bottom: -9%;
  }

  #main .slider__wrap .slider__images .slider__wood02 {
    width: 16vw;
    bottom: -16%;
  }

  #main .slider__wrap .slider__images .slider__wood03 {
    right: -3%;
    bottom: -16%;
    width: 30vw;
  }

  #main .slider__wrap .slider__images .slider__wood04 {
    display: none;
  }

  #main .main__clouds .main__cloud01 {
    display: none;
  }

  #main .main__clouds .main__cloud02 {
    top: 16%;
    right: -9%;
    width: 39vw;
  }

  #main .main__clouds .main__cloud03 {
    top: 4%;
    left: -19%;
    width: 39.7vw;
  }

  #main .main__clouds .main__cloud04 {
    right: 8%;
    top: -4.5%;
  }

  #main .main__container .flex .main__kawase02 {
    width: 28%;
  }

  #main .main__container .flex .main__message {
    margin: 30px 0 0 0;
  }

  #main .main__container .flex .main__message h2 {
    font-size: 27px;
  }

  #main .main__container .flex .main__message .h2__bg {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 -5px;
  }

  #main .main__container .flex .main__txt {
    font-size: 16px;
    margin: 40px 0;
  }

  #index-points {
    padding: 50px 0;
  }

  #index-points .index-points__wrap .index-points__item {
    width: 45%;
    margin-top: 30px;
  }

  #index-points .index-points__wrap .index-points__item img {
    width: 100%;
  }

  #index-points .index-points__wrap .index-points__item p {
    font-size: 17px;
    margin-top: 5px;
  }

  #index-exam {
    padding: 50px 0;
  }

  #index-exam .index-exam__wrap {
    margin-top: 35px;
  }

  #index-exam .index-exam__wrap p {
    font-size: 15px;
    margin-top: 30px;
  }

  #index-place {
    padding: 50px 0;
  }

  #index-place .index-place__wrap .index-place__box {
    margin-top: 30px;
  }

  #index-place .index-place__wrap .index-place__box p {
    font-size: 14px;
  }

  #index-place .index-place__wrap .index-place__box .index-place__pic {
    width: 38%;
    right: -8%;
    top: -8%;
  }

  #index-place .index-place__wrap .index-place__box .index-place__img {
    width: 100%;
  }

  #index-place .index-place__btn {
    margin-top: 40px;
  }

  #index-contents .index-contents__wrap {
    margin: 60px 0 0;
  }

  #index-contents .index-contents__wrap .index-contents__box {
    margin-bottom: 60px;
  }

  #index-contents .index-contents__wrap .index-contents__box h3 {
    font-size: 18px;
    margin: 20px 0;
  }

  #index-contents
    .index-contents__wrap
    .index-contents__box
    .index-contents__pic01 {
    width: 41%;
    left: -6%;
    bottom: 32%;
  }

  #index-contents
    .index-contents__wrap
    .index-contents__box
    .index-contents__pic02 {
    width: 26%;
    left: -4%;
    bottom: 32%;
  }

  #index-contents
    .index-contents__wrap
    .index-contents__box
    .index-contents__pic03 {
    width: 25%;
    top: -7%;
    right: -3%;
  }

  #index-info {
    padding: 50px 0 0;
  }

  #index-info .index-news .index-news__container {
    width: 100%;
  }

  #index-info .index-news .index-news__container .index-news__top {
    justify-content: center;
  }

  #index-info
    .index-news
    .index-news__container
    .index-news__top
    .index-news__board
    img {
    width: 146px;
  }

  #index-info
    .index-news
    .index-news__container
    .index-news__top--event
    .index-news__board
    h4 {
    left: -1%;
    top: 2%;
  }

  #index-info
    .index-news
    .index-news__container
    .index-news__top--event
    .index-news__pic {
    width: 30%;
    margin: 0 30px 0 30px;
  }

  #index-info
    .index-news
    .index-news__container
    .index-news__top--cafe
    .index-news__board
    h4 {
    top: 14.5%;
    left: 0.5%;
  }

  #index-info
    .index-news
    .index-news__container
    .index-news__top--cafe
    .index-news__pic {
    margin: 0 20px 0 30px;
    width: 25%;
  }

  #index-info .index-news .index-news__container .index-news__box {
    padding: 40px 20px;
    margin-bottom: 30px;
  }

  #index-info
    .index-news
    .index-news__container
    .index-news__box
    .index-news__item {
    margin-bottom: 30px;
  }

  #index-info
    .index-news
    .index-news__container
    .index-news__box
    .index-news__item
    img {
    width: 44%;
  }

  #index-info
    .index-news
    .index-news__container
    .index-news__box
    .index-news__item:last-of-type {
    margin-bottom: 30px;
  }

  #index-info
    .index-news
    .index-news__container
    .index-news__box
    .index-news__item
    .index-news__info {
    margin-left: 15px;
  }

  #index-info
    .index-news
    .index-news__container
    .index-news__box
    .index-news__item
    .index-news__info
    .index-news__date {
    font-size: 12px;
  }

  #index-info
    .index-news
    .index-news__container
    .index-news__box
    .index-news__item
    .index-news__info
    .index-news__ttl {
    font-size: 14px;
  }

  #index-info .index-sns {
    margin-top: 20px;
  }

  #index-info .index-sns .index-sns__container h4 {
    font-size: 28px;
  }

  #index-recruit {
    margin-bottom: 70px;
  }

  /***** aboutus.php @560px *****/
  #about-message .about-message__wrap {
    padding: 220px 0 70px;
  }

  #about-message .about-message__wrap .main__kawase02 {
    width: 28%;
  }

  #about-message .about-message__wrap .main__message {
    margin: 30px 0 0 0;
  }

  #about-message .about-message__wrap .main__message h2 {
    font-size: 27px;
  }

  #about-message .about-message__wrap .main__message .h2__bg {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 -5px;
  }

  #about-message .about-message__wrap .main__txt {
    font-size: 16px;
    margin: 40px 0 0;
  }

  #about-service {
    padding: 70px 0 60px;
  }

  #about-service .about-service__wrap .about-service__box {
    width: 100%;
  }

  #about-service .about-service__wrap .about-service__box h4 {
    font-size: 20px;
  }

  #about-service
    .about-service__wrap
    .about-service__box
    .about-service__pic01 {
    width: 120px;
    top: 31%;
  }

  #about-service
    .about-service__wrap
    .about-service__box
    .about-service__pic02 {
    width: 155px;
    top: 28%;
  }

  #about-menu {
    padding: 20px 0 70px;
  }

  #about-menu .about-menu__wrap {
    flex-direction: column;
    align-items: center;
  }

  #about-menu .about-menu__wrap .about-menu__box {
    width: 70%;
    margin-top: 50px;
  }

  #about-menu .about-menu__wrap .about-menu__box h3 {
    font-size: 19px;
    margin: 10px 0 15px;
  }

  #about-eva {
    padding: 70px 0 780px;
  }

  #about-eva .about-eva__txt {
    margin: 40px 0;
    text-align: left;
  }

  /***** howtouse.php @560px *****/
  #howtouse {
    padding: 40px 0 50px;
  }

  #howtouse .howtouse__wrap .howtouse__container {
    padding: 30px 0;
  }

  #howtouse .howtouse__wrap .howtouse__container .howtouse__txt {
    width: 100%;
  }

  #howtouse .howtouse__wrap .howtouse__container .howtouse__txt h3 {
    font-size: 24px;
    margin: 25px 0 15px;
  }

  #howtouse .howtouse__wrap .howtouse__container .howtouse__number {
    width: 100px;
    height: 100px;
  }

  #howtouse
    .howtouse__wrap
    .howtouse__container
    .howtouse__number
    p:nth-of-type(1) {
    font-size: 23px;
  }

  #howtouse
    .howtouse__wrap
    .howtouse__container
    .howtouse__number
    p:nth-of-type(2) {
    font-size: 45px;
  }

  #howtouse .howtouse__wrap .howtouse__container .howtouse__number img {
    width: 50px;
    left: -28%;
  }

  #howtouse .howtouse__wrap .howtouse__container .howtouse__txt {
    margin-bottom: 25px;
  }

  #howtouse .howtouse__wrap .howtouse__container picture {
    width: 100%;
  }

  /***** flow.php @560px *****/
  .flow {
    padding: 70px 0;
  }

  .flow .flow__wrap {
    margin-top: 50px;
  }

  .flow__time img {
    width: 70px;
  }

  .flow .flow__wrap .flow__item .flow__time {
    margin-bottom: 15px;
  }

  .flow .flow__wrap .flow__item .flow__time p {
    font-size: 20px;
  }

  .flow .flow__wrap .flow__item .flow__item--01 {
    margin: 0 auto;
    width: 90%;
    text-align: center;
  }

  .flow .flow__wrap .flow__item .flow__item--02 {
    margin: 0 auto;
    width: 90%;
    text-align: center;
  }

  .flow .flow__wrap .flow__item:nth-of-type(odd) {
    flex-direction: column;
  }

  .flow .flow__wrap .flow__item:nth-of-type(even) {
    flex-direction: column-reverse;
  }

  .flow .flow__wrap .flow__item .flow__txt--right,
  .flow .flow__wrap .flow__item .flow__txt--left {
    padding: 20px 25px;
    margin: 1.5em 0 0;
    border: 3px solid #44bcbb;
  }

  .flow .flow__wrap .flow__item .flow__txt--right:before,
  .flow .flow__wrap .flow__item .flow__txt--left:before {
    top: -24px;
    left: 50%;
    right: unset;
    margin-top: 0;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #fff;
  }

  .flow .flow__wrap .flow__item .flow__txt--right:after,
  .flow .flow__wrap .flow__item .flow__txt--left:after {
    top: -30px;
    left: 50%;
    right: unset;
    margin-top: 0;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #44bcbb;
  }

  #flow-pm.flow .flow__wrap .flow__item .flow__txt--right:after,
  #flow-pm.flow .flow__wrap .flow__item .flow__txt--left::after {
    border: 14px solid transparent;
    border-bottom: 14px solid #f8bb50;
  }

  .flow .flow__wrap .flow__line {
    margin: 30px 0;
  }

  .flow__img {
    width: 150px;
    margin-bottom: 30px;
  }

  .flow .flow__wrap .flow__item .flow__pic--1030 {
    margin-bottom: 20px;
    margin-right: 53px;
    width: 75px;
  }

  .flow__pic--1040 {
    width: 80px;
    margin-bottom: 30px;
  }

  .flow__pic--1220 {
    width: 100px;
    margin-bottom: 30px;
  }

  .flow .flow__wrap .flow__item .flow__pic--1400 {
    width: 100px;
    margin-bottom: 30px;
  }

  .flow .flow__wrap .flow__item .flow__pic--1630 {
    width: 80px;
    margin-bottom: 30px;
  }

  .flow__bg {
    height: 230px;
  }

  #flow-bring {
    padding: 70px 0 10px;
  }

  #flow-bring .h3__ttl {
    margin-bottom: 50px;
  }

  #flow-bring .flow-bring__wrap h4 {
    font-size: 19px;
  }

  #flow-bring .flow-bring__wrap .flow-bring__container {
    justify-content: space-between;
  }

  #flow-bring .flow-bring__wrap .flow-bring__container .flow-bring__item {
    width: 150px;
    height: 150px;
    margin: 30px 0 0;
  }

  #flow-bring
    .flow-bring__wrap
    .flow-bring__container
    .flow-bring__item:last-of-type {
    margin: 30px auto 0;
  }

  #flow-bring .flow-bring__wrap .flow-bring__container .flow-bring__item p {
    font-size: 14px;
  }

  #flow-bring .flow-bring__wrap .flow-bring__container .flow-bring__item img {
    margin-bottom: 10px;
    height: 65px;
  }

  #flow-bring .flow-bring__wrap {
    margin-bottom: 70px;
  }

  #flow-about {
    padding: 70px 0 90px;
  }

  #flow-about .flow-about__tbl {
    margin: 40px auto 0;
  }

  #flow-about .flow-about__tbl tr th,
  #flow-about .flow-about__tbl tr td {
    padding: 10px;
  }

  #flow-about .flow-about__txt {
    margin: 30px 0;
    font-size: 14px;
    text-align: left;
  }

  /***** place.php @560px *****/
  #place {
    padding: 0 0 90px;
  }

  #place .place__container {
    padding-top: 70px;
  }

  #place .place__container .place__info h3 {
    font-size: 21px;
  }

  #place .place__container .place__info p {
    margin: 25px 0;
  }

  #place .place__container .place__map .place__pic {
    top: -11%;
    right: -5%;
    width: 70px;
  }

  #place .place__container .place__map {
    width: 100%;
    margin-top: 35px;
  }

  /***** evaluation.php @560px *****/
  #eva {
    padding: 70px 0 40px;
  }

  #eva .eva__wrap .eva__txt {
    margin-bottom: 30px;
    text-align: left;
  }

  #eva .eva__wrap .eva__container {
    flex-direction: column;
    align-items: center;
  }

  #eva .eva__wrap .eva__container .eva__item {
    margin-top: 35px;
  }

  #eva .eva__wrap .eva__container .eva__item img {
    height: 70px;
  }

  #eva .eva__wrap .eva__container .eva__item p {
    font-size: 16px;
  }

  #eva .eva__wrap .eva__container .eva__item .eva__btn a {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    margin: 0 8px;
  }

  /***** index.php(WP) @560px *****/
  .archive {
    padding: 60px 0 50px;
  }

  .archive .archive__wrap .archive__main .archive__list .archive__item {
    flex-direction: column;
    align-items: flex-end;
    padding: 10px 5px;
  }

  .archive
    .archive__wrap
    .archive__main
    .archive__list
    .archive__item
    .archive__link {
    width: 100%;
  }

  #news.archive
    .archive__wrap
    .archive__main
    .archive__list
    .archive__item
    .archive__link {
    margin-bottom: 15px;
  }

  .archive
    .archive__wrap
    .archive__main
    .archive__list
    .archive__item
    .archive__link
    img {
    width: 30px;
  }

  .archive
    .archive__wrap
    .archive__main
    .archive__list
    .archive__item
    .archive__link
    .archive__txt
    .archive__ttl {
    font-size: 14px;
  }

  .archive
    .archive__wrap
    .archive__main
    .archive__list
    .archive__item
    .archive__link
    .archive__txt
    .archive__date {
    font-size: 16px;
  }

  .archive
    .archive__wrap
    .archive__main
    .archive__list
    .archive__item
    .archive__category
    ul
    li {
    margin: 0;
  }

  .archive
    .archive__wrap
    .archive__main
    .archive__list
    .archive__item
    .archive__category
    ul
    li
    a {
    padding: 6px 10px;
  }

  .archive__sidebar {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    width: 80%;
  }

  .archive__sidebar .archive__sidebar__list {
    width: 100%;
    margin-bottom: 40px;
  }

  .archive__sidebar .archive__sidebar__list h4 {
    font-size: 18px;
  }

  .archive__sidebar .archive__sidebar__list ul li a {
    font-size: 13px;
  }

  .archive__sidebar .archive__sidebar__list ul li.category__parent a {
    font-size: 14px;
  }

  .archive__sidebar .archive__sidebar__list select {
    font-size: 14px;
  }

  .archive__sidebar .archive__sidebar__list .btn01 {
    font-size: 14px;
    margin-top: 40px;
  }

  .archive .archive__wrap .category__ttl h2 {
    font-size: 18px;
    padding: 0 20px;
    margin: 10px 0 40px;
  }

  /***** single.php(WP) @560px *****/
  .single {
    padding: 70px 0;
  }

  .single .single__wrap .single__main {
    width: 100%;
  }

  .single .single__wrap .single__main .single__heading .flex {
    flex-direction: column;
  }

  .single .single__wrap .single__main .single__heading .flex img {
    width: 40px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .single .single__wrap .single__main .single__heading .flex .single__ttl {
    font-size: 19px;
  }

  .single .single__wrap .single__main .single__heading .flex .single__date {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }

  .single .single__wrap .single__main .single__heading .single__category ul li {
    margin: 0 0 5px 5px;
  }

  .single
    .single__wrap
    .single__main
    .single__heading
    .single__category
    ul
    li
    a {
    font-size: 12px;
  }

  .single .single__wrap .single__main .single__heading .single__category {
    margin-bottom: 40px;
  }

  .single .single__wrap .single__main .single__contents {
    margin: 30px auto 40px;
  }

  .nav-below {
    width: 100%;
  }

  .nav-below .nav-previous a,
  .nav-below .nav-next a {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }

  .single .single__wrap .single__main .single__heading .single__taxonomy {
    margin-bottom: 40px;
  }

  .single .single__wrap .single__main .single__heading .single__taxonomy a {
    font-size: 12px;
  }

  #photo-single .single__main .single__thumbnail .photo__btn--download {
    margin-top: 30px;
  }

  #photo-single .single__main .single__thumbnail .photo__btn--download .btn01 {
    line-height: 41px;
  }

  /*ページネーション*/
  .pagination .page-numbers {
    font-size: 13px;
  }

  .pagination .page-numbers li {
    margin: 0 8px;
  }

  /***** photo(WP) @560px *****/
  #photo .photo__main .flex {
    justify-content: space-between;
  }

  #photo .photo__main .flex .photo__item {
    width: 48%;
    margin: 0 0 4%;
  }

  #photo .photo__main .pagination {
    margin-top: 15px;
  }

  /***** contact(WP) @560px *****/
  #contact {
    padding: 70px 0;
  }

  #contact .contact__wrap {
    width: 100%;
  }

  #contact .contact__wrap .contact__txt {
    margin-bottom: 50px;
  }

  #contact .contact__wrap p .wpcf7-form-control-wrap input,
  #contact .contact__wrap p .wpcf7-form-control-wrap textarea {
    margin: 5px auto 20px;
  }

  #contact .contact__wrap input[type="submit"] {
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    margin: 40px auto 0;
  }

  /***** family @560px *****/
  #family {
    padding: 70px 0;
  }

  #family .family__wrap .family__txt {
    text-align: left;
  }

  #family .family__wrap .family__contents {
    margin-top: 0;
    flex-direction: column;
    align-items: center;
  }

  #family .family__wrap .family__contents .family__box {
    width: 95%;
    margin-top: 50px;
  }

  #family .family__wrap .family__contents h3 {
    font-size: 21px;
    margin: 20px 0;
  }

  /***** recruit.php @560px *****/
  #recruit {
    padding: 70px 0;
  }

  #recruit .recruit-point {
    margin: 45px auto 0;
  }

  #recruit .recruit-about .recruit-about__box {
    width: 100%;
    margin-bottom: 20px;
  }

  #recruit .recruit-about .recruit-about__box .recruit-about__ttl {
    font-size: 18px;
    text-align: center;
  }

  #recruit .recruit-about .recruit-about__box .recruit-about__txt {
    margin-top: 10px;
  }

  #recruit .recruit-point .recruit-point__item {
    flex-direction: column;
    padding: 15px 0;
  }

  #recruit .recruit-point .recruit-point__item .recruit-point__txt {
    margin-left: 0;
    margin-top: 20px;
  }

  #staff {
    padding: 70px 0;
  }

  #staff .wrap2 {
    padding: 0 20px;
  }

  #staff .staff__wrap {
    margin-top: 50px;
  }

  #staff .staff__wrap .staff__container {
    margin-top: 50px;
  }

  #staff .staff__wrap .staff__container .staff__fukidashi {
    width: 100%;
    padding: 30px 20px 10px;
  }

  #staff .staff__wrap .staff__container .staff__img {
    max-width: 200px;
  }

  #staff .staff__wrap .staff__container .staff__fukidashi .staff__name--en {
    font-size: 27px;
    text-align: center;
  }

  #staff .staff__wrap .staff__container .staff__fukidashi .staff__name {
    font-size: 16px;
    text-align: center;
  }

  #staff .staff__wrap .staff__container .staff__fukidashi .staff__position {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
  }

  #staff .staff__wrap .staff__container .staff__fukidashi .staff__line {
    margin-bottom: 10px;
  }

  #staff .staff__wrap .staff__container .staff__fukidashi .staff__txt {
    margin-bottom: 20px;
    text-align: left;
    margin-top: 5px;
  }

  #job {
    padding: 70px 0 90px;
  }

  #job .job__list {
    margin: 50px auto 0;
    width: 100%;
  }

  #job .job__list dt {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
  }

  #job .job__list dd {
    font-size: 14px;
    padding: 20px;
  }

  #job .job__btn {
    margin: 40px 0 70px;
  }
}
/* ************************************************************************************************
   320px
   ************************************************************************************************ */
@media screen and (max-width: 320px) {
  #main .main__container .flex .main__message h2,
  #about-message .about-message__wrap .main__message h2 {
    font-size: 25px;
  }

  #main .main__container .flex .main__message .h2__bg,
  #about-message .about-message__wrap .main__message .h2__bg {
    width: 41px;
    height: 41px;
    line-height: 41px;
    margin: 0 -4px;
  }

  #main .main__container .flex .main__txt,
  #about-message .about-message__wrap .main__txt {
    font-size: 15px;
    margin: 30px 0;
  }

  #index-info .index-sns .index-sns__container h4 {
    font-size: 26px;
  }

  #place .place__container .place__info h3 {
    font-size: 20px;
  }

  #howtouse .howtouse__wrap .howtouse__container .howtouse__txt h3 {
    font-size: 22px;
  }

  .flow .flow__wrap .flow__item .flow__txt--right p,
  .flow .flow__wrap .flow__item .flow__txt--left p {
    font-size: 14px;
  }

  .flow .flow__wrap .flow__item .flow__item--02 {
    width: 95%;
  }

  #flow-bring .flow-bring__wrap h4 {
    font-size: 17px;
  }

  #flow-bring .flow-bring__wrap .flow-bring__container .flow-bring__item {
    width: 130px;
    height: 130px;
  }

  #flow-bring .flow-bring__wrap .flow-bring__container .flow-bring__item p {
    font-size: 13px;
  }

  #flow-bring .flow-bring__wrap .flow-bring__container .flow-bring__item img {
    height: 60px;
  }

  #flow-about .flow-about__tbl tr th,
  #flow-about .flow-about__tbl tr td {
    padding: 10px 0;
  }

  #flow-about .flow-about__tbl tr td {
    padding-left: 20px;
  }

  #flow-about .flow-about__txt {
    font-size: 13px;
  }

  .archive .archive__wrap .category__ttl h2 {
    font-size: 17px;
  }

  .archive__sidebar .archive__sidebar__list h4 {
    font-size: 17px;
  }

  #recruit .recruit-about .recruit-about__box .recruit-about__ttl {
    font-size: 16px;
  }

  #job .job__list dd {
    font-size: 13px;
  }

  #family .family__wrap .family__contents h3 {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
