@charset "utf-8";

html, body {
	width : 100%;
	height : 100%;
	font-family: 'Kosugi Maru', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}


body {
	position: relative;
	height: 100%;
	font-size: 14px;
	max-width: 2800px;
	margin: auto;
	color: #2B2B2B;
}

.hide {
	display: none;
}
.sp {
	display: none;
}

#container {
	overflow: hidden;
	padding-top: 80px;
	background-color: #fbf8f1;
}

#content {
	padding: 80px 0 0;
	background-color: #FAF8F1;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#breadcrumb {
	position: absolute;
	top: 30px;
	left: 55px;
	font-size: 12px;
	color: #68391E;
	margin-left: -5px;
}

#breadcrumb a {
	color: #C9161D;
	text-decoration: none;
}

#breadcrumb a, #breadcrumb span {
	margin: 0 5px;
}

#contentMain {
	padding: 0 40px;
	margin: 0 auto;
}

h1 {
	background-image: url(/jp/images/common/menu_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 80px 0 0 0;
	text-align: center;
	font-size: 14px;
	margin: 0 auto 58px;
	font-weight: normal;
}



#totop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 999;
	display: none;
}



/* ヘッダ */
header {
	width: 100%;
	position: fixed;
	z-index: 9999;
}
#header_base {
	position: absolute;
	width: 100%;
	height: 80px;
	background-color: #fff;
}

#header_logo {
	position: absolute;
	top: 13px;
	left: 55px;
	max-width: 130px;
}
#header_logo img{
	width: 100%;
}

#header_logo a {
	transition: opacity 300ms 0s ease;
}
#header_logo a:hover {
	opacity: .7;
}

header nav {
	position: absolute;
	right: 0;
}
#main_nav {
	display: flex;
}
#main_nav li {
	text-align: center;
	box-sizing: border-box;
	font-size: 12px;
	white-space: nowrap;
}
#main_nav li div {
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 3px;
}
#main_nav li div.nav_sp_image{
	height: 20px;
}
#main_nav li div.nav_sp_image img{
	max-width: 16px;
}
#main_nav li a {
	display: block;
	padding: 25px 35px;
	color: #C9161D;
	text-decoration: none;
	transition: background-color 300ms 0s ease;
}
@media screen and (max-width:930px){
	#main_nav li a{
		padding: 25px 3.5vw;
	}
}
#main_nav li a.in,
#main_nav li a:hover,
.top #main_nav li:first-child a,
.menu #main_nav li:nth-of-type(2) a,
.safety #main_nav li:nth-of-type(3) a,
.recruit #main_nav li:nth-of-type(5) a{
	color: #68391E;
}

.nav_sp_image {
	display: none;
}
#header_shopsearch {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 80px;
	background-image: url(/jp/images/common/shop_bg.png);
	padding: 20px 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
}
#header_shopsearch a {
	color: #fff;
	text-decoration: none;
	transition: opacity 300ms 0s ease;
}

#header_shopsearch a:hover {
	opacity: .7;
}

#header_shopsearch img {
	margin-bottom: 6px;
}

#nav_submenu_sp {
	display: none;
}




/* ニュースバー */
.news_bar {
	background-size: cover;
	text-align: center;
	padding: 12px;
	box-sizing: border-box;
	color: #fff;
}
.news_bar>div {
	max-width: 1000px;
	margin: auto;
	text-align: left;
}
.news_title {
	width: 15%;
	display: inline-block;
}
.news_list {
	width: 83%;
	display: inline-block;
	font-size: 12px;
}
.news_bar a {
	color: #fff;
	text-decoration: none;
}
#ir_bar {
	background-image: url(/jp/images/common/ir_bg.png);
}
#important_bar {
	background-image: url(/jp/images/common/important_bg.png);
}



/* サブメニュー */
#footer_submenu {
	padding: 60px 50px;
	background-color: #E98A76;
}

.submenu_unit {
	width: 560px;
	height: 325px;
	box-sizing: border-box;
	padding: 65px 50px 0;
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	margin-top: 30px;
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 30px;
}
#submenu_app {
	background-image: url(/jp/images/common/submenu_app.png);
}
#submenu_safety{
	background-image: url(/jp/images/common/submenu_safety.png);
}
#submenu_shop {
	background-image: url(/jp/images/common/submenu_shop.png);
}

