
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+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');
@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+P+One&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 Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: normal;
	 -webkit-font-smoothing: antialiased;
	 color: #000;
}
.roboto{
 font-family: 'Roboto',	'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.pop_text{
/*font-family: 'Mochiy Pop P One', sans-serif;*/
font-weight: 500;
letter-spacing: 0.02em !important;
}
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;
}
p{
	font-size: 1.6rem;
	line-height: 1.85;
}
a,
a:link {
	color: #464343;
	text-decoration: none;
}
a:visited {
	color: #464343;
}
a:hover {
	color: #464343;
}
a:active {
	color: #464343;
}
.no_opa{
	opacity: 1 !important;
}
.op_img{
	z-index: 10010;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: #FFF;
}
.op_in{
	z-index: 10010;
	position: fixed;
	transform: translate(-50%,-78px);
	top:50%;
	left:50%;
	background-color: #FFF;
		white-space: nowrap;
		text-align: center;
}
.op_in p{
	display: inline-block;
		height: 137px;
		white-space: nowrap;

}
.op_in p img{
	height: 137px;
	max-width: none;
	transform: translateY(137px);

}
.op_in p:nth-child(2) b{
	margin-left:-4px;
}
.op_in p:nth-child(3) b{
	margin-left:-8px;
	margin-top: -15px;
}
.op_in p b{
	display: inline-block;
	overflow: hidden;
	opacity: 1;
	white-space: nowrap;
}

@media screen and (max-width: 1024px) {
	.op_in p{
		display: inline-block;
			height: 137px;
			white-space:pre-wrap;

	}
	.op_in{
		transform: translate(-50%,-50%) scale(0.7);
			white-space:pre-wrap;
	}
}


#cover{
	z-index: 10000;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: #FFF;
}
.slick-slide a{
	opacity: 1 !important;
}
body{
	position: relative;
}
@media all and (min-width: 1025px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 1024px) {

	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------調整クラス-----------------*/

.flex_wrap_2{gap: 25px;}
.cover{
	background-size: cover;
	background-position: center center;
}
.phoList li p{
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	transition: .3s;
}
.phoList li p:hover{
	opacity: 0.6;
}
.box_sizing{
	box-sizing: border-box;
}
.w1{
  width:1200px;
	margin: auto;
}
.w2{
  width:910px;
}
.w3{
  width:730px !important;
}
.w4{
  width:450px !important;
}
.w5{
  width:1110px !important;
}

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

.color1{
	color: #E13512 !important;
}
.color2{
	color:#E9FAE8 !important
}
.color3{
	color:#000 !important
}
.bg_color1{
	background-color:#ccc;
}
.bg_color2{
	background-color: #ec1b20;
}

.bg_color3{
	background-color:#000
}
.bg_color4{
 background-color: #FFF;
 border-radius: 20px;
 overflow: hidden;
}
.btm_red:hover{
	color:#E13512;
	opacity: 1 !important;
	cursor: pointer;
}

.btn_1{
	padding: 15px 60px;
	min-width: 200px;
	box-sizing: border-box;
	border: 1px solid #E13512;
	background-color:#E13512;
	font-size: 2rem;
	color: #FFFFFF !important;
	border-radius: 40px;
	opacity: 1 !important;
	display: inline-block;
	border-radius: 60px;
	text-align: center;
	cursor: pointer;
}
.btn_1:hover{
	color:#E13512 !important;
	background-color:  #FFFFFF;
	opacity: 1 !important;
}
.link_button input,
.btn_2{
	padding: 30px 122px;
	min-width: 200px;
	box-sizing: border-box;
	border: 1px solid #E13512;
	background-color:#E13512;
	font-size: 2.5rem;
	color: #FFFFFF !important;
	border-radius: 40px;
	opacity: 1 !important;
	display: inline-block;
	border-radius: 60px;
	text-align: center;
	cursor: pointer;
	transition: .3s;
	font-weight: bold;
}
.link_button input:hover,
.btn_2:hover{
	color:#E13512 !important;
	background-color:  #FFFFFF;
	opacity: 1 !important;
}

.btn_3{
	padding: 15px 20px;
	min-width: 200px;
	box-sizing: border-box;
	border: 1px solid ;
	background-color:#FFFFFF;
	font-size: 2rem;
	color: #E13512 !important;
	border-radius: 40px;
	opacity: 1 !important;
	display: inline-block;
	border-radius: 60px;
	text-align: center;
	cursor: pointer;
}
.btn_3:hover{
	color:#FFFFFF !important;
	background-color:  #E13512;
	opacity: 1 !important;
}



.btn_4{
	padding: 18px 60px;
	min-width: 200px;
	box-sizing: border-box;
	border: 1px solid #E13512;
	background-color:#E13512;
	font-size: 3.3rem;
	color: #FFFFFF !important;
	border-radius: 40px;
	opacity: 1 !important;
	display: inline-block;
	border-radius:15px;
	text-align: center;
	cursor: pointer;
}
.btn_4:hover{
	color:#E13512 !important;
	background-color:  #FFFFFF;
	opacity: 1 !important;
}
.btn_5{
	padding:18px 60px;
	min-width: 200px;
	box-sizing: border-box;
	border: 1px solid #E13512;
	background-color:#FFF;
	font-size: 3.3rem;
	color: #E13512 !important;
	opacity: 1 !important;
	display: inline-block;
	border-radius:15px;
	text-align: center;
	cursor: pointer;
	transition: .3s;
	font-weight: bold;
}
.btn_5:hover{
	color:#FFF !important;
	background-color:  #E13512;
	opacity: 1 !important;
}

.wpcf7-response-output{
	display: none !important;
}

#lineup{
	background-color: #ccc;
}

