@charset "utf-8";

@import url("https://image.raku-uru.jp/cms/fontcss/font.css");

/* ------------------------------------------------------------------------------------

　main - リセットCSS
	
--------------------------------------------------------------------------------------- */

div,
p,
table,
td,
th,
dl,
dt,
dd,
img,
h1,
h2,
h3,
h4,
figure{
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    vertical-align: bottom;
	max-width:100%;
	width:auto;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}


/*リンク設定*/
a {
    color: #336600;
    text-decoration: underline;
}

header a:visited,
footer a:visited{
    color: #336600;
}

header a:hover,
footer a:hover{
    color: #CC6600;
}

a img {
    transition: all 0.5s;
    opacity: 1;
}

a:hover img {
    opacity: 0.65;
}

.ico_blank:after{
	font-family:'icomoon';
	content:"\ea7e";
	margin-left:.3em;
}

/*フォント調整*/


html {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}



/*汎用設定*/

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
    color: #333333;
    line-height: 1.7;
    /*font-family:"メイリオ",'Meiryo','Verdana',"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",'Osaka',sans-serif;*/
}

strong {
    font-weight: normal;
}

em {
    font-style: normal;
}

.h2area strong {
    font-weight: bold;
}

@media all and (-ms-high-contrast:none) {
	body,
	input,
	textarea,
	select,
	button{
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}


/* ------------------------------------------------------------------------------------

　default - カートデフォルトCSS
	
--------------------------------------------------------------------------------------- */

ul,
li{
	margin:0;
	padding:0;
}


/* サムネイル付き商品画像
----------------------------*/
/* オープン画像 */
/*overlay*/
.overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
}

.modal-open {
  /* overflow: hidden; */
}
.modal-open .overlay {
  display: block;
}

/* modal */
.modal {
  position: absolute;
  z-index: 9999;
  display: none;
  background-color: #fff;
}

.modal-open .modal {
  display: block;
}

.modal-inner {
  position: relative;
  width: 100%;
}

.modal-img {
  width: 100%;
}

.modal-img img {
  max-width: 640px;
  max-height: 640px;
  width: auto;
  height: auto;
}

.modal-close {
  position: absolute;
  top: -42px;
  right: 0px;
}
.modal-close a {
  display: block;
  width: 32px;
  height: 32px;
}
.modal-close a::before {
  content: "\e904";
  font-family: "icomoon";
  color: #000;
  font-size: 32px;
}

/* 1枚目画像 */
.item-detail-photo-main {
  position: relative;
  padding: 0;
}

.item-detail-photo {
  position: relative;
  overflow: hidden;
  width: 480px;
  height: 480px;
  margin: 0 auto 30px;
}
.item-detail-photo li {
  list-style: none;
  float: left;
  width: 480px;
  height: 480px;
  position:relative;
}
.item-detail-photo img {
  display: block;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

/* 商品画像:矢印 */
.item-detail-photo-backbtn,
.item-detail-photo-nextbtn {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -15px;
}
.item-detail-photo-backbtn a,
.item-detail-photo-nextbtn a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background-color: #000;
}
.item-detail-photo-backbtn a::before,
.item-detail-photo-nextbtn a::before {
  position: absolute;
}
.item-detail-photo-backbtn a:hover,
.item-detail-photo-nextbtn a:hover {
  text-decoration: none;
}

.item-detail-photo-backbtn {
  left: 0;
}
.item-detail-photo-backbtn a::before {
  content: "\e905";
  font-family: "icomoon";
  left: 12px;
}

.item-detail-photo-nextbtn {
  right: 0;
}
.item-detail-photo-nextbtn a::before {
  content: "\e90b";
  font-family: "icomoon";
  right: 10px;
}

/* 商品画像:サムネイル */
.item-detail-thumb {
	display:flex;
	flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}

.item-detail-thumb-photo {
	box-sizing:border-box;
  display:block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  margin: 0 10px 10px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #999;
}
.item-detail-thumb-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  max-height: 80px;
  max-width: inherit;
}

.ttl-reservation {
  font-size: 16px;
  line-height: 33px;
  display: inline-block;
  width: 100px;
  height: 33px;
  margin-right: 12px;
  text-align: center;
  font-weight: normal;
  color: #1a130c;
  background: #f3f3f3;
}

/*@media screen and (max-width: 960px) {
  .item-detail-photo {
    width: 480px;
    height: 480px;
  }
  .item-detail-photo li {
    width: 480px;
    height: 480px;
  }
}*/


/* バリエーション */
.item-detail-num-count {
  font-size: 0;
  display: flex;
  width: 100%;
  margin-bottom:70px;
}

