@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", "メイリオ", Meiryo, sans-serif;
        font-size: 15px;
        color: #333;
         letter-spacing: 2px;
        line-height: 2;
        background: none !important;
        word-break: break-all;
}
@media screen and (max-width: 767px) {
body {
	font-size: 16px !important;
}
}
/*--------------------------------------
	  1-2. links
  --------------------------------------*/
a {
	color: #333;
}
a:visited {
	color: #333;
}
a:focus {
	color: #333;
}
a:hover {
	color: #333;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: "alpha( opacity=80 )";
        -moz-transition-duration: 0.7s;
        -o-transition-duration: 0.7s;
        -webkit-transition-duration: 0.7s;
        transition-duration: 0.7s;
}
a:active {
	color: #333;
}
a:focus, *:focus {
	outline: none;
}
/*--------------------------------------
	  1-3. grid system
--------------------------------------*/
/* flex box grid system */
#content .parts.b_11.text_image.b_11_column2, #content .parts.b_11.text_image.b_11_column3, #content .parts.b_10.image.b_10_column2, #content .parts.b_10.image.b_10_column3, #content .parts.flex, #content .parts .flex, #content .parts.flexWrap > div {
	display: -ms-flexbox;
	-ms-flex-direction: row;
	display: -webkit-flex;
	display: flex;
}
#content .parts.b_11.text_image.b_11_column2 .box, #content .parts.b_11.text_image.b_11_column2 .column_l, #content .parts.b_11.text_image.b_11_column2 .column_c, #content .parts.b_11.text_image.b_11_column2 .column_r, #content .parts.b_11.text_image.b_11_column3 .box, #content .parts.b_11.text_image.b_11_column3 .column_l, #content .parts.b_11.text_image.b_11_column3 .column_c, #content .parts.b_11.text_image.b_11_column3 .column_r, #content .parts.b_10.image.b_10_column2 .box, #content .parts.b_10.image.b_10_column2 .column_l, #content .parts.b_10.image.b_10_column2 .column_c, #content .parts.b_10.image.b_10_column2 .column_r, #content .parts.b_10.image.b_10_column3 .box, #content .parts.b_10.image.b_10_column3 .column_l, #content .parts.b_10.image.b_10_column3 .column_c, #content .parts.b_10.image.b_10_column3 .column_r, #content .parts.flex .box, #content .parts.flex .column_l, #content .parts.flex .column_c, #content .parts.flex .column_r, #content .parts .flex .box, #content .parts .flex .column_l, #content .parts .flex .column_c, #content .parts .flex .column_r, #content .parts.flexWrap > div .box, #content .parts.flexWrap > div .column_l, #content .parts.flexWrap > div .column_c, #content .parts.flexWrap > div .column_r {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-right: 30px;
}
#content .parts.b_11.text_image.b_11_column2 .box:last-child, #content .parts.b_11.text_image.b_11_column2 .column_l:last-child, #content .parts.b_11.text_image.b_11_column2 .column_c:last-child, #content .parts.b_11.text_image.b_11_column2 .column_r:last-child, #content .parts.b_11.text_image.b_11_column3 .box:last-child, #content .parts.b_11.text_image.b_11_column3 .column_l:last-child, #content .parts.b_11.text_image.b_11_column3 .column_c:last-child, #content .parts.b_11.text_image.b_11_column3 .column_r:last-child, #content .parts.b_10.image.b_10_column2 .box:last-child, #content .parts.b_10.image.b_10_column2 .column_l:last-child, #content .parts.b_10.image.b_10_column2 .column_c:last-child, #content .parts.b_10.image.b_10_column2 .column_r:last-child, #content .parts.b_10.image.b_10_column3 .box:last-child, #content .parts.b_10.image.b_10_column3 .column_l:last-child, #content .parts.b_10.image.b_10_column3 .column_c:last-child, #content .parts.b_10.image.b_10_column3 .column_r:last-child, #content .parts.flex .box:last-child, #content .parts.flex .column_l:last-child, #content .parts.flex .column_c:last-child, #content .parts.flex .column_r:last-child, #content .parts .flex .box:last-child, #content .parts .flex .column_l:last-child, #content .parts .flex .column_c:last-child, #content .parts .flex .column_r:last-child, #content .parts.flexWrap > div .box:last-child, #content .parts.flexWrap > div .column_l:last-child, #content .parts.flexWrap > div .column_c:last-child, #content .parts.flexWrap > div .column_r:last-child {
	margin-right: 0;
}
#content .parts.b_11.text_image.b_11_column2 .column_l{
margin-right: 0px;
padding-right:10px;
}
#content .parts.b_11.text_image.b_11_column2 .column_r{
margin-right: 0px;
padding-left:10px;
}
#content .parts.b_11.text_image.b_11_column2 .column_blank, #content .parts.b_11.text_image.b_11_column3 .column_blank, #content .parts.b_10.image.b_10_column2 .column_blank, #content .parts.b_10.image.b_10_column3 .column_blank, #content .parts.flex .column_blank, #content .parts .flex .column_blank, #content .parts.flexWrap > div .column_blank {
	display: none !important;
}
#content .parts.b_10_column2 .column_l, #content .parts.b_10_column2 .column_r, #content .parts.b_11_column2 .column_l, #content .parts.b_11_column2 .column_r {
	width: 50%;
	padding: 0;
}

