@charset "utf-8";

/* =======================================================
  妙高サンシャインリゾート - 星空キャンプ
	style.css
======================================================= */

/* -------------------------------------
  common
------------------------------------- */
html {
  font-size:  62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size:  1.6rem;
  /* font-size:  87.5%; */
  line-height: 1.8;
  color: #000;
  min-width: 100%;
  margin: 0;
	-webkit-text-size-adjust: 100%;
	animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.fade-in.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
.fade-in {
    opacity: 0.5;
    transform: translate(0, 50px);
    transition: all 1200ms;
}
.fade-in-nav.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
.fade-in-nav {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 2000ms;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
	display: block;
}
a:visited {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.8;
  color: #0093b8;
}

h2 { font-weight: 500;}
em { font-style: normal;}
small { font-size: 85%;}
ul { padding-inline-start: 0;}
ul li { list-style: none;}
table th { font-weight: normal;}

section#a-goods,section#a-price,section#a-calendar,section#a-shisetsu,section#a-inquiry {
  margin-top: -100px;
  padding-top: 100px !important;
  margin-bottom: 70px;
}
section#a-faq {
  margin-top: -70px;
  padding-top: 70px !important;
  margin-bottom: 70px;
}
section#a-inquiry { margin-bottom: 0;}

.c-inner {
  width: 1000px;
  margin: 0 auto;
}

section > div.c-inner { padding: 50px 0 20px 0;}

.r-info .tel {
  display: block;
  font-size: 4rem;
  font-family: 'Work Sans', sans-serif;
  line-height: 1.2;
  pointer-events: none;
}
.r-info .tel:before {
  content: '';
  display: inline-block;
  font-size: 4rem;
  font-family: 'Work Sans', sans-serif;
  line-height: 1.2;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: -20px;
  margin-top: -5px;
  background: url(../images/icon-tel.png) right center no-repeat;
  background-size: 40px;
  vertical-align: middle;
}

.display { opacity: 0; animation: fadein 4s ease forwards;}
@keyframes fadein {
  50% { opacity: 1;}
  100% { opacity: 1;}
}
.d-none { display: none;}


/* 予約ボタン */
.btn-reserve {
  width: 350px;
  margin: 25px auto 50px auto;
}
.btn-reserve a {
  display: block;
  padding: 1.2em 0;
  text-align: center;
  border-radius: 6px;
  background-color: #a9e05a;
}
.btn-reserve a span {
  padding-right: 1.5em;
  padding-bottom: 1px; 
  background-image: url(../images/icon.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px;
}
.btn-reserve a:hover {
  opacity: 0.7;
  color: #fff;
}


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

@media screen and (min-width: 1025px) {
	.sp-only { display: none !important; }
}
@media screen and (max-width: 1025px) {
	.pc-only { display: none !important; }
}

/* -------------------------------------
 header
------------------------------------- */
header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  margin: 0 auto;
  padding: 0 0 0 25px;
  z-index: 10000;
  font-weight: 500;
  box-sizing: border-box;
  background: #fff;
}
header h1 { line-height: 1;}
header h1 img { width: 80%;}

header nav ul {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  /* margin-top: 180px; */
}
header nav ul li {
  white-space: nowrap;
  margin-left: 2em;
}

.h-button { margin-top: 310px;}
/* .h-button { margin-top: 50px;} */

