@charset "utf-8";
/* CSS Document */

/*フォント*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap');

/* common&reset */
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, a, pre, form, fieldset, input, textarea, p, blockquote, th, td, address {
	font-style: inherit;
	font-family: inherit;
	font-size:100%;
	margin: 0;
	padding: 0;
	}

ul, li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0 none;
	width:100%;
	display:block;
}
a {
	text-decoration:none;
}

a:visited{
  color: inherit;
}


a:hover {
	color:#F60;
}


body {
	width: 100%;
	height:100%;
	background-position: 50% 50%;
	background-attachment:fixed;
	font-size: 21px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6em;
	font-feature-settings: "palt" 1;
	font-weight:500;
	color:#333;
	}

a:hover img {
	opacity:0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
}
section {}

footer{}

article, aside, figure, figcaption, footer, header, nav, section {
	display: block;
}

/*フォーム*/
input,textarea,select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*共有*/
.cf:after {
  display: block;
  clear: both;
  content: "";
}

/*エラー*/
.error_messe{color:#F00;}


footer a[href^="tel:"] {
    pointer-events: none;
}

footer a:hover[href^="tel:"] {
	color:#FFF;
}

footer a:hover[href^="tel:"] {
	color:#fff;
}

.pan{}

/*インナー*/
.inner{width:90%;padding:0;max-width:1100px;margin:0 auto;}

/*地図*/
.gmap {
	margin:20px 0;
	height: 0;
	overflow: hidden;
	padding-bottom: 40.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}



/*スマホ基本*/
@media only screen and (max-width: 760px) {
body {
	font-size: 18px;
	line-height: 1.6em;
	}

.inner{width:90%;}

/*電話*/
a[href^="tel:"] {
    cursor: default;
	color:#434343;
	}
	
a:hover[href^="tel:"] {
	color:#434343;
}

a:hover[href^="tel:"] img{
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
footer a[href^="tel:"] {
    pointer-events: auto;
	cursor:pointer;
}


/*地図*/
.gmap {
	padding-bottom: 60.25%;
}

	

}
