@charset "UTF-8";
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, 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, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 62.5%;
	font: inherit;
	vertical-align: baseline;}
a {
	-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	color: #3fb1a3;
	text-decoration: none;
	border-bottom: dotted 1px;
}
a:hover {
	border-bottom-color: transparent;
}
img {image-rendering: -webkit-optimize-contrast;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}
body {
	-webkit-text-size-adjust: none;
}
ol,ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
mark {
	background-color: transparent;
	color: inherit;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
.gothic	{
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.inline	{
	display : inline-block;
}

/* Body header */
body {
	font-family : "游明朝",Yu Mincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","MS P明朝","MS 明朝",'Noto Serif Display',serif;
	margin: 0;
	width : 100%;
	background: #f3f6fa;
	color : #7c8081;
}
header	{
	margin : 0 auto;
}
header #spLogo,
header #topRibbonSP	{
	display : none;
}
header #topRibbon	{
	background : rgba(129, 142, 164, 0.1);
	font-size : 0.8rem;
	line-height : 200%;
	color : #333;
	padding-left : 2rem;
}
header #topRibbon span	{
	padding-left : 2rem;
}
header #hd_box	{
	width : 100%;
	display: flex;
	justify-content: space-between;
	background: rgba(256, 256, 256, 0.96);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
}
header #hd_box #hd_logo	{
	background-image : url(../img/logo_header.png);
	width : 250px;
	height : 74px;
	margin-left : 2rem;
}
header #hd_box #hd_logo span	{
	display : none;
}
header #hd_box #hd_logo a	{
	display : block;
	width : 250px;
	height : 74px;
	border-bottom : none;
}
@media screen and (min-width : 1241px) and (max-width: 1524px)	{
}
@media screen and (max-width: 1024px)	{
	header	{
		margin : 0 auto;
	}
}
@media screen and (max-width: 768px)	{
	header	{
		height : auto;
	}
	header #hd_box	{
		flex-direction: column;
	}
	header #hd_box #hd_logo	{
		margin: 0 auto;
	}
}
@media screen and (max-width: 479px)	{
	header #spLogo	{
		display : block;
		background : #fff;
		text-align : center;
	}
	header #spLogo img	{
		margin-left : 2rem; /* 左側メニュー分の見た目調整 */
	}
	header #spLogo a	{
		border-bottom : none;
	}
	header #topRibbonSP	{
		display : block;
		font-size : 0.76rem;
		padding : 0.2rem 0.6rem 0.2rem 0;
		line-height : 140%;
		text-align : right;
	}
	header #topRibbonSP span	{
		padding-left : 0;
	}
	header #gNav,
	header #topRibbon	{	
		display : none;
	}
}
/* Body gNav*/
#gNav ul	{
	display: flex;
	justify-content: flex-end;
	margin-top : 2rem;
	margin-right : 2rem;
	height : 2.4rem;
}
#gNav ul li	{
	letter-spacing: 0.075em;
	position: relative;
	display: flex;
	margin : 0 1rem 0 0;
	font-size : 0.96rem;
}
#gNav ul li.current	{
	font-weight : 900;
}
#gNav ul li a	{
	color : #818EA4;
	text-decoration : none;
	display : block;
	padding : 0.4rem 0.8rem;
	border-bottom : none;
}
#gNav ul li a:active,
#gNav ul li a:hover	{
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	background: rgba(188, 202, 206, 0.15);
}
#gNav ul li.has-child > a:before	{
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
#gNav ul li.has-child > a:before	{
	font-family: "Font Awesome 6 Free";
	content: '\f078'; /* fa-chevron-down */
	font-size : 0.6rem;
	margin-right: 0.4rem;
}
#gNav ul li.has-child ul{
	display: block;
	position: absolute;
	left:0;
	z-index: 4;
	visibility: hidden;
	opacity: 0;
	padding-top : 1rem;
}
#gNav ul li.has-child ul:before	{
	border-bottom: solid 0.5em #fff;
	border-left: solid 0.5em transparent;
	border-right: solid 0.5em transparent;
	content: '';
	left: 1.4rem;
	position: absolute;
	top: 0.6rem;
}
/* hoverしたらdropdown表示 */
#gNav ul li.has-child:hover > ul,
#gNav ul li.has-child:active > ul	{
	visibility: visible;
	opacity: 1;
	transition: all .4s;
}
#gNav ul li.has-child ul li	{
	white-space : nowrap;
	background : #fff;
	padding : 0.8rem 0 0 0;
	background-image : none;
	text-align : left;
	display : block;
}
#gNav ul li.has-child ul li:last-child	{
	padding-bottom : 0.6rem;
}
#gNav ul li.has-child ul li a{
	padding : 0.2rem 1rem;
}
#gNav ul li.has-child ul li a:before	{
	font-family: "Font Awesome 6 Free";
	content: '\f054'; /* fa-chevron-right */
	font-size : 0.6rem;
	margin-right: 0.6rem;
}
#gNav ul li.has-child ul li a:hover,
#gNav ul li.has-child ul li a:active{
	background: #6dc3bf;
	color : #fff;
	transition: all .4s;
}
@media screen and (max-width: 1024px)	{
	#gNav ul li	{
		margin : 0;
		font-size : 0.94rem;
	}
	#gNav ul li.has-child ul{
		margin-left : 0; /* 親要素のpadding分調整 */
	}
}
@media screen and (max-width: 768px)	{
	#gNav ul	{
	}
}
/* spNav */
header #spNav	{
	display : none;
}
@media screen and (max-width: 479px)	{
	header #spNav	{
		display : block;
	}
	#spNav ul li a	{
		color : #818EA4;
		text-decoration : none;
		display : block;
		padding : 0.4rem 0 0.8rem 0.8rem;
		border-bottom : none;
		font-weight : 900;
	}
	#spNav ul li.has-child > a:after	{
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 6 Free";
	content: '\f078'; /* fa-chevron-down */
	font-size : 0.6rem;
	margin-left: 0.6rem;
	}
	#spNav ul li.has-child ul li a{
		margin-left : 1rem;
		font-weight : 100;
	}
	/* #spNav ul li a:hover,
	#spNav ul li a:active	{
		background : #6dc3bf;
	} */
}


