@charset "EUC-JP";

/*
* common
*/
html {
  font-size: 10px;
}

body {
  color: #5b5b5b;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}

ul {
  list-style: none;
}

/**/img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #5b5b5b;
}

a:hover {
  opacity: 0.7;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.red {
  color: #e00000;
}

.oneLineEllipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.spHeader,
.spFooter,
.toTop,
.dispSp {
  display: none;
}

.wrap {
  width: 100%;
}

.wrapWidth {
  max-width: 1200px;
  margin: auto;
}

.contentSpace {
  margin-top: 100px;
  position: relative;
}

/*
* common
*/

/*
* ヘッダートップ
*/
.headerTop {
  background-color: #57c3e7;
  color: #fff;
  height: 25px;
  font-size: 1.2rem;
}

.headerTop-inner {
  display: flex;
  justify-content: space-between;
}

.headerTop-inner-box {
  padding-top: 6px;
}

/*
* PCヘッダー
*/
.pcHeaderTop {
  display: flex;
  /*justify-content: space-between;*/
	justify-content: center;
  padding: 23px 0 23px;
  font-size: 1.2rem;
}



.globalNavi {
  box-sizing: border-box;
  width: 100%;
  height: 43px;
  background-color: #ddd;
  font-size: 1.3rem;
}

.globalNavi-lists {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
  width: 959px;
  margin: auto;
  position: relative;
}

.globalNavi-list {
	padding: 15px 0;
}

.globalNavi-list:first-child:nth-last-child(7),
.globalNavi-list:first-child:nth-last-child(7) ~ .globalNavi-list {
  width: calc(100% / 7);
}

.globalNavi-list-link {
  display: block;
  text-align: center;
  border-left: 1px solid #5b5b5b;
}

.globalNavi-list:last-child .globalNavi-list-link {
  border-right: 1px solid #5b5b5b;
}

.globalNavi-list:hover > .megaMenu {
  display: block;
}

.megaMenu {
  position: absolute;
  display: none;
  z-index: 9999;
  padding-top: 35px;
  width: 104%;
  left: -19px;
}

.megaMenu::before {
  content: '';
  display: block;
  position: absolute;
  border-right: 17px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 17px solid transparent;
  top: 15px;
  z-index: 9999;
}

.globalNavi-list:nth-child(2) .megaMenu::before {
    left: 240px;
}

.globalNavi-list:nth-child(3) .megaMenu::before {
    left: 400px;
}

.globalNavi-list:nth-child(4) .megaMenu::before {
    /*left: 563px;*/
	left: 480px;
}

.globalNavi-list:nth-child(5) .megaMenu::before {
    left: 723px;
}

.globalNavi-list:nth-child(6) .megaMenu::before {
    left: 881px;
}
.globalNavi-list:nth-child(7) .megaMenu::before {
    left: 1041px;
}
.megaMenu-lists {
  background-color: #fff;
  /*padding: 30px 40px 2px;*/
	padding: 30px 40px 2px;
  display: flex;
  /*flex-wrap: wrap;*//*平岡を追加のため解除*/
  align-content: space-between;
}

.megaMenu-lists li {
  width: calc(100% / 5);
  margin-bottom: 28px;
}

.megaMenu-lists-link {
  display: block;
	padding-left: 20px;
}


.slick-container.main {
  margin-bottom: 70px;
}
/*
* PCヘッダー
*/

/*
* スライダー
*/
.slick-slide:not(.slick-current) {
  opacity: .5;
}

/**
* PCコンテンツ
*/
.content-title {
  color: #000;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Avenir','Helvetica Neue','Helvetica';
}
.content-title2 {
  color: #fff;
background-color: #ff9900;
  font-size: 2.5rem;
  text-align: center;
vertical-align: middle;
padding: 0.5em 0.5em;
	margin-bottom: 1em;
  font-family: 'Avenir','Helvetica Neue','Helvetica';
}
.content-title3 {
  color: #fff;
background-color: #ff9900;
  font-size: 2rem;
  text-align: center;
vertical-align: middle;
padding: 0.5em 0.5em;
	margin-bottom: 1em;
  font-family: 'Avenir','Helvetica Neue','Helvetica';
	font-weight: normal;
}

.content-title4 {
  color: #000;
  font-size: 1.5rem;
  text-align: center;
vertical-align: middle;
padding: 0.5em 0.5em;
	margin-bottom: 1em;
  font-family: 'Avenir','Helvetica Neue','Helvetica';
	font-weight: normal;border-bottom: 1px solid #000;
}
.content-title5 {
	width: 70%;
	margin: 0 auto;
  color: #ff9900;
  font-size: 2rem;
  text-align: center;
vertical-align: middle;
padding: 0.5em 0.5em;
	margin-bottom: 1em;
  font-family: 'Avenir','Helvetica Neue','Helvetica';
	font-weight: normal;
	border-bottom: 1px solid #ff9900;
}

.content-list {
  padding-bottom: 30px;
	line-height: 1.5em;
}

.content-list-title,
.content-list-content {
  float: left;
}

.content-list-title {
  margin-right: 131px;
}

.content-list-content-link {
  display: block;
}

.displayShelf {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.displayShelfReturn {
  flex-wrap: wrap;
}

.displayShelf-itemBox {
  text-align: center;
  position: relative;
}

.newIcon {
  position: relative;
}

.newIcon::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  background: url(../images/main/icon_new.png) no-repeat;
  background-size: 50px;
  z-index: 9999;
}

.displayShelf-itemBox-link-inner {
  margin-top: 18px;
}

.displayShelf-itemBox-link-inner-rank {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 32px;
  background-color: #141414;
  background-repeat: no-repeat;
  background-size: 36px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.rankFirst {
  background-color: #c2af41;
}

.rankSecond {
  background-color: #9ea7b1;
}

.rankThird {
  background-color: #8a4445;
}

.displayShelf-itemBox-link-inner-rankInfo {
  width: 100%;
}

.displayShelf-itemBox-link {
  display: block;
  position: relative;
  font-size: 1.3rem;
}

.displayShelf-itemBox:not(.swiper-slide) .displayShelf-itemBox-itemName {
  margin-top: 18px;
}

.displayShelf-itemBox-price {
  margin-top: 9px;

}

.rightArrow {
  position: relative;
}

.rightArrow::before {
  content: '';
  display: block;
  position: absolute;
  border-left: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  transform: rotate(-135deg);
  right: 15px;
  top: 1px;
  width: 10px;
  height: 10px;
}

/* バナー */
.bnrs {
  margin-bottom: 119px;
}

.bnrs-lists {
  display: flex;
  justify-content: space-between;
}

.bnrs-lists li:nth-child(2) {
  margin: 0 2%;
}

.bnrs-lists li {
  width: calc((100% - 4%) / 3);
  max-width: 360px;
}
/* バナー */

/* News */
.newInfo {
  position: relative;
  font-size: 1.4rem;
	width: 80%;
	margin:0 auto 100px auto;
}
@media screen and (max-width:975px) {
.newInfo {
  position: relative;
  font-size: 1.4rem;
	width: 100%;
	margin:0 auto;
}
		
}
.newInfo .content-title {
  margin-bottom: 50px;
}
/* News */
.new {
color:ff0000;
background-color:#FDC434;
	font-size: 11px;
	margin-bottom: 1em;
}


/* ranking */
.tabs-Menu {
  display: flex;
}

.tabs-Menu li {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.tabs-Menu li:last-child {
  border-right: 1px solid #ddd;
}

.tabs-Menu li:first-child:nth-last-child(2),
.tabs-Menu li:first-child:nth-last-child(2) ~ li {
  width: calc(100% / 2);
}

.tabs-Menu li:first-child:nth-last-child(3),
.tabs-Menu li:first-child:nth-last-child(3) ~ li  {
  width: calc(100% / 3);
}

.tabs-Menu li:first-child:nth-last-child(4),
.tabs-Menu li:first-child:nth-last-child(4) ~ li  {
  width: calc(100% / 4);
}

.tabs-Menu li:first-child:nth-last-child(5),
.tabs-Menu li:first-child:nth-last-child(5) ~ li  {
  width: calc(100% / 5);
}

.tabs-Menu li:first-child:nth-last-child(6),
.tabs-Menu li:first-child:nth-last-child(6) ~ li  {
  width: calc(100% / 6);
}

.tabs-Menu li.ui-tabs-active {
  background-color: #57c3e7;
}

.tabs-Menu li.ui-tabs-active .tabs-Menu-link {
  color: #fff;
}

.tabs-Menu-link {
  display: block;
  text-align: center;
  padding: 18px 0;
  font-size: 1.5rem;
}

.tabs-Menu-link:hover {
  opacity: 1;
}
/* ranking */

/* Pick Up Item */
.pickUpItem .displayShelf-itemBox {
  margin-bottom: 38px;
}
/* Pick Up Item */

/**
* PCコンテンツ
*/

/*目的、方針、アクセス*/
.smilebox {
	width: 100%;
	margin-top: 150px auto 100px auto;
}

.smilebox  p {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
}
.smilebox2 {
	width: 100%;
	margin-top: 150px auto 100px auto;
}
.smilebox2 h3 {
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1em;
}
.smilebox2 p {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
}
.mascot {
	width: 127px;
	height: 247px;
	margin: 0 auto;
}
.mascot p {text-align: center;
}
.accessBox {
	width: 100%;
	margin-top: 50px auto 100px auto;
}

/*2カラム*/
.Maincolumn  {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column {
  width: 100%;
}


@media (min-width: 1024px) {
  .column {
    width: calc(50% - 16.18px / 2);
  }
}

.box-L  {
	/*max-width: 1200px;*/
	width: 45%;
	float: left;
	height: auto;
}
.box-R2  {
	/*max-width: 1200px;*/
	width: 45%;
	float: right;
	height: auto;
}
.box-R2 h3 {
	text-align: left;
}
.box-L2  {
	/*max-width: 1200px;*/
	width: 45%;
	float: left;
	height: auto;
}
.box-R  {
	/*max-width: 1200px;*/
	width: 45%;
	float: right;
	height: auto;
}
.policy  {
	/*max-width: 1200px;*/
	width: 40%;
	float: left;
	padding: 30px;
	border: 1px solid #ccc;
}
.purpose  {
	/*max-width: 1200px;*/
	width: 40%;
	float: right;
	padding: 30px;
	border: 1px solid #ccc;
}
.mascotimg {
	width: 20px;
	height: 41px;
}


/*.policy h2, .purpose h2, .service h2, .access h2{
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1em;
}*/

.policy h2 img,.purpose h2 img,.service h2 img {
	margin-right: 0.5em;
}
.policy p, .purpose p,{
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
}
@media screen and (max-width:975px) {
	.policy p, .purpose p,{
	text-align: left;
	font-size: 1.8em;
}
}

.map_box {
	margin: 0 auto;
}
.map_box h3 {
	font-size: 2em;
	font-weight: normal;
	line-height: 2em;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
/*目的、方針、アクセス*/

/*サブページ用*/

.cate-main {
	max-width: 100%;
	text-align: center;
	
}
.cate-main img {
	max-width: 100%; 
	height: auto;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 975px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/* table01 */
.table01 {
	font-size: 16px;
	width: 70%;
	margin: 0 auto;
	line-height: 1.5em;
		font-weight: normal;
}
.table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

.table01 th,
.table01 td {
  padding: 24px 0;
  border-bottom: 1px solid #b5b1b1;
}

.table01 th {
  width: 30%;

}
/* table02 *//*レンタルボックス*/

.rentalbox{
	margin: auto 0;
	padding: auto 0;
	width: 95%;
	font-size: 1.5em;
	/*font-size: 16px;*/
	font-weight: normal;
}

.tbl-r05 {
	width: 100%;
	text-align: center;
	
}
.tbl-r05 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
	font-weight: normal;
}
.tbl-r05 td {
  border: solid 1px #ccc;
  padding: 10px;
}
.tbl-r05 td:first-child {
  background: #fbf5f5;
}


@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 100%;
	  margin: 0 auto;
	padding: 0 auto;
	}
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #e9727e;
    color: #fff;
    font-weight: normal;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: normal;
    margin-right: 10px;
  }
}

.btn {
	width: 80%;
	text-align: center;
	margin: 100px auto 0 auto;
	padding: auto;

}
.btn p {
		font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
}
.btn img {
	width: 80%;
	text-align: center;
}
.bnr1 {
	width: 80%;
	text-align: center;
	margin: 50px auto 0 auto;
	padding: auto;

}
.bnr1 img {
	width: 80%;
	text-align: center;
}
.instagram-shopName-img {
  /*max-width: 150px;*/
	max-width: 200px;
	margin: 0 auto;
}
/*テキストデコ*/
.text_red {
	color: #ff0000;
}

/* sp */
@media only screen and (max-width: 975px) {
.table01 {
	width: 100%;

}	
  .table01 th,
  .table01 td {
    width: 100%;
    display: block;
	border: none;
  }

  .table01 th {
    width: 100%;
	  	background-color: #ffffcc;

  }

  .table01 td {
	  /*padding: 1em;*/
	  text-align: center;
  }
	.btn {
	width: 100%;
}
.btn img {
	width: 100%;
}
		.bnr1 {
	width: 100%;
}
.bnr1 img {
	width: 100%;
}

}
.table01 tr {
    border: none;
.Footer-shopName-img {
  /*max-width: 150px;*/
	max-width: 402px;
}
.instagram-shopName-img {
  /*max-width: 150px;*/
	max-width: 402px;
}

  }
/*サブページ用*/



/**
* PCフッター
*/
.footer {
  color: #000;
  margin-top: 271px;
}

.footer-title {
  background-color: #74c6d5;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 34px;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}

.footerContent {
  display: flex;
  font-size: 1.5rem;
}

.footerContent-leftInnter,
.footerContent-rightInnter {
  box-sizing: border-box;
  width: 50%;
}

.footerContent-rightInnter {
  padding-left: 4px;
}

.footerContent-box:not(:last-of-type) {
  margin-bottom: 61px;
}

.footerContent-box-title {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  max-width: 500px;
}

.footerContent-box-subTitle {
  background-color: #55b3e6;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  height: 24px;
  font-size: 1.3rem;
  line-height: 1.9;
}

.footerContent-box-subTitle-mg1 {
  margin-top: 15px;
}

.footerContent-box-subTitle-mg2 {
  margin: 59px 0 22px;
}

.footerContent-box-subTitle-mg3 {
  margin-top: 26px;
}

.footerContent-box-subTitle:first-of-type {
  width: 66px;
}

.footerContent-box-subTitle:nth-of-type(2) {
  width: 150px;
}

.footerContent-box-subTitle:nth-of-type(3) {
  width: 90px;
}

.footerContent-leftInnter .footerContent-box-descript {
  padding-right: 95px;
}

.footerContent-box-descriptNotice {
  margin-top: 5px;
  line-height: 1.6;
  font-size: 11px;
}

.delivery-detailLists {
  padding-left: 18px;
  margin: 0 0 0 -5px;
  position: relative;
}

.footerContent-box-subTitle-mg1 + .delivery-detailLists {
  margin-top: 28px;
}

.footerContent-box-subTitle-mg3 + .delivery-detailLists {
  margin-top: 15px;
}

.delivery-detailLists li:not(:last-child) {
  margin-bottom: 12px;
}

.delivery-detailLists li::before {
  content: '';
  display: block;
  position: relative;
  background-color: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 10px;
  left: -12px;
}

.delivery-detailLists:first-of-type li::before {
  top: 16px;
}

.delivery-detailLists li.deliveryDateList::before {
  top: 14px;
}

.deliveryPrice {
  font-size: 2rem;
  display: inline-block;
  margin-left: 5px;
}

.shippingFree {
  font-size: 2rem;
}

.deliveryNotice {
  font-size: 14px;
  padding-left: 14px;
  margin-top: 12px;
}

.deliveryDateList,
.footerContent-box-descript {
  line-height: 1.9;
}

.shopInfo .footerContent-box-descript:not(:last-of-type) {
  margin-bottom: 43px;
}

.Footer-shopName {
  text-align: center;
  margin-top: 70px;
  padding-bottom: 30px;
}

.Footer-shopName-img {
  /*max-width: 150px;*/
	max-width: 402px;
}

.copyRight {
  margin-top: 13px;
  font-size: 1.2rem;
}
/**
* PCフッター
*/

/* トップへ戻る */
.toTop {
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 9999;
  cursor: pointer;
}

.toTop-link {
  width: 107px;
  height: 107px;
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.4;
  padding-top: 45px;
  background-color: #57c3e7;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  opacity: .7;
}

.toTop-link:hover {
  background-color: #57c3e7;
  opacity: 1;
}

.toTop-link::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(135deg);
  top: 19px;
  left: 39px;
}
/* トップへ戻る */

/* スマホ表示 */
@media screen and (max-width:975px) {
  /* SPヘッダー */
  .pcHeader,
  .swiper-button-prev,
  .swiper-button-next,
  .headerTop-inner {
    display: none;
  }

  .dispSp {
    display: block;
  }

  .spHeader-inner {
    padding: 5% 2% 0;
  }

  .wrap {
    width: 100%;
    box-sizing: border-box;
  }

  /*.slick-container.main {
    height: auto;
  }*/
	.slick-container.main {
  margin-bottom: 0px;
}

  .spHeader {
    display: block;
    margin-bottom: 53px;
  }

  .spHeader-inner {
    display: flex;
    justify-content:space-between;
    position: relative;
  }

  /*.slick-container.main {
    margin-bottom: 53px;
  }*/

  

  .hotWord-lists {
    margin-top: 15px;
    justify-content: center;
  }

  .bnrs {
    margin: 0 auto 100px;
    max-width: 360px;
  }

  .spLogoBox {
    /*width: 40%;*/
	  width: 90%;
    /*max-width: 249px;*/
	  margin-bottom: -50px;
  }



  .hamburger-content-logoBox {
    text-align: center;
    /*padding: 10px 0;*/
  }

  .hamburger-content-logoBox-img {
    /*max-width: 220px;*/
	  
  }

  /* チェックボックス等は非表示に */
  .hamburger-unshown {
    display:none;
  }

  /* アイコンのスペース */
  #hamburger-open {
    display: inline-block;
    vertical-align: middle;
  }

  /*ハンバーガーアイコン*/
  .hamburger-open-img {
    max-width: 30px;
  }

  #hamburger-open .hamburger-open-txt {
    display: block;
    margin: 5px 0 0 -1px;
    font-size: 1.1rem;
    text-align: center;
  }

  #hamburger-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  /* 中身 */
  #hamburger-content {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 90%;
    max-width: 330px;
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

  .hamburger-content-cateTitle {
    border-bottom: 10px solid #cecece;
  }

  .hamburger-content-cateTitle:not(:first-of-type) {
    border-top: 1px solid #ddd;
  }

  .hamburger-content-cateTitle-link {
    display: block;
    font-size: 1.3rem;
    padding: 19px 23px;
  }

  .hamburger-content-cateTitle-img {
    width: 20px;
    vertical-align: middle;
    margin-right: 8px;
  }

  .hamburger-close-btn-box {
    background-color: #57c3e7;
    display: block;
    position: relative;
    height: 20px;
    padding: 3px 0;
  }

  #hamburger-close-btn {
    font-size: 3rem;
    position: absolute;
    right: 8px;
    top: -3px;
    color: #fff;
  }

  /*チェックが入ったらもろもろ表示*/
  #hamburger-input:checked ~ #hamburger-close {
    display: block;
    opacity: .5;
  }

  #hamburger-input:checked ~ #hamburger-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }

  .hamburger-content-lists {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 20px solid #57c3e7;
  }

  .hamburger-content-list{
    box-sizing: border-box;
  }

   .hamburger-content-list-link {
     font-size: 1.3rem;
     display: block;
     padding: 13px 23px;
   }

  .hamburger-content-lists:first-of-type .hamburger-content-list:nth-child(odd),
  .hamburger-content-lists:nth-of-type(2) .hamburger-content-list:nth-child(odd) {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .hamburger-content-lists:first-of-type .hamburger-content-list:nth-child(even),
  .hamburger-content-lists:nth-of-type(2) .hamburger-content-list:nth-child(even) {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .hamburger-content-lists:first-of-type .hamburger-content-list,
  .hamburger-content-lists:nth-of-type(2) .hamburger-content-list {
    width: 50%;
  }

  .hamburger-content-lists:last-of-type .hamburger-content-list {
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .hamburger-content-lists:last-of-type .hamburger-content-list:last-child {
    border-bottom: 1px solid #ddd;
  }

  .hamburger-content-lists:first-of-type .hamburger-content-list-link-img,
  .hamburger-content-lists:nth-of-type(2) .hamburger-content-list-link-img {
    width: 24px;
    vertical-align: middle;
  }

  /* ハンバーガーメニュー内アコーディオンメニュー */
  #accordion-switch {
    position: relative;
  }

  #accordion-switch::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #5b5b5b;
    border-bottom: 2px solid #5b5b5b;
    transform: rotate(-45deg);
    transition: .3s ease-in-out;
  }

  .accordion-menu-lists {
    line-height: 0;
  }

  .accordion-menu-lists > li {
    transition: .3s ease-in-out;
    opacity: 0;
  }

  .accordion-menu-lists > li > a {
    line-height: 0;
    transition: .3s ease-in-out;
    display: block;
    padding: 0 46px;
    font-size: 1.3rem;
  }

  #accordion-menu-input:checked ~ #accordion-switch::after {
    transform: rotate(45deg);
    right: 13px;
  }

  #accordion-menu-input:checked ~ .accordion-menu-lists {
    line-height: 1;
  }

  #accordion-menu-input:checked ~ .accordion-menu-lists > li {
    opacity: 1;
  }

  #accordion-menu-input:checked ~ .accordion-menu-lists > li > a {
    line-height: 1;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  /* SPヘッダー */

  /**
  * SPコンテンツ
  */
  /* メインコンテンツ */
  .contents {
    margin-bottom: 55px;
  }

  .content {
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
  }

  .bnrs-lists {
    flex-direction: column;
  }

  .bnrs-lists li {
    width: 100%;
    max-width: 100%;
  }

  .bnrs-lists li:nth-child(2) {
    margin: 5% 0;
  }

  .content-list-title {
    margin-right: 5%;
  }
