@charset "utf-8";

/* ハンバーガーメニュー Setting
=========================================================================================== */
nav.gnavSp {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background: rgba(0, 169, 227, 0.9);
	color: #000;
	transform: translateX(100%);
	transition: all 0.6s;
	width:  100%;
	height:100%;
	padding: 100px 4% 80px;
	overflow-y: scroll;
}
nav.gnavSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	margin-bottom:2em;
}
nav.gnavSp ul li {
	font-size: 16px;
	list-style-type: none;
    border-bottom: 1px solid #f2f2f2;
	padding: 0;
	width: 100%;
}
nav.gnavSp ul li a {
	display: block;
	color: #FFF;
	padding: 1em 0;
}



nav.gnavSp .subMenu{
    display: flex;
}
nav.gnavSp .subMenu li{
    border-bottom: none;
    font-size: 14px;
    width: 48%;
    margin-left: 4%;
}
nav.gnavSp .subMenu li:nth-child(2n+1){
    margin-left: 0;
}
nav.gnavSp .subMenu li a{
    padding: 1em;
    display: block;
	color:#FFF;
	border:1px solid #FFF;
	border-radius: 10px;
	text-align:center;
}



.headerContactSp{
    margin-bottom: 0.5em;
}
.headerContactSp a{
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    padding: 1em;
}
.headerContactSp a:before{
	content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon_mail_b.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle;
}
.headerTelSp{
	text-align:center;
    margin-bottom: 0.5em;
}
.headerTelSp a{
	color:#FFF;
}
.headerTelSp a span{
	font-size:14px;
    line-height: 1.8;
}
.headerTelSp a strong{
	display:block;
	font-size: 28px;
	vertical-align:middle;
}
.headerTelSp a strong:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../images/icon_tel_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
/* メニュー展開時、背景スクロールの停止 */
body.fixed {
    width: 100%;
    height: 100%;
	position:fixed;
}
/* このクラスを、jQueryで付与・削除する */
nav.gnavSp.active {
	transform: translateY(0%);
}
/* ハンバーガーメニューアイコン Setting
=========================================================================================== */
.navBoxSp{
	background: #FFF;
    width: 64px;
	cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	display:none;
	position:relative;
	z-index:9999;
}
.navToggle {
	display:none;
	width: 42px;
	height: 42px;
	text-align: center;
	position:relative;
}
.navToggle span {
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: solid 3px #00A9E3;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}
.navToggle span:nth-child(1) {
	top: 10px;
}
.navToggle span:nth-child(2) {
	top: 20px;
}
.navToggle span:nth-child(3) {
	top: 30px;
}
/* ハンバーガーメニューアイコンタップ後の「X」Setting
=========================================================================================== */

/* 最初のspanをマイナス45度に */
.navBoxSp.active span:nth-child(1) {
	border-bottom: solid 3px #00A9E3;
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navBoxSp.active span:nth-child(2),
.navBoxSp.active span:nth-child(3) {
	border-bottom: solid 3px #00A9E3;
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*----------------------------ハンバーガーメニューここまで-----------------------------*/

.showSp{
	display:none;
}
.showSp960{
	display:none;
}
.showSp1100{
	display:none;
}
.showOnlySp1100{
	display:none;
}
/*============================================================================================================

max-width: 1280px

============================================================================================================ */
@media screen and (max-width: 1280px) {
/* Header Setting
=========================================================================================== */
#headerSet{
    padding: 24px 2%; 
}
#headerSet #headerLogoSet #headerLogo a img{
    width: 70px;
}
#headerSet #headerLogoSet #headerLogo a + img{
    width: 120px;
}
#headerSet #headerMenuSet .gnav ul{
	font-size:14px;
}
#headerSet #headerMenuSet .gnav ul li{
    padding: 1em;
}
/* index Setting
=========================================================================================== */
#indexContentsHead .mainCatch{
    font-size: 3.8rem;
    padding: 0 4%;
}
}
/*============================================================================================================

max-width: 1100px

============================================================================================================ */
@media screen and (max-width: 1100px) {
.hideSp1100{
	display:none;
}
.hideOnlySp1100{
	display:none;
}
.showSp1100{
	display:block;
}
.showOnlySp1100{
	display:block;
}
html{
	font-size:0.8vw;
}
/* Header Setting
=========================================================================================== */
#headerSet{
    padding: 10px 4%;
}

