@charset "UTF-8";

/*-----------------------------------

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
    font-size: 1.4em;
	color: #000000;
    line-height: 1.8em;
	letter-spacing:0.05em;
	font-weight: 400;
	background: #fff;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.contents_inner{
	width: 1000px;
	margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
    color: #000000;
	text-decoration:none;
    cursor: pointer;
}
a:hover {
	color:#b94047;
	text-decoration:none;
}
.sp{
	display:none;
}
.pc{
	display:block;
}
.left{
	float: left;
}
.right{
	float: right;
}
@media screen and (max-width: 1000px) {
	.contents_inner{
		width: 95%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 840px) {
}
@media screen and (max-width: 640px) {
	body {
		font-size: 14px;
		font-size: 1.4em;
		line-height: 1.6em;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
    .pc{
		display:none;
	}
	.sp{
		display:block;
	}
}
@media(min-width: 640px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*-----------------------------------

	header

-----------------------------------*/
#header {
    background: #3e3a39;
    border-top: 10px solid #b94047;
    color: #fff;
    padding: 10px 0;
}
#header .contents_inner {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
#header .left {
    width: 50%;
    display:-webkit-box;
  	display:-ms-flexbox;
	justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#header .left h1{
    width: 40%;
    margin-right: 5%;
}
#header .left .contact{
    width: 55%;
}
#header .left .contact .tel{
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
#header .left .contact .tel::before{
    content: '\f87b';
    font-size: 30px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
}
#header .left .contact .time{
    font-size: 10px;
    letter-spacing: 0;
}
#header .left .contact .time dt{
    width: 50px;
    float: left;
    clear: both;
}
#header .left .contact .time dd{
    padding-left: 50px;
}
#header .right {
    width: 50%;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#header .right ul {
    display: block;
    margin: 0 0 0 auto;
}
#header .right ul li{
    float: left;
    margin-right: 10px;
}
#header .right ul li a{
    color: #fff;
}
#header .right ul li a.entry::before{
    content: '\f007';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-right: 5px;
}
#header .right ul li a.mypage::before{
    content: '\f2f6';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-right: 5px;
}
#header .right ul li a.cart::before{
    content: '\f07a';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-right: 5px;
}
#header .sp_area {
    display: none;
}
nav ul {
    padding: 20px 0;
}
nav ul li {
    float: left;
    width: 20%;
    border-right: 1px solid #000;
}
nav ul li:first-child{
    border-left: 1px solid #000;
}
nav ul li a{
    display: block;
    font-size: 16px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    padding: 10px;
}
@media screen and (max-width: 1000px) {
    #header .left .contact .tel{
        font-size: 2.5vw;
    }
}
@media screen and (max-width: 840px) {
    #header .left {
        width: 100%;
    }
    #header .left h1{
        width: 195px;
        margin-right: 15px;
    }
    #header .left .contact .tel::before{
        font-size: 3vw;
    }
    #header .right {
        display: none;
    }
    #header .sp_area {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -webkit-box-pack: end;
    	-ms-flex-pack: end;
    	justify-content: flex-end;
        -webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
        width: 25%;
    }
    #header .header-search {
        position: absolute;
        top: 0;
        right: 0;
    }
    #header .header-search-form {
        position: relative;
    }
    #header .header-search input[type="text"] {
        font-size: 14px;
        line-height: 35px;
        display: inline-block;
        width: 240px;
        height: 37px;
        background-color: rgb(245, 245, 245);
        padding: 0px 60px 0px 20px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(220, 220, 220);
        border-image: initial;
        border-radius: 19px;
        outline: none 0px;
    }
    #header .header-search-form-btn {
        line-height: 37px;
        position: absolute;
        top: 0px;
        right: 0px;
        display: inline-block;
        width: 48px;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        overflow: hidden;
        padding: 0px;
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial;
        border-radius: 0px 19px 19px 0px;
        background: none rgb(228, 228, 228);
    }
    #header .search-btn {
        vertical-align: middle;
        padding: 8px 10px;
    }
    #header .header-search-form {
        width: 240px;
        margin: 0 auto;
    }
    #header .header-search-sp {
        display: inline-block;
        width: 22px;
    }
    #header .header-search-sp i {
        font-size: 24px;
        color: #fff;
    }
    #header .header-menu-sp {
        display: inline-block;
        width: 28px;
        float: left;
    }
    #header .header-menu-sp i{
        font-size: 24px;
        color: #fff;
    }
    #header .header-search.jq-show {
        display: block;
    }
    #header .header-search {
        position: absolute;
        z-index: 999;
        top: 108px;
        right: 0px;
        left: 0px;
        display: none;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 15px 0px;
    }
    nav ul li a{
        font-size: 12px;
        letter-spacing: 0;
        padding: 5px;
    }

}
@media screen and (max-width: 640px) {
    #header {
        border-top: 5px solid #b94047;
        margin-bottom: 20px;
    }
    #header .left h1{
        width: 100px;
        margin-right: 15px;
    }
    #header .left .contact {
        display: none;
    }
    #header .header-search {
        top: 65px;
    }
    nav {
        display: none !important;
    }

}
/*-----------------------------------

	contents

-----------------------------------*/
#contents {
}
/*-- main-image --*/
#main-image {
    margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
    #main-image {
        margin-bottom: 30px;
    }
}
/*-- top-season --*/
#top-season {
    margin-bottom: 50px;
}
#top-season .ttl h2{
    background: url(https://image.raku-uru.jp/01/7331/54/title_bg_m_1583474203287.png) no-repeat left center, url(https://image.raku-uru.jp/01/7331/54/title_bg_m_1583474203287.png) no-repeat right center;
    background-size: 35%, 35%;
    text-align: center;
    font-size: 24px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 30px;
}
#top-season .product-list {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
#top-season .product-list .product-list-item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px;
    /* position: relative; */
}
/* #top-season .product-list .product-list-item .badge {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0.2em 0.3em;
  z-index: 9999;
  transition: all .5s;
}
#top-season .product-list .product-list-item:hover .badge {
  opacity: 0.8;
}
#top-season .product-list .product-list-item .badge19321 {
  background: #b94047;
  color: #fff;
} */
#top-season .product-list .product-list-item a{
    transition: all 0.5s;
    display: block;
}
#top-season .product-list .product-list-item a:hover{
    opacity: 0.8;
}
#top-season .product-list .product-list-item:nth-child(3n){
    margin-right: 0;
}
#top-season .product-list .product-list-item .product-list-photo{
    margin-bottom: 10px;
    position: relative;
}
#top-season .product-list .product-list-item img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    box-shadow:0px 0px 3px 0px #000000;
}
#top-season .product-list .product-list-item .product-list-name {
    font-size: 16px;
    font-weight: 700;
}
#top-season .product-list .product-list-item .product-list-price {
    font-size: 16px;
}
@media screen and (max-width: 1000px) {
    #top-season .product-list .product-list-item img{
        height: 38vw;
    }
}
@media screen and (max-width: 640px) {
    #top-season {
        margin-bottom: 30px;
    }
    #top-season .ttl h2{
        background: url(https://image.raku-uru.jp/01/7331/52/title_bg_s_1583474202759.png) no-repeat left center, url(https://image.raku-uru.jp/01/7331/52/title_bg_s_1583474202759.png) no-repeat right center;
        background-size: 30%, 30%;
        text-align: center;
        font-size: 18px;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        margin-bottom: 30px;
    }
    #top-season .product-list .product-list-item {
        width: 48%;
        margin-right: 4%;
    }
    #top-season .product-list .product-list-item:nth-child(3n){
        margin-right: 4%;
    }
    #top-season .product-list .product-list-item:nth-child(2n){
        margin-right: 0;
    }
    #top-season .product-list .product-list-item img{
        height: auto;
    }
    #top-season .product-list .product-list-item .product-list-name {
        font-size: 14px;
    }
    #top-season .product-list .product-list-item .product-list-price {
        font-size: 14px;
    }
}
/*-- banner_area --*/
#banner_area {
    margin-bottom: 50px;
}
#banner_area ul li {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
}
#banner_area ul li:nth-child(2n) {
    margin-right: 0;
}
#banner_area ul li a {
    transition: all 0.5s;
}
#banner_area ul li a:hover{
    opacity: 0.8;
}
@media screen and (max-width: 640px) {
    #banner_area {
        margin-bottom: 30px;
    }
    #banner_area ul li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    #banner_area ul li img{
        width: 100%;
    }
}
/*-----------------------------------

	main-contents

-----------------------------------*/

