@charset "utf-8"; /* 全体 */
html {
    font-size: 62.5%;
}

body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 1.6rem;
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-all;
}

#container {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    /*min-width: 1200px;*/
    overflow: hidden;
}

/* ヘッダ */
#header {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
}

#content_header {
    display: block;
    margin-bottom: 10px;
    text-align: right;
    font-size: 1.5rem;
}

@media screen and (max-width:670px) {
    #content_header {
        font-size: 1.2rem;
    }
}

/* フッタ */
#footer {
    clear: both;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
}

/* メイン */
#mymainback.lower {
    max-width: 1100px;
    background-color: #FFF;
    margin: 0 auto;
    border-radius:0.2em;
}

#mymainback {
    background: #f7f7f7;
}

/* サイド */
/* レスポンシブアコーディオン用 */
.acc_title+input {
    display: none;
}

.acc_icon {
    display: none;
}

/* 隠す */
.hide {
    display: block;
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

hr.hide {
    border: none;
}

/* Googlemap */
.gglmap {
    position: relative;
    padding-top: 30px;
    padding-bottom: 56.25%;
    height: 0px;
    overflow: hidden;
}

.gglmap iframe, .gglmap object, .gglmap embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/* iOSでのボタンデザインをリセット */
input[type="button"], input[type="submit"], button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    cursor: pointer;
}

/* telリンク無効 */
.open_page_id a[href^="tel:"], .f_number a[href^="tel:"] {
    text-decoration: none !important;
    color: currentColor !important;
    pointer-events: none !important;
}

/* 承認枠 */
#approval_table {
    font-size: 1.4rem;
}

/* フォント */
body, button, input[type="button"], input[type="submit"], input[type="text"], textarea, select {
    font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
}

em {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', sans-serif;
}

/* 外部リンク */
.site_index .external_link_text {
    display: none!important;
} 

.sns_button_tw .external_link_text,
.pdf_img .external_link_text {
    display: none;
}

/* 基本タグ */
p {
    margin: 1em 0px;
    word-wrap: break-word;
    word-break: normal;
}

hr {
    clear: both;
}

/* 検索 */
/********** 4 パンくず **********/
/* パンくず */
#pankuzu_wrap {
    padding: 18px 0px 8px;
}

#pankuzu_wrap>div {
    max-width: 1100px;
    margin: 0px auto 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.5rem;
}

.pankuzu {
    position: relative;
    padding-left: 5rem;
}

.pankuzu .icon_current {
    display: none;
}

.pankuzu:first-child .icon_current {
    display: block;
    width: 4rem;
    height: 2rem;
    background: #b35ab3;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 0.4rem 0px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 1px;
    left: 0px;
}

@media screen and (max-width:1200px) {
    #pankuzu_wrap>div {
        margin: 0px 3% 10px;
    }
}

/* 印刷 */
#print_mode_link, #print_mode_link_large {
    display: inline-block;
    background: url(/img/common/icon_print.png) no-repeat left center;
    padding-left: 20px;
}

/* 見出し */
#main_header {
    position:relative;
    margin-bottom: 20px;
    background-image: url(/img/kankou/title-bg.png);
    background-size:cover;
    background-repeat:no-repeat;
    padding:2.5em 5em;
}

#main_header:before {
    display:inline-block;
    content: '';
    position: absolute;
    bottom: 5%;
    left:-1%;
    background-image: url(/img/kankou/title-bg-2.png);
    background-repeat: no-repeat;
    background-size:contain;
    width:12vw;
    max-width: 206px;
    min-width:140px;
    height:4vw;
    max-height: 70px;
    min-height:46px;
    z-index:1;
}

#main_header:after {
    display:inline-block;
    content: '';
    position: absolute;
    top: 8%;
    right:-2%;
    transform:rotate(180deg);
    background-image: url(/img/kankou/title-bg-2.png);
    background-repeat: no-repeat;
    background-size:contain;
    width:12vw;
    max-width: 206px;
    min-width:140px;
    height:4vw;
    max-height: 70px;
    min-height:46px;
    z-index:1;
}

#main_header h1 {
    max-width:1000px;
    margin: 0px auto;
    padding: 15px 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
    color: #FFF;
    letter-spacing:0.2em;
    font-weight:400;
    background-repeat: no-repeat;
    background-position: right 10px top -16px;
    background-size: cover;
    border-bottom:solid 1px #fae4fa;
    text-shadow: #000 0px 0px 5px;
}

#main_body h2 {
    clear: both;
    margin: 20px 0px;
    padding: 18px 20px 12px 30px;
    background-color: #f7f2fd;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    color: #4e484e;
    border-top:solid 2px #b35ab3;
    border-bottom:solid 2px #b35ab3;
    letter-spacing:0.1em;
}

#main_body h2:first-letter {
    color:#b35ab3;
}

#main_body h3 {
    position:relative;
    clear: both;
    margin: 20px 0px;
    padding: 16px 30px 13px 40px;
    background-color: #eff0f2;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    background-size: 18px auto;
    color: #333333;
}

#main_body h3::before {
    display:inline-block;
    content:'';
    position:absolute;
    top:-2px;
    left:-11px;
    transform:rotate(-45deg);
    border-right: 18px solid transparent;
    border-bottom:18px solid #b35ab3;
    border-left: 18px solid transparent; 
}

#main_body h4 {
    position:relative;
    clear: both;
    margin: 20px 0px;
    padding: 15px 20px 14px 33px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    border-bottom: solid 2px #b35ab3;
    color: #333;
}

#main_body h4:before {
    position:absolute;
    top:50%;
    transform:translatey(-50%);
    left:0.6em;
    content:'';
    display:inline-block;
    background:#b35ab3;
    width:8px;
    height:45%;
}

#main_body h5 {
    clear: both;
    margin: 20px 0px;
    padding: 11px 14px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.3;
    border-bottom: dotted 2px #b35ab3;
}

#main_body h6 {
    clear: both;
    margin: 20px 0px;
    padding: 9px 14px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: dotted 1px #333;
}

@media screen and (max-width:670px) {
    #main_header {
        padding:1em 1em;
    }

    #main_header h1 {
        font-size:2rem;
        font-weight:bold;
    }

    #main_header:before {
        min-width:50px;
        bottom:-20%;
    }

    #main_header:after {
        min-width:50px;
        top:-20%;
    }
}


/* テーブル */
#main_body table {
    border-color: #1f5134;
    border-collapse: collapse;
    border-style: solid;
    margin: 0px 0px 20px;
    max-width: 100%;
}

#main_body th {
    background-color: #eff0f2;
    border-color: #b35ab3;
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
    padding: 0.5em;
    color: #333;
}

#main_body td {
    border-color: #b35ab3;
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
    padding: 0.5em;
}

#main_body table caption {
    font-weight: bold;
    padding: 1em 0;
    color: #333;
}


/* テーブル内のpタグのマージンを0にする */
#main_body table p {
    margin: 0px 0px 1em;
}

#main_body table p:last-child {
    margin: 0px;
}

/* テーブル（borderを「0」に設定した場合は罫線を表示させない） */
/*
#main_body table[border="0"],
#main_body table[border="0"] th,
#main_body table[border="0"] td {
	border-width: 0px;
}
*/
#main_body div.detail_table_center {
    clear: both;
    width: 100%;
    margin: 0px 0px 20px;
    padding: 0px;
}

#main_body div.detail_writing {
    clear: both;
    width: 100%;
    margin: 0px 0px 20px;
    padding: 0px;
}

#main_body div.detail_map {
    clear: both;
    width: 100%;
    margin: 20px 0px 10px;
    padding: 0px;
}

#main_body div.detail_movie {
    clear: both;
    width: 100%;
    margin: 20px 0px 30px;
    padding: 0px;
}

#main_body div.detail_free {
    clear: both;
    width: 100%;
    margin: 0px 0px 20px;
    padding: 0px;
}

