@charset "utf-8";

/* ========================================================================================================================/
	
	Document : style.css

/======================================================================================================================== */

/* ------------------------------------------------------------------------------------------------------------------------/
   header
/------------------------------------------------------------------------------------------------------------------------ */
.caption {
	background-color: #68C9A1;
}

header .inner .tel {
	top: 25px;
}

/* ------------------------------------------------------------------------------------------------------------------------/
   navi
/------------------------------------------------------------------------------------------------------------------------ */
nav {
	position:relative;
	width:100%;
	height:57px;
	box-sizing:border-box;
	background:#68C9A1;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	z-index:996;
	}
nav .inner ul {
	width:1100px;
	margin:0 auto;
	list-style:none;
}

/* ------------------------------------------------------------------------------------------------------------------------/
   visual
/------------------------------------------------------------------------------------------------------------------------ */
#visual {
	background:transparent url(image/visual/bg01.jpg)left top no-repeat;
	border-bottom: none;
}

#visual .caption_wrap {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

#visual .caption {
	width:456px;
	height: 181px;
	position: absolute;
	top: 34px;
	right: 0;
	box-sizing: border-box;
	background: none;
}


/* ------------------------------------------------------------------------------------------------------------------------/
	info
/------------------------------------------------------------------------------------------------------------------------ */

#info {
	width: 100%;
	max-width: 1920px;
	height: 40px;
	background-color: #68C9A1;
	position: relative;
}

#info .info_wrap {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

#info h2 {
	width: 150px;
	height: 60px;
	padding: 15px 0;
	text-align: center;
	background-color: #4BAD74;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: -40px;
	z-index: 3;
	border-radius: 10px 10px 0 0;
}

#info .ticker {
    width: 920px;
    height: 1em;/*ここを変えれば表示するアイテム数を変更できる*/
	line-height: 1;
    overflow: hidden;
    padding: 0;
	text-align: left;
	color: #fff;
    list-style: none;
	position: absolute;
	left: 170px;
	bottom: -28px;
}

#info .ticker a {
	color: #fff;
}




/*
#info .info_desc {
	position: absolute;
	left: 190px;
	bottom: -36px;
}





/* ------------------------------------------------------------------------------------------------------------------------/
	about
/------------------------------------------------------------------------------------------------------------------------ */

#about {
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
	padding: 70px 0 50px;
	background: url(image/about/st_bg.png);
}

#about h2 {
	width: 357px;
	height: 30px;
	padding: 0;
	margin: 0 auto 50px;
	background-image: url(image/about/title.png);
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

#about .cl {
	width: 1100px;
	margin: 0 auto;
}

#about .img {
	display: block;
	margin-right: 30px;
}

#about .desc {
	width: 1100px;
	text-align: left;
	font-size: 20px;
	line-height: 1.7;
	margin-bottom: 1.25em;
}

#about .btn_box {
	width: 1100px;
	list-style: none;
}

#about .btn_box li .btn {
	display: block;
	width: 360px;
	height: 92px;
	padding: 30px 0;
	background: url("image/about/arrow.png") 310px 36px no-repeat;
	border-radius: 10px;
	box-sizing: border-box;
	text-decoration: none;
	transition:0.3s;
}

#about .btn_box li .btn01 { background-color: #4BAC73; }
#about .btn_box li .btn02 { background-color: #FF9D3C; }

#about .btn_box li .btn:hover {
	background-position:310px 46px;
	opacity:0.8;
}


/* ------------------------------------------------------------------------------------------------------------------------/
	access
/------------------------------------------------------------------------------------------------------------------------ */

#access {
	margin-bottom: 50px;
}

#access h2 {
	width: 371px;
	height: 30px;
	padding: 0;
	margin: 0 auto 50px;
	background-image: url(image/access/title.png);
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

#access table {
	width: 550px;
	line-height: 1.4;
	margin-bottom: 30px;
}

#access table th {
	width: 110px;
}

#access table th,td {
	padding: 0.9em;
}

#access table .note {
	color: #D80000;
	font-size: 12px;
}

#access table .pdf_list li {
	display: block;
	position: relative;
	float: left;
	background: url(image/access/icon01.png) left center no-repeat;
	margin-right: 16px;
	text-indent: 30px;
	list-style: none;
}

#access .btn {
	width: 550px;
	height: 100px;
	background: url("image/access/btn.png") no-repeat;
	transition:0.3s;
}

#access .btn a {
	display: block;
	width: 550px;
	height: 100px;
	background: url("image/access/arrow.png") 520px 38px no-repeat;
	transition:0.3s;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

#access .btn:hover {
	opacity:0.8;
}

