@charset "utf-8";

/* ==========================================================================================
トップ用
========================================================================================== */
ul {
    margin-left: 0;
}
.importants {
    margin: 0;
}

.topSec03 {
    background-image: url(/images/2018-topSec03.png);
    z-index: 999;
    position: relative;
}

.topSec05 {
    background-image: url(/images/2018-topSec05.png);
    min-width: 1200px;
    overflow: hidden;
}

.topSec03-in, .topSec04-in, .topSec05-in, .topSec06-in {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.Sec04_con04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/* エフェクト */

.effect1 {
    position: relative;
    z-index: 0;
}

.effect1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(109, 109, 109, 0.4);
    box-shadow: 0 0 10px rgba(109, 109, 109, 0.4);
    z-index: -1;
}

.effect1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    background-color: #FFF;
}

.effect2 {
    -webkit-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.54);
}


/* 見出しスタイルクリア */

h2.topTitle {
    padding: 0;
    margin: 0;
}

h2.topTitle:before {
    content: none;
}


/* 各見出し */

h2.Sec04_title03:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(253, 236, 232);
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(253, 236, 232, 1) 0%, rgba(232, 181, 171, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(253, 236, 232, 1)), to(rgba(232, 181, 171, 1)));
    background: -o-linear-gradient(left, rgba(253, 236, 232, 1) 0%, rgba(232, 181, 171, 1) 100%);
    background: linear-gradient(to right, rgba(253, 236, 232, 1) 0%, rgba(232, 181, 171, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdece8', endColorstr='#e8b5ab', GradientType=1);
    /* IE6-9 */
}

h2.Sec04_title03 {
    margin-bottom: 9px;
}

h2.Sec06_title01:after, h2.Sec04_title04:after, h2.Sec04_title10:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(214, 230, 241);
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(214, 230, 241, 1) 0%, rgba(160, 186, 211, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(214, 230, 241, 1)), to(rgba(160, 186, 211, 1)));
    background: -o-linear-gradient(left, rgba(214, 230, 241, 1) 0%, rgba(160, 186, 211, 1) 100%);
    background: linear-gradient(to right, rgba(214, 230, 241, 1) 0%, rgba(160, 186, 211, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6e6f1', endColorstr='#a0bad3', GradientType=1);
    /* IE6-9 */
}

h2.Sec06_title01, h2.Sec04_title04, h2.Sec04_title10 {
    margin-bottom: 9px;
}

h2.Sec04_title09:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(240, 236, 230);
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(240, 236, 230, 1) 0%, rgba(204, 184, 164, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(240, 236, 230, 1)), to(rgba(204, 184, 164, 1)));
    background: -o-linear-gradient(left, rgba(240, 236, 230, 1) 0%, rgba(204, 184, 164, 1) 100%);
    background: linear-gradient(to right, rgba(240, 236, 230, 1) 0%, rgba(204, 184, 164, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ece6', endColorstr='#ccb8a4', GradientType=1);
    /* IE6-9 */
}

h2.Sec04_title09 {
    margin-bottom: 9px;
}


/* 重要なお知らせ
============================== */

.topSec01 {
    z-index: 999;
    position: relative;
}


/* ヘッダ
============================== */

.righttop {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.h0right {
    pointer-events: auto;
    width: auto;
    display: block;
    min-width: 980px;
}

#h0left a {
    pointer-events: auto;
}

ul.headlist {
    padding: 8px 10px 8px 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
}
.headlist li.top_list_keitai {
    background-image: url(/images/2018-Sec03_li_icon.gif);
    padding-left: 20px;
    background-position: 5px 0.35em;
}

/* ブランディング
============================== */

.top_Branding_wp {
    position: relative;
}

.topSec02 {
    margin-top: -550px;
    height: 550px;
}

.h0wrap {
    position: relative;
    z-index: 99;
    pointer-events: none;
    height: 550px;
}

ul.bxslider {
    margin-left: 0;
    padding: 0;
}
/* スライダー */

.topSec02 .bx-wrapper {
    margin: 0;
}

.bx-wrapper ul.bxslider img {
    position: absolute;
    top: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
}

ul.bxslider li {
    padding: 0;
    margin: 0;
    background-image: none;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    width: 12px;
    height: 12px;
    display: block;
    margin-top: 3px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    width: 12px;
    height: 12px;
}

.bx-wrapper .bx-controls-auto .bx-start {
    width: 12px;
    height: 12px;
    display: block;
    margin-top: 3px;
}

.bx-controls-in {
    background-image: url(/images/2018-branding_bg.png);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px;
    pointer-events: auto;
}

.bx-wrapper .bx-pager {
    padding-top: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    margin: 3px 16px 0 0;
    height: 12px;
    width: 12px;
}

.bx-controls {
    width: 1200px;
    margin: -55px auto 0 auto;
    z-index: 9999;
    position: relative;
    pointer-events: none;
}

.bx-pager.bx-default-pager {
    position: relative;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: relative;
}

.bx-wrapper .bx-pager.bx-default-pager a:before {
    content: url(/images/top_bt_default.png);
    display: block;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover:before, .bx-wrapper .bx-pager.bx-default-pager a.active:before {
    content: url(/images/top_bt_selected.png);
    display: block;
}

.bx-wrapper .bx-viewport {
    height: 550px !important;
    overflow: hidden !important;
}


/* カルーセル */

.Branding-banner {
    width: 220px;
    height: 365px;
    position: absolute;
    top: 170px;
    right: 0;
    z-index: 9000;
}

.Branding-banner .slick-list {
    padding: 0 10px;
    background-image: url(/images/2018-branding_bg.png);
}

.Branding-banner .ca-item {
    margin: 5px 0;
}
.Branding-banner .ca-item a {
    display: block;
}

/* セクション3
============================== */

.top-kinkyu-info, .top-tyumoku-info {
    border: 1px solid transparent;
    margin-bottom: .85em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-kinkyu-info ul, .top-tyumoku-info ul {
    padding: 18px 18px 10px 18px;
    background-color: #FFF;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top-kinkyu-info ul li, .top-tyumoku-info ul li {
    background-image: url(/images/2018-Sec03_li_icon.gif);
    padding-left: 30px;
    background-position: 13px 0.25em;
}

.top-kinkyu-info p.l-link a, .top-tyumoku-info p.l-link a {
    padding: 10px 10px 10px 45px;
    background-color: rgba(255, 255, 255, 0.65);
    background-image: url(/images/2018-Sec03_ichiran_icon.png);
    background-repeat: no-repeat;
    background-position: 16px 1.1em;
    display: block;
    font-size: 1.4rem;
    color: #333;
    text-decoration: none;
}

.top-kinkyu-info-title, .top-tyumoku-info-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 224px;
}

.top-kinkyu-info-title {
    background-color: #BF3F31;
}

.top-tyumoku-info-title {
    background-color: #FFEE57;
}


/* 検索エリア */

.top-search_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 770px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #496B8D;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-search_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-search_btn_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 410px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-search_btn_wp p {
    padding: 0;
}

#cse-search-box {
    padding-left: 35px;
}

