@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";
    width: 1120px;
    margin: 0 auto;
    position: relative;
}
a {
    color: #F50;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
#container {
    float: right;
    width: 740px;
    padding-top: 60px;
}
#container .inner {}
.noSlide #container {
    padding-top: 60px;
}
#content {
    max-width: 740px;
    width: 100%;
    margin: 0 auto 150px;
}
#main {
    width: 740px;
    margin: 0 auto;
}
#side {
    width: 300px;
    float: left;
    padding: 50px 0px;
}
#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 {
    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: 20px;
    width: 600px;
    position: absolute;
    top: 0;
    right: calc(50% - 560px);
    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: -5px;
    height: 1px;
    width: 0;
    background-color: #000;
    -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: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.noSlide #headWrapper .headNav li a {
    color: #000;
    text-shadow: none;
}
.noSlide #headWrapper .headNav li::before {
    background-color: #000;
}
.mainSlideIn {
    width: 100%;
    min-width: 740px;
    overflow-x: hidden;
    overflow-y: visible;
    height: 309px;
    margin: 0 auto 27px;
    position: relative;
}
.mainSlideIn .mainSlideWrap {
    width: 740px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#mainSlide li {
    height: 309px !important;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
#mainSlide li img {
    position: absolute;
    left: 0;
    width: 740px;
    height: auto;
}
.mainSlideIn .bx-wrapper {
    margin-bottom: 0;
    overflow: hidden;
}
.bx-wrapper .bx-pager {
    bottom: 4px !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: #00FFCC;
    opacity: 1;
}
#leadTxt {
    z-index: 0;
    line-height: 1.8;
    font-size: 1.375em;
    text-align: center;
    position: absolute;
    color: #fff;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0 60px;
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    
}
#leadTxt a {
    color: inherit;
}
#top.fixedSlide #headWrapper {
    
}
.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: 740px;
    position: static;
    transform: none;
    margin: auto;
}
.fixedSlide #mainSlide li {
    height: 309px !important;
}
.fixedSlide #leadTxt {
    
    width: 740px;
    min-width: auto;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    
    margin: auto;
    
    font-size: 1.375em;
}
.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;
    padding-right: 0;
}
#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 240px;
    position: relative;
    font-size: 16px;
    line-height: 2;
    max-width: 740px;
}
#news ul .day {
    display: block;
    position: absolute;
    left: 112px;
    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: 70px;
    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 {
    
    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;
}
.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: #00FFCC;
    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;
}
#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: 25px;
    width: 100%;
    margin: 0 auto 25px;
    background-color: #00FF99;
}
.pageTtl h2 {
    font-size: 2.000em;
    line-height: 1.3;
    text-align: center;
    color: #fff;
}
#pnkz {
    text-align: right;
    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;
    
    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;
}
#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%;
}
@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;
        padding-top: 0;
    }
    
    .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: relative;
        margin-bottom: 15px;
        margin: 0 auto;
        min-width: auto;
        background-color: #fff;
    }
    #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;
    }
    
    #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;
    }
    #top header #siteTtl a {
        color: #000;
        text-shadow: none;
    }
    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 #headWrapper .headNav li::before {
        background-color: #fff;
    }
    
    #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;
    }
    
    .mainSlideIn {
        min-width: auto;
        width: 100%;
        height: 100vw;
    }
    .mainSlideIn .mainSlideWrap {
        width: 240vw;
    }
    #mainSlide li {
        height: 100vw !important;
    }
    .mainSlideIn .bx-wrapper {}
    
    #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;
    }
    
    .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 #side-area,
    #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;
    }
    
    #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 .side-area {
        display: none;
    }
    #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 {
        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;
    }
    
    
    #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;
        
        height: auto !important;
        max-height: none;
    }
    
    .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;
    }
    
    #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 20px 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 {
        padding: 0 20px;
        margin: 0 auto 25px;
    }
    
    #main.map #frame {}
    #main.map #frame {
        height: 300px;
    }
    
    #bottom {
        padding: 50px 20px;
    }
    
    
    #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;
    }
    
    .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;
    }
}
@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;
}
@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;
}
@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;
}
.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;
    text-align: left;
}
.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) {
  
  .calendar-container {padding-bottom: 75%;}
}
.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%;}
}