@charset "utf-8";
/* CSS Document */

/*
Theme Name: dekitoru
Theme URI: https://www.exceed-system.co.jp/
Author: exceed-system
Author URI: https://www.exceed-system.co.jp/
Description: Description
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	color: #1c1c1c;
	font: 14px / 1.6 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font: 14px / 1.6 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
	margin-top: 58px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.ib {
	display: inline-block;
}


svg.icon {
	width: 2rem;
	height: 1.5rem;
	fill: currentColor;
	vertical-align: middle;
}

.comingsoon {
	text-align: center;
	margin: 100px 0;
}

.flex_list img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	color: #000;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

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

p {
	margin: 0 0 1em;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

.section {
	padding-top: 20px;
	padding-bottom: 20px;
}

.section:last-child {
	padding-bottom: 0;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	background-color: rgba(255,255,255,0.01);
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

.fluid-box {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #efefef;
    padding: 40px 0;
    margin: 40px 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 0.875rem;
	padding: .6em 1em .4em;
}

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

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

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

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

.grecaptcha-badge {
	visibility: hidden;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration:underline;
	transition: 0.5s;
}

a:visited {
}

a:hover,
a:focus,
a:active {
}

a:focus {
}

a:hover,
a:active {
	outline: 0;
}
a:hover {
	opacity:0.6;
}
button:focus{
	outline: none;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.ready {
	text-align: center;
	margin: 70px 0;
	width: 100%;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before ,
.clearfix:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clearfix:after {
	clear: both;
}

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

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

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

.hentry {
	margin: 0;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
}

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# 共通
--------------------------------------------------------------*/
body {
	overflow-x: hidden;
	position: relative;
}

.font_g {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

.font_m {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.font_special {
	font-family: 'Roboto', sans-serif;
}
.font_special.page_title {
	font-weight: bold;
}

.font_oswald {
	font-family: 'Roboto Mono', monospace, sans-serif;
	font-weight: 500;
}

.font_oswald.el {
	font-weight: 200;
}

.font_oswald.l {
	font-weight: 300;
}

.font_oswald.r {
	font-weight: 400;
}

.font_oswald.m {
	font-weight: 500;
}

.font_oswald.sb {
	font-weight: 600;
}

.font_oswald.b {
	font-weight: 700;
}

.font_amiri {
	font-family: 'Amiri', serif;
}

.font_amiri.r {
	font-weight: 400;
}

.font_amiri.b {
	font-weight: 700;
}

.font_ico {
	font-family:"ico";
}
.wrapper {
	width: 92%;
	max-width: 1100px;
	margin: 0 4%;
	position: relative;
	z-index: 1;
}

small {
	font-size: 75%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th ,td {
	padding: 5px 10px;
}
th {
	font-weight: bold;
}

#maps img {
	max-width:none;
}

.align_l {
	text-align:left;
}
.align_c {
	text-align:center;
}
.align_r {
	text-align:right;
}

.fw {
	font-weight:700;
}
.fw400 {
	font-weight:400;
}
.t_small {
	font-size:0.88em;
}
.t_big {
	font-size:1.4em;
}
.red {
	color:#D54289;
}
.green {
	color: #84a02f;
}
.orange {
	color: #fb906c;
}
.mini {
	font-size:0.82em;
}
.f10 {
	font-size:10px;
}
.f11 {
	font-size:11px;
}
.f12 {
	font-size:12px;
}
.f13 {
	font-size:13px;
}
.f14 {
	font-size: 0.875rem;
}
.f16 {
	font-size:16px;
}
.f18 {
	font-size:16px;
}
.f20 {
	font-size:20px;
}
.f24 {
	font-size:24px;
}
.lh12 {
	line-height:1.25em;
}
.lh14 {
	line-height:1.4em;
}
.lh16 {
	line-height:1.65em;
}
.lh18 {
	line-height:1.8em;
}
.lh20 {
	line-height:2.0em;
}
.m5 {
	margin:5px auto;
}
.m10 {
	margin:10px auto;
}
.mb10 {
	margin-bottom:10px!important;
}
.m20 {
	margin:20px auto;
}
.mb20 {
	margin-bottom:20px!important;
}
.m30 {
	margin:30px auto;
}
.mb30 {
	margin-bottom:30px!important;
}
.mb40 {
	margin-bottom:40px!important;
}
.mb50 {
	margin-bottom:50px!important;
}
.mb60 {
	margin-bottom:60px!important;
}
.mb70 {
	margin-bottom:70px!important;
}
.mb80 {
	margin-bottom:80px!important;
}
.pb0 {
	padding-bottom: 0!important;
}
.shadow {
	box-shadow:2px 2px 0 #ccc;
	border-radius:3px;
}
.hr01 {
	margin:30px 0;
	display:block;
	background-color: #ccbfa9;
}

.pointer {
	cursor:pointer;
}
.block_ul {
	display:block;
	list-style:none;
	margin:0 ;
	padding:0;
}
.t_block {
	display:inline-block;
}
.blo {
	display:block;
}
.mobile {
}
.pc {
	display:none;
}

.btn {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}

.btn+.btn {
	margin-top: 1em;
}

.btn_list>.btn {
	margin-top: 0;
}

.btn>label ,
.btn>input ,
.btn>a {
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	line-height: 1.4;
	width: 100%;
	background-color: #918ba9;
	padding: 0.75em 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
}

button{
	font: 14px / 1.6 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

.back_btn {
	text-align: left;
	width: 100%;
}

.back_btn a {
	text-decoration: none;
	padding-left: 23px;
}

.more_btn a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.btn.pink>label ,
.btn.pink>input ,
.btn.pink>a {
	background-color: #D54289;
}

.btn.tel_btn {
	margin-top: 15px;
}
.btn.tel_btn>a {
	background-color: transparent;
	color: #000;
	padding: 0;
}

.btn.icon>label ,
.btn.icon>a {
	padding-left: 15px;
}

.btn .icon {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.btn.icon .icon {
	left: 20px;
}
/*
.btn>label:hover ,
.btn>a:hover {
	opacity: 1;
}
*/
a.arrow-left {
	position: relative;
}

a.arrow-left::before {
	content: "\f053";
    font-family: "Font Awesome\ 5 Free";
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	position: absolute;
	top: calc(50% - 0.5em);
	left: 0.5em;
}

a.arrow-right {
	padding-right: 1.5em;
	position: relative;
}

.btn a.arrow-right {
	padding-left: 1.5em;
}

a.arrow-right::after {
	content: "\f054";
    font-family: "Font Awesome\ 5 Free";
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	position: absolute;
	top: calc(50% - 0.5em);
	right: 0.5em;
}
a.arrow-bottom {
	position: relative;
}

a.arrow-bottom::after {
	content: "\f078";
    font-family: "Font Awesome\ 5 Free";
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	position: absolute;
	top: calc(50% - 0.5em);
	right: 0.5em;
}

.salon_tel_icon {
	margin-right: 4px;
}

.salon_tel_icon i {
	font-size: 12px;
	vertical-align: bottom;
	margin-bottom: 2px;
}

.ef a {
	display: block;
	position: relative;
}

.ef a:hover {
	opacity: 1;
}

.ef a::before {
	/*content: "";
	display: block;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0) 90%);
	position: absolute;
	top: 0;
	bottom: 100%;
	left: 0;
	transition: 0.5s;*/
}

.ef a:hover::before {
	/*bottom: 0;
	transition: 0.5s;*/
}

.ef a:hover img {
	opacity: 0.6;
	transition: opacity 0.5s;
}

.back_btn input {
	background-color: #000;
}

.bg {
	position: relative;
}

.bg::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.bg.full::before {
	width: 100vw;
	left: calc(50% - 50vw);
	right: auto;
}

.bg.white::before {
	background-color: #fff;
}

.bg.white-a50::before {
	background-color: rgba(255,255,255,0.5);
}

.bg.white-a80::before {
	background-color: rgba(255,255,255,0.8);
}

.bg.blue::before {
	background-color: rgba(41,54,106,1);
}

.bg.gray::before {
	background-color: #f5f5f5;
}

.bg.img::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg.img.top_spa::before {
	background-image: url(img/top_spa_bg.jpg);
	background-position: center top 20%;
}

.bg.img.top_spa::after {
	content: "";
	display: block;
	background-color: rgba(19,83,133,0.6);
	background-blend-mode: multiply;
	width: 100vw;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% - 50vw);
	z-index: -1;
}

.picker {
	display: none;
}

.content_sec {
	box-sizing: border-box;
	width: 100%;
	padding: 0 3% 30px;
}

.content_sec.separator {
	position: relative;
}

.content_sec.separator.bridal_separator {
	margin-top: 60px;
}

.content_sec.separator::before {
	content: "";
	display: block;
	width: 100vw;
	border-top: 1px solid #ccc;
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
}

.link_sec~.content_sec[id] {
	padding-top: 120px;
}

.link_sec~.content_sec.bg::before {
	top: 90px;
}

.content_sec:not(:last-of-type) {
}

/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
}

/* 2つ目の要素に200msのdelayをかける */
.fade_delay .fadein:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
/* 3つ目の要素に400msのdelayをかける */
.fade_delay .fadein:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
}

.fadein.l {
	transform : translate(-100px, 0);
}

.fadein.r {
	transform : translate(100px, 0);
}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}


