﻿/*charset*/
@charset "utf-8"

/*==========================================
 clearfix
===========================================*/
.cf {
    zoom: 1;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}

/*==========================================
 共通の設定のスタイル
===========================================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 15px;
    scroll-behavior: smooth;
}
/*♦スマホ向けのレイアウトの指定：～600px */
@media screen and (max-width: 600px) {
    html {
        font-size: 16px;
    }
}
/*==========================================
 body要素のスタイル
===========================================*/

body {
    margin: 0 0 0 0;
    line-height: 1.7;
    letter-spacing: 0.1rem;
    text-align: center;
    width: 100%;
    background-color: #a6bdc0;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ",
        Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
}

/*==========================================
 インライン要素のスタイル
===========================================*/

a {
    color: #555;
    text-decoration: underline;
}
a:link {
    color: #0000ff;
}
a:visited {
    color: #800080;
}
a:hover,
a:active {
    color: #ff6600;
}

/*==========================================
 イメージのスタイル
===========================================*/

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 0;
    border-style: none;
}

/*==========================================
 ブロックレベル要素のスタイル
===========================================*/

h1 {
    font-size: 1.3rem;
    margin: 20px 1% 15px 1%;
    padding: 5px 10px;
    width: 97%;
    border: 1px solid #cc0000;
    border-left: 24px solid #cc0000;
    border-radius: 8px 8px 0 0;
    background-color: #fff;
}
h1 span,
h2 span,
h3 span,
p span {
    font-size: small;
}
h2 {
    font-size: 1.2rem;
    margin: 10px 1.2% 5px 1.2%;
    padding-left: 20px;
    width: 96%;
    border: 3px solid #4a9a98;
    background-color: #fff;
    border-radius: 12px;
    /*box-shadow: 0px 2px 3px #c0c0c0;*/
}
h3 {
    font-size: 1.1rem;
    padding-left: 20px;
    margin-bottom: 5px;
}
h4 {
    font-size: 1rem;
}

