@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 {
    float: right;
    width: calc(100% - 300px);
    min-width: 900px;
}

#container .inner {}

.noSlide #container {
    padding-top: 60px;
}


/*　メインコンテンツを囲むボックス
-----------------------------------------*/
#content {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto 150px;
}

/* メインエリア */
#main {
    width: 740px;
    margin: 0 auto;
}

/* サイドエリア */
#side {
    width: 300px;
    float: left;
    padding: 50px 30px;
}

/*============================
ハンバーガーボタン
=============================*/
#humBtn {
    display: none;
}

/*============================
ヘッドラッパー
=============================*/
#headWrapper {}

#top #headWrapper {}

#page #headWrapper {}

#top.noSlide #headWrapper {}

#top.noSlide #headWrapper header {}

/*============================
ヘッダー
=============================*/
header {
    width: 100%;
}

/*　サイトタイトル
-----------------------------------------*/
header #siteTtl {
    font-size: 1.625em;
    margin-bottom: 50px;
}

header #siteTtl a {
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

header #siteTtl a img {
    width: auto;
    height: auto;
}

header #siteTtl a:hover {
    opacity: 0.7;
}


/*　snsボタン
-----------------------------------------*/
#sns {
    position: fixed;
    height: 165px;
    top: 0;
    bottom: 0;
    right: 37px;
    margin: auto !important;
    z-index: 9999;
}

#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%;
}


/*============================
グローバルナビゲーション
=============================*/

#page #mainNav .inner {}

#mainNav .inner {
    width: 100%;
}

nav ul li a {
    -webkit-transition: .2s;
    transition: .2s;
}

nav ul li a:hover {
    opacity: 0.7;
}

/* 親メニュー */
nav ul li.parent > a {
    text-decoration: none;
    display: block;
    font-size: 0.938em;
    font-weight: bold;
    color: #000;
}

nav ul li.parent {
    margin: 0 0 30px 0;
}

/* 子メニュー */
nav .child {
    letter-spacing: 0;
    border-left: 1px solid #CCC;
    padding: 8px 0 8px 15px;
    margin: 25px 0 0 0;
}

nav .child li {
    font-weight: bold;
    margin-bottom: 20px;
}

nav .child li a {
    font-size: 0.938em;
    text-decoration: none;
    display: block;
    line-height: 1.5;
}

nav .child li:last-child {
    margin-bottom: 0;
}


/*　ヘッダーリンク
-----------------------------------------*/
#headWrapper .headNav {
    text-align: right;
    padding-top: 45px;
    width: 600px;
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 1;
}

#headWrapper .headNav li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
    word-break: break-all;
    max-width: 168px;
    line-height: 1.2;
    text-align: left;
    vertical-align: top;
}

#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;
    ;
}

/*.noSlideの場合*/
.noSlide #headWrapper .headNav li a {
    color: #000;
    text-shadow: none;
}

.noSlide #headWrapper .headNav li::before {
    background-color: #000;
}


/*============================
メインスライド
=============================*/

/*全画面スライド*/
.mainSlideIn {
    width: 100%;
    min-width: 900px;
    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: 0;
    line-height: 1.8;
    font-size: 2.250em;
    text-align: center;
    position: absolute;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px;
    ;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    padding: 0 60px;
    width: calc(100% - 164px);
    min-width: 1000px;
    max-height: 500px;
    overflow: hidden;
}

#leadTxt a {
    color: inherit;
}

/*============================
固定幅スライド (スライドサイズ：1120px × 466px)
=============================*/
/*ヘッダー*/
#top.fixedSlide #headWrapper {
    margin-bottom: 15px;
    margin: 0 auto;
    min-width: auto;
}

.fixedSlide #headWrapper header {
    min-width: auto;
    padding: 0;
}

.fixedSlide #headWrapper header #siteTtl {
    width: 100%;
}

.fixedSlide #headWrapper header #siteTtl a {
    color: #000;
    text-shadow: none;
}

/*グロナビ*/
.fixedSlide .navWrapper #mainNav .inner ul {}

.fixedSlide .navWrapper #mainNav .inner ul li.parent {
    text-shadow: none;
}

.fixedSlide .navWrapper #mainNav .inner ul li.parent > a {
    color: #000;
}

.fixedSlide .navWrapper #mainNav .inner ul li.parent::before {
    background-color: #000;
}

/*ヘッドナビ*/
.fixedSlide #headWrapper .headNav {
    padding-top: 17px;
    right: 0;
}

.fixedSlide #headWrapper .headNav li a {
    color: #000;
    text-shadow: none;
    font-size: 1em;
}

.fixedSlide #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;
}

