@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
outline: 0;
text-decoration: none;
font-weight: normal;
}

body {
font-family: 'Noto Sans Japanese', -apple-system, blinkMacSystemFont, 'Helvetica Neue','Segoe UI', YuGothicM, YuGothic, Meiryo, sans-serif;
background-color:#fff;
font-weight: 500;
color: #000;
}

ul li {
list-style: none;
}

*:focus {
outline: none;
}

.clearfix {
overflow: hidden;
}

.clearfix:after {
content: '';
display: block;
clear: both;
height: 0;
}

a:link {
text-decoration: none;
display: block;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

a:hover {
opacity: 0.9;
-moz-opacity: 0.9;
}

img {
max-width: 100%;
width: auto;
height: auto;
vertical-align: bottom!important;
}
img[src$=".svg"] {
    width: 100%;
}

.head {
    width: 100%;
    display: flex;
    padding: 0px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 0;
    background-color: #9a0004;
}

.head a:hover {
    color: #9a0004;
}

.logo-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.logo-area ul {
    display: flex;
    align-items: center;
    position: relative;
}
.logo-area ul li a {
    padding: 0 20px;
    background-color: #000;
    display: block;
    color: #fff;
    line-height: 72px;
    font-size: 12px;
}

.logo-area h1 {
    width: 72px;
    display: block;
    position: relative;
    padding: 10px;
    background-color: #fff;
}
.logo-area p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    padding-left: 30px;
    color: #fff;
}

a.mail {
    color: #fff;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
    width: 72px;
    font-size: 16px;
}

.head h2 {
    font-size: 24px;
    font-weight: 300;
}

.top-wrap {
    width: 100%;
    height: calc(100vh - 72px);
    position: relative;
    background-color: #840206;
    display: flex;
    justify-content: flex-start;
}

.top-img {
    width: calc(100% - 72px);
    height: calc(100vh - 72px);
    padding: 0 0 0 0;
    background-image: url(../img/imagen-solar.png);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

video {
    width: auto;
    height: 100%;
}

.top-info {
    display: flex;
    position: absolute;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-left: 72px;
}

.top-info h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 300;
    display: block;
    line-height: 2.4em;
}

.top-info p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    display: block;
}

.head-copy {
    width: 72px;
    height: calc(100vh - 72px);
    webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: #840206;
}
.head-copy p {
    font-size: 10px;
    color: #fff;
    line-height: 1;
}

/* nav */
.nav-area {
    display: none;
}

.contents-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    position: relative;
}

.top-contents-left {
    width: 72px;
    padding-top: 72px;
    background-color: #9a0004;
    webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
}
.top-contents-left p {
    font-size: 10px;
    color: #fff;
    line-height: 1;
}

.line {
    width: 100%;
    height: 72px;
    background-color: #840206;
}
.line2 {
    width: 100%;
    height: 72px;
    background-color: #9a0004;
}

.top-contents-right {
    width: calc(100% - 72px);
}

section.main-info {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 80px 76px 80px 76px; 
}

section.main-info h2 {
    font-size: 28px;
    padding-bottom: 10px;
    display: block;
    font-weight: 600;
    position: relative;
}

section.main-info p.sub {
    font-size: 14px;
    font-weight: 600;
    color: #9a0004;
}

.service-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    padding: 60px 0 0 0;
    flex-wrap: wrap;
}

.service-bloc {
    width: 48%;
    padding: 0 0 40px 0;
    display: block;
}

.service-bloc h3 {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid #333;
    color: #333;
    padding-bottom: 16px;
}
.service-bloc p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1.8em;
    padding-top: 14px;
}

.service-area {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    padding: 60px 0 0 0;
}

.service-area h3 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 1.2em;
}
.service-area p {
    font-size: 16px;
    font-weight: 600;
    color: #9a0004;
}

.service-img01 {
    width: 50%;
    display: block;
    position: relative;
}

.service-info01 {
    position: relative;
    width: 60%;
    margin: 40px 0 0 -20px;
}

p.service01 {
    font-size: 14px;
    color: #333;
    padding: 20px 0;
    line-height: 2em;
    margin: 0 10px 0 40px;
}

.service-img02 {
    width: 50%;
    display: block;
    position: relative;
}

.service-info02 {
    position: relative;
    width: 60%;
    margin: 40px -20px 0 0;
    z-index: 1;
}

