@charset "UTF-8";
/*common.css*/
.btncenter {
  display: flex;
  justify-content: center;
  align-items: center; }

.vertmiddle:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.vertmiddle > * {
  display: inline-block;
  vertical-align: middle; }

/*-------------------------------------------*/
html {
  font-size: 100px;
  overflow-x: hidden; }

@media print, screen and (min-width: 721px) {
  html {
    font-feature-settings: "palt"; } }
@media screen and (max-width: 720px) {
  html {
    -webkit-text-size-adjust: 100%; } }
@media print, screen and (min-width: 1440px) and (max-width: 1599px) {
  html {
    font-size: 100px; } }
@media print, screen and (min-width: 1366px) and (max-width: 1439px) {
  html {
    font-size: 90px; } }
@media print, screen and (min-width: 1280px) and (max-width: 1365px) {
  html {
    font-size: 85px; } }
@media print, screen and (min-width: 461px) and (max-width: 1279px) {
  html {
    font-size: 80px; } }
@media screen and (max-width: 720px) {
  html {
    font-size: 100px; } }
@media print, screen and (max-width: 359px) {
  html {
    font-size: 88px; } }
html.edge {
  -ms-text-size-adjust: 100%; }

html.safari {
  -webkit-font-smoothing: antialiased; }

/* reset */
.touchevents * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.chrome body {
  image-rendering: -webkit-optimize-contrast; }

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, td, th, figure {
  margin: 0;
  padding: 0;
  font-weight: normal; }

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

img {
  -ms-interpolation-mode: bicubic;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

hr {
  height: 0;
  overflow: visible;
  box-sizing: border-box; }

b, strong {
  font-weight: inherit;
  font-weight: bolder; }

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

li {
  list-style: none; }

sub, sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

canvas {
  display: inline-block; }

input, select, button, optgroup, textarea {
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0; }

button, input {
  overflow: visible; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

button, select {
  cursor: pointer;
  text-transform: none; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border: none; }

select::-ms-expand {
  display: none; }

*:focus {
  outline: none; }

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

/* 721px以上は消す */
@media print, screen and (min-width: 721px) {
  .sp {
    display: none !important; } }
/* 720px以下は消す */
@media screen and (max-width: 720px) {
  .pc {
    display: none !important; } }
@media print, screen and (min-width: 721px) {
  a[href^="tel:"] {
    pointer-events: none; } }
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .ie-center {
    display: flex;
    justify-content: center;
    align-items: center; }

  /* IE11 */ }
@media all and (-ms-high-contrast: none) {
  .ie-center {
    display: flex;
    justify-content: center;
    align-items: center; }

  /* IE10 */ }
a {
  transition: 0.3s ease; }

/* 遅延読み込み */
/* 遅延読み込み */
[data-lf],
[data-lf-area="0"] {
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: opacity 1s; }

[data-lf-area="1"],
[data-lf-area="1"] * {
  opacity: 1; }

/* img object-fit */
.of .img {
  width: 100%;
  height: 100%; }

.of.cover .img {
  -o-object-fit: cover;
  object-fit: cover; }

.ie .of.cover .img {
  font-family: "object-fit: cover;"; }

.of.contain .img {
  -o-object-fit: contain;
  object-fit: contain; }

.ie .of.contain .img {
  font-family: "object-fit: contain;"; }

.ofi {
  width: 100%;
  height: 100%; }

.ofi.cover {
  -o-object-fit: cover;
  object-fit: cover; }

.ie .ofi.cover {
  font-family: "object-fit: cover;"; }

.ofi.contain {
  -o-object-fit: contain;
  object-fit: contain; }

.ie .ofi.contain {
  font-family: "object-fit: contain;"; }

/* ---------------------------------------------------------

_variableをクラス化

--------------------------------------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.clearfix:before {
  content: "";
  display: block;
  clear: both; }

.clearfix {
  display: block; }

/* 共通文字スタイル */
.titWrap {
  text-align: center;
  margin-bottom: 0.6rem; }

@media screen and (max-width: 720px) {
  .titWrap {
    margin-bottom: 0.3rem; } }
h2.tit {
  font-size: 0.38rem;
  line-height: 1.5;
  margin-bottom: 0.4rem;
  letter-spacing: 0.065rem;
  text-align: center; }

@media screen and (max-width: 720px) {
  h2.tit {
    font-size: 0.27rem;
    margin-bottom: 0.25rem;
    letter-spacing: 0.0348rem; } }
h2.tit span {
  font-size: 0.14rem;
  display: block;
  letter-spacing: 0.0168rem; }

@media screen and (max-width: 720px) {
  h2.tit span {
    font-size: 0.12rem; } }
.of-c img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%; }

figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.text {
  text-align: justify; }

.flex {
  display: flex; }

.j-sb {
  justify-content: space-between; }

.j-c {
  justify-content: center; }

.fade, .fade-up, .fade-l, .fade-r {
  opacity: 0; }

.fadeIn {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    visibility: hidden;
    transition: 1s; }
  100% {
    opacity: 1;
    transform: translate(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    visibility: hidden;
    transition: 1s; }
  100% {
    opacity: 1;
    transform: translate(0); } }
.fade-up {
  transform: translateY(0.4rem); }

.fade-down {
  transform: translateY(-0.4rem); }

.fade-r {
  transform: translateX(0.4rem); }

.fade-l {
  transform: translateX(-0.4rem); }

.ad01s {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.ad02s {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.ad03s {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

.ad04s {
  -webkit-animation-duration: 4s;
  animation-duration: 4s; }

.ad05s {
  -webkit-animation-duration: 5s;
  animation-duration: 5s; }

.ad06s {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s; }

.ad07s {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s; }

.ad08s {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s; }

.ad09s {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s; }

.ad1s {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.ad2s {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.ad3s {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

.ad4s {
  -webkit-animation-duration: 4s;
  animation-duration: 4s; }

.parallax {
  background-attachment: fixed;
  background-size: cover; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0.18rem;
  color: #4d4d4d;
  background-color: #fff; }

@media print, screen and (min-width: 721px) {
  body {
    min-width: 1024px;
    line-height: 2;
    letter-spacing: 0.02rem; } }
@media screen and (max-width: 720px) {
  body {
    width: 100%;
    letter-spacing: 0.003rem;
    font-size: 0.12rem;
    line-height: 1.8;
    padding-top: 15vw; } }
@media screen and (max-width: 720px) {
  body.lower {
    padding-top: 0;
    font-size: 0.12rem; } }
/* ページトップボタン */
#pagetopBtn {
  position: fixed;
  bottom: 0.5rem;
  right: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  filter: opacity(0%);
  pointer-events: none;
  background-color: #eee;
  transition: filter 1s, opacity 0.2s;
  z-index: 995; }

@media screen and (max-width: 720px) {
  #pagetopBtn {
    width: 0.4rem;
    height: 0.4rem;
    right: 0.1rem;
    bottom: 1rem; } }
#pagetopBtn:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.025rem);
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(-45deg);
  width: 0.1rem;
  height: 0.1rem;
  border-top: 1px solid #727171;
  border-right: 1px solid #727171; }

#pagetopBtn.active {
  filter: opacity(100%);
  pointer-events: auto; }

.no-touchevents #pagetopBtn:hover {
  opacity: 0.6; }

.menuOpen #pagetopBtn {
  filter: opacity(0) !important;
  pointer-events: none !important; }

.pagetopbtnInview {
  position: absolute;
  top: 200vh;
  bottom: 0;
  pointer-events: none;
  width: 0; }

/* SP追従バナー */
.sp-fix-bnr {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 990;
  filter: opacity(0%);
  transition: filter 1s, opacity 0.2s; }

.sp-fix-bnr.active {
  filter: opacity(100%); }

.sp-fix-bnr a {
  background-color: #eee;
  text-align: center;
  display: block;
  position: relative; }

.sp-fix-bnr a img {
  position: absolute;
  top: 0.15rem;
  left: 0.15rem;
  width: 0.35rem;
  height: auto; }

.sp-fix-bnr a p {
  font-size: 0.12rem;
  line-height: 1.3;
  padding: 0.05rem 0 0; }

.sp-fix-bnr a p span {
  font-size: 0.27rem; }

.sp-fix-bnr a > span {
  color: #fff;
  width: 100%;
  padding: 0.02rem 0;
  display: block;
  position: relative; }

.sp-fix-bnr a > span i {
  display: inline-block;
  height: 0.1rem;
  width: 0.18rem;
  position: absolute;
  right: calc(50% - 0.95rem);
  top: 45%;
  transform: translate(-50%, -50%); }

.sp-fix-bnr a > span i::before, .sp-fix-bnr a > span i::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.03rem);
  display: block;
  background-color: #fff; }

.sp-fix-bnr a > span i::before {
  right: 0;
  width: 1px;
  height: 0.06rem;
  margin-top: -0.06rem;
  transform-origin: right bottom;
  transform: scaleX(1) rotate(-45deg); }

.sp-fix-bnr a > span i::after {
  height: 1px;
  width: 100%;
  left: 0;
  right: 0; }

/*index.css*/
/*-------------------------------------------*/
body {
  color: #666;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal; }

h1, h2, h3, h4 {
  color: #6b4a21; }

body.lower main {
  padding-right: 0;
  padding-left: 0; }

.mainAreaIn {
  padding: 0; }

main h1 {
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.06rem;
  margin: 0.5rem 0 0.3rem;
  font-size: 0.45rem;
  position: relative; }

@media screen and (max-width: 720px) {
  main h1 {
    font-size: 0.28rem;
    line-height: 1.8;
    margin: 0.3rem 0 0.15rem; } }
main h1 span {
  font-size: 0.25rem;
  display: block;
  letter-spacing: 0.02rem;
  position: relative; }

main h1 span::before {
  content: "＼"; }

@media screen and (max-width: 720px) {
  main h1 span::before {
    content: "";
    background-color: #6b4a21;
    width: 1px;
    height: 12vw;
    display: block;
    position: absolute;
    left: 10vw;
    bottom: 0;
    transform: rotate(-35deg); } }
main h1 span::after {
  content: "／"; }

@media screen and (max-width: 720px) {
  main h1 span::after {
    content: "";
    background-color: #6b4a21;
    width: 1px;
    height: 12vw;
    display: block;
    position: absolute;
    right: 10vw;
    bottom: 0;
    transform: rotate(35deg); } }
@media screen and (max-width: 720px) {
  main h1 span {
    font-size: 0.16rem;
    margin-bottom: 0.1rem; } }
.weddingbookH2 {
  text-align: center;
  margin: 0.7rem 0 0.3rem;
  font-size: 0.35rem; }

@media screen and (max-width: 720px) {
  .weddingbookH2 {
    font-size: 0.2rem; } }
.weddingbookH2.brown {
  background-color: #6b4a21;
  color: #FFF;
  width: 11.8rem;
  margin: 0 auto 0.3rem;
  padding: 0.2rem 0; }

@media screen and (max-width: 720px) {
  .weddingbookH2.brown {
    width: 100%;
    padding: 0.1rem 0; } }
main .link {
  text-align: center;
  background-color: #fff5da;
  font-size: 0.3rem;
  letter-spacing: 0.04rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #6c4b22;
  -webkit-background-size: cover;
  background-size: cover;
  height: 5rem;
  background-image: url(../../weddingbook/img/link_bg.png);
  opacity: 1;
  background-position: bottom center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center; }

@media screen and (max-width: 720px) {
  main .link {
    font-size: 0.15rem;
    letter-spacing: 0;
    height: 2.5rem;
    margin-bottom: 0.4rem; } }
main .link p {
  font-weight: bold; }

main .link a {
  letter-spacing: 0.07rem;
  font-size: 0.35rem;
  width: 9rem;
  margin-top: 0.1rem;
  position: relative;
  display: inline-block;
  padding: 0.2rem 0.5rem;
  text-decoration: none;
  color: #FFF;
  background: #ec9d3c;
  /*背景色*/
  border-bottom: solid 2px #cc8631;
  /*少し濃い目の色に*/
  border-radius: 4px;
  /*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold; }

@media screen and (max-width: 720px) {
  main .link a {
    width: 80%;
    font-size: 0.18rem;
    letter-spacing: 0.01rem;
    padding: 0.15rem; } }
main .link:last-child {
  margin-bottom: 0; }

main .box {
  width: 11.8rem;
  margin: 0 auto;
  border-top: 4px double #727171;
  padding: 0.7rem 0.4rem; }

@media screen and (max-width: 720px) {
  main .box {
    width: 92%;
    padding: 0.3rem 0.15rem; } }
main .box > h2, main .box > h3 {
  text-align: center;
  font-size: 0.3rem;
  margin-bottom: 0.4rem;
  letter-spacing: 0.04rem; }

@media screen and (max-width: 720px) {
  main .box > h2, main .box > h3 {
    font-size: 0.18rem;
    letter-spacing: 0.015rem;
    margin-bottom: 0.2rem; } }
main .box .flex {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem; }

@media screen and (max-width: 720px) {
  main .box .flex {
    display: block;
    margin-bottom: 0.2rem; } }
main .box .flex figure {
  width: 4.5rem; }

@media screen and (max-width: 720px) {
  main .box .flex figure {
    width: 100%;
    height: 50vw; } }
main .box div h3 {
  font-size: 0.26rem;
  margin-bottom: 0.4rem;
  letter-spacing: 0.04rem; }

@media screen and (max-width: 720px) {
  main .box div h3 {
    font-size: 0.16rem;
    letter-spacing: 0.02rem;
    margin: 0.15rem 0;
    text-align: center; } }
main .box.main {
  border: 1px solid #727171;
  text-align: center;
  line-height: 2.4;
  padding: 0.05rem;
  font-size: 0.2rem;
  letter-spacing: 0.025rem;
  margin-bottom: 0.7rem; }

@media screen and (max-width: 720px) {
  main .box.main {
    font-size: 0.14rem; } }
main .box.main .inner {
  border: 3px solid #727171;
  padding: 1rem 0; }

@media screen and (max-width: 720px) {
  main .box.main .inner {
    padding: 0.5rem 5vw; } }
main .box.main .inner p {
  margin: 0.5rem 0; }

@media screen and (max-width: 720px) {
  main .box.main .inner p {
    margin: 0.25rem 0; } }
main .box.main .inner img:first-child {
  width: 3rem; }

@media screen and (max-width: 720px) {
  main .box.main .inner img:first-child {
    width: 60%; } }
main .box.main .inner img:last-child {
  width: 2.25rem; }

@media screen and (max-width: 720px) {
  main .box.main .inner img:last-child {
    width: 70%; } }
main .box.box00 > p {
  text-align: center; }

main .box.box00 ul {
  padding: 0 1.5rem;
  margin: 0.5rem 0 0.8rem; }

@media screen and (max-width: 720px) {
  main .box.box00 ul {
    padding: 0;
    margin: 0.25rem 0; } }
main .box.box00 ul li {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center; }

main .box.box00 ul li span {
  display: block;
  color: #6b4a21; }

main .box.box00 ul li img {
  width: 1.2rem; }

@media screen and (max-width: 720px) {
  main .box.box00 ul li img {
    width: 0.8rem; } }
main .box.box000 {
  text-align: center; }

main .box.box000 div {
  margin-top: 0.8rem; }

@media screen and (max-width: 720px) {
  main .box.box000 div {
    margin-top: 0.25rem; } }
main .box.box000 div img {
  width: 2.1rem;
  height: auto; }

main .box.box000 div p {
  background-size: contain;
  background-repeat: no-repeat; }

main .box.box000 div p.voice01 {
  background-image: url(../../weddingbook/img/ep01_bg.png);
  height: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.15rem;
  padding-top: 0.2rem;
  text-align: justify; }

@media screen and (max-width: 720px) {
  main .box.box000 div p.voice01 {
    width: 100%;
    height: auto;
    background: none;
    padding: 0.15rem;
    border: 1px solid #666;
    border-radius: 0.2rem;
    text-align: left; } }
main .box.box01 > img {
  width: 2.1rem; }

main .box.box01 > div {
  padding: 0 0.5rem;
  justify-content: space-between;
  align-items: center; }

@media screen and (max-width: 720px) {
  main .box.box01 > div {
    display: block;
    padding: 0;
    text-align: center; } }
main .box.box01 > div p {
  background-size: contain;
  background-repeat: no-repeat; }

main .box.box01 > div p.voice02 {
  background-image: url(../../weddingbook/img/bg02.png);
  width: 7rem;
  height: 3rem;
  padding: 0.35rem 0.5rem; }

@media screen and (max-width: 720px) {
  main .box.box01 > div p.voice02 {
    width: 100%;
    height: auto;
    background: none;
    padding: 0.15rem;
    border: 1px solid #666;
    border-radius: 0.2rem;
    text-align: left; } }
main .box.box01 > div p span {
  float: right;
  padding-right: 0.2rem; }

@media screen and (max-width: 720px) {
  main .box.box01 > div p span {
    float: none;
    display: block;
    margin-top: 0.1rem; } }
main .box.box01 > div img {
  width: 2.1rem;
  height: auto; }

main .box.box01 > p {
  text-align: center;
  margin: 0.5rem 0; }

@media screen and (max-width: 720px) {
  main .box.box01 > p {
    margin: 0.3rem 0; } }
main .box.box01 h4 {
  font-size: 0.22rem;
  letter-spacing: 0.03rem;
  text-align: center; }

@media screen and (max-width: 720px) {
  main .box.box01 h4 {
    font-size: 0.18rem; } }
main .box.box02 {
  border: 1px solid #727171;
  padding: 0.5rem 0.7rem 0.8rem;
  margin-bottom: 1rem; }

@media screen and (max-width: 720px) {
  main .box.box02 {
    padding: 0.2rem 0.15rem;
    text-align: center;
    margin-bottom: 0.5rem; } }
main .box.box02 p {
  margin-bottom: 0.7rem;
  text-align: center; }

@media screen and (max-width: 720px) {
  main .box.box02 p {
    margin-bottom: 0.3rem; } }
main .box.box02 .features {
  border-top: double 4px #727171;
  border-bottom: double 4px #727171;
  padding: 0.5rem 0; }

@media screen and (max-width: 720px) {
  main .box.box02 .features {
    padding: 0.3rem 0; } }
main .box.box02 .features .inner {
  display: flex;
  justify-content: space-between;
  align-items: center; }

@media screen and (max-width: 720px) {
  main .box.box02 .features .inner {
    display: block; } }
main .box.box02 .features .inner.hotel {
  border-bottom: 1px solid #727171;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem; }

@media screen and (max-width: 720px) {
  main .box.box02 .features .inner.hotel {
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem; } }
main .box.box02 .features .inner.hotel figure {
  width: 3.5rem;
  text-align: center; }

@media screen and (max-width: 720px) {
  main .box.box02 .features .inner.hotel figure {
    width: 100%; } }
main .box.box02 .features .inner.hotel figure img {
  width: 2.3rem;
  height: auto; }

@media screen and (max-width: 720px) {
  main .box.box02 .features .inner.hotel figure img {
    width: 100%; } }
main .box.box02 .features .inner.guest figure {
  width: 3.5rem;
  text-align: center; }

@media screen and (max-width: 720px) {
  main .box.box02 .features .inner.guest figure {
    width: 100%; } }
main .box.box02 .features .inner.guest figure img {
  width: 3rem;
  height: auto; }

@media screen and (max-width: 720px) {
  main .box.box02 .features .inner.guest figure img {
    width: 70%; } }
main .box.box02 .features .inner ul {
  width: 6.4rem; }

@media screen and (max-width: 720px) {
  main .box.box02 .features .inner ul {
    width: 100%; } }
main .box.box02 .features .inner ul li {
  line-height: 3;
  text-indent: -1.6em; }

@media screen and (max-width: 720px) {
  main .box.box02 .features .inner ul li {
    text-align: left;
    padding: 0.05rem 0.25rem 0.05rem 0.35rem;
    line-height: 2.2;
    text-indent: -2.5em; } }
main .box.box02 .features .inner ul li::before {
  content: "";
  background-image: url(../../weddingbook/img/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  margin-right: 0.1rem; }

@media screen and (max-width: 720px) {
  main .box.box02 .features .inner ul li::before {
    width: 0.15rem;
    height: 0.15rem; } }
@media screen and (max-width: 720px) {
  main .box.box03 h2 + div {
    margin-bottom: 0.5rem;
    display: block; }

  main .box.box03 h2 + div figure {
    width: 3rem;
    margin-right: 0.8rem; } }
.marker {
  position: relative;
  background-image: linear-gradient(90deg, #ffff66, #ffff66);
  /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 30%;
  /* '30%'の部分にマーカーの太さを記入 */
  transition: all 2s ease-in-out;
  /* マーカーを引く速度を調整 */
  font-weight: bold;
  /* ついでに太字にしたい場合 */ }

.marker.active {
  background-size: 100% 30%; }

/*アクセス*/
#Access .access-contact {
  margin-top: 3vh;
  position: relative; }

#Access .access-contact a svg {
  width: 100%;
  height: auto; }

#Access .access-contact .title {
  margin-bottom: 1vh; }

