@charset "UTF-8";
@charset "UTF-8";

/* 基本設定： 色 */

.pink{
    color: #ff8995;
}

.blue{
    color: #5eadbe;
}

.redorange{
    color: #db4b35;
}

/* 基本設定： フォントサイズ */
@media (max-width: 599px) {
	:root {
		font-size: 14px;
	}
}

@media (min-width: 600px) and (max-width: 799px) {
	:root {
		font-size: 16px;
	}
}

@media (min-width: 800px) {
	:root {
		font-size: 18px;
	}
}

*{
	margin:0;
	padding:0;
	list-style:none;
}



body {
    font-size: 15px;
font-family: 'Noto Sans JP', sans-serif;
margin: 0;
image-rendering: -webkit-optimize-contrast;}


@media (min-width: 768px) {
	
	body {
    font-size: 16px;}
	
}

img{
   
    max-width: 100%;
    height: auto;
}

/* 基本設定： ページ全体 */




/* コンテンツA： ヒーローイメージ */
.conA {

	min-height: 320px;
	background-position: center;
	background-size: cover;
	color: #000;
    padding: 1em;
    box-sizing: border-box;
    margin-bottom: 30px;
	background:#fcfaef;
}

.conA.compact {
	height: 450px;
	min-height: 0;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(img/balloon.jpg);
}

.conA h1 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-left: 0.2em;
    color: #EF8382;
    color: #e5706f;
    color: #EF8382;
    color: #ee7977;
}

.conA .text{
	padding:1em;
	box-sizing:border-box;
	text-align:left;
}

.conA p {

	font-size: 14px;
}

.conA img {
	max-width: 100%;
}

/*.conA a {
	display:block;
	padding: 10px 30px;
	border: solid 3px currentColor;
	border-radius: 6px;
	font-size: 20px;
	text-decoration: none;
	margin:20px auto;
	width:70%;
	text-align:center;
}*/

.conA a:hover	{
	background-image: linear-gradient(
		rgba(255,255,255,0.2),
		rgba(255,255,255,0.2)
	);
}

.conA .text img{
	margin-bottom:20px;
}

.lesson_btn a{
	display:block;
	padding: 20px 20px;
	width:90%;
	max-width:500px;
	margin:0 auto;
	text-decoration:none;
	font-size:18px;
    font-weight: bold;
/*	border-bottom:3px dashed #ff9572;
	border-top:3px dashed #ff9572;*/
	background:#EF8382;
	color:#fff;
	text-align:center;
	box-sizing:border-box;
    border-radius: 10px;
} 


.main_img{
	text-align:center;
	width:90%;
	margin:0 auto;
	height: auto;
	
}

.conA .text img{
	width:100%;
	height:auto;
	/*backface-visibility: hidden;*/
}


	.main_img img{
		
	image-rendering: -webkit-optimize-contrast;
}

@media (min-width: 768px) {
    
    .conA{
        /*height: 500px;*/
        padding: 2em 1em;
		
    }
    
    .conA .container{
        max-width: 960px;
        margin: 0 auto 10px;
		text-align:center;
		display:flex;
		justify-content:space-around;
    }
	
	
	.conA .text{
		width:48%;
		box-sizing:border-box;
	}
	
	.conA h1 {
		font-size: 24px;
	}

	.conA p {
		font-size: 18px;
        line-height: 2em;
	}
	
.lesson_btn a{
	padding: 30px 30px;
    font-size: 20px;
} 	

    .main_img{
    margin-top: 40px;
	width:400px;
	}


}


.main_c{
    max-width: 960px;
    margin: 0 auto;
    padding: 1em;
    box-sizing: border-box;
}


