@charset "utf-8";

/*----------------------header----------------------*/

header {
  height: 90px;
  width: 100%;
  background-color: rgba(255, 255, 255, 255);
  position: fixed;
  top: 0;
  z-index: 10;
  display: flex;
}

.logo {
  font-size: 25px;
  padding: 2px 0 0 30px;
}

@media screen and (max-width: 1000px) {
.logo {
  font-size: 45px;
  padding: 2px 0 0 30px;
}
}


nav {
  margin: 0 0 0 40px;
}

ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

header a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  line-height: 60px;
  padding: 10px 15px;
}

.sm {
  display: none;
}

.pc {
margin: 5px 40px 0 auto;
}

.pc2{
  padding: 0 40px 0 40px;
  background: rgb(212, 212, 212);
}
.pc2 a {
  padding: 0;
  right: 0;
}
.pc2 p {
  margin-top: -30px;
}

.sam3-2 {
  background-color: rgb(255, 255, 255);
  margin-bottom: 20px;
}







/*------------------------------------- ２ ---------------------------------------*/
#sam2{
  text-align: center;
  background-size: cover;
  background-image: url("../img/00.jpg");
  margin:-300px auto 0;
  padding-top: 300px;
  padding-bottom: 90px;
  font-size: 20px;
  line-height: 1.9;
}


.sam2-1{
  position: relative;
  width: 80%;
  margin: 0px 0px 0px auto;
}

  .sam2-1 p {
    position: absolute;
    top: 20%;
    left: -15%;
    margin: 0;
    padding: 20px;
    text-align: left;
    color: rgb(0, 0, 0);
    font-size: 23px;
    width: 50%;
    background-color:rgb(255, 255, 255,0.9);
}
#sam2 p span{
  display: block;
  color: rgb(0, 0, 0);
  text-align: right;
}





.album2 {
  position: relative;
  width: 100%;
  height: 20vh;
  background-image: url("../img/obi.jpg");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  animation-name: slide_img;
  animation-duration: 250s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes slide_img {
  100% {
      background-position: -10000px 0;
      }
}
.album2-1{
  position: absolute;
  top: 0%;
  right: 0%;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}
.album2-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
}

.album2-2 .album2-3 {
    max-width: 43.5%;
    margin: -173px auto 0px;
}
.album2-2 .album2-3 img {
  max-width: 100%;
  height: auto;
}


.album3 {
  position: relative;
  width: 100%;
  height: 20vh;
  background-image: url("../img/aircon/obi2.jpg");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  animation-name: slide_img;
  animation-duration: 250s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin-bottom: 100px;
}

@keyframes slide_img {
  100% {
      background-position: -10000px 0;
      }
}
.album3-1{
  position: absolute;
  top: 0%;
  right: 0%;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}
.album3-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
}

.album3-2 .album2-3 {
  max-width: 300px;
  margin: 0 auto 15px;
}
.album3-2 .album2-3 img {
  max-width: 100%;
  height: auto;
}














/*------------------------------------- ２---------------------------------------*/
#sam3{
  text-align: center;
  background-size: cover;
/*--  background-image: url("../img/5.jpg");--*/
  padding-top: 60px;
}
.sam3-2 p{
  font-size: 13px;
}

.sam3_title{
  position: relative;
  top: -87px;
  width: 20%;
  color: #ffffff;
  background-color: #1f017a;
  margin-bottom: 20px;
  margin: auto;
  font-size: 30px;
  padding: 10px;
  text-align: center;
}

.sam3-1{
  position: relative;
}



.f4 {
  position: relative;
  margin: 0px auto;
  }
  .f4 .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s; /* ゆっくり*/
  }
  .f4:hover .active {
  opacity: 1;
  }

#sam31{
  text-align: center;
  background-size: cover;
/*--  background-image: url("../img/51.jpg");--*/
  padding-top: 50px;
}
.sam31-2 p{
  font-size: 13px;
}

.sam31_title{
  position: relative;
  top: -87px;
  width: 20%;
  color: #ffffff;
  background-color: #1f017a;
  margin-bottom: 20px;
  margin: auto;
  font-size: 30px;
  padding: 10px;
  text-align: center;
}

.sam31-1{
  position: relative;
}



.f41 {
  position: relative;
  margin: 0px auto;
  }
  .f41 .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s; /* ゆっくり*/
  }
  .f41:hover .active {
  opacity: 1;
  }

