@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------------------------------------------

　   web font

--------------------------------------------------------------------------------------------- */

/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');
*/
/* ---------------------------------------------------------------------------------------------

　   サイト全体

--------------------------------------------------------------------------------------------- */

html {
	margin:			0;
	padding:		0;
	overflow-y:		scroll;
	-moz-text-size-adjust:		none;/* スマホ文字サイズ自動調整 */
	-webkit-text-size-adjust:	100%;
	}
*{
	margin:				0;
	padding:			0;
	/* box-sizing:			border-box;	ボックスサイズ枠線まで含める */  
	}
	
body{
	width:			100%;
	padding:		0;
	font-size:		1em;
	font-family:  "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	line-height:	190%;
	color: #585858;
	-webkit-font-smoothing: antialiased;/*チラつき防止*/
	}
	@media only screen and (max-width: 680px) {
		body{
			line-height:	170%;
			}
		}
	@media only screen and (max-width: 480px) {
		body{
			font-size:		0.8em;
			}
		}

.wrapper{
	overflow: hidden;
	}



/* ---------------------------------------------------------------------------------------------

　   画像

--------------------------------------------------------------------------------------------- */
img {
	border:			0;
	vertical-align:	middle;/*画像 縦配置時の隙間なくす*/
	}
a img {
	text-align:center;
    border-style:none;
	}

/* ---------------------------------------------------------------------------------------------

　   罫線

--------------------------------------------------------------------------------------------- */
hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: solid; /* 線種 */
	border-color: #aaa; /* 線色 */
	height: 1px; /* 高さ */
    max-width: 100%;
	clear:both;
	margin: 23px 0px;
	}
hr.line_dash {
	border-top: dashed #aaa 3px;
    max-width: 100%;
	clear:both;
	}

/* ---------------------------------------------------------------------------------------------

　   回りこみ解除

--------------------------------------------------------------------------------------------- */
.clearfix:after {
	content: " "; 
	display: block;
	clear: both;
	}

.tex img.aligncenter {
    display:		block;
    margin-left:	auto;
    margin-right:	auto;
	clear:			none;
	}
.tex img.alignright {
    margin-left:	25px;
    margin-right:	0;
    margin-bottom:	10px;
    display:		inline;
	clear:			none;
	}
.tex img.alignleft {
	margin-left:	0;
	margin-right:	25px;
	margin-bottom:	10px;
	display:		inline;
	clear:			none;
	}
.tex img.alignnone {
    margin-left:	0;
    margin-right:	0;
    margin-bottom:	10px;
	clear:			none;
	}
.tex .alignright {
	float:			right;
	}
.tex .alignleft {
	float:			left;
	}
	@media screen and (max-width: 800px){
		.tex img.alignright,
		.tex img.alignleft,
		.tex img.alignnone,
		.tex img.aligncenter {
			display:		block;
			margin-left:	auto;
			margin-right:	auto;
			clear:			both;
			}
		.tex .alignright {
			float:			none;
			}
		.tex .alignleft {
			float:			none;
			}
		.tex .aligncenter {
			clear:			both;
			display:		block;
			margin-left:	auto;
			margin-right:	auto;
			}
		}

/* ---------------------------------------------------------------------------------------------

　   パーツ

--------------------------------------------------------------------------------------------- */

/*　改行　PCで非表示　*/
.pc_hidden{
	display: none;
	}
	@media only screen and (max-width: 880px) {
		.pc_hidden{
			display:block !important;
			}
		}

/*　改行　PCで非表示　*/
.sm_hidden{
	display: block;
	}
	@media only screen and (max-width: 880px) {
		.sm_hidden{
			display:none;
			}
		}


/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

#header{
	background: url("../images/bg_bage.jpg") repeat;
	width: 100%;
	height: 100px;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	border-top: 3px solid #7f4f21;
}

/*-- サイト名 --*/
h1{
	width: 410px;
	height: 48px;
	margin: 0;
	background: url(../images/sitettl.png) no-repeat top;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 999999;
	}
h1 a{
	display: block;
	width: 100%;
	height: 100%;
	}
h1 a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
	transition-duration: 0.3s;
	}


/*-- ナビメニュー --*/
#gNav a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha( opacity=60 )";
	transition-duration: 0.3s;
	}
nav li{
	font-size: 0.95em;
	list-style: none;
	}
nav li a{
	text-decoration: none;
	}