#searchword {
    background-color: #FFF;
    border: 1px solid #FFF;
    height: 34px;
    width: 328px;
}

input.h0bt02 {
    padding: 5px 20px 4px 20px;
    margin-left: 10px;
    min-height: 38px;
}


/* セクション4
============================== */

.topSecConBox {
    background-color: #FFF;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
}


/* 早引き */

ul.Sec04_con01_btn li {
    padding: 0;
    margin: 0;
    background-image: none;
    background-image: url(/images/2018-hayabiki_line.gif);
    background-repeat: repeat-y;
    background-position: 100% 0;
}

ul.Sec04_con01_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
}

ul.Sec04_con01_btn li a {
    padding: 0 13px 0 14px;
}

ul.Sec04_con01_btn li a:hover, ul.Sec04_con01_btn li a:focus {
    position: relative;
    top: 1px;
    left: 1px;
}

ul.Sec04_con01_btn li:last-of-type {
    background-image: none;
}

.Sec04_con02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #FFF;
    margin-bottom: 20px;
}

ul.lankLink_wp li {
    float: left;
    padding: 0;
    background-image: none;
    margin-left: 8px;
    margin-right: 10px;
}

ul.lankLink_wp {
    overflow: hidden;
    padding: 8px 10px;
}

ul.lankLink_wp li a {
    padding: 12px 0 12px 50px;
    background-repeat: no-repeat;
    display: block;
    background-position: 0 .1em;
}

