@charset "utf-8";

/* CSS Document */

/* ==========================================================================

	Date: 2017-04-28
	update: 2017-00-00
	CSS Document: Tomoyasu works Co.,Ltd / 友安製作所

 ========================================================================== */



/* header PC・SP共通部分
---------------------------------------------------------------------------*/
	
header {
 width: 100%;
 height: auto;
 border-bottom: 1px solid #e6e6e6;
 background-color: #fff;
 position: relative;
 z-index: 10;
}
.header_inner {
 width: 100%;
 background-color: #f3efee;
 padding: 9px 0;
}

/* header-PC
---------------------------------------------------------------------------*/

@media (min-width: 751px) {
* {
	letter-spacing: 1px;
}
	
.pc_none {
	display: none !important;
}
    
a.anchor {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
	
.header_ttl {
	max-width: 1200px;
	margin: 0 auto;
}
	
.label,
.label_blue,
.label_red,
.label_gray {
	padding: 6px 2%;
	font-size: 12px;
	border-radius: 3px;
	margin-right: 1.5%;
	font-weight: bold;
    vertical-align: middle;
}

.label {
	color: #fff;
	background-color: #1e1e1e;
}
	
.label_blue {
	color: #fff;
	background-color: #9aafc1;
}
	
.label_red {
	color: #fff;
	background-color: #cf888e;
}

.label_gray {
	color: #fff;
	background-color: #999;
}
	
.txt_overflow {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 13px;
	color: #736d67;
}

/*  ナビ固定  */
header .is-fixed {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 20;
 width: 100%;
 margin: 0 auto;
 border-bottom: 1px solid #e6e6e6;
 background-color: #fff;
}
/*  ナビ  */	
.header_nav {
 position: relative;
 width: 100%;
 max-width: 1200px;
 /*min-width: 1000px;*/
 margin: 0 auto;
}
.logo {
 float: left;
 width: 15%;
 line-height: 50px;
}
.logo img {
 max-width: 220px;
}
/*  nav ナビゲーション  */
.nav_wrap {
 float: right;
 width: 75%;
 max-width: 1020px;
}
.nav_wrap li {
 float: left;
 font-size: 14px;
}
.nav_wrap li:nth-child(4) {
 width: 36%;
 margin-left: 3%;
}
.nav_wrap li:last-child {
 width: 7%;
 padding: 0;
}
.nav_wrap ul li a {
 display: block;
 line-height: 20px;
}
.nav_wrap a, .nav_wrap a:link {
 color: #181716;
 text-decoration: none;
}
.nav_wrap li span {
 display: block;
 font-size: 12px;
 font-weight: normal;
 margin-top: -3px;
}
/*  gNav メガメニュー  */
.gNav li .gNav_list {
 color: #181716;
 position: relative;
 height: 65px;
 margin-top: 16px;
 text-align: center;
 font-family: 'Rubik', sans-serif;
}
.gNav > li {
 float: left;
 width: 18%;
 height: 65px;
 text-align: center;
}
.gNav > li a {
 display: block;
 color: #181716;
}
.gNav > li a:hover {
 color: #89a88d;
}
.fa-shopping-cart, .fa-search  {
 font-family: 'Font Awesome 5 Free', 'FontAwesome' !important;
}


	
	
/*  gNav メガメニュー ▲部分  */
.gNav__mega:hover:after, .gNav__single:hover:after {
 border-top: 0;
 border-bottom: solid 6px #f3efee;
 border-left: solid 6px transparent;
 border-right: solid 6px transparent;
 height: 65px;
 content: '';
 position: absolute;
 bottom: 0;
 -webkit-transition: all .3s ease;
 transition: all .3s ease;
 margin-left: -6px;
}
.gNav:before, .gNav:after {
 content: "";
 display: table;
}
.gNav:after {
 clear: both;
}
.gNav {
 *zoom: 1;
}
.gNav hr {
 border-top: 1px solid #181716;
 width: 98%;
 margin: 1% 0 3% 1%;
}
    
hr {
   border:solid #e5e5e5;
   border-width:1px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */
}
    
/*  gNav メガメニュー プルダウン　大枠  */
.gNav__mega .gNav__second-level {
 position: absolute;
 top: 65px;
 left: 0;
 box-sizing: border-box;
 width: 100%;
 padding: 4% 2.5%;
 background: rgba( 247, 246, 243, 0.95 );
  -webkit-transition: all .1s ease;
 transition: all .1s ease;
 visibility: hidden;
 opacity: 0;
 z-index: 10;
 right: 0;
 box-shadow: 0px 4px 10px -1px rgba(0,0,0,0.15);
 -webkit-box-shadow: 0px 4px 10px -1px rgba(0,0,0,0.15);
 -moz-box-shadow: 0px 4px 10px -1px rgba(0,0,0,0.15);
}
.gNav__mega:hover .gNav__second-level {
 top: 65px;
 visibility: visible;
 opacity: 1;
}
.gNav__mega .gNav__second-level li {
 width: 100%;
 max-width: 1200px;
 color: #181716;
 text-align: left;
}
    
    
    
    
/* ギガメニュー内 */
	
.gNav_cate h2 {
	font-size: 170%;
	margin: -.5em auto .8em;
	font-weight: normal;
	}
    
.gNav_cate .gNav_ttl {
    color: #181716;
	font-size: 170%;
	margin: -.5em auto .8em;
    width: 100%;
    letter-spacing: 2px;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    line-height: normal;
    font-weight: normal;
	}
	
.gNav_cate .unit8col {
 /* 4カラム */
 display: inline-block;
 vertical-align: top;
 width: 11%;
 margin-left: .9%;
}	
.gNav_cate .unit4col {
 /* 4カラム */
 display: inline-block;
 vertical-align: top;
 width: 23%;
 margin-left: 1.3%;
}
.gNav_cate .unit3col {
 /* 3カラム */
 display: inline-block;
 vertical-align: top;
 width: 30.5%;
 margin-left: 1.8%;
}
.gNav_cate .unit2col {
 /* 2カラム */
 display: inline-block;
 vertical-align: top;
 width: 47.5%;
 margin-left: 1.5%;
}
.gNav_cate .unit8col li:first-child {
 margin-left: 0;
}
.gNav_cate .unit4col li {
 text-align: left;
 font-size: 14px;
 font-weight: normal;
 padding-left: 2px;
}
.gNav_cate .unit4col li:nth-child(1) {
 font-weight: bold;
 margin-bottom: 8px;
 padding-bottom: 3px;
 border-bottom: 1px solid #181716;
}
.gNav_cate .unit4col li:nth-child(4) {
 margin-left: 0;
}
.gNav_cate dt {
 text-align: left;
 font-size: 14px;
 font-weight: normal;
 padding-left: 2px;
 font-weight: bold;
 margin-bottom: 8px;
 padding-bottom: 3px;
 border-bottom: 1px solid #181716;
}

#gNav02 dt{text-align: center;
}


.gNav_cate .unit4col li a {
 line-height: 2;
}
/*.gNav_cate .unit4col li:hover {
 background-color: rgba( 238, 238, 238, 0.95 );
}*/
	
/* ギガメニュー内　マイページ・新規会員ボタン  */
.gNav_cate .mypage {
 font-weight: bold;
 color: #fff;
 border: 1px solid #89a88d;
 background-color: #89a88d;
 margin-bottom: 5%;
}
.gNav_cate .mypage:hover {
 color:#fff;
 background-color: #5e8263;
}
.gNav_cate .sinki {
 font-weight: bold;
 color: #181716;
 border: 1px solid #181716;
 margin-bottom: 5%;
}
.gNav_cate .sinki:hover {
 color: #181716;
 background-color: #d8d2c2;
}
/* ガイド欄 */
.gNav_cate .guide li {
 display: inline-block;
 width: 16%;
 vertical-align: top;
 text-align: center;
}
.gNav_cate .guide li:nth-child(4) {
 padding-top: 0;
}
/* ヘッダー検索 */
.search1 {
 position: relative;
 background-color: #fff;
 border: 1px solid #e2e2e0;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 -o-border-radius: 3px;
 -ms-border-radius: 3px;
 border-radius: 3px;
 line-height: 25px;
 margin-top: 17px;
}
.search1 dt {
 margin-right: 45px;
 padding: 3px 0 3px 8px;
}
.search1 dt input {
 width: 100%;
 background: none;
 border: none;
}
.search1 dt input[type="text"]:focus {
 outline: 0;
}
.search1 dd {
 position: absolute;
 top: 0;
 right: 0;
}
.search1 dd button {
 display: block;
 padding: 7px;
 background: none;
 border: none;
}
	
/* カートボタン */
.fa-shopping-cart {
	padding-top: 6px;
}
	
	
	
/* footer-PC
---------------------------------------------------------------------------*/
#page-top {
 display: block;
 position: fixed;
 z-index: 9999;
 bottom: 40px;
 right: 30px;
 width: 60px;
 height: 60px;
 font-size: 22px;
 padding: 4px 3px 0 3px;
 border-radius: 100%;
 color: #fff;
 background-color: #181716;
 text-decoration: none;
 text-align: center;
}
#page-top:hover {
 background-color: #6b594c;
}

