@charset "UTF-8";
/* CSS Document */

/*
Theme Name: AJ Wedding 2025
Theme URI: http://
Version: 1.1
*/

@font-face {
  font-family: 'hannari';
  src: url(font/hannari.otf) format('opentype'),
       url(font/Hannari.woff) format('woff');
}

.pc{
    display: none!important;
}
.sp{
    display: block!important;
}
.pc1200{
    display: none!important;
}
.sp1200{
    display: block!important;
}

#wrapper {
    overflow: hidden;
    position: relative;
}


/*  header
*/

header {
    padding: 12px 0 0 0;
    position: relative;
    background: url(images/header_bg.jpg) left top;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.6);
    z-index:999;
}

header .container{
    padding: 0;
}

header #logo {
    height: 60px;
    margin-bottom:14px;
    width: auto;
    display: block;
    text-align: center;
}
header #logo img{
    height: 60px;
    width: auto;
    padding-right: 20px;
    margin:0 auto ;
}

#header_la_left {
    display: none;
}

.header_la_right {
    overflow: hidden;
    float: right;
    width: 180px;
    margin-top: 14px;
}

.header_lar_top {
    padding: 0 4px 0 8px;
    overflow: hidden;
    margin:0;
}

.header_lar_top p {
    color: #696969;
    font-size: 13px;
    float: left;
    margin-right: 10px;
    line-height: 26px;
}

.header_lar_top ul {
    text-align: right;
    font-size:0;
}

.header_lar_top ul li {
    display: inline-block;
    margin-right: 9px;
    width: auto;
}

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

.header_lar_top ul li a img {
    width:auto;
    height:26px;
}

.header_lar_top ul li:nth-of-type(3) a img {
    height:28px;
}

.searchform1 {
    margin-top: 15px;
    line-height: 100%;
    float: right;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.searchform1 input[type="text"] {
    height: 30px;
    float: left;
    width: 168px;
    background: #fff;
    border: 1px solid #A9A9A9;
    display: inline-block;
    padding: 3px 58px 3px 12px;
    box-sizing: border-box;
    border-radius: 15px;
}
.search_buttons1 {
    position:absolute;
    right:0;
    top:1px;
    width:26px;
}
#clearBtn1 {
    padding: 0px 0;
    width: 22px;
}

#clearBtn1{
    display: none;
    position: absolute;
    left: -28px;
    padding: 2px 0;
    width: 20px;
}

#clearBtn1.active {
    display: block;
}

.searchBtn1{
    display: block;
    position: absolute;
    right: 10px;
    width: 20px;
    top: 2px;
} 

body > .oChat-startPanel {
    padding: 7px 20px 10px;
    background-color: #696969;
    border: none;
}

body > .oChat-container a {
    color: #fff;
}

body > .oChat-container a:hover, body >  .oChat-container a:focus{
    color: #fff;
}

body > .oChat-root{
    border-color:#696969;
}

.oChat-footer{
    display: none!important;
}

.trigger-box {
    position: absolute;
    right: 6px;
    top: 10px;
    z-index:999;
}

.menu-trigger {
    position: relative;
    width: 50px;
    height: 66px;
}

.menu-trigger span {
    position: absolute;
    left: 17px;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background-color: #696969;
    color: #696969;
}

.menu-trigger span.menu-text {
    width: 100%;
    height: auto;
    left: 2px;
    bottom: 15px;
    background: none;
    line-height: 1.0;
    text-align: center;
    font-size: 10px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #696969;
}

.menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
}

.menu-trigger span:nth-of-type(1) {
    top: 20px;
}

.menu-trigger span:nth-of-type(2) {
    top: 26px;
}

.menu-trigger span:nth-of-type(3) {
    top: 32px;
}

.active .menu-trigger span:nth-of-type(1) {
    width: 28%;
    -webkit-transform: translate3d(0px, 4px, 0) rotate(45deg);
    transform: translate3d(0px, 4px, 0) rotate(45deg);
}

.active .menu-trigger span:nth-of-type(2) {
    -webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
    transform: translate3d(-1px, 0, 0) rotate(-45deg);
}

.active .menu-trigger span:nth-of-type(3) {
    width: 32%;
    -webkit-transform: translate3d(4px, -4px, 0) rotate(45deg);
    transform: translate3d(3px, -4px, 0) rotate(45deg);
}

