@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
body {
    font-size: 15px;
    line-height: 1.7;
    font-family: "Noto Sans Japanese","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ\ Ｐゴシック","sans-serif";
    /*border*/
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
    background-color: #ebeff3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #fff8f2), color-stop(.5, transparent), to(transparent));
    background-image: -moz-linear-gradient(#fff8f2 50%, transparent 50%, transparent);
    background-image: -o-linear-gradient(#fff8f2 50%, transparent 50%, transparent);
    background-image: linear-gradient(#fff8f2 50%, transparent 50%, transparent);
}
a {
    color: #6c5430;
    display: block;
}
a:hover {
    opacity: 0.6;
    transition: .2s;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1.2;
    font-weight: normal;
}
h2,h3,h4,h5,h6, .under h1 {
    font-size: 140%;
    margin-bottom: 25px;
    font-weight: bold;
}
h2, .under h1 {
    color: #6c5430;
    padding: 0 15px;
    margin: 10px 0;
    font-weight: bold;
    border-left: 7px solid #6c5430;
}
h3, .under h2 {
    color: #6c5430;
    border-left: 8px solid #b1a395;
    padding-left: 10px;
}
h4, .under h3 {
    color: #6c5430;
    border-bottom: 2px solid #6c5430;
    padding-bottom: 5px;
}
.under h3 {margin-top: 40px;}

h5{
    color: #6c5430;
    font-size: 120%;
    border-bottom: 2px dashed #6c5430;
}
h6{
    color: #6c5430;
    font-size: 100%;
    border-bottom: 2px solid #b1a395;
}
strong{
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
article ul{
    padding: 0.5em 0 0.5em 2.5em;
    margin: 1.5em 0;
    border: 2px solid #6c5430;
}
article ul li{
    position:relative;
}
article ul li:before{
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: -16px;
    width: 10px;
    height: 10px;
    background: #6c5430;
    border-radius: 50%;
}
article ol{
    counter-reset: counter-name;
    border: 2px solid #6c5430;
    padding: 0.5em 0 0.5em 1.5em;
    margin: 1.5em 0;
}
article ol li{
    margin: 0;
    list-style: none;
    position: relative;
    padding-left: 20px;
}
article ol li:before {
    counter-increment: counter-name;
    content: counter(counter-name) ".";
    position: absolute;
    left: 0;
}
blockquote {
    background: #ebeff3;
    padding: 3em 1em;
    position: relative;
}
blockquote:before,
blockquote:after{
    font-size: 600%;
    line-height: 0em;
    color: #fff;
    position: absolute;
}
blockquote:before {
    content: "“";
    left: 0;
    top: 0;
    line-height: 1em;
}
blockquote:after {
    content: "”";
    right: 0;
    bottom: 0;
}
table {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 20px;
    background: #fff;
}
table th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border: 1px solid #ccc;
    background: #ebeff3;
}
table td {
    width: 350px;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #ccc;
}
pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
    display: inline-block;
    border: 3px solid #ebeff3;
    margin: 1em 0;
    padding: 1em;
}
strong, b {
    font-size: 100%;
}
em{
    font-style: normal;
    border: 1px dotted #6c5430;
}
del {
    text-decoration: line-through;
}
ins {
    display: inline-block;
    background-color: #fff8f2;
}
.alignleft {
    text-align: left;
}
.aligncenter {
    text-align: center;
}
.alignright {
    text-align: right;
}
/* top page */
.wrap113{
    position: relative;
}
.r-wrap{
    float: right;
    width: 80%;
    padding: 0 2%;
}
.l-wrap{
    float: left;
    width: 20%;
    margin: 0 0 50px;
    background-color: #6c5430;
    padding: 25px;
    border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
　　-webkit-border-radius: 0 0 15px 0;
position: sticky;
  top: 0;
height: fit-content;
}
/* 角丸 シャドウ*/
.glNAV,.linkC img,.moreB a,.link-W h3,.sbtn-link{
    border-radius: 8px;
    -moz-border-radius: 8px;
　　-webkit-border-radius: 8px;
}
.bx-wrapper, .bx-wrapper img,.link-wrap,.main-cont,article img,aside img,article ul,article ol,blockquote,pre,.link-W,.sbtn-area{
    border-radius: 15px;
    -moz-border-radius: 15px;
　　-webkit-border-radius: 15px;,
}
.glNAV,.bx-wrapper,.link-wrap,.main-cont,.aside,.link-W,.topBTN{
    -moz-box-shadow: 0 0 10px #ccc;
   -webkit-box-shadow: 0 0 10px #ccc;
   box-shadow: 0 0 10px #ccc;
}
/* header */
.headT {
    width: 100%;
    padding: 2rem 0 2%;
}
.headT a{
    color: #6c5430;
}
.headT .siteTitle a {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.3;
}
.headT p.catch_C {
    color: #6c5430;
    font-size: 90%;
}
.glNAV{
    margin-top: 10px;
    background-color: #6c5430;
}
.glNAV > ul {
    display: flex;
    justify-content: space-around;
}
.glNAV ul#glNAV-menu > li {
    display: block;
    position: relative;
    width: 24%;
    font-size: 14px;
    text-align: center;
}
#glNAV-menu li ul.sub-menu {
    display: none;
    position: absolute;
    padding: 0;
    z-index: 9999;
}
.slicknav_menu {
    display: none;
}
#glNAV-menu li a {
    display: block;
    margin: 10px;
    color: #fff;
}
/* slider */
.mainV{
    margin-top: 30px;
}
.bx-wrapper {
    margin: 0 auto;
    border: 8px solid #fff;
}
/* contents area */
.mainC {
    /*width: 90%;*/
    margin: 0 5%;
    max-width: 1000px;
}
.moreB {
    text-align: right;
    margin-top: 10px;
}
.moreB a{
    padding: 3px 3rem;
    background-color: #6c5430;
    color: #fff;
    display: inline-block;
}
/* main */
main {
    margin-top: 30px;
}
article img{
    max-width: 100%;
    margin-bottom: 10px;
}
.link-wrap{
    background-color: #fff;
    margin-bottom: 30px;
}
.link-wrap .linkC:last-child{
    border:none;
}
.linkC {
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    border-bottom: 1px dotted #6c5430;
}
.linkC h2{
    padding-top: 0px;
}
.linkC img{
    float: left;
    width: 30%;
    margin-bottom: 0px;
    padding: 10px;
    border-radius: 20px;
}
.linkC .fl{
    float: right;
    width: 68%;
    padding-right: 10px;
}
article {
    margin-bottom: 30px;
}
.main-cont{
    background-color: #fff;
    padding: 20px;
}
/* おすすめリンク */
.link-W{
    background-color: #fff;
    padding: 20px;
}
.link_I {
    float: left;
    width: 42%;
    margin: 0 4%;
}
.link-W h3{
    border: none;
    background-color: #6c5430;
    margin-bottom: 5px;
}
.link-W h3 a {
    display: block;
    color: #fff;
    padding: 10px;
}
.link-W h3 a::after {
    content: ">";
    margin-left: 10px;
}
.link-W a {
    text-align: left;
}
/* aside */
aside li > div {
    font-size: 140%;
    border-bottom: 1px dotted #fff;
    color: #fff;
}
aside ul li ul li:last-child{
    margin-bottom: 50px;
}
aside a{
    padding: 10px 0;
    color: #fff;
}
aside img {
    max-width: 100%;
}
.sidelink a {
    margin-bottom: 10px;
}
.sidelink li:last-child{
    margin-bottom: -15px;
}
/* footer */
footer {
    clear: both;
    position: relative;
    background: #6c5430;
    padding: 50px 0 10px;
    color: #fff;
}
footer p{
    font-size: 21px;
    border-bottom: 1px dotted #fff;
    margin-bottom: 15px;
}
footer a{
    color: #fff;
    font-size: 85%;
}
footer a:hover{
    color: #fff;
    text-decoration: underline;
}
footer .mainC {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 50px;
}
.ftcpy {
    font-size: 70%;
    text-align: center;
    border: none;
    margin-bottom: 0;
    }
