@charset "UTF-8";
/* CSS Document */
/* =========================================================
　メインビジュアル
========================================================= */
body{
	overflow-x: hidden;
}
.page_title {
	background: url(images/title_img.png), url(images/title_img_bg.png), #fff;
	background-repeat: no-repeat, no-repeat;
	background-size: 1000px auto, cover;
	background-position: center center;
	width: 100%;
	height: 440px;
	text-align: center;
}
.page_title h2 { display: none; }
.main, .contents { background-color: #FBF4FE; }

.contents-line-p {
	position: relative;
	background: url("images/contents-line-p_lpurple.png") repeat-x center top;
	z-index: 10000;
	height: 5px;
	display: block;
	top: -5px;
	width: 100%;
}
.footer_address address::before{
	background: url("../../common/img/titline-w-bt_btm.png") repeat-x center top;
	display: block;
	width: 100%;
	height: 5px;
}

@media screen and (max-width:736px){
	
	.contents-line-p {
		top: -4px;
	}
	.page_title{
		background-size: 91% auto,cover;
		padding-top: 40%;
		height: auto;
	}
}/*@media*/

/* =========================================================
   共通パーツ（レイアウト・ボタン・汎用クラス）
   ========================================================= */
.PConly{
	display: block;
}
.SPonly{
	display: none;
}
#summer_wrap h3{
	text-align: center;
}
.contents{
	background: #FBF4FE;
}
.bread_crumb, .bread_crumb_w {
    margin: 0 auto;
	padding: 20px;
}

