
@media screen and (min-width: 761px) {
.title {
	width: 100%;
	padding: 60px 0;
	background: #ebdac9;
	text-align: center;
}
.title h1 {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.title .mini_title {
	font-size: 20px;
}
.block {
	padding: 60px 0;
}
.txt {
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 40px;
}
.web_reserve_btn {
	display: flex;
	justify-content: space-between;
	width: 900px;
	margin: 40px auto;
}
.web_reserve_btn a {
	display: block;
	padding: 20px 0;
	text-align: center;
	background: #ca7412;
	border-radius: 10px;
	width: 45%;
	margin-right: 2%;
	font-size: 18px;
	color: #fff;
}
.web_reserve_btn a:hover {
	background: #df9b4e;
}

.web_reserve_btn a img {
	margin-right: 10px;
	width: 28px;
	margin-bottom: -4px;
}
#contact .grad-item2 p {
	font-size: 16px !important;
	color: #000;
	margin-bottom: 30px;
}
#contact .grad-item2 li {
	font-size: 16px;
}
.listLisk {
	padding: 0 30px 50px;
	width: 880px;
	margin: 0 auto;
}
.form_box {
	width: 1000px;
	margin: 60px auto;
	padding: 70px;
	background: #f9f7f4;
	border-radius: 10px;
	border-top: 10px solid #f1e4d2;
}
.form_box dl {
	display: flex;
	width: 100%;
	margin: 0 0 40px;
}
.form_box dl dt {
	width: 35%;
	margin-right: 5%;
	font-size: 20px;
	font-weight: bold;
}
.form_box dl dt em {
	font-size: 12px;
	line-height: 1.4;
	display: block;
}
.form_box dl dt span {
	font-size: 12px;
	background: #f34545;
	border-radius: 3px;
	padding: 0px 10px;
	text-align: center;
	color: #fff;
	margin-left: 10px;
	position: relative;
	top: -2px;
	display: inline-block;
}
.form_box dl dd {
	width: 60%;
	font-size: 18px;
}
.wpcf7-select {
	width: 100px;
	height: 45px;
	font-size: 20px;
	margin-right: 5px;
}
.third_select span:nth-of-type(1) .wpcf7-select {
	margin-left: 0
}
.form_box dl dd em {
	margin-right: 10px;
}
.form_box dl dd input[type='text'], .form_box dl dd input[type='tel'], .form_box dl dd input[type='email']  {
	width: 100%;
	height: 45px;
	padding: 0 10px;
	font-size: 18px;
}
.form_box dl dd textarea {
	width: 100%;
	padding: 10px;
}
.third_select .wpcf7-form-control-wrap {
	width: 304px;
	margin: auto;
}

.list_item {
	margin: 0 0 0.5rem 0;
	padding: 0;
}
label {
	line-height: 135%;
	position: relative;
	margin: 0.5rem;
	cursor: pointer;
}
.option-input input {
	position: relative;
	margin: 0 5px 0 0;
	cursor: pointer;
}
.option-input input:before {
	position: absolute;
	z-index: 1;
	top: -4px;
    left: -6px;
    width: 15px;
    height: 15px;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: scale(0, 0);
	        transform: scale(0, 0);
	border-radius: 50%;
	background: #f34545;
}
.option-input input:checked:before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}
.option-input input:after {
	position: absolute;
	    top: -11px;
    left: -13px;
    width: 25px;
    height: 25px;
	content: '';
	border: 2px solid #f2f2f2;
	border-radius: 50%;
	background: #ffffff;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 15px 1em;
}
form .wpcf7-submit {
	color: #fff;
	background: #333;
	padding: 20px;
	font-size: 20px;
	text-align: center;
	width: 360px;
	margin: 40px auto 0;
	display: table;
}
.recaptcha {
	width: 304px;
	margin: auto;
	display: table;
}
	.thanks_box {
		margin: auto;
		width: 90%;
	}
	.thanks_box p {
		margin-bottom: 20px;
		font-size: 18px;
		text-align: center;
	}
	.form input[type="radio"], .form input[type="checkbox"] {
		display: inline;
	}

}


