/*!
Theme Name: H_standard
Theme URI: http://underscores.me/
Author: Jiro_hashiba
Author URI: http://4ram.net
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: h_standard
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1;
}
html {
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

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

figure {
	margin: 1em 0;
}

/* Links
--------------------------------------------- */
a {
	text-decoration: none;
}
/* 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%;
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
section {
	position: relative;
}
h2 {
	color: #fb8c69;
}
p {
	line-height: 1.8;
}
ul {
	list-style: none;
}
.slider {
	position: relative;
}
/*
.swiper{
  opacity: 0.6;
}
*/
.slider .text {
	font-family: "Noto Serif JP";
	color: #532f26;
	text-align: center;
	position: absolute;
	z-index: 100;
	top: 27vw;
	width: 100%;
	font-size: 4vw;
	line-height: 1.5;
	letter-spacing: 0.1em;
	background-color: rgba(255, 255, 255, 0.62);
	padding: 15px 0;
}
.slider .text span {
	font-family: "Noto Serif JP";
	display: block;
	font-size: 2.1vw;
	line-height: 1.5;
	margin-top: 1.6vw;
}
@media screen and (min-width: 769px) {
	.sp,
	.none {
		display: none !important;
	}
	.main-navigation {
		display: block;
	}

	.main-navigation ul {
		display: flex;
		justify-content: space-between;
		list-style: none;
	}

	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		display: block;
		left: auto;
	}

	.main-navigation ul ul a {
		width: 200px;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
		background: #fff;
		margin-left: -0.7vw;
	}

	/*.main-navigation li {
		position: relative;
	}*/

	.main-navigation a {
		display: block;
		text-decoration: none;
		color: #232323;
		font-size: 1vw;
	}
	.main-navigation ul.menu > li {
		border-left: 0.1vw solid #232323;
		padding: 0 0.7vw;
		white-space: nowrap;
	}
	.main-navigation ul.menu > li:nth-of-type(1) {
		border: none;
		padding-left: 0;
	}
	.main-navigation ul li:last-child {
		padding-right: 0;
	}
	.main-navigation ul.sub-menu {
		padding: 1vw 0 0;
	}
	.main-navigation ul.sub-menu li {
		padding: 0.5vw;
		border-bottom: 1px solid #ccc;
	}
	.main-navigation ul.sub-menu li:hover {
		background: #ccc;
		color: #fff;
	}
	.site-branding {
		width: 22.8vw;
	}
	.custom-logo-link img {
		width: 22.8vw;
	}
	.site-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 1.6vw 0 0 1.7vw;
		height: 8.2vw;
	}
	.site-header .right {
		font-size: 0;
		height: 6.8vw;
	}

	.site-header .right img {
		height: 100%;
		width: auto;
	}
	.site-header h1 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		font-size: 0.5vw;
		background: #e6e6e6;
		padding: 0.5vw 0 0.5vw 3vw;
	}
	.site-header h1 span {
		font-weight: normal;
	}
	.site-footer {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		background: #fb8c69;
		padding: 3.87vw 6.58vw 1.83vw;
		color: #fff;
	}
	.site-footer .main-navigation ul li {
		border-left: 0.1vw solid #fff;
		padding: 0 0.7vw;
	}
	.site-footer .main-navigation ul li:first-child {
		border: none;
		padding-left: 0;
	}
	.site-footer .main-navigation ul li:last-child {
		padding-right: 0;
	}
	.site-footer a {
		color: #fff;
	}
	.site-footer p {
		font-size: 1.17vw;
		line-height: 1.5;
	}
	.site-footer table {
		width: 36.09vw;
		margin-top: 1.83vw;
	}
	.site-footer table th {
		border-right: 0.1vw solid #fff;
		font-weight: normal;
		width: 11.12vw;
		padding-top: 0.87vw;
		padding-bottom: 0.87vw;
	}
	.site-footer table td {
		text-align: center;
		padding-top: 0.87vw;
		padding-bottom: 0.87vw;
	}
	.site-footer table tr:first-child th,
	.site-footer table tr:first-child td {
		border-bottom: 0.1vw solid #fff;
	}

	.site-footer .left {
		width: 24.96vw;
	}
	.site-footer .left p {
		margin-top: 0.8vw;
	}
	.site-footer .left div {
		font-size: 0;
		margin-top: 3vw;
	}
	.site-footer .left div img {
		width: 7.39vw;
		margin-right: 0.65vw;
	}
	.site-footer .right {
		width: 52.34vw;
		padding-top: 1vw;
	}
	.site-footer .right p {
		margin-top: 1.61vw;
	}
	.site-footer .right > div {
		width: 13.59vw;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin: 2.04vw 0 0 auto;
	}
	.site-footer .right > div a {
		width: 2.63vw;
	}
	.site-info {
		width: 100%;
		text-align: center;
		font-size: 0.87vw;
		margin-top: 5.63vw;
	}
	.flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	/*TOP*/
	.home h2 {
		font-weight: 300;
		line-height: 1.2;
	}
	.home h2.sizeS {
		font-size: 3.66vw;
	}
	.home h2.sizeM {
		font-size: 5.12vw;
	}
	.home h2.sizeL {
		font-size: 6.07vw;
	}
	.home h2 span {
		display: block;
		font-size: 1.02vw;
		font-weight: 500;
	}
	.pickup,
	.cosmetics,
	.news,
	.access {
		background: #fff4f1;
	}
	.pickup,
	.department,
	.staff,
	.instagram,
	.news {
		padding: 4.39vw 6.58vw;
	}
	.top {
		position: relative;
		font-size: 0;
	}
	.top .open {
		position: absolute;
		top: 31.27vw;
		left: 50.95vw;
		width: 13.38vw;
		z-index: 3;
	}
	.top div {
		position: absolute;
		top: 35.74vw;
		left: 2.26vw;
	}
	.top div p:nth-child(2) {
		margin-left: 3.3vw;
		margin-top: 1.6vw;
	}
	.top div p span {
		display: inline-block;
		color: #fff;
		line-height: 2;
		font-size: 1.61vw;
		padding: 0 2.04vw;
		background: #fb8c69 linear-gradient(127deg, #fb8c69 0%, #fb9169 2%, #fb9869 17%, #fbb969 80%, #fbe369 100%) 0%
			0% no-repeat;
	}
	.top div p span:nth-child(3) {
		margin-left: 5.1vw;
		margin-top: 0.5vw;
	}
	.top div p span small {
		font-size: 1.24vw;
	}
	.pickup {
		padding-top: 2vw;
		padding-bottom: 8vw;
	}
	.pickup > p {
		position: absolute;
		top: 4.39vw;
		left: 54.09vw;
		font-size: 1.46vw;
	}
	.pickup .flex > div {
		width: 47.8%;
		height: 19.91vw;
		display: flex;
		align-items: flex-start;
		position: relative;
		padding-top: 3vw;
		margin-top: 5vw;
	}
	.pickup .flex .flex {
		flex-wrap: nowrap;
		align-items: flex-start;
		position: relative;
	}
	.pickup .flex .flex > img {
		width: 46.56%;
	}
	.pickup .flex .flex p {
		background: #fff;
		height: 100%;
		padding: 2vw;
		font-size: 1.17vw;
		position: relative;
	}
	.pickup .flex div a {
		display: block;
		width: 11.2vw;
		position: absolute;
		bottom: 1.5vw;
		right: 5vw;
	}
	.pickup h4 {
		position: absolute;
		display: flex;
		align-items: center;
		top: 0;
		left: 0;
		color: #fff;
		background: #fb8c69;
		font-size: 1.68vw;
		line-height: 2.5;
		padding-right: 2vw;
	}
	.pickup h4::before {
		border-top: 0.14vw solid #fbe369;
		content: "";
		width: 1.9vw;
		margin-right: 0.5vw;
	}
	.pickup .flex .pcr {
		background: #fb8c69 url(img/pickup.png) 3.22vw 2vw no-repeat;
		background-size: 9.33vw;
		color: #fff;
		font-size: 1.39vw;
		padding: 2vw 1.97vw 0 3.22vw;
		display: block;
	}
	.pickup .pcr h3 {
		font-size: 5.71vw;
		color: #fbe369;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding-right: 3vw;
	}
	.pickup .pcr h3 span {
		font-size: 5.05vw;
	}
	.pickup .pcr p {
		white-space: pre;
		margin-top: 2vw;
	}
	.pickup .pcr a img {
		filter: drop-shadow(0.2vw 0 0 #fff) drop-shadow(-0.1vw 0 0 #fff) drop-shadow(0 0.2vw 0 #fff)
			drop-shadow(0 -0.1vw 0 #fff);
	}
	.pickup .o3 {
		order: 3;
	}
	.concept {
	}
	.concept .flex,
	.department .flex,
	.cosmetics .flex {
		flex-wrap: nowrap;
		position: relative;
	}
	.concept .flex > img {
		width: 47.5%;
	}
	.concept .flex div {
		padding: 4vw 6.58vw 0 7.83vw;
	}
	.concept .flex h2 {
		text-align: right;
	}
	.concept .flex h2 span {
		padding-right: 13.5vw;
	}
	.concept h4,
	.department h4,
	.cosmetics h4 {
		color: #fb8c69;
		font-size: 2.04vw;
		line-height: 1.7;
		margin-top: 4vw;
	}
	.concept .flex p,
	.department .flex p,
	.cosmetics .flex p {
		font-size: 1.31vw;
		margin-top: 2vw;
	}
	.concept .flex a {
		width: 19.54vw;
		position: absolute;
		right: 16vw;
		bottom: 5vw;
	}
	.concept .yobou {
		background: #fb8c69 url(img/concept2.png) 6.58vw 0.87vw no-repeat;
		background-size: 7.75vw;
		height: 16.83vw;
		color: #fff;
		display: flex;
		align-items: center;
		padding-left: 16.32vw;
		padding-right: 6.58vw;
	}
	.concept .yobou h3 {
		font-size: 2.78vw;
	}
	.concept .yobou ul {
		padding-left: 4vw;
		font-size: 1.9vw;
		display: flex;
		flex-wrap: wrap;
	}
	.concept .yobou ul li {
		width: 39%;
		display: flex;
		align-items: center;
		margin-top: 2vw;
	}
	.concept .yobou ul li::before {
		content: "●";
		color: #fbe369;
		font-size: 69%;
	}
	.concept .yobou > a {
		width: 3.36vw;
	}
	.department {
		height: 38.43vw;
		padding-top: 2.39vw;
	}
	.department h2 span {
		margin-top: 1.1vw;
	}
	.department .flex .flex {
		flex-wrap: wrap;
		align-items: center;
		width: 42.09vw;
	}
	.department .flex .flex a {
		width: 11.9vw;
		margin-top: 3vw;
	}
	.cosmetics .flex > img {
		width: 47.29%;
		order: 2;
	}
	.cosmetics .flex > div {
		padding-top: 5vw;
		padding-left: 7.39vw;
		padding-right: 3vw;
	}
	.cosmetics h2 {
		text-align: right;
	}
	.cosmetics h2 span {
		padding-right: 16.5vw;
	}
	.cosmetics h4 {
		margin-top: 2vw;
	}
	.cosmetics p {
		width: 37vw;
	}
	.cosmetics .flex a {
		width: 19.54vw;
		position: absolute;
		left: 16vw;
		bottom: 3vw;
	}
	.staff {
	}
	.staff h2,
	.instagram h2,
	.news h2,
	.access h2 {
		text-align: center;
	}
	.instagram h2 span,
	.news h2 span {
		margin-top: 1vw;
	}
	.staff .flex {
		margin-top: 2vw;
	}
	.staff .flex a {
		width: 30%;
	}
	.staff .flex.c2 {
		justify-content: space-evenly;
		margin-right: 10rem;
		margin-left: 10rem;
	}
	.staff .flex.c2 a {
		width: 39%;
	}
	.instagram h2 {
		margin-bottom: 20px;
	}
	.insta-t {
		width: 14.64vw;
	}
	.news .flex {
		flex-wrap: nowrap;
	}
	.news .topics {
		margin: auto;
	}
	.topics div {
		/*border-top: 0.073vw solid #fb8c6982;*/
		margin-top: 3vw;
		display: flex;
		justify-content: space-between;
		padding: 0 7vw;
	}
	.topics div a {
		display: block;
		/*border-bottom: 0.073vw solid #fb8c6982;*/
		font-size: 1.31vw;
		line-height: 1.4;
		color: #000;
		width: 22%;
	}
	.topics div a img {
		height: 15.785vw;
		width: auto;
		object-fit: cover;
	}
	.topics div a time {
		display: block;
		margin: 0.5vw 0;
		font-size: 1vw;
	}
	.appointment div {
		background: #fff;
		height: 19.96vw;
		margin-top: 3vw;
	}
	.topics > a,
	.appointment > a {
		display: block;
		width: 14.64vw;
		margin: 2vw auto 0;
	}
	.banner {
		padding: 3vw 11.5vw 5vw;
		font-size: 0;
	}
	.banner .flex {
		justify-content: center;
	}
	.banner .flex a {
		width: 28.5%;
		margin: 2vw 1.83vw 0;
		display: block;
	}
	.access {
		padding: 3vw 13.4vw 5vw;
	}
	.access iframe {
		height: 20.49vw;
		margin-top: 3vw;
		margin-bottom: 2vw;
	}
	.access dl {
		display: flex;
		width: 89%;
		margin: 0 auto 0;
		font-size: 1.17vw;
	}
	.access dt {
		width: 25%;
		line-height: 1.5;
	}
	.access dd {
		line-height: 1.5;
	}
	/*page*/
	.entry-header {
		font-size: 0;
		position: relative;
	}
	.entry-header h1 {
		position: absolute;
		font-size: 2.04vw;
		font-weight: 500;
		top: 50%;
		left: 50%;
		padding: 1vw 12vw;
		color: #fff;
		margin: 0;
		transform: translateX(-50%) translateY(-50%);
		background: transparent linear-gradient(142deg, #fb8c69 0%, #fb8e69 7%, #fba069 56%, #fbb969 100%, #fbe369 100%)
			0% 0% no-repeat padding-box;
		background-size: 100%;
		font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
	}
	.sub {
		min-height: 50vw;
	}
	.sub section {
		padding: 3.8vw 6.588vw;
		text-align: center;
	}
	.sub .content section:nth-child(odd) {
		background: #fff4f1 url(img/sub/odd.png) 0 bottom no-repeat;
		background-size: 59.5vw;
	}
	.sub .content section:nth-child(even) {
		background: #fff url(img/sub/even.png) right bottom no-repeat;
		background-size: 59.5vw;
	}
	.sub section h2 {
		font-size: 2.63vw;
		display: inline-block;
		border-top: 0.0732vw solid #fb8c69;
		border-bottom: 0.0732vw solid #fb8c69;
		padding: 0 1.83vw;
		margin-bottom: 3.66vw;
		line-height: 2;
		font-weight: 500;
		font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
	}
	.sub section h3 {
		font-size: 2.19vw;
		text-align: left;
		background: url(img/sub/h2.png) 0 center no-repeat;
		background-size: 2.34vw;
		padding-left: 3vw;
		line-height: 1.4;
		font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
	}
	.sub section .flex {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
		margin-top: 2.63vw;
	}
	.sub section .flex div {
		text-align: left;
	}
	.sub section h4 {
		font-size: 1.61vw;
		color: #fb8c69;
	}
	.sub section p {
		font-size: 1.31vw;
		margin-top: 1em;
		padding-right: 2.4vw;
	}
	.sub section .flex img {
		width: 33.67vw;
	}
	.sub ul {
		list-style: disc;
		font-size: 1.31vw;
		padding-left: 1.5em;
	}
	.sub ul li {
		line-height: 1.5;
	}
	.box-w {
		background-color: #fff;
		border: solid 2px #fb9777;
		border-radius: 30px;
		padding: 20px;
		margin: 20px auto;
		width: 95%;
		text-align: left;
	}
	.box-p {
		background-color: #fff4f1;
		border: solid 2px #fb9777;
		border-radius: 30px;
		padding: 20px;
		margin: 20px auto;
		width: 95%;
		text-align: left;
	}
	dl.pcr_flow {
		font-size: 1.31vw;
	}
	dl.pcr_flow dt {
		color: #fb8c69;
	}
	dl.pcr_flow dd {
		margin: 10px 20px 20px;
	}
	.datepicker {
		width: 272px;
	}
	.blog section {
		background: #fff4f1 url(img/sub/odd.png) 0 bottom no-repeat;
		background-size: 59.5vw;
		padding: 3.8vw 6.588vw;
		min-height: 30vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.blog section::before,
	.blog section::after {
		content: "";
		width: 22%;
		order: 2;
	}
	.blog section a {
		color: #232323;
		width: 22%;
		line-height: 1.4;
		margin-bottom: 4vw;
	}
	.blog section a img {
		height: 18.8vw;
		width: auto;
		object-fit: cover;
	}
	.blog section time {
		display: block;
		margin: 0.5vw 0;
		font-size: 1vw;
	}
	.blog section p span {
		font-size: 1.31vw;
	}
}

.yoyaku-btn {
	width: 30%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin: 30px auto 10px;
}

.yoyaku-btn01 {
	width: 70%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin: 30px auto 10px;
}

.yoyaku-btn02 {
	width: 40% !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin: 30px auto 10px;
}

.yoyaku-btn03 {
	width: 55%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin: 30px auto 10px;
}

.enkaku {
	width: 100%;
	border-spacing: 0;
	padding: 3.8vw 6.8vw;
}

.enkaku01 {
	border-bottom: solid 2px #fb8c69;
	padding: 15px 0;
	width: 20%;
	font-size: 23px;
}

.enkaku02 {
	border-bottom: solid 2px #ddd;
	text-align: center;
	padding: 15px 0;
	font-size: 20px;
}

.enkaku03 {
	width: 100%;
	border-spacing: 0;
}

.enkaku04 {
	border-bottom: solid 2px #fb8c69;
	padding: 12px 0;
	width: 20%;
	font-size: 15px;
}

.enkaku05 {
	border-bottom: solid 2px #ddd;
	text-align: center;
	padding: 12px 0;
	font-size: 13px;
}

table {
	font-size: 1.31vw;
	margin: 20px auto;
	width: 90%;
	border-collapse: collapse;
}
.tbl-r02 th {
	background: #fb8c69;
	border: solid 1px #ccc;
	color: #fff;
	padding: 20px 10px 20px 10px;
}
.tbl-r02 td {
	　border: solid 1px #ccc;
	padding: 15px;
	background: #ffffff;
}

@media screen and (max-width: 640px) {
	table {
		font-size: 4.266vw;
	}
	.last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	.tbl-r02 {
		width: 100%;
	}
	.tbl-r02 th,
	.tbl-r02 td {
		　　border-bottom: none;
		display: block;
		width: 100%;
	}
}

/* 料金 */
table.table01 {
	width: 80%;
	border-right: #fb8c69 solid 1px;
	border-collapse: collapse;
	text-align: center;
}
table.table01 thead th {
	background: #fb8c69;
	color: #fff;
	padding: 20px 30px;
	border-right: #fff solid 1px;
	border-bottom: #fff solid 1px;
}
table.table01 thead th:last-child {
	border-right: #fb8c69 solid 1px;
}
table.table01 tbody th {
	background: #fb8c69;
	color: #fff;
	padding: 20px 30px;
	border-bottom: #fff solid 1px;
	vertical-align: top;
}
table.table01 tbody tr:last-child th {
	border-bottom: #fb8c69 solid 1px;
}
table.table01 tbody td {
	background: #fff;
	padding: 20px 30px;
	border-left: #fb8c69 solid 1px;
	border-bottom: #fb8c69 solid 1px;
	vertical-align: top;
}

@media screen and (max-width: 640px) {
	table.table01 thead {
		display: none;
	}
	table.table01 tbody th {
		display: block;
	}
	table.table01 tbody td {
		display: block;
	}
	table.table01 tbody td::before {
		content: attr(label);
		float: left;
		clear: both;
		font-weight: bold;
	}
	table.table01 tbody td p {
		padding-left: 6em;
	}
}
table.table01 {
	width: 100%;
	border-right: #fb8c69 solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background: #fb8c69;
	color: #fff;
	padding: 10px 15px;
	border-right: #fff solid 1px;
	border-bottom: #fff solid 1px;
}
table.table01 thead th:last-child {
	border-right: #fb8c69 solid 1px;
}
table.table01 tbody th {
	background: #fb8c69;
	color: #fff;
	border-bottom: #fff solid 1px;
	vertical-align: top;
}
table.table01 tbody tr:last-child th {
	border-bottom: #f78d30 solid 1px;
}
table.table01 tbody td {
	background: #fff;
	border-left: #fb8c69 solid 1px;
	border-bottom: #fb8c69 solid 1px;
	vertical-align: top;
}

@media screen and (max-width: 640px) {
	table.table01 thead {
		display: none;
	}
	table.table01 tbody th {
		padding: 15px 15px;
		display: block;
	}
	table.table01 tbody td {
		padding: 10px 15px;
		display: block;
	}
	table.table01 tbody td::before {
		content: attr(label);
		float: left;
		clear: both;
		font-weight: bold;
	}
	table.table01 tbody td p {
		padding-left: 6em;
	}
}
@media screen and (min-width: 640px) {
	.menu-item-has-children {
		position: relative;
	}
	.menu-item-has-children ul {
		display: none;
	}
	.menu-item-has-children:hover ul {
		float: none;
		display: block;
	}
	.menu-item-has-children:hover ul a {
		display: block;
		padding: 5px;
	}
}

.box1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 1.31vw;
}

.wrap {
	display: flex;
	flex-wrap: wrap;
}

.item {
	padding: 30px;
	width: 32%;
	background-color: #fff;
}

.item:not(:nth-child(3n + 3)) {
	margin-right: 2%;
}

.item:nth-child(n + 4) {
	margin-top: 30px;
}

@media not all and (min-width: 768px) {
	.item {
		width: 100%;
	}

	.item:not(:nth-child(3n + 3)) {
		margin-right: 0;
	}

	.item:nth-child(n + 2) {
		margin-top: 30px;
	}
}

/* 料金 */
.table02 table {
	width: 80%;
	border-right: #fb8c69 solid 1px;
	border-collapse: collapse;
	text-align: center;
}
.table02 table thead th {
	background: #fb8c69;
	color: #fff;
	padding: 20px 30px;
	border-right: #fff solid 1px;
	border-bottom: #fff solid 1px;
}
.table02 table thead th:last-child {
	border-right: #fb8c69 solid 1px;
}
.table02 table tbody th {
	background: #fb8c69;
	color: #fff;
	padding: 20px 30px;
	border-bottom: #fff solid 1px;
	vertical-align: top;
}
.table02 table tbody tr:last-child th {
	border-bottom: #fb8c69 solid 1px;
}
.table02 table tbody td {
	background: #fff;
	padding: 20px 30px;
	border-left: #fb8c69 solid 1px;
	border-bottom: #fb8c69 solid 1px;
	vertical-align: top;
}

@media screen and (max-width: 640px) {
	table.table02 thead {
		display: none;
	}
	table.table02 tbody th {
		display: block;
	}
	table.table02 tbody td {
		display: block;
	}
	table.table02 tbody td::before {
		content: attr(label);
		float: left;
		clear: both;
		font-weight: bold;
	}
	table.table02 tbody td p {
		padding-left: 6em;
	}
}
table.table02 {
	width: 100%;
	border-right: #fb8c69 solid 1px;
	border-collapse: collapse;
}
table.table02 thead th {
	background: #fb8c69;
	color: #fff;
	padding: 10px 15px;
	border-right: #fff solid 1px;
	border-bottom: #fff solid 1px;
}
table.table02 thead th:last-child {
	border-right: #fb8c69 solid 1px;
}
table.table02 tbody th {
	background: #fb8c69;
	color: #fff;
	border-bottom: #fff solid 1px;
	vertical-align: top;
}
table.table02 tbody tr:last-child th {
	border-bottom: #f78d30 solid 1px;
}
table.table02 tbody td {
	background: #fff;
	border-left: #fb8c69 solid 1px;
	border-bottom: #fb8c69 solid 1px;
	vertical-align: top;
}

/* 料金 */

table.table03 {
	width: 85%;
	border-right: #fb8c69 solid 1px;
	border-collapse: collapse;
}
table.table03 thead th {
	background: #fb8c69;
	color: #fff;
	padding: 20px 15px;
	border-right: #fff solid 1px;
	border-bottom: #fff solid 1px;
}
table.table03 thead th:last-child {
	border-right: #fb8c69 solid 1px;
}
table.table03 tbody th {
	background: #fb8c69;
	color: #fff;
	border-bottom: #fff solid 1px;
	vertical-align: top;
}
table.table03 tbody tr:last-child th {
	border-bottom: #f78d30 solid 1px;
}
table.table03 td {
	background: #fff;
	border-left: #fb8c69 solid 1px;
	border-bottom: #fb8c69 solid 1px;
	vertical-align: top;
	padding: 20px 30px;
}

/* 症例 */

div.syourei {
	margin: 30px 250px;
}

table.table04 {
	width: 100%;
	border-right: #fb8c69 solid 1px;
	border-collapse: collapse;
}
table.table04 td {
	background: #fff;
	border-left: #fb8c69 solid 1px;
	border-bottom: #fb8c69 solid 1px;
	border-top: #fb8c69 solid 1px;
	vertical-align: top;
	padding: 20px 30px;
	line-height: 1.8rem;
	text-align: left;
}
table.table04 th {
	background: #fb8c69;
	color: #fff;
	border-bottom: #fff solid 1px;
	vertical-align: top;
	vertical-align: middle;
	line-height: 1.8rem;
}

table.table05 {
	width: 100%;
	border-right: #fb8c69 solid 1px;
	border-collapse: collapse;
}
table.table05 th {
	background: #fb8c69;
	color: #fff;
	border-right: #fff solid 1px;
	vertical-align: top;
	vertical-align: middle;
	line-height: 1.8rem;
	padding: 10px;
}

table.table06 {
	width: 100%;
	border-collapse: collapse;
}
table.table06 th {
	color: #000;
	vertical-align: top;
	vertical-align: middle;
	padding: 3px 0 15px 0;
}

/* 目次 */
.toc-002 {
	margin: 0px 250px;
	border: 2px solid #fb8c69;
	border-radius: 3px;
}

.toc-002 div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 10px 0;
	background-color: #fb8c69;
	color: #fff;
	font-weight: 600;
	font-size: 2.19vw;
}

.toc-002 ol {
	list-style-type: disc;
	margin: 0;
	overflow: hidden;
}

.toc-002 > ol {
	padding: 2em 3em 2em 5em;
}

.toc-002 ol ol {
	margin-top: 5px;
	padding-left: 1.1em;
}

.toc-002 li {
	padding: 5px 0;
	font-weight: 600;
	text-align: left;
	font-size: 1.31vw;
}

.toc-002 ol ol li {
	font-weight: 500;
	font-size: 0.9em;
}

.toc-002 a {
	color: #333;
	text-decoration: none;
}

/* visia */

.grid {
	margin: 50px 0;
}

.grid-col-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 20px;
	padding-left: 0;
}
.grid-item {
	list-style: none;
	background-color: #f0f0f0;
	border-top: 2px solid #7c6c58;
}

