@charset "utf-8";

body {
  color: #404040;
  font-feature-settings: "palt";
}

/*===== common =====*/
br.sp {
  display: none;
}
.inbox1 {
  width: 1080px;
  margin: auto;
}
.inbox2 {
  width: 700px;
  margin: auto;
}
.inbox3 {
  width: 740px;
  margin: auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
h2.midashi { 
  font-size: 27px;
  line-height: 1em;
  text-align: center;
  margin-bottom: 50px;
}

#fix_bottun_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  right: calc(((100% - 1080px) / 2) - 55px);
  bottom: 100px;
  z-index: 50000;
  width: 220px;
}
#fix_bottun_box a {
  display: block;
}
#fix_bottun_box.type2 {
  right: calc(((100% - 1080px) / 2) - 55px);
  width: 110px;
}


/*===== header =====*/
.headline {
  color: #fff;
  height: 30px;
  background-color: #667654;
}
.headline .inbox1 {
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.headline .text {
  font-size: 11px;
  line-height: 1em;
  font-weight: bold;
}
.headline ul li {
  font-size: 12px;
  line-height: 1em;
  margin-left: 35px;
}

header .main {
  align-items: center;
  justify-content: space-between;
  width: 1080px;
  height: 80px;
  margin: auto;
  border-bottom: 1px solid #ededed;
}

h1 {
  margin-right: 15px;
}
header .main .flex {
  align-items: center;
  height: 100%;
}
header .main .text1 {
  font-size: 12px;
  line-height: 1.5em;
}
header .main .invoice {
  margin-left: 15px;
}
header .main .calendar {
  position: relative;
  font-weight: bold;
  width: 300px;
  padding: 5px 0 5px 75px;
  margin: 0 10px 0 20px;
}
header .main .calendar div:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  line-height: 1.3em;  
  text-align: center;
  width: 60px;
  height: 60px;
  padding-top: 15px;
  background-color: #c0c6c1;
  border-radius: 50%;
}
header .main .calendar div:nth-of-type(2) {
  font-size: 12px;
  line-height: 1em;
}
header .main .calendar div:nth-of-type(3) {
  color: #e8731f;
  font-size: 16px;
  line-height: 1em;
  margin: 5px 0;
}
header .main .calendar div:nth-of-type(4) {
  font-size: 11px;
  line-height: 1em;
}

#sp_header,
#sp_menu {
  display: none;
}


/*===== menu =====*/
#menu_box {
  position: sticky;
  top: 0;
  z-index: 50000;
  width: 100%;
  background-color: #fff;
}

#menu_box .ss1 {  
  align-items: center;
  justify-content: flex-start;
  width: 1080px;
  height: 65px;
  margin: auto;
}
#menu_box .ss1 > div:first-of-type {
  font-size: 13px;
  line-height: 1.3em;
  margin-right: 25px;
}
#menu_box .ss1 ul.cat {
  height: 100%;
}
#menu_box .ss1 ul.cat li {
  align-items: center;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;  
  padding: 0 30px 0 10px;
  cursor: pointer;
}
#menu_box .ss1 ul.cat li.arrow {
  background: url(https://file001.shop-pro.jp/PA01267/061/img/arrow_b.png) no-repeat calc(100% - 10px) 50%;
}
#menu_box .ss1 ul.cat li.this {
  background-color: #f1f1f1;
}
#menu_box .ss1 ul.cat li a {
  display: block;
  padding: 25px 0;
}

#menu_box .ss1 .search {
  margin-left: 20px;
}
#menu_box .ss1 .search select {
  font-size: 13px;
  width: 160px;
  height: 35px;
  border: 1px solid #afafaf;
  border-radius: 3px;
}
#menu_box .ss1 .search .box {
  position: relative;
  width: 170px;
  height: 35px;
  border: 1px solid #afafaf;
  border-radius: 3px;
  margin-left: 5px;
}
#menu_box .ss1 .search .box input[type="text"] {
  display: inline-block;
  width: calc(100% - 36px);
  height: 100%;
  border: none;
  border-radius: 3px;
}
#menu_box .ss1 .search .box input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -999px;
  width: 34px;
  height: 100%;
  background: url(https://file001.shop-pro.jp/PA01267/061/img/icon_search.png) #667654 no-repeat 50%;
  border: none;
  border-radius: 0 3px 3px 0;
}