.submenu_icon {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	z-index: 1;
}
.submenu_icon>img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 40px;
}
.submenu_body {
	margin-left: 40%;
	position: relative;
	z-index: 2;
}
.submenu_head {
	font-size: 20px;
	margin-bottom: 17px;
}
.submenu_text {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.submenu_image {
	display: none;
}


#submenu_carousel {
	overflow: hidden;
	width: 1740px;
	margin: 0 auto 20px;
	position: relative;
	height: 355px;
}

#submenu_carousel_inner {
	position: absolute;
	width: 1770px;
	display: flex;
	height: 355px;
}


.submenu_banner {
	margin-bottom: 8px;
}

.submenu_banner a:hover {
	opacity: .7;
}

.submenu_button  {
	text-align: left;
	margin-bottom: 8px;
}

.btn a {
	display: block;
	width: 100%;
	height: 62px;
	margin: auto;
	color: #fff;
	text-decoration: none;
	line-height: 54px;
	background-image: url(/jp/images/common/btn_tri.png), url(/jp/images/common/bg_red.jpg);
	background-size: 23px auto, cover;
	background-repeat: no-repeat;
	background-position: center right;
	text-align: center;
	border-radius: 10px;
	border: 3px solid #fff;
	box-shadow: 5px 5px 0px rgba(0,0,0,0.15);
	box-sizing: border-box;
	cursor: pointer;
}
.btn.window a{
	background-image: url(/jp/images/common/btn_tri_window.png), url(/jp/images/common/bg_red.jpg);
	background-size: 29px auto, cover;
}

.btn a:hover {
	background-image: url(/jp/images/common/btn_tri.png), url(/jp/images/common/bg_brown.jpg);
}
.btn.window a:hover{
	background-image: url(/jp/images/common/btn_tri_window.png), url(/jp/images/common/bg_brown.jpg);
}


#submenu_pager {
	margin: auto;
	text-align: center;
	display: none;
}
#submenu_pager>div {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(/jp/images/common/pager.png);
	background-size: 14px 14px;
	margin: 0 5px;
	cursor: pointer;
	transition: opacity 300ms 0s ease;
}
#submenu_pager>div:hover:not(.in) {
	opacity: .7;
}
#submenu_pager>div.in {
	background-image: url(/jp/images/common/pager_in.png);
}




/* フッタメニュー */
#footer_menu {
	background-color: #FAF8F1;
	/*margin-bottom: 50px;*/
	position: relative;
}
#footer_menu_container {
	padding: 50px 50px 60px;
	display: flex;
	max-width: 1000px;
	width: 100%;
	box-sizing: border-box;
	margin: auto;
}
#footer_menu_title {
	width: 20%;
	padding-right:20px;
	box-sizing: border-box;
}
#footer_menu_title a {
	margin-right: 10px;
	transition: opacity 300ms 0s ease;
}
#footer_menu_title a.icon img{
	width: 100%;
	max-width: 40px;
}
#footer_menu_title a:hover {
	opacity: .7;
}
#footer_menu_logo {
	margin-bottom: 20px;
	max-width: 130px;
}
#footer_menu_logo img{
	width: 100%;
}
#footer_menu_extmenu{
	background: #F0EBDB;
	padding: 20px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}
#footer_menu_extmenu a{
	color: #2B2B2B;
	text-decoration: none;
	font-size: 12px;
	margin: 0 20px !important;
}
#footer_menu_extmenu a:hover{
	text-decoration: underline;
}
#footer_menu_link {
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
}
#footer_menu_link>div {
	margin-bottom: 20px;
	/* flex: 0 1 25%;
	padding-right: 10px; */
	box-sizing: border-box;
	width: 25%;
}
#footer_menu_link>div:nth-child(3) {
	width: 50%;
}
#footer_menu_link a {
	text-decoration: none;
	display: block;
	color: #C9161D;
	height: 15px;
	background-image: url(/jp/images/common/footer_menu_tri.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 15px auto;
	line-height: 18px;
	padding-left: 20px;
	margin-bottom: 13px;
}
#footer_menu_link a:hover {
	text-decoration: underline;
}
.footer_menu_link_sub a {
	background-image: url(/jp/images/common/footer_menu_tri2.png) !important;
	background-position: left 3px !important;
	background-size: 4px auto !important;
	color: #2B2B2B !important;
	margin-bottom: 11px !important;
	height: auto !important;
	margin-left: 1em;
	padding-left: 10px !important;
}

