@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

.sp {}
.pc {display:none;}

body {
	font-size: 15px;
}

/*--ヘッダー--*/

header {
	width: 100%;
	height: auto;
	min-height: 60px;
	transition: all .5s;
	text-align: left;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}

.header-area {
	width:100%;
	height: auto;
	float: left;
}

.logo {
	width: auto;
	height: auto;
	position: absolute;
	left: 20px;
	top: 20px;
}

.logo img {
	width: 180px;
}

.manu {
	width: auto;
	height: auto;
	position: absolute;
	right: 100px;
	top: 50px;
	display: none;
	
}

.manu li {
	width: auto;
	height: auto;
	float: left;
	margin: 0 15px;
	cursor: pointer;
}

.manu li.manu-no a:hover {
	color: #777777;
}

.manu li a {
	color: #ffffff;
	font-weight: bold;
	height: auto;
	box-sizing: border-box;
	display: block;
}

.sub_manu {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1300;
}

.sub_manu a {
	width: 50%;
	height: auto;
	float: left;
	position: relative;
	background: #333333;
	padding: 15px 0;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 1em;
}

.sub_manu a:nth-child(1),
.sub_manu a:nth-child(3) {
	border-right: 1px solid #999999;
}

.sub_manu a:nth-child(1),
.sub_manu a:nth-child(2) {
	border-bottom: 1px solid #999999;
}

