@charset "utf-8";

html, button, input, select, textarea,
.pure-g [class *="pure-u"] {
	/* Set your content font stack here: */
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.asp {
	width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
}

.asp img {
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	box-sizing: border-box;
}

body {
	max-width: 980px;
	min-width: 320px;
	display: block;
	margin: 0px auto;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 14px;
	line-height: normal;
}

#wrapper {
	border: 1px solid #ff99cc;
	border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
}

header {
	border-bottom: 1px dotted #FF99CC;
}

#container {
	overflow: hidden;
}

#main {
	margin-left: 310px;
	padding: 10px;
}

#main p {
	font-size: 16px;
	line-height: 28px;
	;
}

#side {
	float: left;
	width: 300px;
	padding: 5px;
}

footer {
	border-top: 1px solid #CCC;
	text-align: center;
	padding: 5px;
}

@media screen and (max-width:980px) {
	#wrapper {
		border: none;
	}
}

@media screen and (max-width:780px) {
	#main {
		margin: 0;
		width: auto;
		border-style: none;
		padding: 5px;
	}

	#side {
		float: none;
		margin: 0;
		width: auto;
		border: none;
		padding: 0px;
	}
}

/*共通---------------------------------------*/
a {
	color: #FF3366;
	text-decoration: none;
}

a:hover {
	color: #990066;
	text-decoration: underline;
}

a:hover img.over {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

a.disabled {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #000000;
}

.s_gr {
	font-size: 12px;
	color: #009900;
}

.green {
	color: #009900;
	font-style: normal;
	font-weight: bold;
}

.red {
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
}

.orange {
	color: #FF6600;
	font-style: normal;
	font-weight: bold;
}

.blue {
	font-style: normal;
	font-weight: bold;
	color: #0066FF;
}

#top-description {
	height: 24px;
	background-image: url(https://www.seiyohousing-ch.com/img/bg_top-description.gif);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-indent: -9999px;
}

#top-navi {
	padding: 5px;
	color: #000000;
	border-top: 1px solid #FF99CC;
	overflow: hidden;
}

#top-navi ol {
	display: block;
	width: 84%;
	background-color: #FFDFEF;
	border: 1px dotted #FF99CC;
	line-height: 18px;
	overflow: hidden;
	float: left;
}

#top-navi li {
	display: inline-block;
	background-image: url(https://www.seiyohousing-ch.com/img/menu_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -357px;
	text-indent: 12px;
	height: 18px;
	line-height: 18px;
	margin-left: 5px;
	font-size: 12px;
}

#menu-sitemap {
	width: 12%;
	float: right;
	height: 18px;
	line-height: 18px;
	background-color: #FFFFCC;
	background-image: url(https://www.seiyohousing-ch.com/img/menu_icon.png);
	background-repeat: no-repeat;
	background-position: 5px -397px;
	padding-left: 26px;
	border: 1px dotted #FF9900;
	font-size: 12px;
	margin: 0px;
}

@media screen and (max-width:780px) {
	#top-navi {
		padding-right: 5px;
	}

	#top-navi ol {
		float: none;
		width: 100%;
	}

	#menu-sitemap {
		float: none;
		width: auto;
		margin: 5px 0px;
		display: inline-block;
		padding-right: 8px;
	}
}

/*#menu---------------------------------------*/
#menu h2 {
	margin-top: 10px;
}

#menu h2 span img {
	margin-top: -10px;
}

#menu h2 span {
	display: block;
	border-radius: 15px 15px 0px 0px / 15px 15px 0px 0px;
	padding-bottom: 3px;
}

h2.h2_site {
	font-size: 16px;
}

#menu-tech,
#menu-feature,
#menu-genre,
#menu-area,
#menu-link {
	margin-bottom: 10px;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url(https://www.seiyohousing-ch.com/img/h1_bg.jpg);
}

#menu-tech {
	background-image: url(https://www.seiyohousing-ch.com/img/menu-tech_dd.gif);
}

#menu-feature {
	background-image: url(https://www.seiyohousing-ch.com/img/menu-feature_dd.gif);
}

#menu-genre {
	background-image: url(https://www.seiyohousing-ch.com/img/menu-genre_dd.gif);
}

#menu-area {
	background-image: url(https://www.seiyohousing-ch.com/img/menu-area_dd.gif);
}

