<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
初期スタイルのリセットここから
*/
html {
	color: #000;
	background: #FFF;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	*font-size:100%;
	font-weight: inherit;
}
q:before, q:after {
	content: '';
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
/*
初期スタイルのリセットここまで
*/

/*
共通設定スタイルここから
*/
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color: #333333;
	font-size: 14px;
	letter-spacing: -0, 001em;
	/*iOS4でのテキスト間隔への対応*/
	-webkit-text-size-adjust: 100%;/*文字サイズの自動調整機能のキャンセル*/
}
main {
	display: block; /* IE用 */
}
pre, code {
	font-family: Courier, 'Courier New', monospace;
}
img {
	max-width: 100%;
	height: auto;/*zoom: 0.5;*/
}
.ie8 img {
	width: auto;
}
ul, ol {
	list-style: none;
}
p, dd, td {
	font-size: 14px;
	line-height: 1.7;
}
/*
共通設定スタイルここまで
*/

/* ===== common ===== */
.txt_c {
	text-align: center;
}
.mt20 {
	margin-top: 20px;
}
br.onlysp {
	display: none;
}
.tb_view { /* タブレット時から表示 */
	display: none;
}
.sp_view {
	display: none;
}
#toTop {
	right: 5%;
	z-index: 10;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}
#toTop:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #007aec;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
#toTop:after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -6px;
}
.wrapper {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper:after {
	content: " ";
	display: block;
	clear: both;
}
a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a:hover {
	color: #1e329c;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a.btn {
	display: block;
	opacity: 1;
	transition: opacity 0.25s;
}
a.btn:hover {
	opacity: 0.6;
}
.right {
	float: right;
}
.left {
	float: left;
}
.btn {
	text-align: center;
	height: 33px;
	line-height: 33px;
	margin: 0 auto;
}
.btn a {
	background: #fff;
	border: solid 2px #007bff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 3px 0px 0px #007bff;
	-webkit-box-shadow: 0px 3px 0px 0px #007bff;
	box-shadow: 0px 3px 0px 0px #007bff;
	color: #007bff;
	display: block;
	font-size: 107%;
	font-weight: bold;
	padding: 2px 15px 0 0;
	position: relative;
	transition: 0.5s;
	border-collapse: separate;
	outline: 0;
}
.btn a::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #007bff;
	border-right: solid 2px #007bff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 5%;
	margin-top: -4px;
}
.btn a:hover {
	background: #d9ecff;
	transition: 0.5s;
	box-shadow: none;
}
#header {
	overflow: hidden;
	position: relative;
}
#second #header:before{
	content: none;
}
#header:before {
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 80px;
	background: #d1f4ff;
	z-index: -1;
}
#header a {
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#header a:hover {
	opacity: 0.8;
}
header div.right li {
	float: right;
}
#header .left {
	padding-left: 10px;
}
#header h1, #header #summary {
	color: #a4a4a4;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
}
#header #logo {
	padding: 5px 0;
	line-height: 0;
}
#header #subnav ul {
	overflow: hidden;
}
#header #subnav ul li {
	padding: 0 10px 0 35px;
	border-left: #efefef solid 1px;
	position: relative;
	height: 40px;
	line-height: 40px;
}
#header #subnav ul li:first-child {
	border-left: none;
}
#header #subnav ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 10px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 100% auto;
	height: 100%;
}
#header #subnav ul li:nth-child(3):before {
	background-image: url(../img/ico_save.png);
	width: 19px;
}
#header #subnav ul li:nth-child(4):before {
	background-image: url(../img/ico_recent.png);
	width: 18px;
}
#header #subnav ul li:last-child:before {
	background-image: url(../img/ico_recent.png);
	width: 20px;
}
#header #subnav ul li:last-child span {
	color: #007aec;
	font-family: Helvetica, "sans-serif";
	font-size: 14px;
	margin-left: 15px;
	position: relative;
	z-index: 0;
}
#header #subnav ul li:last-child span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -7px;
	margin-top: -11px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #ffff00;
	z-index: -1;
}
#header #subnav ul li a {
	color: #a4a4a4;
	font-size: 13px;
	line-height: 1;
}
#header #login {
	padding: 0 10px !important;
}
#header #register {
	padding: 0 0 0 10px !important;
}
#header #login:before, #header #register:before {
	content: none;
}
#header #login a, #header #register a {
	font-size: 14px !important;
	font-weight: 600;
	width: 95px;
	height: 28px;
	border-radius: 14px;
	box-sizing: border-box;
	padding: 8px 0;
	text-align: center;
	display: block;
	margin-top: 6px;
	box-shadow: 0px 2px 4px 0px rgba(255,255,255,0.4) inset, 0px -2px 4px 0px rgba(0,0,0,0.4) inset;
}
#header #login a {
	background: #f8007b;
	color: #fff !important;
}
#header #register a {
	background: #ffff00;
	color: #007aec !important;
}
#header #gnav &gt; ul {
	margin-left: 10px;
	float: right;
	border-left: #ccc solid 1px;
}
#header #gnav &gt; ul li a {
	font-size: 13px;
	font-weight: 600;
	display: block;
	background: #efefef;
	height: 80px;
	padding: 10px 0;
	box-sizing: border-box;
	border-right: #ccc solid 1px;
	border-left: #fff solid 1px;
	width: 90px;
	text-align: center;
}
#header #gnav &gt; ul li:first-child a {
	border-right: none;
}
#header #gnav &gt; ul li img {
	display: block;
	margin: 0 auto;
}
#header #gnav div {
	background: url(../img/ico_search.gif) no-repeat 0 50%;
	background-size: 44px auto;
	overflow: hidden;
	float: right;
	width: 460px;
	margin: 12px 0 0 0;
}
#header #gnav div ul {
	background: #efefef;
	border-radius: 5px;
	box-shadow: 0px 2px 4px 0px rgba(255,255,255,0.4) inset, 0px -2px 4px 0px rgba(0,0,0,0.4) inset;
	width: 410px;
	height: 56px;
	overflow: hidden;
	float: right;
}
#header #gnav div ul li {
	width: 25%;
}
#header #gnav div ul li a {
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	border-left: #fff solid 1px;
	border-right: #ccc solid 1px;
	border-top: #fff solid 1px;
	height: 56px;
	box-sizing: border-box;
	display: block;
	line-height: 1.3;
	padding-top: 10px;
}
#header #gnav div ul li:last-child a {
	border-left: none;
}
#header #gnav div ul li:first-child a {
	border-right: none;
}
#header #gnav div ul li span {
	font-size: 16px;
	color: #007aec;
	display: block;
}
.drawer {
	display: none;
}
#page_ttl_bg {
	background: url(../img/bg_stripe01.png) repeat 0 0 !important;
}
#page_ttl {
	color: #007aec;
	font-size: 140%;
	font-weight: 600;
	min-height: 78px;
	text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px;
	box-sizing: border-box;
	padding: 25px 30px 10px;
}
#pankuzu {
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
#pankuzu li {
	float: left;
	color: #007aec;
	margin-right: 30px;
	position: relative;
}
#pankuzu li a {
	color: #007aec;
	text-decoration: underline;
}
#pankuzu li::after {
	content: ' &gt; ';
	position: absolute;
	right: -15px;
}
#pankuzu li:last-child::after {
	content: '';
}
main #contents, #second article #contents {
	/*max-width: 820px;*/
	float: right;
	width: 100%;
	margin-left: -280px;
	padding-left: 280px;
	box-sizing: border-box;
}
#side {
	float: left;
	width: 260px;
}
#side section, div#search, ul.banner {
	margin-bottom: 20px;
}
ul.banner li{
	margin-bottom: 10px;
}
#side section {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 8px;
	background: url(../img/bg_stripe01.png) repeat 0 0;
}
#side section h1 {
	color: #fff;
	background: #007aec;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 128.57%;
	font-weight: 600;
	position: relative;
	margin-bottom: 15px;
}
div#side section h1:before {
	position: absolute;
	content: ' ';
	width: 0;
	height: 0;
	bottom: -10px;
	right: 50%;
	left: 50%;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #007bff transparent transparent transparent;
}
#side section h1:after {
	position: absolute;
	content: ' ';
	top: 0;
	left: 10px;
	height: 100%;
}
#side section:first-of-type h1:after {
	background: url(../img/ico_recent.png) no-repeat 0 50%;
	background-size: 100%;
	width: 23px;
}
#side section:last-of-type h1:after {
	background: url(../img/ico_favorite.png) no-repeat 0 50%;
	background-size: 100%;
	width: 21px;
}
.property_list {
	overflow: hidden;
}
.property_list div {
	width: 23.989899%;
	height: 240px;
	float: left;
	margin: 10px 0.50505051%;
	position: relative;
}
.property_list div a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 3px 3px 0px 0px #ccc;
	-moz-box-shadow: 3px 3px 0px 0px #ccc;
	-webkit-box-shadow: 3px 3px 0px 0px #ccc;
	transition: background-color 1s;
}
.property_list div a:hover {
	box-shadow: 1px 1px 0px 0px #ccc;
	-moz-box-shadow: 1px 1px 0px 0px #ccc;
	-webkit-box-shadow: 1px 1px 0px 0px #ccc;
	background: #e6f5ff;
	transition: background-color 1s;
}
.property_list dt {
	padding-top: 71.0526316%;
	color: #007aec;
	font-weight: 600;
	margin: 0 5px;
}
.property_list dt time {
	position: absolute;
	top: -6px;
	right: 10px;
	font-size: 92.8%;
	font-family: Helvetica, Arial, "sans-serif";
	display: block;
	background: #fff;
	border: solid 2px #007aec;
	padding: 2px 10px;
	text-align: center;
	height: 13px;
	z-index: 10;
}
.property_list dt time:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 6px solid transparent;
	border-top-color: #007aec;
	top: 0;
	left: -7px;
	transform: rotate(-45deg);
}
.property_list dd ul {
	margin: 0 5px 5px;
}
.property_list dd li {
	font-family: Helvetica, Arial, "sans-serif", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	padding-left: 20px;
	background-position: 0 50%;
	background-size: 17px;
	background-repeat: no-repeat;
}
.property_list dd li span {
	font-size: 142.857%;
	font-weight: 600;
	color: #f8007b;
}
.property_list dd li:nth-child(1) {
	background-image: url(../../img/property_ico01.gif);
	line-height: 1.4 !important;
}
.property_list dd li:nth-child(2) {
	font-weight: 600;
	background-image: url(../../img/property_ico02.gif);
}
.property_list dd li:nth-child(3) {
	background-image: url(../../img/property_ico03.gif);
}
.property_type {
	position: absolute;
	background: #f8007b;
	border-radius: 9px;
	color: #fff;
	padding: 0 7px !important;
	font-size: 85.714%;
	line-height: 18px;
	margin-top: 3px;
}
.property_list .property_type {
	right: 10px;
}
.property_list dd.img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	/*zoom: 2 !important;*/
}
.property_list dd.img img {
	border-radius: 6px 6px 0 0;
}
#side section dl {
	background: #fff;
	padding: 7px;
	margin-bottom: 7px;
}
#side section dl div {
	position: relative;
	border-bottom: solid 1px #ccc;
	margin-bottom: 8px;
	width: 100%;
	height: auto;
	float: none;
}
#side section dl div a {
	display: block;
	background: #fff;
	padding-bottom: 8px;
	box-shadow: none;
}
#side section dl div a:hover {
	background: #d9ecff;
	transition: 1s;
	box-shadow: none;
	border-radius: 0;
}
#side section dl div:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
#side section dl div dt {
	position: relative;
	padding-left: 20px;
	padding-top: 0;
}
#side section dl div dt:before {
	content: '';
	width: 18px;
	height: 18px;
	background: #007bff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
}
#side section dl div dt:after {
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -4px;
}
#side section dl div .property_type {
	right: 0;
}
#side section .img {
	width: 65px;
	top: 25px;
	left: 0;
	zoom: 1 !important;
}
#side section .img img {
	border-radius: 0;
}
#side section dd ul {
	margin-left: 70px;
}
div#search {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
#search_txt {
	position: relative;
	width: 205px;
	height: 42px;
	padding: 5px 10px;
	box-sizing: border-box;
	border: solid 1px #d1d1d1;
	border-radius: 5px;
}
#search_btn {
	width: 43px;
	height: 42px;
	border: none;
	background:  url(../img/search.png) no-repeat;
}
#side section p.btn {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	height: auto;
	width: 210px;
	margin: 0 auto;
}
#side section p.btn a {
	display: block;
	color: #007bff;
	font-weight: bold;
	background: #fff;
	border: solid 2px #007bff;
	border-radius: 8px;
	box-shadow: 0px 3px 0px 0px #007bff;
	-moz-box-shadow: 0px 3px 0px 0px #007bff;
	-webkit-box-shadow: 0px 3px 0px 0px #007bff;
	position: relative;
	transition: 0.5s;
}
#side section p.btn a::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #007bff;
	border-right: solid 2px #007bff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 5%;
	margin-top: -4px;
}
#side section p.btn a:hover {
	background: #d9ecff;
	transition: 0.5s;
	box-shadow: none;
}
#side aside dl dd {
	margin-bottom: 1em;
}
#side address p &gt; span {
	display: block;
}
#side address p span.tel {
	display: inline;
}
#footer_grp {
	background: url(../img/bg_stripe01.png) repeat 0 0;
	clear: both;
	padding-top: 40px;
}
#footer_grp:after {
	content: " ";
	clear: both;
	display: block;
}
#shop_list h1 {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}
#shop_list h1 em {
	color: #007aec;
	font-size: 36px;
	font-weight: bold;
	margin-right: -10px;
}
#shop_list h1 em {
	margin-right: 0 !important;
}
#shop_list h1 span {
	display: block;
	font-size: 11px;
	font-family: Avenir, Helvetica, Arial, "sans-serif";
	letter-spacing: 0.2em;
	color: #007aec;
}
#shop_list &gt; ul {
	overflow: hidden;
	width: 98%;
	margin: 0 auto;
}
#shop_list {
	margin-bottom: 25px;
	position: relative;
	text-align: center;
}
#shop_list:after {
	content: " ";
	clear: both;
	display: block;
}
#shop_list h1 {
	position: relative;
	display: inline-block;
}
#shop_list h1:after {
	content: url(../img/bg_shoplist.png);
	position: absolute;
	top: -20px;
	right: -140px;
}
#shop_list p.btn {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 210px;
}
#shop_list li {
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 0.5% 1% 0.5%;
	padding: 1%;
	width: 15.66%;
	box-sizing: border-box;
	float: left;
}
/*#shop_list li:nth-child(6n){
	margin-right: 0;
}*/
#shop_list li h2 {
	margin-bottom: 15px;
}
#shop_list li p {
	background: url(../img/ico_station_pink.png) no-repeat 0 3px;
	background-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 2px 0 0 25px;
	text-align: left;
}
#shop_list li ul{
	overflow: hidden;
}
#shop_list li ul li {
	background: #eaeaea;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666;
	font-size: 85.714%;
	padding: 2px 5px;
	margin: 0 2px 2px 0;
	width: auto;
	white-space: nowrap;
}
#footer_grp footer {
	background: url(../img/bg_footer.png) repeat-x 50% 0;
	padding-top: 200px;
}
#footer_grp footer nav {
	position: relative;
	overflow: hidden;
}
#footer_grp footer nav ul {
	/*clear: both;
	float: left;
	position:relative;
	left: 50%;*/
	text-align: center;
}
#footer_grp footer nav li {
	/*float: left;
	left: -50%;*/
	display: inline-block;
	position: relative;
	margin: 0 15px;
	padding-left: 30px;
}
#footer_grp footer nav ul:first-child li {
	margin-bottom: 20px;
}
#footer_grp footer nav ul:first-child li:before {
	content: '';
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
}
#footer_grp footer nav ul:last-child li:before {
	background: #007aec;
}
#footer_grp footer nav ul:first-child li:after {
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-top: solid 2px #007bff;
	border-right: solid 2px #007bff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -4px;
}
#footer_grp footer nav ul:last-child li:after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}
#footer_grp footer nav ul:first-child li a {
	color: #fff;
}
#footer_grp footer nav &gt; ul {
	background: #00b8fb;
}
#footer_grp footer nav &gt; ul li:last-child {
	background: url(../img/ico_window01.png) no-repeat 100% 25%;
	background-size: 14px;
	padding-right: 24px;
}
#footer_grp footer nav div ul li {
	background: url(../img/ico_window02.png) no-repeat 100% 25%;
	background-size: 14px;
	padding-right: 24px;
}
#footer_grp footer nav div ul:last-child li a {
	color: #007aec;
}
#footer_grp footer nav div {
	clear: both;
	background: #ddefff;
	padding: 20px 0 0 0;
}
#footer_grp footer small {
	background: #007aec;
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px 0;
}

