@charset "UTF-8";

/*共通部分*/
body{
    background-image:url(./image/back2.jpg);
    background-size: auto ;
    background-repeat: repeat;
}
@media(max-width:600px){   
  body{
    -webkit-text-size-adjust: 100%;
  }}

/*header部分*/
header {
  display: flex;
  background: #eeeeee;
  height: 60px;
  position: fixed; /* ウィンドウを基準に画面に固定 */
  top: 0; /* 上下の固定位置を上から0pxにする */
  left: 0; /* 左右の固定位置を左から0pxにする */
}
.header-1{
  font-size:10px;
}

.main-menu {
  margin: 0 auto;
  display: flex;
  width: 100vw;
}
.logo {
  text-align: center;
  padding: 18px;
  font-size: 24px;
  width: 120px;
  background: #dddddd;
}
.pc-menu {
  width: 100%;
}

.logo p{
    position: absolute;
    top:0;
    left:0;
    font-size:12px;

    margin:0;
    padding-top:20px;
    padding-left:15px;
  }

  .header-logo{
    width:40px;
    height:40px;
    margin-bottom:20px;
  }
  




@media screen and (max-width: 1279px) {
  .pc-menu {
    display: none;
  }
}
.pc-menu > ul {
  display: flex;
  list-style: none;
}
.pc-menu > ul > li {
  text-align: center;
  font-size: 16px;
  width: 25%;
}
.pc-menu > ul > li > a {
  display: block;
  text-decoration: none;
  color: #000000;
  line-height: 60px;
}
.pc-menu > ul > li > a:hover {
  background: #cccccc;
}
@media screen and (min-width: 1280px) {
  .sp-menu {
    display: none;
  }
}

.sp-menu__box {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background: rgba(232, 179, 217, 0.914) ;
}
.sp-menu__box span,
.sp-menu__box span:before,
.sp-menu__box span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #ffffff;
  position: absolute;
}
.sp-menu__box span:before {
  bottom: 8px;
}
.sp-menu__box span:after {
  top: 8px;
}
#sp-menu__check {
  display: none;
}
#sp-menu__check:checked ~ .sp-menu__box span {
  background: rgba(255, 255, 255, 0);
}
#sp-menu__check:checked ~ .sp-menu__box span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#sp-menu__check:checked ~ .sp-menu__box span::after {
  top: 0;
  transform: rotate(-45deg);
}
#sp-menu__check:checked ~ .sp-menu__content {
  left: 0;
}
.sp-menu__content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: rgba(232, 179, 217, 0.914) ;
  transition: all 0.5s;
}
.sp-menu__list {
  padding: 70px 10px 0;
}
.sp-menu__item {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.sp-menu__link {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
}


  /* layout */
  
  #main {
    height: 600px;
  }





/*main*/

h1{
    color:darkorange;
    font-family: 'Shippori Mincho', serif;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    padding-top:35px;
  }


  .main{
    padding-top: 100px;
    padding:150px 150px;
    text-align:center;
  }
  
  .m1{
      color:sienna;
      font-family: 'Zen Kurenaido', sans-serif;
      font-size:40px;
 
  }

  .main h1{
    color:sienna;
    font-family: 'Zen Kurenaido', sans-serif;
    font-size:35px;
    font-weight:bold;
   

  }

