/* @override 
	https://www.kisshodo.co.jp/wp-content/themes/theme/style.css?* */

/*!
Theme Name: theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: YuGothic, "Hiragino Kaku Gothic Pro", メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 2px solid #D4BCBC;
	border-radius: 6px;
	padding: 15px;
	width: 100%;
	outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	border: 2px solid #722323;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* @group common */

.button {
	width: 190px;
	height: 50px;
	background-color: #C9C9C4;
	border-radius: 25px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}

.button a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	background-color: #333333;
	border-radius: 25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.button a:hover {
	background-color: #898888;
}

.clear {
  clear: both;
}

.clear-after {
  display: none;
  clear: both;
  height: 0;
}

br.pc {
	display: block;
}

br.sp {
	display: none;
}

a[href^="tel:"]{
    pointer-events: none;
}

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

br.pc {
	display: none;
}

br.sp {
	display: block;
}

a[href^="tel:"]{
    pointer-events: auto;
}
	
}
/* @group wp-block-columnsカスタム */

.wp-block-columns{display:flex;margin-bottom:1.75em;box-sizing:border-box;flex-wrap:wrap!important;align-items:normal!important}
@media (min-width:641px){
.wp-block-columns{flex-wrap:nowrap!important}}
.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}
.wp-block-columns.are-vertically-aligned-center{align-items:center}
.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}
@media (max-width:640px){
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}

/* @end */

/* @end */

/* @group header */

header#masthead.site-header {
	background-image: url(img/header_bg.png);
}

.site-branding {
	height: 110px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.header-left {
	position: relative;
}

h1.site-title {
	margin: 0 30px 0 0;
	width: 280px;
	float: left;
	height: 50px;
}

h1.site-title a {
	height: 50px;
}

p.site-description {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: absolute;
	left: 310px;
}

.header-tel {
	margin-top: 3px;
	float: right;
	width: 221px;
}

.header-tel a:hover {
	opacity: 0.5;
}

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

.site-branding {
	padding-top: 15px;
	padding-bottom: 12px;
	width: 100%;
	height: auto;
	position: relative;
}

h1.site-title {
	margin: 0 auto 15px;
	width: 230px;
	float: none;
	height: 40px;
}

p.site-description {
	font-size: 12px;
	float: none;
	margin: 0 auto 15px;
	text-align: center;
	position: static;
}

.header-tel {
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	text-align: center;
}

}

/* @end */

/* @group footer */

footer.site-footer {
	background-image: url(img/header_bg.png);
	width: 100%;
}

.footer-info {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 20px;
	display: table;
	position: relative;
}

.footer-left {
	position: relative;
	float: left;
}

.footer-right {
	position: relative;
	float: right;
}

.footer-contact-pc {
	float: left;
}

.footer-contact-sp {
	display: none;
}

.footer-mail {
	background: url(img/footer_icon_mail.png) 0 3px no-repeat;
	background-size: 15px;
	padding-left: 22px;
}

.footer-mail a {
	text-decoration: none;
	color: #333333;
}

.footer-mail a:hover {
	text-decoration: underline;
}

.footer-address {
	background: url(img/footer_icon_address.png) 0 3px no-repeat;
	background-size: 15px;
	padding-left: 22px;
}

.footer-tel {
	float: left;
	width: 221px;
}

.header-tel a:hover {
	opacity: 0.5;
}

.footer-tel img:hover {
	opacity: 0.5;
}

.footer-icon {
	width: 150px;
 	float: left;
 	display: flex;
 }

.footer-icon img {
	width: 50px;
	margin-left: 25px;
}

.footer-icon img:hover {
	opacity: 0.5;
}

