@charset "UTF-8";
#page-wrapper {
  position: relative;
}

.container {
  max-width: 1050px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

body {
  color: #333333;
  background-color: #fdf5e6;
  background-image: none;
  text-align: justify;
}

a {
  color: #555555;
}

a:hover {
  color: #888888;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.ttl-h2 {
  position: relative;
  margin: 30px 0;
  text-align: center;
  font-family: '¥Ò¥é¥®¥ÎÌÀÄ« ProN W3', 'HiraMinProN-W3', 'HGÌÀÄ«E', '£Í£Ó £ÐÌÀÄ«', 'MS PMincho', 'MS ÌÀÄ«', serif;
}

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-01 {
  border: 1px solid #b2a487;
  background-color: #b2a487;
  color: #fff;
  background-color: #b2a487;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #ccbc9b;
  background-color: #ccbc9b;
  color: #fff;
  background-color: #ccbc9b;
}

.product-order-num input {
  border-color: #b2a487;
}

.font-mincho {
  font-family: '¥Ò¥é¥®¥ÎÌÀÄ« ProN W3', 'HiraMinProN-W3', 'HGÌÀÄ«E', '£Í£Ó £ÐÌÀÄ«', 'MS PMincho', 'MS ÌÀÄ«', serif;
}

/*
 * icon
 */
.icon-b,
.icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  position: relative;
  top: -.11em;
  *display: inline;
  *zoom: 1;
}

.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_b.png);
}

.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_w.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_2x_w.png);
  }

  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_b.png);
  }

  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_w.png);
  }
}
.icon-cart {
  background-position: -176px -64px;
}

.icon-user {
  background-position: -208px -0px;
}

.icon-adduser {
  background-position: -240px -0px;
}

.icon-logout {
  background-position: -32px -80px;
}

.icon-login {
  background-position: -48px -80px;
}

/* icon large */
.icon-twitter {
  background-position: -144px -264px;
}

.icon-facebook {
  background-position: -192px -264px;
}

.icon-instagram {
  background-position: -168px -288px;
}

.icon-mail {
  background-position: -96px -0px;
}

.icon-lg-w.icon-cart {
  background-position: -264px -96px;
}

.icon-lg-w.icon-chevron_up {
  background-position: -0px -216px;
}

.icon-lg-w.icon-plus {
  background-position: -312px -120px;
}

.icon-lg-w.icon-minus {
  background-position: -288px -120px;
}

.icon-lg-b,
.icon-lg-w {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: relative;
  top: -.1em;
  *display: inline;
  *zoom: 1;
}

.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_b.png);
}

.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_w.png);
}

.content-wrap {
  max-width: 800px;
  margin: 20px auto;
}

/*
 * header
 */
#header-wrapper {
  margin-bottom: 1.5em;
}

.header-line-nav .header-link {
  float: right;
  padding: 0;
}

.header-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* header-line-nav */
.header-line-nav li {
  margin-left: 1px;
}

.header-line-nav a {
  font-size: 12px;
  padding: .6em 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.header-line-nav i {
  top: -0.2em;
  margin-right: .3em;
}

.btn-viewcart {
  padding: 1px 15px 0 13px;
}

/* header logo */
.shop-name {
  clear: both;
  margin: 20px 0 10px;
  text-align: center;
  font-size: 24px;
}

.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: #464e54;
}


/* header global nav */
#header-global-nav {
  margin: 1.8em 0;
  text-align: center;
  font-size: 14px;
}

#header-global-nav ul{
display:flex;
}

#header-global-nav li {
  display:flex;
  margin: 0;
  padding: 0;
 border-right: 1px solid #9fa0a0;
}

#header-global-nav li  a{
  display: block;
  padding: 0 10px;
  
}

#header-global-nav li:first-child{
  border-left: 1px solid #9fa0a0;
}

.globalNav li{width: 85px;}

/* incart delivery */
.incart-delivery {
  float: right;
}

.incart-delivery ul {
  margin: 0;
  padding: 10px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #d9edf7;
  color: #31708f;
  list-style: none;
  font-size: 12px;
}