#headerSet #headerMenuSet{
	display:none;
}
.navBoxSp{
	display: flex;
    height: 64px;
    border-radius: 10px;
}
.navToggle{
	display: block;
}
#path{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
/* ALLcontents Setting
=========================================================================================== */
article section{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
.btnStyle3 a{
    min-width: inherit;
    padding: 1.5em 2.5em 1.5em 1em;
    display: block;
}

/* index Setting
=========================================================================================== */
#indexContentsHead .mainCatch:before{
    width: 32vw;
    height: 20vw;
}
.scheduleBox0,
.scheduleBox1-5{
	min-height:inherit;
}
.scheduleBox0:after,
.scheduleBox1-5:after{
    height:100%;
}
/* footer Setting
=========================================================================================== */
footer #footerArea{
    width:100%;
	padding-left:4%;
	padding-right:4%;
}
}
/*============================================================================================================

max-width: 960px

============================================================================================================ */
@media screen and (max-width: 960px) {
.showSp960{
	display:block;
}
footer #footerArea .footerMapBtn{
    display: none;
}
}
/*============================================================================================================

max-width: 767px

============================================================================================================ */
@media screen and (max-width: 767px) {
.hideSp{
	display:none;
}
.hideOnlySp1100{
	display:block;
}
.showSp{
	display:block;
}
.showOnlySp1100{
	display:none;
}
html{
	font-size:40%;
}
/* Header Setting
=========================================================================================== */

#path{
	display:none;
}
/* ALLcontents Setting
=========================================================================================== */
article section{
	padding:40px 4%;
}
main article:last-child section{
    padding-bottom: 80px;
}
.ttlStyle1{
    font-size: 26px;
}
.ttlStyle2{
    font-size: 20px;
}

.btnListStyle1{
    display: block;
}
.btnListStyle1 li{
    width: 100%;
    margin-left: 0;
}
.btnListStyle1 li a{
    padding: 1.5em 2.5em;
}
.btnStyle2 a{
    width: 80%;
}

table colgroup{
	display:none;
}

.columnTopSet{
    display: block;
}
.column2{
    width: 100%;
    margin-left: 0;
}

.newsList li a{
    display: block;
}
.newsList li span{
    margin-bottom: 0.5em;
}
.newsList li span.cate{
	padding: 0.2em 1em;
    min-width: inherit;
}
.dlListStyle1 dt {
    text-indent: -1.5em;
    padding-left: 1.5em;
}
	    
	
	
/*#subContentsHead{
    margin-bottom: 0;
}
.h2Style2{
    font-size: 24px;
}
.fontBig1{
    font-size: 18px;
}
.dlList1{
    display: block;
}
.dlList1 dt{
    display: inline-block;
    width: auto;
    min-width: 8em;
}
.dlList1 dd{
    width: 100%;
    margin-left: 0;
}
.btnStyle1 a{
    width: 100%;
}
.columnTopSet{
    display: block;
}
.column2{
    width: 100%;
    margin-left: 0;
}
.columnLText{
    width: 100%;
}
.columnRImg{
    width: 100%;
    margin-left: 0;
}
.js-table-scroll{
	overflow: auto;
    white-space: nowrap;
}*/

