@charset "utf-8";
/*
===============================================================================
PC_hidden
===============================================================================
*/
#menu_btn,
.sp_menu
{
  display: none;
}
br.sp{
  display: none;
}
.sp{
	display:none;
}
a{
	color:#000;
	text-decoration:none;
}
/*
===============================================================================
Body
===============================================================================
*/

body{
  overflow: auto;
overflow-x: hidden;
    width: 100%;
}


/*
===============================================================================
Header
===============================================================================
*/
header{
    display:block;
    width: 100%;
    position: relative;
}
header .logo{
    position: absolute;
    bottom:69px;
    left: 20px;
    z-index: 99;
}
header .logo img{
    display: block;
    width: 280px;
    height:55px;
}
#header_in{
    display: table;
    width:1200px;
    height: 70px;
    margin: 0 auto;
    position: relative;
}

#header_in .sub_nav, 
#header_in a.fb, 
#header_in .search, 
#header_in .language{
    position: absolute;
    top:20px;
    z-index: 9;
}

#header_in a.fb{right:0;}
#header_in .search{right:40px;}
#header_in .language{right:230px;}
#header_in .sub_nav{right:390px;}

#header_in .sub_nav{
    display:flex;
}
#header_in .sub_nav li{
    margin-right:20px;
}
#header_in .sub_nav li a{
    font-size: 14px;
    padding-left: 25px;
    position: relative;
}
#header_in .sub_nav li a::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#header_in .sub_nav li:nth-child(1) a::before{background-image: url("../../images/subnav01.png");}
#header_in .sub_nav li:nth-child(2) a::before{background-image: url("../../images/subnav02.png");}
#header_in .sub_nav li:nth-child(3) a::before{background-image: url("../../images/subnav03.png");}
#header_in .sub_nav li:nth-child(4) a::before{background-image: url("../../images/subnav04.png");}
#header_in .sub_nav li:nth-child(5) a::before{background-image: url("../../images/subnav05.png");}

#header_in a.fb{
    display: block;
    width: 30px;
    height: 30px;
}
#header_in a.fb img{
    display: block;
    width: 100%;
    height: auto;
}
#header_in .search{
    display:flex;
    width: 170px;
    padding: 0;
    margin: 0;
    background-color: #d6d6d6;
}
#header_in .search input, 
#header_in .search input:focus{
    width: 140px;
    background-color: #d6d6d6;
    border: none;
    padding:5px;
}
#header_in .search input.search_btn{
    width:30px;
    background-color:inherit;
    background: url("../../images/icon_language.png") no-repeat center center;
    position: relative;
    float: right;
}
#header_in .language{
    width: 160px;
    background-color: #d6d6d6;
}
#header_in #language-open{
    font-size:0.8em;
    padding-left: 40px;
}
#header_in #language-open::after{
    content:"";
    display: inline-block;
    width: 25px;
    height:28px;
    background: url("../../images/arrow_bottom.png") no-repeat center center;
    background-color:#808080;
    background-size: 60% auto;
    position: absolute;
    top: 0;
    right: 0;
}
#header_in #language-open span::before{
    content: "";
    display: inline-block;
    width: 20px;
    height:28px;
    background: url("../../images/icon_search.png") no-repeat center center;
    position: absolute;
    top: 0;
    left:5px;
}
#header_in #language-open::after{

}
#header_in .language ol{
    display: none;
}
#header_in .language ol li{
    border-top:#808080 solid 1px;
    padding: 0 10px;
}
#header_in .language ol li a{
    font-size: 14px;
}

/*********
1335px以下
*********/
/* @media screen and (max-width:1335px) { */
#header_in {
    height:100px;
}
#header_in .sub_nav, 
#header_in a.fb, 
#header_in .search, 
#header_in .language{
    position: absolute;
    top: inherit;
    top:50px;
    z-index: 9;
}
#header_in .sub_nav {
    top: 10px;
    right: 0;
}
#header_in .sub_nav li:last-child{
    margin-right: 0;
}
/* } */

/*********
1200px以上
*********/
@media screen and (min-width:1200px) {
header .logo {
    position: absolute;
    bottom: 69px;
    left: calc((100% - 1200px)/2);
    z-index: 99;
}
}

/*
===============================================================================
Navigation
===============================================================================
*/
#global-nav #nav-open{
	display:none;
}

#global-nav{
    width: 100%;
    background-color: #f5f5f5;
    border-bottom: #e67800 solid 6px;
}
#global-nav.fixed{
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    z-index: 999;
}

#global-nav #nav-content ul.category{
	display:flex;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	width:1200px;;
	margin:0 auto;
}
#global-nav #nav-content ul.category > li{
    width: 16.66666%;
}
#global-nav #nav-content ul.category > li > a{
	display:block;
    position: relative;
}
#global-nav #nav-content ul.category > li > a::before{
    content: "";
    display: block;
    height: 80%;
    width: 1px;
    border-left:#acacac solid 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#global-nav #nav-content ul.category > li:last-child > a::after{
    content: "";
    display: block;
    height: 80%;
    width: 1px;
    border-right:#acacac solid 1px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#global-nav #nav-content ul.category > li > a{
    display: block;
    height: 53px;
    line-height: 53px;
    text-align: center;
}
#global-nav #nav-content ul.category > li > a:hover{
    background-color:#e67800;
    color: #fff;
    opacity:1;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}