.mp{
  color:sienna;
  font-family: 'Zen Kurenaido', sans-serif;
  font-size:25px;
}

  
.main-i2{
  margin: 0 auto;
}


  @media(max-width:600px){   
    .main{
      padding:30px 10px;
      padding-top:70px;
      width:auto;
    }
    h1{
      font-size:18px;
      border-bottom: solid 3px;
      border-image:linear-gradient(315deg, rgba(251, 186, 106, 0.925) 0%, rgba(232, 179, 217, 0.914) 74%);
      border-image-slice: 1;
    }
    .mp{
      font-size:15px; 
      color:#000000;
      font-family:none;
      padding-top:10px;
    }
    .main-i2{
      width:330px;
    }
    .mp{
     width:auto;
     
     font-family: 'Zen Kurenaido', sans-serif;
     padding-right:10px;
     padding-left:10px;
    }

    
    .m1{
      font-size:20px;
    }
    .main-i1{
      width:150px;
      height:150px;
    }
    .main h1{
      font-size: 21px;
    }
    .main-t{
      border-bottom: none;
      padding-bottom:10px;
    }



  }


  /*@media screen and (max-width: 460px){
  .for-pc {display:none}
  }*/


  /*main end*/


  /*代表挨拶*/

  .greet{
    padding-right:150px;
    padding-left:150px;
  }
  .greet-contant{
    padding: 1rem;
    border-radius: 0.2rem;
    border-width: 10px;
    margin-bottom: 0.5rem;
    background-image:
        linear-gradient(rgb(255, 255, 255 ) 0 100%),
        linear-gradient(315deg, rgba(251, 186, 106, 0.925) 0%, rgba(232, 179, 217, 0.914) 74%);
    ;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    background-size: calc(100% - 1rem) calc(100% - 1rem), 100% 100%;
    font-size: 20px;

    font-family:none;
    line-height: 2.0;
    list-style-position:inside;
    text-align:center;
  }
.g1{
  text-align:center;
  
}
  @media(max-width:600px){
  .greet{
    padding-right:20px;
    padding-left:20px;
    width:auto;
    background-size: none;
    margin-bottom: 0%;
  }

  .greet-contant{
    font-size:15px;
    background-image: none;
    
    font-family:none;
    margin-bottom:0;
  }
  .g1{
    text-align:center;
    background-color:hsl(60, 88%, 87%);
    
  }
  }

  
  /*代表挨拶end*/

  /*ご利用にあたって*/
  .service{
  padding-right:150px;
  padding-left: 150px;
  }

  .main-infocontant{
  padding: 1rem;
  border-radius: 0.2rem;
  border-width: 10px;
  margin-bottom: 0.5rem;
  background-image:
      linear-gradient(rgb(255, 255, 255 ) 0 100%),
      linear-gradient(315deg, rgba(251, 186, 106, 0.925) 0%, rgba(232, 179, 217, 0.914) 74%);
  ;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: calc(100% - 1rem) calc(100% - 1rem), 100% 100%;

  font-size: 20px;
  
  font-family:none;
  line-height: 2.0;
  list-style-position:inside;
  }

  @media(max-width:600px){
.service{
  padding-right:20px;
  padding-left:20px;
  padding-top:10px;
  width:auto;
  
}
    .main-infocontant{
      font-size:14px;
      background-image: none;
      font-family:none;
    
    }

    .service-info{
      padding-top: 10px;
    }
    
    }

/*利用料金について*/
.service-money{
  padding-right:150px;
  padding-left: 150px;
  }
.service-m1{
  padding: 1rem;
  border-radius: 0.2rem;
  border-width: 10px;
  margin-bottom: 0.5rem;
  background-image:
      linear-gradient(rgb(255, 255, 255 ) 0 100%),
      linear-gradient(315deg, rgba(251, 186, 106, 0.925) 0%, rgba(232, 179, 217, 0.914) 74%);
  ;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: calc(100% - 1rem) calc(100% - 1rem), 100% 100%;

  font-size: 20px;
  
  font-family: none ;
  line-height: 2.0;
}

@media(max-width:600px){
  .service-money{
    padding-right:15px;
    padding-left:15px;
    font-size:14px;
  }
      .service-m1{
        font-size:14px;
        background-image: none;
       
      }

      .service-m1 p{
        font-size:14px;
        line-height: 2.0;
      }
      
      }


/*----------利用料金についてend------------*/

/*サービスについて*/
.grid{
  display:grid;
  gap:26px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
 }

 .service-info{
  padding-left: 150px;
  padding-right: 150px;
  padding-top:100px;
}



