.camping {
	padding: 20px 0 30px;
}

.camping:nth-child(even) {
	position: relative;
}

.camping:nth-child(even):before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #FFFFFF;
	z-index: 0;
}

.camping:nth-child(even) > * {
	position: relative;
}

.page-head--camping{
  position: relative;
}

.page-head--camping .page-head__en{
  position: absolute;
  z-index: 5;
  transform: translateY(-10px);
}

.page-head--camping .page-head__jp{
  position: absolute;
  z-index: 5;
  transform: translateY(12px);
  letter-spacing: 0.1em;
}

.page-head--camping video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.youtube {
	position: relative;
}

.youtube:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.camping-section {
	margin: 18px 0 10px;
}

.camping-section--mb {
	margin-bottom: 20px;
}

.camping-section__main {
	margin-bottom: 16px;
}

.camping-section__text {
	line-height: 1.9;
	text-align: justify;
}

.camping-section__image img {
	display: block;
}

.camping-section__note {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 5px;
}

.camping-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.camping-images__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.camping-images__item:not(:last-child) {
	margin-right: 10px;
}

.camping-images__item img {
	width: 100%;
	display: block;
}

.topics {
	margin-top: 17px;
}

.topics__main {
	border-top: 1px dotted #1f3b80;
}

.topics__item {
	letter-spacing: 0.05em;
	border-bottom: 1px dotted #1f3b80;
}

.topics__item a {
	display: block;
	color: #1f3b80;
	padding: 13px 7px;
}

.topics__date {
	display: block;
	font-weight: 500;
	margin-bottom: 5px;
}

.topics__date:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 6px solid #1f3b80;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	vertical-align: middle;
	margin: 0 4px 2px 0;
}

.topics__title {
	display: block;
	line-height: 1.4;
}

.campxus {
	border: 2px solid #E4E4E4;
	padding: 15px 20px 20px;
	margin-top: 15px;
}

.campxus__main {
	margin-bottom: 10px;
}

.campxus__heading {
	border-bottom: 2px solid #000;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.campxus__content {
	line-height: 1.9;
	text-align: justify;
}

.campxus__image img {
	display: block;
}

.snowpeak {
	background: #FFFFFF;
	padding: 26px 20px;
	margin-top: 26px;
}

.snowpeak__logo {
	margin-bottom: 24px;
}

.snowpeak__logo img {
	display: block;
	width: 145px;
	margin: 0 auto;
}

.snowpeak__heading {
	font-weight: 500;
	margin-bottom: 10px;
}

.snowpeak__heading a[target="_blank"] svg {
	width: 10px;
	margin-left: 10px;
}

.snowpeak__heading a[target="_blank"] .cls-1 {
	fill: none;
	stroke: #808080;
	stroke-miterlimit: 10;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.snowpeak__heading a[target="_blank"] .cls-2 {
	fill: #808080;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.snowpeak__text {
	line-height: 1.88;
	text-align: justify;
}

@media screen and (min-width: 681px) {

.camping:nth-child(even):before { /* md */
	content: none;
}

.camping { /* md */
	padding: 40px 5%;
}

.camping:nth-child(odd) {
	background: #EEF2F4;
}

.camping:nth-child(even) {
	padding-right: 0;
}

.camping__white-content { /* md */
	background: #FFFFFF;
	padding: 25px 4%;
}

.camping__white-content { /* md */
	padding: 50px 6%;
}
  
.page-head--camping{ /* md */
}

.page-head--camping .page-head__en{ /* md */
  transform: translateY(-14px);
}

.page-head--camping .page-head__jp{ /* md */
  transform: translateY(17px);
}

.youtube { /* md */
	margin-bottom: 50px;
}

.camping-section { /* md */
	margin: 0 0 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.camping-section--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.camping-section__main { /* md */
	margin-bottom: 0;
	width: 56%;
}

.camping-section__main--left-sm {
	width: 44%;
}

.camping-section__text { /* md */
	line-height: 2;
}

.camping-section__image { /* md */
	width: 39%;
}

.camping-section__image--right-lg img { /* md */
	max-width: 133.6%;
}

.camping-section__image--right-sm { /* md */
	width: 50%;
}

.camping-section__image--left-lg img { /* md */
	max-width: 133.6%;
	margin-left: -33.6%;
}

.camping-section__note { /* md */
	margin-top: 10px;
}

.camping-images { /* md */
	position: relative;
}

.camping-images:before {
	content: "";
	display: block;
	width: 115%;
	height: 100px;
	position: absolute;
	left: 50%;
	bottom: -50px;
	background: #EEF2F4;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.camping-images__item:not(:last-child) { /* md */
	margin-right: 20px;
}

.topics { /* md */
	margin-top: 0;
}

.topics__item a { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 21px 20px 23px;
}

.topics__date { /* md */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0;
	width: 120px;
	line-height: 1.4;
}

.topics__date:before { /* md */
	margin-right: 10px;
}

.campxus { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-width: 5px;
	margin-top: 60px;
	padding: 26px 2.6% 25px 4.7%;
}

.campxus__main { /* md */
	margin-bottom: 0;
	width: 61.3%;
}

.campxus__heading { /* md */
	font-size: 1.7rem;
	font-weight: 500;
	border-width: 1px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.campxus__content { /* md */
	line-height: 2;
}

.campxus__image { /* md */
	width: 34.1%;
}

.snowpeak__heading a[target="_blank"] { /* md */
}

.snowpeak__heading a[target="_blank"]:hover .cls-1 {
	stroke: #1f3b80;
}

.snowpeak__heading a[target="_blank"]:hover .cls-2 {
	fill: #1f3b80;
}

.snowpeak__heading a { /* md */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.snowpeak__heading a:hover {
	color: #1f3b80;
}

}

@media screen and (min-width: 1050px) {

.camping { /* md2 */
	padding: 100px 10.3% 110px;
}

.camping-section__image { /* md2 */
	width: 36%;
}

.camping-section__image--right-lg img { /* md2 */
	max-width: 160%;
}

.camping-section__image--left-lg img { /* md2 */
	max-width: 160%;
	margin-left: -60%;
}

.snowpeak { /* md2 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
	padding: 50px 6% 40px;
}

.snowpeak__logo { /* md2 */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0;
	width: 230px;
}

.snowpeak__logo img { /* md2 */
	margin: 0;
	width: 180px;
}

.snowpeak__heading { /* md2 */
	margin-bottom: 15px;
}

.snowpeak__text { /* md2 */
	line-height: 1.84;
}

}

