@charset "utf-8";

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

common

******************************************************/
html {
	min-width:0;

}
body {
	font-size:11px;
	background-attachment:scroll;
	background-position: 30% center;
	padding-top:0;
}

/* スマホメニュートリガー 共通 */
.menu-trigger {
	position: fixed;
	width: 22px;
	height: 18px;
	top:12px;
	left:20px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 22px;
	height: 2px;
	background-color: #212336;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 8px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

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

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


/* title */
.top_ttl {
	font-size:24px;
	margin-bottom: 25px;
}
.ttl_jp {
	font-size:11px;
	margin-top:20px;
}
.top_ttl .ttl_jp:before {
	width: 25px;
	height:1px;
	margin:10px auto ;
}

/* ViewMore */
.viewmore a {
	font-size: 11px;
	width:50%;
	line-height: 25px;
}

/* Button */
.button a {
display: block;
	display: block;
	width: 72%;
	margin: 0 auto;
	font-size: 16px;
	letter-spacing: 2px;
	padding: 12px;
}

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

header

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

h1 {
	margin:0;
	font-size:14px;
	color:#212336;
	background:#e0cb05;
	width: 100%;
	text-align: center;
	padding: 10px;
	position: fixed;
	top:0;
	left:0;
	z-index: 10005;
}
#header_right {
	display: none;
}


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

#overlay{
	min-height:0;
	width:100%;
	min-width: 0;
	padding:70px 2.5% 20px 10%;
	z-index: 10000;
	overflow-y: scroll;
}
#main_nav {
	font-size:14px;
}
#main_nav>ul>li {
	margin-bottom:5px;
}
#main_nav>ul>li>ul>li {
	font-size:11px;
	margin-bottom:3px;
}
#overlay_foot {
	position: absolute;
	bottom:20px;
	left:10%;
}
#overlay_foot p {
	font-size:11px;
	margin-bottom: 10px;
}
#overlay_foot ul {
	margin-bottom: 10px;
}
#overlay_foot ul li {
	width: 25px;
}
#overlay_foot small {
	font-size:11px;
}



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

.mainv_txt {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform:none;
	-webkit- transform: none;
	text-align: center;
}
#top .mainv_txt h2 {
	font-size: 33px;
}
#mainv {
	background-attachment: scroll !important;
}



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

breadcrumb

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

#breadcrumb {
	margin-bottom:30px;
	font-size:11px;
}
#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: 4%;
	padding-top: 50px;
}



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

footer

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

#footer_sns {
	margin-bottom: 40px;
}


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

top

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

/* top_family */
#top_family {
	background-attachment:scroll;
	padding:90px 0;
}
#top_family p {
	margin-bottom:50px;
}

/* top_company */
#top_company>.clearfix>.fl_right {
	width:95%;
	margin: 0 auto;
	float: none;
}
#top_company>.clearfix>.fl_left {
	width:95%;
	margin: 30px auto ;
	float: none;
	text-align: center;
}
#top_company .top_ttl .ttl_jp:before {
	margin-right:auto;
	margin-left:auto;
}
.top_company_nav {
	margin:40px auto;
}
.top_company_nav li {
	margin-bottom:15px;
}
.top_company_nav li a {
	font-size:18px;
}
.top_company_nav li a span {
	font-size:13px;
}
.top_company_nav li a span:before {
	content: "　";
	display: block;
	width: 20px;
	height:1px;
	margin-left: auto;
	margin-right: auto;
}
#top_company .viewmore {
	text-align: center;
}

/* top_brand */
.top_brand_wrap {
	margin-bottom: 40px;
}

/* top_journal */



/* top_recruit */
#top_recruit .inner {
	padding-bottom: 54.727197%;
}
#top_recruit .top_ttl {
	margin-bottom: 30px;
}





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

company_info

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

#company_our_leadership {
	margin-bottom:90px;
}
#company_our_leadership .fl_left,
#company_our_leadership .fl_right{
	float: none;
	width:100%;
}
#company_our_values>ul>li {
	padding-left: 40px;
	font-size: 12px;
	margin-bottom: 30px;
}
#company_information>.clearfix>.fl_left {
	font-size: 11px;
	width: 100%;
	float: none;
}
#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: 100%;
	height:350px;
	float: none;
	margin-top:40px;
}



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

brand

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

#brand_nav {
	display: none;
}

