﻿@charset "UTF-8"

html {
 font-size=100%;
}

/* HEADER */

.page-header {
 display: flex;
 justify-content: space-between;
}
.page-header h1 {
 font-size: 1.5rem;
}
 
.wrapper {
 max-width: 1600px;
 margin: 0 auto;
 padding: 0 2%;
}

.logo {
 width: 100px;
 margin-top: 0pt;
}


/* HEADER */


body {
 font-family: "新ゴ R",serif;
}

img {
 max-width: 100%;
}

.title-top {
 background-color: rgba(255,255,255,0.5);
}

.big-bg {
 background-size: cover;
 background-position: top 
}

.home-page {
 text-align: center;
 margin-top: 10%;

}

.home-page h2 {
  color: #FFFFFF;
}

#home {
 background-image: url(../img/top3_bg.jpg);
 background-color: #777777;
 height: 200px;
}

#home .page-title {
 text-transform: none;
}

/* レイアウト　メイン画面・サイドメニュー */
article {
 width: 78%;
 background-color: #e1eec1;
}

aside {
 width: 20%;
 text-align: center;
 border-radius: 10px;
}

.main2 {
 display: flex;
 justify-content: space-between;
 margin-bottom: 10px;

}

/* サイドメニューの設定　*/
.side-menu2 {
 margin-bottom: 0px;
 background-color: #eaf6fd;
 list-style: none;
}

.side-menu2 li {

 background-color: #d0e39b;

}

footer {

 background-color: #aaaaaa;
 width: 100%;
 text-align: center;
 border-radius: 10px;
}
