@charset "UTF-8";

/* CSS Document */

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

Default

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
html {
    font-size: 62.5%;
    overflow: auto !important;
    margin: 0 !important;
}
body {
    color: #333;
	font-size: 13px;
    font-size: 1.3rem; /* =14px */
    line-height: 1.8em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Noto Serif JP","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


h4.gray { font-size: 154%; line-height: 1.5em; color: #000000;}
h5 { font-weight: bold; font-size: 124%;}

.large { font-size: 124%;}
p.large.mgnone { margin_top: 0 !important;}


/* svg default */
.le_com_svg {
    position: absolute;
    width: 0;
    height: 0;
}

/* wHFix default height */
.wHFix {
    height: 800px;
}

.roboto {
    font-family: 'Roboto', sans-serif;
    letter-spacing: .15em;
}

.dnPC {
    display: none;
}
.dnSP {
    display: block;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    
    .dnPC {
        display: block;
    }
    .dnSP {
        display: none;
    }
    
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    
    
}
/*----------------------------------------------*/


/*============================================================================
    Button
============================================================================*/

[class^="le_btn"] a {
    position: relative;
    display: block;
    text-align: center;
    box-sizing: border-box;
    border-radius: 100px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
[class^="le_btn"] a::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
}
[class^="le_btn"] a:hover {
    text-decoration: none;
}

.le_btn01 a {
    height: 40px;
    padding: 8px 20px;
    letter-spacing: .2em;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,.1);
    box-sizing: border-box;
    background-color: #fff;
}
.le_btn01  a::before {
    border-left: 4px solid #4f869e;
}
.le_btn01 a:hover {
    color: #fff;
    background-color: #50879f;
}
.le_btn01  a:hover::before {
    border-left: 4px solid #fff;
}

.le_btn02 a {
    height: 100px;
    padding: 28px 20px;
    letter-spacing: .2em;
    background-color: #50879f;
    color: #fff;
}
.le_btn02 a span {
    display: block;
    text-align: center;
}
.le_btn02 a .en {
    font-size: 20px;
    font-size: 2.0rem;
}
.le_btn02 a .jp {
}
.le_btn02 a::before {
    right: 30px;
    border-left: 4px solid #fff;
}
.le_btn02 a:hover {
    color: #fff;
    background-color: #50879f;
}
.le_btn02 a:hover {
    background-color: #347793;
}
.le_btn02 a:hover::before {
    border-left: 4px solid #fff;
}

[class^="le_btn"].cnt {
    margin: 0 auto;
}

[class^="le_btn"].pdf {}
[class^="le_btn"].pdf a {}
[class^="le_btn"].pdf a span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
}
[class^="le_btn"].pdf a span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0,-53%,0) scale(.5);
    transform: translate3d(0,-53%,0) scale(.5);
    display: block;
    width: 24px;
    height: 32px;
    background: url(../img/le_com_iconset01.png) 0 0 no-repeat;
    -webkit-background-size: 102px 64px;
    background-size: 102px 64px;
    background-position: -32px 0;
}
/*[class^="le_btn"].pdf a:hover { text-decoration: none;}*/
[class^="le_btn"].pdf a:hover span::before {
    background-position: -32px -32px;
}

[class^="le_btn"].blank a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate3d(0,-53%,0) scale(.5);
    transform: translate3d(0,-53%,0) scale(.5);
    display: block;
    border: none;
    width: 25px;
    height: 25px;
    background: url(../img/le_com_iconset01.png) 0 0 no-repeat;
    -webkit-background-size: 102px 64px;
    background-size: 102px 64px;
    background-position: -56px 0;
}
[class^="le_btn"].blank a:hover::before {
    background-position: -56px -32px;
}


[class^="le_btn"].wid300 { width: 300px;}
[class^="le_btn"].wid500 { width: 500px;}


/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    
    [class*="le_btn"][class*="wid"] {
        width: auto;
    }
    
    .le_btn02 a {
        height: 60px;
        padding: 13px 20px;
        letter-spacing: .2em;
        background-color: #50879f;
        color: #fff;
    }
    .le_btn02 a span {
        line-height: 1;
    }
    .le_btn02 a .en {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .le_btn02 a .jp {
        margin-top: 5px;
    }
    
}
/*----------------------------------------------*/



/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

Header

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


#header {
    position: relative;
    z-index: 102;
    border-bottom: 3px solid #C5C5C5;
}
#header::before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    border-color: #C5C5C5;
}

header#le_com_header {
	position: relative;
/*	z-index: 8999;*/
	z-index: 101;
	width: 100%;
/*    color: #fff;*/
    box-shadow: none;
    background-color: transparent;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
header#le_com_header.-fixed {
	position: fixed;
    top: 0;
    left: 0;
}

.le_header_cont {
    position: absolute;
    background-color: #fff;
    color: #333;
}
.le_header_cont.-top,
.le_header_cont.-bottom {
    z-index: 2;
}
.le_header_cont.-right,
.le_header_cont.-left {
    z-index: 1;
}

.le_header_cont .le_header_cont_inner > p {
    letter-spacing: .2em;
    line-height: 1;
    transform-origin: center;
}
.le_header_cont .le_header_cont_inner > p a {
    display: block;
    text-decoration: none;
}
.le_header_cont .le_header_cont_inner > p a:hover {
    text-decoration: none;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    
    #header #header_cont {
        width: auto;
    }
    
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    
}
/*----------------------------------------------*/



/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

shopheader関連 個別対応

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

#header, div[id$="_header"], div[id$="_header02"] {
    display: block!important;
}
.shopHeader_sp {
    display: none!important;
}
.shopHeader_fixArea .le_resBtn01 {
    position: absolute;
    left: 6px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.shopHeader_fixArea .le_resBtn01 a {
    color: #333;
    position: absolute;
    display: block;
    text-align: center;
    background-color: #4f869e;
    border: none;
    text-decoration: none;
    color: #fff;
    width: 200px;
    padding: 6px 0;
    box-sizing: border-box;
    border-radius: 100px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    left: inherit;
    top: inherit;
    transform: inherit;
}
.shopHeader_fixArea .le_resBtn01 a::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
}
.shopMenu_sns_item svg.le_hd_sns {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.shopMenu_sns_item.fb svg.le_hd_sns {
    width: 15px;
    height: 15px;
}
.shopMenu_sns_item.fb svg.le_hd_sns use {
/*    fill: #315096;*/
    fill: #333;
}
.shopMenu_sns_item.tw svg.le_hd_sns {
    width: 18px;
    height: 15px;
}
.shopMenu_sns_item.tw svg.le_hd_sns use {
    fill: #333;
/*    fill: #55acee;*/
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    
    header#le_com_header {
        display: none;
    }
    #header, div[id$="_header"], div[id$="_header02"] {
        display: none!important;
    }
    .shopHeader_sp {
         display: block!important;
    }
    
}
/*----------------------------------------------*/