.midashi {
/*	position: relative;
	height: 1.2em;
	color: #424242;
	background-color: #F4BBBB;
    background-image: -moz-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFEFEF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFEFEF),color-stop(.75, #FFEFEF), color-stop(.75, transparent),to(transparent));    
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFEFEF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFEFEF),color-stop(.75, #FFEFEF), color-stop(.75, transparent),to(transparent));
    background-image: -ms-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFEFEF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFEFEF),color-stop(.75, #FFEFEF), color-stop(.75, transparent),to(transparent));
    background-image: gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFEFEF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFEFEF),color-stop(.75, #FFEFEF), color-stop(.75, transparent),to(transparent)); 
	background-size: 5px 5px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1em;
    text-align: center;*/
/*    width: 90%;
    margin: 0 auto 1em;*/
	text-align:center;
}
.midashi span {
	/*position: absolute;*/
/*    position: relative;
    text-align: center;
	display: inline-block;
	margin-top: -0.2em;*/
/*	margin-left: 0.8em;*/
	/*padding: 0.3em 0.5em 0em 0.5em;*/
/*    padding: 0 0.5em 0.5em;
	background: #ffffff;
    vertical-align: middle;*/

}

.info{
    padding:1em;
    box-sizing: border-box;
    /*border: 2px solid #cacaca;*/
    min-height: 100px;
    /*overflow-y: scroll; */
    margin-bottom: 30px;
    max-width: 800px;
    margin: 0 auto 30px;
}

.info dl dt{
    color: #ef6c6c;
    color:#EF8382;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.info dl dd{
    margin: 0;
    padding-left: 1em;
    font-size: 15px;
}

.scheduleinfo{
    margin-bottom: 30px;
    padding: 0.5em;
    box-sizing: border-box;

}

.schedule{
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
}

.schedule caption{
    color: #887967;
    text-align: center;
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size: 16px;
}

.schedule th{
    padding: 0.5em;
    box-sizing: border-box;
    font-size: 15px;
}

.schedule td{
    padding: 0.5em;
    box-sizing: border-box;
    border: 1px dashed #cacaca;
    font-size: 15px;
}

.kids3{
    color: #fff;
    background: #95d0dd;
}

.youji{
    color: #fff;
    background: #ff8995;
    background: #fe8886;
	background: #ffacab;
    
}

.chugaku{
    color: #fff;
    background: #ff9572;
	background:#fea852;   
}

.callender{
    max-width: 600px;
    margin: 0 auto;
    padding: 1em;
    box-sizing: border-box;
}

.callender01{
    margin-bottom: 20px;
    text-align: center;
}

.callender02{
    margin-bottom: 20px;
}

.callender02 p{
    /*font-size: 120%;*/
    margin-bottom: 1em;
}



.box{
    padding:0 1em;
    box-sizing: border-box;
    margin-bottom: 30px;
    max-width: 600px;
    margin: 0 auto 30px;
}


.top_con{
	margin-bottom:30px;
}

@media (min-width: 768px) {
    
    .midashi{
        font-size: 24px;
    }    
    
    
.main_c{
/*    display: flex;
    flex-direction: row-reverse;*/
    margin-bottom: 30px;
}
    
/*    .left_box{
        width: 30%;
        margin-right: 50px;
        background: #F3F3F3;
        padding:0 1em 1em;
        box-sizing: border-box;
    }
    */
    .info{
        margin-bottom: 30px;
        padding: 1em;
        box-sizing: border-box;
    }
    
    
    .info dl dt{
        font-size: 18px;
    }
    .scheduleinfo{
        margin-bottom: 80px;
        max-width: 600px;
        margin: 0 auto 30px;
		padding:1em;
    }   
    
.schedule caption{
    font-size: 20px;
    margin-bottom: 1em;
    font-weight: bold;
}
    
    
.schedule td{
    padding: 1em;

}    
    
    
    .callender01{
       /* float: left;
        margin-right: 20px;*/
    }
	
.callender02{
	font-size:18px;
}
	
	
.box{
	width:90%;
	margin:0 auto 50px;
}
	
	

.top_con{
	margin-bottom:40px;
}


.contact_box{
    font-size: 18px;
    margin-bottom: 1em;
}
}

