@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');


/******************************************************

common

******************************************************/

html {
	min-width:1200px;
	height: 100%;
	display:block;
	position:relative;

}
body {
	font-size:13px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	line-height:200%;
	display:block;
	position:relative;
	color:#212336;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	height: 100%;
}
#body {
	position:relative;
	height: 100%;
}
a {
	text-decoration:none;
	outline: none;
	color:inherit;
}
img {
	vertical-align:top;
	max-width: 100%;
}



/* スマホメニュートリガー 共通 */
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: fixed;
	width: 54px;
	height: 50px;
	top:49%;
	left:10px;
	z-index:10010;
	cursor:pointer;
}
.menu-trigger span {
	position: absolute;
	left: 15px;
	width: 30px;
	height: 4px;
	background-color: #e0cb05;
}
.menu-trigger span:nth-of-type(1) {
	top: 11px;
}
.menu-trigger span:nth-of-type(2) {
	top: 21px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 15px;
}

/* スマホメニュートリガー エフェクト */

.menu-trigger.active span {
	background-color: #212336;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}


/* title */
.top_ttl {
	color:#212336;
	font-size:48px;
	font-family: Futura,'Century Gothic bold','Didact Gothic', sans-serif;
	margin-bottom: 40px;
}
.ttl_jp {
	font-size:17px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	display: block;
	margin-top:10px;
	color:#808080;
}
.top_ttl .ttl_jp:before {
	content: "　";
	display: block;
	width: 47px;
	height:2px;
	margin:20px auto 10px;
	background:#e0cb05;
}
.contents_ttl {
	color:#000000;
	font-size:32px;
	font-family: Futura,'Century Gothic bold','Didact Gothic', sans-serif;
	margin-bottom: 90px;
}
.contents_ttl .ttl_jp {
	font-size:14px;
}
.contents_ttl .ttl_jp:before {
	content: "　";
	display: block;
	width: 47px;
	height:2px;
	margin:20px auto 10px;
	background:#e0cb05;
}

/* ViewMore */
.viewmore {
	text-align: center;
}
.viewmore a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	width:172px;
	line-height: 34px;
	color: #212336;
	border: 1px solid #212336;
	display: inline-block;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, #e0cb05 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
}
.viewmore a:hover {
	background-position: -100% 0;
}

/* Button */
.button a {
	display: block;
	width: 320px;
	margin: 0 auto;
	font-size: 20px;
	letter-spacing: 2px;
	padding: 16px;
	line-height: 1;
	color: #000;
	background-image: linear-gradient(to right, #ebd921 50%, #000 50%);
	background-size: 200% auto;
	font-family: Futura,'Century Gothic bold','Didact Gothic', sans-serif;
	transition: .3s;
}
.button a:hover {
	color: #fff;
	background-position: -100% 0;
}

/******************************************************

header

******************************************************/
header{
	position: relative;
	width:100%;
	height:100%;
}
#entry_office_page header,
#entry_store_regularstaff_page header,
#entry_store_parttime_page header,
#contact_page header,
#journal_page header,
.single header ,.archive header  {
	height:auto;
}

h1 {
	margin:0 0 0 30px;
	font-size:21.97px;
	font-family: Futura,'Century Gothic bold','Didact Gothic', sans-serif;
	color:#e0cb05;
	padding-top:20px;
}
#header_right {
	position: absolute;
	top:20px;
	right:30px;
	z-index: 500;
}
#header_right li {
	letter-spacing:0;
	display:inline-block;
	margin-left:10px;
}
#header_right li img {
	display:inline-block;
	vertical-align: middle;
}
#header_right li:nth-child(1) img {
	width:9px;
	height: auto;
}
#header_right li:nth-child(2) img {
	width:17px;
	height: auto;
}
#header_right li:nth-child(3) img {
	width:15px;
	height: auto;
}
#header_right li:nth-child(4) img {
	width:21px;
	height: auto;
}
#header_right li:nth-child(5) .icn_language_switch {
	display: inline-block;
	vertical-align: middle;
	width:18px;
}


/******* overlay *******/

