@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho+B1:wght@400;500;600&display=swap');

* {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 14px;
	color: #000;
	margin: 0px;
	padding: 0px;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

body {
	text-align: center;
}

img {
	width: 100%;
	height: auto;
	display: block;
	border-style: none;
}

em,strong,h1,h2,h3,dt {
	font-weight: bold;
}

ul li,ol li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: underline;
}

.sp_none {
	display: none;
}
.pc_none {
	display: block;
}

.min {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
	font-style: normal;
}

.en,
.en_b {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}
.en {
	font-weight: 500;
}
.en_b {
	font-weight: 900;
}


@media only screen and (min-width: 1001px) {


* {
	font-size: 16px;
}

html {
	scroll-padding-top: 140px;
}

input[type="submit"]:hover,
button:hover,
a:hover,
a:hover img {
	cursor: pointer;
	transition-duration: 0.2s;
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.sp_none {
	display: block;
}
.pc_none {
	display: none;
}

.tel {
	pointer-events: none;
	text-decoration: none;
}

}


header {
	width: 90% !important;
	position: fixed;
	background-color: #fff;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.1);
	height: 60px;
	top: 20px !important;
	left: 5%;
	border-radius: 10px;
	margin: 0px auto;
}
header h1 {
	width: 285px;
	position: fixed;
	margin: 16px 0px 0px 5%;
}
header h1 a {
	height: 28px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/logo.png);
	background-position: left center;
	background-size: auto 28px;
	background-repeat: no-repeat;
}

header nav ul {
	width: 80%;
	margin: -10px auto 0px auto;
}
header nav ul li {
	border-bottom: 1px solid #463931;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}
header nav ul li a {
	text-align: left;
	display: block;
	text-decoration: none;
}
header nav ul li a strong {
	font-weight: bold;
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
header nav ul li a span {
	display: inline-block;
	font-weight: normal;
	font-size: 10px;
	color: #9f732f;
	text-decoration: none;
}

header nav div {
	width: 80%;
	margin: 0px auto;
}
header nav div ol {
	width: 100%;
	display: inline-block;
	text-align: left;
}
header nav div ol li {
	margin: 20px 0px 0px 0px;
}
header nav div ol li.inquiry,
header nav div ol li.faq,
header nav div ol li.sitemap {
	width: 33%;
	float: left;
}
header nav div ol li a {
	display: block;
	background-size: 16px;
	text-decoration: none;
	line-height: 16px;
	text-indent: 26px;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: left center;
}
header nav div ol li.inquiry a,
header nav div ol li.faq a,
header nav div ol li.sitemap a {
	font-size: 8px;
	text-align: center;
	background-position: center top;
	background-size: 24px;
	padding: 30px 0 0 0;
	margin: 0 0 15px 0;
	text-indent: 0;
}
header nav div ol li.inquiry a {
	background-image: url(../images/icn_contact.png);
}
header nav div ol li.faq a {
	background-image: url(../images/icn_faq.png);
}
header nav div ol li.sitemap a {
	background-image: url(../images/icn_sitemap.png);
}

header nav div ol li.lang {
	clear: both;
	margin: 15px 0px 0 0;
}
header nav div ol li.lang label {
  position: relative;
  display: block;
  max-width: 180px;
}
header nav div ol li.lang label::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #9f732f;
  border-right: 2px solid #9f732f;
  pointer-events: none;
}
header nav div ol li.lang label select {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 40px 0 12px;
  font-size: 16px;
  border: none;
  background-color: #ece3d5;
  border-bottom: 1px solid #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

header nav div ol li.reservation {
	margin-top: 20px;
}
header nav div ol li.reservation a {
	display: block;
	text-align: center;
	line-height: 60px;
	text-indent: 0px;
	color: #fff;
	font-size: 18px;
	background-color: #9f732f;
	border-radius: 5px;
}
header nav div ol li.reservation a img {
	width: 36px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 5px 0px;
}

header nav div ol li.time {
	margin-top: 15px;
}
header nav div ol li.time a {
	display: block;
	text-align: center;
	text-indent: 0px;
	color: #fff;
	font-size: 16px;
	background-color: #9f732f;
	border-radius: 5px;
	padding: 12px 0px;
}
header nav div ol li.time a span {
	display: block;
	color: #fff;
	font-size: 12px;
	margin: 5px 0px 0px 0px;
}


@media only screen and (min-width: 1001px) {



header {
	width: calc(100% - 60px) !important;
	height: 80px !important;
	border: none !important;
	position: fixed;
	box-shadow: none;
	top: 30px !important;
	left: 30px;
	z-index: 10;
	border-radius: 10px 15px 15px 10px;
}
header h1 {
	width: 410px !important;
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 10;
	margin: 0px;
}
header h1 a {
	height: 40px;
	background-size: auto 40px;
}
header nav.drawer-nav {
	width: auto;
	background-color: inherit;
	z-index: 5;
}
header nav ul {
	width: 100%;
	height: 80px;
	text-align: right;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.1);
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 10px 15px 15px 10px;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px 560px 0px 0px;
}
header nav ul li {
	width: auto !important;
	display: inline-block !important;
	border-bottom: none;
	text-align: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

header nav ul li:after {
	content: "│";
	font-size: 18px;
	margin: 0px 0px 0px 15px;
}
header nav ul li:last-child:after {
	content: "";
	margin: 0px;
}

header nav ul li a {
	display: inline-block;
	font-size: 14px;
	box-sizing: border-box;
	padding: 24px 0px 0px 0px;
}
header nav ul li a strong {
	font-size: 20px;
}
header nav ul li a span {
	vertical-align: middle;
	font-size: 12px;
	margin: -5px 0px 0px 0px;
}

header nav div {
	width: auto;
	height: 80px !important;
	position: absolute;
	right: 0px;
	z-index: 10;
}
header nav div ol {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;	
}
header nav div ol li {
	height: 80px !important;
	margin: 0;
}

header nav div ol li.inquiry,
header nav div ol li.faq,
header nav div ol li.sitemap {
	width: 50px;
	float: none;
	box-sizing: border-box;
	padding: 15px 0px 0px 0px;
}
header nav div ol li.inquiry {
	width: 70px;
	border-left: 1px dotted #999;
	padding-left: 20px;
}
header nav div ol li.sitemap {
	width: 70px;
	margin-right: -10px;
	border-right: 1px dotted #999;
	padding-right: 20px;
}
header nav div ol li a {
	background-size: 25px;
	line-height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-position: center;
}

header nav div ol li.inquiry a,
header nav div ol li.faq a,
header nav div ol li.sitemap a {
	background-position: center;
	background-size: 24px;
	padding: 0;
	margin: 0;
	text-indent: 100%;
}

header nav div ol li.lang {
	margin: 15px 10px 0 15px;
}
header nav div ol li.lang label select {
  background-color: inherit;
  border-bottom: none;
  padding: 0 40px 0 20px;
}

header nav div ol li.reservation {
	width: 185px;
	float: right;
	box-sizing: border-box;
	margin: 0px;
}
header nav div ol li.reservation a {
	line-height: 80px;
	font-size: 18px;
	border-radius: 0 10px 10px 0;
}
header nav div ol li.reservation a img {
	width: 48px;
	margin: 0px 15px 5px 0px;
}


}


h2#ttl {
	height: 240px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
h2#ttl span,
h2#ttl strong {
	display: block;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
h2#ttl strong {
	font-size: 20px;
	font-weight: bold;
	margin: 130px auto 10px auto;
}
h2#ttl span {
	font-size: 12px;
}


