@charset "UTF-8";
/* CSS Document */

/** 3D VIEWの数が変わったら変わる 
上記で検索したcssで調整しています。
**/




/*======================================

	0.common

=======================================*/

body {
}

p {
	letter-spacing: 0.1em;
}

img {
	max-width: 100%;
}

.disable_pc {
	display: none;
}

.f_left {
	float: left;
}

img.f_left {
	margin-right: 15px;
	margin-bottom: 15px;
}


.f_right {
	float: right;
}



.al_right {
	text-align: right;
}

.al_left {
	text-align: left;
}

.al_center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.chu {
	font-size: 11px;
}

.point {
	color: #ff0000;
}







/*======================================

	0.common

=======================================*/

#container {

}

#container .wrapper {
	padding-top: 70px;
}

.w1000 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 999px) {
	.w1000 {
		width: 100%;	
	}
}


@media screen and (max-width: 759px) {
	
	
}

@media screen and (max-width: 767px) {
	
	
}

.btn_wrap_txt {
	text-align: center;
}

.btn_wrap_txt a {
	text-align: center;
    border: 1px solid #b2cee5;
    padding: 6px 15px;
    border-radius: 16px;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
    display: inline-block;
    background: #fff;
}

.btn_wrap_txt a:before {
	content: url(../../images/common/icon_arr_01.png);
    position: relative;
    margin-right: 6px;
    top: 2px;
}


/*======================================

	0.head

=======================================*/

.head_wrap {
	position: fixed;
	top:0;
	width: 100%;
	height: 70px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 9999;
}

.head_wrap:after {
	content: "";
	clear: both;
	display: block;
}

.head_wrap .logo {
	float: left;
	width: 120px;
	margin-left: 15px;
	margin-top: 10px;
}

.head_wrap .gmenu_wrap {
	float: left;
	margin-left: 25px;
	margin-top: 20px;
}

.head_wrap .gmenu_wrap:after {
	content: "";
	clear: both;
	display: block;
}

.head_wrap .gmenu_wrap li {
	float: left;
	
}

.head_wrap .gmenu_wrap li a {
	padding: 12px 15px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	position: relative;
	display: block;
	overflow: hidden;
	transition: all .4s;
	-webkit-transition: all .4s;
	
}

@media screen and (max-width: 1021px) {
 	.head_wrap .gmenu_wrap li a {
 		padding: 12px 10px;
 		font-size: 13px;	
 	}
}

.head_wrap .gmenu_wrap li a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: -100%;
	width: 100%;
	height: 3px;
	background: #005da9;
	
	transition: all .4s;
	-webkit-transition: all .4s;
}

.head_wrap .gmenu_wrap li.act a {
	color: #005da9;
}

.head_wrap .gmenu_wrap li.act a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #005da9;
}


.head_wrap .gmenu_wrap li:hover a {
	color: #005da9;
	transition: all .4s;
	-webkit-transition: all .4s;
}

.head_wrap .gmenu_wrap li:hover a:after {
	left: 0;
	transition: all .4s;
	-webkit-transition: all .4s;
}


.head_wrap .right_wrap {
	float: right;
}

.head_wrap .right_wrap {
	float: right;
	height: 70px;
}


.head_wrap .right_wrap .btn_contact {
	float: right;
	height: 70px;
	text-align: center;
	background: #fff802;
	padding: 12px 20px;
	box-sizing: border-box;
}

.head_wrap .right_wrap .btn_contact a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.head_wrap .right_wrap .icon_wrap {
	float: right;
	height: 70px;
}

.head_wrap .right_wrap .lang_wrap {
	text-align: right;
	margin-right: 15px;
}


.head_wrap .right_wrap .lang_wrap p {
	font-size: 12px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 3px;
}

.head_wrap .right_wrap .sns_wrap {
	margin-right: 15px;
	text-align: right;
}

.head_wrap .right_wrap .sns_wrap ul {
	margin-bottom: 0;
}

.head_wrap .right_wrap .sns_wrap ul:after {
	content: '';
	clear: both;
	display: block;
}

.head_wrap .right_wrap .sns_wrap li {
	float: right;
	margin-left: 15px;
}

.head_wrap .right_wrap .sns_wrap li img {
	vertical-align: baseline;
}




.ta_menu_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 104, 183, 0.9);
	z-index: 99999;
	
	display: none;
}

