
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');*/
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Serif JP', "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Kaku Mincho ProN", sans-serif;
	font-weight: normal;
	 -webkit-font-smoothing: antialiased;
	 color: #333333;
}
.roboto{
 font-family: 'Noto Serif JP', "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Kaku Mincho ProN", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
.clearfix::after{
	content: "";
	display: block;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
		backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}
a,
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}

#cover{
	z-index: 1100;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: #FFF;
}

body{
	position: relative;
}
@media all and (min-width:1000px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width:1000px) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------調整クラス-----------------*/

.w1{
  width:1260px;
}
.w2{
  width:844px;
}
.w3{
  width:720px !important;
}
.w4{
  width:450px !important;
}
.w5{
  width:790px !important;
}

.btn_box{
	text-align: center;
}
a{
	transition:color .3s,opacity .3s,background-color .3s;
}
a:hover{
	opacity: 0.6;
}

.color1{
	color: #C9000B !important;
}
.color2{
	color:#E6E6E6 !important
}
.color3{
	color:#333333 !important
}
.bg_color1{
	background-color:#C9000B !important;
}
.bg_color2{
	background-color:#E6E6E6 !important;
}

.bg_color3{
	background-color:#333333 !important;
}

.btn_1{
	padding: 26px 30px;
	min-width: 298px;
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	font-size: 2rem;
	color:#C9000B !important;
	border-radius: 40px;
	opacity: 1 !important;
	margin: 0 15px;
	display: inline-block;
}
.btn_1:hover{
	color: #FFFFFF !important;
	background-color: #C9000B;
	opacity: 1 !important;
}


@media screen and (max-width: 1000px) {
	.w1{
	  width:100%;
	}
	.w2{
	  width:100%;
	}
	.w3{
	  width:100% !important;
	}
	.w4{
	  width:100% !important;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.w5{
	  width:100% !important;
	}
	.container{
	  width:100%;
	}
	.btn_1{
		padding: 13px 30px;
		min-width: 265px;
		box-sizing: border-box;
		border: 1px solid #FFFFFF;
		background-color: #FFFFFF;
		font-size: 1.6rem;
		color:#C9000B !important;
		border-radius: 40px;
		opacity: 1 !important;
		margin: 0 15px;
		display: inline-block;
	}
}
/*------------------header------------------*/

header{
	position: fixed;
	width: 100%;
	top:0;
		margin-top: 0px;
		z-index: 1000;
		background-color: rgba(255,255,255,1);
text-align: center;
}

header nav{
	display: flex;
	justify-content:end;
	font-weight: bold;
	width: 1000px;
	margin: auto;
}

header nav ul{
	display: flex;
	justify-content:center;

}
header nav ul li{

}
header nav ul li a{
	padding:41px 30px 31px;
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: -0.22px;
	text-align: center;
	display: block;
}
header nav ul li a:hover span,
header nav ul li a.active span{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid #C9000B;
	opacity: 1 !important;
}
header nav ul li a.contact{
	width: 180px;
	margin-left: 25px;
}
header nav ul li a.contact:hover{
	background-color: #C9000B;
}
.menu_sp{
	position: fixed;
	right: 0px;
	top:0px;
	z-index: 1001;
}

.menu_sp.on .open,
.menu_sp .close{
	display: none;
}
.menu_sp.on .close{
	display: block;
}

@media screen and (max-width: 1000px) {
	html{
		overflow-x: hidden;
	}
header{
		height: 80px;
}
header nav ul{
	margin-top: -120px;
}
header nav ul li a.active{
	color: inherit;
	text-decoration: none;
}
body .contact_header.sp,
body header{
	transition: top .1s linear;

}
body.son .contact_header.sp,
body.son header{
	top:-70px !important;
}
	header nav{

		left: 0;
		width: 100%;
		height: auto;
		align-items: center;
		background-color: #FFF;
	}
	header nav.on{
		opacity: 1;
		visibility: visible;
		display: flex;

	}

	header nav ul li a{
		font-size: 1.4rem;
		text-align: center;
		padding: 15px 30px;
	}
	header nav ul{
		margin-top:75px;
		width: 100%;
	}
	header nav ul li a.on{

	}
	header nav ul li a.contact{
		width: calc(100% - 60px);
		text-align: center;
		margin-left: 0px;
		position: fixed;
		bottom: 30px;
		left: 30px;
		background-color: #FFF;
		box-sizing: border-box;
		color: #C9000B !important;
	}
}
