
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

/*============================
レイアウト・背景色・基本文字色
=============================	*/
html > body {
    color:#000;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 0.05em;
    font-size: 16px;
    -webkit-font-feature-settings : "palt";
    font-feature-settings : "palt";
    min-width: 1200px;
}
a {
    color:#000;
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}


/*　全体を囲むボックス
-----------------------------------------*/
#container {
}
#container .inner {
}


/*　メインコンテンツを囲むボックス
-----------------------------------------*/
#content {
    width: 1120px;
    margin: 0 auto 150px;
}
/* メインエリア */
#main {
    width: 740px;
    float:right;
}
/* サイドエリア */
#side {
    width: 300px;
    float:left;
}

/*============================
ハンバーガーボタン
=============================*/
#humBtn {
    display: none;
}

/*============================
ヘッドラッパー
=============================*/
#headWrapper {
}
#top #headWrapper {
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    left: 0;
}

/*============================
ヘッダー
=============================*/
header {
    width: 100%;
    padding: 0 60px;
    margin:0 auto;
    /*	min-height:105px;*/
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1200px;
}

/*　サイトタイトル
-----------------------------------------*/
header #siteTtl {
    font-size:2.125em;
    width: calc(100% - 300px);
    padding:45px 30px 45px 0;
    max-height: 300px;
    overflow: hidden;
}
header #siteTtl a {
    text-decoration:none;
    color:#fff;
    text-shadow:rgba(0,0,0,0.3) 0px 0px 20px;
    -webkit-transition: .2s;
    transition: .2s;
}
header #siteTtl a img {
    max-width: 300px;
    width: auto;
    height:auto;
}
header #siteTtl a:hover {
    opacity: 0.7;
}

/*　ヘッダーリンク
-----------------------------------------*/
#headWrapper .headNav {
    text-align:right;
    padding-top: 45px;
    width: 300px;
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 1;
}
#headWrapper .headNav li {
    display:inline-block;
    margin-right: 44px;
    position: relative;
}
#headWrapper .headNav li::before {
    content: '';
    position: absolute;
    bottom: -10px;
    height: 1px;
    width: 0;
    background-color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    right: 0;
    left: 0;
    margin: auto;
}
#headWrapper .headNav li:hover::before {
    width: 100%;
}
#headWrapper .headNav li:last-child {
    margin-right: 0;
}
#headWrapper .headNav li a {
    text-decoration:none;
    color:#fff;
    font-size: 1.125em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-shadow:rgba(0,0,0,0.2) 0px 0px 6px;;
}


/*　snsボタン
-----------------------------------------*/
#sns {
    position: fixed;
    height: 165px;
    top: 0;
    bottom: 0;
    right: 37px;
    margin: auto;
    z-index: 9999;
}
#sns ul {
}
#sns ul li {
    width: 45px;
    margin-bottom: 15px;
}
#sns ul li a {
    display: block;
    width: 100%;
    -webkit-transition: .2s;
    transition: .2s;
}
#sns ul li a:hover {
    opacity: 0.7;
}
#sns ul li a img {
    width: 100%;
}
#sns ul li.fb {
}



/*============================
グローバルナビゲーション
=============================*/

#page #mainNav .inner,
.noSlide #mainNav .inner {
    padding-bottom: 20px;
}

nav {
    position: relative;
}
#mainNav .inner {
    width: 100%;
    min-width: 1120px;
    padding: 0 60px;
}
nav ul {
}

/* 親メニュー */
nav ul li.parent {
    display:inline-block;
    position:relative;
    margin: 0 32px 20px 0;
    text-shadow:rgba(0,0,0,0.2) 0px 0px 6px;;
}


nav ul li.parent::before {
    content: '';
    position: absolute;
    bottom: -10px;
    height: 1px;
    width: 0;
    background-color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    right: 0;
    left: 0;
    margin: auto;
}
nav ul li.parent:hover::before {
    width: 100%;
}

nav ul li.parent:last-child {
    margin-right: 0;
}
nav ul li.parent > a {
    color:#fff;
    text-decoration:none;
    display:block;
    font-size:0.938em;
    font-weight:bold;
}
nav ul li.parent:hover:after {
    width:calc(100% + 2px);
    height:calc(100% + 18px);
    content:"";
    display:block;
    position:absolute;
    top:-9px;
    left:-1px;
}
nav ul li.childIn:hover:after {
    height:calc(100% + 27px);
}
nav ul li.parent:hover > a {
    position:relative;
    z-index:10;
    opacity:1;
}

/* 子メニュー */
nav .child {
    position:absolute;
    letter-spacing:0;
    min-width:100%;
    width: 240px;
    text-align:left;
    padding:0;
    display:none;
    z-index:10;
    padding-top: 20px;
    text-shadow: none;
}
nav .child li {
    background:#F1F1F1;
    border-bottom: 1px solid #ccc;
    -webkit-transition: .2s;
    transition: .2s;
}
nav .child li:hover {
    background-color: #fff;
}
nav .child li a {
    color:#000;
    font-size:0.938em;
    text-decoration:none;
    display:block;
    padding: 18px 28px 18px 20px;
    position:relative;
    line-height: 1.5;
    word-break: break-all;
}
nav .child li a:hover {
    opacity:1;
}
nav .child li:first-child {
}
nav .child li:last-child {
    border-bottom: none;
}


/*============================
メインスライド
=============================*/
.bk.mainSlideIn {
    width:100%;
    z-index: 0;
    position: relative;
}
.bk#mainSlide li {
    height: 100vh;
    position:relative;
    background:rgba(0,0,0,0.2);
    overflow:hidden;
    background-size: cover;
}
.bk#mainSlide li::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,0.2);
}