.flex_wrap_3 .item{
	display: flex;
	align-items: stretch;
	background-color: #fff;
	border-radius: 14px;
}

.flex_box.flex_wrap {
    flex-wrap: wrap;
	flex-direction: column;
    gap: 20px;
}
.flex_wrap .item{
	display: flex;
	align-items: stretch;
	width: 100%;
	background-color: #fff;
	border-radius: 14px;
}
.flex_wrap .item a{
	display: flex;
	gap: 5%;
}
.flex_wrap .item img{
  width: 30%;
}
.flex_wrap .item .text{
  width: 65%;
}
.btn_over_text{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	background-position: center center !important;
}
.btn_over_text img{
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.btn_over_text .text{
	
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	transition: .3s;
}
.btn_over_text:hover {
	opacity: 0.8 !important
}
.btn_over_text:hover .text{
	opacity: 0.8;
}
.btn_over_text .text h3{
  font-size: 2rem;
}
.btn_over_text .text>div{
  width: 100%;
  margin: 20px;
}
.btn_over_text .text dl{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
  font-size: 1.2em;
  text-align: left;
}
.btn_over_text .text dl dt {
	width: 15%;
	margin-bottom: 10px;
	font-size: 0.9em;
  }  
.btn_over_text .text dl dd {
	width: 35%;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: 700;
  }
.btn_over_text .text span{
	display: block;
	
}
.btn_over_text .text span.t1{
	font-size: 4.3rem;
}
.btn_over_text .text span.t2{
	font-size: 1.6rem;
	margin-bottom: 20px;
	font-weight: 700;
	color: #ec1b20;
}

.btn_over_text .text span.t3{
	font-size: 1.4rem;
		margin:10px 0;
		padding: 0.5em;
		border: 1px solid #E13512;
		color: #E13512;
		display: inline-block;
}

.tag{
	display: inline-block;
    padding: 8px;
    line-height: 1;
    font-size: 1.4rem;
    border: 1px solid #E13512;
    color: #E13512 !important;

    font-weight: bold;
}

@media screen and (max-width: 1024px) {

	.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%;
		max-width: 413px !important;
		text-align: center;
	}
	.btn_1{
		padding: 15px 30px;
		min-width: 190px;
		box-sizing: border-box;
		border: 1px solid #E13512;
		background-color: #E13512;
		font-size: 1.4rem;
		color:#FFF !important;
		border-radius: 40px;
		opacity: 1 !important;
		display: inline-block;
	}
	.link_button input,
	.btn_2 {
		padding: 17px 40px;
		min-width: 190px;
		box-sizing: border-box;
		border: 1px solid #E13512;
		background-color: #E13512;
		font-size: 1.6rem;
		color:#FFF !important;
		border-radius: 40px;
		opacity: 1 !important;
		display: inline-block;
}
.btn_3 {
	padding: 17px 40px;
	min-width: 190px;
	box-sizing: border-box;
	border: 1px solid #E13512;
	background-color: #FFF;
	font-size: 1.6rem;
	color:#E13512 !important;
	border-radius: 40px;
	opacity: 1 !important;
	display: inline-block;
}
#contact .padding_top_10 img{
	width: 191px;
}
.btn_4{
	padding: 12px 30px;
	min-width: 200px;
	box-sizing: border-box;
	border: 1px solid #E13512;
	background-color:#E13512;
	font-size: 1.6rem;
	color: #FFFFFF !important;
	border-radius: 40px;
	opacity: 1 !important;
	display: inline-block;
	border-radius:5px;
	text-align: center;
	cursor: pointer;
}
.btn_4:hover{
	color:#E13512 !important;
	background-color:  #FFFFFF;
	opacity: 1 !important;
}
.btn_5{
	padding: 12px 30px;
	min-width: 200px;
	box-sizing: border-box;
	border: 1px solid #E13512;
	background-color:#FFF;
	font-size: 1.6rem;
	color: #E13512 !important;
	opacity: 1 !important;
	display: inline-block;
	border-radius:5px;
	text-align: center;
	cursor: pointer;
	transition: .3s;
	font-weight: bold;
}
.btn_5:hover{
	color:#FFF !important;
	background-color:  #E13512;
	opacity: 1 !important;
}

