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

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

#wrapper {
  position: relative;
  overflow: hidden;
}

#wrapper.no-hidden {
  overflow: initial;
}

@media all and (max-width: 639px) {
  #wrapper.no-hidden {
    overflow: hidden;
  }
}

#l-main {
  width: calc(100% - 10%);
  margin-left: auto;
  margin-right: auto;
}

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

.bold {
  font-weight: 600;
}

h2,
h3,
h4 {
  line-height: 1.4;
  font-weight: 600;
}

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

/* SVG
----------------------------------*/
#svg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 30;
}

#svg_wrap.off {
  background: transparent;
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 0;
}

#svg {
  width: 450px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media all and (max-width: 639px) {
  #svg {
    width: 200px;
    height: 200px;
  }
}

#svg-after {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 450px;
  height: 450px;
}

@media all and (max-width: 639px) {
  #svg-after {
    width: 200px;
    height: 200px;
  }
}

/* nav
----------------------------------*/
#nav-toggle {
  display: block;
  position: fixed;
  top: 40px;
  right: 40px;
  width: 64px;
  height: 64px;
  cursor: pointer;
  background-color: #CDBB83;
  padding: 20px 15px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

#nav-toggle > div {
  position: relative;
  width: 35px;
}

#nav-toggle > div > p {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 25px;
  font-size: 11px;
  text-align: center;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 10px;
  width: 80%;
}

#nav-toggle span:nth-child(3) {
  top: 20px;
  width: 60%;
}

#nav-toggle:hover span:nth-child(1) {
  top: 0px;
  width: 60%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#nav-toggle:hover span:nth-child(3) {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media all and (max-width: 639px) {
  #nav-toggle {
    top: 11px;
    right: 10px;
    width: 58px;
    height: 50px;
    cursor: pointer;
    background-color: #CDBB83;
    padding: 13px 10px;
  }
}

.open #nav-toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 100%;
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 10px;
  width: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#nav-toggle {
  z-index: 1000;
}

#sp_btn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 20;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#sp_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 330px;
  padding-bottom: 15px;
  margin: 0 auto;
}

#sp_btn ul li {
  padding: 0 5px;
}

#sp_btn ul li a {
  display: block;
  padding: 7px 30px;
  text-align: center;
  background: #fefefe;
  color: #162142;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
}

#sp_btn ul li a span {
  display: block;
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #111;
}

#sp_btn ul li a.sp_btn_icon {
  background: transparent;
  width: 40px;
  padding: 7px 0;
}

#sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

#sp-nav:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url(../img/top01.jpg) no-repeat;
  width: 75%;
  height: 100%;
  background-size: cover;
  z-index: -1;
  background-position: right;
}

#sp-nav:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-color: #162142;
  width: 25%;
  height: 100%;
  z-index: -1;
}

#sp-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  font-weight: 600;
}

#sp-nav a span {
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

#sp-nav a:hover {
  color: #CDBB83;
}

#sp-nav a:hover span {
  color: #CDBB83;
}

#sp-nav .dropdown {
  display: none;
}

#sp-nav nav {
  margin: 0 10% 0 auto;
}

#sp-nav ul {
  list-style: none;
}

#sp-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.2s ease;
  transition: transform 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
}

#sp-nav ul li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

#sp-nav ul li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#sp-nav ul li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#sp-nav ul li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#sp-nav ul li:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#sp-nav ul li:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media all and (max-width: 896px) {
  #sp-nav:before {
    width: 70%;
  }
  #sp-nav:after {
    width: 30%;
  }
}

@media all and (max-width: 639px) {
  #sp-nav:before {
    width: 100%;
    height: 30%;
  }
  #sp-nav:after {
    width: 100%;
    height: 70%;
    top: auto;
    bottom: 0;
  }
  #sp-nav nav {
    margin: 30% auto 0;
  }
}

/* open */
.open {
  overflow: hidden;
}

.open #sp-nav {
  visibility: visible;
  opacity: 1;
}

.open #sp-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

/* 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);
}

/* loading
----------------------------------*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
  color: #fff;
}

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

#splash_logo .logo {
  width: 280px;
  -webkit-animation: load-anime 0.4s ease forwards;
          animation: load-anime 0.4s ease forwards;
}

@-webkit-keyframes load-anime {
  0% {
  }
  70% {
    width: 220px;
  }
  100% {
    width: 210px;
  }
}

@keyframes load-anime {
  0% {
  }
  70% {
    width: 220px;
  }
  100% {
    width: 210px;
  }
}

.loader-bg1 {
  position: absolute;
  content: "";
  width: 25%;
  height: 100%;
  background-color: #162142;
  top: 0;
  left: 0;
  -webkit-animation: load-tate 0.6s ease-out 0.6s forwards;
          animation: load-tate 0.6s ease-out 0.6s forwards;
}

.loader-bg2 {
  position: absolute;
  content: "";
  width: 25%;
  height: 100%;
  background-color: #162142;
  bottom: 0;
  left: 25%;
  -webkit-animation: load-tate 0.6s ease-out 0.8s forwards;
          animation: load-tate 0.6s ease-out 0.8s forwards;
}

.loader-bg3 {
  position: absolute;
  content: "";
  width: 25%;
  height: 100%;
  background-color: #162142;
  top: 0;
  left: 50%;
  -webkit-animation: load-tate 0.6s ease-out 1s forwards;
          animation: load-tate 0.6s ease-out 1s forwards;
}

.loader-bg4 {
  position: absolute;
  content: "";
  width: 25%;
  height: 100%;
  background-color: #162142;
  bottom: 0;
  left: 75%;
  -webkit-animation: load-tate 0.6s ease-out 1.2s forwards;
          animation: load-tate 0.6s ease-out 1.2s forwards;
}

@-webkit-keyframes load-tate {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@keyframes load-tate {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@-webkit-keyframes load-fede {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 0;
  }
}

@keyframes load-fede {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 0;
  }
}

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

@keyframes load-fede2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* mask animation
----------------------------------*/
/*アニメーション前の指定*/
#mask path {
  -webkit-transition: fill-opacity 0.5s;
  transition: fill-opacity 0.5s;
  /*カラーがつく際のアニメーション0.5秒で変化*/
  fill: #162142;
  /*塗りがない状態*/
  stroke: #162142;
  /*線の色*/
}

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

.loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  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;
}

.loader.off {
  display: none;
}

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

/*bodyにappearクラスがついたら出現*/
.splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #162142;
  -webkit-animation-name: PageAnime;
          animation-name: PageAnime;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -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: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes PageAnime {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

/* header
----------------------------------*/
@-webkit-keyframes hd-scrolled {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes hd-scrolled {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.gradient {
  background: linear-gradient(45deg, #ccc, #002989, #eee);
  background-size: 600% 600%;
  -webkit-animation: anim-gradient 10s ease infinite;
          animation: anim-gradient 10s ease infinite;
}

@-webkit-keyframes anim-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes anim-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#l-header {
  width: 100%;
  position: absolute;
  z-index: 200;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding: 0;
  background-color: #162142;
}

#l-header.is-fixed {
  margin: 0px auto;
  top: 0;
  bottom: auto;
  right: 0;
  position: fixed;
  padding: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #162142;
}

#l-header.is-fixed:before {
  width: 140%;
}

#l-header.is-fixed .inner {
  padding: 0;
  margin: 0 auto 0;
}

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

@media all and (max-width: 1100px) {
  #l-header.is-fixed .inner {
    padding: 10px 0;
  }
}

#l-header.is-fixed .inner #logo {
  position: relative;
  padding: 0px 0px 0px 40px;
}

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

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

#l-header.is-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#l-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto 0 5%;
  -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;
}

#l-header .inner #logo {
  width: 15%;
  max-width: 280px;
}

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

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

#l-header .header-right {
  margin-left: auto;
  margin-right: 5px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1450px) {
  #l-header {
    bottom: 10px;
  }
}

@media all and (max-width: 1367px) {
  #l-header .header-right {
    margin-left: auto;
    margin-right: 0;
  }
}

@media all and (max-width: 896px) {
  #l-header.is-fixed {
    top: auto;
    bottom: 0;
  }
  #l-header .inner #logo {
    width: 20%;
    max-width: 320px;
    margin-left: 2%;
  }
  #l-header .inner .header-right {
    width: 79%;
  }
}

@media all and (max-width: 639px) {
  #l-header {
    position: initial;
    padding: 0;
  }
  #l-header .inner {
    margin: 0 auto;
  }
  #l-header .inner #logo {
    position: fixed;
    top: 6px;
    left: -3px;
    z-index: 200;
    width: 160px;
  }
  #l-header .inner .header-right {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #162142;
    margin-left: auto;
    margin-right: auto;
    z-index: 200;
    padding: 10px 10px;
  }
}

#header_nav {
  position: relative;
  max-width: 610px;
  width: 60%;
}

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

@media all and (max-width: 1100px) {
  #header_nav {
    text-align: center;
    margin: 20px auto 0;
    width: 80%;
    width: 760px;
  }
}

.is-fixed #header_nav {
  margin-top: 10px;
  overflow: hidden;
}

.is-fixed #header_nav .head-right_tel a {
  color: #CDBB83;
}

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

.is-fixed #header_nav ul li {
  margin-right: 1%;
}

.is-fixed #header_nav ul li a {
  color: black;
  padding: 10px 10px;
  text-align: center;
}

.is-fixed #header_nav ul li a::after {
  display: none;
}

.is-fixed #header_nav ul li a span {
  color: white;
}

.is-fixed #header_nav ul li a.active span, .is-fixed #header_nav ul li a:hover span {
  color: #fff;
}

.is-fixed #header_nav ul li a:hover {
  color: #fff;
  background-color: #CDBB83;
}

#header_nav ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#header_nav ul li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 2%;
}

#header_nav ul li a {
  display: block;
  position: relative;
  line-height: 1.5;
  font-size: 1.5rem;
  padding: 5px 0;
  color: #fff;
}

#header_nav ul li a span {
  display: block;
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fdfdfd;
  position: relative;
  letter-spacing: 0.1rem;
}

#header_nav ul li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0px;
  -webkit-transition: 0.2s width ease-in;
  transition: 0.2s width ease-in;
}

@media all and (max-width: 1100px) {
  #header_nav ul li a:after {
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
}

#header_nav ul li a:hover span, #header_nav ul li a.active span {
  color: #ceb47b;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

#header_nav ul li a:hover:after, #header_nav ul li a.active:after {
  width: 20px;
}

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

#header_nav .dropdown .dropdown-li {
  border-right: 0;
  margin: 0 0 5px;
  background: #111;
}

#header_nav .dropdown .dropdown-li a {
  display: block;
  width: 160px;
  padding: 12px 8px;
  color: #fefefe;
}

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

.header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
}

.header-icon li {
  position: relative;
  margin-right: 1%;
  color: #fff;
  font-size: 1.2rem;
  width: 49%;
  max-width: 170px;
  border-right: 1px solid #fff;
}

.header-icon li.type-2 {
  width: 24%;
  max-width: 90px;
}

.header-icon li a {
  color: #fff;
  display: block;
}

.header-icon li a:hover i {
  color: #CDBB83;
}

