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

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/


a > img {
	transition: all 0.25s 0s ease;
}
a > img:hover {
	opacity: 0.7;
}


@media screen and (max-width: 834px){
	.pc {
		display:none !important;
	}
}

@media screen and (min-width: 835px){
	.sp {
		display:none !important;
	}
}



.white_table {
	width: 100%!important;
	padding: 0;
	margin: 0!important;
}
.white_table tr, .white_table td {
	border: none!important;
	background-color: transparent!important;
	padding: 0;
}




.entry-title, .archive-title {
	margin: 40px 20px;
}
.sidebar h2, .sidebar h3 {
	background-color: #e3f1e2;
}


body {
	background-repeat: repeat;
	background-size: auto;
}
body.page .date-tags {
	display: none;
}



div#container > div#content {
	margin-top: 0;
}
main.main {
	padding-top: 0;
}



#header-container #header-container-in {
	position: relative;
}
#header-container #header-container-in.header-container-in2 {
	min-height: auto;
}
#header-container #header-container-in #description {
	font-size: 12px;
	margin: 0 16px;
	padding: 4px 1em 0 1em;
}
.header-container {
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 1024px){
	.header-container2 {
		box-shadow: none;
	}
}
.header-container2 {
	position: relative;
	z-index: 3;
}
.logo-header img {
	max-height: none !important;
}

.header-container-in.hlt-top-menu {
	flex-direction: column;
	align-items: normal;
}

.header-container-in.hlt-top-menu .logo-header {
	max-height: none !important;
	text-align: left;
}
.header-container-in.hlt-top-menu .site-name-text-link {
	display: inline-block;
}
.header-container-in.hlt-top-menu.hlt-tm-small .logo-header {
	display: inline-flex;
	text-align: left;
}
header#header {
	margin-top: auto;
}
header#header {
	display: none;
}
header#header.header2 {
	display: block;
	margin-top: 6px;
	margin-bottom: 8px;
}
.header-in {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: start;
	text-align: center;
}
.header-in .siteHeader_sub {
	text-align: left;
	display: inline-flex;
	margin-left: auto;
	padding: 0 1em;
	max-width: 100%;
}
@media (max-width:441px) {
	.header-in .siteHeader_sub {
		display: block;
		padding-top: 0.5em;
		padding-bottom: 1em;
	}
	.siteHeader_sub .contact_txt {
		margin: 0 auto;
	}
	.siteHeader_sub .contact_btn {
		padding-left: 0 !important;
		margin: 0 auto;
	}
}

.siteHeader_sub p .contact_txt_tel {
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 1em;
	white-space: nowrap;
}
.siteHeader_sub p span {
  display: block;
}
.veu_color_txt_key {
  color: var(--key-color-1);
}
.fa-phone-square::before, .fa-square-phone::before {
  content: "\f098";
}
.siteHeader_sub p .contact_txt_tel_icon {
  margin-right: .3rem;
}
.siteHeader_sub p .contact_txt_catch, .siteHeader_sub p .contact_txt_time {
  font-size: 11px;
  margin-top: 3px;
}
.siteHeader_sub .contact_btn {
  display: flex;
  padding-left: 2em;
  justify-content: center;
  align-items: center;
}
.siteHeader_sub .contact_btn a {
  height: auto;
  display: block;
  box-sizing: border-box;
  align-items: center;
  padding: .8em 1.5em;
  margin: 2px 0 2px;
  font-size: 14px;
  text-align: center;
}
.wp-block-search__button, .btn-primary {
  background-color: var(--key-color-1) !important;
  border-color: var(--key-color-2) !important;
}
.btn {
  white-space: normal;
}
.btn-primary {
  color: #fff !important;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	white-space: nowrap;
}

.siteHeader_sub .contact_btn a i, .siteHeader_sub .contact_btn a svg {
  margin-right: 7px;
}
.header-container-in.hlt-top-menu.hlt-tm-small .site-name-text-link {
  margin: 0 0;
}
.header-container-in.hlt-top-menu.hlt-tm-small .logo-header img {
	max-height: 54px !important;
	height: 100%;
	width: auto;
	padding: 4px 0 12px 0;
	box-sizing: content-box;
}



.contact_layout {
	display: inline-block;
	text-align: center;
	line-height: 1.35;
	margin: 0 0 0 0;
}
.contact_txt {
	display: inline-flex;
	flex-flow: column;
/*
	max-width: 34em;
	border-radius: 3px;
	background-color: rgba( 0,0,0,0.02);
	border: 3px solid rgba(0,0,0,0.07);
	margin: 0 auto;
	padding: 1.4em 0;
*/
}

.contact_txt_tel {
	color: #ffaa00;
	font-size: 161%;
	font-weight: 700;
}
.contact_txt_tel i {
	font-size: 86%;
	vertical-align: top;
	display: inline-block;
	padding: 0.2em 0.2em 0 0;
}
.contact_txt_time {
	font-size: 78%;
}

