/******************************
 *
 * @ヘッダー
 *
******************************/
header {
    display:none;
}

#header-sp-inner {
    height: 62px;
    position: fixed;
    z-index: 100;
    background: #FFF;
    display: block !important;
    border-bottom:1px solid #6887bb;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

#header-sp-inner .logo {
    display:inline-block;
    width: 47%;
    padding: 1vw 5.9vw 1.6vw 2.2vw;
}

#header-sp-inner .logo img {
    width: 100%;
}

#hamburger-menu {
    display:inline-block;
    /* margin-top: 5px; */
}
#menu-container {display:block;}

#hamburger-menu {
    margin-left: 2vw;
    background: #fff;
    height: 45px;
    padding-top: 3vw;
    /* padding-top: 10px; */
    /*padding-top: 3px;*/
    right: 10px;
    top: 10px;
    transition: all 1s;
    width: 45px;
    z-index: 1000;
    vertical-align: top;
}

.hamburger-line {
    background: #000;
    border-radius: 1.5px;
    display: block;
    height: 1px;
    margin: 5px auto;
    transition: all .5s;
    width: 30px;
}

.is-opened .hamburger-line:nth-of-type(1) {
    transform: rotate(45deg) translate(5px, 3px);
}

.is-opened .hamburger-line:nth-of-type(2) {
    opacity: 0;
}

.is-opened .hamburger-line:nth-of-type(3) {
    transform: rotate(-45deg) translate(6px, -4px);
}

.hamburger-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
}

.hamburger-text:first-of-type {
    display: block;
}

.is-opened .hamburger-text:first-of-type {
    display: none;
}

.hamburger-text:last-of-type {
    display: none;
}

.is-opened .hamburger-text:last-of-type {
   display: block;
}

#menu-container {
    /* background: url(../img/bg-border.png) repeat, radial-gradient(circle, #393939, #191919);*/
    background:#4787c7;
    background-blend-mode: multiply;
    height: 100%;
    left: -100%;
    overflow: hidden;
    position: fixed;
    transition: all .5s;
    top: 0;
    width: 100%;
    z-index: 999;
}

#menu-container.is-opened {
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    /*display:block !important;*/
}

.menu-title {
    display: inline-block;
    width: 47%;
    /*padding: 2vw 4.2vw;*/
        padding: 1vw 2.2vw;
    background:#fff;
}

.menu-title img {
    width:100%;
}

.menu-list {
    padding-top: 15px;
    margin: auto;
    width: 100%;
    height: 100%;
    background:#e0e7f1;
    padding-bottom: 20px;
}

.menu-index {
    border-bottom: 1px solid #6785b7;
    color: #fff;
    line-height: 11.33333vw;
    width: 90%;
    margin: 0 auto;
}

.menu-index a.title {
    width: 97.5%;
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    top: 5px;
    text-decoration: none;
}

.menu-index a.title::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #5070e3;
    border-right: solid 2px #5070e3;
    position: absolute;
    left: 90%;
    top: 20px;
    transform: rotate(45deg);
}

.menu-index a.title img {
    width: 30px;
    vertical-align: middle;
    padding-right: 3%;
    padding-bottom: 3%;
}

.menu-index a.title2 {
    text-decoration: none;
    display: block;
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    padding: 5px 10px;
    transition: all .5s ease;
}

.menu-index a.title2::before {
    top: 48%;
    right: 15px;
    transform: rotate(0deg);
}

.menu-index a.title2::before, 
.menu-index a.title2::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #5070e3;
}

/*アイコンの＋と×*/
.menu-index a.title::before {
}

.menu-index a.title2::before,
.menu-index a.title2::after{
}

.menu-index a.title2::after{
    top: 48%;
    right: 15px;
    transform: rotate(90deg);
}

.menu-index a.title2 img {
    width: 30px;
    vertical-align: middle;
    padding-right: 3%;
    padding-bottom: 3%;
}

/*　closeというクラスがついたら形状変化　*/
.menu-index a.title2.close::before{
    transform: rotate(0deg);
}

.menu-index a.title2.close::after{
    transform: none;
}

.menu-index #information {
    width: 75%;
    margin: 20px auto 30px;
}

.menu-index #information .information-sns { 
    width:100%;
    padding:10px 0px 10px;
}

.menu-index #information .information-sns p {
    color:#000;
    font-weight:500;
    text-align:center;
}

.menu-index #information .information-sns ul {
    text-align:center;
}

.menu-index #information .information-sns ul li {
    display:inline-block;
    padding:1% 1% 0%;
    width:22%;
}

.menu-index #information .information-sns ul li img {
    width:100%;
}

.menu-index #information .information-contact {
    display: block;
    text-align:center;
}

/*アコーディオンで現れるエリア*/
.menu-list .menu-index .menu-item {
    display: none;/*はじめは非表示*/
    /*background: #f3f3f3;*/
    margin:0 3% 3% 5%;
    padding: 0;
    padding-left: 14%;
    width: 92%;
    margin: 0 auto;
}

.menu-list .menu-index .menu-item li {
    width: 94%;
}

.menu-item {
    line-height: 11.33333vw;*/
    line-height: 14vw;
    width: 100%;
}

.menu-item a {
    text-decoration: none;
    display: block;
    position: relative;
}

.menu-item a::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #5070e3;
    border-right: solid 2px #5070e3;
    position: absolute;
    left: 90%;
    top: 20px;
        transform: rotate(45deg);
}

.menu-item a::after {

}

.menu-item a.form {
    color:#4787c7;
}

