/* CSS Document */
/*-----------------------------------------
  base
-----------------------------------------*/
a {
  text-decoration: none;
}

.contents {
  width: 88%;
  margin: 0 auto;
}

main {
  background: #fff4d7;
  width: 100%;
  margin-top: 20px;
}

.pc_none {
  display: none;
}

.wrappers {
  background: #fff;
  width: 88%;
  margin: 0 auto;
  padding: 0 30px;
}

.intro {
  padding: 30px 0;
}
.intro h2 {
  margin: 10px 0;
  font-size: 1.4rem;
  font-weight: bold;
}
.intro p {
  font-size: 1rem;
  line-height: 1.6rem;
  text-align: justify;
}

#to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  padding: 10px;
  border-radius: 3px;
  background: #381d19;
  z-index: 900;
}

.tourmenu {
  display: table;
  width: 100%;
  padding: 0px 0;
}
.tourmenu li {
  display: table-cell;
  color: #fff;
  text-align: center;
  width: 20%;
  padding: 0 5px;
}
.tourmenu h2 {
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.tourmenu div {
  background-color: #381d19;
  padding: 8px 8px 15px;
  color: #fff;
  text-align: center;
}
.tourmenu figure {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  height: 150px;
  margin-bottom: 10px;
}
.tourmenu img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.tourmenu figure:hover img {
  transform: scale(1.2);
}

.hover_white {
  transition: all 0.5s ease;
}

.hover_white:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  /*background:none!important;*/
  /*background:url(../img_test/his_omotesando300px.png);
  /*border-radius: 50%;*/
}

#map {
  width: 100%;
  padding-top: 70%;
  margin: auto;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
#map .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#map #map_shop {
  width: 300px;
  position: absolute;
  left: 151px;
  top: 141px;
}
#map #map1 {
  width: 300px;
  position: absolute;
  left: 109px;
  top: 18px;
}
#map #map2 {
  width: 270px;
  position: absolute;
  left: 162px;
  top: 123px;
}
#map #map3 {
  width: 255px;
  position: absolute;
  left: 204px;
  top: 333px;
}
#map #map4 {
  width: 300px;
  position: absolute;
  left: 456px;
  top: 268px;
}
#map #map5 {
  width: 280px;
  position: absolute;
  left: 372px;
  top: 488px;
}
#map #map6 {
  width: 300px;
  position: absolute;
  left: 765px;
  top: 180px;
}
#map #map7 {
  width: 260px;
  position: absolute;
  left: 640px;
  top: 444px;
}
#map #map8 {
  width: 260px;
  position: absolute;
  left: 736px;
  top: 653px;
}
#map #map9 {
  width: 260px;
  position: absolute;
  left: 420px;
  top: 100px;
}

.buruburu:hover {
  display: inline-block;
  -webkit-animation: hurueru 0.1s infinite;
          animation: hurueru 0.1s infinite;
}

@-webkit-keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}

@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
.product {
  padding-top: 70px;
}
.product .title {
  display: table;
  width: 65%;
  margin-bottom: 30px;
}
.product .title figure {
  display: table-cell;
  width: 10%;
  vertical-align: bottom;
  padding-right: 10px;
}
.product .title h2 {
  font-size: 1.8rem;
  display: table-cell;
  width: 90%;
  vertical-align: bottom;
  border-bottom: 3px dotted #555;
  padding-bottom: 10px;
  padding-left: 10px;
  font-weight: bold;
}
.product .list {
  margin-bottom: 40px;
  border-bottom: 1px solid #888;
  padding-bottom: 20px;
  display: table;
  width: 100%;
}
.product .pic {
  display: table-cell;
  vertical-align: top;
  width: 35%;
}
.product .box {
  display: table-cell;
  vertical-align: top;
  width: 65%;
  padding-left: 30px;
  padding-top: 15px;
}
.product h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #337ab7;
  font-weight: bold;
}
.product .high {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.05rem;
  color: #333;
}
.product .text {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.3rem;
  text-align: justify;
}
.product .detail {
  display: table;
  width: 100%;
  margin-top: 15px;
}
.product .detail .pirce {
  display: table-cell;
  width: 80%;
  vertical-align: top;
}
.product .detail .pirce::after {
  content: "";
  display: block;
  clear: both;
}
.product .detail .link {
  display: table-cell;
  width: 20%;
  vertical-align: bottom;
}
.product .detail .link div {
  width: 90%;
  height: 40px;
  background-color: #337ab7;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  border-radius: 10px;
  padding-top: 10px;
  box-sizing: border-box;
  margin: 0 auto;
}
.product .detail .link div:hover {
  opacity: 0.6;
}
.product .detail .price_box {
  display: block;
  width: 48%;
  margin-right: 2%;
  float: left;
  background: #fff6e9;
  padding: 10px 15px;
  box-sizing: border-box;
  height: 120px;
}
.product .detail h4 {
  color: #337ab7;
  font-size: 1.05rem;
  font-weight: bold;
}
.product .detail li {
  font-size: 0.95rem;
  margin-bottom: 3px;
  color: #333;
}
.product .detail li span {
  color: #ff0000;
  font-weight: bold;
  font-size: 1.15rem;
}

