@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

li {
  list-style-type: none;
}

div {
  margin: 0;
  padding: 0;
}

a,
a:visited {
  text-decoration: underline;
  color: #000000;
}

body {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.4;
  background: #fff;
}

#info {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  padding: 30px 0;
  background: white;
}

.logo {
  display: block;
  width: 60px;
  margin-right: 30px;
}

.info-text {
  display: flex;
  flex-direction: column;
}

h1 {
  font-size: 20px;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  margin-bottom: 8px;
}

.small {
  font-size: 50%;
  font-weight: 300;
  vertical-align: middle;
  margin-right: 5px;
}

ul {
  margin: 0;
  padding: 0;
}

#photo {
  top: 0;
  left: 50px;
  width: 100vw;
  height: calc(100vh - 150px);
  background-image: url("oraibi_paahu.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#photo.tate {
  background-position: center 22%;
}

.slash {
  display: none;
}

.tate .slash {
  display: inline;
}

#info .break {
  display: inline;
}

#info.tate .break {
  display: none;
}
/*# sourceMappingURL=main.css.map */