.s_wrap{
	width: 100%;
}
.s_inner_wrap{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

h3.s_title{
	font-weight: bold;
	color: #3C3C3C;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.7
}
h4.spots_sub_title{
	color: #523788;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.7;
    margin: 3em 0 1em 0;
}
.spots_sub_title span{
	padding-right: 0.5em;
}
.s_title{
	font-weight: bold;
	color: #3C3C3C;
	margin: 4em 0;
	
}
.s_title img{
	width: 90%;
	max-width: 520px;
}

.s_title.spots_title{
	position: relative;
}
.s_title.spots_title::before{
	content: "";
	position: absolute;
	top: -100%;
	right: 50%;
	transform: translateX(50%);
	
	width: 40px;
	height: 40px;
	background-image: url("images/baseball_dec.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.s_title.spots_title img{
	width: 100%;
}

/* 説明文 */
.intro{
/*	padding-bottom: 3em;*/
}
.describe{
	padding: 1em 0;
}
/* 画像エリア */
.img_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1;
}
.img_box img,
.text_box img{
	width: 100%;
	height: auto;
}
.img_box div{
	width: 49.5%;
	margin-top: 0.5em;
}

/* sp */
@media screen and (max-width:736px){
	.PConly{
		display: none;
	}
	.SPonly{
		display: block;
	}
	.s_wrap{
		padding: 3em 20px 10em;
	}

	h4.s_title{
		text-align: left;
		font-size: 1em;
	}
	h4.spots_sub_title{
		font-size: 1.1em;
	}
	h3.s_title{
		margin: 2em 0;
	}
	h3.catch img{
		width: 100%;
		max-width: 400px;
	}
	.s_title.spots_title::before{
		width: 25px;
		height: 25px;
	}
	.intro,
	.describe{
		text-align: left;
	}
}

/* ============ 施設概要カード ============ */
/* 施設概要　枠 */
	.facility_wrap{
		border: 3px solid #523788;
		border-radius: 40px;
		background-color: #fff;
		box-sizing: border-box;
		padding: 3em;
		position: relative;
	}
	.facility_wrap::before{
		content: "";
		position: absolute;
		top: 1.5em;
		left: 0em;
		
		width: 163px;
		height: 62px;
			
		background-image: url("images/facility_title.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.facility_inner{
		padding: 8em 4em 4em;
	}
  .facility_card{
    position:relative;
    background:#fff;
    border:1px solid var(--color-purple-main);
    border-radius:28px;
    padding:56px 48px 44px;
    box-shadow:0 10px 30px rgba(60,42,104,0.10);
    overflow:visible;
  }

  .facility_label{
    position:absolute;
    top:-18px;
    left:36px;
    display:inline-flex;
    align-items:center;
    background:var(--color-purple-deep);
    color:#fff;
    font-weight:700;
    font-size:16px;
    letter-spacing:.05em;
    padding:9px 26px 9px 20px;
    line-height:1;
    clip-path:polygon(0 0, 100% 0, 88% 50%, 100% 100%, 0 100%);
    margin:0;
  }

  .facility_dl{
    margin:0;
    padding:0;
  }

  /* ---- 住所 / アクセス 行 ---- */
  .facility_row{
    display:flex;
    gap:28px;
    padding:22px 0;
  }
  .facility_row:first-of-type{ padding-top:6px; }

  .facility_dl dt.facility_row_label{
    margin:0;
    font-weight:700;
    color:var(--color-purple-main);
    font-size:15px;
    padding-top:2px;
    letter-spacing:.04em;
  }
  .facility_dl dd.facility_row_body{
    flex:1;
    font-size:14.5px;
    color:var(--color-text);
	text-align: left;
	margin: 0;
  }
  .facility_row_body strong{
    display:block;
    margin-top:4px;
    font-weight:700;
  }
  .access_list{
    margin:0;
    padding:0;
    list-style:none;
  }
  .access_list li{
    position:relative;
    padding-left:1.1em;
  }
  .access_list li::before{
    content:"・";
    position:absolute;
    left:0;
  }

  .facility_divider{
    border:none;
    border-top:1px solid #523788;
    margin:8px 0 30px;
  }

  /* ---- セクション見出し（アイコン付き中央寄せ） ---- */
 
  .facility_row.center_title{
    flex-direction: column;
  }
  .facility_subhead{
	margin: 0 auto;
	padding-left: 1.5em;
    font-size: 1.3em;
    font-weight:700;
    color: #523788;
    letter-spacing:.03em;
	  
	position: relative;
  }
  .facility_subhead::before{
	content: "";
	position: absolute;
	top: 50%;
	left: -1em;
	transform: translateY(-50%); /* 縦方向の中央揃え */

	width: 50px;
	height: 50px;
	background-size: contain; 
	background-repeat: no-repeat; 
	background-position: center;
  }

  .facility_subhead.guide::before{
	background-image: url("images/icon_guide_img.png");
  }
  .facility_subhead.attention::before{
	background-image: url("images/icon_attention_img.png");
  }
	/* ---- ご見学上の注意 ---- */
  .notice_box{
    background: #FBF4FE;
    border-radius:16px;
    padding:26px 30px;
    text-align:center;
  }
  .notice_box p{
    margin:0 0 10px;
  }
  .notice_box p strong{ 
	  font-weight:700;
	}
  .notice_sub{
    font-size:12px;
    color:var(--color-text-sub);
    margin:0 0 14px;
    line-height:1.9;
  }
  .notice_strong{
    font-weight:700;
    font-size:13.5px;
    color:var(--color-text);
    margin:0;
  }
	/* Googleマップエリア */
	.googlemap_area{
		margin-top: 6em;
		margin-bottom: 6em;
		width: 100%;
	}
	.googlemap_area iframe{
		width: 100%;
		min-height: 479px;
	}


/*色付きボタン*/
.btn_box_kagura {
	display: inline-block;
	margin:1em 0 0;
	width: 100%;
	box-sizing: border-box;
}
.btn_box_kagura a {
	width: 100%;
	background-color: #368389;
	padding: .7em;
	color: #fff;
	display: block;
	text-decoration: none;
	background-image: url(../img/arrow_w_l.png);
	background-repeat: no-repeat;
	background-size: 12px 20px;
	background-position : right 10px center;
	text-align: center;
	transition: opacity 0.3s ease 0s;
	box-sizing: border-box;
}
.btn_box_kagura a:hover{
	opacity: 0.7;
	color: #fff;
}
/*リンク*/
.kagura_link{
	color: #368389;
	text-decoration: underline;
}

/* 施設概要カード sp	*/
@media screen and (max-width:736px){
	.facility_wrap::before{
		top: 2em;
		left: -1.3em;
		
		width: 140px;
		height: 39px;
	}
	.facility_inner{
      padding: 5em 2em 2em;
      border-radius:20px;
    }
    .facility_label{
      left:18px;
      font-size:13px;
      padding:7px 20px 7px 14px;
    }
    .facility_row{
      flex-direction:column;
      gap:6px;
      padding:16px 0;
    }
    .facility_dl dt.facility_row_label{
      flex:none;
		text-align: left;
    }
    .facility_subhead{
      font-size:16px;
      margin-bottom:18px;
    }
    .direction_block{
      flex-direction:column;
      gap:14px;
    }
    .direction_photo{
      flex:none;
    }
    .direction_photo img{ min-height:180px; }
    .notice_box{ padding:20px 16px; }
    .notice_box p{
		text-align: left;
	}
}

/* =========================================================
/* 花巻から世界へ！活躍するメジャーリーガーの青春の地を訪ねよう！
========================================================= */

.catch_area{
	padding: 4em 0;
	background: #FBF4FE;
	background-image: url("images/catch_wrap_bg.png");
	background-position: left bottom -1em;
	background-repeat: repeat-x;
	background-size: 50%;
}
.catch_wrap ul{
	display: flex;
	align-items: stretch;
	gap: 1em;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0px auto 6em;
}
.catch_wrap ul li{
	width: 49%;
	padding: 0;
	
	display: flex;
	flex-direction: column;
}
.catch_wrap ul a{
	color: #fff;
	background-color: #523788;
	padding: 0.5em ;
	font-weight: bold;
    text-align: center;
    transition: opacity 0.3s ease 0s;
    box-sizing: border-box;
	font-size: 1.25em;
	line-height: 1.5em;
	
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	position: relative;
}
.catch_wrap ul a::after{
	content: "";
	position: absolute;
	right: 2em;
	top: 50%;
	transform: translateY(-50%) rotate(90deg); 
	
	width: 12px;
	height: 20px;
	
	background-image: url("../../common/img/arrow_w_l.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.catch_wrap .intro{
	margin: 1em 0 2em;
	font-weight: normal;
	color: #3C3C3C;
	font-size: 1.3em;
	line-height: 1.7;
	text-align: center;
}
@media screen and (max-width:736px){
	.catch_area{
		padding: 2em 0 10em;
		
		background: url("images/catch_wrap_bg_sp.png");
		background-position: 10% 100%;
		background-size:100%, 20%;
		background-repeat: no-repeat;
	}
	.catch_wrap{
		width: 90%;
		margin: 0 auto;
	}
	.catch_wrap .intro{
		font-size: 1em;
		text-align: left;
		padding-bottom: 2em;
		margin-top: 0em;
	}
	.catch_wrap ul{
		flex-wrap: wrap;
		margin: 0px auto 3em;
	}
	.catch_wrap ul li{
		width: 100%;
	}
	.catch_wrap ul a::after{
		right: 1em;
		
		width: 8px;
		height: 16px;
	}
}

/* =========================================================
/* 野球関連スポットマップ
========================================================= */
#MAP{}

.map_area{
	padding: 6em 0;
	background: #fff;
	background-image: url("images/spots_map_bg.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 60%;
}
.map_wrap div img{
	width: 100%;
}
.s_title.map_title{
	width: 90%;
	max-width: 442px;
	margin: 2em auto;
}

/* sp */
@media screen and (max-width:736px){
	.map_area{
		padding: 3em 0 5em;
	}
	.map_wrap{
		width: 90%;
	}
	.s_title.map_title{
		margin: 1em auto;
	}
}
/* =========================================================
/* 花巻ゆかりのメジャーリーガーモニュメント
========================================================= */
.monument_wrap{
	width: 100%;
	padding: 6em 0;
	text-align: center;
	background-color: #E6F4FE;
    background-image:
	 repeating-linear-gradient(-45deg,#D0EFFD, #D0EFFD 10px,transparent 0, transparent 20px);

}
.monument_wrap .s_inner_wrap.monument div{
	position: relative;
}
.img_box.monument{
	
}
.describe.monument_01{
	padding: 1em 0 0;
}
.describe.monument_02{
	padding: 1em 0 4em;
}
.facility_wrap{
	z-index: 10;
}
/* 野球選手　シルエット */
.deco_silhouette.monument{
	position: absolute;
	bottom: -5%;
	right: -30%;

	z-index: 1;
}
  /* ---- モニュメントまでの行き方 ---- */
  .direction_block{
    display:flex;
    gap:28px;
    align-items:stretch;
    margin-bottom:30px;
  }
  .direction_photo{
    flex:0 0 260px;
  }
  .direction_photo img{
    width:100%;
    height:100%;
    min-height:230px;
    object-fit:cover;
    border-radius:14px;
    display:block;
  }
  .direction_steps{
    flex:1;
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:0;
  }
  .direction_steps li{
    background:#FBF4FE;
    border-radius:14px;
    padding:16px 22px;
	margin-bottom: 3em;
    font-size:14px;
	line-height: 1.5em;
	 
	position: relative;
  }
  .direction_steps li+li::before{
    content: "";
	position: absolute;
	top: -2em;
	left: 50%;
	transform: translateX(-50%);
	  
	width: 0;
	height: 0;
	border-left: 10px solid transparent;   /* 左側のボーダー（透明） */
	border-right: 10px solid transparent;  /* 右側のボーダー（透明） */
	border-top: 13px solid #523788;/* 上側のボーダー（ここだけに色をつける） */
  }
  .direction_steps li span.note{
    display:block;
    font-size:12.5px;
    margin-top:2px;
  }
  .direction_steps li span.bold{
    font-weight: 600;
  }
  .step_arrow{
    display:flex;
    justify-content:center;
    padding:6px 0;
  }
  .step_arrow svg{ width:16px; height:12px; }

  /* ---- ご見学上の注意 ---- */

  .notice_headline{
    color: #BF0008;
    font-weight: 700;
	  font-size: 1.5em;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin:0 0 14px;
  }
  .notice_sub{
    margin:0 0 14px;
    font-size:12px;
    line-height:1.9;
	text-align: left;
	  
	display: inline-block;
	padding-right: 15em;
  }
  .notice_strong{
    font-weight:700;
    font-size:13.5px;
    color:var(--color-text);
    margin:0;
  }

/* sp */
@media screen and (max-width:736px){
	.s_inner_wrap.monument{
		width: 90%;
		padding: 0 20px;
	}
	.deco_silhouette.monument{
		display: none;
	}
	.notice_sub{
		display: block;
		padding-right: 0;
		padding-left: 1.5em;
	}
}

/* =========================================================
/* King of the Hill（K.O.H）
========================================================= */
.KOH_wrap{
	width: 100%;
	text-align: center;
	padding: 3em 0;
	
	position: relative;
}
.img_box.KOH div{
	width: 33%;
}
.KOH_wrap .s_inner_wrap.KOH div{
	position: relative;
}
.KOH_wrap .facility_dl{
	z-index: 10;
	
}
.deco_silhouette.KOH{
	position: absolute;
	bottom: 0;
	left: -27%;

	z-index: 1;
}

/* ============ SP ============ */
@media (max-width: 736px){
	.s_inner_wrap.KOH{
		width: 90%;
		padding: 2em 20px 0;
	}
	.deco_silhouette.KOH{
		display: none;
	}
}

/* =========================================================
/* ステップインはなまき
========================================================= */
#STEPIN{}
.stepin_wrap{
	padding: 6em 0 15em;
	width: 100%;
	text-align: center;
	background-color: #E6F4FE;
    background-image:
	 repeating-linear-gradient(-45deg,#D0EFFD, #D0EFFD 10px,transparent 0, transparent 20px);
	
	position: relative;
}
.img_box.stepin{
	padding: 3em 0;
}
.img_box.stepin div{
	width: 33%;
}
.deco_silhouette.stepin{
	position: absolute;
	bottom: -6rem;
	right: 10%;
	
}

/* ============ SP ============ */
@media (max-width: 736px){
	.stepin_wrap{
		padding: 3em 0;
	}
	.s_inner_wrap.stepin{
		width: 90%;
		padding: 2em 20px 0;
	}
	.deco_silhouette.stepin{
		display: none;
	}
}

/* =========================================================
/* 野球関連スポット＆定番観光！便利なタクシープラン
========================================================= */
#TAXI{}
.taxi_area{
	background-color: #FFFABA;
	padding: 6em 0;
}
.taxi_wrap{
	width: 100%;
	text-align: center;
}
.intro.taxi{
	padding-bottom: 3em;
}
.comingsoon_wrap img{
	width: 100%;
}
.facility_wrap.taxi::before{
	content: "";
	position: absolute;
	top: 1.5em;
	left: 0em;

	width: 163px;
	height: 62px;

	background-image: url("images/taxi_title.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.img_box.taxi{
	gap: 1;
	margin-top: 2em;
}
.img_box.taxi img{
	width: 49%;
}
.facility_row.taxi_plan{
  flex-direction: column;
  align-items: flex-start;
}
.direction_steps li:last-child{
	margin-bottom: 0;	
}
.taxi_plan_time{
	text-align: right;
	margin-bottom: 2em;
}

/* ============ SP ============ */
@media (max-width: 736px){
	.taxi_area{
		padding: 3em 0;
	}
	.s_inner_wrap.taxi_wrap{
		width: 90%;
		padding: 2em 20px 0;
	}
	.facility_wrap.taxi::before{
		top: 2em;
		left: -0.8em;
		
		width: 140px;
		height: 39px;
	}
	.img_box.taxi{
		flex-direction: column;
	}
	.img_box.taxi img{
		width: 100%;
		margin-bottom: 1em;
	}
}

/* =========================================================
   各種ナビゲーション・戻る・もっと見るボタン
   ========================================================= */
.backbtn{
	padding-top: 4em;
	background-color: #fff;
	text-align: center;
}
.backbtn p{
	max-width: 600px;
	margin: 0 auto;
	padding: 0 20px 4em;
	box-sizing: border-box;
	background-color: #fff;
}
.btn_box_s a {
    width: 100%;
    padding: 1em;
}
.more_btn{
	margin-top: 1.3em;
}
.more_btn a{
	max-width: 500px;
	margin: 0 auto;
    width: 100%;
    background-color: #E8444B;
    padding: 1em;
	color: #fff;
	font-weight: bold;
}
.more_btn a:hover {
    color: #fff;
}
.btn_box_s.more_btn a {
    background-image: url("../../common/img/arrow_w_l.png");
}

.activity_box .more_btn{
	max-width: 316px;
	margin: 0 auto;
	position: absolute;
	bottom:-65px;
	left: 0;
	right: 0;
}
.activity_warp .more_btn a{
	max-width: 316px;
	margin: 0 auto;
    width: 100%;
    background-color: #00B296;
    padding: 1em;
	color: #fff;
}
.summer_wrap_01 .rink_btn a {
	max-width: 800px;
	margin: 0 auto;
    width: 100%;
    background-color: #544776;
    padding: 1em;

}
.summer_wrap_02 .rink_btn a {
	max-width: 800px;
	margin: 0 auto;
    width: 100%;
    background-color: #FAF7EE;
	background-image: url(images/arrow_r_l.png);
    padding: 1em;
	color: #E15C45;

}
.summer_wrap_02 .inner_rink_btn a {
	max-width: 800px;
	margin: 0 auto;
    width: 100%;
    background-color: #2C3E60;
	background-image: url(images/arrow_w_b.png);
	background-size: 20px 10px;
    padding: 1em;

}

/* ---------------------------------------------------------
   sp
   --------------------------------------------------------- */
@media screen and (max-width: 737px) {
	.btn_box_s {
		width: 80%;
		margin: 0;
	}
}


