@charset "utf-8";

/* --------------------------------------------


トップページ


---------------------------------------------- */



/* --------------------------------------------

メインヴィジュアル

---------------------------------------------- */
.shopWrap {
 position: relative;
}

.shopWrap .deco:nth-of-type(1) {
 top: -68%;
}

.shop_inner {
 position: relative;
 width: 88%;
 max-width: 1080px;
 margin: 128px auto 96px;
}

.shop_photo {
 width: 55%;
 max-width: 600px;
 border-radius: 30px;
 overflow: hidden;
}

.shop_text {
 margin: auto;
}

.shop_text h2 {
 margin: 0 0 24px;
 font-size: 2.2rem;
 font-weight: 700;
 color: #F36200;
}

.shop_text h2::before {
 content: "";
 display: inline-block;
 width: 0.4em;
 height: 0.4em;
 margin: -0.3em 0.3em 0 0;
 vertical-align: middle;
 border: 7px solid #F36200;
 border-radius: 50%;
}

.shop_text p {}

.shop_text a {}

@media only screen and (max-width:640px) {
 .shopWrap .deco:nth-of-type(1) {
  top: -24%;
 }

 .shop_inner {
  margin: 128px auto 96px;
 }

 .shop_photo {
  width: 100%;
 }

 .shop_text {
  width: 100%;
  margin: 64px 0 0;
 }

 .shop_text h2 {}

 .shop_text h2::before {}

 .shop_text p {}

 .shop_text a {}
}




/* --------------------------------------------

お知らせ

---------------------------------------------- */
.onlineshopWrap {
 justify-content: center;
 align-items: center;
 padding: 64px 0 80px;
 background-color: #fff;
}

.onlineshopWrap h2 {
 margin: 0 64px 0 0;
 text-align: center;
 line-height: 2;
}

.onlineshop_link {
 margin: 0 12px;
 width: 200px;
}

.onlineshop_link a {}

.onlineshop_link a img {}

.onlineshop_link a p {
 text-align: center;
 font-weight: 700;
}


@media only screen and (max-width:640px) {
 .onlineshopWrap {
  padding: 96px 0 64px;
 }

 .onlineshopWrap h2 {
  width: 100%;
  margin: 0;
 }

 .onlineshop_link {
  margin: 32px auto 0;
  width: 51%;
 }

 .onlineshop_link a {}

 .onlineshop_link a img {}

 .onlineshop_link a p {}
}




/* --------------------------------------------

お知らせ

---------------------------------------------- */
.photoWrap {
 position: relative;
 margin: 128px 0 96px;
}

.photoWrap .deco:nth-of-type(1) {
 top: -28%;
}

.photoWrap .deco:nth-of-type(2) {
 top: 80%;
}

.photoWrap p {
 text-align: center;
 font-size: 2rem;
}

.photo_list {
 width: 90%;
 max-width: 1080px;
 margin: 64px auto;
}

.photo_item {
 width: 48%;
 margin: 24px 0;
 border-radius: 30px;
 overflow: hidden;
}

@media only screen and (max-width:640px) {
 .photoWrap {}

 .photoWrap .deco:nth-of-type(1) {
  top: -38%;
 }

 .photoWrap .deco:nth-of-type(2) {
  top: 90%;
 }

 .photoWrap p {}

 .photo_list {}

 .photo_item {
  margin: 12px 0;
 }
}




/* --------------------------------------------

お知らせ

---------------------------------------------- */
.accessWrap {
 margin: 96px auto;
}

.accessWrap h2 {
 text-align: center;
}

.accessWrap span {
 font-size: 1.4rem;
 letter-spacing: 0.2em;
 color: #F36200;
}

.accessWrap em {
 font-size: 2.4rem;
 font-weight: 700;
 line-height: 3.6;
}

.access_gMap {
 width: 90%;
 max-width: 1080px;
 height: 460px;
 margin: 12px auto;
 border-radius: 30px;
 overflow: hidden;
}

.accessWrap iframe {
 display: block;
 width: 100%;
 height: 100%;
}

@media only screen and (max-width:640px) {
 .accessWrap {}

 .accessWrap h2 {}

 .accessWrap span {}

 .accessWrap em {}

 .access_gMap {}

 .accessWrap iframe {
  width: 70%;
  height: 70%;
  transform: scale(1.43);
  transform-origin: left top;
 }
}




/* --------------------------------------------

お知らせ

---------------------------------------------- */


@media only screen and (max-width:640px) {}
