@charset "utf-8";
.wakub {
	position: fixed;
	z-index: 100;
	border-color: #FFF;
	transition-duration: 0.5s;
	transition-timing-function: linear;
}
#waku01 {
	border-width: 1px 0 0 0;
	border-style: solid;
	left: 15%;
	top: 15vh;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: aaa;
	animation-name: aaa;
	width: 70%;
}
#waku02 {
	border-width: 0 1px 0 0;
	border-style: solid;
	right: 15%;
	top: 15vh;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bbb;
	animation-name: bbb;
	height: 70vh;
}
#waku03 {
	border-width: 0 0 1px 0;
	border-style: solid;
	right: 15%;
	bottom: 15vh;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: aaa;
	animation-name: aaa;
	width: 70%;
}
#waku04 {
	border-width: 0 0 0 1px;
	border-style: solid;
	left: 15%;
	bottom: 15vh;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bbb;
	animation-name: bbb;
	height: 70vh;
}
/*
@keyframes aaa {
  from {
    width:0;
  }

  to {
    width:70%
  }
}

@keyframes bbb {
  from {
    height:0;
  }

  to {
    height:70vh
}
}

*/
/*second*/
.waku.secondAD {
	border-color: #54FF7C;
}
/*third*/
.waku.thirdAD {
	border-color: #FF0003;
}
.waku.thirdAD#waku01 {
	left: 0;
	width: 85% !important;
}
.waku.thirdAD#waku02 {
	top: 0;
}
.waku.thirdAD#waku03 {
	right: 0;
	width: 65% !important;
}
.waku.thirdAD#waku04 {
	left: 35%;
	bottom: 0;
	height: 50vh !important;
}
/*force*/
.waku.forceAD {
	border-color: #CCC;
}
.waku.forceAD#waku01 {
	left: 2.5%;
	width: 45% !important;
}
.waku.forceAD#waku02 {
	right: 52.5%;
}
.waku.forceAD#waku03 {
	right: 52.5%;
	width: 45% !important;
}
.waku.forceAD#waku04 {
	left: 2.5%;
}
/*fifth*/
.waku.fifthAD {
	border-color: #FFF;
}
.waku.fifthAD#waku01 {
	transform: rotate(-45deg);
	width: 10vw !important;
	top: calc(50vh - 3.535vw);
	left: calc(50% - 5vw - 3.535vw);
	/*さんかくかんすう！*/
	border-width: 2px;
}
.waku.fifthAD#waku02 {
	transform: rotate(-45deg);
	height: 10vw !important;
	top: calc(50vh - 3.535vw - 5vw);
	right: 46vw;
	border-width: 2px;
}
.waku.fifthAD#waku03 {
	transform: rotate(-45deg);
	width: 10vw !important;
	bottom: calc(50vh - 3.535vw);
	right: calc(50% - 5vw - 3.535vw);
	border-width: 2px;
}
.waku.fifthAD#waku04 {
	transform: rotate(-45deg);
	height: 10vw !important;
	bottom: calc(50vh - 3.535vw - 5vw);
	left: 46vw;
	border-width: 2px;
}
/*微調整*/
.waku.fifthAD#waku01 {}
.waku.fifthAD#waku02 {
	top: calc(50vh - 3.51vw - 5vw);
}
.waku.fifthAD#waku03 {
	bottom: calc(50vh - 3.60vw);
}
.waku.fifthAD#waku04 {}
/*six*/
.waku.sixthAD {
	border-color: #DCDCDC;
}
.waku.sixthAD#waku01 {
	left: calc(50% - 300px);
	width: 600px !important;
	top: 25vh;
}
.waku.sixthAD#waku02 {
	right: calc(50% - 300px);
	height: 50vh;
	top: 25vh;
}
.waku.sixthAD#waku03 {
	right: calc(50% - 300px);
	width: 600px !important;
	bottom: 25vh;
}
.waku.sixthAD#waku04 {
	left: calc(50% - 300px);
	height: 50vh;
	bottom: 25vh;
}
/*seven*/
.waku.seventhAD {
	border-color: #DCDCDC;
}
.waku.seventhAD#waku01 {
	left: 2.5%;
	width: 95% !important;
	top: 15vh;
}
.waku.seventhAD#waku02 {
	right: 2.5%;
	height: 70vh !important;
	top: 15vh;
}
.waku.seventhAD#waku03 {
	right: 2.5%;
	width: 95% !important;
	bottom: 15vh;
}
.waku.seventhAD#waku04 {
	left: 2.5%;
	height: 70vh !important;
	bottom: 15vh;
}
/*end*/
.waku.endAD {
	border-color: rgba(0, 0, 0, 0);
}
/*
.waku.endAD#waku01 {
	width:10vh!important;
	top:42vh;
	right:54.4vh;
	left:auto;
}
.waku.endAD#waku02 {
	height:10vh!important;
	top:42vh;
	right:54.4vh;
}
.waku.endAD#waku03 {
	width:10vh!important;
	bottom:calc(48vh);
	right:54.4vh;
	left:auto;
}
.waku.endAD#waku04 {
	height:10vh!important;
	bottom:calc(48vh);
	right:calc(54.4vh + 10vh);
	left:auto;
}
*/
.waku#waku_wrap {
	opacity: 1;
	transition-duration: 0.8s;
	transition-timing-function: linear;
	transition-delay: 1s;
	position: relative;
	z-index: 100;
}
.waku.endAD#waku_wrap {
	opacity: 0;
}
/*
#end:after {
	content:"";
	position:absolute;
	width:10vh;
	height:10vh;
	right:54.4vh;
	top:42vh;
	background-color:#0f5fad;
	opacity:0.0001;
	transition-duration: 0.8s;
	transition-timing-function: linear;
	transition-delay: 1s;
}
*/
#end.on:after {
	opacity: 0;
}
/*--施設紹介 ---------------------*/
.disp_pc {
	display: block;
}
.disp_sp {
	display: none;
}
#m_fac_main {
	width: 1500px;
	max-width: 100%;
	padding: 5rem 5%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-flow: flex-wrap;
	-webkit-flex-flow: flex-wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
}
#m_fac_main_right {
	width: 68%;
	margin-left: 2%;
}
#side_link {
	width: 30%;
	background: #f5f5f5;
	padding: 0 0 1rem;
}
#side_link h2 {
	width: 100%;
	padding: 0.3rem 1rem;
	text-align: center;
	background: #5F5F5F;
	color: #FFF;
	margin-bottom: 1.5rem;
	font-size: 1.3rem;
	letter-spacing: 0.2rem;
}
#side_link ul {
	position: sticky;
	top: 0;
	width: 100%;
	padding: 0 1.5rem;
}
#side_link li {
	width: 100%;
	margin-bottom: 1.5rem;
	position: relative;
}
#side_link li div {
	width: 100%;
}
#side_link li a {
	width: 100%;
	display: block;
	color: #000;
	padding: 0.3rem 1rem;
	font-size: 0.9rem;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
