@charset "utf-8";

/* FAD8D4 552130 FA7C70 3D262C F92E1D */

* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #fcf6ec;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	line-height: 1.5em;
}

#page {
	max-width: 1020px;
	min-width: 280px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto;
}

a {
	color: #3366FF;
	text-decoration: none;
}

a:hover {
	color: #ff3300;
}

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

.pure-img {
	max-width: 100%;
	height: auto;
}

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

/*------------ head ------------ */
header {
	background: #edc788;
	color: #993300;
	margin-bottom: 20px;
	padding: 10px 20px;
}

#logo {
	font-size: 24px;
	margin-bottom: 10px;
}

#logo a {
	color: #FFFFFF;
}

h1 {
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 20px;
	color: #603813;
}

h2 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 10px;
	line-height: 1.3em;
	color: #603813;
	margin-top: 30px;
}

p {
	margin-bottom: 1em;
}

@media screen and (max-width:860px) {
	header {
		padding: 10px;
	}
}

/*------------ Navi ------------ */
#navi {
	background: #edc788;
}

#navi ul {
	overflow: hidden;
	white-space: nowrap;
}

#navi a {
	display: block;
	color: #993300;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #993300;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
}

#navi a:hover {
	color: #ff6633;
	background: #FFFFFF;
	border: 1px solid #993300;
}

@media screen and (min-width: 861px) {
	#navi li {
		float: left;
		width: 20%;
	}

	#navi li:first-child {
		display: none;
	}

	#navi a {
		margin: 5px;
		text-align: center;
	}

	#toggle {
		display: none;
	}

}

@media screen and (max-width: 860px) {
	#navi ul {
		display: none;
	}

	#navi li {
		width: 100%;
		text-align: left;
	}

	#navi a {
		display: block;
		border: none;
		background: none;
		line-height: 1.5em;
		font-size: 16px;
		font-size: 1.6rem
	}

	#navi a:hover {
		background: #fff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: none;
	}

	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #edc788;
	}

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

	#toggle a:hover {
		color: #fff;
		background: none;
	}

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

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

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

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

/*------------ contents ------------ */

#contents,
#footerArea {
	padding: 0 20px;
	margin-bottom: 20px;
}

#contents h3 {
	font-size: 18px;
	color: #993300;
	margin-bottom: 10px;
	background-image: url(https://miyazakikagura.com/img/ico_list.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	padding-left: 20px;
	border-bottom: 1px dotted #993300;
}

#contents p {
	line-height: 1.8em;
}

#footerArea h4 {
	font-weight: bold;
	font-size: 14px;
	background-color: #690;
	color: #FFFFFF;
	padding: 3px 5px;
	margin-bottom: 10px;
	box-shadow: 1px 0px 1px #003300;
}

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

	#contents,
	#footerArea {
		padding: 0 10px;
	}

	#contents h3 {
		font-size: 16px;
	}
}

/*トップ*/
#main_box {
	overflow: hidden;
	margin-bottom: 20px;
}

#main_box li dl {
	overflow: hidden;
	padding: 9px;
	border: 1px solid #CCC;
}

#main_box li dt img {
	width: 100%;
	height: auto;
	aspect-ratio: 600/315;
}

#main_box li dd em {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FF3333;
	text-align: center;
	margin: 10px 0;
}

#main_box li dd em::before,
#main_box li dd em::after {
	content: url(https://miyazakikagura.com/img/ico_heart.gif);
	margin: 0 3px;
}

#main_box li dd {
	display: block;
	line-height: 1.4em;
	margin-bottom: 5px;
}

#main_box li dd.next {
	display: block;
	clear: left;
	text-align: right;
}

#main_box li dd.next a {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color: #ffec64;
	border-radius: 6px;
	border: 1px solid #ffaa22;
	display: block;
	cursor: pointer;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffee66;
	text-align: center;
}

#main_box li dd.next a:hover {
	color: #F30;
	background-color: #FD9;
}

