@charset "utf-8";

* {
	position: relative;
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
	box-sizing: border-box;
}

html {
}

body {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 10px;
	line-height: 2em;
	background-color: #f7f5f1;
}

article {
	width: 100%;
	overflow: hidden;
}


/*終了対応*/
body article #details .linkbox p,
body article #shcedule .linkbox p,
body article #request .linkbox p{
	font-size: 4em;
	color: #000;
	line-height: 1.5;
}
.btmmargin {
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	body article #details .linkbox p,
	body article #shcedule .linkbox p,
	body article #request .linkbox p{
		font-size: 5vw;
	}
	.btmmargin {
		margin-bottom: 6.4vw;
	}
}

/* PC ------------------------------------- */
article section .container {
	width: 1180px;
	margin: 0 auto;
}

.pc_set {display: block;}
.sp_set {display: none;}

a {text-decoration: none;}

a:hover {opacity: 0.5;}

section h2 {
	margin-bottom: 50px;
	font-size: 4em;
	line-height: 1em;
	color: #886d3c;
}



/*  */
#topview {
	padding-bottom: 70px;
	background-color: #f7f5f1;
}

#topview:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 869px;
	background-color: #ebe5d7;
}

#topview h1 {
	width: 100%;
	overflow: hidden;
}

#topview img {
	margin-left: calc(-960px + 50%);
}



/*  */
#drift {
	padding-bottom: 120px;
	background-color: #f7f5f1;
}

#drift p {
	margin-bottom: 120px;
	font-size: 1.8em;
	line-height: 2em;
}

#drift p small {
	font-size: 0.778em;
	line-height: 2em;
}

#drift .linkbox {
	width: 100%;
}

#drift .linkbox a {
	display: block;
	margin: 0 auto;
	width: 590px;
	height: 80px;
	font-size: 2.4em;
	line-height: 80px;
	text-align: center;
	color: #fff;
	background-color: #886d3c;
	box-shadow: 2px 2px 9px #00000029;
}

#drift .linkbox a:before {
	display: block;
	content: "";
	position: absolute;
	transform: rotate(45deg);
	top: 50%;
	right: 30px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #fff;
}

#drift .linkbox a:after {
	display: block;
	content: "";
	position: absolute;
	transform: rotate(45deg);
	top: 50%;
	right: 32px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #886d3c;
}

#drift .linkbox a:hover:after {
	background: #886d3c;
}



/*  */
#details {
	padding: 120px 0;
	background-color: #fdfcfb;
}

#details .tabular {
	margin-bottom: 120px;
}

#details .tabular dl {
	display: flex;
}

#details .tabular dl dt {
	width: 240px;
	height: 48px;
	margin: 1px 0px 1px;
	padding: 0 32px;
	font-size: 2.0em;
	font-weight: bold;
	line-height: 48px;
	color: #886d3c;
	background-color: #ebe5d7;
}

#details .tabular dl dd {
	width: calc(100% - 240px - 2px);
	height: 48px;
	margin: 1px 0px 1px 2px;
	padding: 0 32px;
	font-size: 1.8em;
	line-height: 48px;
	background-color: #f4f0e9;
}

#details .linkbox {
	width: 100%;
}

#details .linkbox a {
	display: block;
	margin: 0 auto;
	width: 590px;
	height: 80px;
	font-size: 2.4em;
	line-height: 80px;
	text-align: center;
	color: #fff;
	background-color: #e7a753;
	box-shadow: 2px 2px 9px #00000029;
}

#details .linkbox a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 32px;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	background: url('../images/link_icon.png') left top no-repeat;
}

#details .linkbox p {
	margin-top: 10px;
	font-size: 1.4em;
	line-height: 1.0em;
	text-align: center;
}



/*  */
#shcedule {
	padding: 120px 0;
	background-color: #f7f5f1;
}

#shcedule .tabular {
	margin-bottom: 120px;
}

#shcedule .tabular dl {
	display: flex;
}

#shcedule .tabular dl dt {
	display: flex;
	align-items: center;
	width: 240px;
	margin: 1px 0px 1px;
	padding: 0 32px;
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1.5em;
	color: #886d3c;
	background-color: #ebe5d7;
}