.bk#mainSlide li img {
    position:absolute;
    left:0;
    width:1200px;
    height:auto;
}
.bk.bx-controls-direction {
    display: none;
}
.bk.mainSlideIn .bx-wrapper {
    margin-bottom: 27px;
}

/* pager */
.bk.bx-wrapper .bx-pager {
    bottom: 20px !important;
}
.bk.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 6px;
}
.bk.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bk.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #4B4542;
    opacity:1;
}





/*全画面スライド*/
.mainSlideIn {
    /*    width:1680px;*/
    width: 100%;
    min-width: 1200px;
    overflow-x: hidden;
    overflow-y: visible;
    height: 700px;
    margin: 0 auto 27px;
    position: relative;
}
.mainSlideIn .mainSlideWrap {
    width: 1680px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

}
#mainSlide li {
    height:700px !important;
    position:relative;
    background:rgba(0,0,0,0.2);
    overflow:hidden;
}
#mainSlide li img {
    position:absolute;
    left:0;
    width:1680px;
    height:auto;
}

.mainSlideIn .bx-wrapper {
    margin-bottom: 0;
    overflow: hidden;
}

/* pager */
.bx-wrapper .bx-pager {
    bottom: 20px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #4B4542;
    opacity:1;
}

@media screen and (min-width:1680px) {

    .mainSlideIn {
        height: 800px;
    }
    .mainSlideIn .mainSlideWrap {
        width: 1920px;
    }
    #mainSlide li {
        height:800px !important;
    }
    #mainSlide li img {
        width:1920px;
    }

}

/*　サイト説明文（全画面スライドver）*/
#leadTxt {
/*    z-index: 2;*/
    z-index: 0;
    line-height:1.8;
    font-size: 2.000em;
    text-align: center;
    position: absolute;
    color: #fff;
    text-shadow:rgba(0,0,0,0.3) 0px 0px 20px;;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0 60px;
    width: calc(100% - 164px);
    min-width: 1200px;
    max-height: 440px;
    overflow: hidden;
}
#leadTxt a {
    color: inherit;
}

/*============================
固定幅スライド (スライドサイズ：1120px × 466px)
=============================*/
/*ヘッダー*/
#top.fixedSlide #headWrapper,
#page #headWrapper,
#top.noSlide #headWrapper {
    position: relative;
    margin-bottom: 15px;
    width: 1120px;
    margin: 0 auto;
    min-width: auto;
}
#page #headWrapper,
.noSlide #headWrapper {
    border-bottom: 1px solid #ccc;
}
.fixedSlide #headWrapper header,
#headWrapper header,
.noSlide #headWrapper header {
    min-width: auto;
    padding: 0;
}
.fixedSlide #headWrapper header #siteTtl,
#page #headWrapper header #siteTtl,
.noSlide #headWrapper header #siteTtl {
    width: 100%;
    text-align: center;
    padding: 70px 30px 30px;
}
.fixedSlide #headWrapper header #siteTtl a,
#page #headWrapper header #siteTtl a,
.noSlide #headWrapper header #siteTtl a {
    color: #000;
    text-shadow: none;
}
/*グロナビ*/
.fixedSlide .navWrapper #mainNav .inner ul,
#page .navWrapper #mainNav .inner ul,
.noSlide .navWrapper #mainNav .inner ul {
    text-align: center;
}
.fixedSlide .navWrapper #mainNav .inner ul li.parent,
#page .navWrapper #mainNav .inner ul li.parent,
.noSlide .navWrapper #mainNav .inner ul li.parent {
    text-shadow: none;
}
.fixedSlide .navWrapper #mainNav .inner ul li.parent > a,
#page .navWrapper #mainNav .inner ul li.parent > a,
.noSlide .navWrapper #mainNav .inner ul li.parent > a {
    color: #000;
}
.fixedSlide .navWrapper #mainNav .inner ul li.parent::before,
#page .navWrapper #mainNav .inner ul li.parent::before,
.noSlide .navWrapper #mainNav .inner ul li.parent::before {
    background-color: #000;
}
/*ヘッドナビ*/
.fixedSlide #headWrapper .headNav,
#page #headWrapper .headNav,
.noSlide #headWrapper .headNav {
    padding-top: 17px;
    right: 0;
}
.fixedSlide #headWrapper .headNav li a,
#page #headWrapper .headNav li a,
.noSlide #headWrapper .headNav li a {
    color: #000;
    text-shadow: none;
    font-size: 1em;
}
.fixedSlide #headWrapper .headNav li::before,
#page #headWrapper .headNav li::before,
.noSlide #headWrapper .headNav li::before {
    background-color: #000;
}
/*スライド*/
.fixedSlide .mainSlideIn {
    width: 100%;
    margin: 0 auto 27px;
    min-width: auto;
    height: auto;
    overflow: hidden;
}
.fixedSlide .mainSlideIn .mainSlideWrap {
    width: 1120px;
    position: static;
    transform: none;
    margin: auto;
}
.fixedSlide #mainSlide li {
    height: 466px !important;
}
/*サイト説明文*/
.fixedSlide #leadTxt {
    z-index: 0;
    line-height:1.8;
    font-size: 2.000em;
    text-align: center;
    position: absolute;
    color: #fff;
    text-shadow:rgba(0,0,0,0.3) 0px 0px 20px;;
    top: 0 !important;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0 60px;
    width: calc(100% - 164px);
    min-width: 1200px;
    max-height: 440px;
    overflow: hidden;

    width: 1120px;
    min-width: 1120px;

}


/*============================
メインイメージ（旧メイン画像Ver のみ）
=============================*/
.mainImgIn {
    margin-bottom:95px;
    max-width: 1120px;
    margin: 0 auto;
}
.mainImgIn .inner {
    border-bottom: 1px solid #ddd;
    display: table;
    width: 100%;
    max-width: 1120px;
    padding: 45px 0 50px;
    table-layout: fixed;
    margin: 0 auto 40px;
}

