@charset "UTF-8";
/*
 * テーマ名：thema
 * 説明：WordPressテーマ作成用
 * バージョン：1.0 
 */
/*!
 * ress.css • v1.1.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
	box-sizing: border-box;
	overflow-y: scroll;
	/* All browsers without overlaying scrollbars */
	-webkit-text-size-adjust: 100%;/* iOS 8+ */
}
*, ::before, ::after {
	box-sizing: inherit;
}
::before, ::after {
	text-decoration: inherit;
	/* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
}
/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
	background-repeat: no-repeat;
	/* Set `background-repeat: no-repeat` to all elements */
	padding: 0;
	/* Reset `padding` and `margin` of all elements */
	margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
	display: none;
	height: 0;
}
hr {
	overflow: visible;/* Show the overflow in Edge and IE */
}
/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
summary {
	display: list-item;/* Add the correct display in all browsers */
}
small {
	font-size: 80%;/* Set font-size to 80% in `small` elements */
}
[hidden], template {
	display: none;/* Add the correct display in IE */
}
abbr[title] {
	border-bottom: 1px dotted;
	/* Add a bordered underline effect in all browsers */
	text-decoration: none;/* Remove text decoration in Firefox 40+ */
}
a {
	background-color: transparent;
	/* Remove the gray background on active links in IE 10 */
	-webkit-text-decoration-skip: objects;/* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active, a:hover {
	outline-width: 0;/* Remove the outline when hovering in all browsers */
}
code, kbd, pre, samp {
	font-family: monospace, monospace;/* Specify the font family of code elements */
}
b, strong {
	font-weight: bolder;/* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
	font-style: italic;/* Address styling not present in Safari and Chrome */
}
/* Address styling not present in IE 8/9 */
mark {
	background-color: #ff0;
	color: #000;
}
/* https://gist.github.com/unruthless/413930 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
	border-radius: 0;
}
/* Apply cursor pointer to button elements */
button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
	cursor: pointer;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
	cursor: default;
}
[type="number"] {
	width: auto;/* Firefox 36+ */
}
[type="search"] {
	-webkit-appearance: textfield;/* Safari 8+ */
}
 [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
/* Safari 8 */
}
textarea {
	overflow: auto;
	/* Internet Explorer 11+ */
	resize: vertical;/* Specify textarea resizability */
}
button, input, optgroup, select, textarea {
	font: inherit;/* Specify font inheritance of form elements */
}
optgroup {
	font-weight: bold;/* Restore the font weight unset by the previous rule. */
}
button {
	overflow: visible;/* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: 0;
 padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 outline: 1px dotted ButtonText;
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;/* Correct the inability to style clickable types in iOS */
}
button, select {
	text-transform: none;/* Firefox 40+, Internet Explorer 11- */
}
/* Remove the default button styling in all browsers */
button, input, select, textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
}
/* Style select like a standard input */
select {
	-moz-appearance: none;
	/* Firefox 36+ */
	-webkit-appearance: none;/* Chrome 41+ */
}
 select::-ms-expand {
 display: none;
/* Internet Explorer 11+ */
}
 select::-ms-value {
 color: currentColor;
/* Internet Explorer 11+ */
}
legend {
	border: 0;
	/* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit;
	/* Correct the color inheritance from `fieldset` elements in IE */
	display: table;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	/* Correct the text wrapping in Edge and IE */
	white-space: normal;/* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
 -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
/* Change font properties to `inherit` in Chrome and Safari */
}
[type="search"] {
	-webkit-appearance: textfield;
	/* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px;/* Correct the outline style in Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
	border-style: none;/* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
	vertical-align: baseline;
}
svg:not(:root) {
	overflow: hidden;/* Internet Explorer 11- */
}
audio, canvas, progress, video {
	display: inline-block;/* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
[hidden~="screen"] {
	display: inherit;
}
[hidden~="screen"]:not(:active):not(:focus):not(:target) {
	position: absolute !important;
	clip: rect(0 0 0 0) !important;
}
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
	cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
 background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
 text-shadow: none;
}
::selection {
	background-color: #b3d4fc;
	/* Required when declaring ::selection */
	color: #000;
	text-shadow: none;
}
/*
	*
	* 目次
	*
	*
	* Base...............設定やベース
	*
	* mixin...............ミックスイン。
	*
	* layout...............レイアウト
	*
	* module...............パーツ。
	*
	* thema...............フォントの設定やカラー系の見た目を設定。
	*
*/
html {
	font-size: 13px;
	word-wrap: break-word;
	font-family: sans-serif;
}
div, section, article, nav, aside {
	box-sizing: border-box;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-center {
	margin: auto;
}
.img-circle {
	border-radius: 50%;
}
h1, h2, h3, h4, h5 {
	font-size: 1rem;
}
.inlineBr {
	display: inline-block;
}
.copyrightColor {
	font-family: "Droid Sans";
	color: #fff;
}
.brSp {
	display: none;
}
.brPc {
	display: block;
}

@media screen and (max-width: 767px) {
.brSp {
	display: block;
}
.brPc {
	display: none;
}
}
.comingSoon {
	min-height: 200px;
	text-align: center;
	font-size: 4rem;
}
.comingSoon p {
	margin-top: 40%;
}
.formControl {
	padding: 5px;
	border: solid 1px #333;
	background-color: #fff;
}
.formTextarea {
	padding: 5px;
	border: solid 1px #333;
	background-color: #fff;
}
.helpBlock {
	font-size: 0.8em;
	color: #ddd;
}
.formBtn {
	overflow: hidden;
}
.formBtn__link {
	display: block;
	margin: 0 auto;
}
.formBtn__link--right {
	float: right;
}
.formBtn__link--left {
	float: left;
}
table {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}
table th {
	width: 30%;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #ff7b2c;
	background-color: #ffeee4;
}
table td {
	width: 70%;
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #ff7b2c;
}

@media screen and (max-width: 767px) {
table th,  table td {
	width: 100%;
	display: block;
}
}

@media screen and (max-width: 499px) {
table th,  table td {
	padding: 5px;
}
}
table.type01 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.type01 th {
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.type01 td {
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.formTable {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}
.formTable th {
	width: 30%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	background-color: #ffeee4;
}
.formTable td {
	width: 70%;
	padding: 10px;
	vertical-align: top;
}

@media screen and (min-width: 768px) {
.formTable th,  .formTable td {
	border: 1px solid #ff7b2c;
}
}

@media screen and (max-width: 767px) {
.formTable th,  .formTable td {
	width: 100%;
	display: block;
	border: none;
	padding: 10px;
}
}
/****************************************

          WordPress Misc

*****************************************/
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}
.wp-caption-text, .gallery-caption {
	font-size: 80%;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}
img.alignright {
	display: inline-block;
	margin: 0 0 1em 1.5em;
}
img.alignleft {
	display: inline-block;
	margin: 0 1.5em 1em 0;
}
/* clearfix */
.clearfix {
	overflow: hidden;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.page-content {
/* editor */
  /* img */
}
.page-content h1 {
	font-size: 1.5rem;
	margin-bottom: 1em;
}
.page-content h2 {
	font-size: 1.4rem;
	margin-bottom: 1em;
}
.page-content h3 {
	font-size: 1.3rem;
	margin-bottom: 1em;
}
.page-content h3 {
	font-size: 1.2rem;
	margin-bottom: 1em;
}
.page-content h4 {
	font-size: 1.4rem;
	margin-bottom: 0.5em;
}
.page-content ul {
	margin: 1em 0;
}
.page-content ul li {
	margin-bottom: 0.5em;
}
.page-content p {
	display: block;
	margin: 1em 0;
}
.page-content strong {
	font-weight: bold;
}
.page-content em {
	font-style: italic;
}
.page-content blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}
.page-content img[class*="wp-image-"], .page-content img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.page-content .size-auto, .page-content .size-full, .page-content .size-large, .page-content .size-medium, .page-content .size-thumbnail {
	max-width: 100%;
	height: auto;
}
/****************************************

          Comments Area

*****************************************/
#comment-area h3 {
	font-size: 150%;
	font-family: 'Josefin Sans', sans-serif;
}
.required {
	color: #fe56aa;
}
.commets-list, .trackback-list {
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 40px;
}
.commets-list li, .trackback-list li {
	overflow: hidden;
	margin-top: -1px;
	padding: 20px 0 0;
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid transparent;
}
.commets-list .avatar {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.comment-meta, .reply, .comment-notes, .form-allowed-tags, span.small {
	font-size: 80%;
}
.comment-body p {
	clear: both;
}
.reply {
	text-align: right;
}
.bypostauthor {
/* 記事投稿者のコメントのスタイル */
}
.children {
	padding-left: 2em;
}
#respond {
	margin-bottom: 40px;
}
.breadcrumbs {
	max-width: 900px;
	margin: 20px auto;
	padding: 10px;
	border-bottom: solid 1px #ddd;
	color: #71533c;
}
.breadcrumbs a {
	color: #71533c;
	text-decoration: none;
}
.breadcrumbs i {
	margin-right: 0.5em;
}
.wp-pagenavi {
	padding: 15px 0;
	margin: 30px 0;
	background-color: #f4f4f4;
	border-radius: 5px;
	list-style: none;
	text-align: center;
}
.wp-pagenavi > * {
	display: inline-block;
	margin: 0 5px;
	padding: 3px 5px;
}
.wp-pagenavi a {
	text-decoration: none;
	color: #d4a85b;
}
.wp-pagenavi .current {
	border: solid 1px #d4a85b;
	background-color: #fff;
	color: #d4a85b;
}
a[href^="tel:"] {
	cursor: default;
}
input {
	padding: 12px;
	border: solid 1px #999;
	background-color: #fff;
	width: 100%;
	border-radius: 5px;
	box-shadow: inset #999 0px 1px 1px 0px;
}
input:focus {
	border: solid 1px #ff7b2c;
	outline: none;
}
.form20 {
	max-width: 220px;
}
.form40 {
	max-width: 350px;
}

.form100 {
  max-width: 100%;
}

.formMb1 {
	margin-bottom: 0.5em;
}
textarea {
	padding: 10px;
	border: solid 1px #999;
	background-color: #fff;
	width: 100%;
	border-radius: 5px;
	box-shadow: inset #999 0px 1px 2px 0px;
}
textarea:focus {
	border: solid 1px #ff7b2c;
	outline: none;
}
input[type="submit"] {
	width: 200px;
	text-align: center;
	border: solid 1px #ff7b2c;
	background-color: #ff7b2c;
	color: #fff;
	font-size: 1.5rem;
	padding: 15px 20px;
	box-shadow: none;
}
input[type="submit"]:hover {
	background-color: #fff;
	color: #ff7b2c;
	outline: none;
}
input[type="submit"]:disabled {
	transition: 0.5s;
	background-color: #ffc399;
	border: solid 1px #ffc399;
}
input[type="submit"]:disabled:hover {
	color: #fff;
}
.returnBtn {
	width: 200px;
	text-align: center;
	border: solid 1px #fff;
	font-size: 1.5rem;
	padding: 15px 20px;
	box-shadow: none;
	color: #ff7b2c;
	border: solid 1px #ff7b2c;
}
.returnBtn:hover {
	background-color: #fff;
	outline: none;
}
select {
	padding: 5px;
	padding-right: 3em;
	border: solid 1px #fff;
	border-radius: 2px;
	width: 100%;
	text-indent: 1em;
}
.selectWap {
	position: relative;
	/*min-width: 300px;
	width: 50%;*/
	max-width:300px;
	width:100%;
}
.selectWap::after {
	content: "\f107";
	display: block;
	font-family: FontAwesome;
	height: 1em;
	width: 1em;
	position: absolute;
	top: 7px;
	bottom: 0;
	right: 1em;
	/*margin: auto;
	display: flex;
	align-items: center;*/
	color: #ff9250;
}
.selectWap select{
	width: 100%;
	border: solid 1px #ff9250;
	background-color: #fff;
	color: #333;
}
.p-postal-code + .zipformError,
.p-street-address + .streetformError{
	margin:0 0 5px 5px;
}
.checkbox input[type="checkbox"] {
	display: none;
}
.checkbox {
	cursor: pointer;
	padding-right: 15px;
	font-weight: normal;
	display: block;
	margin: 15px 0;
}
.checkbox .checkbox-text:before {
	content: "\f096";
	font-family: "FontAwesome";
	margin-right: 7px;
	color: #ccc;
	font-size: 18px;
	position: relative;
	top: 2px;
}
.checkbox input[type="checkbox"]:checked + .checkbox-text {
	color: #ff7b2c;
}
.checkbox input[type="checkbox"]:checked + .checkbox-text:before {
	content: "\f046";
	font-family: "FontAwesome";
	color: #ff7b2c;
}
.radio input[type="radio"] {
	display: none;
}
.radio {
  cursor: pointer;
  padding-right: 15px;
  font-weight: normal;
  display: block;
  margin: 10px 0;
}
.radio .radio-text::before {
	content: "\f10c";
	font-family: "FontAwesome";
	margin-right: 7px;
	color: #ccc;
	font-size: 18px;
	position: relative;
	top: 2px;
}
.radio input[type="radio"]:checked + .radio-text {
	color: #ff7b2c;
}
.radio input[type="radio"]:checked + .radio-text::before {
	content: "\f192";
	font-family: "FontAwesome";
	color: #ff7b2c;
}
.ui-widget-content {
	border: 1px solid #ff7b2c !important;
	background: white !important;
	color: black !important;
}
.ui-widget-content a {
	color: black !important;
}
.ui-widget-header {
	border: 1px solid white !important;
	background: #ff7b2c !important;
	color: white !important;
	font-weight: bold !important;
}
.ui-widget-header a {
	color: white !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid white !important;
	background: #dfc !important;
	font-weight: normal !important;
	color: black !important;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: black !important;
	text-decoration: none !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #ff7b2c !important;
	background: white !important;
	font-weight: normal !important;
	color: black !important;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
	color: black !important;
	text-decoration: none !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #ff7b2c !important;
	background: white !important;
	font-weight: normal !important;
	color: black !important;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: black !important;
	text-decoration: none !important;
}
.ui-datepicker th {
	width: auto !important;
}
.ui-datepicker td {
	width: auto !important;
}
.ui-corner-all {
	border-radius: 0 !important;
}
/* 日曜日のカラー設定 */
.ui-datepicker-calendar tr td:first-child a {
	background: none !important;
	background-color: #ffc0bd !important;
	color: #f00 !important;
}
/* 土曜日のカラー設定 */
.ui-datepicker-calendar tr td:last-child a {
	background: none !important;
	background-color: #ffc0bd !important;
	color: #00f !important;
}
.xdsoft_datetimepicker th {
	display: table-cell !important;
}
.xdsoft_datetimepicker td {
	display: table-cell !important;
}
.tablepress .column-1 {
	width: 20%;
}

.more２ a {
	display: inline-block;
	color: #ca8f29;
	margin: 1.0em 0 0;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
.tablepress .column-1 {
	width: 100%;
}
}
.wp-embedded-content {
	max-width: 100%;
}
a.pageBnr {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 1.2em 1.5em;
	line-height: 1em;
	color: #fff;
	text-align: center;
	display: block;
	text-decoration: none;
	margin: 0 15px 10px 0px;
	font-size: 1.5rem;
	transition: 0.6s;
	margin: 40px auto 20px;
}
.menuEstimate {
	background-color: #ff3131;
}
.menuContactUs {
	background-color: #90d81e;
}
/* Table_ref Style */
table.table_ref {
	width: 100%;
	font-family: 'メイリオ', Meiryo, 'Arial Rounded MT Bold', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4em;
	font-style: normal;
	border-collapse: separate;
}
.table_ref thead th {
	padding: 15px;
	color: #fff;
	text-shadow: 1px 1px 1px #ff7b2c;
	border: 1px solid #ff7b2c;
	border-bottom: 3px solid #ff7b2c;
	background-color: #ff7b2c;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.02, #ff7b2c), color-stop(0.51, #ff7b2c), color-stop(0.87, #ff7b2c));
	background: -moz-linear-gradient(center bottom, #ff7b2c 2%, #ff7b2c 51%, #ff7b2c 87%);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}



.table_ref thead th:empty {
	background: transparent;
	border: none;
}
.table_ref tbody th {
	width: 50%;
	color: #fff;
	text-shadow: 1px 1px 1px #ff7b2c;
	background-color: #ff7b2c;
	border: 1px solid #ff7b2c;
	border-right: 3px solid #ffb375;
	padding: 0px 10px;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0.02, #ffb375), color-stop(0.51, #ff7b2c), color-stop(0.87, #ff7b2c));
	background: -moz-linear-gradient(left bottom, #ff7b75 2%, #ff7b2c 51%, #ff7b2c 87%);
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.table_ref .en_font {
	color: #FF3B3B;
	font-size: 15px;
}

.table_ref .tax_font {
	color: #666;
	font-size: 17px;
}

@media screen and (max-width: 768px) {
.table_ref tbody th {
	width: 100%;
	border-right: 0px solid #ffb375;
}
}
.table_ref tbody th.off1 {
	background: #ffe3c8;
	color: #777;
	font-weight: normal;
	border: 1px solid #f5d6bd;
	text-shadow: 0px 0px 0px #ffffff;
}
.table_ref tfoot td {
	font-family: '游明朝体+36ポかな','YuMincho +36p Kana',serif;
	color: #FF3B3B;
	font-size: 46px;
	text-align: center;
	padding: 20px 0px;
	text-shadow: 1px 1px 1px #ccc;
	border: 0px solid #fff;
}
.table_ref tfoot th {
	color: #666;
	background: #FFFFFF;
	border: 0px solid #fff;
	padding-top: 20px;
}
.table_ref tbody td {
	padding: 10px;
	text-align: center;
	background-color: #FFFAF6;
	border: 1px solid #FFFAF6;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #666;
	text-shadow: 1px 1px 1px #fff;
}
.table_ref tbody span.check {
	color: #ccc;
}
.table_ref tbody span.ok {
	color: #3FCAFC;
}
.table_ref tbody span.ok2 {
	color: #FF7070;
}
.table_ref tbody span.tang {
	color: #D4BB13;
}



#wrapper {
	overflow: hidden;
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
  .sp_none2 {
    display: none;
  }
  .pc_none {
    display: block;
  }
  .pc_none2 {
    display: inline-block;
  }
  .container {
    width: 97%;
    margin: auto;
  }
  .br_sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sp_none {
    display: block;
  }
  .sp_none2 {
    display: inline-block;
  }
  .pc_none {
    display: none;
  }
  .pc_none2 {
    display: none;
  }
  .br_sp {
    display: none;
  }
}

.map_canvas_01 {
	min-height: 190px;
	height: auto;
}
.container {
	max-width: 1000px;
	margin: auto;
}
.page-content {
	max-width: 90%;
	overflow: hidden;
	margin: 10px auto;
}

@media screen and (min-width: 1000px) {
.page-content {
	max-width: 800px;
}
}

@media screen and (max-width: 399px) {
.page-content {
	max-width: 97%;
	padding-left: 10px;
}
}

@media screen and (max-width: 320px) {
.page-content {
	max-width: 90%;
	padding-left: 10px;
}
}
.bg-white {
	background-color: #fff;
}
.bg-pink {
	background-color: #fff0f4;
}
.bg-cream {
	background-color: #fef7e5;
}

.bg-pink2 {
	background-color: #ffede8;
}

.bg-orange {
	background-color: #ff7b2c;
}
.bgi-orange {
	background: url("images/common/sp_bgi-orange.png") repeat-x;
	background-size: contain;
}

@media screen and (min-width: 768px) {
.bgi-orange {

}
}
.bgi-orange2 {
	background: url("images/index/sp_reform_btn_bg.png") repeat-x;
	background-size: contain;
}

@media screen and (min-width: 768px) {
.bgi-orange2 {
	background: url("images/index/sp_reform_btn_bg.png") repeat-x;
}
}
.ps {
	text-align: right;
}
.header-meta {
	font-size: 0.8rem;
	padding: 5px 0;
	display: none;
}

@media screen and (min-width: 768px) {
.header-meta {
	display: block;
	text-align: left;
	background-color: #ff7b2c;
	color: #fff;
	font-size: 0.9rem;
	position: relative;
}
.header-meta .container {
	position: relative;
	overflow: inherit;
}
.header-meta .mail-box {
	display: block;
	width: 20%;
	position: absolute;
	top: -5px;
	right: 0;
}
.header-meta .mail {
	display: block;
	position: relative;
}
.header-meta .mail:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	background-image: url("images/common/banner-header_over.png");
	background-size: 100%;
	opacity: 0;
	transition: 0.6s;
}
.header-meta .mail:hover:after {
	z-index: 1;
	opacity: 1;
}
}
.mobile-nav .mobile-btn {
	display: none;
}

@media screen and (max-width: 767px) {
.mobile-nav {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	width: 100%;
	background-color: #fff;
	display: flex;
	padding: 5px 5px;
}
.mobile-nav .logo {
	width: 55%;
	margin: auto 0;
	margin-left: 0.5em;
	margin-right: auto;
}
.mobile-nav .mobile-btn {
	background-color: #8bc34a;
	margin: 0 0.2em;
	padding: 0.2em 0;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 60px;
	height: 50px;
	font-size: 1.8rem;
	line-height: 1em;
	border-radius: 10%;
}
.mobile-nav .mobile-btn span {
	display: block;
	font-size: 0.8rem;
	line-height: 1em;
	margin-top: 0.2em;
}
.mobile-nav .mobile-menu {
	background-color: #ff7b2c;
}
}
.sitemap-link {
	float: right;
}
.logo {
	max-width: 380px;
	clear: both;
	margin: 10px 0;
}
.tel-box {
	display: none;
}

@media screen and (min-width: 768px) {
.header .container {
	display: flex;
	justify-content: space-between;
}
.tel-box {
	display: block;
	float: right;
	margin-top: 15px;
	margin-right: 22%;
}
.tel-box img {
	width: 100%;
}
.logo {
	clear: none;
	float: left;
	margin-right: 15px;
}
}
.mobile-menu {
	display: none;
}
.nav-wap {
	background-color: #fff;
}

@media screen and (min-width: 768px) {
.nav-wap {
	background-color: #fff;
}
}
.global-nav {
	max-width: 1000px;
	margin: auto;
	padding: 0;
}

@media screen and (max-width: 767px) {
.global-nav {
	padding: 20px 20px 0;
}
.global-nav li {
	list-style: none;
	display: block;
}

}


@media screen and (min-width: 768px) {
.global-nav li {
	text-align: center;
}

	
}

@media screen and (max-width: 767px) {
.global-nav li {
	margin-bottom: 10px;
}
.global-nav li a {
	min-height: 100%;
	display: block;
	padding: 15px 10px 15px;
	margin: auto;
	color: #fff;
	text-decoration: none;
	position: relative;
}
	
	.megamenu_pc{
		display:none;
	}

}

@media screen and (max-width: 767px) {
.global-nav li a {
	background-color: #ff7b2c;
	border: none;
	border-radius: 5px;
	border-bottom: solid 4px #de6f2d;
	font-size: 15px;
}
	
	
}

@media screen and (max-width: 767px) {
.global-nav li a:hover {
	border-top: solid 2px transparent;
	border-bottom: solid 2px #de6f2d;
}
}

@media screen and (min-width: 768px) {
.global-nav li a:hover {
	background-color: #fff0f4;
	color: #ff7b2c;
}
}

@media screen and (min-width: 768px) {
.global-nav li a::after {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 1em;
	content: "\f107";
	display: block;
	font-family: FontAwesome;
}
}
.global-nav .icon {
	font-size: 1.3em;
	margin-right: 0.5em;
}

@media screen and (min-width: 768px) {
.global-nav .icon {
	display: none;
}
}

@media screen and (min-width: 768px) {
.global-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 5px 0;
	display: none;
}
.global-nav li {
	flex-grow: 1;
	border-right: solid 1px #fff;
}
.global-nav li:nth-child(2) a:before {
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
	content: "";
	font-size: 0.5em;
}
.global-nav li:last-child {
	border-right: none;
}
.global-nav li a::after {
	line-height: .5em;
}
}

@media screen and (max-width: 767px) {
.js-on #wrapper {
	padding-top: 13%;
}
}

@media screen and (max-width: 499px) {
.js-on #wrapper {
	padding-top: 18%;
}
}

