@charset "UTF-8";
html {
  font-size: 62.5%;
  margin: 0;
}
html body {
  line-height: 1.7;
  font-size: calc(1.2rem + (1vw - 0.32rem) * 0.25); /*12-16px*/
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #707070;
  overflow-wrap: break-word;
  word-break: break-all;
}
@media screen and (min-width: 1920px) {
  html body {
    font-size: 1.6rem;
  }
}
html body h2 {
  height: calc(7rem + (1vw - 0.32rem) * 5); /*70-150*/
  max-height: 150px;
  padding-top: calc(5rem + (1vw - 0.32rem) * 1.875);
  margin-top: 0;
  margin-bottom: calc(3rem + (1vw - 0.32rem) * 4.375);
}
html body h2 img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 1920px) {
  html body h2 {
    padding-top: 8rem;
    margin-bottom: 10rem;
  }
}
html body .h2_wrapper {
  text-align: center;
}
html body .h2_wrapper + p.subtitle {
  font-size: calc(1.6rem + (1vw - 0.32rem) * 0.25); /*16-20px*/
}
@media screen and (min-width: 1920px) {
  html body .h2_wrapper + p.subtitle {
    font-size: 2rem;
  }
}
html body .font-strong {
  font-weight: bold;
  font-size: calc(1.6rem + (1vw - 0.32rem) * 0.25); /*16-20*/
}
@media screen and (min-width: 1920px) {
  html body .font-strong {
    font-size: 2rem;
  }
}
html body .font-sub {
  font-size: calc(1rem + (1vw - 0.32rem) * 0.25); /*10-14*/
}
@media screen and (min-width: 1920px) {
  html body .font-sub {
    font: size 1.4rem;
  }
}
html body a {
  text-decoration: none;
  color: inherit;
}
html body img {
  width: 100%;
}
html body ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
html body section:not(:first-child) {
  padding-bottom: calc(5rem + (1vw - 0.32rem) * 6.25); /*50-150*/
}
@media screen and (min-width: 1920px) {
  html body section:not(:first-child) {
    padding-bottom: 15rem;
  }
}
html body .inner {
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  html body .inner {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}
@media screen and (min-width: 1920px) {
  html body .inner {
    max-width: 1344px;
  }
}
html body .inner2 {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1920px) {
  html body .inner2 {
    max-width: 1248px;
  }
}
html body .tac {
  text-align: center;
}
@media screen and (min-width: 768px) {
  html body .sp {
    display: none;
  }
}
html body .tab {
  display: none;
}
@media screen and (min-width: 768px) {
  html body .tab {
    display: block;
  }
}
html body .more {
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  text-align: center;
  border: 0.5px solid #707070;
  padding: 0.56em 1.6em;
}
@media screen and (min-width: 768px) {
  html body .more {
    font-size: calc(1.6rem + (1vw - 0.77rem) * 1.3889); /*16-32*/
  }
}
@media screen and (min-width: 1920px) {
  html body .more {
    font-size: 3.2rem;
  }
}

/* Toggle Button */
header {
  background-color: #F1ECE7;
}

h1 {
  margin: 0;
  height: 5rem;
  padding: 0.5rem 0;
}
h1 img {
  vertical-align: middle;
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  h1 {
    height: calc(5rem + (1vw - 0.77rem) * 0.8681); /*50-60px*/
    max-height: 6rem;
  }
}

#nav-toggle .menu-trigger, #nav-toggle .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
#nav-toggle .menu-trigger {
  position: relative;
  z-index: 1000;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
#nav-toggle .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #707070;
  border-radius: 4px;
}
#nav-toggle .menu-trigger span:nth-of-type(1) {
  top: 0;
}
#nav-toggle .menu-trigger span:nth-of-type(2) {
  top: 11px;
}
#nav-toggle .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
#nav-toggle .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
  top: -10px;
}
#nav-toggle .menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
          animation: active-menu-bar02 0.8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
#nav-toggle .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
  bottom: -8px;
}

#mobile-head {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-left: 1rem;
  margin-right: 1rem;
}