nav .sub-menu,.mean-container .mean-nav ul ul {/*プルダウン背景*/
	background-color: #32ae48;
	}

#h_top {
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
    align-items: center;
 	}
#gNav ul {
	position: relative;
	display: flex;
	}
  #gNav li {
    position: relative;
    margin-right: 1.5em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
#gNav li a {
	color: #7f4f21;
	position: relative;
	display: block;
	text-align: center;
	line-height: 100px;
	}
#gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    display: block;
    padding: 16px 10px;
    line-height: 1.2em;
  }
#gNav .sub-menu li {
	border-bottom: solid 1px #9acda3;
	}
#gNav .sub-menu li:last-child {
	border-bottom: none;
	}
#gNav .sub-menu a:hover:after {
    content: none;
	}
#gNav .sub-menu li {
    display: block;
    font-size: 0.95em;
    padding: 0;
    margin: 0;
	}
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #7f4f21;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 99;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #ffffff;
  }
  #gNav .sub-menu li a:hover {
    background: #9acda3;
  }
/*#gNav .contact_btn a:hover {
    color: #f00;
  }*/

@media only screen and ( max-width : 1220px ) {
	#h_top {
		padding-right: 10%;
		}
	}
@media only screen and ( max-width : 980px ) {
	#h_top {
		width: 96%;
		padding-right: 0;
		}
	}
@media only screen and ( max-width : 880px ) {
	#header{
		height: 80px;
		padding-top: 18px;
		}
	}
@media only screen and ( max-width : 800px ) {
	#gNav .nav {
		overflow-y: auto;
		height: 100vh;
		}
	}
@media only screen and ( max-width : 680px ) {
	/*-- サイト名 --*/
	h1{
		width: 80%;
		background: url(../images/sitettl.png) no-repeat center;
		background-size: contain;
		}
	}



/*-- お問い合わせ --*/

#header .form{
	position:absolute;
	top: 0;
	right: 0;
}
#header .form i{
	display: block;
	font-size: 1.7em;
}
#header .form a span{
	z-index: 2;
}
#header .form a {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 97px;
	padding-top: 25px;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	z-index: 1;
	background: #7f4f21;
	color: #fff;
}
#header .form a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
	transition-duration: 0.3s;
}

	@media only screen and (max-width: 980px) {
		#header .form{
			display: none;
			}
		}





/* ---------------------------------------------------------------------------------------------

　   MAIN

--------------------------------------------------------------------------------------------- */

/*-- メイン全体 --*/
#main{
	width: 100%;
	padding: 0;
	margin: 100px auto 20px auto;
	}

/*-- スライドイメージ --*/
.slider{
	}
.slider img{
	width: 100%;
	height: auto;
	}

/*-- 背景のあるエリア --*/
.bg_brown{
	width: 100%;
	background:url("../images/bg_brown.jpg") repeat;
}
.bg_bage{
	width: 100%;
	background:url("../images/bg_bage.jpg") repeat;
	padding: 35px 0;
}

	@media only screen and (max-width: 880px) {
		#main{
			margin: 80px auto 20px auto;
			}
		}
	@media only screen and (max-width: 680px) {
		.bg_bage{
			padding: 15px 0;
			}
		}

/* ---------------------------------------------------------------------------------------------

　   メッセージ

--------------------------------------------------------------------------------------------- */
.message{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 32px 0;
	color: #fff;
}
.message > img{
	float: left;
	margin: 0 42px 0 0;
	width: 100%;
	max-width: 450px;
	height: auto;
}
.message p{
	margin: 15px 0 0 0;
}

	@media only screen and (max-width: 980px) {
		.message{
			width: 92%;
			}
		.message > img{
			float: none;
			margin: 0 0 20px 0;
			}
		}
	@media only screen and (max-width: 680px) {
		.message{
			padding: 22px 0;
			}
		.message img{
			width: 65%;
			}
		.message > img{
			width: 100%;
			margin: 0 0 12px 0;
			}
		.message p{
			margin: 8px 0 0 0;
			}
		}


/* ---------------------------------------------------------------------------------------------

　   新着情報

--------------------------------------------------------------------------------------------- */
.topics{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 25px 0 35px 0;
	}
