@charset "UTF-8";
html{
-webkit-scroll-behavior:smooth;
scroll-behavior:smooth;
}

*{
	box-sizing: border-box;
}

img{
	max-width:100%;
}
section { 
	display:inline-block;
	width: 100%;
}
#mainV {
	display: table;
	width: 100%;
	height: 450px;
}
#mainV .inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#mainV .inner h1 {
	margin: 0 auto;
	max-width: 1000px;
	width: 94%;
}
#mainV .inner p {
	color: #818080;
	font-size: 18px;
	letter-spacing: .5pt;
	line-height: 1.3;
	margin: 45px auto 0;
	max-width: 1000px;
	width: 94%;
}
@media screen and (max-width: 768px) {
	#bread {
		display: none;
	}
	#mainV {
		background-position: top 0px right 25% !important; 
		background-size: auto 100% !important; 
		height: 300px;
		position: relative;
	}
	#mainV::before {
		content: "";
		background: rgba(255,255,255,0.7);
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	#mainV .inner p {
		font-size: 14px;
		margin: 8% auto 0;
	}
}
/* ---------- main ---------- */
#Shop #mainV.kannami {
	background: url(../images/shop/main-1.jpg) top center no-repeat;
	display: table;
	width: 100%;

	text-align: left;
}
#Shop #mainV.haramachi {
	background: url(../images/shop/main-2.jpg) top center no-repeat;
	display: table;
	width: 100%;

	text-align: left;
}
#Shop #mainV.atami {
	background: url(../images/shop/main-3.jpg) top center no-repeat;
	display: table;
	width: 100%;

	text-align: left;
}
#Shop h3 {
	margin: 0 auto;
	font-size: 1.3vw;
	color:#831c27;
}
#Shop #shop_info {
	background: #f2f2f2;
	padding: 50px 0;
	text-align: left;
}
#Shop .pict {
	float: left;
	width: 49%;
}
#Shop .pict .thumb div {
	float: left;
	margin: 2% 2% 0 0;
	width: 23.5%;
}
#Shop .pict .thumb div:nth-child(4n) {
	margin: 2% 0 0;
}
#Shop .txt {
	float: right;
	width: 49%;
}
#Shop .map {
	position: relative;
	padding: 0 0 35%;
}
#Shop .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#Shop #shop_info table tr th{
	color:#831c27;
}



#Shop #shop_info div.inner div:nth-of-type(2) table{
    width: 100%;
}
#Shop #shop_info div.inner div:nth-of-type(2) table th,#Shop #shop_info div.inner div:nth-of-type(2) table td{
    padding-bottom:2%;
}
#Shop #shop_info div.inner div:nth-of-type(2) table td{
    padding-left:2%;
}
#Shop #shop_info div.inner div:nth-of-type(2) table tr:last-of-type td{
    font-size: 22px;
    color:#831c27;
}


#Shop #shop_info > div:nth-of-type(2){
    display: block;
    text-align: center;
    margin: 2% auto;
}

#Shop #shop_info > div:nth-of-type(2) p:first-of-type{
    text-align: left;
    font-weight: bold;
}
#Shop #shop_info > div:nth-of-type(2) p:nth-of-type(2){
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5%;
}
#Shop #shop_info > div:nth-of-type(2) p:nth-of-type(2){
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5%;
}
#Shop .sns-contents{
    display: flex;
    justify-content: space-around;
    width: 60%;
    margin: auto;
    flex-wrap: wrap;
}
@media screen and (max-width:768px){
	#mainV::before {
		content: unset;
	}
	#Shop #mainV.kannami {
		background: url(../images/shop/main-1-sp.jpg) top center no-repeat;
		display: block;
		width: 100%;
		padding-top: 97%;
		background-size: contain;
		position: relative;
	}
	#Shop #mainV.haramachi {
		background: url(../images/shop/main-2-sp.jpg) top center no-repeat;
		display: block;
		width: 100%;
		padding-top: 97%;
		background-size: contain;
		position: relative;
	}
	#Shop #mainV.atami {
		background: url(../images/shop/main-3-sp.jpg) top center no-repeat;
		display: block;
		width: 100%;
		padding-top: 97%;
		background-size: contain;
		position: relative;
	}
	#Shop h3 {
		font-size: 5vw;
	}


	#Shop #shop_info div.inner div:nth-of-type(2) table td{
	    padding-left:0%;
	    width: 75%;
	}
	#Shop #shop_info div.inner div:nth-of-type(2) img{
		position: unset;
	}
	#Shop .pict {
		float: none;
		margin: 0 auto 4%;
		width: 100%;
	}
	#Shop .txt {
		float: none;
		width: 100%;
	}
	#Shop .map {
		padding: 0 0 70%;
	}
	#shop_info .sns-contents .instagram img{
	    margin: 10% 0%;

	}
}