@charset "utf-8";

/* CSS Document */

/*-----------------------------------------------  
common.css  
-----------------------------------------------*/

@import url(base.css);
img {
    max-width: 100%;
    height: auto;
}

.hideimp {
    display: none !important;
}

#header {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
}

.menu_top {
    background-color: #000000;
    height: 61px;
}

.inner {
    /*width: 1200px;*/
    /*width:  90%;*/
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
}

.menu_top .inner {
    overflow: visible;
}

.menu_top .inner .logo {
    float: left;
    line-height: 0;
}

.logo a:hover {
    opacity: 0.8;
}

.menu_top .inner .menu_right {
    float: right;
}

.menu_right ul {
    list-style: none;
    line-height: 60px;
}

.menu_right ul li {
    display: inline-block;
    /*padding: 0 0px 0 0px;*/
    padding: 0 10px 0 20px;
    position:relative;
    transition:.3s;
}


/*.menu_right ul li#menu-item-70 a {
    font-size: 17px;
    color: #ff5500;
}*/

.menu_right ul li:last-child {
    padding-left: 5px;
}

.menu_right ul li a {
    color: #ffffff;
    font-weight: bold;
    font-family: arial;
    font-size: 12px;
    text-decoration: none;
}

.menu_right ul li a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 1000px) and (min-width: 960px){
    .menu_right ul li a {
        font-size: 10px;
    }
}


.menu_right ul li.current-menu-item a {
    color: #ff5500;
}

.menu_right > ul > li.current-menu-item > a {
    font-size: 16px;
    vertical-align: middle;
}

.menu_right ul li.border {
    background: url(../img/common/path.png) no-repeat left center;
    padding-left: 15px;
    margin-left: 5px;
}

.menu_top .inner .social {
    float: right;
    margin-left: 10px;
    /* position: relative; */
}

.menu_top .inner .social ul {
    list-style: none;
    line-height: 60px;
}

.menu_top .inner .social ul li {
    display: inline-block;
    /* padding: 0 10px 0 10px; */
    padding: 0 3px;
}

.menu_right #menu-main-menu-pc > li > .sub-menu {
  opacity:0;
  width:90px;
  text-align:center;
  background:#000;
  position:absolute;
  top:60px;
  left:0;
  transition:.3s;
}

.menu_right #menu-main-menu-pc > li:hover > .sub-menu {
  opacity:1;
}
/*.social:before {
	content: url(../img/common/path.png);
	position: absolute;
	vertical-align: middle;
	top: 19px;
}*/

.social ul li a {
    color: #ffffff;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.social ul li a:hover {
    text-decoration: underline;
}

.menu_top .inner .social ul li img {
    vertical-align: middle;
}

.menu_top .inner .social ul li a:hover img {
    opacity: 0.8;
}

.main_menu {
    width: 100%;
    margin: auto;
    overflow: hidden;
    background: #008BB8;
}
.main_menu .sp {
    display:  none !important;
}
.main_menu .inner {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.home .main_menu .inner {
    display: block;
}

.main_menu .title_page {
    float: left;
    line-height: 0;
    /* height: 54px; */
    width: 22%;
}

.item_list {
    /*width: 1120px;*/
    width: 100%;
    margin: 0 auto;
    text-align: right;
    margin-bottom: 30px;
}

.item_list a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    font-family: sans-serif;
}

.text_vertical {
    /* transform: rotate(90deg); */
    float: right;
    color: #000;
    font-size: 34px;
    position: absolute;
    top: 13px;
    right: 43px;
}

.item_list a span {
    padding-left: 7px;
}

.item_list a:hover {
    text-decoration: underline;
}

.main_menu .brackcrum {
    /*line-height: 3;
    float: left;*/
    padding-left: 42px;
}