.topBTN {
    width: 65px;
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 1;
    border-radius: 5px 0 0 5px;
    background-color: #fff;
    color: #6c5430;
    border-top: 1px solid #6c5430;
    border-bottom: 1px solid #6c5430;
    border-left: 1px solid #6c5430;
}
.topBTN p {
    font-size: 85%;
    padding: 5px;
}
.ft-M {
    width: 15%;
    margin-right: 3%;
    margin: 0 auto;
}
/* under */
.not_F{
    font-size: 200%;
    color: #b1a395;
}
/* pan nav */
.pa_NAV{
    margin: 20px 0 0;
}
.pa_NAV a {
    display: inline;
    font-size: 85%;
}
.pa_NAV font{
    color: #ccc;
}
/* SNS */
.sbtn-area {
    width: 100%;
    margin: 50px 0;
    border: 2px dotted #6c5430;
    padding: 10px 20px 20px;
}
.sns-mainC {
    display: flex;
    justify-content: space-between;
}
.sbtn-area >div{
text-align: center;}
.sbtn-area:after {
    content: '';
    clear: both;
    display: block;
}
.titleH {
    text-align: center;
    display: block;
    color: #6c5430;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.sbtn-whole {
    width: 23%;
    box-sizing: border-box;
    margin: 0 0.1%;
}
.sbtn-whole .fa{
    font-weight: bold;}
