@charset "utf-8";

body {
    color: #46321E;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.03em;
    font-size: 16px;
    background-image: url(../img/bg01.jpg);
}

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

.h1-box {
	line-height: 26px;
}

.h1-box h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	color: #FFFFFF;
}
h2 {
	font-size: 18px;
	padding-left: 12px;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-right: 20px;
	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: 28px;
}
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: 1.8rem;
    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: 143px;
}

.head {
	width: 1110px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
	height: 143px;
}
.head_logo {
	width: 220px;
	height: 220px;
	position: absolute;
	z-index: 100;
}
.head_logo a:hover img {
	opacity: 1;
}

.head_content {
	margin-left: 235px;
	width: 875px;
	height: 144px;

}

.head_menu1 {
	clear: both;
	min-width: 875px;
}
.head_submenu {
	float: left;
	line-height: 28px;
	text-align: center;
	margin-right: 10px;
	margin-top: 20px;
}
.head_submenu a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	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 {
	float: right;
}
.head_tel img {
	height: 70px;
	width: auto;
}
.head_menu {
	width: 875px;
	line-height: 20px;
}
.head_menu ul {
	padding-top: 12px;
	min-width: 875px;
}
.head_menu li {
	float: left;
	border-left: 1px solid #777777;
	font-size: 16px;
	letter-spacing: 0.1em;
}
.head_menu li:last-child {
	border-right: 1px solid #777777;
}

.head_menu li a {
	display: block;
	padding-left: 25px;
	padding-right: 25px;
}
.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;
}
.foot_menu {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #999999;
	background-color: #FFFFFF;
}
.foot_menu ul {
	font-size: 16px;
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.1em;
	text-align: center;
}
.foot_menu li {
	display: inline;
	border-left: 1px solid #555555;
}
.foot_menu li:last-child {
	border-right: 1px solid #555555;
}
.foot_menu li a {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.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;
	min-width: 1170px;
}
.telbt {
    display: none;
}
.mainv_box {
	width: 100%;
	height: 550px;
	background-image: url(../img/mainv_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	position: relative;
	z-index: -100;
	min-width: 1170px;
	background-color: #34271F;
}

.mainv {
	background-image: url(../img/mainv01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 3px;
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	height: 550px;
	position: relative;
	min-width: 1170px;
}
.mainv .copy01 {
	width: 760px;
	padding-top: 90px;
	padding-left: 20px;
	position: relative;
}
.mainv .copy02 {
    width: 600px;
    padding-top: 180px;
    padding-left: 550px;
    position: relative;
}

.pagev_box {
	width: 100%;
	height: 200px;
	background-image: url(../img/mainv_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: -100;
	min-width: 1170px;
	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: 1170px;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	position: relative;
	min-width: 1170px;
}
.container {
	width: 1110px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

.main {
	width: 760px;
	float: left;
}
.main p {
    margin-right: 28px;
    text-align: justify;
    margin-bottom: 20px;
    line-height: 32px;
}

.side {
	width: 350px;
	float: left;
}
body {
}

.blank_box {
	border: 1px solid #CCCCCC;
	margin-bottom: 50px;
	margin-right: 28px;
}
.news_box {
    margin-bottom: 50px;
    margin-right: 28px;
    line-height: 28px;
}
.news_box dl {
	display: flex;
    flex-wrap: wrap;
	width: 732px;
}
.news_box dt {
	color: #A00000;
	width: 140px;
	border-bottom: 1px solid #C9BBAA;
	padding-top: 8px;
	padding-bottom: 8px;
}
.news_box dd {
	border-bottom: 1px solid #C9BBAA;
	padding-bottom: 8px;
	width: 592px;
	padding-top: 8px;
}
.cast_box {
	margin-bottom: 20px;
}
.cast {
	width: 168px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.cast_p {
	width: 168px;
	height: 252px;
}


.cast_p img {
	width: 100%;
}
.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;
    color: #555555;
}
div.pickup_box {
	width: 350px;
	height: 180px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
	overflow-y: hidden;
	overflow-x: hidden;
}
.pickup {
	width: 350px;
	height: 180px;
	-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;
}
.pickup .pickup_tit01 {
	padding-left: 10px;
	padding-top: 5px;
	font-size: 12px;
	margin-bottom: 5px;
}
.pickup .pickup_tit02 {
	padding-left: 10px;
	font-size: 14px;
	line-height: 14px;
}
.pickup .name01 {
	font-size: 32px;
	padding-left: 8px;
	line-height: 32px;
}
.pickup .name02  {
	font-size: 22px;
	line-height: 22px;
}
.pickup .pickup_age {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 7px;
}
.pickup .pickup_cap {
	padding-left: 10px;
	font-size: 16px;
	line-height: 20px;
}
.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: 732px;
	margin-bottom: 20px;
}
.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;
}
.reserve {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 40px;
    margin-left: 15px;
}




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

.T100 {
	padding-top: 100px;

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

.B20 {
	margin-bottom: 20px;
}
.B50 {
	margin-bottom: 50px;
}
.sp-only {
    display: none;
}
.cast-img {
    width: 730px;
    height: 584px;
    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-right: 18px;
    margin-bottom: 20px;
}

.zoom-cast-play dl {
    font-size: 1.4rem;
    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: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    width: 20%;
}
.zoom-cast-play dl dd {
    width: 5%;
    -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: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    float: left;
}
.zoom-cast-play2 {
    margin-right: 18px;
    margin-bottom: 20px;
}

.zoom-cast-play2 dl {
    font-size: 1.4rem;
    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: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    width: 25%;
}
.zoom-cast-play2 dl dd {
    width: 75%;
    -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: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}
.bn-box {
    margin-bottom: 15px;
}
.bn-box img {
    width: 350px;
    height: auto;
}

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


.linkbn {
    background-color: rgba(255,255,255,0.80);
    border: 1px solid #CCCCCC;
    padding: 15px;
    margin-bottom: 30px;
    margin-right: 30px;
}
.top-container {
    width: 100vw;
    height: 100vh;
}
.top-q {
    font-size: 2rem;
    margin-bottom: 20px;
}

.top-bt {
    margin-bottom: 30px;
}
.top-bt a {
    text-decoration: none;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    width: 200px;
    font-size: 2rem;
    border-radius: 4px;
    background-color: #870301;

}
.top-bt a:link {
    color: #FFFFFF;
    background-color: #870301;
}
.top-bt a:visited {
    color: #FFFFFF;
    background-color: #870301;
}
.top-bt a:hover {
    color: #FFE500;
    background-color: #CC0300;
}
.top-bt a:active {
    color: #FFE500;
    background-color: #CC0300;
}
.top-yes {

}
.zrate {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
.zrate img {
    width: 100%;
    height: auto;
}
