@charset "utf-8";

@font-face {
    font-family: 'Noto Sans JP', sans-serif;
    src: url('./font/NotoSansJP-Bold.otf') format("opentype");
    src: url('./font/NotoSansJP-Regular.otf') format("opentype");
 }

/*
tag
*/
body {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo UI", "Meiryo", "MS PGothic", sans-serif;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}
li {
    list-style: none;
}
a {
    opacity: 1.0;
}
a:hover {
    opacity: 0.7;
}
section {
    position: relative;
}

/*
top & all
*/
.block {
    display: block;
    padding: 20px;
}
.section {
    display: flex;
    justify-content: center;
    padding: 30px 0px;
}
.section2 {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.section3 {
    text-align: center;
    padding: 30px 0px;
}
.blank {
    padding: 120px;
}
.before-footer {
    padding-bottom: 120px;
    flex: 1;
}
.before-footer2 {
    padding-bottom: 160px;
    flex: 1;
}
.before-footer3 {
    padding-bottom: 190px;
    flex: 1;
}
.footer {
    background-color: black;
    font-size: 14px;
    color: white;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 7px;
    margin:0px;
    position: absolute;
    bottom: 0;
}
.navbar {
    display: block;
    text-decoration: none;
    color: black;
    margin-left: 15px;
    margin-right: 70px;
    white-space: nowrap;
}
.navbar-right {
    display: block;
    text-decoration: none;
    color: black;
    margin-left: 15px;
    margin-right: 380px;
    white-space: nowrap;
}
.h-line:hover {
    opacity: 1.0;
    text-decoration:underline;
    transition: .3s;
}
.ul {
    padding: 25px 30px 15px 30px;
    display: flex;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    border-top: solid 2px;
    border-bottom: solid 2px;
}
.top-ul {
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    border-top: solid 2px;
    border-bottom: solid 2px;
}
.top-img {
    padding: 160px 30px 0px 30px;
    width: 100%;
}
.top-navbar {
    display: block;
    text-decoration: none;
    color: black;
    margin-left: 100px;
    margin-right: 80px;
    white-space: nowrap;
}
.top-navbar-left {
    display: block;
    text-decoration: none;
    color: black;
    margin-left: 200px;
    margin-right: 80px;
    white-space: nowrap;  
}
.top-navbar-right {
    display: block;
    text-decoration: none;
    color: black;
    margin-left: 100px;
    margin-right: 180px;
    white-space: nowrap;
}
.description {
    font-size: 20px;
    text-align: center;
    padding: 0px;
    margin: 0 30px;
    line-height: 2.6em;
}
.logo {
    padding: 27px 90px 27px 10px;
    height: auto;
    width: auto;
}
.middle {
    padding-top: 240px;
    width: auto;
    height: auto;
}

/*
ABOUT
*/
.about-left {
    text-align: right;
    position: absolute;
    left: 0;
    margin: 0px 8.5%;
    padding-top: 210px;
}
.about-right {
    text-align: left;
    position: absolute;
    right: 0;
    margin: 0px 8.5%;
    padding-top: 210px;
}
.director-img {
    width: 54%;
    max-width: 788px;
}
.pre {
    white-space: pre-wrap;
    line-break:strict;
}
.pre-pc {
    white-space: pre-wrap;
    line-break:strict;
}
.about-whitesmoke {
    background-color: rgb(234, 239, 236);
    line-height: 2em;
    font-size: 20px;
    text-align: center;
    padding: 40px;
    margin: 20px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100%;
}
.about-small {
    display: block;
    font-size: 1.2vw;
}
.about-big {
    display: block;
    font-size: 1.5vw;
    font-weight: bold;
}
.big {
    font-size: 22px;
    font-weight: bold;
    line-height: 3em;
}
.about-profile {
    line-height: 1.8em;
    font-size: 20px;
    text-align: center;
}
/*
ACCESS
*/
.access {
    line-height: 2em;
    font-size: 20px;
}
.mail {
    display: block;
    text-decoration: none;
    color: black;
}
.insta {
    padding-top: 15px;
}
.map {
    margin:10px 50px 30px 50px;
    border:solid 1px black;
    position:relative;
    width:84%;
    padding-top: 39.5%;
    max-width: 800px;
}
.map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    max-height: 600px;
}
#map {
    flex-direction: row-reverse;
}
.middle2 {
    padding-left: 40px;
    padding-top: 120px;
    width: auto;
    height: auto;
}
/*
CONTACT
*/
.form-table {
    max-width: 1300px;
    width: 100%;
    margin: 0px 30px;
}
.form-table tr {
    border-top: solid 2px rgb(234, 239, 236);
}
.tr-lastrow {
    border-bottom: solid 2px rgb(234, 239, 236);
}
.form-table th {
    padding: 15px 40px 15px 40px;
    text-align: left;
    vertical-align: center;
    white-space: nowrap;
    width: 21%;
}
.label {
    font-size: 20px;
    font-weight: bold;
}
.required {
    color: red;
    font-weight: normal;
    font-size: 14px;
}
.input {
    padding: 25px;
    margin: 25px 0px;
    width: 100%;
    background-color: rgb(234, 239, 236);
    border: none;
    font-size: 20px;
}
.input:focus {
    outline:darkgray 2px solid;
}
.textarea {
    padding: 30px;
    margin: 20px 0px;
    width: 100%;
    background-color: rgb(234, 239, 236);
    border: none;
    resize: none;
    font-size: 20px;
}
.textarea:focus {
    outline:darkgray 2px solid;
}
.form-button {
    margin-top: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.button {
    color: black;
    background-color:white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    width: auto;
    padding: 5px 20px;
    text-decoration: none;
    border: 2px solid black;
    border-radius: 10px;
    padding: 30px 50px;
    margin: 30px 50px 0px 50px;
    opacity: 1.0;
}
.button:hover {
    opacity: 0.7;
} 
.violation {
    color: red;
    padding-bottom: 20px;
}
.contact-whitesmoke {
    background-color: rgb(234, 239, 236);
    line-height: 1.8em;
    font-size: 36px;
    padding: 10px 10px;
    width: 100%;
    white-space: nowrap;
    vertical-align: center;
    font-weight: bold;
}
.flex {
    display: flex;
    justify-content: end;
    white-space: nowrap;
}
.contact-p {
    padding-left: 60px;
}
.mail-img {
    width: 48px;
    height: 36px;
    object-fit: cover;
    margin:18px 3px 0px 0px;
}
.contact-insta {
    margin:40px;
    padding:30px 30px 30px 60px;
}
.complete-big {
    text-align: center;
    border: solid black 6px;
    width: 600px;
    display: block;
    font-size: 36px;
    font-weight: bold;
    padding: 15px;
    margin: 0px auto 20px;
}
.form-confirm {
    display: block;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: white;
    background-color: rgb(117, 151, 130);
    padding: 15px 10%;
    margin:10px 30px;
    max-width: 1300px;
    width: 100%;
}
#button {
    color: white;
    background-color: black;
}
/*
モバイルナビゲーションバー
*/
#menu-btn-check{
    display: none;
}
.menu-btn{
    display: none;
}
#top {
    display: none;
}
@media screen and (max-width: 1280px) {
    .navbar-right {
        margin-right: 180px;
    }
    .form-table {
        width: 90%;
        margin: 0px 20px 0px 20px;
    }
    .form-table th {
        display: block;
        padding: 20px 0px 0px 1px;
    }
    .form-table td {
        display: block;
    }
    .input {
        margin: 5px 0px 15px 0px;
    }
    .textarea {
        margin: 5px 0px 15px 0px;
    }
    .form-confirm {
        width: 90%;
        margin: 0px 20px 0px 20px;
        font-size: 28px;
    }
}
@media screen and (max-width: 1024px) {
    .section {
        padding: 10px 0px;
    }
    .section2 {
        padding-top: 30px;
    }
    #top-img {
        padding: 0px 0px 20px 0px;
    }
    .description {
        line-height: 1.6em;
        text-align: left;
    }
    #noscript-footer {
        padding: 0px;
    }
    .before-footer2 {
        padding-bottom: 100px;
    }
    .before-footer3 {
        padding-bottom: 100px;
    }
    #thanks {
        padding-bottom: 70px;
    }
    #nav {
        padding: 0px;
        margin: 0px;
    }
    #top {
        display: block;
        z-index: 100;
    }
    .menu-btn {
        vertical-align:top;
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        height: 80px;
        width: 75px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: rgb(35, 24, 21);
        border-radius: 6px;
        opacity: 1.0;
    }
    .menu {
        color: white;
        position: absolute;
        top:10px;
        font-size: 18px;
        font-family: "Hiragino Kaku Gothic Pro",'メイリオ', 'Meiryo', sans-serif;
        font-weight: lighter;
    }
    .menu-btn .line,
    .menu-btn .line:before,
    .menu-btn .line:after {
        content: '';
        display: block;
        height: 2px;
        width: 45px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
        bottom: 28px;
    }
    .menu-btn .line:before {
        bottom: 12px;
    }
    .menu-btn .line:after {
        top: 12px;
    }
    .menu-btn:hover {
        opacity: 0.7;
    }
    #menu-btn-check:checked ~ .menu-btn .line {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
        transition: .3s;
    }
    #menu-btn-check:checked ~ .menu-btn .line::before {
        bottom: 0;
        transform: rotate(45deg);
        transition: .3s;
    }
    #menu-btn-check:checked ~ .menu-btn .line::after {
        top: 0;
        transform: rotate(-45deg);
        transition: .3s;
    }
    .menu-content {
        border: none;
        display: block;
        text-align: center;
        width: 100%;
        height: auto;
        position: fixed;
        left: 100%;/*leftの値を変更してメニューを画面外へ*/
        z-index: 80;
        background-color: rgb(234, 239, 236);
        transition: all 0.5s;/*アニメーション設定*/
        padding: 0px;
    }
    .active {
        color: black;
    }
    .inactive {
        color: rgb(117, 151, 130);
    }
    .top-ul {
        position: fixed;
        top: 90px;
    }
    .ul {
        position: fixed;
        top: 90px;
    }
    .menu-content li {
        list-style: none;
        border-top:solid white 2px;
        border-bottom:solid white 2px;
    }
    .menu-content li a {
        font-family: "Hiragino Kaku Gothic Pro",'メイリオ', 'Meiryo', sans-serif;
        font-size: 28px;
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-decoration: none;
        padding: 12px 0 9px 0;
        position: relative;
    }
    #menu-btn-check:checked ~ .menu-content {
        left: 0;/*メニューを画面内へ*/
    }
    .navbar {
        margin:0px;
        padding: 0px;
    }
    .navbar-right {
        margin:0px;
        padding: 0px;
    }
    .top-navbar {
        margin:0px;
        padding: 0px;
    }
    .top-navbar-right {
        margin:0px;
        padding: 0px;
    }
    .top-navbar-left {
        margin:0px;
        padding: 0px;
    }
    #navbar {
        display: block;
        text-align: left;
        padding: 20px 5px;
    }
    #about {
        display: block;
        text-align:center;
    }
    .about-small {
        font-size: 16px;
    }
    .about-big {
        font-size: 22px;
    }
    .mobile-flex {
        display: flex;
        justify-content: center;
    }
    .director-img {
        width: 90%;
        max-width: 788px;
    }
    .about-left {
        position: relative;
        margin: 20px 30px 0px 20px;
        padding: 10px 0px;
        width: auto;
        height: auto;
    }
    .about-right {
        position: relative;
        margin: 20px 20px 0px 30px;
        padding: 10px 0px;
        width: auto;
        height: auto;
    }
    .pre-pc {
        white-space: normal;
    }
    .about-whitesmoke {
        text-align: left;
        padding: 30px;
        margin: 0px 0px 30px 0px;
        white-space:normal;
        line-break:strict;
    }
    #natsuko {
        padding: 0px;
    }
    #map {
        display: block;
        flex-direction: unset;
    }
    .map {
        margin:10px 30px 30px 30px;
        padding-top: 60%;
    }
    .access {
        line-height: 1.5em;
        font-size: 16px;
    }
    .middle2 {
        padding:10px 20px 10px 30px;
    }
    .complete-big {
        width: 350px;
        font-size: 28px;
        padding: 10px;
        margin-top: 40px;
    }
    .contact-whitesmoke {
        text-align: center;
        font-size: 24px;
        position: unset;
        height: 380px;
        margin: 0;
    }
    #contact {
        display: block;
        margin-top: 20px;
        padding:20px 0 20px 0;
        max-height: 220px;
    }
    .contact-insta {
        margin:0px auto 0px;
        padding:0px 0px 30px;
        position: relative;
        bottom: 30px;
    }
    #callme {
        line-height: 2em;
        text-align: center;
    }
    .flex {
        justify-content: center;
    }
    .button {
        margin: 30px 30px 0px 30px;
    }
    .mail-img {
        margin:10px 0px 0px 0px;
    }
    .contact-p {
        padding-left: 0px;
    }
}
    @media screen and (max-width: 768px) {
    .about-left {
        margin: 20px 15px 0px 20px;
    }
    .about-right {
        margin: 20px 20px 0px 15px;
    }
    .about-small {
        font-size: 12px;
    }
    .about-big {
        font-size: 18px;
    }
}
