@charset "utf-8";
body {
    margin: 0px;
    padding: 0px;
    border: 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    min-width: 1246px;
}

.detail_free {
    overflow: hidden;
}

.fbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hide {
    display: none;
}

.noteAka {
    color: #d00;
}

form div.q2+* {
    font-size: 1.5em;
}

/* ページトップ */

#top_scroll {
    position: relative;
    z-index: 100;
    margin: 0;
    padding: 0;
}

#page-top1 {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: -250px;
    right: 5px;
    width: 85px;
    height: 138px;
    padding: 0;
    color: #222;
    text-align: center;
    text-decoration: none;
    transition: 1s;
    -webkit-transition: 1s;
}

/*  */

.w1246 {
    width: 1246px;
    margin: 0 auto;
}

/* ヘッダ */

.headerK {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.headerKleft {
    z-index: 10;
}

.headerKleft h1, .headerKleft p {
    margin: 0;
}

.headerKleft h1#logo a, .headerKleft p#logo a {
    display: flex;
    padding: 0 13px;
    background-color: #FFF;
    border-radius: 0 0 10px 10px;
    height: 100px;
    align-items: center;
}

.headerKright {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 10;
}

.headList1 {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 90%;
}

.headList1 li {
    background-color: #d5edea;
    padding: 6px 2px 2px;
    border-radius: 0 0 6px 6px;
    margin-right: 2px;
}

.headList1 li a {
    background-color: #FFF;
    text-decoration: none;
    color: #222;
    padding: 3px 8px;
    display: block;
    border-radius: 0 0 4px 4px;
}

.haikeiK, .mojiK {
    margin: 0;
    background-color: #d5edea;
    margin-right: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 6px 6px;
    font-size: 94%;
    padding: 0 4px 2px;
}

.haikeiK .fbox dd, .mojiK .fbox dd {
    margin: 0;
}

.haikeiK .fbox dd a, .mojiK .fbox dd a {
    background-color: #FFF;
    text-decoration: none;
    color: #222;
    padding: 4px 8px;
    border-radius: 100px;
    margin: 0 2px 2px;
    display: block;
}

#haikei_black {
    background-color: black;
    color: #FFF;
}

#haikei_blue {
    background-color: blue;
    color: yellow;
}

.mojiK .fbox dd a {
    border-radius: 6px;
}

#moji_default {
    background-color: #60c0b6;
}

/* 下層ヘッダ */

.headerKright.fbox.hKright {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.headerKright.fbox.hKright .hKright1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5px;
}

.headerKright.fbox.hKright .hKright2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.headerKright.fbox.hKright .hKright1 .haikeiK, .headerKright.fbox.hKright .hKright1 .mojiK {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 5px;
}

/* 言語選択 */

div.langChildren {
    background-color: #d5edea;
    padding: 6px 2px 2px;
    border-radius: 0 0 6px 6px;
    margin-right: 2px;
}

div.langChildren>a:nth-child(1) {
    background-color: #FFF;
    text-decoration: none;
    color: #222;
    padding: 3px 8px;
    display: block;
    border-radius: 0 0 4px 4px;
    font-size: 90%;
}

/* slick トップページスライド */

.sliderArea {
    max-width: 100%;
    margin: 0 auto;
    /* padding: 0 25px; */
    margin-top: -100px;
}

.sliderArea p {
    padding: 0;
    margin: 0;
}