ul.lankLink_wp li:nth-of-type(1) a {
    background-image: url(/images/lankLink_icon01.png);
}

ul.lankLink_wp li:nth-of-type(2) a {
    background-image: url(/images/lankLink_icon02.png);
}

ul.lankLink_wp li:nth-of-type(3) a {
    background-image: url(/images/lankLink_icon03.png);
}

h2.Sec04_title02 {
    background-color: #C8E3EA;
    width: 200px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.Sec04_con03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.con04_box01, .con04_box02 {
    width: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.con04_box03 {
    width: 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.con04_box04 {
    width: 590px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

ul.imgTxtLink_wp {
    padding: 0;
    margin: 0;
}

ul.imgTxtLink_wp li {
    padding: 0;
    margin: 0 0 6px 0;
    background-image: none;
}

a.imgTxtLink {
    color: #212121;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

span.imgTxtLink_txt {
    padding: 10px;
    font-size: 1.5rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
}

span.imgTxtLink_icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.Sec04_con03_box01 a {
    background-color: #FCE5E0;
}

.Sec04_con03_box02 a {
    background-color: #DAE9F6;
}

.Sec04_con04_box01 a {
    background-color: #F1E9DA;
}

.Sec04_con04_box02 a {
    background-color: #DAE9F6;
}

.Sec04_con03_box01 a .imgTxtLink_icon {
    background-color: #D47E6F;
}
.top_ichiran_link a .imgTxtLink_icon, 
.Sec04_con03_box02 a .imgTxtLink_icon,
.Sec04_con04_box02 a .imgTxtLink_icon {
    background-color: #71AAD1;
}

.Sec04_con04_box01 a .imgTxtLink_icon {
    background-color: #CCB48E;
}

ul.Sec04_con04_box02 li {
    width: 270px;
    float: left;
}

ul.Sec04_con04_box02 {
    overflow: hidden;
    padding: 0 10px;
}

ul.Sec04_con04_box02 li:nth-of-type(odd) {
    margin-right: 10px;
}


/* タブ切り替え */

.Sec04_con03-r {
    width: 895px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.Sec04_con03-l {
    width: 285px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

ul.info-tab.line_on {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 915px;
}

ul.info-tab.line_on li {
    padding: 0 20px 0 0;
    margin: 0;
    background-image: none;
    float: left;
}

.tab_contents {
    background-color: #FFF;
    padding: 22px 35px;
}

.top_ichiran_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.top_ichiran_link a {
    background-color: #DAE9F6;
    width: 170px;
}

.top_ichiran_link a {
    text-align: center;
}

.top_ichiran_link p {
    padding: 0 0 0 10px;
    margin-bottom: 10px;
}


/* イベント */

.t_tab3_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tab3_box_l {
    width: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.tab3_box_r {
    width: 530px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.tab2box ul.info-list li, .tab3box ul.info-list li {
    background-image: url(/images/2018-Sec03_li_icon.gif);
    background-position: 13px 0.55em;
    padding: 5px 10px 5px 30px;
}


/* ミニカレンダー用 */

#evcal {
    width: 250px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

#top_event_calendar table {
    width: 250px;
    border-collapse: collapse;
    margin: 0;
}

#top_event_calendar caption {
    padding: 8px 0;
    font-weight: normal;
    font-size: 2.2rem;
    text-align: center;
}

#top_event_calendar td {
    border: none;
    color: #1F1813;
    padding: 5px 0;
}

#top_event_calendar th {
    background-color: #EBF5F7;
    border: none;
    text-align: center;
    padding: 0;
}

#top_event_calendar td.sunday {
    color: #990000;
}

#top_event_calendar td.saturday {
    color: #006699;
}

#top_event_calendar td.holiday {
    color: #990000;
}

#top_event_calendar td.today {
    background-color: #FCF8A6;
}

#top_event_calendar td a:link {
    color: #103F50;
    background-color: transparent;
}