/*------------------------------------- ２---------------------------------------*/


  #sam4{
    text-align: center;
    background-size: cover;
    background-image: url("../img/20.png");
    margin: auto;
    padding-top: 50px;
    padding-bottom: 90px;
    font-size: 20px;
    line-height: 1.9;
    position: relative;
  }
  
  
  .sam4-1{
    position: relative;
  }
  
  .sam4-1-1 {
    width: 100%;
    position: relative;
    top: 5%;
 text-align: left;
  }

    .sam4-2 {
      position: absolute;
      top: 13%;
      left: 40%;
      margin: 0;
    }


    .sam5-2 {
      position: relative;
    }

    .sam5-1{
      position: absolute;
      top: 13%;
	  right: 25%;
	  margin-left: 10%;

    }
    
    .sam5-2-1 {
      overflow: hidden;
      position: relative;
      top: 5%;
text-align: right;    }


  



  

/*-----------------------------3分割-----------------------------*/
.a333 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: -8px;
}

.a333::after, 
.a333 .f3 { width: calc( (100%) / 3 ); 
padding: 0px;
}

.f3 {
position: relative;
}
.f3 .active {
position: absolute;
left: 0;
top: 0;
opacity: 0;
transition: 0.5s; /* ゆっくり*/
}
.f3:hover .active {
opacity: 1;
}


@media (max-width: 1000px) {
.a333 .f3 {
  width: 100%;
  margin-bottom: -7px;
}
}



.a3 {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 100px auto;
}

.a3 .f324 {
  width: calc( (90%) / 2 ); 
  padding: 0px;
}
.f324 {
  position: relative;
}



#footer1 { 
  background-image: radial-gradient(rgba(0, 0, 0, 0.92), rgba(85, 85, 85, 0.92));
  color: #ffffff;
  text-align: center;
  padding: 30px;
  line-height: 30px;
}
	

.font_title{
  margin:90px auto;
  font-size:20pt;
  color:#000000;
  text-align:center;
  font-weight:normal;
  letter-spacing:0.1em;
    border-bottom: 2px solid #6f6f6f;
	width: 15%;
	padding-bottom: 10px;
}




/*-----------------------------会社案内-----------------------------*/
#com1{
  margin:-300px auto 0;
  padding-top: 300px;
  padding-bottom: 90px;
  font-size: 20px;
  line-height: 1.9;
}


.com1-1{
  position: relative;
  width: 86.7%;
  margin: 150px auto 0;
  text-align: right;
}

  .com1-1 p {
    position: absolute;
    top: -15%;
    left: 5%;
    margin: 0;
    padding: 20px;
    text-align: left;
    color: rgb(0, 0, 0);
    font-size: 22px;
    line-height: 45px;
    width: 60%;
    background-color:rgb(255, 255, 255,0.9);
}
.com1-1 p span{
  display: block;
  color: rgb(0, 0, 0);
  text-align: left;
  font-size: 35px;
}
.com1-1 p span2{
  display: block;
  color: rgb(0, 0, 0);
  text-align: left;
  font-size: 20px;
}

@media screen and (max-width: 1000px) {

.com1-1{
  position: relative;
  width: 80%;
  margin: 150px auto 0;
  text-align: right;
}

  .com1-1 p {
    position: absolute;
    top: -15%;
    margin: 0;
    padding: 20px;
    text-align: left;
    color: rgb(0, 0, 0);
    font-size: 22px;
    line-height: 45px;
    width: 80%;
    background-color:rgb(255, 255, 255,0.9);
}
.com1-1 p span{
  display: block;
  color: rgb(0, 0, 0);
  text-align: left;
  font-size: 35px;
}
.com1-1 p span2{
  display: block;
  color: rgb(0, 0, 0);
  text-align: left;
  font-size: 20px;
}

}

table {
  margin: 100px auto;
  width: 80%;
  font-size: 23px;
}

@media screen and (min-width: 1001px) {
.tbl-r02 th {
  background: #ccc;
  border: solid 1px #b1b1b1;
  color: #fff;
  padding: 15px 30px;
  width: 20%;
}
.tbl-r02 td {
  border: solid 1px #ccc;
  padding: 10px 150px 10px 40px ;
  text-align: left;
}
}
 
@media screen and (max-width: 1000px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 75%;
    margin: 30px auto;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    display: block;
    padding: 10px;
  }
  .tbl-r02 th {
    background: #ccc;
    border: solid 1px #b1b1b1;
    color: #fff;
}
.tbl-r02 td {
  border: solid 1px #ccc;
}
}



