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

ぐりりホール｜khb東日本放送
https://www.khb-tv.co.jp/khb/guririhall/

---------------------------------------------*/
/*--------------------------------------------
   [00] 基本設定
---------------------------------------------*/
* {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  font-size: 62.5%;
  /*1rem=10px*/
}

body {
  font-size: 1.8rem;
  /*本文サイズ 1.8rem=18px*/
  line-height: 2;
  color: #090f36;
}

img {
  max-width: 100%;
  height: auto;
  text-align: center;
}

a {
  transition: 0.4s;
  color: #642f80;
  text-decoration-line: underline;
}
a:hover {
  transition: 0.4s;
  opacity: 0.7;
}

::-moz-selection {
  background: #f4f0f7;
  color: #642f85;
}

::selection {
  background: #f4f0f7;
  color: #642f85;
}

h1,
h2,
h3,
h4,
h5,
th {
  font-weight: 700;
}

main {
  width: 100%;
  overflow: hidden;
}

.wrap {
  overflow: hidden;
}

/*セクション設定-------------------------*/
/*.bg-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg.jpg");
  z-index: -1;
}
*/
section {
  padding: 50px 0;
}
section > .w_limit_1280,
section > .w_limit_1440 {
  padding: 50px 15px;
}

.w_limit_sp {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.w_limit_1440 {
  max-width: 1440px;
  margin: 0 auto;
}

.w_limit_1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.w_limit_1100 {
  max-width: 1100px;
  margin: 0 auto;
}

.w_limit_1080 {
  max-width: 1080px;
  margin: 0 auto;
}

.w_90per {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.w_limit_900 {
  max-width: 900px;
  margin: 0 auto;
}

h2 {
  line-height: 1.2;
  position: relative;
  position: relative;
  display: block;
  font-size: 3.2rem;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
  margin-bottom: 50px;
  padding-bottom: 50px;
  letter-spacing: 0.3em;
}
h2::after {
  content: "";
  height: 14px;
  width: 85px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background-size: auto auto;
  background: url("../images/icon_h2.svg");
  background-repeat: no-repeat;
}

h3 {
  font-size: 2.1rem;
  line-height: 1.5;
  border-left: solid 4px #28274a;
  border-bottom: solid 1px #e1d4e6;
  /*#4641ff*/
  padding: 25px 15px;
  /*  border-bottom: solid 1px #36b4e6;*/
  margin-bottom: 15px;
  margin-top: 75px;
}

h4 {
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 15px 10px;
  margin-top: 25px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e1d4e6;
  border-left: solid 5px #e1d4e6;
}

table.default-table {
  margin: auto;
  margin-top: 15px;
  width: 100%;
  line-height: 1.2;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  word-wrap: break-word;
}
table.default-table tr:first-of-type {
  border-top: solid 1px #cccccc;
}
table.default-table tr th {
  background-color: #eeeeee;
  padding: 15px;
  width: 45%;
  text-align: center;
  border-bottom: solid 1px #cccccc;
  vertical-align: middle;
  max-width: 300px;
}
table.default-table tr td {
  padding: 15px;
  width: 55%;
  border-bottom: solid 1px #cccccc;
  vertical-align: middle;
}

.link-sign {
  text-align: center;
  font-weight: 600;
  margin-top: 15px;
  background-color: #eeeeee;
  border-radius: 50px;
  padding: 5px 15px;
}

.comingsoon-event {
  background-color: #eeeeee;
  padding: 15px;
  line-height: 1.5;
}

/*
flexbox
------------*/
.flex_cal2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.flex_cal2 > figure {
  display: block;
  width: 45%;
}
.flex_cal2 > div {
  width: 50%;
}

.flex_cal2_even {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.flex_cal2_even > li,
.flex_cal2_even > div {
  width: 45%;
  margin-right: 10%;
}
.flex_cal2_even > li:nth-of-type(2n),
.flex_cal2_even > div:nth-of-type(2n) {
  margin-right: 0;
}
.flex_cal2_even > li figure,
.flex_cal2_even > div figure {
  text-align: center;
}

.flex_cal3 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.flex_cal3 > li,
.flex_cal3 > div {
  width: 30.6666666667%;
  margin-right: 4%;
}
.flex_cal3 > li:nth-of-type(3n),
.flex_cal3 > div:nth-of-type(3n) {
  margin-right: 0;
}
.flex_cal3 > li figure,
.flex_cal3 > div figure {
  text-align: center;
}

.flex_cal4 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.flex_cal4 > li,
.flex_cal4 > div {
  width: 22.5%;
  margin-right: 3.3333333333%;
}
.flex_cal4 > li:nth-of-type(4n),
.flex_cal4 > div:nth-of-type(4n) {
  margin-right: 0;
}
.flex_cal4 > li figure,
.flex_cal4 > div figure {
  text-align: center;
}
.flex_cal4 > li figure img,
.flex_cal4 > div figure img {
  max-width: 270px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .flex_cal2 {
    flex-direction: column;
  }
  .flex_cal2 > figure {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .flex_cal2 > div {
    width: 100%;
  }
  .flex_cal3 {
    flex-direction: column;
  }
  .flex_cal3 > li,
  .flex_cal3 > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .flex_cal3 > li:last-of-type,
  .flex_cal3 > div:last-of-type {
    margin-right: 0;
  }
  .flex_cal3 > li figure,
  .flex_cal3 > div figure {
    text-align: center;
  }
}
.dropshadow {
  filter: drop-shadow(5px 5px 5px rgba(104, 69, 18, 0.3));
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    padding-bottom: 30px;
  }
  h2::after {
    height: 10px;
    width: 70px;
  }
  h3 {
    font-size: 1.8rem;
  }
  section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  section {
    padding: 25px 0;
  }
  section > .w_limit_1280,
  section > .w_limit_1080 {
    padding: 50px 0px;
  }
  body {
    font-size: 1.6rem;
  }
}
/*--------------------------------------------
[01] ヘッダー
---------------------------------------------*/
header {
  background-color: #ffffff;
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 99;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  transition: 0.5s;
}

.header_inner {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_inner h1 {
  width: 18%;
  margin-right: 2%;
  width: auto;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 25px 40px;
}
.header_inner h1 img {
  display: block;
  align-self: center;
  width: 280px;
  height: 68px;
}

nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 80%;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
}
nav ul.nav_container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
nav ul.nav_container li {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-right: 40px;
  line-height: 1.2;
  font-weight: 500;
}
nav ul.nav_container li span {
  display: block;
  z-index: 5;
}
nav ul.nav_container li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-right-color: #c7c7c7;
  border-top-color: #c7c7c7;
  transform: rotate(45deg);
  transition: 0.6s;
}
nav ul.nav_container li.sp_only {
  display: none;
}
nav ul.nav_container li a {
  z-index: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*メインビジュアル表示時のヘッダーのデザイン*/
header.mv_show {
  background: linear-gradient(0deg, rgba(40, 39, 74, 0) 0%, rgb(26, 26, 26) 100%);
  box-shadow: none;
  padding: 0;
  transition: 0.5s;
}
header.mv_show .header_inner h1 {
  background-color: #ffffff;
  border-bottom-right-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
header.mv_show .header_inner h1 img {
  display: block;
  align-self: center;
  width: 280px;
  height: 68px;
}
header.mv_show nav {
  padding: 15px;
}
header.mv_show nav ul.nav_container li {
  color: #ffffff;
}
header.mv_show nav ul.nav_container li::after {
  border-right-color: #c7c7c7;
  border-top-color: #c7c7c7;
}

/*ctaボタン*/
.cta_btn {
  border: solid 5px #36bdef;
  border-left-color: #e52d8a;
  border-top-color: #e52d8a;
  background-color: #ffffff;
  padding: 15px 30px;
  border-radius: 60px;
  margin-left: 25px;
  padding-left: 60px;
  position: relative;
  line-height: 1.5;
  font-weight: 600;
  width: 300px;
  transition: 0.6s;
  text-align: center;
}
.cta_btn::before {
  content: "";
  background-image: url(../images/icon_calendar.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.cta_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cta_btn i {
  display: inline-block;
  margin-right: 10px;
}
.cta_btn i img {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
}
.cta_btn:hover {
  background-color: #ffffff;
  color: #642f85;
  border: solid 5px #642f85;
  opacity: 1;
  transition: 0.6s;
}
.cta_btn:hover::after, .cta_btn:hover::before {
  border-color: #642f85;
  transition: 0.6s;
}

footer .cta_btn i {
  display: block;
  margin-bottom: 10px;
}
footer .cta_btn i img {
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
}

.toggle {
  display: none;
  /* 初めは非表示 */
}

@media screen and (max-width: 1440px) {
  .header_inner nav {
    font-size: 1.6rem;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1080px) {
  header {
    height: 60px;
    padding: 10px;
  }
  .header_inner h1 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-right: 60px;
  }
  .header_inner h1 img {
    display: block;
    width: auto;
    height: 46px;
  }
  .header_inner nav {
    display: block;
    position: fixed;
    top: 0;
    z-index: 999;
    height: 100vh;
    background-color: #ffffff;
    width: 90%;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    padding: 15px;
  }
  .header_inner nav ul {
    flex-direction: column;
    display: block;
  }
  .header_inner nav ul li {
    font-size: 16px;
    padding: 20px 10px 15px;
    width: 100%;
    border-bottom: solid 1px #c7c7c7;
    text-align: center;
    align-items: center;
    text-align: left;
  }
  .header_inner nav ul li span {
    display: block;
    padding-left: 0px;
    z-index: 0;
  }
  .header_inner nav ul li span::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    width: 9px;
    height: 9px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-right-color: #c7c7c7;
    border-top-color: #c7c7c7;
    transform: rotate(45deg);
    transition: 0.6s;
  }
  .header_inner nav ul li::after {
    display: none;
  }
  .header_inner nav ul li.sp_only {
    display: block;
  }
  .header_inner nav ul li:last-of-type {
    border-right: none;
  }
  .header_inner {
    /*トグルナビ*/
  }
  .header_inner .toggle_wrap {
    background-color: #090f36;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    z-index: 50;
  }
  .header_inner .toggle {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 15px;
  }
  .header_inner .toggle::before, .header_inner .toggle::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    /* バーガーアイコンの色 */
    transition: transform 0.3s, opacity 0.3s;
  }
  .header_inner .toggle::before {
    top: 7px;
  }
  .header_inner .toggle::after {
    bottom: 7px;
  }
  .header_inner .toggle.active::before {
    transform: rotate(45deg);
    top: 50%;
  }
  .header_inner .toggle.active::after {
    transform: rotate(-45deg);
    bottom: 50%;
  }
  .header_inner .toggle.active {
    transform: rotate(180deg);
  }
  .header_inner .toggle {
    display: block;
    /* メニューアイコンを表示 */
  }
  header nav {
    left: -100%;
    transition: 0.3s;
  }
  header nav.show {
    left: 0;
    transition: 0.3s;
  }
  header .cta_btn {
    width: 100%;
    margin: 25px 0;
  }
  ul.nav_container li {
    position: relative;
  }
  ul.nav_container li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
}
/*--------------------------------------------
[01] メインビジュアル
---------------------------------------------*/
h1.title_h1 {
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.3;
  margin-top: 15px;
  text-shadow: 4px 4px 2px #ffffff, -4px 4px 2px #ffffff, 4px -4px 2px #ffffff, -4px -4px 2px #ffffff, 4px 0px 2px #ffffff, 0px 4px 2px #ffffff, -4px 0px 2px #ffffff, 0px -4px 2px #ffffff;
}

#Mainvisual {
  /*  margin-top: $header-height_pc;*/
  position: relative;
  /*  height: calc( 100vh - 100px );*/
  height: 100vh;
  width: 100vw;
  background-image: url("../images/mv_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#Mainvisual .mv_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: auto;
}

@media screen and (max-width: 1080px) {
  #Mainvisual {
    margin-top: 60px;
    height: 480px;
    background-position: center center;
  }
  #Mainvisual .mv_text {
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  h1.title_h1 {
    font-size: 2.8rem;
  }
}
/*--------------------------------------------
[03]セクション設定
---------------------------------------------*/
/*--------------------------------------------
[03] トップページ
---------------------------------------------*/
section#Intro {
  position: relative;
  margin: 0;
}
section#Intro::before, section#Intro::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
section#Intro::before {
  top: 0;
  height: 374px;
  background: url("../images/bg_top_about_before.svg");
  background-repeat: no-repeat;
  background-position: center top 0;
}
section#Intro::after {
  bottom: 0;
  height: 573px;
  background: url("../images/bg_top_about_after.svg");
  background-repeat: no-repeat;
  background-position: center bottom 0;
}

