@charset "shift_jis";
/* CSS Document */

body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
}


/* formValidata
--------------------------------------------------------------------------------*/
input.valid,
select.valid,
textarea.valid{
	background-color:#E5FEFF;
}
input.dirty.invalid,
select.dirty.invalid,
textarea.dirty.invalid{
	background-color:#FFECE5;
}
.ntcarea {
	color: red;
	line-height: 34px;
}
.ntcarea {
	display: inline-block;
}
.checkarea {
	position: absolute;
	left: -483px;
	top: 0px;
	height: 34px;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: text;
	background-color: #FFF;
}
.checkarea.valid:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 16px;
	color: #B5BCE2;
	position: absolute;
	right: 4px;
	top: 0px;
}
.checkarea.dirty.invalid:not(.active):before {
	content: "\f00d";
	font-family: FontAwesome;
	font-size: 16px;
	color: #E40000;
	position: absolute;
	right: 4px;
	top: 0px;
}	
form.nosubmit .checkarea.pristine + .ntcarea  {
	display: none !important;
}
.checkarea.dirty.valid {
	z-index:1;
}
.checkarea.dirty.invalid {
	z-index:2;
}

.btn-default {
	color: #666;
}
.btn-default.active {
	background-color: #E5FEFF;
	border-color: #AFAFAF;
	color: #333;
}
.btn:active,
.btn.active {
	-moz-box-shadow:  none;
	-webkit-box-shadow:  none;
	-ms-box-shadow:  none;
	-o-box-shadow:  none;
	box-shadow:  none;
}


/* header
--------------------------------------------------------------------------------*/

.navbar {
	border-radius: 0;
}
.navbar-brand{
	padding: 8px;
	width: 50px; height: 50px;
}
.headerlogo-wrap{
	position:absolute;
	top: 9px;
	left: 9px;
	display: table; width: 250px;
}
.headerlogo-img{
	display: table-cell;
	width: 34px
}
.headerlogo-text{
	display: table-cell;
	width: 216px;
	line-height: 34px;
	height: 34px;
	padding-left:10px;
	vertical-align:middle;
	font: 1.3rem "Arial Black", Gadget, sans-serif;
	color: #5E3D3E;
}
.headermenu-wrap{
	position:absolute;
	top: 9px;
	right: 10px;
}
.headermenu-img{
	width: 34px
}


/* footer
--------------------------------------------------------------------------------*/
#footer {
	font-size: 80%;
	text-align: center;
	padding: 15px 0;
	background-color: #f8f8f8;
	border-top: 1px solid;
	border-color: #e7e7e7;
	margin-top: 80px;
}



/* entry/index
--------------------------------------------------------------------------------*/

.title {
	padding: 45px 0;
	border-bottom: 1px solid #AAA;
}
.subtitle {
	margin: 30px 0;
}
.kiyaku_iframe {
	border: 35px solid #EFEFEF;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.kiyaku_iframe::-webkit-scrollbar {
	width: 3px;
}
.kiyaku_iframe::-webkit-scrollbar-thumb {
	background: #F70841;
}
.btn_area {
	text-align: center;
	margin: 45px 0;
}