.item-detail-num-plus {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.item-detail-num-plus a,
.item-detail-num-minus a {
  font-size: 24px;
  line-height: 55px;
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  text-decoration: none;
  background-color: #eee;
  font-weight:bold;
  color: #000;
  border: 1px solid #999;
}

.item-detail-num-minus {
  font-size: 14px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

.item-detail-num {
  height: 55px;
  margin-right: 12px;
  padding: 0;
  vertical-align: middle;
}
.item-detail-num input[type=number] {
  font-size: 18px;
  line-height: 55px;
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  border: solid 1px #d2d2d2;
  -moz-appearance: textfield;
}
.item-detail-num input[type=number]::-webkit-inner-spin-button, .item-detail-num input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.item-detail-num-select {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 56px;
  margin-bottom: 18px;
  vertical-align: middle;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}
.item-detail-num-select label::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  margin-top: -3px;
  content: '';
  border-width: 7px 5px 0 4px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.item-detail-num-select select {
  font-size: 14px;
  line-height: 56px;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  width: -webkit-calc(100%);
  height: 56px;
  margin: 0;
  padding: 0 0 0 20px;
  text-indent: .01px;
  text-overflow: '';
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 検索・カテゴリーページ
----------------------------------*/
  
  
/*　並び順／ページ送り */
.sort {
  text-align: right;
  margin-bottom: 1.5em;
}
.cat-head + .sort {
  border-top: 1px solid #e5e5e5;
}

.sort ul {
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-end;
  padding: 10px 0;
  list-style:none;
}
.sort ul li {
  font-size: 1.4rem;
  padding:0 1em;
  border-right: 1px solid #336600;
}
.sort a {
	display:block;
	padding:0;
  text-decoration: underline;
}

.sort ul li span{
	color:#cc6600;
	font-weight:bold;
}

.sort ul li:last-child, .sort ul li:first-child {
  border: none;
}

.sort ul li:first-child{
	padding-right:0;
}

.item-list-itemcount {
  border-top: 1px solid #e5e5e5;
  text-align: right;
  margin: 15px 0;
  padding: 15px 0;
  font-size: 12px;
  font-size: 1.2rem;
}


@media screen and (max-width: 600px) {
  /* サムネイル付き商品画像
  ----------------------------*/
  /* オープン画像 */
  .nav-open {
    overflow: hidden;
  }
  .nav-open .overlay {
    display: block;
  }

  /* modal */
  .modal-img img {
    max-width: 340px;
    max-height: 340px;
    width: auto;
    height: auto;
  }
  .modal-close {
    position: absolute;
    top: -30px;
  }
  .modal-close a {
    display: block;
    width: 24px;
    height: 24px;
	text-decoration:none;
  }
  .modal-close a::before {
    font-size: 24px;
	line-height:1;
  }
  /* 1枚目画像 */
  .item-detail-photo-main {
    margin: 0 auto;
  }

  .item-detail-photo {
    width: calc(90vw - 40px);
    height: calc(90vw - 40px);
	margin-bottom:20px;
  }
  .item-detail-photo ul {
    width: 100%;
    height: calc(90vw - 40px);
    margin: 0 auto;
  }
  .item-detail-photo ul li {
    display: block;
    width: calc(90vw - 40px);
    height: calc(90vw - 40px);
    margin: 0;
  }
  /* 商品画像:サムネイル */
  .item-detail-thumb-photo {
    width: 48px;
    height: 48px;
  }
  
  
  /* バリエーション */
  .item-detail-num-count {
	  font-size: 0;
	  display: flex;
	  width: 100%;
	  margin-bottom:20px;
	}
	
	.item-detail-num-plus {
	  font-size: 14px;
	  display: inline-block;
	  vertical-align: middle;
	}
	.item-detail-num-plus a,
	.item-detail-num-minus a {
	  font-size: 24px;
	  line-height: 55px;
	  display: block;
	  width: 55px;
	  height: 55px;
	  text-align: center;
	  text-decoration: none;
	  background-color: #f1f1f1;
	  color: #000;
	  border: 1px solid #ddd;
	}
	
	.item-detail-num-minus {
	  font-size: 14px;
	  display: inline-block;
	  margin-right: 12px;
	  vertical-align: middle;
	}
	
	.item-detail-num {
	  height: 55px;
	  margin-right: 12px;
	  padding: 0;
	  vertical-align: middle;
	}
	.item-detail-num input[type=number] {
	  font-size: 14px;
	  line-height: 55px;
	  display: block;
	  width: 55px;
	  height: 55px;
	  text-align: center;
	  border: solid 1px #d2d2d2;
	  -moz-appearance: textfield;
	}
	.item-detail-num input[type=number]::-webkit-inner-spin-button, .item-detail-num input[type=number]::-webkit-outer-spin-button {
	  margin: 0;
	  -webkit-appearance: none;
	}
	
	.item-detail-num-select {
	  position: relative;
	  display: inline-block;
	  overflow: hidden;
	  width: 100%;
	  height: 56px;
	  margin-bottom: 18px;
	  vertical-align: middle;
	  border: 1px solid #d2d2d2;
	  background-color: #fff;
	}
	.item-detail-num-select label::before {
	  position: absolute;
	  z-index: 2;
	  top: 50%;
	  right: 20px;
	  width: 0;
	  height: 0;
	  margin-top: -3px;
	  content: '';
	  border-width: 7px 5px 0 4px;
	  border-style: solid;
	  border-color: #000 transparent transparent transparent;
	}
	.item-detail-num-select select {
	  font-size: 14px;
	  line-height: 56px;
	  position: relative;
	  z-index: 2;
	  display: block;
	  width: 100%;
	  width: -webkit-calc(100%);
	  height: 56px;
	  margin: 0;
	  padding: 0 0 0 20px;
	  text-indent: .01px;
	  text-overflow: '';
	  border: 0;
	  outline: none;
	  background: transparent;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	}
	
	 /*　並び順／ページ送り */
	  .sort {
		margin-bottom:6vw;
	  }
	  .sort ul {
		padding:0
	  }
	  .sort ul li {
		font-size:3.2vw;
		padding: 0 10px;
	  }
	
	  .item-list-itemcount {
		font-size: 14px;
		font-size: 1.4rem;
	  }
	  
}

/* PCのみ */
@media screen and (min-width: 601px) {
	.item-detail-num-plus a:hover,
	.item-detail-num-minus a:hover{
		opacity:.6;
	}
}


/* 商品詳細
----------------------------------*/

.lead-txt{
	margin-bottom:1em;
}

.item-dtail-nostock,
.item-dtail-outofoperiod{
	background:#FFD2D2;
	color:#F00;
	text-align:center;
	padding:1em;
}

.item-detail-spec{
	background:#FAF9F7;
	padding:1em 1.5em;
	margin:2em 0 0;
	font-size:.9em;
	color:#333;
}

.item-detail-spec dl:not(:last-child){
	border-bottom:1px dotted #666666;
}

.item-detail-spec dl{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;	
}

.item-detail-spec dt{
	font-weight:bold;
	width:7em;
	margin:0 !important;
	padding:5px 0;
}

.item-detail-spec dd{
	width:calc(100% - 8em);
	margin:0;
	padding:5px 0;
}


/* 商品バッジ
----------------------------------*/
.icon-badge:before{
	display:block;
	position:absolute;
	top:0;
	left:0;
	padding:.5em 1em;
	background:#333;
	color:#fff;
	line-height:1;
	z-index:2;
}

.icon-badge.is_21556:before{
	content:"NEW";
	background-color:#A14147;
}
.icon-badge.is_21557:before{
	content:"送料無料";
	background-color:#EC7308;
}
.icon-badge.is_21558:before{
	content:"限定品";
	background-color:#8C6239;
}

/*.icon-badge.is_21556:before{
	content:"NEW";
	background-color:#A14147;
}

.icon-badge.is_21557:before{
	content:"おすすめ";
	background-color:#EC7308;
}

.icon-badge.is_21558:before{
	content:"限定品";
	background-color:#8C6239;
}*/

.list-product .icon-badge:before{
	font-size:.8em;
}


/*------------------------------
  slider
------------------------------*/
#main-image {
  position: relative;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  z-index:2;
}
#main-image img {
  max-width: 100%;
  max-height: 100%;
}

.main-image-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.main-image-slider > ul {
  position: absolute;
  z-index:2;
  top: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  height: auto;
}
.main-image-slider > ul > li {
  display: inline;
  float: left;
  overflow: hidden;
  width:auto;
  height:auto;
  list-style-type: none;
}
.main-image-slider > ul > li span,
.main-image-slider > ul > li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.main-image-prev,
.main-image-next{
	display:none;
}

.main-image-prev {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 2;
  font-size: 22px;
  margin-top: -16px;
}

.main-image-next {
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 2;
  font-size: 22px;
  margin-top: -16px;
}

.main-image-prev a,
.main-image-next a {
  display: flex;
  justify-content:center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius:17px;
  line-height:1;
  text-align: center;
  text-decoration:none;
  background:#000;
  color:#fff !important;
}

.main-image-prev a:hover,
.main-image-next a:hover {
  text-decoration: none;
}

.main-image-indicator {
  position: absolute;
  z-index:10;
  right: 0;
  bottom:10px;
  left: 0;
}

.main-image-indicator ul {
  text-align: center;
}

.main-image-indicator ul li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  pacity: .6;
  border: #FFE18C solid 1px;
  border-radius: 50%;
  background-color:#fff !important;
}

