@charset "utf-8";
/* #＃＃### 共通項目 ＃＃#### */


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
.contact h3 {
	font-size: 30px;
	text-align: center;
	margin: 44px 0 4px 0;
	border-bottom: 1px solid #444444;
	padding-bottom: 30px;
}

/* ## index.php ## */
.mmBox {
	padding: 0 0;
} 
.conBox {
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 14px 14px 0 14px;
	text-algn: center;
}
h4.conTitle {
	font-size: 18px;
	margin: 0 0 24px 0;
	padding: 6px;
	background-color: #e7e7e7;
	border-left: 3px solid #444444;
}

input[type="text"].datepicker {
	width: 100px;
	background-image:url(../img/calendar.gif);
	background-position: 97%;
	background-repeat: no-repeat;
	cursor: pointer;
}
/* dl dt dd 設定 */
.wineselect dl {
	
}
.wineselect dt {
	width: 22%;
	height: 30px;
	padding: 14px 0;
	font-weight: bold;
	font-size: 15px;
}
.wineselect dd {
	min-height: 30px; 
	margin: -44px 0 0 0 ;
	padding: 0 0 10px 26%;
	font-size: 14px;
	border: none;
}
.addressselect dl {
	
}
.addressselect dt {
	width: 22%;
	height: 30px;
	padding: 14px 0;
	font-weight: bold;
	font-size: 15px;
}
.addressselect dd {
	min-height: 30px; 
	border-bottom: dotted 1px #dcdcdc;
	margin: -44px 0 0 0 ;
	padding: 0 0 10px 26%;
	font-size: 14px;
}
.caution1s {
	color: red;
	font-size: 11px;
}
input[type="text"] {
	margin-bottom: 10px;
}
input[type="text"].long  {
	width: 50%;
}
input[type="text"].short  {
	width: 20%;
}
textarea {
	width: 100%;
}
input[type="submit"] {
	width: 60%;
	font-size: 14px;
	color: #ffffff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	border: none;
	border-radius: 8px;
	padding: 12px 0;
	cursor: pointer;
	-webkit-appearance: none;
}
.b01 {
	background-color: #1c95fe;
}
.b02 {
	background-color: #999999;
}
.b03 {
	background-color: red;
}
.errorMes {
	width: 80%;
	color: #ffffff;
	border-radius: 12px;
	background: red;
	margin-bottom: 18px;
	padding: 14px 16px;
	position:relative;
	text-align: left;
	font-size: 14px;
}
.errorMes:after {
	border: 14px solid transparent;
	border-top-color: red;
	border-bottom-width:0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom:-10px;
	content:"";
	display: block;
	left: 10%;
	position:absolute;
	width: 0;
}
.conBox p.finish {
	font-size: 18px;
	text-align: center;
}
.finish a {
	color: #71A3C2;
}
.finish a:hover {
	color: #ff6600;
}
	
/*ワイン用*/
h4 {
	font-size: 20px;
	border-left: 10px solid #DB0003;
	padding: 8px 8px 8px 12px;
	background-color: #F9F9F9;
}
	.attention {
		width: 90%;
		padding: 10px;
		background-color: #F9F9F9;
		font-size: 14px;
		margin: 2% auto;
		border: solid 1px #ABABAB;
		border-radius: 8px;
	}
	.sake {
		font-size: 15px;
		font-weight: bold;
	}
	.topImg img {
		margin-top: 63px;
		width: 100%;
	}
	.wBox {
		width: 48%;
		float: left;
		overflow: hidden;
		margin: 1%;
		background-color:#F6F6F6;
		text-align: center;
		border-radius: 12px;
	}
	.wBox h3 {
		font-size: 18px;
		height: 90px;
		background-color: #E9E9E9;
		padding: 10px;
		border: none;
	}
	.wBox img {
		width: 92%;
		margin: 4% 4% 0 4%;
	}
	.wPrice {
		color: red;
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.wAtten {
		font-size: 12px;
		color: #7A7A7A;
		text-align: left;
	}


ul.ks-cboxtags {
    list-style: none;
    padding: 20px;
	text-align: center;
}
ul.ks-cboxtags li{
  display: inline;
}
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 12px 60px;
    cursor: pointer;
	font-size: 16px;
	margin-bottom: 15px;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #1bdbf8;
    background-color: #12bbd4;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid #e9a1ff;
}
	
