@charset "utf-8";

html{
	font-size: 10px;
	/*font-size: 62.5%;*/
}

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

.clearFix:after,
header:after,
#wrapper:after,
section:after,
footer:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	_zoom: 1;
}

*:first-child+html .clearFix:after,
*:first-child+html header:after,
*:first-child+html #wrapper:after,
*:first-child+html section:after,
*:first-child+html footer:after{ zoom: 1; } /* IE7 */

a,a img{
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
}

a:hover img{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

p,table,ul{
	padding: 10px 0;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.6em;
}

p.txt_cont{
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
}

h3{padding: 20px 0 10px;}

table{
	width: 100%;
	margin: 20px 0;
}

.table2 {width: 32.5%;}

table th,
table td{
	padding: 10px 20px;
	border-bottom: 1px solid #F0F0E1;
	vertical-align: bottom;
	text-align: left;
}

.imageLeft,
.alignleft{
	margin: 20px 20px 20px 0;
	float: left;
}

.imageRight,
.alignright{
	margin: 20px 0 20px 20px;
	float: right;
}

.aligncenter{
	clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/**************************************************
 header
**************************************************/
header{
	width: 100%;
	position: relative;
	background-color: #F1EBE2;
}

#hdInner{
	width: 1100px;
/*	min-width: 940px;*/
	margin: 0px auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

h1{
	position: absolute;
	left: 0;
}

h1 img{opacity: 0.95;}

.tel{
	position: absolute;
	right: 0;
}

#mainVisual{text-align: center;}


/**************************************************
 globalNavi
**************************************************/
#globalNavi{
	background-color: #fff;
	min-width: 940px;
	height: 80px;
	text-align: center;
	padding-top: 20px;
/*	margin-bottom: 40px;*/
}

#logo_bg{
	position: absolute;
	width: 12%;
	height: 50%;
	top: 11%;
	left: 2.8%;
	z-index: 9999;
}

#logo_bg a{width: 100%;display: block;height: 53px;}

#globalNavi ul{font-size: 0;}

#globalNavi ul li{
	display: inline-block;
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 0 30px 0;
}

#globalNavi ul li a{
	display: block;
	color: #000;
	height: 30px;
	background: url(../img/pointer.png) no-repeat center bottom;
}

#globalNavi ul li a span{
	padding: 10px 25px;
	border-right: 1px solid #A8A398;
}

#globalNavi ul li:first-child a span{border-left: 1px solid #A8A398;}

#globalNavi ul li:hover a{
	color: #91B23C;
	transition: 0.2s;
	height: 40px;
	background: url(../img/pointer.png) no-repeat center bottom;
}

#globalNavi ul li a span.top{
	background: url("../img/n_bg.png")no-repeat 3% 30%;
}

.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	border-bottom: 1px solid #A8A398;
	/*background: url("../img/n_bg.png")no-repeat 3% 30%;
	background-size: 12%;*/
	-webkit-animation: anime 13s 0s;
    animation: anime 13s 0s;
}

@keyframes anime {
  0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    100% { opacity: 1 }
}


/**************************************************
 content
**************************************************/
#wrap{position: relative;}

#wrapper{
	width: 940px;
	margin: 10px auto 10px;
}

.telHanger{
	padding: 20px 0;
	text-align: center;
}

h2{
	margin: 20px 0 10px;
	padding: 20px 20px 16px;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.0;
	color: #FFFFFF;
	background-color: #91B23D;
}

h3.free{
	margin: 20px 0 0;
	padding: 10px 15px;
	display: inline-block;
	font-size: 26px;
	font-size: 2.6rem;
	border: 3px solid #91B23D;
	color: #91B23D;
}

h4.free{
	margin: 20px 0 0;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 0 0 0 8px;
	border-left: 6px solid #91B23D;
}

.aisatsu{
	width: 800px;
	margin: auto;
}

table.free{
	border-top: 1px solid #91B23D;
	border-left: 1px solid #91B23D;
}

table.free th,
table.free td{
	padding: 20px;
	border-bottom: 1px solid #91B23D;
	border-right: 1px solid #91B23D;
	text-align: center;
}