/* #footer_group {
	width: 90%;
	max-width: 980px;
	margin: auto;
} */





/* ブランドフッター */
.c-footer-sp-store {
    display: none;
}

.l-footer {
  display: block;
}
.l-footer__frame {
  width: 100%;
}
.l-footer__frame--key {
  background: #0051a3;
}
.l-footer__frame--tone {
  background: #0099d9;
}
.l-footer__frame--thingray {
  background: #f6f6f6;
}
.l-footer__inner {
  max-width: 1020px;
  margin: 0 auto;
  overflow: hidden;
}
.l-footer__wrap--lex--btm {
  padding: 40px 20px;
}
.l-footer__wrap--lex--btm > :first-child {
  margin-top: 0;
}
.l-footer__wrap--lex--btm p {
  margin: 0;
}
.c-footer-store {
  padding: 27px 20px 40px 20px;
}
.c-footer-store__list {
  *zoom: 1;
}
.c-footer-store__list:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.c-footer-store__list li {
  float: left;
}
.c-footer-store__list li span {
  display: inline-block;
}
.c-footer-store__list li span a,
.c-footer-store__list li span span {
  display: block;
  padding: 4px;
}
.c-footer-store__list li img {
  width: 49px;
}
.c-footer-copyright {
  text-align: center;
  margin: 0 20px;
  padding-bottom: 60px;
  /*border-top: 1px solid #e0e5e9;*/
}
.c-footer-copyright__logo {
  margin-top: 30px;
}
.c-footer-copyright__copy {
  margin-top: 15px;
  font-family: "Helvetica Neue", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*.common-footer nav {
	padding-top: 27px;
}
.common-footer nav ul {
	display: flex;
	flex-wrap: wrap;
}
.common-footer nav ul > li {
	width: 49px;
	height: 49px;
	margin: 4px;
}
.common-footer nav ul > li img {
	width: 100%;
}
.common-footer .copyright {
	text-align: center;
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 60px;
	border-top: 1px solid #e0e5e9;
}
.common-footer .copyright img {
	height: auto;
	width: 115px;
}
.common-footer .copyright p {
  font-size: 14px;
  margin-top: 15px;
  font-family: "Helvetica Neue", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
 */


/* 下層ページ用 */
#contentInW{
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 100px;
	display: flex;
    align-items: flex-start;
}

#sideMenu{
	max-width: 240px;
	min-width: 240px;
	margin-right: 80px;
	border-radius: 10px;
	color: #C9161D;
	font-weight: bold;
}
#sideMenu .main{
	font-size: 18px;
	border-bottom: #C9161D solid 3px;
	font-weight: bold;
}

#sideMenu .main span{
	padding: 15px 20px;
	display: block;
}
#sideMenu .main img{
	width: 16px;
	margin-right: 7px;
}
#sideMenu .sideMenuSP{
	margin-top: 20px;
	padding: 5px 0 10px;
	background: #fff;
	box-shadow: 0 0 3px #C3C3C3;
	border-radius: 10px;
}
#sideMenu .sideMenuSP:first-child{
	margin-top: 0;
}
#sideMenu ul{

}
#sideMenu ul li{
}
#sideMenu ul li a,
#sideMenu .main a{
	display: block;
	padding: 15px 20px;
	color: #C9161D;
	text-decoration: none;
	position: relative;
	transition: 0.2s;
}
#sideMenu .main a{
	padding: 15px 20px 15px 45px;
}
#sideMenu ul li a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: calc(100% - 20px);
	height: 1px;
	background: #ded3ab;
}
#sideMenu .main a:after{
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background-size: 20px auto;
}
#sideMenu .corporate .main a:after{
	background-image: url(/jp/images/corporate/icon_corporate_off.png);
}
#sideMenu .contact .main a:after{
	background-image: url(/jp/images/corporate/icon_contact_off.png);
}
#sideMenu .recruit .main a:after{
	background-image: url(/jp/images/corporate/icon_recruit_off.png);
}
#sideMenu ul li a:before,
#sideMenu .main a:before{
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	width: 6px;
	height: 10px;
	background: url(/jp/images/common/arrow_red.png);
	background-size: 6px auto;
}

