@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*トップページグローバルナビ*/
.global_navi{
    width: 92%;
    margin: 20px auto;
}
.global_navi a{
    display: block;
    width: 100%;
    height: 180px;
    color: #333;
    font-weight: bold;
    position: relative;
    z-index: 10;
}
.global_navi a::after{
    content: "";
    width: 100%;
    height: 30px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    transition: .3s ease-in-out;
}
.global_navi li{
    width: 50%;
    height: 180px;
    float: left;
    margin: 0;
    text-align: center;
    position: relative;
}
.global_navi a:hover{
    text-decoration: none;
    color: #fff;
}
#menu-item-34{
    background: url(https://www.kuradent.jp/wordpress/wp-content/uploads/2022/04/navi11.png) no-repeat center center #fff;
    background-size: cover;
}
#menu-item-32{
    background: url(images/navi06.jpg) no-repeat center center #fef2e8;
    background-size: contain;
}
#menu-item-3004{
    background: url(https://www.kuradent.jp/wordpress/wp-content/uploads/2022/04/navi13.png) no-repeat center center #fff;
    background-size: cover;
}
#menu-item-3005{
    background: url(https://www.kuradent.jp/wordpress/wp-content/uploads/2022/04/navi14.png) no-repeat center center #e1f2f8;
    background-size: cover;
}

/*サイドバーyoutube*/
.prof-sns{
    text-align: center;
    padding-top: 5%;
    border-top: 2px dotted #42424220;
    font-size: 0.6em;
}
.prof-sns .pf-yt {
    display: inline-block;
    width: 43%;
    height: 60px;
    margin: 0% 1.5% 5%;
    padding-top: 6px;
    border-radius: 5px;
    text-align: center;
    letter-spacing: .05em;
    background: #f55;
    color: #fff;
}
.pf-yt:hover{
	background: #f00;
	text-decoration: none;
	transition: all ease-in-out .3s;
}
.prof-sns .fa{
    font-size: 3em;
}
/*サイドバーlink*/
.sidebar-link a{
    display: block;
    width: 100%;
    height: 200px;
    padding-top: 6px;
    color: #333;
    font-weight: bold;
    position: relative;
    z-index: 10;
}
.sidebar-link a::after{
    content: "";
    width: 100%;
    height: 30px;
    padding-top: 6px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    transition: .3s ease-in-out;
}
.sidebar-link {
    text-align: center;
    position: relative;
}
.sidebar-link a:hover{
    text-decoration: none;
}
#sidebar-link-01{
    background: url(images/navi03.jpg) no-repeat center center #fff;
    background-size: cover;
}
#sidebar-link-02{
    background: url(images/navi04.jpg) no-repeat center center #fff;
    background-size: cover;
}
@media only screen and (min-width: 1030px){
.sidebar-link a:hover::after {
  background: #999;
  color: #fff;
}
}

/*トップページリンク集*/
.link{
    background: #fff;
    border: 10px solid #ddd;
}
#inner-content #ttl_link{
    background: #ddd;
    font-size: 1em;
    padding: 0.4em 1em;
    text-align: left;
}
.flex{
    margin: 1em;
    float: left;
    width: 40%;
}
.ttl{
    font-weight: bold;
    font-size: 80%;
}

/*投稿ページSNSボタン*/
.article-footer {
    display: none;
}

/*会員専用ページ*/
.link01{
    width: 98%;
    margin: 2% 1%;
    box-sizing: border-box;
    border-left: 25px solid #9fff16;
}
.link01 a{
    display: block;
    width: 100%;
    height: 5em;
    font-weight: bold;
    text-align: center;
    background: #eee;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-around;
    line-height: 1.2em;
}
.link01 a:hover{
    text-decoration: none;
    background: #999;
    color: #fff;
}
.pdf01{
    width: 98%;
    margin: 2% 1%;
    box-sizing: border-box;
    border-left: 25px solid #fcff22;
}
.pdf01 a{
    display: block;
    width: 100%;
    height: 5em;
    font-weight: bold;
    text-align: center;
    background: #eee;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-around;
    line-height: 1.2em;
}
.pdf01 a:hover{
    text-decoration: none;
    background: #999;
    color: #fff;
}
.pdf02{
    width: 98%;
    margin: 2% 1%;
    box-sizing: border-box;
    border-left: 25px solid #ffb922;
}
.pdf02 a{
    display: block;
    width: 100%;
    height: 5em;
    font-weight: bold;
    text-align: center;
    background: #eee;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-around;
    line-height: 1.2em;
}
.pdf02 a:hover{
    text-decoration: none;
    background: #999;
    color: #fff;
}
.pdf03{
    overflow: hidden;
    margin-top: 1em;
}
.pdf03 div{
    float: left;
    width: 48%;
    margin: 1%;
    box-sizing: border-box;
    border-left: 25px solid #2241ff;
}
.pdf03 a{
    display: block;
    width: 100%;
    height: 6em;
    font-weight: bold;
    text-align: left;
    background: #eee;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-around;
    line-height: 1.2em;
}
.pdf03 a:hover{
    text-decoration: none;
    background: #999;
    color: #fff;
}
.nomal{
    font-weight: normal;
    font-size: 80%;
}
.link02{
    overflow: hidden;
    margin-top: 1em;
}
.link02 div{
    float: left;
    width: 48%;
    margin: 1%;
    box-sizing: border-box;
    border-left: 25px solid #ff2222;
}
.link02 a{
    display: block;
    width: 100%;
    height: 5em;
    font-weight: bold;
    text-align: center;
    background: #eee;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-around;
    line-height: 1.2em;
}
.link02 a:hover{
    text-decoration: none;
    background: #999;
    color: #fff;
}
@media only screen and (min-width: 768px){
.switch_sp{
    display: none;
}
}

@media only screen and (min-width: 1030px) {
#logo{
    height: 82px;
    line-height: 82px;
}
#logo img{
    height: 52px;
    vertical-align: middle;
}
.desktop-nav{
    margin-top: 10px;
}
.global_navi{
    width: 1000px;
    margin: 20px auto;
}
.global_navi li{
    width: 25%;
    margin: 0;
}
.global_navi a:hover::after{
    background: #999;
    color: #fff;
}
}