#sp_nav {
    width: 100%;
    height: auto;
    z-index: 300;
    background: #EAECEE;
    position: absolute;
    left:101%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-top: 1px solid #DBDFE3;
}

.active #sp_nav {
    left:0;
    top:86px;
}

#sp_nav .sp_nav_sns {
    text-align: center;
    margin-top:16px;
    padding-bottom:16px;
    border-bottom:solid 1px #DBDFE3;
}

#sp_nav .sp_nav_sns p {
    display: inline-block;
    color: #696969;
    font-size: 13px;
    margin-right:8px;
}

#sp_nav ul {
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
    margin-top: 10px;
    border-top:solid 1px #DBDFE3;
}

#sp_nav .sp_nav_sns ul {
    width:auto;
    border-top:none;
    margin-top:0;
    display: inline-block;
    vertical-align: middle;
}

#sp_nav ul li {
    display: block;
    overflow: hidden;
}

#sp_nav .sp_nav_sns ul li {
    display: inline-block;
    vertical-align: baseline;
    margin:0 3px;
}

#sp_nav ul li a {
    display: block;
    line-height: 30px;
    font-size: 100%;
    width: 100%;
    display: block;
    padding: 3px 3%;
    border-bottom: 1px solid #DBDFE3;
    box-sizing: border-box;
    background-size: auto 14px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    color: #3D4E5F;
}

#sp_nav .sp_nav_sns ul li a {
    border-bottom:none;
    width:auto;
    padding:0;
}

#sp_nav .sp_nav_sns ul li a img {
    width:auto;
    height:30px;
}

#sp_nav ul li.spnav_loca_title a {
    position: relative;
    border-bottom: 1px solid #C6CCD3;
}
#sp_nav ul li.spnav_loca_title a:after {
    content:"";
    width:6px;
    height:6px;
    border-right: solid 1px #8D99A7;
    border-bottom: solid 1px #8D99A7;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    display: block;
    position:absolute;
    top:13px;
    right:18px;
    z-index:9999;
}
#sp_nav ul li.spnav_loca a {
    background: #DBDFE3;
    border-bottom: 1px solid #C6CCD3;
}
#sp_nav ul li.spnav_loca:last-child a {
    border-bottom: 1px solid #DBDFE3;
}
#sp_nav ul.commu_btns {
    margin:8px auto 0 auto;
    display: table;
    border-top: none;
    width:98%;
}
#sp_nav ul.commu_btns li {
    display: table-cell;
    padding:2px;
}
#sp_nav ul.commu_btns li a {
    color: #fff;
    border:none;
    border-radius: 4px;
}
#sp_nav ul.commu_btns li.est a {
    background: #E04D35;
}
#sp_nav ul.commu_btns li.est {
    position:relative;
}
#sp_nav ul.commu_btns li.est b {
    position:absolute;
    top:50%;
    left:50%;
    margin:-13px auto 0 -40%;
    width:80%;
    height:26px;
    display: block;
    background:rgba(0,0,0,0.5);
    text-align: center;
    color:#FFF;
    line-height: 26px;
    font-weight:bold;
}
#sp_nav ul.commu_btns li.chat a {
    background: #B2B200;
}
#sp_nav ul.commu_btns li.contact a {
    background: #37BCB9;
}

#menulist_close {
    width: 100%;
    display: block;
    padding: 14px 0;
    margin: 0;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

#menulist_close a {
    width: 92%;
    background: #A9B3BC;
    color: #FFF;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    padding: 8px 0;
    cursor: pointer;
}
.searchform2 {
    width:220px;
    display: block;
    margin:12px auto 12px auto;
    position:relative;
}
.searchform2 input[type="text"]{
    width:150px;
    padding:6px 58px 6px 12px;
    border-radius: 18px;
    border: 1px solid #C6CCD3;
}
.search_buttons2 {
    position:absolute;
    right:0;
    top:1px;
    width:25px;
}
.searchBtn2{
    display: block;
    position: absolute;
    right: 10px;
    width: 20px;
    top: 4px;
} 
#clearBtn2 {
    padding: 0px 0;
    width: 22px;
}
#clearBtn2{
    display: none;
    position: absolute;
    left: -28px;
    padding: 2px 0;
    width: 20px;
}

