@charset "utf-8";
/* CSS Document */
body {
	background: #d8d1c9;
	font-size: 14px;
	line-height: 1.8em;
	color: #51565b;
}
body.bg_b{
	/* background: #bef6ff; */
	font-size: 14px;
	line-height: 1.8em;
	color: #51565b;
}
body.bg_b.cp_bgpattern12 {
	/* font-size: 14px;
	line-height: 1.8em;
	color: #51565b;
	background-color: transparent;
  background-image: radial-gradient(#ffb8d0 2px, transparent 2px); */
  /* background-size: 20px 20px; */
}
body.cp_bgpattern15 {
	background:
	repeating-linear-gradient(-45deg,
		transparent,
		transparent 1em,
		rgba(248,187,208, 0.4) 0,
		rgba(248,187,208, 0.1) 2em,
		rgba(248,187,208, 0.3) 0,
		rgba(248,187,208, 0.2) 4em,
		rgba(244,143,177, 0.6) 0,
		rgba(244,143,177, 0.2) 2em),
	repeating-linear-gradient(45deg,
		transparent,
		transparent 1em,
		rgba(248,187,208, 0.4) 0,
		rgba(248,187,208, 0.1) 2em,
		rgba(248,187,208, 0.3) 0,
		rgba(248,187,208, 0.2) 4em,
		rgba(244,143,177, 0.4) 0,
		rgba(244,143,177, 0.1) 2em);
	background-blend-mode: multiply;
}
body.cp_bgpattern23 {
	/* background-color: #ffebee; */
	background-image:
	linear-gradient(135deg, #F8BBD0 0.85em, transparent 0),
	linear-gradient(-135deg, #F8BBD0 0.85em, transparent 0),
	radial-gradient(circle at 7.4em 7.4em,
		#F8BBD0 0.85em, transparent 0.85em),
	radial-gradient(circle at 0.56em 7.4em,
		#F8BBD0 0.85em, transparent 0.85em),
	linear-gradient(135deg, #E1BEE7 0.85em, transparent 0),
	linear-gradient(-135deg, #E1BEE7 0.85em, transparent 0),
	radial-gradient(circle at 7.4em 7.4em,
		#E1BEE7 0.85em, transparent 0.85em),
	radial-gradient(circle at 0.56em 7.4em,
		#E1BEE7 0.85em, transparent 0.85em);
	background-position: 0 4em, 0 4em, 0 -4em, 0 -4em, 4em 0, 4em 0, 4em 0, 4em 0;
	/* background-size: 8em 8em; */
	background-repeat: repeat;
}
.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}

h1{
	padding: 0;
	margin: 0;
	line-height: 0;
}
h1 img{
	vertical-align: bottom;
}
#title_space img{
	width: 100%;
}
#contents_wrapper{
	background: #FFFFFF;
	padding: 3rem;
	margin-bottom: 3rem;
}
#contents_wrapper > h2.sub_tit,
#contents_wrapper > h2.sub_tit02{
	text-align: center;
	background: none;
	line-height: 40px;
	padding: 0;
	color: #12784b;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 24px;
}
#contents_wrapper > h2.sub_tit02{
	color: #00b464!important;
}
#contents_wrapper > .lead {
}
#contents_wrapper > .lead p{
	padding: 0;
	margin: 0;
	font-size: 105%;
}
section#overview{
	/* margin: 3rem 0; */
}
#contents_wrapper > .lead .hoki-event dl {
	box-sizing: border-box;
	border-collapse: collapse;
	overflow: hidden;
}
#contents_wrapper > .lead .hoki-event dl dt {
	width: 30%;
	float: left;
	text-align: center;
	font-weight: 600;
	padding-top: 10px;
	border-top: 3px solid #00b463;
}
#contents_wrapper > .lead .hoki-event dl dd {
	width: 70%;
	float: left;
	padding: 10px 15px;
	border-top: 3px solid #c8c8c8;
	box-sizing: border-box;
}
#contents_wrapper > .lead .hoki-event dl dd ul.price_comment {
	font-size: 90%;
}
#contents_wrapper > .lead .hoki-event dl dd ul.price_comment li {
	margin-bottom: 0;
}


