@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
	background-image: url("../images/bg.jpg?date=20240909"),
                    linear-gradient(#fff 0%, #fff799 768px);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center top;
	background-size: 100% auto, 100% 100%;
}
main {
	display: block;
	min-height: inherit;
}

/* header & footer */
header {
  padding: 25px 0;
}
header .logo img {
  width: 20%;
	max-width: 120px;
}
footer {
	background: #fff;
  padding: 60px 0 0;
}
footer .copy #f_logo img {
  width: 107px;
}
footer .copy #copy small span {
  display: inline-block;
  margin-left: 1em;
}

/* base style */
#ohisamacp {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.171vw, 18px);
	font-weight: 400;
	line-height: 1.8;
}
#ohisamacp a {
  color: #3b6daa;
  text-decoration: underline;
}
#ohisamacp a, #ohisamacp a img {
  transition: .5s;
}
#ohisamacp a:hover {
  color: #0A4591;
  text-decoration: none;
}
#ohisamacp a:hover img {
  opacity: .7;
}
#ohisamacp img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#ohisamacp hr {
	border: none;
	width: 100%;
	height: 10px;
	background: radial-gradient(circle farthest-side, #231815 .1em, transparent .1em, transparent .4em);
	background-size: .5em;
	margin: 1em 0;
}

/* utility style */
#ohisamacp .mt05 {margin-top: .5em !important;}
#ohisamacp .mt10 {margin-top: 1em !important;}
#ohisamacp .fs_xxsmall {font-size: 75%;}
#ohisamacp .fs_xsmall {font-size: 85%;}
#ohisamacp .fs_small {font-size: 90%;}
#ohisamacp .fs_large {font-size: 110%;}
#ohisamacp .fs_xlarge {font-size: 120%;}
#ohisamacp .red {color: #E83820;}
#ohisamacp .txt_right {text-align: right;}
#ohisamacp .em {font-weight: 600;}
#ohisamacp .underline {text-decoration: underline;}
#ohisamacp .normal {font-weight: 400;}
#ohisamacp .list > li {
  position: relative;
  padding-left: 1.3em;
}
#ohisamacp .list.custom_0 > li {
  padding-left: 0;
}
#ohisamacp .list.custom_2 > li {
  padding-left: 2.3em;
}
#ohisamacp .list.custom_3 > li {
  padding-left: 3.3em;
}
#ohisamacp .list.custom_4 > li {
  padding-left: 4.3em;
}
#ohisamacp .list > li::before,
#ohisamacp .list > li > .num {
  position: absolute;
  top: 0;
  left: 0;
}
#ohisamacp .list.kome > li::before {
  content: "※";
}
#ohisamacp .list.smldot > li::before {
  content: "・";
}
#ohisamacp .list.dot > li::before {
  content: "●";
}
#ohisamacp .list.square > li::before {
  content: "■";
}
#ohisamacp .list.circle > li::before {
  content: "○";
}
#ohisamacp .list.inline,
#ohisamacp .list.inline > li {
	display: inline-block;
}
#ohisamacp .list.inline > li {
	text-align: left;
}
#ohisamacp .container {
	width: 92%;
	max-width: 1024px;
	margin: 0 auto;
}
#ohisamacp .flex {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

/* contents style */
#ohisamacp .mv_block {
	text-align: center;
	padding-bottom: 3em;
}
#ohisamacp .mv_tit {
	width: 70%;
	max-width: 600px;
	margin: 0 auto;
}
#ohisamacp .mv_date {
	font-size: clamp(16px, 2.049vw, 28px);
	font-weight: 700;
	letter-spacing: .01em;
	margin-top: 2em;
}
#ohisamacp .mv_date ._large {
	display: inline-block;
	font-size: 170%;
	font-weight: 600;
	line-height: 1;
	vertical-align: -.025em;
}
#ohisamacp .mv_date ._small {
	display: inline-block;
	font-size: 120%;
	line-height: 1;
	vertical-align: -.03em;
}
#ohisamacp .mv_date ._day {
	display: inline-block;
	background: #231815;
	border-radius: .25em;
	color: #fff;
	font-size: 80%;
	line-height: 1;
	padding: .25em;
	margin: 0 .15em;
	vertical-align: .2em;
}
#ohisamacp .box {
	background: #fff;
	border: 4px solid #ffe893;
	border-radius: 1.5em;
	padding: 3em 4em;
}
#ohisamacp .box.detail_block {
	border: none;
	border-radius: 0;
	padding: 3em;
}
#ohisamacp .tokuten {
	margin-top: 1em;
	text-align: center;
}
#ohisamacp .sec_block {
	padding-bottom: 6em;
}
#ohisamacp .sec_tit {
	text-align: center;
	line-height: 1;
	margin-bottom: 2em;
}
#ohisamacp .sec_tit img {
	height: clamp(20px, 2.781vw, 38px);
}
#ohisamacp .sec_stit {
	font-size: clamp(16px, 1.464vw, 20px);
	font-weight: 700;
	margin-bottom: .5em;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
