@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Volkhov:400italic);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* var text-decoration */
/*--
	Common Css
--*/
body {
	/*
	font-family: ‘Noto Sans Japanese’, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
  -webkit-font-smoothing: antialiased;
	font-family: 'Noto Sans Japanese', sans-serif;
	*/
	font-family: 'Noto Sans Japanese', 'ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif'; 
	font-family: 'Noto Sans Japanese', serif;
}
h1,
h2,
h3,
h5,
h6 {
	font-family: 'Roboto','Noto Sans Japanese', sans-serif;
}
h2 {
  font-size: 30px;
  font-weight: 300;
}
h3 {
  font-size: 28px;
  font-weight: 200;
}
/* --
h4{
	font-family: 'Noto Sans Japanese', 'ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3';
}
--*/
p {
  font-size: 16px;
  line-height: 30px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none ;
}




/*--
	Header Start 
--*/
header {
  padding: 0;
	margin: 0;
}
header .navbar {
	padding: 0;
	margin: 0;
  margin-bottom: 0px;
  /* border-top: 1px solid #bbb; 
  border-bottom: 1px solid #bbb; */
}
header .navbar-brand {
	padding: 0;
	margin: 0;
/*  padding-top: 16px; */
	padding-top: 5px;
	width: 74%;
}
header .navbar-brand img {
	padding: 0;
	margin: 0;
}
header .navbar-default {
	background-color: #fff;
	opacity: 1.0;
	border-radius: 0;
}
header .navbar-nav {
  padding-top: 10;
  padding-bottom: 0;
}
header .navbar-default .navbar-nav {
width: 100%;
}
header .navbar-default .navbar-nav li {
  border-right: 0px solid #bbb;
  color: #333;
    display:table-cell;
	vertical-align: middle;
	text-align: center;
	list-style:none;
	
}
header .header_title{
	text-align:center;
	margin: 10px 0px 5px 0px;
/*	height: auto;*/
	height: 80px;
	border-bottom: 1px solid gray;
	/*position: fixed; */
}
header .header_title_icon{
	text-align:right;
	/*margin: 40px 0px 0px 0px; */
}
.header_title .title_size{
	widht:500px;
}
/* IE 6 */
* header .navbar-default .navbar-nav li {
    display:inline;
    zoom:1;
}
/* IE 7 */
*+ header .navbar-default .navbar-nav li {
    display:inline;
    zoom:1;
}

header .navbar-default .navbar-nav li a {
	height: 64px;
	color: #333;
	padding: 12px 0 10px 0;
	font-size: 13px;
	line-height: 18px;
	transition: color 0.3s;
	font-weight: normal;
}
header .navbar-default .navbar-nav li a:hover {
  color: #007b36;
}
header .navbar-default .navbar-nav li:nth-child(1){
	width: 16.0%;
 /* border-left: 1px solid #bbb; */
}
header .navbar-default .navbar-nav li:nth-child(2){
	width: 16.0%;
}
header .navbar-default .navbar-nav li:nth-child(3){
	width: 16.0%;
}
header .navbar-default .navbar-nav li:nth-child(4){
	width: 16.0%;
}
header .navbar-default .navbar-nav li:nth-child(5){
	width: 16.0%;
}
header .navbar-default .navbar-nav li:nth-child(6){
	width: 16.0%;
}
header .navbar-default .navbar-nav li:nth-child(1) a,
header .navbar-default .navbar-nav li:nth-child(6) a{
	/* padding-top: 24px; */
		padding-top: 12px;
}
header .navbar-default .navbar-nav .sp_only_no {
		font-size: 10px;	
		font-color: burlywood;
		font-style: italic;
}
logo-moji-1 {
		font-size: 12px;	
		font-color: tomato;
		font-style: "ＭＳ ゴシック";
}
/*---------------------------------------------
					Index Start 
-----------------------------------------------*/
/*--
	mainvisual Start 
--*/
/*add start 2022.10.29 */
.main-slider-pc{
	display: block;
	position: relative;
	
}
.main-slider-pc .example p{
	position: absolute;
	top: 50%;
	left: 35%;
	transform: translate(0%, -50%);
}
.transform_2 {
	transform: translate(-40%, -50%);
}
.main-slider-sp{
	display: none;
	position: relative;
}
    @media screen and (max-width: 600px) {
		.main-slider-pc{
			display: none;
		}
		.main-slider-sp{
			display: block;
			height:80vh;

		}
		.main-slider-sp .example p{
			font-size:30px;
			line-height: 40px;
			position: absolute;
			top: 50%;
  			left: 50%;
  			transform: translate(-38%, -50%);
		}
	}
/*add end */
#mainvisual {
  /* background: url("../images/mv.jpg") no-repeat;  */
  background-size: cover;
  background-attachment: fixed;
  background-position: center 0%; 
  /* padding: 180px 0 250px 0; */
  padding: 30px 0 50px 0;
  position: relative;
}
#mainvisual:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
/*	background: linear-gradient(to left, #000000, #000000); */
	opacity: 0.1; 
}
#mainvisual h1{
	text-align: center;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 34px;
	line-height: 48px;
	letter-spacing: 3px;
	/*color: #fff;*/
}

/*--
	mainvisual second page 
--*/
#mainvisual-second {
  background: url("../images/mv-second.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center 0%;
  padding: 60px 0 0 0;
	min-height: 140px;
  position: relative;
}
#mainvisual-second:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
	background: url("../images/mv-dot.png") repeat;
	opacity: 0.3;
	
}
#mainvisual-second .block {
	text-align: center;
	margin-top: -60px;
	margin-left: 20px;
}
#mainvisual-second .block h2 {
	color: #ffffff;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 2px;
/*	font-family: 'Noto Sans Japanese', san-serif; */
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; 
}


#mainvisual-second2 {
/*  background: url("../images/mv.jpg") no-repeat; */
  background: url("../images/wm_bk03.png") no-repeat; 
  background-size: cover;
  background-attachment: fixed;
  background-position: center 0%;
/*  padding: 120px 0 0 0;
	min-height: 280px; */
  padding: 60px 0 0 0;
	min-height: 120px; 
  position: relative;
}
#mainvisual-second2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
	background: url("../images/mv-dot.png") repeat; 
	opacity: 0.3;
	
}
#mainvisual-second2 .block {
	text-align: center;
	margin-top: -30px;
	margin-left: 20px;
}
#mainvisual-second2 .block h2 {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 2px;
	/*font-family: 'Noto Sans Japanese', san-serif; */
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "serif"; 
}


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

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.drop-shadow {
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.4));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,.4));
        }



