
@charset "UTF-8";

body,p {
  margin: 0;
}
.slide {
  position: relative;
  width: 80%;
  height: 80vh;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 3.33em;
}

.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
@keyframes slideshow {
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  28%{
    opacity: 1
  }
  38%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}
.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation :slideshow 24s linear infinite;
}

.slide img:nth-child(2){
  animation-delay: 8s;
}

.slide img:last-child{
  animation-delay: 16s;
}

#sec01{
  text-align: center;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  background-color:	rgba(245,245,245,0.6);
  padding-bottom: 15px;
}
#sec01 p{
  margin-top:0;
}

header h4 {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-size: 50px;
}
header span{
  font-size: 30px;
}
.main-wrapper h1{
  font-size: 4em;
  padding-top: 1em;
  margin: 0;
  font-style: normal;
  font-weight: 300;
  }
.main-wrapper h2{
  font-size: 1.5em;
  padding-bottom:  0.8em;
  margin: 0;
  text-align: center;

}
.main-wrapper{
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  letter-spacing: 20px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 12px;
  font-style: normal;
  font-weight: 300;
}
.slideShow img{
  height: 68vh;
  width: 86vw;
  padding-top: 20px;
  display: block;
  margin: auto;
}

#sec02 h4{
  letter-spacing: normal;
}
.watasi{
  font-size: 50px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}

\\\\\\\\\\\\\\\\\\\\\\\\\\\\
@media only screen and (max-width: 800px) {
	#wrapper {
		width: 90%;
	}

	.slideShow {
		width: 100%;
	}
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper {
    width: 100%;
  }
  .slideShow {
    width: 100%;
  }
}
header{
  height: 45px;
}
#sec02,#sec03,#sec05{
  text-align: center;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
}

#sec02 ul{
  display: flex;
  justify-content: center;
  padding: 0;
}
#sec02{
  text-align: left;
}
#sec05 ul{
  display: flex;
  justify-content: center;
  padding: 0;
}
#sec05 img{
  width: 302px;
}
.sec05img{
  margin: 0 3em;
}
#sec02 img{
  width: 450px;
}
#sec02 h3,#sec03 h3{
  font-size: 1.5em;
  margin-top: 0;
  letter-spacing: 5px;
}
#sec02 h4{
  margin: 0.5em 0 0.5em;
  font-size: 1.1em;
}

#sec03 img{
  width: 350px;
}
#sec01 h3{
  font-size: 2em;
  margin-top: 0;
  letter-spacing: 5px;
  margin-bottom: 60px;
}

#sec01,#sec02,#sec03{
  margin: 3.8em 0 3.8em;
}
#sec03,#sec05{
  padding: 3.8em 0 3.8em;
}

#sec01 h3,#sec03 h3{
  display: inline-block;
  padding: 0 60px 0;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  letter-spacing: 5px;
  text-align: center;
}
#sec02 h3{
  display: inline-block;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  letter-spacing: 5px;
  display: flex;
  position:relative;/* 垂直中心 */
  justify-content: center; /* 水平中心 */
  text-align: left;
}
#sec02 h3:after {
  border-top: 1px solid;
  content: "";
  width: 2em; /* 線の長さ */
  position: absolute;
  right:150px;
  bottom:16px;
}
#sec02 h3:after {
  margin-left: 0.2em; /* 文字の左隣 */
}
.sec02left h3{
  margin: 0;
  position: absolute;
  bottom:28px;
  right:196px;
}
.sec02right img{
  padding-top: 4em;
}
.pad{
  padding-right:  15em;
}
#sec05 p{
  font-size: 2.3em;
  text-align: left;
  padding-left: 11%;
  font-weight: bold;
}
#sec05 p:before {
  border-top: 1px solid;
  content: "";
  width: 3.5em; /* 線の長さ */
  position: absolute;
 top:18%;
 left: 0%;
}
#sec05 h5{
  position: absolute;
  letter-spacing: 2px;
  top:16%;
  left:13%;
  font-size: 1.3em;
}

#sec02 ul{
  display: flex;
  justify-content: center;
  padding: 0;
}
footer{
  padding: 10px;
  background-color: rgba(171,206,216,1);
  color: #fff;
}
.btn--orange,
a.btn--orange {
  padding: 20px;
  color: #fff;
  background-color:  rgba(171,206,216,1);
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background:  rgba(171,206,216,1);
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  .slideShow img{
    height: 55vh;
    width: 100%;
  }

  .main-wrapper h1{
    font-size: 2em;
    padding-top: 15px;
  }
  .main-wrapper h2{
    font-size: 0.7em;
    padding-bottom: 20px;
  }
  .main-wrapper {
    letter-spacing: 0.35em;
  }
  #sec01{
    width: 100%;
  }
  #sec01 h3{
    font-size: 1.3em;
    margin-bottom: 20px;
  }
  #sec01 p{
    font-size: 0.8em;
  }
  section{
    margin: 1em 0 0em;
  }
  #sec02{
    margin-top: 0;
  }
  #sec02 ul{
    display: block;
  }
  #sec02 ul img{
    width:100%;
  }
  .sec02right,.sec02left{
    margin: 0;
  }
  #sec02 p{
    margin: 0;
  }
  .sec02left{
    margin-bottom: 5em;
  }
  #sec02 h3{
    margin: 0;
    font-size: 2.8em;
    font-weight: bold;
  }
  #sec03{
    padding: 2em 0 2em;
  }
  #sec03 h3{
    margin: 1.5em 0 0;
    font-size: 1.8em;
  }
  #sec03 img{
    width: 70%;
  }
  .main-wrapper{
    padding-top: 50px;
  }
}