#overlay{
	position: fixed;
	height:100%;
	top:0;
	left:0;
	display: none;
	width: 500px;
	background-color: rgba(235,217,33,0.9);
	padding:40px 20px 20px 100px;
	z-index: 10000;
    overflow:auto ;
}
#main_nav {
	font-size:20px;
	font-family: Futura,'Century Gothic bold','Didact Gothic', sans-serif;
}
#main_nav>ul>li {
	margin-bottom:20px;
}
#main_nav>ul>li>ul>li {
	font-size:13px;
	margin-bottom:10px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}
#main_nav>ul>li>ul>li:before {
	content:"-";
	display: inline-block;
	margin-right:10px;
}
#main_nav .language_switch {
	margin-top:30px;
}
#main_nav .language_switch p {
	font-size:13px;
	color:#e0cb05;
	background: #212336;
	padding:5px 20px;
	display: inline-block;
}
#overlay_foot {
	position: absolute;
	bottom:20px;
	left:100px;
	z-index: 10005;
}
#overlay_foot p {
	font-size:13px;
	font-family: Futura,'Century Gothic bold','Didact Gothic', sans-serif;
}
#overlay_foot ul {
	letter-spacing: -0.4em;
}
#overlay_foot ul li {
	letter-spacing: 0;
	display: inline-block;
	width: 26px;
	margin-left: 5px;
}
#overlay_foot small {
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
}
#overlay_out {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9000;
	top:0;
	left:0;
	display: none;
}
/*
#overlay.minHeight {
    padding:20px 20px 20px 100px;
}
#overlay.minHeight #main_nav {
    font-size: 15px;
}
#overlay.minHeight #main_nav>ul>li {
	margin-bottom:12px;
}
#overlay.minHeight #main_nav>ul>li>ul>li {
	font-size:13px;
	margin-bottom:5px;
}
*/
#overlay.minHeight #overlay_foot {
	position: static;
    margin-top: 20px;
}



/******* mainv *******/

#mainv{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: -1;
}
#company_info_page #mainv{
	background: url(../img/bg_company2.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#brand_page #mainv{
	background: url(../img/bg_brand.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#recruit_page #mainv{
	background: url(../img/bg_recruit.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#the_family_page.page #mainv{
	background: url(../img/bg_family.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.mainv_txt {
  text-align:center;
  width:100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) translateX(0);
	-webkit- transform: translateY(-50%) translateX(0);
}
#top .mainv_txt h2 {
	font-size: 69px;
	font-family: Futura,'Century Gothic bold','Didact Gothic', sans-serif;
	color:#e0cb05;
}
.page .mainv_txt h2 {
	color:#e0cb05;
	font-size:48px;
	font-family: Futura,'Century Gothic bold','Didact Gothic', sans-serif;
	margin-bottom: 40px;
	text-align: center;
}
.page .mainv_txt h2 span {
	font-size:17px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	display: block;
	margin-top:30px;
	color:#fff;
}


/******************************************************

breadcrumb

******************************************************/

#breadcrumb {
	margin-top:20px;
	margin-bottom:20px;
	font-size:12px;
	line-height:140%;
}
#breadcrumb h1 {
	display:inline-block;
}
#breadcrumb>span {
	display:inline-block;
	margin-right:10px;
}
#breadcrumb>span:first-child {
	margin-left:0;
}

#entry_office_page #breadcrumb,
#entry_store_regularstaff_page #breadcrumb,
#entry_store_parttime_page #breadcrumb,
#contact_page #breadcrumb,
#journal_page #breadcrumb,
#the_family_page.single #breadcrumb {
	width: 100%;
	padding-left: 30px;
}


/******************************************************

footer

******************************************************/

footer {
	background :#ebd921;
	font-family: Futura,'Century Gothic bold','Didact Gothic', sans-serif;
}
footer section {
	padding-bottom: 30px;
}
#footer_sns {
	margin-bottom: 60px;
}
#footer_sns li {
	display: inline-block;
	letter-spacing: 0;
	width:25px;
	margin: 10px 3px;
}
#foot_nav {
	margin: 0 auto 30px;
}
#foot_nav li {
	display: inline-block;
	margin: 0 10px;
}
#foot_nav .language_switch {
	margin-top:30px;
}
#foot_nav .language_switch p {
	font-size:12px;
	color:#e0cb05;
	background: #212336;
	padding:2px 15px;
	display: inline-block;
}




/******************************************************

top

******************************************************/

