/*========== 基本 ==========*/

#hobbyshow {
  padding: 0 25px;
}

#hobbyshow * {
  font-size: 13px;
  line-height: 1.5;
  box-sizing: border-box;
}

#hobbyshow .highlight {
  color: #bf005f;
}


/*========== 新製品情報 ==========*/

#hobbyshow .products-wrapper {
  margin-bottom: 30px;
}

#hobbyshow .products-title {
  margin-bottom: 10px;
}

#hobbyshow .products-text {
  padding: 0 15px;
  text-align: justify;
}


/*========== デモンストレーション ==========*/

#hobbyshow .demo-wrapper {
  margin-bottom: 30px;
}

#hobbyshow .demo-title {
  margin-bottom: 10px;
}

#hobbyshow .demo-text {
  margin-bottom: 30px;
  padding: 0 15px;
  text-align: justify;
}


/*========== プロフィール ==========*/

#hobbyshow .profile-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 15px;
}

#hobbyshow .profile-container {
  width: 200px;
}

#hobbyshow .profile-image {
  margin-bottom: 10px;
}

#hobbyshow .profile-button {
  display: block;
  width: 100%;
  padding: 5px;
  color: #1976d2;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #1976d2;
  border-radius: 3px;
}

#hobbyshow .profile-button:not(:last-child) {
  margin-bottom: 5px;
}

#hobbyshow .profile-button .fa {
  width: 15px;
  margin-right: 5px;
  color: #1976d2;
  line-height: 1;
  text-align: center;
}

#hobbyshow .profile-container-alt {
  width: 300px;
}

#hobbyshow .profile-title {
  margin-bottom: 10px;
  padding: 2.5px;
  font-size: 14px;
  border-bottom: 1px dashed #1976d2;
}

#hobbyshow .profile-text {
  width: 300px;
  font-size: 12px;
  line-height: 1.7;
  text-align: justify;
}


/*========== ワークショップ ==========*/

#hobbyshow .workshop-wrapper {
  margin-bottom: 30px;
}

#hobbyshow .workshop-title {
  margin-bottom: 10px;
}

#hobbyshow .workshop-container {
  padding: 0 15px;
}

#hobbyshow .workshop-title-alt {
  margin-bottom: 10px;
  font-size: 14px;
}

#hobbyshow .workshop-text {
  margin-bottom: 10px;
  text-align: justify;
}

#hobbyshow .workshop-image {
  margin-bottom: 10px;
}


/*========== ミニ講習 ==========*/

#hobbyshow .mini-wrapper {
  margin-bottom: 30px;
}

#hobbyshow .mini-title {
  margin-bottom: 10px;
}

#hobbyshow .mini-text {
  padding: 0 15px;
  text-align: justify;
}

#hobbyshow .booking {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  color: #bf005f;
  font-weight: bold;
}

#hobbyshow .booking .fa {
  margin-right: 10px;
  color: #bf005f;
  font-size: 30px;
  font-weight: bold;
}


/*========== ラディアントネオン・アンプリファイ体験ATCコーナー ==========*/

#hobbyshow .atc-wrapper {
  margin-bottom: 30px;
}

#hobbyshow .atc-title {
  margin-bottom: 10px;
}


/*========== クラフトレクリエーション ==========*/

#hobbyshow .craft-wrapper {
  margin-bottom: 30px;
}

#hobbyshow .craft-title {
  margin-bottom: 10px;
}


/*========== ステーショナリーワールド ==========*/

#hobbyshow .stationary-wrapper {
  margin-bottom: 30px;
}

#hobbyshow .stationary-title {
  margin-bottom: 10px;
}

#hobbyshow .map-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px;
  color: #fff;
  line-height: 1;
  border-radius: 3px;
  background-color: #1976d2;
}

#hobbyshow .map-button:not(:last-child) {
  margin-bottom: 5px;
}

#hobbyshow .map-button .fa {
  width: 15px;
  margin-right: 15px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}


/*========== 講習情報 ==========*/

#hobbyshow .info-wrapper {
  padding: 0 15px;
}

#hobbyshow .info-container {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #ccc;
}

#hobbyshow .info-container-alt {}

#hobbyshow .info-title {
  margin-bottom: 10px;
}

#hobbyshow .info-text {
  text-align: justify;
}

#hobbyshow .info-text:not(:last-child) {
  margin-bottom: 10px;
}

#hobbyshow .info-text.narrow {
  letter-spacing: -0.4px;
}

#hobbyshow .info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  text-align: justify;
}

#hobbyshow .info-item {
  width: 30%;
  text-align: justify;
}

#hobbyshow .info-item:not(:last-child) {
  margin-bottom: 5px;
}

#hobbyshow .info-item-alt {
  width: 50%;
  text-align: justify;
}

#hobbyshow .info-item-alt:not(:last-child) {
  margin-bottom: 5px;
}

#hobbyshow .info-item-wide {
  width: 100%;
  text-align: justify;
}

#hobbyshow .info-item-wide:not(:last-child) {
  margin-bottom: 5px;
}

#hobbyshow .info-image {}
