@charset "UTF-8";
/* box-sizing: border-box;を設定 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* フォントサイズの拡大を防ぐ */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  word-break: break-word;
}

/* リストのスタイルを削除、これはデフォルトのスタイルが削除されることを示唆します */
ul,
ol {
  list-style: none;
}

/* 見出しやインタラクティブ要素のline-heightを設定 */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: inherit;
}

/* 見出しのテキスト折り返しをbalanceに設定 */
/* 画像の扱いを簡単にする */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* inputやbuttonなどのfontは継承 */
input,
button,
textarea,
select {
  font: inherit;
}

table {
  border-collapse: collapse;
}

body,
button,
input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

html,
body {
  position: relative;
  width: 100%;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 120px;
}

body {
  font-size: 1.4rem;
  line-height: 1.6875;
}

:where(body, button, input, textarea, select) {
  color: #222222;
  font-size: inherit;
  line-height: inherit;
}

label,
select,
input[type=checkbox],
input[type=radio],
button {
  cursor: pointer;
}

a {
  color: #0065bb;
}
a:hover {
  text-decoration: none;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 25px;
}

.mb35 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 30px;
}

.mb45 {
  margin-bottom: 35px;
}

.mb50 {
  margin-bottom: 30px;
}

.mb55 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 30px;
}

.mb65 {
  margin-bottom: 30px;
}

.mb70 {
  margin-bottom: 35px;
}

.mb75 {
  margin-bottom: 35px;
}

.mb80 {
  margin-bottom: 40px;
}

.mb85 {
  margin-bottom: 40px;
}

.mb90 {
  margin-bottom: 45px;
}

.mb95 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 50px;
}

.mb110 {
  margin-bottom: 55px;
}

.mb120 {
  margin-bottom: 60px;
}

.mb125 {
  margin-bottom: 65px;
}

.mb130 {
  margin-bottom: 60px;
}

.mb140 {
  margin-bottom: 60px;
}

.mb150 {
  margin-bottom: 60px;
}

.mb160 {
  margin-bottom: 70px;
}

.mb170 {
  margin-bottom: 70px;
}

.mb180 {
  margin-bottom: 70px;
}

.mb190 {
  margin-bottom: 70px;
}

.mb200 {
  margin-bottom: 70px;
}

.centerBox {
  max-width: 1082px;
  margin-inline: auto;
  padding-inline: 25px;
}

.pcBr {
  display: none;
}

/*
html::-webkit-scrollbar {
  width: 12px;
}

html::-webkit-scrollbar-track {
  width: 12px;
  background-color: #fff;
}

html::-webkit-scrollbar-thumb {
  background-color: #0065bb;
}*/
header {
  background-image: url(../images/header-bg.png);
  background-size: cover;
  background-position: 20%;
  position: relative;
  padding: 0 15px;
}
header .headerInner {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 718px;
  padding: 20px 0 46px;
  position: relative;
}
header .headerInner .headerTitleImage {
  max-height: 100%;
  width: auto;
}
header .headerInner .headerTitleLogo {
  max-width: 20.5%;
  transform: scale(0.94) rotate(-15deg);
  position: absolute;
  left: -8px;
  bottom: 32px;
}

.footerUseLink {
  background-color: #ccb9ff;
  padding: 40px 15px;
}
.footerUseLink .footerUseText {
  display: block;
  max-width: 700px;
  border: 1px solid #000;
  border-radius: 7px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px;
  margin: 0 auto;
  color: inherit;
  box-shadow: 0 3px 0 #000;
}

