@charset "utf-8";
/*-----------------------------
footer
-----------------------------*/

.left-banner {
  position:fixed;
  bottom: 10px;
  left: 10px;
  width: 180px;
  height: 180px;
  z-index: 1000;
}
.left-banner .banner-relative{
  position:relative;
  width:100%;
  height:100%;
} 
.left-banner img{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.banner-close{
  position:absolute;
  top: -5px;
  right: -5px;
  width: 32px;
  height: 32px;
  cursor:pointer;
  z-index:11;
}

footer.footer {
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #585961;
  color: #fff;
}
footer.footer .inner {
  display: flex;
  flex-flow: wrap;
  margin: 0 auto 50px;
  justify-content: center;
  flex-wrap: wrap;
}
footer.footer .company-inner {
  width: 40%;
}
footer.footer .menu-ft {
  width: 60%;
  display: flex;
  flex-flow: wrap;
  margin: 0 auto 50px;
  justify-content: center;
  flex-wrap: wrap;
}
footer.footer .menu-ft ul {
  flex: 1 1 calc(33% - 10px); /* 各要素を25%幅で配置（-10pxはマージン調整用） */
  margin: 2px; /* 要素間に隙間をつける */
}
footer.footer .menu-ft ul li {
  font-size: 14px;
  border-left: 1px solid #fff;
  height:26px;
  padding-left: 20px;
}
footer.footer .menu-ft ul li:last-of-type {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
footer.footer .company {
  text-align: left;
}
footer.footer .company img {
  margin-bottom: 10px;
}
footer.footer .company .company-name {
  margin-bottom: 10px;
	font-family: "title", sans-serif;
}
footer.footer .company .address {
  font-size: 13px;
}
footer.footer .sns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
footer.footer .sns .sns-icon {
  margin-right: 50px;
}
footer.footer .sns .sns-icon:last-of-type {
  margin-right: 0;
}
footer.footer .scrollTop {
  cursor: pointer;
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}
footer.footer .contact_icon {
  cursor: pointer;
  display: none;
  position: fixed;
  right: 0px;
  bottom: 80px;
  background: #fff;
  border-radius: 20px 0 0 20px;
  z-index: 999;
  width: 70px;
  box-shadow: 0px 3px 6px #00000029;
  padding: 30px 0;
}
footer.footer .contact_icon img {
  margin: 0 auto;
  width: 50px;
}
footer.footer .contact_icon img.line {
  margin-top: 15px;
}
footer.footer .contact_icon ul {
}
footer.footer .contact_icon ul li {
}
footer.footer .contact_icon ul li a {
  text-align: center;
  margin-top: 20px;
}
footer.footer .contact_icon ul li a svg {
  width: 30px;
}
footer.footer .contact_icon ul li a svg path {
  fill: #585961;
}
footer.footer .sns .sns-icon:hover path,
footer.footer .sns .sns-icon:hover circle,
footer.footer .contact_icon ul li a:hover svg path {
  fill: #e87492;
	background: linear-gradient(to right, #e87492 33%, #f2b630 33% 66%, #62b1dd 66%);
  transition: .3s;
}
footer.footer .scrollTop.is-show {
  display: flex;
}
footer.footer .copyright {
  margin-top: 50px;
  text-align: center;
}
footer.footer .copyright a {
  display: inline-block;
}
footer.foot-deco {
  /*background: url("../images/img_triangle.svg") repeat-x;*/
  width: 100%;
  height: 18px;
}
footer.footer .bottom-shop {
  margin: 0 auto;
  padding: 15px;
  width: 100%;
  display: none;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
}
footer.footer .bottom-shop a {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  font-size: 18px;
  justify-content: center;
  background-color: #532C19;
  padding: 15px 0;
}
footer.footer .bottom-shop a img {
  margin-right: 10px;
}
footer.footer .under-link {
  text-align: center;
}
footer.footer .under-link a {
  font-size: 16px;
  margin: 50px 20px;
}
#wpadminbar {
	display: none;
}


@media (max-width: 959px) {
  
  footer.footer .company-inner {
    width: 100%;
  }
  footer.footer .menu-ft {
    width: 100%;
  }
  footer.footer .menu-ft ul {
    flex: 1 1 calc(100% - 10px); /* 各要素を25%幅で配置（-10pxはマージン調整用） */
    margin: 2px; /* 要素間に隙間をつける */
  }
  
	footer.footer .menu-ft ul {
		display: block;
	}
	footer.footer .menu-ft ul li {
		width: 100%;
		font-size: 18px;
		border-right: none;
		border-bottom: 0px solid #fff;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 0px;
		margin-bottom: 0px;
		height: 40px;
		text-align: left;
	}
  footer.footer .sns {
    width: 75%;
    margin: 30px auto;
  }
	footer.footer .menu-ft ul li:last-of-type {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
		margin-right: auto;
	}
	footer.footer .scrollTop {
		right: -22px;
		bottom: 30px;
		z-index: 999;
	}
	footer.footer .scrollTop img {
		width: 60%;
	}
	footer.footer .scrollTop.is-show {
		display: flex;
		width: 10%;
	}
	footer.footer .bottom-shop {
		display: block;
	}
	footer.footer .contact_icon {
    bottom: 90px;
		right: 10px;
  }
  footer.footer .contact_icon img {
    width: 100px;
  }
}


.post-categories {
	display: flex;
}
.post-categories li:not(:last-of-type) {
	margin-right: 10px;
}
.post-categories a {
	padding: 1px 10px;
	background-color: #f2b630;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	border-radius: 30px;
}
.post-categories a:hover {
	background-color: #212a2f;
}

#page-title {
  padding-top: 120px;
  text-align: center;
  margin-bottom: 50px;
}
#page-title h2 {
  color: #F46195;
  padding: 0px !important;
  position: relative;
}
#page-title h2::before {
  content: ""; /* 空の要素を生成 */
  display: inline-block; /* 要素をインラインブロックで表示 */
  background-image: url('../images/menu-h2.svg'); /* SVGコード */
  background-size: contain; /* 画像を要素にフィットさせる */
  background-repeat: no-repeat; /* 繰り返しを防ぐ */
  background-position: center; /* 要素内で中央に配置 */
  position: absolute;
  text-align: center;
  width: 1200px;
  height: 14px;
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  padding: 0 !important; 
}
@media (max-width: 959px) {
  #archive #page-title {
    padding-top: 120px;
    text-align: center;
    margin-bottom: 0px;
  }
  #page-title h2::before {
    width: 90% !important;
  }
}
#page-title em {
  padding-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  color: #97979B;
}
@media (max-width: 768px) {
  .left-banner {
    bottom: 5px;
    left: 5px;
    width: 140px;
    height: 140px;
  }
}

