@charset "UTF-8";

body{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Noto Sans JP', sans-serif;
	color: #464646;
}
body h1{
	margin-top: 0;
    font-size: 1.3125rem;
    font-weight: bold;
    line-height: 32px;
}
body h2{
	font-size: 1rem;
	font-weight: bold;
}

.flex-row {
	padding: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.v-hidden{
	visibility: hidden;
}

.text-black{
	color: #222222;
}
.bg-pale-grey{
	background-color: #FAFAFA;
}
.bg-grey{
	background-color: #f5f5f5;
}

/* font common class style */
.fs-10{
	font-size: 0.625rem !important;
}
.fs-10-5{
	font-size: 0.65rem !important;
}
.fs-11{
	font-size: 0.6875rem !important;
}
.fs-12{
	font-size: 0.75rem !important;
}
.fs-13{
	font-size: 0.8125rem !important;
}
.fs-14{
	font-size: 0.875rem !important;
}
.fs-15{
	font-size: 0.9375rem !important;
}
.fs-16{
	font-size: 1rem !important;
}
.fs-17{
	font-size: 1.0625rem !important;
}
.fs-18{
	font-size: 1.125rem !important;
}
.fs-20{
	font-size: 1.25rem !important;
}
.fs-21{
	font-size: 1.3125rem !important;
}
.fs-22{
	font-size: 1.375rem;
}
.fs-25{
	font-size: 1.5625rem;
}

/* form style */
.form-control, .form-control:focus,
.form-select, .form-select:focus{
	font-size: 0.875rem;
	border-color: #c8c8c8;
	background-color: #FFF;
	border-radius: 0.25rem;
}
.form-check-input{
	border-color: #c8c8c8;
	background-color: #FFF;
	width: 1rem;
	height: 1rem;
}
.form-check-input:checked, .form-check-input:checked:hover{
	content: '\2713';
	color: #fff;
	background-color: #FF8200;
	border-color: #FF8200;
}
.form-control:hover, .form-check-input:hover, .form-select:hover{
	border-color: black;
}
@media(min-width: 766px){
	.form-control-sm-lg{
		min-height: calc(1.42857143em + 1rem + 2px);
		padding: 1rem 1rem;
		font-size: 1.125rem;
	}
}
.form-control::placeholder,
.form-select:invalid,
.form-select:disabled{
	color: #C8C8C8;
}

.form-select.disabled{
	background-color: #e9ecef;
	pointer-events: none;
}

/* hidden if empty */
.empty-hidden:empty{
	display: none;
}

/* button style */
.btn{
	transition: color 0.15s ease-in-out,
				background-color 0.15s ease-in-out,
				border-color 0.15s ease-in-out,
				box-shadow 0.15s ease-in-out,
				opacity 0.15s ease-in-out;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-sl-close,
.btn-sl-close:hover,
.btn-sl-close:focus,
.btn-sl-close:active,
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-secondary,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-outline-grey,
.btn-outline-grey:hover,
.btn-outline-grey:focus,
.btn-outline-grey:active,
.btn-outline-dark,
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-cancel,
.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:active,
.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-outline-info,
.btn-outline-info:hover,
.btn-outline-info:active,
.btn-outline-info:focus{
	font-weight: regular;
	padding: 1rem;
	line-height: 1;
	border-radius: 0.5rem;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled,
.btn-sl-close,
.btn-sl-close:hover,
.btn-sl-close:focus,
.btn-sl-close:active,
.btn-sl-close.disabled,
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.disabled,
.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:focus
.btn-info.disabled
{
	color: white;
}
.btn.btn-primary{
	background-color: #FF8200;
	border-color: #FF8200;
}
.btn.btn-primary:hover{
	opacity: 0.8;
}

.btn.btn-sl-close{
	background-color: #808080;
	border-color: #8b8b8b;
	opacity: 0.8;
}
.btn.btn-sl-close:hover{
	opacity: 1.0;
}

.btn.btn-outline-primary{
    color: #FF7113;
    background-color: #FFF;
    border-color: #FF7113;
}
.btn.btn-outline-primary:hover{
    color: #FFF;
    background-color: #FF8200;
    border-color: #FF8200;
}
.btn.btn-outline-primary:hover img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.btn.btn-secondary{
	background-color: #707070;
	border-color: #707070;
}
.btn.btn-secondary:hover{
	opacity: 0.8;
}

.btn.btn-cancel{
	color: #787878;
	background-color: transparent;
	border-color: #787878;
	border-radius: 0.625rem;
	font-size: 1.3125rem;
}
.btn.btn-cancel:hover{
	color: #FFF;
	background-color: #787878;
	border-color: #BCBCBC;
}

.btn-right-arrow, .btn-left-arrow{
	position: relative;
}
.btn-right-arrow:after{
    content: "";
    display: inline-block;
    background-image: url(/wao_img/sp/caret-right.svg);
    position: absolute;
    width: 0.375rem;
    height: 0.75rem;
    background-repeat: no-repeat;
    right: 4.58%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.btn-left-arrow:after{
    content: "";
    display: inline-block;
    background-image: url(/wao_img/sp/caret-left.svg);
    position: absolute;
    width: 0.375rem;
    height: 0.75rem;
    background-repeat: no-repeat;
    left: 6.87%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* <a> tag style */
a{
	color: #464646;
}
a:hover{
	color: #787878;
}
a.text-decoration-none:hover{
	text-decoration-line: underline!important;
}

ul {
	list-style: none;
}

/* input num group style */
.input-num-group {
	width: 150px;
	position: relative;
	display: flex;
	border-collapse: separate;
	padding-top: 5px;
}

.input-group-btn button{
	background-color: #464646!important;
	color: white;
}

.count-btn_and_price {
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: center;
}

.count-btn_and_price > span, .count-btn_and_price > p {
	text-align: right;
	margin-left: 2em;
	margin-bottom: 0;
	font: normal normal normal 24px/36px Hiragino Kaku Gothic Pro;
	white-space: nowrap;
}

.count-btn_and_price > p > span {
	display: inline-block;
}

.count-btn_and_price input.form-control {
	background-color: white;
	text-align: center;
}

/* Top page style */
.hide{
	display: none !important;
}

/* cart insert animation style */
.ball {
	width: 528px;
	height: 396px;
	border-radius: 50%;
	background: #FF8200;
	-webkit-box-shadow: 0 10px 25px rgba(255,132,31, 0.5);
	box-shadow: 0 10px 25px rgba(255,132,31, 0.5);
	left: 50%;
	top: 7%;
	z-index:9999;
	position: fixed;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.ball img
{
	width: 100%;
	height: 100%;
}

/* #search_ordered_by */

#search_ordered_by{
	float: right;
}

#search_ordered_by span{
	font-size: 0.875rem;
	padding-right: 10px;
	padding-left: 10px;
	border-right: solid 1px black;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#search_ordered_by span:last-child{
	border-right: none;
}

#search_ordered_by span.active{
	color:orange;
	font-weight: bold;
}

#search_ordered_by span:hover{
	text-decoration: underline;
}

/* magnific popup style */
/* -- insert cart -- */
.mfp-content {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 60%;
}

@media (max-width: 765px) {
	.mfp-content {
		width: 90%;
	}
}

.mfp-wrap:not(.mfp-login) .mfp-content {
	max-width: 620px !important;
	height: 80vh;
}
.mfp-wrap:not(.mfp-login):not(.mfp-cart) .mfp-content {
	max-width: 520px !important;
	max-height: 720px;
	min-height: 620px;
}


.mfp-cart .mfp-content {
	float: right;
	margin-right: 30px;
	width: 480px;
}

@media (max-width: 765px) {
	.mfp-cart .mfp-content {
		width: 90%;
		float: none;
		margin: 0;
	}
}

.mfp-cart .mfp-iframe-holder .mfp-close
{
	left: -.5em;
	top: -.5em;
}

.mfp-login .mfp-content {
	width: 911px;
	height: 392px;
}
@media (max-width: 765px){
	.mfp-login .mfp-content{
		width: 304px;
		height: 376px;
	}
}
@media (min-width: 766px) and (max-width:1157px) {
	.mfp-login .mfp-content{
		width: 392px;
		height: 464px;
	}
}

.mfp-iframe-holder .mfp-close
{
	width: 1em;
	height: 1em;
	padding: 0;
	text-align: center;
	line-height: 1em;
	background-color: rgba(0,0,0,.5);
	border-radius: 1em;
	position: absolute;
	left: .5em;
	top: .5em;
}

.mfp-container
{
	padding:0;
	background: #transparent;
	position: fixed;
}

/* 販売終了 style */
.unavailable {
  color: #FF8217;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.unavailable span{
  display: inline-block;
}
@media (max-width: 765px) {
    .unavailable {
      font-size: 14px;
    }
}
@media (min-width: 766px) and (max-width:1157px) {
    .unavailable {
      font-size: 18px;
    }
}

@media (min-width: 1158px) and (max-width:1549px) {
    .unavailable {
      font-size: 22px;
    }
}
.margin-top-40 {
  margin-top: 40px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}



/** カレンダー部品 */
.tenantCalendar, .search_deliv_price_Box {
	position:relative;
	max-width: 280px;
	width: 100%;
	margin-bottom: 20px;
	margin-left: auto;
}

.tenantCalendar .content, .search_deliv_price_Box .content {
	border: 1px solid #787878;
}

.tenantCalendarTitle {
	font-weight: bold;
	font-size: 1.25rem;
	height: 28px;
	border-bottom: 2px solid #3E3A39;
	line-height: 100%;
}

.tenantCalendarBack {
	position:absolute;
	font-size: 0.875rem;
	top:35px;
	right: 230px;
	width:auto;
	height:auto;
	cursor: pointer;
}


.tenantCalendarNext
{
	position:absolute;
	font-size: 0.875rem;
	top:35px;
	right:20px;
	width:auto;
	height:auto;
	cursor: pointer;
}

.tenantCalendarBox {
	overflow: hidden;
	width: 100%;
	height: auto;
	font-size: 0.6rem;
	margin-top:0px;
	margin-bottom:0px;
	font: normal normal normal 10px Hiragino Kaku Gothic Pro;
}

.tenantCalendarMonthBox {
	float: left;
	margin: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 4px;
	min-height: 40px;
}

.tenantCalendarMonthNumber {
	margin-bottom: 0px;
	line-height: 310%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.calenderMonth {
	font-size: 0.875rem;
	margin-left: 1px;
	margin-right: 10px;
}

.calenderYear {
	font-size: 0.875rem;
}

.calenderWeekday {
	border-bottom: 0px solid #3E3A39;
	height: 16px;
	overflow: hidden;
	margin: auto;
	width: 273px;
}

.calenderWeekdayText
{
	border: 1px solid #F5F5F5;
}

.calenderWeekdayText, .calenderDayNumber, .calenderDayHoliday {
	float: left;
	width: 39px;
	text-align: center;
}

.calenderDayNumber
{
	border-top: 1px solid #F5F5F5;
}

.calenderDayHoliday
{
	border-bottom: 1px solid #FFF;
}

.calenderDayNumber, .calenderDayHoliday {
	height : auto;
	border-left: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
}

.calenderSunday {
	color: #FF5757;
	background-color: #F5F5F5;
}

.calenderSaturday {
	color: #63B1DC;
}

.calenderDay {
	border-bottom: 0px solid #3E3A39;
	height: 30px;
	margin: auto;
	width: 273px;
}

.calenderDayNumberBox {
	overflow: hidden;
	height: auto;
	margin-top: 0px;
}

.calenderDayHolidayBox {
	overflow: hidden;
	font-size: 0.8rem;
	line-height: 110%;
}
.calenderDay .calendarToday {
	border-color: orange;
}

.calenderDayHolidayBox .calendarToday {
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.calendarOpenDay {
	background-color: transparent;
}

.calenderDayHoliday.calendarOpenDay {
	font-size: 0.71875rem;
}

.calendarCloseDay {
	background-color: #F5F5F5;
}

.search_deliv_price_Box .content {
	font-size: 0.75rem;
	padding: 10px;
}

.search_deliv_price_Box p {
	margin: 3px;
}

.search_deliv_price_Box select {
	width: 100%;
	height: 40px;
	padding-left: 1.5em;
	background: var(--unnamed-color-f5f5f5) 0% 0% no-repeat padding-box;
	background: #F5F5F5 0% 0% no-repeat padding-box;
	border: 1px solid #C8C8C8;
	border-radius: 10px;
	opacity: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.125rem;
	color: #787878;
}

.search_deliv_price_Box .selectBox {
	margin-bottom: 10px;
	position: relative;
}

.search_deliv_price_Box .selectBox::after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	top: 50%;
	right: 25px;
	margin-top: -5px;
	border-top: 8px solid #787878;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.red {
	color: red;
}

.lg_letter {
	font-size: 1rem;
}

.pi-img-wrapper div .favbtn-default {
	margin: 2px 0px 12px 6px;
	background: transparent;
	position: relative;
	height: 64px;
	float: right;
	background-repeat: no-repeat;
	background-image: url("/wao_img/parts/like_02.png");
	background-size: 18px;
	background-position: 16px 17px;
}

.item_shop {
	text-align: left;
	letter-spacing: 0px;
	color: #464646;
	opacity: 1;
	width: auto;
	display:none;
	font: normal normal normal 18px/32px Hiragino Kaku Gothic Pro;
	white-space: nowrap;
	overflow-x: hidden;
}

.item_bento {
	margin: 20px 0 8px;
	text-align: left;
	font: normal normal normal 16px/24px Hiragino Kaku Gothic Pro;
	letter-spacing: 0px;
	color: #464646;
	opacity: 1;
	width: 100%;
}

.item_price {
	float: right;
	font-size: 1.375rem;
	letter-spacing: -0.05em;
	margin-right: 30px;
	margin-bottom: 8px;
}

.item_price_number {
	text-align: left;
	font: normal normal normal 24px/27px Hiragino Kaku Gothic Pro;
	letter-spacing: 0px;
	color: #464646;
}


.item_tags {
	-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;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 70px;
	overflow-y: hidden;
}

.inshop_item_tag
{
	background: #F5F5F5 0% 0% no-repeat padding-box;
	border-radius: 4px;
	opacity: 1;
	margin-right: 4px;
	margin-top: 4px;
	padding: 6px;
	margin-bottom: 2px;
	font: normal normal normal 12px/18px Hiragino Kaku Gothic Pro;
}


.item_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;
	font: normal normal normal 12px/18px Hiragino Kaku Gothic Pro;
	letter-spacing: 0px;
	color: #464646;
	opacity: 1;
}

.tCenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/** お弁当に対するオプション */
.indexRollover,
.tenantContentRollover
{
	display: none;
}

.items_shohin {
	position: relative;
	background-color: #F5F5F5;
}

.nowrap {
	white-space: nowrap;

}

.cart_delete_btn {
	z-index: 1;
	position: absolute;
	right: 10px;
	top: 10px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #787878;
	border-radius: 4px;
	width: 72px;
	height: 24px;
	padding: 0;
}
.cart_delete_btn:hover
{
	color:#FFF;
	background-color:#787878;
}

.cartOptionPackageNone,
.cartOptionPetTeaNone,
.cartOptionPackTeaNone
{
	display: none;
	width: 400px;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.count-btn_and_price p {
	font: normal normal normal 18px/23px Hiragino Kaku Gothic Pro;
	width: 8em;
	white-space: nowrap;
	padding-top: 15px;
}


.order_bento_options
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.order_bento_option
{
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
}

.cartOptionPackageNone
{
	padding-top: 4px;
}



#share_link{
	color: #464646;
}

#share_mail{
	color: #464646;
}


#share_line{
	color: #00B900;
}


