@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(CENTAUR/font.css);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.team-drivers .team::after {
  content: "";
  display: block;
  clear: both;
}

* {
  box-sizing: border-box;
}

.inline-block {
  display: inline-block;
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

@font-face {
  font-family: number;
  src: local("meiryo");
  unicode-range: U+0030-0039;
}

@font-face {
  font-family: "DINOT";
  font-weight: 700;
  src: url("//db.onlinewebfonts.com/t/feab4f015f183ad38338781e0369490d.eot");
  src: url("//db.onlinewebfonts.com/t/feab4f015f183ad38338781e0369490d.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/feab4f015f183ad38338781e0369490d.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/feab4f015f183ad38338781e0369490d.woff") format("woff"), url("//db.onlinewebfonts.com/t/feab4f015f183ad38338781e0369490d.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/feab4f015f183ad38338781e0369490d.svg#DINOT-Bold") format("svg");
}

@font-face {
  font-family: "DINOT";
  font-weight: 400;
  src: url("//db.onlinewebfonts.com/t/28b5efd56dd0967c557de7d5f34fca2c.eot");
  src: url("//db.onlinewebfonts.com/t/28b5efd56dd0967c557de7d5f34fca2c.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/28b5efd56dd0967c557de7d5f34fca2c.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/28b5efd56dd0967c557de7d5f34fca2c.woff") format("woff"), url("//db.onlinewebfonts.com/t/28b5efd56dd0967c557de7d5f34fca2c.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/28b5efd56dd0967c557de7d5f34fca2c.svg#DINOT-Light") format("svg");
}

body {
  font-family: number, "DINOT","メイリオ", meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}

.team-drivers .number {
  font-family: "DINOT";
}

#center p, #carrera h3 figcaption, #world h3 figcaption, #schedule h4, #backnumber h4, #schedule dl, #backnumber dl {
  font-family: "メイリオ", meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}

body {
  color: #1F1F1F;
  line-height: 1.5;
}

@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 13px;
  }
}

a, a:visited {
  text-decoration: none;
  color: #1F1F1F;
}

img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .container {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .container {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 374px) {
  .container {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.flag {
  margin-right: 0.5em;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}

@media (max-width: 768px) {
  .flag {
    width: 16px;
  }
}

.flag.yet {
  visibility: hidden;
}

.team-drivers {
  padding: 0.25em 0;
}

.team-drivers .team {
  font-size: 18px;
}

.team-drivers .team p {
  margin: 0.1em 0;
}

.team-drivers .number {
  margin: 0;
  line-height: 1;
  border: 1px solid #CDCDCD;
  width: 1.15385em;
  height: 1.15385em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1em;
  font-weight: bold;
}

.team-drivers .teamname {
  font-weight: bold;
}

.team-drivers .name {
  font-weight: bold;
}

.team-drivers .name img {
  vertical-align: middle;
  margin-right: 0.5em;
}

.team-drivers .drivers {
  font-size: 16px;
}

.team-drivers .drivers > div {
  margin-left: 0.5em;
}

.team-drivers .drivers p {
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .team-drivers {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5em;
  }
  .team-drivers.team-drivers-center {
    justify-content: center;
  }
  .team-drivers.team-drivers-center .drivers {
    margin-left: 2em;
  }
  .team-drivers .number {
    font-size: 130px;
  }
  .team-drivers .team {
    font-size: 18px;
    margin-top: 0.5em;
  }
  .team-drivers .drivers {
    display: inline-flex;
  }
}

@media (max-width: 768px) {
  .team-drivers {
    /*
		width:280px;
		margin-left:auto;
		margin-right:auto;
		*/
  }
  .team-drivers .number {
    font-size: 80px;
    float: left;
    margin-right: 1rem;
  }
  .team-drivers .number img {
    transform: scale(0.75);
  }
  .team-drivers .team {
    font-size: 14px;
    margin-bottom: 1em;
  }
  .team-drivers .drivers {
    display: flex;
    justify-content: center;
  }
}

header {
  position: relative;
  border-bottom: 2px solid #000;
}

header .image img {
  display: block;
}

header ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: bold;
}

header ul span {
  display: inline-block;
  width: 1.5em;
  vertical-align: middle;
  text-align: center;
  margin-right: 0.5em;
}

header h1 {
  text-align: center;
  margin: 0;
  line-height: 1.2;
}

header h1 small {
  font-weight: normal;
  display: block;
}

header .map {
  letter-spacing: 0.12em;
}

@media (max-width: 768px) {
  header {
    margin-bottom: 4em;
  }
  header .image {
    width: 62.5px;
  }
  header .container {
    margin: 0;
    position: relative;
  }
  header .container::after {
    content: "";
    display: block;
    clear: both;
  }
  header h1 {
    padding: 1em 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 22px;
  }
  header h1 small {
    font-size: 9px;
  }
  header ul {
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1em 0 0;
  }
  header li {
    display: inline-block;
    font-size: 14px;
  }
  header li span {
    height: 1em;
    position: relative;
    top: -0.5em;
  }
  header li a {
    padding: 0.5em 0;
  }
  header li img {
    transform: scale(0.8);
  }
  header li + li {
    margin-left: 0.5em;
  }
}

@media (min-width: 768px) {
  header {
    min-width: 1020px;
  }
  header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header h1 {
    font-size: 50px;
    padding-bottom: 0.75em;
  }
  header h1 small {
    font-size: 11px;
  }
  header ul {
    font-size: 15px;
  }
}

#division p {
  border: 1px solid #010101;
  text-align: center;
  display: table;
  margin: 0 auto;
  background-color: #FFF;
  padding: 0.5em 0;
  line-height: 1;
  font-weight: bold;
  /*
		img{
			vertical-align: middle;
			margin-right:0.5em;
		}
		*/
}

@media (min-width: 768px) {
  #division {
    position: absolute;
    width: 100%;
    font-size: 20px;
  }
  #division p {
    position: relative;
    top: -27px;
    width: 330px;
  }
}

