@charset "utf-8";

/******************************************************************************

フォントサイズ デフォルト12pxの場合

10px/84%  11px/92%  12px/100%  13px/109% 14px/117% 15px/125% 16px/134%
17px/142% 18px/150% 19px/159% 20px/167% 21px/175% 22px/184% 23px/192%
24px/200% 25px/209% 26px/217%

******************************************************************************/

/******************************************************************************

フォントサイズ デフォルト13pxの場合

10px/77%  11px/85%  12px/93%  13px/100% 14px/108% 15px/116% 16px/124%
17px/131% 18px/139% 19px/147% 20px/154% 21px/162% 22px/170% 23px/177%
24px/185% 25px/193% 26px/200%

******************************************************************************/

/******************************************************************************

フォントサイズ デフォルト14pxの場合

10px/72%  11px/79%  12px/86%  13px/93% 14px/100% 15px/108% 16px/115%
17px/122% 18px/129% 19px/136% 20px/143% 21px/150% 22px/158% 23px/165%
24px/172% 25px/179% 26px/186%

******************************************************************************/

.clear {
    clear: both;
}
.clearfix {
    zoom: 100%;
}
.clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
a:link {
    color: #0B8BD2;
}
a:visited {
    color: #0B8BD2;
}
a:hover {
    text-decoration: none;
}
a:active {
}
.linkBox {
    cursor: pointer;
}
body {
    text-align: center;
    overflow-x: hidden;
}
img {
    vertical-align: middle;
    width: auto;
    max-width: 100%;
}
a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}
a.ov {
    color: #3c3c3c;
    text-decoration: none;
}
.ov:hover {
    opacity:0.7;
    filter: alpha(opacity=70);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
}
.ovImg:hover img {  
    opacity:0.7;
    filter: alpha(opacity=70);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
}

/**********************************

 general

***********************************/
.floatL {
    float: left;
}
.floatR {
    float: right;
}

.fs10 {
    font-size: 72% !important;
}
.fs11 {
    font-size: 79% !important;
}
.fs12 {
    font-size: 86% !important;
}
.fs14 {
    font-size: 100% !important;
}
.fs16 {
    font-size: 115% !important;
}
.fs18 {
    font-size: 129% !important;
}
.fs20 {
    font-size: 143% !important;
}
.fs22 {
    font-size: 158% !important;
}
.fs24 {
    font-size: 172% !important;
}
.fs26 {
    font-size: 186% !important;
}

.mb10{
    margin-bottom:10px;
}
.mb20{
    margin-bottom:20px;
}
.mb30{
    margin-bottom:30px;
}
.mb40{
    margin-bottom:40px;
}
.mb50{
    margin-bottom:50px;
}
.mb60{
    margin-bottom:60px;
}
.mb70{
    margin-bottom:70px;
}
.mb80{
    margin-bottom:80px;
}
.mb90{
    margin-bottom:90px;
}
.mb100{
    margin-bottom:100px;
}

.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.mt50{
    margin-top:50px;
}
.mt60{
    margin-top:60px;
}
.mt70{
    margin-top:70px;
}
.mt80{
    margin-top:80px;
}
.mt90{
    margin-top:90px;
}
.mt100{
    margin-top:100px;
}

.al-l{
    text-align: left;
}
.al-r{
    text-align: right;
}
.al-c{
    text-align: center;
}

.alignright {
    float: right;
    margin-left: 20px;
}
.alignleft {
    float: left;
    margin-right: 20px;
}
@media (max-width: 767px) {
    .alignright,
    .alignleft {
        display: block;
        float: none;
        margin: 0 0 10px 0;
    }
}

.viewPC {
    display: block!important;
}
.viewSP {
    display: none!important;
}

@media (max-width: 767px) {
    .viewPC {
        display: none!important;
    }
    .viewSP {
        display: block!important;
    }
}

/**********************************

 layout

***********************************/

#wrap {
    border: 6px solid #ff8042;
}
#header {
    position: relative;
    z-index: 100;
}
.head_inner {
    width: 93.75%;
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 0 24px;
}
#header h1 {
    float: left;
    width: 32.09%;
}
.btn_group li {
    float: left;
    margin-left: 5px;
}
.btn_group li:first-child {
    margin-left: 0 !important;
}
.btn_group .btn_group_tel {
    width: 36.699%;
    margin-left: 0;
}
.btn_group .btn_group_inquiry,
.btn_group .btn_group_skype {
    width: 30.8641%;
    margin-left: 0.6172%;
}
#header .btn_group {
    float: right;
    width: 67.5%;
}

