@charset "UTF-8";
/**
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
/* ========================================
/= CSS RESET START
*/

@import url(http://fonts.googleapis.com/css?family=Italianno);

@font-face {
  font-family: "Great Vibes";
  font-style: normal;
  font-weight: 400;
  src: local("Great Vibes"), local("GreatVibes-Regular"),
    url(https://fonts.gstatic.com/s/greatvibes/v4/6q1c0ofG6NKsEhAc2eh-3aE8kM4xWR1_1bYURRojRGc.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =========== youtube setting =========== */


/* =========== youtube setting =========== */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.19%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 47.25%;
}
@media only screen and (max-width: 60em) {
  .video {
    padding-top: 0;
  }
}
.video iframe {
  /*position: absolute;*/
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 64em) {
  .videoarea {
    margin: 50px auto 30px;
    width: 80%;
  }
}

/*
/= CSS RESET END
======================================== */
/* ========================================
/= PRESET START
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  width: 100%;
  color: #000;
  font-weight: 500;
  font-size: 1.3rem;
  font-family: 游明朝, 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 ProN W3,
    ヒラギノ明朝 Pro W3, HiraMinProN-W3, HG明朝E, Hiragino Mincho ProN,
    Hiragino Mincho Pro, HGS明朝E, ヒラギノ明朝 Pro W6, ＭＳ Ｐ明朝, MS PMincho,
    MS 明朝, serif;
  line-height: 1.7;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  /*font-family: 'Noto Serif', 'Sawarabi Mincho', serif;
  font-weight: 400; /* normal */
}

nav a {
  text-decoration: none;
}
nav a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

[class*="-bgImg"] {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
[class*="-bgImg"]:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}
[class*="-bgImg"] > img {
  visibility: hidden;
  width: 100%;
}
[class*="-bgImg"].hasScreen:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.1);*/
  content: "";
}
[class*="-bgImg"].hasScreen span:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  content: "";
}
@media only screen and (max-width: 60em) {
  [class*="-bgImg"].hasSpImg {
    background-image: none !important;
  }
  [class*="-bgImg"].hasSpImg > img {
    display: none;
  }
  [class*="-bgImg"].hasSpImg:before {
    background-color: transparent;
  }
}
[class*="-bgImg"] span {
  display: none;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 60em) {
  [class*="-bgImg"] span {
    display: block;
  }
  [class*="-bgImg"] span > img {
    width: 100%;
  }
}

a {
  border-width: 0;
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a[href*="tel:"],
a[href*="mailto:"] {
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 60em) {
  br.delete-tb {
    display: none;
  }
}

@media only screen and (max-width: 37.5em) {
  br.delete-sp {
    display: none;
  }
}

defs {
  display: none;
}

.Page {
  position: relative;
  min-width: 320px;
  min-height: 100vh;
}
@media only screen and (min-width: 64.0625em) {
  .Page {
    z-index: 1;
  }
}
@media only screen and (max-width: 64em) {
  .Page {
    z-index: 2;
  }
}
@media only screen and (max-width: 60em) {
  .Page {
    z-index: 3;
  }
}
@media only screen and (max-width: 37.5em) {
  .Page {
    z-index: 4;
  }
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.__debug {
  margin: 2%;
  padding: 2%;
  border: 4px solid #ea6563;
  background-color: #f5f5f5;
}

/*
/= PRESET END
======================================== */
.gothic {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}

.mincho {
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E",
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E",
    "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.webFont {
  /*font-family: "PT Serif";*/
}
.webFont.gothic {
  font-family: "PT Serif", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}
.webFont.mincho {
  font-family: "PT Serif", "游明朝", "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E",
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E",
    "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media only screen and (min-width: 37.5625em) {
  .insert-sp {
    display: none;
  }
}

.wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
  width: 100%;
}
@media only screen and (max-width: 69.56522em) {
  .wrapper {
    margin-right: 4%;
    margin-left: 4%;
    width: 92%;
  }
}

.inner {
  margin-right: 4%;
  margin-left: 4%;
  width: 92%;
}

.lineBreak {
  display: inline-block;
}

.boxLink {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.Btn {
  display: block;
  border-radius: 0;
  text-align: center;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 3.39;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: background-color, color, opacity;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.Btn.isBgWhite {
  background-color: #fff;
  color: #000;
}
/*@media only screen and (max-width: 60em) {
  .Btn.isBgWhite {
    background-color: #9d7837;
    color: #fff !important;
  }
}*/

.Btn.isBgGold {
  background-color: #9d7837;
  color: #fff;
}
.Btn.isBdGold {
  border: 1px solid #9d7837;
  color: #9d7837;
}
.Btn.isBdSocial {
  border: 1px solid #9d7837;
  color: #9d7837;
}
.Btn.isBdGreen {
  background: #9d7837;
  border: 1px solid #9d7837;
  color: #fff;
}

.Btn.isBgGold_2 {
  background-color: #9d7837;
  color: #fff;
  width: 50%;
  font-size: 16px;
  margin: 5% auto;
  line-height: 150%;
  padding: 2%;
}
.Btn.isBgGold_2 span {
  font-size: 14px;
  text-decoration: underline;
}

/*.Btn.isBgGold_3 {
  background-color: #9d7837;
  color: #fff;
  width: 50%;
  font-size: 16px;
  margin: 10px auto !important;
  line-height: 150%;
  padding: 1%;
  width: 380px !important;
}*/

.Btn.isBgGold_3 {
  border: 1px solid #fff;
  color: #fff;
  width: 50%;
  font-size: 16px;
  margin: 10px auto !important;
  line-height: 120%;
  padding: 1%;
  width: 380px !important;
}

.Btn.isBgGold_3 span {
  font-size: 14px;
  margin-right: 5px;
}

.Btn.isBdtakeout {
  border: 1px solid #000;
  color: rgb(255 255 255);
  background-color: #000;
  font-family: sans-serif;
}

@media only screen and (max-width: 60em){
.Btn.isBdtakeout {
  border: 1px solid #000;
  color: rgb(255 255 255);
  background-color: #000;
}
}




#menu-item-2771 a {
  display: block;
  color: #9d7837;
}

#menu-item-2772 a {
  display: block;
  color: #9d7837;
}
#menu-item-2771 a:hover {
  display: block;
  color: #fff;
}

#menu-item-2772 a:hover {
  display: block;
  color: #fff;
}

#menu-item-3321 a {
  display: block;
  color: #9d7837;
}
#menu-item-3321 a:hover {
  display: block;
  color: #fff;
}

#menu-item-3320 a {
  display: block;
  color: #9d7837;
}
#menu-item-3320 a:hover {
  display: block;
  color: #fff;
}
@media only screen and (max-width: 60em) {
  #menu-item-3320 a {
    display: block;
    color: #fff;
  }
  #menu-item-3320 a:hover {
    display: block;
    color: #fff;
  }
  #menu-item-3321 a {
    display: block;
    color: #fff;
  }
  #menu-item-3321 a:hover {
    display: block;
    color: #fff;
  }
}

@media only screen and (max-width: 60em) {
  .Btn.isBdGold {
    background-color: #9d7837;
    color: #fff;
  }
  .Btn.isBdSocial {
    background-color: #9d7837;
    color: #fff;
  }
  @media only screen and (max-width: 60em) {
    .Btn.isBdGreen {
      border: 1px solid #9d7837;
      background: #fff;
      color: #9d7837;
    }
  }
  .Btn.isBgGold_3 {
    width: 300px !important;
  }
  #menu-item-2771 a {
    display: block;
    color: #fff;
  }
  #menu-item-2772 a {
    display: block;
    color: #fff;
  }
}
.Btn:hover {
  text-decoration: none;
  cursor: pointer;
}
.Btn:hover.isBgWhite {
  background-color: #9d7837;
  color: #fff;
}
.Btn:hover.isBgGold {
  background-color: #9d7837;
}
.Btn:hover.isBdGold {
  background-color: #9d7837;
  color: #fff;
}
.Btn:hover.isBdSocial {
  background-color: #9d7837;
  color: #fff;
}
.Btn:hover.isBgGold_3 {
  background-color: #fff;
  color: #000;
}

.Btn-icon {
  display: block;
  width: 54px;
  height: 54px;
  padding-top: 8px;
  padding-right: 1px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: background-color, color, opacity;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.Btn-icon.isBdGold {
  border: 1px solid #9d7837;
  color: #9d7837;
}
.Btn-icon.isBdSocial {
  border: 1px solid #9d7837;
  color: #9d7837;
  display: inline-block;
}
@media only screen and (max-width: 60em) {
  .Btn-icon.isBdGold {
    background-color: #9d7837;
    color: #fff;
  }
  .Btn-icon.isBdSocial {
    background-color: #9d7837;
    color: #fff;
  }
}
.Btn-icon:hover.isBdGold {
  background-color: #9d7837;
  color: #fff;
}
.Btn-icon:hover.isBdSocial {
  background-color: #9d7837;
  color: #fff;
}
.viewMore {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 0;
  color: transparent;
  line-height: 0;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 0.8s;
  transition-property: color, margin-top, margin-left, line-height;
}

.telNumber {
  letter-spacing: 0.2rem;
  font-weight: normal;
  font-size: 2.8rem;
  /*font-family: "PT Serif";*/
}
@media only screen and (max-width: 37.5em) {
  .telNumber {
    font-size: 2.6rem;
  }
}
.telNumber:before {
  display: block;
  content: "TEL";
  font-size: 1.4rem;
}

.Page-screen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.Page-screen.is-active {
  display: block;
}

.ankerLink {
  position: absolute;
  margin-top: -74px;
}
@media only screen and (max-width: 60em) {
  .ankerLink {
    margin-top: -60px;
  }
}

.ContactModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: scroll;
  padding: 20px 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 60em) {
  .ContactModal {
    padding: 0;
  }
}

