@charset "UTF-8";
@import "base.css";
@import "top.css";

/* トップページ用レイアウト */

@import "layout.css";

/* 下層ページレイアウト */


/*---------------------------------------------------------------------------------------------
  CSS Reset
---------------------------------------------------------------------------------------------*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

fieldset,
img {
    border: 0;
    vertical-align: bottom;
    max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul,
dl {
    list-style: none;
}

caption {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}


/*---------------------------------------------------------------------------------------------
  General layout
---------------------------------------------------------------------------------------------*/

body {
    height: 100%;
    font: 13px Meiryo, "メイリオ", Verdana, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.4;
    color: #211713;
    /* background: url(../img/common/body_blue_bg.gif) top repeat-x; */
    *font-size: small;
    *font: x-small;
}

a {
    color: #948344;
    text-decoration: underline;
}

a:hover {
    color: #948344;
    text-decoration: none;
}

.clr {
    clear: both;
}

form textarea:focus,
form input:focus {
    background: #FEFBDA;
}

form textarea,
form input {
    border: 1px solid #CEC6A2;
}


/*---------------------------------------------------------------------------------------------
  MS IME
---------------------------------------------------------------------------------------------*/

.imeon {
    ime-mode: active;
}

.imeoff {
    ime-mode: disabled;
}


/*---------------------------------------------------------------------------------------------
  COLOR
---------------------------------------------------------------------------------------------*/

.red {
    color: #FF3333;
}

.blue {
    color: #0066FF;
}

.green {
    color: #669933;
}

.redTxt12 {
    color: #FF3333;
    font-size: 93%:
}

.gry {
    color: #8F8F8F;
}

.error {
    color: #FFFF33;
    font-weight: bold;
    background: #FF3333;
    padding: 3px;
}


/*---------------------------------------------------------------------------------------------
   FONT SIZE
---------------------------------------------------------------------------------------------*/

.font10 {
    font-size: 77%;
}

.font11 {
    font-size: 85%;
}

.font12 {
    font-size: 93%;
}

.font14 {
    font-size: 108%;
}

.font15 {
    font-size: 115%;
}

.font16 {
    font-size: 123%;
}


/*---------------------------------------------------------------------------------------------
   LINE HEIGHT
---------------------------------------------------------------------------------------------*/

.lh1-1 {
    line-height: 1.1;
}

.lh1-2 {
    line-height: 1.2;
}

.lh1-3 {
    line-height: 1.3;
}

.lh2 {
    line-height: 2;
}


/*---------------------------------------------------------------------------------------------
  Wrapper
---------------------------------------------------------------------------------------------*/

@media (max-width: 5937px) and (min-width: 2698px) {
    #nav_menu .wraper .main_menu li {
        max-width: 75px;
    }
}

#wrapper {
    margin: 0 auto;
    overflow: hidden;
}


/*---------------------------------------------------------------------------------------------
 Header new
---------------------------------------------------------------------------------------------*/

.sp {
    display: none;
}

html.lock,
body.lock {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.wraper {
    width: 1024px;
    margin: 0 auto;
}

.wrap_head {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#header {
    width: 100%;
    margin: 0 auto;
    background-color: #d0b48c;
    padding: 12px 0 4px;
}

#header .wraper:after {
    content: "";
    display: table;
    clear: both;
}

#header .wraper .box_left {
    width: 874px;
    float: left;
}

#header .wraper .box_left:after {
    content: "";
    display: table;
    clear: both;
}

#header .wraper .btn_header {
    width: 150px;
    float: right;
    margin: 10px 0;
}

#header .logo {
    width: 116px;
    float: left;
}

#header .logo a {
    display: block;
}

#header .logo a img {
    max-width: 100%;
}

#header .list_title {
    width: 758px;
    float: right;
    padding: 10px 0 10px 34px;
}

#header .list_title li {
    float: left;
    font-size: 12px;
    margin-right: 30px;
    color: #222222;
}


/*---------------------------------------------------------------------------------------------
  nav_menu
---------------------------------------------------------------------------------------------*/

#nav_menu {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-top: 1px solid #f3ece2;
    border-bottom: 1px solid #c8c8c8;
}

#nav_menu .wraper {}

#nav_menu .wraper .main_menu {
    width: 100%;
}