.ta_menu_wrap.act {	
}

.ta_menu_wrap .menu_cls {	
	width: 30px;
	position: fixed;
	right: 20px;
	top: 20px;
}

.ta_menu_wrap .cont {	
	text-align: center;
	
	padding: 0 15px;
	box-sizing: border-box;
	height: 80%;
	overflow: auto;
	width: 460px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 459px) {
 	.ta_menu_wrap .cont {	
 		width: 88%;
 	}
}

/*スクロールバーの横幅指定*/
.ta_menu_wrap .cont::-webkit-scrollbar {
    width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.ta_menu_wrap .cont::-webkit-scrollbar-track {
	border-radius: 0px;
	background: none;
}
/*スクロールバーの色・角丸指定*/
.ta_menu_wrap .cont::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background:#fcee21;
}

.ta_menu_wrap .ttl_wrap {	
	margin-top: 65px;
	margin-bottom: 25px;
	text-align: center;
}

.ta_menu_wrap .ttl_wrap h2 {	
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

.ta_menu_wrap .cont ul.menu {	
	border-top: 1px solid #fff;
}

.ta_menu_wrap .cont ul.menu li {	
	border-bottom: 1px solid #fff;
	position: relative;
}

.ta_menu_wrap .cont ul.menu li a {	
	color: #fff;
	text-decoration: none;
	padding: 8px 0;
	display: block;
	
}

.ta_menu_wrap .cont ul.menu li a:hover {	
	color: #005da9;
	background: #fff;
	transition: all .4s;
	-webkit-transition: all .4s;
}

.ta_menu_wrap .cont ul.menu li a img.arr {	
	position: absolute;
	right: 2%;
	top: 50%;
	margin-top: -4px;
	transition: all .4s;
	-webkit-transition: all .4s;
}

.ta_menu_wrap .cont ul.menu li.act a img.arr {	
	transform: rotate(180deg);
}

.ta_menu_wrap .cont ul.menu li.submenu {
	display: none;
}

.ta_menu_wrap .cont ul.menu li.submenu ul {	
	margin-top: 8px;
	margin-bottom: 12px;
}

.ta_menu_wrap .cont ul.menu li.submenu ul li {	
	border: 0;
}

.ta_menu_wrap .cont ul.menu li.submenu ul li a {	
	padding-bottom: 4px;
}


.ta_menu_wrap .cont .lang_change p {	
	color: #fff;
	
	font-size: 13px;
}

.ta_menu_wrap .cont .lang_change p a.act {	
	color: #005da9;
	background: #fff;
	padding: 3px 6px;
	text-decoration: none;
}


.ta_menu_wrap .cont .lang_change a {	
	color: #fff;
	
	font-size: 13px;
	
	padding: 3px 6px;
	transition: all .4s;
	-webkit-transition: all .4s;
}

.ta_menu_wrap .cont .lang_change p a:hover {	
	color: #005da9;
	background: #fff;
	text-decoration: none;
}

/*======================================

	0.foot

=======================================*/

#footer .cont:after {
	content: '';
	clear: both;
	display: block;
}

#footer .footer_links {
	float: left;
	width: 40%;
}

#footer .footer_links li a {
	text-decoration: none;
	font-size: 12px;
	color: #666;
}

#footer .footer_links li a:before {
	content: url('../../images/common/icon_arr_01.png');
	position: relative;
	margin-right: 6px;
	top: 3px;
}

#footer .right_cont {
	float: right;
	width: 60%;
}

#footer .right_cont .logo {
	width: 178px;
	float: left;
	padding-top: 10px;
}

#footer .right_cont .addr_wrap {
	width: calc( 100% - 188px);
	float: right;
}

#footer .right_cont .addr_wrap .txt_logo {
	width: 178px;
	margin-bottom: 8px;
}

#footer .right_cont .addr_wrap .tbl_wrap table {
	border-collapse: collapse;
	width: 100%;
}

#footer .right_cont .addr_wrap .tbl_wrap table th {
	text-align: left;
	font-size: 11px;
	color: #666666;
	vertical-align: top;
	width: 20%;
}

#footer .right_cont .addr_wrap .tbl_wrap table td {
	text-align: left;
	font-size: 11px;
	color: #666666;
	vertical-align: top;
	width: 80%;
	padding-bottom: 8px;
}