/* 上下に線をつけた囲み枠 */
.item-1 {
  padding: 8px 19px;
  margin: 2rem 0;
  background: #fff0f0; /* 背景色 */
  border-top: solid 5px #ff9d9d; /* 上線の色 */
  border-bottom: solid 5px #ff9d9d; /* 下線の色 */
  box-shadow: 2px 2px 2px #ccc; /* 影の色 */
  text-align: center;
}

.item-1 p {
  margin: 0; 

}

.item-p1{
  color: #ff9d9d;
  text-align: center;
  font-family: 'Zen Kurenaido', sans-serif;
  font-weight: bold;
  font-size:20px;

}

.item-2 {
  padding: 8px 19px;
  margin: 2rem 0;
  background: #fff0f0; /* 背景色 */
  border-top: solid 5px skyblue; /* 上線の色 */
  border-bottom: solid 5px skyblue; /* 下線の色 */
  box-shadow: 2px 2px 2px #ccc; /* 影の色 */
  text-align: center;
}

.item-2 p {
  margin: 0; 

}

.item-p2{
  color:skyblue;
  text-align: center;
  font-family: 'Zen Kurenaido', sans-serif;
  font-weight: bold;
  padding-top:10px;
  font-size:20px;
}


.item-3 {
  padding: 8px 19px;
  margin: 2em 0;
  background: #fff0f0; /* 背景色 */
  border-top: solid 5px darkseagreen; /* 上線の色 */
  border-bottom: solid 5px  darkseagreen; /* 下線の色 */
  box-shadow: 2px 2px 2px #ccc; /* 影の色 */
  text-align: center;
}

.item-3 p {
  margin: 0; 
  padding-top:20px;
}

.item-p3{
  color:darkseagreen;
  text-align: center;
  font-family: 'Zen Kurenaido', sans-serif;
  font-weight: bold;
  font-size:20px;
}

.item-4 {
  padding: 8px 19px;
  margin: 2em 0;
  background: #fff0f0; /* 背景色 */
  border-top: solid 5px #ffb03f; /* 上線の色 */
  border-bottom: solid 5px #ffb03f; /* 下線の色 */
  box-shadow: 2px 2px 2px #ccc; /* 影の色 */
  text-align: center;
}

.item-4 p {
  margin: 0; 
}
  


.item-p4{
  color:#ffb03f;
  text-align: center;
  font-family: 'Zen Kurenaido', sans-serif;
  font-weight: bold;
  font-size:20px;
}

.item-5 {
  padding: 8px 19px;
  margin: 2em 0;
  background: #fff0f0; /* 背景色 */
  border-top: solid 5px mediumpurple; /* 上線の色 */
  border-bottom: solid 5px mediumpurple; /* 下線の色 */
  box-shadow: 2px 2px 2px #ccc; /* 影の色 */
  text-align: center;
}

.item-5 p {
  margin: 0; 

}
.item-p5{
  color:mediumpurple;
  text-align: center;
  font-family: 'Zen Kurenaido', sans-serif;
  font-weight: bold;
  font-size:20px;
}
.item-6 {
  padding: 8px 19px;
  margin: 2em 0;
  background: #fff0f0; /* 背景色 */
  border-top: solid 5px cornflowerblue; /* 上線の色 */
  border-bottom: solid 5px cornflowerblue; /* 下線の色 */
  box-shadow: 2px 2px 2px #ccc; /* 影の色 */
  text-align: center;
}

.item-6 p {
  margin: 0; 
}

.item-p6{
  color:cornflowerblue;
  text-align: center;
  font-family: 'Zen Kurenaido', sans-serif;
  font-weight: bold;
  font-size:20px;
}

.item-7 {
  padding: 8px 19px;
  margin: 2em 0;
  background: #fff0f0; /* 背景色 */
  border-top: solid 5px lightcoral; /* 上線の色 */
  border-bottom: solid 5px lightcoral; /* 下線の色 */
  box-shadow: 2px 2px 2px #ccc; /* 影の色 */
  text-align: center;
}

.item-7 p {
  margin: 0; 

}