/* コンテンツB： 概要（アイコン＋テキスト） */
.conB .container {
	/*padding-top: 80px;*/
	padding-bottom: 20px;
}

.conB .text {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
    padding-top: 14px;
	text-align: center;
    border: 2px solid #fab39d;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #fcf7f5;
}

.conB h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
    color: #EF8382;
    color: #e5706f;
    color: #EF8382;
    color: #ee7977;
}
    


.conB p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.4;
	opacity: 0.8;
    text-align: left;
}

.conB a {
	color: #fff;
    background: #ff9572;
	text-decoration: none;
    font-weight: bold;
    padding: 0.5em 1em;
    border-radius: 6px;
    /*border-bottom: 3px dotted #ff9572;*/
    font-size: 14px;
    text-decoration: none;
    transition: all ease 0.3s;
}

.conB a:hover	{
	background: #EF8382;
}

.conB img	{
    width:100px;
    height: auto;
	margin-bottom: 10px;
}

.conB p.topmenu_img{
    float: left;
    margin-right: 16px;
    margin-bottom: 0;
    
}


@media (min-width: 768px) {
	.conB .container {
		display: flex;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
        flex-wrap: wrap
	}

	.conB .text	{
		width: 32%;
        margin: 0 auto 30px;
        box-sizing: border-box;
	}
	
	
.conB .text img	{
	width:150px;
    height: auto;
	margin-bottom: 10px;
}
    
.conB p.topmenu_img{
    float: none;
    margin-right: 0;
    text-align: center;
}
    

	
}



/* コンテンツC： 概要（画像＋テキスト） */
.conC {
	/*background-color: #5D9AB2;*/

	/*color: #fff;*/

}

.conC .text {
	padding: 20px;
}

.conC h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
}

.conC p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.8;
	opacity: 0.8;
}

.conC a {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	border: solid 3px currentColor;
	border-radius: 6px;
	background-color: #BF6A7A;

	color: #fff;

	font-size: 14px;
	text-decoration: none;
}

.conC a:hover	{
	background-image: linear-gradient(
		rgba(255,255,255,0.2),
		rgba(255,255,255,0.2)
	);
}

.conC .photo {
	min-height: 200px;
	background-image: url(img/note.jpg);
	background-position: center;
	background-size: cover;
}

@media (min-width: 768px) {
	.conC .container {
		display: flex;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}

	.conC .photo {
		flex: 3;
	}

	.conC .text {
		flex: 2;
		padding: 50px;
	}
}



/* コンテンツD： イベント用　デスクトップ２カラム、モバイル１カラム */



.conD{
    padding: 1em;
    box-sizing: border-box;
}

.conD .container{
    
    margin-bottom: 3em;
}

.conD .text{
    
    box-sizing: border-box;
    padding:0 1em 1em;
    
}

.conD .text img{
    max-width: 200px;
    height: auto;
}

.conD .text.img{
    text-align: center;
    padding:0 1em;
}


.conD h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: center;
}

@media (min-width: 768px) {
    
    .conD .container{
        max-width: 800px;
        margin: 0 auto;
        display: flex;
    justify-content: space-around;
        flex-direction: row-reverse;
        margin-bottom: 2em;
    }
    
.conD .text{
   width: 50%;
    padding: 1em;

}
.conD .text.img{
    padding:1em;
}
    
    .conD h2{
        text-align: left;
    }    
    
	
}




/* コンテンツD： イベント用　デスクトップ２カラム、モバイル１カラム */



.conD{
    padding: 1em;
    box-sizing: border-box;
}

.conD .container{
    
    margin-bottom: 3em;
}

.conD .text{
    
    box-sizing: border-box;
    padding:0 1em 1em;
    
}

.conD .text img{
    max-width: 200px;
    height: auto;
}

