@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');

/* ===================================================

File name: style.css
Description: 全ページ共通CSS
Applied pages: 全ページ
Date:
Copyright:

=====================================================*/
/*-----------------------------------

	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: 'Noto Serif JP', serif !important;
	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;
    transition: all 0.5s;
}
a:hover {
    opacity: 0.6;
}
.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 {
}
#header .header_top {
  overflow:hidden;
  padding: 20px 0;
}
#header .logo_box {
	float:left;
}
#header .logo_box h1{
    max-width: 230px;
    width: 200px;
	display: inline-block;
    vertical-align: middle;
}
#header .logo_box h1 a {
    display: block;
    height: 49px;
}
#header .logo_box p{
	font-size:12px;
	line-height:180%;
	padding-left:20px;
	display: inline-block;
    vertical-align: middle;
}
#header .tel_box{
	float:right;
	text-align:center;
}
#header .tel_box .tel{
	position:relative;
	font-size:34px;
	padding-left: 40px;
}
#header .tel_box .tel:before{
	content:"";
	background: url(https://image.raku-uru.jp/01/11349/32/icon_tel_1596000610539.png);
	position:absolute;
	left:0;
	top:-5px;
	width:32px;
	height:32px;
}
#header .tel_box .time{
	margin-top:20px;
	font-size:14px;
    font-weight:600;
}
#header .header_bottom{
    background: #011c43;
    padding: 15px;
}
#header .header_bottom .left{
    width: 80%;
}
#header .header_bottom nav ul li{
    float: left;
    width: 20%;
}
#header .header_bottom nav ul a{
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: block;
}
#header .header_bottom nav ul a span{
    display: block;
    font-size: 12px;
}
#header .header_bottom .right {
    width: 20%;
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff;
    padding: 3px 0;
}
#header .header_bottom .right li{
    float: left;
    width: 33.3%;
    text-align: center;
}
#header .header_bottom .right li a{
    color: #fff;
    font-size: 29px;
    line-height: 1;
}
#header .sp_area {
    display: none;
}
.search-form {
    display: none;
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 840px) {
    #header{
        position: relative;
    }
    #header .tel_box {
  		display:none;
  	}
    #header .header_bottom .left{
        width: 100%;
    }
    #header .header_bottom .right {
        display: none;
    }
    #header .sp_area {
        display: block;
    }
    #header .header-menu-sp {
        position: absolute;
        top: 30px;
        right: 25px;
        font-size: 30px;
    }
    .search-form {
        display: block;
        background: #f2f2f2;
    }
    .header-search {
        width: 100%;
        padding: 15px 0px;
    }
    .header-search-form {
        position: relative;
        width: 50%;
        margin: 0 auto;
    }
    .header-search input[type="text"] {
        font-size: 14px;
        line-height: 35px;
        display: inline-block;
        width: 100%;
        height: 37px;
        background-color: rgb(255, 255, 255);
        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-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);
    }
    .search-btn {
        vertical-align: middle;
        padding: 8px 10px;
    }
    .header-search-sp {
        display: inline-block;
        width: 22px;
    }
    .header-search-sp i {
        font-size: 24px;
        color: #fff;
    }
    .header-search.jq-show {
        display: block;
    }
}
@media screen and (max-width: 640px) {
  #header .header_top {
    padding: 10px 0;
  }
  #header .logo_box p {
    display: none;
  }
    #header .logo_box p br {
      display: none;
    }
    #header .header_bottom {
        display: none;
    }
    #header .header-menu-sp {
        top: 32px;
    }
    .header-search-form {
        position: relative;
        width: 80%;
        margin: 0 auto;
    }

}
/*-----------------------------------

	contents

-----------------------------------*/
#contents {
}
/*-- main-image --*/
#main-image {
    margin-bottom: 50px;
}
#main-image img{
    width: 100%;
    max-height: 550px;
    object-fit: cover;
}
@media screen and (max-width: 640px) {
    #main-image {
        margin-bottom: 30px;
    }
}
/*-----------------------------------

	main-contents

-----------------------------------*/

#main-contents {
    float: right;
    width: calc(100% - 240px);
}
#main-contents .ttl h2{
    font-size: 30px;
    color: #011c43;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
#main-contents .ttl h2 span{
    font-size: 19px;
    font-weight: 400;
    color: #000;
    margin-left: 20px;
}
#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: 19%;
    margin-right: 1.25%;
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 20px;
    position: relative;
}
#main-contents .product-list .product-list-item a{
    display: block;
}
#main-contents .product-list .product-list-item:nth-child(5n){
    margin-right: 0;
}
#main-contents .product-list .product-list-item .product-list-photo img{
    width: 100%;
    height: 108px;
    object-fit: cover;
}
#main-contents .product-list .product-list-item .product-list-price {
    font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

