@charset "UTF-8";
/* Reset */
/*-----------------------------------------------*/
html {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: auto !important;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  border: 0;
  outline: 0;
  font-style: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.03em;
  vertical-align: baseline;
  color: #333333;
  box-sizing: padding-box;
  background-color: #f9f8f2;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  box-sizing: border-box;
}

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

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

ol, ul {
  list-style: none;
  list-style-position: inside;
}

blockquote, q {
  quotes: none;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.25s ease-out;
}
a.decoration {
  text-decoration: underline;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  outline: none;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #000000;
  outline: none;
}

*:focus {
  outline: none;
}

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

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

/* section text margin style */
/*-----------------------------------------------*/
p {
  line-height: 1.8;
}

ol.decimal li {
  list-style-type: decimal;
  padding: 0 0 10px 10px;
}

ul.square li {
  list-style-type: square;
  padding: 0 0 10px 0px;
}

ul.disc li {
  list-style-type: disc;
}

.centerize {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.25s ease-out;
  image-rendering: -webkit-optimize-contrast;
}
img.imgCenter {
  margin: 0 auto;
  max-width: auto;
}

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

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

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

.clear {
  clear: both;
}

.rightBox {
  padding-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .rightBox {
    float: right;
    padding: 0 0 10px 20px;
  }
}

.leftBox {
  padding-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .leftBox {
    float: left;
    padding: 0 20px 10px 0;
  }
}

.bold {
  font-weight: bold !important;
}

