@charset "UTF-8";
/* =====================================
	dayuse
===================================== */

.contents { background: url(../img/common/bg02.jpg); }
.visual .inner {
    position: relative;
	width:90.5%;
	height:calc(100vh - 85px);
	background:url(../img/dayuse/visual01.jpg) no-repeat center;
	background-size:cover;
}
.visual h1 {
	position:absolute;
	top: calc(100vh - 121px);
    right: 0;
    width: 24.1428%;
    max-width: 338px;
    background: #fff;
    z-index: 5;
}
.visual h1 img {
    width: 60%;
    max-width: 203px;
    padding: 22px 0 22px 22.189%;
}
.visual .logo01 {
	position:absolute;
	bottom: -35px;
    left: 50px;
    width: 24%;
    max-width: 336px;
    z-index: 10;
}
.sp { display: none; }

.sec01 .inner,
.sec02 .inner {
	width: 90%;
    max-width: 960px;
    margin: 0 auto;
}

.sec01, .sec02 {
	text-align: center;
	position: relative;
    width: 100%;
	padding-bottom: 120px;
}
.sec01 { background: #fff; }
.sec02 { background: url(../img/common/bg02.jpg); }

.sec01:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 130px;
	background: #644a3b;
}
.sec01 h2 {
	padding-top: 110px;
	font-size: 22px;
    text-align: center;
    width: 100%;
	background: #fff;
    line-height: 110px;
    letter-spacing: 0.2em;
}

.headingBox { padding-top: 30px; margin-bottom: 40px; }
.withdog { position: relative; padding-top: 30px; }
.withdog:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 2px;
	margin-left: -15px;
	background: #644a3b;
}
.withdog + .withdog { margin-top: 50px; }
.withdog .title { font-size: 22px; line-height: 1.6; }
.withdog .time { font-size: 20px; margin-bottom: 20px; line-height: 1.6; }
.withdog dl { max-width: 900px; }
.withdog dt,
.withdog dd { padding: 10px 20px; text-align: center; margin: 0; line-height: 1.6; }
.withdog dt { background: url(../img/common/bg04.jpg); }
.withdog dd { background: url(../img/common/bg02.jpg); }

.rules { text-align: left; padding-top: 30px; }
.rules .heading {
	font-size: 19px;
	line-height: 1.3;
    border-left: 3px solid #644a3b;
    padding-left: 10px;
    margin-bottom: 15px;
}
.rules li { position: relative; padding-left: 1em; line-height: 1.7; }
.rules li:not(:last-child) { margin-bottom: 10px; }
.rules li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.sec02 h3 {
	width: 100%;
    background: url(../img/common/bg04.jpg);
    text-align: center;
    font-size: 20px;
    margin-bottom: 48px;
    letter-spacing: 0.05em;
	padding: 15px 0;
	line-height: 1.6;
}
.sec02 table { width: 100%; margin-top: 40px; border-spacing: 0 10px; }
.sec02 table tr { margin-bottom: 10px; }
.sec02 table th,
.sec02 table td { padding: 10px 15px; }
.sec02 table th {
	border-bottom: 1px solid #644a3b;
	position: relative;
	z-index: 1;
	white-space: nowrap;
}
.sec02 table th:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/common/bg03.jpg) 0 0 / 100% auto repeat;
	opacity: .1;
}
.sec02 table td {
	text-align: left;
	border-bottom: 1px solid #ccc;
	line-height: 1.6;
	font-size: 15px;
}
.sec02 table td strong { display: block; margin-bottom: 5px; font-size: 16px; }

.reservation { margin: 0 auto; }

@media screen and (max-width:960px){
	.slick-prev, .slick-next { top: auto; bottom: 0; }
	.slick-prev { right: 40px; }
	.slick-next { right: 0; }
}

@media screen and (max-width:768px){
	.pc { display: none; }
	.sp { display: block; }
	
	.sec01, .sec02 { padding-bottom: 10vw; }
	
	.visual .inner {
		width:96%;
		height:calc(100vh - 20vw);
		background:url(../img/dayuse/sp/visual01.jpg) no-repeat center;
		background-size:cover;
	}
	.visual h1 { top: calc(100vh - 25.859vw); width: 46.48vw; }

	@media screen and (-webkit-min-device-pixel-ratio:0) {
		_::-webkit-full-page-media, _:future, :root .visual .inner { height:calc(100vh - 50vw); }
		_::-webkit-full-page-media, _:future, :root .visual h1 { top: calc(100vh - 55.859vw); }
	}

	.visual h1 img { width: 32.1614vw; padding: 3.125vw 0; margin-left: 10vw; }
	.visual .logo01 { display: none; }
	.slick-prev, .slick-next { width: 8.33vw; height: 8.33vw; }
	.slick-prev { right: 8.33vw; }
	.slick-prev:before,
	.slick-next:before { width: 8.33vw; height: 8.33vw; background-size: cover; }
	.reservation { margin-top: 8vw; }
	
	.sec01 h2 { line-height: 1.8; padding-top: 38vw; font-size: 4.557vw; }
	.headingBox { margin-bottom: 3vw; }
	.withdog .title,
	.withdog .time { font-size: 4.5vw; }
	.withdog dt,
	.withdog dd { font-size: 3.3854vw; padding: 3.9vw; }
	.rules .heading { font-size: 4.2vw; line-height: 1.5; }
	.rules li { font-size: 3.3854vw; }
	.sec02 h3 { margin-bottom: 1vw; font-size: 4.5vw; }
	.sec02 table { margin-top: 5vw; }
	.sec02 table th { font-size: 3.3854vw; }
	.sec02 table td { font-size: 3.125vw; }
	.sec02 table td strong { font-size: 3.3854vw; }
}