/* top
----------------------------------------------------------------------------*/
.le_header_cont.-top {
    top: 0;
    right: 0;
    left: 0;
    height: 60px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.-fixed .le_header_cont.-top {
/*    box-shadow:  0 0 5px 1px rgba(0,0,0,.07);*/
}

.le_header_cont.-top .le_hd_nav01 {
    position: absolute;
    left: 60px;
    top: 0;
}
.le_header_cont.-top .le_hd_nav01 > li {
	float: left;
	position: relative;
}
.le_header_cont.-top .le_hd_nav01 > li > a {
	display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    height: 60px;
/*    color: #fff;*/
/*    height: 80px;*/
/*    padding: 30px 30px;*/
    letter-spacing: .3em;
    box-sizing: border-box;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.le_header_cont.-top .le_hd_nav01 > li:first-child > a {
    padding-left: 0;
}
.le_header_cont.-top .le_hd_nav01 > li > a:hover {
    opacity: .5;
    text-decoration: none;
}

.le_header_cont.-top .le_resBtn01 {
    position: absolute;
    right: 60px;
    top: 10px;
    width: 240px;
}
.le_header_cont.-top .le_resBtn01 a {
    color: #333;
    position: relative;
    display: block;
    text-align: center;
    background-color: #4f869e;
    border: 1px solid #4f869e;
    text-decoration: none;
    color: #fff;
/*    border: 1px solid rgba(0,0,0,.1);*/
    height: 40px;
    padding: 7px 0;
    box-sizing: border-box;
    border-radius: 100px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.le_header_cont.-top .le_resBtn01 a::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
}
.le_header_cont.-top .le_resBtn01 a:hover {
}

/* right
----------------------------------------------------------------------------*/

.le_header_cont.-right {
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 100%;
}
.le_header_cont.-right .le_header_cont_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.le_header_cont.-right .le_header_cont_inner > p {
    width: 8em;
    -webkit-transform: translate(-2.8em,-100%) rotate(90deg);
    transform: translate(-2.8em,-100%) rotate(90deg);
}

.le_header_cont.-right .le_header_cont_inner .snsWrap  {
    width: 32px;
    margin: 40px auto 0;
}
.le_header_cont .snsWrap li {
}
.le_header_cont .snsWrap li a {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
}
.le_header_cont .snsWrap li svg.le_hd_sns {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.le_header_cont .snsWrap li svg.le_hd_sns use {
    fill: rgba(0,0,0,.5);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.le_header_cont .snsWrap li.fb svg.le_hd_sns {
    width: 15px;
    height: 15px;
}
.le_header_cont .snsWrap li.tw svg.le_hd_sns {
    width: 18px;
    height: 15px;
}
.le_header_cont .snsWrap li.fb a:hover svg.le_hd_sns use { fill: #315096;}
.le_header_cont .snsWrap li.tw a:hover svg.le_hd_sns use { fill: #55acee;}


/* bottom
----------------------------------------------------------------------------*/

.le_header_cont.-bottom {
    position: relative;
    width: 100%;
    height: 60px;
    text-align: center;
}
.le_header_cont.-bottom a {
    text-decoration: none;
    position: absolute;
/*    overflow: hidden;*/
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    padding: 15px 0 15px 20px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.le_header_cont.-bottom a:hover {
    text-decoration: none;
    opacity: .5;
}
.le_header_cont.-bottom a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-top: 4px solid #4f869e;
    animation: scrollAnim 4s ease infinite;
}
@-webkit-keyframes scrollAnim {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-25px,0);
    }
    25% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
    }
    75% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,25px,0);
    }
}
@keyframes scrollAnim {
    0% {
        opacity: 0;
        transform: translate3d(0,-25px,0);
    }
    25% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
    75% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0,25px,0);
    }
}


/* left
----------------------------------------------------------------------------*/

.le_header_cont.-left {
    top: 0;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 100%;
}
.le_header_cont.-left .le_header_cont_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.le_header_cont.-left.-active .le_header_cont_inner {
    opacity: 1;
}
.le_header_cont.-left .le_header_cont_inner > p {
    width: 10em;
    -webkit-transform: translate(-3.7em,-100%) rotate(-90deg);
    transform: translate(-3.7em,-100%) rotate(-90deg);
}
.le_header_cont.-left .le_header_cont_inner > p a {
    position: relative;
    padding-right: 20px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.le_header_cont.-left .le_header_cont_inner > p a:hover {
    opacity: .5;
}
.le_header_cont.-left .le_header_cont_inner > p a::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-left: 4px solid #4f869e;
}

/*
header#le_com_header .le_resBtn01 a::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
}
*/
/*
header#le_com_header .le_resBtn01 a {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    border: 1px solid rgba(255,255,255,.5);
    height: 40px;
    padding: 7px 0;
    box-sizing: border-box;
    border-radius: 100px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
*/



/*
.lower header#le_com_header,
header#le_com_header.active {
    background-color: #fff;
    color: #333;
    box-shadow: 0 1px 1px 0px rgba(0,0,0,.05);
}
.lower .le_header_cont.-top .le_hd_nav01 ul.sns li svg.le_hd_sns use,
header#le_com_header.active ul.le_hd_nav01 ul.sns li svg.le_hd_sns use {
    fill: #333;
}
.lower .le_header_cont.-top .le_hd_nav01 > li > a,
header#le_com_header.active ul.le_hd_nav01 > li > a {
    color: #333;
}
.lower header#le_com_header .le_resBtn01 a,
header#le_com_header.active .le_resBtn01 a {
    color: #333;
    border-color: rgba(0,0,0,.1);
}
.lower header#le_com_header .le_resBtn01 a::before,
header#le_com_header.active .le_resBtn01 a::before {
    border-left: 4px solid #333;
}
*/

header#le_com_header .le_resBtn01 a:hover {
    background-color: #4f869e;
    border: 1px solid #4f869e;
    text-decoration: none;
    color: #fff;
}
header#le_com_header .le_resBtn01 a:hover::before {
    border-left: 4px solid #fff;
}

/*----------------------------------------------*/
@media screen and (max-width: 1024px) {
    
    .le_header_cont.-right {
        width: 40px;
    }
    .le_header_cont.-bottom {
        height: 40px;
    }
    .le_header_cont.-left {
        width: 40px;
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    
    .le_header_cont {
        width: auto;
        padding: ;
        height: 80px;
    }
    
    .le_header_cont.-top .le_hd_nav01 > li > a,
    .le_header_cont.-top .le_hd_nav01 > li:first-child a {
        padding: 30px 20px;
    }
    
    header#le_com_header .le_resBtn01 {
        right: 20px;
    }
    
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    
    .le_header_cont.-top {
        height: 50px;
    }
    .le_header_cont.-top > nav {
        display: none;
    }
    .le_header_cont.-top .le_resBtn01 {
        width: 160px;
    }
    .le_header_cont.-top .le_resBtn01 a {
        border: none;
        height: 30px;
        padding: 4px 0;
    }
    .le_header_cont.-top .le_resBtn01 a::before {
        right: 10px;
    }
    .le_header_cont.-top .snsWrap {
        position: absolute;
        top: 8px;
        left: 15px;
        margin: 0;
        width: 70px;
        text-align: left;
        letter-spacing: -.4em;
    }
    .le_header_cont.-top .snsWrap li {
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
    }
    .le_header_cont.-top .snsWrap li.fb {
        margin-right: 5px;
    }
    
    .le_header_cont.-right,
    .le_header_cont.-left {
        display: none;
    }
    .le_header_cont.-bottom,
    .le_header_cont.-bottom a {
        height: 50px;
    }
    .le_header_cont.-bottom a {
        padding: 18px 0 18px 20px;
    }
}
/*----------------------------------------------*/




/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

le_mvArea

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
#le_mvArea {
    position: relative;
    margin: 60px 60px 0;
    min-height: 700px;
    z-index: 0;
    background-color: #fff;
}

