body {
	font-family: "Lucida Sans", arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	line-height: 1.8em;
	font-size: 15px;
	color: #111;
	background-color: #fff;
	overflow: inherit !important;
}

p {
	color: #666;
	line-height: 1.8em;
}

.lead {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.8em;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

/** {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}*/

#wrapper {
	position: relative;
}

h1 {
	margin: 0;
}

#wrapper {
	min-width: 1280px;
}

.container-fluid {
	max-width: 1280px;
	min-width: 754px;
	padding-right: 48px;
	padding-left: 48px;
}

.site-description .star {
	display: inline-block;
	width: 1.6em;
	height: auto;
	margin: 0 0.3em 0 0;
}

.catch {
	font-size: 24px;
}

/* ==============================

header

============================== */
#header {
	height: 50px;
}

#header .logo-1 img {
	width: 100px;
	height: auto;
}

#header-fix {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 10;
	opacity: 0;
	transition: all 500ms 0s ease;
}

#header-fix.anim {
	opacity: 1;
}

#header-fix > .inner {
	height: 50px;
	padding: 9px 0 0 0;
}

#header-fix .logo {
	height: 32px;
}

/* ==============================

side-bar

============================== */
#side-bar {
	position: absolute;
	width: 240px;
	background-color: #FFE65D;
	background-color: #404040;
	background-color: #222;
	color: #D0D0D0;
}

#side-bar .home-nav {
	height: 50px;
	padding: 8px 20px;
	background-color: #F5DB4D;
	background-color: #404040;
	background-color: #000;
}

#side-bar .local-nav .list {
	margin: 0;
	padding: 8px 20px;
	/*border-bottom: 1px solid rgba(255, 255, 255, .1);*/
	list-style: none
}

#side-bar .local-nav .list .item {
	margin: 4px 0;
	/*padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);*/
}

#side-bar .txt-link {
	display: block;
	color: #D0D0D0;
	font-family: 'Paytone One';
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
}

#side-bar .txt-link .arrow-1 {
	display: inline-block;
	width: 20px;
	margin: 0 8px 0 0px;
	overflow: hidden;
	-webkit-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

#side-bar .txt-link:hover {
	text-decoration: none;
}

#side-bar .txt-link:hover .arrow-1 {
	width: 40px;
}

#side-bar .txt-link .arrow-1 img {
	float: right;
}

/* article */
#side-bar .local-nav .article-list {
	margin: 0;
	padding: 8px 20px;
	/*border-bottom: 1px solid rgba(255, 255, 255, .1);*/
	list-style: none
}

#side-bar .local-nav .article-list .item {
	margin: 8px 0;
	/*padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);*/
}


#side-bar .article-link {
	display: flex;
	/*margin: 4px 0 0 12px;*/
	margin: 4px 0 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}

#side-bar .article-link {
	height: 50px;
	background-color: #F3F3F2;
}

#side-bar .article-list .article-link:hover .img-wrap {
	opacity: 1;
}

#side-bar .local-nav .article-link .img-wrap {
	position: relative;
	width: 70px;
	height: 50px;
	overflow: hidden;
	background-color: #fff;
	background-image: url(../img/demo/stock-2.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: .9;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

#side-bar .local-nav .article-link .img-wrap .label-1 {
	position: absolute;
	top: 2px;
	left: 2px;
	padding: 0.15em 0.3em;
	background-color: #35bab1;
	color: #fff;
	font-size: 9px;
	line-height: 1em;
}

#side-bar .local-nav .article-link .txt-wrap {
	display: flex;
	align-items: center;
	-webkit-flex: 1;
	flex: 1;
	padding: 6px 12px;
	/*background-color: #fff;*/
}

#side-bar .local-nav .article-link .txt-wrap .ttl,
#side-bar .local-nav .article-link .txt-wrap .txt {
	color: #111;
	font-size: 13px;
}

#side-bar .local-nav .article-link .txt-wrap .txt {
	margin: 0;
	line-height: 1.1em;
}

#side-bar .contact-nav {
	position: relative;
	z-index: 1;
	height: 100px;
	padding: 20px 20px 0 20px;
	background-color: #121212;
	background-color: #000;
	color: #D0D0D0;
}

#side-bar .contact-nav .tel-wrap {
}

/*#side-bar .contact-nav .tel-wrap .tel {
	font-family:'Paytone One';
	font-size: 18px;
}

#side-bar .contact-nav .tel-wrap .open {
	font-size: 13px;
	line-height: 1.4em;
}*/

#side-bar .contact-nav .tel-wrap {
	display: flex;
}

#side-bar .contact-nav .tel-wrap .tel {
	width: 130px;
	font-family: 'Paytone One';
	font-size: 18px;
}