/*
 * product list
 */
.prd-lst-unit {
  margin-bottom: 60px;
  padding: 0 10px;
  text-align: center;
}

.prd-lst-unit a:hover {
  text-decoration: none;
}

.unit-box {
  margin: 10px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #b2a487;
  -webkit-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
}

.prd-lst-img {
  display: block;
  margin: 0 auto 1em;
}

.prd-lst-span {
  display: block;
  margin: .3em 0;
  font-size: 12px;
}

.prd-lst-name {
  font-size: 14px;
}

.prd-lst-price {
  color: #abaaaa;
}

.prd-lst-regular {
  text-decoration: line-through;
}

.prd-lst-discount {
  color: #b81717;
}

/* product list sort */
.prd-lst-sort {
  margin: 3em 0;
  color: #888;
  text-align: center;
  font-size: 12px;
}

/* prduct list pager */
.prd-lst-pager {
  text-align: center;
}

.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
  border: 2px solid #fff;
}

.thumb-active img {
  border: 2px solid #b2a487;
}

/*
 * footer
*/
#footer-wrapper {
  padding-top: 0;
  background: #333;
}


.footer-primary {
  border-right: 1px solid #fff;
}

/* footer nav */
.footer-nav {
  list-style: none;
  margin: 0;
}

.footer-nav li {
  margin: .8em 0;
}

.footer-primary {
  padding: .3em 0;
}

.footer-primary li {
  margin-right: 25px;
  margin-left: 5px;
}

.footer-primary a {
  color: #fff;
}

.freepage-nav {
  margin-right: 10%;
  margin-bottom: 1.5em;
  padding-bottom: .8em;
  border-bottom: 1px solid #fff;
}

.footer-secondary {
  padding: .3em 0;
  font-size: 12px;
}

.footer-secondary li {
  margin-left: 10%;
}

.footer-secondary li:before {
  margin-right: 4px;
  color: #fff;
  content: "-";
}

.footer-secondary a {
  color: #fff;
}

/* social icon */
.social-nav {
  text-align: center;
  margin: 2em 0;
}

/* copyright */
.copyright {
  padding: 1.5em 0;
  margin: 0;
  color: #333;
  text-align: center;
  font-size: 12px;
}

.powered {
  display: block;
  margin: .5em auto 0;
  width: 180px;
  height: auto;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
}

.btn-pagetop {
  display: block;
  padding: .7em 2em;
}

@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  .container {
    max-width: 900px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 3em;
  }

  .container {
    width: auto;
  }

  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }

  .header-dropdown.affix {
    position: fixed;
  }

  .header-dropdown .dropdown-nav li {
     /* border-bottom: 1px solid #dbdbdb; */
    text-align: center;
  }

  .header-dropdown .dropdown-nav a {
    display: block;
    padding: 10px;
  }

  .header-dropdown .btn-dropdown {
    padding-left: 34px;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    background: #b2a487;
  }

