@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

@media only screen and (min-width: 700px){
	.view90 {
		transition: transform 0.3s;
		transform: scale(0.9);
		transform-origin: left top;
		height: calc(100% / 0.9);
		width: calc(100% / 0.9);
		overflow-x:hidden;
	}	
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
    margin: 0;
    padding: 0;
	width: 100%;
	overflow-x: hidden;
}
body {
	display: block;
	width: 100%;
	background-color: #FFF;
	font-family: "Noto Serif JP", serif;
    font-weight: 600;
	font-size: 12px;
	color: #000;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: .3em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
	overflow-x: hidden;
	-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.wrapper {
	overflow-x: hidden;
	overflow-y: visible;
}
a {text-decoration: none; }
a:link { color: #000; }
a:visited { color: #000; }
a:active { color: #000; }
a:hover { opacity: 0.5; transition: 0.5s ;}
body a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	transition: 0.5s ;
}
body img,
body video{
	border-style:none;
	width: 100%;
	display: block;
}
body a img{
	border-style:none; 
}
ul,li{
	list-style-type:none;
	margin:0;
	padding:0;
}
.load-anime,
.scrollanime {
	opacity: 0;
}
.fadeInDown {
	animation-name: fadeInDown;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes fadeInDown {
	0% {
		opacity: 0;			
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}
.downup {
	transform: translateY(100px);
}
.updown {
  transform: translateY(-30px);
}
.slide-right {
	transform: translateX(100px);
}
.slide-left {
	transform: translateX(-100px);
}
.delay-time02 {
  animation-delay: 0.2s;
}
.delay-time04 {
  animation-delay: 0.4s;
}
.delay-time05 {
  animation-delay: 0.5s;
}
.delay-time06 {
  animation-delay: 0.6s;
}
.delay-time08 {
  animation-delay: 0.8s;
}
.delay-time10 {
  animation-delay: 1.0s;
}
.delay-time12 {
  animation-delay: 1.2s;
}

/*======================================================================================
HEADER
======================================================================================*/
/* NAVIGATION */
.menu-trigger {
	position: fixed;
	z-index: 1000;
	cursor: pointer;
	text-align: center;
	transition: color 0.3s ease;
	font-weight: 900;
	color: #FFF;
	letter-spacing: 17%
}
.menu-trigger.is-dark {
	color: #323F6E;
}
.menu-trigger.active {
    color: #FFF;
}
/* ハンバーガーの3本線 */
.hamburger-lines {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 25px;
	margin-bottom: 5px;
	align-items: center;
}
.hamburger-lines span {
	display: block;
	width: 35px;
	height: 2px;
	background-color: currentColor;
	transition: background-color 0.3s ease, transform 0.5s ease, opacity 0.5s ease;
}
.menu-trigger.active .hamburger-lines span {
	background-color: currentColor;
}
.menu-trigger.active .hamburger-lines span:nth-of-type(1) {
    transform: translateY(11.5px) rotate(-45deg);
}
.menu-trigger.active .hamburger-lines span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active .hamburger-lines span:nth-of-type(3) {
    transform: translateY(-11.5px) rotate(45deg);
}
.menu {
	background-color:rgba(0,0,0,0.88);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	transform: translateX(100%);
	transition: all .5s;
}
.menu.open {
	transform: translateX(0);
	height: 100%;
	padding-bottom: 30px;
	overflow-y: auto;
}
.menu a {
	color: #FFF;
}
.menu_inner > ul li a {
	color: #FFF;
	position: relative;
	padding-left: 20px;
	letter-spacing: .5em;
}
.menu_inner > ul li a::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #999BAB;
	border-radius: 50%;
	top: 5.5px;
	left: 0;
}
.menu_btn {
	max-width: 335px;
	width: 100%;
}
.menu_btn a {
	width: 100%;
	height: 50px;
	color: #FFF;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px #FFF solid;
}
.gt_float_switcher .gt-selected .gt-current-lang {
	padding: 2px 5px !important;
}
.gt_float_switcher {
	font-size: 15px !important;
}
.gt_float_switcher,
.gt_float_switcher .gt-selected,
.gt_float_switcher .gt-selected .gt-current-lang{
	background: transparent !important;
	color: #FFF !important;
}
@media screen and (max-width:899px){
	.menu-trigger {
		top: 15px;
		right: 10px;
		font-size: 12px;
	}
	.menu {
		width: 100%;
		height: 100vh;
	}
	.menu_inner {
		width: 90%;
		margin: 70px 5% 0 5%;
	}
	.menu_inner > ul li {
		margin-top: 20px;
	}
	.menu_inner > ul li a {
		font-size: 12px;
		letter-spacing: .3em;
	}
	.menu_inner > ul li:first-child{
		margin-top: 0;
	}
	.menu_bottom {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 0;
	}
	.menu_btn {
		margin: 30px 0;
	}
	#gt_float_wrapper {
		margin-top: 30px;
	}
}
@media screen and (min-width:900px) and (max-width:1279px){
	.menu-trigger {
		top: 30px;
		right: 25px;
		font-size: 14px;
	}
	.menu {
		width: 830px;
		height: 470px;
	}
	.menu_inner {
		width: 670px;
		margin: 100px 0 0 100px;
	}
	.menu_inner > ul {
		display: flex;
		flex-wrap: wrap;
	}
	.menu_inner > ul li {
		width: 33.333333%;
		margin-top: 40px;
	}
	.menu_inner > ul li a {
		font-size: 12px;
		letter-spacing: .5em;
	}
	.menu_inner > ul li:nth-child(1),
	.menu_inner > ul li:nth-child(2),
	.menu_inner > ul li:nth-child(3){
		margin-top: 0;
	}
	.menu_inner > ul li:last-child {
		width: 100%;
	}
	.menu_bottom {
		display: flex;
		align-items: center;
		margin-top: 40px;
		position: relative;
	}
	.menu_btn {
		margin-right: 35px;
	}
	#gt_float_wrapper {
		position: absolute;
		left: 520px;
		top: 10px;
	}
}
@media screen and (min-width:1280px){
	.menu-trigger {
		top: 30px;
		right: 25px;
		font-size: 14px;
	}
	.menu {
		width: 1100px;
		height: 470px;
	}
	.menu_inner {
		width: 670px;
		margin: 100px 0 0 100px;
	}
	.menu_inner > ul {
		display: flex;
		flex-wrap: wrap;
	}
	.menu_inner > ul li {
		width: 33.333333%;
		margin-top: 40px;
	}
	.menu_inner > ul li a {
		font-size: 12px;
		letter-spacing: .5em;
	}
	.menu_inner > ul li:nth-child(1),
	.menu_inner > ul li:nth-child(2),
	.menu_inner > ul li:nth-child(3){
		margin-top: 0;
	}
	.menu_inner > ul li:last-child {
		width: 100%;
	}
	.menu_bottom {
		display: flex;
		align-items: center;
		margin-top: 40px;
		position: relative;
	}
	.menu_btn {
		margin-right: 35px;
	}
	#gt_float_wrapper {
		position: absolute;
		left: 520px;
		top: 10px;
	}
}
.bg-image {
	/* 暗めの画像を背景にする想定 */
	background-image: url('https://placehold.co/1200x800/333333/666666?text=Dark+Image');
	background-size: cover;
	background-position: center;

	/* 【重要】画像が暗い場合、背景色も暗い色を指定しておきます。
	   JSはこの色を見て「暗い」と判断します。 */
	background-color: #333333; 
	color: #fff;
}



/*======================================================================================
FOOTER
======================================================================================*/
footer{
    width: 100%;
    display: block;
    clear: both;
    overflow: hidden;
}
.banner{
	padding: 10px 0 20px;
	display: flex;
	justify-content: space-between;
}
.footer_top{
	background-color: #A07A4B;
	padding: 30px 0;
}
.footer_logo{
	width: 140px;
	margin: 0 auto;
}
.address{
	color: #FFF;
	font-size: 12px;
	text-align: center;
	margin-top: 25px;
}
.tel {
	margin-top: 15px;
	text-align: center;
}
.tel a{
	color: #FFF;
	font-size: 20px;
	text-align: center;
}
.tel a span {
	font-size: 12px;
	margin-right: 10px;
}
.menu1box{
	height: 60px;
	display: flex;
	border-bottom: 1px #FFF solid;
	padding-bottom: 15px;
}
.menu1box li{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu1box > li:first-of-type{
	border-right: 1px #FFF solid;
}
.menu1box > li:first-of-type a{
	color: #FFF;
	font-size: 12px;
}
.sns{
	width: 115px;
	display: flex;
	justify-content: space-between;
}
.sns li{
	width: 30px;
}
.menu2box li {
	margin-top: 15px;
}
.menu2box li a {
	color: #FFF;
	font-size: 12px;
	position: relative;
	padding-left: 20px;
	letter-spacing: .5em;
}
.menu2box li a::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #FFF;
	border-radius: 50%;
	top: 3.5px;
	left: 0;
}
.copyright{
	color: #FFF;
	background-color: #B79976;
	text-align: center;
	padding: 15px 0
}
.btn_reserve {
	position: fixed;
	z-index: 800;
	opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, transform 10s ease, visibility 10s;
}
.btn_reserve.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
@media screen and (max-width:699px){
	.banner {
		flex-wrap: wrap;
	}
	.banner li{
		width: 48.5%;
	}
	.banner li:nth-of-type(3),
	.banner li:nth-of-type(4) {
		margin-top: 15px;
	}
	.footer_info,
	.footer_menu {
		width: 96%;
		margin: 0 2%;
	}
	.footer_logo {
		width: 80px;
	}
	.footer_info {
		border-bottom: 1px #FFF solid;
		padding-bottom: 30px;
		margin-bottom: 15px;
	}
	.menu2box {
		padding: 30px 5% 0;
	}
	.copyright{
		font-size: 12px;
	}
	.btn_reserve {
		width: 80px;
		bottom: 15px;
		right: 15px;
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	.banner {
		flex-wrap: wrap;
	}
	.banner li{
		width: 48.5%;
	}
	.banner li:nth-of-type(3),
	.banner li:nth-of-type(4) {
		margin-top: 15px;
	}
	.footer_info,
	.footer_menu {
		width: 96%;
		margin: 0 2%;
	}
	.footer_info {
		border-bottom: 1px #FFF solid;
		padding-bottom: 30px;
		margin-bottom: 15px;
	}
	.menu2box {
		display: flex;
		flex-wrap: wrap;
		padding: 30px 5% 0;
	}
	.menu2box li {
		width: 33.33333%;
	}
	.menu2box li:nth-child(1),
	.menu2box li:nth-child(2),
	.menu2box li:nth-child(3){
		margin-top: 0;
	}
	.menu2box li:last-child {
		width: 100%;
	}
	.copyright{
		font-size: 12px;
	}
	.btn_reserve {
		width: 100px;
		bottom: 20px;
		right: 20px;
	}
}
@media screen and (min-width:1280px){
	.banner li{
		width: 24%;
	}
	.footer_top .contents1200{
		display: flex;
	}
	.footer_info{
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border-right: 1px #FFF solid;
	}
	.footer_menu{
		width: 600px;
		padding-left: 20px;
	}
	.menu2box{
		display: flex;
		flex-wrap: wrap;
		padding: 30px 40px 0;
	}
	.menu2box li {
		width: 33.33333%;
	}
	.menu2box li:nth-child(1),
	.menu2box li:nth-child(2),
	.menu2box li:nth-child(3){
		margin-top: 0;
	}
	.menu2box li:last-child {
		width: 100%;
	}
	.copyright{
		font-size: 12px;
	}
	.btn_reserve {
		bottom: 20px;
		right: 20px;
	}
}

/*======================================================================================
COMMON
======================================================================================*/
main{
	display: block;
	clear: both;
	width: 100%;
	overflow: hidden;
}
h2.ttl,
h2.ttl_l,
h2.ttl span,
h2.jp,
h2 .jp{
	letter-spacing: .3em;
	text-align: center;
}
h2.en,
h2 .en{
	letter-spacing: .5em;
	text-align: center;
	line-height: 1.2;
}
h2.ttl,
h2.ttl_l {
	position: relative;
	margin-bottom: 150px;
}
h2.ttl::after,
h2.ttl_l::after {
	position: absolute;
	content: "";
	background-color: #8F8E8E;
	width: 1px;
	height: 90px;
	bottom: -120px;
	left: 50%;
}
h2.ttl span {
	display: block;
	margin-bottom: 20px;
}
.btn {
	max-width: 350px;
	width: 100%;
}
.btn a {
	background-color: #999BAB;
	color: #FFF;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: .5em;
}
@media screen and (max-width:699px){
	br.pc{
		display: none;
	}
	h2,
	h2.ttl,
	h2.jp,
	h2 .jp,
	.ttl{
		font-size: 15px;
	}
	h2.en,
	h2 .en{
		font-size: 15px;
	}
	h2.ttl span {
		font-size: 12px;
	}
	h2.ttl_l {
		font-size: 21px;
	}
	p {
		font-size: 12px;
	}
	.btn a {
		height: 50px;
		font-size: 12px;
	}
	.contents1200,
	.contents1250,
	.contents1600{
		width: 90%;
		margin: 0 5%;
		display: block;
		clear: both;
		overflow: hidden;
	}
}
@media screen and (min-width:700px) and (max-width:1279px){
	br.sp{
		display: none;
	}
	h2,
	h2.ttl,
	h2.jp,
	h2 .jp,
	.ttl{
		font-size: 17px;
	}
	h2.en,
	h2 .en{
		font-size: 17px;
	}
	h2.ttl span {
		font-size: 14px;
	}
	h2.ttl_l {
		font-size: 24px;
	}
	p {
		font-size: 12px;
	}
	.btn a {
		height: 60px;
		font-size: 12px;
	}
	.contents1200,
	.contents1250,
	.contents1600{
		width: 96%;
		margin: 0 2%;
		display: block;
		clear: both;
		overflow: hidden;
	}
}
@media screen and (min-width:1280px){
	br.sp{
		display: none;
	}
	h2,
	h2.ttl,
	h2.jp,
	h2 .jp,
	.ttl{
		font-size: 19px;
	}
	h2.en,
	h2 .en{
		font-size: 19px;
	}
	h2.ttl span {
		font-size: 16px;
	}
	h2.ttl_l {
		font-size: 26px;
	}
	p {
		font-size: 12px;
	}
	.btn a {
		height: 60px;
		font-size: 12px;
	}
	.contents1200{
		max-width: 1240px;
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
		display: block;
		clear: both;
		overflow: hidden;
	}
	.contents1250{
		max-width: 1150px;
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
		display: block;
		clear: both;
		overflow: hidden;
	}
	.contents1600{
		max-width: 1640px;
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
		display: block;
		clear: both;
		overflow: hidden;
	}
}



/* COVER */
.cover {
	width: 100%;
	background-repeat: no-repeat;
}
/*
.cover#top {
	display: flex;
	justify-content: center;
	align-items: center;
}
.cover#top h1 {
	width: 135px;
}
*/
.cover#about {
	background-image: url("images/cover_about.jpg");
	background-position: center top;
	margin-bottom: 70px;
	position: relative;
}
.cover#room {
	margin-bottom: 70px;
	position: relative;
}
.cover.room_detail {
	background-position: center top;
	aspect-ratio: 320 / 191;
	margin-bottom: 70px;
	position: relative;
}
.cover.room_detail#hotaru {
	background-image: url("images/cover_room_hotaru.jpg");
}
.cover.room_detail#wakamurasaki {
	background-image: url("images/cover_room_wakamurasaki.jpg");
}
.cover.room_detail#hatsune {
	background-image: url("images/cover_room_hatsune.jpg");
}
.cover.room_detail#standard {
	background-image: url("images/cover_room_standard.jpg");
}
.cover#common {
	background-image: url("images/cover_common.jpg");
	background-position: center top;
	background-color: #FFFFFF !important;
	height: 599px;
}
.cover#about::after,
.cover.room_detail::after {
	content: "";
	background-image: url("images/bg_imgcover_bottom.jpg");
	background-position: center top;
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: -70px;
}
.cover#common h2 {
	color: #000;
	margin-top: 100px;
}
.cover#common p {
	color: #000;
	text-align: center;
	letter-spacing: .5em;
	line-height: 2.3;
}
@media screen and (max-width:699px){
	/*
	.cover#top {
		background-image: url("images/cover_top.jpg");
		background-position: center top;
		height: 600px;
	}
	*/
	.cover h1,
	.cafetop h1 {
		width: 60px;
		padding: 20px 0 0 20px;
		box-sizing: content-box;
	}
	.cover#about {
		height: 300px;
	}
	.cover#room {
		background-image: url("images/cover_room_sp.jpg");
		background-position: center top;
		height: 500px;
	}
	/*
	.cover#shiso {
		background-image: url("images/cover_shiso_sp.jpg");
		background-position: center top;
		height: 500px;
	}
	*/
}
@media screen and (min-width:700px){
	/*
	.cover#top {
		background-image: url("images/cover_top.jpg");
		background-position: center center;
		height: 100vh;
	}*/
	.cover h1,
	.cafetop h1 {
		width: 86px;
		padding: 20px 0 0 40px;
		box-sizing: content-box;
	}
	.cover#about {
		height: 508px;
	}
	.cover#room {
		background-image: url("images/cover_room.jpg");
		background-position: center center;
		height: 100vh;
	}
	.cover.room_detail {
		height: 100vh;
	}
	/*
	.cover#shiso {
		background-image: url("images/cover_shiso.jpg");
		background-position: center center;
		height: 100vh;
	}
	*/
}




