@charset "utf-8";
/* CSS Document */

#mainCnt #robots {
	font-size:16px;
}

#mainCnt #robots a {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

#robots_inn img{
	width:100%;
	height:auto;
}

#mainCnt #robots p {
	line-height:1.75 !important;
}

#mainCnt #robots img {
    max-width: 100%;
    width: auto;
}

/** index **/
body.feature #wrapper{
	width:1080px;
}

div.feature_content h3{
	margin-bottom:0 !important;
	padding: 10px;
	background: #023893;
	color: #fff;
	font-size:14px;
}
.feature #mainCnt{
	width: 768px;
}

div.content_head{
	background: #FFF000;
	padding:0 0 10px 0;
	text-align: center;
}

div.content_head .read {
	position:relative;
	width:80%;
	margin:0 auto;
	padding:20px 0;
}

div.content_head .txt {
	text-align:left;
	margin:0 0 0 100px;
	width:auto;
	line-height:2.0em !important;
	box-sizing:border-box;
}

div.content_head .chara01{
	position:absolute;
	top:10px;
	left:0;
	width:80px;
}

div.content_head .chara01 img{
	width:100%;
}

div.page_link {
	display:flex;
	margin-top: 10px;
}

div.page_link a{
	display: block;
	background: #023893;
	color: #fff;
	padding: 10px;
	width: 48%;
	margin: 10px;
	text-align: center;
	font-weight:bold;
	font-size:14px;
}

div.page_link a:before {
	content: "\f0d7";
	font-family: FontAwesome;
	margin-right:8px;
}

div.page_link a:hover{
	text-decoration:none;
	background: #023893;
	background:#EC8A00;
}


div.talk{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	background: #023893;
	box-sizing: border-box;
	padding:10px 10px 20px 10px;
}



div.talk a{
	display: block;
	width: 33.333%;
	color:#fff;
	padding: 10px;
	box-sizing: border-box;
}

div.talk_head{
	background: #023893;
	text-align: center;
	padding: 20px 0 0 0;
}

div.talk_head .read {
	color:#fff;
	margin:10px auto 0 auto;
}

div.talk_head .read-bn {
	color:#fff;
	margin:0 0 -10px 0;
	font-size:20PX;
	font-weight:bold;
}

div.talk img{width: 100%;}


div.img_box{
	display: block;
	position: relative;
	overflow: hidden;
}

div.img_box div{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px;
	background: rgba(0,0,0,0.75);
	font-size: 12px;
}

div.img_box span:before{
	position: absolute;
	content: "";
	z-index: 1;
	border-top: none;
	border-top: 15px solid transparent;
	border-right: 15px solid rgba(0,0,0,0.75);
	border-bottom: 15px solid rgba(0,0,0,0.75);
	border-left: 15px solid transparent;
	left: -30px;
	top: 0;
}

div.talk a p {
	padding: 10px;
	font-size: 14px;
	color: #333;
	background: #fff;
	position: relative;
	text-align: center;
	overflow: hidden;
}

div.talk a p:after{
	position: absolute;
	content: "";
	z-index: 1;
	border-top: none;
	border-top: 25px solid transparent;
	border-right: 25px solid #023893;
	border-bottom: 25px solid #023893;
	border-left: 25px solid transparent;
	right: 0;
	top: 0;
}

div.talk a.none{
	pointer-events: none;
}

div.talk a.none div.img_box div{
	display: none;
}

div.talk a.none p{
	background: #000;
	color: #fff;
}

div.fun{
	text-align: center;
	background: #ED8A00;
	padding: 20px 0;
}

div.fun_head{
	text-align: center;
	background: #ED8A00;
	padding: 20px 0 0;
}

div.fun_head img{
	margin-bottom:20px;
}

div.fun_box{
	text-align: left;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding:0 10px;
}

div.fun_box div{
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}

div.fun_box div img{
	width:100%;
	height:auto;
}

div.fun_box p{
	background: #fff;
	padding: 15px;
}

div.schedule_head{
	text-align: center;
	background: #FFF000;
	padding: 20px 0 0;
}

div.schedule_head img{
	margin-bottom:20px;
}

div.schedule{
	background: #FFF000;
	padding: 20px 20px 40px;
}

div.schedule a{
	display: block;
	background: #033886;
	color: #fff;
	padding: 10px;
	width: 50%;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin: 0 auto;
}

/*div.schedule a:before {
	content: "\f054";
	font-family: FontAwesome;
	margin-right:8px;
}*/

div.schedule a:hover{
	text-decoration:none;
	background: #023893;
	/*background:#EC8A00;*/
}

div.content_head p,div.fun_head p,div.schedule_head p{
	font-size:16px;
}