#main-contents {
    float: right;
    width: 760px;
    padding-bottom: 50px;
}
@media only screen and (max-width: 1080px) {
    #main-contents {
        width: 70%;;
    }
}
@media only screen and (max-width: 840px) {
    #main-contents {
        float: none;
        width: 100%;
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 640px) {
}

#top-newarrival, #top-recommend, #top-hotselling, #top-720ml, #top-1800ml {
    margin-bottom: 50px;
}
#main-contents .ttl h2{
    background: url(https://image.raku-uru.jp/01/7331/53/title_bg_l_1583474203062.png) no-repeat right center;
    background-size: 75%;
    font-size: 24px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 30px;
}
#main-contents.special .ttl h2 {
  background-position: 320px;
}
#main-contents.privacy .ttl h2 {
  background-position: 220px;
}
#main-contents .wysiwyg-data .ttl h2 {
  background-position: 220px;
}
#main-contents .product-list {
    margin: 0 auto;
    background: #fff;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#main-contents .product-list .product-list-item{
    width: 23.5%;
    margin-right: 2%;
    font-size: 10px;
    margin-bottom: 20px;
    position: relative;
}
/* #main-contents .product-list .product-list-item .badge {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0.2em 0.3em;
  z-index: 9999;
  transition: all .5s;
}
#main-contents .product-list .product-list-item:hover .badge {
  opacity: 0.8;
}
#main-contents .product-list .product-list-item .badge19321 {
  background: #b94047;
  color: #fff;
} */
#main-contents .product-list .product-list-item a{
    transition: all 0.5s;
    display: block;
}
#main-contents .product-list .product-list-item a:hover{
    opacity: 0.8;
}
#main-contents .product-list .product-list-item:nth-child(4n){
    margin-right: 0;
}
#main-contents .product-list .product-list-item .product-list-photo img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
#main-contents .product-list .product-list-item .product-list-name {
    font-size: 14px;
    font-weight: 700;
}
#main-contents .product-list .product-list-item .product-list-price {
    font-size: 14px;
}
@media only screen and (max-width: 640px) {
    #main-contents {
        margin-bottom: 30px;
    }
    #main-contents .ttl h2{
        background: url(https://image.raku-uru.jp/01/7331/52/title_bg_s_1583474202759.png) no-repeat right center;
        background-size: 55%;
        font-size: 18px;
        margin-bottom: 20px;
    }
    #main-contents.special .ttl h2 {
      background-position: 240px;
    }
    #main-contents.privacy .ttl h2 {
      background-position: 170px;
    }
    #main-contents .product-list .product-list-item{
        width: 48%;
        margin-right: 4%;
    }
    #main-contents .product-list .product-list-item:nth-child(2n){
        margin-right: 0;
    }
    #main-contents .product-list .product-list-item .product-list-photo img{
        height: auto;
    }
}
/*-- detail --*/
#details {
    border: 5px solid #c1c1c1;
    padding: 20px;
    margin-bottom: 50px;
}
#details .details_box {
    border-bottom: 1px dotted #c1c1c1;
    padding: 20px 0;
}
#details .details_box:first-child {
    padding-top: 0;
}
#details .details_box:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
#details .details_box h3{
    font-size: 18px;
    margin-bottom: 10px;
}
#details .details_box h3::before{
    content: "■";
    font-size: 20px;
}
#details .details_box ul {
    padding-left: 5px;
    margin-bottom: 10px;
}
#details .details_box ul li {
    list-style: disc inside;
    padding-left: 1.5em;
    text-indent: -1.5em;
}
#details .details_box strong.red{
    font-weight: 400;
    color: #b94047;
}
#details .details_box p {
    margin-bottom: 10px;
}
#details .details_box table caption {
    text-align: left;
    font-weight: 700;
}
#details .details_box table.postage th{
    border: 1px solid #c1c1c1;
    background: #e0e0e0;
    padding: 10px;
    font-size: 11px;
    font-weight: 400;
}
#details .details_box table.postage th.item01{
    width: 30%;
}
#details .details_box table.postage th.item02{
    width: 15%;
}
#details .details_box table.postage th.item03{
    width: 15%;
}
#details .details_box table.postage th.item04{
    width: 40px;
}
#details .details_box table.postage td{
    border: 1px solid #c1c1c1;
    padding: 10px;
    font-size: 11px;
}
#details .details_box table.postage tr td:nth-child(2),
#details .details_box table.postage tr td:nth-child(3){
    text-align: center;
}
#details .details_box a {
    text-decoration: underline;
}
#details .details_box table.salesmanager {
    width: 100%;
}
#details .details_box table.salesmanager th{
    border: 1px solid #c1c1c1;
    background: #e0e0e0;
    padding: 10px;
    font-size: 11px;
    font-weight: 400;
    text-align: left;
    width: 40%;
}
#details .details_box table.salesmanager td{
    border: 1px solid #c1c1c1;
    padding: 10px;
    font-size: 11px;
    width: 60%;
}
@media only screen and (max-width: 640px) {
    #details .details_box h3{
        font-size: 16px;
        margin-bottom: 10px;
    }
    #details .details_box h3::before{
        content: "■";
        font-size: 18px;
    }
    #details .details_box table.salesmanager th,
    #details .details_box table.salesmanager td{
        display: block;
        width: 100%;
        border-bottom: none;
    }
    #details .details_box table.salesmanager{
        border-bottom: 1px solid #c1c1c1;

    }
}
.note {
    text-align: center;
}
/*-----------------------------------

	side

-----------------------------------*/
#side {
	float: left;
	width: 200px;
	padding-bottom: 50px;
}
.gnav-sp {
	display: none;
}
#side .header-search {
    margin-bottom: 30px;
}
#side .header-search-form {
    position: relative;
}
#side .header-search input[type="text"] {
    font-size: 14px;
    line-height: 35px;
    display: inline-block;
    width: 100%;
    height: 37px;
    background-color: rgb(245, 245, 245);
    padding: 0px 60px 0px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(220, 220, 220);
    border-image: initial;
    border-radius: 19px;
    outline: none 0px;
}
#side .header-search-form-btn {
    line-height: 37px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    width: 48px;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    overflow: hidden;
    padding: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 0px 19px 19px 0px;
    background: none rgb(228, 228, 228);
}
@media only screen and (max-width: 1080px) {
    #side {
        width: 26%;
    }
}
@media only screen and (max-width: 840px) {
    #side {
		float: none;
		width: 100%;
		padding-bottom: 0;
	}
    .gnav-sp {
    	display: block;
    }
    #side .header-search {
        display: none;
    }
}
@media only screen and (max-width: 640px) {
}
/* category-nav */

