@charset "UTF-8";

br{
	display: inline;
}

/*------------------------

支部サイト　タイトル

------------------------*/
.shibu_head_back .wrapper_in{
	background: url(../../img/town.png) no-repeat right bottom;
}
.shibu_head_back .wrapper_in a:hover{
opacity: .6;
}

.shibu-title{
	margin: 20px 0;
}
@media (max-width: 767px) {
.shibu_head_back .wrapper_in{
	background: none;
	text-align: center;
	height: auto;
}
.shibu-title{
	width: 100%;
	max-width: 300px;
	}
}

/*------------------------

支部サイト　ナビ

------------------------*/

.shibu-nav{
	background-color: #f3fbe1;
	padding: 0;
	height: 60px;
}

.shibu-nav .pc-sp-nav li{
	display: block;
	float: left;
	width: 14%;
	position: relative;
}

.shibu-nav .pc-sp-nav li a{
	height: 60px;
	vertical-align: middle;
	line-height: 60px;
}
.shibu-nav .pc-sp-nav li:after{
	content: '';
	position: absolute;
	height: 20px;
	width: 1px;
	top: 20px;
	right: 0;
	background-color: #62b349;
}

.shibu-nav .pc-sp-nav li:first-of-type{
	width: 8%;
}

.shibu-nav .pc-sp-nav li:first-of-type::before{
	content: '';
	position: absolute;
	height: 20px;
	width: 1px;
	top: 20px;
	left: 0;
	background-color: #62b349;
}
.shibu-nav .pc-sp-nav li:first-of-type a{
	font-size: 2rem;
	padding-top: 0;
	padding-bottom: 0;
}

.shibu-nav .pc-sp-nav li:last-of-type{
	width: 22%;
}
.shibu-nav .pc-sp-nav li:last-of-type:hover:after{
	display: none;
}

.shibu-nav .pc-sp-nav li a{
	display: block;
/*	width: 100%;*/
	font-size: 1.6rem;
	color: #62b349;
	text-align: center;
	margin-left: -1px;
  width: calc(100% + 1px);
}

.shibu-nav .pc-sp-nav li a:hover{
	background-color: #62b349;
	color: #f3fbe1;
}

.shibu-nav .pc-sp-nav li:last-of-type a{
	color: #ec6941;
}
.shibu-nav .pc-sp-nav li:last-of-type a:hover{
	color: #fff;
	background-color: #ec6941;
}

	.shibu-nav .pc-sp-nav li:first-of-type span{
		display: none;
	}

.ac-click{
	display: none;
}
.shibu-nav{
	height: auto;
	padding: 0;
}
.pc-sp-nav {
    display: block;
}

@media (max-width: 959px) {
.shibu-nav .pc-sp-nav li{
		font-size: 1.4rem;
	}
}

@media (max-width: 767px) {

.ac-click{
	display: block;
}
	
	.pc-sp-nav{
		display: none;
	}
	.ac-click{
		display: block;
		background-color: #62b349;
		color: #fff;
		text-align: center;
		height: 45px;
		line-height: 45px;
		vertical-align: middle;
		font-size: 1.8rem;
	}
	
	.ac-click:hover{
		cursor: pointer;
	}
	
	.ac-click:before{
	font-family: FontAwesome;
	content: '\f0c9';
	padding-right: 8px;
	color: #fff;
	font-size: 2rem;
	vertical-align: bottom;
}
	
.shibu-nav{
	height: auto;
	padding: 20px 0 20px;
}

	.pc-sp-nav{
	margin-left: 0;
	}
.shibu-nav .pc-sp-nav li{
	display: block;
	width: 48%;
	position: static;
	margin: 18px 4% 0 0;
	background-color: #fff;
	border: #62b349 solid 1px;
}
	
.shibu-nav .pc-sp-nav li a{
	height: 45px;
	line-height: 45px;
	}
	
.shibu-nav .pc-sp-nav li:nth-of-type(2n + 1){
	margin-right: 0;
	}
.shibu-nav .pc-sp-nav li a{
	color: #62b349;
	font-size: 1.6rem;
		display: block;
		}
	
	.shibu-nav .pc-sp-nav li:first-of-type{
	display: block;
	width: 100%;
	position: static;
	margin-right: 0;
	border: 1px solid #ec6941;
	background-color: #fbe9e1;
	height: 40px;
	}
	.shibu-nav .pc-sp-nav li:first-of-type a{
	height: 40px;
	line-height: 40px;
	}
	
	.shibu-nav .pc-sp-nav li:first-of-type a:hover{
	background-color:  #ec6941;
	}
		.shibu-nav .pc-sp-nav li:first-of-type i{
		display: none;
	}
	.shibu-nav .pc-sp-nav li:first-of-type span{
		display: inline;
	color: #ec6941;
		font-size: 1.6rem;
	}
	.shibu-nav .pc-sp-nav li:first-of-type a:hover span{
	color: #fff;
	}
	.shibu-nav .pc-sp-nav li:last-of-type{
	display: block;
	width: 48%;
	position: static;
	margin-right: 0;
	border: #ec6941 solid 1px;
	}
	
.shibu-nav .pc-sp-nav li a:hover{
	background-color: #62b349;
	color: #f3fbe1;

}

.shibu-nav .pc-sp-nav li:last-of-type a{
	color: #ec6941;
}
.shibu-nav .pc-sp-nav li:last-of-type a:hover{
	color: #fff;
	background-color: #ec6941;
}


}

