/*
Theme Name: 白銀
Theme URI: http://www.hakugin.co.jp/
Author: 白銀本舗 （株）杉本利兵衛本店
Author URI: http://www.hakugin.co.jp/
Description: 白銀ウェブサイト2024年版
Version: 1.0
*/

/*================================================
 *  CSSリセット
 ================================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote: before,
blockquote: after,
q: before,
q: after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

/*================================================
 *  共通
 ================================================*/
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    /*font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;*/
    font-size: 14px;
    line-height: 1.5714;
    color: #000000;
    position: relative;
}

a {
    color: #000000;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: none;
}

a:hover {
    color: #1D4E7F;
    text-decoration: underline;
}

a img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transitioaan: .3s ease-in-out;
}

a:hover img {
    opacity: .7;
}

br {
    letter-spacing: normal;
}

h2 {}

p {
    line-height: 1.75;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

hr {
    height: 0;
    margin: 0 0 50px 0;
    border: 5px solid #000000;
}

.spbr {
    display: none;
}

@media only screen and (max-width: 767px) {
    .spbr {
        display: inline;
    }
}


/*================================================
 *  ヘッダー
 ================================================*/

.home header,
.page-home header {
    width: 100%;
    height: 800px;
    background: url(../images/bgimgTop.jpg) top center no-repeat;
    background-size: cover;
}

.home header .companylogo,
.page-home .companylogo {
    width: 100%;
    height: 150px;
    background: url(../images/bgHeaderTilte.png) top center no-repeat;
    background-size: 100% 150px;
}

header .container {
    position: relative;
    margin: 0 auto;
    max-width: 1124px;
}

.home header .companylogo .container #badge,
.page-home header .companylogo .container #badge {
    position: absolute;
    width: 277px;
    height: 139px;
    top: 0;
    left: 0;
    background: url(../images/HeaderBadge2024.png) top center no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

.home header .companylogo .container h1,
.page-home header .companylogo .container h1 {
    width: 278px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.home header .companylogo .container h1 img,
.page-home header .companylogo .container h1 img {
    width: 278px;
    height: 70px;
}

#mainVisual {
    height: 650px;
    overflow: hidden;
}

#message {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 1.5em;
    line-height: 2.285;
    color: #000000;
    text-align: center;
    margin-top: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

    .home header,
    .page-home header {
        width: 100%;
        height: 640px;
        background: url(../images/bgimgTop.jpg) top center no-repeat;
        background-size: cover;
    }

    #mainVisual {
        height: 510px;
        overflow: hidden;
    }

    .home header .companylogo .container #badge,
    .page-home header .companylogo .container #badge {
        position: absolute;
        width: 222px;
        height: 112px;
        top: 0;
        left: 0;
        background: url(../images/HeaderBadge2024.png) top center no-repeat;
        background-size: contain;
        text-indent: -9999px;
    }

    #message {
        font-size: 1.285em;
        line-height: 2.285;
        color: #FFFFFF;
        text-align: center;
        margin-top: 130px;
        font-weight: bold;
    }
}


@media only screen and (max-width: 767px) {

    .home header,
    .page-home header {
        width: 100%;
        height: 480px;
        background: url(../images/bgimgTop.jpg) top center no-repeat;
        background-size: cover;
        margin-bottom: 320px;
    }

    .home header .companylogo,
    .page-home header .companylogo {
        width: 100%;
        height: 100px;
        background: url(../images/bgHeaderTilte.png) top center no-repeat;
        background-size: 150% 120px;
    }

    .home header .companylogo .container #badge,
    .page-home header .companylogo .container #badge {
        position: absolute;
        width: 240px;
        height: 240px;
        top: 360px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: url(../images/spHeaderBadge2024.png) top center no-repeat;
        background-size: contain;
        text-indent: -9999px;
    }

    .home header .companylogo .container h1,
    .page-home header .companylogo .container h1 {
        width: 230px;
        height: auto;
        margin-left: 10px;
        padding-top: 10px;
    }

    .home header .companylogo .container h1 img,
    .page-home header .companylogo .container h1 img {
        width: 230px;
        height: auto;
    }

    #mainVisual.container {
        position: absolute;
        top: 0;
        width: 100%;
        height: 1120px;
    }

    #mainVisual #message {
        width: 100%;
        color: #000000;
        font-size: 1.0em;
        position: absolute;
        top: 420px;
    }
}


