@charset "utf-8";
/* reset
------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)

   fixed
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

div,p,dl,dt,dd,ol,ul,li,
h1,h2,h3,h4,h5,h6,
form,input,button,textarea,table,tr,th,td,
article,aside,header,footer,section,nav{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* -------------------------------------------------------
   font
------------------------------------------------------- */
body,
html,
td,
th,
input[type="text"],
textarea {
	font-family: "BIZ UDPGothic", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif!important;
  /* font-weight: 500; */
}

/* for IE10 */
@media all and (-ms-high-contrast: none) {

body { font-family: Verdana, 'メイリオ', Meiryo, '游ゴシック', sans-serif!important; }
}

html {
  font-size: 62.5%!important;
}

body,
#suzukaContentInner2016 {
  font-size: 14px!important;
  font-size: 1.4rem!important;
  line-height: 170%!important;
	word-break: break-all;
}


.blockContainer a:link,
.blockContainer a:visited {
	color: #fff;
	text-decoration: none;
  transition:all 0.2s;
}

.blockContainer a:hover {
	text-decoration: underline;
}

.blockContainer img {
	vertical-align:bottom;
	max-width: 100%;
}

/* -------------------------------------------------------
   一括指定 boxsizing / clearfix / image hover / contents width
------------------------------------------------------- */
/* boxsizing */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/* block */
.l-block a {
	display: block;
}

/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* image hover */
.blockContainer a:hover {
    opacity: 0.7;
    text-decoration: none;
}

/* contents width */
.class {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

.blockContainer ul,
.blockContainer dl {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* form style reset */
/*
input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
*/

/* -------------------------------------------------------
 base layout
------------------------------------------------------- */
.blockContainer {
	
}

.blockSiteCaption {
	background: #fff;
}
@media screen and (min-width: 1025px) {
}

#suzuka_sitemap .Container {
  background: #fff;
  color: #454545;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

.blockContainer {
	font-family: "BIZ UDPGothic", sans-serif;
	position: relative;
	overflow: hidden;
	overflow: clip;
}

.blockContainer::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #E4F5FF;
	z-index: -1;
}

.blockContainer::after {
	content: '';
	position: absolute;
	width: 200%;
	height: 1500px;
	left: -50%;
	bottom: -500px;
	background: rgba(255, 255, 255, 0.6);
	transform: rotate(-6.9deg);
	transform-origin: bottom center;
	z-index: -1;
}

/* -------------------------------------------------------
 basic parts
------------------------------------------------------- */

/* title
---------------------------------*/
.title001 {
	text-align: center;
	margin-bottom: 0;
	font-size: 2.0rem;
	font-weight: 400;
}

@media screen and (min-width: 1025px) {
	.title001 {
		font-size: 3.0rem;
		margin-bottom: 20px;
	}
}

.title001::after {
}

.blockLead {
	text-align: left;
	font-size: 20px;
	line-height: 200%;
	color: #333333;
}

@media screen and (min-width: 1025px) {
	.blockLead {
		font-size: 24px;
	}
}

.blockDesc {
	font-family: "BIZ UDPGothic", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	margin: 20px 0 30px;
}

/* button
---------------------------------*/
.button001,
a.button001 {
	background: linear-gradient(180deg, rgb(204, 221, 97) 0%, rgb(155, 131, 14) 100%);
	color: #fff;
	display: block;
	padding: 10px;
	font-weight: 400;
	position: relative;
	text-align: center;
	font-size: 1.6rem;
	border-radius: 4px;
	padding-top: 1em;
	padding-bottom: 1em;
}

.button001::before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-size: 1.0rem;
	font-weight: 900;
	display: inline-block;
	margin-right: 10px;
	color: #C5A60C;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border-radius: 1000px;
	background: #fff;
	z-index: 5;
}

/* list
---------------------------------*/
ul.uList001 {
	list-style: disc;
	margin-left: 1.5em;
}

ul.uList001 + ul.uList001 {
	margin-top: 1em;
}

ul.uList001 li {
	
	padding: .3em .3em .3em 0;
}