.h-button .reserve,.h-button .calendar,.h-button .r-online {
  height: 130px;
  margin-left: 40px;
  padding: 0 22px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  background: #ffe400;
  display: flex;
  align-items: center;
  justify-content: center;
	transition: all .5s;
}
.h-button .reserve:hover,.h-button .calendar:hover,.h-button .r-online:hover {
  color: #fff;
  background: #0093b8;
  opacity: 1;
}
.h-button .calendar { background: #6ce0fc;}
.h-button .r-online {
  border-radius: 0 0 0 3px;
  background: #a9e05a;
}
.h-button .r-online span {
  background: url(../images/icon.svg) 80% 86% no-repeat;
  background-size: 18px;

  padding: 0 18px;
}

main { display: block;}
.main_fade {
  position: relative;
  height: 850px;
}
.main_fade:after {
  position: absolute;
	content: '';
	bottom: -51px;
	display: block;
	width: 100%;
	height: 100px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%230093b8' points='100,50 0,50 0,0 50,50 100,0 '/%3E%3C/svg%3E");
}
.main_fade div {
  width: 100%;
  height: 780px;
  position: absolute;
  visibility: hidden;
  text-align: center;
  backface-visibility: hidden;
  opacity: 0;
  animation: anime_slider_fade 18s infinite;
}
/*.main_fade div:nth-child(2) { animation-delay: 6s;}*/
.main_fade div:nth-child(1) { animation-delay: 9s;}

.main_fade div img {
  width: 900px;
  margin: 0 auto;
}
.main_fade div.camp {
  display: flex;
  align-items: center;
  padding-top: 70px;

  background: url(../images/main-camp.jpg) center center no-repeat;
  background-size: cover;
}
.main_fade div.cherry-blossoms {
  display: flex;
  align-items: center;
  padding-top: 70px;

  background: url(../images/main-cherryblossoms.jpg) center center no-repeat;
  background-size: cover;
}
.main_fade div.star {
  display: flex;
  align-items: center;
  padding-top: 70px;

  background: url(../images/main-star.jpg) center center no-repeat;
  background-size: cover;
}

@keyframes anime_slider_fade {
   0% {
       visibility: visible;
       opacity: 0;
   }
   50% {
       opacity: 1;
       transform: scale(1) rotate(0);
   }
   80% {
       opacity: 0;
   }
}

.side-btn { width: 80px; position: fixed; right: 0; top: 500px;}


/* -------------------------------------
 main
------------------------------------- */

/*  .c-about-camp-area
-------------------------- */
.c-about-camp-area {
  color: #fff;
  text-align: center;
  background: #0093b8;
}
.c-about-camp-area > div.c-inner {
  padding-bottom: 0;
  color: #fff;
  text-align: center;
  background: #0093b8;
}
.c-about-camp-area h2 {
  font-size: 3rem;
  line-height: 1.5;
}
.c-about-camp-area h2 + p { margin-top: 40px;}
.c-about-camp-area p {
  margin: 20px 0;
  font-size: 1.8rem;
}
.c-about-camp-area strong { font-weight: 500;}
.c-about-camp-area strong.l-pink { background: linear-gradient(transparent 70%, #cc79a6 70%);}
.c-about-camp-area strong.l-blue { background: linear-gradient(transparent 70%, #36d3f1 70%);}
.c-about-camp-area strong.l-yellow { background: linear-gradient(transparent 70%, #ccd425 70%);}
.c-about-camp-area strong.l-green { background: linear-gradient(transparent 70%, #40974f 70%);}

.slide-block {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}

.img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.img-box, .img-box ul { height: 270px;}
.img-box ul {
  position: absolute; left: 0; top: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 10000%;
  min-width: 100%;
  width: calc(400px * 1 * 6);
  animation: 100s linear infinite;
}
.img-box li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: calc(100% / 6);
}
.img-box img {
  height: auto;
  width: 100%;
}

.img-box ul.msr-01 { animation-name: msr-01;}
.img-box ul.msr-02 { animation-name: msr-02;}
.img-box ul.msr-03 { animation-name: msr-03;}
.img-box ul.msr-04 { animation-name: msr-04;}
@keyframes msr-01 {
  0% {transform: translateX(0); }
  49.99999% {transform: translateX(-100%); }
  50% {transform: translateX(100%); }
}
@keyframes msr-02 {
  0% {transform: translateX(100%); }
  100%{transform: translateX(-100%); }
}
@keyframes msr-03 {
  0% {transform: translateX(100%); }
  100%{transform: translateX(-100%); }
}
@keyframes msr-04 {
  0% {transform: translateX(100%); }
  100%{transform: translateX(-100%); }
}


/* .c-camp-area
---------------------- */
.c-camp-area {
  margin-bottom: 50px;
  background: url(../images/camparea-back.png) left top repeat;
}
.c-camp-area h2 {
  margin: 20px auto;
  padding-bottom: 80px;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  background: url(../images/camparea-title-side.png) left top no-repeat;
  background-size: 100%;
}

.box-camp-special { margin-top: 60px;}

.c-camp-area  .camp-area-arti ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -50px;
  padding-bottom: 40px;
}
.c-camp-area  .camp-area-arti ul li {
  width: 30%;
  height: auto;
  margin-right: 30px;
  margin-bottom: 30px;
  display: flex;
}
.c-camp-area  .camp-area-arti ul li:nth-child(3),.c-camp-area  .camp-area-arti ul li:nth-child(6) { margin-right: 0;}
.c-camp-area  .camp-area-arti ul li img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.c-camp-area  .camp-area-arti ul li > div {
  padding-bottom: 20px;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  align-items: stretch;
}
.c-camp-area .camp-area-arti ul li > div h4 { margin-bottom: 10px;}
.c-camp-area .camp-area-arti ul li > div h4 span {
  display: inline;
  padding: 0 10px 5px 10px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #0093b8;
  background: url(../images/u-line.png) center 85% repeat-x;
}
.c-camp-area .camp-area-arti ul li > div h4 span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
  width: 100%;
	height: 10px;
}
.c-camp-area ul li > div p { line-height: 1.5;}


/* -------------------
  .c-area-map
---------------------- */
.c-area-map .area-map img {
  width: 1000px;
  margin-bottom: 50px;
  border-radius: 5px;
  box-sizing: border-box;
  border: 12px solid #fff;
}

/* -------------------
  .c-star-camp
---------------------- */
.c-star-camp {
  padding: 50px 0;
  height: 800px;
  background: url(../images/star-camp-back.jpg) left top no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.c-star-camp > div.c-inner { padding: 0;}
.c-star-camp h2 {
  width: 560px;
  margin: 0 auto;
  text-align: center;
}
.c-star-camp h2 img { display: inline-block;}
.c-star-camp h2 img:nth-child(1) { width: 400px;}
.c-star-camp h2 img:nth-child(2) { width: 560px; padding: 15px 0; }
.c-star-camp h2 img:nth-child(3) { width: 280px;}

.c-star-camp h2 + .movie {
  width: 100%;
  height: 400px;
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.c-star-camp h2 + .movie iframe {
  width: 48%;
  height: 100%;
  border-radius: 8px;
}

/* .c-camp-price + .c-inquiry 共通
------------------------------------ */

.c-ttl-cmmon h3 {
  margin-bottom: 30px;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.c-ttl-cmmon h3:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 50px;
	height: 4px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fed331;
}


/* .c-camp-price
---------------------- */
.c-camp-price {
  width: 900px;
  margin: 60px auto;
  text-align: center;
}
.c-camp-price h3 p {
  padding-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-camp-price h3 p a {
  display: inline-block;
  color: #0093b8;
}

.c-camp-price h3 + .s-notice {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  text-align: left;
}
.c-camp-price h3 + .s-notice p {
  margin-right: 15px;
}
.c-camp-price .ttl-camp,.c-camp-price .ttl-option {
  color: #fff;
  line-height: 3.5;
  font-size: 2rem;
  font-weight: 500;
  background: #0093b8;
}
.c-camp-price .ttl-option {
  background: #63af28;
}
.c-camp-price table {
  width: 100%;
  border: 1px solid #e1e1e1;
}
.c-camp-price .sub-ttl-option,.c-camp-price .sub-ttl-option-01 {
  padding: 1.4em 0;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 500;
  background: #cce9f1;

  position: relative;
}
.c-camp-price .plan-option strong {
  display: block;
  margin: 20px 25px 8px 25px;
  padding: 10px;
  background: #a1ecff;
}
.c-camp-price .plan-full th dl dt,
.c-camp-price .plan-full th dl dd { padding: 45px 0;}
.c-camp-price .plan-full th dl dd span { padding-top: 10px;}

.c-camp-price .btn-article {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  font-size: 1.4rem;
  padding: 0 15px;
  line-height: 2.5;
  border-radius: 5px;
  background: #ffe400 url(../images/icon.svg) 92% 50% no-repeat;
  background-size: 16px;
  transform: translateY(-50%);
}
.c-camp-price .btn-article span { margin: 0 18px 0 0;}

.c-camp-price .sub-ttl-option-01 { background: #e0efd4;}

.c-camp-price .park-time { line-height: 2.8; padding: 1em 0;}

.c-camp-price th,.c-camp-price td {
  vertical-align: middle;
  box-sizing: border-box;
  border-left: 1px solid #e1e1e1;
}
.c-camp-price th { width: 50%;}
.c-camp-price span {
  display: inline-block;
  margin: 0 18px;
}
.c-camp-price em { font-size: 1.4rem;}
.c-camp-price th dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  background: #f5f5f5;
}
.c-camp-price th dl:last-child { border-bottom: 1px solid #fff;}
.c-camp-price th dl dt,.c-camp-price th dl dd {
  width: 60%;
  display: inline-block;
  white-space: nowrap;
  padding: 20px 0;
}
.c-camp-price th dl dd {
  width: 40%;
  background: #fff;
}
.c-camp-price td.arti em {
  display: block;
  padding: 0 15px;
}


/* .c-rv-park
---------------------- */
.c-rv-park .ttl-rvpark { background: #a3cf65;}
.c-rv-park .park-time span {
  display: block;
  padding-bottom: 20px;
  font-size: 1.4rem;
  line-height: 0;
}
.c-rv-park th, .c-rv-park td { border-bottom: 1px solid #e1e1e1;}
.c-rv-park .p-rvpark {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.c-rv-park .p-rvpark p {
  width: 31%;
  margin-top: 10px;
}
.c-rv-park .p-rvpark p img {
  width: 100%;
  border-radius: 6px;
}


/* キャンプオプション
------------------------- */
.c-camp-price .about-cycling {
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  border: none;
  background: #fff;
}
.c-camp-price th.about-cycling { border-bottom: 1px solid #e1e1e1;}
.c-camp-price td.about-cycling { padding: 0; border-bottom: 1px solid #e1e1e1;}

.c-camp-price .about-cycling ul {
  display: flex;
  flex-direction: row-reverse;
  margin: 20px 20px 10px 0;
}
.c-camp-price .about-cycling ul li { list-style: none;}
.c-camp-price .about-cycling ul li:first-child { margin-left: 30px;}
.c-camp-price .about-cycling ul li img {
  width: 200px;
  border-radius: 6px;
}
.c-camp-price .sub-ttl-option-01 p {
  margin-top: -6px;
  margin-bottom: 22px;
  font-weight: normal;
  line-height: 1;
  font-size: 1.3rem;
}
.c-camp-price table + p {
  margin-top: 5px;
  text-align: right;
  font-size: 1.3rem;
}


/* .faq
---------------------- */
.c-faq { width: 900px;}

.c-faq_blk *, .c-faq_blk *:after, .c-faq_blk *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-faq_blk {
  margin: 50px auto 70px auto;
	border-top: 1px solid #e1e1e1;
}
.c-faq_blk .c-faq_box {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
	color: #121212;
}
.c-faq_blk .c-faq_box input {
	position: absolute;
	opacity: 0;
}

.c-faq_blk .c-faq_box label {
	position: relative;
	display: block;
	margin: 0;
	padding: 25px 20px 30px 20px;
	cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
}
.c-faq_blk .c-faq_box label:before {
	font-size: 1.4em;
  font-weight: 400;
	padding-right: 18px;
	content: 'Q.';
}

.c-faq_blk .c-faq_box .c-faq_content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all 1.5s ease;
	        transition: all 1.5s ease;
	border-bottom: 1px solid #e1e1e1;
}
.c-faq_blk .c-faq_box .c-faq_content p {
	font-size: 94%;
	margin: 0 0 30px 62px;
}
.c-faq_blk .c-faq_box .c-faq_content p a {
  display: inline;
  text-decoration: underline;
}
.c-faq_blk .c-faq_box .c-faq_content:before {
	position: absolute;
  margin-top: -8px;
	padding: 0 22px;
	font-size: 1.4em;
	content: 'A.';
}

.c-faq_blk .c-faq_box input:checked ~ label { color: #0094bb;}
.c-faq_blk .c-faq_box input:checked ~ .c-faq_content { max-height: 50em;}

.c-faq_blk .c-faq_box label::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
	line-height: 1.6;
}
.c-faq_blk .c-faq_box input[type=checkbox] + label::after { content: '＋';}
.c-faq_blk .c-faq_box input[type=checkbox]:checked + label::after { content: '－';}


/* .c-inquiry
---------------------- */
.c-inquiry {
  padding: 100px 0 55px 0;
  text-align: center;
  background: #eee;
}
.c-inquiry .c-inner {
  margin-top: -60px;
  padding-top: 0;
}
.c-inquiry .r-info,.c-inquiry .map {
  margin-top: 55px;
  padding: 30px 0;
  border-radius: 8px;
  background: #fff;
}
.c-inquiry .r-info img {
  width: 220px;
  padding: 0;
}
.c-inquiry .r-info .name-msr {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}
.c-inquiry .r-info .name-msr + p { color: #ff8a00;}
.c-inquiry .map { margin-top: 30px;}
.c-inquiry .map p {
  font-size: 1.8rem;
  font-weight: 500;
}
.c-inquiry .map iframe { margin: 20px 0;}
.c-inquiry .map .g-map {
  width: 220px;
  margin: 0 auto;
  font-weight: 500;
  line-height: 2.5;
  border-radius: 6px;
  border: 2px solid #9d9d9d;
}
.c-inquiry .map .g-map:hover {
  color: #fff;
  background: #9d9d9d;
}

/* .c-goods-rental
------------------------ */
.c-goods-rental { padding: 50px 0 20px 0;}
.c-goods-rental h3 span { font-size: 2rem;}
.c-goods-rental .information {
  padding-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;

  padding-left: 1.5em;
  text-indent: -1em;
  padding-right: 1em;
}

.c-goods-rental .c-goods-arti { margin-top: 25px;}
.c-goods-rental .c-goods-arti .logo img { width: 200px;}
.c-goods-rental .c-goods-arti ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.c-goods-rental .c-goods-arti ul li {
  width: 190px;
  margin: 10px;
  padding: 20px;
  border-radius: 5px;

  background-color: #f9f9f9;
	background-image: radial-gradient(#ececec 1px, transparent 1px);
	background-size: 20px 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-goods-rental .c-goods-arti ul li img {
  padding: 8px 0 12px 0;
  height: 80px;
}
.c-goods-rental .c-goods-arti ul li.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e0f0c9;
}
.c-goods-rental .c-goods-arti ul li.logo img {
  width: 96%;
  height: auto;
  align-items: center;
}
.c-goods-rental a {
  display: block;
  width: 220px;
  margin: 40px auto 20px auto;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
  border-radius: 6px;
  border: 2px solid #9d9d9d;
}
.c-goods-rental a:hover {
  color: #fff;
  background: #9d9d9d;
}


/* .c-goods-rentalprice 
------------------------ */
.c-goods-rentalprice { margin: 0 auto 80px auto;}
.c-goods-rentalprice table { margin: 0 auto;}
.c-goods-rentalprice th { background: #f5f5f5;}
.c-goods-rentalprice th,.c-goods-rentalprice td { border-bottom: 1px solid #e1e1e1;}
.c-goods-rentalprice td { line-height: 3;}
.c-goods-rentalprice .g-image {
  width: 24%;
  padding: 15px 40px 0 40px;
}
.c-goods-rentalprice .non { border-right: 1px solid #e1e1e1;}
.c-goods-rentalprice .non-g-image { padding: 0 40px;}
.c-goods-rentalprice .g-image img { width: 80%;}


/* .c-sns
------------------------ */
.c-sns {
  margin-bottom: 50px;
  padding: 20px 0 40px 0;
  background: #eee;
}
.c-sns > .c-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.c-sns .twitter-container,.c-sns .fb-container {
  width: 410px;
  margin: 0 20px;
  padding: 10px;
  border-radius: 4px;
  background: #fff;
}
.c-sns .twitter-container iframe,.c-sns .fb-container iframe { width: 100%;}


/* .c-calendar 
------------------------ */
.c-calendar h3 {
  margin-top: 70px;
  margin-bottom: 50px;
}
.c-calendar iframe {
  height: 620px;
  margin-bottom: 10px;
  border: none !important;
}
#reserve_widget { background: #fcc;}


/* .c-about-use
------------------------ */
.c-about-use h3 { margin-bottom: 60px;}
.c-about-use table {
  display: flex;
  margin-top: -1px;
  box-sizing: border-box;
}
.c-about-use table .sub-ttl-option-02 {
  width: 220px;
  background: #d7eefe;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-about-use th dl { width: 100%;}
.c-about-use th dl dt,.c-about-use th dl dd { padding: 20px 0;}
.c-about-use th dl dt { width: 60%;}
.c-about-use th dl dd { width: 40%;}
.c-about-use th.time {
  width: 281px;
  flex-direction: column;
  background: #f5f5f5;
}
.c-about-use th.time div { line-height: 4;}
.c-about-use th.time div.dinner { line-height: 1.6; padding: 1.2em 0;}
.c-about-use th.time div:nth-child(2) { border-top: 1px solid #e1e1e1;}

.c-about-use table td {
  padding: 20px;
  text-align: left;
  white-space: nowrap;
}
.c-about-use table .a-cent {
  text-align: center;
  background: #f5f5f5;
}

/* .c-notice
------------------------ */
.c-notice { margin-bottom: 55px;}
.c-notice > div.c-inner {
  margin: 0 auto 50px auto;
  padding: 0 0 10px 0;
}
.c-notice ul { margin: 40px 0;}
.c-notice ul li {
  margin-left: 20px;
  list-style: disc;
  line-height: 2.5;
  font-size: 1.5rem;
}
.c-notice .emergency { font-size: 1.8rem;}
.c-notice .emergency p { display: inline-block;}
.c-notice .emergency .e-about {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #0093b8;
}
.c-notice .emergency .e-about::before {
  position:absolute;
	content:'';
	top: 0.6em;
	left: 0.1em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #0093b8;
}
.c-notice .emergency { pointer-events: none;}
.c-notice .emergency a {
  display: inline-block;
  margin: 10px 15px 10px 0;
  padding: 8px 20px;
  border-radius: 6px;
  background: #d3f4fc;
}

/* -------------------------------------
 footer
------------------------------------- */
footer { padding: 30px 0;}
footer ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer ul li { margin: 0 10px 20px 10px;}
footer ul li img:nth-child(1) { width: 40px;}
footer ul li img:nth-child(2) { width: 38px;}
footer ul li img:nth-child(3) { width: 38px;}

footer .copyright {
  padding-top: 20px;
  text-align: center;
  font-weight: 100;
  border-top: 1px solid #e2e2e2;
}


/* ---------------------------------------------------------
 [tab] * 1024以下
--------------------------------------------------------- */

@media screen and (max-width: 1024px) {

  header { height: 70px;}
  header h1 { width: 100%; line-height:1; text-align: center;}
  header h1 img { width: 40%;}

  .fade-in-nav { opacity: 1;}

  #a-inquiry + .btn-reserve {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
  }
  #a-inquiry + .btn-reserve a { border-radius: 0;}

  .c-inner { width: 90%;}
  .main_fade div img { width: 90%;}
  .c-camp-area .area-map img { width: 100%;}

  .c-goods-rental { padding: 50px 0 0 0;}


  /* ---------
    menu
  --------- */

  /* sp-menu */
  input { display: none;}

  /* menu article */
  .sp-menu .menu {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    /* width: 30%; */
    width: 250px;
    height: 445px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    border-radius: 0 0 12px 0;
    background: #a9e05a;
  }
  .sp-menu .menu ul {
    position: absolute;
    top: 170px;
    left: 50%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sp-menu .menu ul li {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  .sp-menu .menu ul li a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 20px 0;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
  }

  /* toggle */
  .sp-menu #toggle:checked ~ .menu {
    visibility: visible;
    opacity: 1;
  }
  .sp-menu #toggle:checked ~ .menu ul { top: 15px;}
  .sp-menu #toggle:checked ~ .menu ul li {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }

  .sp-menu #toggle:checked + label.m-list .bar { background-color: #0093b8;}
  .sp-menu #toggle:checked + label.m-list .bar:nth-child(2) {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  .sp-menu #toggle:checked + label.m-list .bar:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
  .sp-menu #toggle:checked + label.m-list .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  
  /* menu-list */
  .sp-menu .m-list {
    position: fixed;
    z-index: 10;
    top: 15px;
    right: 15px;
    display: block;
    cursor: pointer;
  }
  .sp-menu .m-list .bar {
    width: 30px;
    height: 2px;
    margin: 7px auto;
    transition: all 0.3s ease-in-out;
    background-color: #0093b8;
  }
  .sp-menu .m-list .bar:nth-child(2) { width: 20px;}

  .c-camp-area h2 {
    width: 90%;
    font-size: 3.4rem;
    background-size: 100%;
  }
  .c-camp-price { width: 94%;}

  .c-camp-area .camp-area-arti ul li > div p { font-size: 1.4rem;}
  .c-camp-price .camp-article { width: 100%;}
  .c-inquiry .map iframe { width: 90%;}

  .c-camp-price .about-cycling ul li:first-child { margin-right: 10px;}
  .c-camp-price .about-cycling ul li img { width: 100%;}
  
  .h-button { display: none;}

  .c-camp-price td.arti {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* .c-area-map
  ---------------------- */
  .c-area-map .area-map img { width: 100%;}

  /* .c-goods-rental
  ---------------------- */
  .c-goods-rental .c-goods-arti ul { width: 92%; justify-content: center;}

  /* footer
  ---------------------- */
  footer { padding-bottom: 85px;}
}


/* ---------------------------------------------------------
 [tab] * 820以下
--------------------------------------------------------- */
@media screen and (max-width: 820px) {

  *, *:before, *:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  header { padding-left: 0;}

  header .h-button { display: none;}
  header nav ul li.sp-menu { display: inherit;}

  section#a-shisetsu { margin-bottom: 50px;}

  .c-camp-area .camp-area-arti ul li > div h4 span { font-size: 1.8rem;}
  .c-goods-rental .c-goods-arti ul { width: 100%; justify-content: center;}
  .c-goods-rental .c-goods-arti ul li { width: 180px;}
  
  .main_fade { height: 780px;} 

  /* .c-camp-area
  ---------------------- */
  .c-camp-area { margin-bottom: 50px;}
  .c-camp-area .c-inner {
    padding: 30px 0 0 0;
    background: url(../images/sp-camparea-title-side.png) left 40px no-repeat;
    background-size: 100%;
  }
  .c-camp-area h2 {
    width: 94%;
    padding-top: 60px;
    padding-bottom: 50px;
    font-size: 2.4rem;
    background: none;
  }

  /* .c-camp-price
  ---------------------- */
  .c-camp-price {
    width: 90%;
    margin: 40px auto 50px auto;
  }
  .c-camp-price h3 + p {
    width: 100%;
    margin: 0 auto;
  }
  .c-camp-price th,.c-camp-price td {
    display: block;
    width: 100%;
  }
  .c-camp-price th {border-left: none; border-bottom: 1px solid #e1e1e1;}
  .c-camp-price th dl:last-child { border-bottom: none;}
  .c-camp-price th dl dt { padding: 0; width: 50%;}
  .c-camp-price th dl dd { padding: 25px 0; width: 50%;}

  .c-camp-price td.arti {
    text-align: left;
    padding: 15px;
    border-top: 1px solid #e1e1e1;
    border-left: none;
  }
  .c-camp-price span { margin: 0 16px;}
  .c-camp-price em { display: block;}
  .c-camp-price td.arti em,.c-camp-price .camp-article li > dl dd em { padding: 0;}
  .c-camp-price .sub-ttl-option-01 p { line-height: 1.5;}
  .c-camp-price .no-arti { display: none;}
  .c-camp-price th.about-cycling { padding-top: 20px; border-bottom: none;}
  .c-camp-price .about-cycling ul { justify-content: center; margin: 20px 0;}

  .c-camp-price .plan-full th dl dt { padding: 0;}
  .c-camp-price .plan-full th dl dd { padding: 25px 0;}
  .c-camp-price .plan-option strong { margin-right: 0; margin-left: 0; text-align: center;}

  /* .c-about-use
  ---------------------- */
  .c-about-use table {
    width: 100%;
    display: inline-table;
  }
  .c-about-use table .sub-ttl-option-02 {
    width: 100%;
    line-height: 3;
    border-bottom: 1px solid #e1e1e1;
  }
  .c-about-use th.time { width: 100%;}
  .c-about-use table td  { white-space: normal;}
  .c-about-use table td.no-arti  { display: none;}

  /* .c-rv-park
  ------------------------ */
  .c-rv-park th, .c-rv-park td {
    border-bottom: none;
    border-top: 1px solid #e1e1e1;
  }
  .c-rv-park th dl {
    border-bottom: 1px solid #e1e1e1 !important;
  }

  /* .c-sns
  ------------------------ */
  .c-sns {padding: 0 0 30px 0;}
  .c-sns > .c-inner { justify-content: space-between;}
  .c-sns .twitter-container,.c-sns .fb-container { width: 98%;}
  .c-sns .twitter-container iframe,.c-sns .fb-container iframe { width: 100%; max-height: 400px;}

  
  /* .c-goods-rentalprice 
  ------------------------ */
  .c-goods-rentalprice { margin: 0 auto 80px auto;}
  .c-goods-rentalprice th {
    padding: 15px 0;
    border-top: 1px solid #e1e1e1;
  }
  .c-goods-rentalprice .grill { border-top: none;}
  .c-goods-rentalprice td {
    display: inline-block;
    width: 50%;
    border: none;
  }
  .c-camp-price td.arti {
    padding: 15px 0;
    border-top: none;
    text-align: center;
    line-height: 1.5;
  }
  .c-goods-rentalprice .non { border-right: 1px solid #e1e1e1;}
  .c-goods-rentalprice .g-image {
    width: 50%;
    padding: 15px 30px 0 30px;
    border-left: 1px solid #e1e1e1;
  }
  .c-goods-rentalprice .g-image img { width: 30%;}


}

/* ---------------------------------------------------------
 [ sp ] * 640以下
--------------------------------------------------------- */
@media screen and (max-width: 640px) {


.fade-in { transform: translate(0, 0);}
#a-inquiry + .btn-reserve a:hover { color: #000; opacity: 1;}

/* --------------------------
 header
-------------------------- */
  header { padding-left: 0;}
  header h1 img { width: 55%;}

/* --------------------------
 main
-------------------------- */
  .main_fade { height: 450px;}
  .main_fade div { height: 100%;}
  .main_fade div,.main_fade div img { width: 96%;}
  .main_fade div.camp {
    width: 100%;
    background: url(../images/sp-main-camp.jpg) left top no-repeat;
    background-size: 100%;
  }
  .main_fade div.cherry-blossoms {
    width: 100%;
    background: url(../images/sp-main-cherryblossoms.jpg) left top no-repeat;
    background-size: 100%;
  }
  .main_fade div.star {
    width: 100%;
    background: url(../images/sp-main-star.jpg) left top no-repeat;
    background-size: 100%;
  }

  section > div.c-inner { padding: 0;}

  /* .tel
  ---------------------- */
  .r-info .tel {
    font-size: 3rem;
    pointer-events: auto;
  }
  .r-info .tel:before {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-left: -10px;
    background-size: 30px;
  }

  /* .c-about-camp-area
  ---------------------- */
  .c-about-camp-area { padding: 30px 0 0 0;}
  .c-about-camp-area > div.c-inner { width: 91%;}
  .c-about-camp-area h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.7;
  }
  .c-about-camp-area h2 + p { margin-top: 25px;}
  .c-about-camp-area p {
    margin: 20px 10px;
    font-size: 1.4rem;
  }

  /* .c-camp-area
  ---------------------- */
  .c-camp-area h2 {
    width: 96%;
    padding-top: 40px;
    font-size: 2rem;
    line-height: 1.5;
  }

  .c-camp-area .camp-area-arti ul { flex-direction: column;}
  .c-camp-area .camp-area-arti ul li {
    width: 98%;
    margin: 0 auto 20px auto;
  }
  .c-camp-area .camp-area-arti ul li:last-child { margin-right: auto;}
  .c-camp-area .camp-area-arti ul li img {
    width: 45%;
    border-radius: 8px 0 0 8px;
  }
  .c-camp-area .camp-area-arti ul li > div {
    display: flex;
    align-items: center;
    padding-bottom: 0;
    border-radius: 8px;
  }

  .c-camp-area .camp-area-arti ul li > div > div { margin: 0 auto;}
  .c-camp-area .camp-area-arti ul li > div > div h4 { margin-bottom: 10px; line-height: 1;}
  .c-camp-area .camp-area-arti ul li > div > div h4 span { padding: 0 5px 5px 5px; font-size: 1.6rem;}
  .c-camp-area  .camp-area-arti ul li > div > div p { font-size: 1.4rem; line-height: 1.3;}
  .c-camp-area .area-map img { width: 98%; border: 8px solid #fff;}

  /* .c-goods-rental
  ---------------------- */
  .c-goods-rental { padding: 0;}
  .c-goods-rental h3 span { display: block;}
  .c-goods-rental .c-goods-arti ul li {
    width: 150px;
    padding: 16px;
    font-size: 0.9em;
    line-height: 1.4;
  }
  .c-goods-rental .c-goods-arti ul li { width: 44%;}


  /* .c-goods-rentalprice 
  ------------------------ */
  .c-goods-rentalprice .g-image img { width: 55%;}
  .c-goods-rental .information { text-align: left;}


  /* .c-star-camp
  ---------------------- */
  .c-star-camp {
    padding: 40px 0;
    height: auto;
  }
  .c-star-camp h2 { width: 100%;}
  .c-star-camp h2 img:nth-child(1) { width: 80%;}
  .c-star-camp h2 img:nth-child(2) { width: 90%; padding: 5px 0 0 0;}
  .c-star-camp h2 img:nth-child(3) { width: 60%;}

  .c-star-camp h2 + .movie {
    width: 80%;
    height: 100%;
    margin: 20px auto 0 auto;
    flex-direction: column;
  }
  .c-star-camp h2 + .movie iframe { width: 100%; height: 100%;}
  .c-star-camp h2 + .movie iframe:first-child { margin-bottom: 25px;}

  /* .c-camp-price + .c-inquiry 共通
  ---------------------- */
  .c-ttl-cmmon h3 { font-size: 2.4rem;}

  /* キャンプ宿泊費 詳細
  ---------------------- */
  .c-camp-price h3 + .s-notice { flex-direction: column;}
  .c-camp-price h3 + .s-notice p { line-height: 1.4;}

  .c-camp-price .camp-article {
    width: 100%;
    margin-bottom: 40px;
  }
  .c-camp-price .camp-article li { margin: 20px;}
  .c-camp-price .camp-article li > dl { flex-direction: column;}
  .c-camp-price .camp-article li > dl dt,.c-camp-price .camp-article li > dl dd { width: 100%;}
  .c-camp-price .camp-article li > dl dd { margin-top: 20px;}

  .c-camp-price .btn-article {
    position: initial;
    display: block;
    width: 40%;
    margin-top: 10px;
    top: 0;
    right: 0; 
    transform: translateY(0);
  }
  .c-camp-price .plan-full th dl dt { padding: 0;}
  .c-camp-price .plan-full th dl dd { padding: 25px 0;}
  .c-camp-price .plan-option { margin-bottom: 15px;}
  

  /* キャンプオプション
   ---------------------- */
  .c-camp-price .about-cycling {
    padding: 15px;
    text-align: left;
    border-bottom: none;
  }
  .c-camp-price th.about-cycling { border-bottom: 0;}
  .c-camp-price .about-cycling ul {
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 0 0 10px 0;
  }
  .c-camp-price .about-cycling ul li { margin: 0;}
  .c-camp-price .about-cycling ul li:first-child { margin-left: 5%;}
  .c-camp-price .about-cycling ul li img { width: 90%;}

  /* .faq
  ---------------------- */
  .c-faq { width: 90%;}
  .c-faq_blk { margin-bottom: 50px;}

  .c-faq_blk .c-faq_box label { padding: 25px 30px 30px 25px;}
  .c-faq_blk .c-faq_box label:before {
    display: block;
    margin-right: 5px;
    padding-right: 0;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
  }
  .c-faq_blk .c-faq_box label::after { width: 1em; top: 48%;}
  .c-faq_blk .c-faq_box .c-faq_content:before {
    font-size: 1em;
    margin-top: 0;
    padding: 0 16px 0 0;
  }
  .c-faq_blk .c-faq_box .c-faq_content p { margin: 0 15px 25px 25px;}

  /* .c-inquiry
  ---------------------- */
  .c-inquiry .r-info img { width: 60%;}
  .c-inquiry .r-info .name-msr { font-size: 2rem;}

  .c-inquiry .map iframe { width: 90%;}
  .c-inquiry .map .g-map { width: 60%; border-radius: 8px;}

  /* .c-calendar
  ------------------------ */
  section#a-calendar { margin-bottom: 40px !important;}
  .c-calendar h3 { margin-top: 50px;}
  .c-calendar iframe { height: 720px;}
  .c-calendar .btn-reserve { width: 90%;}

  /* .c-goods-rental
  ------------------------ */
  .c-goods-rental a { margin: 20px auto 40px auto;}

  /* .c-notice
    ------------------------ */
  .c-notice { margin-bottom: 40px;}
  .c-notice > div { margin: 0 auto;}
  .c-notice .emergency .e-about { margin-bottom: 8px; line-height: 1.4;}
  .c-notice .emergency { pointer-events: auto;}
  .c-notice .emergency a { display: block; margin: 5px 0;}
  .c-notice .emergency .last { background: none;}
  .c-notice ul li { margin-bottom: 12px; line-height: 1.6;}

  /* .c-sns
  ------------------------ */
  .c-sns { margin-bottom: 8%; padding: 30px 0 40px 0;}
  .c-sns > .c-inner { flex-direction: column;}
  .c-sns .twitter-container,.c-sns .fb-container { margin: 10px auto;}
  .c-sns .twitter-container iframe,.c-sns .fb-container iframe { max-height: 300px;}


/* --------------------------
 footer
-------------------------- */
  footer .copyright { font-size: 1.1rem;}
}


/* ---------------------------------------------------------
 [ sp ]  * 360以下
--------------------------------------------------------- */
@media screen and (max-width: 360px) {
  .main_fade { height: 336px;}
  .c-about-camp-area h2 { font-size: 100%;}
  .c-camp-price .camp-article li > dl dd a { width: 100%;}
  .c-camp-price .camp-article li > dl dd a span { margin-left: 5px;}
  .c-camp-area .camp-area-arti ul li > div > div p { font-size: 75%;}
  .c-camp-area h2 { width: 100%; background-position: 5% 36px; background-size: 55px;}
  .c-camp-area h2 span img { width: 42%;}
  .c-camp-area h2 span { font-size: 50%;}
  .c-camp-area h2 strong { display: block; font-size: 85%; margin-left: 0; line-height: 1.5;}
  .camp-area-arti h3 { margin-bottom: 12px;}
  .c-camp-price span { margin: 0;}

  .nav-contain #sp-toggle:checked ~ label {
  	-webkit-transform: translateX(-280px);
  	        transform: translateX(-280px);
  }

  .c-camp-price .btn-article { width: 56%;}
  /* .c-camp-price th dl dt { width: 65%;}
  .c-camp-price th dl dd { width: 35%;} */

  .c-goods-rental .c-goods-arti ul li { width: 42%;}
  .c-goods-rentalprice { margin: 0 auto 60px auto;}
}
