@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/*――――――――――――――――――
	共通
―――――――――――――――――――*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "Shuei MaruGo B";
	color: #221714;
	line-height: 1.8;
	font-size: 16px;
	padding-top: 80px;
}

#sp_menu {
	display: none;
}

img {
	max-width: 100%;
	height: auto;
}

.w1280 {
	max-width: 1280px;
	margin: 0 auto;
}

.w1000 {
	max-width: 1000px;
	margin: 0 auto;
}
.w1000_block{
	display: none;
}
.slick-slide {
	outline: none;
}

a {
	color: #221714;
	text-decoration: none;
}

.ttl01 {
	position: relative;
	text-align: center;
	font-size: 36px;
	margin-bottom: 40px;
}
.ttl01.white {
	color: #fff;
}
.ttl01:after {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	content: '';
	display: block;
	width: 50px;
	height: 5px;
	background: #86b832;
	bottom: -5px;
}

.ttl02 {
	text-align: center;
	line-height: 1.2;
}
.ttl02 .en {
	display: inline-block;
	font-size: 36px;
	font-family: "Noto Sans JP", sans-serif;
	background: url(../../img/grestad/mark.svg) no-repeat left center, url(../../img/grestad/mark.svg) no-repeat right center;
	font-weight: 700;
	padding: 0 32px;
}
.ttl02 .ja {
	color: #514639;
	display: block;
}

.marker_yellow {
	background: linear-gradient(rgba(0, 0, 0, 0) 15%, #fff100 0%);
}

.c_red {
	color: #b7343a !important;
}

.gc-wrap {
	max-width: 930px;
	margin: 0 auto;
}

.g-calendar {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 62%;
}

.g-calendar iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mb5 {
	margin-bottom: 5px;
}

.header_adj {
	padding-top: 80px;
	margin-top: -80px;
}

#mv_sp {
	display: none;
}

.sp_block {
	display: none;
}

#loading {
	position: fixed;
	z-index: 1000;
	background: #221714;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
#loading .loader {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 0;
}


/*――――――――――――――――――
	header
―――――――――――――――――――*/
header {
	z-index: 999;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding-left: calc((100% - 1280px) / 2);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 80px;
}
header #logo {
	padding-top: 8px;
}
header #logo a {
	-moz-transition: ease 0.4s;
	-o-transition: ease 0.4s;
	-webkit-transition: ease 0.4s;
	transition: ease 0.4s;
}
header #logo a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}
header #g_nav ul {
	padding: 25px 120px 0 0;
}
header #g_nav ul li:first-child {
	margin-left: 0;
}
header #g_nav li {
	display: inline-block;
	margin-left: 30px;
}
header #g_nav a {
	transition: .4s ease;
}
header #g_nav a:hover {
	color: #86b832;
}
header #btn_contact {
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
}
header #btn_contact a {
	display: block;
	width: 100px;
	height: 100px;
	color: #fff;
	background: #221714 url(../../img/grestad/ic_mail.svg) no-repeat center 28px;
	font-size: 14px;
	line-height: 1;
	padding-top: 68px;
	text-align: center;
	transition: .4s ease;
	border-radius: 0 0 0 20px;
}
header #btn_contact a:hover {
	background-color: #86b832;
}

.gmap,
#gmap {
	position: relative;
	padding-bottom: 55.25%;
	height: 0;
	overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed,
#gmap iframe,
#gmap object,
#gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*――――――――――――――――――
	footer
―――――――――――――――――――*/
footer {
	position: relative;
}
footer #pt {
	z-index: 1;
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
}
footer .flex {
	display: -webkit-flex;
	display: flex;
}
footer .left {
	width: 475px;
	background: linear-gradient(45deg, #e4eecc, #efe4d3);
	padding: 70px 40px 0;
}
footer .left h2 {
	margin-bottom: 20px;
}
footer .top {
	border-bottom: solid 1px #221714;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
footer .top .info p {
	margin-bottom: 10px;
}
footer .top .info p:last-child {
	margin-bottom: 0;
}
footer .bottom p {
	line-height: 1.5;
}
footer .bottom .tel {
	font-family: "Noto Sans JP", sans-serif;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 3px;
}
footer .bottom .num {
	font-weight: 700;
	font-size: 24px;
}
footer .right {
	width: calc(100% - 475px);
}
footer .gmap {
	height: 600px;
	padding-bottom: 0;
}
footer small {
	display: block;
	color: #514639;
	font-size: 12px;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	padding: 30px 0;
	line-height: 1;
}

/*――――――――――――――――――
	top
―――――――――――――――――――*/
#mv {
	padding-left: calc((100% - 1280px) / 2);
}
#mv img {
	width: 100%;
}

