html {
    height: 100%;
}

body {
    height: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 16px;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
}

a {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: block;
}

a:hover {
    opacity: .7;

}

header {
    position: absolute;
    z-index: 1000;
    background: #fff;
    top: 0;
    width: 100%;
}

header nav {
    height: 90px;
    padding: 0px 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav h1 a img {
    max-width: 135px !important;
}

header nav ul {
    display: flex;
    margin: 0;
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

header nav ul li {
 max-width: 280px;
}

header nav ul li a {
    padding: 0px 1rem;
    display: block;
    /* height: 96%; */
    color: inherit;
    text-decoration: none;
    transition: 256ms;
    margin-bottom: 10px;
}
/*20190325 一時電話番号非表示
header nav ul li {
    height: 75px;
    line-height: 50px;
    font-size: 0.8rem;
}

header nav ul li a {
    padding: 0px 1rem;
    display: block;
    color: inherit;
    text-decoration: none;
    transition: 256ms;
    margin-bottom: 10px;
}
header nav ul li a img {
    max-width: 200px !important;
}
*/
header nav ul li a img {
    max-width: 200px !important;
}

header nav ul li a:hover {
    -webkit-filter: brightness(85%);
}

div#intro01 {
    width: 100%;
    height: 100%;
    padding: 0 !important;
}

div#intro01 .slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
}

div#intro01 #slide00 {
    background-color: white;
    z-index: 50;
}

div#intro01 #slide01 {
    z-index: 40;
}

div#intro01 #slide02 {
    z-index: 30;
}

div#intro01 #slide03 {
    z-index: 20;
}

div#intro01 #slide04 {
    z-index: 10;
}

div#intro01 .slide-img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;

    -moz-transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

div#intro01 .slide-img.unfixed {
    background-attachment: scroll;
}

div#intro01 .slide-img.center {
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
}

div#intro01 #slide-img01 {
    background-image: url(../img/bg01.png);
}

div#intro01 #slide-img02 {
    background-image: url(../img/bg02.png);
}

div#intro01 #slide-img03 {
    background-image: url(../img/bg03.png);
}

div#intro01 #slide-img04 {
    background-image: url(../img/bg02.png);
}

div#intro01 .slide.trans {
    opacity: 0;
    -webkit-transition: opacity 3000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    -moz-transition: opacity 3000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    -ms-transition: opacity 3000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    -o-transition: opacity 3000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    transition: opacity 3000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}

div#intro01 .slide-img.trans {
    -webkit-transition: -webkit-transform 8000ms cubic-bezier(0, 0, 1, 1);
    -moz-transition: -moz-transform 8000ms cubic-bezier(0, 0, 1, 1);
    -ms-transition: -ms-transform 8000ms cubic-bezier(0, 0, 1, 1);
    -o-transition: -o-transform 8000ms cubic-bezier(0, 0, 1, 1);
    transition: transform 8000ms cubic-bezier(0, 0, 1, 1);
    -moz-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

div#button {
    z-index: 100;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

div#button a {
    text-align: center;
}

div#button a:hover {
    opacity: .7;
    -webkit-transition: opacity 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    -moz-transition: opacity 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    -ms-transition: opacity 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    -o-transition: opacity 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    transition: opacity 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}

div#button a#logo-arrow {
    display: none;
}

div#button a.changed {
    display: block !important;
    height: 283px;
}

div#ms {
    display: none;
}


div#button a img#logo {
    width: 534px;
    height: 200px;
    margin-bottom: 10px;
}

div#button a img#arrow {
    width: 57px;
    height: 73px;
}

div#ms img#msimg {
    width: 502px;
    height: auto;
    margin-top: 20px;
}


div#button a#skip {
    position: absolute;
    top: 15px;
    right: 15px;
}

div#button a#skip img {
    width: 76px;
    height: 18px;
}

div#aaa {
    z-index: 100;
    position: absolute;
    top: 56.5%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 100%;
    height: auto;
    max-width: 380px;
    padding: 10px;
}

div#aaa a {
    text-align: center;
}

div#aaa a.changed {
    display: block !important;
    height: 283px;
}

div#aaa a img.max300 {
    width: 300px;
    margin: 0 auto;
    padding: 10px;
}

.bg1 {
    background: url(../img/bg04.png) repeat left top;
    width: 100%;
    height: 80px;
    position: relative;
    z-index: 999;

}

.bg1:after {
    content: "";
    display: block;
    clear: both;
}

.fff {
    color: #fff;
}

.bold {
    font-weight: bold;
}

.bg2 {
    background: url(../img/bg05.png) repeat left top;
    width: 100%;
    position: relative;
    z-index: 999;

}

