@charset "UTF-8";
header nav .top-icon{
	width: 150px;
}
.reservation-txt .txt-inner .note{
	margin-bottom: 10px;
}
.reservation-txt .txt-inner .note b{
	color: red;
    font-weight: bold;
    font-family: 'NotoSansJP-Bold';
    font-size: 14px;
}
.reservation-txt .txt-inner a{
	text-decoration: underline;
	color: #9d8c77;
}
.reservation-wrap .form-01 p span {
    padding-left: 0;
}
.reservation-wrap .form-03 p{
	margin-top: 10px;
}
@media screen and (min-width: 1080px) {
	.reservation-wrap .form-03 span::after {
		content: '';
	}
}
.reservation-wrap .form-04 p{
	margin-left: 0;
}
.reservation-wrap .form-09{
	height: 220px;
}
.reservation-wrap .form-09 .form-con{
	padding-top: 10px;
	padding-bottom: 10px;
}
.reservation-wrap .form-09 .form-title{
	display: flex;
	align-items: center;
	height: 100%;
}
.reservation-wrap .form-con .wpcf7-not-valid-tip{
	font-size: 12px;
}
.reservation-wrap .form-con input {
	height: 50px;
	width: 300px;
}
.wpcf7 form input::placeholder {
  color: #9aa0a6;
  opacity: 1;
}
.wpcf7 form input:focus::placeholder { 
  opacity: 0;
}
.floating-fixed{
  position: fixed;
  left: 16px;                 /* 置きたい位置に調整 */
  bottom: 16px;
  z-index: 9999;
  transition: transform 120ms ease-out;
  will-change: transform;
}
.swiper-navigation-icon{
	display: none;
}
.subNav-inner{
	width: 1000px !important;
}
.subNav-recommend{
	display: flex;
	justify-content: space-between;
}
.subNav-recommend a {
	width: 300px;
	border: 1px solid #b49061;
	border-radius: 50px;
    padding: 15px 0;
    color: #ba996d !important;
    font-size: 15px;
    font-family: 'NotoSansJP-Medium', sans-serif !important;
    text-align: center;
    display: inline-block;
}


footer .inner a{
	text-decoration: underline;
	margin-left: 1em;
}
@media (max-width: 600px) {
	header nav .top-icon{
		width: 50px;
	}
    .reservation-wrap .form-01 p span {
        width: 85%;
    }
	.pum-container{
		width: 320px !important;
	}
    .subNav-inner{
    	width: 100% !important;
    }
    .subNav-recommend{
    	justify-content: center;
    	align-items: center;
    	gap: 10px; 
    	flex-direction: column;
    }
    #popmake-1930 img {
    	width: 320px !important;
    }
}
@media screen and (max-width: 1080px) {
	.grecaptcha-badge {
		visibility: hidden;
	}
}

@media (max-width: 1080px) {
	.reservation-wrap .form-con input {
		border-radius: 5px;
	}
	.reservation-wrap .form-03 p::after {
		margin-top: 12px;
	}
    .reservation-wrap .form-03 p::after {
        content: '';
    }
    .reservation-wrap .form-09{
		height: auto;
	}
    .reservation-wrap .form-09 .form-title{
    	height: auto;
    }
}