@media screen and (min-width: 1001px) {
  .tbl-r03 th {
    background: #ccc;
    border: solid 1px #b1b1b1;
    color: #fff;
    padding: 15px 30px;
    width: 20%;
  }
  .tbl-r03 td {
    border: solid 1px #ccc;
    padding: 30px 150px 30px 40px ;
    text-align: left;
  }
  }
   
  @media screen and (max-width: 1000px) {
    .last td:last-child {
      border-bottom: solid 1px #ccc;
      width: 100%;
    }
    .tbl-r03 {
      width: 75%;
      margin: 30px auto;
    }
    .tbl-r03 th,
    .tbl-r03 td {
      display: block;
      padding: 15px;
    }
    .tbl-r03 th {
      background: #ccc;
      border: solid 1px #b1b1b1;
      color: #fff;
  }
  .tbl-r03 td {
    border: solid 1px #ccc;
  }
  }

/*-----------------------------事業案内-----------------------------*/
#ser1{
  margin:-300px auto 0;
  padding-top: 300px;
  padding-bottom: 90px;
  font-size: 20px;
  line-height: 1.9;
}


.ser1-1{
  position: relative;
  margin: 100px auto 0;
  text-align: right;
}

  .ser1-1 p {
    position: absolute;
    top: 30%;
    left: 50%;
    margin: 0;
    padding: 20px;
    text-align: left;
    color: rgb(0, 0, 0);
    font-size: 30px;
    line-height: 45px;
    width: 45%;
    background-color: rgb(255, 255, 255,0.9);
}
.ser1-1 p span{
  display: block;
  color: rgb(0, 0, 0);
  text-align: left;
  font-size: 35px;
}


.ser1-11{
  position: relative;
  margin: 100px auto 0;
  text-align: center;
}

  .ser1-11 p {
    position: absolute;
    top: 30%;
    left: 50%;
    margin: 0;
    padding: 20px;
    text-align: left;
    color: rgb(0, 0, 0);
    font-size: 30px;
    line-height: 45px;
    width: 45%;
    background-color: rgb(255, 255, 255,0.9);
}
.ser1-11 p span{
  display: block;
  color: rgb(0, 0, 0);
  text-align: left;
  font-size: 35px;
}


 #ser13 p{
   font-size: 20px;
   text-align: center;
   background-color: rgb(224, 224, 224);
   padding: 30px;
   margin-top: -10px;
 }

    .ser13-1 .ser13-2 {
      width: 100%;
      padding-bottom: 30px; 
    }


/*------------------------------------- エアコン ---------------------------------------*/
.aircon1 {
  text-align:center;
}

@media (max-width: 1000px) {
.aircon1 {
  text-align:center;
	margin-top: 170px;
}
}

.a2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: -8px;
}

.a2::after, 
.a2 .f2 { width: calc( (85%) / 2 ); 
padding: 0px;
}

.f2 {
position: relative;
}


@media (max-width: 1000px) {
.a2 .f2 {
  width: 80%;
  margin-bottom: 20px;
}
}


.seat1 {
  text-align:center;
}

@media (max-width: 1000px) {
.seat1 {
  text-align:center;
	margin-top: 250px;
}
}


/*-----------------------------uk3分割-----------------------------*/
.a333 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 50px;
}

.a333::after, 
.a333 .f3 { width: calc( (100%) / 3 ); 
padding: 0px;
}

.f3 {
position: relative;
}

.b333 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 50px;
}

.b333::after, 
.b333 .ff3 { width: calc( (90%) / 3 ); 
padding: 0px;
}

.ff3 {
position: relative;
}

.aircon2{
  background-color: #12DBC7;
}

.aircon2 p {
  text-align: center;
  font-weight: bolder;
  font-size: 55px;
  padding: 20px 0;
}
.aircon2 p span {
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  color: #FF395C; 
}




#sa4{
  text-align: left;
}
.sa14{
width:90%;
margin: 50px auto;
}
.sa14 .sa14-1{
max-width:100%;
margin:0px auto;
}

.sa14 .sa14-2-item {
width:100%;
}

@media (max-width: 1000px) {

.sa14 .sa14-2-item {
    margin: auto;
    width: 20%;
}	
}

.sa14 .sa14-2-text span{
color: red;
}

.sa14-2-text2{
  font-size: 30px;
}

.sa14 .image{
display:block;
max-width:100%;
margin:0px auto;
}

.sa14 .sa14-2-text{
padding:20px;
font-size: 38px;
}

.sa14 .sa14-2-text p{
font-size: 45px;
}

.sa14 .sa14-2-text .sample10-2-heading{
margin:0px;
font-weight: normal;
text-align:left;
}


#sa44{
  text-align: left;
}
.sa144{
margin: 40px 10%;
}
.sa144 .sa144-1{
max-width:100%;
margin:0px auto;
}