.slick-slide {
    margin: 0;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.slick-prev, .slick-next {
    z-index: 1;
}

.slick-prev:before, .slick-next:before {
    color: #000;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.thumb {
    margin: 20px 0 0;
}

.thumb .slick-slide {
    cursor: pointer;
}

.thumb .slick-slide:hover {
    opacity: .7;
}

/* slick 前／次の矢印の設定 */

.pickupS {
    position: relative;
}

.pickupS .prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background-color: #222;
    background-image: url("/img/top/anchor-prev.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 7px auto;
    z-index: 1;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
}

.pickupS .next {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background-color: #222;
    background-image: url("/img/top/anchor-next.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 7px auto;
    z-index: 1;
    border-radius: 30px 0 0 30px;
    cursor: pointer;
}

/* slick dotカスタマイズ */

.dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.slick-dots li button:before {
    background: url("/img/top/btn-dot.png") no-repeat;
    background-size: contain!important;
}

.slick-dots li button:before {
    content: ''!important;
    height: 100% !important;
    width: 100% !important;
}

.slick-dots li {
    width: 20px !important;
    height: 20px !important;
}

.slick-dots li button {
    width: auto !important;
    height: auto !important;
}

.slick-dots {
    bottom: initial !important;
    /* margin-top: 10px !important; */
}

/* 検索枠 */

.kenSakuFrame {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -150px;
    z-index: 10;
    position: absolute;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}

.kenSakuMenu, .kenSaku {
    pointer-events: all;
}

.kenSakuMenu {
    margin-left: 18px;
}

.kenSakuMenu ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.kenSakuMenu ul li {
    margin-right: 8px;
}

.kenSakuMenu ul li:last-child {
    margin-right: 0;
}

a.kenSakuBtn {
    display: block;
    background-color: #d5edea;
    border-radius: 100px;
    padding: 7px 30px 7px 16px;
    color: #222;
    text-decoration: none;
    background-image: url('/img/top/icon_kensaku.png');
    background-repeat: no-repeat;
    background-position: right center;
}

table.gsc-search-box {
    margin-bottom: 0 !important;
    width: 400px !important;
}

div.hKright2 table.gsc-search-box {
    width: 275px !important;
}

.gsc-input-box {
    border: 2px solid #0a7f76 !important;
    background: #fff !important;
    border-radius: 6px 0 0 6px !important;
    height: 45px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

form.gsc-search-box {
    font-size: 100% !important;
    margin-bottom: 0 !important;
}

table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
    font-size: 100% !important;
}

.gsc-search-button-v2 {
    font-size: 100% !important;
    border-radius: 0 6px 6px 0 !important;
    background-color: #0a7f76 !important;
    border: none !important;
    color: #FFF !important;
    margin-left: 0 !important;
    height: 45px !important;
}

.gsc-search-button-v2:hover {
    background-color: #0a7f76 !important;
}

.gsc-input, .gsc-completion-container, .gsc-search-button-v2 {
    font-size: 112% !important;
}

.gsib_b {
    width: 30px !important;
}

/* 観光　移住定住 */

.kankoIju {
    position: absolute;
    z-index: 10;
    margin-top: -92px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    pointer-events: none;
}

.kankoIju ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    pointer-events: all;
}

.kankoIju ul li {
    width: 230px;
    height: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #d5edea;
    border-radius: 10px;
    background-position: 10px center;
    background-repeat: no-repeat;
    font-size: 114%;
    margin-right: 10px;
}

.kankoIju ul li:last-child {
    margin-right: 0;
}

.kankoBtn {
    background-image: url('/img/top/icon_kanko.png');
}

.ijuBtn {
    background-image: url('/img/top/icon_iju.png');
}

.kankoIju ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1em 0 105px;
    text-decoration: none;
    color: #222;
}

/* 重要なお知らせ */

.topImportant {
    border: solid 3px #f6c6d7;
    border-radius: 10px;
    padding: 7px 10px;
    margin-top: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topImportant1 {
    border-right: solid 1px #f6c6d7;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
}

.topImportant1 h2 {
    background-color: #da0b77;
    text-align: center;
    color: #FFF;
    margin: 0 0 6px;
    border-radius: 6px;
    padding: 8px 0;
}

.linkBox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

a.linkIchiran {
    background-color: #fae0eb;
    color: #222;
    text-decoration: none;
    padding: 0 15px;
    border-radius: 100px;
    height: 43px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
}

a.linkIchiran.fbox.btnGreen {
    background-color: #d5edea;
}

/* トップバナー4列 */

.topBnrUl.fbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 50px 0 0;
    justify-content: center;
    gap: 1rem;
}

.topBnrUl.fbox li {
    width: 298px;
    height: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #d5edea;
    border-radius: 10px;
    background-position: 10px center;
    background-repeat: no-repeat;
    font-size: 114%;
}

.topBnrUl.fbox li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1em 0 105px;
    text-decoration: none;
    color: #222;
}

#topBnrCorona {
    background-color: #da0b77;
    background-image: url('/img/top/icon_corona.png');
}

#topBnrCorona a {
    color: #FFF;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}

