@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=Kiwi+Maru:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins: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: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.5;
  color: #444444;
  font-size: 16px;
  background: #faf5ed;
  transition: 2s;
}

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

.txt {
  line-height: 2;
}

/*リンク */
a {
  color: #444444;
  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;
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/* --------------------------------------------------
	header
-------------------------------------------------- */
@media (min-width: 1025px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100px;
    padding: 25px 40px;
    z-index: 999;
    background: #faf5ed;
  }
  .header .headBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .logo {
    width: 200px;
  }
  .header .logo a {
    display: block;
  }
  .header .hamburger {
    display: none;
  }
}
/* --------------------------------------------------
	nav
-------------------------------------------------- */
@media (min-width: 1025px) {
  .navBox {
    display: flex;
    align-items: center;
    font-size: clamp(0.8125rem, -0.3125rem + 1.5vw, 1rem);
    font-weight: 500;
  }
  .navBox .navList ul {
    display: flex;
  }
  .navBox .navList ul li + li {
    margin: 0 0 0 25px;
  }
  .navBox .navList ul li a {
    position: relative;
    display: inline-block;
  }
  .navBox .navList ul li a:after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -2px;
    left: 0;
    /*線の形状*/
    width: 98%;
    height: 1px;
    background: #444444;
    /*アニメーションの指定*/
    transition: all 0.3s;
    transform: scale(0, 1);
    /*X方向0、Y方向1*/
    transform-origin: left top;
    /*左上基点*/
  }
  .navBox .navList ul li a:hover {
    opacity: 1;
  }
  .navBox .navList ul li a:hover:after {
    transform: scale(1, 1);
  }
  .navBox .btnContact {
    width: 180px;
    margin: 0 0 0 40px;
  }
  .navBox .btnContact a {
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 25px;
    background: url("../image/common/btn_more_arrow.png") right 15px center no-repeat #f4ead1;
    background-size: 5px auto;
  }
}
/* --------------------------------------------------
	main
-------------------------------------------------- */
main {
  overflow: hidden;
  margin: 100px 0 0;
}

.pageKvContainer {
  padding: 0 40px;
}
.pageKvContainer .pageKvPanel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 180px;
  border-radius: 20px;
}
.pageKvContainer .pageKvTitle {
  width: 100%;
  max-width: 458px;
  padding: 5px 10px;
  font-family: "Kiwi Maru";
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.66);
}

.pageTitlePanel {
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 20px 50px;
}
.pageTitlePanel .pageTitle {
  font-family: "Kiwi Maru";
}
.pageTitlePanel .pageTitle h1 {
  margin: 0 0 5px;
  font-size: 34px;
}
.pageTitlePanel .pageTitle h1 span {
  margin: 0 0 0 10px;
  font-size: 16px;
}
.pageTitlePanel .pageTitle p {
  color: #eb8596;
}

.pageSecTitleBox .pageSecTitle {
  font-family: "Kiwi Maru";
  font-size: 40px;
  letter-spacing: 0.05em;
}
.pageSecTitleBox .sub {
  margin: 5px 0 0;
  font-family: "Poppins";
  font-size: 18px;
  color: #999999;
  letter-spacing: 0.05em;
}

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

.secWrap02 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.btnMore {
  max-width: 320px;
}
.btnMore a {
  display: block;
  padding: 18px 10px;
  font-weight: 500;
  text-align: center;
  border-radius: 30px;
  background: url("../image/common/btn_more_arrow.png") right 20px center no-repeat #f4ead1;
  background-size: 5px auto;
}

.btnBack {
  max-width: 300px;
  margin: 0 auto;
}
.btnBack a {
  display: block;
  padding: 15px 10px;
  text-align: center;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #eb8596;
  background: #eb8596;
}
.btnBack a span {
  display: block;
  background: url("../image/common/btn_back_arrow_white.png") left 10px center no-repeat;
  background-size: 10px auto;
  transition: 0.6s;
}
@media (min-width: 1025px) {
  .btnBack a:hover {
    opacity: 1;
  }
  .btnBack a:hover span {
    background: url("../image/common/btn_back_arrow_white.png") left center no-repeat;
    background-size: 10px auto;
  }
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer {
  padding: 60px 0 20px;
  font-weight: 500;
  color: #ffffff;
  background: #707070;
}
.footer .footBox .leftBox .logo {
  width: 200px;
  margin: 0 0 30px;
}
.footer .footBox .leftBox .txtBox {
  font-size: 14px;
}
.footer .footBox .leftBox .txtBox > p {
  margin: 0 0 15px;
}
.footer .footBox .leftBox .txtBox dl {
  display: flex;
}
.footer .footBox .leftBox .txtBox dl + dl {
  margin: 10px 0 0;
}
.footer .footBox .leftBox .txtBox dl dt {
  width: 85px;
}
.footer .footBox .rightBox .sns ul li {
  display: inline-block;
  width: 35px;
}
.footer .footBox .rightBox .sns ul li + li {
  margin: 0 0 0 15px;
}
.footer .footBox .rightBox .sns ul li a {
  display: block;
}
@media (min-width: 1025px) {
  .footer .footBox {
    display: flex;
    justify-content: space-between;
  }
  .footer .footBox .rightBox .sns {
    min-width: 200px;
  }
}
.footer .copy {
  font-size: 12px;
  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);
}