@media screen and (min-width:1680px) {
    .fixedSlide .mainSlideIn {
        height: 675px;
    }

    .fixedSlide .mainSlideIn .mainSlideWrap {
        width: 1320px;
    }

    .fixedSlide #mainSlide li {
        height: 675px !important;
    }

    .fixedSlide #mainSlide li img {
        width: 1620px;
    }
}

/*サイト説明文*/
.fixedSlide #leadTxt {
    display: table;
    width: 1120px;
    min-width: auto;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    margin: auto;
    height: auto !important;
    padding-bottom: 30px;
    font-size: 2.000em;
}


/*============================
メインイメージ（旧メイン画像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;
}

@media screen and (max-width:1420px) {
    #news ul li {
        padding-right: 200px;
    }
}

@media screen and (max-width:1380px) {
    #news ul li {
        padding-right: 250px;
    }
}

@media screen and (max-width:1300px) {
    #news ul li {
        padding-right: 300px;
    }
}

@media screen and (max-width:1240px) {
    #news ul li {
        padding-right: 350px;
    }
}

#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;
}



/*============================
サイドエリア
=============================*/
#bottom.sp {
    display: none;
}

#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 25px;
    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: 110px 70px 70px;
    width: 100%;
    margin: 0 auto 25px;
    background-color: #4B4542;
}

.pageTtl h2 {
    font-size: 2.000em;
    line-height: 1.3;
    text-align: center;
    color: #fff;
}

