@charset "utf-8";

/*==================================================================
style reset
==================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
*{padding:0; margin:0;}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width:auto;
}
th,td{
  overflow-wrap : break-word;
  word-wrap: break-word;
  word-break: break-all;
}
strong{
	font-weight:700;
}
img{
  max-width: 100%;
}
button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
}

/*==================================================================
base
==================================================================*/

html{ height:100%;}
body{
  background:#FAF9F5;
  color:#000;
  letter-spacing: 0.06em;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  height:100%;
}
a { text-decoration: none; color:#666666;}
a:focus{ text-decoration: underline;}

.article-content a{ color:#3366CC;}
.article-content a:hover{ text-decoration: underline;}

*, :after, :before{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*==================================================================
layout class
==================================================================*/

.bg_fix{
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
}
#wrapper{
  position: relative;
  height:100%;
  min-height: 640px;
}

/* ------------------------------------------
header 
----------------------------------------- */

#skiplink{ margin: 0; padding: 0;}
.skiplink a{
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 9999999;
  width: 100%;
}
.skiplink a:focus{
  display: block;
  left: 0;
  background: #fff;
  padding: 5px;
  text-align: center;
  border-bottom: 2px solid ;
}

/* ----------------------
innerbox_top-header
--------------------- */

#globalnavi{ position: relative; z-index: 900;}
#bg_globalnavi{ position: relative; z-index: 800;}
#section_emergency{ position: relative; z-index: 700;}
#top-header_logo{ position: relative; z-index: 600;}
#outer_top_fv_content{ position: relative; z-index: 500;}

/* ------------------------------------------
header 
----------------------------------------- */

header{
  position: relative;
}
#top-header{
  width: 100%;
  min-height: 640px;
  height: 100%;
  background-color: #ffffff;
  position: relative;
}
#innerbox_top-header{
  height: 100%;
  min-height: 640px;
  position: relative;
} 

/* ----------------------
top-header_logo
top_sitelogo
top_headertools
--------------------- */

#top-header_logo{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  transition: .2s;
  background:url(../images/shadow_top-header_logo.png) repeat-x bottom;
}
#top-header_logo #inner_top-header_logo{
  background-color: rgba( 255, 255, 255, .8 );
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .2s;
}
#box_logo{
  display: flex;
  align-items: center;
}
#top_sitelogo{
  padding:0 10px 0 20px;
  width: 160px;
}
#top_sitelogo a,
#top_sitelogo a img{
  display: block;
}
#top_headertools{
  border-top: 1px solid #CDCDCD;
  margin: 0 24px;
}
#headertools{
  padding: 20px 0;
}
#headertools li{
  margin-bottom: 5px;
}
#headertools li a,
#headertools li img{
  display: block;
}
#li_headertools02{
  position: relative;
}
#trigger_easy_japanese{
  background-image: url(../images/icon_easy.png);
  background-repeat: no-repeat;
  background-position: center left;
  display: block;
  padding: 5px 5px 5px 25px;
  color: #000000;
}
#trigger_language{
  background-image: url(../images/icon_language.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-color: transparent;
  border: none;
  padding: 0 0 0 25px;
  color: #000000;
  display: block;
  width: 100%;
  cursor: pointer;
}
#trigger_language span{
  background-image: url(../images/icon_carret_black_open.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 18px auto;
  background-color: transparent;
  padding: 5px 25px 5px 5px;
  text-align: left;
  color: #000000;
  display: block;
  width: 100%;
  
}
#wrap_language{
  display: none;
  position: absolute;
  top: 100%;
  left: 20px;
  border-radius: 5px;
  width: 80%;
  background: rgba( 0, 0, 0, .75 );
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  -webkit-filter: drop-shadow(0 0 4px rgba(255,255,255,.4));
  filter: drop-shadow(0 0 4px rgba(255,255,255,.4));
}
#wrap_language a{
  color: #ffffff;
}
#inner_language{
  padding: 10px;
}
#list_language a{
  line-height: 1.2;
}
  #top-header_logo{
    height: 90px;
  }
  #top-header_logo #inner_top-header_logo{
    height: 80px;
  }
  #top_sitelogo{
    width: unset;
  }
  #wrap_language{
    top: 45px;
    left: unset;
    right: 0;
    width: 120%;
  }
  #headertools #list_language li{
    padding: 5px 0;
  }

/* ----------------------
section_emergency
--------------------- */

#section_emergency{
  margin: 0;
  display: inline-block;
  padding-left: 70px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 100%;
  height: 60px;
  display: flex;
  align-items: center;
  transition: .3s;
  position: fixed;
  top: 0;
  left: 160px;
}
#section_emergency.status_01{ background-image: url(../images/bg_emergency01.svg);}
#section_emergency.status_02{ background-image: url(../images/bg_emergency02.svg);}
#emergency_info{
  align-items: stretch;
}
#emergency-title{
  padding: 0 10px 0 5px;
  color:#D90000;
  font-size: 80%;
}
#section_emergency.status_01 #emergency-title{ 
  color:#D90000;
}
#section_emergency.status_01 #emergency-title button{ 
  color:#D90000;
  background: transparent;
  border: none;
  cursor: pointer;
  line-height: 1.5;
}
a#trigger_emrgency{
  color:#D90000;
}
#section_emergency.status_02 #emergency-title{ 
  color:#007B52;
  line-height: 1.5;
}
#emergency-content{
  flex: 1;
  text-align: left;
  padding: 0 10px;
}
#emergency-content a{
  color: #D90000;
}
.link-emergency{ text-align: right;}
#emergency-title span{
  display: block;
}
  #emergency-title{
    font-size: 90%;
  }
  #emergency-title span{
    display: inline;
  }
  #emergency-title{
    font-size: 100%;
  }
  #section_emergency{
    padding-left: 90px;
    height: 80px;
    left: 210px;
  }
  #section_emergency.is-fixed{
    height: 60px;
  }