#menu-tech h2 span {
	background: #00cc00;
	background: -moz-linear-gradient(top, #00cc00 0%, #6de26d 100%);
	background: -webkit-linear-gradient(top, #00cc00 0%, #6de26d 100%);
	background: linear-gradient(to bottom, #00cc00 0%, #6de26d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cc00', endColorstr='#6de26d', GradientType=0);
}

#menu-feature h2 span {
	background: rgb(0, 204, 255);
	background: -moz-linear-gradient(top, rgba(0, 204, 255, 1) 0%, rgba(107, 225, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 204, 255, 1) 0%, rgba(107, 225, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 204, 255, 1) 0%, rgba(107, 225, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ccff', endColorstr='#6be1ff', GradientType=0);
}

#menu-genre h2 span,
#menu-area h2 span {
	background: rgb(255, 0, 102);
	background: -moz-linear-gradient(top, rgba(255, 0, 102, 1) 0%, rgba(255, 115, 171, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 0, 102, 1) 0%, rgba(255, 115, 171, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 0, 102, 1) 0%, rgba(255, 115, 171, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0066', endColorstr='#ff73ab', GradientType=0);
}

#menu-link h2 span {
	background: rgb(255, 102, 0);
	background: -moz-linear-gradient(top, rgba(255, 102, 0, 1) 0%, rgba(255, 204, 0, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 102, 0, 1) 0%, rgba(255, 204, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 102, 0, 1) 0%, rgba(255, 204, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6600', endColorstr='#FFCC00', GradientType=0);
}

#menu ul {
	padding: 5px 8px;
}

#menu-tech ul {
	border: 1px solid #65e065;
}

#menu-feature ul {
	border: 1px solid #63dfff;
}

#menu-genre ul, #menu-area ul {
	border: 1px solid #ff73ab;
}

#menu-link ul {
	border: 1px solid #FFCC00;
}

#menu li a {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 5px 0;
	line-height: 24px;
	text-indent: 20px;
	background-image: url(https://www.seiyohousing-ch.com/img/menu_icon.png);
	background-repeat: no-repeat;
}

#menu #menu-link .pr li,
#menu #menu-link ul li {
	margin-bottom: 10px;
}

#menu #menu-link ul li a {
	/* サイド広告のリスト用背景画像の除外 */
	display: block;
	width: 100%;
	padding: 0px;
	margin-bottom: 10px;
	text-indent: 0px;
	background-image: none;
	background-repeat: no-repeat;
}

#menu #menu-link ul li a img {
	display: block;
	border: 1px solid #CCC;
	border-radius: 5px;
}

#menu-tech li a {
	background-position: 0px 7px;
}

#menu-feature li a {
	background-position: 0px -33px;
}

#menu-genre li a,
#menu-area li a {
	background-position: 0px -72px;
}

#menu-genre li a:hover,
#menu-area li a:hover {
	background-position: 0px -112px;
}

#toggle {
	display: none;
}

@media screen and (max-width:780px) {
	#menu {
		display: none;
		padding: 0 5px;
	}

	#menu h2 span {
		border-radius: 0;
	}

	#menu ul {
		border: none;
	}

	#menu li {
		width: 100%;
	}

	#menu li a {
		padding: 2px 0px;
	}

	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #222;
		margin-bottom: 10px;
	}

	#toggle a {
		display: block;
		position: relative;
		padding: 12px 0 10px;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}

	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #fff;
	}

	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 4px;
		background: #222;
	}

	#toggle a:before {
		margin-top: -6px;
	}

	#toggle a:after {
		margin-top: 2px;
	}

	#side aside {
		display: none;
	}
}

/* ソーシャルブックマーク */
#sbmlink {
	padding: 3px 2px;
	margin: 20px 0px 0px;
	background-color: #990066;
	border-radius: 3px;
}

#sbmlink a,
#sbmlink a:hover {
	display: block;
	padding-left: 22px;
	background-color: transparent;
	background-image: url(https://www.seiyohousing-ch.com/img/bookmark/addbookmark.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #FFF;
}

#sbmform {
	display: none;
	position: absolute;
	max-width: 512px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #efebef #c6c3c6 #c6c3c6 #efebef;
	background: #fff url(https://www.seiyohousing-ch.com/img/bookmark/bg.gif) repeat top left;
	overflow: hidden;
}

#sbmform a.close {
	display: block;
	float: right;
	margin: 10px 5px 0 0;
	text-align: right;
	background-color: transparent;
}

#sbmform a.close img {
	vertical-align: middle;
	border: 0;
}