/*================================================
 *  ヘッダー修正
 ================================================*/

#content #mainVisual {
    height: auto;
}

#content #message {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #content #message {
        margin-top: 50px;
        margin-bottom: 50px;
        color: #000000;
        font-weight: normal;
    }
}

@media only screen and (max-width: 767px) {
    #content #mainVisual.container {
        position: inherit;
        top: 0;
        width: 100%;
        height: auto;
    }

    #content #message {
        margin-top: 200px;
        margin-bottom: 0px;
    }
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/


nav ul li {
    padding: 1em 0 1em 0;
    border-bottom: 1px solid #FFF;
}

nav ul li a.drawer-menu-item {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    line-height: 40px;
    display: block;
    box-sizing: border-box;
    font-size: 1.16em;
    letter-spacing: 0.02em;
    color: #FFF;
    padding: 0 12px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-align: center;
}

nav ul li a.drawer-menu-item:hover {
    color: #D2B48C;
    text-decoration: none;
}

@media screen and (min-width:480px) {

    header .container {
        padding-top: 20px;
    }

    header .container h1 {
        width: 390px;
    }
}

@media screen and (min-width:767px) {
    header {
        height: 80px;
    }

    header .container {
        display: flex;
        align-items: center;
    }

    .drawer-container button {
        display: none;
    }

    nav ul {
        display: flex;
    }

    nav ul li {
        padding: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
    }

    nav ul li:first-of-type {
        border-left: 1px solid rgba(255, 255, 255, 0.5);
    }

    nav ul li a.drawer-menu-item {
        font-size: 1.12em;
        color: #000;
        padding: 0px 1.2em;
    }

}

.lang-navi ul {
    display: flex;
}

.lang-navi ul li {}

.lang-navi ul li a {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    display: block;
    box-sizing: border-box;
    font-size: 1em;
    letter-spacing: 0.02em;
    padding: 0 1em;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-align: center;
}

.lang-navi ul li a:hover {
    color: #D2B48C;
    text-decoration: none;
}

.lang-navi ul li:first-of-type {
    position: relative;
    padding-right: 0.25em;
}

.lang-navi ul li:first-of-type::after {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
}


/*================================================
 *  footer
 ================================================*/

footer {
    margin-bottom: 50px;
}

footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0 45px 0;
}

footer .companylogo,
#socialIcons,
#footAddress {
    border-right: 1px solid #999999;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}

footer .companylogo,
#socialIcons {
    width: 289px;
}

footer .companylogo {
    border-left: 1px solid #999999;
}

footer .companylogo img {
    width: 220px;
    height: auto;
    text-align: center;
    /*
    margin-left: auto;
    margin-right: auto;
*/
}

#socialIcons li {
    display: inline-block;
    padding: 10px;
}

#socialIcons a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #000000;
    display: table-cell;
    color: #FFFFFF;
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
}

#socialIcons .facebookicon a {
    background-color: #4267B2;
}

#socialIcons .twittericon a {
    background-color: #000000;
}

#socialIcons .instagramicon a {
    background-color: #B900B4;
}

#socialIcons a:hover {
    background-color: #1D4E7F;
    text-decoration: none;
}

#footAddress {
    width: 442px;
}

#footAddress dt {
    padding-top: 0.5em;
    font-weight: bold;
}

#footAddress dd {
    padding-top: 0.5em;
    line-height: 1.75;
}

@font-face {
    font-family: 'condenseicon';
    src: url('../fonts/CONDENSEicon.ttf') format('truetype'), url('../fonts/CONDENSEicon.otf') format('opentype'), url('../fonts/CONDENSEicon.woff') format('woff'), url('../fonts/CONDENSEicon.eot') format('embedded-opentype'),
        url('../fonts/CONDENSEicon.eot?#iefix') format('embedded-opentype');
}

#footAddress dd span {
    font-family: 'condenseicon';
    font-size: 18px;
    -ms-font-feature-settings: "normal";
}

