@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

dl,
dt,
dd,
ul,
li {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

ins {
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

address {
  font-style: normal;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

*:focus {
  outline: none;
}

html {
  font-family: "Noto Sans JP", serif;
  font-size: 62.5%;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}
html input, html button, html textarea {
  font-family: "Noto Sans JP", serif;
}

body {
  width: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a img {
  -ms-interpolation-mode: bicubic;
}
a:hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.u-f14 {
  font-size: 14px;
}

.u-f16 {
  font-size: 16px;
}

.u-f18 {
  font-size: 18px;
}

.u-f20 {
  font-size: 20px;
}

.u-f22 {
  font-size: 22px;
}

.u-br__pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-br__pc {
    display: none;
  }
}
.u-br__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-br__sp {
    display: block;
  }
}

.anniv-header {
  background: -webkit-gradient(linear, left top, right top, from(#530911), color-stop(14%, #a81f24), color-stop(35%, #771723), color-stop(63%, #ca1423), color-stop(83%, #5e0e16), color-stop(88%, #530911), color-stop(92%, #671116), color-stop(97%, #51080f), to(#43191f));
  background: -webkit-linear-gradient(left, #530911 0%, #a81f24 14%, #771723 35%, #ca1423 63%, #5e0e16 83%, #530911 88%, #671116 92%, #51080f 97%, #43191f 100%);
  background: -o-linear-gradient(left, #530911 0%, #a81f24 14%, #771723 35%, #ca1423 63%, #5e0e16 83%, #530911 88%, #671116 92%, #51080f 97%, #43191f 100%);
  background: linear-gradient(90deg, #530911 0%, #a81f24 14%, #771723 35%, #ca1423 63%, #5e0e16 83%, #530911 88%, #671116 92%, #51080f 97%, #43191f 100%);
  background-size: cover;
  height: 230px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1440px) {
  .anniv-header {
    height: 16vw;
  }
}
.anniv-header:after {
  content: "";
  display: block;
  background: url("../img/header_bg.jpg") repeat;
  width: 100%;
  height: 17px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1440px) {
  .anniv-header:after {
    height: 1.18vw;
  }
}
.anniv-header__flag {
  width: 316px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-675px);
      -ms-transform: translateX(-675px);
          transform: translateX(-675px);
  z-index: 10;
  -webkit-filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.75));
          filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.75));
}
@media screen and (max-width: 1440px) {
  .anniv-header__flag {
    width: 22%;
    -webkit-transform: translateX(-46.875vw);
        -ms-transform: translateX(-46.875vw);
            transform: translateX(-46.875vw);
  }
}
.anniv-header__title {
  width: 736px;
  margin: auto;
  position: relative;
  left: 50px;
}
@media screen and (max-width: 1440px) {
  .anniv-header__title {
    width: 50%;
    left: 3.47vw;
  }
}

.anniv-content {
  background: -webkit-gradient(linear, left top, right top, from(#e2c557), color-stop(50%, #fbf9ed), to(#e2c557));
  background: -webkit-linear-gradient(left, #e2c557 0%, #fbf9ed 50%, #e2c557 100%);
  background: -o-linear-gradient(left, #e2c557 0%, #fbf9ed 50%, #e2c557 100%);
  background: linear-gradient(90deg, #e2c557 0%, #fbf9ed 50%, #e2c557 100%);
  position: relative;
}
.anniv-content:before, .anniv-content:after {
  content: "";
  display: block;
  background: url("../img/header_obj.png") no-repeat bottom;
  background-size: contain;
  width: 255px;
  height: 290px;
  position: absolute;
}
@media screen and (max-width: 1440px) {
  .anniv-content:before, .anniv-content:after {
    width: 17.7vw;
    height: 20.139vw;
  }
}
.anniv-content:before {
  left: 0;
  top: 0;
}
.anniv-content:after {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: 0;
  top: 0;
}
.anniv-content__lead {
  width: 1100px;
  margin: auto;
  padding: 40px 0 80px;
}
@media screen and (max-width: 1440px) {
  .anniv-content__lead {
    width: 85%;
    padding: 10vw 0 10vw;
  }
}

.anniv-form {
  background-color: #EFEFEF;
  padding: 80px 0;
}
@media screen and (max-width: 1440px) {
  .anniv-form {
    padding: 5.55vw 10px;
  }
}
.anniv-form input {
  border: 1px solid #9FA0A0;
}
.anniv-form input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin: 0px 3px 3px 4px;
}
.anniv-form input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin: 0px 3px 3px 5px;
}
.anniv-form select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border: 1px solid #9FA0A0;
}
.anniv-form__contact {
  max-width: 800px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 10px 40px;
  border-radius: 5px;
}
.anniv-form__top {
  text-align: center;
  margin-top: 40px;
}
.anniv-form__top a {
  text-decoration: underline;
  font-weight: bold;
  font-size: 120%;
}

.page-postmail__title {
  background-color: transparent;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #000;
  font-size: 35px;
}
.page-postmail__title small {
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  .page-postmail__title {
    font-size: calc(20px + 15 * (100vw - 320px) / 1120);
  }
  .page-postmail__title small {
    font-size: calc(16px + 8 * (100vw - 320px) / 1120);
  }
}
@media screen and (max-width: 767px) {
  .page-postmail__title {
    line-height: 1.2;
  }
  .page-postmail__title small {
    margin-bottom: 0.5em;
  }
}
.page-postmail__subtitle {
  max-width: 900px;
  margin: 40px auto 0.5em;
  font-weight: bold;
  color: #000;
}
.page-postmail__table {
  max-width: 900px;
  margin: auto;
  background-color: #fff;
}
.page-postmail__table th {
  font-weight: bold;
}
.page-postmail__confirm p, .page-postmail__confirm li {
  font-weight: 600;
  line-height: 1.5;
}
.page-postmail__select {
  max-width: 260px !important;
}
.page-postmail__addDate {
  max-width: 900px;
  margin: 0 auto 10px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .page-postmail__addDate {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page-postmail__addDate a {
    text-decoration: underline;
  }
}

.p-footer__company {
  padding: 40px 15px 20px;
}

.p-inquiry__container {
  padding: 20px 15px;
}
.p-inquiry__head {
  text-align: center;
  line-height: 1.2;
}
.p-inquiry__tel {
  font-size: 30px;
  line-height: 1.2;
}
.p-inquiry__tel span {
  font-size: 22px;
}
/*# sourceMappingURL=style.css.map */