#sbmform div.title {
	float: none;
	margin: 10px 0;
	padding: 0 0 0 10px;
	font-weight: bold;
}

#sbmform div.social {
	background-color: #fff;
	height: auto;
	padding: 5px;
}

#sbmform div.social ul {
	overflow: hidden;
}

#sbmform div.social ul li {
	float: left;
	width: 33%;
}

@media screen and (max-width:480px) {
	#sbmform div.social ul li {
		width: 50%;
	}
}

@media screen and (max-width:330px) {
	#sbmform div.social ul li {
		float: none;
		width: auto
	}
}

#sbmform div.social ul li a,
#sbmform div.social ul li a :hover {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 2px 0 2px 22px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
}

#sbmform a.google_bmarks {
	background-image: url(https://www.seiyohousing-ch.com/img/bookmark/google_bmarks.gif);
}

#sbmform a.delicious {
	background-image: url(https://www.seiyohousing-ch.com/img/bookmark/delicious.gif);
}

#sbmform a.yahoo_myweb {
	background-image: url(https://www.seiyohousing-ch.com/img/bookmark/yahoo_myweb.gif);
}

#sbmform a.hatena {
	background-image: url(https://www.seiyohousing-ch.com/img/bookmark/hatena.gif);
}

#sbmform a.livedoor_clip {
	background-image: url(https://www.seiyohousing-ch.com/img/bookmark/livedoor_clip.gif);
}

#sbmform a.fc2 {
	background-image: url(https://www.seiyohousing-ch.com/img/bookmark/fc2.gif);
}

#sbmform a.nifty_clip {
	background-image: url(https://www.seiyohousing-ch.com/img/bookmark/nifty_clip.gif);
}

/*#main---------------------------------------*/
#main h1 {
	font-size: 150%;
	font-weight: 800;
	text-shadow: 2px 2px 2px #ccc;
	background-image: url(https://www.seiyohousing-ch.com/img/h1_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 7px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	color: #333333;
}

@media screen and (max-width:480px) {
	#main h1 {
		font-size: 130%;
	}
}

#main h2 {
	font-weight: 500;
	background-image: url(https://www.seiyohousing-ch.com/img/h2_bg.jpg);
	background-repeat: repeat-x;
	background-size: 100% auto;
	padding: 0px 0px 5px 7px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	color: #ff0066;
	font-family: 'Noto Sans JP', sans-serif;
	filter: dropshadow(color=#FFFFFF, offX=0, offY=-1),
		dropshadow(color=#FFFFFF, offX=1, offY=0),
		dropshadow(color=#FFFFFF, offX=0, offY=1),
		dropshadow(color=#FFFFFF, offX=-1, offY=0);
	-webkit-text-stroke-color: #FFFFFF;
	-webkit-text-stroke-width: 1px 0px 0px 0px;
	text-shadow: #FFF 1px 1px 0px, #FFF -1px 1px 0px, #FFF 1px -1px 0px, #FFF -1px -1px 0px;
}

#main h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#main article {}

#main p {
	margin-bottom: 1em;
}

#main h1.h1_top {
	color: #ff0066;
}

#main h2.h2_top {
	color: #3366cc;
}

#main h1 span {
	color: #ff0000;
}

#main .box {
	padding: 9px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#main .box strong {
	font-size: 14px;
	line-height: 20px;
	color: #FF0000;
	font-weight: bold;
}

#main .box em {
	color: #FF6600;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

/*top---------------------------------------*/
.top-info {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 5px;
	line-height: 1.8em;
	margin-bottom: 20px;
}

.top-info h3 {
	border-left: 5px solid #F00;
	border-bottom: 1px dotted #FF0000;
	padding-left: 8px;
}

