@charset "UTF-8";
/* CSS Document */

/* active　*/

.navbar-default .navbar-nav > #nav05 a {
	background: url(../../common/img/gNavi05-on.png) no-repeat;
}

/*　main-contents　*/

#main-contents.yoichi {
	background: url(../img/yoichi-bg.jpg) top center no-repeat;
	width: 100%;
}


.flex{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.yoichi_logo01{
	width: 590px;
	margin-right: 50px;
}

.yoichi_logo02{
	width: 145px;
}

.yoichi .contents-header p.ttl-page {
	margin: auto;
	padding-top: 52px;
}


/* ロゴスマホ版表示 */
.center{
	text-align: center;
}

.logo_sp{
	width: 290px;
	margin-bottom: 20px;
}


/*　ごあいさつ　*/

#yoichi {
	width: 100%;
}

#yoichi h1 {
	margin-bottom: 45px;
}

#yoichi h2 {
	margin-bottom: 35px;
}

#yoichi p {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: normal;
}

#yoichi-greeting {
	width: 100%;
	overflow: hidden;
}

#yoichi-greeting .pull-left {
	width: 635px;
}

.yoichi-catch {
	margin-bottom: 50px;
}

#yoichi-greeting .pull-right {
	width: 162px;
	margin-top: 100px;
}




/*　プロフィール　*/

#yoichi-profile {
	width: 100%;
	overflow: hidden;
	margin-top: 65px;
}

#yoichi-profile ul {
	padding: 0;
}

#yoichi-profile ul li {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
}

.yoichi-profile-box {
	width: 100%;
	overflow: hidden;
	margin-top:45px;
}

.yoichi-profile-box ul {
	padding: 0;
}

.yoichi-profile-box ul li {
	float: left;
	width: 49%;
	margin-bottom: 50px;
}

.yoichi-profile-box ul li:last-child {
	width: 100%;
}

.yoichi-profile-box ul li:nth-child(2) {
	margin-left: 2%;
}





/*　十日町明石ちぢみ　*/

#tokamachi-akashi-chijimi {
	width: 100%;
	overflow: hidden;
	margin-top: 65px;
}

#tokamachi-akashi-chijimi .pull-left {
	width: 84px;
}

#tokamachi-akashi-chijimi .pull-right {
	width: 714px;
}

#tokamachi-akashi-chijimi h2 {
	color: #997fad;
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
	margin: 0 0 35px 0;
}

.tokamachi-akashi-chijimi-box {
	width: 100%;
	overflow: hidden;
}

.tokamachi-akashi-chijimi-box ul {
	padding: 0;
	width: 100%;
	margin-top:45px;
}

.tokamachi-akashi-chijimi-box ul li {
	float: left;
	width: 49.5%;
	margin-bottom: 10px;
}

.tokamachi-akashi-chijimi-box ul li:nth-child(even) {
	margin-left: 1%;
}











@media screen and ( max-width:767px ) {

	#yoichi .pull-left , #yoichi .pull-right {
		width: 100%;
	}


	/*　ごあいさつ(sp)　*/

	#yoichi-greeting .pull-right {
		margin-top:50px;
	}

	#yoichi-greeting .pull-right img {
		margin: 0 auto;
	}


	/*　プロフィール(sp)　*/


	.yoichi-profile-box ul li {
		width: 100%;
		margin-bottom: 25px;
	}

	.yoichi-profile-box ul li:nth-child(2) {
		margin-left: 0;
	}


	/*　十日町明石ちぢみ(sp)　*/

	#tokamachi-akashi-chijimi .pull-left img {
		margin: 0 auto;
		display: block;
	}

	#tokamachi-akashi-chijimi .pull-right {
		margin-top: 20px;
	}

	.tokamachi-akashi-chijimi-box ul li {
		width: 100%;
	}

	.tokamachi-akashi-chijimi-box ul li:nth-child(even) {
		margin-left:0;
	}

}