table.free th{	background-color: #F0F0E1;}

table.free th.emp{
	background-color: #FFFF73;
	color: #ED6D1F;
	font-weight: bold;
	font-size: 22px;
}

table.free td.emp{
	color: #ED6D1F;
	font-weight: bold;
	font-size: 22px;
}

table.table1 tr:first-child th{padding: 0;}

.table2.free th{font-size: 22px;padding: 20px 0;}

.middle{display: table-cell;vertical-align: middle;}

ul li{
	margin: 0 0 0 20px;
	padding: 0;
	list-style: disc;
}

#mapHanger{
	float: right;
	border: 1px solid #91B23D;
}

.txt_head{	font-size: 27px;
	font-size:2.7rem;
	color: #333;
	display: inline-block;
/*	padding: 10px 20px;*/
	padding: 0;
/*	border: 2px solid #91B23D;*/
	margin: 40px 0;}

.txt_head p{
	font-size: 28px;
	font-size:2.8rem;
	color: #333;
	display: inline-block;
/*	padding: 10px 20px;*/
	padding: 0;
/*	border: 2px solid #91B23D;*/
}
.txt_head span{
	display: inline-block;
	height: 100%;
	color: #fff;
	background-color:  #91B23D;
	padding: 10px;
}

.txt_head strong{
	color: #333333;background-color: #fff;padding: 0 10px;}

.inquiry{
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 800;
}

.inquiry a{color: #000;}

.inquiry a:hover{text-decoration: underline;transition: 2s;}

.flex{
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.flex_Inner{width: calc(83% / 2 - 20px);text-align: center;}
.flex_Inner:nth-child(2){margin-left: 40px;}

.style1{width: calc(100% / 2 - 20px);}
.style1:nth-child(2){margin-left: 40px;}

.style2{width: calc(100% / 3 - 10px);margin-left: 20px;}
.style2:nth-child(2){margin-left: 20px;}

.felx span{margin-top: 10px;}

.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.pick{
	margin-top: 10px;
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: 800;
	color: #ED6D1F;
	line-height: 0.8;
	font-family: 'Hiragino Kaku Gothic Pro'
}

.pick span{font-size: 25px;font-size: 2.5rem;}

.pick small{
	font-size: 20px;
	font-size: 2.0rem;
	color: #000;
	font-weight: 700;
	margin-top: -20px;
}

.heading{padding: 0 0 0px 0;margin: 0 0 -10px 0;color: #ED6D1F;}

/**************************************************
 footer
**************************************************/
/*トップへ戻るボタン*/
.topBtn {
  position:fixed; /*固定*/
  bottom:20px; /*場所を右下に移動*/
  right:20px; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  background-color:rgba(0,0,0,0.5); /*以下、デザインはご自由に！！*/
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:22px;
  border-radius:30px;
  padding-top:30px;
  box-sizing:border-box;
}
.topBtn:before {
  content:'\25B2';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:20px;
}
.topBtn:hover {
  opacity:0.5;
}

footer{
	width: 100%;
	padding: 20px 0 0;
	background-color: #F0F0E1;
}

footer p{
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}

footer p.copyRight{
	margin-top: 20px;
	padding: 15px 0;
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFFFFF;
	background-color: #91B23D;
}


/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 1000px){
#mainVisual img{width: 100%;}

	#hdInner{width: 100%;}	
	
h1 img{width: 100%;}

/** globalNavi ********************/
	 
	 #globalNavi{height: 90px;padding-top: 15px;}
	 
	 #globalNavi ul li a {height: 45px;} 
	 
	 #globalNavi ul li:hover a{height: 45px;}
	 
	#globalNavi ul li a span{padding: 10px 20px;} 
	 
	.fixed{background: none;}
	 
	 #globalNavi.fixed ul li a span{padding:  10px 20px;}	
	
	
}

@media only screen and (max-device-width: 640px),
 only screen and (max-device-width: 667px),
 only screen and (max-width: 480px){
html{ font-size : 14px;}
	 
	 .table2 {width: 27%;}
    #globalNavi{height: 190px;padding-top: 35px;}
	 
	#globalNavi ul li:last-child a span{border-left: 1px solid #A8A398;}
	 
	#globalNavi.fixed ul li a span{padding:  10px 20px;}

}