/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

body {
	font-family: "Rounded M+ 1c";
}

.u-desktop {
	display: none;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) { /*  filter: blur(10px); */
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.button09 a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ccc;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	padding: 1em 2em;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 200px;
}

.button09 a::before {
	border: 2px solid #d28cd4;
	content: "";
	height: calc(100% - 4px);
	left: -5px;
	position: absolute;
	top: -5px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	width: calc(100% - 4px);
}

.button09 a::after {
	border-right: 3px solid #333333;
	border-top: 3px solid #333333;
	content: "";
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 5px;
}

.button09 a:hover::before {
	left: 0;
	top: 0;
}

.button09 a:hover {
	background-color: #d28cd4;
	text-decoration: none;
}

/************************************
** お問い合わせフォームの入力
************************************/

input[type=text],
input[type=password],
input[type=datetime],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
	background-color: #eff1f5;
	border: 0;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #5c6b80;
	display: block;
	font-size: 1em;
	height: 45px;
	line-height: 45px;
	margin-bottom: 0;
	padding: 0 12px;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
	vertical-align: middle;
	width: 100%;
}

textarea {
	line-height: 1.5em;
	max-width: 100%;
	min-height: 120px;
	overflow: auto;
	padding: 0.5em;
}

.inquiry th {
	background: #f7f7f7;
	border: solid 1px #d7d7d7;
	color: #444;
	font-size: 14px;
	padding-right: 5px;
	text-align: left;
	width: 30%;
}

.inquiry td {
	border: solid 1px #d7d7d7;
	font-size: 13px;
}

.entry-content .inquiry tr,
.entry-content table {
	border: solid 1px #d7d7d7;
}

.haveto {
	background: #ff9393;
	border-radius: 2px;
	bottom: 1px;
	color: #fff;
	font-size: 7px;
	margin-right: 5px;
	padding: 5px;
	position: relative;
}

.any {
	background: #93c9ff;
	border-radius: 2px;
	bottom: 1px;
	color: #fff;
	font-size: 7px;
	margin-right: 5px;
	padding: 5px;
	position: relative;
}

.verticallist .wpcf7-list-item {
	display: block;
}

#formbtn {
	background: #F5C259;
	border: 2px solid #F5C259;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin: 25px auto 0;
	padding: 15px;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	width: 350px;
}

#formbtn:hover {
	background: #fff;
	border: 2px solid #000;
	color: #000;
}

th {
	font-weight: 700;
	padding: 13px;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 12px;
}

input,
select,
textarea {
	border: 1px solid #dfdfdf;
	letter-spacing: 1px;
	margin: 0;
	max-width: 100%;
	resize: none;
}

.inquiry {
	margin: 0 auto;
}

/* 2022-03-30 チェックボックス */

/*

}
*/

input[type=checkbox] {
	border-color: #888888;
	color: #fff;
	display: inline-block;
	height: 1em;
	line-height: 1em;
	margin-right: 10px;
	margin-right: 0.625rem;
	text-align: center;
	vertical-align: text-bottom;
	width: 1em;
}

input[type=checkbox]:checked {
	background-color: #40210f;
}

input[type=checkbox]:checked::before {
	content: "✔";
	font-size: 0.8em;
	vertical-align: top;
}

.wpcf7-list-item label {
	display: block;
	font-size: 12px;
	margin: 0 auto;
	
}

/* --- */

.contact__inner {
	margin: 0 auto;
	width: 300px;
}