#shcedule .tabular dl dd {
	display: flex;
	align-items: center;
	width: calc(100% - 240px - 2px);
	margin: 1px 0px 1px 2px;
	padding: 20px 24px;
	font-size: 1.8em;
	line-height: 1.5em;
	background-color: #f4f0e9;
}

#shcedule .tabular dl.head dt,
#shcedule .tabular dl.head dd {
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
	background-color: #886d3c;
}

#shcedule .linkbox a {
	display: block;
	margin: 0 auto;
	width: 590px;
	height: 80px;
	font-size: 2.4em;
	line-height: 80px;
	text-align: center;
	color: #fff;
	background-color: #e7a753;
	box-shadow: 2px 2px 9px #00000029;
}

#shcedule .linkbox a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 32px;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	background: url('../images/link_icon.png') left top no-repeat;
}

#shcedule .linkbox p {
	margin-top: 10px;
	font-size: 1.4em;
	line-height: 1.0em;
	text-align: center;
}



/*  */
#access {
	padding: 120px 0;
	background-color: #fdfcfb;
}

#access .address {
	padding-left: 40px;
}

#access .address h3 {
	margin-bottom: 32px;
	font-size: 2.4em;
	color: #886d3c;
}

#access .address h3:before {
	content: "";
	position: absolute;
	display: block;
	bottom: -6px;
	left: 0;
	width: 3em;
	height: 12px;
	background-color: #e7a753;
	opacity: 0.2;
}

#access .address p {
	margin-bottom: 72px;
	font-size: 3.2em;
	line-height: 1.5em;
	color: #886d3c;
}

#access .map {
	padding-left: 40px;
}

#access .map h3 {
	margin-bottom: 32px;
	font-size: 2.4em;
	color: #886d3c;
}

#access .map h3:before {
	content: "";
	position: absolute;
	display: block;
	bottom: -6px;
	left: 0;
	width: 5em;
	height: 12px;
	background-color: #e7a753;
	opacity: 0.2;
}

#access .map img {
	width: 590px;
	height: auto;
	margin-bottom: 24px;
}

#access .map p {
/*	margin-bottom: 72px;	*/
	font-size: 1.8em;
	line-height: 1.5em;
}

#access .map p a {
	color: #ff9100;
}



/*  */
#contact {
	padding: 120px 0;
	background-color: #f7f5f1;
}

#contact .inquiry {
	width: 1180px;
	padding: 76px 64px;
	font-size: 3.2em;
	font-weight: bold;
	line-height: 1.5em;
	color: #886d3c;
	background-color: #fff;
}



/*  */
#records {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 0 120px;
	background-color: #f7f5f1;
}
/*
#records:before {
	display: block;
	content: "";
	position: absolute;
	top: 123px;
	right: 0;
	width: 1480px;
	height: 100%;
	background-color: #ecece3;
}
*/

#records .container:before {
	display: block;
	content: "";
	position: absolute;
	top: 123px;
	left: 70px;
	width: 1480px;
	height: 100%;
	background-color: #ecece3;
}



#records h2 {
	margin-bottom: 128px;
}

#records .recordbox {
}

#records .recordbox dl.rb_yearly {
	display: flex;
	margin: 50px 0 50px -24px;
}

#records .recordbox dl.rb_yearly dt {
	width: 320px;
	height: 80px;
	margin-right: 14px;
	padding: 22px 24px;
	font-size: 3.2em;
	line-height: 36px;
	color: #fff;
	background-color: #7b9f5b;
	box-shadow: 2px 2px 9px #00000029;
}

#records .recordbox dl.rb_yearly dd {
	width: calc(100% - 320px - 14px);
	padding-top: 16px;
	padding-left: 44px;
	font-size: 1.6em;
	line-height: 1.75em;
}

#records .recordbox dl.rb_yearly dd:before {
	display: block;
	content: "";
	position: absolute;
	top: 21px;
	left: 0;
	width: 40px;
	height: 40px;
	margin-top: 0;
	background: url('../images/pdf_icon1.png') left top no-repeat;
}

#records .recordbox dl.rb_yearly dd a {
	text-decoration: underline;
	color: #000;
}

#records .recordbox dl.rb_yearly dd a img {
	vertical-align: top;
	border-bottom: 1px solid #000;
}

