/*!
Theme Name: esthetic1
Theme URI: https://plusmate.co.jp/
Author: 株式会社プラスメイト
Author URI: https://plusmate.co.jp/
Description: サロンタイプのテーマです。
Version: 1.0.1
License URI: https://plusmate.co.jp/theme/term
Text Domain: esthetic1
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size:16px;
	box-sizing: border-box;
}

body {
	margin: 0;
	color:#303030;
	letter-spacing: 0.06em;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
}
main {
	display: block;
	width: 100%;
}
h1 {
	font-size: 2em;
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}

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

html {
	box-sizing: border-box;
}
button,
input,
select,
optgroup,
textarea {
	color: #111;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

img[src$=".svg"] {
	width: 100%;
}

figure {
	margin: 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #000;
	transition: .3s;
	text-decoration: none;
}

a:visited {
	color: #111;
}

a:hover,
a:focus,
a:active {
	opacity: .8;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.gothic{
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.container {
	max-width: 1220px;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 983px){
	.container {
		padding-right: 40px;
		padding-left: 40px;
	}
}

@media screen and (max-width: 767px){
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/*フォームCSS*/
.mw_wp_form dl{
	display: flex;
	border-top: 1px solid #666666;
	padding: 20px 0;
	margin: 0;
}

.mw_wp_form dl:last-child{
	border-bottom: 1px solid #666666;
}

.mw_wp_form dt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	color: #3f3515;
	line-height: 2;
	font-size: 16px;
	flex: 0 0 280px;
	align-self: flex-start;
}

.mw_wp_form dd{
	margin: 0;
	padding-left: 0px;
	font-size: 16px;
	padding-left: 45px;
}

.mw_wp_form dd.radio{
	display: flex;
	align-items: center;
}

.mw_wp_form input{
	font-size:17px;
	border: 2px solid #e6e6e6;
	padding: 4px 15px;
}

.mw_wp_form input[type="text"]{
	width: 100%;
}

.mw_wp_form input[name*="zip-code"]{
	width: inherit;
}

.mw_wp_form textarea{
	width: 100%;
	border: 2px solid #e6e6e6;
	padding:.5em;
	box-sizing: border-box;
	line-height: 1.5em;
	height: 9em;
}

.mw_wp_form .required{
	background: #eefdfd;
	color: #6BC3C7;
	padding: 9px 11px;
	margin: 0;
	font-size: 16px;
	line-height: 1;
}

.mw_wp_form p{
	margin: 0;
	padding: 0;
}

.mw_wp_form .notice{
	color: #737373;
	margin: 5px 0 0 0;
	padding: 0;
}

.mw_wp_form_confirm .notice,
.mw_wp_form_confirm .required {
	display: none;
}

.mw_wp_form_confirm dd {
	display: flex;
	align-items: center;
}

.mw_wp_form .error {
	margin-top: 5px;
}

.mw_wp_form .btn-contact-wrap {
	display: flex;
	justify-content: center;
	margin: 80px 0 150px 0;
}

.mw_wp_form .btn-contact-wrap button{
	border: none;
	border-radius: 0;
	background: #303030;
	color: #fff;
	line-height: 1;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;

	font-size: 16px;
	width: 300px;
	height: 60px;
	margin: 0 30px;
}

.mw_wp_form .btn-contact-wrap button:hover {
	opacity: 0.7;
}

.mw_wp_form .btn-contact-wrap button.btn-back{
	background: #919191;
}

.mw_wp_form_complete .messege {
	margin-bottom: 150px;
}

@media screen and (max-width: 767px){
	.mw_wp_form dl{
		flex-direction: column;
		padding: 25px 0;
	}

	.mw_wp_form dt{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		font-size: 12.5px;
		flex: inherit;
		align-self: flex-start;
	}

	.mw_wp_form dd{
		font-size: 12.5px;
		padding-left: 0px;
		padding-top: 20px;
	}

	.mw_wp_form input{
		font-size:17px;
		border: 2px solid #e6e6e6;
		padding: 4px 10px;
	}

	.mw_wp_form textarea{
		width: 100%;
		border: 2px solid #e6e6e6;
		padding:.5em;
		box-sizing: border-box;
		line-height: 1.5em;
		height: 9em;
	}

	.mw_wp_form .required{
		padding: 5px 10px;
		margin-left: 10px;
		font-size: 12.5px;
	}

	.mw_wp_form .btn-contact-wrap {
		margin: 75px 0 55px 0;
		flex-direction: column;
		align-items: center;
	}

	.mw_wp_form .btn-contact-wrap button{
		font-size: 12.5px;
		width: 260px;
		height: 45px;
		margin: 0px 0px 20px 0px;
	}

	.mw_wp_form_complete .messege {
		margin-bottom: 75px;
	}
}


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

.site-header_content_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px 0 12px 56px
}

.site-header_content_logo img{
	width: 127px;
}

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

.site-header_content_menu nav {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}

.site-header_content_menu nav .sub-menu {
	display: none;
}

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

.site-header_content_menu nav ul li{
	margin-left: 50px;
	text-align: center;
}

.site-header_content_menu a{
	display: block;
	position: relative;
}

.site-header_content_menu a:after{
	position: absolute;
	content: '';
	bottom: -4px;
	left: 0;
	width: 0;
	height: 2px;
	background: #000;
	transition: all .3s ease 0s;
}

.site-header_content_menu a:hover:after{
	width: 100%;
}

.site-header_content_menu a span{
	display: block;
	text-align: center;
}

.site-header_content_menu a span.en{
	font-family: 'Klee One', cursive;
	color: #28898D;
	font-size: 12px;
}
.site-header_content_menu a span.ja{
	color: #000;
	font-size: 16px;
	font-family: "Zen Kurenaido", sans-serif;
}

.site-header_content_menu .tel-wrap {
	margin: 0 40px 0 50px;
}

.site-header_content_menu .tel-wrap p{
	margin: 0;
}

.site-header_content_menu .tel-wrap p.text{
	color: #000;
	font-size: 16px;
}

.site-header_content_menu .tel-wrap p.tel{
	color: #6BC3C7;
	font-weight: 800;
}

.site-header_content_menu .tel-wrap p.tel .en{
	font-size: 20px;
	margin-right: 8px;
}

.site-header_content_menu .tel-wrap p.tel .num{
	font-size: 28px;
}

.site-header_content_menu .reserve-wrap a {
	background: #6BC3C7;
	width: 245px;
	height: 124px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

.site-header_content_menu .reserve-wrap a:hover:after{
	content: none;
}

.site-header_content_menu .sp-only {
	display: none;
}

.site-header_content_sns {
	display: none;
}

.site-header_content_reserve {
	display: none;
}

@media screen and (max-width: 1500px){
	.site-header_content_menu nav ul li {
		margin-left: 30px;
	}
	.site-header_content_menu a span.ja {
		font-size: 14px;
	}
	.site-header_content_menu .tel-wrap {
		margin: 0 20px 0 25px;
	}
	.site-header_content_menu .tel-wrap p.text {
		font-size: 14px;
	}
	.site-header_content_menu .tel-wrap p.tel .en {
		font-size: 12px;
	}
	.site-header_content_menu .tel-wrap p.tel .num {
		font-size: 20px;
	}
	.site-header_content_menu .reserve-wrap a {
		width: 140px;
		font-size: 14px;
	}
}

@media screen and (max-width: 1200px){
	.site-header_content_sns {
		display: flex;
		/* flex-direction: column; */
		justify-content: center;
		align-items: center;
		list-style-type: none;
		position: absolute;
		top: 0;
		right: 210px;
	}
	.site-header_content_sns li{
		margin-right: 12.5px;
	}
	.site-header_content_sns li a{
		font-size: 0;
		display: block;
		background: url(images/icon_insta_sp.png) no-repeat center center / contain;
		width: 61px;
        height: 90px;
	}
	.site-header_content_sns li.line a{
		font-size: 0;
		display: block;
		background: url(images/icon_line_sp.png) no-repeat center center / contain;
		width: 61px;
        height: 90px;
	}
	.site-header_content_sns li.twitter a{
		font-size: 0;
		display: block;
		background: url(images/icon_x_sp.png) no-repeat center center / contain;
		width: 61px;
        height: 90px;
	}
	.site-header_content_sns li.instagram a{
		font-size: 0;
		display: block;
		background: url(images/icon_insta_sp.png) no-repeat center center / contain;
		width: 61px;
        height: 90px;
	}
	.site-header_content_sns a{
		font-size: 0;
		display: block;
		background: url(images/icon_insta_sp.png) no-repeat center center / contain;
		width: 61px;
        height: 90px;
	}
	.site-header_content_reserve {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: #28898D;
		position: absolute;
		top: 0;
		right: 100px;
		width: 100px;
		height: 90px;
	}

	.site-header_content_reserve .img_wrap{
		text-align: center;
	}

	.site-header_content_reserve p{
		color: #fff;
		margin: 10px 0 0 0;
		font-size: 14px;
	}

	.site-header_content_menu .sp-only {
		display: block;
	}

	.site-header_content_menu .tel-wrap {
		display: none;
	}

	.site-header{
		z-index: 999;
	}
	.site-header_content_wrap{
		padding: 0;
		flex-wrap: inherit;
		height: 90px;
	}
	.site-header_content_right{
		display: none;
	}
	.site-header_content_menu{
		align-items: initial;
	}
	.site-header_content_menu nav {
		flex-direction: column;
	}
	.site-header_content_menu nav ul{
		display: block;
	}
	.site-header_content_menu nav ul li{
		margin: 0;
		text-align: left;
		border-bottom: 1px solid #beaea4;
		padding: 40px 0;
	}
	#toggle {
		position: absolute;
		top: 0;
		right: 0;
		background: #000;
		width: 100px;
		height: 90px;
	}

	#toggle-box {
		position: relative;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		cursor: pointer;
		width: 50px;
		height: 38px;
	}

	#toggle-box > span {
		width: 100%;
		height: 2px;
		left: 0;
		display: block;
		background: #fff;
		position: absolute;
		transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
	}

	#toggle-box > span:nth-child(1) {
		top: 0;
	}

	#toggle-box > span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}

	#toggle-box > span:nth-child(3) {
	  bottom: 0;
	}

	#toggle {
		z-index: 1000;
	}

	.site-header_content_logo{
		height: auto;
		padding: 1.770% 4.322% 2.187% 4.322%;
	}

	.site-header_content_logo img{
		width: 95px;
	}

	#main {
		position: relative;
		z-index: 990;
	}

	.site-header_content_menu {
		display: initial;
		z-index: 900;
		overflow: auto;
		width: 88%;
		height: 100%;
		background: #fff;
		position: fixed;
		top: 0;
		right: 0;
		transform: translateX(100%);
		transition:  transform .5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.site-header_content_menu .logo {
		margin-left: 205px;
	}

	.site-header_content_menu .logo img{
		width: 149px;
	}

	.site-header_content_menu ul {
		list-style: none;
		width: 100%;
	}

	.site-header_content_menu ul .menu-item-has-children > a .ja {
		position: relative;
	}

	.site-header_content_menu ul .menu-item-has-children > a .ja:after {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		background: url("images/icon_submenu_open_sp.png")no-repeat center center / contain;
		width: 26px;
		height: 14px;
		margin-right: 54px;
	}

	.site-header_content_menu ul .menu-item-has-children.show {
		background: #e7ded8;
		padding-bottom: 0;
	}

	.site-header_content_menu .sub-menu {
		margin-top: 40px;
		border-top: 1px solid #beaea4;
	}

	.site-header_content_menu .sub-menu li {
		background: #f7f4f1;
		border-bottom: 1px solid #fff;
	}

	.site-header_content_menu .sub-menu li a {
		z-index: 99999;
	}

	.site-header_content_menu a {
		display: block;
		text-decoration: none;
		transition: opacity .6s ease;
		color:#000;
		margin-bottom: 0px;
		padding-left: 80px;
		font-size: 25px;
	}

	.site-header_content_menu a::after {
		display: none;
	}

	.site-header_content_menu a span{
		text-align: left;
		color:#fff;
		font-size: 25px;
	}

	.site-header_content_menu a span.en{
		display: none;
	}

	.site-header_content_menu a span.ja {
		font-size: 25px;
	}

	.site-header_content_menu a:hover {
		opacity: 0.6;
	}

	.site-header_content_menu .shop-wrap {
		padding-left: 80px;
		padding-top: 100px;
	}

	.site-header_content_menu .shop-wrap p,
	.site-header_content_menu .shop-wrap dt,
	.site-header_content_menu .shop-wrap dd{
		font-size: 25px;
	}

	.site-header_content_menu .reserve-wrap {
		width: 100%;
		padding: 0 30px;
	}

	.site-header_content_menu .reserve-wrap a{
		padding: 0;
		width: 100%;
		background: #675854;
		margin-top: 100px;
		height: 110px;
		font-size: 30px;
	}

	.site-header_content_menu .sns-wrap {
		margin-top: 75px;
		margin-bottom: 200px;
	}

	.is-open {
		overflow: hidden;
	}

	.is-open #toggle {
		background: #beaea4;
	}

	.is-open #toggle-box > span {
		background: #000;
	}

	.is-open #toggle-box > span:nth-child(1) {
		top: 50%;
		transform: rotate(45deg) translatey(-50%);
	}

	.is-open #toggle-box > span:nth-child(2) {
		width: 0;
	}

	.is-open #toggle-box > span:nth-child(3) {
		top: 50%;
		transform: rotate(-45deg) translatey(-50%);
	}

	.is-open .site-header_content_menu {
		z-index: 999;
		transform: translateX(0);
		padding: 40px 0px 0px 0px;
	}
	.overlay{
		display: none;
	}

	.overlay_show {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.5);
		height: 100vh;
		width: 100%;
		height: 100vh;
	}
}
@media screen and (max-width: 767px){
	.site-header_content_wrap{
		height: 65px;
	}
	.site-header_content_sns {
		right: 100px;
	}
	.site-header_content_sns li{
		margin-right: 10px;
	}
	.site-header_content_sns li.line a{
		width: 30.5px;
		height: 65px;
	}
	.site-header_content_sns li.twitter a{
		width: 30.5px;
		height: 65px;
	}
	.site-header_content_sns li.instagram a{
		width: 30.5px;
		height: 65px;
	}
	.site-header_content_sns a{
		width: 30.5px;
		height: 65px;
	}
	.site-header_content_reserve {
		right: 50px;
		width: 50px;
		height: 65px;
	}
	.site-header_content_reserve .img_wrap img{
		width: 16px;
	}

	.site-header_content_reserve p{
		margin: 1px 0 0 0;
		font-size: 10px;
	}

	.site-header_content_logo{
		padding: 0 0% 0 5.333%;
	}

	.site-header_content_logo img{
		/* width: 45.5px; */
		width: 65px;
	}

	.site-header_content_menu nav ul li{
		padding: 20px 0;
	}

	#toggle {
		width: 50px;
		height: 65px;
	}

	#toggle-box {
		position: relative;
		width: 25px;
		height: 20px;
		cursor: pointer;
	}

	.site-header_content_menu .logo {
		margin-left: 102.5px;
	}

	.site-header_content_menu .logo img{
		width: 74.5px;
	}

	.site-header_content_menu ul .menu-item-has-children > a .ja:after {
		width: 13px;
		height: 7px;
		margin-right: 27px;
	}

	.site-header_content_menu .sub-menu {
		margin-top: 20px;
	}

	.site-header_content_menu a {
		padding-left: 40px;
		font-size: 12.5px;
	}
	.site-header_content_menu a span{
		font-size: 12.5px;
	}

	.site-header_content_menu a span.ja {
		font-size: 12.5px;
	}

	.site-header_content_menu .shop-wrap {
		padding-left: 40px;
		padding-top: 50px;
	}

	.site-header_content_menu .shop-wrap p,
	.site-header_content_menu .shop-wrap dt,
	.site-header_content_menu .shop-wrap dd{
		font-size: 12.5px;
	}

	.site-header_content_menu .shop-wrap p.tel {
		display: flex;
		align-items: center;
	}

	.site-header_content_menu .shop-wrap p.tel a {
		margin: 0;
		padding: 0;
	}

	.site-header_content_menu .reserve-wrap {
		width: 100%;
		padding: 0 15px;
	}

	.site-header_content_menu .reserve-wrap a{
		margin-top: 50px;
		height: 55px;
		font-size: 15px;
	}

	.site-header_content_menu .sns-wrap {
		margin-top: 37.5px;
		margin-bottom: 100px;
	}

	.is-open .site-header_content_menu {
		padding: 20px 0px 0px 0px;
	}
}

/* shop */
.shop-wrap {

}

.shop-wrap p{
	line-height: 1;
	font-weight: 500;
	margin: 0;
	font-size: 16px;
}

.shop-wrap p.address {
	line-height: 2;
}

.shop-wrap p.tel {
	font-size: 16px;
	margin: 15px 0 20px 0;
}

.business_hours .title{
	margin-bottom: 10px;
}

.business_hours .item-wrap {
	display: flex;
	flex-direction: column;
}