.img_top_intro_txt {
  text-align: center;
  max-width: 660px;
  margin: 50px auto;
}

.img_top_intro_logo {
  text-align: center;
  margin: 50px auto;
}

.slideshow_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: auto;
}
.slideshow_box .slider {
  width: 85%;
}
.slideshow_box .slider figure img {
  border-radius: 20px;
}
.slideshow_box .thumbs {
  width: 15%;
}
.slideshow_box .thumbs figure img {
  border-radius: 5px;
}
/*
トップページスライド
----------------------*/
.thumbs .slick-current img {
  border: 3px solid #000;
}

.slick-slide {
  padding: 2px;
}

.thumbs .slick-track {
  transform: unset !important;
}

@media screen and (max-width: 768px) {
  section#Mainvisual .w_limit_1200 {
    padding: 0;
  }
  .img_top_intro_txt {
    margin: 0px auto;
  }
}
@media screen and (max-width: 767px) {
  #Case_top {
    padding: 50px 15px;
  }
  #Case_top .w_limit_1440 {
    background-color: #ffffff;
    border-radius: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  ul.case_top_flexcal3 {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  ul.case_top_flexcal3 li {
    width: 46%;
  }
  ul.case_top_flexcal3 li:nth-of-type(2) {
    margin-left: 8%;
  }
  ul.case_top_flexcal3 li:nth-of-type(3) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  section#Mainvisual {
    padding-top: 105px;
  }
}
@media screen and (max-width: 480px) {
  section#Mainvisual {
    padding: 75px 0px 0px 0px;
  }
  figure.slick-slide img {
    padding-bottom: 0px;
  }
}
#About_top {
  background-color: #f7f0f6;
  margin: 0 !important;
}
#About_top .w_limit_1280 > p {
  text-align: center;
}