header #line{
	width: 100%;
	min-height: 35px;
	/*min-height: 5px;  */
	padding: 0;
	margin: 0;
	background:#990000;
	color: #fff;
}
header #line h1{
	padding: 8px 0 0 0;
	margin: 0 auto;
	font-size: 1em;
	line-height: 1.0em;
	text-align: center;
}
#header-innerbox {
	/*padding-bottom: 20px;*/
	padding-bottom: 2px;
	position: relative;
}
#header-innerbox #logo{
	margin-top: 20px;
}
#header-innerbox #tel{
	margin-top: 20px;
	position: absolute;
	right: 200px;
}
#header-innerbox #mail{
	margin-top: 20px;
	position: absolute;
	top: 8px;
	right: 0;
}
#header-innerbox a:hover img#mail{
	opacity: .7;
}
header .fixed {
    background-color: rgba(255,255,255,0.9);
	position: fixed;
    top: 0;
  /*  width: 100%; */
    z-index: 10000;
}



/*---------------------------*/
/*--
	footer Start 
--*/
footer {
	margin: 0;
	padding: 40px 0 0 0;
	background: url(../images/bg_block.png) repeat 0 0;
	color: #333;
	position: relative;
}
footer #ft-logo{
	position: absolute;
	right: 0;
	top:0;
	/*height:auto; */
}
footer .footer-manu {
	min-height: 130px;
}
footer .footer-manu ul {
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 0px;
	vertical-align: top;
	font-weight: normal;
}
footer .footer-manu ul li {
  padding: 0px 0 10px 0;
}
footer .footer-manu ul li a {
	color: #333;
	text-decoration: underline;
}
footer .footer-manu ul li a:hover {
	color: #333;
	text-decoration: none;
}
footer p.copyright {
	background-color:#990000;
	margin: 50px 0 0 0;
	padding: 18px 0;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	text-align: center;
}

footer p.line{
	padding: 0;
	margin: 0;
	height: 6px;
	background:#990000;
}


/*--
	index 共通項目
--*/
#message1 .container,
#schedule .container,
#message .container,
#top_service .container{
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.section-title h2{
	margin: 0 auto 50px auto;
	padding: 8px 0 6px 0;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.2em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "serif"; 
}

/* add start 2022.11.02 */
.m-section04 .container,
.m-section05 .container
{
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/*--
	message Start 
--*/
#message {
  padding: 100px 0 120px 0;
	position: relative;
}
#message .block p {
	margin:  0 0 16px 0;
}
#message .block p.title {
	font-weight: 600;
	font-size: 1.4em;
	line-height: 1.6em;
}
#message .block p.name {
	line-height: 1.8em;
	text-align: right;
}
#message .block p.name span{
	font-size: 100%;
	background: none;
}



/*--
	top_service Start 
--*/
#top_service {
	background: url(../images/bg_block.png) repeat 0 0;
	margin-top: 40px;
  	padding: 0px 0 60px 0;
	position: relative;
}

#top_service dl {
	background-color: #fff;
	width: 84%;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	
}
#top_service dl dt {
	text-align: center;
}
#top_service dl dd {
}
#top_service dl dd h3{
	color: #990000;
	font-size: 1.8rem;
	line-height: 2.5rem;
	border: none;
	margin: 0;
	padding: 20px 0 10px 0;
	text-align: center;
	font-weight: bold;
}
#top_service dl dd p{
}
#top_service dl dd div.button{
	text-align: center;
	margin: 20px auto 5px auto;
}

.button a{
	padding: 10px 1.7em 10px 2.2em;
	background-color: #990000;
    border-radius: 20px 20px 20px 20px / 20px 20px 20px 20px;
	color: #fff;
}
.button a:after {
  content: "  >";
}
.button a:hover {
	background-color:#CC0000;
	text-decoration: none;
}


/*--
	schedule Start 
--*/
#schedule {
  padding: 150px 0 100px 0;
	background-color: #007b36;
	color: #ffffff;
    margin-top: -50px;/*-- ページ内リンクのズレを補正 --*/
}

#schedule .schedule-item {
	border-top: 1px solid #ffffff;
}
#schedule .schedule-item:last-child {
	border-bottom: 1px solid #ffffff;
}
#schedule .entry-bosyu{
	background: url(../images/schedule_entry.png) no-repeat 30px top;
	background-size: 213px auto;
}

#schedule .schedule-item dl.daytime {
	font-weight: 600;
	width: 260px;
	float: left;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
#schedule .schedule-item dl.daytime dt {
}
#schedule .schedule-item dl.daytime dt div.date {
	display: inline-block;
	font-size: 48px;
	line-height: 54px;
	padding: 40px 0 0 0;
}
#schedule .schedule-item dl.daytime dt div.date span {
	font-size: 68px;
	line-height: 74px;
}
#schedule .schedule-item dl.daytime dt div.week {
	display: inline-block;
	padding: 5px;
	margin: -10px 1px 0 1px;
	width: 1.8em;
	height: 1.8em;
	vertical-align: middle;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
	border: 1px solid #fff;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
#schedule .schedule-item dl.daytime dd {
	text-align: center;
	padding-left: -1em;
	font-size: 20px;
	line-height: 28px;
}
#schedule .schedule-item dl.daytime dd:before {
      content : url(../images/schedule_icn_time.png) ;
	margin-right: 4px;
}

#schedule .schedule-item p {
  color: #888;
  padding-top: 10px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

#schedule .schedule-item .text-area {
	font-weight: 600;
	float: right;
    width: calc(100% - 260px - 30px - 30px);
	text-align: left;
	margin: 30px 30px 20px 30px ;
}