/* ----------------------
header_navigation_top_category
--------------------- */

#globalnavi.is-active{
  height: 100%;
  width: 250px;
  margin: 0 0 0 auto;
}
.navigation_top_category{
  padding-top: 60px;
  padding-bottom: 10px;
}

/* ---- btn_gnav */

#wrapper_trigger_globalnavi{
  position: relative;
}
#wrapper_trigger_globalnavi.-inactive{
  z-index: 599;
}
.btn_gnav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border: none;
  z-index: 999;
  background: #ffffff;
  cursor: pointer;
  transition: .2s;
}
.btn_gnav.is-active{  
  background: rgba(51,51,51,.75);
}
.btn_gnav.is-active .btn_gnav_line {
  background-color: transparent;
  transition: .2s;
}
.btn_gnav.is-active .btn_gnav_line::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #ffffff;
}
.btn_gnav.is-active .btn_gnav_line::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #ffffff;
}
.btn_gnav_line {
  display: block;
  height: 2px;
  position: absolute;
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  transition: .2s;
  background-color: #111111;
}
.btn_gnav_line:before,
.btn_gnav_line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
  background-color: #111111;
}
.btn_gnav_line:before {
  top: -10px;
}
.btn_gnav_line:after {
  top: 10px;
}
#bg_globalnavi{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba( 0, 0, 0, .65 );
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  visibility: hidden;
  opacity: 0;
  transition: .2s;
}
#bg_globalnavi.is-active{
  visibility: visible;
  opacity: 1;
  transition: .2s;
}
  .large .btn_gnav {
    width: 80px;
    height: 80px;
    transition: .2s;
  }
  .large .btn_gnav_line {
    top: 39px;
    transition: .2s;
  }

/* ---- top_category_pager */

/* 通常時 */

#wrapper_navigation_top_category{
  position: fixed;
  width: 250px;
  right: -250px;
  background: #fff;
  top: 0;
  height: 100%;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
#wrapper_navigation_top_category.is-active{
  right: 0;
  opacity: 1;
  visibility: visible;
  transition: .3s;
}
.top_category_pager li{
  position: relative; 
  padding: 8px 15px;
}

/* is-default */

#top-header_logo .top_category_pager{
  background: none;
  font-size: 90%;
  backdrop-filter: none;
  border-bottom: none;
}
#top-header_logo .top_category_pager li{
  border: none;
  padding: 0;
  background-color: transparent;
}

a.trigger_navigation_top_mideum_category{
  color: #222222;
  padding: 5px 5px;
  text-shadow:none;
  position: relative;
  display: block;
  padding: 1px 5px;
  margin: 0 9px;
  font-size: 118%;
  border: none;
	position: relative;
	text-align: center;
  cursor: pointer;
  transition: .3s;
  border-radius: 3px;
  text-align: left;
}
a.trigger_navigation_top_mideum_category:hover,
a.trigger_navigation_top_mideum_category:focus{
  background: rgba( 204, 204, 204, .85 );
  color: #222222;
  transition: .3s;
}
.slick-active_li a.trigger_navigation_top_mideum_category{
  background: rgba( 204, 204, 204, .85 );
  color: #222222;
  transition: .3s;
  text-shadow:none;
}

a.trigger_navigation_top_mideum_category:hover::before,
a.trigger_navigation_top_mideum_category:focus::before,
.slick-active_li a.trigger_navigation_top_mideum_category::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -3px;
	width: 0;
	border-bottom: solid 1px #ffffff;
	transform: translateX(-50%);
	animation: border_anim .2s ease-in-out forwards;
	border-bottom: solid 1px #222222;
}
@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}
  a.trigger_navigation_top_mideum_category{
    display: inline-block;
    text-align: center;
  }
.top_category_pager li.is-active{
  position: relative;
  z-index: 9;
}
.wraper_navigation_top_mideum_category{
  visibility: hidden;
  opacity: 0;
  text-align: left;
  padding-top: 5px;
  transition: .3s;
  background: rgba( 0, 0, 0, .75 );
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  -webkit-filter: drop-shadow(0 0 4px rgba(255,255,255,.4));
  filter: drop-shadow(0 0 4px rgba(255,255,255,.4));
  border-radius: 40px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 325px;
}
  .wraper_navigation_top_mideum_category{
    position: absolute;
    top: -50px;
    left: -325px;
    margin-left: unset;
    width: 325px;
  }