.footer-menu {
	background-color: #882D2D;
	background: linear-gradient(#882D2D, #5C1D1D);
	clear: both;
}

.footer-menu ul {
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
	width: 1100px;
	display: flex;
	justify-content: space-between;
}

.footer-menu li {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer-menu li a {
	color: white;
	text-decoration: none;
	font-size: 15px;
}

.footer-menu li a::before {
	content: "▶︎";
	font-size: 10px;
	padding-right: 4px;
	position: relative;
	top: -1px;
}

.footer-menu li a:hover {
	color: #BE8D8D;
}

.footer-copyright {
	background-color: #ffffff;
	text-align: center;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-top-btn {
	position: absolute;
	right: 0;
	bottom: 0;
}

/*リンクの形状*/
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  width: 80px;
  height: 80px;
  transition:all 0.3s;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}

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

.footer-info {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
	flex-flow: column;
}

.footer-tel {
	margin-top: 0px;
	float: none;
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
}

.footer-tel img {
	width: 221px;
}

.footer-icon{
	width: 150px;
 	float: none;
	clear: both;
	margin-right: auto;
		margin-left: auto;
	margin-bottom: 15px;
}

.footer-icon img {
	width: 50px;
	margin-left: 13px;
	margin-right: 13px;
}

.footer-contact-pc {
	display: none;
}

.footer-contact-sp {
	display: block;
}

.footer-menu {
	display: none;
}

.footer-copyright {
	background-color: #882D2D;
	background: linear-gradient(#882D2D, #5C1D1D);
	text-align: center;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
}

.footer-top-btn {
	position: absolute;
	right: 0;
	bottom: 60px;
}

}

/* @end */

/* @group mv */

.mvOuter {
	overflow: hidden;
	width: 100%;
	background-color: #ffffff;
	min-width: 1100px;
}

.mv {
	position: relative;
	left: 50%;
	margin-left: -960px;
	z-index: 10;
	display: flex;
}

.mv::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
}

.mv img {
	width: 1920px;
}

.mv-sp {
	display: none;
}

/*@media screen and (max-width: 1000px) {
	header#masthead.site-header {
	width: 1000px;
	}
	
	.mvOuter {
		overflow: hidden;
		width: 1000px;
	}
}*/

@media screen and (min-width: 1920px) {
	.mv img {
		width: 100%;
	}
	
	.mv {
		left: 0%;
		margin-left: 0px;
	}
}

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

.mvOuter {
	width: 100%;
	min-width: auto;
}

.mv {
	display: none;
}

.mv-sp {
	display: flex;
}

}

/* @end */

/* @group page-index */

.index-inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}

.index-message {
	background: url(img/message_bg.png) #f2f2ea;
	margin-bottom: 5px;
}

.columns {
	display: flex;
	justify-content: space-between;
}

.column-2 {
	width: 48.5%;
	position: relative;
}

.column-3 {
	width: 31%;
	position: relative;
}

.index-message h2 {
	margin-top: 0;
	text-align: center;
	font-size: 28px;
}

.index-message p {
	text-align: center;
	font-size: 19px;
	line-height: 34px;
	margin-bottom: 0;
}

img.illust_message_01 {
	width: 92px;
	position: absolute;
	left: 20px;
	top: 50px;
}

img.illust_message_02 {
	width: 132px;
	position: absolute;
	bottom: 50px;
	right: -40px;
}

.index-lighting {
	background: url(img/lighting_bg.png) #E5F6F0;
	margin-bottom: 5px;
}

.index-lighting h2 {
	margin: 0 auto 30px;
	text-align: center;
	font: 44px Times, "Times New Roman", Georgia, serif;
	padding-bottom: 12px;
  border-bottom: solid 5px #7EB2BF;
  position: relative;
	width: 420px;
}

.index-lighting h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #333333;
  bottom: -5px;
  width: 15%;
}

.index-lighting h3 {
	margin-top: 0;
	text-align: center;
	font-size: 23px;
	margin-bottom: 30px;
}

.index-lighting p {
	margin-top: 0;
	line-height: 28px;
}

img.illust_lighting_pc {
	width: 55px;
	position: absolute;
	left: 0px;
	top: 275px;
}

