@charset "utf-8";
/*
Theme Name: ラプラステーマ
Theme URI: https://laplace2023.com/
Description: 株式会社ラプラス公式サイト構築のためのテーマ
Author: Web Design CROSSROAD
Author URI: http://www.wdcro.com/
*/

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, center, dl, dt, dd, dl, 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-style:normal; font-weight: normal; font-size: 100%; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html{ overflow-y: scroll; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
input, textarea { margin: 0; padding: 0; }
ol, ul{ list-style:none; }
table{ border-collapse: collapse; border-spacing:0; }
caption, th{ text-align: left; }
a:focus {outline:none; }
.clearfix::after {content: ""; display: block; clear: both; }
.clear { clear: both; }
/*--------↑↑↑↑↑-resrt↑↑↑↑↑--------------*/
body {
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	margin: 0px auto;
	text-align: center;
}
a {
	color: #0BA2BC;
}
a:hover {
	color: #D43214;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.wp-block-image {
	margin-bottom: 50px;
}
figcaption {
	font-size: 0.8rem;
	color: #5F5F5F;
	text-align: center;
	line-height: 1.2rem;
}
a , a img {
	transition: 0.2s ease-in-out;
}
iframe {
	max-width: 100%;
}
.nowrap {
	white-space: nowrap;
}
.wp-block-embed-youtube iframe {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-header*/
header {
	width: 100%;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-header*/
nav#topMenu {
	width: 100%;
	height: 80px;
	position: relative;
	background: rgba(28,31,38,0.90);
	z-index: 9999;
}
#topMenu.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.drawer{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 80px;
	padding: 0 1em;
}
#logo {
	
}
#logo a {
	text-decoration: none;
	font-size: 1.8rem;
	color: #FFFFFF;
	white-space: nowrap;
	font-weight: bold;
	padding: 0 20px;
}
#logo span {
	font-size: 0.8rem;
	color: #BFB6A4;
	white-space: nowrap;
}
/*@media screen and (max-width: 1100px) and (min-width: 800px) {
	#logo {
		width: 300px
	}
}*/
.navbar_toggle{
	z-index: 9999;
}
.navbar_toggle_icon {
	position: relative;
	display: block;
	height: 2px;
	width: 30px;
	background: #FFFFFF;
	-webkit-transition: ease .5s;
	transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
	top: 0;
}
.navbar_toggle_icon:nth-child(2) {
	margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
	top: 0;
}
.menuList.open {
	-webkit-transform:translateX(0);
	transform:translateX(0);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
	top: -10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menuList {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition:ease .5s;
	transition:ease .5s;
	z-index: 1000;
}
.menuList ul li{
	border-top: 1px solid #FFFFFF;
}
.menuList ul li a {
	padding: 2em;
	display: block;
	color: #FFFFFF;
	background: rgba(28,31,38,0.90);
	text-decoration: none;
	font-size: 0.9rem;
}
.menuList ul li a:hover {
	background: #BF9E75;
}
.menuList ul li.current a {
	background: #6F7073;
}
@media screen and (min-width: 1000px) {
	nav#topMenu {
		display: flex;
		flex-direction: row;
	}
	.navbar_toggle{
		display: none;
	}
	.menuList {
		width: 100%;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.menuList ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
	}
	.menuList ul li{
		border-top: none;
		padding: 0;
	}
	.menuList ul li a {
		padding: 30px 1em 0 1em;
		display: table-cell;
		height: 80px;
		background: rgba(0,156,221,0.00);
		/*vertical-align: middle;*/
		color: #FFFFFF;
		box-sizing: border-box;
	}
	.menuList ul li a:hover {
		text-decoration: none;
		background: #BF9E75;
	}
	.menuList ul li.current a {
		background: #6F7073;
	}
}
/*	@media screen and (max-width: 1100px) and (min-width: 831px) {
		.menuList ul li a {
			padding: 0 0.4em;
		}
	}
	@media screen and (max-width: 830px) and (min-width: 801px) {
		.menuList ul li a {
			padding: 0 0.1em;
		}
	}
}
@media screen and (max-width: 800px) {
	#logo {
		max-width: 70%;
	}
}*/
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-homeTop*/
#homeTop {
    width: 100vw;
    height: 100vh;
    margin-top: -80px;
    background-position: center center;
    background-size: cover;
    position: relative; /* h1をabsoluteで配置するため */
}