#content .parts.inpd .box, #content .parts.inpd .column_l, #content .parts.inpd .column_c, #content .parts.inpd .column_r {
	margin-right: 0;
	padding: 30px;
}
@media screen and (max-width: 1000px) {
/* #content .parts.tb-col2, #content .parts.flexWrap.tb-col2 > div {
	  flex-wrap: wrap;
	}*/
#content .parts.tb-col2 .box, #content .parts.flexWrap.tb-col2 > div .box {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	width: 49%;
	margin: 0 2% 30px 0;
}
#content .parts.tb-col2 .box:nth-child(even), #content .parts.flexWrap.tb-col2 > div .box:nth-child(even) {
	margin: 0 0 30px 0;
}
#content .parts.tb-col2 .box:nth-last-child(1), #content .parts.tb-col2 .box:nth-last-child(2), #content .parts.flexWrap.tb-col2 > div .box:nth-last-child(1), #content .parts.flexWrap.tb-col2 > div .box:nth-last-child(2) {
	margin-bottom: 0;
}
/*#content .parts.tb-col3, #content .parts.flexWrap.tb-col3 > div {
	  flex-wrap: wrap;
}*/
#content .parts.tb-col3 .box, #content .parts.flexWrap.tb-col3 > div .box {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	width: 32%;
	margin: 0 2% 30px 0;
}
#content .parts.tb-col3 .box:nth-child(3n), #content .parts.flexWrap.tb-col3 > div .box:nth-child(3n) {
	margin: 0 0 30px 0;
}
#content .parts.tb-col3 .box:nth-last-child(1), #content .parts.tb-col3 .box:nth-last-child(2), #content .parts.tb-col3 .box:nth-last-child(3), #content .parts.flexWrap.tb-col3 > div .box:nth-last-child(1), #content .parts.flexWrap.tb-col3 > div .box:nth-last-child(2), #content .parts.flexWrap.tb-col3 > div .box:nth-last-child(3) {
	margin-bottom: 0;
}
}
@media screen and (max-width: 767px) {
#content .parts.b_11.text_image.b_11_column2, #content .parts.b_11.text_image.b_11_column3, #content .parts.b_10.image.b_10_column2, #content .parts.b_10.image.b_10_column3, #content .parts.flex, #content .parts .flex, #content .parts.flexWrap > div {
	-webkit-flex-direction: column;
	flex-direction: column;
}
#content .parts.b_11.text_image.b_11_column2 .box, #content .parts.b_11.text_image.b_11_column2 .column_l, #content .parts.b_11.text_image.b_11_column2 .column_c, #content .parts.b_11.text_image.b_11_column2 .column_r, #content .parts.b_11.text_image.b_11_column3 .box, #content .parts.b_11.text_image.b_11_column3 .column_l, #content .parts.b_11.text_image.b_11_column3 .column_c, #content .parts.b_11.text_image.b_11_column3 .column_r, #content .parts.b_10.image.b_10_column2 .box, #content .parts.b_10.image.b_10_column2 .column_l, #content .parts.b_10.image.b_10_column2 .column_c, #content .parts.b_10.image.b_10_column2 .column_r, #content .parts.b_10.image.b_10_column3 .box, #content .parts.b_10.image.b_10_column3 .column_l, #content .parts.b_10.image.b_10_column3 .column_c, #content .parts.b_10.image.b_10_column3 .column_r, #content .parts.flex .box, #content .parts.flex .column_l, #content .parts.flex .column_c, #content .parts.flex .column_r, #content .parts .flex .box, #content .parts .flex .column_l, #content .parts .flex .column_c, #content .parts .flex .column_r, #content .parts.flexWrap > div .box, #content .parts.flexWrap > div .column_l, #content .parts.flexWrap > div .column_c, #content .parts.flexWrap > div .column_r {
	margin-right: 0;
	margin-bottom: 30px;
}