.le_mvArea_contBox,
.le_mvArea_photoBox {
    position: absolute;
    text-align: left;
}


#le_mvArea > div:not(.le_mvArea_contBox):not(.le_mvArea_photoBox) {
}
.le_mvArea_contBox {
    left: 0;
    top: 0;
    width: 46%;
    height: 100%;
    background-color: #fff;
    transition: background 2s ease 1s;
}
.-loaded .le_mvArea_contBox {
    background-color: #EEEDE7;
}
.le_mvArea_contBox_inner {
    position: absolute;
/*    width: 300px;*/
    width: 17.5vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}
.le_mvArea_contBox_inner p {
    margin-top: 40px;
    font-size: 10px;
    letter-spacing: .2em;
    line-height: 1.6;
    opacity: .65;
}

.le_mvArea_photoBox {
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    box-shadow: -1px -1px 0 0 #fff inset;
}

.le_mvArea_photoBox01 {
    top: 0;
    left: 46%;
    width: 38%;
    height: 53%;
/*    background-position: top right;*/
    background-position: bottom right;
}
.le_mvArea_photoBox02 {
    top: 0;
    right: 0;
    width: 16%;
/*    height: 15%;*/
    height: 18%;
    background-position: center;
}
.le_mvArea_photoBox03 {
/*    top: 15%;*/
    top: 18%;
    right: 0;
    width: 16%;
/*    height: 38%;*/
    height: 35%;
/*    background-position: left bottom;*/
    background-position: left top;
}
.le_mvArea_photoBox04 {
    top: 53%;
    left: 46%;
    width: 19%;
    height: 23.5%;
/*    background-position: right bottom;*/
    background-position: right top;
}
.le_mvArea_photoBox05 {
/*    top: 78%;*/
    bottom: 0;
    left: 46%;
    width: 19%;
    height: 23.5%;
    background-position: left bottom;
}
.le_mvArea_photoBox06 {
    bottom: 0;
    right: 0;
    right: 0;
    width: 35%;
    height: 47%;
    background-position: left bottom;
}

#le_mvArea .le_mvArea_inner h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 380px;
    height: 206px;
}
#le_mvArea .le_mvArea_inner svg.le_main_logo01 {
    width: 380px;
    height: 206px;
}
#le_mvArea .le_mvArea_inner .le_main_logo01-body {
    fill: #fff;
}

/* loading */
#le_mvArea .le_mvArea_inner .loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: 155px 0 0 -15px;
    text-align: center;
}
#le_mvArea .le_mvArea_inner .loading svg path,
#le_mvArea .le_mvArea_inner .loading svg rect{
  fill: #fff;
}

/*----------------------------------------------*/
@media screen and (max-width: 1024px) {
    
    #le_mvArea {
        min-height: auto;
        margin: 60px 40px 0;
    }
    .le_mvArea_contBox_inner {
        width: 220px;
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 768px) {
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    
    #le_mvArea {
        min-height: auto;
        margin: 50px 20px 0;
    }
    
    .le_mvArea_contBox {
        width: 100%;
        height: 21%;
/*        top: 38.5%;*/
        top: auto;
        bottom: 43%;
        left: 0;
        background-color: #EEEDE7;
    }
    .le_mvArea_contBox_inner {
        width: 180px;
    }
    .le_mvArea_contBox_inner p {
        display: none;
    }
    
    .le_mvArea_photoBox01 {
        top: 0;
        left: 0;
        width: 56%;
        height: 36%;
    }
    .le_mvArea_photoBox02 {
        top: 0;
        right: 0;
        width: 44%;
        height: 18%;
    }
    .le_mvArea_photoBox03 {
        top: auto;
        bottom: 0;
        left: 0;
        width: 33.5%;
        height: 28.5%;
    }
    .le_mvArea_photoBox04 {
        top: 18%;
        left: auto;
        right: 0;
        width: 44%;
        height: 18%;
    }
    .le_mvArea_photoBox05 {
/*        top: 59.5%;*/
        bottom: 28.5%;
        left: 0;
        width: 33.5%;
        height: 14.5%;
    }
    .le_mvArea_photoBox06 {
        bottom: 0;
        right: 0;
        width: 66.5%;
        height: 43%;
    }

    
}
/*----------------------------------------------*/



/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

Contents Default

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
.le_cont_wrapper {
    position: relative;
	width: 100%;
/*	height: 100%;*/
/*    padding: 80px 0 100px;*/
/*    padding: 61.792% 0 100px;*/
/*    padding: 0 0 100px;*/
    box-sizing: border-box;
	z-index: 1;
}

.le_cont_sec {
    position: relative;
    background-color: #fff;
    padding: 100px 0;
}
.le_cont_sec_inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
    text-align: center;
}

.le_cont_sec h3.tit01 {
    font-size: 34px;
    font-size: 3.4rem;
    text-align: center;
    letter-spacing: .2em;
    margin-bottom: 40px;
}
.le_cont_sec h4.tits01 {
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    letter-spacing: .2em;
    margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
	.le_cont_sec h4.tits01 {font-size: 16px;font-size: 1.6rem;}
}

.le_cont_sec_txtJp,
.le_cont_sec_txtEn {
/*    width: 800px;*/
    margin: 0 auto;
}
.le_cont_sec_txtJp p {
    line-height: 1.8;
}
.le_cont_sec_txtEn {
    position: relative;
    margin-top: 20px;
}
.le_cont_sec_txtEn p {
    line-height: 1.6;
    color: rgba(51,51,51,.7);
}

