/*-----------------------
import.scss
-----------------------*/
/*reset --Don't use global reset!--*/
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

/*mediaquery*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption, table th, table td {
  vertical-align: middle;
}
table caption, table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

a {
/*  display: inline-block;*/
  color: #000;
  text-decoration: none;
}
/**a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:visited {
  color: #000;
}**/
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}
.main{
	padding-top:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
/**
input, button, textarea, select {
  margin: 0;
  border: none;
  outline: none;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
}
**/

img.cover, video.cover {
  object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2, h3, h4, h5, h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*-----------------------
style.scss
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
}

main {
  position: relative;
  color: #484848;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.8em;
/* letter-spacing: 0.1em;*/
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
}

.mincho {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}

.en {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}

.bold {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 3%;
}

.inner {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

h2 {
  font-size: 2.2rem;
  text-align: center;
  margin: 8rem 0;
}
h2 .en {
  font-family: 'EB Garamond', serif;
    font-size: 5rem;
  color: #83a38e;
  display: block;
  letter-spacing: 0.1em;
}

h3 {
  font-size: 2.1rem;
  border-left: 6px solid #83a38e;
  padding-left: 1rem;
  margin: 3rem 0;
}

h4 {
  font-size: 1.6rem;
  text-align: center;
}

a {
  color: #484848;
  text-decoration: none;
}
/*
ul {
  padding: 0;
  margin: 0;
}
*/

.i_pc {
  display: block;
}
@media (max-width: 750px) {
  .i_pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}

/*CONTENTS*/
.main-img {
  margin-top: 10rem;
}
.main-img .img {
  position: relative;
}
.main-img .mv {
  width: 94%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.main-img .inner {
  width: 33vw;
  margin: 0 0 0 auto;
  max-width: none;
  text-align: right;
}
.main-img .txt {
  text-align: left;
  font-size: 3.7vw;
  line-height: 1.5em;
}
.main-img .txt span {
  color: #fff;
}
.main-img .txt .mincho {
  letter-spacing: 1rem;
}
.main-img .txt .en {
  font-size: 2.4vw;
  letter-spacing: 0.5rem;
  padding-left: 0.5vw;
}
.main-img .mv-txt {
  width: 17vw;
}
.main-img .img-1,
.main-img .img-2,
.main-img .img-3 {
  position: absolute;
  display: inline-block;
}
.main-img .img-1 {
  right: 12.5vw;
  top: -4rem;
  width: 4vw;
}
.main-img .img-2 {
  left: 2vw;
  bottom: -29%;
  width: 10vw;
}
.main-img .img-3 {
  right: 4vw;
  top: -7%;
  width: 8vw;
}

.read {
  text-align: center;
  margin: 6rem 0;
  position: relative;
}
.read .img-1 {
  position: absolute;
  left: 0;
  width: 11vw;
}

.ranking {
  margin: 20rem 0;
}
.ranking ul li {
  width: 32%;
}
.ranking .no {
  color: #fff;
  position: absolute;
  font-size: 2vw;
  z-index: 0;
  top: 5%;
  left: 5%;
}
.ranking .no::after {
  content: "";
  transform: rotate(-30deg);
  position: absolute;
  display: inline-block;
  border-left: 5vw solid transparent;
  border-right: 9vw solid transparent;
  border-bottom: 9rem solid #83a38e;
  z-index: -1;
  top: -225%;
  left: -420%;
}
.ranking .no span {
  z-index: 2;
}
.ranking .img {
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.ranking .txt {
  text-align: left;
    font-size: 1.2rem;
   padding: 0 1rem;
    line-height: 2rem;
}

.concierge {
  margin-top: 20rem;
}
.concierge .ttl-img {
  position: relative;
  padding: 12rem 0;
}
.concierge .ttl-img h2 {
  text-align: right;
  display: inline-block;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.concierge .ttl-img .ttl-bg {
  position: absolute;
  right: 0;
  width: 60vw;
  height: 100%;
  object-fit: cover;
  top: 0;
  z-index: -1;
}
.concierge .read {
  margin: 7rem 0rem 10rem 0rem;
}
.concierge .box {
  background: #d0d7bf;
  position: relative;
  margin-bottom: 10rem;
}
.concierge .box .no {
  position: absolute;
  font-size: 10rem;
  left: 3%;
}
.concierge .box .cont {
  padding: 15rem 5rem 5rem 5rem;
  align-items: flex-end;
  flex-wrap: wrap;
}
.concierge .box .img {
  width: 55%;
  position: relative;
}
.concierge .box .img .price, .concierge .box .img .ttl {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.concierge .box .img .ttl {
  font-size: 2.6rem;
  text-align: right;
  padding: 1.5rem;
  top: -18%;
  right: -4%;
}
.concierge .box .img .ttl span {
  font-size: 2rem;
}
.concierge .box .img .price {
  font-size: 3.4rem;
  padding: 1rem 3rem;
  bottom: -4%;
  left: -4%;
}
.concierge .box .img .price span {
  font-size: 2.3rem;
}
.concierge .box .txt {
  width: 40%;
}
.concierge .box .txt p {
  background: #fff;
  padding: 2rem;
}
.concierge .box .txt p span {
  color: #ec7772;
  font-weight: 700;
}
.concierge .box .txt .btn {
  margin-top: 2rem;
}
.concierge .box .txt .btn a {
  color: #fff;
  font-size: 1.6rem;
  background: #484848;
  padding: 1.5rem 0;
  display: block;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
.concierge .box .txt .btn a::after {
  content: "";
  position: absolute;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 1rem solid #fff;
  transform: translateY(-50%);
  top: 50%;
  right: 5%;
}
.concierge .box:nth-last-of-type(2) {
  background: #d0d7bf;
  background-image: url(../img/box2-bg.png);
}
.concierge .box:nth-last-of-type(2) .no {
  position: absolute;
  right: 3%;
  left: inherit;
}
.concierge .box:nth-last-of-type(2) .ttl {
  right: inherit;
  left: -4%;
  text-align: left;
}
.concierge .box:nth-last-of-type(2) .price {
  left: inherit;
  right: -4%;
}


.concierge-list {
  margin: 20rem 0;
}
.concierge-list ul li {
  width: 32%;
}
.concierge-list .no {
  color: #fff;
  position: absolute;
  font-size: 2vw;
  z-index: 0;
  top: 5%;
  left: 5%;
}
.concierge-list .no::after {
  content: "";
  transform: rotate(-30deg);
  position: absolute;
  display: inline-block;
  border-left: 5vw solid transparent;
  border-right: 9vw solid transparent;
  border-bottom: 9rem solid #83a38e;
  z-index: -1;
  top: -225%;
  left: -420%;
}
.concierge-list .no span {
  z-index: 2;
}
.concierge-list .img {
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.concierge-list .txt {
  text-align: left;
    font-size: 1.2rem;
   padding: 0 1rem;
    line-height: 2rem;
}



.search {
  margin: 20rem 0;
}
.search .price-list {
  background: #d0d7bf;
  padding: 2rem 0;
}
.search .price-list .flex {
  justify-content: center;
}
.search .price-list .flex li a {
  border-bottom: 1px solid #484848;
  font-size: 1.6rem;
}
.search .price-list .flex li::after {
  content: "/";
  padding: 0 1rem;
}
.search .price-list .flex li:last-child::after {
  display: none;
}
.search h3 {
  text-align: center;
  font-size: 3.5rem;
  position: relative;
  border-left: none;
  margin: 6rem 0 3rem;
}
.search h3::before, .search h3::after {
  content: "";
  position: absolute;
  border-top: 0.1rem solid;
  left: 0;
  top: 45%;
  width: 33%;
}
.search h3::after {
  left: auto;
  right: 0;
}
.search .read {
  margin: 0;
  font-size: 2.2rem;
}
.search .cont {
  margin: 11rem 0;
}
.search .cont .flex {
  margin-top: 6rem;
}
.search .cont .flex li {
  width: 24%;
  margin-bottom: 2rem;
}
.search .cont .flex li .img {
  margin-bottom: 2rem;
}
.search .cont .flex li .txt {
  text-align: left;
    font-size: 1.2rem;
   padding: 0 1rem;
    line-height: 2rem;
}
.search .cont .btn {
  border: 1px solid #484848;
  border-radius: 8px;
  width: 30%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-top: 6rem;
}
.search .cont .btn a {
  color: #484848;
  display: block;
  font-size: 1.8rem;
  padding: 1rem 0;
  letter-spacing: 0.7rem;
}
.search .cont .btn a::after {
  content: "";
  position: absolute;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 1rem solid #484848;
  transform: translateY(-50%);
  top: 50%;
  right: 5%;
}

.choose {
  background: #ece9e2;
  padding: 6rem 0;
}
.choose ul li {
  background: #fff;
  width: 19%;
  text-align: center;
  margin-bottom: 1%;
  border-radius: 5px;
}
.choose ul li a {
  font-size: 1.6rem;
  display: block;
  padding: 1rem 0;
}
.choose .budget ul li {
  width: 32.7%;
}


@media (min-width: 750px) {
.pagetop_in
{
bottom: 25% !important;
}
}
@media (max-width: 750px) {
  h2 {
    font-size: 1.4rem;
    margin: 3rem 0;
  }
  h2 .en {
    font-size: 3.7em;
    padding-bottom: 1rem;
  }

  h3 {
    font-size: 1.7rem;
    margin: 1rem 0;
  }

  h4 {
    font-size: 1.6rem;
    text-align: center;
  }

  .inner {
    width: 90%;
  }

  .category {
    background: #ece9e2;
    padding: 1.5rem 0;
  }
  .category ul {
    justify-content: center;
  }
  .category ul li a {
    text-decoration: none;
    display: inline;
    line-height: 1;
    font-size: 1.1rem;
    border-bottom: 1px solid #484848;
  }
  .category ul li::after {
    content: "/";
    padding: 0 0.5rem;
  }
  .category ul li:last-child::after {
    display: none;
  }

  .main-img {
    margin: 3rem 0 -5vh;
  }
  .main-img .mv {
    width: 94%;
    height: auto;
  }
  .main-img .img-1,
  .main-img .img-2,
  .main-img .img-3 {
    display: none;
  }

  .read {
    text-align: left;
  }
  .read .img-1 {
    display: none;
  }

  .ranking {
    margin: 12rem 0;
  }
  .ranking ul li {
    width: 32%;
  }
  .ranking .no {
    font-size: 1.1rem;
    top: 1%;
    left: 8%;
    line-height: 2rem;
  }
  .ranking .no::after {
    border-left: 4rem solid transparent;
    border-right: 6.5rem solid transparent;
    border-bottom: 8rem solid #83a38e;
    left: -6rem;
    top: -5rem;
  }
  .ranking .img {
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
  }
  .ranking .txt {
    font-size: 1.1rem;
    padding: 0;
    line-height: 1.5em;
  }

  .concierge {
    margin-top: 9rem;
  }
  .concierge .ttl-img {
    padding: 0;
  }
  .concierge .ttl-img .ttl-bg-sp {
    width: 100%;
  }
  .concierge .read {
    margin: 3rem 0rem 5rem 0rem;
    text-align: left;
  }
  .concierge .box {
    background: #d0d7bf;
    position: relative;
    margin-bottom: 5rem;
  }
  .concierge .box .no {
    font-size: 7rem;
    left: 3%;
  }
  .concierge .box .cont {
    padding: 5rem 3rem 3rem 3rem;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .concierge .box .img {
    width: 100%;
    position: relative;
    margin-bottom: 4rem;
  }
  .concierge .box .img img {
    width: 100%;
  }
  .concierge .box .img .ttl {
    font-size: 1.6rem;
    padding: 1rem;
    top: -4%;
    right: -4%;
  }
  .concierge .box .img .ttl span {
    font-size: 1.4rem;
  }
  .concierge .box .img .price {
    font-size: 2.1rem;
    padding: 0.5rem 1rem;
  }
  .concierge .box .img .price span {
    font-size: 1.4rem;
  }
  .concierge .box .txt {
    width: 100%;
    font-size: 1.4rem;
  }
  .concierge .box .txt p {
    padding: 2rem;
  }
  .concierge .box .txt .btn {
    margin-top: 2rem;
  }
  .concierge .box .txt .btn a {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
  .concierge .box:nth-last-of-type(2) .img .ttl {
    right: inherit;
  }
  .concierge .box:nth-last-of-type(2) .txt {
    order: 2;
  }
  
  .concierge-list {
    margin: 12rem 0;
  }
  .concierge-list ul li {
    width: 48%;
    margin-bottom: 2rem;
  }
  .concierge-list .no {
    font-size: 1.1rem;
    top: 1%;
    left: 8%;
    line-height: 2rem;
  }
  .concierge-list .no::after {
    border-left: 4rem solid transparent;
    border-right: 6.5rem solid transparent;
    border-bottom: 8rem solid #83a38e;
    left: -6rem;
    top: -5rem;
  }
  .concierge-list .img {
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
  }
  .concierge-list .txt {
    font-size: 1.1rem;
    padding: 0;
    line-height: 1.5em;
  }

  .search {
    margin: 12rem 0;
  }
  .search .price-list {
    background: #d0d7bf;
    padding: 1rem 0;
  }
  .search .price-list .flex {
    justify-content: center;
  }
  .search .price-list .flex li a {
    font-size: 1rem;
    text-decoration: none;
    display: inline;
    border-bottom: 1px solid #484848;
  }
  .search .price-list .flex li::after {
    content: "/";
    padding: 0 0.5rem;
  }
  .search .price-list .flex li:last-child::after {
    display: none;
  }
  .search h3 {
    font-size: 2.5rem;
    margin: 3rem 0 1.5rem;
  }
  .search h3::before, .search h3::after {
    width: 23%;
  }
  .search h3::after {
    left: auto;
    right: 0;
  }
  .search .read {
    font-size: 1.7rem;
    text-align: center;
    margin: 0;
  }
  .search .cont {
    margin: 5rem 0;
  }
  .search .cont .flex {
    margin: 3rem 0 0;
  }
  .search .cont .flex li {
    width: 49%;
    margin-bottom: 2rem;
  }
  .search .cont .flex li .img {
    margin-bottom: 2rem;
  }
  .search .cont .flex li .txt {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5em;
    padding: 0;
  }
  .search .cont .btn {
    width: 80%;
    margin-top: 4rem;
  }
  .search .cont .btn a {
    font-size: 1.4rem;
    padding: 1rem 0;
  }

  .choose {
    padding: 4rem 0;
  }
  .choose ul li {
    width: 32%;
    text-align: center;
    margin-bottom: 2%;
  }
  .choose ul li a {
    font-size: 1rem;
    display: block;
    padding: 1rem 0;
  }
  .choose .budget ul li {
    width: 49%;
  }
}
@media (max-width: 1024px) and (min-width: 751px) {
  .ranking .no::after {
    border-right: 12vw solid transparent;
  }
}
@media (max-width: 1023px) and (min-width: 751px) {
  .choose ul li a {
    font-size: 1.3rem;
  }

  .concierge .box {
    background: #d0d7bf;
    position: relative;
  }
  .concierge .box .cont {
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .concierge .box .img {
    width: 100%;
    margin-bottom: 3rem;
  }
  .concierge .box .img img {
    width: 100%;
  }
  .concierge .box .txt {
    width: 100%;
  }
  .concierge .box:nth-last-of-type(2) .txt {
    order: 2;
  }
}
