@charset "UTF-8";
/* ===========================================================================*
【佐久市】　PC用スタイル
============================================================================= */


/* ===============================================
  基本設定
================================================= */

.pc-none {
	display: none !important;
}


/* ------------------  ページトップへ戻る  ------------------ */
.page-top, .t_page-top {
    position: fixed;
    bottom: 10px;
    right: 70px;
    text-decoration: none;
    z-index: 999;
}




/* ===============================================
  ▽▽▽ヘッダーエリア▽▽▽
================================================= */

.header_wp{
  background-color: #FFF;
}

#pchead_wp {
}
.pchead_wp_in{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0;
    font-size: 1.6rem;
    width: 200px;
    flex-shrink: 0;
}


/* ------------------  ヘッダ内検索  ------------------ */
.navilist_wp {
    display: flex;
    align-items: center;
}
.navilist_wp_in {
    display: flex;
    flex-direction: column;
    margin: 0 20px 0 0;
}
ul.navilist {
    display: flex;
    margin: 0 0 7px 0;
    padding: 0;
    align-items: center;
}
ul.navilist li {
    background: none;
    padding: 0 20px;
    margin: 0;
    border-right: 1px solid #000;
    font-size: 1.4rem;
    line-height: 1.2;
}
ul.navilist li:last-of-type {
    padding: 0 0 0 20px;
    border-right: none;
}

/* 検索 */
.navilist_wp .search-area {
    align-self: flex-end;
}
.navilist_wp .search-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.navilist_wp .search-box .search_ic {
    display: block;
    padding: 0 6px 0 0;
}
.navilist_wp input.tbox {
    border: 2px solid #000;
    border-radius: 4px;
    background-color: #FFF;
    width: 200px;
    height: 30px;
    padding-left: 10px;
    margin: 0 3px 0 0;
    /*font-size: 1.5rem;*/
    font-size: 1.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.navilist_wp input.fedbt {
    background-color: #295429;
    border: 1px solid #295429;
    border-radius: 4px;
    min-height: 30px;
    min-width: 60px;
    color: #FFF;
    cursor: pointer;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
}

.h0search{
	align-self: flex-end;
}

.search-wp{
	width: 290px;
}

.search-wp table, .search-wp tr, .search-wp th, .search-wp td {
    border: none;
    padding: 0;
}

.search-wp table{
	margin: 0;
}

.search-wp table.gsc-search-box td.gsc-input{
	padding: 0;
}

.search-wp .gsc-search-box #gs_id51{
	padding: 0;
    border: none;
		border: 1px solid #000;
}

.search-wp .gsc-search-box .gsc-input .gsc-input-box{
	border: none;
}

.search-wp table.gsc-input{
	margin: 0;
}

.search-wp table.gsc-search-box td.gsib_b{
	border: none;
}

/*  検索ボタン*/
.search-wp table.gsc-search-box td{
	border: none;
    padding: 0;
}

.search-wp .gsc-search-button-v2,
.search-wp .gsc-search-button-v2:hover{
	background-color: #295429;
    border-color: #295429;
		padding: 5px 22px 5px;
}

.gsc-search-button-v2 svg{
	width: 18px;
	height: 18px;
}

.search-wp .gscb_a {
    line-height: 19px;
		vertical-align: middle;
}

/*  防災ボタン*/
.t_bt_bosai {
    margin: 0;
    padding: 0;
}
.t_bt_bosai a {
    display: block;
    width: 190px;
    background-color: #A92B34;
    color: #FFF;
    text-decoration: none;
    padding: 14px 20px 14px 20px;
    font-size: 1.7rem;
    text-align: left;
    border-radius: 5px;
    position: relative;
}
.t_bt_bosai a::after {
    content: " ";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #FFF;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.t_bt_bosai a span {
    background-image: url(/images/ic_bosai.png);
    background-repeat: no-repeat;
    background-position: left 0 center;
    padding: 0 0 0 45px;
}
.t_bt_bosai a:hover,.t_bt_bosai a:focus {
    text-decoration: underline;
}