#schedule .schedule-item .text-area h4 {
	padding-bottom: 6px;
}
#schedule .schedule-item .text-area h4 a {
	color:#ffffff;
	text-decoration: underline;
	font-size: 18px;
	line-height: 26px;
}
#schedule .schedule-item .text-area h4 a:hover {
	color:#ffffff;
	text-decoration: none;
	color: #ffeabb;
	transition: color 0.3s;	
}
#schedule .schedule-item .text-area dl dd.address:before,
#schedule .schedule-item .text-area dl dd.station:before,
#schedule .schedule-item .text-area dl dd.name:before,
#schedule .schedule-item .text-area dl dd.capacity:before,
#schedule .schedule-item .text-area dl dd.price:before{
	margin-right: 8px;
	vertical-align: top;
}
#schedule .schedule-item .text-area dl dd.address:before{
	content: url(../images/schedule_icn_01.png);
}
#schedule .schedule-item .text-area dl dd.station:before{
	content: url(../images/schedule_icn_02.png);
}
#schedule .schedule-item .text-area dl dd.name:before{
	content: url(../images/schedule_icn_03.png);
}
#schedule .schedule-item .text-area dl dd.capacity:before{
	content: url(../images/schedule_icn_04.png);
}
#schedule .schedule-item .text-area dl dd.price:before{
	content: url(../images/schedule_icn_05.png);
}
#schedule .schedule-item .text-area dl dd.btn{
	margin: 20px 0 0 0;
	padding: 0;
}
#schedule .schedule-item .text-area dl dd.btn a{
	margin: 0;
	padding: 10px 1.7em 10px 2.2em;
	background-color: #ffb400;
    border-radius: 20px 20px 20px 20px / 20px 20px 20px 20px;
	color: #000;
}
#schedule .schedule-item .text-area dl dd.btn a:after {
  content: "  >";
}
#schedule .schedule-item .text-area dl dd.btn a:hover {
	background-color: #ff7e00;
	text-decoration: none;
}




/*----------------------------
２階層目
----------------------------*/
/*--
	共通項目
--*/
.notice{ font-size: 12px; line-height: 18px;}
.marker { background: url(../images/marker.png) repeat-x 0 bottom; font-weight: bold;}
.marker2 { background: url(../images/marker2.png) repeat-x 0 bottom; font-weight: bold; }
.text-center{ text-align: center;}
.blue{ color: #007b36;}
.orange{ color: #ee851b; }
.text130{font-size: 1.3em;}
.w600{ font-weight: 600;}
.bm20{ margin-bottom: 20px;}
.bm30{ margin-bottom: 30px;}
a:hover img.gohover{ opacity: .8; }


/*
#entrybtn{
  padding: 60px 0 100px 0;
	background: url(../images/bg_partner.png) repeat 0 0;
}
#entrybtn #faq,
#entrybtn #contact,
#entrybtn #eventEntry{
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
	margin: 30px 0 0 0;
	background-color: #000;
    text-align: center;
	border: 5px solid #ee851b;
}
#entrybtn #faq:after{
    background: url(../images/partner_img_03.jpg) no-repeat center center;
}
#entrybtn #contact:after{
    background: url(../images/partner_img_01.jpg) no-repeat center center;
}
#entrybtn #eventEntry:after{
    background: url(../images/partner_img_02.jpg) no-repeat center center;
}
#entrybtn #faq:after,
#entrybtn #contact:after,
#entrybtn #eventEntry:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#entrybtn #faq:hover:after,
#entrybtn #contact:hover:after,
#entrybtn #eventEntry:hover:after{
    opacity: .7;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#entrybtn #faq .inner,
#entrybtn #contact .inner,
#entrybtn #eventEntry .inner{
    z-index: 1;
    position: relative;
}
#entrybtn a p.more{
	width: 100%;
	height: 50px;
	bottom: -20px;
	left: 0;
	z-index: 3;
    position: absolute;
	
	color: #fff;
	padding-top: 8px;
    background: #ee851b url(../images/arw_white.png) no-repeat 98% center;
}
#entrybtn a:hover p.more{
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
}
*/




#service,
#about,
#policy{
  padding: 90px 0 90px 0;
}

#company{
  padding: 0px 0 10px 0;
}

#service .container,
#about .container,
#company .container,
#policy .container{
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
}



/*--
service Start 
--*/
.service01{
	margin: 0 auto 120px auto;
    padding-top: 100px;
    margin-top: -100px;
}
.service02{
	margin: 0 auto 120px auto;
    padding-top: 100px;
    margin-top: -100px;
}

#service .section-title h2{
	margin: 0 auto 50px auto;
	padding: 8px 0 6px 0;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.2em;
}

#service h3{
	font-weight: 600;
	text-align: left;
	border: 1px solid #007b36;
	padding: 14px 10px 10px 10px;
	margin: 5px auto 5px auto;
	color: #007b36;
	font-size: 18px;
	line-height: 26px;
	background-color: #fff;
}
#service h3 .reazon {
	font-weight: 600;
	font-size: 22px;
	display: inline-block;
	margin-right: 10px;
}
#service h3 .reazon span{
	display: inline-block;
	padding: 8px;
	margin: -5px 5px 0 5px;
	background-color: #002f5c;
	width: 1.7em;
	height: 1.7em;
	vertical-align: middle;
	color: #fff;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
#service .catch{
	font-size: 170%;
	margin: 50px 0 30px 0;
	color: #ec1f41;
	font-weight: 600;
	text-align: center;
	font-weight: bold;
}
#service .catch span{
	padding-bottom: 10px;
	background: url(../images/marker2.png) repeat-x 0 bottom;
}
#service .subcatch{

	font-size: 130%;
	margin: 0 0 10px 0;
	color: #002f5c;
	font-weight: 600;
	text-align: center;
}

#service .service01_box1{
	margin: 20px auto 30px auto;
	width: 90%;
	background-color: #eaeaea;
	padding: 20px;
}

#service .pointbox{
	max-width: 850px;
	margin: 30px auto 50px auto;
  padding: 35px 4% 30px 4%;
	background: url(../images/bg_check.gif) repeat 0 0;
	border: 1px solid #666;
	position: relative;
/*box-shadow*/
box-shadow:0 0 5px #fff, 0 0 5px #bbb, 0 0 1px #aaa;
-webkit-box-shadow:0 0 5px #fff, 0 0 5px #bbb, 0 0 1px #aaa;
-moz-box-shadow:0 0 5px #fff, 0 0 5px #bbb, 0 0 1px #aaa;
}
#service .pointbox h3{
	background-color: #EEF6F6;
	border: 0;
	margin-bottom: 20px;
	color: #002f5c;
}
#service .pointbox h4{
	margin-top: 20px;
	margin-bottom: 20px;
