/*
Theme Name:20240527resposive2_side_install_pack
*/

@charset "utf-8";
 @import url(option.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* --------------------------------------
ブラウザスタイル初期化
-------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* --------------------------------------
背景＆基本設定
-------------------------------------- */
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
}
body {
	color: #6e4e42;
	background-color: #fff;
	line-height: 1;
	-webkit-text-size-adjust: none;
	min-width: 1000px;
	/*
  font-family: "MS PGothic", Arial, "Hiragino Kaku Gothic ProN", "Osaka", sans-serif;
  font-family:'MS UI 明朝','MS UI mincho','MS明 朝','MS mincho';    
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  */
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
}
*, ::before, ::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
img {
	border: none;
}
a {
	color: #6e4e42;
	text-decoration: underline;
	transition:.3s;
}
a:link {
	color: #6e4e42;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #6e4e42;
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0;
	line-height: 2;
}
ul {
	list-style: none;
	margin-bottom: 20px;
}
ol {
	margin-left: 25px;
}
dt {
	width: 20%;
	clear: left;
	float: left;
	padding: 10px 0;
}
dd {
	padding: 10px 0 10px 20%;
	border-bottom: 1px solid rgb(239, 239, 239);
}
hr {
	overflow: hidden;
	height: 0;
	border: #bdbdbd dotted 1px;
	margin: 5px 0 15px 0;
}
/* --------------------------------------
webアイコン定義
-------------------------------------- */

.fa-home {
	font-size: 12px !important;
}
.fa-window-restore {
	margin-left: 3px;
}
/* --------------------------------------
レイアウト定義
-------------------------------------- */
#base {
/*
  background-image:url("img/bg_s.png");
  background-repeat:repeat;
  width:100%;
*/
}
.wrapper {
	padding: 0;
	z-index: 1;
	position: relative;
}
.wrapper_head {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 1000;
	position: sticky;
	top: 0;
	background-color: #fff;
}
#content {
	background-color: white;
	width:1000px;
	padding: 20px 0;
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 10;
	position: relative;
}
.home #content {
	width:100%;
	padding:0;
}
#content #main {
	width: 100%;
	line-height: 1.8;
	text-align: justify;
	padding:0 10px;
}
.home #content #main {
	padding:0;
}
/* メイン画像 */
#simplegallery1 {
	clear: both;
	margin-bottom: 10px;
	z-index: 2;
}
.simplegallery {
	margin: 0 auto;
	width: 100%;
	margin-bottom: 30px;
}
.simplegallery img {
	width: 100%;
}
#ibox {
	height: 600px;
	width: 100%;
	background-image: url(img/bg_main.webp);
	background-size: cover;
	background-position: center center;
	position: relative;
	background-repeat: no-repeat;
}
#ibox img.main_img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}
#ibox img.main_sp_img {
	display: none;
}
.ibox_p {
	width: 1000px;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
}
.ibox_p h1 {
	position: absolute;
	bottom: 50px;
	left: 0;
}
/* キャッチを画像にする場合 */
#imagebox {
	clear: both;
	z-index: 2;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
#imagebox img {
	width: 100%;
}
#imagebox3 {
	clear: both;
	z-index: 2;
	text-align: center;
	height: 506px;
	background-color: #f6f7fa;
	padding-top: 40px;
	margin-bottom: 0;
	background-position: center;
	background-image: url("img/main.png");
	position: relative;
	background-size: cover;
}
#base #bg #imagebox3 h1 {
	font-size: 54px;
	font-weight: bold;
	padding: 0;
	letter-spacing: 1px;
	margin-bottom: 20px;
	line-height: normal;
	color: #fff;
}
#base #bg #imagebox3 h1 .fs {
	font-size: 25px;
}
.imagebox_p {
	width: auto;
	height: auto;
	padding: 50px 100px;
	background-color: rgba(0, 0, 0, 0.42);
}
.imagebox_p p {
	line-height: normal;
	color: white;
	font-size: 20px;
}
.imagebox_p span.c_2 {
	font-size: 23px;
}
.imagebox_p span.c_3 {
	font-size: 30px;
	text-shadow: 1px 1px 0 white;
	/* font-weight: bold; */
  color: rgb(255, 80, 80);
}
#pan {
	font-size: 10px;
	font-family: 'Arial', 'Helvetica', sans-serif;
	margin: 10px auto;
	width: 1000px;
	line-height: 1.3;
}
#pan a {
	background: transparent;
}
.sec {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#content .sec h2:first-child, #content .sec h3:first-child, #content .sec h4:first-child {
	margin-top: 0 !important;
}
.page_wrap {
	padding: 0 40px;
}
/* --------------------------------------
各ページタイトル
-------------------------------------- */
#content #main .singletitle a, #content #main .title a {
	color: #ff6000;
	text-decoration: none;
}
/* --------------------------------------
マウスオーバー設定
-------------------------------------- */
a:hover img {
	opacity: 0.6;
	/* opera  firefox safari */
  filter: alpha(opacity=60);
	/* ie */
  -ms-filter: "alpha( opacity=60 )";
}
#content #side a:hover img {
	opacity: 0.6;
	/* opera  firefox safari */
  filter: alpha(opacity=60);
	/* ie */
  -ms-filter: "alpha( opacity=60 )";
}
#content #side li:hover {
	opacity: 0.6;
	/* opera  firefox safari */
  filter: alpha(opacity=60);
	/* ie */
  -ms-filter: "alpha( opacity=60 )";
	background: #fff;/* border-left:#ff6000 2px solid; */
}
/* --------------------------------------
ヘッダー定義
-------------------------------------- */
#header_main {
	margin: auto;
	background-color: #fff;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}
.header_r {
	margin-left: auto;
}
header h1, p.logo_note {
	padding-left: 1em;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	display:none;
}
#m_logo {
	text-decoration: none;
	display: flex;
	width: max-content;
	align-items: center;
	font-size: 25px;
	color: #6e4e42;
	font-weight: bold;
	margin: 0 0 0 10px;
}
#m_logo:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#m_logo img {
	margin: 0 15px 0 0;
}
header h1.title {
	padding: 0;
	text-align: inherit;
	display: inline-block;
}
header h1.title a {
	display: block;
}
.header_tel {
	line-height: 40px;
	background-color: #8fafdb;
	color: #fff;
	height: 40px;
}
.header_tel p {
	width: 1000px;
	margin: 0 auto;
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
}
.header_contact {
	display: flex;
}
.header_contact a {
	width: 190px;
	height: 80px;
	text-decoration: none;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color:#fff;
	line-height: 1;
}
.header_contact a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.header_line {
	background: #06c755;
}
.header_tel {
	background: #f25902;
}
.header_mal {
	background: #c88f00;
}
.hl_sub, .ht_sub, .hm_sub {
	font-size: 13px;
	display: flex;
	align-self: center;
}
.hl_sub:before, .ht_sub:before, .hm_sub:before {
	content: "";
	width: 1px;
	height: 12px;
	background: #fff;
	display: inline-block;
	transform: rotate(150deg);
	margin: 0 6px 0 0;
}
.hl_sub:after, .ht_sub:after, .hm_sub:after {
	content: "";
	width: 1px;
	height: 12px;
	background: #fff;
	display: inline-block;
	transform: rotate(30deg);
	margin: 0 0 0 6px;
}
.hl_txt, .hm_txt {
	font-size: 19px;
	display: flex;
	align-items: center;
}
.ht_txt {
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:20px;
	display: flex;
	align-items: center;
}
.header_contact a img {
	margin: 0 10px 0 0;
}
/* -------------------------------------
グローバルナビ定義（gnavi・グロナビ）
------------------------------------- */

/* 横ならびメニュー部分 */
#header_main nav {
	min-width: 500px;
	margin: 0 auto;
}
#menu {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}
#menu ul {
	margin:0;
}
#menu li {
	position: relative;
	flex-grow: 1;
}
#menu>li a {
	display: block;
	margin: 0;
	padding: 15px 0;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	line-height: 1.3;
	transition: 0.3s;
	border-bottom: 3px solid #fff;
}
#menu li a {
	color:#6e4e42;
	font-size:14px;
	text-decoration: none;
}
#menu>li a:hover {
	border-bottom: 3px solid #ffb560;
	text-decoration: none;
}
#m_logo svg {
	width: 66px;
	height: 31px;
	margin-top: 10px;
	margin-left: 10px;
}
 @-webkit-keyframes rotateplane {
 0% {
 -webkit-transform: perspective(200px) rotateX(90deg);
}
 100% {
 -webkit-transform: perspective(200px) rotateX(0deg);
}
}
/* --ここまで-- */

#menu {
	position: relative;
	height: auto;
}
header.fixed #menu {
	position: relative;
	height: auto;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/* --------------------------------------
サイドタイトル
-------------------------------------- */

#content #side {
	width: 210px;
}
#content #side h3 {
	background: url("img/btn_title_side.png") 10px center no-repeat, url("img/bg_title_side.png") left top repeat-x;
	background: #fc1d25;
	/* Old browsers */
  background: -moz-linear-gradient(top, #fc1d25 1%, #bf0209 100%);
	/* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fc1d25 1%, #bf0209 100%);
	/* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fc1d25 1%, #bf0209 100%);
	height: auto;
	padding: 7px 0 6px 15px;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	border: none;
	margin: 20px 0 0 0;
	text-indent: 10px;
	position: relative;/* 上部角丸の場合コメントアウト外す
border-top-right-radius: 4px;
border-top-left-radius: 4px;
*/
}
#content #side div:first-child h3 {
	margin: 0 0 0 0;
}
#content #side h3::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #feed68;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
/* --------------------------------------
サイドメニューリスト
-------------------------------------- */

#content #side ul {
	margin: 0;
	list-style: none;
}
#content #side li {
	border-bottom: #c9c1b9 1px dotted;
	vertical-align: middle;
	position: relative;
}
#content #side li a {
	display: block;
	color: #080808;
	text-decoration: none;
	padding: 10px 10px 10px 20px;
	position: relative;
}
#content #side li a::before, #content #side li.recentcomments::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #ccc;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	transition: 0.3s;
}
#content #side li a:hover::before, #content #side li.recentcomments:hover::before {
	transform: translate(2px, -50%);
}
#content #side li.recentcomments {
	padding: 10px 10px 10px 20px;
}
#content #side li.recentcomments a::before {
	content: none;
}
/* --------------------------------------
トップに戻るボタン
-------------------------------------- */

/* スムーススクロール
html {
  scroll-behavior: smooth;
}*/

