@charset "utf-8";
/*@import url("html5reset.css");*/

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;
}

img {
	vertical-align: bottom;
}

/* リンク装飾 */
a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

a:link, a:active, a:visited {
	color: #F06;
	text-decoration: none;
}

a:hover {
	color: #06C;
}

a.ext {
	background: url(https://www.furuhashi.net/img/icon_external.gif) no-repeat right center;
	padding-right: 14px;
}

#panel article .box .sitelink img,
.ad a img {
	width: 100%;
	height: auto;
	display: block;
}

.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-right: auto;
	margin-left: auto;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 14px;
	line-height: normal;
	background-image: url(https://www.furuhashi.net/img/bg.gif);
	color: #000;
}

#wrapper {
	background-color: #FFF;
	border: 1px solid #999;
}

#header {
	border-bottom: 3px solid #999;
}

#panel {
	float: left;
	margin: 0;
	width: 100%;
	margin-right: -320px;
}

.content {
	float: right;
	width: 100%;
	margin-left: -302px;
}

.main {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 300px;
	border-left: 1px solid #999;
	padding: 5px;
}

#panel article .box, #panel section .box {
	margin-bottom: 5px;
}

#panel article .box h1, #panel section .box h1, .ad h2,
aside .box strong {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	font-weight: bold;
	padding: 5px;
	background-image: url(https://www.furuhashi.net/img/icon_money1.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	text-align: left;
	text-indent: 25px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: normal;
}

#panel article .box h1 {
	border: 2px solid #F60;
	background-color: #FFFFCC;
	color: #F30;
}

#panel section .box h1,
aside .box h2,
aside .box strong {
	border: 2px solid #F00;
	background-color: #FFE3EE;
	color: #F00;
}

.ad {
	margin-bottom: 10px;
}

.ad h2 {
	border: 2px solid #00F;
	background-color: #0FF;
	color: #F00;
}

#panel article .box p, #panel section .box p {
	padding: 5px;
	margin-bottom: 10px;
}

#panel article .box p {
	font-size: 15px;
}


#panel .box p img {
	border: 1px solid #CCC;
}

