@charset "UTF-8";
/*!
Theme Name:整体院つなぎ
Description:整体院つなぎ | 愛知県 整体院　肩こり 腰痛 自律神経 癒し
Theme URI:https://www.seitaiin-tsunagi.com
License:整体院つなぎ
License URI:https://www.seitaiin-tsunagi.com
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&family=Parisienne&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("./font/NotoSansJP-Medium.woff") format("woff"), url("./font/NotoSansJP-Medium.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

リセットCSSここから

*****************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

          フォントサイズ

*****************************************/
/****************************************

          フォント種類

*****************************************/
/****************************************

          カラー種類

*****************************************/
/****************************************

body設定(主に書式)

*****************************************/
body {
  background: #F3FAFA;
  min-width: 1200px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2A2A2A;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
.wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  float: none;
  overflow: hidden;
}

.object-fit-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* フレックス設定 */
.c-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-flex_r {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .c-flex,
  .c-flex_r {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

.common-width {
  max-width: 1180px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .common-width {
    width: calc(100% - 20px);
  }
}

@media print, screen and (min-width: 768px) {
  .txt720 {
    width: 720px;
  }
  .txt800 {
    width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .img440 {
    max-width: 440px;
    width: 100%;
    margin-top: 20px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .daihyo_img {
    max-width: 400px;
    width: 100%;
    margin-bottom: 20px;
    margin-inline: auto;
  }
}

.common_section:not(:first-of-type) {
  margin-top: 40px;
}

.common_section__inner:not(:first-of-type) {
  margin-top: 30px;
}

span.blue_circle {
  color: #63D0D4;
}

@media screen and (max-width: 767px) {
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
}
.notoserif {
  font-family: "Noto Serif JP", serif;
}

/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  text-decoration: underline;
  transition: 0.3s linear;
}

a:hover,
a:active {
  text-decoration: none;
  transition: 0.3s linear;
}

a img.img_opacity {
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.7;
  transition: 0.3s linear;
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
  .l-header {
    position: relative;
  }
  .l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 11.979166% 25px 2.96875%;
  }
  .header_logo img {
    width: 100%;
    height: auto;
  }
  .header_logo a {
    display: block;
  }
  .l-header__left {
    margin-right: 10px;
  }
  .l-header__btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
  }
  .l-header__btn a:link,
  .l-header__btn a:visited {
    position: relative;
    display: block;
    background: url(images/header_btn.png) no-repeat;
    width: 200px;
    height: 200px;
    display: grid;
    place-content: center;
    place-items: center;
    text-decoration: none;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    padding-left: 50px;
    z-index: 3;
    transition: 0.3s linear;
  }
  .l-header__btn a:link:hover, .l-header__btn a:link:active,
  .l-header__btn a:visited:hover,
  .l-header__btn a:visited:active {
    opacity: 0.7;
    transition: 0.3s linear;
  }
  .l-header__btn a:link::before,
  .l-header__btn a:visited::before {
    position: absolute;
    content: "";
    background: url(images/line_icon.png) no-repeat;
    width: 36px;
    height: 34px;
    top: 44px;
    left: 103px;
  }
  .l-header__address {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-right: 50px;
  }
  .l-header__tel {
    font-family: "EB Garamond", serif;
    letter-spacing: 0.04em;
    font-size: 3.2rem;
  }
  .l-header__tel span {
    position: relative;
    padding-left: 25px;
  }
  .l-header__tel span::before {
    position: absolute;
    content: "";
    background: url(images/tel_icon.png) no-repeat;
    width: 18px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-header__right__box {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .l-header__right__box,
  .l-header__btn {
    display: none;
  }
  .l-header__inner {
    padding: 15px 10px;
  }
  .header_logo {
    width: 180px;
  }
  img {
    width: 100%;
    height: auto;
  }
  #toggle {
    position: fixed;
    /*bodyに対しての絶対位置指定です*/
    right: 15px;
    top: 15px;
    width: 40px;
    height: 37px;
    padding: 7px 5px;
    background: #4EC5CC;
    cursor: pointer;
    z-index: 9999;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 100%;
    height: 3px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 10px;
  }
  #toggle span:nth-child(3) {
    top: 20px;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: rgba(236, 248, 246, 0.8);
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item-home {
    border-top: 1px solid #ccc;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
    color: #555;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #555;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #fff;
    background: rgba(96, 149, 151, 0.8);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: 1px solid #4EC5CC;
    border-right: 1px solid #4EC5CC;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi {
  margin-top: 3px;
}

#g_navi .menu {
  display: flex;
  list-style-type: none;
}

#g_navi .menu > li {
  position: relative;
  text-align: center;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
}
#g_navi .menu > li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: #ccc;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#g_navi .menu > li:last-child::after {
  background: none;
}