#top_news {
	padding: 40px 0 30px;
}
#top_news .w1000 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#top_news h2 {
	font-size: 20px;
	padding: 0 45px 0 15px;
}
#top_news .info a {
	-moz-transition: ease 0.4s;
	-o-transition: ease 0.4s;
	-webkit-transition: ease 0.4s;
	transition: ease 0.4s;
}
#top_news .info a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}
#top_news .info .date {
	font-size: 15px;
	color: #969696;
	margin-right: 20px;
}
#top_news .w_btn {
	margin-left: auto;
}
#top_news .w_btn a {
	transition: .4s ease;
	position: relative;
	display: inline-block;
	font-size: 14px;
	border: solid 2px #221714;
	width: 110px;
	height: 28px;
	padding: 4px 35px 0 8px;
	line-height: 1;
}
#top_news .w_btn a:after {
	position: absolute;
	right: -2px;
	top: -2px;
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	background: #221714 url(../../img/grestad/arrow.svg) no-repeat center;
}
#top_news .w_btn a:hover {
	background: #221714;
	color: #fff;
}

#top_three_btn {
	line-height: 1;
	background-image: linear-gradient(90deg, #e2f0ca, #efe4d3);
	padding: 30px 0 20px;
}
#top_three_btn ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#top_three_btn ul li {
	width: 32%;
}
#top_three_btn ul a {
	transition: .4s ease;
	border-radius: 50px;
	text-align: center;
	display: block;
	font-size: 17px;
	height: 70px;
	line-height: 66px;
	border: solid 2px #221714;
	background: #fff url(../../img/grestad/arrow2.svg) no-repeat center right 15px;
}
#top_three_btn ul a:hover {
	background-color: #d3d1d0;
}
#top_three_btn ul a.red {
	border-color: #a40000;
	background-image: url(../../img/grestad/arrow3.svg);
	color: #a40000;
}
#top_three_btn ul a.red:hover {
	background-color: #f6e5e5;
}

#top_about {
	padding: 95px 0;
	background: #221714;
	color: #fff;
}
#top_about .w1280 {
	display: -webkit-flex;
	display: flex;
}
#top_about .w1280 > div {
	width: 50%;
}
#top_about .w_text {
	padding-left: 60px;
}
#top_about .w_text h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
#top_about .w_text h2 span {
	position: relative;
	top: -18px;
}
#top_about .w_text p {
	line-height: 2.2;
}

#about_slide {
	position: relative;
}
#about_slide .slide {
	position: relative;
}
#about_slide .slide figure {
	font-size: 0;
	line-height: 1;
}
#about_slide .slide p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
	background: rgba(34, 23, 20, 0.5);
	padding: 15px;
}
#about_slide .slick-prev,
#about_slide .slick-next {
	cursor: pointer;
	outline: none;
	z-index: 5;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	border: none;
	padding: 70px 40px 0 0;
}
#about_slide .slick-prev {
	background: url(../../img/grestad/prev.jpg) no-repeat left top/100% auto;
	left: -20px;
}
#about_slide .slick-next {
	background: url(../../img/grestad/next.jpg) no-repeat left top/100% auto;
	right: -20px;
}

#top_use_case {
	padding: 80px 0 75px;
	background: url(../../img/grestad/bg01.jpg) no-repeat right top;
}
#top_use_case .read {
	text-align: center;
	color: #514639;
	font-size: 24px;
	margin-bottom: 40px;
}
#top_use_case .read span {
	position: relative;
	top: -20px;
}
#top_use_case .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	color: #514639;
}
#top_use_case .flex .w_text {
	width: 50%;
}
#top_use_case .flex.left:after,
#top_use_case .flex.right:before {
	content: '';
	display: block;
	padding: 22% calc(50% - 70px) 0 0;
	background: #000;
}
#top_use_case .flex.left {
	margin-bottom: 40px;
}
#top_use_case .flex.left:after {
	background: url(../../img/grestad/img01.jpg) no-repeat left top/100% auto;
}
#top_use_case .flex.left .w_text {
	padding-left: calc((100% - 1280px) / 2);
}
#top_use_case .flex.right:before {
	background: url(../../img/grestad/img02.jpg) no-repeat left top/100% auto;
}
#top_use_case .flex.right .w_text {
	padding-right: calc((100% - 1280px) / 2);
}
#top_use_case .flex .scene {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	text-align: center;
	color: #86b832;
	font-size: 30px;
}
#top_use_case .flex .scene span {
	font-size: 18px;
	margin-right: 3px;
}
#top_use_case .flex h3 {
	position: relative;
	top: -10px;
	font-size: 30px;
	text-align: center;
	margin-bottom: 15px;
}
#top_use_case .flex h3 span {
	position: relative;
	display: inline-block;
	min-width: 320px;
}
#top_use_case .flex h3 span:before,
#top_use_case .flex h3 span:after {
	position: absolute;
	top: 8px;
	content: '';
	display: inline-block;
	width: 2px;
	height: 40px;
	background: #514639;
}
#top_use_case .flex h3 span:before {
	transform: rotate(-25deg);
	left: -15px;
}
#top_use_case .flex h3 span:after {
	transform: rotate(25deg);
	right: -15px;
}
#top_use_case .flex .text {
	font-family: "Shuei MaruGo L";
	line-height: 1.9;
	letter-spacing: 0.05em;
}