@media screen and (max-width: 767px) {
.global-nav a {
	border-bottom: solid 1px #fff;
}
.js-on .nav-wap {
	padding-top: 55px;
	top: 0;
	left: -100%;
	bottom: 0;
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 3;
}
.js-on .nav-wap.menu-open {
	left: 0;
}
}
.cover {
	box-sizing: border-box;
	margin: auto;
	max-width: 1000px;
}
.cover img {
	width: 100%;
}

@media screen and (min-width: 768px) {
.cover {
	width: 85%;
}
}
.slick-prev:before, .slick-next:before {
	color: #999;
}
.card {
	padding: 10px;
	border: solid 1px #ddd;
}

.card_info {
  padding: 10px;
  border: solid 1px #ddd;
  width: 32%;
}

.card img {
	width: 100%;
	margin-bottom: 1em;
}

.card_info img {
	width: 100%;
	margin-bottom: 1em;
}

.card .date::before {
	color: #ff7b2c;
	margin-right: 0.6em;
	font-family: FontAwesome;
	content: "\f0da";
}
.card .text {
  text-align: left;
  margin-top: 10px;
}

.card_info .text {
  text-align: left;
  margin-top: 10px;
}


.card .more-box {
	text-align: right;
}
.card .more {
	text-decoration: none;
	display: inline-block;
	color: #ca8f29;
	margin: 1.3em 0 0;
}

.card .more2 {
	text-decoration: none;
	display: inline-block;
	color: #ca8f29;
	margin: 0.8em 0 0;
}

.card .more:hover {
	color: #ff7b2c;
}

.card .more2:hover {
	color: #ff7b2c;
}

.card .more:hover::before {
	color: #ff7b2c;
}
.card .more::before {
	color: #ca8f29;
	margin-right: 0.6em;
	font-family: FontAwesome;
	content: "\f0da";
}

.card .more2::before {
	color: #ca8f29;
	margin-right: 0.6em;
	font-family: FontAwesome;
	content: "\f0da";
}


.construction-card img {
	margin-bottom: 0.5em;
}
.construction-card .title {
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
.construction-card span {
	font-size: 1.4rem;
	margin: 0 0.3em 0 0.5em;
	font-weight: bold;
}
.construction-card .color-red {
	color: #fe0000;
}
.construction-card .more-box {
	text-align: right;
}
.construction-card .more {
	display: inline-block;
	color: #ca8f29;
	margin: 1.7em 0 0;
	text-decoration: none;
}


.construction-card .more:hover {
	color: #ff7b2c;
}
.construction-card .more:hover::before {
	color: #ff7b2c;
}
.construction-card .more::before {
	color: #ca8f29;
	margin-right: 0.6em;
	font-family: FontAwesome;
	content: "\f0da";
}
.kategorie {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.headline1 {
	background-color: #ff7b2c;
	padding: 10px 0;
	margin: 35px 0 20px;
}
.headline1 .headline1-inner {
	font-size: 1.4rem;
	color: #fff;
	width: 90%;
	margin: auto;
	max-width: 1000px;
	border-left: solid 5px #fff;
	padding-left: 0.5em;
}
.headline2 {
	padding: 3px 0.5em;
	border-left: solid #ff7b2c 5px;
	margin-bottom: 15px;
	font-size: 1rem;
	line-height: 1.5em;
	font-weight: bold;
}

.topheadline {
    color: #ff6060;
    font-size: 2.5em;
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 30px;
    margin-top: 15px;
    font-weight: bold;
}


.toptext {
font-size: 1.2em;
color: #606060;
}


.headline3 {
	margin: 30px 0;
	background-repeat: repeat-x;
	background-size: contain;
}

.headline3 .headline3-inner {
	max-width: 600px;
	margin: auto;
	padding: 0 10px;
}

.headline3 .headline3-inner img {
text-align: center;
display: inline-block;
}


.headline4 {
	background-color: #ff7b2c;
	font-size: 1.4rem;
	padding: 20px 0;
	margin: 35px 0 20px;
}
.headline4 .headline4-inner {
	color: #fff;
	width: 90%;
	margin: auto;
	max-width: 1000px;
}
.headline4 .home-icon-bg {
    /* background-image: url(images/common/icon.png); */
    /* padding-left: 45px; */
    text-align: center;
    max-width: max-content;
}
.headline4 .big {
	font-size: 1.8rem;
	margin-right: 0.5em;
}
.headline5 {
	position: relative;
	text-align: center;
	color: #999;
	font-size: 1.2rem;
	margin-bottom: 30px;
}
.headline5::after {
	display: block;
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	border-bottom: 3px solid #ddd;
	z-index: -1;
}
.headline5 .headline5-inner {
	z-index: 1;
	display: inline-block;
	padding: 5px 10px;
	background-color: #fff;
	margin: auto;
}
.headline6 {
	margin: 20px 0;
	background-image: url("images/index/sp_reform_tit_bg.png");
	background-repeat: repeat-x;
	background-size: contain;
}
.headline6 .headline6-inner {
	max-width: 1000px;
	margin: auto;
	padding: 0 3px;
}


.headline8 {
    position: relative;
    text-align: center;
    color: #f66b1a;
    margin-bottom: 20px;
	 margin-top: 10px;
}

.headline8::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 3px solid #f66b1a;
  z-index: -1;
}

.headline8 .headline8-inner {
  z-index: 1;
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  margin: auto;
	font-size: 22px;
}

.headline9 {
    position: relative;
    text-align: center;
    color: #f66b1a;
    margin-bottom: 20px;
	 margin-top: 10px;
}

.headline9::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 3px solid #f66b1a;
  z-index: -1;
}

.headline9 .headline9-inner {
  z-index: 1;
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  margin: auto;
	font-size: 27px;
}


.headline10 {
	margin: 40px 0 10px 0;
	background-repeat: repeat-x;
	background-size: contain;
}

.headline10 .headline10-inner {
	max-width: 734px;
	margin: auto;
	padding: 0 10px;
}

.headline10 .headline19-inner img {
text-align: center;
display: inline-block;
}


@media screen and (max-width: 499px) {
.headline3 {
margin: 30px 0 10px 0;
}
	
.card_info {
  padding: 10px;
  border: solid 1px #ddd;
  width: 100%;
}
	
}


.cap {
	color: #ff7b2c;
	font-size: 1.3rem;
	font-weight: bold;
}
.btn-box {
	margin: 25px 0;
}
.btn-box .btn-primary {
	padding: 5px 0;
	margin: auto;
	max-width: 350px;
	width: 90%;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 1.5rem;
	background-color: #ff7b2c;
	color: #fff;
	display: block;
	border: solid 1px #ff7b2c;
}
.btn-box .btn-primary:hover {
	background-color: #fff;
	color: #ff7b2c;
}


