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

guacamole 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: #231f1f;
}

a:visited {
	color: #231f1f;
}

a:hover,
a:focus,
a:active {
	color: #231f1f;
	opacity: .8;
}

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

.is_sp{
	display: none
}
@media screen and (max-width: 1200px){
	.is_sp{
		display: block;
	}
	.is_pc{
		display: none;
	}
}

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

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

/* Navigation
--------------------------------------------- */

.site-header{
	width: 100%;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	background:#fff;
}
.site-header_content_wrap{
	padding:0 0 0 50px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.site-header_content_logo{
	width: 230px;
}

.site-header_content_menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
}

.site-header_content_menu nav ul{
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-header_content_menu nav ul li{
	text-align: center;
}

.site-header_content_menu a{
	display: block;
	padding:20px 20px;
	font-weight: 700;
	font-size:12px;
	font-family:'Lato', sans-serif;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.site-header_content_menu a span{
	display: block;
	font-size:12px;
	color:#0062B2;
	font-weight: 500;
	font-family: 'Noto Sans', sans-serif;
}
.header_store a{
	background:#a50082;
	color:#fff;
}

@media screen and (max-width: 1460px){
	/* .site-header_content_menu{
		width: 100%;
	}
	.site-header_content_menu nav ul li:first-child{
		margin-left: 0;
	} */
}

@media screen and (max-width: 1200px){
	.site-header{
		z-index: 999;
	}
	.site-header_content_wrap{
		padding: 20px calc(2.5% + 55px) 20px 2.5%;
	}
	.site-header_content_right{
		display: none;
	}
	.site-header_content_menu{
		align-items: initial;
	}
	.site-header_content_menu nav ul{
		display: block;
	}
	.site-header_content_menu nav ul li{
		margin-left: 0;
		text-align: left;
	}
	#toggle {
		position: absolute;
		top: 50%;
		right: 2.5%;
		transform: translateY(-50%);
	}
	
	#toggle-box {
		position: relative;
		width: 36px;
		height: 32px;
		cursor: pointer;
	}
	
	#toggle-box > span {
		width: 100%;
		height: 2px;
		left: 0;
		display: block;
		background: #000;
		position: absolute;
		transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
	}
	
	#toggle-box > span:nth-child(1) {
		top: 0;
	}
	
	#toggle-box > span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	
	#toggle-box > span:nth-child(3) {
	  bottom: 0;
	}
	
	#toggle {
		z-index: 1000;
	}
	.site-header_navin_logo{
		position: absolute;
		top: 20px;
		width: 230px;
	}


	#main {
		position: relative;  
		z-index: 990;
		margin: 2.857143em auto;
	}
	
	.site-header_content_menu {
		display: initial;
		z-index: 900;
		overflow: auto;
		width: 100%;
		height: 100%;
		background: #fff;
		color: #000;
		position: fixed;
		top: 0;
		right: 0;
		transform: translateX(100%);
		transition:  transform .5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	
	.site-header_content_menu ul {
		list-style: none;
	}
	
	.site-header_content_menu a {
		display: block;
		text-decoration: none;
		padding:.5em 0;
		margin-bottom: 1em;
		transition: opacity .6s ease;
	}

	.site-header_content_menu a span{
		color:#000;
	}
	
	.site-header_content_menu a:hover {
		opacity: 0.6;
	}
	
	.site-header_navin_logo a{
		padding: 0;
		margin: 0;
	}
	.site-header_navin_logo img{
		/* -webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1); */
	}
	
	.is-open {
		overflow: hidden;
	}
	
	.is-open #toggle-box > span {
		background: #000;
	}
	
	.is-open #toggle-box > span:nth-child(1) {
		top: 50%;
		transform: rotate(45deg) translatey(-50%);
	}
	
	.is-open #toggle-box > span:nth-child(2) {
		width: 0;
	}
	
	.is-open #toggle-box > span:nth-child(3) {
		top: 50%;
		transform: rotate(-45deg) translatey(-50%);
	}
	
	.is-open .site-header_content_menu {
		z-index: 999;
		transform: translateX(0);
		padding:15% 2.5% 5%;
	}
	.overlay{
		display: none;
	}
	
	.overlay_show {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.5);
		height: 100vh;
		width: 100%;
		height: 100vh;
		z-index: 999;
	}
}

