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

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

/*--------------------------------------
	
	カスタマイズ
	
--------------------------------------*/

/*----------------------------------------
	一般レイアウト
----------------------------------------*/
html {
	padding-top: 0px !important;	
	
}

body, button, input, select, optgroup, textarea {
	/*font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	/*font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',arial,sans-serif;*/
	color: black;
	font-size: 16px;
	font-weight: 300;
}

a {
	transition: 0.3s;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	opacity: 0.5;
}

ul, ol {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

p {
	/*line-height: 1.85;*/
	margin-bottom: 0.85rem;
	margin-top: 0.2rem;
}

.center {
	text-align: center;
}

.site-main{
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
	line-height: 2;
}

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

.wrapper{
	max-width: 830px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 5rem;
}

.single .wrapper{
	padding-bottom: 1rem;
}

.small {
	font-size: 0.8rem;
}

.title {
	font-weight: 500;
	font-size: 1.7rem;
	margin-bottom: 1rem;
	letter-spacing: 0.1rem;
}

.f24 {
	font-size: 1.65rem;
	line-height: 1.65rem;
}

.green{
	color: #5bb53c;
}

.flex {
	display: flex;
}

.page {
    margin: 0;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}
/*img {display:block;vertical-align:middle;max-width:100%}*/
div{
	/*text-align:center;*/
}
img{
	vertical-align:top;
}
dt {
	font-weight: normal;
}
dd {
	margin: 0 0 1.5em;
}

.mb4 {
	margin-bottom: 4rem !important;
}
.mb3 {
	margin-bottom: 3rem !important;
}
.mb2 {
	margin-bottom: 2rem !important;
}



@media screen and (max-width: 990px) {
	/*.site-main{
		width: 94%;
		margin: 0 auto;
	}
	.wrapper{
		width: 100%;
		margin: 0 auto;
	}*/
}

@media screen and (max-width: 768px) {
	.site-main{
		width: 100%;
		margin: 0 auto;
	}
	html {
		font-size: 14px;
	}
	.noSP {
		display: none;
	}
	.wrapper{
		padding-bottom: 3rem;
	}
}

@media screen and (max-width: 500px) {
	.title {
		font-size: 1.4rem;
	}
	.wrapper{
		padding-bottom: 2rem;
	}
}


/*----------------------------------------
	ヘッダ
----------------------------------------*/
.site-header {
	max-width: 830px;
	width: 100%;
	margin: 0 auto;
	padding: 1.6rem 0 1rem 0;
}

.site-header a {
	text-decoration: none;
}

.catch-copy {	
	font-size: 0.8rem;
	font-weight: 300;
	margin: 0;
	margin-bottom: 0.2rem;
}

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

.site-branding p {
	margin: 0;
}

 .site-description {
    font-family: "Cormorant", arial, sans-serif;
    font-size: 30px;
    /*width: 22rem;*/
}

@media screen and (max-width: 880px) {
	.site-header {
		max-width: 830px;
		width: 100%;
		margin: 0 auto;
		padding: 1rem 1rem 0.4rem 1rem;
	}
}

@media screen and (max-width: 820px) {
#wprmenu_bar div.hamburger {
	    margin-top: -3px;
	}
}
@media screen and (max-width: 768px) {
	#wprmenu_bar div.hamburger {
	    margin-top: -6px;
	}
}

@media screen and (max-width: 700px) {
	.site-branding {
		display: block;
		padding: 0;
	}
	.site-branding div:first-child{
		/*border-bottom: 10px solid #004ea2;*/
	}
	.site-branding div:last-child{
		border-top: 5px solid #fabe00;
		border-bottom: 1px solid #004ea2;
		padding-top: 0.5rem;
		padding-bottom: 0.35rem;
	}
	.home .site-branding div:last-child{
		border-bottom: 0;
	}
	.site-branding div:first-child a img {
		padding: 1rem 0 1rem 0;
		width: 80%;
	}
	
}

@media screen and (max-width: 500px) {
	.site-header {
		padding: 1rem 1rem 0.4rem 1rem;
	}
	.site-description {
		/*font-size: 1.65rem;
		width: auto;
		text-align: left;*/
		margin-bottom: 0.4rem;
	}
}

