/*
Theme Name: YIELD

color
#ddd
#e73828 red
#73a726 green
#0095FF blue
@font-face {
	font-family: 'フォント名';
	src: url('フォント名.eot');
	src: url('フォント名.eot?iefix') format('eot'),
		url('フォント名.woff') format('woff'),
		url('フォント名.ttf') format('truetype'),
		url('フォント名.svg#webfontjSpbZQRv') format('svg');
}
*/
*{
	margin: 0px;
	padding: 0px;
}
html{
	min-height: 100%;
	font-size: 16px;
}

body {
	-webkit-text-size-adjust: 100%;
	color: #444;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100vh;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
	margin: 0 auto;
	position: relative;
}
h1,h2,h3,p,div,ul,ol,li,dl,dd,dt,form,blockquote,pre,address {
	margin : 0;
	padding : 0;
}
ul,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover img {
	filter: opacity(75%);
}

.free {
	color: #e73828;
	font-weight: normal;
}
.clear {
	clear: both;
}
.highlight {
	font-weight: bold;
	color: #ff002a;
}
.pager {
	position: relative;
	margin: 0 10px 10px 0;
	padding-bottom: 10px;
}
	.pager .count_box {
		padding: 0 10px;
		background: #fff;
		border: solid 1px #111111;
		border-radius: 8px;
		display: inline;
	}
	.pager ul {
		margin: 20px 0;
		padding: 0;
		text-align: center;
		font-size: 0;
	}
	.pager ul li {
		margin: 0 4px;
		display: inline-block;
		font-size: 12px;
	}
	.pager span {
		vertical-align: middle;
	}
	.pager span.prev_link, .pager span.next_link {
	}
	.pager span.current {
		background: #dddddd;
		color: #111111;
	}
	.pager a {
		padding: 5px 10px;
		background: #111111;
		color: #fff;
	}
	.pager a:hover {
		background: #dddddd;
		color: #111111;
	}
	.link_box {
		text-align: center;
		width: 300px;
		margin: 0 auto;
	}
		.link_box a {
			display: block;
			width: 300px;
			height: 60px;
			line-height: 60px;
			vertical-align: middle;
			margin: 40px auto;
			color: #111;
			padding: 4px;
			border-top: solid 1px #444;
			border-bottom: solid 1px #444;
		}
		.link_box a:hover {
			background: rgba(17, 17, 17, 0.2);
		}


/*
*/
/****************************************************************/

