@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

img{
	max-width: 100%;
	vertical-align: bottom;
	pointer-events: none; 
	-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

.link {
  text-decoration: none;
}

ul{
	list-style: none;
}

table{
	border-spacing: 0;
}

.contentIn{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

.flexBox{
	display: flex;
}

.ai_c{
	align-items: center;
}

.ai_fs{
	align-items: flex-start;
}

.ai_fe{
	align-items: flex-end;
}

.jc_sb{
	justify-content: space-between;
}

.jc_c{
	justify-content: center;
}

#supports .txa_c {
		font-size: 20px;
	font-weight: bold;
}

.txa_c{
	text-align: center;

}

.txa_r{
	text-align: right;
}

.txa_l{
	text-align: left;
}


/*==================================

共通

==================================*/

*[class*="sectionH2"]{
	position: relative;
}

*[class*="sectionH2"] .circle{
	margin-top: -5%;
	top: -48%;
	display: inline-block;
	margin: 0 auto;
	padding: 30px 44px 0;
    border-radius: 50% 50% 0 0/ 70% 70% 0 0;
}

*[class*="sectionH2"] img{
	width: 150px;
}

.sectionH2_01{
	background: linear-gradient(#fff 55%, #e4edeb 40%);
}

.sectionH2_01 .circle{
	background-color: #e4edeb;
}

.sectionH2_02{
	background: linear-gradient(#e4edeb 55%, #fff 40%);
}

.sectionH2_02 .circle{
	background-color: #fff;
}

.secH3{
	margin: 40px auto 30px;
}

.secH3 img{
	height: 70px;
}

.application {
	margin: 70px auto 0;
}

table.tableStl01 {
    margin: 0 auto;
    font-size: 18px;
    border-collapse: separate;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #333;
}

table.tableStl01 .month {
	padding: 6px 20px;
	color: #fff;
	background-color: #4abdac;
	text-align: center;
	width: 200px;
	font-size:23px;
	font-weight: bold;
}

table.tableStl01 th:not(:last-of-type){
	border-right: 1px dotted #333;
}


table.tableStl01 td{
	padding: 16px 20px;
	background-color: #fff;
	border-top: 1px solid #333;
}

table.tableStl01 tr td:first-child{
	border-right: 1px dotted #333;
}

.button01_pink{
	display: block;
	width: 552px;
	max-width: 100%;
	margin: 0 auto 5px;
	padding: 16px;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #f98a97;
	border-radius: 12px;
	box-shadow: 5px 5px 0 0 #e27d8c;
}

.button01_pink:hover{
	transform: translate(1px,1px);
	box-shadow: 4px 4px 0 0 #e27d8c;
}

.button01_pink:active{
	transform: translate(5px,5px);
	box-shadow: 0px 0px 0 0 #e27d8c;	
}

.arrow01:after{
	content: '';
	display: block;
	background: url(../images/arrow01.png) no-repeat center center / contain;
}

.button01_pink.arrow01{
	position: relative;
	padding-right: 90px;
}

.button01_pink.arrow01:after{
	position: absolute;
	top: 50%;
	right: 30px;
	width: 29px;
	height: 25px;
	margin-top: -12px;
}


/*==================================

fade

==================================*/

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

.fadeIn.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
/*==================================

.headImg

==================================*/

.headImg{
	height: 320px;
	background-image: url(../images/deco_top.png),url(../images/headImg.jpg);
	background-repeat: repeat-x , no-repeat;
	background-size: 45px, cover;
	background-position: top center, center center;
}


/*==================================

header

==================================*/

header{
	position: relative;
}

header .tel{
	margin: 10px;
}

header .tel img{
	max-height: 22px;
}

header .logo{
	position: absolute;
	top: -90%;
	left: 0;
	right: 0;
	display: inline-block;
	width: 340px;
	margin: 0 auto;
	padding: 20px 40px 70px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
}


/*==================================

追従時header

==================================*/


.fixedHeader{
    position: fixed;
    top: -300px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff url(../images/deco_top.png) repeat-x top center / 45px;
    transition: .3s;
}

.fixedHeader .headTop{
    position: relative;
    padding: 20px 0 10px;
    text-align: center;
}

.fixedHeader .tel {
    position: absolute;
    top: 20px;
    left: 10px;
}

.fixedHeader .tel img{
    max-height: 30px;
}

.fixedHeader .logo{
    position: static;
    background: rgba(255,255,255,0);
}

.fixedHeader .logo img{
    max-height: 82px;
}

.fixedHeader .headBottom{
    display: none;
    padding: 18px 0 14px;
    background-color:#e9f2f0; 
}

.fixedHeader .Nav_buttonWrap{
    position: absolute;
    top: 25px;
    right: 10px;
    width: 64px;
    height: 64px;
    cursor: pointer;
}

.fixedHeader .Nav_button span ,
.fixedHeader .Nav_button:before ,
.fixedHeader .Nav_button:after{
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 6px;
    margin: 0 auto;
    background-color: #fc4a1a;
    border-radius: 10px;
    transition: .3s;
}

.fixedHeader .Nav_button:before{
    content:'';
    top: 10px;
}

.fixedHeader .Nav_button span{
    top: 24px;
}

.fixedHeader .Nav_button:after{
    content:'';
    top: 38px;
}

.fixedHeader.open .Nav_button:before{
    top: 24px;
    transform: rotate(225deg);
}

.fixedHeader.open .Nav_button span{
   width: 0;
}

.fixedHeader.open .Nav_button:after{
    top: 24px;
    transform: rotate(-225deg);
}



.fixedHeader .Nav_buttonWrap p{
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    width: 50px;
    margin: 0 auto;
}

.fixedHeader .Nav_buttonWrap p img{
	display: block;
}

/*==================================

.globalnav

==================================*/

.globalnav{
	position: relative;
	z-index: 1;
	width: 930px;
	max-width: 100%;
	margin: 0 auto;
}

.globalnav li:not(:last-of-type){
	border-right:1px solid #cde0db;
}

.globalnav li{
	flex-basis: 20%;
}

.globalnav li a{
	display: block;
	padding: 6px 14px;
}



/*==================================

section#first

==================================*/

#first .contentIn{
	padding: 60px 0;
}

#first .contentIn .flexL{
	order: -1;
}

#first .contentIn .flexL ,
#first .contentIn .flexR{
	flex-basis: 20%;
}