#main_body div.detail_image_normal {
    clear: both;
    width: 100%;
    margin: 0px 0px 20px;
    padding: 0px;
}

#main_body div.detail_image_left {
    text-align: left;
    margin: 0px 0px 20px;
    padding: 0px;
}

#main_body div.detail_image_center {
    text-align: center;
    margin: 0px 0px 20px;
    padding: 0px;
}

#main_body div.detail_image_right {
    text-align: right;
    margin: 0px 0px 20px;
    padding: 0px;
}

#main_body div.detail_h2 {
    clear: both;
    width: 100%;
}

#main_body div.detail_h3 {
    clear: both;
    width: 100%;
}

hr.hr_1 {
    clear: both;
    height: 1px;
    border-top: 2px dotted #999999;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin: 15px 0px;
}

hr.hr_2 {
    clear: both;
    height: 1px;
    border-top: 1px solid #333333;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin: 15px 0px;
}

hr.hr_3 {
    clear: both;
    height: 1px;
    border-top: 1px solid #ff0000;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin: 15px 0px;
}

@media screen and (max-width:768px) {
    #main_body div.detail_free {
        font-size:1.4rem;
    }
}

/* リンク */
.detail_link {
    margin: 1em 0px;
}

.link_l {
    margin: 1em 0px;
}

.detail_free .external_link_text, .link_l .external_link_text {
    display: inline;
}

/* 画像 */

.detail_free img {
    max-width:100%;
    height:auto!important;
}

.detail_img_left {
    text-align: left;
}

.detail_img_center {
    text-align: center;
}

.detail_img_right {
    text-align: right;
}

/* 添付ファイル */
.detail_file {
    margin: 1em 0px;
}

div[class^="detail_"] a[href^="/uploaded/attachment/"]::before, div[class^="file_"] a[href^="/uploaded/attachment/"]::before, div[class^="detail_"] a[href^="/uploaded/life/"]::before, div[class^="file_"] a[href^="/uploaded/life/"]::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(/img/common/file/icon_etc.png) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
}

div[class^="detail_"] a[href$=".pdf"]::before, div[class^="detail_"] a[href$=".PDF"]::before, div[class^="file_"] a[href$=".pdf"]::before, div[class^="file_"] a[href$=".PDF"]::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(/img/common/file/icon_pdf.png) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
}

div[class^="detail_"] a[href$=".xls"]::before, div[class^="detail_"] a[href$=".XLS"]::before, div[class^="file_"] a[href$=".xls"]::before, div[class^="file_"] a[href$=".XLS"]::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(/img/common/file/icon_xls.png) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
}

div[class^="detail_"] a[href$=".xlsx"]::before, div[class^="detail_"] a[href$=".XLSX"]::before, div[class^="file_"] a[href$=".xlsx"]::before, div[class^="file_"] a[href$=".XLSX"]::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(/img/common/file/icon_xlsx.png) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
}

div[class^="detail_"] a[href$=".doc"]::before, div[class^="detail_"] a[href$=".DOC"]::before, div[class^="file_"] a[href$=".doc"]::before, div[class^="file_"] a[href$=".DOC"]::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(/img/common/file/icon_doc.png) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
}

div[class^="detail_"] a[href$=".docx"]::before, div[class^="detail_"] a[href$=".DOCX"]::before, div[class^="file_"] a[href$=".docx"]::before, div[class^="file_"] a[href$=".DOCX"]::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(/img/common/file/icon_docx.png) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
}

/* preタグ */
div[class^="detail_"] pre {
    white-space: pre-wrap;
    word-break: break-word;
    font-family: monospace, sans-serif;
}

/* アンカーリンク */
div[class^="detail_"] a:not([href]) {
    display: inline-block;
    text-decoration: none !important;
    max-width: 100%;
}

div[class^="detail_"] a:not([href]):empty {
    display: block;
}

div[class^="detail_"] a:not([href]):hover {
    color: inherit;
}

/* ワープロライクのフロート対応 */
div[class^="detail_"]::before, div[class^="detail_"]::after {
    content: "";
    display: table;
}

div[class^="detail_"]::after {
    clear: both;
}

div[class^="detail_"] {
    zoom: 1; }

#main_body hr.cf {
    border: none;
    margin: 20px 0px 0px;
}

#main_body hr.cf+h2, #main_body hr.cf+h3, #main_body hr.cf+h4, #main_body hr.cf+h5, #main_body hr.cf+h6 {
    margin-top: 0px;
}

/* プレビュー編集モード調整用 */
.preview_body .detail_free ul, .preview_body .detail_free ol {
    margin: 1em 0px !important;
    padding-left: 40px;
}

.status_bar div {
    font-size: 2rem !important;
}

.sticky #keep_page, .sticky #osusume_banner {
    display: none;
}

/* 評価エリア */
#hyouka_area_box {
    clear: both;
    background: #f6f6f6;
    margin: 30px 0px 0px;
    padding: 20px 30px;
}

#hyouka_area_box h2, #main_body #hyouka_area_box h2 {
    margin: 0px 0px 10px;
    padding: 0px;
    background: none;
    border: none;
    font-size: 1.6rem;
}

#main_body #hyouka_area_box hr.cf {
    margin: 0px;
}

.hyouka_box_detail {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.4rem;
}

.hyouka_box_detail:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.hyouka_box_detail fieldset {
    border: none;
    margin: 0px;
    padding: 0px;
}

.hyouka_box_detail fieldset legend {
    margin: 0px 0px 5px;
    padding: 0px;
    width: 100%;
}

.hyouka_box_detail span {
    display: inline-block;
    vertical-align: top;
    margin: 0px 4em 0px 0px;
}

.hyouka_box_detail span input {
    margin: 3px 4px 5px 5px;
    vertical-align: middle;
}

#hyouka_area_submit {
    margin-top: 10px;
    text-align: center;
}

#hyouka_area_submit input {
    display: inline-block;
    border: none;
    background: #fff;
    margin: 0px;
    padding: 5px 0px;
    font-size: 1.4rem;
    text-align: center;
    width: 260px;
    max-width: 90%;
}

/* お問い合わせ先 */
#section_footer {
    clear: both;
    background: #fff;
    margin: 30px 0px 0px;
    border:solid 1px #b35ab3;
}

#section_footer h2, #main_body #section_footer h2 {
    margin: 0px 0px 10px;
    padding: 0px;
    background: none;
    border: none;
    font-size: 1.6rem;
    background:#e7e0f4;
    padding:1em ;
}

#main_body #section_footer hr.cf {
    margin: 0px;
}

#section_footer_detail {
    padding:0.6em 1.5em 1em;
    border-bottom:solid 5px #b35ab3;
}

#section_footer_detail span {
    display: inline-block;
    vertical-align: top;
    margin-right: 1em;
}

#section_footer_detail span.sf_name2::before {
    content: '（';
}

#section_footer_detail span.sf_name2::after {
    content: '）';
}

#section_footer_detail div.sf_email {
    margin-top: 10px;
}

@media screen and (max-width:768px) {
    #section_footer_detail {
        font-size:1.4rem;
    }

    #section_footer h2, #main_body #section_footer h2 {
        font-size:1.5rem;
    }
}

/* PDF・WMPリンク */
.pdf_download, .wmplayer_download {
    clear: both;
    margin: 30px 0px 0px;
    width: 100%;
    display: table;
}

.pdf_download .pdf_img, .wmplayer_download .wmplayer_img {
    display: table-cell;
    vertical-align: top;
    width: 158px;
    margin: 0px;
    padding: 0px;
}

.pdf_download .pdf_img img, .wmplayer_download .wmplayer_img img {
    width: 100%;
    height: auto;
}

.tenpu_txt {
    display: table-cell;
    vertical-align: top;
    margin: 0px;
    padding: 3px 0px 0px 10px;
    font-size: 1.3rem;
    line-height: 1.4;
}

/* SNSボタン */
.sns_button_wrap {
    display:flex;
    flex-wrap:wrap;
    gap:0.2em;
    margin-top: 30px;
}