/*	color: #002f5c; */
	color: #a52a2a;
	text-align: center;
	font-size: 2.8rem;
}
#service .pointbox p{
	margin-bottom: 30px;
}
.imgL{
	width: 40%;
	float: left;
	margin: 10px 20px 20px 0;
}
.imgR{
	width: 40%;
	float: right;
	margin: 10px 0 20px 20px;
}
#service .num {
	font-weight: 600;
	font-size: 22px;
	display: inline-block;
	width: 2.2em;
	float: left;
}
#service .num span{
	display: inline-block;
	padding: 8px;
	margin: -5px 5px 0 5px;
	background-color: #ffb400;
	width: 1.7em;
	height: 1.7em;
	vertical-align: middle;
	color: #fff;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}





#service .answer{
	margin: 30px auto 50px auto;
  padding: 50px 4% 20px 4%;
	background: url(../images/bg_check.gif) repeat 0 0;
	border: 1px solid #666;
	position: relative;
/*box-shadow*/
box-shadow:0 0 5px #fff, 0 0 5px #bbb, 0 0 1px #aaa;
-webkit-box-shadow:0 0 5px #fff, 0 0 5px #bbb, 0 0 1px #aaa;
-moz-box-shadow:0 0 5px #fff, 0 0 5px #bbb, 0 0 1px #aaa;
}
#service .answer img{
	position: absolute;
	top: 0;
	left: -15px;
	width: 120px;
}
#service .service_box{
	margin: 16px auto 0 auto;
	padding: 25px 3% 15px 3%;
	background: url(../images/bg_check.gif) repeat 0 0;
	border: 2px solid #007b36;
	box-sizing: border-box;
}
#service .service_box h4{
	padding: 5px 10px;
	margin: 0 0 15px 0;
	color: #007b36;
	border-left: #007b36 10px solid;
	font-weight: bold;
}
#service .service_box p{
	margin-bottom: 10px;
}
#service .service_box ul{
	margin: 20px auto;
}
#service .service_box ul li{
	padding: 0;
	margin: 0;
	width: 31%;
	display: inline-block;
	margin-left: 1%;
	vertical-align: top;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.icon1{
	color: #007b36;
	font-size: 10px;
	margin-right: 4px;
}


/*--
about Start 
--*/
#about p{
	margin-bottom: 1.4em;
}
.about01 img{
	width: 80%;
	margin: 0 auto;
}
.about01{
	margin-bottom: 90px;
}
.about02{
	margin-bottom: 50px;
}


/*--
company Start 
--*/
#company table{
	width: 100%;
	border:1px solid #ccc;
	border-bottom:0 solid #ccc;
}
#company table th,
#company table td{
	padding: 10px;
	box-sizing: border-box;
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#company table th{
	width: 30%;
	text-align: center;
	background-color: #f8f8f8;
}
#company table td{
	width: 70%;
}
#company tbody{
}
#company .company01{
	margin-bottom: 30px;
}
#company .company02{
	margin-bottom: 50px;
}


/*--
policy Start 
--*/
#policy .inner{
	margin-bottom: 50px;
}
#policy h3{
	padding: 0 0 5px 10px;
	margin: 0 0 16px 0;
	border-left: 5px solid #007b36;
	border-bottom: 1px solid #007b36;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	color: #007b36;
}
#policy p{
	margin-bottom: 1.4em;
}





#contacrform .mailform dl{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 768px) {
	#contacrform .mailform dl{
		width: 100%;
	}
}

.m-section04{
	padding-top: 100px;
}
.m-section05{
	padding-top: 100px;
}
/*  地図  */
#map_container h1{
	text-align: center;
	margin-bottom: 20px;
}
#map_container .map_area{
	padding: 0,0,0,0;
	margin: 0 auto;
}
#map_container iframe{
	text-align:center;
	padding: 0;
	margin: 0 ;
	/*vertical-align: bottom;*/

}
#map_container .map_colm{
	text-align: center;
}
/*pageTop*/
#pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}


/*----------------------------
２階層目
----------------------------*/
/*--
	共通項目
--*/
.notice{ font-size: 14px; line-height: 18px;}
.marker { background: url(../images/marker.png) repeat-x 0 bottom; }
.text-center{ text-align: center;}
.blue{ color: #2f6698;}
.orange{ color: #ee851b; }
.text130{font-size: 1.3em;}
.w600{ font-weight: 600;}
.bm20{ margin-bottom: 20px;}
.bm30{ margin-bottom: 30px;}
a:hover img.gohover{ opacity: .8; }


#entrybtn{
  padding: 60px 0 100px 0;
	background: url(../images/bg_partner.png) repeat 0 0;
}
#entrybtn #faq,
#entrybtn #contact,
#entrybtn #eventEntry{
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
	margin: 30px 0 0 0;
	background-color: #000;
    text-align: center;
	border: 1px solid #990000;
}
#entrybtn #faq:after{
    background: url(../images/partner_img_01.jpg) no-repeat center center;
}
#entrybtn #contact:after{
    background: url(../images/partner_img_02.jpg) no-repeat center center;
}
#entrybtn #eventEntry:after{
    background: url(../images/partner_img_03.jpg) no-repeat center center;
}
#entrybtn #faq:after,
#entrybtn #contact:after,
#entrybtn #eventEntry:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#entrybtn #faq:hover:after,
#entrybtn #contact:hover:after,
#entrybtn #eventEntry:hover:after{
    opacity: .7;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#entrybtn #faq .inner,
#entrybtn #contact .inner,
#entrybtn #eventEntry .inner{
    z-index: 1;
    position: relative;
}
#entrybtn a p.more{
	width: 100%;
	height: 50px;
	bottom: -20px;
	left: 0;
	z-index: 3;
    position: absolute;
	
	color: #fff;
	padding-top: 8px;
    background: #990000 url() no-repeat 98% center;
}
#entrybtn a:hover p.more{
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
}


