
/*
 * cmn_layout.css
 *
 */


/*===============================================
●共通
===============================================*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	color: #000000;
	line-height:180%;
    word-wrap: break-word;
    background: url(../images/common/bg.png) top center repeat;
}

#wrapper,
#contents,
#main{
	width:100%;
	margin:0;
	padding:0;
	}

.meiryo {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

a{
	color: #000000;
    text-decoration: none;
}

a:hover{
	opacity: 0.8;
}

a.linkline{
	text-decoration: underline;
}
	

/*===============================================
●画面の横幅が641px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 641px) {

body {
	font-size: 16px;
}

#wrapper{
	width:100%;
	min-width:1260px;
	margin:0;
	padding:0;
}		

/* !共通
---------------------------------------------------------- */
.pcNone{
	display:none;
	}
	
.list-flex{
	display:-webkit-box !important;
	display:-moz-box !important;
	display:-ms-box !important;
	display:-webkit-flexbox !important;
	display:-moz-flexbox !important;
	display:-ms-flexbox !important;
	display:-webkit-flex !important;
	display:-moz-flex !important;
	display:-ms-flex !important;
	display:flex !important;
	-webkit-box-lines:multiple !important;
	-moz-box-lines:multiple !important;
	-webkit-flex-wrap:wrap !important;
	-moz-flex-wrap:wrap !important;
	-ms-flex-wrap:wrap !important;
	flex-wrap:wrap !important;
}
    

/* 文字フェードイン */
.fade{
    opacity: 0;
    transition: opacity 2s;
    -moz-transition: opacity 2s;
    -webkit-transition: opacity 2s;
    -o-transition: opacity 2s;
}
    
    
/* リンクの反転 */
    .link {
        display: block;
        width: 460px;
        height: 80px;
        position: relative;
        box-sizing: border-box;
        text-align: center;
        background-color: #FFF;
        -webkit-transition: border-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        -moz-transition: border-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        -o-transition: border-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        -ms-transition: border-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        transition: border-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    }


    .link:hover:before {
        width: 100%;
        left: 0;
        -webkit-transition: width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        -moz-transition: width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        -o-transition: width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        -ms-transition: width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        transition: width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    }
    .link:hover:after {
        background-color: #8a8a8a;
    }
    .link:hover span.wrap:after {
        opacity: 0;
    }
    .link:hover span.wrap span {
        color: #ffffff;
    }

    .link:before {
        content: "";
        height: 100%;
        display: block;
        top: 0;
        left: 100%;
        position: absolute;
        z-index: 0;
        opacity: 1;
        background-color: #1c1c1c;
        width: 0;
        -webkit-transition: left 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        -moz-transition: left 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        -o-transition: left 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        -ms-transition: left 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        transition: left 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    }
    .link:after {
        content: "";
        width: 38px;
        height: 1px;
        position: absolute;
        background-color: #d4d4d4;
        right: 36px;
        bottom: 30px;
        z-index: 0;
        -webkit-transition: background-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        -moz-transition: background-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        -o-transition: background-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        -ms-transition: background-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        transition: background-color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    }
    .link span.wrap {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    .link span.wrap:before, .link span.wrap:after {
        -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        -moz-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        -o-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        -ms-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    }
    .link span.wrap:before {
        position: absolute;
        content: "";
        background-image: url(../images/common/arr_w.png);
        /*background-image: url(../images/common/arr_w.svg);*/
        width: 15px;
        height: 5px;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 15px 5px;
        right: 35px;
        bottom: 30px;
        z-index: 0;
        opacity: 1;
    }
    .link span.wrap:after {
        position: absolute;
        content: "";
        background-image: url(../images/common/arr.png);
        /*background-image: url(../images/common/arr.svg);*/
        width: 15px;
        height: 5px;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 15px 5px;
        right: 35px;
        bottom: 30px;
        z-index: 1;
        opacity: 1;
    }
    .link span.wrap span {
        position: relative;
        z-index: 1;
        padding: 25px 0 0 0;
        font-size: 24px;
        letter-spacing: 0.2em;
        color: #231815;
        -webkit-transition: color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        -moz-transition: color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        -o-transition: color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        -ms-transition: color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        transition: color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        display: block;
    }


	
/* !header ヘッダー
---------------------------------------------------------- */
    header {
        position:fixed;
        width:100%;
        min-width: 960px;
        height:70px;
        padding:0px;
        z-index:99999;
        top:0;
        background-color: #FFF;
        opacity: 0.9;
    }
    
    .header-top {
        display: none;
    }
    
    #header-logo {
        position: absolute;
        width: 215px;
        top: 8px;
        left: 35px;
    }

    #header-logo > img{
        width: 215px;
    }
    

