﻿@charset "UTF-8";

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/


/* ------ General Settings ------ */

img {
	/*max-width: 100%;*/
	/*height: auto;*/
	/*width: auto\9;*/
}

body {
	background: url(/common_parts/bg_body.png) #f9f7f0;
	background-position: 50% 0;
	background-repeat: no-repeat;

	overflow: hidden;
}

#img_omatome {
	display: none !important;
}

a:hover img {
	opacity: 0.8;
	-moz-opacity: 0.8;
	/* Firefox */
	filter: alpha(opacity=80);
	/* IE6/7 */
	-ms-filter: "alpha(opacity=80)";
	/* IE8 */
}

p {
	color: #333333;
}


#wrapper {
	position: relative;
}

/*  */

#box_head {
	width: 980px;
	margin: 0 auto 40px;
	position: relative;
	overflow: visible;
}

h1 {
	margin: 0 auto 23px;
	width: 241px;
	height: 71px;
	padding-top: 37px;
}

h1 a {
	display: block;
}

h1 a:hover img {
	opacity: 1;
	-moz-opacity: 1;
	/* Firefox */
	filter: alpha(opacity=100);
	/* IE6/7 */
	-ms-filter: "alpha(opacity=100)";
	/* IE8 */
}


h2 {
	text-align: center;
	line-height: 1;
}

div.box_utility {
	width: 280px;
	position: absolute;
	top: 48px;
	right: 50px;
}

#footer div.box_utility {
	width: auto;
	top: 42px;
	right: 0;
}

div.box_inquiry {
	float: left;
	padding-top: 3px;
	padding-left: 0;
	padding-bottom: 0;
}

p.btn_inquiry {
	margin-right: 12px;
	line-height: 1.6;
}

div.box_sns {
	float: left;
	height: 24px;

	display: flex;
	justify-content: center;
	align-items: center;

}

div.box_sns p {
	height: 18px;
	line-height: 1;
	margin-right: 10px;
}

div.box_sns a {
	display: block;
	width: auto;
	height: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	/* margin-left: 2px;
	margin-bottom: 12px; */
	padding: 0;
}

div.box_sns a img {
	/* display: none; */
}

div.box_sns p,
div.box_sns div {
	float: left;
}

div.twitter_tweet_ninja_m a {
	background-image: url(/common_parts/icon_tw.png);
}

div.facebook_share_ninja_m a {
	background-image: url(/common_parts/icon_fb.png);
}

div.google_plusone_ninja_m a {
	background-image: url(/common_parts/icon_google.png);
}

div.line_ninja_20x20 a {
	background-image: url(/common_parts/icon_line.png);
}

div.line_ninja_20x20 {
	width: 24px;
	height: 24px;
	padding: 0 !important;
}

/* 240716 */

div.box_sns p.txt_sns {
	float: none;
}

p.txt_sns img {
	width: auto;
	height: 100%;
}

div.box_sns ul {
	display: flex;
	height: 20px;
	gap: 0 10px;
}

div.box_sns ul li {
	width: 20px;
}

div.box_sns ul img {
	height: 100%;
}

div.box_sns .fa-brands {
	font-size: 24px;
}

/*  */

#reserved p {
	position: absolute;
	top: 71px;
	/*right: 20px;*/
	right: -15px;
	z-index: 10000;
}

#page_flow #reserved p {
	position: relative;
	margin-top: 20px;
	margin-left: -15px;
	top: 0;
	right: 0;
}

#reserved p:hover {
	cursor: pointer;
	opacity: 0.8;
}

#close_reserved {
	position: absolute;
	z-index: 1000000;

	width: 26px;
	height: 26px;
	bottom: 0;
	right: 30px;
}

#btn_reserved {
	position: relative;
	z-index: 10000;
}

/*  */

#footer {
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 50px;
	position: relative;
}

#footer div.inner {
	height: 105px;
	border-top: 1px solid #d9d1c9;
	border-bottom: 1px solid #d9d1c9;
	position: relative;
}

#ttl_foot {
	padding-top: 34px;
}

#ttl_foot a:hover img {
	opacity: 1;
	-moz-opacity: 1;
	/* Firefox */
	filter: alpha(opacity=100);
	/* IE6/7 */
	-ms-filter: "alpha(opacity=100)";
	/* IE8 */
}

#footer address {
	padding-top: 20px;
	margin-bottom: 19px;
}

#footer address p {
	font-size: 12px;
	color: #444444;
}

#footer address span {
	font-weight: bold;
}

#footer address span#num_tokyo-to_license {
	font-weight: normal;
}

#footer address a {
	color: #444444;
	text-decoration: none;
}

#sitemap {
	border-bottom: 1px solid #d9d1c9;
	padding-bottom: 40px;
}

#sitemap:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#sitemap h6 {
	margin-bottom: 5px;
}

#sitemap a {
	color: #444444;
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}

#sitemap dl {
	float: left;
	margin-right: 33px;
}

#sitemap dl.last {
	margin-right: 0;
}

#sitemap dl.search {
	width: 350px;
}

#sitemap dt,
#sitemap dd {
	font-size: 12px;
	color: #444444;
	line-height: 2;
}

#sitemap dt {
	font-weight: bold;
	margin-bottom: 0px;

}

#sitemap dd {
	margin-bottom: 0px;
}

p.copyright {
	font: Verdana, Arial, sans-serif;
	text-align: right;
	font-size: 10px;
	color: #744d41;
	padding-top: 11px;
}