#clearBtn2.active {
    display: block;
}

/*  footer
*/

footer{
    overflow: hidden;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);
}

.footer_t_left {
    overflow: hidden;
    text-align: center;
}

.footer_t_left ul {
    display: table;
    width:98%;
    margin:0 auto;
}

.footer_t_left li {
    display: table-cell;
    padding: 14px 2px 0 2px;
}

.footer_t_left li a {
    padding: 10px 0;
    box-sizing: border-box;
    margin-right: 0;
    display: block;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}

.footer_t_left li a span{
    display: none;
}

.footer_t_left li.est a {
    background: #E04D35;
    position: relative;
}

.footer_t_left li.est a b {
    position:absolute;
    top:50%;
    left:50%;
    margin:-13px auto 0 -40%;
    width:80%;
    height:26px;
    display: block;
    background:rgba(0,0,0,0.5);
    text-align: center;
    color:#FFF;
    line-height: 26px;
    font-weight:bold;
}

.footer_t_left li.est a span {
    margin-left: -16px;
}

.footer_t_left li.chat a {
    background: #B2B200;
}

.footer_t_left li.chat a span {
    margin-left: -30px;
}

.footer_t_left li.contact a {
    background: #37BCB9;
}

.footer_t_left li.contact a span {
    margin-left: -26px;
}

.footer_t_left li:last-child a{
    margin-right: 0;
}

.footer_t_right {
    width: auto;
    margin: 5px auto 10px auto;
    overflow: hidden;
    padding-left:2%;
    text-align: center;
}

.footer_t_right ul{
    margin:6px auto 0 auto;
    display: block;
}

.footer_t_right ul li {
    display: inline-block;
}

.footer_t_right ul li a {
    color: #3F74A8;
    text-decoration: underline;
    line-height: 28px;
    padding-left: 34px;
    display: block;
    margin-right: 14px;
}

.footer_t_right ul li:last-child a{
    margin-bottom: 0;
}

.footer_t_right ul li a:hover{
    text-decoration: none;
}

.footer_t_right ul li.voice a{
    background: url(images/voice_icon.png) left center no-repeat;
    background-size: 28px auto;
}

.footer_t_right ul li.faq a{
    background: url(images/faq_icon.png) left center no-repeat;
    background-size: 28px auto;
}

.footer_bottom{
    background: #A2ACB8;
    padding: 20px 0 5px;
}

.footer_logo {
    width: 200px;
    margin: 0 auto 10px;
}


.footer_sns_area {
    text-align: center;
    overflow: hidden;
    margin: 20px 0 30px;
}

.footer_sns_area p {
    color: #fff;
    font-size: 13px;
    line-height: 26px;
}

.footer_sns_area ul{
    display: inline-block;
}

.footer_sns_area ul li {
    display: inline-block;
    margin-right: 18px;
    width: auto;
}

.footer_sns_area ul li a img {
    width:auto;
    height:24px;
}

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

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

.footer_sns_area .footer_line_qr {
    margin-top:12px;
    border-radius:6px;
    padding:16px;
    text-align: center;
    background:rgba(255,255,255,0.2);
}

.footer_sns_area .footer_line_qr p {
    float:none;
    font-size:13px;
    padding-bottom:8px;
    line-height:1.1;
}

.footer_sns_area .footer_line_qr img {
    width:70px;
    height:auto;
}

.fn_main{
    overflow: hidden;
}

.fn_main > li {
    padding: 20px;
    float: left;
    border-left: 2px solid #9C9C9C;
    border-right: 1px solid #BBBBBB;
    height: 290px;
    box-sizing: border-box;
}

.fn_main > li:last-child {
    border-right:none;
}

.fn_main > li a{
    font-size: 14px;
    color: #fff;
    margin-bottom: 7px;
    display: block;
}

.fn_main > li > ul > li > ul > li > a:before{
    content:"-";
    padding-right:8px; 
}

.fn_sub {
    overflow: hidden;
    text-align: center;
    font-size: 11px;
    margin-top:10px;
}

.fn_sub a{
    color: #555;
    line-height: 12px;
    font-size: 12px;
}