h1.h1_top {
	font-family: 'Noto Sans JP', sans-serif;
	filter: dropshadow(color=#FFFFFF, offX=0, offY=-1),
		dropshadow(color=#FFFFFF, offX=1, offY=0),
		dropshadow(color=#FFFFFF, offX=0, offY=1),
		dropshadow(color=#FFFFFF, offX=-1, offY=0);
	-webkit-text-stroke-color: #FFFFFF;
	-webkit-text-stroke-width: 1px 0px 0px 0px;
	text-shadow: #FFF 1px 1px 0px, #FFF -1px 1px 0px, #FFF 1px -1px 0px, #FFF -1px -1px 0px;
}

.top-info section {
	padding: 10px;
}

.top li {
	background-image: url(https://www.seiyohousing-ch.com/img/menu_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -197px;
	padding-left: 15px;
}

/*#tech---------------------------------------*/
#main h2.h2_tech {
	color: #009900;
}

.pod,
.case {
	padding: 9px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	line-height: 20px;
}

.pod ul {
	overflow: hidden;
}

.pod li {
	display: block;
	float: left;
	width: 50%;
	margin: 10px auto;
	text-align: center;
}

.pod li a {
	display: block;
	margin: 2px;
}

@media screen and (max-width:520px) {
	.pod li {
		float: none;
		width: auto;
	}

	.pod li a {
		margin: 0px;
	}
}

.pod section h3 {
	display: block;
	border-left: none;
	border-bottom: 1px solid #0099FF;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #0066FF;
}

.pod dt {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}

.pod dt em {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #0066FF;
}

.pod dd {
	padding-bottom: 10px;
}

.pod dl {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#main h4 {
	font-weight: bold;
	border-bottom: 1px dotted #333333;
	margin-bottom: 5px;
	color: #0066FF;
}

#menu-index {
	display: inline-block;
	border: 1px solid #CCC;
	background-color: #EBEBEB;
	padding: 10px;
	margin-bottom: 20px;
}

#menu-index .title {
	text-align: center;
	margin-bottom: 10px;
}

#menu-index ol {
	list-style: decimal;
	margin-left: 20px;
}

#menu-index li {
	line-height: 2.0em;
}

#tech {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#tech li {
	display: block;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	background-image: url(https://www.seiyohousing-ch.com/img/menu_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -157px;
	padding-left: 12px;
}

/*#area---------------------------------------*/
#area-select dt {
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	padding-left: 5px;
	background-color: #FFCCCC;
	border: 1px dotted #990000;
	margin-bottom: 10px;
}

#area-select dd {
	padding-left: 10px;
	margin-bottom: 10px;
	line-height: 24px;
}

#area-select dd a {
	color: #0066FF;
	white-space: nowrap;
}

p.informer {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px dashed #FF9900;
	border-left: 5px solid #FF9900;
	padding-left: 5px;
	letter-spacing: 1px;
}

.rec-info {
	display: block;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.rec-info a {
	font-size: 14px;
	font-weight: bold;
	color: #FF0066;
}

.rec-info img {
	float: right;
}

dl.other_area {
	margin-top: 10px;
	overflow: hidden;
}

.other_area dt {
	display: block;
	border: 1px dotted #FF0066;
	margin-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	background-color: #FFFFCC;
}

.other_area dd {
	display: block;
}

.other_area li::before {
	content: "・";
	color: fuchsia;
	font-weight: bold;
	font-size: 18px;
}

.other_area li {
	float: left;
	width: 25%;
}

@media screen and (max-width:420px) {
	.other_area li {
		width: 33.3%
	}
}

#character {
	display: block;
}

#character em a {
	display: inline-block;
	border: 1px solid #CCC;
	border-radius: 3px;
	background-image: url(https://www.seiyohousing-ch.com/img/menu_icon.png);
	background-repeat: no-repeat;
	background-position: 5px -114px;
	padding: 5px 5px 5px 25px;
	background-color: #06F;
	color: #FFFFFF;
	box-shadow: 1px 1px 1px #ccc;
	margin: 10px 0px;
	line-height: 1.3em;
}

#character em a:hover {
	text-decoration: none;
	background-color: #F00;
}

#character dt {
	display: block;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	padding-left: 5px;
	background-color: #FFCCCC;
	color: #990000;
	border: 1px dotted #990000;
}

#character dd {
	padding: 5px;
	display: block;
	margin-bottom: 10px;
}

/*genre---------------------------------------*/
.case dl {
	display: block;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 10px;
}

.case dt {
	margin-bottom: 10px;
}

.case dd {
	padding-bottom: 10px;
}

.case dd strong {
	display: block;
	margin-bottom: 7px;
	font-size: 16px;
}

.case ul {
	padding: 0px 10px 10px
}

.case ul li {
	display: block;
	background-image: url(https://www.seiyohousing-ch.com/img/menu_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -153px;
	padding: 3px 0px 3px 12px;
}

#genrelist {
	overflow: hidden;
}

#genrelist li {
	float: left;
	width: 33.3%;
}

@media screen and (max-width:480px) {
	#genrelist li {
		width: 50%;
	}
}

#genrelist li dl {
	margin: 3px 3px 10px;
	padding: 3px;
	background: #E8E8E8;
}

