@charset "EUC-JP";
/* CSS Document */


.col_max2,
.col_max3,
.col_max4,
.col_max5,
.col_max6,
#product form{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	margin-left: 0;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	justify-content: space-between;
}

#product form > div {
	width: 100%;
}
#photo__thumbnail {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	margin-left: 0;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
}
#photo__thumbnail > li {
	width: 32%;
}

.product__detail__photo {
	margin-bottom: 30px;
}
.product__detail__photo ul {
	list-style: none;
	margin: 0;
}

.slide-item .col_item_thumb {
	width: 100%;
	position: relative;
	margin-bottom: 1rem;
	box-sizing: border-box;
}

.slide-item .col_item_thumb::before {
	border: 1px solid #efefef;
	box-sizing: border-box;
	content: "";
	display: block;
	padding-top: 100%;
	position: relative;
	height: 100%;
}

.slide-item .col_item_thumb img {
	max-width: 94%;
	max-height: 94%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#photo__thumbnail > li {
	border: 1px solid #efefef;
	box-sizing: border-box;
	position: relative;
	
}
#photo__thumbnail > li::before {
	content: "";
	display: block;
	padding-top: 100%;
	
}

#photo__thumbnail > li img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#photo__thumbnail > li.col_cel.is-empty {
	border: none;
	margin-bottom: 0;
	height:0;
}

#product {
    font-size: 16px;
}

#product section {
    margin-bottom: 40px;
}


/* Order */
#product .item-order {
    font-size: 15px;
    transition: 0.3s;
}

.item-num,.item-price {
    padding: 4px 0;
}
.item-num {
    color: #585858;
}
.item-price {
    font-size: 20px;
}

.sales-price {
    color: #C02323;
    font-weight: 600;
}

.input-prepend.input-append .btn:first-child,
.input-prepend.input-append .btn:last-child{
    border-radius: 3px;
	max-width: 480px;
	margin: 0 auto;
}

.input-prepend.input-append input {
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 60px;
  height: 36px;
  text-align: right;
    border: 1px solid #cfcfcf;
}

.prduct-option select {
    border-radius: 0;
    height: 42px;
    padding: 6px;
    width: 70%;
    display: inline-block;
}

.btn-addcart {
    border: none;
   display:block;
    color: #282828;
    width: 100%;
    max-width:480px;
    margin:0 auto;
    background: #F0B425;
    transition: 0.3s;
}
.icon-cart {
    color: #282828;
}

.btn-addcart:hover {
    background: #FAA811;
}
#product .item-order [type="button"].btn-block {
	width: 100%;
	max-width: 480px;
  margin:0 auto;
}
.item-info {
    clear: both;
}
#product h1 {
    font-size: 24px;
    padding: 8px 0;
    margin-top: 0;
    font-weight: 800;
}

#product h1 span {
    /*display: block;*/
}

#product h2,
#product h3 {
    font-size: 20px;
	margin-top: 2em;
}

.item-detail .list__table {
  box-sizing: border-box;
	border: 1px solid #eaeaea;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0 auto 20px;
	width: 100%;
	justify-content: space-between;
	align-items: stretch;
	align-content: flex-start;
	line-height: 1.8;
}

.item-detail .list__table dt {
  box-sizing: border-box;
	border-top: none;
	padding: 1.0rem 1.5rem;
	float: none;
	background: #fbfbfb;
	position: relative;
	width: 100%;
	clear: left;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-weight: 400;
}

.item-detail .list__table dd {
  box-sizing: border-box;
	padding: 1.0rem 1.5rem;
	position: relative;
	border-top: none;
	margin-left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1.8;
}


.item-detail .list__table dt:not(:first-of-type),
.item-detail .list__table dd:not(:first-of-type) {
	border-top: 1px solid #eaeaea;
}
#product .allergy {
    padding: 20px;
    border: 1px solid #f9f9f9;
    background:#fcfcfc; 
    font-size: 14px;
}

#product .allergy-note {
    font-size: 11px;
    color: #888888;
}

@media (min-width: 961px) {
  .txt__br__pc {
    display:block;
  }
  
	#product {
    font-size: 18px;
}
	.col_max2,
	.col_max3,
	.col_max4,
	#product form{
		flex-direction: row;
		display: flex;
	}

	.col_max2 > li,
	.col_max2 > div,
	.col_max4 > li,
	.col_max4 > div,
	.col_max4 > article,
	.pr__bnr__smp li,
	#product form > div{
		width: 49%;
	}
	.product__detail__photo {
	margin-bottom: 0px;
}

	.item-detail .list__table {
		border-bottom: 1px solid #eaeaea;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
		align-items: stretch;
		align-content: flex-start;
		line-height: 1.8;
		font-size: 16px;
	}

	.item-detail .list__table {
		border: 1px solid #eaeaea;
		align-content: center;
	}

	.item-detail .list__table dt {
		box-sizing: border-box;
		border-top: none;
		border-right: 1px solid #eaeaea;
		padding: 1.0rem;
		float: none;
		background: #fbfbfb;
		position: relative;
		width: 25%;
		clear: left;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.item-detail .list__table dd {
		box-sizing: border-box;
		padding: 1.0rem;
		position: relative;
		border-top: none;
		margin-left: 0;
		width: 75%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
}
@media (min-width: 1201px) {
	#product form > div.product__detail__photo {
		width: 40%;
	}
	#product form > div.product__txt {
		width: 56%;
	}
}

.order__fax {
  background:#F7EFE2;
  color:#564629;
  padding:1.8rem;
  font-weight:bold;
}
.order__fax a {
  background:#D8B032;
  border-radius: 100px;
  color:#fff;
  display:block;
    font-weight:normal;
  width:80%;
  margin:20px auto 0;
  max-width:360px;
  padding:.4rem 0;
  text-align:center;
  text-decoration: none;
}


