hr {
  margin: 0;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
tr {
  vertical-align: baseline;
}
th {
  font-weight: normal;
}

.disappear {
  display: none;
}
.hidden {
  visibility: hidden;
}
.flex {
  display: flex;
}
.flex-c {
  display: flex;
  justify-content: center;
}
.flex-sc {
  display: flex;
  justify-content: space-around;
}
.flex-ac {
  display: flex;
  align-items: center;
}
.flex-acjc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-cac {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex-afe {
  display: flex;
  align-items: flex-end;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}

.udkakugo-500 {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.udkakugo-250 {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 250;
  font-style: normal;
}

body {
  width: 720px;
  margin: 0 auto;
}

header {
  width: 100%;
  height: 370px;
  text-align: center;
  margin: 0 auto;
  background-image: url("../background2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "source-han-sans-vf",sans-serif;
  font-variation-settings: 'wght' 375;
  display: flex;
  justify-content: center;
  align-items: center;
}
header p {
  font-size: 26px;
  color: white;
}

main {
  width: 520px;
  text-align: center;
  margin: 0 auto 30px;
}

img[alt="近日オープン"] {
  margin: 50px 0;
  width: 40%;
}

.contents:not(:first-child) {
  margin-top: 45px;
}

.contents-title {
  height: 20px;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 14px;
  font-family: "bryant-web-compressed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-style: normal;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
#contact .contents-title {
  background-image: url(../img/title/line_CONTACT.png);
}
#products .contents-title {
  background-image: url(../img/title/line_products.png);
}
#working_day .contents-title {
  background-image: url(../img/title/line_working_day.png);
}
#access .contents-title {
  background-image: url(../img/title/line_Access.png);
}
#links .contents-title {
  background-image: url(../img/title/line_Links.png);
}

#contact > div {
  width: 190px;
  margin: 0 auto;
}
#contact > div > img {
  width: 40px;
  margin-right: 13px;
}

.product > p:first-of-type {
  font-size: 24px;
  font-family: "source-han-sans-vf", sans-serif;
  font-variation-settings: 'wght' 580;
}

.product > img:first-of-type {
  margin-top: 20px;
  width: 100%;
}

.product:not(:first-of-type) {
  margin-top: 22px;
}

.product > p:last-of-type {
  font-size: 13.5px;
  text-align: left;
}

#access > p {
  text-align: left;
}
#access > p:last-of-type {
  font-weight: 250;
}
#access > iframe {
  width: 100%;
}

#links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.link {
  width: 50%;
  text-align: left;
  margin-left: 23px;
}
