@charset "UTF-8";
/*******************************
 
mainimgCss
 
*******************************/
.hero .mainttl{
    background-image: url("../img/mainttl_bg.jpg");
    background-size: cover;
    background-position: right bottom;
}
.hero .mainttl:before{
    height: 61px;
    background-image: url("../img/ico_kaki.png");
}
.hero .mainttl .sub{
    display: block;
    font-size: 20px;
}
.hero .bg{
    background-image: url("../img/head_img.jpg");
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px){
    .hero .mainttl:before{
        height: 27px;
    }
    .hero .mainttl .sub{
        font-size: 16px;
    }
}

/*******************************
 
花きトップCss
 
*******************************/
/*-----------------------------
section共通
-----------------------------*/
.anchor {
    margin-top: -80px;
    padding-top: 80px;
}
.section{
    margin-bottom: 150px;
}
.ico-link{
    display: inline-block;
    text-align: left;
    text-decoration: underline;
    position: relative;
    padding-left: 10px;
    margin: 10px 20px 10px 0;
}
.ico-link:before{
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 3px;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px){
    .section{
        margin-bottom: 80px;
    }
}

/*-----------------------------
hinshu
-----------------------------*/
#hinshu .list{
    gap: 50px 4%;
}
.block-hinshu{
    position: relative;
    padding: 30px;
    width: 48%;
}
.block-hinshu:before,
.block-hinshu:after{
    content: "";
    width: 100%;
    height: 10px;
    background: url("../img/i_paper.png") repeat-x;
    position: absolute;
    left: 0;
}
.block-hinshu:before{
    top: -3px;
}
.block-hinshu:after{
    bottom: -6px;
}
.block-hinshu > .flex{
    gap: 10px 0;
}
.block-hinshu .txt{
    order: 2;
    width: 100%;
}
.block-hinshu .img{
    width: 100%;
}


.block-hinshu .txt .ttl{
    display: block;
    font-size: 42px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px; 
}
.block-hinshu .txt p{
    font-size: 18px;
    margin: 20px 0 0;
}
.block-hinshu .txt .ico-link{
    margin: 10px 0 30px;
}
.block-hinshu .txt .tag{
    display: inline-block;
    padding: 2px 16px;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    background-color: #529da5;
}
.block-hinshu .txt a.tag{
    margin-top: 15px;
}


/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 890px){    
    #hinshu .list{
        gap: 30px 4%;
    }
    .block-hinshu{
        padding: 30px 20px;
    }
    .block-hinshu .txt .ttl{
        font-size: 36px;
    }
    .block-hinshu .txt p{
        font-size: 16px;
        margin: 10px 0 0;
    }
    
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .block-hinshu{
        width: 100%;
    }
    .block-hinshu .txt .ttl {
        font-size: 28px;
    }
}


/*-----------------------------
bukai
-----------------------------*/
#bukai .flex{
    margin-top: 40px;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 890px){
    #bukai .flex{
        margin-top: 20px;
    }
}


/*******************************
 
花き/詳細Css
 
*******************************/
.section.intro{
    margin-bottom: 50px;
}
.section.intro .sec-ttl{
    text-align: center;
}
.section.intro .sec-ttl:before{
    right: 0;
    margin: 0 auto;
}