.contact__submit {
	margin-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.contact__button h2 {
	background-color: rgb(253, 222, 165);
	border: solid #F7DFC3;
	border-radius: 3.125rem;
	font-size: 20px;
	font-size: 1.25rem;
	margin: 0 auto;
	margin-bottom: 64px;
	margin-bottom: 4rem;
	margin-top: 109px;
	margin-top: 6.8125rem;
	text-align: center;
	width: 180px;
	width: 11.25rem;
}

/* 完了ページ */

.contct__thanks {
	padding-top: 300px;
	padding-top: 18.75rem;
}

.contact-thanks__main {
	color: #EE5A6D;
	font-size: 20px;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.contact-thanks__inner {
	margin: 0 auto;
	text-align: center;
	width: 300px;
	width: 18.75rem;
}

.contact-rhanks__sub {
	font-size: 12px;
}

.wpcf7-response-output {
	display: none;
}

.wpcf7-form-control .wpcf7-previous {
	display: block;
}

.wpcf7-list-item {
	font-size: 20px;
}

.wpcf7-form-control.has-spinner.wpcf7-submit {
	background-color: #ffff8e;
	border-radius: 20px;
	padding: 5px 20px;
}

.wpcf7-form.init {
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 0 40px;
}

.confirmation-screen__block {
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 0 40px;
}

.submit__box {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.wpcf7-form-control.wpcf7-previous {
	border-radius: 20px;
	margin-right: 10px;
	padding: 5px 20px;
}

.eroor__block {
	margin-top: 200px;
	text-align: center;
}

.error__404 {
	color: #EE5A6D;
}

.footer__block {
	background-color: rgb(253, 222, 165);
	padding: 24px;
	padding: 1.5rem;
}

footer {
	margin-top: auto;
}

.footer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 12px;
}

.feature__text {
	background-color: rgb(253, 222, 165);
	font-size: 10px;
	font-size: 0.625rem;
	text-align: center;
}

#copyright {
	background-color: rgb(253, 222, 165);
	font-size: 10px;
	font-size: 0.625rem;
	text-align: center;
}

.footer__item:nth-child(2) {
	padding: 0 10px;
}

.footer__item:nth-child(5) {
	padding: 0 10px;
}

#g-nav {
	background: rgb(253, 222, 165);
	height: 100vh; /*ナビの高さ*/
	opacity: 0; /*はじめは透過0*/ /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
	position: fixed; /*ナビの位置と形状*/
	top: 0; /*動き*/
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	z-index: -1;
}

/*アクティブクラスがついたら透過なしにして最前面へ,クリック前にはンバーガーメニューが全開になることを防ぐ*/

#g-nav.panelactive {
	display: block;
	opacity: 1;
	z-index: 999;
}

#g-nav {
	display: none;
}

/*ナビゲーションの縦スクロール*/

#g-nav.panelactive #g-nav-list {
	-webkit-overflow-scrolling: touch;
	height: 100vh; /*表示する高さ*/
	overflow: auto; /*ナビの数が増えた場合縦スクロール*/
	position: fixed;
	width: 100%;
	z-index: 999;
}

/*ナビゲーション*/

#g-nav ul {
	display: none;
	left: 50%; /*ナビゲーション天地中央揃え*/
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 999;
}

#g-nav.panelactive ul {
	display: block;
}

/*リストのレイアウト設定*/

#g-nav li {
	font-size: 25px;
	list-style: none;
	text-align: center;
	word-break: keep-all;
}

#g-nav li a {
	color: #333;
	display: block;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

/*========= ボタンのためのCSS ===============*/

.openbtn1 {
	cursor: pointer;
	height: 50px;
	position: fixed;
	right: 10px;
	top: 3px;
	width: 50px;
	z-index: 9999; /*ボタンを最前面に*/
}

/*×に変化*/

.openbtn1 span {
	background-color: #666;
	border-radius: 2px;
	display: inline-block;
	height: 3px;
	left: 14px;
	position: absolute;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	width: 45%;
}

.openbtn1 span:nth-of-type(1) {
	top: 15px;
}

.openbtn1 span:nth-of-type(2) {
	top: 23px;
}

.openbtn1 span:nth-of-type(3) {
	top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
	left: 18px;
	top: 18px;
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
	left: 18px;
	top: 30px;
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}

html {
	background-color: #EFEFEF !important;
	font-family: アプリ明朝;
	height: auto;
	max-width: 100%;
	width: 100%;
}

main {
	background: #FFFAFA; /*     フッターが上に配置するのを防止 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 95vh;
}

header {
	background-color: rgb(253, 222, 165);
	font-family: アプリ明朝;
	font-size: 30px;
	height: 50px;
	position: fixed;
	width: 100%;
	z-index: 30;
}

.header__box {
	height: inherit;
	width: inherit;
}

.header__text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#header__logo {
	height: 50px;
	height: 3.125rem;
}

#header__logo a {
	display: inline-block;
	height: 50px;
	height: 3.125rem;
	width: 50px;
	width: 3.125rem;
}

#header__logo a img {
	aspect-ratio: 40/40;
}

.header__text-main {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.header__title {
	display: none;
	margin-left: auto;
}

.header__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__list li {
	font-size: 20px;
	margin-right: 20px;
	margin-right: 1.25rem;
}

#infectioncontrol__box {
	background: #B0E0E6;
	margin-top: 50px;
	margin-top: 3.125rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
}

