@charset "UTF-8";

/*
Template: suidoukonsheruju
Theme Name: suidoukonsheruju_child
Theme URI:http://●●●.com/
Description:suidoukonsherujuの子テーマです
Author:FREE WEB HOPE
Version:1.0
*/

/*@import url(../suidoukonsheruju/style.css);*/
body {
    font-weight: 500;
}

a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


/* header
---------------------------------------*/

#header #logo {
    padding: 0 20px 0 0;
    border-right: 1px solid #eee;
}

#header #logo img {
    width: 250px;
}

header p {
    font-size: 13px;
    float: left;
    margin: 16px 0 0 20px;
}

header .contact {
    float: right;
}

header .contact a {
    display: block;
    font-size: 13px;
    background: #F78A30;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
}

header .contact a:hover {
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    #header #logo {
        padding: 0 0px 0 0;
        border-right: none;
        width: 90%;
    }
    header p {
        display: block;
        margin: 0;
        width: 90%;
    }
    header .contact {
        display: none;
    }
    #header-menu-tog {
        margin: -25px 0 0;
    }
}


/* gnav01
---------------------------------------- */

#gnav {
    background: #3EBDDB;
    color: #fff;
}

#gnav .wrap {
    overflow: hidden;
}

#gnav #gnav-container {
    float: left;
}

.gnav-01 {
    border-left: 1px solid #33B4D3;
}

#gnav li {
    border-right: 1px solid #33B4D3;
    float: left;
    line-height: 24px;
    padding: 0;
}

#gnav li a {
    padding: 12px 36px;
    display: block;
    background: #3EBDDB;
    border-top: none;
    margin: 0;
    color: #fff;
    font-weight: bold;
}

#gnav li a:hover {
    text-decoration: none;
    background: #40C6E5;
    border-top: none;
    color: #fff;
}

#gnav .home {
    float: left;
    border-left: 1px solid #33B4D3;
}

#gnav .home a {
    padding: 0px 20px;
    font-size: 24px;
    display: block;
    line-height: 2;
    color: #fff;
}

#gnav .home a:hover {
    background: #40C6E5;
}

#gnav .home a i {
    margin: 0;
}

@media screen and (max-width: 991px) {
    #gnav {
        margin: 0;
        border: none;
    }
    #gnav .home {
        display: none;
    }
    #gnav ul {
        border: none;
    }
    #gnav ul li {
        float: none;
        position: relative;
        margin: 0;
        border: none;
        padding: 0;
    }
    #gnav ul li a {
        padding: 12px 36px;
        display: block;
        background: #3EBDDB;
        margin: 0;
        color: #fff;
        font-weight: bold;
        border-top: 1px solid #33B4D3;
        border-bottom: 1px solid #33B4D3;
    }
    #gnav #gnav-container {
        float: none;
    }
    #gnav ul li a:hover {
        text-decoration: none;
        background: #40C6E5;
        border-top: 1px solid #33B4D3;
        color: #fff;
    }
}


/* トップ_新着記事
----------------------------------------*/

#new-arrivals {
    padding: 40px 0;
    background: rgba(209, 206, 201, 0.26);
}

#new-arrivals article {
    overflow: hidden;
    padding: 0 0 25px;
    margin: 0;
}

#new-arrivals article figure {
    float: left;
    width: 33%;
    background: #fff;
    margin: 0 0 15px;
    box-shadow: 3px 3px #d1cec9;
}

#new-arrivals article figure div {
    overflow: hidden;
}

#new-arrivals article figure .date {
    font-size: 12px;
    background: none;
}

#new-arrivals article figure section {
    float: left;
    width: 50%;
    padding: 0;
}

#new-arrivals article figure header {
    float: right;
    width: 48%;
    padding: 2% 2% 0%;
}

#new-arrivals article figure header .text {
    margin: 15px 0 0;
    font-size: 15px;
}

#new-arrivals header .post-title {
    font-size: 14px;
    height: 70px;
    margin: 0 0 5px;
}

#new-arrivals header .post-title a {
    font-weight: bold;
    color: #3ebddb;
}

#new-arrivals .post-loop-wrap .post-thumbnail {
    width: 100%;
    height: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
    float: none;
}

#new-arrivals .post-thumbnail a {
    display: block;
    position: relative;
}

#new-arrivals .post-thumbnail a:before {
    position: absolute;
    display: block;
    content: "";
    width: 40%;
    height: 100%;
    top: 10;
}

#new-arrivals .post-title {
    margin: 0 0 0px;
    font-size: 15px;
    clear: both;
    font-weight: normal;
}

#new-arrivals .post-meta {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 0;
    border-top: none;
}


/* first */

#new-arrivals .first {
    width: 65%;
    margin: 0 2% 0 0;
    height: 293px;
}