#topBnrBousai {
    background-image: url('/img/top/icon_bousai.png');
}

#topBnrTadami {
    background-image: url('/img/top/icon_tadami.png');
}

#topBnrKoho {
    background-image: url('/img/top/icon_koho.png');
}

/* 新着 */

.shinBen {
    background-color: #F5F6F7;
    padding: 47px 0;
    margin-top: 47px;
    background-image: url('/img/top/bg001.png');
    background-repeat: repeat-x;
}

.shinBen .w1246.fbox {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.shinChaku {
    width: 614px;
}

.shinChaku.lower {
    width: 100%;
}

.shinChaku h2 {
    background-color: #D5EDEA;
    margin: 0;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
}

.shinChakulist {
    background-color: #FFF;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

.shinChaku.lower .shinChakulist {
    border: solid #d5edea 4px;
    border-top-width: 0;
}

.topImportant2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
}

.topImportant2 ul {
    margin: 0 0 0 10px;
}

.info_list.info_list_date ul, .topImportant2 ul, .shinChakulist ul {
    padding: 0;
}

.shinChaku.lower .shinChakulist ul {
    margin: 0;
    padding-bottom: 1em;
}

.topImportant2 ul li, .shinChakulist ul li {
    margin-bottom: 16px;
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: dotted 1px gray;
}

.shinChaku.lower .shinChakulist ul li {
    margin-bottom: 8px;
}

.info_list.info_list_date ul li {
    padding: 0.5em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: solid 1px #d5edea;
}

.info_list.info_list_date ul li:nth-child(2n+1) {
    background-color: #F1F9F9;
}

.topImportant2 ul li {
    margin-bottom: 0px;
}

.topImportant2 ul li:last-child {
    border-bottom: none;
}

.info_list.info_list_date ul span.article_date, .topImportant2 ul li span.article_date, .shinChakulist ul li span.article_date {
    padding: 3px 5px;
    width: 14em;
}

.info_list.info_list_date ul span.article_title, .topImportant2 ul li span.article_title, .shinChakulist ul li span.article_title {
    padding: 3px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon_new {
    margin-left: 8px;
}

.benRi {
    width: 610px;
}

#top_tab_title ul li button h2 {
    padding: 10px 0;
    margin: 0;
}

#top_tab_wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 便利サービス */

.benriUl.fbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.benriUl.fbox li {
    width: 262px;
    height: 170px;
    display: flex;
    background-color: #FFF;
    border-radius: 7px;
    margin-bottom: 13px;
    border: solid 3px #60C0B6;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.benriUl.fbox li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 24px;
    color: #222;
    text-decoration: none;
    background-image: url('/img/top/arrow02.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    border-radius: 4px;
}

#benri01 {
    background-image: url('/img/top/benri01.png');
}

#benri02 {
    background-image: url('/img/top/benri02.png');
}

#benri03 {
    background-image: url('/img/top/benri03.png');
}

#benri04 {
    background-image: url('/img/top/benri04.png');
}

#benri05 {
    background-image: url('/img/top/benri05.png');
}

#benri06 {
    background-image: url('/img/top/benri06.png');
}

.sideBnrFrame .benriUl.fbox {
    padding: 0;
    margin: 0;
}

.sideBnrFrame .benriUl.fbox li {
    height: 104px;
    background-size: contain;
    border: solid 2px #60C0B6;
    /* flex: 0 0 49%; */
    background-position: top center;
    width: 49%;
}

.sideBnrFrame .benriUl.fbox li a {
    padding: 48px 7px 5px;
    background-size: 16px;
    font-size: 0.9em;
    align-items: center;
}

/* 目的でさがす */

.mokutekiUl.fbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mokutekiUl.fbox li {
    width: 140px;
    height: 174px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #FFF;
    border-radius: 7px;
    margin-bottom: 4px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-position: center 30px;
}

.mokutekiUl.fbox li:nth-child(4n) {
    margin-right: 0;
}

.mokutekiUl.fbox li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 7px;
    text-decoration: none;
    color: #222;
    font-size: 0.9em;
}

#mt01 {
    background-image: url('/img/top/mokuteki01.png');
}

#mt02 {
    background-image: url('/img/top/mokuteki02.png');
}

