@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: 15px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.03em;
  vertical-align: baseline;
  color: #000000;
  box-sizing: padding-box;
  background-color: #95afad;
  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;
  }
}
: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 */
/*-----------------------------------------------*/
.centerize {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

img {
  display: inline-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;
}

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

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

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

.clear {
  clear: both;
}

.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;
}

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

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

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

@media print, screen and (min-width: 481px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print {
  header#masthead, #mastfoot {
    display: none;
  }
}
:root {
  --container-width: 100%;
}
@media print, screen and (min-width: 481px) {
  :root {
    --container-width: 440px;
  }
}

/* ----------------------------------------
	body
---------------------------------------- */
.mb20 {
  margin-bottom: 20px;
}

body.fixed {
  overflow: hidden;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.bgPc {
  width: 100%;
}
.bgPc_left, .bgPc_right {
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100% - var(--container-width)) / 2);
  height: 100vh;
  background-color: #95afad;
  background-image: url(../images/common/bg_logo.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.bgPc_left::after, .bgPc_right::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/bg_noise.png);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bgPc_left .box_left, .bgPc_left .box_right, .bgPc_right .box_left, .bgPc_right .box_right {
  position: absolute;
  top: 10%;
  height: 58.89%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  font-size: 15px;
}
@media screen and (max-width: 1079px) {
  .bgPc_left .box_left, .bgPc_left .box_right, .bgPc_right .box_left, .bgPc_right .box_right {
    visibility: hidden;
  }
}
.bgPc_left .box_left p, .bgPc_left .box_right p, .bgPc_right .box_left p, .bgPc_right .box_right p {
  line-height: 2;
}
.bgPc_left .box_left .tx_ttl, .bgPc_left .box_right .tx_ttl, .bgPc_right .box_left .tx_ttl, .bgPc_right .box_right .tx_ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.5;
}
.bgPc_left .box_left .tx_ttl span, .bgPc_left .box_right .tx_ttl span, .bgPc_right .box_left .tx_ttl span, .bgPc_right .box_right .tx_ttl span {
  font-size: 14px;
}
.bgPc_left .box_left .button_map, .bgPc_left .box_right .button_map, .bgPc_right .box_left .button_map, .bgPc_right .box_right .button_map {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding-top: 6px;
  padding-bottom: 7px;
  border: 1px solid #000;
  border-radius: 30px;
  background-color: transparent;
  color: #000;
  text-decoration: none;
  width: 140px;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  margin-top: 13px;
}
.bgPc_left .box_left .button_map svg.icon_map, .bgPc_left .box_right .button_map svg.icon_map, .bgPc_right .box_left .button_map svg.icon_map, .bgPc_right .box_right .button_map svg.icon_map {
  fill: #000;
  width: 12px;
  height: 16px;
}
.bgPc_left .box_left .button_map:hover, .bgPc_left .box_right .button_map:hover, .bgPc_right .box_left .button_map:hover, .bgPc_right .box_right .button_map:hover {
  background-color: #000;
  color: #fff;
}
.bgPc_left .box_left .button_map:hover svg.icon_map, .bgPc_left .box_right .button_map:hover svg.icon_map, .bgPc_right .box_left .button_map:hover svg.icon_map, .bgPc_right .box_right .button_map:hover svg.icon_map {
  fill: #fff;
}
.bgPc_left .box_left .tel, .bgPc_left .box_right .tel, .bgPc_right .box_left .tel, .bgPc_right .box_right .tel {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding-left: 26px;
  margin-top: 12px;
}
.bgPc_left .box_left .tel::after, .bgPc_left .box_right .tel::after, .bgPc_right .box_left .tel::after, .bgPc_right .box_right .tel::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 17px;
  top: 12px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M160.2 25C152.3 6.1 131.7-3.9 112.1 1.4l-5.5 1.5c-64.6 17.6-119.8 80.2-103.7 156.4 37.1 175 174.8 312.7 349.8 349.8 76.3 16.2 138.8-39.1 156.4-103.7l1.5-5.5c5.4-19.7-4.7-40.3-23.5-48.1l-97.3-40.5c-16.5-6.9-35.6-2.1-47 11.8l-38.6 47.2C233.9 335.4 177.3 277 144.8 205.3L189 169.3c13.9-11.3 18.6-30.4 11.8-47L160.2 25z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.bgPc_left .box_left img.img_logo, .bgPc_left .box_right img.img_logo, .bgPc_right .box_left img.img_logo, .bgPc_right .box_right img.img_logo {
  width: 195px;
  height: 225px;
  margin: 0 auto 85px auto;
}
.bgPc_left .box_left ul.menu, .bgPc_left .box_right ul.menu, .bgPc_right .box_left ul.menu, .bgPc_right .box_right ul.menu {
  font-size: 16px;
  font-weight: 700;
  line-height: 3;
  list-style: none;
  padding: 0;
  margin: 0;
}
.bgPc_left .box_left ul.menu li a, .bgPc_left .box_right ul.menu li a, .bgPc_right .box_left ul.menu li a, .bgPc_right .box_right ul.menu li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  text-decoration: none;
  padding-left: 30px;
}
.bgPc_left .box_left ul.menu li a::before, .bgPc_left .box_right ul.menu li a::before, .bgPc_right .box_left ul.menu li a::before, .bgPc_right .box_right ul.menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/common/ico_menu.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.2s ease;
}
.bgPc_left .box_left ul.menu li a:hover, .bgPc_left .box_right ul.menu li a:hover, .bgPc_right .box_left ul.menu li a:hover, .bgPc_right .box_right ul.menu li a:hover {
  color: #fff;
}
.bgPc_left .box_left ul.menu li a:hover::before, .bgPc_left .box_right ul.menu li a:hover::before, .bgPc_right .box_left ul.menu li a:hover::before, .bgPc_right .box_right ul.menu li a:hover::before {
  opacity: 0.7;
}
.bgPc_left .box_left .btn_reserve, .bgPc_left .box_right .btn_reserve, .bgPc_right .box_left .btn_reserve, .bgPc_right .box_right .btn_reserve {
  border: 1px solid transparent;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  padding: 10px 26px 14px 26px;
  border-radius: 30px;
  margin: 20px 0;
  gap: 10px;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: 35px;
}
.bgPc_left .box_left .btn_reserve svg.icon_reserve, .bgPc_left .box_right .btn_reserve svg.icon_reserve, .bgPc_right .box_left .btn_reserve svg.icon_reserve, .bgPc_right .box_right .btn_reserve svg.icon_reserve {
  fill: #fff;
  width: 19px;
  height: 23px;
  flex-shrink: 0;
}
.bgPc_left .box_left .btn_reserve:hover, .bgPc_left .box_right .btn_reserve:hover, .bgPc_right .box_left .btn_reserve:hover, .bgPc_right .box_right .btn_reserve:hover {
  background-color: #fff;
  color: #000;
  border: solid 1px #000;
}
.bgPc_left .box_left .btn_reserve:hover svg.icon_reserve, .bgPc_left .box_right .btn_reserve:hover svg.icon_reserve, .bgPc_right .box_left .btn_reserve:hover svg.icon_reserve, .bgPc_right .box_right .btn_reserve:hover svg.icon_reserve {
  fill: #000;
}
.bgPc_left .box_left .container_btn, .bgPc_left .box_right .container_btn, .bgPc_right .box_left .container_btn, .bgPc_right .box_right .container_btn {
  display: inline-flex;
  gap: 10px;
  margin-top: 5px;
}
.bgPc_left .box_left .container_btn .item a.btn_circle, .bgPc_left .box_right .container_btn .item a.btn_circle, .bgPc_right .box_left .container_btn .item a.btn_circle, .bgPc_right .box_right .container_btn .item a.btn_circle {
  background-color: #fff;
  padding: 10px;
  border-radius: 30px;
  border: solid 1px #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.bgPc_left .box_left .container_btn .item a.btn_circle svg.icon, .bgPc_left .box_right .container_btn .item a.btn_circle svg.icon, .bgPc_right .box_left .container_btn .item a.btn_circle svg.icon, .bgPc_right .box_right .container_btn .item a.btn_circle svg.icon {
  fill: #000;
  width: 24px;
  height: 24px;
  transition: fill 0.2s ease;
}
.bgPc_left .box_left .container_btn .item a.btn_circle:hover, .bgPc_left .box_right .container_btn .item a.btn_circle:hover, .bgPc_right .box_left .container_btn .item a.btn_circle:hover, .bgPc_right .box_right .container_btn .item a.btn_circle:hover {
  background-color: #000;
}
.bgPc_left .box_left .container_btn .item a.btn_circle:hover svg.icon, .bgPc_left .box_right .container_btn .item a.btn_circle:hover svg.icon, .bgPc_right .box_left .container_btn .item a.btn_circle:hover svg.icon, .bgPc_right .box_right .container_btn .item a.btn_circle:hover svg.icon {
  fill: #fff;
}
.bgPc_left .box_right, .bgPc_right .box_right {
  top: 20% !important;
  height: 46.67% !important;
}
.bgPc_left .box_left, .bgPc_right .box_left {
  top: 10%;
  height: 58.89%;
}
.bgPc_right {
  left: auto;
  right: 0;
}