#entrybtn #nai,
#entrybtn #nai2,
#entrybtn #nai3{
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
	margin: 30px 0 0 0;
	background-color: #000;
    text-align: center;
	border: 1px solid #990000;
}
#entrybtn #nai:after{
    background: url(../images/partner_img_04.jpg) no-repeat center center;
}
#entrybtn #nai2:after{
    background: url(../images/partner_img_05.jpg) no-repeat center center;
}
#entrybtn #nai3:after{
    background: url(../images/partner_img_06.jpg) no-repeat center center;
}
#entrybtn #nai:after,
#entrybtn #nai2:after,
#entrybtn #nai3:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#entrybtn #nai:hover:after,
#entrybtn #nai2:hover:after,
#entrybtn #nai3:hover:after{
    opacity: .7;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#entrybtn #nai .inner,
#entrybtn #nai2 .inner,
#entrybtn #nai3 .inner{
    z-index: 1;
    position: relative;
}

#entrybtn #nai4,
#entrybtn #nai5,
#entrybtn #nai6{
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
	margin: 30px 0 0 0;
	background-color: #000;
    text-align: center;
	border: 1px solid #990000;
}
#entrybtn #nai4:after{
    background: url(../images/partner_img_07.jpg) no-repeat center center;
}
#entrybtn #nai5:after{
    background: url(../images/partner_img_05.jpg) no-repeat center center;
}
#entrybtn #nai6:after{
    background: url(../images/partner_img_06.jpg) no-repeat center center;
}
#entrybtn #nai4:after,
#entrybtn #nai5:after,
#entrybtn #nai6:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#entrybtn #nai4:hover:after,
#entrybtn #nai5:hover:after,
#entrybtn #nai6:hover:after{
    opacity: .7;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#entrybtn #nai4 .inner,
#entrybtn #nai5 .inner,
#entrybtn #nai6 .inner{
    z-index: 1;
    position: relative;
}




#entrybtn a p.more{
	width: 100%;
	height: 50px;
	bottom: -20px;
	left: 0;
	z-index: 3;
    position: absolute;
	
	color: #fff;
	padding-top: 8px;
    background:#990000; url() no-repeat 98% center;
}
#entrybtn a:hover p.more{
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
}



#service,
#about,
#faq-list,
#company,
#policy{
  padding: 40px 0 60px 0;
}

#service .container,
#about .container,
#faq-list .container,
#company .container,
#policy .container{
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/*--
section-title 
--*/
#service .section-title h2,
#about .section-title h2,
#faq-list .section-title h2,
#company .section-title h2,
#policy .section-title h2{
	margin: 0 auto 10px auto !important;
	padding: 8px 0 6px 0;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#about .section-title h2:before,
#faq-list .section-title h2:before,
#company .section-title h2:before,
#policy .section-title h2:before{
  content: "ー ";
}
#about .section-title h2:after,
#faq-list .section-title h2:after,
#company .section-title h2:after,
#policy .section-title h2:after{
  content: " ー";
}
#about .section-title p,
#faq-list .section-title p,
#company .section-title p,
#policy .section-title p{
	margin: 0 auto 50px auto;
	padding: 0;
	text-align: center;
	font-weight: 600;
	font-size: 140%;
	color:#990000;
}



/*--
service Start 
--*/
.service01{
	margin: 0 auto 90px auto !important;
}
.service02{
	margin: 0 auto 90px auto !important;
}
.service03{
	margin: 0 auto 40px auto !important;
}
.service03 .section-title{
	margin: 0 auto 30px auto !important;
}

#service .section-title{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#service .section-title h2{
	margin: 0 auto 20px auto;
	padding: 8px 0 20px 0;
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.2em;
}
#service .section-title p{
	margin: 0 auto 30px auto;
}
#service .section-title h2 span{
	margin-right: 10px;
	font-size: 44px;
	font-family: 'Roboto','Noto Sans Japanese', sans-serif;
	color: #2f6698;
	letter-spacing: 2px;
}
#service h3{
	font-weight: 600;
	text-align: center;
	border: 1px solid #2f6698;
	padding: 18px 10px 10px 10px;
	margin-bottom: 20px;
	color: #2f6698;
	border-radius: 6px;
	font-size: 22px;
	line-height: 30px;
}
#service h3 .reazon {
	font-weight: 600;
	font-size: 22px;
	display: inline-block;
	margin-right: 10px;
}
#service h3 .reazon span{
	display: inline-block;
	padding: 8px;
	margin: -5px 5px 0 5px;
	background-color: #ee851b;
	width: 1.7em;
	height: 1.7em;
	vertical-align: middle;
	color: #fff;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
#service .catch{
	font-size: 130%;
	margin: 0 0 30px 0;
	color: #2f6698;
	font-weight: 600;
	text-align: center;
}
#service .answer{
	margin: 30px auto 50px auto;
  padding: 50px 4% 20px 4%;
	background: url(../images/bg_check.gif) repeat 0 0;
	border: 1px solid #666;
	position: relative;
/*box-shadow*/
box-shadow:0 0 5px #fff, 0 0 5px #bbb, 0 0 1px #aaa;
-webkit-box-shadow:0 0 5px #fff, 0 0 5px #bbb, 0 0 1px #aaa;
-moz-box-shadow:0 0 5px #fff, 0 0 5px #bbb, 0 0 1px #aaa;
}
#service .answer img{
	position: absolute;
	top: 0;
	left: -15px;
	width: 120px;
}
#service .service_box{
	margin: 16px auto 0 auto;
	padding: 25px 3% 15px 3%;
	background: url(../images/bg_check.gif) repeat 0 0;
	border: 2px solid #2f6698;
	box-sizing: border-box;
}
#service .service_box h4{
	padding: 5px 10px;
	margin: 0 0 15px 0;
	color: #a52a2a;
	border-left: #2f6698 10px solid;
	font-weight: bold;
}
#service .service_box p{
	margin-bottom: 10px;
}
#service .service_box ul{
	margin: 20px auto;
}
#service .service_box ul li{
	padding: 0;
	margin: 0;
	width: 31%;
	display: inline-block;
	margin-left: 1%;
	vertical-align: top;
	border: 1px solid #ccc;
	box-sizing: border-box;
}


/*--
about Start 
--*/
#about p{
	margin-bottom: 1.4em;
}
.about01 img{
	width: 80%;
	margin: 0 auto;
}
.about01{
	margin-bottom: 90px;
}
.about02{
	margin-bottom: 50px;
}