.main-image-indicator ul li.active {
  background-color: #cc6600 !important;
}

@media screen and (max-width:750px) {
  
  .main-image-indicator{
	  bottom:5px;
  }
  
  .main-image-indicator ul li{
	  width:7px;
	  height:7px;  
  }
  
}

/*@media screen and (min-width: 600px) {
  #main-image {
    width: 100%;
    overflow: hidden;
    margin: 0;
    text-align: center;
  }

  .main-image-slider > ul {
    height: 460px;
  }
  .main-image-slider > ul > li {
    width: 100%;
  }

  .main-image-indicator {
    bottom: 6px;
  }
  .main-image-indicator ul {
    font-size: 0;
    margin: 0;
    padding: 0;
  }
  .main-image-indicator ul li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
}
@media screen and (min-width: 1019px) {
  .main-image-prev a,
  .main-image-next a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
  }
}*/


/* ページ送り */
.pager {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 94%;
}
.pager .prev,
.pager .next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  height: 20px;
}
.pager .prev a,
.pager .next a {
  position: relative;
  color: #1a130c;
  line-height: 20px;
}
.pager .prev a::after,
.pager .next a::after {
  position: absolute;
  width: 14px;
}
.pager .prev {
  left: 0;
}
.pager .prev a {
  padding-left: 24px;
}
.pager .prev a::after {
  left: 0;
  content: "\e905";
  font-family: "icomoon";
  font-size: 16px;
}
.pager .next {
  right: 0;
}
.pager .next a {
  padding-right: 24px;
}
.pager .next a::after {
  right: 0;
  content: "\e90b";
  font-family: "icomoon";
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .pager {
    width: 60%;
  }
}

.page-num {
  display: inline-block;
}
.page-num ul {
  font-size: 0;
}
.page-num ul li {
  font-size: 14px;
  display: inline-block;
  margin: 0 15px;
}
.page-num ul li span {
  font-weight: bold;
  font-size: 16px;
}

/* 〇 */
.page-num2 {
  display: inline-block;
}
.page-num2 ul {
  font-size: 0;
}
.page-num2 ul li {
  font-size: 14px;
  display: inline-block;
  margin: 0 5px;
}
.page-num2 ul li a {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
}
.page-num2 ul li a:hover {
  background-color: #22af73;
  color: #fff;
  text-decoration: none;
}
.page-num2 ul li span a {
  font-weight: bold;
  background-color: #000;
  color: #fff;
}

/* □ */
.page-num3 {
  display: inline-block;
}
.page-num3 ul {
  font-size: 0;
}
.page-num3 ul li {
  font-size: 14px;
  display: inline-block;
  margin: 0 5px;
}
.page-num3 ul li a {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #000;
  color: #000;
}
.page-num3 ul li a:hover {
  background-color: #22af73;
  color: #fff;
  text-decoration: none;
}
.page-num3 ul li span a {
  font-weight: bold;
  background-color: #000;
  color: #fff;
}


/* バリエーションスタイル */

.item-detail-select select{
	box-sizing:border-box;
	width:100%;
	height:3em;
	font-size:1.8rem;
	font-weight:500;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
	border:1px solid #d2d2d2;
	padding:0 0 0 1em;
	margin:.3em 0 .6em;
}


/* ------------------------------------------------------------------------------------

　layout - レイアウトCSS
	
--------------------------------------------------------------------------------------- */