.sa144 .sa144-2-item {
width:100%;
}

.sa144 .sa144-2-text span{
color: red;
}

.sa144-2-text2{
  font-size: 30px;
}

.sa144 .image{
display:block;
max-width:100%;
margin:0px auto;
}
.sa144 .sa144-2-text{
font-size: 65px;
	font-weight: bold;
}
.sa144 .sa144-2-text .sample10-2-heading{
margin:0px;
font-weight: normal;
text-align:left;
}

@media (min-width: 1001px) {
.sa14.sa14-2-item {
    width:40%;
}
.sa14 .sa14-2-text {
  width:60%;
}

.sa14 .sa14-1 .sa14-2{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sa14 .sa14-2-item {
  width:35%;
}
}
@media (min-width: 1001px) {
.sa144.sa144-2-item {
    width:40%;
}
.sa144 .sa144-2-text {
  width:60%;
}

.sa144 .sa144-1 .sa144-2{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sa144 .sa144-2-item {
  width:35%;
}
}



.sa15{
width:90%;
margin: 0px auto;
}
.sa15 .sa15-1{
max-width:100%;
margin:0px auto;
}

.sa15 .sa15-2-item {
width:100%;
}

.sa15-2-text2{
  font-size: 30px;
}

.sa15 .image{
display:block;
max-width:100%;
margin:0px auto;
}
.sa15 .sa15-2-text{
padding:20px;
font-size: 38px;
}
.sa15 .sa15-2-text .sample10-2-heading{
margin:0px;
font-weight: normal;
text-align:left;
}


@media (min-width: 1001px) {
.sa15.sa15-2-item {
    width:40%;
}
.sa15 .sa15-2-text {
  width:50%;
}

.sa15 .sa15-1 .sa15-2{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sa15 .sa15-2-item {
  width:100%;
}
}


.sa15-2-text3{
  font-weight: bolder;
  background-color: #1B1464;
}

.sa15-2-text3 p {
  text-align: left;
  font-size: 40px;
  color: #ffffff;
padding: 20px 40px;
}

.sa15-2-text3 p span {
  font-size: 50px;
}

hr {
  color: #12DBC7;
}

.sa15-2-text4 {
  font-size: 40px;
}

.sa15-2-text4 p{
  font-size: 40px;
}

.sa15-2-text5 {
  font-weight: bolder;
  margin-bottom: -50px;
  font-size: 50px;
}
.sa15-2-text5 p span{
  color: #1B1464;
}
.sa15-2-text5-1 {
  font-weight: bolder;
  font-size: 50px;
}
.sa15-2-text5-1 p span{
  color: #FF395C;
}

.sa15-2-text6 {
  padding:0px 20px ;
  width: 90%;
  border: solid 2px #FF395C;
  border-radius: 15px;
  margin: auto;
  font-size: 25px;
}

.sa15-2-text7 {
  font-size: 25px;
}

@media (max-width: 1000px) {

.sa15-2-text6 {
  padding:0px 20px ;
  width: 95%;
  border: solid 2px #FF395C;
  border-radius: 15px;
  margin: auto;
  font-size: 25px;
}
	
.sa15-2-text6 p{
  font-size: 35px;
	padding: 10px 20px;
}

.sa15-2-text7 p{
  font-size: 35px;
}
	
}

.aircon4{
  background-color: #12DBC7;
}

.aircon4 p {
  text-align: center;
  font-weight: bolder;
  font-size: 70px;
  color: #ffffff;
  padding: 20px 0;
}


.rr2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.rr2::after, 
.rr2 .fr2 { width: calc( (85%) / 2 ); 
padding: 0px;
}

.fr2 {
position: relative;
padding:0px 20px ;
border: solid 3px #12DBC7;
margin: auto;
font-size: 60px;
font-weight: bolder;
text-align: center;
color: #FF395C;
}

.fr2 p {
  margin: 20px;
}

@media (max-width: 1000px) {
.rr2 .fr2 {
  width: 80%;
  margin-bottom: 20px;
}
	
.rr2 .fr2 p{
font-size: 50px;
}	
	
}


.aircon5{
  width: 93%;
  margin: auto;
}
.aircon5 p {
  font-size: 25px;
  text-align: left;
}

.aircon5 p span {
  color: #FF395C;
}

.aircon55{
margin: 0 10%;
}
.aircon55 p {
  font-size: 25px;
  text-align: left;
}

.aircon55 p span {
  color: #FF395C;
}


.aircon6{
  background-image: url("../img/aircon/15.png");
  padding: 10px;
}

.aircon6 p {
  text-align: center;
  font-size: 70px;
  color: #ffffff;
  font-weight: bolder;
}

.aircon6 p span {
  font-size: 90px;
  color: rgb(255, 242, 0);
}

.aircon6-2 {
  font-size:25px;
  padding: 30px;
  background-color: #ffffff;
  width: 80%;
  margin: -30px auto;
}

@media (max-width: 1000px) {
.aircon6-2 {
  font-size:45px;
  padding: 30px;
  background-color: #ffffff;
  width: 80%;
  margin: -30px auto;
}}

.aircon7 {
  width: 90%;
  margin: auto;
}
.aircon7 p {
  font-size: 30px;
  text-align: left;
}

.aircon8{
  background-color: #FF395C;
  color: #ffffff;
  font-size: 60px;
  font-weight: bolder;
  text-align: center;
  line-height: 120px;
}

@media (max-width: 1000px) {
.aircon8 p{
font-size: 45px;
	padding: 10px 30px;
}}

.rr3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 0 50px;
}

.rr3::after, 
.rr3 .fr3 { width: calc( (85%) / 2 ); 
padding: 0px;
}

.fr3 {
position: relative;
padding:0px 20px ;
border: solid 3px #FF395C;
margin: auto;
font-size: 30px;
text-align: center;
}

.fr3 p {
  margin: 20px;
}

.fr3 p span {
  font-size: 50px;
}

@media (max-width: 1000px) {
.rr3 .fr3 {
  width: 80%;
  margin-bottom: 20px;
}
}


.aircon9{
  text-align: center;
}
.aircon9 p {
  margin-top: -20px;
  font-size: 50px;
  font-weight: bolder;
}

.aircon10{
padding:0px 20px ;
background-color: #FF395C;
border: solid 3px #FF395C;
margin: 0px auto 20px;
font-size: 40px;
width: 80%;
font-weight: bolder;
text-align: center;
}

.aircon10 p {
  color: #ffffff;
}

@media (max-width: 1000px) {
	
.aircon10{
padding:0px 20px ;
background-color: #FF395C;
border: solid 3px #FF395C;
margin: 10px auto 80px;
font-size: 40px;
width: 90%;
font-weight: bolder;
text-align: center;
}
	
.aircon10 p{
font-size: 45px;
	padding: 20px;
}}

/*------------------------------------- アクセス ---------------------------------------*/
  .Access {
    font-size: 25px;
    text-align: center;
    margin: 50px auto;
  }

 .Access2 {
    font-size: 25px;
    text-align: center;
    margin: 100px auto ;
	 width: 70%;
  }

@media (max-width: 1000px) {
.Access {
    font-size: 35px;
    text-align: center;
    margin: 50px auto;
   }  

.Access p {
    font-size: 30px;
    text-align: center;
    margin: 50px auto;
   }  

}

/*------------------------------------- フォント ---------------------------------------*/


.font1 p {
  font-family: 'Noto Sans JP', sans-serif;
}
.font2 p {
  font-family: 'Noto Serif JP', serif;
}
.font3 p {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.font4 p {
  font-family: 'Sawarabi Mincho', sans-serif;
}
.font5 p {
  font-family: 'Hachi Maru Pop', cursive;
}
.font6 p {
  font-family: 'Oswald', sans-serif;
}
.font7 p {
  font-family: 'Girassol', cursive;
}
.font8 p {
  font-family: 'Dancing Script', cursive;
}
.font9 p {
  font-family: 'EB Garamond', serif;
}
.font10 p {
  font-family: 'Amatic SC', cursive;
}
.font11 p {
  font-family: 'Parisienne', cursive;
}
.font12 p {
  font-family: 'Londrina Sketch', cursive;}

/*---------------------footer-----------------------*/
#footer{
    color: #000000;
	font-size:15px;
	text-align:center;
	margin:0 auto;
	padding-top:10px;
    padding-bottom:10px;
    line-height: 15px;
}



/*---------------------コンタクト-----------------------*/

.box-design17 {
  margin: 40px auto 20px;
  padding: 30px 20px 10px 20px;
  border: 2px solid #5bc8ac;

}
.box-design17-ttl {
  background-color: #5bc8ac;
  color: #fff;
  border-radius: 100vh;
  padding: 10px 1.5em;
  margin: -55px 0 0 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
	    width: 50%;
}
.box-design17-ttl::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 15px solid transparent;
  width: 0;
  height: 0;
  border-top-color: #5bc8ac;
}
/*---------------------フォーム-----------------------*/

.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
    margin-bottom: 100px;

}
@media screen and (max-width: 1000px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

.Form-Item-Label2 {
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 28px;
}


@media screen and (max-width: 1000px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 35px;
  }
}


