@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif:wght@400;700&display=swap");
/*このCSSはSCSSから出力されたものです*/
/*----------------------------------------
* last update 2022-06
*
* +01 base
* +02 layout
* +03 module/component c-●●
* +04 mv
* +05 footer
* +06 main
*
----------------------------------------*/
/*----------------------------------------------------
++01 base
----------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.6;
  color: #000000;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: gray;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.f_green {
  color: #157e3b;
}

.f_red {
  color: #e32f34;
}

.f_bold {
  font-weight: bold;
}

.pc_non {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_non {
    display: block;
  }
}

/*----------------------------------------------------
++02 layout
----------------------------------------------------*/
.l-inner01 {
  width: 1500px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

/*----------------------------------------------------
++03 module/component
----------------------------------------------------*/
.c-cv {
  color: #fff;
  text-align: center;
  padding: 12px 0 24px;
}
@media screen and (max-width: 768px) {
  .c-cv {
    background-color: #157e3b;
  }
}
.c-cv.mv_cv {
  background-color: #0d4d24;
  margin-bottom: 30px;
}
.c-cv.content_cv {
  background: url(../images/cv_bg.jpg) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-cv.content_cv {
    background: #157e3b;
  }
}
.c-cv__ttl {
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .c-cv__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-cv__ttl {
    font-size: 5.8vw;
  }
}
.c-cv__tel {
  display: inline-block;
  width: 676px;
  max-width: 36%;
  background-color: #ffec00;
  padding: 10px 3%;
  border-radius: 50px;
  box-shadow: 0 10px 0 #000;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-cv__tel {
    padding: 5px 10px 10px;
    border-radius: 10px;
    max-width: 96%;
  }
}
.c-cv__note {
  font-size: 2.8rem;
}
@media screen and (max-width: 1440px) {
  .c-cv__note {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-cv__note {
    font-size: 4.4vw;
  }
}

/*----------------------------------------------------
++04 mv
----------------------------------------------------*/
.mv {
  background: url(../images/mv_bg.jpg) left bottom no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .mv {
    background: #157e3b url(../images/mv_bg_sp.jpg) top 56% left no-repeat;
    background-size: 100% auto;
            height: 34vh;
                    position: relative;
  }
}
@media screen and (max-width: 425px) {
  .mv {
    background-position: top 52% left;
  }
}
.mv_logo {
  width: 804px;
  max-width: 60%;
  padding: 40px 0 0 60px;
}
@media screen and (max-width: 1440px) {
  .mv_logo {
    max-width: 42%;
    padding: 2% 0 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .mv_logo {
    max-width: 90%;
    padding: 2% 0 0 0;
    margin: 0 auto 10px;
  }
}
.mv_open {
  width: 766px;
  max-width: 40%;
  margin: 40px auto -46px;
}
@media screen and (max-width: 1440px) {
  .mv_open {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .mv_open {
    max-width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}
.mv_ttl {
  width: 1343px;
  max-width: 70%;
  margin: 0 auto 220px;
}
@media screen and (max-width: 1440px) {
  .mv_ttl {
    margin-bottom: 12%;
  }
}
@media screen and (max-width: 768px) {
  .mv_ttl {
    max-width: 84%;
    margin-bottom: 59%;
  }
}
.mv_paypay {
  width: 273px;
  max-width: 15%;
  position: absolute;
  bottom: 10px;
  right: 44px;
}
@media screen and (max-width: 1440px) {
  .mv_paypay {
    bottom: 10%;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mv_paypay {
                bottom: 4%;
        right: 1%;
        max-width: 21%;
  }
}
.mv_beerGarden {
  width: 433px;
  max-width: 23%;
  position: absolute;
  bottom: 36px;
  left: 90px;
}
@media screen and (max-width: 1440px) {
  .mv_beerGarden {
    bottom: 5%;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mv_beerGarden {
    bottom: 31%;
    left: 1%;
    max-width: 47%;
  }
}
.mv_note {
  position: absolute;
  max-width: 13%;
  right: 68px;
  bottom: 317px;
  text-shadow: -10px 10px 10px #fff;
}
@media screen and (max-width: 1440px) {
  .mv_note {
    bottom: 27%;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mv_note {
    max-width: 37%;
    right: 2%;
    bottom: 0%;
  }
}

/*----------------------------------------------------
++05 footer
----------------------------------------------------*/
.footer_logo {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  padding: 2% 0 5%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_logo {
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 16% auto 5%;
  }
}
.footer_logo .logo01 {
  margin-top: 2%;
  max-width: 48%;
}
@media screen and (max-width: 1440px) {
  .footer_logo .logo01 {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo .logo01 {
    max-width: 80%;
  }
}
.footer_logo .logo02 {
  max-width: 48%;
}
@media screen and (max-width: 768px) {
  .footer_logo .logo02 {
    max-width: 80%;
    margin-top: 5%;
  }
}
.footer_logo .logo02 p {
  font-size: 3.5rem;
  font-size: clamp(1.5rem, 1.6vw, 3.5rem);
}
.footer_logo .logo02 .logo {
  margin-top: 3%;
}
@media screen and (max-width: 768px) {
  .footer_logo .logo02 .logo {
    max-width: 80%;
    margin: 0 auto;
  }
}
.footer_copy {
  font-size: 2.2rem;
  font-size: clamp(1.2rem, 2vw, 2.2rem);
  color: #fff;
  text-align: center;
  background-color: #157e3b;
  padding: 1% 0;
}

/*----------------------------------------------------
++06 main
----------------------------------------------------*/
.intro {
  background: url(../images/bg_leaf.jpg) right top no-repeat;
  background-size: 100% auto;
  padding: 100px 0 124px;
}
@media screen and (max-width: 768px) {
  .intro {
    background-image: url(../images/bg_leaf_sp.png);
    padding: 10% 0;
  }
}
.intro .tb_sp {
  display: none;
}
@media screen and (max-width: 1439px) {
  .intro .pc_tb {
    display: none !important;
  }
  .intro .tb_sp {
    display: block;
  }
}
.intro_ttl {
  width: 896px;
  max-width: 47%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .intro_ttl {
    max-width: 80%;
  }
}
.intro_subttl {
    font-size: 5.3rem;
    font-size: clamp(2rem, 3.1vw, 5.3rem);
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.3773584906;
    text-align: center;
    margin: 18.5% 0 1.5%;
    color: #ffec00;
      text-shadow:
    -2px -2px 0 green,
     2px -2px 0 green,
    -2px  2px 0 green,
     2px  2px 0 green,
    0px  -2px 0 green,
    0px   2px 0 green,
    -2px  0px 0 green,
     2px  0px 0 green;
}
@media screen and (max-width: 768px) {
  .intro_subttl {
            margin: 0 auto;
        position: absolute;
        top: 25.5%;
                width: 90%;
  }
}
.intro_lead {
  font-size: 3rem;
  font-size: clamp(1.5rem, 2.3vw, 3rem);
  width: 670px;
  max-width: 52%;
  margin: 0 auto 1%;
}
@media screen and (max-width: 768px) {
  .intro_lead {
    margin: 0 auto;
    max-width: 90%;
  }
}
.intro_price {
  width: 1500px;
  max-width: 80%;
  margin: 0 auto 5%;
  padding: 72px 0 100px 400px;
  background: url(../images/intro_deco01.png) left top no-repeat;
  background-size: 403px auto;
}
@media screen and (max-width: 1899px) {
  .intro_price {
    padding-left: 20%;
    background-size: 22% auto;
  }
}
@media screen and (max-width: 1439px) {
  .intro_price {
    width: 500px;
    margin: 0 auto;
    background-image: none;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .intro_price {
    margin: 5% auto 8%;
  }
}
@media screen and (max-width: 1439px) {
  .intro_price_ttl {
    display: block;
    width: 100%;
  }
}
.intro_price ul li {
  position: relative;
  display: flex;
}
@media screen and (max-width: 1439px) {
  .intro_price ul li {
    margin-bottom: 5%;
  }
}
.intro_price ul li:nth-child(2) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .intro_price ul li:nth-child(2) {
    margin-bottom: 5%;
  }
}
.intro_price ul li span {
  font-size: 3.3rem;
  font-size: clamp(1.6rem, 2.4vw, 3.2rem);
}
@media screen and (max-width: 1700px) {
  .intro_price ul li span {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .intro_price ul li span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .intro_price ul li .text {
    padding-top: 3%;
  }
  .intro_price ul li .text.text02 {
    padding-top: 8%;
  }
}
@media screen and (max-width: 1439px) {
  .intro_price ul li .text > span {
    display: block;
  }
}
.intro_price ul li .note {
  font-size: 2.2rem;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  position: relative;
  display: block;
  text-align: right;
  padding-right: 5%;
}
@media screen and (max-width: 1700px) {
  .intro_price ul li .note {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1439px) {
  .intro_price ul li .note {
    position: relative;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .intro_price ul li .note {
    font-size: 3vw;
  }
}
.intro_price .label {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  background-color: #157e3b;
  border-radius: 30px;
  padding: 8px 28px;
  margin-right: 26px;
}
@media screen and (max-width: 1439px) {
  .intro_price .label {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1339px) {
  .intro_price .label {
    width: 100px;
    height: 100px;
    padding: 0;
  }
}
.intro_subttl02 {
  font-size: 5.3rem;
  font-size: clamp(2.6rem, 3.1vw, 5.3rem);
  font-weight: 700;
  line-height: 1.3773584906;
  text-align: center;
  margin-bottom: 30px;
}
.intro_subttl02 span{
      background: #ffec00;
    padding: 0px 10px;
    display: block;
    width: 250px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .intro_subttl02 {
    font-size: 6vw;
  }
}
.intro_flow {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .intro_flow {
    margin-top: 3%;
  }
}
@media screen and (max-width: 1339px) {
  .intro_flow .tb_center {
    text-align: center;
  }
}
.intro_flow ul {
  width: 1500px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1399px) {
  .intro_flow ul {
    flex-direction: column;
  }
}
.intro_flow ul li {
  width: 21%;
  background-color: #e4f3da;
  position: relative;
  padding: 15px 20px;
}
@media screen and (max-width: 1399px) {
  .intro_flow ul li {
    width: 90%;
    padding: 5% 0;
    margin: 0 auto;
  }
}
.intro_flow ul li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 35px;
  border-color: transparent transparent transparent #157e3b;
  position: absolute;
  top: calc(50% - 8px);
  right: -22%;
}
@media screen and (max-width: 1399px) {
  .intro_flow ul li:not(:last-child) {
    margin-bottom: 10%;
  }
  .intro_flow ul li:not(:last-child)::after {
    top: 112%;
    left: 50%;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  .intro_flow ul li:not(:last-child)::after {
    top: 105%;
    border-width: 9.5px 0 9.5px 15px;
  }
}
.intro_flow ul li .ttl {
  font-size: 5rem !important;
  letter-spacing: -0.01em;
  font-size: clamp(2.6rem, 2.9vw, 5rem);
  font-weight: 700;
}
@media screen and (max-width: 1399px) {
  .intro_flow ul li .ttl {
    text-align: center;
  }
}
.intro_flow ul li .ttl img {
  vertical-align: middle;
  margin-top: -15px;
}
.intro_flow ul li .ttl .icon_tel {
  width: 36px;
  margin-left: 15px;
}
.intro_flow ul li .ttl .icon_customers {
  width: 70px;
  margin-left: 15px;
}
.intro_flow ul li .ttl .icon_bbq {
  width: 76px;
  margin-left: 25px;
}
.intro_flow ul li .ttl .icon_home {
  width: 52px;
  margin-left: 25px;
}
.intro_flow ul li p {
  padding: 5px 5%;
  font-size: 3rem;
  font-size: clamp(1.5rem, 2.3vw, 3rem);
  line-height: 1.3;
  text-align: center;
}
.intro_flow ul li p.note {
  font-size: 2.2rem !important;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
}
@media screen and (max-width: 768px) {
  .intro_flow ul li p.note {
    font-size: 3vw !important;
  }
}

.course {
  color: #fff;
  background-color: #157e3b;
  padding: 110px 0 60px;
}
@media screen and (max-width: 768px) {
  .course {
    padding: 10% 0;
  }
}
.course_inner {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}
.course_ttl {
  width: 941px;
  max-width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .course_ttl {
    max-width: 91%;
  }
}
.course_boxes {
  margin-top: 88px;
}
@media screen and (max-width: 768px) {
  .course_boxes {
    margin-top: 5%;
  }
}
.course_box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .course_box {
    flex-direction: column;
    padding: 0 4%;
  }
}
.course_box:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .course_box:not(:first-child) {
    margin-top: 5%;
  }
}
.course_box.course_box_reverse {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .course_box.course_box_reverse {
    flex-direction: column;
    padding: 0 4%;
  }
}
.course_box.course_box_reverse .course_desc {
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  .course_box.course_box_reverse .course_desc {
    margin-right: 0;
  }
}
.course_desc {
  margin: 0 3%;
}
@media screen and (max-width: 768px) {
  .course_desc {
    padding-left: 0;
    margin: 3% 0 0 0;
  }
}
.course_desc.course_desc_simpleCourse {
  padding-top: 5%;
  background: url(../images/course_ttl_simple_sp.png) top left no-repeat;
  background-size: 70% auto;
}
@media screen and (max-width: 768px) {
  .course_desc.course_desc_simpleCourse {
    padding-top: 11%;
    background-size: 90% auto;
  }
}
.course_desc.course_desc_standardCourse {
  padding-top: 4.5%;
  background: url(../images/course_ttl_standard_sp.png) top left no-repeat;
  background-size: 70% auto;
}
@media screen and (max-width: 768px) {
  .course_desc.course_desc_standardCourse {
    padding-top: 8%;
    background-size: 100% auto;
  }
}
.course_desc.course_desc_specialCourse {
  padding-top: 6%;
  background: url(../images/course_ttl_special_sp.png) top left no-repeat;
  background-size: 70% auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .course_desc.course_desc_specialCourse {
    padding-top: 11%;
    background-size: 100% auto;
  }
}
.course_desc.course_desc_specialCourse::before {
  content: "ホテルイチ押し";
  font-family: "Noto Serif", serif;
  position: absolute;
  top: 9%;
  font-size: 4.2rem;
  font-size: clamp(2.6rem, 2vw, 4.2rem);
}
@media screen and (max-width: 768px) {
  .course_desc.course_desc_specialCourse::before {
    font-size: 5vw;
    top: 7%;
    padding-left: 5%;
  }
}
.course_desc.course_desc_premiumCourse {
  padding-top: 6%;
  background: url(../images/course_ttl_premium_sp.png) top left no-repeat;
  background-size: 70% auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .course_desc.course_desc_premiumCourse {
    padding-top: 10%;
    background-size: 100% auto;
  }
}
.course_desc.course_desc_premiumCourse::before {
  content: "満足度最上級";
  font-family: "Noto Serif", serif;
  position: absolute;
  top: 7%;
  font-size: 4.2rem;
  font-size: clamp(2.6rem, 2vw, 4.2rem);
}
@media screen and (max-width: 768px) {
  .course_desc.course_desc_premiumCourse::before {
    font-size: 5vw;
    top: 7%;
    padding-left: 5%;
  }
}
.course_desc.course_desc_drinkCourse {
  max-width: 43%;
  padding-top: 6%;
  background: url(../images/course_ttl_drink_sp.png) top left no-repeat;
  background-size: 70% auto;
}
@media screen and (max-width: 768px) {
  .course_desc.course_desc_drinkCourse {
    max-width: 100%;
    padding-top: 13%;
    background-size: 70% auto;
    background-position: top center;
  }
  .course_desc.course_desc_drinkCourse .course_box_ttl {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.course_desc .course_box_ttl {
  font-size: 4.2rem;
  font-size: clamp(2.1rem, 2vw, 4.2rem);
  font-weight: 700;
  display: inline-block;
  color: #157e3b;
  background-color: #ffec00;
  border-radius: 30px;
  padding: 0 6%;
}
@media screen and (max-width: 768px) {
  .course_desc .course_box_ttl {
    font-size: 4.6vw;
    padding: 0 10px;
  }
}
.course_desc .course_box_subttl {
  display: inline-block;
  font-size: 3.5rem;
  font-size: clamp(1.5rem, 1.8vw, 3.5rem);
}
@media screen and (max-width: 768px) {
  .course_desc .course_box_subttl {
    font-size: 4vw;
  }
}
.course_desc .course_box_lead {
  font-size: 3rem;
  font-size: clamp(1.4rem, 2vw, 3rem);
  font-weight: 500;
  margin: 3% 0;
}
.course_desc .course_box_lead span {
  font-size: 2.2rem;
  font-size: clamp(1.2rem, 2vw, 2.2rem);
}
@media screen and (max-width: 768px) {
  .course_desc .course_box_lead {
    font-size: 3.3vw;
  }
}
.course_desc ul li {
  font-size: 2.8rem;
  font-size: clamp(1.4rem, 1.6vw, 2.8rem);
  line-height: 1.2;
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .course_desc ul li {
    font-size: 3.5vw;
    margin-bottom: 5px;
  }
}
.course_desc ul li .menu_ttl {
  width: 190px;
  max-width: 24%;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.1em;
  color: #157e3b;
  background-color: #fff;
  margin-right: 10px;
  padding: 0 2px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .course_desc ul li .menu_ttl {
    max-width: 25%;
  }
}
.course_desc ul li .menu_list {
  flex: 1;
}
.course_desc .drinkList {
  margin-top: 3%;
}
@media screen and (max-width: 768px) {
  .course_desc .drinkList {
    max-width: 91%;
    margin: 10px auto;
  }
}
.course_desc .drinkList > div {
  display: flex;
  font-size: 2.8rem;
  font-size: clamp(1.4rem, 1.6vw, 2.8rem);
}
@media screen and (max-width: 768px) {
  .course_desc .drinkList > div {
    font-size: 3.4vw;
  }
}
.course_desc .drinkList > div span {
  width: 50%;
}
.course_img {
  width: 820px;
  max-width: 42%;
  padding-top: 1%;
}
.course_img.course_img_drink {
  width: 930px;
  max-width: 49%;
}
@media screen and (max-width: 768px) {
  .course_img.course_img_drink {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .course_img {
    max-width: 100%;
  }
}
.course_note {
  font-size: 2.2rem;
  font-size: clamp(1.2rem, 1vw, 2.2rem);
  text-align: center;
  margin-top: 3%;
}
@media screen and (max-width: 768px) {
  .course_note {
    font-size: 2.8vw;
    text-align: left;
    padding: 0 4%;
  }
}

.glamping {
  padding: 8% 0 2%;
  background: #f8f2ef url(../images/glamping_bg.png) top 5% center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .glamping {
    padding: 20% 0 10%;
    background-image: url(../images/glamping_bg_sp.png);
  }
}
.glamping_ttl {
  text-align: center;
  font-family: "Noto Serif", serif;
  color: #157e3b;
  font-size: 7.4rem;
  font-size: clamp(2rem, 4.5vw, 7.4rem);
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .glamping_ttl {
    font-size: 8vw;
  }
}
.glamping_ttl::before {
  content: url(../images/glamping_option.png);
  position: absolute;
  top: -100%;
  left: calc(50% - 680px);
}
@media screen and (max-width: 1439px) {
  .glamping_ttl::before {
    top: -130%;
    left: calc(50% - 550px);
  }
}
@media screen and (max-width: 768px) {
  .glamping_ttl::before {
    content: "";
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url(../images/glamping_option_sp.png) no-repeat;
    background-size: contain;
    top: -60%;
    left: calc(50% - 100px);
  }
}
.glamping_lead {
  font-size: 3rem;
  font-size: clamp(1.2rem, 1.8vw, 3rem);
  width: 975px;
  max-width: 58%;
  margin: 1% auto 5%;
}
@media screen and (max-width: 768px) {
  .glamping_lead {
    font-size: 4vw;
    max-width: 70%;
  }
}
.glamping_boxes {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .glamping_boxes {
    display: block;
  }
}
.glamping_box {
  width: 50%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .glamping_box {
    width: 100%;
  }
  .glamping_box:not(.glamping_box_tent) {
    margin-bottom: 10%;
  }
}
.glamping_box.glamping_box_style02 {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .glamping_box.glamping_box_shower, .glamping_box.glamping_box_hotel {
    flex-direction: row-reverse;
  }
}
.glamping_desc {
  padding: 1% 0 0 0;
  width: 31%;
}
@media screen and (max-width: 768px) {
  .glamping_desc {
    width: 40%;
  }
}
.glamping_desc.glamping_desc_style02 {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .glamping_desc.glamping_desc_style02 {
    width: 40%;
  }
}
.glamping_desc.free_icon::after {
  content: url(../images/icon_free.png);
  display: inline-block;
  padding: 10% 0 0 10%;
}
@media screen and (max-width: 768px) {
  .glamping_desc.free_icon::after {
    content: "";
    display: inline-block;
    width: 75px;
    height: 75px;
    background: url(../images/icon_free.png) no-repeat;
    background-size: contain;
    padding: 0;
    margin: 10% 0 0 15%;
  }
}
.glamping_desc .ttl {
  font-size: 5.3rem;
  font-size: clamp(2rem, 3.1vw, 5.3rem);
  color: #157e3b;
  font-weight: bold;
  border-bottom: 1px solid #157e3b;
  padding-left: 10%;
}
@media screen and (max-width: 768px) {
  .glamping_desc .ttl {
    font-size: 8vw;
    line-height: 1.2;
  }
}
.glamping_desc .ttl span {
  font-size: 3rem;
  font-size: clamp(1.5rem, 2.3vw, 3rem);
  display: block;
  position: relative;
  left: -5%;
}
@media screen and (max-width: 768px) {
  .glamping_desc .ttl span {
    font-size: 5vw;
  }
}
.glamping_desc .ttl02 {
  padding-left: 0;
  padding-right: 10%;
}
@media screen and (max-width: 768px) {
  .glamping_desc .ttl02 {
    padding: 0 0 0 10%;
  }
}
.glamping_desc .text {
  font-size: 3rem;
  font-size: clamp(1.5rem, 1.5vw, 3rem);
  padding-top: 3%;
  padding-left: 10%;
}
@media screen and (max-width: 768px) {
  .glamping_desc .text {
    font-size: 3.8vw;
  }
}
.glamping_desc .text02 {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .glamping_desc .text02 {
    padding: 0 0 0 10%;
  }
}
.glamping_desc .text_padding {
  padding: 3% 0;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .glamping_desc .text_padding {
    padding: 3% 0 3% 10%;
  }
}
.glamping_desc .text_padding span {
  display: inline-block;
  font-size: 3rem;
  font-size: clamp(1.5rem, 1.5vw, 3rem);
}
.glamping_desc .note,
.glamping_desc .f_small {
  display: inline-block;
  font-size: 2.2rem;
  font-size: clamp(1.4rem, 1.6vw, 2.2rem);
  line-height: 1.4;
  vertical-align: text-top;
}
@media screen and (max-width: 768px) {
  .glamping_desc .note,
.glamping_desc .f_small {
    font-size: 3vw;
    line-height: 1.2;
  }
  .glamping_desc .note.note01,
.glamping_desc .f_small.note01 {
    padding-left: 10%;
  }
}
.glamping_img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .glamping_img {
    width: 55%;
  }
}
.glamping_note {
  font-size: 2.2rem;
  font-size: clamp(1.4rem, 1.6vw, 2.2rem);
  text-align: center;
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .glamping_note {
    font-size: 2.8vw;
  }
}

.beergarden {
  padding: 9% 0 6%;
  background: url(../images/bg_leaf.jpg) top right no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .beergarden {
    background-image: url(../images/bg_leaf_sp.png);
  }
}
.beergarden_ttl {
  max-width: 62%;
  margin: 0 auto;
  margin-bottom: 5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .beergarden_ttl {
    max-width: 94%;
  }
}
.beergarden_img {
  max-width: 95%;
}
@media screen and (min-width: 1901px) {
  .beergarden_img {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .beergarden_img {
    max-width: 97%;
  }
}

.access {
  padding: 5% 0;
}
@media screen and (max-width: 768px) {
  .access {
    padding: 10% 0;
  }
}
.access_ttl {
  font-size: 5.3rem;
  font-size: clamp(2rem, 3.1vw, 5.3rem);
  text-align: center;
  padding-top: 60px;
  background: url(../images/ttl_bg_access.png) top center no-repeat;
}
@media screen and (max-width: 768px) {
  .access_ttl {
    padding-top: 30px;
    background-size: 40% auto;
  }
}
.access_body {
  width: 1500px;
  max-width: 90%;
  margin: 3% auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .access_body {
    flex-direction: column;
  }
}
.access_map {
  width: 41%;
}
.access_map img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .access_map {
    width: 100%;
    margin-bottom: 5%;
  }
}
.access_googleMap {
  width: 57%;
}
@media screen and (max-width: 768px) {
  .access_googleMap {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 425px) {
  .access_googleMap {
    height: 200px;
  }
}
.access .googlemapEmbed {
  height: 100%;
}
.access .mapLink {
  text-align: right;
  margin-top: 1%;
}
.access .mapLink a {
  font-size: 2.2rem;
  font-size: clamp(1.4rem, 1.6vw, 2.2rem);
  text-decoration: underline;
}
.access .mapLink a:hover {
  text-decoration: none;
}
.access .mapLink a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icon_arrow.jpg) center no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
}
/*# sourceMappingURL=style.css.map */