#top_system {
	background: url(../../img/grestad/bg01.png) no-repeat left top, linear-gradient(45deg, #e4eecc, #efe4d3);
	padding: 90px 0 80px;
}
#top_system .ttl01 {
	margin-bottom: 80px;
}
#top_system .box {
	background: #fff;
	border-radius: 20px;
	padding: 30px 145px;
	margin-bottom: 40px;
}
#top_system .box .ttl02 {
	margin-bottom: 28px;
}
#top_system .box .table {
	border-top: solid 1px #514639;
}
#top_system .box .table li {
	border-bottom: solid 1px #514639;
	padding: 12px 0 15px;
}
#top_system .box .table .text {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
}
#top_system .box .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#top_system .box .flex .ttl,
#top_system .box .flex .price {
	width: 50%;
}
#top_system .box .flex .ttl {
	text-align: right;
	font-size: 20px;
	padding-right: 20px;
}
#top_system .box .flex .price {
	line-height: 1;
	font-size: 15px;
	padding-left: 30px;
}
#top_system .box .flex .num {
	position: relative;
	top: 2px;
	color: #86b832;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 30px;
	margin-right: 5px;
}
#top_system .box .notes {
	margin-top: 25px;
}
#top_system .box.open .notes {
	text-align: center;
	margin-top: 15px;
}
#top_system .box.open .notes a {
	text-decoration: underline;
}
#top_system .box.facility {
	margin-bottom: 0;
	padding: 30px 30px 20px;
}
#top_system .box .item {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
}
#top_system .box .item:after {
	content: '';
	display: block;
	width: calc(100% / 6);
}
#top_system .box .item li {
	width: calc(100% / 6);
	text-align: center;
	line-height: 1.3;
	padding-top: 68px;
	margin-bottom: 10px;
}
#top_system .box .item li:nth-child(1) {
	background: url(../../img/grestad/ic1.jpg) no-repeat center top;
	background-position: center 12px;
}
#top_system .box .item li:nth-child(2) {
	background: url(../../img/grestad/ic2.jpg) no-repeat center top;
}
#top_system .box .item li:nth-child(3) {
	background: url(../../img/grestad/ic3.jpg) no-repeat center top;
	background-position: center 5px;
}
#top_system .box .item li:nth-child(4) {
	background: url(../../img/grestad/ic4.jpg) no-repeat center top;
}
#top_system .box .item li:nth-child(5) {
	background: url(../../img/grestad/ic5.jpg) no-repeat center top;
}
#top_system .box .item li:nth-child(6) {
	background: url(../../img/grestad/ic6.jpg) no-repeat center top;
	background-position: center 8px;
}
#top_system .box .item li:nth-child(7) {
	background: url(../../img/grestad/ic7.jpg) no-repeat center top;
}
#top_system .box .item li:nth-child(8) {
	background: url(../../img/grestad/ic8.jpg) no-repeat center top;
	background-position: center 5px;
}
#top_system .box .item li:nth-child(9) {
	background: url(../../img/grestad/ic9.jpg) no-repeat center top;
	background-position: center 5px;
}
#top_system .box .item li:nth-child(10) {
	background: url(../../img/grestad/ic10.jpg) no-repeat center top;
}
#top_system .box .item li:nth-child(11) {
	background: url(../../img/grestad/ic11.jpg) no-repeat center top;
	background-position: center 5px;
}

#top_schedule {
	padding: 80px 0 50px;
	background: url(../../img/grestad/bg02.jpg) no-repeat right top;
}
#top_schedule .read {
	font-size: 24px;
	text-align: center;
	color: #514639;
	margin-bottom: 30px;
}
#top_schedule .up_date {
	font-size: 14px;
	text-align: right;
	margin-top: 20px;
}

#top_reservation {
	background: url(../../img/grestad/bg02.png) no-repeat left top, url(../../img/grestad/bg03.jpg) no-repeat center/cover;
	padding: 80px 0 70px;
}
#top_reservation .w_btn {
	max-width: 600px;
	margin: 60px auto 40px;
}
#top_reservation .w_btn a {
	display: block;
	transition: .4s ease;
	border-radius: 50px;
	text-align: center;
	font-size: 17px;
	height: 70px;
	border: solid 2px #221714;
	background: #fff url(../../img/grestad/blank.svg) no-repeat center right 30px;
	line-height: 1.3;
	padding-top: 8px;
}
#top_reservation .w_btn a span {
	display: block;
	font-size: 22px;
}
#top_reservation .w_btn a:hover {
	background-color: #d3d1d0;
}
#top_reservation .box h3 {
	background: #221714;
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding: 15px;
	border-radius: 20px 20px 0 0;
}
#top_reservation .box .inner {
	color: #514639;
	background: #fff;
	padding: 40px 80px;
	border-radius: 0 0 20px 20px;
}
#top_reservation .notes {
	color: #fff;
	line-height: 1.4;
	margin-bottom: 50px;
}
#top_reservation .box2 {
	background: #fff;
	border-radius: 20px;
	padding: 40px 140px;
}
#top_reservation .box2 h3 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 25px;
}
#top_reservation .box2 .read {
	line-height: 1.5;
	margin-bottom: 25px;
}
#top_reservation .box2 .table {
	border-top: solid 1px #514639;
}
#top_reservation .box2 .table li {
	border-bottom: solid 1px #514639;
	padding: 12px 0 13px;
}
#top_reservation .box2 .table li:first-child .flex .detail {
	top: auto;
}
#top_reservation .box2 .table .text {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
}
#top_reservation .box2 .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#top_reservation .box2 .flex .ttl {
	text-align: right;
	font-size: 18px;
	padding-left: 24px;
	margin-right: 60px;
	width: 280px;
}
#top_reservation .box2 .flex .detail {
	line-height: 1;
	padding-left: 30px;
	position: relative;
	top: -3px;
}
#top_reservation .box2 .flex .num {
	position: relative;
	top: 2px;
	color: #86b832;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 30px;
	margin-left: 5px;
}
td#calendarTabs1 div.ui-rtsr-selected, div.view-cap, div.view-container-border {
  background-color: #6fc536 !important;
}
input , select , textarea , button{
font-size: 100%;
font-family: inherit;
}