#new-arrivals .first section {
    width: 50%;
}

#new-arrivals .first header {
    width: 48%;
    padding: 2% 2% 2% 0px;
    box-sizing: border-box;
}

#new-arrivals .first header .post-title {
    font-size: 18px;
    margin: 0 0 5px;
    height: auto;
}

#new-arrivals .first .post-thumbnail {
    margin-left: 0px;
    margin-bottom: 0px;
    float: none;
}

#new-arrivals .first .post-thumbnail a:before {
    width: 20%;
}

#new-arrivals .first .post-thumbnail a img {
    width: 100%;
}

@media screen and (max-width: 1218px) {
    #new-arrivals .first {
        height: 100%;
    }
}

@media screen and (max-width: 991px) {
    #new-arrivals article figure {
        width: 49%;
        margin: 0 1% 0 0;
        box-shadow: 0px 3px #d1cec9;
        position: relative;
        height: 7em;
        overflow: hidden;
    }
    #new-arrivals article figure section {
        padding: 0 !important;
    }
    #new-arrivals header .post-title {
        font-size: 13px;
        height: auto;
        margin: 0 0 10px;
    }
    #new-arrivals article figure:last-child {
        margin: 0 0 0 1%;
    }
    #new-arrivals .post-loop-wrap .post-thumbnail img {
        width: 100%;
    }
    #new-arrivals header .post-title {
        padding: 2% 2% 0;
    }
    #new-arrivals .first {
        width: 100%;
        margin: 0 0% 3% 0;
        height: auto;
    }
    #new-arrivals .first section {
        float: left;
    }
    #new-arrivals .first header {
        float: right;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    #new-arrivals article figure {
        height: 11em;
    }
    #new-arrivals article figure section {
        float: none;
        width: 100%;
        padding: 0 !important;
    }
    #new-arrivals article figure header {
        float: none;
        width: 100%;
        padding: 0% 0 2%;
        position: absolute;
        bottom: 0;
        background: rgb(255, 255, 255);
    }
    /* fiest */
    #new-arrivals .first {
        width: 100%;
        margin: 0 0% 5%;
    }
    #new-arrivals .first section {
        width: 100%;
    }
    #new-arrivals .first header {
        width: 100%;
        padding: 0%;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.9);
    }
    #new-arrivals article figure header .text {
        margin: 0px 2% 15px;
        font-size: 15px;
    }
    #new-arrivals .first header .post-title {}
    #new-arrivals article figure .date {
        padding: 0% 2% 1%;
    }
}

@media screen and (max-width: 550px) {
    #new-arrivals .first header {
        position: relative;
    }
}


/*--------------------------------------------------------*/

#new-arrivals .newpost {
    display: block;
    width: 100%;
    text-align: center;
    background: #ede9e0;
    border: 1px solid #e0d8c8;
    padding: 1%;
    color: #595b5f;
    font-size: 15px;
}

@media screen and (max-width: 550px) {
    #new-arrivals .newpost {
        padding: 5% 1%;
    }
}


/* メイン
-----------------------------------------------------*/

.top #main {
    width: 850px;
}

.top .main-inner {
    margin-right: 0px;
}

@media screen and (max-width: 1218px) {
    .top #main {
        width: 70%;
    }
}

@media screen and (max-width: 991px) {
    .top #main {
        width: 100%;
    }
}


/* サイド
-----------------------------------------------------*/

.top #side {
    width: 300px;
    float: right;
}

@media screen and (max-width: 1218px) {
    .top #side {
        width: 25%;
        float: right;
    }
}

@media screen and (max-width: 991px) {
    .top #side {
        width: 100%;
        float: none;
    }
}

.side-widget {
    margin-bottom: 20px;
    padding-bottom: 10px;
    line-height: 1.6;
    font-size: 14px;
}

.side-inner article h3 {
    position: relative;
    margin: 0 0 25px;
}

.side-inner article h3:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    bottom: -15px;
}

.side-inner article section {
    overflow: hidden;
}

#content.single .side-inner article div.pic {
    margin: 0px 0 0;
}

.side-inner article h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 0;
}

.side-inner article p {
    font-size: 14px;
    margin: 10px 0 0;
}

#searchform {
    margin: 0 0 20px;
}

.side-bnr {
    margin: 0 0 20px;
}

@media screen and (max-width: 991px) {
    .side-inner article div.pic {
        width: 60%;
        float: left;
        margin: 0 2% 0 0;
    }
}


/* トップ記事（カテゴリー別）
-----------------------------------------------------*/

#cat-post {}

#cat-post h2 {
    position: relative;
}

#cat-post h2 img {
    padding: 0 0 0 2%;
}

#cat-post h2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    bottom: -15px;
}

#cat-post > article {
    margin: 0 0 60px;
    clear: both;
}

