/*	全体
----------------------------------------------------*/
html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
}
body {
	color: #373737;
	font-family: "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.sp{
	display: none;
}
@media screen and (max-width: 640px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

/*	リンク
----------------------------------------------------*/
a {
	color: #1A8B9B;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:visited {
	color: #1A8B9B;
}
a:hover {
	color: #1E352B;
}
.fade a:hover{
	opacity: 0.65;
	filter: alpha(opacity=65);
	-ms-filter: "alpha(opacity=65)"; /*ie6 7*/
}
a.disable:hover{
	cursor: default;
}
.fade a.disable:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)"; /*ie6 7*/
}


/*	共通パーツ
----------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.main{
	clear: both;
	max-width: 100%;
	background: #f9f9f9;
	padding-bottom: 1px;
	margin: 0 auto;
}
section{
	clear: both;
}
.box_01{
	max-width: 960px;
	padding: 20px 2%;
	margin: 0 auto 40px;
	background: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.box_02{
	max-width: 980px;
	margin: 0 auto 40px;
}
.h_01{
	width: 160px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .09em;
	padding: 5px 2%;
	margin: -30px 0 15px;
	background: #1E352B;
}
.h_02 {
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}
.h_02 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	color: #1E352B;
	font-size: 18px;
	letter-spacing: .1em;
	font-weight: bold;
	text-align: left;
}
.h_02 span::before,
.h_02 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #ccc;
}
.h_02 span::before {
	right: 100%;
}
.h_02 span::after {
	left: 100%;
}
.h_03{
	letter-spacing: .09em;
	margin: 0 0 12px;
	background: #75cea7;
}
.h_03 p{
	max-width: 960px;
	min-height: 42px;
	color: #1e352b;
	font-size: 22px;
	font-weight: bold;
	padding: 13px 0 0 135px;
	margin: 0 auto;
	background: #75cea7 url(../images/h_bg1.png) no-repeat left top;
}
.btn a{
	display:inline-block;
	width:auto;
	color: #fff;
	font-size:16px;
	font-weight:bold;
	letter-spacing:.1em;
	background:#1e352b;
	text-decoration:none;
	padding:10px 20px;
	margin: 10px 0 0;
	border-radius:5px;
	box-shadow:0 1px 1px rgba(0,0,0,0.3);
}
.btn a:before{
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
	padding-right: 6px;
}
.youtube_link a{
	display: block;
	position: relative;
}
.youtube_link a:before {
	content: "\f16a";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	color: #fff;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-ms-filter: "alpha(opacity=65)"; /*ie6 7*/
	font-size: 50px;
	top: 40%;
	left: 0;
	right: 0;
	display: block;
}
@media screen and (max-width: 640px) {
	.sp_mlr{
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
	.main {
		margin-bottom: 15px;
	}
	.h01{
		min-height: 30px;
		font-size: 2rem;
		line-height: 30px;
		padding-left: 7px;
		letter-spacing: 0;
	}
	.h_03 p{
		width: 100%;
		font-size: 18px;
		padding: 13px 0 0 62px;
		background: #75cea7 url(../images/h_bg1.png) no-repeat -70px top;
	}
}

/*	ヘッダー
----------------------------------------------------*/
.header{
	max-width: 100%;
	padding: 15px 0 0;
	margin: 0 auto;
	background: #fff;
	background: rgba(255,255,255,0.9);
	font-family: 'Passion One', cursive;
	z-index: 1000;
}
.header.fixed{
	position: fixed;
	left: 0;
	right: 0;
	-webkit-box-shadow:  0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.header_logo{
	width: 296px;
	padding: 9px 0;
	margin: 0 auto 10px;
}
.header.fixed .header_logo{
	display: none;
}
.gnav{
	width: 100%;
	border-bottom: 5px solid #dddddd;
}
.gnav > ul{
	width: 960px;
	margin: 0 auto;
}
.gnav > ul > li{
	float: left;
	margin-bottom: -5px;
	border-bottom: 5px solid #dddddd;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gnav > ul > li.current{
	border-bottom: 5px solid #1e352b;
}
.gnav > ul > li:first-child{
	border-bottom: 5px solid #dddddd;
}
body.home .gnav > ul > li:first-child,
.gnav > ul > li:hover{
	border-bottom: 5px solid #1e352b;
}
.gnav > ul > li > a{
	display: block;
	width: 137px;
	height: 36px;
	color: #1e352b;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 36px;
}
@media screen and (max-width: 640px) {
	.header {
		width: 100%;
		position: relative;
		padding-top: 10px;
	}
	.header_logo{
		width: 45%;
		float: left;
		padding: 9px 2%;
		margin: 0 0 10px;
	}
	.gnav{
		width: 100%;
		border-bottom: 5px solid #dddddd;
	}
	.header .menu_btn {
		float: right;
		font-size: 34px;
		width: 9%;
		text-align: center;
		margin: 2% 4% 2% 2%;
	}
	.header .menu_btn span{
		display: block;
		font-family: "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		font-size: 11px;
		line-height: 1em;
		margin-top: -7px;
	}
	.sidr {
		display: none;
		position: absolute;
		position: fixed;
		top: 0;
		height:100%;
		z-index:999999;
		width: 80%;
		overflow-x: none;
		overflow-y: auto;
		background: #fff;
	}
	.sidr.left {
		left:-260px;
		right:auto
	}
	.gnav > ul{
		width: 100%;
		border-top: 6px solid #1e352b;
		padding-left: 10px;
	}
	.gnav > ul > li,
	.gnav > ul > li:first-child{
		float: none;
		margin-bottom: 0;
		border-bottom: 1px solid #dddddd;
	}
	.gnav > ul > li > a,
	.gnav > ul > li:first-child > a{
		font-size: 20px;
		font-weight: bold;
		text-align: left;
	}
	#bodycover{
		position: fixed;
		display: none;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.7;
		z-index: 1000;
	}
}


/*	フッター
----------------------------------------------------*/
.footer{
	width: 100%;
	background: #1E352B;
}
.copyright{
	clear: both;
	max-width: 100%;
	height: 38px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	letter-spacing: .14em;
}
@media screen and (max-width: 640px) {
	.copyright{
		height: auto;
		color: #fff;
		font-size: 10px;
	}
}

/*	トップページ
----------------------------------------------------*/
.home_mainpic{
	max-width: 1600px;
	padding-top: 10px;
	margin: 0 auto 30px;
}
.home_next{
	position: relative;
	max-width: 960px;
	margin: 0 auto 40px;
}
.home_next .h_01{
	font-size: 21px;
	font-weight: normal;
	font-family: 'Passion One', cursive;
}
.home_next_ul{

}
.home_next_ul > li{
	color: #373737;
	text-decoration: none;
	background: #fff;
	padding: 15px 2%;
	margin: 0 auto 40px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.home_next_ul .oshirase{
	font-size: 18px;
	letter-spacing: .01em;
	font-weight: bold;
	text-align: center;
	margin: 10px auto 20px;
}
.home_next_ul .fig{
	float: left;
	width: 40%;
	margin: 0 2% 20px 0;
}
.home_next_ul .fig.cs{
	text-align: center;
	background: #ccc;
	padding: 80px 0;
}
.home_next_ul .info{
	float: left;
	width: 58%;
	padding-top: 12px;
	margin-bottom: 20px;
	letter-spacing: .09em;
}
.home_next_ul .info.w100{
	float: none;
	width: 100%;
}
.home_next_ul .catchcopy{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 9px;
}
.home_next_ul .kanmuri{
	margin-bottom: 10px;
}
.home_next_ul .stagetitle{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}
.home_next_ul .sakuen{
	margin-bottom: 20px;
}
.home_next_ul .date{
	margin-bottom: 8px;
}
.home_next_ul .date th,
.home_next_ul .date td{
	font-size: 14px;
	line-height: 1.3em;
	padding: 4px 2px 4px;
	letter-spacing: 0em;
	border-bottom:  1px solid #ccc;
}
.home_next_ul .news li{
	font-size: 14px;
	margin: 5px 0 10px;
	line-height: 1.4em;
}
.home_next_ul .orikomi{
	clear: both;
	text-align: center;
	font-size: 14px;
}
.home_guest{
	max-width: 960px;
	margin: 0 auto 40px;
}
.home_guest_ul > li{
	float: left;
	width: 48%;
}
.home_guest_ul > li:first-child{
	margin-right: 2%;
}
.home_guest_ul > li.c1{
	float: none;
	width: 100%;
	margin-right: 0;
}
.home_guest_ul > li > a{
	display: block;
	color: #373737;
	text-decoration: none;
	background: #fff;
	padding: 10px 3%;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.home_guest_ul h3{
	color: #1E352B;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D2D2D2;
}
.home_guest_ul .stagetitle{
	color: #1E352B;
	font-weight: bold;
	margin-bottom: 10px;
}
.home_guest_ul .info{
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.home_guest_ul .url{
	font-size: 13px;
	line-height: 1.4em;
}
.home_guest_ul .url:before{
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
	padding-right: 6px;
	text-decoration: none;
}
.home_sns {
	max-width: 960px;
	margin: 0 auto 40px;
}
.home_sns > .home_twitter,
.home_sns > .home_facebook{
	width: 48%;
	float: left;
}
.home_sns > .home_twitter{
	margin-right: 2%;
}

.home_movie{
	width: 100%;
	padding: 30px 0 30px;
	margin-bottom: 40px;
	background: #70817A;
}
.home_movie h2{
	font-size: 20px;
	line-height: 46px;
	text-align: center;
	margin-bottom: 15px;
}
.home_movie h2 span{
	display: inline-block;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	letter-spacing: .2em;
	border-radius: 15px;
	padding: 0 10px;
	margin: 10px 7px 0;
	background: #fff;
}
.home_movie_ul{
	max-width: 1600px;
	margin: 0 auto;
}
.home_movie_ul li{
	float: left;
	width: 18%;
	margin-left: 2%;
}
.home_movie_ul li:first-child{
	margin-left: 1%;
}
.home_movie_ul figure{
	text-align: center;
	margin-bottom: 5px;
}
.home_movie_ul h3{
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 1.4em;
}
.home_dvd{
	max-width: 960px;
	margin: 0 auto 40px;
}

.home_info{
	background: #fff;
	width: 100%;
	padding: 40px 0 20px;
}
.home_info h2{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	letter-spacing: .2em;
	margin-bottom: 20px;
}
.home_info_ul{
	max-width: 800px;
	margin: 0 auto;
}
.home_info_ul li{
	font-size: 14px;
	padding-bottom: 14px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DCDCDC;

}
.home_info_ul li h3{
	font-weight: bold;
	letter-spacing: .09em;
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #ccc;
	margin-bottom: 5px;
}
.home_info_ul li .txt{
	font-size: 12px;
	line-height: 1.6em;
	padding-left: 1.4em;
}
@media screen and (max-width: 640px) {
	.home_mainpic{
		max-width: 1600px;
		padding-top: 10px;
		margin: 0 auto 30px;
	}
	.home_next{
		width: 95%;
		margin: 0 2.5% 40px;
	}
	.home_next_ul .fig{
		float: none;
		width: 100%;
		margin: 0 auto 10px;
	}
	.home_next_ul .info{
		float: none;
		width: 100%;
		padding-top: 12px;
		letter-spacing: .09em;
	}
	.home_next_ul .catchcopy{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 9px;
	}
	.home_next_ul .kanmuri{
		font-size: 14px;
	}
	.home_next_ul .stagetitle{
		font-size: 24px;
	}
	.home_next_ul .sakuen{
		font-size: 14px;
	}
	.home_next_ul .date th,
	.home_next_ul .date td{
		font-size: 12px;
		padding: 4px 2px 4px;
		letter-spacing: 0em;
	}
	.home_next_ul .orikomi{
		clear: both;
		margin-top: 20px;
		text-align: left;
		font-size: 12px;
		line-height: 1.4em;
	}
	.home_guest{
		width: 95%;
	}
	.home_guest_ul > li{
		float: none;
		width: 100%;
	}
	.home_guest_ul > li:first-child{
		margin-right: 0;
	}
	.home_guest_ul > li > a{
		display: block;
		color: #373737;
		text-decoration: none;
		background: #fff;
		padding: 10px 3%;
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
		box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	}
	.home_guest_ul h3{
		color: #1E352B;
		font-weight: bold;
		padding-bottom: 2px;
		margin-bottom: 10px;
		border-bottom: 1px solid #D2D2D2;
	}
	.home_guest_ul .stagetitle{
		color: #1E352B;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.home_guest_ul .info{
		font-size: 12px;
	}
	.home_sns.sp {
		max-width: 960px;
		margin: 0 auto 20px;
		display: -webkit-box; /* Android 2~4 */
		display: -webkit-flex; /*Safari*/
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.home_twitter_bnr,
	.home_facebook_bnr{
		-webkit-box-flex: 1; /* Android 2~4 */
		-webkit-flex-grow: 1; /*Safari*/
		flex-grow: 1;
		text-align: center;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
		box-shadow: 0 1px 3px rgba(0,0,0,0.3);
		margin: 0 1%;
	}
	.home_twitter_bnr a,
	.home_facebook_bnr a{
		display: inline-block;
		color: #fff;
		text-align: center;
		line-height: 1.4em;
		text-decoration: none;
		font-size: 14px;
		padding: 5px 2%;
	}
	.home_twitter_bnr{
		background: #55acee;
		border-radius: 5px;
	}
	.home_facebook_bnr{
		background: #3B5998;
		border-radius: 5px;
	}
	.home_movie{
		width: 100%;
		padding: 30px 2.5% 30px;
	}
	.home_movie_ul{
		max-width: 1600px;
		margin: 0 auto;
	}
	.home_movie_ul li{
		float: left;
		width: 48%;
		margin: 0 1% 10px;
	}
	.home_movie_ul h3{
		color: #fff;
		text-align: center;
		font-size: 10px;
		line-height: 1.4em;
	}
	.home_dvd{
		width: 95%;
	}

	.home_info{
		width: 100%;
		padding: 40px 2.5% 20px;
	}
	.home_info h2{
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		letter-spacing: .2em;
		margin-bottom: 20px;
	}
	.home_info_ul li .txt{
		font-size: 10px;
	}
}


/*	オイスターズとは
----------------------------------------------------*/
.about_txt{
	margin-bottom: 120px;
}
.about_txt > p{
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: 0.09em;
	margin-bottom: 20px;
}
.about_prize{
	margin-bottom: 120px;
}
.about_prize h2,
.about_movie h2{
	color: #1e352b;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: .1em;
	margin-bottom: 20px;
}
.about_prize h2 img,
.about_movie h2 img{
	padding: 0 2px;
}
.about_prize_name{
	font-weight: bold;
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #1e352b;
	margin-bottom: 10px;
}
.about_prize ul{
	padding-left: 1em;
	margin-bottom: 30px;
}
.about_prize li{
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 5px;
}
.about_movie{
	margin-bottom: 30px;
}
.about_movie_ul{
	margin: 0 auto;
}
.about_movie_ul li{
		float: left;
		width: 48%;
		margin: 0 1% 10px;
	}
.about_movie_ul li:first-child{
	margin-left: 1%;
}
.about_movie_ul figure{
	text-align: center;
	margin-bottom: 5px;
}
.about_movie_ul h3{
	text-align: center;
	font-size: 14px;
	line-height: 1.4em;
}

/*	history
----------------------------------------------------*/
.historymenu {
	color: #615f4e;
	font-size: 13px;
	text-align: center;
}
.historymenu > h2 {
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 12px;
}
.historymenu > .historymenu_ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: 1px solid #dddddd;
	padding: 0 10px;
	margin-bottom: 20px;
}
.historymenu > .historymenu_ul li{
	margin: 0 10px;
}
.historymenu > .historymenu_ul h3{
	font-size: .9rem;
	margin-bottom: 4px;
}
.historymenu > .historymenu_ul p{
	max-width: 70px;
	margin: 0 auto 10px;
	border: 1px solid #dddddd;
}
.historymenu > .historymenu_ul p a:hover{
	opacity: 0.65;
	filter: alpha(opacity=65);
	/*ie6 7*/
	-ms-filter: "alpha(opacity=65)";
}

/*	next
----------------------------------------------------*/
.next_title {
	text-align: center;
	margin: 10px 0 40px;
}
.next_title .kanmuri{
	vertical-align: top;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
.next_title .kanmuri img{
	padding-right: 5px;
}
.next_title h2{
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: .1em;
}
.next_title h1{
	font-size: 46px;
	font-weight: bold;
	letter-spacing: .2em;
	margin-bottom: 10px;
}
.next_title .sakuen{
	font-size: 20px;
	letter-spacing: .1em;
}
.next_title .catchcopy{
	margin-top: 10px;
	font-size: 20px;
	font-weight:bold;
	line-height: 1.2em;
}
.next_about .tourlink{
	margin: 0 auto 30px;
	text-align: center;
}
.next_about .tourlink li{
	display:inline-block;
	margin:0 5px 10px;
}
.next_about .tourlink li .fa{
	margin-right: 3px;
	font-size:14px;
}
.next_about .tourlink a,
.next_about .tourlink a:visited{
	display:inline-block;
	width:auto;
	color: #fff;
	font-size:16px;
	font-weight:bold;
	letter-spacing:.1em;
	background:#F90;
	text-decoration:none;
	padding:10px 20px;
	border-radius:5px;
	box-shadow:0 1px 2px rgba(0,0,0,0.3);
}
.next_about .tourlink .end a{
	background:#ccc;
}
.next_about .tourlink a:hover{
	color: #fff;
	background: #1e352b;
}
.next_about .news{
	margin-bottom: 30px;
}
.next_about .news li{
	text-align: center;
	font-size: 14px;
	letter-spacing: .06em;
	margin-bottom: 15px;
	line-height: 1.2rem;
}
.next_about .kikaku{
	padding:10px;
	border:2px dotted #c00;
	margin:35px 10% 0;
}
.next_about .kikaku h3{
	font-size:20px;
	line-height: 1.4em;
}
.next_about .kikaku h2{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#C00;
	line-height: 1.4em;
}
.next_about .kikaku_txt{
	font-size:18px;
	line-height: 1.4em;
}
.next_about .chirashi{
	text-align:center;
	margin-bottom: 30px;
}
.next_about .chirashi a{
	display:inline-block;
	margin: 0 15px 10px;
}
.next_about .chirashi > .txt{
	max-width: 650px;
	margin: 30px auto 0;
	text-align: left;
	font-size: 13px;
	line-height: 1.7em;
	letter-spacing: .09em;
}
.next_about .title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}
.next_about .actor{
	max-width: 650px;
	font-size: 14px;
	letter-spacing: .06em;
	margin: 20px auto;
}
.next_about .actor h2{
	font-size: 16px;
	letter-spacing: .1em;
	border-bottom: 1px solid #1e352b;
	margin-bottom: 10px;
}
.next_about .actor h2 small{
	font-size: 0.8rem;
}
.next_about .actor .arasuji{
	font-size: 0.8rem;
	line-height: 1.4;
	margin-bottom: 10px;
}
.next_about .actor ul{
	margin-bottom: 20px;
}
.next_about .actor li{
	line-height: 1.4em;
	float: left;
	margin-right: 30px;
	display: inline-block;
}
.next_about .actor li.block{
	float: none;
	display: block;
}
.next_tour > h2{
	color: #DDE1C1;
	background: #1e352b;
	font-size: 24px;
	letter-spacing: .1em;
	line-height: 1em;
	padding: 7px 20px;
	margin-bottom: 16px;
	border-radius: 30px;
}
.next_tour > h3{
	color: #1e352b;
	border-left: 3px solid #1e352b;
	padding-left: 5px;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 20px 10px;
}
.next_tour h4{
	color: #1e352b;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 10px 0 5px;
}
.next_tour > ul,
.next_tour > dl,
.next_tour > .txt{
	margin:0 30px 10px;
}
.next_tour ul li,
.next_tour dl dt,
.next_tour dl dd{
	font-size: 15px;
	line-height: 1.4em;
}
.next_tour > ul li{
	margin-bottom:2px;
	word-wrap: break-word;
	line-height: 1.4em;
}
.next_tour > dl > dd{
	padding-left:1em;
}
.next_tour .indent{
	padding: 0 30px 10px 2em;
}
.next_tour .indent >.txt,
.next_tour .indent > ul{
	padding-left:1em;
	margin-bottom: 10px;
	line-height: 1.2em;
}
.next_tour .notice {
	margin-top: 5px;
}
.next_tour .notice li{
	font-size: 13px;
	color: #5d5d5d;
	padding-left: 1em;
	text-indent: -1em;
}
.next_tour .access_map{
	padding: 0 20px;
}
.next_tour .gmap{
	width: 100%;
	height: 380px;
	border: none;
}
.next_tour .timetable{
	margin: 0 30px 10px;
	overflow-x: auto;
}
.next_tour .timetable tbody{
	width: auto;
	white-space: nowrap;
}
.next_tour .timetable th,
.next_tour .timetable td{
	border: 1px solid #1e352b;
	padding: 3px 5px;
	font-size: .9rem;
}
.next_tour .timetable th{
	background: #f9f9f9;
}
.next_tour .timetable td{
	text-align: center;

}
.orikomi_txt{
	line-height: 1.2em;
	padding: 0 20px;
}

/* 臨時 */
.next_tour .hajiwari{
	background: #019a9b;
	padding: 5px;
	border-radius: 5px;
}
.sakuhin_staff{
	clear: left;
	padding: 0 20px;
}
.sakuhin_staff h4{
	font-weight: bold;
}
.sakuhin_staff ul{
	padding: 0 10px;
}
.next_tour .contact p,
.next_tour .contact ul{
	padding: 0 20px;
}
.next_tour .contact_yoyaku{
	margin-bottom: 10px;
}
.next_tour .genericon::before,
.next_tour .continue::before{
	font-size: 10px;
	vertical-align: baseline;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}
.next_tour .social_icons {
	margin: 10px auto;
	text-align: center;
}
.next_tour .social_icons li{
	display: inline-block;
	margin: 12px;
	line-height: 1em;
}
.next_tour .social_icons a{
	text-decoration: none;
}
.next_tour .social_icons .genericon::before {
	font-size: 24px;
	letter-spacing: 0;
}
.next_tour .social_icons .genericon:hover{
	opacity: 0.65;
	filter: alpha(opacity=65);
	/*ie6 7*/
	-ms-filter: "alpha(opacity=65)";
}
.next_tour .genericon-twitter::before{
	color: #55acee
}
.next_tour .genericon-facebook::before{
	color: #3b5999;
}
.next_tour .return{
	text-align: center;
}
.next_tour .return {
	text-align: center;
	margin-top: 50px;
}
.next_tour .return a{
	vertical-align: top;
}
.next_tour .return img{
	padding-right: 5px;
}


/* スマホ */
@media screen and (max-width: 640px) {
	.next_title h2 span{
		display: block;
	}
	.next_title h1{
		font-size: 40px;
	}
	.next_about .kikaku {
		font-size: 12px;
		text-align: left;
		margin: 35px 2% 0;
	}
	.next_about .kikaku h3{
	font-size:16px;
	}
	.next_about .kikaku h2{
		text-align:left;
		font-size:18px;
	}
	.next_about .chirashi >.txt{
		padding: 0 2%;
	}
	.next_about .actor{
		font-size: 16px;
	}
	.next_tour .kikaku_txt{
		font-size:12px;
	}
	.next_tour .gmap{
		height: 300px;
		border: none;
	}
	.next_tour .sakuhin{
		float: none;
		width: 98%;
	}
	.next_tour > h2{
		font-size: 18px;
	}
	.next_tour .timetable th,
	.next_tour .timetable td{
		font-size: .5rem;
	}
}



/*	チケット
----------------------------------------------------*/
#ticketframe{
	width: 100%;
}

/*	メンバー
----------------------------------------------------*/
.member .box_01{
	padding: 0;
}
.member_ul li{
	float: left;
}
.member_ul li a{
	position: relative;
	display: block;
	color: #373737;
}
.member_ul li a > .name{
	position: absolute;
	left: 10px;
	bottom: 5px;
	padding: 3px 0 0 4px;
	border-left: 4px solid #1E352B;
}
.member_ul li a > .name .name_jp{
	letter-spacing: .12em;
	text-shadow: 0 1px 0 #fff,1px 0 0 #fff,0 -1px 0 #fff,-1px 0 0 #fff,1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
}
.member_ul li a > .name .name_en{
	padding-top: 2px;
	font-family: 'Passion One', cursive;
	text-shadow: 0 1px 0 #fff,1px 0 0 #fff,0 -1px 0 #fff,-1px 0 0 #fff,1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
}
@media screen and (max-width: 640px) {
	.member_ul li{
		width: 50%;
	}
}

/*	メンバー詳細
----------------------------------------------------*/
.profile_mainfig{
	float: left;
	width: 49%;
	margin: 0 3% 40px 0;
}
.profile_content{
	float: left;
	width: 48%;
}
.profile_content .h_name{
	padding: 0 0 5px 25px;
	margin: 0 0 10px;
	background: url(../images/ico_mark.png) no-repeat left top;
	color: #1e3521;
	font-size: 24px;
	letter-spacing: .12em;
	border-bottom: 2px solid;
	font-weight: bold;
}
.profile_content .h_name > span{
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	font-family: 'Passion One', cursive;
	letter-spacing: 0em;
}
.profile_content .position{
	margin: 0 0 30px;
	font-size: 16px;
	letter-spacing: .06em;
}
.profile_txt{
	margin-bottom: 40px;
	font-size: 14px;
	letter-spacing: .06em;
	line-height: 1.5em;
}
.career_txt{
	clear: both;
	margin: 40px 0;
}
.career_txt h3{
	margin: 0 0 10px;
	font-weight: bold;
	letter-spacing: .06em;
}
.career_table{
	width: 100%;
}
.career_table th,
.career_table td{
	padding: 5px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	line-height: 1.5em;
}
.career_table th{
	width: 60px;
}
.career_table td{
	letter-spacing: .06em;
}
.profile_figs li{
	float: left;
	width: 129px;
	height: 90px;
}
.return{
	clear: both;
	text-align: center;
	margin: 40px 0;
}

@media screen and (max-width: 640px) {
	.profile_mainfig{
		float: none;
		width: 80%;
		margin: 0 auto 40px;
		text-align: center;
	}
	.profile_content{
		float: none;
		width: 100%;
	}
	.profile_figs li{
		width: 33%;
		height: auto;;
	}
}



/*	ヒストリー
----------------------------------------------------*/
.history .box_02{
	width: 1000px;
	min-height: 980px;
}
.history_menu_frame{
	width: 25%;
	min-height: 980px;
}
.history_main_frame{
	width: 70%;
	min-height: 980px;

}

/*	SHOP
----------------------------------------------------*/
.shop .box_01{
	width: 960px;
}
.shop h2{
	font-size: 20px;
	font-weight: bold;
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #ccc;
	margin-bottom: 20px;
}
.shop_dvd{
	margin-bottom: 40px;
}
.shop_dvd .bnr_tsutaya{
	margin: 0 auto 20px;
}
.shop_dvd  h3{
	color: #1e352b;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.shop_dvd_link li{
	line-height: 1.4em;
	margin-bottom: 10px;
}
.shop_dvd_info{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px 2%;
}
.shop_dvd_info p{
	line-height: 1.4em;
	font-size: 14px;
	margin-bottom: 10px;
}
.shop_scenario_info{
	background: #e0e6c4;
	border-radius: 5px;
	padding: 20px 2% 10px;
	margin: 10px auto;
}
.shop_scenario_info h3{
	color: #1e352b;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
.shop_scenario_info p{
	font-size: 15px;
	line-height: 1.4em;
	letter-spacing: .09em;
	margin-bottom: 20px;
}
.shop_scenario_info .small{
	font-size: 13px;
	line-height: 1.2em;
}
.shoutori{
	font-size: 14px;
}
.shop_table{
	width: 100%;
	border: 1px solid #ccc;
	margin: 20px 0;
}
.shop_table td{
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 2%;
}




/*	お問い合わせ
----------------------------------------------------*/
.contact_txt{
	margin-bottom: 40px;
}
.contact_txt > p{
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: 0.09em;
	margin-bottom: 20px;
	word-wrap: break-word;
}


/* PC */
@media screen and (min-width: 640px) and (max-width: 900px) {

}

