@charset "UTF-8";




/* layout
---------------------------------------------------------- */
body {
}

@media screen and (max-width:768px){
	body {
		background: none;
	}
}

/* contents
---------------------------------------------------------- */

.wrap {
	
	background: url("../img/results/pc/main_bg1.png") repeat-x center -250px ;
	background-size: 3692px 1462px;
	min-width:1200px;
}
.wrap_in {
	background:url("../common/img/pc/header_bg.png") no-repeat center top,url("../common/img/pc/footer_bg.png") no-repeat center bottom;
	background-size: auto;
	min-width:1200px;
}

.wrap img {
	width: 100%;
}

@media screen and (max-width:768px){
	
	
	.wrap {
		background: none;
		min-width: 100%;
	}
	.wrap_in {
		background:url("../img/results/sp/header_bg.png") no-repeat center top;
		background-size: 100%;
		min-width: 100%;
	}
	

	header {
		width: 100%;
		height: auto;
	}

	header div {
		width: 45%;
		margin: 0 auto;
		padding: 25px 0 11%;
	}
	

}

.main {
	background: url("../img/pc/main_bg.webp") no-repeat center 50px;
	background-size: 1371px 977px;
	min-width:1200px;
	padding: 55px 0 150px;
	
}

.main h1 {
	width: 777.5px;
	margin: 0 auto 60px;
}

.main .main_text {}

.main .main_text .main_text1 {
	font-size: 32px;
	font-weight: bold;
	color: #171c61;
	text-align: center;
	margin-bottom: 25px;
}

.main .main_text .main_text2 {
	font-size: 24px;
	text-align: center;
	line-height: 2.0em;
	color: #171c61;
	font-weight: bold;
}


@media screen and (max-width:768px){

	.main {
		background: none;
		padding: 0 0 0;
		min-width:100%;
		margin-top: -2px;
		position: relative;

	}

	.main h1 {
		width: 100%;
		margin: 0 auto 0;
		vertical-align: bottom;
	}
	
	.main .main_text {
		position: absolute;
		width: 100%;
		top: 62%;
	}

	.main .main_text .main_text1 {
		font-size: 4vw;
		font-weight: bold;
		color: #171c61;
		text-align: center;
		margin-bottom: 10px;
	}

	.main .main_text .main_text2 {
		font-size: 3.4vw;
		text-align: center;
		line-height: 2.0em;
		color: #171c61;
		font-weight: bold;
	}
}






.award_list {
	width: 1000px;
	margin: 0 auto;
}
.award_list .txt1 {
	text-align: center;
	color: #c39cc7;
	margin-bottom: 20px;
	font-size: 24px;
}

.nasbana1 {
	padding-top: 100px;
	padding-bottom: 0px;
}

.nasbana1 h3 {
	width: 260px;
	margin: 0 auto 20px;
}

.nasbana2 {
	padding-bottom: 125px;
}
.nasbana2 h3 {
	width: 360.5px;
	margin: 0 auto;
}

.nasbana3 {
	padding-bottom: 140px;
}
.nasbana3 h3 {
	width: 308.5px;
	margin: 0 auto;
}





.incontent {
  display: none;
}

.incontent {
	background: #fffcd9;
	border-radius: 15px 15px 0 0;
	box-sizing: border-box;
	padding: 35px 80px;
}

.color2 .incontent {
	background: #fffcd9;
}

.incontent .inner_tit {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	color: #171c61;
	align-items: center;
	
}
.incontent .inner_tit ul.tag {
	width: 100%;
	display: flex;
	margin-bottom: 10px;
	gap:10px;
}

.incontent .inner_tit ul.tag li{
	border: 1px solid #171c61;
	border-radius: 3px;
	padding: 5px 10px;
}
.incontent .inner_tit h4 {
	font-size: 27px;
	line-height: 1.2em;
	width: 55%;
}
.incontent .inner_tit dl {
	font-size: 22px;
	line-height: 1.2em;
}
.incontent .inner_tit dl dd span {
	font-size: 20px;
}

.incontent .inner_txt {
	background: #ffffff;
	box-sizing: border-box;
	padding: 30px 40px;
}
.incontent .inner_txt div.medal {
	width: 136px;
	padding-right: 20px;
	padding-bottom: 15px;
	float: left;
}

.incontent .inner_txt p {
	line-height: 1.8em;
	color: #171c61;
	font-size: 16px;
	text-align: justify;
}

.acc {
	margin-bottom: 10px;
}

