<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ä¸‹å±¤ãƒšãƒ¼ã‚¸ */
/*ãƒ—ãƒ©ãƒ³ã€€ã‚·ãƒ³ã‚°ãƒ«*/
.s-plan--box {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
.s-plan--box p.p_description {
  padding-bottom: 40px;
}
.plan_box {
  max-width: 550px;
  background: #fff;
  padding: 0 50px 60px !important;
}
.plan_box p {
  color: #333;
}
.plan_box_img {
  max-width: 650px;
}
.plan_box_img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.plan_box h2 {
  padding: 60px 0 50px;
  text-align: left;
  line-height: 1.6;
  color: #333;
}
.p-plan_cat_g {
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari etc. */
  -ms-flex-wrap: wrap; /* IE10        */
  flex-wrap: wrap;
}
.p-plan_cat_g p {
  padding: 4px 10px;
  border: 1px solid #e7e9ed;
  background: #e7e9ed;
  border-radius: 18px;
  margin: 0 0 20px 10px;
}
.table-plan tr {
  font-size: 1.5rem;
  border-bottom: #999 1px dotted;
  line-height: 1.4;
}
.table-plan tr:first-of-type {
  border-top: #999 1px solid;
}
.table-plan tr:last-of-type {
  border-bottom: #999 1px solid;
  margin-bottom: 60px;
}
.table-plan th {
  width: 160px;
  padding: 20px;
  text-align: left;
}
.table-plan td {
  width: calc(100% - 160px);
  margin-left: 160px;
  margin-top: -15px;
  padding: 20px;
}
/*PC*/
@media screen and (min-width: 897px) {} /*END*/
/*Smartphone*/
@media screen and (max-width: 896px) {
  .plan_bk {
    padding: 3% 0;
  }
  .s-plan--box {
    flex-direction: column;
    padding-bottom: 0;
  }
  .plan_box {
    padding: 3% 5% 60px !important;
  }
  .plan_box h2 {
    padding: 30px 0 20px;
  }
  .plan_box_img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
  .table-plan tr {
    font-size: 1.3rem;
    padding: 20px 4%;
  }
  .table-plan tr:last-of-type {
    margin-bottom: 20px;
  }
  .table-plan th {
    width: 100px;
  }
  .table-plan td {
    margin-left: 100px;
    width: 70%;
  }
  .p-plan_cat_g p {
    padding: 2px 8px;
    border: 1px solid #e7e9ed;
    background: #e7e9ed;
    border-radius: 18px;
    font-size: 13px;
    margin: 0 0 20px 10px;
  }
} /*END*/
/*@media screen and (min-width:1800px) {
  .plan_box {
    width: 720px;
    max-width: 720px;
  }
  .plan_box_img {
    width: 820px;
    max-width: 820px;
  }
  .plan_box_img img {
    height: 500px;
  }
}*/
/*Q&amp;Aã€€archive-qa.php*/
.qa_bk h3 {
  padding: 10px;
  margin: 40px 0 10px;
  border-bottom: 1px solid #888;
  border-top: 1px solid #888;
  color: #333;
}
.qa_bk ul {
  padding: 1rem 3rem;
  background: rgba(255, 255, 255, 0.85)
}
.qa_bk li {
  padding: 20px 0 20px 20px;
  border-bottom: 1px dotted #999;
}
.qa_bk dt {
  padding-bottom: 20px;
}
.qa_bk dt span, .qa_bk dd span {
  display: inline-block;
  margin-left: 34px;
  margin-top: 5px;
  line-height: 1.6;
}
.qa_bk dt::before {
  content: "Q";
  display: inline-block;
  font-size: 3rem;
  padding-right: 10px;
  color: #b4b5b5;
  position: absolute;
}
.qa_bk dd::before {
  content: "A";
  display: inline-block;
  font-size: 3rem;
  padding-right: 10px;
  color: #595757;
  position: absolute;
}
.qa_bk a {
  color: #333;
}
/*PC*/
@media screen and (min-width: 897px) {} /*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .qa_bk li {
    padding: 20px 0 20px 0;
  }
} /*END*/
/*planã€€archive-plan.php*/
.plan_bk h3 {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  width: 100%;
}
.plan_bk ul li ul li {
  display: flex;
  width: 1060px;
  max-width: 1060px;
  height: auto;
  margin: 2rem 0;
}
.plan_bk ul li ul li img {
  width: 50%;
  height: 300px;
  object-fit: cover;
}
.plan_bk ul li ul li.p_desc {
  margin: 1rem 0;
  padding: 2rem;
  background: #eee;
  line-height: 1.6;
  width: 1020px;
  max-width: 1020px;
}
.plan_bk .p-plan_cat {
  display: flex;
}
.plan_bk .p-plan_cat p {
  border: 1px solid #ccc;
  padding: 2px 16px;
  margin-right: 10px;
  border-radius: 20px;
}
.plan_bk .p-plan_cat p:first-of-type {
  background: #fff;
}
.table-plan {
  width: 100%;
}
.table-plan tr {
  border-bottom: 1px dotted #ccc;
}
.table-plan tr:last-child {
  border-bottom: 1px solid #ccc;
}
.table-plan tr th {
  padding: 1.6rem;
  width: 180px;
}
.table-plan tr td {
  padding: 1.6rem;
}
.table-plan tr td.cancel {
  padding: 0;
}
.table-plan tr td table.cancel {
  width: 100%;
}
.table-plan tr td table.cancel tr:first-child {
  border-top: none;
}
.table-plan tr td table.cancel tr:last-child {
  border-bottom: none;
}
.table-plan tr td table.cancel th {
  position: relative;
  text-align: left;
  width: 60%;
}
.table-plan tr td table.cancel th:after {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
}
.table-plan tr td table.cancel td {
  text-align: right;
  width: 40%;
}
/*PC*/
@media screen and (min-width: 897px) {} /*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .plan_bk ul li ul li {
    flex-direction: column;
    width: 100%;
  }
  .plan_bk ul li ul li.p_desc {
    width: 90%;
  }
  .plan_bk ul li ul li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .plan_bk .p-plan_cat p {
    font-size: 1.2rem;
    padding: 2px 8px;
    margin-right: 5px;
    border-radius: 16px;
  }
  .table-plan tr th {
    width: 110px;
  }
  .table-plan tr td table.cancel th {
    width: 80%;
  }
  .table-plan tr td table.cancel th:after {
    width: 20px;
  }
  .table-plan tr td table.cancel td {
    width: 20%;
  }
} /*END*/
/* ------------------------------
 æ–½è¨­ã€€room
------------------------------ */
.room {padding-bottom: 80px;}
.room h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
.room p.msg {
  text-align: center;
  margin-bottom: 40px;
}
.room p.white {
  color: #ccc;
}
.room .box {
  width: 100%;
}
.room .box h4 {
  color: #222;
}
.room .map img {
  margin: 0 auto;
  width: 100%;
}
.room .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
}
.room .txt {
  width: 40%;
  max-width: 390px;
  margin: 0 auto;
}
.room .txt p.type {
  color: #222;
  background: #425356;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 20px;
}
.room .txt table {
  border-top: 1px solid #b4b5b5;
  border-bottom: 1px solid #b4b5b5;
  width: 100%;
  color: #222;
}
.room .txt table tr {
  font-size: 1.6rem;
  border-bottom: 1px dotted #b4b5b5;
  text-align: left;
}
.room .txt table tr th {
  padding: 16px 0 16px 16px;
  width: 35%;
}
.room .txt table td {
  width: 65%;
  font-size: 1.6rem;
  padding: 16px 16px 16px 0;
  line-height: 1.5;
}
.room .txt .room_dec {
  margin-top: 15px;
}
.room .inner .room01 {
  width: 480px;
}
.room .inner .room01 img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.room .inner .room01_txt {
  width: 48%;
  max-width: 100%;
  margin-left: 20px;
}
.room .inner .room01_txt p {
  color: #222;
}
.room .txt_width table {
  border-top: 1px solid #b4b5b5;
  border-bottom: 1px solid #b4b5b5;
  width: 100%;
  margin: 0 auto;
}
.room .txt_width table tr {
  font-size: 1.6rem;
  padding: 1.6rem;
  border-bottom: 1px dotted #b4b5b5;
  text-align: left;
}
.room .txt_width table tr th {
  padding: 1.6rem 2.5rem;
  width: 28%;
}
.room .txt_width table td {
  width: 72%;
  font-size: 1.6rem;
  padding: 16px 25px;
  border-left: 1px dotted #b4b5b5;
  line-height: 1.3;
}
.room .txt_width table.room_details {
  border-top: 1px dotted #e6ebec;
  border-bottom: none;
  margin: 16px auto 0;
}
.room .txt_width table.room_details tr {
  border-bottom: 1px dotted #e6ebec;
}
.room .txt_width table.room_details tr:last-child {
  border-bottom: none;
}
.room .txt_width table.room_details th {
  font-size: 1.6rem;
  padding: 10px 0 10px 10px;
  width: 60%;
  text-align: left;
}
.room .txt_width table.room_details td {
  width: 40%;
  font-size: 1.6rem;
  padding: 10px 10px 10px 0;
  text-align: right;
}
.room ul.label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.room ul.label li {
  width: 48%;
  display: flex;
  margin-bottom: 14px;
}
.room ul.label li p {
  padding: 20px 0;
  font-size: 1.6rem;
}
.room ul.label li .green {
  width: 40%;
  color: #222;
  background: #19a495;
  text-align: center;
  font-weight: 500;
}
.room ul.label li .white {
  width: 60%;
  background: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
}
.room_slide {
  width: 55%;
}
.room_map ,.room_map img {
	width: 100%;
}