/*--
faq-list Start 
--*/
#faq-list dl{
	margin: 0 auto 50px auto;
	padding: 0;
}
#faq-list dl dt{
	margin-bottom: 2px;
	margin-top: 10px;
	font-weight: normal;
}
#faq-list dl dt {
	color: #2f6698;
	font-weight: bold;
	font-size: 1.3em;
}
#faq-list dl dt{
	margin-right: 4px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #2f6698;
	font-size: 20px;
	border-bottom: 2px solid #2f6698;
}
#faq-list dl dt span{
	margin-right: 4px;
	font-weight: bold;
	color: #2f6698;
	font-size: 26px;
}
#faq-list dl dd{
	background-color: #f8f8f8;
	padding: 16px 4% 26px 4%;
}
#faq-list dl dd span{
	margin-right: 4px;
	font-weight: bold;
	color: #ee851b;
	font-size: 26px;
}



/*--
company Start 
--*/
#company .section-title h2{
	margin-bottom: 30px !important;
}
#company table{
	width: 100%;
	border:1px solid #ccc;
	border-bottom:0 solid #ccc;
}
#company table th,
#company table td{
	padding: 10px;
	box-sizing: border-box;
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#company table th{
	width: 30%;
	text-align: center;
	background-color: #f8f8f8;
}
#company table td{
	width: 70%;
}
#company tbody{
}
#company .company01{
	margin-bottom: 90px;
}
#company .company02{
	margin-bottom: 50px;
}

/*--
policy Start 
--*/
#policy .inner{
	margin-bottom: 50px;
}
#policy h3{
	padding: 0 0 5px 10px;
	margin: 0 0 16px 0;
	border-left: 5px solid #2f6698;
	border-bottom: 1px solid #2f6698;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	color: #2f6698;
}
#policy p{
	margin-bottom: 1.4em;
}
.pl-mainVisual__item__content__text {
	font-size: 25px;
	font-weight: 700;
	font-feature-settings : "palt";
	line-height: 1.3;
	margin: 0 0 .75em
}

.example {
  position: relative;
  }
.example p {
  width:90%;
  position: absolute;
  /*color: white;/*文字は白に*/
  color: #f8f8ff;
  text-shadow: 2px 2px 3px #696969;
  font-weight: bold; /*太字に*/
  font-size: 2.5em;/*サイズ2倍*/
  line-height:normal;
 /* font-family :Quicksand, sans-serif;*/
 font-family :Quicksand,serif;
  top: 40%;
  left: 70%;
  -ms-transform: translate(-50%,-0%);
  -webkit-transform: translate(-40%,-50%);
  transform: translate(-50%,-50%);

  }
@media (max-width:450px) {
.example p{
	top: 30%;
	  left: 48%;
	font-size: 1.6em;/*サイズ1倍*/
	transform: translate(-50%,-50%);
}
}
@media (max-width:350px) {
.example p{
	top: 35%;
	  left: 45%;
	font-size: 1.4em;/*サイズ1倍*/
}
}
.example img {
   width: 100%; 
 /* height: 660px; */
  }
/* バックカラーあり*/
.example_color p {
		  color: #ffffff;
	/*background-color: rgba(30,144,255,0);*/
  }
@media (max-width:450px) {
.example_color p{
		color: #ffffff;
		background-color:rgba(30,144,255,0.4);
}
}
.rows-zokusei {
 	border :1px solid #000;
		height: 210px;
  }

.sale_dtl_1{
	 font-family :Quicksand,serif;
	  font-size5px: 1.2em;/*サイズ2倍*/
		font-weight: bold;
		/*height: 210px; */
	    padding: 2px;
		border:1px solid #ccc;
		background: #fff;
		box-shadow: 1px ,1px ,3px ,3px;
		margin-top:5px;
		margin-bottom:5px;
	     text-align: center;
}
.sale_dtl_2{
	 font-family :Quicksand,serif;
	  font-size: 1.2em;/*サイズ2倍*/
		font-weight: bold;
		height: 210px;
	border-color: gray;
	margin-top:5px;
	margin-bottom:10px;

}
.sale_dtl_3{
	 height: auto;
	margin-top:0px;
	margin-bottom:10px;
     text-align: center;
}
.sale_dtl_4{
	 height: auto;
	 width: 30%;
	margin-top:5px;
	margin-bottom: 5px;
	align: middle;
}
.cls_toiawase_1{
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	margin: 15px 0px 0px 0px;

}
.cls_access_title{
	margin: 10px 0px 10px 0px;
	text-align: center;
	background-color:white;	
	color:white;
}
h4 {
  color: #a52a2a;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #a52a2a;/*上線*/
  border-bottom: solid 3px #a52a2a;/*下線*/
}
.cls_yoyaku_title{
	text-align: center;
	background-color: brown;	
	color:white;
}
.cls_yoyaku_flm{
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	margin-top:5px 0px 5px 10px;	
}
.cls_ryokin_flm{
/*	border-style: solid; */
/*	border-color: white;*/
/*	border-width: 1px; */
	border-radius: 0px 0px 5px 5px;
	text-align: center;
	margin-top:10px 0px 10px 10px;
}
.cls_yoyaku_1{
	height:auto;
  	text-align: center;
	margin:25px;
}
.cls_yoyaku_1 img{
	width: 80%;
}
.cls_yoyaku_2{
	height:auto;
	max-width: 80%;
	text-align: center;
  	margin: 20px auto;
}
.cls_yoyaku_2 img{
	width: 80%;
}
.cls_yoyaku_3{
	height:auto;
  	text-align: center;
	margin:20px;
}
.cls_yoyaku_3 img{
	width: 80%;
}
.cls_yoyaku_4{
	height:auto;
	max-width: 70%;
	text-align: center;
  	margin: 20px auto;
}
.cls_yoyaku_4 img{
	width: 90%;
}
.cls_yoyaku_5{
	height:auto;
  	text-align: center;
		margin:20px;
}
.cls_yoyaku_5 img{
	width: 75%;
}
.message1-logo {
    /* width: 100%; */
     height: 100%;
     margin-bottom: 20px;
     text-align: center;
}
@media (max-width:600px) {
.cls_yoyaku_1{
	margin:10px;
}
.cls_yoyaku_1 img{
	width: 100%;
}
.cls_yoyaku_2{
	margin:10px;
}
.cls_yoyaku_2 img{
	width: 100%;
}
.cls_yoyaku_3{
	margin:20px;
}
.cls_yoyaku_3 img{
	width: 100%;
}
.cls_yoyaku_4{
	margin:20px;
	max-width: 90%;
}
.cls_yoyaku_4 img{
	width: 100%;
}
.cls_yoyaku_5{
	margin:10px;
}
.cls_yoyaku_5 img{
	width: 90%;
}
.message1-logo {
    /* width: 100%; */
     height: 100%;
     margin-bottom: 20px;
     text-align: center;
}
}
.message1-moji{
		width : 80%;
	height:80px;
	margin-left:  150px;
	margin-bottom: 30px;
}

