@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}html,body,article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
.for_pc {display: none!important;}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.6em;
  font-family: リュウミンR-KL,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,se;,Meiryo,sans-serif;
  font-weight: 500;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

#drawer{ background-color:#FFF;}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: rgb(216,92,84);
  border:rgb(216,92,84);
  text-align:center;
  width:100%;
  padding:10px;
  border-radius: 20px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: rgb(216,92,84);
}

.btn--brown,
a.btn--brown {
  color: #fff;
  background-color: rgb(82,82,99);
  border:rgb(82,82,99);
  text-align:center;
  width:100%;
  padding:10px;
  border-radius: 20px;
}
.btn--brown:hover,
a.btn--brown:hover {
  color: #fff;
  background: rgb(82,82,99);
}

.detail_description_box__name{ font-size:1.6em;}

@media only screen and ( max-width : 768px ) {
  body {font-size: 14px;}
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: middle;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}



*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}


img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

@media only screen and ( max-width : 768px ) {
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0;
  }
  section {
    padding: 0;
  }
}

@media only screen and ( max-width : 480px ) {
  .container {
    padding: 0;
  }
}
@media only screen and ( max-width : 374px ) {
  .container {
    padding: 0;
  }
}

@media print, screen and ( min-width : 769px ) {
  .sbox {
    margin-bottom: 25px;
  }
  .container {
    width: 100%;
  }
  section {
    padding: 0 ;
  }
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

#header {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}
#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 13px;
  letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  color: #fff;
  background-color:rgb(193,101,39);
}
@media only screen and ( max-width : 768px ) {

  #header {
    padding: 5px 0;
    height: 60px;
  }
  .h_logo {
    width: 80%;
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 100;
  }
    .h_logo_t img {
    width: 50%;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}

@media print, screen and ( min-width : 769px ) {
  #header {
    height: 100px;
  }
  .h_logo img {
    width: 300px;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 3em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #bfd0ff;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */

.f_logo,.f_logo p {
  text-align: center;
}
.copy {
  text-align: center; margin-top:30px;
}
@media only screen and ( max-width : 768px ) {
  .footer{background-color:rgb(193,101,39); margin-top:-24%;}
  .footer {color:#FFF;}
  .footer a{color:#FFF;}
  .f_logo {
    padding: 0 20px;
    text-align: center;
  }
  .f_logo p {
    text-align: center;
  }
  .f_logo img {
    margin-top: 20px;
    width: 200px;
  }
  .top_menu_02{border-bottom: 1px solid rgb(199,101,22); color:rgb(199,101,22); padding:15px;}
.top_menu_02 a{ color:rgb(199,101,22);}

.top_menu_03{border-bottom: 1px solid #FFF; color:#FFF; padding:15px;}
.top_menu_03 a{ color:#FFF;}
}

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

@media print, screen and ( min-width : 769px ) {
  #footer {
    padding: 30px 0;
  }
  .f_logo {
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 200px;
  }
  .f_logo {
  }
  .copy {
  }
}

.f_box1 {
    padding: 0.5em 1em;
    margin: 1em 2em
    font-weight: bold;
    border: solid 1px #FFF;
	width:96%;
}
.f_box1 p {
    margin: 0; 
    padding: 0; text-align:center;
}

#tbl-bdr table,#tbl-bdr td,#tbl-bdr th {
    border-collapse: collapse;
    border:1px solid #FFF;
	padding:15px; text-align:center; font-size:13px;
    }
.acd-check{
    display: none;
}
.acd-label{
    background:rgb(199,101,22);
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 15px;
    position: relative;
	border-bottom: 1px solid #FFF;
}
.acd-label:after{
    background: rgb(199,101,22);
    box-sizing: border-box;
	color: #fff;
    content: '＋';
    display: block;
    font-family: "Font Awesome 5 Free";
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    border-bottom: 1px solid rgb(199,101,22);
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
	background:#FFF;
    color: rgb(199,101,22);
}
.acd-check:checked + .acd-label:after{
    content: '―';
}
.acd-check:checked + .acd-label + .acd-content{
    height: 50px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

#accordion{width:100%;}
#accordion a{color:rgb(199,101,22);}

.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 1em;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open { 
  background-color: rgb(121,41,29);
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #fff;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
  padding-left: 2.3125em;
  border-bottom: 1px solid rgb(199,101,22);
  background-color:#FFF;
}

.accordion-content p{ background-color:#FFF; margin:0 auto; color:rgb(199,101,22); padding:10px 0;}
.accordion-content p a{color:rgb(199,101,22);}


#accordion_h{width:100%;}
#accordion_h a{color:rgb(199,101,22);}

.accordion-container_h .accordion-title_h {
  position: relative;
  margin: 0;
  padding: 1em;
  font-weight: normal;
  color: rgb(199,101,22);
  cursor: pointer;
  border-bottom: 1px solid rgb(199,101,22);
}
.accordion-container_h .accordion-title_h:hover,
.accordion-container_h .accordion-title_h:active,
.accordion-title_h.open { 
  background-color: #FFF;
}

.accordion-container_h .accordion-title_h::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: rgb(199,101,22);;
  transition: all .3s ease-in-out;
}

.accordion-container_h .accordion-title_h::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: rgb(199,101,22);
  transition: all .2s ease-in-out;
}

.accordion-container_h .accordion-title_h.open::before {
  transform: rotate(180deg);
}

.accordion-container_h .accordion-title_h.open::after {
  opacity: 0;
}

.accordion-content_h {
  padding-left: 2.3125em;
  border-bottom: 1px solid rgb(199,101,22);
  background-color:#FFF;
}

.accordion-content_h p{ background-color:#FFF; margin:0 auto; color:rgb(199,101,22); padding:10px 0;}
.accordion-content_h p a{color:rgb(199,101,22);}
/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
#main p {
  word-break: break-all;
}

section {
  text-align: center;
}

#sec01 {
  background: #FFF; margin-top:-85px;
}
#sec02 {
  background: #FFF; margin-top:-130px;
}
#sec03 {
  background: #FFF; margin-top:-180px;
}
#sec04 {
  background: #FFF;margin-top:-80px;
}
.btn {
  display: block;
  background: #fff;
  color: #618bbe;
  padding: 0.8em 1em;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
}
.btn:before {
  content: "\f104";
  font-family: "FontAwesome";
  margin-right: 5px;
}
@media only screen and ( max-width : 768px ) {
  #main {
    padding-top: 10px;
  }
  .btn {
    width: 60%;
  }
}

