@charset "utf-8";

/* reset */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
html, body, article, section, div, span, figure, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
:focus { outline: 0; }
body {
  position: relative;
  line-height: 1;
  color: #0f0704;
  background-image: url(../images/body_bg.jpg);
  background-repeat: repeat;
  background-color: #fffdfb;
}
ol, ul { list-style: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  padding: 10px 20px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #e9e3dd;
}
tr:nth-child(2n) {}
strong, b { font-weight: bold; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* tag */
html { font-size: 6.25%; }
body {
  width: 100%;
  height: 100%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 15rem;
  line-height: 2;
  letter-spacing: .08em;
  color: #0f0704;
  text-align: center;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
li { list-style: none; }
img { border: none; }
a { color: #0f0704; }
a img { display: block; }
a, button { outline: none; }
address { font-style: normal; }
textarea { overflow: auto; }
input,
textarea,
select,
button {
  display: inline-block;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Noto Sans Japanese", sans-serif;
  font-size: 16rem;
  line-height: 2;
  letter-spacing: .08em;
  color: #0f0704;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
textarea { display: block; }
input[type=text],
input[type=email],
input[type=tel],
textarea {
  padding: 10px;
  letter-spacing: 0;
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus { background: #fff; }
::-moz-selection
{
  color: #fff;
  background-color: #0f0704;
}
::selection
{
  color: #fff;
  background-color: #0f0704;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
button,
radio,
checkbox,
label { cursor: pointer; }
button {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: none;
}
article { padding-bottom: 120px; }
section {
  text-align: left;
  margin: 120px 0 0 0;
}
h2 {
  margin-bottom: 60px;
  font-size: 32rem;
  font-weight: normal;
  text-align: center;
}
h3 {
  margin-bottom: 60px;
  font-size: 24rem;
  font-weight: normal;
  text-align: center;
}
h4 {
  font-size: 18rem;
  font-weight: normal;
  text-align: center;
}
i {
  display: inline-block;
  width: 1em;
  margin-right: .5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
sup {
  vertical-align: super;
  font-size: 9px;
}

/* common */
.mt0 { margin-top: 0!important; }
.mb0 { margin-bottom: 0!important; }
.ml0 { margin-left: 0!important; }
.mr0 { margin-right: 0!important; }
.pt0 { padding-top: 0!important; }
.pb0 { padding-bottom: 0!important; }
.pl0 { padding-left: 0!important; }
.pr0 { padding-right: 0!important; }
.alignc { text-align: center!important; }
.alignl { text-align: left!important; }
.alignr { text-align: right!important; }
.width100 { width: 100%!important; }
#loader,
#loader:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 9999;
}
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  font-size: 0;
  text-indent: -9999em;
  border-top: 3px solid rgba(0, 0, 0, .1);
  border-right: 3px solid rgba(0, 0, 0, .1);
  border-bottom: 3px solid rgba(0, 0, 0, .1);
  border-left: 3px solid rgba(0, 0, 0, 0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#loader_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
  z-index: 9998;
}
#loader_wrap span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  margin-top: 18px;
  font-family: Arial, sans-serif;
  font-size: 10rem;
  text-align: center;
  line-height: 1;
  color: rgba(0, 0, 0, .2);
}
#wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; }
.lazyload,
.lazyloading { opacity: 0; }
.lazyloaded { opacity: 1; }
.btnwrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
  margin: 60px 0 0 0;
  font-size: 0;
}
.btnwrap li:nth-child(n+2) .btn { margin-left: 20px; }
.btn {
  display: inline-block;
  position: relative;
  padding: 20px 60px;
  font-size: 14rem;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  background: #38322f;
  pointer-events: auto;
  cursor: pointer;
}
.btn:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .5s ease-out;
  content: "";
  background-color: #0f0704;
}
.btn:before {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.btn span {
  position: relative;
  transition: color .5s cubic-bezier(.215, .61, .355, 1);
  z-index: 1;
}
.btn:hover > span,
.btn:focus > span { color: #fff; }
.btn:hover:before,
.btn:hover:after,
.btn:focus:before,
.btn:focus:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.btn_h a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.btn_h a:before {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .5s ease-out;
  background-color: #38322f;
  content: "";
}
.btn_h a:before {
  top: 0;
  transform: translate3d(0, -100%, 0);
}
.btn_h a span {
  position: relative;
  transition: color .5s cubic-bezier(.215, .61, .355, 1);
}
.btn_h a:hover:before,
.btn_h a:focus:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.hover_h > li > a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.hover_h > li > a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background: rgba(56,50,47,.75);
  transition: opacity .5s ease-out;
  transform: translate3d(100%, 0, 0);
  content: "";
}
.hover_h > li.active > a:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.hover_h > li > a > span {
  position: relative;
  transition: color .5s cubic-bezier(.215, .61, .355, 1);
}
.hover_h > li > a:hover:before,
.hover_h > li > a:hover:after,
.hover_h > li > a:focus:before,
.hover_h > li > a:focus:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.hoverimg > li { overflow: hidden; }
.hoverimg > li > a {
  display: block;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}
.hoverimg > li > a:hover {
  transform: scale(1.1);
}
.hoverimg > li > a > img {
  display: block;
  width: 100%;
  height: auto;
}
.hoverimgtxt > li { overflow: hidden; }
.hoverimgtxt > li > a {
  display: block;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  position: relative;
  color: #fff;
  background: #000;
  overflow: hidden;
}
.hoverimgtxt > li > a * {
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}
.hoverimgtxt > li > a > img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.hoverimgtxt > li > a > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.hoverimgtxt > li > a:hover > img {
  opacity: 0.5;
  transform: scale(1.1);
}
.hoverimgtxt > li > a:hover > span { opacity: 1; }
.inner {
  max-width: 960px;
  margin: 0 auto;
}
.inner p { margin-top: 60px; }
.small { font-size: 14rem; }
.en { font-family: 'Libre Baskerville', serif; }
.decimal { font-family: 'Great Vibes', cursive; }
i.phone { background-image: url(../images/icon_phone.svg); }
i.award { background-image: url(../images/icon_award.svg); }
i.facebook { background-image: url(../images/icon_facebook.svg); }
i.instagram { background-image: url(../images/icon_instagram.png); }
i.line { background-image: url(../images/icon_line.svg); }
i.calendar { background-image: url(../images/icon_calendar.svg); }
i.car { background-image: url(../images/icon_car.svg); }
i.train { background-image: url(../images/icon_train.svg); }
.tab { border-bottom: 1px solid #c2baa9; }
.tab ul {
  font-size: 0;
  max-width: 1000px;
  margin: 0 auto -1px auto;
  padding-top: 20px;
}
.tab ul li {
  display: inline-block;
  font-size: 20px;
  line-height: 100%;
}
.tab ul li:first-child { margin-right: 10px; }
.tab ul li:last-child { margin-left: 10px; }
.tab ul li span,
.tab ul li a {
  display: block;
  width: 480px;
  border-top: 1px solid #c2baa9;
  border-left: 1px solid #c2baa9;
  border-right: 1px solid #c2baa9;
}
.tab ul li span {
  font-weight: bold;
  padding: 20px 0;
  background-image: url(../images/body_bg.jpg);
  background-repeat: repeat;
}
.tab ul li a {
  text-decoration: none;
  border-bottom: 1px solid #c2baa9;
  padding: 20px 0 19px 0;
}

/* header */
header {
  position: relative;
  width: 100%;
  text-align: left;
  pointer-events: none;
}
header .wrap {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
}
header h1 {
  position: absolute;
  top: 35px;
  left: 60px;
  pointer-events: auto;
  z-index: 1;
}
header h1.home { top: 60px; }
header h1 img {
  display: block;
  width: auto;
  height: 50px;
}

/* gnav */
#gnav {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #fffdfb;
  pointer-events: auto;
}
#gnav.home {
  top: auto;
  bottom: 0;
}
#gnav .logo img {
  display: block;
  width: auto;
  height: 40px;
}
#gnav .nav {
  position: absolute;
  left: 230px;
  display: flex;
  flex-wrap: nowrap;
}
#gnav.home .nav { left: 60px; }
#gnav .nav li {
  position: relative;
  margin-left: 20px;
  height: 32px;
}
#gnav.home .nav li { margin-left: 30px; }
#gnav .nav li:first-child { margin-left: 0; }
#gnav .nav li:first-child { margin-left: 0; }
#gnav .nav a {
  font-size: 15rem;
  line-height: 32px;
  text-decoration: none;
}
#gnav.home .nav a { font-size: 16rem; }
#gnav .lang {
  position: absolute;
  top: 50px;
  right: 370px;
  display: flex;
  flex-wrap: nowrap;
  pointer-events: auto;
  font-size: 12rem;
  line-height: 20px;
  color: rgba(56,50,47,.4);
}
#gnav .lang li { margin-left: 10px; }
#gnav .lang a:hover { text-decoration: none; }
#gnav .sns {
  position: absolute;
  top: 50px;
  right: 270px;
  display: flex;
  flex-wrap: nowrap;
  pointer-events: auto;
}
#gnav .sns li {
  margin-left: 10px;
  font-size: 0;
}
#gnav .sns a:hover { opacity: .5; }
#gnav .sns li:first-child { margin-left: 0; }
#gnav .sns i {
  width: 20px;
  height: 20px;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  #gnav .lang,
  #gnav .sns { display: none; }
}