.form_table{
	font-size: 15px;
}

.form_table th,
.form_table td{
	padding-bottom: 25px;
}

.form_table th{
	width: 190px;
	padding-right: 40px;
}

.form_table .mfp_element_all{
	width: 100%;
	max-width: 100%;
}

.form_table .mfp_element_all.mw230{
	max-width: 230px;
}


.form_table .mfp_element_all.mw90{
	max-width: 90px;
}


.form_table .mfp_element_all.mw50{
	max-width: 50px;
}

.form_table th.vt{
	vertical-align: top;
	padding-top: 10px;
}

.form_table .mail_desc{
	margin-top: 5px;
}

.form_table .pay_desc{
	margin-top: 10px;
}

.form_table .address_list input,
.form_table .address_list select{
	display: inline-block;
}

.form_table .address_list span{
	display: inline-block;
	width: 100px;
}

.form_table .address_list li:not(:first-child) input{
	width: calc(100% - 110px);
}

.form_table .address_list li{
	margin-bottom: 8px;
}

.form_table .name{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.form_table .name li{
	width: 47%;
}

.form_table .name span{
	display: inline-block;
	text-align: right;
	width: 40px;
	padding-right: 5px;
}

.form_table .name input{
	display: inline-block;
	width: calc(100% - 40px);
}

.form_table .date select{
	display: inline-block;
	background-position: center right 3px;
}

.form_table .first_line{
	display: inline;
	margin-right: 10px;
}

input[type=text],input[type=tel],input[type=email],textarea,select{
	border: solid 1px #e8e8e8;
	background: #f7f7f7;
	width: 100%;
	display: block;
	padding: 9px 10px;
}

textarea{
	width: 100% !important;
	height: 100px !important;
	resize: vertical;
}


select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  background: #f7f7f7 url(../../img/grestad/arrow.jpg) no-repeat right 13px center;
  padding-right: 32px;
}

#mailformpro .form_notes{
	text-align: center;
	margin: 20px 0 30px;
}

#mailformpro .form_notes a{
	text-decoration: underline;
}

#mailformpro .w_check{
	padding-left: 190px;
}

#mailformpro .w_check a{
	text-decoration: underline;
}

#mailformpro .w_check .checkbox:after{
	border-color: #000;
}
#mailformpro .radio, #mailformpro .checkbox {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: linear 0.2s;
	-o-transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	transition: linear 0.2s;
	position: relative;
	display: inline-block;
	padding: 0 0 0 26px;
	vertical-align: middle;
	cursor: pointer;
}

#mailformpro .radio:after, #mailformpro .checkbox:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -8px;
	width: 14px;
	height: 14px;
	content: '';
	background: #fff;
	border: solid 1px #ccc;
}

#mailformpro .radio:after {
	border-radius: 50%;
}

#mailformpro .radio:before {
	-moz-transition: linear 0.2s;
	-o-transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	transition: linear 0.2s;
	position: absolute;
	top: 50%;
	left: 3px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #86b832;
	content: '';
	opacity: 0;
	z-index: 10;
}

#mailformpro .checkbox:before {
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
	position: absolute;
	top: 50%;
	left: 4px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #86b832;
	border-bottom: 3px solid #86b832;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 10;
}

#mailformpro input[type=radio]:checked + input + .radio:before,
#mailformpro input[type=radio]:checked + div + .radio:before,
#mailformpro input[type=radio]:checked + input + div + .radio:before,
#mailformpro input[type=radio]:checked + .radio:before,
#mailformpro input[type=checkbox]:checked + input + .checkbox:before,
#mailformpro input[type=checkbox]:checked + div + .checkbox:before,
#mailformpro input[type=checkbox]:checked + input + div + .checkbox:before,
#mailformpro input[type=checkbox]:checked + .checkbox:before,
#mailformpro #agree input[type=checkbox]:checked + input + .checkbox:before {
	opacity: 1;
}

#submit_btn{
	display: block;
	width: 100%;
	max-width: 380px;
	margin: 40px auto 20px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	border-radius: 50px;
	line-height: 70px;
	height: 70px;
	background: #86b832 url(../../img/grestad/arrow4.svg) no-repeat center right 30px;
	border: none;
	cursor: pointer;
	transition: .4s ease;
}

#submit_btn:hover{
	background: #221714 url(../../img/grestad/arrow4.svg) no-repeat center right 30px;
}
.mr25{
	margin-right: 25px !important;
}

#comp{
	padding: 50px 3%;
}

#under_bg{
	background: #a7a2a1 url(../../img/grestad/bg04.jpg) no-repeat right top;
	padding: 50px 0 100px;
}