/* header
---------------------*/
.site-branding {
    width: 100vw;
    height: 58px;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: 0.3s;
    background: rgba(255,255,255,0.8);
}

.site-branding .wrapper {
    height: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.site-logo {
    margin: 0 10px 0 0;
    transition: 0.3s;
    height: 100%;
    width: calc(100% - 50px);
    display: flex;
}

.site-logo a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 0;
    text-decoration: none;
    overflow: hidden;
}

.site-logo a > span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
}

.site-logo img {
    display: block;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.main-navigation {
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
}


.toggle_btn {
    align-self: center;
    display: block;
    width: 24px;
    height: 24px;
    padding: 11px 0;
    background-color: #000;
    background-clip: content-box;
    border-radius: 0;
    outline: none;
    border: none;
    position: relative;
    z-index: 9;
}

.toggle_btn::before ,
.toggle_btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    transform-origin: center center;
    transition: 0.5s;
}

.toggle_btn::before {
    top: 2px;
}

.toggle_btn::after {
    bottom: 2px;
}

.open .main-navigation .toggle_btn {
    background-color: transparent;
    outline: none;
}

.open .main-navigation .toggle_btn::before ,
.open .main-navigation .toggle_btn::after {
    top: 11px;
}

.open .main-navigation .toggle_btn::before {
    transform: rotate(45deg);
}

.open .main-navigation .toggle_btn::after {
    transform: rotate(-45deg);
}

.header_menu {
    list-style: none;
    background-color: rgba(255,255,255,0.8);
    width: 240px;
    height: calc(100% - 58px);
    overflow-y: auto;
    padding: 0 0 70px;
    margin: 0;
    position: fixed;
    top: 58px;
    right: -240px;
    transition: 0.5s;
}
.open .main-navigation .header_menu {
    right: 0;
}
.background_overlay {
    content: "";
    display: block;
    background-color: rgba(226, 228, 223,0.5);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.body_fixed .background_overlay {
    visibility: visible;
    opacity: 1;
}
.body_fixed {
    overflow: hidden;
}

.header_menu li a,
.nav_child_title,
.site-footer_reservation li a {
    display: block;
    text-align: center;
    font-size: 0.88rem;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.1em;
    padding: 1.2em;
    position: relative;
    color: #333;
    cursor: pointer;
}
.nav_child_small {
    margin-top: 0.5rem;
    font-size: 11px;
    display: block;
}
.header_en {
    display: none;
}

.site-header.scroll .main-navigation {
    display: block;
}

.nav_child {
    background: rgba(255,255,255,0.85);
    display: none;
}

/*admin bar*/
#wpadminbar {
    position: fixed;
}
.admin-bar .site-branding {
    top:46px;
}


/* header
---------------------*/
/* .site-header {
}

.top_main_img {
	max-height: calc(100vh - 80px);
	overflow: hidden;
	position: relative;
}

.recruit_btn {
	position: fixed;
	bottom: 61px;
	right: 0;
	z-index: 2;
	width: 80px;
	transition: 0.5s;
}

.recruit_btn a:hover {
	opacity: 1;
}

.recruit_btn:hover {
	opacity: 1;
	transform:scale(1.1,1.1);
}

.site-branding {
	width: 100%;
	height: 50px;
	padding: 0 10px;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: 0.3s;
}

.site-branding.scrolled {
	background-color: rgba(255,255,255,0.8);
	border-bottom: 1px solid #efefef;
}

.site-branding .wrapper {
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.site-logo {
	max-width: 220px;
    margin: 0;
    transition: 0.3s;
    height: 100%;
    padding: 5px 0;
	display: flex;
	align-items: center;
}

.main-navigation {
	margin-left: auto;
}


.toggle_btn {
	align-self: center;
	display: block;
	width: 24px;
	height: 24px;
	padding: 11px 0;
	background-color: #000;
	background-clip: content-box;
	outline: none;
	border: none;
	position: relative;
	z-index: 9;
}

.toggle_btn::before ,
.toggle_btn::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: 0;
	transform-origin: center center;
	transition: 0.5s;
}

.toggle_btn::before {
	top: 2px;
}

.toggle_btn::after {
	bottom: 2px;
}

.main-navigation.toggled .toggle_btn {
	background-color: transparent;
	outline: none;
}

.main-navigation.toggled .toggle_btn::before ,
.main-navigation.toggled .toggle_btn::after {
	top: 11px;
}

.main-navigation.toggled .toggle_btn::before {
	transform: rotate(45deg);
}

.main-navigation.toggled .toggle_btn::after {
	transform: rotate(-45deg);
}

.header_menu {
	list-style: none;
	background-color: rgba(255,255,255,0.95);
	width: 50vw;
	height: calc(100vh - 106px);
	overflow-y: auto;
	padding: 0;
	margin: 0;
	position: fixed;
	top: 50px;
	left: 100%;
	transition: 0.5s;
}

.main-navigation.toggled .header_menu {
	left: 50%;
}

.main-navigation::before {
	content: "";
	display: block;
	background-color: rgba(0,0,0,0.5);
	width: 100vw;
	height: calc(100vh - 106px);
	position: absolute;
	top: 50px;
	left: calc(50% - 50vw);
	z-index: -1;
	transform: translateX(100vw);
	transition: 0.5s;
}

.main-navigation.toggled::before {
	transform: translateX(0);
}

.header_menu li {
	border-bottom: 1px dashed rgba(0,0,0,0.5);
}

.header_menu li a {
	display: block;
	text-align: center;
	font-size: 1rem;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding: 1.2em 0;
	position: relative;
}

.site-header.scroll .main-navigation {
	display: block;
}

.reserve_btn {
	width: 100%;
	background-color: #9FA0A0;
	padding: 0.75em 2em;
	position: fixed;
	bottom: 0;
	left: 0;
}

.reserve_btn a {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #918ba9;
	text-align: center;
	line-height: 1;
	padding: 0.75em 1.75em;
}

.reserve_btn a small {
	font-size: 10px;
}

body:not(.home) .top_main_img {
	display: none;
} */

/* main
---------------------*/
body:not(.home) .site-content {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position:relative;
}

.page_title {
	font-size: 2.625rem;
	width: 100%;
	margin: 0 0 0.5em;
	text-align: center;
}

.page_title.font_amiri small {
	font-size: 0.5em;
	position: relative;
	top: -1.5em;
}

.content-area {
	width:100%;
}

.responsive_table ,
.responsive_table caption ,
.responsive_table thead ,
.responsive_table tbody ,
.responsive_table tfoot ,
.responsive_table tr ,
.responsive_table th ,
.responsive_table td {
	display: block;
	width: 100%;
}

.responsive_table th ,
.responsive_table td {
	padding: 7px 5px;
	vertical-align: top;
}

.responsive_table th {
	text-align: left;
	font-weight: normal;
	background-color: #f9f9f9;
}

.responsive_table td {
	
}

.sec_title {
	margin: 0 0 0.5em;
	font-size: 1.5rem;
	line-height: 1.4;
}

.sec_title a {
	text-decoration: none;
}

.btn small ,
.sec_title small {
	font-size: 60%;
	display: block;
}

/*.btn small::before ,
.btn small::after ,*/
.sec_title small::before ,
.sec_title small::after {
	content: " - ";
}

.sub_title {
	color: #D54289;
	margin: 1em 0 0.5em;
	font-size: 1.25rem;
	line-height: 1.4;
}

.flex_list {
	list-style: none;
	padding-left: 0;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.flex_list>li {
	width: 100%;
	padding: 0 0 6%;
}

.flex_list.m2>li {
	width: 48%;
}

.flex_list.m3>li {
	width: calc(88% / 3);
}

.flex_list.m4>li {
	width: 20.5%;
}

.flex_list.m5>li {
	width: 15.2%;
}

.flex_list.m3>li:last-child:nth-child(3n+2) {
	margin-right: calc(88% / 3 + 6%);
}

.flex_list.m4>li:last-child:nth-child(4n+2) {
	margin-right: 53%;
}

.flex_list.m4>li:last-child:nth-child(4n+3) {
	margin-right: 26.5%;
}

.flex_list.m5>li:last-child:nth-child(5n+2) {
	margin-right: 63.6%;
}

.flex_list.m5>li:last-child:nth-child(5n+3) {
	margin-right: 42.4%;
}

.flex_list.m5>li:last-child:nth-child(5n+4) {
	margin-right: 21.2%;
}

.page_menu_sec {
	padding: 0;
}

.page_menu_list>li {
	width: 45%;
	margin: 0 0 20px;
}

.page_menu_list>li.btn+.btn {
	margin-top: 0;
}

/*ページ送り*/
.pagination {
	text-align:center;
	margin:2em auto;
	font-size:16px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.pagination > a{
	flex: 1;
}

.pagination_num {
	flex: 2;
	font-size: 0.78rem;
	background: #f6f6f6;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination a,
.page_current {
	color: #333;
	background: #ccc;
	padding: 12px 12px 11px;
	margin: 0 3px;
	font-size: 12px;
	text-decoration:none;
}

.page_current {
	background:#fff;
	border:1px solid #f6f6f6;
}

.page_next,
.page_prev {
	padding:2px 18px;
}


.list_title {
    font-size: 1.125rem;
	line-height: 1.2;
    text-align: center;
    width: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0) 5em, rgba(0,0,0,1) 5em) no-repeat right center , linear-gradient(to left, rgba(0,0,0,0) 5em, rgba(0,0,0,1) 5em) no-repeat left center;
    background-size: 50% 1px;
	margin: 0 0 1em;
}

/* footer
---------------------*/
#totop {
	display: none;
	position: fixed;
	right: 20px;
	z-index: 2;
}

