.about, .point, .gallery, .price, .cta {
  padding: 100px 20%;
}

html,
body {
  font-family: 'Noto Sans JP', sans-serif;
  }

.fd-in {
  opacity: 0;
  animation-name:blurAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
}

.fd-done {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}


.pc { display: block !important; }
.sp { display: none !important; }

body {
 background-color: #fff;
}

/* ファーストビュー */
.fv{
  z-index: 11;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
  background: url(../img/001.jpg);
}
.fv H1{
  z-index: 11;
  font-size: 3vh;
  color: #fff;
  text-align: left;
  margin: 0vh;
}

/* 下層ページファーストビュー */
.subfv{
  z-index: 11;
  height: 50vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
  background: url(../img/001.jpg);
}
.fv H1{
  z-index: 11;
  font-size: 3vh;
  color: #fff;
  text-align: left;
  margin: 0vh;
}

/* 黒背景 */
.overlay::before {
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
/* 下層ページ黒背景 */
.suboverlay::before {
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50vh;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}



/* ヘッダー部分 */
.header{
  z-index: 11;
  display: block;
  width: 100%;
}

.headercontents {
    z-index: 11;
   display: flex;
   flex-wrap: wrap;
   width: 100%;
}
/* calcは、プロパティの値に計算式を使うことが出来る関数 */
.headeritem {
    z-index: 11;
   width: calc(100% / 2);
   padding: 2vh 1vh;
   text-align: left;
}

.header img {
  max-width: 100%;
  margin: 9vh;
}
.header H1{
  z-index: 11;
  font-size: 8vh;
  color: #fff;
  text-align: left;
  margin-left: 8vh;
}
.header H2{
  z-index: 11;
  font-size: 2vh;
  color: #fff;
  text-align: left;
  margin-left: 8vh;
}




.navibox {
   padding: 0.1vh 0.1vh;
   display: flex;
}

nav{
text-align: center;
}
nav ul{
margin: 0 ;
padding: 0 ;
}
nav ul li{
list-style: none;
display: inline-block;
width: 18%;
min-width: 90px;
}
nav ul li a{
text-decoration: none;
color: #333;
}

nav ul li a:hover{
color: #777777;
}

.pickup{
  display: block;
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 1vw;
  background:#fff;
    text-align: center;
    padding: 0.5vw;
}

.pickupin{
  display: block;
  background:#fff;
    text-align: center;
    width: 80%;
margin: 0 auto;
max-width: 1000px;
}

.pickup H1{
  font-size: 3vh;
  line-height:1vh;
  color: #000;
  text-align: center;
  margin: 1.2vh;
}
.pickup H2{
  font-size: 2vh;
  line-height:1vh;
  color: #000;
  text-align: center;
  margin: 1.2vh;
}
.pickup H3{
  font-size: 2vh;
  line-height:2.4vh;
  color: #000;
  text-align: left;
  margin: 1.2vh;
   font-weight: lighter;
}
.pickup H4{
  font-size: 1.5vh;
  line-height:2.4vh;
  color: #000;
  text-align: center;
  margin: 1.2vh;
   font-weight: lighter;
}



/* カラムサイト */
.content-1 {
    width: 100%;
    display: flex;
    margin: 20px auto;
    justify-content: center;
    background-color: #f5f5f5;
}
.conbox-1 {
    width: 80%;
    margin-right: 20px;
        padding: 20px;
}
.conboxin-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.conbox-1 H1{
  font-size: 1.5vh;
  color: #000;
  text-align: center;
  margin: 2vh;
}

.conboxin-1 div {
    margin-bottom: 3rem;
    padding: 3rem;
    width: 30%;
    background-color: #fff;
}

.conboxin-1 img {
    display: block;
    margin-bottom: 0.8vh;
    width: 100%;
    height: auto;
}



/* サブカラムサイト */
.sub-content-1 {
    width: 100%;
    display: flex;
    margin: 0px auto;
        padding: 0px;
    justify-content: center;/* アイテムを中央に寄せる */
    background-color: #fff;
}

.sub-conbox-1 {
    width: 80%;
    padding: 0.8vh;
    background-color: #fff;
    margin: 0 auto;/* 中央に寄せる */
}

.sub-conboxin-1 {
  display: flex;
  width: 90%;
  margin: 0 auto;/* 中央に寄せる */
  padding: 0px;
  background-color: #fff;
  justify-content: center;/* アイテムを中央に寄せる */
}

.sub-conbox-2 {
    width:100%;
    padding: 0px;
    background-color: #fff;
}

.sub-conbox-Service {
    width:100%;
    padding: 0px;
    background-color: #fff;
}

.sub-conbox-1 H1{
  font-size: 1.5vh;
  color: #000;
  text-align: center;
  margin: 2vh;
}

.sub-conboxin-1 div {
    margin-bottom: 0rem;
    padding: 0.5rem;
    width: 40%;
    background-color: #fff;
}

.sub-conboxin-1 img {
    display: block;
    margin-bottom: 0.8vh;
    width: 100%;
    height: auto;
}

.sub-conbox-1 H2{
  font-size: 1.5vh;
  color: #000;
  text-align: left;
  margin: 2vh;
}



/* スライダー */
.row{
    display: -ms-grid;
    -ms-grid-columns: min-content;
}

.autoplay-slider {
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 80s linear infinite sliderAnimation;
}

.slide {
  height: 267px;
  width: 400px;
  background: #;
  border: 0px solid #;
  margin: 0px;
  position: relative;
}
span {
  position: absolute;
  font-size: 3em;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}







p.border {
   border-bottom: 1px solid ;
}



.flex_gallery-box {
    background-color: #;     /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    justify-content:center;
}

.flex_gallery-item {
    padding: 10px;
    color:  #000;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    width: 15%;                 /* 幅指定 */
}

.flex_gallery-item img {
    display: block;
    margin: 1vh;
    width: 100%;
    height: auto;
}


.flex_gallery-item:nth-child(1) {
    background-color:  #; /* 背景色指定 */
}

.flex_gallery-item:nth-child(2) {
    background-color:  #; /* 背景色指定 */
}

.flex_gallery-item:nth-child(3) {
    background-color: #; /* 背景色指定 */
}

.flex_gallery-item:nth-child(4) {
    background-color:  #; /* 背景色指定 */
}





section {
  overflow: hidden;
  -webkit-transition: .8s;
  transition: .8s;
}


footer {
  border-top: 2px solid #fff;
  padding: 1vw 0;
  background: #888;
  text-align: center;
  color: #fff;
}
a	{
	text-decoration:none;
}
a:link	{
	color : #fff;
}
a:visited	{
	color : #fff;
}


footer p {
  font-size: 0.5vw;
  line-height: 1.2;
}