/* !naviWrap メニュー
---------------------------------------------------------- */
    #naviWrap {
        position: absolute;
        width: 600px;
        top: 20px;
        right: 20px;
    }

    #naviWrap > ul {
        
        margin: 0 auto;
        padding:0px;
        
    }

    #naviWrap > ul > li {
        margin:0 25px;
        padding:2px 0 0 0;
    }
    
    #naviWrap > ul > li:nth-of-type(5) {
        margin: 0 0 0 50px;
        padding: 0;
    }
    
    #naviWrap > ul > li > a {
        color: #2b2a2a;
    }
    
    #naviWrap > ul > li > a:hover,
    #naviWrap > ul > li.active > a {
        color: #b09a4d;
    }
    
    
    
/* !contents　コンテンツ部分の共通設定
---------------------------------------------------------- */		
    #contents{
        width:100%;
        margin:0 auto;
        padding: 0;

    }
    
    a { 
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha(opacity=100)";
        zoom: 1;
        transition: opacity 0.5s ease;
    }


/* !サブページ　タイトル
---------------------------------------------------------- */
    #sub-page-title {
        width:100%;
        margin: 0 auto;
        padding: 150px 0 0 0;
    }
    
    #sub-page-title > h1 {
        width: 960px;
        margin: 0 auto;
        text-align: center;
    }
    
    #sub-page-title > p {
        width: 1200px;
        margin: 50px auto 0 auto;
    }
    
    #sub-page-title > p {
        position: relative;
        width: 1200px;
        height: 600px; 
    }
    
    #sub-page-title > p > img {
        display: none;
        position: relative;
        width: 1200px;
        height: 600px;
        z-index: 9;
    }
    
    #sub-page-title > p.mv-bg:before {
        width: 1200px;
        height: 600px; 
        left: 0;
        -webkit-transition: width 1400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        -moz-transition: width 1400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        -o-transition: width 1400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        -ms-transition: width 1400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        transition: width 1400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    }
    
    #sub-page-title > p:before {
        content: "";
        height: 100%;
        display: block;
        top: 0;
        left: 100%;
        position: absolute;
        z-index: 0;
        opacity: 1;
        background-color: #e9e9e9;
        width: 0;
    }
    
    