#business_hours{
	margin-bottom: 10px;
}

#business_hours .ttl{
	color: #fff;
	background: #007aec;
	text-align: center;
	font-size: 12px;
	border-radius: 8px 8px 0 0;
	padding: 1px 0;
}

#business_hours span:before{
	position: relative;
	top: 2px;
	content: '';
	display: inline-block;
	background: url(../img/ico_recent.png) no-repeat center;
	background-size: 100% auto;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

#business_hours #change_text{
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	background: #d9ecff;
	border-radius: 0 0 8px 8px;
}

#bh_desc p{
	line-height: 1.4;
	font-size: 13px;
}

#bh_desc p:first-child{
	border-bottom: dashed 1px #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#bh_desc .ttl{
	margin-left: -6px;
}

#bh_desc .bold{
	font-weight: bold;
}

#side address{
	margin-top: 25px;
	margin-bottom: 30px;
}
#side address p{
	line-height: 1.4;
	font-size: 13px;
}

.ttl02{
	border-top: solid 6px #0279ec;
	text-align: center;
	background: url(../img/bg_stripe03.png);
	line-height: 1;
	padding: 15px 0;
}

.ttl02 span{
	display: block;
}

.ttl02 .en{
	font-family: 'Overpass', sans-serif;
	font-weight: 900;
	font-size: 26px;
	color: #323232;
	margin-bottom: 8px;
}

