/* ----------------------------------------------------------------
  共通
----------------------------------------------------------------- */

.container_under {
  width: 100%;
  margin: auto;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.container_under .btn {
  display: block;
  text-align: center;
  border-radius: 25px;
  background: #faebd7;
  font-weight: bold;
}
.container_under .btn2 {
  margin-left: 20px !important; 
  width: 225px !important; 
  font-size: 12px !important; 
  background: #614c3f; 
  color: #fff; 
  padding: 18px 20px !important;
}

.container_under picture {
  display: block;
  overflow: hidden;
}

.container_under picture img,
.container_under figure img {
  width: 100%;
}
.container_under .attention {
  font-size: 0.92em;
}
.content_campain .l-main {
  padding: 0;
}
.container_under .js-scrollable {
  overflow-y: hidden !important;
}
/*----------キャッチコピー見出し-----------*/

.container_under .box_catchcopy {
  background: url(../img/camp/todays_special.png) right 100px center no-repeat;
}

/*-----------テーブル　オレンジ-------------*/


.container_under .list_basic {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #cba;
  border-left: 1px solid #cba;
}
.container_under .list_basic caption {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
}
.container_under .list_basic th {
  background: #faebd7;
  text-align: center;
  border-bottom: 1px solid #cba;
  border-right: 1px solid #cba;
  padding: 5px;
}

.container_under .list_basic td {
  text-align: center;
  border-bottom: 1px solid #cba;
  border-right: 1px solid #cba;
  padding: 10px;
}

.container_under .list_basic .price_date {
  font-size:0.7em;
  font-weight:normal;
  padding:8px 0 0;
  line-height:1.3em;
}

/*-----------テーブル　グレー-------------*/
.list_detail {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.list_detail caption {
  text-align: left;
  font-size: 1.2em;
}
.list_detail caption span {
  font-size: 80%;
  margin-left: 10px;
}
.list_detail th,
.list_detail td {
  border-top: dotted 1px #333;
  font-weight: normal;
}
.list_detail tr:first-child th,
.list_detail tr:first-child td {
  border-top: none;
}
.list_detail th span {
  font-size: 80%;
  margin-left: 10px;
  letter-spacing: 0;
}

/*---------------モーダルテキストボックス-------------*/

.box_modal dt {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.2em;
  font-weight: bold;
}
.box_modal dd {
  font-size: 0.92em;
  margin-bottom: 10px;
  list-style-type: disc;
  display: list-item;
  line-height: 140%;
}
/*----モーダルPC----*/
@media screen and (min-width: 600px) {
  .box_modal {
    padding: 40px;
  }
}
/*----モーダルSP----*/
@media screen and (max-width: 599px) {
  .box_modal {
    padding: 10px;
  }
}

/* ----------------------------------------------------------------
  共通 PC
----------------------------------------------------------------- */
@media screen and (min-width: 1000px) {
  .container_under {
    max-width: 1180px;
    padding: 60px 40px;
  }
  .content_campain .container_under {
    width: 100%;
    max-width: 100%;
    padding: 60px;
  }
  .container_under .btn {
    padding: 15px 20px;
  }
  .container_under .btn br {
    display: none;
  }

  .container_under .read {
    line-height: 160%;
  }
  .container_under .attention {
    margin-top: 20px;
    line-height: 160%;
  }
  .container_under .attention.blank{
    margin-bottom: 30px;
  }
  .container_under h3 {
    font-size: 3em;
    margin-bottom: 30px;
  }
  .container_under h4 {
    font-size: 1.7em;
    margin-bottom: 30px;
    line-height:1.3em;
  }
  .container_under .js-scrollable {
    width: 100%;
  }
  /*----------キャッチコピー見出し PC-----------*/
  .container_under .box_catchcopy {
    margin-bottom: 60px;
    background-size: 250px;
  }
  .container_under .box_catchcopy h3 {
    font-size: 3em;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .container_under .box_catchcopy .read {
    line-height: 160%;
  }
  .container_under .box_catchcopy .btn {
    width: 300px;
    margin-top: 20px;
  }

  /*----------左右並びメッセージ-----------*/
  .container_under .box_message {
    display: flex;
  }
  .container_under .box_message picture {
    width: 50%;
    height: 330px;
    align-items: center;
  }
  .container_under .box_message .text {
    width: 50%;
    padding: 60px;
  }
  .container_under .box_message .text .read {
    font-weight: bold;
    line-height: 180%;
  }

  /*-----------テーブル　グレー-------------*/
  .list_detail caption,
  .list_detail th,
  .list_detail td {
    padding: 20px;
  }
}
/* ----------------------------------------------------------------
  共通 SP
----------------------------------------------------------------- */
@media screen and (max-width: 999px) {
  .container_under .btn {
    padding: 30px 10px;
    width: 80%;
    max-width: 300px;
    margin: 30px auto;
    font-size: 1em;
    letter-spacing: 0;
    line-height: 140%;
  }
  .container_under .btn2 {
    padding: 28px 10px 25px !important;
  }
  .container_under .attention {
    line-height: 150%;
  }
  .container_under .read,
  .container_under th,
  .container_under td {
    font-size: 0.92em;
    line-height: 150%;
    letter-spacing: 0;
  }

  .container_under .read span.small{
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
  }

  .container_under h3 {
    font-size: 1.8em;
    line-height: 120%;
    margin-bottom: 30px;
    text-align: center;
  }
  .container_under h4 {
    font-size: 1.3em;
    line-height: 120%;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .container_under picture {
    margin-bottom: 20px;
    display: block;
  }
  .container_under table {
    margin-bottom: 20px;
  }
  .container_under .js-scrollable {
    width: 90%;
    margin: 20px auto;
  }
  .container_under .js-scrollable table {
    white-space: nowrap;
    margin-bottom: 10px;
  }

  /*----------キャッチコピー見出し SP-----------*/
  .container_under .box_catchcopy {
    padding: 30px 20px;
    background-position: center 30px;
    background-size: 160px;
    padding-top: 140px;
  }
  /*----------左右並びメッセージ-----------*/
  .container_under .box_message picture {
    margin-bottom: 0;
  }
  .container_under .box_message .text {
    padding: 30px;
  }
}

/* ----------------------------------------------------------------
  共通 タブレット 
----------------------------------------------------------------- */
@media screen and (min-width: 500px) and (max-width: 1000px) {
  .container_under .box_cate_camp .read,
  .container_under .box_cate_camp .detail {
    max-width: 550px;
    margin: 30px auto;
  }
  .container_under .box_catchcopy .read,
  .container_under .box_catchcopy .catch,
  .container_under .box_catchcopy img {
    text-align: center;
    margin: auto;
  }
}

/* ----------------------------------------------------------------
  キャンプ 
----------------------------------------------------------------- */

/*-----------テントサイト　PC2023---------------*/
@media screen and (min-width: 1000px) {
  .box_cate_camp .box_site .calender {
    max-width: 1000px;
  }
  .box_cate_camp .box_site .calender img{
    width: 80%;
  }
  .box_cate_camp .list_basic{
    overflow: visible;
    height: auto;
  }
}

/*-----------テントサイト　PC---------------*/
@media screen and (min-width: 1000px) {
  .box_cate_camp .box_site {
    margin-bottom: 60px;
  }
  .box_cate_camp .box_site li {
    border-top: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-top: 60px;
  }
  .box_cate_camp .box_site li:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .box_cate_camp .box_site .autosite {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
  .box_cate_camp .box_site .autosite .list_basic {
    margin-top: 60px;
  }

  .box_cate_camp .box_site .attention {
    width: 100%;
  }
  .box_cate_camp .box_site .text {
    width: 500px;
    margin-bottom: 40px;
  }
  .box_cate_camp .box_site .indent{
    padding-left: 5.2em;
    display: block;
  }

  .box_cate_camp .box_site .small{
    font-size: 0.7em;
  }
  .box_cate_camp .box_site picture {
    width: 550px;
    margin-bottom: 40px;
  }
  .box_cate_camp .box_site .detail {
    line-height: 150%;
    margin-bottom: 30px;
  }
  .box_cate_camp .box_site .box_btn {
    display: flex;
    flex-wrap: wrap;
  }
  .box_cate_camp .box_site .box_btn .btn:first-child {
    margin-right: 20px;
  }
  .box_cate_camp .box_site .list_basic th {
    background: #faebd7;
    text-align: center;
    border: 1px solid #cca;
  }
  .box_cate_camp .box_site li:last-child {
    background: url(../img/camp/daycamp.png) right center no-repeat;
    background-size: 600px;
    padding-bottom: 50px;
  }
  .box_cate_camp .box_site li:last-child .text {
    width: 100%;
  }
}
/*-----------テントサイト　PC2023---------------*/
@media screen and (max-width: 999px) {
  .box_cate_camp .box_site .calender {
    max-width: 100%;
  }
  .box_cate_camp .box_site .calender img{
    width: 100%;
  }

}

/*------テントサイト　SP------*/
@media screen and (max-width: 999px) {
  .box_cate_camp .box_site {
    border-bottom: 1px solid #ccc;
  }
  .box_cate_camp .box_site li {
    margin-bottom: 20px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
  }

  .box_cate_camp .box_site picture {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
  .box_cate_camp .box_site .text {
    order: 2;
    padding: 0 20px;
  }
  .box_cate_camp .box_site .detail {
    margin-bottom: 20px;
    line-height: 150%;
    font-size: 0.92em;
  }
  .box_cate_camp .box_site .js-scrollable {
    order: 3;
    width: 90%;
    margin: 20px auto 0;
  }
  .box_cate_camp .box_site .attention {
    order: 4;
    padding: 20px 20px 0;
    font-size: 0.84em;
  }
  .box_cate_camp .box_site .btn {
    margin: 0 auto 10px;
  }
  .box_cate_camp .box_site li:last-child {
    background: url(../img/camp/daycamp.png) right bottom no-repeat;
    background-size: 90%;
    padding-bottom: 50px;
  }
}

/*-----------テントサイト　タブレット---------------*/
@media screen and (min-width: 500px) and (max-width: 1000px) {
  .box_cate_camp .box_site picture {
    width: 500px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto 30px;
  }
  .box_cate_camp .box_site .text {
    text-align: center;
  }
  .box_cate_camp .box_site .box_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .box_cate_camp .box_site .box_btn .btn {
    margin: 0 10px 10px;
  }
  .box_cate_camp .box_site .attention {
    text-align: center;
    width: 100%;
    padding-top: 0;
  }
  .box_cate_camp .box_site li:last-child {
    background: none;
  }
  .box_cate_camp .box_site li:last-child .text:after {
    content: url(../img/camp/daycamp.png);
  }
}

/*----------レンタル料金　共通----------*/
.box_cate_camp .box_rental .list_detail caption {
  background: #eeeeee;
  text-align: center;
  border: 1px solid #ccc;
  border-bottom: none;
}

.box_cate_camp .box_bbq .list_detail th {
  background: #eeeeee;
}

/*----------レンタル料金　PC----------*/
@media screen and (min-width: 1000px) {
  .box_cate_camp .box_bbq .sidemenu {
    margin-top: 20px;
    font-weight: bold;
  }
  .box_cate_camp .box_bbq td {
    line-height: 140%;
  }
  .box_cate_camp .box_rental {
    margin-bottom: 60px;
  }
  .box_cate_camp .box_rental ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box_cate_camp .box_rental li {
    width: 48%;
  }
  .box_cate_camp .box_rental .list_detail {
    padding: 20px;
    border-top: none;
    margin-bottom: 0px;
  }

  .box_cate_camp .box_rental .list_detail td {
    text-align: right;
    padding: 15px;
  }

  .box_cate_camp .box_rental .list_detail th {
    line-height: 150%;
    text-align: left;
    padding: 15px;
  }

  .box_cate_camp .box_rental .list_detail span {
    margin-left: 0;
    font-weight: normal;
  }
  .box_cate_camp .box_rental .list_detail th dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box_cate_camp .box_rental .list_detail th dd {
    font-weight: normal;
    text-align: right;
  }
}
/*----------レンタル料金　SP----------*/
@media screen and (max-width: 999px) {
  .box_cate_camp .box_rental,
  .box_cate_camp .box_bbq {
    margin-bottom: 30px;
    padding: 30px 20px;
  }
  .box_cate_camp .box_rental li {
    margin-bottom: 20px;
  }

  .box_cate_camp .box_rental .list_detail caption {
    padding: 10px;
    font-size: 0.92em;
  }

  .box_cate_camp .box_rental .list_detail th {
    padding: 10px;
  }

  .box_cate_camp .box_rental .list_detail th dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box_cate_camp .box_rental .list_detail th dd {
    font-weight: normal;
    text-align: right;
  }
  .box_cate_camp .box_bbq {
    border-top: 1px dotted #999;
  }
  .box_cate_camp .box_bbq .list_detail table,
  .box_cate_camp .box_bbq .list_detail tbody,
  .box_cate_camp .box_bbq .list_detail tr,
  .box_cate_camp .box_bbq .list_detail th,
  .box_cate_camp .box_bbq .list_detail td {
    display: block;
  }
  .box_cate_camp .box_bbq .list_detail th,
  .box_cate_camp .box_bbq .list_detail td {
    padding: 10px;
    font-size: 0.92em;
  }
  .box_cate_camp .box_bbq .list_detail td {
    border-top: none;
  }
  .box_cate_camp .box_bbq .list_detail .price {
    text-align: right;
    padding-top: 0;
  }
  .box_cate_camp .box_bbq .list_detail .price br {
    display: none;
  }
  .box_cate_camp .box_bbq .sidemenu {
    line-height: 150%;
    font-size: 0.92em;
  }
}


/* ----------------------------------------------------------------
 GRACEサイト
----------------------------------------------------------------- */
.box_grace .box_catchcopy h3 span {
  font-size: 0.7em;
  margin-left: 10px;
}

.box_grace .box_detail .title {
  background: url(../img/grace/grace_bg3.jpg) 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_grace .box_detail .title h4 {
  text-align: center;
  color: #fff;
  letter-spacing: 2px;

  font-weight: normal;
}
.box_grace .box_detail .title h4 span {
  font-size: 0.7em;
}
.box_grace .box_detail .text {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #eadbc7;
}
.box_grace .box_detail .text h5 {
  font-size: 1.3em;
  margin-bottom: 20px;
}
.box_grace .box_detail .text .catch {
  font-size: 1.1em;
  line-height: 140%;
  margin-bottom: 10px;
}
.box_grace .box_detail .text .read {
  text-align: left;
}

.box_grace .box_stela .box_photo {
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
}

.box_grace .box_information .read {
  margin-bottom: 40px;
}
.box_grace .box_information .gracejr .read {
  margin-bottom: 20px;
}
/* 2024 縦スクロールバー修正 */
/* .js-scrollable.gracejr{
  overflow: initial !important;
} */

.box_grace .box_information .facility {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box_grace .box_information .facility li picture {
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}
.box_grace .box_information .facility li picture img {
  height: 100%;
}
.box_grace .box_information .facility li .item {
  font-size: 0.84em;
  line-height: 140%;
}
.box_grace .box_information .attention span {
  font-weight: bold;
  font-size: 1.2em;
}
.box_grace .box_btn {
  display: block;
  margin: 40px auto 0;
  text-align: center;
}
.box_grace .btn {
  width: 300px;
  font-size: 1.2em;
  margin: 0 auto 0 auto;
}
.box_grace .gracejr{
  display: flex;
}
.box_grace .gracejr picture{
  padding: 30px 0 0 30px;
  max-width: 500px;
}


/*----------GRACEサイト PC----------*/
@media screen and (min-width: 600px) {
  .box_grace .box_detail {
    display: flex;
  }
  .box_grace .box_detail h4 {
    font-size: 2.2em;
  }

  .box_grace .box_detail .title {
    width: 40%;
  }
  .box_grace .box_detail .text {
    width: 60%;
    padding: 40px;
  }
  .box_grace .box_detail .text .read {
    width: 70%;
  }
  .box_grace .box_stela .box_photo li {
    width: 48%;
    margin-bottom: 40px;
  }
  .box_grace .box_tento picture {
    margin: 60px auto;
    width: 90%;
  }
  .box_grace .box_information {
    border: 1px solid #9d9283;
    padding: 0 60px 60px;
    margin-bottom: 50px;
  }
  .box_grace .box_information h4 {
    margin-top: 60px;
  }
  .box_grace .box_information .facility li {
    width: 32%;
    margin-bottom: 30px;
  }
}
/*----------GRACEサイト タブレット----------*/
@media screen and (max-width: 899px) {
  .box_grace .box_information {
    width: 90%;
    border: none;
    margin: 0 auto 50px;
    padding: 0;
  }
  .box_grace .box_information h4 {
    margin-top: 40px;
  }
  .box_grace .box_information .facility li {
    width: 48%;
    margin: 20px 0 0;
  }
}
/*----------GRACEサイト SP/タブレット----------*/
@media screen and (max-width: 599px) {
  .box_grace .box_catchcopy h3 span {
    display: block;
  }
  .box_grace .box_detail h4 {
    font-size: 1.8em;
  }
  .box_grace .box_detail .title {
    height: 200px;
  }
  .box_grace .box_detail .text {
    padding: 20px;
  }
  .box_grace .box_tento picture {
    margin: 20px auto;
    width: 90%;
  }
  .box_grace .box_information .facility {
    display: block;
  }
  .box_grace .box_information .facility li {
    margin-bottom: 30px;
    width: 100%;
  }



}

/*----------GRACEサイト SP----------*/
@media screen and (max-width: 420px) {
  .box_grace .box_stela .box_photo {
    display: block;
    margin: auto;
    width: 90%;
  }
  .box_grace .box_stela .box_photo li {
    margin: 20px auto;
    width: 100%;
  }
  .box_grace .box_btn .attention {
    width: 90%;
    margin: 20px auto;
  }

  .box_grace .gracejr{
    flex-direction: column-reverse;
  }
  .box_grace .gracejr picture{
    padding: 0;
  }
  .box_grace .box_information{
    margin-bottom: 50px;
  }
  .js-scrollable.gracejr{
    overflow: auto;
  }


}

/* ----------------------------------------------------------------
  BBQ 
----------------------------------------------------------------- */

.box_cate_bbq .attend{
  margin-top: 20px;
}

.box_cate_bbq .box_menu ul li h4 span {
  font-size: 60%;
  margin-left: 15px;
}

.box_cate_bbq .box_menu ul li .detail dt {
  font-weight: bold;
  margin-bottom: 20px;
}
.box_cate_bbq .box_menu_side {
  width: 90%;
  margin: auto;
}
.box_cate_bbq .box_menu_side .attention {
  margin: 40px auto 0;
  max-width: 600px;
}
.box_cate_bbq .box_menu_side .attention {
  margin: 40px auto 0;
  max-width: 600px;
}

.box_cate_bbq .box_menu_side .attention {
  margin: 40px auto 0;
  max-width: 600px;
}

.box_cate_bbq .reserve_btn{
  text-align:center;
}
.box_cate_bbq .red_info a{
  padding:10px 30px;
  background-color: #A1473C;
  color: white;
  display: inline-block;
  text-align: center;
  max-height: 55px;
  margin-left:135px;
  border-radius:5px;
  font-weight: bold;
}
.box_cate_bbq .boxcate_img{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.box_cate_bbq .boxcate_img img{
  max-width: 500px;
  max-height: 350px;
  width: 100%;
}
.box_cate_bbq .boxcate_attention{
  text-align: center;
}
.box_cate_bbq .boxcate_attention div{
  text-align: left;
  display: inline-block;
}
.box_cate_bbq .flex0615{
  display: flex;
  align-items: flex-end;


}
/*-------------------BBQメニュー PC-------------------*/
@media screen and (min-width: 1000px) {
  .box_cate_bbq .box_menu {
    margin-bottom: 100px;
    border-top: 3px dashed #eadbc7;
    padding-top: 60px;
  }
  .box_cate_bbq .box_menu .btn,
  .box_cate_bbq .box_party .btn {
    width: 400px;
    margin: 60px auto 0;
    font-size: 1.5em;
  }
  .box_cate_bbq .box_menu ul {
    background: url(../img/bbq/bbq_bg.jpg) center 0 no-repeat;
    height: 2350px;
    background-size: 100%;
    position: relative;
  }
  .box_cate_bbq .box_menu ul li {
    position: absolute;
    width: 400px;
  }

  .box_cate_bbq .box_menu ul li .detail dt {
    font-size: 1.2em;
  }
  .box_cate_bbq .box_menu ul li .detail dd {
    line-height: 160%;
  }
  .box_cate_bbq .box_menu ul li:nth-child(1) {
    top: 0;
    left: 0;
  }
  .box_cate_bbq .box_menu ul li:nth-child(2) {
    top: 800px;
    left: 0;
  }
  .box_cate_bbq .box_menu ul li:nth-child(3) {
    top: 1000px;
    left: 800px;
  }
  .box_cate_bbq .box_menu ul li:nth-child(4) {
    top: 1650px;
    left: 0;
    width: 500px;
  }
  .box_cate_bbq .box_menu ul li:nth-child(5) {
    top: 1850px;
    left: 270px;
    width: 340px;
  }
  .box_cate_bbq .box_menu ul li:nth-child(6) {
    top: 2100px;
    left: 200px;
    width: 600px;
  }
  .box_cate_bbq .box_menu ul picture {
    display: none;
  }
}

/*-------------------BBQメニュー PC 2023-------------------*/
.box_cate_bbq.new2023 h3 span{
  font-size: 0.4em;
}
.box_cate_bbq.new2023 .box_menu ul {
  background: url(../img/bbq/bbq_bg2023.jpg) center 0 no-repeat;
  height: 1650px;
  background-size: 100%;
  position: relative;
}
.box_cate_bbq.new2023 .box_menu ul li:nth-child(2){
  top: 700px;
}
.box_cate_bbq.new2023 .attention{
  margin-bottom: 15px;
}

/*-------------------BBQメニュー SP-------------------*/
@media screen and (max-width: 999px) {
  .box_cate_bbq .box_menu {
    padding: 20px;
  }
  .box_cate_bbq .box_menu li {
    border-top: dashed #eadbc7 2px;
    padding: 20px 0;
  }
  .box_cate_bbq .box_menu dd {
    line-height: 150%;
    font-size: 0.92em;
  }
  .box_cate_bbq.new2023 .box_menu ul{
    background: none;
    height: auto;
  }
  .box_cate_bbq .flex0615{
    display: block;
  }
  .box_cate_bbq .red_info{
    margin: auto;
  }

  .box_cate_bbq .red_info a{
    margin: 25px auto 0;
    display: block;
    max-width: 220px;
  }
  .box_cate_bbq .boxcate_img{
    display: block;
  }
  .box_cate_bbq .boxcate_img .read{
    margin-bottom:30px;
  }
  
}

/*-------------------BBQメニュー タブレット-------------------*/
@media screen and (max-width: 999px) and (min-width: 699px) {
  .box_cate_bbq .box_menu {
    padding: 0 60px;
  }
  .box_cate_bbq .box_menu li:last-child,
  .box_cate_bbq .box_menu li:last-child picture {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .box_cate_bbq .box_menu .btn {
    margin: 0 auto 60px;
  }
}


/*--------PARTY PLAN !! 受付中　共通-------*/

.box_cate_bbq .box_party {
  text-align: center;
}

.box_cate_bbq .box_party picture img {
  width: 100%;
}
.box_cate_bbq .box_party .text {
  background: #faebd7;
}

.box_cate_bbq .box_party span {
  font-size: 70%;
}

/*--------PARTY PLAN !! 受付中　PC-------*/
@media screen and (min-width: 1000px) {
  .box_cate_bbq .box_party .box_detail {
    display: flex;
    margin-bottom: 40px;
    height: 350px;
  }
  .box_cate_bbq .box_party .text {
    width: 50%;
    text-align: center;
    padding: 40px;
  }
  .box_cate_bbq .box_party picture {
    width: 50%;
    overflow: hidden;
  }
  .box_cate_bbq .box_party .catch {
    font-size: 1.2em;
    margin-bottom: 20px;
    line-height: 150%;
  }
  .box_cate_bbq .box_party .read {
    line-height: 150%;
  }
}
/*--------PARTY PLAN !! 受付中　PC-------*/
@media screen and (max-width: 999px) {
  .box_cate_bbq .box_party .text {
    padding: 20px 0;
  }
  .box_cate_bbq .box_party picture {
    margin-bottom: 0;
  }
  .box_cate_bbq .box_party .catch {
    font-size: 1em;
    margin-bottom: 20px;
    line-height: 130%;
  }
  .box_cate_bbq .box_party .read {
    line-height: 130%;
  }
}

/*--------PARTY PLAN !! 受付中　タブレット-------*/
@media screen and (max-width: 999px) and (min-width: 666px) {
  .box_cate_bbq .box_party .box_detail {
    display: flex;
  }
  .box_cate_bbq .box_party .box_detail picture,
  .box_cate_bbq .box_party .box_detail .text {
    width: 50%;
  }
}

/* ----------------------------------------------------------------
  BBQ以外のメニュー PC
----------------------------------------------------------------- */

.box_cate_eat .box_onisuke .box_title .catch {
  font-weight: bold;
  line-height: 150%;
}

.box_cate_eat .box_onisuke .box_title .schedule {
  border-top: 1px dotted #999;
  line-height: 150%;
}
.box_cate_eat .box_onisuke .box_message .text {
  background: #faebd7;
  text-align: center;
}

.box_cate_eat .box_onisuke .box_message .text.-blown{
  background: #604C3F;
  color: #fff;
}

/*--------おに助　PC-------*/
@media screen and (min-width: 1000px) {
  .box_cate_eat .box_mogumogu {
    margin-bottom: 100px;
  }
  .box_cate_eat .box_mogumogu .attention {
    margin-bottom: 40px;
    font-size: 1.2em;
  }
  .box_cate_eat .box_onisuke .box_title {
    background: url(../img/eat/onisuke_logo.png) 0 0 no-repeat;
    padding-left: 220px;
    margin-bottom: 60px;
    background-size: auto 240px;
  }

  .box_cate_eat .box_onisuke .box_title.-blown{
    display: flex;
    padding-bottom: 60px;
    margin-bottom: 0;
  }

  .box_cate_eat .box_onisuke .box_title .catch {
    font-size: 1.4em;
    line-height: 150%;
  }
  .box_cate_eat .box_onisuke .box_title .schedule {
    padding-top: 20px;
  }

  .box_cate_eat .box_onisuke dl.onisuke{
    display: flex;
  }

  .box_cate_eat .box_onisuke dl.onisuke{
    margin-bottom: 20px;
  }

  .box_cate_eat .box_onisuke dl.onisuke dt{
    width: 80px;
  }
}
/*--------おに助　SP-------*/
@media screen and (max-width: 999px) {
  .box_cate_eat .box_mogumogu .attention {
    margin-bottom: 20px;
    font-size: 0.92em;
    padding: 20px;
    font-weight: bold;
  }
  .box_cate_eat .box_onisuke .box_title {
    background: url(../img/eat/onisuke_logo.png) center 0 no-repeat;
    background-size: auto 150px;
    padding: 160px 20px 20px;
  }
  .box_cate_eat .box_onisuke .box_title h4 {
    margin-bottom: 5px;
    font-size: 1.6em;
    text-align: center;
  }
  .box_cate_eat .box_onisuke .box_title h4 span {
    font-size: 60%;
  }
  .box_cate_eat .box_onisuke .box_title .catch {
    margin-bottom: 20px;
    text-align: center;
  }
  .box_cate_eat .box_onisuke .box_title .schedule {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 0.92em;
  }
  .box_cate_eat .box_onisuke .box_title.-blown .c-box__item img{
    display: block;
    margin: 0 auto;
    width: 70%;
  }
  .box_cate_eat .box_onisuke dl.onisuke{
    display: flex;
    margin-top: 10px;
  }
    .box_cate_eat .box_onisuke dl.onisuke:last-of-type{
    margin-bottom: 15px;
  }
    .box_cate_eat .box_onisuke dl.onisuke dt{
    width: 80px;
  }
}
/*-----------おに助　タブレット---------------*/
@media screen and (min-width: 500px) and (max-width: 1000px) {
  .box_cate_eat .box_onisuke .box_title .read,
  .box_cate_eat .box_onisuke .box_title .schedule {
    text-align: center;
  }

  .box_cate_eat .box_onisuke .box_message {
    display: flex;
  }
  .box_cate_eat .box_onisuke .box_message .text {
    display: flex;
    align-items: center;
  }
}
/* ----------------------------------------------------------------
  ファミリー PC
----------------------------------------------------------------- */

/*--------ボタンPC-------*/
@media screen and (min-width: 1000px) {
  .box_family .sp_fm{display: none;}

  .box_cate_family .btn {
    width: 700px;
    margin: 60px auto 0;
    font-size: 1.5em;
  }
  .box_cate_family .catcharea p{
    font-size: 18px;
    line-height: 180%;
  }
  .box_cate_family .box_family{
    background: url(../img/family/family2022.png) center 0 no-repeat;
    background-size: cover;
    height: 2000px;
    line-height: 150%;
    position: relative;
  }
  .box_cate_family .box_family h2{
    line-height: 190%;
    margin-bottom: 10px;
    font-size: 28px;
  }
  .box_cate_family .box_family #family_contents{
    position: absolute;
    right: 0;
    top: 403px;
    max-width: 430px;
  }
  .box_cate_family .box_family #family_contents h3{
    font-size: 28px;
    margin-bottom: 10px;
  }
  #family_contents .row .cell dl dt {
    margin: 0px 0 10px 0;
    font-size: 22px;
    font-weight: bold;
    color: #0da098;
}
#family_contents .row .cell dl dd .ct {
  margin: 15px 0 30px;
  font-size: 18px;
    font-weight: bold;
}
#family_contents .row .cell dl dd p{
  font-size: 14px;
  line-height: 110%;
  margin: 10px 0;
}
#family_contents .schedule {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 5px 15px;
  background-color: #fff;
  margin-top: 15px;
}
.box_family  .option{
  position: absolute;
  width: 250px;
  top: 940px;
  left: 400px;
}
.box_family .option img{
  width: 60px;
}
.box_family .option h5{
  font-size: 18px;
  font-weight: bold;
  color: #0da098;
}
.box_family  .option p{
font-size: 14px;
}
.box_family table {
  font-size: 14px;
  line-height: 120%;
}
.box_family table h4{
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 0;
}
.box_family table th{
  width: 100px;
  vertical-align: baseline;
  line-height: 150%;
}
.box_family table tr{
  margin-bottom: 10px;
  display: inline-block;
}
.box_cate_family .belongings{
  position: absolute;
  top: 1397px;
  right: 260px;
}
.box_cate_family  .belongings dt{
  font-weight: bold;
}
.box_cate_family .btn_2022{
  position: absolute;
  top: 1550px;
  left: 100px;

}
.box_cate_family .btn_2022 a{
  padding: 15px;
  background-color: #faebd7;
  border-radius: 10px;
  display: inline-block;
  font-weight: bold;
}
/* .box_cate_family .btn_2022 a:hover{
  opacity: 0.8;
} */
.box_cate_family .craft{
  display: flex;
  margin-top: 100px;
  gap: 0 5%;
}
.box_cate_family .craft img{
  max-width: 500px;
}
.box_cate_family .craft .red{
  color: red;
}
.box_cate_family .craft p{
  line-height: 150%;
}

}

/* ----------------------------------------------------------------
  ファミリー SP
----------------------------------------------------------------- */
@media screen and (max-width: 999px) {

  .box_family .sp_fm{display: block;}
  .catcharea p.sp img {
    width: 45%;
    max-width: 150px;
    margin-right: 10px;
}
#family_contents .row:nth-child(1) .cell:nth-child(1) img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 30% 0%;}

  .catcharea {max-width: 90%;margin:auto;}
.catcharea h2{ font-size:1.5em; font-weight:normal; font-weight: bold;line-height: 150%;}
.catcharea p{ font-size:1em;padding:10px 0 15px; line-height: 1.5em;}
.catcharea .reservebtn_s{ top:0px;left:49%;display:block; }
.catcharea p.sp{ text-align:center; }
.catcharea p.sp img{ width:45%; max-width:150px;margin-right:10px;}


  #family_contents{margin:10px auto;}
  #family_contents { letter-spacing: normal; font-size:13px;color: #614c3f;}
  #family_contents h3{font-size: 1.5em;margin: 15px 0 5px;text-align: left;}
  #family_contents p{font-size: 16px;}
  #family_contents .row .cell dl{ text-align:left;margin:15px auto; padding-bottom:30px;width: 90%;}
  #family_contents th{font-size: 14px;width: 72px;vertical-align: baseline;}
  #family_contents td{font-size: 14px;}
  #family_contents tr{margin-bottom: 10px;display: block;}
  #family_contents h4{margin-bottom: 0;font-size: 16px;}
  #family_contents .row .cell dl dt{ font-weight: bold; margin:0px 0 15px 0; font-size:1.5em; color:#0da098;}
  #family_contents .ct{font-size: 18px;margin-bottom: 15px;font-weight: bold;}
  #family_contents p{line-height: 150%;}
  #family_contents .schedule{border-radius: 10px;  border: 1px solid #ccc;  padding: 20px;  background-color: #fff;margin-top: 15px;}

  .box_family .option{max-width: 90%;margin: 0 auto 15px;}
  .box_family h5{font-size: 18px;margin-bottom: 10px;}
  .box_family .belongings{max-width: 90%;margin: 15px auto 30px;}
  .box_cate_family .btn_2022{text-align: center;margin-bottom: 30px;}
  .box_cate_family .btn_2022 a { padding: 15px; background-color: #faebd7; border-radius: 10px; display: inline-block; font-weight: bold;}
  .box_cate_family  .photoimg{ width: 100%; height: 300px;object-fit: cover; object-position: 100% 0%;}
  .box_cate_family .craft img{
    max-width: 100%;
    margin-top: 15px;
    object-fit: cover;
    }
  .box_cate_family .craft{
display: flex;
flex-direction: column-reverse;
margin-top: 30px;
}
.box_cate_family .craft p{
  max-width: 90%;
  margin: auto;
}
.box_cate_family .craft .red{
  color: red;
}

}
/* ----------------------------------------------------------------
  アクティビティ 
----------------------------------------------------------------- */
.box_cate_activity .box_asobot {
  background: #f3eeea;
}
.box_cate_activity .box_asobot .box_catchcopy {
  background: none;
}
.box_cate_activity .box_asobot .box_catch h3 {
  width: 300px;
}
.box_cate_activity .box_asobot li h4 {
  color: #0da098;
}

.box_cate_activity .box_asobot li p.hours{
  font-size:14px; 
  color:#614c3f;
  font-weight: bold;
  margin: -20px 0 30px;
  line-height: 1.5;
}

.box_cate_activity .box_asobot li .read {
  margin-bottom: 20px;
}
.box_cate_activity .box_asobot li .information {
  font-size: 0.92em;
  font-weight: bold;
  line-height: 150%;
}

.box_cate_activity .box_asobot li .information span{
  font-size:18px;  
  display:inline-block; 
  margin-bottom:5px;
}



.box_cate_activity .box_asobot li .btn {
  background: #0da098;
  color: #fff;
  width: 360px;
  margin-top: 20px;
  font-size: 0.92em;
  font-weight: bold;
}
.box_cate_activity .box_asobot li .link {
  font-size: 0.92em;
  font-weight: bold;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 1.2em;
  color: #0da098;
}
.box_cate_activity .box_asobot li .link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0da098;
  border-right: 2px solid #0da098;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.box_cate_activity .box_summerkids li .btn {
    background: #0da098;
    color: #fff;
    width: 360px;
    margin-top: 20px;
    font-size: 0.92em;
    font-weight: bold;
  }
  .box_cate_activity .box_summerkids li .link {
    font-size: 0.92em;
    font-weight: bold;
    margin-top: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 1.2em;
    color: #0da098;
  }
  .box_cate_activity .box_summerkids li .link::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0da098;
    border-right: 2px solid #0da098;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


/*--------ASOBOT　PC-------*/
@media screen and (min-width: 1000px) {
  .box_cate_activity .box_asobot {
    border-radius: 20px;
    padding: 40px;
  }
  .box_cate_activity .box_asobot .box_catchcopy {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
  }
  .box_cate_activity .box_asobot .box_catchcopy .text {
    margin-left: 40px;
  }
  .box_cate_activity .box_asobot .box_catchcopy .catch {
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 150%;
    font-size: 1.2em;
  }

  .box_cate_activity .box_asobot li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .box_cate_activity .box_asobot li:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .box_cate_activity .box_asobot li picture {
    width: 48%;
  }
  .box_cate_activity .box_asobot li .text {
    width: 48%;
  }
  .box_cate_activity .box_asobot li .attention {
    font-size: 0.72em;
  }
}

/*--------ASOBOT　SP-------*/
@media screen and (max-width: 999px) {
  .box_cate_activity .box_asobot {
    padding: 20px;
  }
  .box_cate_activity .box_asobot .box_catchcopy {
    padding-top: 30px;
  }
  .box_cate_activity .box_asobot .box_catchcopy h3 {
    width: 300px;
    text-align: center;
    margin: 0 auto 20px;
  }
  .box_cate_activity .box_asobot li {
    margin-top: 20px;
  }
  .box_cate_activity .box_asobot li .information {
    margin-bottom: 20px;
  }
  .box_cate_activity .box_asobot h4 {
    text-align: center;
  }
}

/*--------------サマーキッズキャンプ 共通----------------*/
.box_cate_activity .box_summerkids ul li .information {
  font-size: 0.92em;
  margin-top: 10px;
  line-height: 130%;
  border-top: 1px dashed #9d9283;
  padding-top: 10px;
}
.box_cate_activity .box_summerkids ul li .read {
  line-height: 130%;
}
.box_cate_activity .box_summerkids h3 {
  color: #0da098;
}

/*--------------サマーキッズキャンプ PC----------------*/
@media screen and (min-width: 1000px) {
  .box_cate_activity .box_summerkids {
    background: url(../img/activity/activity_bg.jpg) center 0 no-repeat;
    height: 1260px;
    position: relative;
    background-size: 100%;
    margin-top: 100px;
  }
  .box_cate_activity .box_summerkids h3 {
    position: absolute;
    top: 60px;
    left: 60px;
    font-size: 2em;
  }
  .box_cate_activity .box_summerkids h3 span {
    font-size: 60%;
    margin-left: 20px;
  }
  .box_cate_activity .box_summerkids ul li {
    position: absolute;
    width: 380px;
  }
  .box_cate_activity .box_summerkids ul li h4 {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
  .box_cate_activity .box_summerkids ul li picture {
    display: none;
  }

  .box_cate_activity .box_summerkids ul li:nth-child(1) {
    top: 140px;
    left: 100px;
  }
  .box_cate_activity .box_summerkids ul li:nth-child(2) {
    top: 360px;
    left: 650px;
  }
  .box_cate_activity .box_summerkids ul li:nth-child(3) {
    top: 880px;
    left: 450px;
  }
}

/*--------------サマーキッズキャンプ SP----------------*/
@media screen and (max-width: 999px) {
  .box_cate_activity .box_summerkids {
    background: #fbfade;
    padding: 30px 20px;
  }
  .box_cate_activity .box_summerkids h3 span {
    font-size: 60%;
    display: block;
  }
  .box_cate_activity .box_summerkids li {
    padding: 10px 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .box_cate_activity .box_summerkids li:nth-child(2) {
    background: url(../img/activity/letsgo2.png) center bottom no-repeat;
    padding-bottom: 80px;
    background-size: 100%;
  }
  .box_cate_activity .box_summerkids li:last-child {
    background: url(../img/activity/leaf_line2.png) center bottom no-repeat;
    padding-bottom: 40px;
    background-size: 100%;
  }
  .box_cate_activity .box_summerkids li h4 {
    order: 2;
  }
  .box_cate_activity .box_summerkids li picture {
    order: 1;
    width: 250px;
    margin: auto;
  }
  .box_cate_activity .box_summerkids li .text {
    order: 3;
  }
}

/*--------------サマーキッズキャンプ タブレット----------------*/
@media screen and (min-width: 500px) and (max-width: 1000px) {
  .box_cate_activity .box_summerkids li {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .box_cate_activity .box_summerkids li:nth-child(2) {
    background: none;
    padding-bottom: 30px;
  }
  .box_cate_activity .box_summerkids li h4 {
    width: 100%;
    order: 1;
  }
  .box_cate_activity .box_summerkids li picture {
    width: 35%;
    order: 3;
    margin: 0;
  }
  .box_cate_activity .box_summerkids li .text {
    width: 50%;
    order: 2;
    margin-right: 20px;
  }
  .box_cate_activity .box_asobot picture {
    width: 60%;
    margin: 0 auto 20px;
  }
}

/* ----------------------------------------------------------------
  お知らせ 
----------------------------------------------------------------- */

.box_cate_info .CAMP,.box_cate_info .ACTIVITY,.box_cate_info .BBQ {
  color: #fff;
  padding: 2px 5px;
  line-height: 100%;
  margin-right: 10px;
  border-radius: 5px;
  font-weight: normal;
}
.box_cate_info .CAMP {
  background: #82a23d;
}
.box_cate_info .ACTIVITY {
  background: #0085CE;
}
.box_cate_info .BBQ {
  background: #A1473C;
}


.box_cate_info .box_recent a,
.box_cate_info .box_backnumber a {
  display: block;
}
.box_cate_info .box_recent {
  border-bottom: 1px solid #ccc;
}
.box_cate_info .box_recent.body{
  line-height:1.4em;
}
.box_cate_info .box_recent.body a{
  display: inline;
}
.box_cate_info .box_backnumber li a {
  margin-bottom: 20px;
  letter-spacing: 0;
}
.box_cate_info .box_backnumber li a span {
  margin-right: 10px;
}
.box_cate_info .box_backnumber li a span.date {
  margin-right: 10px;
  display:inline-block;
  width:7em;
  font-size:0.8em;
}
/*------------ページング-----------*/
.box_paging {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box_paging a {
  display: block;
  border: 2px solid #9d9283;
  padding: 10px 10px 7px;
  border-radius: 5px;
  margin: 0 5px;
  font-size: 0.92em;
  margin-top: 40px;
  color: #9d9283;
  font-weight: bold;
}

/*--------------最新ニュース PC----------------*/
@media screen and (min-width: 1000px) {
  .box_cate_info .icn_camp {
    font-size: 0.76em;
  }
  .box_cate_info h3 {
    font-size: 2.2em;
    margin-bottom: 60px;
  }
  .box_cate_info {
    margin-top: 60px;
    width: 1000px;
  }
  .box_cate_info .box_recent {
    margin-bottom: 40px;
    padding-bottom: 25px;
  }
  .box_cate_info .box_recent h4 .date {
    margin-right: 20px;
  }
  .box_cate_info .box_backnumber h5 {
    font-size: 1.6em;
    margin-bottom: 60px;
  }
}

/*-------------- 最新ニュース  SP----------------*/
@media screen and (max-width: 999px) {
  .box_cate_info .icn_camp {
    font-size: 0.6em;
  }
  .box_cate_info {
    padding: 20px;
  }
  .box_cate_info h3 {
    font-size: 1.6em;
  }
  .box_cate_info .box_recent h4 {
    font-size: 1em;
    line-height: 150%;
    margin-bottom: 10px;
  }
  .box_cate_info .box_recent h4 .date {
    margin-right: 10px;
  }
  .box_cate_info .box_recent {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .box_cate_info .box_backnumber h5 {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .box_cate_info .box_backnumber li a {
    font-size: 0.92em;
    line-height: 150%;
  }
  .box_paging a {
    margin-top: 10px;
  }
}

/*------------お知らせ詳細-----------*/
.box_cate_info .box_news_detail .date {
  margin-bottom: 20px;
  font-weight: bold;
}

.box_cate_info .box_news_detail .read {
  line-height: 160%;
  margin-bottom: 20px;
}

.box_cate_info .box_news_detail .btn {
  width: 200px;
  margin: 40px auto;
}

/*-------------- お知らせ詳細  PC----------------*/
@media screen and (min-width: 1000px) {
  .box_cate_info .box_news_detail h4 {
    font-size: 1.2em;
    margin-bottom: 40px;
  }
}
/*-------------- お知らせ詳細  SP----------------*/
@media screen and (max-width: 999px) {
  .box_cate_info .box_news_detail h4 {
    font-size: 1em;
    margin-bottom: 20px;
    line-height: 150%;
  }
}

/* ----------------------------------------------------------------
  アクセスマップ 
----------------------------------------------------------------- */
.box_cate_access .box_accessroot .detail {
  background: #eee;
  margin: 20px 0;
  border-radius: 10px;
}


/*-------------- お知らせ詳細  PC----------------*/
@media screen and (min-width: 1000px) {
  .box_cate_shop {
    margin-top: 60px;
  }
  .box_cate_bbqside {
    margin-top: 60px;
  }
  .box_cate_access {
    margin-top: 60px;
  }
  .box_cate_access .box_map iframe {
    width: 100%;
    height: 500px;
  }
  .box_cate_access h3 {
    font-size: 2.2em;
    margin-bottom: 60px;
  }
  .box_cate_access .box_accessroot {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
  }
  .box_cate_access .box_accessroot picture {
    width: 55%;
  }
  .box_cate_access .box_accessroot .text {
    width: 40%;
  }
  .box_cate_access .box_accessroot h4 {
    margin-bottom: 40px;
    font-size: 1.6em;
  }
  .box_cate_access .box_accessroot dt {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.2em;
  }
  .box_cate_access .box_accessroot dd {
    line-height: 150%;
  }
  .box_cate_access .box_accessroot .detail {
    background: #eee;
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
  }
}
/*-------------- お知らせ詳細  SP----------------*/
@media screen and (max-width: 999px) {
  .box_cate_access {
    padding: 20px;
  }
  .box_cate_access .box_map iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  .box_cate_access h3 {
    font-size: 1.6em;
  }
  .box_cate_access h4 {
    font-size: 1.2em;
    line-height: 150%;
    margin-bottom: 20px;
  }
  .box_cate_access .box_accessroot {
    display: flex;
    flex-direction: column-reverse;
  }
  .box_cate_access .box_accessroot .text {
    margin-bottom: 30px;
  }
  .box_cate_access .box_accessroot dt {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1em;
  }
  .box_cate_access .box_accessroot .detail {
    line-height: 150%;
    padding: 10px;
    font-size: 0.92em;
  }
  .box_cate_access .box_accessroot .adress {
    line-height: 150%;
    font-size: 0.92em;
  }
}

/* ----------------------------------------------------------------
  施設マップ PC
----------------------------------------------------------------- */
.box_cate_map {
  margin-top: 60px;
}
.box_cate_map h3 {
  font-size: 2.2em;
  margin-bottom: 60px;
}

.box_cate_map .js-scrollable img {
  width: auto;
}

/* ----------------------------------------------------------------
 ジムカーナ
----------------------------------------------------------------- */

/*-------------- ジムカーナ  PC----------------*/
@media screen and (min-width: 700px) {
  .box_cate_gymkhana .box_catchcopy .read {
    width: 600px;
  }
  .box_cate_gymkhana .box_practice ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .box_cate_gymkhana .box_practice ul li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .box_cate_gymkhana .box_practice ul picture {
    width: 45%;
  }
  .box_cate_gymkhana .box_practice ul .text {
    text-align: center;
    width: 49%;
  }
  .box_cate_gymkhana .box_practice ul figure {
    max-width: 180px;
    margin: 20px auto;
  }
  .box_cate_gymkhana .box_practice .text .btn {
    width: 400px;
    margin: auto;
  }
  .box_cate_gymkhana .box_practice .adress {
    font-weight: bold;
    margin-top: 20px;
    font-size: 1.2em;
  }
}
/*-------------- ジムカーナ  SP----------------*/
@media screen and (max-width: 699px) {
  .box_cate_gymkhana .box_practice {
    padding: 20px;
  }
  .box_cate_gymkhana .box_practice ul li {
    margin-bottom: 20px;
  }
  .box_cate_gymkhana .box_practice ul picture {
    width: 100%;
  }
  .box_cate_gymkhana .box_practice ul .text {
    text-align: center;
  }
  .box_cate_gymkhana .box_practice ul figure {
    max-width: 200px;
    margin: 20px auto;
  }
  .box_cate_gymkhana .box_practice .text .btn {
    width: 400px;
    margin: 0 auto 20px;
  }
  .box_cate_gymkhana .box_practice .adress {
    font-weight: bold;
    margin-top: 20px;
    font-size: 1em;
    line-height: 140%;
  }
}

/*-------------- ジムカーナ  タブレット---------------*/
@media screen and (max-width: 999px) and (min-width: 700px) {
  .box_cate_gymkhana .box_catchcopy .read {
    margin: auto;
    width: 80%;
  }
  .box_cate_gymkhana .box_practice {
    padding: 40px;
  }
}
/* ----------------------------------------------------------------
 ショップ
----------------------------------------------------------------- */
/*-------------- ショップ  PC----------------*/
@media screen and (min-width: 800px) {
  .box_cate_shop.shop2023 .catch_wrap picture {
    max-width: 400px;
    margin-bottom: 20px;
  }
  .box_cate_shop.shop2023 .catch_wrap picture img{
    width: 100%;
  }
  .box_cate_shop.shop2023 .catch_wrap p{
    line-height: 160%;
}
}
/*-------------- ショップ  PC----------------*/
@media screen and (min-width: 800px) {

  .box_cate_shop.shop2023 th{
    padding: 0;
    line-height: 100%;
  }

  .box_cate_shop.shop2023 .catch_wrap picture {
    max-width: 350px;
    margin-bottom: 20px;
  }

  .box_cate_shop .box_catchcopy picture {
    width: 400px;
  }
  .box_cate_shop .box_catchcopy .catch {
    font-size: 1.2em;
    margin: 20px 0;
    line-height: 160%;
  }
  .box_cate_shop .box_product {
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url(../img/shop/shop_product.png) right bottom no-repeat;
    background-size: 500px;
  }
  .box_cate_shop .box_product .list_basic {
    width: 48%;
    margin-bottom: 40px;
  }
  .box_cate_shop .box_product .list_basic th {
    width: 200px;
  }
  .box_cate_shop .box_product .list_basic td:first-of-type {
    width: 100px;
  }
  .box_cate_shop .box_product .list_basic td:last-child {
    font-size: 0.9em;
  }
  .box_cate_shop .box_product .attention {
    width: 48%;
    text-align: left;
    margin-top: 0;
  }
}
/*-------------- ショップ  SP----------------*/
@media screen and (max-width: 759px) {
  .box_cate_shop{
    padding: 20px;
  }
  .box_cate_shop .catch_wrap .catch {
    line-height: 160%;
    margin-bottom: 20px;
  }
  .box_cate_shop .catch_wrap picture{
  max-width: 300px;
  }
  .box_cate_shop .catch_wrap picture {
    margin: 0 auto 20px;
  }

  .box_cate_shop .box_product {
    margin: 0 20px 20px;
  }
  .box_cate_shop .box_product .list_basic th {
    width: 140px;
    letter-spacing: 0;
  }
  .box_cate_shop .box_product .list_basic td:first-of-type {
    width: 80px;
    font-size: 0.9em;
  }
  .box_cate_shop .box_product .list_basic td:last-child {
    font-size: 0.84em;
  }
  .box_cate_shop .box_product .attention {
    margin-bottom: 40px;
  }
}
/*-------------- ショップ タブレット---------------*/
@media screen and (max-width: 880px) and (min-width: 760px) {
  .box_cate_shop .catch_wrap picture {
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .box_cate_shop .catch_wrap .catch{
    margin-bottom: 30px;
  }
  .box_cate_shop {
    padding: 30px;
  }
  .box_cate_shop .box_product {
    padding: 0 30px;
    margin-top: 0;
    background-size: 400px;
  }
  .box_cate_shop .box_product .list_basic th {
    width: 150px;
    font-size: 0.84em;
  }
  .box_cate_shop .box_product .list_basic td:first-of-type {
    width: 90px;
  }
}

/* ----------------------------------------------------------------
 レンタル
----------------------------------------------------------------- */
.box_cate_rental .box_menu li h4 {
  font-size: 1.1em;
  margin-bottom: 10px;
  letter-spacing: 0;
  border-bottom: 2px solid #9d9283;
  padding-bottom: 5px;
  display: inline-block;
}

.box_cate_rental h3 img{
  width:100%;
  max-width:350px;
}
.box_cate_rental .box_menu li dt {
  margin-bottom: 10px;
  letter-spacing: 0;
}
.box_cate_rental .box_menu li dd {
  line-height: 160%;
  font-size: 0.84em;
  letter-spacing: 0;
}
.box_cate_rental .box_message .read {
  background: #9d9283;
  color: #fff;
}
.box_cate_rental .box_menu picture,
.box_cate_rental .box_menu .box_btn {
  display: block;
  margin: 0 auto 0;
  text-align: center;
}
.box_cate_rental .box_menu picture,
.box_cate_rental .box_menu .btn {
  width: 300px;
  font-size: 1.2em;
  margin: 0 auto 0 auto;
}
/*-------------- レンタル  PC2023----------------*/
@media screen and (min-width: 1000px) {
  .box_cate_rental.rental2023{
    margin-top: 50px;
  }
/* .box_cate_rental.rental2023 .box_menu .list_basic{
  width: 410px;
} */
}
/*-------------- レンタル  PC----------------*/
@media screen and (min-width: 1000px) {
  .box_cate_rental .box_menu picture,
  .box_cate_rental .box_message picture {
    display: none;
  }
  .box_cate_rental .box_menu .list_basic {
    display:inline-block;
    width:48%;
    margin-right:10px;
    margin-bottom: 40px;
    vertical-align:top;
  }
  .box_cate_rental .box_menu .list_basic th:last-of-type {
    width: 180px;
  }
  .box_cate_rental .box_menu .list_basic td:last-child {
    text-align: left;
    width: 235px;
  }
  .box_cate_rental .box_menu .list_basic td:first-of-type {
    white-space:nowrap;
  }
  .box_cate_rental .box_menu ul {
    position: relative;
    background: url(../img/rental/rental_bg2023.png) center no-repeat;
    background-size: 1100px auto;
    width: 1100px;
    height: 1500px;
    margin-top: 40px;
  }

  .box_cate_rental .box_menu ul li {
    position: absolute;
  }
  .box_cate_rental .box_menu li:nth-child(1) {
    top: 150px;
    left: 630px;
    width: 350px;
  }
  .box_cate_rental .box_menu li:nth-child(2) {
    top: 650px;
    left: 130px;
  }
  .box_cate_rental .box_menu li:nth-child(3) {
    top: 670px;
    left: 650px;
  }
  .box_cate_rental .box_menu li:nth-child(4) {
    top: 850px;
    left: 300px;
  }
  .box_cate_rental .box_menu li:nth-child(5) {
    top: 1080px;
    left: 750px;
  }
  .box_cate_rental .box_menu li:nth-child(6) {
    top: 1110px;
    left: 290px;
  }
  .box_cate_rental .box_menu li:nth-child(7) {
    top: 1580px;
    left: 140px;
    width: 200px;
  }
  .box_cate_rental .box_menu li:nth-child(8) {
    top: 1260px;
    left: 750px;
  }
  .box_cate_rental .box_menu li:nth-child(9) {
    top: 1470px;
    left: 650px;
  }
  .box_cate_rental .box_menu li:nth-child(10) {
    top: 1700px;
    left: 720px;
    width: 350px;
  }

  .box_cate_rental.rental2023 .attention.indent:last-child{
    margin-top: 0;
  }

  /*----未使用
  .box_cate_rental .box_message {
    display: flex;
    justify-content: flex-end;
  }
  .box_cate_rental .box_message .read {
    width: 400px;
    padding: 40px;
  }
  
  .box_cate_rental .box_menu li:nth-child(11) {
    top: 1730px;
    left: 450px;
    width: 280px;
  }
  .box_cate_rental .box_menu li:nth-child(12) {
    top: 1770px;
    left: 750px;
  }
  .box_cate_rental .box_menu li:nth-child(13) {
    top: 2160px;
    left: 510px;
    width: 200px;
  }
  .box_cate_rental .box_menu li:nth-child(14) {
    top: 2250px;
    left: 750px;
  }
  .box_cate_rental .box_menu li:nth-child(15) {
    top: 2350px;
    left: 500px;
    width: 300px;
  }
  -----*/
}
/*-------------- レンタル  SP----------------*/
@media screen and (max-width: 499px) {

  .box_cate_rental.rental2023 .attention{
    text-align: left;
    font-size: 0.8em;
  }
  .box_cate_shop .box_product .attention{
    font-size: 0.8em;
  }
  .box_cate_rental.rental2023 .indent{
    line-height: 150%;
  }

  .box_cate_rental.rental2023{
    margin-top: 30px;
  }

  .box_cate_rental {
    padding: 20px;
  }

  .box_cate_rental .box_catchcopy h3 img{
    width: 100%;
  }

  .box_cate_rental .box_menu picture {
    margin: 15px auto 20px;
  }

  /* .box_cate_rental .box_menu .list_basic {
    margin-bottom: 20px;
    display: block;
    width: 291px;
  }
  .box_cate_rental .box_menu .list_basic tr {
    display: flex;
    flex-wrap: wrap;
  } */
  .box_cate_rental .box_menu .list_basic th:first-child {
    width: 10%;
  }
  .box_cate_rental .box_menu .list_basic th:last-of-type {
    width: 20%;
  }
  .box_cate_rental .box_menu .list_basic td:first-of-type {
    width: 25%;
  }

  .box_cate_shop.shop2023 .list_basic th:first-child {
    width: 27%;
  }
  .box_cate_shop.shop2023 .list_basic td:first-of-type {
    width: 14%;
  }
  .box_cate_shop.shop2023 .list_basic td:last-of-type {
    width: 30%;
  }

  .box_cate_shop.shop2023 .box_product{
    margin: 0;
  }

  .box_cate_rental .box_menu .list_basic td:last-child {
    text-align: left;
    width: 100%;
    font-size: 0.84em;
  }
  .box_cate_rental .box_menu ul {
    margin-top: 40px;
  }
  .container_under.rental2023 .list_basic{
    font-size:12px
  }
  .container_under.rental2023 .read, .container_under.rental2023 th, .container_under.rental2023 td{
    line-height: 100%;
  }
  
  .container_under.shop2023 .list_basic{
    font-size:12px
  }
  .container_under.shop2023 .read, .container_under.shop2023 th, .container_under.shop2023 td{
    line-height: 100%;
  }
  .box_cate_rental.rental2023 .box_menu .btn{
    margin-bottom:30px;
  }
  /*----未使用
  .box_cate_rental .box_message {
    margin-bottom: 20px;
  }
  .box_cate_rental .box_message .read {
    padding: 20px;
    line-height: 140%;
    font-size: 0.84em;
  }
  --*/
}
/*-------------- レンタル  タブレット----------------*/
@media screen and (max-width: 999px) and (min-width: 500px) {
  .box_cate_rental .box_message,
  .box_cate_rental .box_menu li {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0 40px;
    align-items: center;
  }

  .box_cate_rental.rental2023{
    margin-top: 50px;
  }
  .box_cate_rental.rental2023 .catch_wrap img{
    max-width: 300px;
  }

  .box_cate_rental .box_menu {
    padding: 30px;
  }
  .box_cate_rental .box_menu .list_basic th:last-of-type {
    width: 200px;
  }
  .box_cate_rental .box_menu .list_basic td:last-child {
    text-align: left;
  }
  .box_cate_rental .box_menu ul {
    margin-top: 60px;
  }
  .box_cate_rental .box_menu li {
    text-align: right;
  }
  .box_cate_rental .box_menu li:nth-child(even) {
    flex-direction: row-reverse;
    text-align: left;
  }
  .box_cate_rental .box_menu li .text,
  .box_cate_rental .box_menu li picture {
    width: 45%;
  }

  /*----未使用
  .box_cate_rental .box_message picture,
  .box_cate_rental .box_message .read {
    width: 49%;
  }
  .box_cate_rental .box_message .read {
    display: flex;
    align-items: center;
  }--*/
}

/* ----------------------------------------------------------------
 せせらぎMAP
----------------------------------------------------------------- */
.box_cate_seseragi .attention {
  margin: auto;
  text-align: center;
  width: 90%;
}
.box_cate_seseragi .box_catch {
  text-align: center;
  margin: 40px auto;
}
.box_cate_seseragi .box_catch h3 {
  margin-bottom: 10px;
}

/* ----------------------------------------------------------------
 よくいただく質問
----------------------------------------------------------------- */
.box_cate_faq .box_head {
  text-align: center;
}
.box_cate_faq .box_head h3 {
  margin-bottom: 10px;
}
.box_cate_faq .box_head nav {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  flex-wrap: wrap;
}
.box_cate_faq .box_head nav a {
  display: block;
  background: #9d9283;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 10px 15px;
}
.box_cate_faq .box_head nav a:hover,
.box_cate_faq .box_head nav a.active {
  background: #faf6f1;
  color: #9d9283;
  font-weight: bold;
}
.tabContents {
  display: none;
}
.tabContents.active {
  display: block;
}
.box_cate_faq .box_faq_detail {
  background: #faf6f1;
}
.box_cate_faq .box_faq_detail h4 {
  border-bottom: 2px solid #cba;
}
.box_cate_faq .box_faq_detail dt {
  font-weight: bold;
}
.box_cate_faq .box_faq_detail dt span {
  border-radius: 25px;
  color: #fff;
  background: #9d9283;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 1em;
}
.box_cate_faq .box_faq_detail dd {
  background: #fff;
  line-height: 160%;
  border-radius: 15px;
  font-size: 0.9em;
}
.box_cate_faq .box_faq_detail dd span {
  font-weight: bold;
  font-size: 120%;
}
.box_cate_faq .box_faq_detail dd a {
  text-decoration: underline;
}

/*--------------  よくいただく質問  PC----------------*/
@media screen and (min-width: 900px) {
  .box_cate_faq .box_head {
    margin: 60px auto;
  }
  .box_cate_faq .box_head h3 {
    font-size: 2em;
  }
  .box_cate_faq .box_head nav {
    width: 1000px;
  }
  .box_cate_faq .box_head nav a {
    font-size: 1em;
    width: 180px;
    border: 2px solid #9d9283;
  }
  .box_cate_faq .box_faq_detail {
    padding: 60px;
    border-radius: 15px;
    margin-bottom: 40px;
  }
  .box_cate_faq .box_faq_detail h4 {
    font-size: 1.4em;
    padding-bottom: 20px;
  }
  .box_cate_faq .box_faq_detail dt {
    font-size: 1.1em;
    margin: 40px 0 20px;
  }

  .box_cate_faq .box_faq_detail dd {
    padding: 20px 20px 20px 50px;
    text-indent: -26px;
  }
  .box_cate_faq .box_faq_detail dd span {
    margin-right: 10px;
  }
}

/*--------------  よくいただく質問  SP----------------*/
@media screen and (max-width: 899px) {
  .box_cate_faq .box_head {
    margin: 30px auto;
  }
  .box_cate_faq .box_head h3 {
    font-size: 1.8em;
  }
  .box_cate_faq .box_head nav {
    width: 100%;

    justify-content: center;
  }
  .box_cate_faq .box_head nav a {
    font-size: 0.9em;
    width: 32%;
    margin: 0 5px 10px;
    padding: 10px;
    border: 2px solid #9d9283;
    white-space: nowrap;
    letter-spacing: 0;
  }
  .box_cate_faq .box_head nav a:last-child {
    width: 43%;
    max-width: 250px;
  }
  .box_cate_faq .box_faq_detail {
    padding: 30px 20px;
    border-radius: 0px;
    margin-bottom: 0px;
  }
  .box_cate_faq .box_faq_detail h4 {
    font-size: 1.4em;
    padding-bottom: 10px;
  }

  .box_cate_faq .box_faq_detail dt {
    font-size: 1em;
    margin: 40px 0 10px;
    padding: 0px 15px 0px 45px;
    text-indent: -45px;
    line-height: 140%;
  }

  .box_cate_faq .box_faq_detail dd {
    padding: 15px 15px 15px 45px;
    text-indent: -25px;
  }
  .box_cate_faq .box_faq_detail dd span {
    margin-right: 5px;
  }
}

/* ----------------------------------------------------------------
コテージ
----------------------------------------------------------------- */
/*-----共通パーツ----*/

.box_cate_cottage {
  /* background: url(../img/cottage/mainbg.png) 0 0 repeat; */
  width: 100%;
}
.box_cate_cottage article > h4 {
  text-align: center;
}
.box_cate_cottage h4.eng {
  line-height: 40%;
  font-size: 6em;
  font-family: Diamor, sans-serif;
}
@font-face {
  font-family: "Diamor";
  src: url("../img/cottage/Diamor.ttf") format("truetype");
}
.box_cate_cottage article .catch {
  font-weight: bold;
  text-align: center;
}
.box_cate_cottage article .information {
  text-align: center;
  margin: auto;
}
.box_cate_cottage article .information dt {
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #000;
}

.box_cate_cottage .box_roominfo .bg_text {
  font-family: Diamor, sans-serif;
  font-weight: bold;
  font-size: 800%;
  position: absolute;
  letter-spacing: 0.07em;
  bottom: -0.6em;
  right: 0.1em;
  transform: rotate(-8deg);
  color: rgba(0, 0, 0, 0.07);
  line-height: 1;
}
.box_cate_cottage .box_room_layout .read {
  text-align: center;
  margin-top: 40px;
}
.box_cate_cottage .box_room_facility li,
.box_cate_cottage .box_area_bbq li {
  position: relative;
}
/* .box_cate_cottage .box_room_facility .name,
.box_cate_cottage .box_room_facility .read {
  background: url(../img/cottage/bg02.png) 0 0 repeat;
  color: #fff;
  display: inline-block;
  padding: 10px;
  z-index: 100;
  line-height: 130%;
} */

.box_cate_cottage .box_room_facility .name {
  position: absolute;
  top: -10px;
  left: -10px;
}
.box_cate_cottage .box_room_facility picture {
  position: relative;
}
/* .box_cate_cottage .box_room_facility .read {
  position: absolute;
  bottom: -10px;
  left: 20px;
  right: -10px;
} */

.box_cate_cottage .box_area_bbq ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.box_cate_cottage .box_area_bbq li {
  width: 48%;
}
.box_cate_cottage .box_area_bbq li:first-child {
  width: 100%;
}

.box_cate_cottage .box_price td {
  background: #fff;
  line-height: 160%;
}
.box_cate_cottage .box_price .attention span {
  font-weight: bold;
}
.box_cate_cottage .box_access .map iframe {
  width: 100%;
  height: 100%;
}

/*----------コテージ PC----------*/
@media screen and (min-width: 600px) {
  .box_cate_cottage article {
    max-width: 1100px;
    margin: 60px auto 100px;
  }
  .box_cate_cottage article .catch {
    font-size: 1.8em;
    margin: 20px auto 60px;
  }
  .box_cate_cottage article .information {
    width: 80%;
  }
  .box_cate_cottage article .information dt {
    font-size: 1.2em;
  }
  .box_cate_cottage article .information dd {
    line-height: 160%;
  }

  /*-----個別パーツ----*/
  .box_cate_cottage .box_catchcopy {
    margin-bottom: 200px;
  }
  .box_cate_cottage .box_catchcopy h3 {
    font-size: 2.2em;
    font-weight: normal;
  }
  .box_cate_cottage .box_catchcopy .read {
    width: 650px;
  }
  .box_cate_cottage .box_roominfo li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
  }
  .box_cate_cottage .box_roominfo li:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .box_cate_cottage .box_roominfo picture {
    width: 54%;
  }

  .box_cate_cottage .box_roominfo .text {
    width: 40%;
    position: relative;
  }
  .box_cate_cottage .box_roominfo h5 {
    font-size: 2em;
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 40px;
  }
  /* .box_cate_cottage .box_room_facility,
  .box_cate_cottage .box_area_bbq {
    background: url(../img/cottage/bg01.png) center 180px no-repeat;
    padding: 0 60px 60px;
  } */

  .box_cate_cottage .box_room_facility ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .box_cate_cottage .box_room_facility li {
    width: 48%;
    margin-bottom: 60px;
  }
  .box_cate_cottage .box_room_facility h4 {
    margin-bottom: 60px;
  }
  .box_cate_cottage .box_area_bbq li {
    margin-bottom: 60px;
  }
  .box_cate_cottage .box_area_bbq .catch br {
    display: none;
  }

  .box_cate_cottage .box_price h4 {
    margin-bottom: 60px;
  }
  .box_cate_cottage .box_price .box_btn {
    display: block;
    margin: 40px auto 0;
    text-align: center;
  }
  .box_cate_cottage .box_price .btn {
    width: 400px;
    font-size: 1.4em;
    margin: 0 auto 0 auto;
  }

  .box_cate_cottage .box_access {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box_cate_cottage .box_access h4 {
    width: 100%;
    margin-bottom: 60px;
  }
  .box_cate_cottage .box_access .map {
    width: 58%;
    height: 400px;
  }
  .box_cate_cottage .box_access .text {
    width: 38%;
  }
  .box_cate_cottage .box_access h5 {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  .box_cate_cottage .box_access .information {
    margin-top: 60px;
  }

/* 20220615追加分 */
  .box_cate_cottage h3 .ruby{
    text-align: center;
  }

  .container_under .box_special {
    padding: 50px 20px;
    background-position: center 30px;
    background-size: 160px;
    display: flex;
    justify-content: space-between;
    margin: 0px auto 60px;
  }
  .container_under .box_special img{
    max-width: 300px;
  }
  .container_under .box_special h3{
    font-size: 30px;
  }

  .container_under .box_roominfo{
    position: relative;
    display: flex;
    justify-content: space-between;
    background-image: url(../img/cottage/bgimg.jpg);
    background-size: cover;
    padding: 30px 30px 30px;
    margin: 60px auto;
  }

    .container_under .box__text{
    width: 41%;
  }

  .container_under .box_roominfo h4{
    margin-top: 15px;
  }
  .container_under .box_roominfo img{
    position: absolute;
    max-width: 52%;
    margin-right: 100px;
    top: -40px;
  }
  .container_under .box_roominfo .read{
    margin-bottom: 20px;
  }

  .container_under .box_roominfo .read span.small{
    font-size: 12px;
  }

  .container_under .box_sdgs{
    padding: 50px;
    background-image: url(../img/cottage/bgimg.jpg);
    background-size: cover;
    margin: 60px auto;
  }
  .container_under .indent{
    padding-left:1em;
	  text-indent:-1em;
  }
  .container_under .box_sdgs h4{
    text-align: left;
    border-bottom: 1px solid #614c3f;
    display: inline-block;
  }
  .container_under .box_sdgs h4 span{
    font-size: 0.7em;
  }
  .container_under .box_bedroom{
    background-image: url(../img/cottage/bgimg.jpg);
    background-size: cover;
    position: relative;
    padding: 50px 20px;
  }
  .container_under .box_bedroom .wrap_bedroom{
    display: flex;
    justify-content: space-between;
  }
  .container_under .box_bedroom .wrap_bedroom img{
    max-width: 95%;
  }
  .container_under .box_bedroom .wrap_bedroom p:first-child{
    margin-top: 70px;
  }
  .container_under .box_bedroom .wrap_bedroom div p{
    margin-top: 20px;
  }
  .container_under .box_bedroom h4{
    background-image: url(../img/cottage/wood_short.jpg);
    color: white;
    padding: 50px;
    text-align: left;
    position: absolute;
    top: -40px;
  }
  .container_under .box_room_layout picture{
    background-image: url(../img/cottage/bgimg.jpg);
    background-size: cover;
    padding: 30px;
  }
  .container_under .box_room_facility{
    position: relative;
    background-image: url(../img/cottage/bgimg.jpg);
    background-size: cover;
    padding: 30px;
  }
  .container_under .box_room_facility h4{
    background-image: url(../img/cottage/wood_short.jpg);
    color: white;
    padding: 50px 50px;
    text-align: right;
    position: absolute;
    top: -40px;
    display: inline-block;
    right: 30px;
  }
  .container_under .box_room_facility div:nth-child(odd){
    max-width: 55%;
  }
  .container_under .box_room_facility img:nth-child(even){
    max-width: 43%;
  }
  .container_under .box_room_facility .dish{
    margin-bottom: 50px;
    max-width: 55%;
  }
  .container_under .box_room_facility .washroom{
    margin-top: 100px;
    max-width: 43%;
  }
  .container_under .box_room_facility .bathroom{
    margin-bottom: 50px;
    max-width: 55%;
  }
  .container_under .box_room_facility .sauna{
    margin-top: 50px;
    max-width: 43%;
  }
  .container_under .box_room_facility div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .container_under .box_room_facility div img{
    max-width: 100%;
    margin-bottom: 10px;
  }
  .container_under .box_area_bbq{
    background-image: url(../img/cottage/bgimg.jpg);
    background-size: cover;
    position: relative;
    padding: 30px 30px 100px 30px;
  }
  .container_under .box_area_bbq .btn_bbq{
    text-align: center;
    background-color: #9d9283;
    width: 240px;
    margin: 30px auto 0;
    color: white;
    border-radius: 15px;
    height: 80px;
  }
  .container_under .box_area_bbq .bbq_wrap3 div:first-child{
    max-width: 300px;
  }
  .container_under .box_area_bbq .btn_bbq a{
    padding: 25px 20px;
    display: block;
  }
  .container_under .box_area_bbq .bbq_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;

  }
  .container_under .box_area_bbq .bbq_wrap img:first-child{
   max-width: 55%; 
  }
  .container_under .box_area_bbq .bbq_wrap img:last-child{
  max-width: 42%;
 object-fit: contain;
  }
  .container_under .box_area_bbq .bbq_wrap2{
    display: flex;
    margin: -50px 0;
  }
  .container_under .box_area_bbq .bbq_wrap2 img{
    max-width: 42%;
    object-fit: contain;
  }

  .box_cate_cottage .box_area_bbq .bbq_wrap2 .read:first-child{
    margin-top: 80px;
  }
  .box_cate_cottage .box_area_bbq .bbq_wrap2 .read:nth-child(2){
    margin-top: 15px;
  }
  .box_cate_cottage .box_area_bbq .bbq_wrap3{
    display: flex;
    gap: 0 1vw;
    padding: 300px 0 0 190px;
    align-items: center;
    background-image: url(/green/assets/img/cottage/meihoplan.png);
    background-size: 58%;
    /* background-position: 1px 16px; */
    justify-content: space-around;
  }
  .box_cate_cottage .box_area_bbq .bbq_wrap3 h5{
    font-size: 23px;
    font-weight: bold;
    line-height: 180%;
  }
  .box_cate_cottage .box_area_bbq .plan_ttl{
    border-bottom: 1px solid gray;
    display: block;
  }
  .box_cate_cottage .box_area_bbq h5 .small{
    font-size: 0.7em;
  }
  .box_cate_cottage .box_area_bbq .pizza img{
    max-width: 250px;
    width: 100%;
  }
  .box_cate_cottage .box_area_bbq h4{
    background-image: url(../img/cottage/wood_short.jpg);
    color: white;
    padding: 30px 50px;
    display: inline-block;
    position: absolute;
    margin-top: -50px;
  }
  .container_under .box_morning h4 {
    background-image: url(../img/cottage/wood_short.jpg);
    color: white;
    padding: 30px 50px;
    display: inline-block;
    position: absolute;
    margin-top: -50px;
    line-height: 40%;
    font-size: 6em;
    font-family: Diamor, sans-serif;
  }
  .container_under .box_morning{
    background-image: url(../img/cottage/bgimg.jpg);
    background-size: cover;
    position: relative;
    padding: 30px 30px 100px 30px;
}
.container_under .box_morning .txt{
  margin-top: 60px;
  margin-bottom: 10px;
}
.container_under .box_morning img{
  max-width: 500px;
  width: 100%;
}
.container_under .box_morning .morning_read{
  margin-left: 320px;
  line-height: 150%;
}
.container_under .box_morning li{
  display: flex;
  justify-content: space-evenly;
  margin: 30px;
}
.container_under .box_morning li:nth-child(2) {
  display: flex;
  flex-direction: row-reverse;
}
.container_under .box_morning .name{
  border-bottom: 1px solid #614c3f;
  font-weight: bold;
  display: inline-block;
  font-size:1.2em;
  margin-top: 20px;
  margin-bottom: 15px;
}
.container_under .box_morning .read{
  padding-left: 10px;
}


  .container_under .box_area_bbq .txt{
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .container_under .box_room_information div{
    display: flex;
    flex-wrap: wrap;
  }
  .container_under .box_room_information div img{
    max-width: 400px;
  }
  .container_under .box_room_information {
    position: relative;
    padding: 30px;
}
.box_cate_cottage .box_room_information .name {
 margin-bottom: 10px;
}
/* .box_cate_cottage .box_room_information picture {
  position: absolute;
} */
.box_cate_cottage .box_room_information li {
  width: 48%;
  /* margin-bottom: 60px; */
  /* position: relative; */
}
.box_cate_cottage .box_room_information ul {
  /* position: absolute; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container_under .box_room_information {
  background-size: cover;
  background-image: url(../img/cottage/bgimg.jpg);
  padding: 30px;
}
.container_under .box_price .attention{
  font-weight: bold;
}


}
/*----------コテージ タブレット----------*/
@media screen and (max-width: 999px) {
  .box_cate_cottage article {
    padding: 0px 30px;
    margin: 0 auto 60px;
  }
  .box_cate_cottage .box_catchcopy {
    margin-bottom: 40px;
  }
  .box_cate_cottage h4.eng {
    font-size: 4em;
    line-height: 80%;
    margin-bottom: 10px;
  }
  .container_under .box_roominfo img{
    max-width: 45%;
  }
  .box_cate_cottage article .catch {
    font-size: 1.4em;
  }
  .box_cate_cottage .box_access {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
  .box_cate_cottage .box_room_facility ul {
    margin-top: 60px;
  }
  .box_cate_cottage .box_area_bbq li:first-child {
    margin-bottom: 10px;
  }
  .box_cate_cottage .js-scrollable {
    width: 100%;
  }
  .box_cate_cottage .box_access {
    display: block;
  }
  .box_cate_cottage .box_access .map,
  .box_cate_cottage .box_access .text {
    width: 100%;
    text-align: center;
  }
  .box_cate_cottage .box_access .map {
    margin-bottom: 30px;
  }
  .box_cate_cottage .box_price .btn {
    margin-bottom: 15px;
  }
}

/*----------コテージ SP----------*/
@media screen and (max-width: 599px) {
  .box_cate_cottage {
    padding: 40px 0;
  }
  .box_cate_cottage article {
    padding: 0px 20px;
    margin-bottom: 30px;
  }
  .box_cate_cottage h4.eng {
    font-size: 5em;
    line-height: 80%;
    margin-bottom: 10px;
  }
  .box_cate_cottage .catch {
    margin-bottom: 40px;
  }
  .box_cate_cottage article .information dt {
    line-height: 130%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 0.92em;
  }
  .box_cate_cottage article .information dd {
    line-height: 130%;
    font-size: 0.84em;
  }  
  .box_cate_cottage .box_roominfo picture img {
    object-fit: cover;
/*    min-height: 400px;*/
    border: 1px solid #000;
  }
  .box_cate_cottage .box_roominfo .text {
    text-align: center;
    margin: 30px auto 40px;
  }
  .box_cate_cottage .box_roominfo .text h5 {
    font-size: 1.3em;
    margin-bottom: 10px;
    letter-spacing: 4px;
  }
  .box_cate_cottage .box_roominfo .bg_text {
    display: none;
  }
  .box_cate_cottage .box_room_layout picture {
    margin: 40px auto;
    max-width: 290px;
  }
  .box_cate_cottage .box_room_facility li {
    margin: 40px auto;
  }
  .box_cate_cottage .box_room_facility li:nth-child(3) {
    margin-bottom: 50px;
  }
  .box_cate_cottage .box_room_facility .name {
    top: 10px;
    left: 0px;
  }
  .container_under .box_morning .morning_read{
    line-height: 150%;
  }
  /* .box_cate_cottage .box_room_facility .read {
    font-size: 0.84em;
  } */
  .box_cate_cottage .box_area_bbq .catch {
    line-height: 140%;
  }
  .box_cate_cottage .box_price .js-scrollable {
    width: 100%;
  }
  .box_cate_cottage .box_price .box_btn {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .box_cate_cottage .box_price .attention {
    font-size: 0.76em;
    letter-spacing: 0;
  }
  .box_cate_cottage .box_access .map {
    min-height: 300px;
    margin-bottom: 40px;
  }
  .box_cate_cottage .box_access .map iframe {
    min-height: 300px;
  }
  .box_cate_cottage .box_access h5 {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
  .box_cate_cottage .box_access .information {
    margin: 60px auto 0;
    text-align: left;
  }
/* 20220615追加分 */
.box_cate_cottage img{
  width: 100%;
}
.container_under .box_roominfo img{
  max-width:100%;
}
.box_cate_cottage .box_special{
  display: flex;
  flex-direction: column-reverse;
}
.box_cate_cottage .box_special div:nth-child(2){
  text-align: center;
  margin-bottom: 20px;
}
.box_cate_cottage .box_special img{
  max-width: 150px;
}
.box_cate_cottage .box_special rt{
  text-align: center;
}
.box_cate_cottage .box_roominfo{
  background-image: url(../img/cottage/bgimg.jpg);
  background-size: cover;
  padding: 40px 20px;
}
.box_cate_cottage .box_roominfo h4{
  margin-top: 30px;
}
.box_cate_cottage .box_sdgs{
  background-image: url(../img/cottage/bgimg.jpg);
  background-size: cover;
  padding: 40px 20px;
}
.container_under .box_bedroom{
  background-image: url(../img/cottage/bgimg.jpg);
  background-size: cover;
  padding: 40px 20px;
}
.container_under .box_bedroom h4 {
  background-image: url(../img/cottage/wood_short.jpg);
  color: white;
  padding: 20px;
}
.container_under .box_bedroom .wrap_bedroom div p {
  margin-top: 10px;
}


.box_cate_cottage .box_room_facility {
  background: url(../img/cottage/bgimg.jpg);
  background-size: auto;
  padding: 40px 20px;
}
.container_under .box_room_facility h4 {
  background-image: url(../img/cottage/wood_short.jpg);
  color: white;
  padding: 20px;
}
.container_under .box_area_bbq{
  background: url(../img/cottage/bgimg.jpg);
  background-size: auto;
  padding: 40px 20px;
}
.container_under .box_area_bbq h4 {
  background-image: url(../img/cottage/wood_short.jpg);
  color: white;
  padding: 20px;
}
.container_under .box_area_bbq .txt{
  margin-bottom: 10px;
}
.container_under .box_area_bbq .btn_bbq a {
  padding: 15px 10px;
  display: block;
}
.container_under .box_area_bbq .btn_bbq {
  text-align: center;
  background-color: #9d9283;
  max-width: 300px;
  margin: 10px auto 30px;
  color: white;
  border-radius: 15px;
}
.box_cate_cottage .box_area_bbq .bbq_wrap2 .read:first-child {
  margin:20px;
}


.container_under .box_morning h4 {
  background-image: url(../img/cottage/wood_short.jpg);
  color: white;
  padding: 20px;
  font-family: Diamor, sans-serif;
  font-size: 5em;
    line-height: 80%;
    margin-bottom: 10px;
  text-align: center;
}
.container_under .box_morning{
  background-image: url(../img/cottage/bgimg.jpg);
  background-size: auto;
  padding: 40px 20px;
}
.container_under .box_morning .txt{
  margin-bottom: 10px;
}
.container_under .box_morning img{
max-width: 500px;
width: 100%;
}
/* .container_under .box_morning .morning_read{
margin-left: 320px;
line-height: 150%;
} */
.container_under .box_morning li{
margin-bottom: 30px;
}

.container_under .box_morning .name{
border-bottom: 1px solid #614c3f;
font-weight: bold;
display: inline-block;
font-size:1.2em;
margin-bottom: 10px;
}
.container_under .box_morning .read{
padding-left: 10px;
}


.box_cate_cottage .box_room_information{
  background: url(../img/cottage/bgimg.jpg);
  background-size: cover;
  padding: 40px 20px;
}
.box_cate_cottage .box_room_information .name {
  margin:20px 0 10px;
}
.box_cate_cottage .box_room_information picture{
  margin-bottom: 5px;
}
.container_under .indent{
  padding-left:1em;
  text-indent:-1em;
}
.container_under .box_sdgs h4 {
  border-bottom: 1px solid #614c3f;
}
.container_under .box_price .attention{
  font-weight: bold;
}
.box_cate_cottage .box_room_facility div{
  margin-bottom: 15px;
}
.box_cate_cottage .box_area_bbq .bbq_wrap3 h5{
  margin-top: 30px;
  font-size: 1.2em;
  margin-bottom: 10px;
  line-height: 150%;
}
.box_cate_cottage .box_area_bbq .bbq_wrap3 h5 .plan_ttl{
  display: block;
}
.box_cate_cottage .pizza{
  text-align: center;
}
.box_cate_cottage .pizza img{
  max-width: 60%;
}
.box_cate_cottage .bbq_wrap2 img{
  margin-top: 30px;
}

.box_cate_cottage .box_area_bbq .bbq_wrap3 div:first-child{
  padding-bottom: 220px;
  background-image: url(../img/cottage/meihoplan.png);
  background-size: 100%;
  background-position: 0px 100%;
}
#mainimage_area.mv_cottage #mainimage_photo img{
  height: 84%;
}
#mainimage_area.mv_cottage #mainimage_photo .left{
  left: 63%;
}
.box_cate_camp .box_site .spindent{
  padding-left: 4.2em;
  text-indent: -4.2em;
  display: block;
}
.box_cate_camp .box_site .indent{
  padding-left: 5.2em;
  display: block;
}
}


@media screen and (min-width: 600px) {
	#policy { color:#fff; padding:30px 0 50px; font-size:0.9em; line-height:1.5em; margin-bottom:30px;}
	#policy h3{ font-size:1.3em;margin:10px 0;}
	#policy ul{ margin-bottom:30px;}
	#policy li{ list-style-type:disc; margin-left:20px;}
	#policy p{ padding:5px 5px;}
}
@media screen and (max-width: 599px) {
	#policy { color:#fff; padding:20px 0 20px; font-size:0.9em; line-height:1.5em;}
	#policy h3{ font-size:1.3em;margin:10px 0;}
	#policy ul{ margin-bottom:30px;}
	#policy li{ list-style-type:disc; margin-left:20px; padding:3px 0;}
	#policy p{ padding:6px 5px;}
}
