@charset "utf-8";

.sec_inner {
	max-width : 650px;
	margin    : 0 auto;
}

@media only screen and (max-width : 767px) {
	.sec_inner {
		padding : 0 20px;
	}
}

.cmn_page_head {
	background-image : url("../img/about/main_img.jpg");
}

.cmn_page_head.keep{
	background-image : url("../img/about/about-keep-main.webp");
}

.cmn_bg_parts {
	height: 110px;
	margin: 0 -150px -29px;
}

@media only screen and (max-width : 767px) {
	.cmn_bg_parts {
		height: 50px;
		margin: 20px 0 0;
	}
}

.cmn_page_head .main_ttl img {
	max-width : 420px;
}

@media only screen and (max-width : 767px) {
	.cmn_page_head .main_ttl img {
		max-width : 300px;
	}
}

.cmn_page_ttl .ttl {
	margin : 50px 0 0;
}

.cmn_page_ttl .ttl .txt_img {
	max-width : 195px;
}

@media only screen and (max-width : 767px) {
	.cmn_page_ttl .ttl .txt_img {
		max-width : 195px;
	}
}

.cmn_page_head .txt_01 {
	background : #191970;	
	/*background : #41a1be;*/
	min-width:160px;
}

@media only screen and (max-width : 767px) {
	.cmn_page_ttl .ttl .txt_img {
		max-width: 180px;
	}
	.message{
	 top: 70%;
	}
	.message>a{
    width: 120px;
	 color: #1e90ff;
	background: rgba(255,255,255,1);
    padding: 10px;
}

}
@media only screen and (min-width : 768px) {
	.message{
	 top: 50%;
	}
	.message>a{
	   width: 200px;
		color: #FFF;
		text-shadow: 1px 1px 2px #333;
	background: rgba(255,255,255,0.5);
    padding: 15px;
}

}
.sec_01 .detail{
	margin: 50px 0 0;
	font-size: 14px;
	line-height: 24px;
	color: #4c4948;
}

.sec_01 .name{
	text-align: right;
	margin: 30px 0 0;
}

.sec_02{
	margin: 40px 0 0;
}

.sec_02 .bg{
	background: url("../img/about/bg_01.jpg") no-repeat center;
	height: 340px;
	margin-bottom: 30px;
}

.sec_02 .detail{
	font-size: 14px;
	line-height: 24px;
	color: #4c4948;
	margin-top: 20px;
}

.tbl{
margin-top: 45px;
	font-size: 14px;
	line-height: 26px;
	color: #4c4948;
	border-top: 1px solid #231815;
}

.tbl th,.tbl td{
border-bottom: 1px solid #231815;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tbl th{
	width: 135px;
	text-align: left;
}

@media only screen and (max-width : 767px) {
	.tbl th{
		width: 100px;
	}
}

.tbl td{

}

.cmn_point_parts_02{
	margin-top: 65px;
}

.map{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	background: #4c4948;
	height: 24px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 30px;
	text-align: center;
	position: relative;
	padding: 0 15px;
	min-width: 117px;
	display: block;
	float: right;
}

.cmn_btn_area{
	margin-top: 60px;
}

.cmn_btn_area .tel_btn{
	max-width: 335px;
}

.l-footer{
	margin-top:0;
}


.message{
    position: absolute;
    justify-content: center;
    align-items: center;
    left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.message>a{
    display: block;
    box-sizing: border-box;
    border: 1px solid #FFF;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    transition: .3s;
    text-decoration: none;
}
.massage>a:hover{
    background: rgba(255,255,255,0.7);
    color: #666;
}
p.clickback{
	border-radius:0px;
	background:#999;
	border:0;
	padding:10px;
	max-width:150px;
   margin:3em auto;
	text-align:center;
}
p.clickback a{
	color:#FFF !important;
	font-weight:bold;
}

/*法人の方へページ*/
p.sub_cat{
	font-weight:bold;
	line-height:2.1em;
	text-align:center;
}
@media only screen and (min-width : 768px) {
	p.sub_cat{
	font-size:2em;
	margin:3em 0;	
}
	h3.company span{
	font-size:1.5em;
}
}
@media only screen and (max-width : 767px) {
	p.sub_cat{
	font-size:1.2em;
	margin:2em 0;	
}
	h3.company span{
	font-size:1.2em;

}
}
h2.kitchen.company{
	text-align:center;
}

h3.company span{
	font-weight:bold;	
	padding-bottom:0.3em;
	border-bottom:solid 2px #000;
  font-family:serif;
	display:block;

}
h3.company{
		margin-bottom:3em;	
}
div.limit{
	font-size:2em;
	font-weight:bold;
	text-align:center;
	margin:0 0 0.5em 0;	
	background-color:#000;
	color:#FFF;
	padding:0.5em;
}
p.reserve{
	font-size:2.2em;
	font-weight:bold;
	text-align:center;
	margin:0 0 3em 0;	
	
}
ul.company_list{

	margin-left:auto;
	margin-right:auto;
	margin-bottom:3em;
}
@media only screen and (min-width : 768px) {
	ul.company_list{
	width:70%;
	font-size:1.5em;
}
	.pc_clr{display:none;}
}
@media only screen and (max-width : 767px) {
	ul.company_list{
	width:95%;
	font-size:1em;

}
}
ul.company_list li{
	padding-bottom:1em;
}
ul.company_list li:before{
	content: url(https://nakatsu-online.com/img/common/check.png);
}