/* 共通 */
body {
	font-family: 'M PLUS Rounded 1c', sans-serif !important;
	font-size: 1.1rem;
}

.wrapper {
    background: #eeece2;
    color: #3e2207;
    padding: 1px 0;
}

.content_wrap {
    width: 65%;
    margin: 40px auto 60px;
}

.d_inline_block {
    display: inline-block;
}

.align_center {
    text-align: center;
}

.align_left {
    text-align: left;
}

.d-block {
	display: block;
}

/* ヘッダー */
.header_wrap {
    height: 135px;
    background: linear-gradient(to right, #40641a 60%, #d9e3c0);
    color: #fff;
    padding: 0 100px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
}

/* @media screen and (max-width: 600px) {
    .header_wrap {
        padding-left: 60px;
    }
}

@media screen and (max-width: 600px) {
    .header_wrap {
        height: 175px;
    }
} */

.header_wrap::after {
    content: "";
    width: 210px;
    height: 140px;
    position: absolute;
    background: url(./images/kiyokai_header_leaf_image_resize_h_280_colors_22.png) no-repeat;
    background-size: contain;
    right: 0;
}

.header h1 {
    font-size: 2.6rem;
    font-weight: bold;
}

.header .and {
	font-size: 1.3rem;
}

.title_small_font {
	font-size: 1.3rem;
}

.tritle_italic {
	font-size: 1.3rem;
	font-style: italic;
}

/* ナビゲーション */
.nav_area {
    background: #3e2207;
    height: 45px;
}

.nav_area .nav_block {
    width: 65%;
    margin: auto;
    padding: 10px 0;
    display: flex;
    color: #fff;
}

/* @media screen and (max-width: 900px) {
    .nav_area .nav_block {
        width: 90%;
    }
}

@media screen and (max-width: 630px) {
    .nav_area .nav_block {
        width: 100%;
    }
}

@media screen and (max-width: 570px) {
    .nav_area {
        height: 70px;
    }
} */

.nav_area .nav_title {
    font-size: 20px;
    width: 25%;
    text-align: center;
    position: relative;
	cursor: pointer;
}

.nav_area .nav_items {
    overflow: hidden;
    width: 100%;
    min-width: 190px;
    font-size: 0.7em;
    height: 0;
    opacity: 0;
    transition: opacity 0.2s;
    margin: 12px auto 0;
}

.nav_area .nav_items a {
    padding: 10px 0;
    transition: 0.2s;
    /* セル内をクリックで遷移 */
    display: block;
    background: rgba(62, 34, 7, 0.8);
}

.nav_area .nav_items a:hover {
    background: rgba(64, 100, 26, 0.8);
}

.nav_area .nav_items li.nav_item_title {
    padding: 10px 0;
    transition: 0.2s;
    display: block;
    background: rgba(195, 189, 155, 0.8);
    color: #3e2207;
}

.nav_area .nav_title:hover .nav_items {
    height: 100%;
    opacity: 1;
}

/* mv */
.mv_area {
    width: 100%;
    height: calc(100vw * 0.35);
    overflow: hidden;
}

.mv_area img {
    width: 100%;
    height: auto;
}

/* 本文 */

h2 {
    background: #c3bd9b;
	font-size: 1.5rem;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}

h3.grass_icon {
    font-size: 1.3rem;
    letter-spacing: 0.8em;
    padding-right: 1em;
    margin: 20px 0 10px;
}

h3.grass_icon::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(./images/kiyokai_icon_resize_h_80_colors_15.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 40px;
}

.policy_list {
    display: inline-block;
    text-align: left;
}

.policy_list li {
    padding: 5px 0;
}

.greeting_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.greeting_area img {
    height: 300px;
    width: auto;
}

#section_02 {
    text-align: center;
}

#section_02 h3 {
	font-size: 1.3rem;
    font-weight: bold;
    margin: 30px auto;
}

.greeting_area .greeting_block {
    width: 75%;
    text-align: center;
}

