@charset "utf-8";

@import url("../css/reset.css");
@charset "utf-8";

* {
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

html {
    font-size: 10px;
}

html::-webkit-scrollbar {
    overflow: hidden;
    width: 5px;
    background: #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

html::-webkit-scrollbar:horizontal {
    height: 5px;
}

html::-webkit-scrollbar-button {
    display: none;
}

html::-webkit-scrollbar-piece {
    background: #eee;
}

html::-webkit-scrollbar-piece:start {
    background: #eee;
}

html::-webkit-scrollbar-thumb {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #333;
}

html::-webkit-scrollbar-corner {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #333;
}

body {
    background: #FFFFFF;
    font-size: 1.7rem;
    line-height: 1.7;
    font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif !important;
    font-weight: 400;
    letter-spacing: 1px;
    color: #333333;
}

a {
    color: #333333;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing-function: linear;
}

a:hover {
    font-weight: 400;
}

a.anchor {
    display: block;
    padding-top: 120px;
    margin-top: -120px;

}

b,
strong {
    font-weight: bold;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    line-height: 1.0;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

.clear {
    clear: both;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

/* 回り込み */
/*img.alignright {

    margin: 0 20px 20px auto;
}

img.alignleft {

    margin: 0 auto 20px 0;
}

img.aligncenter {
    display: block;
    margin: 0 auto 20px;
}
*/
.aligncenter {
    display: block;
    margin: 0 auto 18px;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* �z�u�ʒu ���� */

img.float-left {
    float: left;
}

/* ��荞�� �� */

img.float-right {
    float: right;
}

/* ��荞�� �E */

#loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -26px;
    margin-left: -25.5px;
}

#loading img {
    width: 52px;
    height: 51px;
}

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFFFFF;
    z-index: 20000;
}

.inner {
    position: relative;
    width: 100%;
    /*max-width: 1280px;*/
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 25px;
    /*overflow: hidden;*/
}

.btnBox {
    text-align: center;
}

.btnBox a {
    display: inline-block;
    padding: 15px;
    color: #000000;
    text-align: center;
    max-width: 300px;
    width: 100%;
}

.btnBox a:hover {
    background-color: #000000;
    color: #FFFFFF;
}


.btnBox a span {
    padding: 0 60px 0 0;
    position: relative;
    display: inline-block;
}

.btnBox a span:before,
.btnBox a span:after {
    position: absolute;
    content: "";
    top: 50%;
}

.btnBox a span:before {
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
    border-radius: 17.5px;
    background: #000000;
    border: 0.5px solid #000000;
    right: 12px;
}

.btnBox a span:after {
    content: "→";
    line-height: 1;
    font-size: 1.5rem;
    right: 22px;
    margin-top: -7.5px;
    color: #FFFFFF;
}


.btnBox a:hover span:before {
    background: #FFFFFF;
}

.btnBox a:hover span:after {
    color: #000000;
}


/*---------------------------------------------------------------*/
/* Wrapper
/*---------------------------------------------------------------*/
#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/*---------------------------------------------------------------*/
/* Header
/*---------------------------------------------------------------*/
#header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    background-color: rgba(255, 255, 255, 0.85);
}

#header .inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

#header h1,
#header h1 a {
    line-height: 1;
    display: block;
}

#header h1 img {
    width: auto;
    height: 60px;
}

#header.fixed {
    padding: 15px 0;
}

#header.fixed h1 img {
    height: 40px;
}

#header.fixed .btnBox a {
    padding: 7.5px 15px;
}

/*---------------------------------------------------------------*/
/* Contents
/*---------------------------------------------------------------*/
#contents {
    padding: 190px 0 80px
}


/*---------------------------------------------------------------*/
/* Section-Head
/*---------------------------------------------------------------*/
#contents .section-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    margin: 0 auto 60px;
}

#contents .section-head .section-box .box-head {
    margin: 0 auto 25px;
}

#contents .section-head .section-box .box-head h2 {
    font-size: 3.5rem;
    line-height: 1.3;
}

#contents .section-head .section-box .box-head h2 span.sub {
    font-size: 66.66%;
    display: block;
}

#contents .section-head .section-box .box-head p.mimcraft {
    padding: 10px 0 0;
    line-height: 1;
}

#contents .section-head .section-box .box-head p.mimcraft img {
    width: auto;
    height: 15px;
}

/*-------------------- INFO --------------------*/
#contents .section-head .section-box.info {
    width: 555px;
    position: relative;
    z-index: 100;
}

