@charset "utf-8";
/* ------------------------------------------ */
/* HOME CSS */
/* ------------------------------------------ */

/* loading */
#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #222;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.spinner {
  width: 40px;
  height: 40px;
  margin: calc(50vh - 20px) auto;
  background-color: #fff;
  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}







/* mainvisual */
.mainvisual {
	position: relative;
	height: 100vh;
	min-height: 550px;
}
.mainvisual::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


/* mv-slide */
.mainvisual .mv-slide {
	height: 100%;	
}
.mainvisual .mv-slide.slick-initialized .slick-slide {
    height: 100vh;
}
.mainvisual .mv-slide.slick-initialized .slick-slide img {
	height: 100% !important;
}

/* mv-logo */
.mainvisual .mv-logo {
	width: 90%;
	position: absolute;
	bottom: 50%;
	right: 50%;
	transform: translate(50%, 50%);
	z-index: 1;
}
.mainvisual .mv-logo .catch {
	letter-spacing: 0.2em;
	line-height: 1.3;
}

.mainvisual .mv-logo img {
	display: block;
	width: 88px;
	height: 214px;
	margin: 0 auto;
}



.mainvisual .overlap {
	width: 100%;
	position: absolute;
	bottom: 30px;
	z-index: 1;
}

.mainvisual .overlap .bestrate {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.mainvisual .overlap .bestrate .mark {
	margin-right: 8px;
}
.mainvisual .overlap .bestrate .mark img {
	display: block;
	width: 30px;
	height: 24px;
}
.mainvisual .overlap .bestrate .txt {
	color: #fff;
	line-height: 1.2;
}
.mainvisual .overlap .bestrate .txt span {
	display: inline-block;
	vertical-align: baseline;
}
.mainvisual .overlap .bestrate .txt span:first-child {
	margin-right: 15px;
}

@media (max-width: 480px) {
    .mainvisual .overlap .bestrate {
        align-items: normal;
    }
}


.search-box {
	display: flex;
	max-width: none;
	margin: 0 auto;
}

#search_489ban {
	flex: 1;
}
#search_489ban form[name="searchForm489ban"] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding-left: 3%;
	background-color: #fff;
	border-radius: 2px;
}
#search_489ban .date_489ban {
	display: table;
	table-layout: auto;
	font-family: 'Noto Sans TC', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
	padding: 16px 0;
}
#search_489ban .date_489ban dt {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
#search_489ban .date_489ban dd {
	display: table-cell;
	vertical-align: middle;
}
#search_489ban .date_489ban select {
	padding: 9px 2px;
}

#search_489ban .inbox_489ban {
	font-family: 'Noto Sans TC', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
}
#search_489ban .inbox_489ban .stay_489ban {
	display: table;
	table-layout: auto;
}
#search_489ban .inbox_489ban .stay_489ban dt {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
#search_489ban .inbox_489ban .stay_489ban dd {
	display: table-cell;
	vertical-align: middle;
}

#search_489ban button[name="searchButton489ban"] {
	height: 100%;
	width: 110px;
	padding: 0;
	background-color: #024503;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Noto Serif TC', 'Kaiti TC', 'PMingLiU', serif;
	font-size: 1.8rem;
}
#search_489ban button[name="searchButton489ban"]:hover {
	opacity: 0.9;
}

#search_489ban input[name="date"] {
	padding: 4px;
    margin-right: 15px;
	border: 1px solid #999;
	border-radius: 2px;
	font-family: 'Noto Sans TC', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
	font-size: 1.6rem;
	width: 150px;
	resize: none;
}

#search_489ban input[name="unspecifiedDate"] {
    margin-right: 7px;
}

#search_489ban select.digits {
	padding: 4px;
	border: 1px solid #999;
	border-radius: 2px;
	font-family: 'Noto Sans TC', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
	font-size: 1.6rem;
}

@media (min-width: 1024px) {
	/*.mainvisual .overlap {
		bottom: 50px;
	}*/
	#search_489ban form[name="searchForm489ban"] {
		padding-left: 30px;
	}
	#search_489ban button[name="searchButton489ban"] {
	    width: 160px;	
	}
}

