@charset "utf-8";

/*=================================
	Bootstrap Reset
=================================*/
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 1000px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}
.container, .container-fluid {
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
.no-gutter > [class*='col-'] {
	padding-right:0;
	padding-left:0;
}
p {
	margin: 0;
}
ol, ul, dl {
	margin-top: 0;
	margin-bottom: 0;
}
li {
	margin: 0;
}

/*=================================
	CSS Reset
=================================*/
html, body {	/* 横スクロール防止 */
	width: 100%;
	overflow: auto;
	overflow-x: hidden;
}
body {	 /* IEで縦スクロール2本を防止 */
	*overflow: visible; /* IE7以下 */
	overflow: visible¥9; /* IE8 */
}
/* IE9 */
body:not(:target){
	overflow: visible¥9;
}
/* IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	body {
		overflow: visible;
	}
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	vertical-align: top;	/* 画像の隙間を消す */
	font-size:0;
	line-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
ol, ul {	/* 隙間対策 */
	list-style: none;
}

/*=================================
	Base setting
=================================*/
body {
	color: #000;
	background-color: #f4f1ea;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;	/* Safari対策 バラして指定 */
	background-position: center top;
}
/* link */
a, a:visited, a:hover {
	color: #57411b;
}
/* color */
.bg-white {
	background-color: #fff;
}
.bg-beige {
	background-color: #f4f1ea;
}
.red {
	color: #f00;
}
/* wrap */
.wrap {
	margin: 0 auto;
	width: 1000px;
}
.d-table {
	display: table;
	table-layout: fixed;
}
.table-cell {
	display: table-cell;	/* table風表示 */
	vertical-align: middle;	/* 縦の位置設定 */
}
/* margin */
.m10 {
	margin: 10px 0;
}
.m20 {
	margin: 20px 0;
}
/* align */
.ta-center {
	text-align: center;
}
.ta-right {
	text-align: right;
}
/*=================================
	Index
================================ */
/* ↑詳細はmodal.css を参照 */

/*=================================
	Header
================================ */
header, footer {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
header {
	border-bottom: 1px solid #57411b;
}
header .container-fluid .row,
footer .container-fluid .row {
	margin: 0 auto;
	width: 1000px;
}
header .container-fluid h1 {
	margin: 0;
	padding: 4px 0;
	height: 20px;
	font-weight: normal;
	font-size: 12px;
	color: #000;
}
header .container-fluid h1 a:link,
header .container-fluid h1 a:visited {
	text-decoration: none;
	color: #000;
}

/*=================================
	slick
================================ */
.visual {
	position: relative;	/* position: absolute;の基準位置用 */
	margin: 0 0 30px;
	border-bottom: 1px solid #57411b;
	background-color: #fff;
}
.visual ul.slide {
	margin: 0;
	padding: 0;
}
.vname {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	padding: 5px;
	background-color: #fff;
}
@media screen and (max-width: 980px) {
	.visual ul.slide li img {
		width:100%;
	}
}

/*=================================
	Menu
================================ */
nav.gnavi {
	margin: 20px auto 0;
	padding: 0;
	min-width: 1000px;
	width:expression(document.body.clientWidth < 1002? "1000px" : "auto");
	text-align: center;
}
nav.gnavi ul.menu {
	display: table;	/* 横並びのリストを中央寄せ */
	margin: 0 auto;
	padding: 0;
	height: 70px;
}
nav.gnavi ul.menu li {
	display: table-cell;	/* 横並びのリストを中央寄せ */
	margin: 19px 1px 7px 0;
	padding: 0;
}
nav.gnavi ul.menu li a {
	display: table-cell;	/* table風表示 */
	vertical-align: middle;	/* 縦の位置設定 */
	margin: 0;
	white-space: nowrap;
	padding: 0;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	width: 124px;
	height: 64px;
	background: url(../img/menu_off.png) no-repeat left top;
}
nav.gnavi ul.menu li a:hover {
	background: url(../img/menu_on.png) no-repeat left top;
}
nav.gnavi ul.menu li a span {
	color: #fff;
	font-size: 12px;
}
@media screen and (max-width: 980px) {
	nav.gnavi {
		margin: 20px auto;
		padding: 0;
		width: 100%;
		min-width: 100%;
		text-align: center;
	}
	nav.gnavi ul.menu {
		height: auto;
	}
	nav.gnavi ul.menu li {
		border-right: 1px solid #fff;
	}
	nav.gnavi ul.menu li:last-child {	/* 最後 */
		border-right: none;
	}
	nav.gnavi ul.menu li a {
		background-image: none;
		background-color: #57411b;
		padding: 10px;
		width: auto;
		height: auto;
		font-size: 14px;
	}
	nav.gnavi ul.menu li a:hover {
		background-image: none;
		background-color: #57411b;
	}
} /* @media */

ul.breadcrumb {
	margin: 0 auto;
	padding: 0 5px;
	width: 1000px;
	background: none;
}
ul.breadcrumb li {
	margin: 0;
	padding: 0;
}
ul.breadcrumb>li+li:before {
	margin: 0;
	padding:0;
	color: #57411b;
	content:"\f105";
	font-family: FontAwesome;
}
/*=================================
	Article
================================ */
article {
	position: relative;	/* position: absolute;の基準位置用 */
	/* overflow: hidden;
	背景を下まで伸ばす　relativeと相性が悪いのでcfで回避 */
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}
.costume {
	position: absolute;
	top: -205px;
	right: -120px;
}
@media screen and (max-width: 980px) {
	.costume {
		position: absolute;
		top: -171px;
		right: 0;
	}
	.costume img {
		width: 300px;
	}
} /* @media */

article div.main {
	display: table-cell;
	vertical-align: top;	/* 縦の位置設定 */
	margin: 10px 0;
	padding: 0;
	width: 1000px;
}
article div.left {
	display: table-cell;
	vertical-align: top;	/* 縦の位置設定 */
	margin: 10px 20px 10px 0;
	padding: 0;
	width: 730px;
}
article div.right {
	display: table-cell;
	vertical-align: top;	/* 縦の位置設定 */
	margin: 10px 0;
	padding: 0;
	width: 250px;
}
@media screen and (max-width: 980px) {
	article, article div.main, article div.left {
		width: 100%;
	}
	article div.left {
		margin: 10px 0;
	}
} /* @media */
.box-left, .box-main {
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	border: 1px solid #ccc9b8;
	background-color: #f4f1ea;
	background:
		url(../img/box_al.png) no-repeat left top,
		url(../img/box_ar.png) no-repeat right top,
		url(../img/box_bl.png) no-repeat left bottom,
		url(../img/box_br.png) no-repeat right bottom,
		#f4f1ea url(../img/box_bg.png) repeat left top;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	behavior: url(../../PIE.htc);	/* IE用CSS3表示 */
}
.title {
	margin: 0 auto;
	width: 500px;
	text-align: center;
}

/*=================================
	NEWS & INFO
================================ */
dl.news {
	margin: 0;
	padding: 0;
}
dl.news dt {
	margin: 30px 0 0 0;
	padding: 8px 30px 0 55px;
	height: 50px;
	background: url(../img/ribbon.png) no-repeat left top;
	color: #fff;
}
dl.news dd {
	margin: 10px -1px 0 20px;
	padding: 0;
}
dl.news img.imgphoto {
	margin: 0 0 10px -20px;
}
dl.news img.girlphoto {
	float: right;
	margin: -70px 0 10px 10px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	behavior: url(../../PIE.htc);	/* IE用CSS3表示 */
	width: 220px;
	height: 320px;
}
.newsblog {
	border: 0px;
	margin: 10px 0;
	width:200px;
	height:200px;
	position:relative; 
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.newsblog iframe {
	width: 100%;
	height: 100%;
	position:absolute;
	z-index:1;
	border:none;
	display:block;
}
.newsday {
	margin: 10px auto;
	padding: 0;
	text-align: left;
	font-size: 14px;
	color: #666;
}
/*=================================
	right
================================ */
.blog {
	margin: 0 auto 10px;
	padding: 10px 5px;
	border: 1px solid #ccc9b8;
	background-color: #dcd5c5;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	behavior: url(../../PIE.htc);	/* IE用CSS3表示 */
	width: 250px;
}
.blog p {
	text-align: center;
}
.shamail {
	border: 0px;
	margin: 0px;
	width:240px;
	height:500px;
	position:relative; 
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.shamail iframe {
	width: 100%;
	height: 100%;
	position:absolute;
	z-index:1;
	border:none;
	display:block;
}
ul.banner {
	margin: 0;
	padding: 0;
}
ul.banner li {
	margin: 10px 0 0 0;
	padding: 0;
}
ul.banner li:first-child {	/* 最初 */
	margin: 0;
}
@media screen and (max-width: 980px) {
	article div.right {
		display: box;	/* 横並びレイアウト */
		display: -webkit-box;
		display: -moz-box;
		box-pack:center;	/* 中央寄せ */
		-webkit-box-pack:center;
		-moz-box-pack:center;
}
	.blog {
		margin-right: 5px;
	}
	.shamail {
		height:380px;
	}
	.banner-box {
		margin: 0 5px;
		width: 520px;
	}
	.banner-box ul li {
		margin: 0 0 10px 0 ;
		display: inline-block;
	}
	.banner-box ul li:nth-child(5),	/* 5番目 */
	.banner-box ul li:last-child {	/* 最後 */
		margin-bottom: 0;
	}
	.banner-box ul li img {
		width: 240px;
	}
} /* @media */

/*=================================
	Today, Schedule, Cast, Newface, Nirin
================================ */
.topic {
	margin: 20px auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	color: #57411b;
}
ul.list {
	margin: 10px auto;
	padding: 0;
}
ul.list li {
	position: relative;	/* position: absolute;の基準位置用 */
	vertical-align: top;	/* 縦の位置設定 */
	display: inline-block;
	margin: 20px 6px 0;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	behavior: url(../../PIE.htc);	/* IE用CSS3表示 */
	text-align: center;
}
ul.list li a {
	line-height: 1;
}
ul.list li a:link,
ul.list li a:visited {
	text-decoration: none;
	color: #57411b;
}
ul.list li a b {
	font-size: 16px;
	color: #57411b;
}
ul.list li a span {
	font-size: 14px;
	color: #666;
}
ul.list li a img {
	margin: 0 0 5px 0;
	width: 200px;
	height: 300px;
}
ul.list li a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
ul.list li p {
	margin: 5px -10px -10px;
	padding: 2px;
	width: 220px;
	font-size: 16px;
	background-color: #57411b;
	color: #fff;
}
ul.list li div.icon {
	position: absolute;
	top: -5px;
	left: 5px;
}
ul.list li div.vicon {
	position: absolute;
	top: 285px;
	left: 15px;
}
ul.list li div.sicon {
	position: absolute;
	top: 315px;
	right: 10px;
}
ul.list li div.bicon {
	position: absolute;
	top: 5px;
	right: 5px;
}
ul.list li div.dicon {
	position: absolute;
	top: 260px;
	right: 10px;
}
@media screen and (max-width: 980px) {
	ul.list li {
		margin: 20px 4px 0;
	}
} /* @media */

/*=================================
	Cast
================================ */
div.profile {
	display: table;
	table-layout: fixed;
	position: relative;
	/* overflow: hidden;
	背景を下まで伸ばす　relativeと相性が悪いのでcfで回避 */
	margin: 20px auto 0;
	padding: 0;
	width: 960px;
}
div.profile div.pleft {
	display: table-cell;
	vertical-align: top;	/* 縦の位置設定 */
	margin: 10px 0;
	padding: 0;
	width:410px;
}
#p-thumb {
	margin: 10px 0 0;
	padding: 10px;
	background-color:#fff;
}
#p-thumb ul li {
	display: inline-block;
	margin: 0 1px 0 0;
	padding: 0;
}
#p-thumb ul li:last-child {	/* 最後 */
	padding-right: 0;
}
#p-thumb ul li img {
	width: 72px;
}
div.profile div.pright {
	display: table-cell;
	vertical-align: top;	/* 縦の位置設定 */
	margin: 10px 0;
	padding: 0 0 0 20px;
	width:540px;
}
@media (max-width: 980px) {
	div.profile {
		display: block;
		width:100%;
	}
	div.profile div.pleft {
		display: block;
		width:100%;
		text-align: center;
	}
	div.profile div.pright {
		display: block;
		width:100%;
	}
} /* @media */
.name {
	position: relative;	/* position: absolute;の基準位置用 */
	margin: 0 0 20px;
	padding: 0;
	font-size: 24px;
	color: #57411b;
	font-weight: bold;
	line-height: 1em;
}
.name span {
	font-size: 16px;
}
.p-icon {
	position: absolute;
	top: -20px;
	right: -20px;
}
dl.p-detail {
	margin: 0;
	padding: 0;
}
dl.p-detail dt {
	float: left;
	clear: both;
	width: 9em;
	margin: 0;
	padding: 5px;
	color: #d1b530;
	font-weight: normal;
}
dl.p-detail dd {
	*zoom: 1;	/* Bootstrapで空の場合の対策 */
	margin: 0;
	padding: 5px 0 5px 9em;
	border-bottom: 1px dashed #b6a474;
	color: #333;
}
dl.p-detail dd:before,
dl.p-detail dd:after {	/* Bootstrapで空の場合の対策 */
	display: table;
	line-height: 0;
	content: "";
}
dl.p-detail dd:after {	/* Bootstrapで空の場合の対策 */
	clear: both;
}
p.comment {
	margin: 0;
	padding: 5px;
	color: #d1b530;
	font-weight: normal;
	border-bottom: 1px dashed #b6a474;
}
p.comment span {
	color: #333;
	font-weight: normal;
}
table.p-week {
	margin: 0 0 20px 0;
	padding: 0;
	border-collapse:collapse;
	border:#ccc 1px solid;
	background-color:#fff;
	width: 100%;
}
table.p-week tr td {
	border:#ccc 1px solid;
	margin: 0;
	padding: 5px;
	text-align: center;
	width: 14.28%;
	color: #333;
}
ul.p-btn {
	display: table;	/* 横並びのリストを中央寄せ */
	margin: 0 auto;
	padding: 0;
}
ul.p-btn li {
	display: table-cell;	/* 横並びのリストを中央寄せ */
	vertical-align: top;	/* 縦の位置設定 */
	margin: 0 5px;
	padding: 5px;
}
ul.p-btn li a {
	display: block;
	margin: 0;
	padding: 10px;
	width: 300px;
	background-color: #806413;
	color: #fff;
	text-align: center;	/* 中央揃え */
	text-decoration: none;
	border: 1px solid #806413;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	behavior: url(../../PIE.htc);	/* IE用CSS3表示 */
}
ul.p-btn li a:hover {
	background-color: #d1b530;
	color: #fff;
}