#nav_menu .wraper .main_menu li {
    display: inline-block;
    margin-right: 42px;
    vertical-align: middle;
    position: relative;
    padding: 11px 0 10px;
    max-width: auto;
}

#nav_menu .wraper .main_menu li:last-child {
    padding-top: 8px;
}

#nav_menu .wraper .main_menu li a {
    text-decoration: none;
    font-size: 15px;
    color: #231815;
    position: relative;
}

#nav_menu .wraper .main_menu li.menu_icon a {
    width: 112px;
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #D0B48C;
    color: #fff;
    font-size: 15px;
    padding: 4px 10px;
}

#nav_menu .wraper .main_menu li.menu_icon a:hover {
    text-decoration: none;
}

#nav_menu .wraper .main_menu li ul {
    padding-top: 20px;
    width: 210%;
    position: absolute;
    top: 30px;
    left: -40%;
    color: #fff;
    background: rgba(0, 0, 0, 0.69);
    padding-bottom: 15px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

#nav_menu .wraper .main_menu li ul:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    top: 0;
    left: 0;
    background: url(../img/common/arrow_menu_hover.png) no-repeat top center;
}

#nav_menu .wraper .main_menu li ul.show {
    opacity: 1;
    visibility: visible;
    transition: .5s;
    top: 47px;
}

#nav_menu .wraper .main_menu li ul li {
    width: 100%;
    margin-right: 0;
    padding-left: 13px;
    margin-bottom: 15px;
    padding: 0 0 0 13px;
}

#nav_menu .wraper .main_menu li:last-child ul {
    display: none;
}

#nav_menu .wraper .main_menu li ul li:last-child {
    margin-bottom: 0;
}

#nav_menu .wraper .main_menu li ul li a {
    color: #fff;
    background: transparent;
    letter-spacing: 2px;
}
#nav_menu .wraper .main_menu li ul li .small {
	font-size: 0.7em;
}

#nav_menu .wraper .main_menu li a:hover {
    text-decoration: underline;
}

#nav_menu .wraper .main_menu li:last-child {
    margin-right: 0;
}


/*Style breadcrumb*/

.breadcrumb {
    width: 100%;
    margin: 7px auto 15px;
    color: #231815;
}

.breadcrumb .wraper {
    text-align: right;
}

.breadcrumb .line_right {
    display: inline-block;
}

.breadcrumb .line_right > span {
    color: #231815;
    font-size: 15px;
    margin: 15px;
}

.breadcrumb .line_right > span:last-child {
    margin-right: 0;
}

.breadcrumb .line_right > span a {
    text-decoration: none;
    color: #231815;
}

.breadcrumb .line_right > span a:hover {
    text-decoration: underline;
}


/*---------------------------------------------------------------------------------------------
  Container
---------------------------------------------------------------------------------------------*/

#container {
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 4px double #AEA060;
}

#container.noborder {
    border: none;
}

#container.pageContainer {
    width: 100%;
}

#container #mainImageBox {
    width: 880px;
    margin: 0 auto;
    padding: 0 0 5px;
    overflow: hidden;
}

#container #globalMenuBox {
    width: 861px;
    margin: 0 auto 20px;
    padding: 19px 9px 0 10px;
    overflow: hidden;
    background: transparent url(../img/common/menu_bg.png) repeat-x !important;
    background: none;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="../img/common/menu_bg.png", sizingMethod="scale");
}

#container #globalMenuBoxBgNone {
    width: 861px;
    margin: 0 auto 20px;
    padding: 0 9px 0 10px;
    overflow: hidden;
}

#container .titBox {
    width: 1024px;
    margin: 0 auto 5px;
}

#container .titBox h2 {
    width: 880px;
}

#container .titBox h3 {
    width: 1024px;
    text-align: right;
    margin: 0 auto 15px;
    height: auto;
}

#container .titBox h3 img {
    width: 100%;
    height: auto;
}

#breadBox {
    width: 860px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 5px;
}

#breadBox ul {
    width: 860px;
}

#breadBox ul li {
    margin: 0 8px 0 0;
    float: left;
}

#breadBox ul li a {
    margin: 0 8px 0 0;
}

