@charset "utf-8";
/* CSS Document */


/*order common*/

html {
	font-size: 10px!important;
}

div.order {
	position: relative;
	width: 100%;
	margin: 0 auto 10rem auto;
	text-align: center;
}

div.order h2 {
	display: inline-block;
	font-family: "Gotham A", "Gotham B";
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	color: #fff;
	padding: 2rem 3rem;
	background-color: #000;
	margin: 0 auto 5rem auto;
}

div.order>article {
	margin-bottom: 1rem;/*-25px*/
}

/*radio button style*/
.radio-tile-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

 /*set dimensions for invisible container*/
.input-container {
	position: relative;
	width: 18rem;
	height: 18rem;
	margin: 0 1rem 2rem 1rem;
	border: 1px #000 solid;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	z-index: 200;
}

.input-container:hover {
	position: relative;
	width: 18rem;
	height: 18rem;
	margin: 0 1rem 2rem 1rem;
	border: 1px #000 solid;
	background-color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;	
	z-index: 200;
	
}

.radio-button {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	cursor: pointer;
}

.radio-tile {
	width: 100%;
	height: 100%;
}

.radio-tile:hover {
	width: 100%;
	height: 100%;
}

.icon {
	position: relative;
}

.icon>img {
	display: block;
	width: 2.5rem;
}

.icon>img.normal {
	position: absolute;
	top: 5.5rem;
	left: calc(50% - 1.25rem);
	z-index: 500;
}

.icon>img.hover {
	position: absolute;
	top: 5.5rem;
	left: calc(50% - 1.25rem);
	z-index: 400;
}

.input-container:hover .icon>img.normal {
	position: absolute;
	top: 5.5rem;
	left: calc(50% - 1.25rem);
	z-index: 400;
}

.input-container:hover .icon>img.hover {
	position: absolute;
	top: 5.5rem;
	left: calc(50% - 1.25rem);
	z-index: 500;
}

.radio-tile-label {
	width: 100%;
	height: 50%;
	font-family: "Gotham A", "Gotham B";
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1rem;
	color: #000;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	padding-top: 50%;
}

.radio-tile-label>span {
	display: block;
	font-size: 0.8rem;
}

.input-container:hover .radio-tile-label {
	font-family: "Gotham A", "Gotham B";
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1rem;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;	
	cursor: pointer;
}

 .radio-button:checked + .radio-tile {
	background-color: #000;
}

.radio-button:checked + .radio-tile .radio-tile-label {
	color: #fff;
}

 .radio-button:checked + .radio-tile .icon>img.normal {
	position: absolute;
	top: 5.5rem;
	left: calc(50% - 1.25rem);
	z-index: 400;
}

 .radio-button:checked + .radio-tile .icon>img.hover {
	position: absolute;
	top: 5.5rem;
	left: calc(50% - 1.25rem);
	z-index: 500;
}
/*radio button style*/


div.order>p {
	text-align: center;
	font-size: 1.2rem;
	line-height: 2.4rem;
	margin-top: -0.6rem;
}

div.order>p>span {
	display: block;
}

/*type*/
.input-container.type {
	position: relative;
	width: 18rem;
	height: 10rem;
	margin: 0 1rem 2rem 1rem;
	border: 1px #000 solid;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.input-container.type:hover {
	position: relative;
	width: 18rem;
	height: 10rem;
	margin: 0 1rem 2rem 1rem;
	border: 1px #000 solid;
	background-color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;	
}

.type .radio-tile-label {
	width: 100%;
	height: 6.5rem;
	font-family: "Gotham A", "Gotham B";
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1rem;
	color: #000;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	padding-top: 3.5rem;
}

/*ship*/
h3.ship_fresh:first-child {
	margin-top: 0;
	margin-bottom: 3rem !important;
	text-align: center;
	font-family: "Gotham A", "Gotham B";
	font-size: 1.4rem;
	font-weight: normal;
}

