html {
	overflow: auto;
}

body {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	-webkit-text-size-adjust: 100%;
	position:relative;
	color: #000;
	min-width: 980px;
	overflow: hidden;
	background:#efefef;
}

img {
	vertical-align:middle;
	max-width:100%;
}

.font-style01 { font-family: 'Roboto', sans-serif; }

.pcnone{ display:none; }
.spnone{ display:inherit; }

/* common link ==================================================================== */
a:link 		{color: #b7183f;text-decoration: underline;}
a:visited 	{color: #b7183f;text-decoration: underline;}
a:active	{color: #b7183f;text-decoration: underline;}
a:hover 	{color: #b7183f;text-decoration: none;}

/* wrapper ==================================================================== */
#wrapper {
	position:relative;
	z-index:100;
}
#wrapper i {
	margin-right: 5px;
}

/* contents ==================================================================== */
header {
	background-color: #000;
}
header #header-inner {
	width: 980px;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header #header-inner h1 {
}

/* contents ==================================================================== */
#contents {
	min-width: 980px;
	margin:0 auto;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents .page-title01 {
	background-color: #700000;
	min-width: 980px;
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	padding: 10px;
	overflow: hidden;
	position: relative;
}
#contents .page-title01 span {
	position: absolute;
	right: 10px;
	top: 5px;
}
#contents .horth-list2 {
	width: 860px;
	margin: 0 auto;
	padding:30px 0;

	display: flex;
	flex-wrap: wrap;

}
#contents .horth-list2 .list-box {

	width: 410px;
	padding: 4px;
	border:1px solid #fac6c8;
	margin:4px;
	background:#fff;
}
#contents .horth-list2 .list-box .list-box-inner {
	padding: 10px;
}
#contents .horth-list2 .list-box .list-title {
	background-color: #b60e15;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	padding: 12px 10px 12px 44px;
	position: relative;
	border-top: solid 1px #e63c42;
	border-bottom: solid 1px #a50308;
}



#contents .horth-list2 .list-box .list-title-gai {
//	background-color: #a58006;
	background-image: linear-gradient(135deg, #b8751e 0%, #e3b808 37%,  #b8751e 100%);
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	padding: 10px 10px 10px 44px;
	position: relative;
	border-top: solid 1px #b8951f;
	border-bottom: solid 1px #b8951f;
}

#contents .horth-list2 .list-box .list-title:after {
	font-family: 'FontAwesome';
	content: "\f005";
	color:#d14248;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -0.6em;
}
#contents .horth-list2 .list-box .list-title-gai:after {
	font-family: 'FontAwesome';
	content: "\f005";
	color:#edc02b;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -0.6em;
}
#contents .horth-list2 .list-box .male {
	display: inline-block;
	background: #0052c3;
	font-size: 13px;
	color: #fff;
	line-height: 1;
	padding: 4px;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#contents .horth-list2 .list-box .female {
	display: inline-block;
	background: #f34848;
	font-size: 13px;
	color: #fff;
	line-height: 1;
	padding: 4px;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.tsuika {
	display: inline-block;
	background: #932a1e;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	padding: 4px;
	vertical-align: middle;
	margin-top: 4px;
	margin-right: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#contents .horth-list2 .list-box span.parent,
#contents .horth-list2 .list-box span.gparent {
	font-size: 12px;
	display: inline-block;
	margin-right: 10px;
}


#contents .horth-list2 .list-box .list-box-inner .img {
	float: left;
	width: 140px;
	margin-bottom:4px;
}
#contents .horth-list2 .list-box .list-box-inner .detail {
	margin-left: 150px;
}
#contents .horth-list2 .list-box .list-box-inner .detail .price {
	font-size: 15px;
	line-height: 1.4;
}
#contents .horth-list2 .list-box .list-box-inner .detail .stable {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 2px;
}
#contents .horth-list2 .list-box .list-box-inner .detail .info {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 5px;
}
#contents .horth-list2 .list-box .list-box-inner .detail .male {
	color: #0052c3;
}
#contents .horth-list2 .list-box .list-box-inner .detail .female {
	color: #e83a3a;
}
#contents .horth-list2 .list-box .list-box-inner .detail .link-list {
	margin-bottom: 7px;
}
#contents .horth-list2 .list-box .list-box-inner .detail .link-list li {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 2px;
}
#contents .horth-list2 .list-box .list-box-inner .detail .btn {
}