/* slider */
.le_picSlider01 {
    width: 100%;
    position: relative;
}
.le_picSlider01 li.slick-slide {
    padding: 0 10px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: .2;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.le_picSlider01 li.slick-slide.slick-active {
    opacity: 1;
}
.le_picSlider01 li img {
    width: 100%;
    height: auto;
}
.le_picSlider01 .slick-prev,
.le_picSlider01 .slick-next {
    top: 0;
    width: 90px;
    height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.le_picSlider01 .slick-prev {
    left: 60px;
}
.le_picSlider01 .slick-next {
    right: 60px;
}
.le_picSlider01 .slick-prev:hover,
.le_picSlider01 .slick-next:hover {
    opacity: .5;
}
.le_picSlider01 .slick-prev:before,
.le_picSlider01 .slick-next:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-30%,-50%,0);
    transform: translate3d(-30%,-50%,0);
    display: block;
    width: 26px;
    height: 80px;
    background: url(../img/le-com_arrow01.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.le_picSlider01 .slick-prev:before {
    -webkit-transform: translate3d(-80%,-50%,0) rotate(180deg);
    transform: translate3d(-80%,-50%,0) rotate(180deg);
}
.le_picSlider01 .slick-dots li {
    width: 50px;
    height: 1px;
}
.le_picSlider01 .slick-dots li button {
    width: 50px;
    height: 1px;
    padding: 0;
    background-color: #e5e5e5;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.le_picSlider01 .slick-dots li.slick-active button {
    background-color: #50879f;
}
.le_picSlider01 .slick-dots li button::before { display: none;}

/*----------------------------------------------*/
@media screen and (max-width: 1024px) {
    .le_picSlider01 .slick-prev {
        left: 40px;
    }
    .le_picSlider01 .slick-next {
        right: 40px;
    }
    .le_picSlider01 .slick-prev:before,
    .le_picSlider01 .slick-next:before {
        -webkit-transform: translate3d(-8px,-50%,0);
        transform: translate3d(-8px,-50%,0);
        width: 15px;
        height: 45px;
    }
    .le_picSlider01 .slick-prev:before {
        -webkit-transform: translate3d(-8px,-50%,0) rotate(180deg);
        transform: translate3d(-8px,-50%,0) rotate(180deg);
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    
    .le_cont_sec_inner {
        width: auto;
        padding: 0 40px;
    }
    .le_picSlider01 li.slick-slide {
        padding: 0 5px;
    }
    
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    
    .le_cont_sec {
        padding: 60px 0 40px;
    }
    .le_cont_sec_inner {
        width: auto;
        padding: 0 30px;
        text-align: left;
    }
    .le_cont_sec h3.tit01 {
        font-size: 30px;
        font-size: 3.0rem;
    }
    
    .le_cont_sec_txtJp p br,
    .le_cont_sec_txtEn p br {
        display: none;
    }
    
    .le_picSlider01 li.slick-slide {
        padding: 0 5px;
    }
    .le_picSlider01 .slick-prev,
    .le_picSlider01 .slick-next {
        display: none !important;
    }
    
}
/*----------------------------------------------*/


/*============================================================================
    Background
============================================================================*/
.le_com_bgBlock01 {
    padding: 60px;
    background: url(../img/le_com_bg01.png) 0 0;
    -webkit-background-size: 15px;
    background-size: 15px;
    border: 1px solid #f3f0e2;
    box-sizing: border-box;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    .le_com_bgBlock01 {
        padding: 40px;
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    .le_com_bgBlock01 {
        padding: 30px;
    }
    
    #le_cont_access .le_com_bgBlock01 {
        margin: 0 -30px;
    }
}
/*----------------------------------------------*/



/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

About

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*----*/
#le_cont_about {
    opacity: 0;
    padding-bottom: 0;
}
#le_cont_about.-loaded {
    opacity: 1;
}
/*----*/

#le_cont_topics {
    margin-top: 60px;
}
#le_cont_topics > ul {
    text-align: left;
margin:auto;
}
#le_cont_topics > ul > li {
/*    float: left;*/
	display:inline-block;
    width: 253px;
    text-align: left;
    margin:0px 11px 30px;
    vertical-align:top;
}
/*
#le_cont_topics > ul > li:last-child {
    margin-right: 0;
}
*/
#le_cont_topics > ul > li > a {
    display: block;
}
#le_cont_topics > ul > li > a:hover { text-decoration: none;}
#le_cont_topics > ul > li .pic {
    background-color: #fff;
}
#le_cont_topics > ul > li .pic img {
    opacity: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
#le_cont_topics > ul > li > a:hover .pic img { opacity: .5;}
#le_cont_topics > ul > li .txt {
    margin-top: 10px;
}
#le_cont_topics > ul > li .txt p {}
#le_cont_topics > ul > li .txt p.date {
    margin-top: 5px;
    opacity: .5;
    font-size: 13px;
    font-size: 1.3rem;
}
#le_cont_topics > ul > li .txt p.readmore { margin-top: 10px;}
#le_cont_topics > ul > li > a .txt p.readmore {
    position: relative;
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}
#le_cont_topics > ul > li > a .txt p.readmore::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-left: 4px solid #000;
}
#le_cont_topics > ul > li > a:hover .txt p.readmore { text-decoration: none;}
#le_cont_topics .le_btn01 {
    margin: 40px auto 0;
    width: 320px;
}

/*----------------------------------------------*/
@media screen and (max-width: 1000px) {
    
    #le_cont_topics > ul {
        width: 100%;
        box-sizing: border-box;
        padding-right: 40px;
    }
    #le_cont_topics > ul > li {
        width: 30%;
        margin-right: 20px;
    }
    #le_cont_topics > ul > li:nth-child(3n) {
        margin-right: -40px;
    }
    
    #le_cont_topics .le_btn01 {
        margin: 30px auto 0;
        width: auto;
    }
    
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    
    #le_cont_topics {
        margin-top: 40px;
    }
    .le_cont_sec h4.tits01 {
        margin-bottom: 20px;
    }
    #le_cont_topics > ul {
        padding: 0;
    }
    #le_cont_topics > ul > li a::after {
        content: "";
        display: table;
        clear: both;
    }
    #le_cont_topics > ul > li {
        float: left;
        width: auto;
        margin-right: 0;
    }
    #le_cont_topics > ul > li:not(:first-child) {
        margin-top: 15px;
    }
    #le_cont_topics > ul > li .pic,
    #le_cont_topics > ul > li .txt {
        float: left;
    }
    #le_cont_topics > ul > li .pic {
        width: 80px;
        height: 80px;
    }
    #le_cont_topics > ul > li .txt {
        width: 100%;
        margin-top: 0;
        margin-left: -80px;
    }
    #le_cont_topics > ul > li .txt .txtInner {
        padding: 0 30px 0 90px;
    }
    #le_cont_topics > ul > li .txt p {
        line-height: 1.4;
    }
    #le_cont_topics > ul > li .txt p.date {
        margin-top: 5px;
    }
    #le_cont_topics .le_btn01 {
        margin-top: 20px;
    }
    
}
/*----------------------------------------------*/



/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

Menu

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
#le_cont_menu {
    padding-bottom: 80px;
}

#le_cont_menu_slider {
    margin-top: 60px;
    margin-bottom: 60px;
}

#le_cont_menu .btnWrap {
    margin-top: 20px;
}

.le_cont_menuBlock01 {
    margin-top: 60px;
    text-align: left;
}

.le_cont_menuBlock01:first-child { margin-top: 80px;}
.le_cont_menuBlock01 dt {
    float: left;
    width: 210px;
    padding-right: 40px;
    box-sizing: border-box;
}
.le_cont_menuBlock01 /*dt*/ h5 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: .3em;
    line-height: 1.7;
    
	display:inline-block;
}
@media screen and (max-width: 480px) {.le_cont_menuBlock01 h5 {font-size: 18px;font-size: 1.8rem;display:block;margin-top:20px;}}


.le_cont_menuBlock01 dd {
    float: left;
    width: 750px;
    min-height: 50px;
    padding-left: 40px;
    box-sizing: border-box;
    border-left: 1px solid rgba(0,0,0,.1);
}

.le_cont_menuBlock01 .le_cont_dataList01 {
    /*margin-top: 50px;*/
    
    margin: 0px 0px 0px 10px;
	display:inline-block;
	text-align:left;

}
.le_cont_menuBlock01 .le_cont_dataList01 li.time,
.le_cont_menuBlock01 .le_cont_dataList01 li.pdf {
    position: relative;
    padding-left: 22px;
    line-height: 1.4;
}
.le_cont_menuBlock01 .le_cont_dataList01 li:not(:first-child) {
    margin-top: 10px;
}
.le_cont_menuBlock01 .le_cont_dataList01 li::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    display: block;
    height: 32px;
    background: url(../img/le_com_iconset01.png) 0 0 no-repeat;
    -webkit-background-size: 102px 64px;
    background-size: 102px 64px;
}
.le_cont_menuBlock01 .le_cont_dataList01 li.time::before {
    width: 32px;
    background-position: 0 0;
}
.le_cont_menuBlock01 .le_cont_dataList01 li.time span {
    display: block;
}
.le_cont_menuBlock01 .le_cont_dataList01 li .atn {
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem;
    text-indent: -1em;
    padding-left: 1em;
    opacity: .65;
}