#first .contentIn .flexL img ,
#first .contentIn .flexR img{
	border-radius: 15% 15% 15% 15% / 19% 19% 19% 19% ;
}

#first .contentIn .flexL img + img ,
#first .contentIn .flexR img + img{
	margin-top: 15px;
}

#first .contentIn .flexC{
	flex-basis: 50%;
}

#first .contentIn .flexC h3{
	margin-bottom: 35px; 
}


/*==================================

section#introduction

==================================*/

#introduction {
	margin-bottom: -100px;
	padding-bottom: 60px;
	background-color: #e4edeb;
}

#introduction:after{
	content: '';
	display: block;
	width: 100%;
	height: 100px;
}

#introduction .con_approach li{
	flex-basis: 30%;
	position: relative;
}

#introduction .con_approach ul{
	margin-top: 70px;
}

#introduction .con_approach li .catchImg{
	position: absolute;
	top: -12%;
	left: -9%;
	width: 35.5%;
}

#introduction .con_approach .radius{
	margin-bottom: 1em;
	border-radius: 10% 10% 10% 10% / 14% 14% 14% 14% ;
}

#introduction .con_introduction {
	text-align: center;
}
 
#introduction .con_about .flexImg{
	position: relative;
	flex-basis: 48%;
	margin-right: 44px;
	padding: 0 12px 12px 0;
}

#introduction .con_about .flexImg img{
	border-radius: 16% 16% 16% 16% / 25% 25% 25% 25% ;
	box-shadow: 12px 12px 0 0 #f98a97;
}

#introduction .con_about .flexImg:before{
	content: '';
	position: absolute;
	top: .5%;
	left: -1%;
	display: block;
	width: 52px;
	height: 64px;
	background: url(../images/deco_white01.png) no-repeat center center / contain;
}

#introduction .con_about table{
	border-collapse: collapse; 
}

#introduction .con_about table tr{
	background: url(../images/borderSide_dotted_pink.png) repeat-x bottom left;
}

#introduction .con_about table tr th ,
#introduction .con_about table tr td{
	padding: 2px 8px;
}

#introduction .con_about table tr th{
	text-align: left;
}



/*==================================

section#schedule

==================================*/

#schedule h3{
	margin: 40px auto; 
}

#schedule h3 img{
	max-height: 2em;
}

#schedule .scheduleBox{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*width: 49%;	*/
	padding: 20px 0;
}

#schedule ul.scheduleUl{
	position: relative;
	margin: 50px auto 80px;
	background: url(../images/schedule_border.png) repeat-y center left 30px;
}


#schedule ul.scheduleUl:before ,
#schedule ul.scheduleUl:after{
	content: '';
	position: absolute;
	left: 27px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	background-color: #fc4a1a;
	border-radius: 50%;
}