.acc .area-btn .btn {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-radius: 15px;
	padding: 35px 80px;
	color: #171c61;
	align-items: center;
	box-sizing: border-box;
	background: url("../img/results/icn_view1.png") no-repeat bottom 10px right 10px #fffcd9;
	background-size:53px 46px;
	cursor: pointer;
	height: 168.8px;
}
.color2 .area-btn .btn {
	background: url("../img/results/icn_view1.png") no-repeat bottom 10px right 10px #fffcd9;
	background-size:53px 46px;
}

.acc .area-btn .btn ul.tag {
	width: 100%;
	display: flex;
	margin-bottom: 10px;
	gap:10px;
}

.acc .area-btn .btn ul.tag li{
	border: 1px solid #171c61;
	border-radius: 3px;
	padding: 5px 10px;
}

.acc .area-btn .btn h4 {
	font-size: 27px;
	line-height: 1.2em;
	width: 55%;
}
.acc .area-btn .btn dl {
	font-size: 22px;
	line-height: 1.2em;
}
.acc .area-btn .btn dl dd span {
	font-size: 20px;
}



.color1.active .area-btn .btn {
	border-radius: 0 0 15px 15px;
	height: 60px;
	background: url("../img/results/icn_close1.png") no-repeat bottom 10px right 10px #fffcd9;
	background-size:53px 46px;
}
.color2.active .area-btn .btn {
	border-radius: 0 0 15px 15px;
	height: 60px;
	background: url("../img/results/icn_close1.png") no-repeat bottom 10px right 10px #fffcd9;
	background-size:53px 46px;
}
.active .area-btn .btn ul.tag { display: none;}
.active .area-btn .btn h4 { display: none;}
.active .area-btn .btn dl { display: none;}




/*///////// ここからPC絞り込み ////////////////////////////////////////////////////////////*/


#search-form {
  max-width: 100%;
  padding:24px 50px;
  background-color: #f9f9f9;
  border-radius: 8px;
  font-family: sans-serif;
	margin: 30px auto 100px;
}

.select_area {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}

/* 独自のドロップダウン全体のコンテナ */
.custom-dropdown {
  flex: 1;
  position: relative; /* 一覧を絶対配置するため */
}

.label-text {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
	color: #c39cc7;
}

/* 最初に見えているボタン部分（セレクトボックスの見た目） */
.dropdown-trigger {
  padding: 12px 40px 12px 16px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #c39cc7;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
	color: #e87e88;
}

/* 自作の矢印（▼） */
.dropdown-trigger::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #c39cc7;
  transition: transform 0.3s; /* 矢印回転用 */
}

/* ドロップダウンが開いているときのトリガーの見た目 */
.custom-dropdown.is-open .dropdown-trigger {
  border-color: #c39cc7;
  box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.2);
}
/* 開いているときは矢印を上に向ける */
.custom-dropdown.is-open .dropdown-trigger::after {
  transform: translateY(-50%) rotate(180deg);
}

/* ==========================================
   ★ここがポイント：開いたときの一覧（ul）
========================================== */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 4px 0 0 0;
  padding: 6px 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e4c9e0;
  border-radius: 8px; /* 本物のselectではできなかった角丸！ */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* 綺麗な影 */
  z-index: 100;
  
  /* 初期状態は非表示（JSで制御） */
  display: none;
}

/* JSで .is-open クラスがついたら表示する */
.custom-dropdown.is-open .dropdown-menu {
  display: block;
}

/* 一覧の中の選択肢（li） */
.dropdown-menu li {
  padding: 10px 16px;
  font-size: 15px;
  color: #e87e88;
  cursor: pointer;
  transition: background-color 0.2s;
}

/* マウスを乗せたとき（本物では変えられなかったホバー色！） */
.dropdown-menu li:hover {
  background-color: #f1e8f3;
  color: #e87e88;
}

/* 現在選択されている項目 */
.dropdown-menu li.is-selected {
  background-color: #e4c9e0;
  color: #fff;
  font-weight: bold;
}

/* ==========================================
   ボタンエリア（前回同様）
========================================== */
.button-area {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#search-form button {
  padding: 12px 32px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  border: none;
}
#search-form button[type="reset"] {
  background-color: #e6d6ea;
  color: #d8abd4;
	width: 200px;
}
#search-form button[type="submit"] {
  background-color: #e4c9e0;
  color: #fff;
	width: 200px;
}