/* trash */
#overview dl{
	font-size: 100%;
	padding:0 30px;
	margin: 0 auto;
}
#overview dl span{
	display: block;
}
#overview dl dt{
	float: left;
	width: 20%;
	line-height: 1.5em;
	border-top: 1px #e5e5e5 solid;
	padding: 15px 0;
	font-weight: bold;
}
#overview dl .first{
		border-top:none;
}
#overview dl dd{
	margin-left: 20%;
	line-height: 1.8em;
	border-top: 1px #e5e5e5 solid;
	padding: 15px 0;
}
/* //trash */

#overview dl.overview_list{
	font-size: 100%;
	/* padding:0 30px;
	margin: 0 auto; */
	padding: 0;
	margin-left: 30px;
	margin-right: 30px;
	background-color: #039773;
	/* background-color: #46aec1; */
	/* background-color: #33c6a7; */
}
@media all and (-ms-high-contrast: none) {
	#overview dl.overview_list{
		background-color: #46aec1;
	}
}
#overview dl.overview_list span{
	display: block;
}
#overview dl.overview_list dt{
	float: left;
	width: 20%;
	line-height: 1.5em;
	border-top: 1px #e5e5e5 solid;
	padding: 15px 0;
	font-weight: bold;
	color: #ffffff;
  text-align: center;
}
#overview dl.overview_list .first{
		border-top:none;
}
#overview dl.overview_list dd{
	margin-left: 20%;
	line-height: 1.8em;
	border-top: 1px #e5e5e5 solid;
	/* padding: 15px 0; */
	padding: 15px 10px;
  background-color: #ffffff;
}
ul.price_comment{
	list-style-type: disc;
	padding-left: 26px;
}
ul.l-marker {
	list-style-type: none;
	padding-left: 0;
}
ul.price_comment li{
}




#contents_wrapper >
#overview > h2.overview_tit,
#contents_wrapper >
#overview > h2.overview_tit02{
	border-bottom: solid 3px #808081;
	position: relative;
	/* color: #808081; */
	color: #039773 !important;
	background:none;
	padding: 0;
	margin-bottom: 15px;
	letter-spacing: .2em;
}
#contents_wrapper >
#overview > h2.overview_tit:after,
#contents_wrapper >
#overview > h2.overview_tit02:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #12784b;
	bottom: -3px;
	width: 20%;
}
#overview > h2.overview_tit02{
	color: #128597!important;
	/* color: #229079!important; */
}
#contents_wrapper >
#overview > h2.overview_tit02:after {
	border-bottom: solid 3px #039773!important;
	/* border-bottom: solid 3px #46aec1!important; */
	/* border-bottom: solid 3px #33c6a7!important; */
}
#overview h3 {
	font-size: 18px;
}
#overview h4 {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 5px;
}
#overview dl.overview_list dd h4 .red-udl {
	border-bottom: 1px solid;
	display: inline-block;
}
#overview dl.overview_list dd h4 .red-border {
	/* border: 1px solid; */
	padding: 2px 10px;
	display: inline-block;
	background-color: #f34683;
  color: #ffffff;
	min-width: 65px;
	text-align: center;
}
@media all and (-ms-high-contrast: none) {
	#overview dl.overview_list dd h4 .red-border {
		background-color: #d74356;
	}
}
#overview dl.overview_list dd span.red {
	color: #d74356;
}

section#picture{
	width: 80%;
	margin: 0 auto;
	background-color: #ededed
}
section#picture table{
	margin-bottom: 0;
}
section#picture table img{
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
section#picture table td{
	padding: 20px;
	text-align: center;
	vertical-align: bottom;
}
section#picture table td.name{
	padding-top: 0;
	font-weight: bold;
	color: #694c4c;
}
section#picture table img.last{
	width: 50%;
}

