body{
    font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
    width: 1200px;
    font-size: 16px;
    margin: 0 auto;
}
.bodylineTop {
    top: 0;
    background: #ff0000;
}
.bodylineRight {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    display: block;
    width: 8px;
    background: #ff0000;
}
.bodylineBottom {
    bottom: 0;
    background: #ff0000;
}
.bodylineLeft {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    display: block;
    width: 8px;
    background: #ff0000;
}
.bodylineBottom, .bodylineTop {
    height: 8px;
    z-index: 100000;
    position: fixed;
    left: 0;
    display: block;
    right: 0;
}

header{
    background: #FFF;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 30px 32px;
    z-index: 100;
    border-bottom: 1px solid #000;
}

.relative{
    position: relative;
}

nav > ul{
    display: flex;
    justify-content: center;
}

nav > ul > li{
    padding: 0px 25px;
}

nav > ul > li > a{
    color: #000;
}

.section01{
    width: 100%;
    background: transparent;
    margin: 0 auto;
    position: relative;
}

.swiper-container {
    width: 100%;
}

.swiper-slide > img{
    filter: brightness(35%) blur(1px);
}


.section-contents01{
    color: #FFF;
    position: absolute;
    top: 0px;
    z-index: 10;
    padding: 0 200px;
}
.section-contents02{
    padding: 0 200px;
}

.section02{
    width: 100%;
    background: #FFF;
    margin: 0 50px;
    position: relative;
}
.section03{
    width: 100%;
    background: #FFF;
    margin: 0 auto;
    padding-bottom: 100px;
}
.title01{
    letter-spacing: .08em;
    padding: 80px 0px 0px;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.8em;
}
.title02{
    letter-spacing: .08em;
    padding: 100px 0px 0px;
    text-align: center;
    line-height: 1.8em;
    font-size: 1.8em;
}
.title03{
    letter-spacing: .08em;
    padding: 140px 0px 0px;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.8em;
}

.desc01{
    letter-spacing: .08em;
    padding: 75px 0px 50px;
    text-align: left;
    line-height: 2em;
}

.btn01{
    display: block;
    width: 376px;
    border: 2px solid #000;
    text-align: center;
    margin: 0px auto;
    padding: 10px 0px 5px;
}

.section02{
    width: 100%;
    background: #FFF;
    margin: 0 auto;
    text-align: center;
}

.map{
    width: 100%;
    background: #FFF;
    margin: 0 auto;
    text-align: center;
}

.address{
    margin: 0 50px;
}

.desc02{
    padding: 30px 0px 75px;
    text-align: center;
}

footer{
    width: 100%;
    color: #FFF;
    background: #000;
    margin: 0 auto 45px;
}
.desc03{
    padding: 75px 0px;
    text-align: center;
}

.phone{
    font-size: 1.4em;
    display: block;
    width: 376px;
    border: 2px solid #000;
    text-align: center;
    margin: 0px auto 75px;
    padding: 10px 0px 5px;
}

.copyRight{
    text-align: center;
    color: #999;
    font-size: .67em;
    padding-bottom: 20px;
}
table td{
    padding: 10px;
    line-height: 1.5em;
}