.sbtn-link {
    display: block;
    text-align: center;
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 0 !important;
    box-sizing: border-box;
    text-decoration: none;
}
.sbtn-link:hover {
    text-decoration: none !important;
    filter:alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}
/* SNSごとの背景色 */
#twitter {
    background-color: #00acee;
}
#hatena {
    background-color: #2D4C86;
}
#facebook {
    background-color: #3b5998;
}
#ggl-plus {
    background-color: #dd4b39;
}

/*レスポンシブ*/
@charset "utf-8";
@media screen and (max-width: 678px) {

    h1,h2,h3,h4,h5,h6{
        text-align: left;
    }
    .sbtn-area,
    .mainC {
        padding: 3%;
    }
    .mainC,
    main,
    .sideM,
    article img {
        width: 100%;
    }
    article img{
        max-width: 100%;
    }
    article img,
    main{
        float: none;
    }
    .sns-mainC{
        display: block;
    }
    .siteTitle {
        font-size: 100%;
    }
    main h2,
    .sideM h2 {
        font-size: 120%;
    }
    footer {
        padding: 0;
    }
    footer .ft-M {
        width: 100%;
        margin-bottom: 2rem
    }
    .side-mainC p a {
        height: 28px;
        padding: 0;
        text-align: center;
    }
    .linkC img{
        float: none;
        display: block;
        margin: 0 auto;
        width: 70%;
    }
    .moreB{
        text-align: center;
    }
    .moreB a {
        display: block;
        max-width: 340px;
        margin: 0 auto;
    }
    /* glNAV */
    #glNAV-menu,
    .sideM h2 {
        display: none;
    }
    .slicknav_menu {
        display: block;
        padding: 0;
        background: #6c5430;
        position: fixed;
        width: 100%;
    }
    .slicknav_nav ul {
        margin: 0;
    }
    .slicknav_menu a {
        padding: 0;
        margin: 0;
    }
    a.slicknav_btn.slicknav_collapsed {
        width: 100%;
        display: block;
    }
    .slicknav_menu img {
        display: block;
        margin: 20px auto 0;
        width: 100%;
        height: auto;
    }
    .slicknav_btn {
        float: none;
        background-color: #fff;
    }
    .slicknav_nav .slicknav_row:hover {
        border-radius: 0;
        background: none;
    }
    ul.slicknav_nav li:last-child {
        border-bottom: none;
    }
    /* side menu */
    .slicknav_menu .slicknav_no-text{
        float: right;
        margin: 15px;
    }

    .slicknav_nav a{
        padding: 5px 15px;
        background: #fff;
        color: #6c5430;
        border-bottom: 1px dotted #6c5430;
    }
    .slicknav_nav a:hover {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
         border-radius: 0px;
         background: rgba(255, 255, 255, 0);
        color: #fff;
        opacity: 1;
    }
    /* sns */
    .sbtn-whole {
        display: block;
        width: 90%;
        margin: 0 auto 10px;
    }
    /* 追記 */
    .r-wrap,.l-wrap,.linkC .fl,.link_I{
        width: 100%;
    }
    .r-wrap,.l-wrap,.linkC .fl,.link_I{
        float: none;
    }
    .l-wrap{
        margin: 0 0 20px;
    }
    .mainC {
        margin: 0;
    }
    main,.mainV{
        margin-top: 20px;
    }
    .headT {
        padding: 9% 0 0;
    }
    .headT .siteTitle a {
        font-size: 22px;
    }
    .link-wrap,article,.link-W{
        margin-bottom: 20px;
    }
    .linkC {
        padding: 0 10px 10px;
    }
    .linkC img{
        width: 100%;
        padding: 10px 0;
    }
    .linkC .fl {
        padding-right: 0;
    }
    .main-cont {
        padding: 10px;
    }
    .link_I {
        margin: 0;
    }
    .l-wrap{
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
    aside img {
        float: left;
        max-width: 50%;
        margin-right: 5%;
    }
    .ftcpy {
        padding: 10px;
    }
    footer .mainC {
        margin: 0 auto;
    }
}


