@charset "UTF-8";

/*!
Theme Name: ika2025
Template:   cocoon-master
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body{
	background-color:#fff;
}
/*header*/
.header-in {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: row;
}

.tagline{
	display:none;
}
.logo {
	text-align: left;
	margin-left: 2%;
}

.logo-text {
	width:70%;
	padding: 0;
	position: relative;

}
#header .site-name-text{
	font-size: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
}

.sns-buttons-header .sns-buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-end;
	margin-top: 0;
	margin-right: 8%;
	margin-bottom: 0;
}

.sns-follow-buttons a {
	width: 4vw;
	max-width: 35px;
	min-width: 25px;
	height: 4vw;
	max-height: 35px;
	min-height: 25px;
	font-size: clamp(0.938rem, 0.597rem + 1.7vw, 1.875rem);
	align-items: center;
}
.sns-button.follow-button.website-button.website-follow-button-sq{
	display:none;
}

.sns-buttons-header{
	width:30%;
	position: relative;
	
}

/*header menu*/
.navi-in > ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	text-align: center;
	flex-direction: row;
	justify-content: flex-start;
}
#navi .navi-in>ul>li>a {
	padding: 0 1em 0 0;
}
.menu-top.menu-header.menu-pc{
	margin-left: 3.5%;
}

.menu-top .menu-header .menu-pc{
	position: relative;
	left: 1%;
}
.text-pc{
	margin-left:3.5%;
}
/*記事デザイン*/
.blogcard-thumbnail img, .card-thumb img {
	aspect-ratio: auto;
	object-fit: cover;
}
.carousel-entry-card-thumb, .related-entry-card-thumb, .widget-entry-card-thumb, .entry-card-thumb {
	float: none;
	margin-top: 3px;
	position: relative;
	margin-bottom: 0.4em;
}
.entry-card-thumb {
	width: 100%;
}
.entry-card-content {
	margin-left: 0;
}
.list {
	display: flex;
	flex-direction: column;
	row-gap: 1em;
	align-items: center;
	flex-wrap: nowrap;
}
@media screen and (max-width: 1255px) {
	.entry-card-thumb {
		width: 100%;
	}
}
/*footer*/
.copyright {
  margin-top: 20px;
}
/*footer menu*/

.footer-sns-menu {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	top: -1rem;
	border-image: linear-gradient(#ffffff, #ffffff) fill 0 / / 0 100vw 0 100vw;
}
.menu{
	margin-left: 1%;
}

.menu ul{
	padding: 0px;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	text-align: center;
	flex-direction: row;
	justify-content: flex-start;
}
.menu ul .page_item a {
	padding: 0 1em;
	color: #000;
}

.sns-follow.bc-brand-color.fbc-hide{
	margin-left: 3%;
}

.sns-buttons-footer .sns-buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	column-gap: 6px;
}

.sns-buttons {
	margin-top: 0;
	margin-bottom: 1em;
}

.footer-bottom-logo {
	margin-top: 10px;
	margin-left: 2%;
	position:relative; 
	float:none;
}

.footer-site-title{
    width: 100%;
    font-size:clamp(1.563rem, 1.108rem + 2.27vw, 2.813rem);
    color:#fff;
  }

.footer-bottom-content{
	float: left;
	color: #fff;
	position: relative;
	top: -1.5rem;
	margin-left: 2%;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
@media screen and (max-width: 1023px) {
.navi-in .menu-pc {
	display: flex
;
}}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.menu-top.menu-header.menu-pc {
	margin-left: 6.5%;
}
	
.menu ul .page_item a {
	padding: 0 1em 0 0.4rem;
}
}