#homeTop h1 {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 2.0rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 1);
    width: 90%;
    max-width: 800px;
}
#homeTop h1 span {
	white-space: nowrap;
}
#homeTop h1 strong {
	font-size: 4rem;
	line-height: 1.2;
	display: inline-block;
	margin: 0 0.2em;
	/*display: block;*/
}
@media only screen and (max-width:800px) {
	#homeTop h1 {
		font-size: 1.6rem;
	}
	#homeTop h1 strong {
		font-size: 2.5rem;
	}
}
.ark-block-buttons {
	margin-top: 50px;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#breadcrumbWrap*/
#breadcrumbWrap {
	width: 100%;
	clear: both;
	padding: 10px 0;
	background: rgba(255,255,255,0.59);
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#breadcrumbs*/
.breadcrumbs {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 3px 0;
	font-size: 0.8rem;
	color: #454545;
}
@media only screen and (max-width:1000px) {
.breadcrumbs {
	width: 96%;
	padding: 3px 2%;
}
}
.breadcrumbs .category {
	background: none;
}
.breadcrumbs .post {
	padding: 0;
}
.breadcrumbs a {
	color: #454545;
}
.breadcrumbs a:hover {
	color: #F76D10;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#wrap*/
#wrap {
	width: 100%;
	line-height: 1.8;
}
.home #wrap {
	margin-top: 100px;
}
.BgBlock {
	width: 100%;
	height: 70vh;
	overflow: hidden;
	position: relative;
}
.BgBlock #homeBg1 , .BgBlock #homeBg2 , .BgBlock #homeBg3 , .BgBlock #homeBg4 , .BgBlock #homeBg5 , .BgBlock #homeBg6 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
	z-index: -1;
} 
.BgBlock #homeBg1::before , .BgBlock #homeBg2::before , .BgBlock #homeBg3::before , .BgBlock #homeBg4::before , .BgBlock #homeBg5::before , .BgBlock #homeBg6::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
} 
.BgBlock #homeBg1::before {
	/*height: 70vh;*/
	background-image: url(image/homeBg1.jpg);
	/*background-size: cover;
	background-attachment: fixed;*/
}
.BgBlock #homeBg2::before {
	/*height: 70vh;*/
	background-image: url(image/homeBg2.jpg);
	/*background-size: cover;
	background-attachment: fixed;*/
}
.BgBlock #homeBg3::before {
	/*height: 70vh;
	background: url(image/homeBg3.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;*/
}
.BgBlock #homeBg4::before {
	/*height: 70vh;
	background: url(image/homeBg4.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;*/
}
.BgBlock #homeBg5::before {
	/*height: 70vh;
	background: url(image/homeBg5.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;*/
}
.BgBlock #homeBg6::before {
	/*height: 70vh;
	background: url(image/homeBg6.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;*/
}
/*@media only screen and (max-width: 1000px) {
#homeBg1 , #homeBg2 , #homeBg3 {
	height: 450px;
	background-size: cover;
	background-attachment: scroll !important;
}
}
@media only screen and (max-width: 620px) {
#homeBg1 , #homeBg2 , #homeBg3 {
	height: 300px;
	background-size: cover;
	background-attachment: scroll !important;
}
}*/
/*body {
	position: relative;
}
body::after {
	content: "";
  width: 100vw;
  height: 100vh;
  background-size: cover;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -9999;
}
.home::after {
	background-image: url(image/homeBg.jpg);
}
.page.greeting::after {
	background-image: url(image/homeBg1.jpg);
}
.page.profile::after {
	background-image: url(image/homeBg2.jpg);
}
.page.policy::after {
	background-image: url(image/homeBg3.jpg);
}
.category::after , .single::after {
	background-image: url(image/homeBg4.jpg);
}
.page.suppoorter::after {
	background-image: url(image/homeBg5.jpg);
}
.page.inquiry::after {
	background-image: url(image/homeBg6.jpg);
}*/
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article*/
article {
	width: 1000px;
	margin: 50px auto;
	text-align: left;
	padding: 1px 0 50px 0;
	background: #FFFFFF;
}
@media only screen and (max-width: 1000px) {
article {
	width: 100%;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#wrap h1*/
#wrap h1 {
	font-size: 2em;
	margin: 60px 3%;
	color: #593305;
	text-align: center;
	font-weight: bold;
}
@media only screen and (max-width:1000px) {
	#wrap h1 {
		margin: 30px 2%;
		font-size: 1.6em;
	}
}
@media only screen and (max-width:620px) {
	#wrap h1 {
		font-size: 1.4em;
	}
}
.home #wrap h1 {
	color: #FFFFFF;
	text-shadow: 3px 3px 3px #000000;
	font-size: 3rem;
	background: rgba(0,0,0,0.38);
	padding: 0.5em;
	margin-bottom: 210px;
}
@media only screen and (max-width:800px) {
	.home #wrap h1 {
		font-size: 2rem;
	}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.post*/
