@charset "utf-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
湘南医療大学 受験生応援サイト(C)FureaiGroup 2019

File name:      event.css
Style Info:     イベント情報用
------------------------------------------------------------->
 0.初期設定
 1.基本レイアウト
 2.共通パーツレイアウト
 3.汎用スタイル
 4.個別スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ===========================================================
 0.初期設定
=========================================================== */
/* ===========================================================
 1.基本レイアウト
=========================================================== */
/* ===========================================================
 2.共通パーツレイアウト
=========================================================== */
/* ===========================================================
 3.汎用スタイル
=========================================================== */
.buttun-section {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}
a.btn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #228bc8;
  border: 1px solid #228bc8;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn_03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btn_03:hover {
  background: #fff;
  color: #228bc8;
}
a.btn_03:hover:before {
  border-top: 2px solid #228bc8;
  border-right: 2px solid #228bc8;
}
/* ===========================================================
 4.個別スタイル
=========================================================== */
/* オープンキャンパス（2026-03-20）
----------------------------------------------------------- */
.event-contents-list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.event-contents-item {
	display: flex;
  flex-direction: column;
	gap: 12px;
  border: 1px solid #ccc;
}
.event-contents-pht {
	width: 100%;
	aspect-ratio: 4 / 3;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.event-contents-body {
  padding: 0.5em;
}
.event-contents-body p {
	line-height: 1.6;
}
@media screen and (min-width: 769px), print {
	.event-contents-item {
    flex-direction: row;
    gap: 24px;
	}
	/* ★ PC時：画像幅を統一 */
	.event-contents-pht {
		width: 240px;
		height: 160px;
		aspect-ratio: auto;
    background-size: contain;
		flex-shrink: 0;
	}
}
/* コンテンツ紹介画像（2026-03-20） */
.open20260320-01 {
	background-image: url("../../images/event/20260320/pht_20260320_01.webp");
}
.open20260320-02 {
  background-image: url("../../images/event/20260320/pht_20260320_02.webp");
}
.open20260320-03 {
	background-image: url("../../images/event/20260320/pht_20260320_03.webp");
}
.open20260320-04 {
  background-image: url("../../images/event/20260320/pht_20260320_04.webp");
}
.open20260320-05 {
	background-image: url("../../images/event/20260320/pht_20260320_05.webp");
}
.open20260320-06 {
  background-image: url("../../images/event/20260320/pht_20260320_06.webp");
}
.open20260320-07 {
  background-image: url("../../images/event/20260320/pht_20260320_07.webp");
}