/* .header-dropdown .btn-dropdown-close {
    opacity: 0.4;
  } */

  .header-dropdown .btn-dropdown i {
    top: 0;
  }

  .view-cart {
    position: static;
  }

  .view-cart a {
    background-color: #b2a487;
    color: #fff;
  }

  .incart-delivery {
    padding-top: 20px;
    float: none;
  }

  .prd-lst-sort {
    font-size: 14px;
  }

  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
  }

  .footer-nav {
    margin: 0;
    padding: 0;
    border-bottom: 3px double #fff;
  }

  .footer-primary .footer-nav:first-child {
    border-top: 3px double #fff;
  }

  .footer-nav li {
    margin: 0;
    font-size: 14px;
    border-top: 1px solid #fff;
  }

  .footer-nav li:first-child {
    border-top: none;
  }

  .footer-nav li:before {
    display: none;
  }

  .footer-nav a {
    display: block;
    padding: 1em;
    color: #fff;
  }

  .footer-nav a:hover {
    text-decoration: none;
  }

  .icon-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_w.png);
  }

  .icon-cart {
    background-position: -264px -96px;
  }

  .icon-list {
    background-position: -288px -144px;
  }

  .icon-chevron_thin_up {
    background-position: -192px -216px;
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 768px) and (min--moz--device-pixel-ratio: 1.5), only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b,
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_b.png);
  }

  .icon-w,
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_w.png);
  }

  .icon-b,
  .icon-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
}
@media (max-width: 480px) {
  .prd-lst-unit {
    margin-bottom: 30px;
    height: auto !important;
  }
}
/* IE&#65533;&#65533; */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}
/*--------------------------------------------------------------------------------------------------*/
/*¥Þ¡¼¥¸¥ó--------------------------*/
.margin5 { margin-bottom: 5px; }
.margin10 { margin-bottom: 10px; }
.margin15 { margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 { margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }
.margin50 {	margin-bottom: 50px; }
.margin60 {	margin-bottom: 60px; }
@media screen and (max-width: 640px) {
  .margin20 { margin-bottom: 15px; }
  .margin30 { margin-bottom: 20px; }
  .margin40 { margin-bottom: 30px; }
  .margin50 { margin-bottom: 40px; }
}
.bold {font-weight: bold;}
.brown {color: #7F4F21;}
.orenge {color: #FF9015;}
.big150{font-size: 150%;}
.text_center {text-align: center;}

/*--------------------2~4¤ÄÊÂ¤Ó--------------------------*/
.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  justify-content: space-between;
}
.flex_col{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: space-between;
}
.flex_y02 {
  width: 47%;
  height: auto;
  margin-bottom: 12px;   
}
.flex_y02A {
  width: 47%;
  height: auto;
  margin-right: 3%;
  margin-bottom: 20px;	
}
.flex_y02B {
  width: 50%;
  height: auto;
  margin-bottom: 20px;	
}
.flex_y03 {
 width: 31%;
  height: auto;
  margin-right: 3.5%;
  margin-bottom: 12px;		
}
.flex_y03:nth-of-type(3n) {
		margin-right: 0;
	}
.twitter,.facebook {
	flex-basis:48%;
}

@media only screen and (max-width: 768px) {
	.flexbox{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
	}
	.flex_col{
		flex-direction: column;
	}
	.flex_y02,.flex_y02A,.flex_y02B,.flex_y03{
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-left: 0;
        margin-bottom: 3px;
	}
    .flex_y04 {
		width: 40%;
		height: auto;
		margin-right: 5%;
	}
	.flex_y04:nth-of-type(2n) {
		margin-right: 0;
	}
	#sns_area { padding: 0 15px;}
}

/*---------------------------------------------------*/
@media only screen and (max-width: 767px) {
  h1#header-logo {
		margin : 15px auto 0 !important;
   }
}
@media only screen and (min-width: 768px) {
	h5{
    width: 35%;
		margin: 0 auto 20px;
   }
}
.intoro {
	color: #D07727;
	font-size: 18px;
	line-height: 1.8sem;
}
.story {
    background-image:url(https://img21.shop-pro.jp/PA01458/785/etc/back_white.jpg?cmsp_timestamp=20201110100044);
    background-repeat: repeat;
	padding: 30px 40px;
	color: #7F4F21;
}
#product_t {
	background-color: #F18A2E;
	padding: 30px 25px;
	color: #fff;
}
#product_t img {
	margin-bottom: 15px;
}
.access {
	background-color: #F4DB6C;
	padding: 30px 25px;
}
.inquiry {
	background-image:url(https://img21.shop-pro.jp/PA01458/785/etc/back_white.jpg?cmsp_timestamp=20201110100044);
    background-repeat: repeat;
	padding: 30px 25px 0px;
	color: #7F4F21;
}
@media only screen and (max-width: 480px) {
	.story,#product,.access,.inquiry{
		padding: 20px 5px;
  }
}