.conD .text.img{
    text-align: center;
    padding:0 1em;
}


.conD h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: center;
}

@media (min-width: 768px) {
    
    .conD .container{
        max-width: 800px;
        margin: 0 auto;
        display: flex;
    justify-content: space-around;
        flex-direction: row-reverse;
        margin-bottom: 2em;
    }
    
.conD .text{
   width: 50%;
    padding: 1em;

}
.conD .text.img{
    padding:1em;
}
    
    .conD h2{
        text-align: left;
    }    
    
	
}






/* フッター */

.foot01{
    padding: 20px 0 20px;
    box-sizing: border-box;
    /*border: 2px solid #fab39d;*/
   /* border-radius: 10px;*/
    /*max-width: 700px;*/
    margin: 0 auto 30px;
    background: #eef6f8;
    border-top: 3px dotted #5eadbe;

}


.foot02{
    padding: 20px 0 20px;
    box-sizing: border-box;
    /*border: 2px solid #fab39d;*/
   /* border-radius: 10px;*/
    /*max-width: 700px;*/
    margin: 0 auto 30px;
    background: #eff9f1;
    border-top: 3px dotted #6cd685;
}


footer {
	color: #fff;
	/*background-color: #2B5566;*/
    
}

footer .container {
	padding: 40px 0px 46px;
}

.foot01 h2, .foot02 h2{
    font-size: 18px;
    text-align: center;
    margin-bottom: 1.5em;
}

@media (min-width: 768px) {
    
    .foot01,.foot02{
        padding-top: 30px;
    }
    
    
	footer .container {
/*		display: flex;
		flex-wrap: wrap;*/
		/*max-width: 1000px;
		margin-left: auto;
		margin-right: auto;*/
		padding-bottom:0;
	}

}


/* フッターA： サイト情報 */
.footA {
	margin-bottom: 30px;
}

.footA h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	/*letter-spacing: 0.2em;*/
    text-align: center;
}

.footA h2 img{
    width: 50%;
    height: auto;
}

.footA p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
}

.footA a {
	color: inherit;
	text-decoration: none;
}


/* フッターB： フッターメニュー */
.footB{
    
	background-image: url("img/footer_img.png") ;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 1200px auto;
    position: relative;
    
}

.footB .icon{
    max-width: 1000px;
    height: 140px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}


.foot_kotton{
    position: absolute;
    top:50px;
    left: 20px;
}


.foot_icchi{
    position: absolute;
    top:40px;
    right: 20px;
}


.foot_cat{
    position: absolute;
    top:50px;
    right: 100px;
}


.foot_bird1{
    position: absolute;
    top:0px;
    right: 70px;
}

.foot_bird2{
    position: absolute;
    top:80px;
    left: 140px;
}

.foot_dog{
    position: absolute;
    top:60px;
    left:90px;
}

.foot_mogu{
    position: absolute;
    top:90px;
    left:170px;
}


.foot_flower{
    position: absolute;
    bottom:10px;
    right:0px;
}

.foot_flower2{
    position: absolute;
    bottom:10px;
    left:70px;
}

.foot_flower3{
    position: absolute;
    display: none;
}


.foot_kotton img, .foot_icchi img, .foot_cat img, .foot_bird1 img, .foot_bird2 img, .foot_dog img, .foot_mogu img, .foot_flower img, .foot_flower2 img, .foot_flower3 img{
    width: 60%;
    height: auto;
}




