@charset "utf-8";
/* CSS3 Document */

article, aside, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

*{
	margin:0;
	padding:0;
	list-style-type:none;
	outline: none;
}
img {
	border: none;
	vertical-align: bottom;	
}
.ClassicShine img {
	max-width: 100%;
	height: auto;
}
li {
	list-style: none;
}
.clearfix {
	overflow: hidden;
}
table {
	border-collapse: separate;
	border-spacing:0;
}
a {
	color: #bfa161; 
	text-decoration: none;
}
a:hover {
	color: #bfa161; 
	text-decoration: underline;
}
.b {
	font-weight: bold;
}
.c {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.u {
	text-decoration: underline;
}
.r {
 color: #cb161f;
}
.gold {
	color: #bfa161;
}
p {
	padding-bottom: 8px;
}
	
body {
	margin: 0; 
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", "メイリオ", "Osaka", "ヒラギノ角ゴ Pro W3";
	color: #f8f5dd;
	font-size: 15px;
	font-size: 100%;
	line-height: 1.7;
	background: url(images/bg2.png) repeat-x #000000;
	text-align: center;
	/*-webkit-text-size-adjust: none;*/
	-webkit-text-size-adjust: 100%; /* -- 縦横でもフォントサイズが変わらない -- */
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	width: 962px;
	margin: 0 auto;
	height: 85px;
}
#header_text {
	width: 950px;
	height: 16px;
	padding: 4px 12px 0 0;
	text-align: right;
	color: #edead4;	
	font-size: 11px;
	font-weight: normal;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#header_text a {
	text-decoration: none;
	color: #edead4;	
}
#header_logo {
	float: left;
	line-height: 1;
}
#header_instagram {
	float: left;
	margin: 5px 0 5px 30px;
	text-align: center !important;
}
/*#header_instagram a:hover img {
	opacity: 0.80;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  -ms-filter: "alpha(opacity=80)";
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;	
}*/
#header_center {
	float: left;
	line-height: 1;
}
#header_tel {
	float: right;
	line-height: 1;
}
@media only screen and (max-width: 961px){
	#header {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#header_text {
		width: 100%;
		height: 16px;
		padding: 4px 0 0 0;
		text-align: right;
	}	
}
@media only screen and (max-width: 750px){
	#logo2 {
		display: none;
	}
}
@media only screen and (max-width: 450px){
	body {
		background: url(images/bg4_2.png) repeat-x #000000;
	}
	#header_logo, #header_tel {
		float: none;
		text-align: center;
	}
	#header {
		height: 151px;
	}
	#header_text {
		text-align: center;
	}
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gnavi {
	clear: both;
	margin: 1px auto 0;
	width: 962px;
	height: 49px;
}
#gnavi ul li{
	float: left;
	list-style: none;
}

@media only screen and (max-width: 961px){
	#gnavi {
		display: none;
	}
}

@media only screen and (min-width: 962px){
	#menu {
		display: none;
	}
}
@media only screen and (max-width: 961px){
#menu {
	width: 100%;
}
.trigger {
	clear: both;
	margin: 0 auto 0;
	width: 100%;
	height: 49px;
	text-align: left;
	position: relative;
	cursor: pointer;
	background: #550302; /* Old browsers */
	background: -moz-linear-gradient(top,  #550302 0%, #350201 95%, #000000 100%); /* FF3.6-15 */
	background:  -webkit-linear-gradient(top,  #550302 0%,#350201 95%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background:  linear-gradient(to bottom,  #550302 0%,#350201 95%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*border-bottom: 1px solid #bfa161;
	border-top: 1px solid #bfa161;*/
}
.trigger:after {
	width: 30px;
	height: 24px;
	background: url(images/navi/menu2.png) no-repeat right top;
	background-size: 30px 48px;
	position: absolute;
	top: 12px;
	right: 10px;
	content: "";
}
.trigger.active:after {
	background-position:  0 -24px;
}

.toggle_container ul {
	/*height: 480px;	
	-webkit-overflow-scrolling: touch !important;*/
}
.toggle_container li {
	font-size: 15px;
	text-align: left;
	background: #550302; /* Old browsers */
	background: -moz-linear-gradient(top,  #550302 0%, #350201 95%, #000000 100%); /* FF3.6-15 */
	background:  -webkit-linear-gradient(top,  #550302 0%,#350201 95%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background:  linear-gradient(to bottom,  #550302 0%,#350201 95%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.toggle_container li a {
	display: block;
	padding: 0 10px 0 40px;
	height:40px;
	line-height: 40px;
	color: #bfa161;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #bfa161;
	background: url(images/navi/star.png) no-repeat;
	background-position: 10px 7px;
}
.toggle_container li:first-child a {
	border-top: none;
}
.toggle_container li a:hover {
	background: url(images/navi/star.png) no-repeat #000;
	background-position: 10px 7px;
}
}

/*------------------------------------------------------------
	コンテンツ部分
------------------------------------------------------------*/
#container {
	clear: both;
	width: 962px;
	margin :0 auto;
	position: relative;
	z-index: 0;
}

.main {
	padding: 0;
	border: 1px solid #bfa161;
}
@media only screen and (min-width: 962px){
	.img2 {
		display: none;
	}
}
@media only screen and (max-width: 961px){
	#container {
		width: 100%;
		height: auto;
	}
	.img1 {
		display: none;
	}
}
@media screen and (min-width: 480px) and (max-width: 961px){
	.main img {
		width: 99%;
		height: auto;
	}
}
@media only screen and (max-width: 479px){
	.main img {
		width: 99%;
		height: auto;
	}
}


/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
#contents_left {
	clear: both;
	float: left;
	margin-top: 31px;
	width: 762px;
	/*display: inline;*/
}
#contents_left img {
	margin: 0 16px 18px 0;
}
#contents_left li {
	float: left;
	list-style: none;
}