/* top_family */
#top_family {
	background: url(../img/bg_top_family.jpg) no-repeat center center ;
	background-attachment: fixed;
	background-size: cover;
	padding:200px 0;
	color: #fff;
}
#top_family p {
	margin-bottom:70px;
}
#top_family .top_ttl {
	color:#e0cb05;
}
#top_family .ttl_jp {
	color:#fff;
}
#top_family .viewmore a {
	color: #fff;
	border: 1px solid #fff;
}


/* top_company */
#top_company>.clearfix>.fl_right {
	width:720px;
}
#top_company>.clearfix>.fl_left {
	width:290px;
	margin-top:100px;
	text-align: left;
}
#top_company .top_ttl {
	margin-bottom: 30px;
}
#top_company .top_ttl .ttl_jp:before {
	margin-right:0;
	margin-left:0;
}
.top_company_nav {
	margin:40px 0 40px 40px;
}
.top_company_nav li {
	margin-bottom:20px;
}
.top_company_nav li a {
	color:#212336;
	font-size:26px;
	font-family: Futura,'Century Gothic bold','Didact Gothic', sans-serif;
	display: inline-block;
}
.top_company_nav li a span {
	font-size:14px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	display: block;
	margin-top:10px;
	color:#808080;
}
.top_company_nav li a span:before {
	content: "　";
	display: block;
	width: 40px;
	height:2px;
	margin:10px 0 10px;
	background:#e0cb05;
}
#top_company .viewmore {
	text-align: left;
}
#top_company .viewmore a {
	text-align: center;
}


/* top_brand */
#top_brand {
	background: #ebd921;
}
#top_brand .top_ttl .ttl_jp:before {
	background: #212336;
}
.top_brand_wrap {
	letter-spacing: -0.4em;
	margin-bottom: 60px;
}
.top_brand_wrap img {
	display: inline-block;
	width:24%;
	height: auto;
	letter-spacing: 0;
	margin-right:1.33333%;
	margin-bottom: 12px;
}
.top_brand_wrap img:nth-child(4n) {
	margin-right:0;
}


/* insta */
#insta {
	padding-bottom: 0;
}


/* top_journal */
#top_journal {
	background: #f2f2f2;
}


/* top_recruit */
#top_recruit {
	text-align: left;
	padding-bottom: 0;
}
#top_recruit .inner {
	background: url(../img/bg_top_recruit.jpg) center bottom no-repeat;
	background-size: contain;
	padding-bottom: 380px;
}
#top_recruit .top_ttl {
	margin-bottom: 60px;
}
#top_recruit .top_ttl .ttl_jp:before {
	margin-right:0;
	margin-left:0;
}
#top_recruit .viewmore {
	text-align: left;
}
#top_recruit .viewmore a {
	text-align: center;
}



/******************************************************

company_info

******************************************************/

#company_our_leadership {
	margin-bottom:150px;
}
#company_our_leadership .fl_left {
	width:440px;
}
#company_our_leadership .fl_left img {
	margin-bottom:30px;
}
#company_our_leadership .fl_right {
	text-align: left;
	width:570px;
}
#company_our_values {
	margin-bottom:150px;
}
#company_our_values>ul {
	text-align: left;
}
#company_our_values>ul>li {
	position: relative;
	padding-left: 50px;
	font-size: 16px;
	margin-bottom: 50px;
	font-weight: bold;
}
#company_information>.clearfix>.fl_left {
	text-align: left;
	font-size: 14px;
	width: 570px;
}
#company_information>.clearfix>.fl_left>table {
	width: 100%;
}
#company_information>.clearfix>.fl_left>table th {
	text-align: right;
	font-weight: bold;
	width: 15%;
}
#company_information>.clearfix>.fl_left>table td {
	padding:5px 0 5px 50px;
	width: 85%;
}
#company_information>.clearfix>.fl_right {
	width: 475px;
	height:390px;
}
#company_information>.clearfix>.fl_right iframe {
	width: 100%;
	height:100%;
}


/******************************************************

brand

******************************************************/

