        /*ページ全体の構成*/
        body,li {
            color: #4d4d4d;
            font-size: 14px;
            font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
            margin: 0;
        }
        a:link {
            color: #4d4d4d;
            text-decoration: none;
        }

        a:hover {
            color: #6e7574;
            text-decoration: none;
        }

        a:visited {
            color: #6e7574;
            text-decoration: none;
        }
        ul{
            padding: 0;
            margin: 0;
        }
        li{
            list-style: none;
        }
        .hover-option:hover {
            opacity: 0.5;
        }

        /*全体の設定*/
        .wrap{
            width: 100%;
            display: block;
            background: #fff;
        }
        /*ヘッダーの設定*/
        .header{
            width: 100%;
            color: #fff;
            text-align: center;
            /*ヘッダーの背景設定*/
            width: 100%;
            color: #fff;
            text-align: center;
            height: 300px;
            background: url(/img/30/30_redleaf_viewing.jpg) center center / 100% auto no-repeat scroll;
            background-size: cover;
            font-family: 'object-fit: cover;';
        }
        @media all and (-ms-high-contrast: none){/* IE対策 */
            .wrapHeader-sitenameWrap-{
                position: relative;
                top: 50px;
            }
        }
       /* ナビゲーション */
        .section-nav {
            max-width: 960px;
            height: auto;
            margin: 0 auto;
            padding: 21px 0 0;
            background: #fff;
            text-align: center;
        }
        .section-navGroup {
            display: flex;
            justify-content: space-around;
            padding: 0;
        }
        .section-navGroup > li {
            list-style-type: none;
        }
        .section-navGroup > li a {
            display: block;
            padding: 6px 12px;
            color: #333;
            text-decoration: none;
            border: 1px solid #ccc;

        }
        .section-navGroup > li a:hover {
            color: #999;
        }
        .section-navGroup > li a.active {
            border-bottom: #333 solid 2px;
            color: #333;
        }
       /*画面サイズ600px以下のナビスタイル*/
        @media screen and (max-width :960px){
            .section-navGroup{
                margin: 0 auto;
                padding: 0 20px;
                display: flex;
                flex-wrap: wrap;
                flex-direction: row;
                text-align: center;
            }
            .section-navGroup > li{
                border: 1px solid #ccc;
                margin-bottom: 5px;
                min-width: 48%;
                list-style-type: none;
            }
        }
        /*サイトのタイトルの設定*/
        ul.headerList {
            display: flex;
            justify-content: space-around;
            align-items: baseline;
            margin: 0 auto;
            padding: 20px;
        }
        .siteName {
            font-size: 35px;
            font-weight: bold;
            color: #fff !important;
        }
        .mail{
            font-size: 25px;
            color: #fff !important;
        }

        /*サイトのタイトルの750px以下の設定*/
        /********上部画像部分　ヘッダーの設定********/
       @media screen and (max-width :750px){
            .header{/*ヘッダーの背景設定*/
                width: 100%;
                color: #fff;
                text-align: center;
                height: 200px;
                background: url(/img/30/30_redleaf_viewing.jpg) center center / 100% auto no-repeat scroll;
                background-size: cover;
                font-family: 'object-fit: cover;';
                /*ヘッダーの背景設定*/
            }
            @media all and (-ms-high-contrast: none){/* IE対策 */
                .wrapHeader-sitenameWrap-{
                    position: relative;
                    top: 50px;
                }
            }
            ul.headerList {
                justify-content: space-between;
            }
            .siteName {
                font-size: 25px;
            }
            .mail {
                font-size: 15px;
            }
        }
        /*main部分の設定*/
        .main {
            max-width: 600px;
            margin: 0 auto;
        }
        .mail a{
            font-weight: bold;
            color: #fff;
        }
        .mail a:visited{
            color: #fff;
            text-decoration: none;
        }
        /*メイン*/
        .mainHeader {
            position: relative;
            padding: 100px 0 150px;
            text-align: center;
        }
        .mainHeader_icon {/*アイコンの設定*/
            width: 130px;
            height: 30px;
            margin: 0 auto;
            position: absolute;
            top: -65px;
            right: 0;
            left: 0;
        }
        .mainHeader_info {
            margin: 0 0 15px;
        }
        .mainHeader_icon img{/*画像アイコンの設定*/
            width: 100%;
            height: 100%;
            object-fit: cover;
            font-family: 'object-fit: cover;';
            border-radius: 50%;
            border: 3px solid #fff;
        }
        .mainHeader_sns{/*snsの文字部分*/
            display: flex;
            justify-content: center;
        }
        .mainHeader_sns li {
            margin: 0 5px;
            width: 120px;
            height: 30px;
            border: 1px solid #FBEBEE;
            color: #4d4d4d;
            vertical-align: middle;
            position: relative;
        }
        .mainHeader_sns li a {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            height: 19px;
        }
        /*サイトのmain部分の750px以下の設定*/
        @media screen and (max-width :750px){
            .main {
                padding: 0 20px;
            }
        }
        /*mainNews領域の設定*/
        .mainNews{/*news全体の設定*/
            height: 35px;
            margin: 0 0 30px;
            background: #FBEBEE;
            display: flex;
            align-items: center;
        }
        .mainNews_title {/*newsタイトルの設定*/
            font-weight: bold;
            margin: 0 20px;
            font-size: 20px;
        }
        .mainNews_info {/*news内容の設定*/
            padding: 0 20px 0;
            border-left: 1px solid #dad0b6;
        }
        @media screen and (max-width :750px){
            .mainNews {
                height: auto;
                margin: 0 0 30px;
                padding: 10px 20px;
                background: #FBEBEE;
                display: block;
            }
            .mainNews_title {
                font-weight: bold;
                text-align: center;
                font-size: 15px;
            }
            .mainNews_info {
                padding: 0;
                border-left: none;
            }
        }
        /*menu領域の設定*/
        .mainMenu_title {
            font-weight: bold;
            font-size: 30px;
            display: flex;
            align-items: center;
        }
        .mainMenu_title:after {
            border-top: 1px solid;
            content: "";
            margin: 0 0 0 20px;
            width: 100%;
        }
        /*menuの下層部分の設定*/
        .mainMenu_list {
            padding: 20px;
        }
        .mainMenu_listwrap {
            margin: 0 0 20px 0;
        }
        .mainMenu_listwrap_item {
            padding: 0 0 10px 0;
            display: flex;
            border-bottom: 1px solid #ccc;
        }
        .mainMenu_listwrap_itemTitle {
            width: 60px;
            margin: 0 20px 0 0;
        }
        .mainMenu_listwrap_item:hover {
            opacity: 0.5;
        }
        /*サイトのmain部分の750px以下の設定*/
        @media screen and (max-width :750px){
            .mainMenu_title {
                text-align: center;
                font-size: 20px;
                display: block;
            }
            .mainMenu_title:after {
                border-top:none;
                content: none;
                margin: 0 ;
                width: 100%;
            }
        }
        /*更新情報*/
        .news {
            max-width: 960px;
            margin: 0 auto 50px;
        }
        .news-list {
            list-style: none;
            padding: 0;
        }
        .news-list > li {
            margin: 10px 0;
            padding: 10px 0;
            border-bottom: 1px dotted #444;
        }
        .news-list > li > a{
            color: #333333;
        }
        /*960px以下の画面の中間概要部分のスタイル*/
        @media(max-width: 960px){
            .news{
                padding: 20px;
            }
        }
        /*topページgalleryの設定*/
        .mainGallery {
            margin: 0 0 60px 0;
        }
        .mainGallery_title {
            margin: 0 0 0 0;
            font-size: 16px;
            font-weight: bold;
            display: flex;
            align-items: center;
        }
        .mainGallery_title:after {
            border-top: 1px solid;
            content: "";
            margin: 0 0 0 10px;
            width: 70%;
        }
        ul.mainGallery_list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 20px 20px;
        }
        .mainGallery_listItem {
            width: 90px;
            height: 60px;
        }
        .mainGallery_listItem img {
            width: 48px;
            height: 48px;
        }
        @media screen and (max-width :750px){
            .mainGallery_title {
                text-align: center;
                font-size: 20px;
                display: block;
            }
            .mainGallery_title:after {
                border-top:none;
                content: none;
                margin: 0 ;
                width: 100%;
            }
            ul.mainGallery_list {
                justify-content: space-around;
            }
            .mainGallery_listItem {
                max-width: 150px;
                max-height: 150px;
                width: auto;
                height: auto;
                margin: 0 5px 20px 5px;
           border: 1px solid #ccc;
           margin-bottom: 5px;
           font-weight: bold;
           text-align: center;
            }
        }
        /*footer*/
        .footer {/*footer部分の設定*/
            background: #eeeeee;
            text-align: center;
            padding: 30px;
            font-size: 12px;
        }
        .sns {
            display: flex;
            justify-content: center;
        }
        .sns li {
            width: 42px;
            margin: 0 5px 5px;
        }