.contentSpace {
  margin-top: 100px;
  position: relative;
}
	.contentSpace2 {
  margin-top: 200px;
  position: relative;
}
  .rightArrow::before {
    right: 0;
  }

  .displayShelf {
    flex-wrap: wrap;
  }

  .displayShelf-itemBox {
    width: 47%;
    font-size: 1.4rem;
  }

  .displayShelf-itemBox:first-child,
  .displayShelf-itemBox:nth-child(2) {
    margin-bottom: 7%;
  }
	
	/* News */
	.newInfo  {
	  margin-top: 50px;
	}
	.newInfo .content-title {
	  margin-bottom: 20px;
	}
	/* News */
	
  /* SP表示時、カテゴリ */
  .spCate {
    margin-top: 90px;
  }

  .spCateTitle {
    height: 40px;
    font-size: 20px;
    position: relative;
    border-left: 6px solid #82dad3;
    line-height: 2.2;
    text-indent: 9px;
    margin-bottom: 8px;
  }

  .selectType-lists {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 16px;
  }

  .selectType-lists li {
    width: 50%;
    box-sizing: border-box;
    line-height: normal;
    border-bottom: 1px solid #999;
    padding-left: 10px 0 10px 14px;
  }

  .selectType-lists li:nth-child(2) {
    border-top: 1px solid #999;
  }

  .selectType-lists li:first-child {
    border-top: 1px solid #999;
  }

  .selectType-lists li:nth-child(odd) {
    border-right: 1px solid #999;
  }

  .selectType .selectType-lists:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .selectType-lists-link {
    display: block;
    padding: 10px 0 10px 8px;
    color: #000;
  }

  .spCateSubTitle {
    background-color: #f2f0ea;
    background-repeat: no-repeat;
    background-position: 8px 10px;
    height: 40px;
    line-height: 2.7;
    text-indent: 35px;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .spCateSubTitle:first-of-type {
    background-image: url(../images/common/interior.png);
    background-size: 20px;

  }

  .spCateSubTitle:nth-of-type(2) {
    background-image: url(../images/common/zakka.png);
    background-size: 10px;
    background-position: 12px 5px;
  }

  .spCateSubTitle:nth-of-type(3) {
    background-image: url(../images/common/kids.png);
    background-size: 25px;
    background-position: 5px 9px;
  }

  .spCateSubTitle:nth-of-type(4) {
    background-image: url(../images/common/gift.png);
    background-size: 20px;
    background-position: 8px 6px;
  }

  .spCateSubTitle-link {
    display: block;
    color: #000;
  }

  .selectType .spCateSubTitle:first-of-type {
    margin-top: 20px;
  }
  /* SP表示時、カテゴリ */

  /* メインコンテンツ */
  /**
  * SPフッター
  */
  .footer {
    margin-top: 75px;
  }

  .pcFooter {
    display: none;
  }

  .spFooter {
    display: block;
  }

  .spFooter-menus {
    display: flex;
    margin:0 auto 0;
    justify-content: center;
    margin-left: auto;
  }

  .spFooter-menus:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .spFooter-menus:first-of-type {
    width: 90%;
  }

  .spFooter-menu {
    padding: 2px 0;
    width: calc(100% / 3);
    box-sizing: border-box;
  }

  .spFooter-menu:not(:last-child) {
    border-right: 1px solid #000;
  }

  .spFooter-menu-link {
    display: block;
    text-align: center;
    color: #000;
  }

  .Footer-shopName {
    margin-top: 30px;
  }
	
.Footer-shopName-img {
  /*max-width: 150px;*/
	max-width: 85%;
}
  /**
  * SPフッター
  */

  /* トップへ戻る */
  .toTop {
    right:15px;
    bottom:20px;
  }

  .toTop-link {
    line-height: 1;
    padding-top: 20px;
    font-size: 1.1rem;
    width: 50px;
    height: 50px;
  }

  .toTop-link::before {
    border-left-width: 3px;
    border-bottom-width: 3px;
    top: 7px;
    left: 17px;
    width: 10px;
    height: 10px;
  }
	.smilebox {
	width: 100%;
	margin-top: 50px;
		
}
		.smilebox2 {
	width: 100%;
	margin-top: 50px;
		
}
.policy  {
	width: 100%;
	border: none;
	float: none;
	padding: 0 0;
	margin: 100px 0 0 0;
}
.purpose  {
	width: 100%;
	border: none;
	float: none;
	padding: 0 0;
	margin: 50px 0 100px 0;

}
.box-L  {
	width: 100%;
	border: none;
	float: none;
	padding: 0 0;
	margin: 100px 0 0 0;
}
.box-R  {
	width: 100%;
	border: none;
	float: none;
	padding: 0 0;
	margin: 100px 0 100px 0;

}
.box-L2  {
	width: 100%;
	border: none;
	float: none;
	padding: 0 0;
	margin: 30px 0 0 0;
}
.box-R2  {
	width: 100%;
	border: none;
	float: none;
	padding: 0 0;
	margin: 30px 0 100px 0;

}
.content-title2 {
  color: #fff;
background-color: #ff9900;
  font-size: 2.5rem;
  text-align: center;
vertical-align: middle;
padding: 0.5em 0.5em;
	margin-bottom: 1em;
  font-family: 'Avenir','Helvetica Neue','Helvetica';
}
.content-title5 {
	margin: 0 auto;
  color: #ff9900;
  font-size: 2rem;
  text-align: center;
vertical-align: middle;
padding: 0.5em 0.5em;
	margin-bottom: 1em;
  font-family: 'Avenir','Helvetica Neue','Helvetica';
	font-weight: normal;
	border-bottom: 1px solid #ff9900;
}

}
}
/*スマホ表示ここまで*/