#under_bg .box{
	background: #fff;
	border-radius: 20px;
	padding: 65px 50px 60px;
}

#under_bg .box .ttl01{
	margin-bottom: 70px;
}

.post_list{
	border-top: solid 1px #221714;
}

.post_list li{
	border-bottom: solid 1px #221714;
}

.post_list li a{
	transition: .4s ease;
	display: block;
	padding: 15px 28px;
}

.post_list a:hover{
	opacity: 0.6;
}

.post_list .date{
	color: #969696;
	margin-right: 30px;
}

#bread{
	margin-bottom: 40px;
}

#bread li{
	display: inline-block;
}

#bread li:after{
	content: '>';
	display: inline-block;
	margin: 0 5px 0 10px;
}

#bread li:last-child:after{
	content: none;
}

#bread a{
	color: #625450;
}

.pager{
	text-align: center;
	margin-top: 30px;
}

.pager .wp-pagenavi{
	display: flex;
	align-items: center;
	justify-content: center;
}

.pager a,
.pager span{
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	text-align: center;
	border: solid 1px #221714;
	height: 42px;
	line-height: 40px;
	min-width: 40px;
	padding: 0 10px;
	margin: 0 5px;
}

.pager a{
	background: #fff;
}

.pager a:hover{
	background: #221714;
	color: #fff;
}

.pager span{
	background: #221714;
	color: #fff;
}

.nextpostslink:before{
	display: block;
	content: '次の10件へ';
	padding: 0 5px;
}

.previouspostslink:before{
	display: block;
	content: '前の10件へ';
	padding: 0 5px;
}

.ttl03{
	font-size: 30px;
	border-bottom: solid 1px #221714;
	padding: 0 35px 20px;
	line-height: 1.4;
}

.post_content{
	padding: 35px 10px;
}

.post_content p{
	margin: 1.5em 0;
}
.post_content p:first-child{
	margin-top: 0;
}
.post_content p:last-child{
	margin-bottom: 0;
}

#single_pager {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 470px;
	margin: 30px auto 0;
}

#single_pager li{
	width: 130px;
}


#single_pager a{
	transition: .4s ease;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	text-align: center;
	border: solid 1px #221714;
	height: 42px;
	line-height: 40px;
	padding: 0 10px;
	margin: 0 5px;
	background: #fff;
}

#single_pager a:hover{
	background: #221714;
	color: #fff;
}

