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

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

/* 基本設定＜始まり＞*/

*, *::before, *::after {
	box-sizing: border-box;
}

.article h2 {
	background: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.article h3 {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.article h4 {
	border-top: none;
	border-bottom: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.article h5 {
	border-bottom: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.article h6 {
	border-bottom: none;
	padding: 0;
	font-weight: normal;
}

.article p {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.entry-title {
	display: none;
}

.entry-card .cat-label {
	display: none;
}

article {
	margin: 0 auto !important;
	padding: 0;
	margin: 0;
}
.wp-block-image {
  margin-bottom: 0;
}

.content-in {
	width: 100% !important;
}

.container {
	width: 100% !important;
	
}
.entry-content{
	margin: 0;
}
.footer {
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
	
}
/* 基本設定＜終わり＞*/
/* 基本ヘッダー設定 */
.article-header{
display: none;
}
#header-container{
position: fixed !important;
width: 100%;
	z-index: 1000;
	box-shadow: 0px 5px 5px rgba(34, 34, 34, 0.1);
}
#header-container-in{
width: 100%;
}
.header-in .site-name-text img{
	width: 300px;
}
#menu-item-131 .caption-wrap{
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#menu-item-131 .item-label{
	background: #000000;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 0px 24px 0px 16px;
	background-color: #EA5E02;
	text-align: center;
	clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
	line-height: 50px;
		transition: transform 0.3s ease-out;
}

#menu-item-131 .item-label:hover {
	transform: translateX(10px);
}

#menu-item-240{
	display: none;
}
#menu-item-303{
	display: none;
}
#menu-%e3%83%a2%e3%83%90%e3%82%a4%e3%83%ab%e3%83%98%e3%83%83%e3%83%80%e3%83%bc{
	z-index: 1000;
	position: fixed !important;
}
#navi-in ul li{
	width: 200px !important;
}
.mobile-header-menu-buttons{
	height: 60px;
	box-shadow: 1px 5px 0px #333333CC;
}
.mobile-header-menu-buttons img.site-logo-image{
	width: 300px !important;
}
@media screen and (max-width: 1023px){
	#header-container{
		display: none;
	}
}

/* コンテンツ */
// <uniquifier>: Use a unique and descriptive class name
.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
}
main {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.content{
	margin: 0;
	padding: 0;
	min-height: calc(100vh - 225.3px) !important;
}
#container {
	background-color: #fff;
	min-height: 100vh !important;
}
article {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.entry-content {
	margin: 0;
}
section {
	width: 100%;
	margin: 20px auto !important;
}

.section-wrapper {
	max-width: 1200px;
	margin: 0px auto !important;
}
/* ヘッダー */
.logo-header{
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo-menu-button{
	justify-content: flex-start !important;
}
.logo-menu-button a{
	margin-left: 10px;
}
.header-container-in .navi .item-label{
	font-family: "Noto Serif JP", serif;
	font-weight: 900 !important;
	font-size: 14px;
}
.site-name{
	display: flex !important;
}
/* フッター */
.footer {
	background-color: #EDEEEE;
}
.footer-widgets{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.footer-left{
width:100%;
}
.footer-top-contents{
	display: flex;
	align-items: center;
}
.footer-left .footer-top-logo{
	width: 300px;
}
.footer-left .footer-top-logo img{
	width: 300px;
}
.footer-left .footer-top-instagram img{
	margin-left: 20px;
	width: 36px;
}
#custom_html-2{
	margin-bottom: 0;
}
.footer-center{
width:100%;
	display: none;
}
.footer-middle-contents{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-middle-contents a{
	text-decoration: none;
	display: flex;
	align-items: center;
}
.footer-middle-contents a p{
	text-decoration: none !important;
	color: #6A6C6E;
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
}
.footer-middle-contents a img{
	height: 30px;
	margin: auto 0 auto 5px;
}
#custom_html-3{
	margin-bottom: 0;
}
#custom_html-4{
	margin-top: 0 !important;
}
.footer-right{
width:100%;
}
.footer-bottom-contents{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.footer-bottom-contents a{
	text-decoration: none;
	color: #6A6C6E;
	font-weight: 400 !important;
}
#custom_html-4{
	margin-top: 20px;
	margin-bottom: 0;
}
.footer-bottom{
	display: none;
}
/* タイトル */
.wp-block-heading-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
}
h1.wp-block-heading-h1 {
	font-size: 32px;
	color: #333;
	margin-bottom: 5px !important;
	font-weight: normal;
	text-align: center;
	font-weight: bold;
}
/* サブタイトル */
.wp-block-heading-sub-title {
	display: flex;
	align-items: center;
	max-width: 1200px;
}
.wp-block-heading-sub-title::before {
	content: '';
	display: inline-block;
	background-color: #EA5E02;
	height: 28px;
	width: 8px;
	margin-right: 12px;
}
h2.wp-block-heading-h2 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin: 0;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.footer-bottom-contents a:first-child, .footer-bottom-contents a:last-child{
		display: none;
	}
}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.footer-bottom-contents{
		flex-direction: column;
		gap: 0;
	}
}

@font-face {
    font-family: 'KaiShoTai'; /* 行書体 */
    src: url('https://kohinata-oem.go-ma.site/wp-content/uploads/csd-font/ackaisyo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HanaMoji'; /* 花文字 */
    src: url('https://kohinata-oem.go-ma.site/wp-content/uploads/csd-font/EnglishTowne.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'POP'; /* 創英角ポップ体 */
    src: url('https://kohinata-oem.go-ma.site/wp-content/uploads/csd-font/GenEiPOPle-Bk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}