address {
    text-align: center;
    font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

    footer .companylogo,
    #socialIcons,
    #footAddress {
        width: auto;
        padding: 0 20px;
    }

    footer .companylogo img {
        width: 180px;
        height: auto;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    #socialIcons {
        width: auto;
    }

    #socialIcons li {
        display: inherit;
        padding: 10px 0;
    }

    #footAddress dt {
        width: auto;
        float: none;
        padding-top: 0.5em;
    }

    #footAddress dd {
        padding-top: 0.5em;
        padding-left: 0em;
    }
}

@media only screen and (max-width: 767px) {
    footer .container {
        display: block;
        padding: 50px 0;
    }

    footer .companylogo,
    #socialIcons,
    #footAddress {
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #999999;
        width: 92%;
        padding: 20px 0px;
        margin-left: auto;
        margin-right: auto;
    }

    #socialIcons {
        padding-bottom: 15px;
    }

    #socialIcons li {
        display: inline-block;
        padding: 0px 10px;
    }

    #footAddress dt {
        width: auto;
        float: none;
        padding-top: 0.5em;
    }

    #footAddress dd {
        padding-top: 0.5em;
        padding-left: 0em;
    }
}


/*================================================
 *  ページトップへの戻り
 ================================================*/

.totop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
    width: 35px;
    height: 35px;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
    z-index: 1000;
}

.totop p {
    line-height: 35px;
}

.totop:hover {
    background-color: #1D4E7F;
}


/*================================================
 *  ページ共通
 ================================================*/


.page #pgHeader {
    width: 100%;
    height: 80px;
    background-color: #FFFFFF;
}

.page #pgHeader .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 100%;
}

.page header .companylogo {
    width: 61px;
    height: 50px;
}

.page header .companylogo .container h1 img {
    width: 61px;
    height: 50px;
}

.page nav li a {
    color: #000000;
}

.page nav li a:hover {
    color: #D2B48C;
    text-decoration: none;
}

.page nav li {
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    text-align: left;
    margin: 0;
}

.page nav li:first-child {
    border-left: none;
}

.bgcontent {
    padding: 25px 0;
    background-image: url(../images/bgimg.jpg);
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {}

@media only screen and (max-width: 767px) {
    .page #pgHeader {
        height: 60px;
        background-color: #FFFFFF;
        /*background-color: transparent;
        background: url(../images/spbgHeaderTilte.png) top center no-repeat;
        background-size: auto 90px;*/
    }

    .page header .companylogo {}

}

.wp-caption {
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    margin: 0;
    padding: 0 4px 5px;
}

.pagenation {
    clear: both;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pagenation span {
    padding: 0 20px;
    width: 25%;
}

.pagenation span a {
    display: block;
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
    border: 1px solid #999999;
}

.pagenation span a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #CCCCCC;
    text-decoration: none;
}


#newsnav .container {
    padding: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.widget {
    padding: 0 20px;
}

.widget .widgettitle {
    display: block;
    font-size: 1.125em;
    margin-bottom: 0.5em;
}

.widget label {
    display: none;
}

.widget .nice-select {
    width: 250px;
    border: 1px solid #999999;
}

.widget .nice-select .list {
    width: 100%;
    border: 1px solid #CCCCCC;
    height: 300px;
    overflow-y: scroll;
}

.widget li {
    width: 250px;
    margin-bottom: 1em;
}

.widget li a {
    border: 1px solid #999999;
    padding: 0 1em;
    line-height: 40px;
    display: block;
}

.widget li a:hover {
    border: 1px solid #CCCCCC;
    text-decoration: none;
}

.archive .archiveTitle {
    font-size: 1.5em;
    font-weight: bold;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    padding: 20px 0;
}

.archive .summarybody h4,
.page-information .summarybody h4 {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    margin-bottom: 0.5em;
    font-size: 1.142em;
}

.newsitem .summarybody p {
    font-size: 1em;
    margin-bottom: 0.5em;
}

.newsitem .summarybody .postmeta {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0.5em;
    margin-bottom: 0.5em;
}

.wp-pagenavi {
    overflow: hidden;
    padding: 30px 0 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #1D4E7F !important;
    background-color: #1D4E7F;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #CCCCCC !important;
    color: #999999;
    padding: 6px 12px !important;
    margin: 2px;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

.wp-pagenavi a:hover,
.wp-pagenavi span {
    color: #FFFFFF;
}

.wp-pagenavi .pages {
    color: #999999;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {}

@media only screen and (max-width: 767px) {}