.header-icon li a:hover.sns_button_box {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-icon li .sns_button_box {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-icon li .sns_button_box i {
  text-align: center;
  display: block;
  font-size: 2rem;
}

.header-icon li .sns_button_box .txt {
  text-align: center;
  margin-top: 5px;
}

@media all and (max-width: 1367px) {
  .header-icon {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 120px 0 0;
  }
}

@media all and (max-width: 896px) {
  .header-icon {
    margin: 0 70px 0 0;
  }
  .header-icon li {
    width: 30%;
    max-width: 130px;
    font-size: 1rem;
  }
  .header-icon li.type-2 {
    width: 14%;
    max-width: 64px;
  }
  .header-icon li a {
    color: #fff;
    display: block;
  }
  .header-icon li a:hover i {
    color: #CDBB83;
  }
  .header-icon li a:hover.sns_button_box {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-icon li .sns_button_box {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-icon li .sns_button_box i {
    text-align: center;
    display: block;
    font-size: 1.2rem;
  }
  .header-icon li .sns_button_box .txt {
    text-align: center;
    margin-top: 5px;
  }
}

@media all and (max-width: 639px) {
  .header-icon {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-icon li {
    width: 48%;
    max-width: 200px;
    font-size: 1rem;
  }
  .header-icon li.type-2 {
    width: 24%;
    max-width: 64px;
  }
  .header-icon li a {
    color: #fff;
    display: block;
  }
  .header-icon li a:hover i {
    color: #CDBB83;
  }
  .header-icon li a:hover.sns_button_box {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-icon li .sns_button_box {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-icon li .sns_button_box i {
    text-align: center;
    display: block;
    font-size: 1.2rem;
  }
  .header-icon li .sns_button_box .txt {
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
  }
}

.is-fixed .header-icon {
  margin-top: 10px;
}

@media all and (max-width: 1367px) {
  .is-fixed .header-icon {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

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

#page-top a {
  display: block;
  background-color: #12182b;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  color: #162142;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.2rem;
  text-align: center;
}

#page-top a i {
  color: #fff;
}

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

@media all and (max-width: 896px) {
  #page-top {
    bottom: 20px;
    right: 20px;
  }
}

@media all and (max-width: 639px) {
  #page-top {
    bottom: 74px;
    right: 10px;
  }
}

/* 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);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoom-in 11s linear 0s 1 normal both;
          animation: zoom-in 11s linear 0s 1 normal both;
}

.slide-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  z-index: 3;
}

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

.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: 80% 50%;
}

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

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

.slide-img {
  overflow: hidden;
  width: 100%;
  height: 90vh;
  margin-left: auto;
}

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

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

.slider {
  width: 100vw;
  height: 85vh;
  position: relative;
  overflow: hidden;
}

.slider > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
}

.slider > div img.slider-img {
  display: none;
}

.slider > div > div {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-repeat: no-repeat;
}

@media all and (max-width: 1100px) {
  .slider {
    height: 50vh;
  }
}

#slideshow {
  position: relative;
  width: 100%;
}

#slideshow:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #12182b;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-animation: anime-logo2-2 2.4s ease-in forwards;
          animation: anime-logo2-2 2.4s ease-in forwards;
  opacity: 0;
}

@media all and (max-width: 1100px) {
  #slideshow {
    width: 100%;
    margin: 0 auto;
  }
}

#slide-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  background-color: #162142;
}

@media all and (max-width: 639px) {
  #slide-wrap {
    height: 70vh;
  }
}

#catch {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#catch.on {
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
}

#catch .catch-logo {
  width: 210px;
  opacity: 1;
  -webkit-animation: load-anime2 0.8s ease 3s forwards;
          animation: load-anime2 0.8s ease 3s forwards;
  -webkit-filter: drop-shadow(0 0 20px rgba(51, 51, 51, 0.3));
          filter: drop-shadow(0 0 20px rgba(51, 51, 51, 0.3));
}

#catch .catch-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 639px) {
  #catch .catch-logo {
    opacity: 0;
    -webkit-animation: load-anime3 0.8s ease 3s forwards;
            animation: load-anime3 0.8s ease 3s forwards;
  }
}

@-webkit-keyframes load-anime2 {
  0% {
    opacity: 1;
    width: 210px;
  }
  100% {
    opacity: 1;
    width: 380px;
    -webkit-filter: drop-shadow(0 0 20px #333333);
            filter: drop-shadow(0 0 20px #333333);
  }
}

@keyframes load-anime2 {
  0% {
    opacity: 1;
    width: 210px;
  }
  100% {
    opacity: 1;
    width: 380px;
    -webkit-filter: drop-shadow(0 0 20px #333333);
            filter: drop-shadow(0 0 20px #333333);
  }
}

@-webkit-keyframes load-anime3 {
  0% {
    opacity: 0;
    width: 180px;
  }
  1% {
    opacity: 1;
    width: 180px;
  }
  100% {
    opacity: 1;
    width: 220px;
    -webkit-filter: drop-shadow(0 0 20px #333333);
            filter: drop-shadow(0 0 20px #333333);
  }
}

@keyframes load-anime3 {
  0% {
    opacity: 0;
    width: 180px;
  }
  1% {
    opacity: 1;
    width: 180px;
  }
  100% {
    opacity: 1;
    width: 220px;
    -webkit-filter: drop-shadow(0 0 20px #333333);
            filter: drop-shadow(0 0 20px #333333);
  }
}

#scrolldown {
  position: absolute;
  left: 15px;
  bottom: 60px;
  color: #162142;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  -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: #162142;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#scrolldown:after {
  width: 8px;
  height: 8px;
  background: rgba(22, 33, 66, 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;
  }
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/* swiper
----------------------------------*/
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 30px !important;
  right: auto;
  background: rgba(22, 33, 66, 0.7);
}

@media all and (max-width: 639px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 10px !important;
  }
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 30px !important;
  left: auto;
  background: rgba(22, 33, 66, 0.7);
}

@media all and (max-width: 639px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 10px !important;
  }
}

@media all and (max-width: 639px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 17px !important;
    height: 28px !important;
    background-size: 17px 28px !important;
  }
}

.slick-prev,
.slick-next {
  background: rgba(255, 255, 255, 0.8) !important;
  width: 35px !important;
  height: 35px !important;
  z-index: 20 !important;
  border-radius: 50% !important;
  border: 1px solid #aaa !important;
  top: 40%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.slick-prev:before,
.slick-next:before {
  color: #333 !important;
}

.slick-prev:hover,
.slick-next:hover {
  background: #f4f4f4;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

.swiper-container2 {
  padding: 0 20px;
}

.swiper-container2 .swiper-wrapper {
  padding: 30px 0;
}

.swiper-container2 .swiper-wrapper .swiper-slide {
  width: 300px;
  height: 300px;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

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

@media all and (max-width: 639px) {
  .swiper-container2 .swiper-wrapper {
    padding: 0 0 30px;
  }
  .swiper-container2 .swiper-wrapper .swiper-slide {
    width: 280px;
    height: 260px;
  }
}

/* footer
----------------------------------*/
footer {
  background-size: cover;
  border-top: 1px solid #162142;
  background-color: #12182b;
}

#l-footer {
  font-size: 1.4rem;
  position: relative;
}

#l-footer .inner {
  margin: 0 auto;
  max-width: 600px;
  position: relative;
  z-index: 3;
  padding: 120px 20px 50px;
  color: #162142;
}

#l-footer .inner a {
  color: #CDBB83;
}

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

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

.footer-icon {
  margin: 20px auto 0;
}

.footer-icon .sns_button {
  text-align: center;
  font-weight: bold;
  position: relative;
  color: #fff;
  max-width: 100px;
  width: 50%;
}

.footer-icon .sns_button span {
  position: relative;
}

.footer-icon .sns_button span:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  left: -20px;
  top: 11px;
  background-color: #fff;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.footer-icon .sns_button span:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  right: -20px;
  top: 11px;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.footer-icon .sns_button .sns_button_link {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 5px auto 0;
}

.footer-icon .sns_button .sns_button_link:hover .sns-icon {
  display: none;
}

.footer-icon .sns_button .sns_button_link:hover .sns-icon-h {
  display: inline;
}

@media all and (max-width: 639px) {
  .footer-icon {
    margin-bottom: 20px;
  }
  .footer-icon.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-detail {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-detail .txt-inline {
  display: inline-block;
  text-align: start;
  vertical-align: text-top;
  margin-bottom: 10px;
  color: #fff;
}

.footer-detail .txt-inline.type1 {
  padding-left: 12px;
  margin-left: 8px;
  position: relative;
}

.footer-detail .txt-inline.type1:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ddd;
  top: 6px;
  left: 0;
}

@media all and (max-width: 1100px) {
  .footer-detail {
    position: relative;
    margin: 0 auto;
    padding: 40px 0 0;
    width: calc(100% - 10%);
  }
}

@media all and (max-width: 639px) {
  .footer-detail {
    position: relative;
    margin: 0 auto;
    padding: 40px 10px 0;
    width: 100%;
  }
  .footer-detail .top-detail-inner {
    text-align: left;
  }
  .footer-detail .txt-inline {
    display: inline-block;
    text-align: start;
    vertical-align: text-top;
    margin-bottom: 10px;
    color: #fff;
    width: 18%;
    max-width: 40px;
  }
  .footer-detail .txt-inline.type1 {
    padding-left: 12px;
    margin-left: 0;
    position: relative;
    width: 80%;
    max-width: 100%;
  }
  .footer-detail .txt-inline.type1:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ddd;
    top: 6px;
    left: 0;
  }
}

.footer-tbl {
  color: #fff;
}

/* footer_navi
----------------------------------*/
.footer_navi {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0 auto 30px;
}

.footer_navi ul {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_navi ul li {
  padding: 0 50px;
  margin-bottom: 8px;
}

.footer_navi ul li a {
  color: #162142;
  font-size: 1.3rem;
  position: relative;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  color: #fff;
}

.footer_navi ul li a:before {
  content: "";
  background-color: #fff;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: -30px;
}

.footer_navi ul li a:hover span {
  color: #CDBB83;
}

.footer_navi ul li .dropdown {
  display: none;
}

.footer_navi ul li .dropdown .dropdon-li a {
  font-size: 1.2rem;
}

.flogo {
  margin: 0 auto 20px;
  min-height: 0;
  text-align: center;
  max-width: 320px;
}

@media all and (max-width: 639px) {
  .flogo {
    margin: 30px auto 0px;
    width: 60%;
  }
}

.address {
  color: #fefefe;
  font-size: 12px;
}

/* copyright
----------------------------------*/
.copyright {
  text-align: center;
  padding: 14px 50px 14px;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  background: #000;
  color: #fff;
}

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

/* --news--
----------------------------------*/
.news-box {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
}

@media all and (max-width: 896px) {
  .news-box {
    margin-top: 0;
  }
}

@media all and (max-width: 639px) {
  .news-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px;
  }
}

.news-title {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.news-title span {
  display: block;
}

.news-title .eng {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #162142;
  position: relative;
  font-size: 3rem;
}

.news-title .ja {
  font-size: 1.5rem;
  position: relative;
  font-weight: 600;
}

@media all and (max-width: 639px) {
  .news-title {
    margin-bottom: 30px;
  }
  .news-title .eng {
    font-size: 2.4rem;
  }
  .news-title .ja {
    font-size: 1.4rem;
  }
}

.news-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 80px;
}

@media all and (max-width: 639px) {
  .news-right {
    width: 100%;
    margin: 10px 0 0;
  }
}

/* common
----------------------------------*/
.single {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 639px) {
  .single.sp100 {
    padding-top: 100px;
  }
}

.single02 {
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 160px 0;
  position: relative;
  z-index: 1;
}

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

.single02.p60 {
  padding: 60px 0;
}

@media all and (max-width: 639px) {
  .single02.p60 {
    padding: 40px 0;
  }
}

.single02.p120 {
  padding: 120px 0;
}

@media all and (max-width: 639px) {
  .single02.p120 {
    padding: 40px 0;
  }
}

.single02.p130-80 {
  padding: 130px 0 80px;
}

@media all and (max-width: 639px) {
  .single02.p130-80 {
    padding: 60px 0 40px;
  }
}

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

.mbox {
  background: #fefefe;
  padding: 35px 30px;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.mbox.transparent {
  background: transparent;
}

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

.mbox.type1 {
  background-color: #CDBB83;
}

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

.mbox.transparent2 {
  background: transparent;
}

@media all and (max-width: 639px) {
  .mbox.transparent2 {
    margin-top: 0px;
    padding: 10px;
  }
}

.mbox.transparent3 {
  background: transparent;
}

@media all and (max-width: 639px) {
  .mbox.transparent3 {
    margin-top: 0px;
    padding: 40px 10px;
  }
}

.mbox.p40 {
  padding: 40px 40px;
}

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

.mbox.p60 {
  padding: 60px 30px;
}

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

.mbox.p0 {
  padding: 0 30px;
}

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

.mbox.border {
  margin-top: 120px;
  -webkit-box-shadow: 16px 13px 0px 0px #CDBB83;
          box-shadow: 16px 13px 0px 0px #CDBB83;
}

@media all and (max-width: 639px) {
  .mbox.border {
    margin-top: 70px;
    -webkit-box-shadow: 2px 3px 0px 0px #CDBB83;
            box-shadow: 2px 3px 0px 0px #CDBB83;
  }
}

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

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

@media all and (max-width: 639px) {
  .small-box .mtitle_box {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 639px) {
  .small-box.p40-25 {
    padding: 0 20px;
  }
}

.small-box.p40 {
  max-width: 900px;
  padding: 40px;
  border: 1px solid #162142;
  background-color: #fff;
}

@media all and (max-width: 639px) {
  .small-box.p40 {
    padding: 20px;
  }
}

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

/* blog contents
----------------------------------*/
#main {
  float: left;
  width: 76%;
}

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

@media all and (max-width: 896px) {
  #main .mbox {
    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;
  }
}

.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: #333;
}

