@charset "UTF-8";

/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
  color: #131313;
  background: #faf8f5;
  font-family: "M PLUS Rounded 1c", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.1em;
}

a {
  color: #e88999;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

#wrapper {
  overflow: hidden;
}

.top {
  position: relative;
}

#l-main {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.bold {
  font-weight: 600;
}

h2,
h3 {
  line-height: 1.4;
}

h2 .ja,
h3 .ja {
  font-weight: 600;
}

.u-txt {
  letter-spacing: 0.05rem;
}

.border-line {
  display: block;
  border-top: 2px dashed #66addb;
  margin: 35px 0;
}

.mincho {
  font-family: "YakuHanMP", "Cinzel", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}

.mincho.type-big {
  font-size: 2.5rem;
}

@media all and (max-width: 639px) {
  .mincho.type-big {
    font-size: 1.8rem;
  }
}

.mincho.type-big2 {
  font-size: 2.5rem;
  position: relative;
  padding-left: 40px;
}

.mincho.type-big2:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #ec9eab;
  left: 0;
  top: 20px;
}

@media all and (max-width: 639px) {
  .mincho.type-big2 {
    font-size: 1.8rem;
  }
}

/* animation
----------------------------------*/
@-webkit-keyframes view-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes view-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes view-slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
    transform: translate(0, 35px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes view-slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
    transform: translate(0, 35px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.animation {
  opacity: 0;
}

.slideup.on {
  opacity: 1;
  -webkit-animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
  animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.zoomin.on {
  opacity: 1;
  -webkit-animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
  animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.loader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  -webkit-perspective: 100px;
  perspective: 100px;
  width: 100%;
  height: 100vh;
}

.loader::after {
  -webkit-animation: loader 12s linear infinite;
  animation: loader 12s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -40px;
  content: "";
  height: 110px;
  width: 86px;
  display: block;
  background: url(../img/logomark.png) no-repeat center/contain;
}

.loader.off {
  display: none;
}

/* Animations */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }

  10% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  80% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  90% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }

  100% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }

  10% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  80% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  90% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }

  100% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }

  10% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  80% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  90% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }

  100% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }

  10% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  80% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  90% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }

  100% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}

@-webkit-keyframes slide-in-bottom {
  0% {
    top: 120%;
  }

  10% {
    top: 120%;
  }

  15% {
    top: 50%;
  }

  75% {
    top: 50%;
  }

  80% {
    top: 120%;
  }

  100% {
    top: 120%;
  }
}

@keyframes slide-in-bottom {
  0% {
    top: 120%;
  }

  10% {
    top: 120%;
  }

  15% {
    top: 50%;
  }

  75% {
    top: 50%;
  }

  80% {
    top: 120%;
  }

  100% {
    top: 120%;
  }
}

@-webkit-keyframes slide-in-top {
  0% {
    top: -20%;
  }

  10% {
    top: -20%;
  }

  15% {
    top: 50%;
  }

  75% {
    top: 50%;
  }

  80% {
    top: -20%;
  }

  100% {
    top: -20%;
  }
}

@keyframes slide-in-top {
  0% {
    top: -20%;
  }

  10% {
    top: -20%;
  }

  15% {
    top: 50%;
  }

  75% {
    top: 50%;
  }

  80% {
    top: -20%;
  }

  100% {
    top: -20%;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes late-fade {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes late-fade {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ec9eab;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*画面遷移アニメーション*/
.splashbg {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #d1b78f;
  /*伸びる背景色の設定*/
  -webkit-animation-name: PageAnime;
  animation-name: PageAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes PageAnime {
  0% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  50% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  51% {
    -webkit-transform-origin: top;
    transform-origin: top;
  }

  100% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes PageAnime {
  0% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  50% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  51% {
    -webkit-transform-origin: top;
    transform-origin: top;
  }

  100% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

/*画面遷移の後現れるコンテンツ設定*/
#container {
  opacity: 0;
  /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container {
  -webkit-animation-name: PageAnimeAppear;
  animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* header
----------------------------------*/
#l-header {
  z-index: 2;
  position: absolute;
  top: 0%;
  width: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media all and (max-width: 1100px) {
  #l-header {
    position: initial;
    margin: 0 auto;
  }
}

@media all and (max-width: 639px) {
  #l-header {
    position: initial;
    margin: 40px auto 20px;
  }
}

#l-header.is-fixed {
  z-index: 200;
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
  box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
}

#l-header.is-fixed .head-contact {
  display: none;
}

#l-header.is-fixed .inner {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
}

#l-header.is-fixed .inner #logo {
  width: 340px;
  padding: 10px 0;
}

#l-header.is-fixed .inner #logo .logo1 {
  display: none;
}

#l-header.is-fixed .inner #logo .logo2 {
  display: block;
}

@media all and (max-width: 1100px) {
  #l-header.is-fixed .header_nav {
    margin-top: 0;
  }
}

#l-header.is-fixed #header_nav ul {
  margin: 40px auto 0;
  max-width: 100%;
}

#l-header.is-fixed #header_nav ul li .header_link {
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
}

@media all and (max-width: 896px) {
  #l-header.is-fixed {
    margin: 0px auto 20px;
  }
}

@media all and (max-width: 639px) {
  #l-header.is-fixed {
    position: initial;
    margin: 0px auto 20px;
  }
}

#l-header .inner {
  max-width: 36%;
  margin: 100px auto 0 0;
  padding: 20px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media all and (max-width: 1100px) {
  #l-header .inner {
    display: block;
  }
}

@media all and (max-width: 896px) {
  #l-header .inner {
    min-width: initial;
  }
}

#l-header .inner #logo {
  max-width: 290px;
  width: 60%;
  margin: 0px auto 0px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#l-header .inner #logo .logo2 {
  display: none;
}

#l-header .inner #logo .logo1 {
  display: block;
}

@media all and (max-width: 1100px) {
  #l-header .inner #logo {
    margin: 0 auto;
    width: 80%;
  }
}

@media all and (max-width: 896px) {
  #l-header .inner #logo {
    margin: 0 auto;
    width: 40%;
  }
}

@media all and (max-width: 639px) {
  #l-header .inner #logo {
    width: 210px;
  }
}

.head-contact {
  position: absolute;
  top: 50px;
  left: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  width: 30%;
  max-width: 500px;
}

@media all and (max-width: 1100px) {
  .head-contact {
    position: absolute;
    left: 20px;
    top: 30px;
  }
}

@media all and (max-width: 639px) {
  .head-contact {
    position: absolute;
    right: 10px;
    top: -7px;
    padding-right: 0;
    z-index: 2;
  }
}

.head-txt {
  font-size: 12px;
  line-height: 1.6;
  margin-left: 20px;
  letter-spacing: 0.1rem;
  padding: 8px 10px;
  color: #111;
  border: 4px double #ec9eab;
  position: absolute;
  right: 5px;
  top: 10px;
  text-align: center;
  line-height: 1.6;
}

.head-btn a {
  padding: 8px 30px;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  color: #5e5047;
  position: relative;
  border-radius: 50px;
  background: #fff;
  margin-left: 10px;
}

@media all and (max-width: 1100px) {
  .head-btn a {
    padding: 5px 12px;
  }
}

.head-btn a i {
  margin-right: 3px;
}

@media all and (max-width: 1100px) {
  .head-btn a i {
    margin-right: auto;
  }
}

@media all and (max-width: 1100px) {
  .head-btn a {
    border: 1px solid #ec9eab;
  }
}

.head-btn a:hover {
  opacity: 0.6;
}

.head-tel a {
  background: transparent;
  padding: 10px 30px;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  width: auto;
  height: auto;
  background: #ec9eab;
  border: 1px solid #ec9eab;
  font-size: 1.6rem;
  position: relative;
  border-radius: 50px;
}

.head-tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  font-size: 1.5rem;
}

.head-tel a:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  color: #5e5047;
  background: rgba(236, 158, 171, 0.2);
}

@media all and (max-width: 1100px) {
  .head-tel a {
    padding: 8px 9px;
  }
}

@media all and (max-width: 639px) {
  .head-tel a {
    padding: 10px 10px;
    font-size: 1.3rem;
  }
}

.head-mail {
  margin-left: 10px;
}

.head-mail a {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #fefefe;
}

.head-mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}

.head-mail a:hover {
  background: #8fc3e5;
}

@media all and (max-width: 1100px) {

  .head-tel span,
  .head-btn span {
    display: none;
  }
}

#header_nav {
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 0 auto;
}

@media all and (max-width: 1100px) {
  #header_nav {
    margin: 10px auto 0;
  }
}

#header_nav.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 100;
}

#header_nav.is-fixed .header_link {
  color: #545454;
}

#header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 0 7px;
  max-width: 460px;
  margin: 70px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

#header_nav ul:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  left: 0;
  top: -20px;
  border-radius: 50px;
  background: #ec9eab;
}

#header_nav ul li {
  position: relative;
  padding: 0 16px;
}

#header_nav ul li .header_link {
  display: block;
  letter-spacing: 0.1em;
  position: relative;
  font-size: 1.5rem;
  color: #797474;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

#header_nav ul li .header_link img {
  display: block;
  width: 30px;
  margin: 0 auto 4px;
}

#header_nav ul li .header_link span {
  display: block;
  font-size: 1.4rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #4C3415;
  position: relative;
  line-height: 1;
  font-weight: normal;
  display: none;
}

#header_nav ul li .header_link:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  top: -42px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/head-link.png) no-repeat;
  background-size: cover;
  opacity: 0;
}

#header_nav ul li .header_link.active,
#header_nav ul li .header_link:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  color: #5e5047;
  font-weight: bold;
}

#header_nav ul li .header_link.active:before,
#header_nav ul li .header_link:hover:before {
  opacity: 1;
}

#header_nav ul li .sub-menu {
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
  display: none;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 165px;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1;
}

#header_nav ul li .sub-menu .sub-menu-list {
  background-color: #4C3415;
  padding: 10px 32px 10px 32px;
  margin-bottom: 2px;
  position: relative;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

#header_nav ul li .sub-menu .sub-menu-list a {
  display: block;
  font-size: 1.2rem;
  color: #fff;
}

#header_nav ul li .sub-menu .sub-menu-list .little-menu li {
  background-color: white;
  padding: 10px 10px;
  border-right: 2px solid #ec9eab;
}

#header_nav ul li .sub-menu .sub-menu-list .little-menu li a {
  color: #df556c;
}

#header_nav ul li .sub-menu .sub-menu-list .little-menu li a:after {
  display: none;
}

#header_nav ul li .sub-menu .sub-menu-list .little-menu li.type4 {
  border-right: none;
}

#header_nav ul li .sub-menu .sub-menu-list .little-menu li:hover {
  background-color: #f3f0ed;
  position: relative;
}

#header_nav ul li .sub-menu .sub-menu-list .little-menu li:hover:before {
  position: absolute;
  content: "";
  background: url(../img/nav-icon01.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 70px;
  bottom: 36px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

#header_nav ul li .sub-menu .sub-menu-list .little-menu li:hover.type1:before {
  background: url(../img/nav-icon01.png) no-repeat;
  background-size: contain;
}

#header_nav ul li .sub-menu .sub-menu-list .little-menu li:hover.type2:before {
  background: url(../img/nav-icon02.png) no-repeat;
  background-size: contain;
}

#header_nav ul li .sub-menu .sub-menu-list .little-menu li:hover.type3:before {
  background: url(../img/nav-icon03.png) no-repeat;
  background-size: contain;
}

#header_nav ul li .sub-menu .sub-menu-list .little-menu li:hover.type4:before {
  background: url(../img/nav-icon04.png) no-repeat;
  background-size: contain;
}

@media all and (max-width: 1367px) {
  #header_nav ul li {
    padding: 0 5px;
  }
}

#header_nav .dropdown {
  display: none;
  position: absolute;
  left: -10px;
  top: 25px;
  z-index: 999;
  padding-top: 30px;
}

#header_nav .dropdown .dropdown-li {
  border-right: 0;
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #4C3415;
}

#header_nav .dropdown .dropdown-li a {
  display: block;
  width: 150px;
  padding: 8px;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  color: #fff;
  background: #111;
  font-weight: normal;
}

#header_nav .dropdown .dropdown-li a:hover {
  color: #4C3415;
}

#header_nav .dropdown .dropdown-li a:after {
  display: none;
}

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 7px;
  z-index: 200;
}

#page-top a {
  display: block;
  background: #ec9eab;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 1.2rem;
  text-align: center;
}

#page-top a:hover {
  opacity: 0.6;
}

@media all and (max-width: 896px) {
  #page-top {
    display: none;
  }
}

/* modal window
----------------------------------*/
#info {
  display: none;
}

/* modal window
----------------------------------*/
.modaal-close:hover:before {
  background: #ec9eab !important;
}

.modaal-close:hover:after {
  background: #ec9eab !important;
}

.scrollbar2 {
  max-height: 90vh;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0 auto;
  padding-right: 20px;
}

@media all and (max-width: 639px) {
  .scrollbar2 {
    max-height: 70vh;
  }
}

@media all and (max-width: 639px) {
  .modaal-content-container {
    padding: 20px !important;
  }
}

/* swiper
----------------------------------*/
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translate(-100vw, 0);
    transform: translate(-100vw, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translate(-100vw, 0);
    transform: translate(-100vw, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    background: rgba(255, 255, 255, 0.5);
  }

  100% {
    background: rgba(255, 255, 255, 0.9);
  }
}

@keyframes fadeIn {
  0% {
    background: rgba(255, 255, 255, 0.5);
  }

  100% {
    background: rgba(255, 255, 255, 0.9);
  }
}

.swiper-slide {
  position: relative;
}

.swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  background-position: 50%;
  background-size: cover;
  z-index: -1;
}

.swiper-slide.slide1:before {
  background-image: url(../img/1.jpg);
  background-position: 60% 50%;
}

.swiper-slide.slide2:before {
  background-image: url(../img/2.jpg);
  background-position: 50% 50%;
}

.swiper-slide.slide3:before {
  background-image: url(../img/3.jpg);
  background-position: 90% 50%;
}

.slide-img {
  overflow: hidden;
  width: 62%;
  height: 96vh;
  margin: 20px 2% 20px auto;
  border-radius: 40px;
  border-left: 10px solid #ec9eab;
  border-bottom: 10px solid #ec9eab;
  border-top: 10px solid #4C3415;
  border-right: 10px solid #4C3415;
  position: relative;
}

.slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media all and (max-width: 1100px) {
  .slide-img {
    height: 70vw;
  }
}

@media all and (max-width: 1100px) {
  .slide-img {
    height: 60vw;
    width: 96%;
    border-top: 10px solid #ec9eab;
  }
}

@media all and (max-width: 639px) {
  .slide-img {
    height: 50vh;
    border-right: 6px solid #ec9eab;
    border-bottom: 6px solid #ec9eab;
    border-top: 6px solid #ec9eab;
  }
}

#slideshow {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

#slideshow:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #faf8f5;
  z-index: 10;
  bottom: 0;
  left: 0;
  -webkit-animation: topmain-anime 1s ease-in 2.3s forwards;
  animation: topmain-anime 1s ease-in 2.3s forwards;
}