/* !footer フッター
---------------------------------------------------------- */
    footer {
        width:100%;
        margin: 0;
        padding: 0;
        color: #FFF;
        background-color: #000000;
    }
        
    footer > div:nth-of-type(1) {
        width: 100%;
        height: 100px;
        margin: 0 auto;
        padding: 40px 0 0 0;
        background-color: #2b2a2a;
    }
    
    footer > div:nth-of-type(1) > ul {
        width: 960px;
        margin: 0 auto;
        text-align: center;
        padding: 0 0 0 200px;
    }
    
    footer > div:nth-of-type(1) > ul > li {
        margin: 0;
        border-left: #FFF 1px solid;
        line-height: 120%;
    }
    
    footer > div:nth-of-type(1) > ul > li:nth-of-type(1) {
        border-left: none;
    }
    
    footer > div:nth-of-type(1) > ul > li > a {
        padding: 0 20px 0 20px;
        color: #FFF;
    }
    
    
    footer > div:nth-of-type(2) {
        width: 1260px;
        margin: 0 auto;
        padding: 60px 0 70px 0;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(1) {
        width: 330px;
        margin: 0;
        text-align: center;
        border-right: #666666 1px solid;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(1) > a > img {
        display: block;
        width: 138px;
        margin: 0 auto;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(1) > p:nth-of-type(1) {
        margin: 10px auto 0 auto;
        font-size: 14px;
        line-height: 150%;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(1) > p:nth-of-type(2) {
        margin: 20px auto 0 auto;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(1) > p:nth-of-type(2) img {
        width: 147px;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) {
        width: 930px;
        padding: 0 0 0 90px;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(1) {
        font-size: 18px;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > div {
        margin: 30px 0 0 0;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > div > div {
        width: 400px;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(1) {
        margin: 0 35px 0 0;
    }
     
    footer > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(1) > a {
        display: block;
        width: 400px;
        height: 80px;
        margin: 10px 0 0 0;
        padding: 27px 0 0 20px;
        font-size: 18px;
        color: #FFF;
        border: #666666 1px solid;
        background-color: #111111;
        transition-property: all;
        transition: 0.3s linear;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(1) > a:hover {
        color: #000000;
        background-color: #FFF;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(1) > a span:before {
        margin: 4px 10px 0 0;
        content: '';
        display: inline-block;
        width: 24px;
        height: 18px;
        vertical-align: top;
        background-image: url(../images/common/footer_mail.png);
        background-size: contain;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(2) > a {
        display: block;
        width: 400px;
        height: 80px;
        margin: 10px 0 0 0;
        padding: 20px 0 0 50px;
        font-size: 14px;
        color: #FFF;
        border: #666666 1px solid;
        background-color: #111111;
        line-height: 150%;
        transition-property: all;
        transition: 0.3s linear;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(2) > a:hover {
        color: #000000;
        background-color: #FFF;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(2) > a span {
        position: relative;
        font-size: 24px;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(2) > a span:before {
        position: absolute;
        top: 14px;
        left: -35px;
        content: '';
        width: 22px;
        height: 22px;
        background-image: url(../images/common/footer_tel_icon.png);
        background-size: contain;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(2) {
        margin: 20px 0 0 0;
        font-size: 14px;
        line-height: 160%;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(3) {
        margin: 15px 0 0 0;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(3) a {
        color: #FFF;
        font-size: 14px;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(3) a:before {
        margin: 0 10px 0 0;
        content: '';
        display: inline-block;
        width: 16px;
        height: 14px;
        background-image: url(../images/common/footer_privacy.png);
        background-size: contain;
    }
    
    footer > address {
        width: 100%;
        margin: 0px auto;
        padding: 20px 0;
        text-align: center;
        font-size: 14px;
        color: #2b2a2a;
        background-color: #FFF;
    }
    
    
/* !page-top
---------------------------------------------------------- */
    #pageTop {
        display:none;
        position: fixed;
        bottom: 70px;
        right: 30px;
        z-index:100;
    }

    #pageTop img {
        width: 30px;
        height:68px;
    }

    #pageTop a {
        width: 30px;
        height:68px;
        text-align: center;
        display: block;
    }
    #pageTop a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
        opacity: 0.85;
    }

}

/*===============================================
●画面の横幅が640px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 640px) {

body {
	font-size: 14px;
}

#wrapper {
	width:100%;
	height:100%;
	display:block;
	position:relative;
}
	
/* !共通
---------------------------------------------------------- */
.spNone{
	display:none;
	}

.spNone-small{
	display:none;
	}
	
.sp-list-flex{
	display:-webkit-box !important;
	display:-moz-box !important;
	display:-ms-box !important;
	display:-webkit-flexbox !important;
	display:-moz-flexbox !important;
	display:-ms-flexbox !important;
	display:-webkit-flex !important;
	display:-moz-flex !important;
	display:-ms-flex !important;
	display:flex !important;
	-webkit-box-lines:multiple !important;
	-moz-box-lines:multiple !important;
	-webkit-flex-wrap:wrap !important;
	-moz-flex-wrap:wrap !important;
	-ms-flex-wrap:wrap !important;
	flex-wrap:wrap !important;
}
    
    
/* リンクの反転 */
    .link {
        display: block;
        width: 100%;
        height: 60px;
        position: relative;
        box-sizing: border-box;
        text-align: center;
        background-color: #FFF;
    }
    .link:after {
        content: "";
        width: 33px;
        height: 1px;
        position: absolute;
        background-color: #d4d4d4;
        right: 36px;
        bottom: 20px;
        z-index: 0;
    }
    .link span.wrap {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    
    .link span.wrap:after {
        position: absolute;
        content: "";
        background-image: url(../images/common/arr.png);
        /*background-image: url(../images/common/arr.svg);*/
        width: 9px;
        height: 3px;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 9px 3px;
        right: 36px;
        bottom: 0;
        z-index: 1;
        opacity: 1;
    }
    .link span.wrap span {
        position: relative;
        z-index: 1;
        padding: 0;
        font-size: 18px;
        letter-spacing: 0.2em;
        color: #231815;
        display: block;
    }
    
		
/* !スマホ用ヘッダー
---------------------------------------------------------- */
    header {
        width:100%;
        height:50px;
        padding:0px;
        position:fixed;
        z-index:99999;
        top:0;
        background-color: #FFF;
        opacity: 0.9;
    }
    
    .header-top {
        display: none;
    }
    
    #header-logo {
        float:left;	
        width:161px;
    }

    #header-logo img{
        width:161px;
        margin: 5px 0 0 7px;
    }

    #sp-header {
        float:right;
        padding:0;
    }
    
    #sp-header > p {
        margin: 0 0 0 7px;
    }

    #sp-header img {
        width: 50px;
    }

    #sp-header img.sp_menu {
        margin-left:0px;
    }


/* !naviWrap メニュー
---------------------------------------------------------- */
    #naviWrap {
        display: none;
        position:fixed;
        width:100%;
        z-index: 99999;
        top:50px;
        overflow:auto;
        box-sizing:border-box;
        background-color: #FFF;
    }

    #naviWrap > ul {
        width: 100%;
        margin:0px;
        padding:0px;
        display:block;
    }

    #naviWrap > ul > li {
        width: 100%;
        text-align: center;
        background-color: #000000;
        opacity: 0.9;
        border-bottom: #5c5b5b 1px solid;
    }
    
    #naviWrap > ul > li:nth-of-type(5) img {
        width: 137px;
    }
    
    #naviWrap > ul > li > a {
        display: block;
        padding: 10px 0;
        color: #FFF;
        font-size: 15px;
    }
    
/* !スマホ用メニュー
---------------------------------------------------------- */
    #sp-naviWrap {
        display:none;
        position:fixed;
        width:100%;
        z-index: 99999;
        top:60px;
        overflow:auto;
        box-sizing:border-box;
        background-color: #FFF;
    }
    
    #sp-naviWrap > ul {
        width: 100%;
        margin:0px;
        padding:0px;
        display:block;
    }
    
    #sp-naviWrap > ul > li {
        width: 100%;
        text-align: left;
        background-color: #891414;
        border-bottom: #5c5b5b 1px solid;
    }
    
    #sp-naviWrap > ul > li a,
    #sp-naviWrap > ul > li p {
        display: block;
        width: 100%;
        padding: 12px 0 10px 10px;
        font-size: 15px;
        color:#FFF;
    }
    
    #sp-naviWrap > ul > li:nth-of-type(1),
    #sp-naviWrap > ul > li:nth-of-type(2),
    #sp-naviWrap > ul > li:nth-of-type(3) {
        background: url(../images/common/sp_menu_open.png) top 15px right 20px no-repeat;
        background-size: 15px;
        background-color: #891414;
    }
    
    #sp-naviWrap > ul > li p.navi-open {
        background: url(../images/common/sp_menu_close.png) top 15px right 20px no-repeat;
        background-size: 15px;
        background-color: #891414;
    }
    
    #sp-naviWrap > ul > li:first-child > a {
        border-top: 1px solid #ccc;
    }
    
    #sp-naviWrap > ul > li > ul {
      display: none;
    }
    
    #sp-naviWrap > ul > li li > a {
        display: block;
        width: 100%;
        padding: 12px 0 10px 30px;
        color: #000000;
        background-color: #e4aaaa;
    }
    
    #sp-naviWrap > ul > li li:first-child > a {
        border-top: 1px solid #FFF;
    }
        
    
