@charset "UTF-8";

.sp-break_head{
  display: none;
}

.sp-break{
  display: none;
}
.pc-break{
  display: block;
}
header{
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  min-width: 50px;
  background-color: #f099a0;
  z-index: 2;
}

a{
  text-decoration: none;
}

a:visited{
  text-decoration: none;
  color: inherit;
}

#humberger {
  position: relative;
  height: 50px;
  width: 50px;
  display: inline-block;
  box-sizing: border-box;
  background-color: #865e52;
  z-index: 1000;
}
#humberger div {
  position: absolute;
  left: 0;
  height: 2px;
  width: 30px;
  background-color: #fff;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box;
  z-index: 2;
  margin: 0 10px;
}
#humberger div:nth-of-type(1) {
  bottom: 35px;
}
#humberger div:nth-of-type(2) {
  bottom: 25px;
}
#humberger div:nth-of-type(3) {
  bottom: 15px;
}

.open #humberger div {
  background: #fff;
}
.open #humberger div:nth-child(1) {
  top: 25px;
  transform: rotate(45deg);
}
.open #humberger div:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #humberger div:nth-child(3) {
  top: 25px;
  transform: rotate(-45deg);
}



#gloval-nav {
  background-color: #865e52;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: left;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.gloval-nav-1{
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    WIDTH: 80%;
}

nav{
  width: 100%;
  height: 100%;
}

nav ul{
  display: flex;
  flex-wrap: wrap;
  counter-reset: item 0;
  width: 100%;
  margin: 0 auto;
}

nav ul li{
  width: 50%;
  color: #fff;
  font-size: 3.5vw;
  list-style: none;
  padding: 30px 0;

}

nav ul li >a{
  color: #fff;
  text-decoration: none;
}

nav ul li::before{
  content: "0"counter(item);
  counter-increment: item 1;
  padding-right: .8em;
  font-size: 1vw;
}

nav h1{
  padding: 20px 0;
}

.flex_head{
  justify-content: space-between;
  padding-top: 20px;
}

.instagram img{
  width: 20px;
}

.instagram span{
  font-size: 1.5em;
  padding-left: 20px;
  align-items: center;
}

.head_sub span{
  align-items: center;
}

.head_sub span::before{
  display: inline-block;
  content: "●";
}

.instagram a{
  align-items: center;
  color: #fff;
}

.head_sub a{
  font-size: 1em;
  align-items: center;
  color: #fff;
}

.head_sub2{
  padding-left: 20px;
}
.head_sub3{
  padding-left: 20px;
}





/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

/* common start*/

.flex{
  display: flex;
  flex-wrap: wrap;
}

.flex_item25{
  width: 25%;
}
.flex_item20{
  width: 20%;
}
.flex_item30{
  width: 30%;
}

.flex_item33{
  width: 33%;
}
.flex_item40{
  width: 40%;
}
.flex_item50{
  width: 50%;
}
.flex_item60{
  width: 60%;
}
.flex_item70{
  width: 70%;
}

.img_100{
  width: 100%;
}
.img_100 img{
  width: 100%;
}

.img_100_h img{
  height: 100%;
  overflow-x: hidden;
}
.font1{
  font-family: trajan-sans-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font2{
  font-family: trajan-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font3{
  font-family: trajan-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.font4{
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;

}

.font5{
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.font6{
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}





/* common end*/


.pagenation{
    padding: 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.pagenation li{
    list-style-type: none;
    margin-bottom: 20px;
}
.pagenation a{
    display: block;
    height: 5px;
    border: 1px solid #fff;
    width: 5px;
    border-radius: 50%;
}
.pagenation a.active{
    background: #fff;
}

.open #openpage{
  display: none;
}

.pageno{
  position: fixed;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  z-index: 3;
}

.pageno >div{
  display: none;
  color: #fff;
}

.open #active2{
  display: none;
}

.page {
  font-size: 1em;
  letter-spacing: 2px;
}

#active2{
  display: block;
}

#active3{
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
     opacity: 0;
     transform: translateX(5%);
  }
  100% {
     opacity: 1;
     transform: translateX(0);
  }
}

.contact{
  position: fixed;
  right: 0;
  top: 50%;
  width: 50px;
  transform: translateY(-50%);
}

.contact img{
  width: 100%;
}

