@charset "UTF-8";
/*
Theme Name: Suwanobi Original theme
Theme URL: 
Author: Suwanobi
Version: 1.0.0
*/

/* all */
body {
    font-size: 100%;
    text-size-adjust: 100%;
    letter-spacing: 0.7px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 1;
  }

  html {
    scroll-behavior: smooth;
}
  
  *{
    box-sizing: border-box;
    margin:0;
    padding:0;
  }

  h1{
    font-size: 35px;
  }

  h2{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin-bottom:20px;
    font-family: "Noto Serif JP", serif;
  }

  h3{
    font-size: 23px;
    font-weight: 500;
    line-height: 1.5;
  }

  p,th,td,li{
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.6px;
  }
  
  ul {
    list-style:none;
  }

  i{
    padding-right: 7px;
  }
  
  a{
    text-decoration: none;
  }

  ol{
    padding-left:1.5em;
    line-height: 1.6;
  }
  
  table{
    width: 100%;
    border-collapse: collapse;
  }
  
  input, select, textarea  {
    font-size: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    }
  
  textarea{
    width: 100%;
    padding:10px;
  }
  
  img {
    vertical-align: bottom;
    object-fit: cover;
  }
  
  textarea:focus,select:focus,input:focus{
    outline: none;
  }
  
  .is_sp {
    display: none;
  }
  
  a:hover,button:hover{
    cursor: pointer;
  }
  
  input,select{
    border-radius: 0;
  }

    a[href*="tel:"] {
        color:#000000;
      }
    
      .box_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }
      
      .cal_2{
        display: inline-block;
        width: calc(50% - 40px / 2);
      }
      
      .cal_3{
        display: inline-block;
        width: calc(33.33% - 60px / 3);
      }
      
      .cal_4{
        display: inline-block;
        width: calc(25% - 40px / 4);
      } 
      
      .wrapper{
        max-width: 1080px;
        width: 100%;
        margin:0 auto;
        padding:80px 40px;
      }
      


  /* header */
  header{
    z-index: 99;
    max-width: 1440px;
    width: 100%;
    padding:0 20px;
    position: fixed;
    top:0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background: #fffffff2;
  }

  .logo_b{
    display: none;
  }

  .fixed{
    position: fixed;
    top:0;
    background: #ffffffdb;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); 
  }

  .fixed .nav_menu li a{
    color:#000000;
    padding:20px 5px;
  }

  .logo_w{
    padding:7px 0;
  }

  .fixed .logo_w{
    display: none;
  }

  .fixed .logo_b{
    display: block;
  }

  header h1{
    float: left;
    line-height: 1.2;
  }

  .header a{
    color:#000000;
  }
  
  input#menu-btn-check{
    display: none;
  }
  
  .header ul{
    display: flex;
    max-width: 700px;
    width: 100%;
    margin: 0 0 0 auto;
  }

  .nav_menu li{
    width: calc(100% / 5);
    font-size: 15px;
  }

  .nav_menu li a{
    padding: 20px 5px;
    display: block;
    line-height: 1.4;
    font-weight: bold;
    margin-top:10px;
    color: #333333;
  }

  .nav_menu li a:hover{
    opacity: 0.7;
  }
  
  .fa-paper-plane{
    padding-right: 7px;
  }

  .header_en{
    font-family: "Noto Sans", sans-serif;
    font-size: 19px;
    font-weight: 900;
  }

  /* index */

  .first_view{
    position: relative;
    width: 100%;
    padding-top: 80px;
    height: 765px;
    overflow: hidden;
  }

  .first_view .top_back{
    animation: animationZoom1 5s ease-in-out forwards;
  }

  @keyframes animationZoom1 {
    100% { transform: scale(1.1)}
    }

 
  .top_text{
    position: absolute;
    top: 280px;
    right: 0;
    left:0;
    margin:0 auto;
  }

  .first_view .top_logo{
    position: absolute;
    top: 200px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .en {
    font-size: 14px;
    text-align: center;
    font-family: "Jost", sans-serif;
    margin-bottom: 7px;
}   

.en span {
  border-bottom: 1px solid #7eb955;
  padding: 0 3px 7px 3px;
}

  .inner{
    max-width: 1060px;
    width: 100%;
    padding:80px 15px;
    margin:0 auto;
  }

  .page_section{
    background: none;
  }

  .service_section,.news_section{
    background:#f9f7f0 ;
  }

  .service_section h3{
    padding: 12px 0 6px 0;
    font-weight: 600;
    font-size: 19px;
    text-align: center;
    color: #333333;
  }

  .service_section .cal_3{
    background: #ffffff;
  }

  .service_section p{
    padding:0 20px;
  }

  .post_item {
    display: flex;
    padding: 15px;
    background: #ffffff;
    box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16);
}

.post_date {
  color: #333333;
  padding-right: 20px;
  font-family: "Jost", sans-serif;
}

.post_title {
  color: #333;
}

.btn, .submit-container {
  background:#333333;
  max-width: 248px;
  width: 100%;
  margin: 50px auto 0 auto;
  transition: .2s;
  border-radius: 99px;
}

.service_section .btn{
  margin: 15px auto 20px auto;
}

.btn a, .submit-container input {
  padding: 16px;
  text-align: center;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  background: 0 0;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(to left, #05bf62, #86c641);
  border-radius: 99px;
}

.page_section h2 {
  padding: 70px 100px 60px;
  background: #f9f7f0;
  background-size: cover;
  text-align: center;
  background-position: center;
  margin: 80px 0 0 0;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 4px;
}

.breadcrumbs {
  padding: 10px 40px;
  line-height: 1.5;
  font-size: 13px;
  color: #686868;
  font-family: "Jost", sans-serif;
}

.breadcrumbs a{
  color: #686868;
  font-family: "Jost", sans-serif;
}

.breadcrumbs .jp{
  display: none;
}

.table th {
  width: 25%;
  color: #333333;
  background: #eee;
}

.table th, .table td {
  padding: 20px 40px;
  border: 1px dotted #333333;
  border-right: none !important;
  border-left: none !important;
}

.archive_item {
  margin-bottom: 20px;
  border: 2px solid #333333;
  padding: 15px 20px;
}

.post_content {
  line-height: 1.5;
  color: #686868;
  font-size: 14px;
}

.wpcf7-spinner{
  display: none;
}

.single_h3{
  color:#026c34;
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 15px;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
0%{
  height:0;
  top:0;
  opacity: 0;
}
30%{
  height:30px;
  opacity: 1;
}
100%{
  height:0;
  top:50px;
  opacity: 0;
}
}

.single_date{
  font-family: "Jost", sans-serif;
}


.voice_section .box_container{
  margin-top:50px;
}

.voice_section .box{
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 50px 20px 20px 20px;
  position: relative;
}

.voice_section .reviewer{
  font-size: 13px;
  color:#7b7b7b;
  text-align: right;
  padding-top:10px;
}

.voice_section p{
  letter-spacing: 1px;
}

.voice_section .img{
  position: absolute;
  top:-35px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.bottom_btn .btn {
  max-width: 100%;
}

.bottom_btn .btn a{
  padding:30px 10px;
  background:linear-gradient(90deg, #00a107c4, rgb(139 195 74 / 75%)), url(img/top.jpg);
  border-radius: 0;
}

  /* footer */

  footer{
    background: #333333;
    color: #c6c6c6;
    padding:20px;
    text-align: center;
  }

  small{
    font-size: 12px;
  }
