@charset "UTF-8";
/*====================================================

	TOP - トップページ

====================================================*/
/* l-concept
--------------------------------------*/
.top-outline {
  margin-top: 80px;
}

.top-outline li:before {
  background: rgba(0, 0, 0, 0.6);
}

.top-outline .catch {
  position: static;
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.top-outline .accom-info {
  padding-bottom: 150px;
}

.top-outline .btn-rsv {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* l-feerate
--------------------------------------*/
.l-feerate {
  margin-top: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.l-feerate.feerate-clum {
  margin-right: auto;
  margin-left: auto;
  width: 93vw;
  border-top: 1px solid #9fa0a0;
  border-bottom: 1px solid #9fa0a0;
}

.l-feerate .head-rate {
  font-size: 1.4rem;
  font-weight: 600;
}

.l-feerate p {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}

/* l-location
--------------------------------------*/
.position-map .location-map-img img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.location-map-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  list-style: none;
  align-items:flex-end;
}

.location-map-link li {
  width: 31%;
  border: 1px solid #231815;
}
@media screen and (max-width: 767px) {
  .location-map-link li.sagiura {
      display: none;
  }
}

.location-map-link a {
  display: block;
}

.region-box {
  position: relative;
  margin-top: 80px;
  padding-top: 50px;
  padding-bottom: 130px;
  text-align: center;
}

.region-box:before, .region-box:after {
  position: absolute;
  top: 0;
  left: 6.5vw;
  content: '';
  background: #231815;
}

.region-box:before {
  width: 55px;
  height: 2px;
}

.region-box:after {
  width: 2px;
  height: 26px;
}

.region-box.revs:before, .region-box.revs:after {
  left: auto;
  right: 6.5vw;
}

.region-info .accom-name .el-jp {
  display: block;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
}

.region-info .accom-name .el-en {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 120px;
}

.region-info .catch {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}

.region-map {
  position: relative;
  margin: 0;
}

.region-map img {
  width: 100%;
}

/* l-gallery
--------------------------------------*/
.slide-glly {
  /* 体験 */
  /* インスタ */
}

.slide-glly.glly-exp a, .slide-glly.glly-exp .ex-img {
  height: 94vw;
}

.slide-glly.glly-inst a, .slide-glly.glly-inst .inst-img {
  height: 75vw;
}

@media print, screen and (min-width: 768px) {
  /* l-concept
	--------------------------------------*/
  .top-msg {
    font-size: 1.8rem;
  }
  .top-outline {
    margin-top: 180px;
  }
  .top-outline .catch {
    font-size: 1.3rem;
  }
  /* l-feerate
	--------------------------------------*/
  .l-feerate {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .l-feerate .head-rate {
    font-size: 2.6rem;
  }
  .l-feerate p {
    font-size: 2rem;
  }
  .l-feerate .rate-img {
    margin-left: auto;
    margin-right: auto;
    width: 540px;
  }
  .l-feerate.feerate-clum {
    padding: 20px;
    width: 600px;
  }
  .l-feerate.feerate-clum .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
  .l-feerate.feerate-clum .rate-body {
    margin-right: 25px;
    text-align: left;
    width: 180px;
  }
  .l-feerate.feerate-clum .head-rate {
    font-size: 1.2rem;
  }
  .l-feerate.feerate-clum p {
    font-size: 0.9rem;
  }
  .l-feerate.feerate-clum .rate-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  /* l-location / location-map
	--------------------------------------*/
  .position-map {
    position: relative;
    margin-bottom: 120px;
  }
  .position-map .location-map-img {
    margin-left: auto;
    margin-right: auto;
    width: 91vw;
  }
  .position-map .location-map-img img {
    width: 100%;
    margin: 0 auto;
  }
  .location-map-link {
    display: block;
  }
  .location-map-link li {
    position: absolute;
    width: 10vw;
    max-width: 130px;
  }
  .location-map-link li.hirata {
    top: calc(120 / 1800 * 100vw);
    left: calc(730 / 1800 * 100vw);
  }
  .location-map-link li.taisha {
    top: calc(790 / 1800 * 100vw);
    left: calc(280 / 1800 * 100vw);
  }
  .location-map-link li.sagiura {
    top: calc(280 / 1800 * 100vw);
    left: calc(180 / 1800 * 100vw);
  }
  .region-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .region-box:before, .region-box:after {
    left: 45px;
  }
  .region-box.revs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .region-box.revs:before, .region-box.revs:after {
    right: 45px;
  }
  .region-info {
    width: 340px;
  }
  .region-info .accom-name .el-jp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    font-size: 2.2rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    width: 340px;
  }
  .region-info .catch {
    font-size: 1.8rem;
  }
  .region-info .btn-btm {
    position: static;
  }
  .region-map {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 1.5vw;
    margin-right: 0;
    z-index: -1;
  }
  .revs .region-map {
    margin-left: 0;
    margin-right: 1.5vw;
  }
  /* l-gallery
	--------------------------------------*/
  .slide-glly {
    /* 体験 */
    /* インスタ */
  }
  .slide-glly.glly-exp a, .slide-glly.glly-exp .ex-img {
    height: 45vw;
  }
  .slide-glly.glly-inst a, .slide-glly.glly-inst .inst-img {
    height: 32.5vw;
  }
}

@media print, screen and (min-width: 1000px) {
  /* l-concept
	--------------------------------------*/
  .top-msg p {
    font-size: 2rem;
  }
  .top-outline .catch {
    font-size: 1.6rem;
  }
  /* l-location / location-map
	--------------------------------------*/
  .region-info .catch {
    font-size: 2rem;
  }
  /* l-gallery
	--------------------------------------*/
  .slide-glly {
    /* 体験 */
    /* インスタ */
  }
  .slide-glly.glly-exp a, .slide-glly.glly-exp .ex-img {
    height: 20.5vw;
  }
  .slide-glly.glly-inst a, .slide-glly.glly-inst .inst-img {
    height: 22vw;
  }
}

@media print, screen and (min-width: 1800px) {
  /* l-location / location-map
	--------------------------------------*/
  .location-map-link li.hirata {
    top: calc(390 / 4000 * 100vw);
    left: calc(1650 / 4000 * 100vw);
  }
  .location-map-link li.taisha {
    top: calc(1760 / 4000 * 100vw);
    left: calc(670 / 4000 * 100vw);
  }
  .location-map-link li.sagiura {
    top: calc(610 / 4000 * 100vw);
    left: calc(440 / 4000 * 100vw);
  }
}

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

	施設紹介

====================================================*/
/*-------------------------------------

	施設紹介トップ

-------------------------------------*/
/*areaimg
-------------------------------------*/
.region-outline {
  margin-top: 80px;
  text-align: center;
}

.l-areaimg {
  margin-top: 80px;
}

.l-areaimg img {
  width: 100%;
}

.note-howtocar {
  margin: 30px calc(50% - 50vw) 0;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  width: 100vw;
  background: #e2e2e2;
}

.note-howtocar .note-head {
  font-size: 1.8rem;
}

.note-howtocar .note-head span {
  padding-left: 30px;
  background-image: var(--wpr-bg-08fabb11-2e36-4302-b32f-a9e4bdb6a7f9);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 24px 21px;
}

.note-howtocar .note-body {
  margin: 0 auto;
  width: 82vw;
}

.note-howtocar .note-body p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: -0.01em;
}

.note-howtocar .note-body .small-txt {
  font-size: 1.2rem;
}

.note-howtocar .note-guide .guide-head {
  display: inline-block;
  margin-bottom: 0;
  padding: 0 7px 10px;
  font-size: 1.6rem;
  border-bottom: 1px solid #231815;
}

/* service
--------------------------------------*/
.l-service {
  margin-top: 80px;
}

.l-service .serv-head {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  width: 93px;
}

.l-service .serv-head.oku {
  width: 260px;
}

.l-service .btn-more {
  margin-top: 50px;
  text-align: center;
}

/* build-box */
.build-box {
  margin-top: 40px;
  padding-top: 50px;
  border-top: 1px solid #9fa0a0;
}

.build-head {
  text-align: center;
}

.build-head img {
  height: 40px;
}

.build-head + .card-list {
  margin-top: 40px;
}

/* .room-outline  */
.room-list {
  margin-bottom: -7vw;
}

.room-list li {
  margin-bottom: 7vw;
}

.room-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.room-outline .room-name {
  width: 100px;
  text-align: center;
}

.room-outline .room-name img {
  width: 45px;
}

.room-outline .room-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 5px;
  padding-left: 20px;
  border-left: 1px solid #9fa0a0;
}

