@charset "UTF-8";
/*!
Theme Name:   DVERZ THEMES
Theme URI:    http://dverz.co.jp/
Author:       DVERZ Inc.
Author URI:   https://dverz.co.jp/
Description:  DVERZ WP theme
Version:      2.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  dverz
Tags:         企業サイト
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
  opacity: 0.7 !important;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  /*  font-size: 2em;	*/
  /*  margin: 0.67em 0;	*/
}

mark {
  background: #ff0;
  color: #000;
}

small {
  /*  font-size: 80%;	*/
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

html {
  overflow: auto;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  overflow: hidden;
  background: #fff;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2.2;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.font-size-small body {
  font-size: 8px;
  font-size: 0.8rem;
}
.font-size-large body {
  font-size: 12px;
  font-size: 1.2rem;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: none;
  text-decoration: none;
  outline: 0;
}

.button-hover {
  margin-top: 1px;
  margin-bottom: -1px;
}

hr {
  background-color: rgb(216.75, 216.75, 216.75);
  border: 0;
  height: 1px;
  margin: 3.5rem 0;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
  margin: 0;
  font-size: 100%;
  font-feature-settings: "palt";
}

p, span, address, th, td, a, li, em {
  font-feature-settings: "palt";
}

p {
  margin-bottom: 1.5rem;
  line-height: 2.2;
}

dfn, cite, i {
  font-style: normal;
}

em {
  font-style: normal;
}

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0;
  font-style: normal;
}

pre {
  overflow: auto;
  margin-bottom: 1.6rem;
  padding: 1.6rem;
  max-width: 100%;
  background: rgb(243.525, 243.525, 243.525);
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code, kbd, tt, var {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

abbr, acronym {
  border-bottom: dotted 1px #333333;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.link-hover-inverse {
  text-decoration: none;
}
.link-hover-inverse:hover {
  text-decoration: underline;
}

.monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 15px;
  font-size: 1.5rem;
}
.font-size-small .monospace {
  font-size: 12px;
  font-size: 1.2rem;
}
.font-size-large .monospace {
  font-size: 18px;
  font-size: 1.8rem;
}

ul {
  margin: 0;
  padding: 0;
}

ol {
  margin-bottom: 2rem;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  font-size: 0;
}
.list-inline > li {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}
.font-size-small .list-inline > li {
  font-size: 12px;
  font-size: 1.2rem;
}
.font-size-large .list-inline > li {
  font-size: 18px;
  font-size: 1.8rem;
}

.list-table {
  padding-left: 0;
  list-style: none;
  display: table;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
  text-align: center;
}
.list-table > li {
  display: table-cell;
  vertical-align: middle;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.button {
  display: inline-block;
  border: 1px solid;
  border-color: transparent;
  border-radius: 3px;
  background: #04aae2;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}
.button:hover, .button:active, .button:focus {
  border-color: transparent;
  background: rgb(55.0391304348, 201.9130434783, 251.4608695652);
  color: #fff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: 1px solid #04aae2;
  color: #666;
  -webkit-appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #04aae2;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  vertical-align: middle;
}

#wrapper {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  overflow: hidden;
}
.font-size-small #wrapper {
  font-size: 12px;
  font-size: 1.2rem;
}
.font-size-large #wrapper {
  font-size: 18px;
  font-size: 1.8rem;
}

.container {
  margin: 0 auto;
  width: 1000px;
  max-width: 1350px;
  min-width: 1000px;
  padding: 7rem 0;
  position: relative;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

*:focus {
  outline: none;
}

/*primary--ボタンスタイル-------*/
.btn_1 {
  text-align: left;
  border-radius: 100px;
  padding: 20px 35px;
  padding-right: 60px;
  min-width: 250px;
  line-height: 1.3;
  display: inline-block;
  position: relative;
  border: 1px solid #04aae2;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_1:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("images/common/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  right: 35px;
  top: 20px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_1:hover {
  opacity: 1;
}
.btn_1:hover:after {
  transform: translateX(5px);
}
.btn_1.color_w {
  border: 1px solid white;
  color: white;
}
.btn_1.color_w:after {
  background-image: url("images/common/arrow_w.png");
}

.btn_2 {
  background: #04aae2;
  border-radius: 100px;
  color: white;
  font-weight: 700;
  font-size: 17px;
  padding: 15px;
  line-height: 1.3;
  position: relative;
  width: 220px;
  border: 1px solid #04aae2;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
.btn_2:before {
  content: "";
  font-size: 20px;
  font-family: fontawesome;
  margin-right: 10px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_2:hover {
  opacity: 1;
}
.btn_2:hover:before {
  transform: scale(1.1);
}
.btn_2.icon_calender:before {
  content: "\f133";
}
.btn_2.icon_clipboard {
  background: #08c1dd;
  border: 1px solid #08c1dd;
}
.btn_2.icon_clipboard:before {
  content: "\f328";
}
.btn_2.icon_tel {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.btn_2.icon_tel:before {
  content: "\f095";
}
.btn_2.icon_map {
  font-family: "Montserrat", sans-serif;
  background: white;
  color: #04aae2;
}
.btn_2.icon_map:before {
  content: "\f041";
}
.btn_2.color_w {
  background: white;
  color: #04aae2;
}

/*共通見出し*/
.sec_title1 {
  margin-bottom: 30px;
}
.sec_title1 h2 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 10px;
}
.sec_title1 h3 strong {
  color: #04aae2;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}
.sec_title1 h3 strong:after {
  content: "";
  width: 85px;
  height: 10px;
  background-image: url("images/common/bar.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  margin-left: 5px;
}
.sec_title1.color_w h2 {
  color: white;
}
.sec_title1.color_w h3 strong {
  color: white;
}
.sec_title1.color_w h3 strong:after {
  background-image: url("images/common/bar_w.png");
}

.sec_title2 {
  margin-bottom: 30px;
  text-align: center;
}
.sec_title2 h2 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 10px;
}
.sec_title2 h3 strong {
  color: #04aae2;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
.sec_title2 h3 strong:before {
  content: "";
  width: 35px;
  height: 10px;
  background-image: url("images/common/bar_l.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  margin-right: 5px;
}
.sec_title2 h3 strong:after {
  content: "";
  width: 35px;
  height: 10px;
  background-image: url("images/common/bar_r.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  margin-left: 5px;
}
.sec_title2.color_w h3, .sec_title2.color_w h2 {
  color: white;
}

.sec_title3 {
  margin-bottom: 20px;
}
.sec_title3 h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}
.sec_title3 h2:before {
  content: "";
  width: 35px;
  height: 10px;
  background-image: url("images/common/bar_l.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  margin-right: 5px;
}

.ttl_circle {
  color: #04aae2;
  font-weight: 700;
  font-size: 23px;
  line-height: 1;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}
.ttl_circle:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("images/common/circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 8px;
  line-height: 1;
}

.hover__zoom {
  display: block;
  overflow: hidden;
}
.hover__zoom img {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.hover__zoom:hover {
  opacity: 1 !important;
}
.hover__zoom:hover img {
  transform: scale(110%);
}

.round_t_r {
  overflow: hidden;
  border-top-right-radius: 30px;
}
.round_t_r img {
  width: 100%;
}

.round_type_1 {
  overflow: hidden;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.round_type_1 img {
  width: 100%;
}

.youtube_wrap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gmap_wrap iframe {
  width: 100%;
  height: 500px;
}

.table_type_normal {
  margin-bottom: 45px;
}
.table_type_normal table {
  border-top: 1px solid #04aae2;
}
.table_type_normal table tr {
  border-bottom: 1px solid #04aae2;
}
.table_type_normal table tr th, .table_type_normal table tr td {
  line-height: 1.5;
  text-align: center;
}
.table_type_normal table tr th {
  width: 150px;
  font-weight: normal;
  padding: 25px 15px;
  color: #04aae2;
}
.table_type_normal table tr td {
  padding: 25px 25px;
}
.table_type_normal table tr td > strong {
  display: inline-block;
  font-weight: bold;
  color: #04aae2;
}
.table_type_normal table tr:nth-of-type(1) th, .table_type_normal table tr:nth-of-type(1) td {
  padding: 15px 15px;
  background: #eaf9ff;
}

.table_type_schedule table {
  border-top: 1px solid #04aae2;
  margin-bottom: 15px;
}
.table_type_schedule table tr {
  border-bottom: 1px solid #04aae2;
}
.table_type_schedule table tr th, .table_type_schedule table tr td {
  text-align: center;
  padding: 7px 5px;
  font-weight: 400;
}
.table_type_schedule table tr th {
  font-size: 15px;
}
.table_type_schedule table tr td {
  font-size: 17px;
}
.table_type_schedule table tr td.time {
  width: 150px;
}
.table_type_schedule table tr td.open {
  color: #04aae2;
}

.table_type_history table tr th, .table_type_history table tr td {
  font-weight: 400;
  padding: 5px 0;
  line-height: 1.5;
  font-size: 17px;
}
.table_type_history table tr td {
  padding-left: 40px;
  position: relative;
}
.table_type_history table tr td:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #04aae2;
  position: absolute;
  left: 5px;
  top: 15px;
}

.common_ul li {
  line-height: 1.5;
  margin: 7px 0;
  position: relative;
  padding-left: 17px;
  font-size: 17px;
}
.common_ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

#pankuzu {
  text-align: right;
}
#pankuzu #breadcrumb ul > li {
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: 1.3;
  display: inline-block;
}
#pankuzu #breadcrumb ul > li:before {
  display: inline-block;
  margin-right: 10px;
  content: ">";
}
#pankuzu #breadcrumb ul > li:first-of-type:before {
  display: none;
}
#pankuzu #breadcrumb ul > li > a {
  text-decoration: underline;
}

#menu_btn {
  display: none;
}

#wrapper {
  padding-bottom: 130px;
}

#header .container {
  width: 1000px;
  padding: 40px 0;
}
#header .container .inner .head_logo {
  width: 293px;
  margin: 0 auto 30px;
}
#header .container .inner .head_logo a {
  display: block;
}

