{
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	text-align: left;
	color:#333333;
	font-size: 17px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";}

}
.top-label{
	position: fixed;
	z-index: 100;
}
.label{
	width: 200px;
	height: 80px;
	margin-left: 20px;
	background-size: cover;
	background-position: center;
}

.label a{
	display: block;
	height: 110px;
}

header{
	padding-top: 80px;
}

.logo{
	width: 18%;
	min-width: 200px;
	height: 130px;
	background-image: url(../img/header_seedling.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
}
.space{
	content: "";
	display: block;
	padding-top: 45%;
}

.menu-box{
	display: none;
}

.pcNavArea{
	position: relative;
}

.nav{
	display: block;
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 76%;
	max-width: 1670px;
}

.nav-list{
	float: right;
	height: auto;
	margin-top: 30px;
	margin-left: 13px;
	list-style: none;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
}

.nav-list a{
	display: block;
}

.list-bg1{
	background-image: url(../img/header_navi_about.png);
	width: 9%;
	min-height: 20px;
}
.list-bg1 a{
	padding-top: 35%;
}

.list-bg2{
	background-image: url(../img/header_navi_msg.png);
	width: 9.2%;
	min-height: 20px;
}
.list-bg2 a{
	padding-top: 30%;
}

.list-bg3{
	background-image: url(../img/header_navi_daily.png);
	width: 13%;
	min-height: 20px;
}
.list-bg3 a{
	padding-top: 22%;
}

.list-bg4{
	background-image: url(../img/header_navi_fee.png);
	width: 4.4%;
	min-height: 20px;
}
.list-bg4 a{
	padding-top: 70%;
}

.list-bg5{
	background-image: url(../img/header_navi_staff.png);
	width: 8%;
	min-height: 20px;
}
.list-bg5 a{
	padding-top: 40%;
}

.list-bg6{
	background-image: url(../img/header_navi_access.png);
	width: 5.3%;
	min-height: 20px;
}
.list-bg6 a{
	padding-top: 60%;
}

.list-bg7{
	background-image: url(../img/header_navi_newsblog.png);
	width: 7.5%;
	//padding-top: 1.8%;
	min-height: 20px;
}
.list-bg7 a{
	padding-top: 40%;
}

.list-bg8{
	background-image: url(../img/header_navi_company.png);
	width: 5.7%;
	min-height: 20px;
}
.list-bg8 a{
	padding-top: 60%;
}

.list-bg9{
	background-image: url(../img/header_navi_contact.png);
	width: 7%;
	min-height: 20px;
}
.list-bg9 a{
	padding-top: 45%;
}

.list-bg10{
	width: 4%;
	margin-top: 23px;
	background-image: url(../img/header_navi_fb.png);
}
.list-bg10 a{
	padding-top: 100%;
}

.list-bg11{
	width: 4%;
	margin-top: 23px;
	margin-left: 0px;
	background-image: url(../img/header_navi_isg.png);
}
.list-bg11 a{
	padding-top: 100%;
}

.sp-navigation{
	display: none;
}

.mblist-bg1{
        background-image: url(../img/header_navi_mobile_about.png);
}
.mblist-bg2{
        background-image: url(../img/header_navi_mobile_msg.png);
}
.mblist-bg3{
        background-image: url(../img/header_navi_mobile_daily.png);
}
.mblist-bg4{
        background-image: url(../img/header_navi_mobile_ryoukin.png);
}
.mblist-bg5{
        background-image: url(../img/header_navi_mobile_staff.png);
}
.mblist-bg6{
        background-image: url(../img/header_navi_mobile_access.png);
}
.mblist-bg7{
        background-image: url(../img/header_navi_mobile_newsblog.png);
}
.mblist-bg8{
        background-image: url(../img/header_navi_mobile_company.png);
}
.mblist-bg9{
        background-image: url(../img/header_navi_mobile_contact.png);
}
.navbar-toggle{
        margin-top: 5%;
}
.navbar{
	margin-bottom: 0;
}

#container{
    height: 1000px;
}