#contents_right {
	float: right;
	width: 200px;
	margin-top: 15px;
}
.right_box {
	height: 90px;
}
.right_box1 {
	padding: 15px 0 30px;
}
.right_box2 {
	padding: 0 0 30px;
}
#instagram {
	clear: both;
	width: 200px;
	margin: 11px auto 30px;
	text-align: center !important;
}
#instagram a {
	display: block;
	width: 198px;
	height: 100px;
	border: 1px solid #333;
}
#instagram a:hover {
	border: 1px solid #c9a44c;
}

#side_quick_press {
	clear: both;
	width: 200px;
	margin: 11px auto 30px;
	text-align: center !important;
}
#side_quick_press a {
	display: block;
	width: 198px;
	height: 76px;
	padding-top: 24px;
	border: 1px solid #333;
}

@media only screen and (max-width: 961px){
	#contents_left {
		float: none;
		margin: 30px auto 0;
		width: 92%;
		max-width: 762px;
		min-width: 320px;
	}
	.title_img {
		width: 100%;
		overflow: hidden;
	}
	.title_img img {
		overflow: hidden;
	}
	#contents_right {
		clear: both;
		float: none;
		width: 100%;
		padding-bottom: 30px;
	}
	#right_box {	
		margin: 0 auto;
		width: 460px;	
	}
	.right_box1 {
		float: left;
		margin: 0 15px 18px;
	}
	.right_box {
		float: left;
		margin: 0 15px 18px;
		height: 80px;
	}
}

@media only screen and (max-width: 479px){
	#right_box {
		margin: 0 auto;
		width: 240px;
	}
}

/*------------------------------------------------------------
	TOP
------------------------------------------------------------*/
#news {
	width: 962px;
	height: 215px;
	height: 270px;
	margin: 30px 0 20px;
	background:url(images/top/news_bg2.png) no-repeat bottom;
	border-bottom: 1px solid #bfa161;
	text-align: left;
}
.news_box {
	overflow: auto;
	float:left;
	width: 685px;
	height: 155px;
	height: 210px;
	padding: 0 5px 10px 40px;
}
.news_box li {
	clear: both;
	/*width: 670px;*/
	padding: 10px 0;
	line-height: 1.6;
	border-bottom: 1px dotted #b08b54;
	font-size: 15px;
}
.news_box li a{
	color: #bfa161;
}
.date {	
	float: left;
	padding-right: 1em;
}
.news_text {
	float: left;
}
#blog	{
	float:right;
	width: 200px;
}
#blog	img {
	padding: 7px 10px 13px 0;
}

	
@media only screen and (max-width: 961px){
	#news {
		width: 100%;
		overflow: hidden;
		height: 400px;
		margin: 30px 0 20px;
		background: none;
		border-bottom: 1px solid #bfa161;
		text-align: left;
	}
	.news_box {
		overflow: auto;
		float:left;
		width: 95%;
		height: 340px;
		padding: 0 5px 10px 2%;
	}
	.news_box li {
		width: 100%;
	}
}
@media only screen and (max-width: 740px){
	.date {
		float: none;
		width: 100%;
		padding: 8px 0 8px 0;
	}
	.news_text {
		float: none;
		width: 100%;
		line-height: 1.7;
	}
}