#side_link li a:hover {
	background: #FF9E00 !important;
	color: #FFF !important;
}
#side_link li a:nth-of-type(1) {
	background: rgba(209, 240, 241, 0.9);
}
#side_link li a:nth-of-type(2),
#side_link li a:nth-of-type(3) {
	background: rgba(255, 237, 237, 0.9);
}
#side_link li a:nth-of-type(1):before {
	content: "";
	background-image: url('./library/images/icon_clinic.png');
	background-size: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
	margin-right: 0.5rem;
}
#side_link li a:nth-of-type(2):before,
#side_link li a:nth-of-type(3):before {
	content: "";
	background-image: url('./library/images/icon_care.png');
	background-size: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
	margin-right: 0.5rem;
}
.m_fac_inner {
	width: 100%;
	margin: 0 auto;
}
#m_fac_fi {
	width: 100%;
	padding: 0 0 4rem;
}
#m_fac_fi dl {
	width: 100%;
	padding: 1rem;
	margin-top: 1rem;
}
#m_fac_fi dt {
	margin-bottom: 1.5rem;
}
#m_fac_fi dt h3 {
	font-size: 1.5rem;
	border-bottom: 1px solid #17a9ac;
}
#m_fac_fi dt h3:before {
	content: "";
	background-image: url('./library/images/icon_clinic.png');
	background-size: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 15px;
	margin-right: 0.5rem;
}
#m_fac_fi dt h3 span {
	display: inline-block;
	font-size: 1rem;
	margin-left: 1rem;
	color: #17a9ac;
}
#m_fac_fi dd {
	background: #f5f5f5;
	padding: 1rem 1.5rem;
	line-height: 2rem;
	width: 98%;
	margin: 0 auto;
}
#m_fac_se {
	width: 100%;
	padding: 0 1rem 4rem;
}
#m_fac_se h2 {
	font-size: 1.5rem;
	border-bottom: 1px solid #17a9ac;
	margin-bottom: 2rem;
}
#m_fac_se h2:before {
	content: "";
	background-image: url('./library/images/icon_clinic.png');
	background-size: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 15px;
	margin-right: 0.5rem;
}
#m_fac_se dl {
	width: 98%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-flow: flex-wrap;
	-webkit-flex-flow: flex-wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto 2rem;
}
#m_fac_se dt {
	width: 35%;
	border-radius: 5px;
	overflow: hidden;
}
#m_fac_se dd {
	width: 63%;
	margin-left: 2%;
}
#m_fac_se dd h3 {
	font-size: 1.3em;
	margin-bottom: 1.5rem;
	position: relative;
	padding-left: 1.2rem;
}
#m_fac_se dd h3:before {
	content: "";
	width: 3px;
	background: #17a9ac;
	position: absolute;
	top: 3px;
	left: 0;
	bottom: 4px;
	padding: 2px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#m_fac_th {
	width: 100%;
	padding: 0 1rem 4rem;
}
#m_fac_th h2 {
	font-size: 1.5rem;
	border-bottom: 1px solid #17a9ac;
	margin-bottom: 2rem;
	width: 100%;
}
#m_fac_th h2:before {
	content: "";
	background-image: url('./library/images/icon_clinic.png');
	background-size: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 15px;
	margin-right: 0.5rem;
}
.m_fac_th_a {
	padding: 0 0 4rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-flow: flex-wrap;
	-webkit-flex-flow: flex-wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.m_fac_th_a dl {
	width: 31.33333333333%;
	margin: 1%;
	position: relative;
	overflow: hidden;
}
.m_fac_th_a dd {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	padding: 0.5rem;
	text-align: center;
}
.m_fac_th_a dd p {
	font-size: 0.9rem;
	padding-top: 0.3rem;
}
.m_fac_th_a dd h4 {
	font-size: 1.1rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}
.m_fac_th_a dd h4 span {
	display: inline-block;
	margin-right: 1rem;
}
.m_fac_th_b,
.m_fac_th_c {
	padding: 0 0 4rem;
}
.m_fac_th_b dl,
.m_fac_th_c dl {
	width: 98%;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-flow: flex-wrap;
	-webkit-flex-flow: flex-wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.m_fac_th_b dl:nth-of-type(odd),
.m_fac_th_c dl:nth-of-type(odd) {
	background: repeating-linear-gradient(-45deg, #f5f5f5, #f5f5f5 3px, Transparent 0, Transparent 6px);
}
.m_fac_th_b dt,
.m_fac_th_c dt {
	width: 25%;
	padding: 1rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}
.m_fac_th_b dd,
.m_fac_th_c dd {
	width: 75%;
	padding: 1rem;
	font-size: 0.9rem;
}
.m_fac_th_c iframe {
	width: 98%;
	margin: 2rem auto 0;
	display: block;
}
.nurs_inner {
	width: 100%;
	margin: 0 auto;
}
#nurs_fi {
	width: 100%;
	padding: 0 0 4rem;
}
#nurs_fi dl {
	width: 100%;
	padding: 1rem;
	margin-top: 1rem;
}
#nurs_fi dt {
	margin-bottom: 1.5rem;
}
#nurs_fi dt h3 {
	font-size: 1.5rem;
	border-bottom: 1px solid #FF6C6C;
}
#nurs_fi dt h3:before {
	content: "";
	background-image: url('./library/images/icon_care.png');
	background-size: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 15px;
	margin-right: 0.5rem;
}
#nurs_fi dt h3 span {
	display: inline-block;
	font-size: 1rem;
	margin-left: 1rem;
	color: #17a9ac;
}
#nurs_fi dd {
	background: #f5f5f5;
	padding: 1rem 1.5rem;
	line-height: 2rem;
	width: 98%;
	margin: 0 auto;
}
#nurs_se {
	width: 100%;
	padding: 0 1rem 4rem;
}
#nurs_se h2 {
	font-size: 1.5rem;
	border-bottom: 1px solid #FF6C6C;
	margin-bottom: 2rem;
}
#nurs_se h2:before {
	content: "";
	background-image: url('./library/images/icon_care.png');
	background-size: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 15px;
	margin-right: 0.5rem;
}
#nurs_se dl {
	width: 98%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-flow: flex-wrap;
	-webkit-flex-flow: flex-wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto 2rem;
}
#nurs_se dt {
	width: 35%;
	border-radius: 5px;
	overflow: hidden;
}
#nurs_se dd {
	width: 63%;
	margin-left: 2%;
}
#nurs_se dd h3 {
	font-size: 1.3em;
	margin-bottom: 1.5rem;
	position: relative;
	padding-left: 1.2rem;
}
#nurs_se dd h3:before {
	content: "";
	width: 3px;
	background: #FF6C6C;
	position: absolute;
	top: 3px;
	left: 0;
	bottom: 4px;
	padding: 2px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#nurs_th {
	width: 100%;
	padding: 0 1rem 4rem;
}
#nurs_th h2 {
	font-size: 1.5rem;
	border-bottom: 1px solid #FF6C6C;
	margin-bottom: 2rem;
	width: 100%;
}
#nurs_th h2:before {
	content: "";
	background-image: url('./library/images/icon_care.png');
	background-size: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 15px;
	margin-right: 0.5rem;
}
.nurs_th_a {
	padding: 0 0 4rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-flow: flex-wrap;
	-webkit-flex-flow: flex-wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nurs_th_a dl {
	width: 31.33333333333%;
	margin: 1%;
	position: relative;
	overflow: hidden;
}
.nurs_th_a dd {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	padding: 0.5rem;
	text-align: center;
}
.nurs_th_a dd p {
	font-size: 0.9rem;
	padding-top: 0.3rem;
}
.nurs_th_a dd h4 {
	font-size: 1.1rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}
.nurs_th_a dd h4 span {
	display: inline-block;
	margin-right: 1rem;
}
.nurs_th_b,
.nurs_th_c {
	padding: 0 0 4rem;
}
.nurs_th_b dl,
.nurs_th_c dl {
	width: 98%;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-flow: flex-wrap;
	-webkit-flex-flow: flex-wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nurs_th_b dl:nth-of-type(odd),
.nurs_th_c dl:nth-of-type(odd) {
	background: repeating-linear-gradient(-45deg, #f5f5f5, #f5f5f5 3px, Transparent 0, Transparent 6px);
}
.nurs_th_b dt,
.nurs_th_c dt {
	width: 25%;
	padding: 1rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}
.nurs_th_b dd,
.nurs_th_c dd {
	width: 75%;
	padding: 1rem;
	font-size: 0.9rem;
}
.nurs_th_c iframe {
	width: 98%;
	margin: 2rem auto 0;
	display: block;
}
.nurs_th_b p {
	width: 98%;
	background: #fef5ef;
	padding: 1rem;
	margin: 1.5rem auto 0;
}
#mea_photo {
	display: flex;
	margin-bottom: 2.5rem;
	padding: 1rem;
	background-color: #f7f4f1;
}
#mea_photo div {
	width: 48%;
	margin: 0 2%;
}
#mea01_inner {
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;
}
#mea01_inner .left {
	width: 70%;
	margin-left: -20%;
}
#mea01_inner .right {
	width: 70%;
	margin-right: -20%;
	margin-top: 20%;
	position: relative;
}
#mea01_inner .meabox {
	background-color: #f7f4f1;
	padding: 3.5rem;
}
#mea01_inner .meabox em {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2rem;
}
#mea01_inner h2 {
	font-size: 1.8rem;
	margin-bottom: 2.5rem;
	color: #ff4c4f;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#mea01_inner h2:after {
	content: "";
	width: 500px;
	border-bottom: 1px solid #333;
	display: block;
	margin-left: -3.5rem;
}
#mea01_inner .ssstext {
	font-size: 0.9rem;
}
/* 
 スタッフストーリー
----------------------------------------------------------- */
#ss_hero {
	margin-top: 78px;
}
#ss_hero .inner {
	padding: 0;
	width: 1280px;
	max-width: 100%;
	position: relative;
}
#ss_hero .ss_main_txt {
	background-image: url(/wp-content/themes/gamma/library/images/ss_mainbg.png);
	background-size: cover;
	background-position: center center;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 3rem 4rem 3rem 0;
}
#ss_hero .ss_main_txt h3 {
	text-align: right;
}
#ss_hero .ss_main_txt h3 div {
	position: relative;
	margin-bottom: 2rem;
	padding-left: 4rem;
}
#ss_hero .ss_main_txt h3 div::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	right: 0;
	left: auto;
	bottom: -1.5rem;
	border-bottom: 1px solid #333;
	margin-bottom: 1.5rem;
}
#ss_hero .ss_main_txt p {
	text-align: right;
}
#ss_hero .ss_main_txt span {
	font-size: 0.95rem;
}
#ss_hero .ss_main_txt p + p {
	margin-top: 1rem;
}
.ss_box01,
.ss_box02,
.ss_box03 {
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
}
.ss_box01 .ss_fig {
	width: 800px;
	max-width: 100%;
	margin: 0 auto 0 0;
}
.ss_box01 .ss_txtbox {
	width: 850px;
	max-width: 100%;
	margin: 0 0 0 auto;
}
.ss_box01 .ss_txtbox {
	background-image: url(/wp-content/themes/gamma/library/images/ss01_bg01.png);
	background-size: cover;
	background-position: center center;
	margin-top: -10%;
	padding: 8rem 4rem;
	position: relative;
}
.ss_box01 .ss_txtbox::before,
.ss_box01 .ss_txtbox::after {
	content: "";
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
}
.ss_box01 .ss_txtbox::before {
	background-image: url(/wp-content/themes/gamma/library/images/ss01_bg02.png);
	top: 0;
	right: 0;
	width: 400px;
	height: 110px;
}
.ss_box01 .ss_txtbox::after {
	background-image: url(/wp-content/themes/gamma/library/images/ss01_bg03.png);
	bottom: 0;
	left: 0;
	width: 400px;
	height: 95px;
}
.ss_box01 .ss_txtbox p {
	line-height: 1.7em;
}
.ss_box_inner {
	position: relative;
}
.ss_ttl {
	position: absolute;
	left: 0;
	top: 8rem;
}
.ss_ttl h2 {
	font-family: 'Italianno', cursive;
	color: rgba(204, 255, 255, 0.6);
	font-size: 6.0rem;
	font-weight: 200;
	letter-spacing: 0.1em;
}
.ss_box02 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.ss_box02 .ss_img {
	width: 800px;
	max-width: 100%;
}
.ss_box02 .ss_txt_box {
	width: calc(100% - 800px);
	padding: 4% 2% 8% 2%;
	text-align: center;
}
.ss_box02 .ss_txt_box h3 {
	display: block;
	margin-bottom: 1.5rem;
	font-family: 'Italianno', cursive;
	color: #379780;
	font-size: 2.3rem;
	font-weight: 300;
}
.ss_box02 .ss_txt_box ul {
	width: 52%;
	margin: 0 auto;
}
.ss_box02 .ss_txt_box ul li {
	padding: 0.4rem 0;
	text-align: left;
}
.ss_box02 .ss_txt_box ul li a {
	display: inline-block;
	color: #333;
	padding: 0.5rem 0;
	position: relative;
}
.ss_box02 .ss_txt_box ul li a::after {
	content: "";
	background: -moz-linear-gradient(bottom left, #99cc33, #339966);
	background: -webkit-linear-gradient(top left, #99cc33, #339966);
	background: linear-gradient(to top right, #99cc33, #339966);
	display: block;
	position: absolute;
	width: 100%;
	right: 0;
	left: auto;
	bottom: -1.0rem;
	height: 1px;
	margin-bottom: 1.0rem;
}
.ss_box02 .ss_txt_box ul li a:hover:after {
	width: calc(100% + 40px);
}
.ss_box02 .ss_txt_box ul li a span {
	color: #379780;
	display: inline-block;
	margin-left: 1.5rem;
}
.ss_box02 .ss_txt_box .link_txt {
	margin-top: 3rem;
}
.ss_box02 .ss_txt_box .link_txt a {
	color: #cccccc;
	padding: 0.5rem 0;
	position: relative;
}
.ss_box02 .ss_txt_box .link_txt a::after {
	content: "";
	background: -moz-linear-gradient(bottom left, #99cc33, #339966);
	background: -webkit-linear-gradient(top left, #99cc33, #339966);
	background: linear-gradient(to top right, #99cc33, #339966);
	display: block;
	position: absolute;
	width: 100%;
	right: 0;
	left: auto;
	bottom: -1.0rem;
	height: 1px;
	margin-bottom: 1.0rem;
}
.ss_box02 .ss_txt_box .link_txt a:hover:after {
	width: calc(100% + 40px);
}
.ss_detai_box01,
.ss_detai_box02,
.ss_detai_box03 {
	width: 1280px;
	max-width: 100%;
	margin: 5% auto;
	padding: 0 1.5rem;
}
.ss_detai_box {
	margin: 3.5rem 0;
}
.ss_detai_box .ss_imgArea {
	float: left;
	width: 47%;
	max-width: 100%;
	margin: 0 5% 2.5% 0;
}
.ss_detai_box .ss_txtArea {
	max-width: 100%;
}
.ss_detai_box .ss_txtArea h3 {
	margin-bottom: 1rem;
	font-size: 1.5rem;
	font-weight: 800;
	color: #ff0099;
}
.ss_detai_box .ss_txtArea p {
	line-height: 1.8;
}
.ss_detai_box:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.ss_detai_box02 .ss_txt_box {
	width: 100%;
	padding: 2rem 0 3rem;
	text-align: center;
}
.ss_detai_box02 .ss_txt_box h3 {
	display: block;
	margin-bottom: 1.5rem;
	font-family: 'Italianno', cursive;
	color: #379780;
	font-size: 3.4rem;
	font-weight: 300;
}
.ss_detai_box02 .ss_txt_box ul li {
	padding: 0.4rem 0;
}
.ss_detai_box02 .ss_txt_box ul li a {
	display: inline-block;
	color: #333;
	padding: 0.5rem 0;
	position: relative;
}
.ss_detai_box02 .ss_txt_box ul li a::after {
	content: "";
	background: -moz-linear-gradient(bottom left, #99cc33, #339966);
	background: -webkit-linear-gradient(top left, #99cc33, #339966);
	background: linear-gradient(to top right, #99cc33, #339966);
	display: block;
	position: absolute;
	width: 100%;
	right: 0;
	left: auto;
	bottom: -1.0rem;
	height: 1px;
	margin-bottom: 1.0rem;
}
.ss_detai_box02 .ss_txt_box ul li a:hover:after {
	width: calc(100% + 40px);
}
.ss_detai_box02 .ss_txt_box ul li a span {
	color: #379780;
	display: inline-block;
	margin-left: 1.5rem;
}
.ss_detai_box02 .ss_txt_box .link_txt {
	margin-top: 3rem;
}
.ss_detai_box02 .ss_txt_box .link_txt a {
	color: #cccccc;
	padding: 0.5rem 0;
	position: relative;
}
.ss_detai_box02 .ss_txt_box .link_txt a::after {
	content: "";
	background: -moz-linear-gradient(bottom left, #99cc33, #339966);
	background: -webkit-linear-gradient(top left, #99cc33, #339966);
	background: linear-gradient(to top right, #99cc33, #339966);
	display: block;
	position: absolute;
	width: 100%;
	right: 0;
	left: auto;
	bottom: -1.0rem;
	height: 1px;
	margin-bottom: 1.0rem;
}
.ss_detai_box02 .ss_txt_box .link_txt a:hover:after {
	width: calc(100% + 40px);
}
#staffstory_02 .ss_detai_box:nth-child(4) .ss_imgArea {
	margin: 0 5% 7.5% 0;
}
/* 
 保育園
----------------------------------------------------------- */
#nursery_content {
	background-image: url(/wp-content/themes/gamma/library/images/nursery_bg.png), url(/wp-content/themes/gamma/library/images/nursery_main_bg.jpg);
	background-size: contain, auto;
	background-position: center top, center top;
	background-repeat: no-repeat, repeat;
	padding: 11rem 0 0;
	border-top: 1px solid #999;
}
#nursery_content #nursery_inner {
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
	padding: 5rem 0;
}
#nursery_content .nur_b {
	text-align: center;
}
#nursery_content .nurh2 {
	text-align: center;
	font-size: 2.1rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.3;
	margin-bottom: 3.5rem;
}
#nursery_content .nurh2 span {
	display: block;
	font-family: 'Italianno', cursive;
	font-size: 2.3rem;
	font-weight: 300;
	position: relative;
	color: #caa48d;
}
#nursery_content .nurh2 span:before {
	content: "";
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/gamma/library/images/nurh2_line.png);
	position: absolute;
	bottom: -1.5rem;
	left: 50%;
	width: 160px;
	height: 12px;
	margin-left: -5rem;
}
#nursery_content .nurh2 + p {
	text-align: center;
}
#nursery_content #nursery_introduction ul.int_box {
	margin: 3rem 0;
}
#nursery_content #nursery_introduction ul.int_box li {
	float: left;
	width: 48%;
	max-width: 100%;
	margin: 2rem 0;
}
#nursery_content #nursery_introduction ul.int_box li:nth-child(2n) {
	margin-left: 2%;
}
#nursery_content #nursery_introduction ul.int_box li:nth-child(2n-1) {
	margin-right: 2%;
}
#nursery_content #nursery_introduction ul.int_box:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
#nursery_content #nursery_introduction .nur_txt_box {
	position: relative;
	z-index: 2;
}
#nursery_content #nursery_introduction .nur_txt_box.no_column {
	width: 1280px;
	margin: 0 auto;
	max-width: 100%;
}
#nursery_content #nursery_introduction .nur_txt_box:before {
	content: "";
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/gamma/library/images/nur_box_bg01.png);
	position: absolute;
	bottom: 2%;
	left: -10%;
	width: 200px;
	height: 340px;
	z-index: 1;
}
#nursery_content #nursery_introduction .nur_txt_box:after {
	content: "";
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/gamma/library/images/nur_box_bg02.png);
	position: absolute;
	bottom: -15%;
	right: -3%;
	width: 165px;
	height: 104px;
	z-index: 3;
}
#nursery_content #nursery_introduction .nur_txt_box.no_column:before,
#nursery_content #nursery_introduction .nur_txt_box.no_column:after {
	content: none;
}
#nursery_content #nursery_introduction .box_inner {
	background-color: rgba(255, 255, 255, 0.7);
	position: relative;
	z-index: 2;
	padding: 6% 4%;
}
#nursery_content #nursery_introduction .box_inner:before,
#nursery_content #nursery_introduction .box_inner:after {
	content: "";
	background-size: contain;
	background-position: center center;
	background-repeat: repeat-x;
	position: absolute;
	width: 102%;
	height: 14px;
	z-index: 3;
}
#nursery_content #nursery_introduction .box_inner:before {
	background-image: url(/wp-content/themes/gamma/library/images/nur_box_line01.png);
	top: -2%;
	left: -1%;
}
#nursery_content #nursery_introduction .box_inner:after {
	background-image: url(/wp-content/themes/gamma/library/images/nur_box_line02.png);
	bottom: -2%;
	left: -1%;
}
#nursery_content #nursery_introduction .nur_txt_box p {
	margin-bottom: 1.5rem;
}
#nursery_content #nursery_introduction .nur_txt_box p:last-child {
	margin-bottom: 1.5rem;
}
#nursery_content #nursery_introduction .txt_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
#nursery_content #nursery_introduction .txt_wrap .txt_left {
	width: 30%;
}
#nursery_content #nursery_introduction .txt_wrap .txt_left span {
	display: inline-block;
	width: 5rem;
}
#nursery_content #nursery_introduction .txt_wrap .txt_left img {
	display: inline-block;
	margin-left: 1rem;
}
#nursery_content #nursery_introduction .txt_wrap .txt_right {
	width: 70%;
}
#nursery_content #nursery_introduction .txt_wrap .txt_right ul li img {
	margin-right: 1rem;
}
#events01 {
	background-color: rgba(255, 255, 255, 0.5);
}
.txt_area {
	margin: 4rem 0;
}
.txt_wrap {
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
	padding: 2%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	position: relative;
	z-index: 2;
}
.txt_wrap:nth-child(2n) {
	background-color: rgba(255, 255, 255, 0.7);
}
.txt_wrap .txt_left {
	width: 30%;
}
.txt_wrap .txt_left span {
	display: inline-block;
	width: 7rem;
}
.txt_wrap .txt_left img {
	display: inline-block;
	margin-left: 1rem;
}
.txt_wrap .txt_right {
	width: 70%;
}
.txt_wrap .txt_right p {
	margin-bottom: 1rem;
}
.txt_wrap .txt_right ul li img {
	margin-right: 1rem;
}
.txt_wrap .txt_right table {
	width: 100%;
	font-size: 0.9rem;
	border: 2px solid #000;
	text-align: center;
}
.txt_wrap .txt_right table.layout_fix {
	table-layout: fixed;
}
.txt_wrap .txt_right .hoikubiAddTableWrap {
	overflow-x: scroll;
}
.txt_wrap .txt_right table.hoikubiAddTable {
	white-space: nowrap;
}
.txt_wrap .txt_right table.hoikubiAddTable th {
	width: calc(100% / 6);
	border-right: 1px solid #000;
}
.txt_wrap .txt_right table tbody tr:nth-child(2n) {
	background: #fff;
}
.txt_wrap .txt_right table th {
	padding: 0.5rem;
}
.txt_wrap .txt_right table thead tr {
	border-bottom: 1px solid #000;
}
.txt_wrap .txt_right table.hoikubiAddTable tr:not(:first-child) {
	border-top: 1px solid #000;
}
.txt_wrap .txt_right table thead th:not(:last-child) {
	border-right: 1px solid #000;
}
.txt_wrap .txt_right table thead th.dia_line {
	background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px)) !important;
}
.txt_wrap .txt_right table td {
	padding: 0.5rem;
}
.txt_wrap .txt_right table.hoikubiAddTable td:not(:last-child) {
	border-right: 1px solid #000;
}
.txt_wrap .txt_right table tbody td:not(:last-child) {
	border-right: 1px solid #000;
}
.txt_wrap .txt_right table.hoikubiAddTable td:first-child {
	background-color: #ffccff !important;
}
.txt_wrap .txt_right table + table {
	margin-top: 1.0rem;
}
#nursery_content #nursery_overview .over_fig {
	text-align: center;
	width: 60%;
	margin: 0 auto;
	mai-width: 320px;
}
#nursery_content #nursery_day .day_fig {
	text-align: center;
}
#nursery_content #nursery_day ul.day_box {
	margin: 3rem 0;
}
#nursery_content #nursery_day ul.day_box li {
	float: left;
	width: 31%;
	max-width: 100%;
	margin: 2rem 0;
	margin: 1%;
}
#nursery_content #nursery_day ul.day_box:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.day_img_box {
	text-align: center;
}
.day_img_box img {
	margin-bottom: 0.5rem;
}
#events01 .nur_b {
	margin-top: 2.5rem;
}
#events02 ul {}
#events02 ul {
	display: flex;
	flex-wrap: wrap;
}
#events02 ul li {
	width: 30.3%;
	margin: 1.5%;
}
#nursery_recruit_text {}
#nursery_recruit_text {
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
	font-size: 1.2rem;
}
#nursery_recruit #nursery_class {}
#nursery_class {
	position: relative;
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.5);
}
#nursery_class:before {
	content: "";
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/gamma/library/images/nur_box_bg01.png);
	position: absolute;
	bottom: 2%;
	left: -10%;
	width: 200px;
	height: 340px;
	z-index: 1;
}
#nursery_class:after {
	content: "";
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/gamma/library/images/nur_box_bg02.png);
	position: absolute;
	top: 0;
	right: -3%;
	width: 165px;
	height: 104px;
	z-index: 3;
}
.wireline {
	background-image: url(/wp-content/themes/gamma/library/images/wireline.png);
	height: 15px;
	width: 1280px;
	max-width: 100%;
	margin: 2.5rem auto;
}
#nursery_recruit .wireline {}
#nursery_ovi {
	position: relative;
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.5);
}
#nursery_ovi:before {
	content: "";
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/gamma/library/images/nur_box_bg01.png);
	position: absolute;
	bottom: 2%;
	left: -10%;
	width: 200px;
	height: 340px;
	z-index: 1;
}
#nursery_ovi:after {
	content: "";
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/gamma/library/images/nur_box_bg02.png);
	position: absolute;
	top: 0;
	right: -3%;
	width: 165px;
	height: 104px;
	z-index: 1;
}
.nursery_submenu {
	display: flex;
	margin: 5% 0;
	flex-wrap: wrap;
}
.nursery_submenu li {
	width: 14.667%;
	margin: 0 1%;
}
.nursery_submenu li a {
	display: block;
	text-align: center;
	padding: 1.5rem 0.5rem;
	border-radius: 5px;
	position: relative;
	font-weight: bold;
	color: #FF9228;
	transition-duration: 0.2s;
	transition-timing-function: linear;
}
.nursery_submenu li a:hover {
	color: #C05F00;
}
.nursery_submenu li a:before {
	content: "";
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/gamma/library/images/nurh2_line2.png);
	position: absolute;
	top: 0;
	left: 50%;
	width: 160px;
	height: 12px;
	margin-left: -5rem;
}
.nursery_submenu li a:after {
	content: "";
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/gamma/library/images/nurh2_line2.png);
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 160px;
	height: 12px;
	margin-left: -5rem;
}
/*採用情報*/
#recruit_submenu {
	display: flex;
	width: 1080px;
	max-width: 100%;
	margin: 5% auto;
}
#recruit_submenu a {
	width: 46%;
	margin: 2%;
	text-align: center;
	display: block;
	color: #333;
}
#recruit_submenu dl {
	display: flex;
	border-radius: 10px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
