html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*

font-family: 'Roboto', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;

*/


/* --------------------------- */


/*  base  */


/* --------------------------- */

a {
    color: #2165A9;
    text-decoration: none;
    transition: all 0.6s;
}

a:hover {
    color: #6A95D5;
}

em {
    font-family: 'Work Sans';
    font-style: italic;
}

img,
a img {
    border: 0;
    text-decoration: none;
    transition: all 0.3s;
}

a img:hover {
    opacity: 0.85;
}

img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
}

strong {
    font-weight: bold;
}


/* --------------------------- */


/*  layout  */


/* --------------------------- */

body {
    background-color: #fff;
    color: #1C1C1C;
    font-family: 'Roboto', 'Noto Sans JP', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}

html {
    font-size: 15px;
}

#wrap {
    width: 100%;
    overflow: hidden;
}

#contents {
    margin: 50px auto 20px;
    width: 980px;
}


/*  Home  */

#contentstop {
    width: 100%;
    /* background-color:rgba(255,255,255,0.2); */
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    margin-top: 60px;
}

#contentstop.top {
    background-image: url(../images/topbg.png);
}

#contentstop .kaikan {
    position: absolute;
    top: 20px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    padding: 20px 14px 15px;
    line-height: 0;
    z-index: 99;
    border-radius: 4px;
}

#contentstop .kaikan span {
    font-size: 26px;
    padding: 0 3px 0;
}

@media (max-width: 980px) {
    #contents {
        width: 95%;
        margin: 50px auto 0;
        padding: 0;
        overflow: hidden;
    }
}


/* pnkz */

.pnkz {
    margin-top: 40px;
    padding: 8px 30px;
    font-size: 0.8rem;
    background-color: #ddd;
}

.pnkz span {
    padding: 0 10px;
}

.slider {
    font-family: 'Noto Serif JP', serif;
}

.slider img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 600px;
    z-index: -1;
    position: absolute;
}

.slider div {
    position: relative;
}

.slider a {
    display: block;
    height: 600px;
    width: 100%;
    background-color: rgba(20, 20, 20, 0.4);
}

.slider div h2 {
    font-size: 38px;
    color: #fff;
    z-index: 10;
    font-weight: 700;
    padding: 0 0 0 0px;
    width: 95%;
    text-shadow: 0 0 8px #000;
    line-height: 1.4;
}

.slider div h3 {
    font-size: 23px;
    color: #fff;
    z-index: 10;
    font-weight: 700;
    padding: 5px 0 15px 3px;
    width: 95%;
    text-shadow: 0 0 8px #000;
    line-height: 1.4;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
}

.slider div h3.up {
    font-size: 23px;
    padding: 0 5px 5px 3px;
}

.slider div .text_box {
    position: absolute;
    top: 80px;
    left: 40px;
    z-index: 10;
    width: calc(100% - 40px);
}

.slider div .bunrui {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background-color: #fff;
    display: inline-block;
    width: 55px;
    border-radius: 20px;
    text-align: center;
    padding: 14px 10px;
    line-height: 0;
    margin-bottom: 15px;
    margin-left: 3px;
}

.slider div .date {
    font-size: 20px;
    color: #fff;
    z-index: 10;
    letter-spacing: 0.03em;
    margin-left: 5px;
    display: inline-block;
    padding: 3px 3px 3px 0;
    vertical-align: middle;
    text-shadow: 0 0 5px #333;
    font-family: 'Noto Sans JP', sans-serif;
}

.slider div .date span.kikan {
    font-size: 0.6em;
    padding: 5px 0 5px 0;
    width: 92px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    letter-spacing: 0;
    border: 1px solid #fff;
    line-height: 1;
    margin-bottom: 6px;
    margin-right: 5px;
}

.slider div .date span {
    font-size: 0.6em;
    letter-spacing: 0.05em;
    padding-left: 8px;
    vertical-align: middle;
}

@media (max-width: 600px) {
    .slider a {
        display: block;
        height: 80vh;
        width: 100%;
        background-color: rgba(20, 20, 20, 0.4);
    }
    .slider img {
        height: 80vh;
    }
    .slider div .text_box {
        position: absolute;
        top: 80px;
        left: 20px;
        z-index: 10;
        width: calc(100% - 40px);
    }
    .slider div h2 {
        font-size: 30px;
        width: 100%;
    }
    .slider div h3 {
        font-size: 18px;
        width: 100%;
    }
}

.today {
    width: 100%;
    border: 1.5px solid #007ED0;
    padding: 15px 0 13px;
    margin-top: 45px;
    background-color: #fff;
    border-radius: 5px;
}

.today .today_inn {
    display: table;
    font-size: 20px;
}

.today .today_inn li {
    display: table-cell;
    vertical-align: middle;
}

.today .today_inn li:nth-child(1) {
    font-weight: bold;
    padding: 0 30px 0 25px;
}

.today .today_inn li.date {
    padding-right: 30px;
}

.today .today_inn li.date span {
    font-size: 0.8em;
}

.today .today_inn li.btn {
    padding: 0 20px 0 0;
}

.today .today_inn li.btn a {
    display: block;
    padding: 5px;
    text-align: center;
    width: 155px;
    border-radius: 5px;
    box-shadow: 0 1px 3px #aaa;
    font-size: 14px;
    color: #333;
}

.month {
    margin-top: 30px;
    /* background-image: url(../images/bg_dot.png); */
    text-align: center;
    padding: 30px 0 40px;
}

.month h2 {
    font-size: 26px;
    padding: 5px 0 10px;
    font-weight: 700;
}

.month .read {
    font-size: 16px;
    padding: 0 0 30px;
}

.month .f_box_month {
    display: flex;
    margin: 0 auto;
    width: 980px;
}

.month .f_box_month .box_in {
    flex-direction: row;
    width: 33.33%;
    margin: 0 8px;
}

.month .f_box_month .top_img_a {
    display: block;
    background-color: #f0f0f0;
}

.month .f_box_month .box_in img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top center;
    transition: all 0.3s;
    border-radius: 4px;
}

.month .f_box_month .box_in img:hover {
    opacity: 0.85;
}

