@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	overflow-x: hidden;
}

body {
	background: #F9F9F4;
	color: #333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 1.2;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,.3);
}

a:hover {
	color: inherit;
	text-decoration: none;
	opacity:0.7;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	margin: 0;
	padding: 0;
}

ul,ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

/* clearfix */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
 
.clearfix:after {
    clear: both;
}


/* override fotorama css */

.fotorama__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	left: 10px;
	background: #ccc;
	border: none;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
	border: solid 5px #333;
}

.fotorama__nav--dots .fotorama__nav__frame {
	width: 28px;
}


/* common classes */

.inner_1000 {
	width: 1000px;
	margin: 0 auto;
}

.inner_1030 {
	width: 1030px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.inner_1000 {
		width: 100%;
		margin: 0;
	}
	.inner_1030 {
		width: 100%;
		margin: 0;
	}
}


/* header */

.header {
	background: #fff;
	height: 110px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(102,102,102,0.2);
	box-shadow: 0 2px 2px 0 rgba(102,102,102,0.2);
	position:relative;
	z-index:100;
}

.header_left {
	position: relative;
}

.header_left_logo {
	display: block;
	margin: 10px auto 0;
}

.header_left_logo > img {
	display: block;
	margin: 0 auto;
}

.header_right_upper {
	text-align: right;
}

.header_right_upper_tel {
	display: inline-block;
	margin: 15px 25px 0 0;
}


.headerRightNav {
	display: inline-block;
	height: 35px;
	vertical-align: top;
}

.headerRightNav_li {
	display: block;
	float: left;
	width: 100px;
	height: 100%;
	margin: 0 0 0 1px;
}

.headerRightNav_li-01 {
	background: #FCCE56;
}

.headerRightNav_li-02 {
	background: #F8B4A5;
}

.headerRightNav_li-03 {
	background: #92A9BE;
}

.headerRightNav_li > a {
	display: block;
	height: 100%;
	color: #fff;
	font-size: 13px;
	line-height: 35px;
	text-align: center;
}

.headerMainNav {
	margin: 28px -10px 0 0;
	text-align: right;
}

.headerMainNav_ul {
	display: inline-block;
}

.headerMainNav_ul_li {
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	color: #4C4948;
	font-size: 13px;
	line-height: 2;
	font-weight: bold;
	letter-spacing: 1px;
}
.headerMainNav_ul_li.sp {
	display:none;
}

.headerMainNav_ul_li > a {
	display: block;
	padding: 5px 9px;
}

.headerMainNav_ul_li-hasSub:hover {
	color: #fff;
	background: #76B68C;
	border-radius: 4px 4px 0 0;
}

.headerMainNav_ul_li_arrow {
	display: none;
}

.headerMainNav_ul_li_sub {
	display: none;
	position: absolute;
	width: 235px;
	top: 36px;
	left: 0;
	color: #fff;
	font-weight: normal;
	background: #76B68C;
	border-radius: 0 4px 4px 4px;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.5;
	z-index: 5000;
}
.headerMainNav_ul_li_sub.about {
	width:130px;
}
.headerMainNav_ul_li_sub.brand {
	width:120px;
}

.headerMainNav_ul_li_sub--show {
	display: block;
}

.headerMainNav_ul_li_sub > li {
	margin: 5px 13px;
	padding: 10px 0 5px;
	border-top: solid 1px #B8DAC4;
}

.headerMainNav_ul_li_sub > li:first-child {
	border-top: 0;
}

.headerMainNav_ul_li_sub > li > a:hover {
	color: inherit;
}

.header_sp_menu {
	display: none;
}