#brand {
	font-size: 12px;
}
#brand .inner {
	margin-bottom: 70px;
	height:auto;
}
#brand h3 {
	font-size: 14px;
}
#brand h3:before {
	font-size: 12px;
}
#brand .brandcontent {
	position: static !important;
}
#brand .inner * {
	width: 100% ;
	height:auto;
	margin-left: auto;
	margin-right: auto;
}
#brand1 .brandcontent1 {
	margin-bottom: 20px;
}
#brand2 .brandcontent1 {
	margin-bottom: 20px;
}
#brand2 .brandcontent2 {
	margin-bottom: 20px;
}
#brand2 .brandcontent3 {
	margin-bottom: 20px;
}
#brand2 .brandcontent4 {
	margin-bottom: 20px;
}
#brand #brand3 {
	margin-bottom: 70px;
}
#brand3 .brandcontent2 {
	margin-bottom: 20px;
}
#brand3 .brandcontent3 {
	margin-bottom: 20px;
}
#brand3 .brandcontent4 {
	margin-bottom: 20px;
}
#brand3 .brandcontent5 {
	margin-bottom: 20px;
}
#brand4 .brandcontent1 {
	margin-bottom: 20px;
}
#brand5 .brandcontent1 {
	margin-bottom: 20px;
}
#brand6 .brandcontent1 {
	margin-bottom: 20px;
}
#brand6 .brandcontent2 {
	margin-bottom: 20px;
}
#brand6 .brandcontent3 {
	margin-bottom: 20px;
}
#brand7 .brandcontent1 {
	margin-bottom: 20px;
}
#brand8 .brandcontent1 {
	margin-bottom: 20px;
}
#brand9 .brandcontent1 {
	margin-bottom: 20px;
}
#brand10 .brandcontent1 {
	margin-bottom: 20px;
}
#brand #brand11 img {
	width: 104px;
	height: auto;
}
#brand11 .ib_wrap {
	margin-top:30px;
}
#brand11 .ib_box {
	margin: 0 0 30px;
}
#brand #brand12 img {
	width: 131px;
	height: auto;
}
#brand12 .ib_wrap {
	margin-top:30px;
}
#brand12 .ib_box {
	margin: 0 0 30px;
}




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

recruit

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

#recruit_lead  {
	margin-bottom: 60px;
}
#recruit_lead .contents_ttl {
	font-size:14px;
	margin-bottom: 30px;
}
#recruit_lead p {
	text-align: left;
}
#recruit_entry .contents_ttl {
	margin-bottom: 30px;
}
#recruit_entry .clearfix a {
	width: 100%;
	height:100px;
	margin-right:0;
	margin-bottom: 20px;
	background-size: cover;
}
#recruit_entry .clearfix a:nth-child(3n) {
	width: 100%;
}
#recruit_entry .clearfix a:hover {
	background-size: cover;
}
#recruit_entry .clearfix a p {
	font-size: 15px;
	line-height: 100px;
}




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

entry

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

.entry_page h2 {
	font-size: 24px;
	margin-bottom: 60px;
}
#entry_konnakata {
	margin-bottom: 75px;
}
#entry_konnakata h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
#entry_konnakata ul li {
	position: relative;
	padding-left: 40px;
	font-size: 13px;
	margin-bottom: 25px;
}
.konnakata_num {
	width:24px;
	font-size: 14px;
	line-height: 24px;
	border-radius: 12px;
	top:-2px;
}

.entry_shousai_wrap {
	margin-bottom: 30px;
}
.entry_shousai_wrap,
.entry_shousai_wrap>tbody,
.entry_shousai_wrap>tbody>tr,
.entry_shousai_wrap>tbody>tr>th,
.entry_shousai_wrap>tbody>tr>td{
	display: block;
	width: 100%;
	font-size: 12px;
}
.entry_shousai_wrap>tbody>tr>th,
.entry_shousai_wrap>tbody>tr:last-child>td {
	border-bottom:none;
}
.entry_shousai_wrap>tbody>tr>th>.entry_th_span:before {
	font-size: 13px;
}


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

family

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

/* page */

.the_family_list {
	width: 49.5%;
}
.the_family_list:nth-child(4n) {
	margin-right: 1%;
}
.the_family_list:nth-child(2n) {
	margin-right: 0;
}
.the_family_store {
	font-size: 11px;
	padding:2px 10px;
}
.the_family_nickname {
	font-size: 12px;
}

