@import url('https://fonts.googleapis.com/css?family=Vollkorn:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese');
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
    overflow: hidden;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
html > body {
    color:#000;
    font-family: 'Vollkorn','Noto Serif JP',Georgia, HiraMinProN-W3, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", 平成明朝, 細明朝体, "ＭＳ Ｐ明朝", "MS P Mincho", serif;
    letter-spacing: 0.25em;
    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 {
    overflow: hidden;
}
#container .inner {
}
#content {
    width: 1120px;
    margin: 0 auto;
}
#main {
    width: 1120px;
    margin-top: 200px;
}
#bottom {
    padding: 90px 0 0;
    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: center;
}
#humBtn {
    display: none;
}
#headWrapper {
    min-width: 1200px;
}
#top #headWrapper {
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    left: 0;
}
#page #headWrapper {
    background-color: #fff;
    position: relative;
}
#top.noSlide #headWrapper {
    position: static;
    background-color: #fff;
}
#top.noSlideNoImg #headWrapper {
    position: static;
    background-color: #fff;
}
#top.noSlide #headWrapper header {
    padding: 26px 100px;
}
#top.noSlideNoImg #headWrapper header {
    padding: 26px 100px;
}
header {
    width: 100%;
    padding: 0 60px;
    margin:0 auto 60px;
    
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1200px;
}
header #siteTtl {
    font-size:1.875em;
    text-align: center;
    padding:65px 0 0;
    margin: 0;
    max-height: 300px;
    overflow: hidden;
}
header #siteTtl a {
    text-decoration:none;
    color:#fff;
    -webkit-transition: .2s;
    transition: .2s;
     text-shadow:rgba(0,0,0,0.3) 0px 0px 20px;
}
header #siteTtl a img {
    max-width: 300px;
    width: auto;
    height:auto;
}
header #siteTtl a:hover {
    opacity: 0.7;
}
#top.noSlide header #siteTtl a{
    color: #000;
    text-shadow: none;
}
#top.noSlideNoImg header #siteTtl a{
    color: #000;
    text-shadow: none;
}
#headWrapper .headNav {
    position: fixed;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    z-index: 1;
}
#headWrapper .headNav li {
    position: relative;
    padding: 15px 10px;
    border-right: 1px solid #858585;
}
#headWrapper .headNav li:first-child {
    border-top: 1px solid #858585;
}
#headWrapper .headNav li:last-child {
    border-bottom: 1px solid #858585;
}
#headWrapper .headNav li::before {
    content: '';
    display: block;
    width: calc(100% - 10px);
    border-top: 1px solid #858585;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
#headWrapper .headNav li:first-child::before {
    content: '';
    display: block;
    border-top: none;
}
#headWrapper .headNav li a {
    text-decoration:none;
    color:#5c5c5c;
    opacity: 0.7;
    transition: 0.25s ease;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 0.875em;
    font-family: 'Vollkorn','Noto Serif JP', sans-serif;
    font-weight: normal;
    letter-spacing: 0.1em;
}
#headWrapper .headNav li a:hover{
    opacity: 1;
}
#sns {
    position: fixed;
    height: 165px;
    top: 0;
    bottom: 0;
    right: 37px;
    margin: auto;
    z-index: 9999;
}
#sns ul {
}
#sns ul li {
    width: 45px;
    margin-bottom: 15px;
}
#sns ul li a {
    display: block;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#sns ul li a img {
    width: 100%;
}
#sns ul li.fb {
}
#page #mainNav .inner {
    padding-bottom: 30px;
}
nav {
    position: relative;
}
#mainNav .inner {
    width: 100%;
    min-width: 1200px;
    padding: 0 60px;
}
nav ul {
    text-align: center;
}
nav ul li.parent {
    display:inline-block;
    position:relative;
    margin: 0 32px 1em;
    text-shadow:rgba(0,0,0,0.2) 0px 0px 6px;;
}
nav ul li.parent::before {
    content: '';
    position: absolute;
    bottom: -10px;
    height: 1px;
    width: 0;
    background-color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    right: 0;
    left: 0;
    margin: auto;
}
nav ul li.parent:hover::before {
    width: 100%;
}
nav ul li.parent:last-child {
    margin-right: 0;
}
nav ul li.parent > a {
    color:#fff;
    text-decoration:none;
    display:block;
    font-size:0.875em;
    font-weight:normal;
}
nav ul li.parent:hover:after {
    width:calc(100% + 2px);
    height:calc(100% + 18px);
    content:"";
    display:block;
    position:absolute;
    top:-9px;
    left:-1px;
}
nav ul li.childIn:hover:after {
    height:calc(100% + 27px);
}
nav ul li.parent:hover > a {
    position:relative;
    z-index:10;
    opacity:1;
}
#top.noSlide nav ul li.parent > a {
    color: #000;
    text-shadow: none;
}
#top.noSlideNoImg nav ul li.parent > a {
    color: #000;
    text-shadow: none;
}
nav .child {
    position:absolute;
    letter-spacing:0.1em;
    min-width:100%;
    width: 240px;
    text-align:left;
    padding:0;
    display:none;
    z-index:10;
    padding-top: 20px;
    text-shadow: none;
}
nav .child li {
    background:#fff;
    -webkit-transition: .2s;
    transition: .2s;
}
nav .child li:hover {
    background-color: #858585;
}
nav .child li a {
    color:#5c5c5c;
    font-size:0.75em;
    text-decoration:none;
    display:block;
    padding: 18px 28px 18px;
    position:relative;
    line-height: 1.5;
    word-break: break-all;
}
nav .child li a:hover {
    color: #fff;
}
nav .child li:first-child {
}
nav .child li:last-child {
    border-bottom: none;
}
.bk.mainSlideIn {
    width:100%;
    z-index: 0;
    position: relative;
}
.bk#mainSlide li {
    height: 100vh;
    position:relative;
    background:rgba(0,0,0,0.2);
    overflow:hidden;
    background-size: cover;
}
.bk#mainSlide li::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,0.2);
}
.bk#mainSlide li img {
    position:absolute;
    left:0;
    width:1200px;
    height:auto;
}
.bk.bx-controls-direction {
    display: none;
}
.bk.mainSlideIn .bx-wrapper {
    margin-bottom: 27px;
}
.bk.bx-wrapper .bx-pager {
    bottom: 20px !important;
}
.bk.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 6px;
}
.bk.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bk.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #4B4542;
    opacity:1;
}
.mainSlideIn {
    
    width: 100%;
    min-width: 1200px;
    overflow-x: hidden;
    overflow-y: visible;
    height: 700px;
    margin: 0 auto 30px;
    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: 1800px;
    height:auto;
    filter: brightness(80%);
}
.mainSlideIn .bx-wrapper {
    margin-bottom: 0;
    overflow: hidden;
}
.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;
    }
}
#leadTxt {
    z-index: 0;
    line-height:1.8;
    font-size: 1.5625em;
    text-align: center;
    position: absolute;
    color: #fff;
    text-shadow:rgba(0,0,0,0.3) 0px 0px 20px;;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0 60px;
    width: calc(100% - 164px);
    min-width: 1200px;
    max-height: 440px;
    overflow: hidden;
}
#leadTxt a {
    color: inherit;
}
#top.fixedSlide #headWrapper {
    position: relative;
    margin-bottom: 15px;
    width: 1120px;
    margin: 0 auto;
    min-width: auto;
}
.fixedSlide #headWrapper header {
    min-width: auto;
    padding: 0;
}
.fixedSlide #headWrapper header #siteTtl {
    width: 100%;
    text-align: center;
    padding: 70px 30px 30px;
}
.fixedSlide #headWrapper header #siteTtl a {
    color: #000;
    text-shadow: none;
}
.fixedSlide .navWrapper #mainNav .inner ul {
    text-align: center;
}
.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;
}
.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;
}
.mainImgIn {
    margin-bottom:95px;
    max-width: 1120px;
    margin: 0 auto;
}
.mainImgIn .inner {
    border-bottom: 1px solid #858585;
    display: table;
    width: 100%;
    max-width: 1120px;
    padding: 100px 0;
    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;
    font-weight:normal;
    line-height: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: 'Vollkorn','Noto Serif JP', sans-serif;
    font-size: 1.25em;
    font-weight: normal;
    position: absolute;
    left: 10px;
    top: 2px;
    z-index: 2;
}
#news ul li {
    color: #5c5c5c;
    padding: 0px 137px 25px 280px;
    position:relative;
    font-size: 0.875em;
    line-height: 2;
    max-width: 1120px;
}
#news ul li a {
    color: #5c5c5c;
}
#news ul .day {
    color: #5c5c5c;
    display:block;
    position:absolute;
    left: 180px;
    top: -2px;
    font-size: 0.9285em;
    font-weight: normal;
    font-family: 'Noto Serif JP', sans-serif;
    letter-spacing:0.1em;
}
#news .bx-wrapper {
    position: relative;
    margin-bottom: 200px;
    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-viewport {
    width: calc(100% - 204px) ;
}
#news .bx-controls-direction {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 30px;
    background-color: #fff;
    z-index: 0;
}
#news .bx-controls-direction .bx-prev {
  display:inline-block;
  position: absolute;
  top: 7px;
  right: 24px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 9px solid #858585;
  border-bottom: 6px solid transparent;
}
#news .bx-controls-direction .bx-prev::before {
  content: '';
  display:inline-block;
  position: absolute;
  top: -4px;
  right: -8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 6px solid #fff;
  border-bottom: 4px solid transparent;
}
#news .bx-controls-direction .bx-prev:active::before {
  content: '';
  display:inline-block;
  position: absolute;
  top: -4px;
  right: -8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 6px solid #858585;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#news .bx-controls-direction .bx-next {
  display:inline-block;
  position: absolute;
  top: 7px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 9px solid #858585;
  border-bottom: 6px solid transparent;
}
#news .bx-controls-direction .bx-next::before {
  content: '';
  display:inline-block;
  position: absolute;
  top: -4px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 4px solid transparent;
  z-index: 1;
}
#news .bx-controls-direction .bx-next:active::before {
  content: '';
  display:inline-block;
  position: absolute;
  top: -4px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 6px solid #858585;
  border-bottom: 4px solid transparent;
  z-index: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#news .bx-pager {
    display: none;
}
.articleBox {
    border-bottom: 0.5px solid #858585;
    padding-bottom: 200px;
    margin-bottom: 200px;
}
.articleBox .contTtl {
    width: 50%;
    margin:0 auto 80px;
    font-size:1.625em;
    line-height:1.5;
    text-align: left;
}
.articleIn .articleBox:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.articleBox .clearfix > div:first-child {
    margin:0 auto 90px;
}
.articleBox .txtArea {
    color: #5c5c5c;
    width: 50%;
    margin:0 auto 90px;
    font-size:1em;
    line-height: 2;
    letter-spacing: 0.35em;
    text-align: left;
}
.articleBox.noImg .txtArea {
    float:none;
}
.articleBox .txtArea strong {
    font-weight:bold;
}
.articleBox .txtArea em {
    font-style: italic;
}
.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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.articleBox .imgArea figure {
    width: 98%;
    margin-left:1%;
    margin-right:1%;
    max-width: 280px;
    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 {
    color: #5c5c5c;
    font-size:0.75em;
    line-height:1.8;
    margin-top: 8px;
    padding-right: 25px;
}
#main .articleBox table {
    width: 100%;
    font-size:1em;
}
#main .articleBox table {
    margin-top: 60px;
}
.articleBox table,
.articleBox table td,
.articleBox table th {
    border:1px solid #858585;
}
.articleBox table td,
.articleBox table th {
    text-align:left;
    padding:10px 15px;
}
.contactArea {
    background-color: #858585;
    padding: 90px 0;
    position: relative;
}
.contactArea::after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    background-color: inherit;
    width: 100vw;
    left: 1120px;
    top: 0;
}
.contactArea::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    background-color: inherit;
    width: 100vw;
    right: 1120px;
    top: 0;
}
.contactBtn {
    background:#858585;
    margin:0 auto;
}
.contactBtn a {
    width:50%;
    display:block;
    background:#FFFFFF;
    text-decoration:none;
    text-align:center;
    color:#5C5C5C;
    line-height: 73px;
    height:96px;
    font-size:1.625em;
    position: relative;
    -webkit-transition: .2s;
    transition: all 1s cubic-bezier(0,0,0,1);
    margin: 0 auto;
}
.contactBtn a::before {
    content: 'Contact';
    position: absolute;
    display: inline-block;
    font-size: 0.65em;
    font-family: 'Vollkorn','Noto Serif JP', sans-serif;
    font-weight: normal;
    bottom: -8px;
    left: 0;
    right: 0;
}
.contactBtn a:hover {
    opacity: 0.7;
}
#bottom {
    position: relative;
    overflow: hidden;
}
#bottom::after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100vw;
    left: 1120px;
    top: 0;
}
#bottom::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100vw;
    right: 1120px;
    top: 0;
}
#bottom h2:last-child {
    margin-bottom:0;
}
#bottom .bottomTtl {
    position: relative;
    font-family: 'Vollkorn','Noto Serif JP', sans-serif;
    font-size: 1.625em;
    padding: 40px 0;
    border-top: solid 1px #858585;
    border-bottom: none;
    text-align: center;
    font-weight: normal;
    line-height: 1;
}
#bottom .bottomTtl:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px; 
    display: inline-block;
    width: 50px; 
    height: 1px; 
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #858585;
}
#bottom > div {
    width: calc(100% / 3 - 80px);
    margin-right: 120px;
}
#bottom > div:nth-last-of-type(1) {
    margin-right: 0 !important;
}
#bottom #bottomCont .bottomTtl {
}
#bottom #bottomCont {
    line-height:1;
}
#bottom #bottomCont ul li {
    padding: 20px;
}
#bottom #bottomCont ul li:first-child {
    padding-top: 0;
}
#bottom #bottomCont ul li a {
    color: #5c5c5c;
    display:block;
    text-decoration:none;
    position:relative;
    font-family: 'Vollkorn','Noto Serif JP', sans-serif;
    font-size: 1.125em;
    font-weight: normal;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
}
#bottom #bottomCont ul li a:hover {
    opacity:0.7;
}
#bottom #bottomCont .inner {
    padding: 40px 0;
    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;
}
#bottom #bottomCont ul li:first-child {
}
#bottom #blog {
}
#bottom #blog .inner {
    position: relative;
}
#bottom #blog  dl {
    height: 236px;
    overflow-y: scroll;
    position: relative;
    -webkit-overflow-scrolling: touch;
}
#bottom #blog dl dt {
    color: #5c5c5c;
    margin-bottom:15px;
    padding:30px 20px 0;
    font-size: 0.75em;
    font-weight: bold;
    font-family: 'Noto Serif JP', sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
}
#bottom #blog dl dt:first-child {
    padding-top: 0;
}
#bottom #blog  dl dd {
    font-size: 1em;
    line-height: 1.5;
    text-align: center;
    padding:0 20px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#bottom #blog  dl dd:last-child {
    padding-bottom: 50px;
}
#bottom #blog  dl dd a {
    color: #5c5c5c;
    text-decoration: none;
}
#bottom #blog  dl dd a:hover {
    opacity: 0.7;
}
#bottom #blog .btn {
    position: absolute;
    bottom: 0;
    left:0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 1;
    width: 90px;
}
#bottom #blog .btn a {
    display:block;
    text-decoration:none;
    color:#5c5c5c;
    font-weight:normal;
    border: 1px solid #858585;
    text-align:center;
    letter-spacing: 0;
    font-size: 0.875em;
    line-height: 30px;
    -webkit-transition: .2s;
    transition: .2s;
}
#bottom #blog .btn a:hover {
    opacity: 0.7;
}
#bottom #blog .inner {
    padding: 40px 0;
    position: relative;
}
#bottom #blog .inner::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 30px;
    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 #mobile {
}
#bottom #mobile figure {
    text-align:center;
}
#bottom #mobile figure img {
    width:100px;
    height:100px;
}
#bottom #mobile figure figcaption {
    color: #5c5c5c;
    font-size: 0.875em;
    padding: 30px 20px 0;
    text-align: left;
    line-height: 2;
}
#bottom #mobile .inner {
    padding: 40px 0;
}
#pageTop {
    position:fixed;
    z-index:1000;
    right:30px;
    bottom:30px;
    width:60px;
    height:60px;
    border-radius:30px;
    display:none;
    z-index: 1;
}
#pageTop a {
    opacity: 0.7;
    display:block;
    width:60px;
    height:60px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    border: 1px solid #858585;
    border-radius:30px;
    background-color: #fff;
    position: relative;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#pageTop a:hover {
    opacity: 1;
}
#pageTop a::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 12px 7.5px;
    border-color: transparent transparent #858585 transparent;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 4px;
    margin: auto;
}
#pageTop a::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.625px 9px 5.625px;
    border-color: transparent transparent #fff transparent;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0.25px;
    bottom: 3px;
    margin: auto;
}
#pageTop a:active::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.625px 9px 5.625px;
    border-color: transparent transparent #858585 transparent;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0.25px;
    bottom: 3px;
    margin: auto;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