.btnPageTop {
    width: 320px;
    height: 20px;
    margin: 0 0 25px auto;
    text-align: right;
}


/*---------------------------------------------------------------------------------------------
  Footer
---------------------------------------------------------------------------------------------*/

#footer {
    width: 100%;
    margin: 100px auto 0;
    background-color: #d0b48c;
    padding: 11px 0 14px;
}

#footer .wraper {
    position: relative;
    overflow: hidden;
}

#footer .wraper.pos_re {
    position: relative;
    overflow: visible;
}

#footer .menu_footer {
    width: 436px;
    float: left;
    padding-top: 13px;
}

#footer .menu_footer li {
    float: left;
    border-right: 1px solid #595757;
    padding: 0 24px;
}

#footer .menu_footer li:first-child {
    padding-left: 0;
}

#wrapper #footer .menu_footer li a {
    color: #222222;
    font-size: 12px;
}

#wrapper #footer .box_footer {
    width: 588px;
    float: right;
    overflow: hidden;
}

#wrapper #footer .box_footer .coppy_right {
    width: 371px;
    float: left;
    color: #595757;
    font-size: 10px;
    padding: 14px 0;
}

#wrapper #footer .box_footer .list_pay {
    width: 217px;
    float: right;
}

#wrapper #footer .box_footer .list_pay li {
    float: left;
    margin-right: 3px;
}


/**nav Content**/

.tite_content h3 {
    display: inline-block;
    vertical-align: middle;
}
h2.pageTitle {
    font-weight: normal;
    font-size: 30px;
    padding: 8px 2px 0px;
    letter-spacing: 1px;
    margin-bottom: 16px;
    display: inline-block;
    vertical-align: middle;
}
.tite_content h3 span,
h2.pageTitle span {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 30px;
}
.tite_content .new_heading1 {
    display: inline-block;
    vertical-align: middle;
}

h1.pageTitle {
    font-weight: normal;
    font-size: 30px;
    padding: 8px 2px 0px;
    letter-spacing: 1px;
    margin-bottom: 16px;
    display: inline-block;
    vertical-align: middle;
}

.tite_content .new_heading1 span,
h1.pageTitle span {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 30px;
}


/**nav Content**/

.navContent ul {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.navContent ul li {
    display: inline-block;
    margin-right: -5px;
    width: 12.5%;
    background: #f0dec6;
}

.navContent ul li a {
    text-decoration: none;
    color: #000;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    padding: 42px 0px 43px;
}

.navContent ul li a:hover {
    color: #fff;
    background: #d0b48c;
    transition: all 0.3s;
}

.button {
    width: 100%;
    text-align: center;
    margin-top: 85px;
    margin-bottom: 90px;
}

.button span a {
    display: inline-block;
    text-decoration: none;
    background: #d0b48c;
    color: #fff;
    width: 204px;
    padding: 13px 0px;
    font-size: 20px;
    margin-right: 28px;
    font-weight: bold;
}

.button span a:hover {
    opacity: 0.8;
}


/****/

#wrapper #globalMenuBox {
    margin: 0px auto 26px;
    background: url(../img/common/photo_1.png) repeat-x;
    overflow: hidden;
    height: 51px;
}

#wrapper #globalMenuBox ul {
    background: url(../img/common/photo_2.png) no-repeat;
    background-position: right;
    overflow: hidden;
    width: 900px;
    margin: 0 auto;
}

#wrapper #globalMenuBox ul li {
    width: 16.66666666666667%;
    text-align: center;
    float: left;
    background: url(../img/common/photo_2.png) repeat-y;
    background-position: left;
}

#wrapper #footer ul .li.last {
    margin-right: 0;
}

#wrapper #footer .text_1 {
    float: left;
    margin-top: 10px;
    margin-right: 2%;
    text-decoration: none;
    font-size: 10px;
    color: #595757;
}

#wrapper #footer ul li a {
    text-decoration: none;
    color: #595757;
}

#wrapper #globalMenuBox ul li a:hover,
#wrapper #globalMenuBox ul li a.active {
    background: url(../img/common/photo_1_hover.png) repeat-x;
}

#wrapper #globalMenuBox ul li a {
    width: 98%;
    float: left;
    margin-left: 3px;
    padding: 20px 0 15px 0;
}