.wraper_navigation_top_mideum_category.is-hover{
  visibility: visible;
  opacity: 1;
  transition: .3s;
  z-index: 9;
}
.title__top_mideum_category{
  color: #ffffff;
  padding: 15px 10px 7px;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
}
.wrapper_navigation_top_mideum_category{
  color: #ffffff;
  padding: 10px 10px 10px;
  font-size: 95%;
}
.navigation_top_mideum_category{
  padding: 5px;
  text-align: center;
}
.navigation_top_mideum_category a{
  display: block;
  padding: 3px 5px;
  color: #ffffff;
}
.top_category_pager .navigation_top_mideum_category li{
  display: inline-block;
  margin: 0;
  padding: 3px 10px;
  font-size: 80%;
}
/* is-fixed */

#top-header_logo.is-fixed{
  height: 70px;
  transition: .3s;
}
#top-header_logo.is-fixed #inner_top-header_logo{
  height: 60px;
  transition: .3s;
}
#top-header_logo.is-fixed #section_emergency{
  height: 60px;
  transition: .3s;
}

/* ----------------------
searchform 
--------------------- */

.outerbox_form-el{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
  border-radius: 3px;
  padding: 3px 5px;
}
.el-freeword{
  width : calc(100% - 30px) ;
  width : -webkit-calc(100% - 30px) ;
  border: none;
  line-height: 1.7;
  font-size: 135%;
}
.el-submit{
  width : 23px ;
  display: block;
}
#globalnavigation .outerbox_form-el{
  border: 1px solid #037491;
  background-color: #FFFFFF;
}
  .el-freeword{
    line-height: 1.5;
    font-size: 100%;
  }

/* ----------------------
icon-navigation
--------------------- */

#outerbox_icon-navigation{
  background-image: url("../images/bg_icon_navigation.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 20px 0;
  margin-bottom: 40px;
}

.title_icon-navigation{
  font-size: 150%;
  text-align: center;
  font-weight: normal;
  padding: 20px;
}
.icon-nav{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
  max-width: 590px;
  margin: 0 auto;
}
#globalnavigation .icon-nav{
  max-width: 100%;
  padding: 0;
}
.el_list_icon-nav{
  width: 31%;
  text-align: center;
  background-image: url("../images/bg_white_80.png");
  background-position: top left;
  background-repeat: repeat;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-top: 10px;
}
#globalnavigation .el_list_icon-nav{
  background: #FFFFFF;
}

.el_link_icon-nav{
  font-size: 85%;
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 65px 5px 5px;
}
.el_link_icon-nav span{
  display: inline-block;
  min-height: 2.4em;
  vertical-align: middle;
  line-height: 1.2;
}
.el_life-events-navi01{ background-image: url("../images/bg_navi_le_01.png");}
.el_life-events-navi02{ background-image: url("../images/bg_navi_le_02.png");}
.el_life-events-navi03{ background-image: url("../images/bg_navi_le_03.png");}
.el_life-events-navi04{ background-image: url("../images/bg_navi_le_04.png");}
.el_life-events-navi05{ background-image: url("../images/bg_navi_le_05.png");}
.el_life-events-navi06{ background-image: url("../images/bg_navi_le_06.png");}
.el_life-events-navi07{ background-image: url("../images/bg_navi_le_07.png");}
.el_life-events-navi08{ background-image: url("../images/bg_navi_le_08.png");}
.el_life-events-navi09{ background-image: url("../images/bg_navi_le_09.png");}
.el_life-events-navi10{ background-image: url("../images/bg_navi_le_10.png");}
.el_useful-navi01{ background-image: url("../images/bg_navi_uf_01.png");}
.el_useful-navi02{ background-image: url("../images/bg_navi_uf_02.png");}
.el_useful-navi03{ background-image: url("../images/bg_navi_uf_03.png");}
.el_useful-navi04{ background-image: url("../images/bg_navi_uf_04.png");}
.el_useful-navi05{ background-image: url("../images/bg_navi_uf_05.png");}
.el_useful-navi06{ background-image: url("../images/bg_navi_uf_06.png");}
.el_useful-navi07{ background-image: url("../images/bg_navi_uf_07.png");}
.el_useful-navi08{ background-image: url("../images/bg_navi_uf_08.png");}
.el_useful-navi09{ background-image: url("../images/bg_navi_uf_09.png");}
.el_useful-navi10{ background-image: url("../images/bg_navi_uf_10.png");}