.btn-box .btn-primary2 {
    padding: 5px 0;
    margin: auto;
    max-width: 350px;
    width: 90%;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 1.5rem;
    background-color: #ff6060;
    color: #fff;
    display: block;
    border: solid 1px #ff6060;
}
.btn-box .btn-primary2:hover {
	background-color: #fff;
	color: #ff6060;
}


.space1{
	height: 40px;
}


.news-list {
	margin-bottom: 15px;
}
.news-list .date {
	padding: 5px 0;
	padding-left: 2em;
	position: relative;
}
.news-list .date::before {
	position: absolute;
	display: block;
	line-height: 1em;
	height: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 15px;
	color: #ff7b2c;
	font-family: FontAwesome;
	content: "\f0da";
	vertical-align: center;
}
.news-list .title {
	padding: 0 0 5px;
	border-bottom: 2px dotted #ddd;
	padding-left: 1em;
}
.news-list a {
	text-decoration: none;
	color: #333;
}
.news-list a:hover {
	color: #ff7b2c;
}

@media screen and (min-width: 499px) {
	
.news-list {
    line-height: 2.5em;
}
	
.news-list .title {
    padding: 5px 0 5px;
    border-bottom: 2px dotted #ddd;
    padding-left: 12em;
}

.news-list .date {
    padding: 5px 0;
    padding-left: 2em;
    position: relative;
    float: left;
}
}



.text-wap {
	padding: 10px 0;
}
.banner-box {
	margin: 15px 0;
}
.banner-box a {
	display: block;
}
.banner-box a:hover {
	opacity: 0.7;
}
.banner-box img {
	margin: auto;
}
.banner-line {
	margin: 60px auto;
	text-align: center;
}

@media screen and (max-width: 499px) {
.banner-line img {
	width: 100%;
}
}
.banner-line a {
	display: inline-block;
	margin: auto;
}
.banner-line a:hover {
	opacity: 0.8;
}
.pagetop {
	float: right;
	width: 40px;
	display: inline-block;
	background-color: #ff7b2c;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 5px 10px;
	margin: 10px 0;
	border: solid 1px #ff7b2c;
}
.pagetop:hover {
	background-color: #fff;
	color: #ff7b2c;
}
.footer-box {
	max-width: 1000px;
	margin: auto;
	height: 300px;
	margin-bottom: 10px;
}

.footer-box2 {
	max-width: 1000px;
	margin: auto;
	margin-bottom: 5px;
}


.footer {
	padding-bottom: 60px;
}
.footer .footer-nav {
	display: block;
	padding: 20px 10px;
	box-sizing: border-box;
}

.footer .footer-nav2 {
	display: block;
	box-sizing: border-box;
}

.footer .site-meta {
	max-width: 1000px;
	margin: auto;
	padding: 15px 30px;
	box-sizing: border-box;
}

.footer .site-meta2 {
	max-width: 1000px;
	margin: auto;
   padding: 10px 15px;
	box-sizing: border-box;
}

.fb_foot {
    display: none;
}

.space1{
	height: 20px;
}


@media screen and (max-width: 420px) {
.fb_foot {
    display: block;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

	
}

.footer-nav ul {
	list-style: none;
	padding-left: 20px;
	width: 50%;
	float: left;
	border-left: 3px solid #fff;
	height: 100%;
	font-size: 15px;
}
.footer-nav li {
	margin: 0.4em 0;
}
.footer-nav a {
	color: #fff;
	text-decoration: none;
}
.footer-logo {
	margin-top: 20px;
}
.footer-logo2 {
    margin-top: 20px;
    margin-left: 15px;
    width: 80%;
}


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

.footer-box {
    height: 250px;
}
	
.footer-nav ul {
    padding-left: 15px;
    font-size: 12px;
}	

}	


.site-titel {
	font-weight: bold;
	font-size: 1.2rem;
}


/*新スマホフッター*/	
	
.spfooter {
 background: #FFFFFF;
}

.sptable-ul {
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 999;
	background-color: #fff;
	 /*display: block;*/
}

.sptable-ul1 {
	width: 100%;
	position: fixed;
	bottom: 75px;
	z-index: 999;
	 /*display: block;*/
}

.bt {
	width: 100%;
	position: fixed;
	bottom: 83px;
	z-index: 999;
	 /*display: block;*/
}

.sptable-ul {
	background-color: #fff;
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	list-style: none;
	padding: inherit;
	max-height: 80px;
}

.sptable-ul1 {
	background-color: #fff;
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	list-style: none;
	padding: inherit;
	max-height: 70px;
}
	
.sptable-ul2 {
	background-color: #fff;
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	list-style: none;
	padding: inherit;
	max-height: 55px;
}
	
.sptable-ul img {
	width: 90%;
	margin: auto;
}

.sptable-ul1 img {
	width: 85%;
	margin: auto;
}

.sptable-ul2 img {
	margin: auto;
	margin-top: -20px;
	margin-bottom: 5px;
}		

.sptable-ul li {
	border-right: 1px solid #fff;
	display: table-cell;
	vertical-align: middle;
	padding: 6px;
	padding-left: 3px;
	padding-right: 3px;
	 height: 80px;
}

.sptable-ul1 li {
	border-right: 1px solid #fff;
	display: table-cell;
	vertical-align: middle;
	padding: 6px;
	padding-left: 3px;
	padding-right: 3px;
	 height: 70px;
}

.sptable-ul2 li {
	display: table-cell;
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
	height: 72px;
}

.sptable-ul li:last-child {
	border-right: 0;
}

.sptable-ul1 li:last-child {
	border-right: 0;
}
	
.sptable-ul li:nth-child(1) {
	border-left: none;
	background: #ffffff;
}
.sptable-ul li:nth-child(2) {
	background: #ffffff;
}
.sptable-ul li:nth-child(3) {
	background: #ffffff;
}
.sptable-ul li:nth-child(4) {
	background: #ffffff;
	border-right: none;
}

.sptable-ul1 li:nth-child(1) {
	border-left: none;
	background: #ffffff;
}
.sptable-ul1 li:nth-child(2) {
	background: #ffffff;
}
.sptable-ul1 li:nth-child(3) {
	background: #ffffff;
}
.sptable-ul1 li:nth-child(4) {
	background: #ffffff;
	border-right: none;
}
	

.sptable-ul2 li:nth-child(1) {
	border-left: none;
	background: #ffffff;
}
.sptable-ul2 li:nth-child(2) {
	background: #ffffff;
}


.sptable-ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 3px;
}

.sptable-ul1 li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 3px;
}
	
.sptable-ul2 li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 3px;
}
	
	
/*　buttonF1　*/
.buttonF1 {
  border-radius: .6em;
  background: #f06f96;
  box-shadow: 0 6px #b65370;
  top: 0;
  transition: .2s box-shadow,.2s top,.4s background;
}
.buttonF1:hover {
	margin-top: 2px;
    box-shadow: 0 4px #b65370;
    top: 1px;
}
.buttonF1:active {
  background-color: #b65370;
    box-shadow: 0 0 #b65370;
    top: 6px;
}	
	
/*　buttonF2　*/
.buttonF2 {
  border-radius: .6em;
  background: #39c;
  box-shadow: 0 6px #277198;
  top: 0;
  transition: .2s box-shadow,.2s top,.4s background;
}
.buttonF2:hover {
	margin-top: 2px;
    box-shadow: 0 4px #277198;
    top: 1px;
}
.buttonF2:active {
  background-color: #277198;
    box-shadow: 0 0 #277198;
    top: 6px;
}

/*　buttonF3　*/
.buttonF3 {
  border-radius: .6em;
  background: #f90;
  box-shadow: 0 6px #c07200;
  top: 0;
  transition: .2s box-shadow,.2s top,.4s background;
}
.buttonF3:hover {
	margin-top: 2px;
    box-shadow: 0 4px #c07200;
    top: 1px;
}
.buttonF3:active {
  background-color: #c07200;
    box-shadow: 0 0 #c07200;
    top: 6px;
}
	
/*　buttonF4　*/
.buttonF4 {
  border-radius: .6em;
  background: #f30;
  box-shadow: 0 6px #c12600;
  top: 0;
  transition: .2s box-shadow,.2s top,.4s background;
}
.buttonF4:hover {
	margin-top: 2px;
    box-shadow: 0 4px #c12600;
    top: 1px;
}
.buttonF4:active {
  background-color: #c12600;
    box-shadow: 0 0 #c12600;
    top: 6px;
}	
	
/*　buttonF5　*/
.buttonF5 {
  border-radius: .6em;
  background: #00b900;
  box-shadow: 0 6px #008a00;
  top: 0;
  transition: .2s box-shadow,.2s top,.4s background;
}
.buttonF5:hover {
	margin-top: 2px;
    box-shadow: 0 4px #008a00;
    top: 1px;
}
.buttonF5:active {
  background-color: #008a00;
    box-shadow: 0 0 #008a00;
    top: 6px;
}
	
/*　buttonF6　*/
.buttonF6 {
  border-radius: .6em;
  background: #35c7f6;
  box-shadow: 0 6px #2895b7;
  top: 0;
  transition: .2s box-shadow,.2s top,.4s background;
}
.buttonF6:hover {
	margin-top: 2px;
    box-shadow: 0 4px #2895b7;
    top: 1px;
}
.buttonF6:active {
  background-color: #2895b7;
    box-shadow: 0 0 #2895b7;
    top: 6px;
}	

/*　buttonF7　*/
/*.buttonF7 {
  border-radius: .6em;
  background: #ff315a;
  box-shadow: 0 6px #d80039;
  top: 0;
  transition: .2s box-shadow,.2s top,.4s background;
}
.buttonF7:hover {
	margin-top: 2px;
    box-shadow: 0 4px #d80039;
    top: 1px;
}
.buttonF7:active {
  background-color: #d80039;
    box-shadow: 0 0 #d80039;
    top: 6px;
}	*/
	

	
	
/*新スマホフッターここまで*/




@media screen and (min-width: 768px) {
.footer-box, .footer-box2{
	display: flex;
	
}
.footer .footer-nav {
	display: block;
	width: 60%;
}
.footer .site-meta {
	width: 40%;
}
}
.copy-wap {
	background-color: #ff7b2c;
}
.copyright {
	max-width: 1000px;
	margin: auto;
	padding: 10px 15px;
	display: block;
	box-sizing: border-box;
}
.copyright a {
	color: #fff;
	text-decoration: none;
}

.policy {
    max-width: 1000px;
    display: block;
    float: right;
    margin-right: 20%;
    position: relative;
    margin-top: 10px;
}

.policy a {
	color: #fff;
	text-decoration: none;
}

.floatingMenu {
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 100;
}
.floatingMenu .floatingMenuItem {
	display: block;
	width: 33%;
	padding: 8px;
	text-decoration: none;
	color: #fff;
	font-size: 1.3rem;
	position: relative;
}
.floatingMenu .menuContactUs {
	background-color: #329757;
}
.floatingMenu .menuContactUs::before {
	content: "";
	display: block;
	position: absolute;
	top: -1em;
	right: 0;
	left: 0;
	margin: auto;
	width: 3em;
	height: 3em;
	border-radius: 50%;
	background-color: #329757;
	z-index: -1;
}
.floatingMenu .menuContactUs::after {
	font-family: FontAwesome;
	content: "\f003";
	display: block;
	position: absolute;
	top: -0.5em;
	right: 0;
	left: 0;
	margin: auto;
	width: 2em;
}
.floatingMenu .menuReservation {
	background-color: #ff7b2c;
}
.floatingMenu .menuReservation::before {
	content: "";
	display: block;
	position: absolute;
	top: -1em;
	right: 0;
	left: 0;
	margin: auto;
	width: 3em;
	height: 3em;
	border-radius: 50%;
	background-color: #ff7b2c;
	z-index: -1;
}
.floatingMenu .menuReservation::after {
	font-family: FontAwesome;
	content: "\f1b9";
	display: block;
	position: absolute;
	top: -0.5em;
	right: 0;
	left: 0;
	margin: auto;
	width: 2em;
}
.floatingMenu .menuEstimate {
	background-color: #ff2c2c;
}
.floatingMenu .menuEstimate::before {
	content: "";
	display: block;
	position: absolute;
	top: -1em;
	right: 0;
	left: 0;
	margin: auto;
	width: 3em;
	height: 3em;
	border-radius: 50%;
	background-color: #ff2c2c;
	z-index: -1;
}
.floatingMenu .menuEstimate::after {
	font-family: FontAwesome;
	content: "\f157";
	display: block;
	position: absolute;
	top: -0.5em;
	right: 0;
	left: 0;
	margin: auto;
	width: 2em;
}
.floatingMenu .menuTel {
	width: 100%;
	background-color: #ff7b2c;
	border-top: solid 2px #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: 0.3em 0;
	line-height: none;
	display: block;
}
.floatingWap {
	position: fixed;
}

@media screen and (min-width: 1281px) {
.floatingWap {
	margin: auto;
	max-width: 1100px;
	width: 100%;
	height: 1px;
	top: 190px;
	right: 0;
	left: 0;
	z-index: 999;
}
}

@media screen and (max-width: 1280px) {
.floatingWap {
	bottom: 0;
	width: 100%;
	background-color: #fff;
}
}

@media screen and (max-width: 767px) {
.floatingWap {
	display: none;
}
	
.footer .site-meta {
    /* width: 40%; */
    display: none;
}	
	
}

@media screen and (min-width: 1280px) {
.floatingBnr {
	width: 190px;
	float: right;
	margin-right: -210px;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
   z-index: 999;

}
}