div.content_head p span,div.schedule_head p span{
	color: #ED8A00;
	font-size: 20px;
	font-weight: bold;
	background: linear-gradient(transparent 85%, #023893 0%);
}

div.fun_head p span{
	color: #FFF000;
	font-size: 20px;
	font-weight: bold;
	background: linear-gradient(transparent 85%, #023893 0%);
}

span.tip{
	font-size:9px;
}

@media screen and (max-width:800px) { 

	div.feature_content img{
		width:100%;
	}

	div.feature_content h2{
		background:none;
	}

	div.page_link{
		display:block;
	}

	div.page_link a{
		width: auto;
		text-decoration:none;
	}

	div.talk a{
		width:50%;
	}

	div.talk a p{
		margin:0;
		padding:5px;

	}

	div.img_box div{
		font-size:10px;
		padding: 0 5px;
	}

	div.talk a.none p{
		font-size:12px;
	}

	div.talk a.none{
		text-decoration:none;
	}

	div.talk a.none.chara01 {
	}

	div.talk a.none.chara01 p {
		background:none;
		margin:0 auto;
		padding:0;
		width:70%;
	}

	div.talk a.none.chara01 p:after{
		content:none;
	}


	div.fun_box{
		display:block;
	}

	div.fun_box div{
		width:100%;
	}

	div.fun_box p{
		margin:0;
	}

	div.schedule a{
		width:100%;
		text-decoration:none;
	}

	div.content_head p, div.fun_head p, div.schedule_head p{
		font-size:14px;
		line-height:1.8em;
		margin: 0 20px;
	}

	div.content_head p span, div.schedule_head p span,div.fun_head p span{
		font-size:16px;
	}

	div.content_head .read {
		position:relative;
		width:94%;
		margin:0 auto;
		padding:0 0 0 0;
	}

	div.content_head .txt {
		text-align:left;
		margin:0;
		width:auto;
		line-height:2.0em !important;
		box-sizing:border-box;
	}

	div.content_head .chara01{
		position:initial;
		width:80px;
		margin:0 auto 10px auto;
	}

	div.page_link a{
		margin:10px 0 10px 0;
	}

	div.talk_head .read {
		margin:0 auto 0 auto;
		width:90%;
	}
}




/* otc-PC */
#robots .feature_content.otc {
}

#robots .feature_content.otc h1 {
	margin:0 0 20px 0;
}

#robots .feature_content.otc h2.otc_h {
	margin:0 0 40px 0;
}

#robots .feature_content.otc .otc_inn {
	margin:0 0 20px 0;
}

#robots .feature_content.otc .otc_inn h2 {
	border-bottom:solid 4px #ee8a01;
	margin:60px 0 40px 0;
	padding:0 0 10px 0;
}

#mainCnt #robots .feature_content.otc .otc_inn p {
	margin:0 0 30px 0;
	line-height:2.0em !important;
	font-size:15px;
}

#robots .feature_content.otc .otc_inn p.pt {
	text-align:center;
}

#mainCnt #robots .feature_content.otc .otc_inn p.int {
	color:#ee8a01;
	font-weight:bold;
	margin:0 0 10px 0;
}

#robots .feature_content.otc .profile {
	background:#dee5f1;
	padding:40px;
	overflow:hidden;
}

#robots .feature_content.otc .profile h2 {
	border-bottom:solid 4px #023893;
	margin:0 0 40px 0;
	padding:0 0 10px 0;
}

#robots .feature_content.otc .profile .pt {
	width:50%;
	float:right;
}

#robots .feature_content.otc .profile .txt {
	width:50%;
	float:left;
}

#robots .feature_content.otc .profile .txt h3 {
	background:none;
	color:#000;
	padding:0;
	font-size:18px;
}

#robots .feature_content.otc .profile .txt h3 span {
	font-size: 13px;
}

#robots .feature_content.otc .profile .txt p {
	margin:20px 0 0 0;
}

#robots .feature_content.otc .btn01 {
	margin:40px 0 100px 0;
}

#robots .feature_content.otc .btn01 a {
	background:#005ba2;
	color:#fff;
	padding:12px 0;
	width:100%;
	display:block;
	text-align:center;
	font-size:20px;
}

#robots .feature_content.otc .btn01 a:hover {
	opacity:0.5;
	text-decoration:none;
}

#robots .feature_content.otc .btn01 a:before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 5px;
}


/* otc-SP */
#robots .feature_content.otc.sp h1 {
	background:none;
	padding:0;
}

#robots .feature_content.otc.sp h2.otc_h {
	background:none;
	padding:0;
}

#robots .feature_content.otc.sp .otc_inn {
	margin:0 0 40px 0;
}

#robots .feature_content.otc.sp .otc_inn h2 {
	padding:0 0 10px 10px;
	background:none;
}

#robots .feature_content.otc.sp .otc_inn h2 img {
	width:50%;
}

