@charset "UTF-8";

/*renewalトップとsummer用*/
.slider_wrap {
  position: relative;
}

.slider_wrap ul {
  margin: 0;
}

.slider_wrap img {
  max-width: 100%;
}

.slider_wrap .custom_control>div {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 50px;
  margin: auto;
  background-color: #000;
  color: #fff;
}

.slider_wrap .custom_control a {
  display: block;
  position: relative;
  width: 30px;
  height: 50px;
}

.slider_wrap .custom_control a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
}

.slider_wrap .custom_control .prev {
  left: 0;
}

.slider_wrap .custom_control .prev a:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slider_wrap .custom_control .next {
  right: 0;
}

.slider_wrap .custom_control .next a:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.multi_slider {
  position: relative;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto 70px;
}

.multi_slider #banner_slider a {
  display: block;
  line-height: 0;
}

.multi_slider #banner_slider a img {
  width: 100%;
}

.multi_slider .custom_control a {
  display: block;
  z-index: 4;
  position: absolute;
  width: 30px;
  height: 100%;
}

.multi_slider .custom_control>div {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.multi_slider .banner_slider_prev {
  left: -30px;
}

.multi_slider .banner_slider_prev a {
  left: 0;
}

.multi_slider .banner_slider_next {
  right: -30px;
}

.multi_slider .banner_slider_next a {
  right: 0;
}

.fix_bg_zone {
  position: relative;
  height: 80vh;
}

.fix_bg {
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  /* width: 100%; */
  height: 100vh;
  margin: 0;
}

.fix_bg li {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: url(../../img/renewal/summer/bg01.jpg);
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: all, .8s;
}

.fix_bg li.active {
  opacity: 1;
  /*		transform:scale(1.08);
				transition:transform, 20000;*/
}

.fix_bg li:nth-child(1) {
  background-image: url(../../img/renewal/summer/bg05.jpg);
}

.fix_bg li:nth-child(2) {
  background-image: url(../../img/renewal/summer/bg06.jpg);
}

.fix_bg li:nth-child(3) {
  background-image: url(../../img/renewal/summer/bg09.jpg);
}

.fix_bg li:nth-child(4) {
  background-image: url(../../img/renewal/summer/bg08.jpg);
}
.fix_bg li:nth-child(5) {
  background-image: url(../../img/renewal/summer/bg10.jpg);
}


.top .fix_bg li:nth-child(1) {
  background-image: url(../../img/renewal/summer/bg05.jpg);
}

.top .fix_bg li:nth-child(2) {
  background-image: url(../../img/renewal/summer/bg06.jpg);
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .top .fix_bg li:nth-child(2) {
    background-position-x: 70%;
  }
}

.top .fix_bg li:nth-child(3) {
  background-image: url(../../img/renewal/summer/bg09.jpg);
}

.top .fix_bg li:nth-child(4) {
  background-image: url(../../img/renewal/summer/bg08.jpg);
}

.top .fix_bg li:nth-child(5) {
  background-image: url(../../img/renewal/summer/bg10.jpg);
  background-position-x: 58%;
}

/* .top .fix_bg li:nth-child(6) {
  background-image: url(../../img/renewal/top/bg04.jpg);
}

.top .fix_bg li:nth-child(7) {
  background-image: url(../../img/renewal/top/bg05.jpg);
} */

.fix_bg_content {
  padding: 8% 0;
}

.top .fix_bg_content {
  padding: 0;
  height: 100vh;
}

.fix_bg_content img {
  display: block;
  margin: auto;
}

.fix_bg_content .main_ttl {
  width: 10%;
  max-width: 400px;
  margin: auto;
  position: absolute;
  left: 60px;
  top: 60px;
}

.fix_bg_content .main_ttl img {
  max-width: 100%;
}

.fix_bg_content .main_ttl_logo {
  width: 240px;
  max-width: 50%;
}

.link_arrow {
  position: relative;
}

.link_arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 10px;
  margin: auto;
  margin-left: 15px;
  background-image: url(../../img/renewal/common-new/link_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transition: all, .3s;
}

.other .link_arrow:after {
  right: 0;
}

.link_arrow:hover:after {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.animation.hidden {
  visibility: hidden;
}

.animation.delay {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.animation.delay_more {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.link_green_arrow,
.banner_slider_prev,
.banner_slider_next {
  position: relative;
  padding-left: 30px;
  color: #000;
  transition: all, .3s;
}

.link_green_arrow:before,
.banner_slider_prev:before,
.banner_slider_next:before,
.link_green_arrow:after,
.banner_slider_prev:after,
.banner_slider_next:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}

.link_green_arrow:before,
.banner_slider_prev:before,
.banner_slider_next:before {
  -webkit-transform: rotate(45deg);
  z-index: 2;
  left: 5px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.link_green_arrow:after,
.banner_slider_prev:after,
.banner_slider_next:after {
  z-index: 1;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #53800b;
}

.link_green_arrow:hover,
.banner_slider_prev:hover,
.banner_slider_next:hover {
  color: #53800b;
}

.link_green_arrow:hover:before,
.banner_slider_prev:hover:before,
.banner_slider_next:hover:before {
  border-color: #53800b;
}

.link_green_arrow:hover:after,
.banner_slider_prev:hover:after,
.banner_slider_next:hover:after {
  border: 1px solid #53800b;
  background-color: #fff;
}

.banner_slider_prev,
.banner_slider_next {
  padding-left: 0;
}

.banner_slider_prev:before {
  -webkit-transform: rotate(-135deg);
  left: 7px;
  transform: rotate(-135deg);
}

.banner_slider_next:before {
  right: 7px;
  left: auto;
}

.banner_slider_next:after {
  right: 0;
  left: auto;
}

.renewal_section {
  padding: 70px 0;
}

.renewal_section .container {
  width: 85%;
  max-width: 1200px;
}

.renewal_section .section_ttl {
  margin-bottom: 30px;
}

.renewal_section.campsite {
  padding-bottom: 0;
}

.renewal_section p {
  color: #000;
}

.renewal_section .img_zone img {
  width: 100%;
}

.bg_gray {
  background-color: #eee;
}

.bg_white {
  background-color: #fff;
}

/*topページcss*/
.top .container {
  position: relative;
  width: 85%;
  max-width: 1200px;
}

.top ul {
  margin: 0;
}

.movie_contents_wrap img {
  width: 100%;
}

.home #header.renewal {
  height: auto !important;
}

/*topページ中段の画像付きリンクゾーン*/
.link_img_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.link_img_wrap img {
  width: 100%;
}

.link_img_wrap p {
  margin-bottom: 0;
}

.link_img_wrap .each {
  position: relative;
  width: 32%;
}

.link_img_wrap .txt_zone {
  position: absolute;
  top: 97%;
  left: 15px;
  width: 80%;
}

.link_img_wrap .txt_txt span {
  display: inline-block;
  margin-bottom: 3px;
  padding: 5px 10px;
  border-radius: 1px;
  background: linear-gradient(transparent 0%, #85cb16 0%);
  color: #fff;
  font-size: 14px;
}

.link_img_wrap .img_zone {
  overflow: hidden;
  line-height: 0;
}

.link_img_wrap .img_zone img {
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.link_img_wrap a {
  display: block;
}

.link_img_wrap a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.link_img_wrap .section_ttl {
  margin-bottom: 15px;
}

.link_img_wrap .section_ttl .large_txt {
  color: #85cb16;
}

.link_img_wrap .section_ttl span:nth-child(2) {
  margin-top: 5px;
}

/*summer-plan-2019へのリンクゾーン*/
.link_summerplan_zone.top_section {
  position: absolute;
  bottom: 0;
  left: 60px;
  width: 30%;
  max-width: 300px;
  font-size: 12px;
}

.link_summerplan_zone .mv_banner_list{
  margin-top: 10px;
}

.link_summerplan_zone .top_zone {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.link_summerplan_zone .top_zone .txt {
  display: block;
}

.link_summerplan_zone .top_zone li {
  position: relative;
  width: 49%;
}

.link_summerplan_zone .top_zone .large_txt {
  font-family: 'Fjalla One', sans-serif;
  font-size: 2em;
}

.link_summerplan_zone .top_zone .sub_txt {
  z-index: 2;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  width: 50%;
  margin: auto;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.link_summerplan_zone .top_zone .main_txt {
  position: relative;
  width: 100%;
  padding: 5px 0;
  border: 2px solid #fff;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}

.link_summerplan_zone .top_zone .main_txt:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  opacity: 0.5;
}

.link_summerplan_zone img {
  width: 100%;
}

.link_summerplan_zone .bottom_zone {
  position: relative;
  margin-top: 3px;
  padding: 8px;
  border: 5px solid #fff;
  border-radius: 5px;
  /* background-color: #fccfe1; */
  background: #ffa838;
}

/* .link_summerplan_zone .bottom_zone:after { */
/* position: absolute; */
/* right: -50%; */
/* bottom: -5px; */
/* width: 65%; */
/* height: 165%; */
/* background-image: url(../../img/renewal/top/banner_deco01.png); */
/* background-repeat: no-repeat; */
/* background-size: cover; */
/* vertical-align: middle; */
/* content: ''; */
/* } */

.link_summerplan_zone .banner {
  position: relative;
  text-align: center;
}

.link_summerplan_zone .banner .img {
  width: 40%;
  margin: 0 auto;
}

.link_summerplan_zone .banner .main_txt {
  margin-top: -8px;
  color: #000;
  font-size: 2em;
  font-weight: bold;
}

.link_summerplan_zone .banner .period{
  margin-top: -8px;
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom:0;
}

.link_summerplan_zone .banner .link {
  display: inline-block;
  position: relative;
  padding: 5px 40px;
  border-radius: 30px;
  background-color: #53800b;
  color: #fff;
  font-weight: bold;
}

.link_summerplan_zone .banner .link:after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

.link_summerplan_zone a:hover .link {
  background-color: #fff;
  box-shadow: 1px 1px 1px #000;
  color: #53800b;
}

.link_summerplan_zone a:hover .link:after {
  border-color: #53800b;
}

.mv_bnr_area{
  display: none;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  /** ドームエアーバナー追加 20200702 **/
.mv_bnr_area{
  display: block;
  margin-top: 100px;
}

.mv_bnr_area a img{
  width: 100%;
}
}



.link_summerplan_large {
  background-image: url(../../img/winter2022/winter_plan_2022.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
}

.link_summerplan_large .ttl_zone {
  position: relative;
  margin-bottom: 20px;
}

.link_summerplan_large .ttl_zone .ttl {
  margin: 0;
}

.link_summerplan_large .ttl_zone p {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.link_summerplan_large .link_zone {
  margin-top: 15px;
}

.link_summerplan_large .link_zone a {
  display: block;
  border: 3px solid #ffa838;
  border-radius: 5px;
  background-color: #ffa838;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  transition: all, .3s;
}

.link_summerplan_large .link_zone a:hover {
  border: 3px solid #ffa838;
  background-color: #fff;
  color: #ffa838;
}

.link_summerplan_large .link_zone a span {
  display: block;
  padding: 20px;
}

.link_summerplan_large .link_summerplan_zone {
  width: 85%;
  max-width: 500px;
  margin: auto;
  padding: 40px 0;
}

.link_summerplan_large .main_txt {
  height: 62px;
}

.link_summerplan_large .main_txt_content {
  display: block;
  z-index: 3;
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  margin: auto;
}

.link_summerplan_large .link_summerplan_zone .top_zone .sub_txt {
  top: -15px;
}

.link_summerplan_large .link_summerplan_zone .top_zone .large_txt {
  font-size: 40px;
}
.link_summerplan_large .link_summerplan_zone .top_zone .small_txt {
  font-size: 10px;
}

.link_summerplan_large .link_summerplan_zone .top_zone .main_txt:after {
  z-index: 1;
}

/*topのニュースゾーン*/
.news_ttl .section_ttl,
.news_ttl .section_desc {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.news_ttl .section_ttl .large_txt,
.news_ttl .section_desc .large_txt {
  font-size: 24px;
}

.news_ttl .section_desc {
  padding-left: 30px;
  font-size: .8em;
}

.news_zone {
  letter-spacing: 1px;
  padding: 150px 0;
}

.news_zone .container {
  padding: 30px 90px;
  background-color: #fff;
}

.news_zone .to_link_all {
  margin-top: -20px;
  float: right;
  font-size: .8em;
  font-weight: bold;
}

.top .news_contents {
  margin-top: 20px;
}

.news_contents li {
  border-bottom: 1px solid #ccc;
}

.news_contents li .link_green_arrow,
.news_contents li .banner_slider_prev,
.news_contents li .banner_slider_next {
  display: table;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.news_contents li:last-child {
  border-bottom: none;
}

.news_contents li .txt {
  display: table-cell;
  vertical-align: middle;
  word-break: break-all;
}

.news_contents li .date {
  width: 110px;
  max-width: 25%;
  font-family: 'Fjalla One', sans-serif;
}

.triangle_zone {
  position: relative;
}

.triangle_contents_wrap {
  position: relative;
  padding: 120px 0 60px;
  background-image: url(../../img/renewal/top/triangle_green.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}

.triangle_contents_wrap .txt {
  display: block;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.7em;
}

.camp_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.camp_contents ul {
  margin: 0;
}

.camp_contents p {
  margin-bottom: 0;
}

.camp_contents .note {
  font-size: .8em;
}

.camp_contents .price {
  margin-bottom: 5px;
  font-weight: bold;
}

.camp_contents .each {
  width: 48%;
  margin-bottom: 70px;
}

.camp_contents .txt_zone {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.camp_contents .left_content {
  width: 70%;
}

.camp_contents .right_content {
  width: 30%;
  text-align: right;
}

.camp_contents .right_content p {
  text-align: right;
}

.camp_contents .slider_wrap {
  margin-bottom: 20px;
}

.camp_contents .detail_zone {
  margin: 20px 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.camp_contents .detail_zone .detail_toggle {
  position: relative;
  padding: 15px 0;
  font-weight: bold;
  cursor: pointer;
}

.camp_contents .detail_zone .detail_toggle:after {
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  transform: rotate(135deg);
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  content: "";
}

.camp_contents .detail_zone .detail_toggle.on:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.camp_contents .detail_content {
  word-wrap: break-word;
  display: none;
  transition: all, 1s;
}

.camp_contents .detail_content.on {
  display: block;
}

.camp_contents .detail_content_main {
  margin-bottom: 10px;
}

.camp_contents .detail_content_main .equipment li {
  display: inline-block;
  position: relative;
}

.camp_contents .detail_content_main .equipment li:after {
  padding: 0 3px;
  content: "/";
}

.camp_contents .detail_content_main .equipment li:last-child:after {
  content: none;
}

.camp_contents .detail_content_sub {
  margin-bottom: 10px;
  color: #999;
  font-size: .8em;
}

.camp_contents .detail_link a {
  display: block;
  position: relative;
  padding: 20px 10px;
  border-radius: 3px;
  background-color: #53800b;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.section_ttl.camp_content_each_ttl {
  margin-bottom: 15px;
}

.section_ttl.camp_content_each_ttl .small_txt {
  margin-top: 5px;
  font-size: 12px;
}

.meal_contents_wrap .each {
  position: relative;
  margin-bottom: 140px;
}

.meal_contents_wrap .each.mb70 {
  margin-bottom: 70px;
}

.meal_contents_wrap .section_sub_ttl {
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.meal_contents_wrap .section_sub_ttl img {
  width: 70%;
  max-width: 250px;
}

.meal_contents_wrap dt,
.meal_contents_wrap dl,
.meal_contents_wrap dd,
.meal_contents_wrap ul {
  margin: 0;
  padding: 0;
  float: none;
  border: none;
  text-align: left;
}

.meal_contents_wrap .meal_contents .slider_wrap {
  width: 50%;
  float: left;
}

.meal_contents_wrap .meal_contents .each:nth-child(even) .txt_zone {
  left: 0;
}

.meal_contents_wrap .meal_contents .each:nth-child(even) .slider_wrap {
  float: right;
}

.meal_contents_wrap .txt_zone {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
  /* bottom: -90px; */
  width: 55%;
}

.meal_contents_wrap .txt_zone dt,
.meal_contents_wrap .txt_zone dd {
  padding: 10px 15px;
}

.meal_contents_wrap .txt_zone dt {
  /* background-color: #415b4b; */
  background-color: #53800b;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 1px;
}

.meal_contents_wrap .txt_zone dd {
  background-color: #fff;
}

.meal_contents_wrap .txt_zone li {
  position: relative;
  padding-left: 15px;
}
.meal_contents_wrap .txt_zone li span {
  font-size: 15px;
  text-indent: -1em;
  margin-left: 0.5em;
  display: inherit;
  word-break: keep-all;
}

.meal_contents_wrap .txt_zone li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.meal_contents_wrap .deco_img {
  width: 50%;
  float: left;
}

.meal_contents_wrap .deco_img img {
  width: 90%;
  margin-top: -24px;
  float: right;
}

.option {
  position: relative;
}

.option .option_note {
  margin: 30px 0;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.option_gallery {
  display: flex;
  flex-wrap: wrap;
  line-height: 0;
  /*追加*/
}

.meal_contents_wrap .option_gallery {
  padding-top: 50px;
}

.option_gallery li {
  -webkit-transform: translateY(100%);
  width: calc(100%/8);
  transform: translateY(100%);
  /*追加*/
  opacity: 0;
}

.option_gallery li img {
  max-width: 100%;
}

@-webkit-keyframes options {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes options {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.option_gallery.move li:nth-child(1) {
  -webkit-animation: options 0.5s ease 0.1s 1 forwards;
  animation: options 0.5s ease 0.1s 1 forwards;
}

.option_gallery.move li:nth-child(2) {
  -webkit-animation: options 0.5s ease 0.2s 1 forwards;
  animation: options 0.5s ease 0.2s 1 forwards;
}

.option_gallery.move li:nth-child(3) {
  -webkit-animation: options 0.5s ease 0.3s 1 forwards;
  animation: options 0.5s ease 0.3s 1 forwards;
}

.option_gallery.move li:nth-child(4) {
  -webkit-animation: options 0.5s ease 0.4s 1 forwards;
  animation: options 0.5s ease 0.4s 1 forwards;
}

.option_gallery.move li:nth-child(5) {
  -webkit-animation: options 0.5s ease 0.5s 1 forwards;
  animation: options 0.5s ease 0.5s 1 forwards;
}

.option_gallery.move li:nth-child(6) {
  -webkit-animation: options 0.5s ease 0.6s 1 forwards;
  animation: options 0.5s ease 0.6s 1 forwards;
}

.option_gallery.move li:nth-child(7) {
  -webkit-animation: options 0.5s ease 0.7s 1 forwards;
  animation: options 0.5s ease 0.7s 1 forwards;
}

.option_gallery.move li:nth-child(8) {
  -webkit-animation: options 0.5s ease 0.8s 1 forwards;
  animation: options 0.5s ease 0.8s 1 forwards;
}

.simulation_contents ul {
  margin: 0;
}

.simulation_contents img {
  max-width: 100%;
}

.simulation_contents select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
}

.simulation_contents label {
  color: #000;
  font-size: 14px;
}

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

.simulation_each_item {
  display: table;
  width: 100%;
  padding: 35px 0;
  border-bottom: 1px solid #aaa;
}

.simulation_each_item:last-child {
  border: none;
}

.simulation_each_item .simulation_each_head {
  display: table-cell;
  width: 30%;
  color: #000;
  font-weight: bold;
  vertical-align: middle;
}

.simulation_each_item .simulation_each_head.head_short {
  width: 13%;
  min-width: 100px;
}

.sitetype .head_short {
  vertical-align: top;
}

.simulation_each_item .simulation_each_detail {
  display: table-cell;
}

.simulation_input,
input.simulation_input[type="text"],
input.simulation_input[type="date"] {
  width: 70%;
  height: auto;
  margin: 0;
  padding: 15px 24px;
  border: none;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.simulation_input:focus,
input.simulation_input:focus[type="text"],
input.simulation_input:focus[type="date"] {
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
}

input.simulation_input[type="date"] {
  -webkit-appearance: none;
  position: relative;
}

input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
  /*-webkit-appearance: none;*/
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  width: 80%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.select_wrap {
  display: inline-block;
  position: relative;
  width: 80px;
}

.select_wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-image: url(http://www.grax.jp/wp/wp-content/themes/grax-renewal2019/img/renewal/summer/simulation_arrow.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: top 48% right 15px;
}

.select_wrap:after {
  position: absolute;
  top: 45%;
  right: 10px;
  width: 0;
  height: 0;
  margin: auto;
  border: 8px solid transparent;
  border-top: 8px solid #303030;

}

.unit {
  padding-right: 50px;
  padding-left: 10px;
  font-weight: bold;
}

.unit_name {
  padding-right: 10px;
  font-weight: bold;
}

.simulation_select_wrap.number {
  margin-bottom: 8px;
  float: left;
}

.simulation_radio label {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  border-radius: 2px;
  cursor: pointer;
}

.simulation_radio label:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.simulation_radio label:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
}

.simulation_radio input[type="radio"]:checked~span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50%;
  background: #303030;
  content: "";
}

.sitetype ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sitetype li {
  width: 32%;
  max-width: 350px;
  padding-bottom: 20px;
}

.simulation_result p {
  text-align: center;
}

.simulation_result_content {
  padding: 10px;
  border-radius: 3px;
  background-color: #fff;
  font-size: 1.3em;
  font-weight: bold;
}

.simulation_result_content .price {
  padding: 0 10px;
  color: #415b4b;
}

.simulation_result_content .large_text {
  padding: 0 10px;
  font-size: 2em;
}

.reserve_link_zone {
  display: flex;
  flex-wrap: wrap;
  /*DAY CAMP予約が復活したらspace-betweenに戻してください。*/
  /*justify-content:space-between;*/
  justify-content: center;
  margin-bottom: 30px;
}

.reserve_link_zone a {
  position: relative;
  width: 48%;
  padding: 20px 10px;
  color: #000;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all, .3s;
}

.reserve_link_zone a:hover {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.reserve_link_zone a.link_orange {
  border: 1px solid #fccfe1;
  background-color: #fccfe1;
}

.reserve_link_zone a.link_blue {
  border: 1px solid #415b4b;
  background-color: #415b4b;
}

.reserve_link_zone a:before {
  -webkit-transform: rotate(45deg);
  z-index: 2;
  position: absolute;
  top: 0;
  right: 21px;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 1px solid #fccfe1;
  border-right: 1px solid #fccfe1;
  content: "";
}

.reserve_link_zone a.link_blue:before {
  border-top: 1px solid #415b4b;
  border-right: 1px solid #415b4b;
}

.reserve_link_zone a:after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.reserve_link_zone span {
  display: inline-block;
  vertical-align: middle;
}

.reserve_link_zone .large_txt {
  font-family: 'Fjalla One', sans-serif;
  font-size: 2em;
}

.reserve_link_zone .small_txt {
  padding-right: 10px;
}

.section_ttl {
  margin: 0;
  color: #000;
}

.section_ttl.tac {
  text-align: center;
}

.section_ttl span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.section_ttl span:nth-child(2) {
  margin-top: 15px;
}

.section_ttl .large_txt {
  word-wrap: break-word;
  font-family: 'Fjalla One', sans-serif;
  font-size: 32px;
  word-break: break-all;
}

.bg_orange {
  background-color: #fff;
  background-image: url(../../img/renewal/summer/bg_orange.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
}

.bg_pink {
  background-color: #fff;
  background-image: url(../../img/renewal/summer/bg_pink.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
}

.bg_yellow {
  background-color: #fff;
  background-image: url(../../img/renewal/summer/bg_yellow.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
}
.bg_green {
  background-color: #fff;
  background-image: url(../../img/renewal/summer/bg_green.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
}

.bg_orange .flex {
  justify-content: space-between;
}

.bg_orange .txt_zone {
  width: 45%;
}

.bg_orange .img_zone {
  position: relative;
  width: 53%;
}

.bg_orange .img_zone img {
  max-width: 100%;
}

.bg_orange .img_zone .main_img {
  width: 90%;
  float: right;
}

.bg_orange .img_zone .sub_img {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 40%;
}

.bg_orange .txt_txt {
  margin-top: 30px;
}

.decoration {
  position: relative;
  height: 150px;
  margin-bottom: 50px;
}

.decoration img {
  position: absolute;
  max-width: 150px;
  max-height: 150px;
}

.decoration .deco_img01 {
  left: 0;
}

.decoration .deco_img02 {
  bottom: -60px;
  left: 19%;
  max-height: 200px;
}

.decoration .deco_img03 {
  top: 10px;
  left: 25%;
  max-width: 100px;
}

.decoration .deco_img04 {
  top: -30px;
  right: 20%;
}

.decoration .deco_img05 {
  right: 5%;
  bottom: -10px;
}

/*@import "top_summer/_bxslider";
@import "top_summer/_fixed_bg";
@import "top_summer/_section";
@import "top_summer/_summer";*/

@media only screen and (min-width: 0) and (max-width: 767px) {
  .slider_wrap ul {
    line-height: 0;
  }

  .slider_wrap li {
    line-height: 0;
  }

  .multi_slider .banner_slider_prev {
    left: -20px;
  }

  .multi_slider .banner_slider_next {
    right: -20px;
  }

  .fix_bg_content {
    padding: 30% 0 35%;
  }

  .top .fix_bg_content {
    padding: 70vh 0 10%;
  }

  .fix_bg_content .main_ttl{
    width: 20%;
    max-width: 400px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
  }

  .link_img_wrap .each {
    width: 100%;
    margin-bottom: 50px;
  }

  .link_img_wrap .each:last-child {
    margin-bottom: 0;
  }

  .link_img_wrap .txt_zone {
    position: relative;
    top: auto;
    left: auto;
    width: 80%;
    margin-top: -15px;
    margin-left: 15px;
  }

  .link_summerplan_zone.top_section {
    position: relative;
    width: 85%;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
  }

  .link_summerplan_zone .bottom_zone:after {
    content: none;
  }

  .link_summerplan_large .ttl_zone p {
    font-size: 16px;
  }

  .news_ttl .section_ttl .large_txt,
  .news_ttl .section_desc .large_txt {
    margin-bottom: 8px;
    text-align: center;
  }

  .news_ttl .section_ttl,
  .news_ttl .section_desc {
    display: block;
  }

  .news_ttl .section_desc {
    padding-left: 0;
  }

  .news_zone{
    padding: 60vh 0px 060px
  }

  .news_zone .container {
    padding: 20px 20px 80px 20px;
  }

  .news_zone .to_link_all {
    position: absolute;
    right: 20px;
    bottom: 30px;
    margin-top: 0;
    float: none;
    font-size: 1em;
  }

  .top .news_contents {
    margin-top: 0;
  }

  .news_contents li .link_green_arrow,
  .news_contents li .banner_slider_prev,
  .news_contents li .banner_slider_next {
    display: block;
  }

  .news_contents li .txt {
    display: block;
  }

  .news_contents li .date {
    width: 100%;
    max-width: 100%;
  }

  .camp_contents .each {
    width: 100%;
  }

  .camp_contents .left_content {
    width: 100%;
  }

  .camp_contents .right_content {
    width: 100%;
  }

  .camp_contents .detail_content_main {
    margin-bottom: 20px;
  }

  .camp_contents .detail_content_main .equipment li {
    padding-left: 15px;
  }

  .camp_contents .detail_content_main .equipment li:after {
    content: none;
  }

  .camp_contents .detail_content_main .equipment li:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "・";
  }

  .meal_contents_wrap .each {
    margin-bottom: 80px;
  }

  .meal_contents_wrap .section_sub_ttl {
    top: -35px;
  }

  .meal_contents_wrap .meal_contents .slider_wrap {
    width: 100%;
    float: none;
  }

  .meal_contents_wrap .meal_contents .each:nth-child(even) .slider_wrap {
    float: none;
  }

  .meal_contents_wrap .txt_zone {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .meal_contents_wrap .txt_zone dt {
    margin: 0;
  }

  .meal_contents_wrap .deco_img {
    display: none;
    float: none;
  }

  .option_gallery li {
    width: calc(100%/4);
  }

  .simulation_each_item {
    display: block;
  }

  .simulation_each_item .simulation_each_head {
    display: block;
    width: 100%;
  }

  .simulation_each_item .simulation_each_head.head_short {
    width: 100%;
  }

  .simulation_each_item .simulation_each_detail {
    display: block;
    width: 100%;
  }

  .unit {
    padding-right: 10px;
  }

  .simulation_select_wrap.number {
    float: none;
  }

  .sitetype li {
    width: 48%;
  }

  .simulation_result_content .normal {
    display: block;
  }

  .reserve_link_zone a {
    width: 100%;
    margin-bottom: 10px;
  }

  .bg_orange {
    background-size: cover;
  }

  .bg_orange .txt_zone {
    width: 100%;
  }

  .bg_orange .img_zone {
    width: 100%;
  }

  .decoration img {
    max-width: 120px;
    max-height: 120px;
  }

  .decoration .deco_img02 {
    bottom: -27px;
    left: 20%;
    max-height: 140px;
  }

  .decoration .deco_img03 {
    left: 34%;
  }

  .decoration .deco_img04 {
    right: 10%;
  }

  .decoration .deco_img05 {
    right: 0;
    max-width: 150px;
  }
}

@media print,
screen and (min-width: 768px) {
  .multi_slider #banner_slider.non_slider li {
    width: 32%;
    margin-right: 2%;
    float: left;
  }

  .multi_slider #banner_slider.non_slider li:last-child {
    margin-right: 0;
  }

  .multi_slider #banner_slider.non_slider:after {
    display: block;
    clear: both;
    content: "";
  }

  .sitetype ul {
    display: block;
  }

  .sitetype ul:after {
    display: block;
    clear: both;
    content: "";
  }

  .sitetype li {
    margin-right: 1.3%;
    float: left;
  }

  .sitetype li:nth-child(3n) {
    margin-right: 0;
  }

  .sitetype li:nth-child(3n+1) {
    clear: left;
  }

  .sitetype li:first-child {
    float: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top .fix_bg_content {
    padding: 17% 0 25%;
  }

  .link_summerplan_zone.top_section {
    width: 45%;
    max-width: 45%;
  }

  .meal_contents_wrap .each {
    margin-bottom: 200px;
  }

  .meal_contents_wrap .txt_zone {
    /* bottom: -150px; */
    bottom: 0;
  }

  .meal_contents_wrap .deco_img img {
    margin-top: -28px;
  }

  .bg_orange .img_zone .sub_img {
    bottom: 0;
    width: 45%;
  }
}

@media only screen and (min-width: 1500px) {
  .meal_contents_wrap .deco_img img {
    margin-top: -20px;
  }

  .decoration img {
    max-width: 180px;
    max-height: 180px;
  }

  .decoration .deco_img01 {
    top: -80px;
  }

  .decoration .deco_img02 {
    top: -30px;
    bottom: auto;
    max-height: 250px;
  }

  .decoration .deco_img03 {
    top: -80px;
    max-width: 150px;
  }
}