@charset "utf-8";

main .title_area {
	background: #666;
	overflow: hidden;
	margin-bottom:40px;
}

main .title_area .container {
	box-shadow: 0 36px 0px 0px #666, 0 -36px 0px 0px #666, 48px 0 60px -16px rgba(0,0,0,0.4), -48px 0 60px -16px rgba(0,0,0,0.4);
	padding:2em;
}

main .title_area h1 {
	font-size:1.5em;
	font-weight:bold;
	color:#FFF;
	text-align: center;
}

/*---------------------------------------------------------

    contents

---------------------------------------------------------*/

#access {
	padding:0 0 30px;
	overflow: hidden;
	max-width:780px;
}

.conts + .conts {
	margin-top: 4.2rem;
}

#access .main_column h2 {
	font-weight:bold;
	border-left:solid 4px #F7CB00;
	background: #F5F5F5;
	padding:0.5em 0.8em;
	font-size:1.2em;
	margin-bottom:1em;
}

#access .main_column p {
	margin-bottom:1em;
}

.exterior {
	overflow: hidden;
	margin-bottom:1em;
}

.exterior img {
	float:left;
	width:36%;
}

.exterior ul.address {
	float:left;
	padding-left:1em;
}

#access .section {
	margin-bottom:4em;
}

#access .s_clear {
	clear:both;
	display: block;
	margin-top:2em;
}

#access h3 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0.3em;
}

#access h3:before {
	content:"■ ";
	color:#F7CB00;
}

#access iframe {
	width:100%;
	height:300px;
}

#access h4 {
	font-weight:bold;
	margin-top:1em;
	margin-bottom:0.3em;
}

.main_column table {
	border:solid 1px #999;
	width:100%;
}

.main_column table tr th,
.main_column table tr td {
	border-bottom:solid 1px #999;
	padding:0.5em 1em;
}

.main_column table tr td a {
	text-decoration: underline;
}

.main_column table tr td a:hover {
	text-decoration:none;
}

.main_column table tr th {
	background: #F5F5F5;
}

.main_column table tr td table,
.main_column table tr td table tr th,
.main_column table tr td table tr td {
	border:none;
	background: none;
	padding:0;
	width: auto;
}

.main_column table tr td table tr th {
	font-weight:bold;
	padding-right:1em;
	text-align: right;
}

#history .inner table tr th {
	width:7em;
}

#history .inner table tr td p {
	margin-bottom:0;
}

#history .inner table tr td p + p {
	padding-top:0.6em;
}

.side_column {
	border-radius: 8px;
	width:90%;
	max-width:480px;
	margin:50px auto 0;
	background: #666;
	padding:0.3em 0.6em 0.6em 0.6em;
}

.side_column h2 {
	font-size:1.1em;
	font-weight:bold;
	padding:0.6em 0.6em;
	color:#FFF;
}

.side_column ul {
	
}

.side_column ul li + li {
	border-top:solid 2px #666;
}

.side_column ul li a {
	display: block;
	color:#222;
	padding:0.7em 1em;
	background: #FFF;
}

.side_column ul li a.active {
	background: #F7CB00;
}

.side_column ul li a:hover {
	text-decoration:none;
	opacity: 0.7;
}

.caution {
	margin-top: 0.2em;
	border: solid 1px #FF3300;
	font-size: 1em;
	padding: 0.5em 1em;
	color: #FF3300;
}

@media screen and (min-width: 480px) {

/*---------------------------------------------------------

    contents

---------------------------------------------------------*/

.exterior img {
	width:42%;
}

.exterior ul.address {
	padding-left:2em;
}

}






@media screen and (min-width: 768px) {

/*---------------------------------------------------------

    contents

---------------------------------------------------------*/

.exterior img {
	width:50%;
}

}






@media screen and (min-width: 1098px) {

#access {
	max-width:1100px;
	margin-bottom:60px;
}

/*---------------------------------------------------------

    contents

---------------------------------------------------------*/

.main_column {
	float:left;
	width:780px;
}

.side_column {
	border-radius: 0;
	margin-top:0;
	float:right;
	width:240px;
}

}






@media screen and (min-width: 1400px) {
	
/*---------------------------------------------------------

    contents

---------------------------------------------------------*/



}