@media all and (max-width: 639px) {
  .blog-month ul li {
    margin-left: 20px;
  }
}

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

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

.blog-month ul li a:hover {
  color: #cfb25b;
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#a09,
#a10,
#a11,
#a12 {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

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

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

.mtitle .eng {
  font-size: 5rem;
  color: #162142;
  position: relative;
  display: block;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  opacity: 0.4;
}

.mtitle .ja {
  font-size: 2rem;
  color: #333;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

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

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

.mtitle.white span:after {
  background-color: #eee;
}

.mtitle.white span.eng {
  color: #fff;
}

.mtitle.white span.eng:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  left: 0;
  right: 0;
  top: auto;
  bottom: -40px;
  margin: 0 auto;
}

.mtitle.white span.ja {
  color: #fff;
}

.mtitle.type-min .eng {
  font-size: 2rem;
}

@media all and (max-width: 639px) {
  .mtitle {
    text-align: center;
  }
  .mtitle .eng {
    font-size: 3rem;
  }
  .mtitle .ja {
    font-size: 1.6rem;
  }
}

.mtitle2 {
  margin: 0 auto 80px;
  text-align: center;
  position: relative;
}

.mtitle2.tleft {
  text-align: left;
}

.mtitle2 .eng {
  font-size: 3rem;
  color: #162142;
  display: block;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
  padding-left: 120px;
  margin-top: 10px;
}

.mtitle2 .eng:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  left: 0;
  top: 49%;
  background-color: #162142;
}

.mtitle2 .ja {
  font-size: 4rem;
  color: #333;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  position: relative;
}

@media all and (max-width: 896px) {
  .mtitle2 .eng {
    font-size: 2rem;
    padding-left: 40px;
  }
  .mtitle2 .eng:before {
    width: 30px;
  }
  .mtitle2 .ja {
    font-size: 3rem;
  }
}

@media all and (max-width: 639px) {
  .mtitle2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .mtitle2 .eng {
    font-size: 2rem;
    padding-left: 30px;
  }
  .mtitle2 .eng:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    left: 0;
    top: 49%;
    background-color: #162142;
  }
  .mtitle2 .ja {
    font-size: 1.6rem;
  }
}

.mtitle3 {
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.mtitle3.tright {
  text-align: right;
}

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

.mtitle3 .eng {
  font-size: 3rem;
  display: block;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.mtitle3 .ja {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  position: relative;
}

@media all and (max-width: 639px) {
  .mtitle3 {
    text-align: center;
  }
  .mtitle3 .eng {
    font-size: 2rem;
  }
  .mtitle3 .ja {
    font-size: 1.4rem;
  }
}

.mtitle4 {
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  border: 1px solid #162142;
  padding: 110px 20px 100px;
  max-width: 310px;
}

.mtitle4 .eng {
  font-size: 2rem;
  color: #374c6b;
  display: block;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-top: 20px;
}

.mtitle4 .ja {
  font-size: 3rem;
  color: #333;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.mtitle4 .ja:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #162142;
}

.mtitle4.type-min {
  padding: 40px 20px 40px;
}

.mtitle4.type-min .eng {
  margin-top: 0;
}

@media all and (max-width: 896px) {
  .mtitle4 {
    padding: 90px 20px 40px;
    width: 50%;
  }
  .mtitle4 .eng {
    font-size: 2rem;
  }
  .mtitle4 .ja {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 639px) {
  .mtitle4 {
    padding: 40px 20px 40px;
    max-width: 380px;
    width: 50%;
  }
  .mtitle4 .eng {
    font-size: 1.8rem;
  }
  .mtitle4 .ja {
    font-size: 1.3rem;
  }
  .mtitle4.type-min {
    padding: 20px 20px 20px;
  }
  .mtitle4.type-min .eng {
    margin-top: 0;
    font-size: 1.4rem;
  }
}

.mtitle5 {
  margin: 0 auto;
  position: relative;
}

.mtitle5 .eng {
  font-size: 4rem;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #162142;
  position: relative;
  padding: 0 20px 20px;
}

.mtitle5 .eng:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #162142;
}

.mtitle5 .ja {
  font-size: 2rem;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  position: relative;
  padding-left: 40px;
}

.mtitle5 .ja:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0px;
  left: 10px;
  background-color: #162142;
}

@media all and (max-width: 639px) {
  .mtitle5 {
    text-align: center;
  }
  .mtitle5 .eng {
    font-size: 2rem;
    padding: 0 20px 20px 0;
  }
  .mtitle5 .ja {
    font-size: 1.4rem;
    padding-left: 20px;
  }
  .mtitle5 .ja:before {
    left: 0px;
  }
}

.mtitle_sub {
  padding: 0 0 0 20px;
  position: relative;
  margin: 0px 0 15px 20px;
  font-size: 2.8rem;
  text-align: left;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.mtitle_sub .hissu {
  color: #fff;
  background: #233468;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
}

.mtitle_sub:before {
  position: absolute;
  left: -50px;
  top: 20px;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
}

.mtitle_sub.type2 {
  font-size: 2rem;
}

.mtitle_sub.type2:before {
  position: absolute;
  left: -20px;
  top: 16px;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #CDBB83;
}

@media all and (max-width: 639px) {
  .mtitle_sub.type2 {
    font-size: 1.4rem;
  }
  .mtitle_sub.type2:before {
    top: 13px;
  }
}

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

.mtitle_box {
  background-image: -webkit-gradient(linear, left top, right top, from(#363636), to(#505050));
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  padding: 15px 25px;
  margin-bottom: 25px;
  font-weight: 600;
  overflow: hidden;
}

.mtitle_box.f-2 {
  text-align: center;
}

.mtitle_box.f-2 span {
  font-size: 2rem;
  text-align: center;
}

.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}

.mtitle_box:before {
  background-color: #fff;
  content: "";
  display: block;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  position: absolute;
  bottom: -250px;
  right: -150px;
  width: 300px;
  height: 280px;
}

@media all and (max-width: 896px) {
  .mtitle_box:before {
    font-size: 1.5rem;
    right: -200px;
  }
}

@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.5rem;
    margin: 0 15px;
  }
}

.mtitle_box.type1 {
  background-image: -webkit-gradient(linear, right top, left top, from(#162142), to(#CDBB83));
}

.mtitle_box.type2 {
  background: #58cbb6;
}

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: normal;
}

.mtitle_category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  font-weight: 900;
  margin-right: 5px;
  color: #162142;
}

.mtitle_small {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #162142;
  font-weight: 600;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.mtitle_small:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #162142;
  position: absolute;
  left: 0;
  bottom: -1px;
}

@media all and (max-width: 639px) {
  .mtitle_small {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

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

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

/* btn
----------------------------------*/
.btn01 a {
  background: #fefefe;
  text-align: center;
  width: 300px;
  margin: 15px auto;
  color: #382a1f;
  display: block;
  padding: 8px 5px;
  font-weight: 600;
  border: 2px solid #222;
}

.btn01 a:hover {
  background: #162142;
  color: #fefefe;
}

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

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

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

@media all and (max-width: 639px) {
  .btn01 a {
    width: 95%;
  }
}

.btn02 {
  width: 300px;
  margin: 20px auto 20px;
}

.btn02 a {
  display: block;
  position: relative;
  padding: 15px 0;
  background-color: #162142;
  line-height: 24px;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;
}

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

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

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

.btn03 a {
  margin: 0 auto;
  display: block;
  color: #333;
  max-width: 400px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 12px 0;
  border: 0.9px solid #333;
}

.btn03 a:before {
  margin-right: 5px;
  position: relative;
  display: inline-block;
}

.btn03 a:hover {
  color: #fff;
  -webkit-box-shadow: rgba(27, 27, 27, 0.7) 0 80px 0px 2px inset;
          box-shadow: rgba(27, 27, 27, 0.7) 0 80px 0px 2px inset;
}

@media all and (max-width: 639px) {
  .btn03 a {
    margin: 0 auto;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
    font-size: 1.5rem;
  }
  .btn03 a:before {
    font-size: 1.3rem;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.btn04 a,
.btn04 span {
  display: block;
  color: #fff;
  max-width: 360px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 12px 0;
  border: 0.9px solid #162142;
  background-color: #162142;
}

.btn04 a:before,
.btn04 span:before {
  margin-right: 5px;
  position: relative;
  display: inline-block;
}

.btn04 a:hover,
.btn04 span:hover {
  color: #fff;
  -webkit-box-shadow: black 0 80px 0px 2px inset;
          box-shadow: black 0 80px 0px 2px inset;
}

@media all and (max-width: 639px) {
  .btn04 a,
  .btn04 span {
    margin: 0 auto;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
    font-size: 1.5rem;
  }
  .btn04 a:before,
  .btn04 span:before {
    font-size: 1.3rem;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.btn05 {
  width: 300px;
  height: 70px;
  line-height: 70px;
  padding: 0;
  border: none;
  margin: 0 auto;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  text-align: center;
}

.btn05 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #162142;
}

.btn05:before, .btn05:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn05.black:before, .btn05.black:after {
  background: black;
}

.btn05:before {
  height: 50%;
  width: 1px;
}

.btn05:after {
  width: 20%;
  height: 1px;
}

.btn05:hover:before {
  height: 100%;
}

.btn05:hover:after {
  width: 100%;
}

.btn05 span:before, .btn05 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn05 span.black:before, .btn05 span.black:after {
  background: black;
}

.btn05 span:before {
  width: 1px;
  height: 50%;
}

.btn05 span:after {
  width: 20%;
  height: 1px;
}

.btn05 span:hover:after {
  width: 100%;
}

.btn05 span:hover:before {
  height: 100%;
}

/* page-title
----------------------------------*/
.page-title-hed #l-header .inner:before {
  display: none;
}

.page-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}

.page-title.type1 {
  background: url(../img/page-title01.jpg) no-repeat top/cover;
}

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

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

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

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

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

.page-title .inner {
  margin: 0 auto;
  padding: 300px 0 140px;
  overflow: hidden;
}

.page-title .inner .page-lead {
  color: #fefefe;
  text-align: center;
  font-size: 2.2rem;
  position: relative;
  margin: 0 auto;
}

.page-title .inner .page-lead .eng {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 8rem;
  color: #000;
}

.page-title .inner .page-lead .ja {
  color: #fff;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}

@media all and (max-width: 639px) {
  .page-title .inner .page-lead {
    font-size: 1.5rem;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .page-title .inner .page-lead .eng {
    font-size: 3.5rem;
  }
}

@media all and (max-width: 896px) {
  .page-title .inner {
    padding: 220px 0 60px;
  }
}

@media all and (max-width: 639px) {
  .page-title .inner {
    padding: 140px 0 60px;
  }
}

.page-mtitle {
  border-top: 10px solid #162142;
  border-bottom: 3px solid #162142;
  margin: 40px auto 10px;
  width: calc(100% - 10%);
  padding: 40px 20px;
  text-align: center;
  position: relative;
}

.page-mtitle:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  background-color: #162142;
}

.page-mtitle:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 20px;
  width: 100%;
  height: 1px;
  background-color: #162142;
}

.page-mtitle .eng {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 5rem;
  text-align: center;
  display: block;
  line-height: 1;
}

.page-mtitle .ja {
  margin: 0 auto;
}

@media all and (max-width: 896px) {
  .page-mtitle .eng {
    font-size: 3rem;
  }
}

@media all and (max-width: 639px) {
  .page-mtitle .eng {
    font-size: 2rem;
  }
}

.page-subbox {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 10%);
}

.page-subbox .ttl {
  position: relative;
}

/* 背景
----------------------------------*/
.bg-01 {
  margin-top: 150px;
  position: relative;
  background-color: #f3f3f3;
}

.bg-01.b-p100 {
  padding-bottom: 100px;
}

@media all and (max-width: 639px) {
  .bg-01.b-p100 {
    padding-bottom: 0px;
  }
}

.bg-02 {
  position: relative;
}

.bg-02:before {
  position: absolute;
  content: "";
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  background: url(../img/bg-02.jpg) no-repeat;
  background-size: cover;
}

.bg-03 {
  position: relative;
  margin: 0 auto 0;
  background-color: #162142;
  background: url(../img/bg-contact.jpg) no-repeat center;
}

.bg-03:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.6);
}

@media all and (max-width: 639px) {
  .bg-03 {
    padding: 20px 0;
  }
}

.bg-04 {
  position: relative;
}

.bg-04:before {
  position: absolute;
  content: "";
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  background: url(../img/bg-04.jpg) no-repeat;
  background-size: cover;
}

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

.tbl th,
.tbl td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #ddd;
}