#g_navi .menu > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  color: #2A2A2A;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-decoration: none;
  transition: 0.3s;
}
#g_navi .menu > li > a:hover {
  opacity: 0.7;
  transition: 0.3s linear;
}

#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
}

#g_navi .menu li ul li {
  width: 100%;
}

#g_navi .menu li ul li a {
  display: block;
  width: 170px;
  padding: 12px 5px;
  background: #4EC5CC;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  visibility: hidden;
  transition: 0.3s linear;
}

#g_navi .menu li ul li a:link,
#g_navi .menu li ul li a:visited {
  color: #fff;
}

#g_navi .menu li ul li a:hover,
#g_navi .menu li ul li a:active {
  background: #f5f5f5;
  color: #4EC5CC;
  transition: 0.3s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
/****************************************

メインビジュアル

*****************************************/
@media screen and (min-width: 768px) {
  .hero {
    position: relative;
  }
  .hero__img {
    max-width: 1800px;
    width: 93.75%;
    margin-inline: auto;
  }
  .hero__img img {
    width: 100%;
    height: auto;
  }
  .catchCopy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 99;
  }
  .catchCopy__txt {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 3.4rem;
    line-height: 1.42;
    letter-spacing: 0.08em;
    text-align: center;
    text-shadow: 1px 2px 20px rgb(75, 125, 126);
  }
  .catchCopy__txt span {
    font-size: 5rem;
  }
  #slider .metaslider img {
    position: relative;
    max-width: 1800px;
    width: 100%;
    margin-inline: auto;
  }
  .mv {
    position: relative;
    background: url(images/mv.png) no-repeat center top;
    max-width: 1800px;
    width: 100%;
    height: auto;
    margin-inline: auto;
    padding-top: 18.88888%;
    background-size: contain;
  }
  .mv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .hero {
    position: relative;
  }
  .hero__img {
    max-width: 1800px;
    width: calc(100% - 20px);
    margin-inline: auto;
  }
  .catchCopy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 99;
  }
  .catchCopy__txt {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-size: 4.375vw;
    line-height: 1.42;
    letter-spacing: 0.08em;
    text-align: center;
    text-shadow: 1px 2px 20px rgb(75, 125, 126);
  }
  .catchCopy__txt span {
    font-size: 20px;
    font-size: 6.25vw;
  }
  .mv {
    position: relative;
    background: url(images/mv.png) no-repeat center top;
    max-width: 1800px;
    width: calc(100% - 20px);
    height: auto;
    margin-inline: auto;
    padding-top: 30%;
    background-size: cover;
    border-radius: 10px;
  }
  .mv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  max-width: 1200px;
  width: calc(100% - 20px);
  margin-inline: auto;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    padding: 10px 0;
  }
}

.breadcrumb_area .breadcrumb p {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #2A2A2A;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .breadcrumb_area .breadcrumb p {
    font-size: 1.3rem;
  }
}

.breadcrumb_area .breadcrumb p a:link,
.breadcrumb_area .breadcrumb p a:visited {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
  color: #63D0D6 !important;
}

.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #63D0D6;
  transition: 0.3s;
}

.breadcrumb_area .breadcrumb p a:hover::after {
  width: 100%;
}

.breadcrumb_area .breadcrumb p a:link,
.breadcrumb_area .breadcrumb p a:visited,
.breadcrumb_area .breadcrumb p a:hover,
.breadcrumb_area .breadcrumb p a:active {
  color: #2A2A2A;
}

.breadcrumb_area .breadcrumb {
  width: 100%;
  margin: auto;
  text-align: right;
}

main#page_main {
  width: 100%;
}