/* トップに戻るボタン */
a.backToTop {
	background: #ffb963;
	width: 55px;
	height: 55px;
	position: fixed;
	right: 6px;
	bottom: 135px;
	opacity: 0;
	z-index: 999;
	border-radius: 9999px;
	display: inline-block;
	transition: opacity 0.8s;
	pointer-events: none;
}
/* 上三角 */
a.backToTop:before {
	display: inline-block;
	color: #FFF;
	line-height: 1;
	width: 0.8rem;
	height: 0.8em;
	border: 0.2em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	content: "";
	z-index: 1000;
	opacity: 1;
	left: 50%;
	top: 55%;
	position: absolute;
	transform: translate(-50%, -50%) rotate(-45deg);
}
/* hover時 */
a.backToTop:hover {
	opacity: 0.8 !important;
}
/* --------------------------------------
フッター定義
-------------------------------------- */
footer {
	height: auto;
	padding: 50px 0 0;
	background-color: #feeee5;
}
footer, footer a {
	color: #333;
	text-decoration: none;
}
footer a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.footer_nav {
	width: 1000px;
	margin: auto;
	text-align: center;
	font-size: 0.875rem;
}
.footer_btm_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
/* footer_btm_left  */
.logo_footer {
	display: flex;
	align-items: center;
	font-size: 25px;
	color: #6e4e42 !important;
	font-weight: bold;
}
.logo_footer img {
	margin: 0 15px 0 0;
}
a.logo_footer:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.logo_footer svg {
	margin-bottom: 12px;
	width: 80px;
	float: left;
}
footer svg path {
	fill: rgb(152, 152, 152);
}
p.cinfo, p.urls {
	text-align: left;
	font-size: 0.875rem;
	line-height: 1.4;
	margin-bottom: 10px;
}
p.urls {
	margin: 20px 0 10px;
}
/* footer_btm_right  */
.footer_btm_right {
	margin-left: auto;
}
.f_btn {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.f_btn div {
	margin:0 0 0 20px;
}
.f_btn a {
	height: 60px;
	font-size: 19px;
	color: #fff;
	display: block;
	align-content: center;
	padding: 15px;
}
.footer_line a {
	background: #06c755;
}
.footer_tel a {
	background: #f25902;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
}
.footer_mail a {
	background: #c88f00;
}
.f_btn a img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.tel {
	padding: 0 20px 0 0;
	color: #333;
	font-weight: bold;
}
.tel img {
	width: 25px;
	padding: 2px 5px;
	margin: 0 5px 0 0;
	background: #333;
	box-sizing: border-box;
	border-radius: 4px;
	transform: translateY(2px);
}
.telnum {
	font-size: 1.875rem;
	font-family: Roboto;
	line-height: 1.3;
}
.tel .note {
	display: block;
	font-size: 0.875rem;
}
.f_mail a {
	display: block;
	padding: 10px 40px;
	background: #333;
	border-radius: 4px;
	color: #fff;
}
.f_mail img {
	margin: 0 5px 0 0;
	transform: translateY(2px);
}
/* footermenu  */
.footermenu {
	margin: 50px 0 30px;
}
.footermenu ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}
.footermenu li {
	width: auto;
	white-space: nowrap;
	margin: 0 0 10px;
}
.footermenu li a {
	text-decoration: none;
	display: block;
	color: #6e4e42;
	font-size: 15px;
	padding: 0 20px;
}
.footermenu li:last-child a {
	border: none;
}
.copyright {
	padding: 10px;
	color: #333;
	font-size: 11px;
	text-align: center;
}
.copyright a {
	text-decoration: none;
	color: #6e4e42;
}
#pagetop {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
a#pagetop:hover {
	opacity: 0.6;
}
#fix_footer {
	display: none;
}
/* --------------------------------------
コンテンツ共通パーツ
-------------------------------------- */

/* お客様編集時のためにここは変えない */
#content #main p {
	margin-bottom: 20px;
}
#content #main .singleline {
	overflow: hidden;
}
#submain {
	height: 200px;
	background: url(img/bg_submain.webp) center no-repeat #feeee5;
	background-size: auto 100%;
	position: relative;
	overflow: hidden;
}
.h1wrap {
	width: 1000px;
	height: 100%;
	margin: auto;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
#submain h1 {
	width: 100%;
	padding: 0 30px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.dotted {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}
/* --------------------------------------
ブログ系
-------------------------------------- */

.blog-eyecatch {
	float: left;
	margin: 0 20px 20px 0;
}
.blog-eyecatch img {
	width: 100px;
	height: 100px;
}
.prev-next {
	text-align: center;
	margin: 30px 0;
	overflow: visible !important;
	font-size: 16px;
}
.wp-pagenavi {
	overflow: visible !important;
}
.wp-pagenavi span.pages {
	font-size: 80%;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 6px 8px;
	color: #585858;
	border-radius: 2px;
}
.wp-pagenavi span.current {
	background: #bdbdbd;
	color: black;
	border-color: #5f5f5f;
}
/* newarchivephp */

.post .s-time, .single .s-time {
	font-size: 12px;
	color: #666;
	padding-bottom: 10px;
}
blockquote {
	position: relative;
	padding: 20px 60px 10px 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-style: italic;
	background: #efefef;
	color: #555;
}
blockquote::before {
	display: inline-block;
	position: absolute;
	top: 28px;
	left: 15px;
	vertical-align: middle;
	content: "\f10d";
	font-family: FontAwesome;
	color: #cfcfcf;
	font-size: 30px;
	line-height: 1;
}
blockquote p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}
blockquote cite {
	display: block;
	text-align: right;
	color: #888;
	font-size: 0.9em;
}
/* archives.php 202007_add */
#content #main .post_box p.more {
	padding: 5px 20px 5px 40px;
	position: relative;
	text-decoration: none;
	text-align: right;
}
#content #main .post_box p.more::before {
	    content: " \f054";
    font-family: FontAwesome;
    color: #f25905;
    position: absolute;
    top: 7px;
    right: 110px;
    transition: 0.3s;
}
#content #main .post_box a:hover p.more::before {
	transform: translateX(4px);
}
.post_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	padding: 0 0 20px;
}
#main .post_wrap::after {
	content: none;
}
.post_box {
	width: calc(50% - 10px);
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #ccc;
}
.post_box a, .post_box a:visited, .post_box a:link {
	text-decoration: none;
}
.post_box a.post_link {
	display: block;
	width: 100%;
	height: 100%;
	transition-duration: 0.3s;
}
.post_box a.post_link:hover {
	transform: translateY(-4px);
}
.posttitle {
	margin-bottom: 5px;
}
#content #main .post_wrap h3 {
	clear: both;
	height: auto;
	background: none;
	padding: 0;
	margin: 5px 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	letter-spacing: 2px;
	line-height: normal;
	text-align: left;
	border-bottom: none;
}
#content #main .post_box p.date {
	display: block;
	padding: 10px;
	margin: 0;
}
#content #main p.date i {
	margin: 0 10px 0 0;
}
.post_img {
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.post_box img {
	width: 100%;
	height: auto;
	max-height: auto;
}
#content #main .post_box p {
	padding: 10px;
	line-height: 1.5;
}
/* single.php */
.article_img {
	text-align: center;
}
.article_img img {
	width: auto;
	height: auto;
}
.cat_list li {
	display: inline-block;
}
.cat_list li a {
	display: flex;
	align-items: center;
	height: 3.2em;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0.6em 1em;
	margin: 0 1em 0 0;
	border: 1px solid #666;
	border-radius: 2px;
	background-color: #fff;
	transition: color, background-color 0.1s ease-out;
}
.cat_list li a:hover {
	background: #666;
	color: #fff;
}
/* --------------------------------------
見出し設定
-------------------------------------- */


/* h1共通部分 */
#content #main h1.singletitle, #content #main h1 {
	clear: both;
	height: auto;
	/* 改行時崩れ防止のため必須。高さはpaddingで調整お願い致します。 */
  color: #054594;
	font-size: 38px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left bottom;
	letter-spacing: 2px;
	line-height: normal;
	text-align: center;
	position: relative;
	z-index: 10;
	padding: 112px 0 10px 0;
}
/* コンテンツ中のh1上margin */
#content #main h1.title {
	margin-top: 0;
}
#content #main h2, h2 {
	clear: both;
	height: auto;
	color: #6e4e42;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: normal;
	padding: .5em 1em;
	margin: 60px 0 30px 0;
	text-align: left;
	border-bottom:1px solid #6e4e42;
	position:relative;
}
#content #main h2:before {
	content: "";
	width: 10px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #f25902;
	transform: translate(0, -50%);
	border-radius: 50px;
}
#content #main h2:nth-of-type(1), h2:nth-of-type(1) {
	margin-top: 0;
}
.single-my_custom_post #content #main h2:nth-of-type(1) {
	margin-top: 40px;
}
#content #main h2 a {
	text-decoration: none;
}
#content #main h3, h3 {
	clear: both;
	height: auto;
	color: #f25902;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: normal;
	padding: 0 0 15px 30px;
	margin: 60px 0 30px;
	border-bottom: 1px solid #f25902;
	text-align: left;
}
#content #main h4, h4 {
	clear: both;
	height: auto;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: normal;
	text-align: left;
	padding: 15px 20px 15px 40px;
	margin: 40px 0 20px 0;
	background-color: #6e4e42;
	border-radius: 5px;
}
/* special css */


/* end special css */

/* --------------------------------------
パーツ
-------------------------------------- */


#main div.eyecatch_box {
	position: relative;
	margin: 30px 0;
	padding: 20px 40px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 40px #edeeef;
	flex-wrap: wrap;
	border: 2px solid #f25902;
	position: relative;
}
#main div.eyecatch_box2, .eyecatch_box2 {
	position: relative;
	margin: 30px 0;
	padding: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: -moz-linear-gradient(-45deg, rgba(238, 238, 238, 1) 1%, rgba(255, 255, 255, 1) 14%, rgba(238, 238, 238, 1) 33%, rgba(238, 238, 238, 1) 68%, rgba(255, 255, 255, 1) 85%, rgba(238, 238, 238, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(238, 238, 238, 1) 1%, rgba(255, 255, 255, 1) 14%, rgba(238, 238, 238, 1) 33%, rgba(238, 238, 238, 1) 68%, rgba(255, 255, 255, 1) 85%, rgba(238, 238, 238, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(238, 238, 238, 1) 1%, rgba(255, 255, 255, 1) 14%, rgba(238, 238, 238, 1) 33%, rgba(238, 238, 238, 1) 68%, rgba(255, 255, 255, 1) 85%, rgba(238, 238, 238, 1) 100%);
	background-size: cover;
	background: url(img/sec02_bg.png) center no-repeat;
	background-size: cover;
	border: 1px solid #b5b5b5;
	overflow: visible;
}
.eyecatch_box .wrap {
	width: 60%;
	padding: 0 30px;
	overflow: visible !important;
}
#content #main .eyecatch_box .ttl {
	margin: 0 0 20px -70px;
	background: url(img/ti_eyecatch.webp) center no-repeat;
}
#content #main .eyecatch_box .ttl p {
	display: block;
	padding: 15px 0 0 0;
	position: relative;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
#content #main .eyecatch_box .ttl h3 {
	display: inline-block;
	margin: 0 0 5px;
	padding: 30px 0 0;
	border: none;
	position: relative;
	color: #003794;
	font-size: 26px;
}
.eyecatch_box .txt_wrap {
	padding: 0 25px 0 0;
	text-align: left;
	position: relative;
}
.eyecatch_box img {
	display: block;
	width: 40%;
	height: auto;
	margin: 0 0 10px;
	box-shadow: 1px 1px 3px #c7c7c7;
}
.eyecatch_box .txt:not(:last-child) {
	margin-bottom: 5px;
}
/* --------------------------------------
WordPress FCKEditor table
-------------------------------------- */

table {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #6e4e42;
	border-collapse: separate;
	/*collapseから変更*/
	border-spacing: 0;
	overflow: hidden;
}
th {
	border: 1px solid #6e4e42;
	padding: 10px;
	background: #f9f4e5;
	font-weight: bold;
	align-content: center;
	vertical-align: middle;
	text-align: center;
}
td {
	border: 1px solid #6e4e42;
	padding: 10px;
}
.table2 {
	border: 2px solid #6e4e42;
}
.table2 th {
	vertical-align: middle;
}
/* --------------------------------------
テーブル
-------------------------------------- */