#content .parts.b_11.text_image.b_11_column2 .box:last-child, #content .parts.b_11.text_image.b_11_column2 .column_l:last-child, #content .parts.b_11.text_image.b_11_column2 .column_c:last-child, #content .parts.b_11.text_image.b_11_column2 .column_r:last-child, #content .parts.b_11.text_image.b_11_column3 .box:last-child, #content .parts.b_11.text_image.b_11_column3 .column_l:last-child, #content .parts.b_11.text_image.b_11_column3 .column_c:last-child, #content .parts.b_11.text_image.b_11_column3 .column_r:last-child, #content .parts.b_10.image.b_10_column2 .box:last-child, #content .parts.b_10.image.b_10_column2 .column_l:last-child, #content .parts.b_10.image.b_10_column2 .column_c:last-child, #content .parts.b_10.image.b_10_column2 .column_r:last-child, #content .parts.b_10.image.b_10_column3 .box:last-child, #content .parts.b_10.image.b_10_column3 .column_l:last-child, #content .parts.b_10.image.b_10_column3 .column_c:last-child, #content .parts.b_10.image.b_10_column3 .column_r:last-child, #content .parts.flex .box:last-child, #content .parts.flex .column_l:last-child, #content .parts.flex .column_c:last-child, #content .parts.flex .column_r:last-child, #content .parts .flex .box:last-child, #content .parts .flex .column_l:last-child, #content .parts .flex .column_c:last-child, #content .parts .flex .column_r:last-child, #content .parts.flexWrap > div .box:last-child, #content .parts.flexWrap > div .column_l:last-child, #content .parts.flexWrap > div .column_c:last-child, #content .parts.flexWrap > div .column_r:last-child {
	margin-bottom: 0;
}
#content .parts.b_11.text_image.b_11_column2 .column_l{
margin-right: 0px;
padding-right:0px;
}
#content .parts.b_11.text_image.b_11_column2 .column_r{
margin-right: 0px;
padding-left:0px;
}
#content .parts.b_10_column2 .column_l, #content .parts.b_10_column2 .column_r, #content .parts.b_11_column2 .column_l, #content .parts.b_11_column2 .column_r {
	width: 100%;
}
/* #content .parts.tb-col2, #content .parts.flexWrap.tb-col2 > div {
	  flex-wrap: row;
}*/
#content .parts.tb-col2 .box, #content .parts.flexWrap.tb-col2 > div .box {
	width: 100%;
}
#content .parts.tb-col2 .box:nth-last-child(2), #content .parts.flexWrap.tb-col2 > div .box:nth-last-child(2) {
	margin-bottom: 30px;
}
/*#content .parts.tb-col3, #content .parts.flexWrap.tb-col3 > div {
	  flex-wrap: row;
}*/
#content .parts.tb-col3 .box, #content .parts.flexWrap.tb-col3 > div .box {
	width: 100%;
}
#content .parts.tb-col3 .box:nth-last-child(2), #content .parts.tb-col3 .box:nth-last-child(3), #content .parts.flexWrap.tb-col3 > div .box:nth-last-child(2), #content .parts.flexWrap.tb-col3 > div .box:nth-last-child(3) {
	margin-bottom: 30px;
}
}
@media screen and (max-width: 480px) {
#content .parts.inpd .box, #content .parts.inpd .column_l, #content .parts.inpd .column_c, #content .parts.inpd .column_r {
	padding: 10px;
}
}
/* 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:"] {
	cursor: text;
}
.tel_txt a {
	cursor: text;
}
.tel_txt a:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
a[href^="tel:"] {
	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 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;
}
#bread {
	max-width: 1000px;
	padding: 0 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    margin-top: 20px;
    display: none;
}
/* 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 0em 1em 1em;
	float: right;
	width: 30%;
}
/* 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;
}
.top #content {
	padding-top: 0 !important;
}
#base {
	width: 100%;
	max-width: none;
	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: 1000px) {
/* content tuning */
.full #contentBase {
	max-width: 100%;
}
/*#content {
	  padding: 1em 0 0 !important;
}
.under #content {
	padding: 3em 0px 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
--------------------------------------*/
/*--------------------------------------
    2-1. header common
--------------------------------------*/
/* 140EX HEADER */
#wrapper {
  padding-top: 113px;
}

@media (max-width: 1300px) {
  #wrapper {
    padding-top:94px;
  }
}
@media (max-width: 1000px) {
  #wrapper {
    padding-top: 73px;
  }
}
@media (max-width: 767px) {
  #wrapper {
    padding-top: 0px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.header_block {
  max-width: 100%;
  margin-top: 0;
}

#header h1 {
    width: 243px !important;
    max-width: 243px;
    margin-left: 33px;
    margin-top: 31px;
}
#header h1 img {
  width: auto;
  max-width: 100%;
}
#header .right_box {
    width: 240px !important;
    max-width: 240px;
    font-size: 0;
    letter-spacing: 0;
    float: right;
}
img.pc_tel {
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}
#header .right_box a {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
}
#header .right_box a:hover {
  text-decoration: none;
}
#header .toggleMenu {
  display: none;
  float: right;
}
#header .toggleMenu img {
  width: 90px;
}
#header .header_menu {
  float: right;
    height: auto;
    padding: 0;
    position: static;
     width:735px;
    
}
#header .header_menu .g_nav {
  display: flex;
}
.header_menu .g_nav>li:first-child {
    width: 14%;
    height: 113px;
    box-sizing: border-box;
    position: static;
}