#search-form button[type="reset"]:hover {
	background-color: #e0cbe5;
}
#search-form button[type="submit"]:hover {
	background-color: #d8abd4;
}

/*///////// ここまでPC絞り込み ////////////////////////////////////////////////////////////*/


/*///////// ここからページネーション ////////////////////////////////////////////////////////////*/


/* ページネーション全体のレイアウト */
.pagination-container {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  font-family: sans-serif;
}

.pagination {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 12px; /* ボタン同士の間隔 */
}

/* ボタンの基本スタイル（正円） */
.page-item a, .page-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  
  width: 40px;
  height: 40px;
  flex-shrink: 0; /* スマホで潰れないように固定 */
  
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background-color: #e4c9e0; /* ベースの薄いピンク */
  border-radius: 50%;
  
  box-sizing: border-box;
  transition: all 0.2s ease;
  cursor: pointer;
}

/* ホバー効果 */
.page-item a:hover {
  background-color: #d8abd4;
}

/* 現在のページ（アクティブな円） */
.page-item.active a {
  background-color: #d8abd4; /* 濃いめのピンク */
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}

/* ★三点リーダー「...」のスタイル調整 */
.page-item.dots span {
  border: none;
  background: transparent;
  color: #d8abd4; /* 画像に合わせたピンク色に変更 */
  font-weight: bold;
  cursor: default;
  letter-spacing: 2px; /* ドットの間隔を少し広げる */
}


/* ==========================================
   ★アイコンボタンのコード（文字を消して矢印を画像通りにする）
========================================== */
/* 対象となるナビゲーションボタン全体の文字を消す */
.page-item.first a,
.page-item.prev a,
.page-item.next a,
.page-item.last a {
  font-size: 0;
  position: relative;
}

/* 共通設定：矢印パーツを作るためのベース */
.page-item.first a::before, .page-item.first a::after,
.page-item.prev a::after,
.page-item.next a::after,
.page-item.last a::before, .page-item.last a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transition: border-color 0.2s ease;
}

/* ◀ 前へ */
.page-item.prev a::after {
  border-right: 6px solid #fff;
  left: 40%;
}

/* ▶ 次へ */
.page-item.next a::after {
  border-left: 6px solid #fff;
  left: 48%;
}

/* |◀ 先頭へ（縦線 + 三角） */
.page-item.first a::before {
  width: 2px;
  height: 4px;
  background-color: #fff;
  left: 36%;
  transition: background-color 0.2s ease;
}
.page-item.first a::after {
  border-right: 6px solid #fff;
  left: 45%;
}

/* ▶| 末尾へ（三角 + 縦線） */
.page-item.last a::before {
  border-left: 6px solid #fff;
  left: 42%;
}
.page-item.last a::after {
  width: 2px;
  height: 4px;
  background-color: #fff;
  left: 62%;
  transition: background-color 0.2s ease;
}


/* ==========================================
   ★無効化（disabled）のときのスタイル調整
========================================== */
/* 背景をかなり薄いピンクグレーに */
.page-item.disabled a {
  background-color: #f5edf5;
  pointer-events: none;
}

