@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #3e3a39;
	font-size: 1.4rem;
	line-height: 1.6;
}
header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 112px;
	z-index: 999 !important;
}
#mainlogo {
	position: absolute;
	top: 30px;
}
.header_fcn {
	position: absolute;
	top:20px;
	right: 0px;
	width: auto;
}
.header_fcn ul.utilList {
	display:flex;
}

.header_fcn ul.utilList li::after {
  content: "|";
}
.header_fcn ul.utilList li:last-child::after {
  content: none;
}
.header_fcn ul.utilList li a {
	font-size: 1.3rem;
	padding-left: 20px;
	padding-right: 20px;
	color: #3e3a39;
	text-decoration: none;
}

.header_fcn ul.utilList li a:hover {
	color: #EF7D44;
}
.header_fcn ul.utilList li a i {
	font-size: 1.4rem;
	vertical-align: middle;
}

#gm {
	position: absolute;
	right: 0px;
	top: 70px;
	z-index: 999 !important;
}
#gm ul {
	margin: 0px;
	padding: 0px;
	display:flex;
}
nav#gm ul li::before {
  content: "／";
}
nav#gm ul li:first-child::before {
  content: none;
}
nav#gm ul li a {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1.6rem;
	text-decoration: none;

}
nav#gm ul li.sp_nav {
	display:none;
}
.spmenu {
	display:none;
	}
@media (max-width : 980px)  {
header {
	width: auto;
}
}
@media (max-width : 768px)  {
header {
	width: 100%;
	padding-top: 0px;
	height: 70px;
	position:fixed;
	background-color:#ffffff;
	z-index:999;
}
#mainlogo {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.header_fcn {
	display:none}

#gm {
	display:none;}

#gm {
	width: auto;
	height: auto;
	position: fixed;
	top:50px;
	right:0px;
	background-color: rgba(0,0,0,1.0);
}
#gm ul {
	margin: 0px;
	padding: 0px;
	flex-direction: column;
}
nav#gm ul li::before {
  content: none;
}
#gm ul li a {
	display: block;
	width: 300px;
	height: auto;
	text-indent: 0px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	border-bottom:rgba(255,255,255,0.50) 1px solid;
	padding-top:12px;
	padding-bottom:12px;
}

nav#gm ul li.sp_nav {
	display: block;
}

.cse .gsc-control-cse, .gsc-control-cse {

	background:none !important;
	border:none !important;

}
.spmenu {
	display:block;
	position:absolute;
	right:0px;
	width:70px;
	height:70px;
	background-color:#EF7D44;
	color:#ffffff;
	font-size:2.5rem;
	text-align:center;
	line-height:70px;
	cursor:pointer;
	}
header .active {
		background-color: rgba(0,0,0,1.0);
}

}
@media print  {
header {
	position:relative
}
}
@media (max-width : 980px)  {

}
/****************************************************/

#mainv {
position: relative;
	max-height: 600px;
	z-index: 0;
	text-align:center;
}
#mainv #comment {
	width: 100%;
	position:absolute;
	z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

#mainv #comment h1 {
	margin: 10px 0;
	font-size: 6.0rem;
	text-align:center;
	text-shadow: 0 0 10px #999;
	color: #fff;
	display: none /*ビジュアル変更時まで一時的に*/
}
#mainv #comment h2 {
	margin: 0;
	font-size: 2.5rem;
	text-align:center;
	color: #fff;
	text-shadow: 0 0 10px #999;
	display: none/*ビジュアル変更時まで一時的に*/

}
#mainv .pic_sp {
	display: none;
}