.month .f_box_month .box_in .category {
    margin: 7px auto 2px;
    padding: 3px 10px;
    border: 1px solid #007ED0;
    color: #007ED0;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
}

.month .f_box_month .box_in h3 {
    padding: 2px 0;
    font-size: 18px;
    color: #333;
    line-height: 1.4;
}

.month .f_box_month .box_in h4 {
    padding: 0 0 5px;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

.month .f_box_month .box_in h4.up {
    padding: 2px 0 0;
    font-size: 13px;
    color: #333;
    line-height: 1.4;
}

.month .f_box_month .box_in .date {
    padding: 3px 0;
    font-size: 14px;
    font-weight: 700;
}

.month .f_box_month .box_in .date span {
    font-size: 0.8em;
    padding: 0 4px;
    display: none;
}

@media (max-width: 980px) {
    .today {
        width: 95%;
        margin: 0 auto;
        border: 1.5px solid #007ED0;
        padding: 15px 0 13px;
        margin-top: 45px;
        background-color: #fff;
        border-radius: 5px;
    }
    .today .today_inn {
        display: block;
        width: 100%;
        line-height: 1.8;
        text-align: center;
    }
    .today .today_inn li {
        display: inline-block;
        text-align: center;
    }
    .today .today_inn li.date {
        padding-right: 0;
        font-size: 16px;
    }
    .today .today_inn li.btn {
        text-align: center;
        padding: 5px 0;
        margin: 3px 10px;
    }
    .today .today_inn li.btn a {
        display: block;
        padding: 5px;
        margin: 0 auto;
    }
    .month .read {
        font-size: 15px;
        padding: 0 15px 30px;
        line-height: 1.3;
    }
    .month .f_box_month {
        display: flex;
        margin: 0 auto;
        width: 100%;
    }
    .month .f_box_month .box_in {
        flex-direction: row;
        width: 33.33%;
        margin: 0 8px;
    }
}

@media (max-width: 600px) {
    .today {
        width: 95%;
        margin: 0 auto;
        border: 1.5px solid #007ED0;
        padding: 15px 0 13px;
        margin-top: 45px;
        background-color: #fff;
        border-radius: 5px;
    }
    .month .read {
        font-size: 15px;
        padding: 0 15px 30px;
        line-height: 1.3;
    }
    .month .f_box_month {
        display: block;
        margin: 2.5% auto;
        width: 95%;
    }
    .month .f_box_month .box_in {
        flex-direction: row;
        width: 100%;
        margin: 0 0 20px;
    }
}

section.cho_wrap {
    background-image: url(../images/bg_cho_bn.jpg);
    background-size: cover;
    background-position: center center;
    width: 680px;
    margin: 30px auto;
    padding: 0;
    border-radius: 5px;
}

section.cho_wrap a {
    display: block;
    transition: all .5s;
    color: #333;
}

section.cho_wrap .cho_bn {
    width: 100%;
    border-radius: 5px;
    margin: 0 0;
    /*height: 94px;*/
    display: flex;
    align-items: center;
    background-color: rgba(240, 240, 240, 1);
    transition: all .5s;
}

section.cho_wrap .cho_bn:hover {
    background-color: rgba(222, 222, 222, 0.98);
}

section.cho_wrap .cho_bn img {
    width: 285px;
    height: 180px;
    object-fit: cover;
    object-position: center center;
    padding: 0 20px 0 0;
}

section.cho_wrap .cho_bn .title {
    margin-right: 10px;
}

section.cho_wrap .cho_bn h2 {
    font-size: 24px;
    margin-top: 10px;
    padding-bottom: 7px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
}

section.cho_wrap .cho_bn .tsunen {
    font-size: 16px;
    padding: 10px 0 15px 3px;
}

section.cho_wrap .cho_bn .tsunen_up {
    padding: 10px 0 5px 3px;
}

section.cho_wrap .cho_bn .text {
    font-size: 17px;
    line-height: 1.6;
    padding: 0 30px 0 3px;
    display: flex;
    align-items: center;
}

section.cho_wrap .cho_bn .text span.kikan {
    font-size: 12px;
    padding: 2px 10px;
    margin-right: 5px;
    border: 1px solid #999;
    border-radius: 4px;
    display: inline-block;
    line-height: 1.4;
}

section.cho_wrap .cho_bn .text span.yobi {
    font-size: 13px;
    padding-left: 2px;
    display: none;
}

@media (max-width: 600px) {
    section.cho_wrap {
        width: 95%;
        margin: 30px auto;
        background: none;
    }
    section.cho_wrap a {
        display: block;
        transition: all .5s;
        color: #333;
    }
    section.cho_wrap .cho_bn {
        width: 95%;
        border-radius: 5px;
        margin: 0 0;
        /*height: 94px;*/
        display: block;
        align-items: center;
        background-color: rgba(240, 240, 240, 1);
        transition: all .5s;
        padding: 10px 15px 20px;
    }
    section.cho_wrap .cho_bn img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        object-position: center center;
        padding: 0;
    }
}

.event,
.news {
    margin-top: 30px;
    text-align: center;
    padding: 30px 0 40px;
}

.event h2,
.news h2 {
    font-size: 26px;
    padding: 0 0 20px;
    font-weight: 700;
}

.event h2 span,
.news h2 span {
    font-size: 16px;
    padding: 0 0 5px;
    font-weight: normal;
    display: block;
}

.event .f_box_event {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    width: 980px;
}

.event .f_box_event .box_in {
    margin: 0 5px;
    width: 50%;
    text-align: left;
    border-radius: 5px;
}

.event .f_box_event .box_in .text_box {
    float: right;
    /* border: 5px solid #eee;*/
    width: calc(100% - 270px);
    height: 205px;
}

.event .f_box_event .box_in img {
    width: 260px;
    height: 215px;
    object-fit: cover;
    object-position: center center;
    float: left;
    transition: all 0.3s;
}

.event .f_box_event .box_in img:hover {
    opacity: 0.85;
}