/* 画像通り、無効化された中の矢印を「薄いグレー」にする */
.page-item.disabled.prev a::after,
.page-item.disabled.first a::after { border-right-color: #fff; }
.page-item.disabled.first a::before { background-color: #fff; }

.page-item.disabled.next a::after,
.page-item.disabled.last a::before { border-left-color: #fff; }
.page-item.disabled.last a::after { background-color: #fff; }


/* ==========================================
   スマートフォン向けのスタイル（768px以下）
========================================== */
@media screen and (max-width: 768px) {
  /* （※フォーム等のスタイルは元のまま維持してください） */

  /* 3. 円形ページネーションの調整 */
  .pagination {
    gap: 5px; /* ボタンが増えたので、間隔をさらに少し詰めました */
  }

  .page-item a, 
  .page-item span {
    width: 28px; /* スマホで収まりやすいよう34pxから32pxに微調整 */
    height: 28px;
    font-size: 12px;
  }
}

/*///////// ここまでページネーション ////////////////////////////////////////////////////////////*/


@media screen and (max-width:768px){

	.award_list {
		width: 94%;
		margin: 0 auto;
	}
	.award_list .txt1 {
		text-align: center;
		color: #c39cc7;
		margin:20px 0;
		font-size: 16px;
	}
	
	.nasbana1 {
		padding-top: 40px;
		padding-bottom: 0px;
	}
	
	.nasbana1 h3 {
		width: 42%;
		margin: 0 auto;
	}
	.nasbana2 h3 {
		width: 61%;
		margin: 0 auto;
	}

	.nasbana3 {
		padding-bottom: 80px;
	}
	.nasbana3 h3 {
		width: 52.11%;
		margin: 0 auto;
	}





	.incontent {
	  display: none;
	}

	.incontent {
		background: #fffcd9;
		border-radius: 15px 15px 0 0;
		box-sizing: border-box;
		padding: 15px 3%;
	}

	.color2 .incontent {
		background: #fffcd9;
	}

	.incontent .inner_tit {
		display: block;
		margin-bottom: 30px;
		color: #171c61;

	}

	.incontent .inner_tit ul.tag {
		width: 100%;
		display: flex;
		margin-bottom: 6px;
		gap:6px;
	}

	.incontent .inner_tit ul.tag li{
		border: 1px solid #171c61;
		border-radius: 3px;
		padding: 3px 6px;
		font-size: 13px;
	}
	.incontent .inner_tit h4 {
		font-size: 18px;
		line-height: 1.3em;
		width: 100%;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.incontent .inner_tit dl {
		font-size: 14px;
		line-height: 1.2em;
	}
	.incontent .inner_tit dl dd {
		display: inline-block;
	}
	.incontent .inner_tit dl dd:first-child {
		padding-right: 5px;
	}
	.incontent .inner_tit dl dd span {
		font-size: 13px;
	}

	.incontent .inner_txt {
		background: #ffffff;
		box-sizing: border-box;
		padding: 10px 4%;
	}
	.incontent .inner_txt div.medal {
		width: 106px;
		padding-right: 10px;
		padding-bottom: 10px;
		float: left;
	}

	.incontent .inner_txt p {
		line-height: 1.6em;
		color: #171c61;
		font-size: 14px;
		text-align: justify;
	}
	
	.acc {
		margin-bottom: 6px;
	}
	
	.acc .area-btn .btn {
		display: block;
		width: 100%;
		border-radius: 15px;
		padding: 15px 3%;
		color: #171c61;
		align-items: center;
		box-sizing: border-box;
		background: url("../img/results/icn_view1.png") no-repeat bottom 10px right 10px #fffcd9;
		background-size:32px auto;
		height: auto;
	}
	.color2 .area-btn .btn {
		background: url("../img/results/icn_view1.png") no-repeat bottom 10px right 10px #fffcd9;
		background-size:32px auto;
	}

	.acc .area-btn .btn ul.tag {
		width: 100%;
		display: flex;
		margin-bottom: 6px;
		gap:6px;
	}

	.acc .area-btn .btn ul.tag li{
		border: 1px solid #171c61;
		border-radius: 3px;
		padding: 3px 6px;
		font-size: 13px;
	}
	.acc .area-btn .btn h4 {
		font-size: 18px;
		line-height: 1.3em;
		width: 100%;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.acc .area-btn .btn dl {
		font-size: 14px;
		line-height: 1.2em;
	}
	.acc .area-btn .btn dl dd {
		display: inline-block;
	}
	.acc .area-btn .btn dl dd:first-child {
		padding-right: 5px;
	}
	.acc .area-btn .btn dl dd span {
		font-size: 13px;
	}



	.color1.active .area-btn .btn {
		border-radius: 0 0 15px 15px;
		height: 60px;
		background: url("../img/results/icn_close1.png") no-repeat bottom 10px right 10px #fffcd9;
		background-size:32px auto;
	}
	.color2.active .area-btn .btn {
		border-radius: 0 0 15px 15px;
		height: 60px;
		background: url("../img/results/icn_close1.png") no-repeat bottom 10px right 10px #fffcd9;
		background-size:32px auto;
	}
	.active .area-btn .btn ul.tag { display: none;}
	.active .area-btn .btn h4 { display: none;}
	.active .area-btn .btn dl { display: none;}
	
	
	
	
	

/*///////// ここからSP絞り込み ////////////////////////////////////////////////////////////*/



#search-form {
  max-width: 100%;
  padding:12px 2%;
  background-color: #f9f9f9;
  border-radius: 8px;
  font-family: sans-serif;
	margin: 30px auto 100px;
}

.select_area {
  display: block;
  gap: 0;
  margin-bottom: 20px;
}

/* 独自のドロップダウン全体のコンテナ */
.custom-dropdown {
  flex: 1;
  position: relative; /* 一覧を絶対配置するため */
}

.label-text {
  display: block;
  font-size: 14px;
	font-weight: 400;
  margin-bottom: 8px;
	color: #c39cc7;
}
	
	.select1 {
		margin-bottom: 15px;
	}

/* 最初に見えているボタン部分（セレクトボックスの見た目） */
.dropdown-trigger {
  padding: 12px 40px 12px 16px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #c39cc7;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
	color: #e87e88;
}

/* 自作の矢印（▼） */
.dropdown-trigger::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #c39cc7;
  transition: transform 0.3s; /* 矢印回転用 */
}

/* ドロップダウンが開いているときのトリガーの見た目 */
.custom-dropdown.is-open .dropdown-trigger {
  border-color: #c39cc7;
  box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.2);
}
/* 開いているときは矢印を上に向ける */
.custom-dropdown.is-open .dropdown-trigger::after {
  transform: translateY(-50%) rotate(180deg);
}

/* ==========================================
   ★ここがポイント：開いたときの一覧（ul）
========================================== */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 4px 0 0 0;
  padding: 6px 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e4c9e0;
  border-radius: 8px; /* 本物のselectではできなかった角丸！ */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* 綺麗な影 */
  z-index: 100;
  
  /* 初期状態は非表示（JSで制御） */
  display: none;
}

/* JSで .is-open クラスがついたら表示する */
.custom-dropdown.is-open .dropdown-menu {
  display: block;
}

/* 一覧の中の選択肢（li） */
.dropdown-menu li {
  padding: 10px 16px;
  font-size: 15px;
  color: #e87e88;
  cursor: pointer;
  transition: background-color 0.2s;
}

/* マウスを乗せたとき（本物では変えられなかったホバー色！） */
.dropdown-menu li:hover {
  background-color: #f1e8f3;
  color: #e87e88;
}

/* 現在選択されている項目 */
.dropdown-menu li.is-selected {
  background-color: #e4c9e0;
  color: #fff;
  font-weight: bold;
}

/* ==========================================
   ボタンエリア（前回同様）
========================================== */
.button-area {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#search-form button {
  padding: 12px 32px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  border: none;
}
#search-form button[type="reset"] {
  background-color: #e6d6ea;
  color: #d8abd4;
	width: 48%;
}
#search-form button[type="submit"] {
  background-color: #e4c9e0;
  color: #fff;
	width: 48%;
}

/*///////// ここまでSP絞り込み ////////////////////////////////////////////////////////////*/
	
	
	
}