@media (min-width: 768px) {
    
.footB{
   /*height: 200px;*/
    background-image: url("img/footer_img.png") ;
    background-size: auto;
}
    
    .foot .icon{
        height: 180px;
    }    
    
    
.foot_kotton{
    top:30px;
    left: 100px;
}
    
    
  .foot_icchi{
      top:10px;
        right: 100px;
    }
    
.foot_cat{
    right: 200px;
}
    
    
.foot_bird1{
    top:-50px;
    right: 260px;
} 
    
    .foot_bird2{
        top:30px;
        left: 400px;
    }
    
    .foot_dog{
        top:30px;
        left: 250px;
    } 
    
.foot_mogu{
    top:70px;
    left:470px;
}
    
.foot_flower3{
    display: block;
    position: absolute;
    top:40px;
    right:330px;
}    
    
    
.foot_kotton img, .foot_icchi img, .foot_cat img, .foot_bird1 img, .foot_bird2 img, .foot_dog img, .foot_mogu img, .foot_flower img, .foot_flower2 img, .foot_flower3 img{
    width: 100%;
    height: auto;
}    
    
    .footA h2{
        margin-bottom: 80px;
    }    
    
  .footA h2 img{
    width: auto;
    height: auto;
}  
    
  
}


/* フッターC： コピーライト */
.footC {
	font-size:12px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
    color: #434343;
    position: absolute;
    bottom:0;
  left:50%;
  transform:translateX(-50%);
  margin:auto;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;

   /* width: 100%;*/
    
}

@media (min-width: 768px) {
    
.footC {
    padding: 20px 0 10px;
    

    
}    
    
    
}


/* フッターD： SNSメニュー */
.footD {
	margin-top: 20px;
}

.footD ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footD a {
	display: block;
	margin-right: 8px;
	padding: 0;
	color: inherit;
	font-size: 16px;
	text-decoration: none;
	border: solid 1px currentColor;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	text-align: center;
}

.footD a:hover {
	background-color: rgba(0,0,0,0.3);
}


/* ヘッダー */
header {
/*	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;*/
	width: 100%;
	background-color: rgba(255,255,255,0.9);
}





.nohero header {
	position: static;
	border-bottom: solid 1px #ddd;
	border-bottom: solid 1px var(--gray-color);
}

/* ヘッダーA: サイト名 */
.headA {
	display: inline-block;
/*	line-height: 70px;*/
	padding:16px 20px;
/*	background-color: #F99;
	color: #fff;*/
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	text-decoration: none;
	box-sizing:border-box;
	width:100%;
    text-align: center;
}

.headA img{
    width:50%;
    height:auto;

}

@media (min-width: 768px) {
	
	.headA{
		padding:40px 20px;
	}

.header_left{
		background-image:url(img/h_left.png);
	background-position:left top;
	background-repeat:no-repeat;
	
}


.header_right{
	background-image:url(img/h_right.png);
	background-position:right top;
	background-repeat:no-repeat;
	
}

.headA img{
   width:auto;

}
}




/* ヘッダーB： ナビゲーションメニュー*/
    
.headB ul {
	margin: 0;
	padding: 0;
	list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    max-width: 960px;
    margin: 0 auto;
	margin-block-start: 0em;
    margin-block-end: 0em;
	padding-inline-start: 0px;
}

.headB li{
    box-sizing: border-box;
	text-align:center;
    width: 23%;
}

.headB li img{
	width:30px;
	height:auto;
}

.headB li.pc{
	display:none;
}

.headB a {
	display: block;
	padding:5px 5px;
	color: inherit;
	font-size: 11px;
	text-decoration: none;
    border-right:1px dashed #F99;
    border-right:1px dashed #EF8382;
    box-sizing: border-box;
    width: 100%;
}

.headB a.event{
    border-right: none;
}

.headB a:hover {
/*	background-color: rgba(0,0,0,0.3);*/
}

.en{
	font-size:90%;
	color:#EC6867;
}

.menu-home{
	display:inline-block;margin-bottom:1.4em;
}