#entry_form > form > .row {
	border-bottom: 1px dotted #999;
	line-height: 34px;
	padding: 15px;
}
#entry_check > .row,
#payment_confirm > section > .row {
	border-bottom: 1px dotted #999;
	line-height: 18px;
	padding: 7px;
}
@media (min-width: 992px) {
	#entry_check > .row,
	#payment_confirm > section > .row {
		border-bottom: 1px dotted #999;
		line-height: 34px;
		padding: 15px;
	}
}
.row.no-border {
	border-bottom: none !important;
}
.label {
	padding: .3em .2em .2em;
	font-size:95%;
	position: absolute;
	right: 25px;
	top: 8px;
	background-color: #FFBE6D;
	transition-duration: 0.4s;
}
.dirty > .label {
	opacity: 0;
}
.valid > .label {
	display: none;
}
.form-inline input[type=checkbox] {
	height:24px;
	width: 24px;
	margin: 0px;
	display: inline-block;
	vertical-align: middle;
}
.value_label {
	margin-bottom: 0;
}
select.form-control {
	-webkit-appearance:none;
	-moz-appearance: none;
	appearance: none;
	background-image:url("../img/s_arrow.gif");
	background-position: right 5px top 14px;
	background-repeat: no-repeat;
	backgrouond-size: 8px 4px;
}
select::-ms-expand {
  display: none;
}
input[type=text]::-webkit-input-placeholder {
    color: #BBB;
    font-weight: normal;
}
input[type=text]:-ms-input-placeholder {
    color: #BBB;
    font-weight: normal;
}
input[type=text]::-moz-placeholder {
    color: #BBB;
    font-weight: normal;
}
.col-md-5 > select[name=year] {
	width: 74px;
}
.col-md-5 > select[name=month],
.col-md-5 > select[name=day] {
	width: 58px;
}
.col-md-5 > select[name=zip_id] {
	width: 152px;
}





/* payment
--------------------------------------------------------------------------------*/


/* delivery.php
--------------------------------------------------*/
#entry_form .vertical-block-middle {
	margin: 0;
}
@media (min-width: 992px) {
	#entry_form .row > .deli_name,
	#entry_form .row > .deli_address,
	#entry_form .row > .deli_select {
		height: 62px;
	}
}
.deli_detail-btn {
	margin-right: 15px;
	border-color: #56A4BB;
	float: right;
}
.select_qty {
	width: 60px;
	float: right;
}
.select-qty-more {
	width: 60px;
}
.address-delete {
	float: right;
}
.deli_address {
	margin-bottom: 10px;
	display: none;
}
.btn-top {
	border: 1px solid #DDD;
	border-bottom: none;
}
@media (max-width: 991px) {
	.deli-name {
		margin-bottom: 10px;
	}
}

/* payment.php
--------------------------------------------------*/
.radio-btn:before {
	content: "\f10c";
	font-family:FontAwesome;
	position: relative;
	top: 1px;
	font-size: 17px;
	color: #C0B1FF;
}
.selected > .radio-btn:before {
	content: "\f192";
}
.selected {
	background-color: #F5F5F5;
}
.list-group-item:hover {
	background-color: #F5F5F5;
}
.payment-info {
	/*display: none;*/
	margin: 10px 0 5px;
}
@media (min-width: 992px) {
	.selected > .radio-btn:after {
		height: 7px;
		width: 7px;
	}

}

/* purchaser
--------------------------------------------------*/
.deli_address {
	line-height: normal;
}
.value_label {
	border-radius: 6px;
	padding: 3px 15px 1px 10px;
	background-color: #F5F5F5;
}
#send_me,
#subscription {
	display: none;
}
#checkbox-btn {
	position: relative;
	top: 5px;
	display: inline-block;
	height: 22px;
	width: 22px;
	border-radius: 25%;
	border: 2px solid #C0B1FF;
}
input[name=send_me]:checked + #checkbox-btn:after,
input[name=subscription]:checked + #checkbox-btn:after {
	position: relative;
	top: 0px;
	left: 4px;
	display: block;
	width: 10px;
	height: 14px;
	border-right: 4px solid #C0B1FF;
	border-bottom: 4px solid #C0B1FF;
	content: '';
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: rotate(45deg);
}



/* confirm
--------------------------------------------------*/
h4 {
	padding: 7px 0 7px 15px;
	margin-top: 20px;
	display: flex;
	line-height: 34px;
	border-left: 4px solid #FF4F51;
}
.delivery_list > li {
	border-bottom: 1px dotted #999;
	line-height: 34px;
	padding: 7px;
}
@media (min-width: 992px) {
	.delivery_list > li {
		border-bottom: 1px dotted #999;
		line-height: 34px;
		padding: 12px;
	}
}
.delivery_list > li:hover {
	background-color: #EDFFFA;
	cursor: pointer;
}
.delivery_list > li:first-child {
	border-top: 1px dotted #999;
}
.confirm_deli-row {
	display: flex;
	-webkit-box-pack: flex-end;
	-moz-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.d_name {
	font-size:110%;
	/*width: 100%;*/
	margin-right: auto;
}
.delivery_qty {
	display: inline-block;
	white-space: nowrap;
	margin-right: 15px;
}
.deli_detail-btn {
}
#payment_confirm .fa-angle-double-right {
	position: relative;
	top: -1px;
}