.btm_message { padding:40px 0 125px;}
.btm_message p {
	color: #171c61;
	text-align: center;
	font-size: 24px;
	line-height: 1.8em;
	margin-bottom: 75px;
}
.btm_message div {
	width: 209px;
	margin: 0 auto;
}


@media screen and (max-width:768px){
	
	.btm_message {
		width: 98%;
		margin: 0 auto;
		padding: 40px 0 80px;
	}
	.btm_message p {
		color: #171c61;
		text-align: center;
		font-size: 4vw;
		line-height: 1.8em;
		margin-bottom: 45px;
	}
	.btm_message div {
		width: 40%;
		margin: 0 auto;
	}
}


.nasbana_ft {
	text-align: center;
	font-size: 16px;
	line-height: 1.5em;
	color: #ffffff;
	padding-bottom: 50px;
}
.nasbana_ft a {
	color: #ffffff;
	text-decoration: underline;
}
.nasbana_ft a:hover {
	text-decoration: none;
}

@media screen and (max-width:768px){
	.nasbana_ft {
		background: url("../common/img/sp/footer_bg.png") no-repeat center top #f3a7ac;
		background-size: 100%;
		width: 100%;
		font-size: 14px;
		padding: 50px 6%;
		box-sizing: border-box;
		
	}
}




#page-top {
  position: fixed;
  bottom: 85px;
  right: 30px;
  z-index: 99;
}
#page-top a {
  text-decoration: none;
  color: #fff;
  width: 60px;
  display: block;
}
#page-top a:hover {
  text-decoration: none;
}

#page-top img {
	width: 100%;
}

@media screen and (max-width:768px){
	
	#page-top {
	  position: fixed;
	  bottom: 20px;
	  right: 2%;
	  z-index: 99;
	}
	#page-top a {
	  text-decoration: none;
	  color: #fff;
	  width: 40px;
	  display: block;
	}
	#page-top a:hover {
	  text-decoration: none;
	}

	#page-top img {
		width: 100%;
	}	
}