@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  main#top_main {
    width: 100%;
  }
  main#page_main,
  main#single_main,
  main#news_main {
    width: 100%;
  }
}
.c-bottom-area {
  background: url(images/bottom_area_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 80px 0;
}
.c-bottom-area__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.c-bottom-area__list__item {
  width: 410px;
  height: 80px;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .c-bottom-area__list__item:first-child {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-bottom-area {
    padding: 60px 10px;
  }
  .c-bottom-area__list__item:first-child {
    margin-bottom: 20px;
  }
}

.c-tel {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  color: #63D0D6;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.c-tel__text {
  font-size: 1.6rem;
}
.c-tel__tel {
  font-size: 2.4rem;
  margin-top: 10px;
}
.c-tel__tel span {
  font-size: 1.6rem;
}

/****************************************

トップ用

*****************************************/
.about {
  position: relative;
}
.about::before {
  position: absolute;
  content: "";
  background: url(images/about.png) no-repeat;
  width: 137px;
  height: 549px;
  left: calc(100% - 1737px);
  z-index: -1;
}

.about_section {
  max-width: 1200px;
  width: calc(100% - 20px);
  margin-inline: auto;
  padding: 120px 0;
}
.about_section .container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.about_section__txt {
  width: 660px;
}
.about_section__txt p {
  letter-spacing: 0.04em;
}
.about_section__btn {
  max-width: 300px;
  width: 100%;
  height: 60px;
  margin-inline: auto;
  margin-top: 30px;
}

.about_section__title {
  font-family: "Noto Serif JP", serif;
  color: #4EC5CC;
  font-size: 3.4rem;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
.about_section__title span {
  position: relative;
  display: block;
  color: #2A2A2A;
  font-size: 1.8rem;
  padding-bottom: 20px;
}
.about_section__title span::after {
  position: absolute;
  content: "";
  background: url(images/line.png) no-repeat;
  width: 262px;
  height: 13px;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .about_section {
    padding: 80px 0;
  }
  .about_section__img {
    margin-top: 20px;
  }
  .about_section__title {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .about_section__txt {
    width: 100%;
  }
  .about_section .container {
    flex-direction: column;
  }
}

.treatment_section__top {
  background: url(images/treatment_title_bg.jpg) no-repeat center top;
  padding: 120px 0 150px;
}

@media screen and (max-width: 767px) {
  .treatment_section__top {
    padding: 80px 10px 110px;
  }
}

.treatment_section__bottom {
  background: url(images/treatment_section_bg.jpg) no-repeat center top;
  background-size: covber;
}

.treatment_section__title {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.treatment_section__title span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-top: 27px;
}

@media screen and (max-width: 767px) {
  .treatment_section__title {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .treatment_section__title span {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.treatment_section__list {
  position: relative;
  display: flex;
  gap: 0 30px;
  justify-content: center;
  top: -102px;
}

@media screen and (max-width: 767px) {
  .treatment_section__list {
    flex-direction: column;
  }
}

.treatment_section__item {
  position: relative;
}
.treatment_section__item::after {
  position: absolute;
  content: "";
  background: url(images/banner_shadow.png) no-repeat;
  width: 88.96551%;
  height: 79px;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  margin-inline: auto;
}
.treatment_section__item a:link,
.treatment_section__item a:visited {
  position: relative;
  text-decoration: none;
  color: #2A2A2A;
  text-align: center;
  z-index: 3;
}

.treatment_section__item__txt {
  background: #fff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 34px 0 33px;
}
.treatment_section__item__txt p {
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.treatment_section__item {
  max-width: 580px;
  width: 30.20833%;
}

@media screen and (max-width: 767px) {
  .treatment_section__item {
    width: calc(100% - 20px);
    max-width: 100%;
    margin-inline: auto;
  }
  .treatment_section__item:not(:first-of-type) {
    margin-top: 40px;
  }
}

.treatment_section__item__img {
  position: relative;
}
.treatment_section__item__img::before {
  position: absolute;
  content: "";
  background: url(images/circle.png) no-repeat;
  width: 50px;
  height: 50px;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.treatment_section__item__img img {
  width: 100%;
  height: auto;
}

.voice_section {
  position: relative;
  background: #E1F1F1;
  padding: 120px 0 80px;
  z-index: 2;
}
.voice_section::before {
  position: absolute;
  content: "";
  background: url(images/voice.png) no-repeat;
  right: calc(100% - 1737px);
  top: 0;
  width: 132px;
  height: 497px;
  z-index: -1;
}
.voice_section__btn {
  max-width: 300px;
  width: 100%;
  height: 60px;
  margin-top: 50px;
}
.voice_section__txt {
  width: 660px;
}
.voice_section .container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: calc(100% - 20px);
  margin-inline: auto;
}
.voice_section__title {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 39px;
}
.voice_section__title span.jp {
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  color: #2A2A2A;
  margin-right: 20px;
}
.voice_section__title span.en {
  color: #4FC6CC;
  font-family: "EB Garamond", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .voice_section {
    padding: 80px 0;
  }
  .voice_section__img {
    margin-top: 20px;
  }
  .voice_section__txt {
    width: 100%;
  }
  .voice_section .container {
    flex-direction: column;
  }
  .voice_section__btn {
    margin-top: 40px;
  }
  .voice_section__title {
    margin-bottom: 30px;
  }
  .voice_section span.jp {
    font-size: 2.8rem;
  }
  .voice_section span.en {
    font-size: 1.4rem;
  }
}

.news_section {
  padding: 120px 0;
}
.news_section__title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 50px;
}
.news_section__title span {
  display: block;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.1em;
  color: #4FC6CC;
  font-size: 1.6rem;
  margin-top: 20px;
}
.news_section .container {
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .news_section {
    padding: 80px 10px;
  }
  .news_section__title {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
  .news_section__title span {
    font-size: 1.4rem;
  }
  .news_section .container {
    flex-direction: column;
  }
}

.news_section__post {
  width: 500px;
  height: 300px;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .news_section__post {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .news_section__right {
    width: 460px;
  }
}

.contactForm {
  margin-top: 40px;
}

.news_section__item {
  display: flex;
  justify-content: start;
  flex-direction: row-reverse;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  border-bottom: 1px dotted #999999;
  padding: 15px 0;
  width: 95%;
}
.news_section__item__title a {
  color: #2A2A2A;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
}
.news_section__item__title a:hover {
  color: #63D0D6;
}
.news_section__item__title a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #63D0D6;
  transition: 0.3s;
}
.news_section__item .date {
  color: #4FC6CC;
  font-family: "EB Garamond", serif;
  margin-right: 30px;
}

.news_section__item__title a:hover::after {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news_section__item {
    font-size: 1.4rem;
    width: 100%;
  }
}

.banner_list {
  display: flex;
  justify-content: space-between;
}
.banner_list__item {
  width: 33.3333333333%;
}
.banner_list__item a {
  display: block;
}
.banner_list__item:not(:nth-child(2)) {
  width: 33.28125%;
}
.banner_list__item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .banner_list {
    flex-direction: column;
  }
  .banner_list__item {
    width: 100%;
  }
  .banner_list__item:not(:first-child) {
    margin-top: 2px;
  }
  .banner_list__item:not(:nth-child(2)) {
    width: 100%;
  }
}

/****************************************

news トップ用

*****************************************/
.news-section {
  padding: 134px 0 131px;
  display: flex;
  justify-content: center;
}
.news-section__btn {
  width: 280px;
  height: 48px;
  margin-top: 155px;
}
.news-section__title {
  position: relative;
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4EC5CC;
  padding-top: 44px;
}
.news-section__title::before {
  position: absolute;
  content: "News";
  font-family: "EB Garamond", serif;
  color: #4EC5CC;
  font-size: 6rem;
  top: 0;
  left: -64px;
  transform: rotate(-10deg);
}
@media screen and (max-width: 767px) {
  .news-section .news-section__title {
    font-size: 3rem;
    padding-left: 20px;
  }
  .news-section .news-section__title::before {
    position: absolute;
    content: "News";
    font-family: "EB Garamond", serif;
    color: #4EC5CC;
    font-size: 5rem;
    top: 0;
    left: 0;
    transform: rotate(-10deg);
  }
}
@media screen and (max-width: 767px) {
  .news-section .news-section__btn {
    max-width: 280px;
    width: 100%;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .news-section__left {
    max-width: 462px;
    width: 24.0625%;
  }
  .news-section__right {
    max-width: 1041px;
    width: 54.21875%;
  }
}

@media screen and (max-width: 767px) {
  .news-section {
    padding: 70px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .news-section__left {
    padding-bottom: 40px;
  }
}

.news-section__post--item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  padding: 28px 0;
}
.news-section__post--item:first-child {
  border-top: 1px solid #dddddd;
}
.news-section__post--item .date {
  font-family: "Lato", sans-serif;
  color: #4EC5CC;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  padding-right: 53px;
}
.news-section__post--item .title {
  position: relative;
  padding-left: 43px;
}
.news-section__post--item .title a {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
.news-section__post--item .title::before {
  position: absolute;
  content: "";
  background: #4EC5CC;
  width: 1px;
  height: 38px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .news-section__post--item .date {
    font-size: 1.5rem;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .news-section__post--item .title {
    padding-left: 30px;
  }
  .news-section__post--item .title a {
    font-size: 1.5rem;
  }
}

/****************************************

下層用

*****************************************/
.common_width1200 {
  max-width: 1200px;
  width: calc(100% - 20px);
  margin-inline: auto;
}

.headline {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 20px;
}
.headline span.en {
  display: block;
  color: #4EC5CC;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.8rem;
  }
  .headline span.en {
    font-size: 1.2rem;
  }
}

.subhead {
  color: #268486;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding-left: 20px;
  padding-bottom: 18px;
  margin-bottom: 20px;
  background: url(images/subhead_line.png) no-repeat left bottom;
}

@media screen and (max-width: 767px) {
  .subhead {
    font-size: 2rem;
  }
}

.subTitle {
  color: #268485;
  margin-bottom: 20px;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .subTitle {
    font-size: 2rem;
  }
}

.treatment_section__list02 {
  display: flex;
  gap: 0 30px;
  justify-content: center;
  margin-top: 190px;
}

@media screen and (max-width: 767px) {
  .treatment_section__list02 {
    flex-direction: column;
    margin-top: 100px;
  }
}

.page_bottom_area {
  margin-top: 100px;
}

.menu_section__title {
  text-align: center;
  color: #268485;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .menu_section__txt {
    text-align: center;
  }
}
.menu_section02 {
  margin-top: 30px;
}
.menu_section02__inner:not(:first-of-type) {
  margin-top: 40px;
}

.subTitle02 {
  color: #268485;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: 2px dotted #268486;
}

@media screen and (max-width: 767px) {
  .subTitle02 {
    font-size: 2rem;
  }
}

.flow__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #E1F1F1;
  padding: 30px;
}
.flow__item:not(:first-of-type) {
  margin-top: 50px;
}
.flow__item__txt {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.flow__item__title {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  color: #268485;
  font-weight: bold;
  border-bottom: 2px solid #63D0D6;
  margin-bottom: 20px;
}

.flow__item:nth-of-type(1)::before {
  position: absolute;
  content: "";
  background: url(images/number01.png) no-repeat;
  width: 53px;
  height: 36px;
  top: -13px;
  left: 36px;
}
.flow__item:nth-of-type(2)::before {
  position: absolute;
  content: "";
  background: url(images/number02.png) no-repeat;
  width: 63px;
  height: 36px;
  top: -13px;
  left: 36px;
}
.flow__item:nth-of-type(3)::before {
  position: absolute;
  content: "";
  background: url(images/number03.png) no-repeat;
  width: 64px;
  height: 36px;
  top: -13px;
  left: 36px;
}
.flow__item:nth-of-type(4)::before {
  position: absolute;
  content: "";
  background: url(images/number04.png) no-repeat;
  width: 65px;
  height: 36px;
  top: -13px;
  left: 36px;
}
.flow__item:nth-of-type(5)::before {
  position: absolute;
  content: "";
  background: url(images/number05.png) no-repeat;
  width: 66px;
  height: 36px;
  top: -13px;
  left: 36px;
}
.flow__item:nth-of-type(6)::before {
  position: absolute;
  content: "";
  background: url(images/number06.png) no-repeat;
  width: 66px;
  height: 36px;
  top: -13px;
  left: 36px;
}

@media screen and (max-width: 767px) {
  .flow__item {
    padding: 20px;
    flex-direction: column;
  }
  .flow__item__title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .img300 {
    max-width: 300px;
    width: 100%;
    margin-top: 20px;
    margin-inline: auto;
  }
}

.faq__item {
  background: #E1F1F1;
  padding: 30px;
}
.faq__item__title {
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #268485;
  border-bottom: 2px solid #63D0D6;
  padding-left: 60px;
  padding-bottom: 20px;
}
.faq__item__title::before {
  position: absolute;
  content: "Q";
  background: #63D0D6;
  width: 46px;
  height: 46px;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  left: 0;
}
.faq__item:not(:first-of-type) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .faq__item {
    padding: 20px;
  }
  .faq__item__title {
    font-size: 2rem;
  }
}

.post__item {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.post__item:not(:first-of-type) {
  margin-top: 40px;
}
.post__item__btn {
  width: 300px;
  height: 60px;
  margin-left: auto;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .post__item {
    flex-direction: column-reverse;
  }
  .post__item__btn {
    max-width: 300px;
    width: 100%;
    margin-inline: auto;
  }
}

.post__img {
  position: relative;
  width: 440px;
  height: 310px;
}

@media screen and (max-width: 767px) {
  .post__img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    margin-bottom: 20px;
  }
}

.faq__item__txt {
  position: relative;
  padding-left: 60px;
  padding-top: 20px;
}
.faq__item__txt::before {
  position: absolute;
  content: "A";
  background: #FF7F00;
  color: #fff;
  width: 46px;
  height: 46px;
  letter-spacing: 0.04em;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  left: 0;
  font-size: 2.2rem;
}

@media print, screen and (min-width: 768px) {
  .overview {
    width: 720px;
  }
}
.overview__item {
  display: flex;
  justify-content: space-between;
}
.overview__item dt {
  position: relative;
  width: 18.33333%;
  color: #268485;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #63D0D6;
  padding: 11px 20px;
}
.overview__item dd {
  position: relative;
  width: 80.83333%;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #63D0D6;
  padding: 11px 20px;
}

@media screen and (max-width: 767px) {
  .overview__item {
    flex-direction: column;
  }
  .overview__item dt {
    width: 100%;
    border-bottom: none;
    padding: 8px 0;
  }
  .overview__item dd {
    width: 100%;
    padding: 0 0 8px;
  }
}

.access_section {
  margin-top: 80px;
}

.contact__txt {
  text-align: center;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .contact__txt {
    text-align: left;
  }
}

.sns_list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.sns_list li:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .sns_list {
    flex-direction: column;
    align-items: center;
  }
  .sns_list li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

a.instagram-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  background: #63D0D6;
  border-radius: 8px;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  width: 220px;
  height: 50px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
a.instagram-btn:hover {
  background: #6edee4;
}
a.instagram-btn span {
  position: relative;
  padding-left: 29px;
}
a.instagram-btn span::before {
  position: absolute;
  content: "";
  background: url(images/instagram_icon.png) no-repeat;
  width: 22px;
  height: 22px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

a.line-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  background: #30AFB6;
  border-radius: 8px;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  width: 160px;
  height: 50px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
a.line-btn:hover {
  background: #33c5cd;
}
a.line-btn span {
  position: relative;
  padding-left: 29px;
}
a.line-btn span::before {
  position: absolute;
  content: "";
  background: url(images/line_icon02.png) no-repeat;
  width: 22px;
  height: 21px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contact {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.sitePolicy {
  background: rgba(242, 241, 236, 0.65);
  padding: 30px;
  margin-top: 40px;
}
.sitePolicy dt {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #000;
  margin-bottom: 10px;
}
.sitePolicy dd {
  text-align: center;
  color: #000;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .sitePolicy {
    padding: 20px;
  }
  .sitePolicy dd {
    text-align: left;
  }
}

/****************************************

single.php

*****************************************/
.single_time01 {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #4EC5CC;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
}

.single_text {
  width: 100%;
  margin: 0 auto 35px;
}
.single_text img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 20px auto;
}

.single_box img {
  width: 100%;
  height: auto;
  margin: 10px auto;
}

.nav-below {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
}

.main-btn {
  width: 280px;
  height: 48px;
}

.nav-below li {
  color: #2A2A2A;
  font-size: 1.5rem;
  list-style: none;
  text-align: center;
  transition: 0.3s;
}

.nav-below li a:link,
.nav-below li a:visited {
  color: #2A2A2A;
  text-decoration: underline;
  transition: 0.3s;
}

.nav-below li a:hover,
.nav-below li a:active {
  color: #63D0D6;
  transition: 0.3s;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.4rem;
  color: #2A2A2A;
}

.pager .current {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  background: #63D0D6;
  border: solid 1px #63D0D6;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .single_box {
    width: 100%;
  }
  .single_box .single_tit {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 2.2rem;
  }
  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }
  .nav-below {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: auto;
    margin-top: 50px;
    padding-top: 25px;
    text-align: center;
    gap: 15px 0;
  }
  .nav-below li {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
/****************************************

ボタン

*****************************************/
a.c-btn {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

a.c-btn01 {
  position: relative;
  background: #63D0D6;
  border: 1px solid #63D0D6;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  border-radius: 8px;
}
a.c-btn01::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  right: 20px;
}
a.c-btn01:hover, a.c-btn01:active {
  background: #fff;
  color: #63D0D6;
}
a.c-btn01:hover::after, a.c-btn01:active::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: solid 1px #63D0D6;
  border-right: solid 1px #63D0D6;
  right: 20px;
}

/****************************************

レイアウト設定

*****************************************/
.ml15 {
  margin-left: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

@media print, screen and (min-width: 768px) {
  .l-width1040 {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
  }
  .l-text500 {
    width: 500px;
  }
  .l-text530 {
    width: 530px;
  }
  .l-text590 {
    width: 590px;
  }
}
@media screen and (max-width: 767px) {
  .l-width1040 {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .l-text500,
  .l-text530,
  .l-text590 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 20px;
  }
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb60,
  .mb70,
  .mb80 {
    margin-bottom: 50px;
  }
  .txt550,
  .txt590,
  .txt680 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .img560 {
    max-width: 560px;
    width: 100%;
    margin: 20px auto 0;
  }
}

.sideBar {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 99;
}
.sideBar .instagram {
  width: 60px;
  height: 176px;
}
.sideBar .line {
  width: 60px;
  height: 127px;
  margin-top: 10px;
}
.sideBar .pageTop {
  width: 60px;
  height: 60px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .sideBar {
    display: none !important;
  }
}

a.side-btn {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

a.side-btn--instagram {
  position: relative;
  background: #63D0D6;
  padding-top: 30px;
}
a.side-btn--instagram:hover, a.side-btn--instagram:active {
  background: #6edee4;
}
a.side-btn--instagram::before {
  position: absolute;
  content: "";
  background: url(images/instagram_icon.png) no-repeat;
  width: 22px;
  height: 22px;
  top: 25px;
}

a.side-btn--line {
  position: relative;
  background: #30AFB6;
  padding-top: 30px;
}
a.side-btn--line:hover, a.side-btn--line:active {
  background: #33c5cd;
}
a.side-btn--line::before {
  position: absolute;
  content: "";
  background: url(images/line_icon02.png) no-repeat;
  width: 22px;
  height: 21px;
  top: 25px;
}

a.side-btn--pagetop {
  background: #279398;
}
a.side-btn--pagetop:hover, a.side-btn--pagetop:active {
  background: #31b0b7;
}

/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

.line_break02 {
  padding-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 強調 */
.bold {
  font-weight: bold;
}

.big {
  font-size: 2rem;
}

.small {
  font-size: 1.4rem;
}

.red {
  color: #d80700;
}

.brown {
  color: #990000;
}

.blue {
  color: #63D0D6;
}

/* 位置 */
@media print, screen and (min-width: 768px) {
  .align_center {
    text-align: center;
  }
}
/****************************************

img

*****************************************/
.img160 {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .img160 {
    margin: 20px auto 0;
  }
}

.img200 {
  width: 200px;
}

.img350 {
  width: 350px;
}

@media screen and (max-width: 767px) {
  .img350 {
    width: 100%;
    margin: 20px auto 0;
  }
}

.img400 {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .img400 {
    width: 100%;
    margin: 20px auto 0;
  }
}

/****************************************

spフッター

*****************************************/
footer {
  background: #E1F1F1;
}

@media screen and (max-width: 767px) {
  .pc_footer {
    display: none;
  }
  .sp_footer {
    padding: 60px 0 0;
  }
  .sp_footer_logo {
    width: 180px;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .l-footer__box {
    padding: 100px 0 80px;
  }
  .footer_logo {
    width: 362px;
    margin-inline: auto;
    margin-bottom: 30px;
  }
  .footer_logo a {
    display: block;
  }
  .l-footer__txt {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .l-footer__tel {
    text-align: center;
    font-size: 3.2rem;
    letter-spacing: 0.04em;
    font-family: "EB Garamond", serif;
  }
  .l-footer__tel a {
    color: #2A2A2A;
    text-decoration: none;
  }
  .l-footer__tel span {
    position: relative;
    padding-left: 25px;
  }
  .l-footer__tel span::before {
    position: absolute;
    content: "";
    background: url(images/tel_icon.png) no-repeat;
    width: 18px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .sp_copyright {
    background: #63D0D6;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    padding: 15px 10px;
    margin-top: 60px;
  }
  .sp_footer__btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #4EC5CC;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 25%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
  }
  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 32px;
    line-height: 1.4;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 12px);
    top: 0;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .sp_instagram::after {
    background-image: url(images/sp_instagram.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .sp_line::after {
    background-image: url(images/line_icon02.png);
    background-size: 22px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .sp_tel::after {
    background-image: url(images/sp_tel.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .sp_pagetop::after {
    background-image: url(images/sp_pagetop.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #72b4b5;
  }
  .pageTop {
    display: none !important;
  }
}
/****************************************

pcフッター

*****************************************/
@media print, screen and (min-width: 768px) {
  .sp_footer {
    display: none;
  }
  .sp_footer__btn {
    display: none;
  }
  .l-footer__box {
    padding: 100px 0 80px;
  }
  .footer_logo {
    width: 362px;
    margin-inline: auto;
    margin-bottom: 30px;
  }
  .footer_logo a {
    display: block;
  }
  .l-footer__txt {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .l-footer__tel {
    text-align: center;
    font-size: 3.2rem;
    letter-spacing: 0.04em;
    font-family: "EB Garamond", serif;
  }
  .l-footer__tel span {
    position: relative;
    padding-left: 25px;
  }
  .l-footer__tel span::before {
    position: absolute;
    content: "";
    background: url(images/tel_icon.png) no-repeat;
    width: 18px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .copyright {
    background: #63D0D6;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    padding: 18px 0 17px;
  }
}
/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
}

.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #4EC5CC solid;
  border-radius: 8px;
  background-color: #4EC5CC;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}

.wpcf7 .tc input[type=submit]:hover {
  box-shadow: 0 0 1px 1px rgba(39, 125, 212, 0.3);
  background-color: #fff;
  color: #4EC5CC;
  transition: all 0.25s;
}

.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #4EC5CC solid;
  box-shadow: 0 0 2px 2px rgba(39, 125, 212, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.2rem;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #4EC5CC;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}

.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #4EC5CC;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}

.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #4EC5CC;
  border-right: 3px solid #4EC5CC;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #002565;
  transition: all 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #4EC5CC;
  box-shadow: 0 0 2px 2px rgba(39, 125, 212, 0.5);
  background-color: #4EC5CC;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}

.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio]:checked + span:before {
  box-shadow: 0 0 2px 2px rgba(39, 125, 212, 0.5);
}

.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #4EC5CC;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #4EC5CC;
  border-right: 1px solid #4EC5CC;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #4EC5CC;
  border-right: 1px solid #4EC5CC;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #4EC5CC;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(39, 125, 212, 0.7), rgba(39, 125, 212, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(39, 125, 212, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(39, 125, 212, 0.3);
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
  .wpcf7-response-output {
    font-size: 1.6rem;
  }
}
.contactForm {
  margin-top: 30px;
}

/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

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