@media (max-width : 768px)  {
#mainv {
    padding-top: 70px;
}
#mainv #comment {
  top: 45%;
	left: 0;
  transform: translateY(0%) translateX(0%);
  -webkit- transform: translateY(0%) translateX(0%);
	margin: 0;
}
#mainv #comment h1 {
	margin: 10px 0;
	font-size: 3.0rem;
	text-align:center;
	text-shadow: 0 0 10px #999;
	color: #fff;
}
#mainv #comment h2 {
	margin: 0;
	font-size: 1.8rem;
	text-align:center;
	color: #fff;
	text-shadow: 0 0 10px #999;
}
#mainv .pic_pc {
	display: none;
}
#mainv .pic_sp {
	display: block;
}
}
/*footer*/
footer {
	background-color: #ebebeb;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 15px;
}
footer .container {
	width: 980px !important;
	margin-left: auto;
	margin-right: auto;
}
footer ul {
	display: flex;
}
footer ul li {
	margin-right: 2em
}
footer ul li a {
	display: block;
	color: #3e3a39;
	font-size: 0.9em;
	text-decoration: none;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer ul li i {
	margin-right: 5px;
}
footer address {
	font-size: 0.7rem;
	text-align: right;
}
@media (max-width : 980px)  {
footer .container {
	width: auto !important;
}

}
@media (max-width : 768px)  {
footer .container {
	width: 96% !important;
	margin-left: auto;
	margin-right: auto;
}
footer ul {
	justify-content: center;
}
footer ul li {
    margin:0 0.5rem;
}	
.footerlogo {
		text-align:center;
	}
footer address {
		text-align:center;
		margin-top:10px;}
}

/*.container*/
#home .container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#under .container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width : 980px)  {
#home .container {
	width: auto;
}

}
@media (max-width : 768px)  {
#home .container {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
#under .container {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
}



/*index************************************************/
/*.index_news*/
.rss {
	font-size: 12px;
	margin-left: 20px;
}
.rss i {
	color: #e46522;
	margin-right: 5px;
}
.newslist div {
	margin-bottom: 0.75em;
	display: flex;
	flex-wrap: wrap;
	width: 100%
}

.newslist .date {
	width: 140px ;
	margin-bottom: 10px ;
}
.pdf {
	height: 20px;
	display: inline-block;
	background: url(../img/common/pdficon_small.png) no-repeat left;
	padding-left: 24px;
	margin-left: 10px;
	font-size:0.8rem
}
.newslist .text {
	padding-left:100px;
}


.icon_all {
	background:url(../img/common/news_icon_all.jpg) no-repeat;}
.icon_hotei {
	background:url(../img/common/news_icon_hotei.jpg) no-repeat;}
.icon_tanshin {
	background:url(../img/common/news_icon_tanshin.jpg) no-repeat;}
.icon_tekiji {
	background:url(../img/common/news_icon_tekiji.jpg) no-repeat;}
.icon_sonota {
	background:url(../img/common/news_icon_sonota.jpg) no-repeat;}
.icon_info {
	background:url(../img/common/news_icon_info.jpg) no-repeat;}
.icon_tenpo {
	background:url(../img/common/news_icon_tenpo.jpg) no-repeat;}
.icon_saiyo {
	background:url(../img/common/news_icon_saiyo.jpg) no-repeat;}

/*IRニュースタブ*/
.news_tab_nav {
	margin-bottom: 20px;
	margin-top:10px;
}
.news_tab_nav li {
	display: block;
	float: left;
	width: 19.5%;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 1px;
	background-color: #d0d0d1;
	position: relative;
	z-index: 0;
	font-size: 13px;
}

.news_tab_nav li a {
	text-decoration: none;
	display: block;
	color: #000000;
}
.news_tab_nav li a:visited {
	color: #000000;
}
.news_tab_nav li a:hover {
	color: #ffffff !important;
	display: block;
}
.news_tab_nav li:hover {
	background-color: #21ab37;
	color: #ffffff !important;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.news_tab_nav li.active {
	background-color: #21ab37;
	color: #ffffff;
}
.news_tab_nav li.active a {
	color: #ffffff;
}

.tabbox {
	display: none;
}

@media (max-width : 768px)  {

.newslist .date {
	width: 100%;
}
.newslist .text {
	width: 100%;
}
	}


/*.index_news2*/
.newslist2 div {
	margin-bottom: 0.75em;
	display: flex;
	flex-wrap: nowrap;
}

.newslist2 .date {
	flex:0 0 140px ;
	margin-bottom: 10px ;
}
.newslist2 .text {
	padding-left:100px;
}
.newslist2 .text a {
	text-decoration: underline
}

