@charset "utf-8";

html {
    overflow: auto;
    font-size: 62.5%; /* 10px */
}
@media screen and (max-width : 767px) {
	html {
    	font-size: 56%;
	}
}
body{
    color: #666;
    font-family: "Noto Sans JP", "游ゴシック", 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: #52528C;
    -webkit-text-size-adjust: 100%; /* モバイルで文字が勝手に大きくなるのをリセット */
}
img * {
    border: none;
}
#wrapper {
    overflow: hidden;
}
#wrapper a{
	text-decoration: none;
	outline:none;
}
#title{
	padding: 0;
}
#lead{
    margin: 0 auto;
    padding-top: 9.0rem;
    padding-bottom: 9.0rem;
    color: #ccc;
    background-color: #212121;
}
@media screen and (max-width:575.98px) {
    #lead{
        font-size: 1.4rem;
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }
}
@media screen and (min-width:576px) and (max-width:767px) {
    #lead{
        font-size: 1.5rem;
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    #lead{
        font-size: 1.4rem;
        padding-top: 6.0rem;
        padding-bottom: 6.0rem;
    }
}
.item{
	padding: 0;
}
.photo{
	overflow: hidden;
	margin: 0;
}
.photo a img{
	cursor: zoom-in;
	-webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.photo a img:hover{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.model{
	margin-bottom: 4.5rem;
    font-family: 'Quicksand', sans-serif;
	font-size: 2.4rem;
    font-weight: 400;
	text-align: left;
    color: #FCCC00;
}
.spec1, .spec2{
    font-family: 'Quicksand', sans-serif;
	text-align: left;
    color: #FCCC00;
	line-height: 1.2;
}
.spec1{
    margin-bottom: 0.5rem;
    padding: 0.5rem 0 0.6rem 0.1rem;
    border-bottom: 0.1rem solid #BFBFBF;
    font-size: 1.8rem;
    font-weight: 400;
}
.spec2{
	margin-bottom: 3.0rem;
	padding-left: 0.1rem;
	font-size: 1.6rem;
    font-weight: 400;
}
.info{
	margin: 4.5rem auto;
	text-align: center;
}
.go, .go-sold{
    margin: 7.5rem auto;
}
.go a{
    display: inline-block;
    width: 100%;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    text-align: center;
    color: #1B9092;
    background-color: #E2EB98;
    border: 0.2rem solid #E2EB98;
    border-radius: 0.5rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.go a:hover{
    background-color: transparent;
    border: 0.2rem solid #E99463;
    color: #E99463;
    border-radius: 3.0rem;
}
.go a span{
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.9rem;
	font-weight:400;
	display: inline-block;/*ひとまとめで改行（単語間で改行しない）*/
}
@media screen and (max-width : 575.98px) {
	.go{
		font-size:1.4rem;
	}
	.go a span{
		font-size:1.7rem;
	}
}
.go-sold span{
    display: inline-block;
    width: 100%;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    text-align: center;
    color: #1B9092;
    background-color: transparent;
    border: 0.2rem solid #E99463;
    color: #E99463;
    border-radius: 3.0rem;
}
.line {
	margin-bottom: 7.5rem;
	height:0;
	border:0;
	border-top:0.1rem solid #fff;
	border-bottom:0.1rem solid #999;
}
#shop{
	padding: 4.5rem 0 0 0;
}
.shopinfo {
	padding: 0;
}
.shopinfo a, .shopelement a{
    color: #fff;
    transition: color .3s ease-out;
}
.shopinfo a:hover, .shopelement a:hover{
    color: #D4DD4C;
}
.shopinfo-txt1{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 4.0rem;
    font-weight: 800;
    letter-spacing: -0.1rem;
    line-height: 1.0;
}
.shopinfo-txt2{
	color:#fff;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.0;
    letter-spacing: -0.1rem;
}
@media screen and (max-width : 991px) {
	.shopinfo-txt1, .shopinfo-txt2{
		text-align: center;
	}
}
@media screen and (max-width:575.98px) {
	.shopinfo-txt1 {
		font-size: 3.6rem;
	}
}
@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: 1.0rem;
    border-top: 0.1rem solid #E2EB98;
    color: #fff;
    font-size: 1.5rem;
}
.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: #fff;
}
.mapimg{
	text-align: center;
}
@media screen and  (max-width : 575.98px) {
	.mapimg img{
		width: 90%;
		margin: 4.5rem auto 0 auto;
	}
}
@media screen and  (min-width:576px) and (max-width : 991px) {
	.mapimg img{
		width: 85%;
		margin: 4.5rem auto 0 auto;
	}
}
.copyright{
	color: #999;
	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;
}