#gnav .reserve {
  position: absolute;
  top: 37px;
  right: 60px;
}
#gnav .reserve .btn {
  width: 170px;
  height: 46px;
  padding: 0;
}
#gnav .reserve a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#gnav .reserve span {
  font-size: 12rem;
  line-height: 14px;
}
#gnav .reserve i {
  width: 14px;
  height: 14px;
  margin: 0 .5em -2px 0;
}

/* snav */
#snav {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  top: -90px;
  left: 0;
  background: #fffdfb;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  z-index: 100;
  pointer-events: auto;
}
#snav.family { top: -180px; }
#snav.scrolled {
  top: 0;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,.05);
}
#snav .logo {
  position: absolute;
  top: 25px;
  left: 60px;
}
#snav .logo img {
  display: block;
  width: auto;
  height: 40px;
}
#snav .nav {
  position: absolute;
  left: 200px;
  display: flex;
  flex-wrap: nowrap;
}
#snav .nav li {
  position: relative;
  margin-left: 25px;
  height: 32px;
}
#snav .nav li:first-child { margin-left: 0; }
#snav .nav li:first-child { margin-left: 0; }
#snav .nav a {
  font-size: 14rem;
  line-height: 32px;
  text-decoration: none;
}
#snav .lang {
  position: absolute;
  top: 35px;
  right: 370px;
  display: flex;
  flex-wrap: nowrap;
  pointer-events: auto;
  font-size: 12rem;
  line-height: 20px;
  color: rgba(56,50,47,.4);
}
#snav .lang li { margin-left: 10px; }
#snav .lang a:hover { text-decoration: none; }
#snav .sns {
  position: absolute;
  top: 35px;
  right: 270px;
  display: flex;
  flex-wrap: nowrap;
  pointer-events: auto;
}
#snav .sns li {
  margin-left: 10px;
  font-size: 0;
}
#snav .sns li:first-child { margin-left: 0; }
#snav .sns i {
  width: 20px;
  height: 20px;
  margin: 0;
}
#snav .sns a:hover { opacity: .5; }
#snav .reserve {
  position: absolute;
  top: 22px;
  right: 60px;
}
#snav .reserve .btn {
  width: 170px;
  height: 46px;
  padding: 0;
}
#snav .reserve a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#snav .reserve span {
  font-size: 12rem;
  line-height: 14px;
}
#snav .reserve i {
  width: 14px;
  height: 14px;
  margin: 0 .5em -2px 0;
}
#snav .family {
  position: absolute;
  width: 100%;
  height: 90px;
  top: 90px;
  left: 0;
  background: rgba(255,253,251,1);
  border-top: 1px dotted #e9e3dd;
  display: flex;
}
#snav.scrolled .family {
  box-shadow: 0 2px 1px 0 rgba(0,0,0,.05);
}
#snav .family ul {
  display: flex;
  width: 100%;
  padding: 0 45px;
}
#snav .family li {
  width: 20%;
  padding: 20px 15px;
  text-align: left;
  border-left: 1px dotted #e9e3dd;
}
#snav .family li:first-child { border-left: none; }
#snav .family li a {
  display: flex;
  text-decoration: none;
}
#snav .family li figcaption {
  display: flex;
  width: 100%;
  padding-left: 10px;
  font-size: 16rem;
  line-height: 50px;
  white-space: nowrap;
}
#snav .family li .decimal {
  font-size: 32rem;
  padding-right: 10px;
}
#snav .family li img {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: auto;
  border-radius: 25px;
}
#snav .welcomebaby {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  pointer-events: none;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
}
#snav .welcomebaby img {
  width: auto;
  height: 115px;
}
#snav.scrolled .welcomebaby { opacity: 1; }
header > .welcomebaby { display: none; }