#container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: var(--container-width);
  background: url("../images/home/bg_noise_s.png") top center no-repeat #95afad;
  overflow: hidden;
}

/* ----------------------------------------
	header
---------------------------------------- */
header#masthead {
  position: relative;
  width: 100%;
  background-color: #95afad;
}
header#masthead::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/bg_noise.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* ------.hamburger------------ */
.hamburger {
  display: block;
  position: fixed;
  z-index: 99;
  right: 20px;
  top: 20px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  text-align: center;
  background-color: #eee;
}
@media print, screen and (min-width: 481px) {
  .hamburger {
    visibility: hidden;
  }
}
.hamburger p {
  color: #fff;
  z-index: 1;
  position: relative;
  margin-top: 20px;
  font-family: "Lato", sans-serif;
  font-size: 10px;
}
@media print, screen and (min-width: 481px) {
  .hamburger {
    right: calc(50% - 200px);
  }
}
.hamburger::after {
  display: inline-block;
  position: absolute;
  top: -20px;
  right: -20px;
  content: " ";
  width: 95.29px;
  height: 95.85px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 95.29 95.85"><path fill="%2395AFAD" d="M95.29,0H5.43C1.93,8.26,0,17.34,0,26.87c0,38.1,30.88,68.98,68.98,68.98,9.32,0,18.2-1.86,26.31-5.21V0Z" /></svg>') no-repeat;
}
.hamburger span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  width: 100%;
  height: 3px;
  background: #FFFFFF;
  z-index: 100;
  transition: all 0.2s;
}
.hamburger span:nth-child(2) {
  top: 12px;
}
.hamburger.active span {
  background: #FFFFFF;
}
.hamburger.active span:nth-child(1) {
  top: 6px;
  transform: rotate(23deg);
}
.hamburger.active span:nth-child(2) {
  top: 6px;
  transform: rotate(157deg);
}