.post {
	padding: 0px 5%;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.post h2*/
h2 {
	font-size: 1.6em;
	margin: 60px auto;
	clear: both;
	color: #FFFFFF;
	background: #593305;
	text-align: center;
	border-top: 4px double #FFFFFF;
	border-bottom: 4px double #FFFFFF;
}
@media only screen and (max-width:620px) {
h2 {
	font-size: 1.4em;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.post h3*/
.post h3 {
	font-size: 1.4em;
	margin: 20px 0;
	padding: 5px 0;
	color: #6F7073;
	border-bottom: 1px dotted #6F7073;
	font-weight: bold;
}
@media only screen and (max-width:620px) {
.post h3 {
	font-size: 1.2em;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.post h4*/
.post h4 {
	font-size: 1.2em;
	margin: 30px 0 0 0;
	color: #1C1F26;
	text-decoration: underline;
	font-weight: bold;
}
@media only screen and (max-width:620px) {
.post h4 {
	font-size: 1.1em;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.post p*/
.post p {
	margin: 30px auto;	
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
.post .ark-block-notice p {
	margin: 20px auto;
}
.post .ark-block-notice p:last-of-type {
	margin-bottom: 0;
}
.ark-block-notice__title {
	font-weight: bold;
}
.postInfo {
	display: flex;
	width: 100%;
	margin-bottom: 15px;
}
.single .postInfo {
	margin-bottom: 30px;
}
.postDate {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	color: #BF9E75;
	width: 50%;
}
.wp-block-group p:first-of-type {
	margin-top: 0;	
}
@media only screen and (max-width:620px) {
.postDate {
	font-size: 1.1em;
}
}
.postCategory {
	font-size: 0.9rem;
	width: 50%;
}
.postCategory span a {
	background: #BF9E75;
	padding: 5px 10px;
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 5px;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post ul*/
article .post ul {
	margin: 0 0 30px 0;
}
article .post ul li {
	list-style-type: square;
	margin: 0.5em 0 0.5em 2em;
}
@media only screen and (max-width:700px) {
	article .post ul {
		margin: 0 0 10px 0;
	}
}
/*article .post ul.productsList {
	text-align: center;
	margin-bottom: 50px;
}
article .post ul.productsList li {
	display: inline;
	list-style-type: none;
	margin-left: 0;
}
article .post ul.productsList li a {
	display: inline-block;
	width: 22%;
	padding: 7px 1%;
	margin: 0 1%;
	box-sizing: border-box;
	text-decoration: none;
	background: #D33333;
	color: #FFFFFF;
}
article .post ul.productsList li a:hover {
	background: #F57A42;
}
@media only screen and (max-width:800px) {
	article .post ul.productsList li a {
		width: 45%;
		margin-bottom: 15px;
	}
}*/
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post ol*/
article .post ol {
	margin: 0 0 30px 0;
}
article .post ol li {
	list-style-type: decimal;
	margin: 0.5em 0 0.5em 2em;
}
@media only screen and (max-width:700px) {
	article .post ol {
		margin: 0 0 10px 0;
	}
	article .post ol li {
		margin: 0.5em;
	}
}
article .post dt span {
	font-weight: bold !important;
}
/*.menuWrap div {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.menuBlock {
	width: 48%;
	margin: 0 1%;
}
@media only screen and (max-width:800px) {
	.menuWrap div {
		display: block;
	}
	.menuBlock {
		width: 100%;
		margin: 20px 0;
	}
}
.menuPhotoBlock {
	position: relative;
}
.menuPhotoBlock p.menuName {
	position: absolute;
	margin: 0;
	color: #FFFFFF;
	padding: 15px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4em;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.50);
}
.menuPhotoBlock p.menuPrice {
	position: absolute;
	margin: 0;
	color: #FFFFFF;
	padding: 15px;
	font-size: 1.2rem;
	line-height: 1.4em;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.50);
}
.menuPhotoBlock p.menuPrice em {
	font-size: 2rem;
	font-style: italic;
	margin-right: 0.2em;
}
.post p.menuText {
	margin: 15px 0 40px 0;
}
/*.menu .post .wp-block-group {
	position: relative;
}
.menu .post .wp-block-group p:nth-of-type(1) {
	position: absolute;
	margin: 0;
	color: #FFFFFF;
	padding: 15px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4em;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.50);
}
.menu .post .wp-block-group p:nth-of-type(2) {
	position: absolute;
	margin: 0;
	color: #FFFFFF;
	padding: 15px;
	font-size: 1.2rem;
	line-height: 1.4em;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.50);
}
.menu .post .wp-block-group p:nth-of-type(2) em {
	font-size: 2rem;
	font-style: italic;
	margin-right: 0.2em;
}*/
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.post table*/
/*.post table {
	margin: 0 0 30px 0;
	width: 100%;
}
.post table td {
	padding: 10px 20px;
	border: 1px solid #575757;
}
.post table td:nth-child(1) {
	font-weight: bold;
	background: #EBEBEB;
}*/
/*.xo-month-wrap {
	width: 48%;
	margin: 0 1%;
	float: left;
}
@media only screen and (max-width:800px) {
	.xo-month-wrap {
		width: 100%;
		margin: 0;
		float: none;
	}
}*/
/*month-dayname td:nth-of-type(1) div {
	・＊background: #FFCACB;
}
.month-dayname td:nth-of-type(7) div {
	background: #CAE8FF;
}*/
/*table.xo-month {
	border-color: #333333 !important;
}
table.xo-month .month-dayname td {
	border-color: #333333 !important;
}*/
/*.xo-event-calendar table.xo-month .month-event-space {
	background-color: transparent;
	height: 3em
	}
.xo-event-calendar table a {
	text-decoration: none;
}
.xo-event-calendar table.xo-month .month-event-title {
	background: #0058CF !important;
	margin: 8px 3px;
	padding: 5px;
}
.calendar-caption {
	font-size: 1.6rem;
}

.fc a {
	color: #333333;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.menu .post table*/
/*.menu .post table {
	width: 100%;
}
.menu .post table td {
	border: none;
	border-bottom: 1px dotted #6E6E6E;
}
.menu .post table td:nth-child(2) {
	white-space: nowrap;
}
.menu .post table td:nth-child(2) em {
	font-size: 2rem;
	font-style: italic;
	margin-right: 0.2em;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.shop .post table*/
.post table {
	width: 100%;
}
.post table td {
	padding: 5px 10px;
	border: 1px solid #575757;
}
.post table td:nth-child(1) {
	background: #F1F1F1;
	font-weight: bold;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.inquiry .post table*/
.inquiry .post table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 8px;
	border: none;
}
.inquiry .post table td {
	padding: 10px 20px;
	border: 1px solid #575757;
}
.inquiry .post table td:nth-child(1) {
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
	background: #F1F1F1;
	font-weight: bold;
}
.inquiry .post table textarea , .inquiry .post table input {
	padding: 0.2em;
	font-family : inherit;
}
@media only screen and (max-width:1000px) {
	.inquiry .post table td:nth-child(1) {
		white-space: normal;
		text-align: left;
		border-bottom: none;
	}
}
@media only screen and (max-width:620px) {
	.inquiry .post table td {
		display: block;
		text-align: left;
	}
	.inquiry .post table td textarea {
		width: 100%;
	}
}
.hissu {
	font-size: 0.8em;
	padding: 3px 10px 4px 10px;
	margin: 0 0 0 1em;
	color: #FFF;
	background: #B51E21;
	border-radius: 5px;
	white-space: nowrap;
}

.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 0.8em;
	font-weight: bold;
	color: #C00;
}
.wpcf7 .wpcf7-not-valid {
    background-color: #FDC3C3;
}
.wpcf7-submit {
	font-size: 1.2em;
	min-width: 100%;
	padding: 12px;
	background: #FFDE1F;
	color: #000000;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 10px 20px !important;
    border: none !important; /* Blue */
}
.wpcf7 form.init .wpcf7-response-output {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450; /* Green */
	color: #FFFFFF;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,  
.wpcf7 form.spam .wpcf7-response-output,  
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background: #E50D0D;
	color: #FFFFFF;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.pagination*/
.pagination {
	text-align: center;
	clear:both;
	padding: 20px 0;
	position: relative;
	font-size: 0.9em;;
	background: none;
	margin: 10px 0 20px;
	vertical-align: middle;
}
.pagination span, .pagination a {
	display: inline-block;
	margin: 2px 2px 2px 0;
	padding: 5px 10px ;
	text-decoration: none;
	width: auto;
	color: #FFF;
	background: #444;
}
.pagination a:hover{
	color: #FFF;
	background: #C00;
}
.pagination .current{
	background: #666;
	color: #FFF;
}
article .post .productsColumn {
	border: 1px solid #04518A;
	margin-bottom: 30px;
}
article .post .productsColumn h3 {
	background: #04518A;
	text-align: center;
	font-size: 1rem;
	margin: 0;
	padding: 5px 0;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: none;
}
/*article .post .productsColumn .wp-block-media-text__media{
	padding: 10px;
}
article .post .productsColumn ul {
	margin: 10px 0;
}
article .post .productsColumn ul li {
	list-style-type: square;
	margin: 0;
	font-size: 0.9rem;
}
article .post .productsColumn ul li strong {
	white-space: nowrap;
	color: #000000;
}
article .post .productsColumn ul li em {
	font-style: normal;
	white-space: nowrap;
}
.home .wp-block-columns {
	margin-top: 30px;
}
.homeLinkBn {
	position: relative;
}
.homeLinkBn h3 {
	position: absolute;
	color: #FFFFFF;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}
.homeLinkBn h3 a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 20px;
	background: rgba(187,53,55,0.80);
	font-weight: bold;
}
.homeLinkBn img {
	width: 100%;
}
.homeLinkBn:hover img {
	transition: 0.2s;
	filter: brightness(1.2);
} 
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .catch*/
article .catch {
	margin: 0 3%;
	padding: 20px 0;
	border-bottom: 1px dotted #AEAEAE;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .catch .catch-left*/
article .catch .catch-left {
	float: left;
	width: 30%;
}
@media only screen and (max-width:620px) {
	article .catch .catch-left {
		width: 100%;
	}
	article .catch .catch-left img {
		width: 100%;
	}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .catch .catch-right*/
article .catch .catch-right {
	float: right;
	width: 65%;
}
@media only screen and (max-width:620px) {
article .catch .catch-right {
	width: 100%;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .catch h2 , article .catch h3*/
article .catch h2 , article .catch h3 {
	margin: 0px auto 10px auto;
	padding-top: 0px;
	text-align: left;
	font-size: 1.4rem;
	border: none;
	background: rgba(255,255,255,0.00);
}
@media only screen and (max-width:620px) {
article .catch h2 , article .catch h3 {
	font-size: 1.2rem;
	margin-top: 15px;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .catch p*/
article .catch p {
	margin: 0;
}
article .catch .blog-date {
	padding: 0;
	font-weight: bold;
	margin: 0;
	text-align: right;
}
article .catch p.no-image {
	width: 100%;
}
/*@media only screen and (min-width:621px) and (max-width:1000px) {
article .catch p {
	width: 75%;
}
}*/
@media only screen and (max-width:620px) {
article .catch p {
	width: 100%;
	float: none;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#pageBottomWrap*/
#pageBottomWrap {
	padding: 120px 0 200px 0;
}
#pageBottomSection {
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
	border: 5px solid #DFDFDF;
	background: #FFFFFF;
}
#pageBottomSection h3 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #C53535;
	background: #DFDFDF;
	padding: 5px 10px 7px 10px;
}
#pageBottomSection img {
	margin: 20px auto;
}
#pageBottomSection p {
	font-size: 1.4rem;
	padding: 25px 25px 0 25px;
	font-weight: bold;
	color: #6A6A6A;
	line-height:1.6em;
}
#pageBottomInquiry a img {
	background-color: #009CDD;
}
#pageBottomInquiry a:hover img {
	background-color: #FF9C23;
}
@media only screen and (max-width:800px) {
	#pageBottomSection h3 {
		font-size: 1rem;
	}
	#pageBottomSection p {
		font-size: 1.2rem;
	}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-footer*/
footer {
	width: 100%;
	background-image: url("image/homeBg.jpg");
	padding: 100px 0 150px 0;
	background-size: cover;
	
}
/*.home footer {
	background-image: url("image/footerBg.jpg");
	background-size: cover;
	background-attachment: fixed;
}*/
#footerWrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 3%;
	background: rgba(89,51,5,0.90);
	color: #FFFFFF;
}
@media only screen and (max-width:1060px) {
#footerWrap {
	width: 94%;
}
}
#footerWrap1 {
	width: 30%;
	float: left;
	text-align: left;
}
#footerWrap2 {
	width: 35%;
	margin-left: 2.5%;
	float: left;
	text-align: left;
}
#footerWrap1 ul , #footerWrap2 ul {
	margin-bottom: 30px;
}
#footerWrap1 ul li , #footerWrap2 ul li {
	margin-bottom: 0.5em;
}
#footerWrap1 ul li a ,#footerWrap2 ul li a {
	color: #FFFFFF;
	padding: 7px 0;
	text-decoration: none;
}
#footerWrap1 ul li a:hover , #footerWrap2 ul li a:hover {
	text-decoration: underline;
}
#footerWrap1 nav#navSns {
/*	width: 35%;
	margin-left: 2.5%;
	float: left;
	text-align: left;*/
}
#footerWrap1 nav#navSns ul {
	margin: 30px auto;
}
#footerWrap1 nav#navSns ul li {
	display: inline;
}
#footerWrap1 nav#navSns ul li a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
}
#footerWrap3 {
	width: 30%;
	margin-left: 2.5%;
	float: left;
	text-align: left;
}
#footerWrap1 h3 , #footerWrap2 h3 , #footerWrap3 h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0.7em;
}
#footerWrap3 p {
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 0 0 15px 0;
}
#footerWrap p.credit {
	margin: 30px 0 0 0;
	padding: 50px 15px 15px 15px;
	font-size: 0.8em;
	color: #FFFFFF;
}
#wdcro {
	text-align: right;
}
#wdcro a {
	color: #FFFFFF;
	font-size: 0.8rem;
}
#footerWrap p a {
	color: #FFFFFF;
}
@media only screen and (max-width:800px) {
	#footerWrap1 , #footerWrap2 , #footerWrap3 {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#bottomMenu*/
#bottomMenu {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 99;
	background: rgba(28,31,38,0.90);
}
#bottomMenu nav {
	max-width: 1000px;
	margin: 0 auto;
}
#bottomMenu ul li {
	display: inline;
}
#bottomMenu ul li a {
	box-sizing: border-box;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: inline-block;
	height: 60px;
}
#bottomMenu ul li.bottomMenuTel a {
	background-color: #6F7073;
	background-image: url(image/bottomMenuTel.png);
	border: 1px solid #FFFFFF;
	width: 64%;
	margin: 5px 1%;
}
#bottomMenu ul li.bottomMenuInquiry a {
	background-color: #6F7073;
	background-image: url(image/bottomMenuInquiry.png);
	border: 1px solid #FFFFFF;
	width: 30%;
	margin: 5px 1%;
}

#bottomMenu ul li a:hover {
	background-color: #BF9E75;
}
