/* ==========================================================================
   
message SECTION

========================================================================== */
.message {
	font-family: "Kaisei Opti", serif;
font-weight: 700;
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.5em;
    padding-bottom: 3%;
    color: #912a7d;
    text-align: center;
}
.message_cap {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    color: #912a7d;
	font-family: "Kaisei Opti", serif;
    font-weight: 700;
}
.message_txt {
    text-align: center;
	font-family: "Kaisei Opti", serif;
    font-weight: bold;
	font-size: 16px;
    font-size: 1.6rem;
}
@media screen and (max-width:768px) {
.message {
	font-family: "Kaisei Opti", serif;
font-weight: 700;
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 1.5em;
    padding-bottom: 5%;
    color: #912a7d;
    text-align: center;
}
	
.message_cap {
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    color: #912a7d;
	font-family: "Kaisei Opti", serif;
    font-weight: 700;
	padding-bottom: 3%;
}	
	
}

/* ==========================================================================
   
SHOP LIST SECTION

========================================================================== */
.slider_shop{
padding-top: 7%;
padding-bottom: 3%;
}
.slider_shop li{
text-align: center;
margin-left: 0.5%;
margin-right: 0.5%;	
}
.boxslick img{
border-top-left-radius: 40px;
border-top-right-radius: 40px;
width: 100%;
}

.slick_shop_ttl{
font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
padding-top: 3%;
padding-bottom: 3%;
width: 100%;
text-align: center;	

}
@media screen and (max-width:768px) {

.slider_shop li{
text-align: center;
margin-left: 0.5%;
margin-right: 0.5%;
}	
	
.boxslick img{
border-top-left-radius: 40px;
border-top-right-radius: 40px;
width: 100%;	
	
}
}	


.btnbox6{
    margin-top: 4%;
    padding-bottom: 3%;
    display: block;
}
.btnbox6 .btn {
    display: inline-block;
    padding: 0;
     font-size: 1.5rem;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    padding: 0;
    line-height: 70px;
    position: relative;
    color: #fefefe;
    border: #912a7d 2px solid;
    width: 400px;
    font-weight: bold;
    margin-bottom: 0%;
    margin-right: 0%;
    background-color: #912a7d;
	border-radius: 30px;
}
.btnbox6 .btn:after {
    font-family: 'themify';
    content: "\e628";
    font-size: 9px;
    font-style: normal;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 1;
    line-height: 70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btnbox6.btnSmall {
    line-height: 70px;
}
.btnbox6 .btnSmall:after {
    line-height: 70px;
}
.btnbox6 .btn:hover {
    color: #fff;
    border: #862973 2px solid;
    background-color: #862973 !important;
}
.btnbox6 .btn:hover:after {
    color: #ffffff;
    border: #862973;
    right: 10px;
}

@media screen and (max-width: 738px) {
.btnbox6 {
        margin-top: 10%;
        padding-bottom: 3%;
        display: block;
        width: 100% !important;
    }
.btnbox6 .btn {
        display: inline-block;
        padding: 0;
        font-size: 13px;
        text-decoration: none;
        text-align: center;
        padding: 0;
        line-height: 50px;
        position: relative;
        color: #fefefe;
        border: #912a7d 2px solid;
        font-weight: bold;
        margin-bottom: 1%;
        margin-right: 1%;
        margin-bottom: 5%;
        width: 100% !important;
    }
.btnbox6 .btn:after {
        font-family: 'themify';
        content: "\e628";
        font-size: 9px;
        font-style: normal;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 0;
        right: 5%;
        z-index: 1;
        line-height: 80px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .btnbox6.btnSmall {
        line-height: 50px;
    }
    .btnbox6 .btnSmall:after {
        line-height: 50px;
    }
    .btnbox6 .btn:hover {
        color: #fffff;
        border: #862973 2px solid;
    }
    .btnbox6 .btn:hover:after {
        color: #912a7d;
        border: #862973;
        right: 10px;
    }	
}







/* ==========================================================================
   
MENU SECTION

========================================================================== */



.menus {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0%;
}
.menus:after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
}
.menu{
    width: 30%;
    margin-bottom: 3%;
}
.menu img {
    width: 100%;
    margin-bottom: 5%;
}




.menu_ttl {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.5em;
    padding-bottom: 3%;
    color: #912a7d;
   font-family: "Kaisei Opti", serif;
	font-weight: 700;
}
.menu_subttl {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5em;
    padding-bottom: 1%;
    color: #912a7d;
}
.menu_cap {
    font-size: 13px;
    font-size: 1.3rem;
    color: #912a7d;
    font-weight: bold;
}
.menu_txt {
}


@media screen and (max-width: 768px) {
    .menus {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .menus:after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
    }
    .menu {
        width: 100%;
        margin-bottom: 15%;
		text-align: center;
    }
    .menu_img {
        margin-bottom: 3%;
    }
	.menu img {
    width: 100%;
    margin-bottom: 1%;
}
	
	
.menu_ttl {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.3em;
    padding-bottom: 3%;
    color: #912a7d;
   font-family: "Kaisei Opti", serif;
	font-weight: 700;
	text-align: center;
}
.menu_subttl {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    padding-bottom: 1%;
    color: #912a7d;
}
.menu_cap {
    font-size: 13px;
    font-size: 1.3rem;
    color: #912a7d;
    font-weight: bold;
}
.menu_txt {

}	
	
	
}



.atm_txt{
font-family: "Kaisei Opti", serif;
}

