@charset "utf-8";

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

h2 {
	line-height: 1.3;
}

.site-body p {
	line-height: 1.7em;
}
.site-body li {
	margin-bottom: 0;
	margin-top: 0;
}
.page .site-body {
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	padding: 0;
}
.page .site-body {
    padding: 0;
}
.site-body .container {
	max-width: inherit;
	padding-right: 0;
  padding-left: 0;
}

/*::::::::::::::::::::::::::::::*/

.box {
	padding: 30px 40px;
	border: 1px solid #ccc;
	margin-bottom: 60px;
}
.add_store_name {
	display: flex;
	justify-content: center;
	align-items: center;
}

.post_ttl {
	font-size: 30px;
	width: fit-content;
	margin-right: 20px;
}

.sales_cont {
	display: flex;
	justify-content: center;
	width: fit-contnt;
}
.sales_cont .sales_jan {
   
	
	
}

.sales_cont .takoyaki {
  background: url(../img/store/icon_store_takoyaki.svg) no-repeat left top;
	width: 68px;
	height: 24px;
	margin: 0 4px;
	display: block;
}
.sales_cont .taiyaki {
  background: url(../img/store/icon_store_taiyaki.svg) no-repeat left top;
	width: 68px;
	height: 24px;
	margin: 0 4px;
	display: block;
}




.part_cont .rec_jan {
    height: 30px;
}

.part_cont .part-time {
  background: url(../img/store/icon_store_part.svg) no-repeat left top;
	width: 180px;
	 height: 24px;
	display: block;
	margin-bottom: 10px;
}

.part_cont .part-time:hover {
	opacity: .6;
}




.map_cont {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 30px 0 20px;
}

.map_cont .store_img {
        width: 60%;
height: 270px;
    }
.map_cont .store_img img {
        width: 100%;
	height: 100%;
	object-fit: cover;
    }
.map_cont .googlemap {
        width: 37%;
	height: 270px;
    }
.map_cont .googlemap iframe {
	 width: 100%!important;
	height: 100%!important;
	object-fit: cover;
}

.store_table  {
	border: none;
}

.store_table th , .store_table td {
	border: none;
	padding: .5rem 1rem .5rem 0;
	font-size: 16px;
	font-weight: 300;
}

.store_table th {
	width: 145px;
	vertical-align: super;
}

.btn_tel_order {
	display: flex;
	color: #fff;
	background: #e40012;
	font-weight: 400;
	border-radius: 3px;
	padding: 6px 0 8px;
   margin-top: 6px;
	width: 170px;
	border: 1px solid #e40012;
	justify-content: center;
	align-items: center;
}
.btn_tel_order:hover {
	color: #e40012;
	background: #fff;
}



.btn_tel_order::before {
    content: "";
    display: inline-block;
    background-image: url(../img/common/icon_tel.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
/****************************************************/
/****************** media queries *******************/
/****************************************************/

@media screen and (max-width: 1500px) {

}
/********************************************/
/************ max-width: 1200px *************/
/********************************************/
@media screen and (max-width: 1200px) {

}

/********************************************/
/************ max-width: 1120px *************/
/********************************************/
@media screen and (max-width: 1120px) {
	
}

/********************************************/
/************ max-width: 1000px *************/
/********************************************/
@media screen and (max-width: 1000px) {
	
	
}


/********************************************/
/************ max-width: 834px *************/
/********************************************/
/*タブレット*/
@media screen and (max-width: 834px) {

.box {
	padding: 20px 30px;
}
	.store_table th , .store_table td {
	font-size: 14px;
}
	.store_table th {
    width: 120px;
		padding: .5rem .2rem .5rem 0;
}
	.store_table td {
		padding: .5rem 0;
}
}


/********************************************/
/************ max-width: 640px *************/
/********************************************/
/*スマホ*/
@media screen and (max-width: 640px) {
	    .box {
        padding: 20px;
				margin-bottom: 30px;
    }
.post_ttl {
    font-size: 22px;
    margin: 0 auto 2px;
}
	.add_store_name {
    display: block;
}
	
	
	.sales_cont .takoyaki {
    background: url(../img/store/icon_store_takoyaki.svg) no-repeat left top;
    width: 58px;
    height: 20.4706px;
    margin: 0 2px;
}

		.sales_cont .taiyaki {
    background: url(../img/store/icon_store_taiyaki.svg) no-repeat left top;
    width: 58px;
    height: 20.4706px;
    margin: 0 2px;
}
	
	.map_cont .store_img {
    width: 100%;
    height: 147px;
		margin-bottom: 10px;
}
	.map_cont .googlemap {
    width: 100%;
    height: 147px;
}
	
	
.map_cont {
    display: block;
    margin: 10px 0 20px;
}
	    .store_table th {
        width: 70px;
    }
}



