@charset "utf-8";
/*piccolacasa_style.css */

/* Suggested order:
 *
 * display
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * z-index
 *
 */

/* font-size:
 *
 * 10px - 72%
 * 11px - 79%
 * 12px - 86%
 * 13px - 93%
 * 14px - 100%
 * 15px - 108%
 * 16px - 115%
 *
 */


.cf {
	width: 100%;
}
.cf:after {
    content:".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0.1em;/*added for FF*/
}
body {
	width: 100%;
	font-family: Meiryo, arial, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: none;
}
a:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}

/* fixed border */

#fixed_border_top {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	height: 10px;
	background: url(../imgs/fixed_border.gif) top left repeat-x;
}
#fixed_border_right {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: url(../imgs/fixed_border.gif) top left repeat-y;
}
#fixed_border_bottom {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 10px;
	background: url(../imgs/fixed_border.gif) top left repeat-x;
	z-index: 1000;
}
#fixed_border_left {
	display: block;
	position: fixed;
	top: 0;
	width: 10px;
	height: 100%;
	background: url(../imgs/fixed_border.gif) top left repeat-y;
}


/* common */

#container {
	display: none;
}
#loading {
	position:absolute;
	left:50%;
	top:20%;
	margin-left:-30px;
}
.wrapper {
	width: 1000px;
	margin: 0 auto 90px auto;
	padding: 50px 0 0 0;
}
#gnavi {
	width: 1000px;
	margin: 40px 0 70px 0;
	border-radius: 5px;
	background-color: #990000;
}
#gnavi ul li {
	float: left;
}
#gotoTop {
	margin: 40px 0 0 0;
	text-align: right;
}
footer {
	width: 940px;
	margin: 30px 0 0 0;
	padding: 30px;
	border-radius: 5px;
	background-color: #990000;
}
footer .left {
	float: left;
	width: 286px;
	margin: 0 54px 0 0;
}
#company_name {
	margin: 15px 0 0 0;
}
footer .left2 {
	float: left;
	width: 280px;
	margin: 0;
}
#company_tel {
	margin: 10px 0 0 0;
}
footer .right {
	float: right;
	width: 250px;
}
#company_address {
	margin: 20px 0 0 0;
	font-size: 79%;
	color: #FFFFFF;
}
#copyright {
	margin: 30px 0 0 0;
	font-size: 79%;
	color: #FFFFFF;
}
#copyright a,
#copyright a:visited {
	color: #FFFFFF;
}

/* index */

#index {
	margin: 30px auto 90px auto;
}
#index h1 {
	margin: 0 0 20px 0;
	color: #990000;
	font-size: 86%;
	text-align: center;
}
#index h2 {
	margin: 0 0 60px 0;
	text-align: center;
}
#index #gnavi {
	margin: 60px 0 0 0;
}
#index_news {
	width: 930px;
	margin: 40px 0 0 0;
	padding: 30px;
	border: 5px solid #990000;
	border-radius: 10px;
	font-size: 115%;
	text-align: center;
}
#index_news h3 {
	margin: 0 0 40px 0;
}
#index_news ul li {
	margin: 0 0 10px 0;
}
#index_news ul li a,
#index_news ul li a:visited {
	color: #990000;
}
#index_gmapWrap {
	margin: 40px 0 0 0;
	padding: 10px;
	border: 5px solid #990000;
	border-radius: 10px;
}
#index #googleMap {
	width: 970px;
	height: 350px;
	border-radius: 10px;
}

header p {
	float: left;
	width: 252px;
	margin: 10px 18px 0 0;
}
header .description {
	float: right;
	width: 730px;
	text-align: left;
}
#equipment h1,
#equipment h2,
#roomplan h1,
#roomplan h2,
#location h1,
#location h2,
#access h1,
#access h2,
#outline h1,
#outline h2,
#contact h1,
#contact h2 {
	color: #990000;
	font-size: 86%;
	line-height: 1.6;
}

/* equipment */

#equipment h3 {
	margin: 0 0 80px 0;
	text-align: center;
}
#equpment_section_01,
#equpment_section_02,
#equpment_section_03,
#equpment_section_04,
#equpment_section_05,
#equpment_section_06 {
	margin: 0 0 100px 0;
}
#equpment_section_01 h4,
#equpment_section_02 h4,
#equpment_section_03 h4,
#equpment_section_04 h4,
#equpment_section_05 h4,
#equpment_section_06 h4,
#equpment_section_07 h4 {
	margin: 0 0 40px 0;
	text-align: center;
}
#equpment_section_01 p,
#equpment_section_02 p,
#equpment_section_03 p,
#equpment_section_04 p,
#equpment_section_05 p,
#equpment_section_06 p,
#equpment_section_07 p {
	font-size: 115%;
	text-align: center;
	line-height: 1.6;
}
#equpment_section_01 ul,
#equpment_section_02 ul,
#equpment_section_03 ul,
#equpment_section_04 ul,
#equpment_section_05 ul,
#equpment_section_06 ul,
#equpment_section_07 ul {
	margin: 40px 0 0 0;
}
#equpment_section_01 ul li,
#equpment_section_02 ul li,
#equpment_section_03 ul li,
#equpment_section_04 ul li,
#equpment_section_05 ul li,
#equpment_section_06 ul li,
#equpment_section_07 ul li {
	float: left;
	margin: 0 65px 0 0;
}
#equpment_section_01 ul li:last-child,
#equpment_section_02 ul li:last-child,
#equpment_section_03 ul li:last-child,
#equpment_section_04 ul li:last-child,
#equpment_section_05 ul li:last-child,
#equpment_section_06 ul li:last-child,
#equpment_section_07 ul li:last-child {
	margin: 0;
}