#genrelist li dd {
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	padding: 2px 2px 0px;
}

#photo {
	text-align: center;
	background: #E8E8E8;
	border: 1px solid #E8E8E8;
	margin: 10px 0px;
}

#photo img {
	width: 100%;
}

#qr {
	background-color: #FFFFCC;
	background-image: url(https://www.seiyohousing-ch.com/img/bg_qr.gif);
	background-repeat: no-repeat;
	border: 5px solid #FFFFCC;
	margin-bottom: 10px;
}

#qr p {
	display: none;
}

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

#outline {
	padding: 5px;
	margin-bottom: 10px;
}

#outline em {
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

#outline strong {
	font-weight: bold;
	color: #0066FF;
}

#outline a.outside {
	display: inline-block;
	font-weight: bold;
	border-bottom: 1px dotted #FF0066;
	padding-right: 15px;
	background-image: url(https://www.seiyohousing-ch.com/img/menu_icon.png);
	background-repeat: no-repeat;
	background-position: right -320px;
	text-decoration: none;
	line-height: 1em;
}

/*#featur---------------------------------------*/
#main .h2_feature {
	color: #0099ff;
}

dl.feature-site {
	display: block;
	margin: 10px 0px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
}

.feature-site dt {
	display: block;
	margin-bottom: 10px;
}

.feature-site dd {
	display: block;
}

.feature-site dd ul {
	overflow: hidden;
}

.feature-site dd li {
	width: 33.3%;
	float: left;
}

.feature-site dd li a {
	display: block;
	margin: 2px;
	padding: 2px;
	text-align: center;
	font-size: 12px;
	background: #E8E8E8;
}

/*#map ---------------------------------------*/
#map {
	padding: 10px;
	overflow: hidden;
}

#map a {
	text-decoration: underline;
}

#map h1 {
	background-image: url(https://www.seiyohousing-ch.com/img/h2_map_bg.gif);
	background-repeat: repeat;
	padding: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

#map h2 {
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 10px;
}

#map h2 a {
	color: #FF0066;
}

.map-box {
	width: 50%;
	float: left;
	background-color: #FFFFFF;
}

.map-box div {
	padding: 10px;
}

#map dt {
	display: block;
	line-height: 20px;
	font-size: 16px;
	background-image: url(https://www.seiyohousing-ch.com/img/menu_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -275px;
	padding-left: 15px;
	margin-bottom: 5px;
}

#map dt a {
	color: #FF6600;
	margin-bottom: 5px;
}

#map dd {
	padding: 0px 10px 10px;
}

#map dd li {
	display: block;
	line-height: 1.5em;
	padding-left: 15px;
	background-image: url(https://www.seiyohousing-ch.com/img/menu_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -197px;
	margin-bottom: 5px;
}

#map dd li a {
	color: #0066FF;
}

@media screen and (max-width:480px) {
	.map-box {
		width: 100%;
		float: none;
	}

	#map dd li {
		line-height: 2.0em;
		background-position: 0px -195px;
		border: 1px solid #CCC;
		margin: 5px 0px;
	}

	#map dd li a {
		display: block;
		text-decoration: none;
	}
}

/*#f-link ---------------------------------------*/

#f-link {
	padding: 10px;
	overflow: hidden;
	clear: both;
}

#f-link h3 {
	color: #FF6699;
	text-align: center;
	display: block;
	padding: 5px;
	background-color: #FFFFCC;
	border: 1px dotted #FF6699;
	margin-bottom: 10px;
}

#f-link dl {
	width: 33%;
	display: block;
	float: left;
	margin-bottom: 10px;
}

@media screen and (max-width:680px) {
	#f-link dl {
		float: none;
		width: auto;
	}
}

#f-link dt {
	font-weight: bold;
	color: #666666;
	margin-bottom: 5px;
}

#f-link ul {
	margin-bottom: 5px;
}

#f-link li {
	display: block;
	line-height: 1.5em;
	background-image: url(https://www.seiyohousing-ch.com/img/menu_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -197px;
	padding-left: 15px;
	margin-bottom: 5px;
}

#f-link a {
	display: block;
	color: #0099FF;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#f-link a:hover {
	color: #993399;
	text-decoration: underline;
}

/*------------- スクロールトップ -------------*/
#page-top {
	position: fixed;
	bottom: 35px;
	right: 10px;
	text-align: center;
	_width: 30px;
}