@media (max-width : 768px)  {
.newslist2 div {
	flex-wrap: wrap;
}
.newslist2 .date,
.newslist2 .text {
	width: 100%;
}

}


/*#index_ir_information*/
#index_ir_information ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#index_ir_information ul li {
	width: 30.6%;
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.6rem;
}
#index_ir_information ul li a {
	display: block;
	color: #707070;

}
#index_ir_information ul li a img {
	width: 100%;
	margin-bottom: 10px;
	transition: opacity 0.3s ease-out;
}
#index_ir_information ul li a:hover img {
	opacity: 0.6;
}
@media (max-width : 768px)  {
#index_ir_information ul li {
	width: 49%;
	margin-bottom: 15px;
}
}
@media (max-width : 480px)  {
#index_ir_information ul li {
	width: 100%;
	margin-bottom: 15px;
}
}
/*#company_wrap*/
#company_wrap {
	display: flex;
	flex-wrap: wrap;
}
#company_wrap section {
	width: 50%;
}
#company_profile div.title,#company_csr div.title {
	position: relative;
	z-index: 0;
	min-width: 373px;
	height: 178px;
	overflow: hidden;
	font-size: 2.8rem;
}

#company_profile div.title img {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	min-height: 178px;
	z-index: 1;
}
#company_profile .title h2 {
	position: absolute;
	top:45%;
	right: 20%;
	color: #fff;
	z-index: 2;
}
#company_profile .title h2 br {
	display: none;
}
#company_csr div.title img {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	min-height: 178px;
	z-index: 1;
}
#company_csr .title h2 {
	position: absolute;
	margin-left: 10%;
	top:45%;
	color: #fff;
	z-index: 2;
}
#company_profile div.list_txt  {
	width: 490px;
	margin: 20px 0 0 auto;
}
#company_csr div.list_txt  {
	width: 490px;
	margin: 20px auto 0 0;
}
div.list_txt ul {
	display: flex;
	flex-wrap: wrap;
}
div.list_txt ul li {
	margin-right: 20px;
}
div.list_txt ul li a {
	display: block;
	padding: 10px;
	font-size: 1.6rem;
	color: #707070;
}
div.list_txt ul li a i {
	margin-right: 5px;
	font-weight: 700;
	color:#EF7D44;
}
@media (max-width : 980px)  {
#company_profile div.list_txt,#company_csr div.list_txt  {
	width: 100%;
}
}
@media (max-width : 768px)  {
#company_wrap section {
	width: 100%;
}
#company_profile .title h2 {
	text-align:center;
    top: 50%;
    left: 50%;
	right: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	margin:0;
  padding:0;
}
#company_csr .title h2 {
	margin-left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#company_profile div.list_txt,#company_csr div.list_txt  {
	width: 100%;
	margin: 10px 0 20px 0;
}

	}
@media (max-width : 480px)  {
#company_profile .title h2 {
	font-size: 2.4rem;
	line-height: 1.6;
	width: 375px;
}
#company_csr .title h2 {
	font-size: 2.4rem;

}
#company_profile .title h2 br {
	display: inline-block;
}
	}
/*index_group_list*/
.index_group_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index_group_list li {
	width: 15%;
}
.index_group_list li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #676767;
	font-size: 1.3rem;
	border: 2px solid #ffffff;
	box-sizing:border-box
}
.index_group_list li a img {
	margin-bottom: 10px;
}
.index_group_list li a:hover {
	border: 2px solid #EF7D44;
}
@media (max-width : 768px)  {
.index_group_list li {
	width: 49%;
	margin-bottom: 10px;
}

.index_group_list li a img {
	width: 100%;
}
}
@media (max-width : 480px)  {
.index_group_list li {
	width: 100%;
	margin-bottom: 10px;
}

.index_group_list li a img {
	width: 100%;
}
}

