@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
****　モバイル表示　ヘッダーメニュー・検索アイコン
************************************/
.mobile-menu-buttons{
	height:50px;
	box-shadow: none;
	width: 100vw;
}
.mobile-menu-buttons > li {
	padding-top:0;
}
.menu-button{
	margin: auto;
}
.mobile-menu-buttons .menu-button:hover{
	background-color:white;
}
span.fas.fa-search::before{
	color:#90C31F;/*検索マーク色変更はこちら*/
	margin-left:1em;
}
span.fas.fa-bars::before{
	color:#90C31F;/*ハンバーガーメニュー色変更はこちら*/
	margin-right:1em;
}
.navi-menu-caption.menu-caption,.home-menu-caption.menu-caption,.search-menu-caption.menu-caption,.top-menu-caption.menu-caption,.sidebar-menu-caption.menu-caption{
	display:none;
}
/************************************
**モバイルスライドインメニュー
************************************/
.navi-menu-content, .navi-menu-content ul li a{
	background-color: #ffffe0;
}
ul.menu-drawer:before{
	background-color: #ffffe0 !important;
}
span.fas.fa-times::before{
	font-family: "Font Awesome 5 Free";
	content: "\f060";
	color:#90C31F;/*矢印色変更はこちら*/
}
ul.menu-drawer:before{
	font-size:1.2em;
	background: white;
	color:#333;
	margin-bottom:1em;
	border-bottom:3px dotted #90C31F; /*点線の色変更はこちら*/
	content: "メニュー";
}
ul.menu-drawer:after {
	background: white;
}
.menu-drawer li {
	padding:0;
}
.menu-drawer li{
	font-weight: bold;
}
.menu-drawer a{
	font-size:1em;
	background-color:#ffffff;
	color:#545454;
	margin: .5em 0;
}
.menu-drawer a:hover{
	background-color:#f7f7f7;
}
.menu-drawer .sub-menu {
	padding:0;
}
.menu-drawer .sub-menu li{
	font-size: .9em;
}
.menu-drawer .sub-menu li a::before {
	font-family: "Font Awesome 5 Free";
	content : "\f105";
	color:#7b7b7b;
	margin:0 .5em 0 1em;
}

/************************************
** モバイルボタン
************************************/
span.custom-menu-icon.menu-icon{
	color: #ED6D2B;
}
span.custom-menu-caption.menu-caption{

}

/************************************
** ページをフェードイン表示する
************************************/
.body {
	animation: fadein 2s forwards; /*アニメーション指定*/
}

@keyframes fadein {
	0% {opacity: 0} /*アニメーション開始時*/
	100% {opacity: 1} /*アニメーション終了時*/
}
/* クラス単位でのフェードイン設定 */
.fade-in {
    opacity: 0; 
    transition: all 1.5s;
    transform: translate(0,30px);
}
.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

/* クラス単位での右横からフェードイン設定 */
.fade-in-rightslide {
    opacity: 0; 
    transition: all 1.5s;
    transform: translate(100px,0);
}
.rightside-scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

/* クラス単位での左横からフェードイン設定 */
.fade-in-leftslide {
    opacity: 0; 
    transition: all 1.5s;
	transform: translate(-100px,0);
}
.leftslide-scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}
/************************************
** ページをフェードイン表示する(ここまで)
************************************/


/************************************
** 全体装飾(ここから)
************************************/
/* 背景設定(デフォルト値) */
body {
/*
    font-family: var(--cocoon-default-font);
    font-size: var(--cocoon-default-text-size);
    color: var(--cocoon-text-color);
    line-height: 1.8;
    margin: 0;
    overflow-wrap: break-word;
    background-color: #f4f5f7;
*/
}
.main {
	/*
    width: 860px;
    padding: 20px 29px;
    border: 1px solid transparent;
    border-radius: var(--cocoon-basic-border-radius);
    position: relative;
    z-index: 0;
	*/
	padding: 20px 0;
}
div.entry-content.cf { /* 画面幅を広げる */
    /* width: 90%; */
	width: 100%;
    margin: 0 auto;
}

/* パンくずリストのアイコンをまとめて非表示（Font Awesome 5）*/
.breadcrumb .fa-home,
.breadcrumb .fa-folder,
.breadcrumb .fa-file {
	display: none; /*非表示*/
}

/* 目次の非表示 */
div#toc.toc.tnt-number.toc-center.border-element{
	display: none;
}


/* 源柔ゴシックファミリー */
@font-face{ 
  font-family: 'GenJyuuGothic-Bold';
  src:  url('https://himawari-kumamoto.co.jp/wp-includes/fonts/GenJyuuGothic-Bold.woff') format('woff');
}
@font-face{ 
  font-family: 'GenJyuuGothic-ExtraLight';
  src:  url('https://himawari-kumamoto.co.jp/wp-includes/fonts/GenJyuuGothic-ExtraLight.woff') format('woff');
}
@font-face{ 
  font-family: 'GenJyuuGothic-Heavy';
  src:  url('https://himawari-kumamoto.co.jp/wp-includes/fonts/GenJyuuGothic-Heavy.woff') format('woff');
}
@font-face{ 
  font-family: 'GenJyuuGothic-Light';
  src:  url('https://himawari-kumamoto.co.jp/wp-includes/fonts/GenJyuuGothic-Light.woff') format('woff');
}
@font-face{ 
  font-family: 'GenJyuuGothic-Normal';
  src:  url('https://himawari-kumamoto.co.jp/wp-includes/fonts/GenJyuuGothic-Normal.woff') format('woff');
}
@font-face{ 
  font-family: 'GenJyuuGothic-Regular';
  src:  url('https://himawari-kumamoto.co.jp/wp-includes/fonts/GenJyuuGothic-Regular.woff') format('woff');
}

*{
	font-family: 'GenJyuuGothic-Normal';
}

/* スペーサー設定 */
.specer10{
	height: 10px;
	width: 100%;
}
.specer30{
	height: 30px;
	width: 100%;
}
.specer60{
	height: 60px;
	width: 100%;
}

/* 見出し(h1) */