#share_facebook{
	color: #1877F2;
}

#share_twiter{
	color: #1DA1F2;
}

/** シェアボタンのエリア */
.share_area {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
}

.share_img {
	width: 30px;
	height: auto;
	margin-left: 10px;
	margin-right: 4px;
}

.share_img img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.share_link {
	padding-top: 6px;
	width: auto;
	height: 30px;
	margin-right: 10px;
	text-align: left;
	font: normal normal normal 14px/21px Hiragino Kaku Gothic Pro;
	letter-spacing: 0px;
	color: #464646;
	opacity: 1;
}

.header_space {
	margin-top: 120px;
}
/** カレンダー部品 */

.tenantCalendar .title, .search_deliv_price_Box .title {
	margin-bottom: 0!important;
	position: relative;
	background-color: #464646;
	color: white;
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 30px;
	text-align: center;
	position: relative;
}
.boxCalendar .selectMonth {
	position: relative;
}
.boxCalendar .selectMonth h3 {
	margin-bottom: 0!important;
	font-size: 0.875rem;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 30px;
	background-color: #F5F5F5;
}
.boxCalendar .selectMonth ul {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -7px;
	padding-right: 1em;
}
.clearfix {
	zoom: 1;
}
.clearfix:before,  .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.boxCalendar .selectMonth ul>li.-next {
	float: right;
}
.boxCalendar .selectMonth ul>li {
	display: inline;
	font-size: 0.625rem;
	margin: 0;
	line-height: 1.2;
}
.boxCalendar .selectMonth ul>li.-next span {
	padding-right: 10px;
}
.boxCalendar .selectMonth ul>li span {
	display: block;
	position: relative;
	cursor: pointer;
}
.boxCalendar .selectMonth ul>li.-next span:before {
	right: 0;
	border-left: 4px solid black;
}
.boxCalendar .selectMonth ul>li span:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -2px;
	border: 2px solid transparent;
}
.boxCalendar table {
	width: 100%;
	line-height: 1em;
}
.c-shop-cal__body table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1em;
}
.boxCalendar table th {
	padding: 3px 0;
	font-weight: normal;
}
.boxCalendar table th,  .boxCalendar table td {
	width: 14.2%;
	background-color: #fff;
	border: 2px solid #f5f5f5;
	font-size: 0.625rem;
	text-align: center;
}
.boxCalendar table td {
	padding: 3px 0;
}
.boxCalendar table td span {
	display: block;
}
.boxCalendar table .saturday {
	color: #5398FC;
}
.boxCalendar table .sunday,  .boxCalendar table .holiday {
	color: #FF5757;
}
.boxCalendar .status {
	font-size: 0.9375rem;
	color: black;
}
.boxCalendar .designated {
	outline: 2px solid #F87E16;
	outline-offset: -1px;
}
.boxCalendar .unselectable {
	background-color: #F5F5F5;
}
.c-shop-cal-status {
	margin: 0;
	padding: 0;
	text-align: center;
}
.c-shop-cal-status__item {
	margin-right: 1em;
	display: inline;
	font-size: 0.625rem;
}
/*--- END CALENDAR ---*/