.business_hours .item-wrap .item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.business_hours .item-wrap .item .item_ttl{
	flex: 0 0 60px;
}

.business_hours .item-wrap .item .item_body{
	flex: 0 1 auto;
}

@media screen and (max-width: 983px){
	.shop-wrap p{
		font-size: 25px;
	}

	.shop-wrap p.tel {
		margin: 40px 0 50px 0;
		font-size: 30px;
	}

	.business_hours .title{
		margin-bottom: 25px;
	}

	.business_hours .item-wrap .item{
		margin-bottom: 25px;
	}

	.business_hours .item-wrap .item .item_ttl{
		flex: 0 0 90px;
	}
}

@media screen and (max-width: 767px){
	.shop-wrap p{
		font-size: 12.5px;
	}

	.shop-wrap p.tel {
		margin: 20px 0 25px 0;
		font-size: 15px;
	}

	.business_hours .title{
		margin-bottom: 12.5px;
	}

	.business_hours .item-wrap .item{
		margin-bottom: 12.5px;
	}

	.business_hours .item-wrap .item .item_ttl{
		flex: 0 0 45px;
	}
}

/* sns */
.sns-wrap .sns {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.sns-wrap .sns a {
	font-size: 0;
	display: block;
	margin-left: 12.5px;
	margin-right: 12.5px;
}

.sns-wrap .sns li.facebook a {
	background: url("images/icon_fb_pc.png")no-repeat center center / contain;
	width: 34px;
	height: 34px;
}

.sns-wrap .sns li.twitter a {
	background: url("images/icon_x_pc.png")no-repeat center center / contain;
	width: 37px;
	height: 30px;
}

.sns-wrap .sns li.instagram a {
	background: url("images/icon_insta_pc.png")no-repeat center center / contain;
	width: 32px;
	height: 32px;
}

.sns-wrap .sns li.line a {
	background: url("images/icon_line_pc.png")no-repeat center center / contain;
	width: 32px;
	height: 32px;
}

@media screen and (max-width: 1200px){
	.site-header_content_menu .sns-wrap .sns {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.site-header_content_menu .sns-wrap .sns a {
		font-size: 0;
		display: block;
		margin-left: 25px;
		margin-right: 25px;
	}

	.site-header_content_menu .sns-wrap .sns li.facebook a {
		background: url("images/icon_fb_sp.png")no-repeat center center / contain;
		width: 65px;
		height: 65px;
	}

	.site-header_content_menu .sns-wrap .sns li.twitter a {
		background: url("images/icon_x_sp.png")no-repeat center center / contain;
		width: 70px;
		height: 56px;
	}

	.site-header_content_menu .sns-wrap .sns li.instagram a {
		background: url("images/icon_insta_sp.png")no-repeat center center / contain;
		width: 61px;
		height: 62px;
	}

	.site-header_content_menu .sns-wrap .sns li.line a {
		background: url("images/icon_line_sp.png")no-repeat center center / contain;
		width: 62px;
		height: 62px;
	}
}

@media screen and (max-width: 767px){
	.site-header_content_menu .sns-wrap .sns a {
		margin-left: 12.5px;
		margin-right: 12.5px;
	}

	.site-header_content_menu .sns-wrap .sns li.facebook a {
		width: 32.5px;
		height: 32.5px;
	}

	.site-header_content_menu .sns-wrap .sns li.line a {
		width: 32.5px;
		height: 32.5px;
	}

	.site-header_content_menu .sns-wrap .sns li.twitter a {
		width: 35px;
		height: 28px;
	}

	.site-header_content_menu .sns-wrap .sns li.instagram a {
		width: 30.5px;
		height: 31px;
	}
}

/* Footer
--------------------------------------------- */
.site-footer {
	background: #ebdedb;
	padding-top: 80px;
	padding-bottom: 50px;
}

.site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .footer-top {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.site-footer .footer-top .footer-info {
	flex: 0 0 50%;
}

.site-footer .footer-top .footer-menu {
	flex: 0 0 50%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.site-footer .site-footer_content_logo {
	width: 149px;
}

.site-footer .shop-wrap {
	margin-top: 40px;
}

.site-footer .shop-wrap p{
	font-size: 16px;
}

.site-footer .shop-wrap p.tel{
	margin: 15px 0 20px 0;
}

.site-footer .sns-wrap{
	margin-top: 40px;
}

.site-footer .sns-wrap .sns {
	justify-content: flex-start;
	align-items: center;
}

.footer-menu ul {
	flex: 0 0 50%;
	display: flex;
	flex-direction: column;
}

.footer-menu li{
	margin: 30px 0 0 0px;
}

.footer-menu li.menu-item-has-children li{
	margin: 20px 0 0 0px;
}

.footer-menu li.menu-item-has-children li a{
	position: relative;
	padding-left: 33px;
}

.footer-menu li.menu-item-has-children li a::after{
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #675854;
	width: 12px;
	height: 2px;
	margin-left: 6px;
}


.site-footer a {
	font-weight: 600;
	line-height: 1;
	font-size: 16px;
}

.site-footer .footer-copy {
	margin-top: 87px;
}

.site-footer .footer-copy p {
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.16em;
	margin: 0;
}

@media screen and (max-width: 983px) {
	.site-footer {
		padding-top: 100px;
		padding-bottom: 50px;
	}

	.site-footer .footer-top {
		flex-flow: row wrap;
	}

	.site-footer .footer-top .footer-info {
		flex: 0 0 100%;
	}

	.site-footer .footer-top .footer-menu {
		flex: 0 0 100%;
		margin-top: 52px;
	}

	.site-footer .site-footer_content_logo {
		width: 267px;
		margin:0 auto;
	}

	.site-footer .shop-wrap {
		margin-top: 130px;
	}

	.site-footer .shop-wrap p{
		font-size: 25px;
	}

	.site-footer .shop-wrap p.tel{
		font-size: 30px;
		margin: 30px 0 40px 0;
	}

	.site-footer .sns-wrap{
		margin-top: 70px;
	}

	.site-footer .sns-wrap .sns a {
		margin-left: 25px;
		margin-right: 25px;
	}

	.site-footer .sns-wrap .sns li.facebook a {
		background: url("images/icon_fb_sp.png")no-repeat center center / contain;
		width: 65px;
		height: 65px;
	}

	.site-footer .sns-wrap .sns li.line a {
		background: url("images/icon_line_sp.png")no-repeat center center / contain;
		width: 65px;
		height: 65px;
	}

	.site-footer .sns-wrap .sns li.twitter a {
		background: url("images/icon_x_sp.png")no-repeat center center / contain;
		width: 70px;
		height: 56px;
	}

	.site-footer .sns-wrap .sns li.instagram a {
		background: url("images/icon_insta_sp.png")no-repeat center center / contain;
		width: 61px;
		height: 62px;
	}

	.footer-menu ul {
		flex: 0 0 50%;
		display: flex;
		flex-direction: column;
	}

	.footer-menu li{
		margin: 48px 0 0 0px;
	}

	.footer-menu li.menu-item-has-children li{
		margin: 30px 0 0 0px;
	}

	.footer-menu li.menu-item-has-children li a{
		padding-left: 33px;
	}

	.footer-menu li.menu-item-has-children li a::after{
		width: 16px;
		height: 2px;
		margin-left: 6px;
	}

	.site-footer a {
		font-size: 25px;
	}

	.site-footer .footer-copy {
		margin-top: 87px;
	}

	.site-footer .footer-copy p {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.site-footer {
		padding-top: 50px;
		padding-bottom: 25px;
	}

	.site-footer .footer-top .footer-menu {
		margin-top: 26px;
	}

	.site-footer .site-footer_content_logo {
		width: 133.5px;
	}

	.site-footer .shop-wrap {
		margin-top: 65px;
	}

	.site-footer .shop-wrap p{
		font-size: 12.5px;
	}

	.site-footer .shop-wrap p.tel{
		font-size: 15px;
		margin: 15px 0 20px 0;
	}

	.site-footer .sns-wrap{
		margin-top: 35px;
	}

	.site-footer .sns-wrap .sns a {
		margin-left: 12.5px;
		margin-right: 12.5px;
	}

	.site-footer .sns-wrap .sns li.facebook a {
		width: 32.5px;
		height: 32.5px;
	}

	.site-footer .sns-wrap .sns li.line a {
		width: 32.5px;
		height: 32.5px;
	}

	.site-footer .sns-wrap .sns li.twitter a {
		width: 35px;
		height: 28px;
	}

	.site-footer .sns-wrap .sns li.instagram a {
		width: 30.5px;
		height: 31px;
	}

	.footer-menu li{
		margin: 24px 0 0 0px;
	}

	.footer-menu li.menu-item-has-children li{
		margin: 15px 0 0 0px;
	}

	.footer-menu li.menu-item-has-children li a{
		padding-left: 16.5px;
	}

	.footer-menu li.menu-item-has-children li a::after{
		width: 8px;
		height: 2px;
		margin-left: 3px;
	}

	.site-footer a {
		font-size: 12.5px;
	}

	.site-footer .footer-copy {
		margin-top: 43.5px;
	}

	.site-footer .footer-copy p {
		font-size: 10px;
	}
}

/*--------------------------------------------------------------
# Site Common
--------------------------------------------------------------*/
/* btn */
.btn {
	position: relative;
}

.btn.btn-more {
	color: #fff;
	display: inline-block;
	text-align: left;
	font-size: 16px;
}

.btn.btn-more::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
 	border: 1px solid #fff;
	width: 38px;
	height: 38px;
	margin-left: -53px;
}

.btn.btn-more::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: skew(45deg);
	width: 18px;
 	height: 7px;
	margin-left: -46px;
	margin-bottom: 7px;
}

.btn.btn-more.black {
	color: #303030;
}

.btn.btn-more.black::before {
 	border: 1px solid #4c4c4c;
}

.btn.btn-more.black::after {
	border-bottom: 1px solid #4c4c4c;
	border-right: 1px solid #4c4c4c;
}

@media screen and (max-width: 983px) {
	.btn.btn-more {
		font-size: 25px;
	}
	.btn.btn-more::before {
		width: 50px;
		height: 50px;
		margin-left: -62px;
	}
	.btn.btn-more::after {
		width: 23px;
	 	height: 9px;
		margin-left: -52px;
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 767px) {
	.btn.btn-more {
		font-size: 12.5px;
	}
	.btn.btn-more::before {
		width: 25px;
		height: 25px;
		margin-left: -31px;
	}
	.btn.btn-more::after {
		width: 11.5px;
	 	height: 4.5px;
		margin-left: -26px;
		margin-bottom: 6px;
	}
}

/* btn-com */
.btn.btn-com {
	color: #4c4c4c;
	display: block;
	text-align: center;
	border: 2px solid #6BC3C7;
	width: 100%;
	font-size: 16px;
	padding: 6.5px 0;
}

.btn.btn-com::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	transform: translateY(-50%);

	bottom: 14px;
	margin-right: 13px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #6BC3C7;
	border-right: 1px solid #6BC3C7;
	transform: rotate(45deg);
}

@media screen and (max-width: 983px) {
	.btn.btn-com {
		border: 2px solid #737373;
		font-size: 25px;
		padding: 28px 0;
	}

	.btn.btn-com::after {
		bottom: 35px;
		margin-right: 23px;
		width: 13px;
		height: 13px;
	}
}

@media screen and (max-width: 767px) {
	.btn.btn-com {
		border: 1px solid #737373;
		font-size: 12.5px;
		padding: 14px 0;
	}

	.btn.btn-com::after {
		bottom: 17.5px;
		margin-right: 11.5px;
		width: 6.5px;
		height: 6.5px;
	}
}

/* btn-case */
.btn.btn-case {
	color: #fff;
	background: #6BC3C7;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-left: auto;

	width: 230px;
	height: 50px;
	font-size: 18px;
}

.btn.btn-case::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);

	background: url("images/icon_arrow_right_white_pc.png")no-repeat center center / contain;
	width: 9px;
	height: 16px;
	margin-right: 20px;
	margin-top: 1px;
}

@media screen and (max-width: 983px) {
	.btn.btn-case {
		margin-left: auto;
		margin-right: auto;
		width: 350px;
		height: 70px;
		font-size: 25px;
	}

	.btn.btn-case::after {
		background: url("images/icon_arrow_right_white_sp.png")no-repeat center center / contain;
		width: 14px;
		height: 25px;
		margin-right: 25px;
	}
}

@media screen and (max-width: 767px) {
	.btn.btn-case {
		width: 175px;
		height: 35px;
		font-size: 12.5px;
	}

	.btn.btn-case::after {
		width: 7px;
		height: 12.5px;
		margin-right: 12.5px;
	}
}

/* btn-case-single */
.btn.btn-case-single {
	color: #fff;
	background: #6BC4C7;
	position: relative;
	padding: 10px 37px 10px 10px;
	font-size: 16px;
}

.btn.btn-case-single + .btn.btn-case-single{
margin-left: 10px;
}

.btn.btn-case-single::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);

	background: url("images/icon_arrow_right_white_pc.png")no-repeat center center / contain;
	width: 9px;
	height: 16px;
	margin-right: 15px;
	margin-top: 1px;
}

@media screen and (max-width: 983px) {
	.btn.btn-case-single {
		width: 330px;
		height: 60px;
		font-size: 25px;
	}

	.btn.btn-case-single::after {
		background: url("images/icon_arrow_right_white_sp.png")no-repeat center center / contain;
		width: 14px;
		height: 25px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 767px) {
	.btn.btn-case-single {
		width: 165px;
		height: 30px;
		font-size: 12.5px;
	}

	.btn.btn-case-single::after {
		width: 7px;
		height: 12.5px;
		margin-right: 10px;
	}
}

/* card */
.card_link {
	display: block;
}

.card {
	position: relative;
}

.card .card_img img{
	width: 100%;
}

.card .card_body{
	display: flex;
	flex-direction: column;
}

/* card-feature */
/* slider-features */
.features-content {
	position: relative;
	margin-top: 60px;
}

.slider-features {
	max-width: 1045px;
}

.slider-features .swiper-wrapper {

}

.slider-features .swiper-wrapper .swiper-slide{
	display: flex;
	justify-content: center;
}

.card.card-feature {
	width: 100%;
	padding: 10px;
	background: #fff;
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
	margin: 0 10px 10px 10px;
	min-height: 462px;
}

.card.card-feature .card-img img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.card.card-feature .card-body .card-header{
	color: #675854;
	margin: 0;
	line-height: 1;
	position: relative;
	padding: 0 15px;
	margin-top: 15px;
}

.card.card-feature .card-body .card-header::after{
	content: "";
	position: absolute;
	left: 40px;
	bottom: 3px;
	background: #675854;
	transform: skewY(135deg);
	width: 25px;
	height: 1px;
}

.card.card-feature .card-body .card-header .num{
	font-family: 'Klee One', cursive;
	font-weight: 400;
	font-size: 51px;
}

.card.card-feature .card-body .card-header .ja{
	font-family: "Zen Kurenaido", sans-serif;
	position: absolute;
	font-size: 21px;
	margin: 40px 0 0 26px;
}

.card.card-feature .card-body .card-text{
	line-height: 1.875;
	font-size: 15px;
	margin: 30px 0 0 0;
	padding: 0 15px;
}

@media screen and (max-width: 1160px) {
	.card.card-feature .card-body .card-header .num{
		font-size: 40px;
	}

	.card.card-feature .card-body .card-header .ja{
		font-size: 18px;
	}
}

@media screen and (max-width: 983px) {
	.features-content {
		margin-top: 70px;
	}

	.card.card-feature {
		padding: 18px;
		filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
		margin: 0 60px 20px 60px;
		max-width: 550px;
		min-height: inherit;
		box-sizing: border-box;
	}

	.card.card-feature .card-body .card-header{
		padding: 0 25px;
		margin-top: 15px;
	}

	.card.card-feature .card-body .card-header::after{
		left: 57px;
		bottom: 7px;
		width: 45px;
	}

	.card.card-feature .card-body .card-header .num{
		font-size: 82px;
	}

	.card.card-feature .card-body .card-header .ja{
		font-size: 34px;
		margin: 60px 0 0 30px;
	}

	.card.card-feature .card-body .card-text{
		font-size: 24px;
		margin: 50px 0 50px 0;
		padding: 0 6px;
	}
}

@media screen and (max-width: 767px) {
	.features-content {
		margin-top: 35px;
	}

	.card.card-feature {
		padding: 9px;
		margin: 0 30px 10px 30px;
	}

	.card.card-feature .card-body .card-header{
		padding: 0 12.5px;
		margin-top: 10px;
	}

	.card.card-feature .card-body .card-header::after{
		left: 28.5px;
		bottom: 3.5px;
		width: 22.5px;
	}

	.card.card-feature .card-body .card-header .num{
		font-size: 41px;
	}

	.card.card-feature .card-body .card-header .ja{
		font-size: 17px;
		margin: 30px 0 0 15px;
	}

	.card.card-feature .card-body .card-text{
		font-size: 12px;
		margin: 25px 0 25px 0;
		padding: 0 3px;
	}
}

/* card-front-menu */
.front-menu-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1050px;
	margin: 75px auto 0 auto;
}