/* Footer
--------------------------------------------- */
.footer_contents{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer_contents > div{
	width: 50%;
}
.footer_contents_left{
	text-align: center;
}
.copy{
	text-align: center;
	margin:1em 0;
}
#pagetop{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 25px;
	bottom: 150px;
	background: #D8D8D8;
	opacity: 0.6;
	border-radius: 50%;
}
  #pagetop a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	text-align: center;
}
  #pagetop a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f106';
	font-weight: 900;
	font-size: 25px;
	color: #666;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media screen and (max-width: 767px){
	.footer_contents{
		flex-wrap: wrap;
		padding: 2.8rem 20px 1.4rem;
	}
	.footer_contents > div{
		width: 100%;
	}
}
  


/* フロント　ホーム
--------------------------------------------- */
.fv{
	margin-bottom: 4em;
}
.front_content{
	margin:1em 0;
}
.fv img{
	width: 100%;
}
.front_content img{
	width: 100%;
}



/* 固定ページ
--------------------------------------------- */
.page:not(.home) .site-main{
	padding: 47px 50px 30PX;
	border-top:15px solid #f2f2f2;
	position: relative;
}
.page:not(.home) .site-main:after{
	content:"";
	width: 100%;
	height: 15px;
	background:#000;
	position: absolute;
	top: 0;
	left: 0;
}
.page:not(.home) .site-main > article{
	max-width: 1400px;
	margin: 0 auto;
}
.color_red{
	color: #ff0201;
}
.color_cool{
	color: #0fa3cf;
}
.page-header .page-title{
	margin:0;
	line-height: 1.2em;
	font-size:38px;
}
.page-header p{
	font-size:11px;
}
@media screen and (max-width: 767px){
	.page:not(.home) .site-main{
		padding: 47px 20px 30PX;
	}
	.page-header .page-title{
		font-size:25px;
	}
}

/* るるる　固定ページ
--------------------------------------------- */
.rururu_contents{
	margin:100px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 980px;
}
.rururu_contents_left{
	width: 23%;
}
.rururu_contents_right{
	width: 77%;
}
.rururu_contents_right_inner_wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rururu_contents_right_inner{
	padding:0 15px;
}
.rururu_desc_inner{
	max-width: 980px;
	margin:100px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top:1px solid #000;
	padding:40px 0;
}
.rururu_desc_inner_left{
	width: 40%;
}
.rururu_desc_inner_right{
	width: 60%;
}
.rururu_desc_inner_right ol{
	margin: 0;
}
.rururu_desc_mask{
	max-width: 980px;
	margin:0px auto;
	display: flex;
	flex-wrap: wrap;
}
.rururu_desc_mask img{
	width: 25%;
	padding:0 10px;
}
.rururu_contents2{
	margin:40px auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 980px;
	border-bottom: 1px solid #000;
}
.rururu_contents2_left{
	width: 23%;
}
.rururu_contents2_right{
	width: 75%;
}
.rururu_desc_inner_left_size img:nth-of-type(1){
	width: 40%;
	display: block;
	margin:0 auto;
}
.rururu_contents2_right h3{
	text-align: center;
}
.rururu_contents2_right figure{
	width: 80%;
	margin:0 auto;
}
.yamashin_filter_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.yamashin_filter_top figure{
	width: 31%;
}
.yamashin_filter_top .yamashin_filter_top_right{
	width: 69%;
	padding-left: 25px;
}
.yamashin_filter_top .yamashin_filter_top_right ul{
	margin: 0;
}
.yamashin_install{
	margin-top: 50px;
}
.yamashin_install_header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.yamashin_install_header p{
	border:1px solid #9FC5E8;
	padding:.8em 0;
	text-align: center;
	font-weight: bold;
	width: 25%;
}
.yamashin_install_header h4{
	text-align: center;
	width: 75%;
}
.yamashin_install_contents{
	display: flex;
	justify-content: space-between;
}
.yamashin_install_contents > div{
	width: 30%;
}
.yamashin_install_contents > div figure{
	margin: 0;
}
.yamashin_install_contents > div p{
	margin: .2em 0;
}
.yamashin_install_contents > div p:nth-of-type(2){
	text-align: center;
}
.yamashin_filter{
	margin-top: 50px;
}
.yamashin_filter_contents_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.yamashin_filter_contents_inner > div{
	padding:0 1em;
	text-align: center;
}
.yamashin_filter_contents_inner1{
	width: 23%;
	font-size: 14px;
	font-weight: bold;
}
.yamashin_filter_contents_inner2{
	width: 31%;
}
.yamashin_filter_contents_inner3{
	font-size:32px;
	width: 6.5%;
}
.yamashin_filter_contents_inner4{
	width: 31%;
	font-size: 14px;
	font-weight: bold;
}
.yamashin_color{
	background:#A1CBED;
}
.rururu_footer{
	text-align: center;
}
.mask_vup{
	border-top:1px solid #000;
	max-width: 980px;
	margin:0 auto;
	padding:40px 0;
}
.mask_vup img{
	display: block;
	width: 60%;
	margin:0 auto;
}

@media screen and (max-width: 767px){
	.rururu_contents{
		flex-wrap: wrap;
		margin: 7.5% auto;
	}
	.rururu_contents_left{
		width: 100%;
	}
	.rururu_contents_left figure{
		text-align: center;
	}
	.rururu_contents_left img{
		width: 50%;
	}
	.rururu_contents_left figure + p{
		text-align: center;
	}
	.rururu_contents_right{
		width: 100%;
		padding: 0;
	}
	.rururu_contents_right_inner_wrap{
		flex-wrap: wrap;
	}
	.rururu_contents_right_inner{
		width: 100%;
		padding: 0;
	}
	.rururu_contents_right_inner p{
		text-align: center;
	}
	.rururu_desc_inner{
		flex-wrap: wrap;
		padding:20px 0;
	}
	.rururu_desc_inner_left{
		width: 100%;
	}
	.rururu_desc_inner_right{
		width: 100%;
	}
	.rururu_desc_inner_right ul{
		margin: 0;
	}
	.rururu_desc_mask{
		justify-content: center;
	}
	.rururu_desc_mask img{
		width: 70%;
		padding: 0;
	}
	.mask_vup{
		padding:20px 0;
	}
	.mask_vup img{
		width: 100%;
	}
	.rururu_contents2{
		flex-wrap: wrap;
		margin:20px auto;
	}
	.rururu_contents2_left{
		width: 100%;
	}
	.rururu_contents2_left figure{
		text-align: center;
	}
	.rururu_contents2_left img{
		width: 50%;
	}
	.rururu_contents2_left p{
		text-align: center;
	}
	.rururu_contents2_right{
		width: 100%;
	}
	.yamashin_filter_top{
		flex-wrap: wrap;
	}
	.yamashin_filter_top figure{
		width: 100%;
	}
	.yamashin_filter_top .yamashin_filter_top_right{
		width: 100%;
		padding-left: 0;
	}
	.yamashin_install_header{
		flex-wrap: wrap;
	}
	.yamashin_install_header p{
		width: 100%;
	}
	.yamashin_install_header h4{
		width: 100%;
	}
	.yamashin_install_contents{
		flex-wrap: wrap;
	}
	.yamashin_install_contents > div{
		width: 100%;
	}
	.yamashin_install_contents figure{
		width: 100%;
	}
	.yamashin_install_contents img{
		width: 100%;
	}
	.yamashin_filter_contents_inner{
		flex-wrap: wrap;
	}
	.yamashin_filter_contents_inner1{
		width: 100%;
	}
	.yamashin_filter_contents_inner2{
		width: 100%;
	}
	.yamashin_filter_contents_inner3{
		display: none;
	}
	.yamashin_filter_contents_inner4{
		width: 100%;
	}
}

/* Works アーカイブ
--------------------------------------------- */
.works_archive{
	padding: 47px 70px 30px;
	border-top: 15px solid #f2f2f2;
    position: relative;
}
.works_archive:after {
    content: "";
    width: 100%;
    height: 15px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}
.works_archive_area{
	display: flex;
	flex-wrap: wrap;
}
.works_archive_area > article{
	width: 30%;
	margin-right: 3%;
	margin-bottom: 40px;
}
.works_archive_area > article:nth-of-type(3n){
	margin-right: 0;
}
.year-list{
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
	display: flex;
}
.year-list li{
	margin-right: 1em;
}
.year-list li a{
	display: block;
	padding:.5em;
	background:#bebebe;
	font-weight: bold;
	text-decoration: none;
	color:#000;
}
.year-list li a:hover{
	font-weight: normal;
}
@media screen and (max-width: 767px){
	.works_archive{
		padding: 47px 20px 30px;
	}
	.works_archive_area > article{
		width: 100%;
	}
}


/* Works 記事
--------------------------------------------- */
.single-works .site-main{
	padding: 47px 70px 30px;
	border-top: 15px solid #f2f2f2;
    position: relative;
}
.single-works .site-main:after {
    content: "";
    width: 100%;
    height: 15px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}
.works_date{
	font-weight: bold;
	margin: 0;
}
.single-works .entry-title{
	margin:.25em 0;
}
.works_archive_back{
	text-align: center;
}
.works_archive_back a{
	display: block;
	width: 100%;
	padding:.2em 0;
	text-align: center;
	border:1px solid #000;
	text-decoration: none;
	font-size:1.1em;
	color: #000;
}
.works_archive_back a:hover{
	background-color: rgba(204,204,204,1.0);
}
@media screen and (max-width: 767px){
	.single-works .site-main{
		padding: 47px 20px 30px;
	}
}

/* News アーカイブ
--------------------------------------------- */
.news_archive{
	padding: 47px 70px 30px;
	border-top: 15px solid #f2f2f2;
    position: relative;
}
.news_archive:after{
    content: "";
    width: 100%;
    height: 15px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}
.news_archive .entry-header .entry-title a{
	font-size:32px;
	text-decoration: none;
	font-weight: normal;
}
.news_archive_area > article{
	margin-bottom: 70px;
}
.news_archive .news_date{
	font-weight: bold;
	letter-spacing: .1em;
}
.news_archive .readmore a{
	color:#a50082;
	letter-spacing: .38rem;
	text-decoration: underline;
	font-size:16px;
}
@media screen and (max-width: 767px){
	.news_archive{
		padding: 47px 20px 30px;
	}
	.news_archive .entry-header .entry-title a{
		font-size:20px;
	}
}




/* News 記事
--------------------------------------------- */
.single-news .site-main{
	padding: 47px 70px 30px;
	border-top: 15px solid #f2f2f2;
    position: relative;
}
.single-news .site-main:after{
    content: "";
    width: 100%;
    height: 15px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}
.news_date{
	font-weight: bold;
	margin: 0;
}
.single-news .entry-title{
	margin:.25em 0;
}
.news_archive_back{
	text-align: center;
}
.news_archive_back a{
	display: block;
	width: 100%;
	padding:.2em 0;
	text-align: center;
	border:1px solid #000;
	text-decoration: none;
	font-size:1.1em;
	color: #000;
}
.news_archive_back a:hover{
	background-color: rgba(204,204,204,1.0);
}

.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi a{
	text-decoration: none;
	color:#000;
	padding:.25em .6em;
}
.wp-pagenavi .current{
	color:#000;
	padding:.25em .6em;
	border-bottom: 2px solid #e73335;
}
.sns_shere_list{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
}
.sns_shere_list li{
	margin-right: 1.5em;
}
.sns_shere_list li a{
	display: block;
	color:#a50082;
	font-size:20px;
}
@media screen and (max-width: 767px){
	.single-news .site-main{
		padding: 47px 20px 30px;
	}
	.single-news .entry-title{
		font-size:20px;
	}
}