.header_menu .g_nav>li{
    height: 113px;
    float: left;
    border-left: 0;
    box-sizing: border-box;
    position: static;
}
.header_menu .g_nav>li:nth-child(2) {
    width: 18.5%;
}
.header_menu .g_nav>li:nth-child(3) {
    width: 21%;
}
.header_menu .g_nav>li:nth-child(4){
    width: 16%;
}
.header_menu .g_nav>li:nth-child(5) {
    width: 16.5%;
}
.header_menu .g_nav>li:last-child{
    width: 14%;
}
.header_menu .g_nav>li span {
    cursor: default;
}
.header_menu .g_nav > li>a, .header_menu .g_nav > li>span {
    text-align: center;
        color: #191919;
    font-size: 15px;
        font-family: 'UD新丸ゴ R','UD Shin Maru Go Regular';
    line-height: 1.3;
    letter-spacing: 3px;
    width: 100%;
       padding-top: 33px;
    padding-bottom: 0px;
    height: 100%;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
}

.header_menu .g_nav>li a:hover, .header_menu .g_nav>li>span:hover, .header_menu .g_nav 

li>sub:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
    color: #333;
    background: none;
}
.header_menu .g_nav>li sub {
    color: #191919;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 1;
    padding-top: 0px;
    padding-bottom: 0;
    margin-top: 13px !important;
    display: block !important;
}
.header_menu .g_nav>li:hover sub {
    color: #666;
}
.header_menu .g_nav>li:first-child sub {
    padding-top: 19px;
}
#inquiryBody .header_menu .g_nav > li a, #inquiryBody .header_menu .g_nav > li span, #inquiryBody 

.header_menu .g_nav>li sub {
    font-family: "メイリオ","Meiryo",Verdana,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
}
#header .header_menu .g_nav > li > a > span, #header .header_menu .g_nav > li > span > span {
  display: block;
  margin: 0 auto;
}

#header .header_menu .g_nav > li > span:hover + dl, #header .header_menu .g_nav > li > span ul:hover {
    pointer-events: auto;
    opacity: 1;
}
#header .header_menu .g_nav > li > span:hover {
  position:relative;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
#header .header_menu .g_nav > li > span:hover:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: -49px;
	display: block;
	width: 72px;
	height: 100px;
	-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 a:hover {
  cursor: pointer;
  text-decoration: none;
}
.header_menu .g_nav>li a:hover, .header_menu .g_nav>li span:hover {
    background: none;
}

#header .header_menu .g_nav > li:first-child {
  position: relative;
}

#header .header_menu .g_nav > li:first-child a:before {
     content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -11px;
    display: block;
    width: 21px;
    height: 100%;
    background: url(http://www.shinwa-shika.com/asset/home.png) no-repeat center center;
}
#header .header_menu .g_nav > li dl {
	pointer-events: none;
	position: absolute;
	top: 113px;
	left: 0;
	display: block;
	width: 100%;
	padding: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	    background: #f3f6ed;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	opacity: 0;
	z-index: 99;
}


.tablet .header_menu .g_nav li a.hover, .tablet .header_menu .g_nav li span.hover {
    text-decoration: none;
    color: #666;
    background: none;
}
@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;
	-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;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 999;
}
}