.card.card-front-menu {
	box-sizing: border-box;
	background: #fff;
	display: flex;
 	flex-direction: column;
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
	width: calc(33.333% - 50px);
	margin: 0 25px 50px 25px;
}

.card.card-front-menu .card-img img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.card.card-front-menu .card-img .img_wrap,
.card.card-front-menu .card-img picture {
	height: 100%;
	box-sizing: border-box;
	display: block;
}

.card.card-front-menu .card-body{
	flex-grow: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.card.card-front-menu .card-body .btn-wrap{
	margin-top: auto;
}

@media screen and (max-width: 1200px) {
	.card.card-front-menu {
		width: calc(33.333% - 25px);
		margin: 0 12.5px 25px 12.5px;
	}
}
@media screen and (max-width: 983px) {
	.front-menu-content {
		margin: 70px auto 0 auto;
	}

	.card.card-front-menu {
		width: 100%;
		max-width: 550px;
		margin: 0 0px 40px 0px;
	}
}

@media screen and (max-width: 767px) {
	.front-menu-content {
		margin: 35px auto 0 auto;
	}

	.card.card-front-menu {
		margin: 0 0px 20px 0px;
	}
}

.card.card-front-menu .card-header {
	font-family: "Zen Kurenaido", sans-serif;
	background: #6BC3C7;
	color: #fff;
	line-height: 1;
	font-weight: normal;
	margin: 0;
	text-align: center;

	padding: 12px 10px;
	font-size: 18px;
}

.card.card-front-menu .card-text {
	line-height: 1.7142;
	font-weight: normal;
	margin: 0;

	padding: 20px 20px;
	font-size: 14px;
}

.card.card-front-menu .btn-wrap {
	padding: 0px 20px 20px 20px;
}

@media screen and (max-width: 983px) {
	.card.card-front-menu .card-header {
		padding: 25px 10px;
		font-size: 30px;
	}

	.card.card-front-menu .card-text {
		padding: 30px 40px;
		font-size: 25px;
	}

	.card.card-front-menu .btn-wrap {
		padding: 0px 70px 40px 70px;
	}
}

@media screen and (max-width: 767px) {
	.card.card-front-menu .card-header {
		padding: 12.5px 10px;
		font-size: 15px;
	}

	.card.card-front-menu .card-text {
		padding: 15px 20px;
		font-size: 12.5px;
	}

	.card.card-front-menu .btn-wrap {
		padding: 0px 35px 20px 35px;
	}
}

/* card-concept */
.point-content {
	display: flex;
	flex-direction: column;
	margin-top: 125px;
}

.card-point {
	box-sizing: border-box;
	display: flex;
	background: #fff;
	margin-bottom: 60px;
}

.card-point .card-img {
	flex: 1 0 50%;
	max-width: 461px;
}

.card-point .card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.card-point .card-body {
	border-left: 2px solid #675854;
}

.card-point .card-body .card-header{
	color: #675854;
	line-height: 1;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #e7ded8;
	padding: 24px 20px 24px 46px;
}

.card-point .card-body .card-header .en,
.card-point .card-body .card-header .num{
	font-family: 'Klee One', cursive;
	font-weight: 400;
}

.card-point .card-body .card-header .en{
	font-size: 26px;
}

.card-point .card-body .card-header .num{
	margin: 0 70px 0 10px;
	font-size: 51px;
}

.card-point .card-body .card-header .ja{
	font-family: "Zen Kurenaido", sans-serif;
	font-size: 23px;
}

.card-point .card-body .card-text{
	margin: 0;
	line-height: 2;
	padding: 35px 40px 20px 40px;
	font-size: 15px;
}

@media screen and (min-width: 984px) {
	.card-point:nth-child(even) .card-img {
		order: 2;
	}
	.card-point:nth-child(even) .card-body {
		order: 1;
	}
}

@media screen and (max-width: 1200px) {
	.card-point .card-body .card-header{
		padding: 10px 15px 10px 20px;
	}
	.card-point .card-body .card-header .num{
		margin: 0 30px 0 10px;
	}
	.card-point .card-body .card-text{
		padding: 20px 15px 15px 20px;
	}
}

@media screen and (max-width: 983px) {
	.point-content {
		max-width: 670px;
		margin: 100px auto 0 auto;
	}

	.card-point {
		flex-direction: column;
		margin-bottom: 80px;
	}

	.card-point .card-img {
		flex: inherit;
		max-width: inherit;
	}

	.card-point .card-body .card-header{
		padding: 20px 20px 20px 25px;
	}

	.card-point .card-body .card-header .en{
		font-size: 30px;
	}

	.card-point .card-body .card-header .num{
		margin: 0 35px 0 10px;
		font-size: 58px;
	}

	.card-point .card-body .card-header .ja{
		font-size: 28px;
	}

	.card-point .card-body .card-text{
		padding: 30px 25px 50px 25px;
		font-size: 25px;
	}
}

@media screen and (max-width: 767px) {
	.point-content {
		margin-top: 50px;
	}

	.card-point {
		flex-direction: column;
		margin-bottom: 40px;
	}

	.card-point .card-body .card-header{
		padding: 10px 10px 10px 12.5px;
	}

	.card-point .card-body .card-header .en{
		font-size: 15px;
	}

	.card-point .card-body .card-header .num{
		margin: 0 17.5px 0 10px;
		font-size: 29px;
	}

	.card-point .card-body .card-header .ja{
		font-size: 14px;
	}

	.card-point .card-body .card-text{
		padding: 15px 12.5px 25px 12.5px;
		font-size: 12.5px;
	}
}

/* card-menu */
.menu-content {
	display: flex;
	flex-wrap: wrap;
	margin: 150px -30px 70px -30px;
}

.card-menu {
	box-sizing: border-box;
	background: #fff;
	display: flex;
 	flex-direction: column;
	border: 1px solid #c4eced;
	width: calc(50% - 60px);
	margin: 0 30px 80px 30px;
}

.card-menu .card-head{
	display: flex;
	flex-direction: column;
	height: 100%;
}

.card-menu .card-head .card-header{
	font-family: "Zen Kurenaido", sans-serif;
	position: relative;
	margin: 0;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	background: #6BC4C7;
	font-size: 22px;
	padding: 24px 15px 24px 65px;
}

.card-menu .card-head .card-header::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: calc(50% + 1px);
	background: #eefdfd;
	width: 60px;
	height: 2px;
	margin-left: -13px;
}

.card-menu .img_wrap {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.card-menu .img_wrap img{
	padding: 40px 40px 30px 40px;
}

.card-menu .img_wrap,
.card-menu picture {
	height: 100%;
	box-sizing: border-box;
	display: block;
}

.card-menu .card-body{
	flex-grow: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 0px 40px 40px 40px;
}

.card-menu .card-body .card-text{
	margin: 0;
	line-height: 1.875;
	font-size: 16px;
	margin-bottom: 30px;
}

.card-menu .card-body .card-footer{
	margin-top: auto;
}

.card-menu .card-footer .badge-wrap{

}

.card-menu .card-footer .btn-com{
	max-width: 250px;
	margin: 0 auto 15px auto;
	font-size: 18px;
}

@media screen and (max-width: 983px) {
	.menu-content {
		max-width: 670px;
		margin: 80px auto 70px auto;
	}
	.card-menu {
		width: 100%;
		margin: 0 0px 80px 0px;
	}
	.card-menu .card-head .card-header{
		font-size: 29px;
		padding: 30px 15px 30px 65px;
	}

	.card-menu .card-head .card-header::before{
		width: 60px;
		height: 2px;
		margin-left: -13px;
	}

	.card-menu .img_wrap img{
		padding: 60px 25px 30px 25px;
	}

	.card-menu .card-body{
		padding: 0px 25px 25px 25px;
	}

	.card-menu .card-body .card-text{
		font-size: 25px;
		margin-bottom: 40px;
	}

	.card-menu .card-footer .badge{
		font-size: 24px;
		padding: 9px 15px;
		margin-bottom: 20px;
		margin-right: 20px;
	}

	.card-menu .card-footer .btn-com{
		max-width: 520px;
		margin: 0 auto 20px auto;
		font-size: 25px;
	}
}

@media screen and (max-width: 767px) {
	.menu-content {
		margin: 40px auto 35px auto;
	}
	.card-menu {
		margin: 0 0px 40px 0px;
	}
	.card-menu .card-head .card-header{
		font-size: 14.5px;
		padding: 15px 7.5px 15px 32.5px;
	}

	.card-menu .card-head .card-header::before{
		width: 30px;
		height: 1px;
		margin-left: -6.5px;
	}

	.card-menu .img_wrap img{
		padding: 30px 12.5px 15px 12.5px;
	}

	.card-menu .card-body{
		padding: 0px 12.5px 12.5px 12.5px;
	}

	.card-menu .card-body .card-text{
		font-size: 12.5px;
		margin-bottom: 20px;
	}

	.card-menu .card-footer .badge{
		font-size: 12px;
		padding: 4.5px 12.5px;
		margin-bottom: 10px;
		margin-right: 10px;
	}

	.card-menu .card-footer .btn-com{
		max-width: 260px;
		margin: 0 auto 10px auto;
		font-size: 12.5px;
	}
}

/* card-flow */
.flow-content {
	max-width: 980px;
	margin: 0 auto;
}
.card-flow {
	display: flex;
	margin-bottom: 80px;
}

.card-flow:last-child {
	margin-bottom: 0px;
}

.card-flow .card-img {
	flex: 0 0 310px;
}

.card-flow .card-body {
	padding-left: 30px;
}

.card-flow .card-header {
	line-height: 1;
	padding: 0;
	color: #675854;
	display: flex;
	align-items: center;

	margin: 15px 0 20px 0;
}

.card-flow .card-header .num{
	position: relative;
	font-family: 'Klee One', cursive;
	font-weight: 400;
	font-size: 51px;
}
.card-flow .card-header .num::after{
	content: "";
	display: block;
	position: absolute;
	background: #675854;
	transform: rotate(120deg);

	left: 27px;
	bottom: 23px;
	width: 37px;
	height: 1px;
}

.card-flow .card-header .ja{
	font-weight: 500;
	font-size: 21px;
	margin-left: 40px;
}

.card-flow .card-text {
	margin: 0;
	padding: 0;
	line-height: 1.875;
	font-size: 15px;
}

@media screen and (max-width: 983px) {
	.card-flow {
		flex-direction: column;
		margin-bottom: 80px;
	}

	.card-flow .card-img {
		flex: inherit;
	}

	.card-flow .card-img img{
		width: 100%;
	}

	.card-flow .card-body {
		padding-left: 66px;
	}

	.card-flow .card-header {
		margin: 15px 0 20px 0;
	}

	.card-flow .card-header .num{
		font-size: 70px;
	}
	.card-flow .card-header .num::after{
		left: 31px;
		bottom: 31px;
		width: 57px;
	}

	.card-flow .card-header .ja{
		font-size: 32px;
		margin-left: 50px;
	}

	.card-flow .card-text {
		font-size: 25px;
	}
}

@media screen and (max-width: 767px) {
	.card-flow {
		margin-bottom: 40px;
	}

	.card-flow .card-body {
		padding-left: 33px;
	}

	.card-flow .card-header {
		margin: 10px 0 10px 0;
	}

	.card-flow .card-header .num{
		font-size: 35px;
	}
	.card-flow .card-header .num::after{
		left: 15.5px;
		bottom: 15.5px;
		width: 26.5px;
	}

	.card-flow .card-header .ja{
		font-size: 16px;
		margin-left: 25px;
	}

	.card-flow .card-text {
		font-size: 12.5px;
	}
}

/* card-price */
.price-content {
	display: flex;
	flex-wrap: wrap;
}

.card.card-price {
	box-sizing: border-box;
	background: #fff;
	display: flex;
 	flex-direction: column;
	border: 1px solid #666666;
	width: calc(50% - 70px);
	margin: 0 35px 40px 35px;
}

.card.card-price .card-head {
	margin: 0;
	padding: 30px 40px;
}

.card.card-price .card-head .card-header {
	font-family: "Zen Kurenaido", sans-serif;
	margin: 0;
	padding: 0px;
	color: #675854;
	font-weight: bold;

	font-size: 25px;
}
.card.card-price .card-head .card-header_other{
	font-family: "Zen Kurenaido", sans-serif;
	margin: 15px 0 0 0;
	padding: 0px;
	color: #675854;
	font-weight: bold;

	font-size: 20px;
}

.card.card-price .card-head .time {
	display: flex;
}

.card.card-price .card-head .time p {
	margin: 0;
	padding: 0;

	font-size: 16px;
	margin-top: 30px;
}

.card.card-price .card-head .time .time-head {
	color: #675854;
	font-weight: bold;
	margin-right: 30px;
}

.card.card-price .card-body{
	display: flex;
	align-items: center;
	background: #f2f2f2;
	padding: 40px 40px;
}
.card-price .card-body:nth-child(n+3) {
	padding-top: 0;
}

.card.card-price .card-body p{
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.card.card-price .card-body .price-head{
	border: 1px solid #675854;
	border-radius: 32px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;

	width: 195px;
	height: 45px;
	margin-right: 20px;
}
.card.card-price .card-body.card-body-special .price-head{
	border: 2px solid #E46A64;
	color:#E46A64;
}

.card.card-price .card-body.card-body-special .price-body{
	font-size: 18px;
	color:#E46A64;
}

@media screen and (max-width: 983px) {
	.card.card-price {
		width: 100%;
		margin: 0 0px 40px 0px;
	}

	.card.card-price .card-head {
		padding: 40px 40px;
	}

	.card.card-price .card-head .card-header {
		font-size: 30px;
	}

	.card.card-price .card-head .card-header_other {
		font-size: 25px;
	}

	.card.card-price .card-head .time p {
		font-size: 25px;
		margin-top: 40px;
	}

	.card.card-price .card-head .time .time-head {
		margin-right: 20px;
	}

	.card.card-price .card-body{
		padding: 40px 40px;
	}

	.card.card-price .card-body:nth-child(n+3){
		padding-top: 0;
	}

	.card.card-price .card-body p{
		font-size: 25px;
	}

	.card.card-price .card-body .price-head{
		width: 308px;
		height: 60px;
		margin-right: 40px;
	}

	.card.card-price .card-body:nth-child(n+3) .price-body{
		font-size: 27.5px;
	}
}

@media screen and (max-width: 767px) {
	.card.card-price {
		margin: 0 0px 20px 0px;
	}

	.card.card-price .card-head {
		padding: 20px 20px;
	}

	.card.card-price .card-head .card-header {
		font-size: 15px;
	}

	.card.card-price .card-head .card-header_other {
		font-size: 13.5px;
	}

	.card.card-price .card-head .time p {
		font-size: 12.5px;
		margin-top: 20px;
	}

	.card.card-price .card-head .time .time-head {
		margin-right: 10px;
	}

	.card.card-price .card-body{
		padding: 20px 20px;
	}

	.card.card-price .card-body p{
		font-size: 12.5px;
	}

	.card.card-price .card-body .price-head{
		width: 154.5px;
		height: 30px;
		margin-right: 20px;
	}

	.card.card-price .card-body:nth-child(n+3) .price-body{
		font-size: 13.5px;
	}
}

/* card-case */
.case-content {
	display: flex;
	flex-wrap: wrap;
	margin: 58px -30px 90px -30px;
}

.case-content article {
	box-sizing: border-box;
	background: #fff;
	display: flex;
 	flex-direction: column;
	border: 1px solid #c4eced;

	width: calc(50% - 60px);
	margin: 0 30px 30px 30px;
}

.card.card-case{
	display: flex;
 	flex-direction: column;
	height: 100%;
}

.card.card-case .card-img-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 20px;
}

.card.card-case .card-img-wrap .separat{
	margin: 0 3px;
}

.card.card-case .card-img img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.card.card-case .card-img .img_wrap,
.card.card-case .card-img picture {
	height: 100%;
	box-sizing: border-box;
	display: block;
}

.card.card-case .card-img .caption{
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: center;
	color: #7f716d;
	font-weight: 600;

	font-size: 20px;
	margin-top: 8px;
}

.card.card-case .card-body{
	flex-grow: 1;
	height: 100%;
	display: flex;
	flex-direction: column;

	padding: 30px 20px 30px 20px;
}

.card.card-case .card-body .body-item {
	border-top: 1px solid #c4eced;
}

.card.card-case .card-body .body-ttl{
	font-family: "Zen Kurenaido", sans-serif;
	color: #675854;
	font-weight: bold;

	font-size: 18px;
	margin: 20px 0 0 0;
}

.card.card-case .card-body .card-text{
	line-height: 1.5;

	font-size: 16px;
	margin: 15px 0 20px 0;
}

.card.card-case .card-body .body-item.risk .card-text{
	margin-bottom: 40px;
}

.card.card-case .card-body .btn-wrap{
	margin-top: auto;
}

.card.card-case .card-header{
	font-family: "Zen Kurenaido", sans-serif;
	font-weight: bold;
	line-height: 1.3;
	color: #6BC4C7;
	position: relative;
	display: inline-block;

	font-size: 24px;
	padding: 26px 0 26px 50px;
	margin: 0;
}
.card.card-case .card-header::after{
	content: "";
	display: inline-block;
	position: absolute;
	background: #6BC4C7;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 40px;
	height: 1px;
}

@media screen and (max-width: 983px) {
	.case-content {
		margin: 60px 0px 100px 0px;
	}

	.case-content article {
		width: 100%;
		margin: 0 0px 50px 0px;
	}

	.card.card-case .card-img-wrap{
		padding: 0px 30px;
	}

	.card.card-case .card-img-wrap .separat{
		margin: 0 20px;
	}

	.card.card-case .card-img .caption{
		font-size: 28px;
		margin-top: 18px;
	}

	.card.card-case .card-body{
		padding: 30px 30px 30px 30px;
	}

	.card.card-case .card-body .body-ttl{
		font-size: 27px;
		margin: 26px 0 0 0;
	}

	.card.card-case .card-body .card-text{
		font-size: 25px;
		margin: 20px 0 25px 0;
	}

	.card.card-case .card-body .body-item.risk .card-text{
		margin-bottom: 50px;
	}

	.card.card-case .card-header{
		font-size: 30px;
		padding: 40px 0 40px 50px;
		margin: 0;
	}
	.card.card-case .card-header::after{
		width: 40px;
		height: 1px;
	}
}

@media screen and (max-width: 767px) {
	.case-content {
		margin: 30px 0px 50px 0px;
	}

	.case-content article {
		margin: 0 0px 25px 0px;
	}

	.card.card-case .card-img-wrap{
		padding: 0px 15px;
	}

	.card.card-case .card-img-wrap .separat{
		margin: 0 10px;
	}

	.card.card-case .card-img .caption{
		font-size: 14px;
		margin-top: 9px;
	}

	.card.card-case .card-body{
		padding: 15px 15px 15px 15px;
	}

	.card.card-case .card-body .body-ttl{
		font-size: 13.5px;
		margin: 13px 0 0 0;
	}

	.card.card-case .card-body .card-text{
		font-size: 12.5px;
		margin: 10px 0 12.5px 0;
	}

	.card.card-case .card-body .body-item.risk .card-text{
		margin-bottom: 25px;
	}

	.card.card-case .card-header{
		font-size: 15px;
		padding: 20px 0 20px 25px;
		margin: 0;
	}
	.card.card-case .card-header::after{
		width: 20px;
		height: 1px;
	}
}

/* badge */
.badge{
	display: inline-block;
	border: 2px solid #6BC4C7;
	border-radius: 32px;
	font-size: 14px;
	padding: 9px 15px;
	margin-bottom: 15px;
	margin-right: 5px;
}

.badge.badge-gray {
	background: #737373;
	color: #fff;
}

@media screen and (max-width: 983px) {
	.badge{
		font-size: 24px;
		padding: 9px 15px;
		margin-bottom: 20px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 767px) {
	.badge{
		font-size: 12px;
		padding: 4.5px 12.5px;
		margin-bottom: 10px;
		margin-right: 10px;
	}
}

/* accordion */
.accordion .btn {
	cursor: pointer;
}

.accordion .btn:hover {
	opacity: 0.7;
}

/* rayout */
main.page-common .container{
	max-width: 1050px;
}

main.page-common .page_content{
	margin-top: 120px;
}

@media screen and (max-width: 983px) {
	main.page-common .page_content{
		margin-top: 120px;
	}
}

@media screen and (max-width: 767px) {
	main.page-common .page_content{
		margin-top: 60px;
	}
}

/* page_header */
.page-header {
	display: flex;
	align-items: stretch;
	max-height: 327px;
}

.page-header .left,
.page-header .right {
	width: 50%;
}

.page-header .left {
	background: #eefdfd;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;

	padding-left: calc(((100% - 1220px) / 2) + 30px + 212px);
}

.page-header .right {
	position: relative;
	z-index: -1;
}

.page-header .right::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 115px;
	height: 100%;
	background: linear-gradient(to top left, transparent 50% , #eefdfd calc(50% + 1px)) ;
}

.page-header .right .img_wrap{
	height: 100%;
}

.page-header .right .img_wrap img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.page-header .en {
	color: #000;
	font-family: 'Klee One', cursive;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 48px;
}

.page-header .ja {
	font-family: "Zen Kurenaido", sans-serif;
	color: #6BC3C7;
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 24px;
	margin-top: 30px;
	margin-left: 10px;
}

@media screen and (max-width: 983px) {
	.page-header {
		max-height: 320px;
	}

	.page-header .left {
		padding-left: 88px;
	}

	.page-header .right::after{
		width: 110px;
	}

	.page-header .en {
		font-size: 50px;
	}

	.page-header .ja {
		font-size: 30px;
		margin-top: 30px;
		margin-left: 10px;
	}
}
@media screen and (max-width: 767px) {
	.page-header .left {
		padding-left: 44px;
	}

	.page-header .right::after{
		width: 55px;
	}

	.page-header .en {
		font-size: 25px;
	}

	.page-header .ja {
		font-size: 15px;
		margin-top: 15px;
		margin-left: 5px;
	}
}

.page_footer {
	margin-bottom: 150px;
}

@media screen and (max-width: 983px) {
	.page_footer {
		margin-bottom: 150px;
	}
}

@media screen and (max-width: 767px) {
	.page_footer {
		margin-bottom: 75px;
	}
}

/* パンくず */
.breadcrumb-wrap {
	padding-top: 20px;
}

.breadcrumb-wrap .breadcrumbs{
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 12px;
}

.breadcrumb-wrap .breadcrumbs span{
	margin-right: 10px;
}

.breadcrumb-wrap .breadcrumbs span:last-child {
	margin-right: 0;
}

.breadcrumb-wrap .breadcrumbs a,
.breadcrumb-wrap .breadcrumbs span{
	line-height: 1.3;
	font-size: 16px;
}

@media screen and (max-width: 983px) {
	.breadcrumb-wrap {
		padding-top: 30px;
	}

	.breadcrumb-wrap .breadcrumbs{
		font-size: 14px;
	}

	.breadcrumb-wrap .breadcrumbs span{
		margin-right: 20px;
	}

	.breadcrumb-wrap .breadcrumbs a,
	.breadcrumb-wrap .breadcrumbs span{
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	.breadcrumb-wrap {
		padding-top: 15px;
	}

	.breadcrumb-wrap .breadcrumbs{
		font-size: 10px;
	}

	.breadcrumb-wrap .breadcrumbs span{
		margin-right: 10px;
	}

	.breadcrumb-wrap .breadcrumbs a,
	.breadcrumb-wrap .breadcrumbs span{
		font-size: 11px;
	}
}

/* pager */
.wp-pagenavi {
	max-width: 990px;
	display: flex;
	justify-content: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
}

.wp-pagenavi .previouspostslink {
	left: 0;
}

.wp-pagenavi .nextpostslink {
	right: 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 18px;
	color: #000;
	box-sizing: border-box;
	border-radius: 50%;
}

.wp-pagenavi a.page {
	background: #fff;
	border: 2px solid #675854;
	padding: 10px 15px;
	margin: 0 10px;
}

.wp-pagenavi span.current {
	background: #675854;
	color: #fff;
	padding: 10px 17px;
	margin: 0 10px;
}

@media screen and (max-width: 983px) {
	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: 25px;
	}
	.wp-pagenavi a.page {
		border: 2px solid #675854;
		padding: 12px 22px;
		margin: 0 10px;
	}

	.wp-pagenavi span.current {
		border: 2px solid #675854;
		padding: 15px 24px;
		margin: 0 10px;
	}
}

@media screen and (max-width: 767px) {
	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: 12.5px;
	}
	.wp-pagenavi a.page {
		border: 1px solid #675854;
		padding: 8px 11px;
		margin: 0 7.5px;
	}

	.wp-pagenavi span.current {
		border: 1px solid #675854;
		padding: 8px 12px;
		margin: 0 7.5px;
	}
}

/* single_pager */
.single_pager {
	list-style: none;
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.single_pager a {
	box-sizing: border-box;
	font-size: 18px;
}

.single_pager .prev_next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.single_pager .prev_next.prev{
	left: 0;
}

.single_pager .prev_next.next{
	right: 0;
}

.single_pager .archive{
	box-sizing: border-box;
	position: relative;
	border: 2px solid #737373;
	text-align: center;
	width: 300px;
	padding: 10px 20px;
}

.single_pager .archive::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	transform: translateY(-50%);
	border-top: 1px solid #737373;
	border-right: 1px solid #737373;
	transform: rotate(45deg);
	bottom: 16px;
	margin-right: 27px;
	width: 8px;
	height: 8px;
}

@media screen and (max-width: 983px) {
	.single_pager a {
		font-size: 25px;
	}

	.single_pager .archive{
		border: 2px solid #737373;
		width: 350px;
		padding: 17px 20px;
		line-height: 1;
	}

	.single_pager .archive::after {
		bottom: 22px;
		margin-right: 23px;
		width: 13px;
		height: 13px;
	}
}

@media screen and (max-width: 767px) {
	.single_pager a {
		font-size: 12.5px;
	}

	.single_pager .archive{
		border: 1px solid #737373;
		width: 175px;
		padding: 5px 10px 10px 10px;
	}
	.single_pager .archive::after {
		bottom: 12px;
		margin-right: 11.5px;
		width: 6.5px;
		height: 6.5px;
	}
}

/* swiper */
.swiper-button-next,
.swiper-button-prev {
	border-radius: 50%;
	background: #fff;
	border: 1px solid #28898D;
	width: 46px;
	height: 46px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	color: #28898D;
	font-size: 14px;
}

@media screen and (max-width: 983px) {
	.swiper-button-next,
	.swiper-button-prev {
		width: 60px;
		height: 60px;
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.swiper-button-next,
	.swiper-button-prev {
		width: 30px;
		height: 30px;
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 10px;
	}
}

/* features */
.features-content .swiper-button-prev{
	left: 0;
}

.features-content .swiper-button-next{
	right: 0;
}

@media screen and (max-width: 1160px) {
	.features-content .swiper-button-prev{
		left: -25px;
	}

	.features-content .swiper-button-next{
		right: -25px;
	}
}

@media screen and (max-width: 983px) {
	.features-content .swiper-button-prev,
	.features-content .swiper-button-next{
		background: #f5efeb;
		border: none;
		border-radius: inherit;
		width: 35px;
		height: 120px;
	}
	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 30px;
	}
	.features-content .swiper-button-prev{
		left: 0px;
	}

	.features-content .swiper-button-next{
		right: 0px;
	}
}

@media screen and (max-width: 767px) {
	.features-content .swiper-button-prev,
	.features-content .swiper-button-next{
		width: 17.5px;
		height: 60px;
	}
	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 15px;
	}
}

