
/*
======== table of content. =================================

　Shimanami Yamanami
	
============================================================
*/


/* ----------------------------------------------------------------------------
　common
---------------------------------------------------------------------------- */

/* text */
.text10{
	font-size:10px;
	line-height:150%;
}
.text11{
	font-size:11px;
	line-height:150%;
}
.text12{
	font-size:12px;
	line-height:150%;
}
.text13{
	font-size:13px;
	line-height:150%;
}
.text14{
	font-size:14px;
	line-height:150%;
}
.text15{
	font-size:15px;
	line-height:150%;
}
.text16{
	font-size:16px;
	line-height:150%;
}
.text17{
	font-size:17px;
	line-height:150%;
}
.text18{
	font-size:18px;
	line-height:150%;
}
.text19{
	font-size:19px;
	line-height:150%;
}
.text20{
	font-size:20px;
	line-height:150%;
}
.text21{
	font-size:21px;
	line-height:150%;
}
.text22{
	font-size:22px;
	line-height:150%;
}
.text23{
	font-size:23px;
	line-height:150%;
}
.text24{
	font-size:24px;
	line-height:150%;
}


.hover{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:2;
	background:url("../images/hover.png");
}


/* ----------------------------------------------------------------------------
　basic
---------------------------------------------------------------------------- */
#contentHeader{
	width:924px;
	margin:0 auto 10px;
}

#main{
	width:924px !important;
	margin:0 auto;
	background-color:#ebebeb;
	padding-bottom:17px;
}


/* ----------------------------------------------------------------------------
　main_slide
---------------------------------------------------------------------------- */
#main_slide{
	width:924px;
	height:642px;
	background-color:#eee;
	position:relative;
	z-index:2;
}

#main_slide .title_area{
	width:100%;
	height:97px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
	background:url("../images/title_area_bg.png");
}
#main_slide .title_area h2{
	position:absolute;
	top:20px;
	left:40px;
}
#main_slide .title_area .lead{
	width:300px;
	color:#000000;
	font-size:17px;
	line-height:150%;
	letter-spacing:5px;
	text-align:center;
	position:absolute;
	top:0px;
	left:360px;
	font-family: "Times New Roman", Georgia, Serif;
}


#slide_case{
	width:924px;
	height:533px;
	position:relative;
}
#slide_case .box{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slide_case a{
	cursor:pointer;
}
#main_slide .prev{
	position:absolute;
	top:310px;
	left:15px;
	z-index:6;
	cursor:pointer;
}
#main_slide .next{
	position:absolute;
	top:310px;
	right:15px;
	z-index:6;
	cursor:pointer;
}


/* description */
#main_slide .description{
	position:absolute;
	bottom:13px;
	left:395px;
	z-index:5;
	width:500px;
}

#main_slide .description h3{
	font-size:30px;
	color:#fff;
	line-height:120%;
	text-shadow: #000 1px 1px 5px, #000 -1px 1px 5px,
    #000 1px -1px 5px, #000 -1px -1px 5px;
}
#main_slide .description .text{
	color:#fff;
	line-height:150%;
	margin-bottom:5px;
	text-shadow: #000 1px 1px 5px, #000 -1px 1px 5px,
    #000 1px -1px 5px, #000 -1px -1px 5px;
}
#main_slide .description .btn_detail a{
	height:26px;
	padding:0 25px 0 12px;
	display:block;
	background:url("../images/title_area_btn_detail.jpg") right 0 no-repeat;
	text-decoration:none;
	color:#fff;
	float:right;
	line-height:26px;
}
#main_slide .description .btn_detail a:hover{
	background-position:right -26px;
}


/* paging_box */
#main_slide .paging_box{
	width:924px;
	height:109px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:3;
	background:url("../images/main_slide_paging_box.jpg") 0 0 no-repeat;
}
#main_slide .paging_box .paging{
	position:absolute;
	top:28px;
	left:32px;
}
#main_slide .paging_box .paging li{
	float:left;
	margin-right:13px;
	position:relative;
}
#main_slide .paging_box .paging li a span{
	display:none;
	width:68px;
	height:48px;
	border:3px solid #ffcd00;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}
#main_slide .paging_box .paging a:hover span,
#main_slide .paging_box .paging .on span{
	display:block;
}
#main_slide .paging_box .paging .on a{
	cursor:default;
}



/* ----------------------------------------------------------------------------
　map
---------------------------------------------------------------------------- */
#map{
	background-color:#ebebeb;
	position:relative;
	padding:410px 30px 28px 517px;
	width:377px;
	height:190px;
}
#map .photo{
	position:absolute;
	top:28px;
	left:30px;
}
#map .text{
	font-size:13px;
	line-height:160%;
	color:#333;
	position:relative;
	z-index:2;
}


/* ----------------------------------------------------------------------------
　contents
---------------------------------------------------------------------------- */
.contents{
	width:894px;
	margin:0 auto;
	background-color:#fff;
	position:relative;
}
.contents h3{
	width:894px;
	height:43px;
	padding-top:7px;
	margin-bottom:20px;
	background:url("../images/contents_title.jpg") 0 0 no-repeat;
	font-size:30px;
	line-height:120%;
	letter-spacing:3px;
	text-align:center;
	color:#fff;
	font-family: "Times New Roman", Georgia, Serif;
}

.contents .inner{
	padding:15px 16px 5px;
}

/* box */
.contents .box{
	width:403px;
	padding:12px 10px 10px;
	float:left;
	margin:0 15px 20px 0;
	
	text-decoration:none;
	position:relative;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	
	background-color:#f8f8f3;
	
	-webkit-box-shadow: 0px 0 2px 0px #ccc; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 0 2px 0px #ccc; /* Firefox用 */
	box-shadow: 0px 0 2px 0px #ccc; /* CSS3 */
}

.contents .box .place{
	color:#fff;
	line-height:120%;
	background-color:#555555;
	display:inline-block;
	padding:5px 10px;
	margin-bottom:10px;
}

.contents .box .photo{
	position:relative;
	margin-bottom:10px;
}
.contents .box .copy{
	color:#333;
	word-break:break-all;
	margin-bottom:15px;
}

/* btn_ryokan */
.contents .box .btn_ryokan a{
	display:block;
	text-decoration:none;
	
	width:406px;
	height:30px;
	text-align:center;
	font-size:18px;
	line-height:30px;
	margin-bottom:8px;
	color:#fff;
	font-family: "Times New Roman", Georgia, Serif;
	
	background:url("../images/btn_ryokan.png") right center no-repeat;
	background-color:#bababa;
}
.contents .box .btn_ryokan a:hover{
	background-color:#283860;
}

/* btn_tour */
.contents .box .btn_tour a{
	display:block;
	text-decoration:none;
	
	width:406px;
	height:30px;
	text-align:center;
	font-size:18px;
	line-height:30px;
	color:#fff;
	font-family: "Times New Roman", Georgia, Serif;
	
	background:url("../images/btn_tour.png") right center no-repeat;
	background-color:#bababa;
}
.contents .box .btn_tour a:hover{
	background-color:#326154;
}