#wrapper #globalMenuBox ul li a img {
    vertical-align: top;
}

#wrapper #footer ul li a:hover {
    color: #948344;
}

.right_bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}

#wrapper #footer ul .li.last {
    color: #AA3532;
    border-bottom: 1px solid;
}

#wrapper #footer ul li.li.last a {
    color: #AA3532;
}

#wrapper #footer ul li.li.last a:hover {
    color: #BA3936;
}

#container.pageContainer .pageWrapTitle {
    padding: 0;
}

#footer .back_top {
    width: 56px;
    position: fixed;
    bottom: 137px;
    right: 12%;
}


/*** Loadding Style ***/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 9999999;
    height: 100%;
}

#preloader #status {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/common/loading.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -75px 0 0 -75px;
}
@media (min-width: 1047px) {
    #nav_menu .wraper .main_menu li ul li a:hover {
        color: #D0B48C;
    }
    body {
        padding-top: 117px;
    }
}

@media (max-width: 1046px) {
    img {
        max-width: 100%;
    }
    #nav_menu .wraper .main_menu {
        color: #ffffff;
    }
    #header .pc {
        display: none;
    }
    #header .sp {
        display: block;
    }
    #header {
        padding: 0.5% 0;
    }

    #header .textHead{
        float: left;
        text-align: center;
        font-size: 14px;
        margin-left: 43px;
        line-height: 1.2;
        margin-top: 6px;
        color: #ae3435;
    }
    
    #header .btnBlog {
        width: 8%;
        float: right;
        margin-right: 20px;
        margin-bottom: 0.5%;
    }

    #header .btnBlog a {
        display: block;
    }

    #header .wraper,
    .breadcrumb .wraper,
    #footer .wraper {
        width: 100%;
        margin: 0 auto;
        padding: 0 2.5%;
    }
    #header .wraper .box_left {
        width: 100%;
    }

    #header .wraper .box_left .btn_sp {
        width: 5%;
        float: right;
        padding: 0;
    }

    #header .logo {
        width: 86px;
        margin-left: 19px;
    }
    #nav_menu .wraper .main_menu.pc {
        display: none;
    }
    #nav_menu .wraper .main_menu.sp {
        display: block;
    }
    #nav_menu {
        position: absolute;
        width: 100%;
        top: 49px;
        left: 100%;
        background: #fff;
        z-index: 99999;        
        transition: all 0.5s;
    }
    #nav_menu.clicked {
        left: 0;
    }
    #nav_menu .wraper {
        padding: 0;
        width: 100%;
    }
    #nav_menu .wraper .main_menu li {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
        display: block;
    }
    #nav_menu .wraper .main_menu li a {
        display: block;
        background-color: #F1DFC7;
        border-bottom: 1px solid #fff;
        padding: 12px 0 12px 20px;
        position: relative;
    }
    #nav_menu .wraper .main_menu li a:after {
        content: "";
        width: 10px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 2.5%;
        background: url(../img/common/menu_sp_icon.png) no-repeat left center;
        background-size: 100%;
    }
    #nav_menu .wraper .main_menu li.sub_menu_sp a:after {
        background: url(../img/common/icon_sub_menu.png) no-repeat left center;
        width: 16px;
        background-size: 100%;
    }
    #nav_menu .wraper .main_menu li.sub_menu_sp a.active:after {
        background: url(../img/common/icon_sub_menu_active.png) no-repeat left center;
        width: 15px;
        background-size: 100%;
    }
    #nav_menu .wraper .main_menu li ul li a:after {
        display: none;
    }
    #nav_menu .wraper .main_menu li ul {
        width: 100%;
        top: 0;
        left: 0;
        position: relative;
        background: #fff;
        padding-bottom: 0;
        transition: inherit;
        opacity: 1;
        visibility: visible;
        padding-top: 0;
        display: none;
    }
    #nav_menu .wraper .main_menu li ul.clicked_sub {
        display: block;
    }
    #nav_menu .wraper .main_menu li ul.show {
        opacity: 1;
        visibility: visible;
        transition: inherit;
        top: 0;
    }
    #nav_menu .wraper .main_menu li:last-child ul {
        display: inline-block;
    }
    #nav_menu .wraper .main_menu li ul li {
        padding-left: 0;
        margin-bottom: 0;
    }
    #nav_menu .wraper .main_menu li:last-child {
        padding-top: 0;
    }
    #nav_menu .wraper .main_menu li ul li a {
        color: #fff;
        background: #D0B48C;
    }
    #nav_menu .wraper .main_menu li.menu_icon ul li a {
        text-decoration: none;
        background-color: transparent;
        color: #000;
        font-size: 15px;
        padding: 0;
    }
    #nav_menu .wraper .main_menu li.menu_icon ul li a:hover {
        text-decoration: underline;
    }
    #footer .back_top {
        width: 56px;
        position: fixed;
        bottom: 60px;
        right: 2.5%;
        z-index: 999;
    }
    #footer .menu_footer {
        width: auto;
    }
    /*common page*/
    #container {
        width: 100%;
        padding: 0 2.5%;
    }
    #container.pageContainer {
        padding: 0;
    }
    #container.pageContainer .wraper {
        padding: 0 2.5%;
        width: 100%;
    }
    #container .navContent .wraper {
        width: 100%;
    }
    #container .titBox {
        width: 100%;
        margin: 0 auto 5px;
    }
    #container .titBox h3 {
        width: 100%;
    }
    /*nav Content*/
    .navContent ul li a {
        text-decoration: none;
        color: #000;
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        padding: 42px 0px 43px;
    }

    /*  menu  */

    #nav_menu {
        display: none;
    }

    #wrapper {
        position: relative;
    }

    .mainMenuSp {
        display: block;
        width: 100%;
        background: rgba(0,0,0,0.85);
        position: fixed;
        top: 0;
        left: 100%;
        height: 100%;
        overflow-y: auto;
        z-index: 99999;        
        transition: all 0.5s;
    }

    .mainMenuSp.click {
        left: 0;
    }

    .mainMenuSp .btn_close {
        position: absolute;
        width: 4%;
        right: 3%;
        top: 4%;
        cursor: pointer;
    }

    .mainMenuSp .wraper {
        width: 100%;
        margin-top: 11%;
        padding: 0 2.5% 10% 2.5%;
    }

    .mainMenuSp .wraper:after {
        content: "";
        display: table;
        clear: both;
    }

    .mainMenuSp .titleMenu {
        color: #fff;
        font-size: 3vw;
        text-align: center;
        font-weight: normal;
        padding-top: 5%;
        padding-bottom: 3%;
        clear: both;
    }

    .mainMenuSp .menuSp {
        width: 49.5%;
        float: left;
        margin-right: 1%;
    }

    .mainMenuSp .menuSp:nth-of-type(2n) {
        margin-right: 0;
    }

    .mainMenuSp .menuSp li {
        width: 100%;
        border: 1px solid #fff;
        border-top: none;
    }

    .mainMenuSp .menuSp li:first-child {
        border-top: 1px solid #fff;
    }

    .mainMenuSp .menuSp li a {
        text-decoration: none;
        color: #fff;
        font-size: 3vw;
        display: inline-block;
        padding: 3%;
    }

    .mainMenuSp .menuSp li a:hover {
        text-decoration: underline;
    }
}