/*--------------------------------------------------------------
# アニメーション
--------------------------------------------------------------*/
/* 下から上 */
.bottomTop {
	opacity: 0;
	visibility: hidden;
	transition: 2s;
	transform: translateY(100px);
}

.bottomTop.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}


/*--------------------------------------------------------------
# TOP
--------------------------------------------------------------*/
main.front-page {
	position: relative;
}

main.front-page::before {
	content: "";
	position: absolute;
	background: #D1F4F6;
	left: 0;
	top: 0;
	height: 100%;
	z-index: -3;
	width: 27.239%;
}

@media screen and (max-width: 983px) {
	main.front-page::before {
		width: 17.333%;
	}
}
/* fv */

.fv {
	position: relative;
}

.fv .fv_img img {
	object-fit: cover;
	object-position: top;
	height: calc(100vh - 103px);
	width: 100%;
}

.fv .fv_text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc((100% - 1160px) / 2);
}

.fv .fv_text h1{
	color: #022000;
	letter-spacing: 0;
	margin-left: 60px;
}

.fv .fv_text h1 p{
	margin: 0;
}

.fv .fv_text h1 p.ja{
	font-family: "Zen Kurenaido", sans-serif;
	line-height: 1.6667;
	font-weight: 600;
	font-size: 2.3vw;
}

.fv .fv_text h1 p.en{
	line-height: 1.6667;
	font-family: 'Klee One', cursive;
	font-weight: 400;
	font-size: 1.275vw;
}