/*------------------------

支部サイト　メインイメージ

------------------------*/

.shibu-main.wrapper{
	margin: 40px auto;
}

.main-text-pc{
/*	float: left;*/
	width: 47%;
	text-align: center;
	padding: 10px;
	padding: 6px 15px 10px;
}
.main-text-pc img {
	width: 80%;
	max-width: 480px;
}
.main-text-sp{
	display: none;
}


.main-img .wrapper_in{
	overflow: hidden;
	display: flex;
	align-items: center;
	background-color: #fff;
}

.main-img-in-pc{
/*	float: right;*/
	width: 53%;
}

.main-img-in-sp{
	display: none;
}

.main-img-in-pc img{
	width: 100%;
}

.main-img{
	background-color: #8ac576;
	padding: 16px 0;
}


@media (max-width: 767px) {
.main-img .wrapper_in{
	display: block;
}

.main-text-pc{
	display: none;
}

.main-text-sp{
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 20px auto 0;
}

.main-img-in-pc{
	display: none;
}

.main-img-in-sp{
	display: block;
	width: 100%;
}

.main-img-in-pc img{
	width: 100%;
}}
/*------------------------

支部サイト　新着

------------------------*/
.green-back{
	background-color: #f3fbe1;
	position: relative;

}
.orange-back{
	background-color: #fbe9e1;
	position: relative;

}

.green-back h2{
	color: #62b349;
	font-size: 2.2rem;
	margin-top: -20px;
}

.green-back h2:after{
content: '';
position: absolute;
top: -5px;
right: 0;
display: inline-block;
width:calc(100% - 100px);
height: 15px;
background-color: #62b349;
}

.orange-back h2{
	color: #ec6941;
	font-size: 2.2rem;
	margin-top: -20px;
}

.orange-back h2:after{
content: '';
position: absolute;
top: -5px;
right: 0;
display: inline-block;
width:calc(100% - 100px);
height: 15px;
background-color: #ec6941;
}

.green-back .white-back,
.orange-back .white-back{
	background-color: #fff;
	padding: 15px;
	border-radius: 8px;
	margin: 20px 25px 25px;
	height: 435px;
}

.green-back .white-back{
	overflow: auto;
}

.white-back li:last-of-type{
	border-bottom: none;
}

.orange-back{
	background-color: #fbe9e1;
}


.thick-green{
	background-color: #62b349;
	color: #fff;
	margin: 25px;
	padding: 12px;
}

.shibu-main .row{
	margin-bottom: 50px;
}


.title-tag{
	color: #fff;
padding: 12px 0.5em;
display: inline-block;
line-height: 1.3;
background: #ec6941;
vertical-align: middle;
border-radius: 25px 0px 0px 25px;
font-size: 1.5rem;
transform: rotate(-8deg);
margin: 10px 16px 0 -20px;
width: 160px;
}

.kita .title-tag,
.higashi .title-tag,
.chuo .title-tag,
.minami .title-tag,
.nishi .title-tag{
width: 170px;
}

