@charset "UTF-8";
/*ResetCSS*/
@import url("bootstrap-reboot.css");
/*Fonts*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;600&family=M+PLUS+Rounded+1c&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* Word Press Native Style */
.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

.marker {
  background: linear-gradient(transparent 60%, #ffefa8 60%); }

/*displayプロパティー */
.d-none {
  display: none; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

.d-inline {
  display: inline; }

@media (min-width: 768px) {
  .d-md-none {
    display: none; }

  .d-md-block {
    display: block; }

  .d-md-inline-block {
    display: inline-block; }

  .d-md-inline {
    display: inline; } }
@media (max-width: 767px) {
  .d-sp-none {
    display: none; }

  .d-sp-block {
    display: block; }

  .d-sp-inline-block {
    display: inline-block; }

  .d-sp-inline {
    display: inline; } }
/*flexプロパティー*/
.d-flex {
  display: flex;
  flex-wrap: wrap; }

.justify-content-end {
  justify-content: flex-end; }

.align-items-start {
  align-items: flex-start; }

.align-items-center {
  align-items: center; }

.align-items-end {
  align-items: flex-end; }

.justify-content-center {
  justify-content: center; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-around {
  justify-content: space-around; }

.flex-row-reverse {
  flex-direction: row-reverse; }

.flex-col {
  flex-direction: column; }

@media (min-width: 768px) {
  .d-flex.flex-md-row-reverse, .d-md-flex.flex-md-row-reverse {
    flex-direction: row-reverse; }

  .d-md-flex {
    display: flex;
    flex-wrap: wrap; } }
@media (max-width: 767px) {
  .d-md-flex > * {
    margin-bottom: 16px; } }
/*positionプロパティー*/
.relative {
  position: relative; }

.absolute {
  position: absolute; }

/*基本設定*/
body {
  font-family: "M PLUS Rounded 1c", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif;
  color: #444;
  letter-spacing: .01em; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: .14em;
  line-height: 1.4; }

p {
  line-height: 1.73;
  letter-spacing: .05em; }

.serif {
  font-family: "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", serif; }

.sans-serif {
  font-family: "M PLUS Rounded 1c", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif; }

.midashi-font {
  font-family: "Noto Sans JP", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif; }

figure {
  margin-bottom: 0; }

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

iframe {
  max-width: 100%; }

@media (max-width: 767px) {
  table.sp-block > tbody, table.sp-block > tbody > tr, table.sp-block > tbody > tr > th, table.sp-block > tbody > tr > td {
    display: block; } }
.container-l {
  max-width: 1440px;
  width: 94.8%;
  margin-left: auto;
  margin-right: auto; }

.container {
  width: 94.8%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.container-s {
  width: 94.8%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.container-ss {
  width: 94.8%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto; }

/*float*/
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.clearboth {
  clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

@media (min-width: 768px) {
  .float-md-left {
    float: left; }

  .float-md-right {
    float: right; } }
@media (max-width: 767px) {
  .sp-clearfix:after {
    content: "";
    clear: both;
    display: block; }

  .float-sp-left {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px; }

  .float-sp-right {
    float: right;
    margin-left: 8px;
    margin-bottom: 8px; } }
/*グリッドシステム*/
.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.w-16, .parent-6 > * {
  width: calc(100% / 6); }

.parent-6s > * {
  width: calc((100% / 6) -  1% );
  margin-left: calc( 1%  / 2);
  margin-right: calc( 1%  / 2); }

.w-20, .parent-5 > * {
  width: calc(100% / 5); }

.parent-5s > * {
  width: calc((100% / 5) -  1% );
  margin-left: calc( 1%  / 2);
  margin-right: calc( 1%  / 2); }

.w-25, .parent-4 > * {
  width: calc(100% / 4); }

.parent-4s > * {
  width: calc((100% / 4) -  2% );
  margin-left: calc( 2%  / 2);
  margin-right: calc( 2%  / 2); }

.w-30 {
  width: 30%; }

.w-33s {
  width: calc((100% / 3) -  2% ); }

.w-33, .parent-3 > * {
  width: calc(100% / 3); }

.parent-3s > * {
  width: calc((100% / 3) -  2% );
  margin-left: calc( 2%  / 2);
  margin-right: calc( 2%  / 2); }

.w-40 {
  width: 40%; }

.w-50, .parent-2 > * {
  width: calc(100% / 2); }

.parent-2s > * {
  width: calc((100% / 2) -  2% );
  margin-left: calc( 2%  / 2);
  margin-right: calc( 2%  / 2); }

.w-60 {
  width: 60%; }

.w-66 {
  width: calc((100% / 3) * 2); }

.w-70 {
  width: 70%; }

.w-75 {
  width: 75%; }

.w-80 {
  width: 80%; }

.w-100 {
  width: 100%; }

@media (min-width: 768px) {
  .w-md-16, .parent-md-6 > * {
    width: calc(100% / 6); }

  .parent-md-6s > * {
    width: calc((100% / 6) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-md-16s {
    width: calc((100% / 6) -  1% ); }

  .w-md-20, .parent-md-5 > * {
    width: calc(100% / 5); }

  .parent-md-5s > * {
    width: calc((100% / 5) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-md-20s {
    width: calc((100% / 5) -  1% ); }

  .w-md-25, .parent-md-4 > * {
    width: calc(100% / 4); }

  .parent-md-4s > * {
    width: calc((100% / 4) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-md-30 {
    width: 30%; }

  .w-md-30s {
    width: calc(30% - 2% ); }

  .w-md-33, .parent-md-3 > * {
    width: calc(100% / 3); }

  .w-md-33s {
    width: calc((100% / 3) - 2% ); }

  .parent-md-3s > * {
    width: calc((100% / 3) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-md-40 {
    width: 40%; }

  .w-md-40s {
    width: calc(40% -  2% ); }

  .w-md-50, .parent-md-2 > * {
    width: calc(100% / 2); }

  .parent-md-2s > * {
    width: calc((100% / 2) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-md-60 {
    width: 60%; }

  .w-md-60s {
    width: calc(60% -  2% ); }

  .w-md-66 {
    width: calc((100% / 3) * 2); }

  .w-md-66s {
    width: calc((100% / 3) * 2 - 2% ); }

  .w-md-70 {
    width: 70%; }

  .w-md-70s {
    width: calc(70% -  2% ); }

  .w-md-75 {
    width: 75%; }

  .w-md-75s {
    width: calc(75% -  2% ); }

  .w-md-80 {
    width: 80%; }

  .w-md-80s {
    width: calc(80% -  2% ); }

  .w-md-100 {
    width: 100%; } }
@media (max-width: 767px) {
  .w-sp-16, .parent-sp-6 > * {
    width: calc(100% / 6); }

  .parent-sp-6s > * {
    width: calc((100% / 6) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-sp-20, .parent-sp-5 > * {
    width: calc(100% / 5); }

  .parent-sp-5s > * {
    width: calc((100% / 5) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-sp-25, .parent-sp-4 > * {
    width: calc(100% / 4); }

  .parent-sp-4s > * {
    width: calc((100% / 4) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-sp-30 {
    width: 30%; }

  .w-sp-33, .parent-sp-3 > * {
    width: calc(100% / 3); }

  .parent-sp-3s > * {
    width: calc((100% / 3) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-sp-40 {
    width: 40%; }

  .w-sp-50, .parent-sp-2 > * {
    width: calc(100% / 2); }

  .parent-sp-2s > * {
    width: calc((100% / 2) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-sp-60 {
    width: 60%; }

  .w-sp-66 {
    width: calc((100% / 3) * 2); }

  .w-sp-70 {
    width: 70%; }

  .w-sp-75 {
    width: 75%; }

  .w-sp-80 {
    width: 80%; }

  .w-sp-100 {
    width: 100%; } }
/*ボックスのサイズと余白と効果
横方向に個別の幅を指定するクラスは無い*/
.p-0px {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }

.pt-0px {
  padding-top: 0; }

.pl-0px {
  padding-left: 0; }

.pr-0px {
  padding-right: 0; }

.pb-0px {
  padding-bottom: 0; }

.pt-10px {
  padding-top: 10px; }

.pt-15px {
  padding-top: 15px; }

.pt-20px {
  padding-top: 20px; }

.pt-30px {
  padding-top: 30px; }

.pt-40px {
  padding-top: 40px; }

.pt-50px {
  padding-top: 50px; }

.pt-60px {
  padding-top: 60px; }

.pt-70px {
  padding-top: 70px; }

.pt-80px {
  padding-top: 80px; }

.pt-90px {
  padding-top: 90px; }

.pt-100px {
  padding-top: 100px; }

.pb-10px {
  padding-bottom: 10px; }

.pb-15px {
  padding-bottom: 15px; }

.pb-20px {
  padding-bottom: 20px; }

.pb-30px {
  padding-bottom: 30px; }

.pb-40px {
  padding-bottom: 40px; }

.pb-50px {
  padding-bottom: 50px; }

.pb-60px {
  padding-bottom: 60px; }

.pb-70px {
  padding-bottom: 70px; }

.pb-80px {
  padding-bottom: 80px; }

.pb-90px {
  padding-bottom: 90px; }

.pb-100px {
  padding-bottom: 100px; }

.m-0px {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0; }

.mt-0px {
  margin-top: 0; }

.ml-0px {
  margin-left: 0; }

.mr-0px {
  margin-right: 0; }

.mb-0px {
  margin-bottom: 0; }

.mt-10px {
  margin-top: 10px; }

.mt-15px {
  margin-top: 15px; }

.mt-20px {
  margin-top: 20px; }

.mt-24px {
  margin-top: 24px; }

.mt-30px {
  margin-top: 30px; }

.mt-40px {
  margin-top: 40px; }

.mt-50px {
  margin-top: 50px; }

.mt-60px {
  margin-top: 60px; }

.mt-70px {
  margin-top: 70px; }

.mt-80px {
  margin-top: 80px; }

.mt-90px {
  margin-top: 90px; }

.mt-100px {
  margin-top: 100px; }

.mb-10px {
  margin-bottom: 10px; }

.mb-15px {
  margin-bottom: 15px; }

.mb-20px {
  margin-bottom: 20px; }

.mb-24px {
  margin-bottom: 24px; }

.mb-30px {
  margin-bottom: 30px; }

.mb-32px {
  margin-bottom: 32px; }

.mb-40px {
  margin-bottom: 40px; }

.mb-48px {
  margin-bottom: 48px; }

.mb-50px {
  margin-bottom: 50px; }

.mb-60px {
  margin-bottom: 60px; }

.mb-64px {
  margin-bottom: 64px; }

.mb-70px {
  margin-bottom: 70px; }

.mb-72px {
  margin-bottom: 72px; }

.mb-80px {
  margin-bottom: 80px; }

.mb-90px {
  margin-bottom: 90px; }

.mb-96px {
  margin-bottom: 96px; }

.mb-100px {
  margin-bottom: 100px; }

.iframe-container {
  position: relative; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.asp-1-2 {
  height: 0;
  padding-top: 200%; }

.asp-1-1 {
  height: 0;
  padding-top: 100%; }

.asp-4-3 {
  height: 0;
  padding-top: 75%; }

.asp-3-2 {
  height: 0;
  padding-top: 66.6%; }

.asp-16-9 {
  height: 0;
  padding-top: 56.25%; }

.asp-2-1 {
  height: 0;
  padding-top: 50%; }

.asp-3-1 {
  height: 0;
  padding-top: 33.3%; }

.asp-4-1 {
  height: 0;
  padding-top: 25%; }

@media (min-width: 768px) {
  .asp-md-1-2 {
    padding-top: 200%; }

  .asp-md-1-1 {
    height: 0;
    padding-top: 100%; }

  .asp-md-4-3 {
    height: 0;
    padding-top: 75%; }

  .asp-md-3-2 {
    height: 0;
    padding-top: 66.6%; }

  .asp-md-16-9 {
    height: 0;
    padding-top: 56.25%; }

  .asp-md-2-1 {
    height: 0;
    padding-top: 50%; }

  .asp-md-3-1 {
    height: 0;
    padding-top: 33.3%; }

  .asp-md-4-1 {
    height: 0;
    padding-top: 25%; } }
.bk-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bk-contain {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

/*ボックスにリンクエリア*/
.linkbox {
  position: relative; }
  .linkbox:hover {
    background-color: #ffefa8; }
  .linkbox a.more {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: -9999px;
    cursor: pointer; }

/*文字*/
.ex-small {
  font-size: 0.67em; }

.small {
  font-size: 0.9375em; }

.large {
  font-size: 1.368em; }

.ex-large {
  font-size: 1.6em; }

.bold {
  font-weight: 600; }

.normal {
  font-weight: 400; }

.underline {
  text-decoration: underline; }

.base-text-color {
  color: #444; }

.theme-color {
  color: #ed7100; }

.bk-theme-color {
  background-color: #ed7100;
  color: white; }
  .bk-theme-color a {
    color: white; }

.bk-sub-color {
  background-color: #00a76a;
  color: white; }
  .bk-sub-color:hover {
    color: white; }
  .bk-sub-color a {
    color: white; }

.bk-accent-color {
  background-color: black;
  color: white; }
  .bk-accent-color:hover {
    color: white; }
  .bk-accent-color a {
    color: white; }

.heavy-theme-color {
  color: #666; }

.bk-heavy-theme-color {
  background-color: #666;
  color: white; }

.sub-color {
  color: #00a76a; }

.bk-ex-light-sub-color {
  background-color: #d8f4ef; }

.bk-accent-color {
  background-color: black;
  color: white; }

/*ボタン*/
.btn a {
  display: inline-block;
  padding: .5em 1em;
  line-height: 1.2;
  cursor: pointer; }
  .btn a:hover {
    opacity: 1;
    filter: brightness(1.1);
    text-decoration: none; }
  .btn a.round {
    border-radius: 1.2em; }
  .btn a.after-tri::after {
    content: '▶';
    padding-left: .5em; }
  .btn a.bk-accent-color:hover {
    color: white; }
  .btn a.waku {
    border-width: .15em;
    border-style: solid;
    transform: scale(1);
    transition: transform .2s; }
    .btn a.waku:hover {
      transform: scale(1.05); }
  .btn a.waku-sub-color {
    border-color: #00a76a;
    background-color: white; }
    .btn a.waku-sub-color:hover {
      color: #00a76a; }

/*丸数字*/
.maru {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  line-height: 1.5em;
  text-align: center; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

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

.text-tategaki {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl; }

@media (min-width: 768px) {
  .text-md-center {
    text-align: center; }

  .text-md-left {
    text-align: left; }

  .text-md-right {
    text-align: right; }

  .text-md-tategaki {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl; } }
@media (max-width: 767px) {
  .text-sp-center {
    text-align: center; }

  .text-sp-left {
    text-align: left; }

  .text-sp-right {
    text-align: right; }

  .text-sp-tategaki {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl; } }
/*アンカー*/
a {
  color: #333; }
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none; }
    a[href*="tel:"]:hover {
      color: #444;
      text-decoration: none; }
    a[href*="tel:"].nolink {
      pointer-events: none; }

/*表組み*/
table.stripe > tbody > tr > th, table.stripe > tbody > tr > td {
  border: none; }
table th, table td {
  padding: .5em 1em;
  border: 1px solid #ccc; }
table th {
  font-weight: 600; }
table td {
  font-weight: normal; }

ul.ls-none, ol.ls-none {
  list-style: none;
  padding-left: 0; }

@media (min-width: 768px) {
  table.stripe {
    background-color: white; }
    table.stripe > tbody > tr:nth-child(odd) {
      background-color: #f7f7f7; }
      table.stripe > tbody > tr:nth-child(odd) > th {
        border-right: 2px solid white; } }
/*フォーム*/
.hissu::before {
  content: "必須";
  display: inline-block;
  background-color: #ed7100;
  color: white;
  border-radius: 3px;
  padding: .2em;
  line-height: 1;
  font-size: .8em;
  margin-right: .5em;
  position: relative;
  bottom: .1em; }

input[type="text"], input[type="tel"], input[type="email"], input[type="submit"], textarea {
  padding: .7em;
  width: 100%; }

input[type="text"], input[type="tel"], input[type="email"], textarea {
  border: 1px solid #ccc;
  border-radius: 5px; }

textarea::placeholder, input::placeholder {
  color: #ccc; }

/* IE */
input:-ms-input-placeholder {
  color: #ccc; }

/* Edge */
input::-ms-input-placeholder {
  color: #ccc; }

#page-header h1 {
  margin: 0; }
#page-header #contact-header p {
  margin: 0; }

#nav-main a {
  display: block; }

.tategaki {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

@media (min-width: 768px) {
  .tategaki-md {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl; } }
.dropdown-btn {
  cursor: pointer; }
  .dropdown-btn:hover {
    filter: brightness(1.05); }

.dropdown-content {
  display: none; }

.wp-block-image {
  margin-bottom: 16px; }

/*開発用*/
.memo {
  padding: .3em .5em;
  background-color: #FFE7FC;
  border: 2px solid red;
  color: red;
  font-weight: 600;
  display: inline-block; }

.memo:before {
  content: '開発メモ';
  font-size: .9em;
  display: block;
  text-decoration: underline; }

html {
  scroll-padding-top: 192px; }

.btn a {
  border-radius: .1em; }

.link-arrow a {
  display: inline-block;
  transition: background-position .2s;
  background-position: calc(100% - .5em) center;
  background-repeat: no-repeat;
  background-size: 2em;
  padding-right: 3em; }
  .link-arrow a:hover {
    background-position: 100% center;
    text-decoration: none; }

html {
  min-height: 100vh;
  position: relative; }
  html[lang="ja"] .en {
    display: none; }
  html[lang="en"] .ja {
    display: none; }

body.fixed {
  overflow-y: hidden; }

body {
  overflow-x: hidden; }

p {
  line-height: 1.6; }

li {
  line-height: 1.3; }
  li p {
    line-height: 1.6; }

li p {
  margin-bottom: 0; }

.offsetBox .container-l {
  margin: 0; }
.offsetBox .elementOffsetBox img {
  width: 100%; }

.btn a {
  transition: filter .2s; }
  .btn a:hover {
    filter: brightness(1.05); }

#contact td:has(input[type="submit"]) {
  text-align: center; }
#contact input[type="submit"] {
  padding: 1em;
  background-color: #ed7100;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: .2em;
  transition: border-radius .2s;
  width: 100%;
  max-width: 300px;
  position: relative;
  cursor: pointer; }
  #contact input[type="submit"]:disabled {
    background-color: #999;
    background-image: none; }
  #contact input[type="submit"]:hover {
    border-radius: 1.7em; }

.page-header-container {
  position: fixed;
  width: 100%;
  z-index: 2; }

#page-header {
  background-color: white;
  position: relative; }
  #page-header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #ed7100, #f49c00); }
  #page-header h1 a {
    display: flex;
    align-items: center;
    color: #ffefa8;
    font-weight: normal; }
    #page-header h1 a:hover {
      text-decoration: none;
      color: #ffefa8; }

.address-header .list-address {
  margin-bottom: 0; }
  .address-header .list-address .tel a {
    font-size: 1.5em;
    font-weight: bold;
    color: #ed7100; }

#btn-reserve {
  margin: 0; }
  #btn-reserve p {
    margin: 0; }
  #btn-reserve a {
    display: block;
    background: linear-gradient(to right, #ed7100, #f49c00);
    color: white;
    font-weight: bold; }

#btn-menu-container {
  position: relative; }

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center; }
  .wp-pagenavi > * {
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
  .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi span.current, .wp-pagenavi a.page {
    border: none;
    background-color: white; }
    .wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover, .wp-pagenavi span.current:hover, .wp-pagenavi a.page:hover {
      border: 2px solid #ed7100;
      text-decoration: none;
      background-color: #ed7100;
      color: white; }
  .wp-pagenavi span.current {
    border: 2px solid #ed7100;
    color: #ed7100; }

#mv {
  background-color: white;
  line-height: 0;
  background-position: center;
  height: 100vh;
  position: relative; }
  #mv img {
    width: 100%; }

@keyframes scroll_down {
  0% {
    background-position-x: -100%; }
  100% {
    background-position-x: 200%; } }
#page-main {
  background-color: white; }

section {
  padding: clamp(48px, 6.4vw, 96px) 0;
  position: relative; }
  section:nth-of-type(n+2)::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    background-image: url("../images/face_3.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: -32px;
    left: 0; }
  section:nth-of-type(n+2):nth-of-type(2)::after {
    background-image: url("../images/face_3.svg"); }
  section:nth-of-type(n+2):nth-of-type(3)::after {
    background-image: url("../images/megane_1.svg"); }
  section:nth-of-type(n+2):nth-of-type(4)::after {
    background-image: url("../images/neko.svg"); }
  section [class^="container"] {
    padding: 40px 72px 48px;
    border-radius: 0 24px 24px 24px;
    position: relative; }
    section [class^="container"]::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: -8px;
      left: -8px;
      border-radius: 0 24px 24px 24px;
      border-width: 2px 4px 4px 2px;
      border-style: solid;
      border-color: #ffefa8; }
  section:nth-of-type(odd) [class^="container"] {
    background-color: #f7f7f7; }
  section:nth-of-type(even) {
    background-color: #f7f7f7; }
    section:nth-of-type(even) .elementOffsetBox img {
      position: relative;
      z-index: 1; }
    section:nth-of-type(even) [class^="container"] {
      background-color: white; }
  section h2 {
    font-family: "Noto Sans JP", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif;
    text-align: center;
    margin-bottom: 1.3em;
    font-weight: 600;
    letter-spacing: 0;
    color: #444;
    font-weight: 300;
    text-align: left; }
    section h2 .txt {
      display: inline-block;
      position: relative;
      padding-left: 1.1em;
      padding-bottom: .1em; }
      section h2 .txt::before, section h2 .txt::after {
        content: '';
        display: block;
        position: absolute; }
      section h2 .txt::before {
        width: .7em;
        height: .7em;
        top: .45em;
        left: .1em;
        background-image: url("../images/wa_up_or.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      section h2 .txt::after {
        left: 0;
        bottom: 0;
        width: calc(100% + 2em);
        height: 2px;
        background: linear-gradient(to right, #ed7100, #f49c00);
        max-width: 100%; }
  section h3 {
    letter-spacing: 0; }
  section a {
    position: relative;
    z-index: 1; }

#list-contents-home .sect-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #list-contents-home .sect-header .link-arrow {
    margin-bottom: 0;
    font-size: 18px; }

.shinryojikan-wrapper {
  display: flex;
  flex-direction: column; }
  .shinryojikan-wrapper h3 {
    flex-grow: 1; }
  .shinryojikan-wrapper p {
    font-size: 16px; }

.shinryojikan {
  font-size: 14px;
  border-top: 2px solid;
  border-bottom: 2px solid #555; }
  .shinryojikan tr {
    border-top: 1px solid #555; }
    .shinryojikan tr:first-child {
      border-top: none; }
      .shinryojikan tr:first-child th {
        background-color: #555;
        color: white; }
        .shinryojikan tr:first-child th:nth-child(even) {
          background-color: #555;
          color: white; }
    .shinryojikan tr th, .shinryojikan tr td {
      border: none;
      text-align: center; }
      .shinryojikan tr th:nth-child(even), .shinryojikan tr td:nth-child(even) {
        background-color: #f7f7f7; }
    .shinryojikan tr th:nth-child(1) {
      text-align: left; }

.btn.contact a {
  background-color: #ed7100;
  border-radius: .3em;
  transition: border-radius .2s;
  color: white; }
  .btn.contact a:hover {
    border-radius: 1em; }

#page-footer {
  padding-top: clamp(16px, 4.8vw, 48px);
  position: relative;
  text-align: center; }

.page section:nth-of-type(1) {
  padding-top: 0; }

#sect-contact h3 {
  margin-bottom: 1em; }

#sect-contact .list-tel-fax {
  background-color: #00508e; }
  #sect-contact .list-tel-fax li {
    color: white;
    font-weight: bold; }
    #sect-contact .list-tel-fax li.linkbox:hover {
      background-color: transparent; }
    #sect-contact .list-tel-fax li .num {
      font-size: 1.53em; }
    #sect-contact .list-tel-fax li .time {
      font-size: .73em;
      color: #acc6da; }
#sect-contact .headline-info {
  margin-top: 55px; }
  #sect-contact .headline-info li label {
    margin-bottom: 0; }
  #sect-contact .headline-info li [data-name="acceptance"] {
    font-weight: bold; }

.headline-info {
  background-color: white; }
  .headline-info .date {
    font-weight: bold;
    white-space: nowrap; }
  .headline-info .title {
    margin-bottom: 0;
    line-height: 1.5; }

.pr-image {
  position: relative; }
  .pr-image::after {
    content: '';
    display: block;
    position: absolute;
    top: 14.3%;
    left: 0;
    width: 100%;
    height: 85.7%;
    background-color: white; }
  .pr-image img {
    position: relative;
    z-index: 1; }

#sect-company-home p {
  font-size: 14px; }
  #sect-company-home p.tel, #sect-company-home p.btn {
    font-size: 16px; }
#sect-company-home .map .iframe-container {
  padding-top: 78.6%; }
#sect-company-home .txt .tel {
  font-weight: bold;
  letter-spacing: 0; }

#page-footer .logo-footer {
  margin-bottom: 64px; }
  #page-footer .logo-footer img {
    max-width: 160px; }
#page-footer .copy {
  font-size: 14px;
  text-align: center;
  margin-bottom: .5em; }

.pageTitleWrapper {
  position: relative; }
  .pageTitleWrapper::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    background-color: #f7f7f7;
    mix-blend-mode: darken; }

#pageTitle {
  display: flex;
  align-items: center;
  background-image: url("../images/bk-title.jpg");
  background-size: cover;
  background-position: right center; }
  #pageTitle h1 {
    letter-spacing: 0; }

.kijiHeader {
  border-bottom: 3px solid #f49c00; }
  .kijiHeader h2 {
    margin-bottom: .3em; }
  .kijiHeader .date {
    font-weight: bold;
    margin-bottom: .5em; }

/*フォーム関連*/
.grecaptcha-badge {
  visibility: hidden; }

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0; }

.wpcf7 form.sent .wpcf7-response-output {
  background-color: white;
  border: 2px solid #00a76a;
  margin-top: 0; }

.wpcf7 form.sent .wpcf7-submit {
  display: none; }

.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  padding: .5em;
  border-radius: .2em; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: white;
  border: 2px solid #ed7100; }

input[type="radio"], input[type="checkbox"] {
  width: 1.5em;
  height: 1.5em;
  vertical-align: bottom;
  margin-right: .5em; }

.dropdown-btn {
  position: relative;
  z-index: 1; }

.list-qa {
  margin-bottom: 32px; }
  .list-qa dt, .list-qa dd {
    margin-bottom: .5em; }
  .list-qa dt {
    background-color: #f3f3f3;
    padding: .2em 1.8em .2em .5em;
    border-radius: .2em;
    border-width: 1px 1px 1px .5em;
    border-style: solid;
    border-color: #ccc;
    position: relative;
    line-height: 2; }
    .list-qa dt::bafore, .list-qa dt::after {
      line-height: 1; }
    .list-qa dt::after {
      content: '▼';
      position: absolute;
      right: 1em;
      top: .8em;
      color: #999;
      font-size: .7em; }
    .list-qa dt:hover, .list-qa dt.active {
      border-color: #00a76a;
      background-color: #f7f7f7; }
      .list-qa dt:hover::after, .list-qa dt.active::after {
        color: #444; }
    .list-qa dt.active::after {
      content: '▲'; }
  .list-qa dd {
    padding-top: .5em;
    padding-bottom: .5em; }

.list-service li {
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  padding: 16px; }
  .list-service li figure {
    background: linear-gradient(45deg, #00a76a, #5bb000);
    border-radius: 8px; }
  .list-service li .txt p {
    font-size: 16px; }

.greeting .txt p {
  text-indent: 1.05em;
  margin-bottom: .5em;
  line-break: strict; }
  .greeting .txt p.sign {
    margin-top: 2em;
    font-weight: bold;
    line-height: 1.2; }

.doctor {
  margin-bottom: clamp(48px, 6.4vw, 96px); }
  .doctor h3 {
    font-family: "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", serif;
    line-height: 1.05;
    position: relative;
    padding: 1em 1em .3em;
    margin-bottom: .8em; }
    .doctor h3::before {
      content: '';
      display: block;
      position: absolute;
      width: 2em;
      height: 100%;
      background-color: #d8f4ef;
      top: 0;
      left: 0;
      mix-blend-mode: multiply; }
  .doctor .box {
    margin-bottom: 24px; }
  .doctor table {
    width: 100%;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444; }
  .doctor th, .doctor td {
    border: none; }
  .doctor th {
    background-color: #eee;
    white-space: nowrap; }
  .doctor td {
    background-color: white; }

.trans h4 {
  margin-bottom: .5em;
  font-size: 14px; }
  .trans h4 .txt {
    display: inline-block;
    padding: .2em;
    border: 1px solid;
    border-radius: .2em;
    line-height: 1; }
.trans ul {
  padding-left: 0;
  list-style-position: inside; }
  .trans ul li {
    font-size: 14px;
    text-indent: -1.4em;
    padding-left: 1.5em; }

#sect-contact-tel .tel a {
  font-size: 42px;
  color: #ed7100; }

.contact-form table {
  width: 100%; }

aside {
  background-color: #f7f7f7;
  padding: 24px 16px;
  border-radius: 5px; }

.midashi_style_2 {
  letter-spacing: .05em;
  padding-left: .5em;
  border-left: 3px solid #ed7100;
  line-height: 1;
  margin-bottom: 1em; }

#sect-eq .parent-2s.justify-content-between > div, #sect-eq .parent-2s.justify-content-between > a {
  margin-left: 0;
  margin-right: 0; }
#sect-eq .parent-2s.justify-content-between > div {
  display: flex;
  flex-direction: column; }
  #sect-eq .parent-2s.justify-content-between > div h3 {
    flex-grow: 1;
    line-height: 1.15; }
#sect-eq img {
  margin-bottom: 32px; }

.sect-eq-inner {
  margin-top: 32px; }

#swipebox-overlay #swipebox-close, #swipebox-overlay #swipebox-prev, #swipebox-overlay #swipebox-next {
  filter: invert(1);
  background-color: black;
  border-radius: 50%;
  opacity: .8; }
  #swipebox-overlay #swipebox-close:hover, #swipebox-overlay #swipebox-prev:hover, #swipebox-overlay #swipebox-next:hover {
    opacity: .95; }
#swipebox-overlay #swipebox-close {
  top: 10px;
  right: 10px; }
#swipebox-overlay #swipebox-bottom-bar, #swipebox-overlay #swipebox-top-bar {
  background-color: transparent; }
  #swipebox-overlay #swipebox-bottom-bar.visible-bars, #swipebox-overlay #swipebox-top-bar.visible-bars {
    transform: translate3d(0, 0, 0); }
#swipebox-overlay #swipebox-top-bar {
  top: 0;
  background-color: rgba(0, 0, 0, 0.5); }
#swipebox-overlay #swipebox-bottom-bar {
  bottom: auto;
  top: 50%; }
#swipebox-overlay #swipebox-arrows {
  width: 95%;
  max-width: 100vw; }

#img-shinsatsu img {
  border-radius: 8px; }

.part-caution-tantoi h3 {
  font-size: 18px;
  background-color: #f7f7f7;
  padding: .3em .4em .25em;
  line-height: 1;
  border-bottom: 1px solid #ddd; }
.part-caution-tantoi ul {
  padding-left: 1.5em; }
  .part-caution-tantoi ul li {
    font-size: 16px;
    margin-bottom: .2em; }

#sect-doctor .part-caution-tantoi h3 {
  background-color: white; }

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