.ttl02 .ja{
	font-size: 12px;
	color: #80807f;
	font-weight: bold;
}
#side_category{
	margin-bottom: 15px;
}
#side_category ul{
	max-width: 220px;
}

#side_category ul li{
	border-bottom: solid 1px #eaeaea;
}

#side_category ul li:last-child{
	border-bottom: none;
}

#side_category ul a{
	display: block;
	padding: 15px 0 15px 40px;
}

#side_category ul a:hover{
	color: #0279ec;
}

#side_category ul .sc01{background: url(../img/sc01.png) no-repeat 8px center;}
#side_category ul .sc02{background: url(../img/sc02.png) no-repeat 3px center;}
#side_category ul .sc03{background: url(../img/sc08.png) no-repeat 8px center;}
#side_category ul .sc04{background: url(../img/sc03.png) no-repeat 8px center;}
#side_category ul .sc05{background: url(../img/sc04.png) no-repeat 8px center;}
#side_category ul .sc06{background: url(../img/sc05.png) no-repeat 8px center;}
#side_category ul .sc07{background: url(../img/sc06.png) no-repeat 8px center;}
#side_category ul .sc08{background: url(../img/sc07.png) no-repeat 8px center;}
#side_category ul .sc09{background: url(../img/sc09.png) no-repeat 3px center;}
#side_category ul .sc10{background: url(../img/sc10.png) no-repeat 8px center;}
#side_category ul .sc11{background: url(../img/sc16.png) no-repeat 8px center;}
#side_category ul .sc12{background: url(../img/sc16.png) no-repeat 8px center;}
#side_category ul .sc13{background: url(../img/sc14.png) no-repeat 8px center;}
#side_category ul .sc14{background: url(../img/sc18.png) no-repeat 8px center;}
#side_category ul .sc15{background: url(../img/sc13.png) no-repeat 8px center;}
#side_category ul .sc16{background: url(../img/sc17.png) no-repeat 8px center;}
#side_category ul .sc17{background: url(../img/sc11.png) no-repeat 8px center;}
#side_category ul .sc18{background: url(../img/sc12.png) no-repeat 8px center;}
#side_category ul .sc19{background: url(../img/sc15.png) no-repeat 8px center;}

