/*!
Theme Name: UNDERSCORES
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: underscores
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.

UNDERSCORES 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: -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: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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;
}

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 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 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;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOPページCSS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/* CSS Document */
/*----------------------------------------------------------

トップページcss

----------------------------------------------------------*/
/*メインビジュアル
-----------------------------*/
.mainvisual {
	position: relative;
	margin-bottom: 100px;
}

.mainvisual .swiper-wrapper {
	text-align: center;
}

.mainvisual .swiper-slide {
	padding: 0 30px;
	display: flex;
	height: 457px;
	flex-direction: column;
	align-items: center;
}

.mainvisual .swiper-slide h2 {
	margin: 150px 30px 40px 30px;
	padding: 0;
	font-weight: normal;
}

.mainvisual .swiper-slide h2 img {
	width: 410px;
	height: auto;
}

.mainvisual .swiper-slide h3 {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	line-height: 200%;
}

.swiper-button-prev,
.swiper-button-next {
	color: white;
}

.mainvisual .slide1 {
	background-image: url(images/mv1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

}

.mainvisual .slide2 {
	background-image: url(images/mv2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.mainvisual .slide3 {
	background-image: url(images/mv3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/*リセット（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.mainvisual .swiper-slide h2 img {
		width: 80%;
		height: auto;
	}

	.mainvisual .swiper-slide h3 {
		font-size: 14px;
	}

	.slide1 .btn_white a,
	.slide2 .btn_white a,
	.slide3 .btn_white a {
		width: 100%;
		padding-right: 40px;
		padding-left: 40px;
		background-color: rgba(255, 255, 255, .8);
		z-index: 100;
	}
}


/*----------------------------------------------------------
　Information
----------------------------------------------------------*/
/*informationリスト
-----------------------------*/
#information {
	background-color: rgba(255, 255, 255, .8);
	border: 1px solid #707070;
	padding: 10px;
	width: 340px;
	height: 115px;
	position: absolute;
	z-index: 100;
	overflow: scroll;
	overflow-x: hidden;
	bottom: 20px;
	right: -20px;
}

.info_title {
	width: calc(100% - 20px);
	display: flex;
	align-items: center;
	justify-content: end;
	margin: 0 0 10px 0;
	padding: 0;
}

.info_title img {
	width: 78px;
	height: auto;
}

.info_title:before {
	border-top: 1px solid;
	content: "";
	width: 190px;
	/* 線の長さ */
	margin-right: 1em;
	/* 文字の右隣 */
}


.information_dl {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	line-height: 140%;
}

.information_dl dt {
	margin: 0;
	padding: 2px 5px;
	width: 28%;
}

.information_dl dd {
	width: 72%;
	margin: 0;
	padding: 2px 5px;
}

.information_dl dd a {
	text-decoration: none;
	color: #707070;
}

/*informationリスト（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {

	#information {
		width: 100%;
		height: 115px;
		position: relative;
		top: 0;
		bottom: 0;
		right: 0;
	}

	.info_title img {
		width: 78px;
		height: auto;
	}

	.info_title:before {
		width: calc(100% - 80px);
		/* 線の長さ */
		margin-right: 1em;
		/* 文字の右隣 */
	}

	.information_dl {
		margin: 0;
		flex-direction: column;
	}

	.information_dl dt {
		width: 100%;
	}

	.information_dl dd {
		width: 100%;
	}
}


/*----------------------------------------------------------
　ご挨拶
----------------------------------------------------------*/

/*ご挨拶
-----------------------------*/
.greeting-wrap {
	position: relative;
	width: 800px;
	margin: 0 auto 100px auto;
	background-image: url(images/greeting-bk.png);
	background-size: 80%;
	background-position: top 80px center;
	background-repeat: no-repeat;
}

.greeting {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 14px;
	line-height: 180%;
}

.greeting h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 200%;
}


.greeting-comment {
	flex: 1;
	padding-right: 50px;
}

.greeting-image {
	width: 176px;
}

.greeting-image img {
	width: 100%;
}

/*ご挨拶（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.greeting-wrap {
		width: 100%;
		margin: 0 auto 50px auto;
		background-position: top 400px center;
		background-size: 100%;
	}

	.greeting {
		flex-direction: column-reverse;
	font-size: 13px;
	}

	.greeting h3 {
		font-size: 16px;
	}

	.greeting-comment {
		width: 100%;
		padding: 30px;
	}

	.greeting-image {
		width: 100%;
		text-align: center;
	}

	.greeting-image img {
		width: 40%;
	}

}


/*----------------------------------------------------------
　事業内容
----------------------------------------------------------*/

/*事業内容
-----------------------------*/
.business-content-wrap {
	width: 100%;
	padding: 30px 30px 150px 30px;
	background-color: #F0EDED;
}

.business-content {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

.business-content_dl {
	display: flex;
	align-items: stretch;
	text-align: left;
	flex-wrap: wrap;
	margin: 50px auto 70px auto;
	padding: 0;
	border-top: 1px solid #707070;
}

.business-content_dl dt {
	width: 20%;
	margin: 0;
	padding: 10px 10px;
	border-bottom: 1px solid #707070;
}

.business-content_dl dd {
	width: 80%;
	margin: 0;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #707070;
}

.dl-tit {
	background-color: #fff;
	text-align: center;
}

.business-content_img {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.business-content_img li {
	width: 25%;
	padding: 0;
	margin: 0;
}

.business-content_img li img {
	width: 100%;
	height: auto;
}


/*事業内容（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.business-content-wrap {
		padding: 30px 30px 100px 30px;
	}

	.business-content {
		width: 100%;
	}

	.business-content_img li {
		width: 50%;
	}
	
	.business-content_dl dt {
	width: 40%;
}

.business-content_dl dd {
	width: 60%;
}
	
}


/*----------------------------------------------------------
　施工事例
----------------------------------------------------------*/

/*施工事例
-----------------------------*/

.construction-wrap {
	position: relative;
	padding-top: 50px;
	padding-bottom: 150px;
}

.construction-wrap .swiper-wrapper {
	text-align: center;
}

.construction-wrap .swiper-slide {

	display: flex;
	height: 400px;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}

.construction-wrap .swiper-slide a {
	width: 100%;
	height: 400px;
	padding: 30px 15px 0 15px;
	text-decoration: none;
	display: flex;
	align-items: flex-end;
}

.construction-wrap .swiper-slide a h3 {
	background-color: rgba(255, 255, 255, .8);
	font-size: 13px;
	line-height: 200%;

	width: 100%;
	color: #191818;
}

.swiper-pagination {
	position: relative;
	margin: 15px auto;

}

.swiper-pagination-bullet {
	background: #000;
	opacity: .2;
	margin: 10px 5px;
	width: 5px;
	height: 5px;
}

.swiper-pagination-bullet-active {
	background: #000;
	opacity: .6;
	margin: 10px 5px;
	width: 5px;
	height: 5px;
}

.construction-wrap .slide1 {
	background-image: url(images/construction1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

}

.construction-wrap .slide2 {
	background-image: url(images/construction2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.construction-wrap .slide3 {
	background-image: url(images/construction3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.construction-wrap .slide4 {
	background-image: url(images/construction4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.construction-wrap .slide5 {
	background-image: url(images/construction5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.construction-wrap .slide6 {
	background-image: url(images/construction6.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.construction-wrap .slide7 {
	background-image: url(images/inreform-image5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}



/*施工事例（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.construction-wrap {
		padding-bottom: 100px;
	}

}

/*----------------------------------------------------------
　OC STYLE
----------------------------------------------------------*/

/*OC STYLE
-----------------------------*/
.ocstyle-wrap {
	width: 100%;
	padding: 30px 30px 150px 30px;
	background-color: #F0EDED;
}

.ocstyle-content {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.ocstyle-content h3 {
	color: #191818;
	font-size: 25px;
	line-height: 180%;
}

.ocstyle-content h3 span {
	display: block;
	font-size: 16px;
}

.ocstyle-flow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ocstyle-flow li {
	margin: 0;
	padding: 0 0 30px 0;
	width: 244px;
	position: relative;
}

.ocstyle-flow li img {
	width: 100%;
}

.ocstyle-flow li::after {
	content: "";
	width: 12px;
	height: 32px;
	background-image: url(images/flow-r.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 32px);
	right: -12px;
}

.ocstyle-flow li:last-child::after {
	display: none;
}

.ocstyle-textbox {
	background-color: #fff;
	border-radius: 20px;
	border: 2px solid #142E74;
	padding: 30px;
	text-align: center;
	color: #191818;
	font-size: 18px;
	line-height: 180%;
	margin: 50px auto;
}

.ocstyle-content .btn {
	margin-top: 100px;
}



/*OC STYLE（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.ocstyle-content {
		width: 100%;
	}

	.ocstyle-content h3 {
		font-size: 20px;
	}

	.ocstyle-flow {
		flex-direction: column;
		width: 80%;
		margin: 0 auto;
	}

	.ocstyle-flow li::after {
		content: "";
		width: 32px;
		height: 12px;
		background-image: url(images/flow-b.png);
		top: auto;
		right: calc(50% - 12px);
		left: calc(50% - 12px);
		bottom: 19px;
	}


}


/*----------------------------------------------------------
　建築工事　リフォーム
----------------------------------------------------------*/

/*建築工事　リフォーム
-----------------------------*/

.reform-wrap {
	width: 100%;
	display: flex;
	align-items: stretch;
	text-align: center;
	margin-top: 100px;
}

.reform-wrap h3 {
	color: #707070;
	font-size: 25px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	margin: 80px auto 50px auto;
}

.reform-left {
	width: 18%;
	background-image: url(images/order1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.reform-right {
	width: 18%;
	background-image: url(images/order2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.reform {
	min-width: 800px;
	width: 64%;
}

.order-flow {
	width: 744px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

.order-flow li {
	margin: 0;
	padding: 0 10px 30px 10px;
	width: 244px;
	position: relative;
}

.order-flow li img {
	width: 100%;
}

.order-flow li::after {
	content: "";
	width: 12px;
	height: 32px;
	background-image: url(images/flow-r.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 32px);
	right: -1px;
}

.order-flow li:last-child::after {
	display: none;
}

/*建築工事　リフォーム（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.reform-left {
		width: 10%;
	}

	.reform-right {
		width: 10%;
	}

	.reform {
		width: 80%;
		min-width: 80%;
	}

	.order-flow {
		flex-direction: column;
		width: 80%;
		margin: 0 auto;
	}

	.order-flow li::after {
		content: "";
		width: 32px;
		height: 12px;
		background-image: url(images/flow-b.png);
		top: auto;
		right: calc(50% - 12px);
		left: calc(50% - 12px);
		bottom: 19px;
	}


}




/*----------------------------------------------------------
　会社概要
----------------------------------------------------------*/

/*会社概要
-----------------------------*/
.aboutus-wrap {
	width: 100%;
	padding: 30px;
	padding-top: 80px;
	margin-bottom: 150px;
}

.aboutus {
	width: 800px;
	margin: 50px auto;
}

.aboutus_dl {
	display: flex;
	align-items: stretch;
	text-align: left;
	flex-wrap: wrap;
	margin: 50px auto 70px auto;
	padding: 0;
	border-top: 1px solid #707070;
}

.aboutus_dl dt {
	width: 20%;
	margin: 0;
	padding: 10px 10px;
	border-bottom: 1px solid #707070;
}

.aboutus_dl dd {
	width: 80%;
	margin: 0;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #707070;
}

/*会社概要（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.aboutus-wrap {
		margin-bottom: 50px;
	}

	.aboutus {
		width: 100%;
	}
}

/*----------------------------------------------------------
　施工事例ページ
----------------------------------------------------------*/

/*施工事例ページ
-----------------------------*/

.roofrepair-wrap {
	margin-bottom: 150px;
}

.storeーinterior,
.exterior1,
.exterior2,
.syokusai,
.renovation,
.inreform1,
.inreform2,
.inreform3,
.newcons,
.roofrepair {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 1000px;
	margin: 70px auto;
}


.exterior1,
.syokusai,
.inreform1,
.inreform3,
.roofrepair {
	flex-direction: row-reverse;
}

.storeーinterior-comment,
.exterior1-comment,
.exterior2-comment,
.syokusai-comment,
.renovation-comment,
.inreform1-comment,
.inreform2-comment,
.inreform3-comment,
.newcons-comment,
.roofrepair-comment {
	flex: 1;
	padding: 0 40px 0 0;
}

.exterior1-comment,
.syokusai-comment,
.inreform1-comment,
.inreform3-comment,
.roofrepair-comment {
	flex: 1;
	padding: 0 0 0 40px;
}

.storeーinterior-image,
.exterior1-image,
.exterior2-image,
.syokusai-image,
.renovation-image,
.inreform1-image,
.inreform2-image,
.inreform3-image,
.newcons-image,
.roofrepair-image {
	width: 642px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}



/*施工事例ページのスライダー
-----------------------------*/
.storeーinterior-wrap img,
.exterior-wrap img,
.syokusai-wrap img,
.renovation-wrap img,
.inreform-wrap img,
.newcons-wrap img,
.roofrepair-wrap img {
	width: 100%;
	height: auto;
}
.swiper-wrapper{
	margin-bottom:15px;
}

.container {
	margin: 0 0 20px;
}

/* 選択されているサムネイルを透過 */
.swiper-slide-thumb-active {
	opacity: .6;
}

/*施工事例ページ（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {

	.roofrepair-wrap {
		margin-bottom: 100px;
	}


	.storeーinterior,
	.exterior1,
	.exterior2,
	.syokusai,
	.renovation,
	.inreform1,
	.inreform2,
	.inreform3,
	.newcons,
	.roofrepair {
		flex-direction: column-reverse;
		width: 100%;
		margin: 50px auto;
	}

	.storeーinterior-image,
	.exterior1-image,
	.exterior2-image,
	.syokusai-image,
	.renovation-image,
	.inreform1-image,
	.inreform2-image,
	.inreform3-image,
	.newcons-image,
	.roofrepair-image {
		width: 100%;

	}

	.storeーinterior-comment,
	.exterior1-comment,
	.exterior2-comment,
	.syokusai-comment,
	.renovation-comment,
	.inreform1-comment,
	.inreform2-comment,
	.inreform3-comment,
	.newcons-comment,
	.roofrepair-comment {
		padding: 0 30px;
	}



}


/*----------------------------------------------------------
　お問い合わせフォーム
----------------------------------------------------------*/
.contactform-wrap{
	width: 800px;
	margin: 50px auto;
}
.wpcf7-form-control-wrap input{
	width: 100%;
}

/*施工事例ページ（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.contactform-wrap{
		width: 100%;
		padding: 0 30px;
	}
}

/*----------------------------------------------------------
　プライバシーポリシー
----------------------------------------------------------*/
.page-id-3 .entry-content{
	width: 800px;
	margin: 50px auto;
}

.page-id-3 .entry-content .wp-block-list{
	margin: 0 0 0 20px;
	padding: 0;
}
/*プライバシーポリシースマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.page-id-3 .entry-content{
		width: 100%;
		padding: 0 30px;
	}
}


/*----------------------------------------------------------
　共通スタイル
----------------------------------------------------------*/

/* CSS Document */

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

共通css

----------------------------------------------------------*/
/*リセット
-----------------------------*/
html{
	width: 100%;
}
body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 170%;
	min-width: 1100px;
}
body *{
	box-sizing: border-box;
}
.all_wrap{
	overflow: hidden;
}
a{
	color: #2370BF;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*リセット（スマホ）
-----------------------------*/
@media screen and (max-width:736px){
	body{
		font-size: 14px;
		min-width: 100%;
	}
}
/* 表示非表示切り替え
-----------------------------*/
/* SP */
@media screen and (max-width:736px) {
	.-u-SpNonePcBlock {
		display: none;
	}
	.-u-SpNonePcinline {
		display: none;
	}
	.-u-PcNoneSpBlock {
		display: block;
	}
	.-u-PcNoneSpinline {
		display: inline;
	}
}
/* PC */
@media print, screen and (min-width:737px) {
	.-u-SpNonePcBlock {
		display: block;
	}
	.-u-SpNonePcinline {
		display: inline;
	}
	.-u-PcNoneSpBlock {
		display: none;
	}
	.-u-PcNoneSpinline {
		display: none;
	}
}

/*----------------------------------------------------------
　ページトップボタン
----------------------------------------------------------*/
#page_top{
	position: absolute;
	width:73px;
	height: 73px;
	top: -37px;
	right: calc(50% - 37px);
	left: calc(50% - 37px);
}
#page_top img{
	width: 100%;
	height: auto;
}
/* SP */
@media screen and (max-width:736px) {
	#page_top{
		width: 60px;
		height: 60px;
		bottom: 20px;
		right: 20px;
	}
}

/*----------------------------------------------------------
　ヘッダー
----------------------------------------------------------*/
/*サイトタイトルなど
-----------------------------*/
.header_box_top{
	width: 1000px;
	height: 90px;
	line-height: 90px;
	padding: 0 30px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
h1.site_title{
	margin: 0;
	padding: 0;
}
.site_title {
	margin: 0;
	padding: 0;
	flex: 1;
}
.site_title img{
	width: auto;
	height: 65px;
}

p#menu_btn{
	margin:0;
	padding:0;
}
#menu_btn{
	display: block;
	width: 50px;
}
#menu_btn img{
	width: 50px;
	height: auto;
	padding: 0;
	cursor: pointer;
}
/*サイトタイトルなど（スマホ）
-----------------------------*/
@media screen and (max-width:736px){
	body{
		font-size: 14px;
	}
	.header_box_top{
		width: 100%;
		min-height: 80px;
		line-height: 80px;
		padding: 0 15px;
		margin: 0;
	}
	.site_title img{
		height: 50px;
	}
	#menu_btn{

	}
	#menu_btn img{
		width: 100%;
		height: auto;
	}
}

/*ナビゲーション
-----------------------------*/
.header_box_bottom{
	padding: 0;
	width: 1000px;
	margin: 0 auto;
	position: absolute;
	top: 90px;
	right: calc(50% - 500px);
	display: none;
	z-index: 9999;

}
div.menu-gmenu-container ul#primary-menu.menu{
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	list-style-type: none;
	align-items: center;
}
div.menu-gmenu-container ul#primary-menu.menu li{
	padding: 0;
	margin:  0 0 0 auto;
	width: 50%;
	text-align: center;
	background-color: rgba(255,255,255,.8);
}
div.menu-gmenu-container ul#primary-menu.menu li a{
	display: block;
	padding: 7px 10px;
	width: 100%;
	line-height: 1.8em;
	border-left: 1px solid rgba(255,255,255,.5);
	border-right: 1px solid rgba(255,255,255,.5);
	border-bottom: 1px solid rgba(255,255,255,.5);
	color: #333333;
	text-decoration: none;
}


/*ナビゲーション（スマホ）
-----------------------------*/
@media screen and (max-width:736px){
	header{
		position: relative;
	}
	.header_box_bottom{
		width: 100%;
		right: 0;
	}


}

/*----------------------------------------------------------
　フッター
----------------------------------------------------------*/
footer{
	position: relative;
	background-color: #142E74;
	width: 100%;
	padding: 30px;
}



/*コピーライトなど
-----------------------------*/
.footer_box{
	width: 1000px;
	display: flex;
	align-items: stretch;
	padding: 50px 30px 0 30px;
	margin: 0 auto;
}
.footer-address{
	width: calc(100% - 370px);
	color: #fff;
	display: flex;
	flex-direction: column;
}
.footer-address h2,.footer-content h2{
	color: #fff;
	font-size: 18px;
	padding: 0;
	margin: 0 0 20px 0;
	font-weight: normal;
}
.footer-address h2::before{
	content: "";
	display: block;
	float: left;
	margin-right: 10px;
	width: 42px;
	height: 22px;
	background-image: url(images/f-logo.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.footer-address h2 img{
	width: 100%;
}

.footer-content{
	width: 370px;
	color: #fff;
	display: flex;
	flex-direction: column;
}
.footer-address p.copyright,
.footer-content p.privacy{
	margin: auto 0 0 0;
	padding: 0;
}
.copyright small{
	font-size: 100%;
	color: #fff;
}
.privacy a{
	display: flex;
	color: #fff;
	text-decoration: none;
	justify-content: flex-end;
}

/*コピーライトなど（スマホ）
-----------------------------*/
@media screen and (max-width:736px){
	.footer_box{
		width: 100%;
		padding: 0;
		margin: 0;
		flex-direction: column-reverse;

	}
	.footer-address{
		width: 100%;
	}
	.footer-address h2,.footer-content h2{
		font-size: 16px;
	}
	
	.footer-content{
		width: 100%;
		padding-bottom: 50px;
	}
	.copyright {
		margin: 0;
		padding: 0;

	}
	.copyright small{
		font-size: 80%;
	}

	
}

/*----------------------------------------------------------
　共通パーツ 幅
----------------------------------------------------------*/
/*wide100%
-----------------------------*/
.wrap_all{
	width: 100%;
	margin: 0;
	padding: 100px 0 100px;
}
/*wide100%（スマホ）
-----------------------------*/
@media screen and (max-width:736px){
	.wrap_all{
		padding: 50px 0 50px;
	}
}
/*wide1000px
-----------------------------*/
.wrap_m{
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0 100px;
}
/*wide800px
-----------------------------*/
.wrap_s{
	width: 800px;
	margin: 0 auto;
	padding: 100px 0 100px;
}
/*リセット（スマホ）
-----------------------------*/
@media screen and (max-width:736px){
	.wrap_m,.wrap_s{
		width: 100%;
		margin: 0 auto;
		padding: 50px 15px 50px;
	}
}

/*----------------------------------------------------------
　共通パーツ 見出しスタイル
----------------------------------------------------------*/
/*ページタイトル
-----------------------------*/

header.entry-header,
header.page-header{
	width: 100%;
	margin: 0 ;
	padding: 0;
	text-align: center;
	height: 211px;
	position: relative;
	background-image: url(images/const-bk.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

/*お問い合わせタイトル背景*/
.post-183 header.entry-header{
	background-image: url(images/contact-bk.jpg);
}
/*おプライバシーポリシータイトル背景*/
.post-3 header.entry-header{
	background-image: url(images/prv-bk.jpg);
}

/*アーカイブページのヘッダ下余白*/
header.entry-header{
	margin: 0 0 50px 0 ;
}



header.entry-header h1.entry-title,
header.page-header h1{
	padding: 50px 0 0 0;
	margin: auto 0 0 0;
	z-index: 100;
	font-size: 30px;
	line-height: 120%;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	letter-spacing: 0.3em;
	color: #ffffff;
}
header.entry-header h1.entry-title::after,
header.page-header h1::after{
	content: "";
	display: block;
	height: 5px;
	width: 150px;
	background-image: url(images/page-tit-ber.png);
	background-size: 200px 7px;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 20px auto;
	font-size: 13px;
	letter-spacing: 0.1em;
	padding-top: 20px;
}
.page-id-149 header.entry-header h1.entry-title::after{
	content: "Construction Results";
}
header.page-header h1::after{
	content: "Construction Archive";
}
.page-id-183 header.entry-header h1.entry-title::after{
	content: "Contact Form";
}
.page-id-3 header.entry-header h1.entry-title::after{
	content: "Privacy Policy";
}

.single-post header.entry-header .entry-meta{
	display: none;
}
.single-post header.entry-header h1.entry-title::after{
	display: none;
}
.single-post header.entry-header h1.entry-title{
	padding: 60px 0 ;
	margin: auto 0 0 0;
	z-index: 100;
	font-size: 30px;
	line-height: 130%;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	letter-spacing: 0.2em;
	color: #ffffff;
}

.entry-content{
	padding: 50px 0;
}

/*ページタイトル（スマホ）
-----------------------------*/
@media screen and (max-width:736px){
	header.entry-header,
	header.page-header{
	margin: 0;
	height: 130px;
}
header.entry-header{
	margin: 0 0 40px 0 ;
}

	header.entry-header h1.entry-title,
	header.page-header h1{
		padding: 25px 0 0 0;
		font-size: 23px;
		line-height: 130%;
	}
	header.entry-header h1.entry-title::after,
	header.page-header h1::after{
		background-size: 100px 3px;
		margin: 10px auto;
		padding-top: 10px;
	}
}

/*セクション見だし
-----------------------------*/
.sec_title{
	color: #707070;
	padding: 50px 0 .5em;
	margin: 0 0 .5em;
	font-size: 30px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	text-align: center;
	letter-spacing: 0.1em;
}
.sec_title::before,
.category-cate-const header.entry-header::before,
.category-information header.entry-header::before{
	content: "";
	display: flex;
	width: 44px;
	height: 23px;
	margin: 0 auto 30px auto;
	padding: 0;
	background-image: url(images/stit-mark.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.category-cate-const h2.entry-title a,
.category-information h2.entry-title a {
	color: #707070;
	text-decoration: none;
	font-size: 26px;
}
.category-cate-const h2.entry-title a:hover,
.category-information h2.entry-title a:hover{
	text-decoration: underline;
}

.category-cate-const header.entry-header,
.category-information header.entry-header,
.category-cate-const header.entry-header h1.entry-title,
.category-information header.entry-header h1.entry-title {
	width: 100%;
	height: auto;
	background-image: none;
	color: #707070;
	padding: 50px 0 .5em;
	margin: 0 0 .5em;
	font-size: 30px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	text-align: center;
	letter-spacing: 0.1em;
}
.category-cate-const header.entry-header h1.entry-title,
.category-information header.entry-header h1.entry-title{
	padding: 30px 0 .5em;
	line-height: 130%;
}


/*セクション見だし（スマホ）
-----------------------------*/
@media screen and (max-width:736px){
	.sec_title{
		margin: 0 0 30px;
		font-size: 23px;
	}
	.category-cate-const header.entry-header,
	.category-cate-const header.entry-header h1.entry-title,
	.category-information header.entry-header h1.entry-title{
		font-size: 18px;
		padding: 0 20px;
		line-height: 150%;
	}
}


/*カテゴリーページメイン部分の調整*/


/*カテゴリーページメイン部分の調整（スマホ）
-----------------------------*/
@media screen and (max-width:736px){

	
}
/*----------------------------------------------------------
　共通パーツ リストスタイル
----------------------------------------------------------*/
/*説明リスト
-----------------------------*/
.dl{
	margin: 0 0 50px;
	padding: 0;
}
.dl dt{
	margin: 0 0 1em;
	padding: 1em 0 0;
	float: left;
	width: 7em;
	clear: both;
	font-weight: bold;
}
.dl dd{
	width: 100%;
	margin: 0;
	padding: 1em 0 1em 10em;
	border-bottom: 1px solid #cccccc;
}
/*説明リスト（スマホ）
-----------------------------*/
@media screen and (max-width:736px){
	.dl{
		margin: 0 0 50px;
	}
	.dl dt{
		margin: 0 0 1em;
		padding: 1em 0 0;
		float: none;
		width: 100%;
	}
	.dl dd{
		width: 100%;
		margin: 0;
		padding: 0 0 1em 2em;
		border-bottom: 1px solid #cccccc;
	}
}

/*----------------------------------------------------------
　共通パーツ ボタンスタイル
----------------------------------------------------------*/
/*ボタン
-----------------------------*/
.btn{
	text-align: center;
	margin: 50px 0 0;
}
.btn a{
	display: inline-block;
	width: 610px;
	padding: 1em 1em;
	text-decoration: none;
	background-color: #142E74;
	color: #fff;
	font-size: 18px;
	background-image: url("images/arrow_w.png");
	background-repeat: no-repeat;
	background-size: auto 23px;
	background-position: center right 10px;
}
.btn a + a{
	margin: 0 0 0 50px;
}
.btn a:hover{
	background-color: #000000;
}
/*戻るボタン
-----------------------------*/
.btn_white{
	text-align: center;
	margin: 30px 0 15px 0;
}
.btn_white a{
	display: inline-block;
	width: 370px;
	padding: .8em 1em;
	font-size: 1.3333em;
	text-decoration: none;
	background-color: #fff;
	color: #142E74;
	background-image: url("images/arrow_b.png");
	background-repeat: no-repeat;
	background-size: auto 23px;
	background-position: center right 10px;
}
.btn_white a:hover{
	background-color: rgba(255,255,255,.8);
}

input[type="submit"], input[type="button"] {
	display: inline-block;
	width: 100%;
	margin: 40px auto;
	padding: 1em 1em;
	text-decoration: none;
	background-color: #142E74;
	color: #fff;
	font-size: 18px;
	background-image: url("images/arrow_w.png");
	background-repeat: no-repeat;
	background-size: auto 23px;
	background-position: center right 10px;
}
/*ボタン（スマホ）
-----------------------------*/
@media screen and (max-width:736px){
	.btn,.btn_white{
		margin: 30px 0 0;
	}
	.btn a + a{
		margin: 15px 0 0;
	}
	.btn a,.btn_white a{
		font-size: 1.2em;
		width: 100%;
	}

}

/*----------------------------------------------------------
　共通パーツ テキストスタイル
----------------------------------------------------------*/
/*タイトル下のコピー
-----------------------------*/
.title_under_copy{
	text-align: center;
	color: #707070;
	line-height: 2em;
	margin: 0;
	padding: 0;
}
/*タイトル下のコピー（スマホ）
-----------------------------*/
@media screen and (max-width:736px){
	.title_under_copy{
		text-align: left;
	}
}

/*----------------------------------------------------------
　共通パーツ カラム
----------------------------------------------------------*/
/*2カラム
-----------------------------*/
.wrap_2colm{
}
.wrap_2colm .colm{
	width: 47%;
	float: left;
}
.wrap_2colm .colm:nth-child(2n){
	float: right;
}

/*2カラム（スマホ）
-----------------------------*/
@media screen and (max-width:736px){
	.wrap_2colm .colm,
	.wrap_2colm .colm:nth-child(2n){
		float: none;
		width: 100%;
	}
	.wrap_2colm .colm + .colm{
		margin-top: 40px;
	}
}


/*投稿ページ・Wordpressのスタイル調整
-----------------------------*/
.entry-header .entry-meta{
	display:none;
}
.entry-footer{
	display:none;
}

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

.post, .page{
	margin: 0;
}

.btm-sp{
	display: block;
	height: 150px;
}
.entry-content{
	width: 800px;
	margin: 20px auto 80px auto;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	width: 800px;
	margin: 100px auto 100px auto;
	font-size: 13px;
}
/*投稿ページ・Wordpressのスタイル調整(スマホ)
-----------------------------*/
@media screen and (max-width:736px){
.entry-content{
		width: 100%;
		padding: 0 30px;
	}
	.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
		width: 100%;
		margin: 50px auto 70px auto;
		padding: 0 30px;
	}
	.btm-sp{
		display: block;
		height: 80px;
	}
}

/*スライドフェードイン*/

main{
	overflow: hidden;
}
.js-fadeBottom {
    opacity: 0;
    visibility: hidden;
    transform: translateY(80px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.js-fadeTop {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-80px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.js-fadeLeft {
    opacity: 0;
    visibility: hidden;
    transform: translateX(80px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.js-fadeRight {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-80px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.js-fadeBottom.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.js-fadeTop.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.js-fadeLeft.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}
.js-fadeRight.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

/*カテゴリーリンク*/

.widget {
	text-align: center;
	padding: 0;
	margin: 0;
}
.menu-side-container ul.menu{
	list-style-type: none;
	width: 1000px;
	margin: 0 auto 40px auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	background-color:#58370F;
	border-left: 1px solid #634b22;
}

.menu-side-container ul.menu li{
	margin:0;
	padding:0;
	text-align: center;
	border-right: 1px solid #634b22;
}


.menu-side-container ul.menu li a{
	display:block;
	color:#ffffff;
	text-decoration:none;
	padding:  5px 10px;

}
.category-information .widget-area{
	display:none;
}

/*/*カテゴリーリンクスマホ
-----------------------------*/
@media screen and (max-width:736px){

	.menu-side-container ul.menu{
		width: 100%;
		flex-wrap: wrap;
	}

	.menu-side-container ul.menu li{
	width: 50%;
	font-size: 12px;
	border-bottom: 1px solid #634b22;
}
	.menu-side-container ul.menu li a{
	padding:  5px 10px;

}

}