.topics_header{
	border-bottom: 2px solid #7f4f21;
	padding: 12px 0;
}
.usaka .topics_header	{ border-color: #f04377; }
.yabunami .topics_header{ border-color: #ff6600; }
.fujinami .topics_header{ border-color: #efad2d; }
.gachou .topics_header	{ border-color: #86ba1f; }
.kyodo .topics_header	{ border-color: #59b063; }
.hida .topics_header	{ border-color: #67a2c7; }
.shien .topics_header	{ border-color: #6761cd; }
.circle .topics_header	{ border-color: #32ae48; }

.topics_header h2{
	float: left;
	width: 255px;
	height: 32px;
	background: url(../images/ttl_topics.png) no-repeat center left;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.usaka .topics_header h2	 { background: url(../images/ttl_topics_usaka.png) no-repeat center left; }
.yabunami .topics_header h2	 { background: url(../images/ttl_topics_yabunami.png) no-repeat center left; }
.fujinami .topics_header h2	 { background: url(../images/ttl_topics_fujinami.png) no-repeat center left; }
.gachou .topics_header h2	 { background: url(../images/ttl_topics_gachou.png) no-repeat center left; }
.kyodo .topics_header h2	 { background: url(../images/ttl_topics_kyodo.png) no-repeat center left; }
.hida .topics_header h2		 { background: url(../images/ttl_topics_hida.png) no-repeat center left; }
.shien .topics_header h2	 { background: url(../images/ttl_topics_shien.png) no-repeat center left; }
.circle .topics_header h2	 { background: url(../images/ttl_topics_circle.png) no-repeat center left; }

.topics_header a{
	float: right;
	color: #7f4f21;
	text-decoration: none;
}
.usaka .topics_header a		{ color: #f04377; }
.yabunami .topics_header a	{ color: #ff6600; }
.fujinami .topics_header a	{ color: #efad2d; }
.gachou .topics_header a	{ color: #86ba1f; }
.kyodo .topics_header a		{ color: #59b063; }
.hida .topics_header a		{ color: #67a2c7; }
.shien .topics_header a		{ color: #6761cd; }
.circle .topics_header a	{ color: #32ae48; }

.topics_header a:hover{
	text-decoration: underline;
}
.topics .post{
	width: 100%;
	border-bottom:1px dotted #aaa;
	display: flex;
	padding: 13px 0;
	}	

/*日付*/
.topics .post span{
	font-size:0.9em;
	margin: 0 12px 0 0;
	white-space: nowrap;
	}

/*カテゴリー名*/
.topics .post .cat{
	color: #fff;
	font-size:0.75em;
	font-weight: bold;
	text-align: center;
	line-height: 90%;
	border-radius: 2px;
	padding: 10px 2px;
	margin: 0 12px 0 0;
	min-width: 225px;
	max-height: 32px;
	background: #122cc1;
	}
.topics .post.usaka .cat	{ background: #f04377; }
.topics .post.yabunami .cat { background: #ff6600; }
.topics .post.fujinami .cat { background: #efad2d; }
.topics .post.gachou .cat	{ background: #86ba1f; }
.topics .post.kyodo .cat	{ background: #59b063; }
.topics .post.hida .cat 	{ background: #67a2c7; }
.topics .post.shien .cat	{ background: #6761cd; }
.topics .post.topic .cat	{ background: #32ae48; }
.topics .post.mehino .cat	{ background: #32ae48; }
.topics .post.circle .cat	{ background: #32ae48; }


/*エントリータイトル*/
.topics .post h3{
	line-height: 140%;
	}
.topics .post h3 a{
	font-size:0.9em;
	color: #777;
	text-decoration: none;
	transition-duration: 0.3s;
	}

.topics_header a:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha( opacity=60 )";
	}
.topics .post.usaka h3 a:hover		{ color: #f04377; }
.topics .post.yabunami h3 a:hover	{ color: #ff6600; }
.topics .post.fujinami h3 a:hover	{ color: #efad2d; }
.topics .post.gachou h3 a:hover		{ color: #86ba1f; }
.topics .post.kyodo h3 a:hover		{ color: #59b063; }
.topics .post.hida h3 a:hover		{ color: #67a2c7; } 
.topics .post.shien h3 a:hover		{ color: #6761cd; }
.topics .post.news h3 a:hover		{ color: #32ae48; }

	@media only screen and (max-width: 1000px) {
		.topics{
			width: 92%;
			}
		}
	@media only screen and (max-width: 800px) {
		.topics{
			padding: 12px 0 20px 0;
			}
		.topics_header{
			padding: 5px 0;
			}
		.topics_header h2,
		.usaka .topics_header h2,
		.yabunami .topics_header h2,
		.fujinami .topics_header h2,
		.gachou .topics_header h2,
		.kyodo .topics_header h2,
		.hida .topics_header h2,
		.shien .topics_header h2,
		.circle .topics_header h2{
			width: 155px;
			height: auto;
			background-size: contain;
			}
		.topics_header a{
			font-size: 0.85em;
			}
		.topics .post{
			padding: 6px 0;
			}	
		.topics .post{
			display:inherit;
			}	
		.topics .post span{
			padding-right: 10px;
			}
		.topics .post .cat{
			padding: 7px 2px 5px 2px;
			margin: 0 0 3px 0;
			min-width: 60%;
			max-width: 60%;
			}
		.topics .post h3{
			line-height: 110%;
			}
		}


/* ---------------------------------------------------------------------------------------------

　   各事業所紹介

--------------------------------------------------------------------------------------------- */

.office_list{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 0 35px 0;
}

.office_list h2{
	width: 255px;
	height: 56px;
	margin: 0 auto 25px auto;
	background: url(../images/ttl_office.png) no-repeat center left;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.office_list_wrap{}

.office a{
	float: left;
	width: 25%;
	height: 240px;
	color: #fff;
	text-align: center;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
}
.office.usaka	 a{	background-image: url("../images/o_usaka_bg.jpg");}
.office.yabunami a{	background-image: url("../images/o_yabunami_bg.jpg");}
.office.fujinami a{	background-image: url("../images/o_fujinami_bg.jpg");}
.office.gachou	 a{	background-image: url("../images/o_gachou_bg.jpg");}
.office.kyodo	 a{	background-image: url("../images/o_kyodo_bg.jpg");}
.office.hida	 a{	background-image: url("../images/o_hida_bg.jpg");}
.office.shien	 a{	background-image: url("../images/o_shien_bg.jpg");}
.office.shop	 a{	background-image: url("../images/o_shop_bg.jpg");}

.office h3{
	padding: 14px 0;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.office.usaka	 h3{ background-color: #f04377;}
.office.yabunami h3{ background-color: #ff6600;}
.office.fujinami h3{ background-color: #efad2d;}
.office.gachou	 h3{ background-color: #86ba1f;}
.office.kyodo	 h3{ background-color: #59b063;}
.office.hida	 h3{ background-color: #67a2c7;}
.office.shien	 h3{ background-color: #6761cd;}
.office.shop	 h3{ background-color: #bb5ccc;}

.office h3 img{
	width: 100%;
	max-width: 232px;
	height: auto;
	max-height: 44px;
}
.office a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
	transition-duration: 0.3s;
	}

	@media only screen and (max-width: 800px) {
		.office_list{
			width: 92%;
			max-width: 980px;
			margin: 0 auto;
			padding: 0 0 35px 0;
			}
		.office a{
			width: 50%;
			height: 246px;
			}
		}
	@media only screen and (max-width: 680px) {
		.office_list h2{
			width: 155px;
			margin: 0 auto 5px auto;
			background-size: contain;
			}
		.office_list{
			padding: 0 0 15px 0;
			}
		.office a{
			height: 235px;
			}
		}
	@media only screen and (max-width: 540px) {
		.office a{
			height: 230px;
			}
		}

/* ---------------------------------------------------------------------------------------------

　   バナー

--------------------------------------------------------------------------------------------- */

.bnr{
	width:100%;
	max-width: 980px;
	margin:0 auto ;
	}
.b_1 a{
	background:url(../images/bnr_circle_bg.jpg) no-repeat center center;
	margin-right: 2%;
	}
.b_2 a{
	background:url(../images/bnr_pamph_bg.jpg) no-repeat center center;
	}
.b_1 a,
.b_2 a{
	display: block;
	float: left;
	width:49%;
	height: 100px;
	color: #fff;
	padding: 28px;
	}
.b_1 a:hover,
.b_2 a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
	transition-duration: 0.3s;
	}
	@media only screen and (max-width: 980px) {
		.bnr{
			width:92%;
			}
		.b_1 a,
		.b_2 a{
			padding: 18px 0 0 12px;
			}
		}
	@media only screen and (max-width: 600px) {
		.b_1 a,
		.b_2 a{
			float: none;
			width:100%;
			height: 80px;
			padding: 12px 0 0 15px;
			background-size: 145%;
			}
		.b_1 a{
			margin-right: 0;
			margin-bottom: 5px;
			}
		.b_1 a img,
		.b_2 a  img{
			width: 65%;
			max-width: 255px;
			height: auto;
			}
		}
	@media only screen and (max-width: 480px) {
		.b_1 a,
		.b_2 a{
			height: 68px;
			}
		}

/* ---------------------------------------------------------------------------------------------

　  動画エリア

--------------------------------------------------------------------------------------------- */

.video_area{
	width: 100%;
	max-width: 980px;
	margin: 35px auto ;
}

.video{
	float: left;
	width: 49%;
}
.video:first-child{
	margin-right: 2%;
}
	@media only screen and (max-width: 980px) {
		.video_area{
			width:94%;
			margin: 20px auto;
			}
		.video{
			float: left;
			width: 48.5%;
			}
		}
	@media only screen and (max-width: 800px) {
		.video{
			height: auto;
			}
		}
	@media only screen and (max-width: 600px) {
		.video_area{
			width:90%;
			margin: 15px auto ;
			}
		.video{
			float: none;
			width: 100%;
			height: auto;
			}
		.video:first-child{
			margin-right: 0;
			}
		}

/* ---------------------------------------------------------------------------------------------

　   採用情報バナー

--------------------------------------------------------------------------------------------- */

.bnr_recruit a{
	display: block;
	width: 100%;
	max-width: 980px;
	height: 170px;
	margin: 0 auto 35px auto;
	background: url(../images/bnr_recruit.jpg) no-repeat center left;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}

.bnr_recruit a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
	transition-duration: 0.3s;
	}

	@media only screen and (max-width: 980px) {
		.bnr_recruit a{
			width: 94%;
			height: 160px;
			margin: 0 auto 20px auto;
			background: url(../images/bnr_recruit.jpg) no-repeat center left;
			background-size: cover;
			}
		}
	@media only screen and (max-width: 800px) {
		.bnr_recruit a{
			height: 120px;
			}
		}
	@media only screen and (max-width: 680px) {
		.bnr_recruit a{
			width: 90%;
			height: 100px;
			background-size: 135%;
			}
		}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */

/*-- フッター全体 --*/
#footer{
	background: url("../images/bg_bage.jpg") repeat;
	width: 100%;
	padding: 40px 0 0 0;
	}
#footer .footer_area{
	width: 100%;
	max-width: 980px;
	margin: 0 auto 40px auto;
}


/*-- お問い合わせ先 --*/
address.address{
	line-height: 150%;
	font-style: normal;
	font-size: 0.9em;
	padding-right: 100px;
	float: left;
}
address.address h2{
	width: 240px;
	height: 46px;
	margin: 0 0 20px 0;
	background: url(../images/ttl_footer.png) no-repeat center left;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/*-- メニュー --*/
#footer ul{
	float: left;
	padding-left: 40px;
}
#footer ul:first-of-type{
	border-left: solid 1px #aaa;
}

#footer ul li{
	list-style: none;
	font-size: 0.9em;
	line-height: 170%;
}

#footer ul li a{
	color: #585858;
	text-decoration: none;
}
#footer ul li a:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha( opacity=60 )";
	transition-duration: 0.3s;
	text-decoration: underline;
	}

/*-- コピーライト --*/
.copy{
	width: 100%;
	margin: 0 auto;
	padding: 12px 0;
	text-align: center;
	border-top: solid 1px #fff;
	background: url("../images/bg_brown.jpg") repeat;
	}
.copy small{
	color: #fff;
	font-size: 0.7em;
	}
	@media only screen and (max-width: 980px) {
		#footer .footer_area{
			width: 92%;
			}
		}
	@media only screen and (max-width: 800px) {
		#footer{
			text-align: center;
			padding: 25px 0 0 0;
			}
		#footer .footer_area{
			margin: 0 auto 20px auto;
			}
		address.address h2{
			margin: 0 auto 12px auto;
			}
		address.address{
			padding-right: 0;
			float: none;
			}
		#footer ul{
			display: none;
			}
		.copy{
			padding: 5px 0;
			}
		}
	@media only screen and (max-width: 680px) {
		#footer{
			padding: 15px 0 0 0;
			}
		address.address h2{
			width: 55%;
			background-size: contain;
			margin: 0 auto 8px auto;
			}
		}


/* ---------------------------------------------------------------------------------------------

　   スマホのみで電話発信（PCで無効）

--------------------------------------------------------------------------------------------- */

@media(min-width: 800px){
	a[href^="tel:"]{
		pointer-events: none;
		color: #777;
		}
	}