/* Body footer*/
footer	{
	width : 100%;
	background-color : #fff;
}
footer h2	{
	font-size : 1.2rem;
	margin : 0;
	text-align : left;
}
footer .box	{
	justify-content: space-between;
	width : 90%;
	margin : 0 auto;
	padding : 2rem 0 1rem 0;
	line-height : 180%;
}
.copyright	{
	font-size : 0.9rem;
	text-align : center;
	line-height : 220%;
}

@media screen and (max-width: 479px)	{
	footer .box	{
		flex-direction: column;
	}
	footer .box .box_L	{
		padding-bottom : 1rem;
	}
}

/* Body container*/
#container	{
	margin : 0 auto;
}
.content_in	{
	width : 1180px;
	margin : 0 auto;
}
.green	{background-color : #6dc3bf;}
.white	{background-color : #fff;}
.border_gr	{border : solid 1px #7c8081;}
.box	{
	display : flex;
}
.content_in p	{
	font-size : 1.2rem;
	line-height : 180%;
	margin : 1rem 0;
}
h2{
	font-size : 1.8rem;
	line-height : 180%;
	font-weight : 900;
	margin-bottom : 3rem;
	padding-top : 3rem;
	text-align : center;
}
h3.equipment	{
	font-size : 1.4rem;
	font-weight : 900;
}
.cmn_box	{
	margin : 0 3rem 3rem 3rem;
	padding-bottom : 3rem;
}
.cmn_box_pb1	{
	margin : 0 3rem;
	padding-bottom : 1rem;
}
.cmn_box_pb2	{
	margin : 0 3rem;
	padding-bottom : 2rem;
}
@media screen and (max-width: 1240px)	{
	.content_in	{
/* border : solid 1px #ff0000; */ /* 調整用 */
	}
}
@media screen and (max-width: 1024px)	{
	.content_in	{
		width : 90%;
/* border : solid 1px #0000ff; */ /* 調整用 */
	}
}
@media screen and (max-width: 768px)	{
	#container	{
		margin : auto auto;
	}
	.content_in	{
		width : 94%; /* 確定 */
	}
}
@media screen and (max-width: 479px)	{
	.content_in	{
		width : 92%; /* 確定 */
	}
	h2	{
		margin-bottom : 1.4rem;
	}
	h3.equipment	{
		text-align : center;
		margin-bottom : 1rem;
	}
	.cmn_box	{
		margin : 0 1.2rem 2rem 1.2rem;
	}
	.cmn_box_pb1	{
		margin : 0 1.2rem;
		padding-bottom : 1rem;
	}
	.cmn_box_pb2	{
		margin : 0 1.2rem;
		padding-bottom : 2rem;
	}
}
/* ---------------------------------------------------------- */
.button_wh	{
	border : solid 1px #fff;
	color : #fff;
}
.button_wh a	{
	color : #fff;
}
.button_wh a:hover,
.button_wh a:active	{
	background: rgba(188, 202, 206, 0.2);
}
.button_gr	{
	border : solid 1px #7c8081;
	color : #7c8081;
}
.button_gr a	{
	color : #7c8081;
}
.button_gr a:hover,
.button_gr a:active	{
	background: rgba(188, 202, 206, 0.15);
}
.button_wh,
.button_gr	{
	font-weight : 900;
	text-align : center;
}
.button_gr a,
.button_wh a	{
	border : none;
	display : block;
	padding : 1rem;
}
.telNo	{
	display : block;
}
.telNo a	{
	color : #B28C7A;
}
iframe {
	width: 100%;
	aspect-ratio: 16/9; //アスペクト比（縦横比）を指定
}

#page-top {
	z-index : 2;
	position: fixed;
	bottom: 2%;
	right: 2%;
	/* background-color:rgba(45,28,24,0.8); */
	background : #7c8081;
	width : 40px;
	height : 40px;
}
#page-top a {
	width : 40px;
	height : 40px;
	display: block;
	border : none;
}
#page-top a p	{
	font-size : 1.4rem;
	text-align: center;
	line-height : 40px;
	color : #fff;
}
#page-top a:hover p {
	line-height : 32px;
	transition: all .4s;
}
@media screen and (max-width: 768px)	{
	#page-top {
		bottom: 10%;
		right: 2%;
	}
}