table.program {
	margin-bottom: 0;
}
.program {
	width: 100%;
  border: 0;
  font-size: 0;
  border-collapse: collapse;
}
.program th {
	text-align: left;
  width: 20%;
  vertical-align: top;
  border-bottom: 1px solid #82d2e1;
  padding-left: 10px;
  font-size: 14px;
	padding-top: 5px;
  padding-bottom: 5px;
}
.program td {
	border-bottom: 1px solid #82d2e1;
  border-left: none;
  font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.program th.border-none ,
.program td.border-none {
	border-bottom: 0;
}

/*-----------------------------------------------------
補助
-----------------------------------------------------*/
.text-center {
	text-align: center;
}
.text-block {
	display: inline-block!important;
}
.box-block {
	display: block!important;
}
.box-block strong {
	display: block!important;
}
.left-indent {
	/* margin-left: 18px; */
}
/*-----------------------------------------------------
	パンくずナビゲーション　pan
-----------------------------------------------------*/
#pan {
    font-size: 13px;
	color:#333333;
    margin: 5px 0 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#pan a {
	color:#333333;
}

/*-----------------------------------------------------
装飾
-----------------------------------------------------*/
.attention ,
.notice ,
.success ,
.other {
	font-size: 14px;
	display: inline-block;
	padding: 10px 15px;
}

strong.red-tit ,
strong.pink-tit ,
strong.blue-tit ,
strong.green-tit {
	display: inline-block;
	margin-bottom: 5px;
}
.red-tit {
	color: #c82439;
}
strong.red-tit {
	color: #ffffff;
	background-color: #c82439;
	padding: 1px 5px;
}
.pink-tit {
	color: #ec74a9;
}
strong.pink-tit {
	color: #ffffff;
	background-color: #ec74a9;
	padding: 1px 5px;
}
.blue-tit {
	/* color: #46aec1; */
}
strong.blue-tit {
	color: #ffffff;
	background-color: #46aec1;
	padding: 1px 5px;
}
.green-tit {
	color: #9fb775;
}
strong.green-tit {
	color: #ffffff;
	background-color: #9fb775;
	padding: 1px 5px;
}
div.circle-mark::before {
	content: "";
  background-color: #46aec1;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  vertical-align: middle;
	/* margin-left: 18px; */
	margin-right: 5px;
}
.border-wrap {
	border: 1px solid;
	display: inline-block;
	padding: 10px 30px;
	margin: 20px 0;
}
/*-----------------------------------------------------
ダウンロードボタン
-----------------------------------------------------*/
.Download-btn {
	float: none;
	text-align: center;
	position: relative;
  width: 350px;
  height: 20px;
  top: 0;
  left: 0;
	margin: 0;
}
.Download-btn a {
	position: absolute;
  /* transform: translate(-50%,-25% ); */
  transform: translateX(-50%) translateY(-25%);
  -ms-transform: translateX(-5%) translateY(-25%);
  width: 100%;
  height: 100%;
  line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	color: #118597;
}

/*-----------------------------------------------------
grid
-----------------------------------------------------*/
div[class*="pc-col-"] ,
li[class*="pc-col-"] {
	/* float: left; */
	padding: 10px;
	box-sizing: border-box;
	display: inline-block;
}
.pc-col-2 {
	width: 50%;
}
.pc-col-3 {
	width: 33.333333%;
}

/*-----------------------------------------------------
競馬教室募集終了後の水沢競馬場開催イベント告知
-----------------------------------------------------*/
.main-block	{
	overflow: hidden;
	margin-top: 20px;
	/* margin-bottom: 20px; */
}
.img-block img {
	width: 70%;
	/* width: 100%; */
	/* margin-bottom: 20px; */
}
.w-auto {
	width: auto;
}
.w-100 {
	width: 100%!important;
}
.font-80 {
	/* font-size: 80%; */
	font-size: 12px;
}
.text-right {
	text-align: right;
}
.text-right .price_comment li {
	display: inline-block;
	padding-left: 10px;
}
/*----------------------------------------------------------------------
10/25イベント用追加
----------------------------------------------------------------------*/
.mrg-0T {
	margin-top: 0!important;
}
section.inner_content > h3 > strong {
	padding-top: 15px;
	padding-bottom: 15px;
}