/* 見出し(h2) */
/* コーナー背景白バージョン */
.h2_ribbon-wrap{
	text-align: center;
}
.h2_ribbon {
	display: inline-block;
	position: relative;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	text-align: center;
	padding: 7px 0;
	font-size: 18px;
	background: #ED6D2B !important;
	color: #fff;
	box-sizing: border-box;
}
.h2_ribbon h2 {
	vertical-align: middle;
	margin: 0;
	padding: 0 150px;
	border-top: dashed 1px #fff;
	border-bottom: dashed 1px #fff;
	background: #ED6D2B !important;
	line-height: 46px;
}
.h2_ribbon:before, .h2_ribbon:after{
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
.h2_ribbon:before {
	top: 0;
	left: 0;
	border-width: 30px 0px 30px 15px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}
.h2_ribbon:after {
	top: 0;
	right: 0;
	border-width: 30px 15px 30px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}
/* コーナー背景黄色バージョン */
.h2_ribbon-wrap2{
	text-align: center;
}
.h2_ribbon2 {
	display: inline-block;
	position: relative;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	text-align: center;
	padding: 7px 0;
	font-size: 18px;
	background: #ED6D2B !important;
	color: #fff;
	box-sizing: border-box;
}
.h2_ribbon2 h2 {
	vertical-align: middle;
	margin: 0;
	padding: 0 150px;
	border-top: dashed 1px #fff;
	border-bottom: dashed 1px #fff;
	background: #ED6D2B !important;
	line-height: 46px;
}
.h2_ribbon2:before, .h2_ribbon2:after{
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
.h2_ribbon2:before {
	top: 0;
	left: 0;
	border-width: 30px 0px 30px 15px;
	border-color: transparent transparent transparent #ffffe0;
	border-style: solid;
}
.h2_ribbon2:after {
	top: 0;
	right: 0;
	border-width: 30px 15px 30px 0px;
	border-color: transparent #ffffe0 transparent transparent;
	border-style: solid;
}


/* 各固定ページのトップ画面 */
h1.entry-title{
	display: none;	
}
.himawari-hopepage_topview-wrap{
	position: relative;
	display: block;
 	width: 95%;
	margin: 0 auto;
}
.himawari-hopepage_topview_pic img {
	width: 100%;
 	max-height: 700px;
 	object-fit: cover;
 	border-radius: 25px 25px 25px 25px;
}
.himawari-hopepage_topview_title {
	position: absolute;
	color: white;
	font-weight: bold;
	text-align:  center;        /* 文字を中央揃えに */
	font-size: 42px;            /* フォントサイズ指定 */
	top:  0;                    /* 上からの位置指定 */
	bottom:  0;                 /* 下からの位置指定 */
	left:  0;                   /* 左からの位置指定 */
	right:  0;                  /* 右からの位置指定 */
	margin: auto;              /* 位置調整と組み合わせて上下中央に */
	width: 80%;
	height: 3.2rem;
}

/* 画面右下の「トップへ」のアイコン */
.go-to-top-button {
    border-width: 0;
    background-color: #5AB655;
    color: #fefefe;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    border-radius: 30px;
    font-size: 26px;
	opacity: .8;
}


/************************************
** 全体装飾(ここまで)
************************************/



/************************************
** トップページ(ここから)
************************************/
/*********** ファーストビュースライダー(ここから) ***********/
.fview_main-contents{
	margin-bottom: 5%;
}
.fview_main-contents-wrap{
  position: relative;
  display: block;
  width: 100vw;
  width: 100%;
  max-width: 1690px;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
.fview_main-contents_slideshow {
  width: 100%;
  height: auto;
}
.slick-list{
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}
.fview_main-contents_slideshow img {
	width: 100%;
	height: auto;
	max-height: 700px;
	object-fit: cover;
	/* border-radius: 50px 50px 0 0; */
}
@keyframes zoomUp {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.15); 
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

/* slickのprevとnextの調整 */
.slick-prev,
.slick-next
{
    z-index: 100;
	background-color: #FDD000;
	border-radius: 10px;
}
.slick-prev:before,
.slick-next:before
{
    color: #5AB655;
}

ul.slickdots{
	z-index: 200;
	background-color: #333;
}


/* メッセージコンテンツ */
/*
.fview_main-contents_message{
  position: absolute;
  top: 100px;
  left: 100px;
  width: 100%;
  height: 100%;
  text-align: center;
}
*/
.fview_main-contents_message-name{
  position: absolute;
  top: 10%;
  left: 10%;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
}
/* "「遊び」が「学び」の"のアニメーション */
.fview_main-contents_message-name{
  animation: fadein_normal 2s forwards;
}
@keyframes fadein_normal {
  0%  {
      opacity: 0; 
      transition: all 1.5s;
      transform: translate(0,30px);
  }
  100%  {
      opacity: 1;
      transform: translate(0, 0);
  }
}

.fview_main-contents_message-name_yu{
  color: #FDD000;
  text-shadow: 3px 3px 3px #fff;
}
.fview_main-contents_message-name_iku{
  color: #5AB655;
  text-shadow: 3px 3px 3px #fff;
}

.fview_main-contents_message-char1{
  position: absolute;
  top: 0;
  left: 65%;
  transform: rotate(-40deg);
}
span.fview_main-contents_message-char1{
  font-size: 120px;
  font-weight: bold;
  text-shadow: 3px 3px 5px #fff; 
  color: #FDD000;
  display:inline-block;
  /*  animation:1s linear rotation1; */
}
/* 「遊」のアニメーション */
span.fview_main-contents_message-char1{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-name: yu_yura;
  transform: rotate(30deg);
  animation-duration: 5s;
}
@keyframes yu_yura {
  50% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
/*
@keyframes rotation1{
  0%{ transform:rotate(0deg);}
  100%{ transform:rotate(360deg); }
}
*/

.fview_main-contents_message-char2{
  position: absolute;
  top: 40%;
  left: 75%;
  transform: rotate(30deg);
}
span.fview_main-contents_message-char2{
  font-size: 120px;
  font-weight: bold;
  text-shadow: 3px 3px 5px #fff; 
  color: #5AB655;
  display:inline-block;
  /* animation:3s linear rotation3; */
}
/* 「育」のアニメーション */
span.fview_main-contents_message-char2{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-name: iku_yura;
  transform: rotate(-30deg);
  animation-duration: 5s;
}
@keyframes iku_yura {
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}

/*
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
@keyframes rotation2{
  0%{ transform:rotateX(0);}
  100%{ transform:rotateX(360deg); }
}
@keyframes rotation3{
  0%{ transform:rotateY(0);}
  100%{ transform:rotateY(360deg); }
}
*/

/* 右側のコンテンツ(トップページのみ) */ 
.fview_right-content-toppage {
    position: absolute;
    top: 0;
	right: -12px;
	z-index: 10;
}
.fview_right-content-toppage ul{
	list-style: none;
}

/* 右側のコンテンツ */ 
.fview_right-content {
    position: absolute;
    top: 0;
    /* top: calc( 100% + 80px);*/
	right: -25px;
	z-index: 10;
}
.fview_right-content ul{
	list-style: none;
}

.fview_right-content__btn li {
    width: 4rem;
    height: 150px;
}
.fview_right-content__btn li:not(:last-of-type) {
    margin-bottom: 18px;
}

/* ボタン共通 */
.fview_right-content__btn a {
    writing-mode: vertical-rl;
    padding-left: 0px;
    border-right: none !important;
}
.fview_right-content__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
}

/* 上のボタン */
.fview_right-content__contect a {
    background-color: #ec6d45;
    border: solid 2px #ec6d45;
    border-radius: 20px 0 0 20px;
    letter-spacing: 0.14em;
	font-size: 14px; 
	text-decoration-line: none;
}

/* 下のボタン */
.fview_right-content__recruit a {
    background-color: #f2984f;
    border: solid 2px #f2984f;
    border-radius: 20px 0 0 20px;
    letter-spacing: 0.14em;
	font-size: 14px; 
	text-decoration-line: none;
}
.fview_right-content__instagram a {
    background-color: #f2984f;
    border: solid 2px #f2984f;
    border-radius: 20px 0 0 20px;
    letter-spacing: 0.14em;
	font-size: 14px; 
	text-decoration-line: none;
}
/* 下のボタンドロワーメニュー部分 */
.drawer  {
  position: absolute; /* relativeの親要素を基準に配置する */
  top: 48.5%; /* 基準の位置から上0px */
  right: 0; /* 基準の位置から右0px */
  width: 200%; /* メニューの幅 */
  height: 80%; /* メニューの高さ */
  background-color: #f2984f; /* メニューの背景色 */
  -webkit-transform: translateX(251px);
  transform: translateX(251px); /* メニュー幅の分だけ右にずらす(画面外にいく) */
  -webkit-transition:ease .5s;
  transition:ease .5s;  メニューの開閉を0.5秒かけて動かす
  z-index: 10; /* デフォルトは1。2以上で他の要素も考慮して設定する。*/
	display: none;
}
/* 下のボタンドロワーメニューをOPENにしたとき */
/* メニュー部分 */
.drawer.action{
	width: 150%;
}
.drawer.action,
.drawer.action ul{
  -webkit-transform: translateX(0);
  transform: translateX(0); 
	transition:ease .5s; 
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
	display: block;
	border-radius: 20px 0 0 20px;
}
.drawer.action ul{
  margin-top: 30%;
}
.drawer.action ul li{
  height: 30px;
}
.drawer.action ul a{
	display: block;
	writing-mode: horizontal-tb;
	text-align: left;
	font-size: 1rem;
	text-decoration: none;
	margin-bottom: 1rem;
}
.drawer.action ul a:hover{
	color: #5AB655;
}
/* 下のボタンボタン部分 */
/* ハンバーガーボタンを「×」に変える */
a.menu-trigger.action{ 
  font-size:0; 
  height: 30%;
}
a.menu-trigger.action:before {
  font-size: 1.2rem;
  content: "×";
  height: 100%;
  width: 100%;
  z-index: 20;
}



/* ひまわりのライン */
.fview_under-content{
	position: absolute;
	bottom: -12px;
	z-index: 2;
}
/*********** ファーストビュースライダー(ここまで) ***********/


/*********** スマイルホームひまわりとは(ここから) ***********/
/* 本体装飾 */
.home_himawari-about{
	text-align: center;
}
.home_himawari-about_message p{
	font-size: 16px;
	margin: 0 auto;
	width: 900px;
	text-align: left;
}
.home_himawari-about_wap{
	width: 90%;
 	margin: 0 auto;
 	display: flex;
 	justify-content: space-between;
}
.home_himawari-about_left{
	width: 30%;
	max-height: 300px;
}
img.home_himawari-about_left-pic{
	height: 80%;
	width: auto;
	object-fit: cover; 
	border-radius: 100% 100% 100% 100%;
	padding-bottom: 30px;
}
.home_himawari-about_center{
	height: auto;
	width: 30%;
	object-fit: cover;
}
.home_himawari-about_right{
	width: 30%;
	max-height: 300px;
}
img.home_himawari-about_right-pic{
	height: 80%;
	width: auto;
	object-fit: cover;
	border-radius: 100% 100% 100% 100%;
	padding-top: 30px;
}
/*********** スマイルホームひまわりとは(ここまで) ***********/

/*********** 走るやつ(ここから) ***********/
.home_himawari-running-wrap{
	width: 100%;
	height: 10rem;
	position: relative;
}
.home_himawari-running1 img{
	width: 100%;
	height: auto;
}
.home_himawari-running2 img{
	width: 100%;
	height: auto;
}

.home_himawari-running1{
	width: 10%;
	animation: run1 3s steps(1) infinite;
	position: absolute;
}
@keyframes run1 { 
    0% {
      transform: rotate(30deg);
      left: 0;
    } 
    10%{
      transform: rotate(-30deg); 
      left: 10%;    
    }
    20%{
      transform: rotate(30deg);
      left: 20%;
    }
    30%{
      transform: rotate(-30deg);
      left: 30%;
    }
    40%{
      transform: rotate(30deg);
      left: 40%;
    }
    50%{
      transform: rotate(-30deg);
      left: 50%;
    }
    60%{
      transform: rotate(30deg);
      left: 60%;
    }
    70%{
      transform: rotate(-30deg);
      left: 70%;
    }
    80%{
      transform: rotate(30deg);
      left: 80%;
    }
    90%{
      transform: rotate(-30deg);
      left: 90%;
    }	
    100%{
      transform: rotate(30deg);
      left: 100%;
    }
}
.home_himawari-running2 {
  width: 15%;
  animation: run2 3s steps(1) infinite;
  position: absolute;
}
@keyframes run2 { 
    0% {
      transform: rotate(-30deg);
      left: -20%;
    } 
    10%{
      transform: rotate(30deg); 
      left: -10%;    
    }
    20%{
      transform: rotate(-30deg);
      left: 0%;
    }
    30%{
      transform: rotate(30deg);
      left: 10%;
    }
    40%{
      transform: rotate(-30deg);
      left: 20%;
    }
    50%{
      transform: rotate(30deg);
      left: 30%;
    }
    60%{
      transform: rotate(-30deg);
      left: 40%;
    }
    70%{
      transform: rotate(30deg);
      left: 50%;
    }
    80%{
      transform: rotate(-30deg);
      left: 60%;
    }
    90%{
      transform: rotate(30deg);
      left: 70%;
    }
    100%{
      transform: rotate(-30deg);
      left: 80%;
    }
}
/*********** 走るやつ(ここまで) ***********/

/*********** スマイルホームひまわりの想い(ここまで) ***********/
/* 背景色 */
.home_himawari-hope{
 	background-color: #ffffe0;
	padding: 30px 0 30px 0;
	width: 95%;
	margin: 0 auto;
}

/* タイトル装飾 */
.home_himawari-hope_wrap{
	width: 90%;
 	margin: 0 auto;
 	display: flex;
 	justify-content: space-between;
}

/* 3カラム装飾 */
.home_himawari-hope_left{
  
}
.home_himawari-hope_center{
  text-align: center;
}
.home_himawari-hope_center p{
  font-weight: bold;
}
.home_himawari-hope_center p span{
  font-size: 24px;
}
.home_himawari-hope_right{
  
}
 
/* 6/24 旗のスライドイン対応中
.home_himawari-hope_left{
  width: 5px;
  height: auto;
  overflow: hidden;
  transition: 1.5s ease-out;
}
.home_himawari-hope_left-pic{
  width: 30%;
  height: 200px; 
  background: url("https://himawari-kumamoto.co.jp/wp-content/uploads/2023/06/home_himawari-hope_left-pic.png");
  transition: 2s;
  background-repeat: no-repeat;
}
.home_himawari-hope_left .is-show{
  width: 30%;
  height: 300px;
}
*/


/* 中央文章 */
.home_himawari-hope_center-message{
  width: 50%;
  margin: 0 auto;
}


/* 写真スライド(ここから) */
/* 画像ファイルのサイズ調整 */
.home_himawari-hope_pic-roll{
	margin-bottom: 5%;
}
.home_himawari-hope_pic-roll img{
  /*height: 250px;*/
	height: 95%;
  width: 300px;
  margin: 30px;
  max-width: 300px;
  border-radius: 25px;
}
/* ul要素の全体を横並びにして、横スクロールバーを非表示にする */
.home_himawari-hope_pic-roll_wrapper{
  display: flex;
  align-items: center;
  height: 200;
  width: 100%;
  overflow: hidden;
  /* margin-top: 200px; */
}

/* Ul要素を横並びにし、アニメーションを付ける*/
.home_himawari-hope_pic-roll ul {
  list-style: none;
}
.home_himawari-hope_pic-roll ul  li{
  height: 250px;
}
.home_himawari-hope_pic-roll .home_himawari-hope_pic-roll_slideshow{
  display: flex;
  animation: loop-slide 50s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0); /* 開始地点の指定なし＝動かしていない状態 */
  }
  to {
    transform: translateX(-100%); /* 親要素（.wrapperの幅100％分左方向に移動させる状態 */
  }
}

/* hover時にアニメーションを停止し、浮き上がらせる */
.slide-paused:hover .home_himawari-hope_pic-roll_slideshow {
  animation-play-state: paused;
}
.content-hover{
  transition: all 0.2s;
}
.content-hover:hover {
  transform: translateY(-20px);
  border-radius: 0 10%;
  box-shadow: 0 3px 10px 0 #333;
  opacity: 0.8;
  cursor: pointer;
}

/* ボタン装飾 */
.home_himawari-hope_button-wrap{
	text-align: center;
	margin-bottom: 2%;
}
.home_himawari-hope_button {
  color: white;
  font-size: 18px;
  font-weight: bold;
  background: transparent;
  padding: 15px 60px 15px 60px;
  border: 3px solid #5AB655;
  box-sizing: border-box;
  border-radius: 60px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: .3s;
}
.home_himawari-hope_button::before,
.home_himawari-hope_button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 60px;
}
.home_himawari-hope_button::before {
  background: #5AB655;
  z-index: -1;
  transition: transform ease .3s, opacity .3s;
}
.home_himawari-hope_button::after {
  box-sizing: border-box;
}
.home_himawari-hope_button:hover {
  color: #5AB655;
}
.home_himawari-hope_button:hover::before {
  transform: scale(0);
  opacity: 0;
}