/* hnav */
#hnav { display: none; }

/* mv */
#mv {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
  pointer-events: auto;
}
#mv.home { height: 100vh;}
#mv.instagram {
  height: 100vh;
  display: flex;
  align-items: center;
}
#mv #carousel {
  width: 100%;
  height: 100%;
  z-index: -1;
}
#mv.home #carousel { padding-bottom: 120px; }
#mv #carousel .slick-list,
#mv #carousel .slick-track { height: 100%; }
#mv #carousel .slick-slide {
  position: relative;
  height: 100%;
/*  height: 100vh;*/
  overflow: hidden;
}
#mv #carousel li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 100%;
}
#mv #carousel li.slick-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
#mv #carousel li:nth-child(1).slick-slide { background-image: url(../images/mv_home_01.jpg); }
#mv #carousel li:nth-child(2).slick-slide { background-image: url(../images/mv_home_02.jpg); }
#mv #carousel li:nth-child(3).slick-slide { background-image: url(../images/mv_home_03.jpg); }
#mv #carousel li:nth-child(4).slick-slide { background-image: url(../images/mv_home_04.jpg); }
#mv #carousel li:nth-child(5).slick-slide { background-image: url(../images/mv_home_05.jpg); }
#mv #carousel li.family { background-image: url(../images/mv_family.jpg); }
#mv #carousel.family li { background-image: url(../images/mv_family.jpg); }
#mv #carousel.family li { background-image: url(../images/mv_family.jpg); }
#mv #carousel.family li { background-image: url(../images/mv_family.jpg); }
#mv #carousel.family li { background-image: url(../images/mv_family.jpg); }
#mv #carousel.family li { background-image: url(../images/mv_family.jpg); }
#mv #carousel.family li { background-image: url(../images/mv_family.jpg); }
#mv #carousel.family li { background-image: url(../images/mv_family.jpg); }
#mv #carousel.family li { background-image: url(../images/mv_family.jpg); }
#mv #family { background-image: url(../images/mv_family.jpg); }
#mv #cuisine { background-image: url(../images/mv_cuisine.jpg); }
#mv #guestroom { background-image: url(../images/mv_guestroom.jpg); }
#mv #bath { background-image: url(../images/mv_bath.jpg); }
#mv #sightseeing { background-image: url(../images/mv_sightseeing.jpg); }
#mv #access { background-image: url(../images/mv_access.jpg); }
#mv #instagram { background-image: url(../images/mv_instagram.jpg); }
#mv #news { background-image: url(../images/mv_news.jpg); }
#mv #english { background-image: url(../images/mv_english.jpg); }
#mv #contact { background-image: url(../images/mv_contact.jpg); }
#mv #wedding { background-image: url(../images/mv_wedding.jpg); }
#mv .slick-dots {
  display: block;
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0;
  font-size: 0;
  list-style: none;
}
#mv .slick-dots li {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
#mv .slick-dots li button {
  display: block;
  color: transparent;
  background: transparent;
  width: 12px;
  height: 12px;
  border: 0;
  outline: none;
  cursor: pointer;
}
#mv .slick-dots li button:hover,
#mv .slick-dots li button:focus { outline: none; }
#mv .slick-dots li button:hover:before,
#mv .slick-dots li button:focus:before { opacity: 1.0; }
#mv .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: .6;
  border-radius: 6px;
  content: "";
}
#mv .slick-dots li.slick-active button:before { opacity: 1.0; }
#mv .left {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
  height: 100%;
  background-image: url(../images/body_bg.jpg);
  background-repeat: repeat;
  background-color: #fffdfb;
}
#mv .left p {
  padding-bottom: 120px;
  font-size: 28rem;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-height: 900px) {
  #mv .left p { font-size: 20rem; }
}
@media screen and (max-height: 800px) {
  #mv .left p { display: none; }
}

