*{
	margin:0;
	padding:0;
	scroll-behavior: smooth;
}
body{
	text-align:center;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,h2,h3,h4,h5{
	font-weight:normal;
	color:#333333;
}
p,li,dt,dd,td{
	font-size:90%;
	color:#333333;
}
input, select, textarea {
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img{
	border:0;
	width:100%;
}
a{
	text-decoration:underline;
	color:#333333;
} 
a:hover,
a:focus{
	text-decoration:underline;
	color:#333333;
}
.gmap {
	width:94%;
	margin:20px auto;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border:1px solid #CCCCCC;
}
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.spnone{
	display: none;
}
h1{
	font-weight: bold;
	font-size: 30px;
	padding: 20px 0 10px 0;
}
h1 a{
	text-decoration: none;
}
.small{
	font-weight: normal;
	font-size: 14px;
}
.header_right,
.header_mid{
	width: 60%;
	margin: 0 auto;
}
.toiawase{
	margin: 0 0 10px 0;
}
.toiawase a{
	background: #333333;
	text-decoration: none;
	line-height: 36px;
	display: block;
	color: #FFFFFF;
	padding: 0 30px 0 30px;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.tel{
	padding: 0 0 5px 0;
}
.time{
	font-size: 12px;
	text-align: center;
	padding: 0 0 20px 0;
}
.slide {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 24s linear infinite;
}

.slide-image:nth-child(1) {
  background-image: url(../images/slide01.jpg);
  animation-delay: -2s;
}

.slide-image:nth-child(2) {
  background-image: url(../images/slide02.jpg);
  animation-delay: 6s;
}

.slide-image:nth-child(3) {
  background-image: url(../images/slide03.jpg);
  animation-delay: 14s;
}

@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.1);
  }
    100% {
  opacity: 0;
  }
}
.back01{
	background: url(../images/back01.jpg) center;
	background-size: cover;
	width: 100%;
	float: left;
	display: inline;
}
.sub02,
.sub01,
.back07 h2,
.back04 h2,
.back01 h2{
	font-weight: bold;
	padding: 20px 0 20px 0;
}
.back07 p,
.back04 p,
.back01 p{
	padding: 0 20px 20px 20px;
	line-height: 1.8;
	text-align: left;
}
.back03{
	background: url(../images/back03.jpg) center;
	background-size: cover;
	width: 100%;
	height: 200px;
	clear: both;
}
.back04 {
  width: 100%;
  background: url(../images/back04.jpg) center;
  background-size: cover;
}
.back06 {
  width: 100%;
  height: 200px;
  background: url(../images/back07.jpg) center;
  background-size: cover;
  clear: both;
}
.back07{
	background: url(../images/back08.jpg) center;
	background-size: cover;
	width: 100%;
}
#contact{
	width: 100%;
	clear: both;
	background: #FFFFD9;
	padding: 0 0 0 0;
}
.formwaku{
	width: 94%;
	margin: 0 auto;
	height: 750px;
}
.hissu{
	padding: 0 0 5px 0;
}
.mainw{
	padding: 20px 0 10px 0;
}
.mainw h3{
	font-weight: bold;
	text-align: left;
	padding: 0 0 10px 20px;
}
.mainw p{
	text-align: left;
	padding: 0 20px 10px 20px;
	line-height: 1.8;
}
.back05{
	background: url(../images/back05.jpg) center top;
	background-size: cover;
	width: 100%;
	padding: 0 0 20px 0;
}
.table dt{
	font-weight: bold;
}
.table dd{
	padding: 0 0 10px 0;
}
#footer{
	width:100%;
	background:#333333;
	clear:both;
}
.copyright{
	text-align:center;
	padding:20px 0 20px 0;
	color: #FFFFFF;
}
#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 80%;
}
#page-top a {
    background:#333333;
    text-decoration: none;
    color: #FFFFFF;
    width: 120px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	opacity: 0.8;
}
#page-top a:hover {
    text-decoration: none;
	opacity: 1.0;
}