.main_menu .brackcrum span[property="name"] {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_menu .brackcrum a {
    /* line-height: 2.2; */
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

.main_menu .brackcrum a:hover {
    text-decoration: underline;
}

.main_menu .brackcrum > span {
    padding-left: 26px;
    padding-right: 23px;
    color: #ffffff;
}

.main_menu .brackcrum > span:nth-child(n+2) {
    background: url('../img/about_sp/icon_next.png') no-repeat left center;
}

.detail_page {
    float: right;
    line-height: 3.3;
    padding-right: 23px;
    background: url(../img/common/icon_detail.png) no-repeat right center;
}

.main_menu .detail_page a {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.main_menu .detail_page a:hover {
    text-decoration: underline;
}

.main_menu .detail_page span {
    padding-left: 7px;
}

.clear-fix {
    clear: both;
}

#footer {
    width: 100%;
    background-color: #000000;
    /* overflow: hidden; */
    margin: 0 auto;
    position: relative;
    z-index: 22;
}

.infoot {
    /*width: 1200px;*/
    width: 100%;
    margin: 0 auto;
    position: relative;
}







.clickhere {
    vertical-align: middle;
    text-align: center;
    /*
    margin-top: 150px !important;
    margin-bottom: 150px !important;
    */
    padding-top: 150px;
    padding-bottom: 150px;
    overflow: hidden;

}












#footer .inner {
    /* overflow: hidden; */
    color: #ffffff;
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
}

.left_foot {
    float: left;
    margin-right: 15px;
    overflow: visible;
}

.name_logo {
    font-size: 18px;
    font-weight: bold;
    padding-top: 32px;
}

.info_foot {
    padding-top: 16px;
    font-size: 12px;
    line-height: 20px;
}

.info_foot a {
    color: #ffffff;
    text-decoration: none;
}

.info_foot a:hover {
    text-decoration: underline;
}

.coppyright {
    font-size: 12px;
    padding-top: 43px;
    color: #7d7d7d;
}

.mid_foot {
    /* overflow: hidden; */
    float: left;
    position: relative;
}

.mid_foot ul {
    list-style: none;
    padding-right: 35px;
    float: left;
    position: relative;
}

.mid_foot ul:last-child {
    padding: 0;
}

.mid_foot ul li a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}

.mid_foot ul li:hover {
    text-decoration: underline;
    /*background: url(../img/common/icon_select.png) no-repeat left center;*/
}

.mid_foot ul li {
    margin-bottom: 28px;
    position: relative;
    padding-left: 17px;
    background: url(../img/common/ico_menu_footer.png) no-repeat left center;
}

.mid_foot ul li a:hover {}

.right_foot {
    float: right;
    padding-right: 10px;
}

.right_foot ul {
    list-style: none;
}

.right_foot ul li {
    display: inline;
    padding-right: 10px;
}

.right_foot ul li:last-child {
    padding: 0;
}

.right_foot ul li a:hover {
    opacity: 0.8;
}

.hover:before {
    content: url(../img/common/icon_select.png);
    position: absolute;
    margin-top: 0.5px;
    margin-left: -21px;
}

.back_top {
    position: absolute;
    top: -50px;
    right: 0;
}

.about {
    background: url('../img/about_sp/icon_next.png') no-repeat left center;
    /* background-size: 7%; */
}

.back_tile span {
    padding-right: 7px;
}

.back_top a {
    padding-left: 20px;
}

.back_top a:hover {
    opacity: 0.8;
}

.back_tile a {
    color: #ffffff;
    vertical-align: middle;
    position: absolute;
    top: -30px;
    right: 100px;
    text-decoration: none;
}

.back_tile a:hover {
    text-decoration: underline;
}

.clear-fix {
    clear: both;
}

.logo_foot a:hover {
    opacity: 0.8;
}

