@charset "utf-8";

/*-----------------------------------------------------

  BASE

----------------------------------------------------- */
body {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #333;
	background: #fff;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

img {
	vertical-align: bottom;
	max-width: 100%;
    height: auto;
    width: auto;
    transition: .15s;
}

._sp { display:none!important; }

a {
    text-decoration: none;
    color: #000;
}

li { list-style: none; }

a:hover {
    text-decoration: underline;
}

a:hover img {
  opacity: 0.7;

}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media screen and (max-width:599px){
  ._pc { display:none!important; }
  ._sp { display:block!important; }
}


/* MEDIUM
----------------------------------------------------- */
@media screen and (min-width: 600px) and (max-width:959px) {
}

/* SMALL
----------------------------------------------------- */
@media screen and (max-width: 599px) {
}



.column3 {
  
  width: 90%;
  margin: 0 auto;
}

.column3 li {
  width: 33.33%;
  float: left;
  

}

/*-----------------------------------------------------

  FORMAT

----------------------------------------------------- */
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.full {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.youtube{
  position:relative;
  width:95%;
  padding-top:56.25%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px!important;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.gMap {
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 30px;
}
 
.gMap iframe,
.gMap object,
.gMap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shopArea {
  margin-bottom: 30px;
}

.shopArea li {
  width: 32%;
  float: left;
  margin-right: 2%;
}

.shopArea li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 650px) {
  .shopArea li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*-----------------------------------------------------

  CLEARFIX

----------------------------------------------------- */
*:first-child+html .clearFix{ display: inline-block; } /* for IE7 */
.clearFix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .clearFix { display: inline-block; }
/* no ie mac \*/
* html .clearFix { height: 1%; }
 .clearFix { display: block; }
/* */