@-webkit-keyframes topmain-anime {
  0% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes topmain-anime {
  0% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@-webkit-keyframes topmain-anime2 {
  0% {
    left: 0;
    width: 0;
  }

  100% {
    left: 0;
    width: 100%;
  }
}

@keyframes topmain-anime2 {
  0% {
    left: 0;
    width: 0;
  }

  100% {
    left: 0;
    width: 100%;
  }
}

.slide-txt {
  position: absolute;
  left: 50%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40%;
  padding: 30px 25px;
  z-index: 20;
  background-image: linear-gradient(69deg, transparent 0%, rgba(255, 255, 255, 0.6) 20%, #fff 50%, rgba(255, 255, 255, 0.6) 80%, transparent 100%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  text-align: center;
}

@media all and (max-width: 1100px) {
  .slide-txt {
    width: 55%;
  }
}

@media all and (max-width: 639px) {
  .slide-txt {
    padding: 20px 10px;
    width: 80%;
  }
}

.slide-txt:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  border: 0.9px solid #fff;
  opacity: 0.7;
}

@media all and (max-width: 639px) {
  .slide-txt:before {
    top: 5px;
    left: 5px;
  }
}

.slide-fixed {
  position: absolute;
  left: 50%;
  bottom: 2%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 20;
}

@media all and (max-width: 896px) {
  .slide-fixed {
    width: 50%;
  }
}

.slide-fixed li {
  width: 31%;
}

@media all and (max-width: 639px) {
  .slide-fixed {
    width: 60%;
  }
}

#slide-wrap {
  position: relative;
}

@-webkit-keyframes topgrad {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {}
}

@keyframes topgrad {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {}
}

.catch {
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 auto;
  opacity: 1;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px 50px;
  border-radius: 20px;
  font-size: 3.6rem;
  line-height: 2;
  color: #ec9eab;
}

.catch img {
  -webkit-filter: drop-shadow(0 0 10px rgba(63, 43, 31, 0.2));
  filter: drop-shadow(0 0 10px rgba(63, 43, 31, 0.2));
}

.catch.on {
  opacity: 1;
}

@media all and (max-height: 860px) {
  .catch {
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    bottom: 5%;
  }
}

@media all and (max-width: 1100px) {
  .catch {
    width: 40%;
  }
}

@media all and (max-width: 639px) {
  .catch {
    width: 80%;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
  }
}

#scrolldown {
  position: absolute;
  right: 15px;
  bottom: 60px;
  color: #fefefe;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  font-size: 1.4rem;
  z-index: 100;
  height: 210px;
}

#scrolldown:before,
#scrolldown:after {
  position: absolute;
  content: "";
  z-index: 2;
  left: 50%;
}

#scrolldown:before {
  width: 1px;
  height: 100px;
  bottom: 0;
  background: #f0f0f0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#scrolldown:after {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  top: 100px;
  margin-left: -4px;
  -webkit-animation: scroll-point 2.3s ease-out infinite;
  animation: scroll-point 2.3s ease-out infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media all and (max-width: 896px) {
  #scrolldown {
    display: none;
  }
}

@-webkit-keyframes scroll-point {
  0% {
    bottom: 0;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  50% {
    top: 180px;
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    top: 210px;
    opacity: 0;
  }
}

@keyframes scroll-point {
  0% {
    bottom: 0;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  50% {
    top: 180px;
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    top: 210px;
    opacity: 0;
  }
}

/* contact_bnr
----------------------------------*/
.contact_bnr>li {
  margin-bottom: 20px;
}

.contact_bnr>li a {
  position: relative;
  max-width: 320px;
  color: #9fe09f;
}

.contact_bnr>li span {
  background: #9fe09f;
  border: 1px solid #9fe09f;
  color: #fff;
  border-radius: 50px;
  padding: 4px 20px;
  margin-right: 15px;
  font-weight: normal;
}

.contact_bnr>li .link:hover span {
  background: #fff;
  color: #ec9eab;
  border-radius: 50px;
  padding: 4px 20px;
  margin-right: 15px;
  font-weight: normal;
}

@media all and (max-width: 896px) {
  .contact_bnr>li span {
    margin-right: 0;
    margin-bottom: 10px;
    display: inline-block;
  }

  .contact_bnr>li a {
    text-align: center;
    margin: 0 10px 20px auto;
  }

  .contact_bnr>li:first-of-type {
    margin-right: 0;
  }
}

.contact_bnr>li .bnr_tel {
  white-space: nowrap;
  position: relative;
  color: #ec9eab;
  font-family: 'Arvo', serif;
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 1.2;
}

.contact_bnr>li .bnr_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
  font-size: 0.7em;
}

.contact_bnr>li .bnr_tel:hover {
  color: #df556c;
  text-shadow: 0 0 4px rgba(94, 80, 71, 0.1);
}

@media all and (max-width: 1100px) {
  .contact_bnr>li .bnr_tel {
    font-size: 3rem;
  }
}

@media all and (max-width: 639px) {
  .contact_bnr>li .bnr_tel {
    font-size: 2.2rem;
    text-align: center;
  }

  .contact_bnr>li .bnr_tel:before {
    font-size: 1em;
  }
}

.contact_bnr>li .bnr_mobile {
  background: #fefefe;
  color: #ec9eab;
}

.contact_bnr>li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}

.contact_bnr>li .bnr_fax {
  background: #fdfdfd;
  color: #ec9eab;
}

.contact_bnr>li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}

.contact_bnr>li .bnr_mail {
  background: #ec9eab;
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  border-radius: 50px;
  line-height: 1.4;
  padding: 15px 8px;
}

.contact_bnr>li .bnr_mail .small {
  font-size: 0.8em;
  margin-left: 4px;
}

.contact_bnr>li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: 900;
  font-size: 0.8em;
  margin-right: 15px;
}

.contact_bnr>li .bnr_mail:hover {
  background: #ec9eab;
  color: #fff;
}

@media all and (max-width: 639px) {
  .contact_bnr>li .bnr_mail {
    font-size: 1.4rem;
  }
}

/* footer
----------------------------------*/
footer {
  position: relative;
}

#l-footer {
  font-size: 1.4rem;
  position: relative;
  width: 100%;
  color: #fff;
}

#l-footer:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  height: 90%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/20435/footer-bg_2.jpg) no-repeat;
  background-size: cover;
}

@media all and (max-width: 1100px) {
  #l-footer:before {
    height: 82%;
  }
}

#l-footer .inner {
  padding: 40px 20px 80px;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 0 60px auto;
  background-color: #faf8f5;
  border-radius: 20px;
}

#l-footer .footer-column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px auto 0 auto;
  padding: 20px 30px;
  background-color: #fff;
  color: #131313;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  max-width: 600px;
  text-align: center;
}

#l-footer .footer-column .footer-left {
  width: 45%;
}

#l-footer .footer-column .footer-right {
  width: 50%;
}

#l-footer .footer-txt {
  padding-left: 8px;
}

#l-footer .footer-txt span {
  background: #ec9eab;
  padding: 5px 10px;
  font-size: 13px;
  color: #fefefe;
}

@media all and (max-width: 1560px) {
  #l-footer .inner {
    max-width: 780px;
  }
}

@media all and (max-width: 1100px) {
  #l-footer .footer-column {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 80%;
  }

  #l-footer .footer-column .footer-left {
    font-size: 12px;
    width: 47%;
  }

  #l-footer .footer-column .footer-middle {
    width: 50%;
  }

  #l-footer .footer-column .footer-right {
    width: 100%;
    margin-top: 20px;
  }
}

@media all and (max-width: 896px) {
  #l-footer .inner {
    max-width: 490px;
  }

  #l-footer .footer-column {
    max-width: 90%;
  }
}

@media all and (max-width: 639px) {
  #l-footer {
    font-size: 1.2rem;
  }

  #l-footer:before {
    background-position: 18% 0%;
  }

  #l-footer .inner {
    max-width: 260px;
  }

  #l-footer .inner {
    padding: 40px 20px;
  }

  #l-footer .inner .right-inner {
    padding: 8px;
    font-size: 12px;
  }

  #l-footer .footer-column {
    max-width: 100%;
    margin: 20px auto 0;
  }

  #l-footer .footer-column .border-b {
    font-size: 1rem;
  }
}

.footer-access {
  display: table;
  background-color: #fff;
  padding: 20px;
}

.footer-access .title {
  display: table-cell;
  color: #4C3415;
  border: 1px solid #4C3415;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  padding: 10px 2px;
}

.footer-access .txt {
  padding-left: 10px;
}

.footer-access .border-b {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 2px solid #d9f1f3;
}

.footer-access .txt-detail {
  margin-bottom: 5px;
}

.footer-access .txt-detail span {
  background-color: #4C3415;
  padding: 2px 10px;
  border-radius: 50px;
}

@media all and (max-width: 639px) {
  .footer-access .txt-detail {
    text-align: left;
  }
}

/* footer_navi
----------------------------------*/
.footer_navi {
  padding: 0px 10px 40px;
  margin: 0 auto;
}

.footer_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 0 7px;
  max-width: 1500px;
  margin: 0 auto;
}

.footer_navi ul li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer_navi ul li .header_link {
  display: inline-block;
  letter-spacing: 0.1em;
  position: relative;
  font-size: 1.2rem;
  color: #000000;
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 10px;
  text-align: center;
  font-weight: 300;
}

.footer_navi ul li .header_link img {
  display: block;
  width: 30px;
  margin: 0 auto 4px;
}

.footer_navi ul li .header_link span {
  display: block;
  font-size: 1.4rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #ec9eab;
  position: relative;
  line-height: 1;
  text-align: center;
}

.footer_navi ul li .header_link:after {
  display: none;
}

.footer_navi ul li .sub-menu {
  display: none;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
  display: none;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 215px;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1;
  bottom: 38px;
  right: 40px;
  z-index: 2;
}

.footer_navi ul li .sub-menu li {
  background-color: #f2f8fd;
  padding: 10px 15px 10px 15px;
  margin-bottom: 2px;
  position: relative;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.footer_navi ul li .sub-menu li a {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  color: #545454;
}

.footer_navi ul li .sub-menu li .little-menu li {
  background-color: #fff;
}

.footer_navi ul li .sub-menu li:hover {
  background-color: #4C3415;
}

.footer_navi ul li .sub-menu li:hover .little-menu li:hover {
  background-color: #d9edff;
}

.footer_navi ul li:hover .sub-menu,
.footer_navi ul li.active .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.footer_navi ul li:hover .header_link,
.footer_navi ul li.active .header_link {
  background-color: #4C3415;
  color: #ec9eab;
}

.footer_navi ul li:hover .header_link span,
.footer_navi ul li.active .header_link span {
  color: #fff;
}

.flogo {
  max-width: 340px;
  min-height: 0;
  position: relative;
  z-index: 5;
  margin: 0 auto;
}

@media all and (max-width: 896px) {
  .flogo {
    margin: 20 auto 0px;
    text-align: center;
    max-width: 300px;
    width: 100%;
  }

  .flogo img {
    width: 100%;
  }
}

@media all and (max-width: 639px) {
  .flogo {
    max-width: 160px;
  }
}

.copyright {
  background: #ec9eab;
  padding: 20px 0;
  font-size: 1.2rem;
  font-weight: normal;
  position: relative;
  z-index: 2;
  color: #f2edde;
}

@media all and (max-width: 896px) {
  .copyright {
    font-size: 12px;
    padding: 15px 0 74px;
  }
}

@media all and (max-width: 639px) {
  .copyright {
    padding-bottom: 90px;
  }
}

/* 4-2　パタッ（左へ） */
.flipLeft {
  -webkit-animation-name: flipLeftAnime;
  animation-name: flipLeftAnime;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-perspective-origin: left center;
  perspective-origin: left center;
  opacity: 0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@-webkit-keyframes flipLeftAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(50deg);
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(50deg);
    opacity: 0;
  }

  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipLeftAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(50deg);
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(50deg);
    opacity: 0;
  }

  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

/* contents
----------------------------------*/
.single {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 1560px) {
  .single {
    padding: 80px 60px;
  }
}

@media all and (max-width: 1100px) {
  .single {
    padding: 80px 40px;
  }
}

@media all and (max-width: 639px) {
  .single {
    padding: 80px 20px;
  }
}

.single02 {
  margin: 0 auto;
  padding: 80px 0;
}

@media all and (max-width: 1100px) {
  .single02 {
    width: 100%;
    padding: 80px 10px;
  }
}

.single02.p0 {
  padding: 0;
}

@media all and (max-width: 1100px) {
  .single02.p0 {
    width: 100%;
    padding: 40px 20px;
  }
}

.single02.p40 {
  padding: 40px 0;
}

@media all and (max-width: 1100px) {
  .single02.p40 {
    width: 100%;
    padding: 40px 20px;
  }
}

.single03 {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}

@media all and (max-width: 1100px) {
  .single03 {
    padding: 80px 10px;
  }
}

.single04 {
  padding-bottom: 80px;
}

@media all and (max-width: 896px) {
  .single04 {
    padding-bottom: 40px;
  }
}

.lsingle,
.rsingle {
  width: 48.44%;
}

.lsingle {
  float: left;
}

.rsingle {
  float: right;
}

.mbox {
  background: #fefefe;
  padding: 30px;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #ec9eab;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(236, 158, 171, 0.6);
  box-shadow: 0px 0px 16px -6px rgba(236, 158, 171, 0.6);
}

.mbox.transparent {
  background: transparent;
}

.mbox.border-none {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mbox.w-1500 {
  max-width: 1500px;
}

.mbox.w-900 {
  max-width: 1200px;
}

@media all and (max-width: 639px) {
  .mbox.w-900 {
    padding: 15px 0px;
  }
}

@media all and (max-width: 639px) {
  .mbox {
    padding: 15px 10px;
  }
}

.mbox.b-top {
  border-top: 5px solid #4C3415;
  border-left: 5px solid #df556c;
  -webkit-box-shadow: 10px 10px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 1px 1px rgba(0, 0, 0, 0.4);
}

.mbox2 {
  background: #fff;
  padding: 30px;
}

@media all and (max-width: 639px) {
  .mbox2 {
    padding: 15px;
  }
}

.small-box {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.small-box.type1 {
  max-width: 800px;
}

@media all and (max-width: 896px) {
  .small-box.type1 {
    background-color: rgba(77, 56, 26, 0.6);
  }
}

@media all and (max-width: 639px) {
  .small-box.type1 {
    background-color: rgba(77, 56, 26, 0.9);
  }
}

.sentence p+p {
  margin-top: 20px;
}

#main {
  float: left;
  width: 76%;
}

#main .mbox2 {
  min-height: 300px;
}

@media all and (max-width: 896px) {
  #main .mbox2 {
    min-height: initial;
  }
}

@media all and (max-width: 896px) {
  #main {
    float: none;
    width: 100%;
  }
}

#side {
  float: right;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 0;
  width: 21%;
  padding-right: 10px;
}

@media all and (max-width: 896px) {
  #side {
    float: none;
    width: 100%;
    position: static;
    margin-top: 40px;
  }
}

/* mtitle
----------------------------------*/
.mtitle {
  margin-bottom: 40px;
  margin-left: 0;
  position: relative;
}

