@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

.sponsor-section, .exhibitor-section {
    padding: 30px 20px;
    margin-bottom: 40px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sponsor-section h2, .exhibitor-section h2 {
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 30px;
}

.sponsor-logos,
.exhibitor-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.sponsor-logos a,
.exhibitor-logos a {
    display: block;
    width: 200px; /* 幅を統一 */
    height: 80px;  /* 高さを統一 */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
    transition: transform 0.2s ease;
}

.sponsor-logos a:hover,
.exhibitor-logos a:hover {
    transform: scale(1.05);
}

.sponsor-logos img,
.exhibitor-logos img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.social-links-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 25px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.social-intro {
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.social-button {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.social-button img {
  width: 24px;
  height: 24px;
}

.social-button:hover {
  background-color: #eaeaea;
}

.x-link {
  border: 1px solid #000;
}

.fb-link {
  border: 1px solid #3b5998;
}