#sideMenu ul li a.in,
#sideMenu .main a.in,
#sideMenu ul li a:hover,
#sideMenu .main a:hover,
.corporate.index #sideMenu .corporate .main a,
.corporate.history #sideMenu .corporate ul li:first-child a,
.corporate.faq #sideMenu .corporate ul li:nth-of-type(2) a,
.contact.index #sideMenu .contact .main a,
.contact.service #sideMenu .contact ul li:first-child a,
.contact.other #sideMenu .contact ul li:nth-of-type(2) a,
.recruit.index #sideMenu .recruit .main a{
	background: #F0EBDB;
	color: #68391E;
}
#sideMenu .corporate .main:hover a:after,
.corporate.index #sideMenu .corporate .main a:after{
	background-image: url(/jp/images/corporate/icon_corporate_on.png);
}
#sideMenu .contact .main:hover a:after,
.contact.index #sideMenu .contact .main a:after{
	background-image: url(/jp/images/corporate/icon_contact_on.png);
}
#sideMenu .recruit .main:hover a:after,
.recruit.index #sideMenu .recruit .main a:after{
	background-image: url(/jp/images/corporate/icon_recruit_on.png);
}
#sideMenu ul li a.in:before,
#sideMenu .main a.in:before,
#sideMenu ul li a:hover:before,
#sideMenu .main a:hover:before,
.corporate.index #sideMenu .corporate .main a:before,
.corporate.history #sideMenu .corporate ul li:first-child a:before,
.corporate.faq #sideMenu .corporate ul li:nth-of-type(2) a:before,
.contact.index #sideMenu .contact .main a:before,
.contact.service #sideMenu .contact ul li:first-child a:before,
.contact.other #sideMenu .contact ul li:nth-of-type(2) a:before,
.recruit.index #sideMenu .recruit .main a:before{
	background-image: url(/jp/images/common/arrow_brown.png);
}


#contentInW #mainContent{
	width: 100%;
	line-height: 1.5em;
	overflow: auto;
}
#contentInW h2{
	background: #E98A76;
	color: #fff;
	font-size: 18px;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
	line-height: 1em;
}
#contentInW h2 img{
	max-width: 25px;
	margin-right: 5px;
}

#contentInW h3{
	color: #C9161D;
	font-size: 20px;
	border-left: #C9161D solid 5px;
	padding-left: 10px;
	margin: 50px 0 20px;
}
#contentInW h3:first-child{
	margin-top: 0;
}

.selectDesign.error,
.radioDesign.error input + span,
textarea.error,
input.error{
	border: 1px solid #C9161D !important;
}
.selectDesign {
	overflow: hidden;
	text-align: center;
	position: relative;
	border: 1px solid #C3C3C3;
	border-radius: 5px;
	background: #fff;
}
.selectDesign.w01{
	width: 90px;
}
.selectDesign.w02{
	width: 70px;
}
.selectDesign.w03{
	width: 170px;
}
.selectDesign.w04{
	width: 120px;
}
.selectDesign.w05{
	width: 220px;
}
.selectDesign select {
	font-family: 'Kosugi Maru', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 5px 20px 6px 10px;
	position: relative;
	z-index: 1;
	font-size: 14px;
	line-height: 1.3em;
}
.selectDesign select::-ms-expand {
    display: none;
}
.selectDesign:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	width: 29px;
	height: 100%;
	padding: 0;
	z-index: 0;
	background:url(/jp/images/common/icon_select_pc.gif) left top no-repeat;
	background-size: auto 100%;
	display: block;
}