@media screen and (max-width: 600px){
    .greeting_area .greeting_block .greeting_text {
        margin: 10px;
        display: inline-block;
        text-align: left;
    }

    .greeting_block .greeting_text p {
        margin-top: 20px;
        line-height: 1.7;
    }
}

.greeting_block .greeting_info {
    text-align: right;
}

.greeting_block .greeting_info p {
    display: inline-block;
    text-align: left;
    margin-top: 20px;
    line-height: 1.7;
}

.greeting_movie {
    text-align: center;
    margin: 50px 0;
}

.greeting_movie iframe {
    margin-top: 20px;
}

@media screen and (max-width: 600px) {
    .greeting_movie iframe {
        width: 90%;
        height: auto;
    }
}

/* 沿革 */
.history_table {
    width: 80%;
    margin: 50px auto;
}

@media screen and (max-width: 800px) {
    .history_table {
        width: 90%;
    }
}

.history_table tr {
    height: 80px;
    line-height: 1.6;
}

.history_table {
    border-collapse: collapse;
}

.history_table th,
.history_table td {
    /* セルごとの線 */
    border-top: 1px #3e2207 solid;
    font-weight: normal;
    padding: 10px;
    vertical-align: middle;
	font-size: 1.0rem;
}

/* 一番下の線 */
.history_table {
    border-bottom: 1px #3e2207 solid;
}

/* 年と月 */
.history_table th,
.history_table td:nth-of-type(1) {
    text-align: center;
    width: 150px;
}

/* 個人情報の利用目的 */
.privacy_area {
    background: #fff;
    border: 1px #3e2207 solid;
    border-radius: 100px;
    padding: 50px;
    width: 90%;
    margin: 30px auto 0;
}

/* @media screen and (max-width: 800px) {
    .privacy_area {
        padding: 50px 25px;
    }
} */

.privacy_area h3 {
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}

.privacy_area .privacy_list {
    width: 80%;
    margin: 50px auto 0;
    line-height: 1.4;
}

.privacy_area .privacy_list > li {
    margin: 5px 0 0;
}

.privacy_area .privacy_list .privacy_inlist {
    font-size: 0.9em;
    margin-left: 4em;
    margin-top: 10px;
}

.privacy_list .privacy_inlist li {
    margin: 5px 0;
}

.privacy_area .privacy_caution {
    width: 85%;
    margin: 30px 0 0 auto;
    line-height: 1.6;
	font-size: 1.0rem;
}

.privacy_caution li {
    position: relative;
    padding-left: 1.8em;
}

.privacy_caution li::before {
    content: "1.";
    position: absolute;
    left: 0;
}

.privacy_caution li:nth-of-type(2)::before {
    content: "2.";
    position: absolute;
    left: 0;
}

.privacy_caution li:nth-of-type(3)::before {
    content: "3.";
    position: absolute;
    left: 0;
}

/* 利用規約 */
.terms_service {
    text-align: center;
    margin: 30px 0;
}

.terms_service span {
    display: inline-block;
    text-align: left;
}

.terms_service a {
    color: #b12318;
    font-size: 1.1em;
    font-weight: 500;
    border-bottom: 1px #b12318 solid;
}

/* フッター */
.footer {
    background: #c3bd9b;
    color: #3e2207;
    display: flex;
    justify-content: space-between;
    padding: 50px 135px;
}

/* @media screen and (max-width: 1160px) {
    .footer {
        padding: 50px 70px;
    }
}

@media screen and (max-width: 960px) {
    .footer {
        padding: 50px 40px;
    }
} */

.footer > div {
    width: 20%;
}

.footer .footer_item01 {
    font-size: 0.8em;
    margin-right: 20px;
}

.footer .footer_item01 .address_text {
    margin: 50px 0 30px;
}

.footer .footer_item_title {
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.footer .footer_item05 .footer_item_title {
    margin-top: 46px;
    margin-bottom: 20px;
}

.footer ul {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 0.9em;
}

.footer ul li {
    margin: 5px 0 0 1em;
}

.footer ul li .in_list {
    font-size: 0.9em;
}