/*index_shop_list*/
.index_shop_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index_shop_list li {
	width: 15%;
}
.index_shop_list li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #676767;
	font-size: 1.3rem;
	border: 2px solid #ffffff;
	box-sizing:border-box
}
.index_shop_list li a img {
	margin-bottom: 5px;
}
.index_shop_list li a:hover {
	border: 2px solid #EF7D44;
}
@media (max-width : 768px)  {
.index_shop_list li {
	width: 49%;
	margin-bottom: 10px;
}

.index_shop_list li a img {
	width: 100%;
}
}
@media (max-width : 480px)  {
.index_shop_list li {
	width: 100%;
	margin-bottom: 10px;
}

.index_shop_list li a img {
	width: 100%;
}
}



/*under共通設定*/
main {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse
}
article {
	width: 75%;
	
}
.breadcrumb {
	max-width: 980px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0.8em;
	text-align: right;
}
.breadcrumb a{
	color: #EF7D44;
}


aside {
	width: 20%;
}
aside h2 {
	text-align: left;
	padding: 10px 0;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #EF7D44;
	font-size: 2.0rem;
    border-bottom: 2px #EF7D44 solid;
}
aside {
	margin-top: 0px;
}
aside li a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #3e3a39;
	text-decoration: none;
	text-indent: -1.3em;
	padding-left: 1.3em;
}
aside li a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
	margin-right: 10px;
	color: #EF7D44;
}
aside li a:hover {
	background-color: #F0F0F0;
}


aside li ul li a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #3e3a39;
	text-decoration: none;
	text-indent: -1.3em;
	padding-left: 1.3em;
	margin-left: 15px;
}
aside li ul li a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
  margin-right: 10px;
  color: #EF7D44;
}
aside li ul li a:hover {
	background-color: #F0F0F0;
}


/*ir下層*/
.ir_tbl {
	width: 94%;
	text-align: right;
	border-top: 1px solid #ccc;
	margin: 0 auto;
}
.ir_tbl caption {
	text-align: right;
	padding-bottom: 5px;
	font-size: 1rem;
}
.ir_tbl th {
	padding:10px 20px;
	vertical-align: top;
	border: 1px solid #ccc;
	font-style:normal;
	font-weight:normal;
	text-align: left;
}
.ir_tbl td {
	padding:10px 20px;
	vertical-align:middle;
	border: 1px solid #ccc;
}
.w30 {
	width:30%}

/*IRライブラリー*/
aside .in_menu li a{
	padding:5px 0 5px 1em;
}

@media (max-width : 980px)  {
main {width: 100%;}
}
@media (max-width : 768px)  {
	nav.breadcrumb{width: 96%;
	margin: 20px auto!important}
aside {
	width: 96%;
	margin:0 auto 20px auto;
}
article {
	width: 96%;
	margin:0 auto 20px auto;
}
}


/****************#maintitle***************************/
#maintitle {
position: relative;
	z-index: 0;
	text-align:center;
	max-height: 239px;
	overflow: hidden;
}
#maintitle img {
	width: 100%;
	height: auto;
	z-index: 1;
}
#maintitle #comment {
	width: 980px;
	position:absolute;
	z-index: 2;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
}

#maintitle #comment h1 {
	margin: 10px 0;
	font-size: 5.0rem;
	text-align:left;
	font-weight: 500;
	text-shadow: 0 0 10px #999;
	color: #fff;
}
#maintitle .pic_sp {
	display: none;
}
@media (max-width : 980px)  {
#maintitle #comment {
	width: 100%;
}
}
@media (max-width : 768px)  {
#maintitle {
    padding-top: 70px;
}
#maintitle #comment {
	top: 45%;
	left: 0;
	transform: translateY(0%) translateX(0%);
	-webkit- transform: translateY(0%) translateX(0%);
	margin: 0;
}
#maintitle #comment h1 {
	margin: 10px 0;
	font-size: 3.0rem;
	text-align:center;
	text-shadow: 0 0 10px #999;
	color: #fff;
}
/*#maintitle #comment h2 {
	margin: 0;
	font-size: 1.8rem;
	text-align:center;
	color: #fff;
	text-shadow: 0 0 10px #999;
}*/
#maintitle .pic_pc {
	display: none;
}
#maintitle .pic_sp {
	display: block;
}
}













