@charset "UTF-8";
/* CSS Document */

/*==================================================
header
================================================== */
.inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: 0;
    position: fixed;
    width: 100%;
    height: auto;
    margin:0 auto 0;
    padding: 0;
    z-index: 999;
    background-color: #ffffffa1;
    height: 70px;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
}


/*==================================================
ナビゲーションMENU
================================================== */

#navi-menu{
    position: absolute;
    left: 150px;
    top: 8px;
    text-align: right;
    width: 850px;
}

/* dropdown menu */
#dropmenu{
    list-style: none;
    margin: 0;
    margin-top: -8px;
}
#dropmenu li{
    display: inline-block;
	width : auto;
    position: relative;
    vertical-align: top;
}
#dropmenu li a{
    display: block;
    color: #fff !important;
    font-weight: 400;
    height: 55px;
    padding: 0 15px;
	padding-top: 15px;
	font-size: 13px;
}
#dropmenu li a i.fa-sort-down{
	display: block;
	text-align: center;
}

#dropmenu li a:hover{
    background: #f5f4f9;
    text-decoration: none;
	color: #1c3b57 !important;
}
#dropmenu li.li-contact a{
    color: #fced01 !important;
    background: #2a679d;
    padding: 0 20px;
	margin-left: 10px;
	line-height: 70px;
	height: 70px;
}
#dropmenu li.li-contact a:hover{
    color: #000 !important;
    background: #f5f4f9;
}

#dropmenu li.li-contact a i{
    padding-right: 10px;
}

#dropmenu li:last-child a{
    border-right: none;
}

#dropmenu > li > ul{
    width: 100%;
  list-style: none;
  position: absolute;
  display: block;
  top: 70px;
  left: 0;
  margin: 0;
  padding: 0;
  height: 0 !important;
}

#dropmenu li ul li{
  overflow: hidden;
  display: block;
  height: 0;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  z-index:1000;
  background: #00487f;
}
#dropmenu li ul li a{
  padding: 0 15px;
  color:#fff !important;
  text-align: left;
  font-size:12px;
  font-weight: normal;
  height:38px;
  line-height:38px;
  vertical-align:middle;
    border: none;
}

#dropmenu li ul li a:hover{
    color: #000 !important;
}


#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
}




/* --------------- iPad--------------- */

@media screen and (min-width: 768px) and (max-width: 1023px){


} 

/* --------------- MENU--------------- */

#top-head .contents-area{width: 100%;}
#top-head .site-logo, #top-head #mobile-head{display: block;}    
#nav-toggle p{position: absolute; bottom:1px; text-align: center; font-size: 10px; font-weight: bold; margin: 0; color: #fc7248; width: 100%; }

#navi-menu{display: none;}
    
#top-head,
    .inner {
        width: 100%;
        padding: 0;
        position: relative;
        height: 100%;
    }
  #top-head {
    display: block;
    position: fixed;
    height: 55px;
    padding-top: 0;
    border-bottom: #e0e0e0 solid 1px;
}
	#top-head.fixed{
		position: fixed;
	}
    
.navi {
    position: fixed;
    top: 55px;
    right: -100%;
    height: 100%;
    background-color: #ffffff;
    width: 100%;
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    overflow-y: scroll;
    border: solid 1px #eee;
}


.navi ul {
    display: block;
    list-style: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap !important;
    margin: 20px 0px;
}
.navi ul li {
    display: block;
    border-bottom: 1px solid #fff;
}

.navi ul li a {
    display: block;
    color: #fff;
    text-align: left;
    /* height: 56px; */
    /* line-height: 56px; */
    font-size: 13px;
    padding: 0 10px;
    display: block;
    padding: 10px 4px;
    border-bottom: 1px solid #eaeaea;
    font-size: 18px;
    color: #444;
}

.navi ul li a i{
    padding-left: 5px;
}
    
    .navi ul li.li-contact a{
        background: #1c3b57;
        color: #fced01;
        text-align: center;
        height: 60px;
        line-height: 60px;
    }
	
	.navi ul li.li-contact a i{
		padding-left: 0;
		padding-right: 5px;
	}



	.navi_inner{
		
		margin: 30px 20px;
		
	}