/* ------#nav_global------------ */
#nav_global {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #95afad;
  text-align: center;
  transition: all 0.4s;
  padding: 0 5% 100px;
  width: var(--container-width);
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#nav_global ul#nav_main {
  margin: 80px auto 30px;
}
#nav_global ul#nav_main > li a {
  display: block;
  margin: 0 auto;
  padding: 12px 5px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}
#nav_global ul#nav_main > li:not(:last-child)::after {
  display: block;
  margin: 0 auto;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/common/ico_menu.png") no-repeat center/contain;
}
#nav_global.active {
  transform: translateX(0%);
  opacity: 1;
  z-index: 98;
}
#nav_global img.logo {
  padding: 20px 0 5px;
  width: 160px;
}
#nav_global small {
  display: block;
  color: #000;
}

/* ----------------------------------------
	#breadcrumbs
---------------------------------------- */
#breadcrumbs {
  margin: 0 auto;
  padding: 1em 3%;
  max-width: 1320px;
  width: 100%;
  font-size: 1.2rem;
  z-index: 3;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}

/* ----------------------------------------
	#content
---------------------------------------- */
#content {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border-left: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
}
@media screen and (max-width: 480px) {
  #content {
    border-left: solid 0px #ffffff;
    border-right: solid 0px #ffffff;
  }
}
#content .content_top_blue {
  margin-top: -48px;
}

