@charset "UTF-8";
/****************************************
	   General Setting 
*****************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 1em;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  margin: 0px;
  padding: 0px;
  background: #fff;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
pre,
ul,
ol,
dl,
dt,
dd,
address,
form,
blockquote {
  font-size: 1em;
  padding: 0;
  line-height: 1.6;
  text-align: left;
  display: block;
  margin: 0px;
}

table {
  line-height: 1.6;
  font-size: 1em;
  margin: 0;
  empty-cells: show;
}

hr,
.areaAnchor,
.anchor {
  display: none;
}

img {
  border: none;
  display: block;
}

li {
  list-style: none;
}

acronym,
abbr {
  cursor: help;
}

option {
  padding-right: 10px;
}

* + html option {
  padding-right: 0;
}

* html option {
  padding-right: 0;
}

a:link {
  color: #111;
  text-decoration: none;
}

a:visited {
  color: #111;
}

a:hover {
  text-decoration: none;
  color: #e34915;
}

a:active {
  color: #111;
}

div,
dl {
  zoom: 1;
}

* html div,
* html dl {
  display: inline-table; /*\*/
  display: block; /**/
}

#wpadminbar div:after {
  clear: none;
}

#wpadminbar ul:after {
  clear: none;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a:hover img {
  opacity: 0.5;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

.clear {
  clear: both;
}

a:hover img {
  opacity: 0.5;
}

.left {
  float: none;
}

.right {
  float: none;
}

.pc {
  display: none;
}

.sp {
  display: inherit;
}

.none {
  display: none;
}

.txt-c {
  text-align: center;
}

@media only screen and (min-width: 681px) {
  .pc {
    display: inherit;
  }
  .sp {
    display: none;
  }
  .left {
    float: left;
  }
  .right {
    float: right;
  }
}
body {
  background: #fff9f3;
}

/****************************************
	   header
*****************************************/
header {
  position: relative;
  z-index: -2;
  background: url(./img/bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 80vh;
}
@media screen and (max-width: 768px) {
  header {
    height: 55vh;
  }
}
header h1 {
  width: 92%;
  max-width: 680px;
  display: block;
  margin: 0px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}
header h1 img {
  margin: 0;
}

h2 {
  width: 80%;
  display: block;
  margin: 2rem auto 1rem !important;
}
@media screen and (max-width: 768px) {
  h2 {
    width: 100%;
  }
}

h3 {
  text-align: center;
  color: #ae3927;
  font-size: 1.5em;
  font-weight: bold;
  margin: 2rem;
}

img {
  margin-bottom: 1.5rem;
}

p {
  margin-top: 1rem;
}

.syutten {
  margin-bottom: 2rem;
}
.syutten__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.syutten__item {
  flex-basis: 48%;
  margin-bottom: 2rem;
}
.syutten__item h4 {
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .syutten__item h4 {
    font-size: 0.75em;
  }
}
.syutten__item img {
  margin-bottom: 0.5rem;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.syutten__title {
  font-size: 2em;
  font-weight: bolder;
  color: #4667a5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .syutten__title {
    font-size: 1.5em;
  }
}
.syutten p {
  text-align: center;
}

.inner {
  width: 92%;
  max-width: 640px;
  margin: 0 auto;
}
.inner__heading {
  margin-top: 1rem;
}
.inner__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ae3927;
  color: #fff !important;
  font-weight: bold;
  padding: 1rem;
  width: 80%;
  max-width: 320px;
  margin: 2rem auto;
  border-radius: 60px;
}

.fb {
  padding: 30px 0;
}
.fb .fb-container {
  width: 300px;
  margin: 0 auto;
}

footer {
  background: #111;
  padding: 20px 0;
}
footer * {
  color: #fff;
  text-align: center;
}
footer h2,
footer .big {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff !important;
}
footer h2 {
  margin-top: 30px;
}
footer h3,
footer .shusai {
  font-size: 1.25rem;
}
footer h3,
footer h4 {
  margin-top: 16px;
}
footer h2::before,
footer h3::before,
footer h4::before {
  content: "【 ";
}
footer h2::after,
footer h3::after,
footer h4::after {
  content: " 】";
}
footer .kyousan img {
  width: 80%;
  max-width: 320px;
  margin: 0.5rem auto;
}

#map {
  margin-top: 1rem;
}

.guest {
  margin-bottom: 2rem;
}
.guest__title {
  display: block;
  margin: 0 auto;
}
.guest__wrap {
  display: flex;
  justify-content: space-between;
}
.guest__wrap--item {
  flex-basis: 48%;
}
.guest__name {
  text-align: center;
  font-weight: bold;
  margin-top: -1rem;
}

.present {
  background-color: #ae3927;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  padding: 1rem;
}
.present .big {
  font-size: 1.25em;
}

.design01 {
  font-size: 0.825em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 2rem;
}

.design01 th {
  color: #ae3927;
  padding: 10px;
  width: 40%;
  border: solid 1px #778ca3;
}

.design01 td {
  padding: 10px;
  width: 60%;
  border: solid 1px #778ca3;
}/*# sourceMappingURL=style.css.map */