/*********** スマイルホームひまわりの想い(ここまで) ***********/



/*********** お知らせ(ここから) ***********/
/* フラグ画像の調整 */
.home_himawari-news_flagline{
	margin: 0;
}
.home_himawari-news_flagline img{
  width: 100%;
  height: 60px;
}
/* お知らせ調整 */
.home_himawari-news_newlist{
	width: 60%;
	margin: 0 auto;
}
ul.news-list{
	list-style: none;
}
/* 詳しく見る */
.home_himawari-news_newlist-more{
	text-align: right;
}
.wp-block-latest-posts__post-excerpt{
	text-align:left;
}
/* 詳細表示時のSNSボタン非表示 */
.sns-share{
	display:none;
}
/* 新着記事一覧ショートコード用 */
.news-list .news-list-inner {
 padding: 20px 5px;
 border: 2px solid #f5f5f5;
}
.archive .news-list .news-list-inner {
 background: #fff;
 padding: 20px;
}
.news-list ul {
 list-style: none;
 margin: 0 0 20px;
}
.news-list li {
 padding: 10px;
 border-bottom: 1px solid #ddd;
}
.news-list a {
 color: #333;
 text-decoration-line: none;
}
.news-list a:hover {
 opacity: 0.6;
}
.news-list a.wp-block-button__link {
 color: #fff;
}
.news-list a.wp-block-button__link:hover {
 color: #F87474;
}
.news-list .news_date {
 margin: 0;
 font-size: 14px;
}
.news-list .news_title {
 margin: 0;
 font-size: 18px;
 line-height: 30px;
 padding-top: 10px;
 padding-bottom: 10px;
}


/*********** お知らせ(ここまで) ***********/


/*********** 採用情報(ここから) ***********/
/* 中央カラム */
.home_himawari-recruit_grid-wrap{
	margin: 0 auto;
}
.home_himawari-recruit_grid{
	padding-top: 60px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-template-rows: auto;
	width: 90%;
}

.home_himawari-recruit_message{
	width: 90%;
	margin: 0 auto;
	border-top: 5px dotted #ED6D2B;
	border-bottom: 5px dotted #ED6D2B;
}

/* joinus の調整 */
/* バウンド案(ここから) */
.home_himawari-recruit_message-pic{
	position:relative;
	width:100%;
	height: 15rem;
}

.jumper{
	position: absolute;
	left: 0;
	right: 0;
	top:-60%;
	bottom: 0;
	margin: auto;
	/* animation: bound-anim 1s infinite; */
	animation: bound-anim 1s 3.3;

}
@keyframes bound-anim {
	0%,100% {top: 0;transform: scale(1);}
	30% {top: -60%; transform: scale(0.96,1.04);}
	60% {transform: scale(1);}
	90% {top: 0;transform: scale(1.15,0.9);}
}

.jump-shadow{
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: -80px;/*対象のheightと微調節*/
	margin: auto;
	width: 20%;
	height: 10px;
	border-radius: 50%;
	background: #000;
	filter: blur(6px);
	opacity:0.8;
	/* animation: shadow-anim 1s infinite;*/
	animation: shadow-anim 1s 3.3;
}
@keyframes shadow-anim {
	0%,100%  {transform: scale(1);filter: blur(4px);}
	30% {transform: scale(1.6,1);filter: blur(8px);}
}
/* バウンド案(ここまで) */

/* 横プル案(ここから) */
/*
.home_himawari-recruit_message-pic{
	margin: 20px 0;
	animation: shake .3s linear infinite;
}
@keyframes shake{
	0%{
		transform: translatex(0);
	}
	40%{
		transform: translatex(-0.5%);
	}
	80%{
		transform: translatex(0.5%);
	}
	100%{
		transform: translatex(0);
	}
}
*/
/* 横プル案(ここまで) */



.home_himawari-recruit_member{
	text-align: center;
} 
.home_himawari-recruit_member img{
	height: 300px;
	width: auto;
	border-radius: 10% 10% 10% 10%;
}