#menu_box .ss1 .btn {
  margin-left: auto;
}
#menu_box .ss1 .btn a {
  display: block;
  margin-left: 20px;
}

#menu_box .ss2 {
  width: 1080px;
  margin: auto;
}
#menu_box .ss2 ul {
  justify-content: flex-end;
  border-style: solid;
  border-color: #eaeaea;
  border-top-width: 2px;
  border-bottom-width: 2px;
}
#menu_box .ss2 ul li {
  position: relative;
  padding-left: 15px;
  margin-left: 20px;
}
#menu_box .ss2 ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  width: 8px;
  height: 8px;
  background-color: #667654;
  border-radius: 50%;
}
#menu_box .ss2 ul li:first-of-type {
  margin-left: 0;
  margin-right: auto;
}
#menu_box .ss2 ul li a {
  display: block;
  color: #404040;
  font-size: 13px;
  line-height: 1em;
  font-weight: bold;
  padding: 11px 0;
}
#menu_box .ss2 ul li:first-of-type a {
  color: #e8731f;
  font-size: 14px;
}

#sub_menu {
  position: absolute;
  left: 0;
  top: 65px;
  z-index: 100;
  width: 100%;
  padding: 30px 0;
  background-color: #f1f1f1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
#sub_menu.open {
  opacity: 1;
  pointer-events: auto;
}
#sub_menu > div {
  position: relative;
  z-index: -1;
  width: 1080px;
  height: 0;
  overflow: hidden;
  margin: auto;
  opacity: 0;
  transition: all 0.3s;
}
#sub_menu > div.open {
  height: auto;
  z-index: 1;
  opacity: 1;
}
#sub_menu > div ul {
  justify-content: space-between;
}
#sub_menu > div ul:nth-of-type(2) {
  margin-top: 30px;
}
#sub_menu > div ul li {
  width: 164px;
}
#sub_menu > div ul.b li {
  width: 255px;
}
#sub_menu > div ul.s li {
  width: 110px;
}
#sub_menu > div ul li a {
  display: block;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
}
#sub_menu > div ul li a img {
  display: block;
  width: 100%;
  height: 115px;
  margin-bottom: 10px;
  background-color: #fff;
}
#sub_menu > div ul.b li a img {
  height: 180px;
}
#sub_menu > div ul.s li a img {
  height: 110px;
}
#sub_menu > div ul.c li a img {
  height: 80px;
}


/*===== footer =====*/
footer {
  text-align: center;
  padding: 30px 0 130px;
  background-color: #d4d4d4;
}
footer ul {
  justify-content: center;
  margin-bottom: 20px;
}
footer ul li {
  margin: 0 7px;
}
footer ul li a {
  display: block;
  color: #404040;
  font-size: 13px;
  line-height: 1em;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
}
footer .copy {
  font-size: 11px;
  line-height: 1em;
}


/*===== footstamp =====*/
.footstamp {
  font-size: 13px;
  line-height: 1em;
  padding: 20px 0 50px;
}


/*===== freespace_01 =====*/
.freespace_01 {
  margin-bottom: 80px;
}

/*===== =====*/
.pager_box {
  justify-content: space-between;
  padding: 20px 10px 10px;
  margin-top: 50px;
  background-color: #f1f1f1;
  border-radius: 10px;
}

.productlist {
  padding: 35px 0 40px;
}
.productlist li {
  float: left;
  width: 256px;
  margin-right: 18px;
  margin-bottom: 35px;
}
.productlist li:nth-of-type(4n) {
  margin-right: 0;
}


#cat_unit ul {
  justify-content: space-between;
}
#cat_unit ul li {
  width: 200px;
  margin-bottom: 35px;
}
.productlist li a,
#cat_unit ul li a {
  display: block;
}
.productlist li a font,
#cat_unit ul li a font {
  color: #404040!important;
}
.productlist li a .imgBox,
#cat_unit ul li a .imgBox {
  width: 100%;
  margin-bottom: 20px;
}
.productlist li a .imgBox img,
#cat_unit ul li a .imgBox img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.productlist li a .item_name,
#cat_unit ul li a .item_name {
  font-size: 15px;
  line-height: 1.26em;
  font-weight: bold;
  margin-bottom: 10px;
}
.productlist li a .itemExpl {
  font-size: 13px;
  line-height: 1.5em;
}
#cat_unit ul li a .itemExpl {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: bold;
}
.productlist li a .itemPrice,
#cat_unit ul li a .itemPrice {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 10px;
}