.sns_button_wrap>div {
    vertical-align: top;
}

.sns_button_fb {
    width:155px;
    height:20px;
    display:inline-block!important;
}


/* サブサイト共通フッタ */
#site_footer {
    clear: both;
    float: none;
    width: 1080px;
    background: #f6f6f6;
    margin: 0px auto 50px;
}

#site_footer_box {
    padding: 20px;
}

#site_footer_box p {
    margin: 0px 0px 1em;
}

#site_footer_box p:last-child {
    margin-bottom: 0px;
}

/* parts-site.css */
/* 自由編集項目 */
.free_box p {
    margin: 0px 0px 10px;
}

.free_box p:last-child {
    margin-bottom: 0px;
}

.free_box img {
    max-width: 100%;
    height: auto !important;
}

/* サイドメニュー */
.subsite_menu {
    background: #FFF;
    margin: 0px 0px 10px;
}

.subsite_menu:last-child {
    margin-bottom: 0px;
}

.subsite_menu_ttl {
    background: #fee364;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 0px;
    padding: 14px 20px;
}

.subsite_menu_list ul {
    margin: 0px;
    padding: 20px 20px 20px 40px;
}

.subsite_menu_list ul li {
    margin-bottom: 10px;
}

.subsite_menu_list ul li:last-child {
    margin-bottom: 0px;
}

.subsite_menu_list div.link_ichiran {
    margin: 0px;
    padding: 0px 20px 20px;
    text-align: center;
}

.subsite_menu_list div.link_ichiran a {
    display: block;
    background: #fff;
    padding: 8px 10px;
}

/* Slick Slider */
flex.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    /* column-gap: 20px; */
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 0;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* スライドショー */
#top_photo {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.mishima_k_img {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background-image:url(/img/kankou/main-title.png);
    background-repeat:no-repeat;
    background-size:contain;
    width:15vw;
    max-width:254px;
    min-width:74px;
    height:24vw;
    max-height:403px;
    min-height:223px;
    z-index:3;
}

@media screen and (max-width:670px) {
    .mishima_k_img {
        top:70%;
    }
}

@media screen and (max-width:340px) {
    .mishima_k_img {
        top:85%;
    }
}

#top_photo_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}

#top_photo_list p {
    display: flex;
    vertical-align: top;
    margin: 0 0.4em;
    max-width: 1200px;
    width: 141.5vw;
}

#top_photo_list p a {
    display: block;
    color: inherit;
    text-decoration: none;
}

#top_photo_list p img {
    width: 100% !important;
    height: auto !important;
}

#top_photo_list p span.photo_caption {
    display: block;
    background: #333;
    color: #fff;
    padding: 5px 20px;
}

#top_photo_list p span.photo_caption:empty {
    padding: 0px;
}

#top_photo_list p span.photo_caption span {
    color: inherit !important;
}

@media screen and (max-width:1280px) {
    #top_photo_list p {
        width:80vw;
    }
}

@media screen and (max-width:540px) {
    #top_photo_list p {
        width:100vw;
    }
}

/* スライド表示調整 */
.site_index #mp_control_box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /*  */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site_index #mp_control_box button {
    pointer-events: all;
}

.site_index #mp_control_box button[id^="mp_control_"] {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px 0px 0px;
    padding: 0px;
    width: 24px;
    height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    border: 2px solid #FFF;
    color: #fff;
    background-color: #9c529c;
    background-repeat: no-repeat;
    background-size: 8px auto;
    text-align: left;
    text-indent: -9999em;
    overflow: hidden;
}

.site_index #mp_control_box button#mp_control_prev {
    position: absolute;
    left: 10px;
    width: 39px;
    height: 58px;
    margin: 0;
    border: none;
    background-size: contain;
    border-radius: 0;
    background-position: left top;
    background-color: transparent;
    cursor: pointer;
}

.site_index #mp_control_box button#mp_control_next {
    position: absolute;
    right: 10px;
    width: 39px;
    height: 58px;
    margin: 0;
    border: none;
    background-size: cover;
    border-radius: 0;
    background-position: left top;
    background-color: transparent;
    cursor: pointer;
}

.site_index #mp_control_box button#mp_control_pause {
    background-image: url(/img/top/photo/btn_slide_stop.png);
    background-position: center center;
    position: absolute;
    bottom: 10px;
    cursor: pointer;
    left: 10px;
}

.site_index #mp_control_box button#mp_control_play {
    display: none;
    background-image: url(/img/top/photo/btn_slide_play.png);
    background-position: 8px center;
    position: absolute;
    bottom: 10px;
    cursor: pointer;
    left: 10px;
}

/* スライドナビゲーションボタン */
.site_index ul.slick-dots {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    bottom: 10px;
    left: 42px;
}

.site_index ul.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px;
    padding: 2px;
}

.site_index ul.slick-dots li button {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    text-indent: -9999em;
    text-align: left;
    overflow: hidden;
    border: 2px solid #FFF;
    background: #FFF;
    color: #333;
    pointer-events: all;
    cursor: pointer;
}

.site_index ul.slick-dots li.slick-active button {
    background: #9c529c;
    color: #fff;
}

/* ページトップ */
#top_scroll {
    position: relative;
    z-index: 100;
}

#page-top1 {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: -250px;
    right: 10px;
    width: 47px;
    height: 47px;
    padding: 0;
    color: #222;
    text-align: center;
    text-decoration: none;
    transition: 1s;
    -webkit-transition: 1s;
}

#page-top1 img {
    width: 100%;
    height: auto !important;
}

/* 追記2022年11月9日 */
.treeF {
    width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.treeF ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    width: 100%;
}

.treeF ul li {
    flex: 0 0 30%;
    background-color: #FFF;
    border-radius: 6px;
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.1s;
}

.treeF ul li a {
    display: flex;
    padding: 135px 10px 10px;
    color: #222;
    text-decoration: none;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    transition: background 0.1s;
}

.treeF ul li a::after {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
}

.treeF ul li:hover {
    background-color: #627800;
}

.treeF ul li a:hover {
    color: #FFF;
}

/* ヘッダー */
#header {
    /*display: flex;*/
    padding: 20px 30px;
    flex-wrap: wrap;
    margin-bottom:15px;
}

.header_inner {
    display: flex;
    justify-content: space-between;
}

.headLogo {
    display: flex;
    align-items: center;
}

.headLogo div {
    margin: 0;
}

.headLogo img {
    width: 100%;
    min-width: 240px;
    height: auto !important;
}

.header_list {
    display: flex;
    list-style-type: none;
    gap: 2.5em;
}

.header_list li a {
    position: relative;
    text-decoration: none;
    color: #000;
    padding-left: 2.2em;
}

.header_list li a:before {
    display: inline-block;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.header_list li:first-child a:before {
    width: 27px;
    height: 34px;
    top: -0.3em;
    left: 0;
    background-image: url(/img/kankou/access-icon.png);
}

.header_list li:nth-child(2) a:before {
    width: 25px;
    height: 32px;
    top: -0.3em;
    left: 0;
    background-image: url(/img/kankou/language-icon.png);
}

@media screen and (max-width:1024px) {
    #header {
        margin:0px;
    }
}

@media screen and (max-width:540px) {
    #header {
        padding:20px;
    }

    .headLogo {
        width:85%;
    }
}

@media screen and (max-width:320px) {
    .headLogo {
        padding-top:32px;
    }
}


/* 検索 */
/*.search_box {
	border: solid 1px black;
	height: 40px;
	display: flex;
	align-items: center;
	width: 300px;
	border-radius: 100px;
}

.search_box #cse-search-box {
	display: flex;
	padding: 0 2px;
}

.search_box #cse-search-box #tmp_query {
	border: solid 1px #FFF !important;
	padding: 0 0.5em !important;
	width: 100%;
	border-radius: 100px 0 0 100px;
}

.search_box #cse-search-box #submit {
	background-color: #205134;
	border: none;
	height: 36px;
	color: #FFF;
	border-radius: 100px;
	padding: 0 1em;
}*/