.category-nav {
	margin-bottom: 38px;
}
.category-nav .menu-nav ul {
    background: #b94047;
}
.category-nav .menu-nav ul li {
    float: left;
    width: 33.3%;

}
.category-nav .menu-nav ul li a {
    color: #fff;
    padding: 20px;
    text-align: center;
    display: block;
}
.category-nav .menu-nav ul li a.entry::before {
    content: '\f007';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-right: 5px;
}
.category-nav .menu-nav ul li a.mypage::before {
    content: '\f2f6';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-right: 5px;
}
.category-nav .menu-nav ul li a.cart::before {
    content: '\f07a';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-right: 5px;
}

.category-nav > ul > li {
	line-height: 1;
	margin-bottom: 15px;
	color: #333;
    letter-spacing: 0;
}

.category-nav > ul > li>div,
.category-nav > ul > li > a {
	margin-bottom: 10px;
}
.category-nav > ul > li>div.title-area {
    line-height: 1;
    background: url(https://image.raku-uru.jp/01/7331/52/title_bg_s_1583474202759.png) no-repeat bottom;
    background-size: contain;
    padding-bottom: 20px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
}
.category-nav > ul > li>div.title-area p {
    font-size: 16px;
}
.category-nav > ul > li>div.title-area span {
    font-size: 9px;
}
.category-nav > ul li a {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 5px;
}

.category-nav > ul li a:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #b94047;
    border-right: solid 1px #b94047;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -4px;
}
.category-nav-l2 {
    padding-bottom: 35px;
}
.category-nav-l2 > li {
	font-size: 12px;
	overflow: hidden;
	border-bottom: #d8d8d8 dotted 1px;
}
.category-nav-l2 > li > a {
	line-height: 50px;
	height: 50px;
	margin-right: 15px;
}

