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

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

@media screen and (max-width:780px) {
	body {
		font-size: 14px;
	}
}

#wrapper {
	border-right: 5px solid #F33;
	border-left: 5px solid #F33;
	padding: 0px 5px;
}

header {
	color: #FFFFFF;
	overflow: hidden;
}

header p {
	text-align: center;
	padding: 5px;
	font-weight: bold;
}

@media screen and (max-width:580px) {
	header p {
		text-align: left;
		font-size: 12px;
	}
}

#container {
	overflow: hidden;
}

#main {
	margin-left: 320px;
	padding: 10px;
	background-color: #CC0000;
}

#main .pr {
	margin-top: 20px;
}

#main .pr a img {
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

@media only screen and (min-width:481px) {
	#main .pr .large {
		display: block;
	}

	#main .pr .small {
		display: none;
	}
}

@media only screen and (max-width:480px) {
	#main .pr .large {
		display: none;
	}

	#main .pr .small {
		display: block;
	}
}

#side {
	float: left;
	width: 300px;
	padding: 5px;
	background-color: #000000;
}

footer {
	background-color: #000;
	text-align: center;
	padding: 5px;
	color: #FFF;
	margin: 5px 0px;
	font-size: 12px;
}

@media screen and (max-width:1000px) {
	#container, #main, #side {
		float: none;
		margin: 0;
		padding: 0;
		width: auto;
		border: none;
	}

	#main {
		padding: 5px;
	}

	#side {
		margin-bottom: 10px;
	}

	#wrapper {
		width: 800px;
		margin: 0 auto;
		border: none;
		padding: 0px;
	}
}

@media screen and (max-width:800px) {
	#wrapper {
		width: auto;
	}
}


a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FFFF00;
}

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

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

/*パンくずリスト---------------------------------------------------------------*/

.breadcrumbs {
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding: 4px 5px 2px;
	background-color: #000;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}

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

.breadcrumbs li:before {
	padding: 0 4px 0 2px;
	content: url(https://gakugei-tennis.com/img/yajirushi.gif);
	font-size: 14px;
}

.breadcrumbs a {
	font-size: 12px;
	font-size: 14px;
}

/*
#pankuz{
  margin:10px 0px;
  background-color: #000;
  overflow:hidden;
  font-size:14px;
  width:100%;
}
#crumbs{
  float:left;
}
#crumbs li{
  float: left;
  line-height: 1em;
  color: #FFFFFF;
  padding-left: 10px;
  margin:5px 0px;
}
#crumbs li a {
  display: block;
  padding-right: 20px;
  background-image: url(https://gakugei-tennis.com/img/yajirushi.gif);
  background-repeat: no-repeat;
  background-position: right center;
  font-weight: bold;
}*/
#sitemap {
	float: right;
	width: 120px;
	line-height: 1em;
	font-weight: bold;
	text-align: right;
	margin: 10px 5px 15px 0px;
	font-size: 14px;
}


/*#menu---------------------------------------*/
#menu a {
	color: #FFFFFF;
}

#menu a:hover {
	color: #FF9999;
}

#menu h2 {
	line-height: 50px;
	font-weight: bold;
	color: #FFFFFF;
	height: 50px;
	width: auto;
	margin-bottom: 5px;
	padding-left: 60px;
	background-image: url(https://gakugei-tennis.com/img/menu_logo.png), url(https://gakugei-tennis.com/img/menu_bg.gif);
	background-repeat: no-repeat, repeat-x;
}

#menu h2:hover {
	cursor: pointer;
}

.menu_list li {
	line-height: 1.8em;
	font-weight: bold;
	margin-left: 5px;
	background-image: url(https://gakugei-tennis.com/img/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}


#toggle {
	display: none;
}

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

	#menu h2 {
		height: 40px;
		line-height: 40px;
		background-size: auto 100%;
		padding-left: 35px;
		margin-bottom: 0px;
	}

	#menu ul {
		display: none;
	}

	#menu li {
		width: 100%;
		font-size: 14px;
		display: block;
	}

	#menu li a {
		display: block;
	}

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

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


/*#main---------------------------------------*/

#main h2 {
	background-color: #000;
	background-image: url(https://gakugei-tennis.com/img/h2.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 35px;
	border: 2px solid #000;
	border-radius: 4px;
	padding: 0px 5px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #FFFF00;
	font-size: 20px;
}

@media screen and (max-width:480px) {
	#main h2 {
		font-size: 14px;
	}
}

.box {
	padding: 5px 10px;
	color: #FFFFFF;
}

.box p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.box .point {
	display: block;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.box .point li {
	font-weight: bold;
	color: #FFFF00;
}

@media screen and (max-width:800px) {
	.box {
		padding: 5px;
	}
}


/*#sitemap_box---------------------------------------*/
#sitemap_box {
	overflow: hidden;
}

#sitemap_box a:link {
	color: #FFFFFF;
}

#sitemap_box a:hover {
	color: #FFFF00;
}