.kita .title-tag span,
.higashi .title-tag span,
.chuo .title-tag span,
.minami .title-tag span,
.nishi .title-tag span{
margin-left: 8px;
}

.title-tag:before{
content: '●';
color: #fff;
margin-right: 8px;
	
}

.title-tag span{
	display: inline-block;
}

.tag-light-orange .title-tag{
	background-color: #de9610;
}

.tag-light-orange .title-tag span{
	margin-left: 28px;
}

.green-back2.tag-orange h2:after{
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    display: inline-block;
    width: calc(100% - 386px);
    height: 15px;
    background-color: #62b349;
}

.tag-orange .title-tag{
	background-color: #d16b16;
}

.tag-orange .title-tag span{
	margin-left: 0;
}

.green-back2.tag-pink h2:after{
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    display: inline-block;
    width: calc(100% - 282px);
    height: 15px;
    background-color: #62b349;
}

.tag-pink .title-tag{
	background-color: #d06d8c;
}

.tag-pink .title-tag span{
	margin-left: 33px;
}
.green-back2.tag-red h2:after{
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    display: inline-block;
    width: calc(100% - 325px);
    height: 15px;
    background-color: #62b349;
}

.tag-red .title-tag{
	background-color: #c93a40;
}

.tag-red .title-tag span{
	margin-left: 20px;
}
.green-back2.tag-blue h2:after{
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    display: inline-block;
    width: calc(100% - 286px);
    height: 15px;
    background-color: #62b349;
}


.tag-blue .title-tag{
	background-color: #65ace4;
}

.tag-blue .title-tag span{
	margin-left: 5px;
}
.green-back2.tag-purple h2:after{
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    display: inline-block;
    width: calc(100% - 485px);
    height: 15px;
    background-color: #62b349;
}

.tag-purple .title-tag{
	background-color: #9460a0;
}

.tag-purple .title-tag span{
	margin-left: 48px;
}
.message-box .title-tag:before{
content: '●';
color: #9460a0;
margin-right: 8px;
}
/*●*/
.green-back2.message-box h2:after{
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    display: inline-block;
    width: calc(100% - 305px);
    height: 15px;
    background-color: #62b349;
}

.message-box .title-tag{
	background-color: #fff;
	color: #9460a0;
	border: 1px solid #9460a0;
}

.message-box .title-tag span{
	margin-left: 35px;
}

@media (max-width: 1020px) and (min-width: 960px){
/*
.tag-light-orange .title-tag,
.tag-orange .title-tag,
.tag-light-orange .title-tag,
.tag-pink .title-tag,
.tag-red .title-tag,
.tag-blue .title-tag,
.tag-purple .title-tag,
.message-box .title-tag{
	width: 140px;
}
.tag-light-orange .title-tag span,
.tag-orange .title-tag span,
.tag-light-orange .title-tag span,
.tag-pink .title-tag span,
.tag-red .title-tag span,
.tag-blue .title-tag span,
.tag-purple .title-tag span,
.message-box .title-tag span{
	margin-left: 18px;
}
*/
	
	
}

@media (max-width: 767px) {
.tag-light-orange .title-tag span,
.tag-orange .title-tag span,
.tag-light-orange .title-tag span,
.tag-pink .title-tag span,
.tag-red .title-tag span,
.tag-blue .title-tag span,
.tag-purple .title-tag span,
.message-box .title-tag span{
	margin-left: 0;
}
}

.green-back2{
	background-color: #f3fbe1;
	position: relative;

}
.orange-back2{
	background-color: #fbe9e1;
	position: relative;

}

.green-back2 h2{
	color: #62b349;
	font-size: 2.2rem;
	margin-top: -25px;
}

.green-back2 h2:after{
content: '';
position: absolute;
top: -5px;
right: 0;
display: inline-block;
width:calc(100% - 415px);
height: 15px;
background-color: #62b349;
}

.green-back2 .white-back{
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
	margin: 10px 25px 25px;
	height: auto;
    overflow-y: auto;
}

.s-icon{
	font-style: normal;
	background-color: #ee0000;
	color: #fff;
	font-size: 12px;
	padding: 2px 4px 1px;
	font-weight: bold;
	margin-left: 8px;
	line-height: 12px;
	display: inline-block;
}

.kita-icon{
	background-color: #9460a0;
	width: 40px;
    text-align: center;
	
}