@media screen and (max-width: 420px) {
	.site-description {
		font-size: 1.65rem;
	}
	#wprmenu_bar div.hamburger {
	    margin-top: -12px;
	}
}



/*----------------------------------------
	ナビPC
----------------------------------------*/
nav {
	/*margin-bottom: 1rem;*/
	margin-top: 1rem;
	justify-content: flex-end;
}

nav ul {
	/*width: 93%;*/
	display: flex;
	/*justify-content:space-between;*/
	margin: 0 auto !important;
}

nav ul a,
nav ul a:visited {
	font-size: 0.8rem;
}

nav ul li {
	margin-right: 1.8rem;
}

nav ul li:last-child {
	margin-right: 0;
}

nav ul li.current_page_item,
nav ul li.current-page-ancestor {
}

nav ul li.current_page_item a,
nav ul li.current-page-ancestor a {
}

.fa-instagram {
	font-size: 2rem;
	margin-top: -0.8rem;
}

.fa-instagram span {
	display: none;
}

nav .current_page_item {
	text-decoration: underline;
}


/*----------------------------------------
	ナビ　スマホ
----------------------------------------*/
@media screen and (max-width: 820px) {
	nav.main-navigation {
		display: none;
	}
	#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item-528 a:first-child {
		display: none;
	}
	.fa-instagram {
		font-size: 22px;
		margin-top: 3px;
	}
	.fa-instagram span {
		font-size: 15px;
		display: inline-block;
		margin-left: 0.3rem;
		position: relative;
		top: -2px;
	}
}

/*----------------------------------------
	フッタ
----------------------------------------*/
footer {
	background: #f4f4f4;
	text-align: center;
	padding: 2rem 0;
}

footer .name {
font-family: "Cormorant", arial, sans-serif;
    font-size: 30px;
    }

@media screen and (max-width: 1000px) {
	footer .site-info {
		padding: 2.4rem 1.4rem 1rem;
	}
	footer .child:first-child a {
	 	font-size: 5.2vw;
	}
	footer .banner .flex {
		padding: 0 1rem;
	}
	footer .banner .flex li {
		width: 24%;
	}
}

@media screen and (max-width: 950px) {
	footer .child:first-child {
	 	font-size: 1.8vw;
	}
	footer .child:first-child span:last-child {
	 	font-size: 2vw;
	 	/*text-align: right;*/
	}
}

@media screen and (max-width: 800px) {
	footer .child a.phone:before {
		width: 48px;
		height: 35px;
	}
}

@media screen and (max-width: 770px) {
	footer .child:first-child a {
	 	font-size: 5vw;
	}
	footer .child:first-child span:first-child {
	 	margin-bottom: 0.65rem;
	}
	footer .child a.phone:before {
		width: 45px;
		height: 33px;
	}
}

@media screen and (max-width: 700px) {
	footer .flex {
		display: block;
	}
	footer .child a.phone:before {
		width: 52px;
		height: 38px;
	}
	footer .child {
	 	width: 100%;
	 	text-align: center;
	}
	footer .child.g-map-wrap {
	 	width: 70%;
	 	margin: 0 auto;
	}
	
	footer .child:first-child,
	footer .child:first-child span:last-child {
	 	font-size: 1.15rem;
	}
	
	footer .child:first-child a {
	 	font-size: 3.2rem;
	}
	footer .site-info {
		padding: 2.4rem 1rem 1.5rem;
	}
	footer img.foot-logo {
	    width: 60%;
	    margin-bottom: 1.5rem;
	}
	footer .banner .flex {
		display: flex;
		/*justify-content: flex-start;*/
		flex-wrap: wrap;
		width: 80%;
	}
	footer .banner .flex li {
		width: 48%;
		margin-bottom: 0.8rem;
	}
}

@media screen and (max-width: 550px) {
	footer .child.g-map-wrap {
	 	width: 100%;
	}
}

@media screen and (max-width: 500px) {
	footer .child a.phone:before {
		width: 45px;
		height: 33px;
	}
	footer .child:first-child,
	footer .child:first-child span:last-child {
	 	font-size: 0.85rem;
	}	
	footer .child:first-child a {
	 	font-size: 2.2rem;
	}
	footer .banner .flex {
		width: 100%;
	}
}