.fn_sub li{
    display: inline-block;
    padding-right: 10px;
    margin: 0 10px 0 0;
    border-right: 1px solid #1F1F1F;
}

.fn_sub li:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.copy {
    line-height: 40px;
    text-align: center;
    color:#fff;
    font-size: 12px;
    letter-spacing: 0.1em;
    background: #708090;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

.footer_top .container{
    padding-left: 0;
    padding-right: 0;
}


/*  パンくず
*/

ul.crumb {
    margin: 8px auto 50px auto;
    padding-left:6px;
    line-height: 120%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 1200px;
}

ul.crumb li {
    display: inline;
    font-size: 12px;
    line-height: 100%;
}

ul.crumb li a {
    font-size: 12px;
    color: #3398DA;
    line-height: 100%;
    text-decoration: underline;
}

ul.crumb li a:hover {
    text-decoration: none;
}


/*  contents
*/

#contents{
    overflow: hidden;
}

.single_page{
    min-height: 300px;
}
.single_page h1{
    padding-top:30px;
    color:#444;
}

.top02_right {
    max-width: 740px;
    margin: 0 auto;
    width: 100%;
}

.sidebar{
    max-width: 740px;
    margin: 0 auto;
}

.thumb_default {
    background: #fafafa;
}

.main_contents{
    margin-bottom: 40px;
}

/*  page-navi
*/

.wp-pagenavi, .PageNavi {
    width: 100%;
    text-align: center;
}

.wp-pagenavi .page, .wp-pagenavi .current, .PageNavi .page-numbers, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .first, .wp-pagenavi .last, .PageNavi .current {
    padding: 9px 14px;
    color: #aaa;
    border: 1px solid #CCCCCC;
}

.wp-pagenavi .page:hover, .PageNavi .page-numbers:hover {
    border: 1px solid #444444;
    color: #000;
}

.wp-pagenavi .current, .wp-pagenavi .first:hover, .wp-pagenavi .last:hover, .PageNavi .current {
    margin: 0 4px;
    border: 1px solid #444444;
    color: #000;
}

.PageNavi .next, .PageNavi .prev, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink{
    border: none;
    padding: 10px 15px;
}

.PageNavi .next:hover, .PageNavi .prev:hover, .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover{
    border: none;
    color: #000;
}


#contents.nf{
    padding-bottom: 40px;
}

.nf h1{
    font-size: 30px;
    font-family: 'Cormorant Garamond', serif;
    color: #A9A9A9;
    text-align: center;
    line-height: 75%;
    margin-bottom: 30px;
}

.nf h1 span {
    font-size: 12px;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif, 'Noto Sans Japanese', serif;
}

#contents.nf .top_text{
    text-align: center;
}

#search .gsib_a{
    padding: 0 6px;
}

.related_link{
    background: #eeeeee;
    padding: 15px 0;
}

.related_link > .container > ul{
    text-align: center;
}

.related_link > .container > ul > li {
    max-width: 47%;
    width: 185px;
    display: inline-block;
    margin: 5px 1% 0;
}

.rl_title{
    color: #3e4a62;
    text-align: center;
}



@media screen and (min-width: 688px) {

.pc{
    display: block!important;
}
.sp{
    display: none!important;
}

ul.crumb {
    margin: 5px auto 30px auto;
}

.copy{
    line-height: 50px;
    font-size: 13px;
}

.fn_sub{
    font-size: 15px;
}

.fn_sub a{
    line-height: 14px;
    font-size: 14px;
}

footer{
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
}

.footer_r_right ul {
    margin:10px auto 0 auto;
}

.404nf h1{
    font-size: 40px;
}

.404nf h1 span {
    font-size: 13px;
}

#contents.nf{
    padding-bottom: 120px;
}

}


@media screen and (min-width: 880px) {

/*  header
*/

header {
    padding: 12px 0 4px 0;
}
header .container{
    padding-left: 15px;
    padding-right: 15px;
}

header #logo {
    margin-bottom: 10px;
    margin-right: 15px;
    float: left;
}
header #logo img {
    padding-right: 0;
}

#header_la_left {
    overflow: hidden;
    margin-top: 4px;
    text-align: left;
    display: block;
}

#header_la_left li{
    display: inline;
}

