@charset "utf-8";


/* 基本要素	---------------- */
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;
}
html{
	position: relative;
}
body {
	margin: 0 0;
	width: 100%;
	color: #1A1004;
	position: relative;
	background: #fff;
	-webkit-text-size-adjust: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt" 1;
	font-weight:400;
	line-height: 1.875;
	text-align: justify;
	font-size: 100%;
	overflow-x: hidden;
	box-sizing: border-box;
}

body *{
	box-sizing:border-box;
}
input , select , textarea , button{
	font-size: 100%;
	font-family: inherit;
}
ul {
	list-style: none;
	margin: 0;
}
ol{
	list-style: none;
	margin: 0;
}
li {
}

img {
	border: 0;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}
table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	vertical-align: top;
	line-height: 150%;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
p {
	line-break: strict;
	word-break: normal;
	margin:0;
}
a{
	transition: 0.3s ease opacity,
	 0.3s ease color,
	 0.3s ease background-color;
}
a:hover{
	opacity:0.8;
}
a:link {
	color: #00A0E9;
	text-decoration: none;
}
a:visited {
	color: #00A0E9;
	text-decoration: none;
}
a:hover {
	color: #00A0E9;
	text-decoration: underline;
}

label {
	cursor: pointer;
}
.clfx:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.clfx {
	min-height: 1px;
}
* html .clfx {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

main,header,footer,nav{
	display:block;
}

.mb1{
	margin-bottom:1em !important;
}
.mb2{
	margin-bottom:2em !important;
}
.mb50{
	margin-bottom:50px !important;
}
.mb60{
	margin-bottom:60px !important;
}
.mb70{
	margin-bottom:70px !important;
}
.mb80{
	margin-bottom:80px !important;
}
.mb90{
	margin-bottom:90px !important;
}
.mb100{
	margin-bottom:100px !important;
}
.i0{
	text-indent:0 !important;
}

.text-center{
	text-align:center;
}


.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 27.77%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.gmap + p{
	text-indent:0;
	margin-left:40px;
	margin-top:25px;
	margin-bottom:45px;
}
@media only screen and (max-width:860px){
	.gmap + p{
		margin-left:0;
	}
	.gmap {
		height: 0;
		overflow: hidden;
		padding-bottom: 100%;
		position: relative;
	}
}



.pc{
	display: block;
}
.sp{
	display: none;
}

@media only screen and (max-width:860px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}