/*=================================
	Schedule(Week)
================================ */
ul.s-week {
	margin: 10px 0 20px;
	padding: 0;
	border: 1px solid #ddd;
	background-color: #fff;
	width:100%;
}
ul.s-week li {
	vertical-align: top;	/* 縦の位置設定 */
	display: inline-block;
	margin: 0 -6px 0 0;
	padding: 0;
	border-right: 1px solid #ddd;
	width: 14.28%;
}
ul.s-week li:last-child {	/* 最後 */
	margin-right: 0;
	border-right: none;
}
ul.s-week li a {
	display: block;
	margin: 0;
	padding: 10px 0;
	width: 100%;
	color: #666;
	font-size: 16px;
	text-align: center;	/* 中央揃え */
	text-decoration: none;
}
ul.s-week li a span {
	font-size: 16px;
}
.sun {
	color: #f00;
}
.sat {
	color: #00aaff;
}
ul.s-week li a.acv {
	background-color: #e9e3d4;
}
ul.s-week li a:hover {
	background-color: #d1b530;
	color: #fff;
}
div.day {
	margin: 20px auto;
	padding: 10px;
	position: relative;
	padding: .75em 1em;
	width: 600px;
	background-color: #806413;
	text-align: center;
}
div.day::before,
div.day::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}
div.day::before {
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #170900;
}
div.day::after {
	right: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-top-color: #170900;
}
div.day b {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

/*=================================
	System, Access
================================ */
dl.para {
	margin: 0;
	padding: 0;
}
dl.para dt {
	margin: 20px 0 10px 0;
	position: relative;
	padding: 10px 0 10px 16px;
	border-left: 6px solid #d1b530;
	background-color: #fff;
}
dl.para dt::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
dl.para dd {
	margin: 0;
	padding: 0;
}
dl.para dd p {
	color: #d1b530;
}
/*=================================
	Footer
================================ */
footer {
	position: relative;
	margin: 30px auto 0;
	padding: 30px 0 0 0;
	background-color: #f4f1ea;
	border-top: 1px solid #dcd5c5;
}
footer div.btn_top {
	position: absolute;
	top: -30px;
	left: 50%;
	margin: 0 auto;
	padding: 0;
	width: 60px;
	height: 60px;
	background: url(../img/pagetop.png) no-repeat left top;
	z-index: 2;
}
footer ul {
	display: table;	/* 横並びのリストを中央寄せ */
	margin: 10px auto;
	padding: 0;
}
footer ul li {
	display: table-cell;	/* 横並びのリストを中央寄せ */
	vertical-align: middle;	/* 縦の位置設定 */
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #57411b;
}
footer ul li:last-child {
	border-right: none;
}
footer ul li a:link,
footer ul li a:visited {
	margin: 0;
	padding: 10px;
	text-decoration: none;
	font-size: 12px;
	line-height: 1em;
}
div.copyright {
	clear: both;
	margin: 0 auto;
	padding: 0 0 5px 0;
	font-style: normal;	/* 斜体解除 */
	text-align: center;
	background-color: #57411b;
}
div.copyright small {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	line-height: 1em;
	color: #fff;
}
div.copyright small a:link,
div.copyright small a:visited {
	text-decoration: none;
	color: #fff;
}
.intro {
	margin: 0 auto;
	padding: 10px;
	background-color: rgba(255,255,255,0.7);
	width: 1000px;
	height: 100px;
	overflow: auto;
	font-size: 10px;
	color: #666;
}
@media screen and (max-width: 980px) {
	footer ul {
		display: inline;
		width:100%;
	}
	footer ul li {
		display: inline-block;
	}
	.intro {
		width:100%;
	}
} /* @media */
/*=================================
	Page Top
================================ */
.gotop {
	position: fixed;
	left: 50%;
	bottom: 0;
	margin: 0;
}
.gotop a {
	width: 60px;
	height: 60px;
	display: block;
	z-index: 9999;
}

/*=================================
	CSS -micro clearfix
================================ */
/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
