@charset "utf-8";
/* CSS Document */

/*html {
  scroll-behavior: smooth;
}*/
#container{
	font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    margin: 0;
	font-size: 14px;
	color: #444444;
	line-height: 1.7;	
}

* { box-sizing: border-box; }
#container th{	font-family: 'Noto Sans JP', sans-serif;}
#container a{
	text-decoration: none;
/*	color: #333;*/
}
#container a:hover{
/*	color: #333;*/
	opacity: .6;
}
#container img{
	width: 100%;
	vertical-align: bottom;
}
.w1000{
	width: 1000px;
	margin: 0 auto;
}

.pc{display: block;}
.sp{display: none;}
.sp_only{display: none;}

ul {
  list-style: none;
}
p,li,dd {text-align: justify;}

/*-- 画像位置 --*/
#container img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
	max-width: 100%;
}
/*-- flex --*/
.flex_box {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
/*	align-items: flex-end;*/
}
/*-- font --*/
.s-font{font-size: 0.9em;}
.image{position: relative;}
.cre{
	position: absolute;
	bottom:0;
	right: 0;
	background: rgba(0,0,0,0.80);
	color: #fff;
	font-size: .9em;
	padding: 0 5px;
}
/*--------------------page-top */
#page-top{
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 20px;
}
#page-top a{
	font-size: 2em;
	padding: .5em;
	border-radius: 2em;
    color:  #FFFFFF;
    background:  rgba(255,0,0,0.50);
	text-decoration: none;
}
#page-top a:hover{
   background:  rgba(255,0,0,1.00);
}
/*--------------------パンくず */
#pankuzu{
	margin: 15px auto;
	width: 1000px;
	font-size: .85em;
}

#pankuzu ul{
    padding: 0 0 5px;
    _zoom: 1;
}
#pankuzu li{
    float: left;
    list-style: none;
}
#pankuzu li + li:before{
    margin: 0 8px;
    content: '>';
}
/**************************★min770px－max999px************/
@media screen /*and (min-width: 770px) */and (max-width: 1000px){

#container, .w1000 {
	min-width: 100%;  
	width: 100%;
	margin: 0;
	overflow: hidden;
}
.w1000 {
	padding: 0 5px;
}
}
/**************************★タブレット対応************/
@media screen /*and (min-width:600px) */and (max-width:769px)  {
.w1000 {
	padding: 0 5px;
}

img{
    width /***/: auto;
    max-width: 100%;
    height: auto;
}
/* 非表示指定 */
.pc{display: none;}
.sp_only{display: none;}	
.sp{display: block;}	
#breadcrumbs,#pankuzu,#breadcrumb {display: none;}
	
}


/*------------------------------marker*/
.marker{
background:linear-gradient(transparent 65%, #fff799 65%);
font-weight:500; 
}

h2{
	font-size: 1.7em;
	border-bottom: 4px #fff solid;
	margin-bottom: 1em;
	padding-left: .5em;
}
h2 span{
	font-family: "Pacifico", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: .6em;
	margin-left: 1.2em;
}
/*********************スマホ対応*********************/
@media screen and (max-width:599px)  {
.pc_none{display: none!important;}
.sp_only{display: block;}

h2{
	font-size: 1.3em;
	border-bottom: 2px #fff solid;
	margin-bottom: 0;
}
}
/*----------------------------------------------------------------------title*/
#title{
	background:url("../img/main_bg.jpg") repeat-x center center;
	background-size:contain;
	height:730px;
	text-align: center;
	
	position: relative;
}

#title h1{
	max-width: 1000px;
    margin: 0;
    padding:35% 0;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background: url("../img/title.png") no-repeat top left;
    background-size: 100%;
}
#title p{
	position: absolute;
	top:7.5em;
	left:49%;
	color: #E6FF00;
	font-weight: 900;
	font-size: 2.5em;
	line-height: 1.2;
	padding: .3em .5em;
	background: #000000;
	border-radius: 2em;
	border: #E6FF00 solid 5px;
	transform: rotate(15deg);
}
/*********************min1000px－max1920px*********************/
@media screen and (max-width: 1920px){
#title{
	background:url("../img/main_bg.jpg") no-repeat center center;
	background-size:auto;}
}
/*********************min770px－max1000px*********************/
@media screen /*and (min-width: 770px) */and (max-width: 1000px){
	#title h1{ padding: 45% 0;	}
#title p{
	position: absolute;
	top:35%;
	left:57%;
	color: #E6FF00;
	font-weight: 900;
	font-size: 2.5em;
	line-height: 1.2;
	padding: .3em .5em;
	background: #000000;
	border-radius: 2em;
	border: #E6FF00 solid 5px;
	transform: rotate(15deg);
}	
}
/*********************タブレット対応*********************/
@media screen /*and (min-width:600px) */and (max-width:769px)  {
	#title{
	background:none;
	height:auto;
}
#title .w1000{padding: 0;}
#title h1 span{
	margin-top: -1.5em;
	}