#records .recordbox .rb_case {
	width: 1180px;
	margin-bottom: 32px;
	padding: 32px;
	background-color: #fff;
}

#records .recordbox .rb_case + .rb_case {
	margin-bottom: 120px;
}

#records .recordbox .rb_case h4 {
	margin-bottom: 32px;
	font-size: 4.0em;
	font-weight: bold;
	line-height: 1.375em;
	color: #886d3c;
}

#records .recordbox .rb_case dl {
	display: flex;
	flex-direction: row-reverse;
}

#records .recordbox .rb_case dl dt {
	padding-left: 30px;
}

#records .recordbox .rb_case dl dt img {
	margin-bottom: 16px;
}

#records .recordbox .rb_case dl dt p {
	font-size: 1.4em;
	line-height: 1.0em;
	text-align: center;
}

#records .recordbox .rb_case dl dd {
	font-size: 1.8em;
	line-height: 2.0em;
}

#records .recordbox .rb_case dl dd ul {
	list-style: none;
}

#records .recordbox .rb_case dl dd ul li {
	padding-left: 1em;
	text-indent: -1em;
}

#records .recordbox .rb_case dl dd ul li small {
	font-size: 0.778em;
}



/*  */
#request {
	padding: 80px 0 160px;
	background-color: #f7f5f1;
}

#request .linkbox a {
	display: block;
	margin: 0 auto;
	width: 590px;
	height: 80px;
	font-size: 2.4em;
	line-height: 80px;
	text-align: center;
	color: #fff;
	background-color: #e7a753;
	box-shadow: 2px 2px 9px #00000029;
}

#request .linkbox a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 32px;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	background: url('../images/link_icon.png') left top no-repeat;
}

#request .linkbox p {
	margin-top: 10px;
	font-size: 1.4em;
	line-height: 1.0em;
	text-align: center;
}



/*  */
footer {
	width: 100%;
	color: #fff;
	background-color: #000;
}

footer .footer {
	width: 1180px;
	margin: 0 auto;
}

footer .footer .footer_in {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1180px;
	margin: 0 auto;
	padding: 60px 0;
}

footer .footer .footer_in .kahakurogo_foot {
	display: block;
}

footer .footer .footer_in .cr {
	font-size: 1.4em;
	line-height: 1em;
}

footer .footer a#top_scroll {
	position: absolute;
	top: -40px;
	right: 0;
	display: block;
	width: 80px;
	height: 80px;
	background-color: #886d3c;
}

footer .footer a#top_scroll:before {
	display: block;
	content: "";
	position: absolute;
	transform: rotate(45deg);
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-top: -4px;
	margin-left: -10px;
	background: #fff;
}

footer .footer a#top_scroll:after {
	display: block;
	content: "";
	position: absolute;
	transform: rotate(45deg);
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-top: 0px;
	margin-left: -10px;
	background: #886d3c;
}



/* PC-SP ------------------------------------- */

@media screen and (min-width: 1181px) and (max-width: 1400px) {
	#topview:before {
		height: 44.64vw;
	}
	#topview img.pc_set {
		width: 100%;
		height: auto;
		margin-left: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
	article section .container {
		width: 100%;
		padding: 0 80px;
	}

	#topview:before {
		height: 44.64vw;
	}

	#topview img.pc_set {
		width: 100%;
		height: auto;
		margin-left: 0;
	}

	#details .tabular dl dt,
	#details .tabular dl dd {
		height: auto;
		padding: 6px 32px;
		line-height: 1.5em;
	}
	
	#shcedule .tabular dl dt {
		width: 180px;
	}
	
	#shcedule .tabular dl dd {
		width: calc(100% - 180px - 2px);
	}
	
	#contact .inquiry {
		width: 100%;
	}

	#records .container:before {
		left: 120px;
	}

	#records .recordbox dl.rb_yearly {
		margin: 50px 0;
	}

	#records .recordbox dl.rb_yearly dt {
		width: 260px;
	}

	#records .recordbox dl.rb_yearly dd {
		width: calc(100% - 260px - 14px);
	}

	#records .recordbox .rb_case {
		width: 100%;
	}

	#records .recordbox .rb_case h4 br {
		display: none;
	}

	#records .recordbox .rb_case dl {
		display: block;
	}

	#records .recordbox .rb_case dl dt {
		padding: 0 0 30px;
		text-align: center;
	}

	footer .footer {
		width: 100%;
	}

	footer .footer .footer_in {
		display: block;
		width: 100%;
		text-align: center;
	}

}



/* SP ------------------------------------- */
@media screen and (max-width: 767px) {
	
	article section .container {
		width: 100%;
		padding: 0 10.5vw;
	}

	img {
		width: 100%;
		height: auto;
	}

	.pc_set {display: none;}
	.sp_set {display: block;}


	a {
	}

	a:hover {
	}

	section h2 {
	    margin-bottom: 6.4vw;
	    font-size: 7.4vw;
	}




	/*  */
	#topview {
	}

	#topview:before {
	    height: 75.2vw;
	}

	#topview h1 {
	}

	#topview img {
	    margin-left: 0;
	}



	/*  */
	#drift {
		padding-bottom: 16vw;
	}

	#drift p {
		margin-bottom: 16vw;
		font-size: 3.2vw;
	}

	#drift p small {
	}

	#drift .linkbox {
	}

	#drift .linkbox a {
		width: 80vw;
		height: auto;
		padding: 3.73vw 0;
		font-size: 4.267vw;
		line-height: 1em;
	}

	#drift .linkbox a:before {
		right: 4vw;
		width: 2.4vw;
		height: 2.4vw;
		margin-top: -1.4vw;
	}

	#drift .linkbox a:after {
		right: 4.5vw;
		width: 2.4vw;
		height: 2.4vw;
		margin-top: -1.4vw;
	}

	#drift .linkbox a:hover:after {
	}



	/*  */
	#details {
		padding: 16vw 0;
	}

	#details .tabular {
		margin-bottom: 16vw;
	}

	#details .tabular dl {
		display: block;
	}

	#details .tabular dl dt {
		width: 100%;
		height: auto;
		margin: 0 0 2px;
		padding: 2.67vw 1.34vw;
		font-size: 3.73vw;
		line-height: 1.5em;
	}

	#details .tabular dl dd {
		width: 100%;
		height: auto;
		margin: 0 0 2px;
		padding: 4.53vw 2.13vw;
		font-size: 3.2vw;
		line-height: 1.5em;
	}

	#details .linkbox {
	}

	#details .linkbox a {
		width: 80vw;
		height: auto;
		padding: 3.73vw 0;
		font-size: 4.267vw;
		line-height: 1em;
	}

	#details .linkbox a:after {
		right: 4vw;
		width: 4vw;
		height: 4vw;
		margin-top: -2vw;
		background-size: contain;
	}

	#details .linkbox p {
		font-size: 2.67vw;
	}



	/*  */
	#shcedule {
		padding: 16vw 0;
	}

	#shcedule .tabular {
		margin-bottom: 16vw;
	}

	#shcedule .tabular dl {
		display: block;
	}

	#shcedule .tabular dl dt {
		width: 100%;
		height: auto;
		margin: 0 0 2px;
		padding: 2.67vw 1.34vw;
		font-size: 3.73vw;
		line-height: 1.5em;
	}

	#shcedule .tabular dl dd {
		width: 100%;
		height: auto;
		margin: 0 0 2px;
		padding: 4.53vw 2.13vw;
		font-size: 3.2vw;
		line-height: 1.5em;
	}

	#shcedule .tabular dl.head dt,
	#shcedule .tabular dl.head dd {
		display: none;
	}

	#shcedule .linkbox a {
		width: 80vw;
		height: auto;
		padding: 3.73vw 0;
		font-size: 4.267vw;
		line-height: 1em;
	}

	#shcedule .linkbox a:after {
		right: 4vw;
		width: 4vw;
		height: 4vw;
		margin-top: -2vw;
		background-size: contain;
	}

	#shcedule .linkbox p {
		font-size: 2.67vw;
	}



	/*  */
	#access {
		padding: 16vw 0;
	}

	#access .address {
		padding-left: 0;
	}

	#access .address h3 {
		margin-bottom: 4.267vw;
		font-size: 4.267vw;
	}

	#access .address h3:before {
	}

	#access .address p {
		margin-bottom: 9.6vw;
		font-size: 4.267vw;
	}

	#access .map {
		padding-left: 0;
	}

	#access .map h3 {
		margin-bottom: 4.267vw;
		font-size: 4.267vw;
	}

	#access .map h3:before {
	}

	#access .map img {
		width: 100%;
		height: auto;
		margin-bottom: 2.67vw;
	}

	#access .map p {
		font-size: 3.2vw;
	}

	#access .map p a {
	}



	/*  */
	#contact {
		padding: 16vw 0;
	}

	#contact .inquiry {
		width: 100%;
		padding: 6.67vw 3.2vw;
		font-size: 4.267vw;

	}



	/*  */
	/*  */
	#records {
		width: 100%;
		padding: 0 0 16vw;
	}