#top_contents {
	width: 100%;
}
#top_contents img {
	margin: 0;
}
#top_contents ul {
	margin: 0 auto;
	width: 768px;
}
#top_contents li {
	float: left;
	margin: 0 16px 27px 0;
	list-style: none;
}
@media screen and (min-width: 780px) and (max-width: 961px){
	#top_contents ul {
		margin: 0 auto;
		width: 768px;
	}	
	#top_contents li {
		margin: 0 8px 18px;
	}
}
@media screen and (min-width: 512px) and (max-width: 779px){
	#top_contents ul {
		margin: 0 auto;
		width: 512px;
	}	
	#top_contents li {
		margin: 0 8px 18px;
	}
}
@media  only screen and (max-width: 511px){
	#top_contents ul {
		margin: 0 auto;
		width: 256px;
	}	
	#top_contents li {
		margin: 0 8px 18px;
	}
}

.trigger2 {
	clear: both;
	cursor: pointer;
}
#shoeshine-tokyo {	
	width: 842px;
	margin : -17px 0 40px;
	padding: 30px 50px 20px 70px;
	text-align: left;
	font-size: 90%;
	line-height: 1.7;
	background: url(images/top/shoeshine-tokyo_bg.png) no-repeat;
	border-bottom: 1px solid #bfa161;
}
#shoeshine-tokyo p {
	padding-bottom: 12px;
}
@media only screen and (max-width: 961px){
	.trigger2 {
		width: 100%;
		overflow: hidden;
		margin-top: 40px !important;
	}
	#shoeshine-tokyo {	
		width: 96%;
		margin : -17px 0 40px;
		padding: 20px 1% 20px 3%;
		text-align: left;
		font-size: 90%;
		line-height: 1.7;
		background: url(images/top/shoeshine-tokyo_bg.png) no-repeat;
		border-bottom: 1px solid #bfa161;
	}
}

/*------------------------------------------------------------
  quick_press
------------------------------------------------------------*/
#quick_press {
	clear: both;
	width: 960px;
	height: 98px;
	margin: 30px 0 40px;
	border: 1px solid #d6af51;
	background: url(images/top/delivery_bg.png) no-repeat #000;
}
#quick_press a {
	display: block;
	height: 81px;
	padding: 16px 0 0;
}
#quick_press img {
	margin: 0 50px;
}
@media only screen and (max-width: 961px){
	#quick_press {
		width: 99%;
		height: 98px;
		margin: 30px auto 40px;
		border: 1px solid #d6af51;
		background: url(images/top/delivery_bg.png) no-repeat #000;
	}
	#quick_press a {
		display: block;
		height: 81px;
		padding: 16px 0 0;
	}
	#quick_press img {
		margin: 0 35px;
	}
}
@media only screen and (max-width: 639px){
	#quick_press {
		width: 99%;
		height: 80px;
		margin: 30px auto 10px;
		padding: 16px 0 0;
		border: 1px solid #d6af51;
		background: url(images/top/delivery_bg.png) no-repeat #000;
	}
	#quick_press a {
		padding: 9px 0 0;
	}
	#quick_press img {
		margin: 0 10px;
		max-width: 42%;
		height: auto;
	}
}

/*------------------------------------------------------------
  delivery
------------------------------------------------------------*/
#delivery {
	clear: both;
	width: 960px;
	height: 72px;
	margin: 30px 0 40px;
	padding: 26px 0 0;
	border: 1px solid #d6af51;
	background: url(images/top/delivery_bg.png) no-repeat #000;
}
@media only screen and (max-width: 961px){
	#delivery {
		width: 99%;
		height: 72px;
		margin: 30px auto 40px;
		padding: 26px 0 0;
		border: 1px solid #d6af51;
		background: url(images/top/delivery_bg.png) no-repeat #000;
	}
}
@media only screen and (max-width: 542px){
	#delivery {
		width: 99%;
		height: 89px;
		margin: 30px auto 10px;
		padding: 9px 0 0;
		border: 1px solid #d6af51;
		background: url(images/top/delivery_bg.png) no-repeat #000;
	}	
}

/*------------------------------------------------------------
	shoeshine 
------------------------------------------------------------*/

@media only screen and (min-width: 560px){
	#youtube2, #youtube3 {
		display: none;	
	}
}
@media screen and (min-width: 414px) and (max-width: 559px){
	#youtube1, #youtube3 {
		display: none;	
	}
}
@media only screen and (max-width: 413px){
		#youtube1, #youtube2 {
			display: none;	
		}
	}