/* メイン画像 */
.mainImgIn .inner #mainImg {
    width:365px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

/* サイト説明文 */
.mainImgIn .inner #leadTxt {
    display:table-cell;
    vertical-align:middle;
    padding-left:40px;
    font-weight:normal;
    line-height:2.2;
    font-size:1em;
    position: static;
    color: #000;
    text-shadow: none;
    text-align: left;
}

/*============================
メインエリア
=============================*/
#main .contTtl {

}
#main div:last-child {
    margin-bottom:0;
}

/*　新着情報
-----------------------------------------*/
#news {
    position: relative;
}
#news .contTtl {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    position: absolute;
    left: 10px;
    top: -2px;
    z-index: 2;
}
#news ul {
}
#news ul li {
    padding: 0px 137px 25px 248px;
    position:relative;
    font-size: 16px;
    line-height: 2;
    max-width: 1120px;
}
#news ul .day {
    display:block;
    position:absolute;
    left: 122px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    top: -2px;
}

#news .bx-wrapper {
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 100px;
    overflow-x: hidden;
}
#news .bx-wrapper::before {
    content: '';
    width: 100px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 1;
}
#news .bx-wrapper::after {
/*    content: '';*/
    width: 137px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
}

#news .bx-controls {
    display: block !important;
}

#news .bx-controls::before {
    content: '';
    display: block;
    width: 130px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}
#news .bx-viewport {
    width: calc(100% - 204px) ;
}

#news .bx-controls-direction {
    position: absolute;
    top: 0;
    right: 12px;
    width: 101px;
    height: 32px;
    z-index: 0;
}
#news .bx-controls-direction .bx-prev {
    width: 51px;
    height: 32px;
    border: 1px solid #ccc;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-border-radius: 100px 0px 0px 100px / 100px 0px 0px 100px;
    -moz-border-radius: 100px 0px 0px 100px / 100px 0px 0px 100px;
    border-radius: 100px 0px 0px 100px / 100px 0px 0px 100px;
    position: relative;
    display: inline-block;
    background-color: #fff;
}
#news .bx-controls-direction .bx-prev::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #999999 transparent transparent;
    position: absolute;
    display: block;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
#news .bx-controls-direction .bx-prev:hover {
    background-color: #F1F1F1;
}
#news .bx-controls-direction .bx-next {
    width: 51px;
    height: 32px;
    border: 1px solid #ccc;
    -webkit-border-radius: 0px 100px 100px 0px / 0px 100px 100px 0px;
    -moz-border-radius: 0px 100px 100px 0px / 0px 100px 100px 0px;
    border-radius: 0px 100px 100px 0px / 0px 100px 100px 0px;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
    display: inline-block;
    margin-left: -1px;
    background-color: #fff;
}
#news .bx-controls-direction .bx-next::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #999999;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
#news .bx-controls-direction .bx-next:hover {
    background-color: #F1F1F1;
}
#news .bx-pager {
    display: none;
}

/*　記事
-----------------------------------------*/
.articleBox {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 100px;
    margin-bottom: 100px;
}
.articleBox .contTtl {
    margin-bottom:60px;
    font-size:1.750em;
    line-height:1.5;
}
.articleIn .articleBox:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.articleBox .clearfix > div:first-child {
    margin-bottom: 40px;
}
.articleBox .clearfix > div:first-child {
    margin-bottom: 40px;
}

/* テキストエリア */
.articleBox .txtArea {
    widows: 100%;
    font-size:1em;
    line-height:2.2;
}
.articleBox.noImg .txtArea {
    width:auto;
    float:none;
}
.articleBox .txtArea strong {
    font-weight:bold;
}

/*youtube*/
.articleBox .txtArea iframe {
    max-width: 560px;
    width: 100%;
}


/* 写真ボックス */
.articleBox .imgArea {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.articleBox .imgArea figure {
    width: 100%;
    max-width: 350px;
    margin-bottom: 32px;
}
.articleBox .imgArea figure:nth-last-child(1),
.articleBox .imgArea figure:nth-last-child(2) {
    margin-bottom: 0;
}
.articleBox .imgArea figure img{
    width: 100%;
}
.articleBox .imgArea figure figcaption {
    font-size:0.813em;
    line-height:1.8;
    margin-top: 16px;
}

/* テーブル */
#main .articleBox table {
    width:100%;
    font-size:1em;
}
#main .articleBox table {
    margin-top: 40px;
}
.articleBox table,
.articleBox table td,
.articleBox table th {
    border:1px solid #000;
}
.articleBox table td,
.articleBox table th {
    text-align:left;
    padding:10px 15px;
}


/*　お問い合わせボタン
-----------------------------------------*/
.contactBtn {
    margin:0 auto 60px;
    padding: 24px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.contactBtn a {
    width:420px;
    display:block;
    background:#4B4542;
    text-decoration:none;
    text-align:center;
    color:#fff;
    line-height: 73px;
    height:96px;
    font-size:1.625em;
    border-radius: 5px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    margin: 0 auto;
}
.contactBtn a::before {
    content: 'Contact';
    position: absolute;
    display: inline-block;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    bottom: -8px;
    left: 0;
    right: 0;
}
.contactBtn a:hover {
    opacity: 0.7;
}



/*============================
サイドエリア
=============================*/
#side {
}
#side div:last-child,
#side h2:last-child {
    margin-bottom:0;
}
#side .sideTtl {
    font-size:1.375em;
    padding: 0 0 22px 10px;
    border-bottom:1px solid #ccc;
    font-family: 'Open Sans', sans-serif;
}
#side > div {
    margin-bottom: 80px;
}
#side > div:last-child {
    margin-bottom: 0;
}



