/* common */
header .header_container {
    display: flex;
    justify-content: space-between;
    margin: auto;
    background: #36667d;
}
header .header_left {
    position: relative;
    margin: auto 0;
    background: #4b88a6;
    height: 40px;
    width: 25%;
    min-width: 315px;
    border-radius:  0px 0px 35px 0px;
    cursor: pointer;
}
header .header_left a {
    background: white;
    padding: 22px 9% 10px;
    border-radius: 0px 0px 35px 0px;
    position: absolute;
    top: 0;
    left: 0;
}
header .icon-hamburger span {
    background: #008aaa!important;
}
header .icon-hamburger.click_on span {
    background: white !important;
}
#sidebar .form_banner {
    border: 1px solid #008aaa;
}
#sidebar .form_banner span {
    color: #008aaa;
}
#sidebar .form_banner:hover span {
    color: white;
}
/* 取扱商品 */
#product_page_title {
    display: flex;
    justify-content: center;
    padding-top: 160px;
}
#product_page_title .header_img img {
    width: 100%;
    max-width: 820px;
    object-fit: cover;
}
#pruduct_container {
    width:85%;
    max-width:720px;
    margin:auto;
}
#pruduct_container .pruduct_title {
    padding-top: 72px;
}
#pruduct_container .pruduct_title .product_size {
    display: block;
    font-size: 32px;
    font-weight: bold;
}
#pruduct_container .entry-date {
    padding-bottom: 52px;
}
#pruduct_container .entry-content h2  {
    font-size:  18px;
}
#pruduct_container .entry-content p  {
    padding-left: 10px;
    margin: 36px 0;
    line-height: 2.25rem;
}
#pruduct_container .entry-content p a {
    cursor: pointer;
}
#pruduct_container .entry-content blockquote  {
    margin: 36px 0;
    line-height: 2.25rem;
}
#pruduct_container .wp-block-embed {
    margin: auto;
}
#pruduct_container .wp-block-embed iframe {
    width: 100%;
    height: 40%;
}
#pruduct_container .entry-content .wp-block-quote cite {
    font-style: unset;
}
#pruduct_container .entry-content .nouyaku_table {
    margin: 1em 0;
    width: 99%;
    margin: auto ;
    margin-bottom: 5px;
}
#pruduct_container .entry-content .link_list {
    width: 22%;
}
#pruduct_container .entry-content .link_list h4 {
    width: 100px;
}
#pruduct_container .entry-content .link_list h4 a {
    border: 3px solid #808080;
    display: block;
    width: inherit;
    padding: 5px 0;
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
}
#pruduct_container .entry-content .item_block {
    padding: 0px 2px 2px;
}
#pruduct_container .entry-content .item_block .wp-block-columns {
    margin-bottom: 1px;
    padding: 0;
}
#pruduct_container .entry-content .item_block h3 {
    padding-left: 13px;
    margin: 5px 0;
}
#pruduct_container .entry-content .item_note {
    padding: 23px 30px 30px;
    border-top-width: medium;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-style: none;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: initial;
    border-left-color: #e3e3e3;
    border-right-color: #e3e3e3;
    border-bottom-color: #e3e3e3;
    box-shadow: 0px 3px 0px 0px #eaeaea;
}
#pruduct_container .entry-content .aoa_note {
    border:1px solid #c4c6ca;
}
@media screen and (max-width:1280px) {
    header .menu-container {
        right: 5%;
    }
    header .menu-container ul li.menu-item {
        margin-left: 5vw;
    }
    header .menu-container ul li.menu-item a {
        font-size: 1.3vw;
    }
}
@media screen and (max-width:767px) {
    h1.entry-title {
        margin-top: 120px;
        font-size: 36px;
    }
    header {margin: auto;}
    header .header_container {background: white;}
    header .icon-hamburger span {background: white !important;}
    header .menu-container ul li.menu-item a {font-size: 16px;}
    header.click_on .header_container {background-color: rgba(0, 138, 170, 0.8);}
    header.click_on .header_right {background-color: rgba(0, 138, 170, 0.8);}
    header .header_left {
        background: transparent;
        min-width: auto;
    }
    header .header_right {background-color: rgba(0, 138, 170, 0.8);}
    #sidebar .form_banner {border: none;}
}