.chuo-icon{
	background-color: #de9610;
    width: 40px;
    text-align: center;
}

.higashi-icon{
	background-color: #56a764;
    width: 40px;
    text-align: center;
}

.nishi-icon{
	background-color: #d06d8c;
    width: 40px;
    text-align: center;
}

.minami-icon{
	background-color: #65ace4;
    width: 40px;
    text-align: center;
}

.news-box li:first-of-type{
	padding-top: 0;
}

.month{
padding: 10px 2% 6px 0;
    border-bottom: none;
}

.news-box li.month{
    border: 1px #62b349 solid;
	display: inline-block;
	border-radius: 10px;
	padding: 0 15px 0;
	color: #62b349;
	font-size: 1.2rem;
	letter-spacing: 2px;
}
.news-box li.month.mt-15{
	margin-top: 15px;
}

li.month span{
	font-size: 1.6rem;
	padding-top: 5px;
}

.shibu-main .news-box {
    margin-bottom: 0;
}

.shibu-main .row:last-of-type{
	margin-bottom: 30px;
}

@media (min-width: 960px) and (max-width: 1020px) {
.title-tag{
margin: 10px 16px 0 0;
width: 160px;
}
.green-back2 h2:after{
width:calc(100% - 440px);
height: 15px;
background-color: #62b349;
}
}
@media (max-width: 767px) {
	.row.gutters .col.green-back{
		margin-bottom: 50px;
	}
	.row.gutters .col.orange-back{
		margin-bottom: 0;
	}

	.shibu-main .wrapper_in{
		width: 100%;
	}
	.green-back .white-back, 
	.orange-back .white-back{
		margin: 20px 3% 25px;
	}
	
	.orange-back .white-back{
		height: auto;
	}
	
.green-back h2,
	.orange-back h2{
		padding-left: 3%;
	}

.green-back h2:after{
content: '';
position: absolute;
top: -5px;
right: 0;
display: inline-block;
width:calc(100% - 120px);
height: 15px;
background-color: #62b349;
}
.orange-back h2:after{
content: '';
position: absolute;
top: -5px;
right: 0;
display: inline-block;
width:calc(100% - 120px);
height: 15px;
background-color: #ec6941;
	}
	
	
	.green-back2 h2{
		text-align: center;
	}
.title-tag{
	color: #fff;
padding: 12px 0.5em;
display: block;
border-radius: 25px;
transform: none;
margin: 0 auto 7px;
width: 160px;
text-align: center;
}

.title-tag:before{
display: none;
	
}
	
.green-back2.message-box h2:after,
.green-back2.tag-orange h2:after,
.green-back2.tag-pink h2:after,
.green-back2.tag-red h2:after,
.green-back2.tag-blue h2:after,
.green-back2.tag-purple h2:after,
.title-tag.message-box span{
	margin-left: 0;
}
.green-back2 h2:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    display: inline-block;
    width: 35%;
    height: 15px;
    background-color: #62b349;
    z-index: 0;

}
.green-back2.message-box h2:after,
.green-back2.tag-orange h2:after,
.green-back2.tag-pink h2:after,
.green-back2.tag-red h2:after,
.green-back2.tag-blue h2:after,
.green-back2.tag-purple h2:after,
.green-back2 h2:after {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    display: inline-block;
    width: 35%;
    height: 15px;
    background-color: #62b349;
    z-index: 0;

}
}
@media (max-width: 680px) {
	
.green-back2 h2:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    display: inline-block;
    width: 31%;
    height: 15px;
    background-color: #62b349;
    z-index: 0;

}
.green-back2.message-box h2:after,
.green-back2.tag-orange h2:after,
.green-back2.tag-pink h2:after,
.green-back2.tag-red h2:after,
.green-back2.tag-blue h2:after,
.green-back2.tag-purple h2:after,
.green-back2 h2:after {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    display: inline-block;
    width: 31%;
    height: 15px;
    background-color: #62b349;
    z-index: 0;

}

}
@media (max-width: 580px) {
.green-back2 h2:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    display: inline-block;
    width: 30%;
    height: 15px;
    background-color: #62b349;
    z-index: 0;

}
.green-back2.message-box h2:after,
.green-back2.tag-orange h2:after,
.green-back2.tag-pink h2:after,
.green-back2.tag-red h2:after,
.green-back2.tag-blue h2:after,
.green-back2.tag-purple h2:after,
.green-back2 h2:after {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    display: inline-block;
    width: 30%;
    height: 15px;
    background-color: #62b349;
    z-index: 0;

}

}
@media (max-width: 480px) {
.green-back2 h2:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    display: inline-block;
    width: 26%;
    height: 15px;
    background-color: #62b349;
    z-index: 0;

}
.green-back2.message-box h2:after,
.green-back2.tag-orange h2:after,
.green-back2.tag-pink h2:after,
.green-back2.tag-red h2:after,
.green-back2.tag-blue h2:after,
.green-back2.tag-purple h2:after,
.green-back2 h2:after {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    display: inline-block;
    width: 26%;
    height: 15px;
    background-color: #62b349;
    z-index: 0;

}

}
@media (max-width: 400px) {
.green-back2 h2:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    display: inline-block;
    width: 21%;
    height: 15px;
    background-color: #62b349;
    z-index: 0;

}
.green-back2.message-box h2:after,
.green-back2.tag-orange h2:after,
.green-back2.tag-pink h2:after,
.green-back2.tag-red h2:after,
.green-back2.tag-blue h2:after,
.green-back2.tag-purple h2:after,
.green-back2 h2:after {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    display: inline-block;
    width: 21%;
    height: 15px;
    background-color: #62b349;
    z-index: 0;

}

}
/*------------------------

支部サイト　地図

------------------------*/

