@charset "utf-8";
/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	color:#191919;
}

html {
	box-sizing: border-box;
	font-size: 16px;
}

a {
	text-decoration:none;
}

body{
	background:#FFF;
}

strong{
	font-weight:bold;
}

.sp{
	display: none!important;
}

.site-content {
	display: block;
	float: none;
	margin-left:0;
	width: 100%;
}

.imgover {
	background: #e4270e;
	transition: 0.3s;
}

.imgover:hover {
	background: #cba042;
}
body:before {
	display: none;
}
/*------------------------------------------------------------
	header
------------------------------------------------------------*/

header{
	box-sizing: border-box;
	padding: 20px;
	width: 100%;
	height: 100px;
	background: #e4270e;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	position: fixed;
	z-index: 9999;
}

h1{
	width: 219px;
	height: 52px;
}

nav{
	margin:0 auto 0 0
}

nav ul{
	margin: 15px 0 0 30px;
	padding: 0;
	list-style-type: none;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: row;
	flex-direction:         row;
	color: #ffffff;
	flex: 1;
}

nav li{
	padding-left: 30px;
	font-size: 18px;
	text-align: left;
}

nav a{
	letter-spacing:0.2em;
	color: #ffffff;
	 position: relative;
	display: inline-block;
	text-decoration: none;
}

nav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

nav a:hover{
	color: #ffffff;
}

nav a:hover::after {
  transform: scale(1, 1);
}


#header_shop{
	box-sizing: border-box;
	position: relative;
	padding: 10px 5px 5px 10px;
	width: 230px;
	height: 58px;
	border: 1px solid #ffffff;
	transition: 0.3s;
}

#header_shop:after{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
	color: #ffffff;
}

#header_shop:hover{
	background: #cba042;
	color: #000000;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/

footer{
	padding: 135px 0 40px;
	width: 100%;
	background: linear-gradient(180deg,#e4270e 0%,#e4270e 17%,#191919 17%,#191919 100%);
	color: #ffffff;
	position: relative;
}

#footer_wrap{
	margin: 0 auto;
	width: 1000px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;

}

#footer_side{
	margin-right: 40px;
	width: 200px;
	color: #ffffff;
	text-align: center;
}

.footer_btn1,
.footer_btn2{
	box-sizing: border-box;
	margin-top: 20px;
	padding: 20px 0 20px 20px;
	display: block;
	position: relative;
	width: 200px;
	border: 2px solid #ffffff;
	color: #ffffff;
	font-size: 14px;
	transition: 0.3s;
}

.footer_btn1:hover,
.footer_btn2:hover{
	background: #e4270e;
	border: 2px solid #e4270e;
	color: #ffffff;
}

.footer_btn1:before,
.footer_btn2:before{
	font-family: FontAwesome;
	position: absolute;
	top: 40%;
	left: 10px;
	margin-top: -10px;
	color: #ffffff;
	font-size: 1.5em;
}

.footer_btn1:before{
	content: "\f0e0";
}

.footer_btn2:before{
	content: "\f07a";
}

.footer_box1{
	box-sizing: border-box;
	width: 150px;
}

.footer_text1{
	width: 100%;
	margin-bottom: 8px;
}

.footer_text1 a{
	padding-bottom: 15px;
	padding-left: 1em;
	font-size: 14px;
	color: #ffffff;
	position: relative;
	transition: 0.3s;
}

.footer_text1 a:hover{
	color: #e4270e;
}

.footer_text1 a:before{
	content: "-";
	position: absolute;
	top: -10;
	left: 0;
	margin-top: -5px;
	color: #e4270e;
	font-size: 1.5em;
}

.footer_menu{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.footer_menu li{
	box-sizing: border-box;
	padding-bottom: 15px;
	padding-left: 2em;
}

.footer_menu a{
	color: #ffffff;
	font-size: 14px;
	position: relative;
	transition: 0.3s;
}

.footer_menu a:hover{
	color: #e4270e;
}

.footer_menu a:before{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	top: 50%;
	left: -1em;
	margin-top: -8px;
	color: #ffffff;
}

.footer_box2{
	width: 400px;
	display: -webkit-flex;
	display: flex;
	justify-content:         flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	-webkit-align-content: flex-start;
	align-content:         flex-start;
}

#copy{
	margin: 0 auto;
	width: 1000px;
	font-size: 14px;
	text-align: right;
	color: #ffffff;
}

