@charset "utf-8";

*{ box-sizing:border-box; }

button,label{ cursor:pointer; }

img{
    max-width:100%;
    height:auto;
}

/* レスポンシブ
----------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .pc-only{ display: none !important; /* PCのみ表示 */ }
}
@media screen and (min-width: 769px) {
    .sp-only{ display: none !important; /* SPのみ表示 */ }
}

/* 分類：レイアウト
----------------------------------------------------------------------------- */
/* インナーレイアウト */
.inner{
    width:100%;
    max-width:1100px;
    margin:0 auto;
    padding: 0 50px;
}
@media screen and (max-width:768px){
    .inner{
        width:100%;
        padding: 0 20px;
    }
}

/* 分類：インプット系
----------------------------------------------------------------------------- */
input[type="text"],
input[type="date"],
input[type="time"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"],
select,
textarea{
    font-family:inherit;
    border:1px solid #ccc;
    border-radius:3px;
    padding:10px;
    font-size:16px;
}

select{
    cursor:pointer;
    padding-right:30px !important;
    background-repeat:no-repeat;
    background-size:10px 5px;
    background-position:right 10px center;
}
input[type="text"]{
    width:100%;
}
textarea{
    width:100%;
    min-height:100px;
    resize:vertical;
}
@media screen and (max-width: 1100px) {
    input[type="text"],
    input[type="date"],
    input[type="time"],
    input[type="password"],
    input[type="number"],
    select,
    textarea{
        padding:5px;
    }
}

/* 分類：幅調整モジュール
----------------------------------------------------------------------------- */
.w5{ width:5% !important; }
.w10{ width:10% !important; }
.w15{ width:15% !important; }
.w20{ width:20% !important; }
.w25{ width:25% !important; }
.w30{ width:30% !important; }
.w35{ width:35% !important; }
.w40{ width:40% !important; }
.w45{ width:45% !important; }
.w50{ width:50% !important; }
.w55{ width:55% !important; }
.w60{ width:60% !important; }
.w65{ width:65% !important; }
.w70{ width:70% !important; }
.w75{ width:75% !important; }
.w80{ width:80% !important; }
.w85{ width:85% !important; }
.w90{ width:90% !important; }
.w95{ width:95% !important; }
.w100{ width:100% !important; }

.mb50{
    margin-bottom: 50px !important;
}

/* clearfix
----------------------------------------------------------------------------- */
.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/* 分類：ボタン
----------------------------------------------------------------------------- */
/* 緑ボタン */
.btn-normal_s,
.btn-normal_l{
    display: inline-block;
    color: #fff;
    background: linear-gradient(0deg,rgba(186, 236, 59, 1) 0%, rgba(55, 205, 70, 1) 100%);
    border-radius: 5px;
    box-shadow: 0 4px 0 0 #6ca370;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.btn-normal_s:hover,
.btn-normal_l:hover{
    box-shadow: none;
    transform: translateY(4px);
}

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

/* normal_s */
.btn-normal_s{
    min-width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.btn-normal_s i{
    vertical-align: middle;
    font-size: 22px;
    margin-left: 10px;
}
@media screen and (max-width:768px){
    
}

/* normal_l */
.btn-normal_l{
    min-width: 360px;
    height: 80px;
    line-height: 80px;
    font-size: 25px;
    padding: 0 40px;
}
.btn-normal_l i{
    vertical-align: middle;
    font-size: 30px;
    margin-left: 10px;
}
@media screen and (max-width:768px){
    /* normal_s */
    .btn-normal_s{
        min-width: 180px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .btn-normal_s i{
        vertical-align: middle;
        font-size: 22px;
        margin-left: 10px;
    }
    @media screen and (max-width:768px){

    }

    /* normal_l */
    .btn-normal_l{
        min-width: 200px;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        padding: 0 30px;
    }
    .btn-normal_l i{
        font-size: 25px;
    }
}

/* ボタン上テキスト */
.btn-normal_txt{
	text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.btn-normal_txt span::before,
.btn-normal_txt span::after{
    content: "";
    width: 20px;
    height: 28px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
}
.btn-normal_txt span::before{
    background-image: url("../images/btn_txt_l.png");
    margin-right: 14px;
}
.btn-normal_txt span::after{
    background-image: url("../images/btn_txt_r.png");
    margin-left: 14px;
}
@media screen and (max-width:768px){
    .btn-normal_txt{
        font-size: 16px;
    }
    .btn-normal_txt span::before{
        margin-right: 10px;
    }
    .btn-normal_txt span::after{
        margin-left: 10px;
    }
}


/* 分類：見出し
----------------------------------------------------------------------------- */
/* 大見出し */
.ttl-L{
    text-align: center;
    font-size: 25px;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
    font-weight: 500;
}
.ttl-L strong{
    font-size:44px;
}
.ttl-L::after{
    content: "";
    background: #54E40C;
    background: linear-gradient(90deg,rgba(84, 228, 12, 1) 0%, rgba(55, 161, 210, 1) 100%);
    width: 80px;
    height: 4px;
    display: block;
    position: absolute;
    left: calc( 50% - 40px );
    bottom: 0;
}

/* 白 */
.ttl-L.is-white{
    color: #fff;
}
.ttl-L.is-white::after{
    background: #fff;
}

@media screen and (max-width:768px){
    .ttl-L{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .ttl-L strong{
        font-size:32px;
    }
    .ttl-L::after{
        content: "";
        background: #54E40C;
        background: linear-gradient(90deg,rgba(84, 228, 12, 1) 0%, rgba(55, 161, 210, 1) 100%);
        width: 80px;
        height: 4px;
        display: block;
        position: absolute;
        left: calc( 50% - 40px );
        bottom: 0;
    }
}

/* 中見出し */
.ttl-M{
    font-family: "Noto Serif JP", serif;
    color: #1EA52C;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
}
@media screen and (max-width:768px){
    .ttl-M{
        font-size: 18px;
        margin-bottom: 20px;
    }
}

/* 小見出し */
.ttl-S{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.ttl-S span{
    font-size: 15px;
    font-weight: 500;
}

@media screen and (max-width:768px){
    .ttl-S{
        
    }
}


/* 小見出し */
.ttl-SS{
    
}

@media screen and (max-width:768px){
    .ttl-SS{
        
    }
}


/* 商品情報 */
.ttl-product{
    font-size:25px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.5em;
}

.ttl-price{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.ttl-price span{
    font-size:16px;
}

@media screen and (max-width:768px){
    .ttl-product{
        font-size:18px;
        margin-bottom: 15px;
    }

    .ttl-price{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ttl-price span{
        font-size:13px;
    }
}

/* 分類：文字色
----------------------------------------------------------------------------- */
.fc-red{
    color: #db4458;
}


/* 分類：セクション
----------------------------------------------------------------------------- */
/* 汎用セクション */
section{
    padding: 80px 0;
}

.bg-green{
    background-color: #F5FFE5;
}
@media screen and (max-width:768px){
    section{
        padding: 30px 0;
    }
}



/* 分類：ボックス
----------------------------------------------------------------------------- */
/* green */
.box-green{
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #fff;
    border: 5px solid #1EA52C;
}
.box-green-ttl{
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size:20px;
    font-weight: 700;
    border-radius: 3px 3px 0 0;
    background-color: #1EA52C;
}
.box-green-main{
    padding: 30px;
}

@media screen and (max-width:768px){
    .box-green{
        margin-bottom: 20px;
    }
    .box-green-ttl{
        padding: 5px 0;
        font-size:17px;
    }
    .box-green-main{
        padding: 15px;
    }
}

/* notice
----------------------------------------------------------------------------- */
.box-notice{
    border: 1px solid #fcddc5;
    background-color: #fcfae8;
    padding: 30px;
}
.box-notice-ttl{
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    font-size:20px;
    color: #db4458;
}

.box-notice-main ul{
    list-style-type:disc;
    margin-bottom: 20px;
    padding-left: 15px;
}
.box-notice-main ul li{
    margin-bottom: 5px;
}

.box-notice-main p{
    margin-bottom: 20px;
}

@media screen and (max-width:768px){
    .box-notice{
        padding: 15px;
    }
    .box-notice-ttl{
        margin-bottom: 20px;
        font-size:18px;
    }

    .box-notice-main ul{
        list-style-type:disc;
        margin-bottom: 20px;
        padding-left: 15px;
    }
    .box-notice-main ul li{
        margin-bottom: 5px;
    }

    .box-notice-main p{
        margin-bottom: 20px;
    }
}

/* 分類：お客様の声
----------------------------------------------------------------------------- */
.list-voice ul{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.list-voice ul li{
    width: calc( ( 100% - 100px ) / 3 );
    margin-right: 50px;
}
.list-voice ul li:nth-child(3n){
    margin-right: 0;
}

.list-voice-img{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.list-voice-img-tag{
    position: absolute;
    bottom: 10px;
    left: 0;
    display: inline-block;
    padding:5px 10px;
    color: #fff;
    background-color: #1EA52C;
}

.list-voice-txt{
    
}
.list-voice-txt-ttl{
    font-weight: 700;
    font-weight: 18px;
    margin-bottom: 10px;
}

@media screen and (max-width:768px){
    .list-voice ul{
        display: block;
    }
    .list-voice ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .list-voice-img{
        margin-bottom: 15px;
    }
    .list-voice-img-tag{
        position: absolute;
        bottom: 10px;
        left: 0;
        display: inline-block;
        padding:5px 10px;
        color: #fff;
        background-color: #1EA52C;
    }

    .list-voice-txt{

    }
    .list-voice-txt-ttl{
        font-weight: 700;
        font-weight: 18px;
        margin-bottom: 10px;
    }
}

/* 分類：FAQ
----------------------------------------------------------------------------- */
.list-faq dl{
    margin-bottom: 20px;
    padding: 20px 40px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 0 0 #29792E;
}
.list-faq dl dt{
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}
.list-faq dl dt::before{
    content: "Q";
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background-color: #1EA52C;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    margin-right: 20px;
    text-align: center;
    line-height: 35px;
}
.list-faq dl dd{
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
    display: none;
}

@media screen and (max-width:768px){
    .list-faq dl{
        margin-bottom: 15px;
        padding: 10px 20px;
    }
    .list-faq dl dt{
        font-size: 16px;
    }
    .list-faq dl dt::before{
        font-size: 16px;
        width: 25px;
        height: 25px;
        margin-right: 10px;
        line-height: 22px;
    }
    .list-faq dl dd{
        padding-top: 10px;
        margin-top: 10px;
    }
}

/* 分類：商品リスト
----------------------------------------------------------------------------- */
.list-product ul li{
    display: flex;
    margin-bottom: 50px;
    align-items: flex-start;
}

.list-product-img{
    margin-right: 30px;
}
.list-product-img img{
    width: 150px;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    border-radius: 10px;
}
.list-product-img a:hover img{
    opacity:0.7;
}

.list-product-txt-ttl{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.5em;
}
.list-product-txt-price{
    font-size:18px;
    font-weight: 700;
}
.list-product-txt-price span{
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width:768px){
    .list-product ul li{
        margin-bottom: 20px;
    }

    .list-product-img{
        margin-right: 20px;
    }
    .list-product-img img{
        width: 100%;
    }

    .list-product-txt-ttl{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .list-product-txt-price{
        font-size:15px;
    }
    .list-product-txt-price span{
        font-size: 13px;
    }
}

/* 分類：お知らせリスト
----------------------------------------------------------------------------- */
.list-news{
    
}
.list-news ul{
    border-top: 1px solid #D9D9D9;
}
.list-news ul li{
    border-bottom: 1px solid #d9d9d9;
    padding: 30px 0;
}

.list-news-ttl{
    font-size:20px;
    margin-bottom: 30px;
    font-weight: 700;
}
.list-news-ttl time{
    color:#1EA52C;
    margin-right: 10px;
    display: inline-block;
}

@media screen and (max-width:768px){
    .list-news ul li{
        padding: 15px 0;
    }

    .list-news-ttl{
        font-size:17px;
        margin-bottom: 15px;
    }
    .list-news-ttl time{
        display: block;
    }
}