p.service02 {
    font-size: 14px;
    color: #333;
    padding: 20px 0;
    line-height: 2em;
    margin: 0 40px 0 10px;
}

.info-title {
    padding: 40px 40px;
    border: 2px solid #333;
}




/* 20181029 */

section.fee-info {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 120px 2% 0 2%; 
}

section.fee-info h3 {
    font-size: 24px;
    padding-bottom: 40px;
    display: block;
    text-align: center;
    font-weight: 400;
    position: relative;
}

.fee-table {
    font-size: 13px;
    background: #fff;
    width: 80%;
    border-collapse: collapse;
    text-align: left;
    margin: 0px auto;
}

table.fee-table tr {
    border-bottom: 1px solid #ddd;
}

.fee-table th {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    border-bottom: 2px solid #000;
    padding: 10px 8px;
}

.fee-table td {
    color: #555;
    padding: 20px 10px 10px;
}

section.access-info {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 120px 2% 0 2%; 
}

section.access-info h3 {
    font-size: 24px;
    padding-bottom: 40px;
    display: block;
    text-align: center;
    font-weight: 400;
    position: relative;
}

.access-wrap {
    width: 80%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
}

.map {
    width: 48%;
}

.adress {
    width: 48%;
}

.adress h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}

.adress p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    padding-bottom: 5px;
}

.footer {
    width: 100%;
    padding: 30px 72px;
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer p.copy {
    font-size: 12px;
    color: #fff;
}
.footer p.foot-info {
    font-size: 12px;
    line-height: 1.4em;
    color: #fff;
}


/* subpage */
.sub-contents-wrap {
    width: 100%;
    background-color: #9a0004;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    position: relative;
}

.sub-inner {
    width: 100%;
    display: block;
    background-color: #fff;
    position: relative;
    margin-left: 72px;
    padding: 80px 76px 80px 76px;
}

.sub-inner h2 {
    font-size: 28px;
    padding-bottom: 10px;
    display: block;
    font-weight: 600;
    position: relative;
}
.sub-inner p.sub {
    font-size: 14px;
    font-weight: 600;
    color: #9a0004;
}

.sub-inner p.sub-info {
    font-size: 14px;
    font-weight: 400;
    padding-top: 20px;
    line-height: 1.8em;
}

ul.sub-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 60px 0 0 0;
}
ul.sub-menu li {
    width: 32%;
    display: block;
}
ul.sub-menu li a {
    border: 2px solid #9a0004;
    padding: 10px;
    font-weight: 500;
    color: #9a0004;
    text-align: center;
}
ul.sub-menu li a:hover,ul.sub-menu li a.active {
    border: 2px solid #9a0004;
    padding: 10px;
    font-weight: 500;
    background-color: #9a0004;
    color: #fff;
    text-align: center;
}

ul.jirei-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 0 0 0;
}

ul.jirei-flex li {
    width: 32%;
    display: block;
    padding-bottom: 20px;
}
ul.jirei-flex li img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.empty {
    width: 100%;
    padding: 60px 0 0 0;
    height: 50vh;
}

.empty p {
    font-size: 14px;
    font-weight: 600;
    color: #9a0004;
}

.sub-inner dl {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 40px 0;
    font-size: 14px;
    line-height: 2em;
}

.sub-inner dl dt {
    width: 20%;
    background-color: #000;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 10px;
    margin-bottom: 16px;
}
.sub-inner dl dd {
    width: 75%;
    font-weight: 400;
    padding: 10px 10px 10px 40px;
    margin-bottom: 16px;
}

.map {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 40px;
}
.map iframe {
    width: 100%;
}

.mailform {
    width: 100%;
    max-width: 960px;
}

.mailform dl dt {
    width: 30%;
    background-color: #000;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 5px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.mailform dl dd {
width: 65%;
font-weight: 400;
padding: 5px 10px 5px 40px;
margin-bottom: 16px;
    display: flex;
    align-items: center;
}


.mailform dl dd input[type="text"], .mailform dl dd select {
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ddddea;
    color: #666!important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.mailform dd textarea {
    width: 100%;
    height: 80px;
    padding: 5px 10px;
    resize: vertical;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ddddea;
    color: #666!important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.confirmation_btn {
    font-family: inherit;
    padding: 5px 20px;
    font-size: 14px;
    background: none;
    border: none;
    background: #9a0004;
    color: #fff;
    cursor: pointer;
}
input[type="button"][value="戻る"] {
    font-family: inherit;
    padding: 5px 20px;
    font-size: 14px;
    background: none;
    border: 1px solid #9a0004;
    background: #fff;
    color: #9a0004;
    cursor: pointer;
}
input[type="submit"][value="送信"] {
    font-family: inherit;
    padding: 5px 20px;
    font-size: 14px;
    background: none;
    border: 1px solid #9a0004;
    background: #9a0004;
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
}