@media (max-width: 860px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    #container.pageContainer .wraper.pageWrapTitle {
        padding: 0;
    }
    .wraper {
        width: 100%;
        margin: 0 auto;
        padding: 0 2.5%;
    }
    #footer {
        margin: 0 auto;
        padding-bottom: 5px;
        padding-top: 20px;
        padding-bottom: 50px;
    }
    #footer .logo_footer {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    #footer .logo_footer a {
        width: 126px;
        margin: 0 auto;
        display: block;
        padding-top: 2px;
        vertical-align: middle;
    }
    #footer .sub_logo {
        width: 100%;
        text-align: center;
        font-size: 10px;
        margin: 8px auto 0;
        color: #222222;
    }
    #footer .btn_footer {
        width: 100%;
        margin: 15px auto 0;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999;
    }
    #footer .btn_footer a {
        display: block;
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        background-color: #222222;
        padding: 10px 0;
        letter-spacing: 2px;
    }
    #footer .btn_footer a span {
        background: url(../img/common/icon_footer.png) no-repeat left center;
        padding-left: 23px;
    }
    #footer .menu_footer {
        width: 105%;
        margin-left: -2.5%;
    }
    #footer .menu_footer li {
        width: 50%;
        padding: 0;
        text-align: center;
        background-color: #B49C7A;
        border-right: 1px solid #d0b48c;
        border-bottom: 2px solid #d0b48c;
    }
    #footer .menu_footer li:nth-child(2n) {
        border-right: none;
    }
    #wrapper #footer .menu_footer li a {
        display: block;
        color: #fff;
        padding: 10px 0;
    }
    #wrapper #footer .box_footer {
        width: 100%;
    }
    #wrapper #footer .box_footer .coppy_right {
        width: 100%;
        text-align: center;
        padding: 10px 0 0;
        font-size: 8px;
    }
    .navContent ul li a {
        font-size: 14px;
    }
    #nav_menu .wraper .main_menu li.menu_icon ul li a {
        width: 100%;
        text-align: left;
    }

    #footer .back_top {
        bottom: 25%;
    }

    /*  rowFix  */

    .rowFix {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1.5%;
        text-align: center;
        z-index: 999;
        max-height: 30%;
        background: url(../img/common/btn_fix.png) top center repeat;
    }

    .rowFix li {
        width: 23.5%;
        float: left;
        height: 100%;
    }
	 .rowFix.new3box li {
        width: 31.8%;
        float: left;
        height: 100%;
    }

    .rowFix li+li {
        margin-left: 2%;
    }

    .rowFix a {
        color: #fff;
        font-size: 3vw;
        text-decoration: none;
        border: 2px solid #d1b58d;
        display: inline-block;
        height: 100%;
        width: 100%;
        vertical-align: middle;
        font-weight: bold;
        padding: 10% 0;
        background: rgba(0,0,0,0.5);
    }

    .rowFix a span {
        display: block;
        padding-bottom: 8%;
        margin-top: -8%;
    }

    #header {
        padding: 1.5% 0;
    }

    #header .logo {
        width: 18%;
        margin-left: 3%;
    }

    #header .wraper .box_left .btn_sp {
        width: 11%;
    }

    #header .btnBlog {
        width: 18%;
        margin-bottom: 0;
        margin-right: 5%;
    }


    #header .textHead{
        font-size: 18px;
        margin-top: 7px;
    }

    /*  popup  */

    #popupTel {
        width: 100%;
        margin-top: 5%;
        height: 100%;
        overflow-y: auto;
        padding-bottom: 5%;
    }

    #popupTel .box {
        width: 100%;
        background-color: #fff;
        padding: 3%;
    }

    #popupTel .box+.box {
        margin-top: 4%;
    }

    #popupTel .box .titleB {
        color: #222222;
        font-size: 4.5vw;
    }

    #popupTel .box .textB {
        color: #222222;
        font-size: 2vw;
        font-weight: bold;
        margin-top: -2px;
    }

    #popupTel .box .descB {
        color: #222222;
        font-size: 2vw;
        margin-top: 1.5%;
    }

    #popupTel .box .listB {
        width: 100%;
        margin-top: 1%;
    }

    #popupTel .box .listB:after {
        content: "";
        display: table;
        clear: both;
    }

    #popupTel .box .listB li {
        width: 49%;
        float: left;
    }

    #popupTel .box .listB li:last-child {
        float: right;
    }

    #popupTel .box .listB li a {
        display: block;
    }

    #popupTel .box .listB li a img {
        width: 100%;
    }

    #popupTel .box .listB li.icTel {
        width: 100%;
        text-align: center;
        float: none;
        margin-bottom: 2%;
    }

    #popupTel .box .listB li.icTel a {
        font-size: 4vw;
        color: #fff;
        text-decoration: none;
        background: url(../img/common/tel_sp.png) left 27% top 46% no-repeat;
        background-size: 6%;
        background-color: #a79070;
        padding-top: 2.5%;
        padding-bottom: 1.8%;
    }
	#popupTel .box .listB li.komatsu { /*小松のみ３列変更*/
        width: 32%;
        float: left;
    }