.totop {
	position: fixed;
	right: 20px;
	bottom: 35px;
}

.copyright {
	position: fixed;
	right: 8px;
	top: 50%;
	width: 10px;
	margin-top: -100px;
}


/*======================================

	0.content

=======================================*/

#top #contents_wrap {
	
}

#top #contents_wrap .key_v_wrap {
	margin-bottom: 45px;
	width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1599px) {
	#top #contents_wrap .key_v_wrap {
		width: 100%;	
	}
}

#top #contents_wrap .key_v_wrap .main_images {
	overflow: hidden;
	height: 740px;
	position: relative;
	transition: all .4s;
	-webkit-transition: all .4s;
}

@media screen and (max-width: 1349px) {
	#top #contents_wrap .key_v_wrap .main_images {
		height: 700px;
	}
}

#top #contents_wrap .key_v_wrap .main_images ul.keyslider {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .4s;
	-webkit-transition: all .4s;
}

#top #contents_wrap .key_v_wrap .main_images ul.slick-dots {
	background: #fff;
	top: 50%;
	bottom: auto;
	margin-top: 350px;
}

@media screen and (max-width: 1349px) {
	#top #contents_wrap .key_v_wrap .main_images ul.slick-dots {
		margin-top: 330px;
	}
}

@media screen and (max-width: 1249px) {
	#top #contents_wrap .key_v_wrap .main_images {
		height: auto;	
		overflow: visible;
	}
	#top #contents_wrap .key_v_wrap .main_images ul.keyslider {
		position: static;	
		-webkit-transform: translate(0%,0%);
    	-moz-transform: translate(0%,0%);
    	-ms-transform: translate(0%,0%);
    	-o-transform: translate(0%,0%);
    	transform: translate(0%,0%);
	}
	
	#top #contents_wrap .key_v_wrap .main_images ul.slick-dots {
		top: auto;
		bottom: -25px;
		background: none;	
	}
	
}


ul.slick-dots li {
	margin: 0 3px;
}

.slick-dots li button:before {
	font-size: 16px !important;
}


#top #contents_wrap .key_v_wrap .slick-prev {
	left: 0;
}

#top #contents_wrap .key_v_wrap .slick-next {
	right: 0;
}

#top #contents_wrap .key_v_wrap .slick-slide img {
	width: 100%;
}


#contents_wrap .unit_wrap {
	width: 100%;
	margin-bottom: 45px;
	padding: 35px 0;
}

#contents_wrap .unit_wrap.bg_dots {
	background: url('../../images/common/bg_dot.png');

}

#contents_wrap .unit_wrap.bg_gray {
	background: #f7f7f7;

}

#contents_wrap .unit_wrap .ttl_wrap {
	text-align: center;
	margin-bottom: 20px;
}

#contents_wrap .unit_wrap .ttl_wrap h2 {
	color: #005da9;
	font-size: 26px;
	letter-spacing: 0.1em;
	
}

#contents_wrap .unit_wrap .ttl_wrap p {
	color: #005da9;
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}

#contents_wrap .unit_wrap .lineup_list {
	width: 101%;
	margin-left: -0.5%;
}

@media screen and (max-width: 999px) {
	#contents_wrap .unit_wrap .lineup_list {
		width: 100%;
		margin-left: 0%;
	}
}

#contents_wrap .unit_wrap .lineup_list:after {
	content: '';
	clear: both;
	display: block;
}

#contents_wrap .unit_wrap .lineup_list .box {
	width: 23%;
	float: left;
	margin-right: 1%;
	border: 3px solid #e5e5e5;
	box-sizing: border-box;
	min-height: 330px;
	margin-bottom: 15px;
	background: #fff;
	
	position: relative;
}

#contents_wrap .unit_wrap .lineup_list .box:nth-child(1) {
	margin-left: 0.5%;
}

#contents_wrap .unit_wrap .lineup_list .box:nth-child(4) {
	margin-right: 0.5%;
}

#contents_wrap .unit_wrap .lineup_list .box:nth-child(5) {
	margin-left: 0.5%;
}

#contents_wrap .unit_wrap .lineup_list .box:nth-child(8) {
	margin-right: 0.5%;
}

#contents_wrap .unit_wrap .lineup_list .box .img_wrap {
	max-width: 100%;
}

#contents_wrap .unit_wrap .lineup_list .box .img_wrap img {
	vertical-align: bottom;
}