/* select_address
--------------------------------------------------------------------------------*/
.card-inner {
	position: relative;
	margin-bottom: 30px;
}
.card-title {
	margin-bottom: 0;
	background-color: rgba(0,155,159,0.8);
	border-radius: 0;
	color: #FFF;
	-moz-box-shadow:  0 2px 5px rgba(0,0,0,0.26);
	-webkit-box-shadow:  0 2px 5px rgba(0,0,0,0.26);
	-ms-box-shadow:  0 2px 5px rgba(0,0,0,0.26);
	-o-box-shadow:  0 2px 5px rgba(0,0,0,0.26);
	box-shadow:  0 2px 5px rgba(0,0,0,0.26);
	border-left: none;
}
.address-detail {
	/*display: none;*/
	border: 4px solid rgb(51, 175, 178);
	border-top: none;
	padding: 10px 10px 0;
	background-color: #FFF;
	-moz-box-shadow:  0 2px 5px rgba(0,0,0,0.26);
	-webkit-box-shadow:  0 2px 5px rgba(0,0,0,0.26);
	-ms-box-shadow:  0 2px 5px rgba(0,0,0,0.26);
	-o-box-shadow:  0 2px 5px rgba(0,0,0,0.26);
	box-shadow:  0 2px 5px rgba(0,0,0,0.26);
	position: absolute;
	width: 100%;
	z-index: 10;
}
@media (max-width: 767px) {
	.address-detail {
		display: none;
	}
	.card-inner {
		margin-bottom: 15px;
	}
}

.edit-link,
.delete-link {
	float: right;
	margin-right: 5px;
	font-size: 1.2rem;
}
.edit-link {
	margin-right: 10px;
}







/********************************************************************************
	メディアクエリ
********************************************************************************/
@media (max-width:991px) {
	.kiyaku_title {
		font-size: 24px;
		border-bottom: 1px solid #EFEFEF;
		margin: 10px 0;
	}
	.kiyaku_subtitle {
		font-size:18px;
	}
	.iframe_wrap {
		border: 3px solid #EFEFEF;
		width:100%;
		height:300px;
		overflow:auto;
		-webkit-overflow-scrolling:touch;
		display: inline-block;
	}
	.kiyaku_iframe {
		border: none;
		width: 100%;
		height: 100%;
		display: block;
		box-sizing:border-box;
	}
	
	.title {
		padding: 5px 0 20px;
		margin-top:0px;
		font-size: 24px;
	}
	.subtitle {
		font-size: 18px;
		margin: 20px 0 5px;
	}
	select[name=year],
	select[name=month],
	select[name=day],
	input[name=zip1],
	input[name=zip2] {
		width: auto;
		display: inline-block
	}
	label.value_label {
		letter-spacing: -0.5px;
	}
	input[name=subscription] {
		position: relative;
		top: 7px;
		display: inline-block
	}
	.checkarea {
		right: 16px;
		top: -65px;
		left: auto;
		height:25px;
		line-height: 25px;
	}
	.label {
		right: 0px;
		top: 3px;
		z-index: 1;
	}
	.double {
		top: 1px;
	}
	.ntcblock,
	.ntcarea {
		line-height: 25px;
	}
	
	#name input,
	#kana input {
		width: 49%;
		display: inline-block;
	}
	
	
	
	/* entry/check
	--------------------------------------------------*/
		#entry_check > .row > .col-md-3,
		#payment_confirm > section > .row > .col-md-3 {
			opacity: 0.6;
		}
		#entry_check > .row > .col-md-9,
		#payment_confirm > section > .row > .col-md-5 {
			font-size: 115%;
		}

	
}



.flex-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}













