@charset "utf-8";
.icon{}
.add{}
.text{}

.color{}
.shape{}
.type{}

.hh{}

/*
トップページセクション見出し
class="h1 hh01 add type1"
---------------------------------------------------------*/
.hh01 {
    text-align: center;
    line-height: 1.3;
    color: #76510c;
    position: relative;
    padding-top: 20px;
}
.hh01::before {
    position: absolute;
    color: #898989;
    font-size: 1.8rem;
    line-height: 1;
    white-space: nowrap;
    left:50%;
    transform: translateX(-50%);
    top:0;
}

/*
hh02
---------------------------------------------------------*/
.hh02 {
    text-align: center;
    line-height: 1.3;
    color: #603f0a;
    position: relative;
    padding-top: 18px;
    font-weight: bold;
}

.hh02:before {
    position: absolute;
    line-height: 1;
    letter-spacing: 0.08em;
    font-size: 16px;
    color: #603f0a;
    font-weight: bold;
    white-space: nowrap;
    left:50%;
    transform: translateX(-50%);
    top:0;
}

/*
hh03
---------------------------------------------------------*/
.hh03{
    position: relative;
    display: flex;
    align-items: center;
}

.hh03__icon{
    position: relative;
    background-color: #9a7117;
    border-radius: 3px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%);
}

.hh03__icon::before{
    position: absolute;
    content: '';
    width: 90%;
    height: 90%;
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}

.hh03__icon img{
    width: 80%;
    opacity: 0.8;
    -webkit-filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, .3));
    filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, .3));
}
.hh03__text{
    line-height: 1.3;
    color: #603f0a;
    margin-left: .5em;
    font-weight: bold;
    text-align: left;
    flex: 1;
    margin-bottom: 0;
}
@media screen and (max-width: 678px) {
    .hh03__icon{
        display: none
    }
    .hh03__text{
        margin-left: 0;
    }
}

/*
hh04
---------------------------------------------------------*/
.hh04{
    display: flex;
    align-items: center;
    padding-bottom: 1.2em;
}
.hh04_icon{
    position: relative;
    border-radius: 10rem;
    width: 8rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content:flex-start;
}
.hh04_icon img{
    width: 80%;
    -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, .4));
    filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, .4));
}
.hh04_text {
    flex: 1;
    line-height: 1.3;
    font-weight: bold;
}
@media print,screen and (max-width: 678px)  {
    .hh04_icon{
        width: 5rem;
        height: 5rem;
    }
}

/*
hh05
---------------------------------------------------------*/
.hh05{
    display: flex;
    align-items: center;
}

.hh05_icon{
    position: relative;
    border-radius: 0.2rem;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(132, 103, 22);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, 0) 50%);
}
.hh05_icon img{
    width: 70%;
    -webkit-filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, .2));
    filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, .2));
    opacity: 0.85;
}
.hh05_text {
    flex: 1;
    line-height: 1.3;
    font-weight: bold;
    margin-left: .3em;
    margin-bottom: .1em;
    color: #6d4910;
}
/*
@media print,screen and (max-width: 678px)  {
    .hh05_icon{
        width: 6rem;
        height: 6rem;
    }
}
*/

/*
hh06
---------------------------------------------------------*/
.hh06{
    position: relative;
    display: flex;
    align-items: center;
}

.hh06__icon{
    position: relative;
    background-color: #39ac9e;
    border-radius: 3px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%);
}

.hh06__icon::before{
    position: absolute;
    content: '';
    width: 90%;
    height: 90%;
    border: solid 1px rgba(255, 255, 255, 0.4);
    border-radius: 2px;
}

.hh06__icon img{
    width: 65%;
    opacity: .6;
    -webkit-filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, .3));
    filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, .3));
}
.hh06__text{
    line-height: 1.3;
    color: #004d35;
    margin-left: .5em;
    font-weight: bold;
    text-align: left;
    flex: 1;
    margin-bottom: 0;
}
@media screen and (max-width: 678px) {
    .hh06__icon{
        display: none
    }
    .hh06__text{
        margin-left: 0;
    }
}

/*
hh21：帯
---------------------------------------------------------*/
.hh21 {
    background-image: linear-gradient(-10deg, rgba(255, 255, 255, .1) 30%, rgba(255, 255, 255, 0) 0%);
    padding: .3em .6em .35em;
    border-radius: 3px;
    background-color: #a08039;
    color: #fff;
    border:none;
}


/*
hh22：縦棒
---------------------------------------------------------*/
.hh22 {
    position: relative;
    color: #936025;
    padding: .2em 0 .2em .8em;
}
.hh22:after {
    content: "";
    position: absolute;
    top:0;
    left: 2px;
    height: 100%;
    border-radius: 5px;
    width: .3em;
    background-color: #936025;
}

/*
hh22：行頭記号
---------------------------------------------------------*/
.hh23 {
    padding: 0em 0 0em 1.9em;
    position: relative;
    color: #4d2f00;
}
.hh23:after {
    position: absolute;
    content: "";
    font-weight: bold;
    top:52%;
    left: 2px;
    transform: translate(0,-50%);
    transition: all .3s ease-out;
    width: 1.5em;
    height: .2em;
    border-radius: 5px;
    background-color: #4d2f00;
}