#contents_wrap .unit_wrap .lineup_list .box .txt_wrap .cat_name h3 {
	background: #e5e5e5;
	text-align: center;
	padding: 18px 0 8px;
	height: 64px;
	box-sizing: border-box;
}

#contents_wrap .unit_wrap .lineup_list .box:nth-child(3) .txt_wrap .cat_name h3 {
	padding-top: 8px;
}

#contents_wrap .unit_wrap .lineup_list .box .txt_wrap .cat_name h3 a {
	text-decoration: none;
}

#contents_wrap .unit_wrap .lineup_list .box .txt_wrap .txt {
	margin: 8px;
}

#contents_wrap .unit_wrap .lineup_list .box .txt_wrap .txt p {
	line-height: 1.4em;
	font-size: 13px;
	margin-bottom: 15px;
}

#contents_wrap .unit_wrap .lineup_list .box .txt_wrap .btn_wrap {
	text-align: center;
	margin-bottom: 12px;
}

#contents_wrap .unit_wrap .lineup_list .box .txt_wrap .btn_wrap a:before {
	content: url('../../images/common/icon_arr_01.png');
	position: relative;
	margin-right: 6px;
	top: 2px;
}

#contents_wrap .unit_wrap .lineup_list .box .txt_wrap .btn_wrap a {
	text-align: center;
	border: 1px solid #b2cee5;
	padding: 6px 0;
	border-radius: 16px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -70px;
	width: 140px;
	display: block;
}



#contents_wrap .unit_wrap#what .what_list {
}

#contents_wrap .unit_wrap#what .what_list:after {
	content: '';
	clear: both;
	display: block;
}

#contents_wrap .unit_wrap#what .what_list .box {
	width: 49%;
	float: left;
	margin-right: 2%;
	border-bottom: 1px dotted #d9d9d9;
	padding: 10px 0;
	
	position: relative;
}

#contents_wrap .unit_wrap#what .what_list .box:nth-child(1),
#contents_wrap .unit_wrap#what .what_list .box:nth-child(2) {
	border-top: 1px dotted #d9d9d9;
}

#contents_wrap .unit_wrap#what .what_list .box:nth-child(2n) {
	margin-right: 0%;
}

#contents_wrap .unit_wrap#what .what_list .box:before {
	position: absolute;
	content: url('../../images/common/icon_arr_02.png');
	right: 0;
	top: 50%;
	margin-top: -12px;
}

#contents_wrap .unit_wrap#what .what_list .box:after {
	content: '';
	clear: both;
	display: block;
}

#contents_wrap .unit_wrap#what .what_list .box .photo {
	width: 24%;
	height: 120px;
	float: left;
	margin-right: 2%;
}

#contents_wrap .unit_wrap#what .what_list .box .photo img {
	max-width: 100%;
}

#contents_wrap .unit_wrap#what .what_list .box .txt_wrap {
	width: 74%;
	float: right;
}

#contents_wrap .unit_wrap#what .what_list .box .txt_wrap .upper p {
	margin-bottom: 5px;
}

#contents_wrap .unit_wrap#what .what_list .box .txt_wrap .upper p .date {
	font-size: 13px;
	color: #8c8c8c;
	float: left;
	margin-right: 1em;
}

#contents_wrap .unit_wrap#what .what_list .box .txt_wrap .upper:after {
	content: '';
	clear: both;
	display: block;
}

#contents_wrap .unit_wrap#what .what_list .box .txt_wrap .upper ul {
	margin-bottom: 0;
}

#contents_wrap .unit_wrap#what .what_list .box .txt_wrap .upper ul:after {
	content: '';
	clear: both;
	display: block;
	
	margin-bottom: 6px;
}

#contents_wrap .unit_wrap#what .what_list .box .txt_wrap .upper ul li {
	float: left;
}

#contents_wrap .unit_wrap#what .what_list .box .txt_wrap .upper ul li a {
	background: #d9d9d9;
	color: #fff;
	text-decoration: none;
	padding: 4px 8px;
	border-radius: 10px;
}


#contents_wrap .unit_wrap#what .what_list .box .txt_wrap .desc p {
	padding-right: 20px;
	box-sizing: border-box;
}


#contents_wrap .unit_wrap .todetail {
	margin-top: 15px;
}