@media screen and (max-width: 1280px) {
.floatingBnr {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
}
.floatingBnr .floatingBnrImg {
	margin-bottom: 10px;
}

@media screen and (max-width: 1280px) {
.floatingBnr .floatingBnrImg {
	display: none;
}
}
.floatingBnr .floatingBnrBtn {
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 1.2em 0;
	line-height: 1em;
	color: #fff;
	text-align: center;
	display: block;
	text-decoration: none;
	margin: 0 15px 10px 20px;
	font-size: 1.5rem;
	transition: 0.6s;
	width: 100%;
}

@media screen and (max-width: 1280px) {
.floatingBnr .floatingBnrBtn {
	width: 22.3%;
	margin: 10px 15px;
}
}
.floatingBnr .floatingBnrBtn:hover {
	opacity: 0.6;
}
.floatingBnr .menuEstimate {
	background-color: #ff3131;
}
.floatingBnr .menuReservation {
	background-color: #ff9d01;
}
.floatingBnr .menuContactUs {
	background-color: #90d81e;
}
.floatingBnr .pageBnr {
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 1.2em 0;
	line-height: 1em;
	color: #fff;
	text-align: center;
	display: block;
	text-decoration: none;
	margin: 0 15px 10px 20px;
	font-size: 1.5rem;
	transition: 0.6s;
	width: 100%;
}
.pageBnr .menuEstimate {
	background-color: #ff3131;
}
.tagNew {
	display: inline-block;
	color: #fff;
	background-color: #ff3131;
	line-height: 1em;
	font-size: 1rem;
	padding: 0.3em 1em;
	text-align: center;
	margin: 0 1.5em;
	font-family: monospace;
}
.accordion-button {
	background-color: #ff4747;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 8px 0;
	position: relative;
}

@media screen and (max-width: 320px) {
.accordion-button {
	font-size: 15px;
	padding: 5px 0;
}
}
.accordion-button:before {
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9.5px 15px 9.5px;
	border-color: transparent transparent #ff4747 transparent;
}
.accordion-button:after {
	content: '';
	background-image: url(./images/common/icon_click.png);
	background-size: cover;
	display: block;
	height: 48px;
	width: 130px;
	position: absolute;
	top: 0;
	bottom: -10px;
	left: 310px;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 767px) {
.accordion-button:after {
	font-size: 16px;
	background-size: 100%;
	width: 25%;
	bottom: -50%;
	left: 65%;
}
}
.accordion-button:hover {
	cursor: pointer;
}
.accordion-button-box {
	margin-top: 30px;
}
.constructionExampleTitle {
	color: #fe7b2b;
	font-size: 2.6rem;
	padding: 10px 5px 10px;
	line-height: 1em;
	border-bottom: solid 4px #ff7b2c;
	margin: 10px 10px 30px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
.constructionExampleTitle {
	display: flex;
	align-items: center;
}
}
.constructionExampleTitle-sub {
	font-size: 1.4rem;
	display: block;
	line-height: 1.2em;
}

@media screen and (min-width: 768px) {
.constructionExampleTitle-sub {
	margin-left: 1.5rem;
}
}
.constructionExample-list {
	margin-bottom: 30px;
}
.constructionExample-item {
	margin-bottom: 10px;
	background-color: #fffaf6;
	padding: 20px 30px;
}

@media screen and (min-width: 768px) {
.constructionExample-item {
	display: flex;
	flex-wrap: wrap;
}
}
.constructionExample-title {
	color: #444444;
	font-size: 1.3rem;
	padding: 10px 5px 10px;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	width: 100%;
}
.constructionExample-title:before {
	content: "\f138";
	font-family: FontAwesome;
	color: #ff7b2c;
	margin-right: 0.6em;
}
.constructionExample-text {
	margin-bottom: 15px;
	font-size: 14px;
	width: 100%;
}
.constructionExample-link {
	margin-top: auto;
}
.constructionExample-link a {
	display: inline-block !important;
	margin-right: 1em;
	font-size: 15px;
}
.constructionExample-half {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
.constructionExample-half {
	width: 50%;
}
}
.ba-imgBox {
	display: flex;
	position: relative;
	margin: auto;
}

@media screen and (max-width: 767px) {
.ba-imgBox {
	margin-top: 15px;
}
}
.ba-imgBox:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #ff4747;
}
.ba-imgBox .b-img, .ba-imgBox .a-img {
	width: 47%;
	position: relative;
	box-sizing: border-box;
	padding: 5px 0px 40px;
}
.ba-imgBox .b-img:before, .ba-imgBox .a-img:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	text-align: center;
	color: #fff;
	font-size: 15px;
	padding: 4px;
}
.ba-imgBox .b-img {
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
	margin-right: 6%;
}
.ba-imgBox .b-img:before {
	content: 'Before';
	background-color: #c4c4c4;
}
.ba-imgBox .a-img {
	background-color: #ff4747;
	border-left: solid 5px #ff4747;
	border-right: solid 5px #ff4747;
}
.ba-imgBox .a-img::before {
	content: 'After';
	background-color: #ff4747;
}
hr.list1 {
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #eee;
}
.home .new-arrivals {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home .new-arrivals .event, .home .new-arrivals .flyer {
	width: 48%;
}
.home .new-arrivals .event .img-wap, .home .new-arrivals .flyer .img-wap {
	margin-bottom: 1em;
}
.home .new-arrivals .flyer {
	position: relative;
}
.home .new-arrivals .flyer .card {
	bottom: 0;
	position: relative;
}
.home .new-arrivals .news {
	width: 100%;
}

@media screen and (max-width: 767px) {
.home .new-arrivals .news {
	margin: 1em 0 20px;
}
.event_title{
  color: #ffffff;
  text-align: center;
  padding: 8px 8px 8px 8px;
  background-color: #fb3231;
}	
	
.home .new-arrivals .event, .home .new-arrivals .flyer {
	width: 99%;
}
	
}

@media screen and (min-width: 768px) {
.home .new-arrivals {
	margin-top: 20px;
	justify-content: space-around;
}
.home .new-arrivals .event {
	width: 35%;
}

.event_title{
  color: #ffffff;
  text-align: center;
  padding: 8px 8px 8px 8px;
  background-color: #fb3231;
}

.home .new-arrivals .calendar {
	width: 49%;
	padding: 10px;
}
	
	
.home .new-arrivals .area1 {
	width: 49%;
	padding: 0px;
}
	
.home .new-arrivals .area2 {
	width: 49%;
	padding: 0px;
	margin-top: 70px;
	font-size: 14px;
}
	

.event_calendar	{
 overflow: hidden;
}
	
	
.home .new-arrivals .access {
	width: 49%;
	padding: 10px;
}
	
.home .new-arrivals .flyer {
	width: 31%;
}
.home .new-arrivals .news {
	width: 60%;
}
}
.home .selling {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.home .selling .banner-item {
	margin-bottom: 10px;
}
.home .selling img {
	margin: auto;
}
.home .selling .x2 {
	width: 100%;
}

@media screen and (min-width: 768px) {
.home .selling .banner-item {
	width: 30%;
}
.home .selling .x2 {
	margin-top: -3%;
	order: 3;
}
}
.home .renovation-pack-box {
	display: flex;
	flex-wrap: wrap;
   justify-content: left;
}

.home .renovation-pack-box .box-item2 {
    width: 31.66%;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

.home .renovation-pack-box .box-item3 {
    width: 47.66%;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

@media screen and (max-width: 550px) {
.home .renovation-pack-box .box-item2 {
	width: 47%;
	margin-bottom: 10px;
}
	
.home .new-arrivals .area2 {
width: 100%;
padding: 0px;
margin-top: 10px;
margin-left: 5px;
margin-right: 5px;
font-size: 14px;
}	
	
}




@media screen and (min-width: 550px) {
.home .renovation-pack-box {
	max-width: 500px;
	margin: auto;
}
}

@media screen and (min-width: 800px) {
.home .renovation-pack-box {
	max-width: 760px;
}
}

@media screen and (min-width: 1000px) {
.home .renovation-pack-box {
	max-width: 1000px;
}
}
.home .renovation-pack-box .box-item {
	margin-bottom: 10px;
	margin-right: 5px;
    margin-left: 5px;
}


.home .renovation-pack-box .box-item img {
	margin: auto;
}

@media screen and (max-width: 767px) {
.home .renovation-pack-box .box-item {
	width: 33%;
}
.home .renovation-pack-box .x2 {
	width: 100%;
}

	
}
.home .renovation-pack-box a {
	display: block;
}
.home .renovation-pack-box a:hover {
	opacity: 0.7;
}
.home .construction-example-box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	justify-content: space-between;
}
.home .construction-example-box .box-item {
	width: 100%;
	margin-bottom: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (min-width: 768px) {
.home .construction-example-box .box-item {
	width: 33%;
}
}
.home .construction-example-box .box-item img {
	width: 100%;
}
.home .construction-example-box .construction-example-title {
	width: 100%;
	border-left: 5px solid #ff7b2c;
	padding: 0.5em 0.5em;
	margin-bottom: 15px;
	line-height: 1em;
	font-size: 16px;
	position: relative;
}
.home .construction-example-box .title-cat {
	display: inline-block;
	background-color: #ff7b2c;
	padding: 0.5em 1em;
	text-align: center;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
	line-height: 1em;
}
.home .construction-example-box .container {
	width: 100%;
}
.home .construction-example-box .construction-card {
  width: 48%;
	position: relative;
	padding: 0 0 45px 0;
}

@media screen and (min-width: 500px) {
.home .construction-example-box .construction-card {
	width: 48%;
}
}
.home .construction-example-box .construction-card .more-box {
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	padding: 5px;
}
.home .construction-example-box .construction-card .more {
	margin: 0;
}
.home .construction-example-box .construction-card.wapNew {
	position: relative;
}
.home .construction-example-box .construction-card.wapNew:before {
	position: absolute;
	top: -5px;
	right: -3px;
	content: "NEW!";
	display: inline-block;
	color: #fff;
	background-color: #ff3131;
	line-height: 1em;
	font-size: 1rem;
	padding: 0.3em 1em;
	text-align: center;
	font-family: monospace;
}

.home .reform-column {
	max-width: 1000px;
	margin: auto;
	padding: 20px;
}
.home .reform-column .reform-column-wap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home .reform-column .column-item {
	width: 100%;
}

@media screen and (min-width: 768px) {
.home .reform-column .column-item {
	width: 48%;
}
}
.home .reform-column .column-item img {
	width: 100%;
	margin: auto;
}
.home .reform-column .item {
	list-style: none;
	display: flex;
	margin-bottom: 1em;
}
.home .reform-column .item .column-image {
	max-width: 100px;
	width: 100%;
	max-height: 70px;
	margin-right: 15px;
}
.home .reform-column .item .column-text {
	width: 100%;
	margin-left: 15px;
}
.home .customer-review-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home .customer-review-box {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
.home .customer-review-box {
	margin-top: 20px;
}
}
.home .customer-review-box .box-item {
	width: 48%;
	padding: 15px;
	margin: 0 0.5% 1em;
}

@media screen and (min-width: 1000px) {
.home .customer-review-box .box-item {
	width: 22%;
}
}
.home .customer-review-box .box-item img {
	width: 100%;
}
.home .customer-review-box .box-item a {
	color: #666;
	text-decoration: none;
}

.home .company-profile-box {
    width: 95%;
    margin: 30px 10px;
	 display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}


.home .company-profile-box2 {
    width: 95%;
    margin: 30px 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}



.home .company-profile-box .box-item {
	width: 100%;
}

@media screen and (max-width: 767px) {
.home .company-profile-box .box-item {
	margin-bottom: 2em;
}
	
.cinfotext{
 margin-top: 10px;
}	
	
}

@media screen and (min-width: 768px) {
.home .company-profile-box .box-item {
	width: 60%;
}
.home .company-profile-box .box-item2 {
	width: 40%;
}	
	
}
.home .company-profile-box .text-wap .text-item {
	text-align: center;
}
.home .company-profile-box .text-wap .text-item img {
	margin: auto;
}

@media screen and (min-width: 500px) {
.home .company-profile-box .text-wap {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.home .company-profile-box .text-wap .pic-item {
	width: 30%;
	text-align: left;
}
.home .company-profile-box .text-wap .text-item {
    width: 60%;
    text-align: left;
    margin-left: 20px;
}	
	
.c_text {
font-size: 16px;
}	
	
.name_text {
 font-size: 16px;
 margin-top: 10px;
 text-align: right;
 color: #FF5722;
}	
	
}
.home .company-profile-box .text-wap .store-name {
	font-size: 1.3rem;
	margin: 10px 0 10px;
	font-weight: bold;
}

.home .company-profile-box2 .btn-map {
	border-radius: 3px;
	background-color: #2294ed;
	color: #fff;
	padding: 6px 5px;
	text-align: center;
	display: block;
	text-decoration: none;
	max-width: 250px;
}


.home .company-profile-box2 .btn-map img {
	width: 15px;
	margin-bottom: -5px;
	margin-right: 0.8em;
	display: inline-block;
}
.home .map img {
	width: 100%;
}
.home .company-profile .card-box {
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media screen and (min-width: 768px) {
.home .company-profile .card-box {
	flex-wrap: nowrap;
	justify-content: space-around;
}
}
.home .company-profile .card-box .card {
	margin: 5px;
}

.home .company-profile .card-box .card_info {
	margin: 5px;
}

.card-icon-list-icon {
    color: #90d81e;
    position: absolute;
}

.card-icon-list-icon:before {
    content: "\f06a";
    font-family: FontAwesome;
    color: #90d81e;
    margin-left: 10px;
    font-size: 35px;
}

.card-icon-list-icon2 {
    color: #90d81e;
    position: absolute;
}

.card-icon-list-icon2:before {
    content: "\f0ad";
    font-family: FontAwesome;
    color: #90d81e;
    margin-left: 10px;
    font-size: 35px;
}

.card-icon-list-icon3 {
    color: #90d81e;
    position: absolute;
}

.card-icon-list-icon3:before {
    content: "\f044";
    font-family: FontAwesome;
    color: #90d81e;
    margin-left: 10px;
    font-size: 35px;
}


.card-icon-list-text{
 font-size: 18px;
 font-weight: 600;
 line-height: 1.5em;
 color: #ff8528;
 padding-left: 50px;
font-feature-settings: "palt";
letter-spacing: 1px;
}



.home .about-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
.home .about-box {
	margin: 0 auto;
	max-width: 550px;
}
}

@media screen and (min-width: 768px) {
.home .about-box .box-item {
	width: 48%;
}
}
.home .about-box .cap {
	margin: 15px 0 10px;
}
.home .about-box .text {
	padding: 10px 0 15px;
}
.home .about-box .btn-boxlist {
	margin-bottom: 30px;
	max-width: 500px;
	margin: auto;
}
.home .about-box .btn-boxlist .btn-item {
	display: block;
	margin-bottom: 10px;
}
.home .about-box .btn-boxlist .btn-item:hover {
	opacity: 0.7;
}
.home .about-box .btn-boxlist img {
	width: 100%;
}
.home .about-box .fb-box {
	width: 340px;
	margin: 20px auto;
}
.home .about-box .fb-box .fb-cpa {
	margin-bottom: 15px;
}
.page .reformFlow {
	margin: 30px auto;
	max-width: 850px;
}
.page .reformFlow .reformFlow-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.page .reformFlow .reformFlow-item:nth-child(1) .title {
	background-image: url("images/page-reformFlow/title-bg1.png");
}
.page .reformFlow .reformFlow-item:nth-child(2) .title {
	background-image: url("images/page-reformFlow/title-bg2.png");
}
.page .reformFlow .reformFlow-item:nth-child(3) .title {
	background-image: url("images/page-reformFlow/title-bg3.png");
}
.page .reformFlow .reformFlow-item:nth-child(4) .title {
	background-image: url("images/page-reformFlow/title-bg4.png");
}
.page .reformFlow .reformFlow-item:nth-child(5) .title {
	background-image: url("images/page-reformFlow/title-bg5.png");
}

@media screen and (min-width: 768px) {
.page .reformFlow .second-box {
	width: 65%;
}
.page .reformFlow .reformFlow-item:nth-child(2n) {
	flex-direction: row-reverse;
}
}
.page .reformFlow .title {
	background-repeat: no-repeat;
	background-position: 0 center;
	padding: 35px 0 35px 100px;
	color: #ff7b2c;
	margin-bottom: 20px;
	font-size: 1.3rem;
	font-weight: bold;
}
.page .appeal {
	color: #e70369;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	padding: 30px 0 130px;
	margin-bottom: 30px;
	background: url("images/page-reformFlow/free-icon.png") no-repeat center bottom 35px;
}

@media screen and (min-width: 768px) {
.page .appeal {
	text-align: right;
	padding: 30px 210px 30px 0px;
	background-position: right 80px center;
}
}
.page .freeCall-box {
	display: block;
	width: 100%;
	margin: auto;
}
.page .freeCall-box:hover {
	opacity: 0.7;
}
.page .color-green {
	border-color: #329757;
	background-color: #329757;
}
.page .color-green:hover {
	color: #329757;
}
.page .color-blue {
	border-color: #2c4eff;
	background-color: #2c4eff;
}
.page .color-blue:hover {
	color: #2c4eff;
}
.page .color-orange {
	border-color: #ff7b2c;
	background-color: #ff7b2c;
}
.page .color-orange:hover {
	color: #ff7b2c;
}
.page .color-red {
	border-color: #ff2c2c;
	background-color: #ff2c2c;
}
.page .color-red:hover {
	color: #ff2c2c;
}
.page .color-yellow {
	border-color: #fff700;
	background-color: #fff700;
	color: #333;
}
.page .color-yellow:hover {
	color: #fff700;
	background-color: #333;
}
.page-id-8 .page-content h2 {
	font-weight: normal;
	font-size: 1.2rem;
	padding: 3px 1em;
	border-left: solid 5px #ff7b2c;
}
.page-id-8 .page-content ul {
	padding: 0 1em;
	list-style-type: none;
	margin: 2em 0;
}
.page-id-8 .page-content a {
	text-decoration: none;
}
.page-id-8 .page-content li::before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 1em;
	color: #ff7b2c;
}
.page-id-8 .page-content li:hover::before {
	color: #ff7b2c;
}
.page-template-page-line .lineTitle {
	font-size: 3rem;
	color: #2cbf13;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.page-template-page-line .lineTitle span {
	display: inline-block;
	margin-right: 0.3em;
	font-size: 1.3em;
}
.page-template-page-line p {
	text-align: center;
}
.page-template-page-line .speechBalloon1 {
	border: solid 1px #2cbf13;
	color: #2cbf13;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	padding: 0.5em 0;
	margin: 30px 0;
	position: relative;
}
.page-template-page-line .speechBalloon1:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #fff;
	position: absolute;
	bottom: -37px;
	left: 0;
	right: 0;
	margin: auto;
}
.page-template-page-line .speechBalloon1:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-top: 18px solid #2cbf13;
	position: absolute;
	bottom: -36px;
	left: 0;
	right: 0;
	margin: auto;
}
.page-template-page-line .speechBalloon2 {
	background-color: #2cbf13;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	margin: 30px auto 40px;
	padding: 1em 0;
	position: relative;
	max-width: 300px;
}
.page-template-page-line .speechBalloon2:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-top: 18px solid #2cbf13;
	position: absolute;
	bottom: -36px;
	left: 0;
	right: 0;
	margin: auto;
}
.page-template-page-line .lineMelit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-template-page-line .lineMelit .melitItem {
	width: 30%;
	min-width: 250px;
	padding: 15px;
	text-align: center;
	margin: 0 auto 10px;
}
.page-template-page-line .lineMelit .melitItem h2 {
	font-size: 1.3rem;
	margin-bottom: 1em;
	text-align: center;
}
.page-template-page-line .lineMelit .melitItem p {
	font-size: 0.9rem;
}
.page-template-page-line .lineMelit .melitItem:nth-child(1) {
	background-color: #fff0f4;
}
.page-template-page-line .lineMelit .melitItem:nth-child(1) h2 {
	color: #f56f8f;
}
.page-template-page-line .lineMelit .melitItem:nth-child(1):before {
	display: inline-block;
	background-color: #f56f8f;
	content: "1";
	font-size: 3rem;
	line-height: 1em;
	width: 60px;
	height: 60px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 0.5em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.page-template-page-line .lineMelit .melitItem:nth-child(2) {
	background-color: #fff1db;
}
.page-template-page-line .lineMelit .melitItem:nth-child(2) h2 {
	color: #ffa516;
}
.page-template-page-line .lineMelit .melitItem:nth-child(2):before {
	display: inline-block;
	background-color: #ffa516;
	content: "2";
	font-size: 3rem;
	line-height: 1em;
	width: 60px;
	height: 60px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 0.5em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.page-template-page-line .lineMelit .melitItem:nth-child(3) {
	background-color: #e8f9ff;
}
.page-template-page-line .lineMelit .melitItem:nth-child(3) h2 {
	color: #4db8f0;
}
.page-template-page-line .lineMelit .melitItem:nth-child(3):before {
	display: inline-block;
	background-color: #4db8f0;
	content: "3";
	font-size: 3rem;
	line-height: 1em;
	width: 60px;
	height: 60px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 0.5em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.page-template-page-line .lineText {
	color: #2cbf13;
	text-align: center;
	font-size: 1.2rem;
}
.page-template-page-line .qr img {
	margin: auto;
}
.page-template-page-line .helpText {
	color: #777;
	text-align: center;
}
.contact-title {
	color: #ff7b2c;
}
.formErrorDate {
	background: #ee0101;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	padding: 4px 10px 4px 10px;
}
.archive .eventList-grid {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.archive .eventList-grid .grid-item {
	width: 48%;
	margin: 1%;
}
.archive .eventList-grid a {
	text-decoration: none;
	color: #666;
}

@media screen and (min-width: 768px) {
.archive .eventList-grid .grid-item {
	width: 31%;
}
}
.archive .eventList-card .card-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #fff;
	text-align: center;
	height: 40px;
}
.archive .eventList-card .card-meta .label {
	width: 25%;
	padding: 5px;
	background-color: #7c4636;
	font-size: 0.8rem;
}
.archive .eventList-card .card-meta .time {
	line-height: 1.05em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 0.5em;
	width: 75%;
	background-color: #ff7b2c;
	font-size: 0.9rem;
}
.archive .eventList-card .card-content {
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding: 5%;
}
.archive .eventList-card .card-title {
	margin-top: 1em;
	padding-left: 1em;
	position: relative;
	font-size: 1rem;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
.archive .eventList-card .card-title::before {
	position: absolute;
	display: block;
	line-height: 1em;
	height: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 3px;
	color: #ff7b2c;
	font-family: FontAwesome;
	content: "\f0da";
	vertical-align: center;
}
.archive .eventList-card .card-text {
	padding: 5%;
}
.archive .eventList-card .lamp {
	display: block;
	color: #fff;
	background-color: #999;
	padding: 5px 0;
	text-align: center;
	border-radius: 5px;
	font-size: 0.9rem;
}
.archive .eventList-card .lamp.color-red {
	background-color: #ff4d4d;
}
.archive .newsList {
	margin: 30px auto 30px;
	max-width: 700px;
}
.archive .newsList .date {
	padding: 0px 1.2em;
	position: relative;
}
.archive .newsList .date::before {
	position: absolute;
	display: block;
	line-height: 1em;
	height: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 3px;
	color: #ff7b2c;
	font-family: FontAwesome;
	content: "\f0da";
	vertical-align: center;
}
.archive .newsList .title {
	padding: 0 1.2em;
}
.archive .newsList .newsList-set {
	border-bottom: 2px dotted #ddd;
	padding: 7px;
}
.archive .newsList a {
	text-decoration: none;
	color: #333;
}
.archive .newsList a:hover {
	color: #ff7b2c;
}

@media screen and (min-width: 768px) {
.archive .newsList .date {
	position: absolute;
}
.archive .newsList .title {
	margin-left: 9em;
}
.archive .newsList .newsList-set {
	margin-bottom: 5px;
	padding: 10px;
}
}
.archive .renovation {
	display: flex;
	flex-wrap: wrap;
}
.reform-template-default .renovation {
	display: flex;
	flex-wrap: wrap;
}
.archive .renovation .renovation-item {
	width: 49%;
    margin: 0 1px 15px 1px;
}
.reform-template-default .renovation .renovation-item {
	width: 100%;
	margin-bottom: 15px;
}
.archive .renovation .title {
	font-size: 1rem;
	 font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
}
.reform-template-default .renovation .title {
	font-size: 1rem;
	font-weight: normal;
}
.reform-template-default .renovation .text {
	font-size: 0.8rem;
	font-weight: normal;
}

@media screen and (min-width: 500px) {
.archive .renovation .renovation-item {
	width: 46%;
	margin: 0 1.5% 15px;
}
.reform-template-default .renovation .renovation-item {
	width: 46%;
	margin: 0 1.5% 15px;
}
}

@media screen and (min-width: 1000px) {
.archive .renovation .renovation-item {
	width: 30%;
	margin: 0 1.5% 15px;
}
.reform-template-default .renovation .renovation-item {
	width: 19%;
	margin: 0 0.5% 5px;
}
}

@media screen and (max-width: 767px) {
.archive .btn-box {
	text-align: center;
}
}

/* 
.archive .btn-cat {
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	padding: 1em 2em;
	text-align: center;
	line-height: 1em;
	font-size: 16px;
	position: relative;
	background-color: #ff7b2c;
	width: 30%;
	margin: 0 1.5% 0.5em;
	text-decoration: none;
	transition: 0.6s ease-out;
	min-width: 230px;
}
.archive .btn-cat:after {
	font-family: FontAwesome;
	content: "\f138";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 1em;
	color: #fff;
	height: 1em;
	width: 1em;
}
*/

.archive .btn-cat.active-cat, .archive .btn-cat:hover {
	box-shadow: 0px 3px 0px 0 #f66b1a, 0px 3px 2px 0 #f66b1a, 0px 2px 0px 2px #f66b1a;
}
.archive .btn-cat2 {
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	padding: 1em 2em;
	text-align: center;
	line-height: 1em;
	font-size: 16px;
	position: relative;
	background-color: #ff7b2c;
	width: 46%;
	margin: 0 1.5% 0.5em;
	text-decoration: none;
	transition: 0.6s ease-out;
	min-width: 230px;
}
.archive .btn-cat2:after {
	font-family: FontAwesome;
	content: "\f138";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 1em;
	color: #fff;
	height: 1em;
	width: 1em;
}
.archive .btn-cat2.active-cat, .archive .btn-cat2:hover {
   box-shadow: 0px 2px 0px 0 #f66b1a, 0px 2px 1px 0 #f66b1a, 0px 1px 0px 1px #f66b1a;
}
.archive .btn-cat3 {
	display: inline-block;
	color: #ff7b2c;
	border-radius: 5px;
	padding: 1em 2em;
	text-align: center;
	line-height: 1em;
	font-size: 16px;
	position: relative;
	background-color: #fff;
	width: 46%;
	margin: 0 1.5% 0.5em;
	text-decoration: none;
	transition: 0.6s ease-out;
	min-width: 230px;
	border: solid 1px #ff7b2c;
	box-shadow: 0px 2px 0px 0 #f66b1a, 0px 2px 1px 0 #f66b1a, 0px 1px 0px 1px #f66b1a;
}
.archive .btn-cat3:after {
	font-family: FontAwesome;
	content: "\f138";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 1em;
	color: #ff7b2c;
	height: 1em;
	width: 1em;
}
.archive .btn-cat3.active-cat, .archive .btn-cat3:hover {
   box-shadow: 0px 3px 0px 0 #f66b1a, 0px 3px 2px 0 #f66b1a, 0px 2px 0px 2px #f66b1a;
   background-color: #ff7b2c;
   color: #ffffff;
   border: solid 1px #ff7b2c;
}

.reformlabel {
	display: inline-block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 0px 10px;
	position: relative;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #ff7b2c;
	text-align: center;
}

@media screen and (max-width: 768px) {
.reformlabel {
	margin: 60px 0;
	position: absolute;
	margin-left: -10px;
}
}
.archive .title-cat {
	background-color: #ff7b2c;
	padding: 0.8em;
	text-align: center;
	color: #fff;
	line-height: 1em;
	font-size: 16px;
	margin-bottom: 30px;
}
.archive .renovation-card {
	border: solid 1px #ddd;
	padding: 10px 10px 35px 10px;
	position: relative;
	margin-bottom: 15px;
}
.reform-template-default .renovation-card2 {
	border: solid 1px #ddd;
	padding: 5px 5px 5px 5px;
	position: relative;
	margin-bottom: 15px;
}
.archive .renovation-card a {
	color: #333;
	text-decoration: none;
	/* text-overflow: ellipsis; */
	width: 100%;
	/* overflow: hidden; */
	white-space: normal;/* display: block; */
}
.reform-template-default .renovation-card2 a {
	color: #333;
	text-decoration: none;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
.archive .renovation-card img {
	width: 100%;
	margin: 0 auto 10px;
}
.reform-template-default .renovation-card2 img {
	width: 100%;
	margin: 0 auto 10px;
}
.archive .renovation-card span {
	font-size: 1.4rem;
	margin: 0 0.3em 0 0.3em;
	font-weight: bold;
}
.reform-template-default .renovation-card2 span {
	font-size: 1.3rem;
	margin: 0 0.1em 0 0.1em;
	font-weight: bold;
}
.archive .renovation-card .kategorie {
	color: #ff7b2c;
}
.reform-template-default .renovation-card2 .kategorie {
	color: #ff7b2c;
}
.archive .renovation-card .color-red {
	color: #fe0000;
}
.archive .renovation-card .more-box {
	text-align: right;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	padding: 3px 15px;
}
.archive .renovation-card .more {
	display: inline-block;
	color: #ca8f29;
	text-decoration: none;
}
.archive .renovation-card .more:hover {
	color: #ff7b2c;
}
.archive .renovation-card .more:hover::before {
	color: #ff7b2c;
}
.archive .renovation-card .more::before {
	color: #ca8f29;
	margin-right: 0.6em;
	font-family: FontAwesome;
	content: "\f0da";
}
.archive .renovation-card.wapNew {
	position: relative;
}
.archive .renovation-card.wapNew:before {
	position: absolute;
	top: 10px;
	right: 10px;
	content: "NEW!";
	display: inline-block;
	color: #fff;
	background-color: #ff3131;
	line-height: 1em;
	font-size: 1rem;
	padding: 0.3em 1em;
	text-align: center;
	font-family: monospace;
}
.reform-template-default .renovation-card2 .color-red {
	color: #fe0000;
}
.reform-template-default .renovation-card2 .more-box {
	text-align: right;
	position: static;
	bottom: 10px;
	left: 0;
	right: 0;
	padding: 3px 15px;
}
.reform-template-default .renovation-card2 .more {
	display: inline-block;
	color: #ca8f29;
	text-decoration: none;
}
.reform-template-default .renovation-card2 .more:hover {
	color: #ff7b2c;
}
.reform-template-default .renovation-card2 .more:hover::before {
	color: #ff7b2c;
}
.reform-template-default .renovation-card2 .more::before {
	color: #ca8f29;
	margin-right: 0.6em;
	font-family: FontAwesome;
	content: "\f0da";
}
.reform-template-default .renovation-card2.wapNew {
	position: relative;
}
.reform-template-default .renovation-card2.wapNew:before {
	position: absolute;
	top: 10px;
	right: 10px;
	content: "NEW!";
	display: inline-block;
	color: #fff;
	background-color: #ff3131;
	line-height: 1em;
	font-size: 1rem;
	padding: 0.3em 1em;
	text-align: center;
	font-family: monospace;
}
.archive .pack-headline {
	margin: 30px 0 0;
	background-image: url("images/common/bg-title-pink.png");
	background-repeat: repeat-x;
	background-size: contain;
}
.archive .pack-headline .pack-headline-inner {
	max-width: 733px;
	margin: auto;
	padding: 0 20px;
}
.archive .product-name {
	color: #fb7b12;
	font-size: 1.3rem;
	padding: 10px 5px 10px;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
}
.archive .product-name a {
	color: #fb7b12;
	text-decoration: none;
}
.archive .product-name:before {
	content: "\f138";
	font-family: FontAwesome;
	color: #ff7b2c;
	margin-right: 0.6em;
}
.reform-template-default .product-name {
	color: #fb7b12;
	font-size: 1.3rem;
	padding: 10px 5px 10px;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
}
.reform-template-default .product-name a {
	color: #fb7b12;
	text-decoration: none;
}
.reform-template-default .product-name:before {
	content: "\f138";
	font-family: FontAwesome;
	color: #ff7b2c;
	margin-right: 0.6em;
}
.archive .son {
	font-size: 1.7rem;
	text-align: center;
	color: #666;
	padding: 15px 0 60px;
	position: relative;
}
.archive .son:before {
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #d30054;
}
.archive .img-inner {
	max-width: 800px;
	margin: auto;
}
.archive .img-inner .uri {
	padding: 20px 0;
}
.archive .img-inner .uri img {
	margin: auto;
}
.archive .img-inner .imgs {
	padding: 15px 0;
}
.archive .img-inner .imgs img {
	margin: auto;
}

@media screen and (min-width: 768px) {
.archive .img-inner {
	display: flex;
}
.archive .img-inner .uri {
	padding: 0;
	margin: 40px 0 0;
}
.archive .img-inner .imgs {
	padding: 0;
}
}
.archive .lineup-box .lineup-item {
	margin-bottom: 30px;
}
.archive .lineup-box .lineup-item a {
	display: block;
}
.archive .lineup-box .lineup-item a:hover {
	opacity: 0.7;
}
.archive .pack-disc {
	font-size: 1.1rem;
	text-align: center;
	color: #999;
	font-weight: bold;
}
.archive .pack-disc .pack-disc-title {
	color: #fc0009;
	font-size: 1.8rem;
	margin-bottom: 1em;
}
.archive .pack-disc .kikan {
	font-size: 1.1rem;
	background-color: #fff6df;
	border-radius: 10px;
	color: #555;
	text-align: left;
	padding: 20px 10px 20px 10%;
}

@media screen and (min-width: 768px) {
.archive .pack-disc .kikan p {
	margin: 0;
}
}
.archive .pack-disc .kikan .price {
	font-size: 1.5em;
	color: #fc0009;
	font-weight: bold;
}
.archive .pack-disc .kikan .time {
	color: #fc0009;
}
.archive .pack-disc .kikan .katusko {
	font-weight: normal;
	display: inline-block;
}
.archive .customer-review-box {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
.archive .customer-review-box {
	margin-top: 20px;
}
}
.archive .customer-review-box .title {
	font-size: 1rem;
	font-weight: normal;
}
.archive .customer-review-box .box-item {
	width: 49%;
	padding: 15px;
	margin: 0 0.5% 1em;
}

@media screen and (min-width: 768px) {
.archive .customer-review-box .box-item {
	width: 24%;
}
}
.archive .customer-review-box .box-item img {
	width: 100%;
}
.archive .customer-review-box .box-item a {
	color: #666;
	text-decoration: none;
}
.archive .staffList .staffList-item {
	border-bottom: 2px dotted #ddd;
	padding: 25px 0;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 499px) {
.archive .staffList .staffList-item {
	flex-wrap: wrap;
}
}

@media screen and (max-width: 767px) {
.archive .staffList .staffList-item img {
	margin: auto;
}
}
.archive .staffList .staffList-item .image {
	margin-right: 5%;
	width: 100%;
}

@media screen and (min-width: 768px) {
.archive .staffList .staffList-item .image {
	width: 35%;
}
}
.archive .staffList .staffList-item .text-block {
	padding: 10px 20px 0;
	width: 100%;
}

@media screen and (min-width: 768px) {
.archive .staffList .staffList-item .text-block {
	width: 60%;
}
}
.archive .staffList .position {
	font-weight: bold;
}
.archive .staffList .name {
	font-size: 1.3rem;
	padding: 5px 20px;
	border-bottom: 5px solid #ff7b2c;
	margin: 0 -20px 7px;
}
.archive .staffList .hobby {
	font-weight: bold;
}

@media screen and (min-width: 500px) {
.archive .columnWap {
	display: flex;
	flex-wrap: wrap;
	flex-flow: row-reverse;
}
.archive .columnWap .archivesMenu {
	width: 30%;
	margin: 0 1.5% 0;
	padding:0;
	align-self: flex-start;
}
.archive .columnWap .column-grid {
	width: 67%;
}
}
.archive .archivesMenu{
	padding:60px 0 0;
	margin:-60px 0 0;
}
.archive .archivesMenu .archivesMenu-inner {
	padding: 10px;
	border: solid 1px #ddd;
	margin-bottom: 30px;
}
.archive .archivesMenu li {
	list-style: none;
	padding-left: 1em;
}
.archive .archivesMenu a {
	text-decoration: none;
	color: #333;
}
.archive .archivesMenu .archivesMenuTitle {
	border-bottom: solid 2px #ff7b2c;
	padding: 3px;
}
.archive .archivesMenu .archivesMenuTitle:before {
	font-family: FontAwesome;
	content: "\f138";
	display: inline-block;
	color: #ff7b2c;
	height: 1em;
	width: 1em;
	margin-right: 0.5em;
}
.archive .column-grid .column-grid-inner {
	display: flex;
	flex-wrap: wrap;
}
.archive .column-grid .columnGrid-item {
	width: 100%;
}
.archive .column-grid .title {
	font-size: 1rem;
	font-weight: normal;
}

@media screen and (min-width: 768px) {
.archive .column-grid .columnGrid-item {
	width: 46%;
	margin: 0 1.5% 15px;
}
}
.single .single-title {
	color: #71533c;
	font-size: 1.6rem;
	padding: 10px 15px 10px;
	border-bottom: solid 4px #ff7b2c;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}

.p_date{
    font-size: 1.3rem;
	padding: 0px 5px 10px;
	text-align: right;
}
.single .single-title:before {
	content: "\f138";
	font-family: FontAwesome;
	color: #ff7b2c;
	margin-right: 0.6em;
}
.single .show-flyer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 740px;
	margin: 0 auto 30px;
}
.single .show-flyer .flyer-front {
	margin-bottom: 15px;
}
.single .show-flyer .flyer-back {
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
.single .show-flyer .flyer-front,  .single .show-flyer .flyer-back {
	width: 48%;
}
}
.single .show-flyer.horizontal {
	display: block;
}
.single .show-flyer.horizontal .flyer-front {
	width: 100%;
	margin: 30px auto;
}
.single .show-flyer.horizontal .flyer-front img {
	margin: 0 auto;
}
.single .show-flyer.horizontal .flyer-back {
	width: 100%;
	margin: 30px auto;
}
.single .show-flyer.horizontal .flyer-back img {
	margin: 0 auto;
}
.single .flyer-btn-box {
	text-align: center;
	margin-bottom: 20px;
}
.single .flyer-ps {
	color: #7e7978;
	margin-bottom: 1.8em;
	text-align: center;
}
.single .btn-flyer {
	display: block;
	background: #ffebeb;
	padding: 20px 20px;
	font-size: 1.4rem;
	color: #a84949;
	text-decoration: none;
	max-width: 550px;
	margin: auto;
}
.single .btn-flyer:before {
	content: "\f1c1";
	font-family: FontAwesome;
	margin-right: 0.6em;
}
.single .btn-flyer:hover {
	color: #ffebeb;
	background: #ff7b2c;
}
.single .single-meta {
	text-align: right;
	margin: -20px auto 20px;
}
.single .single-meta .single-constructionDate {
	text-align: left;
	margin-left: 5%;
	color: #71533c;
}
.single .single-meta .single-date {
	color: #71533c;
}
.single .single-btn-box {
	margin: 30px 0;
}
.single .single-btn-box .btn-nwes {
	display: block;
	padding: 15px 0;
	text-align: center;
	background: #ff7b2c;
	max-width: 450px;
	margin: auto;
	text-decoration: none;
	color: #fff;
	border: solid 1px #ff7b2c;
}
.single .single-btn-box .btn-nwes:hover {
	color: #ff7b2c;
	background: #fff;
}
.single .single-headline {
	color: #71533c;
	font-size: 1.3rem;
	padding: 10px 15px 10px;
	border-bottom: solid 4px #ff7b2c;
	margin-bottom: 30px;
}
.single-headline {
	color: #71533c;
	font-size: 1.3rem;
	padding: 10px 15px 10px;
	border-bottom: solid 4px #ff7b2c;
	margin-bottom: 30px;
}
.single .single-table {
	max-width: 700px;
	margin: 50px auto;
}
.single .contact-number {
	text-align: right;
	margin: 1em 0 0;
}
.single .reform-date {
	width: 100%;
}
.single .reform-date th {
	border-right: solid 1px #ff7b2c;
	text-align: left;
}

@media screen and (min-width: 768px) {
.single .reform-date th {
	border-right: solid 1px #ff7b2c;
}
}
.single .reform-date th, .single .reform-date td {
	padding: 3px 5px;
	min-height: 2em;
}
.single .reform-date td {
	vertical-align: baseline;
}
.single .reform-date .price {
	color: #fe0000;
	font-size: 1.4rem;
}
.single .reform-date a {
	text-decoration: none;
}
.single .staff-comment-box .staff-img {
	margin: 20px auto;
	text-align: center;
}
.single .staff-comment-box .staff-img img {
	margin: 0 auto 1em;
}

@media screen and (min-width: 768px) {
.single .staff-comment-box {
	display: flex;
}
.single .staff-comment-box .staff-img {
	margin: 0;
}
}
.showroom .store-profile-box {
	width: 95%;
	margin: 20px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.showroom .store-profile-box .box-item {
	width: 100%;
}

@media screen and (max-width: 767px) {
.showroom .store-profile-box .box-item {
	margin-bottom: 2em;
}
}

@media screen and (min-width: 768px) {
.showroom .store-profile-box .box-item {
	width: 48%;
}
}
.showroom .store-profile-box .text-wap .text-item {
	text-align: center;
}
.showroom .store-profile-box .text-wap .text-item img {
	margin: auto;
}

@media screen and (min-width: 500px) {
.showroom .store-profile-box .text-wap {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.showroom .store-profile-box .text-wap .text-item {
	width: 50%;
	text-align: left;
}
}
.showroom .store-profile-box .text-wap .store-name {
	font-size: 1.3rem;
	margin: 10px 0 10px;
	font-weight: bold;
}
.showroom .store-profile-box .btn-map {
	border-radius: 3px;
	background-color: #2294ed;
	color: #fff;
	padding: 3px 5px;
	text-align: center;
	display: block;
	margin: 5px 0 5px auto;
	text-decoration: none;
	max-width: 250px;
}
.showroom .store-profile-box .btn-map img {
	width: 15px;
	margin-bottom: -5px;
	margin-right: 0.8em;
	display: inline-block;
}
.showroom .map {
	margin-top: 20px;
}
.showroom .map img {
	width: 100%;
}
.showroom .headline1-inner {
	border-left: none;
	padding-left: 0;
}
.showroom .container {
	margin: 50px auto;
}
.showroom .writing {
	color: #777;
}
.showroom .writing p {
	margin-bottom: 1em;
}
.showroom .staffImg {
	margin-bottom: 3px;
}
.showroom .textBox {
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
.showroom .textBox {
	display: flex;
}
}
.showroom .textBox .redTag {
	font-size: 1.5rem;
	color: #fff;
	display: block;
	padding: 0.5em 0;
	line-height: 1em;
	background-color: #e53128;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	margin: 0 auto 20px;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
.showroom .textBox .redTag {
	width: 280px;
	font-size: 2.5rem;
	position: absolute;
}
}
.showroom .textBox .redTag:hover {
	opacity: 0.8;
}
.showroom .textBox .orange {
	font-size: 1rem;
	line-height: 1.3em;
	color: #ff7b2c;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
.showroom .textBox .orange {
	font-size: 1.9rem;
	padding-left: 320px;
}
}
textarea .check {
	padding: 5px;
	background-color: #fff;
	width: 100%;
}
.topbl {
	height: 0px;
}

@media screen and (max-width: 768px) {
.topbl {
	height: 0px;
}
	
#chatplusview.chatplusview-app.closed #outline, #chatplusview.chatplusview-basic.closed #outline, #chatplusview.chatplusview-mini.closed #outline {
    position: absolute;
    right: 0;
    bottom: 80px !important;
    width: 300px;
}
}

.home .newbn-box {
    width: 100%;
    margin: 20px auto 0;
	 margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.newbn_box-item1{
	    width: auto;
}
.newbn_box-item1 a {
	display: block;
}
.newbn_box-item1 a:hover {
	opacity: 0.7;
}
	
.newbn_box-item2{
		width: auto;	
}
.newbn_box-item2 a {
	display: block;
}
.newbn_box-item2 a:hover {
	opacity: 0.7;
}


@media screen and (max-width: 768px) {
.newbn_box-item1 {
	    margin-bottom: 15px;
	}
}

/*スライダーカスタマイズ　ここから　*/

.slick-dotted.slick-slider {
    padding-top: 10px;
    padding-bottom: 10px;
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    color: #fb5757 !important;
}

.slick-dots li.slick-active button:before {
    color: #F44336 !important;
}

.slick-dots li button:before {
    color: #F44336 !important;
}


@media screen and (max-width: 768px) {
.slick-slider {
    margin-left: 15px;
    margin-right: 15px;
}
}

/*スライダーカスタマイズ　ここまで　*/



.toilet_icon {
    position: relative;
    max-width: 790px;
}
	
.toilet_icon1 {
    position: absolute;
    left: 0px;
    top: 15px;
}
	
.toilet_cath {
    font-size: 17px;
    color: #fb4747;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
.toilet_cath {
    font-size: 14px;
}
}



/*スマホ施工アイコンメニュー　*/
.archive  .btn-cat {
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    padding: 1em 0.3em;
    text-align: center;
    line-height: 1.3em;
    font-size: 16px;
    position: relative;
    background-color: #ff7b2c;
    max-width: 23%;
    margin: 0.3% 0.8% 0.6em 0.7%;
    text-decoration: none;
    transition: 0.6s ease-out;
    min-width: 23%;
}


.archive .btn-cat4 {
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    padding: 1em 2.2em;
    text-align: left;
    line-height: 1.3em;
    font-size: 16px;
    position: relative;
    background-color: #ff7b2c;
    max-width: 32%;
    margin: 0.3% 0.8% 0.3em 0.2%;
    text-decoration: none;
    transition: 0.6s ease-out;
    min-width: 32%;
}

.archive .btn-cat4.active-cat4, .archive .btn-cat4:hover {
	background-color: #ff8d48;
	box-shadow: 0px 3px 0px 0 #f66b1a, 0px 3px 2px 0 #f66b1a, 0px 2px 0px 2px #f66b1a;
}


.archive .btn-cat:after {
    display: none;
}

.archive .btn-cat4:after {
    display: none;
}


.toilet:before {
    content: url("images/common/btn_icon_toilet.png") ;
    /*display: block; /*改行するように*/
	 display: inline-block;
	 vertical-align: middle !important;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
}
	
.kitchen:before {
    content: url("images/common/btn_icon_kitchen.png") ;
    /*display: block; /*改行するように*/
	 display: inline-block;
	 vertical-align: middle !important;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
}
	
	
.bathroom-vanity:before {
    content: url("images/common/btn_icon_bathroom-vanity.png") ;
    /*display: block; /*改行するように*/
	 display: inline-block;
	 vertical-align: middle !important;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
}

.bathroom:before {
    content: url("images/common/btn_icon_bathroom.png") ;
    /*display: block; /*改行するように*/
	 display: inline-block;
	 vertical-align: middle !important;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
}

.ih-gasstove:before {
    content: url("images/common/btn_icon_ih-gasstove.png") ;
    /*display: block; /*改行するように*/
	 display: inline-block;
	 vertical-align: middle !important;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
}

.rangehood:before {
    content: url("images/common/btn_icon_rangehood.png") ;
    /*display: block; /*改行するように*/
	 display: inline-block;
	 vertical-align: middle !important;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
}

.leakage:before {
    content: url("images/common/btn_icon_leakage.png") ;
    /*display: block; /*改行するように*/
	 display: inline-block;
	 vertical-align: middle !important;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
}
	
.others:before {
    content: url("images/common/btn_icon_others.png") ;
    /*display: block; /*改行するように*/
	 display: inline-block;
	 vertical-align: middle !important;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
}


.amamori:before {
    content: url("images/common/btn_icon_amamori.png") ;
    /*display: block; /*改行するように*/
	 display: inline-block;
	 vertical-align: middle !important;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
}

.naisou:before {
    content: url("images/common/btn_icon_naisou.png") ;
    /*display: block; /*改行するように*/
	 display: inline-block;
	 vertical-align: middle !important;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
}

.sotomawari:before {
    content: url("images/common/btn_icon_sotomawari.png") ;
    /*display: block; /*改行するように*/
	 display: inline-block;
	 vertical-align: middle !important;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
}


@media screen and (max-width: 560px) {
.archive  .btn-cat {
	 line-height: 1em;
    font-size: 10px;
    margin: 0.3% 0.3% 0.6em 0.5%;
}
}

@media screen and (max-width: 360px) {
.archive  .btn-cat {
    max-width: 100%;
    min-width: 23%;
}

}

@media screen and (max-width: 1026px) {
.archive .btn-cat4 {
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    padding: 0.4em 0.2em;
    text-align: center;
    line-height: 1.3em;
    font-size: 11px;
    position: relative;
    background-color: #ff7b2c;
    max-width: 23%;
    margin: 0.2% 0.3% 0.6em 0.3%;
    text-decoration: none;
    transition: 0.6s ease-out;
    min-width: 23%;
}

.toilet:before {
	 display: block !important;
}
	
.kitchen:before {
	 display: block !important;
}
	
.bathroom-vanity:before {
	 display: block !important;
}	

.bathroom:before {
	 display: block !important;
}
	
.ih-gasstove:before {
	 display: block !important;
}

.rangehood:before {
	 display: block !important;
}

.leakage:before {
	 display: block !important;
}

.others:before {
	 display: block !important;
}
	
.amamori:before {
	 display: block !important;
}

.naisou:before {
	 display: block !important;
}

.sotomawari:before {
	 display: block !important;
}
	
}



/*スマホ施工アイコンメニュー　ここまで　*/

/*スマホ施工事例表示　ここから　*/
@media screen and (max-width: 560px) {
.home .construction-example-box .box-item {
    width: 48%;
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
	
.home .construction-example-box .construction-card {
    width: 100%;
    position: relative;
    padding: 0 0 45px 0;
}

}


/*フォームステップ*/
.cp_stepflow01 {
	font-size: 120%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 1em;
	padding: 0;
}
.cp_stepflow01 > li {
	position: relative;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	text-overflow: ellipsis;
	color: #b0bec5;
	 -ms-flex: 1;
	-moz-flex: 1;
	-webkit-box-flex: 1;
	     flex: 1;
}
.cp_stepflow01 > li .bubble {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto 0.5em;
	border-radius: 1000px;
	background-color: #b0bec5;
}
.cp_stepflow01 > li .bubble::after,
.cp_stepflow01 > li .bubble::before {
	position: absolute;
	top: 9px;
	display: block;
	width: 100%;
	height: 3px;
	content: '';
	background-color: #b0bec5;
}
.cp_stepflow01 > li.completed,
.cp_stepflow01 > li.completed .bubble {
	color: #00acc1;
}
.cp_stepflow01 > li.completed .bubble,
.cp_stepflow01 > li.completed .bubble::after,
.cp_stepflow01 > li.completed .bubble::before {
	background-color: #4dd0e1;
}
.cp_stepflow01 > li:last-child .bubble::after,
.cp_stepflow01 > li:last-child .bubble::before {
	width: 0%;
	margin-right: 50%;
}
.cp_stepflow01 > li.active,
.cp_stepflow01 > li.active .bubble {
	font-weight: bold;
	color: #f57c00;
}
.cp_stepflow01 > li.active .bubble,
.cp_stepflow01 > li.active .bubble::after,
.cp_stepflow01 > li.active .bubble::before {
	background-color: #fb8c00;
}


/*工事保証テープル　ここから　*/
section table { 
	 width: 100%; 
    color: #54595f;
}
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }
 
/*----------------------------------------------------
  .hosho1
----------------------------------------------------*/
.hosho1 th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
    .hosho1 { margin: 0 -10px; }
    .hosho1 th,
    .hosho1 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .hosho1 tr:first-child th { border-top: 1px solid #ddd; }
}


/*----------------------------------------------------
  .hosho2
----------------------------------------------------*/
.hosho2 th {
    width: 15%;
    text-align: center;
    white-space: nowrap;
}

.hosho2 td {
    text-align: left;
    width: 20%;
    vertical-align: middle;
}


.fontc {
    text-align: center !important;
    color: #ff3131;
    font-size: 16px;
    font-weight: 600;
	 background-color: #fff2f2;
}

.fontc2 {
    text-align: center !important;
    color: #ff3131;
    font-size: 19px;
    font-weight: 600;
	 background-color: #fff2f2;
}



.fontc img { 
 text-align: center !important;
}

.hosho2 td:first-child  { text-align: left; }
@media only screen and (max-width: 768px) { 
  .hosho2 { 
    display: block; 
    /*width: 100%; */
    margin: 0 -10px;
  }
  .hosho2 thead{ 
    display: block; 
    float: left;
    overflow-x:scroll;
  }
  .hosho2 tbody{ 
    display: block; 
    width: auto; 
    overflow-x: auto; 
    white-space: nowrap;
  }
  .hosho2 th{ 
    display: block;
    width:auto;
	 height: 120px;
  }
	
	
	
  .hosho2 tbody tr{ 
    display: inline-block; 
    margin: 0 -3px;
  }
  .hosho2 td{ 
    display: block;
	   text-align: left !important;
      width: 95%;
	  height: 120px;
	  white-space: normal;
  }
	
.het2 { 
    display: block;
	 height: 280px !important;
	 vertical-align: middle !important;
  }	
	
.het3 { 
    display: block;
	 height: 210px !important;
  }			
	
.fontc3 { 
    display: block;
	 height: 60px !important;
  }			
	
	
.fontc {
    text-align: left !important;
}
	
}


/*----------------------------------------------------
elementor　CSSカスタマイズ
----------------------------------------------------*/
.elementor-section a {
    display: inline-block;
}
.elementor-section a:hover {
	opacity: 0.7;
}


/*トップ施工事例サムネイル　ここから　*/
.top_sum{
margin: 6px;
}

.top-more-box {
	right: 0;
	left: 0;
	text-align: center;
}

.top-more::before {
    color: #ca8f29;
    margin-right: 0.6em;
    font-family: FontAwesome;
    content: "\f0da";
}

.top-more {
    display: inline-block;
    color: #ca8f29;
    text-decoration: none;
}


.top-red {
    color: #fe0000;
	font-size: 1.4rem;
    margin: 0 0.3em 0 0.5em;
    font-weight: bold;
}

.top-title {
	font-size: 1.1rem;
	margin-top: 8px;
	text-align: center;
}

.top-price{
	text-align: center;
}

.top-reformlabel {
    display: inherit;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    /* margin: 8px 0px 0px 90px; */
    /* margin-right: -67px; */
    /* float: right; */
    width: auto;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* border-radius: 30px; */
    background-color: #fb3231;
    text-align: center;
}


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

.top_sum{
margin: 3px;
}
	
.top-title {
	font-size: 0.8rem;
	margin-top: 6px;
	text-align: center;
}
	
.top-reformlabel {
    display: inherit;
    color: #FFFFFF;
    font-size: 11px;
	 font-weight: 600;
    line-height: 20px;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ff5757;
    text-align: center;
}
}


.sekou_count {
    position: relative;
    padding: .1em .75em;
    background-color: #ffdfdf;
    border-radius: 6px;
    color: #d41b1b;
    font-size: 22px;
    text-align: center;
}
.sekou_count:after {
  position: absolute;
  top: 100%;
  left: 47%;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #ffdfdf;
}

/*トップページリフォーム商品一覧　ここから　*/
.secPlan .wrapperList01 a {
    width: auto;
    height: auto;
}

.secPlan a {
    display: block;
    background: #fff;
    border: 1px solid #C9C6BC;
    padding: 4px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}

.secPlan .titList {
    font-size: 17px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
    background: #C30D24;
}

.elps {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.secPlan .wrapperList01 .imgList {
    width: auto;
    height: auto;
    background: #fff;
    text-align: center;
}

.imgFrame {
    position: relative;
}

.imgFrame img.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.secPlan .wrapperList01 .blockPrice {
    padding: 9px 0 0;
}

.secPlan .txtPrice {
    font-size: 46px;
    font-family: Arial;
    font-weight: bold;
    color: #C30D24;
}

.secPlan .txtPricetba {
    font-size: 35px;
    color: #C30D24;
}

.secPlan .wrapperList01 .blockPrice span {
    display: inline-block;
    vertical-align: middle;
}

.secPlan .wrapperList01 .txt02 {
    padding: 11px 0 0;
}

.sp_blockPrice{
	display: none;
}

.sp_blockPrice2 {
    display: block;
    color: #666666;
    padding: 3px;
}

.sp_blockPrice2 a {
    color: #666666;
}



@media screen and (max-width: 560px) {
.sp_blockPrice{
	display: block;
	background-color: #8ac41f;
   color: #ffffff;
   padding: 3px;
}
	
.sp_blockPrice2{
	display: block;
   color: #666666;
   padding: 3px;
}	
	
}


/*トップページ営業カレンダー　ここから　*/
.xo-event-calendar table.xo-month .month-dayname td div.today {
    color: #f66b1a;
    font-weight: bold;
    background-color: #fff2ea;
}

.month-event-title {
    color: #ffffff !important;
}

.xo-event-calendar p.holiday-title {
    /* display: block; */
    float: left;
    margin-left: 10px;
}


/* トイレ商品ページのみ適用 */
@media screen and (max-width:767px){
	body.single-reform-pack .reformPack_cat-toilet .footer{
		padding-bottom:0;
	}
}
body.single-reform-pack .single-telbtn{
	margin:15px 0 0;
	padding:0 0 6px;
}
body.single-reform-pack .single-telbtn a{
	border-radius:0.6em;
	background:#f30;
	box-shadow:0 6px #c12600;
	top:0;
	transition:0.2s box-shadow,0.2s top,0.4s background;
	padding:8px 0 5px;
	display:block;
}
body.single-reform-pack .single-telbtn a img{
	margin:0 auto;
}


/* お見積もりフォーム、来店予約フォーム上の予約特典バナー */
.specialgift-banner{
	margin:0 0 20px;
}
.specialgift-banner img{
	margin:0 auto;
}
.specialgift-banner .sp{
	display:none;
}
@media screen and (max-width:767px){
	.specialgift-banner .pc{
		display:none;
	}
	.specialgift-banner .sp{
		display:block;
	}
}
@media screen and (max-width:399px){
	.specialgift-banner{
		padding-right:10px;
	}
}

/* お見積もりフォーム、来店予約フォーム上の予約特典についての注意書き */
.about-specialgift{
	max-width:620px;
	width:100%;
	text-align:center;
	margin:35px auto 30px;
}
.about-specialgift dt{
	border-radius:10px 10px 0 0;
	background:#fb8c00;
	font-size:140%;
	font-weight:bold;
	color:#fff;
	padding:10px;
}
.about-specialgift dd{
	border-radius:0 0 10px 10px;
	background:#ffece1;
	font-weight:bold;
	color:#801511;
	padding:15px;
}


.about-specialgift2{
	max-width:620px;
	width:100%;
	text-align:center;
	margin:35px auto 100px;
}
.about-specialgift2 dt{
	border-radius:10px 10px 0 0;
	background:#ef8fba;
	font-size:140%;
	font-weight:bold;
	color:#fff;
	padding:10px;
}
.about-specialgift2 dd{
	border-radius:0 0 10px 10px;
	background:#fff5f9;
	font-weight:bold;
	color:#801511;
	padding:15px;
}



@media screen and (max-width:399px){
	.about-specialgift{
		padding-right:10px;
	}
}

/* PC時のお見積もりフォーム、来店予約フォーム、お問い合わせフォームの入力画面、確認画面でグローバルメニュー非表示 */
@media screen and (min-width: 768px){
	.page-template-page-estimate-test .header .nav-wap,
	.page-template-page-checkEstimate .header .nav-wap,
	.page-template-page-onlineBooking-test .header .nav-wap,
	.page-template-page-checkOnlineBooking .header .nav-wap,
	.page-template-page-contact-test .header .nav-wap,
	.page-template-page-checkContact .header .nav-wap{
		display:none;
	}
}

/* コラムの本文 */
.single-column .elementor-widget-text-editor{
	color:#000;
}
.single-column .layout-margin-wide p{
	line-height:2;
}
.single-column .layout-margin-wide p + p{
	margin:3em 0 0;
}
.single-column .layout-margin-wide p br.sp{
	display:block;
}
@media screen and (max-width:767px){
	.single-column .layout-margin-wide p br.pc{
		display:none;
	}
	.single-column .layout-margin-wide p br.sp{
		display:block;
	}
}

/* 新リフォームコラムスタイル */
.content_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

#col_container ul li {
   list-style: none;
}

#col_container {
    background-color: #F6F6F6;
   padding: 20px 20px;
    margin: 30px 0;
    max-width: 100%;
    width: auto;
}
.col_title {
    font-size: 1.3em;
    font-weight: bold;
    padding: 0 10px 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #FF6600;
    text-align: center;
    letter-spacing: 5px;
}

.content_wrapper h2 {
    margin: 60px 0 30px;
    font-size: 1.8em;
	color: #ff6600;
	border-bottom: 1px solid #FF6600;
    line-height: 170%;
	text-align: left;
}

.content_wrapper h3 {
    margin: 30px 0 30px;
    font-size: 1.8em;
	color: #ff6600;
	border-bottom: 1px solid #FF6600;
    line-height: 170%;
	text-align: left;
}

.content_wrapper ul li {
   font-size: 1.5em;
   list-style: none;
}

.content_wrapper ul li a {
color:#333;
}

.content_wrapper ul li a:hover{
  color: #ff6600;
  text-decoration:underline;
}

.page-content ul.toc_list2 >li {
    margin: 5px 0 0 16px;
}

.page-content ul.col_list2 li:before {
    content: "-";
    margin-right: 8px;
}

.content_wrapper p {
    line-height: 2.5em;
	color: #6b6b6b;
}


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

#col_container {
   padding: 20px 50px;
}
	
.col_title {
    font-size: 1.5em;
}

.content_wrapper h2 {
    font-size: 2.2em;
}

.content_wrapper h3 {
    font-size: 1.7em;
}

.content_wrapper ul li {
   font-size: 1.5em;
   list-style: none;
}

}



/* SPメニュー */
#js-menu-target .global-nav.sp{
	display:none;
}
@media screen and (max-width: 767px){
	#js-menu-target .global-nav.pc{
		display:none;
	}
	#js-menu-target{
		overflow-y:scroll;
	}
	#js-menu-target .global-nav.sp{
		background:#ffebdf;
		padding:0 0 20.37vw;
		display:block;
	}
	#js-menu-target .global-nav.sp a{
		text-decoration:none;
		color:#fff;
	}
	#js-menu-target .global-nav.sp ul{
		list-style-type:none;
	}
	#js-menu-target .global-nav.sp ul li a:hover{
		border-top:none;
		border-bottom:none;
	}
	#js-menu-target .global-nav.sp .top-nav{
		background:#ffdedb;
		padding:20px;
	}
	#js-menu-target .global-nav.sp .top-nav ul{
		max-width:500px;
		margin:0 auto;
		display:flex;
		justify-content:space-between;
	}
	#js-menu-target .global-nav.sp .top-nav ul li{
		width:47%;
	}
	#js-menu-target .global-nav.sp .top-nav ul li a{
		border-radius:1.31vw;
		border-bottom:0.65vw solid #b94135;
		background:#f45748;
		padding:15px 0;
		display:flex;
		justify-content:center;
		align-items:center;
	}
	#js-menu-target .global-nav.sp .top-nav ul li a:hover{
		border-bottom:0.65vw solid #b94135;
	}
	#js-menu-target .global-nav.sp .top-nav ul li .icon{
		font-size:40px;
		margin:0 1.71vw 0 0;
	}
	#js-menu-target .global-nav.sp .top-nav ul li span{
		font-size:18px;
		line-height:1.3;
		text-align:center;
	}
