@charset "UTF-8";

@media print {
/*
	body {
		width: 1300px;
		zoom: 300%;
	}	
*/	
	 body {
   padding-left: 0;
   width: 1400px; 
   -webkit-transform: scale(0.8); 
    transform: scale(0.8); 
   transform-origin: 0 0;
   margin-top: -100px;
	 }
   body.browser-is-ff {
     -webkit-transform: none;
     transform: none;
     transform-origin: 50% 50%;
   }
    body.browser-is-ie {
     -webkit-transform: none;
     transform: none;
     transform-origin: 50% 50%;
     zoom: 0.8;
   }
   body.browser-is-edge {
     -webkit-transform: none;
     transform: none;
     transform-origin: 50% 50%;
     zoom: 0.6;
   }
   
   .header .select_area {
   	display: none !important;
   }
   
   .header .header_contact.dropdown {
   	display: none !important;
   }
   
      .header .header_menu {
   	display: none !important;
   }

	.header .container {
		min-width: auto;
	}
	
	.breadcrumb {
		font-size: 14px;
	}
	
	.shohind {
		width: 1200px;
		margin: 0 auto;
	}
	
	.shohind .container {
		min-width: 1200px;
	}
	
	.shohind .container .shohin_detail {
		margin-top: 100px !important;
	}
	
	.shohin_detail > div
	{
		margin-left: auto;
		margin-right: auto;
	}
	
	.shohin_detail .shohind_slider_box
	{
		width: 600px;
	}

	.shohin_detail .shohind_info_box
	{
		width: 570px;
	}
	
	.shohin_detail .shohind_h1
	{
		font-size: 22px;
	}
	
	.shohin_detail .shohind_info_box .shohind_waocode
	{
		font-size: 14px;
	}
	
	.shohin_detail .shohind_info_box .shohind_desc_summary
	{
		font-size: 14px;
	}
	
	.shohin_detail .shohind_info_box .shohind_description dt
	{
		font-size: 12px;
		width: 16.66666667%;
	}

	.shohin_detail .shohind_info_box .shohind_description dd
	{
		font-size: 12px;
		width: 83.33333333%;
	}
	
	.shohind .shohind_btn {
		width: 350px;
		margin-left: 0px;
		display: inline-block;
	}

	.shohind .tenant_info > .row > div:nth-of-type(2) > div {
		max-width: 500px;
	}
	.shohind #delivery_free_area{
		margin-right: 280px;
		white-space: nowrap;
	}

	.shohind #Upper_shop_name
	{
		font-size: 1.125rem;
	}
	
	.shohind .count-btn_and_price {
		flex-direction: row;
	}
	
	.shohind .count-btn_and_price > span {
		margin-left: 0px;
		margin-right: 2em;
	}
	
	.shohind .shohind_cart_box .options-count-price-button{
		width: 100%;
	}
	
	.shohind .shohind_cart_box .options-count-price-button .input-num-group{
		width: 183px;
		height: 47px;
	}
	
	.shohind .shohind_cart_box .options-count-price-button .input-num-group span button{
		padding-bottom: 12px;
	}
	
	.shohind .shohind_cart-buttons .insert_cart{
		color: white;
		background-color: orange;
		border-color: orange;
	}
	
	.shohind .shohind_cart-buttons .insert_cart:hover{
		background-color: #FF8200;
	}
	
	.shohind .shohind_cart-buttons .fav_button-on{
		padding-left: 1em;
		width: 180px;
		margin-left: 0px;
		display: inline-block;
	}
	.shohind .shohind_cart-buttons .fav_button{
		padding-left: 1.5em;
		width: 180px;
		margin-left: 0px;
		display: inline-block;
	}
    .shohind .shohind_cart-buttons .fav_button-on:after{
        right: 47%;
    }
	.shohind .shohind_cart-buttons .fav_button:after{
		right: 51%;
	}
	.shohind_cart-buttons.flex-row {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
	}
	
	.shohind .calendar_box{
		width: 100%;
		margin-top: 110px;
	}
	
	.shohind .calendar_box .tenantCalendar {
		width: 270px;
		display: inline-block;
	}
	
	.shohind .calendar_box .tenantCalendar .title {
		font-size: 14px;
	}
	
	.shohind .calendar_box .tenantCalendarBack,
	.shohind .calendar_box .tenantCalendarNext {
		font-size: 12px;
	}
	
	.shohind .calendar_box .search_deliv_price_Box {
		width: 270px;
		vertical-align: top;
		display: inline-block;
		margin-bottom: 0px;
		height: 100%;
	}
	
	.shohind .calendar_box .search_deliv_price_Box .title {
		font-size: 14px;
	}
	
	.shohind .calendar_box .search_deliv_price_Box .content{
		height: calc(100% - 50px);
	}
	
	.shohind .calendar_box .search_deliv_price_Box select{
		font-size: 16px;
	}
	
	.shohind .tenant_info
	{
		width: 576px;
		margin-top: -283px;
	}
	
	.shohind .tenant_info .tenant_icon_box
	{
		width: 39.5%;
	}
	
	.shohind .tenant_info .tenant_info_box
	{
		width: 60%;
	}
	
	.shohind .tenant_info  > .row > div:last-of-type.tenant_detail_btn
	{
		display: block;
		top: 160px;
		left: 40%;
		width: 60%;
	}
	
	.shohind .tenant_info  > .row > div:last-of-type.tenant_detail_btn .shohind_btn
	{
		width: 100%;
	}
	
	.shohind .tenant_info p
	{
		color: #333;
	}
	
	.shohind .tenant_info dl {
		font-size: 14px;
	}
	
	.shohind .shohind_h2
	{
		font-size: 22px !important;
	}
	
	.shohind #search_ordered_by {
		text-align: right;
		width: 1200px;
		float: none;
	}
	
	.shohind .obento_list {
	  width: 1200px;
	}
	
	.shohind .obento_list > .obento_item {
	  width: 25%;
	  padding: 0 5px;
	}
	
	.shohind #guide dl {
		margin-left: auto;
		margin-right: auto;
	}
	
	footer .container {
		min-width: auto;
	}
}