/*Obento*/
.select_delivery {
  color:#f37584;
}

.obento_timeimit {
  background:#f37584;
  color:#fff;
  padding:1rem;
  margin-bottom:1em;
}
.obento_payment {
 border:1px solid #f37584;
  color:#f37584;
  padding:1rem;
  margin-bottom:1em;
}


@media (min-width: 961px) {
  .obento_timeimit {
  text-align:center;
}
.obento_payment {
  padding:1.2rem 2rem;
}
}


.notice__cool {
									background: #57adf5;
									color: #fff;
									padding: 1em;
  margin-bottom:1em;
								}
								.notice__cool h2 {
									margin: 0 0 .8em!important;
								}
								.notice__cool span {
									color: #ffeb00;
									font-size: 1.1em;
								}

.notice__rice{
									  background:#F7EFE2;
  color:#564629;
									padding: 1em;
    margin-bottom:1em;
								}
.notice__rice h2 {
									margin: 0 0 .8em!important;
								}
								.notice__cool span {
									color: #ffeb00;
									font-size: 1.1em;
								}

.notice__alcohol{
									  background:#fcb5b5;
  color:#600909;
									padding: 1em;
    margin-bottom:1em;
								}
.notice__alcohol h2 {
									margin: 0 0 .8em!important;
								}
								.notice__cool span {
									color: #ffeb00;
									font-size: 1.1em;
								}

.obento_member {
  color:#ff0000;
}

.obento_menu {
  background:#f6c829;
  color:#282828;
  padding:0.2rem .8rem;
  text-align:center;
  display:block;
  width:80%;
  max-width:420px;
}

/*2022summergift*/
#product .gift-item * {
  margin:0;
}
#product .gift-item .factory {
  font-weight: 600;
  margin-bottom: 1em;
}
#product .gift-item p.giftitem-point {
  font-weight: 600;
  margin-bottom: 0;
}

#product .gift-item h2 {
  font-size: 28px;
  margin-bottom: 1em;
}

#product .gift-item h2 span {
  display: block;
  font-size: 14px;
}

#product .gift-item p {
  margin-bottom: 1em;
}

#product .gift-item .notice {
  font-size: 14px;
  text-indent: 1em;
  margin-left: -1em;
}
#product .gift-item ul.notice,
#product .gift-item ul.notice-free {
  list-style-type: none;
  padding: 0;
  margin-bottom: 1.5em;
}
#product .gift-item ul.notice > li,
#product .gift-item ul.notice-free > li {
  position: relative;
  padding: 0 0 0 1.1rem;
}
#product .gift-item ul.notice > li:before,
#product .gift-item ul.notice-free > li:before {
  content: "ви";
  position: absolute;
  left: 0;
  top: 0;
}
#product .gift-item__content {
  background: #efefef;
  padding: 1em;
}

#product .gift-item__content dl {
  width: 100%;
  font-size: 15px;
  margin-bottom: 0;
}

#product .gift-item__content dl dt {
  float: left;
  width: 10em;
  padding: 0.8em;
}

#product .gift-item__content dl dt:not(:first-of-type) {
  border-top: 1px solid #bdbdbd;
}

#product .gift-item__content dl dd {
  margin-left: 10em;
  padding: 0.8em;
}

#product .gift-item__content dl dd:not(:first-of-type) {
  border-top: 1px solid #bdbdbd;
}

#product .gift-item__content dl dd ul {
  margin: 0 0 0 1em;
  list-style: outside disc;
}

#product .gift-item__content dl dd ul li {
  margin-bottom: 0.5em;
  list-style: outside disc;
}



/*OSECHI*/
#product .osechi-item h2 {
  font-size: 28px;
  margin-bottom: 1em;
}

#product .osechi-item h2 span {
  display: block;
  font-size: 14px;
}

#product .osechi-item p {
  margin-bottom: 1em;
}

#product .osechi-item .notice {
  font-size: 14px;
  text-indent: 1em;
  margin-left: -1em;
}

#product .osechi-item__content dl {
  width: 100%;
  font-size: 15px;
  margin-bottom: 0;
}

#product .osechi-item__content dl dt {
  width: 100%;
  float: none;
  padding: 0.8em;
}

@media only screen and (min-width: 1280px) {
  #product .osechi-item__content dl dt {
    float: left;
    width: 10em;
  }
}

#product .osechi-item__content dl dt:not(:first-of-type) {
  border-top: 1px solid #bdbdbd;
}

#product .osechi-item__content dl dd {
  padding: 0.8em;
}

@media only screen and (min-width: 1280px) {
  #product .osechi-item__content dl dd {
    margin-left: 10em;
  }
  #product .osechi-item__content dl dd:not(:first-of-type) {
    border-top: 1px solid #bdbdbd;
  }
}

#product .osechi-item__content dl dd ul {
  margin: 0 0 0 1em;
  list-style: outside disc;
}

#product .osechi-item__content dl dd ul li {
  margin-bottom: 0.5em;
  list-style: outside disc;
}

.osechi__list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}

.osechi__list > li {
  width: 49%;
}

.osechi-delivery {
  background: #ef7171;
  border-radius: 6px;
  color: #ffffff;
  padding: 1.6rem;
  font-size: .9rem;
  margin-bottom: 20px;
}

.osechi-delivery h3 {
  margin: 0 0 0.4em !important;
}

.osechi-delivery p {
  margin-bottom: 0 !important;
}


.option__select {
  width: 100%;
  margin-bottom: 20px;
}

.option__select select {
  width: 100%;
}

.option__select option {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .option__select {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .option__select__name {
    width: 10em;
  }
  .option__select select {
    width: calc(100% - 11em);
  }
  .option__select option {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */