/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

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

/* Lists (definition) */
/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 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;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

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

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

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

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	/* 1 */
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
	/* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

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

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

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

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

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
	outline-offset: -2px;
	/* 1 */
}

/**
 * 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. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-color: inherit;
	/* 1 */
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* .menu a::before {
	content: attr(data-desc);
} */


.blog-article-content {
	/* ============================================ */
	/* Document */
	/* ============================================ */
	/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
	/* Sections */
	/* ============================================ */
	/**
   * Remove the margin in all browsers.
   */
	/**
   * Render the `main` element consistently in IE.
   */
	/* Vertical rhythm */
	/* ============================================ */
	/* Headings */
	/* ============================================ */
	/* Lists (enumeration) */
	/* ============================================ */
	/* Lists (definition) */
	/* ============================================ */
	/* Grouping content */
	/* ============================================ */
	/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
	/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
	/* Text-level semantics */
	/* ============================================ */
	/**
   * Remove the gray background on active links in IE 10.
   */
	/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
	/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
	/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
	/**
   * Add the correct font size in all browsers.
   */
	/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
	/* Replaced content */
	/* ============================================ */
	/**
   * Prevent vertical alignment issues.
   */
	/* Forms */
	/* ============================================ */
	/**
   * Reset form fields to make them styleable.
   * 1. Make form elements stylable across systems iOS especially.
   * 2. Inherit text-transform from parent.
   */
	/**
   * Correct cursors for clickable elements.
   */
	/**
   * Improve outlines for Firefox and unify style with input elements & buttons.
   */
	/**
   * Remove padding
   */
	/**
   * Reset to invisible
   */
	/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
	/**
   * Remove the default vertical scrollbar in IE 10+.
   */
	/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
	/**
   * Correct the outline style in Safari.
   */
	/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
	/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Fix font inheritance.
   */
	/**
   * Fix appearance for Firefox
   */
	/**
   * Clickable labels
   */
	/* Interactive */
	/* ============================================ */
	/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
	/*
   * Add the correct display in all browsers.
   */
	/*
   * Remove outline for editable content.
   */
	/* Tables */
	/* ============================================ */
	/**
  1. Correct table border color inheritance in all Chrome and Safari.
  */
}

.blog-article-content *,
.blog-article-content ::before,
.blog-article-content ::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

.blog-article-content html {
	line-height: initial;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

.blog-article-content body {
	margin: 0;
}

.blog-article-content main {
	display: initial;
}

.blog-article-content p,
.blog-article-content table,
.blog-article-content blockquote,
.blog-article-content address,
.blog-article-content pre,
.blog-article-content iframe,
.blog-article-content form,
.blog-article-content figure,
.blog-article-content dl {
	margin: initial;
}

.blog-article-content h1{
	font-size: 1.5em;
}
.blog-article-content h2{
	font-size: 1.3em;
}
.blog-article-content h3{
	font-size: 1.17em;
}
.blog-article-content h4,
.blog-article-content h5,
.blog-article-content h6 {

}

.blog-article-content ul,
.blog-article-content ol {
	margin: 0 0 0 20px;
	padding: initial;
	list-style: disc;
}

.blog-article-content dt {
	font-weight: bold;
}

.blog-article-content dd {
	margin-left: initial;
}

.blog-article-content hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

.blog-article-content pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

.blog-article-content address {
	font-style: inherit;
}

.blog-article-content a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

.blog-article-content abbr[title] {
	text-decoration: underline dotted;
	/* 2 */
}

.blog-article-content b,
.blog-article-content strong {
	font-weight: bolder;
}

.blog-article-content code,
.blog-article-content kbd,
.blog-article-content samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

.blog-article-content small {
	font-size: 80%;
}

.blog-article-content sub,
.blog-article-content sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.blog-article-content sub {
	bottom: -0.25em;
}

.blog-article-content sup {
	top: -0.5em;
}

.blog-article-content svg,
.blog-article-content img,
.blog-article-content embed,
.blog-article-content object,
.blog-article-content iframe {
	vertical-align: bottom;
}

.blog-article-content button,
.blog-article-content input,
.blog-article-content optgroup,
.blog-article-content select,
.blog-article-content textarea {
	-webkit-appearance: none;
	/* 1 */
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
	/* 2 */
}

.blog-article-content button,
.blog-article-content [type=button],
.blog-article-content [type=reset],
.blog-article-content [type=submit] {
	cursor: pointer;
}

.blog-article-content button:disabled,
.blog-article-content [type=button]:disabled,
.blog-article-content [type=reset]:disabled,
.blog-article-content [type=submit]:disabled {
	cursor: default;
}

.blog-article-content :-moz-focusring {
	outline: auto;
}

.blog-article-content select:disabled {
	opacity: inherit;
}

.blog-article-content option {
	padding: 0;
}

.blog-article-content fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

.blog-article-content legend {
	padding: 0;
}

.blog-article-content progress {
	vertical-align: baseline;
}

.blog-article-content textarea {
	overflow: auto;
}

.blog-article-content [type=number]::-webkit-inner-spin-button,
.blog-article-content [type=number]::-webkit-outer-spin-button {
	height: auto;
}

.blog-article-content [type=search] {
	outline-offset: -2px;
	/* 1 */
}

.blog-article-content [type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.blog-article-content ::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

.blog-article-content [type=number] {
	-moz-appearance: textfield;
}

.blog-article-content label[for] {
	cursor: pointer;
}

.blog-article-content details {
	display: block;
}

.blog-article-content summary {
	display: list-item;
}

.blog-article-content [contenteditable]:focus {
	outline: auto;
}

.blog-article-content table {
	border-color: initial;
	/* 1 */
	border-collapse: collapse;
}

.blog-article-content caption {
	text-align: left;
}

.blog-article-content td,
.blog-article-content th {
	vertical-align: top;
	padding: 0;
}

.blog-article-content th {
	text-align: left;
	font-weight: bold;
}




/* header-nav custom */
.menu-item{
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height: 22px;
	transition: all 0.3s ease 0s;
}


.menu-item a::before{
	content: attr(data-desc);
	font-size: 12px;
	color: #ECADB1;
	font-family: "Lato";
	font-weight: 300;
	display: block;
}

/* footer-nav custom */
#menu-footer-menu .menu-item a::before{
	color: #4C4948 !important;
}

.drawer-content-item a::before{
	content: "＞";
	display: inline;
	color: #4C4948;
	font-size: 17px;
}

.drawer-content-item + .drawer-content-item{
	margin-left: 0 !important;
}

/* footer-sp */
#menu-footer-menu-sp li a{
	line-height: 30px;
	font-size: 16px;
}
#menu-footer-menu-sp li + li{
	margin-left: 0;
}