.tbl th {
  color: #162142;
  background: #f4f4f4;
  width: 25%;
}

.tbl th span {
  font-size: 1.4rem;
}

.tbl .cell01 {
  width: 25%;
}

@media all and (max-width: 639px) {
  .tbl th {
    width: 35%;
    text-align: left;
  }
  .tbl th,
  .tbl td {
    padding: 10px;
  }
}

.tbl_new {
  width: 100%;
}

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

.tbl_new tr th {
  font-weight: 600;
  width: 20%;
  color: #162142;
  text-align: left;
  padding-left: 30px;
  letter-spacing: 0;
}

@media all and (max-width: 639px) {
  .tbl_new tr th {
    padding-left: 10px;
  }
}

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

.tbl_new2 {
  width: 100%;
}

.tbl_new2 tr th,
.tbl_new2 tr td {
  vertical-align: middle;
  padding: 15px 10px;
  border: 1px solid #d4d4d4;
}

.tbl_new2 tr th {
  width: 80%;
}

.tbl_new2 tr td {
  width: 20%;
}

.tbl_new2 tr th {
  font-weight: 700;
}

.tbl_new2 tr th span {
  font-size: 1.4rem;
}

@media all and (max-width: 639px) {
  .tbl_new2 tr th span {
    font-size: 1.2rem;
  }
}

.tbl-border {
  width: 100%;
}

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

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

.tbl-border th.type1,
.tbl-border td.type1 {
  width: 190px;
}

@media all and (max-width: 639px) {
  .tbl-border th.type1,
  .tbl-border td.type1 {
    width: 150px;
  }
}

.tbl-border th.b-no,
.tbl-border td.b-no {
  padding-bottom: 0;
  border-bottom: none;
}

.tbl-border th.tm-no,
.tbl-border td.tm-no {
  padding-top: 0;
}

@media all and (max-width: 639px) {
  .tbl-border th,
  .tbl-border td {
    padding: 10px;
    font-size: 1.2rem;
  }
}

.tbl-border th {
  width: 26%;
  text-align: left;
  font-weight: 600;
  border-bottom-color: #162142;
}

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

.tbl-border td p {
  margin-bottom: 5px;
}

.tbl-border td span {
  border: 1px solid #162142;
  padding: 0px 6px;
}

/* ggmap
----------------------------------*/
.ggmapbox {
  width: 100%;
}

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

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

.ggmap.type2 {
  padding-bottom: 35%;
}

@media all and (max-width: 639px) {
  .ggmap.type2 {
    margin-bottom: 40px;
  }
}

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

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

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

@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 {
  max-width: 250px;
  width: 24%;
  margin: 0 1% 20px 0;
  position: relative;
  padding: 15px 10px;
  -webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.05), -3px -3px 3px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.05), -3px -3px 3px 3px rgba(0, 0, 0, 0.05);
}

@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);
}

@media all and (max-width: 639px) {
  .blog-wrap li {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
  .blog-wrap li .blog-img {
    width: 100%;
  }
  .blog-wrap li .blog-detail {
    width: 100%;
    padding: 10px;
  }
  .blog-wrap li .blog-txt {
    padding: 10px 0;
  }
}

.blog-img {
  width: 100%;
  height: 150px;
  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 {
  width: 100%;
  padding: 15px 10px;
  background-color: #fff;
}

.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: #374c6b;
  width: 100px;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 12px;
}

.blog-date2 {
  color: #030409;
  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;
  color: #382a1f;
}

.blog-txt {
  line-height: 1.5;
  color: #333;
  font-size: 1.4rem;
  padding: 10px 0 0;
}

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

.pages {
  /* text-align: center; */
  margin-top: 30px;
}
/* @media all and (max-width: 639px) {
  .pages {
    text-align: center;
  }
} */

.pages .page_next,
.pages .page_prev {
  display: inline-block;
  margin: 0 20px;
}
@media all and (max-width: 639px) {
  .pages .page_next,
  .pages .page_prev {
    margin:  30px 0 0 0;
  }
}

.pages .page_next a,
.pages .page_prev a {
  color: #fff;
  padding: 4px 5px;
  background: #162142;
  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: #f4f4f4;
}

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

/* etc
----------------------------------*/
.scroll_sp {
  overflow: auto;
  margin-bottom: 10px;
}

.scroll_sp::-webkit-scrollbar {
  width: 5px;
  background: #ccc;
}

.scroll_sp::-webkit-scrollbar:horizontal {
  height: 5px;
  background: #ccc;
}

.scroll_sp::-webkit-scrollbar-thumb {
  background: #969696;
  border-radius: 2px;
}

.scroll_sp::-webkit-scrollbar-thumb:horizontal {
  background: #969696;
  border-radius: 2px;
}

.thanks {
  padding: 40px;
  border: 3px solid #949494;
  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(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.policy {
  padding: 30px;
  background: rgba(255, 255, 255, 0.4);
}

/* breadcrumb
----------------------------------*/
.breadcrumbBox {
  position: relative;
  margin: 0 auto 50px;
  text-align: center;
}

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

.breadcrumb {
  padding: 20px 30px;
  z-index: 101;
  max-width: 1200px;
  font-size: 1.2rem;
  text-align: center;
  display: inline-block;
}

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

.breadcrumb li a {
  color: #cfb25b;
}

.breadcrumb li a:hover {
  opacity: 0.6;
}

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

@media all and (max-width: 896px) {
  .breadcrumb {
    left: 0px;
  }
}

@media all and (max-width: 639px) {
  .breadcrumb {
    font-size: 10px;
    padding: 14px 20px;
  }
}

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

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

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

.form dl dt span.nini {
  background: #cfb25b;
  color: #382a1f;
}

.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.type1 .w20 {
  width: 20%;
}

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

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

@media all and (max-width: 639px) {
  .form dl dd.type1.type1-name .w30 {
    width: 48%;
  }
}

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

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

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

.form .textarea02 {
  width: 48.5%;
  margin-right: 3%;
  background: #f9fcff;
  -webkit-box-shadow: 0 8px 8px rgba(165, 165, 165, 0.4);
          box-shadow: 0 8px 8px rgba(165, 165, 165, 0.4);
}

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

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

.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 #363636;
  font-weight: 600;
  padding: 12px 5px;
  margin: 0 auto;
  width: 250px;
  background: #363636;
  border-radius: 25px;
}

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

.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: #162142;
}

.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: #162142;
  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 #162142;
  border-bottom: 3px solid #162142;
  -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;
  }
}

/* gallery(photobox)
----------------------------------*/
.gallery_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -4%;
}

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

.gallery_ul > li {
  width: 31.33%;
  margin-left: 2%;
  margin-bottom: 4%;
  font-weight: 600;
}

.gallery_ul > li .photobox-wrap {
  width: 100%;
  height: 220px;
  text-align: center;
  overflow: hidden;
  background: #aaa;
  margin-bottom: 10px;
}

.gallery_ul > li .photobox-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media all and (max-width: 896px) {
  .gallery_ul > li {
    width: 48%;
  }
}

@media all and (max-width: 639px) {
  .gallery_ul > li {
    width: 85%;
    margin: 0 auto 30px;
  }
  .gallery_ul > li .photobox-wrap {
    height: 180px;
  }
}

.comment {
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 0 5px;
  color: #382a1f;
}

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

/*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;
}

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

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

.gallery li a {
  background: rgba(231, 237, 238, 0.2);
  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;";
  /*IE対策*/
}

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

@media all and (max-width: 896px) {
  .gallery li {
    width: 48%;
    margin: 0 1% 20px;
  }
  .gallery li:nth-child(2n) {
    margin-right: 0;
  }
  .gallery li a {
    height: 120px;
  }
  .gallery li p {
    font-size: 12px;
  }
}

/* list common
----------------------------------*/
.list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

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

@media all and (max-width: 639px) {
  .list2.type2 > li {
    width: 100%;
    margin: 0 auto 0;
  }
  .list2.type2 > li:nth-child(2) {
    margin-top: 30px;
  }
}

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

@media all and (max-width: 639px) {
  .list2 > li,
  .list2 .child {
    width: 100%;
    margin: 25px auto 0;
  }
}

.list2 .child2 {
  width: 34%;
  margin-top: 50px;
}

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