　　　　#js-menu-target .global-nav.sp .top-nav2{
		background:#ffdedb;
		padding-top: 20px;
	}
	
	#js-menu-target .global-nav.sp .popular-nav{
		background:url('images/common/popular-nav_bg.jpg') no-repeat center center;
		background-size:cover;
		-webkit-background-size:cover;
		padding:70px 20px 20px;
		position:relative;
	}
	#js-menu-target .global-nav.sp .popular-nav .popular-nav-ttl{
		max-width:500px;
		margin:0 auto;
		position:absolute;
		top:-2.23vw;
		left:0;
		right:0;
		z-index:0;
	}
	#js-menu-target .global-nav.sp .popular-nav .popular-nav-ttl img{
		width:86.18vw;
		margin:0 auto;
	}
	#js-menu-target .global-nav.sp .popular-nav ul{
		max-width:500px;
		margin:0 auto;
		display:flex;
		justify-content:space-between;
	}
	#js-menu-target .global-nav.sp .popular-nav ul li{
		width:32%;
		margin:0;
	}
	#js-menu-target .global-nav.sp .popular-nav ul li a{
		border-radius:0;
		border-bottom:none;
		background:none;
		padding:0;
	}
	#js-menu-target .global-nav.sp .bottom-nav{
		padding:20px;
	}
	#js-menu-target .global-nav.sp .bottom-nav ul{
		max-width:500px;
		margin:0 auto;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	#js-menu-target .global-nav.sp .bottom-nav ul li{
		width:30%;
		text-align:center;
		margin:0;
	}
	#js-menu-target .global-nav.sp .bottom-nav ul li a{
		border-radius:1.31vw;
		border-bottom:0.65vw solid #c15b22;
		background:#ff7a2e;
		padding:10px 0;
		display:block;
	}
	#js-menu-target .global-nav.sp .bottom-nav ul li a:hover{
		border-bottom:0.65vw solid #c15b22;
	}
	#js-menu-target .global-nav.sp .bottom-nav ul li .icon{
		font-size:40px;
		margin:0 0 10px;
	}
	#js-menu-target .global-nav.sp .bottom-nav ul li span{
		font-size:16px;
		line-height:1.2;
		display:block;
	}
	#js-menu-target .global-nav.sp .bottom-nav ul li:nth-child(1),
	#js-menu-target .global-nav.sp .bottom-nav ul li:nth-child(2),
	#js-menu-target .global-nav.sp .bottom-nav ul li:nth-child(3){
		margin:0 0 20px;
	}
	#js-menu-target .global-nav.sp .bottom-nav ul li:nth-child(2) a{
		padding:10px 0;
	}
	#js-menu-target .global-nav.sp .bottom-nav ul li:nth-child(2) .icon{
		font-size:30px;
		margin:0 0 8px;
	}
	#js-menu-target .global-nav.sp .bottom-nav .fa-pencil:before {
		content: "\f040";
	}
	#js-menu-target .global-nav.sp .bottom-nav .fa-commenting:before {
		content: "\f27a";
	}
}