@media screen and (max-width: 400px) {
	footer .child:first-child,
	footer .child:first-child span:last-child {
	 	font-size: 0.8rem;
	}	
	footer .child:first-child a {
	 	font-size: 2.2rem;
	}
	footer .banner .flex {
		display: block;
		width: 80%;
	}
	footer .banner .flex li {
		width: 100%;
		max-width: 280px;
		margin-bottom: 0.8rem;
	}
}

@media screen and (max-width: 360px) {
	footer .child:first-child,
	footer .child:first-child span:last-child {
	 	font-size: 0.75rem;
	}	
}

/*----------------------------------------
	トップページ
----------------------------------------*/
.home .entry-header {
	display: none;
}

.home section {
	margin-bottom: 2rem;
}

.home ul.example{
	justify-content: space-between;
	text-align: center;
	font-size: 1.5rem;
	margin-top: 1.3rem;
}
.home ul.example li{
	width: 33.3%;
}
.home ul.example li p{
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 900px) {
	.home ul.example li{
		width: 32%;
	}
}
@media screen and (max-width: 700px) {
	.home ul.example{
		font-size: 1.2rem;
	}
}


/*---トップページお知らせ---*/
section.news a {
	text-decoration: none;
}
section.wp-show-posts {
	margin-bottom: 0;
}

section.wp-show-posts article {
	border-bottom: 1px solid #c6c6c6;
}

.wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
    margin-bottom: 1em;
}

.wp-show-posts-inner {
	display: flex;
}

.wp-show-posts-image.wpsp-image-center {
	text-align: left;
}

.wp-show-posts-image img {
	/*max-width: 180px;*/
	width: 100%;
	height: auto;
	padding-right: 1.5rem;
}

.wp-show-posts-image {
	max-width: 180px;
	width: 37%;
}

.wp-show-posts-entry-header {
	display:flex;
  flex-direction: column;
  width: auto;
}
.wp-show-posts-entry-header h3 {
	order: 1;
	font-size: 1.2rem;
	font-weight: 500;
}
.wp-show-posts-entry-meta-below-title {
	width: 100%;
	order: 0;
	font-size: 1rem;
}

.wpsp-read-more {
	width: 100%;
	order: 3;
}

.wp-show-posts-entry-summary{
	order: 2;	
}

.news a.wp-show-posts-read-more {
    margin-top: 0rem;
    font-size: 0.85rem;
}
a.wp-show-posts-read-more {
    padding: 0rem;
}
.news .wp-show-posts-entry-date{
	font-size: 0.85rem;
}
.wp-show-posts-meta a, .wp-show-posts-meta a:visited{
	/*color: #5bb53c;*/
}
.news .to-list {
	text-align: right;
	font-size: 0.85rem;
}

@media screen and (max-width: 900px) {
	section,
	section {
		max-width: 95%;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2rem;
	}
	section.wp-show-posts {
		max-width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.wp-show-posts-entry-header {
		width: 63%;
	}
}

@media screen and (max-width: 600px) {
	.wp-show-posts-entry-header {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	section.news .title {
		padding: 0 1.5rem;
	}
}

@media screen and (max-width: 500px) {
	section.news.flex {
		display: block;
	}
	section.news .title {
		padding: 0;
	}
	section.news .title img {
		width: 15%;
		vertical-align: middle;
	}
	.wp-show-posts-entry-header h3 {
		line-height: 1.6rem;
	}
}

@media screen and (max-width: 420px) {
	section {
		max-width: 830px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 2rem;
	}
}
section.wp-show-posts {
	width: 100%;
}

/*---トップページご挨拶---*/
.home section.greet {
}

.home section.greet p:last-child {
	margin-bottom: 0;
}


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

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

}

@media screen and (max-width: 600px) {
	section.greet div.flex {
		display: block;
		padding: 1.2rem;
	}
	section.greet div.child:first-child {
	    width: 100%;
	    line-height: 1.8;
	}
	section.greet div.child:last-child {
	    width: 100%;
	    height: auto;
		text-align: center;
		right: 0;
		bottom: -16px;
	}
	section.greet div.child:last-child img {
	    width: 35%;
	    height: auto;
	}
}
@media screen and (max-width: 550px) {

}
/*インスタ*/
.sb_instagram_header,
#sbi_load {
	display: none;
}