#contents_wrap .unit_wrap .todetail a:before {
	content: url('../../images/common/icon_arr_01.png');
	position: relative;
	margin-right: 6px;
	top: 2px;
}


#top #contents_wrap .unit_wrap#feature .ttl_wrap {
	margin-bottom: 35px;
}

#top #contents_wrap .unit_wrap#feature .ttl_wrap h2 img.imgttl {
	vertical-align: bottom;
	position: relative;
	top: 10px;
}

#top #contents_wrap .unit_wrap#feature .feature_list .box {
	margin-bottom: 35px;
	background: #fff;
}

#top #contents_wrap .unit_wrap#feature .feature_list .box:after {
	content: '';
	clear: both;
	display: block;
}

#top #contents_wrap .unit_wrap#feature .feature_list .box .photo.f_left {
	width: 58%;
	float: left;
}

#top #contents_wrap .unit_wrap#feature .feature_list .box .photo.f_right {
	width: 58%;
	float: right;
}

#top #contents_wrap .unit_wrap#feature .feature_list .box .photo img {
	vertical-align: bottom;
	max-width: 100%;
}

#top #contents_wrap .unit_wrap#feature .feature_list .box .txt_wrap {
	background: #fff;
	box-sizing: border-box;
	padding: 35px 15px;
}

#top #contents_wrap .unit_wrap#feature .feature_list .box .txt_wrap.f_right {
	width: 42%;
	float: right;
}

#top #contents_wrap .unit_wrap#feature .feature_list .box .txt_wrap.f_left {
	width: 42%;
	float: left;
}

#top #contents_wrap .unit_wrap#feature .feature_list .box .txt_wrap .subttl {
	margin-bottom: 8px;
}

#top #contents_wrap .unit_wrap#feature .feature_list .box .txt_wrap .subttl h3 {
	display: inline;
	font-size: 24px;
	font-weight: normal;
	color: #005da9;
}

#top #contents_wrap .unit_wrap#feature .feature_list .box .txt_wrap p.desc {
	font-size: 13px;
}


/*======================================

	0.sec page

=======================================*/

/** sec common **/

.pankuzu_wrap {
	width: 100%;
	padding: 6px 10px;
	box-sizing: border-box;
}

.pankuzu_wrap p {
	font-size: 11px;
	margin-bottom: 0;
}

.pankuzu_wrap p a {
	color: #666;
}

.pankuzu_wrap p .act {
	font-weight: bold;
}


#sec #container .mainttl_wrap h1 {
	color: #005da9;
    font-size: 26px;
    letter-spacing: 0.1em;
    
    margin-top: 55px;
    margin-bottom: 25px;
    text-align: center;
}

#sec #container .unit_wrap .subttl h3.borderwrap {
	border: 1px solid #005da9;
	display: inline;
	padding: 12px 20px;
	letter-spacing: 0.1em;
}


/** item list **/

#sec #container.itemlist .unit_wrap#catlist {
	padding-top: 0;
	
}

#sec #container.itemlist .unit_wrap#catlist .ttl_wrap {
	width: 100%;
	position: relative;
	margin-bottom: 45px;
}

#sec #container.itemlist .unit_wrap#catlist .ttl_wrap .photo {
	width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1599px) {
	#sec #container.itemlist .unit_wrap#catlist .ttl_wrap .photo {
		width: 100%;	
	}
}

#sec #container.itemlist .unit_wrap#catlist .ttl_wrap .photo img {
	width: 100%;
}


#sec #container.itemlist .unit_wrap#catlist .ttl_wrap .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#sec #container.itemlist .unit_wrap#catlist .ttl_wrap .txt h1 {
	color: #005da9;
    font-size: 26px;
    letter-spacing: 0.1em;
    background: rgba(255, 255, 255, 0.8);
    padding: 12px 15px;
    box-sizing: border-box;
}

#sec #container.itemlist .unit_wrap#catlist .cont .cat_list {
	width: 102%;
	margin-left: -1%;
}

#sec #container.itemlist .unit_wrap#catlist .cont:after {
	content: '';
	clear: both;
	display: block;
}

#sec #container.itemlist .unit_wrap#catlist .box {
	width: 23%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    box-sizing: border-box;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
}

#sec #container.itemlist .unit_wrap#catlist .box:nth-child(4n+1) {
	clear: both;
}