.hide {
  display: none !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05em {
  margin-bottom: 0.5em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.mb4em {
  margin-bottom: 4em !important;
}

.mb5em {
  margin-bottom: 5em !important;
}

.pt1em {
  padding-top: 1em !important;
}

.pt2em {
  padding-top: 2em !important;
}

.pt3em {
  padding-top: 3em !important;
}

@media screen and (max-width: 767px) {
  .onlyPc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .onlySp {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print {
  header#masthead, #mastfoot {
    display: none;
  }
}
/* ----------------------------------------
	body
---------------------------------------- */
html, body {
  overflow-x: hidden;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

html.fixed,
body.fixed {
  overflow: hidden !important;
  height: 100%;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(108, 155, 210, 0.7);
  z-index: 80;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

#container {
  position: relative;
  margin: 0;
  padding: 0;
  background-image: url(../images/header_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/* ----------------------------------------
	header
---------------------------------------- */
header#masthead {
  position: relative;
  width: 100%;
  background-image: url(../images/header_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  transition: all 0.25s ease-out;
}
@media print, screen and (min-width: 768px) {
  header#masthead {
    height: 130px;
    z-index: 10;
  }
}
@media print, screen and (min-width: 981px) {
  header#masthead {
    height: 208px;
  }
}
header#masthead .container-top {
  display: flex;
  justify-content: center;
}
header#masthead .container-top .item_L {
  width: 28%;
  position: relative;
}
header#masthead .container-top .item_L .site_title {
  display: block;
  margin: 53px 0 0 62px;
  max-width: 325px;
  min-width: 145px;
  height: auto;
  z-index: 97;
}
@media screen and (max-width: 980px) {
  header#masthead .container-top .item_L .site_title {
    margin: 28px 0 0 40px;
  }
}
@media print, screen and (min-width: 768px) {
  header#masthead .container-top .item_L.fixed {
    height: 60px;
  }
}
header#masthead .container-top .item_R {
  width: 72%;
}
@media print, screen and (min-width: 768px) {
  header#masthead .container-top .item_R #nav_global {
    display: block;
    position: relative;
  }
  header#masthead .container-top .item_R #nav_global .box {
    width: 540px;
    margin: 0 auto;
    margin-top: 60px;
    top: 60px;
    transition: top 0.25s ease-in, opacity 0.25s ease-in;
  }
  header#masthead .container-top .item_R #nav_global .box.fixed {
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 730px;
    margin: 0;
  }
  header#masthead .container-top .item_R #nav_global .box ul#nav_main {
    display: flex;
    justify-content: space-between;
    padding: 0 23px;
    background-color: #ffffff;
    border-radius: 30px;
  }
  header#masthead .container-top .item_R #nav_global .box ul#nav_main > li {
    position: relative;
    padding: 0.4em 0;
    transition: all 0.25s ease-out;
  }
  header#masthead .container-top .item_R #nav_global .box ul#nav_main > li a {
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    color: #6c9bd2;
  }
  header#masthead .container-top .item_R #nav_global .box ul#nav_main > li a:hover {
    color: #2e7ad1;
  }
  header#masthead .container-top .item_R #nav_global .box ul#nav_main > li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -0.5em;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 1.2em;
    background: #6c9bd2;
  }
  header#masthead .container-top .item_R #nav_global .box.fixed ul#nav_main {
    font-size: 1.4rem;
  }
  header#masthead .container-top .item_R #nav_global .box.fixed ul#nav_main > li:not(:last-child)::after {
    right: -2em;
  }
  header#masthead .container-top .item_R #nav_global .sp {
    display: none;
  }
}
@media print, screen and (min-width: 901px) {
  header#masthead .container-top .item_R #nav_global .box {
    width: 600px;
  }
  header#masthead .container-top .item_R #nav_global .box ul#nav_main {
    padding: 0 30px;
  }
  header#masthead .container-top .item_R #nav_global .box ul#nav_main > li:not(:last-child)::after {
    right: -0.8em;
  }
  header#masthead .container-top .item_R #nav_global .box.fixed ul#nav_main > li:not(:last-child)::after {
    right: -1.9em;
  }
}
@media print, screen and (min-width: 981px) {
  header#masthead .container-top .item_R #nav_global .box {
    width: 680px;
  }
  header#masthead .container-top .item_R #nav_global .box ul#nav_main {
    padding: 0 40px;
  }
  header#masthead .container-top .item_R #nav_global .box ul#nav_main > li:not(:last-child)::after {
    right: -1.2em;
  }
}
@media print, screen and (min-width: 1025px) {
  header#masthead .container-top .item_R #nav_global .box {
    max-width: 730px;
    margin-left: calc((100% - 730px) * 13 / 28);
    margin-right: calc((100% - 730px) * 15 / 28);
  }
  header#masthead .container-top .item_R #nav_global .box ul#nav_main {
    padding: 0 48px;
  }
  header#masthead .container-top .item_R #nav_global .box.fixed ul#nav_main > li:not(:last-child)::after {
    right: -1.8em;
  }
}
@media screen and (max-width: 767px) {
  header#masthead .container-top .item_R #nav_global {
    position: fixed;
    z-index: 98;
    top: 30px;
    left: 0;
    background: #ffffff;
    border-radius: 0 30px 0 0;
    text-align: left;
    transform: translateX(-100%);
    transition: all 0.4s;
    padding: 0 5% 100px;
    max-width: 600px;
    width: 72%;
    height: 100%;
    opacity: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  header#masthead .container-top .item_R #nav_global ul#nav_main {
    margin-top: 70px;
  }
  header#masthead .container-top .item_R #nav_global ul#nav_main > li a {
    display: block;
    margin: 0 auto;
    padding: 10px;
    font-size: 2rem;
    font-weight: 700;
    color: #6c9bd2;
    letter-spacing: 0.3rem;
  }
  header#masthead .container-top .item_R #nav_global ul#nav_main > li a:hover {
    color: #2e7ad1;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 900px) {
  header#masthead .container-top .item_R #nav_global ul#nav_main > li a {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  header#masthead .container-top .item_R #nav_global.active {
    transform: translateX(0%);
    opacity: 1;
  }
  header#masthead .container-top .item_R #nav_global .sp {
    display: block;
    padding-left: 8px;
  }
  header#masthead .container-top .item_R #nav_global .sp p {
    color: #333333;
    font-size: 1.5rem;
    font-weight: 500;
  }
  header#masthead .container-top .item_R #nav_global .sp p.mt30 {
    margin-top: 30px;
  }
  header#masthead .container-top .item_R #nav_global .sp .tel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  header#masthead .container-top .item_R #nav_global .sp .tel_label {
    white-space: nowrap;
    color: #6c9bd2;
    font-weight: 700;
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
  }
  header#masthead .container-top .item_R #nav_global .sp .tel_number {
    white-space: nowrap;
    color: #6c9bd2;
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: -0.8rem;
  }
  header#masthead .container-top .item_R #nav_global .sp .dash {
    margin: 0 5px;
    display: inline-block;
  }
  header#masthead .container-top .item_R #nav_global .sp .logo_sp {
    width: 140px;
    text-align: left;
    margin-top: 70px;
  }
}

