@charset "utf-8";

/* CSS Document */

html {
    color: #444;
    background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    *font-size: small;
    *font: x-small;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input,
textarea,
select {
    font-size: 100%;
}

legend {
    color: #000;
}

html {
    overflow-y: scroll;
}

div:after {
    content: "";
    display: block;
    clear: both;
}

div {
    display: inline-block;
}

div {
    display: block;
}

img,
object {
    vertical-align: bottom;
    width: 100%;
}

hr {
    display: none;
}

a {
    outline: none;
    text-decoration: none;
}


* {
    box-sizing: border-box;
}

.bread_box {
    width: 88%;
    margin: 10px auto;
    z-index: 30;
}

.bread {
    font-size: 14px;
    font-size: 0.9rem;
    float: left;
}

.bread a {
    color: #1CA6FF;
}

.bread a:hover {
    text-decoration: underline;
    color: #FF0B40;
}

.fb-like {
    float: right;
}


.zenses {
    width: 100%;
    height: 560px;
    position: relative;
}

.zenses div.map {
    width: 100%;
}

.zenses div.map p.map {
    height: 560px;
    width: 100%;
}

.zenses .detail {
    position: absolute;
    left: 5%;
    top: 0;
    width: 36%;
    height: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    background-color: #fffff8;
}

.zenses .detail .box {
    padding: 50px 25px 0;
    border-left: 1px solid #A28550;
    border-right: 1px solid #A28550;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
}

.zenses .detail figure {
    width: 45%;
    margin-bottom: 15px;
}

.zenses .detail p.text {
    font-size: 0.96rem;
    line-height: 1.6rem;
    color: #4f5150;
    text-align: justify;
    text-justify: inter-word;
    margin-bottom: 5px;
}

.zenses .detail dl {
    border-bottom: #4f5150 dotted 1px;
    padding: 15px 0 8px;
    color: #4f5150;
    font-size: 0.95rem;
    line-height: 1.45rem;
}

.zenses .detail dt {
    margin-bottom: 3px;
}



/* ローディング画面 */

#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #0bd;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200000;
}

.sk-folding-cube {
    margin: 250px auto 20px;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

#loading p {
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.loaded {
    opacity: 0;
    visibility: hidden;
    font-family: Roboto;
}



@media only screen and (max-width: 1300px) {
    html {
        font-size: 92%;
    }

    /*13.6px*/
    .contents {
        width: 90%;
    }
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 88%;
    }

    /*9.6px*/
    .contents {
        width: 95%;
        margin: 0 auto;
    }

    nav.gn ul {
        width: 95%;
    }

    .foot_wrap {
        width: 92%;
    }
}

@media only screen and (max-width: 980px) {
    body {
        font-size: 120%;
    }

    .contents {
        margin: 0 auto;
        width: 96%;
        position: relative;
    }

    .zenses {
        width: 100%;
        height: 450px;
    }

    .zenses div.map p.map {
        height: 450px;
    }

    .zenses .detail {
        position: absolute;
        left: 0%;
        top: 0;
        width: 47%;
        height: 100%;
    }

    .zenses .detail .box {
        padding: 25px 15px 0;
    }

    .zenses .detail figure {
        width: 40%;
        margin-bottom: 15px;
    }

    .zenses .detail p.text {
        font-size: 0.96rem;
        line-height: 1.6rem;
    }

    .zenses .detail dl {
        padding: 12px 0 8px;
        font-size: 0.95rem;
        line-height: 1.45rem;
    }

    .zenses .detail dt {
        margin-bottom: 3px;
    }


}



@media only screen and (max-width: 680px) {

    .zenses {
        width: 100%;
        height: auto;
        position: relative;
    }

    .zenses div.map {
        width: 100%;
    }

    .zenses div.map p.map {
        height: 280px;
        width: 100%;
    }

    .zenses .detail {
        position: relative;
        left: 0%;
        top: 0;
        width: 100%;
        height: auto;
        padding: 0px 10px;
        box-sizing: border-box;
        background-color: #fffff8;
    }

    .zenses .detail .box {
        padding: 30px 22px 30px;
        border-left: 1px solid #A28550;
        border-right: 1px solid #A28550;
        height: auto;
        box-sizing: border-box;
        width: 100%;
    }

    .zenses .detail figure {
        width: 50%;
        margin-bottom: 15px;
    }

    .zenses .detail p.text {
        font-size: 1.225rem;
        line-height: 2.0rem;
        color: #4f5150;
        text-align: justify;
        text-justify: inter-word;
        margin-bottom: 5px;
    }

    .zenses .detail dl {
        font-size: 1.225rem;
        line-height: 1.45rem;
    }

    .zenses .detail dt {
        margin-bottom: 6px;
    }

}

@media only screen and (max-width: 380px) {

    .zenses div.map p.map {
        height: 280px;
        width: 100%;
    }
    .zenses .detail .box {
        padding: 30px 20px 30px;
    }

    .zenses .detail figure {
        width: 55%;
        margin-bottom: 15px;
    }

    .zenses .detail p.text {
        font-size: 1.175rem;
        line-height: 1.85rem;
    }

    .zenses .detail dl {
        font-size: 1.175rem;
        line-height: 1.45rem;
    }

    .zenses .detail dt {
        margin-bottom: 6px;
    }

}