@media screen and (max-width: 767px) {
	.header {
		position: relative;
		height: auto;
	}

	.header_left_logo {
		display: block;
		margin: 15px auto 13px;
	}

	.header_right {
		height: 0px;
	}

	.header_right_upper {
		display: none;
	}

	.headerMainNav.headerMainNav--show {
		display: block;
	}

	.headerMainNav {
		display: none;
		position: absolute;
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
		margin: 0;
		padding: 15px 25px 0;
		text-align: left;
		background: #171717;
		color: #fff;
		z-index: 1000;
	}

	.headerMainNav_ul {
		display: block;
	}

	.headerMainNav_ul_li {
		position: relative;
		float: none;
		margin: 0;
		color: #fff;
		border-top: solid 1px #2a2a2a;
	}
	.headerMainNav_ul_li.sp {
		display:inherit;
		margin:0 -25px;
		padding:0 25px;
	}
	.headerMainNav_ul_li.sp.li-01 {
		background:#FCCE56;
	}
	.headerMainNav_ul_li.sp.li-02 {
		background:#F8B4A5;
	}
	.headerMainNav_ul_li.sp.li-03 {
		background:#92A9BE;
	}

	.headerMainNav_ul_li > a {
		padding: 10px;
	}

	.headerMainNav_ul_li-hasSub > a {
		margin-right: 40px;
	}

	.headerMainNav_ul_li:first-child {
		border-top: 0;
	}

	.headerMainNav_ul_li-hasSub:hover {
		color: #fff;
		background: none;
		border-radius: 0;
	}

	.headerMainNav_ul_li_arrow {
		display: block;
		position: absolute;
		width: 40px;
		height: 40px;
		padding: 10px 0 0 18px;
		font-size: 24px;
		line-height: 24px;
		font-weight: normal;
		top: 0;
		right: -5px;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.headerMainNav_ul_li_sub {
		position: static;
		width: 100%;
		background: inherit;
		border-radius: 0;
		letter-spacing: 0;
		line-height: 1.2;
		padding: 0 0 0 30px;
	}

	.headerMainNav_ul_li_sub--show {
		display: block;
	}

	.headerMainNav_ul_li_sub > li {
		border-top-color: #2a2a2a;
		padding: 15px 0 5px 5px;
		margin: 0 0 10px;
	}

	.headerMainNav_ul_li_sub > li:first-child {
		border-top: 0;
	}

	.header_sp_menu {
		display: block;
		position: absolute;
		width: 38px;
		height: 34px;
		top: 19px;
		right: 17px;
		border-radius: 4px;
		color: #fff;
		background: url(../image/header_sp_menu.png) no-repeat center center #171717;
		background-size: 15px 12px;
	}
	.headerMainNav_ul_li_sub.about {
	width:100%;
}
.headerMainNav_ul_li_sub.brand {
	width:100%;
}

}


/* page header */

.pageHeaderGray {
	position: relative;
	background: #F3F3F3;
	padding: 20px 0;
}

.pageHeaderGray:after {
	content: '';
	display: block;
	position: absolute;
	width: 200px;
	height: 2px;
	background: #519669;
	bottom: 0;
	left: 50%;
	margin-left: -100px;
}

.pageHeaderGray > .breadCrumb {
	margin-top: 0;
}

.pageHeaderGray_title {
	font-size: 26px;
	text-align: center;
	padding: 15px 0 0;
}

@media screen and (max-width: 767px) {
	.pageHeaderGray_title {
		font-size: 22px;
	}
}	


/* bottom links */

.bottomLinks {
	padding: 35px 0;
	background: #fff;
	text-align: center;
	font-size: 0;
}

.bottomLinks_a {
	display: inline-block;
	width: 160px;
	height: 160px;
	margin: 0 15px;
	border-radius: 50%;
	line-height: 1.2;
	color: #fff;
}

.bottomLinks_a:hover {
	color: #fff;
}

.bottomLinks_a:after {
	content: '';
	width: 1px;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.bottomLinks_a_text {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
	font-size: 15px;
	line-height:1.4;
}

.bottomLinks_a_text > strong {
	font-size: 14px;
}

.bottomLinks_a_text > strong > br {
	display: none;
}

.bottomLinks_a-01 {
	background: #9DD9AC;
}

.bottomLinks_a-02 {
	background: #FCCE56;
}

.bottomLinks_a-03 {
	background: #F8B4A5;
}

.bottomLinks_a-04 {
	background: #92A9BE;
}


@media screen and (max-width: 767px) {
	.bottomLinks {
		padding: 20px 0;
	}

	.bottomLinks_a {
		width: 140px;
		height: 140px;
		margin: 0 5px 5px;
		padding: 20px;
		white-space: nowrap;
	}

	.bottomLinks_a_text {
		white-space: normal;
	}

	.bottomLinks_a_text > strong {
		display: inline-block;
		font-size: 15px;
		padding-bottom: 5px;
	}

	.bottomLinks_a_text > strong > br {
		display: inline;
	}
		
}



/* footer */

.footer_telLink {
	background: #fff;
	border-top: solid 1px #f5f5f5;
	border-bottom: solid 1px #f5f5f5;
	padding: 25px 0;
}

.footer_telLink_tel {
	margin: 0;
	font-size: 14px;
}

.footer_telLink_tel_text {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

.footer_telLink_tel_num {
	font-family: Arial, sans-serif;
	display: inline-block;
	font-size: 30px;
	padding: 0 0 5px 20px;
	vertical-align: middle;
}

.footer_telLink_link {
	margin: 10px 0 0;
	text-align: right;
	font-size: 12px;
	line-height: 2;
}

.footer_telLink_link > li {
	display: inline-block;
	margin: 0 10px 0 0;
}

.footer_telLink_link > li:after {
	content: '｜';
	margin: 0 0 0 10px;
}

.footer_logo {
	padding: 30px 0 45px;
	background: #fff;
	text-align: center;
}

.footer_logo_grp {
	display: inline-block;
	margin: 0 15px;
	vertical-align: bottom;
}

.footer_logo_grp > img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.footer_social {
	padding: 25px 0;
	background: #eee;
	text-align: center;
}

.footer_company {
	padding: 35px 0 0;
	height: 200px;
	background: #232323;
	color: #fff;
	text-align: center;
}

.footer_company_name {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}

.footer_company_address {
	padding: 15px 0 0;
	font-size: 12px;
	font-style: normal;
	margin: 0;
}

.footer_company_copy {
	padding: 15px 0 0;
	font-size: 11px;
	margin: 0;
}

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

	.footer_telLink_tel {
		text-align: center;
	}

	.footer_telLink_tel_num {
		padding: 0;
		margin: 15px 0 0;
		display:block;
	}

	.footer_telLink_link {
		margin: 20px 0 0;
		text-align: center;
	}

	.footer_telLink_link > li {
		margin: 0 5px;
	}

	.footer_logo {
		padding: 20px 0 10px;
	}

	.footer_logo_grp {
		margin: 0 0 20px;
		display:block;
	}

	.footer_logo_grp > img {
		display: block;
		margin: 0 auto;
	}

	.footer_company {
		padding: 30px 0 55px;
		height: auto;
	}

	.footer_company_copy {
		font-size: 10px;
	}

}

/* breadcrumb */

.breadCrumb {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.2;
}

.breadCrumb_li {
	display:inline;
	margin: 0 5px 0 0;
}

.breadCrumb_li:after {
	content: '\003e';
	padding: 0 0 0 5px;
}

.breadCrumb_li-current:after {
	content: none;
}

@media screen and (max-width: 767px) {
	.breadCrumb {
		margin-top: 10px;
		margin-bottom: 7px;
		padding: 0 10px;
	}

}

/* link button */

.linkGreen {
	width: 130px;
	height: 35px;
	font-size: 13px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	background: #157339;
}

.linkGreen:hover, .linkGreen:active {
	color: #fff;
}


/* pager */

.articlePager {
	display: table;
	margin: 0 auto;
	width: 690px;
	height: 40px;
	border: solid 1px #eee;
	border-collapse: collapse;
	table-layout: fixed;
}

.articlePager > a {
	display: table-cell;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	color: #447F59;
}

.articlePager_prev {
	width: 35%;
	border-right: solid 1px #eee;
}

.articlePager_next {
	width: 35%;
	border-left: solid 1px #eee;
}

.articlePager_prev:before {
	content: '\003c';
	color: #4C4847;
	padding: 0 15px 0 0;
	font-size: 14px;
	line-height: 40px;
}

.articlePager_next:after {
	content: '\003e';
	color: #4C4847;
	padding: 0 0 0 15px;
	font-size: 14px;
	line-height: 40px;
}

@media screen and (max-width: 767px) {
	.articlePager {
		width: 96%;
	}
}	


/* pager 2 */

.listPager {
	display: table;
	width: auto;
	height: 40px;
	margin: 15px auto 20px;
	border: solid 1px #eee;
	border-radius: 4px;
}

.listPager_item {
	display: table-cell;
	width: 38px;
	height: 40px;
	border-left: solid 1px #eee;
	text-align: center;
	vertical-align: middle;
	color: #519669;
}

.listPager_item:first-child {
	border-left: 0;
}

.listPager_item:hover {
	color: #519669;
}

.listPager_item-current {
	background: #519669;
	color: #fff;
}

.listPager_item-current:hover {
	color: #fff;
}



/* voice / gallery entry list */
.exampleEntryList {
	position: relative;
	height: 310px;
	margin: 0 -5px 40px;
	padding: 20px;
	background: #fff;
}

.exampleEntryList_img {
	width:280px;
	height:180px;
	display: block;
	margin: 0;
}

.exampleEntryList_img > img {
	display: block;
}

.exampleEntryList_text {
	margin: 20px 0 0;
	font-size: 15px;
	line-height: 1.6;
}

.exampleEntryList_name {
	display: block;
	position: absolute;
	bottom: 15px;
	left: 20px;
	font-size: 13px;
	line-height:1.4;
}

@media screen and (max-width: 767px) {
	.voiceMain {
		padding: 30px 0 50px;
	}

	.exampleEntryList {
		height: auto;
		margin: 0 0 30px;
		padding-bottom: 20px;
	}
	.exampleEntryList_img {
	width:100%;
	height:210px;
	display: block;
	margin: 0;
}
	.exampleEntryList_img > img {
		width: 100%;
		height: auto;
	}

	.exampleEntryList_text {
		font-size: 15px;
	}

	.exampleEntryList_name {
	display: block;
	position: inherit;
	font-size: 13px;
	bottom: 0;
	left: 0;
	margin-top:5px;
	}

}


/* relative entry list */
.detailOther {
	margin: 45px auto 0;
	padding: 0 0 100px;
	text-align: center;
}

.detailOther_title {
	display: inline-block;
	height: 50px;
	margin: 0 auto;
	padding: 0 50px;
	border: solid 1px #157339;
	font-size: 20px;
	line-height: 50px;
}

.detailOther_list {
	margin: 35px 0 0;
}

.detailOther_col {
	margin: 0 0 20px;
}

.detailOther_entry {
	background: #fff;
	height: 150px;
	padding: 28px;
}

.detailOther_entry > img {
	float: left;
	display: block;
}
.detailOther_img {
	float: left;
	display: block;
	width:160px;
	height:100px;
}

.detailOther_img > img {
	display: block;
}

.detailOther_entry > p {
	float: right;
	width: 245px;
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
}

.detailOther_link {
	margin: 30px 0 0;
	display: inline-block;
	width: 200px;
	height: 40px;
	background: #157339;
	color: #fff;
	font-size: 13px;
	line-height: 40px;
}

.detailOther_link:hover {
	color: #fff;
}


@media screen and (max-width: 767px) {
	.detailOther {
		margin: 35px auto 0;
		padding: 0 0 60px;
	}

	.detailOther_title {
		height: 40px;
		padding: 0 40px;
		font-size: 16px;
		line-height: 40px;
		border:0;
		border-bottom: solid 2px #519669;
	}

	.detailOther_list {
		margin: 20px 0 0;
	}

	.detailOther_col {
		margin: 0 0 15px;
	}

	.detailOther_entry {
		height: auto;
		padding: 15px;
	}

	.detailOther_entry > img {
		float: none;
		margin: 0 auto;
	}

	.detailOther_entry > p {
		margin: 10px 0 0;
		float: none;
		width: 100%;
		font-size: 14px;
		line-height: 1.6;
	}

	.detailOther_link {
		margin: 15px 0 0;
	}
	.detailOther_img {
		margin: 0;
		width: 100px;
		height: 100px;
	}

	.detailOther_img > img {
		display: block;
		width: 100%;
		height: auto;
	}

	.detailOther_entry > p {
		width: inherit;
		font-size: 14px;
		padding: 0;
		margin:0 0 0 120px;
	}

	.detailOther_link {
		margin: 15px auto 0;
		width: 280px;
		max-width: 100%;
	}

}