@charset "utf-8";


/*-------------------------------------------------
Wire
-------------------------------------------------*/
body {
	position:relative;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	background:#fff;
}

.top-area {
	width:100%;
	height:100vh;
}


#wrapper {
	position:relative;
	color:#333;
  font-weight: 400;
	line-height:1.8;
}
.container {
  position: relative;
padding-top: 100vh;
  width: 100%;
  z-index: 0;
}





.sp {
	display:none;
}
@media print, screen and (max-width: 768px){
#wrapper {
    font-size: 14px;
  }
.container {
  position: relative;
  top:0;
  left: 0;
  width: 100%;
  z-index: 0;
}
a,a:hover{
	transition: 0;
	outline: none;
}
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}



/*-------------------------------------------------
footer
-------------------------------------------------*/
.ft {
  background: #000;
  padding: 10px;
  text-align: center;
  color: #ccc;
  font-size: 11px;
}
/*ページトップ*/
.pagetop a {
	position: fixed;
  display: block;
	z-index: 20;
	bottom:20px;
	right:20px;
  width: 60px;
  height: 60px;
  background: url(../images/pagetop.png) center center no-repeat #fcad59;
  background-size: 20px auto;
  -moz-transition: all 0.35s linear;
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    transition: all 0.35s linear;
}
.pagetop a:hover {
background: url(../images/pagetop.png) center center no-repeat #c97d31;
background-size: 20px auto;
}
@media print, screen and (max-width: 768px){
.ft {
  padding: 10px;
}
.pagetop a {
	bottom:0;
	right:0;
  width: 50px;
  height: 50px;
  background: url(../images/pagetop.png) center center no-repeat #fcad59;
  background-size: 20px auto;
}
}
/*-------------------------------------------------
top area
-------------------------------------------------*/
.top-area {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    color: #111;
    background-image: url(../images/hero.jpg);
    z-index: 0;
    background-size: cover;
}
.leaf {
    position: absolute;
    z-index: -1;
}
.leaf01 {
    top: -8em;
    left: 0;
    width: 15em;
}
.leaf02 {
    right: -2em;
    bottom: -5em;
	 width: 12em;
}
.top-area .logo {
	position:fixed;
	top:18px;
	left:20px;
  z-index: 20;
}
.top-area hgroup {
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    line-height: 1;
    color: #fff;
    z-index: 20;
    text-shadow: 0 0 3px #000;
}
.top-area hgroup h1 {
    font-size: 3.8em;
    margin-bottom: 25px;
    font-weight: 500;
}
.top-area hgroup h2 {
font-size: 1.5em;
    margin-bottom: 1em;
    font-weight: 600;
}
.top-area hgroup h3 {
    font-size: 1.15em;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 2em;
    font-weight: 500;
}
.top-area p.dates {
font-weight: bold;
line-height: 1.5;
	font-size: 0.9em;
}
.top-area .scroll {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 200px;
  margin: 100px 0 0 -100px;
  padding-bottom: 20px;
  font-size: 14px;
  background: url(../images/top_scroll_arrow_w.png) center bottom no-repeat;
  background-size: 22px auto;
  z-index: 20;
  color: #fff;
}


/*-------------------------------------------------
Map
-------------------------------------------------*/

.map-area {
overflow: hidden;
background:#fff;
background-size: cover;
padding-top: 7em;
}
.map-area .map-inner {
overflow: hidden;
width: 80%;
margin: 0 auto;
	display: flex;
}
.map-area .map-img {
        width: 52.8%;
        height: auto;
}
.map-area .map-img img {
width:100%;
height: auto;
}
ul.spot-box {
overflow: hidden;
width:47.2%;
}
ul.spot-box li a {
display: block;
text-decoration: none;
}
ul.spot-box li img {
aspect-ratio: 16 / 9;
        width: 100%;
        object-fit: cover;
    -moz-transition: all 0.35s linear;
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    transition: all 0.35s linear;
    opacity: 1;
}
ul.spot-box li a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
}
ul.spot-box li {
    float: left;
    position: relative;
    overflow: hidden;
    width: 50%;
    text-align: center;
    background: #000;
    display: flex;
}
ul.spot-box li p {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: auto;
    color: #fff;
    font-family: 'Hiragino Kaku Gothic W6 JIS2004', sans-serif;
    -moz-transition: -moz-transform 0.35s linear;
    -webkit-transition: -webkit-transform 0.35s linear;
    -o-transition: -o-transform 0.35s linear;
    -ms-transition: -ms-transform 0.35s linear;
    transition: transform 0.35s linear;
	line-height: 1.4em;
	font-weight: 600;
}


/*-------------------------------------------------
contents base
-------------------------------------------------*/

.spot-area {
background: #fff;
padding: 7em 0;
}
h3 {
font-size: 2.6em;
        text-align: center;
	font-weight: 500;
}
.spot-area ul.spot-list {
        overflow: hidden;
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
}
.spot-area ul.spot-list li {
    width: 47.5%;
    transition: .5s;
    padding-top: 5em;
}
.spot-area ul.spot-list li:nth-child(odd) {

}
h4 {
        font-size: 1.4em;
        text-align: center;
        font-weight: 500;
        line-height: 1.5;
	padding-bottom: 1em;
}
h4 span {
font-size: 18px;
}
.img-box {
position: relative;
z-index: 0;
}
.img-box img {
        width: 100%;
        height: auto;
        border-radius: 0.6em;
}
.season-box {
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 1.6;
    padding-bottom: 1em;
    font-size: 0.9em;
    color: #ab7e5e;
}
.text-box {
 margin: 1.5em 0;
    font-size: 0.95em;
    line-height: 1.8em;
}
	