@-webkit-keyframes scroll {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-10px);}
  60% {transform: translateY(-5px);}
}
@keyframes scroll {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-10px);}
  60% {transform: translateY(-5px);}
}
#mv .left .scroll {
  display: block;
  position: absolute;
  bottom: 180px;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
}
#mv .left img {
  width: 120px;
  height: auto;
  border-radius: 60px;
}
#mv .bestrate {
  position: absolute;
  bottom: 150px;
  left: 290px;
  padding: 0 20px;
  font-size: 12rem;
  line-height: 40px;
  background: #fffdfb;
}
#mv .bestrate i {
  width: 20px;
  height: 20px;
  margin: 0 .5em -6px 0;
}
#mv .title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 120px;
  width: 100%;
  height: 100%;
}
#mv h2 {
  margin: 0;
  padding: 30px;
  width: 90px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 28rem;
  line-height: 30px;
  white-space: nowrap;
  background: #fffdfb;
}
#mv .campaign {
  position: absolute;
  margin-top: 60px;
  left: 50%;
  width: 480px;
  color: #fff;
  letter-spacing: 0;
}
#mv .campaign .logo { margin-bottom: 5px; }
#mv .campaign .logo img {
  display: block;
  width: auto;
  height: 30px;
  margin: 0 auto;
}
#mv .campaign h2 {
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
  font-size: 46rem;
  text-align: left;
  line-height: 1.3;
  background: none;
  -webkit-writing-mode: inherit;
  -ms-writing-mode: inherit;
  writing-mode: inherit;
}
#mv .campaign h2 small { font-size: 28rem; }
#mv .campaign .h3wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  height: 150px;
  margin-bottom: 20px;
  background: #9e8e67;
}
#mv .campaign .h3wrap:before {
  display: block;
  position: absolute;
  width: 470px;
  height: 140px;
  border: 1px solid rgba(255,255,255,.25);
  content: "";
}
#mv .campaign h3 {
  margin-bottom: 0;
  font-size: 33rem;
  text-align: left;
  line-height: 46px;
}
#mv .campaign .time {
  margin-bottom: 40px;
  font-size: 16rem;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.5);
}
#mv .campaign p {
  margin-bottom: 40px;
  font-size: 12rem;
}
#mv .campaign ul {
  display: flex;
}
#mv .campaign li img {
  display: block;
  width: 100%;
  height: auto;
}