.event .f_box_event .box_in .category {
    margin: 20px 0 2px 13px;
    padding: 3px 10px;
    border: 1px solid #007ED0;
    color: #007ED0;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
}

.event .f_box_event .box_in h3 {
    padding: 8px 13px;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

.event .f_box_event .box_in .date {
    padding: 16px 13px 4px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

.event .f_box_event .box_in .date span {
    font-size: 0.8em;
    padding: 0 4px;
}

.news dl {
    display: table;
    margin: 0 auto 15px auto;
    padding-bottom: 3px;
    border-bottom: 1px solid #333;
}

.news dl dt,
.news dl dd {
    display: table-cell;
}

.news dl dt {
    padding-right: 20px;
}

.insta {
    padding-top: 0px;
}

.news_btn {
    margin-top: 40px;
}

.news_btn a {
    background-color: #007ED0;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    color: #fff;
    font-weight: bold;
}

@media (max-width: 980px) {
    .event .f_box_event {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .event .f_box_event .box_in {
        margin: 10px 5px 0;
        display: block;
        width: 90%;
        height: 250px;
        margin-left: 5%;
        text-align: left;
        border-radius: 5px;
    }
    .event .f_box_event .box_in .text_box {
        float: right;
        width: calc(100% - 270px);
        height: 205px;
    }
}

@media (max-width: 600px) {
    .event .f_box_event {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .event .f_box_event .box_in {
        margin: 10px 5px 0;
        display: block;
        width: 90%;
        height: 250px;
        margin-left: 5%;
        text-align: left;
        border-radius: 5px;
    }
    .event .f_box_event .box_in img {
        width: 100%;
        height: 240px;
        float: none;
    }
    .event .f_box_event .box_in .text_box {
        float: right;
        width: calc(100%);
        height: auto;
        padding-bottom: 20px;
    }
    .news_btn {
        margin-top: 20px;
    }
    .news dl {
        display: block;
        margin: 0 auto 15px auto;
        line-height: 1.3;
        padding-bottom: 10px;
        border-bottom: 0px solid #333;
    }
    .news dl dt,
    .news dl dd {
        display: block;
        line-height: 1.6;
        padding: 0 10px;
    }
    .news dl dt {
        padding-right: 20px;
    }
}


/* page */


/* about */

.entry .title {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
}

.entry .title.about {
    background-image: url(../images/title/about.jpg);
}

.entry .title.found {
    background-image: url(../images/title/found.jpg);
}

.entry .title.exhi {
    background-image: url(../images/title/exhi.jpg);
}

.entry .title.painting {
    background-image: url(../images/title/painting.jpg);
}

.entry .title.kokeshi {
    background-image: url(../images/title/kokeshi.jpg);
}

.entry .title.cho {
    background-image: url(../images/title/cho.jpg);
}

.entry .title.sche {
    background-image: url(../images/title/sche.jpg);
}

.entry .title.extra {
    background-image: url(../images/title/extra.jpg);
}

.entry .title.access {
    background-image: url(../images/title/access.jpg);
}

.entry .title.facility {
    background-image: url(../images/title/facility.jpg);
}

.entry .title.shop {
    background-image: url(../images/title/shop.jpg);
}

.about_text {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
}

.entry .aisatsu_wrap {
    display: flex;
    width: 100%;
}

.entry .aisatsu_wrap .aisatsu {
    width: 50%;
    margin: 0 25px;
    line-height: 2;
    text-align: justify;
    font-family: 'Noto Serif JP', serif;
}

.entry .aisatsu_wrap .aisatsu h3 {
    font-size: 20px;
    width: 100%;
    margin: 40px 0 20px;
    padding: 0;
    font-family: 'Noto Serif JP', serif;
}

.entry .aisatsu_wrap .sign {
    margin: 10px 0 0 auto;
    text-align: right;
}

.entry .aisatsu span {
    font-size: 0.8rem;
    padding-top: 5px;
}

.entry .title h2 {
    background-color: #fff;
    display: inline-block;
    padding: 2px 15px;
    font-size: 1.8rem;
}

.entry .title h2.type2 {
    background-color: #fff;
    display: inline-block;
    padding: 3px 32px 3px 15px;
    line-height: 1.2;
    font-size: 1.8rem;
    margin-bottom: 100px;
}

.entry .title h2.type2 p {
    font-size: 0.9rem;
    padding-bottom: 0;
    letter-spacing: 0;
}

.entry p.title_fd_mini {
    background-color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 2px 15px;
    font-size: 0.85rem;
}

.entry .title_txt_wrap {
    width: 100%;
}

.entry .title .read {
    background-color: #fff;
    display: inline-block;
    max-width: 66%;
    margin-top: 20px;
    padding: 10px 15px;
    line-height: 1.6;
}

.title.noneimg {
    font-family: 'Noto Serif JP', serif;
    width: 100%;
    color: #fff;
    padding: 40px 0;
    font-size: 30px;
    background-color: #aaa;
    text-align: center;
    margin-top: 70px;
}

.entry h3.h3c {
    font-weight: bold;
    padding: 60px 0 40px;
    font-size: 1.4rem;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.ab_box_wrap {
    display: flex;
    background-color: #efefef;
    border-radius: 5px;
    padding: 20px 10px 25px;
}

.ab_box {
    padding: 0 10px;
    width: 33.3%;
}

.ab_box.paint_about img {
    height: 217.05px;
    width: 100%;
    object-fit: cover;
}

.entry .ab_box h4 {
    color: #333;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
}

.entry h4.topboder {
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.entry h4.h4c {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.entry h4.h4c.left {
    text-align: left;
}

.entry h4.h4c.big {
    font-size: 2rem;
    position: relative;
    display: block;
    padding: 0 55px;
    text-align: center;
    margin: 60px auto 25px;
}

.entry h4.h4c.big:before,
.entry h4.h4c.big:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: calc(50% - 8.8rem);
    height: 1px;
    background-color: black;
}

.entry h4.h4c.big:before {
    left: 0;
}

.entry h4.h4c.big:after {
    right: 0;
}

.ab_box img {
    width: 100%;
}

.ab_box .ab_box_txt {
    padding: 10px 15px;
    text-align: justify;
}

.kupu_box {
    display: flex;
    align-items: flex-start;
}

.kupu_box img {
    width: 80px;
    padding-right: 20px;
    object-fit: contain;
}

@media (max-width: 600px) {
    .entry h3.h3c {
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }
    .ab_box_wrap {
        display: block;
    }
    .ab_box {
        padding: 0;
        width: 100%;
    }
    .entry .aisatsu_wrap {
        display: block;
        width: 95%;
        margin: 0 auto;
    }
    .entry .aisatsu_wrap .aisatsu {
        width: 100%;
        margin: 0 0;
    }
    .about_text {
        width: 95%;
        margin: 0 auto;
    }
}


/* room */

.ab_box_wrap.room {
    background-color: #f4f4f4;
    border-radius: 5px;
    padding: 10px 10px 15px;
    margin-top: 90px;
}

.ab_box_wrap.room .room_box {
    position: relative;
    height: 205px;
}

.ab_box_wrap.room .room_box img {
    position: absolute;
    z-index: 1;
}

.entry .ab_box_wrap.room .room_box .room_txt {
    position: absolute;
    bottom: 15px;
    right: 10px;
    width: 150px;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    padding: 1px 10px 0;
    z-index: 2;
}

.now_exh {
    display: flex;
}

.now_exh .exh_box {
    width: 32%;
    line-height: 0;
}

.now_exh .exh_box:nth-child(2) {
    margin: 0 1%;
}

.now_exh .exh_box .exh_img_box {
    width: 100%;
    background-color: #e4e4e4;
    text-align: center;
    padding: 0;
}

.entry .now_exh .exh_box .exh_img_box img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 5px;
}

.now_exh .exh_box a {
    color: #333;
}

.now_exh .exh_box h4 {
    font-size: 0.9rem;
    padding-top: 5px;
    line-height: 1.4;
}

.now_exh .exh_box p.exh_date {
    font-size: 0.8rem;
    padding-top: 5px;
    line-height: 1.4;
}

.tolist {
    width: 150px;
    margin: 5px auto 40px auto;
    text-align: center;
    background-color: #2165A9;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 3px 0;
    border-radius: 20px;
    transition: all 0.3s;
}

.tolist:hover {
    background-color: #999;
}

.tolist a {
    width: 150px;
    display: block;
    color: #fff;
}

@media (max-width: 600px) {
    .now_exh {
        display: block;
    }
    .now_exh .exh_box {
        width: 100%;
        line-height: 0;
    }
    .now_exh .exh_box:nth-child(2) {
        margin: 15px 0;
    }
}


/* found */

.found_text_box {
    margin: 20px auto;
    text-align: justify;
    width: 85%;
}

.found_text_box dl.found {
    display: flex;
}

.found_text_box dl.found dt {
    width: 100px;
}

.fd_ol1 {
    list-style: decimal;
    margin-left: 15px;
    text-align: left;
}

.fd_ol12 {
    list-style: upper-alpha;
    margin-left: 1.2em;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
}

.fd_box {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.fd_box.jc.ad {
    flex-direction: column;
    justify-content: start;
    text-align: left;
    align-items: flex-start;
}

.fd_box.jc p {
    text-align: center;
}

.fd_box p {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.entry .fd_box_archive p {
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: center;
    padding: 0;
}

.btn_archives {
    margin: 20px auto 10px 0;
    display: table;
    padding: 5px 25px;
    border-radius: 20px;
    background-color: #2165A9;
    font-weight: bold;
}

.btn_archives a {
    color: #fff;
}

.unker {
    padding-top: 80px !important;
    margin-top: -80px !important;
}

.found_link {
    display: flex;
    justify-content: flex-start;
    padding: 20px 0 20px;
}

.found_link li {
    padding: 0 20px 0 0;
}

.found_link li a {
    color: #fff;
    background-color: #2165A9;
    padding: 3px 0;
    display: block;
    width: 190px;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
}

.fd_tsuite_box {
    padding: 0 0 10px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.fd_box_ad {
    display: flex;
    align-items: flex-start;
}

.fd_box_ad img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    margin-left: 10px;
    border-radius: 4px;
    flex-shrink: 0;
}

.fd_box_ad ol.fd_ol_ad {
    counter-reset: number;
    list-style-type: none !important;
    padding: 0.5em;
}

.fd_box_ad ol.fd_ol_ad li {
    position: relative;
    padding-left: 27px;
    line-height: 1.7em;
    padding: 0.5em 0.5em 0.5em 30px;
    text-align: left;
}

.fd_box_ad ol.fd_ol_ad li span {
    display: inline-block;
    padding: 2.5px 8px;
    border: 1px solid #999;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 7px;
    line-height: 1;
}

.fd_box_ad ol.fd_ol_ad li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*以下数字のデザイン変える*/
    display: inline-block;
    background: #2165A9;
    color: white;
    font-size: 14px;
    border-radius: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    /*以下 上下中央寄せのため*/
    top: 5px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.fd_box_ad ol.fd_ol_ad ol {
    list-style-type: decimal;
}

.fd_box_ad ol.fd_ol_ad ol li {
    padding: 0.5em 0.5em 0.5em 0;
    margin-left: 1em;
    text-align: left;
}

.fd_box_ad ol.fd_ol_ad ol li:before {
    display: none;
}

.fd_box_ad ol.fd_ol_ad ol li ol {
    list-style-type: katakana-iroha;
    text-align: left;
}

.fd_box_ad ol.fd_ol_ad ol li ol li {
    margin-left: 2em;
}

.fd_ad_btn {
    margin: 5px auto 10px 0;
    display: table;
    padding: 5px 25px;
    border-radius: 20px;
    background-color: #2165A9;
    font-weight: bold;
}

.fd_ad_btn a {
    color: #fff;
}

.entry h4.h4c.josei {
    font-size: 21px;
    margin: 30px auto 0;
    padding: 0;
}

.entry h5.fd_adh5 {
    font-size: 18px;
    margin-top: 45px;
}

.scroll-table table {
    display: table;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.fd_tb {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    width: 100%;
    color: #666;
}

.fd_tb tr:first-child {
    background-color: #eee;
}

.fd_tb tr:nth-child(2) {
    background-color: #ddd;
}

.fd_tb tr:last-child {
    background-color: #eee;
}

.fd_tb td {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    vertical-align: middle;
    padding: 3px 0;
    text-align: center;
}

.fd_box_ad ol.fd_ol_ad ol.ol_maru {
    margin: 0;
    padding: 5px 0 0;
}

.fd_box_ad ol.fd_ol_ad ol.ol_maru li {
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
    line-height: 1.6;
    padding: 3px 0;
}

@media (max-width: 600px) {
    .found_text_box {
        width: 95%;
    }
    .fd_box {
        display: block;
    }
    .entry h4.h4c.big {
        font-size: 1.6rem;
        position: relative;
        display: block;
        padding: 0;
        text-align: center;
        margin: 30px auto 15px;
    }
    .found_link {
        display: block;
        padding: 20px 0 20px;
    }
    .found_link li {
        margin: 10px auto;
        padding: 0;
        text-align: center;
    }
    .found_link li a {
        margin: 0 auto;
    }
    .fd_box_ad {
        display: block;
    }
    .fd_box_ad ol.fd_ol_ad {
        padding: 0em;
    }
    .fd_box_ad ol.fd_ol_ad li {
        padding: 0.5em 0 0.5em 30px;
    }
    .fd_box_ad img {
        width: 100%;
        height: 200px;
        margin: 0 auto;
    }
    .found_text_box dl.found {
        display: block;
        margin-bottom: 15px;
    }
    .scroll-table table {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}


/* table scroll */

.scroll-table table td.ti {
    text-align: left;
    padding: 5px 0 5px 10px;
}


/* exhibition room */

.flmap_box {
    display: flex;
}

.entry .flmap_box img {
    padding-right: 25px;
    width: 48%;
    flex-shrink: 0;
    object-fit: contain;
}

.entry .flmap_box img:last-child {
    padding-right: 0;
    object-fit: contain;
    flex-shrink: 0;
}

@media (max-width: 600px) {
    .flmap_box {
        display: block;
    }
    .entry .flmap_box img {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }
}


/* nenkan */

.sche_note {
    font-size: 0.8rem;
    text-align: right;
}

.sche_box {
    display: flex;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 0px solid #eee;
}

.sche_box:nth-child(odd) {
    background-color: #eee;
    /* background-color: rgb(218, 255, 238);*/
}

.sche_box div.list_wrap {
    display: flex;
    align-items: center;
}

.entry .sche_box h3 {
    font-size: 3.2rem;
    line-height: 0.7;
    text-align: center;
    color: #333;
    width: 100px;
    flex-shrink: 0;
}

.entry .sche_box h3 span {
    font-size: 1.4rem;
    color: #666;
}

.entry .sche_box h4 {
    font-size: 1rem;
    margin-right: 1.5em;
    line-height: 1.6;
    flex-shrink: 1;
}

.entry .sche_box span.cat_nenkan {
    padding: 1px 0;
    line-height: 1.6;
    margin-right: 10px;
    background-color: #666;
    color: #fff;
    text-align: center;
    width: 70px;
    display: inline-block;
    font-size: 0.85rem;
    border-radius: 20px;
    border: 1px solid #666;
    flex-shrink: 0;
    font-weight: bold;
}

.entry .sche_box span.cat_nenkan.event {
    background-color: #4FAAF4;
    color: #FFF;
    margin-top: 0;
}

.entry .sche_box span.cat_nenkan.cho {
    /* background-color:#D7DBEE;
	color:#20408A; */
}

.entry .sche_box span.cat_nenkan.painting {
    /* background-color:#999; */
}

.entry .sche_box span.cat_nenkan.kokeshi {
    /*background-color:#F8EFE4;
	color:#75360D;*/
}

.entry .sche_box span.date_nenkan {
    flex-shrink: 0;
    padding: 0 15px 0 0;
}


/* extracurricular */

.entry h3.h3c.large {
    font-size: 2.0rem;
    font-weight: bold;
    padding: 40px 0 10px;
}

.entry h3.h3c.middle {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 40px 0 10px;
}

.entry h3.h3c.large span {
    font-size: 1.4rem;
}

.extra_box {
    display: flex;
}

.extra_box.fac {
    display: flex;
    justify-content: space-between;
}

.extra_box img.extra {
    width: 285px;
    flex-shrink: 0;
    margin-right: 30px;
}

.extra_box img.fac {
    width: 300px;
    flex-shrink: 0;
    margin-left: 50px;
    height: auto;
    object-fit: contain;
}

.entry .extra_box .extra_text.fac h5 {
    padding: 0;
}

.entry .fac_text:nth-child(2) {
    margin: 0 20px;
}

.entry .fac_text h5 {
    line-height: 1;
    padding: 0 0 30px;
}

.entry .fac_text.book {
    width: 313px;
    flex-shrink: 0;
}

@media (max-width: 600px) {
    .extra_box {
        display: block;
    }
    .entry .fac_text:nth-child(2) {
        margin: 0 0;
    }
    .fac_text img {
        width: 100%;
        object-fit: cover;
    }
    .entry .fac_text.book {
        width: 100%;
        flex-shrink: 0;
    }
    .sche_note {
        text-align: left;
        line-height: 1.3;
    }
    .sche_box {
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sche_box div.list_wrap {
        display: block;
        padding: 5px 10px;
    }
    .extra_box.fac.mt30 {
        display: block;
        margin: 0 !important;
    }
    .extra_box img.fac {
        width: 100%;
        margin-left: 0;
    }
    .extra_box img.extra {
        width: 100%;
        flex-shrink: 0;
        margin-right: 0;
    }
}


/* access */

.gmap iframe {
    width: 100%;
}

.access_text {
    line-height: 2.6;
    text-align: left;
    margin-left: 20px;
    margin-top: 10px;
}

.access_text i {
    padding-right: 5px;
    color: #666;
}

.map_box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.a_map {
    text-align: center;
    width: 50%;
}

.a_map img {
    width: 100%;
    margin: 0 auto 30px;
}


/* contact */

.wpcf7-text {
    padding: 5px;
    border: 1px solid #ccc;
}

.wpcf7-textarea {
    padding: 5px;
    border: 1px solid #ccc;
    width: 50%;
}

.wpcf7-submit {
    padding: 10px 40px;
    letter-spacing: 0.1em;
    font-size: 1rem;
    border-radius: 10px;
    border: 1px solid #eee;
}

@media (max-width: 600px) {
    .map_box {
        display: block;
    }
    .a_map {
        text-align: center;
        width: 100%;
    }
    .entry h3.h3c.middle {
        padding: 0 0 10px;
    }
    .access_text {
        line-height: 2.6;
        text-align: left;
        margin-left: 0;
        margin-top: 0;
    }
    .entry p.mt50 {
        margin-top: 0 !important;
    }
}


/* single */

.entry h3.cate {
    width: 120px;
    background-color: #666;
    border-radius: 20px;
    font-size: 1rem;
    padding: 2px 0;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

.entry h3.cate a {
    color: #fff;
}

.contetn_box {
    display: flex;
}

.entry .contetn_box .main {
    width: 68%;
    margin: 0 30px 0 0;
}

.entry .contetn_box .main .info {
    font-size: 0.8rem;
}

.entry .contetn_box .main img {
    max-width: 100%;
    line-height: 1;
}

.entry .contetn_box .main,
.entry .contetn_box .sub {
    line-height: 1.2;
}

.entry .contetn_box .main p,
.entry .contetn_box .sub p {
    line-height: 1.9;
    text-align: justify;
}

.entry .contetn_box p.cap {
    padding: 0 0 15px;
    font-size: 0.75rem;
    line-height: 1.3;
}

.entry .contetn_box .sub {
    width: 32%;
}

@media (max-width: 600px) {
    .entry h3.cate {
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .contetn_box {
        display: block;
    }
    .entry .contetn_box .main {
        width: 97%;
        margin: 0 auto;
    }
    .entry .contetn_box .sub {
        width: 97%;
        margin: 0 auto;
    }
}

.arr_wrap {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.arr_wrap i {
    color: #2165A9;
}

.cate_navi .f_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cate_navi .f_box .navi_box {
    width: 25%;
    text-align: center;
    position: relative;
    margin: 0 10px 0 0;
    padding: 0;
}

.cate_navi .f_box .navi_box a {
    display: flex;
    background-color: #ccc;
    padding: 8px;
    border-radius: 5px;
    transition: all 0.5s;
}

.cate_navi .f_box .navi_box a:hover {
    background-color: #eee;
}

.cate_navi .f_box .navi_box img {
    width: 100px;
    height: 70px;
    text-align: center;
    z-index: 1;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 3px;
}

.cate_navi .f_box .navi_box p {
    font-weight: bold;
    text-align: center;
    padding-top: 35px;
    padding-left: 0;
    line-height: 0;
    width: 130px;
}

.cate_navi .f_box .navi_box p span {
    text-align: center;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 1.0rem;
    line-height: 0;
    font-weight: normal;
    color: #222;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .cate_navi .f_box {
        display: block;
    }
    .cate_navi .f_box .navi_box {
        width: 85%;
        text-align: center;
        position: relative;
        margin: 0 0 2% 8%;
        padding: 0;
    }
    .arr_wrap {
        display: block;
        padding: 30px 0;
    }
    .arr_wrap .prev {
        padding-bottom: 20px;
    }
}


/* category */

.entry .cate_list_box {
    display: flex;
    flex-wrap: wrap;
}

.cate_list_box div.wrap_box {
    width: 50%;
    margin: 20px 0;
    line-height: 0.8;
}

.cate_list_box div.wrap_box .in_cate {
    display: flex;
}

.cate_list_box div.wrap_box .in_cate .text {
    line-height: 1.4;
    padding: 0 15px;
}

.cate_list_box div.wrap_box .in_cate h5 {
    font-size: 1rem;
    line-height: 1.4;
}

.cate_list_box div.wrap_box .in_cate .subt {
    font-size: 0.9rem;
}

.cate_list_box div.wrap_box .in_cate .exh_date {
    padding-top: 5px;
}

.cate_img_a {
    display: inline-block;
    width: 148px;
    text-align: center;
    background-color: #eee;
    flex-shrink: 0;
}

.cate_list_box div.wrap_box .in_cate img {
    height: 120px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 4px;
}

@media (max-width: 600px) {
    .entry .cate_list_box {
        display: block;
    }
    .cate_list_box div.wrap_box {
        width: 100%;
        margin: 20px 0;
        line-height: 0.8;
    }
    .cate_img_a {
        width: 140px;
        text-align: center;
        background-color: #eee;
        flex-shrink: 0;
    }
    .cate_list_box div.wrap_box .in_cate img {
        height: 110px;
    }
}


/* Page_navi */

.tablenav {
    clear: both;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
}

a.page-numbers,
.tablenav .current {
    display: inline-block;
    font-size: 0.85rem;
    text-decoration: none;
    border-radius: 4px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #aaa;
    padding: 4px 8px;
    margin: 0 5px 20px 5px;
}

a.page-numbers:hover {
    border-color: #666;
    background-color: #eee;
}

.tablenav .current,
.wp-pagenavi span.current {
    font-weight: bold;
    background-color: #666;
    color: #fff;
}

.page_navi {
    margin-top: 10px;
}

.page_navi:after {
    content: "";
    display: table;
    clear: both;
}

.page_navi li {
    float: left;
    list-style: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.page_navi li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.page_navi li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #ddd;
}

.page_navi li.current span {
    color: #FFF;
    background-color: #ddd;
    display: inline-block;
    padding: 7px 10px;
}

.page_navi li a {
    color: #307dd5;
    display: inline-block;
    text-decoration: none;
    padding: 7px 10px;
}

.page_navi li a:hover {
    color: #afcdef;
}

.page_navi li.page_nums span {
    color: #fff;
    display: inline-block;
}


/* news */

.box_li {
    line-height: 2;
}

.box_li span {
    font-weight: bold;
    color: #333;
    padding-right: 10px;
    font-size: 0.9rem;
}


/* footer */

footer {
    width: 100%;
    background-color: #ccc;
}

footer .footwrap {
    width: 980px;
    margin: 10px auto 0;
    padding: 30px 0 15px;
}

footer .footwrap ul {
    display: table;
    width: 100%;
}

footer .footwrap ul li {
    display: table-cell;
    padding: 10px 0 0;
    vertical-align: top;
}

footer .footwrap ul li:nth-child(2) {
    text-align: right;
    padding-bottom: 10px;
}

footer .footwrap .footlogo img {
    width: 200px;
    height: auto;
    opacity: 1;
}

footer .footwrap .footlogo p {
    font-size: 14px;
    color: #333;
    line-height: 1;
    padding: 0 0 8px;
}

footer .footwrap dl {
    display: table;
    line-height: 1;
    vertical-align: middle;
    font-size: 14px;
}

footer .footwrap dl dt,
footer .footwrap dl dd {
    display: table-cell;
}

footer .footwrap dl dt span {
    padding: 5px 0 3px;
    line-height: 1;
    text-align: center;
    width: 80px;
    border: 1px solid #999;
    background-color: #eee;
    display: inline-block;
    font-size: 14px;
    border-radius: 3px;
}

footer .footwrap dl dd {
    padding: 6px 0 4px 15px;
    line-height: 1.8;
    color: #222;
}

footer .footwrap p.foottext {
    font-size: 13px;
    padding: 10px 0;
    line-height: 1.6;
    width: 615px;
}

footer ul li .footbtn {
    width: 260px;
    text-align: center;
    margin: 0 0 auto auto;
}

footer ul li .footbtn2 {
    width: 260px;
    text-align: center;
    margin: 20px 0 auto auto;
    font-size: 0.8rem;
}

footer ul li .footbtn2 a {
    color: #444;
}

footer ul li .footbtn span {
    display: block;
    font-size: 12px;
    padding: 0 0 8px;
}

footer ul li .footbtn a {
    width: 260px;
    display: block;
    padding: 18px 0;
    color: #333;
    border: 1px solid #666;
    background-color: #eee;
    font-size: 18px;
    transition: all 0.5s;
    border-radius: 5px;
}

footer ul li .footbtn a:hover {
    border: 1px solid #666;
    background-color: #fcfcfc;
}

footer .foot_un_menu {
    padding: 20px 0 0;
    font-size: 13px;
    text-align: center;
}

footer .foot_un_menu a {
    color: #333;
    transition: all 0.5s;
}

footer .foot_un_menu a:hover {
    color: #007ED0;
}

footer .copyright {
    text-align: center;
    padding: 15px 0 0;
    font-size: 13px;
    width: 100%;
}

.footmenu {
    width: 980px;
    margin: 0 auto;
    padding: 30px 0 0;
}

.footmenu ul {
    display: table;
    width: 100%;
    line-height: 2;
}

.footmenu ul li {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    font-size: 0.9rem;
}

.footmenu ul li:nth-child(2),
.footmenu ul li:nth-child(3),
.footmenu ul li:nth-child(4) {
    padding-top: 1.9em;
}

.footmenu ul li a {
    color: #222;
    transition: all 0.3s;
}

.footmenu ul li a:hover {
    color: #2165A9;
}

.footmenu ul li span {
    font-size: 0.65rem;
}

.footmenu ul li .foot_top {
    font-size: 1.05rem;
}

.footlogo_center {
    text-align: center;
    padding: 0 0 15px;
    line-height: 1.6;
}

.footlogo_center a {
    color: #555;
}

.footlogo_center h4 {
    font-size: 14px;
}

.footlogo_center h1 {
    font-size: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: bold;
}

.footlogo_center h1 span {
    font-size: 17px;
    padding-left: 8px;
}

@media (max-width: 980px) {
    .footmenu {
        width: 95%;
    }
    footer .footwrap {
        width: 95%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    footer .footwrap ul {
        display: block;
        width: 95%;
        margin: 0 auto;
    }
    footer .footwrap ul li {
        display: block;
    }
    #contents.insta {
        overflow: hidden;
    }
    .footmenu {
        padding: 0;
    }
    .footmenu ul {
        display: none;
    }
    .footlogo {
        text-align: center;
    }
    footer .copyright {
        text-align: center;
        padding: 0 0;
        width: 90%;
        margin-left: 5%;
        line-height: 1.3;
    }
    footer ul li .footbtn {
        width: 260px;
        text-align: center;
        margin: 0 auto 0 auto;
    }
    .box_li {
        line-height: 1.6;
        padding-bottom: 10px;
    }
    footer .footwrap dl {
        display: block;
        font-size: 0.9em;
    }
    footer .footwrap dl dt {
        font-size: 0.9em;
        display: block;
    }
    footer .footwrap dl dd {
        padding: 6px 0 4px 0;
        line-height: 1.8;
        width: 100%;
        color: #222;
        font-size: 14px;
        display: block;
    }
    footer .footwrap dl dd span {
        display: block;
    }
    footer .foot_un_menu {
        padding: 0 0 10px;
        font-size: 0.85em;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .footmenu {
        display: none;
    }
}

@media screen and (min-width:600px) and ( max-width:980px) {}


/* ---english--- */

.footen li dl dt span {
    width: 125px;
    font-size: 13px;
}

#hnavi li:nth-child(2).en {
    font-size: 17.6px;
    line-height: 1;
}

.entry .now_exh .exh_box .exh_img_box.en img {
    height: auto;
    border-radius: 0;
    object-fit: contain;
}


/*  Header  */

body.customize-support #wrap #top-head {
    margin-top: 32px;
}


/* Toggle Button */

#nav-toggle {
    position: absolute;
    z-index: 9999;
    width: 35px;
    height: 30px;
    cursor: pointer;
    padding: 21px 10px 4px;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #212121;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 12px;
}

#nav-toggle span:nth-child(3) {
    top: 24px;
}


/* menu */

#top-head,
.inner {
    width: 100%;
    padding: 0;
}

#top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
    display: block;
    z-index: 99999;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.inner {
    height: 70px;
    overflow: hidden;
}


/* Fixed reset */

#top-head.fixed {
    padding-top: 0;
    /*background: transparent;*/
}

#mobile-head {
    background: #fff;
    width: 55px;
    position: relative;
    margin: 0 10px 0 auto;
}

#hnavi {
    display: table;
    width: calc(100% - 100px);
    float: left;
    padding-top: 16px;
}

#hnavi li {
    display: table-cell;
    vertical-align: middle;
}

#hnavi li a {
    color: #212121;
}

#hnavi li:nth-child(2) {
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 0.95;
}

#hnavi li:nth-child(2) span {
    font-size: 14.7px;
    padding-right: 5px;
}

#hnavi li:nth-child(2) span.zaidan {
    font-size: 12.6px;
    padding-right: 0;
    font-weight: 400;
}

#hnavi li:nth-child(2) span.zaidan.en {
    padding-bottom: 4px;
    display: block;
}

