@charset "utf-8";

:root {
	--wp--preset--spacing--30:clamp(15px, 3vw, 30px);
	--wp--preset--spacing--40:clamp(20px, 3vw, 40px);
}
/*++++++++++++++++
SNS
++++++++++++++++*/
.line_button {
	background: var(--line) !important;
	color: var(--white);
	padding: 15px 20px 18px 40px !important;
	display: inline-block !important;
	font-weight: var(--wght-600);
	border-radius: 5px !important;
	position:relative;
	max-width: max-content;
}
.line_button:before {
	content:"";
	background: url(../../images/common/line_g.webp);
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0.5rem;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
	background-size: 100%;
}


iframe {
	width: var(--flex-100);
	height: 400px;
}

.template_contents {
	padding: 8rem 0 10rem;
}


.content-en-title {
	font-family: var(--engs);
	font-size: var(--font-h6);
	font-weight: var(--wght-600);
	letter-spacing: 1px;
	position: relative;
	max-width: max-content;
}


.column-2 {
	grid-template-columns: repeat(2,1fr);
	justify-content: space-between;
}
.column-3 {
	grid-template-columns: repeat(1,1fr);
	justify-content: space-between;
}
.column-4 {
	grid-template-columns: repeat(2,1fr);
	justify-content: space-between;
}
.column-5 {
	grid-template-columns: repeat(2,1fr);
	justify-content: space-between;
}

.button {
	max-width: max-content;
}
.button a {
	background: var(--black);
	text-decoration: none;
	color: var(--white);
	border-radius: 100px;
	padding:15px 40px 15px 30px;
	display: block;
	font-weight: var(--wght-500);
	font-size: var(--font-h6);
	position: relative;
	transition: .3s;
}
.button a:hover {
	transition: .3s;
	background: var(--darkblue);
}
.button a:before {
	content:"\f061";
	position: absolute;
	right: 18px;
	top: 2px;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	font-size: 12px;
	transition: .3s;
}
.button a:hover:before {
	transition: .3s;
	right: 12px;
}
.grid {
	display: grid !important;
}
/*++++++++++++++++
fontsize
++++++++++++++++*/
h1,p {
	line-height: var(--lh-md);
	letter-spacing: 0.5px;
}
h2 {
	font-size: var(--font-h2);
	font-weight: var(--wght-600);
}

h3 {
	font-size: var(--font-h3);
	font-weight: var(--wght-600);
}
h4 {
	font-size: var(--font-h4);
	font-weight: var(--wght-600);
}

.has-small-font-size {font-size: var(--font-em) !important;}
.has-medium-font-size {font-size: var(--font-h6) !important;}
.has-large-font-size {font-size: var(--font-h5) !important;}
.has-x-large-font-size {font-size: var(--font-h4) !important;}
.has-xx-large-font-size {font-size: var(--font-h3) !important;}


/*++++++++++++++++
breadcrumb
++++++++++++++++*/
.breadcrumb {
    clear: both;
    max-width: var(--width-large) !important;
    color: var(--darkgray);
    margin: 0 auto 0;
    position: relative;
    bottom: 0;
    right: 0;
    padding: 0;
    border-top: 1px solid var(--lightgray);
}

.breadcrumb ul {
    align-items: center;
    display: flex;
    max-width: var(--large-inner);
    margin: auto;
    padding: 10px 0 12px;
}

.breadcrumb li {
    position: relative;
	font-size: var(--font-em);
    padding: 3px 20px 0 0 !important;
    font-weight: var(--wght-500);
    display: flex;
    align-items: center
}

.breadcrumb li:last-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: 220px;
    overflow: hidden;
    min-height: 0
}

.breadcrumb li:before {
    content: "\f04b";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 8px;
    position: absolute;
    top: 0;
    right: 8px;
    color: var(--darkgray);
    bottom: 0;
    margin: auto;
    line-height: 1;
    height: 3px
}

.breadcrumb li:last-child:before {
    display: none
}

.breadcrumb li,.breadcrumb li:last-child {
    font-size: var(--font-mc);
}
.breadcrumb a {
	text-decoration: none;
	color: inherit;
}
.breadcrumb i {
	color: var(--darkgray);
	font-size: 11px;
	margin: 2px 0 0;
	display: block
}

