@charset "UTF-8";
/* =====================================
	Default setting
===================================== */
/* =====================================
  Mixins
===================================== */
/*--------------------------------------
  Font Responsive
--------------------------------------*/
/*--------------------------------------
  Contents Default
--------------------------------------*/
/*--------------------------------------
  Font Icons
--------------------------------------*/
/* Generated by Glyphter (http://www.glyphter.com) on  Thu Sep 07 2017*/
@font-face {
	font-family: 'Glyphter';
	src: url("https://genova.ltd/plimo/material/fonts/Glyphter.eot");
	src: url("https://genova.ltd/plimo/material/fonts/Glyphter.eot?#iefix") format("embedded-opentype"), url("https://genova.ltd/plimo/material/fonts/Glyphter.woff") format("woff"), url("https://genova.ltd/plimo/material/fonts/Glyphter.ttf") format("truetype"), url("https://genova.ltd/plimo/material/fonts/Glyphter.svg#Glyphter") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class*='icon-']:before {
	display: inline-block;
	font-family: 'Glyphter';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-icon_display:before {
	content: '\0041';
}
.icon-icon_home:before {
	content: '\0042';
}
.icon-icon_mail:before {
	content: '\0043';
}
.icon-icon_pin:before {
	content: '\0044';
}
.icon-icon_tel01:before {
	content: '\0045';
}
/* =====================================
	Imports Css
===================================== */
/*--------------------------------------
	既存PLIMO import
--------------------------------------*/
/*--------------------------------------
	汎用CSS
--------------------------------------*/
/*--------------------------------------
-------------------------------------------------------------
■ Base
-------------------------------------------------------------
	1. Common
	├ 1-1. html, body
	├ 1-2. links
	├ 1-3. grid system
	├ 1-4. plimo must
	└ 1-5. tuning
-------------------------------------------------------------
■ Layout
-------------------------------------------------------------
	2. Header
	└ 2-1. header common
	└ 2-2. gloval navi
	└ 2-3. others
	3. mainimage
	4. side
	5. Content Bottom
	6. Footer
	7. Other Pages
	└ 7-1. inquiry
	└ 7-2. blog
	└ 7-3. news
	└ 7-4. sitemap
--------------------------------------*/
/*-----------------------------------------------------------
■ Base
-----------------------------------------------------------*/
/* =====================================
	1. Common
===================================== */
/* =====================================
	Default setting
===================================== */
/* =====================================
  Mixins
===================================== */
/*--------------------------------------
  Font Responsive
--------------------------------------*/
/*--------------------------------------
  Contents Default
--------------------------------------*/
/*--------------------------------------
  Font Icons
--------------------------------------*/
/* Generated by Glyphter (http://www.glyphter.com) on  Thu Sep 07 2017*/
@font-face {
	font-family: 'Glyphter';
	src: url("https://genova.ltd/plimo/material/fonts/Glyphter.eot");
	src: url("https://genova.ltd/plimo/material/fonts/Glyphter.eot?#iefix") format("embedded-opentype"), url("https://genova.ltd/plimo/material/fonts/Glyphter.woff") format("woff"), url("https://genova.ltd/plimo/material/fonts/Glyphter.ttf") format("truetype"), url("https://genova.ltd/plimo/material/fonts/Glyphter.svg#Glyphter") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class*='icon-']:before {
	display: inline-block;
	font-family: 'Glyphter';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-icon_display:before {
	content: '\0041';
}
.icon-icon_home:before {
	content: '\0042';
}
.icon-icon_mail:before {
	content: '\0043';
}
.icon-icon_pin:before {
	content: '\0044';
}
.icon-icon_tel01:before {
	content: '\0045';
}
/*--------------------------------------
	1-1. html, body
--------------------------------------*/
html {
	font-size: 62.5%;/* IE文字サイズ対策 */
}
body {
	min-width: 300px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノUD角ゴ StdN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	color: #755E53;
	letter-spacing: 0.05em;
	line-height: 2;
	background: none !important;
	overflow-wrap: break-word;
	word-wrap: break-word;
	/*text-align: justify;
	text-justify: -inter-ideograph;
	-ms-text-justify: inter-ideograph;*/
}
@media screen and (max-width: 767px) {
body {
	font-size: 16px !important;
}
}
/*--------------------------------------
	1-2. links
--------------------------------------*/
a {
	color: #424242;
}
a:visited {
	color: #424242;
}
a:focus {
	color: #424242;
}
a:hover {
	color: #424242;
}
a:active {
	color: #424242;
}
a:focus, *:focus {
	outline: none;
}
/*--------------------------------------
	1-3. grid system
--------------------------------------*/
/* full */
/*
.full #content .container_12, .full #base, .full #contentBase {
	width: 100%!important;
}
*/
.full #base, .full #contentBase {
	width: 100% !important;
	max-width: 100%;
}
/*--------------------------------------
	1-4. plimo must
--------------------------------------*/
/* hikoukai */
.hikoukai {
	display: none !important;
}
#drag-temp-pre-content .parts.hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}
/* 管理画面ズレ対応 */
#drag-temp-pre-content .parts {
	min-height: 30px;
	margin: 0 !important;
}
 @media screen and (min-width: 768px) {
#drag-temp-pre-content .sp {
	margin: 0;
	padding: 0;
	height: 0;
}
}
/* 新着情報ブロック */
#drag-temp-pre-content .news_list {
	position: relative;
	display: block;
	min-height: 50px;
	background: #777;
}
#drag-temp-pre-content .news_list:before {
	content: "新着情報";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -.75em;
	margin-left: -4.5em;
	font-size: 20px;
	color: #fff;
	z-index: 10;
}
/* pc sp change */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media screen and (max-width: 767px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}
/* tel */
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
.tel_txt a {
	cursor: text;
}
.tel_txt a:hover {
	text-decoration: none;
}
 @media screen and (max-width: 960px) {
a[href^="tel:"] {
	pointer-events: auto;
	cursor: pointer;
}
.tel_txt a,  .tel_txt a:hover {
	text-decoration: underline;
}
}
/*--------------------------------------
	1-5. tuning
--------------------------------------*/
/* static tuning */
.top .b_01, .top .b_02, .top .b_03, .top .b_04, .top .b_05, .top .b_06, .top .b_07, .top .b_08, .top .b_09, .top .b_10, .top .b_10_column2, .top .b_10_column3, .top .b_11, .top .b_11_2, .top .b_11_3, .top .table2 {
	margin: 0 auto 4em;
}
.top.full .b_01, .top.full .b_02, .top.full .b_03, .top.full .b_04, .top.full .b_05, .top.full .b_06, .top.full .b_07, .top.full .b_08, .top.full .b_09, .top.full .b_10, .top.full .b_10_column2, .top.full .b_10_column3, .top.full .b_11, .top.full .b_11_2, .top.full .b_11_3, .top.full .table2 {
	margin: 0 auto;
}
.under .b_01, .under .b_02, .under .b_03, .under .b_04, .under .b_05, .under .b_06, .under .b_07, .under .b_08, .under .b_09, .under .b_10, .under .b_10_column2, .under .b_10_column3, .under .b_11, .under .b_11_2, .under .b_11_3, .under .table2 {
	margin: 0 auto 4em;
}
#bread {
	max-width: none;
	padding: 15px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
        margin-top: 0;
        text-align: center;
        background: #FFF5F3;
}
#bread span {
        text-overflow: clip;
}
#bread a span {
        color: #EC7F99;
        text-decoration: underline;
}
/* img default */
img {
	width: auto;
	max-width: 100%;
}
/* img default margin */
.b_11_2_in span img, .b_11 .b_11_in span img {
	margin: 0 1em 1em 0;
}
/* 2col contents padding setting */
.b_10.b_10_column2 div.column_r, .b_11_2.b_11_2_column2 div.column_r {
	padding-left: 15px;
}
.b_10.b_10_column2 div.column_l, .b_11_2.b_11_2_column2 div.column_l {
	padding-right: 15px;
}
/* XPERIA Tab 縦幅対策 */
#newsList #content, #websiteNewsDetail #content {
	min-height: 600px;
}
/* content tuning */
.full #mainimage {
	max-width: 100%;
}
#content {
	padding-top: 0;
}
#base {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.full #base {
	padding: 0 !important;
}
.full .w-p {
	width: 100%;
	max-width: 1060px;
	padding: 0 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}
 @media screen and (max-width: 480px) {
.full .w-p {
	padding: 0 20px;
}
}
#contentBase {
	width: 75%;
	max-width: 750px;
}
 @media screen and (max-width: 960px) {
#contentBase {
	width: 100%;
	max-width: 100%;
	float: none;
}
}
@media screen and (max-width: 959px) and (min-width: 601px) {
#content {
	padding: 0 !important;
}
}
@media screen and (max-width: 600px) {
#content {
	padding: 0 !important;
}
}
@media screen and (max-width: 1060px) {
/* content tuning */
.full #contentBase {
	max-width: 100%;
}
/*#content {
  	padding: 1em 0 0 !important;
 }
.under #content {
	padding: 1em 30px 0 !important;
}
.under.full #content {
	padding: 1em 0 0 !important;
}*/
/* bn tuning */
.b_10.bn01 img {
	width: 75% !important;
}
.b_10.b_10_column2.bn02 {
	width: 75% !important;
	margin: 0 auto 2em;
}
.b_10.bn02 img {
	width: 100% !important;
}
.b_10.b_10_column3.bn03 {
	width: 75% !important;
	margin: 0 auto 2em;
}
.b_10.bn03 img {
	width: 100% !important;
}
}
@media screen and (max-width: 767px) {
/* content tuning */
#contentBase {
	margin: 0 auto;
	float: none;
}
/* static tuning */
.b_11_3.b_11_3_column3,  .b_11_3.b_11_3_column3 div.column_c,  .b_11_3.b_11_3_column3 div.column_l,  .b_11_3.b_11_3_column3 div.column_r {
	margin: 0 0 1.0em !important;
}
.b_10.b_10_column2 div.column_r, .b_11_2.b_11_2_column2 div.column_r {
	padding-left: 0;
}
.b_10.b_10_column2 div.column_l, .b_11_2.b_11_2_column2 div.column_l {
	padding-right: 0;
}
.top .b_01, .top .b_02, .top .b_03, .top .b_04, .top .b_05, .top .b_06, .top .b_07, .top .b_08, .top .b_09, .top .b_10, .top .b_10_column2, .top .b_10_column3, .top .b_11, .top .b_11_2, .top .b_11_3, .top .table2 {
	margin: 0 auto 2em;
}
.top.full .b_01, .top.full .b_02, .top.full .b_03, .top.full .b_04, .top.full .b_05, .top.full .b_06, .top.full .b_07, .top.full .b_08, .top.full .b_09, .top.full .b_10, .top.full .b_10_column2, .top.full .b_10_column3, .top.full .b_11, .top.full .b_11_2, .top.full .b_11_3, .top.full .table2 {
	margin: 0 auto;
}
.under .b_01, .under .b_02, .under .b_03, .under .b_04, .under .b_05, .under .b_06, .under .b_07, .under .b_08, .under .b_09, .under .b_10, .under .b_10_column2, .under .b_10_column3, .under .b_11, .under .b_11_2, .under .b_11_3, .under .table2 {
	margin: 0 auto 2em;
}
/* others */
.sp_img_height {
	max-width: 80%;
}
/* コンテンツが短い場合 */
#contentBase {
	min-height: 200px;
}
}
@media screen and (max-width: 480px) {
#base {
	padding: 0;
}
#content {
	padding: 1em 0 0 !important;
}
}
/*-----------------------------------------------------------
■ Layout
-----------------------------------------------------------*/
/* =====================================
	2. Header
===================================== */
/*--------------------------------------
	2-1. header common
--------------------------------------*/
/* 140EX HEADER */
#wrapper {
	padding-top: 92px;
}
@media screen and (max-width: 1060px) and (min-width: 768px) {
#wrapper {
	padding-top: 185px;
}
}
@media (max-width: 767px) {
#wrapper {
	padding-top: 0;
}
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background: #fff;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
#header .header_block {
        padding: 0;
}
#header h1 {
	width: 23%;
	max-width: 284px;
	margin: 15px 0 0 20px;
}
#header h1 img {
	width: auto;
	max-width: 100%;
}
#header .right_box {
	float: right;
	width: 202px;
        margin-left: 20px;
}
#header .right_box a {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	color: #fff;
}
#header .right_box a:hover {
	text-decoration: none;
}
#header .toggleMenu {
	display: none;
	float: right;
}
#header .toggleMenu img {
	width: 80px;
}
#header .header_menu {
	float: right;
}
#header .header_menu .g_nav {
	display: flex;
}
#header .header_menu .g_nav > li {
	/*border-right: 1px solid #babdd0;*/
	vertical-align: middle;
}
#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
	display: flex;
	align-items: center;
	width: auto;
	height: 92px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
        line-height: 1.4;
        color: #755E53;
        margin-right: 40px;
        font-family: "秀英丸ゴシック L","Shuei MaruGo L";
}
#header .header_menu .g_nav > li > a > span, #header .header_menu .g_nav > li > span > span {
	display: block;
	margin: 0 auto;
        width: 100%;
}
#header .header_menu .g_nav > li > a sub, #header .header_menu .g_nav > li > span sub {
	font-size: 1.4rem;
	color: #0a1b73;
}
#header .header_menu .g_nav > li > a sub:before, #header .header_menu .g_nav > li > span sub:before {
	content: "\d\a";
	white-space: pre;
}
#header .header_menu .g_nav > li > span:hover + dl, #header .header_menu .g_nav > li > span ul:hover {
	pointer-events: auto;
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#header .header_menu .g_nav > li > span:hover {
	position: relative;
}
@media (min-width: 768px) {
#header .header_menu .g_nav > li > span:hover:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: -49px;
	display: block;
	width: 72px;
	height: 100px;
	/*bottom: -5px;
	left: 0;
	display: block;
	width: 100px;
	height: 130px;*/
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 9999;
}
#header .header_menu .g_nav > li > span:hover:after {
	content: "";
	position: absolute;
	bottom: -20px;
	right: -44px;
	z-index: 2;
	display: block;
	width: 72px;
	height: 100px;
	/*bottom: -5px;
	right: -50px;
	z-index: 2;
	display: block;
	width: 100px;
	height: 130px;*/
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 999;
}
}
#header .header_menu .g_nav > li a:hover {
	cursor: pointer;
	text-decoration: none;
}
#header .header_menu .g_nav > li:first-child {
	position: relative;
	/*border-left: 1px solid #babdd0;*/
}
#header .header_menu .g_nav > li:first-child a {
	/*padding-top: 3em;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
	/*font-size: 16px;*/
	color: #755E53;
}
#header .header_menu .g_nav > li dl {
	pointer-events: none;
	position: absolute;
	top: 92px;
	left: 0;
	display: block;
	width: 100%;
	padding: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #e4f6f8;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 99;
}
@media (min-width: 1061px) {
#header .header_menu .g_nav > li > a > span, #header .header_menu .g_nav > li > span > span {
	position: relative;
}
#header .header_menu .g_nav > li > a:hover > span:after,  #header .header_menu .g_nav > li > span:hover > span:after {
	display: block;
	content: "";
	width: 100%;
	height: 4px;
	background: #f2bcc9;
	position: absolute;
	left: 0;
	bottom: -10px;
	text-decoration: none;
        border-radius: 5px;
}
}
@media (min-width: 768px) {
#header .header_menu .g_nav > li dl {
	pointer-events: none;
}
}
#header .header_menu .g_nav > li dl dt {
	max-width: 1000px;
	margin: 0 auto 20px;
	font-size: 23px;
	letter-spacing: 0.1em;
	color: #755f54;
        font-family: "秀英丸ゴシック B","Shuei MaruGo B";
}
#header .header_menu .g_nav > li dl ul {
	max-width: 1000px;
	margin: 0 auto;
}
#header .header_menu .g_nav > li dl li {
	display: inline-block;
	margin-right: 30px;
        position: relative;
        padding-left: 15px;
}
#header .header_menu .g_nav > li dl li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 8px;
	height: 12px;
	background: url("../asset/icon-nav.png") no-repeat center center;
	background-size: 8px 12px;
}
#header .header_menu .g_nav > li dl li:last-child {
	margin-right: 0;
}
#header .header_menu .g_nav > li dl a {
	color: #755f54 !important;
}
#header .header_menu .g_nav > li dl a:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: underline;
}
#header .header_menu .g_nav > li dl:hover {
	pointer-events: auto;
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
@media screen and (max-width: 1300px) {
#header h1 {
	max-width: 240px;
        margin-top: 20px;
}
#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
        margin-right: 25px;
}
/*#header .header_menu .g_nav > li:first-child a:before {
	top: 22px;
}*/
#header .header_menu .g_nav > li dl {
	top: 92px;
}
}
@media screen and (max-width: 1060px) and (min-width: 768px) {
#header .header_block {
        padding: 20px;
}
#header h1 {
	max-width: 284px;
        width: 284px;
        margin: 14px auto;
        float: none;
}
#header .right_box {
	width: 202px;
        margin-left: 0;
}
#header .header_menu {
	float: none;
	clear: both;
	width: 100%;
        padding-top: 20px;
}
#header .header_menu .g_nav > li:last-child {
        border-right: 1px solid #c1b8b1;
        width: 25%;
}
#header .header_menu .g_nav > li {
        border-left: 1px solid #c1b8b1;
        width: 15%;
}
#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
	width: 100%;
	height: 36px;
	font-size: 14px;
	margin: 0;
	letter-spacing: normal;
}
/*#header .header_menu .g_nav > li > a sub, #header .header_menu .g_nav > li > span sub {
	font-size: 1.3rem;
}
#header .header_menu .g_nav > li:first-child a {
	font-size: 1.3rem;
	padding-top: 2.5em;
}
#header .header_menu .g_nav > li:first-child a:before {
	top: 12px;
	width: 20px;
	height: 22px;
	margin-left: -10px;
	background-size: 100%;
}*/
#header .header_menu .g_nav > li dl {
	top: 165px;
}
}
@media screen and (max-width: 767px) {
#header {
	position: relative;
	top: inherit !important;
	left: inherit !important;
}
#header .header_block {
	padding: 0;
}
#header h1 {
	margin: 30px 0 0 20px;
	width: 284px;
	max-width: none;
}
#header h1 img {
	min-width: 160px;
}
#header .toggleMenu {
	display: block;
        margin: 20px;
}
#header .right_box, #header .g_nav {
	display: none;
}
#header .header_menu {
	float: none;
}
#header .header_menu .g_nav {
	display: block;
	text-align: center;
	background: #755e53;
}
#header .header_menu .g_nav > li {
	position: relative;
	border-bottom: 1px solid #fff;
}
#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
	width: 100%;
	padding: 0 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
        height: 60px;
}
#header .header_menu .g_nav > li > a span, #header .header_menu .g_nav > li > span span {
	margin: 0;
        text-align: left;
        font-size: 15px;
        letter-spacing: 0.1em;
        color: #fff;
}
#header .header_menu .g_nav > li > a sub, #header .header_menu .g_nav > li > span sub {
	margin: -6px 0 0 12px;
	display: inline-block;
	vertical-align: middle;
}
#header .header_menu .g_nav > li:first-child {
	border-left: none;
}
/*#header .header_menu .g_nav > li:first-child a {
	padding: 0 20px;
}
#header .header_menu .g_nav > li:first-child a:before {
	position: relative;
	top: 0;
	left: 0;
	margin-left: 0;
}
#header .header_menu .g_nav > li:first-child a span {
	margin-top: 4px;
	margin-left: 20px;
}*/
#header .header_menu .g_nav > li > span:after {
	content: "";
	position: absolute;
	top: 50%;
	/*margin-top: -4px;*/
	right: 20px;
	width: 16px;
	height: 16px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	/*-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);*/
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	margin-top: -15px;
}
#header .header_menu .g_nav > li dl {
	position: relative;
	top: 0;
	background: none;
	padding: 0;
}
#header .header_menu .g_nav > li dl li:before {
	display: none;
}
#header .header_menu .g_nav > li dt {
	display: none;
}
#header .header_menu .g_nav > li ul {
	position: inherit;
	background: #FFF5F3;
	display: none;
	top: 0;
	padding: 0;
}
#header .header_menu .g_nav > li ul li {
	display: block;
	margin-right: 0;
	border-bottom: 1px solid #755e53;
        padding-left: 0;
}
#header .header_menu .g_nav > li dl li:last-child {
        border-bottom: none;
}
#header .header_menu .g_nav > li ul li a {
	position: relative;
	display: block;
	padding: 10px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