#hnavi li:nth-child(3) {
    text-align: right;
    width: 105px;
    font-size: 16px;
    padding-top: 0px;
}

#hnavi li h1 img {
    width: 150px;
    padding: 0 0 0 30px;
}

#global-nav {
    position: absolute;
    top: calc(-100vh - 70px);
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    text-align: center;
    padding: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-color: rgba(20, 20, 20, 0.95);
}

#global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin-top: 40px;
    padding-bottom: 100px;
}

#global-nav ul li {
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 100%;
    display: block;
    text-align: left;
}

#global-nav ul li:last-child {
    padding-bottom: 25px;
}

#global-nav ul li .gnavi_flex {
    display: flex;
}

#global-nav ul li .gnavi_flex div {
    width: 25%;
}

#global-nav ul li h4 {
    padding: 10px 0 10px 30px;
    line-height: 1.4;
    text-align: left;
    display: block;
    letter-spacing: 0.08em;
    font-size: 16px;
}

#global-nav ul li h4.home {
    font-size: 14px;
}

#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
    padding: 0;
    color: #fff;
}

#top-head #global-nav ul li a span {
    font-size: 13px;
    padding-right: 5px;
}

#nav-toggle {
    display: block;
}

.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(calc(100vh + 70px));
    -webkit-transform: translateY(calc(100vh + 70px));
    transform: translateY(calc(100vh + 70px));
}