#up {
	position: relative;
	z-index: 1000;
}
#up > a{
	border-radius: 50%;
	height: 90px;
	width: 90px;
	background: url(img/up.png) no-repeat center center;
	background-color: rgba(250,250,250, 0.8);
	position: absolute;
	bottom: -125px;
	right: 20px;
	transition: 0.3s;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#up >a:hover{
	background-color: rgba(255,79,25, 0.8);
}


/*------------------------------------------------------------
	index
------------------------------------------------------------*/

main{
	padding-top: 100px;
}

.slide_pc{
	display: block;
}

.slide_sp{
	display: none;
}

/* バナー */

#index_bnrwrap{
	box-sizing: border-box;
	padding: 35px;
	width: 1000px;
	margin: 0 auto;
	background: #fff7e6;
}

#index_bnrwrap ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	list-style-type: none;
}

#index_bnrwrap li{
	box-sizing: border-box;
	padding: 20px;
	width:446px;
	height: 335px;
	text-align: center;
}

#index_bnr1{
	background: url(img/bnr1_bg.jpg) no-repeat center;
	background-size: cover;
}

#index_bnr1 img{
	margin-bottom: 3px;
}

#index_bnr1_text{
	width: 100%;
	text-align: left;
}

#index_bnr2{
	padding: 20px;
	background: url(img/bnr2_bg.jpg) no-repeat center;
	background-size: cover;
}

#index_bnr2_text{
	margin:40px 0 20px 0;
}

.btn1{
	box-sizing: border-box;
	position: relative;
	padding: 15px 10px;
	display: block;
	width: 100%;
	background:#e4270e;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	transition: 0.3s;
}

.btn1:after{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
	color: #ffffff;
}

.btn1:hover{
	background: #cba042;
	color: #ffffff;
}

/* お知らせ */

.index_news{
	width: 1000px;
	min-height: 400px;
	margin: 40px auto 20px auto!important;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
}

.index_news_m{
	width: 200px;
	text-align: center;
}

.index_news_m h2{
	margin-bottom: 30px;
}

.index_news ul{
	margin: 0;
	padding: 0;
	width: 750px;
	list-style-type: none;
}

.index_news li{
	width: 100%;
	padding: 5px 0;
	transition: 0.3s;
}

.index_news li:hover{
	background: #ead9b3;
}

.index_news li a{
	position: relative;
	display: -webkit-flex;
	display: flex;
}

.index_news li a:after{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	top: 35%;
	right: 10px;
	margin-top: -12px;
	color: #e4270e;
	font-size: 2em;
}

.index_news_img{
	width: 150px;
	margin:0 20px;
	text-align: center;
}

.index_news_img > img {
	max-width: 150px;
	max-height: 95px;
}

.index_news_text{
	flex: 1;
	font-size: 18px;
	color: #e4270e;
	padding: 0 40px 0 0;
	line-height: 1.5;
}

.index_news_text span{
	font-size: 14px;
	color: #000000 !important;
}

.index_news_sp{
	display: none;
}

.index_blogwrap{
	padding: 40px 0 20px 0;
	background: #ededed;
}

.index_blog{
	margin: 0 auto;
	width: 1000px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
}

.index_blog_m{
	width: 200px;
	text-align: center;
}

.index_blog ul{
	margin: 0;
	padding: 0;
	width: 750px;
	list-style-type: none;
	 display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
}

.index_blog li{
	width: 230px;
	margin-bottom: 10px;
}

.index_blog li a{
	box-sizing: border-box;
	padding: 15px;
	display: block;
	width: 100%;
	border: 2px solid #e4270e;
	background: #ffffff;
	text-align: center;
	color: #e4270e;
	font-size: 22px;
	font-weight: bold;
	transition: 0.3s;
}

.index_blog li a:hover{
	background: #e4270e;
	color: #ffffff;
}

/* お品書き */

.index_menuwrap{
	padding: 60px 0;
	background: #fff7e6;
}

.index_menu{
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}

.index_menu h2{
	margin-bottom: 40px;
}

.slick-slide li{
	text-align: center;
}

.slick-slide img{
	width: 95%;
	margin: 0 auto 20px auto !important;
}

