@charset "utf-8";

/*-----------------------------------------------*/
/* basic */
/*-----------------------------------------------*/

* { margin: 0px; padding: 0px; font-size: 14px; }

HTML { height: 100%; }
BODY { height: 100%; font-family: "Noto Sans Japanese"; font-size: 13px; vertical-align: top; background: #FFF; }

#main_box { width: 1160px; margin: 0px auto; text-align: left; overflow: hidden; }
.main { width: 860px; float: right; }
.main_box01 { width: 880px; float: right; }

.center { width: 100%; /*padding: 6px 10px 0px 10px;*/ padding: 0px; float: left; text-align: left; overflow: hidden; line-height: 15px; }
.center_box { /*background: url("../img/menu/tit_back.gif") repeat-x;*/ line-height: 30px; }

.center_tit { width: 470px; height: 50px; font-size: 17px; font-weight: bold; padding: 10px 0px 0px 20px; line-height: 40px; }
.center_tit_sub { width: 470px; height: 30px; background: URL("../img/menu/tit_sub.gif") no-repeat; font-size: 15px; font-weight: bold; padding: 0px 0px 0px 30px; }
.center_tit2 { width: 470px; height: 20px; font-size: 17px; font-weight: bold; line-height: 20px; padding: 0px 0px 0px 20px; }

/*----------------------*/
/* header parts */
/*----------------------*/

#header { width: 100%; background: rgba(255,255,255,1); }
#header h1 { font-size: 12px; background-color: #FFF; color: #777; text-align: center; }

.header_box { width: 96%; margin: 0px auto; padding: 20px 0px 30px 0px; padding-left: 2%; padding-right: 2%; }
.header_l { width: 309px; float: left; }
.header_r { width: 1046px; float: right; }

.header_toi { width: 95px; float: right; margin: 0px 10px 0px 0px; }
.header_toi a {
	display: block;
	width: 95px;
	height: 18px;
	text-decoration: none;
	background: url("../img/menu/toi0.gif") top center no-repeat;
	transition: .2s linear;
	-webkit-transition: .2s linear;
}
.header_toi a:hover { width: 95px; height: 18px; text-decoration: none; background: url("../img/menu/toi1.gif") top center no-repeat; }

.header_pri { width: 120px; float: right; }
.header_pri a {
	display: block;
	width: 120px;
	height: 18px;
	text-decoration: none;
	background: url("../img/menu/privacy0.gif") top center no-repeat;
	transition: .2s linear;
	-webkit-transition: .2s linear;
 }
.header_pri a:hover { width: 120px; height: 18px; text-decoration: none; background: url("../img/menu/privacy1.gif") top center no-repeat; }

/*----------------------*/
/* header menu */
/*----------------------*/

#menu_box { width: 100%; height: 70px; margin: 0 auto; text-align: center; background: rgba(255,255,255,1); /*background: url(../img/top/main_menu_back1.png) repeat-x;*/ }
.menu_box { width: 1160px; margin: 0px auto; }

.navi01 { display: block; width: 160px; height: 70px; float: left; border-right: 1px #DDD solid; }
.navi01 a {
	display: block;
	width: 100%;
	height: 70px;
	background: url(../img/menu/navi_menu01.png) no-repeat;
	background-position: center;
	transition: .2s linear;
	-webkit-transition: .2s linear;
}
.navi01 a:hover { background: url(../img/menu/navi_menu02.png) no-repeat; background-position: center; }

.navi02 { display: block; width: 240px; height: 70px; float: left; border-right: 1px #DDD solid; }
.navi02 a {
	display: block;
	width: 100%;
	height: 70px;
	background: url(../img/menu/navi_menu03.png) no-repeat;
	background-position: center;
	transition: .2s linear;
	-webkit-transition: .2s linear;
}
.navi02 a:hover { background: url(../img/menu/navi_menu04.png) no-repeat; background-position: center; }

.navi03 { display: block; width: 160px; height: 70px; float: left; border-right: 1px #DDD solid; }
.navi03 a {
	display: block;
	width: 100%;
	height: 70px;
	background: url(../img/menu/navi_menu05.png) no-repeat;
	background-position: center;
	transition: .2s linear;
	-webkit-transition: .2s linear;
}
.navi03 a:hover { background: url(../img/menu/navi_menu06.png) no-repeat; background-position: center; }

.navi04 { display: block; width: 160px; height: 70px; float: left; border-right: 1px #DDD solid; }
.navi04 a {
	display: block;
	width: 100%;
	height: 70px;
	background: url(../img/menu/navi_menu07.png) no-repeat;
	background-position: center;
	transition: .2s linear;
	-webkit-transition: .2s linear;
}
.navi04 a:hover { background: url(../img/menu/navi_menu08.png) no-repeat; background-position: center; }

.navi05 { display: block; width: 160px; height: 70px; float: left; border-right: 1px #DDD solid; }
.navi05 a {
	display: block;
	width: 100%;
	height: 70px;
	background: url(../img/menu/navi_menu11.png) no-repeat;
	background-position: center;
	transition: .2s linear;
	-webkit-transition: .2s linear;
}
.navi05 a:hover { background: url(../img/menu/navi_menu12.png) no-repeat; background-position: center; }

.navi06 { display: block; width: 160px; height: 70px; float: left; }
.navi06 a {
	display: block;
	width: 100%;
	height: 70px;
	background: url(../img/menu/navi_menu13.png) no-repeat;
	background-position: center;
	transition: .2s linear;
	-webkit-transition: .2s linear;
}
.navi06 a:hover { background: url(../img/menu/navi_menu14.png) no-repeat; background-position: center; }

.t_line_1 { width: 1px; height: 60px; float: left; background: url(../img/ps_res/t_line.gif) no-repeat; }

/* ※DROP DOWN MENU */

.dropmenu { *zoom: 1; list-style-type: none; width: 160px; margin: 0px auto 0px; padding: 0; }
.dropmenu:before, .dropmenu:after { content: ""; display: table; }
.dropmenu:after { clear: both; }

.dropmenu li { position: relative; width: 160px; float: left; margin: 0; padding: 0; }
.dropmenu li a { margin: 0; color: #FFF; background-color: rgba(0,0,0,0); transition: .2s linear; -webkit-transition: .2s linear; }
.dropmenu li a:hover { background-color: rgba(0,0,0,0); color: #FFF; }
.dropmenu li a:hover span { color: rgba(255,255,255,0.7); }

.dropmenu li ul { list-style: none; position: absolute; z-index: 9999; top: 100%; left: 0; margin: 0; padding: 0; }
.dropmenu li ul li { width: 300px; }
.dropmenu li ul li a {
	line-height: 50px;
	padding: 0px 0px 0px 15px;
	font-size: 14px;
	font-weight: 400;
	border-top: 1px rgba(255,255,255,0.5) solid;
	background: url(../img/menu/navi_sub_menu01.png) no-repeat;
	background-position: -340px -10px;
	color: #FFF;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
}
.dropmenu li ul li a:hover {
	line-height: 50px;
	padding: 0px 0px 0px 20px;
	background: url(../img/menu/navi_sub_menu02.png) no-repeat;
	background-position: -340px -10px;
	color: #FFF;
	text-decoration: none;
}

#dropmenu li ul li { left: -1px; overflow: hidden; height: 0; transition: .2s; border-right: 1px rgba(255,255,255,0.3) dotted; border-left: 1px rgba(255,255,255,0.3) dotted; }
#dropmenu li:hover ul li { height: 50px; }

.navi02 .dropmenu { width: 240px; }
.navi02 ul li { width: 240px; }

/*----------------------*/
/* Mobail */
/*----------------------*/

#nav { display: none!important; }

/*----------------------*/
/* footer parts */
/*----------------------*/

#footer	{ padding: 30px 0px 80px 0px; /*background: #0D3D86;*/ background: #111; color: #FFF; }

.footer_pagetop { width: 150px; height: 30px; float: right; background: url("../img/menu/p_top.gif") no-repeat; padding: 0px 0px 0px 20px; margin: 5px 0px 0px 0px; }

#footer a { color: #FFF; text-decoration: none; }
#footer a:hover { color: #FFF; text-decoration: none; }

.footer_box { width: 1160px; margin: 0px auto; }

#footer h2 { font-weight: normal; font-size: 13px; color: #FFF; margin-bottom: 20px; }

.footer_add_img01 { display: block; padding: 20px 0px; }

#footer_box2 { display: none; }

.footer_link_box { display: flex; flex-wrap: wrap; justify-content: space-between; }
.footer_link_box ul { display: flex; flex-wrap: wrap; list-style: none; }
.footer_link_box ul li { padding-right: 20px; margin-right: 20px; line-height: 1em; }
.footer_link_box ul li:last-child { padding: 0; margin: 0; border-right: none; }

.sns { display: flex; }
.sns_button01 { line-height: 0; margin-right: 5px; }
.sns_button02 { line-height: 0; margin-right: 5px; }
.sns_button03 { line-height: 0; }
.fb-like { line-height: 0!important; margin-bottom: 0!important; padding: 0!important; }
.fb_iframe_widget > span { vertical-align: baseline !important; line-height: 0!important; }

/*----------------------*/
/* pankuzu */
/*----------------------*/

#h_pankuzu { width: 100%; padding: 20px 0px; }
.h_pankuzu01 { width: 1160px; margin: 0px auto; letter-spacing: 0px; font-size: 12.5px; color: #FFF; }

.h_pankuzu01 td { padding: 8px 15px; background: #111; border-radius: 5px; }
.h_pankuzu01 a { color: #FFF; text-decoration: none; font-size: 12.5px; }
.h_pankuzu01 a:hover { color: #FFF; text-decoration: none; font-size: 12.5px; }

/*----------------------*/
/* side menu left */
/*----------------------*/

.side_box { width: 225px; float: left; padding: 10px 0px; }

.side_btn01 { width: 100%; margin: 0px auto; }
.side_btn01 a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 60px;
	color: rgba(34,34,34,1);
	text-decoration: none;
	padding-left: 40px;
	/*background: rgba(26,80,157,1);*/
	background: url(../img/menu/side_menu_back03.png) no-repeat left center;
	border-bottom: 1px solid rgba(34,34,34,0.3);
	transition: .2s linear;
	-webkit-transition: .2s linear;
}
.side_btn01 a:hover {
	color: rgba(255,255,255,1);
	background: url(../img/menu/side_menu_back04.png) no-repeat left center;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-left: 40px;
}

/* 追加 */

#page-top { position: fixed; bottom: 20px; right: 20px; line-height: 16px; }
#page-top a {
	background: #B51616;
	text-decoration: none;
	color: #FFF;
	width: 100px;
	padding: 14px 0;
	text-align: center;
	font-size: 13px;
	display: block;
	border-radius: 5px;
	transition: .2s linear;
	-webkit-transition: .2s linear;
}
#page-top a:hover { text-decoration: none; background: #CC1F1F; }

#loader {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	color: #FFF;
	background: url(../img/company/com_back01.png);
	_zoom: 1;
	-webkit-text-size-adjust: 100%;
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
}


/* 20201104 追加 */

.slideshow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 750px;
	margin: 0 auto 0 auto;
	z-index: 1;
}
.slideshow .slideshow-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slideshow .slides {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.slideshow .slide {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
	display: block;
}
.slideshow .slide.is-loaded {
	opacity: 1;
}
.slideshow .slide .caption {
	padding: 0 100px;
}
.slideshow .slide .image-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	z-index: 1;
	background-size: cover;
	image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,0.2);*/
}
.slideshow .slide .image {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.slideshow .slide-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slideshow .slide .title {
	margin: 0 auto 15px;
	max-width: 1000px;
	font-size: 2.5em;
	letter-spacing: 5px;
  	text-transform: uppercase;
}
.slideshow .slide .text {
	margin: 0 auto;
	max-width: 1000px;
	font-size: 1em;
	line-height: 1.4;
}
.slideshow .slide .text p {
	font-size: 1.5em;
	font-family: 'Cedarville Cursive', cursive;
}
.slideshow .slide .btn {
	margin: 15px 0 0;
	border-color: #fff;
}
.slideshow .slide .btn::before {
	background: #fff;
}
.slideshow .pagination {
	position: absolute;
	bottom: 130px;
	left: 0;
	width: 100%;
	height: 12px;
	cursor: default;
	z-index: 2;
	text-align: center;
}
.slideshow .pagination .item {
	display: inline-block;
	padding: 15px 5px;
	position: relative;
	width: 46px;
	height: 32px;
	cursor: pointer;
	text-indent: -999em;
	z-index: 1;
}
.slideshow .pagination .item + .page {
	margin-left: -2px;
}
.slideshow .pagination .item::before {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 5px;
	width: 36px;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
	width: 0;
	background: #fff;
	z-index: 2;
	transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
	background-color: #fff;
}
.slideshow .arrows .arrow {
	margin: -33px 0 0;
	padding: 20px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 3;
}
.slideshow .arrows .prev {
	left: 30px;
}
.slideshow .arrows .prev:hover .svg {
	left: -10px;
}
.slideshow .arrows .next {
	right: 30px;
}
.slideshow .arrows .next:hover .svg {
	left: 10px;
}
.slideshow .arrows .svg {
	position: relative;
	left: 0;
	width: 14px;
	height: 26px;
	fill: #fff;
	transition: left 0.2s ease;
}

/* 20210825 */

.top_movie_box { margin-top: 60px; }
.top_movie_box ul { display: flex; justify-content: space-between; flex-wrap: wrap; list-style: none; padding: 0; }
.top_movie_box ul li { width: 31%; }
.top_movie_box ul li p { font-weight: 500; color: #333; text-align: center; margin-top: 10px; }
.top_movie_box ul li p span { display: block; font-size: 1.4em; font-weight: 600; color: #B51616; }

/* 20210819 */

.bcp_title { font-size: 2em; font-weight: 600; color: #B51616; padding-bottom: 15px; margin-bottom: 20px; border-bottom: 1px #B51616 solid; }
.bcp_title span { font-size: .7em; font-weight: 400; }

.bcp_txt01 { line-height: 2em; text-align: justify; margin-bottom: 60px; }
.bcp_txt02 { line-height: 2em; text-align: justify; margin-bottom: 40px; }

.bcp_photo { margin-bottom: 60px; }

.saigai { width: 100%; border-collapse: collapse; border-top: 1px #ccc solid; border-left: 1px #ccc solid; }
.saigai tr:nth-child(1) td { background: #efefef; }
.saigai td { padding: 1em; border-bottom: 1px #ccc solid; border-right: 1px #ccc solid; }

.bcp_nintei { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; margin-bottom: 60px; }
.bcp_nintei .box01 { width: 30%; }
.bcp_nintei .box01 img { width: 100%; }
.bcp_nintei .box02 { width: 65%; }
.bcp_nintei .box02 h2 { font-size: 2.5em; font-weight: 600; color: #B51616; text-align: center; margin-bottom: 30px; }
.bcp_nintei .box02 span {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px #222 solid;
	font-size: 2em;
	font-weight: 600;
	color: #222;
}
.bcp_nintei .box02 p { font-size: 1.1em; line-height: 2em; margin-bottom: 20px; }

@media only screen and (max-width:768px){
	
	.bcp_nintei .box01 { width: 45%; margin: 0 auto 30px; }
	.bcp_nintei .box02 { width: 100%; }
	.bcp_nintei .box02 h2 { font-size: 1.6em; }
	.bcp_nintei .box02 span { font-size: 1.4em; }
	
}

/* 20210820 */

.business_box { width: 100%; margin: auto; }
.business_box .inner { width: 90%; max-width: 1160px; margin: auto; padding-bottom: 150px; }

.business_box .main_tit01 { margin-bottom: 50px; margin-top: 30px; }
.business_box .main_tit01 .td01 { font-size: 38px; font-weight: 600; }
.business_box .main_tit01 .td02 { font-size: 17px; font-weight: 400; font-family: 'Fjalla One', sans-serif; padding-left: 30px; padding-top: 4px; }
.business_box .main_tit01 .td03 { font-size: 20px; font-weight: 500; font-family: "Noto Sans Japanese"; padding-left: 0px; padding-top: 2px; }

.business_box .main_tit02 { display: none; }

.business_box .title { position: relative; margin-bottom: 80px; font-size: 2.5em; font-weight: 600; color: #c2143d; letter-spacing: .1em; text-align: center; }
.business_box .title::after {
	content: '';
    display: block;
    background-image: linear-gradient(to right, #c2143d 5px, transparent 4px);
    background-size: 9px 2px;
    background-repeat: repeat-x;
    width: 122px;
    height: 2px;
    margin: 30px auto 0;
}

.business_box .sub_title { position: relative; margin-bottom: 20px; padding-bottom: 25px; font-size: 2.5em; font-weight: 600; color: #444; letter-spacing: .05em; }
.business_box .sub_title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
    width: 100px;
    height: 2px;
	background: #c2143d;
}