@media only screen and (min-width: 1001px) {


h2#ttl {
	height: 480px;
}
h2#ttl strong {
	font-size: 32px;
	margin: 240px auto 10px auto;
}
h2#ttl span {
	font-size: 14px;
}

}



ul#pankuzu {
	display: block;
	overflow: hidden;
	text-align: left;
	box-sizing: border-box;
	background-color: #ece3d5;
	margin: 0px auto 30px auto;
	padding: 10px 5%;
}
ul#pankuzu li {
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 1.8em;
}
ul#pankuzu li:first-child {
	background-image: url(../images/icn_pankuzu.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 14px;
	text-indent: 24px;
}
ul#pankuzu li a {
	font-size: 12px;
	line-height: 1.8em;
}
ul#pankuzu li:after {
	content: ">";
	font-size: 12px;
	margin: 0px 5px 0px 8px;
}
ul#pankuzu li:last-child {
	font-weight: bold;
}
ul#pankuzu li:last-child:after {
	content: "";
}


@media only screen and (min-width: 1001px) {


ul#pankuzu {
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 30px;
}
ul#pankuzu li {
	line-height: 60px;
	font-size: 14px;
}
ul#pankuzu li a {
	font-size: 14px;
}
ul#pankuzu li:first-child {
	background-position: 0px center;
	background-size: 16px;
	text-indent: 26px;
}
ul#pankuzu li:after {
	font-size: 14px;
}

}


h3.ttl {
	width: 80%;
	text-align: left;
	margin: 0 auto 20px auto;
}
h3.ttl span {
	font-size: 36px;
	display: block;
}
h3.ttl strong {
	display: block;
	font-size: 18px;
	color: #666;
}

@media only screen and (min-width: 1001px) {

h3.ttl {
	width: 1000px;
	margin: 0 auto 30px auto;
}
h3.ttl span {
	font-size: 56px;
}
h3.ttl strong {
	font-size: 24px;
}


}


a.btn {
	width: 180px;
	text-align: center;
	line-height: 40px;
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	margin: 0 0 0 10%;
}
a.btn:after {
	content: "»";
	vertical-align: middle;
	display: inline-block;
	margin: -8px 0px 0px 10px;
}