/* サブメニュー */
#side #sideCont .sideTtl {
}
#side #sideCont {
    line-height:1;
}
#side #sideCont ul li {
    border-bottom:1px solid #ccc;
}
#side #sideCont ul li a {
    display:block;
    text-decoration:none;
    padding: 25px 10px;
    position:relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125em;
    font-weight: 600;
    -webkit-transition: .2s;
    transition: .2s;
}
#side #sideCont ul li a:before {
    content:"";
    display:block;
    position:absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 6px;
    border-color: transparent transparent transparent #000;
    right: 16px;
    top:50%;
    margin-top:-3px;
}
#side #sideCont ul li a:hover {
    opacity:1;
    background:#f1f1f1;
    color:#000;
}

/* ブログ */
#side #blog {
    line-height:1.3;
}
#side #blog  dl {
    margin-bottom: 20px;
}
#side #blog  dl dt {
    margin-bottom:5px;
    padding:22px 10px 0 10px;
    font-size: 0.750em;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
#side #blog  dl dd {
    border-bottom:1px solid #ccc;
    padding:0 10px 22px 10px;
    font-size: 0.875em;
    line-height: 1.5;
}
#side #blog  dl dd a {
}
#side #blog .btn {
    width:132px;
    margin: 0 auto;
}
#side #blog .btn a {
    display:block;
    text-decoration:none;
    color:#fff;
    font-weight:bold;
    background:#4B4542;
    text-align:center;
    font-size: 0.875em;
    line-height: 34px;
    border-radius: 17px;
    -webkit-transition: .2s;
    transition: .2s;
}
#side #blog .btn a:hover {
    opacity: 0.7;
}

/* QRコード */
#side #mobile {
}
#side #mobile figure {
    padding: 30px 0px 0;
    text-align:center;
}
#side #mobile figure img {
    width:100px;
    height:100px;
    border:1px solid #CCCCCC;
}
#side #mobile figure figcaption {
    text-align: left;
    line-height:2;
    padding-top:25px;
    font-size: 0.875em;
}

/*============================
ページトップ
=============================*/
#pageTop {
    position:fixed;
    z-index:1000;
    right:30px;
    bottom:30px;
    width:60px;
    height:60px;
    border-radius:30px;
    display:none;
    z-index: 1;
}
#pageTop a {
    display:block;
    width:60px;
    height:60px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    border-radius:30px;
    background-color: #4B4542;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
}
#pageTop a:hover {
    opacity: 0.7;
}
#pageTop a::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 12px 7.5px;
    border-color: transparent transparent #ffffff transparent;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 4px;
    margin: auto;
}

/*============================
フッター
=============================*/
footer {
    max-width: 1120px;
    border-top: 1px solid #ccc;
    width: 100%;
    margin: 0 auto;
}
footer .copy {
    width: 100%;
    text-align:center;
    line-height:1.5;
    padding:60px 0;
    font-size: 0.938em;
}

/*============================
フリーエリア
=============================*/
.freeArea {
    line-height:2.2;
}
.foot-area {
    line-height: 2.2;
}
.side-area {
    line-height: 2.2;
}

/*============================
下層ページ共通
=============================*/

/*　下層ページタイトル
-----------------------------------------*/
.pageTtl {
    border-bottom:1px solid #ccc;
    padding:70px 0;
    width:1120px;
    margin: 0 auto 25px;
}
.pageTtl h2 {
    font-size:2.000em;
    line-height:1.3;
    text-align:center;
}

/*　パンくず
-----------------------------------------*/
#pnkz {
    text-align:left;
    width:1120px;
    margin:0 auto 65px;
    font-size:0.750em;
}
#pnkz li {
    letter-spacing:0;
    display:inline-block;
}
#pnkz li:after {
    content:">";
    margin:0 10px;
}
#pnkz li:last-child:after {
    display:none;
}


/*============================
お問い合わせフォーム、プロフィール、地図
=============================*/

/*　共通
-----------------------------------------*/
#main.form table,
#main.profile table,
#main.map table {
    border-bottom:1px solid #ccc;
    width:100%;
    font-size:1em;
    margin-bottom:70px;
}
#main.form table th,#main.form table td,
#main.profile table th,#main.profile table td,
#main.map table th,#main.map table td {
    vertical-align:middle;
    text-align:left;
    border-top:1px solid #ccc;
    padding:25px 20px;
}
#main.form table th,
#main.profile table th,
#main.map table th {
    font-weight:bold;
    padding-right:0;
}
#main.form .txtBox,
#main.profile .txtBox,
#main.map .txtBox {
    font-size:1em;
    line-height: 2.2;
    margin-bottom:70px;
}
#main.form .txtBox p,
#main.profile .txtBox p,
#main.map .txtBox p {
    margin-bottom:30px;
}

/*　お問い合わせフォーム
-----------------------------------------*/
#main.form {
}
#main.form .requiredMark {
    color:#ce0000;
}
#main.form table th {
    min-width: 190px;
}
#main.form table td {
    height:80px;
}
#main.form .inputArea {
    background:#f1f1f1;
    line-height:1;
    /*padding:8px 15px;*/
    border-radius:2px;
    width:520px;
    border:1px solid #ddd;
}
#main.form .inputArea.short {
    width:200px;
    display:inline-block;
}
#main.form .inputArea input {
    width:100%;
}
#main.form .inputArea input:focus,
#main.form .inputArea textarea:focus,
#main.form .inputArea button:focus {
    outline:none;
}
#main.form .inputArea textarea {
    width:100%;
    height:190px;
    padding: 10px 0;
    line-height: 1.5;
}
#main.form table {
    border-bottom:none;
}
#main.form #submit td {
    text-align:center;
    padding-top:40px;
}
#main.form #submit input {
    display:inline-block;
    width:240px;
    text-align:center;
    color:#fff;
    font-weight:bold;
    border-radius:5px;
    line-height:1;
    padding:18px 0;
    cursor:pointer;
    margin:0 10px;
    font-size:1.12em;
    -webkit-transition: .2s;
    transition: .2s;
}
#main.form #submit input.submitBtn {
    background:#4B4542;
    outline: none;
}
#main.form #submit input.resetBtn {
    background:#ccc;
    outline: none;
}
#main.form #submit input:hover {
    opacity:0.7;
}
/* 20190420 ADD */
#validation_form{
 position: relative;
}
#main.form .inputArea input, #main.form .inputArea textarea{
  padding: 8px 15px;
}