@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: 26px;
	letter-spacing: .3em;
	color: #8fc82e;
        font-family: 'UD新丸ゴ R','UD Shin Maru Go Regular';
        text-align: left;
}
#header .header_menu .g_nav > li dl ul {
	max-width: 1000px;
	margin: 0 auto;
       text-align: left;
}
#header .header_menu .g_nav > li dl li {
	display: inline-block;
	margin-right: 30px;
}
#header .header_menu .g_nav > li dl li:before {
    content: "▶︎";
    color: #afd46f;
    margin-right: .5em;
}
#header .header_menu .g_nav > li dl li:last-child {
  margin-right: 0;
}
#header .header_menu .g_nav > li dl a {
  color: #333 !important;
    display: inline-block;
    font-family: '秀英丸ゴシック L','Shuei MaruGo L';
}
#header .header_menu .g_nav > li dl a:hover {
	opacity: 1;
	text-decoration: underline;
}
#header .header_menu .g_nav > li dl:hover {
	pointer-events: auto;
	opacity: 1;
}
@media screen and (max-width: 1300px) {
#header .right_box {
    width: 200px !important;
}
#header h1 {
    width: 200px !important;
    margin-left: 20px;
    margin-top: 25px;
}
#header .header_menu {
    width: 560px;
}
.header_menu .g_nav > li>a, .header_menu .g_nav > li>span {
    font-size: 14px;
    letter-spacing: 2px;
    padding-top: 25px;
}
.header_menu .g_nav>li:first-child {
    height: 94px;
}
.header_menu .g_nav>li {
    height: 94px;
}
#header .header_menu .g_nav > li dl {
    top: 94px;
}
.header_menu .g_nav>li:first-child  sub {
    padding-top: 18px;
}
}
@media screen and (max-width: 1000px) {
#header h1 {
    width: 145px !important;
    margin-left: 10px;
    margin-top: 22px;
}
#header .right_box {
    width: 155px !important;
}
#header .header_menu {
    width: 440px;
}
.header_menu .g_nav>li:first-child {
    height: 73px;
}
.header_menu .g_nav>li {
    height: 73px;
}
.header_menu .g_nav > li>a, .header_menu .g_nav > li>span {
    font-size: 12px;
    letter-spacing: 0px;
    padding-top: 18px;
}
.header_menu .g_nav>li sub{
    letter-spacing: 0px;
    
}
#header .header_menu .g_nav > li dl {
    top: 73px;
}
.header_menu .g_nav>li:first-child sub{
   padding-top: 15px;
}
}
@media screen and (max-width: 767px) {
#header {
padding: 0 !important;
    position: relative;
    top: 0 !important;
}
  #header h1 {
    margin: 20px 0 0 20px;
    width: 220px !important;
  }
  #header h1 img {
    min-width: 160px;
  }
  #header .toggleMenu {
    display: block;
  }
  #header .right_box, #header .g_nav {
    display: none;
  }
  #header .header_menu {
    float: right;
    width: 100%;
    background: none;
    height: 0;
  }
  #header .header_menu .g_nav {
    display: block;
    text-align: center;
   background: none;
   background: #fff;
  }
  #header .header_menu .g_nav > li {
    position: relative;
    border-bottom: 1px solid #fff;
    width: 100% !important;
    border-right: 0 !important;
    border-left: 0 !important;
    height: auto !important;
  }

  #header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
    width: 100%;
    padding: 17px 30px 17px 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    border-bottom: 0;
    background: #f9a45a;
    color: #fff !important;
    font-size: 16px !important;
    height: auto;
  }

.header_menu .g_nav>li:first-child sub {
    display: inline-block !important;
    font-size: 16px;
    color: #fff;
    border-bottom: 0;
    padding: 0;
    margin: 0 !important;
    line-height: 1;
    text-transform: uppercase;
    padding-left: 12px;
    vertical-align: top;
    margin-top: -2px !important;
}

span.b_txt:before {
    height: 0 !important;
    width: 0 !important;
}
  #header .header_menu .g_nav > li > a span, #header .header_menu .g_nav > li > span span {
    margin: 0;
  }
#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(-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;
}
#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_menu .g_nav>li sub {
    letter-spacing: 0.5px;
    margin-top: 8px !important;
    display: none !important;
   }
  #header .header_menu .g_nav > li:first-child {
    border-left: none;
  }

  #header .header_menu .g_nav > li:first-child a:before {
     position: absolute;
    top: 15px;
    left: 10px;
    margin-left: 0;
    width: 23px;
    height: 23px;
  }

 
.header_menu .g_nav li a:after {
        background: #f9a45a;
}
.header_menu .g_nav li a:before {
    background: #fff;
}
.header_menu .g_nav li span:after {
        background: #f9a45a;
}


 #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: #faedd4;
	display: none;
	top: 0;
	padding: 0;
}
#header .header_menu .g_nav > li ul li {
	display: block;
	margin-right: 0;
	border-bottom: 1px solid #b18c55;
}
#header .header_menu .g_nav > li ul 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.hover ul {
	display: block;
	opacity: 1;
}
}
@media screen and (max-width: 479px) {
#header h1 {
    margin: 20px 0 0 10px;
    width: 190px !important;
}
#header .toggleMenu img {
    width: 80px;
}

}
/*--------------------------------------
	2-3. others
--------------------------------------*/
/* toggle menu */
.togglemenu {
  background: none;
  display: none;
}

.android .nav:focus .sub {
  display: block;
}

