/*-----------------setting_css---------------------*/
/*-----------------/setting_css/---------------------*/
/*-----------------reset_css---------------------*/
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;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

a, img {
	color: #000;
	border-width: 0px;
	border-style: none;
	background: transparent;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

body {
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

img {
	width: 100%;
}

.h1Tag {
	display: none;
}

@media screen and (min-width: 769px) {
	._sp {
		display: none;
	}
	._pc {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	._sp {
		display: block;
	}
	._pc {
		display: none;
	}
}
.ib {
	display: inline-block;
}

main {
	overflow: hidden;
}
main p {
	line-height: 1.5em;
	letter-spacing: 0.15em;
}

body {
	font-family: "shippori", serif;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.imgbox {
	position: relative;
}
.imgbox .imgnote {
	position: absolute;
	font-size: 10px;
	right: 3px;
	bottom: 3px;
	text-shadow: 0 0 5px #000;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.01em;
}

.anno {
	font-size: 10px;
	letter-spacing: 0.01em;
}

.annobox {
	max-width: 1100px;
	margin: 0 auto;
	padding: 5vw;
}

img._pc {
	display: block !important;
}
img._sp {
	display: none !important;
}

br._tb {
	display: none;
}

@media screen and (max-width: 1200px) {
	br._tb {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	br._tb {
		display: none;
	}
	img._pc {
		display: none !important;
	}
	img._sp {
		display: block !important;
	}
}
@media screen and (max-width: 768px) {
	.flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	/*@media screen end*/
}
/*-----------------common---------------------*/
.com-ttl {
	font-size: 35px;
	font-size: clamp(18px, 5vw, 35px);
}
.com-lead--l {
	font-size: 30px;
	font-size: clamp(18px, 4vw, 30px);
}
.com-lead {
	font-size: 25px;
	font-size: clamp(15px, 3vw, 25px);
}
.com-lead--s {
	font-size: 20px;
	font-size: clamp(15px, 2.5vw, 20px);
}
.com-text--l {
	font-size: 18px;
	font-size: clamp(12px, 1.5vw, 18px);
}
.com-text {
	font-size: 15px;
	font-size: clamp(12px, 1.3vw, 15px);
}
.com-txt {
	font-size: 12px;
	font-size: clamp(10px, 1.1vw, 12px);
}

@media screen and (max-width: 768px) {
	.com-ttl {
		font-size: clamp(10px, 8vw, 35px);
	}
	.com-lead--l {
		font-size: clamp(10px, 5.5vw, 30px);
	}
	.com-lead {
		font-size: clamp(10px, 4.5vw, 25px);
	}
	.com-lead--s {
		font-size: clamp(10px, 4vw, 20px);
	}
	.com-text--l {
		font-size: clamp(10px, 3.8vw, 18px);
	}
	.com-text {
		font-size: clamp(10px, 3.5vw, 15px);
	}
	.com-txt {
		font-size: clamp(10px, 3vw, 12px);
	}
	/*@media screen end*/
}
.com-w800 {
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
}
.com-w1000 {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}
.com-w1200 {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.com-w1400 {
	width: 95%;
	max-width: 1400px;
	margin: 0 auto;
}
.com-min--vh100 {
	min-height: 100vh;
}

.com-imgbox {
	position: relative;
}
.com-imgnote {
	position: absolute;
	bottom: 3px;
	right: 3px;
	font-size: 10px;
	letter-spacing: 0.05em;
}
.com-notebox {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
@media screen and (max-width: 768px) {
	.com-notebox {
		padding: clamp(20px, 6vw, 50px) 0;
	}
}
.com-note {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	text-align: left;
}

.com-fs10 {
	font-size: 10px;
}
.com-fs12 {
	font-size: 12px;
}
.com-texR {
	text-align: right;
}
.com-texC {
	text-align: center;
}
.com-col--wh {
	color: #fff;
}
.com-col--bk {
	color: #000;
}
.com-tex__shadow--wh {
	text-shadow: 0 0 10px #fff;
}
.com-tex__shadow--bk {
	text-shadow: 0 0 10px #000;
}

.com-flbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.com-flbox--ac {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.com-flbox--jc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

/*-----------------linkstyle---------------------*/
.com-linkbox {
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
	margin: 50px auto;
}
.com-linkbox__fl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.com-linkbtn {
	width: 32%;
	margin: 0 0.6666666667%;
}
.com-linkbtn a p {
	color: #fff;
	text-align: center;
	padding: 12px 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: clamp(12px, 1.3vw, 15px);
}
.com-linkbtn-map a p {
	background: #9eb8a4;
}
.com-linkbtn-outline a p {
	background: #b89ead;
}
.com-linkbtn-request a p {
	background: #9ea6b8;
}
.com-linkbtn-reserve a p {
	background: #8b729c;
}
.com-linkbtn-online a p {
	background: #968375;
}
@media screen and (min-width: 767px) {
	.com {
		/*@media screen end*/
	}
	.com-linkbtn a {
		opacity: 1;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}
	.com-linkbtn a:hover {
		opacity: 0.5;
	}
}
@media screen and (max-width: 768px) {
	.com {
		/*@media screen end*/
	}
	.com-linkbox {
		width: 95%;
	}
	.com-linkbtn {
		width: 100%;
		margin: 10px auto 0;
	}
	.com-linkbtn a p {
		font-size: clamp(10px, 3.5vw, 15px);
	}
}

/*-----------------/linkstyle/---------------------*/
#map main .ttlbox {
	padding: 10vw 0;
	text-align: center;
}
#map main .ttlbox .ttl {
	max-width: 250px;
	width: 80%;
}
#map main .ttlbox .ttl._s {
	max-width: 200px;
	width: 70%;
}
#map main .ttlbox .ttl._l {
	max-width: 300px;
	width: 90%;
}
#map main .ttlbox .subttl {
	margin-top: 1vw;
	color: #a48b78;
	font-family: sans-serif;
	font-weight: 900;
	letter-spacing: 0.1em;
	font-size: clamp(10px, 2vw, 20px);
	letter-spacing: 0.01em;
}
#map main .mapbox {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
#map main .btnbox {
	max-width: 700px;
	width: 90%;
	margin: 5vw auto 0;
}
#map main .btnbox .btn {
	width: 45%;
	padding: 1em 0;
	background: #a48b78;
	position: relative;
}
#map main .btnbox .btn p {
	color: #fff;
	font-size: clamp(10px, 1vw, 18px);
	letter-spacing: 0.01em;
	text-align: center;
}
#map main .btnbox .btn a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
}
#map main .btnbox .btn a:hover {
	background: #fff;
	opacity: 0.5;
	-webkit-transition: 1s;
	transition: 1s;
}
@media screen and (max-width: 768px) {
	#map {
		/*@media screen end*/
	}
	#map main {
		margin-top: 60px;
	}
	#map main .ttlbox {
		padding: 60px 0;
	}
	#map main .ttlbox .ttl._s {
		width: 35%;
	}
	#map main .ttlbox .subttl {
		font-size: clamp(10px, 4vw, 20px);
	}
	#map main .mapbox {
		margin-bottom: 40px;
	}
	#map main .btnbox .btn {
		width: 80%;
		margin-bottom: 30px;
	}
	#map main .btnbox .btn p {
		font-size: clamp(10px, 4vw, 18px);
	}
}
@media screen and (max-width: 768px) {
	#map {
		/*@media screen end*/
	}
}
/*# sourceMappingURL=map.css.map */