#container {
    width: 100%;
    text-align: left;
}

#contentWrapper {
    background: url("https://image.raku-uru.jp/01/8062/63/bg_mark_1590127628950.png") right 0 / 40vw auto no-repeat;
}

#tpl_top #contentWrapper{
	background:none;
}

#head {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    z-index: 20;
}

html body {
    padding-top: 60px;
}

#head > * {
    max-width: 100%;
    box-sizing: border-box;
}

#content {
    width: 100%;
    padding: 20px 5%;
    box-sizing: border-box;
	color:#336600;
}

/*

#navi {
	width:100%;
}

#main {
	width:100%;
}

*/

#foot {
    width: 100%;
}


/* ------------------------------------------------------------------------------------

　sub - 下層ページ・パーツCSS
	
--------------------------------------------------------------------------------------- */

.pcOnlyB {
    display: none;
}

.pcOnlyI {
    display: none;
}

.spOnlyI {
    display: inline;
}

.spOnlyB {
    display: block;
}


h1 {
    margin-right: auto;
    padding-left: 2%;
}

h1 img {
    width: 40vw;
	max-width:165px;
    vertical-align: top;
}

#head h1 a{
	display:flex;
	align-items: center;
}

.navBtn {
    padding: 10px 20px;
}

.navBtn img {
    width: 8vw;
	max-width:33px;
}

h2 {
    color: #336600;
    font-size: 2rem;
    background:url("https://image.raku-uru.jp/01/8062/62/h2head_1590127628712.png") left .2em / 22px auto no-repeat;
    padding: 0 0 0 1.5em;
    position: relative;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.4;
}

h2.is_border {
    padding-bottom: .5em;
    border-bottom: 1px solid #336600;
}

h3 {
    font-weight: bold;
    color: #336600;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

h3:before {
    content: "●";
    color: #336600;
    font-size: 1.8rem;
}

.sectionBox {
    margin-bottom: 30px;
}


.hn1 {
    display: none;
}

.hn2 {
    width: auto;
    padding: 0;
    margin: 15px 0;
}

.hn2 li {
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 1.6rem;
    width: auto;
}

.hn2 li a span {
    display: none;
}

.hn2 li a img {
    width: 5vw;
}

.hn2 li.hn2search {
    display: none;
}

.footContent {
    background-color: #FFF6EE;
    font-size: 1.4rem;
}

.footContentArea {
    padding: 5vw;
}

.table1 {
    background-color: #FFF;
    border: solid 1px #999;
    margin-bottom: 20px;
    border-collapse: collapse;
    box-sizing: border-box;
    width: 100%;
}

.table1 td,
.table1 th {
    text-align: center;
    border: solid 1px #999;
    padding: 5px;
    vertical-align: middle;
    font-weight: normal;
    font-size: 1.2rem;
}

.table1 tr td:nth-child(1) {
    width: 20%;
}

.table1 tr td:nth-child(2) {
    text-align: left;
}

.table1 tr td:nth-child(3) {
    width: 20%;
}

.footContentArea p {
    color: #CC6600;
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-align: left;
}

.footContentArea p .foot1 {
    font-size: 1.8rem;
    color: #CC0000;
}

.footBox {
    background: #FFFFFF;
    padding: 20px;
    margin: 0 0 20px 0;
    border-radius: 10px;
    text-align: left;
}

.footBox dt {
    font-weight: bold;
    color: #336600;
    font-size: 1.8rem;
    padding: 0 0 5px 0;
}

.footBox dt:before {
    content: "・";
}

.footBox dd {
    padding: 0 0 0 20px;
}

.footBox dd span {
    color: #CC6600;
}

#foot h2 {
    background-color: transparent;
}

#foot h3 {
    text-align: left;
}

.footAbout {
    background-color: #236600;
    color: #FFFFFF;
    font-size: 1.8rem;
    text-align: left;
}

.footAboutArea {
    padding: 5vw;
}

address {
    font-style: normal;
    font-size: 1.4rem;
    margin-bottom: 5vw;
}

.footAboutArea ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footAboutArea ul li {
    margin: 0 0 20px 0;

}

.footAboutArea ul li a {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 0 0 0 20px;
    background: url("https://image.raku-uru.jp/01/8062/64/arrow_right_w_1590127629306.png") left center / 10px auto no-repeat;
    font-size: 1.6rem;
    line-height: 1;
}

.footContentArea p .foot1 {
    font-size: 2.4rem;
    margin-left: -0.4em;
    margin-bottom: 10px;
}

.copy {
    text-align: center;
    font-size: 1.2rem;
    padding: 10px 0;
}

#bottomNavi{
	display: none;
}

@media screen and (max-width:750px){

	#bottomNavi {
		display: none !important;
	}

}

#mainNavi h2 {
    margin: 0;
    background: none;
    padding: 3vw;
    text-align: center;
}

#mainNavi {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 20;
    overflow: scroll;
    padding-bottom: 10vw;
    display: none;
}

#mainNavi ul {
    margin: 0 0 5vw 0;
    padding: 0;
    list-style-type: none;
    border-top: solid 1px #DDDDDD;
}

#mainNavi ul li {
    width: 100%;
    border-bottom: solid 1px #DDDDDD;
}

#mainNavi ul li a {
    display: block;
    text-align: left;
    text-decoration: none;
}

#mainNavi ul li a:hover {
    color: #CC6600;
}

#mainNavi ul li img {
    width: 15vw;
    height: 15vw;
    vertical-align: middle;
    margin-right: 5vw;
}

#mainNavi ul.noImg li a {
    padding: 3vw 1vw 3vw 8vw;
    background: url("https://image.raku-uru.jp/01/8062/53/name_right_1590127626684.png") 10px center / 10px auto no-repeat;
}