#brand_nav {
	position: absolute;
	top:100px;
	right:60px;
	color: #fff;
	text-align: right;
	z-index: 20000;
}
#brand_nav li {
	margin-bottom: 5px;
    line-height: normal;
}
#brand_nav li a:before {
	content: "● ";
}
#brand {
	text-align: left;
	line-height: 130%;
	font-size: 15px;
	font-weight: bold;
}
#brand .inner {
	margin-bottom: 190px;
}
#brand h3 {
	font-size: 16px;
	margin-bottom: 20px;
}
#brand h3:before {
	content: "● ";
	color:#e0cb05;
	font-size: 13px;
}
.brandcontent {
	position: absolute;
}
#brand1 {
	height: 415px;
}
#brand1 .brandcontent1 {
	width: 55%;
	top:0;
	left:0;
}
#brand1 .brandcontent2 {
	width: 35%;
	top:120px;
	right:0;
}
#brand2 {
	height: 840px;
}
#brand2 .brandcontent1 {
	width: 55%;
	top:0;
	right:0;
}
#brand2 .brandcontent2 {
	width: 35%;
	top:120px;
	left:0;
}
#brand2 .brandcontent3 {
	width: 340px;
	top:588px;
	left:103px;
}
#brand2 .brandcontent4 {
	width: 382px;
	top:588px;
	right:111px;
}
#brand #brand3 {
	height: 976px;
	margin-bottom: 190px;
}
#brand #brand3 h3 {
	margin-bottom: 10px;
}
#brand3 .brandcontent1 {
	position: static;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#brand3 .brandcontent2 {
	position: static;
	width: 100%;
}
#brand3 .brandcontent3 {
	width: 307px;
	bottom:61px;
	left:0;
}
#brand3 .brandcontent4 {
	width: 307px;
	bottom:163px;
	left:386px;
}
#brand3 .brandcontent5 {
	width: 307px;
	bottom:0;
	right:0;
}
#brand4 {
	height: 787px;
}
#brand4 .brandcontent1 {
	width: 55%;
	top:0;
	left:0;
}
#brand4 .brandcontent2 {
	width: 35%;
	top:304px;
	right:0;
}
#brand5 {
	height: 362px;
}
#brand5 .brandcontent1 {
	width: 60%;
	top:0;
	right:0;
}
#brand5 .brandcontent2 {
	width: 30%;
	top:80px;
	left:20px;
}
#brand6 {
	height: 883px;
}
#brand6 .brandcontent1 {
	width: 50%;
	top:0;
	left:40px;
}
#brand6 .brandcontent2 {
	width: 38%;
	top:180px;
	right:0;
}
#brand6 .brandcontent3 {
	width: 304px;
	bottom:26px;
	left:316px;
}
#brand6 .brandcontent4 {
	width: 382px;
	bottom:0;
	right:0;
}

#brand #brand7 h3 {
	margin-bottom: 10px;
}
#brand7 .brandcontent {
	position: static;
}
#brand7 .brandcontent1 {
	width: 90%;
	margin-bottom: 20px;
}
#brand7 .brandcontent1 {
	width: 90%;
	margin-bottom: 20px;
}
#brand7 .brandcontent2 {
	width: 100%;
}
#brand8 {
	height: 371px;
}
#brand8 .brandcontent1 {
	width: 557px;
	top:0;
	right:0;
}
#brand8 .brandcontent2 {
	width: 40%;
	top:80px;
	left:20px;
}
#brand9 {
	height: 411px;
}
#brand9 .brandcontent1 {
	width: 548px;
	top:0;
	left:0;
}
#brand9 .brandcontent2 {
	width: 500px;
	top:130px;
	right:0;
}
#brand10 {
	height: 358px;
}
#brand10 .brandcontent1 {
	width: 639px;
	top:0;
	right:0;
}
#brand10 .brandcontent2 {
	width: 355px;
	top:130px;
	left:20px;
}
#brand11 {
	text-align: center;
}
#brand11 img {
	width: 104px;
	height: auto;
}
#brand11 .ib_wrap {
	margin-top:60px;
}
#brand11 .ib_box {
	width: auto;
	margin: 0 4%;
	text-align: left;
}
#brand12 {
	text-align: center;
}
#brand12 img {
	width: 131px;
	height: auto;
}
#brand12 .ib_wrap {
	margin-top:60px;
}
#brand12 .ib_box {
	width: auto;
	margin: 0 4%;
	text-align: left;
}
#brand #brand13 h3 {
	margin-bottom: 10px;
}
#brand13 .brandcontent {
	position: static;
}
#brand13 .brandcontent1 {
	width: 100%;
	margin-bottom: 20px;
}
#brand13 .brandcontent2 {
	width: 100%;
}