.about_flex figure img {
  border-radius: 15px;
}
.about_flex > div .about_midashi {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.about_flex > div a.Btn {
  margin: 25px 0;
}

#Case_top {
  padding: 100px 10px;
  background-image: url("../images/bg_top_case.jpg");
  background-position: center center;
}
#Case_top .w_limit_1440 {
  background-color: #ffffff;
  border-radius: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
}
ul.case_top_flexcal3 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
ul.case_top_flexcal3 li {
  width: 30%;
}

.calendar_container {
  text-align: center;
  max-width: 1000px !important;
  margin: auto;
}
.calendar_container h2::before, .calendar_container h2::after {
  display: none;
}
.calendar_container iframe {
  font-size: 1.5rem;
  width: 100%;
}

section#Calendar_top .w_limit_1440 {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------
[03]サブページタイトル・パンくず
---------------------------------------------*/
.subpage_title {
  width: 100%;
  margin-top: 100px;
  background-image: url("../images/bg_sub_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top 25%;
  height: 150px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 0px 10px rgba(48, 41, 41, 0.79);
  letter-spacing: 0.5rem;
}
.subpage_title h1 {
  text-align: center;
  font-size: 2.8rem;
  color: #ffffff;
  display: block;
}

#sub_Case .subpage_title {
  background-image: url("../images/bg_sub_01.jpg");
}

#sub_About .subpage_title {
  background-image: url("../images/bg_sub_02.jpg");
}

#sub_Rules .subpage_title {
  background-image: url("../images/bg_sub_03.jpg");
}

#sub_Fee .subpage_title {
  background-image: url("../images/bg_sub_04.jpg");
}

#sub_Access .subpage_title {
  background-image: url("../images/bg_sub_05.jpg");
}