/* single */

.the_family_mainv {
	margin:60px auto 30px;
}
.fm_contents_wrap {
	font-size: 11px;
	margin-bottom: 30px;
}
.fm_contents_wrap .ib_wrap {
	margin-bottom: 0;
}
.fm_contents_half {
	width: 100%;
	margin-right: 0;
}
.fm_contents_half {
	margin-bottom: 30px;
}
.fm_name p {
	font-size: 12px;
	margin-bottom: 10px;
}
.fm_name h2 {
	font-size: 18px;
}
.fm_contents_wrap h3 {
	margin-bottom: 15px;
}
.fm_sonzai {
	position: static;
}
.fm_sonzai:after {
	content:none;
}
.back_archive {
	font-size: 14px;
}



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

journal

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

/* page */

#journal {
	width: 100%;
	padding: 30px 4%;
}
h2.journal_ttl {
	font-size:24px;
	margin-bottom: 30px;
}
h2.journal_ttl span {
	font-size:11px;
	margin-top:10px;
}
.journal_archive {
	width: 100%;
	margin:0 auto 30px;
}
.journal_list {
	width: 45%;
	margin: 0 2.5% 20px;
}
.journal_list_over {
	background: none;
	color:#000;
	font-size: 11px;
	position: static;
	height:auto;
	opacity: 1;
	margin-top:10px;
}
.journal_list_over_inner {
	position: static;
	padding:0;
}


/* single */

#journal_single {
	margin-bottom: 30px;
}
.post_time {
	font-size:13px;
	margin-bottom: 10px;
}
.post_thumb {
	margin-bottom: 30px;
}
.journal_single_wrap h3 {
	font-size: 15px;
}
.post_content {
	font-size: 12px;
}



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

business field

******************************************************/
#business_field {
	width: 100%;
	padding: 30px 4%;
}
h2.business_field_ttl {
	font-size:24px;
	margin-bottom: 30px;
}
h2.business_field_ttl span {
	font-size:11px;
	margin-top:10px;
}

#business_field_cat_anchor {
    margin-bottom: 100px;
    display: block;
}
#business_field_cat_anchor li {
    width: 100%;
    margin: auto;
}
#business_field_cat_anchor a {
    width: 100%;
    font-size: 14px;
    text-align: left;
    position: relative;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #000;
}
#business_field_cat_anchor a:after {
    content: ">";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(90deg);
}
#business_field_cat_anchor a .name {
    padding: 0;
    position: relative;
}
#business_field_cat_anchor a .name:after {
    content: none;
}
#business_field_cat_anchor a .anchor_jp {
    display: block;
    font-size: 12px;
}

.business_field_wrap {
    margin-bottom: 30px;
    margin-top: -50px;
    padding-top: 50px;
}
.bf_cat_ttl {
    font-size: 18px;
    margin-bottom: 20px;
}
.bf_cat_ttl span {
    font-size: 12px;
    padding-top: 8px;
    margin-top: 8px;
}
.business_field_list_wrap {
    display: block;
}
.business_field_list {
    width: 100%;
    margin-right: 0;
    margin-top: 25px;
}
.business_field_list>a,
.business_field_list>div {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    background: rgba(0,0,0,0.3);
}
.business_field_list:nth-child(-n+3) {
    margin-top: 25px;
}
.business_field_list:nth-child(1) {
    margin-top: 0;
}
.storelogo {
    width: 100%;
    text-align: center;
    position: static;
    transform: translateY(0);
    padding-top: 30px;
}
.storelogo img {
    width: 50%;
    height: auto;
}
.storelogo.nologo {
    display: none;
}
.business_field_list a:hover .storelogo{
    opacity: 1;
}
.business_field_list>div .storelogo {
    padding-top: 80px;
    padding-bottom: 80px;
}
.storeInfo {
    position: static;
    width: 100%;
    height: auto;
    background:none;
    opacity: 1;
    display: block;
}
.storeInfoInner {
    text-align: left;
    line-height: 1.3;
    padding: 30px 30px 30px;
}
.storeName {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.storeName:after {
    content: " ";
    display: block;
    width: 40px;
    height: 2px;
    background: #e0cb05;
    margin-top: 10px;
}
.storeAddress {
    margin-bottom: 10px;
}