@media screen and (max-width:1024px) {
    .header_list {
        display:none;
    }

    .header_list.list_sp {
        display:flex;
        justify-content:center;
        padding:0;
        gap:1.8em;
    }
}

@media screen and (max-width:375px) {
    .header_list.list_sp {
        display:flex;
        flex-flow:column;
        margin:1em 1em 2em;
    }
}

/*お知らせエリアここから*/
.oshiraseF {
    margin:5% 0 5%;
}

.oshiraseF2 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 1.5em;
}

.back_text p {
    font-family: 'Montserrat', sans-serif;
    font-size:9.1vw;
    color: #b08fb2;
    opacity: 0.1;
    letter-spacing: 0.1em;
    margin: 0;
    font-weight: 500;
    white-space: nowrap;
    margin-bottom:-0.35em;
}

@media screen and (min-width:1700px) {
    .back_text p {
        font-size: 160px;
    }
}

@media screen and (max-width:1280px) {
    .oshiraseF2 {
        margin:0 3%;
    }
}

@media screen and (max-width:768px) {
    .oshiraseF2 {
        flex-flow:column;
    }
}


/*新着情報ここから*/
.oFwrap {
    position: relative;
    width: 65%;
    background: #fff;
    padding: 5%;
    border-radius: 0.5em;
    box-shadow: 3px 3px 3px rgba(204, 204, 204, .3);
}

.oFwrap:before {
    display: inline-block;
    content: '';
    position: absolute;
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    background-image: url(/img/kankou/news-bg.png);
}

.oFwrap:after {
    display: inline-block;
    content: '';
    position: absolute;
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    background-image: url(/img/kankou/news-bg.png);
    transform: rotate(180deg);
}

.news_h2 {
    position: relative;
    text-align: center;
    letter-spacing: 0.1em;
    color:#3b0c3b;
    z-index: 2;
    letter-spacing:0.1em;
}

.news_h2:after {
    position: absolute;
    display: inline-block;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 64px;
    top: -1em;
    left: 52%;
    transform: translatex(-50%);
    background-image: url(/img/kankou/news-midashi-bg.png);
    z-index: -1;
}

.oFlist ul {
    list-style-type: none;
    padding-left: 0;
    margin: 3% 0 5%;
}

.oFlist ul li {
    display: grid;
    grid-template-columns:1fr 3fr;
    padding: 1.1em 0 0.8em;
    border-bottom: solid 1px #bbbec0;
}

.oFlist ul li a {
    display: block;
}

.oFlist ul li span.article_date {
    width: 11em;
    white-space: nowrap;
}

.oFlist ul li span.article_title {
     display:inline-flex;
     gap:1em;
     align-items:center;
}

.pickupF p a {
    width: 100%;
}

.pickupF p a img {
    width: 100%!important;
    height: auto!important;
}

@media screen and (max-width:1024px) {
    .oFlist ul li {
        display:flex;
        flex-flow:column;
        gap:0;
    }
}

@media screen and (max-width:768px) {
    .oFlist ul {
        font-size:1.4rem;
        
    }
}

@media screen and (max-width:540px) {
    .oFlist ul li span.article_title {
        flex-flow:column;
        align-items:flex-start;
        gap:0.5em;
    }
}


/*新着情報ボタン*/
.oFwrap .link_ichiran,
.photo_gallery .link_ichiran {
    display: flex;
    justify-content: center;
}

.oFwrap .link_ichiran a,
.photo_gallery .link_ichiran a{
    position: relative;
    padding: 1.2em 3.5em 0.6em;
    border-radius: initial;
    letter-spacing: 0.1em;
    text-decoration:none;
    color:#000;
    background: #fcf5fc;
    border: none;
    z-index: 3;
    transition:all .2s;
}

.oFwrap .link_ichiran a:hover,
.photo_gallery .link_ichiran a:hover {
    filter: brightness(0.9);
}

.oFwrap .link_ichiran a:before,
.photo_gallery .link_ichiran a:before {
    content: '';
    position: absolute;
    top: 0.3em;
    left: 0.3em;
    width: 98%;
    height: 98%;
    border: solid 1px #b676b6;
    z-index: -1;
    transition:all .2s;
}

.oFwrap .link_ichiran a:hover:before,
.photo_gallery .link_ichiran a:hover:before {
    top: 0em;
    left: 0em;
}

.oFwrap .link_ichiran a:after,
.photo_gallery .link_ichiran a:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: -3em;
    background-image: url(/img/kankou/button-arrow.png);
    background-repeat: no-repeat;
    width: 94px;
    height: 10px;
    z-index: -1;
    transition:all .2s;
}

.oFwrap .link_ichiran a:hover:after,
.photo_gallery .link_ichiran a:hover:after {
    right: -3.5em;
}

.oFwrap .link_ichiran a:hover,
.photo_gallery .link_ichiran a:hover{
    background: #fcf5fc;
    color: #000;
}

@media screen and (max-width:768px) {
    .oFwrap {
        width:90%;
        padding:10% 5% 14%;
    }

    .oFwrap .link_ichiran a:after,
    .photo_gallery .link_ichiran a:after {
        width: 65px;
        height: 10px;
        top: 55%;
        right: -2.4em;
        background-size:contain;
     }
}

@media screen and (max-width:375px) {
    .oFwrap .link_ichiran a,
    .photo_gallery .link_ichiran a {
        padding: 1.2em 2.5em 0.6em;
    }
    
    .oFwrap .link_ichiran a:after,
    .photo_gallery .link_ichiran a:after {
        width: 55px;
     }
}

/*新着情報ここまで*/

/*ピックアップエリアここから*/
.pickup {
    position: relative;
    background: #fff;
    border-radius: 0.5em;
    box-shadow: 3px 3px 3px rgba(204, 204, 204, .3);
    padding: 3% 2.5% 8%;
    overflow: hidden;
    background-image: url(/img/kankou/mishima_map.png);
    background-repeat: no-repeat;
    background-position: right 15% top 2%;
}