#ohisamacp .sec_lead {
	font-size: clamp(14px, 1.464vw, 20px);
	font-weight: 600;
	line-height: 1.6;
}
#ohisamacp .about_block.flex {
	align-items: stretch;
	margin-top: 2em;
}
#ohisamacp .about_block.flex > .bbox {
	width: 48.5%;
}
#ohisamacp .detail_tit {
	background: linear-gradient(65deg, #fed400 0%, #e8aa00 40%);
	color: #fff;
	font-size: clamp(17px, 1.610vw, 22px);
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	padding: .35em 1em .25em;
	margin-bottom: 1em;
}
#ohisamacp .detail_body {
	line-height: 1.6;
	padding: 0 1em;
}
#ohisamacp .detail_body + .detail_tit {
	margin-top: 2em;
}
#ohisamacp .detail_body > * + * {
	margin-top: 1em;
}
#ohisamacp .detail_body._closing {
	text-align: center;
}
#ohisamacp .detail_body._closing .list.inline > li + li {
	margin-left: 1em;
}
#ohisamacp .detail_lead {
	font-size: clamp(15px, 1.317vw, 18px);
	font-weight: 600;
	text-align: center;
}
#ohisamacp .detail_lead .fs_xsmall {
	font-size: 80%;
}
#ohisamacp .howto > .list.circle > li + li {
	margin-top: 1.5em;
	padding-top: 1.5em;
	position: relative;
}
#ohisamacp .howto > .list.circle > li + li::after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background: radial-gradient(circle farthest-side, #231815 .1em, transparent .1em, transparent .4em);
	background-size: .5em;
	position: absolute;
	top: 0;
	left: 0;
}
#ohisamacp .howto > .list.circle > li + li::before {
	top: 1.5em;
}
#ohisamacp .howto_paper.flex {
	align-items: flex-start;
}
#ohisamacp .howto_paper.flex ._body {
	width: 70%;
}
#ohisamacp .howto_paper.flex ._img {
	width: 25%;
	text-align: center;
}
#ohisamacp .howto_paper.flex ._img > div {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	width: 12em;
	height: auto;
	margin: 0 auto;
}
#ohisamacp .howto_paper.flex ._img > div img {
	border: 1px solid #666;
}
#ohisamacp .address {
	margin-top: 1.5em;
}
#ohisamacp .address > * {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
}
#ohisamacp .address > *:nth-child(1) {
	width: 10em;
	border: 1px solid #231815;
	line-height: 2;
	text-align: center;
	margin-bottom: .5em;
}
#ohisamacp .address_tit {
	font-weight: 600;
}
#ohisamacp .bbox {
	background: #fff;
	border-radius: 1.5em;
	overflow: hidden;
}
#ohisamacp .bbox_tit {
	background: linear-gradient(65deg, #fed400 0%, #e8aa00 40%);
	color: #fff;
	font-size: clamp(16px, 1.610vw, 22px);
	font-weight: bold;
	text-align: center;
	padding: .25em 1em;
}
#ohisamacp .bbox_body {
	padding: 1em 1.5em 1.5em;
}
#ohisamacp .cbox {
	background: #FFFCD1;
	border-radius: 1em;
	padding: 1.5em;
}
#ohisamacp .cbox_tit {
	font-size: clamp(16px, 1.610vw, 22px);
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: .25em;
}
#ohisamacp * + .btn_block {
	margin-top: 1em;
}
#ohisamacp .btn_link {
	display: block;
	width: 100%;
	max-width: 15em;
	background: #231815;
	border-radius: .5em;
	color: #fff;
	font-size: clamp(16px, 1.317vw, 18px);
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	padding: .5em 1em;
	box-shadow: 2px 2px 0 rgba(255,255,255,.3) inset,
							-2px -2px 0 rgba(0,0,0,.2) inset;
}
#ohisamacp .btn_link._red {
	font-size: clamp(16px, 1.610vw, 22px);
	font-weight: 700;
	background: #E83820;
	padding: .75em 1em;
	box-shadow: 3px 3px 0 rgba(255,255,255,.3) inset,
							-3px -3px 0 rgba(0,0,0,.2) inset;
}
#ohisamacp .btn_link:hover {
	opacity: .7;
	color: #fff;
}
#ohisamacp * + .btn_link {
	margin-top: .75em;
}
#ohisamacp a.link_txt {
	display: block;
	color: #231815;
	line-height: 1.4;
	text-decoration: none;
	border: 1px solid #231815;
	padding: .65em 1em .65em 2.3em;
	position: relative;
}
#ohisamacp a.link_txt::before {
	content: "";
	width: .6em;
	height: .8em;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #231815;
	position: absolute;
	top: 1em;
	left: 1em;
}
#ohisamacp a.link_txt:hover {
	background: #CBE0FB;
}
#ohisamacp .close_box {
	background: #ffd9d9;
	border: 2px solid #f00;
	color: #f00;
	padding: 1em;
	margin-top: 3em;
}
#ohisamacp .close_tit {
	font-size: 130%;
	font-weight: bold;
}


