@charset "UTF-8";
/* CSS Document */

/* 中身======================================================================================================== */
#pagetitle{
	background-color: #fff100;
	padding: 40px 0;
}
#pagetitle .contents_size{
	text-align: center;
}
#pagetitle .day{
	display: block;
	font-size: 42px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 20px;
}
#pagetitle .day span{
	font-size: 70px;
}
#pagetitle .day span.sat{
	color: #0068b7;
}
#pagetitle .day span.sun{
	color: #e8343d;
}
#pagetitle .time{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	margin-bottom: 20px;
}
#pagetitle .time dt{
	display: inline-block;
	background-color: #111;
	color: #FFF;
	line-height: 1;
	padding: 5px;
	margin-right: 0.5em;
}
#pagetitle .time + p{
	font-size: 20px;
	display: inline-block;
	text-align: left;
}

#modelhouse{
	text-align: center;
}
#modelhouse em{
	font-size: 40px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

#present{
	background-color: #f8b500;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#present .text{
	flex: 1;
}
#present .text em{
	display: block;
	margin-bottom: 20px;
}

#covid19 a{
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0b318f;
	color: #FFF;
	padding: 20px;
}
#covid19 a .title{
}
#covid19 a .text{
	margin: 0 30px;
}
#covid19 a .btn{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #0b318f;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background-color: #FFF;
}



.reserve{
	margin-bottom: 40px;
}
.reserve a{
	display:block;
	text-decoration: none;
	background-color: #FFF;
	background-image: url(../images/main_maru.png);
	background-repeat: no-repeat;
	background-position: center 90%;
	background-size: 100% auto;
	border: solid 1px #111;
	padding: 40px 0 60px;
	position: relative;
}
.reserve a::after{
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 33px;
	margin: auto;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	transform: rotate(45deg);
}
.reserve .circle{
	background-color: #da2533;
	color: #FFF;
	width: 160px;
	height: 160px;
	border-radius: 180px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -10px;
	left: -10px;
}
.reserve .circle p{
	font-weight: bold;
	font-size: 16px;
}
.reserve .circle p span{
	font-size: 24px;
	line-height: 1.4;
}
.reserve .card{
	width: 100px;
	position: absolute;
	bottom: 15px;
	left: 140px;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.reserve .card img{
	max-width: 100%;
	height: auto;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.reserve .text{
	padding: 0 0 0 250px;
}
.reserve .text strong{
	display: inline-block;
	background-color: #FFF;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	color: #D92832;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	padding: 10px;
	position: absolute;
	left: -20px;
	top: 0px;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.reserve .text p{
	font-size: 20px;
	margin-left: 20px;
	color: #da2533;
}
.reserve .text em{
	font-size: 30px;
	line-height: 1.2;
}
.reserve .text em span{
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}


#visit_present{
	background-color: #06af6c;
	color: #FFF;
	position:relative;
	padding: 20px;
	text-align: center;
}
#visit_present .text{
}
#visit_present .text em{
	display: block;
	font-size: 40px;
	line-height: 1.4;
	font-weight: bold;
	color: #fff100;
}
#visit_present .text em::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: 40px;
	background-color: #fff100;
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
	margin: 0 20px;
}
#visit_present .text em::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: 40px;
	background-color: #fff100;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	margin: 0 20px;
}
#visit_present .text strong{
	display: block;
	font-size: 30px;
	line-height: 1.4;
	font-weight: bold;
}
#visit_present .text p{
}
#visit_present .toto{
	position: absolute;
	top: -10px;
	left: 20px;
}
#visit_present .kobaton{
	position: absolute;
	bottom: 0px;
	right: 20px;
	font-size: 12px;
	text-align: right;
}




/* レスポンシブ======================================================================================================== */
@media print and (max-width: 670px), screen and (max-width: 670px){

#pagetitle{
	margin-bottom: 20px;
}
#pagetitle .day{
	font-size: 3.5vw;
}
#pagetitle .day span{
	font-size: 6vw;
}
#pagetitle .time{
	font-size: 4vw;
	margin-bottom: 20px;
}
#pagetitle .time + p{
	font-size: 14px;
	display: block;
}

#modelhouse{
	margin-bottom: 20px;
}
#modelhouse em{
	font-size: 6vw;
}

#present{
	display: block;
}
#present .text em{
	margin-bottom: 10px;
}
#present .text p{
	margin-bottom: 10px;
}
#present .photo {
	text-align: center;
}
#present .photo img{
	width: 200px;
}

#covid19 a{
	display: block;
	position: relative;
}
#covid19 a .text{
	margin: 20px 15vw 0 0;
}
#covid19 a .btn{
	font-size: 3.5vw;
	width: 20vw;
	height: 20vw;
	position: absolute;
	bottom: 2vw;
	right: -2vw;
}













.reserve{
}
.reserve a{
	padding: 10px 0 20px;
}
.reserve a::after{
	display: none;
}
.reserve .circle{
	width: 100px;
	height: 100px;
	top: -10px;
	bottom: inherit;
	left: -10px;
	margin: 0;
}
.reserve .circle p{
	font-size: 10px;
	line-height: 1.4;
}
.reserve .circle p span{
	font-size: 14px;
}
.reserve .card{
	width: 80px;
	bottom: 10px;
	left: inherit;
	right: -10px;
}
.reserve .text{
	padding: 0 0 0 100px;
}
.reserve .text strong{
	font-size: 14px;
}
.reserve .text p{
	font-size: 10px;
	margin-left: 0px;
}
.reserve .text em{
	font-size: 22px;
}


#visit_present{
	padding-bottom: 20px;
}
#visit_present .text em{
	font-size: 6.5vw;
}
#visit_present .text em::before,
#visit_present .text em::after{
	height: 20px;
	margin: 0 2vw;
}
#visit_present .text strong{
	font-size: 5vw;
}

#visit_present .toto{
	top: inherit;
	bottom: -10px;
	left: 10px;
}
#visit_present .toto img{
	height: 110px;
}
#visit_present .kobaton{
	font-size: 10px;
	right: 10px;
}
#visit_present .kobaton p{
	text-align: center;
	line-height: 1.2;
}
#visit_present .kobaton img{
	height: 50px;
}






}