@charset "UTF-8";
/*
Theme Name: makibanoie
Theme URI: https://makibanoie.com/
Author: One-X
Author URI: https://one-x.co.jp/
Version: 1.0
*/
/** default setting **********************************************************/
*, *:before, *:after {
	margin: 0; padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 0;
	min-width : 0;
}
body {
	color: #000;
	font-size: 13px;
	line-height: 1.75;
	font-family: 'Zen Old Mincho', -apple-system, BlinkMacSystemFont, serif;
	background: #fff;
	font-weight: 400;
	letter-spacing: -0.001em;
	text-align: center;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	position: relative;
	word-wrap: break-word;
	overflow-x: hidden;
}
.no-scroll { overflow: hidden;}

#wrapper { width: 100%; overflow-x: hidden;}

.en { font-family: "EB Garamond", serif;}
.zen { font-family: "Zen Maru Gothic", serif; font-weight: 500;}

a { color: #382011; text-decoration: none;}
a:active { color: #081316; text-decoration: underline;}
a:visited { color: #382011;}

h1,h2,h3,h4,h5 { line-height: 1.5;}
img { border: none; max-width: 100%; height: auto;}
table,th,td,input,select,textarea { font-size: inherit; font-family: inherit;}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: solid 1px #382011;
	border-left: solid 1px #382011;
	width: 100%;
}
dl dd table,
dl dd table th,
dl dd table td { width: auto;}
table th {
	padding: 15px;
	background: #E0DBCF;
	border-bottom: solid 1px #707070;
	width: 30%;
}
table thead th {
	min-width: 80px;
	font-weight: normal;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
	border-right: solid 1px #707070;
}
table td {
	padding: 5px;
	background: #fff;
	border-bottom: solid 1px #707070;
	border-right: solid 1px #707070;
	width: 70%;
}
table ul, table ol { margin: 0; padding-left: 1.35rem;}
table ol { margin-left: 1.5em;}
p:empty { margin-bottom: 0;}

.normal-weight { font-family: 400!important;}
.bold { font-weight: 700!important;}
.mediumbold { font-weight: 500!important;}
.large { font-size: 18px!important;}
.x-large { font-size: 20px!important;}
.xx-large { font-size: 23px!important;}
.normal { font-size: 16px!important;}
.small { font-size: 12px!important;}
.medium { font-size: 14px!important;}

.max-390 { max-width: 390px; margin: 0 auto;}
.max-680 { max-width: 680px; margin: 0 auto;}
.max-890 { max-width: 890px; margin: 0 auto;}
.mb-6 { margin-bottom: 80px!important;}
.py-6 { padding-top: 80px; padding-bottom: 80px;}
.pt-6 { padding-top: 80px;}
iframe { vertical-align: bottom;}
.grecaptcha-badge { visibility: hidden;}
.thumb img { width: 100%;}
/* color */
.color-white { color: #fff!important;}
.bg-black { background: #000;}
.bg-beige { background: #E0DBCF;}

/* headline */
.headline-en {
	font-family: "EB Garamond", serif;
	font-size: 15px;
	letter-spacing: 0.02em;
	text-align: center;
}
.headline-font16 {
	font-size: 15px;
	font-weight: 700;
}
.headline-font15 {
	font-size: 15px;
	font-weight: 400;
}
.headline-font14{
	font-size: 14px;
	font-weight: 700;
	color: #72623C;
}
.headline-font13 {
	font-size: 13px;
	font-weight: 400;
}
.headline-lineup {
	font-size: 14px;
	font-weight: 700;
}
.headline-border {
	font-size: 15px;
	font-weight: 700;
	border-bottom: solid 1px #fff;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-align: left;
}
.headline-border.border-black { border-color: #000;}
.headline-underline {
	font-size: 15px;
	font-weight: 700;
	position: relative;
	margin-bottom: 15px;
}
.headline-underline:after {
	content: "";
	width: 135px;
	border-bottom: solid 1px #fff;
	padding-bottom: 10px;
	display: block;
	margin: 0 auto;
}
.headline-underline.underline-black:after {
	border-color: #000;
}
.headline-kakomi {
	font-size: 13px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 15px;
}

/* button */
.btn-box a {
	border: solid 1px #fff;
	font-size: 15px;
	color: #fff;
	display: block;
	width: 122px;
	padding: 2px 0;
	margin: 0 auto;
	letter-spacing: 0.02em;
}
.btn-more {
	display: flex;
	justify-content: end;
}
.btn-more a {
	font-size: 13px;
	color: #000;
	text-align: left;
	display: block;
	width: 80px;
}
.btn-more.btn-more-white a { color: #fff;}
.btn-more a .arrow {
  position: relative;
  display: block;
  width: 80px;
  height: 1px;
  margin: 0;
  border-radius: 9999px;
  background-color: #000000;
  text-align: right;
}
.btn-more.btn-more-white a .arrow { background-color: #fff;}
.btn-more a .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.btn-more.btn-more-white a .arrow::before { background-color: #fff;}
.btn-lineup a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	margin: -15px auto 0;
}
.btn-lineup a .en {
	background: #000;
	color: #fff;
	padding: 0 10px;
	border: solid 1px #fff;
	border-right: none;
	height: 28px;
	width: 115px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-lineup a .ja {
	background: #FD50C1;
	font-size: 14px;
	font-weight: 800;
	padding: 0 10px;
	border: solid 1px #fff;
	border-left: none;
	height: 28px;
	width: calc((100% - 115px));
	justify-content: center;
	align-items: center;
}
.btn-lineup.btn-sauna a .ja {
	background: #FFBA00;
}
.btn-lineup.btn-camp a .ja {
	background: #76F55E;
}
.btn-lineup.btn-shop a .ja {
	background: #B391FF;
}
.btn-black a {
	width: 100%;
	max-width: 270px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}
.btn-green a {
	width: 270px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #8FE049;
	font-size: 15px;
}

/*** header ******************************************************/

header { position: relative;}
.header-nav-btn {
	background: #000;
	padding: 15px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.header-toggle-menu {
	cursor: pointer;
	width: 60px;
	height: 60px;
	position: fixed;
	top: 0px;
	right: 10px;
	z-index: 999;
}
.header-toggle-menu span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 16px;
	height: 3px;
	border-radius: 1px;
	background: #fff;
	width: 45%;
}
.sidenav .header-toggle-menu span {
	background: #000;
}
.header-toggle-menu span:nth-of-type(1) { top: 20px;}
.header-toggle-menu span:nth-of-type(2) { top: 27px;}
.header-toggle-menu span:nth-of-type(3) { top: 34px;}

.header-toggle-menu.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 35%;
}
.header-toggle-menu.active span:nth-of-type(2) { opacity: 0;}
.header-toggle-menu.active span:nth-of-type(3){
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 35%;
}


.header-nav {
	opacity: 0;
	width: 100%;
	height: 0px;
	padding: 70px 15px 15px;
	position: fixed;
	top: 0;
	left:0;
	transition: all .8s cubic-bezier(.26,.06,0,1);
	z-index: -1;
	visibility: hidden;
}
.header-nav.active {
	opacity: 1;
	width: 100%;
	height: 100vh;
	padding: 70px 15px 15px;
	overflow-y: scroll;
	background: #fff;
	z-index: 998;
	visibility: visible;
}
.header-nav ul { text-align: left;}
.header-nav ul li { font-size: 16px; margin-bottom: 15px;}
.header-nav ul li .en { font-size: 13px; display: block; line-height: 1;}
.header-nav nav { border-bottom: solid 1px #707070;}

.float-btn {
	position: fixed;
	right: 0;
	top: 190px;
	z-index: 100;
}


.mainvisual {
	position: relative;
	padding-top: 57px;
}
.mainvisual .top-mv .mvimg img {
	width: 100dvw;
}
.mainvisual .mv-logo {
	position: absolute;
	top: calc(50% - 56.5px);
	left: 30px;
}
.mainvisual .mv-logo2 {
	position: absolute;
	top: calc(50% - 72.5px);
	left: 30px;
}
.mainvisual .mv-before {
	position: absolute;
	top: 72px;
	left: 30px;
	color: #fff;
	font-size: 10px;
	text-align: left;
}
.mainvisual .mv-after {
	position: absolute;
	bottom: 15px;
	left: 30px;
	color: #fff;
	font-size: 10px;
	text-align: left;
}
.index-concept {
	background: #000;
}
.index-concept h2 { font-size: 16px;}
.index-concept h2 span { font-size: 13px;}
.index-news,
.index-about  {
	background: #E0DBCF;
}
.tab-btn {
	width: 90px;
	border: solid 1px #707070;
	background: #fff;
	border-radius: 8px;
	flex: 0 0 auto; /* 横並び固定（縮まない） */
	cursor: pointer;
}
.tab-btn a { display: block;}
.tab-list {
  overflow-x: auto;        /* 横スクロール有効 */
  overflow-y: hidden;
  white-space: nowrap;     /* 折り返し防止 */
  -webkit-overflow-scrolling: touch; /* スマホでスムーズに */
  scroll-behavior: smooth;

  /* スクロールバー非表示 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE, Edge */
}

.tab-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.tab-list::-webkit-scrollbar {
  display: none;
}
.tab-body li {
	border-bottom: solid 1px #707070;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: nowrap;
}
.tab-body li .datetime {
	width: 80px;
}
.tab-body li .title {
	overflow: hidden;          /* 溢れた部分を隠す */
	text-overflow: ellipsis;   /* 溢れた部分を「...」にする */
	white-space: nowrap; 
}
.index-winary,
.index-camp,
.index-sauna,
.index-wineshop {
	background: #000;
	color: #fff;
}
.index-winary h2,
.index-villa h2,
.index-camp h2,
.index-dogrun h2,
.index-sauna h2,
.index-restaurant h2,
.index-wineshop h2,
.index-access h2,
.index-contact h2,
.index-about h2,
.index-activity h2 { font-size: 16px;}
.message-box {
	padding: 0 40px;
	margin: 0 auto;
}
.index-access {
	background: #E0DBCF;
}

#page .index-news { padding-top: 80px;}
.info-list .category a {
	width: 90px;
	display: block;
	border: solid 1px #707070;
	background: #fff;
	border-radius: 8px;
	text-align: center;
}
.info-list .datetime { font-size: 12px;}
.info-list .thumb { margin-bottom: 10px;}
.info-list .thumb img { 
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16/9;
}
.pagenation .wp-pagenavi {
	border: none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: center;
}
.pagenation .wp-pagenavi li {
	list-style: none;
	display: inline-block;
	border-left: none;
	margin-right: 10px;
}
.pagenation .wp-pagenavi span { font-weight: bold;}
.pagenation .wp-pagenavi span.extend { display: none;}
.pagenation .wp-pagenavi span,
.pagenation .wp-pagenavi a {
	display: block;
	font-size: 18px;
	width: 45px;
	line-height: 45px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	border: solid 1px #382011;
	background: #fff;
	transition-duration: 0.3s;
}
.pagenation .wp-pagenavi span.current {
	background: #382011;
	color: #fff;
}
.pagenation .wp-pagenavi a:active {
	background: #382011;
	color: #fff;
	text-decoration: none;
}
.pagenation .wp-pagenavi li:last-child { display: none;}
.pagenation .wp-pagenavi li.pages { display: none;}
.archive-list {
	font-size: 15px;
}
.archive-list li:after {
	content: "▼";
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
}
.page-winary {
	background: url(images/bg_winary.jpg) no-repeat 50% 50% / cover;
	padding: 80px 15px 40px;
}
.page-villa {
	background: url(images/bg_villa.jpg) no-repeat 50% 50% / cover;
	padding: 80px 15px 40px;
}
.page-camp {
	background: url(images/bg_camp.jpg) no-repeat 50% 50% / cover;
	padding: 80px 15px 40px;
}
.page-dogrun {
	background: url(images/bg_dogrun.jpg) no-repeat 50% 50% / cover;
	padding: 80px 15px 40px;
}
.page-sauna {
	background: url(images/bg_sauna.jpg) no-repeat 50% 50% / cover;
	padding: 80px 15px 40px;
}
.page-restaurant {
	background: url(images/bg_restaurant.jpg) no-repeat 50% 50% / cover;
	padding: 80px 15px 40px;
}
.page-shop {
	background: url(images/bg_shop.jpg) no-repeat 50% 50% / cover;
	padding: 80px 15px 40px;
}
.page-activity {
	background: url(images/bg_activity.jpg) no-repeat 50% 50% / cover;
	padding: 80px 15px 40px;
}
.page-message {
	background: url(images/bg_message.jpg?ver=20260331) no-repeat 50% 0% / cover;
	padding: 80px 15px 80px;
	overflow: hidden;
	position: relative;
}
.page-message:before {
	content: "";
	background: rgb(0,0,0,0.1);
	background-blend-mode: multiply;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
}
.page-message p {
	color: #fff;
	text-shadow: 0 4px 10px rgba(0,0,0,0.5);
	position: relative;
	z-index: 2;
}
.white-box {
	background: rgba(255,255,255,0.85);
	max-width: 335px;
	margin: 0 auto;
	padding: 20px 35px;
}
.underline { position: relative;}
.underline:after {
	content: "";
	width: 55px;
	border-bottom: solid 1px #000;
	display: block;
	padding-bottom: 5px;
	margin:0 auto 5px;
}
.underline-w:after { border-color: #fff;}
.photo-left {
	margin-left: calc(50% - 50vw);
	position: relative;
}
.photo-right {
	margin-right: calc(50% - 50vw);
	position: relative;
}
.winary-message-body {
	padding-left: 30px;
}
.winary-lineup {
	background: #000;
}
.lineup-list {
	padding: 0 30px;
}
.lineup-list .thumb img { width: 100%;}
.modal-container {
	display: none;
}
.modal-container {
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	z-index: 130;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
}
.modal-container.active {
	opacity: 1;
	visibility: visible;
}
.modal-body {
	width: 90%;
	max-width: 390px;
	position: relative;
	background: #fff;
	padding: 30px;
}
.modal-body .modal-close {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 150;
}
.modal-concept .modal-body {
	background: #000;
	color: #fff;
}
.index-news .tab-bodys ul {
	max-width: 935px;
	margin: 0 auto;
}
.index-location .container { position: relative;}
.map-list li span {
	display: block;
	border-bottom: solid 1px #707070;
	text-align: left;
}
.map-img {
	position: relative;
	z-index: -1;
}
.index-acess .headline-font16 { font-size: 13px;}
.index-contact .form-label label { display: block;}
.index-contact input[type=text],
.index-contact input[type=tel],
.index-contact input[type=email],
.index-contact select,
.index-contact textarea {
	width: 100%;
	border: solid 1px #000;
	padding: 3px 5px;
}
.index-contact input.zip-code { width: 120px;}
.index-contact textarea { height: 260px;}
.index-contact .black-btn a {
	width: 100%;
	background: #000;
	color: #fff;
	padding: 3px 5px;
	display: block;
	text-align: center;
}
.btn-line a,
.index-contact input[type=reset] {
	width: 100%;
	background: #fff;
	color: #000;
	padding: 3px 5px;
	display: block;
	text-align: center;
	border: solid 1px #000;
}
.btn-yokoline a {
	width: 260px;
	background: transparent;
	color: #000;
	padding: 3px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: solid 1px #000;
}
.btn-yokoline .en {
	border-right:  solid 1px #000;
	width: 49%;
}
.btn-yokoline .ja {
	width: 50%;
}
.index-contact input[type=submit] {
	width: 100%;
	background: #B90101;
	color: #fff;
	padding: 3px 5px;
	display: block;
	text-align: center;
	border: none;
}
.index-contact .require {
	display: inline-block;
	background: #B90101;
	color: #fff;
	padding: 0 3px;
	margin:0 0 2px 4px;
	font-size: 10px;
}
.border-box {
	border: solid 1px #000;
	padding: 30px;
}
.page-logo {
	position: absolute;
	top: 15px;
	left: 15px;
}
.villa-forest,
.villa-dog {
	background: #000;
	color: #fff;
}
.btn-villa a { padding: 15px;}
.btn-villa a span { display: block;}
.btn-villa .thispage { background: #000; color: #fff;}
.villa-forest .message-box,
.villa-dog .message-box { max-width: 350px; margin: 0 auto;}
.villa-tbl,
.villa-tbl th,
.villa-tbl td { border: none; background: transparent;}
.villa-tbl th { padding: 0;text-align: left;vertical-align: top; font-weight: normal;}
.villa-tbl td { padding: 0;text-align: left;vertical-align: top;}
.villas-btn .btn-line { width: 170px;}
.btns .btn-line a { width: 270px; height: 45px; display: flex; justify-content: center; align-items: center; font-size: 15px;}
.headline-setsubi {
	font-size: 15px;
	font-weight: 700;
	background: url(images/icn_setsubi.png) no-repeat 0% 50% / 20px;
	padding: 3px 0 3px 25px;
}
.headline-wood {
	font-size: 15px;
	font-weight: 700;
	background: url(images/icn_wood.png) no-repeat 0% 50% / 20px;
	padding-left: 25px;
}
.headline-price {
	font-size: 15px;
	font-weight: 700;
	background: url(images/icn_price.png) no-repeat 0% 50% / 15px;
	padding-left: 25px;
}
.headline-gomi {
	font-size: 15px;
	font-weight: 700;
	background: url(images/icn_gomi.png) no-repeat 0% 50% / 20px;
	padding: 3px 0 3px 25px;
}
.headline-star {
	font-size: 15px;
	font-weight: 700;
	background: url(images/icn_star.png) no-repeat 0% 50% / 22px;
	padding: 3px 0 3px 25px;
}
.camp-label {
	position: absolute;
	top: 30px;
	left: 0;
	background: #E0DBCF;
	width: 180px;
	padding: 5px;
	font-size: 15px;
}
.tel-link {
	display: flex;
	justify-content: center;
}
.tel-link:before {
	content: "";
	width: 20px;
	height: 31px;
	background: url(images/icn_tel.png) no-repeat 0% 50% / 100%;
	display: inline-block;
	margin-right: 5px;
}
.tel-link .en {
	font-size: 25px;
	font-weight: 700;
	display: block;
	line-height: 1;
}
.dogrun-tbl {
	table-layout: fixed;
	width: 100%;
}
.tab-box { display: none;}
.tab-box.show { display: block;}
summary {
  display: block;
  list-style-type: none;
}
summary::marker {
  content: "";
}
summary::-webkit-details-marker {
  display: none;
}
summary:before {
	content: "＋";
	display: inline-block;
	margin-right: 5px;
}
.faq-tbl thead th { background: #000; color: #fff;}
.download-flow li {
	border: solid 1px #000;
	padding: 5px 10px;
	position: relative;
	margin-bottom: 15px;
}
.download-flow li+li:before {
	content: "";
	width: 4px;
	height: 15px;
	background: url(images/icn_flowarrow.png) no-repeat 50% 50% / 100%;
	text-align: center;
	display: block;
	position: absolute;
	top: -15px;
	left: calc(50% - 2px);
}
.photo-download img { width: 100%;}
.info-thumb img {
	width: 100%;
	height: 110px;
	object-fit: cover;
}
.camp-btns p { display: none;}
.contact-form p { margin-bottom: 0;}
.contact-form.sent { display: none;}
.contact-form br { display: none;}
.screen-reader-response { max-width: 890px; text-align: left;}
.clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 2行 */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.clamp.open {
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.js-clamp {
	cursor: pointer;
}
.villa-slide {
	margin: 0 -15px 15px;
}
.villa-slide img { width: 100%;}
.container { padding: 0 8%;}
.btns div+div { margin-top: 15px;}

footer {
	background: #000;
	color: #fff;
	position: relative;
}
footer a { color: #fff!important;}
.footer-address {
	font-size: 12px;
}
.footer-tel {
	background: url(images/footer_tel.png) no-repeat 0% 0% / 25px; 
	padding-left: 35px;
}
.footer-tel .en { font-size: 21px; display: block; line-height: 1;}
.footer-copyright {
	border-top: solid 1px #fff;
	padding-top: 10px;
	font-size: 9px;
	text-align: left;
}
.pagetop {
	position: absolute;
	bottom: 0;
	right: 0;
}
.footer-menulist {
	font-size: 16px;
}
.footer-menulist span.en {
	font-size: 13px;
	display: block;
	line-height: 1;
}
.footer-menulist li,
.footer-submenulist li {
	margin-bottom: 15px;
}

@media screen and ( min-width: 768px ) {
	.headline-en {
		font-size: 18px;
	}
	.headline-font16 {
		 font-size:18px;
	}
	.index-about h3.headline-font16,
	.modal-concept h2.headline-font16 { font-size: 13px;}
	.sidenav { width: 80px; height: 100dvh; position: fixed; right: 0; top: 0;}
	.maincontents { width: calc(100% - 80px); overflow-x: hidden;}
	.sidenav .sidenav-inner .header-snsnav {
		position: absolute;
		bottom: 30px;
		left: calc(50% - 11px);
	}
	.sidenav .header-nav {
		padding-top: 30px;
		max-width: 390px;
		right: 80px;
		left: auto;
		top: 0;
	}
	.mainvisual { padding-top: 0;}
	.mainvisual .mv-logo {
		position: absolute;
		top: calc(50% - 54px);
		left: calc(50% - 95px)
	}
	.mainvisual .mv-before {
		position: absolute;
		top: calc(50% + 80px);
		left: calc(50% - 133px);
		font-size: 17px;
	}
	.mainvisual .mv-after {
		position: absolute;
		top: calc(50% + 80px);
		bottom: auto;
		left: calc(50% + 40px);
		font-size: 17px;
	}
	.concept-btn {
		width: 390px;
		height: 81px;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		background: #000;
		color: #fff;
		margin: -81px auto 0;
		z-index: 110;
		position: relative;
	}
	.map-img { padding-bottom: 60px;}
	.map-list {
		max-width: 220px;
		position: absolute;
		top: 250px;
		right: 0px;
		font-size: 16px;
	}
	.map-list li span {
		padding: 5px 0;
	}
	.pc-slider section {
		width: 390px;
		height: 750px;
	}
	.pc-slider section img { width: 100%;}
	.wiary-message .slider img { width: 100%; height: 400px;object-fit: cover;}
	.wiary-message .photo-left img { border-radius: 0 30px 30px 0}
	.wiary-message .photo-right img { border-radius: 30px 0 0 30px;}
	.float-btn { top: calc(50% - 101px);}
	.villa-forest .message-box,
	.villa-dog .message-box { max-width: none;}
	.page-winary {
		background: url(images/bg_winery_pc.jpg) no-repeat 50% 50% / cover;
	}
	.page-villa {
		background: url(images/bg_villa_pc.jpg) no-repeat 50% 50% / cover;
	}
	.page-camp {
		background: url(images/bg_camp_pc.jpg) no-repeat 50% 50% / cover;
	}
	.page-dogrun {
		background: url(images/bg_dogrun_pc.jpg) no-repeat 50% 50% / cover;
	}
	.page-sauna {
		background: url(images/bg_sauna_pc.jpg) no-repeat 50% 50% / cover;
	}
	.page-restaurant {
		background: url(images/bg_restaurant_pc.jpg) no-repeat 50% 50% / cover;
	}
	.page-shop {
		background: url(images/bg_shop_pc.jpg) no-repeat 50% 50% / cover;
	}
	.page-activity {
		background: url(images/bg_activity_pc.jpg) no-repeat 50% 50% / cover;
	}
	.page-message {
		background: url(images/bg_message_pc.jpg?ver=20260331) no-repeat 50% 100% / cover;
	}
.btns div+div { margin-top: 0;}
}
@media screen and (min-width: 1024px){
	.map-img { padding-bottom: 0;}
	.map-list { 
		top: 380px;
		right: 150px;
	}
	.btn-line a:hover,
	.btn-green a:hover {
		background:#000;
		color: #fff;
		transition-duration: 0.5s;
	}
	.btn-black a:hover {
		background-color: #707070;
		transition-duration: 0.5s;
	}
	.info-list .title a:hover {
		text-decoration: underline;
	}
	a:hover img { opacity: 0.7; transition-duration: 0.5s;}
}