#schedule ul.scheduleUl:before{
    top: 0;
}

#schedule ul.scheduleUl:after{
    bottom: 0;
}

#schedule ul.scheduleUl li{
	display: flex;
	width: 100%;
	padding-left: 50px;
}

#schedule .scheduleBox .time{
	flex-shrink: 1;
	position: relative;
	display: inline-block;
	width: 6.5em;
	margin-left: 20px;
	padding: 10px 12px;
	color: #fff;
	text-align: center;
	background-color: #f98a97;
	border-radius: 20%/50%;
}

#schedule .scheduleBox .time:before{
	content: '';
	position: absolute;
	top: 50%;
	left: -20px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 22px 8px 0;
	border-color: transparent #f98a97 transparent transparent;
	transform: translateY(-50%);
}

#schedule .scheduleBox .scheduleImg{
	width: 290px;
	border-radius: 3%/5%;
}


#schedule .scheduleBox .textBox{
	width: 72%;
	margin: 0 20px;
	padding: 20px 30px 30px;
	font-size: 12px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #f4b934;
	box-shadow: 8px 7px 0 0 #f4b934;
}


#schedule .scheduleBox .textBox h4 img{
	height: 1.6em;
}

#schedule .scheduleBox .textBox h4{
	margin-bottom: 10px;
	padding-bottom: 0px;
	color: #4abdac;
	font-size: 22px;
	font-weight: bold;
	-moz-border-image: url(../images/border_dotted_yellow.png) 6 round;
	-webkit-border-image: url(../images/border_dotted_yellow.png) 6 round;
	-ms-border-image: url(../images/border_dotted_yellow.png) 6 round;
	border-image: url(../images/border_dotted_yellow.png) 6 round;
	border-width: 0 0 6px 0;
	border-style: solid;
}

#schedule .scheduleBox .textBox p{
	font-size: 14px;
}

#schedule ul.scheduleUl li.lunch{
	background: url(../images/deco_pink01.png) no-repeat bottom 25px left 70px / 80px;
}

#schedule ul.scheduleUl li:last-of-type{
	background: url(../images/deco_pink02.png) no-repeat bottom 25px left 8% / 80px;
}


#schedule .con_event{
	padding: 5px 0;
}

#schedule .con_event h3{
	margin-bottom: 20px;
}

#schedule .con_event .flexBox{
	flex-wrap: wrap;
	position: relative;
	margin: 40px auto 90px;
}

#schedule .con_event .flexBox li{
	flex-basis: 23%;
}

#schedule .con_event .flexBox li img{
	border-radius: 10%;	
}

#schedule .con_event .flexBox li.event_text{
	flex-basis: 100%;
	margin-bottom: 40px;
}

#schedule .con_event .flexBox li:first-of-type{
	position: relative;
}

#schedule .con_event .flexBox li:first-of-type:before{
	content: '';
	position: absolute;
	top: -15%;
	left: -14%;
	display: block;
	width: 152px;
	height: 60px;
	background: url(../images/deco_yellow02.png) no-repeat center center / contain;
}

#schedule .con_event .flexBox:after{
	content: '';
	position: absolute;
	bottom: -6.5%;
	right: -3.8%;
	display: block;
	width: 70px;
	height: 76px;
	background: url(../images/deco_yellow01.png) no-repeat center center / contain;
}

/*==================================

#information

==================================*/

#information{
	margin-bottom: -100px;
	background-color: #e4edeb;
}


#information:after{
	content: '';
	display: block;
	width: 100%;
	height: 100px;
}

#information .contentIn{
	padding: 40px 0 60px;
}

#information .tableTtl{
	position: relative;
	display: inline-block;
	margin: 80px 14px 40px;
	padding: 0 40px 0 6px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	background-color: #4abdac;
}

#information .tableTtl:before{
	content: '';
	position: absolute;
	top: 0;
	left: -14px;
	width: 0px;
	height: 0%;
	border-style: solid;
 border-width: 1em 14px 1em 0;
border-color: transparent #4abdac transparent transparent;
}

#information .tableTtl:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0px;
	height: 0%;
	border-style: solid;
 border-width: 1em 14px 1em 0;
border-color: transparent #e4edeb transparent transparent;
}

#information .application tr:not(:last-of-type){
	background: url(../images/borderSide_dotted_blue.png) repeat-x bottom center ;
}

#information .application > tbody > tr > th {
	text-align: left;
	vertical-align: text-top;
}