.col-md-12-edit{
	/*background-color: #CFCECE;**/
	/*float:right; */
	float:none;
 	margin-top:20px;
 	margin-bottom: 20px;
 	mardin-left :0px;
 	margin-right :10px;	
}

.gallery{
	 margin-top:5px;
 	margin-bottom:5px;
 	mardin-left :5px;
 	margin-right :0px;
	border:"1" ;
	width:80%;
	align:top;
	valign:top;
}

@media screen and (min-width: 480px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 480px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

mainvisual #line h1{
	padding: 8px 0 0 0;
	margin: 0 auto;
	font-size: 1em;
	line-height: 1.0em;
	text-align: center;
}
mainvisual #line{
	width: 100%;
	min-height: 35px;
	/*min-height: 5px;  */
	padding: 0;
	margin: 0;
	background:#990000;
	color: #fff;
}
.m-title01 {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "MS PMincho", serif;
    font-size: 2.7rem;
    line-height: 1.28571;
    color: rgb(103, 83, 60);
    font-feature-settings: "palt";
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
    margin: -4px 0px;
}
.align-center {
    text-align: center !important;
}
.align-left {
    text-align: left !important;
}
.m-title01.letter1 {
    letter-spacing: 0.1em;
}
@media screen and (max-width: 350px){
.m-title01 {
     font-size: 1.9rem;
}
}
@media screen and (max-width: 260px){
.m-title01 {
     font-size: 1.5rem;
}
}
.m-body01 {
    padding-top: 40px;
}
@media screen and (max-width: 767px){
.m-body01 {
    padding-top: 5px;
}
}
.m-text-lead.font-mincho {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "MS PMincho", serif;
}
.m-text-lead:first-child {
    margin-top: -9px;
}
@media screen and (max-width: 767px){
.m-text-lead {
    margin-top: 31px;
    margin-bottom: -9px;
    text-align: left;
}
}
.m-text-lead {
    margin: 46px 0 -9px;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
}
.m-section01 {
    padding-top: 50px;
    padding-bottom: 40px;
}
@media screen and (max-width: 767px){
.m-section01 {
    padding: 35px 15px;
}
}
.fb_size {
	width:500px;
	height:600px;
}
@media screen and (max-width: 458px){
.fb_size {
	width:99%;
	height:400px;
}
}
.map_size {
	width:600px;
	height:450px;
}
@media screen and (max-width: 458px){
.map_size {
	width:99%;
	height:450px;
}
}
.bg-gray, .m-notice {
    background-color: #efefef;
}
.bg-beige {
    background-color: #f5f5dc;
	
}
.message-section02 {
	padding-top: 30px;
    padding-bottom: 30px;
}
.message-section03 {
	padding-top: 40px;
    padding-bottom: 40px;
}
.m-section03 {
    overflow: hidden;
	margin-top: 100px;
    padding-bottom: 80px;
}

@media screen and (max-width: 767px){
.m-section03 {
	padding-bottom: 40px;
}
}

.m-bg_title--course {
    background-image: url("../images/bk_mv13.jpg");
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.4);  
}
@media screen and (max-width: 767px){
.m-bg_title--course {
    background-image: url(../images/bk_mv13.jpg);
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.4); 
}
}
.m-bg_title--course2 {
    background-image: url("../images/bk_kawara1.jpg");
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.4); 
}
@media screen and (max-width: 767px){
.m-bg_title--course2 {
    background-image: url(../images/bk_kawara1.jpg);
	box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4); 
}
}
.m-bg_title--course3 {
    background-image: url("../images/bk_satoukibi.jpg");
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.4); 
}
@media screen and (max-width: 767px){
.m-bg_title--course3 {
    background-image: url(../images/bk_satoukibi.jpg);
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.4); 
}
}
.m-bg_title--course4 {
    background-image: url("../images/bk_map.jpg");
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.4); 
}
@media screen and (max-width: 767px){
.m-bg_title--course4 {
    background-image: url(../images/bk_map.jpg);
	box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4); 
}
}
.m-bg_title--course5{
    background-image: url("../images/bk_satoukibi.jpg");
	box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4); 
}
.m-bg_title--course6{
    background-image: url("../images/bk_open01.png");
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.4); 
}
.m-bg_title--course7{
    background-image: url("../images/bk_kottsu3.jpg");
	border-top: 3px solid wheat;
	border-bottom: 5px solid wheat;
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.4); 
}
.m-bg_title--course8{
	background-image: url("../images/bk_open01.png");
}
.m-bg_title {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "MS PMincho", serif;
    background-size: cover;
    font-size: 2.8rem;
    line-height: 1.28571;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: normal;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px 0px 40px 0px;
    padding: 42px 0px;
	text-shadow: 2px 2px 3px #000000;
	font-weight: bold;
}
@media screen and (max-width: 767px){
.m-bg_title {
    padding: 39.75px 0;
    font-size: 2.5rem;
    line-height: 1.5;
}
}
@media screen and (max-width: 767px){
.m-section03 > .m-body01 {
    padding-right: 15px;
    padding-left: 15px;
	}
}
.m-body01 {
    padding-top: 40px;
}
@media screen and (max-width: 767px){
.m-body01 {
    padding-top: 30px;
}
}
.l-container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    width: 950px;
}
@media screen and (max-width: 767px){
.l-container {
    padding: 0;
    width: 100%;
}
}

.m-text01:first-child {
    margin-top: -9px;
}