/******************************************************

recruit

******************************************************/

#recruit_lead  {
	margin-bottom: 100px;
}
#recruit_lead .contents_ttl {
	font-size:24px;
	font-weight: bold;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	line-height:160%;
	margin-bottom: 30px;
}
#recruit_lead .contents_ttl:after {
	content: "　";
	display: block;
	width: 47px;
	height:2px;
	margin:20px auto 10px;
	background:#e0cb05;
}
#recruit .contents_ttl .ttl_jp:before {
	content: "　";
	display: block;
	width: 47px;
	height:2px;
	margin:20px auto 10px;
	background:#e0cb05;
}
#recruit_entry .clearfix a {
	display: block;
	width: 32%;
	height:365px;
	margin-right:1.333%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#recruit_entry .clearfix a:nth-child(3n) {
	display: block;
	width: 32%;
	margin-right:0;
}
#recruit_entry .clearfix a:nth-child(1) {
	background: url(../img/recruit_btn1.jpg) center center no-repeat;
	background-size: 110%;
}
#recruit_entry .clearfix a:nth-child(2) {
	background: url(../img/recruit_btn2.jpg) center center no-repeat;
	background-size: 110%;
}
#recruit_entry .clearfix a:nth-child(3) {
	background: url(../img/recruit_btn3.jpg) center center no-repeat;
	background-size: 110%;
}
#recruit_entry .clearfix a:hover {
	background-size: 120%;
}
#recruit_entry .clearfix a p {
	color:#fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 365px;
}
#recruit_entry .clearfix a p:after {
	content: ">";
	display: inline-block;
	margin-left: 10px;
}



/******************************************************

entry

******************************************************/

.entry_page h2 {
	font-size: 31px;
	color:#e0cb05;
	font-weight: bold;
	margin-bottom: 85px;
}
#entry_konnakata {
	margin-bottom: 75px;
}
#entry_konnakata h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
#entry_konnakata h3:after {
	content: "　";
	display: block;
	width: 47px;
	height:2px;
	margin:20px auto 10px;
	background:#e0cb05;
}
#entry_konnakata ul {
	text-align: left;
}
#entry_konnakata ul li {
	position: relative;
	padding-left: 50px;
	font-size: 14px;
	margin-bottom: 30px;
}
.konnakata_num {
	display: block;
	width:28px;
	font-size: 15px;
	font-family: Futura,'Century Gothic bold','Didact Gothic', sans-serif;
	line-height: 28px;
	border-radius: 14px;
	background: #e0cb05;
	color:#fff;
	text-align: center;
	position: absolute;
	left:0;
	top:-3px;
}

.entry_shousai_wrap {
	width: 100%;
	border: 1px solid #000;
	margin-bottom: 50px;
}
.entry_shousai_wrap>tbody>tr>th,
.entry_shousai_wrap>tbody>tr>td {
	border-bottom: 1px dotted #000;
	text-align: left;
	padding:20px;
	font-size: 15px;
}
.entry_shousai_wrap>tbody>tr>th>.entry_th_span {
	font-weight: bold;
}
.entry_shousai_wrap>tbody>tr>th>.entry_th_span:before {
	content: "◆ ";
	font-size: 16px;
	color: #e0cb05;
}
.entry_shousai_wrap>tbody>tr>th {
	width: 30%;
}
.entry_shousai_wrap>tbody>tr>td{
	width: 70%;
}
.entry_shousai_wrap>tbody>tr>td>table{
	margin-bottom: 20px;
}
.entry_shousai_wrap>tbody>tr>td>table th{
	padding-right: 20px;
}





/******************************************************

family

******************************************************/

/* page */