.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 1000px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 30%;
  display: inline-block;
  text-align: center;
  background: #ff3366;
  color: #fff;
  font-size: 25px;
}

.Form-Item-Label-Required2 {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 30%;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 25px;
}


@media screen and (max-width: 1000px) {
  .Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 20%;
  display: inline-block;
  text-align: center;
  background: #ff3366;
  color: #fff;
    font-size: 35px;
  }
	
.Form-Item-Label-Required2 {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 20%;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 35px;
}		
}



/*---------------------- conf --------------------------*/


.Form-Item-Label3 {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

.Form-Item-Label4 {
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}


@media screen and (max-width: 1000px) {
  .Form-Item-Label3 {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 20px;
  }
}


.Form-Item-Label3.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 1000px) {
  .Form-Item-Label3.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required3 {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 30%;
  display: inline-block;
  text-align: center;
  background: #ff3366;
  color: #fff;
  font-size: 25px;
}

.Form-Item-Label-Required4 {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 30%;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 25px;
}


@media screen and (max-width: 1000px) {
  .Form-Item-Label-Required3 {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 70px;
  display: inline-block;
  text-align: center;
  background: #ff3366;
  color: #fff;
    font-size: 17px;
  }
	
.Form-Item-Label-Required4 {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 70px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 17px;
}		
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 80px;
    flex: inherit;
    font-size: 35px;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 240px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 35px;
  }
}