/* ボタン装飾(ひまわりの想いとclassが同じなので注意) */
.home_himawari-hope_button-bgwrap{
	background-color: #ffffcc;
	border-radius: 25px;
	width: 75%;
	margin: 0 auto;
}
.home_himawari-hope_button-bgwrap p{
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding-top: 3%;
}
.home_himawari-hope_button-flex{
	width: 95%;
	margin: 0 auto;
	padding: 3% 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/*********** 採用情報(ここまで) ***********/



/*********** トップページコンタクト(ここから) ***********/
.home_himawari-contact{
	text-align:center;
	/* background-color: #ffffe0; */
	background-image: url("https://himawari-kumamoto.co.jp/wp-content/uploads/2023/07/cloud_bg.png");
	background-repeat: repeat;
	background-size: 100%;
	border-top: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
	padding: 60px 0 30px 0;
}
/* カラム設定 */
.home_himawari-contact_contact-wrap{
	width: 80%;
 	margin: 0 auto;
 	display: flex;
 	justify-content: space-between;
}
.home_himawari-contact_box{
	margin: 1em 0;
	padding: 1em;
	/*background-color: #fefefe;*/
	background-color: #ffffcc;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
	width: 30%;
	border-radius: 25px;
}
.home_himawari-contact_top-tape{
  display: block;
  background-color: #ccb;
  opacity: 0.2;
  transform: rotate(3deg);
  width: 40%;
  height: 35px;
  margin: -2em auto 0 auto;
  border-left: 3px dotted rgba(0,0,0,.1);
  border-right: 3px dotted rgba(0,0,0,.1);
}

/* フォント設定 */
.home_himawari-contact_contact-name{
	font-size:  0.8rem;
	font-weight: bold;
}
.home_himawari-contact_contact-phone{
	font-size: 25px;
	font-weight: bold;
}
.home_himawari-contact_contact-businessday{
	font-size: 12px;
}
p.home_himawari-contact_contact-businessday{
	margin: 0;
}
.home_himawari-contact_mail{
	font-size: 24px;
	font-weight: bold;
}
p.home_himawari-contact_mail{
	margin: 30px;
}
/*********** トップページコンタクト(ここまで) ***********/


/*********** アクセス(ここから) ***********/
/* 地図を並べる */
.home_himawari-access_wrap{
  margin-top: 60px;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
  text-align: center;
}
.home_himawari-access_nishiki p, .home_himawari-access_sakuragi p{
	font-weight: bold;
}
.home_himawari-access_nishiki_map, .home_himawari-access_sakuragi_map{
	border: 1px solid #333;
	width: 80%;
	height: 400px;
	/* width="600" height="450" */
}

/*********** アクセス(ここまで) ***********/




/************************************
** トップページ(ここまで)
************************************/



/************************************
** スマイルホームひまわりの想い(ここから)
************************************/
/*********** 理念(ここから) ***********/
/*
.himawari-hopepage_idea-columns{
	width: 80%;
	margin: 0 auto;
}
.himawari-hopepage_idea-columns_left{
	background: #fde4e9;
	padding: 12% 20px;
	border-radius: 30px;
	height: auto;
}
.himawari-hopepage_idea-columns_right img{
	border-radius: 30px;
}*/

/* 右側の写真をhtmlから削除しflexを解除  */
/* 
.himawari-hopepage_idea-columns{
 	display: flex;
 	justify-content:space-between; 
	width: 80%;
	height: 50vh;
	margin: 0 auto;
}
.himawari-hopepage_idea-columns_left{
 	width: 50%;
 	height: 100%;
}
.himawari-hopepage_idea-columns_left img{
	padding: 30px;
 	height: auto;
 	width: 95%;
	border-radius: 20px;
	background: #fde4e9;
}
.himawari-hopepage_idea-columns_right{
 	width: 50%;
 	height: auto;
	text-align: center;
}
.himawari-hopepage_idea-columns_right img{
 	height: 100%;
 	width: auto;
 	border-radius: 20px;
}
*/

.himawari-hopepage_idea-columns_left{
	text-align: center;
	margin: 0 auto;
	padding: 30px 20px;
	width: 50%;
	border-radius: 20px;
	background: #fde4e9;
}

/*********** 理念(ここまで) ***********/

/*********** コンセプト(ここから) ***********/
.himawari-hopepage_concept_concept-wrap{
	margin: 60px 0;
}
/* 背景色 */
.home_himawari-hope_concept-contents_wrap{
	background-color: #ffffe0;
	padding: 30px 0;
	width: 95%;
	margin: 0 auto;
}

/* コンセプト3カラムの調整 */
.home_himawari-hope_concept-contents{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.home_himawari-hope_concept-contents_left img, .home_himawari-hope_concept-contents_right img{
  width: 100%;
}
.home_himawari-hope_concept-contents_center img {
  width: 80%;
}
.home_himawari-hope_concept-contents_center{
  text-align: center;
}

/* 中央メッセージ */
.home_himawari-hope_concept-contents_message-box{
  margin: 0 auto;
  width: 100%;
}
.home_himawari-hope_concept-contents_message{
  margin: 0 auto;
  width: 60%;
}
.home_himawari-hope_concept-contents_message p{
  text-align: left;
}

/* 最後の画像 */
.home_himawari-hope_concept-contents_pic-wrap{
  margin: 0 auto;
}
.home_himawari-hope_concept-contents_pic{
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.home_himawari-hope_concept-contents_pic img{
  width: 300px;
  height: auto;
}

/*
.home_himawari-hope_concept-contents_pic_left img{
	clip-path: ellipse(30% 50% at 50% 50%);
}
.home_himawari-hope_concept-contents_pic_center img {
	clip-path: ellipse(50% 40% at 50% 50%);
}
.home_himawari-hope_concept-contents_pic_right img {
	clip-path: ellipse(30% 50% at 50% 50%);
}
*/


.home_himawari-hope_concept-contents_pic_left, .home_himawari-hope_concept-contents_pic_right{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-name: v-move_fromB;
}
.home_himawari-hope_concept-contents_pic_center{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-name: v-move_fromT;
}

@keyframes v-move_fromB {
  0% {
	  transform: translate(0, 30px);
	  clip-path: ellipse(50% 40% at 50% 50%);
  }
  100% {
	  transform: translate(0, 0px);
	  clip-path: ellipse(40% 40% at 50% 50%);
  }
}

@keyframes v-move_fromT {
  0% {
	  transform: translate(0, 0);
	  clip-path: ellipse(40% 40% at 50% 50%);
  }
  100% {
	  transform: translate(0, 30px);
	  clip-path: ellipse(50% 40% at 50% 50%);	  
  }
}


/*********** コンセプト(ここまで) ***********/

/*********** 代表あいさつ(ここから) ***********/
.himawari-hope_concept_president-greeting{
	width: 90%;
	height: auto;
}

.himawari-hope_concept_president_leftblock{
	width: 10%;
}
.himawari-hope_concept_president_rightblock{
	
}


.himawari-hope_concept_president_rightblock p{
	font-size: 1rem;
}
.himawari-hope_concept_president-greeting_title{
	font-size: 16px;
	font-weight: bold;
}
.himawari-hope_concept_president-greeting_ad{
	color: #FDD000;
}
.himawari-hope_concept_president-greeting_lv{
	color: #5AB655;
}
/*********** 代表あいさつ(ここまで) ***********/

/*********** スタッフ紹介(ここから) ***********/
.himawari-hope_concept_staff{
  width: 100%;
}
.himawari-hope_concept_staff-wrap{
  width: 70%;
  height: auto;
  display: flex;
  margin: 0 auto;
}
.himawari-hope_concept_staff-pic{
  width: 50%;
  text-align: center;
}
.himawari-hope_concept_staff-pic img {
  height: 20rem;
  width: auto;
	max-width: 150%;
}
.himawari-hope_concept_staff-greeting{
  width: 50%;
}
.himawari-hope_concept_staff-greeting p{
	font-size: 1rem;
}
.staff-qestion{
	font-weight: bold;
}
.himawari-hope_concept_staff_separate-line{
	margin-top: 20px;
	margin-bottom: 20px;
}


/* 写真遊び(レスポンシブが難しいため廃止) 
.himawari-hope_concept_staff-pic {
  cursor: pointer;
  height: 300px;
  width: 300px;
  margin-inline: auto;
  margin-top: 20px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform .7s;
}
.himawari-hope_concept_staff-pic img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
.himawari-hope_concept_staff-pic img:last-of-type {
  transform: rotateX( 180deg );
}
.himawari-hope_concept_staff-pic:hover {
  transform: rotateX( 180deg );
}
*/

/*********** スタッフ紹介(ここまで) ***********/

/************************************
** スマイルホームひまわりの想い(ここまで)
************************************/




/************************************
** 放課後等デイサービスについて(ここから)
************************************/
/******* 放課後デイサービスとは *******/
.himawari-afterday_about{
	width: 90%;
	margin: 0 auto;
}

/******* 特徴・療育内容 *******/
.himawari-afterday_feature_wap{
	width: 90%;
	margin: 0 auto;
}
.himawari-afterday_feature{
	display: flex;
	justify-content: center;
}
.himawari-afterday_feature-left{
	width: 50%;
}
.himawari-afterday_feature-right{
	width: 50%;
	text-align: center;
}
.himawari-afterday_feature-message{
	color: #ed6d2b;
	font-size: 20px;
}
/*
.himawari-afterday_feature-right_pic{
	height: 300px;
	width: auto;
	clip-path: circle(35% at 50% 50%);
}
*/
.himawari-afterday_feature-right_pic{
	height: auto;
	max-height: 90%;
	width: 65%;
	border-radius: 20px;
}

/* 黄色い枠 */
.himawari-afterday_forfuture_outline{
	background-color: #ffffe0;
	border-radius: 50px 50px 0 0;
 	width: 60%;
 	margin: 0 auto;
 	padding: 30px;
}

/******* 将来に向けて必要な力 *******/ 
.himawari-afterday_forfuture_title{
 	display: flex;
	justify-content: center;
}
.himawari-afterday_forfuture_title img{
	height: 40px;
	width: auto;
	margin: 0 5px 0 0;
	padding-top: 5px;
}

p.himawari-afterday_forfuture_title_p{
	font-size: 24px;
 	font-weight: bold;
	margin-bottom: 30px;
}

/* 8箇条 */
.himawari-afterday_forfuture_outline ul li{
  list-style: none;
  font-size: 18px;
  font-weight: bold;
}
p.eight-point{
	margin-bottom: 5px;
}

/******* 一日の流れ *******/
.himawari-afterday_oneday-flow_wrap{
	width: 80%;
    margin: 0 auto;
	margin-bottom: 30px;
}

/* タブのサイズと配色 */
.orange-tab{
    background: #ed6d2b;
    border: 5px solid #ed6d2b;
}
.orange-tab:hover{
    background: #fff;
    color: #ed6d2b;
    border: 5px solid #ed6d2b;
}
.orange-panel{
    padding: 20px;
    border:solid 3px #ed6d2b;
    border-radius: 0 0 20px 20px;
    width: 99.5%;
    margin: 0 auto;
}
.green-tab{
    background: #96bd0f;
    border: 5px solid #96bd0f;  
}
.green-tab:hover{
    background: #fff;
    color: #96bd0f;
    border: 5px solid #96bd0f;  
}
.green-panel{
    padding: 20px;
    border: solid 3px #96bd0f;
    width: 99.5%;
    border-radius: 0 0 20px 20px;
    margin: 0 auto;
}
.himawari-afterday_oneday-flow_tab-group{
    display: flex;
    justify-content: flex-start; 
    flex-wrap: wrap;
    align-items: flex-end;
}
.himawari-afterday_oneday-flow_tab-group_tab{
    flex-grow: 1;  /* タブを小さくする場合はこっちを削除*/
    /* width: 20%; タブを小さくする場合はこっちを反映*/
    border-radius: 10px 10px 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px;
    padding: 14px 0 12px;
    text-align: center;
     /* transition: 1s; */
    vertical-align: bottom;
	text-decoration: none;
}

/* パネルの設定 */
.himawari-afterday_oneday-flow_panel-group{
    /* min-height: 100px; */
    /* border:solid 1px #CCC; */
    /* border-top: 8px solid #C8E4FF; */
    background-color: #ffffe0;
}
.himawari-afterday_oneday-flow_panel{
    display: none;
}

/* タブとパネルの表示/非表示 */
.himawari-afterday_oneday-flow_tab-group_tab.is-active{
    /* color:#FFF; */
    font-size: 18px;
    /* transition: 1s; */
    opacity: 0.6;
    padding-bottom: 20px;
	text-decoration: none;
}
.himawari-afterday_oneday-flow_panel.is-show{
    display: block;
}

/* 時計+テキストと画像のflex */
.main-flex{
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.main-flex_left{
  width: 48%;
}
.main-flex_right{
  width: 48%;
}

/* 時計とテキストのflex */
.sub-flex{
  display: flex;
  justify-content: space-between;
}
.sub-flex_left{
  width: 30%; 
	margin-top: 1%;
}
.sub-flex_left img{
  height: auto;
  width: 90%;
}
.sub-flex_right{
  width: 60%; 
}
.sub-flex_right p{
  font-size: 18px;
}

/* 画像の調整 */
.main-flex_right{
  text-align: center;
}
.main-flex_right img{
  width: 40%;
  height: auto;
  border-radius: 20px;
  /* box-shadow: -8px 4px 5px #c7e7ff; */
}


/************************************
** 放課後等デイサービスについて(ここまで)
************************************/



/************************************
** ご利用案内(ここから)
************************************/

/************* ご利用の流れ *************/
/* 左カラムサイズ調整 */
div.wp-block-column.himawari-guid_flow-left.is-layout-flow{
	flex-basis: 25%;
}
/* 中カラムサイズ調整 */
div.wp-block-column.himawari-guid_flow-center.is-layout-flow{
	flex-basis: 50%;
}
/* 右カラムサイズ調整 */
.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{
	flex-basis: 20%;
}

/* フローの偶数行をグレー背景 → 2023/0731：デザイン変更によりコメントアウト
.himawari-guid_flow_greyblock{
	background-color: rgba(238, 238, 238, .3);
	height: 250px;
}
*/
.himawari-guid_flow_greenblock{
	background-color: rgba(142, 195, 31, 0.1);
	padding: 20px; 
	margin: 0 20px;
	border-radius: 20px;
	margin-bottom: 0 !important;
}
figure.wp-block-image.aligncenter.size-full.is-resized{
	margin-bottom: 0 !important;
}
.himawari-guid_flow_redblock{
	background-color: rgba(237, 109, 43, 0.1);
	padding: 20px; 
	margin: 0 20px;
	border-radius: 20px;
	margin-bottom: 0 !important;
}
img.wp-image-1304{
	margin-bottom: 0 !important;
}

/* 料金表の調整 */
.himawari-guid_price{
	width: 90%;
	margin: 0 auto;
}
.himawari-guid_price-table{
	text-align: center;
}
.himawari-guid_price-table_title{
	font-weight: bold;
}
.himawari-guid_price-table_whitebk td{
	background-color: #fff;
}
div.himawari-guid_price-table.wp-block-table{
	margin-bottom: 0;
}

/* 2023年度利用者アンケート */
.himawari-guid_questionary{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 1.8em;
	margin-top: 1.8em;
}
.himawari-guid_questionary_title{
	font-size: 1.8rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
p.himawari-guid_questionary_title{
	margin-bottom: 1em !important;
}
.himawari-guid_questionary_flex{
	display: flex;
	justify-content: space-around;
}

p.himawari-guid_questionary_institution_nishiki-title, p.himawari-guid_questionary_institution_nishiki1, p.himawari-guid_questionary_institution_nishiki2,
p.himawari-guid_questionary_institution_sakura-title, p.himawari-guid_questionary_institution_sakura1, p.himawari-guid_questionary_institution_sakura2{
	margin-bottom: 0 !important;
}
.himawari-guid_questionary_institution_nisiki a, .himawari-guid_questionary_institution_sakura a{
	text-decoration: none;
	color: #000;
}


/************************************
** ご利用案内(ここまで)
************************************/




/************************************
** 施設概要(ここから)
************************************/

/* カラムの調整 */
.himawari-facility-summary_nishiki, .himawari-facility-summary_sakuragi{
	width: 95%;
	margin: 0 auto;
	padding-bottom: 60px;
}
.himawari-facility-summary_nishiki_wrap, .himawari-facility-summary_sakuragi_wrap{
	display: flex;
	justify-content: center;
	margin: 30px 0;
}
.himawari-facility-summary_nishiki_left-column, .himawari-facility-summary_sakuragi_left-column{
	width: 50%;
	height: auto;
}
.himawari-facility-summary_nishiki_right-column, .himawari-facility-summary_sakuragi_right-column{
	width: 50%;
	padding: 0 30px;
}


/* iframeマップのサイズ調整 */
.himawari-facility-summary_nishiki-map, .himawari-facility-summary_sakuragi-map{
	width: 100%;
	height: 30vw;
}

/************************************
** 施設概要(ここまで)
************************************/




/************************************
** 事業案内(ここから)
************************************/
.himawari-businessInfo_message{
	width: 60%;
	margin: 0 auto;
}

.maiking-now{
	margin-bottom: 100px;
	margin-bottom: 15vh;
}
.maiking-now p{
	text-align: center;
}
/************************************
** 事業案内(ここまで)
************************************/



/************************************
** お問い合わせ(ここから)
************************************/

/*************** FAQ *****************/
.himawari-contact_FAQ{
	width: 80%;
	margin: 0 auto;
}
.himawari-contact_FAQ_even{
	background-color: rgba(238, 238, 238, 0.5);
}

/* 行単位の高さ調整(縦中央揃え) */
p.himawari-contact_FAQ-question{
	margin-bottom: 1rem;
	line-height: 2rem;
	font-weight: bold;
}
p.himawari-contact_FAQ-answer{
	margin-bottom: 1rem;
	line-height: 2rem;
}

/* QとAのアイコン調整*/
.himawari-contact_FAQ-question{
	height: auto;
 	padding: 0 0 0 35px;
 	background-image: url(https://himawari-kumamoto.co.jp/wp-content/uploads/2023/07/Q-1.png);
 	background-repeat: no-repeat;
 	background-position: left;
 	background-size: 1.5em auto;
}
.himawari-contact_FAQ-answer{
	height: auto;
 	padding: 0 0 0 35px;
 	background-image: url(https://himawari-kumamoto.co.jp/wp-content/uploads/2023/07/A-1.png);
 	background-repeat: no-repeat;
 	background-position: left;
 	background-size: 1.5em auto;
}
/* QA間のマージン指定 */
.himawari-contact_FAQ_odd, .himawari-contact_FAQ_even{
	margin-bottom: 2.5rem;
}

/*********** お問い合わせフォーム ***********/
/* 全幅指定 */
.full-width {
    margin: 0 calc(50% - 50vw);
    padding: 2em calc(50vw - 50%);
}
/* pタグの余白を削除 */
.wpcf7-form p {
    margin-bottom: 0;
}
/* 背景色（お好きな色に） */
section.contact {
    background-color: #EDF7EF;
}
/*  フォームの幅（自由に変えてOK） */
.contactForm {
    max-width: 700px;
    margin: 0 auto;
}
.contactForm h2{
	background-color: transparent;
	text-align: center;
}
/* 各項目の下部余白 */
.contact_item {
	margin-bottom: 2.5rem;
}
/* 項目名 */
.label {
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
	margin-bottom: .8rem;
    font-weight: bold;
}
/* 必須タグと任意タグ共通のスタイル */
.label_tag {
    font-size: 1rem;
    color: #ffffff;
    border-radius: .3rem;
    margin-right: 1rem;
    padding: 5px 10px;
}
/* 必須タグ */
.label_must {
    background-color: #ed6d2b;
}
/* 任意タグ */
.label_option {
    background-color: #888988;
}
/* 名前やメールアドレスなどユーザーが入力する箇所 */
.inputs {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"],input[type="email"] {
    border: solid 1px #707070;
    padding: .5rem;
    font-size: 1.8rem;
}
/* お問い合わせ内容を入力する箇所 */
textarea.form-control {
    border: solid 1px #707070;
    padding: .5rem;
    height: 207px;
    font-size: 1rem;
}
/* ボタン */
.btnArea {
    text-align: center;
}
/* 戻るボタン */
input[type="button"]{
    background: #ed6d2b;
    border: 2px solid #ffffff;
    width: 280px;
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: .5em;
    text-indent: .5em;
    font-weight: bold;
    padding: 1rem 0;
	margin: 10px 0 30px 0;
    cursor: pointer;
    border-radius: .3rem;
    transition: all .3s;
}
/* 戻るボタンにホバーした時 */
input[type="button"]:hover {
    color: #ed6d2b;
    background-color: #ffffff;
    border-color: #ed6d2b;
}

/* 送信するボタン */
input[type="submit"]{
    background: #ed6d2b;
    border: 2px solid #ffffff;
    width: 280px;
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: .5em;
    text-indent: .5em;
    font-weight: bold;
    padding: 1rem 0;
	margin: 10px 0 30px 0;
    cursor: pointer;
    border-radius: .3rem;
    transition: all .3s;
    
}
/* 送信するボタンにホバーした時 */
input[type="submit"]:hover {
    color: #ed6d2b;
    background-color: #ffffff;
    border-color: #ed6d2b;
}
/* ローダー */
.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
}
.wpcf7-spinner{
	display: none;
}


/* reCAPTCHA */
.grecaptcha-badge {
    bottom: 80px !important;
}

/************************************
** お問い合わせ(ここまで)
************************************/



/************************************
** プライバシーポリシー(ここから)
************************************/
.entry-content{
	width: 90%;
	margin: 0 auto;
}
/************************************
** プライバシーポリシー(ここまで)
************************************/


/************************************
** お知らせ(ここから)
************************************/
.wp-block-latest-posts.wp-block-latest-posts__list{
	width: 80%;
	margin: 0 auto;
}

/************************************
** お知らせ(ここまで)
************************************/




/************************************
** Gallery(ここから)
************************************/
form.post-password-form{
	width: 80%;
	margin: 0 auto;
}
/************************************
** Gallery(ここまで)
************************************/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/****** トップページひまわりの想いの文字幅調整 ******/ 
/*1605px以下*/
@media screen and (max-width: 1605px){
  /*必要ならばここにコードを書く*/
	.home_himawari-hope_h2_font h2{
		font-size: 14px;
	}
} /*1605px以下*/
/*1125px以下*/
@media screen and (max-width: 1125px){
  /*必要ならばここにコードを書く*/
	.home_himawari-hope_h2_font h2{
		font-size: 10px;
	}
} /*1125px以下*/
/*1040px以下*/
@media screen and (max-width: 1040px){
  /*必要ならばここにコードを書く*/
	.home_himawari-hope_h2_font h2{
		padding: 0 100px;
	}
} /*1040px以下*/
/****** トップページひまわりの想いの文字幅調整 ******/ 


/*1460px以下*/
@media screen and (max-width: 1460px){
  /*必要ならばここにコードを書く*/
/* コーナー背景黄色バージョン */
	.home_himawari-hope_center{
		width: 100%;
	}

} /*1460px以下*/


/*1067px以下(ヘッダー調整専用：２行を回避)*/
@media screen and (max-width: 1067px){
  /*必要ならばここにコードを書く*/
	#navi-in > ul li {
		width: 120px;
	}
	#menu-item-52{
		display: none;
	}
} /*1067px以下*/


/*1024px以下*/
@media screen and (max-width: 1024px){
  /*必要ならばここにコードを書く*/
	.body{
		font-size: 12px;
	}
	.logo-menu-button img{
		max-width: 50px;
	}
	/************************************
	** トップページ(ここから)
	************************************/
	/************ ヘッダー(ここから) ************/
	 	#navi-in{
		display: none;
	}
	/************ ヘッダー(ここまで) ************/
	
	/************ 全体装飾(ここから) ************/
	.h2_ribbon h2 {
		padding: 0 50px;
		width: auto;
		font-size: 12px;
	}
	.h2_ribbon2 h2 {
		padding: 0 20px;
	}
	
	.home_himawari-hope_button {
		font-size: 12px;
		padding: 15px 30px 15px 30px;
	}
	.himawari-hopepage_topview_title{
		font-size: 32px;
	}
	/************ 全体装飾(ここまで) ************/
	
	
	/************ ファーストビュー(ここから) ************/
	/* スライドショーのフレーム */
	.fview_main-contents_slideshow {
		width: 100%;
		height: auto;
	}
	.fview_main-contents_slideshow img {
		border-radius: 25px 25px 0 0;
	}
	
	/* slickの設定 */
	.slick-prev, .slick-next{
		background-color: transparent;
	}
	.slick-prev:before, .slick-next:before {
		color: transparent;
	}
	/* メッセージ */
	.fview_main-contents_message-name{
		top: 10%;
		left: 10%;
		font-size: 48px;
		font-weight: bold;
　　}
	
	/* 「遊」 */
	.fview_main-contents_message-char1{
		top: 9%;
		left: 70%;
	}
	span.fview_main-contents_message-char1{
		font-size: 100px;
	}
	
	/* 「育」 */
	.fview_main-contents_message-char2{
		top: 40%;
		left: 75%;
	}
	span.fview_main-contents_message-char2{
		font-size: 100px;
	}
	
	/* 右側のボタン(トップページのみ) */	
	.fview_right-content-toppage {
		right: -2px;
	}
	/* 右側のボタン */
	.fview_right-content {
		right: -10px;
	}
	.fview_right-content__btn li {
		width: 40px;
		height: 100px;
	}

	/* 上のボタン */
	.fview_right-content__contect a {
		font-size: 12px;
	}

	/* 下のボタン */
	.fview_right-content__recruit a {
		font-size: 12px;
	}	
	.drawer.action{
		height: 100%;
		width: 200%;
	}

	/************ ファーストビュー(ここまで) ************/
	
	/************ スマイルホームひまわりとは(ここから) ************/
	.home_himawari-about_message p{
		width: 80%;
		font-size: 12px;
	}
	.home_himawari-about_wap{
		width: 100%;
		display: block;
	}
	.home_himawari-about_left{
		display: none;
	}
	.home_himawari-about_center{
		width: 60%;
		margin: 0 auto;
	}
	.home_himawari-about_right{
		/* width: 60%;
		margin: 0 auto;
		*/
		display: none;
	}
	/************ スマイルホームひまわりとは(ここまで) ************/
	
	/************ スマイルホームひまわりの想い(ここから) ************/
	.home_himawari-hope {
		padding: 30px 0 10px 0;
	}
	/* 両端のフラグ調整 */
	.home_himawari-hope_left{
		width: 40%;
	}
	.home_himawari-hope_right{
		width: 40%;
	}
	
	.home_himawari-hope_center p{
		font-size: 12px;
	}
	/* 中央文章 */
	.himawari-hope_concept_staff-greeting{
		width: 100%;
	}
	.home_himawari-hope_center-message{
		width: 80%;
		margin: 0 auto;
		font-size: 12px;
	}
	
	/************ スマイルホームひまわりの想い(ここまで) ************/

	/************ お知らせ(ここから) ************/
	/* フラグ画像の調整 */
	.home_himawari-news_flagline{
		margin: 0;
	}
	.home_himawari-news_flagline img{
 	 	width: 100%;
	 	height: auto;
	}
	
	/* お知らせ調整 */
	.home_himawari-news_newlist {
		width: 80%;
		margin: 0 auto;
	}
	.home_himawari-news_newlist .widget-entry-card {
		font-size: 12px;
	}
	.home_himawari-news_newlist img{
		width: 100px;
		height: auto;
	}
	/************ お知らせ(ここまで) ************/

	/************ 採用情報(ここから) ************/
	/* 中央カラム */
	.home_himawari-recruit_grid{
 		padding-top: 20px;
  		display: block;
	}
	.home_himawari-recruit_message{
		width: 90%;
		margin: 0 auto;
		font-size: 12px;
	}
	.home_himawari-recruit_member{
		margin-top: 30px;
	}
	.home_himawari-recruit_member img{
		height: auto;
		width: 80%;
		border-radius: 10px;

	}
	/************ 採用情報(ここまで) ************/
	
	/************ トップページコンタクト(ここから) ************/
	.home_himawari-contact{
		padding: 30px 0 5px 0;
	}
	/* カラム解除 */
	.home_himawari-contact_contact-wrap{
	 	display: block;
	}
	.home_himawari-contact_box{
		width: 100%;
		margin-bottom: 30px;
	}

	/* フォント設定 */
	.home_himawari-contact_contact-name{
		font-size: 12px;
	}
	.home_himawari-contact_contact-phone{
		font-size: 18px;
	}
	.home_himawari-contact_contact-businessday{
		font-size: 12px;
	}
	.home_himawari-contact_mail{
		font-size: 16px;
		font-weight: bold;
	}
	p.home_himawari-contact_mail{
		margin: 10px;
	}
	/************ トップページコンタクト(ここまで) ************/
	
	/************ アクセス(ここから) ************/
	/* 地図を並べる */
	.home_himawari-access_wrap{
		margin-top: 0px;
		display: block;
		text-align: center;
	}
	.home_himawari-access_nishiki, .home_himawari-access_sakuragi{
		margin-top: 30px;
	}
	.home_himawari-access_nishiki p, .home_himawari-access_sakuragi p{
		font-weight: bold;
		margin-bottom: 15px;
	}
	iframe{
		border: 5px solid #333;
	}
	/************ アクセス(ここまで) ************/
	
	/************ フッター(ここから) ************/
	.footer-widgets{
		display: flex;
	}
	.footer-widgets{
	
	}
	.footer-center_address {
		font-size: 12px;
		font-weight: normal;
	}
	/************ フッター(ここまで) ************/
	/************************************
	** トップページ(ここから)
	************************************/
	
	
	
	/************************************
	** スマイルホームひまわりの想い(ここから)
	************************************/
	h2.hope-titlefont{
		font-size: 12px;
	}
	
	/* スマイルホームひまわりの理念 */
	/*
	.himawari-hopepage_idea-columns{
 		display: block;
		height: 100%;
 	}
	.himawari-hopepage_idea-columns_left{
 		position: static;
 		width: 100%;
 		height: 80%;
		margin-bottom: 30px;
	}
	.himawari-hopepage_idea-columns_left img{
 		position: static;
 		height: auto;
 		width: 100%;
 		padding: 30px;
 		top: 0;
 		transform: translateY(0); 
	}
	.himawari-hopepage_idea-columns_right{
 		width: 100%;
	}
	.himawari-hopepage_idea-columns_right img{
 		height: auto;
	 	width: 100%;
	}
	*/
	.himawari-hopepage_idea-columns_left{
 		width: 80%;
	}
	
	/* 中央メッセージ */
	.home_himawari-hope_concept-contents_message{
		font-size: 12px;
		width: 80%;
	}

	/* 人物図のサイズ調整 */
	img.wp-image-1267 {
		width: 200px;
		height: auto;
	}
	img.wp-image-821, img.wp-image-824, img.wp-image-822, img.wp-image-823{
		width: 150px;
		height: auto;
	}

	.himawari-hope_concept_president-greeting{
		margin: 0 auto;
	}
	.himawari-hope_concept_president_rightblock p{
		font-size: 12px;
	}
	
	
	/* スタッフ紹介 */
	.himawari-hope_concept_staff-wrap{
		width: 90%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.himawari-hope_concept_staff-pic{
		width: 100%;
	}
	.himawari-hope_concept_staff-pic img {
		height: 10rem;
		width: auto;
	}
	.himawari-hope_concept_staff-message{
		width: 100%;
	}
	.himawari-hope_concept_staff-greeting p{
		width: 50%;
		margin: 0 auto;
		font-size: 12px;
	}
	.himawari-hope_concept_staff_separate-line{
		width: 80%;
		height: auto;
		margin: 0 auto;
	}
	/************************************
	** スマイルホームひまわりの想い(ここまで)
	************************************/
	
	/************************************
	** 放課後等デイサービスについて(ここから)
	************************************/
	.himawari-afterday_about{
		font-size: 12px;
		width: 90%;
		margin: 0 auto;
	}
	
	/***** 特徴・療育内容 *****/
	/* flex解除 */
	.himawari-afterday_feature{
		display: block;
	}
	/* メッセージサイズ調整 */
	.himawari-afterday_feature-left{
		width: 90%;
		margin: 0 auto;
		font-size: 12px;
	}
	.himawari-afterday_feature-left p{
		margin-bottom: 0;
	}
	.himawari-afterday_feature-message{
		font-size: 16px;
	}
	
	/* 写真調整 */
	.himawari-afterday_feature-right{
		width: 100%;
		text-align: center;
	}
	.himawari-afterday_feature-right_pic{
		clip-path: circle(40% at 50% 50%)
	}
	
	/* 黄色い枠 */
	.himawari-afterday_forfuture_outline{
		border-radius: 25px;
 		padding: 30px 5px 10px 5px;
	}
	
	/***** 将来に向けて必要な力 *****/
	.himawari-afterday_forfuture_title img{
		height: 30px;
		width: auto;
		margin: 0 5px 0 0;
		padding-top: 5px;
	}
	p.himawari-afterday_forfuture_title_p{
		font-size: 16px;
	}
	
	/* 8箇条 */
	.himawari-afterday_forfuture_outline ul li{
  		font-size: 12px;
		font-weight: bold;
	}
	
	/***** 一日の流れ *****/
	/* 時計+コメントと写真のflexを解除 */
	.main-flex{
  		display: block;
		margin-bottom: 100px;
	}
	
	/* 時計+コメントの横幅調整 */
	.main-flex_left{
		width: 100%;
	}
	/* 時計のサイズ調整 */
	.sub-flex_left img{
 		height: auto;
  		width: 60%;
	}
	/* コメントのサイズ調整 */
	.sub-flex_right p{
		font-size: 1.2rem;
	}
	
	/* 写真のサイズ調整 */
	.main-flex_right{
		width: 60%;
		height: auto;
		margin: 0 auto;
	}
	.main-flex_right img{
		width: 100%;
		height: auto;
		border-radius: 20px;
 		/* box-shadow: -8px 4px 5px #c7e7ff; */
	}
	
	/************************************
	** 放課後等デイサービスについて(ここまで)
	************************************/
	
	
	/************************************
	** ご利用案内(ここから)
	************************************/
	/* 右側の写真を削除 */
	.himawari-guid_flow-right{
		display: none;
	}
	/* stepを小さく */
	div.wp-block-column.himawari-guid_flow-left.is-layout-flow {
		flex-basis: 10%;
		width: 10%;
	}
	.himawari-guid_flow-center p, span.fz-24px{
		font-size: 12px;
	}
	.himawari-guid_flow_greyblock{
		height: auto;
	}
	img.wp-image-1289{
		height: 80px;
		width: auto;
	}
	img.wp-image-1304{
		height: 110px;
		width: auto;
	}
	.himawari-guid_flow_greenblock, .himawari-guid_flow_redblock{
		height: auto;
	}
	.himawari-guid_flow-left-step img{
		height: auto !important;
	}
	.himawari-guid_questionary_title{
		font-size: 1rem;
	}
	/************************************
	** ご利用案内(ここまで)
	************************************/

	
	/************************************
	** 施設概要(ここから)
	************************************/
	/* 錦ケ丘と桜木のflexを解除 */
	.himawari-facility-summary_nishiki_wrap, .himawari-facility-summary_sakuragi_wrap{
		display: block;
		margin: 0;
	}
	.himawari-facility-summary_nishiki_left-column, .himawari-facility-summary_sakuragi_left-column{
		width: 100%;
		margin: 0 auto;
	}
	.himawari-facility-summary_nishiki_right-column, .himawari-facility-summary_sakuragi_right-column{
		width: 100%;
	}
	/* iframeマップのサイズ調整 */
	.himawari-facility-summary_nishiki-map, .himawari-facility-summary_sakuragi-map{
		height: 50vw;
	}
	.himawari-facility-summary_nishiki_right-column, .himawari-facility-summary_sakuragi_right-column {
		padding: 0;
	}
	/************************************
	** 施設概要(ここまで)
	************************************/
	
} /*1024px以下ここまで*/










/*864px以下*/
@media screen and (max-width: 864px){
  /*必要ならばここにコードを書く*/
  
	.footer-center{
		display: none;
	}
	.navi-footer-in > .menu-footer {
		display: block;
	}
	
	/************ ファーストビュー(ここから) ************/
	/* メッセージ */
	.fview_main-contents_message-name{
		top: 10%;
		left: 10%;
		font-size: 32px;
		font-weight: bold;
　　}
	
	/* 「遊」 */
	.fview_main-contents_message-char1{
		top: 9%;
		left: 70%;
	}
	span.fview_main-contents_message-char1{
		font-size: 54px;
	}
	
	/* 「育」 */
	.fview_main-contents_message-char2{
		top: 40%;
		left: 75%;
	}
	span.fview_main-contents_message-char2{
		font-size: 54px;
	}
	/************ ファーストビュー(ここまで) ************/
	
	/************ 放課後デイサービス等について(ここから) ************/
	.himawari-afterday_forfuture_outline ul{
		padding-right: 5%;
	}
	/************ 放課後デイサービス等について(ここまで) ************/
	
} /*864px以下ここまで*/




/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	/* ひまわりのライン */
	.fview_under-content{
		bottom: -6px;
	}
	.himawari-hopepage_topview_title{
		font-size: 28px;
	}

	
}

/*630px以下*/
@media screen and (max-width: 630px){
  /*必要ならばここにコードを書く*/
	/************ ファーストビュー(ここから) ************/
	.drawer.action{
		height: 65%;
		width: 150%;
	}
	.drawer.action ul a{
		font-size: 12px;
		margin-bottom: 0.1rem;
	}
	/************ ファーストビュー(ここまで) ************/

	/************ 放課後等デイサービスについて(ここから) ************/
	/******* 将来に向けて必要な力 *******/ 
	/* 8箇条 */
	.himawari-afterday_forfuture_outline{
		width: 95%;
	}
	/************ 放課後等デイサービスについて(ここから) ************/
	
	/* 一日の流れ - コメントのサイズ調整 */
	.sub-flex_right p{
		font-size: 1rem;
	}
	/************ 放課後デイサービス等について(ここまで) ************/

}

/*590px以下*/
@media screen and (max-width: 590px){
	/************ ファーストビュー(ここから) ************/
	/* メッセージ */
	.fview_main-contents_message-name{
		font-size: 28px;
　　}
	/* 「遊」 */
	.fview_main-contents_message-char1{
		left: 78%;
	}
	span.fview_main-contents_message-char1{
		font-size: 42px;
	}
	/* 「育」 */
	.fview_main-contents_message-char2{
		left: 80%;
	}
	span.fview_main-contents_message-char2{
		font-size: 42px;
	}
	
	/* 採用情報 */
	.home_himawari-hope_button-flex{
		display: block;
	}
	/************ ファーストビュー(ここまで) ************/
}


/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.himawari-hopepage_topview_title{
		font-size: 18px;
	}

	/************ ファーストビュー(ここから) ************/
	/* メッセージ */
	.fview_main-contents_message-name{
		top: 10%;
		left: 10%;
		font-size: 18px;
		font-weight: bold;
　　}
	.fview_main-contents_message-name_yu{
		text-shadow: 1px 1px 1px #fff;
	}
	.fview_main-contents_message-name_iku{
		text-shadow: 1px 1px 1px #fff;
	}
	span.fview_main-contents_message-char1{
		text-shadow: 2px 2px 3px #fff; 
	}
	span.fview_main-contents_message-char2{
		text-shadow: 2px 2px 3px #fff; 
	}

	
	/* 「遊」 */
	.fview_main-contents_message-char1{
		top: 9%;
		left: 70%;
	}
	span.fview_main-contents_message-char1{
		font-size: 32px;
	}
	
	/* 「育」 */
	.fview_main-contents_message-char2{
		top: 40%;
		left: 75%;
	}
	span.fview_main-contents_message-char2{
		font-size: 32px;
	}
	/* ボタン共通 */
	.fview_right-content__btn a {
    	width: 100%;
		height: 90px;
	}
	.fview_right-content__btn li {
    	width: 30px;
		height: 10%;
	}
	.fview_right-content__btn a {
		padding-right: 2px;
	}
	.fview_right-content__contect a, .fview_right-content__recruit a {
    	font-size: 8px;
	}
	.fview_right-content__btn li:not(:last-of-type) {
    	margin-bottom: 0;
	}
	/* ドロワー調整 */
	.drawer {
		position: absolute;
		top: 65%;
		right: 0;
		width: 200%;
		height: 90%;
		background-color: #f2984f;
		-webkit-transform: translateX(251px);
		transform: translateX(251px);
		-webkit-transition: ease .5s;
		transition: ease .5s;
		z-index: 10;
		display: none;
	}
	.drawer.action{
		height: 80%;
		width: 200%;
	}
	.drawer.action ul{
		margin-top: 8%;
	}
	.drawer.action ul a{
		font-size: 10px;
		margin-bottom: 0.2rem;
		height: 20px;
	}
	a.menu-trigger.action {
		height: auto;
	}
	
	/* ひまわりのライン */
	.fview_under-content{
		bottom: -5px;
	}
	
	/************ ファーストビュー(ここまで) ************/
	

	/************ スマイルホームひまわりの想い(ここから) ************/
	.h2_ribbon2 h2 {
		padding: 0 50px;
	}
	.home_himawari-hope_left{
		/*width: 30%;*/
		display: none;
	}
	.home_himawari-hope_right{
		/*width: 30%;*/
		display: none;
	}
	.home_himawari-hope_h2_font h2{お知らせ(ここから)　　
		font-size: 12px;
	}
	.home_himawari-hope_center{
		width: 100%;
	}
	.home_himawari-hope_center p span {
		font-size: 18px;
	}
	/************ スマイルホームひまわりの想い(ここまで) ************/
	
	/************ 走るやつ(ここから) ************/
	.home_himawari-running-wrap{
 		height: 2rem;
	}
	/************ 走るやつ(ここまで) ************/

	/* お知らせ(ここから) */
	.news-list li .news_title {
		font-size: 12px;
	}
	/* お知らせ(ここまで) */
	
	/************************************
	** トップページ(ここまで)
	************************************/

	
	/************************************
	** スマイルホームひまわりの想い(ここから)
	************************************/	
	.himawari-hope_concept_staff-greeting p{
		width: 80%;
		font-size: 12px;
	}
	/************************************
	** スマイルホームひまわりの想い(ここまで)
	************************************/

	
	/************************************
	** 放課後デイサービス等について(ここから)
	************************************/
	.himawari-hopepage_topview_title {
		font-size: 16px;
	}
	.himawari-afterday_forfuture_outline ul li {
		font-size: 8px;
	}

	/******* 一日の流れ *******/
	.main-flex{
  		display: block;
		margin-bottom: 10px;
	}
	
	/* タブのサイズ調整 */
	.himawari-afterday_oneday-flow_tab-group_tab{
		flex-grow: 1;  /* タブを小さくする場合はこっちを削除*/
		/* width: 20%; タブを小さくする場合はこっちを反映*/
		font-size: 12px;
    	margin: 0 5px;
		padding: 2px 0 2px;
	}
	.himawari-afterday_oneday-flow_tab-group_tab.is-active{
		font-size: 14px;
		padding-bottom: 2px;
	}
	.orange-tab:hover{
    	border: 3px solid #ed6d2b;
	}
	.orange-panel{
		padding: 20px;
		border:solid 3px #ed6d2b;
	}
	.green-tab{
		background: #96bd0f;
		border: 5px solid #96bd0f;  
	}
	.green-tab:hover{
		background: #fff;
		color: #96bd0f;
		border: 3px solid #96bd0f;  
	}
	.green-panel{
		padding: 20px;
		border: solid 3px #96bd0f;
	}
	
	/* コメントのサイズ調整 */
	.sub-flex_right p{
		font-size: 0.8rem;
		margin-bottom: 0;
	}
	.sub-flex_left{
		width: 30%; 
	}
	.sub-flex_left img{
		height: auto;
		width: 90%;
	}
	.sub-flex_right{
		width: 70%; 
	}
	/************************************
	** 放課後デイサービス等について施設概要(ここまで)
	************************************/	
	
	
	/************************************
	** 施設概要(ここから)
	************************************/
	.himawari-facility-summary_nishiki_right-column, .himawari-facility-summary_sakuragi_right-column{
		font-size: 12px;
	}

	/************************************
	** 施設概要(ここまで)
	************************************/
	
	/************************************
	** お知らせ(ここから)
	************************************/
	.wp-block-latest-posts__featured-image.alignleft{
		/* display: none; */
		float: none;
	}
	
	.wp-block-latest-posts.wp-block-latest-posts__list li{
		border-bottom: 5px dotted #5AB655;
		margin-bottom: 30px;
	}
	.wp-block-latest-posts__post-title,
	.wp-block-latest-posts__post-date,
	.wp-block-latest-posts__post-excerpt{
		margin-left: 20px;
	}
	/************************************
	** お知らせ(ここまで)
	************************************/
	
	/* reCAPTCHA */
	.grecaptcha-badge {
		display: none;
	}
	
	
	/************************************
	** フッター(ここから)
	************************************/	
	.footer-right{
		display: none;
	}
	.footer-bottom {
		font-size: 10px;
	}
	#footer.footer.footer-container {
		background-image: url(https://himawari-kumamoto.co.jp/wp-content/uploads/2023/07/footer_back.png);
		background-size: cover;
		background-position: left bottom;
		width: 100vw;
		height: 30%;
		background-repeat: no-repeat;
	}
	.footer-left img {
    	height: auto !important;
		width: 50% !important;
		margin-left: 0 !important;;
	}
	/************************************
	** フッター(ここまで)
	************************************/	
}



/*350px以下*/
@media screen and (max-width: 350px){
	/************ ファーストビュー(ここから) ************/
	/* メッセージ */
	.fview_main-contents_message-name{
		font-size: 16px;
　　}
	/* 「遊」 */
	.fview_main-contents_message-char1{
		left: 78%;
	}
	span.fview_main-contents_message-char1{
		font-size: 24px;
	}
	/* 「育」 */
	.fview_main-contents_message-char2{
		left: 80%;
	}
	span.fview_main-contents_message-char2{
		font-size: 24px;
	}
	/* ボタン共通 */
	.fview_right-content__btn a {
		height: 18%;
	}
	/* ドロワー調整 */
	.drawer{
		top: 68%;
	}
	.drawer.action {
		width: 200%;
	}
	.article ul, .article ol {
    	padding-left: 20px;
	}
	.drawer.action ul {
		margin-top: 10%;
	}
	/* ハンバーガーボタンを「×」に変える */
	a.menu-trigger.action:before {
  		font-size: 1rem;
	}
	/************ ファーストビュー(ここまで) ************/	
	
	.home_himawari-hope_h2_font h2 {
    	font-size: 10px;
	}
	
	/************ 放課後等デイサービスについて(ここから) ************/
	/******* 将来に向けて必要な力 *******/ 
	p.himawari-afterday_forfuture_title_p{
		font-size: 18px;
	}
	/************ 放課後等デイサービスについて(ここまで) ************/
}