.category-nav-l2 li a p {
	overflow: hidden;
	height: 40px;
    display: inline-block;
}

.nav-close {
	display: none;
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 840px) {
    .nav-open {
        overflow: hidden;
    }
	.category-nav {
		position: fixed;
		z-index: 9999;
		top: 0;
		right: -96%;
		overflow: scroll;
		width: 96%;
		height: 100%;
		margin-bottom: 38px;
		padding-bottom: 0;
		-webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
				transition: right .6s cubic-bezier(.19, 1, .22, 1);
		background-color: #fff;
	}
	.nav-open .category-nav {
		right: 0;
	}
    .category-nav > ul > li>div.title-area {
        line-height: 1;
        background: none;
        padding: 15px 0;
        margin-bottom: 0;
    }
    .category-nav > ul > li>div.title-area p{
        font-size: 18px;
    }
    .category-nav > ul > li>div.title-area span{
        font-size: 12px;
    }
    .category-nav .menu-nav ul li a {
        padding: 14px;
        font-size: 10px;
    }
	.category-nav > ul {
        border-top: 1px solid #fff;
	}
	.category-nav > ul > li {
		font-size: 18px;
		line-height: 1;
		margin-bottom: 0;
		color: #333;
		border-bottom: #e3e3e3 solid 1px;
	}
	.category-nav > ul > li>div,
	.category-nav > ul > li > a {
		margin-bottom: 12px;
	}
	.category-nav > ul li a {
		position: relative;
		display: block;
		width: 100%;
	}
	.category-nav > ul li a:after {
		content: '';
	}
	.category-nav > ul > li > a>p,
	.category-nav > ul > li > div>p {
		font-size: 16px;
		display: inline;
		margin-right: 5px;
	}
	.category-nav > ul > li span {
		font-size: 12px;
		display: inline-block;
	}
	.category-nav > ul li .category-nav-l2 > li {
		font-size: 14px;
		border-top: #d0d0d0 dotted 1px;
	}
	.category-nav > ul li .category-nav-l2 > li > a {
	}
	.category-nav > ul li .category-nav-l3 > li {
		font-size: 14px;
		border-top: #d0d0d0 dotted 1px;
	}
	.category-nav > ul li .category-nav-l3 > li > a {
		text-indent: 15px;
	}
	.nav-close {
		font-size: 10px;
		display: block;
		background-color: #eee;
	}
	.nav-close a {
		line-height: 40px;
		position: relative;
		display: block;
		height: 40px;
		padding-left: 40px;
	}
	.nav-close a:before {
		position: absolute;
        content: '\f00d';
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
		display: block;
		width: 20px;
		height: 20px;
        top: 0;
        left: 10px;
        font-size: 20px;
	}
}

