@charset "utf-8";

/****** 共通基本設定
******************************************************/
html {
    font-size: 62.5%; /* 1remを10pxに設定 */
}
body {
    font-family: "游ゴシック体",yuGothic,"游ゴシック","yuGothic",sans-serif;
    background-color: #fff;
    color: #555;
}

/* ヘッダー */
.header_inner {
    min-width: 960px;
    height: 460px;
    margin-bottom: 4.2rem;
    background-image: url(../images/img-mainvisual-index.jpg);
    background-position: center center;
    background-size: cover;
}
.header_inner h1 {
    padding: 0.6rem 1.2rem;
    background-color: #fff;
    font-size: 1.2rem;
}
.header_inner img {
    display: inline-block;
    width: 120px;
    height: auto;
    margin-right: 1.2rem;
}
/* 外枠・コンテンツ中央設定  */
.wrapper {
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
}

/* ナビゲーション */
.navigation_main ul {
    justify-content: space-between;
    padding: 0;
    list-style-type: none;
}
.navigation_main li {
    font-size: 2.1rem;
    font-weight: bold;
}
.navigation_main a {
    color: #3e3e3e;
    text-decoration: none;
}
.navigation_main a:hover {
    color: #7b7b7b;
}
/* コンテンツエリア設定 */
.main_content {
    padding: 9rem 0;
}
.main_content h2 {
    margin-bottom: 1.4rem;
    color: #3e3e3e;
    font-size: 4.2rem;
    font-weight: normal;
}
.main_content p {
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
    line-height: 1.6;
}
/* フッター */
.footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 3rem 0;
    border-top: dotted 1px #3e3e3e;
}
.footer .footer_info {
    width: 30%;
}
.footer .footer_navigation ul {
    list-style: none;
}
.footer .footer_navigation ul li {
    margin: 1.8rem 0;
    font-size: 1.8rem;
    color: #3e3e3e;
    font-weight: bold;
    text-align: right;
}
.footer .footer_navigation ul li a {
    color: #3e3e3e;
    text-decoration: none;
}
.footer .footer_navigation ul li a:hover {
    color: #3e3e3e;
}
.copyright {
    padding: ;
}
/****** index.html用
******************************************************/
/* メインコンテンツエリア */
.footer-area .item {
    display: flex;
    
}

/* ニュースエリア */



/****** menu.html用
******************************************************/



/****** アクセスページ
******************************************************/




/****** コンタクトページ
******************************************************/