/* leanModal */

#lean_overlay {
	display: none;
	position: fixed;
	z-index: 11;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
}
#modal_room01,
#modal_room02,
#modal_room03,
#modal_kitchen01,
#modal_kitchen02,
#modal_kitchen03,
#modal_bath01,
#modal_bath02,
#modal_bath03,
#modal_shampoo01,
#modal_shampoo02,
#modal_shampoo03,
#modal_toilet01,
#modal_toilet02,
#modal_toilet03,
#modal_storage01,
#modal_storage02,
#modal_storage03,
#modal_public01,
#modal_public02,
#modal_public03 {
  display: none;
  width: 600px;
  padding: 30px;
  border: 5px solid #990000;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
#modal_room01 dl dt,
#modal_room02 dl dt,
#modal_room03 dl dt,
#modal_kitchen01 dl dt,
#modal_kitchen02 dl dt,
#modal_kitchen03 dl dt,
#modal_bath01 dl dt,
#modal_bath02 dl dt,
#modal_bath03 dl dt,
#modal_shampoo01 dl dt,
#modal_shampoo02 dl dt,
#modal_shampoo03 dl dt,
#modal_toilet01 dl dt,
#modal_toilet02 dl dt,
#modal_toilet03 dl dt,
#modal_storage01 dl dt,
#modal_storage02 dl dt,
#modal_storage03 dl dt,
#modal_public01 dl dt,
#modal_public02 dl dt,
#modal_public03 dl dt {
	margin: 0 0 20px 0;
	color: #990000;
	font-size: 129%;
	font-weight: bold;
	text-align: center;
}
#modal_room01 dl dd p,
#modal_room02 dl dd p, 
#modal_room03 dl dd p,
#modal_kitchen01 dl dd p,
#modal_kitchen02 dl dd p,
#modal_kitchen03 dl dd p,
#modal_bath01 dl dd p,
#modal_bath02 dl dd p,
#modal_bath03 dl dd p,
#modal_shampoo01 dl dd p,
#modal_shampoo02 dl dd p,
#modal_shampoo03 dl dd p,
#modal_toilet01 dl dd p,
#modal_toilet02 dl dd p,
#modal_toilet03 dl dd p,
#modal_storage01 dl dd p,
#modal_storage02 dl dd p,
#modal_storage03 dl dd p,
#modal_public01 dl dd p,
#modal_public02 dl dd p,
#modal_public03 dl dd p {
	width: 600px;
	margin: 0 0 30px 0;
	font-size: 115%;
	text-align: center;
}
.modal_gallery .modal_close {
  margin: 20px 0 0 0; 
  text-align: center;
}

/* roomplan */

#roomplan h3 {
	margin: 0 0 80px 0;
	text-align: center;
}
#roomplan_section_01 dl {
	width: 280px;
	float: left;
	margin: 0 80px 0 0;
	text-align: center;
}
#roomplan_section_01 dl:last-child {
	margin: 0;
}
#roomplan_section_01 dl dt {
	margin: 0 0 40px 0;
}
#roomplan_section_01 dl dd p:last-child {
	margin: 30px 0 0 0;
}
#roomplan_section_02 {
	margin: 70px 0 0 0;
	text-align: center;
}
#roomplan_section_02 h4 {
	margin: 0 0 40px 0;
}
#roomplan_section_02 table {
	width: 650px;
	margin: 40px auto 0 auto;
	border: 5px solid #990000;
	border-collapse: separate !important;
}
#roomplan_section_02 table td {
	border: 2px solid #990000;
	border-collapse: separate !important;
}
#roomplan_section_02 table td.kaisuu {
	width: 120px;
	padding: 20px 0;
	color: #FFFFFF;
	background-color: #990000;
	font-size: 143%;
	font-weight: bold;
	vertical-align: middle;
}
#roomplan_section_02 table td.room_num {
	padding: 15px 0;	
	color: #990000;
	font-weight: bold;
	font-size: 115%;
	vertical-align: middle;
	border-left: 5px solid #990000;	
}
#roomplan_section_02 table td.room_price {
	padding: 15px 0;
	font-size: 129%;
	border-bottom: 5px solid #990000;
	border-left: 5px solid #990000;	
}
#roomplan_section_02 table td.room_price_last {
	padding: 15px 0;
	font-size: 129%;	
	border-bottom: none;
	border-left: 5px solid #990000;	
}
#roomplan_section_02 #boshu_link a {
        display: block;
        width: 300px;
        margin: 50px auto 0 auto;
        padding: 15px;
	color: #990000;
	font-weight: bold;
	font-size: 115%;
        text-decoration: none;
        text-align: center;
        border: 5px solid #990000;
        border-radius: 5px;
}