@media screen and (max-width: 1000px) {
  .android .nav:focus .sub {
    display: block;
  }
}
/* =====================================
	3. mainimage
===================================== */
#mainimage {
	max-width: 100%;
	text-align: center;
	margin-top:0px;
        position: relative;
       z-index: 1;
}
#mainimage img {
    width: 100%;
    max-width: 100%;
}
.catch_stxt {
    position: absolute;
    width: 8%;
    left: 5%;
    top: 15%;
    max-width: 154px;
}
.catch_btxt {
    position: absolute;
    width: 14%;
    max-width: 265px;
    top: 15%;
    right: 5%;
}
#mainimage .catch_txt {
    position: absolute;
    left: 0;
    top: 0;
    background: url(/asset/main_logo.png) no-repeat center center;
    background-size: auto;
    width: 100%;
    height: 100%;
}
.under #mainimage ,#blogBody #mainimage{
    margin-top: 0px !important;
    background: #f1f8ff;
    height: auto;
    text-indent: 0;
}

@media screen and (max-width: 1200px) {
.catch_stxt {
    width: 10%;
}
.catch_btxt {
    width: 13%;
}
}
@media screen and (max-width: 1000px) {
.catch_stxt {
    width: 13%;
}
.catch_btxt {
    width: 15%;
}
}
@media screen and (max-width: 767px) {
	#mainimage {
		margin-top: 0px;
	}

.under #mainimage  ,#blogBody #mainimage{
    margin-top: 0px !important;
}

}


/* =====================================
	4. side
===================================== */
#side {
  width: 22%;
  max-width: 220px;
}
#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: 1000px) {
  #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
===================================== */

div#content-bottom {
        background: url(http://www.shinwa-shika.com/asset/bottom_bg.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 64px;
    padding-bottom: 69px;
}

.under #content-bottom .contents_block.clearfix {
    max-width: 100%;
    width: 100%;
    margin: 0 !important;
}
#content-bottom .inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

div#content-bottom .tle{
    font-family: 'UD新丸ゴ R','UD Shin Maru Go Regular';
    font-size: 35px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 5.5px;
    margin-bottom: 27px;
}

div#content-bottom .txt {
    font-family: 'ヒラギノ角ゴ W1 JIS2004','Hiragino Kaku Gothic W1 JIS2004';
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.7;
    margin-bottom: 34px;
    text-align: center !important;
}
div#content-bottom li {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
div#content-bottom li:first-child {
    border-right: 2px solid transparent;
}
div#content-bottom li:last-child {
    border-left: 2px solid transparent;
}
@media screen and (max-width:1000px) {
#content-bottom .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}


}
@media screen and (max-width:767px) {
div#content-bottom {
    display: none;
}
div#content-bottom ,.content_bottom{
    padding-top: 35px;
    padding-bottom: 35px;
}
#content-bottom .inner {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
}

}

/* =====================================
	6. Footer
===================================== */
#footer {
    border-top: 0px;
    background: #fcf4ee;
    padding-top: 69px;
    padding-bottom:67px;
}
.footer_block {
    max-width: 1000px;
    margin: 0 auto;
}
.foot_top .access_box {
  width: 38.5%;
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
}

.foot_top .footer_list.first {
  width: 32.5%;
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
}
.foot_top .footer_btn {
    width: 29%;
    float: left;
}
p.footer_tle {
color: #fa9a54;
    font-weight: normal;
    margin-bottom: 21px !important;
    text-align: left !important;
    font-size: 26px;
    font-family: 'UD新丸ゴ R','UD Shin Maru Go Regular';
    line-height: 1;
    border-bottom: 0;
    letter-spacing: 4.5px;
    padding-bottom: 0;
}
table.foot_access {
    margin-bottom: 16px;
}
table.foot_access th, table.foot_access td {
    font-size: 15px;
    color: #1c1c1c;
    font-weight: normal;
    text-align: left;
    letter-spacing: 4.1px;
    line-height: 1.5;
    padding: 17px 5px 17px 0;
    vertical-align: middle;
    box-sizing: border-box;
}
table.foot_access th {
    width: 18%;
}
.footer_btn li {
    margin-bottom: 16px;
}

#inquiryBody .footer_tle, #inquiryBody ul.footer_nav li a, #inquiryBody .foot_top .access_box 

.foot_access, #inquiryBody .foot_top .access_box .copyright ,#inquiryBody  div#content-bottom 

.tle,#inquiryBody  div#content-bottom .txt,#inquiryBody #footer{
  font-family: "メイリオ","Meiryo",Verdana,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
}
ul.footer_nav {
  display: block;
  padding: 0;
}

ul.footer_nav li {
  margin-bottom: 5px;
  text-align: left !important;
}

ul.footer_nav li a {
    color: #141414;
    font-size: 15px;
    letter-spacing: 4.5px;
    line-height: 1.5;
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-family: "メイリオ", Meiryo;
}

ul.footer_nav li a:before {
    display: block;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    border: 2px solid #f7933c;
    left: 0;
    top: 7px;
    border-radius: 50%;
}

ul.footer_nav li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}


