.ttwrap {
    position: relative;
    text-align: center;
    padding: 0 0 10px 0;
}

.ttwrap .topTitle {
    position: relative;
    display: inline-block;
}

.ttwrap .topTitle span {
    font-family: 'Fredericka the Great', sans-serif;
    color: #E2B999;
    font-size: 50px;
    line-height: 1;
    display: inline-block;
    font-weight: 500;
    letter-spacing: -1px;
    position: relative;
}

/*
.ttwrap .topTitle span::before {
    content: "";
    height: 40px;
    width: 43px;
    background-image: url(../img/title_visual_a.png);
    background-size: cover;
    position: absolute;
    top: -10px;
    left: -50px;
}

.ttwrap .topTitle span::after {
    content: "";
    height: 40px;
    width: 43px;
    background-image: url(../img/title_visual_b.png);
    background-size: cover;
    position: absolute;
    top: -10px;
    right: -50px;
}
*/
.ttwrap .topTitle h1 {
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    color: #E2B999;
    padding: 1px;
    display: block;
    text-align: right;
}

.waveWrap {
    position: absolute;
    width: 300px;
    height: 290px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wave {
    opacity: 0.5;
    position: absolute;
    top: 3%;
    left: 47%;
    background: #00BFFF;
    width: 300px;
    height: 290px;
    margin-left: -140px;
    margin-top: 0px;
    border-radius: 90%;
    transform-origin: 50% 48%;
    animation: drift 3000ms infinite linear;
}

.wave.three {
    animation: drift 5000ms infinite linear;
}

.wave.two {
    animation: drift 7000ms infinite linear;
    opacity: 0.1;
    background: yellow;
}

@keyframes drift {
    from {
        transform: rotate(0deg);
    }

    from {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fadeIn2 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn2 {
    from {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }

    to {
        opacity: 1;
    }
}

.fadeIn2 {
    -webkit-animation-name: fadeIn2;
    animation-name: fadeIn2;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.coverWrap {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: 100vh;
    overflow: hidden;
    background: #fff;
}

.cover {
    position: relative;
    height: 100%;
    background-size: cover;
}

.tg-Cover {
    position: relative;
}

.tg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tg li {
    position: relative;
    float: left;
    width: 33.3%;
    visibility: hidden;
}

.tg li a {
    display: block;
}

.tg li span.tgThumb {
    position: relative;
    display: block;
    max-width: 100vw;
    max-height: 100vh;
    background-position: 50% 0;
    overflow: hidden;
    background-size: cover;
    width: 100%;
}


/******************************************スライダー******************************************/
.coverLine {
    background-size: 100% 100%;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 110px;
    left: 10px;
}

.bx-loading {
    display: none;
}

.bxslider {
    position: relative;
}

.bxslider li {
    overflow: hidden;
    margin-top: -48px;
    position: relative;
}

.bxslider li a {
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bxslider li.top-slider {
    position: relative;
    background-size: cover;
}

.bx-pager-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.bx-pager {
    text-align: left;
}

.bx-pager li {
    width: 32px;
    display: inline-block;
}

.bx-pager li a {
    display: block;
    margin: 0 1px;
    opacity: 0.6;
    padding: 2px;
}

.bx-pager li a img {
    width: 100%;
}

.bx-pager li a.active {
    opacity: 1;
    transform: scale(1.08);

}

.mainLogo {
    width: 200px;
    position: absolute;
    top: 120px;
    left: 20px;
}

.pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: url(../../index.html) repeat;
    top: 0;
    left: 0;
    opacity: 0.5;
}

#topWrap {
    position: relative;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    background-color: #fff;
    background-image: url(http://milkhole.jp/shops/milkhole/img/login_bg.jpg);
    background-repeat: repeat;
    padding-bottom: 100px;
}

#top {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 0;

}

.tftl {
    background: url(http://milkhole.jp/shops/milkhole/img/frame_tl.png) no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 14px;
    left: 14px;
}

.tftr {
    background: url(http://milkhole.jp/shops/milkhole/img/frame_tr.png) no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 14px;
    right: 14px;
}

.tfbr {
    background: url(http://milkhole.jp/shops/milkhole/img/frame_br.png) no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 14px;
    right: 14px;
}

.tfbl {
    background: url(http://milkhole.jp/shops/milkhole/img/frame_bl.png) no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 14px;
    left: 14px;
}

#top-inner {
    position: relative;
    padding: 20px 20px 100px 20px;
    margin: 0 20px;
    background: #fff;
    overflow: hidden;
}

#tb-shadow {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
}

.topLeft {
    position: relative;
    width: 380px;
    float: left;
}

.topRight {
    position: relative;
    margin-left: 400px;
}

#topicWrap {
    width: 380px;
    margin: 60px 0 0 0;
}

#topicWrap #topic {}

#topicWrap #topic dl dd {
    color: #5b5b5b;
}

#topicWrap #topic dl #topicImg {
    position: relative;
    overflow: hidden;
    border: 10px solid #ffeaea;
    /*    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;*/
}

#topicWrap #topic dl #topicImg a img {
    width: 100%;
}

#topicWrap #topic dl dd.topicTit {
    padding: 10px 0;

}