@media only screen and (max-width: 1280px) {
	header {
		padding-left: 3%;
	}

	#mv {
		padding-left: 3%;
	}

	#top_about {
		padding: 95px 3%;
	}

	#top_use_case .flex .w_text {
		width: 50%;
	}
	#top_use_case .flex.left:after,
	#top_use_case .flex.right:before {
		padding: 22% calc(50% - 30px) 0 0;
	}
	#top_use_case .flex.left {
		margin-bottom: 40px;
	}
	#top_use_case .flex.left .w_text {
		padding-left: 3%;
	}
	#top_use_case .flex.right .w_text {
		padding-right: 3%;
	}
}
@media only screen and (min-width: 1181px) {
	header #g_nav {
		display: block !important;
	}
}
@media only screen and (max-width: 1180px) {
	.header_adj {
		padding-top: 60px;
		margin-top: -60px;
	}

	body {
		padding-top: 60px;
	}

	header {
		height: 60px;
	}
	header #logo {
		width: 240px;
	}
	header #btn_contact a {
		background-position: center 20px;
		padding-top: 54px;
		width: 80px;
		height: 80px;
		font-size: 10px;
	}
	header #g_nav {
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		background: rgba(34, 23, 20, 0.8);
		display: none;
	}
	header #g_nav ul {
		padding: 0;
	}
	header #g_nav ul li {
		display: block;
		margin: 0;
		border-bottom: solid 1px rgba(255, 255, 255, 0.5);
	}
	header #g_nav ul li:last-child {
		border-bottom: none;
	}
	header #g_nav ul a {
		display: block;
		color: #fff;
		padding: 10px 3%;
	}

	#sp_menu {
		position: absolute;
		right: 100px;
		display: block;
		width: 40px;
		cursor: pointer;
		top: 15px;
	}
	#sp_menu.open span:nth-child(1) {
		transform: rotate(45deg);
		top: 13px;
	}
	#sp_menu.open span:nth-child(2) {
		opacity: 0;
	}
	#sp_menu.open span:nth-child(3) {
		top: -13px;
		transform: rotate(-45deg);
	}
	#sp_menu span {
		position: relative;
		transition: .4s ease;
		display: block;
		height: 3px;
		background: #86b832;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 1001px) {
	.w1000_block {
		display: none;
	}
}
@media only screen and (max-width: 1000px) {
	.w1000 {
		padding: 0 3%;
	}

	.w1000_block {
		display: block;
	}

	footer .flex {
		display: block;
	}
	footer .flex .left,
	footer .flex .right {
		width: 100%;
	}
	footer .flex .left {
		padding: 70px 40px;
		text-align: center;
	}
	footer .flex .info {
		padding-left: 0;
	}
	footer .flex .bottom p {
		padding-left: 0;
	}
	footer .gmap {
		height: 0;
		padding-bottom: 55%;
	}

	#top_news .w1000 {
		position: relative;
		display: block;
	}
	#top_news h2 {
		text-align: center;
		padding: 0;
	}
	#top_news .info .date,
	#top_news .info .text {
		display: block;
	}
	#top_news .w_btn {
		position: absolute;
		right: 3%;
		top: 3px;
	}

	#top_about .w1280 {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	#top_about .w1280 > div {
		width: 100%;
	}
	#top_about .w_text {
		text-align: center;
		padding-left: 0;
		margin-bottom: 50px;
	}
	#top_about #about_slide {
		max-width: 640px;
		margin: 0 auto;
	}

	#top_use_case .flex {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#top_use_case .flex {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		color: #514639;
	}
	#top_use_case .flex .w_text {
		width: 100%;
		padding: 0 3%;
		margin-bottom: 20px;
	}
	#top_use_case .flex.left:after,
	#top_use_case .flex.right:before {
		padding: 46% 97% 0 0 !important;
	}
	#top_use_case .flex.left:after {
		margin-left: auto;
	}
	#top_use_case .flex.right {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	#top_use_case .flex.right:before {
		margin-right: auto;
	}

	#top_system .box {
		padding: 50px;
	}
	#top_system .box .item li {
		width: calc(100% / 4);
	}
	#top_system .box .item:after {
		width: calc(100% / 4);
	}

	#top_reservation .box2 {
		padding: 40px 50px;
	}
	#top_reservation .box2 .flex .ttl {
		margin-right: 0;
		padding-left: 0;
		width: 220px;
	}
	#under_bg .box{
		padding: 30px;
	}
	.ttl03{
		font-size: 24px;
	}
}
@media only screen and (max-width: 767px) {
	.sp_none {
		display: none;
	}

	.sp_block {
		display: block;
	}

	body {
		font-size: 14px;
		padding-top: 50px;
	}

	#mv_sp {
		display: block;
	}

	#mv_pc {
		display: none;
	}

	header {
		height: 50px;
	}
	header #logo {
		width: 195px;
		padding-top: 10px;
	}
	header #btn_contact a {
		width: 60px;
		height: 60px;
		background-size: 15px auto;
		background-position: center 17px;
		padding-top: 40px;
		border-radius: 0 0 0 10px;
	}
	header #btn_contact span {
		transform: scale(0.8);
		display: inline-block;
	}
	header #g_nav {
		top: 50px;
	}

	#sp_menu {
		width: 32px;
		right: 70px;
		top: 12px;
	}
	#sp_menu.open span:nth-child(1) {
		top: 11px;
	}
	#sp_menu.open span:nth-child(3) {
		top: -11px;
	}
	#sp_menu span {
		margin-bottom: 8px;
	}

	.header_adj {
		padding-top: 50px;
		margin-top: -50px;
	}

	#mv {
		padding-left: 0;
	}

	#top_news {
		padding: 15px 0;
	}
	#top_news h2 {
		font-size: 18px;
	}
	#top_news .info .date {
		font-size: 13px;
	}
	/*#top_news .w_btn {
		right: calc(3% - 6px);
	}
	#top_news .w_btn a {
		transform: scale(0.8);
	}*/

	#top_three_btn {
		padding: 18px 0;
	}
	#top_three_btn ul {
		display: block;
	}
	#top_three_btn ul li {
		width: 100%;
		max-width: 220px;
		margin: 0 auto 12px;
	}
	#top_three_btn ul li:last-child {
		margin-bottom: 0;
	}
	#top_three_btn ul a {
		font-size: 14px;
		height: 40px;
		line-height: 36px;
		background-size: 6px auto;
	}

	#top_about {
		padding: 35px 0;
	}
	#top_about .w_text {
		text-align: left;
		padding: 0 3%;
		margin-bottom: 30px;
	}
	#top_about .w_text h2 {
		font-size: 18px;
	}
	#top_about .w_text h2 img {
		width: 140px;
	}
	#top_about #about_slide {
		padding: 0 3%;
	}
	#top_about #about_slide .slick-prev,
	#top_about #about_slide .slick-next {
		padding: 44px 25px 0 0;
		margin-top: -22px;
	}
	#top_about #about_slide .slick-prev {
		left: 0;
	}
	#top_about #about_slide .slick-next {
		right: 0;
	}
	#top_about #about_slide .slide p {
		padding: 10px;
	}

	#top_use_case {
		padding: 55px 0 40px;
		background-size: 310px auto;
	}
	#top_use_case .read {
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 5px;
	}
	#top_use_case .read img {
		position: relative;
		width: 95px;
		margin-right: 5px;
		top: -15px;
	}
	#top_use_case .flex .scene {
		font-size: 18px;
		margin-bottom: 3px;
	}
	#top_use_case .flex .scene span {
		font-size: 10px;
	}
	#top_use_case .flex h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	#top_use_case .flex h3 span {
		min-width: 190px;
	}
	#top_use_case .flex h3 span:before,
	#top_use_case .flex h3 span:after {
		width: 1px;
		height: 25px;
		top: 4px;
	}
	#top_use_case .flex.left {
		margin-bottom: 20px;
	}
	#top_use_case .flex.left:after {
		background: url(../../img/grestad/img01_sp.jpg) no-repeat left top/100% auto;
		padding: 54% 96% 0 0 !important;
	}
	#top_use_case .flex.right:before {
		background: url(../../img/grestad/img02_sp.jpg) no-repeat left top/100% auto;
		padding: 54% 96% 0 0 !important;
	}

	#top_system {
		background-size: 260px auto;
		padding: 50px 0;
	}
	#top_system .ttl01 {
		margin-bottom: 40px;
	}
	#top_system .box {
		padding: 15px 12px;
	}
	#top_system .box .ttl02 {
		margin-bottom: 15px;
	}
	#top_system .box .table li {
		padding: 8px 0 12px;
	}
	#top_system .box .table .text {
		font-size: 10px;
		text-align: left;
	}
	#top_system .box .flex .ttl {
		font-size: 14px;
		line-height: 1.4;
	}
	#top_system .box .flex .ttl span {
		position: relative;
		top: 2px;
	}
	#top_system .box .flex .price {
		padding-left: 0;
		font-size: 11px;
	}
	#top_system .box .flex .num {
		font-size: 21px;
	}
	#top_system .box .notes {
		margin-top: 10px;
		text-align: left;
	}
	#top_system .box.facility {
		padding: 15px 12px 5px;
	}
	#top_system .box .item li {
		margin-bottom: 20px;
		width: calc(100% / 2);
		font-size: 13px;
	}
	#top_system .box .item li:after {
		width: calc(100% / 2);
	}

	#top_schedule {
		background-size: 320px auto;
		padding: 40px 0;
	}
	#top_schedule .read {
		font-size: 14px;
	}

	#top_reservation {
		background: url(../../img/grestad/bg02.png) no-repeat left top/320px auto, url(../../img/grestad/bg03.jpg) no-repeat center/cover;
		padding: 40px 0;
	}
	#top_reservation .w_btn {
		margin: 20px 0;
	}
	#top_reservation .w_btn a {
		font-size: 11px;
		background-size: 15px auto;
		height: 60px;
	}
	#top_reservation .w_btn a span {
		font-size: 15px;
		margin-bottom: 3px;
	}
	#top_reservation .box h3 {
		font-size: 14px;
		padding: 15px;
	}
	#top_reservation .box .inner {
		padding: 20px 12px;
	}
	#top_reservation .box2 {
		padding: 15px 12px;
	}
	#top_reservation .box2 h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#top_reservation .box2 .flex {
		display: block;
		padding-left: 10px;
	}
	#top_reservation .box2 .flex .ttl,
	#top_reservation .box2 .flex .detail {
		width: 100%;
	}
	#top_reservation .box2 .flex .ttl br,
	#top_reservation .box2 .flex .detail br {
		display: none;
	}
	#top_reservation .box2 .flex .ttl {
		font-size: 14px;
		text-align: left;
		margin-bottom: 5px;
	}
	#top_reservation .box2 .flex .detail {
		padding-left: 0;
		top: auto;
	}
	#top_reservation .box2 .flex .num {
		font-size: 21px;
	}
	#top_reservation .w_check{
		padding-left: 0;
	}
	.form_table{
		font-size: 14px;
	}
	.form_table th,
	.form_table td{
		display: block;
		width: 100%;
	}
	.form_table th{
		padding-bottom: 5px;
	}
	#mailformpro .form_notes{
		text-align: left;
	}
	.form_table .address_list span{
		display: block;
	}
	.form_table .name li{
		width: 48%;
	}
	.form_table .address_list li:not(:first-child) input{
		width: 100%;
	}
	.form_table .first_line{
		display: block;
		margin-bottom: 10px;
	}
	#submit_btn{
		font-size: 18px;
		height: 50px;
		line-height: 50px;
	}
	footer #pt {
		width: 40px;
		bottom: 20px;
	}
	footer .flex .left {
		padding: 40px 3%;
	}
	footer small {
		padding: 15px 0;
	}
	
	.ttl01 {
		font-size: 21px;
	}
	.ttl01:after {
		width: 30px;
		margin-left: -15px;
		height: 3px;
	}

	.ttl02 .en {
		padding: 0 22px;
		font-size: 21px;
		background-size: 10px auto;
	}

	.g-calendar {
		padding-bottom: 120%;
	}
	#under_bg .box .ttl01{
		margin-bottom: 30px;
	}
	#under_bg{
		background-size: 280px auto;
		padding-bottom: 50px;
		font-size: 14px;
	}
	.post_list span{
		display: block;
	}
	.post_list li a{
		padding: 10px 5px;
	}
	.ttl03{
		font-size: 16px;
		padding: 0 10px 10px;
	}
	#under_bg .box{
		padding: 15px;
	}
	.post_content{
		padding: 10px;
	}
	#single_pager li{
		width: 100px;
	}
	#single_pager a{
		font-size: 13px;
	}
}