#page-top p {
  font-size: 8px;
  line-height: 10px;
  margin: 0;
  text-align: center;
}

#cart-top {
 display: block;
 position: fixed;
 z-index: 9999;
 bottom: 120px;
 right: 30px;
 width: 60px;
 height: 60px;
 font-size: 22px;
 padding: 6px 3px 0 3px;
 border-radius: 100%;
 color: #fff;
 background-color: #37424d;
 text-decoration: none;
 text-align: center;
}
#cart-top:hover {
 background-color: #4e5f70;
}

#cart-top p {
  font-size: 8px;
  line-height: 10px;
  margin: 0;
  text-align: center;
}

footer hr { color: #181716; }
	
footer {
 background-color: #f3efee;
 padding: 40px 0;
 font-size: 13px;
}
footer a {
 color: #181716;
}
footer a, footer a:hover {
 text-decoration: none;
}
#footer_catelist, .footer_glink_inner, .footer_bottom_inner {
 width: 70%;
 max-width: 1200px;
 min-width: 751px;
 margin: 0 auto;
 overflow: hidden;
 padding: 0 0px 50px;
color: #181716;
}
#footer_catelist {
 max-width: 1100px;
 min-width: 751px;
 font-size: 13px;
}
/* footer カテゴリメニューリスト */
#footer_catelist .unit4col {
 display: inline-block;
 vertical-align: top;
 width: 23%;
 margin-left: 1.3%;
}
#footer_catelist .unit2col {
 display: inline-block;
 vertical-align: top;
 width: 47.5%;
 margin-left: 1.5%;
}
#footer_catelist .unit4col li {
 color: #181716;
 text-align: left;
 font-weight: normal;
 padding-left: 10px;
}
#footer_catelist .unit4col li:nth-child(1) {
 font-weight: bold;
 margin-bottom: 8px;
 padding-bottom: 3px;
 border-bottom: 1px solid #181716;
}
#footer_catelist .unit4col li:nth-child(4) {
 margin-left: 0;
}
#footer_catelist .unit4col li a {
 color: #181716;
 line-height: 2.2;
 display: block;
}
#footer_catelist .unit4col li a:hover {
 color: #89a88d;
 text-decoration: none;
}
/* グループサイトリンク */
footer .footer_glink_wrap {
 width: 100%;
 background-color: #fff;
 padding-top: 25px;
}
.footer_glink_inner {
 width: 100%;
 min-width: 750px;
 margin: 0 auto;
 text-align: center;
 font-size: 0;
}
.footer_glink_inner li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
    width: calc(24% - 0px / 4);
   }
   .footer_glink_inner li:last-child {
    margin-right: 0;
   }
 