.main-block .copy-block {
	width: 100%;
	box-sizing: border-box;
	float: left;
}
.main-block .img-block {
	/* width: 20%; */
	/* box-sizing: border-box;
	float: right; */
}
.main-block .copy-block.w-auto ,
.main-block .img-block.w-auto {
	width: auto;
}
.main-block .img-block img {
	/* max-width: 125px; */
	padding: 3px;
}
.main-block .img-block {
	text-align: center;
	padding: 5px 20px;
}
.img-block > .img-content {
	margin-bottom: 20px;
}
.img-block > .img-content > img {
	margin-bottom: 0px;
	width: 100%;
	max-width: 100%;
}
.img-block > .img-content > span {
	text-align: center;
	line-height: 0;
}

.inner_content {
	/* margin-bottom: 4rem; */
}

article {
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.main-block .content_table {
	border-collapse: collapse;
}
.main-block .content_table tr {
	border-bottom: 1px solid #e7e7e7;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.main-block .content_table tr:first-child {
	padding-top: 0;
}
.main-block .content_table tr:last-child {
	border: 0;
}

.main-block .content_table th {
	width: 65%;
	vertical-align: top;
}
.main-block .content_table th ,
.main-block .content_table td {
	padding-top: 2rem;
}
.content_table div.circle-mark::before {
	margin-left: 0;
}
.content_notice th {
	vertical-align: middle;
	text-align: center;
	min-width: 130px;
	width: 130px;
}

.content_notice {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-collapse: collapse;
	background-color: #ececec;
	margin-top: 0.5rem;
	/* margin-bottom: 1rem; */
	margin-bottom: 5px;
}
.content_notice th ,
.content_notice td {
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.content_notice td {
	background-color: #ffffff;
}
.outer-left-indent {
	margin-left: 13px;
}

.form-btn {
	height: 28px;
	width: 125px;
}
.form-btn a {
	line-height: 50px;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-btn .ex_website {
	position: relative;
}
.form-btn .ex_website::after {
	content: "(外部サイト)";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 155px;
  width: 130px;
  text-align: left;
	pointer-events: none;
}
/*----------------------------------------------------------------------
10/25イベント用 10/19公開用追加
----------------------------------------------------------------------*/
.textBlock {

}
.textBlock ul.list li {
	margin-bottom: 15px;
}
.textBlock .left-indent {
	/* padding-left: 18px; */
  text-indent: -18px;
}
.textBlock .left-indent small {
	margin-left: 18px;
}
.imageBlock ul.imageInner ,
.imageBlock ul.imageYoshimoto {
	font-size: 0;
}
.imageBlock ul.imageInner li ,
.imageBlock ul.imageYoshimoto li {
	/* width: 25%; */
	width: 33%;
	box-sizing: border-box;
	display: inline-block;
	padding: 0 2px;
}
.imageBlock ul.gourmet li {
	/* width: 32%; */
	width: 49%;
	box-sizing: border-box;
	display: inline-block;
	padding: 0 2px;
	margin-bottom: 10px;
}
.imageBlock ul.imageYoshimoto li {
	width: 50%;
}
.imageBlock ul.imageInner li .photo ,
.imageBlock ul.gourmet li .photo ,
.imageBlock ul.imageYoshimoto li .photo {
	width: 100%;
	max-width: 100%;
}
.imageBlock ul.imageYoshimoto li p {
	color: #51565b;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  margin-bottom: 2rem;
}

.adjust201019 {
	margin-left: 15px;
}
.other {
	background: #f5f5f5;
	color: #575856;
	border-color: #c0c0c0;
	line-height: 1.9;
	width: 100%;
}

img.map-width {width: 100%!important;}

/* 2025/7/22 */
.occu {
	font-size: 120%;}
.stores-name {
	font-size: 95%;
}
.f-w {
	font-weight: 600;
}

li a.open-stores {
	border: solid 2px #642088;
    border-radius: 50px;
    display: block;
    width: 310px;
    padding: 15px;
    box-sizing: border-box;
    /* background: #e2f7f9; */
    color: #67268b;
    text-decoration: none;
    text-align: center;
		line-height: 1.0em;
    margin: 10px 0;
}
.gourmet li:nth-child(1) .open-stores,
.gourmet li:nth-child(4) .open-stores,
.gourmet li:nth-child(7) .open-stores,
.gourmet li:nth-child(10) .open-stores,
.gourmet li:nth-child(13) .open-stores,
.gourmet li:nth-child(16) .open-stores,
.gourmet li:nth-child(19) .open-stores {
	background: #e2f7f9!important;
}
.gourmet li:nth-child(2) .open-stores,
.gourmet li:nth-child(5) .open-stores,
.gourmet li:nth-child(8) .open-stores,
.gourmet li:nth-child(11) .open-stores,
.gourmet li:nth-child(14) .open-stores,
.gourmet li:nth-child(17) .open-stores,
.gourmet li:nth-child(20) .open-stores {
	background: #f9e2ea!important;
}
.gourmet li:nth-child(3) .open-stores,
.gourmet li:nth-child(6) .open-stores,
.gourmet li:nth-child(9) .open-stores,
.gourmet li:nth-child(12) .open-stores,
.gourmet li:nth-child(15) .open-stores,
.gourmet li:nth-child(18) .open-stores,
.gourmet li:nth-child(21) .open-stores {
	background: #e2f9e8!important;
}

/* 2026/2/27 */

ul.price_comment li {
	list-style: none;
}
ul.price_comment li.strong {
	margin-left: -1.5em;
}

/* 2026/9/1 秋・キッズ向けデザイン調整 */
body.cp_bgpattern23 {
	background-color: #fff8e8;
	background-image:
		radial-gradient(circle at 12% 18%, rgba(255, 210, 142, .20) 0 7%, transparent 8%),
		radial-gradient(circle at 86% 34%, rgba(245, 184, 171, .18) 0 7%, transparent 8%),
		radial-gradient(circle at 24% 78%, rgba(217, 225, 172, .18) 0 6%, transparent 7%),
		linear-gradient(135deg, #fffaf1 0%, #fff0d8 48%, #fbe8dc 100%);
	background-size: 430px 430px, 520px 520px, 480px 480px, 100% 100%;
	/* background-attachment: fixed; */
}

/* もみじ・落ち葉を薄く散らした背景 */
body.cp_bgpattern23::before {
	content: "🍁　　🍂　　🍁\A　🍂　　🍁　　🍂\A🍁　　　🍂　　🍁";
	white-space: pre-wrap;
	position: fixed;
	inset: 0;
	z-index: -2;
	overflow: hidden;
	font-size: 28px;
	line-height: 145px;
	letter-spacing: 58px;
	opacity: .10;
	pointer-events: none;
}

/* イチョウ風の葉（CSSで描画） */
body.cp_bgpattern23::after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	opacity: .14;
	background-image:
		radial-gradient(ellipse at center, rgba(218, 178, 67, .85) 0 38%, transparent 40%),
		radial-gradient(ellipse at center, rgba(233, 193, 76, .75) 0 36%, transparent 38%);
	background-size: 42px 26px, 34px 22px;
	background-position: 7% 12%, 88% 22%;
	background-repeat: no-repeat;
	transform: rotate(-8deg);
}

/* コンテンツ面をやわらかいアイボリーに */
#contents_wrapper {
	background: rgba(255, 253, 247, .97);
	border-radius: 18px;
	box-shadow: 0 8px 24px rgba(147, 100, 55, .08);
}

/* 見出しを秋色へ */
#contents_wrapper > h2.sub_tit,
#contents_wrapper > h2.sub_tit02,
#contents_wrapper > #overview > h2.overview_tit,
#contents_wrapper > #overview > h2.overview_tit02 {
	color: #b85f3e !important;
}

#contents_wrapper > #overview > h2.overview_tit,
#contents_wrapper > #overview > h2.overview_tit02 {
	border-bottom-color: #e7c49a;
}