@media only screen and (max-width: 840px) {
    #main-contents {
        float: none;
        width: 100%;
        padding-bottom: 30px;
    }
    #main-contents .product-list .product-list-item:nth-child(5n){
        margin-right: auto;
    }
}
@media only screen and (max-width: 640px) {
    #main-contents .ttl h2{
        font-size: 24px;
        margin-bottom: 20px;
    }
    #main-contents .ttl h2 span{
        font-size: 14px;
        margin-left: 15px;
    }
    #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;
    }
}

/*-- top-banner --*/
#top-banner {
    margin-bottom: 80px;
}
#top-banner ul li {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
}
#top-banner ul li:nth-child(2n) {
    margin-right: 0;
}
#top-banner ul li a {
    transition: all 0.5s;
}
#top-banner ul li a:hover{
    opacity: 0.8;
}
@media screen and (max-width: 640px) {
    #top-banner {
        margin-bottom: 40px;
    }
    #top-banner ul li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    #top-banner ul li img{
        width: 100%;
    }
}

/*-- top-whatsnews --*/
#top-whatsnews {
    margin-bottom: 80px;
}
#top-whatsnews ul {
    margin-bottom: 30px;
}
#top-whatsnews ul li {
    border-bottom: 1px dashed #b2b2b2;
    padding: 15px 0;
}
#top-whatsnews ul li a {
    display: block;
    font-size: 16px;
}
#top-whatsnews ul li .date {
    display: block;
    float: left;
    margin-right: 15px;
}
#top-whatsnews ul li .title {
    padding-left: 100px;
}
#top-whatsnews .more {
    display: block;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    padding: 15px;
    width: 140px;
    text-align: center;
    float: right;
}
@media screen and (max-width: 640px) {
    #top-whatsnews {
        margin-bottom: 40px;
    }
    #top-whatsnews ul li a {
        font-size: 14px;
    }
    #top-whatsnews ul li .title {
        padding-left: 90px;
    }
}

/*-- top-recommend --*/
#top-recommend {
    margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
    #top-recommend {
        margin-bottom: 40px;
    }
}

/*-- top-newarrivals --*/
#top-newarrivals {
    margin-bottom: 80px;
}
#main-contents #top-newarrivals .product-list .product-list-item{
    width: 23.5%;
    margin-right: 2%;
}
#main-contents #top-newarrivals .product-list .product-list-item:nth-child(5n){
    margin-right: 2%;
}
#main-contents #top-newarrivals .product-list .product-list-item:nth-child(4n){
    margin-right: 0;
}
#main-contents #top-newarrivals .product-list .product-list-item .product-list-photo img{
    height: 130px;
}
@media screen and (max-width: 640px) {
    #top-newarrivals {
        margin-bottom: 40px;
    }
    #main-contents #top-newarrivals .product-list .product-list-item{
        width: 48%;
        margin-right: 4%;
    }
    #main-contents #top-newarrivals .product-list .product-list-item:nth-child(5n){
        margin-right: 4%;
    }
    #main-contents #top-newarrivals .product-list .product-list-item:nth-child(2n){
        margin-right: 0;
    }
}

/*-- top-ranking --*/
#top-ranking {
    margin-bottom: 80px;
}
#top-ranking .product-list-photo {
    position: relative;
}
#top-ranking .product-list-photo .rank{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 16px;
    background-color: #fff;
    border-radius: 50%;
    top: 10px;
    left: 10px;
    text-align: center;
    line-height: 20px;
}
#top-ranking .product-list-item:first-of-type .product-list-photo .rank{
    background-color: #b9a818;
}
@media screen and (max-width: 640px) {
    #top-ranking {
        margin-bottom: 40px;
    }
}

/*-----------------------------------

	side

-----------------------------------*/
#side {
	float: left;
	width: 200px;
	padding-bottom: 50px;
}
#side .title-area {
    line-height: 1;
    margin-bottom: 20px;
}
#side .title-area p {
    color: #011c43;
    font-size: 24px;
    margin-bottom: 7px;
}
#side .title-area span {
    font-size: 19px;
}