.shibu-map{
	text-align: center;
}
.map-intro{
	color: #ec6941;
	text-align: left;
}

.branch-links{
	margin: 25px;
}

.branch-links a{
	width: 28%;
	float: left;
	height: 35px;
	display: block;
	background-color: #9460a0;
	border: 1px solid #9460a0;
	color: #fff;
	text-align: center;
	margin-right: 4.3%;
	padding: 5px 0;
	margin-bottom: 9px;
	font-size: 1.8rem;
	position: relative;
}
.branch-links a::before {
    content: "";
    bottom: 3px;
    right: 3px;
    border-top: 10px solid transparent;
    border-right: 10px solid #fff; 
    position: absolute;
    z-index: 100;
}

.branch-links a:hover::before {
    display: none;
}


.branch-links a:nth-of-type(3n){
	width: 35.4%;
	margin-right: 0;
}

.branch-links a:nth-of-type(2){
	background-color: #56a764;
	border: 1px solid #56a764;
}

.branch-links a:nth-of-type(3){
	background-color: #de9610;
	border: 1px solid #de9610;
}

.branch-links a:nth-of-type(4){
	background-color: #d06d8c;
	border: 1px solid #d06d8c;
}

.branch-links a:nth-of-type(5){
	background-color: #65ace4;
	border: 1px solid #65ace4;
}

.branch-links a:nth-of-type(6){
	background-color: #fff;
	color: #ec6941;
	border: 1px solid #ec6941;
}

.branch-links a:nth-of-type(1):hover{
	color: #9460a0;
	background-color: #fff;
	border: 1px solid #9460a0;
}

.branch-links a:nth-of-type(2):hover{
	color: #56a764;
	background-color: #fff;
	border: 1px solid #56a764;
}

.branch-links a:nth-of-type(3):hover{
	color: #de9610;
	background-color: #fff;
	border: 1px solid #de9610;
}

.branch-links a:nth-of-type(4):hover{
	color: #d06d8c;
	background-color: #fff;
	border: 1px solid #d06d8c;
}

.branch-links a:nth-of-type(5):hover{
	color: #65ace4;
	background-color: #fff;
	border: 1px solid #65ace4;
}

.branch-links a:nth-of-type(6):hover{
	color: #fff;
	background-color: #ec6941;
}

@media (max-width: 959px) {
	
	.map-intro{
		margin-bottom: 5px;
	}

	.branch-links a{
		width: 48%;
		margin-right: 4%;
		height: 45px;
		padding-top: 10px;
	}
.branch-links a:nth-of-type(3n){
		width: 48%;
	margin-right: 4%;
	}
.branch-links a:nth-of-type(2n){
	margin-right: 0;
	}
}