.head_menu_btn {
    float: right;
    position: relative;
    padding-top: 5px;
}
.head_menu {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
}
.head_menu_sub {
    border-bottom: 1px solid #d2d2d2;
}
.head_menu ul li {
    border-top: 1px solid #d2d2d2;
}
.head_menu ul li a {
    display: block;
    width: 93.75%;
    margin: 0 auto;
    padding-bottom: 5px;
}
.head_menu ul li a img {
    width: 70%;
}
.head_menu_close {
    padding: 10px 0;
    width: 93.75%;
    margin: 0 auto;
    cursor: pointer;
}
.head_menu_main a {
    background-image: url(images/common/arrow_02.png);
    background-position: right center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
.head_menu_sub a {
    background-image: url(images/common/arrow_03.png);
    background-position: right center;
    background-size: 9px 9px;
    background-repeat: no-repeat;
}

.menu_btn {
    display: block;
    width: 18px;
    height: 15px;
}
.menu_btn span {
    top: 49%;
    /*-moz-transition: background 0s 0.3s;
    -o-transition: background 0s 0.3s;
    -webkit-transition: background 0s;
    -webkit-transition-delay: 0.3s;
    transition: background 0s 0.3s;*/
}
.menu_btn span, .menu_btn span:before, .menu_btn span:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background: #e85108;
}
.menu_btn span:before, .menu_btn span:after {
    content: "";
    /*-moz-transition-duration: 0.3s, 0.3s;
    -o-transition-duration: 0.3s, 0.3s;
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -moz-transition-delay: 0.3s, 0s;
    -o-transition-delay: 0.3s, 0s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;*/
}
.menu_btn span:before {
    top: -6px;
    /*-moz-transition-property: top, -moz-transform;
    -o-transition-property: top, -o-transform;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;*/
}
.menu_btn span:after {
    bottom: -6px;
    /*-moz-transition-property: bottom, -moz-transform;
    -o-transition-property: bottom, -o-transform;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;*/
}
.menu_btn.open span {
    background: transparent;
}
.menu_btn.open span:before {
    top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu_btn.open span:after {
    bottom: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*.menu_btn.open span:before, .menu_btn.open span:after {
    -moz-transition-delay: 0s, 0.3s;
    -o-transition-delay: 0s, 0.3s;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}*/
.gnav {
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
}
.gnav ul {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.gnav ul li {
    float: left;
    width: 25%;
    padding: 1px 0;
}

#contents {
    overflow-x: hidden;
}
.cont_inner {
    position: relative;
    width: 93.75%;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.top .cont_inner {
    padding-bottom: 0 !important;
}
.cont_inner_sub {
    padding: 0 20px;
}
.gotop {
    position: absolute;
    right: -130px;
    bottom: 20px;

    -moz-transition-property: right;
    -o-transition-property: right;
    -webkit-transition-property: right;
    transition-property: right;

    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#footer {
}
.foot_info {
    background-color: #f5f5f5;
}
.foot_inner {
    width: 93.75%;
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 0;
}
.foot_link {
    float: left;
    margin-right: 30px;
}
.foot_link  ul li {
    padding-left: 25px;
    background-image: url(images/common/arrow_01.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
	margin-bottom:8px;
}
.foot_link a {
    color: #787878;
    text-decoration: none;
}
.foot_about {
    float: left;
}
.foot_about h3 {
    margin-bottom: 5px;
    font-size: 123%;
    color: #787878;
}
.foot_about p {
    font-size: 92%;
    color: #787878;
}
.foot_copy {
    padding: 15px 0 12px;
    text-align: center;
    color: #fff;
    font-size: 85%;
    background-color: #ff8042;
}

@media (max-width: 1220px) {
    .gotop {
        right: 0;
    }
}

@media (max-width: 767px) {
    #wrap {
        border: none;
    }
    .head_inner {
        padding: 10px 0 12px;
    }
    #header h1 {
        width: 45%;
    }
    #contents {
        border-top: 1px solid #d0d0d0;
    }
    #contents.top {
        border: none;
    }
    .cont_inner {
        padding-bottom: 30px;
    }
    .cont_inner_sub {
        padding: 0;
    }
    .gotop {
        display: none;
    }
    .foot_inner {
        padding: 15px 0;
    }
    .foot_inner .floatL,
    .foot_inner .floatR {
        float: none;
    }
    .foot_link {
        float: none;
        margin: 0 0 10px 0;
    }
    .foot_about {
        float: none;
        margin: 0 0 13px 0;
    }
    #footer .btn_group li {
        float: none;
        margin: 0 0 5px 0;
    }

    .float_clear_sp {
        float: none !important;
        width: 100% !important;
    }
}