#top_event_calendar td a:hover, #top_event_calendar td a:focus {
    color: #A30000;
    background-color: transparent;
}

p.event_ichiranLink {
    width: 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin-top: 10px;
}

p.event_ichiranLink a {
    background-color: #DAE9F6;
}


/* セクション5
============================== */

.view_wp_txt_area {
    width: 462px;
    float: left;
    overflow: hidden;
}

h2.Sec05_con01_title {
    margin-bottom: 15px;
}

.topSec05-in {
    width: 1200px;
    margin: 0 auto;
}

.Sec05_con01_bnr ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 720px;
}

.Sec05_con01_bnr ul li {
    margin: 0;
    padding: 0;
    background-image: none;
}

.Sec05_con01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -40px 20px -40px;
}

.Sec05_con01_view {
    margin-left: 23px;
    overflow: hidden;
}

.view_txt_fukidashi p {
    padding-bottom: 0;
}

.view_wp_img_area {
    position: relative;
    width: 220px;
    text-align: right;
    float: left;
}

.view_txt_fukidashi p.fukidashi_ichiran {
    padding: 0;
    display: inline;
    position: absolute;
    bottom: 0;
    right: 0;
}

p.fukidashi_ichiran a {
    padding: 5px .85em 5px 40px;
    background-color: #E7E0D4;
    background-image: url(/images/2018-fukidashi_ichiran.gif);
    background-repeat: no-repeat;
    background-position: 10px .75em;
    border-radius: 5px 5px 0 0;
    color: #333;
    text-decoration: none;
}

.view_txt_fukidashi {
    background-color: #FFF;
    padding-top: 15px;
    padding-bottom: 1.85em;
    min-height: 133px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px 0 0 15px;
    position: relative;
}

.view_wp_img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    pointer-events: none;
}

p.video-title {
    display: block;
    height: 88px;
    margin: 0;
    overflow: hidden;
}


/* 人口 */

h2.Sec05_con02_title {
    font-size: 1.8rem;
    background-color: #FFF;
    display: inline;
    padding: 8px 10px;
    width: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
}

.Sec05_con02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #FFF;
    padding: 2px;
}

.Sec05_con02_box {
    width: 100%;
    overflow: hidden;
}

.Sec05_con02_box p {
    float: left;
    padding: 0;
    margin-left: 30px;
}

p.jinko_date {
    float: right;
}


/* セクション6
============================== */

.Sec06_con01_banner .slick-list {
    width: 1080px;
    margin: 0 auto;
}

.slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

.slick-next {
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-40px, -50%);
    -ms-transform: translate(-5px, -50%);
    transform: translate(-5px, -50%);
    z-index: 999;
}

.Sec06_con01 .topSecConBox {
    padding-bottom: 30px;
}

.Sec06_con01_banner {
    margin-left: 10px;
    padding-top: 20px;
}


/* 広告
============================== */

.title-container p a {
    padding-top: .85em;
    font-size: 1.5rem;
    color: #1F1F1F;
    display: block;
    background-image: url(/images/2018-title-container.gif);
    padding-left: 30px;
    background-position: 18px 1.45em;
    background-repeat: no-repeat;
}

.banner-area ul li img {
    width: 140px;
    height: 60px;
}