.ContactModalBlock {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 60px 20px;
  max-width: 1300px;
  width: 92%;
  height: 890px;
  background-color: #fff;
}
@media screen and (max-height: 1000px) {
  .ContactModalBlock {
    margin: 5% auto;
  }
}
@media only screen and (max-width: 60em) {
  .ContactModalBlock {
    margin: 50px auto;
    padding: 44px 4% 0;
    min-height: 650px;
    height: auto;
  }
}

.ContactModalBlock-closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
  width: 60px;
  height: 60px;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.ContactModalBlock-closeBtn:before,
.ContactModalBlock-closeBtn:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 80%;
  height: 1px;
  background-color: #211d1e;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ContactModalBlock-closeBtn:after {
  width: 1px;
  height: 80%;
}
@media only screen and (max-width: 60em) {
  .ContactModalBlock-closeBtn {
    width: 44px;
    height: 44px;
  }
}
.ContactModalBlock-closeBtn:hover {
  opacity: 0.5;
  cursor: pointer;
}

.ContactModalBlock-headTitle {
  text-align: center;
  font-size: 2.8rem;
}
@media only screen and (max-width: 60em) {
  .ContactModalBlock-headTitle {
    margin-bottom: 4%;
    font-size: 2rem;
  }
}

.ContactModalBlockNav {
  text-align: center;
}
@media only screen and (max-width: 60em) {
  .ContactModalBlockNav:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
  }
}

.ContactModalBlockNav-item {
  display: inline-block;
  margin: 0 15px 60px;
  padding: 15px;
  width: 370px;
  border-bottom: 3px solid rgba(153, 153, 153, 0.5);
  text-align: center;
  letter-spacing: 0.1rem;
  font-size: 1.7rem;
}
.ContactModalBlockNav-item:hover {
  cursor: pointer;
}
.ContactModalBlockNav-item br {
  display: none;
}
@media only screen and (max-width: 60em) {
  .ContactModalBlockNav-item {
    float: left;
    margin: 0 auto 10%;
    padding: 1%;
    width: 48%;
    letter-spacing: auto;
    font-size: 1.3rem;
  }
  .ContactModalBlockNav-item:nth-child(2n) {
    float: right;
  }
  .ContactModalBlockNav-item br {
    display: block;
  }
}
.ContactModalBlockNav-item.is-active {
  border-bottom-width: 5px;
  border-bottom-color: #9d7837;
}

.ContactModalBox {
  display: none;
}
.ContactModalBox.is-active {
  display: block;
}

.ContactModalBox-text {
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.4rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
  line-height: 1.8;
}
@media only screen and (max-width: 60em) {
  .ContactModalBox-text {
    margin-bottom: 10%;
    font-size: 1.2rem;
  }
}

.ContactModalBox-tel,
.ContactModalBox-btnGroup {
  margin: 0 auto 40px;
  max-width: 512px;
  text-align: center;
}
@media only screen and (max-width: 60em) {
  .ContactModalBox-tel,
  .ContactModalBox-btnGroup {
    margin-bottom: 10%;
  }
}
.ContactModalBox-tel h5,
.ContactModalBox-btnGroup h5 {
  position: relative;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.1rem;
  font-weight: normal;
  font-size: 1.7rem;
  /*font-family: "PT Serif";*/
}
@media only screen and (max-width: 60em) {
  .ContactModalBox-tel h5,
  .ContactModalBox-btnGroup h5 {
    font-size: 1.3rem;
  }
}
.ContactModalBox-tel h5:before,
.ContactModalBox-btnGroup h5:before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.ContactModalBox-tel h5 span,
.ContactModalBox-btnGroup h5 span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
}
@media only screen and (max-width: 60em) {
  .ContactModalBox-tel h5 span,
  .ContactModalBox-btnGroup h5 span {
    padding: 0 2%;
  }
}
.ContactModalBox-tel strong,
.ContactModalBox-btnGroup strong {
  font-size: 4rem;
}
@media only screen and (max-width: 60em) {
  .ContactModalBox-tel strong,
  .ContactModalBox-btnGroup strong {
    font-size: 2.8rem;
  }
}
.ContactModalBox-tel strong:before,
.ContactModalBox-btnGroup strong:before {
  display: none;
}
.ContactModalBox-tel .Btn,
.ContactModalBox-btnGroup .Btn {
  margin: auto;
  margin-bottom: 20px;
  width: 400px;
  font-size: 1.5rem;
  line-height: 4;
}
@media only screen and (max-width: 60em) {
  .ContactModalBox-tel .Btn,
  .ContactModalBox-btnGroup .Btn {
    max-width: 400px;
    width: 100%;
    font-size: 1.3rem;
  }
}

.Page {
  overflow: hidden;
}

.Page-glbHeader.type-a {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  /*background-color: #000;*/
}
@media only screen and (max-width: 60em) {
  .Page-glbHeader.type-a {
    position: relative;
    z-index: auto;
  }
  .Page-glbHeader.type-a .Mainvisual {
    position: relative;
    margin-top: 70px;
  }
}
.Page-glbHeader.type-a .Mainvisual {
  position: relative;
}
.Page-glbHeader.type-a .Mainvisual:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../img/common/Mainvisual-headScreen.png) top
    center no-repeat;
  background-size: 100%;
  content: "";
}
.Page-glbHeader.type-a .Mainvisual-bgImg {
  min-height: 640px;
  max-height: 100vh;
}
@media only screen and (max-width: 37.5em) {
  .Page-glbHeader.type-a .Mainvisual-bgImg {
    min-height: 0;
    /*height: 100vh;*/
    height: auto;
  }
}
@media only screen and (max-width: 60em) {
  .Page-glbHeader.type-a .Mainvisual-bgImg.hasSpImg {
    min-height: 0;
  }
}
@media only screen and (max-width: 37.5em) {
  .Page-glbHeader.type-a .Mainvisual-bgImg.hasSpImg {
    min-height: 0;
    height: auto;
  }
}
.Page-glbHeader.type-a .SiteLogoSvg.isWhite {
  display: block;
  /*width: 137px;*/
}
@media only screen and (max-width: 60em) {
  .Page-glbHeader.type-a .SiteLogoSvg.isWhite {
    display: none;
  }
}
.Page-glbHeader.type-a .SiteLogoSvg.isColor {
  display: none;
}
@media only screen and (max-width: 60em) {
  .Page-glbHeader.type-a .SiteLogoSvg.isColor {
    display: block;
  }
}
.Page-glbHeader.type-a .Page-header {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 60em) {
  .Page-glbHeader.type-a .Page-header {
    margin: auto;
  }
}
.Page-glbHeader.type-a .Page-header .Btn {
  margin: auto;
  width: 240px;
}
@media only screen and (max-width: 60em) {
  .Page-glbHeader.type-a .Page-header .Btn {
    font-size: 1.4rem;
  }
}
.Page-glbHeader.type-a .Page-type {
  color: #fff;
}
.Page-glbHeader.type-a .Page-type:after {
  background-color: #fff;
}
.Page-glbHeader.type-a .Page-headTitle {
  color: #fff;
}
.Page-glbHeader.type-a .Page-headTitle:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  /*margin: auto;*/
  width: 80%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.22);
  content: "";
}
.Page-glbHeader.type-a .Page-subTitle {
  margin-bottom: 40px;
  color: #000;
  font-size: 2rem;
  letter-spacing: 11px;
  height: 50%;
  border-radius: 50%;
  /*background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.2);*/
}

.Page-glbHeader.type-a .Page-logoTitle {
  margin-bottom: 40px;
}

.Page-glbHeader.type-a .Page-logoTitle img{
  width:200px;
}


@media only screen and (max-width: 60em) {
  .Page-glbHeader.type-a .Page-subTitle {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .Page-glbHeader.type-a .Page-subTitle {
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: bold;
    height: 50%;
    border-radius: 50%;
    letter-spacing: 1px;
    /*background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.3);*/
  }
}
.Page-glbHeader.type-a .ChildNav {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 60em) {
  .Page-glbHeader.type-a .ChildNav {
    position: relative;
    background-color: #fff;
    text-align: left;
  }
}
@media only screen and (max-width: 60em) {
  .Page-glbHeader.type-a .ChildNav:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background-color: #eee;
    content: "";
  }
}
@media only screen and (max-width: 60em) {
  .Page-glbHeader.type-a .ChildNav:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #eee;
    content: "";
  }
}
@media only screen and (min-width: 60.0625em) {
  .Page-glbHeader.type-a .ChildNav-list {
    text-align: center;
    font-size: 0;
  }
}
.Page-glbHeader.type-a .ChildNav-list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
.Page-glbHeader.type-a .ChildNav-item {
  display: inline-block;
  font-size: 1.5rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}
