<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: "Meiryo", "メイリオ", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 15px;
	color: #191919;
	letter-spacing: 0.2em;
	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: 15px !important;
}
}
/*--------------------------------------
	1-2. links
--------------------------------------*/
a {
	color: #191919;
}
a:visited {
	color: #191919;
}
a:focus {
	color: #191919;
}
a:hover {
	color: #191919;
}
a:active {
	color: #191919;
}
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;
}
.mb {
	display: none !important;
}
@media screen and (max-width: 767px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}
@media screen and (max-width: 480px) {
.mb {
	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: 767px) {
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: 1060px;
	padding: 0 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
}
#bread a span {
	color: #98804d;
	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
--------------------------------------*/
#header {
	width: 100%;
	background: none;
	margin-bottom: 0;
	padding-top: 0;
}
#header .header_wrap {
	position: relative;
	top: inherit;
	left: inherit;
	width: 100%;
	z-index: 999;
}
#header_bg {
	background: #fff;
}
#header .inner {
	width: 100%;
	max-width: 1060px;
	padding: 16px 30px 18px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#header h1 {
	width: 37.7%;
	margin: 5px 0 0;
}
#header h1 img {
	width: auto;
	max-width: 100%;
	margin: 0;
}
#header .pc {
	display: block;
}

@media screen and (max-width: 960px) {
#header h1 {
        width: 340px;
}
#header .rightBox {
        width: 273px;
}
#header .pc img {
	float: none;
}
#header .pc img.pc_tel {
	width: 100%;
	max-width: none;
}
#header .pc img.pc_mail {
	width: 50.68%;
	max-width: 223px;
	margin: 0 0 0 3.87%;
}
}
@media screen and (max-width: 767px) {
#header {
	margin-bottom: 0;
}
#header .header_wrap {
	position: relative;
}
#header .inner {
	padding: 0;
}
#header h1 {
	width: 377px;
	min-width: 160px;
        margin: 15px 10px 0 10px;
}
#header .rightBox {
	width: 80px;
	min-width: 80px;
}
#header .pc {
	display: none;
}
#header #mail_button, #header #menu_button, #header #tel_button {
	display: block;
	margin-left: 0;
	max-width: 100%;
	width: 100%;
}
#header #mail_button img, #header #menu_button img, #header #tel_button img {
	display: block;
	max-width: 100%;
	width: 100%;
}
}
@media screen and (max-width: 480px) {
#header h1 {
        width: 240px;
}
#header .rightBox {
	width: 60px;
	min-width: 60px;
}
}
/*--------------------------------------
	2-2. gloval navi
--------------------------------------*/
#gnav {
	background: none;
	width: 100%;
	max-width: 1500px;
	padding: 0 30px 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}