.visia {
	text-align: center;
	padding: 0 15px 15px;
}
.visia-h {
	font-weight: bold;
	margin: 20px 0 20px;
}
.visia-img {
	margin-bottom: 20px;
	margin-top: 20px;
}
.visia-d {
	text-align: left;
	line-height: 1.5;
	font-size: 1.21vw;
}

@media screen and (max-width: 640px) {
	div.syourei {
		margin: 30px 0;
	}
	table.table04 td {
		padding: 10px;
		line-height: 1.3rem;
		text-align: left;
		font-size: 3.266vw;
	}
	table.table04 th {
		background: #fb8c69;
		color: #fff;
		border-right: #fff solid 1px;
		vertical-align: top;
		vertical-align: middle;
		line-height: 1.8rem;
		padding: 5px;
		font-size: 3.666vw;
	}

	table.table05 {
		width: 100%;
		border-right: #fb8c69 solid 1px;
		border-collapse: collapse;
	}
	table.table05 th {
		background: #fb8c69;
		color: #fff;
		border-right: #fff solid 1px;
		vertical-align: top;
		vertical-align: middle;
		line-height: 1.8rem;
		padding: 5px;
	}

	table.table06 {
		width: 100%;
		border-collapse: collapse;
		font-size: 3.266vw;
	}
	table.table06 th {
		color: #000;
		vertical-align: top;
		vertical-align: middle;
		padding: 2px;
	}

	table.table03 {
		width: 100%;
		border-right: #fb8c69 solid 1px;
		border-collapse: collapse;
	}
	table.table03 thead {
		display: none;
	}
	table.table03 th {
		display: block;
		padding: 15px 15px;
	}
	table.table03 td {
		display: block;
		padding: 10px 15px;
	}
	table.table03 tbody td::before {
		content: attr(label);
		float: left;
		clear: both;
		font-weight: bold;
	}
	table.table03 tbody td p {
		padding-left: 6em;
	}

	.toc-002 {
		margin: 0px 0px;
		margin-bottom: 20px;
		border: 2px solid #fb8c69;
		border-radius: 3px;
	}

	.toc-002 div {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding: 10px 0;
		background-color: #fb8c69;
		color: #fff;
		font-weight: 600;
		font-size: 1.1em;
	}

	.toc-002 ol {
		list-style-type: disc;
		margin: 0;
		overflow: hidden;
	}

	.toc-002 > ol {
		padding: 1em 1em 1em 3em;
	}

	.toc-002 ol ol {
		margin-top: 5px;
		padding-left: 1.1em;
	}

	.toc-002 li {
		padding: 5px 0;
		font-weight: 600;
		text-align: left;
		font-size: 3.666vw;
	}

	.toc-002 ol ol li {
		font-weight: 500;
		font-size: 0.9em;
	}

	.toc-002 a {
		color: #333;
		text-decoration: none;
	}

	.grid {
		margin: 50px 0;
	}

	.grid-col-4 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(8, 1fr);
		gap: 15px;
		padding-left: 0em;
	}
	.grid-item {
		list-style: none;
		background-color: #f0f0f0;
	}

	.visia {
		text-align: center;
		padding: 0 15px 15px;
	}
	.visia-h {
		font-weight: bold;
		margin: 20px 0 20px;
	}
	.visia-img {
		margin: 0 0 20px;
	}
	.visia-d {
		text-align: left;
		line-height: 1.5;
		font-size: 4.1vw;
	}
}

/* タブレット*/
@media screen and (min-width: 768px) and (max-width: 1080px) {
	.toc-002 {
		margin: 0px 100px;
	}
	div.syourei {
		margin: 30px 100px;
	}
	table.table04 td {
		padding: 5px 20px;
	}
}