#index>section img,
#detail>section img{
	max-width:100%;
}

.btn_over_text .text span.t1{
	font-size: 3.4rem;
}
.btn_over_text .text span.t2{
	font-size: 1.3rem;
}

.btn_over_text .text span.t3{
	font-size: 1.3rem;
		margin:10px 0;
		padding:0.5em;
		border: 1px solid #E13512;
		display: inline-block;
		color: #E13512;
}
.btm_red{
	font-size: 12px;
}
.btm_red:hover{
	color:#E13512;
	opacity: 1 !important;
	cursor: pointer;

}
.flex_wrap_s_1 .item {
	width: 100% !important;
}

.flex_wrap .item a{
	display: flex;
	flex-direction: column;
}
.flex_wrap .item img{
  width: 100%;
}
.flex_wrap .item .text{
  width: 100%;
}

}
.contact.font_fff{
	border: 1px solid #E13512;
	box-sizing: border-box;
}
.contact.font_fff:hover{
	color:#E13512 !important;
	background-color:  #FFFFFF;
	opacity: 1 !important;
}





/*------------------header------------------*/

header{
	position: fixed;
	width: 100%;
	top:0;
		margin-top: 0px;
		z-index: 1000;
		background-color: rgba(255,255,255,1);
height: 90px;
filter: drop-shadow(1px -1px 10px rgba(0, 0, 0, 0.12));



}
.contact_header a{
	opacity: 1 !important;
}
header.on{
}
header nav{
	display: flex;
	justify-content:end;
	font-weight: bold;
}