@media only screen and (min-width:641px) {
	#main_box {
		overflow: hidden;
		margin-left: -10px;
		margin-right: -10px;
	}

	#main_box li {
		float: left;
		width: 50%;
	}

	#main_box li dl {
		margin: 10px;
		border: 1px solid #CCC;
		overflow: hidden;
	}
}

@media only screen and (max-width:640px) {
	#main_box li {
		margin-bottom: 10px;
	}
}

/* ランキング */
.ranking li {
	margin-bottom: 30px;
}
.ranking li dl {
	overflow: hidden;
}
.ranking li dt {
	float: left;
	width: 45%;
	max-width: 300px;
	margin-right: 18px;
}
.ranking li dt img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	border:1px solid #CCC;
	box-shadow: 2px 2px 2px #CCC;
}
.ranking li dd .rank {
	margin-right: 5px;
}
.ranking li dd .site {
	margin-bottom: 10px;
}
.ranking li dd .site a {
	font-weight: bold;
	text-decoration: underline;
}
.ranking li dd p{
	font-size:12px;
}


/*リンク集*/
h5 {
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #ececec;
	padding: 2px 5px;
}
.link_banner {
	overflow: hidden;
	margin-bottom: 1.0em;
}
.link_banner li a {
	display: block;
	margin: 5px;
}
@media only screen and (min-width:764px) {
	.link_banner {
		margin: 0 -5px;
	}
	.link_banner li {
		float: left;
		width: 25%;
	}
}
@media screen and (min-width:541px) and (max-width:763px) {
	.link_banner {
		margin: 0 -5px;
	}
	.link_banner li {
		float: left;
		width: 50%;
	}
}

.link li {
	line-height: 2.0em;
}
.link li a::before {
	content:"・";
	color: #333;
}

@media screen and (max-width:540px) {
	.link li a {
		display: block;
	}
}
.footer-navi {
	margin-bottom: 20px;
}
.footer-navi ul {
	overflow: hidden;
}
.footer-navi li a {
	display: block;
	padding :8px 10px;
	margin: 5px;
	border: 1px solid #CCC;
	border-radius: 3px;
	font-weight: bold;
}
@media only screen and (min-width:541px) {
	.footer-navi li {
		float: left;
		width: 50%;
	}
}

/* 広告 */
.ad {
	overflow: hidden;
	margin-bottom: 20px;
}

.ad a {
	display: block;
}

.ad a img {
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
}

.ad .inner .box {
	max-width: 400px;
	width: 100%;
	height: auto;
	aspect-ratio: 300/250;
	margin: 0 auto 10px;
}

.ad .inner .box img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width:540px) {
	.ad .inner {
		float: left;
		width: 48%;
		margin: 1%;
	}
}

/* 動画 */
#movie {
	border: 1px solid #CCC;
	padding: 9px;
	overflow: hidden;
	margin-bottom: 20px;
}

#movie .title2 {
	max-width: 100%;
	height: auto;
}

#movie .movie {
	float: left;
	width: 160px;
	height: auto;
	margin-right: 10px;
}

#movie ul {
	overflow: hidden;
	margin-top: 10px;
}

#movie li {
	float: left;
	width: 16.6%;
	line-height: 1.8em;
}

#movie li a {
	color: #ff3399;
	text-decoration: none;
	display: block;
	border: 1px solid #CCC;
	border-radius: 3px;
	margin: 5px;
	text-align: center;
	box-shadow: 1px 1px 1px #CCC;
}


#movie li a:hover {
	color: #06F;
}

@media screen and (max-width:800px) {
	#movie li {
		width: 20%;
	}
}

@media screen and (max-width:540px) {
	#movie {
		text-align: center;
	}

	#movie .movie {
		float: none;
		margin: 0 auto;
		width: 180px;
	}

	#movie li {
		text-align: left;
	}
}

@media screen and (max-width:420px) {
	#movie li {
		width: 33.3%;
	}
}