.bg2:after {
    content: "";
    display: block;
    clear: both;
}

.bg3 {
    background: url(../img/bg06.png) repeat left top;
    width: 100%;
    position: relative;
    z-index: 999;
}

.bg3:after {
    content: "";
    display: block;
    clear: both;
}

.center-z {
    z-index: 100;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 100%;
    height: auto;
}
.max-w1000 {
    max-width: 1000px;
    margin: 0 auto;
}
.max-w800 {
    max-width: 800px;
    margin: 0 auto;
}

.max-w600 {
    max-width: 610px;
    margin: 0 auto;
}

.max-w300 {
    max-width: 300px;
    margin: 0 auto;
}

div.ctg {
    background: #fff;
    padding: 10px 20px;
}

div.ctg h2 {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

div.ctg h2 span {
    border-bottom: 4px solid #00C0AC;
}

div.ctg ul {
    max-width: 330px;

    margin: 10px auto;

    overflow: hidden;
}

div.ctg ul li {
    float: left;
    list-style: none;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}

div.ctg ul li:first-child {
    margin-right: 20px;

}

div.ctg ul li:nth-child(even) {
    padding-top: 15px;
}

div.ctg ul li:first-child img {
    max-height: 60px;

}

div.ctg ul li span {
    font-size: 20px;

}

div.ctg ul li p {
    font-size: 16px;
    color: #00C0AC;
    font-weight: bold;
    margin-bottom: 0;
}

div.ctg p.ctimg {
    max-width: 450px;
    margin: 0 auto 10px;
}

.pb100 {
    padding-bottom: 100px;
}

.bt01 {
    max-width: 761px;
    margin: 0 auto;
    display: block;
}

.bt01 {
    margin-top: -34px;
}

.ore {
    color: #FBB03B;
}

.fb {
    font-weight: bold;
}

.cre {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

ul.dc_bg {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.dc_bg li {
    list-style: none;
    margin-bottom: 5px;
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: 1px;
    color: #000;
}
.boder-y{
    padding-top: 30px;
    margin-bottom: 30px;
    background: #ffffac;
}
.boder-y img{
    max-width: 100px;
    margin: 0 auto;

}


.pt {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.pt a {
    display: block;
    border: 3px solid #2985E2;
    margin-top: 10px;
    max-width: 290px;
    padding: 10px;
    font-size: 18px;
}
.pt a:hover {
    text-decoration: none;
    border: 3px solid yellow;
    color: #fff;
    font-weight: bold;
    background: #2985E2;
}
.pt p{

    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.pt p span{
    background: linear-gradient(transparent 50%, yellow 50%);
    font-size: 26px;
    /* line-height: 1.4; */
    font-weight: bold;
}
.mtg {

    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mtxt {
    line-height: 1.4;
}

p.sp {
    display: none !important;
}


@media only screen and (max-width: 768px) {
    p.sp {
        display: inline !important;
        position: fixed;
        bottom: 0px;
        z-index: 2000;
        margin: 0;
        width: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden
    }
    p.sp img {
        width: 100%;
    }
    footer {
        margin-bottom: 163px;
    }
}

@media only screen and (max-width: 480px) {
    header {
        position: absolute;
        z-index: 1000;
        background: #fff;
        top: 0;
        width: 100%;
    }

    header nav {
        height: 90px;
        padding: 0px 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header nav h1 a img {
        max-width: 120px !important;
    }

    header nav ul {
    display: block;
        margin: 0;
        margin-top: 20px;
        padding: 0;
        list-style: none;
    }
    /*20190325対応
    header nav ul li {
        height: 50px;
        line-height: 50px;
        font-size: 0.8rem;
    }

    header nav ul li a {
        padding: 0px 1rem;
        display: block;
        color: inherit;
        text-decoration: none;
        transition: 256ms;
        margin-bottom: 10px;
    }
    header nav ul li a img {
        max-width: 155px !important;
    }
    */
    header nav ul li {
        line-height: 50px;
        font-size: 0.8rem;
    }

    header nav ul li a {
        padding: 0px 1rem;
        display: block;
        color: inherit;
        text-decoration: none;
        transition: 256ms;
        margin-bottom: 10px;
    }
    header nav ul li a img {
        max-width: 160px !important;
    }

    header nav ul li a:hover {
        -webkit-filter: brightness(85%);
    }
    div#aaa {
        max-width: 320px;
    }

    footer {
        margin-bottom: 110px;
    }
}

@media only screen and (max-width: 320px) {
    div#aaa {
        top: 60%;
        max-width: 250px;
    }
}