/*----------------------------------------
	下層ページ共通
----------------------------------------*/

/*---セクションタイトル---*/
.sub-title {
	font-weight: 500;
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	margin-top: 1.7rem;
}


/*----------------------------------------
	レンタル料
----------------------------------------*/
.prices ul {
	display: flex;
	flex-wrap: wrap;
}

.prices ul li {
	/*width: 19.6%;*/
	width: calc(20% - 4px);
	/*max-width: 115px;*/
	margin-right: 4px;
	margin-bottom: 4px;
	box-sizing: border-box;
	background: #e5e5e5;
	text-align: center;
	padding: 0.7rem;
	font-size: 1.15rem;
	display: flex;
	justify-content: center;
  align-items: center;
  flex-direction: column;
}

.prices ul li:last-child {
	margin-right: 0;
}

.prices ul li p {
	margin: 0.3rem 0;
	padding: 0;
}

.prices ul li p:last-child {
	border-top: 1.5px solid black;
	padding-top: 0.25rem;
}

.prices table {
	width: 100%;
	text-align: center;
	border-spacing: 4px;
	line-height: 1.5;
}

.prices table td {
	/*width: calc(20% - 4px);*/
	width: 20%;
	box-sizing: border-box;
	padding: 0 1rem;
}

.prices table tr:nth-child(odd) td {
	background: #e5e5e5;
}
@media screen and (max-width: 900px) {
	.prices ul li {
	    width: calc(20% - 4px);
		height: auto;
		aspect-ratio: 1 / 0.8;
	}
}

@media screen and (max-width: 570px) {
	.scroll-table {
	    overflow-x: scroll;
	    white-space: nowrap;
	    width: 100% !important;
	}
}
@media screen and (max-width: 496px) {
	.prices ul li {
	    width: calc(33.3% - 4px);
		height: auto;
		aspect-ratio: 1 / 0.8;
	}
}

/*----------------------------------------
	作品例
----------------------------------------*/

.works ul {
	display: flex;
	flex-wrap: wrap;
}

.works ul li {
	width: 20%;
	height: auto;
		aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
  align-items: center;
}

.works ul li:nth-child(odd) {
	background: #e5e5e5;
}

.works ul li img {
	width: 85%;
	height: auto;
	vertical-align: middle;
}

.works ul li img.h {
	width: 75%;
	height: auto;
}

.works .order {
	justify-content: space-between;
	margin-top: 3rem;
	margin-bottom: 1rem;
	align-items: flex-end;
}

.works .order div:first-child {
	width: 53%;
}

.works .order div:first-child h3 {
	margin-top: 0;
}

.works .order div:last-child {
	width: 45%;
}

@media screen and (max-width: 600px) {
	.works ul li {
		width: 33.3%;
		height: auto;
		aspect-ratio: 1 / 1;
		display: flex;
		justify-content: center;
	  align-items: center;
	}
	.works ul li img {
		width: 85%;
		height: auto;
		vertical-align: middle;
	}
	
	.works ul li img.h {
		width: 73%;
		height: auto;
	}
}
@media screen and (max-width: 500px) {
	.works .order {
		display: block;
	}
	.works .order div:first-child {
		margin-bottom: 1rem;
	}
	.works .order div:first-child,
	.works .order div:last-child {
		width: 100%;
	}
}
/*----------------------------------------
	お知らせ
----------------------------------------*/
.page #post-60 header.entry-header-news {
    display: block;
    margin-bottom: 4rem;
}
.single header.entry-header-news {
    margin-bottom: 4rem;
}

h2.wp-show-posts-entry-title a {
	color: #5bb53c;
	font-size: 1.6rem;
}
a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
    border: 0;
    color: #000;
    font-size: .9em;
}
a.wp-show-posts-read-more:hover, a.wp-show-posts-read-more:visited:hover {
    background: none;
    border: none;
    color: #000;
    font-size: .9em;
}
.wpsp-load-more {
    text-align: right;
}

.wpsp-load-more .page-numbers {
	padding: 0.5rem;
}

