@charset "utf-8";

/*topimg
---------------------------------------------------------------------------*/
.topimg {
  position: relative;
  width: 100%;
  height: 95vh;
  min-height: 750px;
  z-index:1;
  overflow:hidden;
}

@media screen and (max-width: 800px) {
.topimg {
  height: 70vh;
  margin-top:50px;
}
}

@media screen and (max-width: 568px) {
.topimg {
  height: 60vh;
  min-height: 400px;
  max-height:400px;
}
}

.movie_bg {
  width: 101%;
  height:101%;
  position:absolute;
  top:-3px;
  left:-3px;
  z-index:-1;
}

.movie_bg img {
  width:100%;
  height:auto;
}


.movie_bg #vdo {
  width: 100%;
  height: auto;
  margin:auto;
}

@media screen and (max-width: 1400px) {
.movie_bg #vdo {
  width: 120%;
  margin:0 0 0 -10%;
}
}


@media screen and (max-width: 800px) {
.movie_bg #vdo {
  width: 200%;
  margin:0 0 0 -40%;
}
}

.top_bg {
  width: 100%;
  height:100%;
  position: relative;
  z-index:0;
  background-position: center top 50px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-image: url("../images/bg_top.webp");
}

@media screen and (max-width: 1580px) {
.top_bg {
  background-position: center top 100px;
}
}

@media screen and (max-width: 800px) {
.top_bg {
  background-image: url("../images/bg_top_tb.png");
  background-position: center top;
}
}

@media screen and (max-width: 568px) {
.top_bg {
  background-image: url("../images/bg_top_sp.png");
}
}

.topimg .block {
  padding:0;
  width:100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  background: rgba(0, 30, 71, 0.1);
  z-index:1;
  position: relative;
}

#top_row {
	width: 100%;
	height:auto;
	position:absolute;
	top:38%;
	margin-top:-170px;
}

@media screen and (max-width: 800px) {
#top_row {
  margin-top:0;
  top:40px;
}
}

@media screen and (max-width: 568px) {
#top_row {
top:25px;
}
}

.topimg .block:after {
  position: absolute;
  z-index: 120;
  top: 97%;
  left: -5%;
  display: block;
  width: 110%;
  height: 50%;
  content: ' ';
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  background-image:-webkit-linear-gradient(135deg,#f8f8f8 25%,#fff 25%,#fff 50%,#f8f8f8 50%,#f8f8f8 75%,#fff 75%,#fff);
  background-image:linear-gradient(-45deg,#f8f8f8 25%,#fff 25%,#fff 50%,#f8f8f8 50%,#f8f8f8 75%,#fff 75%,#fff);
  background-size:10px 10px
}

.topimg .block:before {
  position: absolute;
  z-index: 120;
  top: 97%;
  right: -5%;
  display: block;
  width: 110%;
  height: 50%;
  content: ' ';
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(-5deg);
 background-image:-webkit-linear-gradient(135deg,#f8f8f8 25%,#fff 25%,#fff 50%,#f8f8f8 50%,#f8f8f8 75%,#fff 75%,#fff);
 background-image:linear-gradient(-45deg,#f8f8f8 25%,#fff 25%,#fff 50%,#f8f8f8 50%,#f8f8f8 75%,#fff 75%,#fff);
 background-size:10px 10px
}

/* top_info
================================================== */
#top_info  {
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 2;
  width:96%;
  margin:0 2%;
}

#top_info h1 {
  font-size: 1.6em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #FFF;
  letter-spacing:0.05em;
  margin:0;
  text-shadow:1px 1px 3px #000;
}

@media screen and (max-width: 800px) {
#top_info h1 {
  font-size: 1.2em;
}
}

@media screen and (max-width: 568px) {
#top_info h1 {
  font-size: 1.1em;
  font-weight: 500;
}
}

#top_info img{
  width:96%;
  max-width:300px;
  height:auto;
  margin:1% auto 5%;
}

@media screen and (max-width: 800px) {
#top_info img{
  max-width:260px;
  margin:2% auto 120px;
}
}

@media screen and (max-width: 568px) {
#top_info img{
  max-width:160px;
  margin:2% auto 125px;
}
}

#top_info p{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight:700;
	font-size:3em;
	text-shadow:1px 1px 3px #000;
	letter-spacing:0em;
}