.le_cont_menuBlock01 .le_cont_menuList01 {}
.le_cont_menuBlock01 .le_cont_menuList01 li {
    display: table;
    width: 100%;
}
.le_cont_menuBlock01 .le_cont_menuList01 li:not(:first-child) {
    margin-top: 20px;
}
.le_cont_menuBlock01 .le_cont_menuList01 li.course.first {
/*    margin-top: 40px;*/
}
.le_cont_menuBlock01 .le_cont_menuList01 li p {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.le_cont_menuBlock01 .le_cont_menuList01 li p span {
    display: inline-block;
    vertical-align: middle;
}
.le_cont_menuBlock01 .le_cont_menuList01 li p span.jp {
/*
    font-size: 20px;
    font-size: 2.0rem;
*/
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 15px;
}
.le_cont_menuBlock01 .le_cont_menuList01 li p span.en {
    font-size: 13px;
    font-size: 1.3rem;
    color: rgba(51,51,51,.7);
}
.le_cont_menuBlock01 .le_cont_menuList01 li p span.detail {
    display: block;
    opacity: .65;
    line-height: 1.6;
    margin-top: 10px;
    display: none;
}
.le_cont_menuBlock01 .le_cont_menuList01 li p.price {
    text-align: right;
    vertical-align: top;
    font-size: 18px;
    font-size: 1.8rem;
}

/*
.le_cont_menuBlock01 .le_cont_menuList01 li.pdf {
    text-align: right;
    margin-top: 30px;
}
.le_cont_menuBlock01 .le_cont_menuList01 li.pdf a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
    padding-left: 25px;
}
.le_cont_menuBlock01 .le_cont_menuList01 li.pdf a::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    display: block;
    width: 24px;
    height: 32px;
    background: url(../img/le_com_iconset01.png) 0 0 no-repeat;
    -webkit-background-position: -32px 0;
    background-position: -32px 0;
}
.le_cont_menuBlock01 .le_cont_menuList01 li.pdf a:hover {
    text-decoration: none;
}
*/
    
.le_cont_menuPic {
    margin: 80px 0 40px;
}

.le_cont_menuList_acordion_none {
    margin-top: 15px;
    border-top: 1px solid rgba(0,0,0,.1);
	padding-top:10px;
}
.le_cont_menuList_acordion_none .trigger {
    display: none;
}
.le_cont_menuList_acordion_none .le_cont_menuList01 {
    display: block;
}

.le_cont_menuPic .le_flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    
    #le_cont_menu_slider {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    
    #le_cont_menu {
        padding-bottom: 40px;
    }
    .le_cont_menuBlock01 {
        margin-top: 40px;
    }
    .le_cont_menuBlock01:first-child {
        margin-top: 60px;
    }
    
    .le_cont_menuBlock01 .le_cont_dataList01 {
        margin-top: 10px;
    }
/*
    .le_cont_menuBlock01 .le_cont_dataList01 li {
        display: inline-block;
        vertical-align: top;
        margin: 0 15px 0 0;
    }
*/
    .le_cont_menuBlock01 .le_cont_dataList01 li.time span {
        display: inline-block;
        vertical-align: middle;
    }
    .le_cont_menuBlock01 .le_cont_dataList01 li.time span:not(:last-child) {
        margin-right: 20px;
    }
    .le_cont_menuBlock01:last-child .le_cont_dataList01 li.pdf {
        margin-top: 10px;
    }
    
    .le_cont_menuBlock01 dt h5 { line-height: 1.5;}
    .le_cont_menuBlock01 dt h5 br { display: none;}
    .le_cont_menuBlock01 dt {
        float: none;
        width: auto;
        padding-right: 0;
    }
    .le_cont_menuBlock01 dd {
        float: none;
        width: auto;
        min-height: auto;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgba(0,0,0,.1);
        margin-top: 15px;
        padding-top: 15px;
    }
    
    .le_cont_menuBlock01 .le_cont_menuList01 li:not(:first-child) {
        margin-top: 15px;
    }
    .le_cont_menuBlock01 .le_cont_menuList01 li p:first-child {
        padding-right: 20px;
    }
    .le_cont_menuBlock01 .le_cont_menuList01 li p span.jp {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .le_cont_menuBlock01 .le_cont_menuList01 li p.price {
        font-size: 16px;
        font-size: 1.6rem;
    }
    
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    
    #le_cont_menu .btnWrap {
        margin-top: 40px;
    }
    
    .le_cont_menuPic {
        margin: 60px 0 30px;
    }
    
    .le_cont_menuBlock01 {
        margin: 0;
    }
    .le_cont_menuBlock01 dt h5 br { display: block;}
    .le_cont_menuBlock01 .le_cont_menuList01 li p span.en {
        display: block;
    }
    
}
/*----------------------------------------------*/


.le_cont_menuList_acordion {
    margin-top: 15px;
}

.le_cont_menuList_acordion .trigger .tn_acordionV{
	display:inline;
}
.le_cont_menuList_acordion .trigger.-active .tn_acordionV {
	display:none;
}
.le_cont_menuList_acordion .trigger .tn_acordionC{
	display:none;
}
.le_cont_menuList_acordion .trigger.-active .tn_acordionC {
	display:inline;
}


.le_cont_menuList_acordion .trigger {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 15px 0;
    border-top: 1px solid rgba(0,0,0,.1);
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    -webkit-transition: .8s ease;
    transition: .8s ease;
}

.le_cont_menuList_acordion .trigger::before {
    content: '+';
    color: #4f869e;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(0,-50%) rotate(0);
    transform: translate(0,-50%) rotate(0);
    -webkit-transition: transform .8s ease;
    transition: transform .8s ease;
}
.le_cont_menuList_acordion .trigger.-active {
    border-color: #fff;
}
.le_cont_menuList_acordion .trigger.-active::before {
    -webkit-transform: translate(0,-50%) rotate(405deg);
    transform: translate(0,-50%) rotate(405deg);
}
.le_cont_menuList_acordion .le_cont_menuList01 {
    display: none;
    background-color: #EEEDE7;
    margin: 0;
    padding: 20px 30px;
/*        margin-top: 15px;*/
}
@media screen and (max-width: 768px) {
	.le_cont_menuList_acordion .le_cont_menuList01 {
	    display: none;
	    background-color: #EEEDE7;
	    margin: 0 -30px;
	    padding: 20px 30px;
	/*        margin-top: 15px;*/
	}
}


/*============================================================================
    reserve
============================================================================*/
#le_cont_reserveArea {
    position: relative;
    background: #000 url(../../img/le_res_bg01.jpg) 0 30% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