/*===== bestseller =====*/
#bestseller {
  margin-bottom: 70px;
}
#bestseller ul,
#bestseller_rank ul {
  justify-content: space-between;
}
#bestseller ul li,
#bestseller_rank ul li {
  width: 200px;
}
#bestseller ul li a,
#bestseller_rank ul li a {
  display: block;
}
#bestseller ul li img,
#bestseller_rank ul li img {
  border-radius: 10px;
}
#bestseller ul li h3,
#bestseller_rank ul li h3 {
  font-size: 15px;
  line-height: 1.3em;
  margin: 20px 0 10px;
}
#bestseller ul li p,
#bestseller_rank ul li p {
  font-size: 12px;
  line-height: 1.5em;
}

#bestseller_rank ul li {
  position: relative;  
}
#bestseller_rank ul li:nth-of-type(-n+10) {
  margin-bottom: 20px;
}
#bestseller_rank ul li:nth-of-type(n+11) {
  width: 100px;
}
#bestseller_rank ul li span {
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
  width: 24px;
  height: 24px;
  padding-top: 6px;
  border-radius: 50%;
  background-color: #aaa;
}
#bestseller_rank ul li:nth-of-type(1) span {
  background-color: #d6ae1f;
}
#bestseller_rank ul li:nth-of-type(2) span {
  background-color: #858585;
}
#bestseller_rank ul li:nth-of-type(3) span {
  background-color: #a95100;
}
#bestseller_rank ul li:nth-of-type(n+11) h3 {
  font-size: 12px;
}
#bestseller_rank ul li:nth-of-type(n+11) p {
  font-size: 11px;
}

.btn_box {
  text-align: center;
  margin: 35px 0 85px;
}
.btn_box a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  font-weight: bold;
  width: auto;
  height: 46px;
  padding: 16px 45px 0;
  background-color: #617064;
  border-radius: 23px;
}
.btn_box a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  margin-left: 5px;
  background: url(https://file001.shop-pro.jp/PA01267/061/img/arrow_w.png) no-repeat 0 0;  
}
.btn_box2 {
  text-align: center;
  margin: 35px 0 85px;
}
.btn_box2 a {
  display: inline-block;
  color: #617064;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  font-weight: bold;
  width: auto;
  height: 46px;
  padding: 16px 45px 0;
  background-color: #fff;
  border: 1px solid #617064;
  border-radius: 23px;
}
.btn_box2 a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  margin-left: 5px;
  background: url(https://file001.shop-pro.jp/PA01267/061/img/arrow_g.png) no-repeat 0 0;  
}

/*===== choice_unit =====*/
#choice_unit {
  padding: 75px 0 60px;
  background-color: #eee;
}
#choice_unit h2 {
  color: #617064;
  margin-bottom: 30px;
}
#choice_unit h2::before {
  content: "";
  display: inline-block;
  vertical-align: -2px;
  width: 25px;
  height: 24px;
  margin-right: 8px;
  background: url(https://file001.shop-pro.jp/PA01267/061/img/icon_search2.png) no-repeat 0 0;  
}

#choice_unit ul {
  justify-content: space-between;
  margin-bottom: 60px;
}
#choice_unit ul:last-of-type {
  margin-bottom: 0;
}
#choice_unit ul:nth-of-type(1),
#choice_unit ul:nth-of-type(3) {
  margin-bottom: 30px;
}
#choice_unit ul li {
  width: 164px;
}
#choice_unit ul.b li {
  width: 255px;
}
#choice_unit ul.s li {
  width: 110px;
}
#choice_unit ul li a {
  display: block;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
}
#choice_unit ul.c2 li div {
  font-size: 12px;
  line-height: 1.3em;
  font-weight: normal;
  margin-top: 8px;
}
#choice_unit ul li a img {
  display: block;
  width: 100%;
  height: 115px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 5px;
}
#choice_unit ul.b li a img {
  height: 180px;
}
#choice_unit ul.s li a img {
  height: 110px;
}
#choice_unit ul.c2 li a img {
  height: 80px;
}