/*------------------------------------------------------------
	shoeshine2
------------------------------------------------------------*/
#premium_care {
	width: 962px;
	margin: 30px 0 20px;
	background:url(images/shoeshine/premium_care_bg.png) no-repeat;
	border-bottom: 1px solid #bfa161;
	text-align: left;
}
.premium_care_box {
	width: 820px;
	padding: 0 5px 5px 50px;
	line-height: 1.7;
	/*font-size: 15px !important;*/
}
.premium_care_text {
	padding: 4px 0;
	border-bottom: 1px dotted #b08b54;
	font-size: 14px;
}
@media only screen and (max-width: 961px){
	#premium_care {
		width: 100%;
		margin: 30px 0 20px;
		background:url(images/shoeshine/premium_care_bg.png) no-repeat;
		border-bottom: 1px solid #bfa161;
		text-align: left;
		font-size: 15px !important;
	}
	.premium_care_box {
		width: 96%;
		padding: 0 1% 5px 3%;
		font-size: 14px;
	}
	.premium_care_text {
		padding: 4px 0;
		border-bottom: 1px dotted #b08b54;
		font-size: 14px;
	}
}

/*------------------------------------------------------------
	パティーヌ
------------------------------------------------------------*/
#patine {
	clear: both;
	width: 746px;
	padding: 0 0 10px 1px;
	margin: 0 16px 20px 0;
	text-align: left;
	display: inline;
}
#patine p {
	padding: 5px 0 15px;
}
.patine_left {
	clear: both;
	float: left;
	width: 360px;
	padding-right: 18px;
}
.patine_right {
	float: right;
	width: 360px;
	padding-right: 18px;
}
.patine_text {
	clear: both;
	width: 690px;
	padding: 0 0 30px 40px;
	/*font-size: 15px;*/
	text-align: left;
}

/*------------------------------------------------------------
	box
------------------------------------------------------------*/
.left_box {
	clear: both;
	width: 746px;
	margin: 0 15px 20px 0;
	padding: 0 0 10px 1px;
}
.left_box img {
	float: left;
}

.left_box_text {
	float: right;
	width: 364px;
	padding-left: 20px;
	text-align: left;
}
@media only screen and (max-width: 745px){
	.left_box {
		width: 414px !important;
		margin: 0 auto 20px;
	}
	.left_box img {
		float: none;
		width: 80%;
		height: auto;
		text-align: center;
	}
	.left_box_text {
		float: none;
	}
}
@media only screen and (max-width: 413px){
	.left_box {
		width: 320px !important;
		margin: 0 auto 20px;
	}
}

@media only screen and (max-width: 383px){
	.left_box_text {
		width: 96%;
		padding: 0 2%;
	}
}
.left_box_text dt{
	/*font-size: 15px;*/
	font-weight: bold;
	line-height: 1.5;
	color: #bfa161;
}
.left_box_text dd{
	padding: 0 0 5px 15px;
	/*font-size: 14px;*/
	line-height: 1.5;
	color: #e8e8e8;
}
@media only screen and (max-width: 745px){
	.left_box_text dt{
		font-size: 16px !important;
		padding-bottom: 5px;
	}
	.left_box_text dd{
		font-size: 14px !important;
		padding-bottom: 15px;
	}
}

.left_box table {
	border-collapse: collapse;
	margin-bottom: 40px;
}
.left_box th, .left_box td {
	border: 1px solid #c1bd8e;
}
.left_box th {
	vertical-align: middle;
	color: #bfa161;
}
.left_box td {
	background: #121214;
}
.left_box td {
	padding: 5px 0 5px 3px;
	text-align: left;
	line-height: 1.2;
}

.left_box2 {
	clear: both;
	width: 762px;
	margin: 0 0 20px 0;
}
.left_box2 img {
	float: left;
}
.left_box2 a:hover img {
	opacity: 0.80;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}

@media only screen and (max-width: 761px){
	.left_box2 {
		width: 100%;
		margin: 0 0 20px 0;
		text-align: center;
	}
	.left_box2 img {
		float: none;
	}
	.img98 img {
		width: 98%;
		height: auto;
		margin-left: 1% !important;
	}
	.img96 img {
		width: 94%;
		height: auto;
		margin-left: 1% !important;
	}
}

.left_box3 {
	clear: both;
	width: 762px;
	margin: 0 0 20px 0;
}
.left_box3_text {
	float: left;
	width: 429px;
	padding: 0 16px 0 20px;
	text-align: left;
}
@media only screen and (max-width: 448px){
	.left_box3_text {
		width: 96%;
		padding: 0 2% 0 2%;
	}
}
.left_box3 img {
	float: right;
}
.left_box_text2 {
	float: right;
	width: 204px;
	padding: 0 16px 10px 0;
	text-align: left;
	line-height: 1.7;
}
.left_box_text2 dt{
	/*font-size: 16px;*/
	font-weight: bold;
	line-height: 1.7;
	color: #bfa161;
}
.left_box_text2 dd{
	padding: 0 0 5px 5px;
	/*font-size: 15px;*/
	line-height: 1.5;
	color: #e8e8e8;
}
.left_box_text2_2 {
	width: 560px;
	padding: 0 0 10px 100px;
	text-align: left;
}

