@charset "utf-8";
/*
Template: jstorkse
Theme Name: STORK SE Child
Theme URI: https://open-cage.com/stork-se/
Version: 1.0.0
Author: opencage
Author URI: https://open-cage.com/
*/

.gf-min {
	font-family: "Hiragino Mincho ProN","Yu Mincho","MS PMincho",serif;
}

/* メニュー */
@media only screen and (min-width: 1167px) {
	.ul__g_nav > .menu-item {
		font-size: 100%;
	}
}
@media only screen and (min-width: 768px) {
	.ul__g_nav > .menu-item.stk-button-color1 > a {
		font-size: 115%;
	}
	.headeroverlay .stk_header:not([data-fixheader=true]) .ul__g_nav > .menu-item.stk-button-color1 > a {
		font-size: 110%;
	}
	.ul__g_nav .stk-button-color1.gf {
		margin-top: 0;
	}
	.headeroverlay .stk_header:not([data-fixheader=true]) .ul__g_nav > .menu-item.stk-button-color1 > a {
		background: none;
	}
}

.remodal-close:first-child {
	display: none;
}

/* セクション01 */
.sec-koroya .wp-block-media-text__content {
	max-width: 600px;
}

/* セクション02 */
.sec02 .item-nikuman {
	margin-bottom: 20px;
}
@media only screen and (min-width: 728px) {
	.sec02 .item-nikuman {
		padding: 30px;
		margin-bottom: 40px;
	}
	.sec02 .item-item {
		padding: 30px;
	}
}

/* セクション03 */
.sec03 .cover-title {
	text-shadow: 0 0 5px rgba(0,0,0,0.6);
}

@media only screen and (min-width: 728px) {
	.sec03 .wp-block-cover__inner-container,
	.sec03 .wp-block-media-text__content {
		display: flex;
		justify-content: center;
	}
	.sec03 .wp-block-media-text__content {
		padding: 0 !important;
	}
	.sec03 .cover-title,
	.sec03 .text-title {
		writing-mode: vertical-rl;
		vertical-align: middle;
	}
	.sec03 .text-title {
		margin: 0;
		min-height: 330px;
		position: relative;
	}
	
	.kodawari-box .text-title {
		z-index: 1;
	}
	.kodawari-box:nth-child(odd) .text-title {
		order: 1;
		right: -35px;
	}
	.kodawari-box:nth-child(even) .text-title {
		left: -35px;
	}
	.kodawari-box:nth-child(odd) .text-text {
		margin-right: -35px;
	}
	.kodawari-box:nth-child(even) .text-text {
		margin-left: -35px;
	}
}