#theTarget{
    width: 100%;
    margin: 0 auto;
}


.img-pc{
	display: block !important;
}
.img-mb{
	display: none !important;
}

@media screen and (max-width: 1440px) {
	#container {
		height: 600px;
	}

	#theTarget{
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	#container {
		height: 600px;
	}

	#theTarget{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	#container {
		height: 400px;
	}
	#theTarget{
		width: 100%;
	}
	header{
        	padding-top: 0px;
	}
	.logo{
        	width: 30%;
	        min-width: 170px;
	}
	.nav{
	        width: 100%;
	        float: right;
	        margin-top: -10px;
	}
	.mobile-nav{
	        width: 30%;
	        min-width: 150px;
	        float: right;
	}
	.img-pc{
		display: none !important;
	}
	.img-mb{
		display: block !important;
	}
	#sample {
		height: 300px;
	}
	p.conceptMessage{
		font-size: 20px !important;
		line-height: 40px !important;
	}
	p.conceptMessage span{
		font-size: 35px !important;
	}
}

@media screen and (max-width: 480px) {
	#container {
		height: 300px;
	}

	#theTarget{
		width: 100%;
	}
	#sample {
		height: 200px;
	}
}

.concept-img2{
	margin-top: 40px;
	margin-bottom: 20px;
}
.concept-img2 img{
	margin: 0 auto;
}
.bottomSpace{
	margin-bottom: 60px;
}
.topSpace{
	margin-top: 30px;
}

.messageBlock img{
	width: 100%;
}

.messageBlock article{
	margin: 30px 0;
}

.messageBlock article p{
	margin: 30px 0;
}

.messageBlock article p img{
	width: 30%;
	float: right;
}

.scheduleBlock{
	background-color:#eaf3d8;
	padding: 60px 0;
}

.scheduleBlock img{
	width: 100%;
	margin-bottom: 20px;
}

.staffBlock{
	background-color: #f9f980;
	background-image: url(../img/staff_line1.png), url(../img/staff_line2.png);
	background-position: top, bottom;
	background-repeat: repeat-x, repeat-x;
	padding-bottom: 50px;
	padding-top: 50px;
	margin-bottom: 20px;
}

.staffBlock article{
	margin-bottom: 30px;
}

.concept{
	text-align: center;
	margin: 0px;
	padding: 25px;
	display: block;
	width: 100%;
	background-color: #f2f2f0;
}

p.conceptMessage{
	margin: 20px 0;
	font-size: 30px;
	line-height: 80px;
	font-family: inherit;
	font-weight: 500;
}
p.conceptMessage span{
	font-size: 40px;
}

.ryoukin img{
	margin-top: 50px;
}

.ryoukin{
	padding-bottom: 30px;
}

.fee article{
	text-align: left;
	margin: 15px 0;
	line-height: 30px;
}

.col-1{
	display: inline-block;
	width: 100%;
	font-size: 110%;
	font-weight: bold;
	color: #49c33a;
}
.col-2{
	font-size: 110%;
}
.col-3{
	display: inline-block;
	width: 30%;
	font-size: 110%;
}
.col-4{
	display: inline-block;
	width: 25%;
	font-size: 110%;
	font-weight: bold;
	color: #49c33a;
}
.green{
	display: inline-block;
	font-size: 110%;
	font-weight: bold;
	color: #49c33a;
}

.access{
    text-align: left;
}

.newsandblog > img{
	width: 100%;
}

.blogBlock{
	margin: 0 auto;
	background-color: rgba(238,134,134,0.1);
	width: 100%;
	max-width: 384pt;
	padding: 10px;
	margin-bottom: 20px;
}
.thumbBox{
	position: relative;
	margin: 10px;
}
.thumbBox::before{
	display: block;
	content: "";
	padding-top: 100%;
}