p {
    font-size: 1rem;
    margin-top: 0px;
    padding-left: 15px;
    margin-bottom: 1rem;
    padding-right: 15px;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
hr {
    clear: both;
    margin: 0;
    padding: 0px;
    width: 99%;
    border: 1px solid #999;
    display: none;
}
b.end_thanks {
    font-size: 1.1rem;
    color: green;
}
b.notice {
    font-size: 1.1rem;
    color: fuchsia;
}
/*==========================================
 リンクボタンのスタイル
===========================================*/
.btn ul li {
    display: block;
    position: relative;
    text-align: right;
    width: auto;
    height: auto;
    text-decoration: none;
}
.btn li a.btn1 {
    display: block;
    position: relative;
    float: right;
    margin-right: 10px;
    margin-bottom: 1rem;
    width: auto;
    height: auto;
    text-decoration: none;
    text-align: center;
    font-size: 0.8rem;
    padding: 4px 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 3px #c0c0c0;
}
.btn ul li a.green {
    color: #fff;
    font-weight: bold;
    background-color: #0f0;
    border: 1px solid #dcdcdc;
    margin-top: 1rem;
}
.btn ul li a.btn1:hover,
a:active {
    background-color: #ff8c00;
}

.maru1 {
    color: red;
}
.daia1 {
    color: fuchsia;
}
.sikaku0 {
    color: blue;
}
.sikaku1 {
    color: aqua;
}
.sikaku2 {
    color: lime;
}
.sikaku3 {
    color: darkorange;
}
.sankaku1 {
    color: lime;
}
/*==========================================
 すべてを包むコンテナのスタイル
===========================================*/

.container {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    text-align: left;
    background-color: #fff;
    height: auto;
    overflow: hidden;
}
/*♦スマホ向けのレイアウトの指定：～600px */
@media (max-width: 600px) {
    margin: 0 5px;
}

/*==========================================
 ヘッダーのスタイル
===========================================*/
.header {
    width: 100%;
    height: 100px;
    max-width: 1040px;
    float: left;
    height: auto;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    background-color: #f6f1d6;
    border-top-color: #f6f1d6;
    border-top-style: solid;
    border-top-width: 3px;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-bottom-color: #f6f1d6;
    position: relative;
    overflow: hidden;
}

.logo {
    float: left;
    width: 40%;
    height: 64px;
    padding-top: 0px;
    padding-left: 5px;
}
.logo img {
    margin: 0;
    height: auto;
    max-width: 240px;
    border: none;
}
.logo a {
    text-decoration: none;
}
.header p {
    font-size: 0.9rem;
    text-align: right;
    padding-top: 3px;
    padding-right: 2rem;
    color: #500000;
}
.header p.icon_type1 {
    display: block;
    text-align: right;
}
.header p.icon_type2 {
    display: none;
}
.header p.icon_type1 img {
    margin-left: 2px;
    background-color: #fff;
    width: 48px;
    height: 48px;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    box-shadow: 0px 1px 0px #a9a9a9;
}
.header p a:hover img {
    background-color: #fffacd;
    text-decoration: none;
}
/*♦スマホ向けのレイアウトの指定：～600px */
@media (max-width: 600px) {
    .logo {
        width: 70%;
        height: auto;
        padding-top: 0px;
    }

    .header .logo img {
        width: 90%;
    }
    .header p {
        display: inline;
        padding: 0 2px 0 1px;
        text-align: right;
    }
    .header p.icon_type1 {
        display: none;
    }
    .header p.icon_type2 {
        display: inline;
        text-align: right;
    }
    .header p.icon_type2 img {
        margin-left: 0px;
        background-color: #fff;
        width: 44px;
        height: 44px;
        border: 1px solid #d3d3d3;
        border-radius: 50%;
        box-shadow: 0px 1px 0px #a9a9a9;
    }
    .header p a:hover img {
        background-color: #fffacd;
        text-decoration: none;
    }
}
/*==========================================
 トップイメージのスタイル
===========================================*/
.top_img img {
    width: 100%;
    height: auto;
    border-top: 10px solid #d2b48c;
}
/*==========================================
 グローバル・ナビゲーションのスタイル
===========================================*/
.global-navi {
    clear: both;
    width: 100%;
    max-width: 1040px;
    text-align: center;
    background-color: #d2b48c;
    margin: 0;
    padding: 0px;
    list-style: none;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2.5;
    border-bottom: 1px solid #500000;
}
.global-navi span {
    font-size: 0.85rem;
}
.global-navi ul {
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #500000;
}
.global-navi ul li {
    display: block;
    text-align: center;
    float: left;
    width: 16%;
    height: 40px;
    background-color: #d2b48c;
    text-decoration: none;
    border-bottom: 1px solid #500000;
    list-style: none;
}
.global-navi ul li:nth-child(odd) {
    width: 17%;
    border-bottom: 1px solid #500000;
}
.global-navi ul li a {
    display: block;
    margin: 0;
    padding: 0px;
    width: 100%;
    height: 40px;
    background-color: #d2b48c;
    border-left: 1px dotted #333;
    border-right: 1px dotted #333;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #500000;
}
.global-navi ul li a:last-child {
    border-right: none;
}
.global-navi ul li a.present {
    color: #000;
    font-weight: normal;
    text-decoration: none;
    background-color: #cca97b;
    text-shadow: 0 -1px 1px tgba(0, 0, 0, 0.5);
}
.global-navi ul li a:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background-color: #9b674d;
    text-shadow: 0 -1px 1px tgba(0, 0, 0, 0.5);
}
/*♦スマホ向けのレイアウトの指定：～600px */
@media (max-width: 600px) {
    .global-navi {
        clear: both;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0px;
        list-style: none;
        height: 40px;
        line-height: 2.5;
    }
    .global-navi ul {
        font-size: 1rem;
    }
    .global-navi ul li {
        border-bottom: 1px solid #000;
        width: 50%;
    }
    .global-navi ul li:nth-child(odd) {
        border-bottom: 1px solid #000;
        width: 50%;
    }
    .global-navi ul li a {
        display: block;
        margin: 0;
        padding: 0px;
        width: 100%;
        height: 40px;
    }
    .global-navi ul li a.left {
        border-left: none;
    }
}