#totop a {
	display: block;
	color: #000;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.1125em;
	padding: 3.5em 1em 0.5em;
	text-decoration: none;
	transition: 0.6s;
}

#totop a::before {
	content: "\f077";
    font-family: "Font Awesome\ 5 Free";
	font-size: 3em;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
	position: absolute;
	top: 5px;
	left: 0;
}

#totop a:hover {
	opacity: 1;
}

.site-footer {
	margin: 90px 0 4em;
	color: #fff;
	background-color: #a3a0ad;
}

.site-footer .site-logo {
	text-align: center;
	max-width: none;
	padding: 28px 0 10px;
}

.site-footer .site-logo a {
	display: inline-block;
	max-width: 180px;
}

.foot_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

.foot_menu li {
}

.foot_menu li a {
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
	font-size: 0.875rem;
	line-height: 1;
	text-align: center;
	position: relative;
}

.foot_menu li:not(:last-child) a::after {
	content: "";
	display: inline-block;
	height: 1em;
	border-left: 1px solid currentColor;
	transform-origin: center;
	position: absolute;
	top: 0.5em;
	right: 0;
	z-index: 3;
}

.copy {
	padding: 0.5em 0;
	margin: 0;
	font-size: 10px;
	line-height: 1;
	text-align: center;
}




/*--------------------------------------------------------------
## 各ページ
--------------------------------------------------------------*/
/*トップページ
------------------------------*/



    @keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

    @-moz-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

    @-webkit-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }


/* 申し込みエリア */
.form_area{
	background: #e7f5e7;
}
.form_area ul,
.form_area ol,
.form_area li,
.form_area dl,
.form_area dd{
	margin: 0;
	padding: 0;
	list-style: none;
}

.form_area dt{
	margin-bottom: 0.5em;
	display: flex;
	flex-direction: column;
	font-size: 1.2rem;
}
.form_area dt input[type="radio"],
.form_area dt input[type="checkbox"]{
	width: 1em;
	height: 1em;
	margin-bottom: 0.2em;
}

.form_area dd{
	margin: 0 0 2em;
}

.form_area li.view_on{
	margin: 0 0 0 2em;
}

.form_area .wrapper{
	background: #fff;
}

.form_area #dekitoru_form .error-message {
	display: none;
	color: #e23b2f;
	font-size: 1rem;
	font-weight: normal;
}
.form_area #dekitoru_form.error input:invalid ~ .error-message {
	display: block;
}

.form_area h2{
	padding: 3em 0;
	margin: 0;
	color: #fff;
	text-align: center;
}
.form_area h2.caret_down{
	background: #3aae36;
	border-bottom-color: #3aae36;
	padding: 0.8em 0.5em 0.5em;
	font-weight: bold;
}

.anchor{
	display: block;
	content: "";
	padding-top: 58px;
	margin-top: -58px;
}

.form_area h2 span{
	display: inline-block;
	background: #3aae36;
}

.form_area form{
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	padding: 2em 0 2em;
}

.flow_arrow{
	text-align: center;
	margin: 3em 0;
}

.flow_arrow img{
	width: 80%;
	max-width: 150px;
}

.form_area h3{
	font-size: 1.3rem;
	color: #3aae36;
	padding-bottom: 0.2em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #3aae36;
}

.template_select select{
	max-width: 400px;
}

.reference{
	font-size: 0.85rem;
	color: #999999;
}

.box_list{
	width: 70%;
}

.box_list li{
	font-size: 0.9rem;
	display: inline-block;
	line-height: 1;
	padding: 0.2em;
	margin: 0.2em;
	border: 1px solid #1c1c1c;
}

li.monthly{
	border-top: 1px solid #1c1c1c;
	padding-top: 1em;
}

.form_area .dotted_list{
	list-style: disc;
	margin-left: 1.5em;
}

.domain_new input.domain_new_item{
	width: 60%;
}

.domain_new li{
	padding: 0.5em 0;
}

.total{
	font-size: 1.2rem;
	margin: 0;
}

.total tr{
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: space-around;
	margin: 0 0 1em;
	border-bottom: 3px solid #3aae36;
}

.total tr:first-child{
	color: #3aae36;
	border-bottom: dotted 2px #3aae36;
}
.total tr:last-child{
	color: #727171;
}
.total th,
.total td{
	padding: 0;
}

.total td{
	font-size: 2em;
}

.total td small{
	font-size: 0.5em;
}

.complete_area h2{
	color: #1c1c1c;
}

.complete_area .complete_text{
	width: 90%;
	margin: 0 auto;
}

.contact_btn{
	padding-bottom: 2em;
}
.contact_btn a {
	text-align: center;
	display: block;
	color: #FFF;
	font-size: 1.2rem;
	background: #f29600;
	border-radius: 0.5em;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	width: 94%;
	max-width: 290px;
	margin: 0 auto;
	padding: 1em 0;
	box-sizing: border-box;
	white-space: nowrap;
	position: relative;
	transition: 0.5s;
}
.contact_btn a:hover {
	opacity: 0.7;
}






.button {
	position: relative;
}