.footer_glink_inner ul.group li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 4px;
    width: 13.3%
}
 
.glink_list figure {
 position: relative;
 overflow: hidden;
 margin: 0;
 border-radius: 3px;
}
.glink_list figure img {
 position: relative;
 z-index: 0;
 -webkit-transition: .3s;
 transition: .3s;
}
.glink_list h4 {
 position: absolute;
 bottom: -40px;
 left: 0;
 z-index: 1;
 width: 100%;
 height: 40px;
 font-size: 14px;
 background: #89a88d;
 -webkit-transition: .3s;
 transition: .3s;
 padding-top: 13px
}
.glink_list figure a {
 color: #778e71;
}
.glink_list figure:hover img {
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
.glink_list figure:hover h4 {
 bottom: 0;
 color: #fff;
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
.footer_glink_inner figcaption {
 margin-top: 8px;
 width: 280px;
}
/* footer_bottom_inner ロゴから下のフッター部分 */
.footer_bottom_inner {
 text-align: center;
 margin-bottom: 20px;
 padding: 0;
}
/* 友安ロゴ */
.footer_bottom_inner .footer_logo {
 font-size: 25px;
 margin: 50px 0 40px;
 text-align: center;
 font-family: 'Rubik', sans-serif;
 font-weight: normal;
}
.footer_bottom_inner .footer_logo:before {
 content: " ";
 display: inline-block;
 width: 60px;
 height: 60px;
 margin-right: 8px;
 background: url(https://www.a-yuka.live/img/common/logo_tmark.png) no-repeat;
 background-size: contain;
 vertical-align: middle;
}
.footer_bottom_inner .footer_logo span {
 display: block;
}
 .footer_bottom_inner {
 border: 0;
 margin: 0 auto;
 padding: 0;
}
/* company 会社所在地 */
.footer_bottom_inner .company li {
 display: inline-block;
 width: 35%;
 padding: 35px 0;
 vertical-align: top;
}
.footer_bottom_inner .company li .pref {
 width: 130px;
 border: 1px solid;
 border-radius: 30px;
 margin: 0 auto 12px;
 padding: 5px;
 font-family: 'Rubik', sans-serif;
 font-weight: bold;
 text-align: center;
}
.footer_bottom_inner .access {
 margin-top: 8px;
 color: #89a88d;
}
.footer_bottom_inner .access:hover {
 text-decoration: underline;
}
/*各種メディア掲載*/
.footer_media {
    display: flex;
    flex-wrap: wrap;
}
.footer_media div.media_award {
    width: calc(32% - 20px);
    margin: 10px;
    text-align: left;
}
.footer_media div.media_tv {
    width: calc(34% - 20px);
    margin: 10px;
    text-align: left;
}
.footer_media div.media_magazine {
    width: calc(34% - 20px);
    margin: 10px;
    text-align: left;
}
/* .footer_bottom_inner .access:after {
 content: "\f061";
 font-weight: normal;
} */
/* sns 各ボタン */
.footer_bottom_inner .sns a {
 display: inline-block;
 margin: 35px 9px 10px;
 padding: 14px;
 width: 50px;
 height: 50px;
 font-size: 21px;
 color: #f3efee;
 background-color: #181716;
 border-radius: 100%;
}
.footer_bottom_inner .sns a:hover {
 color: #fff;
 background-color: #89a88d;
}
/* コピーライト */
#copyright {
 text-align: center;
 font-size: 11px;
 color: #181716;
}
#copyright a {
 text-decoration: none;
 color: #181716;
}
}