footer {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}
footer .copy {
    color: #aaaaaa;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    padding: 90px 0 100px;
    font-size: 0.938em;
}
.foot-area {
    color: #fff;
    width: 50%;
    margin: 0 auto;
    padding: 50px 0 0;
    letter-spacing: 0.25em;
    line-height: 2;
}
.side-area {
    color: #5c5c5c;
    padding: 90px 0 0;
    overflow: hidden;
    letter-spacing: 0.25em;
    line-height: 2;
}
.side-area::before {
    content: '';
    display: block;
    border: 0.5px solid #858585;
    margin: 0 auto 90px;
}
#page header #siteTtl a {
    color: #000;
    text-shadow: none;
}
#page nav ul li.parent {
    text-shadow: none;
}
#page nav ul li.parent > a {
    color: #000;
}
.pageTtl {
    border-top: 1px solid #858585;
    border-bottom:1px solid #858585;
    padding:100px 0;
    width:1120px;
    margin: 25px auto;
}
.pageTtl h2 {
    font-size:2.000em;
    line-height:1.3;
    text-align:center;
}
#pnkz {
    text-align:right;
    width:1120px;
    margin:0 auto 100px;
    font-size:0.750em;
}
#pnkz li {
    color: #5c5c5c;
    letter-spacing:0;
    display:inline-block;
}
#pnkz li:after {
    content:">";
    color: #5c5c5c;
    margin:0 10px;
}
#pnkz li:last-child:after {
    display:none;
}
#pnkz li a{
    color: #5c5c5c;
}
#main.form,
#main.profile,
#main.map {
    margin-top: 0;
}
#main.form table,
#main.profile table,
#main.map table {
    border-bottom:1px solid #ccc;
    width:60%;
    font-size:1em;
    margin: 0 auto 100px;
}
#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:50px 0px 50px 30px;
}
#main.form table th,
#main.profile table th,
#main.map table th {
    font-weight:normal;
    text-align:center;
    padding-right: 0px;
    padding-left: 0px;
}
#main.form table th .validation_span {
    color: #ce0000;
}
#main.form .txtBox,
#main.profile .txtBox,
#main.map .txtBox {
    font-size:1em;
    line-height: 2;
    margin-bottom:70px;
    width: 50%;
    margin: 0 auto 100px;
}
#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 {
    margin: 0 auto;
}
#main.form table tr {
    width: 50%;
}
#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: 100%;
    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: 100px 20px 50px;
}
#main.form #submit input {
    display:inline-block;
    width:240px;
    text-align:center;
    color:#fff;
    font-weight:normal;
    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;
}
#main.form .foot-area {
}
#validation_form{
    position: relative;
}
#main.form .inputArea input, #main.form .inputArea textarea{
    padding: 8px 15px;
}
#main.form .foot-area {
padding: 0;
}
#main.map #frame {
}
#main.map #frame iframe {
    width: 100%;
    margin-bottom:100px;
    height: 478px;
}
#main.map table td {
    text-align: center;
}
#main.profile table {
    margin-bottom: 100px;
}
#main.profile table td {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1.5;
}
@media screen and (max-width:768px) {
    html > body {
        width: 100%;
        min-width: auto;
    }
    html > body.open {
        overflow: auto;
        height: 100%;
    }
    
    #content {
        width: 100%;
        margin: 0 auto 0px;
    }
    
    #main {
        width: 100%;
        float:none;
        padding: 35px;
        margin-top: 0;
    }
    
    #bottom {
        float:none;
    }
    
    #humBtn,
    #humBtn span {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #humBtn {
        position: fixed;
        top: 35px;
        right: 35px;
        width: 40px;
        height: 25px;
        z-index: 9999;
    }
    #humBtn span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
    }
    #top.noSlide #humBtn span {
        background-color: #858585;
    }
    #top.noSlideNoImg #humBtn span {
        background-color: #858585;
    }
    
    #top #humBtn.scroll span {
        background-color: #000;
    }
    #page #humBtn.scroll span {
        background-color: #000;
    }
    #humBtn span:nth-of-type(1) {
        top: 0;
    }
    #humBtn span:nth-of-type(2) {
        top: 11px;
    }
    #humBtn span:nth-of-type(3) {
        bottom: 0;
    }
    #humBtn.active {
    }
    #humBtn.active span {
        background-color: #000;
        width: 40px;
    }
    #humBtn.active span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-45deg);
        transform: translateY(11px) rotate(-45deg);
    }
    #humBtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    #humBtn.active span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) rotate(45deg);
        transform: translateY(-11px) rotate(45deg);
    }
    
    #headWrapper {
        min-width: auto;
        width: 100%;
    }
    #top #headWrapper {
        position: absolute;
        top: 0;
        z-index: 2;
        right: 0;
        left: 0;
    }
    #headWrapper::before {
        content: '';
        width: 100%;
        height: 100vh;
        background-color: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        left: 0;
        -webkit-transition: .3s;
        transition: .3s;
        display: none;
    }
    #headWrapper.active::before {
        display: block;
        z-index: 9997;
    }
    #headWrapper .headNav li a {
    text-decoration:none;
    color:#5c5c5c;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    -webkit-column-count: 0;
    -moz-column-count: 0;
    -ms-column-count: 0;
    column-count: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -ms-column-gap: 0;
    column-gap: 0;
    display: flex;
    align-items: center;
    font-size: 0.875em;
    font-family: 'Vollkorn','Noto Serif JP', sans-serif;
    font-weight: normal;
    }
    
    header {
        width: 100%;
        padding: 37px 35px 0 35px;
        margin:0 auto;
        position: relative;
        min-width: auto;
    }
    #page header {
        padding: 35px;
    }
    #top.noSlide #headWrapper header {
        padding: 26px 100px 0 35px;
    }
    #top.noSlideNoImg #headWrapper header {
        padding: 26px 100px 0 35px;
    }
    
    header #siteTtl {
        font-size:1.875em;
        padding:0;
        overflow: visible;
        text-align: left;
        width: calc(100% - 60px);
    }
    #top.noSlide header #siteTtl {
        padding: 65px 0 60px;
    }
    #top.noSlideNoImg header #siteTtl {
        padding: 65px 0 60px;
    }
    header #siteTtl a {
        text-shadow: rgba(0,0,0,0.3) 0px 0px 20px;
    }
    header #siteTtl a img {
        max-width:500px;
        height:auto;
    }
    
    #headWrapper .navWrapper {
        background-color: #fff;
        width: 300px;
        padding: 100px 0 140px 0;
        position: fixed;
        top: 0;
        right: -300px;
        z-index: 9999;
        height: 100vh;
        -webkit-transition: .3s;
        transition: .3s;
        z-index: 9998;
    }
    #headWrapper.active .navWrapper {
        right: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    #mainNav .inner {
        min-width: auto;
        padding: 0 20px;
    }
    
    nav ul li.parent {
        display: block;
        margin: 0 0 40px 0;
    }
    nav ul li.parent::after {
        display: none;
    }
    nav ul li.parent > a {
        color: #5c5c5c;
        text-shadow: none;
    }
    nav ul li.parent > a:hover{
        opacity: 0.7;
    }
    nav ul li.parent:hover:after {
        display: none;
    }
    
    nav .child {
        display: block !important;
        position: static;
        height: 100% !important;
        padding: 10px 10px 0px !important;
        margin: 15px 0 0 0 !important;
        text-align: center;
    }
    nav .child li {
        background-color: #fff;
        border-bottom: none;
        font-weight: normal;
        margin-bottom: 15px;
    }
    nav .child li:last-child {
        margin-bottom: 0;
    }
    nav .child li:hover {
    background-color: #fff;
    }
    nav .child li a {
        color: #5c5c5c;
        padding: 0;
    }
    nav .child li a:hover {
        color: #5c5c5c;
        opacity: 0.7;
    }
    
    #headWrapper .headNav {
        width: 100%;
        position: static;
        padding: 0 0 0 0;
        margin-bottom: 30px;
        transform: translate(0%, 0%);
    }
    #headWrapper .headNav li {
        display:block;
        margin-right: 0;
        position: relative;
        text-align: center;
        border-top: 1px solid #858585;
        border-right: none;
    }
    #headWrapper .headNav li::before {
        content: '';
        display: none;
    }
     #headWrapper .headNav .accessNav::before{
        content: '';
        display: none;
    }
    #headWrapper .headNav .accessNav::after{
        content: '';
        display: none;
    }
    #headWrapper .headNav li:hover::before {
        width: auto;
    }
    #headWrapper .headNav li a {
        font-size: 1em;
        font-weight: normal;
        text-shadow: none;
        justify-content: center;
        padding: 15px;
        margin: 0 auto;
    }
    
    #sns {
        position: static;
        padding: 0 20px;
        height: auto;
    }
    #sns ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
    }
    #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;
    }
    
    #leadTxt {
        min-width: auto;
        font-size: 1.750em;
        width: 100%;
        padding: 0 35px;
        z-index: 1;
    }
    
    .mainImgIn {
        padding: 0 35px;
    }
    .mainImgIn .inner {
        margin: 0 auto 100px;
    }
    
    #news {
        position: relative;
        width: 80%;
        padding: 0 30px;
        margin: 0 auto;
        overflow: hidden;
    }
    #news .contTtl {
        position: static;
        margin-bottom: 10px;
    }
    #news ul li {
        color: #5c5c5c;
        padding: 0px;
    }
    #news ul .day {
        color: #5c5c5c;
        position: static;
        font-size: 0.938em;
        margin-bottom: -2px;
    }
    #news .bx-wrapper {
        position: static;
        margin-bottom: 0;
    }
    #news .bx-wrapper::before {
        display: none;
    }
    #news .bx-wrapper::after {
        display: none;
    }
    #news .bx-controls-direction {
        right: 20px;
    }
    #news .bx-controls::before {
        display: none;
    }
    
    .articleBox {
        padding-bottom: 100px;
        margin: 100px 0 0;
    }
    .articleBox .contTtl {
        margin-bottom:50px;
        text-align: left;
        font-size: 1.750em;
        width: 80%;
    }
    .articleBox .txtArea {
        font-size: 1em;
        letter-spacing: 0.2em;
        text-align: left;
        width: 80%;
        margin-bottom: 60px;
    }
    
    .articleBox .txtArea iframe {
        max-width: none;
        height: 51vw;
    }
    
    .articleBox .imgArea {
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        width: 80%;
        margin: 0 auto;
    }
    .articleBox .imgArea figure {
        width: calc(50% - 14px);
        max-width: 350px;
    }
    .articleBox .imgArea figure figcaption{
        padding: 0;
        line-height: 1.5;
        letter-spacing: 0.2em;
    }
    
    #main .articleBox table {
        margin-top: 60px;
        width: 100% !important;
    }
    .articleBox table td,
    .articleBox table th {
        line-height: 1.5;
        letter-spacing: 0.15em;
    }
    
    .contactArea {
    padding: 90px 35px;
}
    .contactBtn a {
        width: 80%;
    }
    
    #bottom {
        padding-top: 0;
        margin: 60px 35px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        overflow: hidden;
    }
    #bottom h2:last-child {
        margin-bottom:0;
    }
    #bottom .bottomTtl {
        font-size:1.125em;
        padding: 30px 0;
        border-bottom: none;
        text-align: center;
    }
    #bottom > div {
        width: calc(100% / 3 - 15px);
        margin-top: 40px;
        margin-right: 0;
    }
    #bottom > div .inner {
        height: 100%;
        height: calc(100% - 185px);
    }
    
    #bottom #bottomCont .bottomTtl {
    }
    #bottom #bottomCont {
        line-height:1;
    }
    #bottom #bottomCont .inner {
        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 #bottomCont ul li {
        width: 100%;
    }
    #bottom #bottomCont ul li a {
        font-size: 1.125em;
    }
    
    #bottom #blog {
    }
    #bottom #blog .inner {
        position: relative;
        height: 317px;
    }
    #bottom #blog .inner::before {
    }
    #bottom #blog  dl {
        height: 236px;
        overflow-y: scroll;
        position: relative;
        padding-bottom: 60px;
        -webkit-overflow-scrolling: touch;
    }
    #bottom #blog  dl dt {
        padding: 20px 5px 0px;
        font-size: 0.750em;
    }
    #bottom #blog  dl dt:first-child {
        padding-top: 0;
    }
    #bottom #blog  dl dd {
        font-size: 0.750em;
        padding: 0 5px 20px;
    }
    #bottom #blog  dl dd a {
    }
    #bottom #blog .btn {
        margin-top: 5px;
        position: relative;
        z-index: 1;
    }
    #bottom #blog .btn a {
        font-size: 0.875em;
        line-height: 34px;
    }
    
    #bottom #mobile .inner {
        padding: 40px 0 0;
    }
    #bottom #mobile figure {
        padding-top: 0;
    }
    #bottom #mobile figure figcaption {
        font-size: 0.750em;
        padding-top: 30px;
    }
    
    .foot-area {
        font-size: 1em;
        letter-spacing: 0.2em;
        width: 90%;
    }
    .side-area {
        position: relative;
        background-color: inherit !important;
        padding: 90px 35px 0;
    }
    .side-area::before{
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform : translateX(-50%);
        transform : translateX(-50%);;
        display: block;
        border: 0.5px solid #858585;
           width: calc(100% - 70px);
        margin: 0 auto 90px;
    }
    
    footer .copy {
        font-size: 0.75em;
    }
    
    #pageTop {
        right: 20px;
        bottom: 20px;
    }
    
    
    .pageTtl {
        padding: 50px 10px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .pageTtl h2 {
        font-size: 1.750em;
    }
    
    #pnkz {
        width: 100%;
        padding: 0 35px;
        margin-bottom: 35px;
    }
    
    #main.form .txtBox, #main.profile .txtBox, #main.map .txtBox {
        text-align: center;
        margin-bottom: 35px;
        width: 80%;
    }
    #main.form .txtBox {
        margin-bottom: 90px;
    }
    
    #main.form table, #main.profile table, #main.map table {
        width: 80%;
        table-layout: fixed;
    }
    #main.form table th, #main.profile table th, #main.map table th {
        line-height: 1.5;
        padding-left: 10px;
        padding-right: 10px;
    }
    #main.form table td, #main.profile table td, #main.map table td {
        text-align: center;
    }
    #main.form table th, #main.form table td, #main.profile table th, #main.profile table td, #main.map table th, #main.map table td {
    }
    
    #main.profile table {
        margin-bottom: 65px;
    }
    
    #main.form {
        padding: 35px 35px 0;
    }
    #main.form table th {
        display: block;
        width: 100%;
        padding-bottom: 5px;
    }
    #main.form table td {
        display: block;
        border-top: none;
        padding-top: 20px;
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }
    #main.form table tr:nth-last-child(2) td{
        padding-bottom: 20px
    }
    #main.form .inputArea {
        width: 100%;
    }
    #main.form #submit td {
        padding:50px 20px 70px;
    }
    #main.form #submit td input:first-child {
        margin-bottom: 20px;
    }
    #main.form #submit td input {
        width: 100%;
        margin: 0 auto;
    }
    
    
    #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;
    }
    
    .mainImgIn .inner {
        padding: 45px 35px 100px;
    }
    
    .mainImgIn .inner #mainImg {
        width: 200px;
    }
    
    .mainImgIn .inner #leadTxt {
        padding: 0 0 0 20px;
        border-bottom: none;
    }
    .noSlideNoImg .mainImgIn .inner #leadTxt {
        font-size: 0.9em;
        letter-spacing: 0.2em;
        padding: 0 0 0 0;
        border-bottom: none;
    }
}
@media screen and (max-width:570px) {
    
    #bottom {
        padding-top: 0;
    }
    #bottom #bottomCont .inner {
        padding: 40px 25px;
    }
    #bottom #bottomCont ul {
        height: auto;
    }
    #bottom .bottomTtl {
        font-size:1.563em;
        padding: 30px;
        height: auto;
    }
    #bottom > div {
        width: 100%;
    }
    #bottom > div .inner {
        height: 100%;
        height: calc(100% - 30px);
    }
    #bottom #blog .inner {
        padding-bottom: 30px;
    }
    #bottom #blog  dl dt {
        padding: 0px 10px 20px;
    }
    #bottom #blog  dl dd {
        font-size: 0.875em;
        padding: 0px 10px 20px;
    }
    #bottom #blog .inner::before {
    }
    
    #bottom #mobile {
        display: none;
    }
}
@media screen and (max-width:480px) {
    
    header {
        padding: 25px 0 0 20px;
    }
    
    header #siteTtl {
        font-size: 1.125em;
        overflow: visible;
        text-align: left;
        width: calc(100% - 80px);
    }
    header #siteTtl a {
        line-height: 1.5;
    }
    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;
        margin: 0 auto;
        height: auto;
    }
    .mainSlideIn .bx-wrapper {
    }
    
    #leadTxt {
        position: static;
        color: #000;
        text-shadow: none;
        font-size: 1em;
        border-bottom: 1px solid #858585;
        padding: 0;
        width: 80%;
        margin: 0 auto 40px;
        padding: 30px 0;
        height: auto !important;
        max-height: none;
    }
    .bx-wrapper .bx-pager {
        bottom: 1px !important;
    }
    
    #content {
    }
    
    #main {
        padding: 0 20px;
    }
    
    #bottom {
        margin: 80px 20px 40px;
    }
    
    #news {
        width: 80%;
        padding: 0 20px;
    }
    #news .contTtl {
        font-size: 1.125em;
    }
    #news ul li {
        font-size: 0.875em;
    }
    #news .bx-wrapper {
        margin-bottom: 0;
    }
    #news .bx-controls-direction{
        right: 10px;
    }
    
    .articleBox {
        padding-bottom: 100px;
        margin: 100px 0 0;
    }
    .articleBox .contTtl {
        font-size: 1.250em;
        margin-bottom
    }
    .articleBox .clearfix > div:first-child {
        margin-bottom: 60px;
    }
    
    .articleBox .txtArea {
        font-size: 0.8em;
    }
    .articleBox.noImg .txtArea {
        line-height: 2;
    }
    
    .articleBox .imgArea {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .articleBox .imgArea figure {
        width: 100%;
        max-width: none;
        margin-bottom: 11px !important;
    }
    .articleBox .imgArea figure:last-child {
        margin-bottom: 0 !important;
    }
    .articleBox .imgArea figure figcaption {
        font-size: 0.750em;
        margin-top: 11px;
        letter-spacing: 0.15em;
    }
    
    .contactArea {
        padding: 80px 20px;
    }
    .contactBtn {
        margin: 0 auto;
    }
    .contactBtn a {
        width: 90%;
        font-size: 1.250em;
        font-weight: normal;
        height: 80px;
        line-height: 63px;
    }
    .contactBtn a::before {
        font-size: 0.813em;
    }
     
    #bottom > div {
        width: 90%;
        margin: 0 auto 20px;
    }
    .side-area {
        padding: 80px 35px 0;
    }
    
    .foot-area,
    .side-area {
        font-size: 0.8em;
        letter-spacing: 0.15em;
    }
    
    footer .copy {
        padding: 80px 20px;
    }
    
    #pageTop {
        right: 10px;
        bottom: 15px;
    }
    
    #main.form .txtBox, #main.profile .txtBox, #main.map .txtBox {
        font-size: 0.8em;
        width: 90%;
    }
    #main.form table, #main.profile table, #main.map table {
        width: 90%;
    }
    #main.form table th, #main.profile table th, #main.map table th{
        font-size: 0.8em;
        letter-spacing: 0.15em;
        padding: 50px 0px;
    }
    #main.form table td, #main.profile table td, #main.map table td{
        font-size: 0.8em;
        letter-spacing: 0.15em;
        padding: 50px 0px 50px 10px;
    }
    
    .pageTtl {
        margin-bottom: 30px;
        padding: 50px 10px;
    }
    .pageTtl h2 {
        font-size: 1.250em;
    }
    
    #pnkz {
        padding: 0 20px;
        margin: 0 auto 50px;
    }
    
    #main.form .txtBox {
        margin-bottom: 80px;
    }
    #main.form {
        padding-left: 20px;
        padding-right: 20px;
    }
    #main form {
        width: 90%;
        margin: 80px auto 0;
    }
    #main.form table {
        width: 100%;
    }
    #main.form table th {
        padding: 40px 10px 10px;
    }
    #main.form table td {
        padding: 10px 10px 40px;
    }
    
    #main.map #frame {
    }
    #main.map #frame iframe {
        height: 300px;
        margin-bottom: 80px;
    }
    #main.map {
        padding-top: 35px;
    }
    #main.map table {
        margin-bottom: 80px;
    }
     
    #main.profile {
        padding-top: 35px;
    }
    #main.profile table {
        margin-bottom: 80px;
    }
    
    
    .fixedSlide #humBtn {
        top: 25px;
        right: 20px;
    }
    
    .fixedSlide .mainSlideIn {
        padding-top: 0;
    }
    
    .fixedSlide #leadTxt {
        font-size: 1em;
        width: calc(100% - 40px);
        padding: 35px 0;
    }
    
    .mainImgIn {
        padding: 0;
    }
    .noSlideNoImg .mainImgIn {
        width: 80%;
    }
    .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;
  max-width: inherit !important;
  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;
  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%;}
}