#information .application > tbody > tr > th ,
#information .application > tbody > tr > td{
    padding: 20px 30px;
}

#information .application > tbody > tr.priceList{
	background: none;
}

#information .application th p{
	display: inline-block;
	background: linear-gradient(rgba(255,255,255,0) 50%,#f4b934 50%);
	white-space: pre;
}

#information .infotext {
	margin: 0 auto;
	width: 655px;
	text-align: center;
}

.infotext a {
	color:#4abdac;
}


/*==================================

#supports

==================================*/
#supports {
	text-align: center;
}

#supports .simg {
	margin-bottom: 100px;
}

#supports .contentIn{
	padding: 40px 0 60px;
}

#supports .contentIn p{
	margin-bottom: 30px;
}


/*==================================

#access

==================================*/

#access{
	margin-bottom: -100px;
	background-color: #e4edeb;
}


#access:after{
	content: '';
	display: block;
	width: 100%;
	height: 100px;
}

#access .contentIn{
	padding: 0 0 60px; 
    text-align: center;
    background: url("../images/deco_yellow03.png") no-repeat right bottom / 140px;
}

#access .googleMap_wrapper{
	margin: 30px auto 60px;
	border: 15px solid #f4b934;
	border-radius: 30px;
	overflow: hidden;
}

#access .googleMap_wrapper iframe{
	vertical-align: middle;
}

#access h3{
    display: inline-block;
	margin-bottom: 40px;
    padding-bottom: 5px;
    -moz-border-image: url(../images/border_dotted_orange.png) 6 round;
    -webkit-border-image: url(../images/border_dotted_orange.png) 6 round;
    -ms-border-image: url(../images/border_dotted_orange.png) 6 round;
    border-image: url(../images/border_dotted_orange.png) 6 round;
    border-width: 0 0 6px 0;
    border-style: solid;
}

#access h3 img{
	max-height: 2em;
}

#access .address{
    font-size: 17px;
}

#access .address .txt_s{
    font-size: 14px;
}

/*==================================

#recruit

==================================*/


#recruit .contentIn{
	padding: 60px 0 80px;
}

#recruit h3{
    margin: 60px auto 30px;
}

#recruit h3 img{
	max-height: 2em;
}

#recruit p{
    margin-bottom: 40px;
}


/*==================================

#contact

==================================*/

#contact{
    background-color: #e4edeb;
}

#contact .contentIn{
    padding: 50px 0 70px;
    background: url(../images/deco_white02.png) no-repeat left top 30px / 100px;
}

#contact .tel{
    margin: 40px auto 30px;
    text-align: center;
}

#contact .tel img{
    max-height: 3em;
}


/*==================================

footer

==================================*/

footer{
    padding: 65px 0 20px;
    text-align: center;
    background: url(../images/deco_bottom.png) repeat-x bottom center / 45px;
}


/*==================================

@media screen PC

==================================*/

@media screen and (min-width:761px){
    .spOnly{
        display: none; 
    }
	
	#schedule .con_event .flexBox li.event_text{
		order: -1;
		flex-basis: 100%;
	}
}


/*==================================

@media screen SP

==================================*/

