@charset "utf-8";

/* ディスプレイサイズ通常　*/


/* base style */

* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    text-align: center;
}

body {
    font-size: 14px;
}

a {
    color: #604c3f;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #11502a;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 16px;
    font-weight: normal;
}

h2 {
    font-size: 14px;
    font-weight: normal;
}


/* contentクラス */

.content {
    box-shadow: 0 0 3px #aaa;
}

.content p {
    padding: 10px;
}

.content img {
    width: 100%;
}

aside {
    padding: 10px;
}


/* header */

#header {
    height: 550px;
    font-size: 10pt;
    font-family: ＭＳ\ ゴシック, MS Gothic, Osaka－等幅, Osaka-mono, monospace;
    text-align: left;
    background-image: url(../images/index2/header_800.jpg);
    background-position: center bottom;
    background-repeat: repeat-x;
}

.head_logo {
    padding-top: 5px;
    text-align: center;
}

.head_logo_sp {
    display: none;
}

.head_text {
    margin-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    color: #604c3f;
    margin-bottom: 10px;
}


/* Flexbox メインレイアウト */

#main {
    width: 1000px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1000px) {
    #main {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

#sub {
    width: 1000px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1000px) {
    #sub {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}


/* Flexbox メインコンテンツ */


/* メニュー */

.menu_1 {
    height: 25px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    color: #7baa3d;
    background-image: url(../images/index2/menu_01.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}


/* 没カラー　afd08b*/

.menu_2 {
    height: 25px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    color: #a58e74;
    background-image: url(../images/index2/menu_02.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}


/* 没カラー　afd08b*/

.menu_3 {
    height: 25px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    color: #3291b2;
    background-image: url(../images/index2/menu_03.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.menu_4 {
    height: 25px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    color: #3291b2;
    background-image: url(../images/index2/menu_04.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}


/* ボタン　*/

.btn_1 {
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 1.3em;
    background: #7baa3d;
    /*背景色afd08b*/
    border-bottom: solid 4px #6f7a61;
    /*少し濃い目の色にa9a9a9*/
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.btn_1:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
    /*線を消す*/
}

.btn_2 {
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 1.3em;
    background: #b89b79;
    /*背景色 これかd2ba7c*/
    border-bottom: solid 4px #7f6b57;
    /*少し濃い目の色に*/
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.btn_2:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
    /*線を消す*/
}

.btn_3 {
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 1.3em;
    background: #61a8b5;
    /*背景色9dc6d6*/
    border-bottom: solid 4px #638491;
    /*少し濃い目の色に*/
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.btn_3:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
    /*線を消す*/
}


/* コンテンツ　*/

.service {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: center;
    /* 中央揃え */
}

.service .content {
    width: 270px;
    margin: 20px;
    text-align: center;
    color: #604c3f;
    background-color: #e3efd1;
}

@media (max-width: 1000px) {
    .service .content {
        width: calc(25% - 10px);
        margin: 20px;
        text-align: center;
        color: #604c3f;
        background-color: #e3efd1;
    }
}


/* 運営サイト＆facebook */

.fb {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 520px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: center;
    /* 中央揃え */
}

@media (max-width: 1000px) {
    .fb {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        justify-content: center;
        /* 中央揃え */
    }
}

.fb .site {
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 16px;
    margin-right: 16px;
    text-align: left;
    color: #604c3f;
    background-color: #e3efd1;
    box-shadow: 0 0 3px #aaa;
}

.fb .content {
    width: 75px;
    margin: 8px;
    text-align: left;
    color: #604c3f;
    background-color: #e3efd1;
    box-shadow: 0 0 3px #aaa;
}


/* lank */

.lank {
    display: flex;
    flex-wrap: wrap;
    width: 420px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: center;
    /* 中央揃え */
}

@media (max-width: 1000px) {
    .lank {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

.lank_2 {
    width: 100%;
    high: auto;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #a38b77;
    text-align: left;
    font-size: 0.9em;
}

.lank_l {
    high: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/* news */

.news {
    margin: 30px;
}

.news_2 {
    width: 80%;
    high: auto;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #a38b77;
    text-align: left;
}


/* footer */

.end {
    height: 100px;
    background-image: url(../images/index2/footer_97.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}

#footer {
    height: auto;
    font-size: 10pt;
    padding-top: 15px;
    font-family: ＭＳ\ ゴシック, MS Gothic, Osaka－等幅, Osaka-mono, monospace;
    color: #666;
    background-color: #e7f4fa
}

.foot_logo {
    text-align: center;
}

.foot_text {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    color: #604c3f
}

.sitemap {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    justify-content: center;
    /* 中央揃え */
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1200px) {
    .sitemap {
        width: 80%;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

.sitemap .company {
    width: calc(25% - 10px);
    margin: 5px;
    text-align: left;
}

.sitemap .site {
    width: calc(25% - 10px);
    margin: 5px;
    text-align: left;
}