@media only screen and ( max-width : 480px ) {
  .btn {
    width: 100%;
  }
}

@media print, screen and ( min-width : 769px ) {
  #main {
    padding-top: 10px;
  }
  .btn {
    width: 300px;
  }
}


.home_box02 {/*親div*/
  position: relative;/*相対配置*/ width:100%; margin:0 auto;
  }

.home_box02 p {
  position: absolute;/*絶対配置*/
  top: 0; color:#000000;
  left: 50%;background-color: rgba(255,255,255,0.5);
	padding:0 15px; font-size:14px;
  }

.home_box02 img {
  width: 50%;
  }


/*ふわっとアニメーション*/  
.scrollanime {
	opacity: 0;
}
.fadeInDown {
	animation-name: fadeInDown;
	animation-duration: 5s;
	animation-fill-mode: forwards;
}
@keyframes fadeInDown {
	0% {
		opacity: 0;			
	}
	100% {
	opacity: 1;
	transform: translate(0);
	}
}

.updown {
	transform: translateY(-100px);
}
.downup {
	transform: translateY(100px);
}

.sect02{
	overflow: hidden; 
}
.slide-right {
	transform: translateX(200px);
}
.slide-left {
	transform: translateX(-200px);
}

/************************/
/*                      */
/*    パンくず　    */
/*                      */
/************************/

