@charset "UTF-8";
/* CSS Document */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900|Noto+Serif+JP:300,400,500,600,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Homemade+Apple&display=swap');
html {
font-size: 14px;
}
body{
background-color: #fff;
font-family: 'Noto Sans JP', sans-serif;
}
div{
line-height: 1.8em;
}
a, a:link, a:visited    {  
    text-decoration: none;  
    color: #fff;  
}  
a:hover {  
    text-decoration: none;  
    color: #fff;  
    filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;}  
a:active    {  
    text-decoration: none;  
    color: #fff;  
}

/*top*/
.ll-box{
width: 100%;
margin: 0;
padding: 0;
}
.l-box{
max-width: 1100px;
margin: 0 auto;
padding: 0;
}
.m-box{
max-width: 800px;
margin: 0 auto;
padding: 0 40px;
}
.s-box{
max-width: 500px;
padding: 0 40px;
}
.serif{
font-family: 'Noto Serif JP', serif;
}

.navbar{
padding: 0;
position: relative;
}
.navbar .container{
padding-top: 0;
}
.navbar-brand{
margin: 0;
padding: 0;
margin-right: 20px;
}
.navbar-brand img{
width: 170px;
}
.navbar-toggler{
margin: 0 15px 0 0;
}
.navbar-nav{
padding: 25px 0 20px;
font-family: 'Noto Serif JP', serif;
margin-left: auto;
margin-right: auto;
}
.navbar-nav a{
margin: 0 10px;
}
.navbar-nav a:hover,.navbar-active{
background-color: #EAE5E3;
border-bottom: 1px solid #05512C;
}
.navbar-nav li{
padding: 10px;
}
.nav-link{
text-align: center;
font-size: 110%;
letter-spacing: 0.1em;
font-weight: 400;
color: #1B1B1B;
}
.top-buttom{
position: absolute;
right: 20px;
top:0;
}
.top-buttom img{
max-width: 120px;
}
.top-tree{
position: absolute;
right:20px;
bottom:0;
}
.top-tree img{
max-width: 100px;
}

.top-title {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    margin-bottom: 35px;    /* 周りの余白指定 */
    font-size: 40px;        /* 文字サイズ指定 */
    text-align:  center;    /* 文字位置指定 */
}
.top-title-point {
    display:  block;        /* ブロック要素にする */
    font-size:  14px;       /* 文字サイズ指定 */
    margin-top:  10px;      /* 周りの余白指定 */
    position:  relative;    /* 位置調整 */
    width: 180px;           /* 幅指定 */
    margin: 10px auto 0;    /* 周りの余白指定 */
    background-color:  #fff;/* 背景色指定 */
}
 
.top-title-point:before {
    content: '';            /* 空の要素を作る */
    height:  1px;           /* 高さ指定 */
    background-color:  #000;/* 背景色指定 */
    position:  absolute;    /* 位置調整 */
    top: 0;                 /* 位置調整 */
    bottom:  0;             /* 位置調整 */
    margin:  auto;          /* 位置調整 */
    z-index: -1;            /* 重なり調整 */
    width: 240px;           /* 幅指定 */
    left:  -30px;           /* 位置調整 */
}

/*content*/





/*footer*/
footer{
background-color: #F0F0F0;
text-align: center;
padding-bottom: 20px;
margin-top: 50px;
}
#f-menu{
margin: 0 auto 20px;
text-align: left;
padding: 20px 50px 0;
}
#f-menu h5{
font-size: 100%;
font-weight: 700;
white-space: nowrap;
color: #595757;
margin-top: 15px;
margin-bottom: 10px;
}
a, a:link, a:visited    {  
text-decoration: none;
color: #595757;
}  
footer a:hover {  
text-decoration: underline;
color: #595757;
}
footer a:active {  
text-decoration: underline;  
color: #595757;
}
footer p{
font-size: 85%;
text-align: center;
margin: 20px 0 0 0;
line-height: 1.2em;
}
footer hr{
border-color: #808080;
margin: 40px 0 0;
padding-bottom: 0;
background-image: none;
}
#f-address{
margin: 0 auto;
text-align: left;
padding: 0 50px;
font-size: 90%;
}
.copyright{
margin-top: 30px;
}