#Access .access-contact:after {
  content: "";
  width: 242px;
  height: 189px;
  position: absolute;
  top: 0;
  right: 20%;
  z-index: 100;
  background: url(../../weddingbook/img/sketch13.png) no-repeat 0 0;
  background-size: cover; }

.art11ContentInner {
  overflow: hidden;
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between; }

@media screen and (max-width: 720px) {
  .art11ContentInner {
    display: block;
    margin-top: 0; } }
.art11ContentLeftDL {
  display: flex; }

@media screen and (max-width: 720px) {
  .art11ContentLeftDL {
    margin-top: 0.2rem;
    clear: both;
    display: block; } }
.art11ContentLeftDL dt {
  font-weight: bold;
  width: 1.5rem;
  text-align: left; }

.art11ContentLeftDL dt ::after {
  content: "："; }

.carAccess {
  text-align: left; }

.carAccess .title {
  font-size: 0.2rem; }

.carAccess .subTitle {
  font-weight: bold;
  margin-top: 0.15rem; }

.t-right {
  text-align: right; }

.mapArea .carAccess .title {
  margin-bottom: 3px;
  font-size: 20px;
  font-size: 2.0rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  letter-spacing: .12em; }

.mapArea .carAccess .title:before {
  content: "";
  width: 22px;
  height: 18px;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 4px; }