.hotel-inner .text-box {
    margin: 0 0 2em;
    font-size: 0.82em;
    line-height: 1.8em;
    min-height: 7em;
}
	
.spot-area dl {
    display: flex;
    align-items: center;
    border-top: #c5c5c5 solid 1px;
	width: 100%;
}
.spot-area dt {
    width: 7em;
    padding: 0.8em 0.4em;
    font-size: 0.85em;
    line-height: 1.4em;
    font-weight: 500;
}
.spot-area dd {
    padding: 0.8em 0.4em;
    font-size: 0.85em;
    line-height: 1.4em;
    font-weight: 500;
}
	.spot-area dd a {
text-decoration: underline;
}
	
	
.caution {
  font-size: 13px !important;
  margin-bottom: 15px;
}
.moves {
	transform: translate(0,0) !important; 
	-webkit-transform: translate(0,0) !important; 
  opacity: 1 !important;
}

.hotel-area {
  background: url(../images/hotel_bg.jpg) fixed;
  background-size: cover;
  padding: 80px 0;
}
.hotel-inner {
    overflow: hidden;
    width: 80%;
    padding: 3em;
    background: #fff;
    margin: 0 auto;
    border-radius: 1em;
}
.hotel-inner ul{
    display: flex;
    gap: 2.5em;
	justify-content: center;
}
.hotel-inner li {
    width: 33%;
}
	.hotel-inner h3 {
    font-size: 2.6em;
    text-align: center;
    padding-bottom: 1em;
}
.hotel-inner h4 {
    font-size: 1.1em;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 1em;
}
.hotel-img {
margin-bottom: 1.5em;
}
.hotel-img img {
width: 100%;
height: auto;
	border-radius: 0.5em;
}
.hotel-btn a {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 2.8em;
    line-height: 2.8em;
    background: #eb800b;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.1em;
    transition: .5s;
    font-weight: 600;
}
.hotel-btn a:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
  transition: .5s;
}


/*-------------------------------------------------
url
-------------------------------------------------*/
.url-area {
padding: 20px 0;
background: #eee;
text-align: center;
}
#url-box {
width: 400px;
height: 36px;
font-size: 16px;
padding: 0;
}
.url-btn {
width: 300px;
height: 40px;
background: #fff;
border: 1px solid #ccc;
border-radius: 6px;
color: #333;
text-align: center;
font-size: 16px;
cursor: pointer;
}
@media print, screen and (max-width: 1000px){
.top-area hgroup {
    width: 70%;
}
	.hotel-inner ul {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hotel-inner li {
    width: 48%;
    margin-bottom: 40px;
}
	
}
@media print, screen and (max-width: 650px){
	
	.top-area hgroup {
    width: 80%;
}.map-area .map-img {
    width: 100%;
    height: auto;
}
	.map-area .map-inner {
    overflow: hidden;
    width: 86%;
    margin: 0 auto;
    display: block;
}ul.spot-box {
    overflow: hidden;
    width: 100%;
}ul.spot-box li {
    width: 33.33%;
}ul.spot-box li p {
    font-size: 13px;
    font-weight: 600;
}h3 {
    font-size: 24px;
}h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
}.season-box {
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 1.6;
    padding-bottom: 1em;
    font-size: 14px;
    color: #ab7e5e;
}.spot-area ul.spot-list {
    width: 86%;
    display: block;
}.spot-area ul.spot-list li {
    width: 100%;
    transition: .5s;
    padding-top: 5em;
}.hotel-inner ul {
    display: block;
}.hotel-inner li {
    width: 100%;
    margin-bottom: 40px;
}.hotel-inner .text-box {
        font-size: 13px;
        line-height: 1.6;
        min-height: auto;
        margin-bottom: 20px;
}.hotel-inner h4 {
    font-size: 18px;
}.hotel-btn a {
    font-size: 15px;
}.hotel-inner h3 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 1em;
}.top-area hgroup h2 {
    font-size: 20px;
    margin-bottom: 1em;
    font-weight: 600;
}.top-area hgroup h1 {
    font-size: 40px;
    margin-bottom: 25px;
    font-weight: 500;
}.top-area hgroup h3 {
    font-size: 15px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 2em;
    font-weight: 500;
}.top-area p.dates {
    font-weight: bold;
    line-height: 1.5;
    font-size: 12px;
}h4 {
    padding-bottom: 5px;
}
}

@media print, screen and (max-width: 430px){
	.top-area hgroup h1 {
    font-size: 34px;
}
	.top-area hgroup h2 {
    font-size: 17px;
    margin-bottom: 1em;
    font-weight: 600;
}.top-area hgroup h3 {
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 2em;
    font-weight: 500;
}.leaf01 {
    top: -7em;
    left: 0;
    width: 10em;
}.leaf02 {
    right: -2em;
    bottom: -5em;
    width: 9em;
}ul.spot-box li {
    width: 50%;
}.text-box {
    margin: 1.5em 0;
    font-size: 14px;
    line-height: 1.8em;
}.spot-area dd {
    font-size: 14px;
}
	.spot-area dt {
    font-size: 14px;
}.hotel-inner {
    padding: 20px;
}.hotel-inner h4 {
    font-size: 16px;
}.spot-area ul.spot-list li {
    padding-top: 30px;
}
h4 {        font-size: 17px;
    padding-bottom: 20px;
}.hotel-inner {
    padding: 20px;
    border-radius: 10px;
}
	.img-box img {
    border-radius: 10px;
}
}