.breadcrumb li i:before {
    font-size: 12px;
    margin: 0 5px 0 0
}

/*++++++++++++++
calc 背景色を全体に
++++++++++++++*/
.bg-calc {
	position: relative;
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 100px calc(50vw - 50%);
}
/*++++++++++++++
list
++++++++++++++*/
.wp-block-list {
    padding-inline-start:0 !important}

.wp-block-list li {
    line-height: var(--lh-sm);
    position: relative;
    padding: 0 0 0 22px;
    font-family: var(--gs);
    font-weight: var(--wght-400);
    max-width: fit-content;
	margin: 0 0 15px;
}

.wp-block-list li a {
    color: var(--aqua);
    text-decoration: underline
}

.wp-block-list li:before {
    content: "";
    background: var(--opa-black02);
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 8px;
    margin: auto;
    border-radius: 100px
}

/*++++++++++++++
table
++++++++++++++*/
.wp-block-flexible-table-block-table {
	
}
.wp-block-flexible-table-block-table table{
	border-color: var(--darkgray);
	border-width: 1px;
	border-top: 1px solid;
    font-size: var(--font-em);
}
.wp-block-flexible-table-block-table tr{
	border-width: 1px !important;
	border-color: var(--gray) !important;
	border-bottom: 1px solid;
}
.wp-block-flexible-table-block-table th{
	background: none !important;
	border-color: var(--gray) !important;
	padding: 15px 0 !important;
	font-weight: var(--wght-500);
	border-width: 0px !important;
}
.wp-block-flexible-table-block-table td{
	padding: 15px 0 !important;
	border-color: var(--gray) !important;
	border-width: 0px !important;
	background-color: unset !important;
}

/*++++++++++++++
区切り線
++++++++++++++*/
.hr {
	padding: 10px 0 0;
	border-bottom: 1px solid var(--darkgray);
}
.wp-block-separator {
	border-top: 1px solid;
	color: var(--gray);
	padding: 60px 0 0;
}


/*+++++++++++++++++++++++*/
/*pagenavi
/*+++++++++++++++++++++++*/
.wp-pagenavi {
    clear: both;
    margin: 50px 0 0;
    text-align: center;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center
}

.wp-pagenavi span.pages {
    padding: 10px;
    margin: 0 5px 0 0
}

.wp-pagenavi span.current {
    color: #f5f1df;
    background: var(--darkgray);
    box-sizing: border-box;
    text-align: center;
    font-size: 1em;
    margin: 0 10px 0 0;
    border-radius: 100px;
    border: 1px solid var(--darkgray);
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

a.page.smaller,a.page.larger {
    display: inline-block;
    color: var(--darkgray);
    text-align: center;
    margin: 0 10px 0 0;
    font-size: 1em;
    background: var(--white);
    border: 1px solid var(--darkgray);
    border-radius: 100px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
}

a.page.smaller:hover,a.page.larger:hover,a.previouspostslink:hover,a.nextpostslink:hover,.wp-pagenavi a.previouspostslink:hover,.wp-pagenavi a.nextpostslink:hover,.wp-pagenavi a.first:hover,.wp-pagenavi a.last:hover {
    text-decoration: none;
    box-shadow: 0 0px 3px rgba(0,0,0,.2);
    background: var(--black);
    color: #fff;
    transition: .3s
}

a.page.smaller:hover:after,a.page.larger:hover:after,a.previouspostslink:hover:after,a.nextpostslink:hover:after {
    margin: 0
}

.wp-pagenavi a.previouspostslink,.wp-pagenavi a.nextpostslink {
    display: inline-block;
    color: var(--black);
    background: var(--white);
    margin: 0 1% 0 0;
    border: 1px solid var(--darkgray);
    font-size: 1em;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
}

.wp-pagenavi a.first,.wp-pagenavi a.last {
    display: inline-block;
    color: #222;
    align-items: center;
    background: 0 0;
    padding: 18px 25px;
    text-align: center;
    margin: 0 8px 0 0;
    font-size: 1em
}


.tab{
	gap: 15px;
	flex-wrap: wrap;
}
.tab a{
	background: var(--white);
	color: var(--black);
	text-align: center;
	border: 1px solid var(--black);
	border-radius: 100px;
	padding: 8px 50px 8px;
	font-weight: var(--wght-500);
	display: block;
	cursor: pointer;
}
.tab a.active {
	background: var(--black);
	color: var(--white);
}

.salonBox > div figure{
	overflow: hidden;
	position: relative;
	background: var(--lightgray);	
	border:1px solid var(--black);

}

.salonBox > div figure img {
	aspect-ratio: 3 / 3;
	object-fit: cover;
}
/*+++++++++++++++++
sidebar
+++++++++++++++++*/
#sidebar ol {
	border-top: 1px dashed var(--black);
	padding: 10px 0 0;
}
#sidebar .recent ol {
	padding: 10px 0 0;
}