#header_la_left li a {
    color: #fff;
    box-sizing: border-box;
    padding: 12px 18px 12px 46px;
    margin-right: 3px;
    display: inline-block;
    font-size: 18px;
    width: auto;
    text-align: center;
    border-radius: 4px;
}

#header_la_left li:last-child a{
    margin-right: 0;
}

#header_la_left li a span{
    display: none;
}

#header_la_left li.est a {
    background: #E04D35 url(images/header_icon01.png) 28px center no-repeat;
    background-size: 17px auto;
    border-bottom: 6px solid #B01800;
    width: auto;
    position: relative;
}

#header_la_left li.est a span {
    margin-left: -16px;
}
#header_la_left li.est a b {
    position:absolute;
    top:0;
    left:0;
    margin:0 auto 0 0;
    width:100%;
    height:112%;
    display: block;
    background:rgba(255,255,255,0.7);
    text-align: center;
    font-size: 18px;
    color:#E04D35;
    line-height: 50px;
    font-weight:bold;
}

#header_la_left li.chat a {
    background: #B2B200 url(images/header_icon02.png) 23px center no-repeat;
    background-size: 26px auto;
    border-bottom: 6px solid #808100;
    padding-left: 56px;
    padding-right: 26px;
    width: auto;
}

#header_la_left li.chat a span {
    margin-left: -30px;
}

#header_la_left li.contact a {
    background: #37BCB9 url(images/header_icon03.png) 22px center no-repeat;
    background-size: 25px auto;
    border-bottom: 6px solid #008A88;
    padding-left: 56px;
    padding-right: 22px;
}

#header_la_left li.contact a span {
    margin-left: -26px;
}

#header_la_left li a:hover{
    border-bottom: none;
    position: relative;
    top: 3px;
}

#header_la_left li.est a:hover{
    border-bottom: 3px solid #B01800;
}

#header_la_left li.chat a:hover{
    border-bottom: 3px solid #808100;
}

#header_la_left li.contact a:hover{
    border-bottom: 3px solid #008A88;
}

.trigger-box {
    right: 0px;
}

.footer_t_left ul {
    display: block;
    width:auto;
    margin:0;
}

.footer_t_left li {
    display: inline;
    padding: 0;
}

.footer_t_left li a {
    padding: 10px 43px 14px 69px;
    margin-right: 20px;
    display: inline-block;
    font-size: 21px;
    text-align: center;
    float: none;
    position:relative;
}

.footer_t_left li a span{
    font-size: 14px;
}

.footer_t_left li.est a {
    background: #E04D35 url(images/header_icon01.png) 28px center no-repeat;
    background-size: 17px auto;
    border-bottom: 6px solid #B01800;
    width: auto;
}

.footer_t_left li.est a span {
    margin-left: -16px;
}

.footer_t_left li.est a b {
    position:absolute;
    top:0;
    left:0;
    margin:0 auto 0 0;
    width:100%;
    height:111%;
    display: block;
    background:rgba(255,255,255,0.8);
    text-align: center;
    font-size: 18px;
    color:#E04D35;
    line-height: 50px;
    font-weight:bold;
}

.footer_t_left li.chat a {
    background: #B2B200 url(images/header_icon02.png) 23px center no-repeat;
    background-size: 26px auto;
    border-bottom: 6px solid #808100;
    padding-left: 71px;
    padding-right: 41px;
    width: auto;
}

.footer_t_left li.chat a span {
    margin-left: -30px;
}

.footer_t_left li.contact a {
    background: #37BCB9 url(images/header_icon03.png) 22px center no-repeat;
    background-size: 25px auto;
    border-bottom: 6px solid #008A88;
    padding-left: 71px;
    padding-right: 37px;
    width: auto;
}

.footer_t_left li.contact a span {
    margin-left: -26px;
}

.footer_t_left li a:hover{
    border-bottom: none;
    position: relative;
    top: 3px;
}

.footer_t_left li.est a:hover{
    border-bottom: 3px solid #B01800;
}

.footer_t_left li.chat a:hover{
    border-bottom: 3px solid #808100;
}

.footer_t_left li.contact a:hover{
    border-bottom: 3px solid #008A88;
}
.footer_t_right {
    margin: 20px 0 0 0;
}
.footer_top {
    padding: 30px 0 25px;
}
.footer_bottom{
    background: #A9A9A9;
}

