/*
font-family: 'Zen Maru Gothic', sans-serif;
font-weight: Regular400 Medium500

font-family: 'Lexend', sans-serif;
font-weight: Thin100 Regular400 Medium500
*/

/* all common */
.pc{
    display: block;
}

.sp{
    display: none;
}

nav{
    background-color: white;
}

_::-webkit-full-page-media, _:future, :root .navbar-brand img {
    width: 30%;
}

.container-fluid{
    max-width: 1600px;
}

.navbar-nav{
    margin-left: auto;
}

.navbar-brand img{
    width: 80%;
}

img{
    width: 100%;
}

.nav-item{
    margin: 0 10px;
}

.nav-link{
    color: black;
    transition: .3s;
}

.nav-link:hover{
    color: #ec1e79;
}

.dropdown:hover>.dropdown-menu{
    display: block;
}

.dropdown-menu{
    border: none;
    border-radius: 0;
    background-color: rgba(255, 255, 255, .9);
    padding-top: 10px;
}

.dropdown-item:hover{
    background-color: rgba(255, 234, 244, 1);
}

/* index */
.main-v{
    margin-top: 80px;
}

.swiper img{
    width: 100%;
    height: auto;
}

.top-news{
    background-color: #ec1e79;
    padding: 20px 0;
}

.top-news .col-md-10{
    display: flex;
}

.news-scroll{
    width: 100%;
    height: 100px;
    overflow: scroll;
}

.top-news h3,.top-news th,.top-news td{
    color: white;
}

.top-news h3{
    margin-right: 70px;
}

.top-news th{
    padding-right: 20px;
}

.top-store{
    margin: 100px auto;
}

.top-title i{
    color: #ec1e79;
    border: 1px solid #ec1e79;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 24px;
    text-align: center;
}

.top-title span{
    font-family: 'Zen Maru Gothic', sans-serif;
    letter-spacing: .3em;
    border-bottom: 1px solid #ec1e79;
    margin-left: 10px;
}

.top-store-list,.top-event-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.top-store-list a,.top-event-list a{
    width: 32%;
    position: relative;
    text-decoration: none;
}

.top-store-list a img,.top-event-list a img{
    width: 100%;
}

.top-store-text,.top-event-text{
    position: absolute;
    top: 65%;
    left: 5%;
}

.top-store-text h4,.top-event-text h4{
    font-family: 'Zen Maru Gothic', sans-serif;
    background-color: white;
    color: black;
    font-size: 18px;
    padding: 5px 10px;
}

.top-store-text p{
    font-family: 'Lexend', sans-serif;
    font-weight: 100;
    background-color: white;
    color: black;
    font-size: 10px;
    padding: 5px 10px;
}

.top-event-list3 h3{
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #ec1e79;
    font-size: 16px;
    margin-top: 10px;
}

.top-event-list3 p span{
    display: block;
    font-size: 14px;
}

.top-store .view-btn,.top-new .view-btn,.top-youtube .view-btn,.top-insta .view-btn{
    margin: 30px auto;
}

.view-btn{
    background: #ec1e79;
    border: 1px solid #ec1e79;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 240px;
    padding: 10px 25px;
    color: white;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.view-btn::before{
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: black;
    transition: 0.3s;
}

.view-btn::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background-color: black;
    transition: 0.3s;
}

.view-btn:hover::before,.view-btn:hover::after{
    right: -2.5em;
}

.view-btn:hover{
    background-color: white;
    color: #ec1e79;
}

.top-event-list a p{
    color: black;
    margin-top: 5px;
}

.top-about{
    display: flex;
    margin: 100px auto;
    height: 450px;
}

.top-about figure{
    width: 50%;
    margin: 0;
    overflow: hidden;
    height: 450px;
}

.top-about img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-about-content{
    width: 50%;
    background-color: #fdf8fa;
    padding: 50px;
}

.top-about-content h3{
    font-family: 'Zen Maru Gothic', sans-serif;
    padding-bottom: 20px;
}

.top-about-content p{
    line-height: 2em;
}

.top-new-content{
    display: flex;
}

.top-new-content figure{
    width: 50%;
}

.top-new-text{
    margin-left: 30px;
}

.top-new-text h3 span{
    font-size: 16px;
    padding-left: 6px;
}