/* footer */
footer {
  padding: 60px;
  background: #fffdfb;
  font-size: 12rem;
}
footer address img {
  display: block;
  margin: 0 auto;
}
footer address span {
  display: block;
  margin-top: 20px;
}
footer .sns {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
footer .sns i {
  display: block;
  margin: 0 0 0 20px;
  width: 20px;
  height: 20px;
}
footer .sns li:first-child i { margin-left: 0; }
footer small {
  display: block;
  margin-top: 60px;
}

/* access */
#map_canvas {
  width: 100%;
  height: 700px;
}
.googlemap iframe {
  display: block;
  width: 100%;
  height: 700px;
  border: 0;
}
.layout_access .map { margin: 0 60px; }
.layout_access h3 { margin: 0 60px 60px 60px; }
.layout_access h3:before { display: none; }
.layout_access i.car,
.layout_access i.train {
  display: block;
  width: 70px;
  height: 30px;
  margin: 0 auto;
}
.layout_access .access_route { padding: 120px 0; }
.layout_access .access_route.train { padding: 0; }
.layout_access .access_route.train h3 {
  padding-top: 120px;
  border-top: 1px solid #ded6cd;
}
.layout_access .access_route p {
  max-width: 920px;
  margin: 0 auto;
}
.layout_access .access_route.train .access_detail { width: 25%; }
.layout_access .access_route.car .access_detail { width: 33%;}
.layout_access .access_detail_wrap {
  display: flex;
  margin: 0 auto;
  padding-left: 60px;
  flex-wrap: nowrap;
  justify-content: center;
}
.layout_access .access_detail {
  padding: 0 60px 60px 0;
  text-align: left;
}
.layout_access .access_detail h4 {
  margin-bottom: 40px;
  font-size: 20rem;
  text-align: center;
}
.layout_access .access_detail ul li:nth-child(odd) {
  position: relative;
  padding-left: 48px;
  font-size: 20rem;
  font-weight: bold;
  line-height: 28px;
}
.layout_access .access_detail ul li:nth-child(odd):before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 15px;
  background: #aca4a1;
  content: "";
}
.layout_access .access_detail ul li:nth-child(odd):after {
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #f3ede7;
  content: "";
}
.layout_access .access_detail ul li:nth-child(even) {
  position: relative;
  height: 100px;
  margin-left: 11px;
  padding: 0 0 0 32px;
  font-size: 14rem;
  line-height: 1.5;
  border-left: 6px solid #ddd5d2;
}
.layout_access .access_detail ul li:nth-child(even) span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.layout_access .access_detail ul li:last-child:before { background: #0f0704; }
.layout_access .access_detail p { margin-top: 60px; }

/* layout title */
.layout_title {
  position: relative;
  margin: 120px auto 90px auto;
  font-size: 32rem;
  line-height: 1.7;
  text-align: center;
}
.layout_title:after {
  display: block;
  width: 20px;
  height: 1px;
  margin: 10px auto 0 auto;
  background: #38322f;
  content: "";
}
.layout_title .decimal {
  display: block;
  font-size: 106rem;
  line-height: 1;
}
.layout_title small { font-size: 22rem; }

/* layout news */
.layout_news { text-align: center; }
.layout_news dl {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.layout_news dt {
  width: 15%;
  margin-top: 1.5em;
}
.layout_news dd {
  width: 85%;
  margin-top: 1.5em;
}
.layout_news dt:nth-child(1),
.layout_news dd:nth-child(2) { margin-top: 0; }
.layout_news .bnr {
  display: inline-block;
  margin-top: 60px ;
}
.layout_news .bnr img { display: block; }

/* layout outline */
.layout_outline figure {
  position: relative;
  height: 720px;
  z-index: -1;
  overflow: hidden;
}
.layout_outline figure img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0) scale(1.0);
}
.layout_outline figcaption {
  max-width: 960px;
  margin: -120px auto 0 auto;
  padding: 120px;
  background: #fffdfb;
}

/* layout home */
.layout_home > li {
  max-width: 1680px;
  margin: 120px auto 0 auto;
}
.layout_home > li:nth-child(2n+1) figure,
.layout_home > li:nth-child(2n) figcaption { left: 0; }
.layout_home > li:nth-child(2n) figure,
.layout_home > li:nth-child(2n+1) figcaption { right: 0; }
.layout_home section {
  position: relative;
  height: 600px;
}
.layout_home figure {
  position: absolute;
  width: 960px;
  height: 600px;
}
.layout_home figcaption {
  position: absolute;
  top: 60px;
  width: 640px;
  height: 480px;
}
.layout_home figcaption div {
  padding: 60px 80px;
  background: #fffdfb;
  width: 100%;
  height: 100%;
}
.layout_home figcaption h2 {
  text-align: left;
  margin-bottom: 30px;
}
.layout_home figcaption h2 span {
  display: block;
  margin-bottom: 10px;
  padding-left: 18px;
  font-size: 11rem;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 20px;
  color: #c2baa9;
  border-left: 2px solid #c2baa9;
}
.layout_home figcaption .btnwrap { margin-top: 40px; }

/* layout plan */
.layout_plan { margin: 0 60px 0 30px; }
.layout_plan > ul {
  display: flex;
  max-width: 1680px;
  margin: 0 auto;
}
.layout_plan > ul > li {
  width: 33%;
  margin-left: 30px;
}
.layout_plan > ul > li > a { position: relative; }
.layout_plan > ul > li > h3 {
  margin: 0 0 15px 0;
  font-size: 18rem;
}
.layout_plan > ul > li > a > span > h3 { margin-bottom: 30px; }
.layout_plan > ul > li .wrap {
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 60px;
  font-size: 14rem;
}
.layout_plan > ul > li .btn {
  margin-top: 30px;
  background: none;
  border: 1px solid rgba(255,255,255,.25);
}
.layout_plan > ul > li .btn:before { background: rgba(0,0,0,.1); }