#mt03 {
    background-image: url('/img/top/mokuteki03.png');
}

#mt04 {
    background-image: url('/img/top/mokuteki04.png');
}

#mt05 {
    background-image: url('/img/top/mokuteki05.png');
}

#mt06 {
    background-image: url('/img/top/mokuteki06.png');
}

#mt07 {
    background-image: url('/img/top/mokuteki07.png');
}

#mt08 {
    background-image: url('/img/top/mokuteki08.png');
}

#mt09 {
    background-image: url('/img/top/mokuteki09.png');
}

#mt10 {
    background-image: url('/img/top/mokuteki10.png');
}

.sideBnrFrame .mokutekiUl.fbox {
    padding: 0;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sideBnrFrame .mokutekiUl.fbox li {
    height: auto;
    margin-right: 0;
    border: solid 2px #60C0B6;
    background-position: center 5px;
    background-size: 46%;
    line-height: 1.2;
    /* flex: 0 0 49%; */
    width: 49%;
}

.sideBnrFrame .mokutekiUl.fbox li a {
    padding: 54px 5px 5px;
    align-items: center;
}

.sideBnrFrame .mokutekiUl.fbox li#mt10 a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sideBnrFrame h2 {
    background-color: #D5EDEA;
    margin: 0 0 4px;
    padding: 0.4em 10px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

.sideBnrFrame {
    margin-bottom: 30px;
}

/* 金山町について */

.aboutK {
    background-color: #D5EDEA;
    text-align: center;
    overflow: hidden;
}

.aboutC {
    padding-top: 50px;
    background-image: url('/img/top/sankaku01.png');
    background-repeat: no-repeat;
    background-position: center top;
}

.aboutC .w1246.fbox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* 金山町について　左 */

.aboutL {
    width: 536px;
}

.aboutL ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aboutUl.fbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.aboutUl.fbox li {
    width: 255px;
    height: 255px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #c8e4ea;
    border-radius: 130px;
    margin-bottom: 13px;
    border: solid 3px #c8e4ea;
    background-repeat: no-repeat;
    background-position: center top;
}

.aboutUl.fbox li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 50px;
    text-decoration: none;
    color: #222;
    font-size: 114%;
    background-image: url('/img/top/arrow03.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

#about01 {
    background-image: url('/img/top/ph_mayor.png');
}

#about02 {
    background-image: url('/img/top/ph_gikai.png');
}

#about03 {
    background-image: url('/img/top/ph_tanbo.jpg');
}

#about04 {
    background-image: url('/img/top/ph_kiri.png');
}

.bnrLeft.fbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bnrLeft.fbox li {
    margin-top: 8px;
}

/* 金山町について　右 */

.aboutR {
    width: 660px;
}

.liveCam {
    background-color: #c8e4ea;
    padding: 10px;
}

.liveCam h2 {
    text-align: center;
    margin: 10px 0 0;
    font-size: 100%;
}

.jinkoSetai {
    border: solid 4px #c8e4ea;
    margin-top: 20px;
    padding: 6px;
}

.jinkoSetaiL {
    background-color: #c8e4ea;
    /* width: 212px; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('/img/top/sankaku02.png');
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 2em;
}

.jinkoSetaiL h2 {
    background-image: url('/img/top/icon_jinko.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 65px;
    margin: 10px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    background-size: contain;
}

.jinkoSetaiL h2 span {
    display: block;
}

.jinkoSetaiL p {
    padding: 0 0 10px;
    margin: 0;
}

.jinkoSetaiR {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jinkoSetaiR ul {
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.jinkoSetaiR ul li {
    width: 50%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 114%;
}

/* フッター */

.footerK {
    background-color: #f5f6f7;
    background-image: url('/img/top/bg002.png');
    background-position: bottom left;
    background-repeat: repeat-x;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 64px;
}

.namiSen {
    height: 20px;
    width: 100%;
    background-color: #FFF;
    background-image: url('/img/top/bg_footer.png');
    background-repeat: repeat-x;
}

.footerNavi ul {
    list-style: none;
    justify-content: center;
    padding: 0;
}

.footerNavi ul li {
    margin-right: 1em;
    padding-right: 1em;
    border-right: solid 1px #222;
}

.footerNavi ul li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.authorInfo {
    background-color: #FFF;
    border-radius: 15px;
    padding: 37px 60px;
}

.authorBox1 {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 37px;
}

.authorBox1 h2 {
    margin: 0;
}

a.fBtn {
    display: block;
    background-color: #d5edea;
    border-radius: 100px;
    padding: 15px 43px 15px 15px;
    color: #222;
    text-decoration: none;
    background-image: url('/img/top/arrow01.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.authorBox2 p {
    margin: 0 2em 0 0;
}

.authorBox2 p:last-child {
    margin-right: 0;
}

/* 最終ページ */

#mymainback.w1246.fbox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#main_body.w1246.fbox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mainFrame {
    width: 956px;
}

.sideFrame {
    width: 250px;
}

/* 地図で探す */

#mapCanvas {
    width: 100%;
    height: 600px;
}