#cat-post a.link {
    float: right;
    font-size: 13px;
    color: #3EBDDB;
    margin: 5px 0 0;
}


/* 記事
--------------------------------------------*/

#item-post {
    margin: 25px 0 0;
    letter-spacing: -.40em;
}

#item-post figure {
    overflow: hidden;
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    border-bottom: 1px dotted #ccc;
    padding: 15px 0 15px;
}

#item-post.topic figure:last-child {
    border-left: 1px dotted #ccc;
}

#item-post figure .post-content {
    width: 25%;
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
}

#item-post .post-header {
    width: 68%;
    float: right;
    padding: 0 4% 0 0;
}

#item-post .post-title {
    font-size: 15px;
    margin: 0 0 5px;
    height: 3em;
}

#item-post .post-title a {
    color: #3ebddb;
}

#item-post .post-thumbnail {
    margin: 0;
    width: 120px;
    height: 90px;
    overflow: hidden;
}

#item-post .date {
    font-size: 12px;
}

#item-post .text {
    display: none;
}

#item-post .post-thumbnail img {
    width: 100%;
}

@media screen and (max-width: 550px) {
    #item-post figure {
        width: 100%;
        display: block;
        border-bottom: 1px dotted #ccc;
        padding: 15px 0 15px;
    }
    #item-post.topic figure:last-child {
        border-left: none;
    }
    #item-post figure .post-content {
        width: 25%;
        float: left;
        margin: 0 0 0 10px;
        padding: 0 !important;
    }
    #item-post .post-header {
        width: 68%;
        float: right;
        padding: 0 4% 0 0;
    }
    #item-post .post-thumbnail {
        width: auto;
        height: auto;
    }
    #item-post .post-title {
        font-size: 13px;
    }
}


/* topic
-------------------------------------------*/

#item-post.topic figure:first-child {
    width: 100%;
    display: block;
    letter-spacing: normal;
    border-bottom: 1px dotted #ccc;
    margin: 0;
}

#item-post.topic figure:first-child .post-content {
    width: 33%;
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
}

#item-post.topic figure:first-child .post-header {
    width: 63%;
    float: right;
    padding: 0 0% 0 0;
}

#item-post.topic figure:first-child .post-thumbnail {
    margin: 0;
    width: auto;
    height: auto;
    overflow: hidden;
}

#item-post.topic figure:first-child .post-title {
    font-size: 20px;
    margin: 0 0 5px;
    height: auto;
}

#item-post.topic figure:first-child .text {
    display: block;
    margin: 15px 0 0;
}

#item-post.topic figure:last-child {
    border-left: 1px dotted #ccc;
}

@media screen and (max-width: 550px) {
    #item-post.topic figure:first-child .post-content {
        width: 100%;
        float: none;
        margin: 0 0 15px 0;
        padding: 0;
    }
    #item-post.topic figure:first-child .post-header {
        width: 100%;
        float: none;
        padding: 0 0% 0 0;
    }
    #item-post figure:first-child .text {
        margin: 5px 0 0;
    }
    #item-post.topic figure:last-child {
        border-left: none;
    }
}


/* リスト記事
---------------------------------------------*/

#list-post {
    letter-spacing: -.40em;
}

#list-post li {
    display: inline-block;
    letter-spacing: normal;
    width: 50%;
    padding: 0 2% 0 0;
    margin: 0 0 25px;
    vertical-align: top;
    overflow: hidden;
}

#list-post li #item-post {
    margin: 25px 0 0;
    letter-spacing: normal;
}

#list-post li #item-post figure {
    overflow: hidden;
    width: 100%;
    display: block;
    border-bottom: 1px dotted #ccc;
    padding: 15px 0 15px;
}

@media screen and (max-width: 550px) {
    #list-post {
        letter-spacing: normal;
    }
    #list-post li {
        display: block;
        letter-spacing: normal;
        width: 100%;
        padding: 0 0% 0 0;
        margin: 0 0 25px;
        vertical-align: top;
    }
}


/* 投稿記事
-------------------------------------------------*/

#content.single .breadcrumb {
    margin: 0 0 45px;
}

#content.single .pic {
    margin: 0 64px 20px;
}

.single-post {
    margin-bottom: 40px;
    background: none;
    border: none;
}

.single-post .post-header {
    padding: 0px 64px 0;
}

.single-post .post-title {
    margin: 0 0 10px;
    font-size: 28px;
    clear: both;
    font-weight: bold;
    color: #51C0DB;
}

.single-post .post-meta {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 0;
    border-top: none;
}

.single-post .post-meta li {
    background: none;
    float: left;
    margin-top: -0.7em;
    margin-right: 20px;
    padding-right: 24px;
    font-size: 14px;
}

.single-post .post-thumbnail {
    margin-left: 0px;
    margin-bottom: 45px;
    float: none;
    max-height: 400px;
    overflow: hidden;
}