@media all and (max-width: 639px) {
  .list2 .child2:nth-child(2n) {
    margin-left: auto;
  }
}

@media all and (max-width: 639px) {
  .list2 .child2 {
    width: 100%;
    margin: 25px auto 0;
  }
}

.list3 {
  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;
}

.list3.works-list3 > li {
  margin-bottom: 80px;
}

.list3.works-list3 > li img {
  -webkit-box-shadow: 5px 5px rgba(205, 187, 131, 0.2);
          box-shadow: 5px 5px rgba(205, 187, 131, 0.2);
}

.list3.works-list3 > li .text {
  padding: 8px;
  letter-spacing: 0;
}

.list3.type1 li {
  background: #fefefe;
  padding: 15px;
  border-radius: 8px;
}

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

.list3 li.t-m200 {
  margin-top: 200px;
}

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

@media all and (max-width: 639px) {
  .list3 li {
    width: 95%;
    margin: 0 auto 20px;
  }
  .list3 li:nth-child(3n) {
    margin-right: auto;
  }
}

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

.list4 li {
  width: 24%;
  margin: 0 calc(1% + (1% / 3)) 25px 0;
}

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

/*----------------------------------
slide list
----------------------------------*/
.slide_list {
  vertical-align: top;
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.slide_list li {
  width: 260px;
  text-align: center;
}

.slide_list li p {
  display: none;
}

.slide_list img {
  width: 260px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 639px) {
  .slide_list li {
    width: 150px;
    text-align: center;
  }
  .slide_list li p {
    display: none;
  }
  .slide_list img {
    width: 150px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*----------------------------------
Contents
----------------------------------*/
.commonbox {
  margin: 50px auto;
  position: relative;
}

.commonbox .inner {
  padding: 50px;
  max-width: 1500px;
  margin: 0 auto;
}

@media all and (max-width: 639px) {
  .commonbox .inner {
    padding: 20px 10px;
  }
}

.commonbox.commonbox-2cloumn {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.commonbox.commonbox-2cloumn .menubar {
  width: 20%;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 15%;
  height: 100%;
}

.commonbox.commonbox-2cloumn .mainarea {
  width: 70%;
  padding: 0px 0 50px;
  margin-left: 10%;
}

@media all and (max-width: 1100px) {
  .commonbox.commonbox-2cloumn {
    padding: 0 20px;
  }
  .commonbox.commonbox-2cloumn .menubar {
    width: 20%;
  }
  .commonbox.commonbox-2cloumn .mainarea {
    width: 75%;
    margin-left: 5%;
  }
}

@media all and (max-width: 639px) {
  .commonbox.commonbox-2cloumn {
    display: block;
  }
  .commonbox.commonbox-2cloumn .menubar {
    width: 100%;
    position: initial;
  }
  .commonbox.commonbox-2cloumn .mainarea {
    width: 100%;
    padding: 50px 0 50px;
    margin-left: auto;
    margin: 0 auto;
  }
}

.menuBox {
  margin-bottom: 100px;
  padding-top: 40px;
}

@media all and (max-width: 639px) {
  .menuBox {
    margin-bottom: 50px;
    padding-top: 20px;
  }
}

.menuBar-list {
  padding: 20px 0px;
}

.menuBar-list li {
  padding: 0px 0 10px 50px;
  position: relative;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}

.menuBar-list li:hover a {
  color: #CDBB83;
}

.menuBar-list li:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #162142;
}

.menuBar-list li:after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 6px;
  width: 30px;
  height: 30px;
  background: url(../img/list-star.png) no-repeat;
  background-size: cover;
}

@media all and (max-width: 639px) {
  .menuBar-list {
    padding: 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px auto 0;
  }
  .menuBar-list li {
    padding: 0px 0 10px 40px;
    position: relative;
    margin-bottom: 10px;
    font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 500;
    font-size: 1rem;
    width: 46%;
    margin: 0 2% 10px;
  }
  .menuBar-list li:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #162142;
  }
  .menuBar-list li:after {
    left: 10px;
    width: 20px;
    height: 20px;
  }
}

.bgBox {
  margin-top: -50px;
  margin-left: -10%;
  width: 120%;
}

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

@media all and (max-width: 639px) {
  .bgBox {
    height: 150px;
  }
}

.topicBox {
  margin: 50px auto;
}

.topicBox .inner {
  background-color: #fff;
  padding: 20px 30px;
}

.topicBox .title {
  width: 20%;
  max-width: 150px;
  padding: 0 10px 0 0;
}

.topicBox .txtarea {
  width: 80%;
  padding: 0 0 0 50px;
}

@media all and (max-width: 896px) {
  .topicBox .txtarea {
    width: 80%;
    padding: 0 0 0 10px;
  }
}

@media all and (max-width: 639px) {
  .topicBox .inner {
    background-color: #fff;
    padding: 20px 15px;
  }
  .topicBox .title {
    width: 100%;
    max-width: 100%;
    padding: 0 0 10px 0;
    margin: 0 auto 10px;
    border-bottom: 1px solid #afafaf;
  }
  .topicBox .txtarea {
    width: 100%;
    padding: 0px;
  }
}

.conceptBox:before {
  position: absolute;
  content: "";
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  background-color: #ffffff;
  z-index: -1;
}

.conceptBox:after {
  position: absolute;
  content: "";
  width: 120%;
  height: 60%;
  left: -10%;
  top: 0;
  background-color: #f5f5f5;
  z-index: -1;
}

.conceptBox .inner {
  padding: 50px 50px 100px;
}

.conceptBox .txt {
  font-size: 2rem;
}

.conceptBox .txt.txt-min {
  font-size: 1.5rem;
}

.conceptBox .txt-max {
  font-size: 2rem;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
  margin-top: 100px;
}

.conceptBox .txt-max.t-m50 {
  margin-top: 50px;
}

.conceptBox .txt-detail {
  position: relative;
  padding: 40px;
  margin-top: 60px;
  z-index: 1;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}

.conceptBox .txt-detail:before {
  position: absolute;
  content: "";
  width: 130%;
  top: 0;
  right: 10%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  border-radius: 0 50px 0 0;
}

.conceptBox .flex-38 {
  position: relative;
}

.conceptBox .photo {
  position: relative;
}

.conceptBox .photo:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 260px 260px 0 0;
  border: 2px solid #162142;
  top: 30px;
  right: 60px;
  mix-blend-mode: difference;
}

.conceptBox .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.conceptBox .photo-txt {
  position: absolute;
  bottom: 10%;
  right: -30%;
}

.conceptBox.conceptBox-page .inner {
  max-width: 1200px;
}

.conceptBox.conceptBox-page .txt-detail {
  padding: 0;
}

.conceptBox.conceptBox-page .txt-detail:before {
  display: none;
}

@media all and (max-width: 1367px) {
  .conceptBox .photo:before {
    border-radius: 260px 260px 0 0;
    border: 2px solid #162142;
    top: -20px;
    right: -30px;
    mix-blend-mode: difference;
  }
  .conceptBox .photo-txt {
    bottom: 10%;
    right: -20%;
    width: 80%;
  }
  .conceptBox .txt-max {
    margin-top: 50px;
  }
  .conceptBox .txt-max.t-m50 {
    margin-top: 30px;
  }
  .conceptBox .txt-detail {
    padding: 0px;
    font-size: 1.4rem;
  }
  .conceptBox .txt-detail .txt {
    font-size: 1.4rem;
  }
  .conceptBox .txt-detail .txt.txt-min {
    font-size: 1.3rem;
  }
  .conceptBox .txt-detail:before {
    display: none;
  }
}

@media all and (max-width: 896px) {
  .conceptBox .inner {
    padding: 50px 0px 50px;
  }
  .conceptBox .txt-detail {
    margin-top: 30px;
  }
  .conceptBox .txt-detail .txt {
    font-size: 1.4rem;
  }
  .conceptBox.conceptBox-page .inner {
    padding: 50px 50px 50px;
  }
}

@media all and (max-width: 639px) {
  .conceptBox:after {
    height: 70%;
  }
  .conceptBox .txt-max {
    font-size: 1.3rem;
    margin-top: 40px;
  }
  .conceptBox .txt-max.t-m50 {
    margin-top: 30px;
  }
  .conceptBox .txt-detail {
    margin-top: 20px;
  }
  .conceptBox .txt-detail .txt {
    font-size: 1.2rem;
  }
  .conceptBox .txt-detail .txt.txt-min {
    font-size: 1.1rem;
  }
  .conceptBox .txt-detail .txt.t-m20 {
    margin-top: 10px;
  }
  .conceptBox .photo {
    max-width: 200px;
    margin: 20px auto 0;
  }
  .conceptBox .photo:before {
    top: 20px;
  }
  .conceptBox .photo-txt {
    bottom: 10%;
    right: 0%;
    width: 50%;
    max-width: 170px;
  }
  .conceptBox.conceptBox-page .inner {
    padding: 50px 20px 50px;
  }
}

.pickBox {
  margin: -100px auto 0;
}

.pickBox.pickBox-page {
  margin: 0 auto;
}

.pickBox.pickBox-page .pickList {
  max-width: 1500px;
}

.pickBox.pickBox-page .pickList .list-photo {
  border-radius: 0 20px 0 0;
}

.pickBox.pickBox-page .pickList .list-txtarea {
  border-radius: 0;
}

@media all and (max-width: 639px) {
  .pickBox {
    margin: -40px auto 0;
  }
}

.pickList {
  margin: 100px auto;
}

.pickList li {
  position: relative;
  padding: 100px 0;
  margin-bottom: 100px;
  max-width: 1400px;
}

.pickList .list-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  border-radius: 0 50px 0 50px;
  overflow: hidden;
}

.pickList .list-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pickList .list-txtarea {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 80px 80px;
  border-radius: 50px 0 50px 0;
  width: 60%;
  max-width: 800px;
  margin: 0 0 0 auto;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}

.pickList .list-title {
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #252e1f;
}

.pickList .reverse {
  max-width: 1400px;
  margin-left: auto;
  margin-right: 0;
}

.pickList .reverse .list-photo {
  left: auto;
  right: 0;
  border-radius: 50px 0 50px 0;
}

.pickList .reverse .list-txtarea {
  border-radius: 0 50px 0 50px;
  margin: 0 auto 0 0;
}

.pickList .reverse .list-title {
  color: #382a1f;
}

@media all and (max-width: 1367px) {
  .pickList li {
    padding: 60px 0;
  }
  .pickList .list-photo {
    border-radius: 0 30px 0 30px;
  }
  .pickList .list-txtarea {
    padding: 30px 40px;
    border-radius: 30px 0 30px 0;
  }
  .pickList .list-title {
    font-size: 1.8rem;
  }
  .pickList .reverse .list-photo {
    border-radius: 30px 0 30px 0;
  }
  .pickList .reverse .list-txtarea {
    border-radius: 0 30px 0 30px;
  }
}

@media all and (max-width: 639px) {
  .pickList {
    margin: 40px auto;
  }
  .pickList li {
    padding: 0;
    margin-bottom: 40px;
  }
  .pickList .list-photo {
    border-radius: 0 20px 0 20px;
    position: initial;
    height: 120px;
    width: 90%;
  }
  .pickList .list-txtarea {
    padding: 20px 20px;
    border-radius: 0 20px 0 20px;
    width: 90%;
  }
  .pickList .list-title {
    font-size: 1.3rem;
  }
  .pickList .list-txt {
    font-size: 1.1rem;
  }
  .pickList .reverse .list-photo {
    margin: 0 0 0 auto;
    border-radius: 20px 0 20px 0;
  }
  .pickList .reverse .list-txtarea {
    border-radius: 0 20px 0 20px;
  }
}

