@charset "UTF-8";

body {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif;
    margin: 0px;
    padding: 0px;
    color: #342114;
    background: #E5D7B6 url(cmn/all-bg.gif) repeat-x;
    background-attachment: fixed;
    }
    html , body {
    height: 100%;
    }

.wrapper{
width:100%;
}

.container{
position:relative;
display:flex;
width:100%;
}

.f-bold{
font-weight:bold;
}

.font-l{
font-size:2em;
}
.font-m{
font-size:1.5em;
}
.font-ms{
font-size:1.2em;
}
.font-s{
font-size:0.8em;
}
.font-ss{
font-size:0.5em;
}

.text-l{
text-align:left;
}

h2{
font-size:2em;
color:#00492c;
}

h2 span{
display:block;
font-size:0.5em;
}

h3{
font-size:1.5em;
color:#00492c;
}

h3 span{
font-size:0.5em;
}

h4{
font-size:1.2em;
border-bottom:1px solid #6c3f12;
margin-top:20px;
}

h5{
font-size:1em;
font-weight:bold;
}

iframe{
margin:20px 0;
}

 ul li{
    list-style: disc;
    padding-left: 0px;
    margin-left: 20px;
    text-align:left;
    }
    
.flexbox {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0;
    margin-left: auto;
    box-sizing: border-box;
    }
    
    .btn{
    display:block;
    width:100%;
    color:#fff;
    text-align:center;
    border-radius:10px;
    background-color:#00492c;
    padding:10px 0;
    margin:10px 0;
    }


.contents-l{
width:34%;
height:100%;
position:fixed;
padding:0;
color:#fff;
text-align:center;
background-color:#00492c;
}
.contents-l img{
height:auto;
width:100%;
margin-bottom:10px;
}
.contents-l p{
font-size:0.8em;
}

.contents-r{
width:66%;
position:absolute;
left:34%;
}

.contents-r section{
max-width:750px;
width:100%;
background: url(cmn/title-bg.png) no-repeat;
background-size: 100%;
left:50%;
text-align:center;
margin:30px auto 0 auto;
}

.contents-r section h1{
padding-top:10px;
}

.contents-r section h1 img{
width:100%;
}

.contents-r section p img{
width:80%;
margin: 20px 0;
}

.contents-r section .area01{
width:100%;
background-color:rgba(255,255,255,0.70);
padding:2em;
box-sizing: border-box;
border-radius:10px;
margin-bottom:30px;
}

.contents-r section .box{
border:2px solid #00492c;
padding:10px 20px 20px 20px;
}

.contents-r section .inner-box{
background-color:#fff;
padding:10px 20px 20px 20px;
border-radius:10px;
margin:20px 0;
}

@media screen and (max-width: 780px) {

.container{
position:relative;
display:block;
width:100%;
}

.contents-l{
width:100%;
height:100%;
position:static;
padding:0;
color:#fff;
text-align:center;
background-color:#00492c;
}

.contents-r{
width:100%;
position:static;
left:0;
padding:0.5em;
    box-sizing: border-box;
}

.flexbox {
    display:static;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0;
    margin-left: auto;
    box-sizing: border-box;
    }
    
    .flexbox div{
    margin: 0 auto;
    }
    
    .contents-r section .area01{
    width:100%;
    background-color:rgba(255,255,255,0.70);
    padding:1em;
    box-sizing: border-box;
    border-radius:10px;
    margin-bottom:30px;
    }

}
