@charset "UTF-8";
/* --------------------------------------------------
 * Custom Style Sheet
 *	2018/02/13 -
-------------------------------------------------- */
body {
	background: #FFF;
	color: #484848;
}
html>/**/body { font-size: 1.3em; }

/* --------------------------------------------
 * Default Element Styles
----------------------------------------------- */
/* PARAGRAPH */
.content-main p {
	line-height: 1.7;
}
/* FORMS */

/* LISTS */
.inline.link-menu li {}
.inline.link-menu li+li {
	border-left: 1px solid #CCC;
	margin-left: 1em;
	padding-left: 1em;
}
	.link-menu a { text-decoration: none; }
	.link-menu a:hover { text-decoration: underline; }

/* --------------------------------------------
 * title styles
----------------------------------------------- */
/* HEADINGS */
.title { color: #000; }
.style-basic h1,
.title.lv1 {}

/* h2 title styles 
----------------------------------------------- */
.style-basic h2,
.title.lv2 {
	background: #F7F7F7;
	border-bottom: solid 2px #009B63;
	color: #000;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, "Noto Serif JP", serif;
	font-size: 2.6rem;
	font-weight: normal;
	padding: 15px;
	line-height: 1.15;
	margin-bottom: 32px;
	margin-top: 56px;
	position: relative;
}
.style-basic .block-column h1,
.style-basic .block-column h2,
.style-basic .block-column .title.lv2 {
	margin-top: 10px;
}
.style-basic h2.lv2-catch-green,
.title.lv2-catch-green {
	border-bottom: none;
	color: #00664B;
	font-size: 2.6rem;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, "Noto Serif JP", serif;
  line-height: 1.45;
	margin-bottom: 16px;
	padding: .5em 0 .2em;
	font-weight: normal;
}
.style-basic h2.lv2-catch,
.title.lv2-catch  {
	border-bottom: none;
	color: #000;
	font-size: 2.6rem;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, "Noto Serif JP", serif;
	line-height: 1.45;
	margin-bottom: 16px;
	padding: .5em 0 .2em;
	font-weight: normal;
}
.style-basic h2.lv2-catch::before,
.title.lv2-catch::before ,
.style-basic h2.lv2-catch-green::before,
.title.lv2-catch-green::before {
	border: none;
}
 .body-event_area .body-event_pref:first-child .title.lv2 {
	margin-top: 10px;
}

/* h3 title styles 
----------------------------------------------- */
.style-basic h3,
.title.lv3 {
  color: #000;
  font-size: 2.3rem;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 28px;
  margin-bottom: 16px;
  padding: 0.05em 0 0.05em 0.5em;
  background: transparent;
  border-left: solid 2px #009B63;
}
.style-basic h3.lv3-catch,
.title.lv3-catch {
  border-left: none;
	color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, "メイリオ", Meiryo, Verdana,Arial, Helvetica, sans-serif;
	font-size: 2rem;
  margin-top: 20px;
  padding: 0;
	font-weight: normal;
}
.style-basic h3.lv3-catch-green,
.title.lv3-catch-green {
	border-bottom: none;
	color: #00664B;
	font-size: 2.1rem;
	margin-bottom: 10px;
	padding: .5em 0;
	font-weight: normal;
}
.style-basic h3.lv3-catch::before,
.title.lv3-catch::before,
.style-basic h3.lv3-catch-green::before,
.title.lv3-catch-green::before {
	background-color: transparent;
}
.style-basic h3.var1 {
	font-size: 1.8rem;
	padding: 0.2em 0.5em 0.4em 0.8em;
	margin-top: 30px;
	border-left: 6px solid #008D54;
}
.style-basic h3.var1::before {
	content: none;
}
.style-basic h3.var2 {
	background-color: none;
	padding-left: 0;
	color: #008D54;
	border-bottom: 1px solid #BEDBBE;
}
.style-basic h3.var2::before {
	content: none;
}
.style-basic .num1 {
  counter-reset: num1;
  padding-left: 0;
	list-style-type: none;
}
.style-basic .num1 li h3 {
  border-left: none;
	padding-left: 22px;
  position: relative;
}
.style-basic .num1 li h3::before {
  color: #009B63;
	counter-increment: num1;
	content: counter(num1);
  font-size: 3rem;
  margin-left: -22px;
  position: absolute;
	background-color: transparent;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.style-basic .num2 {
  counter-reset: num2;
  list-style: none;
  padding: 0;
  margin: 0;
}
.style-basic .num2 li h3 {
  line-height: 1.5;
  padding-left: 34px;
  position: relative;
  border-left: none;
}
.style-basic .num2 li h3:before {
  content: counter(num2);
  counter-increment: num2;
  border: 1px solid #009B63;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 28px;
  width: 28px;
  color: #009B63;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.style-basic h3.var2 {
	content: none;
}

.style-basic h3.var2::before {
	content: none;
}
.style-basic h3 .fsS {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, "メイリオ", Meiryo, Verdana,Arial, Helvetica, sans-serif;
}
.style-basic .block-column h3,
.style-basic .search-price h3,
.style-basic .search-price .title.lv3,
.style-basic .col_box h3 {
  margin-top: 0;
}
/* h4 title styles 
----------------------------------------------- */
.style-basic h4,
.title.lv4 {
  color: #000;
  font-size: 2rem;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 24px;
  margin-bottom: 16px;
  padding: 0.05em 0 0.05em 0.5em;
  background: transparent;
  border-left: solid 2px #999999;
}
.style-basic h4.label_title {
  color: #000;
  padding: 0;
  border-left: none;
}
.style-basic .num1 li h4 {
  border-left: none;
	padding-left: 20px;
  position: relative;
}
.style-basic .num1 li h4::before {
  color: #999999;
	counter-increment: num1;
	content: counter(num1);
  font-size: 2.8rem;
  margin-left: -20px;
  position: absolute;
	background-color: transparent;
  border-bottom: none;
  bottom: inherit;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.style-basic .num2 {
  counter-reset: num2;
  list-style: none;
  padding: 0;
  margin: 0;
}
.style-basic .num2 li h4 {
  line-height: 1.5;
  padding-left: 34px;
  position: relative;
  border-left: none;
}
.style-basic .num2 li h4:before {
  content: counter(num2);
  counter-increment: num2;
  border: 1px solid #999999;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 26px;
  width: 26px;
  color: #999999;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.style-basic .block-column h4 {
  margin-top: 0;
}
.style-basic div h4 {
  margin-top: 16px;
}
.style-basic h3 + .itemBlockH2 h4,
.style-basic h3 + .itemBlockH3 h4,
.style-basic h3 + .itemBlockH4 h4,
.style-basic h3 + .block-column h4 {
	margin-top: 16px;
}
/* h5 title styles 
----------------------------------------------- */
.style-basic h5,
.title.lv5 {
	color: #000;
	font-size: 1.8rem;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, "Noto Serif JP", serif;
  	font-weight: normal;
	margin-bottom: 1em;
}
/* h6 title styles 
----------------------------------------------- */
.style-basic h6,
.title.lv6 {
	color: #000;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 1em;
}

/* other title styles 
----------------------------------------------- */
.title.cc1 {
  color: #008D54;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1.45;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1em;
  border-left: none;
}
h3.no-border, .title.lv3.no-border{font-weight: bold;}
.no-border{border: none !important;}
.no-border::before{
	display: none !important;
}
.title.bb {
	border-bottom: 1px solid #ddd;
   padding-bottom: 8px;
}

.thumb img {display: block; margin: auto;}


@media only screen and ( max-width : 767px ) {
  
  /* h2 title styles 
  ----------------------------------------------- */
  .style-basic h2,
  .title.lv2 {
    font-size: 2.3rem;
    padding: 12px;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 48px;
  }
  .style-basic h2:before,
  .title.lv2:before {
    width: 10%;
  }
  
  /* h3 title styles 
  ----------------------------------------------- */
  .style-basic h3,
  .title.lv3 {
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 24px;
    margin-bottom: 12px;
    padding: 0.05em 0 0.05em 0.4em;
  }
  .style-basic .num1 li h3 {
    padding-left: 20px;
  }
  .style-basic .num1 li h3::before {
    font-size: 2.6rem;
    margin-left: -20px;
  }
  .style-basic .num2 li h3 {
    line-height: 1.5;
    padding-left: 32px;
  }
  .style-basic .num2 li h3:before {
    height: 24px;
    width: 24px;
    line-height: 1;
  }
	.style-basic h3.var1 {
	font-size: 1.5rem;
	padding: 0.2em 0.5em 0.3em 0.6em;
	}
	.style-basic h3.var2 {
	font-size: 1.4rem;
	}
  
  /* h4 title styles 
  ----------------------------------------------- */
  .style-basic h4,
  .title.lv4 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 24px;
    padding: 0.05em 0 0.05em 0.4em;
  }
  .style-basic .num1 li h4 {
    padding-left: 18px;
  }
  .style-basic .num1 li h4::before {
    font-size: 2.4rem;
    margin-left: -18px;
  }
  .style-basic .num2 li h4 {
    line-height: 1.5;
    padding-left: 30px;
  }
  .style-basic .num2 li h4:before {
    height: 22px;
    width: 22px;
    line-height: 1;
  }
  .title.cc1 {
	font-size: 1.6rem;
    font-weight: 700;
  }
	/* h5 title styles 
  ----------------------------------------------- */
  .style-basic h5,
  .title.lv5 {
    font-size: 1.6rem;
  }
}

/* LINES */
hr { visibility: hidden; }

/* LINKS */
a,
a:link { color: #006699; }
a:visited {color: #006699;}
a:active {}
a:hover { color: #008D54;}
a.color-main { color: #008D54; }
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}


/* --------------------------------------------
	Page Layout Patterns
----------------------------------------------- */
#container { position: relative; }
/* Only MainColumn */
body.oneColumn #mainCol {}
body.oneColumn #mainBody {}
@media print, screen and ( min-width : 768px ) {
	#contents {
		margin: 0 auto;
		padding-bottom: 50px;
		width: 980px;
	}
	/* SubColumn | MainColumn */
	body.sm #mainBody { width: 74%; }
	body.sm #subCol { width: 24%; }

	/* MainColumn | SubColumn */
	body.ms #mainBody { width: 700px; }
	body.ms #subCol { width: 240px; /*margin-top: -70px;*/ }

	/* SubColumn | MainColumn | ExtraColumn */
	body.smx #mainCol { width: 85%; }
		body.smx #mainBody { width: 75%; }
		body.smx #subCol { width: 23%; }
	body.smx #exCol { width: 13%; }

	/* ExtraColumn | MainColumn | SubColumn */
	body.xms #mainCol { width: 85%; }
		body.xms #mainBody { width: 75%; }
		body.xms #subCol { width: 23%; }
	body.xms #exCol { width: 13%; }
}
@media only screen and ( max-width : 767px ) {
	.content-main { font-size: 1.6rem; margin: 15px 10px 20px; }
	#contents {
		padding-bottom: 30px;
	}
}
/* -----------------------
 * GLOBAL PARTS
----------------------- */
@media print, screen and ( min-width : 768px ) {
	.layout-inner {
		margin: 0 auto;
		width: 980px;		
	}
}


/* footer case */
.footer-case {
	border-bottom: solid 1px #fff;
	text-align: left;
	padding: 27px 0 14px;
}
	.footer-case .footer-case_title {
		font-size: 1.6rem;
		font-weight: 500;
	}
	.footer-case dl {
		position: relative;
		margin-top: 15px;
	}
	.footer-case dt {
			position: absolute;
			left: 0;
			font-size: 1.3rem;
			font-weight: bold;
			width: 165px;
		}
		.footer-case dd {
			padding: 0 0 0 165px;
		}
		.footer-case ul {
			padding: 0;
			margin: 0;
			overflow: hidden;
		}
			.footer-case ul li {
				display: block;
				margin-bottom: 12px;
				margin-right: 30px;
				float: left;
			}
				.footer-case ul li a {
					text-decoration: none;
					color: #000;
					font-size: 1.3rem;
					font-weight: 500;
				}
				.footer-case ul li a:hover {
					text-decoration: underline;
				}
			.footer-case ul li.clear {
				clear: both;
			}
@media only screen and ( max-width : 767px ) {
	.footer-case {
		display: none;
	}
}

/* navigation:local */
#nav-local {
	width: 100%;
}
.nav-local_title {
  border-left: #008D54 2px solid;
  color: #008D54;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2em;
  padding: 5px 10px 5px 14px;
  margin-bottom: 12px;
}
.nav-local_list {
  margin: 0;
  list-style: none;
  padding: 0;
}
.nav-local_list a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #555555;
  font-size: 1.3rem;
}
.nav-local_list a:hover {
  background: #eaeaea;
}
.nav-local_parent > li { border-bottom: 1px solid #dddddd; }
.nav-local_parent > li > a { 
  padding-right: 10px;
}
.nav-local_parent .nav-local_btn,
.nav-local_parent .nav-local_link {
  color: #000;
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
}
.nav-local_parent .nav-local_link:after {
  position: absolute;
  content: "";
  background: url(/lib_image/common/arrow-green.svg) 50% 50% / 90% no-repeat;
  right: 6px;
  top: 50%;
  width: 12px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-local_parent .nav-local_btn:after {
  position: absolute;
  content: "";
  background: url(/lib_image/common/plus-green.svg) 50% 50% / 90% no-repeat;
  right: 6px;
  top: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-local_parent .nav-local_btn.open:after  {
  position: absolute;
  content: "";
  background: url(/lib_image/common/minus-green.svg) 50% 50% / 90% no-repeat;
  right: 6px;
  top: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-local_child ul {
  list-style: none;
  padding-left: 0;
}
.nav-local_child a {
  position: relative;  
}
.nav-local_child a:before {
  position: absolute;
  content: "";
  margin-right: 5px;
  background: #008d54;
  width: 10px;
  height: 1px;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-local_child a:hover,
.nav-local_child .current a {
  color: #008d54;
}
.nav-local_child .current a {
  color: #008d54;
}

.nav-local_child {
  display: none;
}
.nav-local_child_btn {
  position: relative;
  padding: 10px 0 10px 28px;
  margin-top: 10px;
  font-size: 1.3rem;
  color: #555555;
  font-weight: bold;
}
.nav-local_child_btn:first-of-type {
  margin-top: 0;
}
.nav-local_child_btn:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #008D54 transparent transparent transparent;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
}
.nav-local_child .nav-local_top {
  position: relative;
}
.nav-local_child .nav-local_top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #888888;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -2px;
  background: none;
}
.nav-local_child .current .nav-local_top:before,
.nav-local_child .nav-local_top.current:before {
  border-color: transparent transparent transparent #008d54;
}

@media print, screen and ( min-width : 768px ) {
#nav-local {  background: #FFF; }
	#nav-local > .nav-local_list {border-top:1px solid #dddddd;}
	.nav-local_list a { padding: 15px 20px 15px 5px; }
  .nav-local_parent .nav-local_btn { padding: 18px 20px 18px 5px; }
	.nav-local_parent > li > a { font-size: 1.3rem; }
	.nav-local_list .current a {
    color: #008d54;
  }
  .nav-local_list a.current {
    color: #008d54;
  }
	.nav-local_child { padding-bottom: 10px; }
  .nav-local_child a { padding: 10px 0px 10px 28px; }
}
@media only screen and ( max-width : 767px ) {
	#nav-local { display: none; border-bottom: 1px solid #eaeaea; }
	.nav-local_list a { font-size: 1.5rem; padding: 15px 10px; }
	.nav-local_parent > li {border-bottom: none;}
	.nav-local_list li+li { border-top: 1px solid #dddddd; }
	.nav-local_parent > li > a:before {  }
	.nav-local_title {
		border-left: none;
		border-top: 2px solid #008D54;
		border-bottom: 1px solid #D0D0D0;
		color: #008D54;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.2em;
		padding: 15px 10px 15px 10px;
		min-height: 48px;
		margin-bottom: 0;
	}
	.nav-local_list a.current { background: #E5F3EE; color:#008D54; } 
	.nav-local_child {margin: 0 5px; }
		.nav-local_child li+li { border-top-color: #FFF; }
			.nav-local_child li a { /*background: #eaeaea;*/ font-size: 1.1rem; }
			.nav-local_child .current a { background: #E5F3EE; } 
			.nav-local_child a:after {
				color: #008d54;
				content: "\f105";
				font-family: 'fa_custom';
				position: absolute;
				right: 10px;
				/**/
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				/**/
			}
}

	
/* -----------------------
 * COMMON PARTS
----------------------- */
.page-head {
	background: #F7F7F7;
	overflow: hidden;
	position: relative;
}
.page-head_inner.layout-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.page-head_text .page-title {
  color: #000;
	display: block;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, "Noto Serif JP", serif;
	font-weight: 400;
}
.page-head_text .category-name {
	display: block;
	font-weight: normal;
}
.page-head_text {
	border-left: 3px solid #CCC;
	position: relative !important;
}
.page-head_text::before {
	background: #009B63;
	content: "";
	width: 3px;
	height: 50%;
	position: absolute;
	left: -3px;
	top: 0;
}
.page-head_image {
	background-position: 50%;
	background-repeat: no-repeat;
}
/* with image */
.page-head_image__mask {
	overflow: hidden;
}
.page-head_image__mask::before {
	background: rgba(0, 0, 0, .6);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.page-head_image__mask .page-head_inner {
	display: block;
}
.page-head_image__mask .page-head-imageArea {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
}
.page-head_image__mask .page-head-imageArea img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	position: absolute;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.page-head_image__mask .page-head-textArea {
	color: #FFF;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 50%;
}
.page-head_image__mask .page-head-textArea .page-head_text {
	border-left: none;
}
.page-head_image__mask .page-head-textArea .page-head_text::before {
	display: none;
}
.page-head_image__mask .page-head-textArea .page-head_text .page-title {
	color: inherit;
	text-shadow: 0 0 12px rgba(0, 0, 0, .5);
}
.page-head_image__mask .page-head-textArea .page-head_text .category-name {
	margin-bottom: .55em;
	text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.page-head_image__mask .page-head-textArea .page-head_text .category-name::after {
	background: #FFF;
	content: "";
	display: block;
	margin-top: .25em;
	width: 3.2em;
	height: 2px;
}

@media print, screen and ( min-width : 768px ) {
	.page-head {
		margin: auto;
		max-height: 300px;
		margin-bottom: 20px;
	}
		.page-head_image { background-size: auto; width: 100%; }
		.page-head_inner.layout-inner {
			min-height: 180px;
		}
		.page-head_inner.layout-inner .page-head-textArea, .page-head_inner.layout-inner .page-head-imageArea {
			-webkit-flex: 1;
			-webkit-box-flex: 1;
			-ms-flex: 1;
			flex: 1;
		}
		.page-head_text {
			margin: 32px 0;
			padding: 0 48px 0 18px;
		}
			.page-head_text .category-name { font-size: 1.8rem; font-weight: normal; margin-bottom: .25em; line-height: 1.77; }
			.page-head_text .page-title {
				font-size: 3.1rem;
				line-height: 1.23;
				font-weight: 600;
			}
			.page-head_body{
				margin-top: 10px;
				font-size: 1.8rem;
				color: #333;
				line-height: 1.3em;
				padding-right: 10px;
			}
	/* with image */
	.page-head_image__mask::before {
		background: rgba(0, 0, 0, .6);
		width: 50vw;
	}
	.page-head_image__mask .page-head-textArea {
		height: 300px;
	}
	.page-head_image__mask .page-head-imageArea {
		width: 1440px;
		height: 300px;
	}
	.page-head_image__mask .page-head-imageArea::before,
	.page-head_image__mask .page-head-imageArea::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		width: 200px;
		height: 100%;
		z-index: 10;
	}
	.page-head_image__mask .page-head-imageArea::before {
		background: -webkit-gradient(linear, left top, right top, from(rgba(247,247,247,1)),to(rgba(247,247,247,0)));
		background: linear-gradient(to right, rgba(247,247,247,1) 0%,rgba(247,247,247,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00f7f7f7',GradientType=1 );
		left: 0;
	}
	.page-head_image__mask .page-head-imageArea::after {
		background: -webkit-gradient(linear, left top, right top, from(rgba(247,247,247,0)),to(rgba(247,247,247,1)));
		background: linear-gradient(to right, rgba(247,247,247,0) 0%,rgba(247,247,247,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f7f7', endColorstr='#f7f7f7',GradientType=1 );
		right: 0;
	}
		.page-head_image__mask .page-head-imageArea img {
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
@media only screen and ( max-width : 767px ) {
	.page-head {}
		.page-head_inner.layout-inner {
			padding: 26px 16px;
			min-height: 170px;
		}
		.page-head_image {}
		.page-head_text {
			padding-left: 16px;
			width: 100%;
		}
			.page-head_text .category-name { font-size: 1.5rem; line-height: 2.1; }
			.page-head_text .page-title {
				font-size: 2.6rem;
				line-height: 1.3;
				margin-top: 7px;
				font-weight: 600;
			}
			.page-head_body {padding: 0 10px 8px; font-size: 1.3rem;}
	/* with image */
	.page-head_image__mask::before {
		background: rgba(0, 0, 0, .4);
		width: 100%;
	}
	.page-head_image__mask .page-head-textArea {
		min-height: 188px;
		width: 100%;
	}
	.page-head_image__mask .page-head-imageArea {
		width: 100%;
		height: 100%;
	}
	.page-head_image__mask .page-head-imageArea img {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	/* sp no image  */
	.page-head_image__mask .page-head-imageArea.customPosition {}
	.page-head_image__mask .page-head-imageArea.customPosition img {
		width: auto;
		min-width: auto;
		height: 240px;
		right: -25%;
		left: auto;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

@media print, screen and ( min-width : 768px ) {
	#yrHere {
		background: #FFF;
		/*background-color: rgba(255, 255, 255, 0.7);*/
		font-size: 1.1rem;
		/*height: 36px;*/
		padding: 10px 1em 10px;
		/*position: absolute;*/
		top: 0;
		width: 100%;
		z-index: 1;
	}
	#yrHere.sub-margin { margin-top: 55px; }
		.yrHere-list { line-height: 15px; }
	.yrHere-list_home a{
		 padding-left: 1.5em;
		position: relative;
		z-index: 1;

	}
		.yrHere-list_home a::before {
			content: "";
			width: 1.25em;
			height: 1em;
			background-image: url(/lib_image/common/home.png);
			background-size: auto 100%;
			background-position: 0 0;
			background-repeat: no-repeat;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
			display: inline-block;
			/*
			content: "\f015";
			font-size: 15px;
			margin-right: 5px;
			vertical-align: middle;
			text-decoration: none;
			display: inline-block
			*/
		}
			.yrHere-list li { vertical-align: middle; }
			.yrHere-list li:before { content: ">"; margin: 0 .5em; }
		.yrHere-list li:first-child:before { display: none;}
}
@media only screen and ( max-width : 767px ) {
	#yrHere { font-size: .9rem; overflow: hidden; background: #F6F6F6; }
	.yrHere-list li > a,
	.yrHere-list li > span {
		display: block;
		text-decoration: none;
		padding: 10px;
	}
	.yrHere-list { overflow: hidden; white-space: nowrap; }
		.yrHere-list li { background-color: #F0F0F0; display:inline-block !important;float: none;}
		.yrHere-list li:not(:first-child) {
			background: #F0F0F0 url(/lib_image/common/bg_yrhere_link_dr.png) no-repeat 0 50%;
			background-size: contain;
			padding-left: 5px;
			margin-left: -5px;
		}
		.yrHere-list li:last-child { background-color: #F6F6F6; background-image: url(/lib_image/common/bg_yrhere_link.png); }
}
/* --------------------------------------------
 * android Styles
----------------------------------------------- */
@media only screen and ( max-width : 767px ) {
  .android h2,
  .android h3,
  .android h4,
  .android h5,
  .android .ff-mincho,
  .android .ff-mincho .num,
  .android .title.lv2,
  .android .title.cc1,
  .android .box-localnav .box-header_title.title,
  .android .section.section-relation .section-title,
  .android .common-contact_label,
  .android .page-old .section-contact-title,
  .android .page-old .box-contact_title {
    font-weight: 700;
  }
}
/* --------------------------------------------
 * iphone Styles
----------------------------------------------- */
@media only screen and ( max-width : 767px ) {
  .iphone h2,
  .iphone h3,
  .iphone h4,
  .iphone h5,
  .iphone .ff-mincho,
  .iphone .ff-mincho .num,
  .iphone .title.lv2,
  .iphone .title.cc1,
  .iphone .box-localnav .box-header_title.title,
  .iphone .section.section-relation .section-title,
  .iphone .common-contact_label,
  .iphone .page-old .section-contact-title,
  .iphone .page-old .box-contact_title {
    font-weight: bold;
  }
}
/* --------------------------------------------
 * windows Styles
----------------------------------------------- */
  .win h2,
  .win h3,
  .win h4,
  .win h5,
  .win .ff-mincho,
  .win .ff-mincho .num,
  .win .title.lv2,
  .win .title.cc1,
  .win .box-localnav .box-header_title.title,
  .win .section.section-relation .section-title,
  .win .common-contact_label,
  .win .page-old .section-contact-title span,
  .win .page-old .box-contact_title {
    font-weight: bold;
  }