.pickmainBox {
  padding: 100px 0 100px;
  margin: 0 auto;
}

.pickmainBox .mtitle {
  margin: 0 auto 100px;
}

.pickmainBox .detailarea {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.pickmainBox .photo {
  position: relative;
}

.pickmainBox .photo:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 20px;
  left: -20px;
  border: 4px solid #CDBB83;
  mix-blend-mode: luminosity;
}

.pickmainBox .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pickmainBox .txtarea {
  padding: 50px 0 50px 100px;
}

.pickmainBox .txt {
  text-align: center;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-size: 2rem;
}

.pickmainBox .btn05 {
  margin: 40px auto 0;
  text-align: center;
  display: block;
}

@media all and (max-width: 1367px) {
  .pickmainBox {
    padding: 50px 0;
  }
  .pickmainBox .mtitle {
    margin: 0 auto 50px;
  }
  .pickmainBox .txtarea {
    padding: 50px 0 50px 50px;
  }
}

@media all and (max-width: 1100px) {
  .pickmainBox {
    padding: 80px 0;
  }
  .pickmainBox .inner {
    padding: 0;
  }
  .pickmainBox .mtitle {
    margin: 0 auto 50px;
  }
  .pickmainBox .txtarea {
    padding: 20px 0 20px 10px;
  }
  .pickmainBox .txt {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 639px) {
  .pickmainBox {
    padding: 80px 0;
  }
  .pickmainBox .inner {
    padding: 0;
  }
  .pickmainBox .mtitle {
    margin: 0 auto 30px;
  }
  .pickmainBox .txtarea {
    padding: 20px 0 20px 0px;
    margin-top: 20px;
  }
  .pickmainBox .txt {
    font-size: 1.3rem;
    text-align: left;
  }
  .pickmainBox .photo {
    width: 80%;
  }
  .pickmainBox .photo.flex-48 {
    width: 80%;
  }
  .pickmainBox .photo.flex-48:before {
    border: 2px solid #CDBB83;
  }
}

.picksubBox {
  margin: 0 auto;
  padding: 50px 0;
}

.picksubBox .inner {
  padding: 0;
}

.picksubBox .mtitle {
  margin: 0 auto 100px;
}

.picksubBox .detailarea {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.picksubBox .photo {
  position: relative;
  height: 250px;
}

.picksubBox .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.picksubBox .txtarea {
  padding: 20px 50px;
  position: relative;
  z-index: 1;
}

.picksubBox .txtarea:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}

.picksubBox .txt {
  text-align: center;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-size: 2rem;
}

.picksubBox .txt-main {
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
  text-align: center;
  font-size: 3rem;
}

.picksubBox .btn05 {
  margin: 30px auto 0;
  text-align: center;
  display: block;
}

@media all and (max-width: 1100px) {
  .picksubBox {
    padding: 40px 0;
  }
  .picksubBox .inner {
    padding: 0;
  }
  .picksubBox .txt {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 639px) {
  .picksubBox {
    padding: 40px 0;
  }
  .picksubBox .inner {
    padding: 0;
  }
  .picksubBox .txtarea {
    padding: 20px 15px;
  }
  .picksubBox .txt {
    font-size: 1.3rem;
  }
  .picksubBox .txt-main {
    font-size: 1.5rem;
  }
  .picksubBox .photo {
    width: 80%;
    max-height: 120px;
  }
  .picksubBox .photo.flex-48 {
    width: 80%;
  }
  .picksubBox .photo.flex-48:before {
    border: 2px solid #CDBB83;
  }
  .picksubBox .btn05 {
    margin-top: 20px;
    max-width: 250px;
  }
}

.columnBox {
  margin: 100px auto;
}

.columnBox .txt {
  margin-top: 20px;
}

.columnBox .detailarea {
  max-width: 800px;
  margin: 20px auto 0;
}

.columnBox .detailarea.type-max {
  max-width: 1300px;
  margin: 50px auto 0;
}

.columnBox .detailarea.type-max .flex-50 {
  padding: 0 40px;
}

.columnBox .detailarea.type-max ul {
  padding: 0;
}

.columnBox .detailarea ul {
  padding: 20px 40px;
}

.columnBox .detailarea ul li {
  padding: 0px 0 10px 50px;
  position: relative;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}

.columnBox .detailarea ul li:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #162142;
}

.columnBox .detailarea ul li:after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 6px;
  width: 30px;
  height: 30px;
  background: url(../img/list-star.png) no-repeat;
  background-size: cover;
}

.columnBox .btn05 {
  display: block;
  margin: 40px auto 0;
}

@media all and (max-width: 1100px) {
  .columnBox {
    margin: 50px auto;
  }
}

@media all and (max-width: 639px) {
  .columnBox {
    margin: 30px auto;
  }
  .columnBox .detailarea {
    margin: 40px auto 0;
  }
  .columnBox .detailarea ul {
    padding: 0px 40px;
  }
  .columnBox .detailarea ul li {
    padding: 0px 0 10px 40px;
    position: relative;
    margin-bottom: 10px;
    font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 500;
    font-size: 1rem;
  }
  .columnBox .detailarea ul li:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #162142;
  }
  .columnBox .detailarea ul li:after {
    left: 10px;
    width: 20px;
    height: 20px;
  }
}

.galleryBox {
  margin: 0 auto;
  width: 120%;
  margin-left: -10%;
  background-color: #CDBB83;
}

.galleryBox .inner {
  max-width: 100%;
  padding: 50px 0;
}

/*----------------------------------
page Contents
----------------------------------*/
.topArea {
  position: relative;
}

.topbox {
  position: relative;
}

@media all and (max-width: 1450px) {
  .topbox #l-header {
    bottom: 0px;
  }
}

@media all and (max-width: 1450px) {
  .topbox #l-header.is-fixed {
    bottom: auto;
  }
}

.pagetopBox {
  position: relative;
  max-width: 1200px;
  margin: 0px auto 50px;
  background-color: #fff;
  z-index: 100;
}

.pagetopBox .txtarea {
  padding: 30px 60px;
}

.pagetopBox .txtarea .title {
  font-size: 2.3rem;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  color: #162142;
  position: relative;
  margin-bottom: 50px;
}

.pagetopBox .txtarea .title:before {
  position: absolute;
  content: "";
  width: 20%;
  height: 1px;
  background-color: #374c6b;
  bottom: -20px;
  left: 0;
}

.pagetopBox .txtarea .txt {
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-size: 3rem;
}

.pagetopBox .txtarea .name-img {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 20px;
  text-align: right;
}

@media all and (max-width: 639px) {
  .pagetopBox .txtarea {
    padding: 30px 0px;
  }
  .pagetopBox .txtarea .title {
    font-size: 1.6rem;
  }
  .pagetopBox .txtarea .title:before {
    position: absolute;
    content: "";
    width: 30%;
    height: 1px;
    background-color: #374c6b;
    bottom: -20px;
    left: 0;
  }
}

.pagetopBox .photo {
  position: relative;
}

.pagetopBox .photo:before {
  position: absolute;
  content: "";
  background: url(../img/blue-dot.png) repeat;
  background-size: 8px 5px;
  width: 90%;
  height: 90%;
  top: 30px;
  right: -40px;
  z-index: -1;
}

@media all and (max-width: 639px) {
  .pagetopBox .photo:before {
    width: 80%;
    height: 98%;
    right: -20px;
  }
}

@media all and (max-width: 639px) {
  .pagetopBox .photo {
    width: 80%;
    height: 98%;
  }
}

.pagetopBox .photo img {
  width: 100%;
}

.pagedetailBox {
  width: calc(100% - 10%);
  margin-bottom: 100px;
}

.pagedetailBox.bg-02:before {
  width: 100%;
  left: 0;
}

.pagedetailBox .inner {
  max-width: 100%;
}

.pagedetailBox .inner .mbox {
  border: 4px solid #fff;
  max-width: 100%;
  padding: 40px;
}

@media all and (max-width: 896px) {
  .pagedetailBox .inner {
    max-width: 100%;
    padding: 20px 20px;
  }
  .pagedetailBox .inner .mbox {
    border: 4px solid #fff;
    max-width: 100%;
    padding: 40px 15px;
  }
}

.detailBox {
  max-width: 1200px;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 100px;
  margin: 0 auto;
}

.detailBox.type2 {
  margin-top: 30px;
}

.detailBox.type2.t-m50 {
  margin-top: 50px;
}

.detailBox.type-b0 {
  margin-bottom: 0;
}

.detailBox .title {
  margin: 20px 0;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  position: relative;
  font-size: 2rem;
}

.detailBox .title:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background-color: #162142;
  top: 15px;
  left: -90px;
}

.detailBox .title span {
  background-color: #CDBB83;
  color: #fff;
  padding: 4px 10px;
  font-size: 1.6rem;
  margin-right: 10px;
}

.detailBox .subtitle {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.detailBox .txtarea {
  margin: 0 auto 50px;
  background: #fff;
  padding: 30px 25px 30px;
}

.detailBox .txtarea.b-m0 {
  margin-bottom: 0;
}

.detailBox .tbl-border {
  margin-top: 10px;
}

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

.detailBox .tbl-border th {
  border-bottom: 1px solid #CDBB83;
}

.detailBox .tbl-border td {
  border-bottom: 1px solid #ddd;
}

@media all and (max-width: 639px) {
  .detailBox {
    margin-bottom: 20px;
    position: relative;
  }
  .detailBox.type2 {
    margin-top: 20px;
  }
  .detailBox.type2.t-m50 {
    margin-top: 30px;
  }
  .detailBox .photo {
    width: 100% !important;
    position: relative;
    overflow: hidden;
  }
  .detailBox .photo:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    background: #ececec;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 236, 236, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(236, 236, 236, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .detailBox .photo img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .detailBox.type2 {
    margin-bottom: 40px;
  }
  .detailBox.type2 .photo img {
    height: 250px;
  }
  .detailBox.type2 .title {
    margin: -44px auto 10px;
    font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 500;
    position: relative;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
  }
  .detailBox.type2 .title span {
    font-size: 1.2rem;
  }
  .detailBox.type2 .title:before {
    display: none;
  }
  .detailBox .title {
    margin: -44px auto 10px;
    font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 500;
    position: relative;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
  }
  .detailBox .title:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #162142;
    top: 15px;
    left: -10px;
  }
  .detailBox .subtitle {
    margin: 10px auto 0;
    padding-top: 10px;
    font-size: 1.3rem;
    font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .detailBox .txtarea {
    margin: 0 auto 50px;
    background: #fff;
    padding: 20px 20px;
  }
  .detailBox .tbl-border {
    margin-top: 10px;
  }
  .detailBox .tbl-border th,
  .detailBox .tbl-border td {
    padding: 5px 15px;
    font-size: 1rem;
    display: block;
  }
  .detailBox .tbl-border tr {
    margin-bottom: 10px;
  }
  .detailBox .tbl-border th {
    width: 100%;
    border-bottom: 1px solid #CDBB83;
  }
  .detailBox .tbl-border td {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
}

.detailBox.reverse .photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.detailBox.reverse .detail-inner {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0;
  margin-right: 4%;
}

.detailBox.reverse .title {
  margin-right: 0;
  text-align: right;
}

.detailBox.reverse .title:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background-color: #162142;
  top: 15px;
  left: auto;
  right: -90px;
}