.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 50%;
height: 100px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
border-style: none;
}


@media screen and (max-width: 1000px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
        width: 50%;
        height: 100px;
	  font-size: 30px;
  }
}

.c-btnc-btn_link {
border-radius: 6px;
margin-top: 32px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
        width: 50%;
        height: 60px;
	  font-size: 17px;
display: block;
letter-spacing: 0.05em;
background: #5bc8ac;
color: #fff;
font-weight: bold;
border-style: none;
}

.c-btnc-btn_form
{
  border-radius: 6px;
margin-top: 32px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
        width: 50%;
        height: 60px;
	  font-size: 17px;	
display: block;
letter-spacing: 0.05em;
background: #5bc8ac;
color: #fff;
font-weight: bold;
border-style: none;
}




.midashi p{
	text-align: center;
	font-size: 45px;
}

@media screen and (max-width: 1000px) {
	.midashi p{
	text-align: center;
	font-size: 20px;
}
}



.send {
	text-align: center;
	font-size: 20px;
}

@media screen and (max-width: 1000px) {
	.send {
	text-align: center;
	font-size: 30px;
}}

/*---------------------- environment --------------------------*/


.a2e {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 55px 4.5%;}

.a2e::after, 
.a2e .f2e { width: calc( (90%) / 2 ); 
padding: 0px;
}

.f2e {
position: relative;
}

.a2e2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: -10px 4.5%;
}
.a2e2::after, 
.a2e2 .f2e2 { width: calc( (90%) / 3 ); 
padding: 0px;
margin: 30px 0;
}

.f2e2 {
position: relative;
}


@media (max-width: 1000px) {
.a2e .f2e {
  margin: 20px;
	        text-align: center;

}
}




.a2e4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: -8px;
}

.f2e4 {
  position: relative;
  padding:40px ;
  border: solid 3px #12DBC7;
  background-color: #12DBC7;
  margin: auto;
  font-size: 19px;
  text-align: left;
  }
  

.f2e4 span {
  font-size: 50px;
}  

  .a2e::after, 
  .a2e4 .f2e4 { width: calc( (76%) / 2 ); 
  padding: 30px;
  margin: 30px 0;
  }
  
  
  @media (max-width: 1000px) {
  .a2e4 .f2e4 {
    padding: 15px;
    margin: 20px 0px;
  }

  .f2e4 span {
    font-size: 20px;
  }  
  }




  .sa14e{
    border: solid 1px #000000;
    width:90%;
    margin: 50px auto;
  }
  .sa14e .sa14-1e{
    max-width:100%;
    margin:0px auto;
  }
  
  .sa14e .sa14-2-iteme {
    width:30%;
  }

  .sa14e .sa14-2-texte {
    width:70%;
  }
  
  .sa14e .sa14-2-texte span{
    color: red;
  }
  
  .sa14e .image{
    display:block;
    max-width:100%;
    margin:0px auto;
  }
  .sa14e .sa14-2-texte{
    padding:30px 30px 30px 60px;
    font-size: 25px;
  }
  .sa14e .sa14-2-texte{
    margin:0px;
    font-weight: normal;
    text-align:left;
  }
  
  
  .sa14e .sa14-1e .sa14-2e{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:20px 0 20px 60px;
}
  