/* ------.hamburger------------ */
@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
    position: fixed;
    z-index: 99;
    right: 5%;
    top: 30px;
    width: 35px;
    height: 40px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger::after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  .hamburger span {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    width: 100%;
    height: 3px;
    display: block;
    background: #6c9bd2;
    z-index: 100;
    transition: all 0.2s;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  .hamburger.active::after {
    background-color: #6c9bd2;
  }
  .hamburger.active span {
    background: #FFFFFF;
  }
  .hamburger.active span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    transform: scaleX(0);
  }
  .hamburger.active span:nth-child(3) {
    top: 20px;
    transform: rotate(135deg);
  }
}
@media (max-width: 400px) {
  .hamburger {
    right: 6%;
  }
}
@media (max-width: 360px) {
  .hamburger {
    right: 8%;
  }
}
@media print, screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

/* ----------------------------------------
	#content
---------------------------------------- */
#content {
  position: relative;
  margin: 0 auto;
  padding: 0 0 60px 0;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #content {
    padding: 0 0 100px 0;
  }
}

.inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding: 0 5%;
  z-index: 3;
}
@media print, screen and (min-width: 1200px) {
  .inner.pa0 {
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .inner {
    padding: 0 40px;
  }
}
@media (min-width: 1400px) {
  .inner {
    max-width: none;
    width: 78.57vw;
    padding: 0;
  }
}

section,
div.section {
  position: relative;
  padding: 50px 0;
}
section.top,
div.section.top {
  padding-top: 0;
}
section.top60,
div.section.top60 {
  padding-top: 30px;
}
@media print, screen and (min-width: 768px) {
  section.top60,
  div.section.top60 {
    padding-top: 63px;
  }
}
section.bottom,
div.section.bottom {
  padding-bottom: 0;
}
section.treatment,
div.section.treatment {
  padding-bottom: 0;
  padding-top: 20px;
}
section.bottom80,
div.section.bottom80 {
  padding-bottom: 80px;
}
section.bg,
div.section.bg {
  background: #fff;
  padding-top: 90px;
  position: relative;
  margin-top: 30px;
}
@media print, screen and (min-width: 481px) {
  section.bg,
  div.section.bg {
    padding-top: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  section.bg,
  div.section.bg {
    padding-top: 170px;
  }
}
@media print, screen and (min-width: 981px) {
  section.bg,
  div.section.bg {
    padding-top: 220px;
  }
}
section.bg::before,
div.section.bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1400/296;
  background: url("../images/cloud_top.png") no-repeat center top;
  background-size: contain;
  z-index: 1;
}
section ul.decimal li,
section ol.decimal li,
div.section ul.decimal li,
div.section ol.decimal li {
  list-style-type: decimal;
  margin-bottom: 1em;
  margin-left: 1em;
  text-indent: -1.2em;
}
section p,
div.section p {
  margin-bottom: 1em;
}
section p.indent,
div.section p.indent {
  text-indent: 1em;
}
section b, section strong,
div.section b,
div.section strong {
  font-weight: bold;
}
section .nowrap,
div.section .nowrap {
  white-space: nowrap;
}

.bg_flower {
  position: relative;
  overflow: hidden;
  background-image: url("../images/bg_flower.png"), url("../images/bg_flower.png"), url("../images/bg_flower.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 14.5714285714vw auto, 14.5714285714vw auto, 14.5714285714vw auto;
  background-position: right 11.4285714286vw top 0, left 0 top 34.7857142857vw, right -2.8571428571vw top 51.2857142857vw;
}
.bg_flower.pa_01 {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .bg_flower.pa_01 {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .bg_flower {
    background-size: 80px auto, 80px auto, 80px auto;
    background-position: right 20px top 0, left 0 top 50%, right -20px bottom 100px;
  }
}
/* ----------------------------------------

---------------------------------------- */
.alignC {
  text-align: center;
}

.container_intro {
  text-align: center;
}
@media print, screen and (min-width: 1025px) {
  .container_intro {
    display: flex;
    justify-content: space-between;
  }
}
.container_intro .item_img {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  .container_intro .item_img {
    display: block;
  }
}
.container_intro .item_img_sp {
  text-align: center;
}
@media print, screen and (min-width: 1025px) {
  .container_intro .item_img_sp {
    display: none;
  }
}

.tx_intro {
  font-weight: 400;
  text-align: center;
  line-height: 2.2;
}
.tx_intro span {
  white-space: nowrap;
}

.heading {
  position: relative;
  margin-bottom: 0.8em;
  font-size: clamp(20px, 4.5vw, 34px);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #6c9bd2;
  letter-spacing: 0.8rem;
  line-height: 1.6;
}

.slide:hover {
  animation-play-state: running !important;
}

.slide {
  margin-top: 30px;
}
.slide li {
  margin-right: 5px;
}
.slide li img {
  height: 295px;
}

.heading_h2 {
  position: relative;
  margin-bottom: 0.8em;
  font-size: clamp(28px, 4.5vw, 45px);
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  color: #6c9bd2;
  letter-spacing: 0.8rem;
  line-height: 1.1;
  background-image: url(../images/ico_star.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 28px;
}
.heading_h2::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -10px;
  width: 73px;
  height: 2px;
  top: 65px;
  background-color: #ceb58d;
}
@media print, screen and (min-width: 768px) {
  .heading_h2::after {
    top: 75px;
  }
}
@media print, screen and (min-width: 901px) {
  .heading_h2::after {
    top: 85px;
  }
}
@media print, screen and (min-width: 981px) {
  .heading_h2::after {
    top: 95px;
  }
}
.heading_h2 span {
  font-size: clamp(16px, 4.5vw, 18px);
  font-weight: 500;
}

.white_cloud_box {
  position: relative;
  background-color: #FFFFFF;
  padding: 0 5% 4%;
}
@media print, screen and (min-width: 981px) {
  .white_cloud_box .white_cloud_box_inner {
    display: flex;
    justify-content: space-between;
  }
}
.white_cloud_box .img_about {
  max-width: 520px;
  margin: 0 auto;
}
@media print, screen and (min-width: 981px) {
  .white_cloud_box .img_about {
    width: 52%;
  }
}
.white_cloud_box .tx_about {
  max-width: 520px;
  margin: 0 auto;
}
@media print, screen and (min-width: 981px) {
  .white_cloud_box .tx_about {
    width: 41%;
  }
}
.white_cloud_box .tx_about .tx_ttl {
  color: #6c9bd2;
  font-size: clamp(24px, 4.5vw, 30px);
  font-weight: 500;
  letter-spacing: 1rem;
  margin-bottom: 0.7em;
  padding-top: 40px;
}
@media print, screen and (min-width: 981px) {
  .white_cloud_box .tx_about .tx_ttl {
    padding-top: 0px;
    letter-spacing: 0.6rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .white_cloud_box .tx_about .tx_ttl {
    letter-spacing: 1rem;
  }
}
.white_cloud_box .tx_about .tx_sub {
  line-height: 2.2em;
}
@media print, screen and (min-width: 981px) {
  .white_cloud_box .tx_about .tx_sub {
    line-height: 2em;
  }
}
@media print, screen and (min-width: 1025px) {
  .white_cloud_box .tx_about .tx_sub {
    line-height: 2.2em;
  }
}

@media print, screen and (min-width: 901px) {
  .container_about {
    display: flex;
    justify-content: space-between;
    gap: 7%;
  }
}
.container_about {
  margin-top: 37px;
}
@media print, screen and (min-width: 901px) {
  .container_about .item {
    width: 33%;
  }
}
.container_about .item .card {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}
.container_about .item .card img {
  width: 100%;
  display: block;
}
.container_about .item .card .card_content {
  padding: 20px 18px 34px 34px;
}
.container_about .item .card .card_content .card_ttl {
  font-size: 2rem;
  margin: 0 0 6px 0;
  color: #6c9bd2;
  font-weight: 500;
  letter-spacing: 0.6rem;
}
.container_about .item .card .card_content .card_tx {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  color: #333333;
  line-height: 1.4;
}
.container_about .item .card .card_content .card_tx .item_tx {
  width: 85%;
}
.container_about .item .card .card_content .card_tx .item_arrow img {
  width: 26px;
}
@media screen and (max-width: 900px) {
  .container_about .item .card {
    display: flex;
    align-items: stretch;
  }
  .container_about .item .card > img {
    width: 40%;
    object-fit: cover;
  }
  .container_about .item .card_content {
    width: 60%;
    padding: 16px;
  }
}
@media screen and (max-width: 900px) {
  .container_about .item.mb30_sp {
    margin-bottom: 30px;
  }
}

.img_foot {
  margin-top: 90px;
  height: 640px;
  background-image: url(../images/img_foot.jpg);
  background-size: cover;
  background-position: top center;
}

/* ----------------------------------------
	.page_title
---------------------------------------- */
.page_title {
  position: relative;
  width: 100%;
  height: 100px;
  background: #EEEEEE;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .page_title {
    margin-top: 100px;
    height: 200px;
  }
}
.page_title .title {
  font-size: clamp(20px, 4.5vw, 45px);
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-align: center;
}
.page_title .title .archive_title {
  display: block;
  margin-top: 0.5em;
  font-size: clamp(15px, 2vw, 20px);
}

/* ----------------------------------------
	.linkBtn
---------------------------------------- */
.linkBtn {
  padding-top: 2em;
}
.linkBtn.alignL a {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .linkBtn.alignL a {
    margin: 0 auto;
  }
}
.linkBtn.pt0 {
  padding-top: 0em;
}
.linkBtn a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10px;
  max-width: 240px;
  width: 100%;
  color: #FFFFFF;
  font-size: clamp(16px, 4.5vw, 20px);
  font-weight: 500;
  text-align: center;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #6c9bd2;
  z-index: 2;
  letter-spacing: 0.3rem;
}
@media print, screen and (min-width: 768px) {
  .linkBtn a {
    padding: 15px;
    max-width: 280px;
    font-size: 2rem;
  }
}
.linkBtn a:hover {
  background: #2e7ad1;
}

table {
  color: #6c9bd2;
  margin-top: 28px;
  font-weight: 500;
}
@media print, screen and (min-width: 1200px) {
  table {
    font-size: 1.8rem;
  }
}
table tr {
  border-bottom: #6c9bd2 solid 2px;
}
@media print, screen and (min-width: 1200px) {
  table tr th {
    padding: 6px 16px;
  }
  table tr th.time {
    padding: 6px 15px 6px 10px;
  }
  table tr th.last {
    padding-right: 10px;
  }
}
table tr td {
  text-align: center;
}
table tr td.last {
  padding-right: 0px;
}

.tx_attention {
  font-weight: 500;
  text-align: left;
  margin-top: 18px;
}
.tx_attention span {
  white-space: nowrap;
}

/* ----------------------------------------
	#mastfoot
---------------------------------------- */
#mastfoot {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #mastfoot {
    margin-bottom: 50px;
  }
}
#mastfoot .container_foot_side {
  position: fixed;
  z-index: 79;
  font-weight: bold;
}
#mastfoot .container_foot_side .itemL_T {
  background: #6c9bd2;
  color: #fff;
  font-size: 1.4rem;
  padding: 8px 14px;
  font-weight: 700;
  letter-spacing: 0.2rem;
  border-radius: 0;
}
@media print, screen and (min-width: 768px) {
  #mastfoot .container_foot_side .itemL_T {
    width: 60px;
    height: 220px;
    margin-bottom: 10px;
    border-radius: 10px 0 0 10px;
  }
}
#mastfoot .container_foot_side .itemL_T .container_insta .item_insta {
  text-align: right;
  width: 130px;
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #mastfoot .container_foot_side .itemL_T .container_insta .item_insta {
    width: 0px;
  }
}
#mastfoot .container_foot_side .itemL_T .container_insta .item_insta::before {
  content: "";
  background-image: url(../images/ico_insta_foot.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 8px;
}
@media print, screen and (min-width: 768px) {
  #mastfoot .container_foot_side .itemL_T .container_insta .item_insta::before {
    top: 20px;
    transform: rotate(90deg);
  }
}
#mastfoot .container_foot_side .itemR_B {
  font-size: 1.4rem;
  padding: 8px 14px;
  font-weight: 700;
  letter-spacing: 0.2rem;
  background: #ceb58d;
  color: #fff;
  border-radius: 0;
}
@media print, screen and (min-width: 768px) {
  #mastfoot .container_foot_side .itemR_B {
    width: 60px;
    height: 220px;
    border-radius: 10px 0 0 10px;
  }
}
#mastfoot .container_foot_side .itemR_B .container_tell .item_only_under, #mastfoot .container_foot_side .itemR_B .container_tell .item_only_side {
  text-align: right;
  display: block;
  width: 130px;
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #mastfoot .container_foot_side .itemR_B .container_tell .item_only_under, #mastfoot .container_foot_side .itemR_B .container_tell .item_only_side {
    width: 0px;
  }
}
#mastfoot .container_foot_side .itemR_B .container_tell .item_only_under::before, #mastfoot .container_foot_side .itemR_B .container_tell .item_only_side::before {
  content: "";
  background-image: url(../images/ico_tell_foot.png);
  background-repeat: no-repeat;
  width: 21px;
  height: 22px;
  position: absolute;
  top: 1px;
  left: 0px;
}
@media print, screen and (min-width: 768px) {
  #mastfoot .container_foot_side .itemR_B .container_tell .item_only_under, #mastfoot .container_foot_side .itemR_B .container_tell .item_only_side {
    display: none;
  }
}
#mastfoot .container_foot_side .itemR_B .container_tell .item_only_side {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #mastfoot .container_foot_side .itemR_B .container_tell .item_only_side {
    display: block;
  }
}
#mastfoot .container_foot_side .itemL_T, #mastfoot .container_foot_side .itemR_B {
  transition: background 0.3s ease;
}
#mastfoot .container_foot_side a {
  text-decoration: none;
  color: inherit;
}
#mastfoot .container_foot_side a:hover .itemL_T {
  background: #2e7ad1;
}
#mastfoot .container_foot_side a:hover .itemR_B {
  background: #ce9e51;
}
#mastfoot {
  /* スマホ：下に横固定 */
}
@media screen and (max-width: 767px) {
  #mastfoot .container_foot_side {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #mastfoot .container_foot_side > a {
    float: left;
    width: 50%;
  }
  #mastfoot .container_foot_side::after {
    content: "";
    display: block;
    clear: both;
  }
  #mastfoot .container_foot_side > a > div {
    text-align: center;
    padding: 7px 0;
    writing-mode: horizontal-tb;
  }
}
#mastfoot {
  /* PC：右側に縦固定 */
}
@media print, screen and (min-width: 768px) {
  #mastfoot .container_foot_side {
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
  }
  #mastfoot .container_foot_side div {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 29px 2px 20px 27px;
  }
  #mastfoot {
    /* 右側だけ変更 */
  }
  #mastfoot .container_foot_side .itemR_B div {
    padding: 29px 2px 14px 21px;
  }
}
#mastfoot .container_foot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #mastfoot .container_foot {
    max-width: 500px;
    margin: 0 auto;
  }
}
#mastfoot .container_foot .item_01 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #mastfoot .container_foot .item_01 {
    width: 48%;
  }
}
#mastfoot .container_foot .item_01.alignL {
  text-align: left;
}
#mastfoot .container_foot .item_01.img_map_mt {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #mastfoot .container_foot .item_01.mb_map {
    margin-bottom: 3em;
  }
}
#mastfoot .container_foot .item_01 .shinryoubi {
  font-weight: 500;
  font-size: 1.7rem;
}
#mastfoot .container_foot .item_01 .logo_foot {
  max-width: 325px;
}
#mastfoot .container_foot .item_01 .container_address {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
#mastfoot .container_foot .item_01 .container_address .item_L .tx_add {
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
}
#mastfoot .container_foot .item_01 .container_address .item_L .foot_tel {
  position: relative;
  font-size: 2.9rem;
  color: #6c9bd2;
  font-weight: 700;
  letter-spacing: -1.2rem;
  line-height: 2rem;
  text-align: left;
  padding-left: 28px;
}
@media print, screen and (min-width: 481px) {
  #mastfoot .container_foot .item_01 .container_address .item_L .foot_tel {
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  #mastfoot .container_foot .item_01 .container_address .item_L .foot_tel {
    font-size: 2.9rem;
  }
}
@media print, screen and (min-width: 901px) {
  #mastfoot .container_foot .item_01 .container_address .item_L .foot_tel {
    font-size: 3.6rem;
  }
}
#mastfoot .container_foot .item_01 .container_address .item_L .foot_tel span {
  padding: 0 8px;
}
#mastfoot .container_foot .item_01 .container_address .item_L .foot_tel::before {
  position: absolute;
  content: "";
  background-image: url(../images/ico_tel.png);
  background-repeat: no-repeat;
  width: 26px;
  height: 28px;
  top: 0;
  left: 0;
}
#mastfoot .container_foot .item_01 .container_address .item_R .btn_insta {
  background-image: url(../images/ico_insta.png);
  background-color: #6c9bd2;
  background-repeat: no-repeat;
  background-position: 50% center;
  width: 48px;
  height: 48px;
  border-radius: 30px;
}
@media print, screen and (min-width: 481px) {
  #mastfoot .container_foot .item_01 .container_reserved {
    display: flex;
    align-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  #mastfoot .container_foot .item_01 .container_reserved {
    display: block;
  }
}
@media print, screen and (min-width: 981px) {
  #mastfoot .container_foot .item_01 .container_reserved {
    display: flex;
  }
}
@media print, screen and (min-width: 481px) {
  #mastfoot .container_foot .item_01 .container_reserved .item_L {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  #mastfoot .container_foot .item_01 .container_reserved .item_L {
    width: 100%;
  }
}
@media print, screen and (min-width: 981px) {
  #mastfoot .container_foot .item_01 .container_reserved .item_L {
    width: 50%;
  }
}
@media print, screen and (min-width: 481px) {
  #mastfoot .container_foot .item_01 .container_reserved .item_R {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  #mastfoot .container_foot .item_01 .container_reserved .item_R {
    width: 100%;
  }
}
@media print, screen and (min-width: 981px) {
  #mastfoot .container_foot .item_01 .container_reserved .item_R {
    width: 50%;
  }
}
#mastfoot .container_foot .item_01 span.red,
#mastfoot .container_foot .item_01 span.blue {
  display: inline-block;
  width: 35px;
  height: 28px;
  margin-right: 14px;
  vertical-align: middle;
}
#mastfoot .container_foot .item_01 span.red {
  background-color: #fddde7;
}
#mastfoot .container_foot .item_01 span.blue {
  background-color: #dff0fc;
}
#mastfoot .container_foot .item_01 .reserved {
  font-size: 1.6rem;
  font-weight: 500;
  color: #6c9bd2;
}
#mastfoot .container_foot .item_01 .tx_tyusya {
  color: #6c9bd2;
  font-size: clamp(24px, 4.5vw, 30px);
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 15px;
}
#mastfoot .foot_menu {
  display: flex;
  max-width: 730px;
  margin: 125px auto 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #mastfoot .foot_menu {
    display: none;
  }
}
#mastfoot .foot_menu li {
  flex: auto;
  position: relative;
}
#mastfoot .foot_menu li a {
  color: #333333;
}
#mastfoot .foot_menu li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -0.1em;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2em;
  background: #333333;
}
#mastfoot small.copyright {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  #mastfoot small.copyright {
    font-size: 1.6rem;
  }
}
#mastfoot .monthly-calendar {
  max-width: 542px;
  background-color: #fff;
  padding: 30px;
}
#mastfoot .monthly-calendar table caption {
  font-size: 1.8rem;
  color: #333333;
}
#mastfoot .monthly-calendar table tr .week-title {
  font-size: 1.8rem;
  font-weight: 500;
}
#mastfoot .monthly-calendar table tr td.sun, #mastfoot .monthly-calendar table tr td.red {
  background-color: #FDDDE7;
  color: #ff6347;
}
#mastfoot .monthly-calendar table tr td.sat, #mastfoot .monthly-calendar table tr td.thu, #mastfoot .monthly-calendar table tr td.blue {
  background-color: #dff0fc;
  color: #4169e1;
}
#mastfoot .monthly-calendar table tr td .calendar-mark {
  display: none;
}