@charset "utf-8";

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

@import url("base.css");
body {
    line-height: 1.5;
    position: relative;
}

ul {
    list-style: none;
}

table {
    width: 100%;
}

th {
    text-align: left;
    font-weight: normal;
}

img {
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

a {
    text-decoration: none;
}

.clearfix {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.inner {
    width: 1120px;
    margin: 0 auto;
}

#backtop {
    position: absolute;
    width: 105px;
    height: 106px;
    bottom: 420px;
    right: 70px;
    z-index: 999;
}
/*180713追加*/
.inner_2 {
    width: 658px;
    margin: 0 auto;
}
/*180713追加*/

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


/* FIXED MENU CSS
/*=========================================*/

#menu-fixed {
    width: 450px;
    background: url(../img/common/bg_fx.png);
    padding: 40px 30px 34px 30px;
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.ls-fixed {
    overflow: hidden;
    margin-bottom: 10px;
}

.ls-fixed li {
    float: left;
}

.ls-fixed li:first-child {
    margin-right: 25px;
}

.ls-bnt {
    overflow: hidden;
    margin-bottom: 20px;
}

.ls-bnt li {
    float: left;
}

.ls-bnt li:nth-child(2) {
    margin: 0 8px;
}

.ls-menu {
    background: url(../img/common/fx_line.png) no-repeat top;
    margin-bottom: 25px;
}

.ls-menu li {
    background: url(../img/common/fx_line.png) no-repeat bottom;
}

.ls-menu li a {
    display: block;
    padding: 12px 15px;
}

.ls-menu li a:hover {
    background: url(../img/common/hover_bgfx.png);
}

.ls-menu li:first-child {}

.ls-social {}

.ls-social li {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.ls-social li:nth-child(2n+2) {
    margin-right: 0;
}

.close-menu {
    position: absolute;
    right: 25px;
    top: 25px;
}


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


/* POPUP SEARCH CSS
/*=========================================*/

#search_area {
    /*background: url(../img/common/popup_bg.png) no-repeat top;*/
    background-size: 100% 100%;
    /*padding: 90px 40px 20px 40px;*/
    position: relative;
}

#search_area form {}

#search_area .pop-title {
    position: absolute;
    top: 6%;
    left: 10%;
    max-width: 28%;
}

.input_group {
    margin-bottom: 10px;
}

.input_group label {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    display: block;
}

.input_group input[type="text"] {
    border: 0;
    background: url(../img/common/input_popup.png) no-repeat;
    width: 236px;
    height: 36px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.input_group input[type="submit"] {
    border: 0;
    background: url(../img/common/submit_popup.png) no-repeat;
    width: 290px;
    height: 64px;
    margin-top: 20px;
}

.input_group select {
    border: 0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.input_group .sl1 {
    background: url(../img/common/select1_popup.png) no-repeat;
    background-size: 100% 100%;
    min-width: 63px;
    height: 38px;
}

.input_group .sl2 {
    background: url(../img/common/select2_popup.png) no-repeat;
    width: 126px;
    height: 38px;
}

.input_group .sl3 {
    background: url(../img/common/select3_popup.png) no-repeat;
    width: 176px;
    height: 38px;
}

.input_group table {
    width: auto;
}

.input_group table tr {}

.input_group table tr th {
    font-size: 14px;
    line-height: 2;
    color: #fff;
}

.input_group table tr td {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

.input_group table tr td .form-txt {
    padding: 0 3px;
}

.input_group ul {
    overflow: hidden;
}

.input_group ul li {
    float: left;
}

.input_group ul li:nth-child(2) {
    height: 38px;
    line-height: 38px;
    color: #fff;
    margin: 0 5px;
}


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


/* HEADER CSS
/*=========================================*/

#header {
    width: 100%;
    /*overflow: hidden;*/
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.home #header {
    width: 100%;
    height: 720px;
    background: #000;
    position: relative;
    overflow: hidden;
}

.home #header:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/index/banner_bgtext.png) left bottom repeat-x;
    z-index: -1;
}

#header video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -3;
}