#panel article .box .sitelink {
	overflow: hidden;
	width: 300px;
	float: right;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #ffffff;
	border: 1px solid #ff0066;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ff0066');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ff0066')";
	background-image: -moz-linear-gradient(top, #ffffff, #ff0066);
	background-image: -ms-linear-gradient(top, #ffffff, #ff0066);
	background-image: -o-linear-gradient(top, #ffffff, #ff0066);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ff0066));
	background-image: -webkit-linear-gradient(top, #ffffff, #ff0066);
	background-image: linear-gradient(top, #ffffff, #ff0066);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
}

#panel article .box .sitelink img {}

#panel article .box .sitelink a img {
	display: block;
	margin-bottom: 5px;
}

#panel article .box .sitelink .txt-link {
	padding: 5px;
	display: block;
	background-color: #ffffff;
	border: 1px solid #ff0066;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

.img_r {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.suggestion nav ul {
	overflow: hidden;
}

.suggestion nav ul li {
	display: block;
	/* [disabled]float: left; */
}

.suggestion nav ul li a:link, .suggestion nav ul li a:active, .suggestion nav ul li a:visited {
	display: block;
	padding: 5px;
	margin: 5px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fff999');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#fff999')";
	background-image: -moz-linear-gradient(top, #ffffff, #fff999);
	background-image: -ms-linear-gradient(top, #ffffff, #fff999);
	background-image: -o-linear-gradient(top, #ffffff, #fff999);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#fff999));
	background-image: -webkit-linear-gradient(top, #ffffff, #fff999);
	background-image: linear-gradient(top, #ffffff, #fff999);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-weight: bold;
}

.suggestion nav ul li a:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c7e9ff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#c7e9ff')";
	background-image: -moz-linear-gradient(top, #ffffff, #c7e9ff);
	background-image: -ms-linear-gradient(top, #ffffff, #c7e9ff);
	background-image: -o-linear-gradient(top, #ffffff, #c7e9ff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#c7e9ff));
	background-image: -webkit-linear-gradient(top, #ffffff, #c7e9ff);
	background-image: linear-gradient(top, #ffffff, #c7e9ff);
}

.suggestion nav ul li a img {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}


#side {
	float: left;
	width: 300px;
	border-right: 1px solid #999;
	border-left: 1px;
}

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

#sitemap {
	padding: 5px;
}

#sitemap ul, #sitemap li {
	list-style: none inside;
	display: block;
	margin-bottom: 10px;
}

#sitemap dt {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	display: block;
	background-image: url(https://www.furuhashi.net/img/icon_sitemap.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	text-indent: 25px;
	border-bottom: 2px solid #CCC;
}

#sitemap dd ul li ul li a {
	background-image: url(https://www.furuhashi.net/img/icon_arrow1.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	text-indent: 20px;
	display: block;
}

#sitemap strong {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	text-indent: 20px;
	font-style: italic;
	color: #090;
	background-image: url(https://www.furuhashi.net/img/icon_money2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}



#menu nav h1 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	padding: 5px;
	font-weight: bold;
	background-color: #39F;
	color: #FFF;
	margin: 5px 3px 5px 5px;
	background-image: url(https://www.furuhashi.net/img/icon_info.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: left;
	text-indent: 20px;
	font-size: 16px;
	border: 2px solid #39F;
}

#menu nav ul {
	padding-right: 5px;
	padding-left: 5px;
}

#menu nav ul li .grad:link, #menu nav ul li .grad:active, #menu nav ul li .grad:visited {
	background-color: #FFF;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#EEE');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FFF', endColorstr = '#EEE')";
	background-image: -moz-linear-gradient(top, #FFF, #EEE);
	background-image: -ms-linear-gradient(top, #FFF, #EEE);
	background-image: -o-linear-gradient(top, #FFF, #EEE);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#EEE));
	background-image: -webkit-linear-gradient(top, #FFF, #EEE);
	background-image: linear-gradient(top, #FFF, #EEE);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #F00;
	text-shadow: 0 -1px 1px #FFC,
		-1px 0 1px #FFC,
		1px 0 1px #FFC,
		0 1px 1px #FFC,
		1px 1px 1px #999,
		1px 1px 1px #999;
	font-weight: bold;
	letter-spacing: 0.2em;
}

#menu nav ul li .grad:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeb63', endColorstr='#ff960d');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffeb63', endColorstr = '#ff960d')";
	background-image: -moz-linear-gradient(top, #ffeb63, #ff960d);
	background-image: -ms-linear-gradient(top, #ffeb63, #ff960d);
	background-image: -o-linear-gradient(top, #ffeb63, #ff960d);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffeb63), to(#ff960d));
	background-image: -webkit-linear-gradient(top, #ffeb63, #ff960d);
	background-image: linear-gradient(top, #ffeb63, #ff960d);

	color: #FFF;
	text-shadow: 0 -1px 1px #F00,
		-1px 0 1px #F00,
		1px 0 1px #F00,
		0 1px 1px #F00,
		1px 1px 1px #999,
		1px 1px 1px #999;
	font-weight: bold;
	letter-spacing: 0.2em;
}

@media screen and (max-width:900px) {
	.main {
		margin-left: 300px;
		border-left: 1px solid #999;
	}
}

.pc{
	display: block;
}
.sp{
	display: none;
}
@media screen and (max-width:780px) {
	#wrapper {
		border-style: none;
	}

	#panel, .content, .main {
		float: none;
		margin: 0;
		width: auto;
	}

	.main {
		float: none;
		margin: 0;
		width: auto;
		border-style: none;
	}

	#side {
		float: none;
		margin: 0;
		width: auto;
		padding-right: 0px;
		padding-left: 0px;
		border-width: 0px;
		border-style: none;
	}

	#menu nav h1 {
		display: none;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

@media screen and (max-width:480px) {
	#panel, .content, .main, #side {
		float: none;
		margin: 0;
		width: auto;
		border-style: none;
	}

	#panel .box p img {
		border: 1px solid #CCC;
		width: 100%;
		height: auto;
	}

	.img_r {
		float: none;
		margin-left: 0px;
		margin-bottom: 10px;
	}

	#panel article .box .sitelink {
		margin-left: 0px;
		width: auto;
		float: none;
		padding-top: 5px;
		padding-right: 5px;
		padding-left: 5px;
		margin-right: 0px;
	}

	#panel article .box .sitelink a img {
		display: block;
		margin-bottom: 5px;
	}
}


/* menu */
#menu li a {
	width: 100%;
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	margin-bottom: 5px;
}

#toggle {
	display: none;
}

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

	#menu li {
		width: 100%;
	}

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

	#toggle a {
		display: block;
		position: relative;
		padding: 12px 0 10px;
		border-bottom: 1px solid #444;
		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;
	}
}

/* 480*100ロングバナー */
aside .iframe-long {
	width: 480px;
	height: 100px;
	margin: 10px auto;
}

@media screen and (min-width:780px) {
	.main aside .iframe-long {
		display: none;
	}

	#side aside .iframe-long {
		display: block;
	}
}

@media screen and (max-width:779px) {

	.main aside .iframe-long {
		display: block;
		margin: 50px auto;
	}

	#side aside .iframe-long {
		display: none;
	}
}

@media screen and (min-width:780px) {
	aside .iframe-long {
		width: 300px;
		height: 250px;
	}
}

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

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

/* 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: #906;
	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 {
	background: #F09;
}

.btn-cta:hover span {
	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.furuhashi.net/img/ad_display_header.png);
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

#site_img::before {
	content: url(https://www.furuhashi.net/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-right: 5px;
	background-color:#ff0066;
	color:#fff;
}
.btn-cta.pr-txt-link::before {
	background-color:#fff;
	color:#990066;
	margin-right: 0;
}

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

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;
    text-indent: 0;
}