/*===== jido_keisan =====*/
#jido_keisan {
  width: 840px;
  padding: 70px 0 0;
  margin: auto;
}
#jido_keisan .hid {
  display: none;
}
#jido_keisan h2 {
  font-size: 27px;
  line-height: 1em;
  text-align: center;
  margin-bottom: 40px;
}
#jido_keisan .table01 {
  width: 100%;
}
#jido_keisan .table01 td {
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
  padding: 30px 0;
  border-top: 1px solid #ededed;
}
#jido_keisan .table01 tr td:nth-of-type(2) div {
  font-size: 14px;
  line-height: 1em;
  font-weight: normal;
  margin-top: 10px;
}
#jido_keisan .table01 tr td:nth-of-type(2) div.red {
  color: #e81f1f;
}

#jido_keisan .table01 input[type="text"] {
  font-size: 16px;
  width: 100px;
  padding: 10px;
  margin-right: 10px;
  border: 1px solid #afafaf;
  border-radius: 3px;
}
#jido_keisan .table01 tr:nth-of-type(1) input[type="text"] {
  width: 150px;
}

#siyo_box {
  padding: 40px 70px;
  background-color: #eff1ed;
  border-radius: 10px;
}
#siyo_box table {
  width: 100%;
}
#siyo_box table td {
  font-size: 19px;
  line-height: 1em;
  font-weight: bold;
  padding: 5px 0;
}
#siyo_box table tr td:nth-of-type(1) {
  width: 4em;
}
#siyo_box table tr td:nth-of-type(2) {
  width: calc(100% - 4em);
}

#btn_kakaku {
  display: block;    
  color: #fff;
  font-size: 24px;
  line-height: 1em;
  font-weight: bold;
  width: 460px;
  height: 90px;
  margin: 40px auto 80px;
  background-color: #e8731f;
  border: none;
  border-radius: 45px;
  cursor: pointer;
}

#kekka {
  position: relative; 
}
#kekka::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 35px);
  top: -60px;
  width: 70px;
  height: 40px;
  background: url(https://file001.shop-pro.jp/PA01267/061/img/mitumori_arrow.png) no-repeat 0 0;
}
#kekka .text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1em;
  width: 100%;
  height: 140px;
  background-color: #eff1ed;
  border-radius: 10px;
}
#kekka .text span {
  display: block;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
#kakaku_box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  font-size: 21px;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  background-color: #fbbb18;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.4s
}
#kakaku_box.open {
  opacity: 1;
}
#kakaku {
  font-size: 54px;
}

#price_list {
  width: 840px;
  margin: 60px auto 0;
}
#price_list h2 {
  font-size: 19px;
  line-height: 1em;
  margin-bottom: 15px;
}
#price_list h2 span {
  font-size: 15px;
  line-height: 1em;
  font-weight: normal;
}
#price_list p {
  color: #e81f1f;
  font-size: 15px;
  line-height: 1.5em;
}
#price_list table {
  border: 2px solid #eaeaea;
  margin-bottom: 30px;
}
#price_list table#price_03 {
  margin-bottom: 15px;
}
#price_list table td {
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  width: 105px;
  padding: 15px 0;
  border: 2px solid #eaeaea;
}
#price_list table tr td:nth-of-type(1) {
  font-weight: bold;
}
#price_list table tr td:nth-of-type(1) span {
  font-size: 12px;
}
#price_list.ac table tr:nth-of-type(2) td:nth-of-type(n+2)::before {
  content: "\0a5";
}
  
#price_list_data {
  width: 1240px;
  margin: 60px auto 0;
}
#price_list_data table {
  width: 100%;
  border: 2px solid #eaeaea;
  margin-bottom: 20px;
}
#price_list_data table td {
  font-size: 12px;
  line-height: 1em;
  text-align: center;
  width: calc(100% / 15);
  border: 2px solid #eaeaea;
  padding: 5px 0;
}


.c-categoryList__link {
	color: #fff !important;
}