@media (min-width: 768px) {
	header .container {

        max-width: 1000px;
        margin: 0 auto;
	}

	.headB li {
		width: 16.666%;
	}
	
	.headB li img{
	width:50px;
	height:auto;
}
	
	.headB li.pc{
		display:block;
	}
    
    .headB a{
        font-size: 14px;
		width:100%;
		transition : all 0.1s ease 0s;
		padding:5px 10px;
    }
	
	.headB a:hover{
        transform:translateY(-4px);
}

    
    .headB a.member{
        border-right: none;
    }
    
.headB a.event{
    border-right:1px dashed #F99;
}
    
	
	.headA{
		width:100%;
		margin-bottom:10px;
}    
.en{
	font-size:70%;
	color:#EC6867;
}

.menu-home{
	margin-bottom:0;
}



}
 

/* ヘッダーC： トグルボタン */

@media (max-width: 767px) {
	/* 767px以下のとき */
	header .container-small {
		display: flex;
		align-items: center;
		justify-content: space-between;
        vertical-align: middle;
	}

/*	.headC {
		margin-right: 10px;
		padding: 0;
		border: none;
		outline: none;
		background: none;
		font-size: 30px;
		cursor: pointer;
        vertical-align: middle;
	}*/

	.headC:hover {
		opacity: 0.3;
	}

	.headB {
		/*display: none;*/
        
	}
	
	.headD{
		display:none;
	}
}

@media (min-width: 768px) {
	/* 大きい画面用の設定 */
	.headC {
		display: none;
	}

	.headB {
		display: block !important;
		margin-bottom:30px;
	}
}


/* スマホ用スライドメニュー*/


.global-nav {
	position: fixed;
	right: -320px;
	top: 0;
	width: 300px;
	height: 100vh;
	padding-top: 40px;
	background-color:#fff;
 transition: all .6s;
	z-index: 200;
	overflow-y: auto;
	padding:0 20px;
	box-sizing:border-box;
}
.hamburger {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 46px;
	cursor: pointer;
	z-index: 300;
	background:#ee7977;
	/*background:#ff9572;*/
}

.hamburger__line {
	position: absolute;
	left: 20px;
	width: 22px;
	height: 2px;
	background-color: #EF8382;
    background-color: #fff;
 transition: all .6s;
}
.hamburger__line--1 {
	top: 14px;
}
.hamburger__line--2 {
	top: 21px;
}
.hamburger__line--3 {
	top: 28px;
}
.black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
 transition: all .6s;
	cursor: pointer;
}


.nav-open .global-nav {
	right: 0;
}
.nav-open .black-bg {
	opacity: .8;
	visibility: visible;
}
.nav-open .hamburger__line--1 {
	transform: rotate(45deg);
	top: 21px;
	background-color:#EF8382;
    background-color: #fff;
}
.nav-open .hamburger__line--2 {
	width: 0;
	left: 50%;
}
.nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 21px;
	background-color:#EF8382;
    background-color: #fff;
}


.global-nav ul{
	padding-top:60px;
	margin-bottom:20px;
}


.global-nav ul li{
    display: block;
 position: relative;
}
.global-nav ul li a{
    padding:15px 20px;
    color: #000;
    display: block;
 text-decoration: none;
 border-bottom:1px dashed #999;
 position: relative;
    vertical-align: middle;

    }
	
	
.global-nav ul li a::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #EC6867;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}


.global-nav ul li a::after{
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 10;
    margin: auto;
    content: "";
    vertical-align: middle;
}	

/*	
.global-nav ul li a:hover{
    background: #bab6e7;
}
*/







 @media (min-width: 768px) {

.global-nav {
	display:none;
}

.hamburger {
	display:none;
}



}


.headC{
	display:none;
}