#contents .section-head .section-box.info .box-body dl dt {
    font-weight: 400;
    font-size: 3.25rem;
    margin: 0 auto 15px;
    padding: 0 20px 0 0;
    position: relative;
}

#contents .section-head .section-box.info .box-body ul {
    padding: 15px 0 0 25px;
}

#contents .section-head .section-box.info .box-body ul li {
    font-size: 80%;
    letter-spacing: 0;
    list-style-type: disc;
    margin: 0 auto 5px;
}

#contents .section-head .section-box.info .box-body ul li:last-child {
    margin: 0;
}

/*-------------------- DATA --------------------*/
#contents .section-head .section-box.data {
    width: 100%;
    margin: 0 0 0 -555px;
    padding: 0 0 0 580px;
}

#contents .section-head .section-box.data .boxInner {
    border-left: 5px solid #000000;
    padding: 15px 0 15px 25px;
}

#contents .section-head .section-box.data .box-body dl {
    letter-spacing: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#contents .section-head .section-box.data .box-body dl dt {
    padding: 0 15px 0 0;
    position: relative;
}

#contents .section-head .section-box.data .box-body dl dt:after {
    position: absolute;
    content: ":";
    top: 3px;
    right: 5px;
    line-height: 1;
}


/*------------------------------------------------------------*/
/* Article
/*------------------------------------------------------------*/
#contents .article-area {
    margin: 0 auto 80px;
}

#contents .article-area .article-foot {
    padding: 60px 0 0;
}


/*------------------------------------------------------------*/
/* Gallery
/*------------------------------------------------------------*/
#contents .article-area.gallery .article-body figure {
    width: 100%;
    margin: 0 auto 25px;
}

#contents .article-area.gallery .article-body figure.flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

#contents .article-area.gallery .article-body figure.flex a {
    width: 48.7%;
    margin: 0 2.6% 0 0;
}

#contents .article-area.gallery .article-body figure:last-child,
#contents .article-area.gallery .article-body figure.flex a:last-child {
    margin: 0;
}

#contents .article-area.gallery .article-foot .btnBox a {
    max-width: 480px;
    background-color: #000000;
    color: #FFFFFF;
    margin: 0 auto;
}

#contents .article-area.gallery .article-foot .btnBox a:hover {
    background-color: #FFFFFF;
    color: #000000;
}


/*------------------------------------------------------------*/
/* GoogleMap
/*------------------------------------------------------------*/
.ggmap {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------------------------------*/
/* Footer
/*------------------------------------------------------------*/
#footer h1 {
    max-width: 320px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
}

#footer .btnBox a {
    width: auto;
}

#footer .copyright {
    padding: 60px 25px 25px;
    text-align: center;
    letter-spacing: 0;
    font-size: 1.4rem;
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1136px) {}

@media screen and (max-width: 1024px) {

    body {
        font-size: 1.6rem;
    }

    .btnBox a span:before {
        width: 30px;
        height: 30px;
        margin-top: -16px;
        border-radius: 16px;
        right: 12px;
    }

    .btnBox a span:after {
        font-size: 1.4rem;
        right: 20px;
        margin-top: -7px;
    }

    /*---------------------------------------------------------------*/
    /* Header
    /*---------------------------------------------------------------*/
    #header h1 img {
        height: 50px;
    }

    #header .btnBox a {
        padding: 10px 15px;
    }


    /*---------------------------------------------------------------*/
    /* Contents
    /*---------------------------------------------------------------*/
    #contents {
        padding: 160px 0 60px
    }


    /*---------------------------------------------------------------*/
    /* Section-Head
    /*---------------------------------------------------------------*/
    #contents .section-head {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
        margin: 0 auto 50px;
    }

    #contents .section-head .section-box .box-head h2 {
        font-size: 3.25rem;
    }


    #contents .section-head .section-box .box-head p.mimcraft img {
        height: 14px;
    }

    /*-------------------- INFO --------------------*/
    #contents .section-head .section-box.info {
        width: 56.98151950718686%;
    }

    #contents .section-head .section-box.info .box-body dl dt {
        font-size: 3rem;
        padding: 0;
    }

    /*-------------------- DATA --------------------*/
    #contents .section-head .section-box.data {
        margin: 0 0 0 -56.98151950718686%;
        padding: 0 0 0 59.54825462012321%;
    }

    #contents .section-head .section-box.data .boxInner {
        padding: 15px 0 15px 6.345177664974619%;
    }


    /*------------------------------------------------------------*/
    /* Article
    /*------------------------------------------------------------*/
    #contents .article-area {
        margin: 0 auto 60px;
    }

    #contents .article-area .article-foot {
        padding: 50px 0 0;
    }



    /*------------------------------------------------------------*/
    /* GoogleMap
    /*------------------------------------------------------------*/
    .ggmap {
        height: 400px;
    }

    /*------------------------------------------------------------*/
    /* Footer
    /*------------------------------------------------------------*/
    #footer h1 {
        max-width: 300px;
        margin: 0 auto 30px;
    }

    #footer .copyright {
        padding: 50px 25px 25px;
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 960px) {

    /*---------------------------------------------------------------*/
    /* Section-Head
    /*---------------------------------------------------------------*/
    /*-------------------- INFO --------------------*/
    #contents .section-head .section-box.info {
        width: 56.59340659340659%;
    }

    /*-------------------- DATA --------------------*/
    #contents .section-head .section-box.data {
        margin: 0 0 0 -56.59340659340659%;
        padding: 0 0 0 59.34065934065934%;
    }

    #contents .section-head .section-box.data .boxInner {
        padding: 15px 0 15px 6.345177664974619%;
    }
}