ul.uList001 li::before {
	font-size: 1.1em;
}


/* link
---------------------------------*/
.link001,
a.link001 {
	display: inline-block;
}

.link001::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	margin-right: 5px;
	color: rgba(255, 255, 255, .5);
	font-size: 1.3rem;
	font-weight: 600;
}

.blockContainer .link002,
.blockContainer a.link002 {
	display: inline-block;
	color: #00a0d0;
}

.blockContainer .link002::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	margin-right: 5px;
	color: rgba(255, 255, 255, .5);
	font-size: 1.3rem;
	font-weight: 600;
	color: #00a0d0;
}

/* -------------------------------------------------------
 header
------------------------------------------------------- */
.Header {

}

.blockHeader {
	position: relative;
	margin-bottom: 60px;
}

.blockHeader__mainVisual {
	height: 250px;
	overflow: hidden;
}

@media screen and (min-width: 1025px) {
	.blockHeader__mainVisual {
		height: 500px;
	}
}

.blockHeader__mainVisual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blockHeader__Item {
	position: relative;
}

.siteTitle {
	position: absolute;
	top: 38%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 100%;
	text-align: center;
	/*background: rgba(255, 255, 255, .6);*/
	padding-top: 1em;
	padding-bottom: 1em;
}

.siteTitle__label {
	font-size: 1.2rem;
	font-style: italic;
	letter-spacing: 0.05em;
	margin-bottom: 0.3em;
}

.siteTitle__main {
	font-size: 2.2rem;
	font-family: "BIZ UDPGothic",sans-serif;
	font-weight: 400;
	line-height: 150%;
}

@media screen and (min-width: 1025px) {
	.siteTitle {
		padding-top: 2.5em;
		padding-bottom: 2.5em;
	}
	.siteTitle__label {
		font-size: 1.6rem;
	}
	.siteTitle__main {
		font-size: 4.0rem;
		line-height: 160%;
	}
}

.slick-arrow {
	z-index: 10;
	display: none!important;
}
.slick-prev.slick-arrow {
	left: 10px;
}

.slick-next.slick-arrow {
	right: 10px;
}


/* -------------------------------------------------------
 contents
------------------------------------------------------- */
.Contents {
	
}

.blockImages {
	width: 100%;
	position: relative;
	margin-top: 10em;
}