#contents .horth-list2 .list-box .list-box-inner .detail .btn-list-title {
	background: #4d4d4d;
	color: #fff;
	line-height: 1;
	margin-bottom: 2px;
	padding: 4px;
	text-align: center;
	font-size: 12px;
}

#contents .horth-list2 .list-box .list-box-inner .detail .sokusyaku-title {
	background: #708090;
	color: #fff;
	line-height: 1;
	margin-top: 4px;
	margin-bottom: 2px;
	padding: 4px;
	text-align: center;
	font-size: 12px;
}



#contents .horth-list2 .list-box .list-box-inner .detail .btn-list-title i {
	margin-left: 3px;
}
#contents .horth-list2 .list-box .list-box-inner .detail .btn-list {
	overflow: hidden;

}
#contents .horth-list2 .list-box .list-box-inner .detail .btn-list li {
	float: left;
	width: 50%;
	padding: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* contents ==================================================================== */
footer {
	/* position: fixed; */
	/* bottom: 0; */
	width: 100%;
}
footer #footer-top {
	background-color: rgba(0, 0, 0,0.8);
	min-width: 980px;
	padding: 5px;
	overflow: hidden;
	text-align: center;
}
footer #footer-top li {
	display: inline-block;
}
footer #footer-top li a {
	color: #fff;
	text-decoration: none;
	display:inline-block;
	width: 160px;
	padding: 10px;
	position: relative;
	line-height: 1;
}
footer #footer-top li a:after {
	content: "|";
	color:#686868;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.6em;
}
footer #footer-top li:last-child a:before {
	content: "｜";
	color:#686868;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.6em;
}
footer #footer-top li a:hover {
	color: #f8a5a5;
}
footer #footer-bottom {
	background-color: rgba(255, 255, 255,0.45);
	min-width: 980px;
	padding: 25px 10px 35px;
	overflow: hidden;
	text-align: center;
}
footer #footer-bottom #copyright {
	font-size: 12px;
}

/* btn ==================================================================== */
a.btn-movie {
	position: relative;
	background: #88ac0d;
	box-shadow: 0px 3px 0px 0px #6d8a0a;
	-webkit-box-shadow: 0px 3px 0px 0px #6d8a0a;
	-moz-box-shadow: 0px 3px 0px 0px #6d8a0a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 3px;
	font-size: 16px;
	color: #ffffff;
	padding: 6px 8px 9px;
	line-height: 1;
	text-decoration: none;
	display: block;
	text-align: center;
}
a.btn-movie:hover {
	background: #94b719;
}
a.btn-movie i {
	margin-top: 2px;
	margin-left: 5px;
	font-size: 20px;
}
a.btn-movie02 {
	position: relative;
	background: #c20810;
	box-shadow: 0px 3px 0px 0px #79050a;
	-webkit-box-shadow: 0px 3px 0px 0px #79050a;
	-moz-box-shadow: 0px 3px 0px 0px #79050a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 3px;
	font-size: 12px;
	color: #ffffff;
	padding: 7px 2px;
	line-height: 1;
	text-decoration: none;
	display: block;
	text-align: center;
}
a.btn-movie02:hover {
	background: #ef2e36;
}
a.btn-pdf {
	position: relative;
	padding-left: 16px;
}
a.btn-pdf:after {
	font-family: 'FontAwesome';
	content: "\f1c1";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.6em;
}



