/* ===================================================

  共通スタイル

=====================================================*/

/* PC SP */

.pc_view {display: none;}
.sp_view {display: inherit;}

html,body{
	color : #000 ;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.sp-nn{
	display: none;
}

.sp-bl{
	display: block;
}

p ,
dl {
	font-size   : 1.05em ;
	line-height : 180% ;
}

/* select text */

::selection {
	color      : #fff ;
	background : #595857 ;
}

::-moz-selection {
	color      : #fff ;
	background : #595857 ;
}

/* cleatfix */

.clearfix {zoom:1;}
.clearfix:after {
	content : ""    ;
	display : block ;
	clear   : both  ;
    height: 0;
    visibility: hidden;
}

/* link */


a:hover {
	text-decoration : none ;
	color : #2b7129 ;
}

/* ボタン */

a.link_btn {
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	background: #4f9674;
}

a.link_btn:hover {
	background: #4dbb86;
}

/* margin_auto */

.m_center {
	width   : 100% ;
	margin  : 0 auto ;
	padding: 0 5%;
}

/* radius */

.radius {
	border-radius         : 5px ;
	-ms-border-radius     : 5px ;
	-moz-border-radius    : 5px ;
	-webkit-border-radius : 5px ;
}

/* animation */

.animation {
	-webkit-transition : 0.3s ;
	-moz-transition    : 0.3s ;
	-o-transition      : 0.3s ;
	-ms-transition     : 0.3s ;
	transition         : 0.3s ;
}

/* header */
	
header {
	width: 100%;
}

header .m_center {
	width: 100%;
}

header h1 {
	width: 170px;
	margin: 10px 0;
}

header h1 img {
	width: 100%;
}

/* メニュー */

#spMenu{
	position: absolute;
	right: 10px;
	top: 10px;
}

#spMenu .menu_btn{
	line-height: 0.3;
	font-size: 1.85em;
	font-weight: bold;
	color: #fff;
}
#spMenu a{
	display: block;
	padding: 6px 10px;
	cursor: pointer;
	text-decoration: none;
	-webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
   	background-color: #70b539;
}
#global-nav{
	display: none;
    width:100%;
    position: absolute;
	text-align: center;
    z-index:999;
    top: 52px;
    left: 0px;
	background: #eff6ef;
    background-size: 120px 120px;
    padding-top:5px;
    padding-bottom:5px;
}
#global-nav ul li a{
	color: #000;
	font-size: 1.2em;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #388c32;
	text-decoration: none;
}


/* banner link */

#banner_link {
	margin-bottom: 120px;
}

	#banner_link li {
		width: 360px;
		text-align: center;
	}
	
	#banner_link li.left {margin-left: 80px;}
	#banner_link li.right {margin-right: 80px;}
	
		#banner_link a {
			padding: 15px 0;
			display: block;
			border: 2px solid #d7d7d7;
			border-left: none;
			border-right: none;
		}

/* ご質問・お問い合わせはお気軽にどうぞ！ */

#contact_info {
	margin-bottom: 10%;
}

#contact_info .m_center div {
	width: 100%;
	text-align: center;
	padding: 4% ;
	margin-bottom: 4%;
	border: 1px solid #4f9674;
}

#contact_info dt {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 4%;
}

#contact_info .info_form dt {
	margin-bottom: 5px;
}

#contact_info dd {
	font-size: 1.4em;
	font-weight: bold;
}

#contact_info .info_form a {
	padding: 8px 0;
}

/* footer */

#footer_wrapper {
	padding: 20px 0;
	background: #e1ece4;
}

footer h1 {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

#f_company li {
	width: 100%;
}

	#f_company dl {
		width: 100%;
	}

	#f_company dt {
		font-size: 1.2em;
		font-weight: bold;
		float:left;
	}
	
	#f_company .left dd {
		margin-left:20%;
		margin-bottom: 5%;
	}
	
	#f_company .right dd {
		margin-left:20%;
	}
	
	#f_company dd p {
		float: inherit !important;
		display: inherit !important;
	}
	
	.btn_map {
		width: 140px;
		margin-left: auto;
	}
	
	#f_company .btn_map,
	#f_company .link_btn{
		width: 140px;
		padding: 3px;
		text-align: center;
		
		/*margin-left: 30px;*/
	}
.company_p li{
	margin: 0 auto;
	text-align: center;
}
#copyright {
	text-align: center;
	padding: 30px 0;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 100%;
}
		
/* スクロール */

#scrolltop {
	position : fixed ;
	bottom   : 60px  ;
	right    : 30px  ;
	z-index: 9999;
}

#scrolltop a {
	line-height: 100%;
	width: 50px;
	height: 50px;
	display  : block ;
}

#scrolltop a:hover {
	opacity: 0.6;
}
	

/* ===================================================

  コンテンツ共通

=====================================================*/

/* contents */

#contents p {
	font-size: 1.2em;
}

#contents h2 {
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 8%;
	padding: 0 5%;
}
#contents h3.under {
    background: rgba(0, 0, 0, 0) url("../../images/record/icon_record.png") no-repeat scroll right bottom / 12% auto;
    border-bottom: 2px solid #70b539;
    font-size: 1.6em;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 10px 0;
}
#contents h4.h4_greenbg {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #dff0e7 none repeat scroll 0 0;
    border-color: #c3e0d1;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 20px;
	font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 12px 0 9px 10px;
}

#contents h5 {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5;
    margin-bottom: 20px;
}

.center {
	text-align: center;
}

.sub_block {
	margin-bottom: 20px;
}
.indent_block {
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}


.contents_block {
	margin-bottom: 14%;
}

#contents ul.anchor {
	margin: 0 auto;
}
#contents ul.anchor li {
	display:block;
	margin: 10px 20px 10px 0;
}

/* 固定お問い合わせ */

#headerNav{
	position:fixed;
	right:-213px;
	top:85px;
	z-index:9999;
}
#Nav_btn{
	display:block;
	position:relative;
}
#Nav_tel{
	width:208px;
	height:46px;
	background:#fff;
	position:absolute;
	top:4px;
	left:38px;
	text-align:center;
	padding:10px 5px 10px 0;
	border-bottom:#000 1px solid;
	box-sizing:content-box;
}
#Nav_tel p{
	font-size: 0.9em;
	font-weight:bold;
	margin:0 0 10px;
}
#Nav_tel h3{
	font-size: 1.3em;
	font-weight:bold;
	margin:10px 0 10px;
}
#Nav_form{
	position:absolute;
	top:71px;
	left:38px;
	border-bottom: 1px solid #000;
}
#headerNav a:hover{
	filter:alpha(opacity=800);
    -moz-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#Line_form{
	position:absolute;
	top:137px;
	left:38px;
}

#sab_nav li a span{
    padding-left: 15px;
    border-left: solid 3px #559170;
    line-height: 35px;
}
#sab_nav li a:hover,
#sab_nav li a.on{
	color:#fff;
	background:#559170;
	border: solid 1px #33684b;
}
#sab_nav li a:hover span,
#sab_nav li a.on span{
    border-left: solid 3px #fff;
	line-height: 35px;
}

/* backtotop */
.backtotop {
    bottom: 20px;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 100;
}

.line_btn {
    position: fixed;
    right: 0;
    top: 290px;
    z-index: 9999;
}
.instagram_btn {
    position: fixed;
    right: 0;
    top: 328px;
    z-index: 9999;
	border-bottom:solid 1px #70b439;
	border-left:solid 1px #70b439;

}
.instagram_btn img{
	width:37px;
	height:37px;
}
