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

/*----------------------
	デフォルトスタイル
-----------------------*/
body,p,h1,h2,h3,h4,h5,h6,
span,small,strong,
div,ul,li,
figure,img,
header,footer,nav,section{
    margin:0;
    padding:0;
	border:none;
	outline:none;
	}

header,footer,nav,section{
	display:block;
	}
html{
	font-size:1.1rem;
	line-height: 1.3rem;
	box-sizing: border-box;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-family: 'Noto Serif JP', serif;
	/*font-family: 'Zen Old Mincho', serif;*/
	-webkit-text-size-adjust:none;
}
li{
	list-style:none;
	}
img {
    image-rendering: -webkit-optimize-contrast;
	}

/*520px以下*/
@media screen and (max-width: 520px) {
html{
	line-height: 1.7rem;
	}
}




/*----------------------------------------
	全ページ共有ここから
----------------------------------------*/
body{
	background:url(img/bg.jpg) #FFF;
	color:#4c4754;
	overflow-x: hidden!important;
	width: 100%;
}

/* リンク色変更はここ */
a{
	color:#743557;
	text-decoration: none;
	display: block;
	transition: 0.7s;
	text-decoration: none;
	}
a:hover{
	opacity: 0.7;
	}
		


/*--------------------
	共通ヘッダ部分
--------------------*/
#header{
	position: fixed;
	background:url(img/bg.jpg) #FFF;
	z-index: 10;
	width: 100%;
	top:0;
	margin:0;
	height: auto;
	}
.head{
	display:flex;
	justify-content:space-between;
	align-items: center;
	margin: 0.5em 0;
	}
.logo{
	width: 30%;
	text-align: center;
    margin: 0.7em 0;
	}
.logo img{
	width: 70%;
}
.logo a:hover{
	opacity: 1;
	}


.insta{
	width: 10%;
	text-align: center;
    margin: 0.7em 0;
	}
.insta img{
	width: 40%;
	}

/*520px以下*/
@media screen and (max-width: 520px) {
#header{
	position: fixed;
	background: url(img/bg.jpg) #FFF;
	z-index: 10;
	top: 0;
	}
.head{
	display: block;
	padding: 0.5em 0 0;
	}
	
.logo {
	width: 40%;
    margin: 0 auto;
	padding-bottom: 10px;
	}
.insta{
    display: none;
	}
.logo img{
	width: 90%;
	}
}

	/*	メニュー
--------------------*/
#menu{
	width: 60%;
	}

nav ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
nav li{
	width: 33%;
	text-align: center;
	}


nav li img{
	width: 98%;
	}

/*520px以下*/
@media screen and (max-width: 520px) {
#menu{
	width: 98%;
	display: flex;
	padding: 0.3em 0.1em;
	margin: 0 auto;
	}
nav ul{
	justify-content: center;
}	
nav li{
	width: 33%;
	}
nav li img{
	width: 100%;
	}
}	


.top_img{
	background-color: #FFF;
	text-align: center;
	}

.top_img img{
	max-width: 1200px;
	vertical-align: top;
	}


/*	セクション
--------------------*/
section{
	padding: 1.6em 10em;
	font-size:1.1rem;
	line-height: 1.7em;
	}

.title{
	padding: 0.6rem 0.9rem;
	font-size: 1.2em;
	border-left: 7px solid #743557;
	background: #e8e8d9;
	}
.news{
	padding:1rem 0;
	}
.news p{
	padding: 0.5rem 1.5rem;
	display: flex;
	justify-content: flex-start;
	}	

.shop{
	position: relative;
	text-align: center;
	}
.shop span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background:url(img/bg.jpg) #FFF;
	text-align: left;
	font-size: 1.2em;
	}
.shop::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #743557;
	}

.shopdata{
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
	}
.shopdata p{
	display: flex;
	justify-content: flex-start;
	}	
span.left{
	width: 20%;
	}
.parking{
	font-size: 0.9rem;
	padding-top: 10px;
	}
.parking img{
	width: 6%;
	}
.parking-text{
	position: relative;
	top: 5px;
    left: 10px;
	}
.advance{
	width: 75%;
    margin: 0 auto;
	font-size: 0.9rem;
	line-height: 1.3rem;
	padding: 8px 19px;
    background: #FFFCF2;
    border-top: solid 3px #dbced5;
    border-bottom: solid 3px #dbced5;
}		
.advance p{
	margin: 0; 
    padding: 0;
}
.advance_sp{
	display: none;
}
.tell_banner{
	display: none;
}

.gmap{
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin: 0 auto;
	}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 80%;
	width: 80%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	}




