@charset "UTF-8";
/* CSS Document */


/*----------------------------------------------
↓↓↓店舗一覧↓↓↓
-----------------------------------------------*/

.rest-btn_culumn{
    display: flex;
	justify-content:center;
	align-items:center;
	margin: 40px 0 0;
}
button.rest-btn{
    width: 38px;
    height: 25px;
    position: relative;
    display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items:stretch;
	overflow: hidden;
}

button.rest-btn span{
    display: block;
    background: #595757;
	height: 5px;
	width:5px;
	margin-right: 6px;
}

button.rest-btn span:nth-of-type(even){
width:27px;
margin-right: 0;
}

button.rest-btn.switch span{
	height:10px;
	width:10px;
margin-right: 0;
}

button.dm_rest-btn{
    width: 140px;
    height: 25px;
    position: relative;
    display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	border: thin solid #595757;
	box-sizing: border-box;
	margin-left: 20px;
}

button.dm_rest-btn span{
    width: 140px;
    height: 25px;
    display: flex;
	justify-content:center;
	align-items:center;
	overflow: hidden;
	color:#595757;
}
button.dm_rest-btn span:nth-of-type(2){
    display: none;
}
button.dm_rest-btn.switch span{
    display: none;
}
button.dm_rest-btn.switch span:nth-of-type(2){
    width: 140px;
    height: 25px;
    display: flex;
	justify-content:center;
	align-items:center;
	overflow: hidden;
	color:#595757;
}

.pageLink_culumn{
	width: calc(100% - 140px);
	display: flex;
	justify-content:center;
	align-items:center;
	color:#595757;
	margin: 0 20px 20px 120px;
}
.pageLink_culumn a{
	margin: 0 10px;
}

.restWrapper{
	display: flex;
	flex-wrap: wrap;
}

.restBox{
	width: 260px;
	margin: 20px;
}

.restBox.fc_rest.hidden{
	display: none;
}
.restBox.fc_rest.switch,
.restBox.switch{
	border-top: thin solid #000;
	border-bottom: thin solid #000;
	padding: 10px 0;
}

.restBox>a{
	display: block;
	position: relative;
	z-index: 1;
}

.restImg{
	width: 260px;
	height: 220px;
	display: flex;
	justify-content:center;
	align-items:center;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
}
.restBox.fc_rest.switch .restImg,
.restBox.switch .restImg{
	height: 25px;
}
.restImg img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.restBox.fc_rest.switch .restImg img,
.restBox.switch .restImg img{
display: none;
}
.restImg p{
	position: absolute;
	display: flex;
	justify-content:center;
	align-items:center;
	background-color: #fff;
	z-index: 3;
	color: #595757;
	width: 70px;
	height: 25px;
	bottom: 0;
	box-sizing: border-box;
}

.restName{
	margin: 5px 0 0;
	text-align: center;
}

.restAddress{
	position: relative;
	padding-left: 10px;
	margin: 5px 0 0;
	text-align: center;
}

.restAddress::before{
	content: "";
	position: absolute;
	width: 15px;
	height:21px;
	background: url("../images/icon_map.svg") no-repeat;
	margin-left: -20px;
	top:2px;
}


.restReserv-Btn a{
	display: flex;
	position: relative;
	width: 100px;
	height:40px;
	background: #000;
	color: #fff;
	z-index: 2;
	justify-content:center;
	align-items:center;
	margin: 5px auto;
}

.restReserv-Btn p{
	position: relative;
	padding-left: 20px;
}
.restReserv-Btn p::before{
	content: "";
	position: absolute;
	width: 15px;
	height:24px;
	background: url("../images/icon_phone_w.svg") no-repeat;
	top:-2px;
	margin-left: -20px;
}


/*----------------------------------------------
↓↓↓社長メッセージ↓↓↓
-----------------------------------------------*/

.about-btn_culumn{
    display: flex;
	justify-content:center;
	align-items:center;
	margin: 40px 0 0;
}

.about-btn_culumn a{
    width: 140px;
    height: 25px;
    position: relative;
    display: flex;
	justify-content:center;
	align-items:center;
	overflow: hidden;
	border: thin solid #595757;
	margin:0 10px;
	border-radius: 10px;
}

.mainImgCulumn{
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}

.mainImgCulumn img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}


.shapes{
	width: 800px;
	height: 420px;
	background-color: rgb(230 0 0);
	clip-path: polygon(0 100%,60% 0,100% 24%,100% 100%);
	position: absolute;
	left: 50%;
	top:80px;
	z-index: 2;
}

.presidentPlofBox{
	position: absolute;
	left: 15%;
	top:320px;
	color: #fff;
	line-height: 1.2em;
	z-index: 3;
}

.presidentName{
	font-size:30px;
	line-height: 1.6em;
}

.about_contents{
	width: 100%;
	max-width: 600px;
	line-height: 2.0em;
	margin: 50px auto;
}


/*----------------------------------------------
↓↓↓会社概要↓↓↓
-----------------------------------------------*/

.mainImgCulumn.company{
	height: 350px;
}

.pageLink_culumn.company{
	display: flex;
	flex-wrap: wrap;
	margin: 20px 20px 20px 120px;
}


.about_contents th{
	border-right: thin solid #000;
	width: 100px;
}

.about_contents td{
	width: calc(100% - 100px);
	padding: 10px 0 10px 20px;
}