/*
	#records:before {
		top: 19.2vw;
		left: 16vw;
	}
*/

	#records .container:before {
		top: 19.2vw;
		left: 16vw;
	}


	#records h2 {
		margin-bottom: 17vw;
	}

	#records .recordbox {
	}

	#records .recordbox dl.rb_yearly {
		display: block;
		margin: 0 0 4.267vw;
	}

	#records .recordbox dl.rb_yearly dt {
		width: 42.67vw;
		height: auto;
		padding: 2.93vw 3.2vw;
		font-size: 4.267vw;
		line-height: 1.0em;
	}

	#records .recordbox dl.rb_yearly dd {
		width: 75vw;
		margin-left: 5vw;
		padding-left: 9vw;
		font-size: 2.4vw;
	}

	#records .recordbox dl.rb_yearly dd:before {
		top: 4vw;
		left: 0vw;
		width: 8vw;
		height: 8vw;
		background-size: contain;
	}

	#records .recordbox dl.rb_yearly dd a {
	}

	#records .recordbox dl.rb_yearly dd a img {
		width: 3.4vw;
	}

	#records .recordbox .rb_case {
		width: 100%;
		padding: 5.33vw 4.267vw;
	}

	#records .recordbox .rb_case + .rb_case {
		margin-bottom: 16vw;
	}

	#records .recordbox .rb_case:last-of-type {
		margin-bottom: 0;
	}

	#records .recordbox .rb_case h4 {
		margin-bottom: 4.267vw;
		font-size: 4.267vw;
	}

	#records .recordbox .rb_case h4 br {
		display: none;
	}

	#records .recordbox .rb_case dl {
		display: block;
	}

	#records .recordbox .rb_case dl dt {
		width: 100%;
		margin-bottom: 4.267vw;
		padding-left: 0;
	}

	#records .recordbox .rb_case dl dt img {
		margin-bottom: 2.133vw;
	}

	#records .recordbox .rb_case dl dt p {
		font-size: 2.67vw;
	}

	#records .recordbox .rb_case dl dd {
		width: 100%;
		font-size: 3.2vw;
	}

	#records .recordbox .rb_case dl dd ul {
	}

	#records .recordbox .rb_case dl dd ul li {
	}

	#records .recordbox .rb_case dl dd ul li small {
	}



	/*  */
	#request {
		padding: 16vw 0;
	}

	#request .linkbox a {
		width: 80vw;
		height: auto;
		padding: 3.73vw 0;
		font-size: 4.267vw;
		line-height: 1em;
	}

	#request .linkbox a:after {
		right: 4vw;
		width: 4vw;
		height: 4vw;
		margin-top: -2vw;
		background-size: contain;
	}

	#request .linkbox p {
		font-size: 2.67vw;
	}



	/*  */
	footer {
	}

	footer .footer {
		width: 100%;
	}

	footer .footer .footer_in {
		display: block;
		width: 100%;
		padding: 5.3vw 0;
	}

	footer .footer .footer_in .kahakurogo_foot {
		width: 53.33vw;
		margin: 0 auto 2.8vw;
	}

	footer .footer .footer_in .cr {
		font-size: 1.867vw;
		text-align: center;
	}

	footer .footer a#top_scroll {
		top: -5vw;
		right: 10.5vw;
		width: 10vw;
		height: 10vw;
	}

	footer .footer a#top_scroll:before {
		width: 3.5vw;
		height: 3.5vw;
		margin-top: -0.75vw;
		margin-left: -1.75vw;
	}

	footer .footer a#top_scroll:after {
		width: 3.5vw;
		height: 3.5vw;
		margin-top: 0;
		margin-left: -1.75vw;
	}


}