/* schedule-area */
.schedule-area {
	width: 100%;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.schedule-area .title-area{
    line-height: 1;
    background: url(https://image.raku-uru.jp/01/7331/52/title_bg_s_1583474202759.png) no-repeat bottom;
    background-size: contain;
    padding-bottom: 20px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
}
.schedule-area div.title-area p{
    font-size: 16px;
}
.schedule-area div.title-area span {
    font-size: 9px;
}
.schedule-area .calendar-area {
    background: #fff;
    margin: 15px;
    padding: 15px 10px 5px;
    text-align: center;
}
.schedule-area h4 {
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	display: inline-block;
	width: 102px;
	height: 22px;
	margin-bottom: 15px;
	text-align: center;
	color: #fcfcfc;
	border-radius: 11px;
	background-color: #3e3a39;
}

.schedule {
	margin-bottom: 15px;
	border-bottom: #d0d0d0 dotted 1px;
}

.schedule table {
	width: auto;
	margin: 0 auto 10px;
    letter-spacing: 0;
}

.schedule table th {
	font-size: 13px;
	font-weight: normal;
	padding: 0;
	text-align: center;
}

.schedule table th.sun {
	color: #c00000;
}

.schedule table th.sat {
	color: #006de8;
}

.schedule table td {
	font-size: 13px;
	font-weight: normal;
	padding: 0;
	text-align: center;
}

.schedule-date {
	line-height: 25px;
	display: inline-block;
	width: 23px;
	height: 23px;
	text-align: center;
}

.e1 .schedule-date {
	color: #fcfcfc;
	background-color: #e6436d;
}

.e2 .schedule-date {
	color: #fcfcfc;
	background-color: #01bcba;
}

.e3 .schedule-date {
	color: #333;
	background-color: #ececec;
}

.event-list {
	margin-bottom: 15px;
	margin-left: 10px;
}

.event-list li {
	line-height: 24px;
	position: relative;
	min-height: 24px;
	margin-bottom: 5px;
	padding-left: 40px;
	text-align: left;
}

.event-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	content: '';
}

.event-list li.event1:before {
	background-color: #e6436d;
}

.event-list li.event2:before {
	background-color: #01bcba;
}

.event-list li.event3:before {
	background-color: #ececec;
}
@media only screen and (max-width: 840px) {
    .schedule-area .title-area{
        background: url(https://image.raku-uru.jp/01/7331/53/title_bg_l_1583474203062.png) no-repeat right center;
        background-size: 75%;
        padding-bottom: 0;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        margin-bottom: 30px;
    }
    .schedule-area div.title-area p{
        font-size: 24px;
    }
    .schedule-area div.title-area span {
        display: none;
    }
}
@media only screen and (max-width: 640px) {
    .schedule-area .title-area{
        background: url(https://image.raku-uru.jp/01/7331/52/title_bg_s_1583474202759.png) no-repeat right center;
        background-size: 60%;
    }
    .schedule-area div.title-area p{
        font-size: 18px;
    }
}

/*-----------------------------------

	pagetop

-----------------------------------*/
.btn-pagetop {
	position: fixed;
	right: 20px;
	bottom: 75px;
	transition: all linear .2s;
	text-align: right;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	z-index: 101;
}

.btn-pagetop.is-show {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.btn-pagetop a {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #b94047;
}
.btn-pagetop a span{
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 10px;
    top: 45px;
    left: 0;
    right: 0;
}
.btn-pagetop a:after {
	display: block;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    content: '\f077';
    font-weight: bold;
    text-align: center;
    line-height: 1;
    font-size: 30px;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
}
@media only screen and (max-width: 840px) {
    .btn-pagetop a {
    	position: relative;
    	display: block;
    	width: 70px;
    	height: 70px;
    	cursor: pointer;
    	border-radius: 15px;
    	background-color: #b94047;
    }

    .btn-pagetop a:after {
    	display: block;
        color: #fff;
        font-family: "Font Awesome 5 Free";
        content: '\f077';
        font-weight: bold;
        text-align: center;
        line-height: 30px;
        font-size: 24px;
    }
}
/*-----------------------------------

	footer

-----------------------------------*/
#footer .footer-top {
    background: #3e3a39;
    padding: 10px 0;
}
#footer .footer-top .contents_inner {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
#footer .footer-top .left {
    width: 20%;
}
#footer .footer-top .right {
    width: 80%;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
#footer .footer-top .right ul {
    display: inline-block;
}
#footer .footer-top .right ul li{
    float: left;
    border-right: 1px solid #fff;
}
#footer .footer-top .right ul li:first-child{
    border-left: 1px solid #fff;
}
#footer .footer-top .right ul li a{
    display: block;
    padding: 10px;
    color: #fff;
    line-height: 1;
}
#footer .footer-bottom {
    background: #b94047;
    color: #fff;
    padding: 10px 0;
}
#footer .footer-bottom .copyright{
    font-size: 12px;
    text-align: right;
}
@media only screen and (max-width: 840px) {
    #footer .footer-top .right ul li a{
        padding: 5px;
        font-size: 1vw;
    }
}
@media only screen and (max-width: 640px) {
    #footer .footer-top .left {
        width: 40%;
    }
    #footer .footer-top .right {
        width: 60%;
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				justify-content: flex-start;
				margin-left: 10px;
    }
    #footer .footer-top .right ul li{
        float: none;
        border: none;
    }
    #footer .footer-top .right ul li:first-child{
        border-left: none;
    }
		#footer .footer-top .right ul li a{
        padding: 5px;
        font-size: 11px;
    }
}