#gnav .nav {
	max-width: 100%;
}
.nav {
	border-left: 1px solid #dcdcdc;
	box-sizing: border-box;
	list-style: none;
 *zoom: 1;
	position: relative;
	width: auto;
	max-width: 960px;
	margin: 0 auto;
}
.nav li {
	width: 15%;
	border-right: 1px solid #dcdcdc;
	box-sizing: border-box;
	text-align: center;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav a, .nav span {
	padding: 0 5px;
        *zoom: 1;
	cursor: pointer;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.nav &gt; li {
	float: left;
	z-index: 200;
}
.nav &gt; li &gt; a, .nav &gt; li &gt; span {
        position: relative;
	display: block;
        line-height: 35px;
        color: #151515;
        font-size: 15px;
        letter-spacing: 0.13em;
}
.nav a:hover, .nav span:hover {
 	background: none;
        color: #803232;
        text-decoration: none;
}
/* sub lists */
.sub {
	position: absolute;
	left: -9999px;
	z-index: 100;
	list-style: none;
	margin: 0;
        width: 100%;
}
.sub li {
	width: 100%;
	padding: 0;
	border-right: none;
}
.sub li a {
	display: block;
	background: #ede8d4;
	position: relative;
	z-index: 100;
	border-top: 1px solid #fff;
        padding: 10px 5px;
        line-height: 1.3;
        color: #151515;
        letter-spacing: 0.05em;
}
.sub li a:hover {
	background: #f7f4ea;
        color: #151515;
}
.nav li {
	position: relative;
}
.nav &gt; li.hover &gt; ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li.bg-red {
    background: #c12626;
}
@media screen and (max-width: 960px) {
#gnav {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#globalNav .dropcordion {
	width: 100%;
	margin: 0;
	display: table;
}
}
@media screen and (max-width: 959px) and (min-width: 768px) {
.nav &gt; li &gt; a, .nav &gt; li &gt; span {
	font-size: 14px;
	letter-spacing: normal;
}
}
@media screen and (min-width: 768px) {
.nav &gt; li &gt; span:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 4px solid #803232;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 50%;
	bottom: 0;
	margin-left: -5px;
}
.tablet.top .header_menu .g_nav li a.hover,
.tablet.top .header_menu .g_nav li span.hover {
	background: none;
        color: #803232;
}
}
@media screen and (max-width: 767px) {
#gnav {
	background: none;
	height: auto;
	width: 100%;
	padding: 0;
}
.nav {
	display: none;
	border: none;
}
.nav li {
	border: none;
}
.nav &gt; li {
	float: none;
}
.nav ul {
	display: block;
	width: 100%;
}
.nav &gt; li.hover &gt; ul, .nav li li.hover ul {
	position: static;
}
.nav li {
 	background: #a99660;
	border-top: 1px solid #fff;
	text-align: left;
	position: relative;
	display: block;
}
.nav li.first {
	width: 100%;
}
.nav &gt; li &gt; a, .nav &gt; li &gt; span {
        padding: 15px;
        color: #fff;
        line-height: 1.3;
}
.nav li span:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 19px;
	right: 15px;
	width: 15px;
	height: 15px;
	margin-top: -5px;
	background: #fff;
	background: none\9;/* IE8 */
}
.nav li span:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	right: 15px;
	width: 15px;
	height: 15px;
	margin-top: -5px;
	background: #a99660;
	background: none\9;/* IE8 */
}
.nav a:hover,  .nav span:hover {
	background: none;
	text-decoration: none;
        color: #fff;
}
/* Sub Lists */
.sub {
	margin: 0;
}
.sub li {
	background: #f8f2e6;
	border-top: none;
}
.sub li a {
	border-top: 1px solid #a9965f;
	background: #f8f2e6;
        padding: 15px;
}
.sub li a:hover {
	background: #f8f2e6;
	text-decoration: none;
}
.nav li, .sub li {
	width: 100%;
}
}
/*--------------------------------------
	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;
	margin-top: 0;
}
#mainimage img {
	max-width: 100%;
}
#mainimage .main_content {
        position: relative;
}
#mainimage .main_content .main_catch {
        position: absolute;
        left: 30%;
        top: 18%;
        width: 40%;
}
#mainimage .main_content .main_catch img {
        max-width: 595px;
}
/*@media screen and (max-width: 960px) {
#mainimage {
     margin-top: 151px;
}
}
@media screen and (max-width: 767px) {
#mainimage {
     margin-top: 0;
}
}*/
/* =====================================
	4. side
===================================== */
#side {
	width: 22%;
	max-width: 220px;
        display: none;
}
#side .inner {
	padding: 0;
}
#sidecontact {
	display: block;
	position: fixed;
	top: 5%;
	z-index: 1000;
}
#sidecontact.rightContent {
	right: 0;
}
.full #side {
	display: none;
}
#side #sidecontact {
	display: block;
	position: fixed;
	bottom: 40%;
	z-index: 1000;
}
@media screen and (max-width: 960px) {
#side {
	width: 100%;
	max-width: 100%;
	float: none;
	background: #fff !important;
}
}
@media screen and (max-width: 767px) {
#sidecontact {
	display: none;
}
#side {
	width: 100%;
	float: none;
	background: #fff;
}
#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 {
	float: left;
	max-width: 220px;
	width: 45%;
	margin: 0 0 2.5% 3.4%;
}
}
/* =====================================
	5. Content Bottom
===================================== */
#content-bottom .bnr_section {
        padding: 43px 0 47px;
}
#content-bottom .bnr_section li {
	width: 32%;
	float: left;
	margin-left: 2%;
}
#content-bottom .bnr_section li:first-child {
	margin-left: 0;
}
#content-bottom .inq_section {
	background: url("../asset/bg-inq.jpg") no-repeat center center;
	background-size: cover;
        padding: 60px 0 81px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        letter-spacing: 0.12em;
}
#content-bottom .inq_section p.title {
        font-family: "秀英明朝 L","Shuei Mincho L", sans-serif;
        font-size: 30px;
        letter-spacing: 0.2em;
        padding-bottom: 0;
        line-height: 1.3;
        margin-bottom: 28px;
}
#content-bottom .inq_section p.txt {
        margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