#topicWrap #topic dl dd.topicTit h3 {
    color: dodgerblue;
    font-size: 20px;
    line-height: 160%;
}

#topicWrap #topic dl dd.topicBody {
    color: #5b5b5b;
    font-size: 14px !important;
    line-height: 180%;
    padding: 0 10px 10px 10px;
}

#topicWrap #topic dl dd.topicBody img {
    width: 100%;
}

#topicWrap #topic dl dd.topicTime {
    color: #5b5b5b;
    text-align: right;
    font-size: 10px;
    padding-right: 20px;
	padding-bottom: 20px;
    letter-spacing: 2px;
}

#topicWrap.topFixed {
    position: fixed;
    top: 0;
}

#topicWrap.topFixed #topic {
    margin-top: 110px;
}

.topContents {
    position: relative;
    margin: 50px 0 0 0;

}


.topicsView {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 200px;
    height: 200px;
    background: #000;
    transform: rotate(-45deg);
    text-align: center;
    line-height: 340px;

}

.topicsView a {
    display: block;
}

.topicsView span {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
}

#topicsWrap {
    width: 600px;
    margin: 0 auto;
}

#topics {
    position: relative;
    overflow: hidden;
}

#topics dl {
    position: relative;
    text-align: left;
}

#topics dl dt#topicsImg {
    background-color: #ccc;
    background-size: cover;
    padding: 10px;
}

#topics dl dt#topicsImg a {
    display: block;
    background: #000;
}

#topics dl dt#topicsImg a img {
    opacity: 1;
    transition: 0.3s ease-in-out;
    width: 100%;
}

#topics dl dt#topicsImg a:hover img {
    opacity: 0.8;

}

#topics dl dd.tpTitle {
    padding: 10px 0 0 0;
}

#topics dl dd.tpTitle h3 {
    color: #E41378;
    font-size: 20px;
}

#topics dl dd.tpBody {
    padding: 20px;
}

#topics dl dd.tpBody span {
    display: block;
    line-height: 180%;
    color: #444444;
    font-size: 14px;
}

#topics dl dd.tpTime {
    text-align: right;
    font-size: 10px;
    padding: 10px 20px 0 0;
    display: none;
}

.banner_thumb {}

.banner_thumb li {
    margin: 10px 0;
}

.banner_thumb li a {
    display: block;
}

.banner_thumb li a span img {
    width: 100%;
}

.newsWrap {
    position: relative;
    overflow: hidden;
    margin: 60px 0 0 0;
}

.news {
    width: 100%;
}

.news li.news-list {
    border-bottom: 1px solid #cccccc;
    padding: 15px 5px;
}

.news li.news-list:nth-child(1) {
    animation-delay: 0.3s;
}

.news li.news-list:nth-child(2) {
    animation-delay: 0.4s;
}

.news li.news-list:nth-child(3) {
    animation-delay: 0.5s;
}