.inner {
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
  z-index: 3;
}

.inner-bg {
  padding: 110px 5% 0px 5%;
}

.inner-bg2 {
  padding: 110px 5% 60px 5%;
}

.inner-bg3 {
  padding: 60px 5% 0px 5%;
}

section,
div.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
}
section.top,
div.section.top {
  padding-top: 0;
}
section.bottom,
div.section.bottom {
  padding-bottom: 0;
}
section.bg_white,
div.section.bg_white {
  background-color: #ffffff;
}
section.bg_beige,
div.section.bg_beige {
  background-color: #f4ece4;
}
section.bg_transparent,
div.section.bg_transparent {
  background-color: transparent;
}
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 ul.square li,
section ol.square li,
div.section ul.square li,
div.section ol.square li {
  list-style-type: square;
  margin-bottom: 1em;
  margin-left: 1em;
  text-indent: -1.2em;
}
section ul.disc li, section ol.disc li,
div.section ul.disc li,
div.section ol.disc li {
  position: relative;
  list-style-type: none;
  margin-bottom: 0.5em;
  padding-left: 20px;
}
section ul.disc li::before, section ol.disc li::before,
div.section ul.disc li::before,
div.section ol.disc li::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "●";
  font-size: 1.1rem;
  color: #9DAF6B;
}
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;
}

/* ----------------------------------------
	.page_title
---------------------------------------- */
.page_title {
  position: relative;
  width: 100%;
  height: 100px;
  background: #FFF5EE;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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);
}

/* ----------------------------------------
	.heading
---------------------------------------- */
.heading_white, .heading_blue {
  position: relative;
  margin-bottom: 40px;
  font-size: 52px;
  font-weight: 400;
  line-height: 0.5;
  text-align: center;
  font-family: "Bellefair", serif;
  color: #fff;
}
.heading_white span, .heading_blue span {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.heading_blue {
  color: #356360;
}

.circle-content {
  position: relative;
  overflow: hidden;
  margin-top: -50px;
  z-index: 1;
}
.circle-content .top-circle {
  background-color: #95afad;
  border-radius: 2000px 2000px 0 0/333px 333px 0 0;
  min-height: 300px;
  padding: 60px 30px 0;
}
.circle-content .top-circle p {
  line-height: 2em;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 0.1rem;
}
.circle-content .bottom-circle {
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #95afad 50%, #95afad 100%);
  border-radius: 0 0 2000px 2000px/0 0 333px 333px;
  min-height: 300px;
  padding: 110px 30px 75px;
}
.circle-content .bottom-circle p {
  line-height: 2em;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 0.1rem;
}
.circle-content .top-bottom-circle {
  background-color: #95afad;
  border-radius: 2000px 2000px 2000px 2000px/333px 333px 333px 333px;
  min-height: 300px;
  padding: 75px 30px 110px;
}
.circle-content .top-bottom-circle.beige {
  background-color: #f4ece4;
}
.circle-content .top-bottom-circle.bottom {
  padding: 75px 30px 75px;
}
.circle-content .top-bottom-circle p {
  line-height: 2em;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 0.1rem;
}

.box_parentheses {
  position: relative;
  padding: 0.25em 14px;
  text-align: center;
  margin-bottom: 30px;
}
.box_parentheses .tx_sub_02 {
  font-family: "Kaisei Opti", serif;
  font-size: clamp(13px, 4.2vw, 19px) !important;
  letter-spacing: 0rem !important;
}
.box_parentheses .tx_sub_02 span {
  letter-spacing: -10px;
}
.box_parentheses .donguri span {
  position: relative;
  padding-left: 30px;
}
.box_parentheses .donguri span::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(../images/common/ico_menu.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 4px;
  margin-left: -20px;
}
.box_parentheses:before, .box_parentheses:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  display: inline-block;
}
.box_parentheses:before {
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  top: 0;
  left: 0;
}
.box_parentheses:after {
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  bottom: 0;
  right: 0;
}
.box_parentheses p {
  margin: 0;
  padding: 0;
}