.radioDesign,
.checkboxDesignAgree{
	position: relative;
	display: flex;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	line-height: 30px;
}
.radioDesign p{
	line-height: 30px !important;
}
.radioDesign input,
.checkboxDesignAgree input{
	opacity: 0;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 0;
	margin: 0;
}

.radioDesign input + span {
	position: relative;
	border: #C3C3C3 solid 1px;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 7px;
	background: #fff;
	border-radius: 20px;
}
.radioDesign input + span:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	border-radius: 10px;
}
.radioDesign input:checked + span:before{
	content: "";
	background: #C9161D;
}

.checkboxDesignAgree{
	justify-content: center;
	margin-top: 30px;
}
.checkboxDesignAgree input + span {
	position: relative;
	border: #C3C3C3 solid 1px;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 7px;
	background: #fff;
	border-radius: 5px;
}
.checkboxDesignAgree input + span:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
}
.checkboxDesignAgree input:checked + span:before{
	content: "";
	background: #C9161D;
	width: 6px;
	height: 3px;
	transform: rotate(45deg);
	position: absolute;
	bottom: 7px;
	left: 3px;
}
.checkboxDesignAgree input:checked + span:after {
	content: "";
	background: #C9161D;
	width: 11px;
	height: 3px;
	transform: rotate(133deg);
	position: absolute;
	top: 8px;
	right: 1px;
}
input[type=text],
input[type=email],
textarea {
	font-family: 'Kosugi Maru', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	resize: none;
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #C3C3C3;
	width: calc(100% - 20px);
	border-radius: 5px;
}
textarea{
	height: 100px;
	padding: 10px;
}
input:focus,
select:focus,
textarea:focus{
	outline: none;
}

.btn.yellow a {
	background-image: url(/jp/images/common/btn_prev_b.png), url(/jp/images/common/bg_yellow.jpg);
	background-position: center left;
	color: #68391E;
}
.btn.yellow a:hover {
	background-image: url(/jp/images/common/btn_prev.png), url(/jp/images/common/bg_brown.jpg);
	color: #fff;
}

@media screen and (max-width: 1050px) {
	#contentInW{
		padding: 0 20px 100px;
	}
	#sideMenu{
		margin-right: 4vw;
	}
}
@media screen and (max-width: 950px) {
	#sideMenu{
		max-width: 25.26vw;
		min-width: 25.26vw;
	}
}





/* フッタサブメニュー */
@media screen and (max-width: 1840px) {
	#submenu_carousel {
		width: 1150px;
	}

	#submenu_pager, #submenu_pager_0, #submenu_pager_1 {
		display: block;
	}
	#submenu_pager_2 {
		display: none !important;
	}

}
@media screen and (max-width: 1250px) {
	#submenu_carousel {
		width: 560px;
	}
	#submenu_pager_2 {
		display: inline-block !important;
	}
}
@media screen and (max-width: 660px) {
	#footer_submenu {
		padding: 30px 0;
	}
	#submenu_carousel {
		width: 316px;
		height: 474px;
		overflow: hidden;
	}
	#submenu_carousel_inner {
		height: 474px;
	}
	#submenu_pager_2 {
		display: inline-block !important;
	}
		.submenu_unit {
		width: 316px;
		height: 442px;
		padding: 43px 20px 0;
		border-radius: 15px;
		margin-right: 10px;
		background-image: none !important;
	}
	.submenu_body {
		margin-left: 0;
	}
	.submenu_head {
		font-size: 20px;
		margin-bottom: 17px;
	}
	.submenu_text {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.submenu_image {
		display: block;
		margin-bottom: 20px;
	}
	.submenu_image img{
		width: 100%;
	}
	.submenu_banner {
		text-align: center;
	}
	.submenu_banner img{
		max-width: 150px;
	}
	.submenu_button  {
		text-align: center;
	}
}




