@charset "utf-8";
/*========================================================
ボタン
=========================================================*/

/*
ボタン01
---------------------------------------------------------*/
/*ボタンのベース*/
.btn01{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: bold;
}
.btn01.shape1{
    height: 60px;
    width: 160px;
    border-radius: 10px;
}
.btn01.thema1{
    box-shadow: 0 2px 3px 0 hsla(0, 0%, 0%, 0.3);
    color: hsl(0, 0%, 100%);
    font-weight: bold;
    background-color: hsl(23, 44%, 38%);
}
.btn01.thema2{
    box-shadow: 0 2px 3px 0 hsla(0, 0%, 0%, 0.3);
    color: hsl(0, 0%, 100%);
    font-weight: bold;
    background-color: hsl(12, 67%, 35%);
}
.btn01.type1{
    font-size: 1.8rem;
}
.btn01.type1::before{
    position:absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f1d8";
    font-size: 6.2rem;
    color: hsla(0, 0%, 0%, 0.2);
    transform: rotate(15deg);
    top: -10px;
    z-index: -1;
}
.btn01.type2{
    background-color: hsl(12, 67%, 35%);
    font-size: 1.6rem;
}
.btn01.type2::before{
    position:absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f075";
    font-size: 6.2rem;
    color: hsla(0, 0%, 0%, 0.2);
    transform: rotate(10deg);
    padding-top: 5px;
    z-index: -1;
}
.btn01.type2 .txt {
    font-weight: bold;
    cursor: pointer;
    font-size: 1.7rem;
    font-family:'Quicksand',sans-serif;
    letter-spacing: 0.03em;
}

/*
診療内容ボタン
---------------------------------------------------------*/
.btn02 {
    display: inline-block;
    cursor: pointer;
    margin: 0rem 0 0 0;
    padding: .7em 2em;
    border-radius: 4px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .6);
    transition: .3s ease-out;
    font-weight: bold;
    background-color: #d5f8cd;
    color: #166209;
}
.btn02:hover {
    background-color: #54ac40;
    color: #fff;
}

/*
セクションボタン
---------------------------------------------------------*/
.btn1 {
    display: block;
    text-align: center;
    position: relative;
    /*---------*/
    z-index: 0;
    /*---------*/
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    background-color: #f5ebe6;
    cursor: pointer;
    transition: .3s ease-out;
    border-radius: 4px;
    padding: .8em 0;
    max-width: 20rem;
    margin: 0 auto;
    color: #622a2a;
}
.btn1:hover {
    background-color: #ffffff;
    box-shadow: 0 13px 20px -3px rgba(0, 0, 0, 0.3);
    color: #ac5528;
}



/*
診療内容ボタン
---------------------------------------------------------*/
.btn2 {
    display: inline-block;
    cursor: pointer;
    margin: 0rem 0 0 0;
    padding: .7em 2em;
    border-radius: 4px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, .2), inset 0px 1px 0px rgba(255, 255, 255, .4);
    transition: .3s ease-out;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.btn2:hover {
    background-color: rgba(255, 255, 255, .5);
    color: #400025;
}

/*
ページボタン
---------------------------------------------------------*/
.btn3 {
    display: block;
    text-align: center;
    position: relative;
    /*---------*/
    z-index: 0;
    /*---------*/
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    background-color: #148e00;
    cursor: pointer;
    transition: .3s ease-out;
    border-radius: 4px;
    padding: 1em 0;
    max-width: 180px;
    margin: 0 auto;
    color: #fff;
}
.btn3:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "";
    width: 100%;
    height: 50%;
    background-color: hsla(0, 0%, 100%, 0.1);
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    /*---------*/
    z-index: -1;
    /*---------*/
    transition: .3s ease-out;
}
.btn3:hover {
    background-color: #2bad15;
    box-shadow: 0 13px 20px -3px rgba(0, 0, 0, 0.3);
}
.btn3:hover:before {
    background-color: hsla(0, 0%, 100%, 0.1);
}


/*========================================================

横並びボタン１

=========================================================*/
.row-btn1.base a{
    display: inline-block;
    margin: 0 .3em .5em 0;
    font-weight: bold;
    white-space: nowrap;
    line-height: 1;
    font-family:'Quicksand',sans-serif;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    transition: .3s ease-out;
    cursor: pointer;
}
.row-btn1.flame a{
    border-radius: 6px;
    padding: .6em .8em;
}
.row-btn1.iro a{
    color: #fff;
    background: #148e00;
}
.row-btn1 a:last-child{
    margin-right: 0;
}
.row-btn1 a:hover{
    opacity: .6;
}