/*#menu{
 position: fixed;
 top: 0;
 right: -300px;
 width: 300px;
 height: 100%;
 background:#feeeee;
    z-index:2;
	padding:0 10px;
	box-sizing:border-box;
}
#menu ul{
 padding-top:60px;
}
#menu ul li{
    display: block;
 position: relative;
}
#menu ul li a{
    padding:15px 20px;
    color: #000;
    display: block;
 text-decoration: none;
 border-bottom:1px dashed #999;
 position: relative;
 

    vertical-align: middle;

    }
	
	
#menu ul li a::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #EC6867;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}


#menu ul li a::after{
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 10;
    margin: auto;
    content: "";
    vertical-align: middle;
}	
	
	
	
	
	
	
#menu ul li a:hover{
    background: #bab6e7;
}

.slide-menu-button{
    position:fixed;
    top:0;
    right:0;
    padding:10px;
 outline: none;
 border: none;
 color: #2B7396;
 font-size: 20px;
 cursor: pointer;
    z-index:12;
}
.slide-menu-button .menu-icon {
  display: block;
  margin:10px;
  float: left;
  cursor: pointer;
}
.slide-menu-button .menu-icon span {
  display: block;
  width: 30px;
  height: 4px;
  background: #4B64A1;
  margin-bottom: 4px;
}


.headC{
    position:fixed;
    top:0;
    right:0;
    padding:10px 16px;
 outline: none;
 border: none;
 color: #F99;
    color: #EF8382;
 font-size: 22px;
 cursor: pointer;
    z-index:12;
    background:#fff;
  
}


@media (min-width: 768px) {
	
.headC{
	display:none;
}
}

*/



.title .container{
    text-align: center;
    padding: 40px 0 10px;
}

.title h1{
    font-size: 18px;
}

@media (min-width: 768px) {
    
.title .container{
    text-align: center;
    padding: 40px 0;
}    
    
.title h1{
    font-size: 22px;
}    
    
}


/* コンテンツページ: 記事 */
.post .container {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 1em;
    box-sizing: border-box;
}

.post h1 {
	padding-left: 0.5rem;
	border-left: solid 0.75rem #BF6A7A;
	border-left: solid 0.75rem var(--accent-color);
	font-size: 16px;
}

.post p {
	/*font-size: 16px;*/
	line-height: 2;
}

.post img {
	max-width: 100%;
}

@media (min-width: 768px) {
    .post p{
        font-size: 15px;
    }
}


/* コンテンツページ: パンくずリスト */
.bread ol {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bread a {
	display: block;
	padding: 5px;
	color: inherit;
	font-size: 0.875rem;
	text-decoration: none;
}

.bread a::after {
	margin-left: 10px;
	content: '\f054';
	font-family: 'FontAwesome';
	opacity: 0.3;
}

.bread a:hover {
	background-color: rgba(0,0,0,0.3);
}



/* アバウトページ： 画像と沿革 */
.history {
	background-color: #5D9AB2;
	background-color: var(--main-color);
	color: #fff;
	color: var(--text-bright-color);
}

.history .text {
	padding: 20px;
}

.history h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.5rem;
}

.history .photo {
	min-height: 300px;
	background-image: url(img/plant.jpg);
	background-position: center;
	background-size: cover;
}

.history table {
	border-collapse: collapse;
	border-top: solid 1px #ddd;
	border-top: solid 1px var(--gray-color);
	font-size: 0.875rem;
}

.history th,
.history td {
	padding-top: 1.8rem;
	padding-bottom: 1.8rem;
	border-bottom: solid 1px #ddd;
	border-bottom: solid 1px var(--gray-color);
}

.history th {
	padding-right: 1rem;
	text-align: left;
	word-break: keep-all;
}


@media (min-width: 768px) {
	.history .container {
		display: flex;
		max-width: 1000px;
		max-width: var(--large-width);
		margin-left: auto;
		margin-right: auto;
	}

	.history .photo {
		flex: 3;
	}

	.history .text {
		flex: 2;
		padding: 50px;
	}
}


/* お問い合わせページ: 問い合わせ先 */
.contact {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	border: solid 1px #ddd;
	border: solid 1px var(--gray-color);
	text-align: center;
}

.contact span	{
	display: inline-block;
	margin-bottom: 20px;
	font-size: 2.2rem;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	text-align: center;
	background-color: #5D9AB2;
	background-color: var(--main-color);
	color: #fff;
	color: var(--icon-color);
}