/*bread*/

.bread {
	margin-bottom: 30px;
}

.bread ul li {
	font-size: 12px;
	float: left;
	margin-right: 10px;
	color: #333;
}

.bread ul li a:after {
	display: inline-block;
	margin-left: 10px;
	content: '>';
	color: #333;
}

.bread ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media only screen and (max-width: 600px) {
	.bread {
		margin-bottom: 20px;
		padding: 8px 10px;
		background-color: #f3f3f3;
	}
	.bread ul li {
		font-size: 12px;
		float: left;
		margin-right: 8px;
		color: #333;
	}
	.bread ul li a:after {
		display: inline-block;
		margin-left: 8px;
		content: '>';
		color: #333;
	}
}

/* sort */

.sort {
	font-size: 0;
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
}

.sort-label {
	font-size: 12px;
	display: inline-block;
}

.sort ul {
	font-size: 0;
	display: inline-block;
}

.sort ul li {
	font-size: 12px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
}

.sort ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}

.sort ul li:not(:first-child):after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	content: '';
	background-color: #323000;
}

.sort ul li a {
	text-decoration: underline;
}

.sort ul li a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 600px) {
	.sort {
		font-size: 0;
		position: relative;
		width: 100%;
		padding-top: 12px;
		padding-bottom: 13px;
		text-align: center;
	}
	.sort-label {
		display: none;
	}
	.sort ul {
		font-size: 0;
		display: inline-block;
		text-align: center;
	}
	.sort ul li {
		font-size: 12px;
		position: relative;
		display: inline-block;
		margin-left: 20px;
		padding-left: 20px;
	}
	.sort ul li:first-child {
		margin-left: 0;
		padding-left: 0;
	}
	.sort ul li:not(:first-child):after {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 1px;
		height: 12px;
		margin-top: -6px;
		content: '';
		background-color: #323000;
	}
	.sort ul li a {
		text-decoration: underline;
	}
}

/* item-list */

.item-list-itemcount {
	text-align: center;
	margin-top: 20px;
}

/* about-tbl */

.about-tbl,
table.payment-content {
	width: 100%;
	border-top: #000 solid 1px;
}

.about-tbl th,
table.payment-content th {
	font-weight: bold;
	width: 240px;
	padding: 20px 0;
	text-align: left;
	border-bottom: #000 solid 1px;
}