.item-p7{
  color:lightcoral;
  text-align: center;
  font-family: 'Zen Kurenaido', sans-serif;
  font-weight: bold;
  font-size:20px;
}

.item-8 {
  padding: 8px 19px;
  margin: 2em 0;
  background: #fff0f0; /* 背景色 */
  border-top: solid 5px rgb(189, 229, 189); /* 上線の色 */
  border-bottom: solid 5px rgb(189, 229, 189); /* 下線の色 */
  box-shadow: 2px 2px 2px #ccc; /* 影の色 */
  text-align: center;
  color:darkseagreen
}

.item-8 p {
  margin: 0; 

}

.item-p8{
  color:rgb(92, 184, 134);
  text-align: center;
  font-family: 'Zen Kurenaido', sans-serif;
  font-weight: bold;
  font-size:20px;
}

.item-img{
  width:75px;
  height:75px;
  
}

@media(max-width:600px){
  .service-info{
    padding-right:30px;
    padding-left:30px;
  }
      .service-m1{
        font-size:5px;
        font-family:none;
      }
      .grid{
        display:grid;
        gap: 26px ;
        grid-template-columns: 1fr 1fr;
      }

      .item-img{
        width:75px;
        height: 75px;
      }
      
      .item-p{
        font-size:14px;
      }

      .item-3 p {
        margin: 0; 
        padding-top:0px;
      }
      .item-p7{
        font-size:12px;

      }
      .item-p1{
        font-size:14px;
      }
  }

    /*--service-end*/

    .qa{
      padding-top:100px;
      width:1400px;
  padding-top:100px;
 padding-left:400px;


    }
   


    .qa-001 {
      max-width: 1000px;
      margin-bottom: 7px;
      border: 1px solid #d6dde3;
      border-radius: 5px;
  }
  
  .qa-001 summary {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      padding: 1em 2em 1em 3em;
      color: #333333;
      font-weight: 600;
      cursor: pointer;
  }
  
  .qa-001 summary::before,
  .qa-001 p::before {
      position: absolute;
      left: 1em;
      font-weight: 600;
      font-size: 1.3em;
  }
  
  .qa-001 summary::before {
      color: #75bbff;
      content: "Q";
  }
  
  .qa-001 summary::after {
      transform: translateY(-25%) rotate(45deg);
      width: 7px;
      height: 7px;
      margin-left: 10px;
      border-bottom: 3px solid #333333b3;
      border-right: 3px solid #333333b3;
      content: '';
      transition: transform .5s;
  }
  
  .qa-001[open] summary::after {
      transform: rotate(225deg);
  }
  
  .qa-001 p {
      position: relative;
      transform: translateY(-10px);
      opacity: 0;
      margin: 0;
      padding: .3em 3em 1.5em;
      color: #333;
      transition: transform .5s, opacity .5s;
  }
  
  .qa-001[open] p {
      transform: none;
      opacity: 1;
  }
  
  .qa-001 p::before {
      color: #ff8d8d;
      line-height: 1.2;
      content: "A";
  }


    @media(max-width:600px){
      .qa-001 p {
        font-size:14px;
      }
      .qa-001 summary {
        font-size:14px;
    }

    .qa{
      padding-right:15px;
      padding-left:15px;
      width:auto;
    }
}


/*会社概要company*/
.company-contant{
padding: 1rem;
border-radius: 0.2rem;
border-width: 10px;
margin-bottom: 0.5rem;
background-image:
    linear-gradient(rgb(255, 255, 255 ) 0 100%),
    linear-gradient(315deg, rgba(251, 186, 106, 0.925) 0%, rgba(232, 179, 217, 0.914) 74%);
;
background-position: center, center;
background-repeat: no-repeat, no-repeat;
background-size: calc(100% - 1rem) calc(100% - 1rem), 100% 100%;

font-size: 20px;

font-family:none;
line-height: 2.0;
}

.company{width:1400px;
  padding-top:100px;
  padding-left:450px;
}