/* leanModal */

#modal_typeA,
#modal_typeB,
#modal_typeC {
  display: none;
  width: 400px;
  padding: 30px;
  border: 5px solid #990000;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
#modal_typeA dl dt,
#modal_typeB dl dt,
#modal_typeC dl dt {
	margin: 0 0 20px 0;
	color: #990000;
	font-size: 129%;
	font-weight: bold;
	text-align: center;
}
#modal_typeA dl dd p,
#modal_typeB dl dd p,
#modal_typeC dl dd p {
	width: 400px;
	margin: 0 0 30px 0;
	font-size: 115%;
	text-align: center;
}


/* location */

#location h3 {
	margin: 0 0 80px 0;
	text-align: center;
}
#location_section_01 .left {
	float: left;
	width: 460px;
	height: 320px;
}
#location_section_01 .right {
	float: right;
	width: 490px;
	margin: 20px 0 0 0;
}
#location_section_01 .right h4 {
	margin: 0 0 40px 0;
}
#location_section_01 .right p {
	margin: 0 0 15px 0;
	font-size: 115%;
	line-height: 1.6;
}
#location_section_02 {
	margin: 60px 0 0 0;
}
#location_section_02 li {
	float: left;
	margin: 0 20px 0 0;
	width: 320px;
}
#location_section_02 li:last-child {
	margin: 0;
}
#location_section_02 li dt {
	margin: 10px 0 0 0;
	font-size: 86%;
	text-align: center;
}
#location_section_02 li dd {
	font-size: 86%;
	text-align: center;
	line-height: 1.6;
}
#location_section_02 li dd p {
	margin: 10px 0 0 0;
}

/* access */

#access h3 {
	margin: 0 0 80px 0;
	text-align: center;
}
#access_section_01 .left {
	float: left;
	width: 460px;
	height: 320px;
}
#access_section_01 .right {
	float: right;
	width: 490px;
	margin: 20px 0 0 0;
}
#access_section_01 .right h4 {
	margin: 0 0 40px 0;
}
#access_section_01 .right p {
	margin: 0 0 15px 0;
	font-size: 115%;
	line-height: 1.6;
}
#access_section_02 {
	margin: 60px 0 0 0;
}
#access_section_02 li {
	float: left;
	margin: 0 20px 0 0;
}
#access_section_02 li:last-child {
	margin: 0;
}
#access_section_03 {
	margin: 60px 0 0 0;
}
#access_section_03 .left {
	float: left;
}
#access_section_03 .right {
	float: right;
	width: 490px;
}
#access_section_03 .right dd {
	margin: 0 0 60px 0;
}
#access_section_03 .right dd ul li:nth-child(odd) {
	float: left;
	margin: 20px 0 0 0;
}
#access_section_03 .right dd ul li:nth-child(even) {
	float: right;
	margin: 20px 0 0 0;
}

/* outline */

#outline h3 {
	margin: 0 0 80px 0;
	text-align: center;
}
#outline_section_01,
#outline_section_02 {
	width: 480px;
}
#outline_section_01 {
	float: left;
}
#outline_section_02 {
	float: right;
}
#outline_section_01 h4,
#outline_section_02 h4 {
	margin: 0 0 30px 0;
	text-align: center;
}
#outline_section_01 table tr:nth-child(2n+1),
#outline_section_02 table tr:nth-child(2n+1) {
	background-color: #F5F5F5;
}
#outline_section_01 table th,
#outline_section_02 table th {
	width: 140px;
	font-weight: bold;
}
#outline_section_01 table td,
#outline_section_02 table td {
	width: 340px;
	padding: 12px 0;
	line-height: 1.6;
}

/* contact */

#contact h3 {
	margin: 0 0 80px 0;
	text-align: center;
}
.contact_txt {
	font-size: 115%;
	text-align: center;
	line-height: 1.6;
}
#contact_table_wrap {
	width: 720px;
	margin: 60px auto 0 auto;
	padding: 30px;
	border: 5px solid #990000;
	border-radius: 10px;
}
#contact_table_wrap table th {
	width: 230px;
	padding: 10px 20px 10px 0;
	color: #990000;
	font-weight: bold;
	vertical-align: middle;
}
#contact_table_wrap table th span {
	padding: 0 0 0 10px;
	vertical-align: -0.25em;
}
#contact_table_wrap table td {
	padding: 10px 0;
}
#contact_table_wrap table td input,
#contact_table_wrap table td textarea {
	font-size: 129%;
	width: 420px;
}
#contact_table_wrap table td textarea {
	height: 255px;
}
#contact_table_wrap p#submit_btn {
	margin: 20px 0 0 0;
	text-align: center;
}

/* thanks */

#thanks_top_btn {
	margin: 60px 0 0 0;
	text-align: center;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 40px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	margin: 10px 5px 5px 5px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -25px;
	width: 200px;
	margin: 0 5px;
}

/* PAGER */

.bx-wrapper .bx-pager {
	width: 1000px;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction a {
	display: none;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