@media (max-width: 1023px) {
	.overlap .search-box .btnW-m {
		max-width: 190px;
	}
	#search_489ban .date_489ban dt,
	#search_489ban .date_489ban dd,
	#search_489ban .inbox_489ban .stay_489ban dt,
	#search_489ban .inbox_489ban .stay_489ban dd {
		display: block;
	}
	#search_489ban .date_489ban dt,
	#search_489ban .inbox_489ban .stay_489ban dt {
		font-size: 1.5rem;
		line-height: 1.5;
	}
}

@media (max-width: 767px) {
	.mainvisual .overlap .search-box {
		display: none;
	}
}

/* sec-covid */
#sec-covid .ttl {
	line-height: 1.2;
	letter-spacing: 0.025em;
}
#sec-covid .head {
	padding-left: 40px;
	position:relative;
}
#sec-covid .head:before {
	content: "";
	display: block;
	width: 25px;
	height: 1px;
	background-color: #024503;
	position: absolute;
	left: 0px;
	top: 50%;
}
#sec-covid .list {
	padding-left: 40px;
}
#sec-covid .list li {
	padding-left: 1.2em;
	text-indent: -1.2em;
	line-height: 2;
}

@media (max-width: 480px) {
	#sec-covid .list {
		padding-left: 0;
	}
	#sec-covid .list li {
		line-height: 1.75;
	}	
}


/* sec-where */
#sec-where {
	
}
#sec-where .sec-ttl {
	
}
#sec-where .sec-ttl .label {
	display: inline-block;
	padding: 8px 20px;
	background-color: #877f54;
	color: #fff;
	letter-spacing: 0.025em;
	line-height: 1.2;
}
#sec-where .sec-ttl .ttl {
	line-height: 1.2;
	letter-spacing: 0.025em;
}
#sec-where .sec-ttl .ttl span {
	padding-bottom: 5px;
}

#sec-where .map-img {
	max-width: 750px;
	margin: 0 auto;
}
#sec-where .txt {
	color: #000;
}
#sec-where .col-txt {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
	width: calc(100% + 40px);
}
#sec-where .col-txt .sbox-root {
	align-self: stretch;
	width: calc(50% - 40px);
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-left: 10px;
}
#sec-where .col-txt .sbox-root .rootbox {
	height: 100%;
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #fff;
	position: relative;
}
#sec-where .col-txt .sbox-root .sttl {
	position: absolute;
	left: -10px;
	top: -10px;
}
#sec-where .col-txt .sbox-root .sttl span {
	display: inline-block;
	padding: 7px 20px;
	line-height: 1;
}
#sec-where .col-txt .sbox-root .sttl .sttl-tokyo {
	background-color: #bc5c31;
}
#sec-where .col-txt .sbox-root .sttl .sttl-nagoya {
	background-color: #999131;
}
#sec-where .col-txt .sbox-root .sttl .sttl-osaka {
	background-color: #6c9937;
}
#sec-where .col-txt .sbox-root .sttl .sttl-kyoto {
	background-color: #359e78;
}
#sec-where .col-txt .sbox-root .sttl .sttl-kanazawa {
	background-color: #2878a5;
}
#sec-where .col-txt .sbox-root .sttl .sttl-takayama {
	background-color: #8879ad;
}

#sec-where .col-txt .sbox-root .rootbox .root {
	color: #010101;
}
#sec-where .col-txt .sbox-root .rootbox .root > div {
	max-width: 350px;
	margin: 0 auto;
	padding: 0 15px;
}
#sec-where .col-txt .sbox-root .rootbox .root dl {
	display: table;
	table-layout: auto;
}
#sec-where .col-txt .sbox-root .rootbox .root dl:not(:last-child) {
	margin-bottom: 10px;
}
#sec-where .col-txt .sbox-root .rootbox .root .sbox-by {
	display: table-cell;
	vertical-align: top;
	width: 115px;
	line-height: 1.4;
}
#sec-where .col-txt .sbox-root .rootbox .root .time {
	display: table-cell;
	vertical-align: top;
	line-height: 1.4;
}#sec-where .col-txt .sbox-root .rootbox .root .sbox-by .icon {
	display: inline-block;
	width: 20px;
	margin-right: 10px;
	text-align: center;
}
#sec-where .col-txt .sbox-root .rootbox .root .sbox-by .icon img {
	vertical-align: middle;
}
#sec-where .col-txt .sbox-root .rootbox .root .icon-plane {
	width: 21px;
	height: 16px;
}
#sec-where .col-txt .sbox-root .rootbox .root .icon-train {
	width: 13px;
	height: 18px;
}
#sec-where .col-txt .sbox-root .rootbox .root .icon-car {
	width: 22px;
	height: 12px;
}