.Crumbs {
  margin-top: 5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 1.5rem;
  width: 94%;
}
.Crumbs li {
  position: relative;
  margin-right: 30px;
}
.Crumbs li::after {
  content: "";
  border-width: 1px 0px 0px 1px;
  border-color: #9da7b3;
  width: 7px;
  height: 7px;
  transform: rotate(135deg);
  position: absolute;
  top: 3px;
  bottom: 0;
  left: -22px;
  margin: auto;
}
.Crumbs li:first-of-type::after {
  display: none;
}

#sub_Fee section:nth-of-type(odd),
#sub_Rules section:nth-of-type(odd) {
  background-color: #ffffff;
}
#sub_Fee section:nth-of-type(2n),
#sub_Rules section:nth-of-type(2n) {
  background-color: #f1faff;
}
#sub_Fee section:nth-of-type(4n),
#sub_Rules section:nth-of-type(4n) {
  background-color: #f7f0f6;
}
#sub_Fee section:nth-of-type(6n),
#sub_Rules section:nth-of-type(6n) {
  background-color: #f4f0f7;
}

@media screen and (max-width: 1080px) {
  .subpage_title {
    margin-top: 60px;
    height: 100px;
  }
  .subpage_title h1 {
    font-size: 2.4rem;
  }
}
/*--------------------------------------------
  ホール利用例
---------------------------------------------*/
h2.h2_icon_none {
  margin-top: 0;
  padding-bottom: 15px;
  margin-bottom: 0;
}
h2.h2_icon_none::after, h2.h2_icon_none::before {
  display: none;
}

#Case_nav {
  padding-top: 50px;
  padding-bottom: 75px;
}

#Tanoshimu {
  border-top: solid 2px #e52d8a;
}

#Manabu {
  border-top: solid 2px #36bdef;
}

#Hiromeru {
  border-top: solid 2px #642f85;
}

.case_nav {
  margin-top: 40px;
}
.case_nav li {
  transition: 0.3s;
  margin-bottom: 20px;
  padding: 25px 0;
  text-align: center;
  border-radius: 20px;
}
.case_nav li:nth-of-type(1) {
  background-color: #fff5f9;
}
.case_nav li:nth-of-type(2) {
  background-color: #f1faff;
}
.case_nav li:nth-of-type(3) {
  background-color: #f4f0f7;
}
.case_nav li a:hover {
  opacity: 1;
}
.case_nav li:hover {
  transition: 0.3s;
  transform: translateY(20px);
}

.case_category_title {
  width: 350px;
  height: 60px;
  margin-bottom: 40px;
}

.case_example {
  margin-bottom: 25px;
  margin-top: 50px;
}

.case_container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.case_container .slideshow_box {
  width: 45%;
}
.case_container .case_text {
  width: 45%;
  position: relative;
}

.case_midashi {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 30px;
}

div.fluid_01 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 61% 39% 16% 84%/57% 72% 28% 43%;
  animation: fluid-anim_01 20s infinite;
  background: #fff5f9;
  z-index: -1;
}

div.fluid_02 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 61% 39% 84% 16%/57% 28% 72% 43%;
  animation: fluid-anim_01 20s infinite;
  background: #f1faff;
  z-index: -1;
}

div.fluid_03 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 84% 61% 39% 16%/28% 57% 23% 43%;
  animation: fluid-anim_01 20s infinite;
  background: #f4f0f7;
  z-index: -1;
}

@keyframes fluid-anim_01 {
  0% {
    border-radius: 65% 35% 55% 45%/55% 50% 55% 45%;
  }
  12.5% {
    border-radius: 60% 75% 40% 80%/70% 70% 60% 65%;
  }
  25% {
    border-radius: 55% 95% 65% 90%/75% 65% 85% 70%;
  }
  37.5% {
    border-radius: 60% 40% 50% 45%/60% 40% 60% 40%;
  }
  50% {
    border-radius: 55% 95% 65% 90%/75% 65% 85% 70%;
  }
  62.5% {
    border-radius: 60% 40% 50% 45%/60% 40% 60% 40%;
  }
  75% {
    border-radius: 60% 75% 40% 80%/70% 70% 60% 65%;
  }
  87.5% {
    border-radius: 40% 60% 55% 45%/50% 60% 40% 50%;
  }
  100% {
    border-radius: 65% 35% 55% 45%/55% 50% 55% 45%;
  }
}
section#Case_article {
  background-color: #f8f9fa !important;
}

@media screen and (max-width: 900px) {
  .case_container {
    flex-direction: column;
    width: 100%;
  }
  .case_container .case_text {
    width: 100%;
  }
  .case_container .slideshow_box {
    width: 100%;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .flex_cal3.case_nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .flex_cal3.case_nav li {
    margin-bottom: 20px;
    padding: 20px 0;
  }
  .flex_cal3.case_nav li:nth-of-type(1) {
    background-color: #fff5f9;
  }
  .flex_cal3.case_nav li:nth-of-type(2) {
    background-color: #f1faff;
  }
  .flex_cal3.case_nav li:nth-of-type(3) {
    background-color: #f4f0f7;
  }
  .case_midashi {
    font-size: 2.8rem;
  }
}
/*
  カードレイアウト
---------------------------------------------*/
.article-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.article-container li {
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
  transition: 0.2s;
}
.article-container li figure img {
  border-radius: 15px;
}
.article-container li > p {
  margin-top: 10px;
}

.article-text {
  padding: 0 15px;
}

.article-container.cal3 li {
  width: 29.3333333333%;
  margin-right: 6%;
}
.article-container.cal3 li:nth-of-type(3n) {
  margin-right: 0;
}
.article-container.cal3::after {
  content: "";
  width: 48%;
}

.article-container.cal2 li {
  width: 48%;
  margin-right: 4%;
}
.article-container.cal2 li:nth-of-type(2n) {
  margin-right: 0;
}
.article-container.cal2::after {
  content: "";
  width: 48%;
}

.case_title {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 15px 0 10px;
  display: none;
}

@media screen and (max-width: 1200px) {
  .article-container li {
    width: 100%;
  }
  .article-container li a.Btn {
    height: 36px;
    line-height: 32px !important;
    border-radius: 0;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    font-size: 13px;
  }
  .article-container li a.Btn::after {
    content: "";
    width: 8px;
    height: 8px;
    right: 10px;
  }
  .article-text {
    padding-top: 10px;
  }
  .article-container.cal2 li {
    width: 100%;
    margin-right: 0;
  }
  .article-container.cal2 li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .article-container.cal3 {
    flex-direction: column;
  }
  .article-container.cal3 li {
    width: 100%;
  }
  .case_title {
    font-size: 2.1rem;
    line-height: 1.5;
    font-weight: 600;
    margin: 15px 0 10px;
  }
}
/*--------------------------------------------
[98] 施設について
---------------------------------------------*/
#sub_About section {
  border-top: solid 1px #cccccc;
}