.button::after {
	content: "";
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	background: radial-gradient(circle, #fff, #fff 5px, transparent 5px) no-repeat left -10px top -10px,
		 radial-gradient(circle, #fff, #fff 5px, transparent 5px) no-repeat left -10px top 10px,
		 radial-gradient(circle, #fff, #fff 5px, transparent 5px) no-repeat left 10px top -10px,
		 radial-gradient(circle, #fff, #fff 5px, transparent 5px) no-repeat left 10px top 10px,
		radial-gradient(circle, #994422,#994422 40px,#662211 41px,#ff9966 45px,#aa5533 50px, transparent 50px) no-repeat center;	
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	z-index: -1;
}

.address_table th{
	text-align: left;
	font-size: 1.4rem;
	display: block;
	padding: 1rem 10px 0;
}

.address_table td{
	text-align: left;
	border-bottom: 1px solid #fff;
	display: block;
}

.address_table .address td{
	text-align: left;
	border-bottom: 1px solid #ccc;
	width: auto;
	padding-bottom: 1em;
}

.address_table .salon_tel_icon i{
	vertical-align: middle;
}

.text_frame {
	width: 80%;
	text-align: center;
	margin-bottom: 20px;
	background-color: #efefef;
	margin: 0 auto;
	padding: 20px;
}


	
	
	/* header
	---------------------*/
	.site-header {
		flex-direction: column;
	}
	
	.scroll .header_menu li a,
	body:not(.home) .header_menu li a {
		color: #000;
		text-shadow: none;
	}
	
	.header_menu li a {
    color: #000;
    text-shadow: none;
	}
	
	
	/* main
	---------------------*/
	/* body:not(.home) .site-content {
		margin-top: 100px;
		min-height: calc(100vh - 100px);
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	
	.link_sec~.content_sec[id] {
		padding-top: 100px;
	}

	.link_sec~.content_sec.bg::before {
		top: 70px;
	}

	.content-area {
		width:70%;
		flex-shrink: 0;
	}
	.widget-area {
		width:25%;
		flex-shrink: 0;
	}
	.content-area.wide {
		width: 100%;
	}

	.page_menu_list>li {
		width: 22%;
	} */

	/* footer
	---------------------*/
	
	
	.site-footer .wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.foot_menu {
		display: flex;
		margin-left: 20px;
	}
	
	
	/*--------------------------------------
	# 各ページ
	--------------------------------------*/
	.btn.focus, .btn:focus{
		box-shadow: none;
	}

.w100 {font-weight: 100;}
.w200 {font-weight: 200;}
.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w500 {font-weight: 500;}
.w700 {font-weight: 700;}
.w900 {font-weight: 900;}

h2{
	font-size: 2em;
}
h2 span{
	position: relative;
}
h2 span img{
	height: 2rem;
	top: -2rem;
}
	h2.caret_down{
		width: 100vw;
    background:#c0ad5e;
    border-bottom-color: #c0ad5e;
    padding: 0.4em 0.5em 0.2em;
    margin: 0 calc(-50vw + 50%) 80px;
    color: #fff;
    font-size: 2em;
    text-align: center;
	}
	.top-section h2.caret_down{
		margin: 0 auto 30px;
	}
	h2.caret_down::after{
    content: "";
    display: block;
    border: 20px solid transparent;
    border-bottom-width: 30px;
    border-bottom-color: inherit;
    position: absolute;
    left: calc(50% - 20px);
		transform: scaleY(-1);
	}
	#content_form h2.caret_down::after{
		margin-top: 0.3em;
	}
	.wrap{
		width: 92%;
		max-width: 1100px;
		margin: 0 4%;
		position: relative;
		z-index: 1;
	}
	.brown{
		color: #c0ad5e;
	}
	.content-area {
    width: 100%;
}
.btn.btn-block{
	position: relative;
	text-decoration: none;
	border-radius: 15px;
	border:1px solid #927d2a;
	color: #927d2a;
	font-size: 0.875em;
}
.btn.btn-block:after {
	position: absolute;
	top: 50%;
	right: 7px;
	display: block;
	color: #927d2a;
	font-size: 0.875em;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "＞";
}
 .section .text_logo ,.top-function .text_logo{
	position: relative;
	top: -.5em;
	height: 2em;
}
.main_content{
		padding-bottom: 100px;
}
.main_content.top-section{
	padding-bottom: 0;
}
h2 .text_logo{
	position: relative;
	top: -.2em;
	height: 1.5em;
}
.svg_img path{
  fill: currentColor;
}
body:not(.home) .site-content{
	margin-top: 0;
}

/* header
---------------------*/
header h1{
	font-size: 0.8rem;
}
header .model{
	font-size: 4em;
	margin: 0.6em 0 0.3em;
}
.header_dekitoru{
	max-width: 22em;
	margin: 0 auto;
}
header .header_1{
	position: relative;
	color: #fff;
	padding: 4em 0;	
	background: url(./img/header_bg1.png) center center;
	background-size: cover;
	font-size: 0.8rem;
}
header .header_1::after{
	content: "";
	position: absolute;
	display: block;
	background: #ddd;
}
header .header_1>div{
	margin-left: auto;
}
header .header_1 .text_logo{
	margin: 0 0.5em;
}
header .header_1>div>div:last-child img{
	max-width: 340px;
	width: 100%;
}
header .header_btn{
	padding: 20px 0;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
}
header .news_btn{
	max-width: 400px;
	margin: 0 auto;
}
header .news_btn .btn{ 
	font-weight: bold;
	padding: 8px 0 10px;
	border-radius: 30px;
	font-size: 15.4px;
}
header .header_2{
	background: url(./img/header_bg2.png) center;
	background-size: cover;
	padding: 5em 0 4em;
	font-size: 1rem;
}
header .header_2>div>div{
	padding-left:  1em;
	margin: 0 auto;
	max-width: 420px;
}
header .header_2 .text_logo{
	font-size: 2.5rem;
	padding:.2em 0 .5em;
}
header p{
	line-height: 1.8em;
	font-size: 1rem;
}
header .header_2 p{
	font-size: 0.8rem;
} 
/* .header_ {
	padding: 15px 0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
} */
.header_ h1.logo{
	max-width: 200px;
  width: 18%;
  margin-top: -4px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px), print{
	.header_ h1.logo{
		text-align: center;
			width: 100%;
			max-width: 100%;
			margin-top: 4px;
	}
	.header_ h1.logo img{
		width: 200px;
	}
}
@media only screen and (max-width: 575px), print{
	header .header_1{
		background: url(./img/woman.png) bottom left no-repeat,url(./img/bg.png) center center;
		background-size: 50%,100% 100%;
		padding: 4em 0 2em;
	}
	header .header_1>div>div:last-child{
		text-align: right;
			margin-right: 1em;
	}
	header .header_1>div>div:last-child img{
		max-width: 50vw;
	}
}
@media only screen and (max-width: 1000px), print{
	header .model {
		font-size: 3.2em;
	}
}	
/* youtube
---------------------*/
.top-youtube {
	text-align: center;
	padding: 0 5%;
}
.top-youtube>div{
	position: relative ;
	display: inline-block;
	line-height: 0;
	aspect-ratio: 16 / 9;
}
.top-youtube>div::after {
		display: block;
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 8px;
		left: 8px;
		z-index: -1;
		-webkit-background-size: 4px 4px;
		-moz-background-size: 4px 4px;
		background-size: 6px 6px;
		background-image: linear-gradient(-45deg, #c0ad5e 25%, transparent 25%, transparent 50%, #c0ad5e 50%, #c0ad5e 75%, transparent 75%, transparent);
}
.top-youtube>div iframe {
	height: 100%;
}

.top-youtube .embed-responsive {
	 overflow: visible;
	}

/* section
---------------------*/
.top-section{
	line-height: 2.5em;
	font-size: 0.94rem;
}
.section{
	position: relative;
	padding: 40px 0px 40px;
}
.section:nth-child(2n){
	color: #c0ad5e;
}
.section:nth-child(2n) object path{
	fill: #c0ad5e;
}
.section:nth-child(2n) div>div>div{
	color: #8a7c43;
}
.section:nth-child(2n) .btn.btn-block {
    border: 1px solid #8a7c43;
    color: #8a7c43;
}
.section:nth-child(2n-1){
	color: #fff;
}
.section:nth-child(2n-1) object path{
	fill: #fff;
}
.section::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.section:nth-child(2n)::before{
  background: #fff;
}
.section:nth-child(2n-1)::before{
	background: #c0ad5e;
}
.section h3{
	line-height: 1.8em;
	font-weight: 600;
	padding-top: 53px;
	margin-bottom: 20px;
	position: relative;
	font-size: 2rem;
}
.section h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: -.5em;
	width: 31px;
	padding-top: 53px;
	background-size: cover;
	left: calc(50% - 15px);
	
}
.section .col-sm-5 img{
	margin-top:2rem;
}
.section:nth-of-type(1) h3::before{
	background-image: url(./img/sec1.png);
}
.section:nth-of-type(2) h3::before{
	background-image: url(./img/sec2.png);
}
.section:nth-of-type(3) h3::before{
	background-image: url(./img/sec3.png);
}
.section:nth-of-type(4) h3::before{
	background-image: url(./img/sec4.png);
}
.section:nth-of-type(5) h3::before{
	background-image: url(./img/sec5.png);
}
.section ul{
	margin: 0;
	padding: 0;
}
.section ul li{
	list-style: none;
	padding-bottom:10px;
}
.section ul li div:last-child{
	padding-left: 1em;
}
.section:last-child{
		padding-bottom: 60px;
}
	@media only screen and (min-width: 1024px), print{
		.wrapper {
			margin: 0 auto;
		}
	}	
	@media only screen and (min-width: 769px), print{
		.content-area {
			width: 70%;
			flex-shrink: 0;
		}		
		.content-area_wide {
			width: 100%;
	}
	}
		/* price
	---------------------*/
	.top-price ul{
		position: relative;
		margin:0;
		padding: 0 0 30px;
	}
	.top-price li{
		list-style: none;
		padding:30px 30px;
	}
	.top-price li:first-child{
		border-right: 1px solid #c0ad5e;
	}
	.top-price li div:first-child{
		margin-bottom: auto;
	}
	.top-price .btn{
		width: 100%;
    max-width: none;
		margin: 0;
		padding-right: 1.2em;
	}
	.top-price li>div>div:first-child{
		font-size: 0.8rem;
		border: 1px solid #000;
    text-align: center;
    min-height: 3em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

	}
	.top-price .plan{
		font-weight: 900;
		font-size: 1.6rem;
	}
	.top-price .plan span:first-child{
		font-size: 1.8em;
	}
	.top-price .money{
		font-size: 1.2rem;
	}
	.top-price .money>span>span{
		font-size: 3em;
	}
	.top-price .money>span>span:first-child{
		font-size: 1.7em;
		letter-spacing: 0;
	}
	.top-price .price_text{
		font-size: 0.94rem;
	}
	.top-price li>div:last-child div{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		font-size: 0.7em;
		color: #727171;
		width: 100%;
    text-align: center;
	}
	.top-price .getugaku{
		font-size: 1em;
	}
	.top-price .getugaku>span:first-child{
		font-size:1.4em;
	}
	.top-price .getugaku .money2 span:last-child{
		font-size:1.8em;
	}
	@media only screen and (max-width: 575px), print{
		.top-price li:first-child{
			border-right: none;
			border-bottom: 1px solid #c0ad5e;
		}
	}
		/* function
	---------------------*/
.top-function{
	font-size: 0.94rem;
	line-height: 2em;
}
.top-function .function_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	width: 100%;
	letter-spacing: 0;
}
.top-function .function_list div{ 
list-style: none;
font-size: 0.875em;
text-align: center;
color: #fff;
}
.top-function .function_list div div{
	padding: 0 .5em;
	margin-bottom: 10px;
	background:  #c0ad5e;
}
.top-function .faq{
	padding: 10px;
	margin: 3em auto 3.5em;
	max-width: 1000px;
	background-size: 8px 8px;
	background-image: linear-gradient(-45deg, #c0ad5e 25%, transparent 25%, transparent 50%, #c0ad5e 50%, #c0ad5e 75%, transparent 75%, transparent);
}
.top-function .faq ul{
	margin: 0;
	padding: 3em 4em 3em 7em;
	background: #fff;
}
.top-function .faq ul li{
	position: relative;
	list-style: none;
	padding: .8em 0;
}
.top-function .faq ul li::before{
	position: absolute;
	content:"";
	top: 0.6em;
	left: -3.5em;
	display: inline-block;
	width: 28px;
	height: 40px;
	background:url(./img/check.png) no-repeat;
	background-size:cover;
}
.top-function .brown{
	display: inline-block;
	position: relative;
	padding: 0 1.5em;
	font-size: 1.4em;
}
.top-function .brown::before ,.top-function .brown::after{
	content: "";
	display: block;
	width: 0.7em;
	height: 1.2em;
	position: absolute;
	top: calc(50% - 0.6em);
}
.top-function .brown::before{
	left: 0;
}
.top-function .brown::after{
	right: 0.2em;
}
.top-function .brown::before{
	background: url(./img/text_desig_l.png);
}
.top-function .brown::after{
	background: url(./img/text_desig_r.png);
}
.top-function .arrow img{
	width: 10%;
	max-width: 150px;
}
.top-function .text_logo {
	height: 1.6em;
}
.top-price .money>span,.top-price .money2{
	font-family: 'Anton', sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .2em;
}
		/* footer
	---------------------*/
footer{
	color: #fff;
	background-size: 8px 8px;
	background-color: #727171;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #000), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #000),color-stop(.75, #000), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 4px 4px;
}
footer ul{
	margin: 0;
	padding: 0;
}
footer ul li{
	list-style: none;	
	border-right: 1px solid #fff;
	font-size: .7em;
}
footer ul li:first-child{
	border-left: 1px solid #fff;
}
footer ul li a{
	text-decoration: none;
	padding: 5px 15px;
}
footer .address div{
	font-size: .7em;
}

	.main_title {
		font-size: 3rem;
	}
	
	.page_title {
		font-size: 3rem;
	}
	
	/* フォーム */
	.view_off{
		display: none;
	}
	.view_on{
		display: block;
	}

/* contact */
.contact>h2{
	padding: 2em 0 1em;
	text-align: center;
	font-size: 2rem;
	color: #1c1c1c;
	font-weight: bold;
}

.contact>h2>span{
	display: block;
}

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

input,textarea,select{
	font-size: 16px;
}

.contact_area{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.contact_agree_txt {
	text-align: center;
	margin: 1em 0;
}

#privacy{
	line-height: 1.5em;
	border: 1px solid #ccc;
	height: 250px;
	padding: 0 5px;
	margin: 20px auto 30px;
	max-width: 100%;
	background-color: #fff;
	overflow: auto;
	font-size: 0.8rem;
}

#privacy>ol{
	padding-left: 2em;
	margin: 0;
}

#privacy>ol>li{
	margin-bottom: 1.5em;
}

#privacy dl {
	margin: 0;
}

#privacy dl dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	font-size: 1em;
}

