﻿html, body {
    margin: 0;
    height: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:300;
}
    a,
    a:visited,
    a:hover,
    a:active {
        color: inherit;
        text-decoration: none;
    }
img {
    margin-bottom: 10px;
}
#logo {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.15em;
}
    #logo ruby {
    ruby-position: under;
}
table {
    margin: 0px;
}
.title{
    margin-top:30px;
    font-size:20px;
    font-weight:400;
}
.subtitle {
    font-size: 18px;
    font-weight: 400;
}
.comment {
    font-size: 14px;
}
.margin10{
    margin:10px;
}
div.table {
    display: table;
}

div.td {
    display: table-cell;
    min-width: 100px;
}
div.w60 {
    min-width: 60px;
}
div.w40 {
    min-width: 40px;
}
div.p1{
    margin-top:8px;
    margin-bottom:5px;
}
/* ----- flexコンテナ ----- */
.flexContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    width: 100%;
    height:100%;
}
.wrap {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.nowrap {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
/*NAVI*/
#navi {
    /* -webkit-flex-grow: 1;*/
    /*flex-grow: 1;*/
    min-width: 300px;
    max-width: 300px;
    padding: 20px;
    padding-left: 30px;
}

    #navi ul {
        margin-block-end: 0em;
        padding-inline-start: 0px;
    }

    #navi li {
        list-style-type: none; /*リストマーカー無しにする*/
        margin-top: 1em;
    }
#menu a:hover {
    color:darkgray;
}
#menu a.selected{
    left:30px;
    color:inherit;
}
#contents {
    position: relative;
    height:100%;
    -webkit-flex-grow: 8;
    flex-grow: 8;
    font-family: 'Noto Sans JP', sans-serif;
}
/* -----Top----- */
.slider{
    width:100%;
    height:90%;
}
.slider img{
    width:100%;
}
#slideScreen {
    min-width: 500px;
    height: 100%;
    background-image: url("../images/slider/1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

/* -----Works----- */
#main_canvas {
    position: absolute;
    width: 100%;
    height: 100%;
}
#blocker {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    /*float: right;*/
}
#instructions {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}
#instructions div{
    margin:5px;
}
    #instructions p {
        font-family: 'Arial Black';
    }
#corsor {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    opacity: 0.3;
}
#info {
    padding: 5px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    min-width: 200px;
    display: none;
    text-align: left;
    font-size: 12px;
    color: black;
    background-color: transparent;
    /*background-color: #e342a7;*/
    /*opacity: 0.7;*/
}
#instruction2 {
    padding:5px;
    position: absolute;
    bottom: 5px;
    right:5px;
    display: none;
    text-align: left;
    font-size: 11px;
    color: #ffffff;
    background-color: gray;
    opacity:0.7;
}
#info p{
    margin:0;
    padding-left:10px;
}
#menu li a {
    position: relative;
}
.guide{
    padding:10px;
    margin:5px;
    background:gray;
    color:#ffffff;
    font-size:14px;
}
/* ----- About ----- */
#greeting, #biography, #map {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 20px;
}
    #map iframe {
        width:100%;
        height: 300px;
        border:0;
    }
div.text{
    margin-bottom:20px;
}
/* -----Contact----- */
div.contact_container {
    margin: 20px;
    font-family: 'Noto Sans JP', sans-serif;
}
div.comfirm_container,div.complete_container {
    margin: 20px;
    max-width: 600px;
    /*margin: auto;*/
    font-family: 'Noto Sans JP', sans-serif;
}
div.form_label {
    margin-top: 25px;
    margin-bottom: 6px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
div.privacy_label {
    margin-top: 25px;
    margin-bottom: 6px;
}
div.max800 {
    max-width: 800px;
}
div.max600 {
    max-width: 600px;
}
div.max500 {
    max-width: 500px;
}
div.agree, div.submit, div.back {
    margin-top: 25px;
    margin-bottom: 6px;
    text-align: center;
    vertical-align: middle;
}

div.submit{
    margin-bottom:40px;
}
div.footer {
    min-height:10px;
}
input.form-control,select.form-control{
    width:100%;
    max-width:500px;
    height:36px;
}
textarea.form-control {
    width: 100%;
    max-width: 500px;
    height: 250px;
}
iframe.privacy_iframe{
    width:100%;
    height:250px;
}
.error{
    font-size:12px;
    font-weight:400;
    color:gray;
}
span.agree {
    display: inline-block;
}
input.checkbox{
    position:relative;
    width:20px;
    height:20px;
    top:3px;
}
p.error {
    margin:0;
    margin-left:20px;
    display: inline-block;
    font-size:10pt;
    color:mediumvioletred;
}
#count {
    margin-left: 10px;
    font-size: 10pt;
    color: darkgrey;
}
button {
    min-width: 120px;
    height: 30px;
    border: 0;
    border-radius: 5px;
    background: #d8e2e0
}
    button:disabled{
        background: #eaf1f0
    }
    button:hover {
        background: #cdd4d3
    }
    button:focus {
        background: #cdd4d3
    }

#HouseWalk{
    width: 100%;
    height: 100%;
}
