@charset "utf-8";
/* CSS Document */

html,body,#container {height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	color: #666;	/*全体の文字色*/
	font-family: "Noto Serif JP", serif;
    font-weight: 500;
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
    width: 100%;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
video {max-width: 100%;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;		/*リンクテキストの色*/
	transition: 0.2s;	/*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
}
a:hover {
	color: #DE2900;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*inner
---------------------------------------------------------------------------*/
.inner {
	max-width: 1400px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding-left: 2% !important;
	padding-right: 2% !important;
}

#contents .inner {
	padding: 20px 0px;	/*上下、左右へのブロック内の余白*/
}

/*mainブロック*/
.main {
	width: 75%;		/*メインコンテンツの幅*/
    margin: auto;
}
/*section同士の余白*/
.main section + section {
	margin-top: 40px;
	padding-top: 0;	/*.linkのpadding-topをリセットしておく*/
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

#infor {
    display: flex;
}

.menubar {
    
    width: 16.8%;
    height: 100;
    background-color: #F8DDDE
    
}

.menubar ul {
    padding-top: 1em;
    padding-left: 0.5em
}


.menubar ul li img {
    width: 95%;
    margin: auto;
}

.menubar ul li img:hover {
    background-color:rgba(255,255,255,0.5)
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/


.left {
  
    width: 83.2%;
    background-color: #F4CBCE
}




/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.footer {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #F8DDDE;
    text-align:center;
    padding: 1em 0 1em 0;
    font-size: 0.7em
}

.footer table {
    width: 100%;
    margin: auto;
    background-color: #FFFFFF;

}

.footer table td {
   justify-content: center; 
    width: 33%;
}





/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/*画面幅800px以下*/

@media screen and (max-width:800px) {
    
    body {
        font-size: 15px;	/*文字サイズ*/
    }
    
    
    .main {
	   width: 100%;		/*メインコンテンツの幅*/
       margin: auto;
}
    
    
   
    
    #infor {
        display: flex;
    }


.menubar {
    
    width: 16.8%;
    height: 100;
    background-color: #F8DDDE
    
}

.menubar ul {
    padding-top: 1em;
    padding-left: 2px
}


.menubar ul li img {
    width: 100%;
    margin: auto;
}

.menubar ul li img:hover {
    background-color:rgba(255,255,255,0.5)
}

    
  .left {
  
    width: 83.3%;
    background-color: #F4CBCE
}


    
}