/*PC*/
@media screen and (min-width: 897px) {} /*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .room .map {
    padding: 0;
  }
  .room .inner {
    flex-direction: column;
  }
  .room .txt {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .room_slide {
    width: 100%;
    margin: 0 auto;
  }
  .room .txt table {
    width: 94%;
    margin: 0 auto;
  }
  .room .inner .room01 {
    width: 94%;
    margin: 0 auto 20px;
  }
  .room .inner .room01_txt {
    width: 94%;
    max-width: 94%;
    margin-left: 0;
    padding: 0 3%;
  }
  .room .txt_width table {
    width: 100%;
  }
  .room .txt_width table tr th {
    padding: 1.6rem 0.2rem 1.6rem;
    width: 40%;
  }
  .room .txt_width table td {
    width: 60%;
    padding: 16px 12px;
  }
  .room .txt .room_dec {
    width: 90%;
    margin: 15px auto 0;
  }
} /*END*/
/* ------------------------------
  å¤©ç„¶æ¸©æ³‰ spa
------------------------------ */
.spa_spa {
  padding: 45px 85px 80px;
  background: #505D6B;
}
.spa_spa h2 {
  color: #222;
}
.spa_mainimg {
  width: 50%;
}
.spa_mainimg img {
  width: 100%;
  max-width: 530px;
  height: 400px;
  object-fit: cover;
  margin: 0 auto;
}
.spa_txtarea {
  background: rgba(255, 255, 255, 0.2);
  max-width: 530px;
  height: 400px;
  margin: 0 auto;
  width: 50%;
  position: relative;
}
.spa_title h3 {
  padding: 10rem 3rem 0rem;
}
.spa_txtarea p {
  padding: 3rem;
}
.txt_ce {
  text-align: center;
}
.spa_txt span {
  margin-left: 40px;
}
.efficacy {
  width: 60%;
  border: solid 1px #b4b5b5;
  margin: 0 auto 20px;
  padding: 15px;
}
@media screen and (max-width:896px) {
  .spa_title h3 {
    padding: 3rem 3rem 0rem;
  }
  .spa_mainimg {
    width: 100%;
  }
  .spa_mainimg img {
    height: auto;
  }
  .spa_spa {
    padding: 10% 0;
  }
  .spa_txtarea {
    width: 100%;
    margin: 0 auto 30px;
    height: auto;
  }
  .spa_txt {
    width: 95%;
  }
  .efficacy {
    width: 88%;
  }
}
/* ------------------------------
  é£Ÿäº‹ã€€meal
------------------------------ */