/*========================================================

横並びボタン2

=========================================================*/
.row-btn-wrapper{
    display: flex;
    justify-content: center
}
.row-btn-wrapper > div{
    margin-right: .5em;
    width: 140px;
}
.row-btn-wrapper > div:last-child{
    margin-right: 0
}


/*========================================================

テキストリンク

=========================================================*/
/*
リンクボックス
---------------------------------------------------------*/
.link-box {
    border:solid .2rem #e2e2e2;
    padding: 1em ;
    font-weight: bold;
    border-radius: 5px;
}
.link-box02 {
    border:solid .1rem rgba(0, 0, 0, 0.2);
    padding: 1em ;
    font-weight: bold;
    color: #5f5f5f;
    border-radius: 5px;
    display: inline-block;
}
/*
テキストリンク
class="text-link01 color"
---------------------------------------------------------*/
.text-link01{
    font-weight: bold;
    position: relative;
    cursor: pointer;
    text-decoration: underline;
    white-space: nowrap;
    transition: .3s ease-out;
}
.text-link01::after{
    transition: .3s ease-out;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 0%;
    height: 1px;
}
.text-link01:hover::after{
    width: 100%;
    height: 1px;
}
/*-------------------*/
.text-link01.color{
    color: #299f16;
}
.text-link01.color:hover::after{
    background-color: #29bdcd;
}
.text-link01.color1{
    color: #ffffff;
}
.text-link01.color1:hover{
    color: #18c69e;
}
.text-link01.color1:hover::after{
    background-color: #18c69e;
}
.text-link01.color2{
    color: #148e00;
}
.text-link01.color2:hover{
    color: #148e00;
}
.text-link01.color2:hover::after{
    background-color: #148e00;
}
/*
class="text-link02 color"
---------------------------------------------------------*/
.text-link02{
    position: relative;
    cursor: pointer;
    transition: .3s ease-out;
}
/*
.text-link02::after{
    transition: .3s ease-out;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
}
.text-link02:hover::after{
    width: 100%;
    height: 1px;
}
*/
/*-------------------*/
.text-link02.color{
    color: #9a8b39;
}
/*
.text-link02::after{
    background-color: #c7844b;
}
*/
.text-link02.color:hover{
    transition: .3s ease-out;
    opacity: 0.6
}
/*
.text-link02.color:hover::after{
    transition: .3s ease-out;
    background-color: #ff8730;
}
*/

/*
テキストリンク
class="text-link01 color"
---------------------------------------------------------*/
.text-link03{
/*    font-weight: bold;*/
    position: relative;
    cursor: pointer;
    text-decoration: underline;
    transition: .3s ease-out;
}
/*-------------------*/
.text-link03.color{
    color: #00917b;
}
.text-link03.color:hover{
    color: #00c9ab;
}

/*
シングルページ：カテゴリ
---------------------------------------------------------*/
.kategori {
    background-color: #006298;
    display: inline-block;
    padding: .3em 1em;
    border-radius: .3rem;
    /*    font-weight: bold;*/
    color: #fff;
    font-size: .8em;
}


/*
横並びボタン：シェアボタン
-----------------------------------------*/
/*ベース*/
.row-btn-share {
    display: flex;
}

.row-btn-share a{
    width: 100%;
    display: block;
    text-align: center;
    border-style:solid;
    border-width: 2px;
    margin-right: 10px;
    font-weight: bold;
    padding: .2em 0em;
    transition: .3s ease-out;
    font-size: 2.3rem;
}
.row-btn-share a:last-child{
    margin-right: 0;
}

/*各種ボタン*/
.facebook-btn {
    border-color: #315096;
    color: #315096;
}
.facebook-btn:hover {
    background: #315096;
    color: #fff;
}
.twitter-btn{
    border-color: #55acee;
    color: #55acee;
}
.twitter-btn:hover {
    background: #55acee;
    color: #fff;
}
.hatena-btn {
    border-color: #008fde;
    color: #008fde;
}
.hatena-btn:hover {
    background: #008fde;
    color: #fff;
}
.line-btn {
    border-color: #1dcd00;
    color: #1dcd00;
}
.line-btn:hover {
    background: #1dcd00;
    color: #fff;
}

/*レスポンシブ*/
@media print,screen and (max-width: 500px)  {
    .row-btn-share a{
        margin-right: 5px;
        padding: .2em 0em;
        font-size: 1.8rem;
    }
}