@charset "UTF-8";
/*
 * style_sp.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

.pc{display: none!important;}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
	min-width: 320px;
	position: relative;
	overflow: hidden;
	padding-top: 68px;
	background: url(../img/common/bg_wrapper_sp.jpg)no-repeat top center;
	background-size: 100% auto;
}
.home #wrapper{
	background:none;
    padding-top: 0;
}

.homeBgImg01,
.homeBgImg01_01,
.homeBgImg02,
.homeBgImg03,
.homeBgImg04,
.homeBgImg05{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background:  #77552a url(../img/common/bg_home.jpg) repeat-x center center;
    background-size: auto 1024px;
    width: 100%;
    height: 100%;
    -webkit-animation: slide 45s linear infinite;
    animation: slide 45s linear infinite;
    -moz-animation: slide 45s linear infinite;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    will-change: background-position;
}
.homeBgImg01_01{
	background: #77552a url(../img/common/bg_home_sp.png) repeat-x center center;
	background-size: 100% 1480px;
    display: none;
}
.homeBgImg02{
    background: transparent url(../img/common/bg_home02.png) repeat-x center center;
    background-size: auto 1024px;
    -webkit-animation: slide 60s linear infinite;
    animation: slide 60s linear infinite;
    -moz-animation: slide 60s linear infinite;
}
.homeBgImg03{
    background: transparent url(../img/common/bg_home03.png) repeat-x center center;
    background-size: auto 1024px;
}
.homeBgImg04{
    background: transparent url(../img/common/bg_home04_01.png) repeat-x center center;
    background-size: auto 1024px;
    -webkit-animation: slide 15s linear infinite;
    animation: slide 15s linear infinite;
    -moz-animation: slide 15s linear infinite;
}
.homeBgImg05{
    background: transparent url(../img/common/bg_home05.png) repeat-x center center;
    background-size: auto 1024px;
    -webkit-animation: slide 30s linear infinite;
    animation: slide 30s linear infinite;
    -moz-animation: slide 30s linear infinite;
}
@keyframes slide {
	from { background-position: 0 0; }
	to { background-position: -1384px 0; }
}
@-moz-keyframes slide {
	from { background-position: 0 0; }
	to { background-position: -1384px 0; }
}
@-webkit-keyframes slide {
	from { background-position: 0 0; }
	to { background-position: -1384px 0; }
}
.inner{
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
}

/* !header
---------------------------------------------------------- */
#header {
	/*background: #fff;*/
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 998;
	height: 68px;
}


#headerIn {
	padding: 0 15px
}
.home #headerLogo {
    display: none;
}
#headerLogo img{
	width: 63px;
	margin-top: 10px
}


#headerLinks {
	
}


.btnMenu {
	position: fixed;
	right: 25px;
	top: 18px;
	z-index: 999;
}
.home .btnMenu {
    display: none;
}
.btnMenu a {
  display: block;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  position: relative;
}

.btnMenu a span {
  display: block;
  background: #95847a;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 5px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.btnMenu a span:first-child {
	top: 7px;
}

.btnMenu a span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}