.tablestyle {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.tdstyle {
	background-color: #f5f3f3;
	border: 1px solid #d2d2d2;
	padding: 8px 10px;
	width: 30%;
	text-align: center;
}
.tdstyle_none {
	background-color: #f5f3f3;
	border: 1px solid #d2d2d2;
	padding: 8px 10px;
	text-align: center;
}
/* 左寄せ */

.tdstyle2 {
	border-color: #d2d2d2;
	border-style: solid;
	border-width: 1px;
	padding: 8px 10px;
	text-align: left;
}
/* 右寄せ */

.tdstyle3 {
	border-color: #d2d2d2;
	border-style: solid;
	border-width: 1px;
	padding: 8px 10px;
	text-align: right;
}
/* 中央寄せ */

.tdstyle4 {
	border-color: #d2d2d2;
	border-style: solid;
	border-width: 1px;
	padding: 8px 10px;
	text-align: center;
}
/* special css */

/* end special css */

/* --------------------------------------
<div class="sq?"></div>での 飾り設定
-------------------------------------- */

/* 色:グレー */

.sq1 {
	border: 1px solid #f25902;
	background-color: #fff;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
/* 囲み:グレー */

.sq2 {
	background-color: #feeee5;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
/* 囲み：赤 */

.sqred {
	background-color: #f9f4e5;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
/* 囲み：二重線 */

.nizyuu {
	border-width: 4px;
	border-style: double;
}
/* 囲み：点線 */

.tensen {
	border-width: 3px;
	border-style: dotted;
}
/* 囲み：角丸 */

.radious {
	border-radius: 5px;
}
/* special css */

/* end special css */


/* --------------------------------------
便利ボタン
-------------------------------------- */

a.btn-round1 {
	display: inline-block;
	width: auto;
	min-width: 240px;
	height: 50px;
	padding: 10px 40px;
	margin-bottom: 20px;
	color: #fff !important;
	text-align: center;
	text-decoration: none !important;
	position: relative;
	background-color: #f25902;
	transition:.3s;
}
a.btn-round1:before {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '';
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn-round1:hover {
	opacity: 0.8;
}
a.btn-round2 {
	display: inline-block;
	width: auto;
	min-width: 240px;
	height: 50px;
	padding: 10px 40px;
	margin-bottom: 20px;
	color: #fff !important;
	text-align: center;
	text-decoration: none !important;
	position: relative;
	background-color: #c88f00;
	transition:.3s;
}
a.btn-round2:before {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '';
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn-round2:hover {
	opacity: 0.8;
}
.btn-round1:hover::after, .btn-round2:hover::after {
	-webkit-transform: translate(2px, -50%) rotate(45deg);
	transform: translate(2px, -50%) rotate(45deg);
}
a.btn-list1 {
	background: #fff;
	width: auto;
	height: auto;
	margin-bottom: 20px;
	color: #f25902;
	font-weight: bold;
	text-decoration: none !important;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: inline-block;
	padding: 10px 40px;
	position: relative;
	text-align: center;
	border: 1px solid #f25902;
}
a.btn-list1.radius {
	border-radius: 100px;
}
.btn-list1::before {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 1px solid #f25902;
	border-right: 1px solid #f25902;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	transition: 0.3s;
	position: absolute;
	right: 18px;
	top: 50%;
}
.btn-list1:hover::before {
	-webkit-transform: translate(2px, -50%) rotate(45deg);
	transform: translate(2px, -50%) rotate(45deg);
}
.btn-list2::after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #b58d5a;
	border-right: 2px solid #b58d5a;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 18px;
}
.btn-list2:hover {
	-webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.05), -1px -1px rgba(0, 0, 0, 0.05);
	box-shadow: 1px 1px rgba(0, 0, 0, 0.05), -1px -1px rgba(0, 0, 0, 0.05);
}
.btn-list-arc {
	width: auto;
	height: auto;
	background: #fff;
	margin-bottom: 20px;
	text-decoration: none !important;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: inline-block;
	padding: 7px 40px 7px 40px;
	position: relative;
	text-align: justify;
	font-size: 13px;
	background-color: #f1f1f1;
	margin-top: 10px;
	border-radius: 4px;
}
.btn-list-arc::before {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #bdbdbd;
	border-right: 2px solid #bdbdbd;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 16px;
}
.btn-list-arc:hover {
	opacity: 0.6;
}
/* special css */

/* end special css */


/* --------------------------------------
テキスト飾り設定
-------------------------------------- */

.hosoku {
	color: #5a5a5a;
	font-size: 90%;
	line-height: 1.7;
}
.datetxt {
	color: gray;
	font-size: 90%;
}
.fs2 {
	font-size: 114.2857%;
}
.fs3 {
	font-size: 130%;
}
.fs4 {
	font-size: 160%;
	line-height: 1.5;
}
.fs5 {
	font-size: 200%;
	line-height: 1.5;
}
.mt0 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.yellow {
	background-color: #ffff85;
	padding: 4px 5px 2px 5px;
	font-weight: normal;
}
/* テキスト装飾 */
.tk1 {
	color: #f25902;
	font-weight:bold;
}
.tk2 {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #f9f4e5 40%);
	text-shadow: 0 2px 0 rgb(255, 255, 255);
	padding-bottom: 3px;
}
.tk3 {
	font-weight: bold;
	background: linear-gradient(transparent 70%, #feeee5 20%);
	text-shadow: 0 2px 0 rgb(255, 255, 255);
	padding-bottom: 3px;
}
/* ディスプレイインラインブロック */
.dib {
	display: inline-block !important;
}
.uline {
	color: #f00;
	text-decoration: underline;
	font-style: italic;
}
.round {
	border-radius: 100px;
}
.blue {
	color: #4485e9;
}
/* 電話番号装飾 */

.telarea {
	border: 1px solid #cecece;
	margin: 0 0 10px 0;
	padding: 20px 20px 0 20px;
	display: inline-block;
}
.teltext {
	font-size: 26px;
}
.freedial {
	text-align: left;
}
/* チェックボックスの付くリスト */

.check_list-border li {
	position: relative;
}
.check_list-border li {
	position: relative;
	background: url(img/i_check.webp) left 0 top 12px no-repeat;
	padding: 8px 5px 8px 30px;
}
.check_list li {
	position: relative;
	padding: 8px 8px 8px 25px;
}
.check_list li::after {
	position: absolute;
	right: calc(100% - 16px);
	top: 12px;
	content: '';
	width: 10px;
	height: 16px;
	display: block;
	border-top:4px solid #f25902;
	border-left: 4px solid #f25902;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/* special css */

/* end special css */



/* --------------------------------------
Q&A
-------------------------------------- */
.q {
	background-color: #f3f3f3;
	color: #ff6000;
	padding: 4px;
	font-weight: bold;
}
.a {
	padding: 7px 4px;
	border-bottom: #ccc 1px dotted;
	margin: 5px 0 20px 1em;
	text-indent: -1em;
}
/* --------------------------------------
WordPress 画像貼付け用
-------------------------------------- */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
	display: inline;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
	display: inline;
}
/* --------------------------------------
youtube・googlemap 埋め込み用
-------------------------------------- */
.yt {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.yt iframe, .yt object, .yt embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* --------------------------------------
汎用クラス定義
-------------------------------------- */
.clearfix::after {
	content: ".";
	/* 新しい要素を作る */
  display: block;
	/* ブロックレベル要素に */
  clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}
.fixmargin {
	margin-top: -23px;
}
#overlay {
	z-index: 1000 !important;
}
#lightbox {
	z-index: 9999 !important;
}
/* --------------------------------------
RSS用
-------------------------------------- */
#feed_new {
	background-color: #f5f3f3;
	font-size: 11px;
	color: #ff6000;
	padding: 5px 10px 0 10px;
	margin: 0;
	line-height: 130%;
}
#feed_new li {
	border-bottom: #ccc dotted 1px;
	list-style: none;
	padding-bottom: 5px;
}
#feed_new a {
	font-size: 13px;
}
/* --------------------------------------
コンテンツ部分のdiv&pにおけるimg飛び出しの解除
-------------------------------------- */

/* div */
#main div::after {
	content: ".";
	/* 新しい要素を作る */
  display: block;
	/* ブロックレベル要素に */
  clear: both;
	height: 0;
	visibility: hidden;
}
#main div {
	overflow: hidden;
	min-height: 1px;
}
* html #main div {
	height: 1px;
}
/* fontcontrol */
#control {
	position: absolute;
	top: 5px;
	right: 5px;
}
#control a {
	color: white;
	text-decoration: none;
}
#control a:hover {
	text-decoration: underline;
}
span#intro {
	font-size: 13px;
	margin-right: 5px;
}
span#f-big {
	background-color: black;
	padding: 2px 4px;
	margin-right: 2px;
}
span#f-medium {
	background-color: black;
	padding: 2px 4px;
	margin-right: 2px;
}
span#f-small {
	background-color: black;
	padding: 2px 4px;
}
/* --------------------------------------
中央寄せ・右寄せ
-------------------------------------- */
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.al {
	text-align: left;
}
/* --------------------------------------
リスト（FontAwesome)
-------------------------------------- */
ul {
	text-align: left;
}
ul.li_1 {
	margin-bottom: 20px;
}
ul.li_1 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_1 li::before {
	content: " \f14a";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_2 {
	margin-bottom: 20px;
}
ul.li_2 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_2 li::before {
	color: #008600;
	content: " \f046";
	font-family: FontAwesome;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_3 {
	margin-bottom: 20px;
}
ul.li_3 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_3 li::before {
	content: " \f058";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_4 {
	margin-bottom: 20px;
}
ul.li_4 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_4 li::before {
	content: " \f05d";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_5 {
	margin-bottom: 20px;
}
ul.li_5 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_5 li::before {
	content: " \f0a9 ";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_6 {
	margin-bottom: 20px;
}
ul.li_6 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_6 li::before {
	content: " \f18e";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_7 {
	margin-bottom: 20px;
}
ul.li_7 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_7 li::before {
	content: " \f138";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_8 {
	margin-bottom: 20px;
}
ul.li_8 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_8 li::before {
	content: " \f152";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_9 {
	margin-bottom: 20px;
}
ul.li_9 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_9 li::before {
	content: " \f0da";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_10 {
	margin-bottom: 20px;
}
ul.li_10 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_10 li::before {
	content: " \f069";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_11 {
	margin-bottom: 20px;
}
ul.li_11 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_11 li::before {
	content: " \f111";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_12 {
	margin-bottom: 20px;
}
ul.li_12 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_12 li::before {
	content: " \f192";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_maru li {
	margin-bottom: 10px;
	text-indent: -1.3em;
	margin-left: 1.3em;
	font-weight: bold;
}
ul.li_maru li::before {
	content: "● ";
	color: #5077c2;
}
ul.li_kome li {
	margin-bottom: 10px;
	text-indent: -1.3em;
	margin-left: 1.3em;
}
ul.li_kome li::before {
	content: "※ ";
	color: #5077c2;
}
ul.b_gray li::before {
	color: #d9d8d8;
}
ul.b_pink li::before {
	color: #f79698;
}
ul.b_green li::before {
	color: #cafdb1;
}
ul.b_skyblue li::before {
	color: #a0dff3;
}
ul.b_blue li::before {
	color: #608aeb;
}
ul.b_gold li::before {
	color: #d9b087;
}
ul.b_orange li::before {
	color: #fb8230;
}
ul.b_yellow li::before {
	color: #f8ee6d;
}
ul.b_azuki li::before {
	color: #731f21;
}
ul.b_purple li::before {
	color: #aa79e7;
}
/* --------------------------------------
レイアウトbox(2列・3列・4列)
-------------------------------------- */

.box_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#main .box_wrap::after {
	content: none;
}
/* ボーダー設定 */
.box_border_type1 .two_box, .box_border_type1 .three_box, .box_border_type1 .four_box, .two_box.box_border_type1, .three_box.box_border_type1, .four_box.box_border_type1 {
	border: 1px solid #6e4e42;
}
.box_border_type2 .two_box, .box_border_type2 .three_box, .box_border_type2 .four_box, .two_box.box_border_type2, .three_box.box_border_type2, .four_box.box_border_type2 {
	border: 2px solid #6e4e42;
}
#main .box_wrap::after {
	content: none;
}
.two_box {
	width: calc((100% - 30px) / 2);
	margin: 0 30px 15px 0;
}
.two_box:nth-child(even) {
	margin: 0 0 15px 0;
}
.two_box .ttl_wrap {
	background: #6e4e42;
}
.two_box .ttl {
	padding: 18px 10px 15px 25px;
	font-weight: bold;
	font-size: 20px;
	color:#fff;
	margin-bottom: 0 !important;
}
.two_box .txt {
	padding: 0 5%;
}
.box_wrap .more {
	float: right;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 5% 5% 0;
	position: relative;
}
.two_box .more {
}
.two_box .more::before {
	position: absolute;
	top: 50%;
	right: calc(100% + 10px);
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #f25902;
	border-right: 2px solid #f25902;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.two_box .more:hover::before {
	-webkit-transform: translate(5px, -50%) rotate(45deg);
	transform: translate(5px, -50%) rotate(45deg);
}
.full_box {
	width: 100%;
	padding: 0 0 40px;
	margin-bottom: 20px;
	position: relative;
	border: #f25902 1px solid !important;
}
.three_box {
	width: calc((100% - 40px) / 3);
	padding: 0 0 40px;
	margin-bottom: 20px;
	position: relative;
	border: #f25902 1px solid !important;
}
.with_img .three_box {
	padding: 0 0 40px;
}
.three_box:nth-child(3n-1) {
	margin: 0 20px 20px;
}
.three_box .ttl_wrap {
	background: #feeee5;
	background-size: cover;
}
.three_box .ttl {
	padding: 20px 25px 15px 25px;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0 !important;
	color:#f25902;
}
.three_box .txt {
	padding: 5%;
}
.three_box .more {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
}
.three_box .more::before {
	position: absolute;
	top: 50%;
	right: calc(100% + 10px);
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #f25902;
	border-right: 2px solid #f25902;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.three_box .more:hover::before {
	-webkit-transform: translate(5px, -50%) rotate(45deg);
	transform: translate(5px, -50%) rotate(45deg);
}
#content #main .three_box .box_inner p {
	padding: 0;
}
.three_box .box_inner {
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.three_box .box_inner img {
	width: 100px;
	height: 100px;
	display: block;
	background: #ccc;
	margin-right: 10px;
	-ms-flex: 1 0 auto;
}
.four_box {
	width: calc((100% - 30px) / 4);
	margin: 0 10px 10px 0;
}
.four_box:nth-child(4n) {
	margin: 0 0 10px 0;
}
.four_box .ttl_wrap {
	padding: 0 20px;
	background: #f0edec;
	background-size: cover;
	position: relative;
}
#main .four_box, #main .four_box .ttl_wrap {
}
.four_box .ttl {
	padding: 20px 0 10px;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0 !important;
}
.four_box .txt {
	padding: 3% 6%;
}
.four_box .more {
	float: right;
	text-decoration: none;
	font-weight: bold;
	margin: 0 6% 6% 0;
	position: relative;
}
.four_box .more::before {
	position: absolute;
	top: 50%;
	right: calc(100% + 10px);
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #f25902;
	border-right: 2px solid #f25902;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.four_box .more:hover::before {
	-webkit-transform: translate(5px, -50%) rotate(45deg);
	transform: translate(5px, -50%) rotate(45deg);
}
/* clearfixと組み合わせて使用 */
.six_four_r {
	float: right;
	width: 580px;
}
.six_four_l {
	float: left;
	width: 400px;
}
.seven_three_r {
	float: right;
	width: 680px;
}
.seven_three_l {
	float: left;
	width: 300px;
}
/* --------------------------------------
電話番号エリア
-------------------------------------- */
.responsedevise {
	border: 1px solid #b7d87f;
	padding: 15px;
	text-align: center;
	margin: 30px auto 0;
	border-radius: 5px;
}
/* --------------------------------------
フォームボタン
-------------------------------------- */
div.sbtn_1 input[type="submit"] {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 250px;
	height: 50px;
	border-radius: 25px;
	background: #409fdb;
	font-weight: bold;
	letter-spacing: 0.075em;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
	transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
	margin: auto;
	font-weight: bold;
	font-size: 1em;
	font-family: 'Noto Sans JP', sans-serif;
	text-indent: 1em;
}
div.sbtn_2 input[type="submit"] {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 250px;
	height: 50px;
	border-radius: 25px;
	background: #f25902;
	font-weight: bold;
	letter-spacing: 0.075em;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
	transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
	margin: auto;
	font-weight: bold;
	font-size: 1em;
	font-family: 'Noto Sans JP', sans-serif;
	text-indent: 1em;
}
div.sbtn_3 input[type="submit"] {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 250px;
	height: 50px;
	border-radius: 25px;
	background: #ee6d6d;
	font-weight: bold;
	letter-spacing: 0.075em;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
	transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
	margin: auto;
	font-weight: bold;
	font-size: 1em;
	font-family: 'Noto Sans JP', sans-serif;
	text-indent: 1em;
}
div.sbtn_4 input[type="submit"] {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 250px;
	height: 50px;
	border-radius: 25px;
	background: #b38746;
	font-weight: bold;
	letter-spacing: 0.075em;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
	transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
	margin: auto;
	font-weight: bold;
	font-size: 1em;
	font-family: 'Noto Sans JP', sans-serif;
	text-indent: 1em;
}
div.sbtn_5 input[type="submit"] {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 250px;
	height: 50px;
	border-radius: 25px;
	background: #bbb6af;
	font-weight: bold;
	letter-spacing: 0.075em;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
	transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
	margin: auto;
	font-weight: bold;
	font-size: 1em;
	font-family: 'Noto Sans JP', sans-serif;
	text-indent: 1em;
}
div.maru input[type="submit"] {
	-webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
	padding: 8px 20px 8px 20px;
	text-shadow: 1px 1px 3px #666;
	box-shadow: 0 0 6px 3px #e6e6e6;
	-moz-box-shadow: 0 0 6px 3px #e6e6e6;
	-webkit-box-shadow: 0 0 6px 3px #e6e6e6;
	width: auto;
}
div.sbtn_1 input:hover {
	background: #96cff5;
}
div.sbtn_2 input:hover {
	background: #fac871;
}
div.sbtn_3 input:hover {
	background: #f0a3a3;
}
div.sbtn_4 input:hover {
	background: #ebd3b0;
}
div.sbtn_5 input:hover {
	background: #f0ece4;
}
/* mail_icon表示用 */
.sbtn_1.action, .sbtn_2.action, .sbtn_3.action, .sbtn_4.action, .sbtn_5.action {
	position: relative;
	width: 270px;
	height: 60px;
	margin: auto;
}
.sbtn_1.action img, .sbtn_2.action img, .sbtn_3.action img, .sbtn_4.action img, .sbtn_5.action img {
	position: absolute;
	top: 1.2em;
	left: 80px;
}
/* ページ内スライド制御 */
.sliderbox {
	width: 500px;
	height: auto;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
/*  special css */

/* end special css */

/* ---------------------
H レスポンシブ用
------------------------ */

/* PC用とモバイル用のロゴを出し分ける */

#pc_logo {
	display: inline;
}
#pc_logo img {
	margin: 0 auto;
}
#mobile_logo {
	display: none;
}
#mobile_button {
	display: none;
}
.mobile_menu {
	display: none;
}
#mobile_main {
	display: none;
}
/* デスクトップでは非表示にする */
#panel, #mobile_side, .mobile_only, #mobile_tel, #mobile_main {
	display: none;
}
#content #main p.wp-caption-text {
	margin-top: 2px;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
	padding: 10px 10px 0;
	line-height: 17px;
}
#content #main h2.spe {
	padding: 0;
	margin: 0 0 30px;
	background-color: #fff;
	border: 0;
	display: inline-block;
	color: #444;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 1px;
	text-align: left;
}
.rightbox {
	float: right;
}
.leftbox {
	float: left;
}
.w40 {
	width: 40%;
}
.w60 {
	width: 60%;
}
/* コンタクトフォーム */

.wpcf7-form {
	color: #333;
}
input.wpcf7-form-control {
	width: 100%;
	height: 52px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px 15px;
	background-color: #fff;
	font-size: 0.9em;
	font-family: 'Noto Sans JP', sans-serif;
}
textarea.wpcf7-form-control {
	width: 100%;
	display: block;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 15px;
	background-color: #fff;
	font-size: 0.9em;
	font-family: 'Noto Sans JP', sans-serif;
}
 textarea.wpcf7-form-control::placeholder {
 color: #999;
}
/* プルダウンメニュー */
select.wpcf7-form-control {
	max-width: 100%;
	height: 52px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px 45px 5px 15px;
	font-size: 0.9em;
	font-family: 'Noto Sans JP', sans-serif;
}
/* ラジオボタン */
.wpcf7-radio .wpcf7-list-item {
	display: inline-flex;
	margin: 7.5px;
}
.wpcf7-form-control input[type="radio"] {
	width: 20px;
	height: 20px;
	border: 1px solid #ddd;
	border-radius: 50%;
	outline: none;
	background-color: #fff;
}
/* チェックボックス */
.wpcf7-checkbox .wpcf7-list-item {
	display: inline-flex;
	margin: 7.5px;
}
.wpcf7-list-item-label {
	display: inline-flex;
	align-items: center;
	padding-left: 7.5px;
	color: #555;
}
.wpcf7-form-control input[type="checkbox"] {
	width: 20px;
	height: 20px;
	border: 1px solid #ddd;
	border-radius: 2px;
	outline: none;
	background-color: #fff;
}
/* フォーム幅の調整 */
.field_wrap {
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	display: table;
	margin-bottom: 30px;
}
.field_wrap.first {
	margin-top: 30px;
}
.field_name {
	display: table-cell;
	width: 220px;
	padding: 0 0 30px 30px;
	font-weight: bold;
	border-bottom: 2px solid #666;
	color: #555;
	vertical-align: middle;
}
.field {
	display: table-cell;
	padding: 0 0 30px 30px;
	border-bottom: 2px solid #ddd;
}
.field_name label {
	font-weight: bold;
}
#main div.field_name.require::after, #main div.field_name.any::after {
	display: inline-block;
	font-size: 10px;
	line-height: normal;
	border-radius: 2px;
	padding: 0 6px 1px;
	margin: 0 0 0 10px;
	position: relative;
	bottom: 2px;
	visibility: visible;
	height: auto;
}
#main div.field_name.require::after {
	content: "必須";
	color: #ee6354;
	border: 1px solid #ee6354;
}
#main div.field_name.any::after {
	content: "任意";
	color: #999;
	border: 1px solid #999;
}
#main div.field_wrap::after {
	content: none;
}
/* --------------------------------------
 reCAPTCHA v3 バッジ位置調整
-------------------------------------- */
.grecaptcha-badge {
	bottom: 58px !important;
	z-index: 100;
	right: -186px !important;
}
.Inner {
	width: 1000px;
	margin: 0 auto;
}
.home section {
	padding: 100px 0;
}
section.top01 {
	background-color:#feeee5;
	background-image: url(img/bg_message_L.webp), url(img/bg_message_R.webp);
	background-position: left top, right bottom;
	background-repeat:no-repeat, no-repeat;
}
.home section h2 {
	text-align: center !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 0 40px !important;
}
.home section h2:before {
	display:none !important;
}
section.top01 .Inner {
	overflow: visible !important;
	position: relative;
}
section.top01 .Inner:after {
	content: "" !important;
	background-image: url(img/img_message.webp);
	background-repeat: no-repeat;
	width: 419px;
	height: 432px !important;
	position: absolute;
	bottom: -100px;
	left: -280px;
	visibility: visible !important;
}
.top01_cont {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #e9ded3;
	padding: 40px;
	overflow: visible !important;
}
.top01_cont_txt p {
	text-align: center;
}
.tk4 {
	background: #f25902;
	color: #fff;
	padding: 2px 0 5px;
	line-height: 2.5;
}
section.top02 {
	background-color: #f0edec;
}
section.top02 .Inner {
	overflow: visible !important;
}
.top02_box {
	position: relative;
	overflow: visible !important;
	background-repeat: no-repeat;
	height:350px;
	margin: 0 0 80px;
}
.reason01 {
	background-image: url(img/img_reason_01.webp);
	background-position:right top;
}
.reason02 {
	background-image: url(img/img_reason_02.webp);
	background-position:left top;
}
.reason03 {
	background-image: url(img/img_reason_03.webp);
	background-position:right top;
}
.top02_box:last-child {
	margin-bottom: 0;
}
.top02_box_img {
	position: absolute;
}
.reason01 .top02_box_img, .reason03 .top02_box_img {
	right: 0;
	top: 0;
}
.top02_box_txt {
	position: relative;
	background-color: #fff;
	width: 56%;
	border-radius: 10px;
	padding: 20px 50px;
	box-shadow: 0px 0px 20px #e1d6ca;
	overflow: visible !important;
	top: 40px;
}
.top02_box_txt_nmb {
	position: absolute;
	top: -60px;
	color: #f25902;
	font-size: 72px;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-shadow: 2px 2px 8px #fff, -2px 2px 8px #fff, 2px -2px 8px #fff, -2px -2px 8px #fff;
	overflow: visible !important;
}
.h3_top02 {
	padding: 0 !important;
	margin: 40px 0 20px !important;
	border: none !important;
}
.reason02 .top02_box_txt {
	float: right;
}
section.top03 {
	background-color:#feeee5;
	background-image: url(img/bg_case_top-1.webp), url(img/bg_case_btm-1.webp);
	background-position: left top, right bottom;
	background-repeat:no-repeat, no-repeat;
}
.top03_cont {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: visible !important;
}
.top03_cont:after {
	display:none !important;
}
.top03_box {
	background-color: #fff;
	border-radius: 10px;
	width: 46%;
	box-shadow: 0px 0px 20px #e1d6ca;
	position:relative;
}
.top03_box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content:"";
}
.top03_box a:hover {
	background-color:#fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.top03_box_img img {
	width: 100%;
}
.top03_box_ba {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.top03_box_ba:after {
	position: absolute;
	content: "" !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
height: calc(tan(60deg) * 24px / 2) !important;
	width: 14px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #f25902;
	visibility: visible !important;
}
.top03_box_before, .top03_box_after {
	position: relative;
	width:50%;
}
.top03_box_before:after {
	position: absolute;
	content: "Before" !important;
	visibility: visible !important;
	height: auto !important;
	top: 0;
	left: 0;
	background-color: #6e4e42;
	color: #fff;
	width: 100px;
	text-align: center;
}
.top03_box_after:after {
	position: absolute;
	content: "After" !important;
	visibility: visible !important;
	height: auto !important;
	top: 0;
	right: 0;
	background-color: #f25902;
	color: #fff;
	width: 100px;
	text-align: center;
}

.top03_box_img img{
	height: 155px;
	object-fit: cover;
}
.top03_box_txt {
	padding: 10px 40px 40px;
}
.top03_box_txt dt {
	color: #f25902;
	width: 30%;
	padding: 0;
}
.top03_box_txt dd {
	padding: 0 0 0 30%;
	border: none;
}
.top03_btn {
	margin: 40px 0 0;
	text-align: center;
}
section.top04 {
	background-color: #f9f4e5;
}
section.top04 .Inner {
	overflow: visible !important;
}
.top04_inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px;
}
.top04_inner:after {
	display: none !important;
}
.top04_wrap {
	box-shadow: 0px 0px 20px #e1d6ca;
	background-color: #fff;
	border-radius:10px;
	margin:0 0 40px;
}
.top04_wrap:last-child {
	margin: 0;
}
.h3_top04 {
	text-align: center !important;
	color: #fff !important;
	background: #6e4e42;
	border: none !important;
	font-size: 18px !important;
	padding-top: 13px !important;
	margin: 0 !important;
	padding-left: 0 !important;
}
.top04_box {
	width: 32%;
}
.top04_box_img {
	display: flex;
}
.top04_box_img img {
	width: 100%;
}
.h4_top04 {
	margin: 0 !important;
	text-align: center !important;
	border-radius: unset !important;
	background-color: #f0edec !important;
	color: #f25902 !important;
	padding: 15px !important;
	font-size: 16px !important;
}
.top04_btn {
	text-align: center;
	margin:0 0 20px;
}
section.top05 {
	background-image: url(img/bg_contact.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
}
.h2_top05 {
	background-image: url(img/ti_contact.webp);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 81px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f25902 !important;
}
.contact_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page-id-40 .contact_wrap {
	margin: 0 0 30px 0;
}
.contact_txtsub {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0 0 10px !important;
}
.contact_txtsub:before {
	content: "";
	width: 1px;
	height: 12px;
	background: #fff;
	display: inline-block;
	transform: rotate(150deg);
	margin: 0 6px 0 0;
}
.contact_txtsub:after {
	content: "";
	width: 1px;
	height: 12px;
	background: #fff;
	display: inline-block;
	transform: rotate(30deg);
	margin: 0 0 0 6px;
}
.contact_wrap a {
	width: 300px;
	height: 60px;
	display: flex;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	align-items: center;
	justify-content: center;
}
.contact_wrap a img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.contact_line a {
	background-color: #06c755;
}
.contact_tel a {
	background-color: #f25902;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
}
.contact_mail a {
	background-color: #c88f00;
}
.contact_line a:hover {
	background-color: #4bdf88;
}
.contact_tel a:hover {
	background-color: #ff9c63;
}
.contact_mail a:hover {
	background-color: #e3bb56;
}
.top06_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top06_cont:after {
	display: none !important;
}
.top06_cont_txt {
	width: 550px;
}
.h3_top06 {
	color: #6e4e42 !important;
	text-align: center !important;
	margin-top: 0 !important;
	font-size: 18px !important;
	border-bottom: 1px solid #6e4e42 !important;
	padding-left: 0 !important;
	margin-bottom: 10px !important;
}
.top06_cont_txt .faq {
	position: relative;
	border-radius: 10px;
	margin: 0 0 20px;
}
.top06_cont_txt .faq:last-child {
	margin: 0;
}
.top06_cont_txt .faq .faq-toggle {
	all: unset;
	cursor: pointer;
	display: block;
	width: 100%;
	padding: 15px 20px 18px 0;
	text-align: center;
	color: #fff;
	position: relative;
	box-sizing: border-box !important;
}
.top06_cont_txt .faq .faq-toggle:after {
	content: "+";
	position: absolute;
	top: 5px;
	right: 20px;
	font-size: 30px;
	transition: transform 0.3s;
	font-weight: normal;
}
.top06_cont_txt .faq.open .faq-toggle:after {
	content: "−";
}
.top06_cont_txt .faq .answer {
	padding: 10px 20px 0;
	position: relative;
	border: 1px solid #6e4e42;
	border-top: none;
	background: #f0edec;
	display: none;
	font-size: 16px;
}
.top06_cont_txt .faq.open .answer {
	display: block;
}
.top06_cont_txt .faq .question {
	background: #6e4e42;
	border: none !important;
	margin: 0 !important;
	font-size: 18px !important;
	padding: 0 !important;
}
section.top07 {
	background-color: #feeee5;
}
section.top07 .Inner {
	overflow: visible !important;
}
.top07_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 30px;
	overflow: visible !important;
}
.top07_wrap:after {
	display: none !important;
}
.top07_wrap_step {
	width: 100px;
	position: relative;
	overflow: visible !important;
}
.top07_wrap_step:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background: #f25902;
	left: 50%;
	top: 100px;
}
.top07_wrap_step_circle {
	width: 100px;
	height: 100px;
	background: #f25902;
	color: #fff;
	border-radius: 50%;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	line-height: 1.2;
	padding: 23px 0 0;
}
.step {
	font-size: 20px;
}
.step_nmb {
	font-size: 30px;
	display:block;
}
.top07_wrap_txt {
	box-shadow: 0px 0px 20px #e1d6ca;
	background-color:#fff;
	padding: 30px 30px 10px;
	border-radius: 10px;
	width: 870px;
}
.h3_top07 {
	font-size: 18px !important;
	border: none !important;
	margin: 0 0 10px !important;
	padding: 0 !important;
}
section.top07 .contact_wrap {
	margin: 0 0 20px;
}
section.top07 .contact_wrap a {
	width: 260px;
}
.contact_wrap:after {
	display:none !important;
}
.top07_wrap:last-child .top07_wrap_step:before {
	display: none;
}
.top07_wrap:last-child {
	margin-bottom: 0;
}
section.top08 {
	background-image: url(img/bg_news.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top08_cont {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #e1d6ca;
	padding: 20px 50px;
}
.top08_cont .datetxt {
	color: #6e4e42;
	font-weight: bold;
	width: 15%;
	display: inline-block;
}
.top08_cont a {
	text-decoration: none;
}
.top08_cont ul li {
	border-bottom: 1px solid;
	padding: 20px;
}
.top08_cont ul li:last-child {
	border: none;
}
.top08_btn {
	text-align: center;
	margin: 40px 0 0;
}
.top08_btn a {
	margin-bottom: 0;
}
section.top09 {
	background-color:#f9f4e5;
}
section.top09 .faq {
	position: relative;
	border-radius: 10px;
	margin: 0 0 30px;
	box-shadow: 0px 0px 20px #e1d6ca;
}
section.top09 .faq.open {
	overflow: visible !important;
}
section.top09 .faq .faq-toggle {
	all: unset;
	cursor: pointer;
	display: block;
	width: 100%;
	padding: 10px 90px 18px 30px;
	color: #fff;
	position: relative;
	box-sizing: border-box !important;
	text-indent: -2em;
	margin-left: 2em;
}
section.top09 .faq .faq-toggle:before {
	content: "Q.";
	margin: 0 10px 0 0;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
}
section.top09 .faq .faq-toggle:after {
	content: "+";
	position: absolute;
	top: 10px;
	right: 30px;
	font-size: 30px;
	transition: transform 0.3s;
	font-weight: bold;
}
section.top09 .faq.open .faq-toggle:after {
	content: "−";
}
section.top09 .faq .answer {
	padding: 20px 30px 0;
	position: relative;
	border-top: none;
	background: #ffffff;
	display: none;
	border-radius: 0 0 10px 10px;
}
section.top09 .faq.open .answer {
	display: flex;
}
section.top09 .faq .question {
	background: #6e4e42;
	border: none !important;
	margin: 0 !important;
	font-size: 18px !important;
	padding: 0 !important;
	border-radius: 10px 10px 0 0;
}
section.top09 .faq .answer:before {
	content: "A.";
	margin: 0 10px 0 0;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	color: #f25902;
}
section.top09 .faq:last-child {
	margin-bottom: 0;
}
section.top10 {
	background-color: #f0edec;
}
.top10_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: visible !important;
}
.top10_box {
	width: 30%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #e1d6ca;
	position: relative;
}
.top10_box a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.top10_box a:hover {
	background-color:#fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.top10_wrap:after {
	display:none !important;
}
.top10_box_img {
	height: 180px;
	background-size: cover;
	background-position: center;
}
.top10_box_img img {
	width: 100%;
}
.top10_box_txt {
	padding: 10px 20px;
}
.top10_btn {
	text-align: center;
	margin: 40px 0 0;
}
.top10_btn a {
	margin-bottom: 0;
}
.service_top {
	display: block !important;
}
.service_top_txt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.service_top_txt:after {
	display: none !important;
}
.service_top_txt_list {
	width: 28%;
}
.service_top_txt_list_ti {
	font-weight: bold;
	font-size: 110%;
	border-bottom: 1px solid;
	text-align: center;
}
.service_top_txt_list ul li {
	padding: 0 8px 0 25px;
	margin: 0 0 10px;
}
.service_top_txt_list ul li:after {
	top: 5px;
}
.service_anchor {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px 0;
}
.service_anchor li {
	width: 32%;
}
.service_anchor li a {
	background: #f25902;
	display: block;
	text-decoration: none;
	color: #fff;
	height: 80px;
	position: relative;
	text-align: center;
	padding-top: 20px;
}
.service_anchor li a:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translate(-50%, 0) rotate(135deg);
	transform: translate(-50%, 0) rotate(135deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	bottom: 15px;
	left: 50%;
}
.page-id-40 .service_anchor.price{
	padding: 0 5%;
}
.page-id-40 .service_anchor.price li a{
	background: #fff;
	border: 1px solid #f25902;
	color: #f25902;
}
.page-id-40 .service_anchor.price li a:after{
	border-top: 1px solid #f25902;
	border-right: 1px solid #f25902;
}
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex_wrap:after {
	display: none !important;
}
.guide .flex_box {
	width: 30%;
	margin: 0 0 20px;
}
.guide_ti {
	text-align: center;
	margin: 0 0 10px !important;
}
.g2clm {
	justify-content: unset;
}
.g2clm .flex_box:first-child {
	margin-right: 5%;
}
.service_nayami .full_box {
	width: 100%;
	padding: 20px 40px;
}
.service_nayami .three_box {
	width: 49%;
	padding-bottom: 0;
}
.service_nayami .three_box:last-child {
	margin-right: 0;
	margin-left: 0;
}
.service_nayami {
	justify-content: space-between;
}
.service_nayami .three_box ul {
	margin: 10px 0 10px 30px;
}
.const_flow {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 30px;
}
.const_flow_arr {
	background: #f25902;
 height: calc(tan(60deg) * 16px / 2);
	width: 10px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	display: flex;
	align-self: center;
	justify-content: center;
	margin: 0 30px;
}
.const_flow_box {
	justify-content: center;
	border: 2px solid #f25902;
	border-radius: 10px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: flex;
	padding: 30px 15px;
}
.service_cont {
	overflow: visible !important;
}
.service_cont section.top05 {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	padding: 100px 0;
}
.service_cont section.top05 .h2_top05:before {
	display: none !important;
}
.service_cont section.top05 .h2_top05 {
	border:none !important;
}
.service_detail figure {
	width: 40%;
}
.service_detail .flex_wrap_txt {
	width: 56%;
}
.compatible_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.compatible_list li {
	width: 220px;
	height: 220px;
	background: #feeee5;
	border-radius: 50%;
	text-align: center;
	padding-top: 50px;
    margin-bottom: 30px;
}
.compatible_list li figure {
	width: 100px;
	margin: 0 auto;
}
.compatible_list li figure img {
	width: 100%;
}
.compatible_txt {
	line-height: 1.5;
	display: flex;
	justify-content: center;
	height: 50px;
	align-items: center;
}

#content #main .top01_cont_txt p.pointtxt{
	margin: 0 0 5px 0;
} 