.gMapMenu {
    margin-bottom: 30px;
    border: solid 2px #c8e4ea;
    border-radius: 10px;
    padding-top: 0.5em;
}

ul#sideBar {
    margin: 0px;
    padding: 10px 15px;
    list-style: none;
}

ul#sideBar li {
    margin-bottom: 0.5em;
    padding: 3px 0px 3px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

ul#sideBar li::before {
    content: '';
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    border-right-width: 0px;
    border-left-width: 8px;
    border-left-color: #0a7f76;
    position: absolute;
    top: 0.6em;
    left: 0px;
}

#sp_page_index_link {
    padding: 0 0 0 2em;
}

#sp_page_index_link li {
    margin-bottom: 1em;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-size: 1.2em !important;
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
    font-size: 1em !important;
}

.gs-fileFormat {
    font-size: 0.9em !important;
}

.gs-fileFormatType {
    font-size: 0.9em !important;
}

#tglBtn {
    margin-right: 12px;
    background-color: #222;
}

#tglBtn img {
    cursor: pointer;
}

/* スマホ */

@media screen and (max-width: 670px) {
    body {
        min-width: 320px;
    }
    .w1246 {
        width: auto;
        margin: 0 5px;
    }
    .headerKleft h1#logo a, .headerKleft p#logo a {
        height: 75px;
        width: 260px;
    }
    .headerKleft h1#logo a img, .headerKleft p#logo a img {
        width: 100%;
        height: auto;
    }
    .headerKright {
        flex-wrap: wrap;
    }
    .headList1 {
        flex-wrap: wrap;
        padding-right: 60px;
        width: 100%;
    }
    .headList1 li {
        padding: 2px;
        flex: 1 0 49%;
        border-radius: 0;
        margin-bottom: 2px;
        text-align: center;
        align-content: center;
        display: flex;
    }
    .headList1>li:nth-child(3) {
        display: none;
    }
    .headList1 li a {
        color: #222;
        padding: 9px 8px;
        border-radius: 0;
        width: 100%;
    }
    .headerKright.fbox.hKright .hKright1 .headList1.fbox li a {
        font-size: 90%;
        width: 100%;
    }
    .haikeiK, .mojiK {
        border-radius: 0;
        padding: 0;
        flex-direction: row;
        flex: 1 0 auto;
        height: 46px;
        justify-content: center;
    }
    .headerKright.fbox.hKright .hKright1 {
        flex-wrap: wrap;
    }
    .headerKright.fbox.hKright .hKright1 .haikeiK, .headerKright.fbox.hKright .hKright1 .mojiK {
        padding: 0;
        justify-content: center;
        align-items: center;
        height: 46px;
    }
    dl.mojiK.fbox div.fbox dd, dl.haikeiK.fbox div.fbox dd {
        /* font-size: 120%; */
        flex: 1 0 auto;
    }
    .headerKright.fbox.hKright .hKright1 ul.headList1.fbox {
        font-size: 100%;
    }
    .headerKright.fbox.hKright .hKright2 {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    body.search #___gcse_0 {
        display: flex;
        justify-content: center;
    }
    .kenSakuMenu ul li {
        margin-right: 5px;
    }
    .kankoIju {
        position: relative;
        margin-top: 10px;
    }
    .kankoIju ul {
        justify-content: space-between;
        width: 100%;
        padding: 0 5px;
    }
    .kankoIju ul li {
        width: auto;
        flex: 0 0 49%;
        margin-right: 0;
    }
    .kankoIju ul li a {
        padding: 0 10px 0 105px;
    }
    /*  */
    .sliderArea {
        margin-top: 0;
    }
    .kenSakuFrame {
        margin-top: 0.5em;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    table.gsc-search-box {
        margin-bottom: 0.5em !important;
        width: 310px !important;
    }
    .kenSakuMenu {
        margin-left: 0;
        padding: 0 5px;
    }
    a.kenSakuBtn {
        padding: 7px 8px;
        color: #222;
        background-image: none;
    }
    /* 重要なお知らせ */
    .topImportant {
        padding: 3px;
        margin-top: 9px;
        flex-wrap: wrap;
    }
    .topImportant1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        border-right: none;
        padding-right: 0;
    }
    .topImportant2 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
    .topImportant2 ul {
        margin: 0 0 7px 0;
    }
    .topImportant2 ul li, .shinChakulist ul li {
        flex-wrap: wrap;
    }
    .info_list.info_list_date ul span.article_date, .topImportant2 ul li span.article_date, .shinChakulist ul li span.article_date {
        padding: 3px 0;
        width: 100%;
    }
    /* トップバナー4項目 */
    .topBnrUl.fbox {
        margin: 10px 0 0;
    }
    .topBnrUl.fbox li {
        flex: 0 0 80%;
        margin-bottom: 8px;
        width: auto;
        height: auto;
        background-position: center 12px;
        font-size: 100%;
    }
    .topBnrUl.fbox li a {
        padding: 75px 5px 5px;
        justify-content: center;
    }
    /* 新着情報　便利サービス　目的でさがす */
    .shinBen {
        background-color: #60C0B6;
        padding: 5px 0;
        margin-top: 10px;
        background-image: none;
        border-radius: 15px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .shinBen .w1246.fbox {
        flex-wrap: wrap;
    }
    .shinChaku, .benRi {
        width: 100%;
    }
    .shinChaku {
        margin-bottom: 6px;
    }
    .shinChaku.lower {
        margin-top: 10px;
    }
    .shinChakulist {
        padding: 8px;
    }
    .top_tab_detail_box {
        padding: 8px;
    }
    #top_tab_detail_2.top_tab_detail_box {
        padding: 5px 3px;
    }
    .benriUl.fbox li {
        width: auto;
        margin-bottom: 1%;
        flex: 0 0 49.5%;
        height: auto;
        background-size: auto 60px;
        background-position: center bottom;
    }
    .sideBnrFrame .benriUl.fbox li {
        height: 50px;
        background-size: auto 50px;
        border: solid 2px #60C0B6;
        flex: 0 0 100%;
        background-position: top left;
    }
    .benriUl.fbox li a {
        padding: 5px 5px 65px;
        text-align: center;
        background-size: 25px;
        align-items: center;
    }
    .sideBnrFrame .benriUl.fbox li a {
        padding: 0px 15px 0px 152px;
        background-size: 15px;
        font-size: 1em;
        text-align: left;
        justify-content: left;
        line-height: 1.3;
        height: 47px;
        align-items: center;
    }
    #top_tab_wrap ul {
        justify-content: space-between;
    }
    .mokutekiUl.fbox li {
        width: auto;
        height: auto;
        margin-bottom: 0.5%;
        margin-right: 0;
        background-position: center 10px;
        flex: 0 0 33%;
        background-size: 75px;
    }
    #mt10 a {
        flex-wrap: wrap;
    }
    .mokutekiUl.fbox li a {
        font-size: 1em;
        padding: 75px 2px 5px;
    }
    .sideBnrFrame .mokutekiUl.fbox li {
        background-size: 55px;
        flex: 0 0 33%;
    }
    /* 金山町について */
    .aboutK {
        margin-top: 15px;
    }
    .aboutL, .aboutR {
        width: 100%;
    }
    .aboutC {
        padding-top: 26px;
    }
    .aboutC .w1246.fbox {
        flex-wrap: wrap;
    }
    .aboutUl.fbox li {
        flex: 0 0 49%;
        width: auto;
        border-radius: 15px;
        height: auto;
        margin-bottom: 8px;
        background-size: auto 130px;
    }
    .aboutUl.fbox li a {
        padding-top: 140px;
        background-image: none;
        padding-bottom: 10px;
    }
    .bnrLeft.fbox li {
        flex: 0 0 49%;
    }
    .bnrLeft.fbox li a img {
        width: 100%;
        height: auto;
    }
    .liveCam {
        margin-top: 18px;
    }
    .liveCam img {
        width: 100%;
        height: auto;
    }
    .jinkoSetai {
        flex-wrap: wrap;
    }
    .jinkoSetaiL {
        background-image: none;
        margin-right: 0;
        width: 100%;
        align-items: flex-end;
    }
    .jinkoSetaiR {
        width: 100%;
    }
    .jinkoSetaiR ul {
        padding: 10px 10px 5px;
        width: 100%;
    }
    /* フッター */
    .footerK {
        margin-top: 32px;
    }
    .footerNavi ul {
        padding: 0;
        flex-wrap: wrap;
        margin: 0 10px 10px;
    }
    .footerNavi ul li {
        flex: 0 0 58%;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 0.5em;
        border-right: none;
        list-style: disc;
        color: gray;
        margin-left: 1em;
    }
    .footerNavi ul li:nth-child(2n) {
        flex: 0 0 30%;
    }
    .authorInfo {
        padding: 18px 0;
        margin: 0 10px;
    }
    .authorBox1 {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    a.fBtn {
        width: 98%;
        margin-top: 11px;
    }
    .authorBox2.fbox {
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .authorBox2.fbox p span {
        display: block;
    }
    /* 最終ページ */
    .mainFrame {
        width: auto;
    }
    .mainFrame1 {
        width: auto;
        margin: 0 5px;
    }
    .sideFrame {
        width: auto;
        margin-top: 30px;
    }
    /* ページトップ */
    #page-top1 {
        width: 50px;
        height: 81px;
    }
    #page-top1 img {
        width: 50px;
        height: 81px;
    }
    /*  */
    #mymainback.w1246.fbox {
        margin: 0 5px;
    }
    .shinChaku.lower h2 {
        height: auto;
        padding: 10px;
    }
    #main_body .shinChaku.lower h2 {
        margin-bottom: 0;
        height: auto;
    }
    .info_list.info_list_date ul li {
        flex-wrap: wrap;
    }
    /* サブサイト */
    #mainimg {
        margin: 0px 5px 10px;
        width: auto;
    }
    #mainimg_box img {
        display: none;
    }
    #mainimg_box .site_name {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        font-size: 2.4em;
        padding: 10px 14px;
    }
    #mainimg_box .site_name.noimage {
        padding: 10px 14px;
    }
    /* 検索結果 */
    .gsc-results .gsc-cursor {
        display: flex !important;
    }
    /* footer */
    .authorBox1 h2 {
        margin: 0 0 7px;
        padding-right: 30px;
    }
    .authorBox1.fbox h2 img {
        width: 160px;
        height: auto;
    }
}