.pankuzu {
 margin: 0 auto;background-color:rgb(199,101,22); padding:0.5em; text-align:left; color:#FFFFFF;
}
.pankuzu a{ color:#FFFFFF;}

/*ページTOP*/
#page-top{
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page-top a{
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background-color:rgb(121,41,29);
  text-decoration: none;
}
#page-top a:before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 30px;
  color: #FFF;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/************************/
/*                      */
/*    新着ブログ        */
/*                      */
/************************/
.blog_inf_img img{  max-width: 100%;
 max-height: 100%;
 width: auto;
 height: auto;}
 
 .img-container--precedo {
 position: relative;
 width: 200px;
 height: 100px;
 text-align: center;
 &:before {
 content: '';
 display: inline-block;
 vertical-align: middle;
 height: 100%;
 width: 0;
 margin-left: -0.3em;
 }
 img {
 vertical-align: middle;
 }
}

/************************/
/*                      */
/*      タイトル        */
/*                      */
/************************/

.tit_01{ background-color:/*rgb(121,41,29)*/rgb(249,211,145); text-align:center; padding:0.5em; color:#333; font-size:16px;
margin-top:0;}

.tit_02{ text-align:center; padding:0.5em; font-size:20px;font-family: 'リュウミンR-KL'; letter-spacing: 10px;margin-top:20px;}
.tit_03{
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #000000;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px rgb(199,101,22);/*左線*/
}

/************************/
/*                      */
/*        TOP           */
/*                      */
/************************/

.flex_top{
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;font-family:"じゅん 201";
}
.flex_top > *{
  min-width: 8%;
}
.flex_top,
.flex_top > *{
}

.flex_start{
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;font-family:"じゅん 201";
}
.flex_start > *{
  min-width: 8%;
}
.flex_start,
.flex_start > *{
}

/************************/
/*                      */
/*      　俵　屋　      */
/*                      */
/************************/
.b_orange{background-color: rgb(199,101,22); padding:0.2em; color:#FFF; margin:0 10px;}
.b_orange_02{padding:0.2em; margin:0 10px; text-align:left;}


/************************/
/*                      */
/*      新着情報        */
/*                      */
/************************/


/************************/
/*                      */
/*     商品ページ       */
/*                      */
/************************/

.shop_box{ width:90%; margin:0 auto; margin-top:20px;}
.shop_box a{ color:#CCC;}

.shop_box_02{ width:90%; margin:0 auto; padding-top:20px;}
.shop_box_02 a{ color:#333;}

.shop_box_left_02{ float:left; width:47%; text-align:center;margin:0 auto;}
.shop_box_right_02{ float:right; width:47%; text-align:center;margin:0 auto;}

.shop_box_left{ float:left; width:47%; text-align:center;margin:0 auto; font-size:12px;}
.shop_box_right{ float:right; width:47%; text-align:center;margin:0 auto; font-size:12px;}

.flex_test-box {
    background-color: #fff;     /* 背景色指定 */
    padding:  10px;
	display: flex; justify-content:center;
}

.flex_test-box_left {
    background-color: #fff;     /* 背景色指定 */
    padding:  5px;
	display: flex; justify-content:left;
}
 
.flex_test-item {
    padding: 10px;             /* 文字色 */
    margin:  5px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
	border: 1px solid rgb(121,41,29);
}

.flex_test-item a{color:rgb(121,41,29);}


#accordion_s{width:100%;}
#accordion_s a{color:rgb(121,41,29);}

.accordion-container_s .accordion-title_s {
  position: relative;
  margin: 0;
  padding: 1em;
  font-weight: normal;
  color: #FFF;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  background-color:rgb(121,41,29);
}
.accordion-container_s .accordion-title_s:hover,
.accordion-container_s .accordion-title_s:active,
.accordion-title_s.open { 
  background-color: rgb(121,41,29);
}

.accordion-container_s .accordion-title_s::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
}

.accordion-container_s .accordion-title_s::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #fff;
  transition: all .2s ease-in-out;
}

.accordion-container_s .accordion-title_s.open::before {
  transform: rotate(180deg);
}

.accordion-container_s .accordion-title_s.open::after {
  opacity: 0;
}

.accordion-content_s {
  padding-left: 2.3125em;
  border-bottom: 1px solid rgb(121,41,29);
  background-color:#FFF;
}

.accordion-content_s p{ background-color:#FFF; margin:0 auto; color:rgb(121,41,29; padding:10px;}
.accordion-content_s p a{color:rgb(121,41,29);}


.swiper-slide {
  cursor: pointer;
}

.sample03 .swiper-button-prev,
.sample03 .swiper-button-next {
  display: none;
}

@media (min-width: 768px) {
  .sample03 .swiper-button-prev,
  .sample03 .swiper-button-next {
    display: block;
  }
}

textarea {
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	padding: 3px 8px;
	margin: 2px;
	vertical-align: middle;
}