@charset "UTF-8";
html {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
}

@media (min-width: 641px) {
  html {
    font-feature-settings: "palt";
  }
  html.safari {
    font-feature-settings: "pkna";
  }
}
.touchevents * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

body, button, dd, dl, dt, figure, h1, h2, h3, h4, h5, h6, li, ol, p, select, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

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

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

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

hr {
  height: 0;
  overflow: visible;
  box-sizing: border-box;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: #333333;
}

li {
  list-style: none;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

summary {
  display: list-item;
}

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

canvas {
  display: inline-block;
}

button, select {
  cursor: pointer;
  text-transform: none;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border: none;
}

select::-ms-expand {
  display: none;
}

@media (min-width: 641px) {
  [data-sc-sp] {
    display: none !important;
  }
}
@media (max-width: 640px) {
  [data-sc-pc] {
    display: none !important;
  }
}
[data-autoheight], [data-pc-autoheight], [data-sp-autoheight] {
  transition: none !important;
}

[data-loadfile] {
  opacity: 0;
  transition: 1s;
}

[data-loadfile][src], [data-loadfile][style*=background-image] {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  img {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .inpage {
    margin-top: 0;
  }
}
.font-kiwi-Regular {
  font-family: "kiwi-maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-ITC-Avant-Garde-Gothic-Pro-Medium {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2rem;
}

a.commonbtn01 {
  border: 3px solid #4c4c4c;
  border-radius: 20px;
  height: 42px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-right: 9pt;
  transition: 0.2s;
  background-color: #ffffff;
  font-size: 16px;
}
a.commonbtn01:hover {
  background-color: #00A0E9;
}
a.commonbtn01 img {
  max-width: 36px;
  width: 100%;
}
a.commonbtn01 span {
  line-height: 0;
}
a.info {
  max-width: 133.5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
a.info-content01 {
  max-width: 134px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
a.price {
  max-width: 174px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
a.mail {
  max-width: 145px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  a.info {
    max-width: 137px;
  }
  a.price {
    max-width: 185px;
  }
  a.mail {
    max-width: 150px;
  }
}
a.tel-header p {
  text-align: center;
  font-size: 19px;
}
a.tel-header p span {
  font-size: 20px;
}
a.tel {
  margin-top: 20px;
}
a.tel p {
  text-align: center;
  font-size: 18px;
}
a.tel p span {
  font-size: 28px;
}

html body main {
  max-width: 1200px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

html body header {
  width: 100%;
}
html body header .left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
html body header .left .row01 {
  max-width: 606px;
  width: 100%;
  margin: 20px 0 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html body header .left .row01 a.logo img {
  max-width: 310px;
  width: 100%;
  height: 59px;
}
html body header .left nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
html body header .left nav ul:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #4c4c4c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
html body header .left nav ul li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  z-index: 10;
}
html body header .left nav ul li:nth-last-child(1) {
  margin-right: 0;
}
html body footer.footerArea {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px solid #00A0E9;
  text-align: center;
}
html body footer.footerArea a.logo {
  display: block;
  margin-bottom: 10px;
}
html body footer.footerArea ul.link02 {
  margin-bottom: 10px;
}
html body footer.footerArea ul.link02 li {
  display: inline-block;
  vertical-align: top;
}
html body footer.footerArea ul.link02 li a {
  padding: 5px 15px;
  display: inline-block;
}
html body footer.footerArea ul.link02 li a span {
  color: #333;
}
html body footer.footerArea p.copyright {
  margin: 20px auto;
}

.pageTitleStyle {
  font-size: 40px;
  color: #00A0E9;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .pageTitleStyle {
    font-size: 30px;
  }
}
.pageHeaderArea {
  text-align: center;
  margin: 50px 0;
}
.pageHeaderArea .title01 {
  margin-bottom: 30px;
}
.pageHeaderArea .caption01 {
  line-height: 2;
}

@media print, screen and (max-width: 640px) {
  .pageHeaderArea {
    margin: 20px 0;
  }
  .pageHeaderArea .title01 {
    margin-bottom: 5%;
  }
  .pageHeaderArea .title01 img {
    width: auto;
    height: 40px;
    height: 20vw;
  }
  .pageHeaderArea .caption01 {
    line-height: 1.5;
    padding: 0 5%;
  }
}
.tablenote01 {
  text-align: right;
}

.layout01 .in {
  border: 1px solid #969696;
  background-color: #eaeaea;
  margin: auto;
  width: 100%;
  padding: 20px 35px;
  text-align: left;
  line-height: 1.7;
  color: #1c1c1c;
  box-sizing: border-box;
}
.layout01 .in.type02 li {
  list-style-type: decimal;
  list-style-position: outside;
  line-height: 1.2;
}
.layout01 .in.type02 li + li {
  margin-top: 5px;
}
.layout01 b.type01 {
  color: #ff1d25;
  font-weight: 400;
}

@media print, screen and (max-width: 640px) {
  .layout01 br {
    display: none;
  }
  .layout01 .in {
    padding: 15px;
  }
  .layout01 .in.type02 {
    padding-left: 38px;
  }
  .layout01 .in.type02 li + li {
    margin-top: 15px;
  }
}
.layout02 {
  border-top: 1px solid #969696;
  border-left: 1px solid #969696;
  width: 100%;
  text-align: left;
}
.layout02 caption {
  text-align: left;
  margin-bottom: 6px;
  line-height: 1.3;
  color: #292929;
}
.layout02 td {
  border-right: 1px solid #969696;
  border-bottom: 1px solid #969696;
  padding: 11px 0 11px 9pt;
}
.layout02 th {
  border-right: 1px solid #969696;
  border-bottom: 1px solid #969696;
  padding: 11px 0 11px 9pt;
  width: 35%;
  background-color: #ebebeb;
}
.layout02 td {
  width: 60%;
}
.layout02 td .price {
  color: #ff3d00;
  display: inline-block;
  vertical-align: middle;
}
.layout02 td .price02 {
  display: inline-block;
  vertical-align: middle;
}
.layout02 td .subdisc01 {
  color: #292929;
  display: inline-block;
  vertical-align: middle;
}
.layout02.type02 th {
  width: 65%;
}
.layout02.type02 td {
  width: 35%;
}
.layout02.type03 th {
  width: 50%;
}
.layout02.type03 td {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .layout02 td .price, .layout02 td .subdisc01 {
    display: block;
  }
  .layout02 caption {
    line-height: 1.2;
  }
  .layout02 th {
    width: 40%;
    line-height: 1.3;
    padding: 5px 0 5px 5px;
  }
  .layout02.type02 th {
    width: 50%;
  }
  .layout02 td {
    line-height: 1.3;
  }
}
h1.c-pageTitle {
  font-size: 40px;
  color: #00A0E9;
  text-align: center;
}

small.c-pageTitle__subTitle {
  display: none;
}

#main_content {
  margin-top: 30px;
}

.pointer-events .commonbtn01.noicon {
  padding-left: 9pt;
}

.pointer-events .commonbtn01:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.pointer-events .commonbtn01.noicon:before {
  display: none;
}

.commonbtn01 span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-weight: 700;
  transition: 0.2s;
}

.commonbtn01:hover span {
  color: #fff;
}

.commonbtn01:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.footerArea .link01 {
  margin-bottom: 20px;
}

@media print, screen and (max-width: 640px) {
  .footerArea .link02 li a {
    padding: 9pt 15px;
  }
}
.layout03 {
  overflow: hidden;
  border-top: 1px solid #232323;
  border-left: 1px solid #232323;
  text-align: left;
}

.layout03 li {
  box-sizing: border-box;
  border-bottom: 1px solid #232323;
  border-right: 1px solid #232323;
  width: 49.9%;
  float: left;
  padding: 11px 5px 11px 20px;
}

.layout03 li span {
  display: block;
}

@media screen and (max-width: 640px) {
  .layout03 li {
    width: 100%;
    float: none;
    padding: 10px 5px 10px 10px;
  }
}
.layout04 {
  border: 1px solid #969696;
  text-align: left;
  padding: 10px 10px 10px 30px;
}

.layout04.type02 {
  padding: 10px;
  line-height: 1.5;
}

.layout04.type02 + .layout04.type02 {
  margin-top: 15px;
}

.layout04 li {
  list-style-type: decimal;
  list-style-position: outside;
  color: #292929;
  line-height: 1.3;
}

.layout04 li + li {
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .layout04.type02 + .layout04.type02 {
    margin-top: 5%;
  }
  .layout04 li + li {
    margin-top: 3%;
  }
}
.layout05 {
  background-image: url(../img/common/img01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  height: 500px;
  padding: 0 5%;
  margin-bottom: 5pc;
  margin-top: 75pt;
}

.layout05:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.layout05:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.layout05 .link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 50pc;
  margin: auto;
}

.pointer-events .layout05 .link:before {
  content: "";
  display: block;
  width: 181px;
  height: 154px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -84px;
  right: 170px;
}

.layout05 .link img {
  position: relative;
}

.layout05 .link .txt01 {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .layout05 {
    height: 330px;
    margin-top: 15%;
  }
  .layout05 .link, .layout05 .link .txt01, .layout05 .link .txt02 {
    width: 100%;
  }
  .pointer-events .layout05 .link:before {
    width: 30%;
    height: 0;
    top: -3pc;
    right: 17%;
    padding-top: 27%;
  }
}
.layout06 > .in {
  max-width: 1000px;
  width: 100%;
  padding: 30px;
  border: 1px solid #ffc3b0;
  box-sizing: border-box;
  margin: auto;
}

.layout06 .layout06Title01 {
  line-height: 1.5rem;
  color: #ff1d25;
}

.layout06 .layout06Title02 {
  line-height: 2.3rem;
  color: #4c4c4c;
  font-weight: 700;
}

.layout06 .layout06Title02:before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #4c4c4c;
  display: inline-block;
  margin-right: 5px;
}

.layout06 .layout06Caption01 {
  line-height: 1.8rem;
  color: #4c4c4c;
}

@media screen and (max-width: 640px) {
  .layout06 > .in {
    padding: 15px;
  }
  .layout06 .layout06Title01 {
    line-height: 2rem;
  }
  .layout06 .layout06Title02 {
    line-height: 1.8rem;
  }
  .layout06 .layout06Title02:before {
    width: 9px;
    height: 9px;
  }
  .layout06 .layout06Caption01 {
    line-height: 1.6rem;
  }
}
.cmnTxt01 {
  line-height: 1.2;
  display: block;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb100 {
  margin-bottom: 75pt;
}

@media print, screen and (max-width: 640px) {
  .mb10 {
    margin-bottom: 2%;
  }
  .mb20 {
    margin-bottom: 4%;
  }
  .mb30 {
    margin-bottom: 6%;
  }
  .mb40 {
    margin-bottom: 8%;
  }
  .mb50 {
    margin-bottom: 10%;
  }
  .mb75 {
    margin-bottom: 12.5%;
  }
  .mb100 {
    margin-bottom: 15%;
  }
}
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt75 {
  margin-top: 75px;
}

.mt100 {
  margin-top: 75pt;
}

@media print, screen and (max-width: 640px) {
  .mt10 {
    margin-top: 2%;
  }
  .mt20 {
    margin-top: 4%;
  }
  .mt30 {
    margin-top: 6%;
  }
  .mt40 {
    margin-top: 8%;
  }
  .mt50 {
    margin-top: 10%;
  }
  .mt75 {
    margin-top: 12.5%;
  }
  .mt100 {
    margin-top: 15%;
  }
}/*# sourceMappingURL=common.css.map */