@charset "UTF-8";

/****************************************
	追記
*****************************************/

/****************************************
	common.cssにあったもの
*****************************************/


/****************************************
	html内にあったもの
*****************************************/
#undercolumn h4{
	margin-bottom: 1em;
}
.content-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 800px;
	margin: 0 auto 20px;
	font-size: 16px;
	color: #000;
}

.topcoment {
	font-size: 1.1rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: justify;
	margin: 1.5em 0;
	padding: 0 1rem;
}

.toph3 {
	font-size: 1.8rem;
	font-weight: bolder;
	margin-top: 20px;
	color: red;
}

.content {
	width: 100%;
	text-align: center;
}

.content p {
	font-size: 1.1em;
	line-height: 1.5;
	text-align: justify;
	padding: 0 1rem;
}

.b-red {
	font-size: 1.4em;
	color: #F00;
	font-weight: bold;
}

.photoarea {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 1em;
	margin-bottom: 2em;
}


ul.photoarea {
	list-style: none;
	text-align: center;
	margin-bottom: 5em;
	flex-wrap: wrap;
}

ul.photoarea li {
	width: 45%;
}

ul.photoarea li img {
	width: 100%;
	height: auto;
}

ul.step {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}

ul.step li {
	list-style: none;
	text-align: left;
	width: 32%;
}

ul.step li img {
	width: 100%;
	height: auto;
}

.moviearea {
	margin: 5em auto;
}

.content p.moviecoment {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #000;
	margin-bottom: 1.3em;
}

.moviebox {
	position: relative;
	width: 100%;
}

.moviebox:before {
	content: "";
	display: block;
	padding-top: 56.25%;
	/* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

.movie {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

ul.items {
	justify-content: space-between;
	margin: 2em 0 4em 0;

}

ul.items li {
	width: 30%;
	margin-bottom: 4em;
	font-weight: bold;
}

.flex_be {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product {
	width: 70%;
	margin: 4em auto;
	padding: 1em 2em;
	border: 1.5px solid #333;
	border-radius: 5px;
	align-items: center;
	position: relative;
	background-color: #FFF;
}
.product img{
	width: 30%;
	height: auto;
	border-radius: 5px;
}
.product div {
	width: 65%;
}
.product div p {
	width: 100%;
	color: #000;
	font-weight: bold;
}

.bottun {
	box-sizing: border-box;
	width: 100%;
	text-decoration: none;
	font-size: 15pt;
	font-weight: bold;
	display: inline-block;
	padding: 0.3em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: red;
	border-radius: 10px;
	border: none;
}

.product a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}


.price span:nth-child(1) {
	color: red;
	font-size: 140%;
}

.price span:nth-child(2) {
	color: red;
}

.video {
	width: 560px;
	margin: 30px auto 50px auto;
}

.shift-list {
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
}

.shift-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	width: 100%;
	padding: 0;
	margin-bottom: 5em;
}

.shift-list ul li {
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	padding: 0.2em 1em;
	width: 24%;
	margin-bottom: 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b6b6b), to(#000));
	background: linear-gradient(top, #6b6b6b 0%, #000000);
	color: #fff;
	font-size: 80%;
}

.shift-list ul li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}

.shift-list table {
	border-collapse: collapse;
	border: 1px solid #000;
	width: 100%;
	margin-bottom: 3em;
	font-size: 1rem;
}

.shift-list table th,
.shift-list table td {
	border: solid 1px black;
	vertical-align: middle;
}

.shift-list table th {
	background-color: #000;
	color: #fff;
	text-align: center;
}

.shift-list table tr:nth-child(odd) {
	background: #eee;
}

.shift-list table td:first-child {
	width: 55%;
	padding: 0.6em 0 0.6em 0.5em;
	text-align: left;/*追記*/
}

.shift-list table td:nth-child(2) {
	width: 22%;
	text-align: center;
}

.shift-list table td:nth-child(3) {
	width: 23%;
	text-align: center;
}

.shift-list table td a {
	display: block;
	padding: 0.5em 0.5em;
	border: 1.8px solid #006fde;
	background: #006fde;
	border-radius: 20px;
	color: #fff;
	width: 80%;
	font-size: 11.5px;
	margin: 0 auto;
}

.shift-list table td a:hover {
	background: #fff;
	border: 1.8px solid #006fde;
	color: #006fde;
}

.new {
	border: 1.8px solid red;
	background: red;
}

.new:hover {
	background: #fff;
	border: 1.8px solid red;
	color: red;
}

/*    p設定    */
.maker {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #000;
	margin-bottom: 0.5em;
}

img.auto {
	width: 100%;
	height: auto;
}
a.tokushuaka{
	border: 1.8px solid red !important;
	background:red !important;
}
a.tokushuaka:hover{
	color: red !important;
	background-color: #FFF !important;
}


@media screen and (max-width: 880px) {
	.content {
		width: 98%;
		text-align: center;
	}
	.topcoment {
	padding: 0 2rem 0 1rem;
}

	.toph3 {
		font-size: 1.5rem;
		text-align: center;
}


	.content p {
		font-size: 1.1em;
		line-height: 1.5;
		text-align: justify;
	}

	.b-red {
		font-size: 1.4em;
		color: #F00;
		font-weight: bold;
	}


	ul.photoarea {
		list-style: none;
		text-align: center;
		margin-bottom: 5em;
		flex-wrap: wrap;
	}

	ul.photoarea li {
		width: 45%;
	}

	ul.photoarea li img {
		width: 100%;
		height: auto;
	}

	ul.step {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0;
	}

	ul.step li {
		list-style: none;
		text-align: left;
		width: 32%;
	}

	ul.step li img {
		width: 100%;
		height: auto;
	}

	.moviearea {
		margin: 5em auto;
	}

	.content p.moviecoment {
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
		border-bottom: 2px solid #000;
		margin-bottom: 1.3em;
	}


	.product {
		width: 100%;
		padding: 1em;
	}

	.product div p {
		font-size: 0.8rem;
		padding: 0;
		margin: 0;
	}

	.bottun {
		font-size: 13pt;
	}

	.shift-list {
		margin: 0 auto 50px auto;
	}
	.shift-list table{
		font-size: 0.75rem;
	}
	.shift-list table td:first-child {
		width: 50%;
		padding: 0.6em 0.25em;
	}

	.shift-list table td:nth-child(2) {
		width: 27%;
		text-align: center;
	}

	.shift-list table td:last-child{
		padding: 0.2rem 0;
	}
	.shift-list table td a {
		border-radius: 5px;
		width: 80%;
		font-size: 8px;
		margin: 0 auto;
		line-height: initial;
	}

}