@media screen and (max-width: 500px){
	#js-menu-target .global-nav.sp .top-nav{
		padding:4.34vw 20px;
	}
	#js-menu-target .global-nav.sp .top-nav ul li a{
		padding:3.22vw 0;
	}
	#js-menu-target .global-nav.sp .top-nav ul li .icon{
		font-size:7.63vw;
	}
	#js-menu-target .global-nav.sp .top-nav ul li span{
		font-size:3.68vw;
	}
	#js-menu-target .global-nav.sp .popular-nav{
		padding:12.5vw 20px 3.68vw;
	}
	#js-menu-target .global-nav.sp .bottom-nav{
		padding:4.6vw 20px;
	}
	#js-menu-target .global-nav.sp .bottom-nav ul li .icon{
		font-size:7.63vw;
	}
	#js-menu-target .global-nav.sp .bottom-nav ul li a{
		padding:1.57vw 0;
	}
	#js-menu-target .global-nav.sp .bottom-nav ul li .icon{
		margin:0 0 1.97vw;
	}
	#js-menu-target .global-nav.sp .bottom-nav ul li span{
		font-size:3.15vw;
	}

	#js-menu-target .global-nav.sp .bottom-nav ul li:nth-child(1),
	#js-menu-target .global-nav.sp .bottom-nav ul li:nth-child(2),
	#js-menu-target .global-nav.sp .bottom-nav ul li:nth-child(3){
		margin:0 0 2.63vw;
	}
	#js-menu-target .global-nav.sp .bottom-nav ul li:nth-child(2) a{
		padding:1.05vw 0;
	}
	#js-menu-target .global-nav.sp .bottom-nav ul li:nth-child(2) .icon{
		font-size:6.31vw;
		margin:0 0 0.65vw;
	}
}

