@charset "utf-8";

/*==============================================

	shop

==============================================*/
main .shop_wrap {
  background-color: #778665;
  height: 100vh;
  min-height: fit-content;
}

main .shop_wrap .inner {
  display: flex;
  padding-bottom: 100px;
  margin-top: -20px;
  padding-left: calc((100% - 1200px) / 2);
  padding-right: calc((100% - 1080px) / 2);
}

main .shop_wrap .inner .g_shop_area_list {
  padding-top: 400px;
}

.shop_list {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px;
  margin: 0 auto;
}

.shop_list li {
  width: 250px;
  margin-right: 33.33333px;
  margin-bottom: 40px;
}

.shop_list li:nth-child(4n) {
  margin-right: 0;
}

.shop_list li a {
  display: block;
  transition: all .4s;
}

.shop_list li picture {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(1);
  transition: all .4s;
  width: 100%;
}

.shop_list li a:hover {
  transform: scale(1.02);
}

.shop_list li a:hover picture {
  filter: grayscale(0);
}

.shop_list li picture img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.shop_list li a .img {
  position: relative;
}

.shop_list li a .img .status {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  background-color: #778665;
  font-size: 1.3rem;
  line-height: 1em;
  padding: 3px 7px;
  letter-spacing: 1.5px;
}

.shop_list li h2 {
  margin-top: 15px;
  font-size: 1.3rem;
  color: #B2987B;
  letter-spacing: 1px;
  text-align: left;
}

.shop_list li .address {
  margin-top: 5px;
  letter-spacing: .5px;
  font-size: 1.3rem;
}