#robots .feature_content.otc.sp .otc_inn p {
	margin:0 10px 30px 10px;
	line-height:2.0em !important;
	font-size:14px;
}

#robots .feature_content.otc.sp .otc_inn p.pt {
	margin:0 0 30px 0;
}

#robots .feature_content.otc.sp .otc_inn p.int {
	color:#ee8a01;
	font-weight:bold;
	margin:0 10px 0 10px;
}

#robots .feature_content.otc.sp .profile {
background:#dee5f1;
padding:30px;
}

#robots .feature_content.otc.sp .profile h2 {
	margin:0 0 30px 0;
	padding:0 0 10px 10px;
	background:none;
}

#robots .feature_content.otc.sp .profile h2 img {
	width:44%;
}

#robots .feature_content.otc.sp .profile .pt {
	width:100%;
	height:auto;
	float:none;
	margin:0 0 30px 0;
}

#robots .feature_content.otc.sp .profile .pt p {
	margin:0;
}

#robots .feature_content.otc.sp .profile .txt {
	width:100%;
	float:none;
}

#robots .feature_content.otc.sp .btn01 {
	width:90%;
	margin:40px auto 100px auto;
}

#robots .feature_content.otc.sp .btn01 a {
	text-decoration:none;
	padding:16px 0;
}

/* 観戦ガイド PC */

.feature #mainCnt {
    border:none;
}

#robots_inn.guide {
}

#robots_inn.guide .header {
	margin:0 0 20px 0;
}

#robots_inn.guide h2 {
	margin:10px 0 0 0;
	padding:20px;
	text-align:center;
	font-size:24px;
	font-weight:normal;
	color:#000;
	font-weight:bold;
}

#robots_inn.guide h3 {
	font-weight: 700;
	font-style: normal;
	font-size: 23px;
	padding: 20px 20px 15px;
	margin: 40px 0 30px;
	color: #013893;
	border-bottom: solid 6px #013893;
}

#robots_inn.guide p {
	font-size:16px;
	line-height:1.8em;
	margin:30px 0 30px 0;
}

#robots_inn.guide p.date{
	text-align:right;
	margin:0;
	padding-right:20px;
}

#robots_inn.guide section .inn_pt {
	text-align:center;
	margin-top:40px;
}

#robots_inn.guide section .inn_pt img {
	width:80%;
}

#robots_inn.guide p.caption{
	margin:10px 0 0 0;
}


#robots_inn .guide-info {
}

#robots_inn .guide-info h3 {
}

#robots_inn .guide-info section {
	background:#f5f5f5;
	padding:20px 20px 50px 30px;
	margin:20px 0 40px 0;
	border:dotted #EE8A01 5px;
	overflow: hidden;
}

#robots_inn .guide-info h4 {
	font-size:16px;
	margin:0 0 10px 0;
	font-weight:bold;
}

#mainCnt #robots_inn .guide-info p {
	margin:0;
	line-height:2.3em !important;
}

#mainCnt #robots_inn .guide-info p.right{
	float:right;
}

#mainCnt #robots_inn .guide-info p.right img{
	max-width:405px;
}

#robots_inn .guide-info img.car{
	max-width: 20px;
	position: relative;
	top: -8px;
}

#robots_inn .guide-info a {
	color:#005ba2;
}


#robots_inn .guide-info a:hover {
	color:#FF9800;
}

#robots_inn.guide p.guide_btn01 {
	margin:40px 0 100px 0;
}

#robots_inn .guide_btn01 a {
	background:#033886;
	color:#fff;
	padding:12px 0;
	width:100%;
	display:block;
	text-align:center;
	font-size:20px;
	text-decoration:none;
}

#robots_inn .guide_btn01 a:hover {
	opacity:0.5;
	text-decoration:none;
}

#robots_inn .guide_btn01 a:before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 5px;
}

#robots_inn.guide p.link_btn01 {
	margin:40px 0 100px 0;
}

#robots_inn .link_btn01 a {
	background:#EE8A01;
	color:#fff;
	padding:12px 0;
	width:100%;
	display:block;
	text-align:center;
	font-size:20px;
}

#robots_inn .link_btn01 a:hover {
	opacity:0.5;
	text-decoration:none;
}

#robots_inn .link_btn01 a:before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 5px;
}

#robots_inn.guide-info p.right{
	float:right;
	margin-top:-20px;
}

#robots_inn .to_content {
  position: relative;
  margin: 0;
  padding: 14px;
  font-weight: bold;
  text-align: center;
  background: #eff2f6;
  border:solid 1px #ccc;
}

#robots_inn .to_content .txt {
	position: relative;
	text-align:center;
	font-size:19px;
	font-weight:bold;
	color:#1f1f1f;
	margin:0 0 10px auto;
	padding:0 0  0;
}

