@charset "utf-8";


html {
	font-size: 100%; /* 16px */
	line-height: 1.25;
}
body {
	font-size: 87.5%; /* 14px */
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #49A5E2;
	text-align: left;
}
body#area {
	background: #fff;
}
img {
	width: 100%;
}


.middle_lead_01,.middle_lead_02,middle_lead_03,middle_lead_04_shop,.middle_lead_04,.middle_lead_04 p,
#middle_lead_04_shop,.middle_lead_05,
.linkup_h2 {
	padding-left: 0;
	overflow: visible;
	width: 100%;
}
.kaitori_text_box_01,#zenkokukaitori_text,.kaitori_text_box_01 {
	width: 100%;
}

#faq_h2 {
	padding: 1em 0;
}
.answer_02 .answer:first-child {
	width: 10%;
}
.t_link {
	margin: 0 auto;
	padding: 0;
}
.t_link td {
	width: 33.333%;
	padding: 0.25em;
	vertical-align: middle;
}
#t_gaiyou {
	width: 100%;
}
#t_gaiyou * {
	display: block;
	width: 100%;
}
#t_gaiyou a, #t_gaiyou b {
	display: inline;
}
#middle_lead_09 #t_gaiyou td.company_info_01,
#middle_lead_09 table td {
	width: 100%;
}

#area article #main h2 img {
	width: 80%;
}
#area article #main #kaitori_area {
	background: #BDE6FF;
	width: 100%;
	padding: 0.75em;
	margin: 0 auto 1.5em;
}
#area article #main #point_outbox .point_inbox img {
	width: 70%;
}
#area article #main #point_outbox {
	background: #FFE591;
	padding-bottom: 1em;
	margin: 0.5em 0 1em;
}
#area article #main #step_outside {
	background: #ADE3FF;
	padding-bottom: 1em;
	margin: 0.5em 0 1em;
}
#area article #main #step_outside .step_inside p,
#area article #main #point_outbox .point_inbox p {
	padding: 1em;
	width: 100%;
}

#area #info_top_box {
	background: #009CFF;
	color: #fff;
}
#area #info_top_box p {
	padding: 1em 2em;
}
h2.blue,
#middle_lead_09 h2.blue {
	color: #fff;
	border: solid 1px #fff;
	padding: 0.5em;
	margin: 2em 0 1em;
	border-radius: 5px;
	background: -webkit-linear-gradient(top, rgb(36, 88, 146) 0%, rgb(21, 67, 117) 88%, rgb(20, 67, 119) 100%);
	background: -o-linear-gradient(top, rgb(36, 88, 146) 0%, rgb(21, 67, 117) 88%, rgb(20, 67, 119) 100%);
	background: -ms-linear-gradient(top, rgb(36, 88, 146) 0%, rgb(21, 67, 117) 88%, rgb(20, 67, 119) 100%);
	background: -moz-linear-gradient(top, rgb(36, 88, 146) 0%, rgb(21, 67, 117) 88%, rgb(20, 67, 119) 100%);
	background: linear-gradient(to bottom, rgb(36, 88, 146) 0%, rgb(21, 67, 117) 88%, rgb(20, 67, 119) 100%);
}

#shoplist h3 {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 0px #fff,
    -1px 1px 0px #fff,
    1px -1px 0px #fff,
    -1px -1px 0px #fff;

}
#shoplist .s_tel a {
	display: block;
	margin: 0.25em auto;
	text-align: center;
	text-decoration: none;
	color: #FE5200;
	font-weight: bold;
	font-size: 1.75em;
	text-shadow: 1px 1px 0px #fff,
    -1px 1px 0px #fff,
    1px -1px 0px #fff,
    -1px -1px 0px #fff;
	vertical-align: bottom;
}
#shoplist .s_tel img {
	width: 40px;
	margin-right: 0.25em;
	vertical-align: middle;
}





/*============*/



body > *:nth-child(2) {
	margin-top: 50px;
}

header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: #245894;
	box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 3px 0px;

}