img.illust_lighting_sp {
	display: none;
}

.index-meister {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 30px;
}

.index-meister-icon {
	width: 110px;
}

.index-meister-text {
	width: 860px;
}

.index-meister-text h4 {
	margin-top: 0;
	border-bottom: 2px solid #7EB2BF;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 18px;
}

.index-meister-text p {
	margin-bottom: 0;
}

.index-gardening {
	background: url(img/gardening_bg.png) #ecf2e0;
	margin-bottom: 5px;
}

.index-gardening h2 {
	margin: 0 auto 30px;
	text-align: center;
	font: 44px Times, "Times New Roman", Georgia, serif;
	padding-bottom: 12px;
  border-bottom: solid 5px #A4BF67;
  position: relative;
	width: 420px;
}

.index-gardening h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #333333;
  bottom: -5px;
  width: 15%;
}

.index-gardening h3 {
	margin-top: 0;
	text-align: center;
	font-size: 23px;
	margin-bottom: 30px;
}

.index-gardening p {
	margin-top: 0;
	line-height: 28px;
}

.index-gardening .button {
	position: absolute;
	bottom: 0;
	left: 147px;
}

img.illust_gardening_pc {
	width: 83px;
	position: absolute;
	right: 0;
	bottom: 0;
}

img.illust_gardening_sp {
	display: none;
}

.index-reviews {
	background: #ffffff;
	margin-bottom: 5px;
}

.index-reviews h2,
.index-service h2,
.index-guide h2,
.index-contact h2 {
	margin: 0 auto 24px;
	text-align: center;
	font: 44px Times, "Times New Roman", Georgia, serif;
	padding-bottom: 12px;
  border-bottom: solid 5px #722323;
  position: relative;
	width: 300px;
}

.index-reviews h2:after,
.index-service h2:after,
.index-guide h2:after,
.index-contact h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #333333;
  bottom: -5px;
  width: 15%;
}

.index-reviews h3,
.index-service h3,
.index-guide h3,
.index-contact h3 {
	margin-top: 0;
	text-align: center;
	font-size: 23px;
	margin-bottom: 30px;
}

.index-reviews .columns {
	background-color: #F8F6EF;
	padding: 40px;
	border-radius: 15px;
	margin-bottom: 30px;
}

.index-reviews .column-2 {
	width: 445px;
}

.index-reviews .column-2 img {
	border-radius: 10px;
}

.index-reviews h4 {
	margin-top: 0;
	line-height: 28px;
	font-size: 18px;
	border-left: 8px solid #722323;
	padding-left: 12px;
}

.index-reviews p {
	margin-top: 0;
	line-height: 28px;
	overflow: hidden;
}

img.index-reviews-sub {
	width: 230px;
	float: right;
	clear: both;
	height: 170px;
}

.index-reviews-space {
  float: right;
  height: 4em;
  outline: 0px solid red;
}

.index-reviews-img {
  width: 230px;
  float: right;
  clear: both;
  margin-left: 10px;
}

.index-reviews-img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.index-reviews-box p {
	margin-top: 0;
	line-height: 28px;
	overflow: visible;
}

.index-service {
	background: #FCF5F2;
	margin-bottom: 5px;
}

.index-service .columns {
	margin-bottom: 30px;
}

.index-service .column-3 {
	background-color: #ffffff;
	border-radius: 8px;
	padding: 25px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
	display: flex;
	flex-direction: column;
}

.index-service h4 {
	margin-top: 0;
	font-size: 18px;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	background: url(img/service_line.png) 0 bottom repeat-x;
	background-size: 5px;
	padding-bottom: 15px;
}

.index-service p {
	margin-top: 0;
	line-height: 28px;
	margin-bottom: 20px;
	flex-grow: 1;
}

.index-service img {
	bottom: 0;
	width: 260px;
	height: 170px;
}

.index-guide .index-inner {
	padding-bottom: 0;
}