a.btn-movie03 {
	position: relative;
	background: #ffe400;
	box-shadow: 0px 3px 0px 0px #c6b100;
	-webkit-box-shadow: 0px 3px 0px 0px #c6b100;
	-moz-box-shadow: 0px 3px 0px 0px #c6b100;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 3px;
	font-size: 12px;
	color: #666666;
	padding: 7px 2px;
	line-height: 1;
	text-decoration: none;
	display: block;
	text-align: center;
}
a.btn-movie03:hover {
	background: #ffeeaa;
}
a.btn-pdf {
	position: relative;
	padding-left: 16px;
}
a.btn-pdf:after {
	font-family: 'FontAwesome';
	content: "\f1c1";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.6em;
}


a.btn-movie04 {
	position: relative;
	background: #ce4211;
	box-shadow: 0px 3px 0px 0px #8e2d0e;
	-webkit-box-shadow: 0px 3px 0px 0px #8e2d0e;
	-moz-box-shadow: 0px 3px 0px 0px #8e2d0e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 3px;
	font-size: 12px;
	color: #ffffff;
	padding: 7px 2px;
	line-height: 1;
	text-decoration: none;
	display: block;
	text-align: center;
}
a.btn-movie04:hover {
	background: #ea8a6c;
}


.btn-movie00 {
	position: relative;

	box-shadow: 0px 3px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 3px 0px 0px #ffffff;
	-moz-box-shadow: 0px 3px 0px 0px #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 3px;
	font-size: 12px;
	color: #ffffff;
	padding: 7px 2px;
	line-height: 1;
	text-decoration: none;
	display: block;
	text-align: center;
}


a.btn-movie10 {
	position: relative;
	background-image: linear-gradient(135deg, #a58006 0%, #e3b808 37%,  #b8751e 100%);
	box-shadow: 0px 3px 0px 0px #a7820b;
	-webkit-box-shadow: 0px 3px 0px 0px #a7820b;
	-moz-box-shadow: 0px 3px 0px 0px #a7820b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 3px;
	font-size: 12px;
	color: #ffffff;
	padding: 7px 2px;
	line-height: 1;
	text-decoration: none;
	display: block;
	text-align: center;
}
a.btn-movie10:hover {
	background: #edb600;
	background-image: linear-gradient(135deg, #ecb70a 0%, #fcd32b 37%,  #ecb70a 100%);
}

a.btn-down {
	position: relative;
	background: #666666;
	box-shadow: 0px 2px 0px 0px #000000;
	-webkit-box-shadow: 0px 2px 0px 0px #000000;
	-moz-box-shadow: 0px 2px 0px 0px #000000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 16px;
	color: #ffffff;
	padding: 8px 35px 8px 15px;
	line-height: 1;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	margin-bottom: 2px;
}
a.btn-down:hover {
	background: #999999;
}
a.btn-down:after {
	font-family: 'FontAwesome';
	content: "\f078";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -0.6em;
}

a.btn-up {
	position: relative;
	background: #666666;
	box-shadow: 0px 2px 0px 0px #000000;
	-webkit-box-shadow: 0px 2px 0px 0px #000000;
	-moz-box-shadow: 0px 2px 0px 0px #000000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 16px;
	color: #ffffff;
	padding: 8px 35px 8px 15px;
	line-height: 1;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	margin-bottom: 2px;
}
a.btn-up:hover {
	background: #999999;
}
a.btn-up:after {
	font-family: 'FontAwesome';
	content: "\f077";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -0.6em;
}

a.btn-back {
	position: relative;
	background: #88ac0d;
	box-shadow: 0px 2px 0px 0px #6d8a0a;
	-webkit-box-shadow: 0px 2px 0px 0px #6d8a0a;
	-moz-box-shadow: 0px 2px 0px 0px #6d8a0a;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 16px;
	color: #ffffff;
	padding: 8px 15px 8px 35px;
	line-height: 1;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	margin-bottom: 2px;
}
a.btn-back:hover {
	background: #94b719;
}
a.btn-back:after {
	font-family: 'FontAwesome';
	content: "\f053";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -0.5em;
}

a.btn-back02 {
	position: relative;
	background: #c20810;
	box-shadow: 0px 3px 0px 0px #79050a;
	-webkit-box-shadow: 0px 3px 0px 0px #79050a;
	-moz-box-shadow: 0px 3px 0px 0px #79050a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 20px;
	color: #ffffff;
	padding: 12px 15px 12px 35px;
	line-height: 1;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	margin-bottom: 3px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a.btn-back02:hover {
	background: #ef2e36;
}
a.btn-back02:after {
	font-family: 'FontAwesome';
	content: "\f053";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -0.5em;
}

.btn-area {
	width: 480px;
	margin: 0 auto;
	padding:0 0 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

/* page-top ==================================================================== */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	line-height:1;
	z-index:8888;
	font-size:60px;
}
#page-top a {
	color:#000;
}
#page-top a:hover {
	opacity:0.7;
}


.sokusyaku-list {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	width:100%;
	font-size:12px;
}

.sokusyaku-list li:nth-child(2n+1) {width:22%;white-space: nowrap;}
.sokusyaku-list li:nth-child(2n) {width:28%;white-space: nowrap;}

/* ************************************************************************************************ */
@media screen and (max-width: 768px) {
body {
	min-width:inherit;
}

.pcnone{ display:inherit; }
.spnone{ display:none !important; }

/* background */
.bg-image {
	min-width: inherit;
}

/* contents ==================================================================== */
header #header-inner {
	width: inherit;
	padding: 10px;
}

/* contents ==================================================================== */
#contents {
	min-width: inherit;
}
#contents .page-title01 {
	min-width: inherit;
	font-size: 20px;
	padding: 8px;
}
#contents .horth-list2 {
	width: inherit;
	padding:15px 5px 25px;
}
#contents .horth-list2 .list-box {
	width: 50%;
	padding: 2px;
	margin:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