.sub_manu a .icon01 {
	background: url("../Images/icon01.png") center center no-repeat;
	width: 14px;
	height: 18px;
	left: 18px;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.sub_manu a .icon02 {
	background: url("../Images/icon02.png") center center no-repeat;
	width: 25px;
	height: 20px;
	left: 12px;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.sub_manu a .icon03 {
	background: url("../Images/icon03.png") center center no-repeat;
	width: 8px;
	height: 11px;
	right: 15px;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.scrollmark {
	background: url("../Images/icon04.png") center center no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	display: none;
}

.change-color {
	background: rgba(0,0,0,0.5)
}

.change-color .logo {
	width: auto;
	height: auto;
	position: absolute;
	left: 20px;
	top: 10px;
}

.change-color .manu {
	width: auto;
	height: auto;
	position: absolute;
	right: 100px;
	top: 20px;
	
}

/*--ヘッダー　ここまで--*/

/*--メインイメージ--*/

.main-img {
	width: 100%;
	/* height: auto; */
	/* float: left; */
	position: relative;
	height: 100vh;
}

.mainimg {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	background-size: cover;
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mainimg_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../Images/bg.png") center center repeat;
}

.main-img-h {
	height: 0;
	display: none;
	
} 

.main-img-text {
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit- transform: translateX(-50%) translateY(-50%);
	box-sizing: border-box;
}

.main-img-text img {vertical-align: middle; width: 300px;}

.mainimg02 {
	width: 569px;
	height: 116px;
}

/*--メインイメージ　ここまで--*/

/*--SNS--*/
.section01 {
	width: 100%;
	height: auto;
	float: left;
	padding: 30px 0;
	position: relative;
	display: none;
}

.section01_area {
	width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.SNS {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.SNS a {
	width: auto;
	height: auto;
	float: left;
}

.SNS_Title {
	width: 490px;
	height: 60px;
	float: right;
	position: relative;
	background: #333333;
	color: #ffffff;
	box-sizing: border-box;
	padding: 18px 50px 18px 120px;
	text-align: left;
}

.SNS_Title .line {
	width: 100px;
	height: 1px;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.SNS_bg {
	width: 30%;
	height: 60px;
	background: #333333;
	position: absolute;
	right: 0;
	top: 30px;
}

/*--SNS　ここまで--*/


/*--ニュース・イベント--*/

.section02 {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.section02_area {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}


.news {
	width: 100%;
	height: auto;
	float: left;
}

.news_title {
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 60px;
	box-sizing: border-box;
	position: relative;
}

.news_title i {
	background: url("../Images/icon05.png") center center no-repeat;
	width: 43px;
	height: 43px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.tab-group{
	width: 100%;
	height: auto;
	float: right;
	margin-top: 13px;
}
.tab{
	width: 33.3%;
	float: left;
	padding:5px;
	box-sizing: border-box;
	text-align:center;
	font-weight: bold;
	cursor:pointer;
}
.panel-group{
	width: 100%;
	float: left;
	height:auto;
	margin-top: 30px;
}
.panel{
  display:none;
}
.tab.is-active{
	border-bottom: 2px solid #333333;
}
.panel.is-show{
  display:block;
}

.news_list {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #333333;
	padding: 15px 0;
	box-sizing: border-box;
	position: relative;
	font-size: 0.9em;
}

.news_list .time {
	width: 100%;
	float: left;
	text-align: left;
}

.news_list .text {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	box-sizing: border-box;
	font-weight: bold;
	text-align: left;
}

.news_list a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_link {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0 40px;
	margin-top: 30px;
}

.news_link a {
	background: #333333;
	color: #ffffff;
	padding: 15px 0;
	width: 100%;
	height: auto;
	float: left;
	font-size: 0.9em;
}

.news_link a:hover {
	opacity: 0.5;
}

.event {
	width: 100%;
	height: auto;
	float: right;
	position: relative;
}

.event_title {
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 60px;
	box-sizing: border-box;
	position: relative;
}

.event_title i {
	background: url("../Images/icon06.png") center center no-repeat;
	width: 40px;
	height: 43px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.event_subtext {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	z-index: 100;
}

.event_slide {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.slider {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #333333;
	text-align: left;
}

.slider img {
	width: 100%;
	vertical-align: middle;
	margin-bottom: 20px;
}

.slider a {
	color: #000000;
}

.slider .slick-next {
	position: absolute;
	top: -100px;
	background: url("../Images/yahirushi01.png") center center no-repeat #333333;
	border: none;
	right: 0;
	text-indent:9999px;
	white-space:nowrap;
	overflow:hidden;
	width: 40px;
	height: 40px;
}

.slider .slick-prev {
	position: absolute;
	top: -100px;
	background: url("../Images/yahirushi02.png") center center no-repeat #333333;
	border: none;
	right: 55px;
	text-indent:9999px;
	white-space:nowrap;
	overflow:hidden;
	width: 40px;
	height: 40px;
}

.slider__line {
	width: 1px;
	height: 42px;
	background: #999999;
	position: absolute;
	bottom: -60px;
	right: 60px;
	display: none;
}

.slider__link {
	width: auto;
	height: auto;
	float: right;
	margin-right: 140px;
	margin-top: 30px;
	padding-right: 20px;
	border-right: 1px solid #999999;
	margin-bottom: 30px;
	display: none;
}

.slider__link a {
	font-weight: bold;
	text-decoration: underline;
}

.section03 {
	width: 100%;
	height: auto;
	float: left;
	background: #f0f0ef;
	position: relative;
	margin-top: 50px;
	padding: 30px 0;
}

.section03_area {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.movie_title {
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	padding: 13px 0 13px 60px;
	box-sizing: border-box;
	position: relative;
}

.movie_title i {
	background: url("../Images/icon07.png") center center no-repeat;
	width: 41px;
	height: 45px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.movie_title span {
	font-size: 0.7em;
	margin-left: 20px;
}

.movie {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.slider2 {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.slider2 li {
	box-sizing: border-box;
	padding: 0 5px;
	text-align: left;
}

.slider2 .slick-dots li,
.slider2 .slick-dots li.slick-active {
	width: 12px;
	height :12px;
	margin: 10px;
}

.slider2 iframe {
	width: 100%;
	margin-bottom: 5px;
}

.slider2 .text {
	width: 100%;
	height: auto;
	float: left;
	font-size: 0.8em;
}

.slider2 .sub {
	width: 100%;
	height: auto;
	float: left;
	font-size: 0.6em;
	color: #999;
}

.slider2 .slick-next {
	position: absolute;
	top: -98px;
	background: url("../Images/icon09.png") center center no-repeat #ffffff;
	border: 1px solid #333333;
	box-sizing: border-box;
	right: 0;
	text-indent:9999px;
	white-space:nowrap;
	overflow:hidden;
	width: 40px;
	height: 40px;
}

.slider2 .slick-prev {
	position: absolute;
	top: -98px;
	background: url("../Images/icon08.png") center center no-repeat #ffffff;
	border: 1px solid #333333;
	box-sizing: border-box;
	right: 55px;
	text-indent:9999px;
	white-space:nowrap;
	overflow:hidden;
	width: 40px;
	height: 40px;
}

.slider2_link {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 40px;
	box-sizing: border-box;
	margin-top: 20px;
}

.slider2_link a {
	background: #333333;
	color: #ffffff;
	padding: 15px 0;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	float: left;
	font-size: 0.9em;
}

.slider2_link a:hover {
	opacity: 0.5;
}

.sp_w {
	width: 35px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sp_w_bg {
	width: 98%;
	height: 250px;
	background: #eeeeee;
	position: absolute;
	right: 0;
	top: 0;
}

.sp_w_bg2 {
	width: 98%;
	height: 250px;
	background: #eeeeee;
	position: absolute;
	right: 0;
	bottom: 110px;
}

.sp_w_bg3 {
	width: 98%;
	height: 250px;
	background: #eeeeee;
	position: absolute;
	right: 0;
	top: 55px;
}

.section04 {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 30px 0;
	position: relative;
}

.section04_area {
	width: 	100%;
	height: auto;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.program_title {
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	padding: 13px 0 13px 60px;
	box-sizing: border-box;
	position: relative;
}

.program_title i {
	background: url("../Images/icon10.png") center center no-repeat;
	width: 43px;
	height: 39px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.program_title span {
	font-size: 0.7em;
	margin-left: 20px;
}

.program_box {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
}

.program_box li {
	width: 32%;
	height: auto;
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
	text-align: left;
}

.program_box li:nth-child(3) {
	margin-right: 0;
}

.program_box li img {
	width: 100%;
	margin-bottom: 10px;
	vertical-align: middle;
}

.program_box li .title {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 0.8em;
}

.program_box li .text {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
	font-size: 0.6em;
}

.program_box .slick-next {
	position: absolute;
	top: -125px;
	background: url("../Images/icon09.png") center center no-repeat #ffffff;
	border: 1px solid #333333;
	box-sizing: border-box;
	right: 0;
	text-indent:9999px;
	white-space:nowrap;
	overflow:hidden;
	width: 40px;
	height: 40px;
}

.program_box .slick-prev {
	position: absolute;
	top: -125px;
	background: url("../Images/icon08.png") center center no-repeat #ffffff;
	border: 1px solid #333333;
	box-sizing: border-box;
	right: 55px;
	text-indent:9999px;
	white-space:nowrap;
	overflow:hidden;
	width: 40px;
	height: 40px;
}

.program_link {
	width: 300px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.program_link a {
	background: #333333;
	color: #ffffff;
	padding: 15px 0;
	width: 100%;
	height: auto;
	float: left;
	font-size: 0.9em;
}

.program_link a:hover {
	opacity: 0.5;
}


.section05 {
	width: 100%;
	height: auto;
	float: left;
	padding: 30px 0;
	position: relative;
	background: #f0efeb;
	margin-top: 50px;
}

.section05_area {
	width: 100%;
	height: auto;
	float: left;
}

.section05_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #f0efeb;
	z-index: 1;
}

.original_title {
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	padding: 13px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	text-align: center;
}

.original_title i {
	background: url(../Images/icon22.png) center center no-repeat;
	width: 43px;
	height: 39px;
	margin-right: 13px;
	display: inline-block;
	top: 5px;
	position: relative;
}

.original_subtitle {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}

.original_box {
	width: 90%;
	height: auto;
	float: left;
	margin: 0 5%;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}

.slider3 {
	width: 100%;
	height: auto;
	float: left;
}

.slider3 li {
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.slider3 .slick-dots li,
.slider3 .slick-dots li.slick-active {
	width: 12px;
	height :12px;
	margin: 10px;
}

.slider3 li img {
	vertical-align: middle;
	width: 100%;
}

.section06 {
	width: 100%;
	height: auto;
	float: left;
	padding: 30px 0;
	position: relative;
	margin-top: 30px;
}

.section06_area {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.SNS__left {
	width: 50%;
	height: auto;
	float: left;
	border-right: 1px solid #333333;
	box-sizing: border-box;
	padding: 0 50px;
}

.SNS__left.pc {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 50px;
    padding: 0;
    border-right: none;
}

.SNS__right {
	width: 50%;
	height: auto;
	float: right;
	box-sizing: border-box;
	padding: 0 50px;
}

.SNS_sp {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 40px;
}

.SNS_sp a {
	width: 25%;
	height: auto;
	float: left;
}

.SNS_sp a img {
	vertical-align: middle;
	width: 100%;
}

.facebook_title {
	width: 100%;
	height: auto;
	float: left;
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 25px;
}

.facebook_area {
	width: 100%;
	height: auto;
	float: left;
}

.section07 {
	width: 100%;
	height: auto;
	float: left;
	padding: 30px 0;
	position: relative;
	margin-top: 30px;
}

.section07_area {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.banner_box {
	width: 100%;
	height: auto;
	float: left;
}

.slider4 {
	width: 100%;
	height: auto;
	float: left;
}

.slider4 li {
	width: 33.3%;
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.slider4 .slick-dots li,
.slider4 .slick-dots li.slick-active {
	width: 12px;
	height :12px;
	margin: 10px;
}

.slider4 li img {
	width: 100%;
	vertical-align: middle;
}

footer {
	width: 100%;
	height: auto;
	background: #000000;
	padding: 60px 0;
}

.footer_area {
	width: 100%;
	height: auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.footer_logo {
	width: 100%;
	height: auto;
	padding: 30px 0;
	text-align: center;
}

.footer_logo img {
	width: 220px;
}

.footer_list {
	width: 20%;
	height: auto;
	margin-right: 2%;
	text-align: left;
	display: none;
}

.footer_list:nth-child(3) {
	margin-right: 0;
}

.list_a {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0 0 0 30px;
	margin-bottom: 20px;
	position: relative;
}

.list_a i {
	background: url("../Images/footer_line.png") center center no-repeat;
	width: 20px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 12px;
}

.list_a a {
	color: #ffffff;
	font-size: 0.9em;
}

.list_a a:hover {
	opacity: 0.5;
}

.list_b {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0 0 0 40px;
	margin-bottom: 5px;
	position: relative;
}

.list_b a {
	color: #ffffff;
	font-size: 0.8em;
}

.list_b a:hover {
	opacity: 0.5;
}

.footer_text {
	width: 100%;
	height: auto;
	text-align: left;
	color: #ffffff;
	font-size: 0.8em;
	margin-top: 50px;
}

.footer_text2 {
	width: 100%;
	height: auto;
	text-align: left;
	color: #ffffff;
	font-size: 0.7em;
	margin-top: 10px;
}


/*------------------------ドロワーメニュー------------------------*/

nav {
	width:100%;
	height:100%;
	min-height:120px;
	box-sizing:border-box;
	padding:0;
	position:fixed;
	display:none;
	top:0;
	left:0;
	z-index:14000;
	background: #ffffff;
}

.nav_LEFT {
	width: 50%;
	height: 100%;
	float: left;
	background: url("../Images/tokimaru.png") center center no-repeat;
	background-size: cover;
	display: none;
}

.nav_RIGHT {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 90px 30px 30px 30px;
	text-align: left;
}

.nav_kensaku {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 30px;
	position: relative;
}

.nav_kensaku i {
	background: url("../Images/icon13.png") center center no-repeat;
	width: 21px;
	height: 21px;
	position: absolute;
	right: 0;
	top: 0;
}

.kensaku {
	box-sizing: border-box;
	padding: 3px 40px 3px 15px;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #333333;
	border-left: none;
	border-right: none;
	border-top: none;
	padding-left: 40px;
}

.nav_list {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
}

.nav_list li {
	width: 100%;
	height: auto;
	float: left;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
}

.nav_list2 {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.nav_list2 li {
	width: 100%;
	height: auto;
	float: left;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 5px;
}

.nav_SNS {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 30px;
}

.nav_SNS a {
	margin-right: 15px;
}

.nav_link {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

.nav_link_left {
	width: 48%;
	height: auto;
	float: left;
	border-top: 2px solid #333333;
	position: relative;
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
}

.nav_link_left i {
	background: url("../Images/icon18.png") center center no-repeat;
	width: 15px;
	height: 16px;
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

.nav_link_right {
	width: 48%;
	height: auto;
	float: right;
	border-top: 2px solid #333333;
	position: relative;
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
}

.nav_link_right i {
	background: url("../Images/icon19.png") center center no-repeat;
	width: 26px;
	height: 20px;
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}


#navToggle {
    position:fixed; /*bodyに対しての絶対位置指定です*/
    right:20px;
    top:20px;
    width:17px;
    height:20px;
    cursor:pointer;
	z-index:15000;
	padding:10px 15px 15px 15px;
	}
#navToggle div {position:relative} /*spanの絶対位置指定の親にします*/
#navToggle span {
    display:block;
    position:absolute; /*#navToggle div に対して*/
    width:100%;
    border-bottom:solid 3px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out}
#navToggle span:nth-child(1) {top:0}
#navToggle span:nth-child(2) {top:6px}
#navToggle span:nth-child(3) {top:13px}

.openNav #navToggle span:nth-child(1) {
    top: 11px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
	border-bottom:solid 3px #000000;
	}
.openNav #navToggle span:nth-child(2){
    top: 11px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
	border-bottom:solid 3px #000000;
	}

.openNav #navToggle span:nth-child(3) {
    top: 11px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
	border-bottom:solid 3px #000000;
	}

.openNav nav {
	display:block !important;
}

.change-color #navToggle {
	top:10px;
}

.sec__line_BG {
	width: 100%;
	height: auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.sec__line {
	width: 100%;
	height: 1px;
	float: left;
	background: #cccccc;
	position: relative;
	margin: 50px 0;
}


.sec__line i {
	background: url("../Images/sp/wa.png") center center no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit- transform: translateX(-50%) translateY(-50%);
}

/*--内部ページ--*/

.temp .logo {
	width: auto;
	height: auto;
	position: absolute;
	left: 20px;
	top: 15px;
}

.temp .manu {
	width: auto;
	height: auto;
	position: absolute;
	right: 100px;
	top: 50px;
	
}

.change-color.temp .logo {
	top: 5px !important;
	left: 20px !important;
}

.temp .manu li {
	width: auto;
	height: auto;
	float: left;
	margin: 0 15px;
	cursor: pointer;
}

.temp .manu li.manu-no a:hover {
	color: #666666;
}

.temp .manu li a {
	color: #000000;
	font-weight: bold;
	height: auto;
	box-sizing: border-box;
	display: block;
}

.temp #navToggle span {
    border-bottom:solid 3px #000;
}

.temp.change-color {
	background: rgba(255,255,255,0.8)
}

.temp.change-color .logo {
	width: auto;
	height: auto;
	position: absolute;
	left: 50px;
	top: 20px;
}

.temp.change-color .manu {
	width: auto;
	height: auto;
	position: absolute;
	right: 100px;
	top: 20px;
}

.temp_main img {
	max-width: 100%;
	height: auto;
}

.temp_main_bg01 {
	background: url("../Images/InPage/ana/sp01.jpg") center center no-repeat;
	background-size: cover;
}

.temp_main_bg02 {
	background: url("../Images/InPage/ana/sp02.jpg") center center no-repeat;
	background-size: cover;
}

.temp_main_bg03 {
	background: url("../Images/InPage/ana/sp03.jpg") center center no-repeat;
	background-size: cover;
}

.temp_main_bg04 {
	background: url("../Images/InPage/ana/sp04.jpg") center center no-repeat;
	background-size: cover;
}

.temp_main_bg05 {
	background: url("../Images/InPage/ana/sp05.jpg") center center no-repeat;
	background-size: cover;
}

.temp_main_bg06 {
	background: url("../Images/InPage/ana/sp06.jpg") center center no-repeat;
	background-size: cover;
}

.temp_main_bg07 {
	background: url("../Images/InPage/ana/sp07.jpg") center center no-repeat;
	background-size: cover;
}

.temp_main_bg08 {
	background: url("../Images/InPage/ana/sp08.jpg") center center no-repeat;
	background-size: cover;
}

.temp_main_bg09 {
	background: url("../Images/InPage/ana/sp09.jpg") center center no-repeat;
	background-size: cover;
}

.temp_main_bg10 {
	background: url("../Images/InPage/ana/sp10.jpg") center center no-repeat;
	background-size: cover;
}

.temp_return {
	width: 100%;
	height: auto;
	position: absolute;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	left: 0;
	bottom: 0;
	border-top: 1px solid #333333;
	text-align: center;
	font-size: 0.8em;
	background: rgba(255,255,255,0.75);
	padding: 10px;
}

.temp_main {
	width: 100%;
	height: auto;
	/* float: left; */
	padding: 30px 0;
	position: relative;
}

.temp_main_area {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.temp_main_area img {
	max-width: 100%;
	height: auto;
}

.temp_right {
	width: 100%;
	height: auto;
	float: right;
	text-align: left;
}

.temp_sub_box {
	width: 100%;
	height: auto;
	float: left;
	border-top: 1px solid #000000;
	padding: 10px 0 0 0;
	box-sizing: border-box;
	position: relative;
}

.temp_sub_title {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}

.temp_sub_list {
	width: 100%;
	height: auto;
	float: left;
}

.temp_sub_list li {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.temp_sub_list li a {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	padding: 0 0 0 130px;
	box-sizing: border-box;
	font-size: 0.8em;
}

.temp_sub_list li a span {
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	color: #999999;
}

.temp_sub_list2 {
	width: 100%;
	height: auto;
	float: left;
}

.temp_sub_list2 li {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.temp_sub_list2 li a {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	box-sizing: border-box;
	font-size: 0.8em;
}

.temp_left {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
}

.temp_title {
	width: 100%;
	height: auto;
	float: left;
	font-size: 2.4em;
	font-weight: bold;
	margin-bottom: 20px;
}

.temp_in_box {
	width: 100%;
}

.flex_box {
	width: 100%;
	border-bottom: 1px solid #000000;
	padding: 20px 0;
	box-sizing: border-box;
}

.flex_box2 {
	width: 100%;
	border-bottom: 1px solid #000000;
	padding: 20px 0;
	box-sizing: border-box;
}

.flex_box2:nth-child(2) {
	border-bottom: none;
}

.temp_in_title {
	color: #999999;
	font-weight: bold;
	margin-bottom: 10px;
}

.photo_base {
	width: 100%;
	height: auto;
	display: flex;
	margin-bottom: 30px;
}

.photo_base p {
	width: 25%;
}

.photo_base p img {
	width: 100%;
}

/*--内部2パターン--*/

.pt2_title_area {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 100px;
}

.pt2_title_box {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.pt2_title_subtitle {
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
}

.pt2_title_title {
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 1.6em;
}

.pt2_sub__manu {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.pt2_sub__manu li {
	width: auto;
	min-width: 180px;
	float: left;
	margin-right: 15px;
	border-top: 1px solid #000000;
	padding-top: 15px;
	text-align: left;
	font-weight: bold;
}

.pt2_sub__manu li a:nth-child(2) {
	margin-left: 10px;
	font-size: 0.7em;
}

.pt2_sub__manu li a:nth-child(3) {
	margin-left: 10px;
	font-size: 0.7em;
}

.pt2_sub__manu li a:nth-child(4) {
	margin-left: 10px;
	font-size: 0.7em;
}

.pt2_sub__manu li a:nth-child(5) {
	margin-left: 10px;
	font-size: 0.7em;
}

.pt2_sub__manu li a:nth-child(6) {
	margin-left: 10px;
	font-size: 0.7em;
}

.sp_pd {
	margin-top: 10px;
}

.news__list {
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news__list div {
	width: 100%;
	text-align: left;
}

.news__list div a:hover {
	opacity: 0.5;
}

.news__list div a {
	display: block;
}

.news__list div .imgbox {
	width: 100%;
	margin-bottom: 20px;
}

.news__list div .imgbox img {
	width: 100%;
	vertical-align: middle;
}

.news__list div .title {
	width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	color: #000000;
}

.news__list div .time {
	width: 100%;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 0.8em;
	color: #000000;
}

.news__list div .text {
	width: 100%;
	margin-bottom: 30px;
	font-size: 0.8em;
	color: #999999;
}

.news__link__box {
	width: 100%;
}

.news__link__bottan {
	width: auto;
	float: right;
	background: #333333;
	margin-top: 17px;
}

.news__link__bottan p {
	width: auto;
	float: right;
}

.news__link__bottan a {
	padding: 10px 15px;
	box-sizing: border-box;
	display: block;
	position: relative;
}

.news__link__bottan a img {
	vertical-align: middle
}

.news__link__bottan a i {
	width: 1px;
	height: 25px;
	background: #666666;
	position: absolute;
	left: 0;
	top: 10px;
}


.news__list__link {
	width: auto;
	height: auto;
	float: right;
	margin-right: 20px;
	margin-top: 30px;
	padding-right: 20px;
	border-right: 1px solid #999999;
	margin-bottom: 30px;
}

.news__list__link a {
	font-weight: bold;
	text-decoration: underline;
}

/*--内部3パターン--*/

.news__page_area {
	width: 100%;
	height: auto;
	float: left;
	border-top: 1px solid #000000;
	text-align: left;
	padding: 20px 0 0 0;
}

.news__page_area .time {
	width: 100%;
	margin-bottom: 35px;
	font-weight: bold;
	font-size: 0.9em;
}

.news__page_area h3 {
	width: 100%;
	margin-bottom: 35px;
	font-weight: bold;
	font-size: 2em;
}

.news__page_area .box {
	width: 100%;
}

.news__page_movie {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.news__page_movie_bg {
	background: #f0efeb;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.news__page_movie_box {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.news__page_movie_inbox {
	width: 100%;
	padding: 25px 0;
}

.flex_box3 {
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
}

.worldnews__img {
	width: 100%;
}

.worldnews__title {
	width: 100%;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 15px;
	text-align: left;
}

.worldnews__time {
	width: 100%;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 15px;
	text-align: left;
}

.worldnews__text {
	width: 100%;
	font-size: 0.9em;
	text-align: left;
}

.worldnews_list {
	width: 100%;
}

.worldnews_list li {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 0.9em;
}

.worldnews_list li span {
	width: 100%;
	color: #999999;
	display: block;
}

.newsback_list {
	width: 100%;
	height: auto;
	float: left;
}

.newsback_list li {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.newsback_list li a {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	box-sizing: border-box;
	font-size: 0.8em;
}

.newsback_list li a span {
	width: 100%;
	display: block;
	color: #999999;
}

.tv__sub_title {
	width: 100%;
	text-align: left;
	font-size: 0.9em;
}

.tv__page_list {
	width: 100%;
	padding: 50px 0;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tv__page_list div {
	width: 100%;
	margin-bottom: 20px;
}

.tv__page_list div img {
	width: 100%;
}

.tv__page_list div .title {
	width: 100%;
	border-bottom: 1px solid #000000;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.tv__page_list div .subtext {
	width: 100%;
	text-align: right;
	color: #999999;
	font-size: 0.8em;
	margin-bottom: 15px;
}

.temp_sub_title2 {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
}

.temp_sub_title3 {
	width: 100%;
	border-top: 1px solid #000000;
	padding-top: 10px;
	text-align: left;
	font-weight: bold;
	clear: both;
}

.temp_in_box2 {
	width: 100%;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tv__page_list2 {
	width: 100%;
	padding: 50px 0;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tv__page_list2 div {
	width: 100%;
	margin-bottom: 20px;
}

.tv__page_list2 div img {
	width: 100%;
}

.tv__page_list2 div .title {
	width: 100%;
	border-bottom: 1px solid #000000;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.tv__page_list2 div .subtext {
	width: 100%;
	text-align: left;
	font-size: 0.8em;
	margin-bottom: 15px;
}

.TV_linkTitle {
	width: 290px;
	height: 60px;
	float: right;
	position: relative;
	background: #333333;
	color: #ffffff;
	box-sizing: border-box;
	padding: 18px 50px 18px 120px;
	text-align: left;
}

.TV_linkTitle .line {
	width: 100px;
	height: 1px;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.TV_linkTitle a {
	color: #ffffff;
}

.event_bg {
	background: #f0efeb;
}

.event__title {
	width: 100%;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 15px;
	text-align: left;
}

.event__text {
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
}

.event__text2 {
	width: 100%;
	text-align: left;
	border-top: 1px solid #cccbc8;
	font-size: 0.8em;
	padding-top: 15px;
}

.event__page_img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.event__page_img img {
	width: 100%;
}

.event__page_box {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

.event__page_text {
	text-align: left;
	padding: 0 20px;
}

event__page_text img {
	max-width: 100%;
	height: auto;
}

.event__page_title {
	width: 100%;
	font-size: 1.7em;
	font-weight: bold;
	text-align: left;
	line-height: 1.3em;
	margin-bottom: 40px;
}

.event__page_table {
	width: 100%;
	text-align: left;
}

.event__page_table th {
	width: 100%;
	display: block;
	color: #999999;
}

.event__page_table td {
	width: 100%;
	display: block;
	padding-bottom: 20px;
}

.event__page_bg {
	padding: 30px;
	box-sizing: border-box;
	background: #f0efeb;
	position: relative;
	z-index: 2;
}

.event__page_bg_r {
	width: 50%;
	height: 100%;
	background: #f0efeb;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	display: none;
}

.event__temp_main {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.event__link__box {
	width: 100%;
}

.event__link__bottan {
	width: auto;
	float: left;
	background: #333333;
	margin-top: 17px;
}

.event__link__bottan p {
	width: auto;
	float: right;
}

.event__link__bottan a {
	padding: 10px 15px;
	box-sizing: border-box;
	display: block;
	position: relative;
}

.event__link__bottan a img {
	vertical-align: middle
}


.event__list__link {
	width: auto;
	height: auto;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
	padding-left: 20px;
	border-left: 1px solid #999999;
	margin-bottom: 30px;
}

.event__list__link a {
	font-weight: bold;
	text-decoration: underline;
}

.announcer__list {
	width: 100%;
	position: relative;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.announcer__list .box {
	width: 100%;
	text-align: left;
	margin-bottom: 50px;
}

.announcer__list .box .title {
	width: 100%;
	font-size: 1.5em;
	font-weight: bold;
}

.announcer__list .box .subtitle {
	width: 100%;
	font-size: 0.8em;
	border-bottom: 1px solid #000000;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.announcer__list .box .imgbox {
	width: 100%;
	margin-bottom: 10px;
}

.announcer__list .box .imgbox img {
	width: 100%;
	vertical-align: middle;
}


.announcer__list .box .sns {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 80px;
	position: relative;
	font-size: 0.9em;
}

.announcer__list .box .sns span {
	width: 80px;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
}

.company_link {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0 40px;
	margin-top: 30px;
}

.company_link a {
	background: #333333;
	color: #ffffff;
	padding: 15px 0;
	width: 100%;
	height: auto;
	float: left;
	font-size: 0.9em;
}

.company_link a:hover {
	opacity: 0.5;
}

.temp__list {
	width: 100%;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.temp__list li {
	width: 100%;
	border-bottom: 1px dotted #333333;
	padding: 10px;
	box-sizing: border-box;
}


/*---会社概要---*/

.company_link_list {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 50px;
}

.company_link_list li {
	width: auto;
	float: left;
	margin-right: 18.5px;
}

.company_link_list li a {
	border-top: 2px solid #999999;
	color: #999999;
	padding-top: 20px;
	display: block;
}

.company_link_list li a:hover {
	opacity: 0.5;
}

.company_link_list li span {
	border-top: 2px solid #00a7eb;
	color: #00a7eb;
	padding-top: 20px;
	display: block;
}

.company_link_list li:last-child {
	margin-right: 0;
}

.company_list {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}

.company_list .title {
	width: 100%;
	float: left;
	color: #999999;
}

.company_list .text {
	width: 100%;
	float: left;
}

.temp__sub__title {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 1.8em;
	font-weight: bold;
	border-top: 1px solid #000000;
	padding-top: 50px;
	position: relative;
	margin-bottom: 50px;
}

.temp__sub__title2 {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	border-top: 1px solid #000000;
	padding-top: 20px;
	position: relative;
	margin-bottom: 50px;
}

.company_link_box {
	width: 100%;
	position: absolute;
	right: 0;
	top: 30px;
	font-size: 0.5em;
	display: none;
}

.company_link_box_sp {
	width: 100%;
	float: left;
	display: block;
}

.company_kouen {
	text-align: left;
	float: left;
}

.company_bangumi_list {
	width: 100%;
	float: left;
	text-align: left;
	border-top: 1px dotted #000000;
	padding: 10px 0;
}

.company_bangumi_list .link {
	width: 100%;
	float: left;
}

.company_bangumi_list .link a {
	color: #0C84DC;
	text-decoration: underline;
}

.company_bangumi_list .time {
	width: 100%;
	float: left;
	color: #999999;
}

.company_bangumi_list_end {
	width: 100%;
	float: left;
	text-align: left;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	padding: 10px 0;
	margin-bottom: 50px;
}

.company_bangumi_list_end .link {
	width: 70%;
	float: left;
}

.company_bangumi_list_end .link a {
	color: #0C84DC;
	text-decoration: underline;
}

.company_bangumi_list_end .time {
	width: 30%;
	float: left;
	color: #999999;
}

.release_list {
	width: 100%;
	float: left;
	text-align: left;
}

.release_list li {
	width: 100%;
	position: relative;
	padding: 10px 10px 10px 35px;
	box-sizing: border-box;
}

.release_list li i {
	background: url("../Images/InPage/list.png") center center no-repeat;
	width: 11px;
	height: 11px;
	position: absolute;
	left: 10px;
	top: 17px;
}

/*top追加*/

.mslide {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.mslide_box {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	float: left;
	z-index: 2;
}

.slider3 {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
}

.slider3 .slick-prev {
	position: absolute;
	right: 60px;
	bottom: -5px;
	width: 50px;
	height: 50px;
	text-indent: 9999px;
	background: url("../Images/yahirushi02.png") center center no-repeat #333333;
	border: none;
}

.slider3 .slick-next {
	position: absolute;
	right: 5px;
	bottom: -5px;
	width: 50px;
	height: 50px;
	text-indent: 9999px;
	background: url("../Images/yahirushi01.png") center center no-repeat #333333;
	border: none;
}

.slider3_link {
	width: 115px;
	height: 60px;
	position: absolute;
	background: #333333;
	bottom: 10px;
	right: 20px;
	z-index: 1;
}

.slider3_link p {
	width: 1px;
	height: 70%;
	background: #999999;
	position: absolute;
	left: 57px;
	top: 15%;
}

.slider3 .slick-dots {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 135px 10px 0;
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.slider3 .slick-dots li button {
	border-radius: 100vw;
	text-indent: 9999px;
	width: 12px;
	height: 12px;
	border: none;
	position: relative;
	background: #dddddd;
	vertical-align: middle;
	float: right;
	margin: 0 10px;
	display: inline-block;
	font-size: 0pt;
}

.slider3 .slick-dots li.slick-active button {
	background: #00a7eb;
}

.slider3 .slick-dots li {
	padding: 0;
	/* background: url("../Images/subslide_line.png") center center repeat-x; */
}

.slider3 .slick-dots li.slick-active {
	padding: 0;
	/* background: url("../Images/subslide_line2.png") center center repeat-x; */
}

.slider3_area {
	width: 	100%;
	height: auto;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 30px;
}

.pickup_title {
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 60px;
	box-sizing: border-box;
	position: relative;
}

.pickup_title i {
	background: url("../Images/icon20.png") center center no-repeat;
	background-size: cover;
	width: 34px;
	height: 43px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

/*help*/

.contact_box {
	width: 100%;
	float: left;
	text-align: left;
}

.contact_box a {
	text-decoration: underline;
	color: #00a7eb;
}

.contact_box a:hover {
	color: #ccc;
}

.contact_text {
	width: 100%;
	font-size: 1.2em;
	margin-bottom: 20px;
}

.contact_error {
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	border: 1px dotted #ff0000;
	background: #FFE6E6;
	margin-bottom: 20px;
	color: #cc0000;
	font-weight: bold;
}

.contact_error th,
.contact_error td {
	display: block;
}

.contact_error th {
	padding-top: 20px;
}

.contact_text2 {
	width: 100%;
	margin-bottom: 20px;
}

.contact_list {
	width: 100%;
	margin-bottom: 20px;
}

.contact_list li {
	width: 100%;
	font-weight: bold;
	font-size: 1.1em;
	text-indent: -1em;
	margin-left: 1em;
}

.contact_title {
	width: 100%;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px dotted #ccc;
	border-left: 5px solid #00a7eb;
	box-sizing: border-box;
	padding: 2px 10px;
	margin-bottom: 10px;
}

.contact_list2 {
	width: 100%;
	margin-bottom: 20px;
}

.contact_list2 li {
	width: 100%;
	text-indent: -1em;
	margin-left: 1em;
}

.contact_qa {
	width: 100%;
	background: #C2EDFF;
	padding: 10px 10px 10px 60px;
	box-sizing: border-box;
	position: relative;
	font-weight: bold;
	margin-bottom: 15px;
}

.contact_qa span {
	width: 50px;
	height: auto;
	background: #ffffff;
	position: absolute;
	text-align: center;
	box-sizing: border-box;
	padding: 8px;
	left: 2px;
	top: 2px;
	font-weight: bold;
	color: #00a7eb;
}

.viewing_box {
	width: 100%;
	border: 1px solid #ccc;
	padding: 20px;
	box-sizing: border-box;
}

.contact_list3 {
	width: 95%;
}

.contact_list3 li {
	width: 100%;
	text-indent: -1em;
	margin-left: 1em;
}

.contact_list4 {
	width: 100%;
	margin-bottom: 20px;
}

.contact_list4 li {
	width: 100%;
	padding: 0 0 0 20px;
	position: relative;
}

.contact_list4 li i {
	background: url("../Images/InPage/list.png") center center no-repeat;
	width: 11px;
	height: 11px;
	position: absolute;
	left: 0;
	top: 6px;
}

.sitemap_list {
	width: 100%;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.sitemap_list li {
	margin-right: 25px;
	padding: 0 0 0 20px;
	position: relative;
}

.sitemap_list li i {
	width: 11px;
	height: 11px;
	background: url("../Images/InPage/list.png") center center no-repeat;
	position: absolute;
	left: 0;
	top: 6px;
}

#Confirmation {
    background-color: #333;
    color: #fff;
    padding: 25px 20px !important;
	box-sizing: border-box;
    width: 100% !important;
    height: auto;
    font-size: 0.9em;
    margin-top: 20px !important;
    display: inline-block;
}

/*#contactform {
    width: calc(100% - 22px);
} */

#contactform .text-muted {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: large;
    color: #555;
}

#contactform .sr-only {
   color: red;
}

#contactform form {
    margin-top: 20px;
}

#contactform .input-group {
    display: none;
}

#contactform table {
    width: 100%;
}

#contactform td,
#contactform th {
    display: block;
}

#contactform th {
    margin-top: 20px;
}

#contactform input,
#contactform textarea,
#contactform select {
    width: 100%;
    border: solid 1px #ccc;
    margin-top: 0;
	box-sizing: border-box;
}

#contactform input[type="file"] {
    border: none;
    padding: 0;
}

#contactform input[type="radio"],
#contactform input[type="checkbox"] {
    width: auto;
}

#contactform .custom-radio,
#contactform .custom-checkbox {
    padding-right: 1em;
    white-space: nowrap;
}

/* ラジオボタン、チェックボックス装飾 */

#contactform .custom-radio,
#contactform .custom-checkbox {
	margin-bottom: 15px;
	padding-left: 30px;
	display: block;
	display: inline;
	font-size: 18px;
	cursor: pointer;
	position: relative;
}
#contactform .custom-radio input,
#contactform .custom-checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
#contactform .custom-control-indicator {
	width: 20px;
	height: 20px;
	background: #e6e6e6;
	position: absolute;
	top: 2px;
	left: 0;
}
#contactform .custom-radio .custom-control-indicator {
	border-radius: 50%;
}
#contactform .custom-radio:hover input ~ .custom-control-indicator,
#contactform .custom-checkbox:hover input ~ .custom-control-indicator,
#contactform .custom-radio input:focus ~ .custom-control-indicator,
#contactform .custom-checkbox input:focus ~ .custom-control-indicator {
	/* background: #ccc; */
}
#contactform .custom-radio input:checked ~ .custom-control-indicator,
#contactform .custom-checkbox input:checked ~ .custom-control-indicator {
	background:rgba(0,154,219,1);
}
#contactform .custom-checkbox:hover input:not([disabled]):checked ~ .custom-control-indicator {
	/* background: rgba(0,154,219,.7); */
}
#contactform .custom-radio input:checked ~ .custom-control-indicator {
	background: rgba(0,154,219,1);
}
#contactform .custom-radio:hover input:not([disabled]):checked ~ .custom-control-indicator {
	/* background: rgba(0,154,219,.7); */
}
#contactform .custom-radio input:disabled ~ .custom-control-indicator,
#contactform .custom-checkbox input:disabled ~ .custom-control-indicator,
#contactform .custom-radio input:disabled ~ .custom-control-indicator,
#contactform .custom-radio input:disabled ~ .custom-control-indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
#contactform .custom-control-indicator::after {
	content: "";
	display: none;
	position: absolute;
}
#contactform .custom-radio input:checked ~ .custom-control-indicator::after,
#contactform .custom-checkbox input:checked ~ .custom-control-indicator::after {
	display: block;
}
#contactform .custom-checkbox .custom-control-indicator::after {
	width: 5px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	left: 6px;
	top: 4px;
	transform: rotate(45deg);
}
#contactform .custom-checkbox input:disabled ~ .custom-control-indicator::after {
	border-color: #7b7b7b;
}
#contactform .custom-radio .custom-control-indicator::after {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	top: 7px;
	left: 7px;
}
#contactform .custom-radio input:disabled ~ .custom-control-indicator::after {
	background: #7b7b7b;
}

.movie li iframe {
    height: 310px;
}
.news__list div {
    width: 100%;
}
.news__list.ann a {
    display: block;
}


.news__list.kfbblog .imgbox img {
	border-radius: 50%;
}
.news__list.kfbblog div {
	padding: 10px;
	box-sizing: border-box;
}

.nav_kensaku.sp #submit {
    -webkit-mask-image: url("../Images/icon13.svg");
    mask-image: url("../Images/icon13.svg");
    background: #000;
    position: absolute;
    left: 10px;
    top: 10px;
}

#topmanu .nav_kensaku.sp #submit {
    -webkit-mask-image: url("../Images/icon13.svg");
    mask-image: url("../Images/icon13.svg");
}

.GoogleAd {
    padding: 20px 0;
    clear: both;
}

.GoogleAd iframe,
.GoogleAd ins {
    width: 100% !important;
}

/* ときまる */

.tokimaru_title {
	height: auto;
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 60px;
	box-sizing: border-box;
	position: relative;
}

.tokimaru_title i {
	background: url("../Images/icon05.png") center center no-repeat;
	width: 43px;
	height: 43px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.Tokimaru--Block {
    background: #fed900;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    clear: both;
    padding: 5px;
    max-width: 1000px;
    margin-left: 20px;
    margin-right: 20px;
}

.Tokimaru--Block .Block {
    background: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 30px;
    text-align: left;
}

.Tokimaru--Profile.Tokimaru--Block .Block {
    padding-top: 149px;
}

.Tokimaru--Profile .Title {
    border-bottom: solid 2px #fed400;
    padding: 10px;
    position: absolute;
    left: 85px;
    right: 85px;
    max-width: 920px;
    margin: auto;
    margin-top: -199px;
}

.Tokimaru--Profile .Image {
    width: 380px;
    height: 149px;
    background: url(/tokimaru/Template/Images/Tokimaru.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: auto;
}

.Tokimaru--Profile .Question {
    line-height: 2;
    font-weight: 700;
    padding: 15px;
}

.Tokimaru--Profile .Question li {
    margin-top: 10px;
    text-align: left;
}

.Tokimaru--Profile .Question span {
    background: #000000;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin-right: 10px;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    padding: 0 15px;
    width: calc(100% - 30px);
}

.Tokimaru--Calendar {
    margin-top: 30px;
}

.Tokimaru--Calendar .Logo {
    width: 202px;
    height: 30px;
    background: url(/tokimaru/Template/Images/Calendar.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    float: left;
}

.Tokimaru--Calendar .Title {
    border-bottom: solid 2px #fed400;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.Tokimaru--Calendar .Date {
    float: right;
    color: #999999;
    font-size: 1.125em;
    font-weight: 700;
}

.Tokimaru--Calendar .Column {
    width: 100%;
}

.Tokimaru--Calendar .Column.Right {
    margin-top: 30px;
}

.Tokimaru--Calendar .Photo {
    width: 100%;
    float: left;
}

.Tokimaru--Calendar ul {
    clear: both;
}

.Tokimaru--Calendar li {
    margin-bottom: 10px;
    text-align: center;
}

.Tokimaru--Calendar li a {
    display: block;
    padding: 10px;
    background: #e5e5e5;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}

.Tokimaru--Calendar .Photo img {
    width: 100%;
}

.Tokimaru--Movie {
    background: #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 50px 100px;
    max-width: 1010px;
    margin: auto;
    margin-top: 30px;
    box-sizing: border-box;
    margin-left: 20px;
    margin-right: 20px;
}

.Tokimaru--Movie .Movie {
    width: 100%;
    min-height: 200px;
    float: left;
}

.Tokimaru--Movie .Movie__Title {
    width: 40%;
    min-width: 240px;
    height: 119px;
    background: url(/tokimaru/Template/Images/Movie.png) no-repeat center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    float: right;
}

.Tokimaru--Goods {
    text-align: center;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    max-width: 1010px;
    padding-bottom: 180px;
}

.Tokimaru--Goods:after {
    content: ' ';
    position: absolute;
    right: 50px;
    bottom: 10px;
    width: 146px;
    height: 150px;
    background: url(/tokimaru/Template/Images/Tokimaru02.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    z-index: auto;
}

.Tokimaru--Goods .Goods__Title {
    width: 200px;
    height: 41px;
    background: url(/tokimaru/Template/Images/Goods.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: auto;
}

.Tokimaru--Goods .Item {
    width: calc(50% - 20px);
    float: left;
    background: #ffffff;
    padding: 10px;
    font-weight: 700;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 99;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.Tokimaru--Goods .Item img {
    width: 100%;
}

.Tokimaru--Goods .Item .Title {
    color: #666666;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: #eeeeee solid 2px;
    height: 150px;
}

.Tokimaru--Goods .Item .Price {
    color: #00b4ed;
}

.Tokimaru--Goods + p {
    margin-left: 20px;
    margin-right: 20px;
}

.TokimaruButtonType01 {
    display: block;
    background: #fed400;
    color: #444444;
    padding: 10px;
    -moz-border-radius: 20px 20px 20px 20px/50% 50% 50% 50%;
    -webkit-border-radius: 20px;
    border-radius: 20px 20px 20px 20px/50% 50% 50% 50%;
    -moz-box-shadow: 0 1px 0 #d39000;
    -webkit-box-shadow: 0 1px 0 #d39000;
    box-shadow: 0 1px 0 #d39000;
    text-align: center;
    font-weight: 700;
    font-size: 1.075em;
    position: relative;
}

/* 本文装飾（ときまる） */

div.box.tokimaru h4 {
    font-size: 1.175em;
    border-left: solid 5px #00b4ed;
    padding: 8px 0 8px 10px;
    line-height: 1.1;
    margin-bottom: 5px;
}

div.box.tokimaru h5 {
    font-size: 1.375em;
    color: #00b4ed;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: dotted #aaaaaa 1px;
    margin-bottom: 10px;
    margin-top: 20px;
}


.bousaibn {
	width: 95%;
    max-width: 1000px;
margin: 70px auto 0;
	display: block;
}