@media screen and (max-width: 1200px) {
	.fv .fv_img img {
		height: calc(100vh - 90px);
	}
	.fv .fv_text {
		left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 983px) {
	.fv .fv_text {
		top: inherit;
		transform: none;
		bottom: 0;
	}

	.fv .fv_text h1{
		margin-left: 5.333%;
		margin-bottom: 10.6667%;
	}
	.fv .fv_text h1 p.ja{
		font-size: 5.0vw;
	}

	.fv .fv_text h1 p.en{
		margin-top: 1em;
		font-size: 3.733vw;
	}
}

@media screen and (max-width: 768px) {
	.fv .fv_img img {
		height: calc(80vh - 65px);
		/* height: -webkit-fill-available; */
	}
}

/* common */
.front_heading {

}

.front_heading.indent {
	margin-left: 212px;
}

.front_heading .en{
	color: #6BC3C7;
	font-family: 'Klee One', cursive;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	font-size: 48px;
}

.front_heading .ja{
	font-family: "Zen Kurenaido", sans-serif;
	color: #af8d85;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	font-size: 20px;
	margin-top: 20px;
}

.front_heading.bg-black .en {
	color: #fff;
}

@media screen and (max-width: 983px) {
	.front_heading {
		margin-left: 15.6%!important;
	}

	.front_heading.indent {
		margin-left: 0px;
	}

	.front_heading .en{
		font-size: 50px;
	}

	.front_heading .ja{
		font-size: 30px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.front_heading .en{
		font-size: 25px;
	}

	.front_heading .ja{
		font-size: 15px;
		margin-top: 10px;
	}
}

/* campaign */
.front-page .campaign {
	padding: 150px 0 20px;
	margin-bottom: 240px;
}

.front-page .campaign .f-campaign_bottom {
	margin-top: 60px;
}

@media screen and (max-width: 983px) {
	.front-page .campaign {
		padding: 180px 0 70px;
		margin-bottom: 70px;
	}
	.front-page .campaign .f-campaign_bottom {
		margin-top: 70px;
	}
}

@media screen and (max-width: 767px) {
	.front-page .campaign {
		padding: 90px 0 35px;
		margin-bottom: 35px;
	}
	.front-page .campaign .f-campaign_bottom {
		margin-top: 35px;
	}
}


/* campaign swiper */
.slider-camp a {
	display: block;
}

@media screen and (min-width: 769px) {
	.f-campaign_top .camp-nav {
		display: none;
	}

	.slider-camp .swiper-wrapper{
		margin: 0 -20px;
		width: inherit;
	}

	.slider-camp .swiper-slide {
		width: calc(33.333% - 40px);
		margin: 0 20px;
	}
}

@media screen and (max-width: 768px) {
	.f-campaign_top {
		display: block;
		position: relative;
	}

	.f-campaign_top .camp-nav {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 180px;
		margin-bottom: 38px;
		margin-right: 80px;
	}
	.f-campaign_bottom .container{
		padding: 0;
		max-width: 100%;
	}

	.slider-camp .swiper-container {
		width: 100%;
		margin: 40px 0;
		padding: 45px 0;
	}

	.slider-camp .swiper-slide {
		opacity: 0.8;
		overflow: hidden;
		transition: .7s;
	}

	.slider-camp .swiper-slide img {
		width: 100%;
	}

	.slider-camp .swiper-slide-active {
		opacity: 1;
		z-index: 1;
		transform: scale(1);
	}
}

@media screen and (max-width: 767px) {
	.f-campaign_top .camp-nav {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100px;
		margin-bottom: 8px;
		margin-right: 30px;
	}
	.slider-camp .swiper-container {
		width: 100%;
		margin: 40px 0;
		padding: 45px 0;
	}

}

/* concept */
.front-page .concept {
	background: #675854;
	position: relative;
	padding: 60px 0 0px;
}

.front-page .concept::after,
.front-page .concept::before {
	content: '';
	position: absolute;
	transform: skewY(-6.5366deg);
	background: #675854;
	z-index: -1;
	width:100%;
	height:100%;
}

.front-page .concept::before {
	left:0;
	top: 0;
	transform-origin: bottom left;
}

.front-page .concept::after{
	left:0;
	top: 0;
	transform-origin: top right;
}

@media screen and (max-width: 983px) {
	.front-page .concept {
		padding: 60px 0 50px;
	}

	.front-page .concept::after {
		transform: skewY(-6.8427deg);
	}
}

@media screen and (max-width: 767px) {
	.front-page .concept {
		padding: 30px 0 25px;
	}
}

.f-concept-content {
	display: flex;
	position: relative;
}

.f-concept-content .f-concept_img{
	order: 2;
	flex: 1 1 auto;
	right: 0;
	margin-top: -200px;
	position: absolute;
	width: calc(100% - 45.172%);
}

.f-concept-content .f-concept_img .img-top{
	padding-right: 140px;
}

.f-concept-content .f-concept_img .img-bottom{
	padding-left: 140px;
	padding-top: 12px;
}

.f-concept-content .f-concept_text{
	order: 1;
	flex: 0 0 45.172%;
	padding-right: 65px;
}

.f-concept-content .f-concept_text p{
	color: #fff;
	line-height: 1.875;
	margin: 40px 0 0 0;
	font-size: 16px;
}

.f-concept-content .f-concept_text .btn-wrap{
	text-align: right;
	margin-top: 70px;
}

@media screen and (max-width: 983px) {
	.f-concept-content {
		flex-direction: column;
	}
	.f-concept-content .f-concept_img{
		order: 1;
		flex: inherit;
		right: inherit;
		margin-top: 0px;
		position: relative;
		width: 100%;
		margin-top: 70px;
		display: flex;
		flex-direction: column;
	}

	.f-concept-content .f-concept_img .img_wrap{
		width: 59.6%;
	}
	.f-concept-content .f-concept_img .img-top{
		padding-right: 0;
		margin-left: 6.4%;
	}

	.f-concept-content .f-concept_img .img-bottom{
		padding-left: 0px;
		padding-top: 12px;
		margin-right: 6.4%;
		align-self: end;
		text-align: right;
	}

	.f-concept-content .f-concept_text{
		order: 2;
		flex: inherit;
		padding: 0;
	}

	.f-concept-content .f-concept_text p{
		margin: 50px 0 0 0;
		font-size: 25px;
	}
	.f-concept-content .f-concept_text .btn-wrap{
		margin-top: 70px;
	}
}

@media screen and (max-width: 767px) {
	.f-concept-content .f-concept_img{
		margin-top: 35px;
	}

	.f-concept-content .f-concept_img .img_wrap{
		width: 59.6%;
	}
	.f-concept-content .f-concept_text p{
		margin: 25px 0 0 0;
		font-size: 12.5px;
	}
	.f-concept-content .f-concept_text .btn-wrap{
		margin-top: 35px;
	}
}

/* trouble */
.front-page .trouble{
	position: relative;
    padding: 310px 0 340px 0px;
}
.front-page .trouble .trouble-title{
	font-family: "Zen Kurenaido", sans-serif;
	margin: 35px auto 0 auto;
	width: 80%;
	max-width: 550px;
	padding:0.5em 0;
	text-align: center;
	border-top:1px solid #6BC3C7;
	border-bottom:1px solid #6BC3C7;
}
.front-page .trouble .trouble-menus{
	display: flex;
	flex-wrap: wrap;
	max-width: 1050px;
	margin: 50px auto 25px auto;
}
.front-page .trouble .card.card-front-trouble{
	box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: calc(33.333% - 50px);
    margin: 0 25px 25px 25px;
}
.front-page .trouble .card.card-front-trouble a{
	background:#fff;
	display: flex;
	align-items: center;
	padding: 15px 30px;
    border-radius: 50px;
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
	position: relative;
}
.front-page .trouble .card.card-front-trouble a:after{
	content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #6BC3C7;
    border-right: solid 1px #6BC3C7;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}
.front-page .trouble .card.card-front-trouble a .card-img{
	width: 30%;
	margin-right: 5%;
}
.front-page .trouble .card.card-front-trouble a .card-img img{
	height:60px;
	width: 100%;
	object-fit: cover;
}
.front-page .trouble .card.card-front-trouble a .card-body{
	width: 65%;
	font-family: "Zen Kurenaido", sans-serif;
}

@media screen and (max-width: 983px) {
	.front-page .trouble {
		padding: 220px 0 160px 0px;
	}
	.front-page .trouble .card.card-front-trouble{
		width: calc(50% - 50px);
	}
	.front-page .trouble .trouble-title{
		font-size:25px;
	}
	.front-page .trouble .trouble_item_name{
		font-size:25px;
	}
}

@media screen and (max-width: 767px) {
	.front-page .trouble {
		padding: 110px 0 80px 0px;
	}
	.front-page .trouble .trouble-menus{
		margin: 25px auto 25px auto;
	}
	.front-page .trouble .trouble-title{
		font-size:18px;
	}
	.front-page .trouble .card.card-front-trouble{
		width: 100%;
		margin: 0 0 25px 0;
	}
	.front-page .trouble .trouble_item_name{
		font-size:15px;
	}
	.front-page .trouble .card.card-front-trouble a{
		padding:10px 25px;
	}
	.front-page .trouble .card.card-front-trouble a .card-img img{
		height: 50px;
	}
}

/* features */
.front-page .features {
	position: relative;
	padding: 310px 0 340px 0px;
}

@media screen and (max-width: 983px) {
	.front-page .features {
		padding: 220px 0 160px 0px;
	}
}

@media screen and (max-width: 767px) {
	.front-page .features {
		padding: 110px 0 80px 0px;
	}
}

/* menu */
.front-page .menu {
	position: relative;
	background: #fffaf2;
	padding: 0px 0 0px 0px;
}

.front-page .menu::after,
.front-page .menu::before {
	content: '';
	position: absolute;
	transform: skewY(6.5366deg);
	background: #fffaf2;
	z-index: -1;
	width:100%;
	height:100%;
}

.front-page .menu::before {
	left:0;
	top: 0;
	transform-origin: bottom left;
}

.front-page .menu::after{
	left:0;
	top: 0;
	transform-origin: top right;
}

@media screen and (max-width: 983px) {
	.front-page .menu {
		padding: 0px 0 60px 0;
	}

	.front-page .menu::after {
		transform: skewY(6.8427deg);
	}
}

@media screen and (max-width: 767px) {
	.front-page .menu {
		padding: 0px 0 30px 0;
	}
}



/* case */
.front-page .case {
	background: #fffaf2;
	position: relative;
	padding: 60px 0 0px;
}

.front-page .case::after,
.front-page .case::before {
	content: '';
	position: absolute;
	transform: skewY(-6.5366deg);
	background: #fffaf2;
	z-index: -1;
	width:100%;
	height:100%;
}

.front-page .case::before {
	left:0;
	top: 0;
	transform-origin: bottom left;
}

.front-page .case::after{
	left:0;
	top: 0;
	transform-origin: top right;
}

@media screen and (max-width: 983px) {
	.front-page .case {
		padding: 60px 0 50px;
	}

	.front-page .case::after {
		transform: skewY(-6.8427deg);
	}
}

@media screen and (max-width: 767px) {
	.front-page .case {
		padding: 30px 0 25px;
	}
}

.front-page .case-content article{
	width: calc(33.3% - 60px);
	border:none;
	filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}
.front-page .case-content article .card-header{
	font-size:18px;
}
.front-page .case-content article .btn.btn-case{
	width: 100%;
	font-size:16px;
}
.front-case-footer{
	text-align: right;
    margin-top: 70px;
}

@media screen and (max-width: 983px) {
	.front-page .case-content article{
		width: 100%;
		margin: 0 30px 30px 30px;
	}
	.front-page .case-content article .card-header{
		font-size:25px;
	}
	.front-page .case-content article .btn.btn-case{
		font-size:25px;
	}
}
@media screen and (max-width: 767px) {
	.front-page .case-content{
		margin: 30px 0px 40px 0px;
	}
	.front-page .case-content article{
		margin:0 0 20px 0;
	}
	.front-page .case-content article:last-of-type{
		margin-bottom: 0;
	}
	.front-page .case-content article .card-header{
		font-size:15px;
	}
	.front-page .case-content article .btn.btn-case{
		font-size:12.5px;
	}
	.front-case-footer{
		margin-top: 40px;
	}
}

/* qa */
.front-page .qa{
    position: relative;
    padding: 310px 0 0 0px;
}
.front-page .qa .f-qa-content{
	max-width: 990px;
    margin: 40px auto 70px auto;
}
.front-page .qa .qa-item{
	margin: 30px 0;
    padding: 0 30px;
}
.front-page .qa .qa-question{
	background: #6BC3C7;
    color: #fff;
    font-size: 21px;
    padding: 21px 25px 21px 25px;
	position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    line-height: 1.6667;
    border: 1px solid #44A2A6;
	border-bottom: none;
	margin: 0;
}
.front-page .qa .qa-answer{
	font-size: 15px;
    padding: 35px 25px 35px 25px;
	position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    line-height: 1.6667;
    border: 1px solid #44A2A6;
	margin: 0;
	background:#fff;
}
.front-qa-footer{
	max-width: 990px;
    margin: 75px auto 0 auto;
    text-align: right;
}

@media screen and (max-width: 983px) {
	.front-page .qa{
		padding: 160px 0 0px 0px;
	}
	.front-page .qa .qa-question{
		font-size:25px;
	}
	.front-page .qa .qa-answer{
		font-size:25px;
	}
}
@media screen and (max-width: 767px) {
	.front-page .qa{
		padding:80px 0 0 0;
	}
	.front-page .qa .f-qa-content{
		margin: 40px auto 40px auto;
	}
	.front-page .qa .qa-item{
		padding: 0;
		margin:20px 0 20px 0;
	}
	.front-page .qa .qa-question{
		font-size:12.5px;
		padding: 12.5px 10px;
	}
	.front-page .qa .qa-answer{
		font-size:12.5px;
		padding: 12.5px 10px;
	}
	.front-qa-footer{
		margin:40px auto 0 auto;
	}
}

/* news,blog */
.front-page .news, .front-page .blog {
	position: relative;
	padding: 120px 0 230px 0px;
}

.front-page .news{
	padding-bottom: 120px;
}

.front-page .blog{
	padding-top: 0;
}

.news-content, .blog-content {
	max-width: 990px;
	margin: 40px auto 70px auto;
}

.news-content .news-archive, .blog-content .blog-archive {
	display: block;
	box-sizing: border-box;
	position: relative;
	border-top: 1px solid #6BC3C7;
	padding: 20px 40px 20px 128px;
}

.news-content .news-archive::after, .blog-content .blog-archive::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;

	background: url("images/icon_arrow_right_pc.png")no-repeat center center / contain;
	width: 8px;
	height: 15px;
	margin-right: 27px;
}

.news-content .news-archive:last-child, .blog-content .blog-archive:last-child {
	border-bottom: 1px solid #6BC3C7;
}

.news-content .news-archive a, .blog-content .blog-archive a {
	display: block;
}

.news-archive .news-top, .blog-archive .blog-top {
	display: flex;
	align-items: center;
}

.news-archive .time, .post_meta .time, .blog-archive .time {
	font-weight: 600;
	font-size: 16px;
	margin-right: 20px;
}

.news-archive .cat, .post_meta .cat, .blog-archive .cat {
	background: #6BC3C7;
	color: #fff;
	text-align: center;

	border-radius: 16px;
	min-width: 145px;
	padding: 3px 10px;
	font-size: 14px;
}

.news-archive .news-title, .blog-archive .blog-title {
	margin: 0;
	font-weight: 500;
	margin-top: 20px;
	font-size: 16px;
}

.news-content.archive, .blog-content.archive {
	margin: 120px auto 120px auto;
}

.news-content .news-archive.archive, .blog-content .blog-archive.archive {
	border-top: 1px solid #6BC3C7;
	padding: 40px 40px 40px 128px;
}

.news-archive.archive .news-title, .blog-archive.archive .blog-title {
	font-weight: 600;
	margin-top: 20px;
	font-size: 20px;
}

.news-archive.archive .news-body, .blog-archive.archive .blog-body {
	font-weight: 400;
	margin: 0;
	line-height: 2;
	margin-top: 20px;
	font-size: 16px;
}

.front-news-footer, .front-blog-footer {
	max-width: 990px;
	margin: 75px auto 0 auto;
	text-align: right;
}

@media screen and (max-width: 983px) {
	.front-page .news, .front-page .blog {
		padding: 80px 0 160px 0px;
	}

	.front-page .news{
		padding-bottom: 80px;
	}

	.front-page .blog{
		padding-top: 0;
	}

	.news-content, .blog-content {
		margin: 60px auto 80px auto;
	}

	.news-content .news-archive, .blog-content .blog-archive {
		padding: 30px 50px 20px 15px;
	}

	.news-content .news-archive::after, .blog-content .blog-archive::after {
		background: url("images/icon_arrow_right_sp.png")no-repeat center center / contain;
		width: 17px;
		height: 30px;
		margin-right: 14px;
	}

	.news-archive .time, .post_meta .time, .blog-archive .time {
		font-size: 25px;
		margin-right: 20px;
	}

	.news-archive .cat, .post_meta .cat, .blog-archive .cat {
		min-width: 200px;
		padding: 3px 10px;
		font-size: 25px;
	}

	.news-archive .news-title, .blog-archive .blog-title {
		margin-top: 10px;
		font-size: 25px;
		line-height: 2;
	}

	.news-content.archive, .blog-content.archive {
		margin: 120px auto 150px auto;
	}

	.news-content .news-archive.archive, .blog-content .blog-archive.archive {
		padding: 50px 50px 50px 30px;
	}

	.news-archive.archive .news-title, .blog-archive.archive .blog-title {
		margin-top: 30px;
		font-size: 30px;
	}

	.news-archive.archive .news-body, .blog-archive.archive .blog-body {
		margin-top: 30px;
		font-size: 25px;
	}

	.front-news-footer, .front-blog-footer {
		margin: 80px auto 0 auto;
		text-align: right;
	}
}

@media screen and (max-width: 767px) {
	.front-page .news, .front-page .blog {
		padding: 80px 0 80px 0px;
	}

	.front-page .news{
		padding-bottom: 40px;
	}

	.front-page .blog{
		padding-top: 0;
	}

	.news-content, .blog-content {
		margin: 30px auto 40px auto;
	}

	.news-content .news-archive, .blog-content .blog-archive {
		padding: 15px 25px 10px 7.5px;
	}

	.news-content .news-archive::after, .blog-content .blog-archive::after {
		background: url("images/icon_arrow_right_sp.png")no-repeat center center / contain;
		width: 8.5px;
		height: 15px;
		margin-right: 7px;
	}

	.news-archive .time, .post_meta .time, .blog-archive .time {
		font-size: 12.5px;
		margin-right: 10px;
	}

	.news-archive .cat, .post_meta .cat, .blog-archive .cat {
		min-width: 100px;
		padding: 2px 5px;
		font-size: 12.5px;
	}

	.news-archive .news-title, .blog-archive .blog-title {
		margin-top: 10px;
		font-size: 12.5px;
		line-height: 2;
	}

	.news-content.archive, .blog-content.archive {
		margin: 60px auto 75px auto;
	}

	.news-content .news-archive.archive, .blog-content .blog-archive.archive {
		padding: 25px 25px 25px 15px;
	}

	.news-archive.archive .news-title, .blog-archive.archive .blog-title {
		margin-top: 15px;
		font-size: 15px;
	}

	.news-archive.archive .news-body, .blog-archive.archive .blog-body {
		margin-top: 15px;
		font-size: 12.5px;
	}

	.front-news-footer, .front-blog-footer {
		margin: 40px auto 0 auto;
		text-align: right;
	}
}



/* access */
.front-page .access {
	background: #fffaf2;
	position: relative;
	padding: 80px 0 200px 0px;
}

.front-page .access::before {
	content: '';
	position: absolute;
	transform: skewY(-6.5366deg);
	background: #fffaf2;
	z-index: -1;
	width:100%;
	height:100%;
}

.front-page .access::before {
	left:0;
	top: 0;
	transform-origin: bottom left;
}

.front-access-content {
	margin-top: 50px;
	width: calc(50% - 135px);
}

.front-access-content.shop-wrap p.tel{
	font-size: 28px;
}

.front_access_map {
	width: calc(50% + 120px);
	position: absolute;
	right: 0;
	top: 0;
	margin-top: -125px;
}

.front_access_map iframe{
	width: 100%;
	height: 600px;
}

@media screen and (max-width: 983px) {
	.front-page .access {
		padding: 100px 0 100px 0px;
	}

	.front-page .access::before {
		transform: skewY(-6.8427deg);
	}

	.front-access-content {
		width: 100%;
		margin-top: 60px;
	}

	.front-access-content.shop-wrap p.tel{
		font-size: 48px;
	}

	.front_access_map {
		width: 100%;
		position: relative;
		padding-top: 60px;
		margin: 0;
	}

	.front_access_map iframe{
		width: 100%;
		height: 600px;
	}
}

@media screen and (max-width: 767px) {
	.front-page .access {
		padding: 50px 0 50px 0px;
	}

	.front-access-content {
		margin-top: 30px;
	}

	.front-access-content.shop-wrap p.tel{
		font-size: 24px;
	}

	.front_access_map {
		padding-top: 30px;
	}

	.front_access_map iframe{
		height: 300px;
	}
}

/* single and page common */
body.single .entry-content p,
body.page .entry-content p{
	font-size: 16px;
	line-height: 2.25;
	margin: 0 0 20px 0;
}

body.single .entry-content a,
body.page .entry-content a{
	text-decoration: underline;
	font-weight: 500;
}

body.single .entry-content h2,
body.page .entry-content h2{
	position: relative;
	font-weight: bold;
	line-height: 1.3;
	color: #3f3515;
	border-bottom: 3px solid #737373;
	font-size: 23px;
	padding: 0px 0 18px 34px;
	margin: 32px 0 22px 0;
}

body.single .entry-content h2::after,
body.page .entry-content h2::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 100%;
	height: 1px;
	background: #737373;
}

body.single .entry-content h3,
body.page .entry-content h3{
	font-weight: bold;
	line-height: 1.3;
	position: relative;
	background: #f3eeea;
	font-size: 21px;
	padding: 11px 0 11px 26px;
	margin: 32px 0 20px 0;
}

body.single .entry-content h4,
body.page .entry-content h4{
	font-weight: bold;
	line-height: 1.3;
	color: #4c4c4c;
	position: relative;
	display: inline-block;
	font-size: 18px;
	padding: 0px 0 0px 60px;
	margin: 32px 0 20px 0;
}

body.single .entry-content h4::after,
body.page .entry-content h4::after{
	content: "";
	display: inline-block;
	position: absolute;
	background: #675854;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 30px;
	height: 2px;
}

@media screen and (max-width: 983px) {
	body.single .entry-content p,
	body.page .entry-content p{
		font-size: 24px;
		margin: 0 0 15px 0;
	}

	body.single .entry-content h2,
	body.page .entry-content h2{
		font-size: 30px;
		padding: 0px 0 20px 35px;
		margin: 20px 0 15px 0;
	}

	body.single .entry-content h3,
	body.page .entry-content h3{
		font-size: 28px;
		padding: 14px 0 14px 35px;
		margin: 20px 0 15px 0;
	}

	body.single .entry-content h4,
	body.page .entry-content h4{
		font-size: 28px;
		padding: 0px 0 0px 60px;
		margin: 20px 0 15px 0;
	}

	body.single .entry-content h4::after,
	body.page .entry-content h4::after{
		width: 30px;
		height: 2px;
	}
}

@media screen and (max-width: 767px) {
	body.single .entry-content p,
	body.page .entry-content p{
		font-size: 12px;
		margin: 0 0 15px 0;
	}

	body.single .entry-content h2,
	body.page .entry-content h2{
		font-size: 15px;
		padding: 0px 0 10px 17.5px;
		margin: 20px 0 15px 0;
	}

	body.single .entry-content h3,
	body.page .entry-content h3{
		font-size: 14px;
		padding: 7px 0 7px 17.5px;
		margin: 20px 0 15px 0;
	}

	body.single .entry-content h4,
	body.page .entry-content h4{
		font-size: 14px;
		padding: 0px 0 0px 30px;
		margin: 20px 0 15px 0;
	}

	body.single .entry-content h4::after,
	body.page .entry-content h4::after{
		width: 15px;
		height: 1px;
	}
}

/* table */
body.single .wp-block-table,
body.page .wp-block-table{
	white-space: nowrap;
	overflow: auto;
	margin: 0 0 70px 0;
}

body.single .entry-content table,
body.page .entry-content table {
	border-collapse: collapse;
	max-width: 100%;
	word-break: break-all;
	margin: 0;
}

body.single .entry-content table thead,
body.page .entry-content table thead{
	border-bottom: 1px solid #6BC4C7;
}

body.single .entry-content table thead th,
body.page .entry-content table thead th,
body.single .entry-content table tbody th,
body.page .entry-content table tbody th,
body.single .entry-content table tbody td,
body.page .entry-content table tbody td {
	padding: 18px 20px;
}

body.single .entry-content table thead th,
body.page .entry-content table thead th {
	line-height: 2.25;
	border-top: 1px solid #6BC4C7;
	border-bottom: 1px solid #6BC4C7;
	border-right: 1px solid #e8fcfc;
	border-left: 1px solid #e8fcfc;
	font-size: 16px;
}

body.single .entry-content table tbody th,
body.page .entry-content table tbody th,
body.single .entry-content table tbody td,
body.page .entry-content table tbody td {
	text-align: center;
	line-height: 2.25;
	border-right: 1px solid #e8fcfc;
	border-left: 1px solid #e8fcfc;
	font-size: 16px;
}

body.single .entry-content table tbody th,
body.page .entry-content table tbody th {
	border-top: 1px solid #6BC4C7;
	border-bottom: 1px solid #6BC4C7;
	border-left: 1px solid #e8fcfc;
}

body.single .entry-content table tbody td,
body.page .entry-content table tbody td {
	border-top: 1px solid #6BC4C7;
	border-bottom: 1px solid #6BC4C7;
}

@media screen and (max-width: 983px) {
	body.single .wp-block-table,
	body.page .wp-block-table{
		margin: 0 0 50px 0;
	}

	body.single .entry-content table thead th,
	body.page .entry-content table thead th,
	body.single .entry-content table tbody th,
	body.page .entry-content table tbody th,
	body.single .entry-content table tbody td,
	body.page .entry-content table tbody td {
		padding: 10px 10px;
	}

	body.single .entry-content table thead th,
	body.page .entry-content table thead th {
		font-size: 24px;
	}

	body.single .entry-content table tbody th,
	body.page .entry-content table tbody th,
	body.single .entry-content table tbody td,
	body.page .entry-content table tbody td {
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	body.single .wp-block-table,
	body.page .wp-block-table{
		margin: 0 0 25px 0;
	}

	body.single .entry-content table thead th,
	body.page .entry-content table thead th {
		border-right: 2px solid #fff;
		font-size: 12px;
	}

	body.single .entry-content table tbody th,
	body.page .entry-content table tbody th,
	body.single .entry-content table tbody td,
	body.page .entry-content table tbody td {
		border-right: 2px solid #fff;
		font-size: 12px;
	}
}

/* リスト */
body.single .entry-content ul,
body.page .entry-content ul {
	list-style: none;
	margin: 0 0 60px 17px;
	padding: 0;
}

body.single .entry-content ol,
body.page .entry-content ol {
	margin: 0 0 60px 37px;
	padding: 0;
}

body.single .entry-content ul li,
body.page .entry-content ul li,
body.single .entry-content ol li,
body.page .entry-content ol li{
	line-height: 1.5;
	margin-bottom: 15px;
	font-size: 16px;
}

body.single .entry-content ul li,
body.page .entry-content ul li{
	position: relative;
	padding-left: 33px;
}

body.single .entry-content ul li:before,
body.page .entry-content ul li:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 11.85px;
	height: 11.85px;
	background: #28898D;
	border: 1px solid #28898D;
	border-radius: 50%;
}

body.single .entry-content ol li,
body.page .entry-content ol li{
	padding-left: 13px;
}

body.single .entry-content ol li::marker,
body.page .entry-content ol li::marker{
	color: #3f3515;
}

@media screen and (max-width: 983px) {
	body.single .entry-content ul,
	body.page .entry-content ul {
		margin: 0 0 30px 5px;
	}

	body.single .entry-content ol,
	body.page .entry-content ol {
		margin: 0 0 30px 31px;
	}

	body.single .entry-content ul li,
	body.page .entry-content ul li,
	body.single .entry-content ol li,
	body.page .entry-content ol li{
		margin-bottom: 15px;
		font-size: 24px;
	}

	body.single .entry-content ul li,
	body.page .entry-content ul li{
		position: relative;
		padding-left: 28px;
	}

	body.single .entry-content ul li:before,
	body.page .entry-content ul li:before {
		width: 6px;
		height: 6px;
	}

	body.single .entry-content ol li,
	body.page .entry-content ol li{
		padding-left: 0px;
	}
}

@media screen and (max-width: 767px) {
	body.single .entry-content ul,
	body.page .entry-content ul {
		margin: 0 0 30px 8px;
	}

	body.single .entry-content ol,
	body.page .entry-content ol {
		margin: 0 0 30px 22px;
	}

	body.single .entry-content ul li,
	body.page .entry-content ul li,
	body.single .entry-content ol li,
	body.page .entry-content ol li{
		margin-bottom: 10px;
		font-size: 12px;
	}

	body.single .entry-content ul li,
	body.page .entry-content ul li{
		position: relative;
		padding-left: 14px;
	}

	body.single .entry-content ol li,
	body.page .entry-content ol li{
		padding-left: 0px;
	}
}

/* single-news, single-blog */
.single-news .container, .single-blog .container {
	max-width: 990px;
}

.single-news .page_content, .single-blog .page_content {
	margin-top: 120px;
}

.single-news .post_meta, .single-blog .post_meta {
	display: flex;
	margin-bottom: 50px;
}

.single-news .post_meta time, .single-blog .post_meta time {
	display: block;
	color: #675854;
	font-weight: 600;
	font-size: 16px;
}

.single-news .entry-header .entry-title, .single-blog .entry-header .entry-title {
	position: relative;
	margin: 0;
	font-size: 24px;
}

.single-news .entry-header .img_wrap, .single-blog .entry-header .img_wrap {
	margin-top: 50px;
}

.single-news .entry-content, .single-blog .entry-content {
	margin-top: 50px;
}

.single-news .page_footer .author_box, .single-blog .page_footer .author_box {
	border: 1px solid #28898D;
	padding: 30px 30px;
	display: flex;
	margin-top: 30px;
}

.single-news .page_footer .author_box .author_img, .single-blog .page_footer .author_box .author_img {
	flex: 0 0 140px;
}

.single-news .page_footer .author_box .author_text, .single-blog .page_footer .author_box .author_text {
	flex: 1 1 auto;
	padding-left: 30px;
}

.single-news .page_footer .author_box .position, .single-blog .page_footer .author_box .position {
	margin: 0;
	color: #675854;
	font-size: 14px;
}

.single-news .page_footer .author_box .name, .single-blog .page_footer .author_box .name {
	margin: 20px 0;
	font-size: 18px;
}

.single-news .page_footer .author_box .intro, .single-blog .page_footer .author_box .intro {
	margin: 0;
	line-height: 2.0;
	color: #737373;
	font-size: 16px;
}

.single-news .page_footer .author_box .author_img img, .single-blog .page_footer .author_box .author_img img {
	border-radius: 50%;
	object-fit: cover;
}

.single-news .author_text_pc, .single-blog .author_text_pc {
	display: block;
}

.single-news .author_text_sp, .single-blog .author_text_sp {
	display: none;
}

.single-news .single_pager, .single-blog .single_pager {
	margin-top: 100px;
}

@media screen and (max-width: 983px) {
	.single-news .page_content, .single-blog .page_content {
		margin-top: 120px;
	}

	.single-news .author_text_pc, .single-blog .author_text_pc {
		display: none;
	}

	.single-news .author_text_sp, .single-blog .author_text_sp {
		display: block;
	}

	.single-news .post_meta, .single-blog .post_meta {
		margin-bottom: 40px;
	}

	.single-news .post_meta time, .single-blog .post_meta time {
		font-size: 25px;
	}

	.single-news .entry-header .entry-title, .single-blog .entry-header .entry-title {
		font-size: 32px;
		line-height: 1.3;
	}

	.single-news .entry-header .img_wrap, .single-blog .entry-header .img_wrap {
		margin-top: 50px;
	}

	.single-news .entry-content, .single-blog .entry-content {
		margin-top: 30px;
	}

	.single-news .page_footer .author_box, .single-blog .page_footer .author_box {
		flex-direction: column;
		padding: 80px 45px;
	}

	.single-news .page_footer .author_box .author_img, .single-blog .page_footer .author_box .author_img {
		display: flex;
		flex: inherit;
	}

	.single-news .page_footer .author_box .author_img .img_wrap img, .single-blog .page_footer .author_box .author_img .img_wrap img {
		width: 160px;
	}

	.single-news .page_footer .author_box .author_text_sp, .single-blog .page_footer .author_text_sp {
		padding-left: 30px;
	}

	.single-news .page_footer .author_box .author_text_sp .position span, .single-blog .page_footer .author_text_sp .position span {
		margin: 0;
		font-size: 25px;
	}

	.single-news .page_footer .author_box .author_text_sp .name, .single-blog .page_footer .author_text_sp .name {
		margin: 40px 0 0 0;
		font-size: 27px;
	}

	.single-news .page_footer .author_box .author_text, .single-blog .page_footer .author_box .author_text {
		padding: 0;
	}

	.single-news .page_footer .author_box .author_text .intro, .single-blog .page_footer .author_text .intro {
		margin: 30px 0 0 0;
		line-height: 2.0;
		font-size: 24px;
	}

	.single-news .single_pager, .single-blog .single_pager {
		margin-top: 125px;
	}
}

@media screen and (max-width: 767px) {
	.single-news .page_content, .single-blog .page_content {
		margin-top: 60px;
	}

	.single-news .post_meta, .single-blog .post_meta {
		margin-bottom: 20px;
	}

	.single-news .post_meta time, .single-blog .post_meta time {
		font-size: 12.5px;
	}

	.single-news .entry-header .entry-title, .single-blog .entry-header .entry-title {
		font-size: 16px;
	}

	.single-news .entry-header .entry-title::after, .single-blog .entry-header .entry-title::after {
		width: 15px;
		height: 2px;
	}

	.single-news .entry-header .img_wrap, .single-blog .entry-header .img_wrap {
		margin-top: 25px;
	}

	.single-news .entry-content, .single-blog .entry-content {
		margin-top: 15px;
	}

	.single-news .page_footer .author_box, .single-blog .page_footer .author_box {
		padding: 40px 22.5px;
	}

	.single-news .page_footer .author_box .author_img .img_wrap img, .single-blog .page_footer .author_img .img_wrap img {
		width: 80px;
	}

	.single-news .page_footer .author_box .author_text_sp, .single-blog .page_footer .author_text_sp {
		padding-left: 15px;
	}

	.single-news .page_footer .author_box .author_text_sp .position span, .single-blog .page_footer .author_text_sp .position span {
		font-size: 12.5px;
	}

	.single-news .page_footer .author_box .author_text_sp .name, .single-blog .page_footer .author_text_sp .name {
		margin: 20px 0 0 0;
		font-size: 13.5px;
	}

	.single-news .page_footer .author_box .author_text .intro, .single-blog .page_footer .author_box .author_text .intro {
		margin: 15px 0 0 0;
		font-size: 12.5px;
	}

	.single-news .single_pager, .single-blog .single_pager {
		margin-top: 50px;
	}
}


/* contact */
.progressbar {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin-bottom: 100px;
}
.progressbar .item {
	position: relative;
	width: 33%;
	text-align: center;
	position: relative;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
	background: #e5e5e5;
	color: #231815;
	font-weight: bold;
	padding: 23px 0;
	font-size: 16px;
}
.progressbar .item:not(:last-child)::after {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 100%;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 35px;
	border-color: transparent transparent transparent #e5e5e5;
}
.progressbar .item:not(:last-child)::before {
	position: absolute;
	display: block;
	z-index: 3;
	bottom: -15px;
	right: -17px;
	content: '';
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	width: 100px;
	height: 100px;
	overflow: hidden;
}

@media screen and (max-width: 983px) {
	.progressbar {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.progressbar {
		margin-bottom: 40px;
	}
	.progressbar .item {
		padding: 6px 0;
		font-size: 12.5px;
	}
	.progressbar .item:not(:last-child)::after {
		border-width: 17.5px 0 17.5px 17.5px;
	}
	.progressbar .item:not(:last-child)::before {
		bottom: -11px;
		right: -9px;
		width: 50px;
		height: 50px;
	}
}

/* active */
.mw_wp_form_input .progressbar .item:nth-child(1),
.mw_wp_form_confirm .progressbar .item:nth-child(1),
.mw_wp_form_confirm .progressbar .item:nth-child(2),
.mw_wp_form_complete .progressbar .item:nth-child(1),
.mw_wp_form_complete .progressbar .item:nth-child(2),
.mw_wp_form_complete .progressbar .item:nth-child(3) {
	background: #6BC3C7;
	color: #FFF;
}
.mw_wp_form_input .progressbar .item:nth-child(1):not(:last-child)::after,
.mw_wp_form_confirm .progressbar .item:nth-child(1):not(:last-child)::after,
.mw_wp_form_confirm .progressbar .item:nth-child(2):not(:last-child)::after,
.mw_wp_form_complete .progressbar .item:nth-child(1):not(:last-child)::after,
.mw_wp_form_complete .progressbar .item:nth-child(2):not(:last-child)::after {
	border-left-color: #6BC3C7;
}

/* page-concept */
.page-concept .fv-bg {
	position: relative;
	background: url("images/concept_bg.jpg")no-repeat right top / cover;
	z-index: 1;
}

.page-concept .fv {
	position: relative;
	padding: 210px 0 100px 0;
}

.page-concept .fv::after {
	content: "";
	display: block;
	position: absolute;
	background: rgba(107,196,199,0.3);
	z-index: -1;
	top: 118px;
	right: 0;
	width: calc(1300px + ((100% - 1300px) / 2) - 283px);
	height: 514px;
}

.page-concept .concept-fv{
	font-family: "Zen Kurenaido", sans-serif;
	font-weight: 600;
	margin-left: 300px;
	font-size: 30px;
}

.concept-wrap {
	display: flex;
	margin-top: 90px;
	margin-left: -70px;
}

.concept-wrap .img_wrap{
	flex: 1 0 50%;
	max-width: 672px;
}

.concept-wrap .img_wrap img{
	width: 100%;
}

.concept-wrap .fv-text{
	margin: 0;
	line-height: 1.875;
	padding: 0 60px;
	font-size: 16px;
}

@media screen and (max-width: 1200px) {
	.page-concept .concept-fv{
		line-height: 1.5;
	}

	.page-concept .fv::after {
		height: 600px;
	}
}

@media screen and (max-width: 983px) {
	.page-concept .fv {
		padding: 0;
		margin: 120px 0 150px 0;
	}

	.page-concept .fv::after {
		top: 0;
		right: 0;
		width: calc(100% - 40px);
		height: 100%;
	}

	.page-concept .concept-fv{
		margin: 0;
		padding: 60px 0 0px 60px;
		font-size: 30px;
	}

	.concept-wrap {
		flex-direction: column;
		margin-top: 60px;
		margin-left: 0px;
	}

	.concept-wrap .img_wrap{
		margin-left: -40px;
	}

	.concept-wrap .fv-text{
		padding: 40px 0 40px 40px;
		font-size: 25px;
	}
}

@media screen and (max-width: 767px) {
	.page-concept .fv {
		margin: 60px 0 75px 0;
	}

	.page-concept .fv::after {
		width: calc(100% - 20px);
	}

	.page-concept .concept-fv{
		padding: 30px 0 0px 30px;
		font-size: 15px;
	}

	.concept-wrap {
		margin-top: 30px;
	}

	.concept-wrap .img_wrap{
		margin-left: -20px;
	}

	.concept-wrap .fv-text{
		padding: 20px 0 20px 20px;
		font-size: 12.5px;
	}
}

.page-concept .point-bg {
	background: #ebdedb;
	padding: 140px 0 90px 0;
}

.page-concept .concept-point {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: center;
	color: #3f3515;
	font-size: 30px;
}

.page-concept .concept-point:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #666666;
}

.page-concept .concept-point span {
	font-family: "Zen Kurenaido", sans-serif;
	position: relative;
	padding: 0 53px;
	background: #ebdedb;
}

@media screen and (max-width: 983px) {
	.page-concept .point-bg {
		padding: 100px 0 0px 0;
	}

	.page-concept .concept-point {
		font-size: 32px;
	}

	.page-concept .concept-point span {
		padding: 0 25px;
	}
}

@media screen and (max-width: 767px) {
	.page-concept .point-bg {
		padding: 50px 0 0px 0;
	}

	.page-concept .concept-point {
		font-size: 16px;
	}

	.page-concept .concept-point span {
		padding: 0 12.5px;
	}
}

/* banner common */
.banner-common .banner-box {
	display: flex;
	background: #303030;
	margin: 120px 0 150px 0;
}

.banner-common .banner-box .img_wrap{
	flex: 0 0 61.9%;
}

.banner-common .banner-box .img_wrap picture{
	display: block;
}

.banner-common .banner-box .img_wrap img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
}