#content-bottom .inq_section {
        padding: 40px 0 50px;
}
#content-bottom .bnr_section li {
	width: 49%;
	margin-top: 2%;
}
#content-bottom .bnr_section li:nth-child(2n+1) {
	margin-left: 0;
        clear: both;
}
#content-bottom .bnr_section li:nth-child(-n+2) {
	margin-top: 0;
}
#content-bottom .inq_section p.title {
        font-size: 26px;
        letter-spacing: 0.1em;
}
}
/*--------------------------------------
	contact boxs
--------------------------------------*/
.contactBox {
	background: #9ec56b;
	padding: 50px 30px 40px;
}
.contactBox .wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	line-height: 2.5em;
	letter-spacing: .12em;
	font-size: 16px;
	color: #fff;
}
.contactBox .wrap h3 {
	margin: 0 0 .2em;
	line-height: 2.33em;
	letter-spacing: .2em;
	font-size: 30px;
	color: #fff;
}
.contactBox .wrap .bnr {
	margin-top: 28px;
	display: -ms-flexbox;
	-ms-flex-direction: row;
	display: -webkit-flex;
	display: flex;
}
.contactBox .wrap .bnr .box {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-right: 5px;
}
.contactBox .wrap .bnr .box:last-child {
	margin-right: 0;
}
.contactBox .wrap .bnr .box img {
	width: 100%;
	max-width: 100%;
}
.contactBox .tb {
	display: none;
}
 @media screen and (max-width: 960px) {
.contactBox .tb {
	display: block;
}
}
@media screen and (max-width: 767px) {
.contactBox {
	position: fixed;
	z-index: 99;
	bottom: 0;
	left: 0;
	width: 100%;
	background: none;
	padding: 0;
}
.contactBox .wrap h3, .contactBox .wrap h3 + p {
	display: none;
}
.contactBox .wrap .bnr {
	margin-top: 0;
}
.contactBox .wrap .bnr .box {
	margin: 0 1px 0 0;
}
}
/* =====================================
	6. Footer
===================================== */
#footer {
	background: #9e895f;
	background-image: none;
	border-top: none;
}
#footer .footer_main {
        padding: 80px 0 53px;
        background: #faf5f2;
}
#footer .inner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	font-size: 100%;
	color: #101010;
}
.footer_access_box, .footer_nav_box {
	box-sizing: border-box;
	float: left;
}
.footer_access_box {
	width: 47.5%;
	padding: 0 20px 0 0;
        margin-top: 3px;
}
.footer_access_box .footer_logo {
        margin-bottom: 35px;
}
.footer_access_box img {
	width: auto;
}
.footer_access_box p {
	letter-spacing: 0.12em;
	line-height: 1.7;
}
.footer_nav_box {
	width: 52.5%;
}
.footer_nav_box .about_area {
	float: left;
	width: 38%;
	padding-right: 10px;
	box-sizing: border-box;
}
.footer_nav_box .menu_area {
	float: left;
	width: 62%;
}
#footer .menu_item .footerLink {
	float: left;
}
#footer .footer_title {
        font-family: "秀英明朝 L","Shuei Mincho L", sans-serif;
	font-size: 22px;
	letter-spacing: 0.22em;
	color: #826831;
	padding-bottom: 0;
	line-height: 1.2;
	margin-bottom: 32px;
	text-align: left;
}
#footer .footerLink {
	color: #121212;
	margin-bottom: 0;
}
#footer .footerLink li {
	box-sizing: border-box;
	margin-bottom: 21px;
	position: relative;
	padding-left: 1.2em;
	line-height: 1.4;
	display: block;
}
#footer .footerLink li:before {
	content: "・";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
        color: #9d8961;
}
#footer .footerLink a {
	color: #121212;
	font-size: 15px;
	letter-spacing: 0.12em;
}
#footer .guide_box {
	padding: 10px 0;
	margin: 0;      
}
#footer .guide_box li {
        float: left;
}
#footer .guide_box li:last-child {
        float: right;
}
#footer .guide_box li,
#footer .guide_box li a {
	color: #fff;
	letter-spacing: 0.12em;
	line-height: 1.7;
}