/*　地図
-----------------------------------------*/
#main.map #frame {
    margin-bottom:70px;
    height: 478px;
}
#main.map #frame iframe {
    width: 100%;
}



/*============================
768px以下
=============================*/
@media screen and (max-width:768px) {

    html > body {
        width: 100%;
        min-width: auto;
    }

    html > body.open {
        overflow: auto;
        height: 100%;
    }


    /*　メインコンテンツを囲むボックス
    -----------------------------------------*/
    #content {
        width: 100%;
        margin: 0 auto 0px;
    }
    /* メインエリア */
    #main {
        width: 100%;
        float:none;
        padding: 0 35px;
        margin-bottom: 60px;
    }
    /* サイドエリア */
    #side {
        width: 100%;
        float:none;
    }


    /*============================
    ハンバーガーボタン
    =============================*/
    #humBtn,
    #humBtn span {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #humBtn {
        position: fixed;
        top: 35px;
        right: 35px;
        width: 40px;
        height: 25px;
        z-index: 9999;
    }
    #humBtn span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
    }

    /*スクロールでヘッダー部分を超えた際に変えたい色*/
    #top #humBtn.scroll span {
        background-color: #000;
    }
    #page #humBtn.scroll span {
        background-color: #000;
    }


    #humBtn span:nth-of-type(1) {
        top: 0;
    }
    #humBtn span:nth-of-type(2) {
        top: 11px;
    }
    #humBtn span:nth-of-type(3) {
        bottom: 0;
    }
    #humBtn.active {
    }
    #humBtn.active span {
        background-color: #000;
        width: 40px;
    }
    #humBtn.active span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-45deg);
        transform: translateY(11px) rotate(-45deg);
    }
    #humBtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    #humBtn.active span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) rotate(45deg);
        transform: translateY(-11px) rotate(45deg);
    }


    /*============================
    ヘッドラッパー
    =============================*/
    #headWrapper {
        min-width: auto;
        width: 100%;
    }
    #top #headWrapper {
        position: absolute;
        top: 0;
        z-index: 2;
        right: 0;
        left: 0;
    }


    #headWrapper::before {
        content: '';
        width: 100%;
        height: 100vh;
        background-color: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        left: 0;
        -webkit-transition: .3s;
        transition: .3s;
        display: none;
    }
    #headWrapper.active::before {
        display: block;
        z-index: 9997;
    }


    /*============================
    ヘッダー
    =============================*/
    header {
        width: 100%;
        padding: 37px 35px 0 35px;
        margin:0 auto;
        position: relative;
        min-width: auto;
    }
    #page header {
