@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}
html {
  font-size: 62.5%;
}
body, table, input, textarea, select, option {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
}
a, a:link {
  color: #2c2c2c;
  text-decoration: none;
}
a:visited {
  color: #2c2c2c;
}
a:hover {
  opacity: 0.7;
}
a:active {
  color: #2c2c2c;
}
/*------------------------------------------------------------
	ベルサイユのばら特設ページ用スタイル
------------------------------------------------------------*/
#versailles {
  background-color: #FFEBF6;
}
.backTop {
  padding: 40px 0;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.backTop a span {
  font-size: 18px;
  color: #4961E8;
  border-bottom: 1px solid #4961E8;
}
.inner {
  width:  100%;
  max-width: 1000px;
  padding: 80px 0;
  text-align: center;
  margin: 0 auto;
}
h1 {
  width: 330px;
  margin: 0 auto 40px;
  font-size: 30px;
  font-weight: 900;
  position: relative;
}
h1::before {
  content: "";
  margin: 0 auto;
  background-image: url(../img/ico_rose_l.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 71px;
  height: 56px;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
h1::after {
  content: "";
  margin: 0 auto;
  background-image: url(../img/ico_rose_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 52px;
  height: 27px;
  top: 20px;
  bottom: 0;
  right: 13px;
  position: absolute;
}
.notice {
  margin: 70px 0 40px;
}
.notice h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
p {
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6em;
}
.link {
  margin: 80px 0;
}
.link p {
  width: 460px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 40px;
  position: relative;
}
.link p::before {
  content: "";
  margin: auto;
  transform: rotate(45deg);
  width: 50px;
  border: 0;
  border-top: 2px solid #FFC4E5;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.link p::after {
  content: "";
  margin: auto;
  transform: rotate(-45deg);
  width: 50px;
  border: 0;
  border-top: 2px solid #FFC4E5;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.linkBtn a {
  font-size: 20px;
  padding: 15px 60px;
  text-align: center;
  background-color: #E4007F;
  border: 2px solid #C89939;
  border-radius: 100px;
  color: #fff;
  position: relative;
  box-shadow: 3px 3px 0px 0 rgb(226, 191, 121);
}
.linkBtn a span {
  font-size: 14px;
}
.linkBtn a::before {
  content: "";
  margin: auto;
  background-image: url(../img/ico_arrow_l.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 26px;
  position: absolute;
}
.linkBtn a::after {
  content: "";
  margin: auto;
  background-image: url(../img/ico_arrow_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 26px;
  position: absolute;
}
/*------------------------------------------------------------
	レポートページ
------------------------------------------------------------*/
#report h2 {
  padding: 13px 20px 0px;
  min-height: 40px;
  margin-bottom: 40px;
  font-size: 18px;
  color: #fff;
  background-image: url(../img/bg_h2.png);
  background-repeat: repeat-x;
  background-size: cover;
  text-align: left;
}
.gallery {
  margin-bottom: 80px;
  background-color: #fff;
  border: 1px solid #FFC4E5;
  padding: 40px 50px;
}
.gallery:last-child {
  margin-bottom: 0;
}
.photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.photo li {
  width: 32.5%;
  margin-bottom: 1.2%;
}