@media only screen and (max-width: 60em) {
  .Page-glbHeader.type-a .ChildNav-item {
    float: left;
    width: 50%;
    border-bottom: 1px solid #eee;
    font-size: 1.4rem;
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho,
      "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E",
      "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E",
      "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  .Page-glbHeader.type-a .ChildNav-item:nth-child(2n) {
    border-right-width: 0;
  }
}
.Page-glbHeader.type-a .ChildNav-item a {
  position: relative;
  display: block;
  padding: 18px;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: color;
}
@media only screen and (max-width: 60em) {
  .Page-glbHeader.type-a .ChildNav-item a {
    padding: 16px;
  }
  .Page-glbHeader.type-a .ChildNav-item a:after {
    position: absolute;
    top: 0;
    right: 6%;
    bottom: 0;
    display: block;
    margin: auto;
    width: 10px;
    height: 10px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #9d7837;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 37.5em) {
  .Page-glbHeader.type-a .ChildNav-item a {
    padding: 10% 6%;
  }
}
.Page-glbHeader.type-a .ChildNav-item a:hover {
  color: #9d7837;
}
.Page-glbHeader.type-a .SubNav-item .textLink {
  color: #fff;
}

.Page-glbHeader.type-b {
  padding-top: 136px;
}
@media only screen and (max-width: 60em) {
  .Page-glbHeader.type-b {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.Page-glbHeader.type-b .SiteLogoSvg.isWhite {
  display: none;
}
.Page-glbHeader.type-b .SiteLogoSvg.isColor {
  display: block;
}
.Page-glbHeader.type-b .Page-header {
  margin-top: 60px;
}
@media only screen and (max-width: 37.5em) {
  .Page-glbHeader.type-b .Page-header {
    margin-top: 6%;
  }
}
.Page-glbHeader.type-b .Page-type:after {
  background-color: #000;
}
.Page-glbHeader.type-b .Page-subTitle {
  font-size: 2.4rem;
}
@media only screen and (max-width: 37.5em) {
  .Page-glbHeader.type-b .Page-subTitle {
    font-size: 1.7rem;
  }
}
.Page-glbHeader.type-b .Page-headTitle {
  margin: auto;
  margin-bottom: 40px;
  width: 92%;
}
@media only screen and (max-width: 37.5em) {
  .Page-glbHeader.type-b .Page-headTitle {
    margin-bottom: 4%;
  }
}
.Page-glbHeader.type-b .ChildNav .ChildNav {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 60em) {
  .Page-glbHeader.type-b .ChildNav .ChildNav {
    position: relative;
    background-color: #fff;
    text-align: left;
  }
}
@media only screen and (max-width: 60em) {
  .Page-glbHeader.type-b .ChildNav .ChildNav:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background-color: #eee;
    content: "";
  }
}
@media only screen and (max-width: 60em) {
  .Page-glbHeader.type-b .ChildNav .ChildNav:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #eee;
    content: "";
  }
}
@media only screen and (min-width: 60.0625em) {
  .Page-glbHeader.type-b .ChildNav .ChildNav-list {
    text-align: center;
    font-size: 0;
  }
}
.Page-glbHeader.type-b .ChildNav .ChildNav-list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
.Page-glbHeader.type-b .ChildNav .ChildNav-item {
  display: inline-block;
  font-size: 1.5rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}
@media only screen and (max-width: 60em) {
  .Page-glbHeader.type-b .ChildNav .ChildNav-item {
    float: left;
    width: 50%;
    border-bottom: 1px solid #eee;
    font-size: 1.4rem;
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho,
      "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E",
      "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E",
      "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  .Page-glbHeader.type-b .ChildNav .ChildNav-item:nth-child(2n) {
    border-right-width: 0;
  }
}
.Page-glbHeader.type-b .ChildNav .ChildNav-item a {
  position: relative;
  display: block;
  padding: 18px;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: color;
}
@media only screen and (max-width: 60em) {
  .Page-glbHeader.type-b .ChildNav .ChildNav-item a {
    padding: 16px;
  }
  .Page-glbHeader.type-b .ChildNav .ChildNav-item a:after {
    position: absolute;
    top: 0;
    right: 6%;
    bottom: 0;
    display: block;
    margin: auto;
    width: 10px;
    height: 10px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #9d7837;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 37.5em) {
  .Page-glbHeader.type-b .ChildNav .ChildNav-item a {
    padding: 10% 6%;
  }
}
.Page-glbHeader.type-b .ChildNav .ChildNav-item a:hover {
  color: #9d7837;
}

.Page-header {
  z-index: 1;
  text-align: center;
}

.Page-type {
  position: relative;
  z-index: 5;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: center;
  letter-spacing: 0.6rem;
  font-size: 1.9rem;
  /*font-family: "PT Serif";*/
}
.Page-type:after {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 1px;
  content: "";
}

.Page-headTitle {
  position: relative;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 5.4rem;
  /*font-family: "PT Serif";*/
  line-height: 1.4;
}
@media only screen and (max-width: 60em) {
  .Page-headTitle {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .Page-headTitle {
    font-size: 2.4rem;
  }
}
.Page-headTitle span {
  position: relative;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 37.5em) {
  .Page-headTitle span {
    letter-spacing: 1.4rem;
  }
}
.Page-headTitle.ja {
  position: relative;
  letter-spacing: 0.4rem;
  font-weight: bold;
  font-size: 3.8rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E",
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E",
    "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.5;
}
@media only screen and (max-width: 60em) {
  .Page-headTitle.ja {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .Page-headTitle.ja {
    font-size: 2.2rem;
  }
}
.Page-headTitle.ja span {
  display: block;
  margin-top: 15px;
  letter-spacing: 0.4rem;
  font-size: 2.8rem;
}

/*サブタイトルが長いとき*/
.Page-headTitle.ja span span {
  display: block;
  margin-top: 15px;
  letter-spacing: 0.4rem;
  font-size: 1.8rem;
}

@media only screen and (max-width: 60em) {
  .Page-headTitle.ja span {
    font-size: 2.4rem;
  }
  .Page-headTitle.ja span span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .Page-headTitle.ja span {
    font-size: 2rem;
  }
}

.Page-subTitle {
  position: relative;
  letter-spacing: 0.4rem;
}

.Page-subNav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 15px;
  width: 100%;
  height: 74px;
}
@media only screen and (max-width: 60em) {
  .Page-subNav {
    position: fixed;
    z-index: 9900;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  }
}

.SiteLogo {
  float: left;
  width: 20%;
  height: 74px;
}
.SiteLogoSvg {
  max-width: 225px;
  max-height: 55px;
}
@media only screen and (max-width: 60em) {
  .SiteLogo {
    position: absolute;
    /*top: 17px;*/
    left: 10px;
    width: 47%;
    height: 100%;
  }
  .SiteLogoSvg {
    width: 100%;
  }
}

@media only screen and (max-width: 60em) {
  .SiteLogoSvg {
    position: absolute;
    top: 50%;
    left: 0%;
    /*width: 137px;*/
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .SiteLogoSvg.isWhite {
    display: none;
  }
  .SiteLogoSvg.isColor {
    display: block;
  }
}

.SubNav {
  position: relative;
  float: right;
  /*width: 80%;*/
  text-align: right;
}
@media only screen and (max-width: 60em) {
  .SubNav {
    width: 45%;
    font-size: 0;
  }
}

.SubNav-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 60em) {
  .SubNav-item {
    display: none;
    margin-right: 30%;
    margin-left: 0;
    width: 70%;
  }
  .SubNav-item#CONTACT_MODAL_TRIGGER,
  .SubNav-item#NAV_TRIGGER {
    display: inline-block;
  }
}
.SubNav-item .textLink {
  margin-right: 15px;
  text-decoration: underline;
  font-size: 1.4rem;
}
.SubNav-item .textLink.forGuest {
  display: none;
}
.SubNav-item .textLink:hover {
  text-decoration: none;
}
@media only screen and (max-width: 60em) {
  .SubNav-item .textLink {
    display: none;
  }
}
.SubNav-item .Btn {
  width: 200px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 60em) {
  .SubNav-item .Btn {
    padding: 16px 0;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .SubNav-item .Btn span {
    display: block;
    height: 0;
    opacity: 0;
  }
}

.navTrigger {
  position: relative;
  display: none;
}
@media only screen and (max-width: 60em) {
  .navTrigger {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin: 0;
    width: 30%;
    height: 100%;
    background: transparent url(../../images/mobile-menu.png) center center
      no-repeat;
    background-color: #000;
    background-size: 32px 32px;
  }
  .navTrigger:hover {
    cursor: pointer;
  }
}

.Page-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
@media only screen and (max-width: 60em) {
  .Page-nav {
    position: relative;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
.Page-nav .MainNav {
  position: relative;
  clear: both;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 60em) {
  .Page-nav .MainNav {
    background-color: #fff;
    text-align: left;
  }
  .Page-nav .MainNav:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background-color: #eee;
    content: "";
  }
  .Page-nav .MainNav:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #eee;
    content: "";
  }
}
.Page-nav .MainNav-item {
  display: inline-block;
  font-size: 1.7rem;
}
@media only screen and (max-width: 60em) {
  .Page-nav .MainNav-item {
    width: 50%;
    border-bottom: 1px solid #eee;
    font-size: 1.4rem;
  }
  .Page-nav .MainNav-item:nth-child(2n) {
    border-right-width: 0;
  }
}
.Page-nav .MainNav-item a {
  position: relative;
  display: block;
  padding: 16px;
}
@media only screen and (max-width: 60em) {
  .Page-nav .MainNav-item a {
    padding: 16px;
  }
  .Page-nav .MainNav-item a:after {
    position: absolute;
    top: 0;
    right: 6%;
    bottom: 0;
    display: block;
    margin: auto;
    width: 10px;
    height: 10px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #9d7837;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 37.5em) {
  .Page-nav .MainNav-item a {
    padding: 10% 6%;
  }
}
.Page-nav .MainNav-item a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 0;
  height: 2px;
  background-color: #9d7837;
  content: "";
  opacity: 0;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.5s;
  transition-property: width, opacity;
}
@media only screen and (max-width: 60em) {
  .Page-nav .MainNav-item a:before {
    display: none;
  }
}
.Page-nav .MainNav-item a:hover:before {
  width: 30px;
  opacity: 1;
}

.CloneNav {
  position: fixed;
  top: 0;
  z-index: 9100;
  margin-top: -80px;
  width: 100%;
  background-color: #fff;
  opacity: 0.8;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.5s;
  transition-property: margin-top, opacity;
}
@media only screen and (max-width: 60em) {
  .CloneNav {
    display: none;
  }
}
.CloneNav .SiteLogo {
  position: relative;
  z-index: 3;
  padding-top: 14px;
  padding-bottom: 20px;
  padding-left: 15px;
  background-color: #fff;
  /*box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);*/
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-duration: 0.8s;
  transition-property: box-shadow;
}
.CloneNav .SiteLogoSvg.isWhite {
  display: none;
}
.CloneNav .SiteLogoSvg.isColor {
  /*display: none;*/
  position: absolute;
  top: 50%;
  left: 6%;
  /*width: 137px;*/
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.CloneNav .MainNav,
.CloneNav .ChildNav-list {
  position: relative;
  z-index: 2;
  clear: both;
  width: 100%;
  border: none;
  background-color: transparent;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 0;
}
.CloneNav .MainNav-item,
.CloneNav .ChildNav-item {
  position: relative;
  display: inline-block;
}
.CloneNav .MainNav-item a,
.CloneNav .ChildNav-item a {
  position: relative;
  display: block;
  padding: 16px;
  color: #000;
}
.CloneNav .MainNav {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.CloneNav .MainNav-item {
  font-size: 1.7rem;
}
.CloneNav .MainNav-item:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 0;
  height: 2px;
  background-color: #9d7837;
  content: "";
  opacity: 0;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.5s;
  transition-property: width, opacity;
}
.CloneNav .MainNav-item:hover:before {
  width: 30px;
  opacity: 1;
}
.CloneNav .ChildNav-item a {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.5s;
  transition-property: color;
}
.CloneNav .ChildNav-item a:hover {
  color: #9d7837;
}
.CloneNav .ChildNav-list {
  font-size: 1.5rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}
.CloneNav .SubNav {
  position: absolute;
  right: 0;
  z-index: 3;
  height: 100%;
  background-color: #fff;
  /*box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);*/
  font-size: 0;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-duration: 0.8s;
  transition-property: box-shadow;
}
.CloneNav .SubNav .Btn {
  padding: 15px 0;
}
.CloneNav .SubNav-item {
  margin: 0;
}
.CloneNav .SubNav-item .textLink {
  margin: 0;
  padding: 20px;
  color: #000;
}
.CloneNav .navTrigger {
  display: inline-block;
  width: 72px;
  height: 100%;
  background: transparent url(../../images/mobile-menu.png) center center
    no-repeat;
  background-color: #000;
  background-size: 32px 32px;
}
.CloneNav .navTrigger:hover {
  cursor: pointer;
}
.CloneNav.is-active {
  margin-top: 0;
  opacity: 1;
}
.CloneNav .CloneSubNav.is-active .SiteLogo,
.CloneNav .CloneSubNav.is-active .SubNav {
  box-shadow: 0 1px 0 0 transparent;
}
.CloneNav .ChildNav-list {
  z-index: 1;
  background-color: #fff;
}
.CloneNav .CloneNav-listGroup {
  position: absolute;
  top: -74px;
  width: 100%;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-duration: 0.8s;
  transition-property: top, opacity;
}
.CloneNav .CloneNav-listGroup.is-active {
  top: 74px;
  padding-bottom: 100px;
  opacity: 1;
}

.spNav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: scroll;
  padding: 4%;
  width: 80%;
  height: 100%;
  background-color: #fff;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.4s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.spNav.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 60.0625em) {
  .spNav {
    display: none;
  }
}
.spNav .spNav-closeBtn {
  position: relative;
  float: right;
  width: 44px;
  height: 44px;
}
.spNav .spNav-closeBtn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 80%;
  height: 1px;
  background-color: #000;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.spNav .spNav-closeBtn:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 1px;
  height: 80%;
  background-color: #000;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.spNav .MainNav {
  margin-top: 60px;
}
.spNav .MainNav-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.4rem;
}
.spNav .MainNav-item.is-active > span:after {
  display: none !important;
}
.spNav .MainNav-item > span {
  position: relative;
  display: block;
}
.spNav .MainNav-item > span > a {
  padding: 2% 0;
}
.spNav .MainNav-item > span.hasChild > a {
  display: inline-block;
}
.spNav .MainNav-item > span.hasChild:before,
.spNav .MainNav-item > span.hasChild:after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-color: #000;
  content: "";
}
.spNav .MainNav-item > span.hasChild:before {
  right: 0;
  width: 14px;
  height: 1px;
}
.spNav .MainNav-item > span.hasChild:after {
  right: 7px;
  width: 1px;
  height: 14px;
}
.spNav .MainNav-item a {
  display: block;
}
.spNav .MainNav-item a.textLink {
  padding: 2% 0;
}
.spNav .ChildNav-list {
  display: none;
}
.spNav .ChildNav-item {
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}
.spNav .ChildNav-item:first-child {
  margin-top: 10px;
}
.spNav .ChildNav-item a {
  padding: 12px 4%;
}