/* ==========================================================================
 header・ footer SP
========================================================================== */


@media (max-width: 767px) {
/* fontawasome
---------------------------------------------------------------------------*/

.fa-shopping-cart:before, .fa-search:before {
 font-size: 20px;
 line-height: 30px;
 font-weight: 900;
}
.sp_none { display: none !important;}
    
a.anchor {
    display: block;
    padding-top: 20px;
    margin-top: -20px;
}
    
hr {
   border:solid #e5e5e5;
   border-width:1px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */
}
    
/* header-SP
---------------------------------------------------------------------------*/
	
h1 {
 text-align: center;
 color: #fff;
}
.header_ttl {
 max-width: 750px;
 margin: 0 auto;
}
.label,
.label_blue,
.label_red {
	padding: 6px 2%;
	font-size: 12px;
	border-radius: 3px;
	margin-right: 1.5%;
	font-weight: bold;
}

.label {
	color: #fff;
	background-color: #1e1e1e;
}
	
.label_blue {
	color: #fff;
	background-color: #9aafc1;
}
	
.label_red {
	color: #fff;
	background-color: #cf888e;
}
	
.txt_overflow {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 12px;
	color: #736d67;
}
/*  ナビ固定  */
header .is-fixed {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 999999;
 width: 100%;
 margin: 0 auto;
 border-bottom: 1px solid #e6e6e6;
 background-color: #fff;
}
/*  ナビ  */	
.header_nav {
 position: relative;
 width: 100%;
 max-width: 750px;
 margin: 0 auto;
}
.logo {
 float: left;
 width: 10%;
 height: 55px;
}
.logo img {
 max-width: 55px;
}
.nav_wrap {
 float: right;
 width: 83%;
}
.nav_wrap li {
 float: left;
 font-size: 11px;
}
.nav_wrap li:nth-child(5), .nav_wrap li:last-child {
 width: 10%;
 padding: 0;
 display: block;
}
.nav_wrap ul li a {
 display: block;
 line-height: 20px;
}
.nav_wrap a, .nav_wrap a:link {
 color: #181716;
 text-decoration: none;
}
.nav_wrap li span {
 display: block;
 font-size: 10px;
 font-weight: normal;
 margin-top: -5px;
 letter-spacing: 1px;
}
/* gNav メガメニュー
---------------------------------------------------------------------------*/
.gNav li .gNav_list {
 color: #181716;
 position: relative;
 height: 55px;
 margin-top: 11px;
 text-align: center;
 font-family: 'Rubik', sans-serif;
}
.gNav > li {
 float: left;
 width: 26%;
 height: 55px;
 text-align: center;
}
.gNav > li a {
 display: block;
 color: #181716;
}
.gNav > li a:hover {
  color: #89a88d;
}
.fa-shopping-cart, .fa-search  {
 font-family: 'Font Awesome 5 Free', 'FontAwesome' !important;
}
	
/*  gNav メガメニュー ▲部分  */
.gNav__mega:hover:after, .gNav__single:hover:after {
 border-top: 0;
 border-bottom: solid 6px #f3efee;
 border-left: solid 6px transparent;
 border-right: solid 6px transparent;
 height: 55px;
 content: '';
 position: absolute;
 bottom: 0;
 margin-left: -6px;
}
.gNav:before, .gNav:after {
 content: "";
 display: table;
}
.gNav:after {
 clear: both;
}
.gNav {
 *zoom: 1;
}
.gNav hr {
 border-top: 1px solid #1e1e1e;
 width: 98%;
 margin: 5% 0 7% 1%;
}
/*  gNav メガメニュー プルダウン　大枠  */
.gNav__mega .gNav__second-level {
 position: absolute;
 top: 55px;
 left: 0;
 box-sizing: border-box;
 width: 100%;
 padding: 8% 3% 3% 1%;
 background: rgba( 247, 246, 243, 0.95 );
 visibility: hidden;
 opacity: 0;
 z-index: 10;
 right: 0;
  box-shadow: 0px 4px 10px -1px rgba(0,0,0,0.15);
 -webkit-box-shadow: 0px 4px 10px -1px rgba(0,0,0,0.15);
 -moz-box-shadow: 0px 4px 10px -1px rgba(0,0,0,0.15);
}
.gNav__mega:hover .gNav__second-level {
 top: 55px;
 visibility: visible;
 opacity: 1;
}
.gNav__mega .gNav__second-level li {
 width: 100%;
 max-width: 750px;
 color: #161514;
 text-align: left;
}
/* ギガメニュー内　スマホでは.unit4colが2カラム.unit3colが2カラムになります */
.gNav_cate h2 {
	color: #181716;
	font-size: 150%;
	margin: -1em auto .8em;
	font-weight: normal;
	}
    
.gNav_cate .gNav_ttl {
	color: #181716;
	font-size: 150%;
	margin: -1em auto .8em;
    width: 100%;
    letter-spacing: 2px;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    line-height: normal;
    font-weight: normal;
	}

.gNav_cate .unit8col {
 display: inline-block;
 vertical-align: top;
 width: 23%;
 margin: 0 0 0 1%;
 padding: .2%;
}
.gNav_cate .unit4col, .gNav_cate .unit3col {
 /* 3カラム */
 display: inline-block;
 vertical-align: top;
 width: 46%;
 margin-left: 3%;
}
.gNav_cate .unit2col {
 display: inline-block;
 vertical-align: top;
 width: 46%;
 margin-left: 3%;
}
.gNav_cate .unit4col li {
 text-align: left;
 font-size: 12px;
 font-weight: normal;
}
.gNav_cate .unit4col li:nth-child(1) {
 margin-bottom: 8px;
 padding-bottom: 3px;
 border-bottom: none;
 text-align: center;
}
.gNav_cate .unit4col li:nth-child(4) {
 margin-left: 0;
}
.gNav_cate .unit4col li a {
 line-height: 2;
}
/*.gNav_cate .unit4col li:hover {
 background-color: #eee;
}*/

/* ギガメニュー内　マイページ・新規会員ボタン  */
.gNav_cate .mypage {
 font-weight: bold;
 color: #fff;
 border: 1px solid #89a88d;
 background-color: #89a88d;
 margin-bottom: 5%;
 padding: 6% 0;
}
.gNav_cate .mypage:hover {
 color: #fff;
 background-color: #5e8263;
}
.gNav_cate .sinki {
 font-weight: bold;
 color: #181716;
 border: 1px solid #181716;
 margin-bottom: 5%;
 padding: 6% 0;
}
.gNav_cate .sinki:hover {
 color: #181716;
 background-color: #d8d2c2;
}

/* ガイド欄 */
.gNav_cate .guide li {
 display: inline-block;
 width: 50%;
 margin-bottom: 3%;
 vertical-align: top;
 text-align: center;
}
.gNav_cate .guide li:nth-child(4) {
 margin-left: 0;
 padding-top: 0;
}
/* ヘッダー検索 */
.search1 {
 position: relative;
 background-color: #fff;
 border: 1px solid #aaa;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 -o-border-radius: 3px;
 -ms-border-radius: 3px;
 border-radius: 3px;
 line-height: 30px;
 margin: 0 0 3% 2%;
}
.search1 dt {
 margin-right: 50px;
 padding: 4px 0 4px 8px;
}
.search1 dt input {
 width: 100%;
 background: none;
 border: none;
}
.search1 dt input[type="text"]:focus {
 outline: 0;
}
.search1 dd {
 position: absolute;
 top: 0;
 right: 0;
}
.search1 dd button {
 display: block;
 background: none;
 border: none;
}
	
	
/* footer-SP
---------------------------------------------------------------------------*/
 #page-top {
 display: block;
 position: fixed;
 z-index: 9999;
 bottom: 15px;
 right: 15px;
 width: 55px;
 height: 55px;
 font-size: 19px;
 padding: 4px 3px 0 3px;
 border-radius: 100%;
 color: #fff;
 background-color: #1e1e1e;
 text-decoration: none;
 text-align: center;
}
#page-top:hover {
 background-color: #6c6c6c;
}

 #page-top p {
  font-size: 8px;
  line-height: 10px;
  margin: 0;
 text-align: center;
}