@media only screen and (max-width: 761px){
	.left_box_text2 {
		float: none;
		width: 300px;
		margin: 0 auto;
		padding: 0 0 10px 20px;
	}
	.left_box2 img {
		float: none;
	}
	.img {
		width: 92%;
		height: auto;
		margin: 0 auto;
	}
	.left_box_text2_2 dt{
		font-size: 16px !important;
		padding-bottom: 5px;
	}
	.left_box_text2_2 dd{
		font-size: 14px !important;
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 659px){
	.left_box_text2_2 {
		width: 96%;
		padding: 0 2% 10px 2%;
	}
}
.left_box_text2_2 dt{
	/*font-size: 15px;*/
	font-weight: bold;
	line-height: 1.7;
	color: #bfa161;
}
.left_box_text2_2 dd{
	padding: 0 0 5px 5px;
	/*font-size: 15px;*/
	line-height: 1.5;
	color: #e8e8e8;
}

.left_box_text3 {
	float: right;
	width: 347px;
	padding-right: 5px;
	/*font-size: 15px;*/
	text-align: left;
	line-height: 1.7;
}
@media only screen and (max-width: 745px){
	.left_box_text3 {
		width: 96%;
		padding: 0 2%;
		float: none;
	}
	.left_box_text3 img {
		text-align: center;
	}
	.left_box_text3 p img {
		width: auto;
		height: auto;
	}
}
@media only screen and (max-width: 351px){
	.left_box_text3 {
		width: 96%;
		padding: 0 2%;
	}
}

.left_box_text3 dt{
	padding-top: 2px;
	/*font-size: 15px;*/
	line-height: 1.5;
	color: #bfa161;
}
.left_box_text3 dd{
	padding: 0 0 5px 15px;
	/*font-size: 14px;*/
	line-height: 1.5;
	color: #e8e8e8;
}

.left_box_text3_2 {
	float: right;
	width: 307px;
	padding-right: 5px;
	/*font-size: 15px;*/
	text-align: left;
}

.left_box_text3_2 dt{
	padding-top: 2px;
	/*font-size: 15px;*/
	line-height: 1.5;
	color: #bfa161;
}
.left_box_text3_2 dd{
	padding: 0 0 5px;
	font-size: 14px;
	line-height: 1.5;
	color: #e8e8e8;
}
@media only screen and (max-width: 745px){
	.left_box_text3_2 {
		float: none;
		width: 90%;
		padding: 0 2% 0 8%;
		/*font-size: 15px;*/
		text-align: left;
	}
}

.left_box_text4 {
	clear: both;
	width: 700px;
	padding: 0 0 0 10px;
	font-size: 15px !important;
	text-align: left;
	line-height: 1.7;
}
@media only screen and (max-width: 709px){
	.left_box_text4 {
		clear: both;
		width: 96%;
		padding: 0 2% 0 2%;
		/*font-size: 15px !important;*/

	}
	.left_box_text4 p {
		padding-bottom: 20px !important;
	}
}
.subtitle {
	width: 595px;
	height: 22px;
	padding: 3px 0 5px 7px;
	margin: 4px 0;
	color: #d6af51;
	font-weight: bold;
	background: url(images/subtile_bg.jpg) repeat-y;
}
.left_box_text4 dt {
	padding-left: 20px;
	font-weight: bold;
	color: #d6af51;
}
.left_box_text4 dd {
	padding: 0 0 6px 30px;
}
.left_box_text4 dd a {
	color: #edead4;
}
.left_box_text4 dd a:hover {
	color: #cb161f;

}
.left_box_text4_box {
	border: 1px dotted #d6af51;
	margin: 5px 0;
	padding: 3px 7px;
	color: #d6af51;
}
.left_box_text4_box a {
	text-decoration: underline;
}
.left_box_text4_box2 {
	border: 1px dotted #d6af51;
	margin: 5px 0;
	padding: 15px 15px 10px;
	color: #d6af51;
}

.left_box_text5 {
	float: right;
	width: 670px;
	padding: 0 30px 20px 20px;
	/*font-size: 16px !important;*/
	text-align: left;
}
@media only screen and (max-width: 719px){
	.left_box_text5 {
		float: none;
		width: 96%;
		padding: 0 2% 20px;
		overflow: hidden;
		/*font-size: 16px;*/
		text-align: left;
	}
}

.left_box_text6 {
	float: right;
	width: 404px;
	padding-left: 20px;
	text-align: left;
}
@media only screen and (max-width: 423px){
	.left_box_text6 {
		float: none;
		width: 96%;
		padding: 0 2%;
	}
}
.left_box_text6 dt{
	padding: 2px 0 10px 0;
	font-size: 17px;
	color: #bfa161;
}
.left_box_text6 dd{
	padding: 0 0 5px 15px;
	font-size: 14px;
	line-height: 2.0;
	color: #e8e8e8;
}
.left_box_text6 p {
	padding-bottom: 15px;
}

.left_box_text7 {
	float: right;
	width: 600px;
	padding: 10px 0px 0 35px;
	font-size: 16px;
	text-align: left;
}
@media only screen and (max-width: 634px){
	.left_box_text7 {
		float: none;
		width: 96%;
		padding: 10px 2% 0 2%;
	}
}
.left_box_text7 dt{
	padding: 2px 0;
	font-size: 16px;
	color: #bfa161;
}
.left_box_text7 dd{
	padding: 0 0 5px 15px;
	font-size: 14px;
	line-height: 2.0;
	color: #e8e8e8;
}

.left_box_text8 {
	width: 746px;
	padding: 0 0px 0 50px;
	font-size: 16px;
	text-align: left;
}
@media only screen and (max-width: 795px){
	.left_box_text8 {
		width: 96%;
		padding: 0 2% 0 2%;
	}
}

.left_box_text9 {
	width: 686px;
	padding: 0 16px 0 50px;
	font-size: 14px;
	text-align: left;
}
@media only screen and (max-width: 735px){
	.left_box_text9 {
		width: 96%;
		padding: 0 2% 0 2%;
	}
}

.left_box_text10 {
	float: left;
	width: 449px;
	padding: 0 0 0 20px;
	text-align: left
}
@media only screen and (max-width: 468px){
	.left_box_text10 {
		float: none;
		width: 96%;
		padding: 0 2% 0 2%;
	}
}

.left_box_text11 {
	float: right;
	width: 520px;
	padding: 0 0 0 5px;
	text-align: left;
}
@media only screen and (max-width: 524px){
	.left_box_text11   {
		width: 96%;
		padding: 0 2% 0 2%;
	}
}

@media only screen and (max-width: 761px){
	.left_box, .left_box2, .left_box3, .left_box4, .left_box5 {
		width: 100%;
	}
}


.left_text_sitemap {
	clear: both;
	width: 300px;
	padding-left: 30px;
	/*font-size: 15px;*/
	text-align: left !important;
}
@media only screen and (max-width: 961px){
	.left_text_sitemap {
		clear: both;
		width: 300px;
		margin: 0 auto;
		padding-left: 20px;
		text-align: left !important;
		font-size: 15px !important;
	}
}


/*------------------------------------------------------------
	table
------------------------------------------------------------*/
.table {
	width: 590px;
	border-collapse: collapse;
	text-align: center;
	background: url(images/guide/table_bg.jpg) no-repeat #f8f5dd;
	color: #333;
	font-weight: bold;
}
.table th{
	padding: 3px;
	border: 1px solid #b08b54;
	background: #000;
	color: #bfa161;
}
.table td{
	padding: 3px;
	border: 1px solid #b08b54;
}

.table2 {
	width: 590px;
	border-collapse: collapse;
	text-align: center;
	font-weight: bold;
	background: url(images/guide/table_bg.jpg) no-repeat #f8f5dd;
		color: #333;
}
.table2 th{
	padding: 3px;
	border: 1px solid #b08b54;
}
.table2 td{
	padding: 3px 0 3px 20px;
	border: 1px solid #b08b54;
	text-align: left;
}
	
.w220 {
	width: 220px;
}
.w185 {
	width: 185px;
}

/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/
.table3 {
	width: 716px;
	border-collapse: collapse;
	text-align: center;
	font-weight: bold;
}
.table3 th{
	width: 150px;
	padding: 10px;
	border: 1px solid #b08b54;
	background: #000;
	color: #f8f5dd;
}
.table3 td{
	padding: 10px;
	border: 1px solid #b08b54;
	text-align: left;
}
@media only screen and (max-width: 761px){
	.table3 {
		width: 99%;
	}
	.table3 th, .table3 td{
		display: block;
		width: 100%;
		text-align: left;
	}
}

/*------------------------------------------------------------
	マップ
------------------------------------------------------------*/
#google_map {
	float: left;
}
.google_map {
	float: left;
}
#map_frame {
	padding: 5px;
	border: 1px solid #bfa161;
}
.map_frame {
	padding: 5px;
	border: 1px solid #bfa161;
}
#map a {
	color: #f8f5dd;
}
.img_frame {
	padding: 5px;
	border: 1px solid #bfa161;
}
@media only screen and (max-width: 761px){
	#google_map {
		float: none;
	}
	#google_map iframe {
		width: 96%;
		height: 300px;
	}
}