header nav ul{
	display: flex;
	justify-content:center;
	width: 100%;
}
header nav ul>div{

}
header nav ul li{

}
header nav ul li a{
	padding:34px 14px 35px;
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: -0.22px;
	text-align: center;
	display: block;
	font-weight: 300;
	/*font-family: 'Mochiy Pop P One', sans-serif;*/
	position: relative;

}
header nav ul li a.on::after{
	content: "";
	display: block;
	height: 3px;
	width: calc(100% - 28px);
	background-color:#E13512;
	position: absolute;
	bottom: 0;
	left: 14px;
}
header nav ul li a:hover,
header nav ul li a.active{
	color: #E13512;
	opacity: 1 !important;

}
header nav a b{
	display: block;
	font-size: 1.7rem;
		/*font-family: 'Mochiy Pop P One', sans-serif;*/
		font-weight: 300 !important;
}
.ctel{
	position: absolute;
	right: 220px;
	top:23px;
}
header nav a.contact{
	width: 194px;
	margin-left: 25px;
	display: block;
	height: 100%;
	display: flex;
	justify-content: center;
    align-items: center;
	position: absolute;
	right: 0;
	top:0;
	background-color: #E13512;
}
header nav ul li a.contact:hover{
	background-color: #E13512;
}
header nav ul li a span{
	display: block;
	font-size: 1.2rem;
	margin: 0 auto;
	font-weight: normal;

}
.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: 1330px) {
	header nav ul{
		width: auto;
		margin-right: 380px;	}
}
@media screen and (max-width: 1124px) {

.ctel{
	display: none;
}
header nav ul {
  margin-right: 220px;
}
}
@media screen and (max-width: 1024px) {
	header nav a b{
		display: block;
		font-size: 2rem;
			/*font-family: 'Mochiy Pop P One', sans-serif;*/
			font-weight: 300 !important;
	}
	.ctel{
		display: block;
		position: absolute;
		right: 90px;
		top:12px;
	}
	.ctel.on{
	display: none;
	}
	html{
		overflow-x: hidden;
	}
header{
		height: 60px;
}
header nav ul{
	margin-top: 0px;
	display: block;
}
header nav ul li a.active{
	color: inherit;
	text-decoration: none;
}
header nav ul {
    width: auto;
    margin-right: 0px;
	}
	header nav ul a{
		width: 100%;
		text-align: center;
		padding: 0;
	}

	header nav{
		transition: opacity .3s, visibility .3s;
  opacity: 0;
		background-color: #E13512;
		top:0;
		left: 0;
		width: 100%;
		height: 100vh;
		align-items: center;
		display: none;
	}
	header nav.on{
		opacity: 1;
		visibility: visible;
		display: block;

	}

	header nav ul li a{
		font-size: 2rem;
		color: #FFF !important;
		padding: 0;
		width: 100%;
		text-align: center;
		padding:15px 0;
	}
	header nav ul{
		padding-top: 12vh;
		display: block;
		width: 100%;
	}
	header nav ul li a.on{
		color: inherit;
		text-decoration: none;
	}
	header nav a.contact{
		width: calc(100% - 60px);
		text-align: center;
		margin-left: 30px;
		margin-top: 50px;
		padding: 15px;
		background-color: #FFF;
		box-sizing: border-box;
		color: #E13512 !important;
		position: static;
border-radius: 28.5px;

	}
}


/*------------------FOOTER------------------*/
#FOOTER {
  font-size: 1.4rem;
  text-align: center;
	color: #FFF !important;
}

#FOOTER .f_box {
  margin: auto;
  width: fit-content;
  padding-top: 20px;
  padding-bottom: 50px;
}

#FOOTER nav {
  display: flex;
	justify-content: center;
	padding-bottom: 0px;
}

#FOOTER nav.f_nav {
  width:1100px;
}


#FOOTER nav li {
  padding: 25px 14px 25px;
}

#FOOTER nav li a {
  font-size: 1.5rem;
  font-weight: bold;
	color: #FFF !important;

}
#FOOTER nav li a:hover {
	opacity: 1 !important;
	border-bottom: 1px solid #fff;
}

#FOOTER nav li.md::before {
  content: "";
  width: 6px;
  height: 1px;
  display: inline-block;
  background-color: #707070;
  vertical-align: middle;
  margin-right: 8px;
}

#FOOTER span.corp {
  display: block;
  color: #FFF;
  font-size: 1.3rem;
  padding: 20px 0;
  text-align: right;
  width: 100%;
}

@media all and (min-width: 0) and (max-width: 1024px) {
  #FOOTER {
    font-size: 1.3rem;
  }

  .padding_center_s_27 {
    padding: 7px 27px !important;
		box-sizing: border-box;
  }

  #FOOTER .f_box {
		width: 100%;
		padding: 40px 30px 20px;
		box-sizing: border-box;
  }

  #FOOTER h1 img {
    width: 161px;
    height: auto;
  }

  #FOOTER .f_inner {
    display: block;
  }

  #FOOTER .f_nav_box {
    padding-left: 0px;
  }

  #FOOTER nav {
    display: block;
		padding-bottom: 0px;
  }

  #FOOTER nav.f_nav {
    padding-top: 0px;
    width: 100%;
  }

  #FOOTER nav.f_nav li {
    width: 100%;
    padding: 8px 0;
    padding-right: 0px;
    padding-left: 0px;
  }

  #FOOTER nav.f_access {
    padding-top: 0px;
    font-size: 1.4rem;
    width: 100%;
  }

  #FOOTER nav.f_access li {
    padding-bottom: 0px;
  }

  #FOOTER nav li {
    padding-bottom: 25px;
    padding-right: 27px;
    padding-left: 27px;
  }

  #FOOTER nav li a {
    font-size: 1.4rem;
		/*font-family: 'Mochiy Pop P One', sans-serif;*/
		font-weight: 500;
  }

  #FOOTER span.corp {
    font-size: 1.4rem;
		text-align: left;
  }
}