.common_navigation nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 1px solid #04aae2;
}
.common_navigation nav ul li {
  width: 16.6666666667%;
  border-right: 1px solid #04aae2;
}
.common_navigation nav ul li a {
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
  line-height: 1.5;
}

#vihalf-section .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
#vihalf-section .container .inner {
  position: relative;
}
#vihalf-section .container .inner .pic img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
}
#vihalf-section .container .inner .head {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 70px;
  padding-left: 50px;
}
#vihalf-section .container .inner .head:after {
  content: "";
  width: 780px;
  height: 381px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  display: block;
  background: white;
  position: absolute;
  left: 0;
  top: -1px;
}
#vihalf-section .container .inner .head h2, #vihalf-section .container .inner .head h3 {
  position: relative;
  z-index: 10;
}
#vihalf-section .container .inner .head h3 {
  color: #04aae2;
  font-family: "Montserrat", sans-serif;
}
#vihalf-section .container .inner .head h3:before {
  content: "";
  width: 6px;
  height: 6px;
  background-image: url("images/common/circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 5px;
}
#vihalf-section .container .inner .head h2 {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

#news-detail img.size-full {
  margin-bottom: 2.5rem;
}

#news-detail article[class^=post-] > .content table {
  border-top: 1px solid #04aae2;
  margin-bottom: 45px;
}
#news-detail article[class^=post-] > .content table tr {
  border-bottom: 1px solid #04aae2;
}
#news-detail article[class^=post-] > .content table tr th, #news-detail article[class^=post-] > .content table tr td {
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 15px 20px;
}
#news-detail article[class^=post-] > .content table tr th {
  background: red;
  color: #04aae2;
  width: 200px;
  text-align: center;
  font-weight: normal;
}
#news-detail article[class^=post-] > .content h1 {
  margin: 1rem 0 2rem;
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: bold;
}
#news-detail article[class^=post-] > .content h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-weight: bold;
}
#news-detail article[class^=post-] > .content h3 {
  color: #04aae2;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: inline-block;
  min-width: 50%;
  background: white;
}
#news-detail article[class^=post-] > .content h4 {
  color: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  background: #04aae2;
}
#news-detail article[class^=post-] > .content h5 {
  color: #04aae2;
  background: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border: 2px solid #04aae2;
}
#news-detail article[class^=post-] > .content p {
  margin-bottom: 2rem;
}
#news-detail article[class^=post-] > .content a {
  text-decoration: underline;
  color: #04aae2;
}
#news-detail article[class^=post-] > .content h2.caption {
  box-sizing: border-box;
  color: #000 !important;
  font-size: 2.5rem;
  line-height: 1.5;
  padding: 2rem 0 !important;
  border-bottom: 1px solid #04aae2;
  margin-bottom: 4rem !important;
  background: none;
  box-shadow: none;
  display: block;
  text-align: left;
}
#news-detail article[class^=post-] > .content ul {
  margin: 2rem 0 3rem;
  list-style: disc;
  padding-left: 3rem;
}
#news-detail article[class^=post-] > .content ul li {
  line-height: 1.5;
  color: #04aae2;
  margin-bottom: 1.5rem;
}
#news-detail article[class^=post-] > .content .btn {
  text-align: right;
  margin: 1rem 0 1rem;
}
#news-detail article[class^=post-] > .content .btn > a {
  text-decoration: none !important;
  min-width: 300px;
}
#news-detail article[class^=post-] > .content .gallery_card article {
  width: calc(50% - 1rem);
  box-shadow: 0 0 1rem 0.5rem rgb(243.525, 243.525, 243.525);
  background: white;
  text-align: center;
  margin-bottom: 2rem;
}
#news-detail article[class^=post-] > .content .gallery_card article:nth-of-type(2n) {
  margin-left: 2rem;
}
#news-detail article[class^=post-] > .content .gallery_card article .pic {
  line-height: 0.5;
}
#news-detail article[class^=post-] > .content .gallery_card article .pic img {
  width: 100%;
  margin: 0;
}
#news-detail article[class^=post-] > .content .gallery_card article .txt {
  line-height: 1;
  padding: 1rem 2rem;
}
#news-detail article[class^=post-] > .content .gallery_card article .txt h3 {
  font-size: 1.5rem;
  margin: 0;
}
#news-detail article[class^=post-] > .content iframe {
  width: 100%;
  height: 40rem;
  margin-bottom: 2rem;
}
#news-detail article[class^=post-] > .content img {
  clear: both;
}
#news-detail article[class^=post-] > .content img.size-full {
  width: auto;
  margin-bottom: 0px;
}
#news-detail article[class^=post-] > .content img.size-large {
  margin-bottom: 0rem;
}

#pagination {
  margin-top: 60px;
  margin-bottom: 30px;
}
#pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
}
#pagination .nav-links a:hover {
  text-decoration: underline;
}
#pagination .nav-links .page-numbers {
  font-size: 18px;
  font-weight: bold;
  color: #04aae2;
  background: white;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1;
  width: 40px;
  height: 40px;
  padding-bottom: 2px;
}
#pagination .nav-links .page-numbers.current {
  background: #04aae2;
  color: white;
}
#pagination .nav-links .page-numbers.prev, #pagination .nav-links .page-numbers.next {
  background: white;
  border: 1px solid #04aae2;
  position: relative;
  padding: 0;
}
#pagination .nav-links .page-numbers.prev:after, #pagination .nav-links .page-numbers.next:after {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  content: "\f054";
  font-family: fontawesome;
  display: inline-block;
}
#pagination .nav-links .page-numbers.prev:hover:after, #pagination .nav-links .page-numbers.next:hover:after {
  transform: translateX(5px);
}
#pagination .nav-links .page-numbers.prev.inactive, #pagination .nav-links .page-numbers.next.inactive {
  border-color: #D3D3D3;
}
#pagination .nav-links .page-numbers.prev.inactive:after, #pagination .nav-links .page-numbers.next.inactive:after {
  content: "\f054";
  font-family: fontawesome;
}
#pagination .nav-links .page-numbers.prev {
  margin-right: 30px;
}
#pagination .nav-links .page-numbers.prev:after {
  transform: rotate(180deg);
}
#pagination .nav-links .page-numbers.prev:hover:after {
  transform: translateX(5px) rotate(180deg);
}
#pagination .nav-links .page-numbers.next {
  margin-left: 30px;
}

#pager {
  margin-top: 40px;
}
#pager .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
#pager .content .btn_prev a,
#pager .content .btn_next a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: 1px solid #04aae2;
  border-radius: 100px;
  background: white;
}
#pager .content .btn_prev a i,
#pager .content .btn_next a i {
  position: relative;
}
#pager .content .btn_prev a i:after,
#pager .content .btn_next a i:after {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  content: "\f054";
  font-family: fontawesome;
  color: #04aae2;
  display: inline-block;
}
#pager .content .btn_prev a i.arrow_next:after,
#pager .content .btn_next a i.arrow_next:after {
  transform: rotate(180deg);
}
#pager .content .btn_prev a:hover i.arrow_next:after,
#pager .content .btn_next a:hover i.arrow_next:after {
  transform: translateX(-5px) rotate(180deg);
}
#pager .content .btn_prev a:hover i.arrow_prev:after,
#pager .content .btn_next a:hover i.arrow_prev:after {
  transform: translateX(5px);
}
#pager .content .btn_prev .inactive,
#pager .content .btn_next .inactive {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  border-radius: 100px;
  background: white;
}
#pager .content .btn_prev .inactive i,
#pager .content .btn_next .inactive i {
  position: relative;
}
#pager .content .btn_prev .inactive i:after,
#pager .content .btn_next .inactive i:after {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  content: "\f054";
  font-family: fontawesome;
  color: rgb(216.75, 216.75, 216.75);
  display: inline-block;
}
#pager .content .btn_prev .inactive i.arrow_next:after,
#pager .content .btn_next .inactive i.arrow_next:after {
  transform: rotate(180deg);
}
#pager .content .list a {
  font-size: 20px;
  font-weight: 700;
  display: block;
  padding: 10px;
  margin: 0 45px;
}

#go-top {
  position: fixed;
  right: 40px;
  bottom: 100px;
  width: 60px;
  padding: 10px;
  z-index: 9999;
}
#go-top img {
  vertical-align: middle;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#go-top img:hover {
  transform: scale(1.1);
}