#outerbox_other-navi{
  padding: 10px;
  max-width: 590px;
  margin: 0 auto;
}
#other-navi{
  background-image: url("../images/bg_white_80.png");
  background-position: top left;
  background-repeat: repeat;
  border-radius: 5px;
  padding: 10px;
  font-size: 85%;
}
.el_list_other-nav a{
  padding: 5px;
  display: block;
  text-align: center;
}
.el_list_other-nav:not(:last-child) a{
  border-bottom: 1px dotted #5e5e5e;
}
  .el_list_icon-nav{
    width: 19.5%;
  }
  #other-navi{
    display: flex;
    flex-wrap: wrap;
  }
  .el_list_other-nav{
    width: 50%;
  }
  .el_list_other-nav a{
    margin: 5px;
  }
  .el_list_other-nav:last-child a{
    border-bottom: 1px dotted #5e5e5e;
  }
  #icon-navigation{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
  }
  #section_life-events-navi{
    width: 50%;
  }
  #section_convenience-navi{
    width: 50%;
  }
  .el_list_icon-nav{
    width: 31%;
  }
  #outerbox_other-navi{
    max-width: 1190px;
  }
  .el_list_other-nav{
    width: 33.3%;
  }
  #globalnavigation #section_life-events-navi,
  #globalnavigation #section_convenience-navi{
    width: 100%;
  }
  #globalnavigation .el_list_icon-nav{
    width: 19.5%;
  }
  #globalnavigation .el_list_icon-nav{
    width: 19.5%;
  }
  .el_list_icon-nav{
    width: 19.5%;
    max-width: 110px;
  }
  .el_list_other-nav{
    width: 16.6%;
  }
  .el_list_other-nav:last-child a,
  .el_list_other-nav:not(:last-child) a{
    border-bottom: none;
  }
  #globalnavigation .el_list_icon-nav{
    width: 9.5%;
  }
  #outerbox_icon-navigation .title_icon-navigation{
    font-size: 200%;
  }
  #outerbox_icon-navigation{
    padding: 60px 0 80px;
  }

/* ------------------------------------------
yasashii nihongo
----------------------------------------- */

#outerbox_yasashii_nihongo {
  z-index: 99999;
  position: fixed;
  top: 90px;
  right: 0;
  width: 57px;
  height: 192px;
  padding: 0;
}
#outerbox_yasashii_nihongo a{
  display: block;
}
  #outerbox_yasashii_nihongo {
    width: 35px;
  }
  #outerbox_yasashii_nihongo img{
    max-width: 100%;
  }

/* ------------------------------------------
content
----------------------------------------- */

.w_content{
  max-width: 1100px;
  margin: 0 auto;
}

/* ----------------------
btn_to_top
--------------------- */

#outer_btn_to_top{
  position: fixed;
  z-index: -1;
  bottom: -20px;
  right: -10px;
  transition: .5s;
  opacity: 0;
}
#outer_btn_to_top.is-active{
  bottom: -10px;
  transition: .3s;
  opacity: 1;
  z-index: 999999;
}
#outer_btn_to_top a,
#outer_btn_to_top img{
  display: block;
}


/* ------------------------------------------
footer
----------------------------------------- */

#footer{
  background-image: url("../images/bg_footer_b.jpg");
  background-repeat: no-repeat;
  background-position: center left;
  background-attachment: fixed;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 99999;
}
#inner_footer{
  background-image: url("../images/bg_footer_mask.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.wrapper_second #inner_footer{
  background-color: rgba( 255, 255, 255, .9 );
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background-image: none;
  margin: 0;
  max-width: none;
}
#bgbox_footer{
  width: 100%;
}
.wrapper_second #footer{
  padding: 0;
  position: relative;
  z-index: 99;
}
  .wrapper_second #footer{
    margin-left: 320px;
    margin-right: 20px;
    max-width: none;
  }
  #footer{
    background-size: cover;
  }
  #footer{
    height: 100%;
    min-height: 768px;
  }
  .wrapper_second #footer{
    height: auto;
    min-height: unset;
    margin-left: 340px;
    margin-right: 40px;
  }
  #inner_footer{
    display: flex;
    align-items: end;
    padding-left: 90px;
  }
  .wrapper_second #inner_footer{
    padding-left: 0;
  }
/* ----------------------
kkc
--------------------- */

#wrapper_list_kkc{
  padding: 50px 8px;
}
#list_kkc{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  max-width: 1100px;
  margin: 0 auto;
}
.li_kkc{
  width: 50%;
}
.li_kkc a{
  display: block;
  position: relative;
  border: 4px solid #ffffff;
  color: #000000;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #ffffff;
  transition: .3s;
}
.li_kkc a:hover,
.li_kkc a:focus{
  border: 4px solid #009999;
  transition: .3s;
}
.li_kkc a{
  margin: 3px;  
}
#mayor{
  display: block;
  background-image: url("../images/mayor.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.txt_kkc{
  display: block;
  padding: 20px 27px 20px 10px;
  margin-right: -5px;
  background-image: url("../images/icon_yajirushi_kkc.gif");
  background-repeat: no-repeat;
  background-position: right center;
  text-shadow: 0px 0px 2px #ffffff,0px 0px 2px #ffffff,0px 0px 2px #ffffff,0px 0px 2px #ffffff,0px 0px 2px #ffffff,0px 0px 2px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff;
}
#li_kkc01 a{ background-image: url("../images/bg_kkc01.jpg");}
#li_kkc02 a{ background-image: url("../images/bg_kkc02.jpg");}
#li_kkc03 a{ background-image: url("../images/bg_kkc03.jpg");}
#li_kkc04 a{ background-image: url("../images/bg_kkc04.jpg");}
#li_kkc05 a{ background-image: url("../images/bg_kkc05.jpg");}
#li_kkc06 a{ background-image: url("../images/bg_kkc06.jpg");}
#li_kkc07 a{ background-image: url("../images/bg_kkc07.jpg");}
#li_kkc08 a{ background-image: url("../images/bg_kkc08.jpg");}

  .li_kkc{
    width: 25%;
  }
  #wrapper_list_kkc{
    padding: 50px 0 10px;
  }
  #list_kkc{
    max-width: 1100px;
    padding: 20px;
  }
  .li_kkc a{
    font-size: 110%;
  }