@media (max-width: 768px) {
  #division {
    font-size: 16px;
    margin: 1em 0;
    /*
		img{
			width:16px;
		}
		*/
  }
  #division p {
    padding: 0.25em 2em;
  }
}

#visual {
  text-align: center;
}

@media (min-width: 768px) {
  #visual {
    margin: 3em 0 1.5em;
    height: 540px;
    background-image: url(/img/main01.jpg);
    background-repeat: no-repeat;
    background-position: center;
  }
  #visual img {
    display: none;
  }
}

#racing {
  /*
	#partner{
		dl{
			dt{
				text-align:center;
				font-weight:bold;
				border-bottom:2px solid #010101;
			}
			dd{
				padding-top:15px;
				margin-left:0;
				@extend %meiryo;
			}
		}
		
		@include media(pc){
			display:flex;
			justify-content: center;
			background-image:url(/img/flag-l.png), url(/img/flag-r.png);
			background-repeat:no-repeat;
			background-position:left center, right center;
			
			dl{
				width:460px;
				padding-bottom:30px;
				
				dt{
					font-size:24px;
				}
				
				+ dl{
					margin-left:45px;
				}
				
				dd{
					font-size:15px;
				}
			}
		}
		@include media(sp){
			
			dl{
				dt{
					font-size:20px;
				}
				dd{
					font-size:14px;
				}
			}
		}
	}
	*/
}

#racing h2 {
  background: #E90C11;
  color: #FFFFFF;
  overflow: hidden;
  text-align: center;
  padding: 0.70em 2.5em;
  position: relative;
}

@media (min-width: 768px) {
  #racing h2 {
    width: 840px;
    margin: 0 auto;
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  #racing h2 {
    font-size: 16px;
  }
}

#racing h2 span {
  position: absolute;
  top: 50%;
  width: 5em;
  height: 5em;
  margin-top: -2.5em;
  transform: rotate(45deg) skew(calc((90deg - 45deg) / 2), calc((90deg - 45deg) / 2));
  /* calc((90deg - 欲しい角度) / 2) */
}

#racing h2 span:before, #racing h2 span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#racing h2 span:before {
  background-color: #FFF;
}

#racing h2 span:after {
  border: 3px solid #E90C11;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

#racing h2 span:first-child {
  right: 100%;
  margin-right: -2.5em;
}

#racing h2 span:last-child {
  left: 100%;
  margin-left: -2.5em;
}

#racing #backup {
  margin: 2em 0;
}

#racing #backup dl {
  margin-top: 0;
}

#racing #backup dd {
  margin-left: 0;
}

#racing #backup dt {
  font-weight: bold;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  #racing #backup {
    display: flex;
    justify-content: space-between;
  }
  #racing #backup > * {
    width: 500px;
  }
  #racing #backup dt {
    font-size: 21px;
  }
}

@media (max-width: 768px) {
  #racing #backup dt {
    font-size: 14px;
  }
}

#partner {
  max-width: 800px;
  margin: 3em auto;
  border: 2px solid #E90C11;
}

#partner dt {
  color: #FFF;
  background-color: #E90C11;
  font-weight: bold;
  text-align: center;
  padding: 0.25em 0;
}

#partner dd {
  background-image: url(/img/flag-l.png), url(/img/flag-r.png);
  background-repeat: no-repeat;
  background-position: left center, right center;
  margin: 0;
}

