@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Noto Sans JP', sans-serif !important;
	color: #4C4C4D;
	font-size:16px;
  background:#00275B;
}


/* ------------------------------------------- フッター ------------------------------------------  */
.footer {
  margin-bottom:0;
  padding-bottom:30px;
  background:#00275B;
}

.footer-hako {
  width:1000px;
  right:0;
  left:0;
  margin:auto;
}
@media screen and (max-width:1000px) {/* sp */
	.footer-hako { width:600px; }
}
@media screen and (max-width:757px) {/* sp */
	.footer-hako { width:90%; margin-left:5%; margin-right:5%; }
}

.footer-logo {
  width:340px;
  padding-top:80px;
  padding-bottom:70px;
}
@media screen and (max-width:757px) {/* sp */
	.footer-logo { width:70%; padding-top:50px; padding-bottom:30px; }
}


.footer-logo-link:hover .footer-logo-moji-2 {
  color: #DACA4D;  /* 黄色に設定 */
}

.footer-logo-moji-2 {
  font-size:23px;
  font-weight: bold;
  color:#fff;
  margin-top:10px;
  letter-spacing:1px;
  transition: color 0.3s ease;
}
@media screen and (max-width:757px) {/* sp */
  .footer-logo-moji-2 {font-size: 18px; margin-top:0px; }
}

.logo-img {
  width:100%;
  height:70px;
    background:url("/wp-content/themes/dainichi/image/logo-white.png") no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background 0.3s ease;
}

.footer-logo-link:hover .logo-img {
  width:100%;
  height:70px;
    background:url("/wp-content/themes/dainichi/image/logo-yellow.png") no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
}



.footer-logo-moji {
  font-size:23px;
  font-weight: bold;
  color:#fff;
  margin-top:10px;
  letter-spacing:1px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width:757px) {/* sp */
  .footer-logo-moji {font-size: 18px; margin-top:0px; }
}
.footer-logo-moji:hover {
  color:#E3D14A;
}

.footer-narabi {
  display: inline-block;
  vertical-align: top;
  width:auto;
  min-width:140px;
  margin-right:70px;
}
@media screen and (max-width:1000px) {/* sp */
	.footer-narabi { width:380px; min-width:auto; margin-right:0px; }
}
@media screen and (max-width:757px) {/* sp */
	.footer-narabi { display: block; width:100%; }
}

.footer-narabi-last {
  margin-right:0px;
}

@media screen and (max-width:1000px) {/* sp */
	.footer-narabi-last-sp { width:200px; }
}
@media screen and (max-width:757px) {/* sp */
	.footer-narabi-last-sp { width:100%; }
}

.footer-link {
  text-decoration: none;
}

.footer-moji-1 {
  font-size:21px;
  font-weight: 600;
  color:#fff;
  margin-top:20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width:757px) {/* sp */
  .footer-moji-1 {
    font-size: 18px; 
    border-top: 1px solid #ffffff6d; 
    width:100%; 
    padding-top:15px; 
    padding-top:15px; 
    padding-left:10px;
  }
}
@media screen and (max-width:757px) {/* sp */
  .footer-moji-1.last {
    border-bottom: 1px solid #ffffff6d; 
    padding-bottom:15px; 
  }
}

.footer-moji-1:hover {
  color:#E3D14A;
}

.footer-moji-2 {
  font-size:18px;
  font-weight: normal;
  color:#fff;
  margin-top:8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width:757px) {/* sp */
  .footer-moji-2 {font-size: 15px; padding-left:10px; }
}
.footer-moji-2:hover {
  color:#E3D14A;
}


.navi-under {
  margin-top:100px;
  display: flex;
  justify-content: space-between; /* 両端に配置する場合 */
  align-items: center; /* 高さをそろえる！ */
  flex-wrap: wrap; /* スマホで折り返したい場合は追加 */
}

.navi-bogo-footer {
  display: inline-block;
}

.navi-last-oya {
  text-align: right;
}

.navi-last {
  display: inline-block;
}

.footer-privacy {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-right:20px;
  text-decoration: underline;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.footer-privacy:hover {
  color:#E3D14A;
}

.footer-copy {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width:757px) {/* sp */
	.footer-copy  {font-size: 12px; }
}

@media screen and (max-width: 800px) {
  .navi-under {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 20px; /* 要素の間隔が欲しければ追加 */
    margin-top:50px;
  }

  .navi-bogo-footer,
  .navi-last-oya,
  .navi-last {
    width: 100%;
    display: block;
    text-align: left;
  }

  .navi-last-oya {
    margin-top:30px;
  }

  .footer-privacy,
  .footer-copy {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
  }
}



/*---------------- ページトップに戻るボタン-------------- */
#wpfront-scroll-top-container {
  display: block !important;
  opacity: 0.6 !important;
  visibility: visible !important;
  z-index: 99999 !important;
}