@charset "UTF-8";
/*============================================================

  基本セッティング

============================================================*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2b4352;
  font-size: 1.8rem;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}

.pcdn {
  display: none;
}

@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 1.6rem;
    line-height: 1.65;
  }

  .tbdn {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.6rem;
  }

  .spdn {
    display: none;
  }

  .pcdn {
    display: block;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.35;
  color: #0d224a;
}

img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: #df1b52;
  text-decoration: underline;
  /* font-weight: 700; */
}

a:hover {
  /* color: #df1b52; */
  text-decoration: none;
}

/*============================================================

  共通パーツ

============================================================*/
/*============================
  横幅を揃えるクラス
==============================*/
.container {
  width: 92%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.container--x-small {
  max-width: 680px;
}

.container--small {
  max-width: 800px;
}
.container--medium {
  max-width: 900px;
}
.container--large {
  max-width: 960px;
}

.container--x-large {
  max-width: 1060px;
}

.container--xx-large {
  max-width: 1100px;
}

.container--xxx-large {
  max-width: 1280px;
}

/*============================
  ヘッダー
==============================*/
.sub-header {
  background: #74c3ee;
  height: 64px;
}

@media screen and (max-width: 480px) {
  .sub-header {
    height: 48px;
  }
}
.sub-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  margin-left: auto;
  margin-right: auto;
}

.sub-header__block--contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 480px;
}

@media screen and (max-width: 768px) {
  .sub-header__block--contact {
    display: none;
  }
}
.sub-header__title {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.35;
  color: #fafafa;
}

@media screen and (max-width: 480px) {
  .sub-header__title {
    font-size: 1.1rem;
  }
}
.sub-header__phone {
  margin-right: 32px;
  text-align: center;
  color: #fafafa;
}

.sub-header__phone a {
  color: inherit;
  text-decoration: none;
}

.sub-header__number {
  display: block;
  margin-bottom: 5px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
}

.sub-header__number::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "";
  margin-right: 3px;
  font-size: 2rem;
}

.sub-header__business-hour {
  display: block;
  font-size: 1.1rem;
  line-height: 1;
}

.header {
  position: relative;
  height: 104px;
  border-bottom: 3px solid #74c3ee;
  background: #fff;
  z-index: 6000;
}

@media screen and (max-width: 768px) {
  .header {
    height: 88px;
  }
}
@media screen and (max-width: 480px) {
  .header {
    height: 64px;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
}

.navigation {
  height: 100%; 	height: 100%;
    font-feature-settings: "palt";
  } 

@media screen and (max-width: 768px) {
  .navigation {
    display: none;
  }
}
.navigation .lists {
  display: flex;
  align-items: center;
  height: inherit;
}
.navigation .list {
  position: relative;
  margin-right: 4px;
  text-align: center;
  height: inherit;
}
.navigation .list:hover .lists-child {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0%);
}
.navigation .list:last-child {
  margin-right: 0;
}
.navigation .trigger {
  height: 100%;
}
.navigation .anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0d224a;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  transition: all 0.2s;
}

.navigation .list .workshop a{
	line-height: 1.6 !important;
	}
	
	.navigation .list .workshop span{
	color:#df1b52;
	} 


@media screen and (max-width: 1024px) {
  .navigation .anchor {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1.4rem;
  }
}
.navigation .anchor:hover {
  color: #df1b52;
}
.navigation .anchor--disabele:hover {
  color: inherit;
}
.navigation .nav-expand {
  display: none;
}
.navigation .lists-child {
  display: block;
  position: absolute;
  top: 85px;
  left: 50%;
  width: 240px;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  border-radius: 2px;
  transform: translateX(-50%) translateY(-5%);
  transition: all ease-in-out 0.2s;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
  z-index: 9999;
}
.navigation .lists-child::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  top: -23px;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: -12px;
}
.navigation .list-child {
  text-align: center;
  border-bottom: 1px dashed #74c3ee;
}
.navigation .list-child:last-child {
  border-bottom: none;
}
.navigation .child-anchor {
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d224a;
  line-height: 1.3;
  -webkit-user-select: none;
          user-select: none;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .navigation .child-anchor {
    font-size: 1.4rem;
  }
}
.navigation .child-anchor:hover {
  color: #df1b52;
}