/*    background: rgba(0,0,0,.35);*/
    height: 300px;
    box-sizing: border-box;
    padding: 100px 0;
}
#le_cont_reserveArea .le_cont_reserveArea_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#le_cont_reserveArea .le_cont_resBtn a {
    position: relative;
    display: block;
    height: 100px;
    border-radius: 100px;
    padding: 27px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid rgba(255,255,255,.3);
    transition: .3s ease;
}
#le_cont_reserveArea .le_cont_resBtn a span {
    display: block;
}
#le_cont_reserveArea .le_cont_resBtn a .en {
    font-size: 20px;
    font-size: 2.0rem;
}
#le_cont_reserveArea .le_cont_resBtn a .jp {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 5px;
    opacity: .75;
}
#le_cont_reserveArea .le_cont_resBtn a::before {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
}
#le_cont_reserveArea .le_cont_resBtn a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #333;
}
#le_cont_reserveArea .le_cont_resBtn a:hover::before {
    border-left-color: #fff;
}
#le_cont_reserveArea p {
    color: #fff;
    margin-top: 15px;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    
    #le_cont_reserveArea {
        height: auto;
        padding: 60px 40px;
    }
    #le_cont_reserveArea .le_cont_reserveArea_inner {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
    #le_cont_reserveArea .le_cont_resBtn a {
        height: 80px;
        padding: 20px 0;
    }
    #le_cont_reserveArea .le_cont_resBtn a:hover {
        text-decoration: none;
        background-color: transparent;
        color: #fff;
    }
    #le_cont_reserveArea .le_cont_resBtn a .jp {
        margin-top: 0;
    }
    
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    
    
    
}
/*----------------------------------------------*/



/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

Interior

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

#le_cont_interior {
    padding-top: 120px;
}
#le_cont_interior .le_com_bgBlock01 {}
#le_cont_interior .le_com_bgBlock01 p {}
#le_cont_interior .le_com_bgBlock01 .le_btn01 {
    margin-top: 40px;
}

#le_cont_interior .le_com_bgBlock01 {
    margin-top: 80px;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    
    #le_cont_interior {
        padding-top: 20px;
    }
    
    #le_cont_interior .le_com_bgBlock01 {
        margin-top: 50px;
    }
    #le_cont_interior .le_com_bgBlock01 .le_btn01 {
        margin-top: 20px;
    }
    
}
/*----------------------------------------------*/



/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

Access

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

#map_canvas_wrapper {}
#map_canvas {
    width: 100%;
    height: 500px;
    background-color: #ccc;
}
#map_canvas_wrapper p.mapLink {
    width: 960px;
    margin: 20px auto 0;
    text-align: right;
}
#map_canvas_wrapper p.mapLink a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
    padding-left: 22px;
}
#map_canvas_wrapper p.mapLink a:hover {
    text-decoration: none;
}
#map_canvas_wrapper p.mapLink a::before {
    content: '';
    position: absolute;
    top: 49%;
    left: -3px;
    -webkit-transform: translate(0,-50%) scale(.5);
    transform: translate(0,-50%) scale(.5);
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/le_com_iconset01.png) -56px 0 no-repeat;
    -webkit-background-size: 102px 64px;
    background-size: 102px 64px;
}

#le_cont_access .le_cont_sec_inner {
    padding-top: 60px;
}
#le_cont_access .le_cont_sec_inner .pic {
    float: left;
    width: 560px;
}
#le_cont_access .le_cont_sec_inner .pic .le_btn01 {
    margin-top: 20px;
}
#le_cont_access .le_cont_sec_inner .txt {
    float: right;
    text-align: left;
    width: 360px;
}
#le_cont_access .le_cont_sec_inner .txt h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
}
#le_cont_access .le_cont_sec_inner .txt ul {
    margin-top: 20px;
}
#le_cont_access .le_cont_sec_inner .txt li {
    margin-top: 10px;
    line-height: 1.7;
}
#le_cont_access .le_cont_sec_inner .txt li.address {
    font-size: 11px;
    padding-left: 1em;
    text-indent: -1em;
}
#le_cont_access .le_cont_sec_inner .txt li.tel {
    position: relative;
    font-size: 20px;
    font-size: 2.0rem;
    padding-left: 20px;
}
#le_cont_access .le_cont_sec_inner .txt li.tel::before {
    content: '';
    position: absolute;
    top: 49%;
    left: -3px;
    -webkit-transform: translate(0,-50%) scale(.5);
    transform: translate(0,-50%) scale(.5);
    display: block;
    width: 24px;
    height: 33px;
    background: url(../img/le_com_iconset01.png) -80px 0 no-repeat;
    -webkit-background-size: 102px 64px;
    background-size: 102px 64px;
}

#le_cont_access .le_cont_sec_inner .txt .le_cont_sec_txtEn {
    margin-top: 60px;
}



#le_cont_access .atn {
    border: 1px solid #333;
    padding: 20px;
    text-align: left;
    margin-top: 40px;
}
#le_cont_access .atn dl:not(:first-child) {
    margin-top: 15px;
}
#le_cont_access .atn dt {
    font-weight: bold;
}
#le_cont_access .atn dd {
    padding-left: 1em;
}
#le_cont_access .atn ul {
    margin-top: 15px;
}
#le_cont_access .atn ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 11px;
}

/*
#le_cont_access #le_cont_access_trigger {
    position: relative;
    padding: 8px 20px;
    letter-spacing: .2em;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,.1);
    box-sizing: border-box;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
#le_cont_access #le_cont_access_trigger.-active {
    border: none;
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 40px 20px;
    background-color: #EEEDE7;
}
#le_cont_access #le_cont_access_trigger::before {
    content: '+';
    color: #4f869e;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 20px;
    line-height: 2.0rem;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0,-65%) rotate(0);
    transform: translate(0,-65%) rotate(0);
    -webkit-transition: transform .8s ease;
    transition: transform .8s ease;
}
#le_cont_access #le_cont_access_trigger.-active::before {
    -webkit-transform: translate(0,-65%) rotate(405deg);
    transform: translate(0,-65%) rotate(405deg);
    color: #000;
}
#le_cont_access #le_cont_access_trigger:hover {
    color: #fff;
    background-color: #50879f;
}
#le_cont_access #le_cont_access_trigger:hover::before {
    color: #fff;
}
#le_cont_access #le_cont_access_trigger.-active:hover {
    color: #000;
    background-color: #EEEDE7;
}
#le_cont_access #le_cont_access_trigger.-active:hover::before {
    color: #000;
}
#le_cont_access #le_cont_access_acordion {
    display: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-top: 0;
    background-color: #EEEDE7;
    padding: 0 40px 40px;
}
*/
#le_cont_access .le_cont_sec_inner#holiday .pic {
/*    width: 560px;*/
    width: 100%;
}
#le_cont_access .le_cont_sec_inner#holiday .pic img {
    width: 100%;
    height: auto;
}
#le_cont_access .le_cont_sec_inner#holiday .txt {
/*    width: 240px;*/
    width: 100%;
    margin-top: 30px;
    display: table;
    table-layout: fixed;
}
#le_cont_access .le_cont_sec_inner#holiday .txt .txt_item {
    display: table-cell;
    padding-left: 20px;
}
#le_cont_access .le_cont_sec_inner#holiday .txt .txt_item:first-child {
    padding-left: 0;
}
#le_cont_access .le_cont_sec_inner#holiday .txt p {
    margin: 15px 0 0;
}
#le_cont_access .le_cont_sec_inner#holiday .txt p:first-child {
    margin-top: 0;
}
#le_cont_access .le_cont_sec_inner#holiday .txt strong {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: top;
    text-indent: -1em;
    padding-left: 1em;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    
    #map_canvas {
        height: 400px;
    }
    
    #map_canvas_wrapper p.mapLink {
        width: auto;
        padding: 0 40px;
    }
    
    #le_cont_access .le_cont_sec_inner {
        padding: 40px 40px 0;
    
    }
    #le_cont_access .le_cont_sec_inner .pic {
        width: auto;
        float: none;
        margin: 0;
    }
    #le_cont_access .le_cont_sec_inner .pic img {
        width: 100%;
        height: auto;
    }
    #le_cont_access .le_cont_sec_inner .txt {
        width: auto;
        float: none;
        margin: 20px 0 0;
    }
    
    #le_cont_access .le_cont_sec_inner#holiday .pic {
        width: auto;
        margin: 0;
    }
    #le_cont_access .le_cont_sec_inner#holiday .txt {
        width: auto;
        margin: 20px 0 0;
    }
    
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    
    #map_canvas_wrapper p.mapLink {
        width: auto;
        padding: 0 30px;
    }
    
    #map_canvas {
        height: 300px;
    }
    #le_cont_access {
        padding: 0;
    }
    #le_cont_access .le_cont_sec_inner {
        padding: 40px 30px 0;
    }
    #le_cont_access .le_cont_sec_inner .pic,
    #le_cont_access .le_cont_sec_inner .txt {
        float: none;
        width: auto;
        margin: 0;
    }
    #le_cont_access .le_cont_sec_inner .txt {
        margin: 20px 0 0;
    }
    #le_cont_access .le_cont_sec_inner#holiday .txt .txt_item {
        display: block;
        padding-left: 0;
        margin-bottom: 20px;
    }
    #le_cont_access .le_cont_sec_inner#holiday .txt .txt_item:last-child {
        margin-bottom: 0;
    }
    #le_cont_access .le_cont_sec_inner .txt h4 {
        font-size: 20px;
        font-size: 2.0rem;
    }
    
    #le_cont_access .le_cont_sec_inner .txt .le_cont_sec_txtEn {
        margin-top: 30px;
    }
    
    #le_cont_access #le_cont_access_trigger.-active {
        padding: 30px 20px;
    }
    #le_cont_access #le_cont_access_acordion {
        padding: 0 20px 30px;
    }
    
}
/*----------------------------------------------*/