/*----------------------------------------------
↓↓↓マップ↓↓↓
-----------------------------------------------*/

.googlemapBox {
  max-width: calc(100% - 100px); /* ここに横幅を指定 */
	max-height: 700px;
	overflow: hidden;
	margin: 0 0 0 100px;
}
 
.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30%;
}
 
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.accessBox{
	margin:30px 0 0;
}



/*----------------------------------------------
↓↓↓特徴↓↓↓
-----------------------------------------------*/


.pageLink_culumn.point{
	display: flex;
	flex-wrap: wrap;
	margin: 20px 20px 20px 120px;
}

.mainImgCulumn.point{
	height: 350px;
    display: flex;
	justify-content:center;
	align-items:center;
	margin-top: 50px;
}

.pointCatch{
	width: calc(100% - 140px);
	position: absolute;
	top:-20px;
	text-align: center;
	font-size: 100px;
	color: rgb(230 0 0);
	z-index: 3;
	line-height: 0.4em;
}

.point_contents{
	max-width: 900px;
	margin: 60px auto 30px;
    display: flex;
	justify-content:center;
}

.point_contents_txt{
	width: calc(100% - 400px);
}
.point_contents_txt a{
	color: rgb(230 0 0);

}


.point_contents .imgBox{
	width: 350px;
	height: 240px;
	overflow: hidden;
	position: relative;
	margin-left: 50px;
}

.point_contents .imgBox img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}


/*----------------------------------------------
↓↓↓404エラー↓↓↓
-----------------------------------------------*/

.error404{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 100px 0;
}









@media (max-width: 960px) {
  

/*----------------------------------------------
↓↓↓店舗一覧↓↓↓
-----------------------------------------------*/

.pageLink_culumn{
	width: 100%;
	margin: 0 0 20px 0;
}
.pageLink_culumn a{
	margin: 0 8px;
}

.restWrapper{
	display: flex;
	flex-wrap: wrap;
	width: 600px;
	margin: 0 auto;
}
	

/*----------------------------------------------
↓↓↓社長メッセージ↓↓↓
-----------------------------------------------*/

.shapes{
	left: 40%;
}


/*----------------------------------------------
↓↓↓会社概要↓↓↓
-----------------------------------------------*/

.pageLink_culumn.company{
	width: 100%;
	margin: 20px 0 20px 0;
}

/*----------------------------------------------
↓↓↓マップ↓↓↓
-----------------------------------------------*/

.googlemapBox {
  max-width: 100%; /* ここに横幅を指定 */
	margin: 0 0 0 0;
}
	
.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
	

/*----------------------------------------------
↓↓↓特徴↓↓↓
-----------------------------------------------*/


.pageLink_culumn.point{
	width: 100%;
	margin: 20px 0 20px 0;
}

.pointCatch{
	width: 100%;
}
	
.point_contents_txt{
	width: calc(65% - 30px);
}

.point_contents .imgBox{
	width: 35%;
	margin-left: 30px;
}

	
}



@media (max-width: 640px) {


/*----------------------------------------------
↓↓↓店舗一覧↓↓↓
-----------------------------------------------*/

.pageLink_culumn{
	flex-wrap: wrap;
}
.pageLink_culumn a{
	width: calc(25% + 1px);
	height: 40px;
	margin: 0;
	margin-top: -1px;
	margin-left: -1px;
	border: thin solid #595757;
	box-sizing: border-box;
	display: flex;
	justify-content:center;
	align-items:center;
}
.pageLink_culumn a:nth-of-type(4n-3){
border-left: none;
	}
.pageLink_culumn a:nth-of-type(4n){
border-right: none;
	}
	
	
.restWrapper{
	width: calc(100% - 20px);
	margin: 0 auto;
}

.restBox{
	width: calc(50% - 20px);
	margin: 10px;
}

.restImg{
	width: 100%;
	height: 180px;
	display: flex;
	justify-content:center;
	align-items:center;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
}
	

/*----------------------------------------------
↓↓↓社長メッセージ↓↓↓
-----------------------------------------------*/

.shapes{
	left: 35%;
}
	
	
/*----------------------------------------------
↓↓↓会社概要↓↓↓
-----------------------------------------------*/

.pageLink_culumn.company a{
	width: calc(50% + 1px);
	height: 40px;
}

.pageLink_culumn.company a:nth-of-type(2n-1){
border-left: none;
	}
.pageLink_culumn.company a:nth-of-type(2n){
border-right: none;
	}
	
.about_contents th{
	border-right: none;
	width: 100%;
}

.about_contents td{
	width: 100%;
	padding: 10px 0 10px 0px;
}
	
/*----------------------------------------------
↓↓↓特徴↓↓↓
-----------------------------------------------*/


.pageLink_culumn.point{
	width: 100%;
	margin: 20px 0 20px 0;
}

.pageLink_culumn.point a{
	width: calc(50% + 1px);
	height: 40px;
}

.pageLink_culumn.point a:nth-of-type(2n-1){
border-left: none;
	}
.pageLink_culumn.point a:nth-of-type(2n){
border-right: none;
	}

	
.point_contents{
	flex-wrap: wrap;
}
	
.point_contents_txt{
	width: 100%;
}

.point_contents .imgBox{
	width: 70%;
	height:  200px;
	margin: 20px 0;
}

	
    
}
    