/* google map youtube レスポンシブ対応 */

.detail_map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.detail_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.detail_map+div {
    margin-bottom: 2em;
}

.detail_movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 2em;
}

.detail_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* 2022/1/17 移住定住サブサイトトップページのみ上に戻るボタン非表示 */

.site_64.site_index #top_scroll {
    display: none;
}

@media screen and (max-width: 670px){
    .site_64.site_index .chatbot_banner img {
        width: 80%;
    }
   .site_64.site_index .chatbot_banner {
        right: 0 !important;
    }
}


/* 20250317 金山町公式SNS背景変更 */

#about04 {
    background-image: url('/img/top/ph_sns.png');
}


/* 20250321 トップページバナー追加（台湾交流事業） */

.taiwanSubsite {
    margin-top: 20px;
}

.taiwanSubsite a img {
    width: 100%;
}


/* 20250408 70周年ロゴ掲載 */

.headerKleft h1#logo a,
.headerKleft p#logo a {
    column-gap: 20px;
}

.headerKleft h1#logo a img:last-child {
    height: 92px;
}

@media screen and (max-width: 670px) {

    .headerKleft h1#logo a img:first-child {
        width: 70%;
    }

    .headerKleft h1#logo a img:last-child {
        width: 30%;
        height: 100%;
        object-fit: contain;
    }

}