.pickup:after {
    display: inline-block;
    content: '';
    position: absolute;
    bottom: -26px;
    left: 0.3em;
    background-image: url(/img/kankou/yama-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 68px;
}

.pickup_title {
    position: relative;
    padding-top: 10%;
}

.pickup_h2 {
    position: relative;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    margin: 0 0 5% 0;
    padding: 0 8% 2% 8%;
    border-bottom: dotted 3px #7da849;
    color:#994199;
}

.pickup_h2:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    top: 0.2em;
    left: 0.3em;
    transform: translatex(-50%);
    background-image: url(/img/kankou/pickup_before.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 23px;
}

.pickup_h2:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    top: 0.2em;
    right: -0.2em;
    transform: translatex(-50%) scale(-1, 1);
    background-image: url(/img/kankou/pickup_before.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 23px;
}

.pickup_check {
    content: '';
    position: absolute;
    top: 0;
    left: 30%;
    transform: translatex(-50%);
    background-image: url(/img/kankou/check.png);
    background-repeat: no-repeat;
    width: 59px;
    height: 32px;
}

.pickup_kiri {
    content: '';
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 1.2em;
    transform: translatex(-50%);
    background-image: url(/img/kankou/kiri.png);
    background-repeat: no-repeat;
    width: 66px;
    height: 61px;
}

.pickup_tadami-t {
    content: '';
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    top: 5.3em;
    right: -6.5em;
    transform: translatex(-50%);
    background-image: url(/img/kankou/tadami-line.png);
    background-repeat: no-repeat;
    width: 124px;
    height: 20px;
}

.pickupF_box {
    margin-top:12%;
}

.pickupF_detail p {
    max-width:357px;
}

.pickupF_detail p a {
    display:block;
    width:100%;
}

.pickupF_detail p a img{
    width:100%!important;
    height:auto!important;
    transition: all .3s;
}

.pickupF_detail p a img:hover {
    filter: brightness(0.8);
}

@media screen and (max-width:768px) {
    .pickupF_box {
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:1em 1em;
        flex-wrap:wrap;
       padding:0 2% 12%;
    }

    .pickupF_box {
        margin-top:3%;
    }

    .pickupF_detail p {
        margin:0;
    }
}

@media screen and (min-width:540px) and ( max-width:768px) {
        .pickup_tadami-t {
            right:0%;
            top:85%;
        }

        .pickup_kiri {
            left:18%;
            top:62%;
        }

        .pickup:after {
            background-size:cover;
            bottom:0em;
        }

        .pickup_check {
            top: 12%;
            left: 40%;
        }
}

@media screen and (max-width:540px) {
    .pickupF_box {
        display:grid;
        grid-template-columns:1fr;
        padding: 3% 2.5% 20%;
    } 

    .pickupF_detail {
        margin:0 auto;
    }

    .pickup_kiri {
        left:10%;
    }
}

@media screen and (max-width:320px) {
    .pickupF_box {
        padding: 10% 2.5% 20%;
    } 

    .pickup_kiri {
        left:10%;
        transform:scale(80%);
        left:-8%;
        top:65%;
    }

    .pickup_check {
        top: -10%;
        left: 15%;
        transform:scale(80%);
    }
}


/*ピックアップエリアここまで*/

/*お知らせエリアここまで*/


/*からんころんエリア*/
.karankoron_inner {
    position:relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    z-index:2;
    padding:3% 0 0;
}

.karankoron_bg1 {
    display:inline-block;
    content: '';
    position: absolute;
    top: 10%;
    left:-10%;
    background-image: url(/img/kankou/karankoron-bg-purple.png);
    background-repeat: no-repeat;
    width: 189px;
    height: 70px;
    z-index:1;
}

.karankoron_bg2 {
    display:inline-block;
    content: '';
    position: absolute;
    bottom: 4%;
    right:-10%;
    transform:rotate(180deg);
    background-image: url(/img/kankou/karankoron-bg-purple.png);
    background-repeat: no-repeat;
    width: 189px;
    height: 70px;
    z-index:1;
}

.karankoron_bg3 {
    display:inline-block;
    content: '';
    position: absolute;
    top: 16%;
    right:-10%;
    background-image: url(/img/kankou/karankoron-bg-pink.png);
    background-repeat: no-repeat;
    width: 217px;
    height: 80px;
    z-index:1;
}

.karankoron_bg4 {
    display:inline-block;
    content: '';
    position: absolute;
    top: 50%;
    left:30%;
    transform:rotate(180deg);
    background-image: url(/img/kankou/karankoron-bg-pink.png);
    background-repeat: no-repeat;
    width: 213px;
    height: 80px;
    z-index:1;
}

.karankoron_inner:after {
    content:'';
    display:inline-block;
    position:absolute;
    top:0;
    left:-10%;
    width:140%;
    height:100%;
    background:#f0ecf0;
    z-index:-1;
}

.karankoron_wrap {
    position: relative;
    display: flex;
    gap: 2em;
    justify-content: center;
    z-index:2;
    padding:0 3%;
}

.karankoron_bnr li a img {
    width:100%;
    max-width:310px;
    height:auto;
}

.karankoron_h2 {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    margin-bottom: 5%;
    padding: 0.8em 1.5em;
    border-bottom: solid 3px #fff;
}

.karankoron_h2 img {
    width:18.6vw;
    max-width:316px;
    min-width:158px;
    height:2.8vw;
    max-height:48px;
    min-height:24px;
}

.karankoron_h2:before {
    content: '';
    position: absolute;
    top: 60%;
    transform: translatey(-50%);
    left: -20%;
    background-image: url(/img/kankou/karankoron-kasa.png);
    background-repeat: no-repeat;
    background-size:contain;
    width:5.3vw;
    max-width: 91px;
    min-width:41px;
    height: 5.4vw;
    max-height: 93px;
    min-height:43px;
    z-index: -1;
}

.karankoron_h2:after {
    content: '';
    position: absolute;
    top: 75%;
    transform: translatey(-50%);
    right: -23%;
    background-image: url(/img/kankou/karankoron-hana.png);
    background-repeat: no-repeat;
    background-size:contain;
    width:5.6vw;
    max-width: 96px;
    min-width:51px;
    height: 5vw;
    max-height: 85px;
    min-height:40px;
    z-index: -1;
}



.wrap_left {
    width: 45%;
    position: relative;
}

.wrap_right {
    width: 55%;
}

#top_tab_wrap {
    margin-bottom: 1.5em;
}

.wrap_left_inner {
    display: flex;
    justify-content: center;
    align-items:center;
    gap: 2em;
}

.karankoron_bnr {
    display: flex;
    flex-flow: column;
    gap: 0.5em;
    list-style-type: none;
    padding-left: 0;
}

.karankoron_bnr li a {
    transition: all .3s;
}

.karankoron_bnr li a:hover {
    filter: brightness(0.8);
}

.wrap_left_inner .karankoron_text {
    writing-mode: vertical-rl;
    letter-spacing: 0.3em;
    line-height: 2.4;
}

.karankoron_img {
    position:relative;
    max-width:745px;
}

.karankoron_img img {
    width: 100%;
}

@media screen and (min-width: 1279px) {
    .karankoron_img {
        width:135%;
        left: -35%;
        bottom:-3%;
    }
}

@media screen and (max-width: 1024px) {
    .karankoron_img {
        min-width:450px;
    }
}

@media screen and (max-width: 768px) {
    .karankoron_text{
        font-size:1.4rem;
    }
}

@media screen and (max-width: 540px) {
    .karankoron_h2 {
        padding: 0.8em;
    }

    .wrap_left_inner {
        flex-flow:column;
        flex-direction:column-reverse;
        gap:0;
        margin-bottom:8%;
    }
    
    .karankoron_text {
        writing-mode:inherit!important;
        line-height:2!important;
        letter-spacing:0.15em!important;
    }
}

@media screen and (max-width: 414px) {
    .karankoron_img {
        min-width:100%;
    }
}


/* タブ */
#top_tab_title ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    gap: 1.5em;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#top_tab_title ul li {
    width: 32%;
}

#top_tab_title ul li button {
    position: relative;
    width: 100%;
    margin-bottom: 18%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: #e6e6e6;
    color: #256f39;
    font-size: 2rem;
    font-weight: bold;
    line-height: 3rem;
    padding: 0.6em 0 0.6em 2em;
    text-align: center;
    letter-spacing:0.05em;
}

#top_tab_title ul li button:before {
    content:'';
    position:absolute;
    top:50%;
    transform:translatey(-50%);
    left:1em;
    background-repeat:no-repeat;
    background-size:contain;
    z-index:2;
}

#top_tab_title ul #top_tab_title_f button:before {
    background-image:url(/img/kankou/facebook-icon.png);
    width:28px;
    height:28px;
}

#top_tab_title ul #top_tab_title_t button:before {
    background-image:url(/img/kankou/twitter-icon.png);
    width:30px;
    height:30px;
}

#top_tab_title ul #top_tab_title_t.tab_on button:before {
    width:40px;
    height:40px;
}

#top_tab_title ul #top_tab_title_i button:before {
    background-image:url(/img/kankou/instagram-icon.png);
    width:28px;
    height:28px;
    left:0.8em;
}

#top_tab_title ul #top_tab_title_i.tab_on button:before {
    background-image:url(/img/kankou/instagram-white-icon.png);
}

#top_tab_title ul li.tab_on button {
    color: #ffffff;
}

#top_tab_title ul li.tab_on button:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.8em;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-width: 0.8em 0.5em 0 0.5em;
}

#top_tab_title ul #top_tab_title_f button {
    border:solid 2px #1877f2;
    background:#fff;
    color:#1877f2;
}

#top_tab_title ul #top_tab_title_f.tab_on button {
    color:#fff;
    background:#1877f2;
}

