@charset "UTF-8";
/*-----------------------------------------------------------
===  [ layout CSS ]  ====================================
------------------------------------------------------------*/
/* ***************************************************************************** */
/*

　目次

	00. kind共通
	00. グループ・スタジオ・パス（団体向け入場券）
	00. 団体プラン

-------------------------------------------------------------------------------


*/
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** 00. kind共通
 ** ------------------------------------------------------- */
.group_mv {
  margin-bottom: 30px;
}

.group_banner {
  margin: 50px 25px 30px;
}

.group_notes {
  font-size: 1.3rem;
}

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** 00. グループ・スタジオ・パス（団体向け入場券）
 ** ------------------------------------------------------- */
.grouppass_list > dt {
  font-weight: 600;
}

.grouppass_list > dd > ul {
  margin-bottom: .4em;
}

.grouppass_list > dd > ul > li {
  margin-bottom: .2em;
  list-style: disc;
  margin-left: 1.6em;
}

.grouppass {
  margin-top: 30px;
}

.grouppass > li {
  margin-bottom: 50px;
  min-height: 130px;
}

.grouppass .grouppass_list {
  padding-left: 210px;
  position: relative;
}

.grouppass .grouppass_list > dt {
  font-size: 2rem;
  margin-bottom: 10px;
}

.grouppass .grouppass_list > dt > img {
  position: absolute;
  left: 0;
}

.disability {
  border-top: 2px solid #dbdbdb;
  border-bottom: 2px solid #dbdbdb;
  padding: 20px 15px;
  margin-bottom: 15px;
}

.disability .grouppass_list > dt {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** 00. 団体プラン
 ** ------------------------------------------------------- */
.groupplan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0 70px;
}

.groupplan > li {
  position: relative;
  width: 310px;
  margin-right: 10px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px #e8e8e8;
          box-shadow: 0px 0px 20px 0px #e8e8e8;
  overflow: hidden;
}

.groupplan > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333;
  text-decoration: none;
  padding-bottom: 90px;
}

.groupplan > li > a .groupplan_btn {
  position: absolute;
  width: calc(100% - 40px);
  bottom: 30px;
}

.groupplan > li > a:hover .groupplan_btn {
  opacity: .9;
}

.groupplan > li:nth-of-type(3n) {
  margin-right: 0;
}

.groupplan_txt {
  padding: 20px;
}

.groupplan_txt > dt {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 12px;
}

.groupplan_txt > dd {
  line-height: 1.6;
}

.groupplan_btn {
  margin: 0 20px;
  background-color: #076ce2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  line-height: 1;
  border-radius: 22px;
}

/* ***************************************************************************** */
