@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

body{
}

.topImage{
	padding: 20px 10px;
	background: url(../images/bg_topimage.png) repeat top center;
	position: relative;
}

.topImage h1{
	position: absolute;
	width: 50%;
	top: 40%;
	left: 45%;
}

.news{
	margin: 0;
	padding: 0 !important;
	background-color: #fff;
	border-bottom: 2px solid #f18d00;
}
.news h2{
	margin: 0;
	padding: 0.25em 0;
	font-family: "新丸ゴ B";
	font-size: 1.8rem;
	color: #fff;
	background-color: #f18d00;
}
.news p{
	margin: 0;
	padding: 0.5em 0;
	text-align: center;
	font-size: 0.8rem;
}
.news p time{
	font-size: 0.8rem;
	color: #999;
	display: block;
}

.btnBnr{
	margin: 1em 0;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
}
.btnBnr a{
	padding: 1em 0.5em;
	background: url(../images/bg_bnr_slot.png) repeat top center #fff;
	background-size: 50% auto;
	display: block;
	border: 6px solid #fff100;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
}
.btnBnr a:hover{
	border: 6px solid #f18d00;
}
.btnBnr a:hover img{ opacity: 0.5; }

#navTop ul{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#navTop ul li{
	margin: 0 0 10px 0;
	font-family: "新丸ゴ B";
	font-size: 1.5rem;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;

	display: block;
	border: 3px solid #f18d00;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	overflow: hidden;
	background-color: #fff;
	background-image: linear-gradient(
		-45deg,
		rgba(221, 221, 221, .2) 25%,
		transparent 25%,
		transparent 50%,
		rgba(221, 221, 221, .2) 50%,
		rgba(221, 221, 221, .2) 75%,
		transparent 75%,
		transparent
	);
	z-index: 1;
	background-size: 50px 50px;
}

#navTop ul li:last-child{
	margin-bottom: 0;
}

#navTop ul li span{
	height: 60px;
	padding: 10px 0;
	color: #a70001;
	display: block;
	background-image: url(../images/icon_list.svg);
	background-size: 50px auto;
	background-position: 8px;
	background-repeat: no-repeat;;
}

#navTop ul li a{
	text-decoration: none;
}

.offlink{ opacity: 0.3; }


/* ----------- Non-Retina Screens ----------- */
@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1600px)
  and (-webkit-min-device-pixel-ratio: 1) {
}

/* ----------- Retina Screens ----------- */
@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1600px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) {
}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
}

/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1) {
}

/* Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
}

/* Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3) {
}

/* Portrait */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
}