@media screen and (min-width: 1000px) {
.sp_only{
    display: none;
}
}

.model_case{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
	align-items: center;
	position: relative;
}

.model_case:after{
	content: none !important;
}

.model_case_before,.model_case_after{
	width: 48%;
	position: relative;
	    margin-bottom: 30px;
}

.model_case figure{
	width: 100%;
  height: 300px;
}

.model_case figure img{
	width: 100%;
    height: 300px !important;
  object-fit: cover;
}

.model_case p{
margin: 10px 0 20px !important;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.model_case_before:after {
    position: absolute;
    content: "Before" !important;
    visibility: visible !important;
    height: auto !important;
    top: 0;
    left: 0;
    background-color: #6e4e42;
    color: #fff;
    width: 100px;
    text-align: center;
}

.model_case_after:after {
    position: absolute;
    content: "After" !important;
    visibility: visible !important;
    height: auto !important;
    top: 0;
    right: 0;
    background-color: #f25902;
    color: #fff;
    width: 100px;
    text-align: center;
}

.triangle_box{
	width: 4%;
	text-align: center;
	    margin-top: -30px;
}

.triangle1 {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid #f25902;
    margin: 0 auto;
}
.works-be-af{
	display: flex;
    align-items: center;
        justify-content: center;
        flex-wrap: wrap;
}
    

.works-be-af li {
  width: calc(46% - 40px);
 
  background: #feeee5;
  padding: 20px;
  position: relative
}

.works-be-af li:nth-of-type(1) {
  width: calc(40% - 40px);
   margin: 1em 4% 0 0;
}

.works-be-af li:nth-of-type(2) {
  width: calc(60% - 40px);
  margin: 1em 0 0 4%;
}

.works-be-af li div {
  position: relative
}

.works-be-af li div span {
display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #6e4e42;
    padding: 10px;
    text-align: center;
    width: 85px;
        color: #ffffff;
}
.works-be-af li div img{
	vertical-align: top;
    max-width: 100%;
    height: auto;
}


.works-be-af li:nth-of-type(2) div span {
      background: #f25902;
  color: #FFF
}

.works-be-af li:after {
  position: absolute;
  top: 50%;
  right: -3.6rem;
  transform: translate(0, -50%);
  content: "";
  width: 18px;
  height: 40px;
  background: #f15905;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%)
}

.works-be-af li:last-of-type:after {
  content: none
}

.works-be-af li span {
  display: block
}
.case_gallery{
	display: flex;
	margin:50px 0;
}

.case_gallery:after{
	content: none !important;
}

.case_gallery a{
	display: block;
	width: calc((100% - 90px) / 10);
	margin-right: 10px;
}

.case_gallery a:last-child{
	margin-right: 0;
}

.case_gallery a img{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}


.case_gallery a:hover img {
  transform: scale(1.05);
  opacity: 0.8;
}

.case_list{
	padding: 0 10px;
    margin-bottom: 20px;
}

.case_list dt{
    color: #f25905;
    font-weight: bold;
    font-size: 15px;
}

.case_list dd{
	color: #000000;
	    font-size: 15px;
}
@media screen and (max-width: 896px) {
  .works-be-af li {
    width: calc(100% - 40px);
    margin: 1em 0
  }

  .works-be-af li:nth-of-type(1) {
    width: calc(100% - 40px)
  }

  .works-be-af li:nth-of-type(2) {
    width: calc(100% - 40px)
  }

  .works-be-af li:after {
    position: absolute;
    top: auto;
    bottom: -2.95rem;
    left: 50%;
    transform: translate(-50%, 0);
    content: "";
    width: 40px;
    height: 18px;
    background: #009e3b;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%)
  }

  .works-be-af li span {
    display: inline
  }
}

/******************************
★ Media Queries タブレット・スマフォ表示の設定(1000px以下で読み込むcss)
******************************************************************************************************************************/

@media screen and (max-width: 1000px) {
.page-id-40 .service_anchor.price{
	padding: 0 0;
}

  *, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content #main .top01_cont_txt p.pointtxt{
	margin: 0 0 15px 0;
}
section.top05{
	background-image: url(img/bg_contact_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
body {
	min-width: 320px;/* overflow-x: hidden; */
}
.wrapper {
	z-index: 10;
	width: 100%;
}
body, .home {
	/* 背景画像を非表示にしています */
    background: none;
	background-color: #fff;
}
.headnav {
	/* tel画像、フッターメニューを非表示にしています */
    display: none;
}
#content {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
#content #side {
	/* スマホ用のサイドバー */
    margin: 20px auto 0 auto;
	width: 90%;
}
#content #main {
	width: 100%;
	margin: 0;
}
#submain .h1wrap {
	width: auto;
}
#content #side h3 {
	width: 100%;
}
#content #side ul.menu {
	width: 100%;
}
#content #side ul.menu li:last-child {
	border-bottom: none;
}
#header.fixed {
/*  top:auto;メニュー戻り時ズレ防止 */
  }