.ttl-mid{
    font-size: 28px;
    letter-spacing: .05em;
    display: block;
    text-align: left;
    margin-bottom: 15px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px){
    .ttl-mid{
        font-size: 24px;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .ttl-mid{
        font-size: 20px;
    }
}


/*-----------------------------
navigation
-----------------------------*/
.nav-hinshu{
    text-align: center;
    margin: 30px 0 20px;
}
.nav-hinshu li{
    display: inline-block;
    margin: 10px 0;
}
.nav-hinshu li:after{
    content: "｜";
    display: inline-block;
}
.nav-hinshu a{
    font-weight: bold;
    padding: 5px 20px;
}


/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px){
    .nav-hinshu a{
        padding: 10px 20px;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .nav-hinshu li {
        width: 32%;
        margin: 5px 0;
    }
    .nav-hinshu li:after{
        display: none;
    }
    .nav-hinshu a {
        display: block;
        padding: 10px 0;
        border-bottom: solid 1px #dfdfdf;
    }
}

/*-----------------------------
sec-introduction
-----------------------------*/
.sec-introduction{
    position: relative;
    padding: 60px 0;
    margin-bottom: 80px;
}
.sec-introduction:before,
.sec-introduction:after{
    content: "";
    width: 100%;
    height: 10px;
    background: url("../img/i_paper.png") repeat-x;
    position: absolute;
    left: 0;
}
.sec-introduction:before{
    top: -3px;
}
.sec-introduction:after{
    bottom: -6px;
}
.sec-introduction .head .txt{
    width: 50%;
    order: 2;
    text-align: left;
}
.sec-introduction .head .txt .ttl{
    display: block;
    font-size: 46px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.sec-introduction .head .txt p{
    font-weight: bold;
    font-size: 18px;
    letter-spacing: .03em;
    line-height: 2;
    margin: 20px 0;
}

.sec-introduction .head .mainimg{
    width: 50%;
    order: 1;
    padding-right: 50px;
}

.sec-introduction .memo{
    margin: 40px 0;
    flex-wrap: nowrap;
}
.sec-introduction .memo .ttl{
    width: 30%;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 5%;
    margin-right: 5%;
    border-right-style: solid;
    border-right-width: 1px;
}
.sec-introduction .memo .ttl span{
    display: block;
    margin: 5px 0;
}
.sec-introduction .memo .photo{
    width: 65%;
}
.sec-introduction .memo .photo .flex{
    margin-right: -15px;
}
.sec-introduction .memo .photo .flex .item{
    width: 25%;
    padding-right: 15px;
}
.sec-introduction .memo .photo p{
    font-weight: bold;
    margin: 15px 0;
}

.sec-introduction .list-voice{
    margin-top: 50px;
    background: #fff;
    padding: 35px 50px;
    border-radius: 10px;
}
.sec-introduction .list-voice .ttl{
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items:flex-end;
    margin-bottom: 20px;
}
.sec-introduction .list-voice .ttl .name{
    font-weight: bold;
    font-size: 16px;
}
.sec-introduction .list-voice .comment{
background-image: linear-gradient(180deg, #dbd7d4 1px, transparent 1px);
    background-size: 100% 2.5em;
    line-height: 2.5em;
    padding-bottom: 1px;
    padding-right: 1px;
    padding-left: 1px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px){
    .sec-introduction .head .txt .ttl {
        font-size: 24px;
    }
    .sec-introduction .head .mainimg {
        padding-right: 20px;
    }
    
    .sec-introduction .head .txt,
    .sec-introduction .head .mainimg{
        width: 100%;
        margin-right: 0;
    }
    .sec-introduction .head .txt .ttl{
        font-size: 36px;
        order: 1;
    }
    .sec-introduction .head .mainimg{
        order: 2;
        padding-right: 0;
    }
    .sec-introduction .head .txt p{
        font-weight: normal;
        font-size: 16px;
        line-height: 1.8;
    }
    
    .sec-introduction .memo{
        margin: 30px 0;
    }
    .sec-introduction .memo .ttl{
        width: 20%;
        font-size: 16px;
        padding: 20px 20px 20px 0;
        margin-right: 20px;
    }
    .sec-introduction .memo .photo{
        width: 75%;
    }
    
    .sec-introduction .list-voice{
        padding: 30px;
        margin-top: 30px;
    }
    
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .sec-introduction {
        padding: 30px 0;
        margin-bottom: 50px;
    }
    .sec-introduction .head .txt{
        width: 100%;
        margin: 0 auto;
    }
    .sec-introduction .head .txt .ttl {
        font-size: 30px;
    }
    .sec-introduction .head .mainimg{
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    
    .sec-introduction .memo {
        margin: 10px 0;
    }
    .sec-introduction .memo .ttl{
        width: 35%;
        padding: 15px 15px 15px 0;
        margin-right: 15px;
    }
    .sec-introduction .memo .photo{
        width: 65%;
    }
    .sec-introduction .memo .photo .flex {
        margin-right: -5px;
    }
    .sec-introduction .memo .photo .flex .item{
        width: 50%;
        padding-right: 5px;
        margin-bottom: 5px;
    }
    .sec-introduction .memo .photo p {
        margin: 6px 0;
    }
    
    .sec-introduction .list-voice {
        padding: 20px;
        margin-top: 20px;
    }
    .sec-introduction .list-voice .ttl{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .sec-introduction .list-voice .ttl .name{
        margin-top: 15px;
    }
    
}


/*-----------------------------
block-bukai
-----------------------------*/

.block-bukai .item .inner{
    height: 100%;
    background: #f3f4f6;
    padding: 30px 20px;
    border-radius: 10px;
}
.block-bukai .item .head.flex{
    align-items: center;
    justify-content: space-between;
}
.block-bukai.col2 .item .head.flex{
    flex-wrap: nowrap;
}
.block-bukai.col2 .item .head.flex .sec-ttl,
.block-bukai.col2 .item .head.flex .img{
    width: 50%;
}
.block-bukai.col2 .item .head.flex .img{
    text-align: right;
}

.block-bukai .item .sec-ttl{
    font-size: 24px;
    margin-bottom: 25px;
}

.block-bukai .item .list-detail{
    margin-bottom: 30px;
}
.block-bukai .item .list-detail li{
    border-bottom: solid 1px #dbd7d4;
    padding: 7px 10px;
    flex-wrap: nowrap;
    align-items: center;
}
.block-bukai .item .list-detail li span:nth-of-type(1){
    font-weight: bold;
    min-width: 84px;
    margin-right: 20px;
}

.block-bukai .item .list-other .ttl{
    display: inline-block;
    min-width: 130px;
    padding: 3px 20px;
    background: #529da5;
    border-radius: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.block-bukai .item .list-other .comment{
    display: block;
    margin: 5px 0 15px;
}

.block-bukai .item .list-other .team .item{
    margin: 20px 0;
}
.block-bukai .item .list-other .team .item .inner{
    background: #fff;
    padding: 20px;
}
.block-bukai .item .list-other .team .item .name{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #233142;
    border-bottom: solid 1px #233142;
}
.block-bukai .item .list-other .team .item .list-detail{
    margin-bottom: 20px;
}

.block-bukai .btn{
    max-width: none;
    width: auto;
    min-width: 252px;
    padding: 7px 30px;
}
.block-bukai .btn.clone:before{
	content: "\f24d";
    font-family: "FontAwesome";
    margin-right: 15px;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .block-bukai .item .sec-ttl {
        font-size: 16px;
    }
    .block-bukai .item .sec-ttl:before {
        bottom: -10px;
    }
    
    .block-bukai .item .list-detail li span:nth-of-type(1) {
        margin-right: 15px;
    }
}


/*******************************
 
色Css
 
*******************************/

/*菊 style*/
.block-hinshu.kiku .txt .tag{ background-color: #c2b60e; }
.block-hinshu.kiku .txt a.tag:hover{ background-color: #A49A0B; }

.block-hinshu.kiku .txt .ttl,
.block-hinshu.kiku .txt .ico-link,
.sec-introduction.kiku .head .txt .ttl,
.sec-introduction .memo .ttl{ color: #aa9f0c; }

.block-hinshu.kiku,
.sec-introduction.kiku{ background-color: #f1f3e1; }

.block-hinshu.kiku .txt .ttl,
.sec-introduction.kiku .head .txt .ttl,
.sec-introduction .memo .ttl{ border-color: #aa9f0c; }


/*スプレーマム style*/
.block-hinshu.mum .txt .tag{ background-color: #ec961b; }
.block-hinshu.mum .txt a.tag:hover{ background-color: #C57B10; }

.block-hinshu.mum .txt .ttl,
.block-hinshu.mum .txt .ico-link,
.sec-introduction.mum .head .txt .ttl,
.sec-introduction.mum .memo .ttl{ color: #ec961b; }

.block-hinshu.mum,
.sec-introduction.mum{ background-color: #ffedd3; }

.block-hinshu.mum .txt .ttl,
.sec-introduction.mum .head .txt .ttl,
.sec-introduction.mum .memo .ttl{ border-color: #ec961b; }


/*ディスバッドマム style*/
.block-hinshu.disbud .txt .tag{ background-color: #8666af; }
.block-hinshu.disbud .txt a.tag:hover{ background-color: #6C4D94; }

.block-hinshu.disbud .txt .ttl,
.block-hinshu.disbud .txt .ico-link,
.sec-introduction.disbud .head .txt .ttl,
.sec-introduction.disbud .memo .ttl{ color: #8666af; }

.block-hinshu.disbud,
.sec-introduction.disbud{ background-color: #f6efff; }

.block-hinshu.disbud .txt .ttl,
.sec-introduction.disbud .head .txt .ttl,
.sec-introduction.disbud .memo .ttl{ border-color: #8666af; }


/*洋花 style*/
.block-hinshu.yoka .txt .tag{ background-color: #e62893; }
.block-hinshu.yoka .txt a.tag:hover{ background-color: #BF1675; }

.block-hinshu.yoka .txt .ttl,
.block-hinshu.yoka .txt .ico-link,
.sec-introduction.yoka .head .txt .ttl,
.sec-introduction.yoka .memo .ttl{ color: #e62893; }

.block-hinshu.yoka,
.sec-introduction.yoka{ background-color: #f9eef4; }

.block-hinshu.yoka .txt .ttl,
.sec-introduction.yoka .head .txt .ttl,
.sec-introduction.yoka .memo .ttl{ border-color: #e62893; }


/*バラ style*/
.block-hinshu.rose .txt .tag{ background-color: #e62828; }
.block-hinshu.rose .txt a.tag:hover{ background-color: #C31616; }

.block-hinshu.rose .txt .ttl,
.block-hinshu.rose .txt .ico-link,
.sec-introduction.rose .head .txt .ttl,
.sec-introduction.rose .memo .ttl{ color: #e62828; }

.block-hinshu.rose,
.sec-introduction.rose{ background-color: #fae0dc; }

.block-hinshu.rose .txt .ttl,
.sec-introduction.rose .head .txt .ttl,
.sec-introduction.rose .memo .ttl{ border-color: #e62828; }


/*鉢物 style*/
.block-hinshu.pot .txt .tag{ background-color: #61bd52; }
.block-hinshu.pot .txt a.tag:hover{ background-color: #47983A; }

.block-hinshu.pot .txt .ttl,
.block-hinshu.pot .txt .ico-link,
.sec-introduction.pot .head .txt .ttl,
.sec-introduction.pot .memo .ttl{ color: #61bd52; }

.block-hinshu.pot,
.sec-introduction.pot{ background-color: #eff9ed; }

.block-hinshu.pot .txt .ttl,
.sec-introduction.pot .head .txt .ttl,
.sec-introduction.pot .memo .ttl{ border-color: #61bd52; }


/*******************************
 
品種一覧ページCss
 
*******************************/