.wpsp-load-more .page-numbers.current {
	padding: 0.5rem;
	text-decoration: underline;
}

.wpsp-load-more .next,
.wpsp-load-more .prev {
    border: 0;
}
a time {
	color: black;
}
.news h2.entry-title {
	/*color: #5bb53c;
	margin-bottom: 0;
	font-size: 1.6rem;*/
}
.news .wp-show-posts-entry-date {
	font-size: .9rem;
}
.news a.wp-show-posts-read-more {
	margin-top: 1rem;
}

.news .entry-meta {
	margin-bottom: 2rem;
}

#wpsp-67.wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
    margin-bottom: 2em;
    border-bottom: 1px solid #bababa;
    padding-bottom: 2rem;
}
footer.entry-footer {
	display: none;
}

@media screen and (max-width: 768px) {
	.news a.wp-show-posts-read-more {
	    margin-top: 0;
	}
}

/*お知らせ詳細*/
.news .post-thumbnail {
	display: none;
}

.post-navigation {
	max-width: 830px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 4rem;
}

/*----------------------------------------
	設備紹介
----------------------------------------*/

.about .upper {
	background: #f4f4f4;
}

.about .upper div:first-child {
	width: 60%;
	padding-top: 12%;
}

.about .upper div:last-child {
	width: 40%;
}
.about .upper div:last-child img {
	width: 100%;
	height: auto;
}
.about .site-description {
    font-family: "Cormorant", arial, sans-serif;
    font-size: 30px;
    width: 100% !important;
    margin-left: 3rem;
}

.about .a-name {
	padding: 0.4rem 0 0.4rem  4.5rem;
	background: black;
	width: 100% !important;
	font-size: 35px;
	color: white;
}

.about dl {
	flex-wrap: wrap;
    justify-content: space-between;
}
.about dt {
	width: 3.5rem;
}
.about dd {
	width: calc(100% - 3.5rem);
	margin-bottom: 0.5rem;
}
.about .a-name br {
		display: none;
	}

@media screen and (max-width: 820px) {
	.about .upper div:first-child {
		padding-top: 11%;
	}
}
@media screen and (max-width: 720px) {
	.about .site-description {
	    font-size: 20px;
	}
	.about .a-name {
		padding: 0.4rem 0 0.4rem  4.5rem;
		font-size: 25px;
	}
}
@media screen and (max-width: 620px) {
	.about .site-description {
	    margin-left: 0rem;
	    padding: 0.4rem 0 0.4rem  1.5rem;
	}
	.about .upper div:first-child {
		padding-top: 10%;
	}
	
}
@media screen and (max-width: 560px) {
	.about .site-description {
	    display: none;
	}
	.about .a-name {
		padding: 0.7rem 2.5rem;
		font-size: 22px;
		line-height: 1.3;
	}
	.about .a-name br {
		display: block;
	}
	.about .upper div:first-child {
		width: 40%;
		padding-top: 40%;
	}
	
	.about .upper div:last-child {
		width: 60%;
	}
}
@media screen and (max-width: 480px) {
	.about .upper div:first-child {
		padding-top: 35%;
	}
}
@media screen and (max-width: 420px) {
	.about .site-description {
	    display: none;
	}
	.about .a-name {
		padding: 0.7rem 1.5rem;
		font-size: 18px;
		
	}
	.about .upper div:first-child {
		padding-top: 30%;
	}
}

/*----------------------------------------
	ポリシー
----------------------------------------*/
.privacy-policy dl {
	/*margin-left: 1.4rem;*/
}

.privacy-policy dl dt {
	/*font-weight: 500;*/
}
.privacy-policy dl dd {
	margin-bottom: 1.5rem;
	margin-left: 2rem;
	margin-top: 0.3rem;
}

.wrapper.other.policy section .width {
    padding: 2rem;
}


/*----------------------------------------
	フォーム
----------------------------------------*/
.contact .iframe-title {
	background: #004ea2;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 0.5rem 0;
	font-size: 1.2rem;
}
.contact .iframe-wrap{
	max-width: 990px;
	width: 100%;
	height: 200px;
	margin: 0 auto;
}
.contact .iframe-wrap iframe {
    width: 100%;
    height: 100%;
    padding: 1.2rem;
    background: white;
}