.contact h2 {
	margin-top: 0;
	font-size: 1.2rem;
}

.contact a {
	font-size: 1.4rem;
	color: inherit;
	text-decoration: none;
}


@media (min-width: 768px) {
	.contact-wrap {
		display: flex;
	}

	.contact {
		flex: 1;
	}

	.contact:first-child {
		margin-right: 20px;
	}
}


/* お問い合わせページ： 地図 */
.location iframe {
	width:100%;
	height: 400px;
	vertical-align: bottom;
}

.location h2 {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #5D9AB2;
	background-color: var(--main-color);
	color: #fff;
	color: var(--text-bright-color);
	font-size: 1.5rem;
	text-align: center;
}



.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
    width: 90%;
margin: 0 auto;}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


#page_top{
  position: fixed;
  right: 0px;
  bottom: 0;
    z-index: 100;

}
#page_top img{
  position: relative;
  text-decoration: none;
transition: all 0.2s;
}


/*
#page_top img:hover{
    transform: translate(-60px,0px);
}
*/

.pc{
	display:none;
}

.pc_flag{
	display:none;
}

@media (min-width: 768px) {
	
	.sm{
		display:none;
	}

	
	.pc{
		display:block;
	}
	
	.pc_flag{
		display:inline-block;
	}	
	
}



.f_menu{
	position:fixed;
	bottom:0;
	width:100%;
	box-sizing:border-box;
}

.f_menu .container{
	display:flex;
	box-sizing:border-box;
}

.f_menu .fm01{
	color:#EE7977;
	color:#fff;
	width:calc(100%-60px);
	width:-webkit-calc( 100% - 60px );
	width: -moz-calc(100%-60px);
	box-sizing:border-box;
	
	background:#5eadbe;
	background:#7bc2d1;
	/*border:2px solid #ee7977;*/
	display:flex;
	justify-content:center;
	padding:10px 0;
	box-sizing:border-box;
	height:46px;
	border-right:2px solid #fff;
}

.f_menu .fm01 a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#fff;
	box-sizing:border-box;
	font-weight:bold;
	display:flex;
	justify-content:center;
}


.f_menu img{
	width:20px;
	margin-right:10px;
}



@media (min-width: 768px) {
	
	.f_menu{
	display:none;
}
}


.ig{
	width:100%;
	margin:0 auto 20px;
}




.ig_btn{
	display:none;
}

@media (min-width: 768px) {
.ig_btn{
	display:block;
	position:fixed;
	bottom:150px;
	right:0;
	width:40px;
	height:190px;
}

.ig_btn a{
	display:flex;
	justify-content:space-around;
	align-items:center;
	width:100%;
	height:100%;
	padding:0.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	color:#fff;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
 /* text-orientation: upright;*/
  text-decoration:none;
  
/*  background: linear-gradient(to right,
        rgba(247, 207, 0, 0.7),
        rgba(246, 37, 2, 0.7) 45%,
        rgba(182, 47, 82, 0.7) 75%,
        rgba(113, 58, 166, 0.7));*/
		
		background:url(img/ig_back.jpg);
		background-size:cover;
		border-radius:7px 0 0 7px;
		font-size:13px;
		font-weight:bold;
  
  
transition: all 0.3s;
  
}

.ig_btn a:hover{
	transform: translate-x(-10px);
	opacity:0.7;
}
}



.col2 .text{
	margin-bottom:1em;
}

.col2 .img{
	text-align:center;
}

.col2 .img img{
	width:100%;
	max-width:180px;
	margin:0 auto;
}

@media (min-width: 768px) {

dd .col2{
	display:flex;
}

.col2 .text{
	width:60%;
	margin-bottom:0;
}

.col2 .img{
	width:20%;
}

.col2 .img img{
	max-width:200px;
}
}
	
	

	
	