.mapArea .carAccess .subTitle {
  margin-bottom: .5em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold; }

.mapArea .carAccess .text {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem; }

.mapArea .carAccess .subTitle span {
  color: #AD9A1D;
  font-size: 11px;
  font-size: 1.1rem;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px; }

@media screen and (max-width: 720px) {
  .art11ContentLeftDL > dt {
    float: left;
    width: 25%; } }
@media screen and (max-width: 720px) {
  .art11ContentLeftDL > dd {
    width: 70%;
    float: left;
    text-align: left; }

  .art11ContentLeftDL > dd a {
    display: block;
    text-decoration: underline; } }
.mapArea {
  margin: 0 auto;
  padding-bottom: 0;
  font-size: 11px;
  font-size: 1.1rem; }

.mapArea .carAccess .title {
  font-size: 15px;
  font-size: 1.5rem; }

.mapArea .carAccess .text {
  margin-bottom: 1.5em;
  font-size: 11px;
  font-size: 1.1rem; }

.mapArea .carAccess .subTitle {
  margin-bottom: .5em;
  font-size: 11px;
  font-size: 1.1rem; }

.tel-reserve {
  margin-top: 30px;
  padding-top: 30px;
  font-size: 0.16rem;
  border-top: 1px solid #000;
  text-align: left;
  line-height: 1.6; }