.meal_tpvw img {
	object-position: 50% 10%;
}
.meal {
  padding: 60px 0;
}
.meal2 {
  padding: 40px 0 80px;
}
.meal h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
.meal .box {
  background: #ffffff;
  padding: 60px 30px;
}
.meal img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.meal .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.meal .txt_area h4 {
  font-size: 18px;
}
.meal .txt_area p {
  text-align: center;
}
.meal .txt {
  width: 40%;
}
.meal .txt p.menu_box {
  padding: 1rem;
  margin: 1rem 0;
  background: #ECE3DC;
}
.meal .txt p.type {
  font-weight: bold;
  font-size: 19px;
  border-bottom: 1px solid #BBBBBB;
}
.me_inner {
  margin-right: 10px;
  width: 55%;
  height: 400px;
}

.meal_fee {
  margin-top: 30px;
  text-align: right;
  padding-right: 10px;
  border-bottom: 1px solid #BBBBBB;
}
.meal_caution {
  margin-top: 15px;
  width: 97%;
  text-align: left;
}
@media screen and (max-width:896px) {
  .meal .txt p.type {
    margin-top: 15px;
  }
  .meal .box {
    padding: 60px 20px;
  }
  .me_inner {
    margin-right: 10px;
    width: 100%;
    height: auto;
  }
  .meal_fee {
    margin-top: 30px;
    text-align: right;
    padding-right: 0;
    border-bottom: 1px solid #BBBBBB;
  }
}
.meal .txt ul {
  width: 100%;
}
.meal .txt ul li {
  font-size: 1.6rem;
  padding: 10px 16px;
  text-align: left;
}
.meal .txt .meal_list {
  margin-top: 10px;
}
.meal .txt .meal_list li {
  line-height: 1.2;
  color: #222;
  position: relative;
  padding-left: 20px;
}
.meal .txt .meal_list_gr li {
  line-height: 1.1;
  font-size: 1.5rem;
  color: #D5D5D5;
  position: relative;
  padding: 2px 0;
}
.meal .txt .meal_list li:after {
  content: "ãƒ»";
  position: absolute;
  top: 13px;
  left: 0;
}