.index_menu_text{
	font-size: 20px;
	line-height: 1.5em;
}

.index_menu_text span{
	display: block;
	font-size: 15px;
	line-height: 1.5em !important;
}

.index_menu_btn{
	margin: 40px auto 0 auto;
	width: 500px;
}

.index_menu_btn a{
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	display: block;
	background: #e4270e;
	font-size: 20px;
	color: #ffffff;
	text-indent: 1em;
	transition: 0.3s;
}

.index_menu_btn a:before{
	font-family: FontAwesome;
	content: "\f15c";
	position: absolute;
	top: 35%;
	left: 110px;
	margin-top: -12px;
	color: #ffffff;
	font-size: 1.5em;
}

.index_menu_btn a:after{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
	color: #ffffff;
}

.index_menu_btn a:hover{
	background: #cba042!important;
}

.slick-dots{
	display: none;
}

/* 金子屋について */
.index_aboutwrap{
	box-sizing: border-box;
	padding-top: 80px;
	width: 100%;
	height: 570px;
	background: url(img/index_about_bg.jpg) no-repeat top;
	background-size:cover;
}

.index_about{
	margin: 0 auto;
	width: 1000px;
}

.index_abouttext{
	margin: 40px 0 20px 0;
	width: 65%;
	color: #ffffff;
	font-size: 18px;
	line-height: 2em;
}

.index_about a{
	display: block;
	box-sizing: border-box;
	padding: 20px 0;
	width: 200px;
	border: 2px solid #ffffff;
	color: #ffffff;
	text-align: center;
	position: relative;
	transition: 0.3s;
}

.index_about a:after{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
	color: #ffffff;
}

.index_about a:hover{
	background: #e4270e;
	border: 2px solid #e4270e;
}

/* 店舗一覧 */

.index_tenpowrap{
	margin: 0 auto;
	padding: 100px 0 60px 0;
	width: 1000px;
	background: url(img/index_tenpo_bg.jpg) no-repeat;
	background-position: top 20px left 50%;
	text-align: center;
	font-size: 18px;
}

.index_tenpowrap h2{
	margin-bottom: 40px;
}

.index_tenpowrap ul{
	margin: 45px 0 0 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
}

.index_tenpowrap li{
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
	width: 290px;
	height: 165px;
	font-size: 14px;
	color: #ffffff;
}

.index_tenpowrap li a{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
	transition: 0.3s;
}

.index_tenpowrap li a:hover {
	background-color: rgba(228, 39, 14, 0.7);
}

.index_tenponame{
	width: 220px;
	margin: 70px auto 10px auto;
	position: relative;
}

.index_tenponame:after{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
	color: #ffffff;
	font-size: 1.5em;
}

.index_tenpo1{
	background: url(img/index_tenpo1_bg.jpg) no-repeat;
}

.index_tenpo2{
	background: url(img/index_tenpo2_bg.jpg) no-repeat;
}

.index_tenpo3{
	background: url(img/index_tenpo3_bg.jpg) no-repeat;
}

.index_tenpo4{
	background: url(img/index_tenpo4_bg.jpg) no-repeat;
}

.index_tenpo5{
	background: url(img/index_tenpo5_bg.jpg) no-repeat;
}

.index_tenpo6{
	background: url(img/index_tenpo6_bg.jpg) no-repeat;
}

#map_canvas{
	width:100%;
	height:550px;
}

/* フッターバナー */
.index_fbnrwrap{
	padding: 40px 0 0 0;
	width: 100%;
	background: #e4270e;
}

.index_fbnrwrap ul{
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
}

.index_fbnrwrap li{
	box-sizing: border-box;
	padding-top: 50px;
	width: 485px;
	height: 215px;
	text-align: center;
}

.index_fbn1{
	background: url(img/index_fbnr1_bg.jpg) no-repeat;
}

.index_fbn2{
	background: url(img/index_fbnr2_bg.jpg) no-repeat;
}

.index_fbtn{
	box-sizing: border-box;
	display: block;
	margin: 20px auto 0 auto;
	padding: 20px 0;
	width: 240px;
	border: 2px solid #ffffff;
	text-align: center;
	color: #ffffff;
	transition: 0.3s;
}

.index_fbtn:hover{
	background: #e4270e;
	border: 2px solid #e4270e;
	color: #ffffff;
}


/* 詳細ページ：ヘッダー */

