/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}	
html, body {
	height: 100%;
	margin: 0 auto;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, 'meiryo', 'メイリオ', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-text-size-adjust: 100%;
}
.minFont {
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
a {
	margin-right: 6px;
	font-weight: normal;
	text-decoration: none;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}
a img {
	vertical-align: middle;
	opacity: 1;
	transition: all 0.3s ease 0s;
}
/*------------------------------------------------------*/
#wrapper {
	width: 100%;
	position: relative;
	height: auto !important;
	min-height: 100vh;
	background-color: #FFF;
}
#header {
	margin: 0;
	width: 100%;
	height: auto;
	padding: 5px 10px 10px 5px;
	background-image: url(../img/common_parts/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #FFF;
	position: relative;
	text-align: center;
}
#header img {
	width: 100px;
	height: auto;
}
#content {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 80px;
}
.content_waku {
	width: 100%;
	margin: 0;
	padding-bottom: 10px;
	overflow: hidden;
	background-image: url(../img/common_parts/green_bgimg.png);
	background-repeat: repeat-y;
	background-position: top;
/*
	background-size: contain;
*/
}
.headerimgBox {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
.headerimgBox img {
	width: 100%;
}
.overviewBox {
	margin: 10px 10px 0;
	padding: 12px;
	font-size: 14px;
	color: #000;
	line-height: 1.4;
	border-radius: 10px;
	background-color: #fff;
}
.titleBack1 {
	width: 100%;
	margin: 0;
	padding: 5px 10px;
	background: #e60012;
	text-align: left;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
}
.titleBack2 {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: #009944;
	text-align: left;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
}
.titleBack3 {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: #ec6c00;
	text-align: left;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
}
.containerBox,
 .containerBox2 {
  flex-wrap: wrap;
} 
.innerbox {
  	width: 100%;
	margin: 0;
}
.innerbox2 {
  	width: 100%;
	margin-top: 10px;
	text-align: center;
}
.innerbox2 img {
 	width: 100%;
	min-width: 200px;
	max-width: 400px;
}

.flex-item {
	text-align: center;
	margin-bottom: 20px;
}
.flex-item img {
	width: 100%;
	min-width: 200px;
	max-width: 400px;
}
.regist_btn2 {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #e73820;
	border-radius: 100vh;
	box-shadow: 0px 4px 6px 3px rgba(0, 0, 0, 0.3);
	background: linear-gradient(180deg, #ea3b4c, #bf1923);
	transition: .2s;
}
.regist_btn2:hover {
	transform: translateY(3px);
	box-shadow: none;
}
.btnBox {
	position: fixed;
 	left: 0;
 	bottom: 0;
 	width: 100%;
	z-index: 1;
}
.btnBox_inner {
	margin: 0 auto 10px;
	padding: 0 22px;
	position: relative;
}
.regist_btn1 {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 100vh;
	box-shadow: 0px 4px 6px 3px rgba(0, 0, 0, 0.3);
	background: linear-gradient(180deg, #ea3b4c, #bf1923);
	transition: .2s;
	overflow: hidden;
}
.regist_btn1::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 30px;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	animation: shine 3s ease-in-out 1;
	display: inline-block;
}
@-webkit-keyframes shine {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.fadeInUp {animation: fadeInUp .3s linear;}
@keyframes fadeInUp{
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
.close_btn {
	position: absolute;
	top: 10.2%;
	right: 1.2%;
	font-size: 146%;
	color: #999;
	background: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	width: 1.5em;
	line-height: 1.52em;
	height: 1.5em;
	text-align: center;
	cursor: pointer;
	transition: .2s;
}
.close_btn:hover {
	color: #FFF;
	background: #333;
}
/*
.regist_btn1::after{
    content: '';
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%) rotate(45deg);
}
*/
.regist_btn1:hover {
	transform: translateY(3px);
	box-shadow: none;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #FFF;
}
#footer .inner {
	margin: 10px 0;
	padding-bottom: 5px;
	width: 100%;
	height: auto;
	font-size: 13px;
	color: #3D3D3D;
	text-align: center;
}
#footer .inner img {
	padding-right: 4px;
}
.pejiup_block {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 0px;
	bottom: 60px;
	display: none;
	padding: 28px 0;
	background-image: url(../img/common_parts/ns_pagetop_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #7c7c7c;
	border-radius: 50%;
	z-index: 999;
	transform: translateY(15%);
}
.upslidebtn {animation: upslide2 .5s ease-out forwards;}
@keyframes upslide2 {
	to {transform: initial;}
}
/*
.fadeout {
  opacity: 0;
  animation: fadeout 1s;
}

@keyframes fadeout {
  from { opacity: 1; }
  to { opacity: 0; }
}
.fadeIn {
  opacity: 1;
  
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
*/

hr.ty0 {
	margin: 0;
	padding: 0;
	height: 1px;
	border-top: 1px #CCC solid;
}
hr.ty1 {
	margin-bottom: 30px;
	padding: 0;
	height: 1px;
	border-top: 1px #CCC solid;
}
.adj {
	margin-bottom: 3px;
	padding-right: 3px
}
.kigou {color: red;}
.kigou:before {
	content:"\025cf";
	font-size: 24px;
	vertical-align: -2px;
	line-height: 0.2;
}
.item_fc1,
.item_fc2 {font-weight: bold;}
.item_fc1 {color: #e60012;}
.item_fc2 {color: #009944;}
/*------------------------------------------------------*/
@media screen and (min-width: 521px) {
	.content_waku {padding-bottom: 30px;}
	.overviewBox {
		margin: 10px 25px 0;
		padding: 18px 25px;
		font-size: 16px;
		color: #000;
		line-height: 1.5;
		border-radius: 10px;
		background-color: #fff;
	}
	.regist_btn2,
	.regist_btn1 {
		font-size: 20px;
	}
	.btnBox_inner {
		margin: 0 auto 10px;
		padding: 0 50px;
	}
	.close_btn {
		position: absolute;
		top: 9.0%;
		right: 0.8%;
		font-size: 136%;
		color: #999;
		background: #fff;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		width: 1.5em;
		line-height: 1.5em;
		height: 1.5em;
		text-align: center;
		cursor: pointer;
		transition: .2s;
	}
	.close_btn:hover {
		color: #FFF;
		background: #333;
	}
}
/*------------------------------------------------------*/
@media screen and (min-width: 960px) {
	#header img {
		width: 132px;
		height: auto;
	}
	#wrapper {
		padding-bottom: 100px;
	}

	.content_waku {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 40px;
		border-radius: 15px;
		overflow: hidden;
		box-shadow: 0 0 6px #000;
	}
	#content {
		margin: 30px auto 0;
		padding-bottom: 0px;
		max-width: 960px;
		border-radius: 15px;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
	}
	.headerimgBox img {
		border-radius: 15px;
	}
	.overviewBox {
		margin: 15px 40px 0;
		font-size: 18px;
		line-height: 1.5;
	}
	.containerBox {
		margin: 0 auto;
		width: 100%;
		display: flex;
	} 
	.innerbox {
		margin: 0;
		padding: 0;
		width: 60%;
	}
	.innerbox2 {
		margin: 0;
		padding: 0;
		width: 40%;
		text-align: right;
	}
	.innerbox2 img {
		width: 100%;
	}
	.containerBox2 {
		margin: 0 auto;
		width: 100%;
		display: flex;
	} 
	.flex-item {
    		flex: 1;
		text-align: center;
	}
	.regist_btn2 {
		font-size: 30px;
	}
	.regist_btn1 {
		font-size: 30px;
	}
	.btnBox_inner {
		max-width: 960px;
		margin: 0 auto 10px;
		padding: 15px 64px 0;
	}
	.close_btn {
		position: absolute;
		top: 8%;
		right: .7%;
		font-size: 130%;
		color: #999;
		background: #fff;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		width: 1.4em;
		height: 1.4em;
		text-align: center;
		line-height: 1.32em;
		cursor: pointer;
		transition: .2s;
	}
	.close_btn:hover {
		color: #FFF;
		background: #333;
	}
	.kigou:before {
		content:"\025cf";
		font-size: 30px;
		vertical-align: -2px;
		color: red;
	}
}
/*------------------------------------------------------*/
.delivery_areaMapBox img {
	width: 100%;
	border-radius: 10px;
}

/*
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
*/

/*
@keyframes fadeUpAnime{
	from {
    		opacity: 0;
  		transform: translateY(100px);
  	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}
*/
.tableBox {
	position: relative;
	margin-top: 10px;
}
.title_head {
	display: none;
}
table {
	table-layout: fixed;
	border-collapse: collapse;
	margin-top: 12px;
	padding: 0;
	width: 100%;
}
table tr {
	padding: .35em;
	background-color: #faeeaa;
	border-bottom: 2px solid #fff;
}
table th,
table td {
	padding: 8px;
	font-weight: bold;
	border-right: 2px solid #fff;
	text-align: center;
}
table th {
	font-size: .85em;
}
table thead tr{
	color: #fff;
	background: #3eab5b;
}
table tbody th {
	color: #fff;
	background: #3eab5b;
}
.pickup_time,
.reception_time {
	font-size: .85em;
	font-weight: normal;
}
.non{
	font-size: .85em;
	text-align: center;
	font-weight: bold;
	background: #3eab5b;
	width: 200px;
}
@media screen and (max-width: 750px) {
	.title_head {
		display: block;
		margin-top: 20px;
		padding: 8px 0;
		width: 100%;
		font-size: .85em;
		color: #fff;
		text-align: center;
		font-weight: bold;
		background: #3eab5b;
	}
	table {
		width: 100%;
		border: 0;
	}
	table th{
		display: block;
		border-right: none;
	}
	table thead {
		position: absolute;
		margin: -1px;
		padding: 0;
		width: 1px;
		height: 1px;
		border: none;
		clip: rect(0 0 0 0);
		overflow: hidden;
	}
	table tr {
		margin-bottom: .625em;
		display: block;
	}
	table td {
		display: block;
		padding: .625em .625em .625em 8.5em;
		font-size: .8em;
		border-bottom: 2px solid #fff;
		border-right: none;
	}
	.pickup_time,
	.reception_time {
		text-align: left;
	}
	table td::before {
		content: attr(data-label);
		position: absolute;
		left: 20px;
		font-weight: bold;
	}
	table td:last-child {
		border-bottom: 0;
	}
	table tbody th {
		color: #fff;
	}
}