/*アクティブになったエリア*/
#global-nav.panelactive {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  top: 80px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #global-nav.panelactive {
    top: 0;
    position: relative;
  }
}

/*丸の拡大*/
.circle-bg {
  position: fixed;
  z-index: 3;
  /*丸の形*/
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #BDB2AB;
  /*丸のスタート位置と形状*/
  transform: scale(0); /*scaleをはじめは0に*/
  top: -50px;
  left: calc(50% - 25px); /*50%から円の半径を引いた値*/
  transition: all 1s; /*1秒かけてアニメーション*/
}
@media screen and (min-width: 768px) {
  .circle-bg {
    display: none;
  }
}

.circle-bg.circleactive {
  transform: scale(15); /*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーション*/
#global-nav ul {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  opacity: 0; /*はじめは透過0*/
  /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
  position: absolute;
  z-index: 999;
  width: 100%;
}
#global-nav ul li:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-evenly;
}
@media screen and (min-width: 768px) {
  #global-nav ul li:last-child {
    width: 10em;
  }
}
#global-nav ul li a {
  line-height: 3;
  display: block;
  text-align: center;
}

/*背景が出現後にナビゲーションを表示*/
#global-nav.panelactive ul {
  opacity: 1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#global-nav.panelactive ul li {
  -webkit-animation-name: gnaviAnime;
          animation-name: gnaviAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; /*0.5 秒遅らせて出現*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #global-nav {
    width: 100%;
  }
  #global-nav ul {
    opacity: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  #global-nav ul li {
    margin-right: 0.5em;
    margin-left: 0.5em;
    padding: 0 1em;
  }
  #global-nav ul li:nth-of-type(4) {
    margin-right: auto;
  }
  #nav-toggle {
    display: none;
  }
  #head_wrap > div {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: unset;
  }
  #head_wrap {
    position: fixed; /*fixedを設定して固定*/
    height: 70px; /*高さ指定*/
    width: 100%; /*横幅指定*/
    z-index: 999; /*最前面へ*/
  }
  /*fixedでブロックがなくなるのではじめの要素のトップに余白を持たせる*/
  main {
    padding-top: 70px;
  }
  /*==ふわっと出現させるためのCSS*/
  /*　上に上がる動き　*/
  #head_wrap.UpMove {
    position: fixed;
    width: 100%;
    -webkit-animation: UpAnime 2s forwards;
            animation: UpAnime 2s forwards;
  }
  @-webkit-keyframes UpAnime {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(-100px);
    }
  }
  @keyframes UpAnime {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(-100px);
    }
  }
  /*　下に下がる動き　*/
  #head_wrap.DownMove {
    position: fixed;
    width: 100%;
    -webkit-animation: DownAnime 2s forwards;
            animation: DownAnime 2s forwards;
  }
  @-webkit-keyframes DownAnime {
    from {
      opacity: 0;
      transform: translateY(-100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes DownAnime {
    from {
      opacity: 0;
      transform: translateY(-100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
main {
  padding-bottom: 100px;
}

input.wpcf7-submit {
  display: block;
  width: auto;
  text-align: center;
  color: #707070;
  border: none;
  font-size: calc(1.4rem + (1vw - 0.32rem) * 0.625);
  padding: 0.9em 2.4em;
  font-weight: bold;
  letter-spacing: 0.2em;
  background-color: #ffffff !important;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 1920px) {
  input.wpcf7-submit {
    font-size: 2.4rem;
  }
}

.wpcf7-spinner {
  display: none;
}

#button, #button-list, #button_send {
  text-align: center;
  margin-top: 100px; /*padding-bottom:100px;*/
  border: none !important;
}
#button a, #button-list a, #button_send a {
  font-size: calc(1.4rem + (1vw - 0.32rem) * 0.625);
  padding: 0.9em 2.4em;
  font-weight: bold;
  letter-spacing: 0.2em;
  background-color: white;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 1920px) {
  #button a, #button-list a, #button_send a {
    font-size: 2.4rem;
  }
}
#button a::before, #button-list a::before, #button_send a::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #DCAAA4;
  transition: 0.2s;
}
#button a:hover::before, #button-list a:hover::before, #button_send a:hover::before {
  top: 0;
  left: 0;
}
#button a:hover, #button-list a:hover, #button_send a:hover { /*background-color:$pink;*/
  background-color: rgba(220, 170, 164, 0.5);
}