/* コラムの個別ページ */
.linkbtn-area{
	margin:80px 0 50px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.linkbtn-area .return-column br{
	display:none;
}
@media screen and (max-width: 767px){
	.linkbtn-area .return-column{
		text-align:center;
	}
	.linkbtn-area .return-column br{
		display:block;
	}
}

/* コラムのサイドバーのアコーディオン */
.archivesMenu .archive-list-item{
	padding:10px 0 0;
}
.archivesMenu .acc-ttl{
	margin:0;
	cursor:pointer;
}
.archivesMenu .acc-ttl:after{
	content:'+';
	float:right;
}
.archivesMenu .acc-ttl.open:after{
	content:'-';
}
.archivesMenu .acc-content{
	margin:0;
	padding:10px 0;
}
.archivesMenu .acc-content li{
	display:flex;
}
.archivesMenu .acc-content li .month{
	width:3em;
	font-weight:bold;
}
.archivesMenu .acc-content li a{
	width:calc(100% - 3em);
}



/* 商品ページ注意書き */
.prod_notice {
    color: #7e7978;
    margin-bottom: 1.8em;
    text-align: left;
}


/************************************
** 商品詳細ページ新機能表
************************************/
.comparison-table-wrap{
  width:100%;
/*  max-width:600px;*/
  margin: 0 auto 1em;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.comparison-table-title{
  background : linear-gradient(90deg, rgba(71, 206, 255, 1) 0%, rgba(56, 224, 248, 1) 100%);
  text-align: center;
   color: #fff;
   font-weight: bold;
   padding: 1em;
   letter-spacing: 1px;
  margin: 0;
  font-size:17px;
line-height: 1.6em;	
  box-shadow: 0 2px 5px rgba(100,100,100,0.1);
}


.comparison-table-title3{
  background : linear-gradient(90deg, rgba(71, 206, 255, 1) 0%, rgba(56, 224, 248, 1) 100%);
  text-align: center;
   color: #fff;
   font-weight: bold;
   padding: 1em;
   letter-spacing: 1px;
  margin: 0;
  font-size:13px;
line-height: 1.6em;	
  box-shadow: 0 2px 5px rgba(100,100,100,0.1);
}

.comparison-table{
  background:#e4f8ff;
  margin:0;
  padding:0.3em 1em;
}
.comparison-table table{
  border-collapse: separate;
  border-spacing:5px 10px;
  border:none;
  margin-bottom: 0;
width: 100%;	
}
.comparison-table table th,.comparison-table table td {
  width:25%;
display: table-cell;
}
.comparison-table table thead th{
  background : #d1d1d1;
  border:none;
  color:#fff;
  box-shadow: 0 2px 5px rgba(100,100,100,0.1);
  padding: 0.8em 0.5em;
  line-height: 1.5;
  border-radius: 3px;
  font-size: 14px;
}
.comparison-table table tbody th{
  background : linear-gradient(99deg, rgba(71, 224, 255, 1) 0%, rgba(71, 224, 255, 1) 100%);
  text-align: center;
  color:#fff;
  border:none;
  border-radius:30px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  padding: 0.4em 0.3em;
  font-size: 14px;
  line-height: 1.3;
}
.comparison-table table tbody td{
  background:#fff;
  box-shadow: 0 2px 5px rgba(100,100,100,0.1);
  border-radius:10px;
  border:none;
  padding:0.5em;
  color: #555;
  line-height: 1.4;
  text-align:justify;
  vertical-align:top;
text-align: center;	
  font-size: 17px;	
}
.comparison-table table tbody td p{
  margin:0;
  padding:0;
  margin-bottom:1em;
  font-size: 14px;
}
.comparison-table table tbody td .td-h{
  text-align:center;
  font-weight:bold;
  color:#33ccff;
  font-size: 25px;
  margin-bottom:7px;
}
@media screen and (max-width: 768px){
  .comparison-table{
    padding:7px;
  }
  .comparison-table table{
    border-spacing:3px 10px;
  }
  .comparison-table table thead th{
    position: -webkit-sticky;
    position: sticky;
    top:0px;
    z-index:100;
  }

	
.comparison-table-title {
font-size: 14px;
}	
	
.comparison-table table tbody td {
    font-size: 12px;
}

}


/************************************
** 商品詳細ページ新機能表　カラー表
************************************/
/* 大見出し背景 */
.comparison-table-yellow .comparison-table-title{
/*  background:#ff741f !important;*/
	
background: -webkit-gradient(linear,left top,right top,color-stop(.02,#ffb375),color-stop(.51,#ff7b2c),color-stop(.87,#ff7b2c));
    background: -moz-linear-gradient(top bottom,#ff7b75 2%,#ff7b2c 51%,#ff7b2c 87%);
    -moz-border-radius: 5px 0px 0px 5px!important;	
}
	
.comparison-table-yellow2 .comparison-table-title{
/*  background:#ff741f !important;*/
	
background: -webkit-gradient(linear,left top,right top,color-stop(.02,#a2e5fb),color-stop(.51,#2ccafd),color-stop(.87,#2ccafd));
    background: -moz-linear-gradient(top bottom,#2ccafd 2%,#2ccafd 51%,#2ccafd 87%);
    -moz-border-radius: 5px 0px 0px 5px!important;	
}
	
/* 中見出し背景 */
.comparison-table-yellow .comparison-table table tbody th{
  background:#fb741f !important;
}
/* 強調文字 */
.comparison-table-yellow .comparison-table table tbody td .td-h{
  color:#fdc44f !important;
}
	

.td-h span.ok2 {
    color: #ff7070;
    display: block;
}

.td-h span.check {
	color: #ccc;
	 display: block;
}
.td-h span.ok {
	color: #3FCAFC;
	 display: block;
}　

.td-h span.tang {
	color: #D4BB13;
	 display: block;
}

	
/* 全体背景 */
.comparison-table-yellow .comparison-table{
background:#ffe8ca!important;
}
/* 比較名背景 */
.comparison-table-yellow .comparison-table table thead th{
  background:#d4c096 !important;
}

/* 営業エリア */
.areacolor{
color: #fe7b2b;
font-weight: 600;
}


/* リフォーム商品価格改定告知 */
.box29 {
    margin: 2em 0;
    background: #fff5f8;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #f97b8e;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}


/*****************************************************
　フッター　
*****************************************************/
#footer{
	padding:0 0 180px;
}
#footer .inner{
	margin:0 auto;
	max-width:1130px;
	width:100%;
}
#foot-inner{
	background:#f4f4f4;
	padding:35px 0 30px;
}
.old-footer{
	display:none;
}

/* 2025新フッター固定メニュー 
------------------------------------------------- */

footer2 {
    width: 100%;
    height: 90px;
    color: #ffffff;
    background-color: #ffffff;
    position: fixed;
    bottom: 5px;
    transition: 0.5s;
	margin-bottom: 0px;
}

.flot{
    margin: 0 auto;
    max-width: 1130px;
    width: 100%;
	text-align: center;
}
/* コンテンツ 
------------------------------------------------- */
#footer .foot-contents{
	display:flex;
	justify-content:space-between;
	padding:0 90px 0 40px;
}
/* ----- .site-info ----- */
.foot-contents .site-info{
	max-width:340px;
	width:34%;
}
.foot-contents .site-info .address{
	letter-spacing:0.1em;
	line-height:1.4;
	margin:12px 0 0;
}
.foot-contents .site-info .sns{
	display:flex;
	margin:10px 0 0;
}
.foot-contents .site-info .sns li + li{
	margin-left:10px;
}
.foot-contents .site-info .link{
	font-size:1.2em;
	letter-spacing:0.075em;
	line-height:1.4;
}
.foot-contents .site-info .link a{
	background:url('../images/top/external-link.png') no-repeat right center;
	padding:0 20px 0 0;
	text-decoration:underline;
}
/* ----- ナビ ----- */
.foot-contents .foot-nav{
	max-width:520px;
	width:52%;
}
.foot-nav dl dt{
	border-bottom:2px solid #fff;
	letter-spacing:0.1em;
	line-height:1.4;
	margin:0 0 15px;
	padding:0 5px 8px;
	position:relative;
}
.foot-nav dl dt:after{
	background:#ff6700;
	bottom:-2px;
	content:'';
	display:block;
	height:2px;
	left:0;
	position:absolute;
	width:144px;
	z-index:0;
}
.foot-nav dl dd{
	padding:0 24px;
}
.foot-nav nav{
	display:flex;
}
.foot-nav ul + ul{
	margin:0 0 0 60px;
}
.foot-nav ul li{
	letter-spacing:0.2em;
	line-height:1.4;
}
.foot-nav ul li + li{
	margin:8px 0 0;
}
.foot-nav ul li a{
	text-decoration:underline;
}
/* コピーライト、プライバシーポリシーリンク 
------------------------------------------------- */
#footer .site-bottom{
	align-items:center;
	display:flex;
	justify-content:space-between;
	margin:10px 0 0;
}
/* ----- コピーライト ----- */
#copyright{
	font-size:1em;
	letter-spacing:0.05em;
	line-height:1.4;
	margin:0 0 0 35px;
}
/* ----- プライバシーポリシーリンク ----- */
#footer .site-bottom .privacy-link{
	letter-spacing:0.1em;
	line-height:1.4;
	margin:0 88px 0 0;
}
#footer .site-bottom .privacy-link a{
	text-decoration:underline;
}


@media screen and (max-width:1024px){
	/*****************************************************
	　フッター　
	*****************************************************/
	.old-footer{
		display:block;
	}
	.new-footer{
		display:none;
	}
}