/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 PAGER
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.pagination {
	font-size: 1.1em;
	overflow: hidden;
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
	clear: both;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	width: auto;
	margin-right: 0.5em;
	padding: 0.4em 0.9em;
	background-color: #F2EBE6;
	color: #A07A4B;
	text-decoration: none;
	font-size:15px;
}
.pagination a:hover {
	background-color: #A07A4B;
	color:#FFFFFF;
}
.pagination .current{
	background-color: #A07A4B;
	color:#FFFFFF;
}
.pagination .pc_page_navi{display: none;}
@media screen and (min-width:700px) {
	.pagination .mb_page_navi{ display: none; }
	.pagination .pc_page_navi{ display: block; }
}



.loading {
  /*ローディング画面の縦横幅を画面いっぱいになるように指定*/
  width: 100vw;
  height: 100vh;
  /*ローディング画面の表示位置を固定*/
  position: fixed;
  top: 0;
  left: 0;
  background: #323F6E;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*ローディング画面を0.5秒かけて非表示にする*/
  transition: all 0.5s linear;
 z-index: 9999;
}


/*ローディング画面を非表示にする*/
.loading.loaded {
  /*0.5秒かけてopacityを0にする*/
  opacity: 0;
  visibility: hidden;
}



.circle-area {
      position: relative;
      width: 230px;
      
	margin: 150px auto 230px auto;
  animation-fill-mode: forwards;
animation-delay: 1s;  /* ← ここを追加 */
transform: scale(0.7);
opacity: 0;            /* ← 最初は非表示 */
  animation: fade-in 2.5s forwards;
  animation-delay: 1s;   /* ← 3秒後に開始 */
    }

    .circle {
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      opacity: 0;
      animation: smoothFloat 5s linear infinite;
    }

    /* 丸の色を白と#E8E2D7で交互に設定 */
    .circle1 { left: 70px; top: 130px; background: #FFFFFF; animation-delay: 0s; }
    .circle2 { left: 100px; top: 150px; background: #E8E2D7; animation-delay: 1s; }
    .circle3 { left: 130px; top: 110px; background: #FFFFFF; animation-delay: 2s; }
    .circle4 { left: 120px; top: 140px; background: #E8E2D7; animation-delay: 3s; }
    .circle5 { left: 90px; top: 90px; background: #FFFFFF; animation-delay: 4s; }

    @keyframes smoothFloat {
      0% {
        transform: translateY(0) translateX(0);
        opacity: 0;
      }
      20% {
        transform: translateY(-20px) translateX(3px);
        opacity: 1;
      }
      50% {
        transform: translateY(-50px) translateX(-3px);
        opacity: 0.9;
      }
      80% {
        transform: translateY(-80px) translateX(2px);
        opacity: 0.7;
      }
      100% {
        transform: translateY(-100px) translateX(0);
        opacity: 0; /* フェードアウトで消える */
      }
    }

 .open_logo {
      
      width: 100px;
      margin: 170px auto 0 auto;
     animation: fade-in 2.5s;
  animation-fill-mode: forwards;
    }
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.open_logo img {
      
      width: 100px;
      


    }