@media (max-width: 991px) {
	#sec-where .col-txt {
		margin: 0 -10px;
		width: calc(100% + 20px);
	}
	#sec-where .col-txt .sbox-root {
		width: calc(50% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}	
}
@media (max-width: 767px) {
	#sec-where .col-txt {
		margin: 0;
		width: 100%;
	}
	#sec-where .col-txt .sbox-root {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#sec-where .col-txt .sbox-root:last-child{
		margin-bottom: 0px;
	}
}
@media (max-width: 480px) {
	#sec-where .col-txt .sbox-root .rootbox .root .sbox-by {
		display: block;
		width: 100%;
	}
	#sec-where .col-txt .sbox-root .rootbox .root .time {
		display: block;
		padding-left: 30px;
	}
}



/* sec-attraction */
#sec-attraction {
	counter-reset: number 0;
}
#sec-attraction .headline {
	background-color: #f3e9e3;
}
#sec-attraction .headline .ttl {
	position: relative;
}
#sec-attraction .headline .ttl:before,
#sec-attraction .headline .ttl:after {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	position: absolute;
	left: 50%;
}
#sec-attraction .headline .ttl:before {
	bottom: 33px;
	transform: translateX(-50%) rotate(45deg);
}

#sec-attraction .headline .ttl:after {
	bottom: 25px;
	transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 480px) {
	#sec-attraction .headline .ttl:before {
		bottom: 20px;
	}
	#sec-attraction .headline .ttl:after {
		bottom: 12px;
	}
}

#sec-attraction .att-box:not(:last-child) {
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
#sec-attraction .att-box .ttl {
	letter-spacing: 0.025em;
}
#sec-attraction .att-box .ttl .att-num {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #024503;
	margin: 0 auto 10px auto;
	position: relative;
	overflow: hidden;
}
#sec-attraction .att-box .ttl .att-num:before {
	counter-increment: number 1;
	content: counter(number);
	display: block;
	color: #fff;
	font-family: 'Noto Serif TC', 'Kaiti TC', 'PMingLiU', serif;
	font-size: 4.8rem;
	line-height: 0.8;
	position: absolute;
	bottom: 1px;
	right: 3px;
}

#sec-attraction .att-box .att-txt {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
#sec-attraction .att-box .att-txt .f-sz28 {
	line-height: 1.7;
}

#sec-attraction .att-box .stay-box {
	padding: 40px 50px;
	position: relative;
}
#sec-attraction .att-box .stay-box .stay-txt {
	width: 65%;
}
#sec-attraction .att-box .stay-box .stay-txt .name .f-sz20 {
	display: inline-block;
	line-height: 1.2;
}
#sec-attraction .att-box .stay-box .stay-txt .txt1 {
	padding-bottom: 40px;
}
#sec-attraction .att-box .stay-box .img {
	position: absolute;
	max-width: 30%;
}
#sec-attraction .att-box .stay-box .stay-txt .name .label {
	display: inline-block;
	padding-bottom: 40px;
	padding: 5px 25px;
	line-height: 1;
}
#sec-attraction .att-box .biyuu .label {
	background-color: #480775;
}
#sec-attraction .att-box .superior .label {
	background-color: #024503;
}
#sec-attraction .att-box .biyuu .img {
	top: 40px;
	right: 20px;
}
#sec-attraction .att-box .superior .img {
	top: 40px;
	right: 60px;
}
#sec-attraction #sec-cuisine .panels-list .sbox-panels {
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	#sec-attraction .att-box .stay-box .stay-txt {
		width: 100%;
	}
	#sec-attraction .att-box .stay-box .stay-txt .txt1 {
		padding-bottom: 20px;
	}
	#sec-attraction .att-box .stay-box .img {
		position: relative;
		max-width: none;
		text-align: center;
		padding-bottom: 20px;
	} 
	#sec-attraction .att-box .biyuu .img {
		top: 0;
		right: 0;
	}
	#sec-attraction .att-box .superior .img {
		top: 0;
		right: 0;
	}
	#sec-attraction .att-box .biyuu .img img {
		max-width: 400px;
	}
	#sec-attraction .att-box .superior .img img {
		max-width: 400px;
	}
}
@media (max-width: 767px) {
	#sec-attraction #sec-facilities .panels-list .sbox-panels {
		margin-bottom: 20px;		
	}
}
@media (max-width: 480px) {
	#sec-attraction .att-box .stay-box {
		padding: 20px;
	}
	#sec-attraction .att-box .att-txt .f-sz28 {
		line-height: 1.3;
	}
	#sec-attraction .att-box .stay-box .stay-txt .name .label {
		padding: 5px 15px;
	}
	#sec-attraction #sec-cuisine .panels-list .sbox-panels {
		margin-bottom: 20px;
	}
	#sec-attraction #sec-facilities .panels-list .sbox-panels {
		margin-bottom: 10px;		
	}	
}