@media only screen and (max-width: 1024px) {
  main {
    margin-top: 40px;
  }
  .pc_none {
    display: none;
  }
  .wrappers {
    background: #fff;
    width: 95%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .intro {
    padding: 20px 0;
  }
  .intro h2 {
    margin: 10px 0;
    font-size: 1.2rem;
  }
  .intro p {
    font-size: 0.95rem;
    line-height: 1.5rem;
  }
  #to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    padding: 10px;
    border-radius: 3px;
    background: #381d19;
    z-index: 900;
  }
  .tourmenu {
    display: block;
    width: 100%;
    padding: 0;
  }
  .tourmenu::after {
    content: "";
    display: block;
    clear: both;
  }
  .tourmenu li {
    display: block;
    color: #fff;
    text-align: center;
    width: 33.3%;
    padding: 0 7px 15px;
    float: left;
  }
  .tourmenu h2 {
    color: #fff;
    font-size: 1rem;
  }
  .tourmenu div {
    padding: 8px 8px 10px;
  }
  .tourmenu figure {
    height: 150px;
    margin-bottom: 10px;
  }
  #map {
    width: 100%;
    padding-top: 70%;
    margin: auto;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
  }
  #map .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #map #map_shop {
    width: 180px;
    position: absolute;
    left: 90px;
    top: 85px;
  }
  #map #map1 {
    width: 200px;
    position: absolute;
    left: 65px;
    top: 10px;
  }
  #map #map2 {
    width: 270px;
    position: absolute;
    left: 162px;
    top: 123px;
  }
  #map #map3 {
    width: 255px;
    position: absolute;
    left: 204px;
    top: 333px;
  }
  #map #map4 {
    width: 300px;
    position: absolute;
    left: 456px;
    top: 268px;
  }
  #map #map5 {
    width: 180px;
    position: absolute;
    left: 230px;
    top: 320px;
  }
  #map #map6 {
    width: 180px;
    position: absolute;
    left: 490px;
    top: 120px;
  }
  #map #map7 {
    width: 180px;
    position: absolute;
    left: 470px;
    top: 310px;
  }
  #map #map8 {
    width: 260px;
    position: absolute;
    left: 736px;
    top: 653px;
  }
  #map #map9 {
    width: 260px;
    position: absolute;
    left: 420px;
    top: 100px;
  }
  .product {
    padding-top: 40px;
  }
  .product .title {
    display: table;
    width: 90%;
    margin-bottom: 20px;
  }
  .product .title figure {
    width: 10%;
    vertical-align: bottom;
    padding-right: 10px;
  }
  .product .title h2 {
    font-size: 1.5rem;
    width: 90%;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .product .list {
    margin-bottom: 30px;
    padding-bottom: 20px;
    display: block;
    width: 100%;
  }
  .product .pic {
    display: block;
    width: 45%;
  }
  .product .box {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-top: 15px;
  }
  .product h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .product .high {
    margin-bottom: 5px;
    font-size: 1rem;
  }
  .product .text {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .product .detail {
    display: table;
    width: 100%;
    margin-top: 15px;
  }
  .product .detail .pirce {
    display: table-cell;
    width: 80%;
    vertical-align: top;
  }
  .product .detail .pirce::after {
    content: "";
    display: block;
    clear: both;
  }
  .product .detail .link {
    display: table-cell;
    width: 20%;
    vertical-align: bottom;
  }
  .product .detail .link div {
    width: 90%;
    height: 40px;
    background-color: #337ab7;
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    border-radius: 10px;
    padding-top: 10px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .product .detail .link div:hover {
    opacity: 0.6;
  }
  .product .detail .price_box {
    display: block;
    width: 48%;
    margin-right: 2%;
    float: left;
    background: #fff6e9;
    padding: 10px 15px;
    box-sizing: border-box;
    height: 120px;
  }
  .product .detail h4 {
    color: #337ab7;
    font-size: 1.05rem;
    font-weight: bold;
  }
  .product .detail li {
    font-size: 0.95rem;
    margin-bottom: 3px;
    color: #333;
  }
  .product .detail li span {
    color: #ff0000;
    font-weight: bold;
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 690px) {
  main {
    margin-top: 0px;
  }
  .pc_none {
    display: none;
  }
  .wrappers {
    background: #fff;
    width: 95%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .intro {
    padding: 20px 0;
  }
  .intro h2 {
    margin: 0 0 10px;
    font-size: 1.25rem;
  }
  .intro p {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  #to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 10px;
    border-radius: 3px;
    background: #381d19;
    z-index: 900;
  }
  .tourmenu {
    display: block;
    width: 100%;
    padding: 0;
  }
  .tourmenu li {
    width: 50%;
    padding: 0 5px 10px;
  }
  .tourmenu h2 {
    color: #fff;
    font-size: 1.05rem;
  }
  .tourmenu div {
    padding: 8px 8px 10px;
  }
  .tourmenu figure {
    height: 100px;
    margin-bottom: 10px;
  }
  #map {
    width: 100%;
    padding-top: 70%;
    margin: auto;
    position: relative;
    margin: 50px 0;
    overflow: visible;
  }
  #map .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #map #map_shop {
    width: 35%;
    position: absolute;
    left: 10%;
    top: 15%;
  }
  #map #map1 {
    width: 45%;
    position: absolute;
    left: 5%;
    top: -15%;
  }
  #map #map2 {
    width: 33%;
    position: absolute;
    left: 2%;
    top: -2%;
  }
  #map #map3 {
    width: 33%;
    position: absolute;
    left: 2%;
    top: -2%;
  }
  #map #map4 {
    width: 60%;
    position: absolute;
    left: 0px;
    top: 50%;
  }
  #map #map5 {
    width: 40%;
    position: absolute;
    left: 30%;
    top: 70%;
  }
  #map #map6 {
    width: 40%;
    position: absolute;
    left: 60%;
    top: -5%;
  }
  #map #map7 {
    width: 38%;
    position: absolute;
    left: 60%;
    top: 45%;
  }
  #map #map8 {
    width: 25%;
    position: absolute;
    left: 40%;
    top: 5%;
  }
  #map #map9 {
    width: 25%;
    position: absolute;
    left: 40%;
    top: 5%;
  }
  .product {
    padding-top: 40px;
    width: 98%;
    margin: 0 auto;
  }
  .product .title {
    display: table;
    width: 100%;
    margin-bottom: 20px;
  }
  .product .title figure {
    width: 18%;
    vertical-align: bottom;
    padding-right: 10px;
  }
  .product .title h2 {
    font-size: 1.4rem;
    width: 82%;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .product .list {
    margin-bottom: 30px;
    padding-bottom: 20px;
    display: block;
    width: 100%;
  }
  .product .pic {
    display: block;
    width: 90%;
  }
  .product .box {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-top: 15px;
  }
  .product h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .product .high {
    margin-bottom: 5px;
    font-size: 1.1rem;
  }
  .product .text {
    font-size: 1.05rem;
    line-height: 1.45rem;
    text-align: justify;
  }
  .product .detail {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .product .detail .pirce {
    display: block;
    width: 100%;
  }
  .product .detail .link {
    display: block;
    width: 100%;
  }
  .product .detail .link div {
    width: 80%;
    height: 45px;
    text-align: center;
    font-size: 1.1rem;
    border-radius: 10px;
    padding-top: 10px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .product .detail .price_box {
    display: block;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
    float: none;
    padding: 10px 15px;
    box-sizing: border-box;
    height: auto;
  }
  .product .detail h4 {
    color: #337ab7;
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  .product .detail li {
    font-size: 1.05rem;
    margin-bottom: 3px;
  }
  .product .detail li span {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 390px) {
  .wrappers {
    width: 96%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .intro {
    padding: 20px 0;
  }
  .intro h2 {
    margin: 0 0 10px;
    font-size: 1.2rem;
  }
  .intro p {
    font-size: 1.05rem;
    line-height: 1.5rem;
  }
  #to-top {
    position: fixed;
    bottom: 35px;
    right: 35px;
    padding: 10px;
    border-radius: 3px;
    background: #381d19;
    z-index: 900;
  }
  .tourmenu {
    display: block;
    width: 100%;
    padding: 0;
  }
  .tourmenu li {
    width: 50%;
    padding: 0 5px 10px;
  }
  .tourmenu h2 {
    color: #fff;
    font-size: 1.05rem;
  }
  .tourmenu div {
    padding: 8px 8px 10px;
  }
  .tourmenu figure {
    height: 100px;
    margin-bottom: 10px;
  }
  #map {
    width: 100%;
    padding-top: 70%;
    margin: auto;
    position: relative;
    margin: 50px 0;
    overflow: visible;
  }
  #map .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #map #map_shop {
    width: 35%;
    position: absolute;
    left: 10%;
    top: 15%;
  }
  #map #map1 {
    width: 45%;
    position: absolute;
    left: 5%;
    top: -15%;
  }
  #map #map2 {
    width: 33%;
    position: absolute;
    left: 2%;
    top: -2%;
  }
  #map #map3 {
    width: 33%;
    position: absolute;
    left: 2%;
    top: -2%;
  }
  #map #map4 {
    width: 60%;
    position: absolute;
    left: 0px;
    top: 50%;
  }
  #map #map5 {
    width: 40%;
    position: absolute;
    left: 30%;
    top: 70%;
  }
  #map #map6 {
    width: 40%;
    position: absolute;
    left: 60%;
    top: -5%;
  }
  #map #map7 {
    width: 38%;
    position: absolute;
    left: 60%;
    top: 45%;
  }
  #map #map8 {
    width: 25%;
    position: absolute;
    left: 40%;
    top: 5%;
  }
  #map #map9 {
    width: 25%;
    position: absolute;
    left: 40%;
    top: 5%;
  }
  .product {
    padding-top: 40px;
    width: 98%;
    margin: 0 auto;
  }
  .product .title {
    display: table;
    width: 100%;
    margin-bottom: 20px;
  }
  .product .title figure {
    width: 20%;
    vertical-align: bottom;
    padding-right: 10px;
  }
  .product .title h2 {
    font-size: 1.35rem;
    width: 80%;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .product .list {
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: block;
    width: 100%;
  }
  .product .pic {
    display: block;
    width: 100%;
  }
  .product .box {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-top: 15px;
  }
  .product h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .product .high {
    margin-bottom: 5px;
    font-size: 1.1rem;
  }
  .product .text {
    font-size: 1rem;
    line-height: 1.45rem;
  }
  .product .detail {
    margin-top: 15px;
  }
  .product .detail .link {
    display: block;
    width: 100%;
  }
  .product .detail .link div {
    width: 80%;
    height: 45px;
    text-align: center;
    font-size: 1.1rem;
    border-radius: 10px;
    padding-top: 10px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .product .detail .price_box {
    display: block;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
    float: none;
    padding: 10px 15px;
    box-sizing: border-box;
    height: auto;
  }
  .product .detail h4 {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  .product .detail li {
    font-size: 1rem;
    margin-bottom: 3px;
  }
  .product .detail li span {
    font-size: 1.15rem;
  }
}/*# sourceMappingURL=style.css.map */