.banner-common .banner-box .link{
	flex: 1 1 38.1%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-common .banner-box a {
	display: block;
	background: #fff;
	border-color: #675854;
	max-width: 250px;
	font-size: 16px;
}

@media screen and (max-width: 983px) {
	.banner-common {
		max-width: 670px;
		margin: 0 auto;
	}
	.banner-common .banner-box {
		margin: 150px 0 150px 0;
		flex-direction: column;
	}

	.banner-common .banner-box .img_wrap{
		flex: inherit;
	}

	.banner-common .banner-box .link{
		flex: inherit;
		height: 180px;
	}

	.banner-common .banner-box a {
		max-width: 350px;
		padding: 19px 0;
		font-size: 25px;
	}
}

@media screen and (max-width: 767px) {
	.banner-common .banner-box {
		margin: 75px 0 75px 0;
	}
	.banner-common .banner-box .link{
		height: 90px;
	}

	.banner-common .banner-box a {
		max-width: 175px;
		padding: 10px 0;
		font-size: 12.5px;
	}

	.banner-common .banner-box a::after {
		bottom: 14.5px;
	}
}

/* page-menu-list */
.page-menu-list .card-menu .btn.btn-com {
	margin-top: 30px;
}

@media screen and (max-width: 983px) {
	.page-menu-list .card-menu .btn.btn-com {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.page-menu-list .card-menu .btn.btn-com {
		margin-top: 10px;
	}
}

/* page-menu-detail */
.page-menu-detail .content-top {
	margin-top: 90px;
}

.page-menu-detail .content-top .top-header{
	font-family: "Zen Kurenaido", sans-serif;
	margin: 0;
	line-height: 1;
	background: #eefdfd;
	color: #6BC4C7;
	font-weight: 600;

	border-left: 3px solid #6BC4C7;
	font-size: 30px;
	padding: 25px 15px 25px 38px;
}

.page-menu-detail .content-top .top-container{
	display: flex;
	margin:32px 0;
}
.page-menu-detail .content-top .top-container figure{
	width: 50%;
	margin-right: 32px;
}
.page-menu-detail .content-top .top-container figure img{
	width: 100%;
}
.page-menu-detail .content-top .top-container p{
	width: 50%;
	line-height: 1.8em;
}

.page-menu-detail .content-top .badge-wrap {
	margin-top: 30px;
}

@media screen and (max-width: 983px) {
	.page-menu-detail .content-top {
		margin-top: 80px;
	}

	.page-menu-detail .content-top .top-header{
		font-size: 30px;
		padding: 25px 15px 25px 38px;
	}
	
	.page-menu-detail .content-top .top-container{
		margin:45px 0;
		flex-wrap: wrap;
	}
	.page-menu-detail .content-top .top-container figure{
		width: 100%;
		margin-right: 0;
	}
	.page-menu-detail .content-top .top-container p{
		width: 100%;
		font-size:25px;
	}

	.page-menu-detail .content-top .badge-wrap {
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	.page-menu-detail .content-top {
		margin-top: 40px;
	}

	.page-menu-detail .content-top .top-header{
		font-size: 15px;
		padding: 12.5px 7.5px 12.5px 19px;
	}

	.page-menu-detail .content-top .badge-wrap {
		margin-top: 20px;
	}
	.page-menu-detail .content-top .top-container p{
		font-size:12.5px;
	}
}

.page-menu-detail .content-body {
	margin-top: 145px;
}

.page-menu-detail .content-body .body-header{
	font-family: "Zen Kurenaido", sans-serif;
	margin: 0;
	line-height: 1;
	position: relative;
	color: #675854;
	font-weight: 600;

	border-bottom: 1px solid #675854;
	font-size: 30px;
	padding: 0px 15px 34px 24px;
}

.page-menu-detail .content-body .body-header:before {
	position: absolute;
	left: 0;
	content: '';
	background: #675854;
	width: 200px;
	height: 3px;
	bottom: -2px;
}

.page-menu-detail .content-body .body-top {
	display: flex;
	padding: 100px 40px 0 40px;
}

.page-menu-detail .content-body .body-top .img_wrap{
	position: relative;
	display: block;
	width: 50%;
	margin: 0 36px 0 31px;
}

.page-menu-detail .content-body .body-top .img_wrap::before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #6BC4C7;
	z-index: -1;

	left: -31px;
	top: -31px;

	padding: 0 36px 0 31px;
}

.page-menu-detail .content-body .body-top .text-box{
	width: 50%;
}

.page-menu-detail .content-body p {
	margin: 0;
	padding: 0;
	line-height: 1.875;
	font-size: 16px;
}

.page-menu-detail .content-body .text-box_bottom {
	line-height: 1;
	padding: 0;
	font-size: 16px;
	margin: 50px 0 0 0;
}

.page-menu-detail .content-body .text-box_bottom .time{
	color: #675854;
	font-weight: bold;
	margin-right: 25px;
}

.page-menu-detail .content-body .menu-content-item {
	padding: 80px 40px 0 40px;
}

.page-menu-detail .content-body .price-header {
	font-family: "Zen Kurenaido", sans-serif;
	color: #675854;
	margin: 0;
	border-left: 6px double #675854;
	font-size: 25px;
	padding-left: 22px;
}

.page-menu-detail .content-body .menu-content-item .dl-group dl{
	margin-bottom: 30px;
}
.page-menu-detail .content-body .menu-content-item .dl-group dl:last-of-type{
	margin-bottom: 0;
}
.page-menu-detail .content-body .menu-content-item .dl-group dl dt{
	font-family: "Zen Kurenaido", sans-serif;
	font-size:18px;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	color:#675854;
}
.page-menu-detail .content-body .menu-content-item .dl-group dl dt:before{
	content:"";
	width: 15px;
	height: 2px;
	background:#675854;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.page-menu-detail .content-body .menu-content-item .dl-group dl dd{
	line-height: 1.8em;
}
.page-menu-detail .content-body .menu-content-item .dl-group dl dd a{
	text-decoration: underline;
	font-weight: 500;
}
.page-menu-detail .content-body .menu-content-item .dl-group.flow{
	counter-reset: number;
}
.page-menu-detail .content-body .menu-content-item .dl-group.flow dl{
	position: relative;
	padding:5px 0 0 50px;
}
.page-menu-detail .content-body .menu-content-item .dl-group.flow dl:before{
	counter-increment: number; /* 子要素に対してカウンタをインクリメント */
	content: counter(number);  /* カウンタを表示 */
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #6BC4C7;
	color:#fff;
	border-radius: 50%;
}
.page-menu-detail .content-body .menu-content-item .dl-group.flow dl dt{
	padding-left: 0;
}
.page-menu-detail .content-body .menu-content-item .dl-group.flow dl dt::before{
	content:none;
}

table.price {
	width: 100%;
	border-spacing: 0;
	text-align: left;
	margin-top: 23px;
}

table.price tr th,
table.price tr td{
	border-top: 1px solid #6BC4C7;
	font-weight: bold;
	font-size: 16px;
	padding: 25px 20px 25px 40px;
}

table.price tr:last-child th,
table.price tr:last-child td{
	border-bottom: 1px solid #6BC4C7;
}

table.price tr th{
	border-left: 1px solid #e8fcfc;
	background: #eefdfd;
	width: 26.8518%;
}

table.price tr td{
	border-left: 1px solid #e8fcfc;
	border-right: 1px solid #e8fcfc;
}

@media screen and (max-width: 1200px) {
	.page-menu-detail .content-body .body-top {
		padding: 100px 0px 0 0px;
	}
	.page-menu-detail .content-body .text-box_bottom {
		margin: 20px 0 0 0;
	}
	.page-menu-detail .content-body .menu-content-item {
		padding: 80px 0px 0 0px;
	}
}

@media screen and (max-width: 983px) {
	.page-menu-detail .content-body {
		margin-top: 110px;
	}

	.page-menu-detail .content-body .body-header{
		font-size: 30px;
		padding: 0px 15px 34px 24px;
	}

	.page-menu-detail .content-body .body-header:before {
		width: 200px;
		height: 3px;
		bottom: -2px;
	}

	.page-menu-detail .content-body .body-top {
		flex-direction: column;
		padding: 90px 0px 0 0px;
	}

	.page-menu-detail .content-body .body-top .img_wrap{
		width: calc(100% - 40px);
		margin: 0;
		margin-left: auto;
	}

	.page-menu-detail .content-body .body-top .img_wrap img{
		width: 100%;
	}

	.page-menu-detail .content-body .body-top .img_wrap::before{
		width: 100%;
		padding: 0;
		left: -40px;
		top: -40px;
	}

	.page-menu-detail .content-body .body-top .text-box{
		width: 100%;
		margin-top: 30px;
	}

	.page-menu-detail .content-body p {
		font-size: 25px;
	}

	.page-menu-detail .content-body .text-box_bottom {
		font-size: 25px;
		margin: 50px 0 0 0;
	}

	.page-menu-detail .content-body .text-box_bottom .time{
		margin-right: 25px;
	}

	.page-menu-detail .content-body .menu-content-item {
		padding: 80px 0px 0 0px;
	}
	
	.page-menu-detail .content-body .menu-content-item .dl-group.flow dl dt{
		font-size:25px;
	}
	
	.page-menu-detail .content-body .menu-content-item .dl-group.flow dl dd{
		font-size:22px;
	}

	.page-menu-detail .content-body .menu-content-item .dl-group dl dt{
		font-size:25px;
	}

	.page-menu-detail .content-body .menu-content-item .dl-group dl dd{
		font-size:22px;
	}

	.page-menu-detail .content-body .price-header {
		font-size: 32px;
		padding-left: 22px;
	}

	table.price {
		margin-top: 40px;
	}

	table.price tr th,
	table.price tr td{
		font-size: 25px;
		padding: 30px 20px 30px 40px;
	}

	table.price tr th{
		width: 37.2578%;
	}
}

@media screen and (max-width: 767px) {
	.page-menu-detail .content-body {
		margin-top: 55px;
	}

	.page-menu-detail .content-body .body-header{
		font-size: 15px;
		padding: 0px 7.5px 17px 12px;
	}

	.page-menu-detail .content-body .body-header:before {
		width: 100px;
		height: 3px;
		bottom: -2px;
	}

	.page-menu-detail .content-body .body-top {
		padding: 45px 0px 0 0px;
	}

	.page-menu-detail .content-body .body-top .img_wrap{
		width: calc(100% - 20px);
	}

	.page-menu-detail .content-body .body-top .img_wrap::before{
		left: -20px;
		top: -20px;
	}

	.page-menu-detail .content-body .body-top .text-box{
		margin-top: 15px;
	}

	.page-menu-detail .content-body p {
		font-size: 12.5px;
	}

	.page-menu-detail .content-body .text-box_bottom {
		font-size: 12.5px;
		margin: 25px 0 0 0;
	}

	.page-menu-detail .content-body .text-box_bottom .time{
		margin-right: 12.5px;
	}

	.page-menu-detail .content-body .menu-content-item {
		padding: 40px 0px 0 0px;
	}

	.page-menu-detail .content-body .price-header {
		font-size: 16px;
		padding-left: 11px;
	}

	table.price {
		margin-top: 20px;
	}

	table.price tr th,
	table.price tr td{
		font-size: 12.5px;
		padding: 15px 10px 15px 20px;
	}

	table.price tr th{
		width: 37.2578%;
	}
}

.page-menu-detail .content-flow {
	position: relative;
	margin: 100px 0 0px 0;
	padding: 100px 0 100px 0;
}

.page-menu-detail .content-flow::after {
	content: "";
	display: block;
	position: absolute;
	background: url("images/flow_bg_ootakanomori.jpg")repeat-y right top / cover;
	z-index: -3;
	top: 0;
	right: 0;
	width: calc(1300px + ((100% - 1300px) / 2) - 283px);
	height: 100%;
}

.page-menu-detail .content-flow .container {
	position: relative;
	z-index: 0;
}

.page-menu-detail .content-flow .flow-bg {
	position: relative;
	background: #fff;
	z-index: -2;
	padding-bottom: 80px;
}

.page-menu-detail .content-flow .flow-header {
	line-height: 1;
	margin: 0;
	border-top: 2px solid #666666;
	border-bottom: 1px solid #666666;
	text-align: center;
	padding: 24px 15px;
}

.page-menu-detail .content-flow .flow-header span{
	display: block;
}

.page-menu-detail .content-flow .flow-header .en{
	font-family: 'Klee One', cursive;
	font-weight: 400;
	color: #28898D;

	font-size: 20px;
	margin-bottom: 10px;
}

.page-menu-detail .content-flow .flow-header .ja{
	font-weight: 600;
	font-size: 30px;
}

.page-menu-detail .content-flow .flow-content {
	position: relative;
	margin-top: 40px;
}

.page-menu-detail .content-flow .flow-content::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	background: radial-gradient(#675854 30%, transparent 30%);
	width: 4px;
 	background-size: 4px 4px;
	margin-left: 155px;
}

@media screen and (max-width: 983px) {
	.page-menu-detail .content-flow {
		margin: 120px 0 0px 0;
		padding: 80px 0 120px 0;
	}

	.page-menu-detail .content-flow::after {
		width: calc(100% - 16.6667%);
	}

	.page-menu-detail .content-flow .flow-content {
		margin-top: 50px;
		padding: 0 25px;
	}

	.page-menu-detail .content-flow .flow-content::after {
		margin-left: 46px;
		height: calc(100% - 400px);
	}
}

@media screen and (max-width: 767px) {
	.page-menu-detail .content-flow {
		margin: 60px 0 0px 0;
		padding: 40px 0 60px 0;
	}

	.page-menu-detail .content-flow .flow-content {
		margin-top: 25px;
		padding: 0 12.5px;
	}

	.page-menu-detail .content-flow .flow-content::after {
		margin-left: 23px;
		height: calc(100% - 200px);
	}

	.page-menu-detail .content-body .menu-content-item .dl-group.flow dl{
		padding:2px 0 0 35px;
	}

	.page-menu-detail .content-body .menu-content-item .dl-group.flow dl:before{
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size:13px;
	}
	.page-menu-detail .content-body .menu-content-item .dl-group.flow dl dt{
		font-size:16px;
	}

	.page-menu-detail .content-body .menu-content-item .dl-group.flow dl dd{
		font-size:12.5px;
	}

	.page-menu-detail .content-body .menu-content-item .dl-group dl dt{
		font-size:16px;
	}

	.page-menu-detail .content-body .menu-content-item .dl-group dl dd{
		font-size:12.5px;
	}
}

/* page faq */
main.archive-qa .page_content{
	margin: 0px 0 100px 0;
}

main.archive-qa .content-faq .header-content-faq{
	font-family: "Zen Kurenaido", sans-serif;
	position: relative;
	color: #675854;

	border-bottom: 2px solid #675854;
	font-size: 24px;
	padding-bottom: 20px;
	padding-left: 40px;
	margin: 100px 0 50px 0;
}

main.archive-qa .content-faq .faq-wrap{
	margin: 30px 0;
	padding: 0 30px;
}

main.archive-qa .content-faq .faq-wrap .faq-item{
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 600;
	line-height: 1.6667;
	border: 1px solid #44A2A6;
	flex: 1 1 auto;
}

main.archive-qa .content-faq .faq-wrap .faq-item.faq-q{
	background: #6BC3C7;
	color: #fff;
	font-size: 21px;
	padding: 21px 25px 21px 0;
}

main.archive-qa .content-faq .faq-wrap .faq-item.faq-a{
	font-size: 15px;
	padding: 35px 25px 35px 0;
}

main.archive-qa .content-faq .faq-wrap .faq-item::before{
	display: inline-block;
	font-weight: 600;

	flex: 0 0 100px;
	padding-left: 40px;
	align-self: flex-start;
}

main.archive-qa .content-faq .faq-wrap .faq-item.faq-q::before{
	content: "Q.";
	font-family: 'Klee One', cursive;
	font-weight: 400;
	line-height: 1;
	font-size: 36px;
}

main.archive-qa .content-faq .faq-wrap .faq-item.faq-a::before{
	content: "A.";
	font-family: 'Klee One', cursive;
	font-weight: 400;
	color: #675854;
	line-height: 1;
	font-size: 42px;
}

main.archive-qa .content-faq .faq-wrap .faq-item.faq-q::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);

	background: url("images/icon_menu_plus_pc.png")no-repeat center center / cover;
	width: 19px;
	height: 19px;
	margin-right: 46px;
}