.btnMenu a span:last-child {
  bottom: 7px;
}

	
.btnMenu.active a span:first-child {
  -webkit-transform: translateY(10px) rotate(45deg);
  -moz-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.btnMenu.active a span:nth-child(2) {
  opacity: 0;
}

.btnMenu.active a span:last-child {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -moz-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
	
}
/* !Search
---------------------------------------------------------- */
.btnSearch {
	position: fixed;
	right: 66px;
	top: 18px;
	z-index: 999;
    width: 36px;
    height: 36px;
    background: url("../img/common/icon_search.png") center center no-repeat;
    background-size: 20px auto;
    text-indent: -9999px;
    border-radius: 4px;
}
.home .btnSearch {
    display: none;
}
.toggleSearch {
    overflow: auto;
	position: fixed;
    z-index: 998;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
	background: rgba(255,255,255,.9);
    box-sizing: border-box;
    color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s !important;
}
.toggleSearch.active{
	opacity: 1;
	pointer-events: auto;
}

.toggleSearch .searchClose {
  display: block;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  position: fixed;
	right: 25px;
	top: 18px;
	z-index: 999;
}
.toggleSearch .searchClose span {
  display: block;
  background: #95847a;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 5px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.toggleSearch .searchClose span:first-child {
	top: 7px;
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

.toggleSearch .searchClose span:last-child {
    bottom: 7px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}


#tmp_search{
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	vertical-align: middle;
	letter-spacing: normal;
    padding: 68px 30px 80px;
    width: 100%;
    height: 100vh;
}
#tmp_search #tmp_query{
	width: 220px;
	height: 32px;
	border: 2px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 12px 0 32px;
	font-size: 85.7%;
}
#tmp_search .lbl_search {
    position: relative;
}
#tmp_search label{ 
	position: absolute;
	width: 25px;
	height: 25px;
	left: 9px;
	top: 4px;
	background: transparent url("../img/common/icon_search.png") no-repeat center center;
	text-indent: -999999px;
	cursor: pointer;
}
#tmp_search .query_submit,
#tmp_search #tmp_wrap_query{
	display: inline-block;
	vertical-align: middle;
}
#tmp_search #tmp_func_sch_btn{
width: 70px;
    min-height: 30px;
    color: #FFFFFF;
    background: #024D7D;
    border: none;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#tmp_search #tmp_func_sch_btn:focus,
#tmp_search #tmp_func_sch_btn:hover{
	text-decoration: underline;
}
/* !gNavi
---------------------------------------------------------- */
		
#gNavi {
	overflow: auto;
	position: fixed;
    z-index: 998;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
	background: rgba(255,255,255,.9);
    box-sizing: border-box;
    padding: 68px 30px 80px;
    color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s !important;
}
#gNavi.active{
	opacity: 1;
	pointer-events: auto;
}
#gNavi li {
	padding: 12px 0;
}
#gNavi li a {
	line-height: 1.4;
	font-weight: bold;
	display: block;
	text-align: center;
	color: #00a85a;
}
#gNavi li:nth-of-type(2) a {color: #a9cd36}
#gNavi li:nth-of-type(3) a {color: #f5ab0a}
#gNavi li:nth-of-type(4) a {color: #0063b1}
#gNavi li:nth-of-type(5) a {color: #f09dc1}
#gNavi li:nth-of-type(6) a {color: #e5b378}
#gNavi li:nth-of-type(7) a {color: #a087bd}
#gNavi li:nth-of-type(8) a {color: #6fb5e4}
#gNavi li:nth-of-type(9) a {color: #e74053}
#gNavi li:nth-of-type(10) a {color: #ed7950}

	
/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
	
}


