:root {
	--cocoon-link-color: #3c43a8;
	--cocoon-linkhover-color: #888aa3;
	--current-page-color: #3c43a8;
}

.entry-title {
display:none;
}

img {
	max-width:100%;
}

a:hover {
  color: var(--cocoon-linkhover-color);
}

/************************************
** グローバルメニュー
************************************/
.navi-in > ul {
	justify-content: right;
	margin-right: 16px;
}
header .logo-header img {
	padding: 8px 0;
}
@media screen and (max-width:1023px) {
	.menu-button-in img {
		padding: 5px 0;
	}
	.menu-content .menu-drawer {
		 padding: 0 0 30px;
	}
	.menu-close-button {
		text-align: right;
		padding-right: 15px;
		border-bottom: 2px solid #ddd;
	}
	.menu-content a {
		position: relative;
		color: var(--cocoon-link-color);
		border-bottom: 1px solid #eee;
	}
	.menu-content a:hover, .menu-drawer .sub-menu li:hover::before, .menu-content a:hover::after {
		color: var(--cocoon-linkhover-color);
	}
	.menu-drawer a {
		padding: 10px 6px 10px 13px;
	}
	.menu-content a::after {
		position: absolute;
		content: "〉";
		top: 50%;
		right: 1px;
		color: var(--cocoon-link-color);
		transform: translate(-50%, -50%);
		transition: all 0.3s ease-in-out;
	}
	.current_page_item>a, .sub-menu .current_page_item {
		border-left: 2px solid var(--cocoon-link-color);
	}
	.menu-drawer .sub-menu {
		padding-left: 0;
	}
	.menu-drawer .sub-menu li a {
		padding-left: 47px;
		background-color: #fcfcfc;
	}
	.menu-drawer .sub-menu li {
		position: relative;
	}
	.menu-drawer .sub-menu li::before {
		font-family: FontAwesome;
		content: "\f106";
		position: absolute;
		top: 50%;
		left: 37px;
		color: var(--cocoon-link-color);
		transform: translate(-50%, -50%) rotate(90deg);
		transition: all 0.3s ease-in-out;
		z-index: 10;
	}
}



.item-label {
	display: inline;
}
.current_page_item>a .item-label, .current_page_ancestor>a .item-label {
	border-bottom: 2px solid var(--current-page-color);
	padding: 0 3px 3px;
}

.breadcrumb-home a,
.breadcrumb-home .fa-home,
.breadcrumb-item a {
	color: var(--cocoon-link-color);
}
.breadcrumb-home a:hover,
.breadcrumb-item a:hover {
	color: var(--cocoon-linkhover-color);
}

.wp-block-image.size-full.is-style-rounded.has-lightbox{
	margin-bottom: 0;
}

/************************************
** 「ホーム」キービジュアル
************************************/
.entry-content {
	padding: 0 30px;
}
.eye_catch_box {
	position: relative;
	width: 100%;
	height: calc(100vw * 441 / 1240);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center 75%;
	color: #ffffff;
	text-shadow: 2px 2px 3px #333333;
}
.eye_catch_title {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	top: 50%;
	transform: translatey(-50%);
}
.eye_catch_box::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(100,100,100,.4)
}
.eye_catch_h1 {
	position: relative;
	text-align:center;
	margin: 0 0 calc(100vw * 17 / 1240);;
	font-size: calc(100vw * 41 / 1240);
	line-height: calc(100vw * 41 / 1240);
	z-index: 99;
}
.eye_catch_p {
	display: block;
	position: relative;
	text-align:center;
	font-size: calc(100vw * 20 / 1240);
	line-height: calc(100vw * 30 / 1240);
	z-index: 99;
}

