@charset "UTF-8";
/****************************************************************************************************
*   SINGLE
****************************************************************************************************/

.post__ttl {
    font-size: 2.4rem;
    padding: 0;
}

.post__date {
    font-size: 1.4rem;
    color: #727272;
    width: 100%;
    padding: 0;
    display: block;
}

.post__content {
    padding: 24px;
}

.postNew__ul {
    width: 100%;
    background-color: white;
}

.postNew__ul > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.postNew__item {
    padding: 12px;
    -webkit-transition: .2s;
    transition: .2s;
}

.postNew__item:hover {
    background-color: #ddd;
}

.postNew__ttl {
    width: auto;
    margin-left: 6px;
    display: inline-block;
}

/********************************************************************************************
*   SNS
********************************************************************************************/

ul#sns_btn {
    width: 100%;
    float: left;
    clear: both;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

ul#sns_btn:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul#sns_btn li.sns_btnInner {
    width: 15%;
    float: left;
    padding: 0px;
    margin: 0px 2% 0px 0px;
    list-style-type: none;
}

ul#sns_btn li.sns_btnInner:nth-child(6n) {
    width: 15%;
    margin: 0px 0px 0px 0px;
}

@media (max-width: 659px) {
    ul#sns_btn li.sns_btnInner {
        width: 32%;
        margin: 0px 2% 5px 0px;
    }
}

@media (max-width: 659px) {
    ul#sns_btn li.sns_btnInner:nth-child(3n) {
        width: 32%;
        margin: 0px 0px 5px 0px;
    }
    ul#sns_btn li.sns_btnInner:nth-child(6n) {
        width: 32%;
        margin: 0px 0px 5px 0px;
    }
}

ul#sns_btn li.sns_btnInner a {
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    color: #ffffff;
    display: block;
    padding: 8px 0px;
    margin: 0px;
    background-color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

@media (max-width: 659px) {
    ul#sns_btn li.sns_btnInner a {
        font-size: 14px;
        padding: 10px 0px;
    }
}

ul#sns_btn li.sns_btnInner a.twitter {
    background-color: #00acee;
}

ul#sns_btn li.sns_btnInner a.facebook {
    background-color: #3b5998;
}

ul#sns_btn li.sns_btnInner a.hatena {
    background-color: #2D4C86;
}

ul#sns_btn li.sns_btnInner a.line {
    background-color: #5ae628;
}


/****************************************************************************************************
*   WP-DASHBORD
****************************************************************************************************/

#wpDashbord {
    color: white;
    padding: 7.5px 15px;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

#wpDashbord > .material-icons {
    font-size: 30px;
}

@media only screen and (max-width: 959px) {
    #wpDashbord {
        display: none;
    }
}


/****************************************************************************************************
*   CONTACT (contact form 7)
****************************************************************************************************/

.contact__label {
    margin: 15px 0 5px;
}

.required {
    color: #f5637a;
    margin-left: 6px;
    padding: 0 6px;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    border-radius: 4px;
    display: inline-block;
}

.wpcf7 {
    font-size: 1.6rem;
    width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    font: normal 1.6rem/1.5 Arial, 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif;
    color: #333;
    width: 100%;
    margin-bottom: 12px;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #bebebe;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .1) inset;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1) inset;
}

.wpcf7 input[type="submit"] {
    font-size: 18px;
    color: white;
    margin: 12px 0;
    padding: 12px 24px;
    background-color: rgb(186, 205, 49);
    border-radius: 4px;
    cursor: pointer;
}

/* TipError */

.wpcf7 span.wpcf7-not-valid-tip {
    color: #f5637a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin-top: 2px;
    padding: 6px;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}


/* ErrorMessage */

.wpcf7 .wpcf7-response-output {
    color: #f5637a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin: 12px 0 0;
    padding: 8px 35px 8px 14px;
    background-color: #F2DEDE;
    border: 1px solid #f5637a;
    border-radius: 4px;
}


/* complete */

.wpcf7 .wpcf7-mail-sent-ok {
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
}


/****************************************************************************************************
*   PAGINATION
****************************************************************************************************/

.pagenation {
    margin: 1em auto;
}

.pagenation:after,
.pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.pagenation ul {
    margin: 0 auto;
    text-align: center;
}

.pagenation li {
    list-style: none outside none;
    margin-left: 3px;
    display: -moz-inline-box;
    display: inline-block;

}

.pagenation li:first-child {
    margin-left: 0;
}

.pagenation li.active {
    background-color: #94d82d;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}

.pagenation li a {
    background: none repeat scroll 0 0 #d8f5a2;
    border-radius: 3px;
    color: #333;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.pagenation li a:hover {
    background-color: #74b816;
    color: #333;
    opacity: 0.8;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

/****************************************************************************************************
*   Google Map
****************************************************************************************************/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