/*--------------------map----------------------*/
.google-maps {
    position:relative;
    width:100%;
    height:0;
    padding-top:40%;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
@media (max-width: 640px) {
    .google-maps {
    padding-top:60%;
}
}

/*--------------------sns----------------------*/
#sns_area {
  max-width: 800px;
  margin: 30px auto;	
}  
/*------------------¥«¥ì¥ó¥À¡¼-------------------*/
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}
.calendar_tit {
  font-weight: bold;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  margin-top: 30px;
  padding: 5px 0;
}
/*----------------------footer--------------------------------*/
@media only screen and (min-width: 768px) {
	.sp {display: none;}
}
@media only screen and (max-width: 767px) {
	.pc {display: none;}
}
 #footer-wrapper {
  padding: 20px 0 30px;
  background: #EAE7E0;
}
.def-lst-dt {
  padding-top: 10px;
  font-weight: bold;
  font-size: 105%;
	margin-bottom: 0.5em;
}
.def-lst-dd {
  margin: 0;
	font-size: 90%;
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
  line-height: 1.7;
}
.footerMap {
	background-color: #fff;
}
/*------------guide---------------*/
#riyo_guide h4 {
    background-color: #ff9015;
    padding: 7px 5px 5px 15px;
    color: #fff;
    font-size: 1.3em;
    font-weight: normal;
}
#riyo_guide table tr {
	
}
#riyo_guide table th {
	font-weight: normal;
	padding: 8px;
}
#riyo_guide table td {
	text-align: center;
}


 .btn-pagetop img{width: 70px;}


/* 2022.12.16 ÄÉµ­ */
.heder-area{display: flex;align-items: center;}

.sns_icon{width: 28px;float: right;}
.sns_icon{margin-left: 0.5em;}

@media only screen and (max-width: 1000px){
.globalNav li{width: 13%;}
.sns_icon{width: 10%;}
}

@media only screen and (max-width: 768px){
.sns_icon{width: 28px;float: left;}
.sns_icon{margin-left: 10px;}
.sns_icon:first-child{margin:0;}
}

/* 2023.11.13 ÄÉµ­ */
#riyo_guide{margin-bottom: 80px;}
ul{margin: 0;}
ul li{list-style: none;}
#footer-wrapper ul li{font-size: 90%;margin-bottom: 5px;}
#footer-wrapper ul li a{color: #333333;}
@media only screen and (max-width: 768px){
#riyo_guide{margin-bottom: 50px;}
}

/* 2023.12.04 ÄÉµ­ */
.story p{
line-height: 1.6;
letter-spacing: 0.03em;
font-feature-settings: "palt";
}

#float_btn{
position: fixed;
right: 0;
bottom: 120px;
}

#float_btn .float_btn_li{
width: 46px;
margin-bottom: 15px;
}
#float_btn .float_btn_li:hover{opacity: .8;}

@media only screen and (max-width: 480px){
#float_btn{display: none;}
}


/* 2023.12.13 ÄÉµ­ */
.shipping{margin-top: 70px;}

.shipping-item:first-of-type{margin-bottom: 30px;}

.shipping h4{
font-size: 16px;
font-weight: 600;
background-color: #F4DB6C;
padding: 5px 15px;
margin: 0 0 10px;
}

.shipping .shipping-item p,
.shipping .shipping-item table{
font-size: 90%;
}

.shipping .shipping-item table{width: 100%;margin-bottom: 10px;}

.shipping .shipping-item table tr th,
.shipping .shipping-item table tr td{
font-weight: 300;
border: 1px solid #333333;
padding: 6px 10px;
}

.shipping .shipping-item table tr th{
width: 76%;
background-color: rgb(253,242,206,0.6);
}

.shipping .shipping-item table tr td{text-align: center;}

.shipping .shipping-item a{
font-weight: 600;
text-decoration: underline;
color: #D07727;
transition: .4s ease;
}

.shipping .shipping-item a:hover{opacity: .6;}

@media only screen and (max-width: 480px){
 .shipping{margin-top: 50px;}
.shipping .shipping-item table{font-size: 10px;}
}

.tbl_calendar{width: 48%; margin-bottom: 15px;}