.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: 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: #011c43;
}
.category-nav .menu-nav ul li {
    float: left;
    width: 33.3%;
}
.category-nav .menu-nav ul li a {
    color: #fff;
    padding: 20px 0;
    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 .menu-nav ul li a.logout::before {
    content: '\f2f5';
    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 a {
	display: block;
	width: 100%;
}
.category-nav-l2 {
    padding-bottom: 35px;
    border-top: #000 dashed 1px;
}
.category-nav-l2 > li {
	overflow: hidden;
	border-bottom: #000 dashed 1px;
}
.category-nav-l2 > li > a {
    font-size: 15px;
	line-height: 60px;
	height: 60px;
    text-align: center;
}

.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 15px 10px;
        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-l2 > li > a {
        font-size: 12px;
    	line-height: 50px;
    	height: 50px;
        text-align: left;
        padding-left: 10px;
    }
	.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;
    text-align: center;
}
.schedule-area .calendar-area {
    text-align: center;
    font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.schedule-area h4 {
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	display: inline-block;
	width: 100%;
	height: 22px;
	margin-bottom: 15px;
	text-align: center;
	color: #fff;
	border-radius: 11px;
	background-color: #011c43;
}
.schedule {
	margin-bottom: 15px;
}

.schedule table {
	width: 100%;
	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 {
        text-align: center;
    }
    .schedule-area h4 {
    	width: 350px;
    }
    .schedule-area h4:not(:first-of-type) {
      margin-top: 20px;
    }
    .schedule table {
    	width: 350px;
    }
    .schedule table td {
      padding: 5px;
    }
    .event-list {
      margin-left: auto;
      margin-right: auto;
      display: block;
      width: 350px;
    }
}
@media only screen and (max-width: 640px) {
  .schedule-area h4 {
    width: 300px;
  }
  .schedule table {
    width: 300px;
  }
  .event-list {
    width: 300px;
  }
}
/*-----------------------------------

	shopinfo

-----------------------------------*/
#shopinfo {
    margin-bottom: 80px;
}
#shopinfo .ttl{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    margin-bottom: 30px;
}
#shopinfo .ttl h2{
    text-align: center;
    font-size: 36px;
    color: #011c43;
    line-height: 110%;
}
#shopinfo .ttl h2 span{
    display: block;
    font-size: 19px;
    color: #000;
    font-weight: 400;
}
#shopinfo .ttl:before,
#shopinfo .ttl:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #000;
}
#shopinfo .ttl:before {
    margin-right: 3em;
}
#shopinfo .ttl:after {
    margin-left: 3em;
}
#shopinfo .left {
    width: 55%;
}
#shopinfo .left table {
    width: 100%;
    line-height: 1.6;
}
#shopinfo .left table tr {
    border-bottom: 1px solid #e6e6e6;
}
#shopinfo .left table th {
    width: 165px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 15px 0;
    vertical-align: middle;
}
#shopinfo .left table td {
    width: calc(100% - 165px);
    font-size: 15px;
    padding: 15px 0;
}
#shopinfo .left dl dt {
    float: left;
}
#shopinfo .left dl dd {
    margin-left: 165px;
    font-size: 18px;
}
#shopinfo .right {
    width: 40%;
}
#shopinfo .right .ggmap {
    position: relative;
    padding-bottom: 260px;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#shopinfo .right .ggmap iframe,
#shopinfo .right .ggmap object,
#shopinfo .right .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 840px) {
    #shopinfo .left table th {
        width: 140px;
    }
    #shopinfo .left table td {
        width: calc(100% - 140px);
    }
}
@media only screen and (max-width: 640px) {
    #shopinfo {
        margin-bottom: 40px;
    }
    #shopinfo .ttl{
        margin-bottom: 20px;
    }
    #shopinfo .ttl h2{
        font-size: 24px;
    }
    #shopinfo .ttl h2 span{
        font-size: 14px;
    }
    #shopinfo .ttl:before {
        margin-right: 2em;
    }
    #shopinfo .ttl:after {
        margin-left: 2em;
    }
    #shopinfo .left {
        width: 100%;
        float: none !important;
        margin-bottom: 30px;
    }
    #shopinfo .left table th {
        width: 110px;
        font-size: 14px;
        letter-spacing: 0;
    }
    #shopinfo .left table td {
        width: calc(100% - 110px);
        font-size: 14px;
        letter-spacing: 0;
    }
    #shopinfo .right {
        width: 100%;
        float: none !important;
    }
}

/*-----------------------------------

	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: #011c43;
}
.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) {
}
/*-----------------------------------

	footer

-----------------------------------*/
#footer {
    background: #f4f4f4;
}
#footer .footer-top {
    padding: 30px 0;
    text-align: center;
}#footer .footer-top h1 span {
  font-size: 18px;
  display: block;
  color: #2355a4;
}
#footer .footer-top h1 a {
  display: block;
}
#footer .footer-top h1 a:nth-of-type(1) {
  height: 50px;
}
#footer .footer-top h1 span {
  text-align: left;
}
#footer .footer-top ul {
    display: inline-block;
    margin-bottom: 30px;
}
#footer .footer-top ul li{
    float: left;
    margin-right: 40px;
}
#footer .footer-top ul li:last-child{
    margin-right: 0;
}
#footer .footer-top ul li a{
    border-bottom: 1px dashed #000;
}
#footer .footer-top h1 {
    text-align: left;
    width: 230px;
    margin-bottom: 10px;
}
#footer .footer-top h1 img {
  width: 100%;
}
#footer .footer-top .address {
    text-align: left;
}
#footer .footer-bottom {
    background: #011c43;
    padding: 15px 0;
}
#footer .footer-bottom .copyright{
    color: #fff;
    text-align: center;
    font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