@media (max-width: 900px) {
	.map-intro{
		margin-bottom: 20px;
	}
}
@media (max-width: 850px) {
	.map-intro{
		margin-bottom: 35px;
	}
}
@media (max-width: 800px) {
	.map-intro{
		margin-bottom: 45px;
	}
}


@media (max-width: 767px) {
	.branch-links {
    margin: 25px 3%;
}
	.shibu-map{
	display: block;
}
	.map-intro {
    margin-bottom: 10px;
}
	
}


/*------------------------

支部サイト　フッター

------------------------*/

.shibu-footer{
	padding: 0;
	    min-height: 140px;
    height: auto;height: 30px;
}
	.shibu-footer-title{
		position: relative;
	}
	
	.shibu-footer-title:after{
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: calc(100% - 220px);
    height: 1px;
    background-color: #62b349;
	}
	

.shibu-footer-title img{
	width: 200px;
	margin-bottom: 30px;
}

.shibu-footer ul li{
/*	overflow:hidden;*/
	height:100%;
	display: block;
	float: left;
	width: 14%;
	position: relative;
	margin-bottom: 40px;
}

.shibu-footer ul li a{
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
}
.shibu-footer ul li:after{
	content: '';
	position: absolute;
	height: 20px;
	width: 1px;
	top: 5px;
	right: 0;
	background-color: #62b349;
}

.shibu-footer ul li:first-of-type{
	width: 8%;
}

.shibu-footer ul li:first-of-type::before{
	content: '';
	position: absolute;
	height: 20px;
	width: 1px;
	top: 5px;
	left: 0;
	background-color: #62b349;
}
.shibu-footer ul li:first-of-type a{
	font-size: 1.8rem;
	padding-top: 0;
	padding-bottom: 0;
}

.shibu-footer ul li:last-of-type{
	width: 22%;
}
.shibu-footer ul li:last-of-type:hover:after{
	display: none;
}


.shibu-footer ul li a{
	display: block;
	width: 100%;
	font-size: 1.4rem;
	color: #62b349;
	text-align: center;
	margin-left: -1px;
    width: calc(100% + 1px);
}

.shibu-footer ul li a:hover{
	background-color: #62b349;
	color: #f3fbe1;

}

.shibu-footer ul li:last-of-type a{
	color: #ec6941;
}
.shibu-footer ul li:last-of-type a:hover{
	color: #fff;
	background-color: #ec6941;
}
@media (max-width: 767px) {
	
.shibu-footer ul li{
	width: 30%;
	margin-bottom: 10px;
}
.shibu-footer ul li:first-of-type {
    width: 10%;
	}
.shibu-footer ul li:last-of-type{
	width: 40%;
	margin-bottom: 10px;
}
.shibu-footer ul li:first-of-type::before,
.shibu-footer ul li:nth-of-type(4)::after,
.shibu-footer ul li:last-of-type::after{
	display: none;
}
}
/*------------------------

支部サイト　各支部

------------------------*/

.breadcrumbs{
	background-color: #62b349;
	height: 30px;
	margin-bottom: 0;
}

.breadcrumbs li,
.breadcrumbs li a,
.breadcrumbs li:after{
	color: #fff;
	height: 30px;
	line-height: 30px;
}
.shibu-s{
	padding-top: 38px;
}

.shibu-s h1{
	display: inline-block;
	max-width: 300px;
	width: 100%;
	background-color: #9460a0;
	color: #fff;
	border-radius: 5px;
	font-size: 4.2rem;
	text-align: center;
	padding: 12px 0;
	margin-bottom: 15px;
	float: left;
}

.shibu-s h1 span{
	font-size: 5.6rem;
	font-weight: bold;
	margin-top: 8px;
    display: inline-block;
    margin-right: 6px;
}

.p-box{
	margin-top: 26px;
}

.p-box .s-phone:before{
	font-family: FontAwesome;
	content: '\f095';
	padding-right: 8px;
	color: #5f3865;
	font-size: 2rem;
}

.p-box .s-phone a{
	color: #000;
	text-decoration: none;
}

.p-box .s-fax:before{
	font-family: FontAwesome;
	content: '\f1ac';
	padding-right: 8px;
	color: #5f3865;
	font-size: 1.6rem;
}

.p-box .s-home:before{
	font-family: FontAwesome;
	content: '\f015';
	padding-right: 8px;
	color: #5f3865;
	font-size: 2rem;
}



