@charset "utf-8";

/* -----------------------------------------------
kcc
------------------------------------------------ */

/* reset */
body {
    font-family:HiraKakuProN-W3;
    word-wrap:break-word;
    -webkit-text-size-adjust:none;
}
html{color:#000;background:#eee}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0;border:none}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:normal;font-weight:400}
del,ins{text-decoration:none}
li{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;line-height:1}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
abbr{cursor:help}
label{cursor:pointer}
sup{vertical-align:baseline}
sub{vertical-align:baseline}
legend{color:#000}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button,textarea,select{*font-size:100%}
strong{font-weight:700}
em{font-style:italic}
th,td{border:1px solid #999;padding:.5em}
th{font-weight:700;text-align:center}
caption{padding-bottom:.5em;text-align:right}
dfn{font-style:normal}
address{font-style:normal;line-height:1}
.clear{clear:both}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}
.left{text-align:left}
.center{text-align:center}
.right{text-align:right}

/* layout */
p {
line-height: 2;
font-size: large;
}

a {
color: #e6001c;
}

#wrap {
	max-width: 960px;
	margin: 0 auto;
	background-color: #fff;
}

	.dousen-allow,.tel_entry img{
		width: 100%;
		height: auto;
	}

@media all and (max-width: 960px) {
	h1 img, .bigbanner img{
		width: 100%;
		height: auto;
	}

}

/* header */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 15px;
}

header .logo{
	width: 400px;
	height: auto;
}

header .tel{
	width: 200px;
	height: auto;
}


@media all and (max-width: 768px) {
	header {
		padding: 10px 0;
	}
	header .logo,
	header .tel {
		margin: 0 20px;
	}
	
	header .logo{
	width: 60%;
	height: auto;
	}

	header .tel{
	width: 30%;
	height: auto;
	}

	header img{
	width: 100%;
	}
	
}

/* contents */
h1, h2, h3, h4{
	font-feature-settings: "palt";
}



.contents_inner {
	padding: 5px 30px 0px 30px;
}

@media all and (max-width: 768px) {
	.contents_inner {
		padding: 10px;
	}
}

.h2-container {
	margin: 60px 0 0 0;
	}
	
.h2-container .f-container{
    align-items: center;
	}

.f-container + .f-container {
	margin-top: 28px;
}

#contents h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: bold;
	color: #e6001c;

}


.img-caption {
	font-size: 14px;
}

@media all and (max-width: 768px) {
	.img-caption {
		width: 300px;
	}
}


.f-item1-h2-1{
  flex-basis: 70%;
}

.f-item1-h2-2{
  flex-basis: 30%;
  height: 120px;
}

#contents h3 {
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding-bottom: 6px;
	margin: 30px 0 20px 0;
}

.withnum h3 {
	padding: 0px 0px 2px 70px;
	position:  relative;
	z-index: 3;
}

.h3-chatch {
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	background-color: #aadddd;
	padding: 2px 6px 2px 6px;
}

.h3-container {
	position:  relative;
	margin: 20px 0 0 0;
}

.h3-num {
	position:  absolute;
	left: 0;
	top: -20px;
	z-index: 1;
	width: 60px;
}


#contents h4 {
	font-size: 24px;
	font-weight: bold;
	border-left: 24px solid #e6001c;
	margin: 0 0 20px 0;
	padding-left: 8px;
	line-height:24px;
}

.f-container{
  display: flex; 
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.f-item1{
  flex-basis: 68%;
}

.f-item2{
  flex-basis: 30%;
}

.f-caption{
font-size: small;
}

.p-kouza{
	font-weight: bold;
}

.p-kouza::before{
	content: "●";
	color: #e6001c;
}


.cbox{
	vertical-align: bottom;
}

/*リストのインデント*/
li{
	padding-left:1em;
	text-indent:-1em;
}

.miniicon{
vertical-align: bottom;
padding: 0 4px 0 0}


#point {
	margin-bottom: 40px;
}
#point dl {
	margin-right: 20px;
}
#point dl dt {
	color: #E8527F;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}

#point .point_box {
	display: flex;
	margin-bottom: 30px;
	align-items: flex-start;
}
#point .group {
	display: flex;
	align-items: flex-start;
} 

@media all and (max-width: 768px) {

	#point dl {
		margin-right: 0;
		margin-bottom: 15px;
		display: inline-block;
	}
	
	#point .point_box {
		display: block;
	}
}

.tel_entry {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}



/* contact */
#contact h2 {
	border-left: 6px solid #EA537E;
	padding-left: 6px;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

#contact .tel_entry {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.tel_entry-f-container{
	width: 80%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	}

.tel_entry-f-container .a1{
  flex-basis: 48%;
	}

.tel_entry-f-container .a2{
  flex-basis: 48%;
	}

/* btn_area */
#btn_area {
	display: flex;
	justify-content: space-between;
	margin: 20px 60px 60px;
	align-items: flex-start;
}
#btn_area a {
	display: block;
	background-color: #EA537E;
	color: #fff;
	width: 46%;
	text-decoration: none;
	text-align: center;
	font-size: 2.6vw;
	padding: 20px 0;
}
body a:hover {
	opacity: 0.7;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width:480px;
  margin:0 auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.bigbanner {
margin-top: 40px;
}

@media all and (max-width: 768px) {

	p{
		font-size: medium;
		line-height: 1.7;
	}

	#contents h2{
		font-size: 22px;
		text-align: center;
	}

	#btn_area {
		margin: 20px 0 60px 0;
	}
	#btn_area a {
		padding: 15px 0;
		font-size: 3.6vw;
	}
	.h3-container .f-container{
  display: flex; 
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
	}

	.h3-container .f-container-re{
		display: flex; 
		flex-direction: column-reverse;
		justify-content: space-between;
		align-items: flex-start;
	 }

	.f-item1{
	width: 100%;
	}

	.f-item2{
	margin: 30px auto;
	}
	
	.f-item2 img{
		height: 200px;
		width: auto;
		}

#contents h3 {
	padding: 0px 0px 2px 0px;
	text-align: center;
	width: 100%;
}

#contents h4 {
	margin-top: 10px;
	font-size: 22px;
	width: 100%;
}


.h3-container {
	position:  relative;
	margin: 20px 0 0 0;
}

.h3-num {
	position:  absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 60px;
	mix-blend-mode: multiply;
}

.tel_entry-f-container{
	width: 100%;
	}



}




/* footer */
footer {
	background-color: #eee;
	margin-top: 0;
	padding: 15px 0;
	text-align: center;
}
footer p {
	font-size: 12px;
}

@media all and (max-width: 768px) {
	footer p {
		font-size: 1.8vw;
	}
}

.logosuki {
	width: 240px;
	max-width: 40%;
	margin: 20px auto;
}