#sec #container.itemlist .unit_wrap#catlist .box .photo {
	margin-bottom: 3px;
}

#sec #container.itemlist .unit_wrap#catlist .box .txt {
	font-size: 13px;
}


/** item detail **/

#sec #container.itemdetail .unit_wrap#detail {
	padding-bottom: 0;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail.bg_dots {
	background: url(../../images/common/bg_dot.png);
}

#sec #container.itemdetail .unit_wrap#detail .item_detail:after {
	content: '';
	clear: both;
	display: block;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail {
	position: relative;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap {
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
	
	
	width: 60%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	padding: 25px;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap .big_photo {
	margin-bottom: 15px;
	max-width: 600px;
	height: 340px;
	margin-left: auto;
	margin-right: auto;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap .big_photo ul.slick-slider {
	height: 100%;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap .big_photo ul.slick-slider .slick-list {
	height: 100%;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap .big_photo ul.slick-slider .slick-list .slick-track {
	height: 100%;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap .big_photo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	vertical-align: bottom;
	margin-left: auto;
	margin-right: auto;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap .thums:after {
	content: '';
	clear: both;
	display: block;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap .thums ul {
	font-size: 0;
	text-align: center;
	margin-bottom: 25px;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap .thums li {
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	background: #fff;
	display: inline-block;
	margin: 5px;
	overflow: hidden;
	position: relative;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap .thums li img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    
    vertical-align: bottom;
}


#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap .btn_wrapper:after {
	content: '';
	clear: both;
	display: block;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap .btn_wrapper .btn_wrap.download {
	width: 49%;
	float: left;
	text-align: left;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap .btn_wrapper .btn_wrap.contact {
	width: 49%;
	float: right;
	text-align: left;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap .btn_wrapper .btn_wrap p {
	font-size: 12px;
	margin-bottom: 3px;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap .btn_wrapper .btn_wrap .btn {
	padding: 5px;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap .btn_wrapper .btn_wrap .btn a {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #fff;
	text-align: center;
	padding: 8px;
	text-decoration: none;
	font-weight: bold;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap .btn_wrapper .btn_wrap.download .btn {
	background: #d9d9d9;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap .btn_wrapper .btn_wrap.download .btn a {
	color: #333333;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap .btn_wrapper .btn_wrap.download .btn a:before {
	content: url('/images/itemdetail/btn_download.png');
	position: relative;
	margin-right: 5px;
	top: 5px;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap .btn_wrapper .btn_wrap.contact .btn {
	background: #fff802;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap .btn_wrapper .btn_wrap.contact .btn a {
	color: #005da9;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .left_wrap .btn_wrapper .btn_wrap.contact .btn a:before {
	content: url('/images/itemdetail/btn_mail.png');
	position: relative;
	margin-right: 5px;
	top: 5px;
}


#sec #container.itemdetail .unit_wrap#detail .item_detail .right_wrap {
	width: 40%;
	float: right;
	background: #fff;
	box-sizing: border-box;
	padding: 25px;
}

#sec #container.itemdetail .unit_wrap#detail .item_detail .right_wrap .sub_ttl {
	background: #ebebeb;
	padding: 8px;
	box-sizing: border-box;
	margin-bottom: 8px;
}



/** company **/

#sec #container.company .unit_wrap#cont_01 .cont {
	position: relative;
}

#sec #container.company .unit_wrap .cont .key_v_wrap {
	width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1599px) {
	#sec #container.company .unit_wrap .cont .key_v_wrap {
		width: 100%;	
	}
}

#sec #container.company .unit_wrap#cont_01 .cont .bon {
	position: absolute;
	left: 50%;
	margin-left: -360px;
	bottom: -25px;
}

#sec #container.company .unit_wrap#anker_link {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#sec #container.company .unit_wrap#anker_link ul:after {
	content: '';
	clear: both;
	display: block;
}

#sec #container.company .unit_wrap#anker_link li {
	width: 50%;
	float: left;
	text-align: center;
}

#sec #container.company .unit_wrap#anker_link li:first-child a {	
	border-left: 1px solid #005da9;
}

#sec #container.company .unit_wrap#anker_link li a {
	display: block;
	width: 100%;
	box-sizing:border-box;
	text-decoration: none;
	font-size: 15px;
	padding: 6px 0;
	border-right: 1px solid #005da9;
}

#sec #container.company .unit_wrap#anker_link li a:before {
	content: url('/images/common/icon_arr_03.png');
	position: relative;
	margin-right: 6px;
	top: 3px;
}

#sec #container.company .unit_wrap .tbl_wrap table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #d9d9d9;
}

#sec #container.company .unit_wrap .tbl_wrap table th {
	color: #005da9;
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
	width: 24%;
	box-sizing: border-box;
	padding: 12px 5px;
	vertical-align: top;
}

#sec #container.company .unit_wrap .tbl_wrap table td {
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
	width: 76%;
	box-sizing: border-box;
	padding: 12px 5px;
}