@media only screen and (max-width: 340px) {
	#top_system .box .flex .ttl{
		width: 45%;
	}
	#top_system .box .flex .price{
		width: 55%;
	}
}







/* 全体 */
.form-wrap {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}

/* タイトル（黒帯） */
.form-title {
  margin: 0;
  padding: 18px 20px;
  background: linear-gradient(90deg, #2b1e1a, #1a1412);
  color: #fff;
  text-align: center;
  font-size: 20px;
  letter-spacing: .08em;
}

/* 注意文 */
.form-note {
  padding: 24px 40px 10px;
  font-size: 14px;
  color: #333;
}

/* 1行 */
.form-row {
  display: flex;
  padding: 20px 40px;
  border-bottom: 1px solid #eee;
}

.form-row:last-child {
  border-bottom: none;
}

/* 左ラベル */
.form-row > label {
  width: 220px;
  font-size: 15px;
  color: #3a2a25;
  padding-top: 12px;
}

.form-row .req {
  color: #b60000;
  margin-left: 4px;
}

/* 右入力エリア */
.form-row .wpcf7-form-control-wrap {
  width: 100%;
}

/* input共通 */
.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="tel"],
.form-row select,
.form-row textarea {
  width: 100%;
  height: 44px;
  padding: 8px 12px;
  border: 1px solid #e2e2e2;
  background: #fafafa;
  font-size: 15px;
  border-radius: 4px;
  box-sizing: border-box;
}