/*♦小型タブレット向けのレイアウトの指定：～767px */
@media (max-width: 767px) {
    .global-navi {
        font-size: 0.8rem;
    }
}
/*==========================================
 分類別用グローバル・ナビゲーションのスタイル
===========================================*/
.category-navi {
    clear: both;
    width: 100%;
    max-width: 1040px;
    text-align: center;
    background-color: #ced1b3;
    margin: 0;
    padding: 0px;
    list-style: none;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2.5;
    border-bottom: 1px solid #500000;
}
.category-navi span {
    font-size: 0.85rem;
}
.category-navi ul {
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #500000;
}
.category-navi ul li {
    display: block;
    text-align: center;
    float: left;
    width: 16%;
    height: 40px;
    background-color: #ced1b3;
    text-decoration: none;
    border-bottom: 1px solid #500000;
    list-style: none;
}
.category-navi ul li:nth-child(odd) {
    width: 17%;
    border-bottom: 1px solid #500000;
}
.category-navi ul li a {
    display: block;
    margin: 0;
    padding: 0px;
    width: 100%;
    height: 40px;
    background-color: #ced1b3;
    border-left: 1px dotted #333;
    border-right: 1px dotted #333;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #500000;
}
.category-navi ul li a:last-child {
    border-right: none;
}
.category-navi ul li a.present {
    color: #000;
    font-weight: normal;
    text-decoration: none;
    background-color: #c3c7a2;
    text-shadow: 0 -1px 1px tgba(0, 0, 0, 0.5);
}
.category-navi ul li a:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background-color: #95b58d;
    text-shadow: 0 -1px 1px tgba(0, 0, 0, 0.5);
}
/*♦スマホ向けの分類別用レイアウトの指定：～600px */
@media (max-width: 600px) {
    .category-navi {
        clear: both;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0px;
        list-style: none;
        height: 40px;
        line-height: 2.5;
    }
    .category-navi ul {
        font-size: 1rem;
    }
    .category-navi ul li {
        border-bottom: 1px solid #000;
        width: 50%;
    }
    .category-navi ul li:nth-child(odd) {
        border-bottom: 1px solid #000;
        width: 50%;
    }
    .category-navi ul li a {
        display: block;
        margin: 0;
        padding: 0px;
        width: 100%;
        height: 40px;
    }
    .category-navi ul li a.left {
        border-left: none;
    }
}

/*♦小型タブレット向けの分類別用レイアウトの指定：～767px */
@media (max-width: 767px) {
    .category-navi {
        font-size: 0.8rem;
    }
}
/*==========================================
サイド・ナビゲーションのスタイル
===========================================*/

.sidebar aside.up_date {
    display: block;
    margin-left: 1.2%;
    padding: 4px 10px;
    line-height: 3;
}
.sidebar aside.qr_code {
    display: block;
    padding: 4px 0px;
    text-align: center;
    line-height: 3;
}

.sidebar {
    float: left;
    margin-top: 15px;
    margin-bottom: 1em;
    width: 19%;
    height: auto;
    font-size: 0.85em;
    margin-left: 1%;
}
.sidebar nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}
.sidebar nav ul li {
    display: block;
    padding: 0px;
    text-indent: 4px;
    margin: 4px 0px 4px 0px;
    line-height: 2;
    float: left;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0px 1px 2px #383838;
}

.sidebar nav ul li:nth-child(odd) {
    width: 100%;
}