#privacy dl dd {
	margin-left: 0;
	margin-bottom: 1em;
}

#privacy dl ul {
	margin-left: 0;
	padding-left: 2em;
	list-style-type: disc;
}

#privacy ul>li {
	list-style: disc;
}
#privacy ol>li {
	list-style: decimal;
}

#privacy dl ol {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#privacy dl ol>li {
	counter-increment: cnt;
	padding-left: 2em;
	position: relative;
	list-style: none;
}

#privacy dl ol>li::before {
	content: counter(cnt);
	display: block;
	text-align: center;
	line-height: 1;
	font-size: 0.8em;
	width: 1.5em;
	height: 1.5em;
	border: 1px solid #555;
	border-radius: 50%;
	padding: 0.1em;
	position: absolute;
	top: 0.4em;
	left: 0;
}
.agree ol{
	list-style-type: none;
}

table.contact_form {
	width: 100%;
	margin-bottom: 30px;
}

table.contact_form th, table.contact_form td {
	padding-left: 2.5rem;
	display: table-cell;
	padding: 1.5rem 1rem;
}

table.contact_form th {
	text-align: left;
	width: 12.5em;
	font-weight: bold;
	vertical-align: middle;
}

table.contact_form .th_note {
	vertical-align: top;
}

table.contact_form td select {
	line-height: 1.5em;
	padding: 3px;
}

textarea {
	width: 100%;
}

.form_s {
	box-sizing: border-box;
	width: 7em;
}

.form_l {
	box-sizing: border-box;
	width: 100%;
}

.form_btn {
	text-align: center;
	margin-top: 50px;
}

label input {
	margin-right: 3px;
	vertical-align: middle;
}

.nessesary {
	float: right;
	background-color: #e23b2f;
	color: #fff;
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: normal;
	line-height: 1.7em;
	margin-left: 5px;
	padding: 0 5px;
	vertical-align: middle;
}

#contact_form label.picker_label {
	display: block;
	margin-bottom: 5px;
	padding-left: 1.5em;
	position: relative;
}

#contact_form label.picker_label>input {
	position: absolute;
	top: 45%;
	left: 0;
	transform: translate(0,-50%);
}

.entry_btn button {
	display: block;
	color: #FFF;
	font-size: 1.2rem;
	background: #f29600;
	border-radius: 0.5em;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	width: 94%;
	max-width: 290px;
	margin: 0 auto;
	padding: 1em 0;
	box-sizing: border-box;
	white-space: nowrap;
	position: relative;
	transition: 0.5s;
}
.entry_btn button:hover {
	opacity: 0.7;
}

.form_btn a {
	text-decoration: none;
	color: #FFF;
}

.contact_agrees {
	border-radius: 5px;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 1em;
}

.contact_agrees label {
	cursor: pointer;
}

table.contact_form .form_mail th{
	vertical-align: baseline;
}
table.contact_form .form_mail td p{
	margin: 0.5em 0 0 0;
}

table.contact_form .form_regular_mail label{
	display: inline-block;
}
table.contact_form .form_regular_mail label input{
	width: auto;
}
table.contact_form .form_regular_mail label:first-child{
	padding-right: 0.5em;
}

/* footer nav ---------------------*/
footer{
	padding:1.5em 0 110px;
}
.footer_nav{ 
	width: 100%;
	position: fixed;
	bottom: -4px;
	left: 0;
	z-index: 999;
}

/* .footer_nav .nav_btn{
	display: block;
	width: 100vw;
	max-width: none;
	color: #fff;
	position: relative;
	padding: 0;	
	margin: 0 auto;
	border: none;
} */

.footer_nav ul{
	list-style: none;
	padding-left: 0;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.footer_nav ul li{
	width: 50%;
	max-width: none;
	padding-bottom: 0;
	margin-top: 0;
}
.footer_nav li a {
	display: block;
	border: 4px solid;
	text-align: center;
	padding: 1em 0;
	color: #fff;
	text-decoration: none;
	background-color: #4BBBBF;
	text-decoration: none;
	text-indent: 0.1em;
	font-weight: bold;
	line-height: 1.4;
	padding: 0.5em 0px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.footer_nav ul li a{
	display: flex;
	flex-direction: column;
	font-size: 1.1em;
	font-weight: 700;
}
/* 
.footer_nav ul li a:hover{
	color: #fff;
}

.footer_nav img{
	margin-bottom: 5px;
	width: 15%;
}
.footer_nav li:last-child img{
	padding: 4px 0;
}
*/
.footer_nav ul li a:hover{
	background-color: #368285;
	opacity: 1;
}
.btn .back_btn a{
	display: block; 
	text-align: center;
	color: #FFF; 
	font-size: 1.1rem; 
	background: #aaa; 
	border-radius: 0.5em; 
	font-weight: bold;
	border-style: none;
	width: 65%; 
	max-width: 200px; 
	margin: 0 auto; 
	padding: 1em 0; 
	box-sizing: border-box; 
	white-space: nowrap;
	position: relative;
	transition: 0.5s;
} 
.nav_btn  a:hover{
	color: #FFF; 
	opacity: .7;
}

/* LP用 */
.lp-body {
	font-family: 'Noto Sans JP', sans-serif;

	--lp-font-base_color: #3e3a39;
	color: var(--lp-font-base_color);

	margin: 0;
}
.lp-pink {
	--lp-main_color: #3aae36;
	--lp-button_color: #3aae36;
	--lp-bg_color: #fdeef4;
}
.lp-green {
	--lp-main_color: #3aae36;
	--lp-button_color: #f29600;
	--lp-bg_color: #e7f5e7;
}
.lp-bg-gray {
	--lp-color-gray: #f7f7f7;
	background-color: var(--lp-color-gray);
}


.lp-header .site-branding {
	background-color: var(--lp-main_color);
	height: 55px;
	position: static;
}

.top-margin {
	margin-top: 0;
}

.lp-header_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: center;
	font-weight: bold;
	height: 100%;
	display: none;
}
.lp-header_menu-button a {
	display: flex;
	align-items: center;
	color: inherit;
	text-decoration: none;
	padding: 1em 1.5em;
	border-radius: 100vw;
	height: 50px;
}
.lp-header_menu-button a img {
	margin-right: 0.5em;
}
.lp-header_menu-button.-color a {
	color: #fff;
	background-color: var(--lp-main_color);
	border: 2px solid #fff;
}
.lp-header_menu-button.-white a {
	color: var(--lp-main_color);
	background-color: #fff;
}
.lp-header_menu-button:first-child {
	margin-right: 10px;
}

.lp-main_content {
	position: relative;
	padding: 4rem 0;
}

.lp-main {
	margin-top: 0;
}
.lp-main p {
	line-height: 1.7;
}

.lp-main_title {
	font-size: 1.7rem;
	font-weight: bold;
	margin-top: 0;
}
.lp-main_title.-color {
	color: var(--lp-main_color);
}

.lp-template_list {
	margin: 0;
	padding: 0;
}
.lp-template_list li {
	padding: 0 20px;
}
.lp-template_list li img {
	margin: 0 auto;
}

.lp-site_list_title {
	font-size: 16px;
	font-weight: bold;
}
.lp-site_list li {
	text-align: center;
}
.lp-site_list-link {
	margin-top: 0.5em;
}
.lp-site_list-link a {
	text-decoration: none;
	padding-bottom: 0.1em;
	border-bottom: 1px solid var(--lp-font-base_color);
}
.lp-site_list-link a::before {
	content: "＞";
	display: inline-block;
}

.lp-link_button a {
	display: inline-flex;
	align-items: center;
	color: inherit;
	text-decoration: none;
	padding: 1em 1.5em;
	border-radius: 100vw;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid var(--lp-font-base_color);
}
.lp-link_button a::after {
	content: "";
	background-image: url(img/various/arrow.svg);
	background-size: contain;
	height: 1em;
	width: 1em;
	margin-left: 1em;
}

.lp-top {
	padding: 40px 0 30px;
}
.lp-top-text {
	text-align: center;
}
.lp-top-text-title {
	width: 94%;
	margin: 0 auto;
}
.lp-top-text-text {
	line-height: 2em;
	font-size: 1.1em;
	width: 94%;
	margin: 0 auto;
}
.lp-top-text-img {
	margin-top: calc(-50px - 17%);
	position: relative;
	z-index: -1;
}
.lp-top-img {
	display: none;
}
.lp-top-text-menu {
	display: inline-flex;
	flex-direction: column;
}

.lp-menu-button {
	display: inline-block;
	font-size: 16px;
}
.lp-menu-button a {
	display: flex;
	align-items: center;
	color: inherit;
	text-decoration: none;
	padding: 1em 1.5em;
	border-radius: 100vw;
	max-width: 430px;
	width: 100%;
	font-weight: bold;
}
.lp-menu-button.-color a {
	color: #fff;
	background-color: var(--lp-button_color);
}
.lp-menu-button.-white a {
	color: var(--lp-button_color);
	background-color: #fff;
	border: 2px solid var(--lp-button_color);
}
.lp-menu-button img {
	margin-right: 1em;
	width: 20px;
}
.lp-menu-button-text {
	display: flex;
	flex-direction: column;
	text-align: left;
}
.lp-menu-button-text-top.-f_small {
	font-size: 0.8em;
}
.lp-menu-button-text-right.-center {
	flex-grow: 1;
	text-align: center;
}

.lp-video {
	border: 6px solid #eeeeef;
	display: inline-block;
	line-height: 0;
	aspect-ratio: 16 / 9;
}
.lp-video iframe {
	height: 100%;
}

.lp-lr_border_text {
	position: relative;
	padding: 0 0.5em 0 0.7em;
	line-height: 1.2em;
}
.lp-lr_border_text::before,
.lp-lr_border_text::after {
	content: "|";
	position: absolute;
	font-weight: normal;
}
.lp-lr_border_text::before {
	transform: rotateZ(330deg);
	left: 0;
}
.lp-lr_border_text::after {
	transform: rotateZ(30deg);
	right: 0;
}

.lp-bubble_tile {
	position: relative;
}
.lp-bubble_tile.-white {
	background-color: #fff;
}
.lp-bubble_tile::before {
	content: "";
	background-color: inherit;
	position: absolute;
	transform: translateX(-50%);
	top: -40px;
	left: 50%;
	border-style: solid;
	border-width: 0 37px 74px 37px;	
	border-color: var(--lp-color-gray) var(--lp-color-gray) #fff var(--lp-color-gray);
	z-index: -1;
}
.lp-bubble_tile-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 3rem 10%;
	gap: 1rem;
}
.lp-bubble_tile-box-text {
	text-align: center;
}
.lp-bubble_tile-box-text-title {
	font-size: 16px;
	font-weight: bold;
}