.open_insert_cart {
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 18px;
	border-radius:10px;
	border: solid;
	border: 1px solid;
	border-color: #FF7113;
	width: 100%;
	height: 40px;
	margin-bottom: 16px;
	margin-top: 10px;
	color: #FF7113;
	text-align: center;
	padding-top: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

.insert_button_contents {
    margin: auto 16px;
    color: #FF7113;
    max-height: 60px;
    overflow: hidden;
    padding: 0;
}

.click_fav_img_on_shop
{
	z-index:3;
}

.fav_img
{
	z-index:2;
	cursor: pointer;
}

.click_fav_img_on_shop,
.fav_img
{
	width: 48px;
	height: auto;
	position: absolute;
	top: 12px;
	right: 12px;
}


.fav_img-inPayment
{
	z-index:2;
}

.fav_img-inPayment
{
	width: 48px;
	height: auto;
	position: absolute;
	top: 12px;
	right: 12px;
}

.img-responsive, .thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	width: 100%;
	height: auto;
}

.wao_common_form_box {
    margin-bottom: 40px;
	padding: 18px;
    border: 1px solid #C8C8C8;
    font: normal normal normal 18px/27px Hiragino Kaku Gothic Pro;
    letter-spacing: 0px;
    color: #464646;
}

.wao_common_form_box > .row {
    margin-bottom: 16px;
}