#side_service{
	margin: 35px 0 65px;
}
#side_company .ttl02,
#side_service .ttl02{
	margin-bottom: 20px;
}

#new_footer .w1200{
	overflow: hidden;
}

#new_footer #footer_top{
	background: #0279ec;
	color: #fff;
	padding: 30px 0 20px;
}

#new_footer #footer_top a{
	color: #fff;
}

#new_footer #footer_top .footer-link .ttl{
	font-weight: bold;
	border-left: solid 3px #ffff00;
	padding: 5px 0 5px 12px;
	margin-bottom: 8px;
	font-size: 14px;
	text-align: left;
	color: #fff;
}

#new_footer #footer_top .footer-link &gt;div{
	margin-right: 50px;
/*	width: 180px;*/
	margin-bottom: 10px;
}

#new_footer #footer_top .footer-link ul{
	padding-left: 12px;
}

#new_footer #footer_top .footer-link li{
	margin-bottom: 5px;
}

#new_footer #footer_top .footer-nav{
	width: 195px;
}

#new_footer #footer_top .footer-nav ul li:last-child{
	margin-bottom: 0;
}

#new_footer #footer_top .footer-nav li{
	margin-bottom: 12px;
}
#new_footer #footer_top .footer-nav a{
	display: block;
	background: #fff url(../img/arrow.png) no-repeat 15px center;
	font-weight: bold;
	color: #0279ec;
	height: 50px;
	line-height: 50px;
	padding-left: 35px;
	border: solid 2px #ecf4fd;
}

