/* -----------------------------
スマホ最適化（幅800px以下から）
----------------------------- */
@media only screen and (max-width: 800px) {
	body {
		overflow: hidden !important;
		font-size: 95% !important;
	}

	.site {
		width: auto !important;
		box-shadow: none !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
	}

	.entry-content {
		width: auto !important;
	}

	.site {
		padding: 0 !important;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;

	}

	.head-image {
		background-size: cover !important;
	}

	p {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.alignleft {
		float: none !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.alignright {
		float: none !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	img {
		max-width: 100% !important;
	}

	entry-content img.size-full {
		max-width: 90%;
	}

	table.obi,
	table.obi-b,
	table.tape {
		width: 100% !important;
		font-size: 150% !important;
		margin: 0 auto !important;
	}

	#main {
		font-size: 85% !important;
	}
}

@media screen and (max-width: 767px) {

	/* ここからsubHeadParts001 */


	.subHeadParts001_container {
		padding: 20px;
	}

	.subHeadParts001 p {
		font-size: 22px;
		font-weight: 600;
		color: #fff;
		text-align: center;
		text-shadow: 1px 1px 0px rgba(50, 50, 50, 0.6);
	}

	/* ここまでsubHeadParts001 */



	/* ここからsubHeadParts002 */

	.subHeadParts002_subTitle_wrap {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: center;
	}

	.subHeadParts002 p.subHeadParts002_subTitle {
		font-size: 16px;
		font-weight: 600;
		color: #555555;
		text-align: center;
		position: relative;
		display: inline-block;
		margin-bottom: 20px;
		max-width: 80%;
	}

	.subHeadParts002_subTitle::before {
		content: "";
		display: block;
		width: 2px;
		height: 80px;
		background: #999999;
		position: absolute;
		left: -20px;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(150deg);
		-ms-transform: translateY(-50%) rotate(150deg);
		transform: translateY(-50%) rotate(150deg);
	}

	.subHeadParts002_subTitle::after {
		content: "";
		display: block;
		width: 2px;
		height: 80px;
		background: #999999;
		position: absolute;
		right: -20px;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(-150deg);
		-ms-transform: translateY(-50%) rotate(-150deg);
		transform: translateY(-50%) rotate(-150deg);
	}

	.entry-title {
		font-size: 22px;
	}

	.online-h2 {
		font-size: 22px !important;
	}

}

@media screen and (max-width: 500px){
	.btn-l [type="button"], .btn-l [type="reset"], .btn-l [type="submit"], .btn-l a, .btn-l button, [type="button"].btn-l, [type="reset"].btn-l, [type="submit"].btn-l, a.btn-l, button.btn-l {
		font-size: 18px;
	}
}

@media screen and (max-width: 400px) {
	.br-none {
		display:block;
	}
}