#popupTel .box .listB li.komatsu.mgnl { /*小松のみ３列変更*/
        margin-left: 5px;
    }


    .fancybox-opened .fancybox-skin {
        background: transparent;
        text-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .fancybox-close {
        top: 0%;
        right: -4%;
        background: url(../img/common/btn_close.png) no-repeat;
        background-size: 50%;
        width: 56px;
        height: 56px;
    }

    .fancybox-opened .fancybox-skin {
        box-shadow: none;
    }

    .fancybox-opened {
        z-index: 999999;
    }

    .fancybox-overlay-fixed {
        z-index: 99999;
    }

    .fancybox-lock .fancybox-overlay {
        z-index: 99999;
    }

}

@media(max-width: 768px) {
    .tite_content h3 span, h2.pageTitle span {
        font-size: 12px;
        margin-left: 20px;
    }
    .tite_content .new_heading1 span, h1.pageTitle span {
        font-size: 12px;
        margin-left: 20px;
    }
    h2.pageTitle {
        margin-bottom: 0px;
        padding: 11.5% 0% 2.5%;
        font-size: 24px;
        padding-left: 0;
    }
    h1.pageTitle {
        margin-bottom: 0px;
        padding: 11.5% 0% 2.5%;
        font-size: 24px;
        padding-left: 0;
    }
    .navContent ul li {
        float: left;
        margin-right: 0px;
        width: 25%;
    }
    .navContent ul li a {
        padding: 30px 0px;
        font-size: 3vw;
    }
    .breadcrumb {
        display: none;
    }
    /*  #container {
        margin-top: 25px;
    }*/
    .navContent .wraper {
        padding: 0;
    }

    .mainMenuSp .wraper {
        margin-top: 12%;
    }
}