.footerContact {
  background-color: #feffd5;
  background-image: url(../images/footer-contact-bg.svg);
  background-size: 40px 40px;
  background-position: top;
  padding: 0 15px;
}
.footerContact .footerContactInner {
  display: grid;
  place-content: center;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  gap: 10px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  height: 161.59px;
}
.footerContact .footerContactInner #pd10 {
  padding: 5px;
}
.footerContact .footerContactInner .footerContactBox {
  text-align: center;
  background-color: #FFF;
  border: 4px solid #ff51a2;
  border-radius: 4px;
  height: 85.59px;
}
.footerContact .footerContactInner .footerContactBox .footerMail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  line-height: 1.2;
  color: #ff51a2;
  font-weight: 600;
  font-size: 15px;
}
.footerContact .footerContactInner .footerContactBox p {
  font-size: 12px;
  font-weight: 600;
}
.footerContact .footerContactInner .footerContactBox p:nth-child(1) {
  margin-bottom: 0px;
}
.footerContact .footerContactInner .footerContactBox .footerPhone {
  height: 22px;
  line-height: 22px;
  color: #ff51a2;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 0px;
}

.footerCopy {
  height: 29.8px;
  background-color: #ff51a2;
  color: #fff824;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerCopy small {
  font-size: 1.2rem;
}

::selection {
  color: #fff;
  background: #96D8BA;
}

#calendertop {
  scroll-margin-top: -55px;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  touch-action: manipulation;
}

/*ページ切り替え時のアニメーションCSS*/
/*-------------------
ハンバーガーメニューCSS
---------------------*/
#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #D6A7FF;
  transition: height 0.25s;
  overflow: hidden;
}
#g-nav .g-navInner .navMenuTitle {
  display: flex;
  flex-wrap: wrap;
  height: 50px;
  align-items: center;
  padding-right: 75px;
  margin-bottom: 35px;
  margin-left: 10px;
}
#g-nav .g-navInner .navMenuTitle p {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 1.8rem;
  margin-right: 10px;
  color: #000;
  align-items: center;
  height: 22px;
}
#g-nav .g-navInner ul {
  max-width: 680px;
  z-index: 999;
  display: block;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
#g-nav .g-navInner ul li {
  width: 100%;
  height: 59px;
  font-size: 1.8rem;
  font-family: Montserrat;
  border-bottom: solid 1px #EEDBFF;
  list-style: none;
  text-align: center;
  margin-top: 8px;
}
#g-nav .g-navInner .navMenuContact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  gap: 10px;
  max-width: 700px;
  height: 94.8px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding: 0 10px;
}
#g-nav .g-navInner .navMenuContact #pd10 {
  padding: 10px;
}
#g-nav .g-navInner .navMenuContact .navMenuContactBox {
  display: grid;
  place-items: center;
  background-color: #FFF;
  border: 2px solid #ff51a2;
  border-radius: 4px;
}
#g-nav .g-navInner .navMenuContact .navMenuContactBox .navMenuMail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  line-height: 1.2;
  color: #ff51a2;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: Montserrat;
}
#g-nav .g-navInner .navMenuContact .navMenuContactBox p {
  font-size: 1.2rem;
  font-weight: 600;
}
#g-nav .g-navInner .navMenuContact .navMenuContactBox p:nth-child(1) {
  margin-bottom: 5px;
}
#g-nav .g-navInner .navMenuContact .navMenuContactBox .navMenuPhone {
  height: 22px;
  line-height: 22px;
  color: #ff51a2;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 5px;
}

#g-nav.panelactive {
  height: 100vh;
}

/*ナビゲーション*/
#g-nav li a {
  color: #FFF824;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*ボタン*/
.openbtn1 {
  position: fixed;
  z-index: 9999;
  top: 7px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #D6A7FF;
  border: solid 2px #000;
  box-shadow: 3px 3px 0px 0 rgb(0, 0, 0);
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.25s;
  position: absolute;
  height: 2px;
  border-radius: 2px;
  background-color: #FFF;
  width: 54%;
  left: 22%;
}

.openbtn1 span:nth-of-type(1) {
  top: 30%;
  background-color: #000;
}

.openbtn1 span:nth-of-type(2) {
  top: 50%;
  background-color: #000;
}

.openbtn1 span:nth-of-type(3) {
  top: 70%;
  background-color: #000;
}