/*カテボリーインデックスページのリスト*/
.cate_list li a {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 5px 0;
	width: 300px;
	text-align: center;
	text-decoration: none;
	color: #3e3a39;
	border: 2px solid #ccc;
}
.cate_list li a.w625 {
	width: 625px;
}
.cate_list li a:hover {
	border: 2px solid #EF7D44;
}



@media (max-width : 768px)  {
.cate_list li a {
	float: none;
	width: 100%;
}
.cate_list li a.w625 {
	width: 100%;
}
}

















/*group*/
.ttl_h4 {
	text-align: left;
	color:#EF7D44;
	font-weight:bold;
	font-size: 1.2em;
	margin: 1.33em 0;
}
.ttl_h4_2 {
    font-size: 1.6em;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #EF7D44;
    line-height: 1.5;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 8px;
}
.ttl_h4_2.mt30 {
    margin-top: 30px;
}
.txt_green{
	 color: #EF7D44;
	font-size: 1.05em;
}

span.no {
	margin-left:1.0em;
	margin-right:0.4em;
	font-size:1.1em;
	color:#EF7D44;
}
.gro_box {
	width: 70%;
	margin:20px auto;
	padding:20px 30px;
	border: 1px solid #ccc;
	text-align: left;
}
ol.gro_li {
}
ol.gro_li li{
	font-size:1.1em;
	list-style:inside;
	list-style-type:decimal;
	text-indent:0,5em;
	margin-bottom:5px;
}
ol.gro_li li a {
	text-decoration:none;
	color:#3e3a39;
}
ol.gro_li li a:hover {
	text-decoration: underline;
	color:#EF7D44;
}

.gro_tbl {
	width: 100%;
	text-align: left;
	vertical-align:middle;
	border-top: 1px dotted #ccc;
}
.gro_tbl caption{
	color:#EF7D44;
	text-align: left;
}
.gro_tbl th {
	width: 20%;
	padding:20px 20px 20px 0;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
	font-style:normal;
	font-weight:normal;
}
.gro_tbl td {
	width: 70%;
	padding:20px;
	vertical-align:middle;
	border-bottom: 1px dotted #ccc;
}
.gro_tbl2 {
	width: 100%;
	text-align: left;
}
.gro_tbl2 th {
	width: 20%;
	padding:0px 20px 0px 0;
	vertical-align: top;
	font-style:normal;
	font-weight:normal;
	border-right: 1px dotted #ccc;
}
.gro_tbl2 td {
	width: 40%;
	padding:0 20px;
	vertical-align:top;
	border-left: 1px dotted #ccc;
}

.gro_storebox{
	border: 1px solid #ccc;
	padding:15px;
	margin:20px 0;
	}
.gro_storeboxL{
	float:left;
	width:480px;
	padding:0;
	}
.gro_storeboxL h5{
	margin:0 ;
	padding:0 ;
	}
.gro_storeboxR{
	float: right;
	width: 200px;
	margin: 0px 0px 0px 20px;
	padding: 0;
	}
.amsimg{
	position: relative;
	top:-40px;
}

/*groupレスポンシブ*/
@media (max-width : 768px)  {
.gro_box {
	box-sizing:border-box;
	width: 100% !important;
	margin:20px 0;
}
.gro_storebox{
	border: 1px solid #ccc;
	padding:15px;
	margin-top:20px
	}
.gro_storeboxL{
	float:none;
	width:100%;
	padding:0;
	}
.gro_storeboxL h5{
	margin:0 ;
	padding:0 ;
	}
.gro_storeboxR{
	float: none;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	text-align:center
	}
.amsimg{
	position: relative;
	top:-0px;
	padding: 0;
	}


}










/*profile*/
/*history*/
/*relation*/
.profile_box {
	width: 412px;
	margin:20px auto 20px auto;
	padding:30px;
	border: 1px solid #ccc;
	text-align:center;
}
.download_box {
	text-align:center;
	margin: 40px auto 60px auto;
	margin-left:auto;
	margin-right:auto;

}
.download_btn {
	padding:10px 30px;
	color:#fff;
	font-size: 1.2em;
	text-decoration: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #fc3f00;
}
.download_btn:hover {
	background-color: #727171;
	color: #ffffff;
}