.slick-prev, .slick-next {
  width: 47px !important;
  height: 45px !important;
  padding-top: 2px !important;
}

.slick-next {
   right: 3% !important;
}

/*　Googleカレンダー埋め込み　*/
.gc-wrap {
    max-width: 800px;
    margin: 3% auto;
}
 
.g-calendar {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 70%;
}
 
.g-calendar iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
@media screen and (max-width:767px) {
 
    .g-calendar {
        padding-bottom: 90%;
    }
 
}
/*　ここまでGoogleカレンダー埋め込み　*/

/*各ショップのフェードスライダー用*/
.fade { max-width: 800px; margin: 50px auto 50px; padding: 0; height: auto;}
.fade img{ width: 100%;}

/*駐車場案内はこちらのテキストリンク*/
.btn-contact a{
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: transform ease .3s;
	padding: 0.3rem 0.5rem;
	color: #fff;
	background: #F05718;
	border-radius: 5px;
	border: solid 1px #F05718;

&:hover{ cursor: pointer; text-decoration: none; background:#fff;color:#F05718; 	background-image: url(images/parking.jpg);
}
&:after{
  font-family: "Font Awesome 5 Free";
  content: "\f101";  
  font-weight: 900;
  padding-left: 4px;
  display: inline-block;
  text-decoration: none;  
  transition: transform ease .3s;}
&:hover::after{cursor: pointer;text-decoration: none;transform: translateX(4px);}
}
/*ここまで--駐車場案内はこちらのテキストリンク*/

/*各ショップのフェードスライダー用*/
.center { margin: 0 0 50px;}
.center img { width: 100%; height: auto;}
.center .slick-next { right: 20px; z-index: 99;}
.center .slick-prev { left: 15px; z-index: 100;}