/* ----------------------------------------
	#top
---------------------------------------- */
.img_r {
  text-align: right;
}
.img_r img {
  margin-top: -12px;
  margin-right: -20px;
}

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

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

.ls-7 {
  letter-spacing: -7px;
}

.ls-2 {
  letter-spacing: -2px;
}

.ls-0 {
  letter-spacing: 0px;
}

.mt30 {
  margin-top: 30px;
}

.mt30mb-120 {
  margin-top: 30px;
  margin-bottom: -120px;
}

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

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt20 {
  margin-top: 20px;
}

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

.lh2 {
  line-height: 2;
}

.tx_bnr {
  line-height: 2em;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 0.1rem;
}

.button_about {
  border: 1px solid transparent;
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  font-weight: bold;
  padding: 20px 55px;
  text-decoration: none;
  color: #FFF;
  background: #000;
  transition: 0.4s;
}
.button_about img {
  margin-top: 3px;
  margin-left: 24px;
  display: inline-block;
  transition: 0.3s;
}
.button_about:visited, .button_about:focus, .button_about:active {
  color: #FFF;
}
.button_about:hover {
  background: #fff;
  color: #000;
  border: solid 1px #000;
}
.button_about:hover img {
  content: url("../images/common/ico_arrow_hover.png");
}

.button_tel {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
  color: #000;
  background: #fff;
  transition: 0.4s;
  border: solid 1px #000;
  font-family: "Lato", sans-serif;
  font-size: 25px;
  width: 320px;
  justify-content: center;
}
.button_tel .icon_tel {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  fill: #000;
  transition: 0.4s;
}
.button_tel:hover {
  background: #000;
  color: #fff;
}
.button_tel:hover .icon_tel {
  fill: #fff;
}

.button_reserve {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  font-weight: bold;
  padding: 15px;
  text-decoration: none;
  color: #fff;
  background: #000;
  transition: 0.4s;
  border: solid 1px #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  width: 320px;
  justify-content: center;
}
.button_reserve .icon_reserve {
  width: 24px;
  height: 28px;
  margin-right: 12px;
  fill: #fff;
  transition: 0.4s;
}
.button_reserve:visited, .button_reserve:focus, .button_reserve:active {
  color: #fff;
}
.button_reserve:hover {
  background: #fff;
  color: #000;
  border: solid 1px #000;
}
.button_reserve:hover .icon_reserve {
  fill: #000;
}

.button_line {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  font-weight: bold;
  padding: 15px;
  text-decoration: none;
  color: #fff;
  background: #95a571;
  transition: 0.4s;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  width: 320px;
  justify-content: center;
}
.button_line.border {
  border: solid 1px #fff;
}
.button_line .icon_line {
  width: 28px;
  height: 29px;
  margin-right: 12px;
  fill: #fff;
  transition: 0.4s;
}
.button_line:visited, .button_line:focus, .button_line:active {
  color: #fff;
}
.button_line:hover {
  background: #fff;
  color: #95a571;
}
.button_line:hover .icon_line {
  fill: #95a571;
}

.button_blue {
  position: relative;
  display: flex;
  align-items: center;
  background: #95afad;
  border-radius: 10px;
  padding: 18px 8px;
  margin-bottom: 25px;
  transition: 0.4s;
}
.button_blue::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/ico_arrow_circle.png);
  width: 28px;
  height: 29px;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
.button_blue:hover {
  background-color: #356360;
}
.button_blue .item1 {
  width: 25%;
  text-align: left;
}
.button_blue .item2 {
  width: 75%;
  text-align: left;
  font-size: 22px;
  line-height: 2.5rem;
  color: #fff;
  font-weight: 700;
}
.button_blue .item2 span {
  font-size: 14px;
}

.button_ggmap {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
  color: #000;
  background: #fff;
  transition: 0.4s;
  border: solid 1px #000;
  font-size: 16px;
  width: 320px;
  justify-content: center;
}
.button_ggmap .icon_ggmap {
  width: 21px;
  height: 28px;
  margin-right: 18px;
  margin-top: 3px;
  fill: #000;
  transition: 0.4s;
}
.button_ggmap:hover {
  background: #000;
  color: #fff;
}
.button_ggmap:hover .icon_ggmap {
  fill: #fff;
}