footer#footer .container {
  padding: 5rem 0;
  width: 100%;
}
footer#footer .container .foot_map {
  margin-bottom: 40px;
}
footer#footer .container .foot_info {
  text-align: center;
}
footer#footer .container .foot_info .foot_logo {
  width: 424px;
  margin: 0 auto 25px;
}
footer#footer .container .foot_info address {
  margin-bottom: 20px;
}
footer#footer .container .foot_info div.tel {
  margin-bottom: 15px;
}
footer#footer .container .foot_info div.tel a {
  color: #04aae2;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.05em;
  display: inline-block;
}
footer#footer .container .foot_info .schedule {
  width: 400px;
  margin: 0 auto 40px;
}
footer#footer .container .foot_info .schedule article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
footer#footer .container .foot_info .schedule article .h {
  display: block;
  width: 170px;
  border: 1px solid #04aae2;
  text-align: center;
  color: #04aae2;
  line-height: 1.1;
  padding: 2px 0;
  margin-right: 10px;
}
footer#footer .container .foot_info .schedule article:nth-of-type(2) .h {
  background: #04aae2;
  color: white;
}
footer#footer .container .foot_credit {
  color: rgb(159.375, 159.375, 159.375);
  text-align: center;
}

#foot-fix-btn-section {
  background: #04aae2;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
#foot-fix-btn-section .container {
  width: 100%;
  max-width: 100%;
  padding: 30px 0;
}
#foot-fix-btn-section .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
}
#foot-fix-btn-section .container .inner .btn_2 {
  font-size: 25px;
  margin: 0 15px;
  width: 350px;
}
#foot-fix-btn-section .container .inner .btn_2:before {
  font-size: 30px;
  margin-right: 17px;
}

body.home #page #vi-section .container {
  padding-top: 0;
  padding-bottom: 30px;
  width: 100%;
  max-width: 1650px;
}
body.home #page #vi-section .container .inner {
  position: relative;
  padding-bottom: 150px;
}
body.home #page #vi-section .container .inner .vi_bnr {
  position: absolute;
  top: 70px;
  left: 0;
  width: min(55%, 750px);
}
body.home #page #vi-section .container .inner .schedule {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 530px;
  background: white;
  border-top-left-radius: 25px;
  padding: 30px 35px;
}
body.home #page #vi-section .container .inner .schedule .table_foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
body.home #page #vi-section .container .inner .schedule .table_foot h3 {
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  background: rgb(243.525, 243.525, 243.525);
  background: #eaf9ff;
  padding: 5px;
}
body.home #page #treat-section .container {
  width: 100%;
}
body.home #page #treat-section .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
body.home #page #treat-section .container .inner .pic {
  width: min(50%, 700px);
  overflow: hidden;
  border-top-right-radius: 20px;
}
body.home #page #treat-section .container .inner .txt {
  width: calc(100% - min(50%, 700px));
  padding: 0 50px;
}
body.home #page #treat-section .container .inner .txt p {
  margin-bottom: 30px;
}
body.home #page #first-inspection-section .container {
  width: calc(100% - 200px);
}
body.home #page #first-inspection-section .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.home #page #first-inspection-section .container .inner article {
  width: calc(50% - 25px);
}
body.home #page #first-inspection-section .container .inner article .pic {
  margin-bottom: 25px;
}
body.home #page #first-inspection-section .container .inner article .txt .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.home #page #first-inspection-section .container .inner article .txt .btn a {
  width: 48%;
}
body.home #page #clinic-section .container {
  width: 100%;
}
body.home #page #clinic-section .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
body.home #page #clinic-section .container .inner .pic {
  width: min(50%, 700px);
  overflow: hidden;
  border-top-left-radius: 20px;
}
body.home #page #clinic-section .container .inner .txt {
  width: calc(100% - min(50%, 700px));
  padding: 0 50px;
}
body.home #page #clinic-section .container .inner .txt p {
  margin-bottom: 30px;
}
body.home #page #news-section .container {
  width: 100%;
}
body.home #page #news-section .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
body.home #page #news-section .container .inner .head {
  background: #04aae2;
  width: 350px;
  padding: 70px 50px;
  min-height: 420px;
  border-bottom-right-radius: 20px;
}
body.home #page #news-section .container .inner .news_feeds_wrap {
  width: calc(100% - 350px);
  padding: 0 50px;
}
body.home #page #news-section .container .inner .news_feeds_wrap article {
  border-top: 1px solid #04aae2;
}
body.home #page #news-section .container .inner .news_feeds_wrap article:last-of-type {
  border-bottom: 1px solid #04aae2;
}
body.home #page #news-section .container .inner .news_feeds_wrap article .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  padding: 20px 30px;
}
body.home #page #news-section .container .inner .news_feeds_wrap article .inner .post-date {
  display: inline-block;
  width: 80px;
}
body.home #page #news-section .container .inner .news_feeds_wrap article .inner .post-cat {
  margin-right: 10px;
}
body.home #page #news-section .container .inner .news_feeds_wrap article .inner .post-cat li {
  margin-right: 10px;
  text-align: center;
}
body.home #page #news-section .container .inner .news_feeds_wrap article .inner .post-cat li a {
  color: #04aae2;
  display: inline-block;
  background: white;
  border: 1px solid #04aae2;
  border-radius: 50px;
  line-height: 1;
  padding: 5px 15px;
  font-size: 13px;
  width: 110px;
}
body.home #page #news-section .container .inner .news_feeds_wrap article .inner .post-title {
  width: calc(100% - 80px - 130px - 20px);
}
body.home #page #news-section .container .inner .news_feeds_wrap article .inner .post-title a {
  display: block;
  font-weight: bold;
}
body.home #page #news-section .container .inner .news_feeds_wrap article .inner:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("images/common/arrow.png");
  background-size: contain;
  align-self: center;
}
body.home #page #news-section .container .inner .btn {
  position: absolute;
  left: 50px;
  top: 200px;
}

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
#page-404 .container {
  width: 820px;
  margin: 0 auto;
  text-align: center;
}
#page-404 .container .sec_title1 {
  text-align: left;
}

#wrapper.news #news-list .container .news_feeds_wrap article {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #04aae2;
  border-radius: 10px;
  padding: 20px 30px;
}
#wrapper.news #news-list .container .news_feeds_wrap article:last-of-type {
  margin-bottom: 0;
}
#wrapper.news #news-list .container .news_feeds_wrap article:after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("images/common/arrow_big.png");
  background-size: contain;
  align-self: center;
}
#wrapper.news #news-list .container .news_feeds_wrap article .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 65px);
}
#wrapper.news #news-list .container .news_feeds_wrap article .inner .post-date {
  display: inline-block;
  width: 80px;
}
#wrapper.news #news-list .container .news_feeds_wrap article .inner .post-cat {
  margin-right: 10px;
}
#wrapper.news #news-list .container .news_feeds_wrap article .inner .post-cat li {
  margin-right: 10px;
  text-align: center;
}
#wrapper.news #news-list .container .news_feeds_wrap article .inner .post-cat li a {
  color: #04aae2;
  display: inline-block;
  background: white;
  border: 1px solid #04aae2;
  border-radius: 50px;
  line-height: 1;
  padding: 5px 15px;
  font-size: 13px;
  width: 110px;
}
#wrapper.news #news-list .container .news_feeds_wrap article .inner .post-title {
  width: 100%;
}
#wrapper.news #news-list .container .news_feeds_wrap article .inner .post-title a {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #04aae2;
}
#wrapper.news #news-detail .post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
#wrapper.news #news-detail .post-header .post-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  width: 100%;
  color: #04aae2;
}
#wrapper.news #news-detail .post-header .post-date {
  display: inline-block;
  color: gray;
  line-height: 1.5;
  margin-right: 15px;
}
#wrapper.news #news-detail .post-header ul.post-cat {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
#wrapper.news #news-detail .post-header ul.post-cat li {
  display: inline-block;
  margin-right: 5px;
}
#wrapper.news #news-detail .post-header ul.post-cat li a {
  display: inline-block;
  background: white;
  color: #04aae2;
  border: 1px solid #04aae2;
  border-radius: 50px;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px 15px;
}
#wrapper.news #news-detail .content {
  margin-bottom: 40px;
}