#h_logo {
	float:left;
	width: 130px;
	margin: 11px;
}
#h_bt li {
	float: right;
	width: 50px;
	height: 50px;
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
	font-size: 0.7em;
	position: relative;
}
#h_tel a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
	background: url(../images/sp_tel.png) center 9px no-repeat;
    -webkit-background-size: 45%;
    -moz-background-size: 45%;
    -o-background-size: 45%;
    background-size: 45%;
	text-decoration: none;
}
#h_menu span,#h_tel a span {
	display: block;
	position: absolute;
	bottom: 2px;
	width: 100%;
	text-align: center;
	color: #fff
}
#toggle {
	position: absolute;
	left: 12px;
	top: 20px;
	width: 26px;
	height: 4px;
	margin-top:-2px;
	background: #fff;
		-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

}
#toggle:before,#toggle:after {
	content:"";
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left:0;
	top: -8px;
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			-ms-transition: all 0.2s ease-out;
			-o-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
}
#toggle:after {
	top: 8px;
}
	#toggle.open {
		background: none;
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			-ms-transition: all 0.2s ease-out;
			-o-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;

	}
	#toggle.open:before {
			-webkit-transform-origin: left top;
			-ms-transform-origin: left top;
			transform-origin: left top;
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
			left: 5px;
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			-ms-transition: all 0.2s ease-out;
			-o-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;

	}
	#toggle.open:after {
			-webkit-transform-origin: left bottom;
			-ms-transform-origin: left bottom;
			transform-origin: left bottom;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			top: 9px;
			left: 5px;

			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			-ms-transition: all 0.2s ease-out;
			-o-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
	}


/*============*/

article {
	padding: 1em;
}


/*============*/

#inquiry_top {
	background: url(../../images/inquiry_top_tokyo.jpg) center top no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;	
	padding-top: 13%;
	position: relative;
}
#inquiry_top.osaka {
	background-image: url(../../images/inquiry_top_osaka.jpg);
}
#inquiry_top.aichi {
	background-image: url(../../images/inquiry_top_aichi.jpg);
}
#inquiry_top a {
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
}
#inquiry_top .tel_left {
	left: 12%;
	width: 41%;
}
#inquiry_top .tel_right {
	right: 3%;
	width: 39%;
}

/*============*/
#menu {
	position: fixed;
	right: -80%;
	top: 0;
	padding-top: 50px;
	z-index: 90;
	width: 80%;
	height: 100%;
	background: #294D69;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#menu #inner {
	height: 100%;
	overflow-y: auto;
}
#menu.open {
	right: 0;
	box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 6px 0px;
}
#menu ul {
	margin: 0;
}
#menu a {
	display: block;
	padding: 1em 1em 1em 28px;
	background: #8B3B56;
	color: #fff;
	text-decoration: none;
	border-bottom: solid 1px rgba(255,255,255,0.05);
	border-top: solid 1px rgba(0,0,0,0.15);
	position: relative;
}
#menu a:before {
	display: block;
	content:"";
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);

}
#m_heading {
	font-size: 1.25em;
	padding: 1em;
	font-weight: bold;
	color: #fff;
	border-top: solid 1px rgba(255,255,255,0.3);
	border-bottom: solid 1px rgba(255,255,255,0.3);
}
#cover {
	display: none;
}
#cover.open {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}
/*============*/

aside {
	background: #97D0F6;
	padding: 1em 0;
}
aside a {
	display: block;
	width: 80%;
	max-width: 200px;
	margin: 1em auto;
}

/*============*/

footer {
	background: #0A334E;
	color: rgba(255,255,255,0.8);
	padding: 1em;
	text-align: center;
	font-size: 0.85em;
}
footer img {
	display: block;
	margin: 1em auto;
	width: 120px;
}


/*============*/

.notable tbody,.notable tr,.notable th,.notable td {
	display: block;
}


.tel.notable img {
	width: 2em;
	display: inline;
}

article #nagare {
	width: 75%;
	margin: auto;
}








#thef {
	margin:20px; 
	padding:10px; 
	border:4px solid #000; 
	background-color: #FF8;
}

#thef h3 {
	text-align:center;
}

#thef p {
	margin:10px; 
	text-align:left; 
	font-size:smaller; 
	line-height:1.5em;
}

#thef p a {
	text-align:center;
}