/*　パンくず
-----------------------------------------*/
#pnkz {
    text-align: right;
    margin: 0 auto 65px;
    padding: 0 60px 0 0;
    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%;
    }

    #container {
        width: 100%;
        float: none;
        min-width: auto;
    }

    /*.noSlideの場合*/
    .noSlide #container {
        padding-top: 0;
    }

    /*　メインコンテンツを囲むボックス
    -----------------------------------------*/

    #content {
        width: 100%;
        margin: 0 auto 0px;
    }

    /* メインエリア */
    #main {
        width: 100%;
        float: none;
        padding: 0 35px;
        margin-bottom: 60px;
    }

    /* サイドエリア */
    #side {
        width: 100%;
        float: none;
        padding: 0;
    }


    /*============================
    ハンバーガーボタン
    =============================*/
    #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%;
        background-color: #4B4542;
        margin-bottom: 0 !important;
    }

    #top #headWrapper {
        position: absolute;
        top: 0;
        z-index: 2;
        right: 0;
        left: 0;
        background-color: inherit;
    }


    #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;
    }

    /*.noSlideの場合*/
    #top.noSlide #headWrapper {
        background-color: #4b4542;
        position: static;
    }

    #top.noSlide #headWrapper header {
        padding: 26px 75px 26px 35px;
    }


    /*============================
    ヘッダー
    =============================*/
    header {
        width: 100%;
        margin: 0 auto;
        position: relative;
        min-width: auto;
        padding: 26px 100px 26px 35px;
    }

    #page header {
        padding: 26px 100px 26px 35px;
    }

    /*　サイトタイトル
    -----------------------------------------*/
    header #siteTtl {
        font-size: 1.875em;
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }

    header #siteTtl a {
        text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px;
        color: #fff;
    }

    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;
    }

    nav {}

    #mainNav .inner {
        min-width: auto;
        padding: 0 20px;
    }

    nav ul {}

    /* 親メニュー */
    nav ul li.parent {
        display: block;
        margin: 0 0 30px 0;
    }

    nav ul li.parent::after {
        display: none;
    }


    nav ul li.parent::before {}

    nav ul li.parent:hover::before {}

    nav ul li.parent:last-child {}

    nav ul li.parent > a {
        color: #000;
        text-shadow: none;
    }

    nav ul li.parent:hover:after {
        display: none;
    }

    nav ul li.childIn:hover:after {}

    nav ul li.parent:hover > a {}

    /* 子メニュー */
    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;
        max-width: none;
        line-height: inherit;
    }

    #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;
    }

    /*.noSlideの場合*/
    .noSlide #headWrapper .headNav li::before {
        background-color: #fff;
    }


    /*　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;
    }

    .mainSlideIn .bx-wrapper {}



    /*　サイト説明文（全画面スライドver）*/
    #leadTxt {
        min-width: auto;
        font-size: 1.750em;
        width: 100%;
        padding: 0 35px;
        z-index: 1;
        max-height: 300px;
    }


    /*　新着情報
    -----------------------------------------*/
    #news {
        position: relative;
        width: calc(100% - 70px);
        margin: 0 auto;
        overflow: hidden;
    }

    #news .contTtl {
        position: static;
        margin-bottom: 10px;
    }

    #news ul {}

    #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-direction .bx-prev {}

    #news .bx-controls-direction .bx-next {}

    #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 .txtArea {}

    .articleBox.noImg .txtArea {}

    .articleBox .txtArea strong {}

    /* 写真ボックス */
    .articleBox .imgArea {}

    .articleBox .imgArea figure {
        width: calc(50% - 14px);
    }

    /* テーブル */
    #main .articleBox table {
        margin-top: 30px;
        width: 100% !important;
    }


    /*　お問い合わせボタン
    -----------------------------------------*/
    .contactBtn a {
        width: calc(100% - 28px);
    }


    /*============================
    サイドエリア
    =============================*/
    #bottom.sp {
        display: display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    #side.pc #sideCont,
    #side.pc #blog,
    #side.pc #mobile,
    #side.pc .side-area {
        display: none;
    }

    #bottom {
        background-color: #F1F1F1;
        padding: 60px 35px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #bottom div:last-child,
    #bottom h2:last-child {
        margin-bottom: 0;
    }

    #bottom .sideTtl {
        font-size: 1.125em;
        padding: 0 0 25px 0;
        border-bottom: none;
        text-align: center;
        height: 45px;
    }

    #bottom > div {
        width: calc(100% / 3 - 15px);
        margin-bottom: 40px;
    }

    #bottom > div .inner {
        background-color: #fff;
        height: 100%;
        height: calc(100% - 45px);
    }

    #bottom > div:last-child {}



    /* サブメニュー */
    #side #sideCont.pc {
        display: none;
    }

    #side #sideCont .sideTtl {}

    #bottom #sideCont {
        line-height: 1;
    }

    #bottom #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;
    }

    #bottom #sideCont ul {}

    #bottom #sideCont ul li {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    #bottom #sideCont ul li:first-child {
        border-top: 1px solid #ccc;
    }

    #bottom #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;
    }

    #bottom #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;
    }

    #bottom #sideCont ul li a:hover {}

    /* ブログ */
    #side #blog.pc {
        display: none;
    }

    #bottom #blog {}

    #bottom #blog .inner {
        padding: 25px 20px 20px;
        position: relative;
    }

    #bottom #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;
    }

    #bottom #blog dl {
        height: 236px;
        overflow-y: scroll;
        position: relative;
        padding-bottom: 60px;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 20px;
    }

    #bottom #blog dl dt {
        padding: 20px 0px 0px 0px;
        margin-bottom: 5px;
        font-size: 0.750em;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
    }

    #bottom #blog dl dt:first-child {
        padding-top: 0;
    }

    #bottom #blog dl dd {
        font-size: 0.750em;
        padding: 0 0px 20px 0px;
        border-bottom: 1px solid #ccc;
        line-height: 1.5;
    }

    #bottom #blog dl dd a {}

    #bottom #blog .btn {
        position: relative;
        z-index: 1;
        width: 132px;
        margin: -26px auto 0;
    }

    #bottom #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;
    }

    /* QRコード */
    #bottom #mobile {}

    #bottom #mobile .inner {
        padding: 25px 20px 25px;
    }

    #bottom #mobile figure {
        text-align: center;
    }

    #bottom #mobile figure img {
        width: 100px;
        height: 100px;
        border: 1px solid #CCCCCC;
    }

    #bottom #mobile figure figcaption {
        font-size: 0.750em;
        border-top: 1px solid #ccc;
        margin-top: 25px;
        text-align: left;
        line-height: 2;
        padding-top: 25px;
    }


    /*============================
    フリーエリア
    =============================*/
    .freeArea {}

    .foot-area {}

    .side-area {
        background-color: inherit !important;
        width: 100% !important;
    }

    .side-area.pc {
        display: none;
    }

    /*============================
    ページトップ
    =============================*/
    #pageTop {
        right: 20px;
        bottom: 20px;
    }


    /*============================
    下層ページ共通
    =============================*/

    /*　下層ページタイトル
    -----------------------------------------*/
    .pageTtl {
        padding: 40px 0;
        width: 100%;
        margin: 0 auto 25px;
        background-color: #fff;

    }

    .pageTtl h2 {
        font-size: 1.750em;
        color: #000;
    }

    /*　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 {
        width: 100%;
    }

    .fixedSlide #headWrapper header #siteTtl {
        text-align: left;
        padding: 30px 105px 27px 35px;
    }

    /*ハンバーガーボタン*/
    .fixedSlide #humBtn {
        top: 40px;
        right: 35px;
    }

    .fixedSlide #humBtn span {
        background-color: #000 !important;
    }

    /*グロナビ*/
    .fixedSlide .navWrapper #mainNav .inner ul {
        text-align: left;
    }

    .fixedSlide .navWrapper #mainNav .inner ul li.parent::before {
        display: none;
    }

    /*ヘッドナビ*/
    .fixedSlide #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;
    }


    /*============================
    メインイメージ（旧メイン画像Ver のみ）
    =============================*/
    .mainImgIn {}

    .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) {

    /*============================
    サイドエリア
    =============================*/
    #bottom {
        padding: 50px 35px;
    }

    #bottom #sideCont .inner {
        padding: 40px 25px;
    }

    #bottom #sideCont ul {
        height: auto;
    }

    #bottom .sideTtl {
        font-size: 1.563em;
        padding: 0 0 25px 0;
        height: auto;
    }

    #bottom > div {
        width: 100%;
    }

    #bottom #blog {}

    #bottom #blog .inner {
        padding-bottom: 10px;
    }

    #bottom #blog dl {}

    #bottom #blog dl dt {}

    #bottom #blog dl dt:first-child {}

    #bottom #blog dl dd {
        font-size: 0.875em;
    }

    #bottom #blog dl dd a {}

    #bottom #blog .btn {}

    #bottom #blog .inner::before {
        height: 80px;
    }

    /* QRコード */
    #bottom #mobile {
        display: none;
    }
}