.shop_list li .tel {
  margin-top: 5px;
  font-size: 1.2rem;
  letter-spacing: .5px;
  text-align: left;
  line-height: 1.6em;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.shop_list li .tel a {
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
  display: inline-block;
  width: calc(100% - 1.8em);
  vertical-align: inherit;
  padding-left: 0px;
  line-height: inherit;
}

.other_area {
  max-width: 1200px;
  padding: 0 50px;
  margin: 100px auto;
}

.other_area .g_shop_area_list * {
  color: #555555;
}

.other_area .shop_area_list_wrap {
  width: 100%;
}
.other_area .shop_area_list_wrap .resort_pdf_btn {
  margin-right: 0;
  margin-top: 0;
}
.other_area .g_shop_area_list {
  columns: unset;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  width: 100%;
  margin-top: 0;
  column-gap: unset;
}

.other_area .g_shop_area_list li {
  width: 30%;
  margin-right: 5%;
  max-width: unset;
  margin-bottom: 35px;
}

.other_area .g_shop_area_list li a:before,
.other_area .g_shop_area_list li a:after {
  background-color: #555;
}

.other_area .g_shop_area_list li:nth-child(3n) {
  margin-right: 0;
}

main>.shop_head {
  position: fixed;
  left: calc((100% - 1200px) / 2);
  top: -30px;
}

.shop_detail .mv {
  position: fixed;
  top: 300px;
  width: calc(50% - 80px);
  /* padding-right: 100px; */
  min-width: 540px;
}
.shop_detail .mv img {
  width: 100%;
}

.shop_detail .exp {
  width: 50%;
  margin-left: auto;
  padding-top: 300px;
  /* padding-right: calc((100% - 1100px) / 2); */
  margin-bottom: 160px;
}

.shop_detail .exp .status {
  color: #FFFFFF;
  background-color: #778665;
  font-size: 1.3rem;
  line-height: 1em;
  padding: 3px 7px;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-bottom: 10px;
}

.shop_detail .exp h1 {
  font-size: 2rem;
  color: #B2987B;
  position: relative;
}

.shop_detail .exp h1:after {
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #D8D5D1;
  display: block;
}

.shop_detail .exp .ja {
  font-size: 1.3rem;
  color: #B2987B;
  margin-top: 5px;
  margin-bottom: 40px;
}

.shop_detail .exp .info_box {
  display: flex;
  flex-wrap: wrap;
  max-width: 503px;
  margin-bottom: 50px;
}

.shop_detail .exp .info_box h2 {
  width: 82px;
  font-size: 1.3rem;
  margin: 0 0 5px;
  line-height: 2em;
  letter-spacing: 2px;
}

.shop_detail .exp .info_box .text {
  font-size: 1.3rem;
  margin: 0 auto 5px;
  width: calc(100% - 82px);
  line-height: 2em;
}
.shop_detail .exp .info_box .text a {
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
}
.shop_detail .exp .info_box .text span {
    font-size: 1.2rem;
    letter-spacing: inherit;
}
.shop_detail .exp .map {
  margin-bottom: 50px;
}

.shop_detail .exp .map iframe {
  width: 100%;
  height: 330px;
  filter: grayscale(1);
  max-width: 800px;
}

.shop_detail .exp .map .btn {
  margin-top: 20px;
}

.shop_detail .exp .map .btn a {
  color: #B2987B;
  font-size: 1.3rem;
}

.shop_detail .exp .map .btn a i {
  color: #9AA590;
  margin-right: 5px;
  font-size: 1.5rem;
}

.shop_detail .exp .contact_box h3 {
  font-size: 1.6rem;
  color: #B2987B;
  position: relative;
  margin-bottom: 20px;
}

.shop_detail .exp .contact_box h3:after {
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #D8D5D1;
  display: block;
}

.shop_detail .exp .contact_box .tel {
  margin-bottom: 10px;
}
.shop_detail .exp .contact_box .tel_etc  {
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shop_detail .exp .contact_box .tel a {
  font-size: 1.7rem;
  color: #B2987B;
  letter-spacing: 2px;
  /* pointer-events: none; */
}

.shop_detail .exp .contact_box .time {
  font-size: 1.3rem;
  display: flex;
  margin-bottom: 8px;
}

.shop_detail .exp .contact_box .time .head {
  font-size: inherit;
  width: 6em;
  display: inline-block;
}

.shop_detail .exp .contact_box .time .cont {
  width: calc(100% - 6em);
  font-size: inherit;
}

.shop_detail .back {
  background-color: #E4DEDC;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.shop_detail .back .btn {
  text-align: center;
}

.shop_detail .back .btn a {
  color: #555555;
  font-size: 1.2rem;
  padding-left: 60px;
  padding-right: 0;
}

.shop_detail .back .btn a:before {
  background-color: #555555;
  left: 12px;
  right: auto;
}

.shop_detail .back .btn a:after {
  background-color: #555555;
  left: 0;
  right: auto;
}

.shop_detail .exp .btns {
  margin-top: 30px;
}

.shop_detail .exp .btns a {
  background-color: #B2987B;
  padding: 15px 60px;
  text-align: center;
  width: 288px;
  font-size: 1.2rem;
}

.shop_detail .exp .btns a:before {
  right: 30px;
}

.shop_detail .exp .btns a:after {
  right: 20px;
}

/*---------------------------------------------------------------*\
	$736px
\*---------------------------------------------------------------*/
@media screen and (max-width: 736px) {
  main>.shop_head {
    left: -10px;
    top: 70px;
    width: 220px;
  }
  .shop_detail {
    margin-top: 200px;
  }
  main .shop_wrap {
    height: auto;
  }

  main .shop_wrap .inner {
    flex-direction: column;
    padding: 80px 40px 100px;
    margin-top: 0;
  }

  main .shop_wrap .inner .shop_head {
    width: 220px;
    margin-left: -47px;
    margin-bottom: 30px;
  }
  main .shop_wrap .inner .shop_area_list_wrap {
    width: 100%;
  }
  main .shop_wrap .inner .g_shop_area_list {
    width: 100%;
    margin-top: 0;
    padding: 0;
    columns: 1;
  }

  main .shop_wrap .inner .g_shop_area_list li {
    width: 100%;
    max-width: unset;
  }


  .shop_list li {
    width: 100%;
    margin: 0 0 40px;
  }


  .shop_list li picture {
    width: 100%;
    aspect-ratio: 293 / 220;
  }


  .shop_list li picture img {
    height: auto;
    width: 100%;
  }


  .other_area {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .other_area .g_shop_area_list {
    flex-direction: column;
  }

  .other_area .g_shop_area_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .other_area .g_shop_area_list li:last-child {
    margin-bottom: 0;
  }

  .shop_detail .mv {
    position: static;
    margin-right: 20px;
    width: 100%;
    min-width: unset;
  }
  .shop_detail .shop_head img {
    opacity: .5;
  }

  .shop_detail .exp {
    margin: 0 auto;
    width: 100%;
    padding: 60px 20px 100px;
  }

  .shop_detail .exp .info_box .wide {
    width: 100%;
  }

  .shop_detail .exp .contact_box .tel a {
    text-align: left;
    letter-spacing: 1px;
    font-size: 1.6rem;
  }

  .shop_detail .exp .btns a {
    width: 100%;
    padding: 19px 0;
  }

  .shop_list li .tel {
    font-size: 1.3rem;
  }
  .other_area .shop_area_list_wrap .resort_pdf_btn {
    margin-top: 30px;
  }
}