.naviClose {
    padding: 3vw;
    background-color: #DDDDDD;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

/* トップページ */

.topInfo h2 {
    display: inline-block;
    margin-bottom: -10px !important;
    padding-bottom: 5px;
    padding-right: 10px;
    background-position: left center;
	background-color:#fff;
}

.topInfoArea {
    border-top: dotted 4px #CC6600;
    border-bottom: dotted 4px #CC6600;
    padding: 5vw 0;
}

.topInfoArea dl dt {
    color: #CC6600;
}

.topInfoArea dl dd {}

.topInfoArea dl dd a {
    color: #336600;
    display: block;
    margin-bottom: 5%;

}

.topInfoArea dl dd:last-child a {
    margin-bottom: 0;
}

.topCate ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.topCate ul li {
    width: 48%;
    padding-right: 4%;
    text-align: center;
}

.topCate ul li:nth-of-type(2n) {
    padding-right: 0;
}

.catePhoto {
    position: relative;
}

.catePhoto:before,
.catePhoto:after{
    content: "";
    width: 100%;
    height: 100%;
    background: url("https://image.raku-uru.jp/01/8062/52/photo_left_1590127626492.png") top 10px left 10px / 22px auto no-repeat;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.catePhoto:after{
	left:auto;
	top:auto;
	right:0;
	bottom:0;
	transform:scale(-1,-1);
}

/*.catePhoto:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/photo_right.svg) no-repeat bottom 10px right 10px;
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}*/

.catePhoto img {
    width: 100%;
}

.cateName {
    margin: 20px 0;
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 0 15px;
    color: #336600;
}


.topGentei {
    text-align: center;
}

.topGentei a{
	text-decoration:none;
}

.topGentei .catePhoto {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.topGentei img {
    vertical-align: middle;
    width: 40%;
}

.topGentei .catePhoto img {
    width: 100%;
}

.topReco {
    margin-left: -5vw;
    margin-right: -5vw;
}

.topReco h2 {
    margin-left: 5vw;
}

.topReco ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.topReco ul li {
    width: 33vw;
    overflow: hidden;
}

.topReco ul li .catePhoto {
    display: block;
    width: 100%;
    height: 33vw;
    overflow: hidden;
}


.topReco ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.topBnr ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.topBnr ul li {
    margin-bottom: 5%;
}

.topBnr ul li img {
    max-width: 100%;
}


.pan {
    background-color: #EEEEEE;
    padding: 5px;
    text-align: left;
}

.pan ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.pan ul li {
    display: inline-block;
    padding: 0 0 0 10px;
}

.pan ul li a {
    color: #336600;
}

.pan ul li:after {
    content: ">";
    padding-left: 10px;
    color: #336600;
}

.pan ul li:last-child:after {
    content: none;
    padding: 0;
}


/* 下層ページ - 商品詳細
--------------------------------------------------------------- */

.item_summary {
    color: #336600;
    margin-bottom:4em;
}

.item_summary figure {
    margin-bottom: 2em;
}

.item_summary em,
.item_summary strong {
    color: #CC6600;
}

.item_summary .note {
    color: #333;
	margin-top:1em;
}

.item_block{
	margin-bottom:20px;
}

.item_block .item_photo{
	margin-bottom:20px;
}

.item_block .item_property{
	color:#336600;
}

.item_block .item_property h2{
	margin:0 0 .5em;
	padding:0;
	background:none;
	font-size:1.7em;
	font-weight:500;
}

.item_block .item_property table{
	margin-bottom:.6em;
	line-height:1.5;
}

.item_block .item_property th,
.item_block .item_property td{
	padding:3px 5px 3px 0;
}

.item_block .item_property th{
	font-weight:500;
}

.item_block .item_property .method{
	display:inline-block;
	line-height:1;
	padding:5px 2em;
	color:#fff;
	border-radius:5px;
	background:#336600;
}

/* DM便 / ネコポス / 宅急便コンパクト / 宅急便 */
.item_block .item_property .method.is_1,
.item_block .item_property .method.is_2,
.item_block .item_property .method.is_3,
.item_block .item_property .method.is_4{
	background: #cccccc;
	background: -moz-linear-gradient(top,  #cccccc 0%, #666666 100%);
	background: -webkit-linear-gradient(top,  #cccccc 0%,#666666 100%);
	background: linear-gradient(to bottom,  #cccccc 0%,#666666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#666666',GradientType=0 );
}

/* 冷蔵便 */
.item_block .item_property .method.is_5{
	background: #33ccff;
	background: -moz-linear-gradient(top,  #33ccff 0%, #3347d3 100%);
	background: -webkit-linear-gradient(top,  #33ccff 0%,#3347d3 100%);
	background: linear-gradient(to bottom,  #33ccff 0%,#3347d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ccff', endColorstr='#3347d3',GradientType=0 );
}

/* 冷凍便 */
.item_block .item_property .method.is_6{
	background: #67e6f7;
	background: -moz-linear-gradient(top,  #67e6f7 0%, #0076b2 100%);
	background: -webkit-linear-gradient(top,  #67e6f7 0%,#0076b2 100%);
	background: linear-gradient(to bottom,  #67e6f7 0%,#0076b2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67e6f7', endColorstr='#0076b2',GradientType=0 );
}

.item_block .item_property .yen{
	font-size:1.7em;
	line-height:1;
}

.item_block .item_property .tax{
	font-size:.8em;
}

.item_block .item_property dt{
	margin-bottom:.6em;
}

.item_note{
	background:#f8ebdd;
	color:#336600;
	font-weight:500;
	padding:1em;
}


/* 下層ページ - 商品取り扱い店舗
--------------------------------------------------------------- */

.itemstores_block{
	margin:2em 0 0;
}

.itemstores_block h3{
	margin-bottom:.5em;
}

.itemstores_block ul:not(:last-child){
	margin-bottom:2em;
}

.itemstores_block ul{
	margin-left:2em;
}

.itemstores_block ul > li:not(:last-child){
	margin-bottom:1em;
}


/* 既存パーツ改変 - 商品リスト
--------------------------------------------------------------- */

.list-product{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	list-style:none;	
}

.list-product li{
	width:calc(50% - 10px);
	margin:0 0 30px;
	line-height:1.6;
}

.list-product li a{
	display:block;
	text-decoration:none;
}

.list-product .item-photo{
	position:relative;
	margin-bottom:10px;
}

.list-product .item-name{
	position:relative;
	display:block;
	font-size:1.3rem;
	text-decoration:underline;
	text-align:center;
	padding:0 16px;
	margin-bottom:10px;
}

.list-product .item-name:before,
.list-product .item-name:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:11px;
	height:11px;
	background:url("https://image.raku-uru.jp/01/8062/52/photo_left_1590127626492.png") center center / contain no-repeat;
}

.list-product .item-name:after{
	top:auto;
	left:auto;
	right:0;
	bottom:0;
	transform:scale(-1,-1);
}

.list-product .item-price{
	color:#cc6600;
	font-weight:bold;
	text-align:center;
	line-height:1;
}

.list-product .item-price .tax{
	font-size:.8em;
}


/* 既存パーツ改変 - テーブル
--------------------------------------------------------------- */

.about-tbl{
	width:100%;	
}

.about-tbl th,
.about-tbl td{
	font-size:1.2rem;
	padding:5px 10px;
	border:1px solid #336600;
}

.about-tbl th{
	width:5em;
	background:#f8ebdd;
}

.about-tbl td{
	background:#fff;
}

.about-tbl a{
	color:#cc6600;
	font-weight:bold;
}


/* 共通パーツ
--------------------------------------------------------------- */

.btn_type1{
	position:relative;
	display:block;
	height:60px;
	background:#336600;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-weight:500;
	font-size:1.8rem;
	line-height:60px;
}

.btn_type1:before,
.btn_type1:after{
	content:"";
	position:absolute;
	top:5px;
	left:5px;
	width:16px;
	height:16px;
	background:url("https://image.raku-uru.jp/01/8062/55/mark_cart_1590127627188.png") center center / contain no-repeat;	
}

.btn_type1:after{
	top:auto;
	left:auto;
	right:5px;
	bottom:5px;
	transform:scale(-1,-1);
}

.btn_type1 > span:before{
	position:relative;
	top:.5em;
	content:"";
	display:inline-block;
	width:30px;
	height:32px;
	background:url("https://image.raku-uru.jp/01/8062/60/ico_cart_white_1590127628363.png") center center / contain no-repeat;
	margin:0 10px 0 0;
}

.anchor_block{
    margin-top:-80px;
    padding-top:80px;
}


@media print, screen and (min-width:751px){
	
	/* ------------------------------------------------------------------------------------
	
	　layout_pc - レイアウトCSS(PC)
		
	--------------------------------------------------------------------------------------- */
	
	body{
		min-width:1200px;
	}
	
	#container {
		width: 1200px;
		margin: 0 auto;
		/*よせ位置調整*/
		text-align: left;
		font-size:1.8rem;
	}
	
	#contentWrapper {
		background: url("https://image.raku-uru.jp/01/8062/63/bg_mark_1590127628950.png") right 280px / 434px auto no-repeat;
	}
	
	#contentWrapper h2{
		margin-bottom:60px;
	}
	
	#head {
		width: 100%;
		min-width: 1200px;
		margin: 0 auto;
		/*よせ位置調整*/
		text-align: left;
		height: 125px;
		position: static;
	}
	
	html body {
		padding-top: 0px;
	}
	
	#content {
		padding: 90px 0;
	}
	
	#contentWrapper #content{padding:60px 0 90px;}
	
	#content a{
		transition:.3s;
	}
	
	
	/* ------------------------------------------------------------------------------------
	
	　sub_pc - 下層ページ・パーツCSS(PC)
		
	--------------------------------------------------------------------------------------- */
	
	.pcOnlyB {
		display: block;
	}
	
	.pcOnlyI {
		display: inline;
	}
	
	.spOnly,
	.spOnlyI,
	.spOnlyB {
		display: none;
	}
	
	h1 {
		padding-left: 30px;
	}
	
	h1 img {
		width: auto;
		max-width:none;
		padding: 0;
	}
	
	.headNav {
		margin-right: 80px;
	}
	
	.navBtn {
		margin: 0;
		padding: 10px;
		background-color: rgba(255, 255, 255, 0.8);
		border-radius: 5px;
		position: fixed;
		right: 10px;
		top: 25px;
		z-index: 10;
	}
	
	.navBtn:hover {
		cursor: pointer;
	}
	
	.navBtn img {
		width: 40px;
		max-width:none;
	}
	
	h2 {
		font-size: 2.4rem;
	}
	
	.sectionBox {
		margin-bottom: 90px;
	}
	
	
	.hn1 {
		display: block;
		list-style-type: none;
		padding: 0;
		margin: 15px 0;
	}
	
	.hn1 li {
		display: inline-block;
		padding: 0 30px;
		border-left: solid 1px #336600;
	}
	
	.hn1 li:first-child {
		padding: 0 30px 0 0;
		border: none;
	}
	
	.hn1 li:last-child {
		padding: 0 0 0 30px;
	}
	
	.hn1 li a {
		text-decoration: none;
		color: #336600;
	}
	
	.hn1 li a:hover {
		color: #CC6600;
	}
	
	.hn2 {
		width: auto;
		padding: 0;
		margin: 15px 0;
	}
	
	.hn2 li {
		display: inline-block;
		padding: 0 0 0 20px;
		font-size: 1.6rem;
		width: auto;
	}
	
	.hn2 li:first-child {
		padding: 0;
	}
	
	.hn2 li a {
		text-decoration: none;
		display: block;
		color: #333;
	}
	
	.hn2 li a:hover {
		opacity: 0.7;
		color: #333;
	}
	
	.hn2 li:first-child a {
		min-width: 130px;
	}
	
	.hn2 li a img {
		vertical-align: middle;
		margin-right: 5px;
		width: auto;
	}
	
	
	.hn2 li a span {
		display: inline;
	}
	
	.hn2 li.hn2search {
		display: inline-block;
	}
	
	.hn2 li.hn2search input {
		padding: 7px 7px 7px 25px;
		background: url("https://image.raku-uru.jp/01/8062/56/ico_search_1590127627426.png") no-repeat center left 5px;
		border: solid 1px #CCCCCC;
		width: 170px;
	}
	
	.table1 td,
	.table1 th {
		padding: 5px 10px;
		font-size: 1.4rem;
	}
	
	.footContent {
		display: flex;
		justify-content: center;
	}
	
	.footContentArea {
		width: 585px;
		padding: 60px 0;
		text-align: left;
	}
	
	
	.footContentArea:first-child {
		margin-right: 30px;
	}
	
	.footContentArea p .foot1 {
		font-size: 2.4rem;
		margin-left: -0.4em;
		margin-bottom: 10px;
	}
	
	.footAboutArea {
		padding: 30px 0 50px 0;
		width: 1200px;
		margin: 0 auto;
		line-height: 2;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	address {
		margin: -13px 0 0 0;
	}
	
	.copy {
		width: 100%;
		margin-top: 30px;
	}
	
	#bottomNavi {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #103A00;
		z-index: 10;
	}
	
	#bottomNavi ul {
		margin: 0 auto;
		padding: 0;
		display: flex;
		width: 1200px;
		list-style-type: none;
		justify-content: space-between
	}
	
	#bottomNavi ul li a {
		display: block;
		padding: 10px 0;
		margin-right: 10px;
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#bottomNavi ul li a:hover {
		opacity: 0.6;
	}
	
	#bottomNavi ul li a:after {
		content: "|";
		margin-left: 15px;
	}
	
	#bottomNavi ul li:last-child a:after {
		content: "";
		margin-left: 0;
	}
	
	#mainNavi {
		box-sizing: border-box;
		padding: 30px;
		overflow: auto;
		background-color: rgba(255, 255, 255, 0.95);
	}
	
	#mainNavi h2 {
		padding: 0 0 30px 0;
	}
	
	#mainNavi ul {
		display: flex;
		flex-wrap: wrap;
		border: none;
		margin: 0 auto 30px auto;
		max-width: 1400px;
		min-width: 1200px;
	}
	
	#mainNavi ul li {
		width: 33%;
		border: none;
		padding: 5px;
		box-sizing: border-box;
	}
	
	#mainNavi ul li a {
		font-size: 1.8rem;
	}
	
	#mainNavi ul li a:hover {
		background-color: #FFF;
	}
	
	#mainNavi ul li img {
		width: 100px;
		height: 100px;
		margin-right: 20px;
	}
	
	#mainNavi ul.noImg li {
		width: 20%
	}
	
	#mainNavi ul.noImg li a {
		padding: 10px 10px 10px 40px;
		font-size: 1.6rem;
	}
	
	#mainNavi ul.noImg li a:hover {
		background-color: #FFF;
	}
	
	.naviClose {
		position: static;
		width: 200px;
		padding: 20px 50px;
		margin: 0 auto 30px;
	}
	
	.naviClose:hover {
		background-color: #CC6600;
		color: #FFF;
	}
	
	/* トップページ */
	
	.topInfoArea {
		padding: 30px 0;
	}
	
	.topInfoArea dl {
		display: flex;
		flex-wrap: wrap;
	}
	
	.topInfoArea dl dt {
		color: #CC6600;
		width: 15%;
		padding: 10px 0;
	}
	
	.topInfoArea dl dd {
		width: 85%;
		padding: 10px 0;
	}
	
	.topInfoArea dl dd a {
		display: inline;
		margin-bottom: 0;
	}
	
	.topInfoArea dl dd a:hover {
		color: #CC6600;
	}
	
	.topCate ul {}
	
	.topCate ul li {
		width: calc(25% - 8px);
		padding-right: 10px;
	}
	
	.topCate ul li:nth-of-type(2n) {
		padding-right: 10px;
	}
	
	.topCate ul li:nth-of-type(4n) {
		padding-right: 0;
	}
	
	.topCate ul li a:hover .cateName {
		color: #CC6600;
	}
	
	
	.cateName {
		margin: 30px 0;
		font-size: 1.8rem;
	}
	
	
	.cateName:before,
	.cateName:after {
		content: "";
		width: 20px;
		height: 16px;
		background: url("https://image.raku-uru.jp/01/8062/54/name_left_1590127626959.png") top left / 10px auto no-repeat;
		display: inline-block;
	}
	
	.cateName:after{
		transform:scale(-1,1);
	}
	