/* !teaser
---------------------------------------------------------- */
#teaser {
	
}
#teaser .inner{display: flex;align-items: flex-start;z-index: 99}
.teaserHd{
	background: url(../img/city/hd_teaser_sp.png)no-repeat bottom center;
	background-size: 100% auto;
	width: 315px;
	height: 120px;
	text-align: center;
	font-size: 3.2rem;
	line-height: 1.25;
	color: #00a85a;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 41px;
	margin: 0 auto
}
.teaserNav{
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}
.teaserNav li{
	width: calc(50% - 20px);
	margin: 0 10px 20px;
}
.teaserNav li a{
	border: 4px solid currentcolor;
	color: #00a85a;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: 500;
	border-radius: 7px 7px 0 0;
	position: relative;
}
.teaserNav li a span{border-bottom: 1px solid currentcolor}
.teaserNav li:nth-of-type(2) a {color: #a9cd36}
.teaserNav li:nth-of-type(3) a {color: #f5ab0a}
.teaserNav li:nth-of-type(4) a {color: #0063b1}
.teaserNav li:nth-of-type(5) a {color: #f09dc1}
.teaserNav li:nth-of-type(6) a {color: #e5b378}
.teaserNav li:nth-of-type(7) a {color: #a087bd}
.teaserNav li:nth-of-type(8) a {color: #6fb5e4}
.teaserNav li:nth-of-type(9) a {color: #e74053}
.teaserNav li:nth-of-type(10) a {color: #ed7950}

.teaserNav li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: currentColor;
	opacity: 0
}
#city .teaserNav li:nth-of-type(1) a:before{opacity: .5}
#population .teaserNav li:nth-of-type(2) a:before{opacity: .5}
#industry .teaserNav li:nth-of-type(3) a:before{opacity: .5}
#work .teaserNav li:nth-of-type(4) a:before{opacity: .5}
#education .teaserNav li:nth-of-type(5) a:before{opacity: .5}
#kenko .teaserNav li:nth-of-type(6) a:before{opacity: .5}
#house .teaserNav li:nth-of-type(7) a:before{opacity: .5}
#traffic .teaserNav li:nth-of-type(8) a:before{opacity: .5}
#safety .teaserNav li:nth-of-type(9) a:before{opacity: .5}
#living .teaserNav li:nth-of-type(10) a:before{opacity: .5}

/* !contents
---------------------------------------------------------- */
#contents {
	
}

#main {
	
}

#side {
	
}

.inner {
	
}

/* !pageTop
---------------------------------------------------------- */
.pageTop {
	position: absolute;
	right: 15px;
	bottom: calc(100% + 9px);
	z-index: 996;
	width: 45px;
}
.home .pageTop{bottom:calc(100% + 10px); }

/* !footer
---------------------------------------------------------- */
#footer {
	background:#8cbe32 ;
	padding: 10px 0 25px;
	color: #fff;
	position: relative;
	font-size: 1rem;
	letter-spacing: 0.1em;
}
.footerIn{padding: 0 15px;}
.home #footer{
	background: none;
}
#footer a{color: #fff;}

.ftBox01{
	padding: 0 0 12px;
	display: block;
}
.ftBox01 dt{
	width: 100%;
    margin-bottom: 10px;
    
}
.ftP01{
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.ftP01 a,
.ftUl01 li a{border-bottom: 1px solid #fff;text-decoration: none;}
.ftP02{
	font-size: 1.1rem;
	font-weight: bold;
    word-break: break-all;
}
.ftBox02{
	padding-bottom: 24px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
.ftBox02 h2{
	text-align: center;
	overflow: hidden;
	margin-bottom: 16px;
}
.ftBox02 h2 span{
	display: inline-block;
	position: relative;
	font-weight: bold;
	font-size: 1.6rem;
	padding: 0 30px;
}
.ftBox02 h2 span:before,
.ftBox02 h2 span:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	z-index: 1;
	height: 1px;
	width: 10000px;
	background: #fff;
}
.ftBox02 h2 span:after{
	left: auto;
	right: 100%;
}
.ftUl01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.ftUl01 li{
    margin-bottom: 5px;
}
.ftUl01.tc{
	text-align: center;
}
.ftUl01.tc li{margin: 0 12px;}
.ftUl01 li{
	display: inline-block;
	margin-right: 20px;
	font-size: 1.2rem;
}
.ftUl02{
	padding: 0 7px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.ftUl02 li{
	margin: 0 7px 14px;
	width: calc(33.33% - 14px);
	font-size: 1.2rem;
	font-weight: bold;
}
.ftBox03{
	padding: 0;
}
.ftBox03 .txt{
	margin-top: 12px;
	font-size: 1rem;
	line-height: 1.8;
}
	
#copyright {
	font-size: 1rem;
	text-align: center;
}

/* !h(n)eading
---------------------------------------------------------- */
.hdL {
	
}

.hdM {
	
}

.hdS {
	
}

.hd01 {
	
}



/* !list
---------------------------------------------------------- */
.list01 {
	
}

/* !table
---------------------------------------------------------- */
.table01 {
	
}

/*index*/
.indexWrap{
	min-height: 700px;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
    padding-top: 50px;
}
.slideUp .indexWrap{
}

.indexWrap .p01{
	padding-right: 20px;
}
.indexWrap .p01 img{width: 250px}
.indexWrap .p02,
.indexWrap .p04{
	text-align: left;
	font-size: 1.2rem;
	line-height: 22px;
	letter-spacing: 0.1em;
	margin: 25px 25px;
}
.indexWrap .p04{margin-top: 10px}
.indexWrap .p03{
	font-size: 1.8rem;
	color: #00968a;
	font-weight: 500;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.clickBtn a{display: inline-block;}
/*.clickBtn img{width: 342px;}*/
.clickBtn .on,
.slideUp .clickBtn .no{display: none;}
.slideUp .clickBtn .on{display: block;}
.indexLogo{
	display: none;
}
.topNav{display: none;}
.indexNav ul{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin: 85px 0px;
}
.indexNav li{
	padding: 0 7px 20px;
	width: 50%;
}
.indexNav a{
	display: block;
	text-align: center;
}
.indexNav a img{
	transition: transform 0.5s !important;
	transform: scale(0.92);
	transform: scale(1);
}
.indexNav a:hover img{
	transform: scale(1);
}
.indexNav a .txt{
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: bold;
	color: #00a85a;
	border-bottom: 1px solid currentcolor;
	display: inline-block;
}
.indexNav li:nth-of-type(2) a .txt{color: #a9cd36}
.indexNav li:nth-of-type(3) a .txt{color: #f5ab0a}
.indexNav li:nth-of-type(4) a .txt{color: #0063b1}
.indexNav li:nth-of-type(5) a .txt{color: #f09dc1}
.indexNav li:nth-of-type(6) a .txt{color: #e5b378}
.indexNav li:nth-of-type(7) a .txt{color: #a087bd}
.indexNav li:nth-of-type(8) a .txt{color: #6fb5e4}
.indexNav li:nth-of-type(9) a .txt{color: #e74053}
.indexNav li:nth-of-type(10) a .txt{color: #ed7950}


/*city*/
.commonCont{
	display: none;
}
.commonMore{
	width: 61px;
	margin: 20px auto 0;
}
.commonMore .on{display: none;}
.commonMore.active .no{display: none;}
.commonMore.active .on{display: block;}
.commonNav{padding-bottom: 25px;}

.commonWrap{
	padding-bottom: 30px;
}
.commonItem{
	padding: 30px 0 30px;
}
.commonItem:not(:first-of-type){
	background: #000;
	margin: 0 -30px;
	padding: 30px 28px;
	background: url(../img/city/bg_item_sp.jpg)no-repeat top center;
	background-size: 100% auto;
}
.commonTop{
}
.commonSub .img{text-align: center;}
.commonTopHd{
	margin-top: 10px;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #000;
	line-height: 34px;
}
.commonTopHd span{
	letter-spacing: 0;
	position: relative;
	display: inline-block;
	z-index: 2;
}
.commonTopHd span:before{
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 100%;
	height: 1.1em;
	background: #ffff40;
	z-index: -1;
}
.commonCont{
	padding: 25px 0 0
}
.commonList + .commonList{margin-top: 20px}
.commonListHd{
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px
}
.commonListHd span{
	background: #ffff40;
}
.commonListText{
	font-size: 1.2rem;
	line-height: 22px;
	letter-spacing: 0.05em;
	position: relative;
}
.commonListText li{
}
.commonListText li + li{}
.commonListHd02{
	margin: 20px 0 15px;
}
.commonListHd02 span{
	display: inline-block;
	padding: 0 20px 0 10px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #fff;
	background: url(../img/city/bg_text.jpg)no-repeat right center;
	background-size: auto 100%;
    word-break: keep-all;
}

.cityImg{text-align: center;}
.cityImg + .cityImg{margin-top: 15px}
.width650{
	max-width: 650px;
	margin:  0 auto;
}
.cityP01{
	margin: 20px 0 16px;
}
.cityP03{
	margin-top: 8px;
	font-size: 0.8rem;
	text-align: right;
}
.cityP04,
.cityP08{
	margin-top: 8px;
	font-size: 0.8rem;
}
.cityP04 + .cityP03,
.cityP08 + .cityP03{margin-top: 0}
.workP01{font-size: 0.8rem;padding:0 0 8px}


/*population*/
#population .teaserHd{
	background: url(../img/population/hd_teaser_sp.png)no-repeat bottom center;
	background-size: 100% auto;
	color: #a9cd36
}
#population .commonListHd02 span{
	background: url(../img/population/bg_text.jpg)no-repeat right center;
	background-size: auto 100%;
}
/*industry*/
#industry .teaserHd{
	background: url(../img/industry/hd_teaser_sp.png)no-repeat bottom center;
	background-size: 100% auto;
	color: #f5ab0a
}
#industry .commonListHd02 span{
	background: url(../img/industry/bg_text.jpg)no-repeat right center;
	background-size: auto 100%;
}
.industryWrap .commonTopHd{text-align: center;}


/*work*/
#work .teaserHd{
	background: url(../img/work/hd_teaser_sp.png)no-repeat bottom center;
	background-size: 100% auto;
	color: #0063b1
}
#work .commonListHd02 span{
	background: url(../img/work/bg_text.jpg)no-repeat right center;
	background-size: auto 100%;
}
.commonListHd02 span font{
	font-size: 0.8rem;
	position: relative;
	top: -3px;
}
.commonTopHd.tc{text-align: center;}

/*education*/
#education .teaserHd{
	background: url(../img/education/hd_teaser_sp.png)no-repeat bottom center;
	background-size: 100% auto;
	color: #f09dc1
}
#education .commonListHd02 span{
	background: url(../img/education/bg_text.jpg)no-repeat right center;
	background-size: auto 100%;
}

/*kenko*/
#kenko .teaserHd{
	background: url(../img/kenko/hd_teaser_sp.png)no-repeat bottom center;
	background-size: 100% auto;
	color: #e5b378
}
#kenko .commonListHd02 span{
	background: url(../img/kenko/bg_text.jpg)no-repeat right center;
	background-size: auto 100%;
}

/*house*/
#house .teaserHd{
	background: url(../img/house/hd_teaser_sp.png)no-repeat bottom center;
	background-size: 100% auto;
	color: #a087bd
}
#house .commonListHd02 span{
	background: url(../img/house/bg_text.jpg)no-repeat right center;
	background-size: auto 100%;
}

/*traffic*/
#traffic .teaserHd{
	background: url(../img/traffic/hd_teaser_sp.png)no-repeat bottom center;
	background-size: 100% auto;
	color: #6fb5e4
}
#traffic .commonListHd02 span{
	background: url(../img/traffic/bg_text.jpg)no-repeat right center;
	background-size: auto 100%;
}

/*traffic*/
#safety .teaserHd{
	background: url(../img/safety/hd_teaser_sp.png)no-repeat bottom center;
	background-size: 100% auto;
	color: #e74053
}
#safety .commonListHd02 span{
	background: url(../img/safety/bg_text.jpg)no-repeat right center;
	background-size: auto 100%;
}

/*living*/
#living .teaserHd{
	background: url(../img/living/hd_teaser_sp.png)no-repeat bottom center;
	background-size: 100% auto;
	color: #ed7950
}
#living .commonListHd02 span{
	background: url(../img/living/bg_text.jpg)no-repeat right center;
	background-size: auto 100%;
}
.spLeft {
    text-align: left !important;
}