#top_tab_title ul #top_tab_title_f.tab_on button:after {
    border-color: #6aa9f9 transparent transparent transparent;
    z-index:-1;
}

#top_tab_title ul #top_tab_title_t button {
    border:solid 2px #1c9cea;
    background:#fff;
    color:#1c9cea;
}

#top_tab_title ul #top_tab_title_t.tab_on button {
    color:#fff;
    background:#1c9cea;
}

#top_tab_title ul #top_tab_title_t.tab_on button:after {
    border-color: #88cffa transparent transparent transparent;
    z-index:-1;
}

#top_tab_title ul #top_tab_title_i button {
    border:solid 2px #cc0681;
    background:#fff;
    color:#cc0681;
}

#top_tab_title ul #top_tab_title_i.tab_on button {
    color:#fff;
    background:#cc0681;
}

#top_tab_title ul #top_tab_title_i.tab_on button:after {
    border-color: #f79fcc transparent transparent transparent;
    z-index:-1;
}


#top_tab_title ul li button br {
    display: none;
}

#top_tab_detail {
    text-align: center;
    background-color: #fff;
    border-radius: 1em;
    padding: 5% 4%;
}

/*twitter埋め込み*/
.twitter-timeline {
    overflow-y: scroll;
    max-height: 380px!important;
}

/*instagram埋め込み*/
.eapps-instagram-feed-posts-grid-load-more {
    display:none;
}

/*ボタン*/
#top_tab_detail .link_ichiran a {
    display:inline-block;
    padding:0.4em 2em;
    border-radius:2em;
    text-decoration:none;
    font-weight:600;
    transition:all .3s;
}

#top_tab_detail .link_box {
    margin-top:1em;
}

#top_tab_detail_f .link_ichiran a {
    color:#1877f2;
    border:solid 1px #1877f2;
}
#top_tab_detail_f .link_ichiran a:hover {
    background:#e6f1ff;
}

#top_tab_detail_t .link_ichiran a {
    color: #1c9cea;
    border:solid 1px #1c9cea;
}

#top_tab_detail_t .link_ichiran a:hover {
    background:#e0f3ff;
}

#top_tab_detail_i .link_ichiran a {
    color: #cc0681;
    border:solid 1px #cc0681;
}

#top_tab_detail_i .link_ichiran a:hover {
    background:#fcebf6;
}

@media screen and (max-width: 1200px) {
    #top_tab_title ul li button {
        font-size:1.6rem;
    }
}


@media screen and (max-width: 1024px) {
    #top_tab_title ul li button {
        font-size:1.8rem;
    }
}

@media screen and (max-width: 768px) {
    #top_tab_title ul  {
        gap:0.6em;
    }

    #top_tab_title ul li button {
        font-size:1.5rem;
    }
    
    .fb-page {
        width:100%!important;
    } 

    #top_tab_detail iframe {
        width:100%!important;
    }

     .link_ichiran a {
         font-size:1.4rem;
     }
}

@media screen and (max-width: 540px) {
    #top_tab_title ul {
        display:grid;
        grid-template-columns:1fr 1fr 1fr;
        place-content:center;
    }

    #top_tab_title ul li button {
        padding:0.5em 0;
        margin-bottom:20px;
    }

    #top_tab_title ul li {
        width:auto;
    }
    
    #top_tab_title ul li button:before {
        display:none!important;
    }
}


/*地域町おこし協力隊SNS*/
.chiiki-k_sns {
    background: #fff;
    border: solid 1px#000;
    height: 160px;
    overflow: hidden;
    max-width:660px;
    margin: 0 auto;
}

.chiiki-k_wrap {
    display: grid;
    grid-template-columns: 3fr 2fr;
}

.chiiki-k_sns .sns_list {
    position: relative;
    display: flex;
    gap: 1em;
    justify-content: flex-end;
    list-style-type: none;
    padding-left: 0;
    margin-top:0;
}
.chiiki-k_sns .sns_list li a img {
    transition:all .3s;
}

.chiiki-k_sns .sns_list li a img:hover {
     opacity:0.6;
}

.chiiki-k_sns .sns_list:before  {
    display:inline-block;
    content: '';
    position: absolute;
    top: 40%;
    left:2em;
    transform:translatey(-50%);
    background-image: url(/img/kankou/sns_arrow.png);
    background-repeat: no-repeat;
    width: 94px;
    height: 10px;
}

.chiiki-k_left {
    padding: 1em 1.5em;
}

.chiiki-k_left p {
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin:1em 0 0 0;
}

.chiiki-k_right img {
    width:100%;
    height:auto;
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .chiiki-k_wrap {
            grid-template-columns: 2.8fr 2.2fr!important;
    }
}

@media screen and (max-width:1024px) {
    .karankoron_inner {
        padding:5% 0% 12%;  
    }
    
    .karankoron_wrap {
        flex-flow:column;
    }

    .karankoron_img {
        position:relative;
        left:inherit;
        bottom:inherit;
        width:60%;
        margin:0 auto;
    }

    .wrap_left {
        width:100%;
        margin-bottom:8%;
    } 

    .wrap_right {
        width:94%;
        margin:0 auto;
    }

    #top_tab_wrap {
        max-width:700px;
        margin:0 auto 5%;
    }
}

@media screen and (max-width:670px) {
    .chiiki-k_right {
        overflow:hidden;
    }
    
    .chiiki-k_right img {
        width:auto;
        height:100%!important;
        position:relative;
        left:50%;
        transform:translatex(-50%);
    }
}

@media screen and (max-width:540px) {
    .chiiki-k_sns {
        height:inherit;
    }
    
    .chiiki-k_wrap {
        grid-template-columns:1fr;
    }

    .chiiki-k_left {
        grid-row:2/2;
    }

    .chiiki-k_right {
        margin-top:8%;
        max-width:311px;
        margin:8% auto 0;
    }

     .chiiki-k_right img {
         width:100%;
     }
}

@media screen and (max-width:414px) {
    .chiiki-k_right {
        margin:8% 6% 0;
    }

    .chiiki-k_sns .sns_list:before {
        left:0;
    }
    
    .chiiki-k_left {
       padding-bottom:0;
    }

    .wrap_right {
        width:100%;
    }
}


/*バナーエリアここから*/
.bnr_area {
    margin-top:5%;
    padding: 4em 0;
    background-image:url(/img/kankou/banner-bg.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.bnr_list {
    max-width:1050px;
    display:flex;
    justify-content:center;
    gap:2em;
    list-style-type:none;
    margin:5% auto;
    padding:0;
}
.bnr_list li a {
    display:block;
}

.bnr_list li a img {
    width:100%;
    transition:all .4s;
}
.bnr_list li a img:hover {
    filter: brightness(0.7);
}

@media screen and (max-width:1200px) {
    .bnr_list {
        margin:0 5%;
    }
}

@media screen and (max-width:1024px) {
    .bnr_area   {
        margin-top:0;
    }
}

@media screen and (max-width:670px) {
    .bnr_list  {
        flex-flow:column;
        gap:1em;
        align-items:center;
    }

    .bnr_list li {
        max-width:380px;
    }
}

/*バナーエリアここまで*/

/*ギャラリーエリアここから*/
.photo_gallery {
    margin-top:4.5%;
}

.photo_gallery .slick-list {
    overflow:inherit;
} 

.gallery_text {
    margin-bottom:-6%;
}

.gallery_h2 {
    text-align:center;
    color:#3b0c3b;
    letter-spacing:0.1em;
}

#gallery_photo {
    margin-bottom:3.5%;
}

#gallery_photo p {
    position:relative;
    width:314px;
    height:230px;
    margin:1em;
    overflow:hidden;
}

#gallery_photo p img {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:auto;
}

#gallery_photo p:nth-child(odd) {
    transform:translatey(1.5em);
}

#gallery_photo_list button {
    display:none!important;
}

.photo_gallery .link_ichiran a {
    background:#fff!important;
}