@media(max-width: 740px) {
    #footer .back_top {
        bottom: 30%;
    }
}

@media(max-width: 570px) {
    #header .textHead{
        font-size: 14px;
		margin-left: 24px;
		margin-top: 8px;
    }
    #popupTel .box .textB {
        font-size: 13px;
    }

    #popupTel .box .descB {
        font-size: 13px;
    }

    .fancybox-close {
        top: -2%;
    }

}

@media (max-width: 485px) {
    #popupTel .box .textB {
        font-size: 12px;
    }

    #popupTel .box .descB {
        font-size: 12px;
    }
}

@media (max-width: 460px) {
    #popupTel .box .textB {
        font-size: 11px;
        margin-top: 0;
    }

    #popupTel .box .descB {
        font-size: 11px;
    }
}

@media (max-width: 423px) {
    #popupTel {
        margin-top: 0;
    }

    #popupTel .box .textB {
        font-size: 10px;
    }

    #popupTel .box .descB {
        font-size: 10px;
    }

    .fancybox-close {
        top: -7%;
    }

}

@media(max-width: 414px) {
    #header .textHead{
        margin-left: 19px;
        font-size: 12px;
        margin-top: 6px;
    }
    .navContent ul li {
        float: left;
        margin-right: 0px;
        width: calc(100%/4);
    }
    .navContent ul li a {
        padding: 18px 0px;
        font-size: 12px;
    }

    .mainMenuSp .wraper {
        margin-top: 15%;
    }

    .mainMenuSp .menuSp li a {
        font-size: 14px;
    }

    .mainMenuSp .titleMenu {
        font-size: 14px;
    }

    #footer .back_top {
        bottom: 10%;
        width: 10%;
    }
}

@media (max-width: 387px) {
    #header .textHead{
        margin-left: 12px;
        margin-top: 4px;
    }
    #popupTel .box .textB {
        font-size: 9px;
    }

    #popupTel .box .descB {
        font-size: 9px;
    }

}

@media (max-width: 342px) {
    #popupTel .box .textB {
        font-size: 8.3px;
    }

    #popupTel .box .descB {
        font-size: 8.3px;
    }
}

@media(max-width: 320px) {
    #header .textHead{
        font-size: 10px;
    }
    .mainMenuSp .menuSp li a {
        font-size: 12px;
    }

    .mainMenuSp .titleMenu {
        font-size: 12px;
    }

    #footer .back_top {
        bottom: 12%;
    }

    .fancybox-close {
        top: -4%;
        right: -5%;
        width: 10%;
    }
} 

@media(max-width: 1046px) {
    body{
        padding-top:51px;
    }
}

@media(min-width: 1047px) {
    body{
        padding-top:117px;
    }
}