@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: "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: "Zen Old Mincho", serif;
	position: relative;
}

.blockContainer::before {
	content: '';
    position: absolute;
    top: 0;
    bottom: 400px;
    left: 0;
    right: 0;
    background-color: #e5f2eb;
    transform: skewY(-7deg);
    z-index: -1;
}

@media screen and (min-width: 1025px) {
	.blockContainer::before {
		bottom: 1920px;
	}
}

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

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

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

.title001::after {
}

.blockLead {
	margin-bottom: 40px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 180%;
}

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

/* 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;
}

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

.blockHeader__Item {
	position: relative;
}

.siteTitle {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	z-index: 10;
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
	
	line-height: 150%;
	background: rgba(255, 255, 255, .6);
	padding-top: 1em;
	padding-bottom: 1em;
}

.siteTitle__sub {
	font-size: 2.4rem;
	font-weight: 400;
}

@media screen and (min-width: 1025px) {
	.siteTitle {
		font-size: 3.0rem;
		padding-top: 3em;
		padding-bottom: 3em;
	}
	.siteTitle__sub {
		font-size: 4.4rem;
		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: 7em;
}

@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__part03CaptionTitle {
	right: .5em;
}

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



.blockOutline {
	border: 1px solid #000;
	padding: 2em 1em;
	margin-left: 1em;
	margin-right: 1em;
	background: #fff;
}

@media screen and (min-width: 1025px) {
	.blockOutline {
		padding-left: 4em;
		padding-right: 4em;
		padding-top: 4em;
		padding-bottom: 4em;
	}
}

.blockOutlineItems {
	
}

.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;
}

.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.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%;
	}
}

/* -------------------------------------------------------
 pc layout
------------------------------------------------------- */
@media screen and (min-width: 1025px) {
	.blockOutline,
	.blockReserve,
	.blockAccess {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* -------------------------------------------------------
 utility
------------------------------------------------------- */
/* 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;
}