.tel-reserve span {
  font-size: 0.45rem;
  letter-spacing: 0.03rem; }

@media screen and (max-width: 720px) {
  .tel-reserve {
    border: 1px solid #4d4d4d;
    padding: 0.2rem 0;
    line-height: 1.4;
    text-align: center; }

  .tel-reserve a {
    font-size: 0.36rem;
    color: #4d4d4d;
    letter-spacing: 0.02rem; } }
/* footerArea spPullUplink */
@media screen and (max-width: 640px) {
  .spPullUplink {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック","游ゴシック体","Yu Gothic",YuGothic,verdana,"メイリオ","Meiryo","Osaka",sans-serif;
    letter-spacing: 0;
    line-height: 1.4;
    font-size: 3.2vw;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #323632;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 990; }

  .spPullUplink.enable {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }

  .spPullUplink .link {
    position: relative;
    display: flex;
    justify-content: space-between; }

  .spPullUplink .link .tel .svgWrap {
    width: 97%;
    padding-top: 8.5%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    fill: #FFF;
    margin-left: -19%; }

  .spPullUplink .link .tel svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block; }

  .spPullUplink .link:after {
    content: '';
    display: block;
    left: 50%;
    top: 0;
    position: absolute;
    height: 100%;
    border-right: 1px solid #3D5341; }

  .spPullUplink .link a {
    display: inline-block;
    width: 49.999%;
    height: 50px;
    position: relative; }

  .spPullUplink .link a:after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-right: 1px solid #FFF;
    border-top: 1px solid #FFF;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 10px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

  .spPullUplink .link a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%; }

  .spPullUplink .link a img {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5%; }

  .spPullUplink .fair span {
    font-size: 12px;
    font-size: 3.84vw;
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5%; } }
/* footerArea pageTopBtn */
.pageTopBtn {
  background-color: #232323;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 100;
  opacity: 0;
  display: none; }