/*Pure CSS Sidebar*/

#sidebarMenu {
    height: 100%;
    position: fixed;
    right: 0;
    width: 290px ;
    transform: translateX(100%);
    transition: transform 700ms ease-in-out;
}

#sidebarMenu.close {
    right: 0 !important;
    transform: translateX(100%) !important;
    transition: transform 700ms ease-in-out;
}

header input[type="checkbox"]:checked ~ #sidebarMenu{
    transform: translateX(0) !important;
}

header input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 19px;
    right: 15px;
    height: auto;
    width: 25px;
    margin: 0;
    /* padding: 20px 12px 0 12px; */
    /* background: #fff; */
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #000;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 4px;
    background: #d80c24;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 4px;
}
header input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
header input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
header input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -10px;
}

/*------------------------------------
ヘッダー a hover:下線アンダーライン ↓
------------------------------------*/
header ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
header ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #d91427;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
header ul li a:hover {
  color: #000;
 text-decoration: none;
}
header ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
/*------------------------------------
ヘッダー pcハンバーガーメニュー ↓
------------------------------------*/
header {
  font-weight: 700;
}
header .pc_nav {
  margin: auto;
  width: 80%;
  padding-top: 40px;
}
header .pc_nav div .crumbs ul li {
  margin-right: 40px;
}
header .pc_nav div .crumbs ul li:last-of-type {
  margin-right: 0;
}
/*------------------------------------
ヘッダー spハンバーガーメニュー ↓
------------------------------------*/
 header .sp_nav {
    text-align: left;
}
.sidemenu {
  height: 100vh;
  padding-top: 100px;
  position: fixed;
  right: -40%; /*メニュー幅*/
  transition: all 0.6s;
  top: 0;
  width: 40%; /*メニュー幅*/
  z-index: 2;
  background-color: #fff;
}
.sidemenu nav ul li {
    padding: 20px;
    display: block;
    color: #fff;
    text-align: left;
    font-size: 13px;
    padding: 0 10px;
    display: block;
    padding: 13px 0px;
    border-bottom: 1px solid #eaeaea;
    font-size: 17px;
    color: #444;
	font-weight: normal;
}
.sidemenu a {
    text-decoration: none;
}
.hamburger {
    cursor: pointer;
    height: 30px;
    position: fixed;
    right: 15px;
    top: 13px;
    width: 30px;
    z-index: 99999;
}
.hamburger span {
    /* background-color: #000; */
    height: 3px;
    /* left: 8px; */
    position: absolute;
    transition: all 0.6s;
    width: 30px;
}

.hamburger_linetop {
    top: 5px;
    background-color: #000;
}

.hamburger_linecenter {
    top: 12px;
    background-color: #d80c24;
}

.hamburger_linebottom {
    top: 19px;
    background-color: #000;
}
/*------------------------------------
メニュークリックした後 ↓
------------------------------------*/
.nav_open .sidemenu {
  right: 0;
}
.nav_open .hamburger_linetop {
  top: 12px;
  transform: rotate(45deg);
}
.nav_open .hamburger_linecenter {
  left: 50%;
  width: 0;
}
.nav_open .hamburger_linebottom {
  top: 12px;
  transform: rotate(-45deg);
}
.nav_open .overlay {
  opacity: 0.8;
  visibility: visible;
}
/*------------------------------------
メニュークリック後メニュー外の背景 ↓
------------------------------------*/
.overlay {
    background-color: #000;
    cursor: pointer;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    visibility: hidden;
    width: 100vw;
    z-index: 2;
}

/*------------------------------------
@media screen 1000px~999px ↓
------------------------------------*/
@media screen and (max-width: 1000px) {
  .sp_no {
    display: none;
  }
  .sidemenu {
    right: -130%;
    width: 260px;
}
}
@media screen and (min-width: 999px) {
  .pc_no {
    display: none;
  }
}	
.nav-al {
    padding: 0px 20px;
}


.wrapper{
    max-width: 780px;
    margin: 0 auto;
}