/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

spOnlySns

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

#le_cont_spOnlySns {
    padding: 20px 0;
}

/*--------------------------------------------------*/
@media screen and (max-width: 768px) {



}
/*--------------------------------------------------*/
@media screen and (max-width: 480px) {



}
/*--------------------------------------------------*/



/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

    Lower

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

.lower {}
.lower .le_cont_wrapper {
/*    margin-top: 80px;*/
}

.lower #le_com_header {
    background-color: #fff;
}
.lower #le_com_header .le_header_cont {
    position: relative;
	width: 960px;
    height: 80px;
	margin: 0 auto;
}
.lower #le_com_header .le_header_cont > ul {
    width: 680px;
    position: absolute;
    left: 0;
    top: 0;
}

.lower #le_com_header .le_hd_nav01 > li {
	float: left;
	position: relative;
}
/*.lower #le_com_header .le_hd_nav01 > li:not(:last-child)::before {
    content: '/';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .3;
}*/
.lower #le_com_header .le_hd_nav01 > li > a {
	display: block;
    color: #333;
    height: 80px;
    padding: 30px 22px;
    letter-spacing: .2em;
/*    line-height: 1;*/
    box-sizing: border-box;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.lower #le_com_header .le_hd_nav01 > li.logo {
    margin-right: 30px;
}
.lower #le_com_header .le_hd_nav01 > li.logo::before {
    display: none;
}
.lower #le_com_header li.logo h1 {
    width: 140px;
    height: 34px;
}
.lower .le_header_cont li.logo h1 img { width: 100%;}
.lower #le_com_header .le_hd_nav01 > li.logo > a {
    display: block;
    padding: 20px 0 20px 0;
}
.lower #le_com_header .le_hd_nav01 > li:first-child a { padding-left: 0;}
.lower #le_com_header .le_hd_nav01 > li > a:hover {
/*    background-color: rgba(255,255,255,.3);*/
    opacity: .5;
    text-decoration: none;
}

.lower #le_com_header .le_hd_nav01 ul.sns {
    letter-spacing: -.40em;
    margin-left: 20px;
}
.lower #le_com_header .le_hd_nav01 ul.sns li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    padding: 24px 0;
}
.lower #le_com_header .le_hd_nav01 ul.sns li svg.le_hd_sns use {
    fill: #333;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.lower #le_com_header .le_hd_nav01 ul.sns li.fb a:hover svg.le_hd_sns use {
    fill: #315096;
}
.lower #le_com_header .le_hd_nav01 ul.sns li.tw a:hover svg.le_hd_sns use {
    fill: #55acee;
}
.lower .le_header_cont .le_hd_nav01 > li > a {
    color: #333;
}

.lower #le_com_header .le_resBtn01 {
    position: absolute;
    right: 0;
    top: 20px;
    width: 240px;
}
.lower #le_com_header .le_resBtn01 a {
    position: relative;
    display: block;
    color: #333;
    text-align: center;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 100px;
    height: 40px;
    padding: 7px 0;
    box-sizing: border-box;
    border-radius: 100px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.lower #le_com_header .le_resBtn01 a:hover::before {
    border-left-color: #fff;
}
.lower #le_com_header .le_resBtn01 a:hover {
    background-color: #4f869e;
    border: 1px solid #4f869e;
    text-decoration: none;
    color: #fff;
}
.lower #le_com_header .le_resBtn01 a::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-left: 4px solid #4f869e;
}

.lower .le_com_lowerTitArea01 {
    position: relative;
    width: 100%;
    min-height: 200px;
    background: url(../img/le_com_lower_hdpic01.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.lower .le_com_lowerTitArea01 .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.15);
}
.lower .le_com_lowerTitArea01::before {
    content: '';
    background: inherit;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    z-index: 0;
}
.lower .le_com_lowerTitArea01 h2 {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    font-size: 34px;
    font-size: 3.4rem;
    letter-spacing: .3em;
    color: #fff;
    z-index: 1;
}
    
#le_com_lowerContainer {
    padding: 60px 0 80px;
    width: 960px;
    margin: 0 auto;
}

/*----------------------------------------------*/
@media screen and (max-width: 1024px) {
    
    .le_cont_wrapper {
        width: auto;
/*        margin: 0 40px;*/
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    
    
    .lower #le_com_header .le_resBtn01 {
        width: 200px;
    }
    .lower .le_header_cont.-top .le_hd_nav01 > li > a,
    .lower .le_header_cont.-top .le_hd_nav01 > li:first-child a {
        padding: 30px 15px;
    }
    .lower .le_header_cont.-top .le_hd_nav01 > li.logo {
        margin-right: 0;
    }
    .lower .le_header_cont.-top .le_hd_nav01 > li.logo > a {
        padding: 20px;
    }
    
    #le_com_lowerContainer {
        width: auto;
        padding: 40px 0 0;
    }
    
    .lower header#le_com_header {
        position: fixed;
    }
    
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    
    .lower #le_com_header .le_header_cont {
        width: auto;
        height: 60px;
    }
    .lower #le_com_header .le_header_cont > ul {
        width: 100%;
    }
    .lower #le_com_header .le_hd_nav01 > li {
        display: none;
    }
    .lower #le_com_header .le_hd_nav01 > li.logo {
        display: block;
        float: none;
        margin: 0;
    }
    .lower #le_com_header .le_hd_nav01 > li.logo > a {
        width: 140px;
        height: 34px;
        position: absolute;
        top: 12px;
        left: 50%;
        margin-left: -70px;
        padding: 0;
    }
    .lower #le_com_header .le_resBtn01 { display: none;}
    .lower #le_com_header .le_hd_nav01 > li.snsWrap { display: none;}
    
    .lower .le_cont_wrapper {
        margin: 0 0 40px;
    }
    .lower .le_com_lowerTitArea01 {
        min-height: 120px;
    }
    .lower .le_com_lowerTitArea01 h2 {
        font-size: 30px;
        font-size: 3.0rem;
    }
    
    
}
/*----------------------------------------------*/