h3.ship_fresh,h3.ship_dry {
	margin-top: 3rem;
	margin-bottom: 3rem !important;
	text-align: center;
	font-family: "Gotham A", "Gotham B";
	font-size: 1.4rem;
	font-weight: normal;
}

p.ship_fresh,p.ship_dry {
	margin-bottom: 5rem;
	text-align: center;
	font-size: 1.2rem;
	margin-top: 1rem;
}

input[id="dry"]:checked + .ship_fresh {
	display: none !important;
}

/*date*/
div.order h3.date_h3 {
	width: 100%;
	font-weight: normal;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 3rem;
}

div.date_01_form {
	height: 5rem;
	margin-bottom: 3rem;
	font-size: 1.2rem;
}

div.date_01_form input[type="text"] {
	width: 5rem;
	height: calc(5rem - 2px);
	border: 1px #000 solid;
	background-color: none;
	margin-top: 0px;
	text-align: center;
	font-size: 1.4rem;
}

p.date_ppp {
	font-size: 1.2rem;
	line-height: 2.4rem;
	margin-top: -0.6rem;
	margin-bottom: 5rem;
}

.input-container.date {
	position: relative;
	width: 18rem;
	height: 3.5rem;
	padding-top: 1.5rem;
	margin: 0 1rem 2rem 1rem;
	border: 1px #000 solid;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.input-container.date:hover {
	position: relative;
	width: 18rem;
	height: 3.5rem;
	padding-top: 1.5rem;
	margin: 0 1rem 2rem 1rem;
	border: 1px #000 solid;
	background-color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;	
	
}

.date .radio-tile-label {
	width: 100%;
	height: 6.5rem;
	font-family: "Gotham A", "Gotham B";
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1rem;
	color: #000;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	padding-top: 1.5rem;
}

 .date .radio-button:checked + .radio-tile {
	background-color: #000;
	padding-top: 15px;
	margin-top: -15px;
}

/*purpose*/
.input-container.purpose {
	position: relative;
	width: 18rem;
	height: 3.5rem;
	padding-top: 1.5rem;
	margin: 0 1rem 2rem 1rem;
	border: 1px #000 solid;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.input-container.purpose:hover {
	position: relative;
	width: 18rem;
	height: 3.5rem;
	padding-top: 1.5rem;
	margin: 0 1rem 2rem 1rem;
	border: 1px #000 solid;
	background-color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;	
}

.purpose .radio-tile-label {
	width: 100%;
	height: 6.5rem;
	font-family: "Gotham A", "Gotham B";
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1rem;
	color: #000;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	padding-top: 1.5rem;
}

 .purpose .radio-button:checked + .radio-tile {
	background-color: #000;
	padding-top: 15px;
	margin-top: -15px;
	 
}