.the_family_list {
	width: 24.25%;
	margin-right: 1%;
	margin-bottom: 30px;
	display: block;
	float: left;
	text-align: left;
	position: relative;
}
.the_family_list:nth-child(4n) {
	margin-right: 0;
}
.the_family_store {
	position: absolute;
	left: 0;
	top:0;
	font-size: 13px;
	display: inline-block;
	padding:2px 15px;
	color:#fff;
	line-height: 120%;
	background:#ebd921; /*全色黄色*/
}
/*
.fms010 {
	background:#ebd921;
}
.fms020 {
	background:#b4d688;
}
.fms030 {
	background:#ccc;
}
.fms040 {
	background:#ed9fab;
}
.fms050 {
	background:#ccc;
}
.fms060 {
	background:#9fd9f6;
}
.fms070 {
	background:#ccc;
}
.fms080 {
	background:#ccc;
}
.fms090 {
	background:#ccc;
}
.fms100 {
	background:#ccc;
}
.fms110 {
	background:#ccc;
}
.fms120 {
	background:#ccc;
}
.fms130 {
	background:#ccc;
}
.fms140 {
	background:#ccc;
}
.fms150 {
	background:#ccc;
}
.fms160 {
	background:#ccc;
}
.fms170 {
	background:#ccc;
}
.fms180 {
	background:#ccc;
}
.fms190 {
	background:#ccc;
}
.fms200 {
	background:#ccc;
}
.fms210 {
	background:#ccc;
}
*/
.the_family_nickname {
	font-size: 14px;
	font-weight: bold;
	margin-top:10px:
}
.the_family_nickname p {
	font-weight: bold;
}
.the_family_nickname p span {
	font-size: 12px;
	font-weight: normal;
	color:#6d6d6d;
}


/* single */

.the_family_mainv {
	margin:60px auto;
}
.fm_contents_wrap {
	margin-bottom:  60px;
	text-align: left;
	font-size: 12px;
}
.fm_contents_wrap h2,
.fm_contents_wrap h3,
.fm_contents_wrap p{
	font-weight: bold;
}
.fm_contents_wrap .ib_wrap {
	width: 100%;
	margin-bottom: 30px;
}
.fm_name,
.fm_contents_half,
.fm_contents_full {
	border-bottom: 1px dotted #000;
	padding-bottom: 5px;
}
.fm_contents_half {
	width: 48%;
	margin-right: 4%;
}
.fm_contents_half:nth-child(2n) {
	margin-right: 0;
}
.fm_contents_full {
	margin-bottom: 30px;
}
.fm_name {
	margin-bottom: 30px;
}
.fm_name p {
	font-size: 17px;
	font-weight: normal;
	color:#6d6d6d;
	margin-bottom: 5px;
}
.fm_name h2 {
	font-size: 29px;
	margin-bottom: 5px;
}
.fm_contents_wrap h3 {
	margin-bottom: 20px;
}
.fm_contents_wrap h3:before {
	content:"◆ ";
	color:#ffed25;
}
.fm_sonzai {
	position: relative;
}
.fm_sonzai:after {
	content:"　";
	position: absolute;
	width: 49px;
	height: 33px;
	border: 1px solid #ffed25;
	border-radius: 25px / 17px;
	bottom:-5px;
}
.sonzai1:after {
	left: 2px;
}
.sonzai2:after {
	left: 63px;
}
.sonzai3:after {
	left: 130px;
}
.sonzai4:after {
	left: 180px;
}
.sonzai5:after {
	left: 225px;
}
.sonzai6:after {
	left: 273px;
}
.sonzai7:after {
	left: 320px;
}
.sonzai8:after {
	left: 393px;
}
.sonzai9:after {
	left: 458px;
}
.sonzai10:after {
	left: 535px;
}
.back_archive {
	font-size: 18px;
	font-family: Futura,'Century Gothic bold','Didact Gothic', sans-serif;
	font-weight: bold;
}




/******************************************************

journal

******************************************************/

/* page */