.mobile-navigation {
  position: absolute;
  display: none;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  background: #fff;
  z-index: 1000;
}
.mobile-navigation.is-active {
  display: block;
  box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.13);
}
.mobile-navigation .list {
  border-bottom: 1px dashed #74c3ee;
}
.mobile-navigation .list:last-child {
  border-bottom: 0;
}
.mobile-navigation .trigger {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.mobile-navigation .anchor {
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0d224a;
  text-decoration: none;
}
.mobile-navigation .nav-expand {
  margin-right: 16px;
  font-size: 1.8rem;
  transform: translateY(1px);
}
.mobile-navigation .nav-expand.is-active {
  transform: rotate(-180deg) translateY(-2px);
}
.mobile-navigation .lists-child {
  display: none;
}
.mobile-navigation .lists-child.is-active {
  display: block;
}
.mobile-navigation .list-child {
  border-bottom: 1px dashed #cfeaf9;
}
.mobile-navigation .list-child:first-child {
  border-top: 1px dashed #cfeaf9;
}
.mobile-navigation .list-child:last-child {
  border-bottom: none;
}
.mobile-navigation .child-anchor {
  display: block;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 26px;
  padding-right: 16px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0d224a;
  line-height: 1.3;
  text-decoration: none;
}
.mobile-navigation .child-anchor::before {
  position: relative;
  top: 1px;
  margin-right: 8px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "";
  font-size: 1.8rem;
}
.mobile-navigation .child-anchor:hover {
  color: #df1b52;
}

.button {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 24px;
  padding-right: 24px;
  background: #df1b52;
  font-size: 1.4rem;
  line-height: 1;
  color: #fafafa;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.15s;
}

.button:hover {
  background: #f6376d;
  color: #fafafa;
}

.logo {
  display: block;
  width: 288px;
}

@media screen and (max-width: 480px) {
  .logo {
    width: 216px;
  }
}
.hamburger {
  display: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #0d224a;
  text-decoration: none;
  text-transform: uppercase;
  width: 48px;
  text-align: center;
}

.hamburger:visited,
.hamburger:hover {
  color: inherit;
}

.hamburger::before {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "";
  font-size: 3rem;
  color: #0d224a;
  line-height: 1;
}

.hamburger.is-active::before {
  content: "";
}

@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
  }
}
/*============================
  お問い合わせ
==============================*/
.contact {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .contact {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 480px) {
  .contact {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.contact__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .contact__container {
    flex-direction: column;
  }
}
.contact__block:nth-child(1) {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .contact__block:nth-child(1) {
    width: 60%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  .contact__block:nth-child(1) {
    width: 100%;
  }
}
.contact__block:nth-child(2) {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .contact__block:nth-child(2) {
    width: 100%;
  }
}
.button-contact {
  width: 400px;
}

@media screen and (max-width: 768px) {
  .button-contact {
    width: 100%;
  }
}
.button-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #74c3ee;
  border: 2px solid #74c3ee;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}

@media screen and (max-width: 480px) {
  .button-contact a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.button-contact a:hover {
  background: none;
  color: #74c3ee;
}

.button-contact i {
  font-size: 2.6rem;
  line-height: 1;
  margin-right: 8px;
}

@media screen and (max-width: 480px) {
  .button-contact i {
    margin-right: 4px;
    font-size: 2.3rem;
  }
}
.telephone-block {
  text-align: center;
}

.telephone-block__phone-number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #74c3ee;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .telephone-block__phone-number {
    font-size: 2.3rem;
  }
}
.telephone-block__phone-number:hover {
  text-decoration: none;
  color: #74c3ee;
}

.telephone-block i {
  font-size: 3.2rem;
  margin-right: 8px;
}

@media screen and (max-width: 480px) {
  .telephone-block i {
    font-size: 2.6rem;
  }
}
.telephone-block__time {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 480px) {
  .telephone-block__time {
    font-size: 1.4rem;
  }
}
.telephone-block__management {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #4481C8;
}

@media screen and (max-width: 480px) {
  .telephone-block__management {
    font-size: 1.6rem;
  }
}
.telephone-block__management-header {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: #74c3ee;
  color: #3eb1f4;
}

@media screen and (max-width: 480px) {
  .telephone-block__management-header {
    font-size: 1.3rem;
  }
}

/*============================
  フッター
==============================*/
.footer {
  background: #74c3ee;
  padding-top: 80px;
  padding-bottom: 48px;
  color: #fafafa;
}

@media screen and (max-width: 480px) {
  .footer {
    padding-top: 48px;
    padding-bottom: 32px;
  }
}
.footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 48px;
}

.footer__block {
  width: 33.333333333%;
}

@media screen and (max-width: 480px) {
  .footer__block {
    width: 100%;
    margin-bottom: 24px;
  }

  .footer__block:last-child {
    margin-bottom: 0;
  }
}
.footer__inner-container {
  padding-left: 32px;
}

@media screen and (max-width: 480px) {
  .footer__inner-container {
    padding-left: 0;
  }
}
.footer__title {
  margin-bottom: 16px;
  font-size: 1.6rem;
  color: #fafafa;
}

@media screen and (max-width: 480px) {
  .footer__title {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
}
.footer__list {
  margin-left: 10px;
}

.footer__list-item {
  margin-bottom: 4px;
  padding-left: 0.5em;
  text-indent: -0.3em;
  font-size: 1.5rem;
  line-height: 1.65;
}

@media screen and (max-width: 480px) {
  .footer__list-item {
    font-size: 1.4rem;
  }
}
.footer__anchor {
  position: relative;
  display: inline-block;
  color: #fafafa;
  text-decoration: none;
}

.footer__anchor::before {
  position: relative;
  top: 1px;
  margin-right: 3px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "";
  font-size: 1.6rem;
}

.footer__anchor:hover {
  color: #fafafa;
  opacity: 0.7;
}

.footer__produce {
  margin-bottom: 48px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .footer__produce {
    margin-bottom: 32px;
  }
}
.footer__produce-header {
  display: block;
  margin-bottom: 16px;
  font-size: 1.4rem;
  font-style: italic;
  color: #fff;
  line-height: 1.35;
  text-align: center;
  opacity: 0.6;
}

@media screen and (max-width: 480px) {
  .footer__produce-header {
    font-size: 1.3rem;
  }
}
.footer__produce-title {
  display: block;
  font-size: 1.6rem;
  line-height: 1.35;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .footer__produce-title {
    font-size: 1.5rem;
  }
}
.footer__trademark {
  margin-bottom: 16px;
  text-align: center;
}

.footer__trademark span {
  display: block;
  font-size: 1.3rem;
  line-height: 1.65;
}

@media screen and (max-width: 480px) {
  .footer__trademark span {
    font-size: 1.2rem;
  }
}
.copylight {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.35;
  text-align: center;
  opacity: 0.6;
}

@media screen and (max-width: 480px) {
  .copylight {
    font-size: 1.2rem;
  }
}
/*============================
  トップへ
==============================*/
.top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #74c3ee;
  cursor: pointer;
  border-radius: 50%;
  z-index: 9999;
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.15));
  transition: all 0.5s;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .top {
    display: none;
  }
}
.top.is-active {
  opacity: 1;
}

.top i {
  font-size: 2.8rem;
  color: #fff;
}

.free-bnr:hover{
	opacity: 0.6;
	transition : 0.4s;
	}