/* contact Setting
=========================================================================================== */
/*.contactTelBox a{
    font-size: 24px;
}
.contactTelBox a:before{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.formTable th,
.formTable td{
    display: block;
}
.formTable td{
    padding-top: 0;
}
.formBtn1{
	display:block;
}
.formBtn1 li{
	margin:0;
	margin-bottom:2em;
}
.formBtn1 input{
	min-width:auto;
	width:100%;
}*/
/******確認・完了画面*****/
/*.checkFormBtnSet ul li{
	width:100%;
	margin:0;
	margin-bottom:2em;
}
.checkFormBtnSet ul .checkFormBtn{
	width:100%;	
}*/


/* singlePage Setting
=========================================================================================== */
#singlePage .singleTtl{
    font-size: 20px;
}

/* FAQ Setting
=========================================================================================== */
.accordionList dt{
    font-size: 16px;
    padding: 1em;
}
.accordionList dd{
    padding: 1em 12px;
}
.accordionList dd span{
    margin-right: 10px;
}
.accordionList dd strong{
    width: calc( 100% - 50px );
}

/* contact Setting
=========================================================================================== */
.contactIntroBox .intro{
    font-size: 16px;
}
.contactColumnSet{
    display: block;
}
.contactColumnSet .contactColumn2{
    width: 100%;
    margin-left: 0;
    margin-bottom: 2em;
}
.contactColumnSet .contactColumn2 .tel{
    font-size: 24px;
}


.contactTable1{
	margin-bottom:1em;
}
.contactTable1 th,
.contactTable1 td{
	display:block;
}
.contactTable1 td{
	padding-top:0;
}
.contactTable1 .mwform-tel-field input[type="text"]{
	width:30%;
}
.formBtn1{
	display:block;
}
.formBtn1 li{
	margin:0;
	margin-bottom:2em;
}
.formBtn1 input{
	min-width:auto;
	width:100%;
}
/* index Setting
=========================================================================================== */
#indexContentsHead .mainCatch:before{
    width: 60vw;
    height: 54vw;
}

/***contents02***/
.philosophyList li{
    width: 48%;
	margin-left: 4%;
}
.philosophyList li:nth-child(3n+1){
    margin-left: 4%;
}
.philosophyList li:nth-child(2n+1){
    margin-left: 0;
}
.philosophyList li h3{
    font-size: 18px;
}
.philosophyList li .imgOnlyStyle {
    width: 90%;
}


/***contents03***/
.featureList li{
    width: 48%;
    margin-bottom: 1em;
}
.featureList li:nth-child(2n+1){
    margin-left: 0;
}
.featureList li p{
    font-size: 14px;
}
/***contents04***/
.scheduleBox0,
.scheduleBox1-5{
    background: none;
    position: relative;
}
.scheduleBox0:before,
.scheduleBox1-5:before{
    content: "";
    display: block;
    width: 2px;
    height: 92%;
    border-left: 2px dashed #00A9E3;
    position: absolute;
    top: 10px;
    left: 8px;
}
.scheduleBox0:after,
.scheduleBox1-5:after{
	content:none;	
}
.tab_item{
    height: 50px;
}
.tab_item span{
    padding: 0 1em;
}
.tabBoxSet{
    top: -50px;
}

.scheduleList dt{
    width: 100%;
    padding-bottom: 0;
    font-size: 18px;
}
.scheduleList dt:after{
    content: none;
}
.scheduleList dd{
    width: 100%;
    padding-left: 24px;
    padding-bottom: 1em;
	font-size:16px;
}



/***contents05***/
.eventsTable th{
    padding: 0.5em;
    text-align: center;
}
.eventsTable td{
    font-size: 14px;
}

/***contents06***/
#thumbList li {
    width: 32%;
    margin-bottom: 1em;
}
#thumbList li:nth-child(3n+1) {
    margin-left: 0;
}
/***contents07***/
.visitColumn{
    margin-bottom: 4em;
}
.visitColumn .columnImg{
    width: 100%;
    margin-left: 0;
}
.visitColumn .columnText{
    width: 100%;
}
.visitBox h3{
    font-size: 18px;
}
.visitBox dl{
    display: block;
}
.visitBox dl dd{
    width: 100%;
    margin-left: 0;
}
/***contents08***/
.chiikiTtlSet{
    display: block;
}
.chiikiTtlSet h2{
    text-align: center;
    margin-bottom: 1em;
}
.chiikiTtlSet p{
    margin-left: 0;
}
.fukidashiBox h3 span{
    font-size: 14px;
}
.fukidashiBox p{
    text-align: left;
}