.room-outline .catch {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 2;
}

.room-outline .guestnum {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
}

/* access
--------------------------------------*/
.l-access {
  margin-top: 80px;
}

.access-head {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 184px;
}

.access-map {
  margin-top: 30px;
}

.access-map .map {
  width: 100%;
  height: 60vw;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.access-info {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 82vw;
}

.access-info .accom-name {
  font-size: 1.4rem;
}

.access-info p {
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  /*areaimg
	-------------------------------------*/
  .region-outline {
    margin-top: 150px;
  }
  .l-areaimg {
    margin-top: 150px;
  }
  .note-howtocar {
    margin: 50px auto 0;
    padding-top: 20px;
    padding-bottom: 25px;
    width: 78vw;
  }
  .note-howtocar .note-head {
    font-size: 2.4rem;
  }
  .note-howtocar .note-head span {
    padding-left: 40px;
    background-size: 30px 25px;
  }
  .note-howtocar .note-body {
    width: auto;
  }
  .note-howtocar .note-body p {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .note-howtocar .note-guide .guide-head {
    font-size: 1.8rem;
  }
  /* service
	--------------------------------------*/
  .l-service {
    margin-top: 150px;
  }
  .l-service .serv-head {
    width: 115px;
  }
  .l-service .serv-head.oku {
    margin-left: 50%;
    width: 340px;
    -webkit-transform: translateX(-77%);
            transform: translateX(-77%);
  }
  .l-service .btn-more {
    margin-top: 80px;
  }
  /* build-box */
  .concept-txt + .build-box {
    margin-top: 80px;
  }
  .build-box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 78vw;
  }
  .build-head + .card-list {
    margin-top: 50px;
  }
  /* .room-outline  */
  .room-outline .room-name {
    width: 60px;
  }
  .room-outline .room-name img {
    width: 30px;
  }
  /* access
	--------------------------------------*/
  .l-access {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 150px;
    margin-left: 11vw;
  }
  .access-body {
    width: 250px;
  }
  .access-head {
    margin-left: 0;
    margin-right: auto;
    width: 115px;
  }
  .access-map {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  .access-map .map {
    height: 400px;
  }
  .access-info {
    position: absolute;
    top: 250px;
    left: 0;
    width: 240px;
  }
}

@media print, screen and (min-width: 1000px) {
  /* service
	--------------------------------------*/
  /* .room-outline  */
  .room-outline .room-name {
    width: 120px;
  }
  .room-outline .room-name img {
    width: 45px;
  }
}

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

	施設紹介 お部屋詳細

-------------------------------------*/
/* room-elm */
.room-elm {
  margin-top: 80px;
  line-height: 1.6;
}

.room-elm .room-tbl {
  font-size: 1.4rem;
  text-align: center;
  border-top: 1px solid #231815;
}

.room-elm .room-item {
  border-bottom: 1px solid #231815;
}

.room-elm .room-item dt, .room-elm .room-item dd {
  margin-right: auto;
  margin-left: auto;
  width: 82vw;
}

.room-elm .room-item dt {
  margin-top: 20px;
}

.room-elm .room-item dd {
  margin-top: 10px;
  margin-bottom: 20px;
}

.room-elm .room-note {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  width: 82vw;
}

.room-elm .inout-time {
  margin-bottom: 0;
}

.room-elm .room-status {
  margin-top: 30px;
}

.room-elm .room-rsv {
  padding: 20px 6vw;
  color: #fff;
  text-align: center;
  background: #231815;
  border-radius: 5px;
}

.room-elm .rsv-link {
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #fff;
}

.room-elm .rsv-link a {
  display: block;
  padding-bottom: 15px;
}

.room-elm .rsv-link img {
  width: 95%;
  max-width: 200px;
}

.room-elm .rsv-feerate .head-rate {
  margin-bottom: 0px;
  font-size: 1.2rem;
  font-weight: 600;
}

.room-elm .rsv-feerate p {
  font-size: 0.9rem;
}

.room-elm .el-attn {
  font-size: 1.2rem;
  text-align: center;
}

/* l-other-room */
.l-other-room {
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 40px;
  border-top: 1px solid #9fa0a0;
  border-bottom: 1px solid #9fa0a0;
}

.l-other-room .head-other-room {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

.room-link {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
}

.room-link li {
  margin-bottom: 3vw;
  padding-left: 0;
}

.room-link a {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.room-link a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.room-link .room-img {
  margin: 0;
  height: 26.5vw;
}

.room-link .room-img img {
  height: 26.5vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.room-link .room-info {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 10;
}

.room-link .room-name {
  margin: 7px auto 0;
}

.room-link .room-name img {
  height: 40px;
}

.room-link .guestnum {
  margin-top: 10px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
}

.room-link .bed-type {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  /* room-photo */
  .room-photo {
    margin-left: auto;
    margin-right: auto;
    width: 91vw;
  }
  /* room-elm */
  .room-elm {
    margin-top: 150px;
    margin-right: auto;
    margin-left: auto;
    width: 78vw;
  }
  .room-elm .room-tbl {
    text-align: left;
  }
  .room-elm .room-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
  }
  .room-elm .room-item dt, .room-elm .room-item dd {
    width: auto;
  }
  .room-elm .room-item dt {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    width: 70px;
  }
  .room-elm .room-item dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    margin-bottom: 0;
  }
  .room-elm .room-note {
    margin-left: 20px;
    width: auto;
  }
  .room-elm .room-status {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
  .room-elm .room-rsv {
    padding-right: 30px;
    padding-left: 30px;
  }
  .room-elm .rsv-link a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .room-elm .rsv-link a:hover {
    opacity: 0.7;
  }
  /* l-other-room */
  .l-other-room {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .l-other-room .head-other-room {
    font-size: 2.1rem;
  }
  .room-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .room-link li {
    margin-bottom: 0;
    margin-right: 2.5%;
    width: 18%;
    background: #231815;
  }
  .room-link li:last-child {
    margin-right: 0;
  }
  .room-link a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .room-link a:hover {
    opacity: 0.7;
  }
  .room-link a:before {
    display: none;
  }
  .room-link .room-img {
    height: auto;
  }
  .room-link .room-img img {
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
  .room-link .room-info {
    position: static;
    padding: 15px 10px 15px;
    height: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .room-link .room-name {
    margin-top: 0;
    height: 45px;
  }
}

@media print, screen and (min-width: 1000px) {
  /* room-elm */
  .room-elm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .room-elm .room-equip {
    width: 47%;
  }
  .room-elm .room-status {
    width: 40%;
  }
  /* l-other-room */
  .l-other-room {
    margin-top: 150px;
  }
}

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

	施設紹介 料理

-------------------------------------*/
/* cuisine
--------------------------------------*/
.l-cuisine {
  margin-top: 80px;
}

.l-cuisine + .l-cuisine {
  margin-top: 120px;
}

.l-cuisine .head-catch {
  margin-top: 35px;
  margin-bottom: -20px;
}

.head-cuisine .cuisine-ttl {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 2.8rem;
  margin-top: 5rem;
}

.head-cuisine .cuisine-ttl img {
  height: 41px;
}

.cuisine-photo {
  margin-top: 0;
}

.cuisine-photo + .concept-txt {
  margin-top: 60px;
}

.l-cuisineimg {
  margin-top: 80px;
}

.l-cuisineimg img {
  width: 100%;
}

.l-chef {
  margin-top: 100px;
  margin-bottom: 100px;
}

.l-chef .head-chef {
  margin-left: auto;
  margin-right: auto;
  width: 95px;
}

.l-chef .head-chef img {
  width: 100%;
}

.l-chef .chef-img {
  margin-left: 0;
  margin-right: 0;
}

.l-chef .chef-img img {
  width: 100%;
}

.l-chef .chef-body {
  margin-left: auto;
  margin-right: auto;
  width: 82vw;
}

.l-chef .chef-name {
  margin-bottom: 10px;
}

.l-chef .chef-name .el-jp {
  font-size: 2.6rem;
  font-weight: 600;
}

.l-chef .chef-name .el-en {
  margin-left: 20px;
}

.l-chef .chef-name .el-en img {
  width: 115px;
  vertical-align: baseline;
}

.l-chef .chef-profile {
  font-size: 1.4rem;
  line-height: 2.5;
}

.ingrd-list .shop-name {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.ingrd-list .owner-name {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 2.6rem;
  font-weight: 600;
}

.ingrd-list .owner-name span {
  font-size: 1.8rem;
}

.ingrd-list .product {
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 10px;
  font-size: 1.4rem;
  font-weight: 600;
  width: 65vw;
  background: #dbdbdb;
}

.ingrd-list .profile {
  font-size: 1.4rem;
  line-height: 2;
}

.ingrd-list .media-img img {
  height: 60vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 17%;
     object-position: 0 17%;
}

.l-oku-place {
  margin-top: 80px;
  margin-bottom: 160px;
}

.l-oku-place .head-place {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  /* cuisine
	--------------------------------------*/
  .l-cuisine {
    margin-top: 150px;
  }
  .l-cuisine + .l-cuisine {
    margin-top: 150px;
  }
  .l-cuisine .head-catch {
    margin-top: 50px;
  }
  .head-cuisine .cuisine-ttl img {
    height: 55px;
  }
  .l-chef {
    position: relative;
    width: 78vw;
  }
  .l-chef .head-chef {
    position: absolute;
    top: 0;
    left: 49%;
    margin-left: 0;
    width: 127px;
  }
  .l-chef .chef-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-chef .chef-img {
    width: 46%;
  }
  .l-chef .chef-body {
    padding-top: 50px;
    width: 48%;
  }
  .ingrd-list .shop-name {
    margin-top: 0;
  }
  .ingrd-list .product {
    width: 43%;
  }
  .ingrd-list .media-img img {
    height: auto;
  }
  .l-oku-place {
    margin-bottom: 200px;
  }
  .l-oku-place .head-place {
    font-size: 2.4rem;
  }
}

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

	GALLERY - ギャラリー

====================================================*/
.l-gallery .card-list {
  margin-top: 40px;
}

.l-glly-accom {
  margin-top: 80px;
}

.l-glly-accom .head-accom {
  margin-left: auto;
  margin-right: auto;
  width: 135px;
}

.l-glly-accom .head-accom img {
  width: 100%;
}

.l-glly-accom .glly-inst a, .l-glly-accom .glly-inst .inst-img {
  height: 75vw;
}

.l-glly-accom .btn-more {
  margin-top: 50px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .l-gallery .card-list {
    margin-top: 50px;
  }
  .l-glly-accom .btn-more {
    margin-top: 80px;
  }
  .l-glly-accom .glly-inst a, .l-glly-accom .glly-inst .inst-img {
    height: 24.4vw;
  }
}

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

	TAIKEN - 体験

====================================================*/
.article-list {
  margin-top: 40px;
  padding-bottom: 40px;
  border-top: 2px solid #e2e2e2;
  border-bottom: 2px solid #e2e2e2;
}

.article-list.no-bdrt {
  border-top: 0;
}

.l-taiken {
  margin-top: 40px;
}

.l-taiken .card-list {
  margin-top: 40px;
}

.taiken-list li {
  margin-bottom: 20px;
}

.taiken-list a, .taiken-list .ex-img {
  height: 96vw;
}

/* 体験詳細記事 */
.exp-article .exp-head .head-label .label {
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  width: 160px;
  background: #231815;
  border-radius: 3px;
}

.exp-article .exp-head .head-label img {
  height: 22px;
}

.exp-article .exp-head .head-ttl {
  margin-top: 15px;
}

.exp-article .exp-head .head {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}

.exp-mv {
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}

.exp-mv img {
  width: 100%;
}

.exp-contents {
  margin-top: 40px;
}

.exp-contents .content-body {
  margin-left: auto;
  margin-right: auto;
  width: 82vw;
}

.exp-contents .catch {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
}

.exp-contents .content {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 2;
}

.exp-contents .content ol, .exp-contents .content ul {
  padding-left: 1.5em;
}

.exp-contents .content img {
  width: 100%;
  height: auto;
}

.exp-contents .contents-img-list {
  margin-top: 30px;
}

.exp-contents .contents-img-list .exp-img {
  margin-left: 0;
  margin-right: 0;
}

.exp-contents .contents-img-list img {
  width: 100%;
}

.exp-info {
  margin-top: 50px;
}

.exp-info .info-box {
  margin-top: 40px;
  font-size: 1.4rem;
}

.exp-info .info-ttl {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  border-top: 2px solid #231815;
  border-bottom: 1px dashed #9fa0a0;
}

.exp-info .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.exp-info .info-item dt {
  margin-right: 5px;
  width: 4.5em;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

.exp-info .info-item dd {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
  padding-left: 1.3em;
}

.exp-info .info-item dd:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "／";
}

.exp-info .shop-img {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

.exp-info .shop-img img {
  width: 100%;
}

.exp-contact {
  margin-top: 60px;
  text-align: center;
}

.exp-contact .btn-contact {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 350px;
}

.exp-contact .btn-contact a {
  display: block;
  padding: 20px 0;
  background: #231815;
  border-radius: 5px;
}

.exp-contact .btn-contact img {
  width: 240px;
}

.exp-contact .el-attn {
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .article-list {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .l-taiken {
    margin-top: 60px;
    padding-bottom: 40px;
  }
  .l-taiken .card-list {
    margin-top: 60px;
  }
  .taiken-list a, .taiken-list .ex-img {
    height: 31.4vw;
  }
  /* 体験詳細記事 */
  .exp-article {
    margin-left: auto;
    margin-right: auto;
    width: 78vw;
  }
  .exp-article .exp-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .exp-article .exp-head .head-label {
    margin-right: 40px;
    width: 160px;
  }
  .exp-article .exp-head .head-label img {
    height: 25px;
  }
  .exp-article .exp-head .head-ttl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  .exp-article .exp-head .head {
    margin-top: 0;
    font-size: 2.6rem;
  }
  .exp-mv {
    margin-top: 60px;
  }
  .exp-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 80px;
    width: 78vw;
  }
  .exp-contents .content-body {
    margin-left: 0;
    margin-right: 0;
    width: 47%;
  }
  .exp-contents .catch {
    font-size: 2.2rem;
  }
  .exp-contents .content {
    font-size: 1.6rem;
  }
  .exp-contents .contents-img-list {
    width: 47%;
  }
  .exp-info .info-box {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .exp-contact {
    margin-top: 80px;
  }
  .exp-contact .btn-contact a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .exp-contact .btn-contact a:hover {
    opacity: 0.7;
  }
}

@media print, screen and (min-width: 1000px) {
  .exp-contents .catch {
    font-size: 2.6rem;
  }
  .exp-contents .content {
    font-size: 1.8rem;
  }
  .exp-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .exp-info .info-box {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    width: 45%;
    max-width: 350px;
  }
}

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

	NEWS - お知らせ

====================================================*/
.newsarch-list {
  margin-top: 40px;
}

.newsarch-list li {
  margin-bottom: 20px;
  background: #f0f0f0;
}

.newsarch-list .news-img {
  height: 54vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.newsarch-list .card-body {
  padding: 5px 20px 20px;
}

.newsarch-list .news-ttl {
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: 600;
}

.newsarch-list .news-desc {
  font-size: 1.4rem;
  line-height: 1.6;
}

.newsarch-list .news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 15px;
}

.newsarch-list .news-info .date {
  color: #9fa0a0;
  font-size: 1.2rem;
}

.newsarch-list .news-info .label {
  display: inline-block;
  padding: 4px 10px 6px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  background: #9fa0a0;
  border-radius: 3px;
}

/* お知らせ詳細 */
.news-article {
  margin-top: 40px;
}

.news-article .news-head .head-ttl {
  margin-top: 15px;
}

.news-article .news-head .head {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
}

.news-article .news-head .date {
  font-size: 1.2rem;
  color: #9fa0a0;
}

.news-contents {
  margin-top: 40px;
}

.news-contents .content-img {
  margin-left: 0;
  margin-right: 0;
}

.news-contents .content-img img {
  width: 100%;
}

.news-contents .content-body {
  margin-left: auto;
  margin-right: auto;
  width: 82vw;
}

.news-contents .content {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 2;
}

.news-contents .content ol, .news-contents .content ul {
  padding-left: 1.5em;
}

.news-contents .content img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .newsarch-list {
    margin-top: 70px;
  }
  .newsarch-list .news-img {
    height: 16.2vw;
  }
  .newsarch-list .card-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .newsarch-list .news-info .date {
    font-size: 1.0rem;
  }
  .newsarch-list .news-info .label {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.0rem;
  }
  /* お知らせ詳細 */
  .news-article {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    min-width: 600px;
    width: 43vw;
  }
  .news-article .news-head {
    width: auto;
  }
  .news-article .news-head .head {
    font-size: 2.6rem;
  }
  .news-article .news-head .date {
    font-size: 1.4rem;
  }
  .news-contents .content-body {
    width: auto;
  }
  .news-contents .content {
    margin-top: 40px;
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 1000px) {
  .newsarch-list .card-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .newsarch-list .news-info .date {
    font-size: 1.2rem;
  }
  .newsarch-list .news-info .label {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2rem;
  }
}

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

	INQUIRY - お問い合わせ

====================================================*/
.contact-tbl {
  margin-top: 60px;
}

.contact-item {
  margin-top: 30px;
  padding-bottom: 20px;
  font-size: 1.4rem;
}

.contact-item.bdr-btm {
  padding-bottom: 40px;
  border-bottom-width: 1px;
}

.contact-item dt {
  font-weight: 700;
}

.contact-item dd {
  margin-top: 10px;
  margin-left: 0;
}

.contact-item .required {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 15px 6px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background: #9fa0a0;
  border-radius: 3px;
}

/* Contact Form 7 */
.wpcf7 input, .wpcf7 button, .wpcf7 select, .wpcf7 textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  background: #fff;
  border-radius: 0;
}

.wpcf7 select::-ms-expand {
  display: none;
}

.wpcf7 .wpcf7-text {
  padding: 8px 5px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #9fa0a0;
}

.wpcf7 .wpcf7-textarea {
  padding: 8px 5px;
  width: 100%;
  height: 300px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #9fa0a0;
}

.wpcf7 .wpcf7-select {
  padding: 8px 5px;
  color: #231815;
  width: 100%;
  height: 40px;
  border: 1px solid #9fa0a0;
}

.wpcf7 .wpcf7-list-item {
  display: block;
  margin-top: 20px;
}

.wpcf7 .wpcf7-list-item input[type="checkbox"] {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #9fa0a0;
  vertical-align: middle;
}

.wpcf7 .wpcf7-list-item input[type="checkbox"]:after {
  position: absolute;
  left: 6px;
  top: 50%;
  content: '';
  display: block;
  margin-top: -7px;
  border-right: 2px solid #231815;
  border-bottom: 2px solid #231815;
  width: 6px;
  height: 11px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.wpcf7 .wpcf7-list-item input[type="checkbox"]:checked:after {
  opacity: 1;
}

.wpcf7 .form-btn {
  margin-top: 60px;
  text-align: center;
}

.wpcf7 .wpcf7-submit {
  display: block;
  margin: 0 auto;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  width: 200px;
  border: none;
  background: #231815;
  border-radius: 5px;
}

.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 6px;
  display: inline-block;
  padding: 3px 12px 4px;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  background: #ca4829;
  border-radius: 3px;
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 30px !important;
  display: block;
  padding: 5px 10px 6px !important;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  border: none !important;
  border-radius: 3px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #7ec7d8;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: #ca4829;
}

@media print, screen and (min-width: 768px) {
  .contact-tbl {
    margin-left: auto;
    margin-right: auto;
    min-width: 600px;
    width: 43vw;
  }
  .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .contact-item.bdr-btm {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .contact-item dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 7px;
    width: 34%;
  }
  .contact-item dd {
    margin-top: 0;
    width: 63%;
  }
  .contact-item.non-flex {
    display: block;
  }
  .contact-item.non-flex dt {
    width: 34%;
  }
  .contact-item.non-flex dd {
    margin-top: 20px;
    width: 100%;
  }
  /* Contact Form 7 */
  .wpcf7 .wpcf7-list-item.first {
    margin-top: 7px;
  }
  .wpcf7 .wpcf7-submit {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .wpcf7 .wpcf7-submit:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .wpcf7 form .wpcf7-response-output {
    margin-top: 60px !important;
    padding-top: 8px !important;
    padding-bottom: 9px !important;
    font-size: 1.6rem;
  }
}

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

	PRIVACY POLICY - プライバシーポリシー

====================================================*/
.l-privacy {
  margin-top: 60px;
}

.prvy-lead {
  font-size: 1.4rem;
  line-height: 1.8;
}

.prvy-item {
  margin-top: 50px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.prvy-item .item-head {
  font-size: 1.6rem;
  font-weight: 600;
}

.prvy-item p {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .l-privacy {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    min-width: 600px;
    width: 43vw;
  }
}

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

	insta feed

====================================================*/
/* トップページギャラリー
--------------------------------------*/
.sb_instagram-slide .sbi-owl-nav > div {
  top: auto !important;
  bottom: -15px !important;
  width: 30px;
  height: 30px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sb_instagram-slide .sbi-owl-nav .sbi-owl-next {
  right: 28vw;
  padding: 0;
  background-image: var(--wpr-bg-217adef3-ead6-4480-90e6-700aeb14c86d);
}

.sb_instagram-slide .sbi-owl-nav .sbi-owl-prev {
  left: 28vw;
  padding: 0;
  background-image: var(--wpr-bg-7a73c904-e4cc-4290-9635-a33c640616b8);
}

.sb_instagram-slide #sb_instagram .sbi_carousel .sbi-owl-nav .svg-inline--fa {
  display: none;
}

.sb_instagram-slide .sbi_carousel:hover .sbi-owl-nav div {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sb_instagram-slide .sbi_carousel:hover .sbi-owl-nav div:hover {
  background-color: transparent;
}

.sb_instagram-slide .sbi_carousel:hover .sbi-owl-nav .sbi-owl-next {
  background-image: var(--wpr-bg-5a60b909-ed26-4b34-a88c-c6d4d17d387d);
}

.sb_instagram-slide .sbi_carousel:hover .sbi-owl-nav .sbi-owl-next:hover {
  background-image: var(--wpr-bg-474f3807-39c0-4841-8a3c-b7b243b8c723);
}

.sb_instagram-slide .sbi_carousel:hover .sbi-owl-nav .sbi-owl-prev {
  background-image: var(--wpr-bg-4c042d6b-2a68-49ce-8cab-67804455c1c4);
}

.sb_instagram-slide .sbi_carousel:hover .sbi-owl-nav .sbi-owl-prev:hover {
  background-image: var(--wpr-bg-ffccbb09-3c26-46de-a746-afe98446c451);
}

.sb_instagram-slide #sb_instagram:not(.sbi_moderation_mode) .sbi_photo_wrap:hover .sbi_photo {
  opacity: 1 !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media print, screen and (min-width: 768px) {
  .sb_instagram-slide .sbi-owl-nav > div {
    bottom: 50% !important;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .sb_instagram-slide .sbi-owl-nav .sbi-owl-next {
    right: 15.6vw;
  }
  .sb_instagram-slide .sbi-owl-nav .sbi-owl-prev {
    left: 15.6vw;
  }
  .sb_instagram-slide .sbi_carousel:hover .sbi-owl-nav div {
    -webkit-transform: scale(1) translateY(50%);
            transform: scale(1) translateY(50%);
  }
  .sb_instagram-slide #sb_instagram:not(.sbi_moderation_mode) .sbi_photo_wrap:hover .sbi_photo {
    opacity: 0.7 !important;
  }
}

@media print, screen and (min-width: 1050px) {
  .sb_instagram-slide .sbi-owl-nav > div {
    width: 56px;
    height: 56px;
  }
}

/* ギャラリーページ
--------------------------------------*/
.sb_instagram-card {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 93vw;
}

.sb_instagram-card #sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item {
  margin-right: 4% !important;
  margin-bottom: 4% !important;
  width: 48%;
}

.sb_instagram-card #sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item:nth-child(even) {
  margin-right: 0 !important;
}

.sb_instagram-card #sb_instagram:not(.sbi_moderation_mode) .sbi_photo_wrap:hover .sbi_photo {
  opacity: 1 !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media print, screen and (min-width: 768px) {
  .sb_instagram-card {
    margin-top: 50px;
    width: 78vw;
  }
  .sb_instagram-card #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    margin-right: 2.75% !important;
    margin-bottom: 2.75% !important;
    width: 31.5%;
  }
  .sb_instagram-card #sb_instagram.sbi_col_3 #sbi_images .sbi_item:nth-child(even) {
    margin-right: 2.75% !important;
  }
  .sb_instagram-card #sb_instagram.sbi_col_3 #sbi_images .sbi_item:nth-child(3n) {
    margin-right: 0 !important;
  }
  .sb_instagram-card #sb_instagram:not(.sbi_moderation_mode) .sbi_photo_wrap:hover .sbi_photo {
    opacity: 0.7 !important;
  }
}

/*# sourceMappingURL=maps/contents.css.map */