#header.fixed .header_l img {
	display: block;
}
#m_logo {
	font-size: 22px;
}
.ibox_p {
	width: 100%;
}
#submain img {
	top: -250px;
}
#content img, #content iframe {
	max-width: 100%;
	height: auto;
}


#content {
	padding-top: 10px;
	width: auto;
}
#pan {
	width: auto;
	margin: 10px;
}
#content .sec {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.mobile_only {
	/* モバイルにだけ表示させたいものに使用する */
    display: block;
}
.pc_only {
	/* pcにだけ表示させたいものに使用する */
    display: none;
}
/* ヘッダー */
  #pc_button {
	display: none;
}
.wrapper_head, #header_main {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 1000;
	background: none;
	margin-top: 0;
	height: 50px;
	background-color: #fff;
	box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
}
#header_main .header_l {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
header h1, p.logo_note {
	font-size: 12px;
	margin-top: 0;
	line-height: 1.2;
}
#header_main .header_l img {
	margin: 5px 10px 0 0;
	width: auto;
	height: 38px;
}
header nav {
	display: none;
}
#mobile_button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	height: 50px;
	width: 50px;
	padding: 2px 10px 0 12px;
}
#mobile_button .menutxt {
	/* font-size: 10px; */
    text-decoration: none;
	position: relative;
	border: none;
	display: block;
	color: #f25902;
}
#mobile_button .menutxt svg {
	width: 28px;
	height: auto;
}
#mobile_button .menutxt svg path {
	fill: #f25902!important;
}
.lineswrap {
	height: 20px;
}
#mobile_button .lines {
	background: #f25902;
	display: inline-block;
	width: 28px;
	height: 3px;
	position: relative;
	transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#mobile_button .lines::after, #mobile_button .lines::before {
	background: #f25902;
	position: absolute;
	display: inline-block;
	width: 28px;
	height: 3px;
	content: '';
	transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#mobile_button .lines::before {
	top: 8px;
	right: 0;
}
#mobile_button .lines::after {
	top: -8px;
	right: 0;
}
#mobile_button a.xclose {
	display: block;
	position: relative;
	height: auto;
	padding: 10px 0;
	margin-top: 6px;
	z-index: 1020;
	cursor: pointer;
}
#mobile_button .xclose .menutxt {
	display: none;
}
#mobile_button .xclose .lines {
	background: 0 0;
}
#mobile_button .xclose .lines::before {
	top: -4px;
	right: 0;
	transform: rotate3d(0, 0, 1, 45deg);
	-o-transform: rotate3d(0, 0, 1, 45deg);
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#mobile_button .xclose .lines::after {
	top: -4px;
	right: 0;
	transform: rotate3d(0, 0, 1, -45deg);
	-o-transform: rotate3d(0, 0, 1, -45deg);
	-ms-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