#header-container {
	width: 100%;
	height: 150px;
	background: url(img/title_bg.jpg) no-repeat center center;
	background-size: cover;
}

.header-container-title {
	position: relative;
	width: 100%;
	height: 100%;
}

.header-container-title > h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

#header-breadcrumb {
	background: #FFF8E6;
}

.breadcrumbs {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	font-size: 14px;
}

.breadcrumbs a {
	font-weight: bold;
	color: #e4270e;
}

.breadcrumbs a :first-child {
	margin-top: -5px;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

/* 詳細ページ：共通 */
.common_field {
	width: 1000px;
	margin: 0 auto;
}

.common_h3title {
	text-align: center;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 24px;
}

.common_h3title:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin: 30px auto 0;
	border-style: solid;
	border-width: 10px 12.5px 0 12.5px;
	border-color: #e4270e transparent transparent transparent;
}

/* お知らせ */

.news_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 70px 0 135px;
}

.news_category {
	width: 200px;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.news_category ul {
	list-style-type: none;
}

.news_category li{
	box-sizing: border-box;
	padding: 0 0 30px;
	font-weight: bold;
}

.news_category a{
	transition: 0.3s;
}

.news_category a:hover{
	color: #e4270e;
}

.news_category a:before{
	font-family: FontAwesome;
	content: "\f105";
	padding: 0 15px 0 0;
	color: #e4270e;
}

.news_content {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	width: 740px;
}

.news_content-card {
	margin: 0 0 130px;
}

.news_content-card > h3 {
	padding: 20px;
	background-color: #e4270e;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

.news_content-card > h3 > a {
	color: #ffffff;
	transition: 0.3s;
}

.news_content-card > h3 > a:hover {
	text-decoration: underline;
}

.news_content-card > h3 > span {
	display: block;
	font-size: 14px;
	color: #ffffff;
}

.news_content-category {
	margin: 15px 0;
}

.news_content-category > span {
	background: #FCE9E5;
	color: #e4270e;
	padding: 5px;
}

.news_content-inner	a {
	text-decoration: underline;
}

.news_content-inner a:hover {
	color: #e4270e;
}

.news_content-none {
	font-weight: bold;
	color: #e4270e;
}
.news_content-inner p{
	margin-bottom: 1rem !important;
}
.news_content-inner p img{
	margin: 10px 0;
}
/* おすすめ */

.osusumeWrap{
	width: 100%;
	text-align: center;
	padding: 20px 20px 40px 20px;
	box-sizing: border-box;
}

/* ページネーション */

.pagenation {
	margin: 1em 0;
}
.pagenation:after, .pagenation ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.pagenation ul {
	margin: 0;
}
.pagenation li {
	float: left;
	list-style: none outside none;
	margin-left: 3px;
}
.pagenation li:first-child {
	margin-left: 0;
}
.pagenation li.active {
	background-color: #999999;
	border-radius: 3px;
	color: #FFFFFF;
	cursor: not-allowed;
	padding: 10px 20px;
}
.pagenation li a {
	background: none repeat scroll 0 0 #CCCCCC;
	border-radius: 3px;
	color: #FFFFFF;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
	background-color: #444444;
	color: #FFFFFF;
	opacity: 0.8;
	transition-duration: 500ms;
	transition-property: all;
	transition-timing-function: ease;
}

.common_container {
	width: 1000px;
	margin: 0 auto;
	padding: 70px 0 135px;
}

/* お問い合わせ */

.contactform_container {
	padding: 60px 0 85px;
}

.contactform_content {
	margin: 0 auto;
	width: 60%;
}

.contactform_content dl {
	margin: 25px auto 0;
	width: 80%;
}

.contactform_content input,
.contactform_content textarea {
	width: 100%;
	font-size: 16px;
	padding: 10px;
}

.contactform_content .submitbtn {
	margin: 30px auto 0;
	text-align: center;
}

.contactform_content input[type="submit"] {
	width: 150px;
	background: #e4270e;
	color: #FFFFFF;
	transition: 0.3s;
}

.contactform_content input[type="submit"]:hover {
	background: #cba042;
}


/* 店舗一覧 */

.shoplist_container {
	padding: 60px 0 85px;
}

.shoplist_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shoplist_content-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	width: calc(100% / 2 - 35px);
	border: 2px solid #C8C8C8;
	margin: 0 0 30px;
	padding: 20px;
}

.shoplist_content-card__last {
	margin-left: auto;
	margin-right: auto;
}


.shoplist_content-inner {
	width: calc(100% - 205px - 20px);
	position: relative;
}

.shoplist_content-inner > strong {
	display: block;
	margin: 10px 0;
	color: #e4270e;
	letter-spacing: 3px;
}

.shoplist_content-inner > strong > span {
	margin: 0 0 0 5px;
	font-size: 27px;
	color: #e4270e;
	letter-spacing: 5px;
}

.shoplist_dbtn {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.shoplist_dbtn a{
	box-sizing: border-box;
	position: relative;
	padding: 15px 0;
	display: block;
	background: #e4270e;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	transition: 0.3s;
}

.shoplist_dbtn a:after{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: 10px;
	color: #ffffff;
}

.shoplist_dbtn a:hover{
	background: #cba042!important;
}

/* 店舗詳細 */

.shopname_container {

}
.shopname_title {
	width: 1000px;
	border-top: 70px solid #e4270e;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	height: 0;
	text-align: center;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	position: relative;
	top: 0;
	left: 50%;
}

.shopname_title > span {
	position: absolute;
	top: -70px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 30px;
	letter-spacing: 10px;
	color: #ffffff;
	line-height: 70px;
}

.shopname_cc{
	padding: 20px 0;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #e4270e;
}

.shopname_cc > br{
	display: none;
}

.shopname_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shopname_content > img {
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	height: 100%;
}

.shopnews_container {
	padding: 70px 0;
}

.shopnews_content {
	border: 2px solid #e4270e;
	margin: 30px auto;
}

.shopnews_content ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.shopnews_content li{
	width: 100%;
}

.shopnews_content li a{
	position: relative;
	display: -webkit-flex;
	display: flex;
	padding: 20px 30px;
	transition: 0.3s;
}

.shopnews_content li a:hover{
	background: #ead9b3;
}

.shopnews_content li a:after{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	top: 35%;
	right: 20px;
	margin-top: -12px;
	color: #e4270e;
	font-size: 2em;
}


.shopnews_content ul > p {
	margin: 25px;
}

.shopnews_img{
	width: 150px;
	margin:0 20px 0 0;
	text-align: center;
}

.shopnews_img > img {
	max-width: 150px;
	max-height: 95px;
}

.shopnews_text{
	font-size: 20px;
	color: #e4270e;
	padding: 0 40px 0 0;
	width: calc(100% - 150px - 20px);
}

.shopnews_text span{
	font-size: 14px;
	color: #000000 !important;
}

.shopnews_btn{
	margin: 40px auto 0 auto;
	width: 500px;
}

.shopnews_btn a{
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	display: block;
	background: #e4270e;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	transition: 0.3s;
}

.shopnews_btn a:before{
	font-family: FontAwesome;
	content: "\f0ca";
	position: absolute;
	left: 110px;
	color: #ffffff;
	font-size: 20px;
}

.shopnews_btn a:after{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: 10px;
	color: #ffffff;
}

.shopnews_btn a:hover{
	background: #cba042!important;
}

.shopmenu_container {
	padding: 70px 0;
	background: #FFF8E6;
}

.shopmenu_content {
	margin: 30px auto;
}

.shopmenu_imglist{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
}

.shopmenu_imglist li{
	margin: 0 0 50px;
	text-align: center;
	width: calc((100%- 120px) / 4);
}

.menulist_imglist:after {
	content:"";
	display: block;
	width: calc((100% - 120px) / 4);
}

.menulist_imglist:before {
	content:"";
	display: block;
	width: calc((100% - 120px) / 4);
	order: 1;
}

.shopmenu_imglist li > img{
	width: 100%;
	margin: 0 auto 20px;
}

.shopmenu_text{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
}

.shopmenu_textlist{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 40px 0;
}

.shopmenu_textlist li{
	width: calc((100% - 25px) / 2);
	padding: 15px;
	font-size: 18px;
}

.shopmenu_textlist li:nth-child(4n-2),
.shopmenu_textlist li:nth-child(4n-3) {
	background: #FFFFFF;
}

.shopmenu_textlist li > span {
	font-size: 14px;
	padding-left: 20px;
}

.shopmenu_note {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.shopmenu_btn{
	margin: 40px auto 0 auto;
	width: 500px;
}

.shopmenu_btn a{
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	display: block;
	background: #e4270e;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	transition: 0.3s;
}

.shopmenu_btn a:before{
	font-family: FontAwesome;
	content: "\f15c";
	position: absolute;
	top: 35%;
	left: 70px;
	margin-top: -12px;
	color: #ffffff;
	font-size: 1.5em;
}

.shopmenu_btn a:after{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: 10px;
	color: #ffffff;
}

.shopmenu_btn a:hover{
	background: #cba042!important;
}

.shopmap_container {
	padding: 70px 0 135px;
}

.shopmap_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px auto;
}

.shopmap_mapinner {
	width: 50%;
	max-height: 500px;
}

#shopmap_canvas {
	width: 100%;
	height: 100%;
}

.shopmap_infoinner {
	width: 50%;
	padding: 0 0 0 55px;
}

.shopmap_infoinner > h4 {
	border-top: 2px solid #e4270e;
	border-bottom: 2px solid #e4270e;
	margin-bottom: 15px;
	padding: 30px;
	font-size: 24px;
	color: #e4270e;
}

.shopmap_infoinner > dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0 0;
}

