*{
	margin:0;
	padding:0;
	scroll-behavior: smooth;
}
body{
	color:#333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	min-width:1080px;
}
html {
  scroll-padding-top: 100px; /* 固定ヘッダの高さ分 */
}
p,li,dt,dd,td,address{
	font-size:100%;
	color:#333333;
}
input, select, textarea {
	font-size:90%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img{
	border:0;
}
a{
	text-decoration:underline;
	color:#333333;
} 
a:hover,
a:focus{
	text-decoration:underline;
	color:#333333;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#header{
	width: 100%;
	position: fixed;
	z-index: 9999;
  	top: 0;
  	left: 0;
  	background: #FFFFFF;
	height: 100px;
}
h1{
	line-height: 100px;
	padding: 0 0 0 30px;
	float: left;
	display: inline;
	font-size: 35px;
}
h1 a{
	text-decoration: none;
}
h1 a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.small{
	font-size: 18px;
	font-weight: normal;
}
.tel{
	float: right;
	display: inline;
	font-size: 20px;
	font-weight: bold;
	padding: 30px 35px 5px 0;
}
.tel a{
	text-decoration: none;
}
.time{
	float: right;
	display: inline;
	clear: both;
	font-size: 12px;
	padding: 0 30px 0 0;
}
#main{
	width: 100%;
	height: 2000px;
	background: #CCCCCC;
}
.header_left{
	width: 40%;
	float: left;
	display: inline;
}
.header_mid{
	width: 30%;
	float: left;
	display: inline;
}
.header_right{
	width: 30%;
	float: right;
	display: inline;
}
.toiawase{
	float: right;
	display: inline;
}
.toiawase a{
	background: #333333;
	text-decoration: none;
	line-height: 36px;
	margin: 32px 0 0 0;
	display: block;
	color: #FFFFFF;
	padding: 0 30px 0 30px;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
#main01{
	width: 100%;
	height: 600px;
	margin: 100px 0 0 0;
}
#main02{
	width: 100%;
	height: 600px;
}
#main03{
	width: 100%;
	height: 600px;
}
.back01{
	background: url(../images/back01.jpg) center;
	background-size: cover;
	width: 45%;
	height: 600px;
	float: left;
	display: inline;
}
.back01 p{
	font-size: 150%;
	padding: 50px 50px 0 50px;
	line-height: 1.8;
}
.back02 {
  width: 55%;
  height: 600px;
  float: right;
  display: inline;
  position: relative;
  overflow: hidden;
}
.slide {
  position: relative;
  width: 100%;
  height: 600px;
  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;
  }
}

/*
.back02 {
  width: 55%;
  height: 600px;
  float: right;
  display: inline;
  position: relative;
  overflow: hidden;
}

.back02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation: slideshow 16s infinite;
  
}

@keyframes slideshow {
  0% {
    background-image: url(../images/slide01.jpg);

  }
  25% {
    background-image: url(../images/slide02.jpg);

  }
  50% {
    background-image: url(../images/slide03.jpg);

  }
  75% {
    background-image: url(../images/slide04.jpg);

  }
  100% {
    background-image: url(../images/slide01.jpg);

  }
}
*/
.back03{
	background: url(../images/back03.jpg) center;
	background-size: cover;
	width: 45%;
	height: 600px;
	float: left;
	display: inline;
}
.back04 {
  width: 55%;
  height: 600px;
  float: right;
  display: inline;
  background: url(../images/back04.jpg) center;
  background-size: cover;
}
.back07 p,
.back04 p{
	font-size: 150%;
	padding: 50px 50px 0 50px;
	line-height: 1.8;
}
.back06 {
  width: 55%;
  height: 600px;
  float: right;
  display: inline;
  background: url(../images/back07.jpg) center;
  background-size: cover;
}
.back07{
	background: url(../images/back08.jpg) center;
	background-size: cover;
	width: 45%;
	height: 600px;
	float: left;
	display: inline;
}
#contact{
	width: 100%;
	clear: both;
	background: #FFFFD9;
	padding: 0 0 100px 0;
}
.subtitle{
	font-size: 30px;
	padding: 50px 0 0 50px;
}
.sub01{
	text-align: center;
	font-size: 30px;
	padding: 50px 0 50px 0;
}
.formwaku{
	width: 1000px;
	height: 900px;
	margin: 0 auto;
}
.mainw{
	width: 100%;
	background: #FFFFFF;
	clear: both;
	padding: 100px 0 80px 0;
}
.w1000{
	width: 1000px;
	margin: 0 auto;
}
.mainw h3{
	padding: 0 0 10px 0;
}
.mainw p{
	line-height: 1.8;
	padding: 0 0 20px 0;
}
.back05{
	background: url(../images/back05.jpg) center top;
	background-size: cover;
	width: 100%;
	padding: 100px 0 100px 0;
}
.table{
	width:100%;
	margin:0;
	font-size: 20px;
	margin: 0 0 50px 0;
}
dl.table dt{
	float:left;
	display:inline;
	width:181px;
	padding:10px 10px 10px 10px;
}
dl.table dd{
	margin:0;
	margin-left:201px;
	padding:10px;
}
.table a{
	text-decoration: none;
}
.sub02{
	text-align: center;
	font-size: 30px;
	padding: 0 0 50px 0;
}
.gmap{
	width: 100%;
	height: 500px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#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: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	opacity: 0.8;
}
#page-top a:hover {
    text-decoration: none;
	opacity: 1.0;
}
.pcnone{
	display: none;
}