.lp-harf_layout {
	display: flex;
	flex-direction: column;
}
.lp-harf_layout-img {
	text-align: center;
}

.lp-func_list-icon {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lp-func_list-icon img {
	max-height: 100%;
}
.lp-func_list-title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 1rem 0 0.5rem;
}
.lp-func_list.flex_list {
	max-width: 600px;
	justify-content: center;
}
.lp-func_list.flex_list>li {
	max-width: 276px;
}

.lp-notice_box {
	border: 1px solid var(--lp-font-base_color);
	background-color: #fff;
	padding: 1.5rem 2rem;
}
.lp-notice_box-title {
	background-color: var(--lp-font-base_color);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5em 0;
	margin: 0 0 1rem;
}
.lp-notice_box-link {
	text-decoration: none;
	border-bottom: 1px solid var(--lp-font-base_color);
}
.lp-notice_box-link::before {
	content: "＞";
	padding-right: 0.2em;
}

.lp-bubble_title {
	position: relative;
	padding: 0 1em 1em;
	border-bottom: 3px solid var(--lp-font-base_color);
}
.lp-bubble_title::before {
	content: "";
	position: absolute;
	transform: translateY(100%);
	bottom: 1px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 18px solid #fff;
	z-index: 2;
}
.lp-bubble_title::after {
	content: "";
	position: absolute;
	transform: translateY(100%);
	bottom: -2px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 20px solid var(--lp-font-base_color);
	z-index: 1;
}

.lp-flow_list-li-img_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.lp-flow_list-li-img_wrap-num {
	margin-bottom: -21px;
	text-align: center;
	position: relative;
}

.lp-plan_price {
	text-align: center;
	background-color: #fff;
	padding: 2rem 1.5rem;
}
.lp-plan_price-sub_title {
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 14px;
}
.lp-plan_price-title {
	background-color: var(--lp-font-base_color);
	color: #fff;
	padding: 0.2em 0;
	margin: 0 auto 1rem;
	max-width: 440px;
}
.lp-plan_price-img_wrap {
	margin-bottom: 1rem;
	line-height: 1;
}
.lp-plan_price-p {
	font-weight: bold;
	font-size: 14px;
}
.lp-plan_price-notice {
	font-size: 0.8em;
	margin: 1rem 0 0;
}

.lp-border_box {
	border: 1px solid var(--lp-font-base_color);
	padding: 0.5rem 1rem;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}
.lp-border_box-big {
	display: block;
}
.lp-border_box-small {
	font-size: 13px;
}

h2.lp-form_area-title {
	color: var(--lp-font-base_color);
	font-size: 1rem;
	padding: 0 1rem;
}
h2.lp-form_area-title span {
	background-color: inherit;
}
h2.lp-form_area-title .lp-lr_border_text {
	font-size: 16px;
}
.lp-main_content.form_area.-color {
	background-color: var(--lp-bg_color);
	border-top: solid 1px var(--lp-main_color);
}
.lp-main_content.form_area.-color h3 {
	color: var(--lp-main_color);
	border-color: var(--lp-main_color);
}
.lp-main_content.form_area.-color .total tr {
	border-color: var(--lp-main_color);
}
.lp-main_content.form_area.-color .total tr:first-child {
	color: var(--lp-main_color);
	border-color: var(--lp-main_color);
}
.lp-main_content.form_area.-color .entry_btn button {
	background: var(--lp-button_color);
}

