@charset "utf-8";
/* CSS Document */
img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
}
/* clearfix
-----------------------------------*/
.pc {
	display: block;
}
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.article{
	border: 1px solid #999;
	width: 788px;
	margin: 0 auto;
	padding: 6px;
}
.header{
	margin-bottom: 6px;
}
.header_img{
	position: relative;
}
.header_img span{
	position: absolute;
	color:#fff;
	bottom:3px;
	right:10px;
	font-size: 12px;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    text-shadow: 3px 2px 5px #000;
}
.nav_box {
	display: -ms-grid;
	display: grid;
    -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
    -ms-grid-rows: 1fr auto;
        grid-template-rows: 1fr auto;
    grid-gap: 2%;
	margin: 0 0 6% 0;
}
.item_img {
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1 /3;
}
.item_cap {
	-ms-grid-column: 2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/ 2;
}
.item_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
	-ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
}
*::-ms-backdrop, .item_cap , .item_link , .item_tel {
	margin-left: 2%;
}
.btn , .btn .tel_link ,.btn .link_txt {
	font-size: 16px;
}
.btn {
	width: 100%;
	height: 45px;
	border-radius: 5px;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","MS P明朝",MS PMincho,serif;
}
.item_link .link_btn {
	text-align: center;
	color: #fff;
	background: #353535;
	position: relative;
}
.link_btn p::after , .link_txt::after {
	position: absolute;
	top: 26%;
	right: 5%;
	content: '\0025b6';
}
.tel_btn {
	background: #BFA06B;
}
.nav_link {
	display: block;
}
.nav_link:hover , .link_btn:hover {
	text-decoration: none;
	opacity: .8;
}
.btn .tel_link , .btn .link_txt {
	width: 100%;
	height: 100%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	position: relative;
}
.tel_link::before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f095';
	font-size: 5.5vw;
    left: 15%;
}

.link_btn > .link_txt{
	background-color: #E0A134;
	border-radius: 6px;
	text-decoration: none;
}

.nav , .section_01{
	width: 760px;
	margin: 0 auto;
}
.sec_ttl {
	font-size: 20px;
	font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","MS P明朝",MS PMincho,serif;
	position: relative;
	padding: 0 0 0.2em .35em;
	border-left: 3px solid #01142D;
}
.sec_ttl::before {
  position: absolute;
  left: -3px;
  bottom: 19px;
  content: '';
  width: 3px;
  height: 50%;
  background-color: #676998;
}
.sec_ttl::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #01142D;
}
.tel_ttl {
	margin: 3% 0 0 0;
	font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","MS P明朝",MS PMincho,serif;
}
.box_01{
	margin-top: 40px;
	display: table;
	width: 100%;
}
.box_01 > div{
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
}
.box_01 > div:last-child{
	width: 176px;
	padding: 0 15px;
}
.box_01 > div p{
	font-size: 12px;
}
.box_02{
	background: #eee7dc;
	padding: 5px;
	text-align: center;
	margin-top: 20px;
}
.box_02 img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
}
.section_01{
	margin-top: 40px;
}
.list_01 ul{
	list-style: none;
	margin: 0;
	padding: 0;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:10px;
}
.list_01 ul li{
	border: 1px solid #c0c0c0;
	-webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.1);
	        box-shadow: 0 0 6px 1px rgba(0,0,0,0.1);
}
.list_01 ul li a{
	display: block;
	padding: 10px;
	text-decoration: none;
}
.list_01 ul li a:hover{
	opacity: 0.7;
}
.list_01 ul li .thumb{
	height: 140px;
	margin-bottom: 10px;
	border: 1px solid #999;
	-webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
	        box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
}
.list_01 ul li .thumb img {
    width: 100%;
    max-width: none;
    object-fit: cover;
    height: 100%;
}
.list_01 ul li .text{
	font-size: 14px;
	font-weight: bold;
	color: #555;
  margin-bottom:5px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.list_01 ul li .more{
	background: #8b664d;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	width: 100px;
	height: 20px;
	line-height: 23px;
	font-size: 12px;
	font-weight: bold;
}
.link_more{
	color: #fff !important;
	background: #8b664d;
	text-align: center;
	line-height: 35px;
	height: 35px;
	width: 100%;
	display: block;
	float: right;
	position: relative;
	margin: 10px auto 0 auto;
	text-decoration: none;
	border-radius: 6px;
}
.link_more:hover{
	opacity: 0.7;
	text-decoration: none;
}
.link_top{
	margin-top: 100px;
	text-align: center;
}
.copyright{
	text-align: center;
	margin-top: 5px;
}
.box3 {
	font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","MS P明朝",MS PMincho,serif;
}
.box3 .shop_name , .box3 .shop_number {
    color: #fff;
    font-size: 24px;
}
.box3 .shop_name {
	float: none;
	text-align: center;
}
.box3 .shop_number {
	font-size: 34px;
	letter-spacing: 2px;
}
.box3 .shop_number > span {
	font-size: 20px;
}
.box3 p.bnr2 {
	margin-left: 12%;
}
@media screen and (max-width: 640px){
	.pc {
		display: block;
	}
	#breadcrumbs::before, #breadcrumbs::before{
		height: 30px;
		-webkit-box-shadow: -20px 0 10px #fff inset;
		        box-shadow: -20px 0 10px #fff inset;
	}
	.article{
		width: calc(100% - 10px);
	}
	.nav div a{
		display: block;
		width: 32.6%;
		margin-left: 1%;
		float: left;
	}
	.nav div a:nth-child(1){
		margin-left: 0;
	}
	.nav , .section_01{
		width: 100%;
		margin-top: 4vw;
	}
	.box_01{
		margin-top: 4vw;
		display: block;
	}
	.box_01 > div{
		display: block;
		padding-right: 0;
	}
	.box_01 > div:last-child{
		margin: 0 auto;
		margin-top: 2vw;
	}
	.box_02{
		padding: 5px 5px 10px;
	}
	.box_02 img{
		width: auto;
	}
	.list_01 ul{
    grid-template-columns: 1fr;
    gap:15px;
	}
  .list_01 ul li{
    max-width:320px;
    margin: auto;
  }
	.list_01 ul li .thumb{
		text-align: center;
	}
	.list_01 ul li .thumb img{
		width: 100%;
	}
	#breadcrumbs{
		padding: 0;
	}
	.link_top{
		margin-top: 10vw;
	}
}