.prf_tbl, .hst_tbl, .rel_tbl {
	width: 100%;
	text-align: left;
	vertical-align:middle;
	border-top: 1px solid #ccc;

}
.prf_tbl th,.hst_tbl th, .rel_tbl th {
	width: 25%;
	padding:20px 20px 20px 0;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	font-style:normal;
	font-weight:normal;
}
.prf_tbl td,.hst_tbl td, .rel_tbl td {
	width: 75%;
	padding:20px;
	vertical-align:middle;
	border-bottom: 1px solid #ccc;
}

@media (max-width : 768px)  {
.profile_box {
	box-sizing:border-box;
	width: 100%;
	margin:10px auto ;
	padding:10px;
}
}









/*access*/
.acc_map {
	width: 75%;
	padding:5px;
	border: 1px solid #ccc;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width : 768px)  {
.acc_map {
	width: 100%;
	padding:5px;
	border: 1px solid #ccc;
}
	}










/*店舗情報*/

.shop_list01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shop_list01 li {
	width: 32%;
}
.shop_list01 li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #676767;
	font-size: 1.3rem;
	border: 2px solid #ffffff;
	box-sizing:border-box;
	margin-bottom: 10px
}
.shop_list01 li a img {
	margin-bottom: 5px;
}
.shop_list01 li a:hover {
	border: 2px solid #EF7D44;
}
@media (max-width : 768px)  {
.shop_list01 li {
	width: 49%;
	margin-bottom: 10px;
}

.shop_list01 li a img {
	width: 100%;
}
}
@media (max-width : 480px)  {
.shop_list01 li {
	width: 100%;
	margin-bottom: 10px;
}

.shop_list01 li a img {
	width: 100%;
}
}

















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

}
*/




/*店舗情報maps*/
/*.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top:30px;
margin-bottom:30px;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.amap_link img {
	width:200px;
	margin:10px 10px 0 0;
	display:inline-block;
	height:auto;
	border:1px solid #B7B7B7;
	float:left;
	}
@media (max-width : 768px)  {
.amap_link img {
	width:100%;
	margin:10px 10px 0 0;
	float:none;
	}

}*/








/*採用情報*/
/*先輩トーク*/
/*.rec_menu {
	margin-right:-10px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:120px;}
.rec_menu ul li a {
	display:block;
	float:left;
	margin-right:10px;
	width:95px;
	text-align:center;
	text-decoration:none;
	color: #3e3a39;
	padding:10px;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	border:1px solid #DBDBDB;
}
.rec_menu ul li a img {
	margin-bottom:5px;
}
.rec_menu ul li a:hover {
	background-color:#EF7D44;
		color: #ffffff
}
.talk_box {
	width:100%;
	border-top:2px solid #ccc;
}

.talk_l {
	float:left;
	margin:20px 20px 20px 20px;
	width:200px;
	text-align:center;
}

.talk_r {
	float:left;
	margin:20px 20px 20px 20px;
	width:450px;
}

.talk_l img {
	width:auto;
	max-width:100%;
}

@media (max-width : 768px)  {
.rec_menu {
	margin:0px;}
.rec_menu ul li a {
	box-sizing:border-box;
	width:100%;
	margin-top:5px;
}
.rec_menu ul li a img {
	margin-bottom:5px;
}
.rec_menu ul li a:hover {
	background-color:#EF7D44;
		color: #ffffff
}

.talk_l {
	width:100%;
	margin:20px 0px 10px 0px;
}

.talk_r {
	margin:0px 0px 20px 0px;
	width:100%;
}
.talk_l img {
	max-width:100% !important;
}
	}*/


/*お問い合わせ*/
.inq_tbl {
	width: 100%;
	text-align: left;
	vertical-align:middle;
		border-top: 1px solid #ccc;

}
.inq_tbl th {
	width: 25%;
	padding:20px 20px 20px 0;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	font-style:normal;
	font-weight:normal;
}
.inq_tbl td {
	width: 75%;
	padding:20px;
	vertical-align:middle;
	border-bottom: 1px solid #ccc;
}