/* !サブページ　メイン画像
---------------------------------------------------------- */
    #sub-page-title {
        width:100%;
        margin: 0 auto;
        padding: 80px 0 0 0;
    }
    
    #sub-page-title > h1 {
        width:100%;
        margin: 0 auto;
        text-align: center;
    }
    
    #sub-page-title > p {
        width:100%;
        margin: 20px auto 0 auto;
    }
    
    #sub-page-title > p > img {
        width: 100%;
        margin: 0 auto;
    }



/* !footer フッター
---------------------------------------------------------- */
    footer {
        width:100%;
        margin: 0;
        padding: 0;
        color: #FFF;
        background-color: #000000;
    }
        
    footer > div:nth-of-type(2) {
        width: 100%;
        margin: 0 auto;
        padding: 45px 0 35px 0;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(1) {
        margin: 0;
        padding: 0 0 25px 0;
        text-align: center;
        border-bottom: #666666 1px solid;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(1) > a > img {
        display: block;
        width: 129px;
        margin: 0 auto;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(1) > p:nth-of-type(1) {
        margin: 10px auto 0 auto;
        line-height: 150%;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(1) > p:nth-of-type(2) {
        margin: 25px auto 0 auto;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(1) > p:nth-of-type(2) img {
        width: 137px;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) {
        width: 90%;
        margin: 0 auto;
        padding: 20px 0 0 0;
    }
        
    footer > div:nth-of-type(2) > div:nth-of-type(2) > div {
        margin: 0 auto;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > div > div {
        width: 100%;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(1) {
        margin: 0 0 20px 0;
    }
     
    footer > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(1) > a {
        display: block;
        width: 100%;
        height: 40px;
        margin: 10px 0 0 0;
        padding: 8px 0 0 10px;
        font-size: 15px;
        color: #FFF;
        border: #666666 1px solid;
        background-color: #111111;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(1) > a span:before {
        margin: 8px 10px 0 0;
        content: '';
        display: inline-block;
        width: 12px;
        height: 9px;
        vertical-align: top;
        background-image: url(../images/common/footer_mail.png);
        background-size: contain;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(2) > a {
        display: block;
        width: 100%;
        height: 60px;
        margin: 10px 0 0 0;
        padding: 8px 0 0 35px;
        font-size: 14px;
        color: #FFF;
        border: #666666 1px solid;
        background-color: #111111;
        line-height: 150%;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(2) > a span {
        position: relative;
        font-size: 18px;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(2) > a span:before {
        position: absolute;
        top: 14px;
        left: -25px;
        content: '';
        width: 11px;
        height: 11px;
        background-image: url(../images/common/footer_tel_icon.png);
        background-size: contain;
    }    
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(2) {
        margin: 20px 0 0 0;
        line-height: 160%;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(3) {
        margin: 15px 0 0 0;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(3) a {
        color: #FFF;
    }
    
    footer > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(3) a:before {
        margin: 0 10px 0 0;
        content: '';
        display: inline-block;
        width: 16px;
        height: 14px;
        background-image: url(../images/common/footer_privacy.png);
        background-size: contain;
    }
    
    
    
    footer > address {
        width: 100%;
        margin: 0px auto;
        padding: 10px 0;
        text-align: center;
        font-size: 12px;
        color: #2b2a2a;
        background-color: #FFF;
    }


/* !page-top
---------------------------------------------------------- */
    #pageTop {
        display:none;
        position: fixed;
        bottom: 60px;
        right: 10px;
        z-index:100;
    }

    #pageTop img {
        width: 15px;
    }

    #pageTop a {
        width: 15px;
        text-align: center;
        display: block;
    }


}


