#charsset 'utf8';

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}



/*　ここから記述 */

@font-face {
    font-family: Mountain;
    src: url("./MountainsofChristmas-Regular.ttf");
}

@font-face {
    font-family: Monsieur;
    src: url("./MonsieurLaDoulaise-Regular.ttf");
}

* {
    /* font-family: "Monsieur"; */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.body {
    width: 100%;
    height: 100vh;
}

/* 背景画像の切り替え制御*/
.screen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: -1;
}

.screen li {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    -webkit-animation: anime 40s linear 0s infinite;
    animation: anime 40s linear 0s infinite;
}

.screen li:nth-child(1) {
    background-image: url("../img/around.png")
}

.screen li:nth-child(2) {
    background-image: url("../img/villakafushi_main.png");
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}

.screen li:nth-child(3) {
    background-image: url("../img/view.png");
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
}

.screen li:nth-child(4) {
    background-image: url("../img/night3.png");
    -webkit-animation-delay: 30s;
    animation-delay: 30s;
}

@-webkit-keyframes anime {
    0% {
        -webkit-animation-timing-function: ease-in;
        opacity: 0;
    }

    10% {
        -webkit-transform: scale(1.1);
        opacity: 1;
    }

    40% {
        -webkit-transform: scale(1.2);
        -webkit-animation-timing-function: ease-out;
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }

    100% {
        opacity: 0
    }
}

@keyframes anime {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
    }

    10% {
        transform: scale(1.1);
        opacity: 1;
    }

    40% {
        transform: scale(1.2);
        animation-timing-function: ease-out;
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 0;
    }

    100% {
        opacity: 0
    }
}



.title {
    font-family: "Mountain";
    text-align: center;
    align-items: center;
    -webkit-text-stroke: 0.2px #000;
    color: white;
    margin: 20px;
    font-size: 8rem;
}

.title{
    width: 100%;
    height: 30vh;
}

.main{
    width: 100%;
    height: 70vh;
    position: relative;
}
.description {
    position: absolute;
    width: 50%;
    height: 70vh;
    top: 0%;
    right:10%;
}

.description h1 {
    writing-mode: vertical-rl;
    line-height: 100px;
    margin: 20px 100px;
    padding: 0 100px;
    height: 240px;
    display: inline-block;
    text-align: left;
    -webkit-text-stroke: 0.2px #000;
    color: white;
    font-weight: 100;
}


.waku {
    position: absolute;
    display: block;
    bottom: 20%;
    left: 10px;
    width: 260px;
    height: 260px;
    /* background-color: coral; */
    border-radius: 5px;
    row-gap: 0;
}

.waku h2 {
    margin: 0;
    font-weight: 100;
    -webkit-text-stroke: 0.2px #000;
    color: white;
}

.waku ul {
    display: flex;
    margin: 1px;
    width: 240px;
    height: 260px;
    flex-wrap: wrap;
    /* background-color: crimson; */
    list-style: none;
    justify-content: flex-start;
    row-gap: 0;
}

.qrparent {
    padding: 0px;
    width: 100%;
    height: 260px;

}

.qrparent .qrchild {
    height: 50%;
}

.qrparent .qrchild li {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 10px;
}

.qrparent .qrarea {
    position: relative;
    margin: 5px;
    padding: 0px 0px 0px 0px;
    width: 110px;
    height: 120px;
    /* background-color:#fffbb6; */
    transition: all 0.3s;
    border-radius: 5px;
}

.qrparent .qrarea:hover {
    color: cornflowerblue;
    background-color: skyblue
}

.qrparent .qrarea h6{
    margin: 0;
    -webkit-text-stroke: 0.2px #000;
    font-size: 0.9rem;
    color: white;
    z-index: 1;
}

.qrparent .qrarea img {
    display: block;
    position: absolute;
    top: 10px;
    left: 2px;
    height: 100px;
    width: 100px;
}

.qrparent .qrarea .Link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}