/* ------------------  グローバルナビエリア (メガドロップ)  次階層用  ------------------ */
.gnavi_wp{
    background-color: #18821A;
    position: relative;
}
#gnavi {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}
#gnavi li.menu-item-has-children {
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    background-image: none;
    font-size: 1.8rem;
    /*font-weight: bold;*/
    letter-spacing: -0.05em;
    text-align: center;
}
#gnavi li.menu-item-has-children::before {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    content: ' ';
    width: 1px;
    height: calc(100% - 2.2em);
    background-color: #FFF;
}
#gnavi li.menu-item-has-children.navi1::before {
    content: none;
}
#gnavi li.menu-item-has-children > a {
    padding: 19px 0 18px;
    display: block;
    width: 100%;
}
li.menu-item-has-children.navi1 {
    width: 160px;
}
li.menu-item-has-children.navi2 {
    width: 160px;
}
li.menu-item-has-children.navi3 {
    width: 160px;
}
li.menu-item-has-children.navi4 {
    width: 160px;
}
li.menu-item-has-children.navi5 {
    width: 160px;
}
li.menu-item-has-children.navi6 {
    width: 200px;
}
li.menu-item-has-children.navi7 {
    width: 200px;
}

.menu-item-has-children > a:link,
.menu-item-has-children > a:visited,
.menu-item-has-children > a:active {
    color: #FFF;
    text-decoration: none;
}
.menu-item-has-children > a.active,
.menu-item-has-children > a:hover,
.menu-item-has-children > a:focus {
    color: #FFF;
}

li.menu-item-has-children .sub {
    visibility: hidden;
    opacity: 0;
    margin: 0;
}
li.menu-item-has-children:hover .sub,
li.menu-item-has-children .focused {
    display: block;
    visibility: visible;
    opacity: 1;
}

.sub {
    display: block;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0;
    /*background-color: #F4ECD4;*/
    background-color: rgba(244, 236, 212,0.8);
    z-index: 999;
}
ul.sub-menu.focused {
    visibility: visible;
    opacity: 1;
}
.sub-menu {
    margin: 0;
    padding: 50px 10px 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#gnavi .sub-menu li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: left;
    line-height: 1.58em;
    background-image: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(100% / 3);
}
#gnavi .sub-menu li a {
    padding: 12px 40px 12px 20px;
    margin: 0 10px 10px 0;
    width: 360px;
    color: #1F1F1F;
    border: none;
    display: block;
    background: none;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-weight: normal;
    background-image: url(/images/tmenu_icon.png);
    background-repeat: no-repeat;
    background-position: top 1.25em right 18px;
    background-color: #FFF;
    border-radius: 7px;
    box-sizing: content-box;
}
#gnavi .sub-menu li a:link,
#gnavi .sub-menu li a:visited,
#gnavi .sub-menu li a:active {
    text-decoration: none;
}
#gnavi .sub-menu li a:hover,
#gnavi .sub-menu li a:focus {
    background-color: #FDF7CF;
    text-decoration: none;
}

ul.gnv_inner li.menu-item-has-children > a.active,
ul.gnv_inner li.menu-item-has-children > a:active,
ul.gnv_inner li.menu-item-has-children > a:hover,
ul.gnv_inner li.menu-item-has-children > a:focus,
ul.gnv_inner li.menu-item-has-children.active > a:link,
ul.gnv_inner li.menu-item-has-children.active > a:visited {
    color: #FFFFFF;
    background-color: #295429;
    background-position: 100% 0;
}




/* ===============================================
  ▼メインエリア▼
================================================= */

#baseall_wp {
    min-width: 1301px;
    margin: 0 auto;
    background-color: #FFF;/* bg-color */
}
#baseall {
}

#basebgwrap {
    /*margin: 13px 0 0 0;*/
    margin: 0;
    padding: 0;
}
#basewrap {
    /*margin: 0 auto;*/
    /*padding: 0;*/
    /*width: 100%;*/
}
.wrap {
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    /*text-align: left;*/
    /*background-color: #FFFFFF;*/
}
#main-nosub {
    width: 100%;
  /*clear: both;*/
  /*margin: 0;*/
  /*padding: 0 0 10px 0;*/
 /* text-align: left;*/
}
#main {
    clear: both;
    width: 910px;
    /*float: left;*/
    margin: 0 10px 0 0;
    padding: 0 0 10px 0;
}




/* ===============================================
  ローカルナビ
================================================= */

.side {
    margin-bottom: 3.0em;
    margin-left: 20px;
    width: 280px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}




/* ===============================================
  ▼▼コンテンツパーツ▼▼
================================================= */

/* ぱんくず */

/* 更新日 */

/* ナビなし */




/* ===============================================
  ▼▼インデックスパーツ▼▼
================================================= */