.mtitle .eng {
  margin-bottom: 10px;
  display: block;
  font-size: 2rem;
  line-height: 1;
  position: relative;
  font-weight: normal;
  z-index: 2;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(91.17deg, #ec9eab 0.7%, #4C3415 21.75%, #df556c 44.2%, #4C3415 65.72%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.mtitle .eng.dark {
  background: #67451d;
  background: -webkit-gradient(linear, left top, right top, from(#67451d), color-stop(41%, #6b5619), color-stop(78%, #81762b), to(#996323));
  background: linear-gradient(90deg, #67451d 0%, #6b5619 41%, #81762b 78%, #996323 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.mtitle .ja {
  padding-top: 10px;
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
  color: #131313;
  letter-spacing: 0.15em;
  font-weight: 500;
}

.mtitle.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.mtitle.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.mtitle.white .eng {
  color: #fefefe;
}

.mtitle.white .ja {
  color: #fefefe;
}

.mtitle.type-tate {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.mtitle.type-tate .eng {
  margin-bottom: 10px;
  display: block;
  font-size: 2rem;
  line-height: 1;
  position: relative;
  font-weight: normal;
  z-index: 2;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(91.17deg, #ec9eab 0%, #4C3415 90.75%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.mtitle.type-page {
  position: relative;
}

.mtitle.type-page:after {
  position: absolute;
  content: "";
  width: 196px;
  height: 11px;
  background: url(../img/page-mtitle-line.png) no-repeat;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -22px;
}

.mtitle.type-page.green .eng {
  background: none;
  -webkit-text-fill-color: initial;
  color: #9fe09f;
}

.mtitle.type-page.yellow .eng {
  background: none;
  -webkit-text-fill-color: initial;
  color: #e6c348;
}

.mtitle.type-page.yellow:after {
  background: url(../img/page-mtitle-line2.png) no-repeat;
}

.mtitle.type-page.orange .eng {
  background: none;
  -webkit-text-fill-color: initial;
  color: #e7a67e;
}

.mtitle.type-page.orange:after {
  background: url(../img/page-mtitle-line3.png) no-repeat;
}

.mtitle.type-page.pink .eng {
  background: none;
  -webkit-text-fill-color: initial;
  color: #f3beca;
}

.mtitle.type-page.pink:after {
  background: url(../img/page-mtitle-line4.png) no-repeat;
}

.mtitle.type-page.purple .eng {
  background: none;
  -webkit-text-fill-color: initial;
  color: #d1b2f5;
}

.mtitle.type-page.purple:after {
  background: url(../img/page-mtitle-line5.png) no-repeat;
}

.mtitle.type-page.blue .eng {
  background: none;
  -webkit-text-fill-color: initial;
  color: #8fc3e5;
}

.mtitle.type-page.blue:after {
  background: url(../img/page-mtitle-line6.png) no-repeat;
}

.mtitle.type-page.lightblue .eng {
  background: none;
  -webkit-text-fill-color: initial;
  color: #8fe5e5;
}

.mtitle.type-page.lightblue:after {
  background: url(../img/page-mtitle-line7.png) no-repeat;
}

@media all and (max-width: 639px) {
  .mtitle {
    text-align: center;
    margin-bottom: 20px;
  }

  .mtitle .eng {
    font-size: 2rem;
    line-height: 1.2;
  }

  .mtitle .ja {
    font-size: 1.5rem;
  }
}

.mtitle-1 {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0;
  position: relative;
  text-align: center;
}

.mtitle-1 .eng {
  margin-bottom: 10px;
  display: block;
  font-size: 8rem;
  line-height: 9rem;
  position: relative;
  font-weight: normal;
  z-index: 2;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(42deg, #8b6a37 0%, #ebdb83 63%, #f0bd71 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.mtitle-1 .ja {
  position: absolute;
  z-index: 2;
  font-size: 2rem;
  color: #5e5047;
  letter-spacing: 0.15em;
  font-weight: 600;
  top: 30px;
  left: 0;
  right: 0;
}

.mtitle-1.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.mtitle-1.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.mtitle-1.white .eng {
  color: #fefefe;
}

.mtitle-1.white .ja {
  color: #fefefe;
}

@media all and (max-width: 639px) {
  .mtitle-1 {
    text-align: center;
  }

  .mtitle-1 .eng {
    font-size: 3rem;
    line-height: 3rem;
  }

  .mtitle-1 .ja {
    font-size: 1.6rem;
  }
}

.mtitle-2 {
  margin-left: 0;
  position: relative;
  padding-left: 10%;
}

.mtitle-2:before {
  position: absolute;
  content: "";
  width: 80%;
  max-width: 870px;
  height: 2px;
  background-color: #ec9eab;
  left: 0;
  bottom: -20%;
}

.mtitle-2.type-orange:before {
  background-color: #d68874;
}

.mtitle-2.type-orange .eng {
  background: #f3d7c6;
  background: -webkit-gradient(linear, left top, right top, from(#ebab80), color-stop(10%, #eca7a2), color-stop(30%, #e67878));
  background: linear-gradient(90deg, #ebab80 0%, #eca7a2 10%, #e67878 30%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.mtitle-2.type-yellow:before {
  background-color: #e6c348;
}

.mtitle-2.type-yellow .eng {
  background: #d3ab70;
  background: -webkit-gradient(linear, left top, right top, from(#ebc680), color-stop(10%, #ecc3a2), color-stop(30%, #dfe678));
  background: linear-gradient(90deg, #ebc680 0%, #ecc3a2 10%, #dfe678 30%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.mtitle-2.white .eng {
  background: #c6e1f3;
  background: -webkit-gradient(linear, left top, right top, from(#90bdda), color-stop(20%, #c6e1f3), to(#7694d4));
  background: linear-gradient(90deg, #90bdda 0%, #c6e1f3 20%, #7694d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.mtitle-2.white .ja {
  color: #fff;
}

.mtitle-2.white:before {
  position: absolute;
  content: "";
  width: 600px;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -20%;
}

.mtitle-2 .eng {
  font-size: 5rem;
  line-height: 6rem;
  position: relative;
  font-weight: normal;
  z-index: 2;
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 800;
  background: #f3c6c6;
  background: -webkit-gradient(linear, left top, right top, from(#f3d3c6), color-stop(20%, #f3c6dd), to(#d4ae76));
  background: linear-gradient(90deg, #f3d3c6 0%, #f3c6dd 20%, #d4ae76 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.mtitle-2 .ja {
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  color: #000;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-weight: bold;
}

@media all and (max-width: 639px) {
  .mtitle-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .mtitle-2 .eng {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .mtitle-2 .ja {
    font-size: 1.6rem;
  }
}

.mtitle-3 {
  margin-left: 0;
  position: relative;
  text-align: right;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.mtitle-3 .eng {
  font-size: 10rem;
  letter-spacing: -18px;
  line-height: 1;
  position: relative;
  font-weight: normal;
  z-index: 2;
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  background: #67451d;
  background: -webkit-gradient(linear, left top, right top, from(#ff9074), color-stop(41%, #ff9aa2), color-stop(78%, #ffa9d4), to(#ffa6a6));
  background: linear-gradient(90deg, #ff9074 0%, #ff9aa2 41%, #ffa9d4 78%, #ffa6a6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.mtitle-3 .ja {
  position: relative;
  z-index: 2;
  font-size: 2rem;
  color: #5e5047;
  letter-spacing: 0.15em;
  font-weight: 600;
  color: white;
  background-color: #ec9eab;
  padding: 18px 4px;
  border-radius: 50px;
}

@media all and (max-width: 639px) {
  .mtitle-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .mtitle-3 .eng {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .mtitle-3 .ja {
    font-size: 1.6rem;
  }
}

.mtitle-4 {
  position: relative;
  background-color: rgba(231, 166, 126, 0.6);
  padding: 5px 20px;
}

.mtitle-4.type-orange {
  background-color: rgba(231, 166, 126, 0.6);
}

.mtitle-4.type-green {
  background-color: rgba(159, 224, 159, 0.6);
}

.mtitle-4.type-yellow {
  background-color: rgba(230, 195, 72, 0.6);
}

.mtitle-4.type-blue {
  background-color: rgba(143, 195, 229, 0.6);
}

.mtitle-4 .ja {
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
  color: #5e5047;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-family: "YakuHanMP", "Cinzel", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  color: #333;
}

@media all and (max-width: 639px) {
  .mtitle-4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .mtitle-4 .eng {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .mtitle-4 .ja {
    font-size: 1.6rem;
  }
}

.mtitle-5 {
  position: relative;
  padding: 5px 20px;
}

.mtitle-5.type-orange {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(61%, rgba(255, 255, 255, 0)), color-stop(62%, #f0d5ac));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 61%, #f0d5ac 62%);
  border-bottom: 2px solid #e7a67e;
}

@media all and (max-width: 639px) {
  .mtitle-5.type-orange {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 0)), color-stop(87%, #f0d5ac));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 1%, #f0d5ac 87%);
  }
}

.mtitle-5.type-green {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(61%, rgba(255, 255, 255, 0)), color-stop(62%, #dafac0));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 61%, #dafac0 62%);
  border-bottom: 2px solid #9fe09f;
}

@media all and (max-width: 639px) {
  .mtitle-5.type-green {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 0)), color-stop(87%, #dafac0));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 1%, #dafac0 87%);
  }
}

.mtitle-5.type-yellow {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(61%, rgba(255, 255, 255, 0)), color-stop(62%, #f0e6ac));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 61%, #f0e6ac 62%);
  border-bottom: 2px solid #e6c348;
}

@media all and (max-width: 639px) {
  .mtitle-5.type-yellow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 0)), color-stop(87%, #f0e6ac));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 1%, #f0e6ac 87%);
  }
}

.mtitle-5.type-blue {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(61%, rgba(255, 255, 255, 0)), color-stop(62%, #c0e8fa));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 61%, #c0e8fa 62%);
  border-bottom: 2px solid #8fc3e5;
}

@media all and (max-width: 639px) {
  .mtitle-5.type-blue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 0)), color-stop(87%, #c0e8fa));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 1%, #c0e8fa 87%);
  }
}

.mtitle-5.type-purple {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(61%, rgba(255, 255, 255, 0)), color-stop(62%, #cac8f1));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 61%, #cac8f1 62%);
  border-bottom: 2px solid #d1b2f5;
}

@media all and (max-width: 639px) {
  .mtitle-5.type-purple {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 0)), color-stop(87%, #cac8f1));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 1%, #cac8f1 87%);
  }
}

.mtitle-5.type-pink {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(61%, rgba(255, 255, 255, 0)), color-stop(62%, #f7d6f4));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 61%, #f7d6f4 62%);
  border-bottom: 2px solid #f3beca;
}

@media all and (max-width: 639px) {
  .mtitle-5.type-pink {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 0)), color-stop(87%, #f7d6f4));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 1%, #f7d6f4 87%);
  }
}

.mtitle-5 .ja {
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
  color: #5e5047;
  letter-spacing: 0.15em;
  font-weight: 600;
  color: #333;
}

@media all and (max-width: 639px) {
  .mtitle-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .mtitle-5 .eng {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .mtitle-5 .ja {
    font-size: 1.4rem;
  }
}

.mtitle-6 {
  margin-top: 40px;
  position: absolute;
  right: 10%;
  top: -136px;
}

.mtitle-6 .eng {
  margin-bottom: 10px;
  display: block;
  font-size: 12rem;
  line-height: 9rem;
  position: relative;
  font-weight: normal;
  z-index: 2;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  background: #ec9eab;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@media all and (max-width: 639px) {
  .mtitle-6 {
    margin-top: 0px;
    text-align: center;
    top: -1.9%;
  }

  .mtitle-6 .eng {
    font-size: 4rem;
    line-height: 4rem;
  }

  .mtitle-6 .ja {
    font-size: 2rem;
  }
}

.mtitle-7 {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0;
  position: relative;
  text-align: center;
  z-index: 2;
}

.mtitle-7:before {
  position: absolute;
  content: "";
  background: url(../img/icon.png) no-repeat;
  background-size: contain;
  width: 108px;
  height: 107px;
  left: 0;
  margin: 0 auto;
  text-align: center;
  top: -70px;
  opacity: 0.4;
}

@media all and (max-width: 639px) {
  .mtitle-7:before {
    width: 86px;
    height: 98px;
    z-index: 1;
    right: 0%;
  }
}

.mtitle-7 .eng {
  margin-bottom: 10px;
  display: block;
  font-size: 6rem;
  line-height: 6rem;
  position: relative;
  font-weight: normal;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 800;
  background: linear-gradient(91.17deg, #da7777 0.7%, #e07177 21.75%, #db84b7 44.2%, #e394fc 65.72%, #ffe8e8 90.51%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.mtitle-7 .eng.dark {
  background: #67451d;
  background: -webkit-gradient(linear, left top, right top, from(#67451d), color-stop(41%, #6b5619), color-stop(78%, #81762b), to(#996323));
  background: linear-gradient(90deg, #67451d 0%, #6b5619 41%, #81762b 78%, #996323 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.mtitle-7 .ja {
  padding-top: 10px;
  position: relative;
  font-size: 2rem;
  color: #5e5047;
  letter-spacing: 0.15em;
  font-weight: 600;
}

.mtitle-7.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.mtitle-7.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.mtitle-7.white .eng {
  color: #fefefe;
}

.mtitle-7.white .ja {
  color: #fefefe;
}

@media all and (max-width: 639px) {
  .mtitle-7 {
    text-align: center;
  }

  .mtitle-7 .eng {
    font-size: 2rem;
    line-height: 2rem;
  }

  .mtitle-7 .ja {
    font-size: 1.4rem;
  }
}

@-webkit-keyframes ani {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 400% 0;
  }
}

@keyframes ani {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 400% 0;
  }
}

.mtitle_sub {
  padding-left: 0.5em;
  font-weight: 600;
  position: relative;
  border-left: 6px solid #ec9eab;
  margin: 8px 0 15px;
  color: #5e5047;
  line-height: 1.4;
  text-align: left;
}

.mtitle_sub span {
  color: #ec9eab;
  padding-left: 5px;
  font-size: 0.9em;
}

.mtitle_sub:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: #333;
}

.mtitle_box {
  z-index: 1;
  background: #e47386;
  color: #fff;
  font-size: 2rem;
  padding: 15px 30px 15px 30px;
  margin-bottom: 20px;
  font-family: "YakuHanMP", "Cinzel", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.mtitle_box p {
  margin: 0 auto;
}

@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.6rem;
    height: 200px;
  }
}

.mtitle_small {
  font-weight: 600;
  color: #5e5047;
  padding: 0 0 4px;
  font-size: 1.6rem;
  border-bottom: 1px solid #ec9eab;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}

.mtitle_small:before {
  content: "―";
  margin-right: 8px;
  color: #ec9eab;
  font-size: 10px;
}

.mtitle_small.type-brown {
  border-bottom: 1px solid #e6c348;
}

.mtitle_small.type-brown:before {
  color: #e6c348;
}

@media all and (max-width: 639px) {
  .mtitle_small {
    padding: 4px;
    font-size: 1.3rem;
  }
}

.mtitle_small2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

.mtitle_small2:before {
  content: "";
  background-color: #ec9eab;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 0.6em;
  left: 0;
}

/* btn
----------------------------------*/
.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-wrap p:first-of-type {
  margin-right: 25px;
}

@media all and (max-width: 639px) {
  .btn-wrap p:first-of-type {
    margin: 0 auto;
  }
}

@media all and (max-width: 639px) {
  .btn-wrap {
    display: block;
  }
}

.btn01 {
  border: none;
  background-color: transparent;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.btn01 a {
  background: #ec9eab;
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 15px auto;
  color: #fff;
  display: block;
  padding: 10px 30px;
  font-weight: 700;
  border: 2px solid #ec9eab;
  border-radius: 35px;
}

.btn01 a:hover {
  background: rgba(236, 158, 171, 0.4);
  border: 2px solid rgba(236, 158, 171, 0.4);
  color: #5e5047;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.btn01 a i {
  padding-right: 5px;
}

.btn01.type-orange a {
  background: #e7a67e;
  border: 2px solid #e7a67e;
}

.btn01.type-orange a:hover {
  background: rgba(231, 166, 126, 0.4);
  border: 2px solid rgba(231, 166, 126, 0.4);
}

.btn01.type-pink a {
  background: #f3beca;
  border: 2px solid #f3beca;
}

.btn01.type-pink a:hover {
  background: rgba(243, 190, 202, 0.4);
  border: 2px solid rgba(243, 190, 202, 0.4);
}

.btn01.type-yellow a {
  background: #e6c348;
  border: 2px solid #e6c348;
}

.btn01.type-yellow a:hover {
  background: rgba(230, 195, 72, 0.4);
  border: 2px solid rgba(230, 195, 72, 0.4);
}

.btn01.type-red a {
  background: #d68874;
  border: 2px solid #d68874;
}

.btn01.type-red a:hover {
  background: rgba(214, 136, 116, 0.4);
  border: 2px solid rgba(214, 136, 116, 0.4);
}

.btn01.type-dark a {
  background: #524930;
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 5px auto 15px;
  color: #fff;
  display: block;
  padding: 10px 30px;
  font-weight: 700;
  border: 2px solid #524930;
  border-radius: 35px;
}

.btn01.type-dark a:hover {
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #5e5047;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.btn01.type-dark a i {
  padding-right: 5px;
}

.btn01.mail {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.btn01.mail a {
  background: #e6c348;
  margin: 15px auto 25px;
}

.btn01.mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}

.btn01.left a {
  margin: 15px 0;
}

@media all and (max-width: 639px) {
  .btn01 a {
    width: 100%;
    padding: 10px 40px;
  }
}

.btn02 {
  width: 100%;
  margin: 20px auto 20px;
  max-width: 500px;
}

.btn02 a {
  display: block;
  position: relative;
  padding: 15px 30px;
  background-color: #ec9eab;
  border: 1px solid #ec9eab;
  line-height: 24px;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  border-radius: 50px;
}

.btn02 a i {
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 50px;
  height: 1px;
  background-color: #5e5047;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn02 a:hover {
  -webkit-transition: 1s;
  transition: 1s;
  background-color: #fff;
  color: #ec9eab;
  -webkit-box-shadow: 0px 0px 10px rgba(236, 158, 171, 0.2);
  box-shadow: 0px 0px 10px rgba(236, 158, 171, 0.2);
}

.btn02 a:hover i {
  width: 34px;
}

@media all and (max-width: 639px) {
  .btn02 a {
    font-size: 1.2rem;
  }
}

.btn03 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 30px auto;
  padding: 10px 20px;
  width: 300px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  border: 2px solid #4C3415;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn03 a::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 2px;
  background-color: #4C3415;
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}

.btn03 a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  width: 2px;
  height: 100%;
  background-color: #4C3415;
  -webkit-transition: 0.2s ease 0.2s;
  transition: 0.2s ease 0.2s;
}

.btn03 a:hover::before {
  width: 0%;
}

.btn03 a:hover::after {
  height: 0%;
}

.btn03 a:hover {
  text-decoration: none;
  background: #83581b;
  background: linear-gradient(157deg, #83581b 0%, #f6b827 100%);
}

/* page-head
----------------------------------*/
.pagecontent #l-header .inner {
  margin: 10px 0 0 auto;
}

@media all and (max-width: 1100px) {
  .pagecontent #l-header .inner {
    margin: 60px 0 0 auto;
  }
}

@media all and (max-width: 639px) {
  .pagecontent #l-header .head-contact {
    top: 20px;
  }
}

/* page-title
----------------------------------*/
.page-title {
  margin: 0 auto 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 68%;
  border-radius: 0 0 20px 0;
}

.page-title.type1 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/20435/page-title01_2.jpg) no-repeat center 30%/cover;
}

.page-title.type2 {
  background: url(../img/page-title02.jpg) no-repeat center 30%/cover;
}

.page-title.type3 {
  background: url(../img/page-title03.jpg) no-repeat center 30%/cover;
}

.page-title.type4 {
  background: url(../img/page-title04.jpg) no-repeat center 30%/cover;
}

.page-title.type5 {
  background: url(../img/page-title05.jpg) no-repeat center 30%/cover;
}

.page-title.type6 {
  background: url(../img/page-title06.jpg) no-repeat center 30%/cover;
}

.page-title.type7 {
  background: url(../img/page-title07.jpg) no-repeat center 30%/cover;
}

.page-title.type8 {
  background: url(../img/page-title08.jpg) no-repeat center 30%/cover;
}

.page-title.type9 {
  background: url(../img/page-title09.jpg) no-repeat center 30%/cover;
}

.page-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #111;
  opacity: 0.2;
}

.page-title .inner {
  margin: 0 auto;
  padding: 240px 0 140px;
  position: relative;
}

.page-title .page-lead {
  text-align: center;
  color: #5e5047;
  font-size: 2rem;
  text-shadow: 0 0 4px rgba(94, 80, 71, 0.1);
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: -2px;
  background-color: #faf8f5;
  padding: 30px 60px;
  border-radius: 0 20px 0 0;
}

.page-title .page-lead span {
  display: block;
}

.page-title .page-lead .ja {
  font-size: 1.4rem;
  color: #131313;
  font-weight: bold;
  line-height: 1.4;
}

.page-title .page-lead .eng {
  line-height: 1.2;
  font-size: 4rem;
  color: #ec9eab;
  opacity: 0.6;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.15em;
}

@media all and (max-width: 896px) {
  .page-title {
    width: 96%;
  }

  .page-title .inner {
    width: 100%;
    padding: 160px 0 70px;
  }

  .page-title .page-lead {
    font-size: 1.5rem;
  }

  .page-title .page-lead .ja {
    font-size: 1.5rem;
  }

  .page-title .page-lead .eng {
    font-size: 3rem;
  }
}

@media all and (max-width: 639px) {
  .page-title {
    width: 96%;
    margin-top: 10px;
  }

  .page-title .inner {
    width: 100%;
    padding: 100px 0 70px;
  }

  .page-title .page-lead {
    font-size: 1.5rem;
    padding: 20px 20px;
    border-radius: 0 20px 0 0;
  }

  .page-title .page-lead .ja {
    font-size: 1.2rem;
  }

  .page-title .page-lead .eng {
    font-size: 1.6rem;
  }
}

/* アニメーション
----------------------------------*/
.animation-go {
  z-index: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(91.17deg, #e0f3aa 0.7%, #e9e199 21.75%, #e9cd99 44.2%, #fad8c2 65.72%, #deb7ad 90.51%);
  -webkit-transform: scale(0);
  transform: scale(0);
  top: calc(50% - 50px);
  right: calc(50% - 50px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  right: 0;
  top: 0;
}

.animation-go.start_anime {
  -webkit-animation: rain-anime 3s forwards;
  animation: rain-anime 3s forwards;
}

.animation-go4 {
  z-index: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(91.17deg, #e0f3aa 0.7%, #e9e199 21.75%, #e9cd99 44.2%, #fad8c2 65.72%, #deb7ad 90.51%);
  -webkit-transform: scale(0);
  transform: scale(0);
  top: calc(50% - 50px);
  right: calc(50% - 50px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  right: 0;
  top: 0;
}

.animation-go4.start_anime {
  -webkit-animation: rain-anime 3s forwards;
  animation: rain-anime 3s forwards;
}

.animation-go2 {
  z-index: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #faf8f5;
  -webkit-transform: scale(0);
  transform: scale(0);
  top: calc(50% - 50px);
  right: calc(50% - 50px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  right: 0;
  top: 0;
}

.animation-go2.start_anime {
  -webkit-animation: rain-anime 3s forwards;
  animation: rain-anime 3s forwards;
}

.animation-go3 {
  z-index: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ec9eab;
  background: -webkit-gradient(linear, left top, right top, from(#4C3415), color-stop(41%, #df556c), color-stop(78%, #eef9ff));
  background: linear-gradient(90deg, #4C3415 0%, #df556c 41%, #eef9ff 78%);
  -webkit-transform: scale(0);
  transform: scale(0);
  top: calc(50% - 50px);
  right: calc(50% - 50px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  right: 0;
  top: 0;
}

.animation-go3.start_anime {
  -webkit-animation: rain-anime 3s forwards;
  animation: rain-anime 3s forwards;
}

@-webkit-keyframes rain-anime {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  80% {
    -webkit-transform: scale(50);
    transform: scale(50);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(50);
    transform: scale(50);
  }
}

@keyframes rain-anime {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  80% {
    -webkit-transform: scale(50);
    transform: scale(50);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(50);
    transform: scale(50);
  }
}

/* 背景
----------------------------------*/
.bg-01 {
  position: relative;
}

.bg-01.type1 {
  position: relative;
  overflow: hidden;
}

.bg-01.type1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #faf8f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#faf8f5), to(#eef9ff));
  background: linear-gradient(180deg, #faf8f5 0%, #eef9ff 100%);
}

.bg-02 {
  position: relative;
}

.bg-03 {
  position: relative;
}

.bg-03.aboutbox {
  padding-bottom: 100px;
  margin-bottom: 50px;
}

.bg-03::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/bg-noise.png) repeat;
  background-size: 100px;
  bottom: 0%;
}

.bg-04 {
  position: relative;
}

.bg-04.aboutbox {
  padding-bottom: 100px;
  margin-bottom: 50px;
}

.bg-04::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/bg-noise2.png) repeat;
  background-size: 100px;
  bottom: 0%;
}

.bg-05 {
  position: relative;
}

.bg-05.aboutbox {
  padding-bottom: 100px;
  margin-bottom: 50px;
}

.bg-05::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/bg-noise3.png) repeat;
  background-size: 100px;
  bottom: 0%;
}

/* tbl
----------------------------------*/
.tbl-profile {
  width: 100%;
}

.tbl-profile th,
.tbl-profile td {
  padding: 10px 5px;
  font-size: 1.4rem;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}

@media all and (max-width: 639px) {

  .tbl-profile th,
  .tbl-profile td {
    font-size: 12px;
  }
}

.tbl-profile th {
  width: 26%;
  text-align: left;
  color: #5e5047;
}

.tbl-profile.type1 th {
  width: 25%;
}

@media all and (max-width: 639px) {
  .tbl-profile.type1 th {
    width: 30%;
  }
}

.tbl {
  width: 100%;
}

.tbl.tbl-price th {
  background: #4C3415;
  color: #5e5047;
}

.tbl.tbl-price th span {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.4;
}

.tbl th,
.tbl td {
  padding: 15px;
  vertical-align: middle;
  border: 0.9px solid #131313;
  font-size: 1.4rem;
}

.tbl th.center,
.tbl td.center {
  text-align: center;
}

.tbl th {
  background: #ccbf94;
  font-weight: 600;
  text-align: center;
}

.tbl thead th {
  background: #4C3415;
  color: #fff;
}

.tbl td {
  background: #fff;
}

.tbl td.td-1 {
  width: 50%;
  font-size: 1.3rem;
}

@media all and (max-width: 639px) {
  .tbl td.td-1 {
    font-size: 12px;
  }
}

.tbl td.price-td {
  text-align: right;
}

.tbl .th-1 {
  width: 25%;
}

.tbl .th-2 {
  width: 45%;
}

.tbl.type1 td {
  text-align: left;
}

@media all and (max-width: 639px) {
  .tbl th {
    text-align: left;
  }

  .tbl th,
  .tbl td {
    padding: 10px;
    font-size: 12px;
  }

  .tbl th span,
  .tbl td span {
    font-size: 12px;
  }
}

.tbl_new {
  width: 100%;
}

.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 15px 10px;
}

.tbl_new tr th {
  font-weight: 700;
  width: 25%;
  color: #8fc3e5;
  text-align: left;
  padding-left: 30px;
  letter-spacing: 0;
}

@media all and (max-width: 639px) {
  .tbl_new tr th {
    width: 40%;
  }
}

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
  background: #fff;
}

.tbl-border {
  width: 100%;
}

.tbl-border th,
.tbl-border td {
  padding: 15px 10px;
  border-bottom: 2px solid;
  vertical-align: middle;
}

@media all and (max-width: 639px) {

  .tbl-border th,
  .tbl-border td {
    padding: 10px;
    font-size: 1.2rem;
  }
}

.tbl-border th {
  width: 20%;
  color: #5e5047;
  text-align: left;
  border-color: #ec9eab;
}

.tbl-border th.th-1 {
  width: 45%;
}

@media all and (max-width: 639px) {
  .tbl-border th {
    width: 30%;
  }
}

.tbl-border td {
  border-color: #e4ebeb;
}

.tbl-box {
  border-collapse: collapse;
  margin: 0px auto 0;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  table-layout: fixed;
  color: #000;
  background-color: #fff;
}

.tbl-box.t-m0 {
  margin-top: 0;
}

.tbl-box tr {
  background-color: #fff;
  padding: 10px 10px;
  border-bottom: 2px solid rgba(236, 158, 171, 0.5);
}

.tbl-box thead {
  border-bottom: 5px solid #df556c;
}

.tbl-box th,
.tbl-box td {
  width: 48%;
  padding: 5px 10px 5px 1em;
}

.tbl-box th:last-child,
.tbl-box td:last-child {
  border: none;
}

.tbl-box th.w-10,
.tbl-box td.w-10 {
  width: 7%;
  text-align: center;
  vertical-align: middle;
}

.tbl-box th.w-30,
.tbl-box td.w-30 {
  width: 30%;
}

.tbl-box th {
  color: #333;
  width: 20%;
  border-right: 2px solid #ddd;
}

.tbl-box .ttl {
  color: #ec9eab;
  width: 20%;
}

.tbl-box .ttl.w-20 {
  width: 20%;
}

@media all and (max-width: 639px) {
  .tbl-box .ttl {
    width: 54%;
    font-size: 10px;
  }
}

.tbl-box .price {
  text-align: right;
}

.tbl-box .price.tcenter {
  text-align: center;
  vertical-align: middle;
}

.tbl-box .txt {
  width: 80%;
  border-bottom: 2px solid #ddd;
}

.tbl-box .txt.tcenter {
  text-align: center;
  vertical-align: middle;
  background-color: rgba(236, 158, 171, 0.2);
  color: #000;
}

.tbl-box .txt.w-20 {
  width: 20%;
}

.tbl-box .txt.check-txt {
  background-color: rgba(236, 158, 171, 0.2);
  color: #000;
  text-align: center;
  vertical-align: middle;
}

@media all and (max-width: 639px) {
  .tbl-box .txt.check-txt {
    font-size: 1.3rem;
  }
}

@media all and (max-width: 639px) {
  .tbl-box .txt {
    width: 46%;
    font-size: 10px;
  }
}

.tbl-box .detail {
  font-size: 1.4rem;
}

.tbl-box .detail.tcenter {
  text-align: center;
  vertical-align: middle;
}

@media all and (max-width: 639px) {
  .tbl-box .detail {
    font-size: 1.3rem;
  }
}

.tbl-box .sub-txt {
  color: #333;
  font-size: 1.2rem;
  border: none;
}

.tbl-box2 {
  border-collapse: collapse;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: #000;
  background-color: #fff;
  border: 1px solid #4C3415;
  border-top: 2px solid #ec9eab;
}

.tbl-box2 tr {
  background-color: #fff;
  padding: 0.35em;
  border-bottom: 1px solid #bbb;
}

.tbl-box2 tr:last-child {
  border-bottom: none;
}

.tbl-box2 th,
.tbl-box2 td {
  padding: 5px 10px 5px 1em;
  border-right: 1px solid #bbb;
}

.tbl-box2 th:last-child,
.tbl-box2 td:last-child {
  border: none;
}

.tbl-box2 th {
  color: #333;
  width: 10%;
}

@media all and (max-width: 639px) {
  .tbl-box2 th {
    width: 15%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.tbl-box2 td {
  color: #333;
  width: 80%;
}

.tbl-box2 .ttl {
  color: #fff;
  background-color: #4C3415;
}

.tbl-box2 .sub-ttl {
  color: #333;
  background-color: rgba(236, 158, 171, 0.3);
}

.tbl-box2 .detail {
  font-size: 1.4rem;
}

.tbl-box2 .detail.tcenter {
  text-align: center;
  vertical-align: middle;
}

@media all and (max-width: 639px) {
  .tbl-box2 .detail {
    font-size: 1.3rem;
  }
}

@media all and (max-width: 896px) {
  .tbl-scrollbar {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .tbl-scrollbar .tbl-box {
    width: auto;
  }
}

.timetable-wrap {
  -webkit-box-shadow: 0 0 4px rgba(155, 144, 110, 0.2);
  box-shadow: 0 0 4px rgba(155, 144, 110, 0.2);
  margin-bottom: 20px;
}

.timetable {
  width: 100%;
  border-top: 1px solid #5e5047;
}

.timetable.type1 {
  border-top: none;
}

.timetable.type1 th,
.timetable.type1 td {
  border: none;
}

.timetable.type1 .thead th {
  border-bottom: 2px solid #9fe09f;
}

.timetable.type1 td {
  color: #131313;
}

.timetable th,
.timetable td {
  border-bottom: 1px solid #e6c348;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
}

.timetable th .txt,
.timetable td .txt {
  letter-spacing: 0;
  font-size: 12px;
}

@media all and (max-width: 639px) {

  .timetable th,
  .timetable td {
    font-size: 12px;
  }
}

.timetable .thead th {
  border-top: 0;
}

.timetable .th-1 {
  width: 35%;
  font-weight: 600;
  text-align: center;
}

.timetable .circle {
  color: #ec9eab;
}

.timetable .triangle {
  color: #8fc3e5;
}

@media all and (max-width: 639px) {
  .timetable {
    padding: 15px 10px;
  }

  .timetable .th-1 {
    width: 25%;
  }
}

.timetable.type2 .circle {
  color: #ec9eab;
}

/* ggmap
----------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* blog
----------------------------------*/
#top-blog .pages {
  display: none;
}

#main .blog-wrap>li {
  width: 32%;
}

@media all and (max-width: 1100px) {
  #main .blog-wrap>li {
    width: 49%;
    margin: 0 0.5% 20px 0.5%;
  }
}

@media all and (max-width: 639px) {
  #main .blog-wrap>li {
    width: 90%;
    margin: 0 auto 10px;
  }
}

.blog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-wrap * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-wrap>li {
  width: 24%;
  margin: 0 0.5% 20px 0.5%;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}

@media all and (max-width: 1100px) {
  .blog-wrap>li {
    width: 49%;
  }
}

.blog-wrap>li>a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.blog-wrap>li>a:hover~.blog-img img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-wrap>li>a:hover~.blog-detail .blog-txt {
  color: #ec9eab;
}

@media all and (max-width: 639px) {
  .blog-wrap>li {
    width: 90%;
    margin: 0 auto 10px;
  }
}

.blog-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}

.blog-img:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-detail {
  padding-top: 10px;
  overflow: hidden;
}

.blog-detail-upper {
  position: relative;
  z-index: 2;
  margin: -31px 0 0;
  color: #fff;
  font-size: 12px;
}

.blog-category {
  display: inline-block;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  background: #111;
}

.blog-date {
  background: #ec9eab;
  width: 100px;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 12px;
}

.blog-date2 {
  color: #df5e74;
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-right: 5px;
}

.blog-date2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}

.blog-title {
  font-weight: 700;
  line-height: 1.3;
  margin: 10px 0;
}

.blog-txt {
  line-height: 1.5;
  color: #4C3415;
  padding: 10px;
}

@media all and (max-width: 639px) {
  .blog-txt {
    font-size: 12px;
  }
}

.blog-txt-sub {
  line-height: 1.5;
  color: #333;
  padding: 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media all and (max-width: 639px) {
  .blog-txt-sub {
    font-size: 12px;
  }
}

.pages {
  text-align: center;
  margin-top: 30px;
}

.pages .page_next,
.pages .page_prev {
  display: inline-block;
  margin: 0 20px;
}

.pages .page_next a,
.pages .page_prev a {
  color: #5e5047;
  padding: 4px 5px;
  background: #9c6b2b;
  font-size: 12px;
}

.category_nav {
  border: 1px solid #dddddd;
}

.category_nav li a {
  display: block;
  padding: 15px;
  border-bottom: 1px dotted #dddddd;
  background-color: #ffffff;
}

.category_nav li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  margin-right: 5px;
}

.category_nav li a:hover {
  background: #f3f6f6;
}

.category_nav li:last-child a {
  border-bottom: none;
}

.prv dt {
  color: #ec9eab;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
}

.blog-month {
  margin-bottom: 10px;
}

.blog-month ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-month ul li {
  width: 49%;
  padding: 5px 0;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0;
  background: #ec9eab;
}

.blog-month ul li:nth-child(2n) {
  margin-left: 2%;
}

.blog-month ul li a {
  color: #fff;
  font-size: 12px;
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#contact,
.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

/* breadcrumb
----------------------------------*/
.breadcrumb {
  max-width: 1500px;
  margin: 20px auto 20px 0;
  font-size: 1.2rem;
  width: 100%;
}

.breadcrumb li {
  display: inline;
  color: #222;
}

.breadcrumb li a {
  color: #fff;
}

.breadcrumb li+li:before {
  margin: 0 10px;
  content: ">";
}

.breadcrumb li i {
  color: #ec9eab;
}

.breadcrumb li i:hover {
  color: #4C3415;
}

@media all and (max-width: 639px) {
  .breadcrumb {
    font-size: 10px;
    width: calc(100% - 10%);
    margin: 10px auto 20px;
  }
}

/* form
----------------------------------*/
.form {
  margin: 0 auto;
  width: 90%;
}

.form dl dt {
  float: left;
  width: 280px;
  padding-top: 20px;
  font-weight: 700;
}

.form dl dt span {
  color: #fff;
  background: #ec9eab;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
  position: relative;
  top: -2px;
}

.form dl dt span.nini {
  background: #e6c348;
  color: #5e5047;
}

.form dl dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px dotted #cccccc;
}

.form dl dd.type1 p {
  display: inline;
}

.form dl dd:last-child {
  border-bottom: none;
}

.form dl dd .w20 {
  width: 20%;
}

@media all and (max-width: 896px) {
  .form dl dd .w20 {
    width: 30%;
  }
}

.form dl dd .w30 {
  width: 30%;
}

.form dl dd .w60 {
  width: 60%;
}

.form .textarea,
.form textarea {
  border: 0;
  padding: 20px 15px;
  width: 100%;
  background: #f5f5f5;
  border-radius: 0;
  -webkit-appearance: none;
}

.form .textarea {
  height: 30px;
}

.form .textarea02 {
  width: 48%;
  margin-right: 2%;
}

.form .textarea02:last-child {
  margin-right: 0;
}

.form .textarea02-2 {
  width: 46%;
}

.form .textarea03 {
  width: 20%;
  margin-right: 1%;
}

.form .textarea04 {
  width: 70%;
  margin-right: 1%;
}

.form-contents .secect-num {
  margin-top: 5px;
  border: 0;
  padding: 20px 15px;
  border: 0;
  padding: 10px 35px 10px 15px;
  background: #fff;
  position: relative;
  font-size: 16px;
  min-height: 40px;
}

@media all and (max-width: 639px) {
  .form-contents .secect-num {
    padding: 8px 35px 8px 15px;
    min-height: 26px;
  }
}

.form-contents .secect-num:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 10px;
  right: 10px;
  top: 44%;
  border-top: 10px solid #333;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.form button {
  cursor: pointer;
  display: block;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #ec9eab;
  font-weight: 700;
  padding: 12px 5px;
  margin: 0 auto;
  width: 250px;
  background: #ec9eab;
  border-radius: 25px;
}

.form button:hover {
  background: #fff;
  color: #ec9eab;
}

.form button:before {
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 10px;
}

.form .select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 192px;
  min-width: 12em;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #333;
}

.form .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 11px 35px 11px 11px;
  padding: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
}

.form .entypo-down-open-mini:before {
  font-family: "FontAwesome";
  content: "\f0ab";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  right: 0.75rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #ec9eab;
}

.form label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}

.form label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}

.form label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #ec9eab;
  z-index: 1;
}

.form label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  -webkit-box-shadow: 20px -1px #fff;
  box-shadow: 20px -1px #fff;
}

.form label.radio_text input[type="radio"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #eeebda;
  box-shadow: 20px -1px #eeebda;
}

.form label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin: 0 20px 5px 0;
  overflow: hidden;
  display: inline-block;
}

.form label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
  padding: 1px;
}

.form label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #ec9eab;
  border-bottom: 3px solid #ec9eab;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

@media all and (max-width: 639px) {
  .form label.checkbox_text:after {
    margin-top: -18px;
  }
}

.form label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-box-shadow: 41px 0px #fff;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}

.form label.checkbox_text input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
  -webkit-box-shadow: 40px 0px #666;
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}

.form label.checkbox_text input[type="checkbox"]:focus {
  -webkit-box-shadow: 41px 0px #eee;
  box-shadow: 41px 0px #eee;
}

.form input[type="text"],
.form textarea {
  font-size: 16px;
}

@media all and (max-width: 639px) {

  .form input[type="text"],
  .form textarea {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    margin-left: -5px;
  }
}

/* etc
----------------------------------*/
.thanks {
  padding: 40px;
  border: 3px solid #ec9eab;
  -webkit-box-shadow: 0 0 0 8px rgba(236, 158, 171, 0.2);
  box-shadow: 0 0 0 8px rgba(236, 158, 171, 0.2);
  max-width: 700px;
  margin: 0 auto;
}

@media all and (max-width: 639px) {
  .thanks {
    max-width: 90%;
    padding: 30px 20px;
  }
}

.shadow {
  -webkit-box-shadow: 0 0 10px rgba(94, 80, 71, 0.05);
  box-shadow: 0 0 10px rgba(94, 80, 71, 0.05);
}

.policy {
  padding: 30px;
  background: rgba(236, 158, 171, 0.3);
}

/*photoギャラリー*/
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery.col4 li {
  width: 24%;
  margin: 0 calc(1% + (1% / 3)) 30px 0;
}

.gallery.col4 li:nth-child(4n) {
  margin-right: 0;
}

@media all and (max-width: 639px) {
  .gallery.col4 li {
    width: 48%;
    margin-right: 4%;
  }

  .gallery.col4 li:nth-child(2n) {
    margin-right: 0;
  }
}

.gallery.col3 li {
  width: 31%;
  margin: 0 calc(2.33% + (2.33% / 2)) 30px 0;
}

.gallery.col3 li:nth-child(3n) {
  margin-right: 0;
}

@media all and (max-width: 639px) {
  .gallery.col3 li {
    width: 48%;
    margin-right: 4%;
  }

  .gallery.col3 li:nth-child(3n) {
    margin-right: 4%;
  }

  .gallery.col3 li:nth-child(2n) {
    margin-right: 0;
  }
}

.gallery li a {
  display: block;
  text-align: center;
  padding: 0px;
  height: 200px;
}

.gallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center 5%;
  object-position: center 5%;
  /*IE対策*/
}

@media all and (max-width: 639px) {
  .gallery li a {
    height: 160px;
  }
}

.gallery li p {
  font-size: 14px;
  margin: 3px 0 10px;
}

/*----------------------------------
list
----------------------------------*/
.list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (max-width: 639px) {
  .list2 {
    margin-top: -20px;
  }
}

.list2.interview-list .child {
  position: relative;
  padding-bottom: 80px;
}

.list2.type1>li,
.list2.type1 .child {
  background: #fefefe;
  padding: 20px;
}

.list2>li,
.list2 .child {
  width: 48%;
  margin-top: 50px;
  position: relative;
}

.list2>li.type-50,
.list2 .child.type-50 {
  width: 48%;
}

.list2>li:nth-child(2n),
.list2 .child:nth-child(2n) {
  margin-left: 4%;
}

@media all and (max-width: 639px) {

  .list2>li:nth-child(2n),
  .list2 .child:nth-child(2n) {
    margin-left: auto;
  }
}

@media all and (max-width: 639px) {

  .list2>li,
  .list2 .child {
    width: 100%;
    margin: 20px auto 0;
  }

  .list2>li:last-child,
  .list2 .child:last-child {
    width: 100%;
  }

  .list2>li.type-50,
  .list2 .child.type-50 {
    width: 100%;
  }
}

.list2.type2 {
  max-width: 900px;
}

@media all and (max-width: 639px) {
  .list2.type2 li {
    width: 48%;
    margin: 0 auto 10px;
  }

  .list2.type2 li:nth-child(2n) {
    margin-left: 4%;
  }

  .list2.type2 li:nth-child(3n) {
    margin-right: auto;
  }

  .list2.type2 li .feature-txt {
    padding: 10px;
  }

  .list2.type2 li .feature-title {
    font-size: 1.2rem;
  }
}

.list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list3.only {
  margin: 0 20px;
}

@media all and (max-width: 639px) {
  .list3.only {
    margin: 0 10px;
  }
}

.list3>li {
  width: 31%;
  position: relative;
  margin: 0 calc(2.33% + (2.33% / 2)) 30px 0;
}

.list3>li:nth-child(3n) {
  margin-right: 0;
}

@media all and (max-width: 639px) {
  .list3>li {
    width: 95%;
    margin: 0 auto 30px;
  }

  .list3>li:nth-child(3n) {
    margin-right: auto;
  }
}

@media all and (max-width: 639px) {
  .list3>li.only {
    width: 31%;
    margin: 0 calc(2.33% + (2.33% / 2)) 30px 0;
  }

  .list3>li.only:nth-child(3n) {
    margin-right: 0;
  }
}

@media all and (max-width: 639px) {
  .list3>li.type-2 {
    width: 48%;
    margin: 0 auto 10px;
  }

  .list3>li.type-2:nth-child(2n) {
    margin-left: 4%;
  }

  .list3>li.type-2:nth-child(3n) {
    margin-right: auto;
  }

  .list3>li.type-2 .feature-txt {
    padding: 10px;
  }

  .list3>li.type-2 .feature-title {
    font-size: 1.2rem;
  }
}

@media all and (max-width: 639px) {
  .list3.type2>li {
    width: 48%;
    margin: 0 1% 30px;
  }

  .list3.type2>li:nth-child(3n) {
    margin-right: 1%;
  }

  .list3.type2>li:nth-child(2n) {
    margin-right: 1%;
  }
}

@media all and (max-width: 639px) {
  .list3.sp-b-m10 li {
    margin: 0 auto 10px;
  }
}

.list4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list4.max-1200 {
  max-width: 1200px;
  margin: 40px auto;
}

.list4.max-1200 li:hover {
  opacity: 0.6;
}

.list4.type1 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list4.type1 li {
  padding: 15px;
  background: rgba(143, 195, 229, 0.2);
  border-radius: 10px;
  display: block;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.list4.type1 li a {
  display: block;
}

.list4.type1 li a:hover {
  position: relative;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

.list4.type1 li img {
  width: 60px;
  margin: 0 auto 10px;
}

@media all and (max-width: 639px) {
  .list4.type1>li {
    width: 48%;
  }

  .list4.type1>li img {
    width: 50px;
  }
}

.list4 li {
  margin-left: 2%;
  margin-top: 30px;
  width: 23%;
}

.list4 li:first-child {
  margin-left: 0;
}

@media all and (max-width: 1100px) {
  .list4 li {
    width: 31.33%;
  }
}

@media all and (max-width: 639px) {
  .list4 {
    margin-left: auto;
  }

  .list4 li {
    width: 90%;
    margin: 15px auto 0;
    text-align: center;
  }

  .list4 li:first-child {
    margin-left: auto;
  }
}

/*　テキストデコ
----------------------------------*/
.deko1 {
  position: relative;
}

.deko1::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 200px;
  background: url(../img/deko-bottom.png) no-repeat;
  background-size: contain;
  bottom: 90px;
  left: 16%;
}

@media all and (max-width: 1367px) {
  .deko1::before {
    bottom: 30px;
    left: 4%;
  }
}

@media all and (max-width: 1100px) {
  .deko1 {
    padding-bottom: 100px;
  }

  .deko1::before {
    bottom: 10px;
    left: 4%;
    width: 300px;
    height: 200px;
  }
}

@media all and (max-width: 896px) {
  .deko1 {
    padding-bottom: 100px;
  }

  .deko1::before {
    bottom: -20px;
    left: 4%;
  }
}

@media all and (max-width: 639px) {
  .deko1 {
    padding-bottom: 100px;
  }

  .deko1::before {
    width: 240px;
    height: 150px;
    bottom: 10px;
    left: 4%;
  }
}

.deko2 {
  position: relative;
}

.deko2::before {
  position: absolute;
  content: "";
  width: 900px;
  height: 120px;
  background: url(../img/deko-line.png) no-repeat center;
  background-size: contain;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.txtdeko {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.txtdeko span {
  color: #ec9eab;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 1.2rem;
  border: 1px solid #ec9eab;
  margin-right: 10px;
}

@media all and (max-width: 639px) {
  .txtdeko span {
    font-size: 10px;
    min-width: 98px;
  }
}

.txtdeko.type-brown span {
  color: #5e5047;
  border: 1px solid #5e5047;
}

.txtdeko-1 {
  font-size: 1.2rem;
  padding: 3px 12px;
  color: #fff;
  background: #9aa09a;
  margin-right: 5px;
  border-radius: 10px;
  margin-bottom: 2px;
  position: relative;
  z-index: 2;
}

.txtdeko2 {
  color: #4C3415;
  font-weight: bold;
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media all and (max-width: 639px) {
  .txtdeko2 {
    font-size: 1.8rem;
  }
}

.txtdeko2.t-center {
  text-align: center;
}

.txtdeko2.white {
  font-size: 4rem;
  color: #fff;
}

@media all and (max-width: 639px) {
  .txtdeko2.white {
    font-size: 2rem;
  }
}

.txtdeko2.blue {
  color: #929bde;
}

.txtdeko2.yellow {
  color: #5e5047;
  border-bottom: 2px solid #e6c348;
}

.txtdeko2.one {
  font-size: 2.2rem;
  border-bottom: none;
  padding-right: 2px;
}

@media all and (max-width: 639px) {
  .txtdeko2.one {
    font-size: 1.8rem;
  }
}

.txtdeko2.border-b {
  padding-bottom: 10px;
  border-bottom: 1px solid #ec9eab;
}

@media all and (max-width: 639px) {
  .txtdeko2.border-b {
    font-size: 1.5rem;
  }
}

.txtdeko2-1 {
  font-size: 2.2rem;
  font-family: "YakuHanMP", "Cinzel", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
  color: #4C3415;
}

@media all and (max-width: 639px) {
  .txtdeko2-1 {
    font-size: 1.6rem;
  }
}

.txtdeko2-1.tcenter {
  text-align: center;
}

.txtdeko2-2 {
  color: #ec9eab;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "YakuHanMP", "Cinzel", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}

@media all and (max-width: 639px) {
  .txtdeko2-2 {
    font-size: 1.3rem;
  }
}

.txtdeko2-2.tcenter {
  text-align: center;
}

.txtdeko2-2.white {
  color: #db4961;
}

.txtdeko2-3 {
  color: #ec9eab;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "YakuHanMP", "Cinzel", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}

@media all and (max-width: 639px) {
  .txtdeko2-3 {
    font-size: 1.6rem;
  }
}

.txtdeko3 {
  color: #ec9eab;
  font-weight: bold;
  font-size: 1.6rem;
  padding-right: 5px;
}

.txtdeko3.dark {
  color: rgba(236, 158, 171, 0.8);
}

.txtdeko3.min {
  font-size: 1.4rem;
}

@media all and (max-width: 639px) {
  .txtdeko3.min {
    font-size: 1.3rem;
  }
}

.txtdeko3.type1 {
  background-color: rgba(76, 52, 21, 0.3);
  padding: 5px 10px;
  color: #000;
}

@media all and (max-width: 639px) {
  .txtdeko3.type1 {
    font-size: 1.2rem;
    padding: 10px;
  }
}

.txtdeko3 .num {
  font-size: 1.3rem;
  font-family: 'Arvo', serif;
  font-weight: 500;
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
  background-color: #ec9eab;
}

@media all and (max-width: 639px) {
  .txtdeko3 {
    font-size: 1.3rem;
  }
}

.txtdeko4 {
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(231, 166, 126, 0.5)));
  background: linear-gradient(transparent 50%, rgba(231, 166, 126, 0.5));
  text-align: center;
}

.txtdeko4 span {
  font-size: 2rem;
  padding: 0 4px 0 0;
}

@media all and (max-width: 639px) {
  .txtdeko4 {
    font-size: 1.4rem;
  }
}

.txtdeko4.tcenter {
  margin: 0 auto;
  text-align: center;
}

.txtdeko4-1 {
  color: #ec9eab;
  font-weight: bold;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), to(rgba(236, 158, 171, 0.5)));
  background: linear-gradient(transparent 85%, rgba(236, 158, 171, 0.5));
}

@media all and (max-width: 639px) {
  .txtdeko4-1 {
    font-size: 1.4rem;
  }
}

.txtdeko4-1.tcenter {
  margin: 0 auto;
  text-align: center;
}

.txtdeko4-2 {
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(236, 158, 171, 0.5)));
  background: linear-gradient(transparent 50%, rgba(236, 158, 171, 0.5));
}

@media all and (max-width: 639px) {
  .txtdeko4-2 {
    font-size: 1.4rem;
  }
}

.txtdeko4-2.tcenter {
  margin: 0 auto;
  text-align: center;
}

/*----------------------------------
contents
----------------------------------*/
.commonbox {
  position: relative;
  margin: 0 auto;
}

.commonbox .inner {
  position: relative;
  padding: 50px;
}

.commonbox .inner .photo{
  height: 350px;
}

.commonbox .inner .photo img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.infobox {
  position: absolute;
  left: 2%;
  bottom: 4%;
  max-width: 600px;
  width: 32%;
  z-index: 1;
}

.infobox .inner {
  padding: 40px 40px 30px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.infobox .mtitle {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
}

.infobox .mtitle .eng {
  margin-bottom: 0;
}

.infobox .mtitle .ja {
  padding-top: 0px;
  font-size: 2rem;
}

.infobox .whitebox {
  padding: 0;
}

.infobox .blog-wrap li {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.infobox .blog-wrap li .blog-img {
  width: 20%;
  height: 100px;
}

.infobox .blog-wrap li .blog-detail {
  width: 80%;
  padding: 0 0 0 20px;
}

.infobox .blog-wrap li .blog-date {
  font-size: 10px;
  padding: 5px;
  border: 1px solid #ec9eab;
  background-color: #fff;
  color: #ec9eab;
}

.infobox .blog-wrap li .blog-txt {
  padding: 5px 0 0;
  font-size: 1.4rem;
}

.infobox .btn01 {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 2;
}

.infobox .btn01 a {
  max-width: 200px;
  padding: 5px 20px;
}

@media all and (max-height: 860px) {
  .infobox {
    position: initial;
    margin: 20px auto;
    width: 90%;
    max-width: 1500px;
  }
}

@media all and (max-width: 1100px) {
  .infobox {
    position: initial;
    margin: 20px auto;
    width: 96%;
  }
}

@media all and (max-width: 639px) {
  .infobox {
    position: initial;
    margin: 20px auto;
    max-width: 90%;
  }

  .infobox .inner {
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 10px;
  }

  .infobox .mtitle .eng {
    font-size: 2rem;
    line-height: 2rem;
  }

  .infobox .mtitle .ja {
    font-size: 1.4rem;
  }

  .infobox .btn01 {
    position: initial;
    margin: 20px auto 0;
    z-index: 2;
  }

  .infobox .btn01 a {
    max-width: 200px;
    padding: 5px 20px;
  }

  .infobox .blog-wrap li .blog-img {
    width: 30%;
    height: 100px;
  }

  .infobox .blog-wrap li .blog-detail {
    width: 70%;
    padding: 0 0 0 10px;
  }

  .infobox .blog-wrap li .blog-date {
    font-size: 10px;
  }

  .infobox .blog-wrap li .blog-txt {
    padding: 5px 0 0;
    font-size: 1rem;
  }
}

.pointbox {
  margin: 20px auto;
  position: relative;
}

.pointbox:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  top: 0%;
  left: 0;
  background: #f6ded5;
}

.pointbox .inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}

.pointbox li {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.pointbox li .btn {
  display: none;
}

.pointbox li:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #9fe09f;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
}

.pointbox li.orange:before {
  background-color: #e7a67e;
}

.pointbox li.pink:before {
  background-color: #f3beca;
}

.pointbox .arrow {
  width: 30px;
  height: 20px;
  border-left: 30px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pointbox .photo {
  height: 280px;
}

.pointbox .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pointbox .num-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  display: block;
  width: 100%;
}

.pointbox .num-bg:before,
.pointbox .num-bg:after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0%;
}

.pointbox .num-bg:before {
  left: 0px;
  background: url(../img/box-arrow.png) no-repeat;
  background-size: 20px 20px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.pointbox .num-bg:after {
  right: 0px;
  background: url(../img/box-arrow.png) no-repeat;
  background-size: 20px 20px;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.pointbox .num {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -74px;
  margin: 0 auto;
  line-height: 1;
  opacity: 0.7;
}

.pointbox .num span {
  font-size: 7rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}

.pointbox .num.green {
  color: #9fe09f;
}

.pointbox .num.orange {
  color: #e7a67e;
}

.pointbox .num.pink {
  color: #f3beca;
}

.pointbox .txtarea {
  background-color: #fff;
  padding: 30px 40px 30px;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  color: #5e5047;
}

.pointbox .title {
  text-align: center;
  color: #5e5047;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #e2dad4;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.pointbox .title span {
  position: relative;
}

.pointbox .btn01 {
  max-width: 250px;
}

@media all and (max-width: 1100px) {
  .pointbox ul {
    display: block;
  }

  .pointbox li {
    width: 100%;
    margin: 0 auto 40px;
  }

  .pointbox .photo {
    height: 300px;
  }
}

@media all and (max-width: 896px) {
  .pointbox .inner {
    padding: 0;
  }

  .pointbox .num {
    top: -60px;
  }

  .pointbox .num span {
    font-size: 6rem;
  }

  .pointbox .num-bg {
    top: -40px;
    height: 40px;
  }

  .pointbox .txtarea {
    padding: 20px 40px 20px;
  }
}

@media all and (max-width: 639px) {
  .pointbox {
    margin: 40px auto;
  }

  .pointbox:before {
    top: -1%;
  }

  .pointbox li {
    border-radius: 10px;
  }

  .pointbox .photo {
    height: 200px;
  }

  .pointbox .txtarea {
    padding: 20px 15px 20px;
  }

  .pointbox .num span {
    font-size: 4rem;
  }

  .pointbox .title {
    font-size: 1.4rem;
  }

  .pointbox .txt {
    font-size: 1rem;
  }
}

.conceptbox {
  position: relative;
  margin: 50px auto;
  padding: 50px 0;
}

.conceptbox .photo {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  width: 30%;
  height: 450px;
}

.conceptbox .photo img {
  border-radius: 0 10px 10px 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.conceptbox .mtitle-2 {
  z-index: 1;
  position: relative;
  padding-left: 1%;
  width: 66%;
  margin: 0 0 0 auto;
}

.conceptbox .txtarea {
  position: relative;
  z-index: 1;
  /* max-width: 1180px; */
  margin: 50px 0 0 auto;
  width: 66%;
  /* margin: 50px 0 50px auto; */
  /* width: 100%; */
  color: #4C3415;
}

.conceptbox.type-right {
  margin: 100px auto 0;
  position: relative;
  background-color: #fff;
}

.conceptbox.type-right:after {
  position: absolute;
  content: "";
  background: url(../img/flame-top.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  top: -200px;
  left: 0;
}

.conceptbox.type-right .photo {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  border-radius: 10px 0 0 10px;
  width: 50%;
}

.conceptbox.type-right .photo img {
  border-radius: 10px 0 0 10px;
}

.conceptbox.type-right .mtitle-7 {
  padding-right: 1%;
  margin: 0 auto 0 10%;
  text-align: left;
}

.conceptbox.type-right .txtarea {
  margin: 50px auto 0 10%;
  /* margin: 50px auto 50px 14%; */
}

@media all and (max-width: 1100px) {
  .conceptbox .txtarea {
    position: relative;
    max-width: 820px;
    margin: 50px 3% 0 auto;
    width: 63%;
  }

  .conceptbox.type-right .txtarea {
    margin: 50px auto 50px 3%;
  }

  .conceptbox.type-right .mtitle-7 {
    margin: 0 auto 0 2%;
  }

  .conceptbox.type-right .photo {
    width: 40%;
  }
}

@media all and (max-width: 639px) {
  .conceptbox {
    padding-bottom: 0;
  }

  .conceptbox .photo {
    top: -30px;
    height: 180px;
    width: 30%;
  }

  .conceptbox .photo img {
    -o-object-position: 26% 0;
    object-position: 26% 0;
  }

  .conceptbox .txtarea {
    width: 90%;
    margin: 60px auto 0;
  }

  .conceptbox.type-right {
    margin: 12px auto 0;
    padding: 110px 0 0;
  }

  .conceptbox.type-right:after {
    top: -60px;
  }

  .conceptbox.type-right .photo {
    top: 20px;
    z-index: 2;
    width: 50%;
  }

  .conceptbox.type-right .photo img {
    border-radius: 10px 0 0 10px;
  }

  .conceptbox.type-right .txtarea {
    margin: 20px auto 0;
  }

  .conceptbox.type-right .txtarea .txtdeko2-1 {
    font-size: 1.5rem;
  }

  .conceptbox.type-right .mtitle-7 {
    margin: 0px auto 0 6%;
  }

  .conceptbox.type-right .mtitle-7:before {
    right: auto;
  }
}

.featurebox {
  position: relative;
}

.featurebox:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../img/feature-bg.png) no-repeat right;
  background-size: cover;
}

.featurebox .inner {
  max-width: 1700px;
  margin: 0 auto;
}

.featurebox .mainarea {
  max-width: 1000px;
  margin: 0 0 0 auto;
}

.featurebox .detail {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.featurebox .detail.on {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 10px auto 10px -5%;
}

.featurebox .detail.on:before {
  position: absolute;
  content: "";
  background-color: #fff;
  border-radius: 0 100px 100px 0;
  width: 110%;
  height: 100%;
  left: -10%;
  top: 0;
  z-index: -1;
}

.featurebox .detail.on .num {
  font-size: 5rem;
  color: #ec9eab;
  opacity: 1;
}

.featurebox .detail.on .num.type1 {
  color: #9fe09f;
}

.featurebox .detail.on .num.type2 {
  color: #c1eba0;
}

.featurebox .detail.on .num.type3 {
  color: #8fe5e5;
}

.featurebox .detail.on .num.type4 {
  color: #8fc3e5;
}

.featurebox .detail.on .num.type5 {
  color: #929bde;
}

.featurebox .detail.on .num.type6 {
  color: #d1b2f5;
}

.featurebox .detail.on .txt {
  font-size: 2rem;
  padding: 20px 0 20px 80px;
}

.featurebox .num {
  position: absolute;
  left: 0;
  color: #9b906e;
  font-size: 3rem;
  top: -5%;
  opacity: 0.6;
}

.featurebox .txt {
  font-size: 1.4rem;
  padding: 12px 0 12px 60px;
  display: inline-block;
}

.featurebox .photoarea {
  padding-right: 100px;
  margin: 0 0 0 auto;
  border-radius: 100px 0 0 100px;
  position: relative;
  z-index: 1;
}

.featurebox .photoarea .photo {
  width: 100%;
  height: 390px;
  border-radius: 10px;
  overflow: hidden;
}

.featurebox .photoarea .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media all and (max-width: 1560px) {
  .featurebox:before {
    width: 100%;
  }

  .featurebox .photoarea {
    padding-right: 40px;
  }

  .featurebox .detail {
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .featurebox .detail.on {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 10px auto 10px -5%;
  }

  .featurebox .detail.on:before {
    left: -5%;
  }

  .featurebox .detail.on .num {
    font-size: 3rem;
    color: #ec9eab;
    opacity: 1;
  }

  .featurebox .detail.on .txt {
    font-size: 1.6rem;
    padding: 12px 0 12px 60px;
  }
}

@media all and (max-width: 639px) {
  .featurebox {
    padding-bottom: 60px;
  }

  .featurebox .inner {
    padding: 50px 20px;
  }

  .featurebox:before {
    width: 100%;
  }

  .featurebox .photoarea {
    padding-right: 0px;
    margin-bottom: 10px;
  }

  .featurebox .photoarea .photo {
    width: 100%;
    height: 200px;
  }

  .featurebox .mainarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .featurebox .detail {
    width: 13%;
    margin: 10px 1%;
    z-index: 1;
    position: initial;
  }

  .featurebox .detail.on {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 10px 1%;
  }

  .featurebox .detail.on:before {
    display: none;
  }

  .featurebox .detail.on .num {
    font-size: 2rem;
    position: relative;
    z-index: 1;
  }

  .featurebox .detail.on .num:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -25%;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    z-index: -1;
  }

  .featurebox .detail.on .txt {
    font-size: 1.4rem;
    padding: 0;
    display: block;
    width: 100%;
    min-width: 270px;
    display: block;
  }

  .featurebox .detail .num {
    position: inherit;
    top: auto;
    font-size: 2rem;
  }

  .featurebox .detail .txt {
    display: none;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 110%;
  }
}

.aboutbox {
  background-color: #fff;
}

.aboutbox .inner {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
}

.aboutbox .detailarea {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 20px auto;
}

.aboutbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aboutbox li {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  width: 23%;
  margin: 0 1% 20px;
  border-radius: 10px;
}

.aboutbox li .type-reverse .photo {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 2%;
}

.aboutbox li .type-reverse .txtarea {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.aboutbox .photo {
  position: relative;
  z-index: 3;
  height: 300px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.aboutbox .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.aboutbox .photo:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background: #d5dcde;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(213, 220, 222, 0)), to(rgba(51, 21, 4, 0.7)));
  background: linear-gradient(180deg, rgba(213, 220, 222, 0) 0%, rgba(51, 21, 4, 0.7) 100%);
  z-index: 10;
  bottom: 0;
  left: 0;
}

.aboutbox .txtarea {
  font-size: 1.6rem;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.aboutbox .txtarea .main {
  position: relative;
  z-index: 1;
}

.aboutbox .txtarea:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #fff;
  bottom: 0;
  left: 0;
}

.aboutbox .txtarea.photo-anime:before {
  -webkit-animation: topmain-anime2 0.8s ease-in 0.34s forwards;
  animation: topmain-anime2 0.8s ease-in 0.34s forwards;
}

.aboutbox .numbox {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  display: inline-table;
  z-index: 14;
}

.aboutbox .num {
  display: table-cell;
  color: #ec9eab;
  font-size: 3rem;
  padding: 10px 18px;
  border-radius: 50%;
  border: 4px dotted #ec9eab;
}

.aboutbox .num.type-icon {
  padding: 8px 11px;
  height: auto;
}

.aboutbox .num.type-icon img {
  width: 70px;
}

.aboutbox .num.type-orange {
  color: #e7a67e;
  border-color: #e7a67e;
}

.aboutbox .num.type-yellow {
  color: #e6c348;
  border-color: #e6c348;
}

.aboutbox .num.type-pink {
  color: #f3beca;
  border-color: #f3beca;
}

.aboutbox .num.type-red {
  color: #d68874;
  border-color: #d68874;
}

.aboutbox .txtarea {
  font-size: 1.6rem;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.aboutbox .txtarea .main {
  position: relative;
  z-index: 1;
}

.aboutbox .txt {
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
}

@media all and (max-width: 1100px) {
  .aboutbox li {
    overflow: hidden;
    position: relative;
    margin: 0px 2% 20px;
    width: 46%;
  }

  .aboutbox .title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .aboutbox .title .num {
    font-size: 3rem;
    padding: 6px 24px;
    max-height: 90px;
    vertical-align: middle;
  }

  .aboutbox .txt {
    position: relative;
    z-index: 2;
    font-size: 1.4rem;
  }
}

@media all and (max-width: 896px) {
  .aboutbox .title .num {
    font-size: 3rem;
    padding: 0px 15px;
    height: 62px;
    vertical-align: middle;
    display: block;
  }

  .aboutbox .photo {
    position: relative;
    z-index: 3;
  }

  .aboutbox .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media all and (max-width: 639px) {
  .aboutbox {
    padding-bottom: 50px;
  }

  .aboutbox .inner {
    padding: 20px 20px;
  }

  .aboutbox li {
    margin-top: 20px;
    padding: 0 0 10px;
  }

  .aboutbox .txtarea {
    padding: 20px 10px;
  }

  .aboutbox .txtarea .main {
    font-size: 1.4rem;
    text-align: left;
    display: inline-block;
  }

  .aboutbox .num {
    font-size: 2rem;
    padding: 10px 15px;
  }

  .aboutbox .photo {
    height: 200px;
  }

  .aboutbox .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.detailbox {
  padding: 50px 0 100px;
  position: relative;
  background-color: #fff;
  background: white;
  background: linear-gradient(182deg, white 0%, #fcf0e6 72%, #fad9d9 100%);
}

.detailbox:before {
  position: absolute;
  content: "";
  width: 670px;
  height: 540px;
  bottom: 0;
  background: url(../img/top-point2.png) no-repeat;
  background-size: cover;
}

.detailbox .inner {
  padding: 0 50px 50px;
  max-width: 1000px;
  margin: 0 10% 0 auto;
  width: 60%;
}

.detailbox .txtarea {
  text-align: center;
}

.detailbox .main {
  font-size: 2rem;
}

.detailbox .main span {
  color: #000;
}

.detailbox .main span.orange {
  background-color: #e7a67e;
  padding: 2px 20px;
}

.detailbox .main span.yellow {
  background-color: #e6c348;
  padding: 2px 20px;
}

@media all and (max-width: 1560px) {
  .detailbox {
    padding: 0 0 100px;
  }

  .detailbox:before {
    width: 600px;
    height: 470px;
  }

  .detailbox .inner {
    padding: 0 50px 100px;
    max-width: 1000px;
    margin: 0 0 0 auto;
    width: 60%;
  }
}

@media all and (max-width: 1100px) {
  .detailbox:before {
    width: 480px;
    height: 370px;
  }

  .detailbox .inner {
    padding: 0 20px 270px;
    width: 80%;
  }
}

@media all and (max-width: 639px) {
  .detailbox {
    margin: -80px auto 0;
  }

  .detailbox:before {
    width: 250px;
    height: 180px;
  }

  .detailbox .inner {
    padding: 0 20px 100px;
    width: 100%;
  }

  .detailbox .main {
    font-size: 1.6rem;
  }

  .detailbox .main span {
    color: #000;
  }

  .detailbox .main span.orange {
    background-color: #e7a67e;
    padding: 2px 20px;
  }

  .detailbox .main span.yellow {
    background-color: #e6c348;
    padding: 2px 20px;
  }
}

.detailist {
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.detailist li {
  width: 22%;
  margin: 0 1% 30px;
}

.detailist .icon {
  text-align: center;
  margin: 0 auto;
  border: 2px solid #a3866a;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 10px;
}

.detailist .title {
  text-align: center;
  font-weight: bold;
  margin: -16px auto 10px;
}

.detailist .title span {
  background-color: #a3866a;
  color: #fff;
  padding: 5px 20px;
  border-radius: 50px;
}

.detailist .txt {
  background-color: rgba(77, 56, 26, 0.2);
  padding: 20px;
}

@media all and (max-width: 1100px) {
  .detailist li {
    width: 30%;
    margin: 0 1% 30px;
  }
}

@media all and (max-width: 896px) {
  .detailist li {
    width: 46%;
    margin: 0 2% 30px;
  }
}

@media all and (max-width: 639px) {
  .detailist li {
    width: 48%;
    margin: 0 1% 30px;
  }

  .detailist .title {
    text-align: center;
    font-weight: bold;
    margin: -16px auto 10px;
    vertical-align: middle;
    height: 54px;
    display: table;
  }

  .detailist .title span {
    display: table-cell;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 8px 20px;
    min-height: 54px;
    vertical-align: middle;
  }

  .detailist .txt {
    font-size: 1rem;
    padding: 20px 10px;
  }
}

.lineupbox {
  text-align: center;
  margin: 0 auto 50px;
  position: relative;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#e7f1f4));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #e7f1f4 100%);
  width: 70%;
}

.lineupbox:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/bg-medi01.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.4;
}

.lineupbox.type2:before {
  background: url(../img/bg-medi02.png) no-repeat;
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
  opacity: 0.4;
}

.lineupbox.type-reverse .photoarea {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.lineupbox.type-reverse .mainarea {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.lineupbox.type-reverse .inner:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  background-color: #fae9f2;
  left: 0%;
  top: 10%;
  z-index: -1;
}

.lineupbox .inner {
  margin: 0 auto;
  max-width: 1600px;
}

.lineupbox .inner:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  background-color: #eee9fa;
  right: 0%;
  top: 10%;
  z-index: -1;
}

.lineupbox .photoarea {
  position: relative;
  margin: 30px auto;
}

.lineupbox .photoarea .photo {
  height: 500px;
}

.lineupbox .photoarea .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lineupbox .mainarea {
  position: relative;
}

.lineupbox .mainarea .mtitle-eng {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  font-size: 5rem;
  color: #d1b2f5;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -80px;
}

.lineupbox .mainarea .mtitle-eng.pink {
  color: #f3beca;
}

.lineupbox .mainarea.type-pink:before {
  background-color: #eee9fa;
}

.lineupbox .mainarea.type-pink .mtitle-eng {
  color: #f3beca;
}

.lineupbox .mainarea .mtitle {
  margin-bottom: 20px;
  line-height: 1;
}

.lineupbox .mainarea .mtitle .min {
  font-size: 1.2rem;
}

.lineupbox .txtarea {
  font-size: 1.3rem;
  max-width: 360px;
  text-align: left;
  margin: 0 auto;
  padding: 20px 40px;
  background-color: #fff;
}

.lineupbox .txtarea p {
  border-bottom: 2px dotted #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media all and (max-width: 1560px) {
  .lineupbox {
    width: 100%;
    padding: 0 20px;
  }
}

@media all and (max-width: 1100px) {
  .lineupbox .mainarea .mtitle-eng {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    font-size: 3rem;
    color: #4C3415;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -50px;
  }
}

@media all and (max-width: 639px) {
  .lineupbox {
    margin-bottom: 40px;
  }

  .lineupbox:before {
    background-size: cover;
    opacity: 0.2;
    background-attachment: inherit;
  }

  .lineupbox.type2:before {
    background-size: cover;
    opacity: 0.2;
    background-attachment: inherit;
  }

  .lineupbox .inner {
    width: calc(100% - 0px);
    padding: 0 0 20px;
  }

  .lineupbox .inner:before {
    width: 100%;
    height: 100%;
    background-color: #eee9fa;
    right: 0%;
    top: 5%;
  }

  .lineupbox.type-reverse .inner:before {
    width: 100%;
    height: 100%;
    right: 0%;
    top: 5%;
  }

  .lineupbox .photoarea {
    margin: 0 auto 20px;
    padding-top: 50px;
  }

  .lineupbox .photoarea .photo {
    height: 160px;
  }

  .lineupbox .mainarea {
    position: relative;
    z-index: 1;
    padding: 0px 20px;
  }

  .lineupbox .mainarea .mtitle-eng {
    position: inherit;
    font-size: 2rem;
    color: #4C3415;
    top: auto;
  }

  .lineupbox .txtarea {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-top: 0px;
    text-align: left;
  }

  .lineupbox.type-reverse:before {
    width: 100%;
    height: 100%;
    background-color: #eee9fa;
    right: 0%;
    top: 5%;
  }
}

.contactbox {
  background-color: #fff;
  padding-bottom: 60px;
}

.contactbox .inner {
  padding: 0;
}

.contactbox .mainarea {
  max-width: 1000px;
  width: 100%;
  margin: -120px auto 0 0;
  border-radius: 0 20px 0 0;
  background-color: #fff;
  padding: 50px;
  position: relative;
  z-index: 1;
}

.contactbox .txtarea {
  background-color: #fff;
  padding-top: 20px;
}

.contactbox .txtarea-main {
  text-align: center;
  font-size: 2.4rem;
  color: #4C3415;
}

.contactbox .txtarea-txt {
  text-align: center;
  background-color: rgba(110, 12, 20, 0.1);
  max-width: 800px;
  width: 100%;
  padding: 20px;
  margin: 20px auto;
  border-radius: 20px;
}

.contactbox .txtarea-detail {
  max-width: 1000px;
  margin: 20px auto;
}

.contactbox .txtarea-detail .flex-48 {
  padding: 40px;
}

.contactbox .txtarea-detail .telarea {
  border-right: 1px solid #4C3415;
  padding-right: 20px;
}

.contactbox .txtarea-detail .tel-main {
  text-align: center;
  display: table;
  margin: 0 auto;
}

.contactbox .txtarea-detail .tel-txt {
  text-align: center;
}

.contactbox .txtarea-detail .telarea-txt {
  font-size: 2rem;
  background-color: #4C3415;
  padding: 2px 10px;
  color: #fff;
  vertical-align: middle;
}

.contactbox .txtarea-detail .telarea-tel {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 4rem;
  vertical-align: middle;
  padding-left: 20px;
}

.contactbox .txtarea-detail .telarea-tel:hover {
  color: #4C3415;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media all and (max-width: 1100px) {
  .contactbox .mainarea {
    margin: -90px auto 0 0;
    width: 80%;
  }

  .contactbox .photo {
    height: 300px;
  }

  .contactbox .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media all and (max-width: 896px) {
  .contactbox .txtarea {
    padding: 20px;
  }

  .contactbox .txtarea-detail .telarea {
    padding: 20px;
  }

  .contactbox .txtarea-detail .telarea-txt {
    font-size: 1.6rem;
  }

  .contactbox .txtarea-detail .telarea-tel {
    font-size: 2rem;
  }

  .contactbox .txtarea-detail .mailarea {
    padding: 20px;
  }
}

@media all and (max-width: 639px) {
  .contactbox .mainarea {
    padding: 40px 20px 20px;
  }

  .contactbox .txtarea {
    padding: 20px 20px 0;
  }

  .contactbox .txtarea-main {
    font-size: 1.8rem;
  }

  .contactbox .txtarea-txt {
    text-align: left;
  }

  .contactbox .txtarea-detail .telarea {
    border-right: none;
    padding: 20px 20px 0;
  }

  .contactbox .txtarea-detail .mailarea {
    padding: 0 20px 0px;
  }
}

.mapbox {
  max-width: 1000px;
  margin: 50px auto;
}

.mapbox .inner {
  position: relative;
}

.mapbox iframe {
  height: 380px;
  border-radius: 20px;
  border: 10px solid #ec9eab !important;
}

.mapbox .map-detail {
  margin-top: 20px;
  background-color: rgba(236, 158, 171, 0.2);
  border-radius: 20px;
  padding: 20px 40px;
}

.mapbox .map-detail .txt {
  margin-top: 5px;
}

.mapbox .map-detail .txt span {
  background-color: #fff;
  padding: 2px 20px;
}

@media all and (max-width: 639px) {
  .mapbox {
    margin: 50px auto 0;
  }

  .mapbox .inner {
    padding: 20px;
  }

  .mapbox .txtarea .mtitle-3 {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
  }

  .mapbox .txtarea .mtitle-3 .eng {
    font-size: 2.4rem;
    letter-spacing: normal;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .mapbox .txtarea .mtitle-3 .ja {
    font-size: 1.4rem;
    padding: 2px 14px;
  }

  .mapbox .map-detail {
    padding: 20px 20px;
  }

  .mapbox .map-detail .txt span {
    display: inline-block;
  }
}

.infolist {
  max-width: 1200px;
  margin: 50px auto;
}

.infolist li {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.infolist .txtarea {
  position: relative;
}

.infolist .num-bg {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  width: calc(100% - 20%);
  height: 50px;
  margin: -50px auto 0;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.infolist .num-bg:before,
.infolist .num-bg:after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0%;
}

.infolist .num-bg:before {
  left: -20px;
  background: url(../img/box-arrow.png) no-repeat;
  background-size: 20px 20px;
}

.infolist .num-bg:after {
  right: -20px;
  background: url(../img/box-arrow.png) no-repeat;
  background-size: 20px 20px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.infolist .txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 10px;
  text-align: center;
}

@media all and (max-width: 639px) {
  .infolist {
    margin-bottom: 0;
  }

  .infolist li {
    width: 48%;
    margin: 0 1% 20px;
  }

  .infolist li .txt {
    font-size: 10px;
    line-height: 1;
  }

  .infolist li .num-bg {
    position: relative;
    left: 0;
    right: 0;
    display: block;
    width: calc(100% - 20%);
    height: 40px;
    margin: -40px auto 0;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.flowlist {
  padding-left: 120px;
  position: relative;
  margin: 20px auto;
  max-width: 1000px;
}

.flowlist:before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}

@media all and (max-width: 896px) {
  .flowlist {
    padding-left: 84px;
  }

  .flowlist:before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 76px;
  }
}

.flowlist li {
  position: relative;
}

.flowlist li:not(:last-child) {
  margin-bottom: 40px;
}

.flowlist li .icon {
  font-size: 20px;
  color: #fff;
  background: #d1b2f5;
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: -10px;
  left: -90px;
  z-index: 100;
}

.flowlist li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #d1b2f5;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media all and (max-width: 896px) {
  .flowlist li .icon {
    font-size: 12px;
    color: #fff;
    background: #d1b2f5;
    display: block;
    position: absolute;
    top: 0;
    left: -80px;
    padding: 8px 14px;
  }
}

.flowlist li dl {
  padding-left: 70px;
  position: relative;
}

@media all and (max-width: 639px) {
  .flowlist li dl {
    padding-left: 16px;
  }
}

.flowlist li dl:before,
.flowlist li dl:after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flowlist li dl:before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #1a408b;
  border-radius: 50%;
  left: -4px;
}

@media all and (max-width: 896px) {
  .flowlist li dl:before {
    left: -11px;
  }
}

.flowlist li dl:after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

@media all and (max-width: 896px) {
  .flowlist li dl:after {
    left: -4px;
    width: 15px;
  }
}

.flowlist li dl dt {
  font-size: 1.8rem;
  color: #d1b2f5;
  margin-bottom: 10px;
}

@media all and (max-width: 639px) {
  .flowlist li dl dt {
    font-size: 1.4rem;
  }
}

.flowlist .flow-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flowlist .flow-column.b-m25 {
  margin-top: 0;
  margin-bottom: 25px;
}

@media all and (max-width: 896px) {
  .flowlist .flow-column {
    display: block;
  }
}

.flowlist .flow-column .txt {
  width: 70%;
  margin-right: 2%;
}

@media all and (max-width: 639px) {
  .flowlist .flow-column .txt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.flowlist .flow-column .photo {
  width: 28%;
}

@media all and (max-width: 639px) {
  .flowlist .flow-column .photo {
    width: 100%;
  }
}

.product-list {
  max-width: 1500px;
  margin: 100px auto 0;
}

.product-list li {
  padding: 0 20px;
}

.product-list li .title {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 2px solid #ec9eab;
  font-size: 2rem;
}

.product-list li .title:before {
  position: absolute;
  content: "";
  width: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #4C3415;
  height: 2px;
  bottom: -2px;
}

.product-list li .subtitle {
  text-align: center;
}

.product-list li .subtitle span {
  background-color: #4C3415;
  color: #fff;
  padding: 2px 16px;
  border-radius: 50px;
}

.product-list li .txtarea {
  margin-top: 20px;
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(83, 75, 70, 0.1);
  box-shadow: 0 0 10px rgba(83, 75, 70, 0.1);
}

@media all and (max-width: 639px) {
  .product-list li {
    padding: 0;
  }

  .product-list li .title {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 1.6rem;
  }

  .product-list li .subtitle {
    text-align: center;
  }

  .product-list li .subtitle span {
    background-color: #4C3415;
    color: #fff;
    padding: 2px 16px;
    border-radius: 50px;
  }

  .product-list li .txtarea {
    margin-top: 10px;
    padding: 20px 15px;
    border-radius: 10px;
  }
}

/*----------------------------------
page bg
----------------------------------*/
.pagebox {
  overflow: hidden;
  position: relative;
  margin: 100px auto 0;
  padding-bottom: 100px;
}

.pagebox .whitebox5 {
  max-width: 1200px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}

.pagebox:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: white;
  background: linear-gradient(182deg, rgba(255, 255, 255, 0) 0%, #fcf8e6 71%, #f7f0c1 100%);
}

@media all and (max-width: 1100px) {
  .pagebox {
    margin: 50px auto 0;
  }
}

@media all and (max-width: 896px) {
  .pagebox .inner {
    padding: 20px 20px;
  }
}

.pagebox-1 {
  position: relative;
  margin: 0 auto 50px;
}

.pagebox-1.t-m100 {
  margin-top: 100px;
}

.pagebox-1 .whitebox2 {
  max-width: 1000px;
  margin: 20px auto 0;
}

.pagebox-1 .whitebox2 .mtitle-7 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pagebox-1 .whitebox2.t-m50 {
  margin-top: 50px;
}

@media all and (max-width: 896px) {
  .pagebox-1 {
    margin: 0px auto 50px;
  }

  .pagebox-1.t-m100 {
    margin-top: 50px;
  }

  .pagebox-1 .inner {
    padding: 20px 20px;
  }

  .pagebox-1 .whitebox2 {
    max-width: 1000px;
    margin: 40px auto 0;
    border-radius: 10px;
  }

  .pagebox-1 .whitebox2 .mtitle-7:before {
    width: 66px;
    height: 78px;
    z-index: 1;
    right: 0%;
    top: -70px;
  }
}

.pagebox2 {
  position: relative;
}

.pagebox2:before {
  position: absolute;
  content: "";
  background: url(../img/flame-top.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  top: -200px;
  left: 0;
}

.pagebox2 .inner {
  background-color: #fff;
  padding: 0 50px 100px;
}

.pagebox2 .tbl-border {
  max-width: 900px;
  margin: 40px auto 0;
}

@media all and (max-width: 896px) {
  .pagebox2 .inner {
    padding: 20px 20px 100px;
  }

  .pagebox2:before {
    height: 80px;
    top: -80px;
  }
}

@media all and (max-width: 639px) {
  .pagebox2 .inner {
    padding: 0 20px 100px;
  }
}

.pagebox2-2 {
  position: relative;
}

.pagebox2-2:before {
  position: absolute;
  content: "";
  background: url(../img/flame-top2.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  top: -200px;
  left: 0;
}

.pagebox2-2 .inner {
  background-color: #faf8f5;
  padding: 0 50px 50px;
}

@media all and (max-width: 896px) {
  .pagebox2-2 .inner {
    padding: 20px 20px 0px;
  }

  .pagebox2-2:before {
    height: 80px;
    top: -80px;
  }
}

@media all and (max-width: 639px) {
  .pagebox2-2 .inner {
    padding: 0 20px 50px;
  }
}

.pagebox3 {
  overflow: hidden;
  position: relative;
}

.pagebox3 .inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media all and (max-width: 639px) {
  .pagebox3 .inner {
    padding: 100px 20px 50px;
  }
}

/*----------------------------------
 box
----------------------------------*/
.whitebox {
  padding: 20px;
  background-color: #fff;
}

.whitebox .title {
  text-align: center;
  font-size: 2rem;
}

.whitebox .title span {
  font-size: 3rem;
  font-weight: bold;
  color: #4C3415;
}

@media all and (max-width: 639px) {
  .whitebox .title {
    font-size: 1.5rem;
  }

  .whitebox .title span {
    font-size: 2rem;
  }
}

.whitebox .txt .line {
  border-bottom: 2px solid #4C3415;
}

.whitebox .txt .bold {
  font-size: 1.6rem;
  font-weight: bold;
}

@media all and (max-width: 639px) {
  .whitebox .txt .bold {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 639px) {
  .whitebox.sp-tm50 {
    margin-top: 50px;
  }
}

.whitebox2 {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.whitebox2.type-min {
  padding: 20px;
  border-radius: 10px;
}

@media all and (max-width: 896px) {
  .whitebox2 {
    padding: 30px 20px;
  }
}

@media all and (max-width: 639px) {
  .whitebox2 {
    margin: 0px auto;
    padding: 20px 10px;
  }
}

.whitebox2 .deko {
  border-bottom: 2px dotted rgba(236, 158, 171, 0.4);
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.whitebox2 .deko span {
  color: #ec9eab;
  padding-right: 5px;
}

.whitebox2 .list3 li {
  margin: 0 1% 0 1%;
}

.whitebox2 .list3.type-bg li {
  padding: 10px;
  border: 5px solid #ebdee3;
}

.whitebox3 {
  padding: 50px 40px 40px;
  margin: 50px auto;
  border: 1px solid #ec9eab;
  position: relative;
}

.whitebox3.type-bold {
  background-color: rgba(236, 158, 171, 0.1);
}

.whitebox3 .top-feature-list li {
  margin-top: 0;
}

.whitebox3 .txtdeko {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
}

@media all and (max-width: 896px) {
  .whitebox3 {
    padding: 40px;
  }

  .whitebox3 .txtdeko {
    position: inherit;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto 10px;
    text-align: center;
    max-width: 800px;
  }
}

@media all and (max-width: 639px) {
  .whitebox3 {
    margin: 0px auto;
    padding: 20px;
    -webkit-box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0);
  }
}

.whitebox4 {
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.whitebox4 .photo {
  margin: 0 auto;
  text-align: center;
}

.whitebox4 .txt {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

.whitebox4 .txt:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -20px;
  width: 10px;
  height: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #2193d4;
}

@media all and (max-width: 639px) {
  .whitebox4 {
    padding: 10px;
  }

  .whitebox4 .txt {
    text-align: center;
    position: relative;
    margin-top: 30px;
    font-size: 1rem;
  }
}

.whitebox5 {
  background-color: rgba(236, 158, 171, 0.1);
  padding: 40px;
  border-radius: 10px;
  max-width: 1000px;
  margin: 20px auto 0;
}

.whitebox5 .photo {
  height: 240px;
}

.whitebox5 .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.whitebox5 .title {
  font-size: 2rem;
  color: #4C3415;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ec9eab;
  position: relative;
}

.whitebox5 .title:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #4C3415;
}

.whitebox5 .deko span {
  color: #e6c348;
}

.whitebox5 .deko {
  border-bottom: 2px dotted rgba(76, 52, 21, 0.4);
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.whitebox5 .deko span {
  color: #4C3415;
  padding-right: 5px;
}

.whitebox5 .txt-detail {
  margin-top: 10px;
  background-color: #fff;
  padding: 6px 10px;
}

@media all and (max-width: 896px) {
  .whitebox5 {
    padding: 30px 20px;
  }
}

@media all and (max-width: 639px) {
  .whitebox5 {
    margin: 0px auto;
    padding: 20px 10px;
  }

  .whitebox5 .title {
    font-size: 1.5rem;
  }
}

.whitebox6 {
  margin: 60px auto 0;
  max-width: 1000px;
  padding: 0px;
}

.whitebox6.t-m0 {
  margin-top: 0;
}

.whitebox6 .title {
  font-size: 2.2rem;
  color: #4C3415;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ec9eab;
  position: relative;
}

.whitebox6 .title:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #4C3415;
}

.whitebox6 .txtarea {
  padding: 0 10px;
}

@media all and (max-width: 639px) {
  .whitebox6 {
    margin: 40px auto 0;
  }

  .whitebox6 .title {
    font-size: 1.6rem;
  }

  .whitebox6 .txtarea {
    padding: 0 10px;
  }
}

.whitebox7 {
  background-color: rgba(248, 220, 220, 0.4);
  padding: 10px 20px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.whitebox7 .textarea {
  margin-top: 5px;
  background-color: #fff;
}

.whitebox8 {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 50px 50px;
  margin: 0 auto 50px;
  border-radius: 10px;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.whitebox8 .textarea {
  margin-top: 5px;
  background-color: #fff;
}

/*----------------------------------
 flex
----------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.flex-reverse .flex-30 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.flex.flex-reverse .flex-68 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media all and (max-width: 1100px) {
  .flex.flex-pro {
    display: block;
  }

  .flex.flex-pro .flex-30 {
    width: 90%;
    margin: 0 auto;
  }

  .flex.flex-pro .flex-70 {
    width: 100%;
    margin: 40px auto 0;
  }

  .flex.flex-pro .flex-40 {
    width: 40%;
  }
}

@media all and (max-width: 1100px) and (max-width: 639px) {
  .flex.flex-pro .flex-40 {
    width: 100%;
  }
}

@media all and (max-width: 896px) {
  .flex.flex-tablet {
    display: block;
  }

  .flex.flex-tablet .flex-50 {
    width: 90%;
    margin: 0 auto;
  }

  .flex.flex-tablet .flex-48 {
    width: 100%;
    margin: 40px auto 0;
  }
}

@media all and (max-width: 639px) {
  .flex {
    display: block;
  }
}

.flex.w-100 {
  width: 100%;
}

.flex.j-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.a-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.a-first {
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex .flex-15 {
  width: 15%;
}

@media all and (max-width: 639px) {
  .flex .flex-15 {
    width: 90%;
    margin: 0 auto;
  }
}

.flex .flex-20 {
  width: 20%;
}

@media all and (max-width: 639px) {
  .flex .flex-20 {
    width: 90%;
    margin: 0 auto;
  }
}

.flex .flex-30 {
  width: 30%;
}

@media all and (max-width: 639px) {
  .flex .flex-30 {
    width: 90%;
    margin: 0 auto;
  }
}

.flex .flex-40 {
  width: 40%;
  margin-left: 2%;
}

@media all and (max-width: 1100px) {
  .flex .flex-40 {
    width: 60%;
    margin-left: 2%;
  }
}

@media all and (max-width: 639px) {
  .flex .flex-40 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-48 {
  width: 48%;
}

.flex .flex-48.l-m2 {
  margin-left: 2%;
}

.flex .flex-48.l-m4 {
  margin-left: 4%;
}

@media all and (max-width: 639px) {
  .flex .flex-48 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex .flex-48.l-m2 {
    margin-left: auto;
  }

  .flex .flex-48.l-m4 {
    margin-top: 20px;
    margin-left: auto;
  }
}

.flex .flex-50 {
  width: 50%;
}

@media all and (max-width: 639px) {
  .flex .flex-50 {
    width: 100%;
  }
}

.flex .flex-50.left-f {
  margin-right: 2%;
}

@media all and (max-width: 639px) {
  .flex .flex-50.left-f {
    margin-right: auto;
  }
}

.flex .flex-58 {
  width: 58%;
}

@media all and (max-width: 639px) {
  .flex .flex-58 {
    width: 100%;
  }
}

.flex .flex-68 {
  width: 68%;
}

@media all and (max-width: 639px) {
  .flex .flex-68 {
    width: 100%;
  }
}

.flex .flex-68.l-m2 {
  margin-left: 2%;
}

@media all and (max-width: 639px) {
  .flex .flex-68.l-m2 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-68.r-m2 {
  margin-right: 2%;
}

@media all and (max-width: 639px) {
  .flex .flex-68.r-m2 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-70 {
  width: 70%;
}

@media all and (max-width: 639px) {
  .flex .flex-70 {
    width: 100%;
  }
}

.flex .flex-78 {
  width: 78%;
}

@media all and (max-width: 639px) {
  .flex .flex-78 {
    width: 100%;
  }
}

.flex .flex-78.l-m2 {
  margin-left: 2%;
}

@media all and (max-width: 639px) {
  .flex .flex-78.l-m2 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-78.r-m2 {
  margin-right: 2%;
}

@media all and (max-width: 639px) {
  .flex .flex-78.r-m2 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-85 {
  width: 85%;
}

@media all and (max-width: 639px) {
  .flex .flex-85 {
    width: 100%;
  }
}

/*----------------------------------
slide
----------------------------------*/
.slide_list {
  position: relative;
  display: none;
  margin: 0px auto 30px;
}

.slide_list li {
  width: 400px;
  height: 300px;
  margin-right: 1%;
}

.slide_list li img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide_list li p {
  display: none;
}

.slide_list li:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

@media all and (max-width: 639px) {
  .slide_list li {
    width: 340px;
    height: 240px;
  }

  .slide_list li img {
    width: 100%;
    height: 240px;
  }
}

/*----------------------------------
pc/sp
----------------------------------*/
@media all and (max-width: 639px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}

@media all and (max-width: 639px) {
  .sponly {
    display: block;
  }
}

.sns_btn a {
  color: #fff;
  display: block;
  padding: 15px;
  border-radius: 8px;
  background: linear-gradient(45deg, #fed475 0%, #e53d5d 50%, #c23186 70%, #9c38bb 100%);
}

.sns_btn a:hover {
  opacity: .8;
}

.form-contents dl dt:not(.pattern-exclusion) span.required::before,.form-contents .submit-btn{
  background: #ec9eab!important;
  border:1px solid #ec9eab!important;
}
.form-contents :not(.pattern-exclusion) button:hover {
  color: #ec9eab!important;
  background: #fff!important;
  border: solid 2px #ec9eab!important;
}
.form-contents .submit-btn:hover::before {
      background-color: #ec9eab!important;
}
.form-contents dl dt:not(.pattern-exclusion) span.optional::before {
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
  position: relative;
  top: -2px;
}
.form-contents dl dt:not(.pattern-exclusion) span.optional::before {
  content: '任意';
  color: #fff!important;
  background: #aaa!important;
}
.form-contents dd:not(.pattern-exclusion) .textarea03 {
  width: 20%!important;
  margin-right: 1%!important;
}

.whitebox7 .textarea03{
  margin-top: 5px;
  border: 0;
  padding: 20px 15px;
  border: 0;
  padding: 10px 35px 10px 15px;
  background: #fff!important;
  position: relative;
  /* font-size: 16px; */
  min-height: 40px;
}