p.foot_logo {
max-width: 243px;
    width: 100%;
    margin-bottom: 34px;
    margin-top: 0px;
}
ul.contact_link li {
    float: left;
    font-size: 15px;
    letter-spacing: 1.6px;
    margin-right: 22px;
}
ul.contact_link a {
    color: #1c1c1c;
}
.blue_cor {
  color: #57779e !important;
}

.copyright {
    color: #1c1c1c;
    font-size: 15px;
}

@media screen and (max-width: 1000px) {
  .footer_block {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
table.foot_access th, table.foot_access td {
    letter-spacing: 2px;
}
}
@media screen and (max-width: 767px) {
  #footer {
    border-top: 0px;
    padding-top: 45px;
    padding-bottom: 18%;
  }

  .footer_block {
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
  }

  .foot_top .access_box {
    width: 100%;
    float: none;
    max-width: 100%;
    padding-right: 0px;
    margin-bottom: 45px;
  }

  .foot_top .footer_list.first {
    width: 100%;
    float: none;
    max-width: 100%;
    padding-right: 0px;
    margin-bottom: 35px;
  }
  .foot_top .footer_btn {
    width: 100%;
    float: none;
   }
  .first p.footer_tle {
    width: 100%;
  }



  ul.footer_nav {
    padding: 0 0px 0 0;
  }

  ul.footer_nav li a {
    padding: 0;
    background: none;
    font-size: 15px;
    padding-left: 13px;
  }

  ul.footer_nav li {
    background: none;
  }
  ul.footer_nav li a {
    font-size: 14px;
  }
  p.foot_logo {
    margin-bottom: 25px;
    margin-top: 0;
  }
.footer_btn li {
    margin-bottom: 16px;
    max-width:360px;
    margin-left: auto;
    margin-right: auto;
}
  .fixbtn.sp {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    transition: all 0.5s ease 0s;
  }

  .fixbtn li {
    height: auto;
    font-size: 0px;
    letter-spacing: 0px;
    box-sizing: border-box;
    float: left;
    width: 50%;
  }
.fixbtn li img {
    width: 100%;
}
#pageTop {
    bottom: 24%;
}
}
/* =====================================
	7. Other Pages
===================================== */
/*--------------------------------------
	7-1. inquiry
--------------------------------------*/
#inquiryBody #base {
    width: 100%;
    margin: 0 auto;
}
#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: none !important;
    color: #333;
  }
}
/*--------------------------------------
	7-2. blog
--------------------------------------*/
#blogBody .contentArea h3 {
    padding: 2px .5em;
    margin-bottom: .1em;
    font-size: 26px;
    text-align: left;
    display: block;
    padding-left: 38px;
    background: #fcf4ee;
    font-family: 'UD新丸ゴ R','UD Shin Maru Go Regular';
    color: #070707;
    padding-top: 24px;
    padding-bottom: 23px;
    line-height: 1.5;
    padding-right: 11px;
    position: relative;
    letter-spacing: 3px;
    border-bottom: 2px solid #f2e6dc;
}
#blogside h3 {
    background: #fcf4ee;
    width: 100%;
    color: #000;
    font-weight: 400;
    padding: 10px 5px;
    margin-bottom: .8em;
    box-sizing: border-box;
    text-align: center;
    border-top: 2px solid #f2e6dc;
    font-size: 14px;
    letter-spacing: 1px;
}
.blog #content .contentArea h3 {
margin-bottom: 1.4em;
    padding: 17px 10px 16px 20px;
    margin: 0 0 30px !important;
    color: #070707;
    font-size: 28px;
    background: #fcf4ee;
    font-family: 'UD新丸ゴ R','UD Shin Maru Go Regular';
    border: 0px;
    border-radius: 0;
    line-height: 1.2;
    border-bottom: 2px solid #f2e6dc;
}

.blog #content .contentArea h3 a {
      color: #070707;
}

.blogside h3 {
    border-top: 3px solid #efc39d;
    color: #5b5552;
    margin-bottom: 1.5em;
    padding-top: 10px;
    width: 100%;
    text-align: center;
       background: #fcf4ee;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.blogside li:before {
  background: none;
  content: "・";
  font-size: 100%;
  padding-right: 0.4em;
}

.entry {
  margin-bottom: 20px;
}

.blog #content .contentArea .date {
  color: #555;
  font-size: 15px;
  text-align: left;
}

#blogBody .contributor {
  font-weight: bold;
}

#pagenation {
  background: none;
}

#pagenation .active a, #pagenation a.active:hover {
    background: #f7933c !important;
    color: #fff !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;
}

.blog_search_submit input {
    background: #f7933c;
  border: 0px;
  width: 100px;
  margin: 0 auto !important;
  padding: 5px;
  box-sizing: border-box;
  color: #fff;
}

/* news(side) list 打ち消し用 */
#blogBody #blogList {
  width: 72% !important;
  float: left;
}