.shopmap_infoinner > dl > dt {
	display: block;
	position: relative;
	width: 100px;
}

.shopmap_infoinner > dl > dt:after {
	content: "：";
	position: absolute;
	right: 0;
	color: #666666;
}

.shopmap_infoinner > dl > dd {
	display: block;
	width: calc(100% - 120px);
}

.shopfood_container {
	padding: 70px 0 0;
}

.shopfood_title {
	text-align: center;
}

.shopfood_title > img {
	width: 100%;
	max-width: 587px;
}

.shopfood_content {
	margin: 30px auto;
}

.shopfood_message {
	padding: 40px;
	background: #FFF8E6;
	text-align: center;
}


/* 会社案内 */

.aboutmessage_container {
	position: relative;
	padding: 70px 0 325px;
}

.aboutmessage_container:after {
	content: "";
	position: absolute;
	bottom: 0;
	padding: 0;
	width: 100%;
	height: 255px;
	background: url(img/about/about_img.jpg) no-repeat center center;
	background-size: cover;
}

.aboutmessage_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px auto;
	padding: 25px 0 0;
	background: url(img/about/message.png) no-repeat right center;
}

.aboutmessage_imginner {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	width: 250px;
}

.aboutmessage_imginner > img {
	width: 100%;
}

.aboutmessage_textinner {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	width: 670px;
}