#new_footer #footer_top .footer-nav a[target]{
	background: #fff url(../img/blank.png) no-repeat 15px center;
}

#new_footer small{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #383838;
	padding: 15px;
}

/*221115追記*/


#new_footer #footer_top .footer-nav {
    width: auto;
	margin-top: 20px;
}

	#new_footer #footer_top .footer-nav ul{
		display: flex;
		flex-wrap: nowrap;
	}

	#new_footer #footer_top .footer-nav li{
		width: 50%;
		margin-bottom: 1px;
	}





.mb50{
	margin-bottom: 50px;
}

#sp_sns,
#sp_company,
#sp_service,
#sp_btn{
	display: none;
}
.w1200{
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width:1200px) {
	.w1200{
		padding: 0 2%;
	}
	#sp_btn{
		position: absolute;
		display: block;
		right: 65px;
		top: 17px;
	}
	#sp_btn li{
		display: inline-block;
		margin-left: 5px;
	}
	#sp_btn li:first-child{
		width: 26px;
	}
	#sp_btn li:last-child{
		width: 26px;
	}

}

@media screen and (max-width:1160px) {
	.wrapper {
		margin: 0 2%;
	}
	#shop_list li {
		width: 19%
	}
}

@media screen and (max-width:1100px) {
	#header #gnav div {
		background: none;
		width: inherit;
	}
	#shop_list li {
		width: 24%;
	}
}