/* ----------------------
renkeichusu
--------------------- */

#renkeichusu{
  position: relative;
  width: 100%;
  max-width: 1100px;
  padding-top: 0;
  margin: 0 auto 50px;
}
#iframe_renkeichusu{
  padding: 40px 10px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(255,255,255,.7);
  backdrop-filter: blur(3px);
}
#iframe_renkeichusu h2{
  font-weight: normal;
  display: flex;
  align-items:stretch;
  justify-content: space-between;
}
#iframe_renkeichusu span{
  font-size: 120%;
}
#iframe_renkeichusu a{
  font-size: 90%;
}
#iframe_renkeichusu iframe{
  width: 100%;
}
  #renkeichusu{
    margin: 0 auto 10px;
  }
  #iframe_renkeichusu{
    padding: 10px 15px 0;
  }

/* ----------------------
advertisement
--------------------- */

#advertisement{
  padding: 20px;
}
#list_advertisement{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
#list_advertisement li{
  padding-bottom: 10px;
  width: 33%;
}
#list_advertisement a,
#list_advertisement img{
  display: block;
}
  #list_advertisement li{
    width: 16.6%;
  }
  #list_advertisement{
    flex-wrap: nowrap;
  }
  #list_advertisement a{
    display: block;
    margin: 3px;
  }
  #list_advertisement li{
    padding-bottom: 0;
  }
  #advertisement{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -165px;
    width: 150px;
    padding: 10px;
    background-color: rgba(240,240,240,.7);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }
  #list_advertisement li{
    width: 130px;
  }
  #list_advertisement{
    flex-wrap: wrap;
  }
  #list_advertisement li:last-child{
    padding-bottom: 0;
  }
/* ----------------------
content_footer
--------------------- */

#content_footer{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
#inner_content_footer{
  padding: 40px 10px 10px;
}
#content_footer a{
  color: #222222;
}
#footerlogo{
  background-image: url("../images/kikuchicity_emblem.svg");
  background-repeat: no-repeat;
  background-size: 60px auto;
  padding: 0 20px 0 60px;
  background-position: center left;
  min-height: 56px;
  font-size: 145%;
  display: flex;
  align-items: center;
  font-weight: 500;
  min-width: calc( 5em + 80px );
}
#corporate_id{
  font-size: 80%;
  text-align: center;
}
.footer-menu{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-menu li{
  width: 100%;
}
.footer-menu li span{
  display: block;
  padding: 0;
  border-bottom: 1px solid #BBBBBB;
}
.footer-menu li a{
  display: block;
  padding: 15px 5px;
  line-height: 1.1;
  text-align: left;
  margin: 0 10px;
  font-size: 90%;
}
.footer-menu li a.line::before {
  bottom: 0;
}
.footer-content{
  text-align: left;
  padding: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
}
#list_sns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  text-align: center;
}
#list_sns li{
  padding: 0 8px;
}
#list_sns li a,
#list_sns li img{
  display: block;
}
  .footer-menu li{
    width: 33%;
  }
  .footer-menu li:nth-child(4),
  .footer-menu li:nth-child(5){
    width: 50%;
  }
  .footer-menu li a{
    text-align: center;
  }
  .footer-menu li span{
    border-left: 1px solid #BBBBBB;
  }
  .footer-menu li:nth-child(3),
  .footer-menu li:nth-child(5){
    border-right: 1px solid #BBBBBB;
  }
  #inner_content_footer{
    border-bottom: 1px solid #BBBBBB;
    padding: 20px 20px 0;
  }
  .footer-content{
    padding: 20px 0;
    justify-content: flex-start;
  }
  .footer-menu{
    border-bottom: 1px solid #BBBBBB;
    padding: 8px 0;
  }
  .footer-menu li,
  .footer-menu li:nth-child(4),
  .footer-menu li:nth-child(5){
    width: 20%;
  }
  .wrapper_second .footer-menu li{
    width: 33%;
  }
  .wrapper_second .footer-menu li:nth-child(4),
  .wrapper_second .footer-menu li:nth-child(5){
    width: 50%;
  }
  .footer-menu li:nth-child(3){
    border-right: none;
  }
  .wrapper_index .footer-menu li span{
    border-bottom: none;
  }
  .wrapper_index .footer-menu li a{
    padding: 5px 0;
  }
  #list_sns{
    width: unset;
    border-top: none;
    border-bottom: none;
    margin:  0 0 0 auto;
  }
  #content_footer{
    background-color:unset;
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
  }
  #inner_content_footer{
    border-bottom: 1px solid #BBBBBB;
    padding: 0;
  }
  .footer-content{
    padding: 10px 0;
  }
  .wrapper_second #inner_content_footer{
    padding: 75px 30px 0;
  }
  .wrapper_second .footer-menu li,
  .wrapper_second .footer-menu li:nth-child(4),
  .wrapper_second .footer-menu li:nth-child(5){
    width: 20%;
  }
  .wrapper_second .footer-menu li span{
    border-bottom: none;
  }
  .wrapper_second .footer-menu li a{
    padding: 5px 0;
  }
/* ----------------------
population
--------------------- */

