@charset "UTF-8";

/* reset
-------------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin: 0;
	padding: 0;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img{ border: 0; }
address, caption, cite, code, dfn, em, th, var{
	font-style: normal;
	font-weight: normal;
}
ol, ul{ list-style: none; }
caption, th{ text-align: left; }
q:before, q:after{ content: ''; }
abbr, acronym{ border: 0; }
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: normal;
}
strong{
	font-weight: bold;
	font-style: normal;
}

/* font.css
-------------------------------------------------------------------------------*/
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 62.5%;
	line-height: 1.6;
	color: #333;
	letter-spacing: 0.04em;
}
select, input, button, textarea{ font: 99% arial, helvetica, clean, sans-serif; }
table{ font-size: 100%; }
pre, code, kbd, samp, tt{
	font-family: monospace;
	line-height: 100%;
	*font-size: 108%;
}

/* clearfix
-------------------------------------------------------------------------------*/
.clearfix:after{
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix{ min-height: 1px; }
* html .clearfix{
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

/* link
-------------------------------------------------------------------------------*/
a,
a:hover{
	color: #615753;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}
a::before,
a::after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}
.linkOn{ cursor: pointer; }
a.blank:after,
a.pdf:after,
a.xls:after,
a.doc:after{
	display: inline-block;
	content: "";
	width: 1em;
	height: 1em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	vertical-align: middle;
	margin: 0 0.25em 0 0.15em;
}
a.blank:after{ background-image: url(../img/common/icon_blank.svg); }
.entry p.btnB a.blank:after{ background-image: url(../img/common/icon_blank_white.svg); }
a.pdf:after{ background-image: url(../img/common/icon_file_pdf.svg) !important; }
a.xls:after{ background-image: url(../img/common/icon_file_xls.svg) !important; }
a.doc:after{ background-image: url(../img/common/icon_file_doc.svg) !important; }
@media screen and (min-width: 1024px){
	.entry p.btn:hover a.blank:after{ background-image: url(../img/common/icon_blank_white.svg); }
	.entry p.btnB:hover a.blank:after{ background-image: url(../img/common/icon_blank.svg); }
}

/* その他
-------------------------------------------------------------------------------*/
*{
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
img{
	max-width: 100%;
	height: auto;
}

/* pcの電話番号発信対応 */
/*a[href^="tel:"]{ pointer-events: none; }
@media screen and (max-width: 1199px){ a[href^="tel:"]{ pointer-events: all; } }*/
/* 表組みのスクロール */
.scroll-hint-text{
	line-height: 1 !important;
}

/*　Google関係
-------------------------------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }
.youtube {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	margin-top: 96px;
} 
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ggmap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
}
.ggmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 599px){
	.ggmap {
		padding-top: 100%;
	}
}