#sec #container.company .unit_wrap .tbl_wrap table td p:last-child {
	margin-bottom: 0;
}

#sec #container.company .unit_wrap .tbl_wrap table td ul.lists li {
	text-indent: -1em;
	padding-left: 1em;
}

#sec #container.company .unit_wrap .recruit_unit {
	margin-bottom: 45px;
}

#sec #container.company .unit_wrap .cont .photo {
	text-align: center;
}


#sec #container.company .unit_wrap .recanker_wrap {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
}

#sec #container.company .unit_wrap .recanker_wrap ul:after {
	content: '';
	clear: both;
	display: block;
}

#sec #container.company .unit_wrap	.recanker_wrap ul {
	
}

#sec #container.company .unit_wrap	.recanker_wrap li {
	width: 48%;
	margin-bottom: 10px;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	text-align: center;
	background: #d9d9d9;
	box-sizing: border-box;
	padding: 5px;
	position: relative;
}


#sec #container.company .unit_wrap .recanker_wrap li a {
	display: block;
	width: 100%;
	font-weight: bold;
	box-sizing:border-box;
	text-decoration: none;
	font-size: 15px;
	padding: 12px 0 35px;
	border: 1px solid #fff;
}

#sec #container.company .unit_wrap .recanker_wrap li a:after {
	content: url('/images/common/icon_arr_03.png');
	position: absolute;
	left: 50%;
	bottom: 8px;
	margin-left: -9px;
}


/** access **/

#sec #container.access .unit_wrap#cont_02 .cont {
	background: #f2f7fb url('../../images/common/bg_dot.png');
	border: 1px solid #005da9;
	padding: 35px 25px;
	box-sizing: border-box;
	position: relative;
	
}

#sec #container.access .unit_wrap#cont_02 .cont .photo_wrap li:nth-child(1) {
	position: absolute;
	width: 180px;
	right: 0;
	top: 0px;
	transform: rotate(15deg);
}

#sec #container.access .unit_wrap#cont_02 .cont .photo_wrap li:nth-child(2) {
	position: absolute;
	width: 180px;
	right: -10px;
	top: 120px;
	transform: rotate(-5deg);
}

#sec #container.access .unit_wrap#cont_02 .cont .photo_wrap li:nth-child(3) {
	position: absolute;
	width: 220px;
	left: -10px;
	top: 0px;
	transform: rotate(-15deg);
}

#sec #container.access .unit_wrap#cont_02 .cont .bg_white {
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	
}


/** workshop **/

#sec #container.workshop .unit_wrap#cont_01 .cont .photo_wrap {
	width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1599px) {
	#sec #container.workshop .unit_wrap#cont_01 .cont .photo_wrap {
		width: 100%;	
	}
}

#sec #container.workshop .unit_wrap#cont_02 .workshop_flyer {
	margin-bottom: 55px;
}

#sec #container.workshop .unit_wrap#cont_02 .workshop_flyer:after{
	content: '';
	clear: both;
	display: block;	
}

#sec #container.workshop .unit_wrap#cont_02 .workshop_flyer .left_wrap{
	width: 32%;
	max-height: 455px;
	float: left;
	position: relative;
}

#sec #container.workshop .unit_wrap#cont_02 .workshop_flyer .left_wrap .big_icon {
	width: 48px;
	height: 48px;
	border-radius: 24px;
	background: rgba(0, 93, 169, 0.8);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    transition: all .6s;
	-webkit-transition: all .6s;
}

#sec #container.workshop .unit_wrap#cont_02 .workshop_flyer .left_wrap:hover .big_icon {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	padding-top: 22px;
	
    transition: all .6s;
	-webkit-transition: all .6s;
}