#sidebar .recent ol li figure {
	border: 1px solid var(--black);
}
#sidebar ol li {
	padding: 0;
	margin: 0;
}
#sidebar ol li a {
	border: none;
	display: flex;
	justify-content: left;
	line-height: var(--lh-md);
	padding: 5px 0;
}

/*+++++++++++++++++
toc
+++++++++++++++++*/
#toc_container  {
   padding: 30px; 
}
#toc_container a {
    color: var(--aqua);
    text-decoration: underline;
    line-height: var(--lh-md);
}

@media screen and (min-width: 600px) {

.column-2 {
	grid-template-columns: repeat(2,1fr);
	justify-content: space-between;
}
.column-3 {
	grid-template-columns: repeat(3,1fr);
	justify-content: space-between;
}
.column-4 {
	grid-template-columns: repeat(3,1fr);
	justify-content: space-between;
}
.column-5 {
	grid-template-columns: repeat(5,1fr) !important;
	justify-content: space-between;
}

.button a {
	background: var(--black);
	text-decoration: none;
	color: var(--white);
	border-radius: 100px;
	padding: 15px 50px;
	display: block;
	font-weight: var(--wght-500);
	font-size: var(--font-h6);
	position: relative;
	transition: .3s;
}
.button a:hover {
	transition: .3s;
	background: var(--darkblue);
}
.button a:before {
	content:"\f061";
	position: absolute;
	right: 18px;
	top: 2px;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	font-size: 12px;
	transition: .3s;
}
.button a:hover:before {
	transition: .3s;
	right: 12px;
}

}


@media screen and (min-width: 1024px) {
.template_contents {
	padding: 250px 0 10rem;
}
.column-2 {
	grid-template-columns: repeat(2,1fr);
	justify-content: space-between;
}
.column-3 {
	grid-template-columns: repeat(3,1fr);
	justify-content: space-between;
}
.column-4 {
	grid-template-columns: repeat(4,1fr);
	justify-content: space-between;
}
.column-5 {
	grid-template-columns: repeat(5,1fr);
	justify-content: space-between;
}

.button a:hover {
	transition: .3s;
	background: var(--darkblue);
}
.button a:before {
	content:"\f061";
	position: absolute;
	right: 18px;
	top: 2px;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	font-size: 12px;
	transition: .3s;
}
.button a:hover:before {
	transition: .3s;
	right: 12px;
}
/*+++++++++++++++++
toc
+++++++++++++++++*/
#toc_container a:hover {
    text-decoration:none;
}
}


@media screen and (min-width: 1200px) {

.column-2 {
	grid-template-columns: repeat(2,1fr);
	justify-content: space-between;
}
.column-3 {
}
.column-4 {
	grid-template-columns: repeat(4,1fr);
	justify-content: space-between;
}
.column-5 {
	grid-template-columns: repeat(5,1fr);
	justify-content: space-between;
}

.button a:before {
	content:"\f061";
	position: absolute;
	right: 18px;
	top: 2px;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	font-size: 12px;
	transition: .3s;
}
.button a:hover:before {
	transition: .3s;
	right: 12px;
}

}

@media screen and (min-width: 1500px) {

.column-2 {
	grid-template-columns: repeat(2,1fr);
	justify-content: space-between;
}
.column-3 {
}
.column-4 {
	grid-template-columns: repeat(4,1fr);
	justify-content: space-between;
}
.column-5 {
	grid-template-columns: repeat(5,1fr);
	justify-content: space-between;
}

.button a:before {
	content:"\f061";
	position: absolute;
	right: 18px;
	top: 2px;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	font-size: 12px;
	transition: .3s;
}
.button a:hover:before {
	transition: .3s;
	right: 12px;
}

	}