#button_send {
  padding-bottom: 0;
  position: relative;
  background-color: #ffffff !important;
}
#button_send::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #DCAAA4;
  transition: 0.2s;
  z-index: 1;
}
#button_send:hover::before {
  top: 0;
  left: 0;
}
#button_send:hover {
  background-color: rgba(220, 170, 164, 0.5);
}

footer {
  text-align: center;
  background-color: #BDB2AB;
  font-size: 1rem;
}

.suisai_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#contact_detail.suisai_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#gifts_list.suisai_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}

/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #ffffff;
  text-align: center;
  color: #fff;
  top: 0;
  left: 0;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo svg {
  width: 90%;
}
@media screen and (min-width: 768px) {
  #splash_logo svg {
    width: 300px;
  }
}

/*=============== SVGアニメーション内の指定 =================*/
/*アニメーション前の指定*/
#mask path {
  fill-opacity: 0; /*最初は透過0で見えない状態*/
  transition: fill-opacity 1s; /*カラーがつく際のアニメーション1秒で変化*/
  fill: none; /*塗りがない状態*/
  stroke: #DCAAA4; /*線の色*/
}

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#mask.done path {
  fill: #b29391; /*塗りの色*/
  fill-opacity: 1; /*透過1で見える状態*/
  stroke: none; /*線の色なし*/
}

#front {
  background-color: #F1ECE7;
}

.main_banner ul li div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vh;
}
@media screen and (min-width: 768px) {
  .main_banner ul li div {
    height: calc(90vh - 70px);
  }
}

#front_about .about_name {
  font-weight: bold;
}
#front_about .inner p {
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #front_about .inner p {
    text-align: center;
  }
}

#front_point {
  background-color: #ffffff;
}
#front_point .front_point_text {
  width: 7em;
  margin: auto;
  line-height: 2;
}
#front_point .front_point_lineup {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-top: 2em;
}
#front_point .front_point_lineup li {
  width: 30%;
}
#front_point .front_point_lineup .lineup_img {
  width: 100%;
  height: 0;
  padding-top: 125%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#front_point .front_point_lineup p {
  margin: 0 0.5em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  text-align: center;
  background-color: #F1ECE7;
  position: relative;
  top: -0.8em;
}

#front_info dl {
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#front_info dl dt {
  width: 30%;
}
#front_info dl dd {
  width: 70%;
  margin: 0;
}

@media screen and (min-width: 768px) {
  #front_history dl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
#front_history dt {
  padding-top: 3em;
}
#front_history dd {
  padding-top: 1em;
  margin: 0;
}
#front_history dt, #front_history dd {
  padding-bottom: 1em;
  border-bottom: 0.5px #707070 dotted;
}
@media screen and (min-width: 768px) {
  #front_history dt {
    width: 30%;
    padding-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  #front_history dd {
    width: 70%;
  }
}

.kasou_banner ul li div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vh;
}
@media screen and (min-width: 768px) {
  .kasou_banner ul li div {
    height: calc(90vh - 70px);
  }
}

#service {
  background-color: #F1ECE7;
}

@media screen and (min-width: 768px) {
  #service_policy .service_policy_text {
    text-align: left;
  }
}
#service_policy .service_list li {
  margin: calc(8rem + (1vw - 0.32rem) * 4.375) auto 0; /*80-150*/
}
#service_policy .service_list_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0;
  padding-top: 42%;
}
#service_policy .service_list_text p:first-of-type {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #service_policy .service_list {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    align-items: flex-start;
  }
  #service_policy .service_list li {
    width: 25%;
  }
  #service_policy .service_list .service_list_img {
    padding-top: 100%;
  }
}
@media screen and (min-width: 1920px) {
  #service_policy .service_list li {
    margin: 15rem auto;
  }
}