#contents_wrapper > #overview > h2.overview_tit::after,
#contents_wrapper > #overview > h2.overview_tit02::after {
	border-bottom-color: #df8c57 !important;
}

/* 開催概要の左カラムもやさしい秋色 */
#overview dl.overview_list {
	background-color: #cf7b55;
}

/* お仕事ボタン：くすみオレンジ・やさしい黄・セージ */
li a.open-stores {
	border-color: #a96c49;
	color: #74472f;
	background: #fffaf2;
	box-shadow: 0 3px 8px rgba(122, 82, 52, .08);
	transition: .2s ease;
}

li a.open-stores:hover {
	transform: translateY(-1px);
	box-shadow: 0 5px 12px rgba(122, 82, 52, .13);
}

.gourmet li:nth-child(1) .open-stores,
.gourmet li:nth-child(4) .open-stores,
.gourmet li:nth-child(7) .open-stores,
.gourmet li:nth-child(10) .open-stores,
.gourmet li:nth-child(13) .open-stores,
.gourmet li:nth-child(16) .open-stores,
.gourmet li:nth-child(19) .open-stores {
	background: #f7dfc9 !important;
}

.gourmet li:nth-child(2) .open-stores,
.gourmet li:nth-child(5) .open-stores,
.gourmet li:nth-child(8) .open-stores,
.gourmet li:nth-child(11) .open-stores,
.gourmet li:nth-child(14) .open-stores,
.gourmet li:nth-child(17) .open-stores,
.gourmet li:nth-child(20) .open-stores {
	background: #f7edbd !important;
}