/*============================================================================
    overlay
============================================================================*/
.menu-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    width: 60px;
    height: 60px;
}
.menu-btn a {
    display: block;
    padding: 29px 18px;
    box-sizing: border-box;
}
.menu-btn a::after { display: none;}
.menu-btn a span {
    position: relative;
}
.menu-btn a span,
.menu-btn a span::before,
.menu-btn a span::after {
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transition: all .8s cubic-bezier(.19,1,.22,1);
    transition: all .8s cubic-bezier(.19,1,.22,1);
    background-color: #333;
}
.menu-btn a span::before,
.menu-btn a span::after {
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
/*
    -webkit-transform: translate3d(0,0,0) rotate(0);
    -ms-transform: translate3d(0,0,0) rotate(0);
    transform: translate3d(0,0,0) rotate(0);
*/
    opacity: 1;
}
.menu-btn a span::before {
    -webkit-transform: translate3d(0,-8px,0) rotate(0);
    -ms-transform: translate3d(0,-8px,0) rotate(0);
    transform: translate3d(0,-8px,0) rotate(0);
}
.menu-btn a span::after {
    -webkit-transform: translate3d(0,8px,0) rotate(0);
    -ms-transform: translate3d(0,8px,0) rotate(0);
    transform: translate3d(0,8px,0) rotate(0);
}
/*
.menu-btn a span {margin-top: 0;}
.menu-btn a span::before { top: -8px;}
.menu-btn a span::after { top: 8px;}
*/

.menu-btn a.btn-close span {
    -webkit-transform: translate3d(0,0,0) rotate(45deg);
    -ms-transform: translate3d(0,0,0) rotate(45deg);
    transform: translate3d(0,0,0) rotate(45deg);
    background-color: transparent;
}
.menu-btn a.btn-close span::before,
.menu-btn a.btn-close span::after {
    top: 0;
}
.menu-btn a.btn-close span::before {
    -webkit-transform: translate3d(0,0,0) rotate(90deg);
    -ms-transform: translate3d(0,0,0) rotate(90deg);
    transform: translate3d(0,0,0) rotate(90deg);
}
.menu-btn a.btn-close span::after {
    -webkit-transform: translate3d(0,0,0) rotate(180deg);
    -ms-transform: translate3d(0,0,0) rotate(180deg);
    transform: translate3d(0,0,0) rotate(180deg);
}

.overlay {
    position: fixed;
    top: 60px;
    z-index: 100;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.97);
}
.overlay nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -70px;
    -webkit-transform: translateY(35%);
    transform: translateY(35%);
}
.overlay .le_hd_nav02 {
    width: 100%;
}
.overlay .le_hd_nav02 li {}
.overlay .le_hd_nav02 a {
    display: block;
    font-size: 30px;
    font-size: 3.0rem;
    letter-spacing: .2em;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
}
.overlay ul.sns {
    margin-top: 20px;
    letter-spacing: -.40em;
}
.overlay ul.sns li {
    position: relative;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
}
.overlay ul.sns li:first-child { padding-right: 8px;}
.overlay ul.sns li:first-child::before {
    content: '/';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .3;
}
.overlay ul.sns li a {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
}
.overlay ul.sns li a:hover { text-decoration: none;}
.overlay ul.sns li svg.le_hd_sns {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.overlay ul.sns li svg.le_hd_sns use {
    fill: #333;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.overlay ul.sns li.fb svg.le_hd_sns {
    width: 15px;
    height: 15px;
}
.overlay ul.sns li.tw svg.le_hd_sns {
    width: 18px;
    height: 15px;
}

.overlay .le_resBtn01 {
    position: relative;
    width: auto;
    padding-top: 40px;
    margin: 20px 40px 0;
}
.overlay .le_resBtn01 .line {
    display: block;
    width: 30px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
    background-color: rgba(51,51,51,.3);
}
.overlay .le_resBtn01 a {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    background-color: #347793;
    height: 60px;
    padding: 19px 0;
    box-sizing: border-box;
    border-radius: 100px;
    letter-spacing: .2em;
}
.overlay .le_resBtn01 a::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
}

.overlay [class*="fadeDelay"] {
    opacity: 0;
    -webkit-transform: translate3d(0,8px,0);
    transform: translate3d(0,8px,0);
    -webkit-transition: all 3s cubic-bezier(.19,1,.22,1);
    transition: all 3s cubic-bezier(.19,1,.22,1);
}
.overlay .fadeDelay04 { /* line */
    opacity: 1;
    -webkit-transition: all 2s cubic-bezier(.19,1,.22,1);
    transition: all 2s cubic-bezier(.19,1,.22,1);
    -webkit-transform: translate3d(0,0,0) scaleX(0);
    transform: translate3d(0,0,0) scaleX(0);
}
.overlay.active [class*="fadeDelay"] {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.overlay.active .fadeDelay02 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.overlay.active .fadeDelay03 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.overlay.active .fadeDelay03-2 {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}
.overlay.active .fadeDelay04 {
    -webkit-transform: translate3d(0,0,0) scaleX(1);
    transform: translate3d(0,0,0) scaleX(1);
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.overlay.active .fadeDelay05 {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.overlay.active .fadeDelay06 {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    
    .menu-btn {
         display: block;
    }
    
}
/*----------------------------------------------*/




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


	Footer


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

#footer {
    z-index: auto;
}

footer#le_footer {
    position: relative;
/*    z-index: 8999;*/
    z-index: 99;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 35px 0;
    text-align: center;
    background-color: #fff;
}
#le_footer a {
    display: block;
}
#le_footer p.copyright {
    margin-top: 10px;
}

/*============================================================================
    shop_footer
============================================================================*/

#backtotop {
    display: none;
}

/*----------------------------------------------*/
/*@media screen and (max-width: 768px) {*/
@media screen and (min-width:481px) and ( max-width:768px) {
    #shop_footer #shop_cont {
        width: auto;
        padding: 50px 40px 30px;
        box-sizing: border-box;
    }
    #shop_footer .shop_chainList01 {
        width: 100%;
    }
    #shop_footer .shop_chainList01 li.shop {
        position: relative;
        width: 25%;
        padding: 20px 8px 10px;
        box-sizing: border-box;
        text-align: center;
        border-right: 1px dotted #ccc;
        border-bottom: 1px dotted #ccc;
        height: 240px;
        font-size: 10px;
    }
    #shop_footer .shop_chainList01 li.shop:last-child {
        border-right: none;
    }
/*
    #shop_footer .shop_chainList01 li.shop::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        border-right: 1px dotted #ccc;
    }
*/
    #shop_footer .shop_chainList01 li.line { display: none;}
    
    #shop_footer .shop_shopList01 li,
    #shop_footer .shop_shopList02 li {
        text-align: left;
        margin-bottom: 0;
    }
    
    #shop_footer .shop_btnList01 {
        width: 100%;
        box-sizing: border-box;
        padding-right: 40px;
    }
    #shop_footer .shop_btnList01 li {
        width: 33.333%;
        margin-right: 20px;
    }
    #shop_footer .shop_btnList01 li:last-child {
        margin-right: -40px;
    }
    
}

   