#checkbox_1:checked ~ .hasso {
	display: none;
}
label.check {
	font-size: 14px;
	margin: 3px;
	background-color: #FF9200;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 20px;
	border-radius: 12px;
}
.subbuttn {
	margin: 0 auto;
	text-align: center;
}


}
/* ## width 767px 以下の場合の設定 (for All Mobile Dvices) ## */
@media (max-width: 767px) {
.contact h3 {
	font-size: 18px;
	text-align: center;
	margin: 24px 0 4px 0;
	border-bottom: 1px solid #444444;
	padding-bottom: 30px;
}

/* ## index.php ## */
.mmBox {
	padding: 0 0;
} 
.conBox {
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 14px 14px 0 14px;
	text-algn: center;
}
.conTitle {
	font-size: 20px;
	margin: 0 0 24px 0;
	padding: 6px;
}

/* dl dt dd 設定 */
.wineselect dl {
	
}
.wineselect dt {
	width: 96%;
	padding: 5px 0;
	font-weight: bold;
	font-size: 15px;
}
.wineselect dd {
	font-size: 14px;
	border: none;
}
.addressselect dl {
	
}
.addressselect dt {
	width: 100%;
	padding: 10px 0 0 0;
	font-weight: bold;
	font-size: 13px;
}
.addressselect dd {
	border-bottom: dotted 1px #dcdcdc;
	font-size: 13px;
}
.caution1s {
	color: red;
	font-size: 11px;
}
input[type="text"] {
	margin-bottom: 10px;
}
input[type="text"].long  {
	width: 90%;
}
input[type="text"].short  {
	width: 30%;
}
textarea {
	width: 100%;
}
input[type="submit"] {
	width: 60%;
	font-size: 14px;
	color: #ffffff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	border: none;
	border-radius: 8px;
	padding: 12px 0;
	cursor: pointer;
	-webkit-appearance: none;
}
.b01 {
	background-color: #1c95fe;
}
.b02 {
	background-color: #999999;
}
.b03 {
	background-color: red;
}
.errorMes {
	width: 80%;
	color: #ffffff;
	border-radius: 12px;
	background: red;
	margin-bottom: 18px;
	padding: 14px 16px;
	position:relative;
	text-align: left;
	font-size: 14px;
}
.errorMes:after {
	border: 14px solid transparent;
	border-top-color: red;
	border-bottom-width:0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom:-10px;
	content:"";
	display: block;
	left: 10%;
	position:absolute;
	width: 0;
}
.conBox p.finish {
	font-size: 18px;
	text-align: center;
}
.finish a {
	color: #71A3C2;
}
.finish a:hover {
	color: #ff6600;
}
	
/*ワイン用*/
h4 {
	font-size: 16px;
	border-left: 10px solid #DB0003;
	padding: 8px 8px 8px 12px;
	background-color: #F9F9F9;
}
.attention {
	width: 90%;
	padding: 10px;
	background-color: #F9F9F9;
	font-size: 14px;
	margin: 2% auto;
	border: solid 1px #ABABAB;
	border-radius: 8px;
}
.sake {
	font-size: 13px;
	font-weight: bold;
}
.topImg img {
	margin-top: 63px;
	width: 100%;
}
.wBox {
	width: 96%;
	overflow: hidden;
	margin: 2%;
	background-color:#F6F6F6;
	text-align: center;
	border-radius: 12px;	
}
.wBox h3 {
	font-size: 14px;
	background-color: #E9E9E9;
	padding: 10px;
	border: none;
}
.wBox img {
	width: 96%;
	margin: 2%;
}
.wPrice {
	color: red;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	margin: 0 auto 20px auto;
	text-align: center;
}
.wAtten {
	font-size: 11px;
	color: #7A7A7A;
	text-align: left;
	margin: 2%;
}
ul.ks-cboxtags {
    list-style: none;
    padding: 5px;
}
ul.ks-cboxtags li{
  display: inline;
}
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 10px 40px;
    cursor: pointer;
	font-size: 13px;
	margin-bottom: 15px;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #1bdbf8;
    background-color: #12bbd4;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid #e9a1ff;
}
	
#checkbox_1:checked ~ .hasso {
	display: none;
}
label.check {
	font-size: 14px;
	margin: 3px;
	background-color: #FF9200;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 20px;
	border-radius: 12px;
}
.subbuttn {
	margin: 0 auto;
	text-align: center;
}
}

/* ## width 359px以下の場合の設定 (for SP Only) ## */
@media (max-width: 359px) {

}

/* ## width 360px～500pxの場合の設定 (for SP Wide Only) ## */
@media (min-width: 360px) and (max-width: 500px) {


}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {


}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

	
}

/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {

}