#journal {
	width: 100%;
	padding: 80px 30px;
}
h2.journal_ttl {
	color:#e0cb05;
	font-size:48px;
	font-family: Futura,'Century Gothic bold','Didact Gothic', sans-serif;
	margin-bottom: 80px;
	text-align: center;
}
h2.journal_ttl span {
	font-size:17px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	display: block;
	margin-top:30px;
	color:#808080;
}
.journal_archive {
	position: relative;
	width: 100%;
	margin:0 auto 60px;
}
.journal_list {
	width: 253px;
	display: block;
	margin: 0 auto 20px;
}
.journal_list_th {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.journal_list_over {
	border-radius: 5px;
	overflow: hidden;
	background: rgba(0,0,0,0.6);
	color:#fff;
	font-size: 14px;
	text-align: left;
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 20;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.journal_list:hover .journal_list_over {
	opacity: 1;
}
.journal_list_over_inner {
	position: absolute;
	bottom:0;
	left:0;
	padding:10px;
}
.post_date {
	color:#e0cb05;
}
.post_ttl {
	font-weight: bold;
}


/* single */

.journal_single_wrap {
	margin-bottom:60px;
	text-align: left;
}
.post_time {
	font-size:23px;
	font-weight: normal;
	font-family: 'Futura Medium','Century Gothic','Didact Gothic', sans-serif;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}
.post_thumb {
	margin-bottom: 30px;
}
.journal_single_wrap h3 {
	font-weight: bold;
	font-size: 23px;
	padding-bottom:10px;
	border-bottom: 1px dotted #000;
	margin-bottom: 20px;
}
.post_content {
	font-size: 15px;
	line-height: 200%;
}




/******************************************************

business field

******************************************************/
#business_field {
	width: 100%;
	padding: 80px 30px;
}
h2.business_field_ttl {
	color:#e0cb05;
	font-size:48px;
	font-family: Futura,'Century Gothic bold','Didact Gothic', sans-serif;
	margin-bottom: 80px;
	text-align: center;
}
h2.business_field_ttl span {
	font-size:17px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	display: block;
	margin-top:30px;
	color:#808080;
}

#business_field_cat_anchor {
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
}
#business_field_cat_anchor li {
    margin: 0 0;
    width: 270px;
}
#business_field_cat_anchor a {
    display: inline-block;
    padding: 0 0 ;
    font-size: 17px;
    text-align: center;
    font-family: Futura,'Century Gothic bold','Didact Gothic', sans-serif;
}
#business_field_cat_anchor a .name {
    padding: 0 1.4em;
    position: relative;
}
#business_field_cat_anchor a .name:after {
    content: ">";
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    font-size: 90%;
    transform: translateY(-50%) rotate(90deg);
}
#business_field_cat_anchor a .anchor_jp {
    display: block;
    color:#aaa;
    font-size: 12px;
}

.business_field_wrap {
    margin-bottom: 80px;
    margin-top: -80px;
    padding-top: 80px;
}
.bf_cat_ttl {
    font-family: Futura,'Century Gothic bold','Didact Gothic', sans-serif;
    font-size: 21px;
    margin-bottom: 30px;
}
.bf_cat_ttl span {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-size: 14px;
    display: block;
    position: relative;
    color:#aaa;
    padding-top: 10px;
    margin-top: 10px;
}
.bf_cat_ttl span:before {
    content: " ";
    background: #aaa;
    width: 50px;
    height: 2px;
    display: block;
    position: absolute;
    top:0;
    left: 50%;
    transform: translatex(-50%);
}
.business_field_list_wrap {
    display: flex;
    flex-wrap: wrap;
}
.business_field_list {
    width: 31.3333%;
    margin-right: 3%;
    margin-top: 25px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.business_field_list:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top:0;
    left:0;
    z-index: 5;
}
.business_field_list>a,
.business_field_list>div{
    display: block;
    width: 100%;
    height: 205px;
    position: relative;
    z-index: 8;
}
.business_field_list:nth-child(3n) {
    margin-right: 0;
}
.business_field_list:nth-child(-n+3) {
    margin-top: 0;
}
.storelogo {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: .4s;
    opacity: 1;
}
.storelogo img {
    max-width: 50%;
    height: auto;
}
.storelogo p {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 30px;
}
.business_field_list a:hover .storelogo{
    opacity: 0;
}
.business_field_list a:hover .storelogo.noInfo{
    opacity: 0.6;
}
.storeInfo {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 15;
    color: #fff;
    transition: .4s;
    opacity: 0;
}
.business_field_list a:hover .storeInfo{
    opacity: 1;
}
.storeInfoInner {
    text-align: left;
    line-height: 1.3;
    padding: 30px;
    max-width: 100%;
    word-break: break-all;
}
.storeName {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
.storeName:after {
    content: " ";
    display: block;
    width: 40px;
    height: 2px;
    background: #e0cb05;
    margin-top: 10px;
}
.storeAddress {
    margin-bottom: 10px;
}