#population{
  border-bottom: 1px solid #BBBBBB;
  padding: 30px 0;
}
#title_population{
  padding: 0 10px 15px 0;
  font-size: 120%;
}
#inner_poopulation{
  margin: 0;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#wrap_data_population{
  display: flex;
  flex-wrap: wrap;
}
#inner_poopulation dl{
  display: flex;
  flex-wrap: wrap;
}
#inner_poopulation dt{
  border: 1px solid #77AFC1;
  color: #255261;
  border-radius: 3px;
  padding: 0 0.5em;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
#inner_poopulation dd{
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.desc_population{
  padding: 5px;
}
#population .wrap_btn_more_c{
  margin: 0 auto;
  font-size: 90%;
}
  #inner_poopulation dl{
    width: 50%;
  }
  #wrap_data_population{
    width: 100%;
  }
  #inner_poopulation #data_population01,
  #inner_poopulation #data_population02,
  #inner_poopulation #data_population03{ width: 23%;}
  #inner_poopulation #data_population04{ width: 31%;}
  #wrap_data_population{
    width: 100%;
  }
  .wrapper_index #population{
    padding: 10px 0;
  }
  .wrapper_index #inner_poopulation{
    padding: 0;
  }
  .wrapper_index #title_population{
    padding: 0 0 0 10px;
    margin-right: 2em;
    font-size: 100%;
  }
  .wrapper_index #population .wrap_btn_more_c{
    margin: unset;
    padding: 0;
  }
  .wrapper_index #population .btn_more span{
    padding: 0 30px 0 10px;
  }
  .wrapper_index #inner_poopulation dt,
  .wrapper_index #inner_poopulation dd{
    margin-bottom: 0;
  }
  .wrapper_second #population{
    padding: 10px 0;
  }
  .wrapper_second #inner_poopulation{
    padding: 10px 0 5px;
  }
  #inner_poopulation{
    justify-content: space-between;
  }
  .wrapper_second #population{
    padding: 10px 0;
    font-size: 90%;
  }
  .wrapper_second #inner_poopulation{
    padding: 0;
  }
  .wrapper_second #title_population{
    padding: 0 0 0 10px;
    margin-right: 2em;
    font-size: 100%;
  }
  .wrapper_second #population .wrap_btn_more_c{
    margin: unset;
    padding: 0;
  }
  .wrapper_second #population .btn_more span{
    padding: 0 30px 0 10px;
  }
  .wrapper_second #inner_poopulation dt,
  .wrapper_second #inner_poopulation dd{
    margin-bottom: 0;
  }

/* ----------------------
address copy
--------------------- */

#top_fixed_address{
  color: #ffffff;
  background-image: url(../images/bg_top_fixed_address.png);
  background-repeat: repeat-y;
  background-position: right top;
  padding: 0;
}
#top_fixed_address.is-active{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
#inner_top_fixed_address{
  background-color: rgba( 0, 0, 0, .75 );
  padding: 9px 9px 7px;
  font-size: 90%;
}
#top_fixed_address ul{
  display: flex;
}
#top_fixed_address li{
  padding-right: 20px;
}
#top_fixed_address a{
  color: #FFFFFF;
}
  #top_fixed_address{
    position: fixed;
    left: 0;
    bottom: 0;
  }
  #inner_top_fixed_address{
    padding: 9px 80px 5px 9px;
    background: linear-gradient( to right, rgba(0,0,0,1),rgba(0,0,0,.80) 85%,rgba(0,0,0,0));
  }

/* ----------------------
address copy
--------------------- */

address{
  font-style: normal;
  padding: 15px;
  font-size: 85%;
}
address span{
  display:inline-block;
  padding: 0;
  line-height: 1.7;
}
.copy{
  display:block;
  text-align: left;
  padding: 5px 10px;
  font-size: 80%;
}
  .copy{
    text-align: center;
  }
  address{
    border-bottom: none;
  }
  address{
    font-size: 95%;
  }


/*==================================================================
common class
==================================================================*/

/* ------------------------------------------
title
----------------------------------------- */

.title_common{
  font-size: 150%;
  padding: 1em 0.5em 1em;
}

/* ------------------------------------------
common button
----------------------------------------- */

.box_btn_archive{
  padding: 10px;
}

/* ----------------------
close button
--------------------- */

.trigger_close_common{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: rgba(255,255,255,.75);
  border: none;
  padding: 40px 15px 10px;
}
.txt_close_common{
  font-size: 75%;
  color: #222222;
}
.btn_close_common_line {
  display: block;
  height: 2px;
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  background-color: transparent;
  transition: 0.4s;
}
.btn_close_common_line:before,
.btn_close_common_line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
  background-color: #000000;
}
.btn_close_common_line:before {
  top: 5px;
  transform: rotate(45deg);
}
.btn_close_common_line:after {
  top: 5px;
  transform: rotate(-45deg);
}

/* ----------------------
button style 
--------------------- */