#title h1{
    padding: 0;
    text-indent: 0;
    background: none;
}	
}
/*------------------------------------------------------point*/

#point{
	padding: 5em 0 ;
	background:url("../img/point_bg.jpg") no-repeat center center;
	background-size:cover;

}
#point .w1000{display: flex;}
/*#point p{
	margin-right: 2em;
	flex: 1;
	max-width: 340px;
}*/
#point h2{
	border-bottom: 4px #333 solid;
}
#point p + div{ 	flex: 2;}
#point ul{
	font-size: 1.3em;
}
#point ul li{
 	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.3;
	margin-bottom: .5em;
}
#point ul li strong{
	color: #000000;
	font-size: 1.1em;
	margin: 0 2px;
	font-weight: 700;
	background:linear-gradient(transparent 75%, #FFFACA 75%);
}
	
/*********************スマホ対応*********************/
@media screen and (max-width:599px)  {
#point{	padding: 1.5em 0 ;}
#point p{	margin-right: .5em;	}
#point ul{	font-size:max(1.8vw,14px);}
}
/*----------------------------------------------------------------------profile*/
#profile{
	padding: 5em 0;
	background:url("../img/profile_bg.jpg") no-repeat center center;
	background-size:cover;
}

#profile h2{
	border-bottom-color: #D71E1E;
}
#profile h2 + p{
	font-size: 1.1em;
	margin-bottom: 1em;
}
#profile dl{
	background: #fff;
	padding: 1em;
	border: #404040	1px solid;
	display: flex;
	flex-direction:row-reverse;
	align-items: center;
	line-height: 1.3;
}
#profile dt{flex: 1;}
#profile dd{flex: 4; margin: 0 1.5em;}
#profile dd strong{ display: block;}
/*********************スマホ対応*********************/
@media screen and (max-width:599px)  {
#profile{	padding: 1.5em 0 ;}
#profile dl{	display: block;}
#profile dd{	margin: 0;}
}


/*----------------------------------------------------------------------support*/
#support{
	padding: 5em 0;
	background:url("../img/support_bg.jpg") no-repeat center center / cover;
	color: #fff;
}
#support h2 + p{
	font-size: 1.2em;
	margin-bottom: 1em;
}
#support dl{
	flex: 1;
	margin: 2em .5em 0;
}

#support dd{ margin: .7em 0;}
#support dd strong{ display: block; font-size: 1.2em;}
/*********************スマホ対応*********************/
@media screen and (max-width:599px)  {
#support{	padding: 1.5em 0 ;}
#support .flex_box{	display: block;}
}

/*----------------------------------------------------------------------map*/
#map{
	padding: 5em 0;
	background:url("../img/map_bg.jpg") no-repeat center center / cover;
}
#map h2{
	border-bottom: 4px #282828 solid;
}
#map h2 + p{margin-bottom: 3em;}
#map dl{
	display: flex;
	flex-wrap: wrap;
}
#map dt{
	background: #333;
	color: #fff;
	width: 4em;
	margin-bottom: .3em;
	text-align: center;
	padding: .5em 0;
}
#map dd{
	width: calc(100% - 4em);
	background: rgba(255,255,255,0.80);
	margin-bottom: .3em;
	padding: .8em;
}
#map dd small{
	padding: 2px .5em;
	background: #D57400;
	color: #fff;
	margin-right: .5em;
	
}
#map dl + p{color: #fff;}
#map dl + p + div{color: #fff;}
/*********************スマホ対応*********************/
@media screen and (max-width:599px)  {
#map{	padding: 1.5em 0 ;}
}

/*----------------------------------------------------------------------hotel*/
#hotel{
	padding: 5em 0;
	background-color: rgba(254,250,232,1.00);
	background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, rgba(252,246,219,1.00) 10px, rgba(252,246,219,1.00) 20px );
	color: #000;

}
#hotel h2{
	border-bottom-color: #000;
}
#hotel h2 + p{
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 1em;
}
#hotel dl{
	background: #fff;
	padding: 1em;
	flex: 2;
}
.hotel01 p{flex: 3;}
#hotel dl dt{
	font-weight: 900;
	font-size: 1.3em;
	color: #5A4300;
	border-bottom: #5A4300 solid 3px;
	margin-bottom: 1em;
}
#hotel dl dt span{
	font-weight: 300;
	font-size: .8em;
	background: #5A4300;
	color: #fff;
	padding: 2px .5em;
	margin-right: .5em;
}
#hotel dl .image{
	display: flex;
	margin-bottom: .5em;
}
#hotel dl dd span{	
	background: #ECEAE5;
	display: block;
	padding: .7em;
	margin-top: 1em;
	
	line-height: 1.3;}
#hotel dl .image p:first-of-type{flex: 3; margin-right: .5em;}
#hotel dl .image p:nth-of-type(2){flex: 3; margin-right: .5em;}
#hotel dl .image p:last-of-type{flex: 2.5; font-size: .8em;}