/* SP版 */
@media screen and (max-width: 800px) {
	.pc {
		display: none;
	}
	.sp {
		display: unset;
	}



	#container {
		padding-top: 60px;
		}
	#content {
		padding-top: 50px;
	}

	#breadcrumb {
		top: 20px;
		left: 10px;
	}


	/* ヘッダ */
	header.open {
		height: 100%;
	}
	#header_base {
		height: 60px;
		background-color: #fff;
	}
	#header_logo {
		width: 90px;
		top: 12px;
		left: 10px;
		z-index: 100;
	}
	#header_logo img {
		width: 100%;
	}

	header nav {
		right: auto;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 60px;
	}
	header nav div {
		height: 100%;
		background-color: rgba(0,0,0,.5);
	}
	#main_nav {
		position: absolute;
		top:0;
		right: 0;
		flex-wrap: wrap;
	}
	#main_nav li {
		text-align: center;
		box-sizing: border-box;
		font-size: 12px;
		width: 60px;
		height: 60px;
		border-bottom: none;
	    border-left: 1px solid #C9161D;
	}
	#main_nav li div {
		font-size: 16px;
		letter-spacing: 2px;
		margin-bottom: 3px;
	}
	#main_nav li img{
		max-height: 20px;
	}
	#main_nav li a {
		display: block;
		padding: 10px 0;
		width: 100%;
		transition: none;
		box-sizing: border-box;
		overflow: hidden;
	}
	.nav_sp_image {
		display: block;
		margin-bottom: 7px !important;
		background-color: #fff;
	}
	/* #nav_menu {
		border-bottom: 1px solid #DBD4BC;
		width: 100%;
		overflow: hidden;
		text-align: left !important;
	}
	#nav_menu a {
		padding-top: 25px;
	}
	#nav_menu .nav_sp_image {
		display: block;
		float: left;
		margin-right: 12px;
		margin-top: -5px;
		margin-bottom: 0 !important;
	} */
	
	#nav_safety {
		border-bottom: 1px solid #DBD4BC;
		border-right: 1px solid #DBD4BC;
		width: 50%;
	}
	#nav_recruit {
		border-bottom: 1px solid #DBD4BC;
		width: 50%;
	}
	#nav_safety{
		display: none;
	}
	#header_shopsearch {
		position: absolute;
		right: 0;
		width: 60px;
		height: 60px;
		background-image: none;
		padding: 10px 0;
		border-left: 1px solid #C9161D;
		z-index: 10;
	}
	#header_shopsearch a {
		color: #C9161D;
	}

	#header_spmenu_btn {
		position: absolute;
		right: 0;
		top: 0;
		width: 60px;
		height: 60px;
		background-image: url(/jp/images/common/bg_red.jpg);
		background-size: cover;
		padding: 10px 0;
		box-sizing: border-box;
		text-align: center;
		z-index: 10;
	}
	#header_spmenu_btn div {
		width: 100%;
		height: 100%;
		background-image: url(/jp/images/common/menu_sp.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	#header_spmenu_btn.open div {
		background-image: url(/jp/images/common/menu_sp_close.png);
	}

	#nav_submenu_sp {
		display: block;
	}

	#nav_submenu_sp ul {
		display: flex;
		flex-wrap: wrap;
		padding: 20px 20px 0;
		box-sizing: border-box;
		background-color: #fff;
	}

	#nav_submenu_sp li {
		width: 50%;
		font-size: 14px;
		text-align: left;
	}
	#nav_submenu_sp li a {
		text-decoration: none;
		width: 100%;
		display: block;
		color: #C9161D;
		height: 15px;
		background-image: url(/jp/images/common/footer_menu_tri.png);
		background-repeat: no-repeat;
		background-position: left top;
		line-height: 15px;
		padding-left: 20px;
		margin-bottom: 20px;
	}



	/* ニュースバー */
	.news_title {
		width: 25%;
		font-size: 12px;
	}
	.news_list {
		width: 70%;
		display: inline-block;
		font-size: 12px;
	}
	.news_bar a {
		color: #fff;
		text-decoration: none;
	}
	#ir_bar {
		background-image: url(/jp/images/common/ir_bg.png);
	}
	#important_bar {
		background-image: url(/jp/images/common/important_bg.png);
	}


	/* フッタメニュー */
	#footer_menu {
		background-color: #FAF8F1;
		/*margin-bottom: 50px;*/
	}
	#footer_menu_container {
		padding: 0 0 30px;
		display: flex;
		flex-wrap: wrap;
	}
	#footer_menu_title {
		width: 100%;
		padding-right:0;
		order: 1;
		text-align: center;
	}
	#footer_menu_link {
		display: flex;
		flex-wrap: wrap;
		font-size: 13px;
		background-color: #fff;
		border-top: 1px solid #DBD4BC;
		border-bottom: 1px solid #DBD4BC;
		margin-bottom: 20px;
	}
	#footer_menu_link>div {
		margin-bottom: 0;
		width: 50%;
		padding-right: 0;
		padding: 0;
	}
	#footer_menu_link>div a{
		padding: 18px 20px 18px 41px;
	}
	#footer_menu_link>div:not(:last-child) {
		border-bottom: 1px solid #DBD4BC;
	}
	#footer_menu_link div:nth-of-type(2n+1) {
		border-right: 1px solid #DBD4BC;
	}
	#footer_menu_link a {
		margin-bottom: 0;
		background-position: 20px center;
		padding-left: 18px;
	}
	.footer_menu_link_sub  {
		display: none;
	}

	#footer_menu_extmenu {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		background: none;
		position: relative;
		bottom: auto;
		left: auto;
		padding: 0;
	}
	#footer_menu_extmenu a {
		display: block;
		margin: 0 20px 15px !important;
		color: #2B2B2B;
		text-decoration: none;
		font-size: 12px;
	}






	/* ブランドフッター */
	.l-footer__inner {
	  width: 100%;
	  min-width: 100%;
	}
	.c-footer-store__wrap {
		display: none;
		padding-bottom: 14px;
		border-top: 1px solid #e0e5e9;
	}
	.c-footer-sp-store {
	  display: block;
	}
	.c-footer-store {
		padding: 0 10px;
	}
	.c-footer-sp-store__tbl {
		position: relative;
		display: table;
		width: 100%;
		padding: 10px 0;
	}
	.c-footer-sp-store__logo,
	.c-footer-sp-store__text {
		display: table-cell;
		vertical-align: middle;
	}
	.c-footer-sp-store__text {
		width: 135px;
	}
	.c-footer-sp-store__btn {
	  display: block;
	  position: relative;
	  line-height: 40px;
	}
	.c-footer-sp-store__btn:after {
	  position: absolute;
	  display: block;
	  content: '';
	  top: 50%;
	  right: 0px;
	  width: 40px;
	  height: 40px;
	  margin-top: -20px;
	  background-image: url("/jp/images/common/sprite.png");
	  background-repeat: no-repeat;
	  background-position: -182px -53px;
	  -webkit-background-size: 233px 216px;
	  -moz-background-size: 233px 216px;
	  background-size: 233px 216px;
	}
	.c-footer-sp-store__btn.is-active:after {
	  position: absolute;
	  display: block;
	  content: '';
	  top: 50%;
	  right: 0px;
	  width: 40px;
	  height: 40px;
	  margin-top: -20px;
	  background-image: url("/jp/images/common/sprite.png");
	  background-repeat: no-repeat;
	  background-position: -182px -95px;
	  -webkit-background-size: 233px 216px;
	  -moz-background-size: 233px 216px;
	  background-size: 233px 216px;
	}
	.c-footer-sp-store__logo img {
		width: 40px;
		margin-right: 5px;
	}
	a.c-footer-sp-store__btn,
	a.c-footer-sp-store__btn:hover,
	a.c-footer-sp-store__btn:link,
	a.c-footer-sp-store__btn:visited {
		color: #0051a4;
		font-size: 14px;
		text-decoration: none;
	}
	.c-footer-copyright__logo img {
		width: 69px;
	}
	.c-footer-store__list {
		margin: 0 -7px 0 -7px;
	}
	.c-footer-store__list li {
		width: 16.6%;
		text-align: center;
	}
	.c-footer-store__list li img {
		width: 100%;
	}
	.c-footer-copyright{
		margin: 0 10px 0;
	}
	.c-footer-copyright__logo {
		margin-top: 20px;
	}

	/*.common-footer nav {
		border-top: 1px solid #e0e5e9;
		display: none;
	}
	.common-footer nav ul > li {
		width: 54px;
		height: 54px;
		margin: 5px;
	}

	.common-footer .example {
		padding: 10px;
		overflow: hidden;
		display: block;
		width: 100%;
	}
	.common-footer .example ul > li {
		float: left;
	}
	.common-footer .example ul > li img {
		height: 40px;
		width: 40px; }
	.common-footer .example ul + a {
		display: block;
		height: 40px;
		width: 135px;
		line-height: 40px;
		font-size: 14px;
		color: #0051a4;
		float: right;
		position: relative;
	}
	.common-footer .example ul + a .icon-sprite {
		display: block;
		height: 40px;
		width: 40px;
		position: absolute;
		top: 0;
		right: 0;
		background: url(/jp/images/common/sprite.png);
		background-position-x: 51px;
		background-position-y: -54px;
		background-size: 233px 216px;
	}
	.common-footer .example ul + a.open .icon-sprite {
		background: url(/jp/images/common/sprite.png);
		background-position-x: 51px;
		background-position-y: -94px;
		background-size: 233px 216px;
	} */

	/* 下層ページ用 */
	#contentInW{
		padding: 0 22px;
		flex-direction: column-reverse;
	}
	#sideMenu{
		margin: 10% 0;
		min-width: 100%;
		max-width: none;
		background: none;
		box-shadow: none;
	}
	#sideMenu .sideMenuSP{
		padding: 5px 0;
	}
	#sideMenu .main{
		border-bottom: none;
		position: relative;
	}
	#sideMenu .main span:before{
		content: "";
		position: absolute;
		top: 0;
		right: 20px;
		bottom: 0;
		margin: auto;
		width: 6px;
		height: 10px;
		background: url(/jp/images/common/arrow_red.png);
		background-size: 6px auto;
		transform: rotate(90deg);
		transition: 0.2s;
	}
	#sideMenu .main.on span:before{
		transform: rotate(-90deg);
	}

	#sideMenu .sideMenuSP{
		margin-top: 3%;
	}
	#sideMenu .sideMenuSP:first-child{
		margin-top: 0;
	}

	#sideMenu ul{
		border-top: #C9161D solid 3px;
	}
	#sideMenu ul li a:after{
		width: 100%;
	}
	#sideMenu ul li:last-child a:after{
		display: none;
	}

	#contentInW h2{
		font-size: 120%;
		padding: 15px 20px;
		margin-bottom: 20px;
	}
	#contentInW h3{
		font-size: 115%;
		margin-top: 15%;
	}

	#content{
		padding-top: 30px;
	}
	input[type=text],
	input[type=email],
	textarea{
		font-size: 16px;
		/*transform: scale(0.85);*/
		width:calc(118% - 20px);
		/*margin-left: -9%;*/
		padding-top: 10px;
		padding-bottom: 10px;
		background: #fff;
		-webkit-appearance: none;
	}
	textarea{
		display:block;
	}

	.selectDesign:before {
		width: 33px;
		background:url(/jp/images/common/icon_select_sp.gif) left top no-repeat;
		background-size: auto 100%;
	}
	.selectDesign select{
		font-size: 16px;
		transform: scale(0.85);
		padding-left: 2px;
	}
	.selectDesign.w03 select{
		margin-left: -5%;
	}
	.selectDesign.w05 select{
		margin-left: -7%;
	}

	.freeCallBox .tel img{
		width: 38px;
	}
	
	#footer_menu_logo{
		margin: 0 auto 3%;
	}
	#totop{
		max-width: 50px;
	}
	#totop img{
		width: 100%;
	}

	.submenu_icon{
		width: 80px;
		height: 80px;
	}
	#submenu_carousel_inner .btn a{
		height: 50px;
		line-height: 45px;
	}
	#main_nav li a.in,
	#main_nav li a:hover,
	.top #main_nav li:first-child a,
	.menu #main_nav li:nth-of-type(2) a,
	.safety #main_nav li:nth-of-type(3) a,
	.recruit #main_nav li:nth-of-type(5) a{
		color: #C9161D;
	}

}

/* 店舗検索用 */
.search-top a{
	text-decoration: none !important;
	outline: none !important;
}
