main {
  display: block;
  width: 1080px;
  margin: 0 auto;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 auto;
}
a {
  display: inline-block;
}
.header-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 1280px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 100px 0 100px;
}
.header-logo img {
  width: 130px;
  text-align: center;
}
#global-navi ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
#global-navi ul li {
  margin-left: 40px;
  font-weight: 500;
}
#global-navi ul li.reserve-button {
  padding: 10px 31px 11px 31px;
  background-color: #1E549F;
  color: #fff;
  border-radius: 30.5px;
}
.main-visual {
  width: 1280px;
  margin: 0 auto;
}
.main-wrapper {
  margin-top: 100px;
}
.content:nth-of-type(n+2) {
  margin-top: 142px;
}
.content h2 {
  font-family: 'Capriola', sans-serif;
  font-size: 3.6rem;
  text-align: center;
  position: relative;
}
.content h2::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 150px;
  height: 5px;
  background-color: #1E549F;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
}
.content-inner {
  margin-top: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-inner .left-text {
  width: 520px;
}
.content-inner .right-image img {
  width: 500px;
  height: 290px;
}
.content-inner h3 {
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 24px;
}
.news-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 996px;
  margin: 0 auto;
}
.news {
  box-shadow: 0px 4px 10px -2px #c2c2c2;
  width: 300px;
}
.news:nth-of-type(n+2) {
  margin-left: 48px;
}
.news:nth-of-type(n+4) {
 margin-top: 45px;
}

.news:nth-of-type(4n) {
  margin-left: 0;
}

.news-thumbnail {
  position: relative;
}
.news-thumbnail img {
  max-width: 100%;
  height: auto;
}
.news-category {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #1E549F;
  padding: 4px 11px 4px;
  font-size: 1.4rem;
}
.news-text {
  padding: 18px 8px 19px 8px;
}
.news .news-title {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.news-inner-text {
  font-size: 1.4rem;
  margin-top: 13px;
}
#footer {
  background-color: #1E549F;
  padding: 14px 0 13px 0;
  margin-top: 100px;
}
#footer #copyright {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