#side-bar .contact-nav .tel-wrap .open {
	flex: 1;
	text-align: right;
	font-size: 12px;
	line-height: 1.4em;
}

#side-bar .article-list.fadeIn {
	animation: fadeIn .5s ease forwards;
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

#side-bar .article-list.fadeOut {
	animation: fadeOut .5s ease forwards;
}

@keyframes fadeOut {
	0% {opacity: 100;}
	100% {opacity: 0;}
}



/* ==============================

footer

============================== */
#footer {
}

/*
#footer .content {
	text-align: center;
	color: #fff;
}

#footer .logo {
	margin: 0 0 16px 0;
	text-align: center;
}

#footer .logo .txt {
	margin: 8px 0 0 0;
}

#footer .logo img {
	width: 160px;
	height: auto;
}

#footer address {
	margin: 0;
}

#footer .info a {
	color: #fff;
}

#footer .copyright {
	margin: 16px 0 32px 0;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

#map {
	height: 500px;
	margin: 0 32px 64px 32px;
}
*/

#page-footer {
	display: flex;
	align-items: center;
	height: 100px;
	text-align: center;
	font-size: 12px;
	color: #aaa;
}

/* ==============================

全共通

============================== */
.sec-1 {
	margin: 48px 0;
}

.box-1 {
	margin: 0 0 16px 0;
}

.common-ttl-1 {
	margin: 0;
	font-size: 72px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	line-height: 1.2em;
}

.common-ttl-2 {
	margin:0 0 0.5em 0;
	font-size: 24px;
	line-height: 1.4em;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
}

.common-ttl-3 {
	display: inline-block;
	margin: 0 0 1em;
	padding: 0 0 .5em 0;
	border-bottom: 1px solid #666;
	font-size: 17px;
	font-weight: bold;
}

.common-ttl-4 {
	width: 100%;
	display: inline-block;
	font-size: 24px;
	line-height: 1.4em;
	text-align: center;
	font-family: 'Paytone One';
	font-weight: bold;
}

.common-ttl-4:after {
	content: '';
	display: block;
	max-width: 240px;
	margin: 1em auto 0 auto;
	background-color: #111;
	border-bottom: 2px solid #111;
	text-align: center;
}

.common-ttl-5 {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
}

.common-ttl-5:after {
	content:"";
	display: block;
	height: 4px;
	width: 2.5em;
	margin: .8em auto 0 auto;
	background-color: #000;
}