/*        padding: 26px 100px 26px 35px;*/
    }

    /*　サイトタイトル
    -----------------------------------------*/
    header #siteTtl {
        font-size:1.875em;
        width: 100%;
        padding:0;
    }
    header #siteTtl a {
        text-shadow: rgba(0,0,0,0.3) 0px 0px 20px;
    }
    header #siteTtl a img {
        max-width:500px;
        height:auto;
    }



    /*============================
    グローバルナビゲーション
    =============================*/
    #headWrapper .navWrapper {
        background-color: #fff;
        width: 300px;
        padding: 100px 0 140px 0;
        position: fixed;
        top: 0;
        right: -300px;
        z-index: 9999;
        height: 100vh;
        -webkit-transition: .3s;
        transition: .3s;
        z-index: 9998;
    }
    #headWrapper.active .navWrapper {
        right: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #mainNav .inner {
        min-width: auto;
        padding: 0 20px;
    }


    /* 親メニュー */
    nav ul li.parent {
        display: block;
        margin: 0 0 30px 0;
    }
    nav ul li.parent::after {
        display: none;
    }

    nav ul li.parent > a {
        color: #000;
        text-shadow: none;
    }
    nav ul li.parent:hover:after {
        display: none;
    }


    /* 子メニュー */
    nav .child {
        display: block !important;
        position: static;
        height: 100% !important;
        border-left: 1px solid #CCC;
        padding: 8px 0 8px 15px !important;
        margin: 25px 0 0 0 !important;
    }
    nav .child li {
        background-color: inherit;
        border-bottom: none;
        font-weight: bold;
        margin-bottom: 20px;
    }
    nav .child li:last-child {
        margin-bottom: 0;
    }
    nav .child li:hover {
    }
    nav .child li a {
        padding: 0;
    }
    nav .child li a:hover {
    }
    nav .child li:first-child {
    }
    nav .child li:last-child {
    }


    /*　ヘッダーリンク
    -----------------------------------------*/
    #headWrapper .headNav {
        width: 100%;
        position: static;
        padding: 0 0 0 0;
        margin-bottom: 20px;
    }
    #headWrapper .headNav li {
        display:block;
        margin-right: 0;
        position: relative;
        text-align: left;
        border-top: 1px solid #ccc;
    }
    #headWrapper .headNav li:last-child {
        border-bottom: 1px solid #ccc;
    }

    #headWrapper .headNav li::before {
        all: initial;
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3.5px 0 3.5px 6px;
        border-color: transparent transparent transparent #000;
        right: 16px;
        top: 50%;
        margin-top: -3px;
    }
    #headWrapper .headNav li:hover::before {
        width: auto;
    }
    #headWrapper .headNav li:last-child {
    }
    #headWrapper .headNav li a {
        color:#000;
        font-size: 1.125em;
        font-weight: 600;
        text-shadow:none;
        display: block;
        padding: 20px;
    }


    /*　snsボタン
    -----------------------------------------*/
    #sns {
        position: static;
        padding: 0 20px;
        height: auto;
    }
    #sns ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #sns ul li {
        margin: 0 0 0 15px;
    }
    #sns ul li:first-child {
        margin-left: 0;
    }


    /*============================
    メインスライド（全画面スライドVer）
    =============================*/
    .mainSlideIn {
        min-width: auto;
        width: 100%;
        height: 100vw;
    }
    .mainSlideIn .mainSlideWrap {
        width: 240vw;
    }
    #mainSlide li {
        height: 100vw !important;
    }



    /*　サイト説明文（全画面スライドver）*/
    #leadTxt {
        min-width: auto;
        font-size: 1.750em;
        width: 100%;
        padding: 0 35px;
        z-index: 1;
    }


    /*　新着情報
    -----------------------------------------*/
    #news {
        position: relative;
        width: calc(100% - 70px);
        margin: 0 auto;
        overflow: hidden;
    }
    #news .contTtl {
        position: static;
        margin-bottom: 10px;
    }

    #news ul li {
        padding: 0px;
    }
    #news ul .day {
        position: static;
        font-size: 0.938em;
        margin-bottom: -2px;
    }

    #news .bx-wrapper {
        padding-bottom: 20px;
        margin-bottom: 55px;
        position: static;
    }
    #news .bx-wrapper::before {
        display: none;
    }
    #news .bx-wrapper::after {
        display: none;
    }
    #news .bx-controls-direction {
        right: 0;
    }

    #news .bx-controls::before {
        display: none;
    }


    /*　記事
    -----------------------------------------*/
    .articleBox {
        padding-bottom: 55px;
        margin-bottom: 55px;
    }
    .articleBox .contTtl {
        margin-bottom:25px;
    }
    .articleIn .articleBox:last-child {
    }

    .articleBox .clearfix > div:first-child {
        margin-bottom: 30px;
    }

    /*youtube*/
    .articleBox .txtArea iframe {
        max-width: none;
        height: 51vw;
    }


    /* 写真ボックス */

    .articleBox .imgArea figure {
        width: calc(50% - 14px);
    }

    /* テーブル */
    #main .articleBox table {
        margin-top: 30px;
        width: 100% !important;
    }


    /*　お問い合わせボタン
    -----------------------------------------*/
    .contactBtn a {
        width: calc(100% - 28px);
    }


    /*============================
    サイドエリア
    =============================*/
    #side {
        background-color: #F1F1F1;
        padding: 60px 35px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #side div:last-child,
    #side h2:last-child {
        margin-bottom:0;
    }
    #side .sideTtl {
        font-size:1.125em;
        padding: 0 0 25px 0;
        border-bottom: none;
        text-align: center;
        height: 45px;
    }
    #side > div {
        width: calc(100% / 3 - 15px);
        margin-bottom: 40px;
    }
    #side > div .inner {
        background-color: #fff;
        height: 100%;
        height: calc(100% - 45px);
    }




    /* サブメニュー */
    #side #sideCont .sideTtl {
    }
    #side #sideCont {
        line-height:1;
    }
    #side #sideCont .inner {
        padding: 0 20px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #side #sideCont ul li {
        width: 100%;
    }
    #side #sideCont ul li:first-child {
        border-top: 1px solid #ccc;
    }


    /* ブログ */
    #side #blog {
    }
    #side #blog .inner {
        padding: 25px 20px 20px;
        position: relative;
    }
    #side #blog .inner::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 60px;
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
        z-index: 1;
        right: 0;
        left: 0;
    }
    #side #blog  dl {
        height: 236px;
        overflow-y: scroll;
        position: relative;
        padding-bottom: 60px;
        -webkit-overflow-scrolling: touch;
    }
    #side #blog  dl dt {
        padding: 20px 0px 0px 0px;
    }
    #side #blog  dl dt:first-child {
        padding-top: 0;
    }
    #side #blog  dl dd {
        font-size: 0.750em;
        padding: 0 0px 20px 0px;
    }
    #side #blog  dl dd a {
    }
    #side #blog .btn {
        margin-top: -26px;
        position: relative;
        z-index: 1;
    }

    /* QRコード */
    #side #mobile .inner {
        padding: 25px 20px 25px;
    }
    #side #mobile figure {
        padding-top: 0;
    }
    #side #mobile figure figcaption {
        font-size: 0.750em;
        border-top: 1px solid #ccc;
        margin-top: 25px;
    }


    /*============================
    フリーエリア
    =============================*/
    .freeArea {
    }
    .foot-area {
    }
    .side-area {
        background-color: inherit !important;
        width: 100% !important;
    }

    /*============================
    ページトップ
    =============================*/
    #pageTop {
        right: 20px;
        bottom: 20px;
    }


    /*============================
    下層ページ共通
    =============================*/

    /*　下層ページタイトル
    -----------------------------------------*/
    .pageTtl {
        padding: 40px 0;
        width: 100%;
        margin: 0 auto 25px;
    }
    .pageTtl h2 {
        font-size: 1.750em;
    }
    /*　pnkz
    -----------------------------------------*/
    #pnkz {
        width: 100%;
        padding: 0 35px;
        margin-bottom: 35px;
    }
    /*　下層ページテキストボックス
    -----------------------------------------*/
    #main.form .txtBox, #main.profile .txtBox, #main.map .txtBox {
        margin-bottom: 35px;
    }

    /*　下層ページテーブル
    -----------------------------------------*/
    #main.form table th, #main.profile table th, #main.map table th {
        padding-left: 0;
    }
    #main.form table th, #main.form table td, #main.profile table th, #main.profile table td, #main.map table th, #main.map table td {
        padding-right: 0;
    }

    /*　お問い合わせフォーム
    -----------------------------------------*/
    #main.form table th {
        display: block;
        width: 100%;
        padding-bottom: 5px;
        padding-left: 0;
    }
    #main.form table td {
        display: block;
        border-top: none;
        padding-top: 5px;
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }
    #main.form .inputArea {
        width: 100%;
    }
    #main.form #submit td {
        padding-bottom: 0;
    }
    #main.form #submit td input:first-child {
        margin-bottom: 20px;
    }


    /*============================
    固定幅スライド (スライドサイズ：1120px × 466px)
    =============================*/
    /*ヘッダー*/
    #top.fixedSlide #headWrapper,
    #page #headWrapper,
    .noSlide #headWrapper {
        width: 100%;
    }
    .fixedSlide #headWrapper header #siteTtl,
    #page #headWrapper header #siteTtl,
    .noSlide #headWrapper header #siteTtl {
        text-align: left;
        padding: 30px 105px 27px 35px;
    }
    /*ハンバーガーボタン*/
    .fixedSlide #humBtn,
    #page #humBtn,
    .noSlide #humBtn {
        top: 40px;
        right: 35px;
    }
    .fixedSlide #humBtn span,
    #page #humBtn span,
    .noSlide #humBtn span {
        background-color: #000 !important;
    }
    /*グロナビ*/
    .fixedSlide .navWrapper #mainNav .inner ul,
    #page .navWrapper #mainNav .inner ul,
    .noSlide .navWrapper #mainNav .inner ul {
        text-align: left;
    }
    .fixedSlide .navWrapper #mainNav .inner ul li.parent::before,
    #page .navWrapper #mainNav .inner ul li.parent::before,
    .noSlide .navWrapper #mainNav .inner ul li.parent::before {
        display: none;
    }
    /*ヘッドナビ*/
    .fixedSlide #headWrapper .headNav li::before,
    #page #headWrapper .headNav li::before,
    .noSlide #headWrapper .headNav li::before {
        background: none;
    }
    /*スライド*/
    .fixedSlide .mainSlideIn .mainSlideWrap {
        width: 100%;
    }
    .fixedSlide #mainSlide li{
        height: 41.666666vw !important;
    }
    /*サイト説明文*/
    .fixedSlide #leadTxt {
        position: static;
        width: 100%;
        color: #000;
        text-shadow: none;
        font-size: 1.438em;
        border-bottom: 1px solid #ccc;
        padding: 50px 0;
        width: calc(100% - 70px);
        margin: 0 auto;
        min-width: auto;
        height: auto !important;
        max-height: none;
    }


    /*============================
    メインイメージ（旧メイン画像Ver のみ）
    =============================*/
    .mainImgIn .inner {
        padding: 45px 35px 50px;
    }

    /* メイン画像 */
    .mainImgIn .inner #mainImg {
        width: 200px;
    }

    /* サイト説明文 */
    .mainImgIn .inner #leadTxt {
        padding: 0 0 0 20px;
        border-bottom: none;
    }


}