@media (min-width: 768px) {
	body {
		min-width: 1080px;
	}
	header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: rgba(255, 255, 255, 0.35);/*255, 0,*/
		z-index: 99;
		border-bottom: solid 1px #ddd;
	}
		#menu_btn {
			display: none;
		}
		#header_top_wap {
			background: #f0f0f0;
		}
		#header_top {
			width: 1080px;
			margin: 0 auto;
			font-size: 12px;
		}
		#header_wap {
			width: 1080px;
			margin: 0 auto;
			position: relative;
			height: 60px;
		}
		#header_logo {
			position: absolute;
			top: 0;
			left: 0;
			width: 164px;
			height: 45px;
		}
			#header_logo img {
				width: 164px;
				height: 45px;
				margin-top: 8px;
			}
			#header_menu {
				position: absolute;
				right: 0;
			}
				#header_menu ul {
					overflow: hidden;
				}
				#header_menu li {
					float: left;
					margin: 0;
					padding: 0;
				}
				#header_menu a {
					font-size: 16px;
					display: block;
					width: 100%;
					padding: 0 10px;
					line-height: 60px;
					vertical-align: middle;
				}
	footer {
		padding: 40px 0 0 0;
		color: #444;
	}
		footer .footer {
			width: 100%;
			background-color: #eee;
			background-image: url(images/logo_footer.png);
			background-repeat: no-repeat;
			background-position: center 10px;
			background-size: 270px;
			padding: 150px 0 0 0;
			color: #333;
			overflow: hidden;
		}
			footer .footer h2 {
				font-size: 24px;
				font-weight: normal;
				text-align: center;
				margin: 20px 0;
			}
		footer .menu {
		}
		footer .menu ul {
			text-align: center;
			width: 100%;
			margin: 0;
			font-size: 0;
		}
		footer .menu li {
			display: inline-block;
			vertical-align: middle;
			margin: 0 14px;
			padding: 0;
		}
		footer .menu a {
			display: block;
			width: 100%;
			color: #333;
			padding: 10px;
			text-align: center;
			font-size: 16px;
			border: solid 1px #ddd;
			vertical-align: middle;
			transition: all 0.4s;
		}
		footer .menu a:hover {
			background-color: #ddd;
			transform: scale(1.1);
			z-index: +1;
		}
		footer .profile {
			padding: 0;
		}
			footer .profile ul {
				width: 50%;
				margin: 1em auto;
			}
			footer .profile li {
				padding: 4px 10px;
				text-align: center;
			}

		footer #copyright {
			background: #eee;
			color: #333;
			font-size: 12px;
			text-align: center;
			margin: 0;
		}
	main {
		width: 1080px;
		margin: 80px auto;
	}
	.link_arrow {
		margin: 40px auto;
		width: 30%;
		text-align: center;
	}
		.link_arrow a {
			display: block;
			width: 100%;
			background-image: url(images/arrow_bk.png);
			background-repeat: no-repeat;
			background-size: 60px;
			background-position: center top;
			padding-top: 64px;
				transition: all 0.4s;
		}
		.link_arrow a:hover {
			transform: scale(1.1);
		}

	.hunting_menu {
		width: 60%;
		margin: 0 auto 160px auto;
	}
		.hunting_menu ul {
			text-align: center;
			font-size: 0;
		}
		.hunting_menu li {
			font-size: 16px;
			display: inline-block;
			width: 25%;
			vertical-align: top;
			height: auto;
			position: relative;
		}
		.hunting_menu li:before {
			content: "";
			display: block;
			padding-top: 100%;
		}
			.hunting_menu li a {
				border-radius: 50%;
				overflow: hidden;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				display: block;
				background-color: #ddd;
				/*background-image: url(images/arrow_bk.png);
				background-position: center bottom 10px;*/
				background-image: url(images/circle.png);
				background-position: center center;
				background-repeat: no-repeat;
				background-size: 100%;
				border: solid 2px #fff;
				padding-top: calc(50% - 1em);
				padding-bottom: 4px;
				text-align: center;
				transition: all 0.4s;
				filter: drop-shadow(0px 4px 4px rgba(16, 16, 16, 0.4));
			}
			.hunting_menu li a:hover {
				transform: scale(1.1);
				z-index: +1;
			}

	.contactbox {
		width: 100%;
		height: 270px;
		background-image: url(images/contactbox_bg.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-color: #ddd;
		position: relative;
		margin-bottom: 80px;
	}
		.contactbox ul {
			width: 810px;
			overflow: hidden;
			position: absolute;
			right: 10px;
			bottom: 10px;
		}
			.contactbox ul li {
				width: 270px;
				height: auto;
				float: left;
				overflow: hidden;
			}
				.contactbox ul li a {
					width: 100%;
					display: block;
					transition: all 0.4s;
				}
				.contactbox li a:hover {
					transform: scale(1.08);
					z-index: +1;
				}
				.contactbox ul li img {
					width: 270px;
					height: auto;
					border: 0;
					vertical-align: bottom;
					filter: none;
				}

	section {
		margin-bottom: 160px;
	}
		section h1 {
			padding: 0 0 30px 0;
			text-align: center;
			font-size: 32px;
			font-weight: normal;
		}
/*
*/
}
/****************************************************************/
@media (max-width: 767px) {
	body {
		width: 100%;
	}
	header {
		width: 100%;
		height: 60px;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		overflow: visible;
		background: rgba(255, 255, 255, 0.35);/*255, 0,*/
		z-index: 99;
		border-bottom: solid 1px #ddd;
	}
		header #header_top_wap {
			display: none;
		}
		header #header_logo {
			position: absolute;
			top: 5px;
			left: 5px;
			width: 164px;
			height: 45px;
			padding: 0;
			z-index: 11;
		}
			header #header_logo a {
				color: #fff;
			}
			header #header_logo img {
				width: 164px;
				height: 45px;
			}
		header #menu_btn {
			display: block;
			position: absolute;
			top: 5px;
			right: 5px;
			z-index: 11;
		}
		header #header_menu {
			display: none;
			position: fixed;
			top: 60px;
			left: 0;
			bottom: 0;
			right: 0;
			overflow-y: scroll;
			width: 100%;
			max-width: 100%;
			z-index: 11;
			-webkit-overflow-scrolling: touch;
			padding-top: constant(safe-area-inset-top);
			padding-right: constant(safe-area-inset-right);
			padding-bottom: constant(safe-area-inset-bottom);
			padding-left: constant(safe-area-inset-left);
			background: rgba(0, 0, 0, 0.8);
		}
				header #header_menu ul {
					position: relative;
					width: 100%;
					margin-bottom: 160px;
				}
				header #menu li {
					border-bottom: solid 1px #888;
				}
				header #header_menu li>a {
					display: block;
					color: #fff;
					padding: 10px 20px;
					font-size: 16px;
				}
				header #header_menu>li>a:hover {
					height: 100%;
					background: #111;
				}
	footer {
		background-image: url(images/logo_footer_head.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 20vw;
		padding: 20vw 0 0 0;
		color: #444;
	}
		footer .footer {
			width: 100%;
			background-color: #eee;
			background-image: url(images/logo_footer.png);
			background-repeat: no-repeat;
			background-position: center 10px;
			background-size: 40vw;
			padding: 20vw 0 0 0;
			color: #444;
			overflow: hidden;
		}
			footer .footer h2 {
				font-size: 24px;
				font-weight: normal;
				text-align: center;
				margin: 20px 0;
			}
		footer .menu {
			display: none;
		}
		footer .profile {
			padding: 0;
		}
			footer .profile ul {
				width: 100%;
				height: auto;
				margin: 2em auto;
			}
			footer .profile li {
				padding: 4px 10px;
				text-align: center;
			}

		footer #copyright {
			background-color: #eee;
			color: #444;
			font-size: 12px;
			text-align: center;
			margin: 0;
		}
	main {
		width: 100vw;
	}
	.link_arrow {
		text-align: center;
		margin: 5vw 0;
	}
		.link_arrow a {
			display: block;
			background-image: url(images/arrow_bk.png);
			background-repeat: no-repeat;
			background-size: 10vw;
			background-position: center top;
			padding-top: 11vw;
			transition: all 0.4s;
		}
		.link_arrow a:hover {
			transform: scale(1.1);
		}


	.hunting_menu {
		width: 100%;
		margin: 10vw auto;
	}
		.hunting_menu ul {
			text-align: center;
			font-size: 0;
		}
		.hunting_menu li {
			font-size: 14px;
			display: inline-block;
			width: 25vw;
			vertical-align: top;
			height: auto;
			position: relative;
		}
		.hunting_menu li:before {
			content: "";
			display: block;
			padding-top: 100%;
		}
			.hunting_menu li a {
				border-radius: 50%;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				display: block;
				background-color: #ddd;
				background-image: url(images/circle.png);
				background-position: center center;
				background-repeat: no-repeat;
				background-size: 100%;
				border: solid 2px #fff;
				padding-top: calc(50% - 1em);
				padding-bottom: 10px;
				text-align: center;
				transition: all 0.4s;
				filter: drop-shadow(0px 2px 2px rgba(16, 16, 16, 0.4));
			}
			.hunting_menu li a:hover {
				transform: scale(1.1);
				z-index: +1;
			}

	.contactbox {
		width: 100%;
		height: 45vw;
		background-image: url(images/contactbox_bg.png);
		background-position: left 20px top 10px;
		background-size: 90%;
		background-repeat: no-repeat;
		background-color: #ddd;
		position: relative;
		margin-bottom: 80px;
	}
		.contactbox ul {
			width: 90vw;
			overflow: hidden;
			position: absolute;
			right: 5vw;
			bottom: 2vw;
		}
			.contactbox ul li {
				width: 30vw;
				height: auto;
				float: left;
				overflow: hidden;
			}
				.contactbox ul li a {
					width: 100%;
					display: block;
					transition: all 0.4s;
				}
				.contactbox li a:hover {
					transform: scale(1.08);
					z-index: +1;
				}
				.contactbox ul li img {
					width: 30vw;
					height: auto;
					border: 0;
					vertical-align: bottom;
					filter: none;
				}

	section {
		margin-bottom: 20vw;
	}
		section h1 {
			padding: 0 0 3vw 0;
			text-align: center;
			font-size: 24px;
			font-weight: normal;
		}
	section#salon {
		margin-top: 10vw;
		width: 100%;
	}
		section#salon ul.wrap {
			width: 90vw;
			margin: 0 auto;
			overflow: hidden;
		}
			.wrap li {
				float: left;
				background: #ddd;
				background-position: 50% 50%;
				background-repeat: no-repeat;
				background-size: cover;
				position: relative;
			}
				.wrap li .inner {
					position: absolute;
					top: 0;
					bottom: 0;
					left: 0;
					right: 0;
					margin: auto;
					border: solid 1vw #fff;
				}
			.wrap li.salon01 {
				background-image: url("images/salon01.png");
				width: 90vw;
				height: 90vw;
			}
				.wrap li.salon01 .text {
					font-size: 24px;
					font-weight: normal;
					background: rgba(255, 255, 255, 0.9);
					position: absolute;
					top: 16px;
					left: 16px;
					padding: 8px 16px;
				}
			.wrap li.salon02 {
				background-image: url("images/salon06.png");
				width: 45vw;
				height: 45vw;
			}
				.wrap li.salon02 .text {
					font-size: 14px;
					font-weight: normal;
					background: rgba(255, 255, 255, 0.9);
					position: absolute;
					bottom: 8px;
					right: 8px;
					padding: 8px;
				}
			.wrap li.salon03 {
				background-image: url("images/salon03.png");
				width: 45vw;
				height: 45vw;
			}
				.wrap li.salon03 .text {
					font-size: 14px;
					font-weight: normal;
					background: rgba(255, 255, 255, 0.9);
					position: absolute;
					bottom: 8px;
					left: 8px;
					padding: 8px;
				}
			.wrap li.salon04 {
				background-image: url("images/impact02.png");
				width: 45vw;
				height: 45vw;
			}
				.wrap li.salon04 .text {
					font-size: 14px;
					font-weight: normal;
					background: rgba(255, 255, 255, 0.9);
					position: absolute;
					bottom: 8px;
					left: 8px;
					padding: 8px;
				}
			.wrap li.salon05 {
				background-image: url("images/salon04.png");
				width: 45vw;
				height: 45vw;
			}
				.wrap li.salon05 .text {
					font-size: 14px;
					font-weight: normal;
					background: rgba(255, 255, 255, 0.9);
					position: absolute;
					bottom: 8px;
					right: 8px;
					padding: 8px;
				}
			.wrap li.salon06 {
				background-image: url("images/salon05.png");
				width: 90vw;
				height: 45vw;
			}
				.wrap li.salon06 .text {
					font-size: 14px;
					font-weight: normal;
					background: rgba(255, 255, 255, 0.9);
					position: absolute;
					bottom: 8px;
					left: 24px;
					padding: 8px;
				}
			.wrap li.salon07 {
				background-image: url("images/salon02.png");
				width: 90vw;
				height: 45vw;
			}
				.wrap li.salon07 .text {
					font-size: 14px;
					font-weight: normal;
					background: rgba(255, 255, 255, 0.9);
					position: absolute;
					top: 8px;
					right: 24px;
					padding: 8px;
				}
			.wrap li.salon08 {
				background-image: url("images/impact01.png");
				width: 90vw;
				height: 45vw;
			}
				.wrap li.salon08 .text {
					font-size: 14px;
					font-weight: normal;
					background: rgba(255, 255, 255, 0.9);
					position: absolute;
					bottom: 8px;
					left: 24px;
					padding: 8px;
				}
	section#point {
		margin-top: 10vw;
	}
		section#point>p {
			text-align: center;
			margin: 20px auto;
			width: 80%;
			font-size: 18px;
		}
		section#point ul {
			font-size: 0;
			width: 80%;
			margin: 0 auto;
		}
		section#point li {
			display: inline-block;
			font-size: 16px;
			vertical-align: bottom;
			min-height: 200px;
			margin-bottom: 5vw;
			overflow: hidden;
		}
			section#point li h2 {
				background-position: center top;
				background-repeat: no-repeat;
				background-size: 180px;
			}
			#point li.point1 h2 {
				background-image: url("images/point1.png");
			}
			#point li.point2 h2 {
				background-image: url("images/point2.png");
			}
			#point li.point3 h2 {
				background-image: url("images/point3.png");
			}
			section#point li h2 {
				width: 50%;
				color: #e73828;
				padding: 180px 5px 5px 5px;
				font-size: 18px;
				text-align: center;
				font-weight: normal;
				float: left;
			}

	section#support {
		margin-top: 10vw;
	}
		section#support ul {
			width: 100%;
			font-size: 0;
		}
			section#support li {
				height: auto;
				min-height: 50vw;
				font-size: 16px;
				vertical-align: top;
				background-position: left center;
				background-repeat: no-repeat;
				background-size: contain;
				margin: 10px;
				position: relative;
			}
			section#support h2 {
				width: 100%;
				background: #ddd;
				color: #fff;
				padding: 10px 0;
				font-size: 20px;
				font-weight: normal;
				text-align: center;
			}
			section#support li.support1 {
				background-image: url("images/support1.png");
			}
			section#support li.support2 {
				background-image: url("images/support2.png");
			}
			section#support li.support3 {
				background-image: url("images/support3.png");
			}
			section#support li.support4 {
				background-image: url("images/support4.png");
			}
			section#support li.support5 {
				background-image: url("images/support5.png");
			}
				section#support li .text {
					margin-left: 50vw;
					background: rgba(255, 255, 255, 0.9);
					padding: 4px;
				}
				section#support h3 {
					background: #fff;
					padding: 8px;
					font-size: 18px;
					color: #e73828;
				}
				section#support p {
					padding: 8px;
				}
	section#course {
		margin-top: 10vw;
		margin-bottom: 10vw;
		font-size: 0;
	}
		.course {
			width: 90vw;
			margin: 0 auto 10vw auto;
		}
			.course.full {
				border: solid 1px #ddd;
			}
			.course.full h2 {
				background: #ddd;
			}
			.course.basic {
				border: solid 1px #dddddd;
			}
			.course.basic h2 {
				background: #dddddd;
			}
			.course.light {
				border: solid 1px #ceb;
			}
			.course.light h2 {
				background: #ceb;
			}
			.course h2 {
				margin: 0;
				padding: 8px;
				font-size: 24px;
				font-weight: normal;
				text-align: center;
				border-bottom: solid 1px #fff;
			}
			.course>p {
				margin: 20px 10px 0 10px;
				font-size: 16px;
				min-height: 5em;
			}
			.course .servicecontents {
				margin: 0 20px;
			}
				.servicecontents dl {
					margin: 0;
				}
				.servicecontents dt {
					font-size: 16px;
					font-weight: normal;
					padding: 4px 8px;
					text-align: center;
					background: #f6f6f6;
				}
				.servicecontents dd {
					font-size: 16px;
					padding: 8px 0 8px 20px;
					border-bottom: solid 0px #ddd;
				}
			#course .link_arrow {
				font-size: 16px;
				color: #444;
			}
			.course .pricelist {
				margin: 0 20px;
			}
				.pricelist dl {
					text-align: center;
					margin: 0;
					width: 100%;
				}
				.pricelist dt {
					font-size: 16px;
					border-top: solid 1px #ddd;
					padding-top: 10px;
				}
				.pricelist dd {
					font-size: 32px;
					font-weight: normal;
					padding-bottom: 10px;
					color: #997755;
				}
				p.caution {
					border-top: solid 1px #ddd;
					padding: 4px;
					text-align: right;
					font-size: 14px;
				}
				.pricelist .line-through {
					text-decoration: line-through;
				}
				.pricelist .campaign {
					background: #e73828;
					color: #fff;
					font-size: 16px;
					padding: 2px;
					text-align: center;
					width: 80%;
					margin: auto;
				}
/*

*/
}