.wrap_btn_more_c{
  text-align: center;
  padding: 10px;
}
.btn_more{
  display:inline-block;
  padding:0.5em;
  text-align:center;
  border: 1px solid #ababab;
  border-radius: 100px;
  transition: .3s
}
.btn_more:hover,
.btn_more:focus{
  background-color: #ffffff;
  transition: .3s;
  -webkit-filter: drop-shadow(0 0 4px rgba(0,0,0,.4));
  filter: drop-shadow(0 0 4px rgba(0,0,0,.4));
}
.btn_more span{
  display:inline-block;
  text-align:center;
  padding: 0 35px;
  background-image: url(../images/bg_icon_yajirushi01.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.btn_more_ichiran{
  display:inline-block;
  text-align:center;
  background: #DEDEDE;
  transition: .3s;
  color: #222222;
  border-radius: 5px;
  font-size: 85%;
  margin: 0 0 0 auto;
}
.btn_more_ichiran:hover,
.btn_more_ichiran:focus{
  background-color: #ffffff;
  transition: .3s;
  -webkit-filter: drop-shadow(0 0 4px rgba(0,0,0,.4));
  filter: drop-shadow(0 0 4px rgba(0,0,0,.4));
}
.btn_more_ichiran span{
  display:inline-block;
  text-align:center;
  padding: 5px 25px 5px 5px;
  background-image: url(../images/bg_icon_yajirushi02.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.btn_more_ichiran span img{
  display:block;
}
.c-button{
  border:none;
  display:inline-block;
  min-width:10em;
  padding:5px 0;
  text-align:center;
  cursor:pointer;
  border-radius:3px;
}
.c-button-inquiry{
  min-width:14em;
  padding:5px 0;
  text-align:center;
  cursor:pointer;
  border-radius:5px;
  font-size: 90%;
  transition: .3s;
}
.c-button-inquiry:hover,
.c-button-inquiry:focus{
  background-color: #ffffff;
  transition: .3s;
  -webkit-filter: drop-shadow(0 0 4px rgba(0,0,0,.4));
  filter: drop-shadow(0 0 4px rgba(0,0,0,.4));
}
.c-button span{ padding:0 25px}

.btn{
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
	text-decoration: none;
	background-color:#f0f0f0;
  border-radius: 100px;
  border: 1px solid #dedede;
}
.btn:after{
	bottom: 0;
	content: "";
	height: 10px;
	margin: auto;
	position: absolute;
	right: 15px;
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
	width: 10px;
	border-right: 2px solid #151515;
	border-top: 2px solid #151515;
}
.btn a{
  display: block;
	padding: 10px 30px 10px 20px;
}


/* ----------------------
link 
--------------------- */

.btn_link{
  color: #FFFFFF;
  background: #037491 url(../images/link_arrow_blue.png) no-repeat right center;
  /*
  padding-right: 25px;
  */
}
.icon_link{
  background-image: url(../images/icon_footer_link.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 5px 20px 5px 5px;
}

/* ----------------------
hrBox 
--------------------- */

.hrBox { background: none repeat scroll 0 0 #000001; clear: both; height: 0;}
.hrBox hr.clear {
    border: 0 solid #FFFFFE;
    color: #FFFFFE;
    display: none;
    height: 0;
    line-height: 0.1em;
    margin: 0;
    padding: 0;
}
.clear{ clear: both;}

.container{ width:100%; background-color:#DDD;}

/* ------------------------------------------
banner
----------------------------------------- */

#banner-area{
  padding: 10px;
  margin-bottom:22px;
}
  #banner-area{
    display:block;
  }
.list_banner_area01{
  margin:0 0 10px;
  padding: 0;
}
.list_banner_area01 p{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 0 12px;
  border: 1px solid #DDDDDD;
}
.list_banner_area01 a{
  display: block;
  margin-left: -13px;
  padding: 60px 0 0 0;
  background: url(../images/bg_banner_area01.png) bottom right repeat-x;
}
.list_banner_area01 a img{
  display: block;
}
#list_banner_area01_01 p{
  background-image: url(../images/bg_banner01_01.jpg);
}
#list_banner_area01_02 p{
  background-image: url(../images/bg_banner01_02.jpg);
}
.list_banner_area02{
  margin:0 0 10px 0;
  padding: 0;
}
.list_banner_area02 p{
  border: 2px solid #4C6279;
  background-position: center right;
  background-repeat: no-repeat;
  background-size:contain;
  padding: 0;
}
.list_banner_area02 a{
  display: block;
}
.list_banner_area01 a img{
  display: block;
}
#list_banner_area02_01 p{
  background-image: url(../images/bg_banner02_01.jpg);
}
#list_banner_area02_02 p{
  background-image: url(../images/bg_banner02_02.jpg);
}
#list_banner_area02_03 p{
  background-image: url(../images/bg_banner02_03.jpg);
}
  .list_banner_area01{
    width: 50%;
    float: left;
  }
  .list_banner_area01 p{
    margin: 0 5px 0 12px;
  }
  .list_banner_area02{
    width: 50%;
    float: left;
  }
  .list_banner_area02 p{
    margin: 0 5px;
  }

/* ------------------------------------------
common parts
----------------------------------------- */

