.howtouse {
	padding: 5px 2px;
	color:#555555;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	border: 1px solid;
	width: 90%;
	margin: 0 auto;
	border-radius: 3px;
}
a:hover {
    text-decoration: none;
}
.field {
    line-height: 1.4;
}
.m-b-10 {
    margin-bottom: 10px;
}
/* .size-12 {
    font-size: 1.2rem;
} */
.wrap_date {
    display: table;
    width: 100%;
}
.wrap_date>div {
    display: table-cell;
    /* padding-left: 10px; */
    padding-left: 5px;
    white-space: nowrap;
    vertical-align: top;
}
.wrap_date>div:first-child {
    padding-left: 0px;
}
.wrap_input {
    display: table;
    width: 100%;
}
.wrap_input span{
    margin-left: 3px;
}
.wrap_input>div {
    display: table-cell;
    width: 100%;
}
.f-select {
    padding: 0;
    position: relative;
    background: #fff;
    border-radius: 5px;
}
.f-select div {
    background: #f8fafc;
}
.wrap_val {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap_val>div:last-child {
    padding-left: 10px;
}
select {
    border: 1px solid #999;
    border-radius: 5px;
    width: 100%;
    padding: 0 3px 0 8px;
    height: 38px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    cursor: pointer;
}

/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;
    overflow:hidden;
    width:100%;
    height:300px;
}

#header img{
    position: relative;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

#slogan{
	position: absolute;
  top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
    /* text-align: left;
    bottom: 0; */
}

#slogan h1{
	font-size: 40px;
	/* font-family: 'Pacifico', cursive; */
	margin-bottom: 20px;
	font-weight:normal;
}

#slogan h2{
	font-size: 20px;
	font-weight:normal;
}

/* 共通
------------------------------------------------------------*/
/* h1, h2{ */
	/* font-family: 'Josefin Sans', 'Noto Sans JP',serif; */
/* } */

img{
	width: 100%;
	height: auto;
}

section{clear:both;}

section h2{
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

.inner{
	/* width: 94%; */
	margin: 0 auto;
	/* padding-bottom: 50px; */
}

.col2 {
	padding: 0;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}

img.erroricon01 {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

.sticky-header {
	position: sticky;
	/* position: fixed; */
	top: 58px;
	z-index: 10;
	background-color: #f8fafc;
	/* background: #fff; */
}

/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05{
	padding-top: 50px;
}

#sec05 dl{
	line-height: 1.2;
}

#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#sec05 dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#sec05 header{
	display: none;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

/* スピンボタン */
.spinner-container {
	display: flex;
	justify-content: center;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

.spinner {
	width: 60px;
	padding: 0;
	text-align: center;
	/* border: none; */
	border: 1px solid #8f8f8f;
	background: none;
	outline: none;
	/* pointer-events: none; */
}

.spinner:focus {
	color: #495057;
	background-color: #fff;
	border-color: #a1cbef;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
  
.spinner::-webkit-inner-spin-button,
.spinner::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.spinner-sub,
.spinner-add {
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	border: 1px solid #8f8f8f;
	/* border-radius: 50%; */
	cursor: pointer;
	line-height: 35px;
}

.spinner-sub:hover,
.spinner-add:hover {
	background-color: rgb(236, 234, 234);
	transition: 0.2s;
}

.spinner-sub {
	border-right: none;
}

.spinner-add {
	border-left: none;
}

.disabled {
	opacity: 0.3;
	cursor: inherit;
}

.del-btn {
	/* width: 180px; */
	display: block;
	background-color: #838383;
	/* padding: 1px 0px; */
	padding: 1px 10px;
}
  
.btn-delete {
	color: #fff;
	background-color: #838383;
	border-color: #585858;
}
  
.btn-delete:hover {
	color: #fff;
	background-color: #585858;
	border-color: #585858;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (max-width: 799px){
	#slogan h1{
		font-size: 31px;
	}

	#slogan h2{
		font-size: 16px;
	}

	.offset-md-4 {
		text-align: center;
	}

	.howtouse {
		padding: 5px 2px;
		color:#555555;
		text-align:center;
		font-size:1em;
		font-weight:bold;
		border: 1px solid;
		width: 90%;
		margin: 0 auto;
		border-radius: 3px;
	}

	.form-control {
		padding: 0.375rem 0.375rem;
		font-size: 0.8rem;
	}

	img.incartlist {
		width: 50%;
		height: 70px;
	}

	.mycart_box {
		padding: 8px 8px;
	}
}

@media only screen and (min-width: 641px){
	.col2 li{
		width: 48%;
		padding: 0 1%;
		vertical-align: top;
	}
}

@media screen and (min-width:640px){
	.br-sp {
	  display: none;
	}
}