.infectioncontrol__inner {
	margin: 0 auto;
	width: 350px;
	width: 21.875rem;
}

.infectioncontrol__main {
	text-align: center;
}

.infectioncontrol__main-text {
	background: #fff;
	border: solid 1px #fff;
	border-radius: 20px;
	display: inline-block;
	font-size: 17px;
	margin: 20px;
	margin: 1.25rem;
	padding: 7px;
	padding: 0.4375rem;
}

.infectioncontrol__main-box {
	gap: 10px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.infectioncontrol__secondary-box {
	background: #fff;
	border-radius: 20px;
}

.infectioncontrol__text1 {
	font-size: 12px;
	padding: 20px 20px 10px;
}

.infectioncontrol__img-1 {
	margin: auto;
	width: 100px;
	width: 6.25rem;
}

.map__title {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	left: 50%;
	position: absolute;
	text-align: center;
	top: 200px;
	transform: translate(-50%, -50%);
}

.map__title h2 {
	font-size: 20px;
}

.access__block {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.access__title {
	font-size: 20px;
}

.map__inner {
	margin: 0 auto;
	width: calc(100% - 40px);
}

.map__box {
	margin-right: 40px;
	margin-right: 2.5rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.address__detail {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.google__map {
	padding-top: 100%;
	position: relative;
	width: 100%;
}

.google__map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.page__main-img {
	height: 200px;
	margin: auto;
	margin-top: 40px;
	position: relative;
	width: 88vw;
}

.page__main-img img {
	-o-object-fit: cover;
	border-radius: 20px;
	height: inherit;
	object-fit: cover;
}

.menu {
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
}

.bg__wrapper {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.menu-block__inner { /*  max-width: 375px; */
	padding-left: 20px;
	padding-right: 20px;
}

.menu__block--one {
	border-radius: 20px;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.menu__block--one.post-37 {
	background: #ffe4c4;
}

.menu__block--one.post-61 {
	background: #ffff8e;
}

.menu__block--one.post-61 .menu__title-main { /*  white-space: nowrap; */
}

.menu__block--one.post-65 {
	background: #ffe4c4;
}

.menu__block--one.post-69 {
	background: #ffff8e;
}

.menu__block--one.post-76 {
	background: #ffe4c4;
}

.menu__block--one.post-80 {
	background: #ffff8e;
}

.menu__block--one.post-84 {
	background: #ffe4c4;
}

.menu__block--one.post-109 {
	background: #ffff8e;
}

.menu__block--one.post-114 {
	background: #ffe4c4;
}

.tertiary__img img {
	border-radius: 20px 20px 0 0;
}

.menu__title-main {
	font-size: 17px;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.menu__minutes--90 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.menu__minutes--90 li:first-child {
	margin-right: auto;
}

.menu__minutes--120 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.menu__minutes--120 li:first-child {
	margin-right: auto;
}

.menu__minutes--160 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.menu__minutes--160 li:first-child {
	margin-right: auto;
}

.top__inner {
	margin: 0 auto;
	max-width: 150px;
	max-width: 9.375rem;
}

.menu__box--one {
	-ms-flex-item-align: center;
	align-self: center;
	min-width: 100px;
	min-width: 6.25rem;
}

.menu__box--two {
	padding: 10px 13px 20px;
	padding: 0.625rem 0.8125rem 1.25rem;
	text-align: center;
}

.fa1 {
	-webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	padding: 24px 32px;
	padding: 1.5rem 2rem;
	position: relative;
	text-align: center;
}

.fa1:before,
.fa1:after {
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
}

.fa1:before {
	top: 0;
}

.fa1:after {
	bottom: 0;
}

dl.menu {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.menu__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 5px 0;
	padding: 5px 0;
	position: relative;
}

.menu__flex::after {
	border-bottom: dotted 1px #000;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}

.menu__flex dt {
	background-color: #FFFAFA;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: left;
	z-index: 2;
}

.menu__flex dd {
	background-color: #FFFAFA;
	margin: 0;
	padding: 0 0 0 5px;
	text-align: right;
	z-index: 2;
}

/* background */

body {
	background-color: #FFFAFA;
}

section.test_area {
	background-color: #FFFAFA;
	margin: 0 auto;
	max-width: 800px;
	padding: 20px;
}

.menuhub__block {
	position: relative;
}

.menuhub__text h1 {
	color: #000;
	font-size: 20px;
	position: absolute;
	top: 150px;
}

.menu__img img {
	height: 40vh;
	padding-bottom: 30px;
	width: 100%;
}

.point1 {
	color: #EE5A6D;
}

.menu__inner {
	margin: auto;
	width: calc(100% - 50px);
}

.main__menu {
	margin-top: 40px;
	margin-top: 2.5rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.menu__title-text {
	font-size: 20px;
}

.menu__recomend::after {
	background-color: #FFFAFA;
	color: #EE5A6D;
	content: "おすすめ！";
	margin-left: 10px;
	position: absolute;
	width: 90px;
}

.new1::after {
	background-color: #FFFAFA;
	color: #EE5A6D;
	content: "NEW!";
	margin-left: 10px;
	position: absolute;
	width: 50px;
}

.menu__up::after {
	background-color: #FFFAFA;
	color: #EE5A6D;
	content: "グレードアップ";
	margin-left: 6px;
	position: absolute;
	width: 150px;
}

.menu__title {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	left: 50%;
	position: absolute;
	top: 200px;
	transform: translate(-50%, -50%);
}

.p__block {
	padding-top: 50px;
	position: relative;
}

.PP__box {
	color: #393939;
	font-size: 20px;
}

.privacy__title {
	font-size: 17px;
	margin: 50px;
	margin: 3.125rem;
	text-align: center;
}

.privacy__inner {
	margin: 0 20px;
	margin: 0 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.service__block-3 {
	margin-top: 80px;
	margin-top: 5rem;
	position: relative;
}

.service__img-2 img {
	aspect-ratio: 200/200;
}

.service__block-4 {
	font-size: 12px;
	position: absolute;
	top: 10%;
	width: 200px;
	width: 12.5rem;
	z-index: 10;
}

.service__text-3 {
	color: #EE5A6D;
	font-size: 17px;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	margin-left: 30px;
	margin-left: 1.875rem;
}

.service__text-4 {
	color: #888888;
	margin-left: 20px;
	margin-left: 1.25rem;
}

.show__block {
	font-size: 20px;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.show__block span {
	font-size: 25px;
}

.show__inner {
	margin: 0 20px;
}

.show__color {
	color: #EE5A6D;
}

.show__box {
	background: #fff;
	border: double #bcbcff 2px;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 20px;
	padding: 1.25rem;
}

.show__block-third {
	font-size: 20px;
	margin-top: 10px;
}

.swiper1 { /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 0% !important; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	position: relative;
	z-index: 10;
	z-index: 1;
}

/*　背景画像設定　*/

.slider__items {
	background-position: center; /*背景画像の位置を中央に*/
	background-repeat: no-repeat; /*背景画像をリピートしない*/
	background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
	height: auto; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
}

.slider__item-01 {
	line-height: 0;
}

.slider__item-02 {
	line-height: 0;
}

html {
	scroll-padding-top: 100px; /* 固定ヘッダの高さ分 スクロールでヘッダーと被らないようにする*/
}

html,
body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	position: relative;
}

body {
	color: #000;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.shop__block {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.catch__inner {
	margin: 20px;
	margin: 1.25rem;
}

.catch__block {
	margin: 0 20px 50px;
	margin: 0 1.25rem 3.125rem;
}

.catch__text {
	font-size: 17px;
}

.catch__area-1 {
	color: #EE5A6D;
	font-size: 25px;
}

.catch__text-second {
	font-size: 25px;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.area-2 {
	color: #EE5A6D;
}

.area-3 {
	color: #1391E6;
}

.catch__text-third {
	color: #888888;
	font-size: 12px;
}

/* .mySwiper2 {
  width: 100%;
  height: 100%;
  max-width: 100%;
} */

.slide2 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff; /* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.slide2 img {
	aspect-ratio: 10/6;
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
}

/* .mySwiper2 {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
} */

.slide2 {
	background-position: center;
	background-size: cover;
}

/* .mySwiper2 {
  height: 50vh;
  width: 100%;
  max-width: 100%;
} */

.mySwiper2 .slide2 {
	height: auto;
}

.mySwiper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper .slide2 {
	height: 100%;
	opacity: 0.4;
	width: 25%;
}

/*現在表示されているスライダー*/

.mySwiper .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}

.mySwiper .slide2-thumb-active {
	opacity: 1;
}

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

/* swiper-container,
.slide2 {
  height: 100vh;
} */

.slide2 > img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover; /* IE: not support */
	width: 100%;
}

/*サムネイル画像のスライド要素*/

.mySwiper .swiper-slide {
	opacity: 0.4;
	width: 25%;
}

.slide1 img {
	aspect-ratio: 10/6;
}

.worries__box {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.worries__box {
	text-align: center;
}

.worries {
	color: #888888;
	font-size: 17px;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
}

.worries__color {
	background: #bcbcff;
}

.worries__img1 {
	text-align: -webkit-right;
}

.worries__img2 {
	text-align: -webkit-right;
}

.worries__img3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.worries__img-1 {
	position: relative;
	width: 200px;
	width: 12.5rem;
}

.worries__img-1 img {
	aspect-ratio: 60/40;
}

.worries__img-1::before {
	-webkit-transform: translate(-50%, -50%);
	content: "なんだか\a疲れてる・・・";
	font-size: 12px;
	left: 50%;
	position: absolute;
	text-align: start;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: pre;
}

.worries__img-2 {
	position: relative;
}

.worries__img-2 img {
	aspect-ratio: 300/100;
}

.worries__img-2::before {
	-webkit-transform: translate(-50%, -50%);
	content: "リーズナブルで良いものを受けたい・・・";
	font-size: 12px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	word-break: keep-all;
}

.worries__img-3 {
	margin-left: 40px;
	margin-left: 2.5rem;
	position: relative;
	width: 200px;
	width: 12.5rem;
}

.worries__img-3::before {
	-webkit-transform: translate(-50%, -50%);
	content: "時間無い・・・";
	font-size: 12px;
	left: 50%;
	position: absolute;
	top: 32%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

body {
	font-family: アプリ明朝;
	font-size: large;
}

.wrapper__box {
	position: relative;
}

.main__localtext-1 {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 25px;
	left: 50%;
	position: absolute;
	top: -40px;
	transform: translate(-50%, -50%);
	z-index: 20;
}

.color__1 {
	color: #EE5A6D;
}

.color__2 {
	color: #1391E6;
}

.main__box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgb(253, 222, 165);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 13px;
}

.main__img {
	height: auto;
	width: 80px;
}

.maintext__two {
	display: none;
}

.maintext__three {
	font-size: 20px;
}

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

.button09 a {
	width: 300px;
}

.contact__inner {
	width: 500px;
}

.contact-thanks__inner {
	width: 31.25rem;
}

.infectioncontrol__inner {
	width: 34.375rem;
}

.infectioncontrol__main-box {
	gap: 3.125rem;
}

.menu-block__inner {
	padding-left: 20px;
	padding-right: 20px;
}

.menu__title-text {
	font-size: 25px;
}

.catch__text {
	text-align: center;
}

.catch__box1 {
	text-align: center;
}

.worries__img-2 {
	width: 400px;
}

.main__box {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main__img {
	width: 9.375rem;
}

}

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

html {
	font-size: 1.4545454545vw;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.contact__inner {
	width: 700px;
}

.wpcf7-form {
	padding: 0 80px;
}

.inquiry {
	max-width: 100%;
	width: 100%;
}

.footer__item:nth-child(2) {
	padding: 0 20px;
}

.footer__item:nth-child(5) {
	padding: 0 20px;
}

.footer__item:nth-child(4) {
	padding-left: 20px;
}

.footer__item:nth-child(6) {
	padding-right: 20px;
}

.footer__block {
	position: relative;
}

.footer__tetle {
	position: absolute;
	right: 0%;
}

.feature__text {
	font-size: 10px;
	position: absolute;
	right: 0%;
}

.footer__block {
	padding-bottom: 80px;
}

#g-nav {
	display: none;
}

#header__logo {
	height: 50px;
}

#header__logo a {
	display: inline-block;
	height: 50px;
	width: 50px;
}

#header__logo a img {
	aspect-ratio: 40/40;
}

.infectioncontrol__inner {
	width: 600px;
}

.infectioncontrol__main-box {
	gap: 1.25rem;
	grid-template-columns: repeat(4, 1fr);
}

.map__title h2 {
	font-size: 25px;
}

.access__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	margin-top: 4.375rem;
}

.map__inner {
	width: 700px;
}

.address__detail {
	margin-bottom: 1.875rem;
}

.iframe__wrap {
	height: 100%;
	width: 100%;
}

.menu-block__inner {
	gap: 1.875rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0 auto;
	margin-top: 3.75rem;
	padding: 0;
	width: 700px;
}

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

.menu__title-main {
	font-size: 25px;
}

.menu__minutes--90 {
	font-size: 20px;
}

.menu__minutes--120 {
	font-size: 20px;
}

.menu__minutes--160 {
	font-size: 20px;
}

.menu__img img {
	height: 40vh;
	padding-bottom: 30px;
	width: 100%;
}

.menu__img2 img {
	height: 40vh;
	padding-bottom: 30px;
	width: 100%;
}

.menu__inner {
	width: 43.125rem;
}

.p__block {
	padding-top: 500px;
	position: relative;
	text-align: center;
}

.PP__box {
	color: #393939;
	font-size: 40px;
	position: absolute;
	top: 280px;
}

.service__img-2 img {
	aspect-ratio: 100/50;
}

.service__block-4 {
	font-size: 16px;
	left: 6%;
	position: absolute;
	top: 20%;
	width: 300px;
	z-index: 10;
}

.service__text-3 {
	font-size: 16px;
}

.show__block {
	font-size: 16px;
	text-align: center;
}

.show__box {
	text-align: center;
}

.swiper1 {
	position: relative;
}

.swiper1::before {
	background: url(../img/common/ka.png) no-repeat center center/cover;
	content: "";
	height: 100px;
	position: absolute;
	right: -50px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 150px;
	z-index: 30;
}

.swiper1::after {
	background: rgb(253, 222, 165);
	content: "カードでのお支払いが可能です。";
	height: 52.02vw;
	padding: 6.25rem 0.9375rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	z-index: 20;
}

.shop__block {
	margin-top: 6.25rem;
}

.catch__block {
	margin: 0 1.25rem 6.25rem;
}

.catch__text {
	font-size: 30px;
}

.catch__area-1 {
	font-size: 35px;
}

.catch__box1 {
	margin-top: 8.125rem;
}

.slide__flex {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 100px 200px 12.5rem;
}

.mySwiper2 {
	left: 0%;
	width: 50vw;
}

.mySwiper {
	height: 15vh;
	left: -25%;
	width: 50vw;
}

.worries__box {
	margin-top: 6.25rem;
}

.worries {
	font-size: 30px;
	margin-bottom: 12.5rem;
}

.worries__inner {
	margin: 0 auto;
	width: 600px;
}

.worries__img-1::before {
	left: 50%;
}

.worries__img-3::before {
	top: 22%;
}

.main__localtext-1 {
	font-size: 40px;
	left: 37%;
}

.main__box {
	display: none;
}

}

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

.mySwiper {
	left: 0%;
}

}

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

.worries__img-3::before {
	font-size: 16px;
	top: 32%;
}

}

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

.contact__inner {
	width: 800px;
}

.openbtn1 {
	display: none;
}

.header__title {
	display: block;
}

.infectioncontrol__inner {
	width: 800px;
}

.infectioncontrol__main-text {
	font-size: 35px;
}

.infectioncontrol__text1 {
	font-size: 16px;
}

.menu-block__inner {
	gap: 1.875rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin: 0 auto;
	margin-top: 3.75rem;
	width: 900px;
}

.service__text-3 {
	font-size: 40px;
	white-space: nowrap;
}

.service__text-4 {
	font-size: 16px;
}

.show__block span {
	font-size: 40px;
}

.show__block {
	margin-top: 9.375rem;
}

.show__block {
	font-size: 35px;
}

.show__block-second {
	font-size: 40px;
}

.show__block-third {
	font-size: 25px;
}

.catch__text-second {
	font-size: 40px;
}

.catch__text-third {
	font-size: 16px;
}

.slide__flex {
	grid-template-rows: 100px 200px 25.33vw;
}

.slide1 img {
	width: 100%;
}

.worries__inner {
	width: 800px;
}

.worries__img-1::before {
	font-size: 16px;
}

.worries__img-2::before {
	font-size: 16px;
}

.main__localtext-1 {
	font-size: 60px;
	left: 41%;
	top: -100px;
}

.maintext__two {
	display: block;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

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

.service__block-4 {
	left: 18%;
}

.slide__flex {
	grid-template-rows: 100px 200px 28.33vw;
}

}

@media (max-width: 500px) {

.inquiry td,
.inquiry th {
	border-top: none !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	display: block !important;
	width: 100% !important;
}

.inquiry tr:first-child th {
	border-top: 1px solid #d7d7d7 !important;
}

.inquiry .any,
.inquiry .haveto {
	font-size: 10px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=styles.css.map */