#header .posterVid {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
}
#header .posterVid img {
    width: 100%;
}

#header .inner {
    position: relative;
}

.header_main {
    width: 100%;
    background: url(../img/common/bg_headermain.png) no-repeat right top;
}

.logo {
    float: left;
    width: 240px;
}

.menu_area {
    float: right;
}

.menu_area ul {
    margin-top: 10px;
    overflow: hidden;
}

.menu_area ul li {
    float: left;
    margin-right: 10px;
}

.menu_area ul li:first-child {
    margin-right: 0;
}

.menu_area ul li:nth-child(2) a {
    display: block;
    margin-top: 10px;
}

.menu_area ul li:nth-child(3) a {
    display: block;
    margin-top: 10px;
}

.menu_area ul li:last-child {
    margin-right: 0;
}

.menu_area ul li a {}

.drop_group {
    text-align: right;
}

.drop_group label {
    font-size: 12px;
    line-height: 3;
    color: #573900;
    display: block;
}

.drop_group select.goog-te-combo  {
    color: #333333;
    border: 0 !important;
    background: url(../img/common/bgLanguage.png) no-repeat left center;
    height: 28px !important;
    width: 126px !important;
    margin-left: 5px;
    padding: 0 10px !important;
}

#google_translate_element {
    float: right;
}

.drop_group .goog-te-gadget-simple {
    color: #333333;
    border: 0 !important;
    background: url(../img/common/bgLanguage.png) no-repeat left center;
    /*height: 28px !important;*/
    width: 126px !important;
    margin-left: 5px;
    padding: 0 10px !important;
}

.drop_group .goog-te-gadget img {
    display: none;
    width: auto;
    height: auto;
}

#google_language_translator {
    float: right;
}

.bnt_header {
    float: right;
    margin-top: 116px;
}

.bannerText {
    margin: 45px 0 0 25px;
}

.bannerText2 {
    float: left;
    width: 510px;
    margin-top: 158px;
    font-size: 14px;
    line-height: 2;
    color: #fff;
}

#sound .off,
#sound.muted .on {
    display: none;
}

#sound.muted .off {
    display: inline-block;
}

.bannerText2 img {
    margin-bottom: 20px;
}


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

/**Breacrum**/
#main #bread {
    width: 100%;
    color: #000;
    font-size: 17px;
    margin-top: 24px;
    position: relative;
    z-index: 1;
}
#bread span{
    color: #000;
}
#bread span a{
    //font-size: 19px;
    font-size: 15px;
    text-decoration: none;
    color: #000;
}
#bread span a:hover{
    text-decoration: underline; 
}


/* FOOTER CSS
/*=========================================*/

#footer {
    width: 100%;
    overflow: hidden;
    background: url(../img/common/bg_footer.png);
    padding-top: 30px;
    position: relative;
}

.bg_imgfooter {
    background: url(../img/common/bg_footertop.png) no-repeat right top;
    height: 129px;
    position: absolute;
    width: 590px;
    right: 0;
    top: 0;
}

.left-footer {
    margin-right: 100px;
    margin-bottom: 25px;
}

.left-footer h2 {
    margin-bottom: 20px;
}

.left-footer .tel {
    margin-bottom: 15px;
}

.left-footer .info {
    font-size: 14px;
    line-height: 1.5;
    color: #573900;
    font-weight: bold;
    margin-bottom: 30px;
}

.left-footer .info a {
    color: #573900;
}

.left-footer .info a:hover {
    text-decoration: underline;
    color: #573900;
}

.left-footer .drop_group {
    text-align: left;
}

.menu_footer {
    margin-top: 70px;
    position: relative;
}

.menu_footer ul {
    margin-left: 80px;
}

.menu_footer ul:first-child {
    margin-left: 0;
}

