@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@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yomogi&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: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
  font-size: 16px;
  background: #ffffff;
  transition: 2s;
}

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

.txt {
  line-height: 2.5;
}

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

a:hover {
  text-decoration: none;
}

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

/*ヘッダーロゴ画像幅*/
.mainlogo_h{
    width: 110% !important;
    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: 1181px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    color: #ffffff;
    z-index: 999;
    background: #2d2d2d;
  }
  .header .headWrap {
    position: relative;
    max-width: 1640px;
    margin: 0 auto;
  }
  .header .headBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100px;
    padding: 10px 0 0;
  }
  .header .logoBox {
    position: relative;
    top: -15px;
    width: 35%;
    max-width: 450px;
  }
  .header .logoBox .ttl {
    margin: 0 0 5px;
    font-size: 12px;
  }
  .header .logoBox .logo {
    display: inline-block;
    width: 220px;
  }
  .header .logoBox .logo a {
    display: block;
  }
  .header .logoBox .sns {
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: bottom;
    margin-left:50px !important;
  }
  .header .logoBox .sns .ul .li {
    display: inline-block;
    width: 22px;
    vertical-align: bottom;
  }
  .header .logoBox .sns .ul .li + .li {
    margin: 0 0 0 10px;
  }
  .header .logoBox .sns .ul .li a {
    display: block;
  }
  .header .logoBox .sns .ul .youtube {
    width: 70px;
  }
  .header .hamburger {
    display: none;
  }
}
/* --------------------------------------------------
	nav
-------------------------------------------------- */
@media (min-width: 1181px) {
  .navBox .navList {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .navBox .navList > .ul {
    display: flex;
    min-width: 750px;
  }
  .navBox .navList > .ul > .li {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    height: 50px;
    padding: 0 0 20px;
    vertical-align: bottom;
  }
  .navBox .navList > .ul > .li.spBreak {
    display: none !important;
  }
  .navBox .navList > .ul > .li.pulldown {
    background: url(https://shitok.jp/system_panel/uploads/images/header_nav_arrow.png) center bottom 10px no-repeat;
  }
  .navBox .navList > .ul > .li + .li + .li {
    margin: 0 0 0 7%;
  }
  .navBox .navList > .ul > .li > a {
    display: inline-block;
    color: #ffffff;
  }
  .navBox .navList > .ul .subList {
    position: absolute;
    top: 20px;
    left: -70px;
    width: 240px;
    height: 0;
    opacity: 0;
    z-index: -1;
    background: rgba(45, 45, 45, 0.7);
    transition: 0.6s;
  }
  .navBox .navList > .ul .subList .li + .li {
    border-left: 1px solid #dbdbdb;
  }
  .navBox .navList > .ul .subList .li a {
    display: block;
    padding: 15px 5px;
    color: #ffffff;
    text-align: center;
  }
  .navBox .navList > .ul .subList .li a p {
    position: relative;
    display: inline-block;
  }
  .navBox .navList > .ul .subList .li a:hover {
    opacity: 1;
    background: #ffb53a;
  }
  .navBox .navList > .ul .pulldown:hover {
    overflow: visible;
  }
  .navBox .navList > .ul .pulldown:hover .subList {
    top: 50px;
    height: auto;
    opacity: 1;
    z-index: 9999;
  }
  .navBox .navItem {
    display: none;
  }
}
/* --------------------------------------------------
	header
-------------------------------------------------- */
@media (max-width: 1180px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 10px;
    color: #ffffff;
    z-index: 999;
    background: #2d2d2d;
  }
  .header .headTitle {
    display: none;
  }
  .header .logoBox .ttl {
    display: none;
  }
  .header .logoBox .logo {
    width: 160px;
  }
  .header .logoBox .logo a {
    display: block;
  }
  .header .logoBox .sns {
    display: none;
  }
  .header .hamburger {
    cursor: pointer;
    display: block;
    position: fixed;
    top: 15px;
    right: 0;
    width: 50px;
    height: 40px;
    z-index: 10000;
  }
  .header .hamburger .span {
    background: #ffffff;
    position: absolute;
    left: 50%;
    width: 25px;
    height: 2px;
    transform: translateX(-50%);
    transition: 0.4s;
  }
  .header .hamburger .span:nth-of-type(1) {
    top: 10px;
  }
  .header .hamburger .span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header .hamburger .span:nth-of-type(3) {
    bottom: 10px;
  }
  .header .hamburger.is-open .span:nth-of-type(1) {
    transform: translate(-50%, 9px) rotate(-45deg);
  }
  .header .hamburger.is-open .span:nth-of-type(2) {
    opacity: 0;
  }
  .header .hamburger.is-open .span:nth-of-type(3) {
    transform: translate(-50%, -9px) rotate(45deg);
  }
}
/* --------------------------------------------------
	nav
-------------------------------------------------- */
@media (max-width: 1180px) {
  .navBox {
    overflow: auto;
    position: fixed;
    top: 62px;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 20px 0 90px;
    z-index: 999;
    background: #2d2d2d;
    opacity: 1;
    transition: 0.6s;
  }
  .navBox.active {
    right: 0;
    z-index: 1000;
    opacity: 1;
  }
  .navBox .navList {
    border-top: 1px solid #cccccc;
  }
  .navBox .navList .ul {
    font-size: 15px;
  }
  .navBox .navList .ul > .li {
    text-align: left;
    border-bottom: 1px solid #cccccc;
  }
  .navBox .navList .ul .pulldown .accordBtn {
    display: none;
  }
  .navBox .navList .ul a {
    display: block;
    color: #ffffff;
  }
  .navBox .navList .ul a {
    padding: 10px 20px;
  }
  .navBox .navList .ul .subList .li + .li {
    border-top: 1px solid #cccccc;
  }
  .navBox .navItem {
    margin: 20px 0 0;
    text-align: center;
  }
  .navBox .navItem .sns .ul .li {
    display: inline-block;
    width: 22px;
    vertical-align: bottom;
  }
  .navBox .navItem .sns .ul .li + .li {
    margin: 0 0 0 10px;
  }
  .navBox .navItem .sns .ul .li a {
    display: block;
  }
  .navBox .navItem .sns .ul .youtube {
    width: 70px;
  }
}
/* --------------------------------------------------
	main
-------------------------------------------------- */
.main {
  overflow: hidden;
  margin: 100px 0 0;
}

.pageKvPanel {
  position: relative;
  height: 280px;
  background: url(https://shitok.jp/system_panel/uploads/images/page_top_kv.png) right no-repeat;
  background-size: cover;
}
.pageKvPanel .kvContact {
  position: absolute;
  top: 20px;
  right: 90px;
  width: 140px;
}
.pageKvPanel .kvContact a {
  display: block;
}

.pageTopContainer {
  padding: 80px 0;
}
.pageTopContainer .secBox .leftBox .pageSecTtlBox {
  margin: 0;
  text-align: left;
}
@media (min-width: 1025px) {
  .pageTopContainer .secBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pageTopContainer .secBox .leftBox {
    width: 38%;
  }
  .pageTopContainer .secBox .rightBox {
    width: 55%;
  }
}

.pageSecTtlBox {
  margin: 0 0 60px;
  text-align: center;
}
.pageSecTtlBox .pageSecTtl {
  font-family: "Yomogi";
  font-size: 40px;
  font-weight: 400;
  color: #090909;
  text-shadow: 0 0 1px #090909;
}
.pageSecTtlBox .sub {
  margin: 5px 0 0;
  font-size: 18px;
  color: #ffb53a;
}

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

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

.secWrap02 {
  max-width: 1040px;
  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;
}

.videoBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 50%;
}
.videoBox iframe,
.videoBox video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.btnMore {
  width: 230px;
}
.btnMore a {
  display: block;
  padding: 12px;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  border-radius: 6px;
  background: url(https://shitok.jp/system_panel/uploads/images/btn_more_arrow.png) right 15px center no-repeat #ffb53a;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer .footContact {
  padding: 120px 0;
  background: white;
}
.footer .footContact .ttlPanel {
  margin: 0 0 40px;
}
.footer .footContact .ttlPanel .ttlBox .pageSecTtlBox {
  margin: 0;
}
.footer .footContact .ttlPanel .txtBox .ttlTxt {
  display: inline-block;
  font-size: 0;
  font-family: "Yomogi";
  border-bottom: 1px solid #000000;
}
.footer .footContact .ttlPanel .txtBox .ttlTxt p {
  display: inline;
  font-size: 30px;
  letter-spacing: -0.1em;
}
.footer .footContact .ttlPanel .txtBox .ttlTxt .em {
  color: #ff0000;
}
@media (min-width: 1181px) {
  .footer .footContact .ttlPanel {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1180px) {
  .footer .footContact .ttlPanel {
    text-align: center;
  }
  .footer .footContact .ttlPanel .txtBox .ttlTxt {
    margin: 20px 0 0;
  }
  .footer .footContact .ttlPanel .txtBox .ttlTxt p {
    font-size: 20px;
  }
}
.footer .footContact .infoPanel .rightBox .tel a {
  display: inline-block;
  padding: 0 0 0 35px;
  font-size: 30px;
  color: #ffb53a;
  background: url(https://shitok.jp/system_panel/uploads/images/footer_tel.png) left center no-repeat;
  background-size: 30px auto;
}
.footer .footContact .infoPanel .rightBox .tel > p {
  padding: 0 0 0 30px;
}
.footer .footContact .infoPanel .rightBox .btnBox {
  padding: 20px 0 0;
}
.footer .footContact .infoPanel .rightBox .btnBox .btnMore {
  width: 240px;
}
@media (min-width: 1181px) {
  .footer .footContact .infoPanel {
    display: flex;
    justify-content: space-between;
  }
  .footer .footContact .infoPanel .leftBox {
    width: 40%;
  }
  .footer .footContact .infoPanel .rightBox {
    width: 50%;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1180px) {
  .footer .footContact .infoPanel {
    max-width: 600px;
    margin: 0 auto;
  }
  .footer .footContact .infoPanel .leftBox {
    margin: 0 0 20px;
    text-align: center;
  }
  .footer .footContact .infoPanel .rightBox .tel {
    text-align: center;
  }
  .footer .footContact .infoPanel .rightBox .tel a {
    display: inline-block;
    padding: 0 0 0 30px;
    font-size: 24px;
    color: #ffb53a;
    background: url(https://shitok.jp/system_panel/uploads/images/footer_tel.png) left center no-repeat;
    background-size: 25px auto;
  }
  .footer .footContact .infoPanel .rightBox .tel > p {
    padding: 0 0 0 30px;
  }
  .footer .footContact .infoPanel .rightBox .btnBox {
    padding: 20px 0 0;
  }
  .footer .footContact .infoPanel .rightBox .btnBox .btnMore {
    width: 240px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .footer .footContact {
    padding: 60px 0;
  }
}
.footer .footBnrPanel {
  padding: 60px 0;
  background: #f8f8f8;
}
.footer .footBnrPanel .ttl {
  margin: 0 0 40px;
  text-align: center;
}
.footer .footBnrPanel .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer .footBnrPanel .ul .li {
  width: calc(25% - 20px);
}
.footer .footBnrPanel .ul .li a {
  display: block;
  margin: 0 auto;
}
.footer .footBnrPanel .ul .bnr01 a {
  max-width: 260px;
}
.footer .footBnrPanel .ul .bnr02 a {
  max-width: 200px;
}
.footer .footBnrPanel .ul .bnr03 a {
  max-width: 100px;
}
.footer .footBnrPanel .ul .bnr04 a {
  max-width: 200px;
}
@media (max-width: 1024px) {
  .footer .footBnrPanel {
    padding: 50px 0;
  }
  .footer .footBnrPanel .ttl {
    margin: 0 0 30px;
  }
  .footer .footBnrPanel .ul {
    max-width: 500px;
    margin: -20px auto 0;
  }
  .footer .footBnrPanel .ul .li {
    width: calc(50% - 10px);
    margin: 20px 0 0;
  }
  .footer .footBnrPanel .ul .bnr01 a {
    max-width: 200px;
  }
  .footer .footBnrPanel .ul .bnr02 a {
    max-width: 150px;
  }
  .footer .footBnrPanel .ul .bnr03 a {
    max-width: 60px;
  }
  .footer .footBnrPanel .ul .bnr04 a {
    max-width: 150px;
  }
}
.footer .footPanel {
  padding: 60px 0 30px;
  color: #ffffff;
  background: #2d2d2d;
}
/*
.footer .footPanel .footBox .leftBox {
  display: ;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
*/

.footer .footPanel .footBox .leftBox{
display:grid;
align-items: center;
grid-template-columns:1fr 1fr;
}

.footer .footPanel .footBox .leftBox .logoBox:first-of-type{
grid-column:1/3;
  width:80%;
}

.footer .footPanel .footBox .leftBox .logoBox:nth-of-type(2){
width:100%;
}



.footer .footPanel .footBox .leftBox .logoBox {
  width: 48%;
}
.footer .footPanel .footBox .leftBox .logoBox p {
  margin: 0 0 5px;
}
.footer .footPanel .footBox .leftBox .logoBox:nth-child(3) {
  margin: 20px 30px 0;
}
.footer .footPanel .footBox .leftBox .logoBox:nth-child(3) .logo {
  max-width: 280px;
}
.footer .footPanel .footBox .leftBox .logoBox:nth-child(4) {
  margin: 20px 0 0;
}
.footer .footPanel .footBox .leftBox .logoBox:nth-child(4) .logo {
  max-width: 140px;
}
.footer .footPanel .footBox .rightBox .footInfo {
  max-width: 260px;
  margin: 0 auto;
}
.footer .footPanel .footBox .rightBox .footInfo .txt a {
  display: inline-block;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .footer .footPanel .footBox {
    display: flex;
    align-items: flex-start;
  }
  .footer .footPanel .footBox > * {
    width: 50%;
  }
}
.footer .footPanel .copy {
  margin: 100px 0 0;
  font-size: 14px;
  text-align: right;
}
@media (max-width: 1024px) {
  .footer .footPanel {
    padding: 50px 0 20px;
  }
  .footer .footPanel .footBox .leftBox {
    margin: 0 0 30px;
  }
  .footer .footPanel .footBox .leftBox .logoBox p {
    font-size: 12px;
  }
  .footer .footPanel .copy {
    margin: 60px 0 0;
    font-size: 13px;
    text-align: center;
  }
}

/* --------------------------------------------------
	fadeAnimation
-------------------------------------------------- */
body::before {
  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::before {
  opacity: 1;
}

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

.h1711617670449  {
color:#fff;
}

.sublogo{
  display:none;
}

.snsArea {
    display: none;
}
@media screen and (max-width: 1180px) {
  .snsArea {
    display: block;
  }
  .header .snsArea .ul .li {
    display: inline-block;
    width: 22px;
    vertical-align: bottom;
  }
  .header .snsArea .ul .li + .li {
    margin: 0 0 0 10px;
  }
  .header .snsArea .ul .li a {
    display: block;
  }
  .header .snsArea .ul .youtube {
    width: 70px;
  }
}

