@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;600&display=swap');
body,*{background: #EFEFEF;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
a{color:#707070;}
.font-f{font-family: 'Outfit', sans-serif;}

@media screen and (min-width: 1025px){
    #warapper{
        margin-left: calc((100vw - 1000px) / 2 );
        width: 1000px;
    }
}

#head_link{
    display: flex;
    flex-wrap: wrap;
}
#head_link li{
    margin-right: 15px;
    font-size: 13px;
    line-height: 1.25em;
}
#head_link li a{
    text-decoration: underline;
}

#main{
    padding: 30px;
    overflow: hidden;
}
.main_slider img{max-width: 100%;}
/****************************************/
header{
    margin-bottom: 20px;
    padding: 0 30px;
}
header h1{
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    transform: translateY(-8px);
}
header h1 span{font-size: 14px;}
header h1 span::after {
	content: "\A" ;
	white-space: pre ;
}
header h1 a{color: #3B1278;}
/****************************************/
.heading{
    margin: 20px 0;
    min-height: 52px;
    position: relative;}
.heading h1{
    position: absolute;
    bottom: 3px;
    left: 0;}
.heading p{
    position: absolute;
    bottom: 0;
    right: 0;
    
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    color: #B9A4D9;
}
.heading .line{
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100vw;
    height: 25px;
    background: #fff;
    transform: translateX(-30px);
}
/****************************************/
.news_box{
    padding: 15px;
    border:3px solid #5A19BC;
    border-radius: 20px;
}
.news_list{
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom:3px solid #5A19BC;
    margin-bottom: 20px;
}
.news_list h1{
    font-size: 16px;
}
.news_list h1 a{
    color: #5A19BC;
    font-weight: bold;
}
.news_day{
    font-size: 11px;
    color: #707070;
}

.more_button{
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.more_button a{
    padding: 5px;
    width: 100%;
    display: block;
    background: #5A19BC;
    color: #fff;
    border-radius: 15px;
}
/****************************************/
#shop{
    width: 100%;
}
.shop_list{
    margin-bottom: 20px;
    display: flex;
}
.shop_list h2 img{
    margin-right: 20px;
    width: 100px;
    height: 100px;
    background: #707070;
}
.shop_list .banner{
    padding: 3px 10px;
    width: calc(100vw - 197px);
    background: #4F1D9B;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.shop_list h3{
    padding: 10px 0;
    font-size: 15px;
    font-weight: bold;
}
.shop_list h3 a{
    color: #4B4B4B;}
.shop_list p{
    color: #4B4B4B;
    font-size: 10px;
    line-height: 1.25em;
}

/****************************************/
#shop_head{
    margin-bottom: 20px;
    position: relative;}
#shop_head h1{
    padding-top: 48px;
    font-size: 25px;
    font-weight: bold;
    color: #4F1D9B;
}
#shop_head img{
    width: 100%;
    height: auto;
}
.shop_bg{
    position: absolute;
    bottom: 45px;
    left: -30px;
    width: 100vw;
    height: 55px;
    background: #4F1D9B;
    z-index: -1;
}

#info > ul,#access > p{
    color: #4B4B4B;
    font-size: 15px;
line-height: 1.5em;}
#info > ul{
    display: flex;
    margin-bottom: 8px;
}
#info > ul > li:nth-of-type(2n){
    margin-left: 15px;
}
.google-maps iframe{
    margin-top: 30px;
    width: 100vw !important;
    height: 350px !important;
    transform: translateX(-30px);
}


#machine_list{
    margin-top: 60px;
}
#machine_list h2{
    padding: 10px 20px;
    color: #5A19BC;
    border: 2px solid #5A19BC;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
}
#machine_list h2,
#machine_list ul{
    margin-bottom: 20px;}
#machine_list ul li{
    margin-bottom: 10px;
    padding-bottom: 3px;
    padding-right: 20%;
    
    position: relative;
    
    line-height: 1.5rem;
    border-bottom: 1px solid #ccc;
}
#machine_list ul li span{
    display: block;
    position: absolute;
    right: 0;
    bottom: 2px;
}


/**/
#note h1{
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.25em;
}
#note p{
    margin-bottom: 15px;
    font-size: 15px;
    color: #333;
    line-height: 1.5em;
}
#note p.day{
    margin-top: 15px;
    text-align: right;
}
#note dl{
    margin-bottom: 15px;
    padding: 15px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    color: #333;
}
#note dl dt{
    font-size: 13px;
    font-weight: bold;
}
#note dl dd{
    padding-top: 10px;
}
#note img{
    max-width: 100%;
}