@charset "UTF-8";
/* CSS Document */
/*===============================================
共通
===============================================*/
html,
body {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 0.625rem;
    font-weight: normal;
    background-color: #727171;
    line-height: 2;
    color: #fff;
}
*:focus {
    outline: none;
}
body {
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
figure,
figcaption,
ul {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    line-height: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
a:hover {
    color: #C8C8C8;
}
table {
    border-collapse: collapse;
}
span.text-block {
    display: inline-block;
}
.pc-none {
    display: none;
}
input {
    font-size: 1.6rem
}
input:focus {
    outline: 0;
}
input[type="button"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="image"],
textarea,
select {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="submit"] {
    border: none;
    -webkit-appearance: none;
    margin-left: 72px;
}
img {
    width: 100%;
    height: auto;
}
.more {
    text-align: center;
}
.more a {
    background-color: #fff;
    color: #727171;
    font-size: 1.4rem;
    padding: 1em 3em;
    line-height: 0;
}
.contents {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
/*==============================================
ヘッダー
===============================================*/
header {
    background-color: #727171;
    position: absolute;
    width: 100%;
}
/*==============================================
メニュー
===============================================*/
.openbtn {
    display: none;
}
#nav {
    font-size: 1.5rem;
    width: 100%;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    position: fixed;
    background-color: #727171;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 99999;
}
#nav.is-animation {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.7);
}
#nav #menu-list {
    margin: 0 auto;
    width: 95%;
}
#nav #menu-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#nav #menu-list ul li {
    margin-left: 25px;
}
#nav #menu-list ul li a {
    display: block;
}
#nav #menu-list ul li.logo-img {
    margin-right: auto;
    line-height: 0;
    margin-left: 0;
    width: 200px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
#nav.is-animation #menu-list ul li.logo-img {
    width: 160px;
}
#nav #menu-list ul li.logo-img img {
    width: 200px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
#nav.is-animation #menu-list ul li.logo-img img {
    width: 160px;
}
#nav #menu-list ul li.reserve-btn {
    background-color: #fff;
}
#nav #menu-list ul li.reserve-btn a {
    color: #727171;
    padding: 0.25em 1.5em;
}
/*==============================================
index
===============================================*/
#main {
    width: 100%;
    padding: 2.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
#main ul.slider {
    width: 100%;
    height: 100%;
}
#main ul.slider li.image-A {
    width: 100%;
    background: url("../img/slide-01.jpg")no-repeat center center / cover;
}
#main ul.slider li.image-B {
    width: 100%;
    background: url("../img/slide-02.jpg")no-repeat center center / cover;
}
#main ul.slider li.image-C {
    width: 100%;
    background: url("../img/slide-03.jpg")no-repeat center center / cover;
}
#main ul.slider li.image-D {
    width: 100%;
    background: url("../img/slide-04.jpg")no-repeat center center / cover;
}
#main ul.slider li.image-E {
    width: 100%;
    background: url("../img/slide-05.jpg")no-repeat center center / cover;
}
#main ul.slider li.image-F {
    width: 100%;
    background: url("../img/slide-06.jpg")no-repeat center center / cover;
}
.cls-1 {
    stroke-width: 22px;
}
.st0 {
    stroke-width: 22px;
}
.st1 {
    stroke-width: 19px;
}
.st2 {
    stroke-width: 21px;
}
.st3 {
    stroke-width: 20px;
}
.st4 {
    stroke-width: 22px;
}
.draw {
    fill: none;
    stroke: #fff;
    visibility: hidden;
}
#main .draw-img {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%)rotate(-15deg);
    transform: translateY(-50%)rotate(-15deg);
    width: 100%;
}
#main .draw-img svg {
    width: 100%;
    height: auto;
    max-width: 50%;
}
section {
    padding: 150px 0;
}
.top-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    font-size: 1.6rem;
}
.top-about .left {
    width: 60%;
}
.top-about .right {
    background-color: #fff;
    padding: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    margin-left: -10%;
    margin-top: 10%;
}
.top-title {
    font-family: 'Rubik', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}