/* br */
br.onlyPC	{
	display : block;
}
br.forTB	{
	display : none;
}
br.onlySP	{
	display : none;
}
.ph_onlySP img	{
	display : none;
}
@media screen and (max-width: 768px)	{
	br.onlyPC	{
		display : none;
	}
	br.forTB	{
		display : block;
	}
	br.onlySP	{
		display : none;
	}
}
@media screen and (max-width: 479px)	{
	br.onlyPC	{
		display : none;
	}
	br.forTB	{
		display : none;
	}
	br.onlySP	{
		display : block;
	}
	.ph_onlySP	{
		display : block;
	}
	.ph_onlySP img	{
		width : 100%;
		display : block;
	}
}

.clearfix
	{
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.adjust:before {
		content: "";
		display: block;
		height : 10em;
		margin-top : -10em;
		visibility: hidden;
}
/* margin */
.mgt1	{margin-top : 1rem;}
.mgt2	{margin-top : 2rem;}
.mgt3	{margin-top : 3rem;}
.mgt4	{margin-top : 4rem;}
.mgt6	{margin-top : 6rem;}
.mgb1	{margin-bottom : 1rem;}
.mgb2	{margin-bottom : 2rem;}
.mgb3	{margin-bottom : 3rem;}
.mgb4	{margin-bottom : 4rem;}
.mgb6	{margin-bottom : 6rem;}

.pdb1	{padding-bottom : 1rem;}
.pdb2	{padding-bottom : 2rem;}