.index-guide-frame {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 20px;
	display: flex;
	align-items: center;
}

.index-guide-left {
	display: flex;
	align-items: center;
}

.index-guide-frame img {
	float: left;
	width: 35px;
	height: 35px;
}

.index-guide-frame h4 {
	float: left;
	margin: 0 0 0 6px;
	color: #722323;
	font-size: 21px;
	width: 140px;
}

.index-guide-frame p {
	float: left;
	margin: 0 0 0 30px;
	font-size: 18px;
	border-left: 1px solid #722323;
	padding-left: 30px;
}

.index-guide-arrow {
	width: 35px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-bottom: 20px;
}

.index-guide-arrow img {
	float: left;
	width: 35px;
}

.index-contact h3 {
	margin-bottom: 10px;
}

.index-contact p {
	text-align: center;
	margin-top: 0;
	font-weight: bold;
	font-size: 18px;
}

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

.index-inner {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

.columns {
	display: flex;
	justify-content: center;
	flex-flow: column;
}

.column-2 {
	width: 90%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.column-3 {
	width: 90%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.index-message h2 {
	margin-top: 70px;
		margin-right: auto;
		margin-left: auto;
	text-align: center;
	font-size: 20px;
	width: 90%;
}

.index-message p {
	text-align: center;
	font-size: 17px;
	line-height: 34px;
	margin-bottom: 130px;
		margin-right: auto;
		margin-left: auto;
	width: 90%;
	}

img.illust_message_01 {
	width: 92px;
	position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

img.illust_message_02 {
	width: 110px;
	position: absolute;
	left: 50%;
  transform: translate(-50%);
	bottom: 20px;
}

img.illust_lighting_pc {
	display: none;
}

img.illust_lighting_sp {
	display: block;
	width: 55px;
	margin-right: auto;
		margin-left: auto;
	margin-bottom: 15px;
}

.index-lighting h2 {
	font: 32px Times, "Times New Roman", Georgia, serif;
	width: 90%;
	margin-bottom: 25px;
}

.index-lighting h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

.index-meister {
	display: flex;
	justify-content: center;
	flex-flow: column;
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.index-meister-icon {
	width: 100px;
	margin-right: auto;
		margin-left: auto;
	text-align: center;
}

.index-meister-text {
	width: 100%;
}

.index-meister-text h4 {
	margin-top: 10px;
	border-bottom: 2px solid #7EB2BF;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
}

.index-meister-text p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 24px;
}

.index-gardening h2 {
	font: 32px Times, "Times New Roman", Georgia, serif;
	width: 90%;
	margin-bottom: 25px;
}

.index-gardening h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

.index-gardening .button {
	position: static;
}

img.illust_gardening_pc {
	display: none;
}

img.illust_gardening_sp {
	display: block;
	width: 83px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

.index-reviews h2,
.index-service h2,
.index-guide h2,
.index-contact h2 {
	margin: 0 auto 24px;
	text-align: center;
	font: 32px Times, "Times New Roman", Georgia, serif;
	padding-bottom: 12px;
  border-bottom: solid 5px #722323;
  position: relative;
	width: 90%;
}

.index-reviews h2:after,
.index-service h2:after,
.index-guide h2:after,
.index-contact h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #333333;
  bottom: -5px;
  width: 15%;
}

.index-reviews h3,
.index-service h3,
.index-guide h3,
.index-contact h3 {
	font-size: 20px;
	margin-bottom: 20px;
		margin-left: auto;
	width: 90%;
		margin-right: auto;
}

.index-reviews .columns {
	background-color: #ffffff;
	padding: 0;
	border-radius: 15px;
	margin-bottom: 0px;
}

.index-reviews .column-2 {
	width: 90%;
}

.index-reviews-img img {
	display: none;
}

.index-reviews-box p {
	margin-bottom: 0;
}

.index-service .columns {
	margin-bottom: 0px;
}

.index-service .column-3 {
	padding: 25px;
	margin-bottom: 30px;
}

.index-service img {
	width: 100%;
	height: auto;
}

.index-guide-frame {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 20px;
	display: flex;
	align-items: center;
	flex-flow: column;
}

.index-guide-left {
	display: flex;
	align-items: left;
	width: 100%;
}

.index-guide-frame p {
	float: none;
	margin: 10px 0 0;
	font-size: 16px;
	border-top: 1px solid #722323;
	padding-left: 0px;
	clear: left;
	border-left-width: 0;
	padding-top: 20px;
	width: 100%;
}

.index-contact h3 {
	margin-bottom: 10px;
}

.index-contact p {
	font-size: 16px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

}

/* @end */

/* @group page-lighting */

.page-inner {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	padding: 50px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}

.page-lighting {
	background: url(img/lighting_bg.png) #E5F6F0;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
}

.page-lighting h2 {
	margin: 0 auto 25px;
	font: 40px Times, "Times New Roman", Georgia, serif;
	padding-bottom: 12px;
  border-bottom: solid 5px #7EB2BF;
  position: relative;
	letter-spacing: 0.5px;
}

.page-lighting h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #333333;
  bottom: -5px;
  width: 15%;
}

.page-lighting h2 small {
	font: bold 19px YuGothic, "Hiragino Kaku Gothic Pro", メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin-left: 5px;
	letter-spacing: 0;
}

.page-lighting h3 {
	font-size: 18px;
	margin-top: 0;
}

.page-lighting h4 {
	font-size: 20px;
	border-left: 8px solid #7EB2BF;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 7px;
	margin-top: 0;
}

.wp-block-columns {
	margin-bottom: 50px !important;
}

.lighting-meritt .wp-block-column {
	padding: 30px;
	background-color: #F8F6EF;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
}

.lighting-meritt h5 {
	margin-top: 0;
	font-size: 20px;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding-left: 35px;
}

.lighting-meritt .wp-block-column:nth-child(1) h5 {
	background: url(img/lighting_meritt_icon_01.png) 0 1px no-repeat, url(img/lighting_line.png) 0 bottom repeat-x;
	background-size: 25px, 5px;
}

.lighting-meritt .wp-block-column:nth-child(2) h5 {
	background: url(img/lighting_meritt_icon_02.png) 0 1px no-repeat, url(img/lighting_line.png) 0 bottom repeat-x;
	background-size: 25px, 5px;
}

.lighting-meritt .wp-block-column:nth-child(3) h5 {
	background: url(img/lighting_meritt_icon_03.png) 0 1px no-repeat, url(img/lighting_line.png) 0 bottom repeat-x;
	background-size: 25px, 5px;
}

.lighting-meritt P {
	line-height: 29px;
	flex-grow: 1;
	margin-top: 0;
}

.lighting-meritt .wp-block-image {
	margin: 0;
}

.lighting-led h5 {
	margin-top: 0;
	font-size: 20px;
	width: 100%;
	margin-bottom: 20px;
	background: linear-gradient(90deg, #333 0%, #333 45px, #7EB2BF 45px, #7EB2BF 100%);
	position: relative;
	padding-top: 5px;
	padding-bottom: 6px;
	color: #ffffff;
}

.lighting-led h5 span.lighting-led-no {
	font: 24px Times, "Times New Roman", Georgia, serif;
	padding-right: 30px;
	padding-left: 15px;
	font-weight: normal;
	font-style: normal;
}

.lighting-led p {
	line-height: 29px;
	margin-top: 0;
	margin-bottom: 20px;
}

.lighting-led .wp-block-image:nth-child(1) {
	margin: 0 0 35px;
}

.lighting-led .wp-block-image:nth-child(2) {
	margin: 0;
}

.lighting-price {
	margin-bottom: 0 !important;
	padding: 30px;
	background-color: #F8F6EF;
	border-radius: 10px;
}

.lighting-price h4 {
	border-left-width: 0;
	background: url(img/lighting_line2.png) 10px 10px repeat-x;
	background-size: 15px;
	padding: 0;
	font-size: 18px;
	line-height: 31px;
}

.lighting-price-title {
	background: url(img/lighting-price-icon.png) no-repeat #F8F6EF;
	background-size: 25px;
	min-height: 32px;
	padding-left: 38px;
	display: inline-block;
	padding-right: 20px;
}

.lighting-price p {
	margin: 0;
	line-height: 29px;
}

.lighting-price .wp-block-columns {
	margin-bottom: 0 !important;
}

.lighting-price-list {
	background: url(img/lighting-price-illust.png) right bottom no-repeat;
	background-size: 135px;
	min-height: 107px;
}

.lighting-price-list p {
	border-left: 5px solid #7EB2BF;
	padding-left: 10px;
	font-size: 15px;
	line-height: 26px;
}

/* @group slider */

.xo-slider {
	margin-bottom: 40px !important;
}

.swiper-button-next,.swiper-button-prev{
	position:absolute;top:50%;
	width: 36px !important;
	height:var(--swiper-navigation-size);
	margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index:10;cursor:pointer;display:flex;align-items:center;
	justify-content:center;
	color: #ffffff !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;   
    margin-top: -16px;
    z-index: 10;
     
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
 
.swiper-button-prev {
    background: url(img/slider_left.png) no-repeat center center / contain !important;
		background-size: 36px !important;
}
 
.swiper-button-next {
    background: url(img/slider_right.png) no-repeat center center / contain !important;
		background-size: 36px !important;
}
 
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 20px;
    right: auto
}
 
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 20px;
    left: auto
}

.swiper-pagination-bullet {
	background: #ffffff !important;
	opacity: 0.6 !important;
}

.swiper-pagination-bullet-active{
	background: #ffffff !important;
	opacity: 1 !important;
}

/* @end */

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

.page-inner {
	width: 92%;
	padding: 4%;
}

.page-lighting {
	padding-top: 5%;
	padding-bottom: 5%;
}

.page-lighting h2 {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	padding-bottom: 12px;
	font-size: 32px;
	line-height: 32px;
}

.page-lighting h2 small {
	font-size: 16px;
	margin-left: 0;
}

.page-lighting h3 {
	font-size: 16px;
	margin-top: 0;
}

.page-lighting h4 {
	font-size: 18px;
	border-left: 8px solid #7EB2BF;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 7px;
	margin-top: 0;
}

.lighting-meritt h5 {
	font-size: 18px;
}

.lighting-led h5 {
	margin-top: 0;
	font-size: 18px;
	width: 100%;
	margin-bottom: 15px;
	background: linear-gradient(90deg, #333 0%, #333 40px, #7EB2BF 40px, #7EB2BF 100%);
	padding-top: 5px;
	padding-bottom: 5px;
}

.lighting-led h5 span.lighting-led-no {
	font: 22px Times, "Times New Roman", Georgia, serif;
}

.lighting-price h4 {
	border-left-width: 0;
	background: url(img/lighting_line2.png) 10px 10px repeat-x;
	background-size: 15px;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
}

.lighting-price-list {
	background: url(img/lighting-price-illust.png) center bottom no-repeat;
	background-size: 135px;
	height: 220px;
}

}

/* @end */

/* @group page-about */

.page-about {
	background: #F5F4EA;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
}

.page-about h2 {
	margin: 0 auto 25px;
	font: 40px Times, "Times New Roman", Georgia, serif;
	padding-bottom: 12px;
  border-bottom: solid 5px #722323;
  position: relative;
	letter-spacing: 1px;
}

.page-about h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #333333;
  bottom: -5px;
  width: 15%;
}

.page-about h2 small {
	font: bold 19px YuGothic, "Hiragino Kaku Gothic Pro", メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin-left: 5px;
	letter-spacing: 0;
}

.about-message {
	background-image: url(img/about_bg.png);
	padding: 50px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}

.about-message-inner {
	border: 2px solid #5F3F1C;
	padding: 80px 100px;
	position: relative;
}

.about-message-illust-01 {
	width: 112px;
	position: absolute;
	top: -38px;
	left: -28px;
}

.about-message-illust-02 {
	width: 112px;
	position: absolute;
	right: -28px;
	bottom: -39px;
}

.about-message-illust-03 {
	width: 64px;
	position: absolute;
	top: -17px;
	right: 20px;
}

.about-message-illust-04 {
	width: 87px;
	position: absolute;
	bottom: 1px;
	left: 20px;
}

.about-message h3 {
	text-align: center;
	font-size: 22px;
	margin-top: 0;
}

.about-message p {
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 0;
}

.about-message .about-message-border {
	font-size: 17px;
	margin-top: 0;
	line-height: 38px;
  background-image: linear-gradient(180deg, #C5A6A1 1px, transparent 0px); /* 罫線の色と太さ */
  background-size: 100% 38px; /* 行の高さ */
	background-position: 0px 37px;
}

.about-info {
	width: 720px;
	margin-right: auto !important;
	margin-left: auto !important;
}

.about-info h3 {
	text-align: center;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 4px solid #722323;
	padding-bottom: 5px;
	font-size: 20px;
	margin-top: 50px;
}

.about-info h4 {
	text-align: center;
	font-size: 19px;
	line-height: 30px;
}

.about-info ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
.about-info li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.about-info li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  display: block;
  float: left;
  line-height: 20px;
  margin-left: -30px;
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
	border-style: solid;
	border-width: 1px;
	font-size: 13px;
}

.about-info figure.wp-block-table {
	margin-bottom: 0;
}

.about-info table {
	margin-bottom: 0;
}

.about-info table td:first-child {
	border-style: none;
	white-space:nowrap;
}

.about-info table td.table-title:before {
	content: "◆";
	color: #7C3434;
	font-size: 12px;
	margin-right: 5px;
}

.about-info table td:last-child {
	border-style: none;
	border-bottom: 1px dashed #C5A6A1;
}

.about-map {
	width: 720px;
	margin-right: auto !important;
	margin-left: auto !important;
}

.about-map iframe {
	height: 312px;
}

.about-map figure {
	margin: 0;
}

.about-map figure img {
	width: 100%;
	height: auto;
}

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

.page-about {
	padding-top: 5%;
	padding-bottom: 5%;
}

.page-about h2 {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	padding-bottom: 12px;
	font-size: 32px;
	line-height: 32px;
}

.page-about h2 small {
	font-size: 16px;
	margin-left: 0;
}

.about-message {
	background-image: url(img/about_bg.png);
	padding: 15px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}

.about-message-inner {
	border: 2px solid #5F3F1C;
	padding: 90px 15px 80px;
	position: relative;
}

.about-message-illust-01 {
	width: 80px;
	position: absolute;
	top: -32px;
	left: -20px;
}

.about-message-illust-02 {
	width: 80px;
	position: absolute;
	right: -20px;
	bottom: -32px;
}

.about-message-illust-03 {
	width: 40px;
	position: absolute;
	top: -17px;
	right: 20px;
}

.about-message-illust-04 {
	width: 70px;
	position: absolute;
	bottom: 1px;
	left: 20px;
}

.about-message h3 {
	font-size: 18px;
}

.about-message p {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 0;
}

.about-message .about-message-border {
	font-size: 16px;
	margin-top: 0;
	line-height: 32px;
  background-image: linear-gradient(180deg, #C5A6A1 1px, transparent 0px); /* 罫線の色と太さ */
  background-size: 100% 32px; /* 行の高さ */
	background-position: 0px 31px;
}

.about-info {
	width: 100%;
}

.about-info h3 {
	font-size: 20px;
	margin-top: 40px;
}

.about-info h4 {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
}

.about-info ol {
	margin-left: 0;
}

.about-info li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  display: block;
  float: left;
	margin-left: -30px;
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
	border-style: solid;
	border-width: 1px;
	font-size: 13px;
	line-height: 18px;
}

.about-map {
	width: 100%;
}

.about-map iframe {
	height: 312px;
	width: 100%;
}

}

/* @end */

/* @group page-contact */

.page-contact {
	background: #F5F4EA;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
}

.page-contact h2 {
	margin: 0 auto 25px;
	font: 40px Times, "Times New Roman", Georgia, serif;
	padding-bottom: 12px;
  border-bottom: solid 5px #722323;
  position: relative;
	letter-spacing: 1px;
}

.page-contact h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #333333;
  bottom: -5px;
  width: 15%;
}