@media only screen and (max-width: 840px) {
    #footer .footer-top ul li a{
        font-size: 13px;
        letter-spacing: 0;
    }
}
@media only screen and (max-width: 640px) {
  #footer .footer-top h1 span {
    font-size: 13px;
  }
  #footer .footer-top h1 span {
    text-align: center;
  }
    #footer .footer-top ul {
        display: block;
    }
    #footer .footer-top ul li{
        float: left;
        margin-right: 0;
        width: 50%;
        padding: 10px 0;
    }
    #footer .footer-top ul li a{
        font-size: 12px;
    }
    #footer .footer-top h1 {
        margin: 0 auto 10px;
        width: 180px;
    }
    #footer .footer-top .address {
        text-align: center;
    }
}

/*bread*/

.bread {
	margin: 30px 0;
  background: #f4f4f4;
  padding: 1em;
}

.bread ul li {
	font-size: 12px;
	float: left;
	margin-right: 10px;
	color: #1a130c;
}

.bread ul li a:after {
	display: inline-block;
	margin-left: 10px;
	content: '>';
	color: #1a130c;
}

.bread ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media only screen and (max-width: 600px) {
	.bread {
		margin: 20px 0;
		padding: 8px 10px;
		background-color: #f3f3f3;
  }
  .bread ul {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
	.bread ul li {
		font-size: 12px;
		float: none;
    display: inline-block;
		margin-right: 8px;
		color: #1a130c;
	}
	.bread ul li a:after {
		display: inline-block;
		margin-left: 8px;
		content: '>';
		color: #1a130c;
	}
}

/* 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;
	}
}


/* icon */
 .icn-badge31612:after {
	content: "NEW";
	width: 54px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	background: #323000;
	color: #fefccb;
} .icn-badge31613:after {
	content: "おすすめ";
	width: 54px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	background: #323000;
	color: #fefccb;
} .icn-badge31614:after {
	content: "人気";
	width: 54px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	background: #323000;
	color: #fefccb;
} 
.icn-reservation::before {
	content: "予約商品";
	width: 58px;
	height: 18px;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 18px;
	margin-top: 2px;
	margin-right: 6px;
	text-align: center;
	color: #fff;
	background: #838151;
}

a .icn-reservation::before {
	color: #fff;
	background: #838151;
}

.product-list-item .product-list-name.icn-reservation::before {
	position: relative;
	width: 66px;
	content: "予約商品";
	text-align: center;
	background-color: #838151;
}

.item-detail-name.icn-reservation::before {
	width: 96px;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	margin-right: 10px;
}

/* about-tbl */

.about-tbl,
table.payment-content {
	width: 100%;
	border-top: #f4f4f4 solid 1px;
}

.about-tbl th,
table.payment-content th {
	font-weight: bold;
	width: 240px;
	padding: 20px 0;
	text-align: left;
	border-bottom: #f4f4f4 solid 1px;
}

.about-tbl td,
table.payment-content td {
	padding: 20px 0;
	text-align: left;
	border-bottom: #f4f4f4 solid 1px;
}

@media only screen and (max-width: 600px) {
	.about-tbl,
	table.payment-content {
		display: block;
		width: 100%;
	}
	.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: #f4f4f4 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;
}

/* privacy-policy */
.privacy-policy {
	margin-bottom: 30px;
}

/* fee */
.main-article .ttl2 h3 {
	margin-top: 30px;
	margin-bottom: -30px;
}

/* slider */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 12s linear 0s 1 normal both;
}
.swiper-container {
  width: 100vw;
  height: 700px;
  height: -webkit-calc(100vh - 250px);
  height: calc(100vh - 250px);
  margin-bottom: 50px;
}
.swiper-slide {
  overflow: hidden;
}
.slide-text {
  /* font-family: "Hannari", serif; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
  color: #fff;
  text-shadow: 2px 2px 4px black;
  line-height: 1.5;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.slide-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media screen and (max-width: 1200px) {
  .swiper-container {
    height: 500px;
  }
}
@media screen and (max-width: 840px) {
  .swiper-container {
    height: 400px;
  }
  .slide-text {
    font-size: 25px;
  }
}
@media screen and (max-width: 640px) {
  .swiper-container {
    height: 300px;
    margin-bottom: 30px;
  }
  .slide-text {
    font-size: 18px;
    font-weight: 600;
  }
}
@media screen and (max-width: 340px) {
  .slide-text {
    font-size: 16px;
  }
}

/* ===================================================

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;
}