#service_voice .service_voice_list li {
  margin: calc(8rem + (1vw - 0.32rem) * 1.25) auto; /*80-100*/
}
#service_voice .service_voice_list .voice_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
#service_voice .service_voice_list .voice_img {
  width: 40%;
}
#service_voice .service_voice_list .voice_text {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: unset;
}
#service_voice .service_voice_list .voice_text .voice_name {
  margin: 0;
}
#service_voice .service_voice_list .voice_text span {
  display: block;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #service_voice .service_voice_list .voice_flex {
    align-items: flex-start;
  }
  #service_voice .service_voice_list .voice_text .voice_gift {
    margin: 0;
  }
  #service_voice .service_voice_list .voice_text span {
    display: inline-block;
    padding-left: 3em;
  }
}
@media screen and (min-width: 1920px) {
  #service_voice .service_voice_list li {
    margin: 100px auto;
  }
}

#gifts {
  background-color: #F1ECE7;
}

.tab-buttons {
  position: relative;
  font-size: calc(1.4rem + (1vw - 0.32rem) * 0.875); /*14-28*/
}
@media screen and (min-width: 1920px) {
  .tab-buttons {
    font-size: 2.8rem;
  }
}

.tab-buttons span {
  font-size: calc(1.4rem + (1vw - 0.32rem) * 0.875); /*14-28*/
  background: #ffffff;
  cursor: pointer;
  border-bottom: 2px solid #BDB2AB;
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  height: 3em;
  line-height: 3em;
}
@media screen and (min-width: 1920px) {
  .tab-buttons span {
    font-size: 2.8rem;
  }
}
.tab-buttons span.content1 {
  float: none;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .tab-buttons span {
    width: 25%;
  }
}

.tab-content {
  width: 100%;
  border-bottom: 3px solid #707070;
  background: #ffffff;
  display: inline-block;
}

#lamp {
  width: 50%;
  height: 2px;
  background: #707070;
  display: block;
  position: absolute;
  top: 3em;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  #lamp {
    width: 25%;
  }
}

#lamp.content2 {
  left: 0%;
  top: calc(6em + 2px);
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

#lamp.content3 {
  left: 50%;
  top: calc(6em + 2px);
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  #lamp.content3 {
    left: 25%;
  }
}

#lamp.content4 {
  left: 0%;
  top: calc(9em + 4px);
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  #lamp.content4 {
    left: 50%;
    top: calc(6em + 2px);
  }
}

#lamp.content5 {
  left: 50%;
  top: calc(9em + 4px);
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  #lamp.content5 {
    left: 75%;
    top: calc(6em + 2px);
  }
}

#lamp.content6 {
  left: 0%;
  top: calc(12em + 6px);
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  #lamp.content6 {
    top: calc(9em + 4px);
  }
}

#lamp.content7 {
  left: 50%;
  top: calc(12em + 6px);
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  #lamp.content7 {
    left: 25%;
    top: calc(9em + 4px);
  }
}

#lamp.content8 {
  left: 0%;
  top: calc(15em + 8px);
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  #lamp.content8 {
    left: 50%;
    top: calc(9em + 4px);
  }
}

#lamp.content9 {
  left: 50%;
  top: calc(15em + 8px);
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  #lamp.content9 {
    left: 75%;
    top: calc(9em + 4px);
  }
}

#lamp.content1 {
  left: 25%;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  #lamp.content1 {
    left: 37.5%;
  }
}