#page-clinic #message-section .container {
  width: 100%;
}
#page-clinic #message-section .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-clinic #message-section .container .inner .pic {
  width: min(500px, 45%);
}
#page-clinic #message-section .container .inner .pic img {
  border-top-right-radius: 20px;
}
#page-clinic #message-section .container .inner .txt {
  width: calc(100% - min(500px, 45%));
  padding: 25px 50px;
}
#page-clinic #message-section .container .inner .txt .name {
  text-align: right;
}
#page-clinic #history-section .container {
  width: 1000px;
}
#page-clinic #history-section .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
}
#page-clinic #history-section .container .inner div#history {
  margin-right: 40px;
}
#page-clinic #clinic-section .container > .pic {
  margin-bottom: 40px;
}
#page-clinic #clinic-section .container > .pic img {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
#page-clinic #clinic-section .container .content__info {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-clinic #clinic-section .container .content__info .l {
  width: 350px;
  border: 1px solid #04aae2;
  border-radius: 15px;
  padding: 35px 25px;
  text-align: center;
  align-content: center;
}
#page-clinic #clinic-section .container .content__info .l .pic {
  width: 240px;
  margin: 0 auto 20px;
}
#page-clinic #clinic-section .container .content__info .l address {
  line-height: 1.5;
  margin-bottom: 15px;
}
#page-clinic #clinic-section .container .content__info .l .tel {
  color: #04aae2;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 1.5;
}
#page-clinic #clinic-section .container .content__info .l .btn_list a {
  margin-bottom: 15px;
  display: inline-block;
}
#page-clinic #clinic-section .container .content__info .l .btn_list a:last-of-type {
  margin-bottom: 0;
}
#page-clinic #clinic-section .container .content__info .r {
  width: calc(100% - 350px - 50px);
}
#page-clinic #clinic-section .container .content__info .r article {
  margin-bottom: 25px;
}
#page-clinic #clinic-section .container .content__info .r article:last-of-type {
  margin-bottom: 0;
}
#page-clinic #clinic-section .container .content__info .r article > h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}
#page-clinic #clinic-section .container .content__info .r article p.caution {
  margin: 0;
  line-height: 1.5;
}
#page-clinic #clinic-section .container .content__pay {
  background: #eaf9ff;
  padding: 30px 35px;
  margin: 70px 0;
  border-radius: 20px;
}
#page-clinic #clinic-section .container .content__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  text-align: center;
  margin-bottom: 70px;
}
#page-clinic #clinic-section .container .content__gallery .pic {
  width: calc(33.3333333333% - 15px);
  margin-bottom: 30px;
  margin-right: 22.5px;
}
#page-clinic #clinic-section .container .content__gallery .pic:nth-of-type(3n) {
  margin-right: 0;
}
#page-clinic #clinic-section .container .content__gallery .pic img {
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 7px;
}
#page-clinic #clinic-section .container .content__message article {
  margin-bottom: 45px;
}
#page-clinic #clinic-section .container .content__message article:last-of-type {
  margin-bottom: 0;
}
#page-clinic #clinic-section .container .content__message article.bg_blue {
  background: #eaf9ff;
  padding: 30px 35px;
  border-radius: 20px;
}

#page-treat .treat_content_wrap .content_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
#page-treat .treat_content_wrap .content_1 .pic {
  width: 480px;
}
#page-treat .treat_content_wrap .content_1 .pic img {
  border-top-right-radius: 20px;
}
#page-treat .treat_content_wrap .content_1 .txt {
  width: calc(100% - 480px - 50px);
}
#page-treat .treat_content_wrap .content_2 .message {
  background: #eaf9ff;
  padding: 30px 35px;
  border-radius: 20px;
}
#page-treat .treat_content_wrap .content_2 .message p:last-of-type {
  margin-bottom: 0;
}
#page-treat .treat_content_wrap.type_2 .pic {
  order: 2;
}
#page-treat .treat_content_wrap.type_2 .pic img {
  border-top-right-radius: 0;
  border-top-left-radius: 20px;
}
#page-treat .treat_content_wrap.type_2 .txt {
  order: 1;
}

#page-inspection #inspection-section .container .vi {
  margin-bottom: 40px;
}
#page-inspection #inspection-section .container .vi .pic {
  margin-bottom: 25px;
}
#page-inspection #inspection-section .container .vi img {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
#page-inspection #inspection-section .container .message {
  background: #eaf9ff;
  padding: 30px 35px;
  border-radius: 20px;
  margin-bottom: 70px;
}
#page-inspection #inspection-section .container .message p:last-of-type {
  margin-bottom: 0;
}
#page-inspection #inspection-section .container .inspection_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}
#page-inspection #inspection-section .container .inspection_list article {
  width: calc(50% - 25px);
  margin-bottom: 50px;
}
#page-inspection #inspection-section .container .inspection_list article .pic img {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 15px;
}

#page-first-visit #first-visit-section .container .head {
  text-align: center;
  margin-bottom: 40px;
}
#page-first-visit #first-visit-section .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-first-visit #first-visit-section .container .content .l, #page-first-visit #first-visit-section .container .content .r {
  padding: 30px 30px;
  border: 1px solid #04aae2;
  border-radius: 25px;
}
#page-first-visit #first-visit-section .container .content .l {
  width: 620px;
}
#page-first-visit #first-visit-section .container .content .l p {
  margin-bottom: 0;
}
#page-first-visit #first-visit-section .container .content .r {
  width: calc(100% - 620px - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
  justify-content: center;
}
#page-first-visit #first-visit-section .container .content .r h3 {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 700;
}
#page-first-visit #first-visit-section .container .content .r p {
  margin-bottom: 0;
  line-height: 1.7;
}
#page-first-visit #flow-section .container .message {
  background: #eaf9ff;
  padding: 30px 35px;
  border-radius: 20px;
  margin-bottom: 70px;
}
#page-first-visit #flow-section .container .message p:last-of-type {
  margin-bottom: 0;
}
#page-first-visit #flow-section .container .flow_list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
#page-first-visit #flow-section .container .flow_list article:last-of-type {
  margin-bottom: 0;
}
#page-first-visit #flow-section .container .flow_list article .txt {
  width: calc(100% - 260px - 50px);
  padding-left: 105px;
}
#page-first-visit #flow-section .container .flow_list article .txt .h {
  position: relative;
  margin-bottom: 25px;
}
#page-first-visit #flow-section .container .flow_list article .txt .h .num {
  position: absolute;
  left: -105px;
  top: -20px;
  display: inline-block;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  color: #04aae2;
  font-size: 35px;
  border: 1px solid #04aae2;
  font-weight: 400;
  border-radius: 350px;
}
#page-first-visit #flow-section .container .flow_list article .txt .h h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
}
#page-first-visit #flow-section .container .flow_list article .txt .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
#page-first-visit #flow-section .container .flow_list article .txt .btn_list a {
  margin-right: 20px;
}
#page-first-visit #flow-section .container .flow_list article .pic {
  width: 260px;
}
#page-first-visit #flow-section .container .flow_list article .pic img {
  border-radius: 300px;
}

#page-contact-confirm .intro h2.ttl,
#page-contact-thanks .intro h2.ttl {
  background: #04aae2;
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  padding: 10px 25px;
}

#page-contact #privacy-policy-section .sec_title1 {
  text-align: center;
}
#page-contact #privacy-policy-section article {
  margin-bottom: 50px;
}
#page-contact #privacy-policy-section article h3 {
  font-size: 20px;
  font-weight: bold;
  color: #04aae2;
  margin-bottom: 10px;
  line-height: 1.5;
}
#page-contact #privacy-policy-section article p {
  margin-top: 0;
  font-size: 13px;
}
#page-contact #privacy-policy-section article ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
#page-contact #privacy-policy-section article ul li {
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
  margin: 7px 0;
}
#page-contact #privacy-policy-section article ul li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

#contact-form-section {
  background: #04aae2;
}
#contact-form-section .container > .inner {
  background: white;
  padding: 70px 100px;
  width: 900px;
  margin: 0 auto;
}
#contact-form-section .container > .inner .intro {
  text-align: center;
  margin-bottom: 40px;
}
#contact-form-section .container > .inner .intro p {
  display: inline-block;
  text-align: left;
}
#contact-form-section .container > .inner .intro p > a {
  text-decoration: underline;
  color: #04aae2;
}
#contact-form-section .container > .inner .tel_list {
  width: 700px;
  margin: 0 auto 70px;
}
#contact-form-section .container > .inner .tel_list h2.ttl {
  background: #04aae2;
  color: white;
  padding: 10px;
  line-height: 1.5;
  text-align: center;
}
#contact-form-section .container > .inner .tel_list .list article {
  border-bottom: 1px solid rgb(159.375, 159.375, 159.375);
  padding: 25px;
  line-height: 1;
  text-align: center;
}
#contact-form-section .container > .inner .tel_list .list article a {
  display: inline-block;
  font-size: 25px;
  color: #04aae2;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
#contact-form-section .container > .inner .form_ttl {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  margin-bottom: 40px;
}
#contact-form-section .container > .inner .form_ttl h3 {
  text-align: center;
  padding: 20px 10px;
  font-size: 14px;
}
#contact-form-section .container > .inner .form_ttl .memo {
  background: red;
  padding: 30px 50px;
  margin-bottom: 40px;
  text-align: center;
  border-radius: 7px;
}
#contact-form-section .container > .inner .form_ttl .memo p {
  margin: 5px 0;
}