.about-tbl td,
table.payment-content td {
	padding: 20px 0;
	text-align: left;
	border-bottom: #000 solid 1px;
}

@media only screen and (max-width: 600px) {
	.about-tbl,
	table.payment-content {
		display: block;
		width: 100%;
		border-top: #000 solid 1px;
	}
	.about-tbl tbody,
	.about-tbl tbody tr,
	table.payment-content tbody,
	table.payment-content tbody tr {
		display: block;
		width: 100%;
	}
	.about-tbl th,
	table.payment-content th {
		font-size: 14px;
		font-weight: bold;
		display: block;
		width: 100%;
		padding: 20px 10px 5px;
		text-align: left;
		border-bottom: none;
	}
	.about-tbl td,
	table.payment-content td {
		font-size: 12px;
		display: block;
		width: 100%;
		padding: 0 10px 20px;
		text-align: left;
		border-bottom: #000 solid 1px;
	}
	table.payment-content {
		display: table;
	}
	table.payment-content tbody{
		display: table-row-group;
	}
	table.payment-content tbody tr{
		display: table-row;
	}
	table.payment-content th,
	table.payment-content td{
		display: table-cell;
		width: 50%;
	}
}

.payment-title {
	font-weight: bold;
}

.payment-content {
	margin-bottom: 1em;
}

table.payment-content tr:first-child td {
	text-align: center;
}

table.payment-content  td {
	text-align: right;
}

.carriage-title {
	font-weight: bold;
}

.carriage-content a {
	text-decoration: underline;
}

/* paging */

.paging {
	position: relative;
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
  margin-top: 10px;
	text-align: center;
	border-top: #3e3a39 solid 1px;
}

.paging .prev {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -13px;
}

.paging .prev a {
	position: relative;
	padding-left: 24px;
}

.paging .prev a:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 14px;
	height: 26px;
	margin-top: -13px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-prev.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.paging .next {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -13px;
}

.paging .next a {
	position: relative;
	padding-right: 24px;
}

.paging .next a:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 14px;
	height: 26px;
	margin-top: -13px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-next.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.page-num ul {
	font-size: 0;
}

.page-num ul li {
	font-size: 14px;
	display: inline-block;
	margin: 0 7px;
}

.page-num ul li a {
	line-height: 22px;
	display: block;
	width: 22px;
	height: 22px;
	border: #3e3a39 solid 1px;
}

.page-num ul li span a {
	line-height: 22px;
	display: block;
	width: 22px;
	height: 22px;
	color: #fff;
	border: #3e3a39 solid 1px;
	background-color: #3e3a39;
  pointer-events: none;
}