#menu-footer-menu-sp li a::before{
	position: absolute;
	content: "";
	width: 1px;
	height: 17px;
	background-color: #000;
	left: 5px;
	top: 7px;
}

#menu-footer-menu-sp li:first-child a::before{
	display: none;
}


.simple-mv-title{
	text-transform: uppercase;
}

.nav-links{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.nav-previous a{
	background-color: #ECADB1;
	border-radius: 10px;
	padding: 5px 10px;
	border: 1px solid #ECADB1;
	transition: all 0.3s ease 0s;
	color: #fff;
}

.nav-previous a:hover{
	background-color: #fff;
	color: #ECADB1;
}

.nav-next a{
	background-color: #ECADB1;
	border-radius: 10px;
	padding: 5px 10px;
	border: 1px solid #ECADB1;
	transition: all 0.3s ease 0s;
	color: #fff;
}

.nav-next a:hover{
	background-color: #fff;
	color: #ECADB1;
}


.contact-confirm input {
	text-align: center;
	border: 1px solid #4C4948;
	padding: 10px 20px;
	border-radius: 20px;
	width: 200px;
	letter-spacing: 2px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	margin-top: 20px;
}

.contact-confirm input:hover {
	background-color: #ECADB1;
	color: #fff;
	border: #fff;
}


.contact-thanks-inner{
	text-align: center;
}

.contact-thanks-title{
	font-size: 25px;
}

.contact-thanks{
	margin: 25px 0;
	line-height: 30px;
	letter-spacing: 3px;
}

.contact-thanks-btn{
	border: 1px solid #4C4948;
	margin-top: 40px;
	padding: 10px 30px;
	transition: all 0.3s ease 0s;
	border-radius: 20px;
	display: inline-block;
}

.contact-thanks-btn:hover{
	background-color: #ECADB1;
	color: #fff;
	border: 1px solid #fff;
}

.contact-thanks-call{
	border-bottom: 1px solid #4C4948;
	font-size: 20px;
}



@media screen and (max-width: 767.98px){
	.br-none{
		display: none !important;
	}

	.contact-thanks{
		text-align: left !important;
	}
}


.section404{
	width: 100%;
	max-width: 900px;
	margin: 30px auto;
	padding: 0 4vw;
}

.text404{
	line-height: 30px;
	letter-spacing: 3px;

}

.sitemap-title{
	font-size: 25px;
	text-align: center;
}

.sitemap-ul{
	padding-left: 30px;
	font-size: 20px;
	margin-top: 30px;
}

.sitemap-li1{
	padding-left: 30px;
	margin-top: 10px;
	position: relative;
}
.sitemap-li2{
	padding-left: 60px;
	margin-top: 15px;
	position: relative;
}

.sitemap-li1::before{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	top: 9px;
	left: 10px;
	background-color: #ECADB1;
}
.sitemap-li2::before{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	top: 9px;
	left: 40px;
	background-color: #ECADB1;
}

.content{
	line-height: 25px !important;
}

.box-sub-title{
	font-family: "lato" !important;
}

.wp-block-image img{
	max-width: auto;
	width: auto;
}

.box-text-weight{
	font-weight: bold;
}