/* layout bnr */
.layout_bnr {
  background: #fffdfb;
  padding: 60px;
}
.layout_bnr ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.layout_bnr li { margin-left: 30px; }
.layout_bnr li:first-child { margin-left: 0; }
.layout_bnr a { text-decoration: none; }
.layout_bnr h4 {
  margin-bottom: 10px;
  line-height: 1.5;
}
.layout_bnr p {
  text-align: center;
  font-size: 12rem;
  margin-top: 10px;
}
.layout_bnr img { display: block; }

/* layout sns */
.layout_sns h2 img {
  display: block;
  width: auto;
  height: 30px;
  margin: 0 auto;
}
.layout_sns ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.layout_sns ul > li { width: 468px; }
.TA_selfserveprop > img { display: block; }

/* layout pagenav */
.layout_pagenav {
  position: relative;
  margin: 120px 60px 0 60px;
  border: 3px solid #c2baa9;
}
.layout_pagenav ul {
  display: flex;
  margin: 1px;
  padding: 60px;
  border: 1px solid #c2baa9;
}
.layout_pagenav li {
  width: 20%;
  margin: 0 5px;
}
.layout_pagenav li a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
/*  height: 100%;*/
}
.layout_pagenav li img {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 100px;
}
.layout_pagenav li .wrap {
  position: relative;
  margin-top: 40px;
  font-size: 18rem;
  line-height: 1.7;
  text-align: left;
}
.layout_pagenav li .wrap:before {
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -10px;
  border-top: solid 10px #fffdfb;
  border-left: solid 10px #fffdfb;
  transform: rotate(45deg);
  content: "";
}
.layout_pagenav li .inner {
  padding: 30px;
  background: #fffdfb;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.layout_pagenav li .decimal {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 70rem;
  line-height: 1;
}
.layout_pagenav li .more { text-decoration: underline; }