@media all and (max-width: 639px) {
  .detailBox.reverse .photo {
    width: 100% !important;
    position: relative;
    overflow: hidden;
  }
  .detailBox.reverse .photo:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    background: #ececec;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 236, 236, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(236, 236, 236, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .detailBox.reverse .photo img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .detailBox.reverse .detail-inner {
    margin-left: auto;
    margin-right: auto;
  }
  .detailBox.reverse .title {
    margin: -44px auto 10px;
    font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 500;
    position: relative;
    font-size: 1.6rem;
    text-align: center;
  }
  .detailBox.reverse .title:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #162142;
    top: 15px;
    right: -10px;
  }
  .detailBox.reverse .txtarea {
    margin: 0 auto 50px;
    background: #fff;
    padding: 20px 20px;
  }
}

.aboutList {
  margin-top: 100px;
  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;
}

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

.aboutList li {
  position: relative;
  width: 30%;
  margin: 0 1% 40px;
}

.aboutList li:nth-child(2) {
  margin-top: 60px;
}

.aboutList li:nth-child(3) {
  margin-top: 120px;
}

.aboutList li:nth-child(5) {
  margin-top: 60px;
}

.aboutList li .photoarea {
  position: relative;
}

.aboutList li .photoarea .list-title {
  position: absolute;
  top: 20px;
  left: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4rem;
}

.aboutList li .photoarea .list-title:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  top: 48%;
  left: -60px;
  background-color: #162142;
}

.aboutList li .txtarea {
  font-weight: bold;
}

@media all and (max-width: 1100px) {
  .aboutList li {
    width: 46%;
    margin: 0 4% 30px 0;
  }
  .aboutList li:nth-child(3) {
    margin-top: 0px;
  }
  .aboutList li:nth-child(4) {
    margin-top: 60px;
  }
  .aboutList li .photoarea {
    position: relative;
  }
  .aboutList li .photoarea figure img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media all and (max-width: 896px) {
  .aboutList li:nth-child(3) {
    margin-top: 0px;
  }
  .aboutList li:nth-child(4) {
    margin-top: 60px;
  }
  .aboutList li:nth-child(5) {
    margin-top: 0px;
  }
}

@media all and (max-width: 639px) {
  .aboutList li {
    width: 42%;
    margin: 0 6% 30px 0;
  }
  .aboutList li:nth-child(2n) {
    margin-right: 0;
    margin-top: 30px;
  }
  .aboutList li:nth-child(3) {
    margin-top: 0px;
  }
  .aboutList li:nth-child(5) {
    margin-top: 0px;
  }
  .aboutList li .photoarea {
    position: relative;
  }
  .aboutList li .photoarea figure img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .aboutList li .photoarea .list-title {
    top: 10px;
    left: 20px;
    font-size: 2rem;
  }
  .aboutList li .photoarea .list-title:before {
    width: 14px;
    height: 1px;
    left: -25px;
    background-color: #162142;
  }
  .aboutList li .txtarea {
    font-size: 1.1rem;
  }
}

.aboutList.type-list4 li {
  width: 23%;
  margin: 0 1%;
}

.aboutList.type-list4 li:nth-child(2) {
  margin-top: 60px;
}

.aboutList.type-list4 li:nth-child(3) {
  margin-top: 120px;
}

.aboutList.type-list4 li:nth-child(4) {
  margin-top: 180px;
}

.aboutList.type-list4 li .photoarea {
  position: relative;
}

.aboutList.type-list4 li .photoarea .list-title {
  position: absolute;
  top: 20px;
  left: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4rem;
  background-color: #162142;
  color: #fff;
  line-height: 1;
}

.aboutList.type-list4 li .photoarea .list-title:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  top: 48%;
  left: -60px;
  background-color: #162142;
}

@media all and (max-width: 1100px) {
  .aboutList.type-list4 li {
    width: 46%;
    margin: 0 4% 30px 0;
  }
  .aboutList.type-list4 li:nth-child(3) {
    margin-top: 0px;
  }
  .aboutList.type-list4 li:nth-child(4) {
    margin-top: 60px;
  }
  .aboutList.type-list4 li .photoarea {
    position: relative;
  }
  .aboutList.type-list4 li .photoarea figure img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media all and (max-width: 896px) {
  .aboutList.type-list4 li:nth-child(3) {
    margin-top: 0px;
  }
  .aboutList.type-list4 li:nth-child(4) {
    margin-top: 60px;
  }
}

@media all and (max-width: 639px) {
  .aboutList.type-list4 li {
    width: 42%;
    margin: 0 6% 30px 0;
  }
  .aboutList.type-list4 li:nth-child(2n) {
    margin-right: 0;
    margin-top: 30px;
  }
  .aboutList.type-list4 li:nth-child(3) {
    margin-top: 0px;
  }
  .aboutList.type-list4 li:nth-child(5) {
    margin-top: 0px;
  }
  .aboutList.type-list4 li .photoarea {
    position: relative;
  }
  .aboutList.type-list4 li .photoarea figure {
    height: 140px;
  }
  .aboutList.type-list4 li .photoarea .list-title {
    top: 10px;
    left: 20px;
    font-size: 2rem;
  }
  .aboutList.type-list4 li .photoarea .list-title:before {
    width: 14px;
    height: 1px;
    left: -25px;
    background-color: #162142;
  }
  .aboutList.type-list4 li .txtarea {
    font-size: 1.1rem;
    margin-top: 0;
  }
}

.companyBox {
  max-width: 1200px;
  margin: 100px auto 0;
}

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

.companyBox .txtarea {
  text-align: center;
  padding: 20px 40px;
}

.companyBox .txtarea .txt-main {
  font-size: 2rem;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #162142;
}

.companyBox .txtarea .tel-link {
  font-size: 4rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.companyBox .txtarea .tel-link a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.companyBox .txtarea .tel-link a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #CDBB83;
}

@media all and (max-width: 896px) {
  .companyBox .txtarea {
    padding: 20px 0;
  }
  .companyBox .txtarea .txt-main {
    font-size: 1.4rem;
    margin-top: 20px;
    padding-top: 20px;
  }
  .companyBox .txtarea .tel-link {
    font-size: 2rem;
  }
  .companyBox .txtarea .txt {
    font-size: 1.3rem;
  }
}

@media all and (max-width: 639px) {
  .companyBox .txtarea {
    padding: 20px 0;
  }
  .companyBox .txtarea .txt-main {
    font-size: 1.4rem;
    margin-top: 20px;
    padding-top: 20px;
  }
  .companyBox .txtarea .tel-link {
    font-size: 2rem;
  }
  .companyBox .txtarea .txt {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}

.menuBox .menu-title {
  text-align: center;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 60px;
  position: relative;
}

.menuBox .menu-title:before {
  position: absolute;
  content: "";
  width: 84px;
  height: 30px;
  left: 0;
  right: 0;
  bottom: -32px;
  background: url(../img/title-star.png) no-repeat;
  background-size: cover;
  margin: 0 auto;
  text-align: center;
}

.menuBox .menu-subtitle {
  margin: 0 auto 10px;
  text-align: center;
}

.menuBox .menu-subtitle span {
  background-color: #162142;
  color: #fff;
  padding: 2px 20px;
}

.menuBox .menuBox-inner {
  background-color: #f4f6f7;
  padding: 30px 20px;
  width: 100%;
  margin: 0 auto 20px;
}

.menuBox .menuBox-inner .txt-min {
  border: 1px solid #fff;
  padding: 10px 15px;
  background-color: #fff;
  font-size: 1.4rem;
}

@media all and (max-width: 639px) {
  .menuBox .menu-title {
    text-align: center;
    font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 60px;
    position: relative;
  }
  .menuBox .menu-title:before {
    height: 24px;
    width: 64px;
  }
  .menuBox .menuBox-inner {
    background-color: #f4f6f7;
    padding: 20px 15px;
    width: 100%;
    margin: 0 auto 10px;
  }
  .menuBox .menuBox-inner .txt-min {
    padding: 10px 10px;
    font-size: 1rem;
  }
}

.menuList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2px 4px;
  position: relative;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.menuList li:before {
  background: url(../img/price-dot.png) repeat-x;
  content: "";
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 1px;
  margin: 0 1.2em;
}

.menuList li.no-price:before {
  display: none;
}

.menuList .txt {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  max-width: 65%;
  letter-spacing: 0.1rem;
  position: relative;
  font-size: 1.6rem;
}

.menuList .txt span {
  font-size: 1.4rem;
  border: 1px solid #162142;
  padding: 2px 8px;
}

.menuList .price {
  max-width: 55%;
  text-align: right;
  font-size: 1.4rem;
}

.menuList .price span {
  color: #53420e;
  font-size: 2rem;
}

@media all and (max-width: 639px) {
  .menuList .txt {
    font-size: 1.2rem;
    max-width: 100%;
    width: 100%;
  }
  .menuList .txt span {
    font-size: 1rem;
    border: 1px solid #162142;
    padding: 2px 8px;
  }
  .menuList .price {
    font-size: 1rem;
  }
  .menuList .price span {
    font-size: 1.4rem;
  }
}

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

.gallaryList li {
  width: 22%;
  margin: 0 1% 20px;
  text-align: center;
  -webkit-filter: drop-shadow(0px 0px 1px black);
          filter: drop-shadow(0px 0px 1px black);
}

.gallaryList li p {
  border-top: 1px solid #162142;
  padding: 10px 20px;
}

.gallaryList img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 260px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(8% 0, 92% 0, 100% 6%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0 6%);
          clip-path: polygon(8% 0, 92% 0, 100% 6%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0 6%);
}

.gallaryList:hover img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.6;
}

.gallaryList:hover li:hover img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

@media all and (max-width: 639px) {
  .gallaryList {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallaryList li {
    width: 150px;
    text-align: center;
    margin-bottom: 10px;
  }
  .gallaryList li:nth-child(2n) {
    margin-right: 0;
  }
  .gallaryList img {
    width: 150px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* txtdeko
----------------------------------*/
.txtdeko {
  text-align: center;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
}

.txtdeko-min {
  text-align: center;
  margin: 5px auto 10px;
}

.txtdeko-min span {
  background-color: #CDBB83;
  padding: 4px 20px;
  color: #fff;
}

@media all and (max-width: 639px) {
  .txtdeko-min span {
    font-size: 1rem;
    padding: 2px 12px;
  }
}

.txtdeko-tel {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
}

.txtdeko-tel a {
  color: #162142;
}

.txtdeko-tel a:hover {
  color: #CDBB83;
}

@media all and (max-width: 639px) {
  .txtdeko-tel {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

/* photo
----------------------------------*/
@media all and (max-width: 639px) {
  .photo-h img {
    width: 100%;
    height: 110px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* animation 動き
----------------------------------*/
/*印象編　4-9、4-10　背景色が伸びて出現（左から・右から）　*/
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*中の要素*/
.bgappear　 {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

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

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*印象編　4-9 背景色が伸びて出現（左から）*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #111;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  51% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  51% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

/*印象編　4-9 背景色が伸びて出現（右から）*/
.bgRLextend::before {
  -webkit-animation-name: bgRLextendAnime;
          animation-name: bgRLextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #111;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes bgRLextendAnime {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  51% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgRLextendAnime {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  51% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

/* Q and A
----------------------------------*/
.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  border: 1px solid #374c6b;
}

.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list dl:after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.qa-list .open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-weight: bold;
  background: #f9fbff;
}

.qa-list dl dt:before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: "Q.";
  color: #162142;
}

.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
}

.qa-list dl dd:before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: "A.";
  font-weight: bold;
  color: #800000;
}

.qa-list dl dd p {
  margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

@media all and (max-width: 896px) {
  .qa-list dl {
    margin: 10px 0 0;
  }
  .qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 16px 26px 16px 40px;
    font-size: 14px;
  }
  .qa-list dl dt:before {
    font-size: 14px;
    top: 20px;
    left: 15px;
  }
  .qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 40px;
    font-size: 14px;
  }
  .qa-list dl dd:before {
    font-size: 14px;
    left: 15px;
    margin-top: 5px;
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}

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

@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;
}

@media all and (max-width: 1100px) {
  .flex.flex-pro {
    display: block;
  }
}

@media all and (max-width: 1100px) {
  .flex.flex-pro .flex-48 {
    width: 100%;
    margin: 0 auto;
  }
}

.flex.flex-pro .flex-60 {
  width: 60%;
}

@media all and (max-width: 1100px) {
  .flex.flex-pro .flex-60 {
    width: 100%;
    margin: 0 auto;
  }
}

@media all and (max-width: 896px) {
  .flex.flex-tablet {
    display: block;
  }
}

.flex.flex-tablet .flex-30 {
  width: 30%;
}

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-30 {
    width: 90%;
    margin: 0 auto;
  }
}

.flex.flex-tablet .flex-40 {
  width: 40%;
}

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-40 {
    width: 100%;
  }
}

.flex.flex-tablet .flex-50 {
  width: 50%;
}

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-50 {
    width: 100%;
  }
}