.clear{ clear:both;}
.disp_blk{ display: block;}
.clearfix:after{
  content: "";
  display: block;
  clear: both;
}
.outerbox_btn_link01{
  text-align: center;
}
.btn_link01{
  background-image: url(../images/icon_link_mid.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 8px 17px 12px;
  display: inline-block;
  margin: 0 auto;
  min-width: 130px;
  text-align: center;
}
.btn_link02{
  background-image: url(../images/icon_link_short.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 3px 40px 3px 0;
  display: inline-block;
}

/* ----------------------
news list 
--------------------- */
.update-date{ display: block;}
.c-link{ display: block;}

  .update-date{ display: inline-block; margin-right: 2em;}
  .c-link{ display: inline-block;}

/* ----------------------
text-size 
--------------------- */

.txt_larger{ font-size: larger;}
.txt_135{ font-size: 135%;}

/* ----------------------
text-align 
--------------------- */

.txt_r{ text-align:right;}
.txt_c{ text-align:center;}
.txt_l{ text-align:left;}

/* ----------------------
blk-align 
--------------------- */

.blk_r{ margin: 0 0 0 auto}
.blk_c{ margin: 0 auto;}
.blk_l{ margin: 0 auto 0 0}

/* ----------------------
form 
--------------------- */
.text_w_1em{ width:1em;}
.text_w_2em{ width:2em;}
.text_w_3em{ width:3em;}
.text_w_4em{ width:4em;}
.text_w_5em{ width:5em;}
.text_w_6em{ width:6em;}
.text_w_7em{ width:7em;}
.text_w_8em{ width:8em;}
.text_w_9em{ width:9em;}
.text_w_10em{ width:10em;}
.text_w_11em{ width:11em;}
.text_w_12em{ width:12em;}
.text_w_13em{ width:13em;}
.text_w_14em{ width:14em;}
.text_w_15em{ width:15em;}
.text_w_16em{ width:16em;}
.text_w_17em{ width:17em;}
.text_w_18em{ width:18em;}
.text_w_19em{ width:19em;}
.text_w_20em{ width:20em;}

.text_s_s{ line-height:0.85; font-size:85%;}
.text_s_l{ line-height:1.5; font-size:150%;}


/* ------------------------------------------
slides, thumbnails
----------------------------------------- */

/* ----------------------
zoom 
--------------------- */

@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}
.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.img_zoom_slide {
  -webkit-animation: zoomUp 12s ease-in-out 0s infinite alternate;
  animation: zoomUp 12s ease-in-out 0s infinite alternate;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.img_zoom_slide30 {
  -webkit-animation: zoomUp 30s ease-in-out 0s infinite alternate;
  animation: zoomUp 30s ease-in-out 0s infinite alternate;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* ----------------------
mouse over action 
--------------------- */

.box_img_hover {
  display: inline-block;
  overflow: hidden;
}
.img_hover,
.img_zoom {
  display: block;
  transition: .45s ease;
}
.img_hover:hover {
  -webkit-filter: drop-shadow(0px 7px 7px rgba(0,0,0,.7));
  filter: drop-shadow(0px 7px 7px rgba(0,0,0,.7));
}
.img_zoom:hover {
  transform: scale(1.1);
}
.img_opacity {
  display: block;
  transition: .45s ease;
  opacity: 1;
}
.img_opacity:hover,
.img_opacity:focus{
  opacity: 0.8;
}
.link_img_zoom{
  display: block;
}
.link_img_zoom:hover .img_zoom {
  transform: scale(1.1);
}
.hover_link_dshadow{
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: .3s;
}
.hover_link_dshadow:hover,
.hover_link_dshadow:focus{
  -webkit-filter: drop-shadow(0 0 4px rgba(0,0,0,.4));
  filter: drop-shadow(0 0 4px rgba(0,0,0,.4));
  transition: .3s;
}

/* ----------------------
underline 
--------------------- */

.line {
  padding-bottom: 5px;
  position: relative;
  display: block;
}
.line::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 2px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .35s;
}
.line:hover::before,
.line:focus::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.line_color01::before { background: #666666;}
.line_color02::before { background: #ffffff;}
.line_color03::before { background: #000000;}
.line_color04::before { background: #666666;}

/* ----------------------
marker 
--------------------- */

.marker {
  position: relative;
  z-index: 1;
}
.marker::before {
  background: #666666;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .35s;
  z-index: -1;
}
.marker:hover {
  color: #fff;
}
.marker:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* ------------------------------------------
button_logout
----------------------------------------- */

#button_logout{
  position: fixed;
  top: 60px;
  right: 10px;
  z-index: 999998;
}
.wrapper_index #button_logout{
  z-index: 999998;
}
.wrapper_second #button_logout{
  z-index: 11;
}
#button_logout a{
  display: block;
  font-size: 75%;
  padding: 7px 5px 2px;
  background-color: rgba( 255, 255, 255, .9 );
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #000000;
}
  #button_logout{
    top: 80px;
    transition: .3s;
  }
  #button_logout.is-fixed{
    top: 60px;
    transition: .3s;
  }

#tsutaeru-info{
  position: relative !important;
  z-index: 999999999 !important;
  padding:0 !important;
  display: inline-block !important;
  position: absolute !important;
  top: 60px !important;
  left: 0 !important;
}


/* cancel fixed menu */
#top-header_logo{
  position: absolute;
}
#section_emergency{
  position: absolute;
}
#top_fixed_address{
  position: relative;
}
.btn_gnav{
  display: unset;
  position: unset;
  z-index: -99999;
  background-color: transparent;
}
.btn_gnav_line{
  display: none;
}
.inner_second-article{
  margin-top: 0 !important;
}