.thumbImg{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.thumb{
	width: auto;
	height: auto;
	//max-height: 1000px;
	max-width: 600px;
}

.thumbCenter{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
}

.blogSummary{
	margin: 0 10px;
}

.blogSummary p.blogDate{
	color: #ee869a;
	font-size: 21px;
}

.blogSummary p.blogTitle{
	color: #333333;
	font-size: 18px;
}

.contactinfo{
	padding-top: 10px;
	padding-bottom: 45px;
	color:#333333;
	text-align: left;

}

.img-access{
	margin: 0 auto;
	text-align:center;
}

.footer{
	background-color: #b2b2b2;
	width: 100%;
	text-align: center;
	padding-top: 50px;
}

.footer-img{
	width: 100%;
	margin: 0;
	padding: 0;
}

.footer p{
	color: #ffffff;
	margin-top: 30px;
	//position: relative;
}

.footer img.fbinsta{
	max-width: 60%;
	margin-top: 15px;
}

/*
.footer .sampleRow{
	position: relative;
	width: 100%;
	height: 100px;
	margin-top: 100px;
}

.footer img{
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	margin: 0 auto;
}
.footer .down{
	margin-top: 20px;
}
*/

#sample {
   width: 80%;
   max-width: 900px;
   height: 500px;
   margin: 0 auto;
   margin-top: 30px;
   margin-bottom: 30px;
}

/*pagetopボタン*/

#pageTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 3px 2px 0 3px;
  border-radius: 50px;
  width: 70px;
  height: 70px;
  background-color: #99cc00;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  /*font-family: ;*/
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* company page */
.staticHeader{
	width: 100%;
	height: 0;
	padding-top: 23.44%;
	background-image: url(../img/gaiyou_top_2.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}
.messageHeader{
	width: 100%;
	height: 0;
	padding-top: 40%;
	background-image: url(../img/MSG_top.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}
.MSGtop{
	width: 70%;
	margin: 30px;
}
.companyMessage{
	margin: 0 auto;
	width: 70%;
	max-width: 700px;
	text-align: center;
	color: #333333;
	font-size: 17px;
}
.daihyouMessage{
	margin: 50px auto;
	width: 70%;
	max-width: 700px;
	text-align: center;
}
.companyMessage p{
	padding: 10px;
}
.daihyouMessage p{
	margin: 20px auto;
}
.bold{
	font-weight: bold;
}

.companyMessage img{
	width: 30%;
	max-width: 165px;
	min-width: 130px;
	padding-bottom: 30px;
}
.companyData{
	padding-top: 70px;
	margin: 0 auto;
	width: 70%;
	max-width: 550px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.companyData img{
	width: 30%;
	max-width: 165px;
	min-width: 130px;
	padding-bottom: 30px;
}
.dataDetail{
	height: 75px;
	text-align: left;
	background-image: url("../img/gaiyou_tenten.png");
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 40px;
}
.dataDetail dt{
	color: #ee869a;
	width: 20%;
	float: left;
	clear: left;
	margin-left: 20px;
	margin-right: 45px;
}

@media screen and (max-width: 768px) {
	.staticHeader{
		background-image: url(../img/gaiyou_top767_2.png);
		padding-top: 28.55%;
	}
	.companyMessage{
		font-size: 14px;
	}
	.companyData{
		font-size: 11px;
	}
	.dataDetail dt{
		margin-left: 5px;
		margin-right: 10px;
	}
}


/*202012.add*/
.container-fluid .btn__timetable{
	background: #EE5546;
	border-radius: 27px;
	border: 2px solid #EE5546;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
	transition: all .5s;
}
.container-fluid .btn__timetable a {
	display: block;
	width: 100%;
	padding: 0 20px;
	font-size: 20px;
	color: #FFF;
}
.container-fluid .btn__timetable a:hover {
	text-decoration: none;
 }
.container-fluid .btn__timetable:hover {
	box-shadow: none;
	background: #FFF;
 }
.container-fluid .btn__timetable:hover a {
	color: #EE5546;
 }