/* here you can put your own css to customize and override the theme */
.shohind .container{
	padding: 0;
}

.shohind {
    margin-top: 90px;
}
@media (max-width: 765px) {
    .shohind {
        margin-top: 175px;
    }
}
/*----- pluguin ------*/
.shohind .owl-carousel {
  padding: 0 !important;
}
.shohind .shohin_detail {
  margin: 0 !important;
}
@media (min-width: 766px) {
  .shohind .shohin_detail > .row > .col-md-6:first-of-type, .shohind .shohin_detail > .row > .col-sm-6:first-of-type {
    padding-right: 2.1875rem !important;
  }
}
.shohind .product-main-image {
  margin-bottom: 0 !important;
}
.shohind .product-other-images {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.shohind .product-other-images a{
  display: inline-block;
  width: 22%;
  height: auto;
  margin: 0;
}
.shohind .product-other-images a:not(:last-of-type){
  margin-right: 4%;
}
.shohind .product-other-images img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.shohind .owl-controls {
  margin: auto;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.shohind .owl-controls .owl-nav{
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shohind .owl-nav div{
  width: 33px;
  height: 75px;
  background-color: black;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shohind .owl-nav .owl-prev{
  margin-left: 0px;
  position: relative;
}
.shohind .owl-nav .owl-prev::before{
    content: '';
    width: 23px;
    height: 23px;
    border: 0px;
    border-top: solid 4px white;
    border-right: solid 4px white;
    -webkit-transform: rotate(-128deg) skewX(16deg);
    transform: rotate(-128deg) skewX(16deg);
    position: absolute;
    top: 34%;
    left: 32%;
}
.shohind .owl-nav .owl-next{
  margin-right: 1px;
  position: relative;
}
.shohind .owl-nav .owl-next::before{
    content: '';
    width: 23px;
    height: 23px;
    border: 0px;
    border-bottom: solid 4px white;
    border-left: solid 4px white;
    /* -webkit-transform: rotate( -135deg); */
    -webkit-transform: rotate(-128deg) skewX(16deg);
    transform: rotate(-128deg) skewX(16deg);
    position: absolute;
    top: 35%;
    left: 0%;
}
.shohind .owl-nav div:hover {
    background-color: grey;
}
/*----- shohind.html -----*/
/*--- BEGIN SHOHIN DETAIL ---*/
.shohind .shohind_active {
  color: inherit !important;
  text-decoration: underline;
}
.shohind .shohind_h1, .shohind .shohind_h2, .shohind .shohind_h3 {
  margin: 0 !important;
  padding: 0;
  border: none;
}
.shohind .shohind_h1 {
  margin-bottom: 0.625rem !important;
  font-size: 1.5rem !important;
}
.shohind .shohind_h2 {
  margin-bottom: 1em !important;
  font-size: 1.75rem !important;
  font-weight: initial;
}
.shohind .explanation {
  margin-left: 2em;
  font-size: 1rem;
}
.shohind .shohind_h3 {
  margin-bottom: 0.625rem !important;
  font-size: 1rem !important;
}
.shohind .shohind_tag {
  font-size: 0.8125rem;
  margin-right: 0.9375rem;
  margin-bottom: 0.625rem;
  background-color: #F5F5F5;
  padding: .3em .5em .3em .5em;
  border-radius: 2px;
}
.shohind .shohind_desc_summary {
  font-size: 1rem;
}
.shohind .shohind_description {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  padding: .5em;
  border: 1px solid #E3E3E3;
}
.shohind .shohind_description dt, .shohind .shohind_description dd {
  font-size: 0.875rem;
  padding: .7em .5em;
  position: relative;
  word-wrap: break-word;
}
.shohind .shohind_description dt:not(:first-of-type)::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #F7F7F7;
  position: absolute;
  top: 0;
  right: 0;
}

/* option label style */
.shohind .shohind_options label{
	font-size: 12px;
    margin-bottom: 5px;
    font-weight: bold;
}

.shohind .shohind_options .shohind_option_group{
	font-size: 12px;
	display: inline-block;
	width: 46%;
	margin-right: 3%;
}

.shohind .shohind_options .shohind_option_group select{
	border-radius: 0.125rem;
	font-size: 12px;
}

@media (min-width: 1157px) {
  .shohind .shohind_description dd:not(:first-of-type)::after {
    content: "";
    width: 100%;
    border-bottom: 1px solid #F7F7F7;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.shohind .shohind_btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border-radius:10px;
	border: 1px solid;
	border-color: #FF8200;
	width: 250px;
	height: 48px;
	padding-top: 10px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-top: 10px;
	text-align: center;
    font: normal normal normal 18px/27px Hiragino Kaku Gothic Pro;
}
.shohind .shohind_options {
  margin-bottom: 2em;
  border: 0!important;
  min-height: 65px;
}
.shohind .shohind_options select{
  width: 100% !important;
  background-color: #F5F5F5;
  border: 1px solid #E3E3E3;
  border-radius: .5em;
}
.shohind .shohind_options label
{
	margin-left: 0px;
	margin-bottom: 0px;
}
.shohind .shohind_cart-buttons.flex-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.shohind .shohind_cart-buttons > button {
	margin-left: auto;
}
.shohind .orange_button {
  border: 1px solid #FFB022;
  background-color: white;
  color: #FFB022;
}
.shohind .orange_button:hover {
  color: white;
  background-color: #FFB022;
}
.insert_cart {
	cursor: pointer;
	float: left;
	border-color: #FF7113;
	color: #FF7113;
}

.insert_cart:hover
{
	color: #FFF !important;
	background: #FF8200 0% 0% no-repeat padding-box;
}



.shohind .shohind_cart-buttons .fav_button {
    padding-left: 2em;
    border: 1px solid #BBBBBB;
    background-color: white;
    color: #BBBBBB;
    position: relative;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 1rem;
}

.shohind .shohind_cart-buttons .fav_button-on
{
	padding-left: 1em;
	border: 1px solid #BBBBBB;
	position: relative;
	height: 48px;
	border-radius: 10px;
	padding-top: 10px;
	margin-top: 10px;
    color: white;
	background-color: #FF5757;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
}

.shohind .shohind_cart-buttons .fav_button:not(:hover):after {
  content: "";
  margin-left: auto;
  margin-right: 3.5em;
  width: 1em;
  height: 100%;
  background-image: url(/wao_img/parts/favorite_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  opacity: 0.5;
}
.shohind .shohind_cart-buttons .fav_button:hover:after {
  content: "";
  margin-left: auto;
  margin-right: 3.5em;
  width: 1em;
  height: 100%;
  background-image: url(/wao_img/parts/favorite_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
}

.shohind .shohind_cart-buttons .fav_button-on:not(:hover):after {
  content: "";
  margin-left: auto;
  margin-right: 3.5em;
  width: 1em;
  height: 100%;
  background-image: url(/wao_img/parts/favorite_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
}

.shohind .shohind_cart-buttons .fav_button-on:hover:after {
  content: "";
  margin-left: auto;
  margin-right: 3.5em;
  width: 1em;
  height: 100%;
  background-image: url(/wao_img/parts/favorite_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  opacity: .5;
}

.shohind .shohind_cart-buttons .fav_button:hover {
  color: white;
  background-color: #FF5757;
  border-color: #FF5757;
}
.shohind .shohind_cart-buttons .fav_button-on:hover {
  color: #BBB;
  background-color: white;
  border-color: #BBB;
}
.shohind .shohind_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border: none;
}



/*--- END SHOHIN DETAIL ---*/
/*--- BEGIN TENANT INFO ---*/
.shohind .tenant_info {
  margin-bottom: 8em;
  border: 1px solid #E3E3E3;
  padding: 15px;
}
.shohind .tenant_info .row > div {
  padding-top: 1em;
  padding-bottom: 1em;
}
.shohind .tenant_info img {
  width: 100%;
}
.shohind .tenant_info > .row > div:nth-of-type(2) > p {
  font-size: 1.125rem;
  padding-left: 2em;
  position: relative;
  width: 100%;
}
.shohind .tenant_info > .row > div:nth-of-type(2) > p:before {
  content: "";
  background-image: url(/wao_img/parts/shop_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.shohind .tenant_info > .row > div:nth-of-type(2) > div {
  margin: 0!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shohind .tenant_info > .row {
  position: relative;
}
.shohind .tenant_info > .row > div:last-of-type {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  top: 0;
  bottom: 0;
  right: 0;
}
.shohind .tenant_info > .row > div:last-of-type > .shohind_btn {
  margin-top: auto;
  margin-bottom: auto;
}
.shohind .tenant_info dl {
  margin: 5px 20px 5px 0;
  display: inline!important;
  font-size: 1rem;
}
.shohind .tenant_info dt {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline!important;
}
.shohind .tenant_info dt:after {
  content: "：";
  position: absolute;
  top: 0;
  right: -1em;
}
.shohind .tenant_info dd {
  margin-left: 1em;
  padding: 0;
  display: inline!important;
}
.shohind .tenant_info > .row > div:nth-of-type(3) > .flex-row > * {
    margin: 0 1em 1em;
}

/*--- END TENANT INFO ---*/
/*--- BEGIN OTHER ITEMS ---*/
.shohind #mlist {
	width: 100%;
	height: auto;
}
.shohind body {
    font-size: 0.66rem;
    color: #808080;
    line-height: 140%;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.04em;
}
.shohind .top_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin-top: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.shohind .share_area{
	width: 58.3%;
	padding: 0;
}
.shohind a {
    color: #808080;
    text-decoration: none;
}
.shohind a:hover {
    color: #E02222;
    text-decoration: none;
}
.shohind a.linkWrap {
    position: absolute;
    top: 0;
    z-index: 100;
}
.shohind .cart_img.selected{
	outline-color: #5CBBAC;
	outline-style: solid;
}
.shohind .mlist_items {
    display: inline-block;
    width: 344px;
    height: 488px;
    margin-top: 0px;
	margin-bottom: 40px;
	overflow: hidden;
}
.shohind .pi-img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}
.shohind .pi-img-wrapper div .favbtn-default {
	margin: 12px 0px 12px 6px;
	background: transparent;
	position: relative;
	width: 20%;
	float: right;
}
.shohind .mlist_tax {
    font-weight: normal;
    font-size: 1rem;
}
.shohind .mlistOriginal {
    position: absolute;
    bottom: 0px;
    left:  0px;
    width: 100px;
    z-index: 150;
}
.shohind .mlist_tenant {
	padding-left: 16px;
	padding-right: 6px;
	padding-top: 10px;
    font-size: 1rem;
    height: 30px;
    overflow: hidden;
}
.shohind .mlistBento {
    font-size: 1rem;
    letter-spacing: -0.03em;
    margin: 4px 0 0px;
	overflow: hidden;
	padding-top: 0px;
	line-height: 20px;
	padding-left: 16px;
	padding-right: 6px;
}
.shohind .mlistPrice {
    text-align: right;
    font-size: 1.375rem;
	letter-spacing: -0.05em;
	margin-right: 1em;
}
.shohind .mlist_tags {
    float: left;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
	overflow: auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.shohind .mlist_original_label_area {
	position: absolute;
}
.shohind .mlist_tag_label {
    float: left;
	font-size: 0.75rem;
	border-radius:4px;
	background:#F0F0F0;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: var(--unnamed-color-464646);
	text-align: center;
	font: normal normal normal 12px/18px Hiragino Kaku Gothic Pro;
}

.shohind .link_list {
  margin: 0!important;
  padding: 0!important;
  width: 100%;
}
.shohind .link_list li {
  margin: auto;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 1.125rem;
  border-radius:10px;
  border: 1px solid #FFB022;
  width: 312px;
  height: 40px;
  color: #FFB022;
  text-align: center;
}
.shohind .link_list li:hover {
  background: #FFB022;
  color: white;
  cursor: pointer;
}
.shohind .obento_list{
	min-height: 474px; 			/* CLS対策: 商品一覧を1列分確保 */
}
/*--- END OTHER ITEMS ---*/

/* 商品口コミ一覧 */
-.comment-wrapper,
-#comment-load-wrapper{
	max-width: 1200px;
}

#comment-load-wrapper button{
	position: relative;
	width: 22.5rem;
	padding: 0.75rem 0;
}

#comment-load-wrapper button::before{
	content: url("/wao_img/sp/refresh-orange.svg");
	position: absolute;
	width: 1.28125rem;
	height: 1.125rem;
	top: 50%;
	left: 22%;
	transform: translate(-50%, -50%);
	transition: content 0.15s ease-in-out;
}
#comment-load-wrapper button:hover::before{
	content: url("/wao_img/sp/refresh.svg");
	position: absolute;
	width: 1.28125rem;
	height: 1.125rem;
	top: 50%;
	left: 22%;
	transform: translate(-50%, -50%);
}

/*--- BEGIN GUIDE ---*/
.shohind #guide h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #D6D6D6;
}
.shohind #guide .row {
  padding-top: 20px;
}
.shohind #guide dt > p {
  margin-right: auto;
  margin-bottom: 1.5em;
  min-width: 176px;
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
  color: white;
  background-color: #464646;
  text-align: center;
  padding: 3px 1em;
}
.shohind #guide dd > p {
  font-size: 0.875rem;
}
.shohind #guide dd > p > span {
  margin-bottom: 10px;
  display: inline-block;
}
.shohind #guide dd .huge {
  margin-left: 2em;
  margin-right: 1em;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.shohind #guide dd .big {
  font-size: 1.125rem;
  font-weight: bold;
}
.shohind #guide dd p.big:not(:first-child) {
  margin-top: 1em;
}
.shohind #guide dd span.big {
  margin-top: 1em;
  margin-bottom: 0;
}
.shohind #guide dd .border {
  padding: 0 1.5em;
  line-height: normal;
  font-size: 0,875rem;
  border: 1px solid #9D9D9D;
}
.shohind #guide dd:first-of-type > p:first-child > .huge:before {
  content: "";
  width: 32px;
  height: 100%;
  background-image: url(/wao_img/parts/pc_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -2em;
}
.shohind #guide dd:first-of-type > p:last-child > .huge:before {
  content: "";
  width: 32px;
  height: 100%;
  background-image: url(/wao_img/parts/phone_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -2em;
}