main.archive-qa .content-faq .faq-wrap .faq-item.faq-q.show::after{
	background: url("images/icon_menu_minus_pc.png")no-repeat center center / cover;
	width: 21px;
	height: 4px;
	margin-right: 44px;
}

@media screen and (max-width: 983px) {
	main.archive-qa .page_content{
		margin: 20px 0 150px 0;
	}

	main.archive-qa .content-faq .header-content-faq{
		font-size: 28px;
		padding-left: 20px;
		margin: 100px 0 50px 0;
	}

	main.archive-qa .content-faq .header-content-faq::after{
		width: 30px;
		height: 2px;
	}

	main.archive-qa .content-faq .faq-wrap{
		margin: 0 0 30px 0;
		padding: 0;
	}

	main.archive-qa .content-faq .faq-wrap .faq-item.faq-q {
		font-size: 26px;
		flex: 1 1 auto;
		padding: 24px 50px 24px 0px;
	}

	main.archive-qa .content-faq .faq-wrap .faq-item.faq-a {
		font-size: 25px;
		padding: 35px 25px 35px 0;
	}

	main.archive-qa .content-faq .faq-wrap .faq-item::before{
		font-size: 28px;
		flex: 0 0 85px;
		padding-left: 25px;
	}

	main.archive-qa .content-faq .faq-wrap .faq-item.faq-a::before{
		margin-left: 0px;
	}

	main.archive-qa .content-faq .faq-wrap .faq-item.faq-q::after{
		top: 36px;
		transform: inherit;
		background: url("images/icon_menu_plus_sp.png")no-repeat center center / cover;
		width: 22px;
		height: 22px;
		margin-right: 25px;
	}

	main.archive-qa .content-faq .faq-wrap .faq-item.faq-q.show::after{
		background: url("images/icon_menu_minus_sp.png")no-repeat center center / cover;
		width: 23px;
		height: 3px;
		margin-right: 25px;
		top: 46px;
	}
}