.news li.news-list:nth-child(4) {
    transition-delay: 0.6s;
}

.news li.news-list:nth-child(5) {
    animation-delay: 0.7s;
}

.news li.news-list:nth-child(6) {
    animation-delay: 0.8s;
}

.news li.news-list:nth-child(7) {
    animation-delay: 0.9s;
}

.news li.news-list:nth-child(8) {
    animation-delay: 1s;
}

.news li.news-list:nth-child(9) {
    animation-delay: 1.1s;
}

.news li.news-list:nth-child(10) {
    animation-delay: 1.2s;
}

.news li.news-list:nth-child(11) {
    animation-delay: 1.3s;
}

.news li.news-list:nth-child(12) {
    animation-delay: 1.4s;
}

.news li.news-list:nth-child(13) {
    animation-delay: 1.5s;
}

.news li.news-list:nth-child(14) {
    animation-delay: 1.6s;
}

.news li.news-list:nth-child(15) {
    animation-delay: 1.7s;
}

.news li.news-list:nth-child(16) {
    animation-delay: 1.8s;
}

.news li.news-list:nth-child(17) {
    animation-delay: 1.9s;
}

.news li.news-list:nth-child(18) {
    animation-delay: 2.0s;
}

.news li.news-list:nth-child(19) {
    animation-delay: 2.1s;
}

.news li.news-list:nth-child(20) {
    animation-delay: 2.2s;
}

.news li.news-list table {
    width: 100%;
}

.news li.news-list table th.dateTitle {
    width: 30%;
    color: #808080;
    font-family: "gothic", sans-serif;
    font-size: 13px;
}

.news li.news-list table th.dateTitle span {
    display: inline-block;
    vertical-align: middle;
    font-family: "gothic", sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    padding: 1px;
    margin-right: 10px;
}

.news li.news-list table td.dateName {
    width: 70%;
    font-size: 14px;
}

.news li.news-list table td a {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    color: #333333;
    transition: 0.3s ease;
    /*    font-family: "Noto Serif JP", "MS P??", serif;*/
}

.news li.news-list table td a:hover {
    color: #808080;
}


.top-companionList li.thumb-list {
    animation-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    visibility: hidden;
}

.top-companion {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 60px 0 0 0;
    overflow: hidden;
}

.top-companion-inner {
    position: relative;
}