.align-center-pc {
    text-align: center !important;
}
@media screen and (max-width: 767px){
.align-center-pc {
    text-align: inherit !important;
}
}
.weight-bold {
    font-weight: bold !important;
}
.m-text01 {
    position: relative;
    margin: 11px 0 -9px;
    font-size: 1.8rem;
    line-height: 2;
}
.color-red {
    color: #eb5461 !important;
}
.top-course-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0 0;
}
@media screen and (max-width: 767px){
.top-course-item {
    display: block;
    margin: 30px 0 0;
}	
}
.top-course-item.reverse {
    -ms-flex-direction: row;
    flex-direction: row;
}
.top-course-item.reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.top-course-item .col-text {
    padding-left: 93px;
    width: 50%;
}
@media screen and (max-width: 767px){
.top-course-item .col-text {
    padding-top: 15px;
    padding-left: 0;
    width: 100%;
	}
}
.top-course-item .col-image {
    position: relative;
    width: 50%;
}
@media screen and (max-width: 767px){
.top-course-item .col-image {
    width: 100%;
	}
}
.top-course-item .col-image2 {
    position: relative;
    width: 50%;
}
@media screen and (max-width: 767px){
.top-course-item .col-image2 {
    width: auto;
	height: 80%;
	}
}
.l-container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    width: 950px;
}
@media screen and (max-width: 767px){
.l-container {
    padding: 0;
    width: 100%;
}
}
.l-container:after {
    content: "";
    display: table;
    clear: both;
}

*, *:after, *:before {
    box-sizing: border-box;
}
.m-button:first-child {
    margin-top: 0;
}
.m-button--block {
    display: block;
}
@media screen and (max-width: 767px){
.m-button {
    display: block;
    border-radius: 3px;
    padding: 13.8px 15px;
}
}
.m-button {
    position: relative;
    display: inline-block;
    background-color: #eb5461;
    border-radius: 6px;
    padding: 16.8px 20px;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    transition: .2s;
}
@media screen and (max-width: 767px){
.m-button {
    display: block;
    border-radius: 3px;
    padding: 13.8px 15px;
}
}

.m-button-container {
    margin: 30px 0 0 0;
}

@media screen and (max-width: 767px){
.m-button-container {
    margin-top: 20px;
	}
}

.m-button:first-child {
    margin-top: 0;
}
.m-button--block {
    display: block;
}
.sale_dtl_1{
	 font-family :Quicksand,serif;
	  font-size5px: 1.2em;/*サイズ2倍*/
		font-weight: bold;
		/*height: 210px; */
	    padding: 2px;
		border:1px solid #ccc;
		background: #fff;
		box-shadow: 1px ,1px ,3px ,3px;
		margin-top:5px;
		margin-bottom:5px;
	     text-align: center;
}
.m-title02 {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "MS PMincho", serif;
    font-size: 2.0rem;
    line-height: 1.28571;
    color: rgb(103, 83, 60);
    font-feature-settings: "palt";
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
    margin: 15px 0px;
}
@media screen and (max-width: 767px){
.m-title02 {
  /*  margin: -3.57143px 0; */
	margin: 2px 0;
    font-size: 2.5rem;
	}
}
@media screen and (max-width: 340px){
.m-title02 {
  /*  margin: -3.57143px 0; */
	margin: 2px 0;
    font-size: 1.8rem;
	}
}
@media screen and (max-width: 300px){
.m-title02 {
  /*  margin: -3.57143px 0; */
	margin: 2px 0;
    font-size: 1.5rem;
	}
}
.m-title02.letter1 {
    letter-spacing: 0.1em;
isplay: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.m-bg_title3 {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "MS PMincho", serif;
    background-size: cover;
    font-size: 8rem;
	font-weight: bold;
  /*  line-height: 1.28571; */
	line-height: 1;
    text-align: center;
    color: black;
    font-weight: normal;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 22px 0px;
/*	text-shadow: 2px 2px 3px #fff; */
	/* 縁取り */
	text-shadow:1px 1px 0 #fff, -1px -1px 0 #fff,
				  -1px 1px 0 #fff, 1px -1px 0 #fff,
				  0px 1px 0 #fff,  0-1px 0 #fff,
				  -1px 0 0 #fff, 1px 0 0 #fff;
}
@media screen and (max-width: 767px){
.m-bg_title3 {
    padding: 12.75px 0;
    font-size: 2.5rem;
    line-height: 1.5;
}
}
@media screen and (max-width: 340px){
.m-bg_title3 {
    padding: 12.75px 0;
    font-size: 2.2rem;
    line-height: 1.5;
}
}
.jumbotron2 {
	padding: 10px 10px;
	margin-bottom: 10px;
	color: inherit;
	background-color: #eee
}
.jumbotron2 h1, .jumbotron2 .h1 {
	color: inherit
}
.jumbotron2 h2, .jumbotron2 .h2 {
	color: brown;
}
.jumbotron2 p {
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: 200
}
.jumbotron2>hr {
	border-top-color: #d5d5d5
}
.container .jumbotron2, .container-fluid .jumbotron2 {
	border-radius: 6px
}
.jumbotron2 .container {
	max-width: 100%
}
@media screen and (min-width:768px) {
.jumbotron2 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px 5px
}
}
@media screen and (max-width:380px) {
.jumbotron2 p{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18px;
}
}
.container .jumbotron2 {
	padding-right: 30px;
	padding-left: 30px
}
.jumbotron2 h1, .jumbotron2.h1 {
	font-size: 63px
}
}
.yoyaku_flow .col-image2 {
    position: relative;
    width: 50%;
}
@media screen and (max-width: 767px){
.yoyaku_flow .col-image2 {
    width: 100%;
	}
}
.label-info2 {
	background-color: #a52a2a
}
.label-info2[href]:hover, .label-info2[href]:focus {
	background-color: #a52a2a
}
.panel-color {
	border-color: black;
	background-color: brown;
}
.cls_ryokin_1{
	 font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "MS PMincho", serif;
    font-size: 1.0rem;
    color: rgb(103, 83, 60);
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}
@media screen and (max-width: 360px){
.cls_ryokin_1 {
    font-size: 0.5rem;
	}
}
.cls_ryokin_2{
	 font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "MS PMincho", serif;
    font-size: 0.5rem;
    color: rgb(103, 83, 60);
    font-weight: bold;
    letter-spacing: 0.05em;
	margin: 10px 0px 10px 0px;
}
.container_height{
	height:50px;
}