/**************************★タブレット対応************/
@media screen /*and (min-width:600px) */and (max-width:769px)  {
.flex_box.hotel01{display: block;}
/*
#hotel .flex_box {	display: block;}
#hotel dl dt{	font-size: 1.05em;}*/
}
/*********************スマホ対応*********************/
@media screen and (max-width:599px)  {
#hotel{	padding: 1.5em 0 ;}
#hotel h2 + p{
	font-size: 1em;
	line-height: 1.3;
	margin:.5em 0;
}
/*#hotel .flex_box {	display: block;}*/
#hotel dl dt{	font-size: 1.05em;}
}

/*----------------------------------------------------------------------rental*/
#rental{
	padding: 5em 0;
	background:url("../img/rental_bg.jpg") no-repeat center center / cover;
	color: #000;
}
#rental h2{
	color: red; 
	text-align: center;
	border-bottom: none;
	font-weight: 900;
}
#rental h2 + p{
	font-size: 1.2em;
	margin-bottom: 1em;
	text-align: center;
}
#rental h3{
	font-size: 1.2em;
	text-align: center;
	margin-top: 2em;
}
#rental h3 + p{
	margin-bottom: 1em;
	text-align: center;
}

#rental .class_table{
	display: flex;
	flex-wrap: wrap;
}
#rental .class_table dl{
	width: calc( 100% / 5);
	background: #fff;
	border: #797979 1px solid;
	
	display:flex;
	flex-direction: column;
}
/*#rental .class_table dl dd{display: block; position: relative; padding-bottom: 3.5em;}*/
/*#rental .class_table dl dd span{
	margin-top: auto;
	border-top:#BBBBBB 1px solid;
	display: block;
	position: absolute;
	bottom:0;
}*/
#rental .class_table dl dd:last-of-type{
	margin-top: auto;
	border-top:#BBBBBB 1px solid;
}
#rental .class_table dt{
	font-size: .85em;
	background: #E4E4E4;
	text-align: center;
	border-bottom: #797979 1px solid;
}
#rental .class_table dd{
	font-size: .85em;
	line-height: 1.2;
	background: #fff;
	padding:.5em;
}
#rental .class_table + p{line-height: 1.2;}
#rental ul{
	display: flex;
	flex-wrap: wrap;
	margin: 1em auto;
}
#rental li span{
	background: red;
	color: #fff;
	padding: 0 .5em;
	margin-left: 1em;
	margin-right: .3em;
	margin-bottom: .5em;
}


/*********************タブレット対応*********************/
@media screen and (max-width:769px) {
#rental	{	padding: 1.5em 0 ;}
#rental .class_table dl{	width: calc( 100% / 2);}
}
/*********************スマホ対応*********************/
@media screen and (max-width:599px)  {
#rental	{	padding: 1.5em 0 ;}
#rental .class_table{	display: block;}
#rental .class_table dl{
	width: 100%;
	flex-direction:row;
	flex-wrap: wrap;

}
#rental .class_table dt{
	width: 3.5em;
	border-bottom: none;
	border-right: #797979 1px solid;
}
#rental .class_table dd{
	width: calc( 100% - 3.5em);
}
#rental .class_table dl dd span{
	border-top:#BBBBBB 1px solid;
	padding-top: .5em;
	margin-top: .5em;
}
}


/*----------------------------------------------------------------------booking*/
#booking{
	padding: 5em 0;
	background:url("../img/booking_bg.jpg") no-repeat center center / cover;
	color: #fff;
}
#booking ul{
	display: flex;
	margin: 2em 0;
}
#booking ul li {	flex: 1;}
#booking ul li:nth-of-type(2){	margin:0 .5em;}
#booking ul li a{
	background: red;
	color: #000;
	display: block;
	text-align: center;
	padding: 1em .3em;
	font-size:min(2.9vw,23px);
	font-weight: 600;
}
#booking ul.tour_end li a{
	background: #A9A9A9 ;
}
#booking ul.tour_end li a:hover{
	opacity: 1;
}
#booking ul li small{
	display: block;
}

.supported p{max-width: 679px; margin: 2em auto;}
.atten{
	border: #fff solid 2px;
	padding: 2px .5em;
}
/*********************スマホ対応*********************/
@media screen and (max-width:599px)  {
#booking	{	padding: 1.5em 0 ;}
}




/*スクロールしたら表示させる*/
.sa {
  opacity: 0;
  transition: all 1s ease;
}
 .sa.show {
  opacity: 1;
  transform: none;
}
 
.sa-lr {  transform: translate(-100px, 0);}
.sa-rl {  transform: translate(100px, 0);}
.sa-up {  transform: translate(0, 100px);}
.sa-down {  transform: translate(0, -100px);}
.sa-scaleUp {  transform: scale(.5);}
.sa-scaleDown {  transform: scale(1.5);}
.sa-rotateL {  transform: rotate(180deg);}
.sa-rotateR {  transform: rotate(-180deg);}