.guide_imgbox {
  text-align: center;
  margin: auto;
}

.facility_container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.facility_container li {
  width: 31.3333333333%;
  margin-right: 3%;
  text-align: center;
  margin-bottom: 25px;
}
.facility_container li figcaption {
  margin-top: 10px;
  font-weight: 500;
}
.facility_container li:nth-of-type(3n) {
  margin-right: 0;
}

.naisou_container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.naisou_box {
  margin-bottom: 60px;
  text-align: center;
  width: 31.3333333333%;
  margin-right: 3%;
}
.naisou_box:nth-of-type(3n) {
  margin-right: 0;
}

.facility_title {
  font-weight: 600;
  font-size: 2.1rem;
  text-align: center;
  margin-top: 10px;
}

.onkyou_flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.onkyou_flex > figure {
  width: 48%;
  text-align: center;
}
.onkyou_flex > div {
  width: 48%;
}

@media screen and (max-width: 900px) {
  .naisou_container {
    flex-direction: column;
  }
  .naisou_box {
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
  .naisou_box:nth-of-type(3n) {
    margin-right: 0;
  }
  .onkyou_flex {
    flex-direction: column;
  }
  .onkyou_flex > figure {
    width: 100%;
    text-align: center;
  }
  .onkyou_flex > div {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .facility_container {
    flex-direction: column;
  }
  .facility_container li {
    width: 100%;
    margin-right: 0;
  }
  .facility_container li:nth-of-type(3n) {
    margin-right: 0;
  }
}
/*--------------------------------------------
[98] 利用案内
---------------------------------------------*/
.index ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.index ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 25px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.index ul li:nth-of-type(4n) {
  margin-right: 0;
}
.index ul li a {
  text-decoration-line: none;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  color: #008dc4;
}
.index ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-right-color: #c7c7c7;
  border-top-color: #c7c7c7;
  transform: rotate(135deg);
  transition: 0.6s;
}

section#Index {
  padding-top: 0;
  padding-bottom: 0px;
  border: none;
}