#page-top a {
	background: #161616;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	display: block;
	border-radius: 30px;
	padding: 5px 10px;
}

#page-top a:hover {
	text-decoration: none;
	background: #c9c9c9;
	color: #FFFFFF;
}

/*------------- feed体験談 -------------*/
#feedList {
	margin: 20px 0px 10px;
	border: 1px solid #09F;
	padding: 9px;
}

#feedList h3 {
	font-size: 16px;
	color: #09F;
	border-bottom: 3px double #09F;
}

#feedList ul {
	overflow: hidden;
}

#feedList li {
	line-height: 1.5em;
	margin-bottom: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url(https://www.seiyohousing-ch.com/img/menu_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -197px;
	padding-left: 15px;
}

#feedList li a {
	color: #69F;
}

#feedList li a:hover {
	color: #FF0033;
}

/*-------------　480*100ロングバナー　-------------*/
#pr_girl {
	text-align: center;
	margin: 20px auto;
}

.iframe-long {
	width: 480px;
	height: 100px;
	margin: 0 auto;
}

@media screen and (max-width:499px) {
	.iframe-long {
		width: 300px;
		height: 250px;
	}
}

.iframe-long iframe {
	width: 100%;
	height: 100%;
}

#main .banner {
	margin: 10px auto;
	text-align: center;
}

#main .banner .title {
	margin: auto;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 10px;
}

#main .bannerS,
#main .bannerL {
	display: none;
}

#main .bannerS li,
#main .bannerL li {
	margin-bottom: 10px;
}

#main .bannerL li img {
	width: 100%;
	height: auto;
}

@media screen and (min-width:481px) and (max-width:780px) {
	#main .bannerL {
		display: block;
	}
}

@media screen and (max-width:480px) {
	#main .bannerS {
		display: block;
	}
}


.pc, .tab {display: none;}
@media screen and (min-width:781px){
  .pc {display: block;}
  .sp {display: none;}
}
@media screen and  (min-width: 481px) {
  .tab {display:block;}
}
aside .title {
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	background-color:#EEE;
	padding:5px 0;
}

/* CTA */
.cta {
	padding: 10px;
	margin-bottom: 10px;
}

.cta a {
	text-decoration: none;
}

.btn-cta {
	color: #FFF !important;
	border-radius: 5px;
	display: block;
	height: auto;
	width: 500px;
	max-width: 96%;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	background: #FF3366;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

.btn-cta span {
	transition: 0.5s;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.btn-cta:hover span {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
	color: #FF0;
}

/***************************
 ダブルレクタング広告
****************************/
.ads-flexbox .item {
  flex-basis: auto;
  padding: 5px;
  margin: 0px;
  text-align: center;
}
.ads-flexbox .item img {
  max-width: 100%;
  height: auto;
  border: 1px solid #CCC;
  border-radius: 5px;
}
@media ( min-width : 600px ){
  .ads-flexbox {
    display: flex;
  }
  .ads-flexbox .item {
    width: 50%;
  }
}
.inner300 {
	max-width: 300px;
	width: 100%;
	height: 100%;
	aspect-ratio: 300/250;
	margin: auto;
}
.inner728{
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 728px;
	aspect-ratio: 728/200;
}
.inner600{
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 600px;
	aspect-ratio: 600/315;
}

/*広告表示*/
header::after {
	content: url(https://www.seiyohousing-ch.com/img/ad_display_header.png);
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

.case::before {
	content: url(https://www.seiyohousing-ch.com/img/ad_display_post.png);
	display: flex;
	justify-content: center;
    margin:1em 0 2em;
}

a.pr-txt-link::before {
	content: "PR";
	font-size: 10px;
	border-radius: 5px;
	padding: 0 5px;
	font-weight: bold;
	vertical-align: middle;
	margin: 0 5px;
    color: #fff;
    background: #ff3366;
}
a.btn-cta.pr-txt-link::before {
	margin: 0;
    background: #fff;
    color: #ff3366;
}

a.pr-img-link {
	position: relative;
	display: inline-block;
}

a.pr-img-link::before {
	content: "PR・18禁";
	background-color: #FFF;
    border: 1px solid #f00;
	padding: 0 3px;
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
}

.label_ad {
	position: relative;
}
.label_ad::after{
    content: "AD";
    font-size: 11px;
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    padding: 0 5px;
    position: absolute;
    top: 5px;
    right: 6px;
    height:20px;
    line-height:20px;
}