@media screen and (max-width: 800px) {
#top_info p{
  font-size:2.5em;
  text-shadow:1px 1px 3px #123F72;
}
}

@media screen and (max-width: 568px) {
#top_info p{
  font-size:1.7em;
  text-shadow:1px 1px 1px #123F72;
}
}

/* .comp-info
-------------------------------------------------- */
.comp-info{
	padding: 3% 0 5%;
	color:#000;
	width:100%;
}

@media screen and (max-width: 800px) {
.comp-info{
	padding: 3% 0 5%;
}
}

@media screen and (max-width: 568px) {
.comp-info {
	padding: 4% 1% 5%;
}
}

.mirai_info{
	width:100%;
	position: relative;
}

.mirai_info .staff01 {
  position: absolute;
  width:25%;
  top: -20px;
  left: -5%;
  z-index:1;
}

@media screen and (max-width:1280px) {
.mirai_info .staff01 {
  width:20%;
  left: 2%;
}
}

@media screen and (max-width: 800px) {
.mirai_info .staff01 {
  position: relative;
  display:inline-block;
  width:46%;
  top: initial;
  left: initial;
  z-index:0;
  margin:2%;
}
}

@media screen and (max-width: 568px) {
.mirai_info .staff01 {
  display:block;
  width:90%;
  margin:2% auto;
}
}

.mirai_info .staff02 {
  position: absolute;
  width:300px;
  top: -30px;
  right: -8%;
  z-index:1;
}

@media screen and (max-width:1280px) {
.mirai_info .staff02 {
  width:20%;
  right: 2%;
}
}

@media screen and (max-width: 800px) {
.mirai_info .staff02 {
  position: relative;
  display:inline-block;
  width:46%;
  top: initial;
  right: initial;
  z-index:0;
  margin:2%;
}
}

@media screen and (max-width: 568px) {
.mirai_info .staff02 {
  display:none;
}
}

.mirai_info img{
  width:100%;
  height:auto;
}

.mirai_txt{
	width:70%;
	margin:0 auto;
	position: relative;
}

@media screen and (max-width: 800px) {
.mirai_txt{
  width:100%;
}
}

.comp-info h2{
	text-align: center;
	font-size:2.4em;
	margin-bottom:3%;
	color:#0DABA1;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight:800;
}

@media screen and (max-width:1280px) {
.comp-info h2{
	text-align: center;
	font-size:2.2em;
	line-height:1.4;
}
}

@media screen and (max-width: 800px) {
.comp-info h2{
	font-size:1.8em;
	margin-bottom:2.5%;
}
}

@media screen and (max-width: 568px) {
.comp-info h2{
	font-size:1.2em;
}
}

.comp-info .tp_tx01{
	text-align: center;
	font-size:1.1em;
	line-height:1.8;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:400;
	margin-bottom:1%;
}

@media screen and (max-width: 800px) {
.comp-info .tp_tx01{
	font-size:1em;
	line-height:1.8;
	padding:0 2%;
	text-align: left;
}
}

@media screen and (max-width: 568px) {
.comp-info .tp_tx01{
	font-size:0.95em;
}
}

.comp-info .tp_tx01 strong{
	font-size:1.8em;
	font-weight:600;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color:#CD111E;
}

.comp-info .tp_tx011{
	text-align: center;
	font-size:1.1em;
	line-height:1.8;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:400;
	margin-bottom:1%;
}

@media screen and (max-width: 800px) {
.comp-info .tp_tx011{
	font-size:1em;
	line-height:1.8;
	padding:0 2%;
}
}

@media screen and (max-width: 568px) {
.comp-info .tp_tx011{
	font-size:0.95em;
}
}

.comp-info .tp_tx011 strong{
	font-size:1.8em;
	font-weight:600;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color:#CD111E;
}

@media screen and (max-width: 568px) {
.comp-info .tp_tx011 strong{
	font-size:1.6em;
}
}

.comp-info .tp_tx02{
	text-align: center;
	font-size:1em;
	line-height:1.8;
	padding-top:1%;
}

@media screen and (max-width: 800px) {
.comp-info .tp_tx02{
	font-size:1em;
	line-height:1.6;
	padding:2% 2% 5%;
}
}

@media screen and (max-width: 568px) {
.comp-info .tp_tx02{
	text-align: left;
	font-size:0.9em;
}
}