/*------------ search ------------ */
#site_list {
	overflow: hidden;
	margin: 0 -5px 20px;
}

/*------------ box ------------ */
#site_list li .box {
	border: 1px solid #DDDDDD;
	margin-bottom: 20px;
	padding: 10px;
	background-image: url(https://miyazakikagura.com/img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: hidden;
	position: relative;
}
#site_list li .box .rank {
	position: absolute;
	top:0;
	left:0;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #ff0000;
  border-top: 25px solid #ff0000;
  border-right: 25px solid transparent;
    z-index: 1;
}
#site_list li .box .rank .text {
	position: absolute;
	top:-20px;
	left:-16px;
	font-weight: bold;
	text-align: justify;
	font-size: 18px;
	color: #FFF;
}
#site_list li:nth-child(n+10) .box .rank .text {
	left:-21px;
}

#site_list li .box h4 {
	padding: 3px 5px;
	margin-bottom: 5px;
	background-color: #FF9933;
	border-left: 5px solid #FF6600;
	color: #FFFFFF;
}

#site_list li .box h4 a {
	color: #FFFFFF;
}

#contents .box h4 a:hover {
	text-decoration: underline;
}

#site_list li .box .image {
	max-width: 300px;
	padding: 5px;
	margin: 0 auto 5px;
	background-color: #FFFFFF;
	border: 2px solid #EDEDE9;
}
#site_list li .box .name{
	margin-bottom: 0.5em;
	text-align: center;
}
#site_list li .box .name a {
	font-weight: bold;
	font-size: 20px;
}

#site_list li .box p {
	line-height: 1.5em !important;
	margin-bottom: 5px;
	padding-right: 5px;
	text-align: justify;
}
#site_list li .box .btn {
	text-align: right;
}
#site_list li .box .btn a {
	padding: 5px 10px;
	color: #ff0000;
	background-color: #e9e9e9;
	border: 1px solid #D2D2D2;
	border-radius: 3px;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
}

#site_list li .box .btn a:hover {
	background-color: #FF9900;
}

#site_list li .box .btn a:before {
	content: ">>";
	margin-right: 5px;
}

@media only screen and (min-width:481px) {
	#site_list li .box .image {
		float: left;
		width: 45%;
		max-width: 300px;
		padding: 5px;
		margin-bottom: 5px;
		background-color: #FFFFFF;
		border: 2px solid #EDEDE9;
		margin-right: 10px;
	}
	#site_list li .box .name{
		text-align: left;
	}
}
/*
@media screen and (max-width:800px) {
	#site_list li {
		float: none;
		width: 100%;
	}
}

@media screen and (min-width:421px) {
	#site_list li .box {
		position: relative;
	}

	#site_list li .box .btn {
		position: absolute;
		bottom: 10px;
		right: 10px;
	}
}

@media screen and (max-width:420px) {
	#site_list li .box {
		position: relative;
		padding-bottom: 20px;
	}

	#site_list li .box .image {
		width: 100px;
		margin-bottom: 10px;
	}

	#site_list li .box .btn {
		width: auto;
		text-align: center;
	}
}*/



/*------------ site ------------ */

/*　サイトインフォ　*/
#site_info {
	overflow: hidden;
	margin-bottom: 30px;
}

#site_info h1 {
	padding-bottom: 10px;
	border-bottom: 1px dotted #603813;
}

#site_img {
	width: 600px;
	text-align: center;
	margin: 0 auto 20px;
}

#site_img img {
	border: 1px solid #CCC;
	box-shadow: 2px 2px 2px #CCCCCC;
	box-sizing: border-box;
}

#box {
	text-align: center;
	margin: 0 auto 20px;
}

/*携帯*/
#mobile {
	float: left;
	width: 120px;
	height: 100px;
	text-align: center;
	padding-top: 40px;
	margin-bottom: 10px;
	background-image: url(https://miyazakikagura.com/img/mobile.gif);
	background-repeat: no-repeat;
	margin-right: 20px;
}