@media screen and (max-width: 767px) {
	main.archive-qa .page_content{
		margin: 10px 0 75px 0;
	}

	main.archive-qa .content-faq .header-content-faq{
		font-size: 14px;
		padding-left: 10px;
		margin: 50px 0 25px 0;
	}

	main.archive-qa .content-faq .header-content-faq::after{
		width: 15px;
		height: 1px;
	}

	main.archive-qa .content-faq .faq-wrap{
		margin: 0 0 15px 0;
	}

	main.archive-qa .content-faq .faq-wrap .faq-item.faq-q {
		font-size: 13px;
		padding: 12px 25px 12px 0px;
	}

	main.archive-qa .content-faq .faq-wrap .faq-item.faq-a {
		font-size: 12.5px;
		padding: 17.5px 12.5px 17.5px 0;
	}

	main.archive-qa .content-faq .faq-wrap .faq-item::before{
		font-size: 14px;
		flex: 0 0 42.5px;
		padding-left: 12.5px;
	}

	main.archive-qa .content-faq .faq-wrap .faq-item.faq-q::before{
		font-size: 18px;
	}

	main.archive-qa .content-faq .faq-wrap .faq-item.faq-a::before{
		font-size: 21px;
	}

	main.archive-qa .content-faq .faq-wrap .faq-item.faq-q::after{
		top: 18px;
		width: 11px;
		height: 11px;
		margin-right: 12.5px;
	}

	main.archive-qa .content-faq .faq-wrap .faq-item.faq-q.show::after{
		width: 11.5px;
		height: 1.5px;
		margin-right: 12.5px;
		top: 23px;
	}
}

/* page price */
main.archive-price .page_content{
	margin: 0px 0 100px 0;
}
main.archive-price .badge-wrap{
	margin: 50px 0;
}
main.archive-price .content-price .header-content-price{
	font-family: "Zen Kurenaido", sans-serif;
	position: relative;
	color: #fff;
	background: #6BC4C7;

	font-size: 30px;
	padding: 23px 40px;
	margin: 100px 0 50px 0;
}

@media screen and (max-width: 983px) {
	main.archive-price .page_content{
		margin: 0px 0 110px 0;
	}

	main.archive-price .content-price .header-content-price{
		font-size: 30px;
		padding: 23px 40px;
		margin: 100px 0 40px 0;
	}
}

@media screen and (max-width: 767px) {
	main.archive-price .page_content{
		margin: 0px 0 55px 0;
	}

	main.archive-price .badge-wrap{
		margin:25px 0;
	}

	main.archive-price .content-price .header-content-price{
		font-size: 15px;
		padding: 11.5px 20px;
		margin: 50px 0 20px 0;
	}
}

/* archive-case */
main.archive-case .page_content{
	margin: 100px 0 0 0;
}

main.archive-case .head-case-term{
	font-family: "Zen Kurenaido", sans-serif;
	font-weight: bold;
	line-height: 1.3;
	color: #675854;
	position: relative;
	display: inline-block;

	font-size: 25px;
	padding: 0px 0 0px 50px;
	margin: 0 0 60px 0;
}
main.archive-case .head-case-term::after{
	content: "";
	display: inline-block;
	position: absolute;
	background: #675854;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 30px;
	height: 2px;
}

main.archive-case .term-content ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;

	margin: 0 -6px;
}

main.archive-case .term-content ul li{
	width: calc(25% - 12px);
	margin: 0 6px 12px 6px;
}

main.archive-case .term-content ul li a{
	display: flex;
	justify-content: center;
	align-items: center;

	color: #6BC3C7;
	background: #fff;
	border: 1px solid #6BC3C7;
	border-radius: 32px;
	font-weight: 600;

	font-size: 18px;
	height: 40px;
}

main.archive-case .term-content ul li.active a{
	color: #fff;
	background: #28898D;
}

@media screen and (max-width: 983px) {
	main.archive-case .page_content{
		margin: 100px 0 0 0;
	}

	main.archive-case .head-case-term{
		font-size: 30px;
		padding: 0px 0 0px 50px;
		margin: 0 0 70px 0;
	}
	main.archive-case .head-case-term::after{
		width: 30px;
		height: 2px;
	}

	main.archive-case .term-content ul {
		margin: 0 -15px;
	}

	main.archive-case .term-content ul li{
		width: calc(50% - 30px);
		margin: 0 15px 20px 15px;
	}

	main.archive-case .term-content ul li a{
		font-size: 24px;
		height: 48px;
	}
}

@media screen and (max-width: 767px) {
	main.archive-case .page_content{
		margin: 50px 0 0 0;
	}

	main.archive-case .head-case-term{
		font-size: 15px;
		padding: 0px 0 0px 25px;
		margin: 0 0 35px 0;
	}
	main.archive-case .head-case-term::after{
		width: 15px;
		height: 1px;
	}

	main.archive-case .term-content ul {
		margin: 0 -7.5px;
	}

	main.archive-case .term-content ul li{
		width: calc(50% - 15px);
		margin: 0 7.5px 10px 7.5px;
	}

	main.archive-case .term-content ul li a{
		font-size: 12px;
		height: 24px;
	}
}

/* page doctor */
main.archive-doctor .content-doctor{
	display: flex;
	flex-wrap: wrap;
	margin: 100px 0 50px 0;
}
main.archive-doctor .content-doctor .item_wrap{
	box-sizing: border-box;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: calc(50% - 70px);
    margin: 0 35px 40px 35px;
}
main.archive-doctor .content-doctor .item_wrap_top{
	display: flex;
	flex-wrap: wrap;
}
main.archive-doctor .content-doctor .item_wrap_top figure{
	width: 50%;
	margin-right: 20px;
}
main.archive-doctor .content-doctor .item_wrap_top .item_wrap_top_other{
	width: calc(50% - 20px);
}
main.archive-doctor .content-doctor h2{
	font-family: "Zen Kurenaido", sans-serif;
    margin: 0 0 30px 0;
    padding: 0px;
    color: #675854;
    font-weight: bold;
    font-size: 25px;
}
main.archive-doctor .content-doctor h3{
	font-family: "Zen Kurenaido", sans-serif;
    margin: 0 0 15px 0;
    color: #675854;
    font-weight: bold;
    font-size: 18px;
}
main.archive-doctor .content-doctor .doctor_body{
	margin: 0 0 15px 0;
    font-size: 16px;
	line-height: 1.8;
}
main.archive-doctor .content-doctor .doctor_body:last-child{
	margin: 0;
}
main.archive-doctor .content-doctor .item_wrap_bottom{
	margin-top: 15px;
}

@media screen and (max-width: 983px) {
	main.archive-doctor .content-doctor{
		 max-width: 670px;
        margin: 80px auto 70px auto;;
	}
	main.archive-doctor .content-doctor .item_wrap{
		width: 100%;
        margin: 0 0px 80px 0px;
	}
	main.archive-doctor .content-doctor h2{
		font-size: 29px;
		margin: 0 0 40px 0;
	}
	main.archive-doctor .content-doctor h3{
		font-size:27px;
		margin: 0 0 20px 0;
	}
	main.archive-doctor .content-doctor .doctor_body{
		font-size:25px;
	}
}
@media screen and (max-width: 767px) {
	main.archive-doctor .content-doctor{
		margin: 40px auto 35px auto;
	}
	main.archive-doctor .content-doctor .item_wrap{
		margin: 0 0px 50px 0px;
	}
	main.archive-doctor .content-doctor .item_wrap_top figure{
		width: 100%;
		text-align: center;
		margin-right: 0;
	}
	main.archive-doctor .content-doctor .item_wrap_top figure img{
		max-height: 400px;
		width: auto;
		object-fit: contain;
	}
	main.archive-doctor .content-doctor .item_wrap_top .item_wrap_top_other{
		width: 100%;
		margin-top:15px;
	}
	main.archive-doctor .content-doctor h2{
		font-size:18px;
		margin: 0 0 20px 0
	}
	main.archive-doctor .content-doctor h3{
		font-size:15px;
		margin: 0 0 10px 0
	}
	main.archive-doctor .content-doctor .doctor_body{
		font-size: 12.5px;
	}
}


/* single-case */
main.single-case .page_content{
	margin: 100px 0 120px 0;
}

main.single-case .head-case-single {
	font-family: "Zen Kurenaido", sans-serif;
	color: #6BC4C7;
	font-weight: 600;
	line-height: 1.5;
	border: 2px solid #6BC4C7;
	border-left-width: 3px;

	font-size: 30px;
	padding: 16px 40px;
}

main.single-case .before-after-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;

	max-width: 860px;
	margin: 40px auto 0 auto;
}

main.single-case .before-after-wrap .separat {
	margin: 0 10px;
}

main.single-case .before-after-wrap .caption {
	color: #303030;
	font-weight: 600;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: center;

	font-size: 18px;
	padding: 12px 0;
	margin-top: -3px;
}

main.single-case .before-after-wrap .caption.before {
	background: #d9d9d9;
}

main.single-case .before-after-wrap .caption.after {
	background: #d5cbab;
}

main.single-case .body-wrap {
	padding-left: 40px;
}

main.single-case .entry-content h2 {
	border: none;
	margin: 0;
	padding: 0;
}

main.single-case .entry-content h2::after {
	display: none;
}

main.single-case .entry-content .head-case-single_comment {
	font-family: "Zen Kurenaido", sans-serif;
	color: #675854;
	background: #eefdfd;
	line-height: 1;

	font-size: 24px;
	padding: 15px 40px;
	margin: 70px 40px 0 -40px;
}

main.single-case .staff-comment {
	border: 1px solid #c4eced;

	padding: 35px 45px;
}

main.single-case .staff-comment .comment {
	margin: 0;
	padding: 0;

	font-size: 16px;
}

main.single-case .entry-content .head-case-single_com {
	font-family: "Zen Kurenaido", sans-serif;
	position: relative;
	color: #675854;
	font-weight: bold;
	line-height: 1;

	font-size: 25px;
	margin: 80px 0 40px 0;
	padding-left: 30px;
}

main.single-case .entry-content .head-case-single_com::before,
main.single-case .entry-content .head-case-single_com::after {
	display: block;
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 1px;
	background: #675854;
}

main.single-case .entry-content .head-case-single_com::after {
	margin-left: 7px;
}

main.single-case .entry-content .body-wrap table.price th,
main.single-case .entry-content .body-wrap table.price td{
	color: #000;
	font-weight: bold;
	text-align: left;
	padding-left: 40px;
}

main.single-case .entry-content .risk {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 983px) {
	main.single-case .page_content{
		margin: 80px 0 140px 0;
	}

	main.single-case .head-case-single {
		border: 2px solid #917b6d;
		border-left-width: 3px;
		font-size: 30px;
		padding: 16px 40px;
	}

	main.single-case .before-after-wrap {
		margin: 40px auto 0 auto;
	}

	main.single-case .before-after-wrap .separat {
		margin: 0 10px;
	}

	main.single-case .before-after-wrap .caption {
		font-size: 27px;
		padding: 11px 0;
		margin-top: -3px;
	}

	main.single-case .body-wrap {
		padding-left: 25px;
	}

	main.single-case .entry-content .head-case-single_comment {
		font-size: 28px;
		padding: 15px 40px;
		margin: 60px 25px 0 -25px;
	}

	main.single-case .staff-comment {
		padding: 40px 40px;
	}

	main.single-case .staff-comment .comment {
		font-size: 25px;
	}

	main.single-case .entry-content .head-case-single_com {
		font-size: 32px;
		margin: 80px 0 40px 0;
		padding-left: 40px;
	}

	main.single-case .entry-content .head-case-single_com::after {
		margin-left: 10px;
	}

	main.single-case .entry-content .body-wrap table.price th,
	main.single-case .entry-content .body-wrap table.price td{
		padding-left: 40px;
	}
}

@media screen and (max-width: 767px) {
	main.single-case .page_content{
		margin: 40px 0 70px 0;
	}

	main.single-case .head-case-single {
		border: 1px solid #917b6d;
		border-left-width: 2px;
		font-size: 15px;
		padding: 8px 20px;
	}

	main.single-case .before-after-wrap {
		margin: 20px auto 0 auto;
	}

	main.single-case .before-after-wrap .separat {
		margin: 0 5px;
	}

	main.single-case .before-after-wrap .caption {
		font-size: 13.5px;
		padding: 5.5px 0;
		margin-top: -3px;
	}

	main.single-case .body-wrap {
		padding-left: 12.5px;
	}

	main.single-case .entry-content .head-case-single_comment {
		font-size: 14px;
		padding: 7.5px 20px;
		margin: 30px 12.5px 0 -12.5px;
	}

	main.single-case .staff-comment {
		padding: 20px 20px;
	}

	main.single-case .staff-comment .comment {
		font-size: 12.5px;
	}

	main.single-case .entry-content .head-case-single_com {
		font-size: 16px;
		margin: 40px 0 20px 0;
		padding-left: 20px;
	}

	main.single-case .entry-content .head-case-single_com::after {
		margin-left: 5px;
	}

	main.single-case .entry-content .body-wrap table.price th,
	main.single-case .entry-content .body-wrap table.price td{
		padding-left: 20px;
	}
}