.Page-content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  margin-top: 68px !important;
  /*padding-top: 10px;*/
}
@media only screen and (max-width: 60em) {
  .Page-content {
    z-index: auto;
    margin-top: 0 !important;
  }
}

.Page-leadText {
  margin-right: auto;
  margin-bottom: 60px;
  margin-top: 5%;
  margin-left: auto;
  max-width: 1024px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width: 69.56522em) {
  .Page-leadText {
    margin-right: 4%;
    margin-left: 4%;
    width: 92%;
  }
}
@media only screen and (max-width: 60em) {
  .Page-leadText {
    margin-bottom: 4%;
    margin-top: 10%;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .Page-leadText br {
    /*display: none;*/
  }
}

.MainContentBlock {
  background-color: #fff;
}

.MainContentBlock-header {
  padding: 40px 0;
  text-align: center;
}

.MainContentBlock-header2 {
  padding: 95px 0px 40px 0;
  text-align: center;
}

@media only screen and (max-width: 60em) {
  .MainContentBlock-header {
    padding: 40px 0;
  }
}

.MainContentBlock-headTitle {
  position: relative;
  display: inline-block;
}
.MainContentBlock-headTitle.ja span {
  letter-spacing: 0.2rem;
  font-weight: bold;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E",
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E",
    "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.MainContentBlock-headTitle.ja span:after {
  display: none;
}
.MainContentBlock-headTitle span {
  letter-spacing: 0.4rem;
  font-weight: normal;
  font-size: 2.8rem;
  /*font-family: "PT Serif";*/
}
@media only screen and (max-width: 60em) {
  .MainContentBlock-headTitle span {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .MainContentBlock-headTitle span {
    font-size: 2rem;
  }
}
.MainContentBlock-headTitle span:after {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #9d7837;
  content: "";
}

.MainContentBlock-subTitle {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 60em) {
  .MainContentBlock-subTitle {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .MainContentBlock-subTitle {
    font-size: 1.2rem;
  }
}

.MainContentBlock-leadText {
  margin-top: 40px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width: 60em) {
  .MainContentBlock-leadText {
    margin-top: 4%;
  }
}

.MainContentBlock.learnMore .bgImgBox.is-1column {
  display: none;
}

.MainContentBlock.fairPlan .Btn {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2%;
  margin-left: 5px;
  width: 240px;
}

.MainContentBlock.fairPlan .BtnGroup {
  padding-bottom: 80px;
  text-align: center;
}

#slide_wrapp li img{
  width: 100%;
}


.bgImgBlock:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.bgImgBox {
  position: relative;
  float: left;
  overflow: hidden;
}
.bgImgBox .viewMore {
  text-align: center;
  letter-spacing: 0.4rem;
  font-style: italic;
  /*font-family: "PT Serif";*/
}
@media only screen and (max-width: 60em) {
  .bgImgBox .viewMore {
    display: none;
  }
}
.bgImgBox .viewMore span {
  display: inline-block;
  vertical-align: middle;
}
.bgImgBox .viewMore:before {
  display: inline-block;
  margin-right: 15px;
  width: 34px;
  height: 1px;
  background-color: transparent;
  content: "";
  vertical-align: middle;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 0.8s;
  transition-property: background-color;
}
.bgImgBox.is-1column {
  padding-top: 50%;
  width: 100%;
}
@media only screen and (max-width: 60em) {
  .bgImgBox.is-1column {
    padding-top: 100%;
    width: 100%;
  }
}
.bgImgBox.is-1column .bgImgBox-text {
  color: #fff;
}
.bgImgBox.is-2column {
  padding-top: 25%;
  width: 50%;
}
@media only screen and (max-width: 60em) {
  .bgImgBox.is-2column {
    padding-top: 0;
    width: 100%;
  }
  .bgImgBox.is-2column .bgImgBox-bgImg {
    position: relative;
  }
  .bgImgBox.is-2column .bgImgBox-header {
    position: relative;
    background-color: #f5f5f5;
  }
  .bgImgBox.is-2column .bgImgBox-header:before {
    display: none;
  }
  .bgImgBox.is-2column .bgImgBox-header:after {
    border-color: #9d7837;
  }
  .bgImgBox.is-2column .bgImgBox-headTitle {
    color: #000;
    font-size: 2rem;
  }
}
.bgImgBox.is-3column {
  padding-top: 25%;
  width: 33.38235%;
  font-size: 1.3rem;
}
.bgImgBox.is-3column:nth-child(n) {
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
  width: 33.33333%;
  vertical-align: top;
}
.bgImgBox.is-3column:nth-child(3n + 1) {
  margin-left: 0;
}
.bgImgBox.is-3column:nth-child(3n + 3) {
  margin-right: 0;
}
@media only screen and (max-width: 60em) {
  .bgImgBox.is-3column {
    font-size: 1.3rem;
  }
  .bgImgBox.is-3column:nth-child(n) {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    vertical-align: top;
  }
  .bgImgBox.is-3column:nth-child(1n + 1) {
    margin-left: 0;
  }
  .bgImgBox.is-3column:nth-child(1n + 1) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 60em) {
  .bgImgBox.is-3column .bgImgBox-bgImg {
    position: relative;
    max-height: 500px;
    background-position: top center;
  }
}
@media only screen and (max-width: 60em) {
  .bgImgBox.is-2column,
  .bgImgBox.is-3column {
    padding-top: 0;
    width: 100%;
  }
  .bgImgBox.is-2column .bgImgBox-bgImg,
  .bgImgBox.is-3column .bgImgBox-bgImg {
    position: relative;
  }
  .bgImgBox.is-2column .bgImgBox-header,
  .bgImgBox.is-3column .bgImgBox-header {
    position: relative;
    background-color: #f5f5f5;
  }
  .bgImgBox.is-2column .bgImgBox-header:before,
  .bgImgBox.is-3column .bgImgBox-header:before {
    display: none;
  }
  .bgImgBox.is-2column .bgImgBox-header:after,
  .bgImgBox.is-3column .bgImgBox-header:after {
    border-color: #9d7837;
  }
  .bgImgBox.is-2column .bgImgBox-headTitle,
  .bgImgBox.is-3column .bgImgBox-headTitle {
    color: #000;
  }
  .bgImgBox.is-2column .bgImgBox-leadText,
  .bgImgBox.is-3column .bgImgBox-leadText {
    color: #000;
  }
  .bgImgBox.is-2column .bgImgBox-subTitle,
  .bgImgBox.is-3column .bgImgBox-subTitle {
    color: #000;
  }
}
.bgImgBox:hover .bgImgBox-bgImg {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.bgImgBox:hover .bgImgBox-bgImg.hasScreen:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.bgImgBox:hover .viewMore {
  margin-top: 20px;
  color: #fff;
  line-height: 1.5;
}
.bgImgBox:hover .viewMore:before {
  background-color: #fff;
}

.bgImgBox-bgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 20s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.bgImgBox-bgImg:before {
  transition-timing-function: linear;
  transition-duration: 0.3s;
  transition-property: background-color;
}
@media only screen and (max-width: 60em) {
  .bgImgBox-bgImg:before {
    display: none !important;
  }
}

.bgImgBox-header {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 650px;
  width: 92%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 60em) {
  .bgImgBox-header {
    top: auto;
    bottom: 0;
    left: 0;
    padding: 4% 10% 4% 4%;
    max-width: 100%;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bgImgBox-header:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 80%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.22);
  content: "";
}
@media only screen and (max-width: 60em) {
  .bgImgBox-header:before {
    width: 100%;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: none;
  }
}
@media only screen and (max-width: 60em) {
  .bgImgBox-header:after {
    position: absolute;
    top: 0;
    right: 4%;
    bottom: 0;
    display: block;
    margin: auto;
    width: 34px;
    height: 34px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 37.5em) {
  .bgImgBox-header:after {
    width: 17px;
    height: 17px;
  }
}
.bgImgBox-header p + p {
  margin-top: 16px;
}

.bgImgBox-category {
  position: relative;
  color: #fff;
  letter-spacing: 0.2rem;
  font-weight: bold;
  font-size: 1.7rem;
}
@media only screen and (max-width: 60em) {
  .bgImgBox-category {
    display: none;
  }
}
.bgImgBox-category:after {
  display: block;
  margin: 20px auto;
  width: 30px;
  height: 1px;
  background-color: #fff;
  content: "";
}

.bgImgBox-headTitle {
  position: relative;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 0.4rem;
  font-weight: normal;
  font-size: 2.8rem;
}
@media only screen and (max-width: 60em) {
  .bgImgBox-headTitle {
    margin-bottom: 0;
    text-align: left;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .bgImgBox-headTitle {
    font-size: 2rem;
  }
}
.bgImgBox-headTitle.ja {
  font-weight: bold;
}

.bgImgBox-leadTitle {
  position: relative;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 0.4rem;
  font-size: 2.8rem;
}
@media only screen and (max-width: 60em) {
  .bgImgBox-leadTitle {
    margin-bottom: 0;
    text-align: left;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .bgImgBox-leadTitle {
    font-size: 1.5rem;
  }
}

.bgImgBox-subTitle {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}
@media only screen and (max-width: 60em) {
  .bgImgBox-subTitle {
    text-align: left;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .bgImgBox-subTitle {
    font-size: 1.3rem;
  }
}

.bgImgBox-text {
  position: relative;
  color: #fff;
  letter-spacing: 0.2rem;
  font-weight: bold;
  font-size: 1.4rem;
}
@media only screen and (max-width: 60em) {
  .bgImgBox-text {
    color: #000;
    text-align: left;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .bgImgBox-text {
    font-size: 1.2rem;
  }
}

.bgImgBox-leadText {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
@media only screen and (max-width: 60em) {
  .bgImgBox-leadText {
    text-align: left;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .bgImgBox-leadText {
    font-size: 1.3rem;
  }
}

.weddingSlideBox {
  background-color: #f5f5f5;
}
.weddingSlideBox .slick-dots {
  position: absolute;
  bottom: 0;
  z-index: 5;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 60em) {
  .weddingSlideBox .slick-dots {
    position: relative;
  }
}
.weddingSlideBox .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 10px;
}
.weddingSlideBox .slick-dots li:hover {
  cursor: pointer;
}
.weddingSlideBox .slick-dots li:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
}
@media only screen and (max-width: 60em) {
  .weddingSlideBox .slick-dots li:after {
    background-color: #aaa;
  }
}
.weddingSlideBox .slick-dots li button {
  display: none;
}
.weddingSlideBox .slick-dots li.slick-active:after {
  background-color: transparent;
  background-color: #fff;
}
@media only screen and (max-width: 60em) {
  .weddingSlideBox .slick-dots li.slick-active:after {
    border: 1px solid #9d7837;
  }
}
.weddingSlideBox .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5000;
  margin: auto;
  padding: 0;
  width: 58px;
  height: 78px;
  outline: none;
  border: none;
  background: transparent url(../img/common/slideArrow.png) center center
    no-repeat;
  background-size: contain;
  color: transparent;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: opacity;
}
@media only screen and (max-width: 60em) {
  .weddingSlideBox .slick-arrow {
    top: auto;
    bottom: 14px;
    display: block;
    width: 30px;
    height: 40px;
    background: transparent;
  }
}
.weddingSlideBox .slick-arrow:hover {
  opacity: 0.6;
  cursor: pointer;
}
@media only screen and (max-width: 60em) {
  .weddingSlideBox .slick-arrow:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 17px;
    height: 17px;
    border-top: 1px solid #9d7837;
    border-left: 1px solid #9d7837;
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.weddingSlideBox .slick-arrow.slick-prev {
  left: 4%;
}
.weddingSlideBox .slick-arrow.slick-next {
  right: 4%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.weddingSlideBox.is-even .weddingSlideBox-header {
  left: 0;
}
.weddingSlideBox.is-even .weddingSlideBox-slider {
  margin-left: 38%;
}
.weddingSlideBox.is-odd .weddingSlideBox-header {
  right: 0;
}
.weddingSlideBox.is-odd .weddingSlideBox-slider {
  margin-right: 38%;
}

.weddingSlideBox-body {
  position: relative;
}

.weddingSlideBox-bgImg {
  padding-top: 41.17647%;
  width: 100%;
}
.weddingSlideBox-bgImg img {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 60em) {
  .weddingSlideBox-bgImg {
    display: none;
  }
}

.weddingSlideBox-slider {
  position: relative;
  overflow: hidden;
  width: 62%;
}
@media only screen and (max-width: 60em) {
  .weddingSlideBox-slider {
    margin: 0 !important;
    width: 100%;
  }
}
.weddingSlideBox-slider:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 30%;
  background: transparent url("../img/common/imageBottomScreen.png") top center
    repeat-x;
  background-size: cover;
  content: "";
}
@media only screen and (max-width: 60em) {
  .weddingSlideBox-slider:after {
    display: none;
  }
}

.weddingSlideBox-header {
  position: absolute;
  top: 50%;
  padding: 0 2%;
  width: 38%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 60em) {
  .weddingSlideBox-header {
    position: relative;
    top: auto;
    padding: 4%;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.weddingSlideBox-headTitle {
  margin-bottom: 2%;
  letter-spacing: 0.4rem;
  font-weight: normal;
  font-size: 2.8rem;
  /*font-family: "PT Serif";*/
}
@media only screen and (max-width: 60em) {
  .weddingSlideBox-headTitle {
    margin-bottom: 4%;
    font-size: 2rem;
  }
}
.weddingSlideBox-headTitle span {
  display: block;
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E",
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E",
    "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media only screen and (max-width: 60em) {
  .weddingSlideBox-headTitle span {
    font-size: 2rem;
    font-size: 1.4rem;
  }
}
.weddingSlideBox-headTitle.ja {
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-size: 2rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E",
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E",
    "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.weddingSlideBox-text {
  margin-bottom: 6%;
  font-size: 1.2rem;
}
.weddingSlideBox-text span {
  display: inline-block;
}
.weddingSlideBox-text:before,
.weddingSlideBox-text:after {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #ccc;
  content: "";
  vertical-align: middle;
}

.weddingSlideBox-subTitle {
  margin-bottom: 3%;
  color: #9d7837;
  font-size: 1.8rem;
}
@media only screen and (max-width: 60em) {
  .weddingSlideBox-subTitle {
    font-size: 1.5rem;
  }
}

.weddingSlideBox-leadText {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
  line-height: 2;
}
@media only screen and (max-width: 60em) {
  .weddingSlideBox-leadText {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .weddingSlideBox-leadText br {
    /*display: none;*/
  }
}

.chefProfileBlock .Btn {
  clear: both;
  margin: auto;
  max-width: 240px;
}
@media only screen and (min-width: 37.5625em) {
  .chefProfileBlock .Btn {
    display: none;
  }
}

.chefProfileBox {
  position: relative;
  margin-bottom: 32px;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 37.5em) {
  .chefProfileBox {
    /* float: left;
    width: 49.8%;*/
  }
  .chefProfileBox:nth-child(2) {
    float: right;
  }
}
.chefProfileBox:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.chefProfileBox-bgImg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 180px;
  height: 100%;
}
@media only screen and (max-width: 37.5em) {
  .chefProfileBox-bgImg {
    position: relative;
    margin: auto;
    /*max-width: 100%;*/
  }
}

.chefProfileBox-body {
  padding: 24px;
  padding-left: 200px;
  min-height: 260px;
}
@media only screen and (max-width: 37.5em) {
  .chefProfileBox-body {
    padding: 24px;
  }
}

.chefProfileBox-header {
  margin-bottom: 16px;
  color: #9d7837;
}

.chefProfileBox-headTitle {
  letter-spacing: 0.4rem;
  font-size: 2rem;
}
.chefProfileBox-headTitle span {
  display: block;
  letter-spacing: 0rem;
  font-size: 1.4rem;
}

.chefProfileModalBlock {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  display: none;
  overflow: scroll;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.chefProfileModalBlock .wrapper {
  margin: 5% auto;
  padding: 80px 4% 4%;
  background-color: #fff;
}
.chefProfileModalBlock .wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
.chefProfileModalBlock .chefProfileModalBlock-closeBtn {
  position: absolute;
  top: 4%;
  right: 4%;
  display: block;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.chefProfileModalBlock .chefProfileModalBlock-closeBtn:before,
.chefProfileModalBlock .chefProfileModalBlock-closeBtn:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #000;
  content: "";
}
.chefProfileModalBlock .chefProfileModalBlock-closeBtn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.chefProfileModalBlock .chefProfileModalBlock-closeBtn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.chefProfileModalBlock .chefProfileBox {
  position: relative;
  float: none;
  width: auto;
  background-color: #fff;
}
.chefProfileModalBlock .chefProfileBox:last-child {
  padding-top: 8%;
}
.chefProfileModalBlock .chefProfileBox:last-child:before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
}
.chefProfileModalBlock .chefProfileBox-bgImg {
  display: inline;
  float: left;
  margin-right: 16px;
  width: 90px;
  background-image: none !important;
}
.chefProfileModalBlock .chefProfileBox-bgImg img {
  visibility: visible;
}
.chefProfileModalBlock .chefProfileBox-body {
  padding: 0;
}
.chefProfileModalBlock .chefProfileBox-body {
  display: inline;
}
.chefProfileModalBlock .chefProfileBox-headTitle {
  font-size: 1.7rem;
}
.chefProfileModalBlock .chefProfileBox-headTitle span {
  font-size: 1.2rem;
}
.chefProfileModalBlock .chefProfileBox-text {
  font-size: 1.2rem;
}

.MainContentBlock.learnMore .bgImgBox.is-2column {
  padding-top: 33.82353%;
  width: 50%;
}
@media only screen and (max-width: 60em) {
  .MainContentBlock.learnMore .bgImgBox.is-2column {
    padding-top: 0;
    width: 100%;
  }
}

.MainContentBlock.bottomContact:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.MainContentBlock.bottomContact .Btn {
  margin: auto;
  margin-bottom: 15px;
  width: 240px;
}
@media only screen and (max-width: 37.5em) {
  .MainContentBlock.bottomContact .Btn {
    max-width: 240px;
    width: 90%;
  }
}

.MainContentBlock.bottomContact .Btn-icon {
  margin: auto;
  margin-bottom: 0;
}
span.instaNote {
  display: block;
  font-size: 9px;
  width: 130px;
  margin: 0 auto;
  padding-top: 0;
  text-align: center;
  color: #9d7837;
}

@media only screen and (max-width: 37.5em) {
  .MainContentBlock.bottomContact .Btn-icon {
  }
}

.BottomContactBox {
  position: relative;
}
.BottomContactBox.is-1column {
  padding-top: 45.58824%;
  min-height: 680px;
  width: 100%;
}
@media only screen and (max-width: 37.5em) {
  .BottomContactBox.is-1column {
    min-height: 620px;
  }
}
.BottomContactBox.is-1column .BottomContactBox-body {
  max-width: 600px;
}
.BottomContactBox.is-1column .BtnGroup {
  text-align: center;
}
@media only screen and (min-width: 60.0625em) {
  .BottomContactBox.is-1column .Btn {
    display: inline-block;
    margin-top: 2%;
    margin-right: 2%;
    margin-left: 2%;
    width: 45%;
  }
}
.BottomContactBox.is-2column {
  float: left;
  padding-top: 50%;
  min-height: 550px;
  width: 50%;
}
@media only screen and (max-width: 60em) {
  .BottomContactBox.is-2column {
    padding-top: 85.29412%;
    min-height: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
  .BottomContactBox.is-2column {
    padding-top: 133.33333%;
    width: 100%;
  }
}
.BottomContactBox.is-2column .BottomContactBox-body {
  max-width: 370px;
}

.BottomContactBox-bgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.BottomContactBox-body {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  width: 92%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 60em) {
  .BottomContactBox-body {
    padding: 4%;
  }
}

.BottomContactBox-headTitle {
  color: #9d7837;
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: normal;
  font-size: 2.4rem;
  /*font-family: "PT Serif";*/
}
@media only screen and (max-width: 60em) {
  .BottomContactBox-headTitle {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .BottomContactBox-headTitle {
    font-size: 2rem;
  }
}
.BottomContactBox-headTitle:after {
  display: block;
  margin: 20px auto;
  content: "";
}
@media only screen and (max-width: 60em) {
  .BottomContactBox-headTitle:after {
    margin: 15px auto;
  }
}

.BottomContactBox-text {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}
.BottomContactBox-text + .BottomContatBox-text {
  display: none;
}
@media only screen and (max-width: 37.5em) {
  .BottomContactBox-text {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
}

.BottomContactBox-subTitle {
  /*margin-bottom: 20px; */
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .BottomContactBox-subTitle {
    margin-bottom: 15px;
  }
}

.Page-footer {
  position: relative;
  background-color: #222;
}

.FooterMapBlock:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.FooterMapBlock .Btn {
  width: 240px;
}
@media only screen and (max-width: 60em) {
  .FooterMapBlock .Btn {
    margin: auto;
  }
}

.FooterMapBox {
  min-height: 650px;
}
@media only screen and (max-width: 60em) {
  .FooterMapBox {
    min-height: 550px;
  }
}
.FooterMapBox.address {
  position: relative;
  float: left;
  padding-top: 41.17647%;
  width: 35%;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 60em) {
  .FooterMapBox.address {
    padding-top: 85.29412%;
    width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
  .FooterMapBox.address {
    padding-top: 133.33333%;
    width: 100%;
  }
}
.FooterMapBox.map {
  position: relative;
  float: left;
  padding-top: 41.17647%;
  width: 65%;
}
@media only screen and (max-width: 60em) {
  .FooterMapBox.map {
    display: none;
  }
}
.FooterMapBox.map #MAP {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.FooterMapBox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 60em) {
  .FooterMapBox-content {
    width: 92%;
  }
}

.FooterMapBox-headTitle {
  margin-bottom: 20px;
  text-align: center;
  width: 140px;
  margin: 15px auto;
}
@media only screen and (max-width: 60em) {
  .FooterMapBox-headTitle {
    margin-bottom: 4%;
  }
}
.FooterMapBox-headTitle svg {
  width: 300px;
  height: 47px;
}
@media only screen and (max-width: 60em) {
  .FooterMapBox-headTitle svg {
    display: block;
    margin: 0 auto;
  }
}

.FooterMapBox-text {
  margin-bottom: 20px;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}
@media only screen and (max-width: 60em) {
  .FooterMapBox-text {
    margin-bottom: 4%;
    text-align: center;
  }
}
.FooterMapBox-text strong {
  display: block;
}

.FooterLogoBlock {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #222;
}
@media only screen and (max-width: 37.5em) {
  .FooterLogoBlock {
    padding: 4% 0;
  }
}
.FooterLogoBlock svg {
  display: inline-block;
  width: 45px;
  height: 30px;
  vertical-align: middle;
}
@media only screen and (max-width: 60em) {
  .FooterLogoBlock svg {
    display: block;
    margin: auto;
  }
}
.FooterLogoBlock small {
  display: inline-block;
  margin-right: 15px;
  color: #fff;
  vertical-align: middle;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}
@media only screen and (max-width: 60em) {
  .FooterLogoBlock small {
    display: block;
    margin: auto;
    margin-right: 0;
    margin-bottom: 1%;
    text-align: center;
  }
}

.backToTop {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 60em) {
  .backToTop {
    position: fixed;
    top: auto;
    right: 12px;
    bottom: 12px;
    z-index: 9900;
    display: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(34, 34, 34, 0.95);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.backToTop p {
  display: inline-block;
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.6);
  vertical-align: middle;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}
@media only screen and (max-width: 60em) {
  .backToTop p {
    display: none;
  }
}
.backToTop .arrow {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: opacity;
}
@media only screen and (max-width: 60em) {
  .backToTop .arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.backToTop .arrow svg {
  display: block;
  margin: auto;
  width: 17px;

  fill: rgba(255, 255, 255, 0.6);
}
.backToTop .arrow:hover {
  opacity: 0.5;
  cursor: pointer;
}

.FooterWeddingSpaceBlock-inner {
  position: relative;
  margin-top: 40px;
  font-size: 0;
}
@media only screen and (max-width: 37.5em) {
  .FooterWeddingSpaceBlock-inner {
    margin-top: 4%;
  }
}
.FooterWeddingSpaceBlock-inner .wrapper {
  position: relative;
}
.FooterWeddingSpaceBlock-inner .wrapper:before {
  position: absolute;
  top: 0;
  left: 24%;
  display: block;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
}
@media only screen and (max-width: 60em) {
  .FooterWeddingSpaceBlock-inner .wrapper:before {
    display: none;
  }
}
.FooterWeddingSpaceBlock-inner .wrapper:after {
  position: absolute;
  top: 0;
  right: 24%;
  display: block;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
}
@media only screen and (max-width: 60em) {
  .FooterWeddingSpaceBlock-inner .wrapper:after {
    display: none;
  }
}
.FooterWeddingSpaceBlock-inner:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
}
@media only screen and (max-width: 60em) {
  .FooterWeddingSpaceBlock-inner:before {
    display: none;
  }
}

.FooterWeddingSpaceBox {
  display: inline-block;
  margin-right: 2%;
  margin-left: 2%;
  width: 22%;
  vertical-align: top;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
  line-height: 2.4;
}
@media only screen and (max-width: 60em) {
  .FooterWeddingSpaceBox {
    margin-right: 0;
    margin-left: 0;
    padding: 2% 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.FooterWeddingSpaceBox:first-child {
  margin-left: 0;
}
.FooterWeddingSpaceBox:last-child {
  margin-right: 0;
}

.FooterWeddingSpaceBox-headTitle {
  margin-bottom: 20px;
  color: #9d7837;
  font-size: 1.2rem;
}
@media only screen and (max-width: 60em) {
  .FooterWeddingSpaceBox-headTitle {
    position: relative;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .FooterWeddingSpaceBox-headTitle:before,
  .FooterWeddingSpaceBox-headTitle:after {
    position: absolute;
    top: 0;
    right: 4%;
    bottom: 0;
    display: block;
    margin: auto;
    width: 14px;
    height: 1px;
    background-color: #fff;
    content: "";
  }
  .FooterWeddingSpaceBox-headTitle:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .FooterWeddingSpaceBox-headTitle.is-active:after {
    display: none;
  }
}
@media only screen and (max-width: 37.5em) {
  .FooterWeddingSpaceBox-headTitle {
    padding-top: 4%;
    padding-bottom: 4%;
  }
}

@media only screen and (max-width: 60em) {
  .FooterWeddingSpaceBox-content {
    display: none;
  }
}

.FooterWeddingSpaceBox-subTitle {
  color: #fff;
  font-size: 1.1rem;
}

.FooterWeddingSpaceBox-list {
  margin-bottom: 20px;
}
@media only screen and (max-width: 60em) {
  .FooterWeddingSpaceBox-list {
    margin-bottom: 0;
    font-size: 0;
  }
  .FooterWeddingSpaceBox-list:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
  }
}

.FooterWeddingSpaceBox-item {
  font-size: 1.1rem;
}
@media only screen and (max-width: 60em) {
  .FooterWeddingSpaceBox-item {
    display: inline-block;
    margin-bottom: 4%;
    width: 48%;
    vertical-align: top;
    line-height: 1.6;
  }
  .FooterWeddingSpaceBox-item:nth-child(2n) {
    margin-left: 2%;
  }
  .FooterWeddingSpaceBox-item:nth-child(2n + 1) {
    margin-right: 2%;
  }
}
.FooterWeddingSpaceBox-item a {
  display: block;
  color: #fff;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.FooterWeddingSpaceBox-item a:hover {
  opacity: 0.5;
}

.FooterCopyrightBlock {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    sans-serif;
}
@media only screen and (max-width: 60em) {
  .FooterCopyrightBlock {
    border-top: none;
  }
}
@media only screen and (max-width: 37.5em) {
  .FooterCopyrightBlock {
    /* margin-top: 4%;*/
  }
}

.FooterCopyrightBox {
  position: relative;
  padding: 40px 0;
}
@media only screen and (max-width: 60em) {
  .FooterCopyrightBox {
    padding: 4% 0;
  }
}

.FooterNav:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.FooterNav-item {
  float: left;
  margin-right: 30px;
  font-size: 1.1rem;
}
@media only screen and (max-width: 60em) {
  .FooterNav-item {
    margin-right: 2%;
    margin-bottom: 2%;
    width: 48%;
  }
}
.FooterNav-item a {
  display: block;
  color: #fff;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.FooterNav-item a:hover {
  opacity: 0.5;
}

.FooterCopyright {
  position: absolute;
  top: 0;
  right: 0;
  padding: 40px 0;
  color: #878787;
  font-size: 1.1rem;
}
@media only screen and (max-width: 60em) {
  .FooterCopyright {
    position: relative;
    padding: 6% 0;
    text-align: center;
  }
}

.LoadingBlock {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  /* display: none; */
}
.LoadingBlock.firstAccess .LoadingBox,
.LoadingBlock.firstAccess .LoadingBg {
  display: none;
}

.LoadingBar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #9d7837;
  content: "";
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.4s;
  transition-property: width;
}

@-webkit-keyframes LoadingAnimation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes LoadingAnimation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.LoadingBox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  border-bottom: 3.5px solid #9d7837;
  border-radius: 50%;
  -webkit-animation: LoadingAnimation 1.5s linear infinite;
  animation: LoadingAnimation 1.5s linear infinite;
}
@media only screen and (max-width: 60em) {
  .LoadingBox {
    width: 60px;
    height: 60px;
    border-bottom: 2px solid #9d7837;
  }
}
.LoadingBox:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
}

.LoadingBg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media only screen and (max-width: 60em) {
  .LoadingBg {
    width: 60px;
    height: 60px;
  }
}
.LoadingBg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  content: "";
}

/* 挙式ページのワークショップ導線バナー */
section.lthwork_banner {
  padding-top: 30px;
}

section.lthwork_banner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

section.lthwork_banner div.lthwork_banner_left {
  width: 50%;
  padding-top: 30%;
  float: left;
  background-image: url(../../wedding/ceremony/img/lth_banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

section.lthwork_banner div.lthwork_banner_right {
  position: relative;
  width: 50%;
  padding-top: 30%;
  float: left;
  background-color: #f5f5f5;
}

section.lthwork_banner div.lthwork_banner_right_inner {
  position: absolute;
  top: 23%;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
}
div.lthwork_banner_right_inner h3 {
  margin: 0 auto 15px;
  font-size: 2rem;
  text-align: center;
}

div.lthwork_banner_right_inner p {
  margin: 0 auto 15px;
}

div.lthwork_banner_right_inner .lthwork_btn {
  width: 300px;
  margin: 0 auto;
}

@media only screen and (max-width: 60em) {
  section.lthwork_banner div.lthwork_banner_left {
    width: 100%;
    padding-top: 50%;
    float: none;
    background-image: url(../../wedding/ceremony/img/lth_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  section.lthwork_banner div.lthwork_banner_right {
    position: relative;
    width: 100%;
    padding-top: 0;
    float: none;
    background-color: #f5f5f5;
  }
  section.lthwork_banner div.lthwork_banner_right_inner {
    position: static;
    width: 80%;
    margin: 0 auto;
    padding: 5% 0;
  }
}

/* アイテムページのダウンロードバナー */
section.registration_banner {
  margin: 5% 0 0 0;
  padding: 3px 0;
  border-top: #9d7837 3px solid;
  border-bottom: #9d7837 3px solid;
  background-color: #f5f5f5;
}

div.registration_banner_inner {
  margin: 0;
  padding: 30px 0 40px 0;
  border-top: #9d7837 2px solid;
  border-bottom: #9d7837 2px solid;
}

/* h2 */
section.registration_banner h2 {
  margin: 0 0 20px 0;
  font-size: 14px;
  text-align: center;
}
section.registration_banner h2 > span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 28px;
  text-align: center;
  border-bottom: #9d7837 solid 1px;
}

/* p */
section.registration_banner p.registrationtxt {
  margin: 0 0 20px 0;
  font-size: 14px;
  text-align: center;
}

/* pdf_zone */
div.pdf_zone {
  width: 60%;
  margin: 0 auto;
}

div.pdf_zone:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

div.pdf_zone div.pdf_zone_left {
  float: left;
  width: 45%;
  margin: 0 10% 0 0;
}

div.pdf_zone div.pdf_zone_right {
  float: left;
  width: 45%;
}

/* figure */
div.pdf_zone figure {
  position: relative;
  margin: 0 auto 10px;
  border: #9d7837 2px solid;
}

div.pdf_zone figure:hover {
  opacity: 0.8;
  transition: 0.6s;
}

/* download */
div.pdf_download_btn {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 10px 20px;
  border: #9d7837 1px solid;
  text-align: center;
  color: #9d7837;
  font-size: 14px;
}
div.pdf_download_btn:hover {
  box-sizing: border-box;
  background-color: #9d7837;
  color: #fff;
  transition: 0.3s;
}

div.pdf_download_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 48em) {
  /* h2 */
  section.registration_banner h2 {
    margin: 0 0 20px 0;
    font-size: 14px;
    text-align: center;
  }
  section.registration_banner h2 > span {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 20px;
    text-align: center;
    border-bottom: #9d7837 solid 1px;
  }

  /* p */
  section.registration_banner p.registrationtxt {
    margin: 0 auto 20px auto;
    font-size: 12px;
    text-align: center;
    width: 96%;
  }

  section.registration_banner p.registrationtxt > br {
    display: none;
  }

  div.pdf_zone {
    width: 70%;
    margin: 0 auto;
  }
  div.pdf_zone div.pdf_zone_left {
    float: none;
    width: 100%;
    margin: 0 0 8% 0;
  }

  div.pdf_zone div.pdf_zone_right {
    float: none;
    width: 100%;
  }
  div.pdf_download_btn {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 10px 20px;
    border: #9d7837 1px solid;
    text-align: center;
    color: #ffffff;
    background-color: #9d7837;
    font-size: 14px;
  }
}

.regular-holiday {
  color: #0033cc !important;
  text-decoration: underline;
}

/* =============== imstagram =============== */
article.footer_instagram_area {
  text-align: center;
  padding: 0 0 2% 0;
}

h2.footer_instagram_title {
  margin: 0;
  padding: 15px 0 0 0;
  color: #9d7837;
  font-size: 2.4rem;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  text-align: center;
  font-weight: normal;
  /*font-family: "PT Serif";*/
}
h2.footer_instagram_title span {
  display: block;
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  font-size: 14px;
  letter-spacing: 0.1rem;
  text-align: center;
}
/* txt */
p.footer_instagram_txt {
  display: inline-block;
  margin: 0 0 10px 0;
  font-size: 1.4rem;
  font-size: 14px;
  color: #000;
  text-align: left;
  line-height: 1.4;
  /*border:solid #9d7837 1px;*/
  transition: all 0.3s;
  font-weight: normal;
  /*font-family: "PT Serif";*/
}
p.footer_instagram_txt strong {
  font-size: 1.8rem;
  font-size: 18px;
}
p.footer_instagram_txt a {
  display: block;
  background: url(/common/img/instagram.png) no-repeat left 10px center;
  background-size: 22px 22px;
  padding: 8px 10px 8px 38px;
  font-size: 1.8rem;
  font-size: 18px;
  color: #9d7837;
  text-decoration: none;
}

p.footer_instagram_txt:hover {
  opacity: 0.8;
}
p.footer_instagram_txt:hover a {
}

/* instafeed */
ul.footer_instafeed {
  width: 98%;
  margin: 0 auto;
}
ul.footer_instafeed:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
ul.footer_instafeed li {
  float: left;
  width: 11.111111111%;
  margin: 0;
  padding: 0;
  outline: solid 3px #ffffff;
}
ul.footer_instafeed li img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

/* 768px */
@media only screen and (max-width: 48em) {
  ul.footer_instafeed {
    width: 94%;
    margin: 0 auto;
  }
  ul.footer_instafeed li {
    width: 33.333333%;
  }
}

/* 960px以下でコンタクト部分のインスタアイコン削除 */
@media only screen and (max-width: 60em) {
  .contact_insta_icon,
  span.instaNote {
    display: none;
  }
}

/* = スペシャルボタン = */
.sp-btn {
  min-height: 100%;
  max-width: 1024px;
  margin: 0 auto 50px auto;
  background-color: #bdadcc;
  position: relative;
  overflow: hidden;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}

@media only screen and (max-width: 48em) {
  .sp-btn {
    margin-bottom: 5%;
    padding-bottom: 1%;
  }
}

.sp-btn a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  background-color: transparent;
}

.sp-btn a span {
  display: none;
}

.sp-btn:hover {
  opacity: 0.8;
}

.sp-btn:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

/* = sp-btn_bg-img = */
.sp-btn .sp-btn_bg-img {
  width: 50%;
  min-height: 180px;
  float: left;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wedding/img/feature_bg-img.jpg);
}

.sp-btn .sp-btn_bg-img02 {
  width: 50%;
  min-height: 180px;
  float: left;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wedding/img/feature02_bg-img.jpg);
}

.sp-btn .sp-btn_bg-img03 {
  width: 50%;
  min-height: 180px;
  float: left;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/top/img/special01_bg-img.jpg);
}

.sp-btn .sp-btn_bg-img04 {
  width: 50%;
  min-height: 240px;
  float: left;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/top/img/special01_bg-img.jpg);
}

.sp-btn .sp-btn_bg-img img,
.sp-btn .sp-btn_bg-img02 img,
.sp-btn .sp-btn_bg-img03 img,
.sp-btn .sp-btn_bg-img04 img {
  visibility: hidden;
}

@media only screen and (max-width: 48em) {
  .sp-btn .sp-btn_bg-img,
  .sp-btn .sp-btn_bg-img02 img {
    float: none;
    position: relative;
    padding-top: 45.33333%;
    width: 100% !important;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .sp-btn .sp-btn_bg-img03 {
    float: none;
    position: relative;
    padding-top: 45.33333%;
    width: 100% !important;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .sp-btn .sp-btn_bg-img04 {
    float: none;
    position: relative;
    padding-top: 45.33333%;
    width: 100% !important;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .sp-btn .sp-btn_bg-img img .sp-btn .sp-btn_bg-img02 img,
  .sp-btn .sp-btn_bg-img03 img,
  .sp-btn .sp-btn_bg-img04 img {
    display: none;
  }
}

/* = sp-btn_content = */
.sp-btn .sp-btn_content {
  width: 48%;
  float: right;
  margin: 1%;
  padding: 3.2%;
  border: solid 1px #fff;
}

@media only screen and (max-width: 60em) {
  .sp-btn .sp-btn_content {
    padding: 3%;
  }
}

@media only screen and (max-width: 48em) {
  .sp-btn .sp-btn_content {
    text-align: center;
    float: none;
    padding-bottom: 4%;
    margin-bottom: 0;
    width: 98%;
  }
}

/* = sp-btn_title = */
.sp-btn .sp-btn_content .sp-btn_title {
  margin-bottom: 2%;
  letter-spacing: 0.2rem;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

/* = sp-btn_lead-txt = */
.sp-btn .sp-btn_content .sp-btn_lead-txt {
  letter-spacing: 0.1rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 2%;
}

/* = sp-btn_sub-txt = */
.sp-btn .sp-btn_content .sp-btn_sub-txt {
  letter-spacing: 0.1rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
/* = スペシャルボタンEND = */

/*==リニューアルオープンアイコン==*/
.renewalopen:before {
  display: block;
  content: "NewOpen!";
  font-size: 36px;
  font-weight: 300;
  color: #9d7837;
  font-family: Italianno;
}
@media only screen and (max-width: 48em) {
  .renewalopen:before {
    font-size: 24px;
  }
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 11px 0 0 0px;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  background-color: #9d7837;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.infomation-box {
  padding: 5% 5% 5% 5%;
  background: #fff;
  border: 1px solid #dcdcdc;
  margin-bottom: 40px;
}

.infomation-blog-link {
  width: 49%;
  display: inline-table;
  padding: 0 30px 0 0px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.infomation-blog-link a {
  text-decoration: none;
  color: #000;
  font-family: sans-serif;
  font-weight: 500;
}
.infomation-blog-link img {
  float: left;
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 10px;
  border: 1px solid #ddd;
}
.infomation-blog-link .info {
  background: #333;
  color: #fff;
  padding: 5px;
}
.infomation-blog-link h1 {
  margin: 10px 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 37.6em) {
  .infomation-blog-link {
    width: 100%;
    display: inline-table;
    padding: 0 0px 0 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    clear: both;
  }
}

.br-sp {
  display: none;
}
@media only screen and (max-width: 37.6em) {
  .br-sp {
    display: block;
  }
}

.grayback {
  background-color: #f5f5f5;
}

#breadcrumb li {
  float: left;
}

#PAGE_CONTENT
  > div.MainContent
  > article
  > div.MainContentBlock-mainvisual
  > img {
  width: 100%;
}

.MainContentBlock-coronaTitle {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: bold;
}


.holiday {
  width: 200px;
  text-align: center;
  margin: 30px auto 30px;
}
.holiday-btn {
  border: 1px solid rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  display: block;
  border-radius: 0;
  text-align: center;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 3.39;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: background-color, color, opacity;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
