@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: #202020;
  font-size: 16px;
  background-color: #ffffff;
  transition: 2s;
}

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

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

/* --------------------------------------------------
	header
-------------------------------------------------- */
@media (min-width: 1025px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px;
    z-index: 999;
    background: #fcfaf3;/*#ffffff*/
  }
  .header .logo {
    position: absolute;
    top: 20px;
    left: 80px;
    width: 160px;
  }
  .header .logo a {
    display: block;
  }
  .header .logo01 {
    width: 180px;
  }
  .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;
  }
  .pageHeader .headWrap {
    max-width: 1620px;
  }
}

/* --------------------------------------------------
	nav
-------------------------------------------------- */
@media (min-width: 1025px) {
  .navBox {
    width: calc(100% - 200px);
    max-width: 900px;
    margin: 0 0 0 auto;
    font-size: 14px;
  }
  .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 {
    display: inline-block;
    padding: 0 0 0 15px;
    background: url(https://tonttu.biz/system_panel/uploads/images/header_nav_arrow_.png) left center no-repeat;
  }
  .navBox .navList .ul a {
    position: relative;
    display: inline-block;
    text-align: center;
  }
  .navBox .navList .subList {
    position: absolute;
    top: 60px;
    left: -20px;
    width: 220px;
    height: 0;
    padding: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.6s;
  }
  .navBox .navList .subList .li + .li {
    margin: 1px 0 0;
  }
  .navBox .navList .subList a {
    display: block;
    padding: 15px 10px;
    text-align: center;
    background: #ffffff;
  }
  .navBox .navList .subList a:hover {
    opacity: 1;
    background: #e1be7d;
  }
  .navBox .navList .subList a:hover p {
    color: #ffffff;
  }
  .navBox .navList .subList a p {
    display: inline-block;
    padding: 0 0 0 15px;
    background: url(https://tonttu.biz/system_panel/uploads/images/header_nav_arrow_.png) left center no-repeat;
  }
  .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: 200px;
    margin: 0 0 0 3%;
  }
  .contact a {
    display: block;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    background: #b91e23;
  }
  .contact p {
    display: inline-block;
  }
}

/* --------------------------------------------------
	main
-------------------------------------------------- */
.main {
  overflow: hidden;
  margin: 111px 0 0;
}

.pageKvPanel {
  margin: 0 0 0 250px;
}

.pageKvPanel .pageKv {
  position: relative;
  height: 600px;
}

.pageKvPanel .pageKv:after {
  content: "";
  position: absolute;
  top: 0;
  left: -250px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fcfaf3;
}

.pageKvPanel .kvTtl {
  position: absolute;
  top: 35%;
  left: -100px;
  width: 100%;
  z-index: 1;
}

.topMain .topKv .kvTtl > * {
  text-shadow: -2px -3px 8px #ffffff, -2px -3px 8px #ffffff, -2px -3px 8px #ffffff, -2px -3px 8px #ffffff, -2px -3px 8px #ffffff, -2px -3px 8px #ffffff, -2px -3px 8px #ffffff, 2px 3px 8px #ffffff, 2px 3px 8px #ffffff, 2px 3px 8px #ffffff, 2px 3px 8px #ffffff, 2px 3px 8px #ffffff, 2px 3px 8px #ffffff, 2px 3px 8px #ffffff;
}/**/

.pageKvPanel .kvTtl  > * {
  text-shadow: -2px -3px 8px #ffffff, -2px -3px 8px #ffffff, -2px -3px 8px #ffffff, -2px -3px 8px #ffffff, -2px -3px 8px #ffffff, -2px -3px 8px #ffffff, -2px -3px 8px #ffffff, 2px 3px 8px #ffffff, 2px 3px 8px #ffffff, 2px 3px 8px #ffffff, 2px 3px 8px #ffffff, 2px 3px 8px #ffffff, 2px 3px 8px #ffffff, 2px 3px 8px #ffffff;
}

.pageKvPanel .kvTtl h1 {
  font-size: 60px;
  letter-spacing: 0.1em;
}

.pageKvPanel .kvTtl h1 br {
  display: none;
}

.pageKvPanel .kvTtl p {
  font-size: 20px;
  letter-spacing: 0.1em;
}

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

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

.secTtlBox {
  margin: 0 0 60px;
  text-align: center;
}

.secTtlBox .secTtl {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.secTtlBox p {
  font-size: 20px;
  color: #b2070c;
}

.secTtlBox.white {
  color: #ffffff;
}

.secTtlBox.white p {
  color: #ffffff;
}

.btnMore {
  max-width: 360px;
}

.btnMore a {
  display: block;
  padding: 10px 30px;
  text-align: center;
  border: 1px solid #202020;
  background: #ffffff;
}

.btnMore a p {
  background: url(https://tonttu.biz/system_panel/uploads/images/more_arrow.png) right center no-repeat;
}

@media (min-width: 1025px) {
  .btnMore a:hover {
    opacity: 1;
    color: #ffffff;
    background: #e1be7d;
  }
}

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

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

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer .footContact {
  padding: 100px 0;
  background: url(https://tonttu.biz/system_panel/uploads/images/footer_contact_bg.png) no-repeat;
  background-size: cover;
}

.footer .footContact .secTtlBox {
  margin: 0 0 40px;
}

.footer .footContact .secTtlBox + p {
  margin: 0 0 60px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
}

.footer .footContact .ul a {
  display: block;
  padding: 10px;
  background: url(https://tonttu.biz/system_panel/uploads/images/footer_contact_list_bg.png) no-repeat;
  background-size: cover;
}

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

.footer .footContact .ul .dl .dt {
  display: inline-block;
  padding: 0 0 0 40px;
  font-size: 34px;
}

.footer .footContact .ul .dl .dd {
  letter-spacing: 0.1em;
}

.footer .footContact .ul .tel .dl .dt {
  background: url(https://tonttu.biz/system_panel/uploads/images/footer_contact_tel.png) left center no-repeat;
  background-size: 30px auto;
}

.footer .footContact .ul .mail .dl .dt {
  background: url(https://tonttu.biz/system_panel/uploads/images/footer_contact_mail.png) left center no-repeat;
  background-size: 30px auto;
}

.footer .footContact .ul .line .dl .dt {
  background: url(https://tonttu.biz/system_panel/uploads/images/footer_contact_line.png) left center no-repeat;
  background-size: 30px auto;
}

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

.footer .footBox {
  color: #ffffff;
  background: #b91e23;
}

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

.footer .footBox .footInfo .leftBox {
  width: 40%;
}

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

.footer .footBox .footInfo .leftBox .logo + p {
  line-height: 2.5;
}

.footer .footBox .footInfo .rightBox {
  width: 55%;
}

.footer .footBox .footInfo .rightBox .footNav {
  display: flex;
  justify-content: space-between;
}

.footer .footBox .footInfo .rightBox .footNav > .ul {
  width: calc((100% / 3) - 40px);
}

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

.footer .footBox .footInfo .rightBox .footNav > .ul > .li > a {
  padding: 0 0 0 15px;
  background: url(https://tonttu.biz/system_panel/uploads/images/footer_nav_arrow.png) left center no-repeat;
}

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

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

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

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

.footer .footBox .sns {
  padding: 40px 0 60px;
  text-align: center;
}

.footer .footBox .sns .ttl {
  margin: 0 0 20px;
  font-size: 20px;
}

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

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

.footer .footBox .sns .ul a {
  display: block;
}

.footer .footBox .copy {
  padding: 10px;
  text-align: center;
  background: #a11116;
}

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