#contents .horth-list2 .list-box .list-title {
	font-size: 16px;
	padding: 10px 5px 10px 25px;
	line-height: 1.4;
}
#contents .horth-list2 .list-box .list-title-gai {
	font-size: 16px;
	padding: 10px 5px 10px 25px;
	line-height: 1.4;
}
#contents .horth-list2 .list-box .list-title:after {
	font-size: 16px;
	left: 5px;
}
#contents .horth-list2 .list-box .list-title-gai:after {
	font-size: 16px;
	left: 5px;
}
#contents .horth-list2 .list-box  .male {
	font-size: 12px;
	padding: 3px;
	margin-top: -3px;
	margin-left: 2px;
}
#contents .horth-list2 .list-box  .female {
	font-size: 12px;
	padding: 3px;
	margin-top: -3px;
	margin-left: 2px;
}
#contents .horth-list2 .list-box span.parent,
#contents .horth-list2 .list-box span.gparent {
//	display: block;
	margin-right: 0;
}



#contents .horth-list2 .list-box .list-box-inner .img {
	float: left;
	width: 70px;
}
#contents .horth-list2 .list-box .list-box-inner .detail {
	margin-left: 80px;
}
#contents .horth-list2 .list-box .list-box-inner .detail .price {
	font-size: 14px;
}
#contents .horth-list2 .list-box .list-box-inner .detail .stable {
	font-size: 13px;
}
#contents .horth-list2 .list-box .list-box-inner .detail .info {
	font-size: 13px;
}
#contents .horth-list2 .list-box .list-box-inner .detail .link-list {
	margin-bottom: 10px;
}
#contents .horth-list2 .list-box .list-box-inner .detail .link-list li {
	font-size: 13px;
}

/* footer ==================================================================== */
footer {
	padding-top: 20px;
}
footer #footer-top {
	min-width: inherit;
}
footer #footer-top li a {
	width: 155px;
}
footer #footer-bottom {
	min-width: inherit;
	padding: 20px 10px 30px;
}
footer #footer-bottom #copyright {
	font-size: 12px;
	line-height: 1.3;
}