/*@media screen and (max-width:1000px) {
.property_list div {
	width: 47%;
	height: auto;
	margin: 10px 1.5%;
}
}*/

@media screen and (max-width:1200px) {
	body{
		padding-top: 60px;
	}
	#logo img{
		width: 250px;
	}
	#header::before {
		background: transparent;
	}
	#header {
		z-index: 999999;
		position: fixed;
		height: 60px;
		background: #fff;
		width: 100%;
		top: 0;
	}
	#header h1, #summary, #header #gnav, #header #register {
		display: none;
	}
	#logo img {
		zoom: 0.9;
	}
	#header #subnav {
		margin: 5px 65px 0 0;
		background: #007aec;
		display: none;
	}
	#header #subnav ul li {
		padding: 0 10px;
		height: 60px;
		line-height: 60px;
	}
	#header #subnav ul li a {
		display: block;
		padding-top: 38px;
	}
	#header #subnav ul li:before {
		left: 50%;
		background-position: 0 10px;
	}
	#header #subnav ul li:last-child:before {
		left: 45% !important;
	}
	#header #subnav ul li:last-child {
		border-left: none;
	}
	#header #subnav ul li:nth-child(3):before {
		margin-left: -9.5px;
		background-position: 0 12px;
	}
	#header #subnav ul li:nth-child(4):before {
		margin-left: -9px;
	}
	#header #subnav ul li:last-child span {
		position: absolute;
		top: -12px;
		right: 25px;
	}
	#header #subnav #login {
		border-left: #fff solid 1px;
	}
	#header #subnav #login a, #header #subnav #register a {
		margin-top: 16px;
		padding-top: 8px;
	}
	/*
    ---------------------------------------
    drawer
    ---------------------------------------
    */
	.drawer {
		display: block;
	}
	.drawer a:hover {
		text-decoration: none;
	}
	.drawer-hamburger {
		background: #fff;

	}
	.drawer-hamburger ,
	.drawer-nav{
		z-index: 9999999 !important;
	}

	.drawer-overlay{
		z-index: 999999 !important;
	}
	.drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
		background-color: #007aec !important;
		margin: 0 !important;
	}
	/*.drawer-hamburger:hover {
        background-color: #007aec !important;
        opacity: 1;
    }*/
	.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-hamburger {
		right: 5px !important;
		top: 0;
		/*background: #fff;*/
	}
	.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
		background-color: #007aec !important;
	}
	.drawer-open .drawer-hamburger-icon {
		background-color: transparent !important;
	}
	.drawer-menu li a {
		display: block;
		color: #fff;
		font-size: 14px;
		border-bottom: solid 1px rgba(255,255,255,0.20);
		padding: 10px 1em;
	}
	.drawer-dropdown-menu {
		background-color: #ffe100 !important;
	}

	#new-drawer{

	}

	#new-drawer.drawer--right.drawer-open .drawer-nav,
	#new-drawer.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
		background: #fff !important;
	}

	#new-drawer .drawer-menu li a{
		color: #808080;
	}
	#new-drawer .drawer-menu li{
		border-bottom: solid 1px #ececec;
	}
	#new-drawer .drawer-menu .ttl{
		padding: 10px 1em;
		color: #fff;
		font-weight: bold;
		background: #0279ec;
		font-size: 14px;
		text-align: left;
	}

	#new-drawer.drawer--right.drawer-open .drawer-hamburger{
		right: 260px !important;
		background: none;
	}

	/*#new-drawer.drawer--right.drawer-open .drawer-hamburger-icon, */
	#new-drawer.drawer--right.drawer-open .drawer-hamburger-icon:after,
	#new-drawer.drawer--right.drawer-open .drawer-hamburger-icon:before{
		background: #fff !important;
	}
}