.gourmet li:nth-child(3) .open-stores,
.gourmet li:nth-child(6) .open-stores,
.gourmet li:nth-child(9) .open-stores,
.gourmet li:nth-child(12) .open-stores,
.gourmet li:nth-child(15) .open-stores,
.gourmet li:nth-child(18) .open-stores,
.gourmet li:nth-child(21) .open-stores {
	background: #dfe8cf !important;
}

/* スマホ・小さい画面では背景装飾を控えめに */
@media screen and (max-width: 580px) {
	body.cp_bgpattern23::before {
		font-size: 22px;
		line-height: 120px;
		letter-spacing: 34px;
		opacity: .07;
	}

	#contents_wrapper {
		border-radius: 12px;
	}
}

@media screen and (min-width: 581px) {
	.second_section > #contents_wrapper {
		width: calc(100% - 40px) !important;
		max-width: 980px !important;
		margin: 0 auto 3rem !important;
		box-sizing: border-box;
	}
}


/* 2026/09/01 PC・タブレット：お仕事一覧の文字消失・高さ潰れ・重なり修正 */
@media screen and (min-width: 768px) {
	.imageBlock ul.gourmet {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		font-size: 14px; /* font-size:0 による子要素0px化を打ち消す */
		margin-left: 0;
		padding-left: 0;
	}

	.imageBlock ul.gourmet li {
		display: flex;
		width: 50%;
		padding: 0 5px;
		margin-bottom: 10px;
		box-sizing: border-box;
		vertical-align: top;
	}

	.imageBlock ul.gourmet li a.open-stores {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		max-width: 310px;
		min-height: 72px;
		height: auto;
		margin: 0 auto;
		box-sizing: border-box;
		font-size: 14px;
	}

	.imageBlock ul.gourmet li .occu {
		font-size: 120%;
	}

	.imageBlock ul.gourmet li .stores-name {
		font-size: 95%;
	}
}

@media screen and (min-width: 768px) and (max-width: 900px) {
	.imageBlock ul.gourmet li {
		padding: 0 4px;
	}

	.imageBlock ul.gourmet li a.open-stores {
		max-width: 100%;
		padding: 12px 8px;
	}
}
