@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
html {
  overflow-y: scroll;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
dt,
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: 700;
}
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
table {
  border-collapse: collapse;
}
caption,
th {
  text-align: left;
}
q:after,
q:before {
  content: "";
}
embed,
object {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
abbr,
acronym,
fieldset,
img {
  border: 0;
}
li {
  list-style-type: none;
  list-style: none;
}
.edge li {
  white-space: nowrap;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
hr {
  background-color: #ddd;
  margin-bottom: 3rem;
}
body {
  font-weight: 400;
  line-height: 1.8em;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a {
  color: var(--black);
}
a[href^="tel:"] {
  cursor: default;
}
figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
em {
  font-weight: 700;
}
svg {
  overflow: visible;
}
body {
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  color: var(--black);
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.mincyou {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main {
  padding-top: 168px;
}

:root {
  --black: #111;
  --key_dark: #2b1300;
  --key: #673606;
  --key: #673606;
  --key_dull: #9b7854;
  --key_thin: #673606;
  --key_very_thin: #ce9a65;
  --accent: #ff8d00;
  --tel: #ff0000;
  --beginner: #009c1b;
  --diagnosis: #ff8d00;
  --bg: #eae6db;
  --main: #ed7836;
  --gray_thin: #f9f9f9;
  --gray: #bbb;
  --dark: #444;

  --size_2s: 0.75rem;
  --size_1s: 0.875rem;
  --size_m: 1rem;
  --size_1l: 1.125rem;
  --size_2l: 1.25rem;
  --size_3l: 1.5rem;
  --size_4l: 1.75rem;
  --size_5l: 2rem;
  --size_6l: 2.5rem;
}

.mt_0 {
  margin-top: 0;
}
.mr_0 {
  margin-right: 0;
}
.ml_0 {
  margin-left: 0;
}
.mb_0 {
  margin-bottom: 0;
}
.mt_05 {
  margin-top: 0.5rem;
}
.mr_05 {
  margin-right: 0.5rem;
}
.ml_05 {
  margin-left: 0.5rem;
}
.mb_05 {
  margin-bottom: 0.5rem;
}
.mt_10 {
  margin-top: 1rem;
}
.mr_10 {
  margin-right: 1rem;
}
.ml_10 {
  margin-left: 1rem;
}
.mb_10 {
  margin-bottom: 1rem;
}
.mt_20 {
  margin-top: 2rem;
}
.mr_20 {
  margin-right: 2rem;
}
.ml_20 {
  margin-left: 2rem;
}
.mb_20 {
  margin-bottom: 2rem;
}
.mt_30 {
  margin-top: 3rem;
}
.mr_30 {
  margin-right: 3rem;
}
.ml_30 {
  margin-left: 3rem;
}
.mb_30 {
  margin-bottom: 3rem;
}
.mt_40 {
  margin-top: 4rem;
}
.mr_40 {
  margin-right: 4rem;
}
.ml_40 {
  margin-left: 4rem;
}
.mb_40 {
  margin-bottom: 4rem;
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

.second_item:not(:last-child) {
  margin-bottom: 3rem;
}
.third_item:not(:last-child) {
  margin-bottom: 2rem;
}
.fourth_item:not(:last-child) {
  margin-bottom: 1rem;
}
.flex_box {
  display: flex;
  justify-content: space-between;
}
.flex_box.switch {
  flex-flow: row-reverse;
}
.flex_box.wrap {
  flex-flow: wrap;
}

.col_3 {
  width: calc((100% - 32px) * 0.25);
}
.col_4 {
  width: calc((100% - 32px) * 0.333);
}
.col_5 {
  width: calc((100% - 32px) * 0.416);
}
.col_6 {
  width: calc((100% - 32px) * 0.5);
}
.col_7 {
  width: calc((100% - 32px) * 0.583);
}
.col_8 {
  width: calc((100% - 32px) * 0.666);
}
.col_9 {
  width: calc((100% - 32px) * 0.75);
}
a.text_link {
  color: #00f;
  text-decoration: underline;
}
p.text_right {
  text-align: right;
}
/* form
---------------------------------------- */
input,
select,
textarea,
button {
  font-family: inherit;
  font-size: 1rem;
}
input::-ms-clear {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
input,
textarea,
label {
  display: inline-block;
  vertical-align: middle;
}
input,
textarea,
select {
  border: 1px solid #b2b2b2;
  padding: 15px;
  xline-height: 1;
}
select {
  /*-webkit-appearance: none;*/
  /*border-radius: 0;*/
  /*background-color: #FFF;*/
}
::-webkit-input-placeholder,
:-ms-input-placeholder,
::-moz-placeholder {
  color: #ccc !important;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 1px solid #808080;
}
label {
  xline-height: 1;
  padding: 10px 0;
  margin-right: 20px;
}
textarea {
  width: 100%;
  height: 175px;
  resize: vertical;
  box-sizing: border-box;
}
input[type="text"],
input[type="email"] {
  width: 350px;
}
input#zip,
input#dest-zip {
  width: 200px;
}
input#address,
input#dest-address {
  width: 100%;
}
input#zip,
input#dest-zip,
select#city,
input#etc1-text,
input#etc2-text,
input#etc3-text {
  margin-left: 10px;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  vertical-align: middle;
}
input[type="reset"].wpcf7c-conf,
#reset.wpcf7c-conf {
  display: none;
}
input[type="reset"],
input[type="button"],
input[type="submit"] {
  xwidth: 300px;
  padding: 0;
  xline-height: 65px;
  xfont-weight: 700;
  xletter-spacing: 0.2rem;
  x-webkit-appearance: none !important;
  xmargin: 20px;
}
input[type="reset"],
input[type="button"] {
  xbackground-color: #fff;
  xborder: 2px solidvar(--key);
  xmargin-right: 20px;
}
input[type="submit"] {
  xbackground-color: #808080;
  xborder: 2px solid #808080;
  xcolor: #fff;
}
input[type="submit"][disabled] {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
form hr {
  border-top: 1px solid #b2b2b2;
  margin: 50px auto;
  width: 960px;
}

input.zip_search {
  padding: 5px 10px;
  margin-top: 10px;
  cursor: pointer;
}
input.zip_search:hover {
  opacity: 0.8;
}
/*====================
お問い合わせフォーム
 ====================*/
.contact p.txt_area {
  margin-bottom: 1rem;
}
.contact .contents table {
  margin-bottom: 2rem;
}
.contact_contact_box {
  text-align: center;
  border: 1px solid #707070;
  padding: 32px;
  padding-top: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
}
.contact_contact_box_title {
  font-size: var(--size_2l);
  font-weight: 700;
  margin-bottom: 4px;
}
.contact_contact_box_tel {
  font-size: var(--size_5l);
  font-weight: 700;
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
}
p.contact_contact_box_hour {
  font-size: var(--size_2l);
  margin-bottom: 20px;
}
p.contact_contact_box_detail {
  font-size: var(--size_m);
  margin-bottom: 10px;
  line-height: 1.6;
}
p.contact_contact_box_address {
  font-size: var(--size_1l);
  margin-bottom: 10px;
}
.privacypolicy {
  overflow-y: scroll;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.privacypolicy dl dd {
  margin-bottom: 2rem;
  font-size: var(--size_1s);
}
main.contact form .privacypolicy dl dt {
  width: 100%;
  line-height: 1.2em;
}
main.contact form .privacypolicy dl dd {
  width: 100%;
  font-size: var(--size_s);
  margin-bottom: 1rem;
}
.privacypolicy .pages_title_box h3 {
  font-size: 1rem;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

/* sp
---------------------------------------- */
.forSP {
  display: none;
}
/* common
---------------------------------------- */
.layout-contents {
  width: 100%;
  margin: 0 auto;
  position: relative;
  line-break: strict;
}
.copy {
  padding-top: 200px;
  width: 700px;
  margin: 0 auto;
}
h2 {
  margin-bottom: 12px;
}
h1 {
}
.inner {
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
.main_inner {
  width: 672px;
  margin-right: auto;
  margin-left: auto;
}
.header {
  padding: 0;
  text-align: center;
}

.fixed_box {
  position: fixed;
  right: 0;
  top: 250px;
  bottom: initial;
  z-index: 1;
}
body.home .fixed_box {
  bottom: 180px;
  top: initial;
}
.main_contents img {
  margin: 0 auto;
  width: 100%;
}
/* header
---------------------------------------- */
header:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  clear: both;
}
header .inner {
  position: relative;
}
.header_box {
  display: flex;
  flex-flow: column;
  position: fixed;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 168px;
}
.head_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  background: #fff;
  padding: 0 20px;
  min-width: 1024px;
}
.head_contact_box {
  display: flex;
}
p.logo_txt {
  font-size: var(--size_1s);
  color: #000;
  font-weight: 400;
  margin-bottom: 8px;
  text-align: left;
}
p.logo_txt span {
  text-align: left;
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  margin-right: 4px;
}
header .head_logo {
  text-align: left;
}
header .head_logo .head_logo_btn {
  display: flex;
  align-items: center;
}
header .head_logo .head_logo_btn a {
  display: flex;
}
header .head_logo .head_logo_btn .logo {
  display: inline-block;
  position: relative;
  width: 360px;
  overflow: hidden;
  margin-right: 20px;
}
header .head_logo .head_logo_btn .head_beginner_btn {
  display: block;
  background: var(--beginner);
  font-size: var(--size_2l);
  text-align: center;
  color: #fff;
  border-radius: 8px;
  padding: 8px 14px;
  line-height: 1.2;
}
header .head_logo .head_logo_btn .head_beginner_btn:hover {
  opacity: 0.8;
}
.contact_tel a {
  font-size: var(--size_5l);
  font-weight: 700;
  color: var(--tel);
  margin-right: 20px;
}
.contact_mail {
}
.contact_mail a {
  font-size: var(--size_1l);
  font-weight: 700;
  background-color: var(--beginner);
  margin-right: 20px;
  width: 300px;
  border-radius: 8px;
  color: #fff;
  padding: 6px 14px;
  justify-content: center !important;
}
.contact_mail a:hover {
  opacity: 0.7;
}
.icon.head_contact_mail a {
  width: 250px;
  font-size: var(--size_m);
  font-weight: 700;
  color: #fff;
  background-color: var(--main);
  border-radius: 6px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.contact_box_contact {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.contact_instagram.icon.icon_instagram {
  width: 36px;
  height: 36px;
}
.contact_instagram.icon.icon_instagram:hover {
  opacity: 0.8;
}
.contact_box {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.contact_box_address p {
  line-height: 1.4;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: var(--size_1s);
}
.contact_box_address p:not(:last-child) {
  margin-bottom: 4px;
}
span.address_title {
  border: 1px solid #666;
  background: #fff;
  margin-right: 10px;
  padding: 1px 3px;
  display: inline-block;
  font-size: 12px;
  width: 60px;
  text-align: center;
}
.menu-area {
  background: var(--key_dark);
}
.menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu > li {
  width: calc(100% / 6); /* グローバルナビ4つの場合 */
  xline-height: 30px;
  height: 48px;
}
.menu > li:first-child {
}
.menu > li a {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: var(--size_1s);
}
.menu > li:not(:last-child) a:before {
  background: #fff;
  height: 30px;
  width: 1px;
  content: "";
  position: absolute;
  right: 0;
}
.menu > li a:hover {
}
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.menu > li:hover {
}
.menu__second-level li {
  border-top: 1px solid #111;
}
.menu__second-level li a:hover {
  background: #7a6a5691;
}
/* floatクリア */
.menu:before,
.menu:after {
  content: " ";
  display: table;
}
.menu:after {
  clear: both;
}
.menu {
  *zoom: 1;
}
.menu > li.menu__single {
  position: relative;
}
li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
li.menu__single:hover ul.menu__second-level {
  top: 30px;
  visibility: visible;
  opacity: 1;
}
.menu__second-level li a {
  padding: 10px 0px;
  background-color: #fff;
}

#mobile-menu {
  display: none;
}
/*
.home ul.menu li.menu_home a::before{
	content: "";
	display: block;
	width: 100%;
	height:2px;
	background: var(--key);
	position: absolute;
	bottom: 0;
}
	*/
ul.menu li a::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: var(--main);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(1, 0);
  transition: 0.3s;
}
ul.menu li a:hover {
  xcolor: var(--main);
  background-color: rgb(255 255 255 / 15%);
}

ul.menu li a:hover::after {
  transform: scale(1, 1);
}
/* footer
---------------------------------------- */
.footer_access {
  color: #000;
  line-height: 1.6;
  background-color: var(--key_thin);
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer_map iframe {
  height: 360px;
  width: 100%;
}
.foot_contact_tel p {
  font-size: var(--size_6l);
  font-weight: 700;
}
table.foot_hours {
  background: #fff;
  color: var(--black);
  width: 100%;
  text-align: center;
}
table.foot_hours tr.week th {
  background-color: #ddd;
  font-weight: 400;
  text-align: center;
  padding: 10px;
  border: 1px solid #000;
}
table.foot_hours tr.time td {
  text-align: center;
  padding: 10px;
  border: 1px solid #000;
}
footer {
}

footer .footer {
  background: #e6e6e6;
}
footer .footer-logo .logo {
  display: inline-block;
  position: relative;
  width: 270px;
  height: 115px;
  overflow: hidden;
}
p.footer-logo {
  margin: 0 auto;
}
footer .foot-logo img {
  width: 496px;
  height: auto;
}
.footer_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
ul.footer-menu {
  height: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
ul.footer-menu li {
  padding-right: 10px;
  padding-left: 10px;
  height: 32px;
}
ul.footer-menu li:not(:last-child) {
  border-right: 1px solid rgb(0 0 0 / 30%);
}
ul.footer-menu li a {
  color: #000;
  font-size: var(--size_1s);
  text-align: center;
}
ul.footer-menu li a:hover {
  opacity: 0.6;
}
p.contact_btn a {
  background-color: #fff;
  padding: 5px 30px;
  border: 1px solid #000;
  font-weight: 700;
}
p.contact_btn a:hover {
  background-color: #9f9080;
}
footer .column p.contact_btn {
  margin-left: auto;
}
footer span.tel {
  padding-left: 10px;
}
.copyright {
  text-align: center;
  padding: 1em 0;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #666;
  font-size: var(--size_2s);
}

/*====================
icon
====================*/
.icon p,
.icon a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  white-space: nowrap;
}
.icon p:before,
.icon a:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
}
.icon.size_muryo p:before,
.icon.size_muryo a:before {
  width: 94px;
  height: 36px;
}
.icon.size_40 p:before,
.icon.size_40 a:before {
  width: 40px;
  height: 40px;
}
.icon.size_36 p:before,
.icon.size_36 a:before {
  width: 36px;
  height: 36px;
}
.icon.size_32 {
  font-size: var(--size_4l);
  font-weight: 700;
}
.icon.size_32 p:before,
.icon.size_32 a:before {
  width: 32px;
  height: 32px;
}
.icon.size_24 {
  font-size: var(--size_3l);
  font-weight: 700;
}
.icon.size_24 p:before,
.icon.size_24 a:before {
  width: 24px;
  height: 24px;
}
.icon.size_16 p:before,
.icon.size_16 a:before {
  width: 16px;
  height: 16px;
}
.icon.icon_tel p:before,
.icon.icon_tel a:before {
  background-image: url(../img/icon_tel.svg);
}
.icon.icon_tel_black p:before,
.icon.icon_tel_black a:before {
  background-image: url(../img/icon_tel_black.svg);
}
.icon.icon_mail_white p:before,
.icon.icon_mail_white a:before {
  background-image: url(../img/icon_mail_white.svg);
}

.icon.icon_mail_black p:before,
.icon.icon_mail_black a:before {
  background-image: url(../img/icon_mail_black.svg);
}

.icon.icon_youtube p:before,
.icon.icon_youtube a:before {
  background-image: url(../img/icon_youtube.svg);
}
/*====================
コンテンツスタイル
====================*/
.diagnosis_box {
  background-color: var(--diagnosis);
  color: #fff;
}
.main_contents_box {
  display: flex;
  justify-content: space-between;
}
.fixed_item.fixed_beginner {
  background: var(--beginner);
  writing-mode: vertical-rl;
  padding: 14px 8px;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: var(--size_2l);
  border-radius: 4px 0 0 4px;
}
.fixed_item.fixed_beginner a {
  color: #fff;
}

.fixed_item.fixed_beginner a:hover {
  opacity: 0.7;
}
.fixed_item.fixed_beginner img {
  margin-bottom: 4px;
}
/*side_column*/

.side_column {
  text-align: center;
}
.side_column a:hover {
  opacity: 0.7;
}
.sns_area a {
  display: block;
  width: 100px;
  margin: 0 auto;
}
/* index
---------------------------------------- */

main.index > section:nth-of-type(n + 2):nth-of-type(odd) {
  background: var(--gray_thin);
}
main.under > section:nth-of-type(n + 3):nth-of-type(even) {
  background: var(--gray_thin);
}

.sub-ttl {
}
.repair_box {
  background: var(--black);
  border-radius: 20px;
  color: #fff;
  padding: 20px;
  text-align: center;
}
.repair_text_box {
  margin-bottom: 20px;
}
.title_box_repair h2 {
  font-size: var(--size_5l);
  border-bottom: 1px solid #fff;
  padding-bottom: 16px;
}
p.repair_catch {
  font-size: var(--size_3l);
  font-weight: 700;
  margin-bottom: 4px;
}
.repair_before_after {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}
.repair_box:not(:last-child) {
  margin-bottom: 32px;
}
.before_after_item img {
  margin-bottom: 4px;
}
.before_after_item p {
  font-size: var(--size_1l);
}
p.top_foot_catch {
  font-size: var(--size_3l);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
p.top_foot_box {
  margin-bottom: 2rem;
  border: 1px solid #000;
  padding: 20px;
  text-align: center;
}
.top_foot_diagnosis {
  max-width: 469px;
  margin: 0 auto;
}
.top_foot_diagnosis a:hover {
  opacity: 0.7;
}
.movie_box {
  background-color: #c2ad68;
  padding: 5px;
}
.movie_box video {
  width: 100%;
  margin: 0 auto;
  display: block;
}
/* #treatment
---------------------------------------- */

.selfcheck_items {
  display: flex;
  flex-wrap: wrap;
}
.selfcheck_items.two_one li {
  width: calc((100% - 20px) / 2);
}
.selfcheck_items.three_one li {
  width: calc((100% - 40px) / 3);
}
.selfcheck_items.two_one li:not(:nth-child(2n)) {
  margin-right: 20px;
}
.selfcheck_items.three_one li:not(:nth-child(3n)) {
  margin-right: 20px;
}
.selfcheck_items li {
  border: 1px solid var(--main);
  color: var(--key);
  text-align: center;
  padding: 8px;
  margin-bottom: 20px;
  line-height: 1.4;
  min-height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: var(--size_2l);
  background: #fff;
}
/* #contact
---------------------------------------- */
main.contact form {
  width: 100%;
}
main.contact form dl dt {
  padding: 0;
  width: 180px;
}
main.contact form dl dd {
  width: 750px;
}
main.contact form .description {
  color: #ec1c24;
}
main.contact form .attention {
  margin-top: 15px;
}
main.contact form #privacy {
  overflow: auto;
  box-sizing: border-box;
  padding: 30px;
  height: 173px;
  border: 1px solid #b2b2b2;
}
main.contact .wpcf7-response-output {
  box-sizing: border-box;
  border-radius: 4px;
  margin: 50px auto 0 auto;
  padding: 10px 15px;
  width: 960px;
  color: #f16b3a;
  font-weight: 400;
  text-align: center;
}
main.contact .wpcf7c-conf:not(#reset) {
  background-color: #ffef32;
}
.contactArea p.text {
  padding-bottom: 50px;
}
main.contact .cont {
  padding-bottom: 100px;
}
p.error_messe {
  color: #f51414;
}
.title_box h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: var(--size_5l);
  position: relative;
  padding-bottom: 20px;
  color: var(--key);
}
.title_box p.balloon {
  text-align: center;
  color: var(--accent);
  font-weight: 700;
  font-size: var(--size_2l);
}

.title_box p.balloon:before {
  content: "＼";
  padding-right: 4px;
}
.title_box p.balloon:after {
  content: "／";
  padding-left: 4px;
}
.title_box h2:before {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--accent);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.title_box h3 {
  font-size: var(--size_4l);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  background: var(--key_dull);
  color: #fff;
  height: 60px;
  border-bottom: 2px solid var(--key);
}
.title_box h4 {
  font-size: var(--size_3l);
  border-left: 4px solid var(--accent);
  padding-left: 10px;
  margin-bottom: 1.2rem;
}
.privacypolicy .title_box h4 {
  font-size: var(--size_m);
  border-left: 0;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.title_box h5 {
  font-size: var(--size_2l);
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  margin-bottom: 0.8rem;
}
.privacypolicy .title_box h5 {
  font-size: var(--size_1s);
}
.headline {
  border-top: 2px solid var(--main);
  border-bottom: 2px solid var(--main);
  padding: 2px 0;
  margin-bottom: 4rem;
  line-height: 1.8;
}
.headline::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--main);
}
.headline::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--main);
}
.headline p {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: var(--size_2l);
  font-weight: 700;
  color: var(--main);
}
/*====================
ページ先頭ボタン
 ====================*/
#page-top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 10px;
  bottom: -80px;
  background: #808080;
  opacity: 0.6;
  z-index: 99;
}
#page-top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page-top a::before {
  font-family: FontAwesome;
  content: "\f077";
  color: #fff;
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*====================
ぱんくず
 ====================*/
.breadcrumb {
  text-align: left;
  font-size: var(--size_1s);
}
.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
}
.breadcrumb li:after {
  /* >を表示*/
  content: ">";
  padding: 0 3px;
  color: var(--dark);
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li a {
  text-decoration: none;
  color: var(--dark);
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
/*====================
下層
 ====================*/
section.pages-header {
  background-image: url(../img/title_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pages-ttl {
  color: #fff;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.pages-ttl h2 {
  font-size: var(--size_5l);
}
h1.pages-h1 {
}
h2.pages-h2 {
  font-size: var(--size_4l);
  text-shadow: 0 4px 4px rgb(0 0 0 / 30%);
}
h3.pages-h3 {
  font-size: var(--size_3l);
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: var(--key);
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
h4.pages-h4 {
  font-size: var(--size_2l);
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: var(--key);
  padding-left: 0.5em;
  margin-bottom: 1em;
}
h5.pages-h5 {
  font-size: var(--size_1l);
  margin-bottom: 0.5em;
}
p.catch {
  font-size: var(--size_2l);
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.8;
}
p {
  margin-bottom: 0.5rem;
}
p.read {
  font-size: var(--size_1l);
  line-height: 1.8em;
  margin-bottom: 1rem;
}
.detail {
  font-size: var(--size_1s);
  line-height: 1.4;
  font-weight: 400;
}
.detail.smaller {
  font-size: var(--size_2s);
}
.red {
  color: #d00;
}
table.office_table {
  width: 100%;
  line-height: 1.4em;
}
.office_table th {
  background-color: #eee;
  color: var(--black);
  border: solid 1px #777;
  padding: 1rem;
  text-align: center;
  white-space: nowrap;
}
.office_table td {
  background-color: #fff;
  border: solid 1px #777;
  padding: 1rem;
  color: var(--black);
  line-height: 1.6;
}
.simple_table {
  display: table;
  table-layout: fixed;
  text-align: left;
  width: 100%;
  margin-bottom: 1rem;
}
.simple_table li {
  xdisplay: table-cell;
  xvertical-align: middle;
}
span.tokuten {
  display: block;
  background: #fff;
  border: 1px solid #d00;
  margin-top: 5px;
  padding: 4px;
}
section.contents {
  padding: 80px 0px;
  color: #000;
}
ul.simple_list {
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
}
ul.simple_list:not(:last-child) {
  margin-bottom: 1rem;
}

ul.simple_list li {
  text-indent: -0.5rem;
}
ul.simple_list li::before {
  content: "・";
}

/*====================
beginner
 ====================*/
ul.frow_top {
  display: flex;
}
ul.frow_top li {
  width: calc((100% - 96px) / 4);
  position: relative;
  border: 1px solid var(--key_thin);
}
ul.frow_top li:not(:last-child) {
  margin-right: 32px;
}
ul.frow_top li:not(:last-child)::before {
  content: "";
  background-image: url(../img/step_top_arrow.png);
  background-repeat: no-repeat;
  width: 9px;
  height: 18px;
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translate(-50%, 0);
}
ul.frow_top li dl {
}
ul.frow_top li dl dt {
  color: #fff;
  background: var(--key);
  text-align: center;
}
ul.frow_top li dl dd {
  text-align: center;
  padding: 12px;
}
ul.frow_top li dl dd p {
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0;
}
.frow_main_item {
  border: 2px solid var(--key);
  position: relative;
}
.frow_main_title {
  display: flex;
  align-items: center;
}
.frow_main_title .detail {
  padding-left: 10px;
}
.frow_main_item:not(:last-child) {
  margin-bottom: 4rem;
}
.frow_main_item:not(:last-child)::before {
  content: "";
  background-image: url(../img/step_main_arrow.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 19px;
  position: absolute;
  bottom: -52px;
  left: 50%;
  transform: translate(-50%, 0);
}
.frow_main_item dl dt {
  display: flex;
  align-items: center;
  font-size: var(--size_3l);
  color: var(--key);
  border-bottom: 1px solid var(--key);
}
.frow_main_item dl dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--key);
  color: #fff;
  padding: 12px 14px;
  font-size: var(--size_2l);
  margin-right: 16px;
}
.frow_main_item dl dd {
  padding: 20px;
}
.frow_title_box h3 {
  background-color: var(--bg);
  padding: 10px 14px;
  margin-bottom: 10px;
  font-size: var(--size_2l);
}
.frow_title_box h4 {
  border-bottom: 1px solid var(--key);
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: var(--size_1l);
}
.frow_title_box h5 {
  font-size: var(--size_1l);
}

.frow_title_box h5::before {
  content: "■";
  color: var(--accent);
}
/*====================
service
 ====================*/
.service_bf-af .service_bf h4 {
  font-size: var(--size_2l);
  background: var(--key_thin);
  color: #fff;
  text-align: center;
  padding: 6px;
}
.service_bf-af .service_af h4 {
  font-size: var(--size_2l);
  background: var(--accent);
  color: #fff;
  text-align: center;
  padding: 6px;
}

.service_bf-af img {
  margin-bottom: 0.5rem;
}
.service_price_box {
  width: 100%;
  text-align: right;
}
p.service_price {
  font-size: var(--size_1l);
  color: var(--key_thin);
  font-weight: 700;
  margin-bottom: 0;
  background-color: var(--bg);
  padding: 10px 14px;
  display: inline-block;
}
p.service_price span {
  font-size: var(--size_3l);
}
/*====================
diagnosis
 ====================*/
dl.diagnosis_list_box {
  border: 1px solid var(--key_very_thin);
}
dl.diagnosis_list_box dt {
  background-color: var(--key_very_thin);
  color: #fff;
  text-align: center;
  font-size: var(--size_2l);
  padding: 8px;
}
dl.diagnosis_list_box dd {
  font-size: var(--size_3l);
  padding: 20px;
  font-weight: 700;
  display: flex;
}
dl.diagnosis_list_box dd ul {
  display: inline-block;
  margin: 0 auto;
}
dl.diagnosis_list_box dd ul li {
}
dl.diagnosis_list_box dd ul li:not(:last-child) {
  margin-bottom: 10px;
}
dl.diagnosis_list_box dd ul li:before {
  content: "●";
  color: var(--accent);
}
ul.diagnosis_contact_list li {
  margin-bottom: 1rem;
}
.diagnosis_contact_box {
  border: 1px solid var(--gray);
  padding: 20px;
}
ul.diagnosis_img_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.diagnosis_img_box li {
  width: calc((100% - 20px) / 3);
  margin-bottom: 10px;
}

/*====================
assessment
 ====================*/

ul.photograph_note_img_item {
  display: flex;
  justify-content: space-between;
}
ul.photograph_note_img_item img {
  margin-bottom: 6px;
}
ul.photograph_note_img_item li {
  width: calc((100% - 60px) / 4);
  position: relative;
}
ul.photograph_note_img_item li p {
  text-align: center;
  line-height: 1.3;
  font-size: var(--size_1s);
}
ul.photograph_note_img_item li:before {
  position: absolute;
  background-color: var(--accent);
  color: #fff;
  font-weight: 700;
  width: 32px;
  height: 32px;
  font-size: var(--size_m);
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.photograph_note_img_item li.items_01:before {
  content: "1";
}
ul.photograph_note_img_item li.items_02:before {
  content: "2";
}
ul.photograph_note_img_item li.items_03:before {
  content: "3";
}
ul.photograph_note_img_item li.items_04:before {
  content: "4";
}
.photograph_note_box {
  background: #f2f0eb;
  border: 1px solid #707070;
}
.photograph_note_inner {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
/*====================
privacy
 ====================*/
.privacypolicy_item dl dt {
  margin-bottom: 6px;
}
.privacypolicy_item dl dd {
  margin-bottom: 1rem;
}
/*====================
assessment
 ====================*/
.assessment_contact_box {
  background-color: var(--bg);
  padding: 32px;
}
.assessment_contact_inbox {
  border: 1px solid #000;
  padding: 20px;
  text-align: center;
}
.assessment_contact_inbox .contact_mail a {
  margin-bottom: 1rem;
  margin-right: auto;
  margin-left: auto;
}
.assessment_contact_inbox .contact_tel a {
  justify-content: center;
  margin-bottom: 4px;
}

.assessment_contact_inbox p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.assessment_contact_inbox p {
  line-height: 1.6;
}
/*	お知らせ
------------------------------------------------------------*/
.info p.day {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0;
  border-top: 1px solid #999;
  padding-top: 10px;
}
.info p.ttl {
  font-size: 1.3rem;
  border-bottom: 1px solid #999;
  font-weight: 700;
  padding-bottom: 10px;
}
.info .topicsText {
  margin-bottom: 2em;
}

.info p.item-image {
  text-align: center;
}

.info p.item-image img {
  width: 600px;
  height: 350px;
  object-fit: contain;
}

.info .news_area {
  padding: 50px;
  margin-bottom: 50px;
  /* border: 3px solid #ccc; */
  /* border-bottom: 2px solid #ccc; */
  /* border-top: 2px solid #ccc; */
  width: 100%;
  margin: 30px auto;
  background-color: #f6f6f6;
}
.info .topics {
  margin-bottom: 1em;
}
.topics .topicsPhoto.photoZoom:not(:last-child) {
  margin-bottom: 1rem;
}
/*	pager
------------------------------------------------------------*/
.pageArea-item {
  padding-top: 30px;
}
ul.pageArea-navi-number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
}
.pageArea-item {
  text-align: center;
  margin: 10px 0px;
}

ul.pageArea-navi-number li {
  margin-right: 10px;
  list-style: none;
}
ul.pageArea-navi-number li a {
  text-decoration: none;
}
ul.pageArea-navi-number li a:hover {
  background-color: #f9e33e;
}
span.pager_index {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  padding: 5px 10px;
  color: #333;
  display: block;
  margin-top: 5px;
}
span.pager_index.nowpage {
  background-color: #f8f8f8;
  border: 1px solid #c7383a;
  padding: 5px 10px;
  color: #333;
}
.pageArea-navi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