h2 span.rules_num {
  display: block;
  font-weight: 100;
  font-size: 4.6rem;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 1080px) {
  .rules_index ul li {
    width: 31.3333333333%;
    margin-right: 3%;
  }
  .rules_index ul li:nth-of-type(4n) {
    margin-right: 3%;
  }
  .rules_index ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .rules_index ul li {
    width: 47%;
    margin-right: 6%;
  }
  .rules_index ul li:nth-of-type(4n) {
    margin-right: 6%;
  }
  .rules_index ul li:nth-of-type(3n) {
    margin-right: 6%;
  }
  .rules_index ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .rules_index ul {
    flex-direction: column;
  }
  .rules_index ul li {
    font-size: 1.6rem;
    width: 100%;
    margin-right: 0;
  }
  .rules_index ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  .rules_index ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .rules_index ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
/*--------------------------------------------
[98] 料金案内
---------------------------------------------*/
table.default-table .cell_bgc_pink {
  background: #e52d8a !important;
  color: #ffffff;
}
table.default-table .cell_bgc_blue {
  background: #36bdef !important;
  color: #ffffff;
}
table.default-table .cell_bgc_purple {
  background: #642f85 !important;
  color: #ffffff;
}
table.default-table .cell_bgc_pink_l {
  background-color: #f7deea !important;
}
table.default-table .cel_bgc_blue_l {
  background-color: #d4f0ff !important;
}
table.default-table .cel_bgc_purple_l {
  background-color: #e8d4f7 !important;
}

table.default-table.price_table_hall {
  width: 100%;
  font-size: 1.6rem;
}
table.default-table.price_table_hall tr:nth-child(n+2) {
  width: 17%;
}
table.default-table.price_table_hall tr th:first-child,
table.default-table.price_table_hall tr td:first-child {
  width: 15%;
  font-weight: 500;
}
table.default-table.price_table_hall tr th,
table.default-table.price_table_hall tr td {
  width: auto;
  text-align: center;
  border-right: solid 1px #cccccc;
}
table.default-table.price_table_hall tr.kubun th,
table.default-table.price_table_hall tr.kubun td {
  padding: 5px;
  font-size: 1.6rem;
}
table.default-table.price_table_hall tr.time td {
  background-color: #eaeaea;
}
table.default-table.price_table_hall thead tr th {
  background-color: #090f36;
  color: #ffffff;
}
.bgc-free {
  background-color: #f1ffde !important;
}

.fc-free {
  color: #17963e;
}

.bgc-paid {
  background-color: #ffe2e0 !important;
}

.fc-paid {
  color: #d12020;
}

table.default-table.price_table_gakuya {
  width: 100%;
  font-size: 1.6rem;
  word-wrap: break-word;
}
table.default-table.price_table_gakuya tr:nth-child(n+2) {
  width: 17%;
}
table.default-table.price_table_gakuya tr th,
table.default-table.price_table_gakuya tr td {
  width: auto;
  text-align: center;
  border-right: solid 1px #cccccc;
}
table.default-table.price_table_gakuya thead tr th {
  color: #ffffff;
  background-color: #090f36;
}
table.default-table.price_table_gakuya tbody th:first-child,
table.default-table.price_table_gakuya td:first-child {
  background-color: #eaeaea;
  font-weight: 500;
  font-weight: 600;
}

table.default-table.price_table_facility {
  width: 100%;
  font-size: 1.6rem;
  word-wrap: break-word;
}
table.default-table.price_table_facility tr:nth-child(odd) {
  background-color: #eeeeee;
}
table.default-table.price_table_facility tr th,
table.default-table.price_table_facility tr td {
  width: auto;
  text-align: center;
  border-right: solid 1px #cccccc;
}
table.default-table.price_table_facility thead tr th {
  color: #ffffff;
  background-color: #090f36;
}
table.default-table.price_table_facility tbody th:first-child,
table.default-table.price_table_facility td:first-child {
  font-weight: 600;
  /*background-color: $bgc-gray;
  font-weight: 600;*/
}

@media screen and (max-width: 900px) {
  table.default-table.price_table_hall,
  table.default-table.price_table_gakuya,
  table.default-table.price_table_facility {
    width: 100%;
    font-size: 1.6rem;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
/*--------------------------------------------
[98] 利用案内
---------------------------------------------*/
#sub_Rules h3 {
  margin-bottom: 25px;
  margin-top: 50px;
  width: 100%;
  padding-right: 0;
}
#sub_Rules h4 {
  margin-bottom: 15px;
  margin-top: 30px;
}

.kiyaku_container p,
.kiyaku_container li {
  font-size: 1.6rem;
}

table.rules_table {
  margin-top: 25px;
  font-size: 1.8rem;
}
table.rules_table tr th {
  text-align: left;
}
table.rules_table tr > *:first-of-type {
  width: 25%;
  font-weight: 600;
  border-right: solid 1px #cccccc;
}
.list_reject {
  margin-top: 25px;
  margin-bottom: 25px;
}
.list_reject li {
  margin-bottom: 15px;
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}

.list_child_list {
  margin-top: 15px;
}

/*--------------------------------------------
[98] アクセス
---------------------------------------------*/
.map_flex_cal2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
}
.map_flex_cal2 .map_iframe {
  width: 50%;
}
.map_flex_cal2 .map_iframe .map_iframe_wrap {
  position: relative;
  width: 100%;
  padding: 75% 0 0;
}
.map_flex_cal2 .map_iframe .map_iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map_flex_cal2 .map_txt {
  width: 45%;
  margin-top: 25px;
}

.contact_add_box {
  margin-bottom: 30px;
  margin-top: 30px;
}
.contact_add_box dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 5px;
  border-bottom: solid 1px #e1d4e6;
}
.contact_add_box dl:nth-of-type(1) {
  border-top: solid 1px #e1d4e6;
}
.contact_add_box dl dt,
.contact_add_box dl dd {
  padding: 5px 10px;
}
.contact_add_box dl dt {
  width: 25%;
  /*			background-color: #ffe2e0;*/
  text-align: center;
}
.contact_add_box dl dd {
  width: 75%;
}

.access_container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.access_container li {
  width: 48%;
}
.access_container li p {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 500;
}

.access_container h4 {
  padding: 30px;
  font-size: 2.4rem;
  padding-left: 80px;
  margin-bottom: 25px;
  position: relative;
}
.access_container h4::before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("../images/icon_access_jr.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.access_box_subway h4::before {
  background-image: url("../images/icon_access_subway.svg");
}

.access_from_st {
  margin-top: 100px;
}

@media screen and (max-width: 900px) {
  .map_flex_cal2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 25px;
  }
  .map_flex_cal2 .map_iframe {
    width: 100%;
  }
  .map_flex_cal2 .map_txt {
    width: 100%;
  }
  .access_container {
    flex-direction: column;
  }
  .access_container li {
    width: 100%;
  }
  .access_container li p {
    font-size: 1.8rem;
  }
  .access_container h4 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 2.1rem;
    padding-left: 60px;
  }
  .access_container h4::before {
    width: 40px;
    height: 40px;
    left: 10px;
  }
  .access_box_subway h4 {
    margin-top: 50px;
  }
}
/*--------------------------------------------
[98] CTA
---------------------------------------------*/
section#Cta {
  padding-top: 25px;
  background-image: url("../images/bg_cta.jpg");
  background-position: center center;
}
section#Cta .w_limit_1280 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta_container {
  background-color: #ffffff;
  padding: 80px 25px 50px;
  border-radius: 25px;
  max-width: 1000px;
  margin: auto;
  position: relative;
}
.cta_container::before {
  content: "";
  background-image: url("../images/img_guriri_kage.svg");
  width: 75px;
  height: 71px;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
.cta_container .cta_comment {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: 600;
}

.cta_btn_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.cta_btn_box .cta_btn {
  width: 100%;
  max-width: 380px;
  padding: 20px 30px;
  font-size: 2.1rem;
  margin: 0;
  filter: drop-shadow(0px 0px 16px rgba(26, 26, 30, 0.1));
}

@media screen and (max-width: 1080px) {
  .cta_container {
    background-color: #ffffff;
    padding: 80px 25px 50px;
    border-radius: 25px;
    max-width: 1000px;
    margin: auto;
    position: relative;
  }
  .cta_container .cta_comment {
    font-size: 2.1rem;
  }
}
/*--------------------------------------------
[98] フッター
---------------------------------------------*/
footer {
  padding: 100px 0;
  position: relative;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(235, 237, 245) 100%);
}