.open #nav-toggle span {
    background: #ddd;
}

@media (max-width: 860px) {
    #hnavi li:nth-child(2) {
        display: none;
    }
    #global-nav ul li .gnavi_flex {
        display: block;
    }
    #global-nav ul li .gnavi_flex div {
        width: 100%;
    }
    #hnavi li h1 img {
        width: 120px;
        padding: 5px 0 0 15px;
    }
    #hnavi li:nth-child(1) {
        width: 245px;
    }
}

.ar_in {
    z-index: 5;
    position: absolute;
    text-align: center;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 70px;
    width: 50px;
}

.ar_in img {
    animation: anime_ar 1s ease -1s infinite alternate;
    filter: drop-shadow(0 0 3px #fff);
}

@keyframes anime_ar {
    0% {
        opacity: .3;
        margin-top: 0;
    }
    100% {
        opacity: 1;
        margin-top: 15px;
    }
}


/* entry */

.entry {
    margin: 20px auto 30px;
    overflow: hidden;
    line-height: 1.8;
    font-size: 1rem;
}

.entry img {
    max-width: 100%;
}

.entry h2 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.6;
}

.entry h3 {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0.2em 0;
    line-height: 1.6;
}

.entry h4 {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.2em 0;
}

.entry h5 {
    font-size: 1rem;
    font-weight: bold;
    padding: 0.2em 0;
}

