@CHARSET "UTF-8";



/**********************************************************************
* [mainvisual]
**********************************************************************/
.mainvisual {
 position: relative;
}

.main-image img {
 width: 100%;
 height: auto;
 margin: 0 auto;
}

.store-text {
 position: absolute;
/*
 bottom: 0;
*/
 bottom: 20%;
 left: 5%;
}

.store-text h1 {
 padding: 0;
 color: #eee;
 font-weight: normal;
}

.store-text h1 .title {
 font-size: 36px;
 margin-bottom: -0.3em;
}

.store-text h1 .index {
 display: block;
 font-size: 14px;
}

@media (min-width: 768px) {
 .store-text {
/*
  bottom: 0;
*/
  bottom: 30%;
  left: 8%;
 }

 .store-text h1 .title {
  font-size: 42px;
 }

 .store-text h1 .index {
  font-size: 16px
 }
}

@media (min-width: 992px) {
 .store-text {
  left: 10%;
 }

 .store-text h1 .title {
  font-size: 63px;
 }

 .store-text h1 .index {
  font-size: 22px;
 }
}

@media (min-width: 1440px) {
 .store-text {
  left: 18.5%;
 }
}

/**********************************************************************
* [Cherish store]
**********************************************************************/
/* bootstrap common */
.col-xs-5,
.col-xs-10 {
 padding-left: 0.5em;
}

.cherish-firststore {
 margin: 4% 0;
}

.h2-title {
 font-size: 1.5em;
 font-weight: normal;
 padding-left: 0.5em;
}

.no1 .h2-title {
 background-color: #f19dc1;
 color: #fff;
}

.no2 .h2-title {
 background-color: #E6007F;
 color: #fff;
}

.no3 .h2-title {
 background-color: #aad4f1;
 color: #fff;
}

.sub-title {
 font-size: 18px;
}

.pb {
 padding-bottom: 4%;
}

.site a,
.sns-account a {
 color: #aad4f1;
 text-decoration: underline;
}

.site a:hover,
.sns-account a:hover {
 color: #333;
}

/* 地図 */
.ggmap {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.ggmap-link {
 float: right;
}

.ggmap-link a {
 color: #aad4f1;
}

.ggmap-link a:hover {
 color: #333;
}

@media (min-width: 768px) {
 .ggmap {
  padding-bottom: 35%;
 }
}

.sns-account .sns {
 margin-bottom: 1%;
}

.store-title p {
	 color: #333;
 margin-bottom: 0.3em;
}



.store-cell p {
	 color: #333;
 margin-bottom: 0.3em;
}

.pic, .text {
 display: inline-block;
 vertical-align: top;
}

.sns-cell {
 padding: 1% 0;
}

.store-cell .pic,
.sns-cell .pic {
 width: 20%;
}

.text {
	margin: 0 1%;
}

.text span {
 display: block;
 font-size: 0.7em;
 line-height: 1em;
 word-wrap: break-word;
 white-space: normal;
}

.sns-cell p {
 margin-bottom: 0;
}

@media (min-width: 992px) {
 .text span {
  font-size: 0.8em;
 }
}

/**********************************************************************
* [footer]
**********************************************************************/
footer {
 margin-top: 7%;
}

#copyright .text {
 margin: 0;
}