@media screen and (max-width: 1060px) {
#footer .footer_main {
        padding: 50px 0 53px;
}
#footer .inner {
	width: 96%;
}
.footer_access_box, .footer_nav_box {
	float: none;
	width: 100%;
	padding: 0;
}
.footer_access_box {
        margin: 0 0 30px;
}
}
@media screen and (max-width: 767px) {
#footer {
	position: static !important;
        padding-bottom: 12%;
}
#footer .inner {
	width: 94%;
}

}
@media screen and (max-width: 600px) {
.footer_nav_box .about_area,
.footer_nav_box .menu_area {
	width: 50%;
}
}
@media screen and (max-width: 480px) {
#footer .footer_main {
        padding-bottom: 35px;
}
.footer_nav_box .about_area,
.footer_nav_box .menu_area {
	width: 100%;
	padding: 0;
	float: none;
}
}
/* =====================================
	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% !important;
}
/* 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: 85px 0 0;
	background: #fff;
}
#news, #news_list {
	position: relative;
	background: none;
	padding-bottom: 0;
        border-bottom: none;
}
#newsList #news {
	padding-bottom: 0;
        border-bottom: none;
}
#news_list h2, #news h2 {
	font-family: "本明朝-M", "HonMincho-M", sans-serif;
	font-size: 30px;
	color: #191919;
	line-height: 1.3;
	letter-spacing: 0.24em;
	text-align: center;
	padding: 0 0 5px;
	border-bottom: 1px solid #61372b;
	margin-bottom: 25px !important;
	background: none;
}
#news .newsBt, #news_list .newsBt {
	display: inline-block;
	float: none;
	top: 7px;
	width: auto;
	position: absolute;
	right: 0;
	color: #191919;
	text-decoration: none;
	font-size: 15px;
	font-family: "本明朝-M", "HonMincho-M", sans-serif;
}
#news dl, #news_list dl {
	border-bottom: 1px solid #ececec;
	padding: 0 0 20px;
	margin: 0 0 30px;
	/*font-size: 16px;
	line-height: 1.7;*/
}
#news dl:last-child, #news_list dl:last-child {
	margin: 0;
}
#news dt, #news_list dt {
	padding: 0;
	float: left;
	width: 190px;
	margin: 0;
	color: #191919;
	font-weight: normal;
	clear: none;
}
#news dd, #news_list dd {
	padding: 0 0 0 190px;
	width: auto;
	float: none;
}
#news dt .newsNew, #news_list dt .newsNew {
	display: inline-block;
	background: #98804d;
	border-radius: 5px;
	color: #fff;
	width: 35px;
	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: #191919;
}
#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;
}
@media screen and (max-width: 767px) {
.news_section {
	padding: 50px 0 0;
}
#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 img {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
h1 a:hover img {
 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;
}
img.insta01 {
  margin-left: 20px;
  margin-top: 5px;
  width: 50px;
}
	.insta02 a:after{
		content: "";
		display: inline-block;
		width: 45px;
		height: 45px;
		background-image: url('../asset/insta_02.png');
		background-size: contain;
		top:12px;
		margin-left: 20px;
		position: relative;
	}
/*# sourceMappingURL=file:///E:/plimo-integrate/htdocs/css/plimo_structure.css.map */</pre></body></html>