@media only screen and (max-width: 600px) {
	.paging {
		position: relative;
		width: 100%;
		padding-top: 12px;
		padding-bottom: 15px;
		text-align: center;
		border-top: #000 solid 1px;
	}
	.paging .prev {
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -12px;
	}
	.paging .prev a {
		position: relative;
		display: block;
		width: 12px;
		height: 23px;
		padding-left: 0;
	}
	.paging .prev a span {
		display: none;
	}
	.paging .prev a:after {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 12px;
		height: 23px;
		margin-top: -12px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-prev_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.paging .next {
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -12px;
	}
	.paging .next a {
		position: relative;
		display: block;
		width: 12px;
		height: 23px;
		padding-right: 0;
	}
	.paging .next a span {
		display: none;
	}
	.paging .next a:after {
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: 12px;
		height: 23px;
		margin-top: -12px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-next_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.page-num ul {
		font-size: 0;
	}
	.page-num ul li {
		font-size: 14px;
		display: inline-block;
		margin: 0 6px;
	}
	.page-num ul li a {
		line-height: 23px;
		display: block;
		width: 23px;
		height: 23px;
		border: #3e3a39 solid 1px;
	}
  .page-num ul li span a{
		line-height: 23px;
		display: block;
		width: 23px;
		height: 23px;
		color: #fff !important;
		border: #3e3a39 solid 1px;
		background-color: #3e3a39;
    pointer-events: none;
	}
}




/* ===================================================

File name: reset.css
Description: ファイルの説明
Applied pages: 全ページ
Date:
Copyright:

=====================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}body{line-height:1em;font-size:84%;}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;border:0;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}body{background:#fff;color:#333;font-size:small;font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;line-height:1.5em}img{vertical-align:top;}li{list-style:none;}*{zoom:1;}.left{float:left !important;}.right{float:right !important;} a.mouse-over:hover img {opacity:0.8; filter: alpha(opacity=80); -ms-filter: "alpha( opacity=80 )";}.center { text-align:center;
}

@charset "UTF-8";

/*-----------------------------------

	low

-----------------------------------*/
/*-- ajiwai,kodawari,tunagari --*/
.mainimage {
    margin-bottom: 50px;
}
.mainimage img{
    width: 100%;
    max-height: 300px;
    height: 45vw;
    object-fit: cover;
}
.main-article .textarea {
    margin-bottom: 40px;
}
.main-article .textarea p{
    font-size: 16px;
    line-height: 2;
}
@media only screen and (max-width: 640px) {
    .mainimage {
        margin-bottom: 30px;
    }
    .main-article .textarea {
        margin-bottom: 30px;
    }
    .main-article .textarea p{
        font-size: 14px;
    }
}
/*-- shop --*/
.shop .shop_img, .shop .infomation, .shop .maparea {
    margin-bottom: 40px;
}
.shop .shop_img ul li {
    float: left;
    width: 48%;
}
.shop .shop_img ul li:first-child {
    margin-right: 4%;
}
.shop .shop_img ul li img{
    width: 100%;
}
.shop .infomation h3 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    margin-bottom: 20px;
}
.shop .infomation table {
    width: 100%;
    border-top: 1px dotted #3e3a39;
    font-size: 16px;
}
.shop .infomation table tr {
    border-bottom: 1px dotted #3e3a39;
}
.shop .infomation table th{
    padding: 20px;
    text-align: left;
}
.shop .infomation table td{
    padding: 20px;
}
.shop .maparea .left {
    width: 48%;
}
.shop .maparea .left img{
    width: 100%;
    border: 1px solid #3e3a39;
}
.shop .maparea .right {
    width: 48%;
}
.shop .maparea .right .ggmap {
    position: relative;
    padding-bottom: 97.5%;
    height: 0;
    overflow: hidden;
    border: 1px solid #3e3a39;
}

.shop .maparea .right .ggmap iframe,
.shop .maparea .right .ggmap object,
.shop .maparea .right .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 640px) {
    .shop .shop_img, .shop .infomation, .shop .maparea {
        margin-bottom: 30px;
    }
    .shop .shop_img ul li {
        float: none;
        width: 100%;
    }
    .shop .shop_img ul li:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .shop .infomation table {
        font-size: 14px;
    }
    .shop .infomation table th{
        padding: 15px;
        padding-bottom: 0;
        display: block;
    }
    .shop .infomation table td{
        padding: 15px;
        padding-top: 0;
        display: block;
    }
    .shop .maparea .left, .shop .maparea .right {
        float: none !important;
        width: 100%;
    }
    .shop .maparea .left {
        margin-bottom: 20px;
    }
}
/*-- handling --*/
.handling .textarea h3 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}
.handling .textarea p {
    margin-bottom: 20px;
}
.handling .textarea .copy {
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}
.handling .list ul li {
    float: left;
    width: 32%;
    margin-right: 1.33%;
    margin-bottom: 10px;
}
.handling .list ul li:nth-child(3n) {
    margin-right: 0;
}
.handling .list ul li a{
    display: block;
    border-radius: 10px;
    background: #6b6969;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    font-weight: 700;
}
@media only screen and (max-width: 640px) {
    .handling .list ul li {
        float: left;
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 10px;
    }
    .handling .list ul li:nth-child(3n) {
        margin-right: 3%;
    }
    .handling .list ul li:nth-child(2n) {
        margin-right: 0;
    }
}


/* icon */
 .icn-badge19320:after {
	content: "NEW";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
  padding: 0.2em 0.3em;
	text-align: center;
	background: #b94047;
	color: #fff;
} .icn-badge19321:after {
	content: "予約商品";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
  padding: 0.2em 0.3em;
	text-align: center;
	background: #b94047;
	color: #fff;
} .icn-badge20990:after {
	content: "オリジナル";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
  padding: 0.2em 0.3em;
	text-align: center;
	background: #b94047;
	color: #fff;
} .icn-badge20991:after {
	content: "定番商品";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
  padding: 0.2em 0.3em;
	text-align: center;
	background: #b94047;
	color: #fff;
} .icn-badge22832:after {
	content: "季節商品";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
  padding: 0.2em 0.3em;
	text-align: center;
	background: #b94047;
	color: #fff;
} 

#item-detail .icn-badge19320:after {
 content: none;
} #item-detail .icn-badge19321:after {
 content: none;
} #item-detail .icn-badge20990:after {
 content: none;
} #item-detail .icn-badge20991:after {
 content: none;
} #item-detail .icn-badge22832:after {
 content: none;
} 