/* btn ==================================================================== */
a.btn-movie {
	font-size: 15px;
	padding: 3px 5px 6px;
}
a.btn-movie:hover {
	background: #94b719;
}
a.btn-movie i {
	margin-left: 5px;
	font-size: 17px;
}
a.btn-movie02 {
	font-size: 12px;
	padding: 5px 2px;
}

a.btn-movie03 {
	font-size: 12px;
	padding: 5px 2px;
}
a.btn-movie04 {
	font-size: 12px;
	padding: 5px 2px;
}
a.btn-movie10 {
	font-size: 12px;
	padding: 5px 2px;
}
a.btn-pdf {
	position: relative;
	padding-left: 15px;
}

a.btn-down {
	font-size: 14px;
	color: #ffffff;
	padding: 6px 30px 6px 12px;
}
a.btn-down:after {
	right: 8px;
}

a.btn-up {
	font-size: 14px;
	color: #ffffff;
	padding: 6px 30px 6px 12px;
}
a.btn-up:after {
	right: 8px;
}

a.btn-back {
	font-size: 14px;
	color: #ffffff;
	padding: 6px 12px 6px 30px;
}
a.btn-back:after {
	left: 8px;
}
a.btn-back02 {
	font-size: 16px;
	color: #ffffff;
	padding: 10px 10px 10px 20px;
}
a.btn-back02:after {
	left: 8px;
}
.btn-area {
	width: inherit;
	padding:0 10px 30px;
}

/* page-top ==================================================================== */
#page-top {
	bottom: 10px;
	right: 10px;
	font-size:40px;
}

}



/* ************************************************************************************************ */
@media screen and (max-width: 640px) {
/* contents ==================================================================== */
.sokusyaku-list li:nth-child(2n+1) {width:44%;white-space: nowrap;}
.sokusyaku-list li:nth-child(2n) {width:56%;white-space: nowrap;}
}


/* ************************************************************************************************ */
@media screen and (max-width: 480px) {
/* contents ==================================================================== */
#contents .page-title01 {
	font-size: 18px;
	text-align: left;
}
#contents .horth-list2 .list-box {
	float: none;
	width: inherit;
	margin-bottom:3px;
	width: 100%;
}
#contents .horth-list2 .list-box .list-box-inner .img {
	float: left;
	width: 85px;
}
#contents .horth-list2 .list-box .list-box-inner .detail {
	margin-left: 95px;
}

/* footer ==================================================================== */
footer {
	padding-top: 0;
}
footer #footer-top {
	padding: inherit;
}
footer #footer-top li {
	display: inherit;
}
footer #footer-top li a {
	display: inherit;
	width: inherit;
	padding: 15px;
	position: relative;
	text-align: left;
	border-bottom: solid 1px #686868;
}
footer #footer-top li a:after {
	font-family: 'FontAwesome';
	content: "\f054";
	color: #ffffff;
	position: absolute;
	top: 50%;
	right: 10px;
	left: inherit;
	margin-top: -0.6em;
}
footer #footer-top li:last-child a:before {
	display: none;
}
footer #footer-top li a:hover {
	color: #fff;
}
footer #footer-bottom #copyright {
	font-size: 12px;
}

/* btn ==================================================================== */
a.btn-movie {
	font-size: 14px;
}

a.btn-down {
	font-size: 13px;
	color: #ffffff;
	padding: 5px 22px 5px 8px;
}
a.btn-down:after {
	right: 5px;
}

a.btn-up {
	font-size: 13px;
	color: #ffffff;
	padding: 5px 22px 5px 8px;
}
a.btn-up:after {
	right: 5px;
}

a.btn-back {
	font-size: 13px;
	color: #ffffff;
	padding: 5px 8px 5px 22px;
}
a.btn-back:after {
	left: 5px;
}

/* page-top ==================================================================== */
#page-top {
	bottom: 5px;
	right: 5px;
	font-size:40px;
}


}

.logo{
  display: none;
}
.logo2 {
    display: block;
  }

@media only screen and (max-width: 600px) {
  .logo2 {
    display: none;
  }
  .logo{
  display: block;
}
}