#access .btn a:hover {
	background-position:525px 36px;
}

@media print,screen and (min-width:768px) {
  .gmap-warp {
    padding-top:30px;
    padding-bottom:20px;
  }
}


/* ------------------------------------------------------------------------------------------------------------------------/
	about
/------------------------------------------------------------------------------------------------------------------------ */

#price {
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
	padding: 70px 0 50px;
	background: url(image/about/st_bg.png);
}

#price h2 {
	width: 365px;
	height: 30px;
	padding: 0;
	margin: 0 auto 50px;
	background-image: url(image/price/title2.png);
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

#price .tab {
	width: 1000px;
	overflow:hidden;
	list-style: none;
	margin: 0 auto;
}

#price .tab li {
	width: 480px;
	height: 50px;
	font-size: 17px;
	background:#fff;
	border-top: 2px solid #FF9D3C;
	border-left: 2px solid #FF9D3C;
	border-right: 2px solid #FF9D3C;
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
	float:left;
	margin-right: 40px;
	line-height: 50px;
	position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#price .tab li::after {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-top: 2px solid #202020;
    border-right: 2px solid #202020;
    position: absolute;
    top: 18px;
    left: 130px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#price .tab li:last-child {
	margin-right: 0;
}

#price .tab li.select {
	background-color: #FF9D3C;
	color: #fff;
}

#price .tab li.select::after {
    border-color: #FFF;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#price .tab_contents .hide {
	display:none;
}

#price table {
	width: 1100px;
	margin: auto;
}

#price table th,td {
    border: 1px solid #ccc;
	padding: 0.9em;
}

#price table th {
	background-color: #EFEFEF;
}

#price table td {
	background-color: #FFF;
}

#price table td.cate {
	width: 4em;
	color: #202020 !important;
}

#price table .time th,
#price table .room th,
#price table .total td {
	border-bottom: 2px solid #ccc;
}

#price table .time img {
	display: inline-block;
	margin-bottom: 0.5em
}

#price table .room th {
	text-decoration: underline;
}

#price table .room img {
	float: left;
	margin-bottom: 0.5em;
}

#price table .total td {
	font-weight: bold;
	color: #D90000;
}

#price .note {
	width: 1100px;
	margin: 1em auto 0;
	color: #D90000;
	font-size: 13px;
	margin-top: 1em;
	text-align: left;
}

#price .request {
	width: 1100px;
	height: 150px;
	background: url(image/price/tel.png) no-repeat;
	margin: 30px auto;
	position: relative;
}

#price .request p {	
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

#price .request .btn {
	position: absolute;
	left: 528px;
	top:76px;
	display: block;
	width: 200px;
	height: 50px;
	padding: 4px 0;
	background: #FFF8DF url("image/price/btn_arrow.png") 170px center no-repeat;
	border: 2px solid #FF9D3C;
	border-radius: 10px;
	box-sizing: border-box;
	text-decoration: none;
	transition:0.3s;
}

#price .request .btn:hover {
	background-position:175px;
	opacity:0.8;
}


/* ------------------------------------------------------------------------------------------------------------------------/
	facbanner
/------------------------------------------------------------------------------------------------------------------------ */

#facility {
	height: 535px;
	background: url(image/facility/bg.png);
	box-sizing: border-box;
}

#facility h2 {
	width: 257px;
	height: 30px;
	padding: 0;
	margin: 0 auto 50px;
	background-image: url(image/facility/title.png);
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

#facility .cover_l {
	position:absolute;
	left:-420px;
}

#facility .cover_r {
	position:absolute;
	right:-420px;
}

#facility .bx-wrapper .bx-prev {
	background-image:url('image/facility/info_prev_off.png') !important;
	}
#facility .bx-wrapper .bx-next {
	background-image:url('image/facility/info_next_off.png') !important;
	}
#facility .bx-wrapper .bx-prev:hover {
	background-image:url('image/facility/info_prev_on.png') !important;
	}
#facility .bx-wrapper .bx-next:hover {
	background-image:url('image/facility/info_next_on.png') !important;
	}


/* ------------------------------------------------------------------------------------------------------------------------/
   footer
/------------------------------------------------------------------------------------------------------------------------ */

footer {
	border-top: 5px solid #68C9A1;
}

footer .inner .pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background:url(image/footer/pagetop.png) no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 70px;
	right: -30px;
	transition: 0.3s;
}

footer .inner .innerbox {
	background-image: url(image/footer/line.png);
}

footer .inner ul {

	list-style: url(image/footer/list_arrow.png);
}

footer .copyright {
	background-color: #68C9A1;
}


/* table */

.tab_contents td{
	vertical-align: middle;
}