@charset "UTF-8";
/* CSS Document */
/*===================================================
	共通CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	共通設定
///////////////////////////////////////////////////////////*/
/* --------------------------------------------------
	base
-------------------------------------------------- */
* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body {
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  color: #414141;
  font-size: 15px;/*16px*/
  background-color: #ffffff;
  transition: 2s;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

/*リンク */
a {
  color: #414141;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* 画像幅 */
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* clearfix */
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.spBreak {
  display: none;
}

@media (min-width: 1025px) {
  a {
    transition: 0.6s;
  }
  a:hover {
    opacity: 0.6;
  }
}

.gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.page_top {
    position: fixed;
    /* 追従 */
    z-index: 99999;
    /* 他の要素の下に隠れないように */
    bottom: 0;
    /* バナーの上下の位置 */
    right: 0;
    /* バナーの左右の位置 */
    width: 100%;
}


/* --------------------------------------------------
	header
-------------------------------------------------- */
@media (min-width: 1025px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 60px;/*20px 10px*/
    z-index: 999;
    transition: 0.6s;
  }
  .header .logo01 {
    width: 150px;
  }
  .header .logo01 a {
    display: block;
  }
  .header .headWrap {
    display: flex;
    align-items: center;
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .header .humberger {
    display: none;
  }
  .header.fixed {
    background: #ffffff;
  }
}

/* --------------------------------------------------
	nav
-------------------------------------------------- */
@media (min-width: 1025px) {
  .navBox {
    width: calc(100% - 240px);
    max-width: 900px;
    margin: 0 0 0 auto;
    font-size: 15px;/*14px*/
    letter-spacing: 0.1em;
  }
  .navBox .navList .ul {
    display: flex;
    justify-content: space-between;
  }
  .navBox .navList .ul > .li {
    overflow: hidden;
    position: relative;
    width: calc(100% / 6);
    padding: 25px 0;
    text-align: center;
  }
  .navBox .navList .ul > .li > a,
  .navBox .navList .ul > .li .accordBtn a {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    display: inline-block;
    color: #232323;
  }
  .navBox .navList .ul a {
    position: relative;
    display: inline-block;
    text-align: center;
  }
  .navBox .navList .subList {
    position: absolute;
    top: 60px;
    left: -35px;
    width: 220px;
    height: 0;
    padding: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.6s;
  }
  .navBox .navList .subList .li {
    border-bottom: 1px solid #646464;
  }
  .navBox .navList .subList .li + .li {
    margin: 1px 0 0;
  }
  .navBox .navList .subList a {
    display: block;
    padding: 15px 10px;
    text-align: center;
    background: #fcfcfc;
  }
  .navBox .navList .pulldown:hover {
    overflow: visible;
  }
  .navBox .navList .pulldown:hover .subList {
    top: 70px;
    height: auto;
    opacity: 1;
    z-index: 9999;
  }
  .navBox .navItem {
    display: none;
  }
  .contact {
    width: 220px;
    margin: 0 0 0 3%;
  }
  .contact a {
    display: block;
    padding: 7px 0px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-size: 19px;/*14px*/
    color: #232323;
    text-align: center;
    border: 1px solid #646464;
    letter-spacing: 0.1em;
    background: #f3f6f7;
  }
  .contact p {
    display: inline-block;
  }
}

/* --------------------------------------------------
	main
-------------------------------------------------- */
.main {
  overflow: hidden;
}

.pageKv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 650px;
}

.pageKv h1 {
  font-size: 34px;
  color: #fefefe;
  letter-spacing: 0.1em;
}

.secTtlBox {
  display: inline-block;
  padding: 30px 25px 0;
  border-left: 2px solid #17181a;
}

.secTtlBox > p {
  font-size: 25px;/*24px*/
  letter-spacing: 0.1em;
}

.secTtlBox .secTtl {
  font-size: 15px;/*14px*/
  letter-spacing: 0.2em;
}

.secWrap01 {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

.secWrap02 {
  max-width: 1020px;/*1020px*/
  margin: 0 auto;
  padding: 0 10px;
}

.btnMore {
  max-width: 220px;
  margin: 0 auto;
}

.btnMore a {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  border: 1px solid #6a6a6a;
  background: #ffffff;
}

.btnMore a:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f4f4f4;
  transition: 0.6s;
}
a.btnB {/*--------------------------*/
    font-size: 20px;
    color: #ffffff;
    padding: 20px 10px;/*40px 20px*/
    background: #a48b77;
}
.btnMore.btnB {/*--------------------------*/
    max-width: 350px;/**/
}

.btnMore a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -12px;
  bottom: 0;
  width: 25px;
  height: 1px;
  margin: auto 0;
  background: #6a6a6a;
  transition: 0.6s;
}

@media (min-width: 1025px) {
  .btnMore a:hover {
    opacity: 1;
    color: #414141;
    background: #d0d0d0;
  }
  .btnMore a:hover:before {
    top: 0;
    left: 0;
  }
  .btnMore a:hover:after {
    right: -17px;
  }
}

.mapBox {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 35%;
}

.mapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --------------------------------------------------
	pagingPanel
-------------------------------------------------- */
.pagingPanel {
  padding: 120px 0 150px;
}

.pagingPanel .pagingBox {
  padding: 0 0;/*0 40px*/
}