@media screen and (max-width : 899px) {
	#header #logo {
		padding: 6px 0 5px;
	}
	#header .left {
		float: none;
	}
	#header .right {
		float: none;
		width: 100%;
	}
	#header #subnav {
		margin: 0;
	}
	#header #subnav ul li {
		width: 22.97%;
		text-align: center;
		padding: 0 0.9% !important;
	}
	#header #login a, #header #register a {
		width : 90%;
		margin: 0 auto;
	}
	main #contents, #second article #contents {
		float: none;
		margin-left: 0;
		padding-left: 0;
	}
	#side {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	#side ul.banner img {
		margin: 0 auto;
		display: block;
	}
	#side section {
		display: none;
	}
	#side address p &gt; span {
		display: inline;
		margin-left: 1em;
	}
	#side address p span.tel {
		margin-left: 0;
	}
	#shop_list li {
		width: 24%
	}
	#shop_list p.btn {
		position: static;
		width: 240px;
	}
	#shop_list {
		display: none;
	}
	#footer_grp footer nav ul {
		text-align: left;
		padding: 0;
	}
	#footer_grp footer nav li {
		margin: 0 10px;
	}
	div#search,#side_service,div#search+.banner,
	#side_category,#side_company{
		display: none;
	}
	#sp_service{
		display: block;
		margin-bottom: 40px;
	}
	#sp_company{
		display: block;
		text-align: center;
		margin-bottom: 40px;
	}
	#sp_sns{
		position: relative;
		display: block;
		margin: 45px 0;
	}

	#sp_sns #pt{
		position: absolute;
		right: 10px;
		top: -50px;
		width: 35px;
	}

	#sp_sns .en,
	#sp_sns .ja{
		display: inline-block;
	}
	#sp_sns .ja{
		color: #808080;
	}
	#sp_sns .ja:after{
		content: '!';
	}
	#sp_sns ul{
		text-align: center;
	}
	#sp_sns ul li{
		display: inline-block;
		width: 80px;
		margin: 0 10px;
	}
	#new_footer #footer_top{
		padding: 30px 0;
	}

	#new_footer #footer_top .footer-nav{
		width: auto;
		float: none;
	}

	#new_footer #footer_top .footer-nav ul{
		display: flex;
		flex-wrap: wrap;
	}

	#new_footer #footer_top .footer-nav li{
		width: 50%;
		margin-bottom: 1px;
	}
	#new_footer #footer_top .footer-nav a{
		font-size: 13px;
		border-width: 1px;
	}
	#new_footer small{
		font-size: 11px;
	}
	