.sidebar nav ul li.fix_title {
    background-color: #eee7db;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
.sidebar nav ul li a {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #f8f8ff;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0px 1px 2px #383838;
}
.sidebar nav ul li span {
    display: none;
}
.sidebar nav ul li a.present {
    background-color: #fffacd;
    color: #333;
    font-weight: bold;
}
.sidebar nav ul li a.present2 {
    background-color: #eee7db;
    color: #333;
    font-weight: bold;
}
.sidebar nav ul li a:visited {
    color: #800080;
    text-decoration: none;
}
.sidebar nav ul li a:hover {
    color: #fff;
    font-weight: bold;
    background-color: #3a6c3d;
}
.sidebar aside.up_date {
    display: block;
    padding: 4px 5px;
    text-align: left;
    line-height: 2;
}
.sidebar aside.counter {
    display: block;
    text-align: center;
    line-height: 3;
}
.sidebar aside.qr_code {
    display: block;
    padding: 0px 0px;
    text-align: center;
    line-height: 3;
}
/*♦スマホ向けのレイアウトの指定：～600px #004d25; */
@media (max-width: 600px) {
    .sidebar {
        clear: both;
        width: 100%;
        margin-top: 0px;
    }
    .sidebar nav ul li {
        display: block;
        float: left;
        width: 48%;
        height: 50px;
        background-color: #fff;
    }
    .sidebar nav ul li:nth-child(odd) {
        width: 49%;
    }
    .sidebar nav ul li span {
        display: inline;
    }
    .sidebar nav ul li.fix_title {
        display: none;
    }
    .sidebar aside.qr_code {
        display: none;
    }
}
/*♦小型タブレット向けのレイアウトの指定：～767px */
@media (max-width: 767px) {
    .sidebar nav ul {
        font-size: 0.8rem;
    }
}
/*==========================================
 コンテンツエリア全体のスタイル
===========================================*/
.contents {
    float: right;
    height: 99%;
    width: 79%;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1rem;
    overflow: hidden;
    background-color: #fffafa;
}
/*♦スマホ向けのレイアウトの指定：～600px */
@media (max-width: 600px) {
    .contents {
        float: none;
        height: auto;
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
        padding-bottom: 1em;
    }
}
/*==========================================
 コンテンツエリア -> NEWSのスタイル
===========================================*/
.news {
    margin: 20px 5px;
    padding-right: 8px;
    padding-top: 3px;
    width: 96%;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 3px #999;
    line-height: 1.2;
}
.news dl dt {
    color: #555;
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
    margin-left: 18px;
    font-weight: bold;
}
.news dl dd {
    color: #555;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    margin-left: 20px;
}
.news dl dd a:link {
    text-decoration: underline;
}
.news dl dd a:visited {
    color: #800080;
    text-decoration: underline;
}
.news h3 {
    margin-top: 1rem;
    font-size: 1rem;
    margin-bottom: 0.1rem;
    margin-left: 10px;
    padding-left: 6px;
    border-left: 12px solid #4fb9af;
    font-weight: bold;
}

/*ニュース一覧用フレーム*/
.inline_frame {
    width: 100%;
    height: 220px;
    border: solid 1px #d4d0c8;
    padding: 5px 0 5px 0px;
    overflow: auto;
    scrollbar-base-color: #dcdcdc;
    background-color: #fffff0;
}
/*==========================================
 コンテンツエリア ->regionのスタイル
===========================================*/
/* ポライド写真風のサムネイル */
.region section {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.region section section {
    margin: 5px 1.2%;
}
.region div.list_thumb {
    display: block;
    padding: 8px 0px 6px 0px;
    margin: 4px 0px 4px 0px;
    margin-right: 1%;
    float: left;
    position: relative;
    text-align: left;
    width: 47%;
    height: 115px;
    background-color: #f9f9f6;
    border-radius: 5px;
    box-shadow: 1px 2px 2px 1px #888888;
    overflow: hidden;
    line-height: 2;
}
.region div.list_thumb:nth-child(odd) {
    margin-right: 1%;
}
.region div.list_thumb img {
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 10px;
    margin-left: 4px;
    margin-top: -4px;
    vertical-align: bottom;
}
.region div.list_thumb p {
    text-align: left;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.2;
    color: #333;
}
.region div.list_thumb h3 {
    font-size: 0.9rem;
}
.region div.list_thumb a:link {
    display: block;
    width: 100%;
    height: 120px;
    color: #191970;
    text-decoration: none;
}

.region div.list_thumb a:visited {
    color: #191970;
    text-decoration: none;
}

.region div.list_thumb a:hover,
.region div.list_thumb a:active {
    color: #333132;
    font-weight: nomal;
    background-color: #fffacd;
    text-decoration: underline;
}
/*♦スマホ向けのレイアウトの指定：～600px */
@media (max-width: 600px) {
    .region div.list_thumb {
        width: 96%;
        height: auto;
    }
    .region div.list_thumb:nth-child(odd) {
        margin-right: 0px;
    }
}
/*==========================================
 コンテンツエリア ->categoryのスタイル
===========================================*/
/* ポライド写真風のサムネイル */
.category section {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.category section section {
    margin: 5px 1.1% 5px 1.2%;
}
.category_thumb {
    display: block;
    margin: 4px 0px 4px 0px;
    padding: 5px;
    margin-right: 0.8%;
    float: left;
    position: relative;
    text-align: center;
    max-width: 120px;
    height: 150px;
    background-color: #f9f9f6;
    border-radius: 5px;
    box-shadow: 1px 1.2px 1.5px 1px #888888;
    line-height: 2;
}
.category_thumb img {
    width: 100%;
    height: auto;
}

.category_thumb h3 {
    font-size: 0.9em;
}

.category_thumb a:link {
    display: block;
    width: 100%;
    height: 140px;
    color: #191970;
    text-decoration: none;
}

.category_thumb a:visited {
    color: #191970;
    text-decoration: none;
}

.category_thumb a:hover,
.category_thumb a:active {
    color: #ff6600;
    font-weight: normal;
    text-decoration: underline;
    background-color: palegoldenrod;
}

/*==========================================
 コンテンツエリア ->regularのスタイル
===========================================*/
.regular_page section {
    margin: 0;
}
.regular_page figure {
    margin: 0;
    margin-left: 1%;
}
.regular_page div {
    clear: both;
    display: block;
    overflow: hidden;
}
.regular_page figure.float_left {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.regular_page figure.float_right {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.regular_page figure img {
    border: 1px #ab9657 solid;
    width: auto;
    max-width: 500px;
    height: auto;
}
.regular_page img {
    width: 100%;
    max-width: 60%;
    height: auto;
}
.regular_page dt {
    font-weight: bold;
    margin-left: 15px;
}
.regular_page dd {
    margin-bottom: 15px;
    margin-left: 15px;
}
/*==========================================
 コンテンツエリア ->detailのスタイル
===========================================*/
.detail figure {
    margin: 0;
}
.detail div {
    clear: both;
    display: block;
    text-align: center;
}
.detail left {
    text-align: left;
}
.detail div:nth-of-type(odd) {
    float: left;
    margin-right: 0px;
    margin-bottom: 15px;
}
.detail div:nth-of-type(even) {
    float: right;
    margin-right: 0px;
    margin-bottom: 15px;
}
.detail img {
    border: 5px solid #efefef;
    -moz-box-shadow: 0 10px 8px -6px #8d8c8c;
    -ms-box-shadow: 0 10px 8px -6px #8d8c8c;
    -o-box-shadow: 0 10px 8px -6px #8d8c8c;
    -webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
    box-shadow: 0 10px 8px -6px #8d8c8c;
    max-width: 440px;
    height: auto;
}
.detail img.yoko {
    width: 100%;
    height: auto;
}
.detail small {
    display: none;
}

.detail figcaption {
    margin-top: 0.5em;
    color: #666;
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: bold;
}
/*♦スマホ向けのレイアウトの指定：～600px */
@media (max-width: 600px) {
    .detail {
        float: none;
    }
    .detail div {
        margin: 10px 5px 10px 0;
    }
    .detail div:nth-of-type(odd) {
        float: none;
    }
    .detail div:nth-of-type(even) {
        float: none;
    }
    .detail img {
        width: 100%;
        height: auto;
    }
    .detail img.yoko {
        width: 100%;
        height: 420px;
        object-fit: cover;
    }
    .detail small {
        display: inline;
        color: darkblue;
    }
}
/*==========================================
 コンテンツエリア ->list_pageのスタイル
===========================================*/
.list_page {
    clear: both;
    display: block;
}
.list_page ul {
    margin: 0 0;
    padding: 0 0 0 30px;
    width: 100%;
    list-style: none;
}
.list_page ul li {
    display: block;
    padding: 0px;
    text-indent: 4px;
    margin: 4px 0px 4px 4px;
    line-height: 2;
    float: left;
    width: 31%;
    height: 50px;
    font-size: 0.9em;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0px 1px 2px #999;
}

.list_page ul li:nth-child(odd) {
    width: 31%;
}
.list_page ul li.regiontitle {
    background-color: #dcdcdc;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #ffe4e1;
}
.list_page ul li a {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #f8f8ff;
    color: #666;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0px 1px 2px #999;
}
.list_page ul li span {
    display: inline;
}

.list_page ul li a.present {
    background-color: #fffacd;
    color: #333;
    font-weight: bold;
}
.list_page ul li a:visited {
    color: #800080;
    text-decoration: none;
}

.list_page ul li a:hover {
    color: #fff;
    font-weight: nomal;
    background-color: #004d25;
}
/*♦スマホ向けのレイアウトの指定：～600px */
@media (max-width: 600px) {
    .list_page ul {
        margin: 0 0 0 0.5%;
    }
    .list_page ul li {
        width: 48%;
        font-size: 0.8rem;
        margin: 4px 0% 4px 1%;
    }

    #list_page ul li:nth-child(odd) {
        width: 48%;
        font-size: 0.8rem;
        margin: 4px 0% 4px 1%;
    }
}
/*==========================================
 ページトップへボタンのスタイル
===========================================*/
p.nav_icon {
    margin: 10px 1.2% 0 0;
    text-align: right;
}
p.nav_icon img {
    margin-left: 2px;
    width: 50px;
    height: 50px;
    background-color: #adff2f;
    border: 1px solid #808080;
    border-radius: 50%;
    box-shadow: 0px 1px 2px #808080;
}
p.nav_icon a:link {
    text-decoration: none;
}
p.nav_icon a:hover img {
    background-color: #fffacd;
}
/*♦スマホ向けのレイアウトの指定：～600px */
@media (max-width: 600px) {
    p.nav_icon {
        margin-top: 10px;
    }
    p.nav_icon img {
        width: 48px;
        height: 48px;
    }
}
/*==========================================
 トップへ戻るナビ（テキスト版）のスタイル
===========================================*/

div.back-to-top {
    clear: both;
    margin: 1em 1.2% 0 0;
    width: 100%;
    line-height: 1;
}
div.back-to-top p {
    text-align: right;
    font-size: 0.8em;
}
div.back-to-top p a:link,
div.back-to-top p a:visited {
    color: #0000ff;
    text-decoration: underline;
}
div.back-to-top p a:hover {
    color: #ff6600;
    text-decoration: underline;
}
/*==========================================
 フッターのスタイル
===========================================*/
.footer {
    clear: both;
    margin: 0;
    padding: 15px 0px;
    width: 100%;
    max-width: 1040px;
    height: auto;
    text-align: center;
    background-color: #f6f1d6;
    overflow: hidden;
    display: block;
}
.footer p {
    font-size: 0.95rem;
    line-height: 1.2;
    font-style: normal;
    line-height: 1.2;
    text-align: center;
    color: #500000;
    font-weight: normal;
}

.footer p img {
    margin-left: 2px;
    width: 38px;
    height: 38px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    box-shadow: 0px 1px 0px #a9a9a9;
}
.footer p a:hover img {
    background-color: #ffc4e2;
    text-decoration: none;
}
/*♦スマホ向けのレイアウトの指定：～600px */
@media (max-width: 600px) {
    .footer p {
        font-size: 0.8em;
    }
}