/* layout common */
.layout_common {
  max-width: 1680px;
  margin: 0 auto;
}
.layout_common.single { margin-top: 60px; }
.layout_common .main li {
  display: flex;
}
.layout_common .main .slide { width: 50%; }
.layout_common .main .slideshow .caption {
  position: absolute;
  display: block;
  text-align: right;
  bottom: 25px;
  right: 30px;
  z-index: 1;
  font-size: 12rem;
}
.layout_common .main .slideshow .caption.white { color: #fff; }
.layout_common .main .slideshow .slick-slide {
  height: 720px;
  position: relative;
  overflow: hidden;
}
.layout_common .main .slideshow .slick-slide img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.layout_common .main .slideshow .slick-dots {
  display: block;
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0;
  font-size: 0;
  list-style: none;
  text-align: center;
}
.layout_common .main .slideshow .slick-dots li {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.layout_common .main .slideshow .slick-dots li button {
  display: block;
  color: transparent;
  background: transparent;
  width: 12px;
  height: 12px;
  border: 0;
  outline: none;
  cursor: pointer;
}
.layout_common .main .slideshow .slick-dots li button:hover,
.layout_common .main .slideshow .slick-dots li button:focus { outline: none; }
.layout_common .main .slideshow .slick-dots li button:hover:before,
.layout_common .main .slideshow .slick-dots li button:focus:before { opacity: 1; }
.layout_common .main .slideshow .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: #000;
  opacity: .6;
  border-radius: 6px;
  content: "";
}
.layout_common .main .slideshow .slick-dots li.slick-active button:before { opacity: 1.0; }
.layout_common .main .detail {
  display: flex;
  align-content: center;
  -ms-flex-wrap: wrap;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 0 60px;
  background: #fffdfb;
  border-bottom: 1px solid #e9e3dd;
  overflow: hidden;
}
.layout_common .main .detail h3 {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  font-size: 34rem;
  text-align: left;
  line-height: 1.7;
}
.layout_common .main .detail h3 small {
  display: block;
  font-size: 18rem;
}
.layout_common.guestroom .main .detail h3:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 57px;
  background-image: url(../images/icon_wifi.svg);
  background-repeat: no-repeat;
  background-size: 25px 29px;
  background-position: center center;
  content: "";
}
.layout_common .main .detail p {
  width: 100%;
  margin-bottom: 1em;
}
.layout_common .main .detail.overflow p {
  height: 500px;
  padding: 0 1em 0 0;
  overflow: hidden;
  overflow-y: scroll;
}
.layout_common .main .detail table {
  width: 100%;
  font-size: 12rem;
}
.layout_common .main .detail .btnwrap { width: 100%; }
.layout_common .option { background: #fffdfb; }
.layout_common .option h3 {
  font-size: 28rem;
  padding-top: 60px;
}
.layout_common .option .inner {
  display: flex;
  padding-bottom: 60px;
}
.layout_common .option .inner img {
  display: block;
  width: 340px;
  height: 230px;
  margin-right: 30px;
}
.layout_common .option .inner p {
  width: 590px;
  margin-top: 0;
}
.layout_common .voice {
  position: relative;
  width: 960px;
  margin: 60px auto 0 auto;
  padding: 60px;
  background: #fffdfb;
  border-radius: 8px;
}
.layout_common .voice:before {
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -10px;
  border-top: solid 10px #fffdfb;
  border-left: solid 10px #fffdfb;
  transform: rotate(45deg);
  content: "";
}
.layout_common .voice h3 { margin-bottom: 30px; }
.layout_common .voice li {
  padding: 30px 0 30px 40px;
  border-top: 1px dotted #e9e3dd;
}
.layout_common .voice li:first-child { border-top: none; }
.layout_common .voice li:before {
  display: block;
  position: absolute;
  left: 60px;
  width: 22px;
  height: 26px;
  background-image: url(../images/icon_review.svg);
  background-repeat: no-repeat;
  background-size: 22px 20px;
  background-position: 0 6px;
  content: "";
}
.layout_common .voice li .name {
  display: block;
  text-align: right;
}
.layout_common .others {
  background: #fffdfb;
  padding: 60px 0;
}
.layout_common .others .inner {
  max-width: 960px;
  margin: 0 auto;
}

/* layout sightseeing */
.layout_sightseeing nav {
  padding-bottom: 120px;
  border-bottom: 1px dashed #c2baa9;
  margin: 0 60px;
}
.layout_sightseeing nav ul {
  justify-content: center;
  max-width: 960px;
}
.layout_sightseeing nav li {
  width: 20%;
  margin: 0;
  padding: 0;
}
.layout_sightseeing nav a {
  display: block;
  text-decoration: none;
  font-size: 16rem;
}
/*
.layout_sightseeing nav a:after {
  width: 20px;
  margin: 10px auto 0 auto;
  border-bottom: 1px solid #38322f;
  display: block;
  content: "";
}
*/
.layout_sightseeing nav img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px auto;
  border-radius: 50%;
}
.layout_sightseeing h2 img {
  display: block;
  width: 150px;
  height: auto;
  margin: 0 auto 30px auto;
  border-radius: 50%;
}
.layout_sightseeing ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1680px;
  margin: 0 auto;
}
.layout_sightseeing ul.no-photo { margin-top: 120px; }
.layout_sightseeing li {
  position: relative;
  width: 33.33%;
  text-align: center;
  margin-top: 120px;
  padding: 70px 15px 0 15px;
}
.layout_sightseeing li:nth-child(-n+3) { margin-top: 0; }
.layout_sightseeing li a { text-decoration: none; }
.layout_sightseeing li h3 {
  font-size: 22rem;
  margin: 30px 0 15px 0;
}
.layout_sightseeing li .mapbtn {
  display: inline-block;
  margin: 15px 0 0 0;
  padding: 3px 30px;
  font-size: 12rem;
  text-decoration: none;
  border: 1px solid rgba(15,7,4,.5);
}
.layout_sightseeing li p { text-align: left; }
.layout_sightseeing li .decimal {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  font-size: 40rem;
  line-height: 80px;
  text-align: center;
  color: #fff;
  transform: translateX(-50%);
  background: #000;
  z-index: 1;
}
.layout_sightseeing li .decimal:before {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -8px;
  transform: rotate(45deg);
  content: "";
}
.layout_sightseeing .ss-family li .decimal { background: #4e9514; }
.layout_sightseeing .ss-family li .decimal:before {
  border-bottom: solid 5px #4e9514;
  border-right: solid 5px #4e9514;
}
.layout_sightseeing .ss-eat li .decimal { background: #cc4622; }
.layout_sightseeing .ss-eat li .decimal:before {
  border-bottom: solid 5px #cc4622;
  border-right: solid 5px #cc4622;
}
.layout_sightseeing .ss-buy li .decimal { background: #c09e29; }
.layout_sightseeing .ss-buy li .decimal:before {
  border-bottom: solid 5px #c09e29;
  border-right: solid 5px #c09e29;
}
.layout_sightseeing .ss-enjoy li .decimal { background: #ca3b8f; }
.layout_sightseeing .ss-enjoy li .decimal:before {
  border-bottom: solid 5px #ca3b8f;
  border-right: solid 5px #ca3b8f;
}
.layout_sightseeing .ss-rainy li .decimal { background: #0e67ac; }
.layout_sightseeing .ss-rainy li .decimal:before {
  border-bottom: solid 5px #0e67ac;
  border-right: solid 5px #0e67ac;
}

.layout_sightseeing li .imgwrap {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
.layout_sightseeing li .imgwrap img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.layout_sightseeing li .time {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  background: #fffdfb;
  border-radius: 30px;
  font-size: 16rem;
  font-weight: bold;
  line-height: 1.2;
}
.layout_sightseeing li .time2 {
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 15px;
  font-size: 12rem;
  font-weight: bold;
  line-height: 30px;
  border-radius: 15px;
  border: 1px solid rgba(15,7,4,.5);
}
.layout_sightseeing li .btnwrap { margin-top: 15px; }

/* wedding */
.layout_sightseeing .wedding1 li .decimal { background: #80c0d2; }
.layout_sightseeing .wedding1 li .decimal:before {
  border-bottom: solid 5px #80c0d2;
  border-right: solid 5px #80c0d2;
}
.layout_sightseeing .wedding2 li .decimal { background: #dd8dc9; }
.layout_sightseeing .wedding2 li .decimal:before {
  border-bottom: solid 5px #dd8dc9;
  border-right: solid 5px #dd8dc9;
}
.layout_sightseeing .wedding3 li .decimal { background: #b5b5b5; }
.layout_sightseeing .wedding3 li .decimal:before {
  border-bottom: solid 5px #b5b5b5;
  border-right: solid 5px #b5b5b5;
}
.layout_sightseeing .wedding li h3 {
  line-height: 1.5;
  letter-spacing: 0;
}
.layout_sightseeing .wedding li h3 small { font-size: 75%; }


/* layout instagram */
.layout_instagram {
  max-width: 1680px;
  margin: 0 auto;
  font-size: 16rem;
  background: #fffdfb;
}
.layout_instagram h3 {
  width: 260px;
  height: 60px;
  margin: 0 auto 60px auto;
  line-height: 60px;
  color: #fff;
  background: #9e8e67;
}
.layout_instagram section {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 120px;
}
.layout_instagram > li {
  margin-top: 120px;
  border-top: 1px solid #e9e3dd;
}
.layout_instagram > li:first-child { border-top: none; }
.layout_instagram > li:last-child { padding-bottom: 120px; }
.layout_instagram .flow {
  display: flex;
  letter-spacing: 0;
}
.layout_instagram .flow .decimal {
  display: block;
  margin-bottom: 15px;
  color: #9e8e67;
  font-size: 56rem;
  line-height: 1;
  text-align: center;
}
.layout_instagram .flow .title {
  margin-bottom: 15px;
  font-size: 18rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.layout_instagram .flow li {
  width: 25%;
  padding: 0 20px;
  font-size: 12rem;
}
.layout_instagram .flow img {
  display: block;
  width: 100%;
  height: auto;
}
.layout_instagram .flow p {
  margin-top: 15px;
  line-height: 1.8;
}
.layout_instagram .btnwrap li .btn { font-size: 16rem; }
.layout_instagram .btnwrap li:first-child .btn { background: #c7273a; }
.layout_instagram .btnwrap li:first-child .btn:before { background: #a9081b; }
.layout_instagram .btnwrap li:last-child .btn { background: #3f9600; }
.layout_instagram .btnwrap li:last-child .btn:before { background: #368000; }
.layout_instagram dl {
  display: flex;
  flex-wrap: wrap;
}
.layout_instagram dt,
.layout_instagram dd { margin-top: 1em; }
.layout_instagram dt { width: 20%; }
.layout_instagram dd { width: 80%; }
.layout_instagram dt:nth-child(1),
.layout_instagram dd:nth-child(2) { margin-top: 0; }
.layout_instagram .kiyaku {
  height: 300px;
  padding: 15px;
  font-size: 12rem;
  line-height: 1.5;
  border: 1px solid #e9e3dd;
  overflow-y: scroll;
}

/* layout map */
.layout_map {
  margin-top: 0;
  padding: 120px 0;
  background: #fff;
}
.layout_map img { width: 100%; }
.layout_map ul { margin-top: 60px; }

/* contact us */
.layout_contact h4 { margin: 60px 0; }
.layout_contact th,
.layout_contact td { padding: 20px; }
.layout_contact .mfp_buttons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
  margin: 60px 0 0 0;
  font-size: 0;
}
.layout_contact .mfp_buttons button {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  padding: 20px 60px;
  font-size: 14rem;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  background: #38322f;
  pointer-events: auto;
  cursor: pointer;
}
.layout_contact .mfp_buttons button:first-child { margin-left: 0; }
#mailformpro { margin-top: 60px; }
#mailformpro dl {
  display: flex;
  flex-wrap: wrap;
}
#mailformpro dt,
#mailformpro dd { padding: 20px; }
#mailformpro dt { width: 30%; }
#mailformpro dd { width: 70%; }
#mailformpro .require { color: #f00; }
#mailformpro input[type=text],
#mailformpro input[type=email] { width: 500px; }
#mailformpro textarea {
  width: 500px;
  height: 200px;
}
#mailformpro #mfp_hidden { display: none; }
#mailformpro .mfp_err {
  display: none;
  color: #f00;
}
#mailformpro .mfp_err:before {
  display: inline;
  content: "*";
}

.gotobnr { margin: 120px 0; }
.gotobnr a {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}
.gotobnr a img {
  display: block;
  width: 100%;
  height: auto;
}