/*------------------------------------------------------------
	PageTOP
------------------------------------------------------------*/
#page_top {
	margin: 0 auto;
	width: 962px;
	text-align: center;
}
#page_top img {
	float: right;
}
@media only screen and (max-width: 961px){
	#page_top {
		margin: 30px auto 0;
		width: 100%;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	min-width: 320px;
	margin: 0 0 15px 0;
	border-top: 1px solid #bfa161;
}
#brand {
	margin: 0 auto;
	width: 972px;
	text-align: center;
}
#brand img {
	margin: 30px 20px 23px;
	border: 1px solid #333;
}
#brand a:hover img  {
	border: 1px solid #e8b25a;
}
#brand li {
	float: left;
}
@media screen and (min-width: 496px) and (max-width: 971px){
	#brand {
		margin: 0 auto;
		width: 470px;
	}	
	#brand img {
		margin: 30px 17px 23px;
	}
}
@media screen and (min-width: 334px) and (max-width: 495px){
	#brand {
		margin: 0 auto;
		width: 320px;
	}	
	#brand img {
		margin: 30px 19px 23px;
	}
}
@media only screen and (max-width: 333px){
	#brand {
		margin: 0 auto;
		width: 320px;
	}
	#brand img {
		margin: 30px 19px 23px;
	}
}