.inq_tbl span {
	padding:3px;
	margin-left:10px;
	font-size:0.8em;
	color:#fff;
	background-color:#fc3f00;
}
.textfield {
    width: 80%;
    display: block;
	font-size:16px;
    margin: 0;
    padding: 4px 0;
  border:1px solid #ccc;     /* 枠線の装飾 */
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
　behavior: url(border-radius.htc);　/*for IE */
}
.inq_btn {
	padding: 5px 30px;
	background-color: #EF7D44;
	color: #ffffff;
	font-size: 1.1em;
	border-style: none;
	border-radius: 5px;         /* CSS3 */
 	-moz-border-radius: 5px;    /* Firefox */
 	-webkit-border-radius: 5px; /* Safari,Chrome */
	behavior: url(border-radius.htc);　/*for IE */
}

/*サイトマップ*/
div.sitemap_box {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: -1px 0 0 0;
	padding: 20px 0;
	overflow: hidden;
}
div.sitemap_box h3 {
	float: left;
	width: 18%;
	margin:0;
	display: block;
	font-size:1.2em;
}
div.sitemap_box ul {
	display: block;
	overflow: hidden;
	border-left : 1px solid #d6d6d6;
	padding-left: 40px;
}
div.sitemap_box ul li {
	background: url(../img/sitemap/arrow.gif) no-repeat 0 0.6em;
	display: block;
	float: left;
	width: 45%;
	padding-left: 15px;
	padding-bottom:5px;
}
div.sitemap_box ul li a {
	text-decoration:none;
}

@media (max-width : 768px)  {

.inq_tbl th {
	width: 40% !important;
	padding:10px 10px 10px 0;
}
.inq_tbl td {
	width: 60% !important;
	padding:5px;
}

.textfield {
    width: 100%;
}

div.sitemap_box h3 {
	float: none;
	width: 100%;
	padding-bottom:20px;
}
div.sitemap_box ul {
	border-left:none;
}
	}

/* ------ チラシ ------ */
/*.pop_1{
	float: left;
	margin-right: 8px;
}
.pop_1_sp{
	display: none;
	
}
.pop_1_new{
	margin-top:20px;
	width: 300px;
}

.pop_1_new img{
	width: 300px;
	height: auto;
}
.pop_1_new p{
	font-size: 11px;
	margin-top: 4px;
	text-align: center;
}
*/

/*@media (max-width : 768px)  {
	.pop_1{
		display: none;
	}
	.pop_1_sp{
		display:block;
		margin-top: 5px;
	}
	.pop_2{
		width: 300px;
		margin: 0 auto;
		margin-top: 10px;
	}
.pop_1_new{
	width: 300px;
	margin: 0 auto;
	height: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}	
	
.pop_1_new img{
	width: 300px;

}

}*/


/*-----リクルート----*/
.btn_part a{
	background: #fff;
	display: block;
	width: 100%;
	color:#EF7D44;
	border:#EF7D44 1px solid;
	text-align: center;
	padding: 20px 0;
	font-size: 1.3rem;
	margin-top: 30px;
	margin-bottom: 20px;
	text-decoration: none;
}


.btn_part a:hover{
	color: #fff;
	background:#EF7D44;
}
.rec_list {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	box-sizing:border-box;
}
.rec_list li {
	width: 32%}
.rec_list li a {
	display: block;
	margin-bottom: 15px;
	text-align: center;
	text-decoration: none;
	color: #3e3a39;
	border: 2px solid #ffffff;
	padding: 10px;

}
.rec_list li a img {
	height: auto;
	margin-bottom: 5px;
}
.rec_list li a:hover {
	border: 2px solid #EF7D44;
}
@media (max-width : 768px)  {
.btn_part a{
	font-size: 1rem;
}
.rec_list li {width: 48%}


}
.kakomi{
	display: block;
	padding: 10px;
	border: 1px solid #ccc;;
	width: 100%
}