.footer_inner {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
  align-items: flex-start;
}
.footer_inner h1 {
  width: 30%;
}
.footer_inner nav {
  width: 70%;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
}
.footer_inner nav ul.nav_container {
  margin-bottom: 25px;
  align-self: flex-end;
}
.footer_inner .cta_btn {
  align-self: flex-end;
  margin-top: 20px;
}

@media screen and (max-width: 1080px) {
  .footer_inner {
    width: 100%;
    flex-direction: column;
  }
  .footer_inner h1 {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .footer_inner nav {
    width: 100%;
  }
  .footer_inner nav ul.nav_container {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    width: 100%;
    align-self: flex-start;
  }
  .footer_inner nav ul.nav_container li {
    display: block;
    position: relative;
    padding: 20px;
    margin-right: 0px;
    font-size: 16px;
    padding: 25px 10px;
    width: 100%;
    border-bottom: solid 1px #090f36;
    align-items: center;
    align-self: flex-start;
    text-align: left;
    padding-left: 35px;
  }
  .footer_inner nav ul.nav_container li:nth-of-type(1) {
    border-top: solid 1px #090f36;
  }
  .footer_inner nav ul.nav_container li::after {
    left: 10px;
  }
  .footer_inner nav ul.nav_container li span {
    display: block;
    z-index: 5;
  }
  .footer_inner .cta_btn {
    align-self: center;
    margin: 30px 0;
  }
  .footer_cta {
    justify-content: flex-end;
  }
}
small {
  display: block;
  text-align: center;
}

#PageTop {
  display: block;
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 10;
  width: 70px;
  height: 70px;
}
#PageTop a {
  transform: scale(1, 1);
  transition: 0.5s;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../images/pagetop.svg");
  background-repeat: no-repeat;
  opacity: 1;
  transform: rotate(0deg);
}
#PageTop a:hover {
  transition: 0.5s;
  opacity: 1;
  transform: rotate(360deg);
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 150px;
  }
}
/*--------------------------------------------
 [99] 標準機能
---------------------------------------------*/
/*
  微調整用
---------------------------------------------*/
.fz-12 {
  font-size: 1.2rem;
}

.fz-14 {
  font-size: 1.4rem;
}

.fz-15 {
  font-size: 1.5rem;
}

.fz-16 {
  font-size: 1.6rem;
}

.fz-18 {
  font-size: 1.8rem !important;
}

.fz-21 {
  font-size: 2.1rem;
}

.fz-24 {
  font-size: 2.4rem;
}

.fz-26 {
  font-size: 2.6rem;
}

.fz-28 {
  font-size: 2.8rem;
}

.fz-32 {
  font-size: 3.2rem !important;
}

.fz-36 {
  font-size: 3.6rem !important;
}

.fz-40 {
  font-size: 4rem !important;
}

@media screen and (max-width: 600px) {
  .fz-18 {
    font-size: 1.62rem;
  }
  .fz-21 {
    font-size: 1.89rem;
  }
  .fz-28 {
    font-size: 2.24rem;
  }
  .fz-32 {
    font-size: 2.56rem;
  }
  .fz-40 {
    font-size: 3.2rem;
  }
  .fz-16_sp {
    font-size: 1.6rem !important;
  }
  .fz-18_sp {
    font-size: 1.8rem !important;
  }
  .fz-28_sp {
    font-size: 2.8rem !important;
  }
  .fz-32_sp {
    font-size: 3.2rem !important;
  }
}
.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.lh-12 {
  line-height: 1.2;
}

.lh-15 {
  line-height: 1.5;
}

.fc-normal {
  color: #090f36;
}

.fc-white {
  color: #ffffff;
}

.fc-white a {
  color: #ffffff;
}

.fc-red {
  color: #ba1c20;
}

.fc-pink {
  color: #e52d8a;
}

.fc-blue {
  color: #36bdef;
}

.fc-purple {
  color: #642f85;
}

.fc-yellow {
  color: #fccf00;
}

.bdb-gray {
  border-bottom: #cccccc;
}

.mglr-auto {
  margin-left: auto;
  margin-right: auto;
}

.mgl-1em {
  margin-left: 1em;
}

.mgr-1em {
  margin-right: 1em;
}

.mgt-0 {
  margin-top: 0 !important;
}

.mgt-15 {
  margin-top: 15px;
}

.mgt-20 {
  margin-top: 20px;
}

.mgt-25 {
  margin-top: 25px;
}

.mgt-30 {
  margin-top: 30px;
}

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

.mgt-50 {
  margin-top: 50px;
}

.mgt-75 {
  margin-top: 75px;
}

.mgt-100 {
  margin-top: 100px;
}

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

.mgb-10 {
  margin-bottom: 10px;
}

.mgb-15 {
  margin-bottom: 15px;
}

.mgb-20 {
  margin-bottom: 20px;
}