.pagingPanel .ol {
  text-align: center;
}

.pagingPanel .ol a {
  display: block;
  padding: 70px 0;/*50px 0*/
  border: 1px solid #d7d7d7;
}

.pagingPanel .ol .dl .dt {
  position: relative;
  margin: 0 0 10px;
  font-size: 30px;
  color: #a48b77;
  letter-spacing: 0.1em;
}

.pagingPanel .ol .dl .dt:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 40px;
  background: #a48b77;
}

.pagingPanel .ol .dl .dt + .dd {
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  font-size: 18px;
  color: #232323;
  letter-spacing: 0.2em;
  background: url(https://moeshiny.com/system_panel/uploads/images/order_paging_arrow.png) left center no-repeat;
  background-size: 10px auto;
}

.pagingPanel .ol .dl .dd + .dd {
  letter-spacing: 0.2em;
}

@media (min-width: 1025px) {
  .pagingPanel .ol {
    display: flex;
    justify-content: center;
  }
  .pagingPanel .ol .li {
    width: calc(100% / 3);
  }
  .pagingPanel .ol .li:last-child .dl .dt:after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 40px;
    background: #a48b77;
  }
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footContact {
  padding: 80px 0;/*60px 0*/
  color: #ffffff;
  background: url(https://moeshiny.com/system_panel/uploads/images/footer_contact_bg.png) center no-repeat;
  background-size: cover;
}

.footContact .secTtlBox {
  margin: 0 0 50px;
  border-left: 2px solid #ffffff;
}

.footContact .secTtlBox + p {
  margin: 0 0 40px;
  line-height: 2;
  letter-spacing: 0.2em;
}

.footContact .ul {
  text-align: center;
}

.footContact .ul a {
  position: relative;
  display: block;
  padding: 15px 10px;
  color: #ffffff;
  border: 1px solid #e4c6c6;
}

.footContact .ul a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -12px;
  bottom: 0;
  width: 25px;
  height: 1px;
  margin: auto 0;
  background: #e4c6c6;
  transition: 0.6s;
}

@media (min-width: 1025px) {
  .footContact .ul a:hover:after {
    right: -17px;
  }
}

.footContact .ul .dl .dt {
  letter-spacing: 0.2em;
}

.footContact .ul .dl .dd {
  font-size: 14px;
  letter-spacing: 0.1em;
}

@media (min-width: 1025px) {
  .footContact .ul {
    display: flex;
    justify-content: space-between;
  }
  .footContact .ul .li {
    width: calc((100% / 3) - 40px);
  }
}

.footBox {
  background: #f3f3f2;
}

.footBox .footInfo {
  display: flex;
  justify-content: space-between;
  padding: 90px 0;
}

.footBox .footInfo .leftBox {
  width: 30%;
}

.footBox .footInfo .leftBox .logo {
  max-width: 150px;/*260px*/
  margin: 0 0 40px;
}

.footBox .footInfo .leftBox .logo + p {
  line-height: 2.5;
  letter-spacing: 0.2em;
}

.footBox .footInfo .rightBox {
  width: 65%;
}

.footBox .footInfo .rightBox .footNav {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.2em;
}

.footBox .footInfo .rightBox .footNav > .ul:nth-child(1) {
  width: 25%;
}

.footBox .footInfo .rightBox .footNav > .ul:nth-child(2) {
  width: 35%;
}

.footBox .footInfo .rightBox .footNav > .ul:nth-child(3) {
  width: 50%;/*40%*/
}

.footBox .footInfo .rightBox .footNav > .ul > .li + .li {
  margin: 25px 0 0;
}

.footBox .footInfo .rightBox .footNav > .ul a {
  display: inline-block;
  color: #414141;
}

.footBox .footInfo .rightBox .footNav .sub {
  padding: 25px 0 0 15px;
}

.footBox .footInfo .rightBox .footNav .sub .li + .li {
  margin: 25px 0 0;
}

.footBox .footInfo .rightBox .footNav .sub a {
  color: #414141;
}

.footBox .sns {
  padding: 40px 0 0;
}

.footBox .sns .ul .li {
  display: inline-block;
}

.footBox .sns .ul .li + .li {
  margin: 0 0 0 10px;
}

.footBox .sns .ul a {
  display: block;
  width: 40px;
}

.footBox .copy {
  padding: 10px;
  text-align: center;
  letter-spacing: 0.2em;
  background: #ffffff;
  margin: 0px 0px 180px 0px;
}

@media (min-width: 768px) {
  .footBox .copy {
  margin: 0px 0px 120px 0px;
  }
}

/* --------------------------------------------------
	fadeAnimation
-------------------------------------------------- */
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値では非表示 */
  -webkit-transition: opacity .8s ease;
  /* アニメーション時間は 0.8秒 */
  -ms-transition: opacity .8s ease;
  -moz-transition: opacity .8s ease;
  transition: opacity .8s ease;
}

/*body要素に.fadeoutセレクタがある場合には、レイヤーが表示されるようにopacityを１に設定します。*/
body.fadeout::after {
  opacity: 1;
}

/*お好みで、.fadeoutセレクタ以下の他の要素にもアニメーション用のCSSを定義します*/
/*DEMOではページ遷移時にarticle要素のスケールもアニメーションさせています*/
body.fadeout article {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}