.trainer_list, .store_list {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.trainer_box {
	width: calc(88%/3);
}
.trainer_box:nth-of-type(3n-1) {
	margin: 0 6% 5%;
}
.trainer_list .trainer_name {
	margin: 0;
	font-size: 1.2rem;
}
	@media screen and (min-width:1119px) {
	.eye_catch_box {
		height: 441px;
	}
	.eye_catch_h1 {
		font-size: 41px;
	}
	.eye_catch_p {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:720px) {
	.eye_catch_h1 {
	margin: 0 0 calc(100vw * 10 / 720);
	font-size: calc(100vw * 33 / 720);
	line-height: calc(100vw * 33 / 720);
}
.eye_catch_p {
	display: block;
	position: relative;
	text-align:center;
	font-size: calc(100vw * 18 / 720);
	line-height: calc(100vw * 26 / 720);
	z-index: 99;
}
	#breadcrumb, .breadcrumb  {
		display: none;
	}
	.entry-content {
		padding: 0 10px;
	}
	.trainer_box {
		width: calc(96%/2);
	}
	.trainer_box:nth-of-type(2n) {
		margin: 0 0% 4% 4%;
	}
}

@media screen and (max-width:470px) {
	.entry-content {
		padding: 0 10px;
	}
	.trainer_box {
		margin: 0 2% 3%;
		width: 100%;
	}
}

/************************************
** 固定ページ （プロフィール）
************************************/
#main_visual, #profile_container {
	margin: 0;
}
.trainer_list a img {
	border: solid 1px #eeeeee;
	transition: all ease .3s;
}
.trainer_list a img:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	transition: all ease .3s;
}
#profile_container p {
	margin: 0;
}
#profile_image img {
	max-width: 100%;
}
h1 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 3%;
}
#profile_container {
	display: flex;
	justify-content: space-between;
	height: auto;
	padding: 0 30px;
	max-width: 100%;
}
#profile_text {
	width: 67%;
}
#profile_image {
	position: relative;
	width: 30%;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
#profile_image > div {
	position:sticky;
	top: 10%;
	right: 10%;
	transform: translate(0%, -8%);
	width: 100%;
}
@media screen and (max-width:720px) {
	#profile_container {
		flex-wrap: wrap;
		padding: 0 10px;
	}
	#profile_text {
		width: 100%;
		order: 2;
	}
	#profile_image {
		width: 100%;
		order: 1;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	#profile_image .profile_sp_img {
		margin-bottom: 25px;
	}
}

/************************************
** 店舗情報ページ
************************************/
.es-widget-details-container-template {
	display:none;
}
.store_list a img {
	border-radius: 0 12px 12px 12px;
	box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.2);
	transition: all ease .3s;
}
.store_list a img:hover {
	box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.2);
	transition: all ease .3s;
}
.store_box {
	width: calc(88%/3);
	height: 20%;
	object-fit: cover;
}
.store_box img {
	width: 100%;
	height: 197px;
	object-fit: cover;
}
.store_box:nth-of-type(3n-1) {
	margin: 0 6% 5%;
}
#profile_container.store {
	display:block;
	padding:0;
}
#store_image {
	width: 100%;
}
#store_image img {
	object-fit: cover;
	width: 100%;
	height: 340px;
}
@media screen and (max-width:980px) {
	.store_box img {
		width: 100%;
		height: 160px;
		object-fit: cover;
	}
}
@media screen and (max-width:720px) {
	.store_box {
		width: calc(88%/2);
		height: 20%;
		object-fit: cover;
	}
	.store_box img {
		width: 100%;
		height: 190px;
		object-fit: cover;
	}
	.store_box:nth-of-type(3n-1) {
		margin: 0;
	}
	.store_box:nth-of-type(3n-2) {
		margin: 0 10% 5% 0;
	}
	#profile_container.store #profile_image {
		width: 100%;
		order: 1;
	}
	#profile_container.store #profile_text {
		width: 100%;
		order: 2;
	}
	#store_image img {
		height: 220px;
	}
}
@media screen and (max-width:470px) {
	#store_image img {
		height: 160px;
	}
	.store_box {
		width: calc(100%);
		height: 20%;
		object-fit: cover;
	}
	.store_box:nth-of-type(3n-1) {
		margin: 0;
	}
	.store_box:nth-of-type(3n-2) {
		margin: 0% ;
	}
}


/************************************
** 打消し  !important
************************************/
span.fa.fa-home.fa-fw:before {
	display:none;
  content: "パーソナルジム Woot!"!important;
}
.entry-content>*, .wp-block-image {
	margin-bottom: 3%!important;
}
.fa-file-o:before {
	content:'\f054'!important;
}
#search-menu-open {
	display: none;
}
/************************************
************************************/