@charset "UTF-8";
/*.standby { opacity: 0 }
.loader::before { color: black !important; }
#loading {
	resource-priorities: postpone;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	opacity: .95;
	z-index: 10;
}*/
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #fafafa;
}

body:not(.single-topics) article header {
  padding: 6vw 0;
}
@media only screen and (min-width:1441px) {
  body:not(.single-topics) article header {
    padding-left: calc((100% - 1440px) / 2) !important;
    padding-right: calc((100% - 1440px) / 2) !important;
  }
}

article header h1:not(#irohah1):not(#memberh1) img {
  height: 5.5vw;
  max-height: 66px;
  min-height: 36px;
  max-width: 80vw;
}

body.other article header p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.7;
  padding: 2rem 0;
}

section h2 {
  margin-bottom: 0.65rem;
}

section:not(#team):not(#wrap-topics2):not(#about):not(#room):not(#price):not(.searchBox) p:not(.center):not(.vertical):not(.nonNotoSans),
section:not(#team):not(#wrap-topics2):not(#facility) ul:not(#tab) {
  font-family: "Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp-Jxck", sans-serif;
  line-height: 1.7;
}

section:not(#team):not(#wrap-topics2):not(#facility) ul:not(#tab) {
  padding-left: 1rem;
}

section:not(#team):not(#wrap-topics2):not(#facility) li:not([id^=tab-]) {
  text-indent: -1.2em;
  margin-left: 1.2em;
  padding-bottom: 0.3rem;
}

section:not(#team):not(#wrap-topics2):not(#facility) li:not([id^=tab-])::before {
  content: "◯";
  display: inline-block;
  width: 1.2em;
  text-indent: 0;
}

#bread {
  font-family: "Merriweather", "Merriweather-LightIt", serif;
  text-transform: uppercase;
}

body:not(.single-topics) #bread {
  width: 100%;
  padding: 3vw;
}

#bread a:last-of-type {
  text-decoration: underline;
}

#bread {
  font-family: "Merriweather", "Merriweather-LightIt", serif;
  padding: 3vw;
  text-transform: uppercase;
}

span.req {
  color: red;
  font-size: 80%;
  vertical-align: top;
}

hr.hr1 {
  height: 1px;
  border: none;
  border-top: 3px black solid;
}

#content hr.hr1 {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 700px) {
  body:not(.single-topics):not(.about):not(.chado):not(.tearoom) article header,
  body.other article div#content,
  hr.hr1 {
    margin: 0 3vw;
  }
}
@media screen and (min-width: 701px) {
  body:not(.single-topics):not(.about):not(.chado) article header h1 {
    text-align: center;
  }
  body.other article header p {
    width: 80%;
    padding-top: 4rem;
    margin: 0 auto;
  }
  body:not(.single-topics):not(.about):not(.chado):not(.tearoom) article div#content,
  hr.hr1 {
    margin: 0 auto;
    width: 80%;
    max-width: 1440px;
    padding-bottom: 1rem;
  }
  body:not(.single-topics):not(.topics):not(.about):not(.chado):not(.contact):not(.sitemap) #bread {
    width: 100%;
    padding: 1rem 10% 6vw;
  }
}
@media only screen and (min-width: 701px) and (min-width:1441px) {
  body:not(.single-topics):not(.topics):not(.about):not(.chado):not(.contact):not(.sitemap) #bread {
    padding-left: calc((100% - 1440px) / 2) !important;
    padding-right: calc((100% - 1440px) / 2) !important;
  }
}
body.other dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.7;
  padding-bottom: 3.5rem;
  margin-left: 1rem;
}
body.other dl dt {
  flex-basis: 6rem;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 0.4rem;
}
body.other dl dd {
  flex-basis: calc(100% - 6rem);
  flex-grow: 1;
  flex-shrink: 1;
}
body.other dl.nolis dt {
  flex-basis: 9rem;
}
body.other dl.nolis dd {
  flex-basis: calc(100% - 9rem);
}
body.other dl:not(.nolis) a {
  word-wrap: break-word;
  color: #f37c7c;
  font-size: 0.8rem;
  margin: 0 0.2rem 0 0;
}
body.other dl:not(.nolis) a::after {
  content: "\e806";
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}
body.other dl:not(.nolis) a:hover, body.other dl:not(.nolis) a:active, body.other dl:not(.nolis) a:focus {
  color: #0ad871;
}/*# sourceMappingURL=exhome.css.map */