.page-contact h2 small {
	font: bold 19px YuGothic, "Hiragino Kaku Gothic Pro", メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin-left: 5px;
	letter-spacing: 0;
}

.contact-form {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

form.wpcf7-form.init > p {
	margin-top: 40px;
	margin-bottom: 0px;
}

.form-title {
	width: 25%;
	border-left: 5px solid #722323;
	float: left;
	padding-left: 12px;
	font-weight: bold;
	height: 56px;
}

.form-input {
	float: left;
	width: 75%;
	margin-bottom: 30px;
}

form.wpcf7-form.init p {
	margin-bottom: 0;
}

.form-input p {
	margin: 0;
}

.wpcf7-submit {
	width: 190px;
	height: 50px;
	background-color: #333333 !important;
	border-radius: 25px !important;
	color: #ffffff !important;
	border-style: none !important;
	cursor:pointer;
	margin-left: auto;
	margin-right: auto;
	display: block;
	letter-spacing: 15px;
	text-align: center;
	text-indent: 15px;
	margin-top: 60px;
	padding: 0 !important;
}

.wpcf7-submit:hover {
	background-color: #898888 !important;
}

.wpcf7-not-valid-tip {
	margin-top: 5px;
}

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

.page-contact {
	padding-top: 5%;
	padding-bottom: 5%;
}

.page-contact h2 {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	padding-bottom: 12px;
	font-size: 32px;
	line-height: 32px;
}

.page-contact h2 small {
	font-size: 16px;
	margin-left: 0;
}

.contact-form {
	width: 100%;
	margin-top: 30px;
}

form.wpcf7-form.init > p {
	margin-top: 30px;
	margin-bottom: 0px;
}

.form-title {
	width: 100%;
	border-left: 5px solid #722323;
	float: left;
	padding-left: 12px;
	font-weight: bold;
	height: 40px;
	margin-bottom: 10px;
}

.form-title p {
	margin-top: 7px;
}

.form-input {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

}

/* @end */

/* @group page-comingsoon */

.page-comingsoon {
	background: #F5F4EA;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
}

.page-comingsoon p {
	margin-top: 200px;
	margin-bottom: 200px;
	font-weight: bold;
	font-size: 24px;
}

.page-comingsoon h2 {
	margin: 0 auto 25px;
	font: 40px Times, "Times New Roman", Georgia, serif;
	padding-bottom: 12px;
  border-bottom: solid 5px #722323;
  position: relative;
	letter-spacing: 0.5px;
}

.page-comingsoon h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #333333;
  bottom: -5px;
  width: 15%;
}

.page-comingsoon h2 small {
	font: bold 19px YuGothic, "Hiragino Kaku Gothic Pro", メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin-left: 5px;
	letter-spacing: 0;
}

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

.page-comingsoon {
	padding-top: 5%;
	padding-bottom: 5%;
}
.page-comingsoon h2 {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	padding-bottom: 12px;
	font-size: 32px;
	line-height: 32px;
}

.page-comingsoon h2 small {
	font-size: 16px;
	margin-left: 0;
}

}

/* @end */