#sec #container.workshop .unit_wrap#cont_02 .workshop_flyer .left_wrap:hover .big_icon img {
	transform: scale(1.2);
    transition: all .6s;
	-webkit-transition: all .6s;
}

#sec #container.workshop .unit_wrap#cont_02 .workshop_flyer .left_wrap img{
	opacity: 1;
	transition: all .6s;
	-webkit-transition: all .6s;
}

#sec #container.workshop .unit_wrap#cont_02 .workshop_flyer .left_wrap:hover img{
	opacity: 0.6;
	transition: all .6s;
	-webkit-transition: all .6s;
}

#sec #container.workshop .unit_wrap#cont_02 .workshop_flyer .right_wrap{
	width: 66%;
	float: right;
	max-height: 455px;
	
	text-align: center;
}

#sec #container.workshop .unit_wrap#cont_02 .workshop_flyer .right_wrap .prev{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -50px;
	z-index: 99;
}

#sec #container.workshop .unit_wrap#cont_02 .workshop_flyer .right_wrap .next{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -50px;
	z-index: 99;
}


#sec #container.workshop .unit_wrap#cont_02 .workshop_flyer .right_wrap .slick-slide img {
	max-height: 455px;
	text-align: center;
	opacity: 0.3;
	transition: all .6s;
	-webkit-transition: all .6s;
	margin-left: auto;
	margin-right: auto;
}

#sec #container.workshop .unit_wrap#cont_02 .workshop_flyer .right_wrap .slick-slide.slick-current img {
	opacity: 1;
	transition: all .6s;
	-webkit-transition: all .6s;
	
}

/*
calendar
*/

#sec #container.workshop .unit_wrap#cont_03 .workshop_calendar .fc-toolbar.fc-header-toolbar {
	padding: 15px 0;
}

#sec #container.workshop .unit_wrap#cont_03 .workshop_calendar .fc-toolbar .fc-center {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%,-20%);
    -moz-transform: translate(-50%,-20%);
    -ms-transform: translate(-50%,-20%);
    -o-transform: translate(-50%,-20%);
    transform: translate(-50%,-20%);
}

#sec #container.workshop .unit_wrap#cont_03 .workshop_calendar .fc-toolbar .fc-center h2 {
	font-weight: normal;
	border: 1px solid #b2b2b2;
	font-size: 18px;
	padding: 8px 15px;
	border-radius: 22px;
	background: #fff;
}

#sec #container.workshop .unit_wrap#cont_03 .workshop_calendar .fc-state-default.fc-corner-left {
	border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

#sec #container.workshop .unit_wrap#cont_03 .workshop_calendar .fc-state-default.fc-corner-right {
	border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

#sec #container.workshop .unit_wrap#cont_03 .workshop_calendar .fc-today-button {
	padding-left: 15px;
	padding-right: 15px;
	
	background: #e6e6e6;
	text-shadow: none;
}

#sec #container.workshop .unit_wrap#cont_03 .workshop_calendar .fc-today-button.fc-state-disabled {

	
	background: #fff;
}

#sec #container.workshop .unit_wrap#cont_03 .workshop_calendar .fc-state-default {
	text-shadow: none;
	box-shadow: none;
	background-image: none;
}

#sec #container.workshop .unit_wrap#cont_03 .workshop_calendar .fc-state-active {
	background-color: #fff;
}

#sec #container.workshop .unit_wrap#cont_03 .workshop_calendar .fc-day-header {
	background: #f0f0f0;
	padding: 6px 0;
}

#sec #container.workshop .unit_wrap#cont_03 .workshop_calendar .fc-day-header.fc-sat {
	background: #f0fcff;
	color: #05c5fe;
}

#sec #container.workshop .unit_wrap#cont_03 .workshop_calendar .fc-day-header.fc-sun {
	background: #fde8f1;
	color: #ed1e79;
}

#sec #container.workshop .unit_wrap#cont_03 .workshop_calendar .fc-body {
	background: #fff;
}

#sec #container.workshop .unit_wrap#cont_03 .workshop_calendar .fc-day-top.fc-sat {
	color: #05c5fe;
}

#sec #container.workshop .unit_wrap#cont_03 .workshop_calendar .fc-day-top.fc-sun {
	color: #ed1e79;
}

#sec #container.workshop .unit_wrap#cont_03 .workshop_calendar .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	float: left;
}
