@charset "utf-8";
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/NotoSerifJP-Regular.otf) format('opentype'),url(/fonts/NotoSerifJP-Bold.otf) format('opentype');
  font-display: swap;
}
html {
	font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	-webkit-text-size-adjust: none;
	max-width: 100%;
	color: #595959;
}
body {
	font-size: 1.3rem;
	line-height: 1;
	color: #595959;
}
html, body {
	min-height: 100%;
	height: 100%;
}
p, dl {
	line-height: 1.5;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
dd, dt, h4, h5, li, p, h1, h2, a {
	font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
}
.mb_05 {
	margin-bottom: 5px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
	/*\*/ /*/
   display: inline-table;
  /* */
}
* html .clearfix {
	height: 1px;
	/*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
.mouseon_alpha a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	background-color: #FFF;
}
aside a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	background-color: #FFF;
}
.pc_none {
	display: none;
}
.tb_none {
	display: none;
}
.none {
	display: none;
}
a:hover {
	color: #999;
}
.text_link a {
	background-image: url(/img/common/yazi_black.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 6px 8px;
	padding-left: 12px;
	line-height: 2;
	font-size: 1.3rem;
}
/* =======================
		container
========================== */
#container {
	/* width: 870px; */
	/* overflow: hidden; */
}
#container .topicpath {
	margin: 10px 0;
	padding: 10px 2%;
}
#container .topicpath li {
	float: left;
	margin: 0 7px 0 0;
}
select, input {
	-webkit-appearance: none;
}
/* =======================
   開閉用ボタンのスタイル
========================== */
.menu-btn {
	height: 50px;
	float: left;
	line-height: 70px;
	font-size: 1.5rem;
	cursor: pointer;
	z-index: 2;
	letter-spacing: 0.1rem;
	padding-left: 20px;
}
.menu-btn span {
	color: #fff;
    font-family: "Noto Serif Japanese", "Yu Mincho", serif, san-serif;
	letter-spacing: 0.15rem;
	vertical-align: sub;
}
.menu-btn span:after {
	content: attr(data-txt-menu);
	background-image: url(/img/common/menu_hamburger_white.png);
	background-repeat: no-repeat;
	background-position: 0;
	background-size: 20%;
	padding-left: 20px;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
	content: attr(data-txt-close);
	background-image: url(/img/common/menu_batu_white.png);
	background-repeat: no-repeat;
	background-position: 0px;
	background-size: 20%;
	padding-left: 20px;
}
/* =======================
   モーダルウィンドウのスタイル
========================== */
.menu {
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 1;
	z-index: 3;
}
.menu p {
	width: 100%;
	text-align: center;
	margin: 20px auto 100px;
}
.menu p a {
	padding: -100px 0 0 0;
}
.menu p a img {
	width: 10%;
}
.menu ul {
	vertical-align: middle;
	text-align: center;
}
.menu li {
	width: 300px;
	margin: 0 auto 30px;
}
.menu li a {
	font-size: 1.8rem;
	color: #fff;
	background-image: url(/img/common/yazi_white.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 6px 8px;
	padding-left: 14px;
}
.menu li a:hover {
	color: #999;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
	cursor: url(/villa/images/cross.svg), auto;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
}
/* =======================
		#header2
========================== */
header #header2 {
	width: 70%;
	margin: 0 auto;
	position: fixed;
	z-index: 5;
	background-color: #000;
	top: 0;
	padding: 0 15% 30px;
	text-align: center;
}
header #header2 p {
	float: left;
}
header #header2 p.header_menu {
	float: left;
	margin-top: 20px;
}
header #header2 p.header_menu img {
	width: 65%;
}
header #header2 p.header_logo {
	width: 10%;
	position: absolute;
	left: 45%;
	text-align: center;
	margin: 20px auto 0;
}
header #header2 p.header_logo img {
	width: 100%;
}
header #header2 a p.header_reservation {
	float: right;
	padding: 20px 35px 20px 45px;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	color: #fff;
	background-image: url(/img/common/yazi_white.png);
	background-repeat: no-repeat;
	background-position: 35px center;
	background-size: 6px 8px;
	font-size: 1.5rem;
}
header #header2 a p.header_reservation:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
/* =======================
   モーダルウィンドウのスタイル
========================== */
header #header2 .menu {
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
	z-index: 4;
}
header #header2 .menu p {
	width: 100%;
	text-align: center;
	margin: 20px auto 100px;
}
header #header2 .menu p img {
	width: 10%;
}
header #header2 .menu ul {
	vertical-align: middle;
	text-align: center;
}
header #header2 .menu li {
	width: 300px;
	margin: 0 auto 30px;
}
header #header2 .menu li a {
	font-size: 1.8rem;
	color: #fff;
	background-image: url(/img/common/yazi_white.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}