@media screen and (max-width:760px){
    .pcOnly{
        display: none;
    }
	
	.sp_bk{
		display: block !important;
	}
    
    .contentIn{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .fixedHeader{
        top: 0 !important;
    }
    
    .headImg {
        height: 320px;
        background-image: url(../images/headImg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left center;
    }

    .fixedHeader .tel ,
    .fixedHeader .logo{
        width: 30%;
    }
    
    .fixedHeader .logo{
        margin: 0 auto;
    }
	
	.fixedHeader .logo img{
		display: block;
	}
	
	.fixedHeader .Nav_buttonWrap{
		top: 56%;
		width: 50px;
		height: 50px;
		transform: translateY(-50%);
	}
	
	.fixedHeader .Nav_button span,
	.fixedHeader .Nav_button:before,
	.fixedHeader .Nav_button:after{
		width: 40px;
		height: 5px;
	}
	
	.fixedHeader .Nav_button:before{
		top: 4px;
	}
	
	.fixedHeader .Nav_button span{
		top: 15px;
	}
	
	.fixedHeader .Nav_button:after{
		top: 26px;
	}
	
	.fixedHeader.open .Nav_button:before ,
	.fixedHeader.open .Nav_button:after{
		top: 16px;
	}
    
	.fixedHeader .Nav_buttonWrap p{
		bottom: 3px;
	}
	
    .fixedHeader .headBottom{
        background: #e9f2f0 url(../images/deco_bottom.png) repeat-x bottom center / 45px;
    }
    
    .fixedHeader .headBottom .flexBox{
        flex-wrap: wrap;
        padding: 5px;
    }
    
    .fixedHeader .headBottom .flexBox li{
        flex-basis: 49.5%;
		max-width: 49.5%;
        margin-bottom: 5px;
        border-right: none;
    }
    
    .fixedHeader .headBottom .flexBox li > a{
        padding: 30px 50px;
        background-color: #fff;
        border-radius: 10px;
        border: 1px solid #bad6ce;
        box-shadow: 0 2px 0 0 #bad6ce;
    }
    
    .fixedHeader .headBottom .flexBox li > a:active{
        transform: translateY(2px);
        box-shadow: 0 0px 0 0 #bad6ce;
    }
    
    .fixedHeader .headBottom .flexBox li.spOnly{
        display: flex;
        flex-direction: column;
        padding: 10px 20px;
    }
    
    .fixedHeader .headBottom .flexBox li.spOnly .img_address{
		max-height: 4em;
        margin-bottom: 12px;
    }
	
	.fixedHeader .headBottom .flexBox li.spOnly .img_address + img{
		max-height: 1em;
	}
    
	
	
	/*==================================

	.headImg

	==================================*/

	.headImg{
		height: 120px;
		background-size: cover;
		background-position: left center;
	}

    
    /*==================================

    first SP

    ==================================*/
    
    #first .contentIn{
        display: block;
    }

    #first .contentIn .flexL{
        order: 1;
		margin-bottom: 30px;
    }
    
     #first .contentIn .flexL ,
    #first .contentIn .flexR{
        display: flex;
		flex-basis: 100%;
        justify-content: space-between;
        align-items: center;
    }
    
    #first .contentIn .flexL img ,
    #first .contentIn .flexR img{
        flex-basis: 49%;
        max-width: 49%;
        margin-top: 15px;
    }
    
    #first .contentIn .flexC{
		flex-basis: 100%;
        margin-bottom: 40px;
    }
    
    
    
    /*==================================

    introduction SP

    ==================================*/
    
    #introduction .con_approach ul{
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    
    #introduction .con_approach ul li{
        margin-top: 80px;
    }
    
    
    #introduction .con_about .flexBox{
        display: block;
        margin: 0 auto;
    }
    
    #introduction .con_about .flexImg{
        margin: 0 auto;
    }
    
    #introduction .con_about table{
        width: 100%;
        margin: 20px auto;
    }
    
	table.tableStl01 td{
		padding: 16px;
	}
    
    
    /*==================================

    schedule SP

    ==================================*/
    
    #schedule .scheduleBox{
        width: 100%;
    }
    
    #schedule .scheduleBox .icon_clock{
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    #schedule ul.scheduleUl{
        margin: 50px auto 10px;
        padding-bottom: 50px;
        overflow: hidden;
    }
    
    
    #schedule .scheduleBox .scheduleImg{
		display: block;
        width: 70%;
        margin: 30px auto 0;
    }
    
    #schedule .scheduleBox .textBox{
        width: 96%;
		margin: 10px 0 0;
		padding: 20px 20px 30px;
    }
	
	#schedule .con_event{
		width: 85%;
		margin: 0 auto;
	}
	
	#schedule .con_event .flexBox{
		margin: 40px auto 60px;
	}
	
	#schedule .con_event .flexBox li.event_img{
		flex-basis: 48%;
	}
    
	#schedule ul.scheduleUl li.lunch {
		background: url(../images/deco_pink01.png) no-repeat top 0 right 20px / 60px;
	}
	
	#schedule ul.scheduleUl li:last-of-type {
		background: url(../images/deco_pink02.png) no-repeat top 0 right 20px / 60px;
	}
	
	table.tableStl01 .month {
		width: 35%;}
	
    /*==================================

    information SP

    ==================================*/
    
	#information .infotext {
	width: 85%;
}
	
    #information .contentIn{
		padding-bottom: 20px;
        text-align: center;
    }
    
    #information .tableTtl{
        margin: 60px 14px 20px;
    }
    
    #information .contentIn table.application > tbody > tr > th ,
    #information .contentIn table.application > tbody > tr > td{
        display: block;
        width: 100%;
    }
    
    #information .application > tbody > tr > th{
        padding: 30px 30px 0;
        text-align: center;
    }
    
    #information .contentIn table tr td{
        text-align: left;
    }
    
    #information .contentIn table tr.fee td{
        text-align: center;
    }
    
}