a#sidr-menu-button {
	display: block;
	height: auto;
	text-decoration: none;
	padding: 5px 0 0;
}
#mobile_main {
	display: inline-block;
}
#mobile_main img {
	max-width: 100%;
}
/*add*/

  .mobile_menu {
	top: 50px;
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
}
.mobile_menu ul {
	margin-bottom: 0;
}
.mobile_menu ul li {
	border-bottom: 1px dotted #6e4e42;
}
.mobile_menu ul li:last-child {
	border: none;
}
.mobile_menu ul li a {
	text-decoration: none;
	display: block;
}
.mobile_menu ul li a {
	padding: 15px 20px;
}
.mobile_menu .sub-menu {
	background: #fff2f2;
}
.mobile_menu .sub-menu li {
	border-bottom: 1px solid #fbdedc;
}
.mobile_menu .sub-menu li:last-child {
	border: none;
}
.mobile_menu .sub-menu li a {
	padding: 15px 10px 15px 30px;
	font-size: 95%;
}
/* ハンバーガーボタン */

  #panel-btn {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	/*  margin: 20px 0 10px; */
    background: #fff;
}
#panel-btn:hover {
	background: #fafafa;
}
#panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 4px;
	margin: -2px 0 0 -15px;
	background: #666;
	transition: 0.2s;
}
#panel-btn-icon::before, #panel-btn-icon::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 4px;
	background: #666;
	transition: 0.3s;
}
#panel-btn-icon::before {
	margin-top: -10px;
}
#panel-btn-icon::after {
	margin-top: 6px;
}
#panel-btn .close {
	background: transparent;
}
#panel-btn .close::before, #panel-btn .close::after {
	margin-top: 0;
}
#panel-btn .close::before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#panel-btn .close::after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
/* モバイル用のメニュー */

  #panel {
	display: none;
	top: 50px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 40px;
	width: 100%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 5;
}
#panel li a {
	text-decoration: none;
	font-size: 87%;
	line-height: 1.3;
	padding: 10px 15px;
	border-radius: 5px;
	color: white;
	width: 220px;
	display: block;
	margin: 0 auto 12px;
	font-weight: bold;
}
#panel .menu_list1 li a {
	/* 固定ページのリスト部分 */
    background-color: #393871;
}
#panel .menu_list2 li a {
	/* 投稿カテゴリのリスト部分 */
    background-color: #ccc;
	color: #333;
}
/* メイン画像　下層画像 */
  #imagebox img {
	max-width: 100%;
}
#imagebox {
	margin: 0;
	text-align: center;
	height: auto;
}
#imagebox3 img {
	max-width: 80%;
	height: auto;
}
#imagebox3 {
	margin: 0;
	padding-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.imagebox_p {
	width: 60%;
	padding: 50px 0 0 0;
	height: 50%;
}
#base #bg #imagebox3 h1 {
	font-size: 40px;
	margin-bottom: 30px;
	line-height: 20px;
	color: #566278;
}
#base #bg #imagebox3 h1 .fs {
	font-size: 25px;
}
.imagebox_p span.c_2 {
	font-size: 20px;
}
.imagebox_p span.c_3 {
	font-size: 18px;
}
#imagebox2 {
	padding: 15px 10px 10px 10px;
	font-size: 125%;
	background-size: cover;
	height: auto;
	background-position: 50% 50%;
	line-height: 1.3;
}
/* 見出し */

  #content #main h2.singletitle, #content #main h2.title, #content #main h2, #content #main h3, #content #main h4 {
	height: 100%;
	line-height: 1.2;
}
#content #main h2 {
	line-height: 1.5;
	margin-top: 30px;
}
/* サイド */

  #mobile_side {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.side_area img {
	display: block;
	margin: 0 auto;
}
#mobile_side .side_area h3 {
	width: 100%;
}
/* テーブル */

  .tablestyle {
	border-collapse: collapse;
	width: 100% !important;
	border-top: 1px solid #dadada;
}
.tablestyle td {
	display: block;
	width: 100%;
	border-top: 0;
}
/* 固定ページ */

  .alignright, .alignleft, .alignnone {
	float: none;
	display: block;
	margin: 10px auto;
}
.alignright.pc_only, .alignleft.pc_only, .alignnone.pc_only {
	/* caption分岐の際、余白防止 */
    display: none;
}
/* コンタクトフォーム */

  textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
}
.wpcf7-text {
	width: 90%;
}
.k-year .wpcf7-form-control {
	/* 年号のテキスト */
    width: 5rem;
}
.wpcf7 td {
	/* フォームの行を縦に並べる */
    display: block;
	width: 100%;
	font-weight: bold;
}
.wpcf7 .tdstyle {
	/* フォームの項目を左寄せ */
    text-align: left;
}
/* 電話番号タップ */

  #mobile_tel {
	display: block;
	position: fixed;
	z-index: 1;
	bottom: 0;
	width: 100%;
	padding: 10px 0 5px 0;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center;
}
.mobile_tel_inner {
	width: 80%;
	margin: 0 auto;
	border-radius: 5px;
	padding: 2px;
	background: #fff;
}
.tel_name {
	padding: 5px 0;
	font-weight: bold;
	color: #333;
}
.tel_btn {
	display: block;
	border-radius: 5px;
	font-size: 150%;
	font-weight: bold;
	padding-top: 5px;
	background: #1e5799;
	background: -moz-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #46a1e2));
	background: -webkit-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
	background: -o-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
	background: -ms-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
	background: linear-gradient(to bottom, #1e5799 0%, #46a1e2 100%);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#1e5799', endColorstr='#46a1e2', GradientType=0);
}
.tel_btn a {
	color: #fff;
	text-decoration: none;
}
/* フッター */
  .footer_nav {
	width: 100%;
}
.footer_btm_wrap {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 0 30px;
}
.footer_btm_left {
	width: 100%;
	margin: 0 0 20px;
}
p.cinfo, p.urls {
	text-align: center;
}
.footer_btm_right {
	margin: 0;
}
/* fix_footer */
  #fix_footer {
	display: block;
	width: 100%;
	padding: 10px;
	background: #fffa;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	transform: translateY(100%);
	transition: 0.3s;
}
#fix_footer.fixed {
	position: fixed;
	bottom: 0;
	transform: translateY(0);
	transition: 0.3s;
	z-index: 100;
}
#fix_footer.fadeout {
	transform: translateY(100%);
}
#fix_footer ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	margin: 0;
}
#fix_footer ul li {
	width: 32%;
	border-radius: 6px;
}
/*
  #fix_footer ul li a {
    height: 40px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }
  */

  #fix_footer a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 10px;
	text-decoration: none;
	text-align: center;
}
#fix_footer img {
	display: inline-block;
	margin: 0 5px 0 0;
}
.fix_tel a img {
	width: 16px;
	box-sizing: border-box;
	border-radius: 4px;
}
.fix_mailbtn {
	background: #c88f00;
}
.fix_mailbtn a {
	color: #fff;
}
.fix_tel {
	background: #f25902;
}
.fix_tel a {
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
}
.fix_line {
	background: #06c755;
}
.fix_line a {
	color: #fff;
}
.fix_line a img {
	width: 22px;
}
a.backToTop {
	right: 7px;
	bottom: 140px;
}
/* ------------------------------------------------------
オプション用スタイル　目次

(1)スライダー
-------------------------------------------------------- */
  .simplegallery {
	margin: 0 auto;
	width: 100%;
	margin-bottom: 30px;
	padding-top: 10px;
}
/* ------------------------------------------------------
(1)スライダー
-------------------------------------------------------- */

  /* メイン画像マージン */
  .bx-wrapper {
	margin: 0 auto 0;
}
/* メイン画像に内余白をつける */
  .bx-wrapper .bx-viewport {
	padding: 0;
}
/* サムネイル */
  #bx-pager {
	background-color: #fff;
	/* サムネイル枠背景色 */
    background-image: url(img/bg_sliderthum.png);
	/* サムネイル枠背景画像 */

    /* ▲どちらか一方を残しもう一方は削除▲ */

    padding: 12px 90px;
	margin-bottom: 20px;
}
#bx-pager a.last {
	margin-right: 0;
}
/* サムネイル通常時 */
  #bx-pager a img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#bx-pager a {
	display: block;
	float: left;
	margin-right: 21px;
	border: 1px solid #e1e1e3;
}
/* メインで表示されている画像に対応するサムネイル */
  #bx-pager a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#bx-pager a.active {
	border: 1px solid #f00;
}
/* ページ読み込み時に一瞬main2,main3がちらつくのを防ぐ */
  .img2 {
	display: none;
}
.img2.show {
	display: block;
}
.header_tel {
	display: none;
}
#pagetop {
	display: none;
}
#header.fixed {
	width: 100%;
	height: 50px;
}
a.link, a.link2 {
	width: 40%;
}
.cd0, .cd1, .cd2, .cd3 {
	padding: 20px 0 20px;
}
/* ページ内スライド制御 */
  .sliderbox {
	float: none;
	width: 100%;
	margin-left: 0;
}
/* clearfixと組み合わせて使用 */
  .six_four_r, .six_four_l, .seven_three_r, .seven_three_l {
	width: 80%;
	float: none;
	margin: 0 auto;
}
#ibox {
	height: 56vw;
}
.ibox_p h1 {
	bottom: 0;
	left: 1vw;
}
.ibox_p h1 img {
	width: 54vw;
}
#content #main section {
	padding: 100px 10px;
}
.Inner {
	width: 100%;
}
section.top01 .Inner:after {
	background-size: cover;
	height: 170px !important;
	bottom: -100px;
	left: 0;
	width: 166px;
}
.contact_wrap div {
	width: 32%;
}
.contact_wrap a {
	width: auto;
	display: block;
	text-align: center;
	padding: 8px 0 0;
}
.top06_cont {
	justify-content: center;
}
.top06_cont_txt {
	width: 100%;
}
.h3_top06 {
	height: auto !important;
}
.top06_cont_img {
	margin: 0 0 30px;
}
.top07_wrap_step {
	width: 15%;
	max-width: 100px;
}
.top07_wrap_txt {
	width: 85%;
}
.h3_top07 {
	height: auto !important;
}
section.top07 .contact_wrap a {
	width: auto;
	display: block;
	text-align: center;
	padding-top: 8px;
}
.contact_wrap a img {
	display: table;
	margin: 0 auto;
	height: 16px !important;
}
.top10_box_img {
	height: 17vw;
}
.contact_mail a img {
	height: 13px !important;
	margin-bottom: 4px;
}
.eyecatch_box .wrap {
	width: 100%;
	padding: 0;
}
.eyecatch_box .txt_wrap {
	padding: 0;
}
.eyecatch_box img {
	margin: 0 auto 20px;
}
.three_box .box_inner {
	flex-wrap: wrap;
}
.three_box .box_inner img {
	width: 100%;
	margin: 0 0 10px;
}
.service_top {
	padding: 10px 10px 0 !important;
}
.const_flow_arr {
	margin: 0 3%;
}
.compatible_list {
	justify-content: space-around;
	width: 80%;
	margin: 0 auto;
}
.compatible_list li {
	margin: 0 0 10px;
}
.footer_btm_right {
  margin: 0;
  width: 95%;
}
.f_btn div.footer_line {
  margin: 0 0 0 0px;
}
.f_btn div.footer_tel {
  margin: 0 0 0 0px;
}
.f_btn div.footer_mail {
  margin: 0 0 0 0px;
}
.f_btn div {
  width: 32%;
}
.f_btn div.footer_line img {
  height: 19px;
  position: relative;
  top: -3px;
  margin: 0px auto 3px auto;
}
.f_btn div.footer_tel img {
  height: 20px;
        position: relative;
        top: -2px;
        margin-bottom: 2px;
}
.f_btn div.footer_mail img {
  height: 15px;
  margin: 0px auto 7px auto;
}
#ibox {
	background-image: url(img/bg_main_sp.webp);
}
}

