@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
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;
}
/* end
http://meyerweb.com/eric/tools/css/reset/
*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* common */
html {
    background: #1fafc0;
    color: #0762af;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
}
img {
    width: 100%;
    height: auto;
    display: block;
}
a {
    color: inherit;
}
.for-pc {
    display: none !important;
}
.wrap {
    background: url(../images/bg_body.svg) repeat 0% 0.3em #fff;
    background-size: 3.55% auto;
    z-index: 10;
    position: relative;
}
.logo-kyoto {
    width: 66.667%;
    display: block;
    margin: 0 0 0 16.6%;
}

.list-footer {
    font-size: 2.3em;
    letter-spacing: 0.14em;
    font-weight: 500;
}
.list-footer li+li {
    margin-top: 2.5em;
}
.list-footer a {
    color: #fff;
    text-decoration: none;
    background: url(../images/icon_arw.svg) no-repeat 0 0.25em;
    background-size: auto 64.5%;
    padding: 0 0 0 0.9em;
    display: inline-block;
}
.copyright {
    font-size: 1.4em;
    margin: 16.3% 0 0;
    display: inline-block;
    letter-spacing: 0.12em;
}
/* #header */
#header {
    background: #fff;
    padding: 3.867% 0 3.6% 0;
}
/* #content */
#content {
    position: relative;
    font-size: 1.334vw;
    display: block;
}
#content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: solid 1.6em #00aaff;
    border-bottom: solid 1.6em #00aaff;
    box-sizing: border-box;
    z-index: -1;
}
.frame-left,
.frame-right {
    position: absolute;
    width: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}
.frame-left {
    left: 0;
    border-left: solid 1.6em #00aaff;
}
.frame-right {
    border-right: solid 1.6em #00aaff;
}
/* #footer */
#footer {
    background: #1fafc0;
    color: #fff;
    text-align: center;
    font-size: 1.33vw;
    padding: 10.2% 0 3%;
}
@media (min-width:768px),
print {
    .for-pc {
        display: block !important;
    }
    .wrap {
        max-width: 440px;
        margin: 0 auto;
    }
    #content,
    #footer {
        font-size: 5.87px;
    }
    .list-footer a:hover {
        text-decoration: underline;
    }
    .bg-body {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    .bg-body-left {
        position: absolute;
        top: 0;
        left: 0;
        right: calc(50% + 220px);
        height: 100%;
    }
    .bg-body-right {
        position: absolute;
        top: 0;
        right: 0;
        left: calc(50% + 220px);
        height: 100%;
    }
    .box-bg {
        position: absolute;
        left: 0;
        width: 100%;
        overflow: hidden;
        transform-origin: 0 0;
    }
    .img-bg {
        background: no-repeat 50% 50%;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform-origin: 0 0;
    }
    .bg-body-01 {
        height: 36.375%;
        top: 0;
        z-index: 4;
    }
    .bg-body-02 {
        height: 41.75%;
        top: 28.875%;
        transform-origin: 100% 100%;
        z-index: 3;
    }
    .bg-body-03 {
        z-index: 2;
        height: 35.25%;
        bottom: 0;
    }
    .bg-body-04 {
        height: 36.375%;
        top: 0;
        z-index: 3;
        transform-origin: 100% 0;
    }
    .bg-body-05 {
        height: 45.9375%;
        top: 27%;
        z-index: 2;
    }
    .bg-body-06 {
        height: 32.625%;
        bottom: 0;
    }
    .bg-body-01 .img-bg {
        background-image: url(../images/bg_01.jpg);
        background-position: 40% 20%;
    }
    .bg-body-02 .img-bg {
        background-image: url(../images/bg_02.jpg);
        transform-origin: 100% 100%;
        background-position: 50% 34%;
    }
    .bg-body-03 .img-bg {
        background-image: url(../images/bg_03.jpg);
        background-position: 50% 20%;
    }
    .bg-body-04 .img-bg {
        background-image: url(../images/bg_04.jpg);
        background-position: 80% 54%;
        transform-origin: 100% 0;
    }
    .bg-body-05 .img-bg {
        background-image: url(../images/bg_05.jpg);
        background-position: 33% 40%;
    }
    .bg-body-06 .img-bg {
        background-image: url(../images/bg_06.jpg);
        background-position: 15% 50%;
    }
}
@media print {
    .bg-body {
        opacity: 0 !important;
    }
    html {
        background: #fff !important;
    }
}