.album2e {
  position: relative;
  width: 100%;
  height: 50vh;
  background-image: url("../img/environment/5obi.png");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  animation-name: slide_img;
  animation-duration: 250s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes slide_img {
  100% {
      background-position: -10000px 0;
      }
}
.album2-1e{
  position: absolute;
  top: 0%;
  right: 0%;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}


.env1 {
  width: 90%;
  margin: auto;
}

.env1 p {
  font-size: 20px;
}

.env1 span {
  font-size: 30px;
}


.env1-1 {
  width: 90%;
  margin: auto;
  text-align: center;
}

.env1-1 {
  font-size: 40px;
}

  @media (max-width: 1000px) {
.env1-1 p{
  font-size: 50px;
}
}

.env2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.env2-1{
width: calc( (85%) / 2 ); 
}


.env3 {
  width: 90%;
  margin: auto;
}






.sa14en{
  width:90%;
  margin: 50px auto;
}
.sa14en .sa14-1en{
  max-width:100%;
  margin:0px auto;
}

.sa14-2-itemen {
  width:40%;
}

.sa14-2-texten {
  border: solid 1px #000000;
  width:50%;
  margin:0px;
  padding: 30px;
  font-size: 25px;
  font-weight: normal;
  text-align:left;
}

.sa14en .sa14-2-texten span{
  font-size: 50px;
}

.sa14en .image{
  display:block;
  max-width:100%;
  margin:0px auto;
}

.sa14en .sa14-1en .sa14-2en{
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.env4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 20px 0 40px;
}

.env4-1{
width: calc( (80%) / 3 ); 
}




.a2e4y {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: -8px;
}

.f2e4y {
  position: relative;
  padding:40px ;
  border: solid 3px #fdff84;
  background-color: #fdff84;
  margin: auto;
  font-size: 19px;
  text-align: left;
  }
  

.f2e4y span {
  font-size: 50px;
}  

  .a2e4y::after, 
  .a2e4y .f2e4y { width: calc( (76%) / 2 ); 
  padding: 30px;
  margin: 30px 0;
  }
  
  
  @media (max-width: 1000px) {
  .a2e4y .f2e4y {
    padding: 15px;
    margin: 20px 0px;
  }

  .f2e4y span {
    font-size: 20px;
  }  
  }




.env5 {
  border: solid 1px #000000;
  width: 88%;
  margin: auto;
  padding-left: 25px;
}

.env5 span {
  font-size: 35px;
}




.env6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 20px 0 40px;
}

.env6-1{
width: calc( (80%) / 2 ); 
}


.head-border {
  display: flex;
  align-items: center;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}

/*---------------------- マウスで大きく --------------------------*/

.image_mouseover_4 {
overflow: hidden;
width: 100%;
height: auto;
background: #fff;
}
.image_mouseover_4 img {
display: block;
transition-duration: 0.5s;
}
.image_mouseover_4 img:hover {
transform: scale(1.05);
transition-duration: 0.5s;
opacity: 0.6;
}

/*---------------------- マウスでそもそも大きく --------------------------*/
.image_mouseover_1 {
overflow: visible;
width: 100%;
height: 100%;
}
.image_mouseover_1 img {
display: block;
transition-duration: 0.5s;
}
.image_mouseover_1 img:hover {
transform: scale(1.2,1.2);
transition-duration: 0.5s;
}


/*---------------------- Rigulus --------------------------*/
.rigulus{
background-color: whitesmoke;
    padding: 5px 0 50px;

}
/*---------------------- yuki --------------------------*/
.yuki{
margin: 0 6.8%;
}
/*---------------------- mozi --------------------------*/

.mozi{
margin: 50px 6.5%;
	padding: 0.5em 2em;
    color: #2c2c2f;
    background: whitesmoke;
}
.mozi p {
  font-size: 18px;
  text-align: left;
}

.mozi p span {
  color: #FF395C;
}

  @media (max-width: 1000px) {
.mozi{
margin: 50px 6.5%;
	padding: 0.5em 2em;
    color: #2c2c2f;
    background: whitesmoke;
}
.mozi p {
  font-size: 28px;
  text-align: left;
}

.mozi p span {
  color: #FF395C;
}
}