.wao_common_form_box p {
    line-height: 56px;
    font-size: 16px;
}

.wao_common_form_box input,
.wao_common_form_box select {
    height: 56px;
}

.wao_common_form_box textarea {
    height: 280px;
}

.wao_common_form_box .errorBox {
	color: red;
}

.wao_common_form_box > .row > * {
    display: inline-block;
}

.wao_common_form_box .half-width {
	width: 48%;
}

.wao_common_form_box input,
.wao_common_form_box textarea,
.wao_common_form_box #pref,
.wao_common_form_box #ward,
.wao_common_form_box select {
    background-color: #f5f5f5;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    font-size: 16px;
    padding: 0 15px;
    width: 100%;
}

.wao_common_form_box #pref {
    width: 160px;
    height: 56px;
    display: inline-block;
    line-height: 56px;
}

.wao_common_form_box #ward {
    width: 232px;
    height: 56px;
    display: inline-block;
    line-height: 56px;
}

.wao_common_form_box #form_checkboxs {
    padding: 0;
}

.wao_common_form_box #form_checkboxs li {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 10px;
}

.wao_common_form_box #come_from_etc {
    margin-bottom: 10px;
}

@media (min-width: 1156px) {

    .wao_common_form_box {
        padding: 30px 50px!important;
    }

}

.icon_must {
    background-color: #FF8200;
    color: #fff;
    font: normal normal normal 16px/24px Hiragino Kaku Gothic Pro;
    padding: 4px 12px;
	vertical-align: middle;
}

.icon_arb {
    background-color: #fff;
    border: 1px solid #464646;
    color: #464646;
    font: normal normal normal 16px/24px Hiragino Kaku Gothic Pro;
    padding: 4px 12px;
    vertical-align: middle;
}

#topcontrol{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}