.mgb-25 {
  margin-bottom: 25px;
}

.mgb-30 {
  margin-bottom: 30px;
}

.mgb-40 {
  margin-bottom: 40px;
}

.mgb-50 {
  margin-bottom: 50px;
}

.mgb-75 {
  margin-bottom: 75px;
}

.mgb-100 {
  margin-bottom: 100px;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

/*padding*/
.pdt-5 {
  padding-top: 5px;
}

.pdb-5 {
  padding-bottom: 5px;
}

.indent-kome {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 600px) {
  .ta-center-600 {
    text-align: center !important;
  }
  .ta-center_sp {
    text-align: center;
  }
  .ta-right_sp {
    text-align: right;
  }
  .ta-left_sp {
    text-align: left;
  }
  .mgt-50_sp {
    margin-top: 50px;
  }
}
/*レスポンシブ改行
-------------------------------*/
.br_480,
.br_600,
.br_768,
.br_767,
.br_1280 {
  display: none;
}

@media screen and (max-width: 1280px) {
  .br_1280 {
    display: inline;
  }
  .br_pconly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .br_768 {
    display: inline;
  }
  .block-768 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .br_767 {
    display: inline;
  }
  .block-767 {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .block-600 {
    display: block;
  }
  .br_600 {
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  .br_480 {
    display: inline;
  }
}
/*
  背景パターン
---------------------------------------------*/
.bg-white {
  background: #ffffff;
}

.bg-gray {
  background: #eaeaea;
}

.bg-pink {
  background-color: #fff5f9 !important;
}

.bg-blue {
  background-color: #f1faff !important;
}

.bg-purple {
  background-color: #f4f0f7 !important;
}

.bg-color {
  background: #fbd7c5;
  background: linear-gradient(45deg, rgb(251, 215, 197) 0%, rgb(255, 255, 255) 52.4%, rgb(251, 228, 206) 100%);
}

.bg-shasen {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 5px, rgb(245, 245, 245) 5px, rgb(245, 245, 245) 10px);
}

.bg-shasen-bold {
  background-size: auto auto;
  background-color: rgb(0, 86, 169);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgb(0, 75, 160) 15px, rgb(0, 75, 160) 30px);
}

.bg-hougan {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 14px, rgb(231, 231, 231) 16px), linear-gradient(90deg, rgba(255, 255, 255, 0) 14px, rgb(231, 231, 231) 16px);
  background-size: 16px 16px;
}

/*rgba(218, 250, 227, 0.6)*/
.bg-dot-naname {
  background-color: #ffffff;
  background-image: radial-gradient(rgba(186, 226, 248, 0.2) 22%, rgba(255, 255, 255, 0) 22%), radial-gradient(rgba(186, 226, 248, 0.2) 22%, rgba(255, 255, 255, 0) 22%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
}

.bg-dot-hougan {
  background-color: #ffffff;
  background-image: radial-gradient(rgb(230, 230, 230) 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 12px 12px;
}

.bg-gradation {
  background: rgb(108, 168, 97);
  background: linear-gradient(45deg, rgb(108, 168, 97) 0%, rgb(55, 158, 142) 100%);
}

.bg-stripe {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 15px, rgb(235, 202, 14) 15px, rgb(235, 202, 14) 30px);
}

/*
  ボタン
---------------------------------------------*/
a.Btn {
  font-size: 24px;
  font-weight: 600;
  text-decoration-line: none;
  max-width: 480px;
  height: 90px;
  background: #4641ff;
  color: #ffffff;
  vertical-align: middle;
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  line-height: 1.5;
  color: #090f36;
  border: solid 5px #36bdef;
  border-left-color: #e52d8a;
  border-top-color: #e52d8a;
  background-color: #ffffff;
}
a.Btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 11px;
  height: 11px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #090f36;
  transform: rotate(45deg);
  transition: 0.6s;
}
a.Btn:hover {
  background-color: #ffffff;
  color: #642f85;
  border: solid 5px #642f85;
  opacity: 1;
}
a.Btn:hover::after, a.Btn:hover::before {
  border-color: #642f85;
  transition: 0.6s;
}

a.Btn.btn_normal {
  font-size: 18px;
  font-weight: 500;
  text-decoration-line: none;
  background-color: #28274a;
  color: #ffffff;
  border: solid 2px #28274a;
  max-width: 380px;
  height: 60px;
  text-align: left;
}
a.Btn.btn_normal::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: none;
  border-top: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.3s;
}
a.Btn.btn_normal::before {
  content: "";
  width: 38px;
  height: 1px;
  border-top: solid 2px #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 18px;
  transition: 0.3s;
}
a.Btn.btn_normal:hover {
  background-color: #ffffff;
  color: #28274a;
  border: solid 2px #28274a;
  opacity: 1;
}
a.Btn.btn_normal:hover::before, a.Btn.btn_normal:hover::after {
  transition: 0.3s;
  border-color: #28274a;
}
a.Btn.btn_normal:hover::before {
  right: -16px;
}
a.Btn.btn_normal:hover::after {
  right: -14px;
}

@media screen and (max-width: 767px) {
  a.Btn {
    font-size: 2.1rem;
  }
}
/*
  スクロールアニメーション
    (スクロールしたら表示してほしいところにjs-animationをつける)
---------------------------------------------*/
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.js-animation.js-ani-nomove {
  transform: translateY(0px);
  transition: all 1.2s;
}
.js-animation.js-ani-nomove.is-show {
  transform: translateY(0px);
}/*# sourceMappingURL=style.css.map */