@media screen and (max-width:1024px) {
    #gallery_photo p {
        width:214px;
        height:130px;
        margin:0.5em;
    }

    #gallery_photo p:nth-child(odd) {
        transform:translatey(1em);
    }
}

@media screen and (max-width:768px) {
    .photo_gallery .slick-list {
        margin-bottom:8%;
    }
}

@media screen and (max-width:540px) {
    #gallery_photo p {
        width:184px;
        height:100px;
    }

    .photo_gallery .slick-list {
        margin-bottom:15%;
    }
}

/*ギャラリーエリアここまで*/


/*関連リンクここから*/
.kanren_link {
    padding:5% 0 5%;
    background:inherit; 
}

.link_h2 {
    display:inline-block;
    position:relative;
    left:50%;
    transform:translatex(-50%);
    text-align:center;
    margin-bottom:3%;
    color:#3b0c3b;
    letter-spacing:0.1em;
}

.kanren_link .back_text p {
    margin-bottom:-0.7em;
}

#link_slide {
    width:94vw;
    max-width:1200px;
    margin:0 auto;
}

.kanren_link .slick-slide {
    padding:0 50px;
}

.kanren_link #link_slide_list {
    position:relative;
}

.kanren_link .slick-slide p {
    margin:0;
}

.kanren_link .slick-slide p a {
    display:inline-block;
    padding:0.2em;
    transition:all .3s;
}

.kanren_link .slick-slide p a:hover {
    filter: brightness(0.8);
}

.kanren_link .slick-slide p img {
    width:100%!important;
    height:auto!important;
}

#link_slide .slick-prev {
    position:absolute;
    top:50%;
    transform:translatey(-50%);
    left:0;
    background:none;
    border:none;
    visibility:hidden;
    z-index:2;
    
}

#link_slide .slick-prev:after {
    content:'';
    position:absolute;
    top:50%;
    transform:translatey(-50%);
    left:0;
    background-image:url(/img/kankou/link-arrow.png);
    background-repeat:no-repeat;
    background-size:contain;
    width:40px;
    height:40px;
    z-index:2;
    visibility: visible;
}

#link_slide .slick-next {
    position:absolute;
    top:50%;
    transform:translatey(-50%);
    right:0;
    border:none;
    visibility:hidden;
}

#link_slide .slick-next:after {
    content:'';
    position:absolute;
    top:50%;
    transform:translatey(-50%) rotate(180deg);
    right:0;
    background-image:url(/img/kankou/link-arrow.png);
    background-repeat:no-repeat;
    background-size:contain;
    width:40px;
    height:40px;
    z-index:2;
    visibility: visible;
}

@media screen and (max-width:1024px) {
    #link_slide {
        width:96%;
        max-width:1200px;
        margin:0 auto;
    }

    #link_slide .slick-prev:after {
        width:30px;
        height:30px;
        left:1em;
    }

    #link_slide .slick-next:after {
        width:30px;
        height:30px;
        right:1em;
    }

    .kanren_link .slick-slide {
        padding:0 37px;
    }
}

@media screen and (max-width:540px) {
    #link_slide {
        width:90%;
    }
    
    #link_slide .slick-prev:after {
        width:25px;
        height:25px;
        left:-0.1em;
    }

    #link_slide .slick-next:after {
        width:25px;
        height:25px;
        right:-0.1em;
    }

    .kanren_link .slick-slide {
        padding:0 1.7em;
    }
}

@media screen and (max-width:374px) {
    #link_slide {
        width:80%;
    }

    .kanren_link .slick-slide p {
        margin:0.1em 0;
    }
}

/*関連リンクここまで*/

/*Google Mapここから*/
.gMap {
    filter: grayscale(100%);
}
/*Google Mapここまで*/

/* フッター */
.footerY {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-image: url(/img/kankou/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.footerLink {
    display: flex;
    justify-content: space-between;
    gap:4em;
    margin: 5% 5% 2%;
}

.fyL {
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style-type:none;
    color:#fff;
    padding-left:0;
    line-height:1.8;
    letter-spacing:0.1em;
    z-index:3;
}

.fyL:after {
    content:'';
    display:inline-block;
    position:absolute;
    top:50%;
    transform:translatey(-50%);
    right:-2em;
    width:1px;
    height:95%;
    background:#fff;
    z-index:1;
} 


.fTitle {
    margin-bottom:0.5em;
}   

.fyL .Time {
    margin-top:1em;
}

.fyL .Time dl{
    display:flex;
    margin:0;
}

.fyL .Time dl dd {
    margin:0;
}

.fyL .Holiday dl {
    display:flex;
    margin:0;
}

.fyL .Holiday dl dd {
    margin:0;
}

.fTitle strong {
    font-size: 2.8rem;
    letter-spacing:0.1em;
    font-weight:400;
}

.fyR {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    row-gap: 20px;
}

.fyRcontact {
    display: flex;
    align-items: center;
    color:#fff;
}

.fyRcontact ul {
    list-style-type:none;
    padding:0;
}

.fyRcontact ul li {
    letter-spacing:0.1em;
    line-height:2;
}

.mail_address img {
    vertical-align:middle;
}

.contactF {
    display:inline-block;
}

.contactF a {
    position:relative;
    display:block;
    text-decoration:none;
    color:#9f509f;
    background:#fff;
    border-radius:0.4em;
    padding:0.7em 1em 0.7em 3em;
    border:solid 2px #9f509f;
    white-space: nowrap;
    margin-top:0.5em;
    font-weight:600;
    transition:all .3s;
}

.contactF a:before {
    content:'';
    position:absolute;
    top:50%;
    transform:translatey(-50%);
    left:1.2em;
    background-image:url(/img/kankou/mail-icon.png);
    background-repeat:no-repeat;
    background-size:contain;
    width:22px;
    height:17px;
    z-index:2;
}

.contactF a:hover {
    background:#fcf0fc;
}

.copyRight {
    width: 90%;
    text-align: center;
    color: #FFF;
    font-size: 1.2rem;
    margin: 0;
    padding: 1.2em 0;
    box-sizing: border-box;
    border-top:solid 1px #fff;
}

@media screen and (max-width:768px) {
    .footerY {
        padding:8% 0 0;
        font-size:1.4rem;
    }
    
    .footerLink {
        flex-flow:column;
        align-items:flex-start;
        margin-bottom:5%;
        gap:0;
    }

    .fyL:after {
        display:none;
    }

    .fyRcontact ul{
        display:block;
    }

    .fTitle strong{
        font-size:2rem;
    } 
} 

@media screen and (max-width:540px) {
    .Time dl dt, .Holiday dl dt {
        width:6em;
        white-space: nowrap;
    }
}

/* スマートフォン用 */
#sp_page_index_link_wrap {
    display: none;
}

#spm_wrap {
    display: none;
}

.sp_button {
    display: none;
}

/* 下層ページ関連 */
.site #container {
    background:#f7f7f7;
}

.honBun {
    overflow: hidden;
}

.honBunBg {
    padding-bottom: 100px;
}

.search .honBun {
    padding-top: 30px;
}

#mymainback.lower #main {
    padding: 20px 20px 30px;
}

.gglmap iframe, .gglmap object, .gglmap embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1200px) {
    #mymainback.lower {
        margin:0 3%;
    }
}

/* 大メニュー */
.site_list_2 #mymainback.lower #main {
    padding:10px 0 10px;
    max-width:1100px;
    margin: 0 auto;
    border-radius:0.2em;
    border:none;
    background: #f7f7f7;
}


div.site_list_2 div.info_list ul {
    display:flex;
    flex-flow:column;
    gap:1em;
    padding: 0;
    list-style-type:none;
}

div.site_list_2 div.info_list ul li {
    position:relative;
    padding:1.3em 1em 1.2em 1.5em;
    background:#fff;
    box-shadow:2px 2px 3px rgba(204, 204, 204, 0.1);
    transition:all .3s; 
}

div.site_list_2 div.info_list ul li:hover {
    filter: brightness(0.9);
}