.flex.flex-tablet .flex-60 {
  width: 60%;
}

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-60 {
    width: 90%;
    margin: 0 auto;
  }
}

.flex.flex-tablet .flex-70 {
  width: 70%;
}

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-70 {
    width: 100%;
  }
}

.flex .flex-15 {
  width: 15%;
}

@media all and (max-width: 639px) {
  .flex .flex-15 {
    width: 50%;
    margin: 0 auto;
  }
}

.flex .flex-20 {
  width: 20%;
}

@media all and (max-width: 639px) {
  .flex .flex-20 {
    width: 90%;
    margin: 0 auto;
  }
}

.flex .flex-25 {
  width: 25%;
}

@media all and (max-width: 639px) {
  .flex .flex-25 {
    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-38 {
  width: 38%;
}

@media all and (max-width: 639px) {
  .flex .flex-38 {
    width: 100%;
    margin: 0 auto;
  }
}

.flex .flex-38.l-m2 {
  margin-left: 2%;
}

@media all and (max-width: 639px) {
  .flex .flex-38.l-m2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-40 {
  width: 40%;
}

@media all and (max-width: 639px) {
  .flex .flex-40 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-48 {
  width: 48%;
}

@media all and (max-width: 639px) {
  .flex .flex-48 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-48.l-m2 {
  margin-left: 2%;
}

@media all and (max-width: 639px) {
  .flex .flex-48.l-m2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-48.l-m4 {
  margin-left: 4%;
}

@media all and (max-width: 639px) {
  .flex .flex-48.l-m4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-50 {
  width: 50%;
}

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

.flex .flex-58 {
  width: 58%;
}

@media all and (max-width: 639px) {
  .flex .flex-58 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-58.l-m2 {
  margin-left: 2%;
}

@media all and (max-width: 639px) {
  .flex .flex-58.l-m2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-60 {
  width: 60%;
}

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

.flex .flex-62 {
  width: 62%;
  margin-left: 4%;
}

@media all and (max-width: 639px) {
  .flex .flex-62 {
    width: 100%;
    margin-left: auto;
  }
}

.flex .flex-68 {
  width: 68%;
  margin-left: 2%;
}

@media all and (max-width: 639px) {
  .flex .flex-68 {
    margin-left: auto;
    width: 100%;
  }
}

.flex .flex-70 {
  width: 70%;
}

@media all and (max-width: 639px) {
  .flex .flex-70 {
    width: 100%;
  }
}

.flex .flex-78 {
  width: 78%;
  margin-left: 2%;
}

@media all and (max-width: 639px) {
  .flex .flex-78 {
    margin-left: auto;
    width: 100%;
  }
}

.flex .flex-80 {
  width: 80%;
  margin-left: 3%;
}

@media all and (max-width: 639px) {
  .flex .flex-80 {
    margin-left: auto;
    width: 100%;
  }
}

.flex .flex-83 {
  width: 83%;
  margin-left: 2%;
}

@media all and (max-width: 639px) {
  .flex .flex-83 {
    margin-left: auto;
    width: 100%;
  }
}

/*----------------------------------
スクロール
----------------------------------*/
.clickdown {
  position: absolute;
  bottom: 5%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-animation: arrowmove 1s ease-in-out infinite;
          animation: arrowmove 1s ease-in-out infinite;
  width: 0px;
  height: 2px;
}

.clickdown span {
  position: absolute;
  left: -20px;
  bottom: 10px;
  color: white;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.clickdown:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: white;
  -webkit-transform: skewX(-31deg);
          transform: skewX(-31deg);
}

.clickdown:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: white;
}

@-webkit-keyframes arrowmove {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 7%;
  }
  100% {
    bottom: 5%;
  }
}

@keyframes arrowmove {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 7%;
  }
  100% {
    bottom: 5%;
  }
}

/*----------------------------------
pc/sp
----------------------------------*/
@media all and (max-width: 639px) {
  .pconly {
    display: none;
  }
}

.pc-midonly {
  display: none;
}

@media all and (max-width: 1367px) {
  .pc-midonly {
    display: block;
  }
}

.sponly {
  display: none;
}

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

.sp-br {
  display: none;
}
@media all and (max-width: 639px) {
  .sp-br {
    display: block;
  }
}

/* ブログCMS */
/* blog entry 2column */
#blog_flexwrap {
  display: -webkit-flex;
  display: flex;
  width: 1920px;
  margin: 20px auto 100px;
}
#blog_flexwrap #blog_side {
  width: 200px;
  margin-left: 20px;
}
#blog_flexwrap #blog_main {
  flex: 1;
}
#blog_flexwrap #blog_main section {
  margin-bottom: 25px;
}
/* blog side */
.blog_sttl01 {
  color: #fff;
  text-indent: 5px;
  font-size: 17px;
  padding: 5px 0;
  margin-bottom: 10px;
  font-weight: normal;
  background-color: #162142;
}
.blog_sttl01:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0ca";
  margin-right: 5px;
}
/* blog main */
.blog_mttl {
  width: calc(100% - 20px);
  background: #f1f1f1;
  color: #000;
  font-size: 18px;
  overflow: hidden;
  font-weight: bold;
  border-left: 2px solid #000;
  margin: 0px 0 20px;
  padding: 5px 10px;
  line-height: 1.8;
}
.blog_time {
  padding-top: 0px;
  font-weight: normal;
}
.blog_time:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}
.blog_box {
  min-height: 500px;
  position: relative;
}
.blog_box img {
  max-width: 100%;
  padding: 15px 0;
}
.pages {
  position: absolute;
  bottom: -50px;
  width: 100%;
  right: 0;
}
.page_next {
  text-align: left;
  float: left;
  width: 40%;
}
.page_prev {
  text-align: right;
  float: right;
  width: 40%;
}
.page_prev a {
  display: block;
  padding: 5px 10px;
  background: #000;
}
.page_next a {
  display: block;
  padding: 5px 10px;
  background: #000;
}
.page_prev a:hover, .page_next a:hover {
  opacity: 0.6;
}
.page_prev a:link, .page_prev a:visited, .page_prev a:hover {
  color: #fff;
}
.page_next a:link, .page_next a:visited, .page_next a:hover {
  color: #fff;
}
/* blog_side_list */
.blog_side_list {
  position: relative;
  margin: 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.blog_side_list .blog_bx {
 /*アニメーション*/
  transition: 0.3s ease-in-out;
  width: calc(100% - 0px) !important;
  font-size: 12px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  position: relative;
  padding: 10px 10px 10px;
}
.blog_side_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog_side_list .blog_bx .blog_bx_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog_side_list .blog_bx .blog_bx_flex div {
  width: calc(100% - 120px);
}
.blog_side_list .blog_bx:hover {
  background: #f2f2f2;
}
.blog_side_list .blog_bx figcaption {
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}
.blog_side_list .blog_bx * {
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog_side_list .blog_bx p {
  line-height: 1.6em;
  font-size: 13px;
}
.blog_side_list .blog_bx img {
  vertical-align: middle;
  height: 100px;
  width: 100%;
  object-fit: cover;
}
.blog_side_list .blog_bx:hover img {
  opacity: 1 !important;
  transform: scale(1.1);
}
.blog_side_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #000;
  padding: 0 15px;
  margin-bottom: 5px;
}
.blog_side_list .blog_bx .ttm {
  float: right;
  padding-top: 0px;
  font-size: 13px;
  font-weight: normal;
}
.blog_side_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}
.blog_side_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: normal;
}
/* blog_top_list */
.blog_top_list {
  position: relative;
  margin: 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.blog_top_list .blog_bx {
 /*アニメーション*/
  transition: 0.3s ease-in-out;
  width: calc(33.33% - 42px) !important;
  font-size: 12px;
  margin: 10px;
  border: 1px solid #ccc;
  position: relative;
  padding: 10px 10px 10px;
}
.blog_top_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog_top_list .blog_bx .blog_bx_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog_top_list .blog_bx .blog_bx_flex div {
  width: 100%;
}
.blog_top_list .blog_bx:hover {
  background: #f2f2f2;
}
.blog_top_list .blog_bx figcaption {
  display: block;
  text-align: center;
  width: 100%;
  height: 230px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: none;
  margin-bottom: 15px;
}
.blog_top_list .blog_bx * {
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog_top_list .blog_bx p {
  line-height: 1.6em;
  font-size: 13px;
}
.blog_top_list .blog_bx img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog_top_list .blog_bx:hover img {
  opacity: 1 !important;
  transform: scale(1.1);
}
.blog_top_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #000;
  padding: 0 15px;
  margin-bottom: 5px;
}
.blog_top_list .blog_bx .ttm {
  float: right;
  padding-top: 0px;
  font-size: 13px;
  font-weight: normal;
}
.blog_top_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}
.blog_top_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: normal;
}
.blog_top_list .blog_bx .blog_text {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .blog_top_list {
   /*アニメーション*/
 }
  .blog_top_list .blog_bx {
    width: calc(100% - 22px) !important;
    margin: 0px 0 20px;
 }
  .blog_top_list .blog_bx figcaption {
    height: 300px;
 }
}
@media screen and (max-width: 768px) {
  .blog_mttl {
    width: 100%;
  }
 /* 2column */
  #blog_flexwrap {
    display: -webkit-block;
    display: block;
    width: 95%;
    margin: 20px auto 30px;
 }
  #blog_flexwrap #blog_main {
    background: #fff;
    width: 100%;
    flex: 1;
    margin-bottom: 20px;
 }
  #blog_flexwrap #blog_side {
    width: 100%;
    margin-left: 0px;
 }
  .pages {
    position: static;
    bottom: 0;
    width: 100%;
    margin-top: 30px;
 }
  .page_next {
    text-align: left;
    float: none;
    width: 100%;
    margin-bottom: 10px;
 }
  .page_prev {
    text-align: right;
    float: none;
    text-align: right;
    width: 100%;
 }
}


/* ブログCMS　ここまで */