#tel-menu {
/*    margin-left: 2vw;*/
    border: 1px solid #fff;
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: top;
    margin-top: 5px;
    padding-top: 3px;
    margin-left: 8px;
    background:#fff;
}

.following {
    display:none;
}

.slick-dots li {
    margin: 0 3px !important;
}

.slick-dots li button {
    width: 20px !important;
    height: 20px !important;
}

/******************************
 *
 * @フッター
 *
******************************/
footer .footer-inner {
    width:98%;
    margin:0 auto;
    padding: 30px 0px 10px;
}

footer .footer-inner ul {
    padding: 0px 5px;
}

footer .footer-inner ul li {
    width: 32%;
}

footer .footer-inner ul.conditions li::after, footer .footer-inner ul.conditions2 li::after, footer .footer-inner ul.conditions3 li::after {
    border-right:none;
}

footer .footer-inner ul.conditions, footer .footer-inner ul.conditions2, footer .footer-inner ul.conditions3 {
    width:98%;
    margin:0 auto;
}

footer .footer-inner ul.conditions li:first-child,
footer .footer-inner ul.conditions li:nth-child(2),
footer .footer-inner ul.conditions li:nth-child(3),
footer .footer-inner ul.conditions li:nth-child(4),
footer .footer-inner ul.conditions li:nth-child(5),
footer .footer-inner ul.conditions li:nth-child(6),
footer .footer-inner ul.conditions li:nth-child(7),
footer .footer-inner ul.conditions li:nth-child(8),
footer .footer-inner ul.conditions li:nth-child(9),
footer .footer-inner ul.conditions li:nth-child(10),
footer .footer-inner ul.conditions li:nth-child(11),
footer .footer-inner ul.conditions li:nth-child(12),
footer .footer-inner ul.conditions3 li:first-child, 
footer .footer-inner ul.conditions3 li:nth-child(2), 
footer .footer-inner ul.conditions3 li:nth-child(3), 
footer .footer-inner ul.conditions3 li:nth-child(4), 
footer .footer-inner ul.conditions3 li:nth-child(5), 
footer .footer-inner ul.conditions3 li:nth-child(6),
footer .footer-inner ul.conditions3 li:nth-child(7)
 {
    width:48%;
}

footer .footer-inner ul.conditions4 li:first-child, 
footer .footer-inner ul.conditions4 li:nth-child(2),
footer .footer-inner ul.conditions4 li:nth-child(3),
footer .footer-inner ul.conditions4 li:nth-child(4),
footer .footer-inner ul.conditions4 li {
    width:100%;
    padding-bottom:1%;
}

footer .footer-lower-inner {
    padding: 0px 0px 20px;
}

footer .footer-menu-index {
    border-bottom: 1px solid #6785b7;
    color: #fff;
    line-height: 11.33333vw;
    width: 90%;
    margin: 0 auto;
}

footer .footer-menu-index a {
    color: #fff;
    text-decoration: none;
}

footer .footer-menu-index a.title {
    text-decoration: none;
    display: block;
    position: relative;
    cursor: pointer;
    padding: 5px 10px;
    transition: all .5s ease;
}

footer .footer-menu-index a.title::before, 
footer .footer-menu-index a.title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #fff;
}

footer .footer-menu-index a.title::before {
    top: 48%;
    right: 15px;
    transform: rotate(0deg);
}

footer .footer-menu-index a.title::after {
    top: 48%;
    right: 15px;
    transform: rotate(90deg);
}

footer .footer-menu-index a.title.close::after {
            transform: none;
}

footer .footer-menu-index ul li.menu-area-index ul {
    padding: 5px 0% 5px 25%;
}

footer .footer-menu-index ul li.menu-area-index ul li {
    border-bottom: 1px solid #fff;
    width: 95%;
}

footer .footer-menu-index ul li.menu-area-index ul li a {
    width: 97.5%;
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    top: 5px;
    text-decoration: none;
}

footer .footer-menu-index ul li.menu-area-index ul li a::before {
        content: '';
        width: 8px;
        height: 8px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        position: absolute;
        left: 90%;
        top: 20px;
        transform: rotate(45deg);
}

footer .footer-menu-index ul li.menu-area-index ul li::after {
}

footer .footer-menu-index ul.menu-features-index li {
    border-bottom: 1px solid #fff;
}

footer .footer-menu-index ul.menu-features-index {
    /*
    width: 95%;
    padding: 5px 0% 5px 25%;
    */
    padding: 5px 5% 5px 25%;
}

footer .footer-menu-index ul.menu-features-index li a {
width: 97.5%;
        position: relative;
        display: inline-block;
        padding: 5px 10px;
        top: 5px;
        text-decoration: none;
}

footer .footer-menu-index ul.menu-features-index li a::before {
        content: '';
        width: 8px;
        height: 8px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        position: absolute;
        left: 90%;
        top: 20px;
        transform: rotate(45deg);
}

footer .footer-menu-other-index {
            border-bottom: 1px solid #6785b7;
        /* color: #fff; */
        line-height: 11.33333vw;
        width: 86.5%;
        margin: 0 auto;
        display: block;
    position: relative;
    }

footer .footer-menu-other-index a {
    text-decoration: none;

}

footer .footer-menu-other-index::before {
    content: "〉";
    position: absolute;
    top: 0px;
    right: 5px;
}

footer #logo {
    width: 90%;
    margin: 0 auto;
}

footer #logo img {
    width: 30%;
    padding: 6% 2%;
}

p {
    font-size: 16px;
}

.v_pc, .v_pc2 {
    display:none;
}

.v_sp {
    display:block !IMPORTANT;
}