.top-scroll{
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.top-scroll p{
  color: #7d7d7d;
  font-size: 1.3em;
}

.top-scroll img{
  width: 30px;
}

.section{
  width: 100%;
  height: 100vh;
  position: relative;
}


.section1{
  position: relative;
  overflow: hidden;
  background-image: url(../images/top_img1.jpg);
  background-size: cover;
  background-position: center;
}

.section2{
  position: relative;
  overflow: hidden;
  background-image: url(../images/top_img2.jpg);
  background-size: cover;
  background-position: center;

}
.section3{
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;

}
.section4{
  position: relative;
  background-image: url(../images/top_img4.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;

}
.section5{
  position: relative;
  background-image: url(../images/top_img5.jpg);
  background-size: cover;
  background-position: center;
}
.section6{
  position: relative;
  background-image: url(../images/top_img6.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;

}
.section7{
  position: relative;
  background-image: url(../images/top_img7.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;

}

.section8{
  position: relative;
  background-image: url(../images/top_img8.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;

}

.section9{
  position: relative;
  background-image: url(../images/top_img9.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;

}
.section1_1{
  position: relative;
  width: 100%;
  height: 100%;
}

.section1_2{
  position: absolute;
  right: 7%;
  top: 8%;
}

.section1_2 h2{
  font-size: 3em;
  line-height: 70px;
  color: #f099a0;
}

.section1_2 p:nth-child(2){
  padding-top: 20px;
  font-size: 1.1em;
  letter-spacing: 3px;
  color: #f099a0;
}

.section1_2 p:nth-child(3){
  padding-top: 70px;
  font-size: .8em;
  letter-spacing: 3px;
  color: #7d7d7d;
}

.section1_2 p:nth-child(4){
  padding-top: 20px;
  font-size: 2em;
  letter-spacing: 3px;
  color: #7d7d7d;
}

.section2_1{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40%;
}

.section2_1 p:nth-child(1){
  font-size: 2.5em;
  color: #f099a0;
  padding-bottom: 10px;
}
.section2_1 p:nth-child(2){
  font-size: 6em;
  color: #f099a0;
  padding-bottom: 20px;

}

.section2_1 hr{
  background-color: #f099a0;
  color: #f099a0;
  border: none;
  height: 1px;
  margin-bottom: 40px;

}



.section2_1 p:nth-child(4){
  font-size: 2.3em;
  padding-bottom: 20px;

}
.section2_1 p:nth-child(5){
  font-size: 1.7em;
  padding-bottom: 20px;

}

.section2_1 p:nth-child(6){
  font-size: 1em;
  width: 80%;
  line-height: 30px;
}

.section3_1{
  width: 40%;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 2;
}

.section3 video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.section3_2{
  width: 100%;
  height: 100%;
  position: relative;
}

.section3_3{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  color: #fff;
}

.section3_4{
  padding-left: 8%;
  z-index: 3;
  color: #fff;

}

.section3_4 h3{
  font-size: 1.4em;
  padding-bottom: 10px;
}

.section3_4 h2{
  font-size: 4em;
  padding-bottom: 20px;
}

.section3_4 p:nth-child(3){
  font-size: 2em;
  padding-bottom: 20px;
  line-height: 50px;
}

.section3_4 p:nth-child(4){
  font-size: .9em;
  width: 90%;
  padding-bottom: 20px;
  line-height: 30px;
}

.section4_1{
  position: relative;
  width: 100%;
  height: 100%;
}

.section4_2{
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
}

.section4_2 h2{
  font-size: 6em;
  line-height: 70px;
  color: #f099a0;
  padding-bottom: 20px;
}

.section4_2 h3{
  font-size: 1.8em;
  line-height: 70px;
  color: #7d7d7d;
  padding-bottom: 20px;

}

.section4_2 p{
  padding-top: 10px;
  font-size: 1em;
  letter-spacing: 2px;
  color: #7d7d7d;
  width: 100%;
  line-height: 35px;
}

.section4_2 p:nth-child(3){
  font-size: 2em;
  line-height: 40px;
}


.section5_1{
  position: relative;
  width: 100%;
  height: 100%;
}

.section5_2{
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  height: 100%;
  background-color: #987669;
}

.section5_3{
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: 30px;
}

.section5_4{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
}

.section5_2 h2{
  font-size: 4em;
  line-height: 70px;
  color: #fff;
  padding-bottom: 20px;
  text-shadow: 0 0 8px rgb(0 0 0 / 40%);
}



.section5_2 p{
  padding-top: 10px;
  font-size: .9em;
  letter-spacing: 2px;
  color: #fff;
  width: 100%;
  line-height: 35px;
}

.section5_2 p:nth-child(2){
  font-size: 2em;
  line-height: 45px;
}

.section6_1{
  width: 40%;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: #000;
  opacity: 0.5;
}

.section6_2{
  width: 100%;
  height: 100%;
  position: relative;
}

.section6_3{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  color: #fff;
}

.section6_4{
  padding-left: 8%;
  z-index: 3;
  color: #fff;

}

.section6_4 h3{
  font-size: 1.4em;
  padding-bottom: 10px;
}

.section6_4 h2{
  font-size: 4em;
  padding-bottom: 20px;
}

.section6_4 p:nth-child(3){
  font-size: 2em;
  padding-bottom: 20px;
  line-height: 50px;
}

.section6_4 p:nth-child(4){
  font-size: .9em;
  width: 90%;
  padding-bottom: 20px;
  line-height: 30px;
}



.section7_1{
  width: 40%;
  height: 100%;
  position: absolute;
  left: 50px;
}

.section7_2{
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: 30px;
}

.section7_3{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  color: #fff;
}

.section7_4{
  position: relative;
  padding-left: 3%;
  z-index: 3;
}

.section7_4 h3{
  font-size: 1.4em;
  padding-bottom: 10px;
}

.section7_4 h2{
  font-size: 4em;
  padding-bottom: 20px;
}

.section7_4 p:nth-child(3){
  font-size: 2em;
  padding-bottom: 20px;
  line-height: 50px;
}

.section7_4 p:nth-child(4){
  font-size: .9em;
  width: 90%;
  padding-bottom: 20px;
  line-height: 30px;
}


.section8_1{
  position: relative;
  width: 100%;
  height: 100%;
}

.section8_2{
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
}

.section8_2 h2{
  font-size: 4em;
  line-height: 75px;
  color: #fff;
  padding-bottom: 20px;
  text-shadow: 0 0 8px rgb(0 0 0 / 40%);
}

.section8_2 h3{
  font-size: 1.8em;
  line-height: 70px;
  color: #fff;
  padding-bottom: 20px;
  text-shadow: 0 0 8px rgb(0 0 0 / 40%);
}

.section8_2 p{
  padding-top: 10px;
  font-size: 1em;
  letter-spacing: 2px;
  color: #fff;
  width: 100%;
  line-height: 30px;
}

.section8_2 p:nth-child(3){
  font-size: 2em;
  line-height: 40px;
}

.section9_1{
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: -40px;
}

.section9_2{
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
}

.section9_2 h2{
  font-size: 6em;
  line-height: 80px;
  color: #fff;
  padding-bottom: 20px;
}

.section9_2 h3{
  font-size: 1.8em;
  line-height: 70px;
  color: #fff;
  padding-bottom: 20px;

}

.section9_2 p{
  padding-top: 10px;
  font-size: 1em;
  letter-spacing: 2px;
  color: #fff;
  width: 100%;
  line-height: 30px;
}

.section9_2 p:nth-child(3){
  font-size: 2em;
  line-height: 40px;
}


.top_button a {
  display: block;
  position: relative;
  margin-top: 50px;
  padding: 10px 20px;
  width: 180px;
  min-width: 180px;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  background-color: #865e52;
  border-radius: 50vh;
  transition: 0.3s;
  text-decoration: none;
}

.top_button a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-color: #f2f2f2;
  border-radius: 50vh;
}

.top_button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 3px solid #865e52;
  border-right: 3px solid #865e52;
}

.top_button a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #865e52;
  border: 1px solid #865e52;
}

.top_button a:hover::before{
  background-color: #fff;
}

.top_button a:hover::after {
  border-top: 3px solid #865e52;
  border-right: 3px solid #865e52;
}

.container{
  position: relative;
margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
max-width: 1900px;
overflow: hidden;
}

@media screen and (max-width:900px){
  .sp-break_head{
    display: block;
    padding: 10px 0;
  }
  header{
    background-color: inherit;
  }
  nav ul{
    flex-direction: column;
    padding-bottom: 10px;
  }
  .gloval-nav-1{
    width: 70%;
  }

  nav ul li{
    width: 50%;
    padding: 12px 0;
    font-size: 7vw;
  }
  nav ul li::before{
    font-size: 3vw;
  }
  .instagram{
    padding: 10px 0;
  }
  nav h1{
    padding-bottom: 0;
  }

.head_sub span{
  padding: 10px 0;
}
.head_sub span{
  line-height: 30px;
}
  .pagenation{
    display: none;
  }

  .pageno{
    display: none;
  }

  .section1{
    position: relative;
    overflow: hidden;
    background-image: url(../images/top_sp_img1.jpg);
    background-size: cover;
    background-position: center;
  }

  .section2{
    position: relative;
    overflow: hidden;
    background-image: url(../images/top_sp_img2.jpg);
    background-size: cover;
    background-position: center;

  }

  .section4{
    position: relative;
    background-image: url(../images/top_sp_img4.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;

  }

  .section6{
    position: relative;
    background-image: url(../images/top_sp_img6.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;

  }
  .section7{
    position: relative;
    background-image: url(../images/top_sp_img7.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;

  }

  .section1_2{
    top: 10%;
    left: 10%;
    transform: none;
  }
  .section1_2 h2{
    color: #f099a0;
    font-size: 1.5em;
    line-height: 30px;
  }
  .section1_2 p{
    color: #7d7d7d;
    padding-top: 10px;
  }
  .section1_2 p:nth-child(2){
    padding-top: 10px;
  }
  .section1_2 p:nth-child(3){
    padding-top: 10px;
  }
  .section1_2 p:nth-child(4){
    padding-top: 10px;
    font-size: 1.5em;
  }


  .section2_1{
    width: 90%;
    left: 5%;
  }

  .section2_1 p:nth-child(1){
    font-size: 1.2em;
  }
  .section2_1 p:nth-child(2){
    font-size: 4em;
  }
  .section2_1 p:nth-child(4){
    font-size: 1em;
    padding-bottom: 10px;
  }
  .section2_1 p:nth-child(5){
    font-size: 1em;
  }
  .section2_1 p:nth-child(6){
    font-size: 0.8em;
  }
  .top_button a{
    font-size: 0.8em;
    min-width: 120px;
    margin-top: 20px;
  }
  .section2_1 hr{
    display: none;
  }

  .section4_2{
    width: 90%;
    top: inherit;
    left: 5%;
    bottom: 60px;
    transform: none;

  }

  .section3_1{
    width: 100%;
    bottom: 0;
  }
  .section3_3{
    width: 80%;
  }
  .section3_4{
    padding: 0;

  }


  .section3_4 p:nth-child(4){
    width: 100%;
  }

  .section4_2 h3{
    font-size: 1.5em;
    line-height: inherit;
    padding: inherit;
    padding-bottom: 10px;
  }

  .section4_2 h2{
    font-size: 2em;
    padding: inherit;
    line-height: inherit;
  }
  .section4_2 p:nth-child(3){
    font-size: 1.1em;
    line-height: 25px;
  }
  .section4_2 p{
    font-size: 0.8em;
  }
  .section6_1{
    width: 100%;
    height: 50%;
    bottom: 0;
    background-color: inherit;
    opacity: inherit;
  }
  .section6_2{

  }
  .section6_4{
    padding-left: 0;
    color: #000;
  }
  .section6_4 p:nth-child(4){
    width: 100%;
    padding-bottom: 0;
  }
  .section6_4 h2{
    font-size: 2em;
  }
  .section6_4 p:nth-child(3){
    font-size: 1.5em;
    line-height: 30px;
  }
  .section6_3{
    width: 90%;
  }


  .section7_1{
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #000;
    opacity:0.5;
  }
  .section7_2{
    margin-left: 0;
  }
  .section7_4{
    width: 90%;
  }
  .section7_4 p:nth-child(4){
    width: 100%;
  }
  .section7_4 p:nth-child(3){
    font-size: 1.5em;
  }
}



@media screen and (max-width:500px){


}



.business_head img{
  width: 100%;
}


.business_title{
  margin: 0 auto;
  width: 70%;
  text-align: center;
  padding: 50px 0;
}

.business_title p:nth-child(1){
  font-size: 1.2em;
  color: #ef989f;
  padding-bottom:10px;
}

.business_title h2{
  font-size: 3em;
  color: #ef989f;
  padding-bottom: 30px;
  line-height: 60px;
  letter-spacing: 4px;

}
.business_title h3{
  font-size: 1.5em;
  color: #7d7d7d;
  padding-bottom: 10px;

}
.business_title p:nth-child(4){
  font-size: 1em;
  color: #7d7d7d;
  letter-spacing: 2.5px;
  line-height: 30px;
}

.business_main{
  padding: 0 10%;
  padding-right: 7%;
  margin: 0 auto;
}

.business_detail{
  padding-bottom: 50px;
}
.business_detail_img{
  padding: 0 20px;
}

.business_detail_img img{
  width: 100%;
}

.business_detail_txt{
  position: relative;
}

.business_detail_txt h3{
  font-size:3em;
  color: #ef989f;
  padding-bottom: 50px;
}

.business_detail_txt p{
  font-size: 1em;
  letter-spacing: 3px;
  line-height: 35px;
  width: 90%;
}

.business_detail_txt a{
  position: absolute;
  bottom: 0;
  right: 10%;
  display: block;
  color: #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
}



.company_wrap{
  padding-top: 50px;
  padding-left: 7%;
}

.company_title h1{
  font-size: 1em;
  color: #f099a0;
}

.company_title h2{
  font-size: 3em;
  padding-top: 10px;
  color: #f099a0;

}

.company_about{
  padding-top: 50px;
}

.flex_company_about1{
  padding: 0 20px;
}


.flex_company_about1 img{
  width: 100%;
}

.flex_company_about2{
  padding: 0 20px;
}

.flex_company_about2 p:nth-child(1){
  font-size: 2em;
  padding-bottom: 30px;
  letter-spacing: 3px;
}

.flex_company_about2 p:nth-child(2){
  font-size: 1.5em;
  padding-bottom: 30px;
  letter-spacing: 2.5px;

}
.flex_company_about2 p:nth-child(3){
  font-size: 1em;
  padding-bottom: 30px;
  width: 70%;
  letter-spacing: 2.5px;
  line-height: 25px;


}
.flex_company_about2 p:nth-child(4){
  font-size: 1.5em;
  padding-bottom: 30px;
  letter-spacing: 2.5px;

}


.flex_company_about2 p:nth-child(5){
  font-size: 1em;
  padding-bottom: 30px;
  width: 70%;
  letter-spacing: 2.5px;
  line-height: 25px;

}

.company_profile{
  padding: 100px 0;
}
.company_profile_detail1{
  padding: 0 20px;
}


.company_profile_detail2{
  padding: 0 20px;
}

.company_profile_detail1 p:nth-child(1){
  font-size: 2em;
  line-height: 40px;
}
.company_profile_detail1_img{
  padding: 20px 0;
}
.company_profile_detail1_img img{
  width: 40%;
}


.company_profile_detail1 p:nth-child(3){
  font-size: 1em;
  padding: 3px 0;
}

.company_profile_detail1 p:nth-child(4){
  font-size: 1.7em;
  padding: 7px 0;
  letter-spacing: 2px;
}
.company_profile_detail1 p:nth-child(5){
  font-size: .8em;
  padding: 3px 0;
}

.company_profile_detail2 table{
  width: 100%;
}

.company_profile_detail2 .company_td1{
  min-width: 50px;
  padding: 10px 20px;
  padding-left: 0;
}


.company_profile_detail2 .company_td2{
  padding: 10px 20px;
  padding-left: 0;
  line-height: 30px;
}

.company_license{
  padding-top: 30px;
}

.company_license p{
  padding: 5px 0;
  font-size: 1em;
}


.monange_wrap{
  padding-left: 50px;
}
.monange_img img{
  width: 100%;
}

.monange_ttl{
  width: 60%;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
}

.monange_ttl p:nth-child(1){
  color: #f099a0;
  font-size: 1em;
}

.monange_ttl h2{
  color: #f099a0;
  font-size: 4em;
  padding: 30px 0;
}
.monange_ttl p:nth-child(3){
  color: #7d7d7d;
  font-size: 1.5em;
  padding: 30px 0;

}
.monange_ttl p:nth-child(4){
  color: #7d7d7d;
  font-size: 1em;
  width: 80%;
  letter-spacing: 2.5px;
  line-height: 30px;
  margin: 0 auto;
}

.monange_detail1{
  padding-top: 50px;
}


.monange_detail1_img{
  margin: 0 auto;
  width: 70%;
}

.monange_detail1_img img{
  width: 100%;
}

.monange_detail1_img2{
  margin: 0 auto;
  width: 70%;
  padding-top: 20px;
}
.monange_detail1_img3{
  padding-left: 10px;
}
.monange_detail1_img3:first{
  padding-left: 0;
}
.monange_detail1_img3 img{
  width: 100%;
}

.monange_detail2{
  margin: 0 auto;
  width: 70%;
  padding-top: 50px;
}

.monange_detail2_img img{
  width: 100%;
}

.monange_detail2_txt p:nth-child(1){
  font-size: 1.5em;
  padding-bottom: 30px;
}

.monange_detail2_txt p:nth-child(2){
  font-size: 1em;
  letter-spacing: 2.2px;
  line-height: 30px;
}

.monange_detail3{
  width: 70%;
  margin: 0 auto;
  padding-top: 50px;
}

.monange_detail3 h3{
  text-align: center;
  font-size: 2em;
  letter-spacing: 2px;
  padding-top: 30px;
  color: #7d7d7d;
}

.monange_detail_p1{
  font-size: 1.5em;
  width: 100%;
  border: solid 1px #f099a0;
  text-align: center;
  padding: 10px 0;
  color: #f099a0;
}

.monange_detail3_img1{
  padding-top: 30px;
}

.monange_detail3_img1 img{
  width: 100%;
}

.monange_detail3_img1{
  justify-content:flex-start;
}

.monange_item_detail1{
  padding: 50px 0;
}

.monange_item_detail1_2{
  padding-bottom: 0;
}

.monange_item_detail1 p{
  font-size: 1em;
  color: #7d7d7d;
  padding-bottom: 15px;
  letter-spacing: 3px;
}

.monange_item_detail1 p::before{
  content: "●";
  color: #f099a0;
  padding-right: 3px;
}

.monange_item_detail2{
  padding: 50px 0;
}

.monange_item_detail2_p1{
  text-align: center;
  padding-bottom: 30px;
  font-size: 1.5em;
}

.monange_item_detail2_dtl1_img img{
  width: 100%;
}

.monange_item_detail2_dtl1_txt{
  padding-top: 30px;
  text-align: left;
}



.monange_item_detail2_dtl1_txt p{
  text-align: left;
  font-size: 1em;
  color: #7d7d7d;
  padding-bottom: 15px;
  letter-spacing: 3px;
}

.monange_item_detail2_dtl1_txt p::before{
  content: "●";
  color: #f099a0;
  padding-right: 3px;
}

.monange_item_detail2_dtl1{
  padding-right: 20px;
}

.monange_item_detail2_dtl2{
  padding-left: 20px;
}
.monange_item_detail3_dtl2{
  padding: 50px 0;
}

.monange_item_detail3_dtl2 p{
  font-size: 1em;
  color: #7d7d7d;
  padding-bottom: 20px;
  letter-spacing: 3px;
}
.monange_item_detail3_dtl2 span{
  font-size: .8em;
  color: #7d7d7d;
  padding-bottom: 20px;
  letter-spacing: 3px;
  display: block;
}

.monange_item_detail_p{
  text-align: right;
  font-size: .8em;
  color: #7d7d7d;
  letter-spacing: 3px;
}

.monange_item_detail3_dtl2 p::before{
  content: "●";
  color: #f099a0;
  padding-right: 3px;
}


.privacy_wrap{
  width: 50%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.privacy_block1 h2{
  font-size: 2em;
  letter-spacing: 3px;
  padding-bottom: 50px;
  color: #f099a0;
}

.privacy_block1 p{
  font-size: 1em;
  letter-spacing: 1.2px;
  padding-bottom: 10px;
  color: #f099a0;

}

.privacy_block2 h3{
  font-size: 1.3em;
  letter-spacing: 1.2px;
  padding-bottom: 40px;
  color: #7d7d7d;
}

.privacy_block2 p{
  font-size: 1em;
  letter-spacing: 2px;
  line-height: 28px;
  padding-bottom: 20px;
  color: #7d7d7d;

}


.quality_wrap{
  padding-bottom: 100px;
}
.quality_img img{
  width: 100%;
}


.quality_detail{
  margin: 0 auto;
  padding-top: 50px;
  width: 50%;
  text-align: center;
  padding-bottom: 30px;

}
#quality_detail_center{
  text-align: center;
}

.quality_detail p:nth-child(1){
  font-size: 1.5em;
  color: #ef989f;
  padding-bottom: 20px;
  letter-spacing: 2px;
}

.quality_detail p:nth-child(2){
  font-size: 3em;
  color: #ef989f;
  letter-spacing: 3px;
  padding-bottom: 30px;
  line-height: 70px;
}

.quality_detail p:nth-child(3){
  text-align: left;
  font-size: 1em;
  padding-bottom: 20px;
  letter-spacing: 2px;
  line-height: 25px;
}


.thanks_wrap{
  position: relative;
  width: 100%;
  height: 100vh;
}

.thanks_body{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.thanks_body h2{
  font-size: 2em;
  text-align: center;
  padding-bottom: 30px;
}

.thanks_body p{
  font-size: 1em;
  text-align: left;
  padding-bottom: 30px;
}

.thanks_body a{
  font-size: 1em;
  color: #000;
  text-decoration: none;

}



.contact_wrap{
  margin: 0 auto;
  width: 75%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact_block1{
  padding-bottom: 50px;
  color: #f099a0;
}


.contact_block1 h2{
  font-size: .6em;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

.contact_block1 h3{
  font-size: 3em;
  letter-spacing: 3px;
}

.contact_block2{
  margin: 0 auto;
  color: #7d7d7d;
}
.contact_block2_1{
  padding-right: 10px;
}

.contact_block2_1 p:nth-child(1){
  font-size: 1.5em;
  padding-bottom: 20px;
  letter-spacing: 2px;
}
.contact_block2_1 p:nth-child(2){
  font-size: .8em;
  padding-bottom: 20px;
  letter-spacing: 1.2px;

}
.contact_a1{
  font-size: 1.5em;
  letter-spacing: 2px;
  padding-bottom: 20px;
  display: inline-block;
  color: #7d7d7d;
}
.contact_block2_1 p:nth-child(4){
  font-size: 1em;
  padding-bottom: 20px;
  letter-spacing: 2px;

}


.contact_block2_1 p:nth-child(5){
  font-size: .8em;
  padding-bottom: 20px;
  line-height: 30px;
  letter-spacing: 1.2px;
}

.contact_a2{
  color: #f099a0;
  display: inline-block;
  border-bottom: solid 1px #f099a0;
}

.pink{
  color: #f099a0;
}

.contact_block3{
  padding: 0 5%;
}
.contact_block3 table{
  width: 100%;
}

.contact_td1_top{
  width: 40%;
  padding: 15px 20px;
  padding-top: 0;
  font-size: .8em;
}

.contact_td2_top{
  width: 60%;
  padding: 15px 20px;
  padding-top: 0;
  font-size: .8em;

}

.contact_td1{
  width: 30%;
  padding: 15px 20px;
  font-size: .8em;

}



.contact_td2{
  width: 70%;
  padding: 15px 20px;
  font-size: .8em;
}
.contact_block3 input{
  width: 100%;
  padding: 5px 10px;
  font-size: .9em;

}

.form_textarea{
  padding-left: 5%;
}

.form_submit{
  padding-top: 30px;
  padding-left: 5%;
}

.contact_form textarea{
  width: 100%;
  margin: 0 auto;
}


#submit_btn{
  background-color: #747374;
  border: none;
  color: #fff;
  padding: 20px 0;
}

.print_wrap{
  padding-left: 7%;
  width: 80%;
  margin: 0 auto;
  padding-top: 100px;
}

.print_title{
  padding-bottom: 30px;
}
.print_title h2{
  font-size: 3em;
  letter-spacing: 4px;
}

.print_title span{
  font-size: 18px;
  padding-left: 20px;
}

.print_head_img img{
  width: 100%;
}

.print_head_img{
  padding-bottom: 50px;
}

.print_detail_p1{
  font-size: 1.5em;
  width: 100%;
  border: solid 1px #f099a0;
  text-align: center;
  padding: 10px 0;
  color: #f099a0;
}

.print_detail_p2{
  font-size: 1.5em;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  color: #f099a0;
}

.print_detail1{
  padding-top: 30px;
  padding-bottom: 50px;
}

.print_detail1 p{
  font-size: .8em;
  padding-bottom: 20px;
}

.print_detail1_img img{
  width: 100%;
}

.print_detail2{
  padding: 0 20px;
}

.print_detail2_img img{
  width: 100%;
}

.print_detail2_img{
  padding-right: 10px;
}

.print_detail3{
  padding-bottom: 30px;
}
.print_detail2_p1{
  font-size: 1.8em;
  color: #f099a0;
  padding-bottom: 30px;
}
.print_detail2_p2{
  font-size: 1.8em;
  color: #f099a0;
  padding-bottom: 30px;

}
.print_detail2_p3{
  font-size: 1em;
  color: #7d7d7d;
  line-height: 30px;
  letter-spacing: 2px;
}

.print_detail1_last{
  padding-bottom: 100px;
}

.print_detail3{
  padding-top: 50px;
}
.print_detail3_img img{
  width: 100%;
}

.print_detail3_attention{
  padding-left: 20px;
}

.print_detail3_attention_p1{
  font-size: 2em;
  color: #f099a0;
  padding-bottom: 30px;
}

.print_detail3_attention_p2{
  font-size: 1em;
  color: #7d7d7d;
  padding-bottom: 30px;
  line-height: 30px;
}

.print_detail3_attention_p3{
  font-size: 1.2em;
  color: #7d7d7d;
  padding-bottom: 30px;
  line-height: 30px;
}

.print_detail3_media p{
  font-size: 1em;
  color: #7d7d7d;
  padding-bottom: 10px;
}

.print_detail3_media p::before{
  content: "●";
  color: #f099a0;
  padding-right: 3px;
}

.print_detail4{
  padding-top: 30px;
  padding-bottom: 100px;
}

.print_detail4_img{
  padding: 0 10px;
}

.print_detail4_img img{
  width: 100%;
}

.print_detail_table{
  width: 100%;
  border: solid 1px #7d7d7d;
  text-align: center;
}

.print_detail_table_th{
  width: 25%;
  background-color: #f099a0;
  padding: 10px;
  color: #fff;
  border: solid 1px #7d7d7d;

}

.print_detail_table_td{
  width: 25%;
  padding: 30px 0;
  color: #7d7d7d;
  border: solid 1px #7d7d7d;
  vertical-align: middle;

}
.print_detail_shuffle{
  padding-top: 50px;
}

.print_detail_shuffle img{
   width: 100%;
}

.print_detail_shuffle_table{
  padding-top: 30px;
  padding-bottom: 100px;
}

.print_detail_shuffle_table table{
  width: 100%;
  text-align: center;
  border: solid 1px #7d7d7d;
}

.print_detail_shuffle_table th{
  width: 50%;
  text-align: center;
  background-color: #f099a0;
  padding:  20px 0;
  border: solid 1px #7d7d7d;
  color: #fff;

}


.print_detail_shuffle_table td{
  width: 50%;
  text-align: center;
  padding:  20px 0;
  border: solid 1px #7d7d7d;
  line-height: 30px;
  color: #7d7d7d;
}

.print_detail_1{
  padding: 20px 10px;
  justify-content: space-between;
}

.print_detail_img img{
  width: 100%;
}

.print_detail_img{
  padding-bottom: 20px;
}


.print_detail_1 p:nth-child(2){
  color: #f099a0;
  padding-bottom: 10px;
  font-size: 1.5em;
}

.print_detail_1 p:nth-child(3){
  color: #7d7d7d;
  font-size: .8em;
  line-height: 30px;
}


.recruit_wrap{
  padding-left: 50px;
  padding-top: 50px;
  width: 80%;
  margin: 0 auto;
}


.recruit_wrap h2{
  text-align: center;
  color: #f099a0;
  font-size: 3em;

}


.recruit_wrap h3{
  text-align: center;
  color: #f099a0;
}

.recruit_main_img img{
  width: 100%;
}


.recruit_sec1{
  padding: 30px 0;
}
.recruit_sec1 h3{
  color: #000;
  font-size: 2em;
  padding-bottom: 10px;
}
.recruit_sec1 p{
  text-align: center;
  color: #000;
  font-size: 1em;
}

.recruit_sec1_img1{
  padding: 30px 0;
}
.recruit_sec1_img1 img{
  width: 100%;
}

#recruit_sec1_p1{
  text-align: left;
  font-size: 2em;
}
.recruit_sec1_dt2{
  padding-top: 20px;
  padding-bottom: 20px;
}

.recruit_sec1_img2 img{
  width: 100%;
}

.recruit_sec1_dt1 p{
  text-align: left;
  padding: 0 5%;
  padding-bottom: 20px;
  line-height: 30px;
}

.recruit_sec1_table{
  width: 100%;
}

.recruit_sec1_table table{
  width: 100%;
}

.recruit_sec1_table td{
  vertical-align:top;
  padding: 10px 0;
  line-height: 30px;
  font-size: 1em;
}

.recruit_sec1_td1{
  width: 20%;
}

.recruit_sec1_td2{
  width: 80%;
  padding-left: 10px;
}

.recruit_contact{
  width: 40%;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}

.recruit_contact img{
  width: 100%;
}

.recruit_sec1 hr{
  width: 100%;
  margin-top: 80px;
}
.drone_head{
  width: 100%;
  overflow-y: hidden;
  position: relative;
}

.drone_head video{
  width: 100%;
  z-index: 1;

}

.drone_head h2{
  position: absolute;
  font-size: 2em;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 4;
  letter-spacing: 2px;
}

.drone_head svg {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     opacity: .6;
}


.drone_content{
  padding: 20px 0;
  padding-left: 50px;
}

.drone_content1{
  text-align: center;
  padding-top: 50px;
}

.drone_content1 p{
  font-size: .8em;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

.drone_content1 h3{
  font-size: 2em;
  letter-spacing: 2px;
  padding-bottom: 5px;
}

.drone_content2_1{
  width: 60%;
  margin: 0 auto;
  justify-content: center;
  padding-top: 30px;
}



.drone_content2_2 p{
  font-size: 2em;
  letter-spacing: 2px;
}

.drone_content2_3 p{
  font-size: 1em;
  letter-spacing: 2px;
  line-height: 25px;
}

.drone_content3{
  padding-top: 50px;
}

.drone_content3_1{
  padding: 10px 20px;
}

.drone_content3_1 video{
  width: 100%;
}

.drone_content3_2{
  text-align: center;
  padding-bottom: 50px;
}

.drone_content3_2 p{
  font-size: .8em;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

.drone_content3_2 h3{
  font-size: 2em;
  letter-spacing: 2px;
  padding-bottom: 5px;
}


.shop_wrap{
  padding-top: 50px;
  padding-left: 7%;
  padding-bottom: 50px;
  padding-right: 2%;

}

.shop_title h1{
  font-size: 3em;
  color: #f099a0;
}

.shoptitle2{
  font-size: unset;
  font-size: 20px;
  padding-left: 20px;
}

.shop_area{
  width: 100%;
  border: solid 1px #f099a0;
  color: #f099a0;
  text-align: center;
  padding: 5px 0;
  font-size: 2em;
}



.shop_detail_pad1{
  width: 100%;
  padding-right: 20px;
  margin: 0 auto;
  margin-top: 50px;
}


.shop_detail_img img {
  width: 100%;
}
.shop_detail2{
  padding-right: 20px;
  padding-top: 20px;

}

.shop_detail3{
  padding-left: 20px;
  padding-right: 0;
  padding-top: 20px;
}

.shop_detail4 p{
  font-size: 1em;
  padding-top: 10px;
  color: #866559;
}



.shop_detail_wrap{
  padding-left: 7%;
}
.shop_detail_title{
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 2%;

}

.shop_detail_title h1{
  font-size: 3em;
  color: #866559;
}

.shop_detail_title2{
  font-size: unset;
  font-size: 20px;
  padding-left: 20px;
  color: #000;
}

.shop_detail_img1 img{
  width: 100%;
}

.shop_detail3 h2{
  font-size: 3em;
  padding-bottom: 50px;
}

.shop_detail3 p{
  font-size: 1em;
  padding-bottom: 20px;
  line-height: 25px;
}

.shop_detail3 p:nth-child(2n){
  padding-bottom: 2px;
}

.shop_detail_map{
  padding-right: 10%;
  padding-top: 50px;
  padding-bottom: 50px;
}



.kokua_head_img img{
  width: 100%;
}
.kokua_ttl{
  width: 60%;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
}

.kokua_ttl p:nth-child(1){
  color: #f099a0;
  font-size: 1em;
}

.kokua_ttl h2{
  color: #f099a0;
  font-size: 3em;
  padding: 30px 0;
  line-height: 50px;
  padding-top: 10px;
}

.kokua_ttl p:nth-child(3){
  color: #7d7d7d;
  font-size: 1em;
  width: 70%;
  letter-spacing: 2.5px;
  line-height: 30px;
  margin: 0 auto;

}


.kokua_ttl p:nth-child(4){
  color: #7d7d7d;
  font-size: 1.3em;
  width: 70%;
  letter-spacing: 2.5px;
  line-height: 30px;
  margin: 0 auto;
  padding-top: 20px;
}

.kokua_contact{
  color: #0066c0;
}


.kokua_p1{
  text-align: center;
  margin: 0 auto;
  width: 70%;
  padding-top: 50px;
  font-size: 3em;
  color: #f099a0;
  letter-spacing: 3px;
}

.kokua_detail{
  margin: 0 auto;
  width: 70%;
  padding-top: 30px;
}

.kokua_detail_img1{
  padding-bottom: 10px;
  padding-right: 10px;
}

.kokua_detail_img1 img{
  width: 100%;
}

.kokua_p2{
  font-size: 1.5em;
  padding: 10px 0;
  text-align: center;
  color: #f099a0;
  border: solid 1px #f099a0;
}

.kokua_detail2_dtl_img1{
  padding-right: 5px;
}

.kokua_detail2_dtl_img2{
  padding-right: 5px;
}

.kokua_detail2_dtl_img1 img{
  width: 100%;
}
.kokua_detail2_dtl_img2 img{
  width: 100%;
}

.kokua_detail2_dtl{
  padding-top: 30px;
  justify-content: space-between;
}

.kokua_detail2_table{
  margin-top: 30px;
  width: 100%;
  border: solid 1px #7d7d7d;
}

.kokua_detail2_table th{
  width : 33%;
  text-align: center;
  padding: 20px 0;
  background-color: #f099a0;
  color: #fff;
  border: solid 1px #7d7d7d;

}

.kokua_detail2_table td{
  width : 33%;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
  border: solid 1px #7d7d7d;
  line-height: 30px;
  color: #7d7d7d;
}

.kokua_detail3_table{
  margin: 0 auto;
}
.kokua_detail3_table_td1{
  min-width: 100px;
  padding: 10px 0;
  color: #7d7d7d;
}

.kokua_detail3_table_td2{
  min-width: 100px;
  padding: 10px 0;
  color: #7d7d7d;
}

.kokua_map{
  padding: 50px 0;
  padding-left: 50px;
  width: 96%;
  overflow-x: hidden;
}


.kokua_exterior{
  padding: 0 15%;
  padding-top: 50px;
  text-align: center;
}

.kokua_exterior p{
  font-size: 3em;
  color: #f099a0;
  letter-spacing: 3px;
}

#kokua_exterior_span1{
  font-size: .8em;
  color: #f099a0;
  letter-spacing: 2px;
  padding-right: 10px;
}
.kokua_exterior_main{
  padding-top: 20px;
}
.kokua_exterior_main img{
  width: 100%;
}

.kokua_exterior_flex{
  padding-top: 20px;
}

.kokua_exterior_item1{
  padding-left: 0;
}

.kokua_exterior_item{
  padding-left: 10px;
}

.kokua_exterior_item img{
  width: 100%;
}

.kokua_exterior_item1 img{
  width: 100%;
}








/*  sp style*/

  @media screen and (max-width: 782px){
    .sp-break{
      display: block;
    }
    .pc-break{
      display: none;
    }
    .flex{
      flex-direction: column;
    }
.flex_item25{
  width: 100%;
}
.flex_item20{
  width: 50%;
}
.flex_item30{
  width: 100%;
}
.flex_item33{
  width: 100%;
}
.flex_item33sp{
  width: 50%;
}
.flex_item40{
  width: 100%;
}
.flex_item50{
  width: 100%;
}
.flex_item60{
  width: 100%;
}
.flex_item70{
  width: 100%;
}

/*company*/
.flex_company_about2 p:nth-child(1){
  text-align: center;
}
.flex_company_about2 p:nth-child(2){
  text-align: center;
}
.flex_company_about2 p:nth-child(3){
  width: 100%;
}
.flex_company_about2 p:nth-child(4){
  text-align: center;
}
.flex_company_about2 p:nth-child(5){
  width: 100%;
}

.company_profile_detail1 p:nth-child(1){
  text-align: center;
}
.company_profile_detail1_img img{
  width: 100%;
}

.company_profile_detail2 .company_td1{
  min-width: 100px;
}
.company_profile_detail2 table{
  font-size: .8em;
}
.company_license p{
  font-size: .8em;
}
.company_wrap{
  padding-top: 100px;
}

/*business*/

.business_title{
  width: 90%;
}
.business_title h2{
  font-size: 2em;
}
.business_title p:nth-child(4){
  font-size: .8em;
  letter-spacing: 1.2px;
}
.business_detail_txt h3{
  font-size: 1.5em;
  letter-spacing: 1.3px;
  padding-top: 30px;
  text-align: center;
  padding-bottom: 20px;
}
.business_detail_txt p{
  width: 100%;
  font-size: .8em;
  letter-spacing: 1.2px;
  color:#7d7d7d;
  padding-bottom: 20px;
  line-height: 25px;
}
.business_detail_img{
  padding: 0;
}
/*kokua*/
.kokua_ttl{
  width: 100%;
}
.kokua_ttl h2{
  font-size: 2em;
  padding: 10px 0;
}
.kokua_p1{
  font-size: 2em;
  padding-top: 10px;
}
.kokua_detail{
  padding-top: 10px;
  width: 90%;
  flex-direction: row;
}
.kokua_map{
  padding-left: 0;
  width: 100%;
}
.kokua_detail3_table{
  font-size: .8em;
}

.kokua_exterior_flex{
  flex-direction: row;
}
.kokua_exterior_item{
  padding-top: 5px;
}
.kokua_exterior_item1{
  padding-top: 5px;
}

.kokua_exterior_item_sp{
  padding-left: 0;
}
.kokua_exterior{
  padding: 0 5%;
  padding-top: 50px;
}

.kokua_exterior p{
  font-size: 2em;
  line-height: 40px;
}
/*monange*/
.monange_wrap{
  padding-left: 0;
}
.monange_ttl{
  width: 100%;
  padding-top: 20px;
}
.monange_ttl h2{
  font-size: 2em;
  padding: 10px 0;
}
.monange_ttl p:nth-child(3){
  padding: 10px 0;
}
.monange_ttl p:nth-child(4){
  width: 90%;
  text-align: left;
  padding-top: 10px;
}
.monange_detail1_img{
  width: 100%;
}
.monange_detail1_img2{
  flex-direction: row;
  width: 90%;
}
.flex_item25_sp{
  width: 25%;
}
.flex_item50_sp{
  width: 50%;
}
.monange_detail2{
  width: 90%;
}
.monange_detail2_txt p:nth-child(1){
  text-align: center;
}
.monange_detail3{
  width: 90%;
}
.monange_detail3_img1{
  flex-direction: row;
}
.monange_detail3 h3{
  font-size: 1em;
}
.monange_detail3_img1{
  padding-top: 10px;
}
.monange_detail3 h3{
  padding-top: 10px;
}
.monange_item_detail1{
  padding: 15px 0;
}
.monange_item_detail1 p{
  font-size: .8em;
}
.monange_item_detail2_dtl2{
  padding-top: 20px;
  padding-left: 0;
}
.monange_item_detail2_dtl1{
  padding-right: 0;
}
.monange_item_detail2_dtl1_txt p{
  font-size: .8em;
}
.monange_item_detail3_dtl2 p{
  font-size: .8em;
}
/*privay*/
.privacy_wrap{
  width: 90%;
  padding-top: 100px;
}

/*quality*/
.quality_detail{
  width: 90%;
  padding-top: 20px;
  padding-bottom: 10px;
}
.quality_detail p:nth-child(2){
  font-size: 1.5em;
  line-height: 40px;
  padding-bottom: 10px;
}
.quality_detail p:nth-child(3){
  padding-bottom: 10px;
  font-size: .8em;
}

/*shop*/
.shop_detail2{
  padding: 0;
  padding-top: 20px;
}
.shop_detail3{
  padding: 0;
  padding-top: 20px;
}

/*shopdetail */
.shop_detail_wrap{
  padding: 0;
}
.shop_detail_title{
  padding-top: 100px;
  padding-bottom: 10px;
}

.shop_detail3 h2{
  font-size: 2em;
  padding-bottom: 10px;
}
.shop_detail_map{
  padding: 0;
  padding-top: 10px;
  padding-bottom: 30px;
}

/* print */
.print_wrap{
  width: 90%;
  padding-left: 0;
  margin: 0 auto;
}

.print_title span{
  padding-left: 0;
}

.print_detail_p1{
  font-size: 1.2em;
}

.print_detail3{
  flex-direction: row;
}

.print_detail4_row{
  flex-direction: row;
}

.print_detail_shuffle{
  padding-top: 30px;
}

/* contact */
.contact_wrap{
  width: 90%;
  padding-top: 100px;
}

.contact_block1{
  padding-bottom: 30px;
}

.contact_block2_1 p:nth-child(1){
  font-size: 1.2em;
}
.contact_block3{
  padding: 0;
}

.contact_td1_top{
  padding-left: 0;
  padding-right: 0;
}
.contact_td1{
  padding-left: 0;
  padding-right: 0;
}

.form_textarea{
  padding-left: 0;
}

.form_submit{
  padding-left: 0;
}

/*recruit*/

.recruit_wrap{
  padding-left: 0;
  width: 100%;
}
.recruit_sec1 h3{
  font-size: 1.5em;
}
#recruit_sec1_p1{
  text-align: center;
  font-size: 1.5em;
}
.recruit_sec1_dt1 p{
  font-size: .8em;
  padding: 0 2%;
}

.recruit_sec1_table td{
  font-size: .8em;
}
.recruit_sec1_table table{
  width: 90%;
  margin:  0 auto;
}
.recruit_sec1_td1{
  width: 30%;

}
.recruit_sec1_td2{
  width: 70%;

}

.recruit_contact{
  width: 70%;
}

/* drone */

.drone_head{
  width: 100%;
  height: auto;
  overflow-y: hidden;
  position: relative;
}

.drone_content{
  padding-left: 20px;
  padding-right: 20px;
}

.drone_content2_1{
  width: 80%;
}

.drone_content2_2{
  padding-bottom: 20px;
}

.contact{
  top:inherit;
  bottom: 0;
  transform: none;
}

}


/* 20230130 追加*/

.monange_item_detail1 a{
  font-size: 1.5em;
  width: 100%;
  border: solid 1px #f099a0;
  text-align: center;
  padding: 10px 0;
  color: #f099a0;
  display: block;
}

.monange_item_detail1 a:hover{

  border: solid 1px #f099a0;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #f099a0;
  display: block;
  transition: 0.3s;

}

.kokua_ttl a{
  font-size: 1.5em;
  width: 50%;
  border: solid 1px #f099a0;
  text-align: center;
  padding: 10px 0;
  color: #f099a0;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}


.kokua_ttl a:hover{

  border: solid 1px #f099a0;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #f099a0;
  display: block;
  transition: 0.3s;

}
.contact_block3 select{
  width: 100%;
  padding: 5px 10px;
  font-size: .9em;
}

#time1{
  width: 30%;
  margin-right: 10px;
}


#time2{
  width: 30%;
  margin-left: 10px;

}

/*20230411追記*/

.post_card{
color: #7d7d7d;
    font-size: .8em;
    line-height: 30px;
}

.video{
  width: 100%;
}

.section1_3{
	position:absolute;
	width:100%;
	height:60px;
	background-color:#fff;
	bottom:0;
	left10:10%;
}