/*	.cateName:after {
		content: "";
		width: 20px;
		height: 15px;
		background: url(../img/name_right.svg) no-repeat top right;
		display: inline-block;
	}*/
	
	
	.topGentei .catePhoto {
		width: 400px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 40px;
	}
	
	.topGentei img {
		width: auto;
	}
	
	.topReco {
		margin-left: 0;
		margin-right: 0;
	}
	
	.topReco h2 {
		margin-left: 0;
	}
	
	.topReco ul {
		justify-content: space-around;
	}
	
	.topReco ul li {
		width: 285px;
		height: 285px;
	}
	
	.topReco ul li .catePhoto {
		display: block;
		width: 285px;
		height: 285px;
	}
	
	.topBnr ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.pan ul {
		width: 1200px;
		margin: 0 auto;
	}
	
	.pan ul li a:hover {
		color: #CC6600;
	}
	
	
	/* 下層ページ - 商品詳細
	--------------------------------------------------------------- */
	
	.item_summary {
		position: relative;
	}
	
	.item_summary figure {
		margin: 0;
		text-align: right;
	}
	
	.item_summary figure + .txt {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 90%;
		z-index: 2;
	}
	
	.item_summary figure + .txt:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 70%);
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 70%);
		background: linear-gradient(to right, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 70%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
		z-index: -1;
	}
	
	.item_summary figure + .txt .inr {
		width: 460px;
	}
	
	.item_summary .note {
		color: #333;
	}
	
	.item_block{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin-bottom:90px;
	}
	
	.item_block .item_photo{
		width:580px;	
	}
	
	.item_block .item_property{
		box-sizing:border-box;
		width:580px;
		padding:30px 30px 0;
	}
	
	
	/* 既存パーツ改変 - 商品リスト
	--------------------------------------------------------------- */
	
	.list-product{
		justify-content:flex-start;
	}
	
	.list-product li{
		width:270px;
		margin:0 30px 60px 0;
		line-height:1.6;
	}
	
	.list-product .item-photo{
		margin-bottom:20px;
	}
	
	.list-product .item-name{
		min-height:42px;
		font-size:1.4rem;
		padding:0 32px;
		margin-bottom:15px;
	}
	
	.list-product .item-name:before,
	.list-product .item-name:after{
		width:22px;
		height:22px;
	}
	
	.list-product .item-price .tax{
		font-size:.8em;
	}
	
	.list-product li a:hover{
		opacity:.5;
	}
	
	.list-product li img:hover{
		opacity:1;
	}
	
	
	/* 既存パーツ改変 - テーブル
	--------------------------------------------------------------- */
	
	.about-tbl th,
	.about-tbl td{
		font-size:1.6rem;
		padding:10px 15px;
	}
	
	.about-tbl th{
		width:auto;
		background:#f8ebdd;
	}
	
	.about-tbl td{
		background:#fff;
	}
	
	.about-tbl a{
		color:#cc6600;
		font-weight:bold;
	}
	
	
	/* 共通パーツ
	--------------------------------------------------------------- */
	
	.btn_type1{
		width:360px;
		margin:0 auto;
	}
	
	.btn_type1:hover{
		opacity:.5;
	}
	
	.anchor_block{
		margin-top:-50px;
		padding-top:50px;
	}

}