.related_link{
    background: #b6b6b6;
}

.related_link > .container > ul > li{
    float: left;
    margin: 5px 7.5px 0;
}

.related_link > .container{
    max-width: 1000px;
    margin: 0 auto;
}

.related_link > .container > ul > li{
    float: left;
    max-width: 18%;
    margin: 5px 1% 0;
}

.rl_title{
    text-align: left;
    margin-left: 1%;
}


}

@media screen and (min-width: 1200px) {

.pc1200{
    display: block!important;
}
.sp1200{
    display: none!important;
}
ul.crumb li,
ul.crumb li a {
    font-size: 14px;
}
/*  contents
*/

.main_contents {
    max-width: 800px;
    width: 100%;
    float: left;
    margin-bottom: 0;
}

.sidebar{
    max-width: 350px;
    float: right;
}


/*  header
*/

header{
    padding: 16px 0 10px 0;
    overflow:visible;
}
header #logo {
    height:91px;
}
header #logo img {
    height:91px;
    width:276px;
    margin-right: 15px;
}

header .container{
    padding: 0;
}

nav{
    background: #A9A9A9;
    overflow: hidden;
}

nav ul {
    width: 1200px;
    margin: 0 auto;
}

nav ul li a {
    line-height: 48px;
    text-align: center;
    display: inline-block;
    color: #fff;
    float: left;
}

nav ul li a span {
    border-right: 1px solid #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 0 26px;
    line-height: 24px;
}

nav ul li:last-child a span{
    border-right:none;
}

#header_la_left {
    float: left;
    margin-top: 3px;
}

#header_la_left li a span{
    font-size: 14px;
    display: inline;
}

#header_la_left li a {
    padding: 10px 28px 14px 54px;
    font-size: 21px;
}

#header_la_left li.est a {
    background: #E04D35 url(images/header_icon01.png) 29px 42px no-repeat;
    background-size: 19px auto;
}

#header_la_left li.est a b {
    line-height: 80px;
}

#header_la_left li.chat a {
    background: #B2B200 url(images/header_icon02.png) 21px 40px no-repeat;
    background-size: 30px auto;
}

#header_la_left li.contact a {
    background: #37BCB9 url(images/header_icon03.png) 24px 46px no-repeat;
    background-size: 27px auto;
}
.footer_top {
    padding: 40px 0 35px;
}
.footer_t_left li.est a {
    background: #E04D35 url(images/header_icon01.png) 42px 42px no-repeat;
    background-size: 19px auto;
}

.footer_t_left li.chat a {
    background: #B2B200 url(images/header_icon02.png) 35px 40px no-repeat;
    background-size: 30px auto;
}

.footer_t_left li.contact a {
    background: #37BCB9 url(images/header_icon03.png) 36px 46px no-repeat;
    background-size: 27px auto;
}

.footer_t_left li a span{
    font-size: 14px;
    display: inline;
}

.footer_t_left {
    float: left;
    margin-left: 35px;
}

.footer_t_right {
    width: 250px;
    float: right;
    margin: 0;
    padding-left:0;
    text-align: left;
}
.footer_t_right ul li {
    margin-bottom:12px;
}
.footer_t_right ul li a{
    margin-right: 0;
}

.footer_t_left li.est a b {
    position:absolute;
    top:0;
    left:0;
    margin:0px auto 0 0;
    width:100%;
    height:110%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size:18px;
    line-height:80px;
    font-weight:bold;
}

.footer_sns_area {
    padding: 0 55px;
    text-align: center;
    margin: 0;
}

.footer_sns_area ul li{
    margin-right: 10px;
}

.footer_logo{
    width: 250px;
    margin-bottom: 22px;
}

.footer_b_left {
    padding: 0 30px 20px 0;
    float: left;
    border-right: 1px solid #BBBBBB;
    height: 290px;
    box-sizing: border-box;
    overflow: visible;
    margin-bottom:66px;
}

.fn_sub {
    margin-top:40px;
    text-align: right;
}

.footer_bottom{
    padding: 58px 0 5px;
}

.related_link > .container{
    max-width: 1200px;
}

.related_link > .container > ul > li{
    margin: 5px 7.5px 0;
}

.rl_title{
    margin-left: 7.5px;
}

}