@media(max-width:600px){
  .company{
    padding-right:20px;
    padding-left:20px;
    width:auto;
    
  }
  .company p{
    font-size:20px;
    background-image: none;
  }
.company-contant{
  background-image: none;
  font-weight: bold;
}
}


/*company*/


.access{
  text-align:center;
}

@media(max-width:600px){
  .access{
    padding-right:20px;
    padding-left:10px;
  }
}

/*panf*/

.pdf{
  width:auto;
  height:150px;
  padding-left: 550px;
  padding-right: 550px;
  padding-top:100px;
}
  
.panf{
  width:40px;
  height:40px;
  vertical-align: middle;

}

.panf-c{
background-color:gold;
text-align: center;
width:auto;
border-radius: 10px;
color:darkred;
font-weight: bold;
padding-bottom:20px;
vertical-align: middle;
padding-top:20px;

}

.pdf{
  padding-right:50px;
  padding-left:50px;
}

@media(max-width:600px){
 
  .pdf{
    padding-top:30px;
   
  }
  }
  



  /*.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    }
    .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    }*/
    @media(max-width:600px){
      .gmap iframe{
        height: 240px;
        width: 300px;
      }
    }


    /*bottom*/
 /*   *,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}*/



.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-malformation {
  font-size: 2rem;

  padding: 3rem 4rem;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #eb6100;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

a.btn-malformation {
  font-size: 2rem;

  padding: 3rem 4rem;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

.btn-malformation--pastel {
  background: #fca1a1;
  background: -webkit-linear-gradient(-45deg, #fca1a1 40%, #fcfc5d 100%);
  background: -webkit-linear-gradient(315deg, #fca1a1 40%, #fcfc5d 100%);
  background: linear-gradient(135deg, #fca1a1 40%, #fcfc5d 100%);
  -webkit-box-shadow: 30px 10px 0 #fefeb3;
  box-shadow: 30px 10px 0 #fefeb3;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca1a1', endColorstr='#fcfc5d', GradientType=1);
}

.bottom{
  position:fixed;
right:50px;
bottom:50px;
}

.bottom a{
  font-size:0.2rem;
}




@media(max-width:600px){
 
.btn,
a.btn,
button.btn {

  padding: 1rem 2rem;
    font-size:14px;
  }
 
}


.footer{
  background-color:#ccc;
  padding-left:50px;
  text-align:center;
  line-height: 40px;
}


.footer p{
font-size: 20px;
font-family:none;
}

.footer-logo{
  width:20px;
  height:20px;
}

/*ここは後から追加-------------------------------------------------------------------------:*/
/*----a.btn_03 {
	display: block;
	text-align: center;
 
	text-decoration: none;
	width: 220px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	border-radius: 100vh;
	transition: 0.5s;
  font-size: 10px;
}

a.btn_03:hover {
	color: #fff;
	background: #27acd9;
--*/


@media(max-width:600px){
  .footer p{
  font-size:10px;
  line-height: 20px;
  font-family: none;
}
}



/*download-----------------------------------------------------------------------------------------------------*/

table{
  border-collapse: separate;
  border-spacing: 0px 5px;
  width:1000px;
}
td,th{
  padding: 70px;
}
th{
  background:#fde5e5;
  color:#000000;
}
td{
  background:#fde5e5;
  text-align:center;
  font-size:20px;
}

@media(max-width:600px){
  .download{
    padding-right:50px;
    padding-left:30px;
  }
  table{
    border-collapse: separate;
    border-spacing: 0px 5px;
    margin: 0 auto;
    width:350px;
  }
  .dlimg{
    width:20px;
    height:20px;
  
  }

  tr{
    font-size:5px;
  }
  td,th{
    padding: 10px;
  }

  .dlimgpdf{
    width:30px;
    height:23px;
  }
  .download p{
    font-size: 10px;
    font-family: 'Zen Kurenaido', sans-serif ;
    text-align:center;
    }

    .download{
      padding-top:100px;
      height:650px;
    }
}