.menu_footer ul li {
    font-size: 14px;
    line-height: 1.5;
    color: #573900;
    font-weight: bold;
    padding-left: 25px;
    background: url(../img/common/icon_footer.png) no-repeat left 2px;
    margin-bottom: 8px;
}

.menu_footer ul li a {
    font-size: 14px;
    line-height: 1.5;
    color: #573900;
    font-weight: bold;
}

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

.menu_footer ul li ul {
    margin-left: 0;
    margin-top: 8px;
}

.menu_footer ul li ul li {
    background: url(../img/common/icon_footer2.png) no-repeat left center;
    padding-left: 15px;
}

.menu_footer ul li ul li a {
    font-weight: normal;
}

.copyright {
    text-align: center;
    color: #f1e4bd;
    font-size: 12px;
    line-height: 55px;
    height: 50px;
    width: 100%;
    overflow: hidden;
    background: url(../img/common/bg_copyright.png) repeat-x;
}

@media (max-width: 1200px) and (min-width: 768px) {
    body {
        width: 1200px;
    }
}

.sp {
    display: none !important;
}

@media (max-width: 767px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    /*body, html {
        width: 100%;
    }*/
    .disabledScroll {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    #header {
        margin-top: 27vw;
    }
    .home #header {
        background: none;
    }
    .headerSP {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }
    .headerSP .headerTop {
        width: 100%;
        background: url(../img/common/sp/bgHeader_sp.png) no-repeat center top;
        background-size: 100%;
        overflow: hidden;
        padding: 3% 3%;
    }
    .headerSP .headerTop img {
        width: 100%;
    }
    .headerSP .headerTop .logosp {
        float: left;
        width: 28%;
        margin: 4.5% 0 0 4.5%;
    }
    .headerSP .headerTop .btnMenu {
        float: right;
        width: 12%;
    }
    .headerSP .headerNav {
        width: 100%;
        background: url(../img/common/sp/bgHeaderNav_sp.png) no-repeat center top;
        background-size: 100%;
    }
    .headerSP .headerNav img {
        width: 100%;
    }
    .headerSP .headerNav ul {
        width: 100%;
        overflow: hidden;
    }
    .headerSP .headerNav ul li {
        width: 33.33%;
        float: left;
        text-align: center;
    }
    .headerSP .headerNav ul li a {
        display: block;
        vertical-align: top;
        width: 100%;
        padding: 7% 0;
    }
    .headerSP .headerNav ul li a img {
        width: 70%;
        vertical-align: middle;
    }
    .headerSP .headerNav ul li span.text {
        display: block;
        font-size: 2vw;
        color: #FFFFFF;
        margin-top: 3%;
    }
    .headerSP .headerNav ul li span.select {
        width: 100%;
        display: block;
        text-align: center;
    }
    #google_language_translator {
        float: none;
        width: 75%;
        display: inline-block;
    }
    .headerSP .headerNav ul li span.select select {
        width: 100% !important;
        font-size: 2vw;
        vertical-align: top;
        border: 0 !important;
        /* padding: 0 !important; */
        border-radius: 0 !important;
        margin: 0 !important;
        color: #333333;/*
        background: url(../img/common/bgLanguage.png) no-repeat left center;
        background-size: 100%;*/
    }
    .inner {
        width: 100%;
    }
    /*180713追加*/
    .inner_2 {
        width: 100%;
    }
    /*180713追加*/
    .home #header {
        height: auto;
        overflow: visible;
    }
    .home #header:after {
        display: none;
    }
    #header {
        overflow: hidden;
    }
    #header video {
        position: static;
        width: 0 !important;
        height: 0 !important;
        visibility: hidden;
    }
    #header .inner {
        position: absolute;
        top: 0;
        left: 0;
    }
    #menu-fixed {
        width: 100%;
        padding: 5vw 5% 34px;
        top: 0;
    }
    #menu-fixed .close-menu {
        display: none;
    }
    #menu-fixed .ls-fixed {
        width: 100%;
        text-align: center;
    }
    #menu-fixed .ls-fixed li {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    #menu-fixed .ls-fixed li:first-child {
        margin-right: 20px;
    }
    #menu-fixed .ls-bnt {
        width: 100%;
    }
    #menu-fixed .ls-bnt li {
        width: 32%;
        margin: 0;
    }
    #menu-fixed .ls-bnt li+li {
        margin-left: 2%;
    }
    #menu-fixed .ls-menu li a span {
        color: #5d3c00;
    }
    #menu-fixed .ls-menu li a span img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 2%;
    }
    #menu-fixed .ls-social li {
        margin-right: 0;
        width: 100%;
    }
    #menu-fixed .ls-social li img {
        width: 100%;
    }
    .bannerText {
        width: 35%;
        padding: 5%;
        margin: 0;
    }
    .bannerText img {
        width: 100%;
    }
    .boxTextbanner {
        width: 100%;
        padding: 10% 4%;
        background: url(../img/index/sp/bg_boxTextBanner.png) no-repeat right top;
        background-size: 23%;
        margin-top: -7px;
    }
    .boxTextbanner .bTitle {
        display: block;
        margin-bottom: 20px;
    }
    .boxTextbanner .bTitle img {
        width: 83%;
        max-width: 100%;
    }
    .boxTextbanner .btext {
        font-size: 13px;
        line-height: 2;
    }
    .boxTextbanner .bBtn {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .boxTextbanner .bBtn a {
        display: inline-block;
        width: 90%;
    }
    #footer {}
    #footer .bg_imgfooter {
        width: 100%;
        background: none;
        text-align: right;
    }
    #footer .bg_imgfooter img {
        display: inline-block !important;
        width: 80%;
    }
    #footer .left-footer {
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    #footer .left-footer h2 {
        width: 100%;
        text-align: center;
        margin-top: 10%;
    }
    #footer .left-footer h2 img.sp {
        display: inline-block !important;
        width: 65%;
        max-width: 100%;
    }
    .left-footer .tel {
        width: 100%;
        text-align: center;
        margin-top: 45px;
        margin-bottom: 40px;
    }
    .left-footer .tel img.sp {
        width: 85%;
        max-width: 100%;
        display: inline-block !important;
    }
    #footer .left-footer .drop_group {
        display: none;
    }
    #footer .menu_footer {
		float:inherit;
		margin:0 5px;

    }
	#footer .menu_footer .menu_list{
		width:47%;
		margin:0 1%;
	}
	#footer .menu_footer .menu_list li{
		margin-bottom:15px;
	}
    /*** Popup Search ***/
    #search_area {
        width: 100% !important;
        /*min-width: 320px;*/
        background-size: 100% 100%;
        padding: 70px 7% 20px;
    }
    #search_area .input_group {
        /*margin-bottom: 9px;*/
    }
    #search_area .input_group label {
        font-size: 13px;
    }
    #search_area .input_group table tr th,
    #search_area .input_group table tr td {
        font-size: 13px;
    }
    #search_area .input_group ul li {
        width: 43%;
    }
    #search_area .input_group ul li:nth-child(2) {
        width: auto;
    }
    #search_area .input_group input[type="text"] {
        height: auto;
        background-size: 100%;
        width: 80%;
        padding: 6px 10px;
    }
    #search_area .input_group .sl1 {
        height: auto;
        background-size: 100%;
    }
    #search_area .input_group .sl2 {
        width: 100%;
        height: auto;
        background-size: 100%;
    }
    .input_group input[type="submit"] {
        width: 100%;
        background-size: 100%;
    }
    .copyright{
        padding-bottom:10em;
    }
}

@media (max-width: 414px) {
    .headerSP .headerNav ul li span.text {
        font-size: 2.5vw;
    }
    .headerSP .headerNav ul li span.select select {
        font-size: 2.5vw;
    }

}

@media (max-width: 320px) {
    #menu-fixed .ls-menu li a span {
        font-size: 12px;
    }
    .input_group table {
        width: 245px;
    }
}