@media screen and (max-width:570px) {
    /*============================
    サイドエリア
    =============================*/
    #side {
        padding: 50px 35px;
    }
    #side #sideCont .inner {
        padding: 40px 25px;
    }
    #side #sideCont ul {
        height: auto;
    }
    #side .sideTtl {
        font-size:1.563em;
        padding: 0 0 25px 0;
        height: auto;
    }
    #side > div {
        width: 100%;
    }
    #side #blog .inner {
        padding-bottom: 10px;
    }
    #side #blog  dl dd {
        font-size: 0.875em;
    }
    #side #blog .inner::before {
        height: 80px;
    }

    /* QRコード */
    #side #mobile {
        display: none;
    }
}


@media screen and (max-width:480px) {

    /*============================
    ヘッダー
    =============================*/
    header {
        padding: 20px 75px 0 20px;
    }


    /*　サイトタイトル
    -----------------------------------------*/
    header #siteTtl {
        font-size: 1.125em;
    }
    header #siteTtl a img {
        width: 100%;
    }

    .fixedSlide #headWrapper header #siteTtl,
    #page #headWrapper header #siteTtl,
    .noSlide #headWrapper header #siteTtl {
        padding: 20px 75px 26px 20px;
    }


    /*============================
    ハンバーガーボタン
    =============================*/
    #humBtn,
    #page #humBtn,
    .noSlide #humBtn {
        top: 25px;
        right: 20px;
    }
    /*============================
    グローバルナビゲーション
    =============================*/
    #headWrapper .navWrapper {
        width: 100%;
        right: -100%;
    }
    #headWrapper.active .navWrapper {
        right: 0;
    }



    /*============================
    メインスライド
    =============================*/
    .mainSlideIn {
        padding-top: 100vw;
        height: auto;
    }
    .mainSlideIn .bx-wrapper {
    }

    /*　サイト説明文*/
    #leadTxt {
        position: static;
        color: #000;
        text-shadow: none;
        font-size: 1em;
        border-bottom: 1px solid #ccc;
        padding: 0;
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 33px 0;
        height: auto !important;
        margin-bottom: 30px;
        max-height: none;
    }
    .bx-wrapper .bx-pager {
        bottom: 1px !important;
    }

    /*　メインコンテンツを囲むボックス
    -----------------------------------------*/
    #content {
    }
    /* メインエリア */
    #main {
        padding: 0 20px;
        margin-bottom: 40px;
    }
    /* サイドエリア */
    #side {
    }


    /*　新着情報
    -----------------------------------------*/
    #news {
        width: calc(100% - 40px);
    }
    #news .contTtl {
        font-size: 1.125em;
    }
    #news ul li {
        font-size: 0.875em;
    }
    #news .bx-wrapper {
        margin-bottom: 40px;
    }

    /*　記事
    -----------------------------------------*/
    .articleBox {
        padding-bottom: 40px;
        margin-bottom: 45px;
    }
    .articleBox .contTtl {
        font-size: 1.250em;
        margin-bottom
    }
    .articleIn .articleBox:last-child {
    }

    .articleBox .clearfix > div:first-child {
        margin-bottom: 20px;
    }
    .articleBox .clearfix > div:first-child {
    }

    /* テキストエリア */
    .articleBox .txtArea {
    }
    .articleBox.noImg .txtArea {
        line-height: 2;
    }

    /* 写真ボックス */
    .articleBox .imgArea {
        display: block;
    }
    .articleBox .imgArea figure {
        width: 100%;
        max-width: none;
        margin-bottom: 11px !important;
    }
    .articleBox .imgArea figure:last-child {
        margin-bottom: 0 !important;
    }
    .articleBox .imgArea figure figcaption {
        font-size: 0.750em;
        margin-top: 11px;
    }

    /*　お問い合わせボタン
    -----------------------------------------*/
    .contactBtn {
        margin: 0 auto 40px;
    }
    .contactBtn a {
        font-size: 1.250em;
        font-weight: normal;
        height: 80px;
        line-height: 63px;
    }
    .contactBtn a::before {
        font-size: 0.813em;
    }

    /*============================
    フッター
    =============================*/
    footer .copy {
        padding:50px 20px;
    }

    /*============================
    ページトップ
    =============================*/
    #pageTop {
        right: 10px;
        bottom: 15px;
    }


    /*============================
    下層ページ共通
    =============================*/

    /*　下層ページタイトル
    -----------------------------------------*/
    .pageTtl {
        margin-bottom: 10px;
        padding: 35px 0;
    }
    .pageTtl h2 {
        font-size: 1.250em;
    }
    /*　pnkz
    -----------------------------------------*/
    #pnkz {
        padding: 0 20px;
        margin: 0 auto 25px;
    }

    /*　地図
    -----------------------------------------*/
    #main.map #frame {
        height: 300px;
    }


    /*============================
    固定幅スライド (スライドサイズ：1120px × 466px)
    =============================*/
    /*ハンバーガーボタン*/
    .fixedSlide #humBtn,
    #page #humBtn {
        top: 25px;
        right: 20px;
    }
    /*スライド*/
    .fixedSlide .mainSlideIn {
        padding-top: 0;
    }
    /*サイト説明文*/
    .fixedSlide #leadTxt {
        font-size: 1em;
        width: calc(100% - 40px);
        padding: 35px 0;
    }


    /*============================
    メインイメージ（旧メイン画像Ver のみ）
    =============================*/
    .mainImgIn {
        padding: 0;
    }
    .mainImgIn .inner {
        display: block;
        padding: 0;
    }

    /* メイン画像 */
    .mainImgIn .inner #mainImg {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .mainImgIn .inner #mainImg img {
        width: 100%;
    }

    /* サイト説明文 */
    .mainImgIn .inner #leadTxt {
        display: block;
        padding: 0;
    }


}