.entry h6 {
    font-size: 0.9rem;
    font-weight: bold;
    padding: 0.2em 0;
}

.entry .kikan {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 20px;
    display: table;
}

.entry .kikan dt,
.entry .kikan dd {
    display: table-cell;
    vertical-align: middle;
}

.entry .kikan dd p.date {
    padding-top: 4px;
    padding-bottom: 0;
}

.entry .kikan span {
    font-size: 1.2rem;
    border: none;
    margin: 0;
}

.entry .kikan span.midashi {
    font-size: 1rem;
    font-weight: normal;
    border: 1px solid #bbb;
    padding: 5px 10px;
    margin-right: 15px;
    vertical-align: middle;
}

.entry p {
    padding-bottom: 1em;
}

@media (max-width: 600px) {
    .entry {
        width: 97%;
        margin: 20px 0 0 1.5%;
        overflow: hidden;
    }
    .entry h2 {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.4;
        padding-left: 5px;
    }
    .entry .kikan {
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.8;
        padding-top: 5px;
        padding-bottom: 20px;
        margin-left: 5px;
        display: block;
    }
    .entry .kikan dt,
    .entry .kikan dd {
        display: block;
        padding-left: 5px;
    }
}


/* totop */

.page-top {
    margin: 0;
    padding: 0;
    display: none;
}

.page-top p {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.move-page-top {
    display: block;
    width: 71px;
    height: 71px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.move-page-top:hover {
    opacity: 0.85;
    cursor: pointer;
}

.move-page-top {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* --------------------------- */


/*  module  */


/* --------------------------- */

.pb30 {
    padding-bottom: 30px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.fb-like-box {
    background: #fff;
}

.mini {
    font-size: 85%;
    color: #57290D;
    padding-left: 6px;
}

.mini_ls {
    clear: both;
    font-size: 85%;
    color: #57290D;
    padding-top: 10px;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

@media (max-width: 600px) {
    .wpcf7-form-control.wpcf7-textarea {
        width: 90%;
    }
}


/* cookie */

#cookie-law-info-bar span {
    font-size: 13px !important;
}

.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
    font-size: 13px;
    border-radius: 4px;
    margin: 10px 5px 0 5px;
}

.cli-plugin-button,
.cli-plugin-button:visited {
    padding: 5px 16px 5px !important;
}