@media screen and (min-width: 768px) {
  div[class^=content] ul {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
  }
}
div[class^=content] .carda-container {
  background: #FAF7F2;
  background-image: url(https://s3.postimg.org/s1n3ji1ur/paper_fibers_2_X.png);
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin: 25px auto 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  div[class^=content] .carda-container {
    width: 45%;
  }
}
div[class^=content] .subtle {
  color: #aaa;
}
div[class^=content] .carda {
  background-color: #fff;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  box-shadow: 0 0 5px rgba(75, 75, 75, 0.07);
  z-index: 1;
}
div[class^=content] .carda-body {
  width: 45%;
}
div[class^=content] .carda-number {
  margin-top: 15px;
}
div[class^=content] .carda-circle {
  border: 1px solid #aaa;
  border-radius: 50%;
  display: inline-block;
  line-height: 25px;
  font-size: 12px;
  height: 25px;
  text-align: center;
  width: 25px;
}
div[class^=content] .carda-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  margin: 10px 0; /*font-size:20px;*/
}
div[class^=content] .carda-read {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 6px;
  /* margin: 5px 0 20px; */
  position: relative;
  text-align: right;
  text-transform: uppercase;
}
div[class^=content] .carda-read:after {
  background-color: #b8bddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 9px;
  width: 30%;
}
@media screen and (min-width: 768px) {
  div[class^=content] .carda-read:after {
    width: 15%;
  }
}
div[class^=content] .carda-media {
  width: 45%;
}
div[class^=content] .carda-shadow {
  background-color: #fff;
  box-shadow: 0 2px 25px 2px rgb(0, 0, 0), 0 2px 50px 2px rgb(0, 0, 0), 0 0 100px 3px rgba(0, 0, 0, 0.25);
  height: 1px;
  margin: -1px auto 0;
  width: 80%;
  z-index: -1;
}

#post {
  background-color: #F1ECE7;
}

.subtitle span {
  display: block;
}

.post_flex_wrapper {
  margin: 5rem auto;
  padding: 5rem 0;
}
.post_flex_wrapper h3 {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .post_flex_wrapper {
    padding: calc(5rem + (1vw - 0.77rem) * 4.3403) 0;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
  }
  .post_flex_wrapper > div {
    width: 45% !important;
  }
}
@media screen and (min-width: 1920px) {
  .post_flex_wrapper {
    padding: 100px 0;
  }
}

.post_thumb, .attachment-post_thumb {
  height: auto;
}

@media screen and (min-width: 768px) {
  .post_imgarrange {
    width: 65%;
    margin: auto;
  }
}

#contact {
  background-color: #F1ECE7;
}

#contact_detail {
  /* エラーメッセージを見やすく */
}
#contact_detail .required {
  font-size: 0.9em;
  color: #DCAAA4;
  border-radius: 10px;
  border: 1px solid #DCAAA4;
  padding: 0.2em 0.6em;
  font-weight: bold;
  margin-left: 1.5em;
}
#contact_detail span.wpcf7-not-valid-tip, #contact_detail .wpcf7-response-output.wpcf7-validation-errors {
  color: #DCAAA4;
  font-weight: 600;
}
#contact_detail form dl {
  margin: 5rem auto;
}
@media screen and (min-width: 768px) {
  #contact_detail form dl {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
#contact_detail form dt {
  margin-top: 2em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #contact_detail form dt {
    width: 32%;
    padding: 0.2em 0.5em;
  }
}
#contact_detail form dd {
  margin: 0.8em 0 0 0;
  padding: 0.2em 0.5em;
  border-bottom: 1.5px solid #F1ECE7;
}
#contact_detail form dd input {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #contact_detail form dd {
    width: 60%;
    margin-top: 2em;
  }
}
#contact_detail .wpcf7 form.sent .wpcf7-response-output {
  border-color: #DCAAA4;
}

.contact_privacy h3 {
  text-align: center;
}
.contact_privacy article {
  display: none;
  transition: all 1s ease;
  background-color: #ffffff;
  padding: 50px 1em;
}
@media screen and (min-width: 768px) {
  .contact_privacy article {
    font-size: 14px;
  }
}
.contact_privacy article.open {
  opacity: 1;
  position: relative;
}
.contact_privacy span:not(.ijo, .privacy) {
  display: block;
  font-weight: bold;
}
.contact_privacy span.ijo {
  display: block;
  text-align: right;
}
.contact_privacy .privacy {
  color: #DCAAA4;
  cursor: pointer;
}
.contact_privacy .privacy:hover {
  text-decoration: underline;
  font-weight: bold;
}

/*==================================================
ふわっ
===================================*/
/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=sjj.css.map */