.comp-info .tp_tx02 span{
 color:#CD111E;
}

.comp_photo{
  width:100%;
  margin:3% auto;
  text-align: center;
}

.comp_photo .nayami{
	font-size:1.6em;
	font-weight:600;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color:#5999E8;
	padding:1% 0 2%;
}

@media screen and (max-width: 800px) {
.comp_photo .nayami{
	line-height:1.5;
}
}

@media screen and (max-width: 568px) {
.comp_photo .nayami{
	font-size:1.4em;
	padding:2% 0 2%;
}
}

.comp_photo li{
  width:33.3333%;
  box-sizing: border-box;
  padding:2% 3%;
  display:inline-block;
}

@media screen and (max-width: 800px) {
.comp_photo li{
  width:50%;
  padding:2% 1.5%;
}
}

@media screen and (max-width: 568px) {
.comp_photo li{
  padding:1.5%;
}
}

.comp_photo li img{
  width:100%;
  height:auto;
  position: relative;
  z-index:0;
}

.comp_photo li img.img-circle{border-radius:0%}

.comp_photo li img.img-circle.cir-img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 568px) {
.comp_photo li img.img-circle.cir-img  {
  border: 3px solid #E7FFF8;
}
}

.comp_tx{
 background:#5999E8;
 padding:10px 15px;
 width:90%;
 box-sizing: border-box;
 margin:-20px auto 0;
 position: relative;
 z-index:1;
 -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
 text-align: left;
 -moz-box-shadow: 0 0 5px #cccccc;
 -webkit-box-shadow: 0 0 5px #cccccc;
 box-shadow: 0 0 5px #cccccc;
}

@media screen and (max-width: 800px) {
.comp_tx{
	width:94%;
	padding:10px;
}
}