/*出会い指数*/
#index {
	margin-bottom: 20px;
}

#index ul {
	overflow: hidden;
	display: inline-block;
	margin: auto;
	width: 100%;
}

#index li {
	overflow: hidden;
	font-size: 16px;
	color: #FF6633;
	text-align: left;
	display: inline-block;
	text-align: center;
	padding: 0 10px;
}

#index li em {
	display: block;
	font-weight: bold;
	font-style: normal;
	color: #333;
	margin: auto;
}


.guide {
	clear: left;
	text-align: center;
}

.guide .btn {
	-moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
	box-shadow: inset 0px 1px 0px 0px #fce2c1;
	background-color: #fb9e25;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #eeb44f;
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 50px;
	margin: 0 auto;
}

.guide .btn:hover {
	background-color: #ffc477;
	text-decoration: none;
}

.guide .btn:active {
	position: relative;
	top: 1px;
}

@media screen and (max-width:839px) {
	#site_img {
		float: none;
		width: auto;
		text-align: center;
	}

	.guide .btn {
		display: block;
	}
}

@media screen and (min-width:340px) and (max-width:839px) {
	#box {
		width: auto;
	}
}

@media screen and (min-width:340px) and (max-width:579px) {}

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

	.guide .btn,
	.guide .btn em {
		display: block;
	}
}

/*サイトレビュー*/
#site_review {
	margin-bottom: 50px;
}

#site_review h2 {
	background-image: url(https://miyazakikagura.com/img/ico_pen.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 20px;
	font-size: 16px;
	color: #ff6768;
}

#site_review p {
	background-image: url(https://miyazakikagura.com/img/line30.gif);
	line-height: 30px;
	padding: 5px;
	margin: 0 auto 20px;
}

.ninki {
	overflow: hidden;
	margin-bottom: 20px;
}
.ninki li a {
	display: block;
	padding: 10px;
}
.ninki li a dl{
	overflow: hidden;
}
.ninki li a dt {
	float: left;
	width: 160px;
}
.ninki li a dt img {
	box-shadow: 2px 2px 2px #CCC;
}
.ninki li a dd {
	margin-left: 170px;
}
.ninki li a dd em {
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}
.ninki li a dd p {
  overflow:hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
	font-size: 14px;
	line-height: 1.5em !important;
	margin-bottom: 0;
	color: #333;
}


#taiken {
	margin-bottom: 10px;
}
#taiken h3 {
	background-color: #F00;
	color: #FFFFFF;
	padding: 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 8px;
	box-shadow: 1px 0px 1px #CC3300;
}

/*------------ footer ------------ */

#footer {
	padding: 15px 2px;
	text-align: center;
	font-size: 10px;
}

#footer a {
	color: #000;
}

/* スクロールトップ*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}


/*パンくずリスト*/
.breadcrumbs {
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0 10px 5px;
	margin-bottom: 10px;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
}

.breadcrumbs li:first-child::before {
	padding: 0 1px 0 0;
	content: "";
	font-size: 14px;
}

.breadcrumbs li:before {
	padding: 0 4px 0 2px;
	content: ">";
	font-size: 14px;
}

.breadcrumbs a {
	color: #09F;
}

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

/***************************
 ダブルレクタング広告
****************************/
.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;
}

/*広告表示*/
#contents::before {
    content: url(https://miyazakikagura.com/img/ad_display_header.png);
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

#site_img::before {
	content: url(https://miyazakikagura.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: 1px solid;
	border-radius: 5px;
	padding: 0 5px;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 5px;
}

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

.ranking li dd .site a.pr-txt-link::before {
    display: none;
}
.ranking li dd .site a.pr-txt-link::after {
	content: "PR";
	font-size: 10px;
	border: 1px solid;
	border-radius: 5px;
	padding: 0 5px;
	font-weight: bold;
	vertical-align: middle;
	margin-left: 5px;
}