.common-txt-1 {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.common-txt-2 {
}

.common-txt-3 {
}

.common-btn-1 {
	text-align: center;
}

.common-btn-1 a {
	display: inline-block;
	padding: 0.2em 1.2em;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.2em;
}

.common-btn-2 {
}

.common-btn-2 .btn-1 {
	display: inline-block;
	padding: 1em 6em;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.2em;
}

.common-box-1 {
	padding: 32px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #eee;
}

.c-container-1 {
	margin-left: 20px;
	margin-right: 20px;
}

.c-container-2 {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.c-container-3 {
	width: 85%;
	margin: 0 auto;
}

.font-1 {
	font-family: 'Josefin Sans', sans-serif;
}

/*記事デザイン*/
.c-article-wrap-1 {
	padding: 28px;
	background-color: #F7F6F2;
}

.c-article-wrap-1 {
	padding: 28px;
	background-color: #F7F6F2;
}

.c-article-wrap-1 .img-wrap {
	float: left;
	width: 50%;
	height: 540px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-position: center;
}

.c-article-wrap-1 .txt-wrap {
	float: left;
	width: 50%;
	padding: 64px 0;
}

.c-article-wrap-1 .txt-wrap .inner {
	width: 95%;
	height: 412px;
	margin: 0 0 0 -5%;
/*	padding: 64px;
*/	padding: 34px;

	background-color: #fff;
}

.c-article-wrap-1 .box {
    float: left;
    width: auto;
}

.c-article-wrap-1 .box .inner {
    background-color: #fff;
    padding: 20px;
}

.c-article-wrap-1 .box td,.c-article-wrap-1 .box th {
    padding: 6px;
}

.c-ttl-wrap {
	display: flex;
	align-items: flex-end;
}

.c-ttl-wrap *:first-child {
	margin-right: 0.2em;
}



/* ==============================

下層共通

============================== */
.c-main-img-1 {
	height: 680px;
	padding-top: 200px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.c-main-img-1 .ttl {
	color: #fff;
	font-family: 'Paytone One';
	font-weight: bold;
	font-size: 60px;
	text-align: center;
	text-shadow: 0px 0px 20px #000000;
}

.c-main-img-1 .txt {
	color: #fff;
	font-family: 'Paytone One';
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	text-shadow: 0px 0px 20px #000000;

}



/* ==============================

パンくず

============================== */
.bread-wrap {

	position: relative;
}

.breadcrumb {
	margin-top: 24px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: normal;
	font-family: -webkit-body;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb li a {
	color: #666;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

.breadcrumb li a:after {
	content: ">";
	padding: 0 8px;
	text-decoration: none !important;
	display: inline-block;
}

/* 上に戻るボタン */
.to-top-btn {
	position: fixed;
	right: 0px;
	bottom: 0px;
	background: #333;
	color: #fff;
	padding: 16px;
	text-align: center;
	cursor: pointer;
	line-height: 1.5em;
}

.explanation {
	padding: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FFFD78;
}

.selector {
	display: block !important;
	padding: 4px 0px !important;
	/*-webkit-border-radius: 16px !important;
	-moz-border-radius: 16px !important;
	border-radius: 16px !important;
	background-color: #ccc !important;*/
	/*color: #fff !important;*/
	color: #00CC66;
	text-align: left !important;
	font-weight: bold;
	font-size: 12px !important;
	line-height: 1.2em !important;
	font-weight: normal;
}

/* ==============================

共通

============================== */
.decoration-1 {
	padding-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
}

/*.decoration-1:before {
	content: "";
	display: block;
	width: 40%;
	height: 1px;
	margin-bottom: 48px;
	background-color: #999;
}
.decoration-1:after {
	content: "";
	display: block;
	float: left;
	width: 40%;
	height: 1px;
	margin-top: 32px;
	margin-bottom: 48px;
	background-color: #999;
}*/

.cross {
	position: relative;
	width: 160px;
	height: 160px;
}

.cross:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 160px;
	border-top: 1px solid #ccc;
}

.cross:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	height: 160px;
	border-left: 1px solid #ccc;
}

/*部署タイトル*/
.department-ttl-l img {
	width: auto;
	height: 110px;
}

.department-ttl-s img {
	width: auto;
	height: 32px;
	margin-top: 6px;
	margin-left: 28px;
}

/*ページタイトル*/
.page-ttl {
	margin-top: .2em;
	font-size: 80px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
}

/* news */
.news-wrap {
}

.news-wrap .item {
	padding: 0 32px;
	border-right: 1px solid #ccc;
}

.news-wrap .row-f > *:last-child .item {
	border-right: none;
}

.news-wrap .date {
	text-align: center;
	font-size: 13px;
	color: #666;
}

.news-wrap .tag {
	text-align: center;
}

.news-wrap .tag span {
	display: inline-block;
	padding: 0.2em 0.8em;
	/*border: 2px solid #F25A60;*/
	background-color: #F25A60;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #F25A60;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
}

.news-wrap .ttl {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

/*article*/
.article-wrap {
	padding: 56px 0;
	background-color: #F7F6F2;
}

.article-wrap .item {
	display: block;
}

.article-wrap .item.l .txt-wrap {
	position: relative;
	z-index: 1;
	width: 80%;
	margin: -40px auto 0 auto;
	padding: 24px 40px;
	background-color: #fff;
}

.article-wrap .item.s .txt-wrap {
	padding: 24px 20px 24px 20px;
	background-color: #fff;
}

.article-wrap .item.l .img {
	height: 360px;
}

.article-wrap .item.s .img {
	height: 260px;
}

.article-wrap .item .img {
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}

.article-wrap .item .img .tag-1 {
	display: inline-block;
	position: absolute;
	left: 16px;
	top: 24px;
	padding: 0.2em 0.8em;
	background-color: #F25A60;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
}

.article-wrap .item .ttl {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}


/*social*/
.social-wrap .facebook {
	text-align: center;
}
.social-wrap .facebook #pageplugin {
	width: 100%;
}
.social-wrap .facebook .logo>img {
	width: auto;
	height: 48px;
}

.social-wrap .facebook .facebook-wrap {
	width: 100%;
}

.social-wrap .instagram {
	text-align: center;
}
.social-wrap .instagram .logo>img {
	width: auto;
	height: 48px;
}

.social-wrap .instagram .content-wrap {
	height: 480px;
	overflow: scroll;
}

.social-wrap .instagram .content-wrap .img-wrap {
	padding: 4px;
}
.sns-list{
	display: flex;
	align-items: center;
}
.sns-list li{
	margin-right: 10px
}
.sns-list li img{
	display: block;
	width: 100%;
	max-width: 40px;
	transition: all 0.3s ease;
}
.sns-list li img:hover{
	opacity: 0.8;
}

#f-banner{
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 99;
	background: #f7f6f2;
  padding: 10px;
}

.fBanner-list{
	display: flex;
	margin: 0;
}
.fBanner-list li{
	margin-right: 10px
}
.fBanner-list li:last-child{
	margin-right: 0;
}
.fBanner-list li img{
	display: block;
	width: 100%;
	max-width: 40px;
	transition: all 0.3s ease;
}