.aboutmessage_textinner > p {
	margin: 40px 0 0;
	line-height: 200%;
}

.aboutmessage_textinner > p > strong {
	font-weight: bold;
	color: #e4270e;
}

.aboutcommodity_container {
	padding: 70px 0 45px;
}

.aboutcommodity_content {
	margin: 45px auto 30px;
}

.aboutcommodity_card1 {
	margin: 0 0 35px;
	background: linear-gradient(180deg,#FFFFFF 0,#FFFFFF 40px,#FFF8E6 40px,#FFF8E6 100%)
}

.aboutcommodity_card2{
	margin: 0 0 35px;
	background: linear-gradient(180deg,#FFFFFF 0,#FFFFFF 45px,#FFF8E6 45px,#FFF8E6 100%)
}

.aboutcommodity_card1 > h4,
.aboutcommodity_card2 > h4 {
	text-align: center;
	background: url(img/about/commit_icon.png) no-repeat right 40px top 0;
	padding: 0 0 45px;
}

.aboutmessage_inner {
	padding: 0 50px 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.aboutmessage_inner > p {
	width: 390px;
	font-size: 18px;
}

.aboutmessage_inner > img {
	width: 475px;
}

.aboutidea_container {
	padding: 0;
	text-align: center;
}

.aboutidea_container > img {
	width: 100%;
	max-width: 833px;
}

.aboutcompany_container {
	padding: 100px 0 135px;
}

.aboutcompany_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.aboutcompany_textinner {
	width: 500px;
}

.aboutcompany_h3title {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 24px;
}

.aboutcompany_textcell {
	margin: 40px 0;
}

.aboutcompany_textcell a {
	text-decoration: underline;
	color: #e4270e;
}

.aboutcompany_textcell a:hover {
	text-decoration: none;
}

.aboutcompany_textcell > dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 2px 0;
}

.aboutcompany_textcell > dl > dt {
	display: block;
	position: relative;
	width: 100px;
}

.aboutcompany_textcell > dl > dt:after {
	content: "：";
	position: absolute;
	right: 0;
	color: #666666;
}

.aboutcompany_textcell > dl > dd {
	display: block;
	width: calc(100% - 120px);
}

.aboutcompany_imginner {
	width: 440px;
}

.aboutcompany_imginner > img {
	width: 100%;
}

/* メニュー */

.menulist_container {
	padding: 70px 0;
}

.menulist_content {
	margin: 30px auto;
}

.menulist_imglist{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
}

.menulist_imglist li{
	margin: 0 0 50px;
	width: calc((100% - 120px) / 4);
	text-align: center;
}

.menulist_imglist:after {
	content:"";
	display: block;
	width: calc((100% - 120px) / 4);
}

.menulist_imglist:before {
	content:"";
	display: block;
	width: calc((100% - 120px) / 4);
	order: 1;
}

.menulist_imglist li > img{
	width: 100%;
	margin: 0 auto 20px;
}

.menulist_text{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
}

.menulist_note {
	margin: 20px 0 0;
	padding: 25px 0;
	background: #dddddd;
	text-align: center;
	font-weight: bold;
	color: #e4270e;
}

.menugyoza_container {
	padding: 0 0 135px;
}

.menugyoza_h3title {
	text-align: center;
}

.menugyoza_h3title > img {
	width: 100%;
	max-width: 1000px;
}

.menugyoza_content {
	position: relative;
	background: url(img/menu/gyoza_img2.jpg) no-repeat 0 0;
	min-height: 657px;
	margin-top: 35px;
}

.menugyoza_textinner {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 650px;
}

.menugyoza_textinner > h4 {
	margin: 30px 0 5px;
}

.menugyoza_textinner > p {
	font-size: 18px;
}

.menugyoza_note {
	margin: 25px 0 0;
	padding: 20px;
	background: #fff7e6;
	font-size: 20px;
	font-weight: bold;
	color: #e4270e;
}

.recruitlink_container {
	padding: 0 0 55px;
}

.recruitlink_title {
	text-align: center;
	margin: 0 0 40px;
}

.recruitlink_Internallink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
}

.recruitlink_Internallink li {
	width: calc((100% - 90px) / 3);
}

.recruitlink_Internallink a{
	box-sizing: border-box;
	position: relative;
	padding: 15px 0;
	display: block;
	background: #e4270e;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	transition: 0.3s;
}

.recruitlink_Internallink a:after{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: 10px;
	color: #ffffff;
}

.recruitlink_Internallink a:hover{
	background: #cba042!important;
}

.recruitinterview_container {
	padding: 70px 0;
	background: #FFF8E6;
}

.recruitinterview_content {
	margin: 30px auto 0;
}

.recruitinterview_card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 70px;
	list-style-type: none;
}