#cart-top {
 display: block;
 position: fixed;
 z-index: 9999;
 bottom: 75px;
 right: 15px;
 width: 55px;
 height: 55px;
 font-size: 19px;
 padding: 1px 3px 0 3px;
 border-radius: 100%;
 color: #fff;
 background-color: #37424d;
 text-decoration: none;
 text-align: center;
}
#cart-top:hover {
 background-color: #4e5f70;
}

#cart-top p {
  font-size: 8px;
  line-height: 10px;
  margin: -2px 0 0 0;
  text-align: center;
}


footer {
 background-color: #f3efee;
 padding: 0 0 40px;
 font-size: 13px;
}
footer a {
 color: #1e1e1e;
}
footer a, footer a:hover {
 text-decoration: none;
}
#footer_catelist, .footer_glink_inner, .footer_bottom_inner {
 width: 90%;
 margin: 0 auto;
 overflow: hidden;
 padding: 0 0px 30px;
 color: #453c36;
}
#footer_catelist {
}
/* footer カテゴリメニューリスト */
#footer_catelist .unit4col {
 display: inline-block;
 vertical-align: top;
 width: 23%;
 margin-left: 1.3%;
}
#footer_catelist .unit2col {
 display: inline-block;
 vertical-align: top;
 width: 47.5%;
 margin-left: 1.5%;
}
#footer_catelist .unit4col li {
 color: #1e1e1e;
 text-align: left;
 font-weight: normal;
 padding-left: 10px;
}
#footer_catelist .unit4col li:nth-child(1) {
 font-weight: bold;
 margin-bottom: 8px;
 padding-bottom: 3px;
 border-bottom: 1px solid #1e1e1e;
}
#footer_catelist .unit4col li:nth-child(4) {
 margin-left: 0;
}
#footer_catelist .unit4col li a {
 color: #fff;
 line-height: 1.9;
 display: block;
}
#footer_catelist .unit4col li a:hover {
 color: #7d9676;
 text-decoration: none;
}
#footer_catelist .unit4col li:hover {
 background-color: #f3efee;
}
/* グループサイトリンク */
footer .footer_glink_wrap {
 width: 100%;
 background-color: #fff;
}
.footer_glink_inner {
 width: 100%;
 max-width: 96%;
 margin: 0 auto;
 text-align: center;
 font-size: 0;
}
.footer_glink_inner ul.group li {
 text-align: center;
 display: inline-block;
 vertical-align: top;
 margin: 5px;
}
  