/*---------------------- カルーセル --------------------------*/
/* スライドする要素 */
.contenta {
  width: 340px;
  height: 450px;
}
.contenta:nth-child(1) {
  background-color: tomato;
}
.contenta:nth-child(2) {
  background-color: orange;
}
.contenta:nth-child(3) {
  background-color: blue;
}
.contenta:nth-child(4) {
  background-color: green;
}
.contenta:nth-child(5) {
  background-color: green;
}
/* スライドレールの枠 */
.wrapa {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 450px;
  margin: 0 7%;
}
/* content4つをまとめたスライドブロック */
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
  animation: loop-slide 20s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ホバー時に動きを止める（パターン2・3）*/
.slide-paused:hover .slideshow {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
/* ホバー時の装飾（パターン3） */
.content-hover {
  transition: all 0.2s;
  margin-right: 20px;
}
.content-hover:hover {
  transform: translateY(-20px);
  border-radius: 0 10%;
  box-shadow: 0 3px 10px 0 #333;
  opacity: 0.8;
  cursor: pointer;
}

/*---------------------- 表示カウント --------------------------*/

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/

#splash {
    /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-image:  url("../img/axax.jpg");
  text-align:center;
  color:#fff;
}


/*========= レイアウトのためのCSS ===============*/

#container{
    width:100%;
}


/*------------------------------------- yukimain ---------------------------------------*/



.content {
  display: flex;
  padding: 0px 0;
  background-repeat:no-repeat;
  background-position:50%;
  background-size: cover;
	background-image: url("../img/");
	margin-top: -1550px;
}

 @media (max-width: 1000px) {
.content {
  display: flex;
  padding: 0px 0;
  background-repeat:no-repeat;
  background-position:50%;
  background-size: cover;
	background-image: url("../img/");
	margin-top: -1000px;
}
}

.main {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1200px;
  margin: 0  0 300px 0;
}


.side {
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 250px;
  width: 67%;
  height: 650px;
/* アニメーションの変化時間 */
  transition: 0.5s;
}

.side p{
font-size: 80px;
	font-weight: bold;
	color: #000;
}

.side p span{
color: red;
}

  @media (max-width: 1600px) {
.side {
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 250px;
  width: 60%;
  height: 600px;
/* アニメーションの変化時間 */
  transition: 0.5s;
}

.side p{
font-size: 72px;
	font-weight: bold;
	color: #000;
}
.side p span{
color: red;
}
  }

  @media (max-width: 1380px) {
.side {
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  width: 60%;
  height: 450px;
/* アニメーションの変化時間 */
  transition: 0.5s;
}
	  
.side p{
font-size: 65px;
	font-weight: bold;
	color: #000;
}
.side p span{
color: red;
}  
  }

  @media (max-width: 1000px) {
.side {
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
	top: 540px;
	width: 100%;
	height: 469px;
/* アニメーションの変化時間 */
  transition: 0.5s;
}
	  
.side p{
font-size: 65px;
	font-weight: bold;
	color: #000;
}
.side p span{
color: red;
}  
  }



/*---------------------- メイン動画 --------------------------*/

.movie{
  margin-top: 85px;
  position: relative;
width: 100%;
}

.movietop {
  position: relative;
  top: -255px;
  left: 29%;
  width: 40%;
}

.movie2{
  margin-top: 85px;
  position: relative;
width: 100%;
	}

@media (max-width: 1000px) {
.movie2{
  margin-top: 170px;
  position: relative;
width: 100%;
}
}
/*---------------------- 画像 --------------------------*/

.imgg {
  width: 100%;
    margin: auto;
    text-align: center;
}

.imgg2 {
  width: 100%;
    margin: auto;
    text-align: center;
}

.imgg3 {
  width: 100%;
    margin: 0;
}

.imgg3 img {
  width: 100%;
	
}

/*---------------------- 装飾 --------------------------*/


.box7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: -8px;
}

.box77 {
  position: relative;
margin: auto;
padding:40px ;
    border: solid 3px #12DBC7;
    border-radius: 8px;
  font-size: 19px;
  text-align: left;
  }
  

.box77 p {
  font-size: 30px;
}  

.box77 span {
  font-size: 50px;
}  

  .box7 .box77 { width: calc( (76%) / 2 ); 
  padding: 30px;
  margin: 30px 0;
  }
  
  
  @media (max-width: 1000px) {
  .box7 .box77 {
    padding: 15px;
    margin: 20px 0px;
  }

.box77 span {
    font-size: 20px;
  }  
  }


.box77 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #12DBC7;
    font-weight: bold;
}
.box77 p {
    margin: 0; 
    padding: 0;
}


/*----------------------  --------------------------*/