@media only screen and (max-width:1080px) {
    .top-companionList {
        position: relative;
        margin: 0 auto;
        background: #FDE1E6;
        padding: 2px;
        display: flex;
        flex-wrap: wrap;
    }

    .top-companionList li.thumb-list {
        position: relative;
        width: 25%;
        text-align: center;
    }

    .top-companionList li.thumb-list:nth-child(4n+1) {
        animation-delay: 0.3s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(4n+2) {
        animation-delay: 0.4s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(4n+3) {
        animation-delay: 0.5s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(4n+4) {
        animation-delay: 0.6s;
        animation-duration: 0.8s;
    }
}

@media only screen and (min-width:1081px) {

    .top-companionList {
        position: relative;
        margin: 0 auto;
        background: #FDE1E6;
        padding: 2px;
        display: flex;
        flex-wrap: wrap;
    }

    .top-companionList li.thumb-list {
        position: relative;
        width: 25%;
        text-align: center;
    }

    .top-companionList li.thumb-list:nth-child(4n+1) {
        animation-delay: 0.3s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(4n+2) {
        animation-delay: 0.4s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(4n+3) {
        animation-delay: 0.5s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(4n+4) {
        animation-delay: 0.6s;
        animation-duration: 0.8s;
    }

}

@media only screen and (min-width:1240px) {
    .top-companionList {
        position: relative;
        margin: 0 auto;
        background: #FDE1E6;
        padding: 2px;
        display: flex;
        flex-wrap: wrap;
    }

    .top-companionList li.thumb-list {
        position: relative;
        width: 20%;
        text-align: center;
    }

    .top-companionList li.thumb-list:nth-child(5n+1) {
        animation-delay: 0.3s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(5n+2) {
        animation-delay: 0.4s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(5n+3) {
        animation-delay: 0.5s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(5n+4) {
        animation-delay: 0.6s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(5n+5) {
        animation-delay: 0.7s;
        animation-duration: 0.8s;
    }

}


.top-companionList li.thumb-list a span.timeArea {
    min-height: 29px;
    display: block;
}

.top-companionList li.thumb-list a p.chach {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 7px 0 5px 0;
    vertical-align: middle;
    letter-spacing: 0;
    min-height: 28px;
}

.top-companionList li.thumb-list a p.chach {}

.top-companionList li.thumb-list a p.chach b {
    /*      background-color: #E2B999;  */
    padding: 2px 0;
    margin: 0 0 3px 0;
    display: block;
    background: url(http://milkhole.jp/shops/milkhole/img/login_bg.jpg) repeat;
}


.top-companionList li.thumb-list a p.chach_time b {
    color: #000;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    position: absolute;
    left: 0;
    bottom: 150px;
    z-index: 100;
}

.top-companionList li.thumb-list a p.chach_real b {
    padding: 5px 0;
    margin: 0 0 3px 0;
    display: block;
    background: url(http://milkhole.jp/shops/milkhole/img/login_bg.jpg) repeat;
    font-size: 13px;
    line-height: 1;
}

.top-companionList li.thumb-list a p.chach_real2 b {
    padding: 5px 0;
    margin: 0 0 3px 0;
    display: block;
    background: url(http://milkhole.jp/shops/milkhole/img/login_bg.jpg) repeat;
    font-size: 20px;
    line-height: 1;
    font-family: "Fredericka the Great", sans-serif;
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
    color: #EC4371;
}

.top-companionList li.thumb-list a {
    display: block;
    margin: 2px;
    transition: 0.3s ease;
    background-position: 50%;
    background-size: cover;
    padding: 3px;
    position: relative;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
}

.top-companionList li.thumb-list a:hover span.thumbWrap span.thumb-p {
    transform: scale(1.08) rotate(2deg);
}

.top-companionList li.thumb-list a span.thumbWrap {
    position: relative;
    display: block;
    overflow: hidden;
}

.top-companionList li.thumb-list:nth-child(odd) a .thumbWrap {
    border: 4px dashed #d6ebff;
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}

.top-companionList li.thumb-list:nth-child(even) a .thumbWrap {
    border: 4px dashed #ffeaea;
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}

.top-companionList li.thumb-list a span.thumbWrap span.thumb-p {
    position: relative;
    display: block;
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transform: scale(1) rotate(0);
}

.top-companionList li.thumb-list a span img.top-ct {
    width: 100%;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

/*
@media all and (-ms-high-contrast: none) {
    .top-companionList li.thumb-list a:hover span img.top-ct {
        opacity: 0.6;
    }
}
*/

.top-companionList li.thumb-list a:hover span img.top-ct {}

.top-companionList li.thumb-list a:hover span img.companionThumb {
    opacity: 0.6;
}

.top-companionList li.thumb-list .nameArea {
    padding: 5px 0;
    position: relative;
    display: block;
}

.top-companionList li.thumb-list dl {
    text-align: center;
}

.top-companionList li.thumb-list dl dt.name {
    font-size: 24px;
    line-height: 1;
    color: #E41378;
    padding: 5px 0;
    font-family: "Noto serif JP", "ＭＳ Ｐ明朝", serif;
    text-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.7);

}

.top-companionList li.thumb-list dl dt.name-comment { /*2022/11/02追加*/
    font-size: 18px;
    line-height: 1;
    color:#6B94FF;
    padding: 5px 0;
    font-family: "Noto serif JP", serif;
    text-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.7);

}

.top-companionList li.thumb-list dl dt.name span {
    display: block;
    color: #E41378;
    font-size: 11px;
    line-height: 1;
    margin-bottom: 3px;
    padding-left: 2px;
    font-family: "gothic", sans-serif;
    /*    font-family: "Fredericka the Great";*/
    letter-spacing: 2px;
}

.top-companionList li.thumb-list dl dt.name span:first-letter {
    color: #5cb0ff;
}

.top-companionList li.thumb-list dl dt.name span.smokeMark3 {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.top-companionList li.thumb-list a dl dd.size {
    font-family: "gothic", sans-serif;
    /*    border-top: 1px solid #353535;*/
    font-size: 10px;
    color: #E41378;
    padding-left: 2px;
    letter-spacing: 0;
}

.top-companionList li.thumb-list a dl dd.name-border {
    width: 30px;
    height: 1px;
    background: #E41378;
    margin: 6px auto;
}


.top-companionList li.thumb-list a:hover dl dd.size {}

.top-companionList li.thumb-list a dl dd.size b {
    font-family: "gothic", sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-right: 2px;
    color: #E41378;
}

.top-companionList li.thumb-list a p.newMark {
    position: absolute;
    top: 53px;
    right: 27px;
    width: 80px;
}

.top-companionList li.thumb-list a p.newMark img {
    width: 100%;
}

.shiftTime {
    position: absolute;
    top: -40px;
    right: 10px;
    text-align: right;
    width: 100%;
}

.shiftTime span {
    display: inline-block;
    color: #EC4371;
    font-family: "Fredericka the Great", sans-serif;
    font-size: 18px;
    line-height: 1;
    background: #fff;
    padding: 3px 8px;
    font-style: italic;
    letter-spacing: 2px;
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}

.shiftTime_end {
    position: absolute;
    top: -40px;
    right: 10px;
    text-align: right;
    width: 100%;
}

.shiftTime_end span {
    display: inline-block;
    color: #EC4371;
    font-family: "Fredericka the Great", sans-serif;
    font-size: 18px;
    line-height: 1;
    background: #fff;
    padding: 3px 8px;
    font-style: italic;
    letter-spacing: 2px;
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}

.shameMark {
    position: absolute;
    top: 40px;
    left: 5px;
    width: 46px;
}

.shameMark img {
    width: 100%;
}

.smokeMark {
    width: 28px;
    position: absolute;
    top: -45px;
    right: 10px;
}

.smokeMark img {
    width: 100%;
}

p.haya,
p.naka,
p.oso {
    position: absolute;
    top: 7px;
    left: 10px;
    line-height: 1;
    font-size: 12px;
    padding: 5px;
    border-radius: 3px;
}

span.dayIcn {
    width: 26px;
    display: block;
    margin: 0 auto 3px auto;
}

span.dayIcn img {
    width: 100%;
}

p.haya {
    background: #fff600;
}

p.naka {
    background: #efae84;
}

p.oso {
    background: #164488;
    color: #fff;
}

#pageMenuWrap {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    z-index: 9200;
    height: 100%;
    transition-duration: 0.3s;
    transition-delay: 0.1s;
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

#pageMenuWrap:hover {
    position: fixed;
    left: 0;
    top: 0;
}

#pageMenu-inner {
    position: relative;
    height: 100%;
    background: url(../../index.html) 100% 50% no-repeat;
}

.pageMenu-btn {
    position: absolute;
    background: #000;
    height: 200px;
    width: 50px;
    top: 50%;
    left: 300px;
    margin: -100px 0 0 0;
    transition-duration: 0.3s;
    transition-delay: 0.1s;
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    opacity: 1;
    border-radius: 0 10px 10px 0;
    padding: 74px 0 0 0;
}

.pageMenu-btn span {
    display: block;
    color: #d71d7b;
    transform: rotate(90deg);
    font-family: "gothic", sans-serif;
    font-weight: 500;
    font-size: 24px;
}

.pageMenu-btn:hover {
    cursor: pointer;
}

#pageMenu-inner:hover .pageMenu-btn {
    opacity: 0;
}

#pageMenu {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 0;
    margin: -130px 0 0 0;
}

#pageMenu li {
    position: relative;
}

#pageMenu li a {
    color: #d71d7b;
    font-family: "gothic", sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 3px 0 3px 20px;
    transition: 0.3s ease;
    display: inline-block;
    line-height: 1;
}

#pageMenu li a span {
    display: none;
}

#pageMenu li a:hover {
    color: yellow;
}

.nBanner {
    width: 1080px;
    margin: 50px auto 0 auto;
}

.nBanner a {
    display: block;
}

.top-priceArea {
    position: relative;
    padding: 50px 0 250px 0;
    width: 100%;
    background-position: 50% 0;
    background-repeat: repeat;
    background-image: url(../../index.html);
}

.topPrice {
    position: relative;
    margin: 0 auto;
}

.topPrice-list {
    overflow: hidden;
}

.topPrice-list li {
    width: 33.3%;
    float: left;
    position: relative;
}

.topPrice-list li span {
    display: block;
}

.topPrice-list li:nth-child(1) span {
    margin: 0 10px 0 0;
}

.topPrice-list li:nth-child(2) span {
    margin: 0 5px 0 5px;
}

.topPrice-list li:nth-child(3) span {
    margin: 0 0 0 10px;
}

.topPrice-list li span img {
    width: 100%;
}

.price {
    padding: 50px;
}

.top-bv {
    position: relative;
    width: 100%;
}

.topMap {
    position: relative;

}

.top-mapArea {
    position: relative;
    width: 100%;
    background-position: 50% 0;
    background-repeat: repeat;
}

.coronaWrap {
    width: 100%;
    margin: 60px 0 0 0;
    overflow: hidden;
}

.corona {
    background: url(../../sp/img/notice_bg.jpg) 50% 0;
    padding: 30px 20px 20px;
    border: 10px solid #ffeaea;
}

.corona dt {
    text-align: center;
    font-size: 30px;
    color: #E41378;
    text-decoration: underline;
    font-weight: 700;
}

.corona dd {
    padding: 20px;
    line-height: 160%;
    font-size: 16px;
}

.topBanner {
    margin: 60px 0 0 0;
}

.noticeWrap {
    width: 100%;
    max-width: 1078px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 0 0;
}

.notice {
    background: url(../../index.html) 50% 0;
    padding: 30px 20px 20px;
    border: 3px double #E41378;
}

.notice dt {
    text-align: center;
    font-size: 30px;
    color: #E41378;
    text-decoration: underline;
    font-weight: 700;
}

.notice dd {
    padding: 20px 50px;
    line-height: 160%;
    font-size: 20px;
}

.notice dd b {
    color: #E41378;
    font-weight: 600;
}

.notice dd span {
    display: block;
    text-align: center;
    margin: 10px 0;
}

.notice dd span small {
    background: rgba(255, 240, 0, 0.6);
    display: inline-block;
    padding: 2px 10px;
    font-weight: 600;
}

#m-link {
    position: relative;
    margin: 60px 0 0 0;
}

#m-link p a {
    display: block;
}

#m-link p a img {
    width: 100%;
}

.serizawaWrap {
    position: relative;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.serizawa {
    position: relative;
}

.serizawa dt {}

.serizawa dt img {
    width: 100%;
}

.serizawa dd.serizawaTit {
    font-size: 24px;
    text-align: center;
    padding-top: 20px;

}

.serizawa dd.serizawaBody {
    text-align: left;
    padding: 20px 40px;
}

.serizawa dd.serizawaBody b {
    font-weight: 700;
    color: #ff3e3e;
}

.newyear_notice_wrap {
    margin: 0 10px;
}

.newyear_notice {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    background-color: #d21717;
    border: 2px solid #ff4d1d;
}

.newyear_notice dl {
    padding: 20px;
    background-color: #fff;
}

.newyear_notice dl dt {
    text-align: center;
    font-size: 28px;
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

.newyear_notice dl dd {
    margin: 20px auto 0 auto;
    font-size: 20px;
    line-height: 180%;
}

.ifsWrap{
    position: relative;
    margin: 50px 0 0 0;
}
.ifs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

.ifs li {
    width: 32%;
    min-width: 220px;
    margin: 0 1%;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