/* 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;
    color: #070707;
}

/* blog回り込み解除 */
#blogBody .blogArea:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  #blogBody #blogList {
    width: 100% !important;
    float: none;
  }
  #blogside {
    width: 100%!important;
  }
}
/*--------------------------------------
	7-3. news
--------------------------------------*/
#news {
        border-bottom: 1px solid #bdbdbd;
    padding-bottom: 19px;
}



#news .newsBt,.top .newsBt {
    top: 29px;
    right: 28px;
    color: #463a31;
    font-size: 14px;
    letter-spacing: 2.5px;
    font-weight: normal;
    border-left: 0;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 0;
    font-family: 'UD新丸ゴ R','UD Shin Maru Go Regular';
    line-height: 1.1;
}
.top .newsBt{
    top: 40px;
    position: absolute;
}
#news dl {
    border-bottom: 0;
    border-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

#news dt {
    margin-bottom: 6px;
    font-size: 15px;
    color: #1f1f1f;
    font-weight: normal;
    letter-spacing: 2.2px;
    line-height: 1.4;
    padding: 0px;
    width: auto;
    padding-left: 0;
    box-sizing: border-box;
    font-family: "メイリオ", Meiryo, sans-serif;
    float: left;
}

#news dd {
    padding: 0;
    padding-bottom: 0.4em;
    float: none;
    width: auto;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 1.7px;
    font-family: "メイリオ", Meiryo, sans-serif;
    padding-left: 192px;
    padding-right: 10px;
    box-sizing: border-box;
}

#news dt .newsNew,
#newsDetail dt .newsNew {
display: inline-block;
    float: none;
    font-weight: normal;
    text-indent: 0;
    background: #fda15e;
    color: #fff;
    padding: 0;
    font-size: 11px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-family: "メイリオ", "Meiryo", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", 

"Hiragino Kaku Gothic ProN", sans-serif;
    height: 19px;
    line-height: 21px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 7px;
    letter-spacing: 0px;
    padding: 0;
}

#news dd a,
#newsDetail dd a {
  text-decoration: none;
      color: #1f1f1f;
}

.newsDetailBody img {
  margin: 5px;
}

/* iPad iPhone */
.ios #news dt {
    margin-bottom: 6px;
    font-size: 15px;
    color: #1f1f1f;
    font-weight: normal;
    letter-spacing: 2.3px;
    line-height: 1.4;
    padding: 0px;
    width: auto;
    padding-left: 0;
    box-sizing: border-box;
    font-family: "メイリオ", Meiryo, sans-serif;
    float: left;
}

/* news list page */
#newsList #side #news {
  display: none;
}

#news #pagenation ul {
  text-align: center;
}

#news #pagenation ul li a {
  background: #ddd;
  margin-right: 5px;
}

/* blog page */
#blogBody #news,
#blogBody .contentArea.news_list {
  width: 100% !important;
  float: none;
}

@media screen and (max-width: 767px) {


  #news dt {
    margin-bottom: 10px;
    width: 100%;
    float: none;
    padding-left: 0;
  }

  #news dd {
    width: 100%;
    padding-left: 0;
  }


  /* iPhone */
  .ios #news dt {
    margin-bottom: 10px;
    width: 100%;
    float: none;
    padding-left: 0;
  }

  .ios #news .newsNew,
  .ios #newsDetail .newsNew {
    padding: 0px;
  }
}
/*--------------------------------------
	  7-4. sitemap
--------------------------------------*/
ul.sitemap_ic li a:after {
	background-color: #fff;
}
ul.sitemap_ic li a {
	padding-right: 40px;
	color: #555;
}
ul.sitemap_ic li a:before {
	background: #555;
}
/* =====================================
	  link hover
===================================== */
/*--------------------------------------
	  a
--------------------------------------*/
a:hover img {
	opacity: 0.7;
}
h1 a:hover img {
	opacity: 1;
}
h1 a {
    opacity: 1;
}
/* =====================================
	  btns hover
===================================== */
/*--------------------------------------
	  submit
--------------------------------------*/
input[type=submit]:hover {
	opacity: 0.7;
}
/* =====================================
	  page display
===================================== */
/*--------------------------------------
	  inquiry
--------------------------------------*/
body#inquiryBody {
	background: none;
}
body#inquiryBody #mainimage {
	display: none;
}
#inquiryBody.under #mainimage {
	background: none;
}
#contentBase, #side {
	width: 100%;
	max-width: none;
	float: none;
}
.full #contentBase, .full #side {
	max-width: 100%;
}
/* gray */
.theme-gray {
	background: #767676;
}
/* pink */
.theme-pink {
	background: #e5005a;
}

/*# sourceMappingURL=plimo_structure.css.map */