@charset "utf-8";

html {
    overflow: auto;
    font-size: 62.5%; /* 10px */
}
@media screen and (max-width : 767px) {
	html {
    	font-size: 50%;
	}
}
body{
    color: #666;
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: #fff;
    -webkit-text-size-adjust: 100%; /* モバイルで文字が勝手に大きくなるのをリセット */
}
img {
    border: none;
}
.row--v-middle, .row--v-bottom {
    font-size: 0;
}
.row--v-middle > [class*="col-"] {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.row--v-bottom > [class*="col-"] {
    float: none;
    display: inline-block;
}
#wrapper {
    overflow: hidden;
}
#wrapper a{
	text-decoration: none;
	outline:none;
}
#title{
	padding: 0;
}
#lead{
	font-size: 1.4rem;
	padding-top: 3.0rem;
	padding-bottom: 3.0rem;
}
.item{
	padding: 0;
}
.item img{
	cursor: zoom-in;
}
.info{
	padding-top: 3.0rem;
	padding-bottom: 3.0rem;
}
.spec_outer{
	border-bottom: dashed 1px #666;
	padding-top: 1.0rem;
}
.spec_txt{
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width:768px) and (max-width : 991px) {
	.spec_txt {
    	font-size: 1.3rem;
	}
}
.spec_txt:nth-child(odd)  {
	width: 30%;
}
.spec_txt:nth-child(even)  {
	width: 70%;
}
.go{
    display: inline-block;
    width: 100%;
    margin: 3.0rem auto;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
    border: 1px #F7931E solid;
    text-align: center;
    color: #fff;
    background-color: #F7931E;
    -webkit-transition: color .3s ease-out, background-color .3s ease-out;
    -moz-transition: color .3s ease-out, background-color .3s ease-out;
    -o-transition: color .3s ease-out, background-color .3s ease-out;
    transition: color .3s ease-out, background-color .3s ease-out;
}
.go span{
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.9rem;
	font-weight:400;
}
.go:hover{
	background-color:#fff;
	color:#F7931E;
	border:1px #F7931E solid;
}
.go a{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:left;
	text-indent:-999px;
	background-color:#fff;/*IE7、8に適用するハック*/
	filter:alpha(opacity=0);/*フィルターで透明に*/
	opacity:0;
}
#shop{
    margin-top: 8.0rem;
}
.shopinfo {
	text-align: center;
}
@media screen and (min-width : 992px) {
	.shopinfo{
		text-align: left;
	}
}
.shopinfo a, .shopelement a{
    color: #464646;
    transition: color .3s ease-out;
}
.shopinfo a:hover, .shopelement a:hover{
	color: #FF7CD5;
}
.shopinfo-txt1{
    color: #464646;
    font-family: 'Open Sans', sans-serif;
    font-size: 4.0rem;
    font-weight: 800;
    letter-spacing: -0.1rem;
    line-height: 1.0;
}
.shopinfo-txt2{
	color:#464646;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.0;
}
@media screen and (min-width:992px) and (max-width:1199px) {
	.shopinfo-txt1 {
		font-size: 3.7rem;
	}
	.shopinfo-txt2 {
		font-size: 2.2rem;
	}
}
.shopelement{
    padding-top: 0.5rem;
    margin-top: 2.0rem;
    border-top: 0.2rem solid #464646;
    color: #000;
    font-size: 1.5rem;
}
@media screen and (max-width : 991px) {
	.shopelement{
		width:80%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1.0rem;
	}
}
.shopelement span{
	display:block;
	margin-bottom: 0.3rem;
	font-family:'Open Sans', sans-serif;
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: -0.1rem;
	color:#464646;
}
#map{
	width: 100%;
	height: 60vh;
	margin: 3.0rem auto;
}
@media screen and (max-width : 767px) {
	#map {
    	height: 40vh;
	}
}
@media screen and (min-width:768px) and (max-width : 991px) {
	#map {
    	height: 45vh;
	}
}
.mapimg{
	text-align: center;
}
@media screen and (max-width : 991px) {
	.mapimg img{
		width: 90%;
		margin: 4.5rem auto 0 auto;
	}
}
.copyright{
	color: #666;
	width:100%;
	margin:6.0rem auto 1.0rem auto;
	font-size:1.2rem;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.clr{
	clear:both;
}