.openbtn1.active {
  background-color: #FFF;
}

.openbtn1.active span:nth-of-type(1) {
  top: 50%;
  transform: rotate(-315deg);
  width: 60%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 50%;
  transform: rotate(315deg);
  width: 60%;
}

/*
(ハンバーガーメニューここまで)
----------------------------*/
/*
各ページのタイトル
----------------------------*/
.sectionTitle {
  background-color: #FF51A2;
  padding: 15px;
  margin-bottom: 25px;
}
.sectionTitle p {
  text-align: center;
  font-weight: 400;
}
.sectionTitle .sectionTitleMain {
  color: #fff;
  font-size: 2rem;
  font-family: Montserrat;
  line-height: 1.4;
}
.sectionTitle .sectionTitleSub {
  color: #fff;
  font-size: 1.4rem;
}

/*
問合せ＆申込フォームのスタイル
----------------------------*/
.formOuter {
  max-width: 730px;
  padding: 0 15px;
  margin: 0 auto;
}
.formOuter .formBlock {
  padding: 0 0 25px;
}
.formOuter .formBlock .formTitle {
  display: flex;
  align-items: center;
  padding: 13px;
  background-color: #f6f6f6;
  margin: 0 0 15px;
}
.formOuter .formBlock .formTitle span {
  font-size: 1.5rem;
  font-weight: 600;
}
.formOuter .formBlock .formTitle .formTitleRequierd {
  background-color: #ff51a2;
  color: #fff;
  width: 52px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin: 0 15px 0 0;
}
.formOuter .formBlock .formInput {
  height: 52px;
}
.formOuter .formBlock .formTextarea {
  height: 150px;
}
.formOuter .formBlock .formInput, .formOuter .formBlock .formTextarea {
  border: 1px solid #cfcfcf;
  padding: 10px;
  width: 100%;
}
.formOuter .formBlock .formInput:focus, .formOuter .formBlock .formTextarea:focus {
  border: 2px solid #000;
  border-radius: 5px;
}
.formOuter .formSubmitBtn {
  background-color: #ff51a2;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  border: 0;
  font-size: 1.5rem;
  max-width: 320px;
  display: block;
  margin: 30px auto 0;
  width: 100%;
}
@media (min-width: 960px){
  body {
    font-size: 1.6rem;
    text-align: justify;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb35 {
    margin-bottom: 35px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .mb45 {
    margin-bottom: 45px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .mb55 {
    margin-bottom: 55px;
  }
  .mb60 {
    margin-bottom: 60px;
  }
  .mb65 {
    margin-bottom: 65px;
  }
  .mb70 {
    margin-bottom: 70px;
  }
  .mb75 {
    margin-bottom: 75px;
  }
  .mb80 {
    margin-bottom: 80px;
  }
  .mb85 {
    margin-bottom: 85px;
  }
  .mb90 {
    margin-bottom: 90px;
  }
  .mb95 {
    margin-bottom: 95px;
  }
  .mb100 {
    margin-bottom: 100px;
  }
  .mb110 {
    margin-bottom: 110px;
  }
  .mb120 {
    margin-bottom: 120px;
  }
  .mb125 {
    margin-bottom: 125px;
  }
  .mb130 {
    margin-bottom: 130px;
  }
  .mb140 {
    margin-bottom: 140px;
  }
  .mb150 {
    margin-bottom: 150px;
  }
  .mb160 {
    margin-bottom: 160px;
  }
  .mb170 {
    margin-bottom: 170px;
  }
  .mb180 {
    margin-bottom: 180px;
  }
  .mb190 {
    margin-bottom: 190px;
  }
  .mb200 {
    margin-bottom: 200px;
  }
  .spBr {
    display: none;
  }
  .pcBr {
    display: inline;
  }
}
@media (max-width: 520px){
  .formOuter .formBlock .formTitle span {
    font-weight: 400;
  }
}
@media print{
  body {
    width: 960px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=common.css.map*/