#footer_menu_bg {
	clear: both;
	margin: 0 auto;
	width: 1160px;
	background: url(images/footer/footer_menu_bg.jpg) no-repeat center;
	text-align: center;
}
#footer_menu {
	height: 70px;	
	padding: 20px 99px;	
	line-height: 1.5;	
}
#footer_menu dl {
	float: left;
	text-align: left;
}
#footer_menu dt {
	width: 135px;
	font-size: 14px;
	color: #bfa161;
}
#footer_menu dd {
	font-size: 13px;
	color: #e8e8e8;
}
#footer_menu dd a {
	color: #e8e8e8;
	text-decoration: none;
}
#footer_menu dd a:hover {
	color: #bfa161;
	text-decoration: underline;
}

#footer_menu ul {	
	margin: 0 auto;
	padding: 3px 0;
	text-align: left;
	color: #e8e8e8;
}
#footer_menu ul li {
	float: left;
	width: 135px;
	text-align: left;
	font-size: 12px;
}
#footer_menu ul li a {
	color: #e8e8e8;
	text-decoration: none;
}
#footer_menu ul li a:hover {
	color: #bfa161;
	text-decoration: underline;
}
#footer_logo {
	float: right;
}
@media only screen and (max-width: 1159px){
	#footer_menu_bg {
		width: 100%;
		background: url(images/footer/footer_menu_bg2.jpg) no-repeat center top;
	}	
	#footer_menu {
		height: auto;
		padding: 20px 0;
	}
	#footer_menu dl, #footer_menu ul li {
		height: 89px;
		background: url(images/footer/footer_menu_line.jpg) no-repeat right;
	}
	#footer_logo {
		float: none;
	}
}
@media screen and (min-width: 890px) and (max-width: 1159px){
	#footer_menu {
		margin: 0 auto;
		width: 890px;	
	}	
	#footer_menu dt {
		width: 125px;
	}
	#footer_menu ul li {
		width: 125px;
	}
}
@media screen and (min-width: 750px) and (max-width: 889px){
	#footer_menu {
		margin: 0 auto;
		width: 750px;	
	}	
	#footer_menu dt {
		width: 125px;
	}
	#footer_menu ul li {
		width: 125px;
	}
}
@media screen and (min-width: 405px) and (max-width: 749px){
	#footer_menu {
		margin: 0 auto;
		width: 405px;	
	}
}
@media only screen and (max-width: 404px){
	#footer_menu {
		margin: 0 auto;
		width: 270px;
	}	
}

#footer_text {
	clear: both;
	font-size: 13px;
	line-height: 1.5;
	color: #c1bd8e;
}
#footer_text a {
	color: #c1bd8e;
	text-decoration: none;
}
#footer_text a:hover {
	color: #bfa161;
	text-decoration: underline;
}