.submit_area {
    padding-top: 20px;
}
.mailform p.confirmation {
    font-size: 14px;
    line-height: 1.8em;
    padding: 20px 0;
}

.submit_content dl {
    padding: 4px 0;
}

p.completion {
    font-size: 14px;
    line-height: 2.6em;
    padding: 40px 0;
}

@media screen and (max-width: 768px) {
    
    .logo-area h1 {
        width: 60px;
        }
    .logo-area ul {
        display: none;
        }
    .logo-area p {
        font-size: .7rem;
        padding-left: 8px;
        letter-spacing: -0.02em;
    }
    a.mail {
        display: none;
    }
    .head-copy {
        display: none;
    }
    .top-wrap {
        height: calc(60vh - 60px);
        }
    .top-img {
        width: 100%;
        height: auto;
    }
    .top-info {
        padding: 0 2%;
        margin: 0 auto;
        width: 100%;
    }
    .top-info h2 {
        font-size: 1.6rem;
    }
    .top-info p {
        font-size: 1rem;
    }
    .top-contents-left {
        display: none;
    }
    .top-contents-right {
        width: 100%;
    }
    .line {
        width: 100%;
        height: 60px;
        }
        
    section.main-info {
        padding: 60px 2%;
    }
    .service-area {
        flex-flow: column;
    }
    .service-img01 {
        width: 100%;
    }
    .service-info01 {
        position: relative;
        width: 100%;
        margin: 20px 0 0 0px;
    }
    .info-title {
        padding: 20px 20px;
        border: 2px solid #333;
        width: 90%;
        margin: 0 auto;
    }
    p.service01 {
        padding: 20px 2%;
        margin: 0 auto;
    }
    .service-info02 {
        position: relative;
        width: 100%;
        margin: 20px 0px 0 0;
    }
    .service-img02 {
        width: 100%;
        display: block;
        position: relative;
    }
    p.service02 {
        padding: 20px 2%;
        margin: 0 auto;
    }
    .flow-rev {
        flex-flow: column-reverse;
    } 
    
    .sub-inner {
        width: 100%;
        margin: 0px auto;
        padding: 80px 2%;
    }
    .sub-inner dl dt {
        width: 100%;
        background-color: #000;
        color: #fff;
        font-weight: 400;
        text-align: left;
        padding: 5px;
        margin-bottom: 16px;
    }
    .sub-inner dl dd {
        width: 100%;
        font-weight: 400;
        padding: 5px 0px 5px 0px;
        margin-bottom: 16px;
    }
    
    ul.sub-menu li a {
        padding: 10px 5px;
        font-size: .8rem;
    }
    ul.sub-menu li a:hover, ul.sub-menu li a.active {
        padding: 10px 5px;
    }
    ul.jirei-flex li {
        width: 49%;
    }
    
    .mailform dl dt {
        justify-content: flex-start;
    }
    
    .footer {
        padding: 30px 2%;
        flex-flow: column;
    }
    .footer p.foot-info {
        padding-bottom: 20px;
    }
    
    /* nav */
    .nav-area {
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0%;
        top: 0;
        z-index: 1102;
    }
    .nav-area nav {
        display: block;
        padding: 17px;
        background: #000;
    }
    
    .menu-contents {
        width: 96%;
        padding: 60px 2%;
    }
    
    .menu-contents h3 {
        font-size: 1.16rem;
        color: #fff;
        padding: 5px 5px 20px 5px;
        font-weight: bold;
        display: inline-block;
    }
    .menu-contents ul {
        width: 100%;
        display: block;
    }
    
    .menu-contents ul li {
        color: #fff;
    }
    
    .menu-contents ul li a{
        color: #fff;
        padding: 16px 5px 16px 5px;
    }
    
    .menu-contents ul li ul.sub-list {
        padding-left: 16px;
    }
    
    .menu-contents ul li ul.sub-list li a {
        font-size: .9rem;
        color: #efefef;
    }
    .menu-contents ul li ul.sub-list li a:before {
        content: "〉";
        position: relative;
        display: inline-block;
    }
}