.rotate {
    text-align: left;
    float: left;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.title_top {
    line-height: 0;
}

.footer {
    overflow: hidden;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.lang {
    float: left;
    margin-top: 22px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    margin-left: 25px
}

.lang .active {
    color: #555;
}

.lang a {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    .inner {
        width: 98%;
    }
    .menu_top .inner .logo {
        float: left;
        line-height: 0;
        width: 18%;
        margin-top: 10px;
    }
    .menu_right ul {
        list-style: none;
        line-height: 60px;
        text-align: right;
    }
    .menu_top .inner .menu_right {
        /* width: 75%; */
        width: auto;
    }
    .menu_right ul li {
        display: inline-block;
        padding: 0 0px 0 2px;
    }
    .left_foot {
        float: left;
        margin-right: 15px;
        overflow: visible;
        width: 30%;
    }
    .menu_right ul li.current-menu-item a {
        font-size: 12px;
    }
}

@media screen and (min-width: 1200px) {
    .inner {
        width: 1200px;
    }
}

@media screen and (max-width: 959px) {
    .inner {
        width: 100%;
        float: left;
        padding: 0 8%;
        box-sizing: border-box;
    }
    .is-fixed{
        height: 100%;
        overflow: hidden;
    }
    .is-fixed #header{
        height: 100%;
        overflow: scroll;
    }
    #header .inner {
        width: 100%;
        float: left;
        padding: 0;
    }
    .menu_top {
        width: 100%;
        float: left;
        overflow: hidden;
        background: #000;
        height: auto;
    }
    .logo {
        width: 60%;
        float: left;
        line-height: 0;
    }
    .menu_top .inner .logo {
        width: 43%;
    }
    .logo img {
        width: 100%;
        max-width: 100%;
    }
    .icon_link {
        width: 25%;
        float: right;
        overflow: hidden;
        margin-top: 4%;
        padding-right: 4%;
        box-sizing: border-box;
    }
    .face {
        width: 50%;
        float: right;
        line-height: 0;
    }
    .face img {
        float: right;
        width: 65%;
        max-width: 100%;
    }
    .icon_menu {
        width: 50%;
        float: right;
        line-height: 0;
    }
    .icon_menu img {
        float: right;
        width: 72%;
        max-width: 100%;
    }
    .sub_menu {
        width: 100%;
        float: left;
        /* overflow: hidden; */
        list-style: none;
        display: none;
        overflow: scroll;
        height: 100%;
    }
    .sub_menu.sp {
        display: none;
    }
    .sub_menu li {
        width: 100%;
        float: left;
        overflow: hidden;
        color: #fff;
        box-sizing: border-box;
        padding-left: 0;
        background: url(../img/index_sp/icon_arrow.png) no-repeat left center;
    }
    .sub_menu li a {
        color: #fff;
        text-decoration: none;
        font-size: 19px;
        font-weight: bold;
        padding: 4% 0% 4% 8%;
        display: block;
    }
    .btn_menu {
        overflow: hidden;
    }
    .sub_menu li:nth-child(odd) {
        background: #FF5500 url(../img/index_sp/icon_arrow.png) no-repeat 92% center;
    }
    .sub_menu li:nth-child(even) {
        background: #FF8B00 url(../img/index_sp/icon_arrow.png) no-repeat 92% center;
    }
    .inner {
        width: 100%;
        float: left;
        overflow: hidden;
    }
    .title_banner img {
        max-width: 100%;
    }
    .title_page {
        width: 35%;
        float: left;
    }
    .brackcrum {
        width: 65%;
        float: right;
    }
    .infoot {
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .back_tile a {
        color: #000;
        font-weight: bold;
        position: absolute;
        right: 3%;
    }
    .social_footer {
        width: 100%;
        float: left;
        overflow: hidden;
        padding: 5% 4%;
        box-sizing: border-box;
    }
    .social_footer ul {
        width: 100%;
        float: left;
        list-style: none;
    }
    .social_footer ul li {
        width: 25%;
        float: left;
        text-align: center;
    }
    .social_footer ul li a img {
        width: 84%;
        max-width: 100%;
    }
    .menu_footer {
        width: 100%;
        float: left;
        overflow: hidden;
    }
    .menu_footer ul {
        width: 100%;
        float: left;
        overflow: hidden;
        list-style: none;
    }
    .menu_footer ul li {
        width: 100%;
        float: left;
        overflow: hidden;
        border-bottom: 1px solid #fff;
        box-sizing: border-box;
    }
    .menu_footer ul li:first-child {
        border-top: 1px solid #fff;
    }
    .col {
        width: 50%;
        text-align: center;
        padding: 5% 0;
        font-size: 14px;
    }
    .col.full {
        width: 100%;
    }
    .menu_footer a {
        color: #fff;
        text-align: center;
        text-decoration: none;
    }
    .menu_footer p {
        text-align: center;
    }
    .left {
        float: left;
    }
    .col.left {
        border-right: 0.5px solid #ffffff;
        box-sizing: border-box;
    }
    .right {
        float: right;
    }
    .col.right {
        border-left: 0.5px solid #ffffff;
        box-sizing: border-box;
    }
    .info_company {
        width: 100%;
        float: left;
        overflow: hidden;
        color: #fff;
        margin-top: 10%;
    }
    .info_company p {
        text-align: center;
        font-size: 14px;
    }
    .info_company p a {
        color: #fff;
        text-decoration: none;
    }
    .logo_footer {
        width: 100%;
        float: left;
        overflow: hidden;
        text-align: center;
    }
    .logo_footer img {
        width: 60%;
        max-width: 100%;
    }
    .info_company .bellow_footer {
        width: 100%;
        float: left;
        font-size: 21px;
        margin-top: 2%;
        font-weight: bold;
        letter-spacing: 5px;
    }
    .coppyright {
        width: 100%;
        overflow: hidden;
        float: left;
        text-align: center;
        color: #595959;
        font-size: 12px;
        padding-bottom: 10%;
    }
    .brackcrum {
        width: 65%;
        float: left;
    }
    .main_menu .brackcrum {
        padding-top: 1%;
        float: left;
        padding-left: 0;
        line-height: 6.3vw;
    }
    .main_menu .brackcrum a {
        line-height: unset;
        color: #ffffff;
        font-size: 15px;
        text-decoration: none;
    }
    .brackcrum {
        float: left;
    }
    .about {
        background: url('../img/about_sp/icon_next.png') no-repeat 14% 58%;
    }
    .jam {
        background: url(../img/common/icon_next.png) no-repeat 10% 57%;
    }
    .main_menu .inner {
        vertical-align: middle;
        height: 100%;
        padding: 0;
    }
    .main_menu .sp {
        display:  block !important;
    }

    .main_menu .brackcrum > span {
        padding: 0;
        padding-left: 10%;
    }
    .main_menu .brackcrum > span:nth-child(n + 2) {
        background-position: 11% center;
    }
    .main_menu .brackcrum a {
        line-height: unset;
        color: #ffffff;
        font-weight: normal;
        font-size: 8px;
        text-decoration: none;
        vertical-align: middle;
    }
    .title_page {
        width: 35%;
        float: left;
    }
    .brackcrum {
        width: 65%;
        float: right;
    }
    .title_page img {
        max-width: 100%;
    }
    .main_menu .brackcrum > span {
        padding: 0;
        padding-left: 10%;
    }
    .brackcrum {
        background: transparent;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .main_menu .brackcrum {
        font-size: 8px;
        white-space: nowrap;
    }
    .wrap_mnu {
        overflow: hidden;
    }





    @media (max-width:959px) {

        .clickhere {
            width: 80%;
            height: auto;
            margin: 0 auto;
            /*margin-top: 100px;
            margin-bottom: 100px;*/
            padding-top: 100px;
            padding-bottom: 100px;
            overflow: hidden;
        }




    }


    /*4_4追加*/
    .rod-img img{
        width: 90%;
    }

    .rod-txt{
        margin-left:20px;
    }

    .ttl-1{
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .ttl-2{
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .ttl-3{
        font-size: 20px;
        border-bottom: 1px solid #ffff;
        font-weight: bold;
        margin-bottom: 9px;
    }




section:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