/* bg色毎回変える */
.top-new-text h4{
    background-color: #00a2e6;
    color: white;
    padding: 10px;
    font-size: 20px;
}

.top-new-text ul{
    padding-left: 0;
    list-style-type: none;
}

.top-keisai{
    background-image: url(../img/index/keisai.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    height: 500px;
    margin: 100px auto;
}

.top-keisai .container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.top-keisai h3{
    font-family: 'Zen Maru Gothic', sans-serif;
    text-align: center;
    color: white;
    font-size: 30px;
    margin-bottom: 50px;
}

.top-keisai p{
    color: white;
    line-height: 2em;
}

.top-keisai a{
    display: block;
    width: 240px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    border: 1px solid white;
    background-color: white;
    text-align: center;
    color: #ec1e79;
    text-decoration: none;
    margin: 50px auto 0 auto;
    transition: .3s;
}

.top-keisai a:hover{
    background-color: rgba(0, 0, 0, 0);
    color: white;
}

.top-youtube-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-youtube-new {
    flex: 1 1 30%;
    max-width: 30%;
}

.top-youtube-movie {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}

.top-youtube-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.top-insta,.top-line{
    margin-bottom: 100px;
}

.top-insta figure{
    margin: 30px auto;
}

.foot-contact{
    background-image: url(../img/index/contact.jpg);
    background-size: cover;
    padding: 100px 0;
}

.foot-contact h3{
    font-family: 'Zen Maru Gothic', sans-serif;
    text-align: center;
    color: white;
}

.foot-contact p{
    text-align: center;
    color: white;
}

.foot-contact-text{
    display: flex;
    justify-content: space-around;
}

.foot-contact-text a{
    background-color: #ec1e79;
    color: white;
    text-decoration: none;
    display: block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    text-align: center;
    transition: .3s;
}

.foot-contact-text a:hover{
    color: white;
    background-color: rgba(0, 0, 0, 0);
}

footer{
    background-color: #ec1e79;
    padding: 50px 0;
}

footer figure{
    text-align: center;
}

footer img{
    width: 30%;
}

.foot-sns,.foot-sitemap{
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding-left: 0;
}

.foot-sns a{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid white;
    border-radius: 50px;
    color: white;
    text-align: center;
    margin: 10px;
    transition: .3s;
}

.foot-sns a:hover{
    background-color: white;
    color: #ec1e79;
}

.foot-sitemap a{
    display: block;
    color: white;
    text-decoration: none;
    margin: 0 10px;
    transition: .3s;
}

.foot-sitemap a:hover{
    color: black;
}

.copy{
    text-align: center;
    color: white;
}

/* common-head */
.common-head .row{
    align-items: center;
    margin-top: 50px;
}

.common-head h2{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 30px;
    letter-spacing: .1em;
}

.common-head p{
    color: #eebbcb;
}

/* about */
.about-text,.about-area{
    margin: 100px 0;
}

.about-text .row{
    display: flex;
    align-items: center;
}

.about-text p{
    line-height: 2em;
}

.about-area h3,.about-keisai h3,.keisai-siyo h3,.keisai-price h3{
    background-color: #ec1e79;
    color: white;
    padding: 20px 30px;
    margin-bottom: 20px;
    font-size: 20px;
}

.about-area ul{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 20px;
}

.about-area li{
    width: 50%;
    line-height: 2em;
}

.about-area li i{
    color: #c7c7e5;
    padding-right: 10px;
}

.about-keisai{
    margin-bottom: 100px;
}

/* information */
.info-title{
    text-align: center;
    margin-top: 50px;
}

.info-title a{
    font-family: 'Zen Maru Gothic', sans-serif;
    display: block;
    width: 450px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    font-size: 30px;
    text-align: center;
    border: 1px solid #ec1e79;
    color: #ec1e79;
    border-radius: 40px;
    text-decoration: none;
    transition: .3s;
}

.info-title a i{
    margin-left: 10px;
    transition: .3s;
}

.info-title a:hover{
    background-color: #ec1e79;
    color: white;
}

.info-food-category,.info-salon-category,.info-company-category{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 50px 0;
}

.info-food-category a,.info-salon-category a,.info-company-category a{
    width: 45%;
    margin: 30px 0;
    text-decoration: none;
    background-color: white;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    transition: .3s;
}

.info-food-category a:hover,.info-salon-category a:hover,.info-company-category a:hover{
    box-shadow: none;
}

.info-food-category a p,.info-salon-category a p,.info-company-category a p{
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #ec1e79;
    margin: 0 10px 10px 10px;
    font-size: 24px;
    border-left: 5px solid #ec1e79;
    padding-left: 10px;
}

.info-food-category img,.info-salon-category img,.info-company-category img{
    transition: .3s;
    padding: 10px;
}

.info-food-category a:hover img,.info-salon-category a:hover img,.info-company-category a:hover img{
    opacity: 70%;
}

.info-jump{
    margin: 50px 0;
}

.info-jump h3{
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #ec1e79;
    text-align: center;
}

.info-jump-btn{
    background-color: #ec1e79;
    padding: 20px;
    margin: 0 auto;
}

.info-jump-btn ul{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    justify-content: space-evenly;
    margin: 0;
}

.info-jump-btn li{
    margin: 5px 20px;
    width: 25%;
}

.info-jump-btn li a{
    text-decoration: none;
    color: white;
}

.info-jump-btn li a:hover{
    text-decoration: underline wavy;
}

.info-jump-btn i{
    padding-right: 10px;
}

.info-link .col-md-12{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-link .col-md-12::after{
    content: "";
    display: block;
    width: 30%;
}

.info-content{
    width: 30%;
    margin: 20px 0;
}

.info-content h4{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 18px;
    margin-top: 10px;
    border-bottom: 1px solid #888888;
    padding-bottom: 10px;
}

.info-content p{
    font-size: 14px;
    color: #eebbcb;
}

.info-content img{
    transition: .3s;
}

.info-content a:hover img{
    opacity: 80%;
}

.food-title{
    margin: 50px 0;
}

.food-title h3{
    font-family: 'Zen Maru Gothic', sans-serif;
    text-align: center;
    color: #ec1e79;
}

.food-title h3 i{
    padding-right: 10px;
}

#restaurant,#tavern,#chinese,#yakiniku,#cafe,#etc{
    padding-top: 100px;
    margin-top: -100px;
}

/* information 詳細 */
.info-gr{
    margin: 50px auto;
}

.info-gr hr{
    border: 1px solid #dddddd;
}

.info-text{
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}

.info-text-l,.info-text-r{
    width: 48%;
}

.info-text-l h3,.info-text-r-ul h3{
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #ec1e79;
    margin-bottom: 20px;
    font-size: 22px;
}

.info-text-l h3 span{
    display: block;
    color: #6c2735;
    font-size: 18px;
    padding-top: 5px;
}

.info-text-l ul,.info-text-r-ul ul{
    list-style-type: none;
    padding-left: 0;
}

.info-text-l li,.info-text-r-ul li{
    margin: 10px 0;
    border-bottom: 1px solid silver;
    padding-bottom: 10px;
}

.info-text-l li i,.info-text-r-ul li i{
    padding-right: 10px;
}

.map{
    margin-top: 50px;
}

.info-back a{
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    background-color: #ec1e79;
    border: 1px solid #ec1e79;
    color: white;
    transition: .3s;
}

.info-back a:hover{
    background-color: white;
    color: #ec1e79;
}

/* keisai insert */
.keisai-annai{
    margin: 100px 0;
}

.keisai-annai .row{
    font-family: 'Zen Maru Gothic', sans-serif;
    align-items: center;
}

.keisai-annai h3{
    background-color: #ec1e79;
    padding: 10px;
    color: white;
    font-size: 24px;
}

.keisai-annai dt{
    border-left: 3px solid black;
    padding-left: 5px;
}

.annai1{
    font-size: 24px;
    margin-top: 20px;
}

.annai2{
    font-size: 46px;
    font-weight: bold;
    color: #ec1e79;
}

.annai2 span{
    color: black;
    font-size: 18px;
    margin-left: 5px;
}

.annai3{
    font-size: 18px;
}

.annai4{
    font-size: 30px;
    color: #ec1e79;
}

.annai4 span{
    color: black;
    font-size: 14px;
    margin-left: 5px;
}

.keisai-waku{
    background-color: #fdf8fa;
    padding: 20px;
}

.keisai-waku-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.keisai-page{
    width: 30%;
    margin: 10px;
}

.keisai-price{
    margin: 100px 0;
}

.keisai-price table{
    width: 100%;
}

.keisai-price th,.keisai-price td{
    padding: 20px;
    border-bottom: 1px solid #c7c7e5;
}

.keisai-price td{
    text-align: right;
}

.keisai-price p{
    text-align: center;
    margin-top: 10px;
}

.baitai a{
    display: block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    background-color: #ec1e79;
    text-align: center;
    text-decoration: none;
    color: white;
    margin: 0 auto;
    border: 1px solid #ec1e79;
    border-radius: 30px;
    transition: .2s;
}

.baitai a:hover{
    background-color: white;
    color: #ec1e79;
}

/* backnumber */
.bn-content{
    margin: 50px 0;
}

.bn-content h3{
    background-color: #ec1e79;
    color: white;
    padding: 20px;
    margin: 50px auto;
}

.bn-list ul{
    display: flex;
    list-style-type: none;
    padding-left: 0;
}

.bn-list li{
    width: 25%;
    margin: 0 10px;
}

.bn-old{
    display: flex;
}

.bn-old .bn-2010{
    width: 55%;
    margin-right: 10px;
}

.bn-old .bn-2010 .bn-list li{
    width: 50%;
}

.bn-old .bn-sn .bn-list li{
    width: 45%;
}

/* location */
.loca-list .col-md-12{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
}

.loca-list .col-md-12 div{
    width: 40%;
    margin: 30px;
    padding: 20px;
    background-color: white;
    box-shadow: 00px 6px 20px 0px rgba(0, 0, 0, 0.15);
}

.loca-list .col-md-12 div a{
    text-decoration: none;
    text-align: center;
    color: #ec1e79;
    transition: .2s;
}

.loca-list .col-md-12 div a:hover{
    color: #eebbcb;
}

.loca-list .col-md-12 div p{
    line-height: 1.5em;
    margin-top: 10px;
}

.loca-list .col-md-12 div a i{
    padding-right: 10px;
}

.loca-list-content table{
    width: 100%;
    margin: 50px 0;
}

.loca-list-content th,.loca-list-content td{
    padding: 20px 0;
    border-bottom: 1px solid black;
}

.loca-list-content th{
    width: 40%;
}

.loca-list-content td{
    width: 60%;
}

/* contact */
.contact-title{
    margin: 20px 0;
}

.contact-title p{
    text-align: center;
}

.contact-title ul{
    padding-left: 0;
    list-style-type: none;
    background-color: #ec1e79;
    color: white;
    padding: 20px;
}

.contact-title li a{
    color: white;
}

.contact-tel,.contact-mail{
    margin: 20px 0;
}

.contact-mail h3,.contact-tel h3{
    font-family: 'Zen Maru Gothic', sans-serif;
    border-bottom: 2px solid #ec1e79;
    color: #ec1e79;
    padding-bottom: 10px;
}

.contact-tel .telnumber{
    font-size: 40px;
    font-weight: bold;
}

.form-group{
    margin: 20px 0;
}

.form-group .label{
    border-left: 2px solid #ec1e79;
    padding-left: 5px;
    margin-bottom: 10px;
}

.form-group .label span{
    font-size: 12px;
    color: red;
    padding-left: 10px;
}

.btn{
    background-color: #ec1e79;
    color: white;
    width: 200px;
    border-radius: 40px;
    transition: .3s;
}

.btn:hover{
    background-color: #fdf8fa;
    color: black;
}

/* privacypolicy */
.pripoli{
    margin: 50px 0;
}

.pripoli-text{
    margin: 10px 0;
}

.pripoli-text h3{
    font-size: 20px;
    border-bottom: 1px solid #ec1e79;
    padding-bottom: 10px;
    font-weight: bold;
    color: #ec1e79;
}

.pripoli-text ul{
    padding-left: 0;
    list-style-type: none;
}

/* sitemap */
.sitemap{
    margin: 50px 0;
}

.sitemap ul{
    padding-left: 0;
    list-style-type: none;
}

.sitemap li{
    margin: 10px 0;
}

.sitemap a{
    color: #ec1e79;
    transition: .2s;
}

.sitemap a:hover{
    color: #eebbcb;
}

.sitemap a i{
    padding-right: 5px;
}

.sitemap-loca{
    display: flex;
}

.sitemap-loca li{
    margin: 10px;
}