#global-nav #nav-content ul.category > li > span > a::before{
    content: "";
    display: block;
    width: 1px;
    height:43px;
    position: absolute;
    background-color:#acacac;
    top:5px;
    left:0;
}
#global-nav #nav-content ul.category > li:last-child > span > a::after{
    content: "";
    display: block;
    width: 1px;
    height:43px;
    position: absolute;
    background-color:#acacac;
    top:5px;
    right:0;
}
#global-nav #nav-content ul.category > li.accordion > span{
    height: 100%;
    text-align: center;
    line-height: 53px;
    display: block;
    position:relative
}
#global-nav #nav-content ul.category > li a.sp{
display:none;
}


/*サブナビ*/
#nav-content .category{
    position: relative;
}
#nav-content .category li.accordion ul.sub{
    display:none;
    background-color: #f5f5f5;
    width: 1200px;
    padding:10px 30px 0;
    z-index: 9999;
    position: absolute;
    top:59px;
    left:0;
}
#nav-content .category li.accordion ul.sub li{
    float: left;
    margin-right:20px;
    padding-right: 20px;
	margin-bottom:10px;
    position: relative;
}
#nav-content .category li.accordion ul.sub li::before{
    content: "";
    display: block;
    height: 90%;
    width: 1px;
    background-color:#acacac;
    position: absolute;
    top: 5%;
    right:0;
}
#nav-content .category li.accordion ul.sub li:last-child::before{
    display:none;
}
#nav-content .category li.accordion ul.sub li a{
    font-size:0.9em;
    color:#000;

}
/**********/


#global-nav #nav-content .sub_nav, 
#global-nav #nav-content .language, 
#global-nav #nav-content .search, 
#global-nav #nav-content .fb{
    display: none;
}


/*
===============================================================================
Utility
===============================================================================
*/
.slider img {
/* 画面フルで表示
	width: 100%;
	height: auto;
*/
/* グローバルメニューの横幅をMAXとする */
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: auto;
}
.single-item {
	max-width: 768px;
	margin: 0 auto 50px;
}

.slider-nav01{
    display: block;
    width: 1080px;
    margin:20px auto 0;
}
.slider-nav01 li.slick-slide{
    padding: 0 10px;
}
.slider-nav01 li.slick-slide img{
    display: block;
    width:100%;
    height: auto;
}
.slider-nav01 .slick-next, 
.slider-nav01 .slick-prev{
    width: 36px;
    height: 36px;
    background-color:#e67800;
	z-index: 99;

}
.slider-nav01 .slick-prev::before, 
.slider-nav01 .slick-next::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-image: url("../../images/arrow_left.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size:50% auto;

}
.slider-nav01 .slick-next::before{background-image: url("../../images/arrow_right.png");}
.slider-nav01 .slick-next {
	right:-40px;

}
.slider-nav01 .slick-prev {
	left:-40px;
}


/*
===============================================================================
Footer
===============================================================================
*/
footer{
    background-color:#222222;
    color: #fff;
    padding-top: 50px;
    position: relative;
}
footer a{
    color: #fff;
}
footer ul.bnr{
    display:flex;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    
}
.footer_nav{
    display: table;
    width: 600px;
    text-align: center;
    margin: 30px auto;
}
.footer_nav li{
    display: inline-block;
}
.footer_nav li a{
    font-size: 14px;
    height: 14px;
}
.footer_nav li::after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    border-right:#fff solid 1px;
    margin: 0 18px;
}
.footer_nav li:nth-child(4)::after, 
.footer_nav li:last-child::after{
    display: none;
}
footer .logo{
    display: table;
    margin: 0 auto;
}
footer .logo img{
    display:table;
    width: 280px;
    height: 55px;
}
footer ul.footer_link{
    display:flex;
    -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
    margin-top: 30px;
}
footer ul.footer_link li{
    margin: 0 15px;
}
footer ul.footer_link li a{
    font-size: 14px;
}
footer span.copy{
    display: block;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.08em;
    color: #acacac;
}
footer .fb{
    display: block;
    width:20px;
    height: 20px;
    position: absolute;
    bottom: 30px;
    right: 50%;
    margin-right: -300px;
}
footer .fb img{
    display: block;
    width: 100%;
    height: auto;
}
/*
===============================================================================
Base Parts
===============================================================================
*/

.page-top{
	display:none ;
}
 
.page-top p{
	position: fixed ;
	right: 16px ;
	bottom: 80px ;
    z-index: 99;
}
 
.move-page-top{
	display: block ;
	background:#e67800;
    border-radius: 5px;
	width: 45px ;
	height: 45px ;
    padding-top: 8px;
	cursor: pointer ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

.move-page-top img{
    display: block;
    width: 60%;
    margin:0 auto;
}



/*スライド調整*/
.slider-nav01 li.slick-slide {
float:left;
}

/*スライド*/
.slick-slider div,
.slick-slider div  li{ transition: none; }