#sec-attraction .epuipment .icon-wrap {
	justify-content: space-around;
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
}
#sec-attraction .epuipment .icon-wrap .icon {
	width: 70px;
	height: 70px;
}

@media (max-width: 480px) {
	#sec-attraction .epuipment .icon-wrap {
		justify-content: space-around;
		max-width: 230px;
	}
	#sec-attraction .epuipment .icon-wrap .icon {
		width: 50px;
		height: 50px;
	}
}

#sec-attraction .epuipment p {
	max-width: 900px;
	padding: 0 15px;
	margin: 0 auto;
}


/* sec-awara */
#sec-awara {
	background-image: url(../img/home/bg-awara.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#sec-awara .awara-wrap {
	background-color: rgba(255,255,255,0.9);
	padding-left: 15px;
	padding-right: 15px;
}
#sec-awara .awara-wrap .btnarea .btn {
	background-color: #c39696;
	max-width: 700px;
	height: 120px;
}
#sec-awara .awara-wrap .btnarea .btn .btn-cont {
}
#sec-awara .awara-wrap .btnarea .btn .btn-cont .btn-icon .btn-arrow {
	border-color: #fff;
}
#sec-awara .awara-wrap .btnarea .btn .btn-cont .btn-icon .btn-arrow:before {
	border-color: #fff;
}
#sec-awara .awara-wrap .btnarea .btn .btn-cont .btn-icon .btn-arrow:after {
	background-color: #fff;
}
#sec-awara .awara-wrap .btnarea .btn .btn-cont .btn-txt img {
	max-width: 408px;
	height: auto;
	padding-left: 15px;
}

@media (max-width: 480px) {
	#sec-awara .awara-wrap .btnarea .btn .btn-cont .btn-txt img {
		padding-left: 0;
	}
}

/* sec-gallery */
#sec-gallery {
	
}
#sec-gallery .category-list {
	display: table;
	table-layout: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
#sec-gallery .category-list li {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #b2b2b2;
	padding: 0 30px;
	cursor: pointer;
}
#sec-gallery .category-list li:last-child {
	border-right: 1px solid #b2b2b2;
}
#sec-gallery .category-list li span {
	position: relative;
}
#sec-gallery .category-list li span:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	bottom: -20px;
	left: 0;
	transform: scaleX(0);
	transition: transform ease 0.28s;
}

#sec-gallery .category-list li.current span:before,
#sec-gallery .category-list li:hover span:before {
	transform: scaleX(1);
}

@media (max-width: 480px) {
	#sec-gallery .category-list li {
		padding: 0 15px;
	}
}

/* sec-access */
#sec-access {
	display: flex;
	align-items: center;
	flex-wrap:wrap;
}
#sec-access .box-map {
	width: 56%;
	align-self: stretch;
}
#sec-access .box-map iframe {
	width: 100%;
	height: 100%;
}
#sec-access .access-info {
/*	width: 44%;
	padding-left: 4%;
	padding-right: 5%;*/
	line-height: 1.2;
	text-align: center;
}
#sec-access .access-info .label {
	display: inline-block;
	padding: 2px 5px;
	color: #fff;
	background-color: #877f54;
	line-height: 1;
}

#sec-access .btnarea {
	display: flex;
	justify-content: center;
	max-width: none;
}

@media (max-width: 768px) {
	#sec-access .box-map {
		width: 100%;
		height: 350px;
	}
	#sec-access .access-info {
		width: 100%;
		padding-left: 5%;
	}
}

@media (max-width: 480px) {
	#sec-access .box-map {
		display: none;
	}
	#sec-access .access-info {
		width: 100%;
		padding-left: 5%;
		text-align: left;
	}	
}