@media screen and (min-width: 1025px) {
	.blockImages {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
}

.blockPart01,
.blockPart02,
.blockPart03 {
	position: relative;
	margin-bottom: 100px;
}

.blockPart01 {
	margin-bottom: 60%;
}

@media screen and (min-width: 1025px) {
	.blockPart01 {
		margin-bottom:60%;
	}
}

.blockPart03 {
	margin-bottom: 50%;
}

@media screen and (min-width: 1025px) {
	.blockPart03 {
		margin-bottom: 20%;
		margin-top: 20%;
	}
}

.blockImages__part01Image {
	
}

.blockImages__part01Image img {
	width: 70%;
}

@media screen and (min-width: 1025px) {
	.blockImages__part01Image img {
		width: 60%;
	}
}

.blockImages__part01ImageSub001 {
	position: absolute;
	width: 40%;
	bottom: -30%;
	right: 0;
}

@media screen and (min-width: 1025px) {
	.blockImages__part01ImageSub001 {
		width: 35%;
		bottom: -20%;
		right: 0;
	}
}

.blockImages__part01ImageSub002 {
	position: absolute;
	width: 40%;
	bottom: -70%;
	left: 25%;
}

@media screen and (min-width: 1025px) {
	.blockImages__part01ImageSub002 {
		width: 35%;
		bottom: -70%;
		left: 25%;
	}
}

.blockImages__part02Image {
	text-align: right;
}

.blockImages__part02Image img {
	width: 80%;
}

.blockImages__part03Image {
	width: 70%;
}

@media screen and (min-width: 1025px) {
	.blockImages__part03Image img {
		width: 80%;
	}
}

.blockImages__part03ImageSub {
	position: absolute;
	width: 40%;
	left: 2%;
	bottom: -70%;
}

@media screen and (min-width: 1025px) {
	.blockImages__part03ImageSub {
		left: auto;
		right: 0;
		top: -20%;
	}
}

.blockImages__part01Caption,
.blockImages__part02Caption,
.blockImages__part03Caption {
	background: rgba(255, 255, 255, .8);
	padding: 2em;
	width: 68%;
	position: absolute;
	z-index: 10;
	font-size: clamp(10px, 5vw, 14px);
	line-height: 140%;
}

@media screen and (min-width: 1025px) {
	.blockImages__part01Caption,
	.blockImages__part02Caption,
	.blockImages__part03Caption {
		font-size: 2.0rem;
	}
}

.blockImages__part03Caption {
	width: 50%;
}

@media screen and (min-width: 1025px) {
	.blockImages__part01Caption,
	.blockImages__part02Caption,
	.blockImages__part03Caption {
	width: 400px;
	}
}

.blockImages__part01CaptionTitle,
.blockImages__part02CaptionTitle,
.blockImages__part03CaptionTitle {
	font-size: clamp(16px, 8vw, 24px);
	margin-bottom: .5em;
	position: absolute;
	top: -.6em;
	margin: auto;
	font-style: italic;
	text-shadow: 0 0 4px #fff
}

@media screen and (min-width: 1025px) {
	.blockImages__part01CaptionTitle,
	.blockImages__part02CaptionTitle,
	.blockImages__part03CaptionTitle {
		font-size: 3.2rem;
		line-height: 120%;
	}
}

.blockImages__part01CaptionTitle {
	right: .5em;
	text-align: right;
	top: -1em;
}

.blockImages__part01Caption {
	top: -10%;
	right: 5%;
}

@media screen and (min-width: 1025px) {
	.blockImages__part01Caption {
		right: 10%;
	}
}

.blockImages__part02CaptionTitle {
	left: .5em;
}

.blockImages__part02Caption {
	bottom: -100%;
    left: 5%;
	width: 40%;
}

@media screen and (min-width: 1025px) {

	.blockImages__part02Caption {
		bottom: -90%;
	}
}
.blockImages {
    margin-top: 7em;
}

.blockImages__part03CaptionTitle {
	right: .5em;
}

.blockImages__part03Caption {
	top: 82%;
    right: 5%;
}


.blockOverview {
	padding: 0.5em 2em;
	margin-left: 1em;
	margin-right: 1em;
	background: #fff;
}
.blockOverview__logo {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}

.blockOverview__logo img {
	max-width: 30%;
	height: auto;
}

@media screen and (min-width: 1025px) {
	.blockOverview__logo {
		margin-top: 2em;
		margin-bottom: 3em;
	}

	.blockOverview__logo img {
		max-width: 100%;
	}
}




.blockOutline__name {
	font-size: 20px;
	color: #333333;
}

.blockOutline {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	background: #FFFFFF;
	border: 5px solid #A2D7D4;
	border-radius: 10px;
	padding: 30px 20px;
}

.blockProgram--02 .blockOutline {
	border-color: #F5B2B2;
}

@media screen and (min-width: 1025px) {
	.blockOutline {
		padding: 60px 70px;
		width: 980px;
	}
}

.blockOutlineItems {
	width: 100%;
}

.blockOutlineItems dl {

}

.blockOutlineItems dl + dl {
	margin-top: 20px;
}

@media screen and (min-width: 1025px) {
	.blockOutlineItems dl {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.blockOutlineItems dl + dl {
		margin-top: 1px;
	}
}


.blockOutlineItems dt {
	font-weight: 600;
	background: #efefef;
	padding: 5px;
	border-radius: 3px;
}

#program01 .blockOutlineItems dt {
	background: #A2D7D4;
}

#program02 .blockOutlineItems dt {
	background: #F5B2B2;
}

.blockOutlineItems dd {
	padding: 5px;
}