/*.recruitinterview_imginner {
	width: 250px;
}

.recruitinterview_imginner > img {
	width: 100%;
}*/

.recruitinterview_textinner {
	width: 700px;
	margin: 0 auto;
}

.recruitinterview_textinner > p {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: bold;
}

.recruitinterview_textinner > p > span {
	margin: 0 0 0 15px;
	font-size: 14px;
}

.recruitinterview_textinner > dl {
	margin: 30px 0 0;
}

.recruitinterview_textinner > dl > dt {
	font-size: 18px;
	font-weight: bold;
	color: #e4270e;
}

.recruitinterview_textinner > dl > dd {
	margin: 15px 0 0;
}

.recruitrecruitment_container {
	padding: 70px 0;
}

.recruitecruitment_content {
	margin: 30px auto 0;
}

.recruitecruitment_card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 45px 0;
	border-bottom: 1px solid #999999;
}

.recruitecruitment_title {
	padding: 10px 0 0;
	width: 180px;
	font-size: 24px;
	font-weight: bold;
	color: #e4270e;
}

.recruitecruitment_textcell {
	width: 800px;
}

.recruitecruitment_textcell > dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px 0;
	border-bottom: 1px solid #999999;
}

.recruitecruitment_textcell > dl:last-child {
	border-bottom: none;
}