/*
hh24
---------------------------------------------------------*/
.list02__title {
    color: #b9753c;
    border-bottom: double 4px #e3c8b1;
}
.list02__title p{
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 0;
}




/*
hh24
---------------------------------------------------------*/
.list02__title {
    color: #b9753c;
    border-bottom: double 4px #e3c8b1;
}
.list02__title p{
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 0;
}

/*
hh22：行頭記号
---------------------------------------------------------*/
.hh24 {
    padding-bottom: .5em;
    border-bottom: solid rgba(0, 0, 0, 0.1) 2px;
    color:#136d6a;
}

/*
hh26：行頭記号
---------------------------------------------------------*/
.hh26 {
    padding: 0em 0 0em 0em;
    position: relative;
    color: #004d35;
}

/*
hh25：ライン
---------------------------------------------------------*/
.hh25 {
    padding: 0em 0 .5em 0em;
    position: relative;
    color: #004d35;
}
.hh25::before,.hh25::after {
    content: "";
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
}
.hh25::before {
    width: 100%;
    background-color: #d9d9d9;
}
.hh25::after {
    width: 20%;
    background-color: #004d35;
}

/*
hh26：行頭記号
---------------------------------------------------------*/
.hh25 {
    padding: 0em 0 .5em 0em;
    position: relative;
    color: #004d35;
}
.hh25::before,.hh25::after {
    content: "";
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
}
.hh25::before {
    width: 100%;
    background-color: #d9d9d9;
}
.hh25::after {
    width: 20%;
    background-color: #004d35;
}

/*
hh22：行頭記号
---------------------------------------------------------*/
.hh27 {
    padding: 0em 0 0em .8em;
    position: relative;
    color: #004d35;
}
.hh27:after {
    position: absolute;
    content: "";
    font-weight: bold;
    top:52%;
    left: 2px;
    transform: translate(0,-50%);
    transition: all .3s ease-out;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background-color: #004d35;
}
/*
hh28：帯
---------------------------------------------------------*/
.hh28 {
    padding: .3em .6em .35em;
    border-radius: 3px;
    background-color: #004d35;
    color: #fff;
}
/*
hh28：帯
---------------------------------------------------------*/
.hh29 {
    padding: 0 .5em .5em;
    padding-top: calc(.5em - 3px);
    border-radius: 2px;
    background-color: #efefef;
    color: #004d35;
    position: relative;
}
.hh29::before {
    position: absolute;
    content: "";
    height: 3px;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 2px 2px;
    background-color: #004d35;
}

/*
hh28：帯
---------------------------------------------------------*/
.hh30 {
    padding: .8em .8em .8em;
    border-radius: 2px;
    background-color: #efefef;
    color: #004d35;
    position: relative;
}
.hh30::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: .2em;
    border-radius: 2px 0 0 2px;
    background-color: #00553b;
}
/*
.hh30::after {
    position: absolute;
    margin: 0em 0em 0;
    content: "";
    height: 100%;
    width: .2em;
    bottom: 0;
    left: .2em;
    border-radius: 0px 0 0 2px;
    background-color: #d3d3d3;
}
*/

/*
hh26：行頭記号
---------------------------------------------------------*/
.hh31 {
    padding: 0em 0 .5em 0em;
    position: relative;
    color: #004d35;
}
.hh31::before,.hh31::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #004d35;
    left: 0;
}
.hh31::before {
    bottom: 0;
}
.hh31::after {
    bottom: -2px;
}

/*
hh22：縦棒
---------------------------------------------------------*/
.hh32 {
    position: relative;
    color: #004d35;
    padding: .2em 0 .2em .8em;
}
.hh32:after {
    content: "";
    position: absolute;
    top:0;
    left: 2px;
    height: 100%;
    border-radius: 1px;
    width: .2em;
    background-color: #004d35;
}

/*
hh28：帯
---------------------------------------------------------*/
.hh33 {
    padding: .7em .5em 0;
    padding-bottom: calc(.7em - 4px);
    border-radius: 2px;
    background-color: #efefef;
    color: #004d35;
    position: relative;
}
.hh33::before {
    position: absolute;
    content: "";
    height: 4px;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 2px 2px 0 0 ;
    background-color: #004d35;
}

/*
hh28：帯
---------------------------------------------------------*/
.hh34 {
    padding: 0em 0 .5em 0em;
    position: relative;
    color: #004d35;
}
.hh34::before,.hh34::after {
    content: "";
    position: absolute;
    height: 4px;
    bottom: 0;
}
.hh34::before {
    width: 100%;
    background-color: #004d35;
    left: 0;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 100%);
}

/*
.hh34::after {
    width: 20%;
    background-color: #d6d6d6;
    right: 0;
}
*/

/*
hh28：帯
---------------------------------------------------------*/
.hh35 {
    padding: .5em .5em .5em;
    border-radius: 2px;
    background-color: #efefef;
    color: #004d35;
    position: relative;
}
/*
hh28：まる番号
---------------------------------------------------------*/
.hh36 {
    display: flex;
    align-items: center;
}
.hh36 .item1{
    background-color: #d1b567;
    color: #fff;
    width: 2.2em;
    height: 2.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: .5em
}
.hh36 .item2{
    flex: 1;
    color: #a08425
}
/*