#recruit_submenu dt {
	width: calc(100% - 260px);
}
#recruit_submenu dt img {
	border-radius: 10px;
}
#recruit_submenu dd {
	width: 260px;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#saiyo01 {
	background-color: #f7f4f1;
}
#htm01 {
	background-image: url(/wp-content/themes/gamma/library/images/htm01.png);
	color: #00580F;
}
#htm02 {
	background-image: url(/wp-content/themes/gamma/library/images/htm02.png);
	color: #580000;
}
.yoko {
	width: 800px;
	max-width: 100%;
	margin: 0 auto 1.5rem auto;
	border: 1px solid #999;
}
.yoko dl {}
.yoko dl {
	display: flex;
	color: #2F1000;
}
#saiyo01 .yoko dl:nth-of-type(2n) {
	background-color: #FFF;
}
#saiyo02 .yoko dl:nth-of-type(2n) {
	background-color: #f7f4f1;
}
.yoko dt {
	width: 12rem;
	padding: 1rem;
	font-weight: bold;
}
.yoko dd {
	width: calc(100% - 12rem);
	padding: 1rem;
	line-height: 2;
	font-size: 0.9rem;
}
.yoko_h3 {
	text-align: center;
	margin-bottom: 1.5rem;
}
.yoko_link {
	text-align: center;
}
.yoko_link a {
	color: #550001;
	margin: 0 1rem;
}
.yoko_link a i {
	margin-right: 0.5rem;
}
.yoko_link a:hover {
	text-decoration: underline;
}
.saiyo_nrs_photo#nrs_photo {
	margin: 2.5rem auto 0 auto;
	width: 1280px;
	max-width: 100%;
}
#ws02 {
	padding-bottom: 5%;
}
#innre-ws02 {
	width: 1280px;
	max-width: 95%;
	margin: 0 auto;
}
#entrybutton {
	position: fixed;
	top: calc(50vh - 130px);
	width: 50px;
	right: 0;
	z-index: 800;
	background-color: #17a9ac;
	padding: 10px 5px;
	border-radius: 10px 0 0 10px;
	transition-duration: 0.2s;
	transition-timing-function: linear;
}
#entrybutton:hover {
	background-color: #00B6B9;
}
#entrybutton.hoikuenbutton {
	background-color: #e74c3c;
}
#entrybutton.hoikuenbutton:hover {
	background-color: #c0392b;
}
/*CM*/
#cm_button {
	position: fixed;
	width: 230px;
	bottom: 0;
	right: 420px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	z-index: 100;
	background-color: #9F2424;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 0.5rem;
	line-height: 1.75;
}
#cm_button i {
	margin-right: 0.5rem;
}
#cm_button:hover {
	background-color: #BF1B1B
}
@media screen and (max-width: 640px) {
	#cm_button {
		display: none;
	}
}
/*イマココ*/
@media screen and (max-width: 1400px) {
	/* 
 保育園
----------------------------------------------------------- */
	#nursery_content #nursery_introduction ul.int_box li {
		width: 46%;
	}
	#nursery_content #nursery_introduction ul.int_box li:nth-child(2n) {
		margin: 2rem 2%;
	}
	#nursery_content #nursery_introduction ul.int_box li:nth-child(2n-1) {
		margin: 2rem 2%;
	}
	/* 
 スタッフストーリー
----------------------------------------------------------- */
	#staffstory_02 .ss_detai_box:nth-child(4) .ss_imgArea {
		margin: 0 5% 2.5% 0;
	}
}
@media screen and (max-width: 1280px) {
	/* 
 スタッフストーリー
----------------------------------------------------------- */
	.ss_box02 .ss_img {
		width: 50%;
	}
	.ss_box02 .ss_txt_box {
		width: 50%;
		padding: 2% 2% 8%;
	}
	.ss_box02 .ss_txt_box h3 {
		margin-bottom: 1rem;
	}
	.ss_detai_box02 .ss_img {
		width: 50%;
	}
	.ss_detai_box02 .ss_txt_box {
		width: 50%;
		padding: 2% 2% 8%;
	}
	.ss_detai_box02 .ss_txt_box h3 {
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 800px) {
	/* 
 スタッフストーリー
----------------------------------------------------------- */
	.ss_box02 .ss_img {
		width: 100%;
	}
	.ss_box02 .ss_txt_box {
		width: 100%;
	}
	.ss_box02 .ss_txt_box .link_txt {
		margin-top: 1.5rem;
	}
	.ss_detai_box02 .ss_img {
		width: 100%;
	}
	.ss_detai_box02 .ss_txt_box {
		width: 100%;
	}
	.ss_detai_box02 .ss_txt_box .link_txt {
		margin-top: 1.5rem;
	}
}
@media screen and (max-width:640px) {
	/* 
 スタッフストーリー
----------------------------------------------------------- */
	#ss_hero .ss_main_txt {
		position: static;
		margin: 2.5rem 0;
		padding: 1rem 2rem;
	}
	.ss_box01,
	.ss_box02,
	.ss_box03 {
		margin: 2.5rem 0;
	}
	.ss_box01 .ss_txtbox {
		margin-top: 1.5rem;
		padding: 4rem 2rem;
	}
	.ss_box01 .ss_txtbox::before {
		width: 210px;
		height: 58px;
	}
	.ss_box01 .ss_txtbox::after {
		width: 200px;
		height: 48px;
	}
	.ss_box02 {
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.ss_box02 .ss_txt_box {
		margin-top: 1.5rem;
		padding: 2% 4%;
		text-align: center;
	}
	.ss_box02 .ss_txt_box ul {
		width: 100%;
	}
	.ss_detai_box01,
	.ss_detai_box02,
	.ss_detai_box03 {
		margin: 2.5rem 0;
	}
	.ss_detai_box .ss_imgArea {
		width: 100%;
		float: none;
		margin: 0;
		padding: 2%;
	}
	.ss_detai_box .ss_txtArea {
		padding: 2%;
	}
	.ss_detai_box02 {
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.ss_detai_box02 .ss_txt_box {
		margin-top: 1.5rem;
		padding: 2% 4%;
		text-align: center;
	}
	.ss_detai_box02 .ss_txt_box ul {
		width: 100%;
	}
	#mea01_inner {
		display: block;
	}
	#mea01_inner .left {
		width: 100%;
		margin: 0 auto 1rem auto;
	}
	#mea01_inner .right {
		width: 100%;
		margin: 0 auto;
		padding: 1rem;
	}
	#entrybutton {
		right: auto;
		left: 0;
		bottom: 50px;
		top: auto;
		border-radius: 0 10px 10px 0;
		width: 40px;
	}
	.inner-nr03 {
		padding: 0.5rem 1.5rem;
	}
	.ss_detai_box .ss_txtArea h3 {
		font-size: 1.1rem;
	}
	#nrs_photo.saiyo_nrs_photo {}
	#nrs_photo.saiyo_nrs_photo div {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		margin-bottom: 1rem;
	}
	#nrs_photo.saiyo_nrs_photop div img {
		width: 150px;
		margin-right: 20px;
	}
	#nrs_photo.saiyo_nrs_photop div p {
		width: calc(100% - 170px);
		font-size: 0.8rem;
	}
	#nrs_photo.saiyo_nrs_photop img:nth-last-of-type(1) {
		margin-right: 20px;
	}
	#entrybutton {
		display: none;
	}
	#nursery_content {
		padding-top: 0rem;
	}
	.nursery_submenu li {
		width: 48%;
	}
	.nursery_submenu li a::before {
		display: none;
	}
	#nursery_content .nurh2 + p {
		padding: 0 1rem;
		text-align: left;
	}
	#nursery_content #nursery_introduction ul.int_box li {
		float: none;
		width: 96%;
	}
	#events02 ul li {
		width: 97%;
	}
	.txt_wrap {
		display: block;
	}
	.txt_wrap .txt_left {
		width: 100%;
		font-weight: bold;
	}
	.txt_wrap .txt_left img {
		display: none;
	}
	.txt_wrap .txt_right {
		width: 100%;
		/* padding-left: 2.5rem; */
	}
}