.comp_tx dt{
 display:table-cell;
 vertical-align: top;
 padding-right:8px;
 font-size:1.3em;
 color:#1C2649;
 line-height:1.4;
}
.comp_tx dd{
 display:table-cell;
 vertical-align: top;
 line-height:1.5;
 font-size:1.05em;
 color:#FFF;
 font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (max-width: 800px) {
.comp_tx dd{
	line-height:1.4;
	font-size:0.95em;
}
}

@media screen and (max-width: 568px) {
.comp_tx dd{
	font-size:0.9em;
}
}

.check_list{
  box-sizing: border-box;
  width:100%;
  padding:4% 2% 4.5%;
  text-align: center;
}

.check_list li{
  font-size:1.45em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:500;
  padding-left:40px;
  line-height:1.6;
  background-image:url(../images/check.gif);
  background-repeat:no-repeat;
  background-size: auto 30px;
  background-position: left center;
  margin:0 3%;
  display:inline-block;
  text-align: left;
  box-sizing: border-box;
  vertical-align: middle;
  color:#00728E;
}

@media only screen and  (max-width: 1280px) {
.check_list li{
  font-size:1.2em;
}
}

@media only screen and  (max-width: 800px) {
.check_list li{
  font-size:1.1em;
}
}

/* .project_list
-------------------------------------------------- */
.bg_panel3 .cont{position:relative;width:100%;margin:0 auto;}
.bg_panel3 .cont>div:before{display:block;position:absolute;top:-17px;left:50%;width:68px;height:17px;margin-left:-34px;background:url(../images/course_bg_arw.png);content:''}

.project_list{
	width:100%;
	margin:0 auto 0;
	float:left;
	padding:5% 0;
}

.prj_ttl{
	text-align: center;
	font-size:2.4em;
	margin-bottom:2%;
	color:#FFF;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight:700;
	text-shadow:1px 1px 1px #108172;
}

@media screen and (max-width: 800px) {
.prj_ttl{
	font-size:1.8em;
}
}

@media screen and (max-width: 568px) {
.prj_ttl{
	font-size:1.6em;
}
}

.prj_text{
	text-align: center;
	font-size:1.1em;
	line-height:2;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:400;
	margin-bottom:3%;
	color:#FFF;
	text-shadow:1px 1px 1px #108172;
}

@media screen and (max-width: 800px) {
.prj_text{
	line-height:1.8;
	font-size:1em;
	padding:0 2%;
	text-align: left;
}
}

@media screen and (max-width: 568px) {
.prj_text{
	font-size:0.95em;
}
}

.prj_text span{
 color:#F0FF00;
}

.project_list li{
	width:50%;
	box-sizing: border-box;
	padding:1.5% 2.5%;
	float:left;
	text-align: center;
}

@media screen and (max-width: 800px) {
.project_list li{
  width:50%;
}
}

@media screen and (max-width: 568px) {
.project_list li{
  width:98%;
  margin: 0 1% 3%;
}
}

.project_list li img{
	width:100%;
	height:auto;
	-moz-box-shadow: 0 0 5px #cccccc;
	-webkit-box-shadow: 0 0 5px #cccccc;
	box-shadow: 0 0 5px #cccccc;
	border: solid #FFF 5px;
	box-sizing: border-box;
	-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;
	background:#FFF;
	margin-bottom:15px;
}

@media screen and (max-width: 800px) {
.project_list li img{
  margin-bottom:10px;
}
}

.pj_name{
	text-align: center;
	margin-bottom:15px;
}

.pj_name h4{
	font-size:1.4em;
	font-weight:600;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color:#FFF;
	margin-bottom:5px;
	text-shadow:1px 1px 1px #108172;
}

.pj_name p{
	font-size:0.9em;
	font-family: Roboto,Meiryo,sans-serif;
	letter-spacing:.05em;
	font-weight:500;
	text-transform: uppercase;
	color:#FFF;
	text-shadow:1px 1px 1px #108172;
}

@media screen and (max-width: 800px) {
.pj_name{
  margin-bottom:8px;
}
.pj_name h4{
	font-size:1.3em;
}
.pj_name p{
	font-size:0.8em;
}
}

.pj_text{
	font-size:15px;
	padding:0 2% 2%;
	text-align: left;
	line-height:1.8;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:400;
	color:#FFF;
	text-shadow:1px 1px 1px #108172;
}

@media screen and (max-width: 800px) {
.pj_text{
  font-size:0.9em;
  line-height:1.5;
}
}

.pj_bt{
  margin-top:25px;
  font-size:14px;
  text-align: center;
}

@media screen and (max-width: 800px) {
.pj_bt{
  margin-top:15px;
  margin-bottom:20px;
}
}

.pj_bt a{color:#108172;text-decoration:none;padding:10px 15px;background-color:#FFF;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.pj_bt a:hover{color:#FFF;text-decoration:none;background-color:#108172;}


@media screen and (max-width: 568px) {
.pj_bt{
  font-size:13px;
  margin-top:5px;
}
}

/* .product_list
-------------------------------------------------- */
.product_list{
	width:100%;
	margin:0 auto 0;
	padding:5% 0;
	position: relative;
}

.product_list .kanban {
  position: absolute;
  width:180px;
  top: -40px;
  right:10px;
  z-index:0;
  transform: rotate( 2.5deg );
}

@media screen and (max-width: 800px) {
.product_list .kanban {
	width:20%;
	top: -70px;
	right:3px;
}
}

.product_list .kanban img {
  width:100%;
  height:auto;
}


.prd_ttl{
	text-align: center;
	font-size:2.4em;
	margin-bottom:2%;
	color:#FF6490;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight:700;
}

@media screen and (max-width: 800px) {
.prd_ttl{
	font-size:1.8em;
}
}

@media screen and (max-width: 568px) {
.prd_ttl{
	font-size:1.6em;
}
}

.prd_ttl .fa{
  margin-right:10px;
  font-size:1.1em;
}

.prd_text{
	text-align: center;
	font-size:1.1em;
	line-height:2;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:400;
	margin-bottom:3%;
	color:#000;
}

@media screen and (max-width: 800px) {
.prd_text{
	line-height:1.8;
	font-size:1em;
	padding:0 2%;
	text-align: left;
}
}

@media screen and (max-width: 568px) {
.prd_text{
	font-size:0.95em;
}
}

.prd_text span{
color:#FF6490;
font-weight:500;
}

.product_list li{
	width:50%;
	box-sizing: border-box;
	padding:1.5% 2.5%;
	float:left;
	text-align: center;
}

@media screen and (max-width: 800px) {
.product_list li{
  width:50%;
}
}

@media screen and (max-width: 568px) {
.product_list li{
  width:98%;
  margin: 0 1% 3%;
}
}

.product_list li img{
	width:100%;
	height:auto;
	-moz-box-shadow: 0 0 5px #cccccc;
	-webkit-box-shadow: 0 0 5px #cccccc;
	box-shadow: 0 0 5px #cccccc;
	border: solid #FFF 5px;
	box-sizing: border-box;
	-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;
	background:#FFF;
	margin-bottom:15px;
}

@media screen and (max-width: 800px) {
.product_list li img{
  margin-bottom:10px;
}
}

.pdc_name{
	text-align: center;
	margin-bottom:15px;
}

.pdc_name h4{
	font-size:2em;
	font-weight:600;
	font-family: 'Noto Sans Japanese', sans-serif;
	color:#44B2E3;
	margin-bottom:5px;
}

.product_list .lt{letter-spacing:.05em;}

@media screen and (max-width: 800px) {
.pdc_name{
  margin-bottom:8px;
}
.pdc_name h4{
	font-size:1.3em;
}
.pdc_name p{
	font-size:0.8em;
}
}

.pdc_text{
	font-size:15px;
	padding:0 2% 2%;
	text-align: left;
	line-height:1.8;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:400;
}

@media screen and (max-width: 800px) {
.pdc_text{
  font-size:0.9em;
  line-height:1.5;
}
}

.pdc_bt{
  margin-top:25px;
  font-size:14px;
  text-align: center;
}

@media screen and (max-width: 800px) {
.pdc_bt{
  margin-top:15px;
}
}

.pdc_bt a{color:#FFF;text-decoration:none;padding:10px 15px;background-color:#FF6490;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.pdc_bt a:hover{color:#FFF;text-decoration:none;background-color:#FB7FA2;}


@media screen and (max-width: 568px) {
.pdc_bt{
  font-size:13px;
  margin-top:10px;
}
}

/* .news_box
-------------------------------------------------- */
.bgspace60{
	width: 100%;
	height: 55vh;
	margin:0 auto 3%;
}

@media screen and (max-width: 800px) {
.bgspace60{
	height: 250px;
}
}

.news_bg {
  width: 100%;
  height:100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-image:url("../images/bg_news.jpg");
}

.news_box{
	width:100%;
	margin:0 auto 0;
	padding:5% 0;
	float:left;
}

.news_ttl{
	margin: 0 auto 5%;
	box-sizing: border-box;
	font-size:1.6em;
	font-family: Roboto,Meiryo,sans-serif;
	letter-spacing:.1em;
	font-weight:700;
	text-transform: uppercase;
	text-align: center;
}

@media screen and (max-width: 800px) {
.news_ttl{
	font-size:1.4em;
}
}

@media screen and (max-width: 568px) {
.news_ttl{
	font-size:1.25em;
}
}

/* insta
--------------------------------------- */
.insta {
	width:100%;
	margin: 0 0 5%;
	text-align: center;
	float:left;
	box-sizing: border-box;
	padding:2%;

}

@media only screen and  (max-width: 800px) {
.insta {
	margin: 3% 0 5%;
}
}

.insta .insta_top{
	padding:0;
	}

.insta .insta_top img{
	width:100%;
	max-width:226px;
	height:auto;
	margin:0 auto 20px;
	}

.insta_bt{
	font-size:1em;
	font-family: Roboto,Meiryo,sans-serif;
	letter-spacing:.05em;
	font-weight:500;
	line-height:1;
	text-align: center;
}

@media screen and (max-width: 568px) {
.insta_bt{
  font-size:0.8em;
  font-weight:400;
  margin-bottom:10px;
}
}

.insta_bt a{display:inline-block;color:#FFF;text-decoration:none;background-color:#989898;padding:8px 20px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;}
.insta_bt a:hover{color:#FFF;text-decoration:none;background-color:#5E5E5E;}

.topic_left{
	width: 48%;
	margin:0 0 20px 0;
	float:left;
	box-sizing: border-box;
	padding: 0 2%;
}

@media screen and (max-width: 800px) {
.topic_left{
	width:100%;
	margin:0 0 5%;
}
}

@media screen and (max-width: 568px) {
.topic_left{
}
}

/* .news_box
-----------------*/
.news_list{
    width: 100%;
    margin:0 auto 5%;
	float:left;
}

.news_list .news_tl{
  font-size:18px;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  padding:0 2% 5px;
  line-height:1;
  border-bottom:2px solid #000;
  margin-bottom:5px;
}

.fa-pencil{font-size:1em;margin-right:5px;}

.news_list dl {
	width:100%;
	padding:8px 5px 8px;
	box-sizing: border-box;
	border-bottom: dotted 1px #ccc;
	}

@media screen and (max-width:568px) {
.news_list dl {
	padding:3px 0px;
}
}

.news_list dt {
	padding:0 2px 2px;
	font-size:12px;
	vertical-align:bottom;
	}

.news_list dt p{
	display:inline-block;
	}

.news_list .days{
  font-size:14px;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  padding-top:2px;
  line-height:1.2;
}

.news_list dt .new{
  animation: newAnime 1s infinite alternate;
}

@keyframes newAnime{
   0% { background-color:#0063A6; }
 100% { background-color:#FC7BAB; }
}

.news_list dt .new{
   margin: 0 0 5px 10px;
   display:inline-block;
   padding: 3px 5px 1px;
   color:#FCFF00;
   -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
	line-height:1.1;
	font-size:0.9em;
}

.news_list dd {
	padding:1px 2px;
	font-size:14px;
	line-height:1.4;
	}

.news_list dd a {
		color: #1F92D0;
		text-decoration: underline;
	}

.news_list dd a:hover {
		color: #1F92D0;
		text-decoration: none;
	}
	
.shop_info{
	width: 100%;
	background:#00C08A;
	box-sizing: border-box;
	padding:3% 4% 4%;
	color:#FFF;
	float:left;
}

.shop_info .sp_tx01{
	font-size:1.6em;
	padding:0 0 5px;
	text-align: center;
	line-height:1.8;
	font-weight:600;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.shop_info .sp_tx02{
	font-size:15px;
	padding:1%;
	text-align: left;
	line-height:1.8;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:400;
}

.map-google{
	width:100%;
	margin:0 auto 25px;
	float:left;
	color:#000;
}


.shop_info dl{
	width:100%;
	box-sizing: border-box;
	clear:both;
	margin:5px auto 5px;
	padding:5px 5px 10px;
	float:left;
	border-bottom:1px dotted #FFF;
}

@media screen and (max-width: 568px) {
.shop_info dl{
	padding:1px 3px 5px;
}
}

.shop_info dt{
	float:left;
	padding:2px 0 1px;
	background	: #FFF;
	color:#3CBC54;
	font-size:14px;
	margin:0 15px 0 0;
	width:80px;
	text-align	: center;
}

@media screen and (max-width: 568px) {
.shop_info dt{
	float:none;
	margin:0 0 5px;
	font-size:13px;
}
}

.shop_info dd{
	font-size:16px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:400;
	display:table-cell;
	vertical-align:middle;
}

@media screen and (max-width: 568px) {
.shop_info dd{
	font-size:14px;
}
}

@media screen and (max-width: 568px) {
.shop_info dd p{
	margin:7px 0;
	line-height:1.4;
	font-size:15px;
}
}

.topic_right{
	width: 50%;
	margin:0 0 3% 0;
	float:right;
	box-sizing: border-box;
	padding:0 2%;
}


@media screen and (max-width: 800px) {
.topic_right{
	width:100%;
	padding:0 2%;
}
}


#sn_line{
	width: 100%;
	max-width:400px;
	margin:5% 0 0 0;
	float:left;
	box-sizing: border-box;
	padding:0 2%;
}

@media screen and (max-width: 800px) {
#sn_line{
	width:100%;
	padding:0 2%;
}
}

#sn_line .line_sy{
	float:left;
	width:100%;
	box-sizing: border-box;
	padding:10px;
	background: #00B900;
	webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
}

#sn_line .lnL{
	float:left;
	width:34%;
	margin:2%;
}

#sn_line .lnL img{
	width:100%;
	height:auto;
}

#sn_line .lntx{
	float:right;
	width:60%;
	padding-top:5px;
	font-size:14px;
	color:#FFF;
	line-height:1.5;
	margin-right:0;
}

#sn_line .lntx img{
	width:70%;
	height:auto;
	margin-bottom:10px;
}

#sn_line .lntx span{
	margin-left:5px;
}

