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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*
html {
  scroll-behavior: smooth;
}
.is-sp{
	display:none;
}
.page-id-515{
	font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
.el-mainvisual{
  width: 80%;
  margin:0 auto;
	margin-top:3%;
	max-width:1256px;
}
.el-mainvisual img{
  width: 100%;
}
.el-header-menu a{
	text-decoration:none !important;
	color:#1f2933;
}
.el-header-menu a:hover{
	color:#1fa2d6;
	opacity:0.7;
}
.el-front-header{
  background-color: white;
  padding: 1% 0%;
}
.el-front-header.el-site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  padding: 1% 0%;
  box-sizing: border-box;
}

.el-body {
  padding-top:5%;
}

.el-header-inner{
  width: 90%;
  margin: 0 auto;
  display: flex;
	justify-content:space-between;
	max-width:1256px;
}
.el-logo{
  width: 22%;
}
.el-logo img{
  width: 100%;
}
.el-menu-order-form{
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.global-nav{
  width: 60%;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.el-header-menu ul{
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  width: 100%;
  align-items: center;
}
.el-header-menu{
  display: flex;
  justify-content: space-between;
  width: 100%;
	padding-left:0%;
	
}
.el-order-form-button{
  background: linear-gradient(135deg, #82d6da 0%, #0030a1 100%);
  border-radius: 5%;
  padding: 1% 2%;
  color: white;
  width: 20%;
  display: flex;
	text-decoration:none;
  justify-content: center;
	align-items:center;
}
.el-order-form-button:hover{
	color:white;
	opacity:0.7;
}
.el-frontpage-container{
  background-color: white;
  width:80%;
  margin: 0 auto;
  padding: 2% 3%;
  margin-top: 3%;
  margin-bottom: 3%;
	max-width:1256px;
}
.el-footer-inner{
	max-width:1256px;
	width:60%;
	margin:0 auto;
}
.el-box-message{
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #1fa2d6;
  margin-bottom: 3%;
}
.el-box-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.el-box{
  width: 30%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5%;
}
.el-box img{
  width: 100%;
  margin-bottom: 3%;
  height: 25vh;
  object-fit: cover;
}
.el-box-text{
  display: flex;
  flex-direction: column;
}
.el-box-title{
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1%;
  text-align: center;
  color: #1fa2d6;

}
.el-box-button{
  color: white;
  background: linear-gradient(135deg, #82d6da 0%, #0030a1 100%);
  margin: 0 auto;
  margin-top: 3%;
  border-radius: 5px;
  text-align: center;
  width: 60%;
  padding: 2% 0%;
	text-decoration:none;
}
.el-box-button:hover{
	color:white;
	opacity:0.7;
}
.article {
  width: 90%;
  margin: 0 auto;
  padding: 2%;
  background-color: white;
}
.entry-title{
  color: white;
  text-align: center;
  background: linear-gradient(135deg, #82d6da 0%, #0030a1 100%);
  padding: 2%;
}
.article h2{
  background-color: ;
}

.crew-training-blog-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.crew-training-blog-item {
  display: flex;
  gap: 5%;
  align-items: flex-start;
}

.crew-training-blog-thumb {
  width: 30%;
}

.crew-training-blog-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.crew-training-blog-content {
  width: 65%;
}

.crew-training-blog-date {
  font-size: 14px;
  color: #666;
  display: block;
  margin-bottom: 6px;
}

.crew-training-blog-title {
  font-size: 20px;
  margin: 0 0 10px;
}

.crew-training-blog-title a {
  color: #222;
  text-decoration: none;
}

.crew-training-blog-title a:hover {
  text-decoration: underline;
}

.crew-training-blog-excerpt {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}
.crew-training-blog-title{
  font-weight: bold;
}
.crew-training-blog-title a{
  color: #1fa2d6;
}
*/
/* スマホ対応 */
/*
@media screen and (max-width: 768px) {
  .crew-training-blog-item {
    flex-direction: column;
  }

  .crew-training-blog-thumb,
  .crew-training-blog-content {
    width: 100%;
  }
}
.el-site-footer{
  background-color: white;
  display: flex;
    flex-direction: column;
}
.el-footer-logo{
  width: 20%;
  margin:3% auto;
}
.el-footer-logo img{
  width: 100%;
}
.el-footer-menu ul{
  padding-left: 0%;
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}
.copyright{
  margin-top: 3%;
  text-align: center;
}
.el-banner{
  width: 60%;
}
.el-banner img{
  width: 100%;
}
.el-header-menu li{
  display: flex;
  align-items: center;
  justify-content: center;
}
*/
/* ===== ハンバーガーボタン ===== */
/*
.el-hamburger {
  display: none;
  width: 32px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1200;
}

.el-hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #333;
  transition: 0.3s;
}

.el-hamburger span:nth-child(1) { top: 0; }
.el-hamburger span:nth-child(2) { top: 10px; }
.el-hamburger span:nth-child(3) { bottom: 0; }

.el-hamburger.is-open span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}
.el-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.el-hamburger.is-open span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 11px;
}
.el-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
.el-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
body.is-fixed {
  overflow: hidden;
}
*/
/* ===== 固定ページ装飾 ===== */
/*
.wp-block-button__link{
	background-color:#e9b308 !important;
	color:white !important;
}
.fz-28px{
	color:white;
}
h2.has-background{
	background-color:#1fa2d6 !important;
	color:white !important;
}
h3.has-background{
	background-color:#7CC9E8 !important;
}
.el-footer-menu li{
	list-style:none;
}
.el-footer-menu li a{
	text-decoration:none;
	color:#1f2933;
	font-weight:bold;
}
.el-footer-menu li a:hover{
	color:#1967d2;
}
.el-footer-menu{
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	padding-left:0px;
}
.el-fixed-footer{
	display:none;
}

@media screen and (max-width: 1024px){
	.el-mainvisual{
		width:90%;	
	}
	.el-frontpage-container{
		width:90%;
	}
	.el-box{
		width:100%;
	}
	.el-order-form-button{
		width:25%;
	}
	.el-box-button{
		width:40%;
	}
	.el-banner{
		width:100%;
	}
	.el-footer-inner{
		width:90%;
		}
}
@media screen and (max-width: 599px){
	.is-sp{
		display:flex;
	}
	.el-box-title{
		font-size:1rem;	
	}
	.el-box-description{
		font-size:0.8rem;
	}
	.el-footer-menu{
		font-size:0.8rem;
	}
	.copyright{
		font-size:0.8rem;
	}
	.el-footer-logo{
		width:50%;
	}
	.el-box-button{
		width:60%;
	}
	.fz-28px{
		font-size:16px;
	}
	.el-fixed-footer {
	  position: fixed;
	  bottom: 2%;
	  left: 50%;
	  transform: translateX(-50%);
	  width: 100%;
	  padding: 1.5% 0%;
	  background:transparent;
	  z-index: 1000;
		display:flex;
		justify-content:center;
		align-items:center;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}
	.el-fixed-footer a{
		width:80%;
		margin:0 auto;
	}
	.el-fixed-footer.is-hidden {
	  opacity: 0;
	  visibility: hidden;
	  pointer-events: none;
	}
	.el-hamburger {
    display: block;
  }

  .el-menu-order-form {
    position: fixed;
	  top:0;
	  right:0;
	height:100vh;
    background: #fff;
	width:100%;
	  transform: translateX(100%);
    transition: 0.3s;
    z-index: 1100;
	  flex-direction:column;
	  padding-top:15%;
  }
	.el-box-message{
		font-size:1.2rem;
	}
  .el-menu-order-form.is-open {
    transform: translateX(0);
  }

  .el-header-menu {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
	.el-header-inner{
		align-items:center;
	}
	.el-header-inner .el-order-form-button{
		display:none;
	}
	.el-logo{
		width:50%;
	}
	.global-nav{
		width:100%;
	}
	.fz-24px{
		font-size:1.2rem;	
	}
	.fz-20px{
		font-size:1.1rem;	
	}
}
*/
/* ===== ブログ記事装飾（クライアント様用） ===== */