input[id="sonota"]:checked + .sonotacontent {
	display: none !important;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

div.sonotacontent {
	margin-top: 5rem;
}

div.sonotacontent>p {
	font-size: 1.2rem;
	line-height: 2.4rem;
	margin-top: -0.6rem;
	margin-bottom: 3rem;
}

/*etc*/
div.order .caution {
	width: 60rem;
	margin: 3rem auto 0rem auto;
	font-size: 1.2rem;
}

div.order textarea {
	width: 60rem;
	height: 10rem;
	margin: 0 auto;
}

/*yr info*/
div.infoform {
	width: 80rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

div.infoform>div {
	width: 45%;
	margin: 0 2.5%;
}

div.order dl.yrinfo_01 {
	display: block;
	width: 300px;
	margin: 0 0 20px 0;
}

div.order dl.yrinfo_01 dt {
	width: 300px;
	text-align: left;
	font-size: 1.2rem;
	line-height: 2.4rem;
	margin-top: -0.6rem;
}

div.order dl.yrinfo_01 dd {
	display: flex;
	justify-content: flex-start;
	height: 40px;
} 

div.order dl.yrinfo_01 dd input[type="text"] {
	width: 50%;
	height: 40px;
	border: 0;
	background-color: #f4f4f4;
	padding: 0 1rem;
	font-size: 1.4rem;
}

div.order dl.yrinfo_02 {
	display: block;
	width: 200px;
	margin: 0 0 20px 0;
}

div.order dl.yrinfo_02 dt {
	width: 200px;
	text-align: left;
	font-size: 1.2rem;
	line-height: 2.4rem;
	margin-top: -0.6rem;
}
div.order dl.yrinfo_02 dd {
	display: flex;
	justify-content: flex-start;
	font-size: 16px;
	margin-top: 15px;
}

div.order dl.yrinfo_02 dd input[type="text"] {
	height: 40px;
	border: 0;
	background-color: #f4f4f4;
	padding: 0 1rem;
	font-size: 1.4rem;
	margin-top: -15px;
}

div.order dl.yrinfo_03 {
	display: block;
	width: 200px;
	margin: 0 0 20px 0;
	position: relative;
}

div.order dl.yrinfo_03 dt {
	width: 200px;
	text-align: left;
	font-size: 1.2rem;
	line-height: 2.4rem;
	margin-top: -0.6rem;
}

div.order dl.yrinfo_03 dd select {
	width: 200px;
	height: 40px;
	border: 1px #000 solid;
	border-radius: 0;
	background-color: #f4f4f4;
	font-size: 1.4rem;
	text-align: left;
}

div.order dl.yrinfo_03 dd option {
	text-align: center;
}

div.order dl.yrinfo_04 {
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
	position: relative;
}

div.order dl.yrinfo_04 dt {
	width: 300px;
	text-align: left;
	font-size: 1.2rem;
	line-height: 2.4rem;
	margin-top: -0.6rem;
}
div.order dl.yrinfo_04 dd {
	width: 100%;
	font-size: 1.4rem
}

div.order dl.yrinfo_04 dd input[type="text"] {
	width: calc(100% - 2rem);
	height: 40px;
	border: 0;
	background-color: #f4f4f4;
	padding: 0 1rem;
	font-size: 1.4rem
}



/*button*/
input.form_btn {
	display: block;
	width:12rem;
	margin: 0 auto;
	border:1px #000 solid;
	padding: 2rem;
	font-family: "Gotham A", "Gotham B";
	font-size: 1.2rem;
	line-height: 0;
	letter-spacing: 0.3rem;
	color:#000;
	background-color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;	
}

input.form_btn:hover {
	display: block;
	width:12rem;
	margin: 0 auto;
	border:1px #000 solid;
	padding: 2rem;
	font-family: "Gotham A", "Gotham B";
	font-size: 1.2rem;
	line-height: 0;
	letter-spacing: 0.3rem;
	color:#fff;
	background-color: #000;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;	
}

div.confi input.form_btn {
	margin:20px auto 0 auto;
}

input.form_btn.tocomp {
	margin:20px auto 0 auto;
}

div.order_confirm {
	width: 600px;
	margin: 0 auto;
}

div.order_confirm h3 {
	width: 200px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	padding: 20px;
	background-color: #000;
	margin: 85px auto 30px auto;
}

div.order_confirm h3:nth-child(2) {
	width: 200px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	padding: 20px;
	background-color: #000;
	margin: 85px auto 30px auto;
}

div.order_confirm dl {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px;
}

div.order_confirm dt {
	width: 250px;
	font-family: "Gotham A", "Gotham B";
	font-size: 12px;
	margin-right: 20px;
}

div.order_confirm dt>span {
	font-size: 10px;
}

div.order_confirm dd {
	font-size: 12px;
}

div.confi {
	margin-top: 85px;
}

div.order_complete h4 {
	font-family: "Gotham A", "Gotham B";
	font-size: 20px;
	margin-right: 20px;
	text-align: center;
}

div.order_complete p {
	text-align: center;
}

div.order_complete a {
	color: #000;
	font-size: 10px;
	text-align: center;
}

div.order_complete div {
	margin-bottom: 85px;
}