/*Safariでヒラギノ角ゴシックをきれいに表示させるCSS*/
@font-face {
    font-family: sans-serif;
    src: local(HiraginoSans-W3);
    font-weight: normal;
}
@font-face {
    font-family: sans-serif;
    src: local(HiraginoSans-W6);
    font-weight: bold;
}
/*↓2017.02.14追加*/
@font-face {
    font-family: 'Hiragino Kaku Gothic Pro W3';
    src: local(HiraginoSans-W3);
    font-weight: normal;
}
@font-face {
    font-family: 'Hiragino Kaku Gothic Pro W3';
    src: local(HiraginoSans-W6);
    font-weight: bold;
}
/*↑2017.02.14追加*/
@font-face {
    font-family: 'ヒラギノ角ゴ Pro W3';
    src: local(HiraginoSans-W3);
    font-weight: normal;
}
@font-face {
    font-family: 'ヒラギノ角ゴ Pro W3';
    src: local(HiraginoSans-W6);
    font-weight: bold;
}
@font-face {
    font-family: 'ヒラギノ角ゴ ProN W3';
    src: local(HiraginoSans-W3);
    font-weight: normal;
}
@font-face {
    font-family: 'ヒラギノ角ゴ ProN W3';
    src: local(HiraginoSans-W6);
    font-weight: bold;
}
@font-face {
    font-family: 'ＭＳ Ｐゴシック';
    src: local(HiraginoSans-W3);
    font-weight: normal;
}
@font-face {
    font-family: 'ＭＳ Ｐゴシック';
    src: local(HiraginoSans-W6);
    font-weight: bold;
}
@font-face {
    font-family: 'MS P Gothic';
    src: local(HiraginoSans-W3);
    font-weight: normal;
}
@font-face {
    font-family: 'MS P Gothic';
    src: local(HiraginoSans-W6);
    font-weight: bold;
}
@font-face {
    font-family: 'MS PGothic';
    src: local(HiraginoSans-W3);
    font-weight: normal;
}
@font-face {
    font-family: 'MS PGothic';
    src: local(HiraginoSans-W6);
    font-weight: bold;
}/* 20190416 ADD */
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul{
    list-style-type: disc;
}
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    list-style-type: decimal;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul,
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    margin-left: 18px;
}