/* ------------------------------------------------------------------------------------

　library - ライブラリ
	
--------------------------------------------------------------------------------------- */

.m0{margin:0;}.mb0{margin-bottom:0;}.mb5{margin-bottom:5px;}.mb10{margin-bottom:10px;}.mb20{margin-bottom:20px;}.mb30{margin-bottom:30px;}.mb40{margin-bottom:40px;}.mb50{margin-bottom:50px;}.mleft0{margin-left:0;}.mleft5{margin-left:5px;}.mleft10{margin-left:10px;}.mleft20{margin-left:20px;}.mleft30{margin-left:30px;}.mright0{margin-right:0;}.mright5{margin-right:5px;}.mright10{margin-right:10px;}.mright20{margin-right:20px;}.mright30{margin-right:30px;}.mtop0{margin-top:0;}.mtop5{margin-top:5px;}.mtop10{margin-top:10px;}.mtop20{margin-top:20px;}.mtop30{margin-top:30px;}.p0{padding:0;}.p5{padding:5px;}.p10{padding:10px;}.pb0{padding-bottom:0;}.pb5{padding-bottom:5px;}.pb10{padding-bottom:10px;}.pb20{padding-bottom:20px;}.pb30{padding-bottom:30px;}.pleft0{padding-left:0;}pleft5{padding-left:5px;}.pleft10{padding-left:10px;}.pleft20{padding-left:20px;}.pright0{padding-right:0;}.pright5{padding-right:5px;}.pright10{padding-right:10px;}.pright20{padding-right:20px;}.ptop0{padding-top:0;}.ptop5{padding-top:5px;}.ptop10{padding-top:10px;}.ptop20{padding-top:20px;}.txtleft{text-align:left;}.txtcenter{text-align:center;}.txtright{text-align:right;}.fleft{float:left;}.fright{float:right;}.clearfloat{clear:both;}.bd{font-weight:700;}.uline{text-decoration:underline;}.red{color:#C00;}.lfont{font-size:1.2em;}.sfont{font-size:0.8em;}.vtop{vertical-align:top;}.vbottom{vertical-align:bottom;}.vmiddle{vertical-align:middle;}.def{border-collapse:collapse;margin:0 0 10px;padding:0;}.def td{text-align:left;vertical-align:top;border-bottom:dashed 1px #CCC;padding:5px;}.def th{text-align:left;vertical-align:top;font-weight:700;border-bottom:dashed 1px #CCC;padding:5px;}.clearfix{zoom:100%;}.clearfix:after{content:".";display:block;clear:both;height:0;visibility:hidden;}


/* 2025追加 - メニュー変更
--------------------------------------------------------------- */

.topCate2{

    & ul{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap:40px 20px;
        list-style: none;
        padding: 0;
        margin: 0;

        & a{
            display: block;
            text-decoration: none;
        }

        .cateName{
            display: block;
            margin: 15px 0 0;
        }

    }

    @media screen and (max-width: 750px) {

      & ul{
            grid-template-columns: repeat(2,1fr);
            gap:20px 15px;

              .catePhoto{
                  min-width: 0;
                  aspect-ratio:1/1;

                  & img{
                      width: 100%;
                      height: 100%;
                      object-fit: cover;
                      object-position: center center;
                  }

              }

            .cateName{
                margin-top: 10px;
            }

        }  

    }

}

.topGentei{
    @media screen and (max-width: 750px) {
        .isTitle{
            width: 40%;
            height: auto;
        }
    }
}

#mainNavi ul li img{
    object-fit: cover;
    overflow: hidden;
}

#bottomNavi ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