/* 企業情報
--------------------------------------------- */
.company_sec_wrap{
	display: flex;
}
.company_sec{
	display: block;
	width: 31%;
	margin-right: 4.5%;
	border:1px solid #000;
	padding:20px;
	text-decoration: none;
}
.company_sec:nth-of-type(3n){
	margin-right: 0;
}
.company_sec figure{
	margin: 0;
	text-align: center;
}
.company_sec figure img{
	width: 80px;
}
.company_sec p{
	text-align: center;
	margin-bottom: 0;
}
.pdf_dl{
	text-align: right;
}
.pdf_dl a{
	display: inline-block;
	background:#000;
	color:#fff;
	padding: 22px 10px;
	border-radius: 10px;
	text-align: center;
	margin-top: 60px;
	text-decoration: none;
	font-size:14px;
}
@media screen and (max-width: 767px){
	.company_sec_wrap{
		flex-wrap: wrap;
	}
	.company_sec{
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
}



/* 会社概要
--------------------------------------------- */
.corporate-data th{
	font-weight: normal;
	padding:.8em;
	text-align: left;
}
.corporate-data td{
	padding:.8em 1.5em;
}
@media screen and (max-width: 767px){
	.corporate-data th,
	.corporate-data td{
		display: block;
	}
	.corporate-data th{

	}
	.corporate-data td{
		padding-top: 0;
	}
}


/* 経営理念
--------------------------------------------- */
.management-philosophy_contents{
	margin-bottom: 50px;
}
.management-philosophy .management-philosophy_contents:last-of-type{
	margin-bottom: 0;
}
.management-philosophy_contents h2{
	font-size:20px;
	margin-bottom: 1.55em;
}
.management-philosophy_contents ul{
	margin: 0;
	padding-left: 30px;
}
.management-philosophy_contents p{
	padding-left: 30px;
}




/* 採用情報
--------------------------------------------- */
.recruit{
	display: flex;
	justify-content: space-between;
}
.recruit .recruit_contents{
	width: 48%;
}
.recruit .recruit_contents:nth-of-type(2) {
	text-align: center;
	position: relative;
}
.recruit .recruit_contents:nth-of-type(2) img{
	max-width: 55%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.message_btn a{
	display: block;
	background:#000;
	color:#fff;
	padding: 30px 10px;
	font-size: 23px;
	border-radius: 2px;
	margin-bottom: 1.55em;
	text-align: center;
	text-decoration: none;
}
.recruit_btn a{
	display: block;
	border-top:6px solid #000;
	text-shadow: 0px -1px #000;
	text-align: center;
	padding: 30px 10px;
	text-decoration: none;
	font-size: 23px;
}
.recruit_btn:last-of-type a{
	border-bottom: 6px solid #000;
}
@media screen and (max-width: 767px){
	.recruit{
		flex-wrap: wrap;
	}
	.recruit .recruit_contents{
		width: 100%;
	}
	.message_btn a{
		font-size: 20px;
	}
	.recruit_btn a{
		font-size:20px;
	}
	.recruit .recruit_contents:nth-of-type(2){
		margin-top: 20px;
	}
	.recruit .recruit_contents:nth-of-type(2) img{
		position: static;
		left: auto;
		transform: none;
	}
}




/* 社員からのメッセージ
--------------------------------------------- */
.employees{
	display: flex;
	justify-content: space-between;
	margin-bottom:7%;
}
.employees .employees_contents{
	width: 50%;
	padding:1%;
}
.employees p.employees_contents{
	font-size:13px;
	margin: 0;
}
.recruit_breadcrumblist{
	margin: 0;
	padding: 0;
	list-style: none;
}
.recruit_breadcrumblist li{
	display: inline;/*横に並ぶように*/
	list-style: none;
}
.recruit_breadcrumblist li:after{
	content: '>';
	padding: 0 0.2em;
	color: #000;
}
.recruit_breadcrumblist li:last-child:after {
	content: '';
}

.recruit_breadcrumblist li a {
	text-decoration: none;
	color: #000;/*色*/
}

.recruit_breadcrumblist li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px){
	.employees{
		flex-wrap: wrap;
	}
	.employees .employees_contents{
		width: 100%;
	}
}



/* 新卒採用
--------------------------------------------- */
.hiring-header{
	text-align: center;
}
.hiring-title{
	display: inline-block;
	border-top:4px solid #000;
	border-bottom:4px solid #000;
	padding:1em;
	font-size:22px;
}
.hiring_contents{
	margin-bottom: 70px;
}
.hiring_contents > h2{
	position: relative;
	font-size:20px;
	padding-left: 20px;
	font-weight: normal;
}
.hiring_contents > h2:before{
	content:"";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background:#000;
}
.hiring_table01{
	border-collapse: collapse;
}
.hiring_table01 th{
	border:1px solid #000;
	padding:2em;
	font-weight: normal;
}
.hiring_table01 td{
	border:1px solid #000;
	padding:2em;
}
.hiring_contents p{
	padding-left: 20px;
}
.hiring_table02{
	padding-left: 20px;
}
.hiring_table02 th{
	font-weight: normal;
	text-align: left;
	position: relative;
	padding:1em;
	padding-left: 20px;
}
.hiring_table02 th:before{
	content:"";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 13px;
	height: 13px;
	border:1px solid #000;
}
.hiring_table02 td{
	padding:1em;
}
@media screen and (max-width: 767px){
	.hiring_table01 th,
	.hiring_table01 td{
		display: block;
	}
	.hiring_table01 th{
		padding:.5em;
	}
	.hiring_table02 th,
	.hiring_table02 td{
		display: block;
	}
	.hiring_table02 th{
		padding:.5em;
		padding-left: 20px;
	}
}



/* 登録フォーム
--------------------------------------------- */
.entryform-title{
	font-size:22px;
	padding: 5.5px 15px;
    font-weight: normal;
    margin: 0;
	background-color: #a50082;
	color:#fff;
}


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