#area {
	margin: 0 auto;
	width: 360px;
	padding: 8px 0;
	text-align: center;
}
#area div {
	float: left;
	cursor: pointer;
}
p.tooltip{
	line-height:1.5;
	color:white;
	width:460px;
	background:#000;
	border:1px solid #e8b25a;
	padding: 8px;
	text-align: left;
}
p.tooltip a {
	color:#00CCFF;
	text-decoration: none;
}

#copyright {
	margin: 0 auto;
	width: 1160px;
	padding: 15px 0 5px;		
	font-size: 12px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;	
	background: url(images/footer/footer_menu_bg2.jpg) no-repeat;
	font-style: italic;
}
#copyright a {
	color: #c1bd8e;
	text-decoration: none;
}
#copyright_right {
	float: right;
	padding-right: 100px;
	color: #333;
}
#copyright_right a {
	color: #333;
}
#copyright_right a:hover {
	color: #c1bd8e;
}

/*------------------------------------------------------------
	メディアクエリ
------------------------------------------------------------*/
@media only screen and (max-width: 1159px){
	#copyright {
		width: 100%;
	}
}

@media only screen and (max-width: 961px){
	#footer_text {
		padding: 0 10px;
		line-height: 1.5;
		text-align: left;
	}
}

@media only screen and (max-width: 640px){
	p.tooltip{
		width: 320px;
		padding: 6px;
	}
}

@media only screen and (max-width: 480px){
	p.tooltip{
		width: 240px;
	}
}

@media only screen and (max-width: 380px){
	#area {
		width: 100%;
	}
	p.tooltip{
		width: 200px;
	}
}


/*------------------------------------------------------------
	追加スタイル
------------------------------------------------------------*/
.red {
	color: #aa3852;
}
.lh_13 {
	line-height: 1.3;
}
.lh_15 {
	line-height: 1.5;
}
.f110 {
	font-size: 110%;
}

/*------------------------------------------------------------
	余白
------------------------------------------------------------*/
.m0 {
	margin: 0px !important;
}
.mt0 {
	margin-top: 0px !important;
}
.mr0 {
	margin-right: 0px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.ml0 {
	margin-left: 0px !important;
}
.m5 {
	margin: 5px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.m10 {
	margin: 10px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.m15 {
	margin: 15px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.m20 {
	margin: 20px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.m25 {
	margin: 25px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.m30 {
	margin: 30px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.m35 {
	margin: 35px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.m40 {
	margin: 40px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.m45 {
	margin: 45px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.m50 {
	margin: 50px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.ml50 {
	margin-left: 50px !important;
}
.m55 {
	margin: 55px !important;
}
.mt55 {
	margin-top: 55px !important;
}
.mr55 {
	margin-right: 55px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.ml55 {
	margin-left: 55px !important;
}
.m60 {
	margin: 60px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mr60 {
	margin-right: 60px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.ml60 {
	margin-left: 60px !important;
}
.m65 {
	margin: 65px !important;
}
.mt65 {
	margin-top: 65px !important;
}
.mr65 {
	margin-right: 65px !important;
}
.mb65 {
	margin-bottom: 65px !important;
}
.ml65 {
	margin-left: 65px !important;
}
.m70 {
	margin: 70px !important;
}
.mr70 {
	margin-right: 70px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.ml70 {
	margin-left: 70px !important;
}
.m75 {
	margin: 75px !important;
}
.mt75 {
	margin-top: 75px !important;
}
.mr75 {
	margin-right: 75px !important;
}
.mb75 {
	margin-bottom: 75px !important;
}
.ml75 {
	margin-left: 75px !important;
}
.m80 {
	margin: 80px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mr80 {
	margin-right: 80px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.ml80 {
	margin-left: 80px !important;
}
.m85 {
	margin: 85px !important;
}
.mt85 {
	margin-top: 85px !important;
}
.mr85 {
	margin-right: 85px !important;
}
.mb85 {
	margin-bottom: 85px !important;
}
.ml85 {
	margin-left: 85px !important;
}


.p0 {
	padding: 0px !important;
}
.pt0 {
	padding-top: 0px !important;
}
.pr0 {
	padding-right: 0px !important;
}
.pb0 {
	padding-bottom: 0px !important;
}
.pl0 {
	padding-left: 0px !important;
}
.p5 {
	padding: 5px !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pr5 {
	padding-right: 5px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.pl5 {
	padding-left: 5px !important;
}
.p10 {
	padding: 10px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pl10 {
	padding-left: 10px !important;
}
