@charset "UTF-8";
/*
Theme Name: 岡崎葵ライオンズクラブ
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: クラフトワークス株式会社
Author URI: http://craftworks.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/


.footer-widget-section-pc {
  background-color: #103782;
}





.footer-info-container {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 60px 0;
}

.footer-logo-visible-pc {
  display: block;
}
.footer-logo-visible-sp {
  display: none;
}

.footer-info-container a {
  color: #fff;
  text-decoration: none;
}
.footer-info {
  
}
.footer-nav {
  display: flex;
  justify-content: space-between;
}
.footer-nav-item {
  width: 230px;
}
.footer-nav-heading a {
  display: block;
  width: 100%;
}
.footer-nav-item:first-child {
  margin-right: 50px;
}
.footer-logo img {
  max-width: 270px;
  margin-bottom: 15px;
  line-height: 0;
}
.footer-info-wrap {
  margin-left: 5px;
}
.footer-address {
  margin-bottom: 20px;
}
.footer-tel-br {
  display: none;
}
.footer-fax {
  margin-left: 1em;
}
.chiku {
  margin-bottom: 30px;
}
.chiku p {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #ffc601;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.footer-address p {
  font-size: 14px;
}
.footer-sns-wrap {
  display: flex;
}

p.footer-sns-instagram {
  background-image: url("https://ceramika-blog.jp/wp-content/uploads/2025/11/footer_icon_instagram.png");
  margin-right: 15px;
}
p.footer-sns-facebook {
  background-image: url("https://ceramika-blog.jp/wp-content/uploads/2025/11/footer_icon_facebook.png");
}
p.footer-sns-instagram,
p.footer-sns-facebook {
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 0 0 0 25px;
  background-repeat: no-repeat;
  background-position: 0 2px;
  transition: 0.3s ease-in-out;
}
.footer-nav a,
p.footer-sns-instagram a,
p.footer-sns-facebook a {
  transition: 0.3s ease-in-out;
}

.footer-nav a:hover,
p.footer-sns-instagram a:hover,
p.footer-sns-facebook a:hover {
  color: #ffc601;
}
p.footer-sns-instagram:hover {
  background-image: url("https://ceramika-blog.jp/wp-content/uploads/2025/11/footer_icon_instagram_hover.png");
}
p.footer-sns-facebook:hover {
  background-image: url("https://ceramika-blog.jp/wp-content/uploads/2025/11/footer_icon_facebook_hover.png");
}

.footer-nav-heading {
  border-bottom: 1px solid #a6a6a6;
  font-size: 14px;
  font-weight: 300;
  padding: 0 0 5px 0;
  margin-bottom: 10px;
}

.panel {
  font-size: 14px;
  margin: 0 0 20px 0;
  padding: 0;
}

.arrow_r li {
  position: relative;
  display: block;
  padding-left: 16px;
  margin-bottom: 5px;
}
.arrow_r li:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #ffc601;
  border-right: solid 1px #ffc601;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/*
-------------------------------------------------------------*/

@media (max-width: 1260px) {
.footer-info-container {
  padding: 60px 15px;
}
}

/*
-------------------------------------------------------------*/

@media (max-width: 980px) {
.footer-info-container {
  flex-direction: column-reverse;
}
.footer-info {
  text-align: center;
}
.footer-sns-wrap {
  justify-content: center;
}
.footer-logo-visible-pc {
  display: none;
}
.footer-logo-visible-sp {
  display: block;
}
.footer-logo img {
  margin: 0 auto 15px;
}
.footer-nav {
  flex-direction: column;
  margin-bottom: 50px;
}
.footer-nav-item {
  width: 100%;
}

.accordion {
  cursor: pointer;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.panel {
  list-style-type: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
  margin: 0;
  padding: 0;
}
.panel li {
  margin: 10px;
}

.symbol {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.symbol span {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 1px;
  transition: all 0.4s ease;
}
.symbol span:nth-of-type(1) {
  transform: translateX(15px);
}
.symbol span:nth-of-type(2) {
  transform: rotate(-90deg);
}

.accordion.active .symbol span:nth-of-type(2) {
  transform: rotate(0deg);
}

}

/*
-------------------------------------------------------------*/

@media (max-width: 480px) {
.footer-tel-br {
  display: block;
}
.footer-fax {
  margin-left: 0;
}
}



