/* CSS Document 制作者：寺嶋 */

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

body{outline:3px solid hotpink !important;}
*,
::before,
::after{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol{
  list-style: none;
}

a {
  color: inherit;
	text-decoration:none;
}

body {
  font-family: sans-serif;
  font-size: 1rem;
  color: #000;
  line-height: 1;
  background-color: #fff;
}

img {
  max-width: 100%;
}

/* ヘッダー */

.header-inner {
  max-width: 1200px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toggle-menu-button {
  display: none;
}

.header-logo {
  display: block;
  width: 200px;
}

.site-menu ul {
  display: flex;
}

.site-menu ul li{
  margin-left: 20px;
  margin-right: 20px;
}

.site-menu ul li a {
  font-weight: 700;
  font-style: normal;
}

/* メイン */
.main{
  margin-bottom: 20px;
}

/* フッター */
.footer {
  color: #fff;
  background: #3B5D45;
  padding-top: 30px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo {
  display: block;
  width: 255px;
  margin-top: 90px;
}

.footer-tel {
  font-size: 26px;
  font-weight: bold;
  margin-top: 2rem;
}

.footer-info {
  font-size: 13px;
  margin-top: 1rem;
}

.copyright {
  font-size: 14px;
  font-weight: bold;
  margin-top: 90px;
}

.sns-menu ul {
  display: flex;
}

.sns-menu ul li{
  margin-top: 3rem;
  margin-left: 20px;
  margin-right: 20px;
}

.sns-menu ul li img{
  width: 80px;
  margin-top: 20px;
}

/* バックトップ */
#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: rgba(0,0,0,0.5);
  color: white;
  border: 1px solid #666;
  padding: 12px 16px;
  border-radius: 1rem;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  z-index: 999;
}

#backToTop:hover {
  background-color: #555;
}


/* レスポンシブ */
@media (max-width: 800px) {
  .site-menu ul {
    display: block;
    text-align: center;
  }

  .site-menu li {
    margin-top: 20px;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 80px;
    z-index: 10;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }

  .header-inner {
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    position: relative;
  }

  .header-logo {
    width: 40%;
  }

  .header-site-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #fff;
    background-color: #5E4B3A;
    padding-top: 30px;
    padding-bottom: 50px;
    display: none;
  }

  .header-site-menu.is-show {
    display: block;
  }

  .toggle-menu-button {
    display: block;
    width: 44px;
    height: 34px;
    background-image: url(../images/icon-menu.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
  }

  .main {
    padding-top: 80px;
  }

  .footer-logo {
    margin-top: 60px;
    width: 40%;
  }

  .footer-tel {
    font-size: 1.5rem;
  }

  .sns-menu ul li img{
  width: 60px;
}

  .copyright {
    margin-top: 50px;
  }

} 

/* WordPress標準のul.menuにも同じスタイルを適用 */
.site-menu ul.menu { display: flex; }
.site-menu ul.menu li { margin-left:20px; margin-right:20px; }
.site-menu ul.menu li a { font-weight:700; font-style:normal; }

.link-button-area { text-align: center; margin-top: 40px; }

.link-botteon {
  background-color: #000;
  color: #fff;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
}

.link-botteon:hover { background-color: #333; }