.lp-footer_nav {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	background-color: #fff;
	padding-bottom: constant(safe-area-inset-top);
	padding-bottom: env(safe-area-inset-bottom);
}
.lp-footer_nav ul {
	list-style: none;
	padding-left: 0;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.lp-footer_nav ul li {
	width: 50%;
	max-width: none;
	padding-bottom: 0;
	margin-top: 0;
}
.lp-footer_nav ul li a {
	display: flex;
	border: 4px solid;
	text-align: center;
	padding: 1em 0;
	color: #fff;
	text-decoration: none;
	background-color: var(--lp-button_color);
	text-decoration: none;
	text-indent: 0.1em;
	font-weight: bold;
	line-height: 1.4;
	padding: 1em 0;
	align-items: center;
	justify-content: center;
}
.lp-footer_nav ul li a img {
	height: 1.5em;
	margin-right: 0.3em;
}

footer.lp-footer {
	background-image: none;
	padding-bottom: calc(1.5em + 57px + constant(safe-area-inset-bottom));
	padding-bottom: calc(1.5em + 57px + env(safe-area-inset-bottom));
}
footer.lp-footer.-color {
	background-color: var(--lp-main_color);
}

.lp-main .contact_btn {
	padding-top: 30px;
}
.lp-main .contact_btn a{
	background: var(--lp-button_color);
}

body.fixed {
	position: fixed;
	left: 0;
	width: 100%;
}
.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
.modal__bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content{
	background: #fff;
	left: 50%;
	padding: 0;
	position: absolute;
	top: calc((var(--vh, 1vh) * 100) * 0.5);
	transform: translate(-50%,-50%);
	width: 83%;
	height: 90vh;
	height: calc(var(--vh, 1vh) * 90);
}
.modal__content .modal-close-button {
	position: absolute;
	top: -1.2em;
	right: -1.2em;
	color: #fff;
	text-decoration: none;
	font-size: 26px;
}
.modal__content iframe {
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 570px) , print {
	.alignleft {
		display: inline;
		float: left;
		margin-right: 1.5em;
	}
	.alignright {
		display: inline;
		float: right;
		margin-left: 1.5em;
	}
	
	.responsive_table {
		display: table;
		table-layout: fixed;
	}
	
	.responsive_table caption {
		display: table-caption;
	}
	
	.responsive_table thead {
		display: table-header-group;
	}
	
	.responsive_table tbody {
		display: table-row-group;
	}
	
	.responsive_table tfoot {
		display: table-footer-group;
	}
	
	.responsive_table tr {
		display: table-row;
		background-size: 100% 1px;
	}
	
	.responsive_table th ,
	.responsive_table td {
		display: table-cell;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	
	.responsive_table th {
		width: 8em;
		background-color: transparent;
		color: inherit;
	}
	
	.responsive_table td {
	}
	
	.sec_title small {
		display: inline-block;
		margin-left: 0.5em;
	}

	.flex_list>li {
		padding-bottom: 5%;
	}

	.flex_list.m3>li:last-child:nth-child(3n-2) ,
	.flex_list.m4>li:last-child:nth-child(4n+2) ,
	.flex_list.m4>li:last-child:nth-child(4n+3) ,
	.flex_list.m5>li:last-child:nth-child(5n+2) ,
	.flex_list.m5>li:last-child:nth-child(5n+3) ,
	.flex_list.m5>li:last-child:nth-child(5n+4) {
		margin-right: 0;
	}

	.flex_list.t2>li {
		width: 47.5%;
	}

	.flex_list.t3>li {
		width: 30%;
	}

	.flex_list.t4>li {
		width: 21.25%;
	}

	.flex_list.t5>li {
		width: 16%;
	}

	.flex_list.t3>li:last-child:nth-child(3n+2) {
		margin-right: 35%;
	}

	.flex_list.t4>li:last-child:nth-child(4n+2) {
		margin-right: 52.5%;
	}

	.flex_list.t4>li:last-child:nth-child(4n+3) {
		margin-right: 26.25%;
	}

	.flex_list.t5>li:last-child:nth-child(5n+2) {
		margin-right: 63%;
	}

	.flex_list.t5>li:last-child:nth-child(5n+3) {
		margin-right: 42%;
	}

	.flex_list.t5>li:last-child:nth-child(5n+4) {
		margin-right: 21%;
	}


	.lp-func_list.flex_list {
		justify-content: space-between;
	}
	
}

@media only screen and (min-width: 645px) , print {
	/* 申し込みエリア */
	.form_area dt{
		flex-direction: row;
		justify-content: space-between;
	}

	.total tr{
		flex-direction: row;
	}
}

@media only screen and (min-width: 769px) , print {
	html {
		font-size: 16px;
	}

	.mobile {
		display:none!important;
	}
	.pc {
		display:block;
	}
	
	.sp {
		display: none;
	}

	.pc-align_l {
		text-align:left;
	}
	.pc-align_c {
		text-align:center;
	}
	.pc-align_r {
		text-align:right;
	}

	.pc-mb20 {
		margin-bottom: 20px!important;
	}
	.pc-mb50 {
		margin-bottom: 50px!important;
	}
	.pc-mb60 {
		margin-bottom: 60px!important;
	}
	.pc-mb70 {
		margin-bottom: 70px!important;
	}
	.pc-mb80 {
		margin-bottom: 80px!important;
	}
	.pc-mb100 {
		margin-bottom: 100px!important;
	}
	.pc-mb130 {
		margin-bottom: 130px!important;
	}
	
	.fl_l {
		float:left;
	}
	
	.fl_r {
		float:right;
	}
	
	.more_btn a {
		font-size: 1.2rem;
	}
	
	#secondary {
		padding-top: 2em;
	}

	.flex_list>li {
		padding-bottom: 3%;
	}

	.flex_list.t3>li:last-child:nth-child(3n+2) ,
	.flex_list.t4>li:last-child:nth-child(4n+2) ,
	.flex_list.t4>li:last-child:nth-child(4n+3) ,
	.flex_list.t5>li:last-child:nth-child(5n+2) ,
	.flex_list.t5>li:last-child:nth-child(5n+3) ,
	.flex_list.t5>li:last-child:nth-child(5n+4) {
		margin-right: 0;
	}

	.flex_list.p2>li {
		width: 48.5%;
	}

	.flex_list.p3>li {
		width: calc(94% / 3);
	}

	.flex_list.p4>li {
		width: 22.75%;
	}

	.flex_list.p3>li:last-child:nth-child(3n+2) {
		margin-right: calc(94% / 3 + 3%);
	}

	.flex_list.p4>li:last-child:nth-child(4n+2) {
		margin-right: 51.5%;
		margin-left: 0;
	}

	.flex_list.p4>li:last-child:nth-child(4n+3) {
		margin-right: 25.75%;
		margin-left: 0;
	}

	.flex_list.p5>li:last-child:nth-child(5n+2) {
		margin-right: 61.8%;
		margin-left: 0;
	}

	.flex_list.p5>li:last-child:nth-child(5n+3) {
		margin-right: 41.2%;
		margin-left: 0;
	}
	footer{
		padding-bottom: 1.5em;
	}
	.footer_nav{
		width: 60px;
		bottom: auto;
		left: auto;
		right: -3px;
		top: calc(50vh - 280px);
	}
	.footer_nav ul{
		flex-direction: column;
	}
	.footer_nav ul li{
		width: auto;
		margin-bottom: 5px;
	}
	.footer_nav ul li a{
		border: 4px solid;
		line-height: 1.1em;
		padding: 1.2em 14px;
	}


	/* LP用 */
	.lp-body {
		font-size: 16px;
	}
	.lp-header .site-branding {
		position: fixed;
		height: 75px;
	}

	.top-margin {
		margin-top: 75px;
	}

	.lp-site-logo {
		width: 27%;
	}

	.lp-header_menu {
		display: flex;
	}

	.lp-main {
		margin-top: 75px;
	}

	.lp-main_content {
		padding: 6rem 0;
	}

	.lp-main_title {
		font-size: 2rem;
		margin-bottom: 50px;
	}

	.lp-template_list {
		list-style: none;
		display: flex;
		justify-content: space-between;
		max-width: 1100px;
		width: 92%;
		margin: 0 auto;
	}
	.lp-template_list li:first-child {
		padding-left: 0;
	}
	.lp-template_list li:last-child {
		padding-right: 0;
	}

	.lp-site_list_title {
		font-size: 20px;
	}

	.lp-link_button a {
		font-size: 16px;
	}

	.lp-top {
		position: relative;
		padding: 150px 0 80px;
	}
	.lp-top-text {
		text-align: left;
	}
	.lp-top-text-title {
		width: 53%;
		margin: 0;
	}
	.lp-top-text-text {
		width: auto;
		margin: 0;
	}
	.lp-top-text-img {
		display: none;
	}
	.lp-top-img {
		display: block;
		position: absolute;
		transform: translateY(-50%);
		top: 50%;
		right: 0;
		z-index: -1;
		height: 125%;
		width: 57%;
		text-align: right;
	}
	.lp-top-img img {
		height: 100%;
		object-fit: cover;
	}

	.lp-bubble_tile::before {
		top: -50px;
	}
	.lp-bubble_tile-box {
		flex-direction: row;
	}
	.lp-bubble_tile-box-img {
		width: 30%;
	}
	.lp-bubble_tile-box-text {
		width: 70%;
		text-align: left;
	}
	.lp-bubble_tile-box-text-title {
		font-size: 20px;
	}

	.lp-func_list-title {
		font-size: 20px;
	}
	.lp-func_list.flex_list {
		max-width: none;
	}

	.lp-harf_layout {
		flex-direction: row;
		justify-content: space-between;
	}
	.lp-harf_layout.-reverse>*:first-child {
		order: 1;
	}
	.lp-harf_layout>* {
		width: 48%;
		max-width: 470px;
	}

	.lp-plan_price {
		padding: 3rem 1.5rem;
	}
	.lp-plan_price-sub_title {
		font-size: 20px;
	}
	.lp-plan_price-p {
		font-size: 20px;
	}

	.lp-border_box-big {
		display: inline;
	}
	.lp-border_box-small {
		font-size: 16px;
	}

	h2.lp-form_area-title .lp-lr_border_text {
		font-size: 20px;
	}

	footer.lp-footer {
		background-image: none;
		padding-bottom: calc(1.5em + constant(safe-area-inset-bottom));
		padding-bottom: calc(1.5em + env(safe-area-inset-bottom));
	}
	.lp-footer_nav {
		display: none;
	}

}
	@media only screen and (max-width: 920px) , print {
		.lp-site_list li {
			width: 100%!important;
			padding-bottom: 50px;
		}
		.lp-site_list li:last-child {
			padding-bottom: 0;
		}
	}
	@media screen and (max-width:768px){
	.footer_nav li:first-child a{
		border-right: 2px solid #fff;
	}
	.footer_nav li:last-child a{
		border-left: 2px solid #fff;
	}
	.footer_nav  img{
		max-width: 30px;
	}
}
@media screen and (max-width:700px){
	.contact_area{
		width: 90%;
	}
	table.contact_form th, table.contact_form td {
		display: block;
	}
	table.contact_form th{
		padding: 0.75em 0 0 0;
		border-bottom: none;
	}
	table.contact_form td{
		padding: 0.75em 0;
	}
	.nessesary{
		float: none;
	}
}
/* contact_end */



@media only screen and (min-width: 1024px) , print {
	
	
	.flex_list.p5>li:last-child:nth-child(5n+4) {
		margin-right: 20.6%;
		margin-left: 0;
	}
	
	.wrapper {
		margin: 0 auto;
	}

	/* .site-branding {
		height: 80px;
	} */

	/* .site-branding .wrapper {
		width: 100%;
	} */
	
	/* .site-header .site-logo {
		padding: 10px 0;
	} */
	
	.main-navigation::before {
		content: none;
	}
	
	.toggle_btn {
		display: none;
	}
	
	.header_menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		max-width: 600px;
		width: auto;
		height: auto;
		background-color: transparent;
		position: static;
		/*height: calc(100vh - 64px);
		top: 64px;*/
	}
	
	.header_menu li {
		border-bottom: none;
	}
	
	.header_menu li a {
		padding: 0.5em 0.75em;
		font-size: 1rem;
		position: relative;
	}

	.lp-menu-button img {
		width: 28px;
	}
	.lp-menu-button {
		font-size: 20px;
	}

}