@media screen and (min-width: 1025px) {
	.blockOutlineItems dt {
		width: 10em;
		display: flex;
		align-items: center;
        justify-content: space-around;
		line-height: 100%;
	}
	
	.blockOutlineItems dd {
		width: calc(100% - 10em);
		padding-left: 2em;
		padding-right: 2em;
		padding-top: 1em;
		padding-bottom: 1em;
	}
}

.outlineDateEx {
	cursor: pointer;
	padding: 5px;
	color: #00a0d0;
	 
}

.outlineDateExContents {
	border: 1px solid #efefef;
	padding: 1em;
}

.outlineDateEx::before {
font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	display: inline-block;
	font-size: 1.4rem;
	margin-right: 5px;
	transition: all 0.3s; 
}

.outlineDateEx.isOpen::before {
	transform: rotate(90deg);
}

.blockLink {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

a.linkGuide {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 3px;
	width: 100%;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #00A0D0;
	text-decoration: none;
	font-family: "BIZ UDPGothic", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	color: #00A0d0 !important;
}

a.linkGuide .fas {
	font-size: 14px;
	color: #00A0D0;
	transition: transform 0.3s;
}

a.linkGuide.isOpen .fas {
	transform: rotate(180deg);
}

.blockOutline .uList001 {
	display: none;
}

a.linkReserve[aria-disabled="true"] {
	background: #BBBBBB;
	color: #fff;
	pointer-events: none;
	cursor: default;
}

a.linkReserve[aria-disabled="true"]::before {
	color: #BBBBBB;
}

a.linkReserve {
	display: inline-block;
	background: #00a0d0;
	color: #fff;
	border-radius: 4px;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 100%;
	font-size: 1.8rem;
}

a.linkReserve span {
	font-size: 1.6rem;
}

@media screen and (min-width: 1025px) {
	a.linkReserve {
		padding-left: 6em;
		padding-right: 6em;
		padding-top: 1.5em;
		padding-bottom: 1.5em;
		font-size: 2.2rem;
	}
}

a.linkReserve::before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-size: 1.0rem;
	font-weight: 900;
	display: inline-block;
	margin-right: 10px;
	color: #00a0d0;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border-radius: 1000px;
	background: #fff;
	position: relative;
	top: -2px;
}


.blockAccess {
	margin-top: 80px;
	margin-bottom: 80px;
	margin-left: 1em;
	margin-right: 1em;
}
.blockAccessImage {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 1025px) {
	.blockAccess {
		margin-top: 100px;
	}
	.blockAccessImage {
		width: 100%;
	}
}