@media screen and (max-width: 834px){
	.header-in {
		flex-direction: column;
		align-items: center;
	}
	.header-in .siteHeader_sub {
		margin-left: 0;
	}

	#header-container #header-container-in #description {
		font-size: 3vw;
		line-height: 1.4;
		margin: 0;
		padding: 0 3.5% 0 3.5%;
	}
	.header-container-in.hlt-top-menu.hlt-tm-small .logo-header {
		width: 100%;
	}
	.header-container-in.hlt-top-menu.hlt-tm-small .logo-header a {
		width: 100%;
		padding: 0 5% 0 2.5%;
	}
	.header-container-in.hlt-top-menu.hlt-tm-small .logo-header span {
		width: 100%;
	}
	.header-container-in.hlt-top-menu.hlt-tm-small .logo-header img {
		width: 100%;
		max-height: none !important;
	}

	.header-in .siteHeader_sub {
		font-size: 4.4vw;
	}
}

/* ヘッダーメニュー */
.navi-in > ul li {
	width: 20%;
}
.navi-in a:hover {
	background-color: #eaeef0;
	transition: all 0.3s ease-in-out;
	color: var(--cocoon-text-color);
}
.navi-in .menu-top > .current-menu-item > a {
	background-color: #eaeef0;
	color: var(--cocoon-text-color);
}
.navi-in .menu-top > .current-menu-parent > a {
	background-color: #eaeef0;
	color: var(--cocoon-text-color);
}

@media screen and (max-width: 1023px) {
	#navi .navi-in > .menu-mobile li {
		width: 20%;
		height: 6.5vw;
	}
	#navi .navi-in > .menu-mobile > .menu-item-has-description > a > .caption-wrap {
		height: auto;
		line-height: 1.4;
	}
}
@media screen and (max-width: 834px) {
	#navi .navi-in > .menu-mobile li {
		width: 33%;
		height: 12.5vw;
	}
	#navi .navi-in > .menu-mobile li a {
		font-size: 3.2vw;
	}
}

/* 内容 */
@media screen and (min-width: 835px){
.content-in {
	background-color: var(--cocoon-white-color);
}
}
@media screen and (max-width: 834px){
	main.main {
		padding-top: 1px;
		margin: 10px auto !important;
		width: calc(100% - 20px) !important;
	}
}


/* サイドバー */
.sidebar_title {
	font-size: 18px;
	padding: 0.4em 0 0.4em 0.7em !important;
}
.sidebar_text1 {
	font-size: 15px;
	padding: 0 0 0 0.5em;
}
.sidebar_text2 {
	margin: 1em 0;
	text-align: center;
}
@media screen and (max-width: 1023px) {
	.sidebar_title {
		font-size: 4vw;
		padding: 0.4em 0 0.4em 0.7em !important;
		margin-bottom: 6vw !important;
	}
	div.sidebar .sidebar_text1 {
		display: none;
	}
	.sidebar_text2 img {
		width: 40%;
		height: auto;
	}
}
@media screen and (max-width: 834px) {
	.sidebar_text2 img {
		width: 55%;
		height: auto;
	}
	.footer-widgets {
		display: block;
	}
}




/* フッター */
footer #footer-in {
	
}
.body .footer-left .widget {
	margin-bottom: 0;
}
.footer-widgets .footer-center {
	display: none;
}
.footer-widgets .footer-right {
	display: none;
}
.footer_layout {
	text-align: center;
}
#footer_contact_layout {
	font-size: 24px;
}


/* アクセントカラー */
.footer-widgets .footer_layout {
   margin: 2em auto; /* 外側余白 */
   padding: 1.3em 1em; /* 内側余白 */
   border: 3px solid #eee; /* ベースの実線 */
   position: relative; /* 配置（基準） */
   z-index: 0; /* 重なり順 */
   max-width: 700px; /* 最大幅 */
}

.footer-widgets .footer_layout:before {
   border-top: 3px solid #83AA82; /* 上辺の線の色（#8293AA） */
   border-left: 3px solid #83AA82; /* 左辺の線の色（#8293AA） */
   content: ''; /* 擬似要素にコンテンツなし */
   display: block; /* 擬似要素をブロック表示 */
   position: absolute; /* 配置（位置を指定） */
   top: -3px; /* 上から-3pxずらす */
   left: -3px; /* 左から-3pxずらす */
   width: 20px; /* 幅20px */
   height: 20px; /* 高さ20px */
   z-index: 1; /* 重なり順（前面に表示） */
}

/* ボックス内の段落 */
.cstm-box-corner-accent p { margin:0; }



@media screen and (max-width: 834px) {
	.footer_layout_left {
		font-size: 3.8vw;
	}
	#footer_contact_layout {
		font-size: 4.4vw;
	}
	.navi-footer-in > .menu-footer li.menu-item a {
		font-size: 3.2vw;
	}
}




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

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

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