.shibu-s-text{
	float: left;
	width: 65%;
	padding-right: 20px;
}

.shibu-s-map{
	float: left;
	width: 35%;
	text-align: center;
	height: 220px;
}

.shibu-s-map{
	border: 1px solid #a980b3;
}

.shibu-s-map p{
	font-family: 'Open Sans', sans-serif;
	color: #9460a0;	
}

.shibu-s-map img{
	width: 270px;
    margin-top: 10px;
}

.access.under959{
	display: none;
}

.access{
	display: block;
	background-color: #a980b3;
	color: #fff;
	padding: 12px;
	width: 243px;
	text-align: center;
	border: 1px solid #a980b3;
	float: right;
	font-size: 1.6rem;
	height: 52px;
    border-radius: 0;
}

.access span{
	padding-right: 5px;
	vertical-align: text-bottom;
}


.access:hover{
	color: #a980b3;
	border: 1px solid #a980b3;
	background-color: #fff;
	cursor: pointer;

}

.shibu-s-text p{
	border-bottom: 1px dotted #9460a0;
	margin-top: 5px;
	text-indent: -77px;
    padding-left: 81px;
}
.shibu-s-text i{
	font-size: 2rem;
	color: #5f3865;
	margin-right: 8px;
}

.shibu-s .wrapper_in{
	margin-bottom: 58px;
}

.message-box li .day{
	width: 75px;
	float: left;
	padding-top: 6px;
}

.message-box li .link-text{
	width: 100%;
	float: left;
	padding-left: 100px;
	margin-left: -80px;
}

.message-box li em{
	margin: 8px 0 0;
}

.simple-text{
	display: block;
	padding-left: 13px;
	text-indent: 0;
}

@media (max-width: 1020px) {
	.shibu-s-text h2{
		width: 280px;
	}
}
@media (max-width: 959px) {

	.access.under959{
	display: block;
		width: 50%;
		margin-bottom: 20px;
}
	.access.over960{
		display: none;
	}

	.shibu-s-text{
		width: 50%;
	}
	.shibu-s-map{
		width: 50%;
	}
	
}

@media (max-width: 768px) {
.shibu-s h1{
	float: none;
}


	.shibu-s-text{
		width: 100%;
		float: none;
		margin-bottom: 30px;
		padding: 0;
	}
	.shibu-s-map{
		width: 100%;
		float: none;
	}
		.access.under959{
		width: 100%;
		float: none;
	}
	
	.shibu-s-text h2 {
    max-width: 280px;
    margin: 0 auto 15px;
    display: block;
    width: auto;
}
	.message-box li .day{
	width: auto;
	float: none;
	padding-top: 6px;
}

.message-box li .link-text{
	width: auto;
	float: none;
	padding-left: 1em;
    text-indent: -1em;
	margin-left: 0;
}

.message-box li em{
	margin: 2px 4px 1px;
}
.simple-text{
	padding-left: 0;
}
}

.kita-map:hover{
	opacity: .1;
}

/*------------------------

支部サイト　東支部

------------------------*/

.higashi .shibu-s h1 {
	background-color: #56a764;
}

.higashi .access {
    background-color: #56a764;
    border: 1px solid #56a764;
	opacity: .8;
}
.higashi .access:hover{
    background-color: #fff;
	color: #56a764;
}
.higashi .message-box .title-tag {
    background-color: #fff;
    color: #56a764;
    border: 1px solid #56a764;
}

.higashi .message-box .title-tag:before {
    content: '●';
    color: #56a764;
    margin-right: 8px;
}

.higashi .p-box .s-phone:before,
.higashi .p-box .s-home:before,
.higashi .p-box .s-fax:before{
    color: #3f804c;
}
.higashi .shibu-s-map {
    border: 1px solid #56a764;
}
.higashi .shibu-s-text p {
    border-bottom: 1px dotted #56a764;
}

/*------------------------

支部サイト　中央支部

------------------------*/

.chuo .shibu-s h1 {
	background-color: #de9610;
}

.chuo .access {
    background-color: #de9610;
    border: 1px solid #de9610;
	opacity: .8;
}
.chuo .access:hover{
    background-color: #fff;
	color: #de9610;
}
.chuo .message-box .title-tag {
    background-color: #fff;
    color: #de9610;
    border: 1px solid #de9610;
}