.single-post .post-content h2 {
    border-left: 6px solid #4AC0DC;
    padding: 0 0 0 10px;
    border-bottom: none;
}

@media screen and (max-width: 991px) {
    .single-post .post-header {
        padding: 0px 20px 0;
    }
    #content.single .pic {
        margin: 0 20px 20px;
    }
}


/* ランディングページCTA
----------------------------------------------------------*/

#lp-cta {
    width: 90%;
    box-sizing: border-box;
    border: 4px dotted #e48116;
    background: #fff;
    text-align: center;
    padding: 25px;
    margin: 0 auto 40px;
}

#lp-cta h2 {
    font-size: 25px;
    font-weight: bold;
	margin: 0 0 20px;
}

#lp-cta div {
    width: 100%;
    margin: 10px auto 25px;
}

#lp-cta p {
    margin: 10px auto 0;
    text-align: left;
}

#lp-cta a {
    display: block;
    width: 50%;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: #029800;
    padding: 10px 0;
    position: relative;
    top: 0;
    border-radius: 5px;
    box-shadow: 0 5px 0 #085204;
    margin: 25px auto 0;
    font-size: 20px;
	text-align: center;
}

#lp-cta a:hover {
    top: 5px;
    box-shadow: 0 0 0 #b21;
}

#lp-cta a::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

@media screen and (max-width: 768px) {
    #lp-cta a {
        width: 100%;
    }
}


/* 関連記事
-----------------------------------------------*/


/* ========================================
    ■ 関連記事
======================================== */

#relevance {
    overflow: hidden;
    margin: 0 auto 25px;
    width: 90%;
}

#relevance h4 {
    margin: 0 0 10px;
}

.kanren li {
    width: 50%;
    font-size: small;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    float: left;
}

.kanren li:nth-child(odd) {
    border-right: 1px dotted #ccc;
}

.kanren li img {
    width: 75px;
    height: 75px;
    margin: 0 10px 0 0;
    float: left;
}

.kanren li a {
    overflow: hidden;
    display: block;
    text-decoration: none;
    padding: 10px;
}

.kanren li a:hover {
    color: #3bf;
    background: #f5fcff;
}

@media screen and (max-width: 800px) {
    .kanren li {
        width: 100%;
        float: none;
    }
    .kanren li:nth-child(odd) {
        border-right: none;
        border-bottom: none;
    }
}


/* footer
----------------------------------------*/

#footer-info {
    background: #fff;
    border-top: 3px solid #47BAD7;
}

#footer-info ul {
    overflow: hidden;
}

#footer-info ul li.company {
    width: 40%;
    float: left;
}

#footer-info ul li.company div {
    width: 60%;
    margin: 0 0 10px;
}

#footer-info ul li.company p {
    font-size: 14px;
    margin: 0 0 5px;
}

#footer-info ul li.category {
    width: 40%;
    float: right;
    margin: 25px 0 0;
}

#footer-info ul li.category h3 {
    font-weight: bold;
    font-size: 17px;
}

#footer-info ul li.category ol {
    margin: 5px 0 0;
    letter-spacing: -.40em;
    width: 240px;
}

#footer-info ul li.category ol li {
    font-size: 14px;
    margin: 0 2% 2px 0;
    display: inline-block;
    letter-spacing: normal;
    width: 48%;
}

@media screen and (max-width: 768px) {
    #footer-info ul li.company {
        width: 100%;
        float: none;
    }
    #footer-info ul li.category {
        width: 100%;
        float: none;
        margin: 25px 0 0;
display: none;
    }
    #footer-info ul li.category ol {
        width: 100%;
    }
    #footer-info ul li.category ol li {
        width: 22%;
    }
}


/* footer-cta
----------------------------------------*/

#footer-cta {
    display: none;
}

@media screen and (max-width: 550px) {
    #footer-cta {
        position: fixed;
        display: block;
        bottom: 0;
        background: #fff;
        padding: 10px 0;
        border-top: 1px solid #eee;
        right: 0;
        opacity: 1;
        z-index: 100;
    }
    #footer-cta ul {
        overflow: hidden;
        letter-spacing: -.40em;
    }
    #footer-cta ul li {
        display: inline-block;
        width: 48%;
        margin: 0 1%;
    }
}

/* メールフォーム
----------------------------------------*/

#content #contact {
}

#content #contact table {
	width: 100%;
}

#content #contact table td {
	padding: 20px 10px;
}

#content #contact table th {
	background: #3EBDDB;
}

#content #contact input, 
#content #contact input[type="submit"]{
	width: 100%;
}

#content #contact .button {
background: none;
}

#content #contact table th span {
	float: right;
	font-size: 14px;
	background: #F78A30;
	padding: 1px 5px;
}