@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	/dog/travel/odekake/water_play/ for SP

++++++++++++++++++++++++++++++++++++++++ */

@media screen and (max-width: 768px){

#contents_area {
	letter-spacing: -.04em;
	font-size: 16px;
	font-size: -webkit-calc(16 * 100vw / 375);
	font-size: calc(16 * 100vw / 375);
	line-height: 1.75;
}

#contents_area img:not(.switch_pc) {
	display: block;
	width: 100%;
}

#contents_area a {
	word-break: break-all;
	color: #5fbec8;
}

.section+.section {
	margin-top: 23.75%;
}

.section_inner {
	margin: 0 6.25%;
}

.section h2,
.section h3,
.section h4 {
	letter-spacing: .04em;
}
.section h2 {
	margin-bottom: 5%;
	color: #000;
	font-weight: bold;
	font-size: 19px;
	font-size: -webkit-calc(19 * 100vw / 375);
	font-size: calc(19 * 100vw / 375);
	line-height: 1.5;
}
.section h2+figure {
	padding-top: .5em;
}
.section h3 {
	margin-bottom: 7.14%;
	padding-left: 0;
	font-size: 18px;
	font-size: -webkit-calc(18 * 100vw / 375);
	font-size: calc(18 * 100vw / 375);
	line-height: 1.6;
}
.section h4 {
	margin-bottom: 4.76%;
	font-size: 100%;
}
.section h4:not(:first-child) {
	margin-top: 9.52%;
}
.section p+p,
.section ul+p,
.section p+ul {
	margin-top: 2em;
}
.section figure+p {
	margin-top: 4.28%;
}
.section figure li+li {
	margin-top: 7.14%;
}

.section .block {
	margin-top: 16.66%;
}

#contents_footer_navigation:before {
	background-image: url(../../../image/footer_dog.jpg);
	background-size: 75px;
}


/* ----------------------------------------
	section_title
---------------------------------------- */

#title_img {
	margin-bottom: 6.25%;
}

#section_title .info {
	margin-bottom: 3.75%;
	font-size: 10px;
	font-size: -webkit-calc(10 * 100vw / 375);
	font-size: calc(10 * 100vw / 375);
	line-height: 1.5;
}

#section_title .category {
	margin-bottom: 12px;
	padding-left: 17.14%;
	background: url(/dog/common/image/icon_category_drive.png) no-repeat;
	background-size: auto 100%;
	color: #ff7847;
}

#section_title time {
	color: #727171;
}

#section_title h1 {
	margin-bottom: 5%;
	letter-spacing: .04em;
	color: #000;
	font-weight: bold;
	font-size: 19px;
	font-size: -webkit-calc(19 * 100vw / 375);
	font-size: calc(19 * 100vw / 375);
	line-height: 1.5;
}


/* ----------------------------------------
	section_facility
---------------------------------------- */

.section_faciilty {
	margin-top: 9.52%;
}
.section_faciilty .info {
	margin-top: 5%;
	padding: 11.66% 7.14%;
	background: #f0f0f0;
}
.section_faciilty .info h5 {
	margin-bottom: 6.66%;
	letter-spacing: .1em;
	font-weight: bold;
	line-height: 1;
}
.section_faciilty .info p+h5 {
	margin-top: 11.66%;
}


/* ----------------------------------------
	supervisor
---------------------------------------- */

#supervisor {
	text-align: center;
}
#supervisor span {
	display: inline-block;
	padding: .25em .625em;
	background: #fff082;
}
#supervisor strong {
	letter-spacing: 0;
	font-weight: bold;
	font-size: 110%;
}

}