/*  */

#btn_page_top {
	position: fixed;
	bottom: 100px;
	right: 40px;
	z-index: 10000;
}

/*  */

#contents {
	clear: both;
	width: 980px;
	overflow: visible;
	margin: 0 auto;
}

/*  */

#main_nav:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#main_nav {
	width: 891px;
	margin: 0 auto 23px;
}

#page_home #main_nav {
	margin-bottom: 30px;
}

#main_nav ul {}

#main_nav li {
	float: left;
}

#main_nav a {
	display: block;
	height: 75px;

	background-image: url(/common_parts/parts_nav.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#nav_01 a {
	width: 203px;
	background-position: 0px 0;
}

#nav_02 a {
	width: 144px;
	background-position: -203px 0;
}

#nav_03 a {
	width: 146px;
	background-position: -347px 0;
}

#nav_04 a {
	width: 146px;
	background-position: -493px 0;
}

#nav_05 a {
	width: 91px;
	background-position: -639px 0;
}

#nav_06 a {
	width: 161px;
	background-position: -730px 0;
}

body#page_about_this #nav_01 a,
#nav_01 a.current,
#nav_01 a.active,
#nav_01 a:hover {
	background-position: 0px -75px;
}

#page_rent #nav_02 a,
#nav_02 a.active,
body#page_voice #nav_02 a,
#nav_02 a:hover {
	background-position: -203px -75px;
}

#page_sale #nav_03 a,
#nav_03 a.active,
#nav_03 a:hover {
	background-position: -347px -75px;
}

#page_owner #nav_04 a,
#nav_04 a:hover {
	background-position: -493px -75px;
}

#nav_04 a.active {
	background-position: -493px -150px;
}

#page_company #nav_05 a,
#nav_05 a:hover {
	background-position: -639px -75px;
}

#nav_05 a.active {
	background-position: -639px -150px;
}

#page_staff #nav_05 a:hover {
	background-position: -639px -150px;
}

body.csr #nav_05 a.active {
	background-position: -639px -75px;
}


#nav_06 a.active,
#nav_06 a:hover {
	background-position: -730px -75px;
}

/*  */

#box_main {
	width: 980px;
}

#box_main:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

section#main {
	width: 743px;
	float: left;
	min-height: 800px;

}

aside#right {
	width: 200px;
	min-height: 800px;
	float: right;

}

/*  */

#right div.side_contents h4,
#right h6 {
	font-size: 18px;
	height: 36px;
	line-height: 39px;
	margin-bottom: 16px;
	padding: 0 18px;
	background-color: #5c3d34;
	color: #f9f7f0;

	display: inline-block;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

#side_nav {
	margin-bottom: 30px;
}

#side_nav li {
	color: #5d3e34;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 19px;
}

#side_nav a {
	color: #5d3e34;
	text-decoration: none;
}

#side_nav a.active {
	color: #db5004;
	font-weight: bold;
}

/*  */

div.box_bnr {}

div.box_bnr p {
	margin-bottom: 12px;
}

/*  */

#topicpath {
	/*border-bottom: 1px dotted #000000;*/
	margin-bottom: 25px;
	background-image: url(/common_parts/bg_topicpath.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

#topicpath ul {
	text-align: center;
	padding-bottom: 6px;
}

#topicpath li {
	font-size: 12px;
	display: inline;
	list-style-type: none;
	line-height: 1;
	color: #9f9d9c;
}

#topicpath li:before {
	content: " > ";
	color: #db5004;
}

#topicpath li:first-child:before {
	content: "";
}


/*  */

article#staff {
	clear: both;
	text-align: center;
	position: relative;
}

#bnr_staff {
	clear: both;
	padding-top: 24px;
	margin-bottom: 54px;
	margin-right: -10px;
}


/*  */

#main_ttl {
	width: 743px;
	height: 90px;
	position: relative;
	background-color: #fff;
	overflow: visible;
	margin-bottom: 47px;
}

#main_ttl h3 {
	text-align: left;
}

#main_ttl p.catch {
	position: absolute;
	top: 53px;
	right: 13px;
}

/*  */

#kotak-dialog {
	position: absolute;
	top: 20%;
	left: 50%;
	margin: 0px 0px 0px -300px;
	width: 600px;
	height: auto;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	z-index: 1000;
	display: none;
}

#kotak-dialog *:focus {
	outline: none;
}

#kotak-dialog h3.title {
	background-color: #3B5998;
	padding: 10px 15px;
	color: #fff;
	font: normal 16px Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	position: relative;
}

#kotak-dialog h3.title a {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#kotak-dialog .isi-dialog {
	margin: 15px;
	font: normal 12px Arial, Sans-Serif;

}

#kotak-dialog .button-wrapper {
	padding: 10px 15px 0px;
	border-top: 1px solid #ddd;
	margin-top: 15px;
	text-align: center;
}

#kotak-dialog .button-wrapper button {
	background-color: #FF0C39;
	border: none;
	font: bold 12px Arial, Sans-Serif;
	color: #fff;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

#kotak-dialog .button-wrapper button:hover {
	background-color: #aaa;
}

#dialog-overlay {
	position: fixed !important;
	position: absolute;
	z-index: 999;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #000;
	display: none;
}

/* Iframe */
#iframeContainer iframe {
	width: 570px;
	height: 700px;
	border: none;
	background-color: #fff;
	overflow: hidden !important;
}

.spv {
	display: none !important;
}