@media screen and (max-width: 835px) {
    .btnBox a span {
        padding: 0 50px 0 0;
    }

    .btnBox a span:before {
        right: 7.5px;
    }

    .btnBox a span:after {
        right: 17px;
    }

    /*---------------------------------------------------------------*/
    /* Section-Head
    /*---------------------------------------------------------------*/
    #contents .section-head .section-box .box-head h2 {
        font-size: 3rem;
    }

    #contents .section-head .section-box.info .box-body dl dt {
        font-size: 2.5rem;
    }

    /*-------------------- INFO --------------------*/
    #contents .section-head .section-box.info {
        width: 47%;
    }

    /*-------------------- DATA --------------------*/
    #contents .section-head .section-box.data {
        margin: 0 0 0 -47%;
        padding: 0 0 0 49.5%;
    }
}

@media screen and (max-width: 750px) {

    body {
        font-size: 1.5rem;
        letter-spacing: 0;
    }

    .inner {
        padding: 0 20px;
    }

    /*---------------------------------------------------------------*/
    /* Header
    /*---------------------------------------------------------------*/
    #header h1 img {
        height: 40px;
    }

    #header {
        padding: 15px 0;
    }

    #header .btnBox a,
    #header.fixed .btnBox a {
        padding: 7.25px 5px;
    }

    /*---------------------------------------------------------------*/
    /* Contents
    /*---------------------------------------------------------------*/
    #contents {
        padding: 120px 0 50px
    }

    /*---------------------------------------------------------------*/
    /* Section-Head
    /*---------------------------------------------------------------*/
    #contents .section-head {
        display: block;
        margin: 0 auto 40px;
    }

    #contents .section-head .section-box .box-head {
        margin: 0 auto 20px;
    }

    #contents .section-head .section-box .box-head p.mimcraft img {
        height: 13px;
    }

    /*-------------------- INFO --------------------*/
    #contents .section-head .section-box.info {
        width: 100%;
        margin: 0 auto 25px;
    }

    /*-------------------- DATA --------------------*/
    #contents .section-head .section-box.data {
        margin: 0;
        padding: 0;
    }

    #contents .section-head .section-box.data .boxInner {
        padding: 20px 0 0;
        border-left: none;
        border-top: 2.5px solid #000000;
        border-left: inherit;
    }

    /*------------------------------------------------------------*/
    /* Article
    /*------------------------------------------------------------*/
    #contents .article-area {
        margin: 0 auto 50px;
    }

    #contents .article-area .article-foot {
        padding: 40px 0 0;
    }


    /*------------------------------------------------------------*/
    /* Gallery
    /*------------------------------------------------------------*/
    #contents .article-area.gallery .article-body figure {
        margin: 0 auto 20px;
    }

    /*------------------------------------------------------------*/
    /* Footer
    /*------------------------------------------------------------*/
    #footer h1 {
        max-width: 250px;
        margin: 0 auto 25px;
    }

    #footer .copyright {
        padding: 40px 25px 25px;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 350px) {}


/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 下から */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* 上から */

.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 左から */

.fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 右から */

.fadeRight {
    animation-name: fadeRightAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*==================================================
ボンッ
===================================*/

/* 拡大 */
.zoomIn {
    animation-name: zoomInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
    from {
        transform: scale(0.6);
    }

    to {
        transform: scale(1);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
    opacity: 0;
}