/*PC*/
@media screen and (min-width: 897px) {} /*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .meal img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .meal .inner {
    flex-direction: column;
  }
  .meal .txt {
    width: auto;
  }
  .meal .txt ul li {
    font-size: 1.5rem;
    padding: 10px 8px 10px 16px;
  }
} /*END*/
/* ------------------------------
  å‡ºå¼µæ–™ç†ã€€ã€€assignment-meal
------------------------------ */
div#assignment .chefs {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.7;
}
.assig_top {
  line-height: 1.9;
}
#assignment .btn_link p a {
  padding: 7px 15px;
  margin-top: 30px;
}
#assignment .top_box {
  height: 430px;
}

.chef_exp {
  background-color: #fff;
  margin-bottom: 70px;
}
.chef_img {
  width: 50%;
  height: 430px;
}
.chef_img img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.chef_txtarea {
  width: 50%;
  padding: 30px 40px;
  box-sizing: border-box;
}
.chef_txtarea .kind {
  display: inline-block;
  padding: 3px 5px;
  background-color: #D5E3F1;
  color: #444;
  margin-bottom: 20px;
}
.chef_txtarea h3 {
  margin-bottom: 18px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #D5E3F1;
}
.chef_txtarea p {
  margin-bottom: 12px;
}
.chef_txtarea p.chef_intro {
  margin-bottom: 23px;
}
.chef_txtarea ul li {
  color: #222;
  padding: 0px 0 8px 15px;
  position: relative;
  line-height: 1.5;
}
.chef_txtarea ul li::before {
  position: absolute;
  content: 'ãƒ»';
  top: 0;
  left: 0;
}
@media screen and (max-width:896px) {
  #assignment .top_box {
    height: auto;
  }
  .chef_img {
    width: 100%;
    height: auto;
  }
  .chef_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .chef_txtarea {
    width: 100%;
    height: auto;
    padding: 25px 14px;
    box-sizing: border-box;
  }
  .chef_txtarea .kind {
    display: inline-block;
    padding: 3px 5px;
    background-color: #D5E3F1;
    color: #444;
    margin-bottom: 22px;
  }
  .chef_txtarea h3 {
    margin-bottom: 20px;
  }
  .chef_txtarea p {
    margin-bottom: 15px;
  }
  .chef_txtarea ul li {
    color: #222;
    padding: 0px 0 10px 15px;
    position: relative;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .chef_txtarea ul li::before {
    position: absolute;
    content: 'ãƒ»';
    top: 0;
    left: 0;
  }
}
.as_reserve {
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.as_reserve a {
  color: #3F515F;
  text-decoration: underline;
}
.as_reserve ul {
  /*width: 94%;*/
  margin: 0 auto 80px;
}
.as_reserve li {
  display: flex;
  color: #333;
  padding: 1px 0;
}
.as_reserve li h3 {
  background: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  width: 26%;
  padding: 25px 15px;
  box-sizing: border-box;
  color: #3F515F;
}
.as_reserve li p {
  width: 74%;
  padding: 19px 14px;
  background: #fff;
  border-left: 2px solid #e3e3e3;
  color: #3F515F;
}
.as_reserve li p span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4;
}
.as_reserve p.checkin_ttl {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  margin: 0 auto 25px;
  display: inline-block;
  padding: 0 30px;
}
.as_reserve p.checkin_ttl::before {
  content: "";
  height: 1px;
  background: #ccc;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.as_reserve p.checkin_ttl span {
  background: #EFF6F8;
  padding: 0 30px;
  z-index: 20;
  position: relative;
  color: #222;
}
@media screen and (max-width:896px) {
  .as_reserve ul {
    width: 100%;
  }
  .as_reserve li {
    flex-direction: column;
    padding: 8px 0;
  }
  .as_reserve li h3 {
    width: 100%;
    text-align: center;
  }
  .as_reserve li p {
    width: auto;
    border-left: none;
    border-top: 1px solid #e3e3e3;
  }
  .as_reserve p.checkin_ttl {
    font-size: 1.8rem;
    margin-bottom: 13px;
  }
  .as_reserve p.checkin_ttl span {
    padding: 0 20px;
  }
}
/*****************************************************
ã‚°ãƒ«ãƒ¼ãƒ—æ–½è¨­ãƒ»é–¢é€£æ–½è¨­ä¸€è¦§(archive-resort_glamping.php)
******************************************************/
/*.resort_glamping_back {
  background: #f9f9f6;
}*/
.resort_glamping_back h2 {
  text-align: center;
  padding: 120px 0 20px;
}
.resort_glamping_back h2 span.resort_glamping_title {
  font-size: 3.2rem;
}
.resort_glamping_back h2 span.ttl-vertical--en {
  font-size: 1.6rem;
}
.resort_glamping_list {
  display: flex;
  justify-content: center;
}
.resort_glamping_list li {
  margin-right: 1px;
  margin: 0 0.5px 40px;
  background: #b4b5b5;
  width: 300px;
  text-align: center;
}
.resort_glamping_list li a {
  color: #222;
  display: block;
  padding: 10px 0;
}
.resort_glamping_list li a:hover {
  color: #696319;
  background: #fff;
}
.resort_glamping_list li:last-child {
  margin-right: 0;
}
.resort_glamping_content &gt; ul &gt; li {
  background: #fff;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.resort_glamping_content .slider--box .rg-group {
  position: relative;
}
.resort_glamping_content .slider--box .rg-group img {
  width: 140px;
  height: auto;
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 5px;
  background-color: #222;
}
.slider--box li img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.resort_glamping_content__ttl h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
}
.resort_glamping_content__ttl p.rg_name_en {
  font-size: 12px;
  color: #b4b5b5;
  padding: 0 10px;
}
.resort_glamping_content__ttl p.rg_text {
  font-size: 14px;
  padding: 10px;
}
.resort_glamping_content__grey {
  background: #f9f9f6;
  margin: 10px;
}
.resort_glamping_content__grey dl {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.resort_glamping_content__grey dt {
  font-weight: bold;
  width: 20%;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.resort_glamping_content__grey dd {
  width: 80%;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.resort_glamping_content__grey dt:last-child {
  margin-bottom: 0;
}
.resort_glamping_content__grey dd:last-child {
  margin-bottom: 0;
}
.rg_btn {
  text-align: center;
  padding: 10px 0;
  max-width: 260px;
  border: 1px #ccc solid;
  margin-top: 5px;
  background: #fff;
}
.rg_tag p {
  padding: 14px 0 0;
  font-weight: bold;
}
.rg_tag a.conma:last-of-type {
  display: none;
}
.rg_tag p a {
  color: #b4b5b5;
  padding: 0 10px;
}
.rg_cat p {
  padding: 14px 0 0;
}
.rg_cat p a {
  color: #222;
  padding: 5px 10px;
  background: #b4b5b5;
  margin: 10px;
  border-radius: 20px;
}
.rg-bnr {
  width: 100%;
  margin: 40px auto;
  position: relative;
}
.rg-bnr img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.bk_black {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.rg-bnr-logo {
  width: 100%;
}
.rg-bnr img.rg-bnr-logo {
  width: 240px;
  height: auto;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.rg-text {
  min-width: 240px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  line-height: 1.2;
  font-size: 14px;
  color: #222;
}
.resort_glamping_content__ttl h3, .resort_glamping_content__ttl p, .resort_glamping_content__ttl a {
  color: #333;
}
/*PC*/
@media screen and (min-width: 897px) {
  .container_rg {
    max-width: 1200px;
    margin: 0 auto;
  }
  .resort_glamping_back {
    padding-bottom: 60px;
  }
  .slider--box li img {
    height: 400px;
  }
  .resort_glamping_content .slider--box .rg-group img {
    right: 54%;
  }
  .resort_glamping_content__ttl {
    width: 50%;
    float: right;
    margin-top: -430px !important;
    margin-right: 1% !important;
  }
  .resort_glamping_content__ttl h3 {
    font-size: 22px;
    padding: 30px 0 0;
  }
  .resort_glamping_content__grey {
    line-height: 1;
  }
  .resort_glamping_content &gt; ul &gt; li {
    padding: 0;
    margin: 0;
  }
  .rg_btn {
    margin-top: 0;
  }
  .rg-bnr {
    width: 100%;
    margin: 80px auto 0 !important;
  }
  .rg-bnr img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .bk_black {
    height: 300px;
    width: 100%;
  }
  .rg-bnr img.rg-bnr-logo {
    width: 400px;
    top: 35%;
  }
  .rg-text {
    width: 600px;
    font-size: 16px;
    line-height: normal;
  }
} /*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .container_rg {
    max-width: 94%;
    margin: 0 auto;
  }
} /*END*/
/* ------------------------------
 åˆ©ç”¨è¦ç´„ã€€ã€€reserve
------------------------------ */
ul.white li {
  color: #222;
}

.checkbox_term {
  width: 80%;
  padding: 20px 10px;
  margin: auto;
  border: solid 3px #b4b5b5;
  text-align: center;
  border-radius: 15px;
}
.checkbox_term p {
  font-weight: 400;
}
.checkbox_term input {
  vertical-align: bottom;
}
.sp_term {
  font-weight: 400;
  font-size: 18px;
  margin-left: 10px;
}
.tms_h2 {
  padding: 15px 0;
  border-top: solid 3px #B9DCF0;
  border-bottom: solid 3px #B9DCF0;
}
.term {
  width: 85%;
  margin: auto;
}
.term .tm_h2 {
  font-size: 2.5rem;
  text-align: center;
  width: 97%;
  padding: 0.4em; /*æ–‡å­—å‘¨ã‚Šã®ä½™ç™½*/
  color: #494949; /*æ–‡å­—è‰²*/
  background: rgba(255, 255, 255, 0.80); /*èƒŒæ™¯è‰²*/
}
.term_cont .term ul {
  list-style-type: disc;
  margin-left: 35px;
}
.term_cont .term ul li {
  line-height: 1.5em;
}
.btn_rese p {
  text-align: center;
  display: inline-block;
  margin: 25px auto 0;
  line-height: 1.5 !important;
}
.btn_rese p a {
  color: #fff;
  background: #222;
  border-radius: 24px;
  padding: 12px 30px;
  display: block;
  transition: all 0.2s;
  border: 1px solid #fff;
}
p.indent {
  padding-left: 15px;
}
.reserve p {
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .term .tm_h2 {
    font-size: 2rem;
    width: 100%;
      box-sizing: border-box;
    padding: 0.6em 0.4em;
  }
    .term_cont .term ul {
  margin-left: 25px;
}
  .term {
    width: 95%;
  }
  .checkbox_term {
    width: 90%;
  }
  .term br {
    display: none;
  }
  .term .s_br {
    display: block;
  }
  p.indent {
    padding-left: 5px;
  }
  .reserve p {
  margin-bottom: 15px;
}
}
.t_facility {
  background-color: #f2f6f9;
}
.term_cont ul li {
  padding: 9px 0;
}</pre></body></html>