@charset "utf-8";

html {
	width: 100%;
	overflow-x: hidden;
}
body {
	width: 100%;
	color: #333333;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.03em;
	font-size: 18px;
	background-image: url(../img/bg01.jpg);
	line-height: 28px;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	color: #0000CE;
}
.btn {
	background-repeat: no-repeat;
	background-image: url(../img/menubt.png);
	background-color: transparent;
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-size: auto 60px;
	z-index: 9900;
	position: fixed;
	right: 0px;
	top: 0px;

}


.close {
	background-position: -60px 0%;
}
.menubt {
	float: right;
}
.h1-box {
	line-height: 26px;
	display: none;
}

.h1-box h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	color: #FFFFFF;
}
h2 {
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	background-image: url(../img/bg04.png);
	color: rgba(255,255,255,1.00);
	border-bottom: 4px solid #B48C78;
	margin-bottom: 15px;
	margin-right: 0px;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 26px;
}
h3 {
    border-bottom: 1px solid #AAAAAA;
    margin-right: 30px;
    color: #AA193A;
    background-image: url(../img/list02.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 0% 6px;
    padding-left: 18px;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
h4 {
    font-size: 2.2rem;
    border-bottom: 1px dotted #AAAAAA;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 30px;
    margin-right: 30px;
    color: #AA193A;
}



.head_box {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../img/bg03.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: 62px;
	background-position: 0% -40px;
	width: 100%;
}

.head {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 62px;
	width: 100%;
}
.head_logo {
	width: 37%;
	position: absolute;
	z-index: 100;
	height: auto;
	margin-left: 3%;
}
.head_logo img {
	width: 100%;
}
.head_logo a:hover img {
	opacity: 1;
}

.head_content {
	margin-left: 42%;
	width: 58%;

}

.head_menu1 {
	clear: both;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.head_submenu {
	float: left;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	margin-top: 20px;
	font-size: 12px;
	display: none;
}
.head_submenu a {
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 3px;
	border: 1px solid #C8B4A0;
	background-color: #64503C;
}
.head_submenu a:link {
	color: #FFFFFF;
}
.head_submenu a:visited {
	color: #FFFFFF;
}
.head_submenu a:hover {
	color: #FFC600;
	background-color: #4D3E2E;
}

.head_tel {
	width: 70%;
	padding-top: 6px;

}
.head_tel img {
	height: auto;
	width: 100%;
}
.head_menu {
	line-height: 20px;
	display: none;
}
.head_menu ul {
	padding-top: 12px;
	min-width: 500px;
}
.head_menu li {
	float: left;
	border-left: 1px solid #777777;
	font-size: 14px;
	letter-spacing: 0em;
}
.head_menu li:last-child {
	border-right: 1px solid #777777;
}

.head_menu li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
.head_menu li a:link {
	color: #333333;
}
.head_menu li a:visited {
	color: #333333;
}
.head_menu li a:hover {
	color: #FF0000;
}
.menubox {
	display: none;
}


footer {
	clear: both;
	margin-top: 50px;
	width: 100%;
}
.foot_menu {
	border-top: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	width: 100%;
}
.foot_menu ul {
	font-size: 18px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.1em;
	text-align: left;
}
.foot_menu li {
	border-left-style: none;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
.foot_menu li:last-child {
	border-right: 1px none #555555;
}
.foot_menu li a {
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-image: url(../img/list02.png);
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: 30px 17px;
}


.foot_menu a:link {
	color: #CA9140;
}
.foot_menu a:visited {
	color: #CA9140;
}
.foot_menu a:hover {
	color: #FF0000;
}


.copyright {
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 12px;
	background-color: #201606;
	width: 100%;
	min-height: 0px;
	min-width: 100%;
}

.telbt {
    display: none;
}
.mainv_box {
    width: 100%;
    height: 550px;
    position: relative;
    z-index: -100;
    background-color: #FFFFFF;
    min-width: 100%;
}

.mainv {
	background-image: url(../img/mainv01.png);
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 3px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 550px;
	position: relative;
	background-size: auto 100%;
	min-width: 100%;
}
.mainv_con {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.mainv .copy01 {
	width: 94%;
	padding-top: 110px;
	padding-left: 0px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.mainv .copy02 {
	width: 94%;
	padding-top: 120px;
	position: relative;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
}
.pagev_box {
	width: 100%;
	height: 150px;
	background-image: url(../img/mainv_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: -100;
	background-color: #34271F;
}
.pagev {
	background-image: url(../img/mainv07.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 3px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	position: relative;
}
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}

.main {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.main p {
	margin-right: 0px;
	text-align: justify;
	margin-bottom: 20px;
	line-height: 28px;
}

.side {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.blank_box {
	border: 1px solid #CCCCCC;
	margin-bottom: 50px;
	margin-right: 0px;
}
.news_box {
	margin-bottom: 50px;
	margin-right: 0px;
	width: 100%;
}
.news_box dl {
	display: inherit;
	flex-wrap: wrap;
	width: 100%;
}
.news_box dt {
	color: #A00000;
	padding-top: 8px;
	border: none;
	padding-left: 0px;
	padding-bottom: 0px;
}
.news_box dd {
	border-bottom: 1px solid #C9BBAA;
	padding-bottom: 8px;
	width: 100%;
	padding-left: 0px;
	padding-top: 0px;
}
.cast_box {
	margin-bottom: 20px;
}
.cast {
	width: 46%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-left: 2%;
}
.cast_p {
	width: 100%;
	height: auto;
}


.cast_p img {
	width: 100%;
	height: auto;
}
.cast_name  {
	text-align: center;
	color: #D70000;
	line-height: 18px;
	font-size: 16px;
	margin-top: 6px;
}
.cast_hour  {
	text-align: center;
	line-height: 18px;
	font-size: 14px;
}
div.pickup_box {
	width: 100%;
	height: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 25px;
	position: relative;
	overflow-y: hidden;
	overflow-x: hidden;
	background-size: auto 80%;
}
.pickup {
	width: 100%;
	height: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #A00000;
	background-image: url(../img/pickup/pickup_bg.png);
	background-repeat: no-repeat;
	letter-spacing: 0.07em;
	background-size: auto 100%;
}
.pickup .pickup_tit01 {
	padding-left: 7px;
	padding-top: 4px;
	font-size: 12px;
	margin-bottom: 6px;
	line-height: 16px;
	padding-bottom: 0px;
}
.pickup .pickup_tit02 {
	padding-left: 7px;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 3px;
}
.pickup .name01 {
	font-size: 32px;
	padding-left: 5px;
	line-height: 32px;
}
.pickup .name02  {
	font-size: 22px;
	line-height: 32px;
}
.pickup .pickup_age {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 7px;
	display: inline;
	float: left;
	clear: both;
	padding-left: 5px;
}
.pickup .pickup_cap {
	padding-left: 7px;
	font-size: 16px;
	line-height: 20px;
	clear: both;
	padding-top: 2px;
}
.pickup_box a {
	display: block;
}
.pickup_box a:link {
	color: #FFFFFF;
}
.pickup_box a:visited {
	color: #FFFFFF;
}
.pickup_box a:hover {
	color: #FFCE00;
}
.sys_table {
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	background-color: rgba(255,255,255,0.50);
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
}
.sys_table th {
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgba(0,0,0,0.10);
}
.sys_table td {
	border-bottom: 1px solid #BBBBBB;
	width: 25%;
	text-align: center;
	border-right: 1px solid #BBBBBB;
	padding-top: 12px;
	padding-bottom: 12px;
}



.P100 {
	width: 100%;
	height: auto;
}

.T100 {
	padding-top: 100px;

}
.B10 {
	margin-bottom: 10px;
}

.B20 {
	margin-bottom: 20px;
}
.B50 {
	margin-bottom: 50px;
}
.menubox {
	z-index: 9000;
	background-color: rgba(0,0,0,0.80);
	position: fixed;
	width: 100%;
	left: 0px;
	height: 100%;
	top: 0px;
}
.menubox ul {
	padding-top: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.40);

}
.menubox li {
	font-size: 22px;
	line-height: 30px;
	border-top: 1px solid rgba(255,255,255,0.40);
	background-image: url(../img/list01.png);
	background-repeat: no-repeat;
	background-size: auto 32px;
	background-position: 20px 19px;
}
.menubox a {
	display: block;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.menubox a:link {
	color: #D7A762;
}
.menubox a:visited {
	color: #D7A762;
}
.menubox a:hover {
	color: #FF0000;
}
.pc-only {
    display: none;
}
.cast-img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}
.zoom-cast-box {
}

.zoom-cast-name {
    font-size: 3rem;
    color: #A92626;
    line-height: 4rem;
    border-bottom: 1px dotted #A92525;
    padding-bottom: 8px;
    margin-bottom: 8px;
    background-size: 26px auto;
    background-position: 0px 9px;
    padding-left: 32px;
}
.zoom-cast-size {
    margin-bottom: 10px;
}
.zoom-cast-play {
    margin-bottom: 20px;
}

.zoom-cast-play dl {
    font-size: 1.2rem;
    margin-left: 1px;
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
}
.zoom-cast-play dl dt {
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.80);
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    width: 42%;
}
.zoom-cast-play dl dd {
    width: 8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    background-color: rgba(255,255,255,0.80);
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    float: left;
}
.zoom-cast-play2 {
    margin-bottom: 20px;
}

.zoom-cast-play2 dl {
    font-size: 1.2rem;
    margin-left: 1px;
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
}
.zoom-cast-play2 dl dt {
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.80);
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    width: 40%;
}
.zoom-cast-play2 dl dd {
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    background-color: rgba(255,255,255,0.80);
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}
.bn-box {
    margin-bottom: 15px;
}
.bn-box img {
    width: 100%;
    height: auto;
}

.tw-box {
    margin-bottom: 15px;
}