.page_title {
	font-size: 1.8rem;
	letter-spacing: 0.3rem;
	margin: 2rem auto;
	padding-top: 0.5rem;
	position: relative;
	text-align: center;
	line-height: 1.2;
	color: #000;
}
.page_title a {
	text-decoration: none;
	color: inherit;
}
.page_title_sub {
	display: block;
	font-size: 1.4rem;
	margin-top: 1rem;
}
/*--------------------------------------------------------------
ニュース
--------------------------------------------------------------*/
.top_news_area {
}
.top_news_list a {
    text-decoration: none;
    color: inherit;
}
.top_news {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_news_img {
    text-align: center;
    width: 38%
}
.top_news_img a {
    display: block;
    border: 1px solid #e5e5e5;
}
.top_news_list li .top_news_img img {
    width: 100%;
    height: 23.485vw;
    display: block;
}
.top_news_text {
    width: 58%;
    text-align: left;
}
.news_date {
    font-size: 0.78rem;
    letter-spacing: 0.1rem;
    margin-right: 5px;
    margin:0.5rem 0 0.2rem;
}
.top_news_area .news_title {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_cate a {
    display: inline-block;
    border: 1px solid #e5e5e5;
    font-size: 11px;
    padding: 3px 5px;
    line-height: 1;
}

.news_area .top_news {
	margin-bottom: 1rem;
}
.news_title {
	font-size: 15px;
	font-weight: 400;
	margin: 0;
}
.entry-title {
	font-size: 1.85rem;
	margin: 1.2rem 0 2rem;
	padding-bottom: 1.2rem;
	border-bottom: 2px solid #333;
}
.archive .entry-title {
	font-size: 1rem;
}
.entry-title a {
	text-decoration: none;
}
.entry-meta {
	font-size: 0.75rem;
	margin: 0 0 0.5rem;
}
.entry-meta a {
	text-decoration:none;
}
.entry-header .news_cate {
	display: flex;
}
.entry-header .news_cate a {
	margin-right: 3px;
}
.news_link_list {
	flex-wrap: nowrap;
	align-items: center;
	margin: 5rem 0 1rem;
	border-radius: 5px;
	padding: 1rem;
	border-top: 1px solid #e5e5e5;
}
.news_link_list.flex_list li {
	width: 30%;
	flex-grow: 8;
	padding-bottom: 0;
}
.news_link_list li:first-child ,
.news_link_list li:last-child {
	flex-grow: 1;
}
.news_link_list .back_archive a {
	font-size: 0.75rem;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 102px;
	margin: 0 auto;
	border: 1px solid;
	border-radius: 100px;
	text-align: center;
	padding: 0.5rem;
}

.news_link_list li:first-child a ,
.news_link_list li:last-child a {
	text-decoration: none;
	font-size: 0.74rem;
}
.news_link_list li .next ,
.news_link_list li .prev {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news_link_list li .prev  {
	justify-content: flex-start;
}
.news_link_list li .prev::before {
	content: "\f104";
	font-family: "Font Awesome\ 5 Free";
	padding-right: 0.5rem;
	font-weight: bold;
}
.news_link_list li .next {
	justify-content: flex-end;
}
.news_link_list li .next::after {
	content: "\f105";
	font-family: "Font Awesome\ 5 Free";
	padding-left: 0.5rem;
	font-weight: bold;
}
.entry-header_img {
	height: 24vh;
	overflow: hidden;
	margin-bottom: 1rem;
}
.entry-header_img img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 100%;
	display: block;
}
.entry-content {
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.entry-content h2 {
}
.entry-content h3 {
}
.entry-content h4 {
}
.entry-content table,
.base_table {
	margin-bottom: 1.5rem;
	width:100%;
background:#fff;
}
.entry-content table th,
.entry-content table td,
.base_table th,
.base_table td {
	border: 1px solid #e5e5e5;
	padding: 0.5rem 1rem;
}
.entry-content table th,
.base_table th {
	background: #f6f6f6;
	font-weight: 400;
	font-size: 0.88rem;
}
.entry-content blockquote {
 background:#f6f6f6;
 padding:10px;
 border-radius:10px;
 position: relative;
 margin-bottom: 1rem;
}
.entry-content blockquote:after {
 content:"”";
 position:absolute;
 top:0;
 right:10px;
 line-height:1;
 font-size:85px;
 color:#e5e5e5;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget {
	margin-bottom:42px;
}
.widget-title {
	font-size: 0.78rem;
	font-weight: 400;
	padding: 0 0.5em 1rem;
	border-bottom: 2px solid #e5e5e5;
}
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget li {
	font-size: 0.78rem;
	position: relative;
}

.widget li a ,
.widget li label {
	text-decoration: none;
	display: block;
	padding: 0.75em 1em;
}

.widget>ul>li>label ,
.widget>ul>li>a ,
ul.month>li>a:hover{
	color: #333;
}
.widget>ul>li:last-child>label ,
.widget>ul>li:last-child>a {
}

.widget ul.children {
}

.widget ul.children li>a {
	padding-left: 1em;
}

.widget ul.children li:first-child>a {
}

.widget ul.children li:not(:last-child)>a {
	border-bottom: 1px dashed #ccc;
}

.widget_picker {
	display: none;
}

.widget_picker+label {
	position: relative;
}

.widget_picker+label::after {
	content: "\f107";
	font-family: "Font Awesome\ 5 Free";
	font-size: 1.25em;
	font-weight: 700;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform-origin: center;
	transform: translateY(-50%);
	transition: 0.5s;
}

.widget_picker:checked+label:after {
	transform: translateY(-50%) rotate(180deg);
}

.widget ul .widget_picker+label+.children {
	overflow: hidden;
	max-height: 0;
	transition: 0.5s ease-out;
}

.widget ul .widget_picker:checked+label+.children {
	max-height: 1000px;
	transition: 0.5s ease-in;
}
.search-form {
	position: relative;
	max-width: 380px;
	margin: 0 auto 2rem auto;
}
.search-form input {
	border-radius: 50px;
	padding: 10px 56px 10px 18px;
	border: 1px solid #e5e5e5;
}
.search_title{
	display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.widget_archive select {
	width: 100%;
	border-radius: 3px;
	font-size: 0.78rem;
	padding: 0.5rem;
}

input[type="submit"].search-submit {
	padding: 0.5em 1em;
	position: absolute;
	top: 2px;
	right: 2px;
	background: none;
	color: #000;
	font-size: 20px;
	border: 0;
}

.widget_archive a.year {
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.widget_archive .years ul {
	-webkit-transition: .3s ease;
	transition: .3s ease;
	margin: 0;
	margin-bottom: 1rem;
	padding-left: 1rem;
}

#sidebar .widget_archive ul.years li{
	margin-bottom: 0;
}

.widget_archive ul.years .hide {
	margin: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}


@media only screen and (min-width: 769px) , print {

	body:not(.home) .site-content {
			margin-bottom: 70px;
	}
	
	.column_content {
			display: flex;
			justify-content: space-between;
			margin-right: 30px;
	}
	
	.content-area {
			width:70%;
			flex-shrink: 0;
	}
	
	.widget-area {
			width:25%;
			flex-shrink: 0;
	}
	
	.content-area_wide {
			width: 100%;
	}
	
	.pagination a {
			flex: none;
	}
	.top_news_list {
		margin-top: 3rem;
}
.top_news_area .top_news_list > li {
		width: 23.5%;
		display: block;
		padding-bottom: 3rem;
}
.top_news_img ,
.top_news_text {
		width: 100%;
}
.top_news_list li .top_news_img img {
		height: 14.524vw;
		max-height: 160px;
}
   /* ニュース・ブログ
    ---------------------*/
    .news_area .top_news_list > li {
			display: block;
			padding-bottom: 3rem;
	}
	.news_area .top_news_list {
			margin-top: 0;
	}
	.widget-area {
		width:25%;
		flex-shrink: 0;
}
    .page_title {
        font-size: 3rem;
        margin-bottom: 4rem;
        padding-top: 2rem;
    }

}
@media only screen and (min-width: 1024px) , print {
	.mobile_left_pc_center {
		text-align: center;
}
.wrapper {
		margin: 0 auto;
}

.flex_list.p5>li:last-child:nth-child(5n+4) {
		margin-right: 20.6%;
		margin-left: 0;
}

.flex_list.p5>li {
		width: 17.6%;
}
}

.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}

/* 作業完了書 */
@media screen and (min-width: 700px){
	.report_text{
		text-indent: 1em;
	}
}