@media only screen and (min-width: 1001px) {

a.btn {
	width: 240px;
	line-height: 45px;
	font-size: 16px;
	margin: 0 auto;
}
a.btn:after {
	margin: -9px 0px 0px 10px;
}


}


footer div.address {
	background-color: #9f732f;
	box-sizing: border-box;
	padding: 30px 10%;
}

footer div.address dl dt {
	text-align: left;
	margin: 0 0 10px 0;
}
footer div.address dl dt img {
	width: auto;
	height: 16px;
	margin: 0 auto 5px 0;
}
footer div.address dl dt strong {
	color: #fff;
	font-size: 16px;
	display: block;
	margin: 0 auto 0px auto;
}
footer div.address dl dd address {
	color: #fff;
	text-align: left;
	font-weight:  normal;
	margin: 0 auto 10px auto;
}

footer div.address dl dd ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;	
	margin: 0 0 20px 0;
}
footer div.address dl dd ul li {
	text-align: left;
	margin: 0 20px 0 0;
}
footer div.address dl dd ul li a.tel {
	color: #fff;
	font-size: 24px !important;
	text-decoration: none;
}
footer div.address dl dd ul li a.tel:before {
	content: "TEL. ";
	color: #fff;
	font-size: 18px;
}
footer div.address dl dd ul li.contact {
	width: 32px;
	margin: 2px 0 0 0;
}
footer div.address dl dd ul li.contact a {
	height: 32px;
	border-radius: 50%;
	color: #9f732f;
	text-align: center;
	display: block;
	background-image: url("../images/footer_btn_contact.png");
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center;
	background-color: #fff;
	text-decoration: none;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}


footer div.link {
	width: 80%;
	box-sizing: border-box;
	margin: 0px auto;
	padding: 30px 0;
}
footer div.link ol {
	text-align: left;
	margin: 0 0px 20px 0px;
}
footer div.link ol li {
	display: inline-block;
	width: 24px;
	margin: 0 20px 0 0px;
}

footer div.link span {
	display: block;
	text-align: left;
	font-size: 10px;
}



@media only screen and (min-width: 1001px) {


footer div.address {
	padding: 40px 0% 15px 0%;
}

footer div.address dl {
	width: 1000px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;	
	margin: 0 auto;
}
footer div.address dl dt {
	width: 320px;
	margin: 3px 0 0 0;
}
footer div.address dl dt img {
	height: 20px;
}
footer div.address dl dt strong {
	font-size: 18px;
}

footer div.address dl dd {
	width: 680px;
	position: relative;
	margin: -5px 0 0 0;
}
footer div.address dl dd address {
	margin: 0 auto 5px auto;
}

footer div.address dl dd ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

footer div.address dl dd ul li.contact {
	margin: 3px 0 0 0;
}

footer div.address a.bnr {
	width: 340px;
	position: absolute;
	top: -6px;
	right: 0;
}


footer div.group {
	background-color: #999;
	box-sizing: border-box;
	padding: 20px 0%;
}
footer div.group dl {
	overflow: hidden;
	display: inline-block;
	margin: 0px 10px 0px 10px;
}
footer div.group dl.sports {
	width: 240px;
	float: none;
}
footer div.group dl.spa {
	width: 240px;
	float: none;
}
footer div.group dl.hotel {
	width: 480px;
}
footer div.group dl dt {
	font-size: 14px;
	color: #fff;
	display: flex;
	align-items: center;
	margin: 0px 0px 10px 0px;
}
footer div.group dl dt:before,
footer div.group dl dt:after {
	content: "";
	flex-grow: 1;
	border-top: 1px solid #fff;
	display: block;
}
footer div.group dl dt:before {
	margin-right: 0.5em;
}
footer div.group dl dt:after {
	margin-left: 0.5em;
}

footer div.group dl dd ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}
footer div.group dl dd ul li {
	width: 100%;
}
footer div.group dl.hotel dd ul li {
	width: 160px;
}
footer div.group dl dd ul li a img {
	width: auto;
	height: 40px;
	margin: 0px auto;
}


footer div.link {
	width: 1000px;
	padding: 40px 0%;
}
footer div.link ol {
}
footer div.link ol li {
	width: 32px;
}

footer div.link span {
	text-align: left;
	font-size: 14px;
}


}



#pagetop {
    position: fixed;
    right: 10px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #000;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#pagetop::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}

@media only screen and (min-width: 1001px) {

#pagetop {
    right: 30px;
    bottom: 50px;
}

}



div.pre_content {
	width: 80%;
	margin: 0px auto 40px auto;
}
div.pre_content h3.ttl {
	margin-left: 0;
}
div.pre_content p {
	text-align: left;
	font-size: 24px;
}

@media only screen and (min-width: 1001px) {


div.pre_content {
	width: 1000px;
	margin: 0px auto 60px auto;
}
div.pre_content h3.ttl {
	margin-left: 0;
}
div.pre_content p {
	font-size: 32px;
}




}

