@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/* 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: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #231815;
  font-size: 16px;
  letter-spacing: 0.05em;
  background: #ffffff;
  transition: 2s;
}

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

.txt {
  line-height: 2;
}

/*リンク */
a {
  color: #231815;
  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;
  }
}
.fax a {
  pointer-events: none;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
@media (min-width: 1025px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0 5%;
    z-index: 999;
    background: #ffffff;
  }
  .header .headWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .logoBox {
    padding: 10px 0;
  }
  .header .logoBox .logo {
    width: 150px;
  }
  .header .logoBox .logo a {
    display: block;
  }
  .header .navBox {
    width: 75%;
    max-width: 900px;
  }
  .header .hamburger {
    display: none;
  }
}
/* --------------------------------------------------
	nav
-------------------------------------------------- */
@media (min-width: 1025px) {
  .navBox .navList > .ul {
    display: flex;
  }
  .navBox .navList > .ul > .li {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
  }
  .navBox .navList > .ul > .li > a,
.navBox .navList > .ul > .li > .pulldown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 80px;
    font-size: clamp(12px, 1vw, 16px);
    text-align: center;
    background: #ffffff;
  }
  .navBox .navList > .ul > .li.tel {
    width: 200px;
  }
  .navBox .navList > .ul > .li.tel p {
    padding: 0 0 0 25px;
    font-size: 22px;
    background: url(https://moviement-kobe.com/system_panel/uploads/images/header_tel.png) left center no-repeat;
    background-size: 20px auto;
  }
  .navBox .navList > .ul > .li.contact a {
    color: #ffffff;
    background: #050000;
  }
  .navBox .navList > .ul > .li.contact a p {
    padding: 20px 0 0;
    background: url(https://moviement-kobe.com/system_panel/uploads/images/header_mail.png) center top no-repeat;
    background-size: 20px auto;
  }
  .navBox .navList > .ul > .li.spBreak {
    display: none;
  }
}
/* --------------------------------------------------
	main
-------------------------------------------------- */
.main {
  overflow: hidden;
  margin: 80px 0 0;
}

.pageMainTitlePanel {
  padding: 0 5%;
}
.pageMainTitlePanel .pageMainTitleBox {
  display: flex;
  align-items: baseline;
  padding: 60px 0 30px;
  border-bottom: 1px solid #4f4f4f;
}
.pageMainTitlePanel .pageMainTitle01 {
  font-size: 50px;
  font-weight: 700;
}
.pageMainTitlePanel .pageMainTitle02 {
  margin: 0 0 0 30px;
}

.pageSecTtlBox {
  margin: 0 0 40px;
}
.pageSecTtlBox .secTtl01 {
  position: relative;
  padding: 0 0 15px;
  font-size: 0;
}
.pageSecTtlBox .secTtl01:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: #4f4f4f;
}
.pageSecTtlBox .secTtl01 p {
  display: inline;
  font-size: 34px;
}
.pageSecTtlBox .secTtl01 .em {
  color: #ff5759;
}
.pageSecTtlBox .secTtl02 {
  margin: 10px 0 0;
}

.mainWrap {
  padding: 0 5%;
}

.secWrap {
  max-width: 1640px;
  margin: 0 auto;
}

.secWrap01 {
  max-width: 1240px;
  margin: 0 auto;
}

.secWrap02 {
  max-width: 1040px;
  margin: 0 auto;
}

.mapBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 35%;
}
.mapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.btnMore {
  text-align: center;
}
.btnMore a {
  display: inline-block;
  padding: 3px 35px 3px 0;
  background: url(https://moviement-kobe.com/system_panel/uploads/images/btn_more_arrow.png) right center no-repeat;
  background-size: 25px auto;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer .footContact {
  padding: 120px 0;
}
.footer .footContact .secTtlBox {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 15px;
  font-size: 0;
  text-align: center;
}
.footer .footContact .secTtlBox:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  margin: 0 auto;
  background: #4f4f4f;
}
.footer .footContact .secTtlBox p {
  display: inline;
  font-size: 34px;
}
.footer .footContact .secTtlBox .em {
  color: #ff5759;
}
.footer .footContact .contactItem {
  max-width: 900px;
  margin: 60px auto 0;
}
.footer .footContact .contactItem .itemBox {
  padding: 20px;
  border-top: 1px solid #4f4f4f;
  border-bottom: 1px solid #4f4f4f;
}
.footer .footContact .contactItem .itemBox .dl {
  text-align: center;
}
.footer .footContact .contactItem .itemBox .dl .dt {
  margin: 0 0 15px;
  font-size: 20px;
}
.footer .footContact .contactItem .itemBox .dl .dd .tel a {
  display: inline-block;
  padding: 0 0 0 30px;
  font-size: 30px;
  line-height: 1;
  background: url(https://moviement-kobe.com/system_panel/uploads/images/footer_contact_tel.png) left top 8px no-repeat;
  background-size: 18px auto;
}
.footer .footContact .contactItem .itemBox .dl .dd .mail a {
  display: inline-block;
  font-size: 0;
}
.footer .footContact .contactItem .itemBox .dl .dd .mail a div {
  padding: 0 0 0 30px;
  background: url(https://moviement-kobe.com/system_panel/uploads/images/footer_contact_mail.png) left top 8px no-repeat;
  background-size: 18px auto;
}
.footer .footContact .contactItem .itemBox .dl .dd .mail a p {
  display: inline;
  font-size: 26px;
  line-height: 1;
}
.footer .footContact .contactItem .itemBox .dl .dd .mail a .em {
  color: #ff5759;
}
@media (min-width: 1025px) {
  .footer .footContact .contactItem {
    display: flex;
    justify-content: space-between;
  }
  .footer .footContact .contactItem .itemBox {
    width: 48%;
  }
}
.footer .footPanel {
  padding: 80px 0 20px;
  color: #ffffff;
  background: #010101;
}
.footer .footPanel .logo {
  max-width: 280px;
  margin: 0 0 20px;
}
.footer .footPanel .txt {
  margin: 0 0 20px;
}
.footer .footPanel .txt a {
  display: inline-block;
  color: #ffffff;
}
.footer .footPanel .sns a {
  display: inline-block;
  padding: 0 0 0 25px;
  color: #ffffff;
  background: url(https://moviement-kobe.com/system_panel/uploads/images/footer_insta.png) left center no-repeat;
  background-size: 18px auto;
}
.footer .footPanel .copy {
  margin: 30px 0 0;
  color: #8f8f8f;
  text-align: right;
}

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