/* ------------------  インデックス メニューパーツ  ------------------ */
ul.site-li li a:link,
ul.site-li li a:visited,
ul.site-li li a:active {
   text-decoration:none;
}
ul.site-li li a:focus,
ul.site-li li a:hover {
   text-decoration: underline;
}
.CNavi3rd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.CNavi2rd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}




/* ===============================================
  広告エリア
================================================= */




/* ===============================================
  ▽▽▽フッターエリア▽▽▽
================================================= */

footer {
    position: relative;
}
.foot_wp {
    text-align: left;
    border-top: 1px solid #E5E5E5;
    background-image: url(/images/foot_bg_im01_left.png),url(/images/foot_bg_im01_right.png);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom 0 left 0,bottom 0 right 0;
    background-color: #FFF;
    min-height: 300px;
    position: relative;

    margin: 100px 0 0 0;
}
.foot_in_wp {
    width: 1200px;
    margin: 75px auto 0;
}
.ftcont {
}
.foot_logo {
    margin: 0 0 12px 0;
}
.foot_logo img {
}
.foot_wp address {
    font-size: 1.5rem;
    margin: 0 0 25px 0;
}
.add_txt {
    padding: 0 15px 0 0;
}
ul.footbtlist {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}
ul.footbtlist li {
    background: none;
    padding: 0;
    margin: 0 5px 0 0;
}
ul.footbtlist li a {
    display: block;
    width: 170px;
    background-color: #295429;
    color: #FFF;
    text-decoration: none;
    padding: 8px 10px 8px 20px;
    font-size: 1.3rem;
    text-align: left;
    border-radius: 6px;
    position: relative;
}
ul.footbtlist li a::after {
    content: " ";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 0 2px 4px;
    border-color: transparent transparent transparent #FFF;
    top: 50%;
    left : 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
ul.footbtlist li a:hover,ul.footbtlist li a:focus {
    text-decoration: underline;
}

/*コピーライト*/
.f0copy {
    padding: 4px 0 0;
    font-size: 1.3rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}




/* ===============================================
  ▼メールフォーム用▼
================================================= */

.form_allwp {
    width: 1142px;
    margin: 0 auto;
}
.form_allwp table td input[type="text"] {
    border: 1px solid #AAA;
    height: 30px;
    font-size: 1.6rem;
}
.form_allwp table td textarea {
    border: 1px solid #AAA;
    font-size: 1.6rem;
}
.f_note {}
.f_note p {
    margin: 0;
    padding: 0.1em 1.4em 0.1em 1.4em;
}
form.formmail {
    padding: 0 20px;
}
form.formmail table {
    margin: 30px 0 0 0;
    width: 100%;
}

.form_allwp .form_submitbox {
    margin: 26px 0 26px;
    display: flex;
    justify-content: center;
}
.form_allwp input.fedbt {
    padding: 10px 5px;
    width: 160px;
    border: 1px solid #18821A;
    background-color: #18821A;
    color: #FFF;
    font-size: 1.6rem;
    border-radius: 5px;
    margin: 0 10px;
}
.form_allwp .fedbt02 {
    width: 160px;
    min-height: 50px;
    border: 1px solid #CCC;
    background-color: #CCC;
    color: #000;
    font-size: 1.6rem;
    border-radius: 5px;
    margin: 0 10px;
}
.form_allwp .fedbt02 a {
    text-align: center;
    display: block;
    color: #000;
    text-decoration: none;
    padding: 10px 5px;
}
.form_allwp .form_submitbox02 {
    margin: 26px 0 26px;
    display: flex;
    justify-content: center;
}
.form_allwp .form_submitbox02 input.fedbt {}
#enqbt form.formmail {
    padding: 0;
}

/* トップへもどる */
.f_tohome_btn {
    margin: 30px 0 30px 0;
}
.f_tohome_btn a {
    text-align: center;
    display: block;
    padding: 11px 10px;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: bold;
    color: #FFF;
    border: 1px solid #18821A;
    background-color: #18821A;
    border-radius: 5px;
    width: 250px;
    text-decoration: none;
}


/* フッター */
.nosub_foot_wp {
    border-top: 1px solid #E5E5E5;
    background-color: #FFF;
    margin: 100px 0 0 0;
}
.nosub_foot_wp .f0copy {
    padding: 4px 0 0;
    font-size: 1.3rem;
    position: static;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    text-align: center;
}