div.site_list_2 div.info_list ul li:after {
     content:'';
    position:absolute;
    top:50%;
    transform:translatey(-50%);
    right:1em;
    background-image:url(/img/kankou/list-arrow.png);
    background-repeat:no-repeat;
    background-size:contain;
    width:20px;
    height:20px;
}

div.site_list_2 div.info_list ul li a {
    display:block;
    text-decoration:none;
    color:#282828;
    padding-right:1.6em;
    font-weight:600;
}

div.site_list_2 div.info_list ul li:nth-child(odd) {
    background:#efe8ff;
}

/* 小メニュー */
.site_list1 #mymainback.lower #main {
    background:#fff;
    padding:40px 40px 40px;
    border-radius:0.2em;
}

div.site_list1 div.info_list.info_list_date ul {
    padding: 0;
}

div.site_list1 div.info_list.info_list_date ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5px;
    border-bottom:dotted 2px #a691cb;
    padding:1.5em 1em 0.8em 1em;
}

div.site_list1 div.info_list.info_list_date ul li:first-child {
    padding-top:0;
}

div.site_list1 div.info_list.info_list_date ul li span.article_title {
    position:relative;
    padding-left:2em;
}

div.site_list1 div.info_list.info_list_date ul li span.article_title:after {
    content:'';
    position:absolute;
    top:50%;
    transform:translatey(-50%);
    left:0em;
    background-image:url(/img/kankou/list-arrow.png);
    background-repeat:no-repeat;
    background-size:contain;
    width:20px;
    height:20px;
    z-index:2;
}


/*タブレット*/
@media (max-width: 1024px) {
    label[for*="acc_ttl_label"] {
		background: url(/img/kankou/nav-down.png) no-repeat right top 50% transparent;
		background-size: 12px auto;
	}

	.acc_open label[for*="acc_ttl_label"] {
		background-image: url(/img/kankou/nav-up.png);
	}

}

@media (max-width: 768px) {
    .site_list1 #mymainback.lower #main {
        font-size:1.4rem;
    }

   div.site_list1 div.info_list.info_list_date ul li span.article_title:after {
        width:16px;
        height:16px;
   }

    .site_list_2 #mymainback.lower #main {
        font-size:1.5rem;
    }
}

/* スマホ */
@media (max-width: 640px) {
    /* テーブル切り替え */ #main_body .sp_table_wrap {
        overflow: auto;
    }

    #main_body div.sp_large_table {
        width: 1000px;
        overflow: visible;
    }

    .sp_button {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
        background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
        background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9));
        background-color: #f9f9f9;
        color: #000000;
        text-shadow: 1px 1px 0px #ffffff;
        -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
        box-shadow: inset 1px 1px 0px 0px #ffffff;
        text-decoration: none;
        text-align: center;
    }

    .sp_button:hover {
        background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
        background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
        background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9));
        background-color: #e9e9e9;
    }

    .sp_button:active {
        position: relative;
        top: 1px;
    }

    .gsc-result .gs-title {
        height: auto !important;
    }

    /* ページ内目次 */
     #sp_page_index_link {
         margin:0;
     }
    
    #sp_page_index_link_wrap {
        display: block;
        width: auto;
        margin: 10px 3% ;
    }

    #sp_page_index_link_toggle {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 10px;
        border: 2px solid #b35ab3;
        color:#b35ab3;
        font-weight:600;
        background: url(/img/sp/acc_open.png) no-repeat right 10px top 50% #fff;
        background-size: 15px 15px;
        border-radius: 5px;
        text-align: center;
    }

    #sp_page_index_link_toggle.open {
        background-image: url(/img/sp/acc_close.png);
    }

    #sp_page_index_link_toggle:focus {
        outline: none;
    }

    ul#sp_page_index_link {
        padding: 0px;
        list-style: none;
        background-color: #FFF;
        border-radius: 0 0 8px 8px;
    }

    ul#sp_page_index_link li {
        border-bottom: 1px solid #ccc;
    }

    ul#sp_page_index_link li:last-child {
        border: none;
    }

    ul#sp_page_index_link li a {
        display: block;
        background: url(/img/sp/arrow_r.png) no-repeat right 5px center;
        background-size: 8px auto;
        padding: 10px 10px 10px 3px;
        text-decoration: none;
    }

    ul#sp_page_index_link li a.sp_headtype_h2 {
        padding:1em;
        line-height: 1.2;
        font-weight: bold;
    }

    ul#sp_page_index_link li a.sp_headtype_h3 {
        padding-left: 20px;
        line-height: 1.2;
        background-color: ghostwhite;
    }

    ul#sp_page_index_link li a.sp_headtype_h4 {
        padding-left: 30px;
        line-height: 1.2;
    }

    ul#sp_page_index_link li a.sp_headtype_h5 {
        padding-left: 40px;
        line-height: 1.2;
        background-color: ghostwhite;
    }

    ul#sp_page_index_link li a.sp_headtype_h6 {
        padding-left: 50px;
        line-height: 1.2;
    }

    /* サイドメニュー */
    .subsite_menu {
        margin: 0px 0px 1px;
    }

    .subsite_menu_ttl.acc_title {
        padding-right: 10px;
    }

    .subsite_menu_list ul {
        padding: 0px;
    }

    .subsite_menu_list ul li {
        display: block;
        margin: 0px;
        padding: 10px;
        border: none;
        border-bottom: 1px solid #cccccc;
    }

    .subsite_menu_list ul li:last-child {
        border-bottom: none;
    }

    .subsite_menu_list ul li:before {
        display: none;
    }

    .subsite_menu_list ul li a {
        display: block;
        background: url(/img/sp/arrow_r.png) no-repeat right center;
        background-size: 8px auto;
        padding-right: 12px;
        text-decoration: none;
    }

    /* レスポンシブアコーディオン用 */
    .acc_title_wrap {
        position: relative;
    }

    .acc_title {
        position: relative;
    }

    .acc_title>label {
        display: block;
        cursor: pointer;
        padding: 0px;
        width: 100%;
    }

    h2.section_information_ttl.acc_title>label {
        padding: 20px 10px 20px 0px;
    }

    .acc_title+input[id*="acc_ttl_label"]+* {
        display: none;
    }

    .acc_title+input[id*="acc_ttl_label"]:checked+* {
        display: block;
    }

    .no_acc_title label[for*="acc_ttl_label"] {
        background: none;
    }

    /* 追記2022年11月16日 */


    /* 下層ページ */
    #pankuzu_wrap {
        padding: 8px 0px 2px;
    }

    #pankuzu_wrap>div {
        width: calc(100% - 20px);
        font-size: 1.2rem;
    }

    #mymainback.lower #main #main_body p {
        padding: 1px 10px;
    }

    .honBunBg {
        padding-bottom: 50px;
    }

    #main_body img {
        max-width: 100%;
        height: auto;
    }

    /* 大・小メニュー */
    .site_list1 #mymainback.lower #main{
        padding: 25px 15px 25px;
    }

    .site_list_2 #mymainback.lower #main {
        padding: 0px 0px 25px;
    }

    .site_detail #mymainback.lower #main {
        padding: 25px 10px 25px;
    }

    /* iframeの最大サイズ */
    #main_body iframe {
        max-width: 100%;
    }

    /* iframeレスポンシブ対応 */
    #main_body div.detail_movie {
        position: relative;
        padding-top: 30px;
        padding-bottom: 56.25%;
        height: 0px;
        overflow: hidden;
    }

    #main_body div.detail_movie iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
}

/*facebook埋め込み
   .fb_iframe_widget,
    .fb_iframe_widget span,
    .fb_iframe_widget iframe[style] {
      width: 100% !important;
    }*/



/* facebook埋め込み */
.fb_iframe_widget {
    width: 100% !important;
}

.fb_iframe_widget span {
    display:inline-block!important;
}

.fb_iframe_widget iframe[style] {
    width: 100% !important;
}

/* ロゴ部分調整 */
.headLogo h1 {
    margin: 0;
}