/*520px以下*/
@media screen and (max-width: 520px) {
section{
	padding: 1.5em 1em;
	}
.title{
	padding: 0.4rem 0.5rem;
	font-size: 1.1em;
	border-left: 4px solid #743557;
	background: #e8e8d9;
	}
.shopdata{
	width: 85%;
	margin: 0 auto;
	}
.shopdata p{
	padding: 0.5rem 0;
	}	
span.left{
	width: 35%;
	display: block;
	}
span.right{
	width: 65%;
	display: block;
	}
.parking{
	font-size: 0.9rem;
	padding-top: 10px;
	position: absolute;
	}
.parking img{
	width: 8%;
	}
.parking-text{
	position: relative;
	top: 4px;
	left: 10px;
	}
.advance_sp{
	display: block;
	}
.advance_sp{
    margin: 0 auto;
	font-size: 0.9rem;
	line-height: 1.3rem;
	padding: 8px 19px;
    background: #FFFCF2;
    border-top: solid 3px #dbced5;
    border-bottom: solid 3px #dbced5;
	}		
.advance_sp p{
	margin: 0; 
    padding: 0;
	}
.tell_banner{
	display: block;
	text-align: center;
	margin-top: 20px;
	}
.tell_banner img{
	width: 100%;
	}
.tell_banner span{
	font-size: 0.9rem;
	line-height: 1.3rem;
	}
.advance{
	display: none;
	}

}




/*--------------------
	netshop.html
--------------------*/
.netshop{
	padding: 1.5rem 0;
	}
.netshop_banner{
	text-align: center;
	padding: 1.5rem 0;
}
.netshop_banner img{
	width: 80%;
	box-shadow: 5px 5px 5px #C1C4C7;
}
.netshop_guide a{
	display: inline;
	color: #C42938;
	font-size: 1.3rem;
	text-decoration: underline;
	padding: 0 0.3rem;
}
.yahoo a{
	color: #ec6513;
}
.sub_text{
	font-size: 0.9rem;
	line-height: 1.2em;
	padding: 1.5rem 0;
}
.mailmagazin{
	padding: 1.5rem 0;
	text-align: center;
}
.mailmagazin img{
	box-shadow: 5px 5px 5px #C1C4C7;
	width: 50%;
}

/*520px以下*/
@media screen and (max-width: 520px) {
.netshop{
	padding: 0;
	}
.netshop_banner img{
	width: 100%;
	}
.netshop_guide a{
	font-size: 1.1rem;
}
.mailmagazin{
	padding: 1.2rem 0 1.5rem 0;
	}
.mailmagazin img{
	width: 80%;
	}
}


/*--------------------
	access.html
--------------------*/
.access{
	padding-top: 1.5rem;
	}
.access_title{
    overflow: hidden;
	padding-bottom: 1rem;
	}
.access_title span{
    display: inline-block;
    padding-right: 0.5em;
    position: relative;
	}
.access_title span:after{
    border-top: 2px solid #743557;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
	}
.access_title span:after {
    left: 100%;
	}
.transfer{
	margin: 0 auto;
	width: 94%;
	}
.netshop_guide img{
	width: 100%;
	}
.access_link{
	padding: 1rem;
	text-align: center;
	}
.access_link img{
	width: 50%;
	}
	
.shopmap img{
	width: 80%;
	}
.shopmap_text{
	padding: 1rem;
	}
.from{
	display: inline-block;
	}


/*520px以下*/
@media screen and (max-width: 520px) {
.access:last-child{
	padding-top: 0;
	}
.transfer{
	width: 100%;
	}
.access_link img{
	width: 80%;
	}
.shopmap img{
	width: 100%;
	}
}





/*--------------------
	共通フッター部分
--------------------*/
footer{
	padding-top:10px;
	border-top:solid 1px #FFF;
}

footer a{
	text-decoration:underline;
}

#instabanner{
	text-align: center;
	padding-top: 0;
	}
	#instabanner img{
	width: 70%;
	}
#netshop_ico{
	text-align: center;
	padding-top: 0;
	}
#netshop_ico div{
	display: flex;
	justify-content: center;
	width: 80%;
    margin: 0 auto;
}
.rakuten_sp{
	display: none;
	}
#netshop_ico img{
	width: 50%;
	}
.icotext{
	display: block;
	line-height: 1.3rem;
	padding-bottom: 0.5rem;
	font-size: 0.9rem;
	}
.gotop{
	text-align: center;
	}
#copy{
	padding:3rem 0;
	font-size: 0.8rem;
	text-align:center;
	}

/*520px以下*/
@media screen and (max-width: 520px) {

#instabanner img{
	width: 100%;
	}
#netshop_ico div{
	width: 100%;
}
#netshop_ico img{
	width: 60%;
	}
.rakuten_sp{
	display: block;
	}
.rakuten_pc{
	display: none;
	}
}
	