@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
*/

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

.header-container-in.hlt-top-menu .logo-header img {
	max-height: 110px;}

.footer-bottom-logo img {
    height: 50px;
    max-width: 170px;
}

.p-footer__services {
  margin-bottom: 24px;
  text-align: center;
}

.p-footer__services-title {
    font-size: 1.2rem;
    color: #f3fafe;
    background-color: #298d3c;
    margin: 0 0 20px;
    padding: 10px;
    font-weight: 600;
}

.p-footer__services-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 20px;
}

.p-footer__services-list a {
    color: #f3fafe;
    font-size: 1rem;
    text-decoration: none;
    background-color: #ff9303;
    padding: 8px 15px;
    border-radius: 20px;
	    transition: background-color 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.p-footer__services-list a:hover {
    color: #f3fafe;
    background-color: #ffc776;
}

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

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

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