.owl-carousel .owl-stage-outer {
  width: 100%;
}

.shohind .count-btn_and_price{
	padding-right: 1em;
}

.star {
  font-size: 20px;
  color: #ccc; /* デフォルト（空星） */
}

.star.full {
  color: #ff8200;
}

.star.half {
  background: linear-gradient(to right, #ff8200 50%, #ccc 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.star.empty {
  color: #e0e0e0; /* 薄い灰色 */
}

@media (min-width: 1200px) {
	.header .container {
		min-width: auto;
	}
	
	.breadcrumb {
		font-size: 14px;
	}
	
	.shohind {
		width: 1200px;
		margin: 0 auto;
	}
	
	.shohind .container {
		min-width: 1200px;
	}
	
	.shohin_detail > div
	{
		margin-left: auto;
		margin-right: auto;
	}
	
	.shohin_detail .shohind_slider_box
	{
		width: 600px;
	}

	.shohin_detail .shohind_info_box
	{
		width: 570px;
	}
	
	.shohin_detail .shohind_h1
	{
		font-size: 22px;
	}
	
	.shohin_detail .shohind_info_box .shohind_waocode
	{
		font-size: 14px;
	}
	
	.shohin_detail .shohind_info_box .shohind_desc_summary
	{
		font-size: 14px;
	}
	
	.shohin_detail .shohind_info_box .shohind_description dt
	{
		font-size: 12px;
		width: 16.66666667%;
	}

	.shohin_detail .shohind_info_box .shohind_description dd
	{
		font-size: 12px;
		width: 83.33333333%;
	}
	
	.shohind .shohind_btn {
		width: 350px;
		margin-left: 0px;
		display: inline-block;
	}

	.shohind .tenant_info > .row > div:nth-of-type(2) > div {
		max-width: 500px;
	}
	.shohind #delivery_free_area{
		margin-right: 280px;
		white-space: nowrap;
	}

	.shohind #Upper_shop_name
	{
		font-size: 1.125rem;
	}
	
	.shohind .count-btn_and_price {
		flex-direction: row;
	}
	
	.shohind .count-btn_and_price > span {
		margin-left: 0px;
		margin-right: 2em;
	}
	
	.shohind .shohind_cart_box .options-count-price-button{
		width: 100%;
	}
	
	.shohind .shohind_cart_box .options-count-price-button .input-num-group{
		width: 183px;
		height: 47px;
	}
	
	.shohind .shohind_cart_box .options-count-price-button .input-num-group span button{
		padding-bottom: 12px;
	}
	
	.shohind .shohind_cart-buttons .insert_cart{
		color: white;
		background-color: orange;
		border-color: orange;
	}
	
	.shohind .shohind_cart-buttons .insert_cart:hover{
		background-color: #FF8200;
	}
	
	.shohind .shohind_cart-buttons .fav_button-on{
		padding-left: 1em;
		width: 180px;
		margin-left: 0px;
		display: inline-block;
	}
	.shohind .shohind_cart-buttons .fav_button{
		padding-left: 1.5em;
		width: 180px;
		margin-left: 0px;
		display: inline-block;
	}
    .shohind .shohind_cart-buttons .fav_button-on:after{
        right: 47%;
    }
	.shohind .shohind_cart-buttons .fav_button:after{
		right: 51%;
	}
	.shohind_cart-buttons.flex-row {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
	}
	
	.shohind .calendar_box{
		width: 100%;
		margin-top: 130px;
	}
	
	.shohind .calendar_box .tenantCalendar {
		width: 270px;
		display: inline-block;
	}
	
	.shohind .calendar_box .tenantCalendar .title {
		font-size: 14px;
	}
	
	.shohind .calendar_box .tenantCalendarBack,
	.shohind .calendar_box .tenantCalendarNext {
		font-size: 12px;
	}
	
	.shohind .calendar_box .search_deliv_price_Box {
		width: 270px;
		vertical-align: top;
		display: inline-block;
		margin-bottom: 0px;
		height: 100%;
	}
	
	.shohind .calendar_box .search_deliv_price_Box .title {
		font-size: 14px;
	}
	
	.shohind .calendar_box .search_deliv_price_Box .content{
		height: calc(100% - 50px);
	}
	
	.shohind .calendar_box .search_deliv_price_Box select{
		font-size: 16px;
	}
	
	.shohind .tenant_info
	{
		width: 576px;
		margin-top: -283px;
	}
	.shohind .tenant_info.unavailable_tenant
	{
		margin-top: 0px;
	}
		
	.shohind .tenant_info .tenant_icon_box
	{
		width: 39.5%;
	}
	
	.shohind .tenant_info .tenant_info_box
	{
		width: 60%;
	}
	
	.shohind .tenant_info  > .row > div:last-of-type.tenant_detail_btn
	{
		display: block;
		top: 160px;
		left: 40%;
		width: 60%;
	}
	
	.shohind .tenant_info  > .row > div:last-of-type.tenant_detail_btn .shohind_btn
	{
		width: 100%;
	}
	
	.shohind .tenant_info p
	{
		color: #333;
	}
	
	.shohind .tenant_info dl {
		font-size: 14px;
	}
	
	.shohind .shohind_h2
	{
		font-size: 22px !important;
	}
	
	.shohind #search_ordered_by {
		text-align: right;
		width: 1200px;
		float: none;
	}
	
	.shohind .obento_list {
	  width: 1200px;
	}
	
	.shohind .obento_list > .obento_item {
	  width: 25%;
	  padding: 0 5px;
	}
	
	.shohind #guide dl {
		margin-left: auto;
		margin-right: auto;
	}
	
	footer .container {
		min-width: auto;
	}
}

@media (min-width: 766px) {
    .shohind .tenant_info > .row > div:last-of-type {
      position: absolute;
    }
}


@media (min-width: 766px) and (max-width: 1157px){
	.shohind .count-btn_and_price > span{
		margin-left: 1em;
	}
    .shohind .shohind_cart-buttons .shohind_btn{
        width: 100%
    }
	.shohind .share_area{
		width: 100%;
	}
	.shohind{
		padding: 0 30px;
	}
	.shohind .shohind_options{
		min-height: initial;
	}
}

@media (max-width: 765px){
	.shohind .shohind_btn{
        width: 100%;
    }
	.shohind .tenantCalendar, .shohind .search_deliv_price_Box {
		margin-right: auto;
		margin-left: auto;
	}
	.shohind .share_area{
		width: 100%;
	}
	.shohind{
		padding: 0 15px;
	}
	.shohind #guide dt > p {
		width: 100%;
		text-align: left;
		padding-left: 1em;
	}
	.shohind .shohind_options{
		min-height: initial;
	}
    .shohind .tenant_info .row > div:first-of-type {
        float: none;
        margin: auto;
    }
}