.chuo .message-box .title-tag:before {
    content: '●';
    color: #de9610;
    margin-right: 8px;
}

.chuo .p-box .s-phone:before,
.chuo .p-box .s-home:before,
.chuo .p-box .s-fax:before{
    color: #a8730b;
}
.chuo .shibu-s-map {
    border: 1px solid #de9610;
}
.chuo .shibu-s-text p {
    border-bottom: 1px dotted #de9610;
}


/*------------------------

支部サイト　西支部

------------------------*/

.nishi .shibu-s h1 {
	background-color: #d06d8c;
}

.nishi .access {
    background-color: #d06d8c;
    border: 1px solid #d06d8c;
	opacity: .8;
}
.nishi .access:hover{
    background-color: #fff;
	color: #d06d8c;
}
.nishi .message-box .title-tag {
    background-color: #fff;
    color: #d06d8c;
    border: 1px solid #d06d8c;
}

.nishi .message-box .title-tag:before {
    content: '●';
    color: #d06d8c;
    margin-right: 8px;
}

.nishi .p-box .s-phone:before,
.nishi .p-box .s-home:before,
.nishi .p-box .s-fax:before{
    color: #9d526a;
}
.nishi .shibu-s-map {
    border: 1px solid #d06d8c;
}
.nishi .shibu-s-text p {
    border-bottom: 1px dotted #d06d8c;
}

/*------------------------

支部サイト　南支部

------------------------*/

.minami .shibu-s h1 {
	background-color: #65ace4;
}

.minami .access {
    background-color: #65ace4;
    border: 1px solid #65ace4;
	opacity: .8;
}
.minami .access:hover{
    background-color: #fff;
	color: #65ace4;
}
.minami .message-box .title-tag {
    background-color: #fff;
    color: #65ace4;
    border: 1px solid #65ace4;
}

.minami .message-box .title-tag:before {
    content: '●';
    color: #65ace4;
    margin-right: 8px;
}

.minami .p-box .s-phone:before,
.minami .p-box .s-home:before,
.minami .p-box .s-fax:before{
    color: #4e83ac;
}
.minami .shibu-s-map {
    border: 1px solid #65ace4;
}
.minami .shibu-s-text p {
    border-bottom: 1px dotted #65ace4;
}

/*------------------------

メッセージ

------------------------*/

.message-page{
	padding: 30px 0;
}

.kita-message,
.higashi-message,
.nishi-message,
.chuo-message,
.minami-message{
    background-color: #4a50a5;
    color: #fff;
    text-align: left;
    padding: 7px 16px 6px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 3px;
	height: 38px;
}
.kita-message span,
.higashi-message span,
.nishi-message span,
.chuo-message span,
.minami-message span{
	font-size: 1.8rem;
	margin-right: 10px;

}
.kita-message{
	background-color: #9460a0;
}
.higashi-message{
	background-color: #56a764;
}
.nishi-message{
	background-color: #d06d8c;
}
.chuo-message{
	background-color: #de9610;
}
.minami-message{
	background-color: #65ace4;
}


.message-title{
font-size: 3rem;
border-bottom: 2px solid #62b349;
margin-bottom: 30px;
padding-bottom: 5px;
}

.message-box2{
	background-color: #f3fbe1;
	padding: 20px;
	margin-bottom: 30px;
}

.message-box2 .white{
	background-color: #fff;
	padding: 15px;
	border-radius: 8px;
}
.message-box2 .white .img-box{
	width: 30%;
	float: right;
	text-align: center;
}

.message-box2 .white .img-box img{
	width: auto;

}
	
.message-box2 .text-box{
	width: 70%;
	padding-left: 10px;
	float: right;
}

.message-box2 h3{
	font-size: 1.8rem;
	margin-bottom: 10px;
	padding-left: 7px;
	line-height: 24px;
	border-left: solid 7px #62b349;
}

.text-only{
	width: 100%;
}
@media (max-width: 767px) {
	
	.message-title {
    font-size: 2.2rem;
	}
.message-box2 .white .img-box{
	width: 100%;
	float: none;
}

.message-box2 .text-box{
	width: 100%;
	padding-left: 0;
	float: none;
    margin-bottom: 15px;
	}
}