.footer_glink_inner li {
 text-align: center;
 display: inline-block;
 vertical-align: top;
 margin: 0 1%;
 width: 30%;
 border: 1px solid #e6e6e6;
 border-radius: 3px;
}

.footer_glink_inner .relation_link li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 30px 0;
    width: calc(46% - 0px / 2);
   }
   .footer_glink_inner .relation_link li:nth-of-type(2n) {
       margin-right: 0;
      }
 
.glink_list figure {
 position: relative;
 margin: 0;
}
.glink_list figure img {
 position: relative;
 z-index: 0;
 -webkit-transition: .3s;
 transition: .3s;
}
.glink_list h4 {
 position: absolute;
 bottom: 0;
 left: 0;
 z-index: 1;
 width: 100%;
 height: 0;
 font-size: 11px;
 -webkit-transition: .3s;
 transition: .3s;
 padding-top: 12px;
 color: #453c36;
 letter-spacing: 1px;
}
.glink_list figure a {
 color: #453c36;;
}
/* footer_bottom_inner ロゴから下のフッター部分 */
.footer_bottom_inner {
 text-align: center;
 margin-bottom: 20px;
 padding: 0;
}
/* 友安ロゴ */
.footer_bottom_inner .footer_logo {
 font-size: 16px;
 font-weight: bold;
 letter-spacing: 1px;
 margin: 35px 0;
 color: #453c36;
}
.footer_bottom_inner .footer_logo:before {
 content: " ";
 display: inline-block;
 width: 25px;
 height: 25px;
 margin-right: 8px;
 background: url(https://www.a-yuka.live/img/common/logo_tmark.png) no-repeat;
 background-size: contain;
 vertical-align: middle;
}
.footer_bottom_inner .footer_logo span {
 display: block;
}
.footer_bottom_inner hr {
 border: 0;
 width: 150px;
 height: 1px;
 background-color: #453c36;;
 margin-bottom: 30px;
 padding: 0;
}
/* company 会社所在地 */
.footer_bottom_inner .company ul {
 margin-bottom: 35px;
}
.footer_bottom_inner .company li {
 display: inline-block;
 width: 100%;
 padding-bottom: 20px;
 vertical-align: top;
 font-size: 11px;
 letter-spacing: 1px;
 color: #453c36;
}
.footer_bottom_inner .company li .pref {
 width: 130px;
 color: #453c36;
 border: 1px solid #453c36;;
 border-radius: 30px;
 margin: 0 auto 12px;
 padding: 5px;
 font-family: Roboto+Condensed;
 font-weight: bold;
 text-align: center;
}
.footer_bottom_inner .access {
 margin-top: 8px;
 color: #89a88d;
}
.footer_bottom_inner .access:hover {
 text-decoration: underline;
}
.footer_bottom_inner .access:after {
 font-weight: normal;
}
/*各種メディア掲載*/	
.footer_media {
    display: flex;
    flex-wrap: wrap;
}
.footer_media div.media_award, div.media_tv, div.media_magazine {
    float: none;
    width: 100%;
    text-align: left;
    margin: 1.875em .9375em;
}
	
/* sns 各ボタン */
.footer_bottom_inner .sns a {
 display: inline-block;
 margin: 0 2px 10px;
 padding: 12px;
 width: 50px;
 height: 50px;
 font-size: 25px;
 color: #f3efee;
 background-color: #181716;
 border-radius: 100%;
}
.footer_bottom_inner .sns a:hover {
 color: #fff;
 background-color: #89a88d;
}	
	
/* コピーライト */
#copyright {
 text-align: center;
 font-size: 10px;
 color: #453c36;
}
#copyright a {
 text-decoration: none;
 color: #453c36;
}

}
