@charset "utf-8";
/* CSS Document */
.mb30{margin-bottom: 30px;}
.mb80{margin-bottom: 80px;}
.fs18{font-size: 18px;}
.pd10{padding:10px 0;}
.center{text-align: center;}
.sp_on{display: none;}
.text{line-height: 200%;}
.content {padding: 30px 0 120px;}
.innerbox {
	max-width: 1200px;
	width: 90%;
	margin: auto;
}
.copy{border-top: 2px solid #eb2d76;}
/* タイトル */
.top-title {
	width: 90%;
	margin: 0 auto 80px;
	text-align: center;
}
.top-title p {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}
.top-title p img {
	position: relative;
	z-index: 2;
	display: inline-block;
	background-color: #fff;
}
.top-title p::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background-color: #eb2d76;
	border-radius: 10px;
}
.top-title h1 {
	font-size: 20px;
	letter-spacing: 4px;
}

#mailformpro {
	width: 100%;
	border-top: 2px solid #cecccd;
	border-bottom: 2px solid #cecccd;
	padding: 10px 0 50px;
}
.form {width: 100%;}
.form dl {
	border-bottom: 1px solid #C8C8C8;
	width: 100%;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.form dl:last-child {border-bottom: none;}
.form dl dt {
	width: 300px;
	text-align: left;
}
.form dl dt .must {
	background: #eb2d76;
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
	padding: 2px 15px;
	margin-right: 5px;
}
.form dl dd {
	width: calc(100% - 300px);
	padding: 0 30px 0 50px;
	border-left: 2px solid #cecccd;
}
.form dl dd ul.birthday {display: flex;}
.form dl dd ul.birthday li {
	margin-right: 20px;
	display: flex;
	align-items: center;	
}
.form dl dd ul.reservation > li {margin-bottom: 20px;}
.form dl dd ul.reservation > li:last-child {margin-bottom: 0;}
.form dl dd ul.reservation > li ul {display: flex;align-items: center;}
.form dl dd ul.reservation > li ul li {margin-right: 15px;}
.form dl dd ul.reservation > li p {margin-bottom: 5px;}
.form input,.form select,.form input[type="date"] {
	border: none;
	background-color: #EEEEEE;
	height: 40px;
	border-radius: 5px;
	outline: none;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-weight: 400 !important;
	padding: 10px;
}
.form textarea {
	border: none;
	background-color: #EEEEEE;
	height: 200px;
	border-radius: 5px;
	outline: none;
	width: 70%;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-weight: 400 !important;
	padding: 10px;
}
.form .wm {width: 50%;}
.form .wl {width: 90%;}
.form dl dd ul.birthday select {width: 100px;margin-right: 5px;}
.form dl dd ul.reservation input,.form dl dd ul.reservation select {width: 180px;}
.form input:focus,
.form select:focus,
.form textarea:focus {
	background-color: #ffffff;
	border: 1px solid #000000 !important;
}
.form input[type="date"]::-webkit-inner-spin-button{
	-webkit-appearance: none;
}
.form input[type="date"]::-webkit-clear-button{
	-webkit-appearance: none;
}
.privacy p {
	border: 1px solid #C8C8C8;
	padding: 30px;
	margin-bottom: 20px;
}
.form-btn {text-align: center;}
select,input[type="date"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.privacy input{
    -webkit-appearance: checkbox!important;
    -moz-appearance: checkbox!important;
    appearance: auto!important;
}
.form-btn img{
	max-width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
}

/* ハブページ */
.hub_btn{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hub_btn > li{width: 32.5%;}
.hub_btn > li:not(:nth-last-child(-n+3)){margin-bottom: 10px;}
.hub_btn > li a{
	display: block;
	background-color: #eb2d76;
	border: 2px #eb2d76 solid;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 25px 0;
	border-radius: 10px;
}
.hub_btn > li a:hover{
	color: #eb2d76;
	background-color: #fff;
}



/* 1020px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1020px){
	.fs18 {font-size: 14px;}
	.text {line-height: 180%;}
	.mb80 {margin-bottom: 40px !important;}
	.mb30 {margin-bottom: 20px !important;}
	
	.top-title {margin: 0 auto 40px;}
	.top-title p img {width: auto;height: 25px;}
	.top-title p{margin-bottom: 10px;}
	.top-title p::before {height: 2px;}
	.top-title h1 {font-size: 14px;letter-spacing: 2px;}
	#mailformpro{padding: 10px 0 40px;}
	.form dl {padding: 10px 0;}
	.form dl dt {width: 200px;}
	.form dl dt .must {font-size: 12px;padding: 2px 10px;}
	.form dl dd {width: calc(100% - 200px);padding: 0 20px 0 20px;}
	.form dl dd ul.birthday li {margin-right: 10px;}
	.form dl dd ul.reservation > li {margin-bottom: 10px;}
	.form dl dd ul.reservation > li ul li {margin-right: 10px;}
	.form input,.form select,.form input[type="date"] {height: 30px;padding: 0 10px;}
	.form textarea {height: 120px;width: 70%;}
	.form .wm {width: 60%;}
	.privacy p {padding: 20px;}
	
	/* ハブページ */
	.hub_btn > li{width: 49.3%;}
	.hub_btn > li:not(:nth-last-child(-n+2)){margin-bottom: 10px;}
	.hub_btn > li a{padding: 15px 0;}

}

/* 750px以下から
------------------------------------------------------------*/
@media only screen and (max-width:750px){
	.sp_non {display: none;}
	.sp_on {display: block;}
	.text{text-align: left;}
	.form dl {padding: 15px 0;}
	.form dl dt {width: 100%;margin-bottom: 10px;}
	.form dl dd {width: 100%;padding: 0;border-left: none;}
	.form dl dd ul.birthday {display: flex;}
	.form dl dd ul.birthday li {margin-right: 10px;}
	.form textarea {width: 100%;}
	.form .wm {width: 80%;}
	.form .wl {width: 100%;}
	.form dl dd ul.birthday select {width: 70px;margin-right: 2px;}
	.form dl dd ul.reservation input,.form dl dd ul.reservation select {width: 135px;}
	/* ハブページ */
	.hub_btn > li{width: 100%;}
	.hub_btn > li:not(:last-child){margin-bottom: 10px;}
}





