@charset "UTF-8";
/*
Theme Name: Komekko original theme
Theme URL: https://komekko-kobo.jp/
Description: わんぱく福祉会 ECサイト
Author: わんぱく福祉会
Version: 1.0.0
*/

/* all */
body {
    font-size: 100%;
    text-size-adjust: 100%;
    letter-spacing: 0.7px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    margin:0 auto;
  }

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:35px;
  color:#5a2c05;
}

h3{
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  color:#573f1c;
}

p,th,td,li{
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
  color:#573f1c;
}

ul {
  list-style:none;
}

a{
  text-decoration: none;
  font-size: 14px;
}

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;
}

a:hover,button:hover{
  cursor: pointer;
}

input,select{
  border-radius: 0;
}

a[href*="tel:"] {
  color:#000000;
}

.is_sp{
  display: none;
}

.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);
} 

.cal_6{
  display: inline-block;
  width: calc(16.6% - 30px / 6);
} 

.wrapper{
  max-width: 1040px;
  width: 100%;
  margin:0 auto;
  padding:80px 40px;
}

.inner{
    max-width: 1020px;
    width: 100%;
    margin:0 auto;
    padding:80px 25px 100px 25px;
  }

  .en{
      font-family: "Homemade Apple", cursive;
      text-align: center;
      color: #d87816;
  }
  
  .marker{
      background: linear-gradient(transparent 40%, #fdedc3 60%);
    font-weight: 500;
}

  .en_title{
    text-align: center;
    margin-bottom:8px;
  }

  .firstview_section{
    position: relative;
  }

  .firstview_section .btn{
    position: absolute;
    z-index: 99;
    bottom:22px;
    padding: 0 12px;
  }

  .aboutus_section,.flow_section,.partner_section{
    background: repeating-linear-gradient(90deg, #f1f1f1db, #f1f1f1db 2px, #fff 2px, #fff 30px);
  }
  
  .aboutus_section .text,.message_section .text{
  padding-bottom:6px;
  }

  .intro_section,.faq_section,.voice_section{
    background: #f2e9d1;
  }

  .intro_section .cal_3{
    background: #ffffff;
    text-align: center;
    border-radius: 5px;
    box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom:30px;
	height: 412px;
  }

.intro_section .cal_3 img{
	    border-radius: 5px 5px 0 0;
      height: 100%;
      width: 100%;
}

.intro_section .img_box{
  height: 180px;
  width: 100%;
  overflow: hidden;
}

  .intro_section .box{
    padding:15px 15px 20px 15px;
  }

  .intro_section .text{
    font-size: 12px;
  }

  .intro_section h3{
    margin-bottom:8px;
    font-size: 15px;
  }

  .intro_section i{
    padding-right: 5px;
  }

  .price{
    font-size: 20px;
    font-weight: bold;
  }

  .price span{
    font-size: 12px;
    font-weight: normal;
    padding-left: 2px;
  }

  .intro_section .btn input,.intro_section .btn02 a{
  background-color: #f39800!important;
  box-shadow: 0 5px #db9014;
  border-radius: 3px!important;
  font-size: 14px!important;
  transition: .2s ease-in-out;
  width: 100%!important;
  height: auto!important;
  }

  .intro_section .btn02 a{
    display: block;
    color: #ffffff;
    padding: 12px;
    margin-top:17px;
  }

  .cartjs_product_num{
    display: none;
  }

  .flow_section .cal_4{
    padding:15px;
    border: 2px solid #553014;
    text-align: center;
    position: relative;
    width: calc(25% - 100px / 4);
    background: #ffffff;
    border-radius: 5px;
    box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  
  .flow_section .step{
    color:#d87816;
    font-size: 18px;
  }
  
  .flow_section .title{
    font-weight: bold;
    font-size: 15px;
  }
  
  .flow_section .text{
    font-size: 12px;
  }
  
  .flow_section .arrow{
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
  }


.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;
    background: #ffffff;
    border-radius: 5px;
  }
  
  .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));
  }

  .partner_section .img{
    text-align:center;
  }

  .partner_section .img img{
    width: 90%;
  }

  .appeal_section .cal_3{
    padding:15px;
    text-align: center;
    position: relative;
  }

  .appeal_section .point{
    position: absolute;
    top:-40px;
    left:0;
  }

  .appeal_section .point02{
    left:-30px;
  }

  .appeal_section .box_container{
    margin-top:65px;
  }
  
  .question span{
    color: #307402;
    padding-right:5px;
  }
  
  .question p{
    font-weight: bold;
  }
  
  .question{
    padding:10px;
  }
  
  .answer{
    background:#ffffff ;
    padding:15px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
    border-radius: 3px;
  }

  .message_section .img{
    border-radius: 5px;
  }


footer .table{
    max-width: 350px;
    margin: 20px auto 40px auto;
	text-align: left;
}

footer .table th{
    vertical-align: top;
    letter-spacing: 5px;
    padding-bottom: 10px;
}

footer .table td{
    padding-left: 20px;
	line-height: 1.8;
	padding-bottom: 10px;
}

footer{
  background: #573f1c;
  text-align: center;
  color: #a1998c;
  padding:30px 0;
}

footer a{
  color: #f4f4f4;
  font-size:13px;
  text-decoration: underline;
}

small{
  font-size: 11px;
}

.url{
  text-decoration: revert!important;
}

.page_section table th {
    width: 25%;
    background: #f2e9d1;
}

.page_section table a{
  text-decoration: underline;
}

.page_section table th, .page_section table td {
    padding: 20px 40px;
    border: 1px dotted #333333;
    border-right: none !important;
    border-left: none !important;
}

.page_section ul{
    list-style: disc;
	padding-left: 1.5em;
}

.page_section .ad_padding{
padding-top:10px;
}

.cartjs_box{
padding:0!important;
}