/* end */

/******************************
★ Media Queries スマフォ表示の設定(599px以下で読み込むcss)
******************************************************************************************************************************/
@media screen and (max-width: 599px) {

#content #main {
	font-size: 0.875rem;/* 14px; */
}
#content #main h1.singletitle, #content #main h1 {
	font-size: 1.875rem;
	/* 30px; */
    padding-top: 70px;
}
#content #main h2 {
	font-size: 1.375rem;/* 22px; */
	margin-bottom: 20px;
}
#content #main h3 {
	font-size: 1.125rem;/* 18px; */
	margin-top: 20px;
	padding-left: 10px;
}
#content #main h4 {
	font-size: 1rem;
	margin-top: 20px;
	padding-left: 15px;
}
#ibox {
	height: 70vw;
	background-position: right -15vw center;
}
#ibox img.main_img {
	display: none;
}
#ibox img.main_sp_img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}
.ibox_p h1 {
	bottom: unset;
	top: 130px;
}
.ibox_p h1 img {
	width: 65vw;
}
.ibox_p h1 img {
	width: 54vw;
	margin: 0 0 0 0;
	position: relative;
	top: -110px;
}
/* キャッチを画像にする場合 */
  .ibox_p img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 80%;
	display: block;
	margin: auto;
}
#submain {
	height: 100px;
}
#submain img {
	top: -150px;
}
#submain h1 {
	font-size: 20px;
	letter-spacing: 1px;
}
.three_box p {
	font-size: 14px;
}
/* フッター */

  .footer_btm_left {
	margin: 0 0 30px;
}
.f_btn {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	/*flex-direction: column;*/
	flex-direction: unset;
}
.f_btn div {
	margin: 0 0 10px;
	width: 32%;
}
.f_btn .tel {
	padding: 0 0 20px;
}
.f_btn a {
	font-size: 12px;
	/*width: 260px;*/
}
.f_btn a img {
	vertical-align: middle;
	margin: 0px auto;
	display: block;
}
.footer_tel a {
	font-size: 14px;
}
#fix_footer a {
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 5px;
	position: relative;
	height: 55px;
}
#fix_footer img {
	display: block;
	margin: 0 auto;
}
#fix_footer .fix_mailbtn img {
	margin: 0 auto 5px;
}
#fix_footer a img {
	position: absolute;
	top: 10px;
}
#fix_footer a span {
	position: absolute;
	bottom: 8px;
	line-height: 1;
}
.fix_tel a img {
	width: 14px;
	box-sizing: border-box;
	border-radius: 4px;
}
.fix_tel a {
	font-size: 13px;
}
.fix_mailbtn a {
	font-size: 12px;
}
.fix_line a {
	font-size: 12px;
}
.logo_footer {
	justify-content: center;
}
#imagebox3 {
	clear: both;
	z-index: 2;
	text-align: center;
	height: 200px;
	background-color: #f6f7fa;
	padding-top: 20px;
	margin-bottom: 0;
	/* background-position: bottom center; */
    background-position: center;
	/* background-image: url("img/dot_black.png"),url("img/main_bg2.jpg"); */
    background-image: url("img/main_bg2.jpg");
	position: relative;
}
.imagebox_p {
	width: 95%;
	height: 60%;
	padding-top: 20px;
}
#base #bg #imagebox3 h1 {
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 12px;
}
#base #bg #imagebox3 h1 .fs {
	font-size: 16px;
}
.imagebox_p span.c_2 {
	font-size: 13px;
	letter-spacing: -0.5px;
}
.imagebox_p span.c_3 {
	font-size: 18px;
}
.imagebox_p p {
	line-height: 1.3;
	font-size: 14px;
	margin-bottom: 0;
}
.imagebox_p span.c_2 {
	font-size: 15px;
	line-height: 1.3;
}
.imagebox_p span.c_3 {
	font-size: 15px;
	line-height: 1.3;
}
.rightbox, .leftbox {
	float: none;
}
.two_box, .three_box, .four_box {
	width: 100%;
	float: none;
	margin: 0 auto;
}
a.link, a.link2 {
	width: 90%;
}
.eyecatch_box {
	display: block;
}
.eyecatch_box .ttl_wrap {
	width: 100%;
}
.eyecatch_box .ttl_wrap, .eyecatch_box .txt_wrap {
	display: block;
}
.two_box {
	margin: 0 0 15px 0;
}
.three_box, .three_box:nth-child(3n-1), .four_box {
	margin: 0 0 15px 0;
}
/* フォームの調整 599px以下 */
  .field_wrap {
}
.field_name {
	display: block;
	width: auto;
	border: none;
	padding: 0;
	margin-bottom: 10px;
	font-size: 1.1em;
}
.field {
	display: block;
	width: auto;
	border-bottom: 1px solid #ddd;
	padding: 0 0 30px;
}
input.wpcf7-form-control, textarea.wpcf7-form-control, select.wpcf7-form-control, .wpcf7-list-item-label {
	font-size: 1.2em;
}
div.sbtn_1 input[type="submit"], div.sbtn_2 input[type="submit"], div.sbtn_3 input[type="submit"], div.sbtn_4 input[type="submit"], div.sbtn_5 input[type="submit"] {
	font-size: 1.2em;
}
.sbtn_1.action img, .sbtn_2.action img, .sbtn_3.action img, .sbtn_4.action img, .sbtn_5.action img {
	top: 1.4em;
}
/* archives.php 599px以下 */
  #content #main div.post_wrap::after {
	content: none;
}
.post_box {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #ccc;
}
a.backToTop {
	right: 7px;
	bottom: 146px;
}
.grecaptcha-badge {
	bottom: 72px !important;
	z-index: 100;
	right: -186px !important;
}
#content #main section {
	padding: 30px 10px;
}
.home section h2 {
	margin: 0 0 20px !important;
}
section.top01 {
	padding-bottom: 60px !important;
	background-size: contain;
}
.top01_cont {
	padding: 20px;
}
section.top01 .Inner:after {
	height: 106px !important;
	bottom: -60px;
	width: 102px;
}
section.top02 {
	padding-bottom: 38vw !important;
}
.top02_box {
	height: auto;
	background-size: 60%;
	margin: 0 0 36vw;
}
.top02_box_txt {
	width: 94%;
	padding: 10px 20px 0;
	top: 28vw;
}
.h3_top04 {
	font-size: 1.125rem !important;
}
section.top03 {
	background-size: contain;
}
.top03_box {
	width: 100%;
	margin: 0 0 20px;
}
.top03_box:last-child {
	margin: 0;
}
.top03_box_txt {
	padding:10px 20px 20px;
}
.top03_btn {
	margin:20px 0 0;
}
.top04_inner {
	padding: 20px 20px 10px;
	justify-content: space-around;
}
.top04_wrap {
	margin: 0 0 20px;
}
.top04_box {
	width: 48%;
	margin: 0 0 10px;
}
.h4_top04 {
	padding: 10px !important;
	font-size: 14px !important;
}
.top04_btn {
	margin: 0 0 10px;
}
.contact_wrap {
	justify-content: center;
}
.contact_wrap div {
	width: 260px;
	margin: 0 0 10px;
}
.contact_wrap a {
	padding: 0;
	display: flex;
	font-size: 16px;
}
.contact_tel a {
	font-size: 20px !important;
}
.contact_wrap a img {
	display: inline-block;
	margin: 0 10px 0 0 !important;
	vertical-align: middle;
}
.contact_mail a img {
	height: auto !important;
}
.contact_txtsub {
	font-size: 14px;
	text-align: center;
	margin: 0 !important;
}
.top06_cont_img {
	width: 200px;
}
h3_top06 {
	font-size: 1.125rem !important;
}
.top06_cont_txt .faq .question {
	font-size: 1.125rem !important;
}
.top06_cont_txt .faq .answer {
	font-size: 14px;
}
.top07_wrap_step_circle {
	width: 50px;
	height: 50px;
	padding: 10px 0 0;
}
.step {
	font-size: 12px;
}
.step_nmb {
	font-size: 16px;
}
.top07_wrap_step:before {
	top: 50px;
}
.top07_wrap_txt {
	padding: 20px 20px 0px;
}
.h3_top07 {
	font-size: 1.125rem !important;
}
section.top07 .contact_wrap a {
	display: flex;
	padding-top: 0;
}
section.top07 .contact_wrap a img {
	height: auto !important;
}
section.top07 .contact_tel a {
	font-size: 20px;
}
.top08_cont {
	padding: 10px 20px;
}
.top08_cont ul li {
	padding: 10px;
}
.top08_cont .datetxt {
	width: 100%;
}
.top08_cont ul {
	margin: 0;
}
.top08_btn {
	margin: 20px 0 0;
}
section.top09 .faq {
	margin: 0 0 20px;
}
section.top09 .faq .question {
	font-size: 14px !important;
}
section.top09 .faq .faq-toggle {
	padding: 15px 80px 15px 20px;
}
section.top09 .faq .faq-toggle:before {
	font-size: 24px;
	line-height: 1;
}
section.top09 .faq .answer {
	padding: 10px 20px 0;
}
section.top09 .faq .answer:before {
	font-size: 24px;
}
section.top09 .faq .faq-toggle:after {
	top: 50%;
	transform: translate(0, -50%);
}
.top10_box {
	width: 100%;
	margin: 0 0 20px;
}
.top10_box:last-child {
	margin: 0;
}
.top10_box_img {
	height: 55vw;
}
.top10_box_txt {
	padding: 10px 20px 0;
}
.top10_btn {
	margin: 20px 0 0;
}
a.btn-round1 {
	padding: 13px 40px;
}
#main div.eyecatch_box {
	padding: 20px 20px 00px;
}
.eyecatch_box img {
	width: auto;
}
.two_box .ttl {
	padding: 10px 15px;
	font-size: 1rem;
}
.three_box .ttl {
	padding: 10px 15px;
	font-size: 1rem;
}
.four_box .ttl {
	padding: 10px 15px;
	font-size: 1rem;
}
.four_box .ttl_wrap {
	padding: 0;
}
.field_wrap {
	margin-bottom: 10px;
}
.field_name {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.field_name p {
	margin: 0 !important;
}
.field {
	padding-bottom: 0;
}
.service_top .ttl {
	margin:0 0 10px 0 !important;
}
.service_top_txt {
	width: 90%;
	margin: 0 auto;
}
.service_top_txt_list {
	width: 100%;
}
.service_anchor li a {
	height: 60px;
	padding-top: 10px;
}
.service_detail figure {
	width: 100%;
}
.service_detail .flex_wrap_txt {
	width: 100%;
}
.service_detail .flex_wrap_txt p.ar {
	text-align: center;
	margin-bottom: 0 !important;
}
.guide .flex_box {
	width: 48%;
	margin: 0 0 10px;
}
.g2clm .flex_box:first-child {
	margin-right: 4%;
}
.const_flow_box {
	-ms-writing-mode: unset;
	writing-mode: unset;
	padding: 10px 15px;
	width: 100%;
}
.const_flow_arr {
	margin: 10px 0;
	width: 20px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.service_nayami .three_box ul {
	margin: 10px 0 10px 15px;
}
.compatible_list {
	width: 100%;
	margin: 0;
	justify-content: space-around;
}
.compatible_list li {
	width: 150px;
	height: 150px;
	margin: 0 0 15px;
}
.compatible_list li figure {
	width: 80px;
}
.service_nayami .three_box ul li {
	background-size: 18px;
	padding-left: 24px;
}

.model_case_before, .model_case_after {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.triangle_box{
	width: 100%;
	text-align: center;
	    margin-top: 0;
}

.triangle1 {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #f25902;
  margin: 0 auto;
}

.works-be-af li:nth-of-type(1) {
  width: 100%;
   margin: 0;
}

.works-be-af li:nth-of-type(2) {
  width: 100%;
  margin: 5em 0 0 0;
}

.case_gallery{
	flex-wrap: wrap;
}

.case_gallery a{
	display: block;
	width: calc((100% - 40px) / 5);
	margin-right: 10px;
	margin-bottom: 10px;
	        line-height: 0;
}

.case_gallery a:nth-child(5n){
	margin-right: 0;
}
}

/* end */