.top-title .number {
    font-size: 2.2rem;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: bold;
    padding: 0 2px;
}
.top-title .number::before {
    content: '';
    width: 100%;
    border-top: 2px solid #fff;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.top-about .top-title .number::before,
.top-facility .top-title .number::before {
    border-top: 2px solid #000;
}
section#about {
    padding-bottom: 0;
}
.instaBox {
    margin-bottom: 50px;
}
.top-facility {
    background-color: #fff;
    padding: 150px;
    color: #000;
}
#special article#marbb {
    margin-bottom: 150px;
}
#special article#hitokansaibou {
    padding-top: 150px;
    margin-top: -150px;
}
#special article .facility-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px;
}
.facility-box .left {
    width: 60%;
    max-width: 640px;
    font-size: 1.4rem;
    text-align: justify;
}
.facility-box .left .title {
    font-weight: bold;
    font-size: 4rem;
    margin-bottom: 20px;
    line-height: 1;
}
.facility-box .left .title span {
    font-size: 1.8rem;
    vertical-align: middle;
    font-weight: normal;
    margin-left: 15px;
}
.facility-box .left .sub-text {
    font-size: 2rem;
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 1.6
}
.facility-box .left .text {
    margin-bottom: 1em;
}
.facility-box .left .text strong {
    position: relative;
    font-size: 1.6rem;
}
.facility-box .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 25px;
    text-align: right;
}
.marbb-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}
.marbb-box li {
    width: 32%;
    background-color: #EBEBEB;
    font-size: 1.4rem;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.8;
    position: relative;
    margin-right: 2%;
}
.marbb-box li:nth-child(3) {
    margin-right: 0;
}
.marbb-box li .title {
    font-size: 2rem;
    margin-bottom: 1em;
}
#special article .note {
    font-size: 1.2rem;
    margin-bottom: 50px;
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
}
#special .more p {
    position: relative;
    color: #fff;
    line-height: 2;
}
#special .more p::after {
    content: '';
    background: url("../img/link.svg")no-repeat center center / cover;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: -0.25em;
    margin-left: 15px;
}
#special .more a {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 1.4rem;
    padding: 1em 3em;
}
.staff-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.4rem;
}
.staff-box .left {
    width: 48%;
}
.staff-box .right {
    width: 48%;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.staff-img {
    width: 48%;
    line-height: 0;
}
.staff-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 25px;
    line-height: 1.6;
    text-align: justify;
}
.staff-text .name {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.staff-text .name span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 0;
    margin-bottom: 5px;
}
.top-menu {
    background-color: #8E8E8E;
    padding: 150px 0;
}
.menu-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu-box:nth-last-child(1) {
    margin-bottom: 0;
}
.menu-box .left,
.menu-box .right {
    width: 45%;
}
.menu-box .note {
    width: 100%;
    margin-top: 50px;
    font-size: 1.4rem;
}
.menu-box .note p {
    text-indent: -1em;
    padding-left: 1em;
}
.menu-box .note a {
    text-decoration: underline;
    color: yellow;
}
.menu-box table {
    font-size: 1.4rem;
    line-height: 1.6;
}
.menu-box table th {
    text-align: center;
    padding: 1em 0;
    border-bottom: 2px solid #BCBCBC;
    font-size: 1.8rem;
}
.menu-box table td {
    padding: 1.5em 0;
    border-bottom: 1px solid #BCBCBC;
    vertical-align: bottom;
}
.menu-box table tr:nth-last-child(1) td {
    border: none;
}
.menu-box table td.course p.name {
    font-size: 1.6rem;
    font-weight: bold;
}
.menu-box table td.course p.detail {
    padding-right: 3em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-box table td.price {
    text-align: right;
    white-space: nowrap
}
.access-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.access-box .map {
    width: 65%;
    height: 0;
    overflow: hidden;
    padding-bottom: 35%;
    position: relative;
}
.access-box .map iframe {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.access-box .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 50px;
    font-size: 1.4rem;
}
.access-box .right .adress {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #AFAFAF;
}
.access-box .right table {
    margin-bottom: 25px;
    border-bottom: 1px solid #AFAFAF;
}
.access-box .right table th {
    text-align: left;
    font-weight: normal;
    width: 1%;
    white-space: nowrap;
    padding-right: 2em;
	vertical-align: top;
}
.access-box .right table tr:nth-child(2) th,
.access-box .right table tr:nth-child(2) td {
    padding-bottom: 25px;
}
.access-box .right .tel {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 1px;
}
.access-box .right .tel a{
	color: #fff;
}
/*==============================================
お問い合わせ
===============================================*/
.send {
    margin: 3rem auto 0;
    text-align: center;
}
.send-btn {
    font-size: 1.5rem;
    background-color: #8c8c8c;
    padding: 0.5em 2em;
    color: #fff;
    display: inline-block;
    text-align: center;
}
/*==============================================
フッター
===============================================*/
footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #000;
    padding: 50px 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
footer .left {
    width: 50%;
}
footer .left img {
    width: 100%;
    height: auto;
    max-width: 250px;
}
footer .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}
.footer-menu {
    margin-bottom: 30px;
    font-size: 1.4rem;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 1px;
    line-height: 1;
}
.footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer-menu ul li {
    margin-left: 2em;
}
/*==============================================
404
===============================================*/
.not-page {
    margin-top: 300px;
}
.not-page img {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin-bottom: 50px;
}
.not-page p {
    margin-bottom: 80px;
}
.not-page a {
    background-color: #646464;
    color: #fff;
    padding: 1em 2em;
    font-size: 1.4rem;
}
/*==============================================
画面の横幅が1024pxまで
===============================================*/
@media only screen and (max-width:820px) {
    .sp-none {
        display: none;
    }
    .pc-none {
        display: block;
    }
    .contents {
        width: 90%;
        max-width: inherit;
        padding: 0;
    }
    /*==============================================
メニュー
===============================================*/
    /*ハンバーガー ==============================================*/
    .openbtn {
        position: fixed;
        background: #000;
        cursor: pointer;
        width: 50px;
        height: 50px;
        z-index: 99999;
        display: block;
    }
    /*ボタン内側*/
    .openbtn span {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 50%;
        height: 1px;
        background: #fff;
        width: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .openbtn span:nth-of-type(1) {
        top: 15px;
    }
    .openbtn span:nth-of-type(2) {
        top: 23px;
    }
    .openbtn span:nth-of-type(3) {
        top: 31px;
    }
    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 50%;
        -webkit-transform: translate(-50%, 6px) rotate(-45deg);
        transform: translate(-50%, 6px) rotate(-45deg);
        width: 50%;
    }
    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
        /*真ん中の線は透過*/
    }
    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 50%;
        -webkit-transform: translate(-50%, -6px) rotate(45deg);
        transform: translate(-50%, -6px) rotate(45deg);
        width: 50%;
    }
    /*メニュー左寄せ ==============================================*/
    .openbtn.rightBtn {
        right: 0;
    }
    /*OPENメニュー==============================================*/
    #nav {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #000;
        padding: 0;
    }
    #nav.is-animation {
        padding: 0;
        background-color: #000;
    }
    #nav.panelactive {
        z-index: 999;
    }
    #nav.panelactive #menu-list {
        position: fixed;
        z-index: 999;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    /*メニュー右から左に ==============================================*/
    #nav.slideLeft {
        z-index: 999;
        top: 0;
        right: -120%;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }
    #nav.slideLeft.panelactive {
        right: 0;
    }
    #nav.slideLeft.panelactive #menu-list {
        width: 100%;
    }
    /*ナビゲーション ====================================================*/
    #nav ul {
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #nav.panelactive ul {
        display: block;
    }
    #nav #menu-list ul {
        display: block;
        text-align: center;
        width: 90%;
    }
    #nav #menu-list ul li {
        margin-left: 0;
        margin-bottom: 1.5em;
    }
    #nav #menu-list ul li.logo-img {
        margin-right: auto;
        line-height: 0;
        margin-left: 0;
        width: 100%;
        margin-bottom: 50px;
    }
    #nav #menu-list ul li.logo-img img {
        width: 100%;
        max-width: 200px;
        height: auto;
    }
    #nav.is-animation #menu-list ul li.logo-img {
        width: 100%;
    }
    #nav.is-animation #menu-list ul li.logo-img img {
        width: 100%;
        width: 200px;
    }
    #nav #menu-list ul li.reserve-btn {
        background-color: #fff;
        display: inline-block;
        padding-right: 1em;
        padding-left: 1em;
        margin: 0 auto;
    }
    #nav #menu-list ul li.reserve-btn a {
        color: #727171;
        padding: 0.25em 1.5em;
    }
    /*==============================================
index
===============================================*/
    #main {
        padding: 5%;
    }
    #main ul.slider li.image-A {
        background: url("../img/slide-01.jpg")no-repeat right 10% center / cover;
    }
    #main ul.slider li.image-B {
        background: url("../img/slide-02.jpg")no-repeat right 13% center / cover;
    }
    #main ul.slider li.image-C {
        background: url("../img/slide-03.jpg")no-repeat right 7% center / cover;
    }
	#main ul.slider li.image-D {
    	background: url("../img/slide-04.jpg")no-repeat left 55% center / cover;
	}
	#main ul.slider li.image-F {
        background: url("../img/slide-06.jpg")no-repeat left 12% center / cover;
    }
    #main .draw-img {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%)rotate(-15deg);
        transform: translate(-50%, -50%)rotate(-15deg);
        width: 80%;
    }
    #main .draw-img svg {
        width: 100%;
        height: auto;
        max-width: inherit;
    }
    section {
        padding: 80px 0;
    }
    .top-about {
        display: block;
        font-size: 1.4rem;
    }
    .top-about .left {
        width: 100%;
        z-index: 50;
    }
    .top-about .right {
        padding: 50px 25px 30px;
        width: 90%;
        margin-left: 0%;
        margin-top: -10%;
        z-index: 100;
        position: relative;
        margin: -50px auto 0;
    }
    .top-title {
        font-size: 2.4rem;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }
    .top-title .number {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .top-about .text {
        line-height: 1.8;
        text-align: justify;
    }
    section#about {
        padding-bottom: 0;
    }
    .instaBox {
        margin-bottom: 30px;
    }
    .top-facility {
        padding: 80px 0;
    }
    #special article#marbb {
        margin-bottom: 100px;
    }
    #special article#hitokansaibou {
        padding-top: 50px;
        margin-top: -50px;
    }
    #special article .facility-box {
        display: block;
        margin-bottom: 25px;
    }
    #special article .note {
        margin-bottom: 30px;
    }
    .facility-box .left {
        width: 100%;
        margin-bottom: 25px;
    }
    .facility-box .left .title {
        font-size: 2.4rem;
    }
    .facility-box .left .title span {
        font-size: 1.5rem;
        margin-left: 10px;
    }
    .facility-box .left .sub-text {
        font-size: 1.5rem;
        margin-bottom: 15px;
        line-height: 1.6;
    }
    .facility-box .left .text strong {
        font-size: 1.4rem;
    }
    .facility-box .right {
        margin-left: 0;
        text-align: center;
    }
    .facility-box .right img {
        max-width: 400px;
    }
    .marbb-box {
        display: block;
        margin: 0 auto 10px;
    }
    .marbb-box li {
        width: 100%;
        padding: 15px;
        line-height: 1.6;
        max-width: 600px;
        margin: 0 auto 5%;
    }
    .marbb-box li:nth-last-child(1) {
        margin-bottom: 0;
    }
    .marbb-box li:nth-child(3) {
        margin-right: auto;
    }
    .marbb-box li .title {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .staff-box {
        display: block;
    }
    .flex {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .staff-box .left {
        width: 100%;
    }
    .staff-box .right {
        width: 100%;
    }
    .staff-img {
        width: 35%;
    }
    .staff-text {
        margin-left: 15px;
    }
    .staff-text .name {
        font-size: 1.6rem;
        margin-bottom: 1em;
    }
    .staff-text .name span {
        font-size: 1.2rem;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle
    }
    .top-menu {
        padding: 50px 0;
    }
    .menu-box {
        display: block;
        width: 100%;
        margin: 0 auto 50px;
    }
    .menu-box .left,
    .menu-box .right {
        width: 100%;
        margin-bottom: 25px;
    }
    .menu-box .note {
        margin-top: 25px;
        font-size: 1.2rem;
    }
    .menu-box table tr {
        border-bottom: 1px solid #BCBCBC;
    }
    .menu-box table tr:nth-last-child(1) {
        border: none;
    }
    .menu-box table th {
        font-size: 1.6rem;
    }
    .menu-box table td {
        padding: 1.2em 0 0;
        display: block;
        border: none;
    }
    .menu-box table td.course p.name {
        font-size: 1.4rem;
        padding-right: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .menu-box table td.course p.detail {
        padding-right: 0;
    }
    .menu-box table td.price {
        padding: 1em 0 1em;
    }
    .access-box {
        display: block;
    }
    .access-box .map {
        width: 100%;
        padding-bottom: 65%;
        margin-bottom: 25px;
    }
    .access-box .right {
        margin-left: 0;
    }
    .access-box .right .adress {
        margin-bottom: 15px;
    }
    .access-box .right table {
        margin-bottom: 15px;
    }
    .access-box .right table tr:nth-child(2) th,
    .access-box .right table tr:nth-child(2) td {
        padding-bottom: 15px;
    }
    .access-box .right .tel {
        font-size: 2rem;
    }
    /*==============================================
フッター
===============================================*/
    footer {
        display: block;
        padding: 50px 5% 25px;
    }
    footer .left {
        width: 100%;
        margin-bottom: 25px;
    }
    footer .left img {
        max-width: 200px;
    }
    footer .right {
        text-align: left;
    }
    .footer-menu {
        margin-bottom: 15px;
    }
    .footer-menu ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer-menu ul li {
        margin-left: 0;
        margin-right: 2em;
        margin-bottom: 1em;
    }
    /*==============================================
お問い合わせ
===============================================*/
    .send {
        margin: 3rem auto 0;
    }
    .send-btn {
        font-size: 1.2rem;
        padding: 0.5em 2em;
    }
    /*==============================================
404
===============================================*/
    .not-page {
        font-size: 1.4rem;
        line-height: 1.8;
    }
    .not-page img {
        width: 50%;
        margin-top: 50px;
    }
}
@media only screen and (max-width:480px) {
	#main ul.slider li.image-A {
        background: url("../img/slide-01.jpg")no-repeat right 18% center / cover;
    }
    #main ul.slider li.image-B {
        background: url("../img/slide-02.jpg")no-repeat right 21% center / cover;
    }
    #main ul.slider li.image-C {
        background: url("../img/slide-03.jpg")no-repeat right 12% center / cover;
    }
	#main ul.slider li.image-F {
        background: url("../img/slide-06.jpg")no-repeat left 17% center / cover;
    }
}