#header .header_menu .g_nav > li ul li a:hover {
        text-decoration: none;
}
#header .header_menu .g_nav > li.hover ul {
	display: block;
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
/*#header .header_menu .g_nav > li.hover > span:after {
	margin-top: -15px;
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}*/
#header .header_menu .g_nav > li > span{
	position: relative;
}
#header .header_menu .g_nav > li.hover > span+dl,
#header .header_menu .g_nav > li > span:hover + dl{
	pointer-events: auto;
	opacity: 1;
}
}
@media screen and (max-width: 480px) {
#header h1 {
        margin: 25px 0 0 15px;
	width: 210px;
}
#header .toggleMenu {
        margin: 15px;
}
#header .toggleMenu img {
	width: 60px;
}
}
/*--------------------------------------
	2-2. gloval navi

@import "http://www.ogawacl.com/css/core/header/nav/structure_1";
#gnav {
	max-width: $csw;
	padding: $pd-pc;
	@include box-sizing(border-box);
	margin: 0 auto;
	.nav {
		max-width: 100%;
	}
}
@media screen and (max-width: $media-sp) {
	#gnav {
		padding: 0;
	}
}
--------------------------------------*/
/*--------------------------------------
	2-3. others
--------------------------------------*/
/* toggle menu */
.togglemenu {
	background: none;
	display: none;
}
.android .nav:focus .sub {
	display: block;
}
 @media screen and (max-width: 960px) {
.android .nav:focus .sub {
	display: block;
}
}
/* =====================================
	3. mainimage
===================================== */
/* GENERAL */
#mainimage {
	max-width: 100%;
	text-align: center;
}
#mainimage img {
	max-width: 100%;
}
/* natural mainimage */
.imgMain {
	position: relative;
	display: block;
	width: 100%;
	background: url("http://www.jk-crew.or.jp/asset/mainimage01.jpg") no-repeat center center;
	background-size: cover;
}
.imgMain span {
	display: none;
}
.imgMain:before {
	content: "";
	display: block;
	padding-top: 34%;
}
 @media screen and (max-width: 767px) {
.imgMain {
	background: url("http://www.jk-crew.or.jp/asset/mainimage01_sp.jpg") no-repeat center top;
	background-size: 100% auto;
}
.imgMain:before {
	padding-top: 68%;
}
}
/* =====================================
	4. side
===================================== */
#side {
	display: block;
	width: 22%;
	max-width: 220px;
}
#side .inner {
	padding: 0;
}
#sidecontact {
	display: block;
	position: fixed;
	top: 5%;
	z-index: 1000;
}
#sidecontact.rightContent {
	right: 130px;
        transition: all 0.5s ease 0s;
}
/*.full #side {
	display: none;
}*/
#side #sidecontact {
	display: block;
	position: fixed;
	bottom: 50px;
	z-index: 1000;
        top: inherit;
}
#side #sidecontact li {
        float: left;
}
@media screen and (max-width: 960px) {
#side {
	width: 100%;
	max-width: 100%;
	float: none;
	background: #fff !important;
}
}
@media screen and (max-width: 767px) {
#side {
	width: 100%;
	float: none;
	background: #fff;
}
#side #sidecontact {
	bottom: 30px;
}
#sidecontact.rightContent {
	right: 75px;
}
#side .bn {
	margin-bottom: 0;
	margin-right: 8px;
	width: 43%;
	margin-bottom: 8px;
}
#side .inner {
	margin: 0 auto 30px;
	margin: 0 auto 30px;
}
.bnr_stel {
	display: none;
}
#side img {
	width: 100%;
	margin: 0;
}
}
/* =====================================
	5. Content Bottom
===================================== */
.inq_section {
	background: url("../asset/bg-inq.jpg") no-repeat center center;
	background-size: cover;
	padding: 47px 0 60px;
	color: #fff;
	text-align: center;
}
.inq_section .lead_txt {
	font-size: 34px;
        font-family: "秀英丸ゴシック B","Shuei MaruGo B";
	letter-spacing: 0.15em;
	line-height: 1.8;
	margin-bottom: 28px;
}
.inq_section .txt {
	letter-spacing: 0.1em;
	padding-top: 32px;
        font-family: "秀英丸ゴシック L","Shuei MaruGo L";
}
.inq_section li {
	width: 50%;
        margin: 0 auto;
}
}
.inq_section li img {
	width: 100%;
}
@media screen and (max-width: 767px) {
.inq_section .lead_txt {
	font-size: 28px;
	letter-spacing: 0.05em;
        line-height: 1.4;
}
.inq_section li {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-top: 15px;
}
.inq_section li:first-child {
	margin-top: 0;
}
}
/* =====================================
	6. Footer
===================================== */
#footer {
	background: #fef8f6;
	background-image: none;
	border-top: none;
	padding: 78px 0 125px;
        position: relative;
}
#footer .inner {
	width: 1080px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	font-size: 100%;
        color: #9d8d86;
}
#footer .bnr_area {
        margin-bottom: 53px;
}
#footer .bnr_area li {
        float: left;
        width: 31.4%;
        margin-left: 2.9%;
}
#footer .bnr_area li:first-child {
        margin-left: 0;
}
#footer .bnr_area li img {
        width: 100%;
}
.footer_nav_box.first, .footer_nav_box.second, .footer_access_box {
        box-sizing: border-box;
        float: left;
}
.footer_nav_box.first, .footer_nav_box.second {
        margin-top: 4px;
}
.footer_access_box {
        width: 36%;
        padding: 0 25px 0 0;
}
.footer_access_box .footer_logo {
        margin: 10px 0 33px;
}
.footer_access_box img {
        width: auto;
}
.footer_access_box .addr p,
.footer_access_box .addr dl {
        font-size: 13px;
        line-height: 1.85;
        letter-spacing: 0.02em;
        margin: 0 0 24px;
        color: #72706E;
        text-align: left !important;
        padding-bottom: 0 !important;
}
.footer_access_box .addr dl dt {
        width: 90px;
        float: left;
}
.footer_access_box .addr dl dd {
        padding: 0 0 0 90px;
}
.footer_nav_box.first {
        width: 36%;
        padding: 0 5% 0 0;
}
.footer_nav_box.second {
        width: 28%;
}
#footer .footer_title {
        font-size: 17px;
        color: #F6D0D9;
        padding-bottom: 20px;
        font-family: "秀英丸ゴシック B","Shuei MaruGo B";
        line-height: 2;
        margin-bottom: 24px;
        letter-spacing: 0.1em;
        text-align: left;
        position: relative;
        border-bottom: 1px solid #BBAFAA;
}
#footer .footerLink {
	color: #fff;
	margin-bottom: 0;
}
#footer .footerLink li {
        box-sizing: border-box;
        margin-bottom: 3px;
        position: relative;
        padding-left: 15px;
        line-height: 1.85;
        display: block;
}
#footer .footerLink li:before {
        content: "";
        position: absolute;
        top: 9px;
        left: 0;
        display: block;
        width: 8px;
        height: 12px;
        background: url("../asset/icon-arrow.png") no-repeat center center;
        background-size: 8px 12px;
}
#footer .footerLink a {
	color: #72706E;
        font-size: 13px;
}
.copyright {
	font-size: 11px;
	color: #72706E;
        margin-top: 35px;
}
#pagetop {
        right: 50px;
        bottom: 30px;
        z-index: 999;
}
@media screen and (max-width: 1060px) {
#footer .inner {
	width: 96%;
}
.footer_access_box .addr .tab_block {
        display: block;
}
.footer_access_box .addr dl dt {
        width: auto;
        float: none;
}
.footer_access_box .addr dl dd {
        padding: 0;
}
}
@media screen and (max-width: 767px) {
#footer {
	position: static !important;
        padding: 50px 0 120px;
}
#footer .inner {
	width: 94%;
}
.copyright {
        margin-top: 0;
}
.footer_access_box {
        float: none;
        width: 100%;
        margin: 0 0 40px;
        padding: 0;
        clear: both;
}
.footer_nav_box.first, .footer_nav_box.second {
        float: left;
        width: 50%;
        margin-bottom: 40px;
}
.footer_nav_box.second .footerLink {
        float: none;
        width: 100%;
        padding-right: 0;
}
.footer_access_box .addr dl dt {
        width: 90px;
        float: left;
}
.footer_access_box .addr dl dd {
        padding: 0 0 0 90px;
}
.footer_access_box .copyright {
        margin: 30px 0 0;
}
#pagetop {
        right: 15px;
        bottom: 30px;
}
.fixed_box {
        /*background: #9e8d85;*/
        position: fixed;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: auto;
        /*border-top: 1px solid #9e8d85;*/
        transition: all 0.5s ease 0s;
}
.fixed_box > ul > li {
        float: left;
        width: 85.3%;
}
.fixed_box > ul > li:last-child {
        width: 14.7%;
        /*border-left: 1px solid #fff;*/
        box-sizing: border-box;
}
.fixed_box li li {
        float: left;
        width: 50%;
        box-sizing: border-box;
        border-right: 1px solid #fff;
}
.btn_pageTop {
        bottom: 0;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
        display: block !important;
}
.fixed_box a,
.fixed_box span,
.fixed_box img {
        vertical-align: bottom;
}
.fixed_box img {
        width: 100% !important;
}
}
@media screen and (max-width: 480px) {
.footer_nav_box.first, .footer_nav_box.second {
        float: none;
        width: 100%;
}
}
/* =====================================
	7. Other Pages
===================================== */
/*--------------------------------------
	7-1. inquiry
--------------------------------------*/
#inquiryBody .pc_mail {
	display: none;
}
.form_error_notice {
	text-align: center;
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 20px;
	min-height: 860px;
}
 @media screen and (max-width: 767px) {
.inquiryFormTable dt {
	background: #e5e5e5 !important;
	color: #333;
}
}
/*--------------------------------------
	7-2. blog
--------------------------------------*/
.entry {
	margin-bottom: 20px;
}
#blogBody .date {
	text-align: right;
}
#blogBody .contributor {
	font-weight: bold;
}
#pagenation {
	background: none;
	border-top: 1px solid #ddd;
}
#pagenation .active a, #pagenation a.active:hover {
	background: #999 !important;
}
#blogside li {
	position: relative;
	padding: 0 0 0 15px;
}
#blogside li:before {
	content: "";
	position: absolute;
	background: #ddd;
	top: 13px;
	left: 0;
	margin-top: -5px;
	height: 5px;
	width: 5px;
	padding: 0;
}
#blogside li.child-2 {
	margin-left: 15px;
}
#blogside li.child-2:before {
	content: "";
	position: absolute;
	background: #ddd;
	top: 13px;
	left: 5px;
	margin-top: -5px;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	padding-left: 0;
}
/* news(side) list 打ち消し用 */
#blogBody #blogList, #blogBody .contentArea {
	width: 72% !important;
	float: left;
}
#blogside {
        width: 25%;
}
/* search */
.blog_search_input input {
	width: 98%;
	margin-bottom: 3px;
}
.blog_search_submit {
	display: block;
	text-align: center;
	width: 98%;
}
/* blog link */
#blogBody .contentArea a {
	word-break: break-all;
}
/* blog回り込み解除 */
#blogBody .blogArea:after {
	content: "";
	display: block;
	clear: both;
}
 @media screen and (max-width: 767px) {
#blogBody #blogList, #blogBody .contentArea, #blogside {
	width: 100% !important;
}
}
/*--------------------------------------
	7-3. news
--------------------------------------*/
.news_section {
	padding: 55px 0 49px;
        margin: 0 !important;
}
#news, #news_list {
	position: relative;
	background: none;
	padding-bottom: 0;
}
.gnv_tmp_008_title_block #news_list {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding-top: 20px;
}
.gnv_tmp_008_title_block h2 {
        font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ヒラギノUD角ゴ StdN W6", "メイリオ", Meiryo, sans-serif;
	font-size: 18px;
	color: #755E53  !important;
	letter-spacing: 0.15em;
	padding: 0 0 17px;
	margin: 0 !important;
	text-align: left;
        border-bottom: 1px solid #707070;
}
.gnv_tmp_008_title_block #news h2 {
        display: none;
}
#news_list h2, #news h2 {
	font-family: "秀英丸ゴシック B","Shuei MaruGo B";
	font-size: 32px;
	color: #755e56;
	line-height: 1.5;
	letter-spacing: 0.18em;
	text-align: left;
	padding: 0 0 20px;
	border-bottom: 2px solid #f5d0d8;
	margin-bottom: 25px !important;
	background: none;
}
.gnv_tmp_008_title_block .ov {
	position: absolute;
	right: 0;
	top: 7px;
	color: #755E53;
        font-size: 13px;
        text-decoration: underline;
}
.gnv_tmp_008_title_block #news .ov {
	display: none;
}
#news .newsBt, #news_list .newsBt {
	display: inline-block;
	float: none;
	top: -95px;
	width: auto;
	position: absolute;
	right: 0;
	color: #080808;
	text-decoration: none;
}
#news dl, #news_list dl {
	border-bottom: 1px dashed #d7d7d7;
	padding: 20px 0;
	margin: 0;
}
#news dt, #news_list dt {
	padding: 0;
	float: none;
	width: auto;
	margin: 0;
	color: #755E53;
	font-weight: normal;
	letter-spacing: 0.15em;
	clear: none;
}
#news dd, #news_list dd {
	padding: 0;
	width: auto;
	float: none;
}
#news dt .newsNew, #news_list dt .newsNew {
	display: inline-block;
	background: #5CA8E9;
	border-radius: 7px;
	color: #fff;
	width: 45px;
	height: 19px;
	line-height: 19px;
	font-size: 11px;
	letter-spacing: 0;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
	margin: 0 0 0 14px;
	vertical-align: middle;
	float: none;
	text-indent: inherit;
}
#news dd a, #news_list dd a {
	text-decoration: none;
	color: #755E53;
}
#news dd a:hover, #news_list dd a:hover {
	text-decoration: underline;
}
.newsDetailBody img {
	margin: 5px;
}
/* iPad iPhone 
.ios #news dt {
	padding: 0 10px;
	width: 180px;
	margin-top: 0;
}*/
/* news list page */
#newsList #side #news {
	display: none;
}
#news #pagenation ul {
	text-align: center;
}
#news #pagenation ul li a {
	background: #ddd;
	margin-right: 0;
	letter-spacing: normal;
}
/* blog page */
#blogBody #news, #blogBody .contentArea.news_list {
	width: 100% !important;
	float: none;
}
@media screen and (max-width: 767px) {
.news_section {
	padding: 50px 0;
}
/*.gnv_tmp_008_title_block h2 {
       font-size: 28px;
}*/
#news .newsBt, #news_list .newsBt {
       top: -50px;
}
#news dt, #news_list dt {
	float: none;
	width: 100%;
}
#news dd, #news_list dd {
	padding: 0;
}
#pagenation .inner {
	margin-bottom: 50px;
}
/* iPhone 
  .ios #news dt {
  	padding: 0 10px;
  	width: 180px;
  }
  .ios #news .newsNew,
  .ios #newsDetail .newsNew {
  		padding: 3px 10px  3px 5px;
  	line-height: 0.8;
  }*/
}
/*--------------------------------------
	7-4. sitemap
--------------------------------------*/
ul.sitemap_ic li a:after {
	background-color: #fff;
}
ul.sitemap_ic li a {
	padding-right: 40px;
}
/* =====================================
	link hover
===================================== */
/*--------------------------------------
	a
--------------------------------------*/
a:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
h1 a:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
/* =====================================
	btns hover
===================================== */
/*--------------------------------------
	submit
--------------------------------------*/
input[type=submit]:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
/* =====================================
	page display
===================================== */
/*--------------------------------------
	inquiry
--------------------------------------*/
body#inquiryBody {
	background: none;
}
body#inquiryBody #mainimage {
	display: none;
}