header #header2 .menu li a:hover {
	color: #999;
}
/* 開閉用ボタンがクリックされた時のスタイル */
header #header2 .open .menu {
	cursor: url(/villa/images/cross.svg), auto;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
}
/* =======================
		.to_top
========================== */
.to_top {
	/* width: 870px; */
	text-align: right;
	margin: 0 auto;
	padding: 10px 2%;
}
.to_top a {
	background-image: url(/img/common/yazi_black.png);
	background-repeat: no-repeat;
	background-position: right 123px center;
	background-size: 6px 8px;
	padding-left: 12px;
	line-height: 2;
	font-size: 1.3rem;
}
/* =======================
		.pageTop
========================== */
/* ページトップへ戻る */
.pageTop {
	position: relative;
	/*    width:90%;
    max-width:900px;*/
	height: 0;
	margin: 0 auto;
}
.pageTop a {
	position: fixed;
	bottom: 10px;
	/*    left: auto;*/
	right: 30px;
	display: block;
	width: 60px;
	height: 30px;
	margin-left: 950px;
	padding: 1em 0 1em 2px;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
	outline: none;
	text-decoration: none;
	z-index: 1;
	border-radius: 3px;
}
.pageTop a:before, .pageTop a:after {
	position: absolute;
	left: 50%;
	content: "";
	margin-left: -10px;
}
.pageTop a:before {
	top: 50%;
	margin-top: -13px;
	border-bottom: 10px solid transparent;
}
.pageTop a:after {
	top: 50%;
	left: 53%;
	margin-top: -5px;
	z-index: -1;
	width: 15px;
	height: 15px;
	background: transparent;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	/* 回転 */
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* =======================
		footer
========================== */
footer {
	text-align: center;
}
footer #hotel {
	color: #FFF;
	font-size: 1.6rem;
	margin-bottom: 25px;
}
footer #hotel_logo {
	width: 6.5%;
	margin: 0 auto 40px;
}
footer small {
	color: #FFF;
}
/* =======================
		body
========================== */
body {
	background: url("/villa/img/210512/bg_img_01.png") no-repeat center 0;
	background-size: cover;
}
/* =======================
		header,footer
========================== */
header, footer {
	background-color: #000;
}
header p, footer p {
	text-align: center;
	width: 870px;
	margin: 0 auto;
}
/* =======================
		#container
========================== */
#container {
	margin: 0 auto 60px;
	color: #0c000c;
}
#container h1 {
	display: none;
}
#container #h1 {
	text-align: center;
	font-size: 3rem;
	line-height: 1.3;
	margin: 30px 0 20px 0;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#container #h1 span {
	font-size: 2rem;
	letter-spacing: 0.1em;
}
#container .topicpath li {
	color: #fff;
}
#container a:link, #container a:visited {
	color: #fff;
}
#container a:hover {
	color: #CCC;
}
/* =======================
		#main
========================== */
#main {
	text-align: center;
	margin-top: 60px;
}
#main a:hover .over {
}
#main .concept {
	padding: 20px 0 100px 0;
}
#main .detail {
	width: 95%;
	margin: 0 auto 30px;
	border: #999 solid 1px;
	padding: 20px 15px 20px;
	text-align: left;
}
#main .detail h2 {
	color: #fff;
	background-color: #535353;
	font-size: 16px;
	line-height: 1.8;
	padding: 0 20px;
	font-family: "Noto Serif Japanese", "Yu Mincho", serif, san-serif;
    letter-spacing: 0.15rem;
	margin-bottom: 25px;
}
#main .detail dl {
	font-size: 15px;
	padding: 0 10px;
	line-height: 1.7;
}
#main .detail p {
	font-size: 15px;
	padding: 0 10px;
	line-height: 1.7;
}
#main .detail dl dt {
	font-weight: bold;
}
#main .detail p {
}
#main .detail dl dd {
	margin-bottom: 20px;
}
#main .airb {
	background-color: #db0c64;
	width: 450px;
	border-radius: 5px;
	margin: 50px auto;
	position: relative;
}
#main .airb img {
	position: absolute;
	right: 20px;
	top: 15px;
}
#main .airb a, #main .airb a:visited {
	font-size: 16px;
	display: block;
	padding: 15px 0;
	font-weight: bold;
}
#main .airb a:hover {
	color: #fff;
	background-color: #ec478d;
	border-radius: 5px;
}
#main .contact {
	width: 95%;
	height: 100px;
	margin: 0 auto 50px;
	font-size: 1.8rem;
}
#main .contact h2 {
  text-align: center;
}
#main h3 {
  font-size: 26px;
  line-height: 1.8;
  text-align: center;
  font-family: "Noto Serif Japanese", "Yu Mincho", serif, san-serif;
  letter-spacing: 0.15rem;
  margin-bottom: 15px; 
}
#main .season p {
  margin: 0 0 70px 0;
}
#main .map {
	width: 100%;
	margin: 0 auto;
}
#main .map iframe {
	width: 100%;
	height: 350px;
}
#g_map_btn a:link, #g_map_btn a:visited {
	color: #0c000c;
}
#g_map_btn {
	text-align: right;
	margin: 0 auto;
	padding: 10px 0;
}
#main .contact a:link, #main .contact a:visited {
	color: #0c000c;
}
#main .contact ul {
  width: 900px;
  margin: 0 auto;
}
#main .contact ul li.tel {
	width: 300px;
  float: left;
  margin: 0 0 0 110px;
  font-size: 26px;
  line-height: 18px;
  background: url(/villa/img/220520/icon_tell.png) no-repeat;
  padding: 5px 0 0 40px;
}
#main .contact ul li.tel .small {
	font-size: 12px;
}
#main .contact ul li.mail {
  float: left;
  background: url(/villa/img/220520/icon_mail.png) no-repeat;
  background-position: 90px;
  padding: 10px 0 0 135px;
  height: 25px;
  border-left: 1px solid #535353; 
}
#main .media .insta_media {
  width: 200px;
  margin: 0 auto;
}
#main .media .insta_media a img {
  width: 30%;
  display: block;
  margin: 0 auto 10px;
}
#main .media .insta_media a p {
  color: #0c000c;
}
#main .media .insta_media a:hover {
  text-decoration: underline;
  color: #0c000c;
}

/*タブレット 横向き対応*/
@media screen and (min-width:1024px) {
#main .contact ul li.tel {
	width: 360px;
  margin: 0 0 0 50px;
}
#main .contact ul li.mail {
  background-position: 150px;
  padding: 10px 0 0 195px;
}
}

/*PC対応*/
@media screen and (min-width:1200px) {
  #main .detail {
	width: 1170px;
}
  #main .contact {
	width: 1170px;
}
#main .contact ul li.tel {
	width: 370px;
  margin: 0 0 0 40px;
}
#main .contact ul li.mail {
  background-position: 165px;
  padding: 10px 0 0 210px;
}
  #main .map {
	width: 1200px;
}
}