#sitemap_box dt {
	line-height: 20px;
	font-weight: bold;
	color: #333333;
	height: 20px;
	padding-left: 10px;
	background-color: #FF9900;
	margin-bottom: 7px;
}

#sitemap_box dd ul {
	overflow: hidden;
	margin-bottom: 10px;
}

#sitemap_box dd li {
	width: 33.3%;
	float: left;
	color: #FFFFFF;
	font-size: 14px;
}

#sitemap_box dd li a {
	line-height: 1.3em;
	padding-left: 16px;
	background-image: url(https://gakugei-tennis.com/img/star.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
}

@media screen and (max-width:760px) {
	#sitemap_box dd li {
		width: 50%;
	}
}

@media screen and (max-width:480px) {
	#sitemap_box dd li {
		float: none;
		width: auto;
	}
}

/*r_sent---------------------------------------*/
.r_sent {
	margin: 0px auto 10px;
	color: #333333;
	background-color: #FCC;
	border: 2px solid #E8BF00;
	padding: 10px;
}

.r_sent p {
	margin-bottom: 1em;
}

.r_sent a {
	color: #FF0099;
}

.r_sent a:hover {
	color: #0000FF;
}

.r_review {
	border: 2px solid #E8BF00;
	margin: 0 auto 10px;
	background: #FFFFFF;
}

.r_review h3 {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #FF3399;
	padding-left: 5px;
	overflow: hidden;
}

.r_review h3 em {
	display: block;
	float: right;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #FF3399;
	width: 120px;
}

.r_review .rr_point {
	overflow: hidden;
	font-size: 14px;
	color: #FFFFFF;
}

.r_review .rr_point li {
	float: left;
	width: 33.3%;
	background: #cc0000;
}

.r_review .rr_point li span {
	display: block;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #FFFFFF;
}

.rr_pic {
	margin: 0 auto 10px;
	overflow: hidden;
	padding-right: 116px;
	border: 2px solid #E8BF00;
	background-color: #E8BF00;
}

.rr_pic .site_img {
	float: left;
	width: 100%;
}

.rr_pic .site_img img {
	width: 100%;
}

.rr_pic .mob {
	float: right;
	height: 210px;
	background-color: #E8BF00;
	text-align: center;
	margin-right: -116px;
	text-align: center;
}

.mob .mob_send {
	height: 104px;
	width: 96px;
	background-image: url(https://gakugei-tennis.com/img/mob.gif);
	margin: 10px;
}

.mob_send samp {
	display: none;
}

.btn {
	display: block;
	width: 90%;
	text-align: center;
	background: #FFFFFF;
	color: #FF0000;
	padding: 10px;
	border-radius: 2px;
	box-shadow: 1px 2px 2px #222;
	font-weight: bold;
	margin: 0 auto;
}

.btn:hover {
	background: #0CF;
}

@media screen and (max-width:820px) {
	.rr_pic {
		padding-right: 0px;
		text-align: center;
	}

	.mob {
		display: none;
		margin: 0;
	}
}

.rr_pic a {
	color: #E8BF00;
}

.rr_pic a:hover {
	color: #0000FF;
}


/*catebo----------------------------------------------------------*/
#r_catebox {
	overflow: hidden;
	margin: 0 -5px;
}

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

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

#r_catebox li dl {
	margin: 5px 5px 10px;
	border: 2px solid #FFF;
}

#r_catebox li dt {
	background: #FFF;
	padding: 2px 5px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
}


#r_catebox a {
	color: #000;
}

#r_catebox a:hover {
	color: #FF00FF;
}


/*#maplink --------------------------*/
#maplink {
	text-align: center;
	margin: 20px 0px 0px;
}

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


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

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

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


/*#entry_cm --------------------------*/
#entry_cm {
	text-align: center;
	margin: 50px 0px 20px;
}

/*------------- girls_frm -------------*/

.girls_frm {
	max-width: 300px;
	_width: 300px;
	height: 220px;
	min-width: 140px;
	margin: 10px auto;
}

.girls_frm iframe {
	width: 100%;
	height: 100%;
	width: 300px\9; //IE6,7,8固定
}

.girls_frm iframe:not(:target) {
	width: 100%; //IE9
}


/*------------- #link -------------*/
#link {
	margin-top: 10px;
	padding-top: 10px;
	background: #000;
}

#link h2 {
	color: #F06;
	font-size: 24px;
	text-align: center;
}

#link ul {
	overflow: hidden;
	padding: 5px;
}

#link li {
	float: left;
	width: 25%;
}

#link li a {
	display: block;
	border: 1px solid #666;
	margin: 4px;
	padding: 1px;
}

#link li a img {
	width: 100%;
	height: auto;
	display: block;
}

#link li a:hover {
	border: 1px solid #F06;
}

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

@media screen and (max-width:480px) {
	#link h2 {
		font-size: 18px;
	}

	#link li {
		float: none;
		width: auto;
	}

	#link li a {
		margin: 0px 0px 10px;
	}
}

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

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

.ad_display::after {
	content: url(https://gakugei-tennis.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: 0 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;
}