/*
Theme Name: kirchterrace
Author: 1969.jp
Author URI: http://1969.jp
Version: 04172020
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

html{
    font-size: 62.5%;
}
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    min-width: 320px;
} 
body {
    font-family:'Merriweather', "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Meiryo UI" , "メイリオ", Meiryo, serif, sans-serif;
    font-size: 1.6rem;
    line-height: 2;
    color: #000;
}
.font-merriweather{
    font-family: 'Merriweather', serif;
}
.font-lato{
    font-family: 'Lato', sans-serif;
}
img {
    vertical-align: bottom;
}
a {
    color: inherit;
    text-decoration:underline;
    outline: none;
}
a:hover {
    text-decoration:none;
}
.wrapper {
}

@media (max-width: 768px) {
}
@media (max-width: 480px) {
    body {
        font-size: 1.5rem;
        line-height:1.6;
    }
}



/* ----------------------------------------------------------------------------------------------------
*  heading element
* --------------------------------------------------------------------------------------------------*/
h2.h2-style01{
    font-family:'Lato', sans-serif;
    font-size: 5.0rem;
    font-weight:100;
    line-height: 1.2;
    margin-bottom: 0.5em;
}
h2.h2-style01 span{
    font-size: 2rem;
    padding-left: 1rem;
}
h3.h3-style01{
    font-family:'Lato', sans-serif;
    font-size: 1.8rem;
    margin-bottom: 0.5em;
}

@media (max-width: 768px) {
    h2.h2-style01{
        font-size: 5.0rem;
        font-weight:100;
        line-height: 0.8;
    }
    h2.h2-style01 span{
        font-size: 2rem;
        padding-left: 0;
    }
}
@media (max-width: 480px) {
    h2.h2-style01{
        font-size: 4.0rem;
    }
    h2.h2-style01 span{
        font-size: 2rem;
    }
}



/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/
header {
    width: 100%;
    background-color: #000;
    color: #fff;
    
    margin-bottom: 40px;
}
.header-in{
    height: 80px;
    position:relative;
}

h1.header-logo{
    position: absolute;
    line-height: 80px;
    top:0;
    bottom: 0;
    left:50px;
    margin: auto 0;
    font-size: 1.6rem;
    font-weight: normal;
}


@media (max-width: 480px) {
    h1.header-logo{
        position: absolute;
        line-height: 80px;
        top:0;
        bottom: 0;
        left:20px;
        margin: auto 0;
        font-size: 1.2rem;
        font-weight: normal;
    }
}



/* ----------------------------------------------------------------------------------------------------
*  Main Navigation
* --------------------------------------------------------------------------------------------------*/
.mainNavi{
    font-family:'Lato', sans-serif;
    position: absolute;
    height: 24px;
    top:0;
    bottom: 0;
    right:50px;
    margin: auto 0;
}
.mainNavi-ul{
    display:flex;
    flex-flow:row;
    justify-content:flex-end;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    list-style-type: none;
}
.mainNavi-ul li {
    margin: 0;
    padding: 0;
}
.mainNavi-ul li a {
    display: block;
    text-decoration: none;
    padding: 0 1em;
    color: #fff;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
}
.mainNavi-ul li a:hover {
    color: #F6ED68;
}

.mainNavi-sub-ul{
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}
.mainNavi-ul.nav-white li a {
    color: #fff;
}
.mainNavi-ul.nav-white li a:hover {
    color: #F6ED68;
}


.toggle-menu{
    display: none;
    position: absolute;
    cursor: pointer;
}
.toggle-menu.toggle-white{
    color: #fff;
}

@media (max-width: 768px) {
    .mainNavi{
        display: none;
        height:auto;
        top:80px;
        bottom:auto;
        right:0;
        margin:0;
        width: 50vw;
        padding-top: 0.7em;
        background-color: rgba(0,0,0,0.8);
    }
    .mainNavi-ul{
        display:flex;
        flex-flow:column;
        justify-content:flex-start;
        text-align: center;
    }
    .mainNavi-ul > li{
        margin: 0 0 0.7em;
    }
    .toggle-menu{
        top:20px;
        right: 24px;
        font-size: 40px;
        display: block;
    }
    .mainNavi-ul.nav-white li a {
        color: #000;
    }
}
@media (max-width: 480px) {
    
}


/* ----------------------------------------------------------------------------------------------------
*  Main Image
* --------------------------------------------------------------------------------------------------*/
.main-img {
    width: 100%;
    text-align: center;
}
.main-img img{
    width: 100%;
    max-width: 962px;
}
.link_bn{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.link_bn a{
    margin:10px 20px;
}

@media (max-width: 768px) {
}

@media (max-width: 480px) {
    .link_bn{
        flex-direction: column;
        align-items: center;
    }
}



/* ----------------------------------------------------------------------------------------------------
*  Contnts
* --------------------------------------------------------------------------------------------------*/
.sec-contents {
  max-width: 830px;
  padding: 40px;
  margin: 0 auto;
}
.ol-style01{
    margin-left: 1em;
}
.ol-style01 li{
    margin-bottom: 0.5em;
}

@media (max-width: 768px) {
}
@media (max-width: 480px) {
}



/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
footer {
    text-align: center;
    padding: 1em;
    
    background-color: #000;
    color: #fff;
}

footer p {
    font-size: 1.4rem;
}

@media (max-width: 768px) {
}
@media (max-width: 480px) {
    
}