#robots_inn .to_content .txt span {
	background: linear-gradient(transparent 60%, #d0ebff 0%);
}

#robots_inn .to_content .pt {
	margin:0 0 0 0;
}

#robots_inn .to-top {
	background:#F1F1F1;
	padding:20px;
	font-size:14px;
	font-weight:bold;
	box-sizing:border-box;
	text-align:center;
	width:100%;
	max-width:700px;
	margin:60px auto 0 auto;
}

#robots_inn .to-top h3 {
	padding:0 !important;
	background:none !important;
	color:#333 !important;
	font-size:20px !important;
	border:none  !important;
	margin:0 !important;
}

#robots_inn .to-top .btn01 {
}

#robots_inn .to-top .btn01 a {
	display:block;
	background:#214977;
	color:#fff;
	text-align:center;
	border-radius:50px;
	padding:10px 0;
	margin:20px auto 0 auto;
	max-width:400px;
}


/* 観戦ガイド SP */
#robots_inn.sp{
	text-align:left;
	margin-bottom: 100px;
	/*	width: 580px; */
		width: 96.6667%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.66667%;
	padding-left: 1.66667%;
	line-height: 1.5em;
}

#robots_inn.sp img {
max-width: 100%;
width: auto;
}

#robots_inn.guide.sp {
}

#robots_inn.guide.sp .header {
	margin:0 0 20px 0;
}

#robots_inn.guide.sp h2 {
	margin:10px 0 0 0;
	padding:20px auto;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	color:#000;
	line-height: 1.5em;
	font-weight:bold;
	background:none;
	white-space: nowrap;
}

#robots_inn.guide.sp h3 {
	color:#023893;
	font-size:20px;
	font-weight:normal;
	line-height: 1.4em;
	margin:40px 0 0 0;
	padding:0 0 6px 0;
	border-bottom: solid 4px #023893;
}

#robots_inn.guide.sp p {
	font-size:14px;
	line-height:1.7em;
	margin:14px 0 0 0;
}

#robots_inn.guide.sp p.caption{
	margin:10px 0 0 0;
}

#robots_inn.sp .guide-info {
}

#robots_inn.sp .guide-info h3 {
}

#robots_inn.sp .guide-info section {
	background:#f5f5f5;
	padding:20px;
	margin:20px 0 40px 0;
	border:dotted #EE8A01 5px;
}

#robots_inn.sp.guide-info h4 {
	font-size:16px;
	margin:0 0 10px 0;
	font-weight:bold;
}

#robots_inn.sp .guide-info p {
	margin:0;
	line-height:2.3em;
}

#robots_inn.sp .guide-info p img.icon {
	padding-right:3px;
}

#robots_inn.sp .guide-info a {
	color:#005ba2;
}

#robots_inn.sp .guide-info a:hover {
	color:#FF9800;
}

#robots_inn.sp.guide p.guide_btn01 {
	margin:40px 0 100px 0;
}

#robots_inn.sp.guide_btn01 a {
	background:#033886;
	color:#fff;
	padding:12px 0;
	width:100%;
	display:block;
	text-align:center;
	font-size:20px;
	text-decoration:none;
}

#robots_inn.sp.guide_btn01 a:hover {
	opacity:0.5;
}

#robots_inn.sp.guide_btn01 a:before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 5px;
}


#robots_inn.sp.guide p.link_btn01 {
	margin:40px 0 40px 0;
}

#robots_inn.sp.guide .link_btn01 a {
	background:#EE8A01;
	color:#fff;
	padding:12px 0;
	width:100%;
	display:block;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#robots_inn.sp .to-top h3 {
	font-size:16px;
	line-height:1.5;
}



#robots_inn.sp .to-top .btn01 a {
	text-decoration:none;
}


#hollyhock_inn.guide .link_btn01 a:hover {
	opacity:0.5;
}

#robots_inn.sp.guide .link_btn01 a:before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 5px;
}

#robots_inn.sp.guide-info .info_img {
	text-align:center;
	margin:30px auto;
}

#robots_inn.sp.to_snap img {
	margin:10px 0 0 0;
}


#robots_inn .to_content {
  position: relative;
  margin: 0;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  background: #eff2f6;
  border:solid 1px #ccc;
}

#robots_inn .to_content .txt {
	position: relative;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#1f1f1f;
	margin:0 0 10px auto;
	padding:0 0  0;
}

#robots_inn .to_content .txt span {
	background: linear-gradient(transparent 70%, #d0ebff 0%);
}

#robots_inn .to_content .pt {
	margin:0 0 0 0;
}


@media screen and (max-width:800px) { 
	#robots_inn.guide h2{
		font-size:20px;
	}

	#robots_inn.guide h3{
		font-size: 20px;
		line-height: 2.0rem;
	}

	#robots_inn .link_btn01 a{
		font-size:18px;
	}

}