/* -----------------------------------------------
		スマホ向けのスタイル（～768px）
----------------------------------------------- */
@media only screen and (max-width: 768px) {
	body {
		background-size: 150% auto, 100% 100%;
	}
	
	/* header & footer */
  header {
    padding: 10px 0 15px;
  }
	footer {
		padding: 0;
	}
	footer .fnav {
		padding-top: 40px;
	}
	footer .copy #copy small span {
		display: block;
	}
	
	/* base style */
  #ohisamacp {
    font-size: 14px;
		padding-bottom: 10vw;
  }
	#ohisamacp.coming {
		padding-bottom: 0;
  }
	/* utility style */
	#ohisamacp .flex {
		flex-direction: column;
		justify-content: center;
	}
	
	/* contents style */
	#ohisamacp .mv_block {
		padding-bottom: 1em;
	}
	#ohisamacp .mv_catch::before,
	#ohisamacp .mv_catch::after {
		width: 1px;
		height: 4em;
	}
	#ohisamacp .mv_catch::before {
		left: -1.25em;
	}
	#ohisamacp .mv_catch::after {
		right: -1em;
	}
	#ohisamacp .mv_date {
		margin-top: 1em;
	}
	#ohisamacp .mv_date ._large {
		font-size: 150%;
	}
	#ohisamacp .box {
		border-width: 2px;
		border-radius: 1em;
		padding: 1.5em;
	}
	#ohisamacp .box.detail_block {
		padding: 1.5em;
	}
	#ohisamacp .sec_block {
		padding-bottom: 3em;
	}
	#ohisamacp .sec_tit {
		margin-bottom: 1em;
	}
	#ohisamacp .sec_stit::after {
		border-bottom-width: 1px;
	}
	#ohisamacp .about_block.flex > .bbox {
		width: 100%;
	}
	#ohisamacp .about_block.flex > .bbox + .bbox {
		margin-top: 2em;
	}
	#ohisamacp .detail_body {
		padding: 0;
	}
	#ohisamacp .detail_body._closing {
		text-align: left;
	}
	#ohisamacp .detail_body._closing .list.inline,
	#ohisamacp .detail_body._closing .list.inline > li {
		display: block;
	}
	#ohisamacp .detail_body._closing .list.inline > li + li {
		margin-left: 0;
		margin-top: .5em;
	}
	#ohisamacp .detail_lead {
		text-align: left;
	}
	#ohisamacp .howto_paper.flex ._body {
		width: 100%;
	}
	#ohisamacp .howto_paper.flex ._img {
		width: 100%;
		margin-top: 1em;
	}
	#ohisamacp .bbox {
		border-width: 1px;
		border-radius: 1em;
	}
	#ohisamacp .bbox_tit {
		text-align: left;
		line-height: 1.4;
		padding: .5em 1em;
	}
	#ohisamacp .btn_link {
		margin-left: auto;
		margin-right: auto;
	}
	#ohisamacp .close_box {
		border-width: 1px;
		text-align: left;
    margin-top: 1.5em;
	}
	#ohisamacp .close_tit {
		font-size: 120%;
		text-align: center;
		margin-bottom: .25em;
	}

	
	


}

/* -----------------------------------------------
		タブレット＆PCのスタイル（769px～）
----------------------------------------------- */
@media only screen and (min-width: 1600px) {
	body {
		background-position: center -2%, center top;
	}
}
@media only screen and (min-width: 1800px) {
	body {
		background-position: center -5%, center top;
	}
}
@media only screen and (min-width: 1900px) {
	body {
		background-position: center -8%, center top;
	}
}