.lnbt{
	font-size:13px;
	letter-spacing	: 0.05em;
	color:#FFF;
	margin-top:10px;
	text-align: center;
}

.lnbt a{display:inline-block;color:#FFF;text-decoration:none;padding:10px 15px;background-color:#319C30;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;padding:2px 8px;}

#sn_line a:hover { opacity: 0.7; }

/* .工賃
-----------------*/
.flow_syousai{
	width:100%;
	margin:2% auto 5%;
	max-width:800px;
}

.flow_syousai dl{
	width:96%;
	height:auto;
	margin:2%;
	box-sizing: border-box;
	padding: 2% 3%;
	background:#FFF;
	border:1px solid #11B7A0;
	-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
}

.flow_syousai dt{
	font-size:1.2em;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	color:#11B7A0;
	padding:0 2% 5px;
	display:block;
	border-bottom:1px solid #11B7A0;
	margin-bottom:10px;
}

@media screen and (max-width: 568px) {
.flow_syousai dt{
	margin-bottom:5px;
}
}

.flow_syousai dd{
	font-size:1em;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:400;
	color:#000;
	padding:5px 1% 5px;
}

@media screen and (max-width: 568px) {
.flow_syousai dd{
	font-size:0.95em;
	line-height:1.5;
}
}

.flow_syousai p{
	margin-bottom:1%;
}

@media screen and (max-width: 568px) {
.flow_syousai p{
	margin-bottom:0;
}
}

.flow_syousai p span{
color:#FF6490;
font-weight:500;
}

.flow_syousai p strong{
font-size:2em;
}

/* .送迎
-----------------*/
.sougei{
	text-align	: center;
	margin:1% auto;
}

.sougei p{
	display:inline-block;
	background:#CD111E;
	color:#FFF;
	padding:7px 25px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size:1.2em;
}

.sougei p span{
	color:#FCFF00;
}

.sougei p strong{
	font-weight:600;
	font-size:1.4em;
	margin-right:3px;
	margin-left:3px;
}

/* .インスタ
-----------------*/
.insta-bnr{
  width:96%;
  margin:3% auto;
}

@media screen and (max-width: 800px) {
.insta-bnr{
  width:100%;
}
}

.insta-bnr img{
  width:100%;
  height:auto;
}

/* recruit
--------------------------------------- */
.recruit{
	width:100%;
	box-sizing: border-box;
	position: relative;
	float:left;
	margin: 15px auto;
	position: relative;
	-moz-box-shadow: 0 1px 3px #C2C2C2;
	-webkit-box-shadow: 0 1px 3px #C2C2C2;
	box-shadow: 0 1px 3px #C2C2C2;
	-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
	background-color:#F2890E;
	}

@media screen and (max-width: 568px) {
.recruit{
	margin: 15px auto 0;
	}
}

.recruit .p-photo{
	width:45%;
	height: auto;
	float:left;
	display:block;
	position: relative;
	overflow: hidden;
	}

.recruit .p-text{
	width:55%;
	float:right;
	padding:0 2% 0 3.5%;
	box-sizing: border-box;
	}

@media screen and (max-width: 800px) {
.recruit .p-photo{
	width:50%;
	}

.recruit .p-text{
	width:50%;
	}
}

@media screen and (max-width: 568px) {
.recruit .p-photo{
	width:100%;
	margin:0;
	}

.recruit .p-text{
	width:100%;
	padding:0 5% 3%;
	}
}

.recruit img{
	width:100%;
	height: auto;
	-webkit-border-top-left-radius:6px;-moz-border-top-left-radius:6px;border-top-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;-moz-border-bottom-left-radius:6px;border-bottom-left-radius:6px;
	}


@media screen and (max-width: 568px) {
.recruit img{
	margin:0;
	-webkit-border-top-left-radius:6px;-moz-border-top-left-radius:6px;border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;-moz-border-top-right-radius:6px;border-top-right-radius:6px;
	-webkit-border-bottom-left-radius:0px;-moz-border-bottom-left-radius:0px;border-bottom-left-radius:0px;
	}
}

.recruit .rec_ttl {
	font-size:1.8em;
	line-height:1.2;
	color:#FFF;
	font-weight:600;
	padding-top:20px;
	font-family: 'Noto Sans Japanese', sans-serif;
	}


@media screen and (max-width: 568px) {
.recruit .rec_ttl {
	font-size:1.4em;
	padding-top:10px;
}
}

.recruit .cg_text {
	margin-top:5px;
	color:#FFF;
	font-size:14px;
	line-height:1.7;
}

@media screen and (max-width: 568px) {
.recruit .cg_text {
	margin-top:5px;
}
}