.pageTopBtn:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto; }

.csspointerevents .pageTopBtn.hide {
  pointer-events: none;
  opacity: 0; }

.no-csspointerevents .pageTopBtn.hide {
  display: none; }

.no-touchevents .pageTopBtn:hover {
  background-color: #FFF; }

.no-touchevents .pageTopBtn:hover:after {
  border-left: 2px solid #232323;
  border-top: 2px solid #232323; }

.no-touchevents .pageTopBtn {
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.no-touchevents .pageTopBtn:after {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.no-touchevents .pageTopBtn:hover:after {
  top: 0; }

@media print, screen and (max-width: 640px) {
  .pageTopBtn {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 50px;
    height: 50px; } }
/* 20210720 add */
.comment {
  position: relative;
  width: 90%; }

.comment::before {
  content: "＼"; }

@media screen and (max-width: 720px) {
  .comment::before {
    content: "";
    background-color: #6b4a21;
    width: 1px;
    height: 12vw;
    display: block;
    position: absolute;
    left: 10vw;
    bottom: 0;
    transform: rotate(-35deg); } }
.comment::after {
  content: "／"; }

@media screen and (max-width: 720px) {
  .comment::after {
    content: "";
    background-color: #6b4a21;
    width: 1px;
    height: 12vw;
    display: block;
    position: absolute;
    right: 10vw;
    bottom: 0;
    transform: rotate(35deg); } }
.headerArea {
  letter-spacing: 0;
  line-height: 1.4;
  font-size: 62.5%;
  color: #212121; }

.footerArea {
  letter-spacing: 0;
  line-height: 1.4;
  font-size: 0;
  color: #212121; }

._zyoken {
  width: 90%;
  max-width: 550px;
  background: #F6F5EF;
  margin: 55px auto 0;
  padding: 18px; }

._zyoken p {
  font-size: 1.8rem;
  background: #BDB46F;
  padding: 12px;
  line-height: 1;
  color: #fff; }
  @media screen and (max-height: 650px) {
    ._zyoken p {
      font-size: 1.4rem;
      text-align: left; } }

._zyoken ul {
  margin-top: 8px; }

._zyoken ul li {
  text-indent: -12px;
  margin-top: 8px;
  font-size: 1.2rem;
  margin-left: 20px; }
  @media screen and (max-height: 650px) {
    ._zyoken ul li {
      font-size: 1rem;
      text-align: left; } }

.subnavArea span {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック","游ゴシック体","Yu Gothic",YuGothic,verdana,"メイリオ","Meiryo","Osaka",sans-serif;
  font-size: 12px; }

/* add 210812 */
.fullpage-bnr-wb {
  width: 232px;
  height: auto;
  position: fixed;
  bottom: 94px;
  right: 20px;
  z-index: 1000;
  display: block; }
  @media screen and (max-width: 640px) {
    .fullpage-bnr-wb {
      display: none !important; } }
  .fullpage-bnr-wb img {
    width: 100%;
    height: auto; }

@media screen and (min-width: 641px) {
  .linkFair-wb {
    width: 8rem;
    margin: 0 auto;
    padding: 0 0.4rem 1rem;
    color: #212121; }
    .linkFair-wb > div {
      position: relative; }
      .linkFair-wb > div > p {
        position: relative;
        font-size: 23px;
        text-align: center;
        letter-spacing: .1em; }
        .linkFair-wb > div > p:before {
          content: '';
          position: absolute;
          left: 50%;
          top: 21px;
          transform: translateX(-50%);
          z-index: 2;
          width: 60%;
          height: 1px;
          background: #ccc; }
        .linkFair-wb > div > p > span {
          position: relative;
          display: inline-block;
          z-index: 3;
          padding: 0 20px;
          background: #fff; }
      .linkFair-wb > div > h3 {
        font-size: 23px;
        text-align: center;
        line-height: 1.6;
        margin-bottom: 15px; }
        .linkFair-wb > div > h3 > span {
          display: block;
          margin-top: 10px;
          color: #b35d00;
          font-size: 17px; }
      .linkFair-wb > div > div {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .linkFair-wb > div > div > figure {
          width: 48%; }
        .linkFair-wb > div > div > div {
          width: 48%; }
          .linkFair-wb > div > div > div > p:nth-of-type(1) {
            margin-bottom: 20px;
            line-height: 1.6; }
            .linkFair-wb > div > div > div > p:nth-of-type(1) > span {
              position: relative;
              display: inline-block;
              margin-top: 0;
              font-size: 15px; }
              .linkFair-wb > div > div > div > p:nth-of-type(1) > span:before {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0px;
                width: 100%;
                height: 4px;
                background: rgba(204, 204, 0, 0.6); }
              .linkFair-wb > div > div > div > p:nth-of-type(1) > span > span {
                font-size: 27px;
                letter-spacing: .1em; }
          .linkFair-wb > div > div > div > p:nth-of-type(2) {
            margin-top: 10px;
            line-height: 1.6; }
            .linkFair-wb > div > div > div > p:nth-of-type(2) > a {
              display: block;
              padding: 5px 0;
              background: #000;
              color: #fff;
              text-align: center; } }
@media screen and (max-width: 640px) {
  .linkFair-wb {
    flex-shrink: 0;
    width: 315px;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    color: #212121; }

  .linkFair-wb > div {
    width: 315px;
    font-size: 13px; }

  .linkFair-wb > div > p {
    position: relative;
    font-size: 16px;
    text-align: left;
    letter-spacing: .1em; }

  .linkFair-wb > div > p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    z-index: 2;
    width: 100%;
    height: 1px;
    background: #ccc; }

  .linkFair-wb > div > p > span {
    position: relative;
    display: inline-block;
    z-index: 3;
    padding: 0 20px;
    background: #fff; }

  .linkFair-wb > div > h3 {
    font-size: 15px; }

  .linkFair-wb > div > h3 > span {
    display: block;
    margin-top: 10px;
    color: #b35d00;
    font-size: 13px; }

  .linkFair-wb > div > div > figure {
    margin-top: 10px;
    padding: 0 40px; }

  .linkFair-wb > div > div > figure img {
    max-width: 100%;
    height: auto; }

  .linkFair-wb > div > div > div > p:nth-of-type(1) {
    margin-top: 5px; }

  .linkFair-wb > div > div > div > p:nth-of-type(1) > span {
    display: inline-block;
    position: relative; }

  .linkFair-wb > div > div > div > p:nth-of-type(1) > span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 4px;
    background: rgba(204, 204, 0, 0.6); }

  .linkFair-wb > div > div > div > p:nth-of-type(1) > span > span {
    font-size: 24px;
    letter-spacing: .1em; }

  .linkFair-wb > div > div > div > p:nth-of-type(2) {
    margin-top: 10px;
    padding: 0 30px; }

  .linkFair-wb > div > div > div > p:nth-of-type(2) > a {
    display: block;
    padding: 5px 0;
    background: #000;
    color: #fff; }

  .linkFair-wb {
    flex-shrink: 0;
    width: 315px;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    margin: 0 auto 0.5rem; }
    .linkFair-wb img {
      width: 100%;
      height: auto; }

  .linkFair-wb > div {
    background: #fff; }

  .linkFair-wb > div > p {
    position: relative;
    margin-top: 10px;
    font-size: 16px;
    text-align: center; }

  .linkFair-wb > div > p:before {
    left: 50%;
    width: 80%;
    transform: translate(-50%, 0); }

  .linkFair-wb2 {
    margin-bottom: 0.1rem; } }