@media screen and (max-width: 760px) {
	
.container {
	width: 100%;
}
	
.title {
	width: 100%;
	padding: 6vw 0;
	background: #ebdac9;
	text-align: center;
}
.title h1 {
	font-size: 6vw;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.title .mini_title {
	font-size: 4vw;
}
.block {
	padding: 6vw 0;
}
.txt {
	text-align: center;
	font-size: 3vw;
	line-height: 1.8;
	margin: 0 auto 4vw;
    width: 90%;
}
.web_reserve_btn {
	display: table;
	width: 90%;
	margin: 4vw auto;
}
.web_reserve_btn a {
	display: block;
	padding: 3vw 0;
	text-align: center;
	background: #ca7412;
	border-radius: 10px;
	width: 100%;
	font-size: 4vw;
	color: #fff;
	margin-bottom: 3vw;
}
.web_reserve_btn a:hover {
	background: #df9b4e;
}

.web_reserve_btn a img {
	margin-right: 2vw;
	width: 5vw;
}
#contact .grad-item2 p {
	font-size: 3.5vw !important;
	color: #000;
	margin-bottom: 3vw;
}
#contact .grad-item2 li {
	font-size: 3vw;
}
.listLisk {
	padding: 0 3vw 5vw;
	width: 100%;
	margin: 0 auto;
}
.form_box {
	width: 100%;
	margin: 6vw auto;
	padding: 5vw;
	background: #f9f7f4;
	border-top: 10px solid #f1e4d2;
}
.form_box dl {
	display: table;
	width: 100%;
	padding: 2vw 0 3vw;
    margin: 0;
	border-bottom: 1px solid #ccc;
}
.form_box dl dt {
	width: 100%;
	margin: 3% 0;
	font-size: 4vw;
	font-weight: bold;
}
.form_box dl dt em {
	font-size: 2vw;
	line-height: 1.4;
	display: block;
}
.form_box dl dt span {
	font-size: 2vw;
	background: #f34545;
	border-radius: 3px;
	padding: 0px 2vw;
	text-align: center;
	color: #fff;
	margin-left: 2vw;
	position: relative;
	top: -2px;
	display: inline-block;
}
.form_box dl dd {
	width: 100%;
	font-size: 3.5vw;
}
.wpcf7-select {
	width: 24%;
	height: 45px;
	font-size: 4vw;
	margin-right: 1vw;
}
.third_select span:nth-of-type(1) .wpcf7-select {
	margin-left: 0
}
	.third_select dd {
		padding-left: 3vw;
	}
.form_box dl dd em {
	margin-right: 2vw;
}
.form_box dl dd input[type='text'], .form_box dl dd input[type='tel'], .form_box dl dd input[type='email']  {
	width: 90%;
	height: 45px;
	padding: 0 5%;
	font-size: 3.5vw;
}
.form_box dl dd textarea {
	width: 90%;
	padding: 5%;
}
.recaptcha {
	width: 304px;
	margin: auto;
	display: table;
}

.list_item {
	margin: 0 0 0.5rem 0;
	padding: 0;
}
label {
	line-height: 135%;
	position: relative;
	margin: 0.5rem;
	cursor: pointer;
}
.option-input input {
	position: relative;
	margin: 0 5px 0 0;
	cursor: pointer;
}
.option-input input:before {
	position: absolute;
	z-index: 1;
	top: -4px;
    left: -6px;
    width: 15px;
    height: 15px;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: scale(0, 0);
	        transform: scale(0, 0);
	border-radius: 50%;
	background: #f34545;
}
.option-input input:checked:before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}
.option-input input:after {
	position: absolute;
	    top: -11px;
    left: -13px;
    width: 25px;
    height: 25px;
	content: '';
	border: 2px solid #f2f2f2;
	border-radius: 50%;
	background: #ffffff;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 6vw 15px 0em;
}
form .wpcf7-submit {
	color: #fff;
	background: #333;
	padding: 20px;
	font-size: 20px;
	text-align: center;
	width: 360px;
	margin: 40px auto 0;
	display: table;
}
	.thanks_box {
		margin: auto;
		width: 90%;
	}
	.thanks_box p {
		margin-bottom: 2vw;
		font-size: 3.5vw;
		text-align: left;
	}
	.form input[type="radio"], .form input[type="checkbox"] {
		display: inline;
	}

}