.form-row textarea {
  height: 120px;
  resize: vertical;
}

/* フォーカス */
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: #8c6a5d;
  background: #fff;
}

/* 姓・名 横並び */
.name-wrap {
  display: flex;
  gap: 24px;
  width: 100%;
}

.name-wrap > div {
  flex: 1;
}

.wpcf7-not-valid-tip,
.name-wrap span {
  display: inline-block;
    font-size: 12px !important;
  margin-bottom: 6px;
  color: #dc3232;
}

/* チェック・ラジオ */
#top_reservation input[type="checkbox"],
#top_reservation input[type="radio"] {
  margin-right: 6px;
}



/* 規約同意 */
.form-agree {
    padding: 20px 40px;
    font-size: 14px;
    background: #f4f4f4;
}

.form-agree a {
  color: #a40000;
  text-decoration: underline;
}
.form-agree .inner {
    background: #fff;
    padding: 2%;
    border-radius: 10px;
    text-align: center;
}


/* 送信ボタン */
.wpcf7-submit {
  display: block;
  width: 320px;
  margin: 30px auto 40px;
  height: 52px;
  background: #86b832;
  color: #fff;
  border: none;
  border-radius: 26px;
  font-size: 16px;
  letter-spacing: .1em;
  cursor: pointer;
  transition: .3s;
}

.wpcf7-submit:hover {
  opacity: .85;
    background: #2b1e1a;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  color: #b60000;
}
.wpcf7-response-output {
    color: red;
}


/* スマホ */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    padding: 16px 20px;
  }

  .form-row > label {
    width: 100%;
    padding-bottom: 8px;
  }

  .name-wrap {
    flex-direction: column;
    gap: 12px;
  }
}
.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"] {
  appearance: auto !important;
  -webkit-appearance: radio !important;
  outline: auto;
}

/* テキストボックスを初期状態で非表示 */
.checkbox-sample .has-free-text .wpcf7-free-text {
  display: none;
}

/* チェックが入ったら表示 */
.checkbox-sample .has-free-text input[type="checkbox"]:checked ~ .wpcf7-free-text {
  display: inline-block;
}





.form-label {
    width: 30%;
}
.form-field {
    width: 70%;
    text-align: left;
}

.form-row.purpose_select .wpcf7-list-item {
    width: 20%;
}




.zipaddr{}
.zipaddr-pref{}
.zipaddr-city{}
.zipaddr-address{}

.address-field p {
    display: flex;
    align-content: center;
    padding: 0 0 5%;
}

.address-field p span.icon {
    padding: 10px 1% 0 0;
}

.datetime-wrap input{
    width: 100%;
    height: 44px;
    padding: 8px 12px;
    border: 1px solid #e2e2e2;
    background: #fafafa;
    font-size: 15px;
    border-radius: 4px;
    box-sizing: border-box;
}

.datetime-wrap p {
    display: flex;
}


.datetime-wrap p input {
    width: 80%;
}

.datetime-wrap span.datetime-tilde {
    padding: 7px 2% 0;
}

p.s {
    font-size: 70%;
    color: #616161;
}


.form-row.purpose_select .wpcf7-list-item.last {
    display: block;
}


.form-row.purpose_select .wpcf7-list-item.last input[type="text"] {
    width: 80%;
    float: right;
}


.form-row .wpcf7-list-item {
  margin: 2% 1%;
}

.form-row.purpose_select .wpcf7-list-item {
    width: 20%;
}
.form-row.purpose_select .wpcf7-list-item.last {
    width: 100%;
}








/* スマホ */
@media (max-width: 768px) {

.form-label {
    width: 100%;
}
.form-field {
    width: 100%;
}	
.form-row.purpose_select .wpcf7-list-item {
    width: 48%;
}
.form-row.purpose_select .wpcf7-list-item.last input[type="text"] {
    width: 100%;
    float: left;
    margin: 8px 0 0;
}

.datetime-wrap p input {
    width: 100%;
    font-size: 12px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.select{
    font-size: 12px;
}
	
p.form_notes {
    margin: 0 0 20px;
}
	
	
	
	
}