.accordion {
  max-width: 500px;
}
.accordion:not([open]) {
  margin-bottom: 18px;
}
.accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 5px 0 5px 10px;
  border-left: 3px solid #ffffff;
  background-color: transparent;
  color: #000000;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary::after {
  content: "";
  width: 30px;
  height: 20px;
  display: inline-block;
  background: url("data:image/svg+xml;utf8,        <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'>          <path fill='white' d='M300.3 440.8C312.9 451 331.4 450.3 343.1 438.6L471.1 310.6C480.3 301.4 483 287.7 478 275.7C473 263.7 461.4 256 448.5 256L192.5 256C179.6 256 167.9 263.8 162.9 275.8C157.9 287.8 160.7 301.5 169.9 310.6L297.9 438.6L300.3 440.8z'/>        </svg>") no-repeat center/contain;
  transition: transform 0.3s;
  transform-origin: center;
}
.accordion[open] summary::after {
  transform: rotate(180deg);
}
.accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em;
  color: #000000;
  transition: transform 0.5s, opacity 0.5s;
}
.accordion[open] p {
  transform: none;
  opacity: 1;
}

.indent1 {
  display: block;
  text-indent: -4em;
  padding-left: 4em;
  line-height: 2;
}

.ttl_blue {
  display: inline-block;
  background-color: #95afad;
  padding: 5px 20px;
  text-align: center;
  border-radius: 30px;
}

.ttl_white {
  display: inline-block;
  background-color: #fff;
  padding: 5px 20px;
  text-align: center;
  border-radius: 30px;
  color: #356360;
}

table {
  text-align: center;
}
table th, table td {
  padding: 5px;
  border: solid 1px #b1b1b1;
}
table th.bg_transparent, table td.bg_transparent {
  background-color: transparent;
}
table th {
  font-size: 15px;
  color: #356360;
  background: #fff;
  font-weight: 400;
}
table td {
  font-size: 18px;
  color: #95afad;
}

.alignC {
  text-align: center;
}

/* ----------------------------------------
	#mastfoot
---------------------------------------- */
#mastfoot {
  border-left: solid 3px #fff;
  border-right: solid 3px #fff;
  position: relative;
  padding: 50px 0 15px;
  width: 100%;
  color: #000;
  text-align: center;
  background-color: transparent;
}
@media screen and (max-width: 480px) {
  #mastfoot {
    border-left: solid 0px #fff;
    border-right: solid 0px #fff;
    padding: 50px 0 75px;
  }
}
#mastfoot .top-circle {
  background-color: #95afad;
  border-radius: 2000px 2000px 0 0/333px 333px 0 0;
  min-height: 300px;
  padding: 60px 30px 0;
}
#mastfoot a {
  color: #FFFFFF;
}
#mastfoot small.copyright {
  font-size: 11px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
#mastfoot .tx_foot {
  font-weight: 700;
  font-size: 18px;
}
#mastfoot .tx_foot span {
  font-size: 14px;
}
#mastfoot .buttons_foot {
  display: flex;
  color: #fff;
  width: 100%;
  max-width: 480px;
  margin-top: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #356360;
}
@media print, screen and (min-width: 481px) {
  #mastfoot .buttons_foot {
    visibility: collapse;
  }
}
#mastfoot .buttons_foot a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 0;
  flex-shrink: 0;
  background-color: #356360;
}
#mastfoot .buttons_foot a svg {
  height: 20px;
  width: auto;
}
#mastfoot .buttons_foot a p {
  font-size: 10px;
  margin-bottom: 0;
  margin-top: 5px;
}
#mastfoot .buttons_foot .item1 {
  flex-basis: 14.606741573%;
  border-right: 1px solid #fff;
}
#mastfoot .buttons_foot .item2,
#mastfoot .buttons_foot .item3,
#mastfoot .buttons_foot .item4 {
  flex-basis: 21.3483146067%;
  border-right: 1px solid #fff;
}
#mastfoot .buttons_foot .item5 {
  flex-basis: 21.3483146067%;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#container {
  flex: 1 0 auto;
}/*# sourceMappingURL=common.css.map */