#partner p {
  max-width: 470px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #partner dt {
    font-size: 21px;
  }
  #partner dd {
    padding: 2em 0;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  #partner dt {
    font-size: 14px;
  }
  #partner dd {
    padding: 1em 1em;
    font-size: 14px;
  }
}

#center .image {
  display: flex;
  justify-content: space-between;
}

#center .image img {
  display: block;
}

@media (min-width: 768px) {
  #center {
    position: relative;
  }
  #center p {
    margin: 0.5em 1.11em;
    font-size: 15px;
  }
  #center .main {
    width: 510px;
    position: absolute;
    left: 50%;
    margin-left: -255px;
  }
}

#center h3 {
  text-align: center;
}

@media (max-width: 768px) {
  #center .image > div {
    width: 50%;
    display: inline-block;
  }
  #center p {
    font-size: 14px;
  }
}

#carrera h3, #world h3 {
  border-top: 4px solid #000;
  margin-top: 3em;
  margin-bottom: 1em;
  border-bottom: 1px solid #AAA;
  padding: 0.5em 0;
}

#carrera h3 figure, #world h3 figure {
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
}

#carrera h3 figcaption, #world h3 figcaption {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  left: 0;
}

@media (min-width: 768px) {
  #carrera h3 figure, #world h3 figure {
    text-align: center;
  }
}

@media (max-width: 768px) {
  #carrera h3 img, #world h3 img {
    width: 115px;
  }
  #carrera h3 figure, #world h3 figure {
    text-align: right;
  }
}

#schedule, #backnumber {
  /*
	.photo{
		display:flex;
		flex-wrap:wrap;
		
		margin:2em 0;
		
		@include media(sp){
			img{
				width:50%;
			}
			align-items:flex-start;
		}
	}
	*/
}

#schedule h4, #backnumber h4 {
  margin: 0;
  background: #666666;
  color: #FFFFFF;
  padding: 10px;
  position: relative;
  text-align: center;
}

#schedule h4 span, #backnumber h4 span {
  font-weight: normal;
  font-size: 13px;
}

#schedule h4:before, #backnumber h4:before, #schedule h4:after, #backnumber h4:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #AAAAAA;
}

#schedule h4:before, #backnumber h4:before {
  top: -5px;
}

#schedule h4:after, #backnumber h4:after {
  bottom: -5px;
}

#schedule h4 a, #backnumber h4 a {
  background-color: #000;
  color: #FFF;
  position: relative;
  letter-spacing: 1em;
  cursor: pointer;
}

#schedule h4 a img, #backnumber h4 a img {
  height: 8px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 10px;
  transition: transform 0.5s;
}

#schedule h4 a.open img, #backnumber h4 a.open img {
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  #schedule h4, #backnumber h4 {
    font-size: 20px;
    padding: 10px;
  }
  #schedule h4 span, #backnumber h4 span, #schedule h4 a, #backnumber h4 a {
    position: absolute;
    padding: 0 10px;
  }
  #schedule h4 span:first-child, #backnumber h4 span:first-child, #schedule h4 a:first-child, #backnumber h4 a:first-child {
    left: 0;
  }
  #schedule h4 span:last-child, #backnumber h4 span:last-child, #schedule h4 a:last-child, #backnumber h4 a:last-child {
    right: 0;
  }
  #schedule h4 span, #backnumber h4 span {
    font-size: 13px;
    top: 50%;
    line-height: 1;
    margin-top: -0.5em;
  }
  #schedule h4 a, #backnumber h4 a {
    font-size: 16px;
    top: 0;
    width: 140px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  #schedule h4, #backnumber h4 {
    font-size: 16px;
  }
  #schedule h4 span, #backnumber h4 span, #schedule h4 a, #backnumber h4 a {
    display: block;
  }
  #schedule h4 a, #backnumber h4 a {
    margin: -10px;
    margin-top: 0;
    padding: 5px 10px;
  }
}

#schedule dl, #backnumber dl {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #AAAAAA;
  align-items: center;
  padding: 0.5em 0;
  margin: 0;
}

#schedule dl dd, #backnumber dl dd {
  margin: 0;
}

#schedule dl .rank, #backnumber dl .rank {
  margin-left: 0.5em;
  display: inline-block;
  width: 3em;
  text-align: right;
}

#schedule dd, #backnumber dd {
  width: 280px;
}

@media (min-width: 768px) {
  #schedule dl, #backnumber dl {
    justify-content: center;
  }
  #schedule dt, #backnumber dt {
    font-size: 15px;
  }
  #schedule .round, #backnumber .round {
    width: 10em;
  }
  #schedule .date, #backnumber .date {
    width: 6em;
  }
  #schedule .circuit, #backnumber .circuit {
    width: 14em;
  }
}

