@charset "utf-8";

/*
Default
---------------------------------------------------------------------------------------------------- */

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    background: #fff;
    font-family: 'Open Sans', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', Verdana, sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    white-space: normal;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #999;
    text-decoration: none;
}

img,
img a {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
    text-decoration: none;
    image-rendering: pixelated;
}

a:link img {
    text-decoration: none;
    border-style: none;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote,
blockquote::before {
    color: #000;
}

blockquote {
    margin: 40px;
    margin-right: 0;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

cite {
    font-style: normal;
}

hr {
    border: 0;
    display: block;
    height: 3px;
    background: #eee;
    margin: 40px auto;
    padding: 0;
}

hr.thin {
    border: 0;
    display: block;
    height: 1px;
    background-color: #eee;
    margin: 40px auto;
    padding: 0;
}

.map {
    margin: 0 0 28px;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.map iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

span {
    margin-left: 15px;
}


/* Typography
--------------------------------------------- */

p {
    margin: 0 0 28px 0;
    padding: 0;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Open Sans', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', Verdana, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 16px;
    text-align: left;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000;
    text-decoration: none;
    border-bottom: 0 none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 0 none;
}

strong {
    font-weight: bold;
}

small {
    font-size: 14px;
}

address {
    margin: 0;
    font-style: normal;
}


/*
Site Structure
---------------------------------------------------------------------------------------------------- */

.site-container {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.site-container:after {
    content: "";
    display: block;
    clear: both;
}

.site-inner {
    max-width: 819px;
    padding: 40px 40px 60px 340px;
}

.site-inner a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #000;
}

.site-inner a:hover {
    color: #999;
    text-decoration: none;
    border-bottom: 1px dotted #999;
}

.site-inner h1 a,
.site-inner h2 a,
.site-inner h3 a,
.site-inner h4 a,
.site-inner h5 a,
.site-inner h6 a {
    color: #000;
    text-decoration: none;
    border-bottom: 0 none;
}

.site-inner h1 a:hover,
.site-inner h2 a:hover,
.site-inner h3 a:hover,
.site-inner h4 a:hover,
.site-inner h5 a:hover,
.site-inner h6 a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 0 none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    position: fixed;
    width: 280px;
    height: 100%;
    margin: 0;
    padding: 40px 0 40px 20px;
    background: #000;
    top: 0;
    right: 0;
    left: 0;
    overflow: auto;
}

.site-header p {
    margin: 0;
}

.site-header li {
    list-style-type: none;
}


/* Title Area
--------------------------------------------- */

.title-area {
    margin: 0;
    padding: 0;
    text-align: left;
}

h1.site-title {
    font-family: 'Open Sans', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', Verdana, sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    border-style: none;
    text-align: left;
    letter-spacing: .5px;
}

h1.site-title a,
h1.site-title a:hover {
    margin: 0;
    padding: 0;
    color: #fff;
}


/* Navigation Area
--------------------------------------------- */

.toggle {
    display: none;
}

.navigation-area {
    margin: 0;
    padding: 0;
}

.navigation-area ul {
    margin: 0;
    padding: 0;
}

.navigation-area li {
    list-style-type: none;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
}

.navigation-area li a,
.navigation-area li ul li a {
    color: #fff;
    text-decoration: none;
    border-style: none;
}

.navigation-area li a:hover,
.navigation-area li ul li a:hover {
    color: #ccc;
    text-decoration: none;
    border-style: none;
}

.navigation-area li:last-child {
    margin-bottom: 0;
}

.navigation-area li.here i,
.navigation-area li ul li.here i {
    color: #fff;
}

.navigation-area li i,
.navigation-area li ul li i {
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 16px;
    color: #999;
}

.navigation-area li ul {
    padding: 5px 0 5px 20px;
}

.navigation-area li ul li {
    list-style: none;
    margin: 5px 0;
}

.navigation-area li ul li:last-child {
    margin-bottom: 0
}

.navigation-area::before {
    border-bottom: 1px solid #666;
    content: "";
    display: block;
    margin: 40px 0 40px;
    width: 56px;
}

.navigation-area::after {
    border-bottom: 1px solid #666;
    content: "";
    display: block;
    margin: 40px 0;
    width: 56px;
}

.navigation-area li .fa-external-link {
    font-size: 12px;
    vertical-align: text-top;
    margin-left: 3px;
    color: #999;
}


/* Dropdown Menu
--------------------------------------------- */

.dropdown label{
	display: block;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.dropdown input[type="checkbox"].on-off,
.dropdown input[type="checkbox"].on-off +div{
	display: none;
}

.dropdown input[type="checkbox"].on-off:checked +div{
	display: block;
}

.dropdown div{
	margin: 0 0 10px;
}


/* Social Area
--------------------------------------------- */

.social-area {
    margin: 0;
    padding: 0;
}

.social-area ul {
    margin: 0;
    padding: 0;
}

.social-area li a {
    list-style-type: none;
    display: block;
    text-decoration: none;
    border-style: none;
}

.social-area li i {
    font-family: FontAwesome;
    font-size: 18px;
    color: #999;
}

.social-area li i:hover {
    color: #fff;
}

.social-area ul:after {
    content: "";
    display: block;
    clear: both;
}

.social-area li {
    margin-right: 20px;
    float: left;
    width: auto;
}

.social-area li:nth-last-child(1) {
    margin-right: 0;
}

.social-area::after {
    content: "";
    display: block;
    clear: both;
    padding-bottom: 40px;
}


/*
Site Content
---------------------------------------------------------------------------------------------------- */

.last-update {
    margin: 0 0 0 15px;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    color: #999;
}

h1.headline {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

span.updated {
    color: #e74c3c;
    text-decoration: none;
    border-bottom: 1px dotted #e74c3c;
    margin-left: 0;
}

.caption {
    margin-left: 0;
    font-size: 16px;
    font-weight: 400;
}

.caption-small {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

span.date {
    margin-left: 0;
    font-size: 18px;
    font-weight: 400;
}

.info ul {
    margin: 0;
    padding: 0;
}

.info ul li {
    margin: 0;
    padding: 0 0 15px 20px;
    position: relative;
    list-style-type: none;
}

.info ul li:before {
    content: "·";
    position: absolute;
    left: 0;
    top: 0;
}

.info li:last-child {
    padding-bottom: 0;
}


/* Thumbnail
--------------------------------------------- */

.thumb-container {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.thumb-container:after {
    content: "";
    display: block;
    clear: both;
}

.thumb-caption {
    width: 45%;
    float: left;
    padding: 0 5% 0 0;
}

.thumb-images {
    width: 50%;
    float: right;
    text-align: right;
}

.thumb-images-container {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.thumb-images-container ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.thumb-images-container li {
    margin: 0 2% 30px 0;
    display: inline-block;
    width: 48%;
}

.thumb-images-container li:nth-last-child(1) {
    margin-right: 0;
}

.thumb-caption-full {
    width: 100%;
    padding: 0;
}


/*
Pagination
---------------------------------------------------------------------------------------------------- */

.pager-container {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.pager-container:after {
    content: "";
    display: block;
    clear: both;
}

.pager-left {
    position: relative;
    float: left;
    font-size: 16px;
    text-align: center;
    margin: 10px 0 15px 0;
    padding: 0;
    width: 100px;
    height: 50px;
    background-color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.pager-left a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    border-style: none;
    line-height: 50px;
}

.pager-left a:hover {
    color: #fff;
    text-decoration: none;
    border-style: none;
}

.pager-left:hover {
    color: #fff;
    text-decoration: none;
    border-style: none;
    background-color: #666;
}

.pager-left i {
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 16px;
    color: #fff;
}

.pager-right {
    position: relative;
    float: right;
    font-size: 16px;
    text-align: center;
    margin: 10px 0 15px 0;
    padding: 0;
    width: 100px;
    height: 50px;
    background-color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.pager-right a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    border-style: none;
    line-height: 50px;
}

.pager-right a:hover {
    color: #fff;
    text-decoration: none;
    border-style: none;
}

.pager-right:hover {
    color: #fff;
    text-decoration: none;
    border-style: none;
    background-color: #666;
}

.pager-right i {
    font-family: FontAwesome;
    margin-left: 5px;
    font-size: 16px;
    color: #fff;
}

.pager-none {
    margin: 0;
    padding: 0;
    background-color: transparent;
}


/*
Media Queries (799px)
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 799px) {
    .site-container,
    .site-inner,
    .headline-left,
    .headline-right {
        max-width: 100%;
        width: auto;
        float: none;
    }
    .site-header {
        position: static;
        width: auto;
        padding: 40px 20px 30px;
        height: auto;
    }
    .site-header:after {
        content: "";
        display: block;
        clear: both;
    }
    .toggle {
        display: block;
        float: right;
        text-align: right;
        line-height: 35px;
    }
    #panel {
        margin: 0;
        padding: 0;
        display: none;
        width: 100%;
        text-align: left;
        overflow: hidden;
    }
    #head {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 0;
    }
    #panel-btn {
        display: inline-block;
        position: relative;
        width: 14px;
        height: 14px;
        margin: 0;
        left: 0;
        top: 0;
        background-color: #000;
    }
    #panel-btn,
    #panel-btn a,
    #panel-btn:hover {
        background-color: #000;
        color: #fff;
        text-decoration: none;
        border-bottom: 0 none;
    }
    #panel-btn::after {
        position: absolute;
        padding-left: 5px;
        line-height: 14px;
    }
    #panel-btn-icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 14px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background-color: #fff;
        transition: .2s;
    }
    #panel-btn-icon:before,
    #panel-btn-icon:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 14px;
        height: 2px;
        background-color: #fff;
        transition: .3s;
    }
    #panel-btn-icon:before {
        margin-top: -6px;
    }
    #panel-btn-icon:after {
        margin-top: 4px;
    }
    #panel-btn .close {
        background: transparent;
    }
    #panel-btn .close:before,
    #panel-btn .close:after {
        margin-top: 0;
    }
    #panel-btn .close:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    #panel-btn .close:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
    .navigation-area::before {
        border-bottom: 1px solid #666;
        content: "";
        display: block;
        margin: 25px 0 40px;
        width: 56px;
    }
    .social-area::after {
        padding-bottom: 5px;
    }
    .site-inner {
        padding: 30px 20px;
    }
    .thumb-caption {
        width: 100%;
        float: none;
        padding: 0;
    }
    .thumb-images {
        width: 100%;
        float: none;
        text-align: left;
    }
    .thumb-images-container li {
        margin: 0 2% 20px 0;
        width: 48%;
    }
    .pager-left, .pager-right {
        margin: 10px 0 25px;
    }
}


/*
Media Queries (599px)
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 599px) {
    .site-container,
    .site-inner,
    .headline-left,
    .headline-right {
        max-width: 100%;
        width: auto;
        float: none;
    }
    .site-header:after {
        content: "";
        display: block;
        clear: both;
        overflow: hidden;
    }
    h1.site-title {
        display: inline-block;
    }
    .site-inner {
        padding: 30px 20px;
    }
    .thumb-caption {
        width: 100%;
        float: none;
        padding: 0;
    }
    .thumb-images {
        width: 100%;
        float: none;
        text-align: left;
    }
    .thumb-images-container li {
        margin-bottom: 20px;
        display: block;
        width: 100%;
    }
    .pager-left, .pager-right {
        margin: 10px 0 15px;
    }
}