@media screen and (max-width:480px) {

    /*============================
    ヘッダー
    =============================*/
    header {
        padding: 20px 76px 20px 20px;
    }

    #top.noSlide #headWrapper header {
        padding: 20px 76px 20px 20px;
    }

    #top header {
        padding: 20px 75px 0 20px;
    }

    #page header {
        padding: 20px 75px 20px 20px;
    }

    /*　サイトタイトル
    -----------------------------------------*/
    header #siteTtl {
        font-size: 1.125em;
    }

    header #siteTtl a img {
        width: 100%;
    }


    /*============================
    ハンバーガーボタン
    =============================*/
    #humBtn {
        top: 25px;
        right: 20px;
    }

    /*============================
    グローバルナビゲーション
    =============================*/
    #headWrapper .navWrapper {
        width: 100%;
        right: -100%;
    }

    #headWrapper.active .navWrapper {
        right: 0;
    }



    /*============================
    メインスライド
    =============================*/
    .mainSlideIn {
        padding-top: 100vw;
        height: auto;
        margin: 0;
    }

    .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 .txtArea strong {}

    /* 写真ボックス */
    .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 img {}

    .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 {}

    #main.map #frame {
        height: 300px;
    }


    /*============================
    サイドエリア
    =============================*/
    #bottom {
        padding: 50px 20px;
    }


    /*============================
    固定幅スライド (スライドサイズ：1120px × 466px)
    =============================*/
    /*ヘッダー*/
    #top.fixedSlide #headWrapper {}

    .fixedSlide #headWrapper header #siteTtl {}

    /*ハンバーガーボタン*/
    .fixedSlide #humBtn {
        top: 25px;
        right: 20px;
    }

    .fixedSlide #humBtn span {}

    /*グロナビ*/
    .fixedSlide .navWrapper #mainNav .inner ul {}

    .fixedSlide .navWrapper #mainNav .inner ul li.parent::before {}

    /*ヘッドナビ*/
    .fixedSlide #headWrapper .headNav li::before {}

    /*スライド*/
    .fixedSlide .mainSlideIn {
        padding-top: 0;
    }

    .fixedSlide .mainSlideIn .mainSlideWrap {}

    .fixedSlide #mainSlide li {}

    /*サイト説明文*/
    .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;
}

/* ▼20150818 Googleカレンダーの対応 ▼
-------------------------------------------*/
.calendar-container {
  max-width: 100%;
  position: relative;
  padding-bottom: 90%;
  height: 0;
  overflow: hidden;
}
.calendar-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 600px) {
  /* 画面幅が600px以上の場合の縦横比の指定 */
  .calendar-container {padding-bottom: 75%;}
}

/* iPhoneで縦に伸びていく現象を回避 (理由は不明)*/
/**/
.tzcal-container iframe {
  border: 1px solid #eeeeee!important;
  background-color: rgba(230,230,230,0.4)!important;
  border-radius: 3px;
}

.cal_wrapper {
  max-width: 960px;
  min-width: 200px;
  margin: 2.0833% auto;
}
.tzcal {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}
.tzcal iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: inherit !important;
  width: 100% !important;
  height: 100% !important;
}
.tzcal iframe {
  border: 1px solid #eeeeee!important;
  padding: 4px!important;
  background-color: rgba(230,230,230,0.4)!important;
  border-radius: 3px;
}
@media only screen and (min-width: 768px) {
	.tzcal {padding-bottom: 75%;}
}
/* ▲20150818 Googleカレンダーの対応 ▲
-------------------------------------------*/