.recruitecruitment_textcell > dl > dt {
	width: 200px;
	font-weight: bold;
}

.recruitecruitment_textcell > dl > dd {
	width: 600px;
}

.recruitecruitment_textcell > p {
	font-weight: bold;
}

.recruitflow_container {
	padding: 70px 0;
}

.recruitflow_h3title {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 24px;
	text-align: center;
	margin: 0 0 25px;
}

.recruitflow_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recruitflow_talent {
	width: 430px;
}

.recruitflow_talent > p {
	border: 4px solid #e4270e;
	margin: 0 0 50px;
	padding: 25px;
	font-size: 24px;
	color: #e4270e;
}

.recruitflow_talent > img {
	width: 100%;
}

.recruitflow_adoption {
	width: 500px;
}

.recruitflow_adoption > ul {
	list-style-type: none;
}

.recruitflow_adoption > ul > li {
	position: relative;
	background: #efefef;
	margin: 0 0 30px;
	padding: 15px;
	font-size: 18px;
	text-align: center;
}

.recruitflow_adoption > ul > li:after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	left: 48%;
	bottom: -17px;
	background: #ffffff;
	border-style: solid;
	border-width: 6px 8px 0 8px;
	border-color: #e4270e transparent transparent transparent;
}

.recruitflow_adoption > ul > li:last-child {
	margin: 0;
}

.recruitflow_adoption > ul > li:last-child:after {
	border: none;
	bottom: 0;
}

.recruitflow_adoption > ul > li > span {
	font-size: 16px;
}

.recruitoubo_container {
	padding: 0 0 70px;
}

.recruitoubo_comment {
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

.recruitcontact_container {
	background: #e4270e;
}

.recruitcontact_content {
	padding: 30px 0 0;
	text-align: center;
}

.recruitcontact_title {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 24px;
	color: #FFFFFF;
}

.recruitcontact_tel {
	display: inline-block;
	margin: 20px 0;
	padding: 10px 30px;
	border: 1px solid #FFFFFF;
	font-size: 36px;
	color: #FFFFFF;
}

.recruitcontact_tel > span {
	padding-right: 20px;
	font-size: 18px;
	color: #FFFFFF;
}

.recruitcontact_tanto {
	color: #FFFFFF;
}

/* 404 */

.notfound_content {
	text-align: center;
}

.notfound_message {
	margin: 30px 0;
	color: #e4270e;
}

.notfound_toplink {
	margin: 50px 0 0;
}

.notfound_toplink > a {
	color: #e4270e;
	font-weight: bold;
}


/* 個人情報保護方針 */

.privacy_container{
	margin: 0 auto;
	padding: 70px 0;
	width: 1000px;
}

.privacy_container h4{
	font-size: 20px;
	color: #e4270e;
}

.privacy_wrap{
	padding: 20px 0 60px 0;
}

.privacy_wrap ul{
	margin-top: 20px;
	padding-left: 1.5em;
}

.privacy_wrap dl{
	padding-top: 10px;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

.privacy_wrap dt{
	width: 10%;
}

.privacy_wrap dd{
	width: 90%;
}

.privacy_contact{
	padding-top: 30px;
}

.privacy_name{
	padding-top: 30px;
	width: 100%;
	text-align: right;
}

/* 内部リンクのズレ問題 */
#message,
#commodity,
#company,
#gyoza,
#employee,
#part,
#arbeit {
	padding-top: 90px;
	margin-top: -90px;
}

/* 本町閉店 */

.shop_heiten{
	color: #e4270e;
	font-size: 14px;
}

#close_honcho{
	background: #FFF8E6;
	padding: 2rem;
	box-sizing: border-box;
	font-size: 1rem;
	text-align: center;
	margin: 0 auto ;
}

#close_honchoText{
	color: #e4270e;
	font-weight: bold;
	font-size: 1.25rem;
}
/*===202212カテゴリー複数表示===*/
.cateList{
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.cateList li{
	background:#FCE9E5;
	color:#e4270e;
	padding:5px;
	margin-right: 5px;
}
/*===20240322お知らせ提供終了表示===*/
.news_campaign{
	width:100%;
	padding:10px;
	box-sizing:border-box;
	border:1px solid  #ff0000;
	color: #ff0000;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	margin:20px 0;
}