.page-id-502 header,
.page-id-502 footer,
.page-id-502 #wprmenu_bar{
   display:none;
}

.wrapper.other.contact section {
    background: none;
}

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 {
	border: 2px solid #ccc;
	border-radius: 0px
}


.mw_wp_form_preview .pp-check,
.mw_wp_form_preview .iframe-wrap{
	display: none;
}

.mw_wp_form h2{
	width: 100%;
	line-height: 80px;
	background: #fcc92c;
}

.mw_wp_form ul {
	width: 90%;
	margin: 60px auto ;
	text-align: justify;
}

.mw_wp_form ul li{margin-bottom: 30px;}

.mw_wp_form ul li div{display: inline-block; width: 63%; }
.mw_wp_form ul li img{display: inline-block; width: 30%; margin-left: 5%; }

.mw_wp_form ul li h3{margin-bottom: 10px;}

.mw_wp_form table{
	/*font-family:'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";*/
	/*text-align: justify;*/
	width: 100%;
	border-collapse: collapse;
	background: #f4f4f4;
}

.mw_wp_form tr:last-child{border-bottom: none;}

.mw_wp_form th {
	width: 30%;
	padding: 20px 0;
	vertical-align: middle;
}

.mw_wp_form td{
	padding: 20px;
	/*font-size: 1.2rem;*/
}
.mw_wp_form td span.content{
	color: black;
	font-weight: 300;
	font-size: 1rem;
}

.mw_wp_form td span.must{
	background: #555;
	font-size: 11px;
	padding:0px 4px ;
	display: inline-block;
	border-radius: 2px;
	margin-left: 0.5rem;
	position: relative;
	top: -0.1rem;
	font-weight: 300;
	color: white;
}



.mw_wp_form td input[type=text],
.mw_wp_form td input[type=email],
.mw_wp_form td textarea{
	width: 100%;
	line-height: 40px;
	padding: 5px 10px;
	margin-top: 0.3rem;
}

.mw_wp_form td .mwform-tel-field input[type=text]{
	width: auto;
}

.mw_wp_form td textarea{
	width: 100%;
	height: 150px;
	padding: 10px;
}

.mw_wp_form td img{width: 100%;}

.mw_wp_form .btn{
	cursor : pointer;
	background: #5BB53C;
	border: 2px solid #5BB53C;
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	max-width: 200px;
	width: 90%;
	line-height: 30px;
	transition: .3s;
	margin: 40px 10px 0;
}

.mw_wp_form .btn:hover{
	background: #FFFFFF;
	color: #d71439;
}

.mw_wp_form .btn02{
	background: #FFFFFF;
	color: #d71439;
}

.mw_wp_form .error{
	margin-top: 0.3rem;
	font-weight: normal;
}

.mw_wp_form_confirm td span.must,
.mw_wp_form_confirm .noneed {
	display: none !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 2px solid;
    border-color: #ccc;
    line-height: 1;
    padding: 0.6em 2.5rem;
    font-size: 1.5rem;
    background: white;
    border-radius: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"] {
	cursor: pointer;
}

.pp-check {
	margin-top: 2rem;
	margin-bottom: 3rem;
	text-align: center;
}

.mwform-checkbox-field label, .mwform-radio-field label {
    font-weight: 300;
}


@media screen and (max-width: 768px){
	.mw_wp_form h2{line-height: 60px;}
	
	.mw_wp_form ul{margin: 30px auto;}
	.mw_wp_form ul li{margin-bottom: 15px;}
	.mw_wp_form ul li div{width: 100%;}
	.mw_wp_form ul li img{margin: 10px auto 0; width: 300px;}
	
	.mw_wp_form th,.mw_wp_form td{display: block;}
	
	.mw_wp_form th{width: 100%; padding-bottom: 0;}
	
	.mw_wp_form .btn{margin-top: 20px;}
	
}

/*--フォーム完了--*/
.wrapper.other.contact.complete section {
    background: white;
    padding-top: 0rem;
    padding-bottom: 0rem;
    border: 2px solid #fabe00;
}

.wrapper.other.contact.complete section p:first-child {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #004ea2;
}