@media (max-width: 768px) {
  #schedule dl, #backnumber dl {
    flex-wrap: wrap;
  }
  #schedule dt, #backnumber dt {
    font-size: 14px;
  }
  #schedule .round, #backnumber .round {
    width: 9em;
  }
  #schedule .date, #backnumber .date {
    width: 5em;
  }
  #schedule .circuit, #backnumber .circuit {
    width: 13em;
  }
}

#schedule .photo h5, #backnumber .photo h5 {
  text-align: center;
  background-color: #DDD;
  padding: 0.5em;
  margin-bottom: 0;
  position: relative;
}

#schedule .photo ul, #backnumber .photo ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0;
}

#schedule .photo ul img, #backnumber .photo ul img {
  display: block;
}

@media (min-width: 768px) {
  #schedule .photo h5, #backnumber .photo h5 {
    font-size: 18px;
  }
  #schedule .photo h5 span, #backnumber .photo h5 span {
    position: absolute;
    font-weight: normal;
    right: 1em;
  }
}

@media (max-width: 768px) {
  #schedule .photo h5, #backnumber .photo h5 {
    font-size: 16px;
  }
  #schedule .photo h5 span, #backnumber .photo h5 span {
    display: block;
    font-weight: normal;
    font-size: 14px;
  }
  #schedule .photo li, #backnumber .photo li {
    width: 50%;
  }
}

#backnumber {
  margin: 2em 0;
}

#backnumber > *:not(h4) {
  display: none;
}

a.blank {
  position: relative;
}

a.blank:after {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 1em;
  height: 100%;
  top: 0;
  background-image: url("/img/yajirushi.svg");
  background-repeat: no-repeat;
  background-position: center;
}

a.blank.darken:after {
  background-image: url("/img/yajirushi-white.svg");
}

#link {
  border-top: 1px solid #AAAAAA;
  padding-top: 2.5em;
}

#link a {
  border: 1px solid #232323;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  display: block;
  font-weight: bold;
}

@media (min-width: 768px) {
  #link {
    display: flex;
    justify-content: space-between;
  }
  #link a {
    width: 495px;
  }
}

@media (max-width: 768px) {
  #link a + a {
    margin-top: 0.5em;
  }
}

#scroll {
  text-align: center;
}

@media (min-width: 768px) {
  #scroll {
    padding: 4em 0 2em;
  }
}

@media (max-width: 768px) {
  #scroll {
    padding: 2.5em 0 1em;
  }
}

#shop {
  border-top: 4px solid #000000;
  padding: 2em 0;
}

@media (min-width: 768px) {
  #shop .container {
    display: flex;
    justify-content: space-between;
  }
  #shop .container > * {
    width: 320px;
  }
  #shop .container div {
    position: relative;
  }
  #shop .container div > *:last-child {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  #shop .container > div {
    margin-bottom: 1em;
  }
}

#okazaki {
  font-weight: bold;
}

@media (min-width: 768px) {
  #okazaki {
    margin: 0;
    font-size: 29px;
  }
}

@media (max-width: 768px) {
  #okazaki {
    text-align: center;
    font-size: 20px;
    margin: 0 0 1em;
  }
}

#sport {
  border: 1px solid #232323;
  font-size: 20px;
  text-align: center;
  padding: 0.25em 0;
  font-weight: bold;
  margin: 0px;
}

#telmap a {
  background: #666666;
  color: #FFFFFF;
  text-align: center;
  padding: 0.5em 0;
  padding-left: 2em;
  display: block;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-position: 28% center;
  background-repeat: no-repeat;
  /*
		position:relative;
		span{
			
			vertical-align:middle;
			font-size:24px;
			&:before{
				content:'';
				display:block;
				position:absolute;
				right:0;
				width:1.5em;
				height:100%;
				background-repeat:no-repeat;
				background-position:left center;
			}
		}
		*/
}

#telmap a + a {
  margin-top: 1em;
}

#telmap a.tel {
  background-image: url(/img/tel-white.svg);
  background-size: 24px auto;
}

@media (max-width: 768px) {
  #telmap a.tel {
    background-size: 16px auto;
  }
}

#telmap a.map {
  background-image: url(/img/map-white.svg);
  background-size: 23px auto;
}

@media (max-width: 768px) {
  #telmap a.map {
    background-size: 15.33333px auto;
  }
}

@media (min-width: 768px) {
  #telmap a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  #telmap a {
    font-size: 14px;
  }
}

#guide {
  background: #EEEEEE;
  text-align: center;
  font-size: 13px;
  color: #202020;
  margin-bottom: 0;
  padding: 5px 0;
}

#copyright {
  background: #666666;
  color: #FFFFFF;
  font-size: 11px;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}

#schedule-2022 dd {
  width: 300px;
}

#schedule-2022 .rank {
  text-align: left !important;
  width: 10em !important;
}

/*# sourceMappingURL=document.css.map */