.banner-area {
    border: 2px solid #B3C6D9;
}

h2.Sec06_con02_title {
    font-size: 1.5rem;
    padding-top: .85em;
    padding-bottom: .85em;
    padding-left: .85em;
    padding-right: .85em;
}

.title-container {
    background-color: #B3C6D9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-area ul li {
    padding: 0 20px 10px 0;
    margin: 0;
    float: left;
    background-image: none;
}

.banner-area ul {
    width: 1120px;
    padding: 0;
}

.banner-area-in {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0 10px 0;
}


/* 769px 以上の指定 印刷含む
============================== */

@media print, screen and (min-width: 769px) {
    .sp-none, .openArea {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    /* ==========================================================================================
768px 以下の指定 印刷除く
========================================================================================== */
    #baseall {
        background-image: url(/images/2018-baseall_bg-img.gif);
        background-repeat: repeat;
    }
    .topSec03-in, .topSec04-in, .topSec05-in, .topSec06-in {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .Sec04_con02 {
        display: block;
    }
    ul.Sec04_con04_box02 {
        padding: 0;
    }
    /* メニュー開閉
============================== */
    h2.topTitle {
        font-size: 1.8rem;
        /* padding-bottom: 10px; */
    }

h2.sp-Sec04_title03,
h2.sp-Sec04_title04 {
    padding-bottom: 10px;
}

    
    ul.imgTxtLink_wp {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .topSecConBox {
        margin-bottom: 10px;
        padding-bottom: 0;
    }
    .openArea {
        display: none;
    }
    h2.switch_menuTitle {
        background-color: #C8E3EA;
        padding: 10px;
    }
    span.switch_menuTxt {
        font-size: 1.3rem;
        padding-left: 5px;
    }
    .acd01_bt a {

    }
    .acd01_bt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #333;
        text-decoration: none;
        padding: 0;
        position: absolute;
        top: 14px;
        right: 10px;
        min-width: 65px;
    }
    .Sec04_con01, .Sec04_con02 {
        position: relative;
        margin-bottom: 10px;
    }
    h2.sp-Sec04_title03:after {
        content: '';
        display: block;
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgb(253, 236, 232);
        /* Old browsers */
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(253, 236, 232, 1) 0%, rgba(232, 181, 171, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, right top, from(rgba(253, 236, 232, 1)), to(rgba(232, 181, 171, 1)));
        background: -o-linear-gradient(left, rgba(253, 236, 232, 1) 0%, rgba(232, 181, 171, 1) 100%);
        background: linear-gradient(to right, rgba(253, 236, 232, 1) 0%, rgba(232, 181, 171, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdece8', endColorstr='#e8b5ab', GradientType=1);
        /* IE6-9 */
        z-index: 999;
    }
    h2.sp-Sec06_title01:after, h2.sp-Sec04_title10:after, h2.sp-Sec04_title04:after {
        content: '';
        display: block;
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgb(214, 230, 241);
        /* Old browsers */
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(214, 230, 241, 1) 0%, rgba(160, 186, 211, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, right top, from(rgba(214, 230, 241, 1)), to(rgba(160, 186, 211, 1)));
        background: -o-linear-gradient(left, rgba(214, 230, 241, 1) 0%, rgba(160, 186, 211, 1) 100%);
        background: linear-gradient(to right, rgba(214, 230, 241, 1) 0%, rgba(160, 186, 211, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6e6f1', endColorstr='#a0bad3', GradientType=1);
        /* IE6-9 */
    }
    h2.sp-Sec04_title09:after {
        content: '';
        display: block;
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgb(240, 236, 230);
        /* Old browsers */
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(240, 236, 230, 1) 0%, rgba(204, 184, 164, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, right top, from(rgba(240, 236, 230, 1)), to(rgba(204, 184, 164, 1)));
        background: -o-linear-gradient(left, rgba(240, 236, 230, 1) 0%, rgba(204, 184, 164, 1) 100%);
        background: linear-gradient(to right, rgba(240, 236, 230, 1) 0%, rgba(204, 184, 164, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ece6', endColorstr='#ccb8a4', GradientType=1);
        /* IE6-9 */
    }
    h2.sp-Sec06_title01, h2.sp-Sec04_title10, h2.sp-Sec04_title09 {
        text-align: center;
        padding-bottom: 10px;
    }
    /* 重要なお知らせ
============================== */
    .important_item {
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
    }
    /* スライダー
============================== */
    .bx-controls {
        margin: 0;
        width: auto;
    }
    .bx-wrapper .bx-viewport {
        height: 180px !important;
        overflow: hidden !important;
        box-sizing: border-box;
        width: 100%;
    }
    .topSec02 {
        margin: 0;
        height: 220px;
    }
    .h0wrap {
        height: auto;
        width: 100%;
        min-height: auto;
    }
    .bx-wrapper ul.bxslider img {
        min-height: auto;
        min-width: auto;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        max-width: 100%;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        overflow: hidden;
    }
    .top_Branding_wp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-image: url(/images/2018-topSec03.png);
    }
    .h0right {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0 auto;
        min-width: auto;
    }
    .bx-controls-in {
        background-image: none;
    }
ul.bxslider li {
    width: 100% !important;
}
    
    /* カルーセル
============================== */
    .Branding-banner {
        width: 285px;
        height: auto;
        top: 0;
        position: relative;
        background-image: none;
    }
.Branding-banner .slick-list {
    background-image: none;
}

    .Branding-banner .ca-item {
        margin: 5px 10px;
    }
    .top_slick-prev {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        z-index: 999;
    }
    .top_slick-next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        z-index: 999;
    }
    .slick-slide img {
        margin: 0 auto;
    }
    /* カテゴリ
============================== */
    .top-kinkyu-info, .top-tyumoku-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .top-kinkyu-info-title, .top-tyumoku-info-title {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .top-kinkyu-info-title p.l-link, .top-tyumoku-info-title p.l-link {
        padding: 0;
    }
    /* 検索
============================== */
    .top-search_wp h2 {
        margin: 0;
        padding: 0;
        height: 1px;
        width: 1px;
        position: absolute;
        overflow: hidden;
    }
    input.h0bt02 {
        width: 55px;
        font-size: 1.4rem;
        padding: 0 10px 0 10px;
        min-height: 25px;
    }
    #searchword {
        width: 100%;
        height: 27px;
    }
    .top-search_area {
        display: block;
    }
    .top-search_wp {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 20px;
        padding: 18px;
    }
    #cse-search-box {
        padding: 0;
        width: 100%;
    }
    .topSec03 {
        padding: 0 10px;
    }
    #cse-search-box>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .top-search_btn_wp {
        width: 100%;
    }
    /* コンテンツ部分のグローバルナビ
============================== */
    #gnavi_menu02 {
        margin: 0;
        background-color: #FFF;
        padding: 10px 10px;
    }
    #gnavi_menu02 .smph_gnavi_wp {
        margin: 0;
    }
    /* 早引き
============================== */
    ul.Sec04_con01_btn li {
        padding: 5px;
        margin: 0;
        width: calc(100% / 3);
        display: block;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-image: none;
        position: relative;
    }
    ul.Sec04_con01_btn li::before, ul.Sec04_con01_btn li::after {
        position: absolute;
        content: '';
        width: calc(100% - 1em);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    ul.Sec04_con01_btn li::before {
        left: 8px;
        bottom: 0;
        border-bottom: 1px dotted #107AC1;
    }
    ul.Sec04_con01_btn li::after {
        position: absolute;
        top: .5em;
        right: 0;
        height: calc(100% - 1em);
        border-left: 1px dotted #107AC1;
        width: 1px;
    }
    ul.Sec04_con01_btn li a {
        padding: 0;
    }
    ul.Sec04_con01_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 5px 0;
    }
    ul.Sec04_con01_btn li:nth-of-type(n+7)::before, ul.Sec04_con01_btn li:nth-of-type(3n)::after {
        content: none;
    }
    /* ランキング */
    ul.lankLink_wp li {
        float: none;
    }
    /* セクション4
============================== */
    .Sec04_con03-l {
        width: 100%;
    }
    .panels {
        background-color: #FFF;
    }
    .topSec04 {
        padding: 0 10px;
    }
    .Sec04_con03-r {
        width: 100%;
    }
    .Sec04_con03 {
        display: block;
    }
    .Sec04_con04 {
        display: block;
    }
    ul.Sec04_con04_box02 li {
        float: none;
        width: 100%;
    }
    .con04_box04 {
        width: 100%;
    }
    .con04_box03 {
        width: 100%;
        clear: both;
    }
    .con04_box01, .con04_box02 {
        width: calc(100% / 2);
        float: left;
        text-align: center;
    }
    /* タブ切り替え */
    .panel {
        padding-bottom: 20px;
        overflow: hidden;
    }
    ul.tabs li a.on {
        background-color: #FFF;
        color: #212121;
    }
    ul.tabs {
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    ul.tabs li {
        padding: 0;
        background-image: none;
        width: calc(100% / 3 - 3px);
        text-align: center;
        padding-bottom: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    ul.tabs li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 3px 10px;
        background-color: #084A8C;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #FFF;
        text-decoration: none;
    }
    ul.tabs li a.on:before {
        background-image: url(/images/2018-sp_top_tabSet.png);
        width: 10px;
        height: 11px;
        content: '';
        position: absolute;
        left: 50%;
        bottom: 1px;
        margin-left: -5px;
        background-size: contain;
        vertical-align: middle;
        display: inline-block;
    }
    p.event_ichiranLink {
        float: right;
        margin-right: 10px;
    }
    .top_ichiran_link {
        margin-right: 10px;
    }
    #panel1-2 ul li, #panel1-3 ul li {
        background-image: url(/images/2018-Sec03_li_icon.gif);
        background-position: 13px 0.55em;
        padding: 5px 10px 5px 30px;
    }
    /* セクション5
============================== */
    .Sec05_con01 {
        margin: 0;
        display: block;
        padding: 0 10px 10px 10px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .topSec05 {
        min-width: auto;
    }
    .Sec05_con01_bnr ul {
        width: 100%;
    }
    .Sec05_con01_bnr ul li {
        width: calc(100% / 3);
    }
    /* ここがいい
============================== */
    p.video-title {
        height: 4em;
    }
    .view_wp_txt_area {
        width: calc(100% - 153px);
        z-index: 9999;
        position: relative;
        overflow: initial;
    }
    .view_wp_img_area {
        width: 142px;
    }
    .view_txt_fukidashi p.fukidashi_ichiran {
        right: 15px;
    }
    .view_wp_img_area img.view_img_area_img {
        width: 130px;
    }
    .view_txt_fukidashi {
        min-height: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 54px;
        padding: 5px;
        padding-bottom: 2em;
        margin-right: -15px;
        border-radius: 10px;
    }
    /* 人口 */
    .Sec05_con02 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    h2.Sec05_con02_title {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .Sec05_con02_box {
        padding: 10px 0;
    }
    /* 関連リンク
============================== */
    .topSec06-in {
        padding-left: 10px;
        padding-right: 10px;
    }
    .Sec06_con01_banner .slick-list {
        width: 100%;
    }
    .Sec06_con01_banner {
        /* width: 335px; */
        margin: 0 auto;
    }
    /* 広告
============================== */
    .banner-area ul {
        width: 100%;
        margin: 0;
    }
    .banner-area-in {
        width: 100%;
        padding: 20px 20px 10px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .banner-area ul li {
        padding: 0 0 10px 0;
        width: 50%;
        box-sizing: border-box;
        text-align: center;
    }
}