.soudanColumnSet .columnImg{
    width: 100%;
    margin-left: 0;
}
.soudanColumnSet .columnImg .imgOnlyStyle img{
    width: 100%;
}
.soudanColumnSet .columnText{
    width: 100%;
}

.soudanColumnSet .columnImg .btnStyle3 {
    margin-bottom: 3em;
}
/***contents09***/
.nurseryTable th{
    display: block;
    padding-bottom: 0;
}
.nurseryTable td{
    display: block;
    padding-top: 0.5em;
}
.map iframe{
	height: 300px;
}

.routeColumnSet{
    display: block;
}
.routeColumnSet h3{
    text-align: center;
}
.routeColumnSet h3 span{
    width: 80px;
    height: 80px;
    font-size: 18px;
    line-height: 80px;
}
.routeColumnSet dl{
    margin-left: 0;
}
/***contents10***/
.panelLinkList{
    display: block;
	margin-bottom:0;
}
.panelLinkList li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 2em;
}
.panelLinkList li .imgOnlyStyle{
    border-radius: 20px;
}
.panelLinkList li .textArea{
    padding: 1em 1em 0 0;
    border-radius: 0 20px 0 0;
    margin-top: -2em;
}
.panelLinkList li .textArea h3{
    font-size: 16px;
    flex-wrap: wrap;
}
.panelLinkList li .textArea h3 span{
    display: block;
    font-size: 14px;
}
.panelLinkList li .textArea h3 + p{
    font-size: 14px;
}

/***downloadArea***/

.downloadArea .downloadBtnList{
    display:block;
}
.downloadArea .downloadBtnList li{
    width: 100%;
    margin-left: 0;
    display: block;
}
.downloadArea .downloadBtnList li a{
    justify-content: start;
}
/* footer Setting
=========================================================================================== */
footer:before{
    background-image: url("../images/footer_topborder_sp.svg");
    height: 10vw;
}
footer #footerArea{
    padding: 2em 0;
}
footer #footerArea .footerColumnSet{
    display: block;
}
footer #footerArea .footerColumnSet .footerColumnL{
    width: 100%;
    text-align: center;
}
footer #footerArea .footerColumnSet .footerColumnL h2{
    justify-content: center;
}
footer #footerArea .footerColumnSet .footerColumnL .footerTelList{
    justify-content:center;
}
footer #footerArea .footerColumnSet .footerColumnL .footerTelList li.tel a{
    font-size: 18px;
}
footer #footerArea .footerColumnSet .footerColumnL .footerTelList li.fax{
	font-size: 18px;
}
footer #footerArea .footerColumnSet .footerColumnL .footerSnsList{
    justify-content:center;
}
footer #footerArea .footerColumnSet .footerColumnL .footerSnsList li:last-child{
    margin-right:0;
}
footer #footerArea .footerColumnSet .footerColumnR{
    display: none;
}
/*footer #footerArea{
    padding-bottom: 2em;
}
footer #footerArea .footerColumnSet{
    display: block;
}
footer #footerArea .footerColumnSet .footerColumnL h2{
    font-size: 24px;
}
footer #footerArea .footerColumnSet .footerColumnL{
    width: 100%;
    text-align: center;
}
footer #footerArea .footerColumnSet .footerColumnR{
    display: none;
}*/
/* After Setting
=========================================================================================== */
/*.mb6Sp{
    margin-bottom: 6em;
}*/
}
/*============================================================================================================

max-width: 579px

============================================================================================================ */
@media screen and (max-width: 579px) {
}