.form-wrap div.wpcf7 .ajax-loader {
  min-width: 24px !important;
}
.form-wrap form {
  width: 100%;
  width: auto;
  box-sizing: border-box;
  margin: 2rem auto;
  border-top: 1px solid rgb(243.525, 243.525, 243.525);
}
.form-wrap form > p, .form-wrap form > h3 {
  text-align: center;
}
.form-wrap form h4 {
  text-align: center;
  color: #04aae2;
  font-weight: bold;
}
.form-wrap form .privacy {
  width: 100%;
  height: 350px;
  overflow: scroll;
  border: 1px solid rgb(159.375, 159.375, 159.375);
  background: rgb(243.525, 243.525, 243.525);
  border-radius: 7px;
  padding: 25px 35px;
}
.form-wrap form .form_check_btn > span {
  display: inline-block;
  background: red;
  padding: 25px 35px;
}
.form-wrap form .form_check_btn > span .wpcf7-list-item {
  margin-left: 0;
}
.form-wrap form .form_input_list.recaptcha {
  text-align: center;
  color: gray;
}
.form-wrap form .form_input_list.recaptcha a {
  text-decoration: underline;
}
.form-wrap form .form_bl {
  padding: 25px 30px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(243.525, 243.525, 243.525);
}
.form-wrap form .form_bl > .h {
  width: 200px;
}
.form-wrap form .form_bl > .h > span {
  display: inline-block;
  line-height: 1.5;
  color: #04aae2;
}
.form-wrap form .form_bl > .h > span em {
  background: #04aae2;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  display: inline-block;
  margin-left: 1rem;
  line-height: 1;
  font-style: normal;
  color: white;
}
.form-wrap form .form_bl > .h.fullwide {
  width: 100%;
  text-align: left;
}
.form-wrap form .form_bl > .h.w40 {
  width: 40%;
  text-align: left;
}
.form-wrap form .form_bl > .c {
  width: calc(100% - 200px - 20px);
}
.form-wrap form .form_bl > .c.w60 {
  width: calc(60% - 20px);
}
.form-wrap form .form_bl > dl.c {
  margin: 0;
}
.form-wrap form .form_bl > dl.c dd {
  margin-left: 0;
}
.form-wrap form .form_bl > dl.c dd em {
  display: inline-block;
  width: 100px;
  margin-right: 1rem;
}
.form-wrap form .form_bl > dl.c dd > span {
  display: inline-block;
  width: calc(100% - 110px);
}
.form-wrap form .form_bl > dl.c dd:last-of-type {
  margin-bottom: 0;
}
.form-wrap form .checkbox label {
  margin-right: 15px;
}
.form-wrap form .checkbox input {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  padding: 0;
}
.form-wrap form .form_check_btn {
  display: block;
  width: 800px;
  margin: 25px auto;
  padding: 15px;
  text-align: center;
}
.form-wrap form .form_check_btn a {
  color: #04aae2;
  text-decoration: underline;
}
.form-wrap form .form_check_btn input {
  width: auto;
  display: inline-block;
  margin-right: 15px;
}
.form-wrap form .submit_btn_wrap {
  text-align: center;
}
.form-wrap form .submit_btn_wrap input[type=submit] {
  display: inline-block !important;
  font-weight: bold;
  width: 30rem;
  color: white;
  border: none;
}
.form-wrap form .submit_btn_wrap input[type=button] {
  display: inline-block !important;
  font-weight: bold;
  width: 30rem;
  color: gray;
  background: rgb(216.75, 216.75, 216.75);
  border: none;
  margin-right: 15px;
}
.form-wrap form .submit_btn_wrap .wpcf7-spinner {
  min-width: 2.5rem !important;
}
.form-wrap form input,
.form-wrap form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 2rem;
}
.form-wrap form input :placeholder-shown,
.form-wrap form input ::-webkit-input-placeholder,
.form-wrap form input :-ms-input-placeholder,
.form-wrap form input :-moz-placeholder,
.form-wrap form input ::-moz-placeholder,
.form-wrap form textarea :placeholder-shown,
.form-wrap form textarea ::-webkit-input-placeholder,
.form-wrap form textarea :-ms-input-placeholder,
.form-wrap form textarea :-moz-placeholder,
.form-wrap form textarea ::-moz-placeholder {
  color: rgb(243.525, 243.525, 243.525);
}
.form-wrap form input[type=radio] {
  width: 2rem;
  display: inline-block;
  margin-right: 1rem;
}
.form-wrap form input[type=button],
.form-wrap form input[type=submit] {
  background: #04aae2;
  border-radius: 50px;
  color: white;
  box-sizing: border-box;
  padding: 1rem 0;
  display: block;
  margin: 1rem 0;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.form-wrap form select,
.form-wrap form .wpcf7-select {
  outline: none;
  text-overflow: "";
  vertical-align: middle;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 2rem 2rem;
  margin-right: 15px;
  background: #fff;
}
.form-wrap form select:before,
.form-wrap form .wpcf7-select:before {
  z-index: 1;
  content: "\f054";
  font-family: FontAwesome;
  color: #04aae2;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.form-wrap form .birth select {
  min-width: 100px;
  display: inline-block;
  margin-right: 1.5rem;
}

@media screen and (max-width: 732px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .grecaptcha-badge {
    bottom: 83px !important;
    display: none;
  }
  .page-id-166 .grecaptcha-badge {
    display: block;
  }
  .container {
    padding: 4rem 0;
    width: 90%;
    min-width: auto;
    max-width: 100%;
    box-sizing: border-box;
  }
  #wrapper {
    position: relative;
    font-size: 1.3rem;
  }
  .btn_1 {
    padding: 15px 35px;
    padding-right: 60px;
    min-width: 250px;
    font-weight: 700;
  }
  .btn_1:after {
    top: 15px;
  }
  .btn_2 {
    background: #04aae2;
    border-radius: 100px;
    color: white;
    font-weight: 700;
    font-size: 17px;
    padding: 12px;
    width: 220px;
  }
  .btn_2:before {
    font-size: 20px;
    margin-right: 10px;
  }
  .btn_2.icon_calender:before {
    content: "\f133";
  }
  .btn_2.icon_clipboard {
    background: #08c1dd;
    border: 1px solid #08c1dd;
  }
  .btn_2.icon_clipboard:before {
    content: "\f328";
  }
  .btn_2.icon_tel {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }
  .btn_2.icon_tel:before {
    content: "\f095";
  }
  .btn_2.icon_map {
    font-family: "Montserrat", sans-serif;
    background: white;
    color: #04aae2;
  }
  .btn_2.icon_map:before {
    content: "\f041";
  }
  .btn_2.color_w {
    background: white;
    color: #04aae2;
  }
  /*共通見出し*/
  .sec_title1 {
    margin-bottom: 25px;
  }
  .sec_title1 h2 {
    font-size: 27px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .sec_title1 h3 strong {
    font-size: 15px;
    position: relative;
    display: inline-block;
  }
  .sec_title1 h3 strong:after {
    width: 85px;
    height: 10px;
    margin-left: 5px;
    position: absolute;
    top: 5px;
    right: -90px;
  }
  .sec_title2 {
    margin-bottom: 25px;
  }
  .sec_title2 h2 {
    font-size: 27px;
    letter-spacing: 0;
  }
  .sec_title2 h3 strong {
    font-size: 15px;
  }
  .sec_title3 {
    margin-bottom: 20px;
  }
  .sec_title3 h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: center;
  }
  .sec_title3 h2:before {
    content: "";
    width: 35px;
    height: 10px;
    background-image: url("images/common/bar_l.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    margin-right: 5px;
  }
  .ttl_circle {
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 17px;
    position: relative;
  }
  .ttl_circle:before {
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .round_t_r {
    overflow: hidden;
    border-top-right-radius: 30px;
  }
  .round_t_r img {
    width: 100%;
  }
  .round_type_1 {
    overflow: hidden;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .round_type_1 img {
    width: 100%;
  }
  .gmap_wrap iframe {
    width: 100%;
    height: 300px;
  }
  .table_type_normal {
    margin-bottom: 35px;
  }
  .table_type_normal table tr th {
    width: 100px;
    padding: 15px 0;
  }
  .table_type_normal table tr td {
    padding: 15px 10px;
  }
  .table_type_normal table tr:nth-of-type(1) th, .table_type_normal table tr:nth-of-type(1) td {
    padding: 15px 15px;
    background: #eaf9ff;
  }
  .table_type_schedule table {
    margin-bottom: 15px;
  }
  .table_type_schedule table tr th, .table_type_schedule table tr td {
    padding: 7px 5px;
    font-weight: 400;
    line-height: 1.5;
    font-size: 13px;
  }
  .table_type_schedule table tr td.time {
    width: 100px;
    padding: 0;
  }
  .table_type_history table tr th, .table_type_history table tr td {
    padding: 5px 0;
    font-size: 13px;
  }
  .table_type_history table tr th {
    width: 50px;
    vertical-align: top;
  }
  .table_type_history table tr td {
    padding-left: 30px;
  }
  .table_type_history table tr td:before {
    width: 20px;
    left: 5px;
    top: 13px;
  }
  .common_ul li {
    padding-left: 15px;
    font-size: 13px;
  }
  #pankuzu #breadcrumb ul {
    font-size: 0;
  }
  #pankuzu #breadcrumb ul > li {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .font-size-small #pankuzu #breadcrumb ul > li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .font-size-large #pankuzu #breadcrumb ul > li {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #pankuzu #breadcrumb ul > li {
    margin-left: 10px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  #pankuzu #breadcrumb ul > li:before {
    display: inline-block;
    margin-right: 10px;
    content: ">";
  }
  #pankuzu #breadcrumb ul > li:first-of-type:before {
    display: none;
  }
  #pankuzu #breadcrumb ul > li > a {
    text-decoration: underline;
  }
  #menu_btn {
    position: absolute;
    width: 35px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    right: 20px;
    top: 18px;
  }
  #menu_btn:after {
    content: "";
    background: #04aae2;
    width: 50px;
    height: 40px;
    position: absolute;
    right: -7px;
    top: -10px;
    border-radius: 5px;
    z-index: 1;
    display: inline-block;
  }
  #menu_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.1s;
    box-sizing: border-box;
    z-index: 2;
  }
  #menu_btn span:nth-of-type(1) {
    top: 0;
  }
  #menu_btn span:nth-of-type(2) {
    top: 9px;
  }
  #menu_btn span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.close:before {
    content: none;
    transition: all 0.2s;
  }
  #menu_btn.close span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  #menu_btn.close span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.close span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  #wrapper {
    padding-top: 56px;
    padding-bottom: 82px;
  }
  #header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: white;
    z-index: 9999;
  }
  #header .container {
    width: 100%;
    padding: 0;
  }
  #header .container .inner .head_logo {
    width: 250px;
    margin: 0;
    margin: 17px 0;
    margin-left: 15px;
  }
  #header .container .inner .head_logo a {
    display: block;
  }
  .common_navigation {
    display: none;
  }
  .common_navigation nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 0;
    border-top: 1px solid #04aae2;
  }
  .common_navigation nav ul li {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #04aae2;
  }
  .common_navigation nav ul li a {
    letter-spacing: 0;
    text-align: left;
    padding: 15px 25px;
    position: relative;
  }
  .common_navigation nav ul li a:after {
    content: "\f054";
    font-family: fontawesome;
    position: absolute;
    right: 25px;
    top: 15px;
  }
  #vihalf-section .container .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #vihalf-section .container .inner .pic {
    order: 2;
  }
  #vihalf-section .container .inner .pic img {
    width: 100%;
    height: 200px;
  }
  #vihalf-section .container .inner .head {
    width: 100%;
    order: 1;
    position: relative;
    left: auto;
    top: auto;
    padding: 50px 25px 30px;
  }
  #vihalf-section .container .inner .head:after {
    content: none;
  }
  #vihalf-section .container .inner .head h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #vihalf-section .container .inner .head h3:before {
    margin-right: 5px;
  }
  #vihalf-section .container .inner .head h2 {
    font-size: 25px;
    letter-spacing: 0;
  }
  #news-detail img.size-full {
    margin-bottom: 2.5rem;
  }
  #news-detail article[class^=post-] > .content table {
    margin-bottom: 30px;
  }
  #news-detail article[class^=post-] > .content table tr th, #news-detail article[class^=post-] > .content table tr td {
    letter-spacing: 0;
    padding: 10px 5px;
  }
  #news-detail article[class^=post-] > .content table tr th {
    width: 30%;
    padding: 20px 0;
  }
  #news-detail article[class^=post-] > .content table tr td {
    padding: 20px;
  }
  #news-detail article[class^=post-] > .content h1 {
    margin: 1rem 0 2rem;
    line-height: 1.5;
    font-size: 2.5rem;
    font-weight: bold;
  }
  #news-detail article[class^=post-] > .content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-weight: bold;
  }
  #news-detail article[class^=post-] > .content h3 {
    color: #04aae2;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1rem;
    display: inline-block;
    min-width: 50%;
  }
  #news-detail article[class^=post-] > .content h4 {
    color: white;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    background: #04aae2;
  }
  #news-detail article[class^=post-] > .content h5 {
    color: #04aae2;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border: 2px solid #04aae2;
  }
  #news-detail article[class^=post-] > .content p {
    margin-bottom: 2rem;
  }
  #news-detail article[class^=post-] > .content a {
    text-decoration: underline;
    color: #04aae2;
  }
  #news-detail article[class^=post-] > .content h2.caption {
    box-sizing: border-box;
    color: #000 !important;
    font-size: 2.1rem;
    line-height: 1.5;
    border-bottom: 1px solid #eaf9ff;
    border-radius: 0;
    margin-bottom: 3rem !important;
    background: none;
    box-shadow: none;
    display: block;
    text-align: left;
  }
  #news-detail article[class^=post-] > .content ul {
    margin: 2rem 0 3rem;
    list-style: disc;
    padding-left: 2rem;
  }
  #news-detail article[class^=post-] > .content ul li {
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
  #news-detail article[class^=post-] > .content .btn {
    text-align: right;
    margin: 1rem 0 1rem;
  }
  #news-detail article[class^=post-] > .content .btn > a {
    text-decoration: none !important;
    text-align: left;
    min-width: 250px;
  }
  #news-detail article[class^=post-] > .content .gallery_card article {
    width: calc(50% - 1rem);
    box-shadow: 0 0 1rem 0.5rem rgb(243.525, 243.525, 243.525);
    background: white;
    text-align: center;
    margin-bottom: 2rem;
  }
  #news-detail article[class^=post-] > .content .gallery_card article:nth-of-type(2n) {
    margin-left: 2rem;
  }
  #news-detail article[class^=post-] > .content .gallery_card article .pic {
    line-height: 0.5;
  }
  #news-detail article[class^=post-] > .content .gallery_card article .pic img {
    width: 100%;
    margin: 0;
  }
  #news-detail article[class^=post-] > .content .gallery_card article .txt {
    line-height: 1;
    padding: 1rem 2rem;
  }
  #news-detail article[class^=post-] > .content .gallery_card article .txt h3 {
    font-size: 1.5rem;
    margin: 0;
  }
  #news-detail article[class^=post-] > .content iframe {
    width: 100%;
    height: 40rem;
    margin-bottom: 2rem;
  }
  #news-detail article[class^=post-] > .content img {
    clear: both;
  }
  #news-detail article[class^=post-] > .content img.size-full {
    width: auto;
    margin-bottom: 0px;
  }
  #news-detail article[class^=post-] > .content img.size-large {
    margin-bottom: 0rem;
  }
  #pagination {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  #pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
  }
  #pagination .nav-links a:hover {
    text-decoration: underline;
  }
  #pagination .nav-links .page-numbers {
    font-size: 18px;
    font-weight: bold;
    color: #04aae2;
    background: white;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    align-content: center;
    line-height: 1;
    width: 40px;
    height: 40px;
    padding-bottom: 2px;
  }
  #pagination .nav-links .page-numbers.current {
    background: #04aae2;
    color: white;
  }
  #pagination .nav-links .page-numbers.prev, #pagination .nav-links .page-numbers.next {
    background: white;
    border: 1px solid #04aae2;
    position: relative;
    padding: 0;
  }
  #pagination .nav-links .page-numbers.prev:after, #pagination .nav-links .page-numbers.next:after {
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    display: inline-block;
  }
  #pagination .nav-links .page-numbers.prev:hover:after, #pagination .nav-links .page-numbers.next:hover:after {
    transform: translateX(5px);
  }
  #pagination .nav-links .page-numbers.prev.inactive, #pagination .nav-links .page-numbers.next.inactive {
    border-color: #D3D3D3;
  }
  #pagination .nav-links .page-numbers.prev {
    margin-right: 30px;
  }
  #pagination .nav-links .page-numbers.prev:after {
    transform: rotate(180deg);
  }
  #pagination .nav-links .page-numbers.prev:hover:after {
    transform: translateX(5px) rotate(180deg);
  }
  #pagination .nav-links .page-numbers.next {
    margin-left: 30px;
  }
  #pager {
    margin-top: 40px;
  }
  #pager .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
  }
  #pager .content .btn_prev a,
  #pager .content .btn_next a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 1px solid #04aae2;
    border-radius: 100px;
    background: white;
  }
  #pager .content .btn_prev a i,
  #pager .content .btn_next a i {
    position: relative;
  }
  #pager .content .btn_prev a i:after,
  #pager .content .btn_next a i:after {
    display: inline-block;
  }
  #pager .content .btn_prev a i.arrow_next:after,
  #pager .content .btn_next a i.arrow_next:after {
    transform: rotate(180deg);
  }
  #pager .content .btn_prev a:hover i.arrow_next:after,
  #pager .content .btn_next a:hover i.arrow_next:after {
    transform: translateX(-5px) rotate(180deg);
  }
  #pager .content .btn_prev a:hover i.arrow_prev:after,
  #pager .content .btn_next a:hover i.arrow_prev:after {
    transform: translateX(5px);
  }
  #pager .content .btn_prev .inactive,
  #pager .content .btn_next .inactive {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 100px;
    background: white;
  }
  #pager .content .btn_prev .inactive i,
  #pager .content .btn_next .inactive i {
    position: relative;
  }
  #pager .content .btn_prev .inactive i:after,
  #pager .content .btn_next .inactive i:after {
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    display: inline-block;
  }
  #pager .content .btn_prev .inactive i.arrow_next:after,
  #pager .content .btn_next .inactive i.arrow_next:after {
    transform: rotate(180deg);
  }
  #pager .content .list a {
    color: #04aae2;
    font-size: 13px;
    display: block;
    padding: 10px;
    margin: 0 45px;
  }
  #go-top {
    right: 10px;
    bottom: 88px;
    width: 60px;
  }
  footer#footer .container .foot_info {
    width: 90%;
    margin: 0 auto;
  }
  footer#footer .container .foot_info .foot_logo {
    width: 220px;
  }
  footer#footer .container .foot_info address {
    line-height: 1.5;
    margin-bottom: 25px;
  }
  footer#footer .container .foot_info div.tel {
    margin-bottom: 25px;
  }
  footer#footer .container .foot_info div.tel a {
    font-size: 25px;
  }
  footer#footer .container .foot_info .schedule {
    width: 100%;
    margin: 0 auto 30px;
  }
  footer#footer .container .foot_info .schedule article .h {
    width: 130px;
  }
  #foot-fix-btn-section .container {
    width: 90%;
    padding: 15px 0;
  }
  #foot-fix-btn-section .container .inner {
    justify-content: space-between;
  }
  #foot-fix-btn-section .container .inner .btn_2 {
    font-size: 15px;
    margin: 0;
    width: 100%;
  }
  #foot-fix-btn-section .container .inner .btn_2:before {
    font-size: 20px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 732px) {
  body.home #page #vi-section .container {
    max-width: auto;
  }
  body.home #page #vi-section .container .inner {
    padding-bottom: 0;
  }
  body.home #page #vi-section .container .inner .slide_wrap img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
  }
  body.home #page #vi-section .container .inner .vi_bnr {
    position: absolute;
    top: 25px;
    left: 0;
    width: 80%;
  }
  body.home #page #vi-section .container .inner .schedule {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 20px;
  }
  body.home #page #vi-section .container .inner .schedule .table_foot h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  body.home #page #vi-section .container .inner .schedule .table_foot .btn_2 {
    width: 90%;
    margin: 0 auto;
  }
  body.home #page #vi-section .container .inner .schedule .table_foot .btn_2.icon_calender {
    margin-bottom: 10px;
  }
  body.home #page #treat-section .container .inner .pic {
    width: 90%;
    margin-bottom: 25px;
  }
  body.home #page #treat-section .container .inner .txt {
    width: 100%;
    padding: 0 50px;
  }
  body.home #page #treat-section .container .inner .txt p {
    margin-bottom: 30px;
  }
  body.home #page #first-inspection-section .container {
    width: 90%;
  }
  body.home #page #first-inspection-section .container .inner article {
    width: 100%;
    background: white;
    box-shadow: 0 0 1em 0.5rem rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 30px;
  }
  body.home #page #first-inspection-section .container .inner article .pic {
    margin-bottom: 25px;
  }
  body.home #page #first-inspection-section .container .inner article .txt {
    padding: 0 40px;
  }
  body.home #page #first-inspection-section .container .inner article .txt .btn a {
    width: 100%;
    margin-bottom: 10px;
  }
  body.home #page #first-inspection-section .container .inner article .txt .btn a:last-of-type {
    margin-bottom: 0;
  }
  body.home #page #first-inspection-section .container .inner article:nth-of-type(1) {
    margin-bottom: 50px;
  }
  body.home #page #clinic-section .container {
    width: 100%;
  }
  body.home #page #clinic-section .container .inner .pic {
    width: 90%;
    margin-left: 10%;
    margin-bottom: 25px;
    order: 1;
  }
  body.home #page #clinic-section .container .inner .txt {
    order: 2;
    width: 100%;
    padding: 0 50px;
  }
  body.home #page #clinic-section .container .inner .txt p {
    margin-bottom: 30px;
  }
  body.home #page #news-section .container .inner .head {
    width: 90%;
    padding: 25px;
    min-height: auto;
    border-radius: 0;
    border-top-right-radius: 20px;
  }
  body.home #page #news-section .container .inner .news_feeds_wrap {
    width: 100%;
    padding: 0;
  }
  body.home #page #news-section .container .inner .news_feeds_wrap article .inner {
    padding: 20px 20px;
  }
  body.home #page #news-section .container .inner .news_feeds_wrap article .inner .post-date {
    width: 80px;
  }
  body.home #page #news-section .container .inner .news_feeds_wrap article .inner .post-cat {
    margin-right: 10px;
  }
  body.home #page #news-section .container .inner .news_feeds_wrap article .inner .post-cat li {
    margin-right: 10px;
  }
  body.home #page #news-section .container .inner .news_feeds_wrap article .inner .post-cat li a {
    padding: 5px 5px;
    width: 110px;
  }
  body.home #page #news-section .container .inner .news_feeds_wrap article .inner .post-title {
    width: calc(100% - 22px);
  }
  body.home #page #news-section .container .inner .news_feeds_wrap article .inner .post-title a {
    display: block;
    line-height: 1.5;
  }
  body.home #page #news-section .container .inner .news_feeds_wrap article .inner:after {
    position: absolute;
    right: 15px;
    bottom: 22px;
  }
  body.home #page #news-section .container .inner .btn {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0;
    width: 90%;
    padding: 25px;
    background: #04aae2;
    border-bottom-right-radius: 20px;
  }
  /*------------------------------------------------------------------*/
  #page-404 .container {
    width: 90%;
  }
  #wrapper.news #news-list .container .news_feeds_wrap article {
    margin-bottom: 15px;
    padding: 16px 20px;
  }
  #wrapper.news #news-list .container .news_feeds_wrap article:after {
    width: 20px;
    height: 20px;
  }
  #wrapper.news #news-list .container .news_feeds_wrap article .inner {
    width: calc(100% - 35px);
  }
  #wrapper.news #news-list .container .news_feeds_wrap article .inner .post-date {
    width: 75px;
  }
  #wrapper.news #news-list .container .news_feeds_wrap article .inner .post-cat li a {
    padding: 5px 0;
    font-size: 13px;
    width: 110px;
  }
  #wrapper.news #news-list .container .news_feeds_wrap article .inner .post-title {
    width: 100%;
  }
  #wrapper.news #news-list .container .news_feeds_wrap article .inner .post-title a {
    font-size: 16px;
  }
  #wrapper.news #news-detail .container {
    width: 90%;
  }
  #wrapper.news #news-detail .container .inner {
    padding: 20px;
  }
  #wrapper.news #news-detail .post-header {
    margin-bottom: 20px;
    align-items: center;
  }
  #wrapper.news #news-detail .post-header .post-title {
    font-size: 22px;
    margin-bottom: 15px;
    width: 100%;
  }
  #wrapper.news #news-detail .post-header ul.post-cat {
    margin: 0;
  }
  #wrapper.news #news-detail .content {
    margin-bottom: 40px;
  }
  #page-clinic #message-section .container .inner .pic {
    width: 90%;
  }
  #page-clinic #message-section .container .inner .txt {
    width: 100%;
    padding: 25px 40px;
  }
  #page-clinic #history-section .container {
    width: 90%;
  }
  #page-clinic #history-section .container .inner div#history {
    margin-right: 0;
    margin-bottom: 60px;
  }
  #page-clinic #clinic-section .container .content__info {
    margin-bottom: 40px;
  }
  #page-clinic #clinic-section .container .content__info .l {
    width: 100%;
    margin-bottom: 40px;
  }
  #page-clinic #clinic-section .container .content__info .l .pic {
    width: 220px;
  }
  #page-clinic #clinic-section .container .content__info .l .tel {
    font-size: 25px;
  }
  #page-clinic #clinic-section .container .content__info .l .btn_list a {
    margin-bottom: 10px;
  }
  #page-clinic #clinic-section .container .content__info .r {
    width: 100%;
  }
  #page-clinic #clinic-section .container .content__info .r article {
    margin-bottom: 35px;
  }
  #page-clinic #clinic-section .container .content__info .r article .ttl_circle {
    margin-bottom: 15px;
  }
  #page-clinic #clinic-section .container .content__pay {
    padding: 30px 35px;
    margin: 70px 0;
  }
  #page-clinic #clinic-section .container .content__gallery {
    margin-bottom: 70px;
  }
  #page-clinic #clinic-section .container .content__gallery .pic {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
  }
  #page-clinic #clinic-section .container .content__message article {
    margin-bottom: 45px;
  }
  #page-clinic #clinic-section .container .content__message article.bg_blue {
    padding: 30px 25px;
  }
  #page-treat .treat_content_wrap .container {
    width: 100%;
  }
  #page-treat .treat_content_wrap .content_1 {
    margin-bottom: 15px;
  }
  #page-treat .treat_content_wrap .content_1 .pic {
    width: 90%;
    margin-bottom: 20px;
  }
  #page-treat .treat_content_wrap .content_1 .txt {
    width: 100%;
    padding: 0 40px;
  }
  #page-treat .treat_content_wrap .content_2 .message {
    width: calc(100% - 80px);
    margin: 0 auto;
    background: #eaf9ff;
    padding: 30px 22px;
  }
  #page-treat .treat_content_wrap.type_2 .pic {
    order: 1;
    margin-left: 10%;
  }
  #page-treat .treat_content_wrap.type_2 .txt {
    order: 2;
  }
  #page-inspection #inspection-section .container .vi {
    margin-bottom: 30px;
  }
  #page-inspection #inspection-section .container .message {
    padding: 30px 20px;
    margin-bottom: 40px;
  }
  #page-inspection #inspection-section .container .inspection_list {
    margin-bottom: 40px;
  }
  #page-inspection #inspection-section .container .inspection_list article {
    width: 100%;
    margin-bottom: 40px;
  }
  #page-first-visit #first-visit-section .container .head {
    margin-bottom: 40px;
  }
  #page-first-visit #first-visit-section .container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #page-first-visit #first-visit-section .container .content .l {
    width: 100%;
    margin-bottom: 30px;
  }
  #page-first-visit #first-visit-section .container .content .r {
    width: 100%;
  }
  #page-first-visit #first-visit-section .container .content .r h3 {
    font-size: 20px;
  }
  #page-first-visit #flow-section .container .message {
    background: #eaf9ff;
    padding: 30px 35px;
    border-radius: 20px;
    margin-bottom: 70px;
  }
  #page-first-visit #flow-section .container .message p:last-of-type {
    margin-bottom: 0;
  }
  #page-first-visit #flow-section .container .flow_list article {
    margin-bottom: 40px;
  }
  #page-first-visit #flow-section .container .flow_list article .txt {
    order: 2;
    width: 100%;
    padding-left: 70px;
    padding-bottom: 30px;
    position: relative;
  }
  #page-first-visit #flow-section .container .flow_list article .txt:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #04aae2;
    position: absolute;
    left: 27.5px;
    top: 40px;
    display: block;
    z-index: -1;
  }
  #page-first-visit #flow-section .container .flow_list article .txt .h {
    margin-bottom: 15px;
  }
  #page-first-visit #flow-section .container .flow_list article .txt .h .num {
    left: -70px;
    top: -15px;
    width: 55px;
    height: 55px;
    font-size: 20px;
    font-weight: 700;
    background: white;
  }
  #page-first-visit #flow-section .container .flow_list article .txt .h h2 {
    font-size: 20px;
  }
  #page-first-visit #flow-section .container .flow_list article .txt .h p {
    margin: 0;
    line-height: 1.5;
  }
  #page-first-visit #flow-section .container .flow_list article .txt .btn_list a {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  #page-first-visit #flow-section .container .flow_list article .txt .btn_list a:last-of-type {
    margin-bottom: 0;
  }
  #page-first-visit #flow-section .container .flow_list article .pic {
    width: 100%;
    order: 1;
    margin-bottom: 25px;
  }
  #page-first-visit #flow-section .container .flow_list article .pic img {
    border-radius: 15px;
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
  }
  #page-first-visit #flow-section .container .flow_list article:last-of-type .txt:before {
    content: none;
  }
  #page-contact-confirm .intro h2.ttl,
  #page-contact-thanks .intro h2.ttl {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 0;
    text-align: center;
  }
  #page-contact #privacy-policy-section article {
    margin-bottom: 25px;
  }
  #page-contact #privacy-policy-section article h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #page-contact #privacy-policy-section article ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  #page-contact #privacy-policy-section article ul li {
    padding-left: 16px;
    position: relative;
    line-height: 1.5;
    margin: 7px 0;
  }
  #page-contact #privacy-policy-section article ul li:before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  #contact-form-section .container > .inner {
    padding: 30px 25px;
    width: 100%;
  }
  #contact-form-section .container > .inner .intro {
    margin-bottom: 30px;
  }
  #contact-form-section .container > .inner .tel_list {
    width: 100%;
    margin: 0 auto 45px;
  }
  #contact-form-section .container > .inner .tel_list .list article {
    padding: 15px;
    display: block;
    text-align: center;
  }
  #contact-form-section .container > .inner .tel_list .list article a {
    display: inline-block;
    font-size: 25px;
    color: #04aae2;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
  }
  #contact-form-section .container > .inner .form_ttl {
    border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
    margin-bottom: 20px;
  }
  #contact-form-section .container > .inner .form_ttl h3 {
    text-align: center;
    padding: 20px 10px;
  }
  #contact-form-section .container > .inner .form_ttl .memo {
    padding: 20px;
  }
  #contact-form-section .container > .inner .form_ttl .memo p {
    text-align: left;
  }
  #contact-form-section .container > .inner .form_ttl .memo p br {
    display: none;
  }
  .form-wrap div.wpcf7 .ajax-loader {
    min-width: 24px !important;
  }
  .form-wrap form {
    width: 100%;
  }
  .form-wrap form > h3 {
    text-align: center;
  }
  .form-wrap form > h4 {
    text-align: left;
  }
  .form-wrap form > p {
    text-align: left;
  }
  .form-wrap form .privacy {
    width: 100%;
    height: 350px;
    overflow: scroll;
    border: 1px solid rgb(159.375, 159.375, 159.375);
    background: rgb(243.525, 243.525, 243.525);
    border-radius: 7px;
    padding: 25px 35px;
  }
  .form-wrap form .form_check_btn > span {
    display: inline-block;
    background: red;
    padding: 25px 35px;
  }
  .form-wrap form .form_check_btn > span .wpcf7-list-item {
    margin-left: 0;
  }
  .form-wrap form .form_input_list.recaptcha {
    text-align: center;
    color: gray;
  }
  .form-wrap form .form_input_list.recaptcha a {
    text-decoration: underline;
  }
  .form-wrap form .form_bl {
    padding: 15px 0;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(243.525, 243.525, 243.525);
  }
  .form-wrap form .form_bl > .h {
    width: 100%;
  }
  .form-wrap form .form_bl > .h > span {
    display: block;
    margin-bottom: 5px;
  }
  .form-wrap form .form_bl > .h.fullwide {
    width: 100%;
    text-align: left;
  }
  .form-wrap form .form_bl > .h.w40 {
    width: 100%;
  }
  .form-wrap form .form_bl > .c {
    width: 100%;
  }
  .form-wrap form .form_bl > .c.w60 {
    width: 100%;
  }
  .form-wrap form .form_bl > dl.c {
    margin: 0;
  }
  .form-wrap form .form_bl > dl.c dd {
    margin-left: 0;
  }
  .form-wrap form .form_bl > dl.c dd em {
    display: inline-block;
    width: 100px;
  }
  .form-wrap form .form_bl > dl.c dd > span {
    display: inline-block;
    width: calc(100% - 110px);
  }
  .form-wrap form .form_bl > dl.c dd:last-of-type {
    margin-bottom: 0;
  }
  .form-wrap form .checkbox label {
    margin-right: 15px;
  }
  .form-wrap form .checkbox input {
    width: auto;
    display: inline-block;
    margin-right: 5px;
    padding: 0;
  }
  .form-wrap form .form_check_btn {
    display: block;
    width: 100%;
    margin: 25px auto;
    padding: 15px;
    text-align: center;
  }
  .form-wrap form .form_check_btn a {
    color: #04aae2;
    text-decoration: underline;
  }
  .form-wrap form .form_check_btn input {
    width: auto;
    display: inline-block;
    margin-right: 15px;
  }
  .form-wrap form .submit_btn_wrap {
    text-align: center;
  }
  .form-wrap form .submit_btn_wrap input[type=submit] {
    display: inline-block !important;
    font-weight: bold;
    width: 100%;
    color: white;
    border: none;
  }
  .form-wrap form .submit_btn_wrap input[type=button] {
    display: inline-block !important;
    font-weight: bold;
    width: 100%;
    color: gray;
    background: rgb(216.75, 216.75, 216.75);
    border: none;
    margin-right: 15px;
  }
  .form-wrap form .submit_btn_wrap .wpcf7-spinner {
    min-width: 2.5rem !important;
  }
  .form-wrap form input,
  .form-wrap form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 2rem;
  }
  .form-wrap form input :placeholder-shown,
  .form-wrap form input ::-webkit-input-placeholder,
  .form-wrap form input :-ms-input-placeholder,
  .form-wrap form input :-moz-placeholder,
  .form-wrap form input ::-moz-placeholder,
  .form-wrap form textarea :placeholder-shown,
  .form-wrap form textarea ::-webkit-input-placeholder,
  .form-wrap form textarea :-ms-input-placeholder,
  .form-wrap form textarea :-moz-placeholder,
  .form-wrap form textarea ::-moz-placeholder {
    color: rgb(243.525, 243.525, 243.525);
  }
  .form-wrap form input[type=radio] {
    width: 2rem;
    display: inline-block;
    margin-right: 1rem;
  }
  .form-wrap form input[type=button],
  .form-wrap form input[type=submit] {
    border-radius: 50px;
    color: white;
    box-sizing: border-box;
    padding: 1rem 0;
    display: block;
    margin: 1rem 0;
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  .form-wrap form select,
  .form-wrap form .wpcf7-select {
    width: 100% !important;
    outline: none;
    text-overflow: "";
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    width: auto;
    position: relative;
    display: inline-block;
    padding: 1.5rem 2rem;
    margin-right: 15px;
    background: #fff;
  }
  .form-wrap form select:before,
  .form-wrap form .wpcf7-select:before {
    z-index: 1;
    content: "\f054";
    font-family: FontAwesome;
    color: #04aae2;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .form-wrap form .birth select {
    min-width: 100px;
    display: inline-block;
    margin-right: 1.5rem;
  }
}