/*	221115追記*/
	#new_footer #footer_top .footer-link &gt;div {
    margin-right: 10px;
}

@media screen and (max-width : 768px) {
	#pankuzu {
		display: none;
	}
}

@media screen and (max-width : 640px) {
	.property_list div {
		width: 100%;
		margin: 10px 0 !important;
		height: auto;
	}
	.property_list dt {
		padding-top: 0;
	}
	.property_list dd:nth-of-type(2) {
		padding-left: 105px
	}
	.property_list dd.img {
		width: 100px;
		top: 26px;
	}
	.property_list dd.img img {
		border-radius: 0;
	}
	.property_list div a {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		border-top: 3px solid #007aec;
	}
	.property_list div:nth-child(even) {
		margin-right: 0;
	}
	#side section dl div a {
		border-top: none;
	}
	#side section dl dd{
		padding-left: 0;
	}
	#footer_grp, #footer_grp footer {
		background: none;
		padding-top: 0
	}
	#footer_grp footer nav &gt; ul {
		padding-top: 20px;
	}
}

@media screen and (max-width : 560px) {
	br.onlysp {
		display: block;
	}
}

@media screen and (max-width : 400px) {
	#header .left {
		padding-left: 1%;
	}
	#logo img {
		zoom: 0.8;
	}
	#header #subnav ul li a {
		font-size: 12px;
		padding-top: 34px;
	}
	#header #subnav ul li:last-child:before {
		left: 37% !important;
	}
}
</pre></body></html>