/* -------------------------------------------------------
 blockIntro
------------------------------------------------------- */
.blockIntro {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

.blockIntro__inner {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px 10px;
	gap: 10px;
	width: 90%;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 10px;
}

@media screen and (min-width: 1025px) {
	.blockIntro__inner {
		padding: 50px 0px;
		width: 100%;
		margin: 0;
		height: 220px;
	}
}

.blockIntro__date {
	font-family: "BIZ UDPGothic", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 52px;
	text-align: center;
	color: #333333;
}

@media screen and (min-width: 1025px) {
	.blockIntro__date {
		font-size: 36px;
	}
}

.blockIntro__text {
	font-family: "BIZ UDPGothic", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 29px;
	text-align: center;
	color: #333333;
}

.blockIntro__buttons {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

.buttonIntro,
a.buttonIntro {
	display: inline-block;
	background: #5aab5a;
	color: #fff;
	border-radius: 4px;
	padding: 0.8em 2.5em;
	font-size: 1.5rem;
	font-weight: 600;
	text-decoration: none;
	min-width: 180px;
	text-align: center;
}

@media screen and (min-width: 1025px) {
	.buttonIntro,
	a.buttonIntro {
		font-size: 1.7rem;
		min-width: 220px;
	}
}

/* -------------------------------------------------------
 blockNavButtons
------------------------------------------------------- */
.blockNavButtons {
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: center;
	padding: 30px 20px;
	max-width: 980px;
	margin: 0 auto;
}

@media screen and (min-width: 1025px) {
	.blockNavButtons {
		flex-direction: row;
		gap: 120px;
		padding: 100px 20px;
	}
}

.navButton,
a.navButton {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	gap: 6px;
	width: 100%;
	height: auto;
	background: #FFFFFF;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s;
}

@media screen and (min-width: 1025px) {
	.navButton,
	a.navButton {
		width: 320px;
		height: 132px;
		padding: 20px;
	}
}

.navButton--01,
a.navButton--01 {
	border: 5px solid #38975F;
	color: #38975F;
}

.navButton--02,
a.navButton--02 {
	border: 5px solid #F37E7E;
	color: #F37E7E;
}

.navButton__text {
	font-size: 1.6rem;
	line-height: 170%;
	display: block;
}

.navButton--01 .navButton__text {
	font-family: "BIZ UDPGothic", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: center;
	color: #38975F;
}

.navButton--02 .navButton__text {
	font-family: "BIZ UDPGothic", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: center;
	color: #F37E7E;
}

@media screen and (min-width: 1025px) {
	.navButton--01 .navButton__text,
	.navButton--02 .navButton__text {
		font-size: 2.0rem;
		line-height: 29px;
	}
	.navButton--02 .navButton__text {
		width: 280px;
	}
}

.navButton__icon {
	font-size: 1.4rem;
	display: block;
}

.navButton--01 .navButton__icon {
	color: #38975F;
}

.navButton--02 .navButton__icon {
	color: #F37E7E;
}

/* -------------------------------------------------------
 blockProgram
------------------------------------------------------- */
.blockProgram {
	margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
	.blockProgram {
		margin-bottom: 150px;
	}

	.blockProgram:last-child {
		margin-bottom: 0;
		padding-bottom: 150px;
	}

	.blockProgram:last-child .blockLink {
		margin-bottom: 0;
	}
}

.blockProgram__inner {
	padding: 30px 0 40px;
	margin: 0 16px;
}

@media screen and (min-width: 1025px) {
	.blockProgram__inner {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px 0px;
	}
}

.blockProgram__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #FFFFFF;
	margin-bottom: 24px;
}

@media screen and (min-width: 1025px) {
	.blockProgram__head {
		flex-direction: row;
		height: 60px;
	}
}

.blockProgram__headIcon {
	width: 100%;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.blockProgram__headIcon img {
	height: 32px;
	width: auto;
}

@media screen and (max-width: 1024px) {
	.blockProgram--01 .blockProgram__headIcon {
		background: #38975F;
	}

	.blockProgram--02 .blockProgram__headIcon {
		background: #F37E7E;
	}
}

@media screen and (min-width: 1025px) {
	.blockProgram__headIcon {
		width: 100px;
		height: 60px;
	}
	.blockProgram__headIcon img {
		height: auto;
	}
}


.blockProgram__title {
	font-family: "BIZ UDPGothic", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 32px;
	height: inherit;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	flex: none;
	order: 0;
	flex-grow: 0;
}

@media screen and (min-width: 1025px) {
	.blockProgram__title {
		font-size: 2.8rem;
		height: 41px;
		text-align: left;
		padding-left: 20px;
		padding-top: 5px;
		padding-bottom: 0;
	}
}

.blockProgram--01 .blockProgram__title {
	color: #38975F;
}

.blockProgram--02 .blockProgram__title {
	color: #F37E7E;
}

.blockProgram__content {
	margin-bottom: 30px;
}

@media screen and (min-width: 1025px) {
	.blockProgram__content {
		margin-bottom: 40px;
	}
}

.blockProgram__text {
	margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
	.blockProgram__text {
		margin-bottom: 20px;
	}
}

.blockProgram__image {
	width: 100%;
}

.blockProgram__image img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

@media screen and (min-width: 1025px) {
	.blockProgram__image {
		width: 100%;
		max-width: 980px;
	}
}

.blockOutline .uList001 {
	width: 100%;
	color: #454545;
}

.blockReserve {
	text-align: center;
	margin-top: 40px;
}

.blockReserve__date {
	margin-top: 18px;
	font-size: 1.4rem;
	color: #000000;
}

/* -------------------------------------------------------
 pc layout
------------------------------------------------------- */

/* -------------------------------------------------------
 utility
------------------------------------------------------- */
/* br */
.br_sp { display: inline; }
@media screen and (min-width: 1025px) {
	.br_sp { display: none; }
}

/* text */
.u-textLeft:not(:root) {
	text-align: left;
}

.u-textCenter:not(:root) {
	text-align: center;
}

.u-textRight:not(:root) {
	text-align: right;
}

.u-textNormal:not(:root) {
	font-weight: 400;
}

.u-textBold:not(:root) {
	font-weight: 600;
}

/* layout */
.u-mt10:not(:root) { margin-top: 10px; }
.u-mt20:not(:root) { margin-top: 20px; }
.u-mt30:not(:root) { margin-top: 30px; }
.u-mt40:not(:root) { margin-top: 40px; }
.u-mt50:not(:root) { margin-top: 50px; }
.u-mt60:not(:root) { margin-top: 60px; }
.u-mt70:not(:root) { margin-top: 70px; }
.u-mt80:not(:root) { margin-top: 80px; }
.u-mt90:not(:root) { margin-top: 90px; }
.u-mt100:not(:root) { margin-top: 100px; }

.u-mb10:not(:root) { margin-bottom: 10px; }
.u-mb20:not(:root) { margin-bottom: 20px; }
.u-mb30:not(:root) { margin-bottom: 30px; }
.u-mb40:not(:root) { margin-bottom: 40px; }
.u-mb50:not(:root) { margin-bottom: 50px; }
.u-mb60:not(:root) { margin-bottom: 60px; }
.u-mb70:not(:root) { margin-bottom: 70px; }
.u-mb80:not(:root) { margin-bottom: 80px; }
.u-mb90:not(:root) { margin-bottom: 90px; }
.u-mb100:not(:root) { margin-bottom: 100px; }

.u-ml10:not(:root) { margin-left: 10px; }
.u-ml20:not(:root) { margin-left: 20px; }
.u-ml30:not(:root) { margin-left: 30px; }
.u-ml40:not(:root) { margin-left: 40px; }
.u-ml50:not(:root) { margin-left: 50px; }
.u-ml60:not(:root) { margin-left: 60px; }
.u-ml70:not(:root) { margin-left: 70px; }
.u-ml80:not(:root) { margin-left: 80px; }
.u-ml90:not(:root) { margin-left: 90px; }
.u-ml100:not(:root) { margin-left: 100px; }

.u-mr10:not(:root) { margin-right: 10px }
.u-mr20:not(:root) { margin-right: 20px }
.u-mr30:not(:root) { margin-right: 30px }
.u-mr40:not(:root) { margin-right: 40px }
.u-mr50:not(:root) { margin-right: 50px }
.u-mr60:not(:root) { margin-right: 60px }
.u-mr70:not(:root) { margin-right: 70px }
.u-mr80:not(:root) { margin-right: 80px }
.u-mr90:not(:root) { margin-right: 90px }
.u-mr100:not(:root) { margin-right: 100px }

.u-sp {
	display: block;
}

.u-pc {
	display: none;
}

@media screen and (min-width: 1025px) {
	.u-sp {
		display: none;
	}
	.u-pc {
		display: block;
	}
}

/* -------------------------------------------------------
 root styles override
------------------------------------------------------- */
#suzukaContentInner2016 {
	width: 100%!important;
}

#suzukaHeaderWrap2016 ol,
#suzukaHeaderWrap2016 ul,
#suzukaHeaderWrap2016 li,
#suzukaHeaderWrap2016 .logo {
    box-sizing: content-box;
}

#suzukaContentInner2016 #pageTop a:before {
	width: 0;
	height: 0;
	background: none;
}

#suzukaHeaderWrap2016,
#emergencynews {
	font-family:Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	-webkit-text-size-adjust: 100%;
  font-weight: 500;
	letter-spacing: 0;
	box-sizing: content-box;
	font-size: 12px;
}


