@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #36C9C6;
	--color-primary-shade: #30b1ae;
	--color-primary-tint: #4acecc;
	--color-secondary: #ED6A5A;
	--color-secondary-tint: #ef796b;
	--color-table-border: #DDD;
	--body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem); /* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #E60013;
	--header-color-primary-shade: #30b1ae;
	--header-color-primary-tint: #4acecc;
	/*------▼フッター設定▼------*/
	--footer-background: #1E98AA;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
}
/*------------------------------------------------------
Cancellation
------------------------------------------------------*/
/*calcDefault-Between---1920pxand375px*/
html {
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
	color: var(--color-font);
	font-size: var(--body-font-size);
	font-weight: 400;
	font-family: var(--body-font-family);
	background: url(https://beethoven-tamago.com/wp-content/uploads/Rectangle-301-1.png);
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body.mobile #mainImg, body.mobile #breadcrumb {
	margin-top: 0;
}
body.mobile {
	margin-top: 0;
}
#mainImg {
	padding-bottom: 0;
}
#mainImg img {
	width: 100% !important;
}
.home #content {
	padding: 0;
}
#wrapper, #content, .post {
	overflow: visible !important;
}
body.mobile {
	margin-top: 60px;
}
/*--サイドバー--------------------------------------------*/
#sidebar h2 {
	color: var(--color-font);
	text-align: center;
}
/*--戻るボタン--------------------------------------------*/
a#scrollUp {
	background: #E60013;
}
/*--HEADER--------------------------------------------*/
/*------基礎
--------------------------------------------*/
.bg .inner {
	width: auto !important;
}
#header p {
	float: none;
	padding: 0;
}
#header .bg, .bg {
	background: none;
	margin: 0 auto;
}
/*--▼▽▼▽▼▽▼▽▼▽--ヘッダーテンプレート＜start＞--▼▽▼▽▼▽▼▽▼▽--*/
/*------PC・SP共通__キャッチフレーズ
--------------------------------------------*/
#header h1, #header .description, #header-upper h1, #header-upper .description {
	color: var(--header-color-font);
	font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.2232), 1.2rem); /* 1.2-1rem (1920-375) */
}
@media print, screen and (min-width: 1024px) {
	/*------ヘッダー上部
--------------------------------------------*/
	#header-upper {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background: #F2F2F2;
		height: 50px;
		padding: 5px min(calc(20px + (1vw - 19.2px) * 1.1161), 20px); /* 20-10px (1920-1024) */
	}
	.header__socialicon ul, #header-upper .header__catchphrase, #header-upper .bg, #header-upper .bg .inner, #header-upper h1, #header-upper .description {
		height: 100%;
	}
	/*------ヘッダー上部__キャッチフレーズ
--------------------------------------------*/
	#header-upper h1, #header-upper .description {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	/*------ヘッダー上部__SNS
--------------------------------------------*/
	#header-upper .fa-2x, .fa-2x {
		font-size: inherit;
	}
	#header-upper .socialicon ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 0;
	}
	#header-upper .socialicon ul li {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		margin: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header-upper .socialicon ul li:not(:last-child) {
		margin-right: 10px;
	}
	#header-upper .socialicon ul li::before {
		content: none;
	}
	#header-upper .socialicon ul li a {
		padding: 0;
		overflow: initial;
		line-height: 1;
	}
	#header-upper .socialicon .fa-facebook-square:before, #header-upper .socialicon .fa-twitter-square:before, #header-upper .socialicon .fa-youtube-square:before, #header-upper .socialicon .fa-instagram:before {
		color: var(--header-color-primary);
		font-size: 2.5rem;
	}
	#header-upper .socialicon .SvgLine {
		fill: var(--header-color-primary);
		width: 21px;
		height: 21px;
	}
	/*------ヘッダー下部
--------------------------------------------*/
	#header {
		overflow: visible;
		color: var(--header-color-font);
		background: var(--header-background);
		max-height: 140px;
    height: auto;
		margin: auto;
		z-index: 9999;
	}
	#header .inner, #header-layout, #header .logo, #header .sticky-logo, #header .logo a, #header .header__nav-contact, nav#mainNav, #mainNav .inner, nav div.panel, nav#mainNav ul, nav#mainNav ul li, nav#mainNav ul li a, #header ul.header__contact, #header ul.header__contact li, #header a.head_btn {
		height: 100%;
		float: none;
	}
	#header .inner {
		width: 100%;
		max-width: none;
	}
	#header-layout {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		max-width: none;
		padding: 0;
	}
	/*------ヘッダー下部__ロゴ
--------------------------------------------*/
	#header .logo {
		display: block;
		line-height: 0;
		padding: min(calc(10px + (1vw - 19.2px) * 0.5580), 10px) min(calc(20px + (1vw - 19.2px) * 1.1161), 20px); /* 10-5px、20-10px (1920-1024) */
	}
	#header .logo a {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	#header .logo img {
		-o-object-fit: contain;
		object-fit: contain;
		    width: 100%;
    height: 100%;
    max-width: 290px;
    max-height: 90px;
	}
	/*------ヘッダー下部__グローバルナビ
--------------------------------------------*/
	#header .header__nav-contact {
		flex-shrink: 0;
	}
	nav#mainNav {
		background: none;
		margin: 0;
	}
	nav#mainNav ul, #header .header__nav-contact {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	nav#mainNav ul li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		color: var(--header-color-font);
		font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.2232), 1.6rem); /* 1.6-1.4rem (1920-1024) */
		padding: min(calc(52px + (1vw - 19.2px) * 0.5580), 70px) min(calc(1.5vw + (1vw - 19.2px) * 1.6722), 35px); /* 15-10px、35-20px (1920-1024) */
	}
	nav#mainNav ul ul.sub-menu {
		width: 250px;
		height: auto;
	}
	nav#mainNav ul li:hover ul.sub-menu {
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		color: #333;
    text-align: center;
    font-family: Zen Kaku Gothic New;
    font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.2232), 1.6rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	}
	nav#mainNav ul li a span {
		    color: var(--header-color-font);
    color: #333;
    text-align: center;
    font-family: Zen Kaku Gothic New;
    font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.2232), 1.2rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
		color: #E60013;
    text-align: center;
    font-family: Zen Kaku Gothic New;
    font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.2232), 1.2rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	}
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
		color: black;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		color: var(--header-color-font);
		background: none;
	}
	/*------ヘッダー下部__コンタクトボタン
--------------------------------------------*/
	#header ul.header__contact {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-left: min(calc(10px + (1vw - 19.2px) * 0.5580), 10px); /* 10-5px (1920-1024) */
	}
	#header a.head_btn {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: var(--header-color-primary);
		color: #fff;
		font-size: calc(1.6rem + (1vw - 19.2px) * 0.2232); /* 1.6-1.4rem (1920-1024) */
		font-weight: 600;
		line-height: 1.4;
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(20px + (1vw - 19.2px) * 0.5580), 20px); /* 10-8px、20-15px (1920-1024) */
		-webkit-transition: .3s;
		transition: .3s;
	}
	#header a.head_btn.tel_btn {
		background: var(--header-color-primary-shade);
	}
	#header a.head_btn:hover {
		background: var(--header-color-primary-tint);
	}
	#header a.head_btn::before {
		display: block;
		font-family: 'FontAwesome';
		font-size: 1.4em;
		font-weight: 400;
		line-height: 1;
		margin-bottom: .1em;
	}
	#header a.head_btn.tel_btn::before {
		content: url(https://beethoven-tamago.com/wp-content/uploads/telicon.png);
	}
	#header a.head_btn.mail_btn::before {
		content: '\f0e0';
	}
	/*------スティッキーヘッダー
--------------------------------------------*/
	.sticky-header .site-header {
		z-index: 9999;
	}
	.sticky-header #header > .inner {
		height: auto;
		background: #fff;
		box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	}
	.sticky-header #header-layout {
		justify-content: space-between;
		max-height: 140px;
    height: auto;
    margin: auto;
	}
	.sticky-header nav#mainNav {
		background: none;
	}
}
/*------レスポンシブ
--------------------------------------------*/
@media print, screen and (max-width: 1240px) {
	#header a.headBtn span {
		display: none;
	}
	#header a.headBtn::before {
		margin-right: 0;
	}
}
@media print, screen and (max-width: 1023px) {
	#header-upper .header__socialicon, #header .sticky-logo, #header ul.header__contact {
		display: none;
	}
	#header h1, #header .description, #header-upper h1, #header-upper .description {
		display: block;
		float: none;
		text-align: center;
		padding: 20px 0 10px;
	}
}
/*--▲△▲△▲△▲△▲△--ヘッダーテンプレート＜end＞--△▲△▲△▲△▲△▲--*/
@media print, screen and (min-width: 1024px) {
	.sticky-header .site-header {
		position: fixed !important;
		width: 100%;
		z-index: 9999;
		top: -125px;
		transform: translateY(125px);
		transition: all 0.8s ease-in-out;
	}
}
@media print, screen and (max-width: 1023px) {
	#header .inner {
		width: 100%;
	}
	#header-layout {
		padding: 0;
	}
	#header .logo {
		display: block;
		text-align: center;
		margin: 20px auto;
		padding: 0;
	}
}
/*------スマホメニュー
--------------------------------------------*/
.spmenu #menu {
	padding: 0px 1px 2px 0;
}
.spmenu #menu p {
	transform: translateX(-50%);
	left: 50%;
}
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	width: 35px;
	background: var(--header-color-primary);
}
.spmenu #menu p {
	color: var(--header-color-primary);
}
@media print, screen and (max-width: 1023px) {
	.mobile #header {
		background: var(--header-background);
		box-shadow: 0 0 6px rgba(0, 0, 0, .2);
		z-index: 9999;
	}
	body.mobile nav#mainNav.menuOpen {
		height: calc(100% - 130px);
	}
	body.mobile #header .logo, body.mobile #header .logo .mark {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex !important;
	}
	body.mobile #header .logo .spmenu {
		display: block !important;
	}
	body.mobile #header .logo .mark {
		justify-content: center;
		align-items: center;
		padding: 5px 10px;
	}
	body.mobile #header .logo img {
		width: auto;
		height: 100%;
		max-width: 250px;
		max-height: 50px;
		-o-object-fit: contain;
		object-fit: contain;
	}
	nav#mainNav ul li a {
		color: var(--header-color-font);
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover {
		color: var(--header-color-primary);
	}
}
/*--FOOTER--------------------------------------------*/
/*--▼▽▼▽▼▽▼▽▼▽--フッターーテンプレート＜start＞--▼▽▼▽▼▽▼▽▼▽--*/
/*------共通
--------------------------------------------*/
#footer {
    color: var(--footer-color-font);
    font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.1942), 1.4rem);
    background: white;
	background-image: url(https://beethoven-tamago.com/wp-content/uploads/Rectangle-322.jpg);
	    padding-bottom: 60px;
}
#footer a {
	-webkit-transition: .2s;
	transition: .2s;
}
#footer .inner {
    width: 95%;
    max-width: var(--content-max-width);
    padding-top: 22px;
    padding-bottom: 10px;
}
#footer ul {
	font-size: 100%;
	padding: 0;
}
#footer ul li {
	display: block;
	padding: 0;
	margin: 0;
}
#footer ul li::before {
	content: none;
	position: static;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	background: none;
}
#footer ul li a {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Noto Sans JP';
	color: var(--text_color, #444);
leading-trim: both;
text-edge: cap;
font-family: Noto Sans;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
    color: #777777;
    font-size: 14px;
}
#footer img {
	width: auto;
	max-width: 100%;
}
/*------フッターロゴ
--------------------------------------------*/
#footer .footer__logo:not(:last-child) {
	text-align: center;
	margin-bottom: 20px;
}
#footer .footer__logo img {
	max-width: 320px;
	max-height: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px);
	-o-object-fit: contain;
	object-fit: contain;
}
/*------フッターナビ
--------------------------------------------*/
#footer .footnav {
	float: none;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 30px;
}
#footer .footnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#footer .footnav ul > li {
	position: relative;
	line-height: 1.4;
	padding: 0 min(calc(16px + (1vw - 19.2px) * 0.4531), 16px) 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px); /* 16-9px、15-8px (1920-375) */
	margin-bottom: 10px;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
    content: ">";
    position: absolute;
    /* width: 1px; */
    height: 100%;
    /* background: var(--footer-color-font); */
    top: 0;
    color: #606060;
}
#footer .footnav ul > li::before {
	left: 0;
}
#footer .footnav ul > li::after {
	right: -1px;
	display: none;
}
/*------SNSアイコン
--------------------------------------------*/
#footer .fa-2x, .fa-2x {
	font-size: inherit;
}
#footer .socialicon ul, .socialicon ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}
#footer .socialicon ul li, .socialicon ul li {
	text-align: center;
	padding: 0 .6em;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .socialicon ul li::before, .socialicon ul li::before {
	content: none;
}
#footer .socialicon ul li a, .socialicon ul li a {
	padding: 0;
	overflow: initial;
	line-height: 1;
}
#footer .fa-facebook-square:before, #footer .fa-twitter-square:before, #footer .fa-youtube-square:before, #footer .fa-instagram:before {
	color: var(--footer-color-primary);
	font-size: 3rem;
}
#footer .SvgLine {
	fill: var(--footer-color-primary);
	width: 28px;
	height: 28px;
}
@media print, screen and (max-width: 768px) {
	#footer {
		padding-bottom: 0px;
	}
}
/*------コピーライト
--------------------------------------------*/
#copyright {
    color: var(--footer-color-font);
    font-size: 14px;
    letter-spacing: .1rem;
    background: red;
    padding: 10px 0;
    font-weight: 400;
    font-family: 'Noto Sans JP';
	background-image: url(https://beethoven-tamago.com/wp-content/uploads/Rectangle-322.jpg);
	color: var(--text_color, #444);
leading-trim: both;
text-edge: cap;
font-family: Noto Sans;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
/*--▲△▲△▲△▲△▲△--フッターテンプレート＜end＞--△▲△▲△▲△▲△▲--*/
/*--見出し--------------------------------------------*/
h1.title, .post h1, .post h2, .post2b h2, .post4b h2, h2.title, .post h3, .post h4 {
	line-height: 1.6;
	background: none;
}
.post h1 span, .post h2 span, .post h3 span, .post h4 span {
	padding: 0;
}
h1.title:first-child, .post h1:first-child, #front-sectionPost h1:first-child, .post h2:first-child, .post h3:first-child, .post h3.col-in-h3:first-child, .post h4:first-child {
	margin-top: 0;
}
/*------h1タイトル
--------------------------------------------*/
h1.title, .post h1, header#h1Header h1.title {
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem); /* 3.2-2.4rem (1920-375) */
	font-weight: 600;
	letter-spacing: .2rem;
	text-align: center;
	text-shadow: none;
	padding: 0;
	z-index: 20;
}
h1.title, .post h1 {
	position: relative;
	margin: 0 auto min(calc(60px + (1vw - 19.2px) * 1.2945), 60px); /* 0 auto 60-40px (1920-375) */
}
h1.title .sub_ttl, .post h1 .sub_ttl {
	display: block;
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.2589), 1.6rem); /* 3.2-2.4rem (1920-375) */
}
/*------h2タイトル
--------------------------------------------*/
.post h2 {
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 600;
	letter-spacing: .2rem;
	padding: 0;
	/*margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px); /* 120-65px auto 50-35px (1920-375) */
}
.post h2::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
.post h2::after {
	content: none;
	position: relative;
	visibility: visible;
	display: block;
	width: 2.2em;
	height: 3px;

}
/*------h3タイトル
--------------------------------------------*/
.post h3 {
	font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem); /* 2.4-1.7rem (1920-375) */
	font-weight: 600;
	letter-spacing: .1rem;
	padding: 0;
	margin: 0; /* 70-35px auto 35-25px (1920-375) */
	border-bottom: 0px solid var(--color-primary);
}
.post h3::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
.page-id-30 h3 {
    font-weight: 500;
    font-size: 22px;
    margin: 30px 0;
}
/*------h4タイトル
--------------------------------------------*/
.post h4 {
	position: relative;
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1942), 1.8rem); /* 1.8-1.5rem (1920-375) */
	font-weight: 600;
	padding: 0 0 0 1.2em;
	margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto min(calc(15px + (1vw - 19.2px) * 0.3236), 15px); /* 30-20px auto 15-10px (1920-375) */
	border: none;
}
.post h4::before {
	content: '';
	position: absolute;
	width: .7em;
	height: 2px;
	background: var(--color-primary);
	top: .8em;
	left: 0;
}
.page-id-30 h4 {
    font-weight: 500;
    margin: 30px 0;
}
/*------------------------------------------
Additional contents and parts
--------------------------------------------*/
/*--inner/outer--------------------------------------------*/
.content_inner {
	margin: 0 auto;
	width: 90%;
}
.content_wrapper {
	margin: 0 auto;
	width: 100%;
}
.max_w900 {
	max-width: 900px;
}
.max_w960 {
	max-width: 960px;
}
.max_w1000 {
	max-width: 1000px;
}
.max_w1024 {
	max-width: 1024px;
}
.max_w1100 {
	max-width: 1100px;
    width: 65%;
}
.max_w1200 {
	max-width: 1200px;
	    width: 63%;
}
.max_w1240 {
	max-width: 1240px;
}
.max_w1300 {
	max-width: 1300px;
}
.max_w1400 {
	max-width: 1400px;
}
.max_w1500 {
	max-width: 1500px;
}
.max_w1600 {
	max-width: 1600px;
}
.max_w1700 {
	max-width: 1700px;
}
.max_w1800 {
	max-width: 1800px;
}
/*--space--------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mt150 {
	margin-top: 150px !important;
}
.mt200 {
	margin-top: 200px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb150 {
	margin-bottom: 150px !important;
}
.mb200 {
	margin-bottom: 200px !important;
}
.mr0 {
	margin-right: 0 !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mr60 {
	margin-right: 60px !important;
}
.mr70 {
	margin-right: 70px !important;
}
.mr80 {
	margin-right: 80px !important;
}
.mr90 {
	margin-right: 90px !important;
}
.mr100 {
	margin-right: 100px !important;
}
.mr150 {
	margin-right: 150px !important;
}
.mr200 {
	margin-right: 200px !important;
}
.ml0 {
	margin-left: 0 !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml50 {
	margin-left: 50px !important;
}
.ml60 {
	margin-left: 60px !important;
}
.ml70 {
	margin-left: 70px !important;
}
.ml80 {
	margin-left: 80px !important;
}
.ml90 {
	margin-left: 90px !important;
}
.ml100 {
	margin-left: 100px !important;
}
.ml150 {
	margin-left: 150px !important;
}
.ml200 {
	margin-left: 200px !important;
}
@media screen and (max-width: 768px) {
	.spmt0 {
		margin-top: 0px !important;
	}
	.spmt5 {
		margin-top: 5px !important;
	}
	.spmt10 {
		margin-top: 10px !important;
	}
	.spmt15 {
		margin-top: 15px !important;
	}
	.spmt20 {
		margin-top: 20px !important;
	}
	.spmt25 {
		margin-top: 25px !important;
	}
	.spmt30 {
		margin-top: 30px !important;
	}
	.spmt35 {
		margin-top: 35px !important;
	}
	.spmt40 {
		margin-top: 40px !important;
	}
	.spmt45 {
		margin-top: 45px !important;
	}
	.spmt50 {
		margin-top: 50px !important;
	}
	.spmb0 {
		margin-bottom: 0px !important;
	}
	.spmb5 {
	margin-bottom: 5px !important;
	}	
    .spmb10 {
		margin-bottom: 10px !important;
	}
	.spmb15 {
		margin-bottom: 15px !important;
	}
	.spmb20 {
		margin-bottom: 20px !important;
	}
	.spmb25 {
		margin-bottom: 25px !important;
	}
	.spmb30 {
		margin-bottom: 30px !important;
	}
	.spmb35 {
		margin-bottom: 35px !important;
	}
	.spmb40 {
		margin-bottom: 40px !important;
	}
	.spmb45 {
		margin-bottom: 45px !important;
	}
	.spmb50 {
		margin-bottom: 50px !important;
	}
	.spmr0 {
		margin-right: 0px !important;
	}
	.spmr5 {
		margin-right: 5px !important;
	}   
	.spmr10 {
		margin-left: 10px !important;
	}
	.spmr15 {
		margin-right: 15px !important;
	}
	.spmr20 {
		margin-right: 20px !important;
	}
	.spmr25 {
		margin-right: 25px !important;
	}
	.spmr30 {
		margin-right: 30px !important;
	}
	.spmr35 {
		margin-right: 35px !important;
	}
	.spmr40 {
		margin-right: 40px !important;
	}
	.spmr45 {
		margin-right: 45px !important;
	}
	.spmr50 {
		margin-right: 50px !important;
	}
	.spml0 {
		margin-left: 0px !important;
	}
	.spml5 {
		margin-left: 5px !important;
	} 
	.spml10 {
		margin-left: 10px !important;
	}
	.spml15 {
		margin-left: 15px !important;
	}
	.spml20 {
		margin-left: 20px !important;
	}
	.spml25 {
		margin-left: 25px !important;
	}
	.spml30 {
		margin-left: 30px !important;
	}
	.spml35 {
		margin-left: 35px !important;
	}
	.spml40 {
		margin-left: 40px !important;
	}
	.spml45 {
		margin-left: 45px !important;
	}
	.spml50 {
		margin-left: 50px !important;
	}
	
}
.pt0 {
	padding-top: 0rem !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pt70 {
	padding-top: 70px !important;
}
.pt80 {
	padding-top: 80px !important;
}
.pt90 {
	padding-top: 90px !important;
}
.pt100 {
	padding-top: 100px !important;
}
.pt150 {
	padding-top: 150px !important;
}
.pt200 {
	padding-top: 200px !important;
}

.pb0 {
	padding-bottom: 0rem !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}
.pb70 {
	padding-bottom: 70px !important;
}
.pb80 {
	padding-bottom: 80px !important;
}
.pb90 {
	padding-bottom: 90px !important;
}
.pb100 {
	padding-bottom: 100px !important;
}
.pb150 {
	padding-bottom: 150px !important;
}
.pb200 {
	padding-bottom: 200px !important;
}

.pr0 {
	padding-right: 0rem !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr50 {
	padding-right: 50px !important;
}
.pr60 {
	padding-right: 60px !important;
}
.pr70 {
	padding-right: 70px !important;
}
.pr80 {
	padding-right: 80px !important;
}
.pr90 {
	padding-right: 90px !important;
}
.pr100 {
	padding-right: 100px !important;
}
.pr150 {
	padding-right: 150px !important;
}
.pr200 {
	padding-right: 200px !important;
}

.pl0 {
	padding-left: 0rem !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl50 {
	padding-left: 50px !important;
}
.pl60 {
	padding-left: 60px !important;
}
.pl70 {
	padding-left: 70px !important;
}
.pl80 {
	padding-left: 80px !important;
}
.pl90 {
	padding-left: 90px !important;
}
.pl100 {
	padding-left: 100px !important;
}
.pl150 {
	padding-left: 150px !important;
}
.pl200 {
	padding-left: 200px !important;
}
.pd0 {
	padding: 0px !important;
}
.pd10 {
	padding: 10px !important;
}
.pd20 {
	padding: 20px !important;
}
.pd30 {
	padding: 30px !important;
}
.pd40 {
	padding: 40px !important;
}
.pd50 {
	padding: 50px !important;
}
.pd60 {
	padding: 60px !important;
}
.pd70 {
	padding: 70px !important;
}
.pd80 {
	padding: 80px !important;
}
.pd90 {
	padding: 90px !important;
}
.pd100 {
	padding: 100px !important;
}
.pd150 {
	padding: 150px !important;
}
.pd200 {
	padding: 200px !important;
}

@media screen and (max-width: 768px) {

	.sppt0 {
		padding-top: 0 !important;
	}
	.sppt5 {
		padding-top: 5px !important;
	}
	.sppt10 {
		padding-top: 10px !important;
	}
	.sppt15 {
		padding-top: 15px !important;
	}
	.sppt20 {
		padding-top: 20px !important;
	}
	.sppt25 {
		padding-top: 25px !important;
	}
	.sppt30 {
		padding-top: 30px !important;
	}
	.sppt35 {
		padding-top: 35px !important;
	}
	.sppt40 {
		padding-top: 40px !important;
	}
	.sppt45 {
		padding-top: 45px !important;
	}
	.sppt50 {
		padding-top: 50px !important;
	}
	.sppb0 {
		padding-bottom: 0 !important;
	}
	.sppb5 {
		padding-bottom: 5px !important;
	}
	.sppb10 {
		padding-bottom: 10px !important;
	}
	.sppb15 {
		padding-bottom: 15px !important;
	}
	.sppb20 {
		padding-bottom: 20px !important;
	}
	.sppb25 {
		padding-bottom: 25px !important;
	}
	.sppb30 {
		padding-bottom: 30px !important;
	}
	.sppb35 {
		padding-bottom: 35px !important;
	}
	.sppb40 {
		padding-bottom: 40px !important;
	}
	.sppb45 {
		padding-bottom: 45px !important;
	}
	.sppb50 {
		padding-bottom: 50px !important;
	}

	.sppr0 {
		padding-right: 0 !important;
	}
	.sppr5 {
		padding-right: 5px !important;
	}
	.sppr10 {
		padding-right: 10px !important;
	}
	.sppr15 {
		padding-right: 15px !important;
	}
	.sppr20 {
		padding-right: 20px !important;
	}
	.sppr25 {
		padding-right: 25px !important;
	}
	.sppr30 {
		padding-right: 30px !important;
	}
	.sppr35 {
		padding-right: 35px !important;
	}
	.sppr40 {
		padding-right: 40px !important;
	}
	.sppr45 {
		padding-right: 45px !important;
	}
	.sppr50 {
		padding-right: 50px !important;
	}
	.sppl0 {
		padding-left: 0 !important;
	}
	.sppl5 {
		padding-left: 5px !important;
	}
	.sppl10 {
		padding-left: 10px !important;
	}
	.sppl15 {
		padding-left: 15px !important;
	}
	.sppl20 {
		padding-left: 20px !important;
	}
	.sppl25 {
		padding-left: 25px !important;
	}
	.sppl30 {
		padding-left: 30px !important;
	}
	.sppl35 {
		padding-left: 35px !important;
	}
	.sppl40 {
		padding-left: 40px !important;
	}
	.sppl45 {
		padding-left: 45px !important;
	}
	.sppl50 {
		padding-left: 50px !important;
	}	

	.pd2 {
		padding: 1rem !important;
	}
	.pd3 {
		padding: 1.5rem !important;
	}
	.pd4 {
		padding: 2rem !important;
	}
	.pd5 {
		padding: 2.5rem !important;
	}
}
@media screen and (max-width: 414px) {
	.mt16 {
		margin-top: 5rem !important;
	}
	.mb16 {
		margin-bottom: 5rem !important;
	}
}
/*--responsive parts--------------------------------------------*/
/*br*/
.spbr, table.sp_t, .post img.img_sp {
	display: none;
}
.pc_none {
	display: none;
}
@media screen and (max-width: 768px) {
	.spbr, table.sp_t, .post img.img_sp {
		display: block;
	}
	.pcbr, table.pc_t, .post img.img_pc {
		display: none;
	}
	.pc_none {
		display: inherit;
	}
	.sp_none {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	.pc_center {
		text-align: center !important;
	}
	.pc_right {
		text-align: right !important;
	}
	.pc_left {
		text-align: left !important;
	}
}
/*--flexbox--------------------------------------------*/
.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w18 {
	width: 18%;
}
.w19 {
	width: 19%;
}
.w20 {
	width: 20%;
}

.w23 {
	width: 23%;

}
.w30 {
	width: 30%;
}
.w32 {
	width: 32%;
}
.w33 {
	width: 33%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w47 {
	width: 47%;
}
.w49 {
	width: 49%;
}
.w50 {
	width: 50%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
.w80 {
	width: 68%;
}
.w90 {
	width: 90%;
}
.gap {
	gap: 5%;
}
.gap3 {
	gap: 3%;
}
.ai_center {
	align-items: center;
}
.ai_self_center {
	align-self: center;
}
.jc_center {
	justify-content: center;
}
.jc_between {
	justify-content: space-between;
}
.jc_around {
    justify-content: space-around;
}
.rev {
	flex-direction: row-reverse;
}
.mxauto {
	margin: 0 auto;
}
.myauto {
	margin: auto 0;
}
.mauto {
	margin: auto;
}
@media screen and (min-width: 769px) {
	.columns, .flexbox {
		display: flex;
flex-wrap: wrap;
	}
    .menu.pb0 .columns, .flexbox {
		display: flex;
flex-wrap: nowrap;
	}

}
@media screen and (max-width: 768px) {
	.w10, .w15, .w18, .w19, .w20, .w23, .w30, .w32, .w33, .w40, .w47, .w45, .w49, .w50, .w60, .w70, .w80, .w90 {
		width: 100% !important;
}
	.flexbox.rev {
		flex-direction: row-reverse;
	}
	.sp_nowrap {
		display: flex;
	}
	.sp_nowrap .w10 {
		width: 10%;
	}
	.sp_nowrap .w20 {
		width: 20%;
	}
	.sp_nowrap .w30 {
		width: 30%;
	}
	.sp_nowrap .w40 {
		width: 40%;
	}
	.sp_nowrap .w50 {
		width: 50%;
	}
	.sp_nowrap .w60 {
		width: 60%;
	}
	.sp_nowrap .w70 {
		width: 70%;
	}
	.sp_nowrap .w80 {
		width: 80%;
	}
	.sp_nowrap .w90 {
		width: 90%;
	}
	.sp_ai_top {
		align-items: flex-start;
	}
	.sp_no_mb {
		margin-bottom: 0 !important;
	}
	.sp_no_pb {
		padding-bottom: 0 !important;
	}
}
/*--Anchor Point--------------------------------------------*/
@media print, screen and (min-width: 769px) {
	.a_point {
		margin-top: -90px;
		padding-top: 90px;
	}
}
@media print, screen and (max-width: 768px) {
	.a_point {
		margin-top: -80px;
		padding-top: 80px;
	}
}
/*------------------------------------------
投稿記事関連
--------------------------------------------*/
/*-----表示関連-----*/
ul.post > li, .post2b, .post4b {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.post > li, .post2b li, .post4b li {
	border-bottom: none !important;
}
.post2b, .post4b {
	padding: 0;
	margin: 0 auto;
}
.post2b li, .post4b li {
	position: relative;
	padding: 0 0 45px;
	margin: 0 0 20px;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	color: #FFF;
	font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem); /* 1.2-1rem (1920-375) */
	line-height: 1.2;
	background: var(--color-primary);
	padding: 5px 10px;
	border-radius: 0;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
       background: #E6E6E6;
    border-radius: 0;
}
.post2b li .post2b_contents, .post4b li .post4b_contents {
    margin-bottom: 0;
    opacity: .5;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}
.post_link, .post2b_link, .post4b_link {
	position: absolute;
	float: none;
	color: white;
	font-size: min(calc(1.3rem + (1vw - 19.2px) * 0.1294), 1.3rem); /* 1.3-1.1rem (1920-375) */
	margin: 0;
	bottom: 10px;
	right: 5px;
	border-bottom: 1px solid;
}
.post_link a, .post2b_link a, .post4b_link a {
    color: #777777;
    font-size: 14px;
    font-weight: 500;
}
/*-----画像関連-----*/
.post .post_img, .post_text70, .post_img img {
	float: none;
}
.post .post_img, .post_text70, .post2b li, .post4b li {
	width: 100%;
}
.post_img img, .post2b img, .post4b img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}
.post_img img, .post2b .post2b_img {
	text-align: center;
}
.post_img img {
	max-height: 250px;
}
.post2b img {
	max-height: 280px;
}
.post4b img {
	max-height: 200px;
}
@media only screen and (max-width: 640px) {
	#content .post_img, #content .post2b_img, #content .post4b_img {
		padding: 0;
	}
	#content .post_img img, #content .post2b_img img, #content .post4b_img img {
		width: 100%;
		max-width: none;
		padding: 0;
	}
}
/*-----タイトル関連-----*/
.post_text h2 a, .post2b h2 a, .post4b h2 {
	font-size: inherit;
}
.post2b h2, .post4b h2, h2.title, .post_text h2 {
	letter-spacing: .1rem;
	/*padding: 0 !important;*/
	margin: 0;
	border: none;
}
.post2b h2, .post4b h2, h2.title, .post_text h2, .post h2 a, .post2b h2 a, .post4b h2 a, .postlist .ttls a {
	color: var(--color-font);
	color: #666;
font-family: Zen Kaku Gothic New;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
h2.title, .post_text h2, .post h2 a {
	font-size: min(calc(2rem + (1vw - 19.2px) * 0.2589), 2rem); /* 2-1.6rem (1920-375) */
}
.post2b h2, .post4b h2, .post2b h2 a, .post4b h2 a {
    font-size: 20px;
    font-weight: 500;
}
.post_text h2::before, .post2b h2::before, .post4b h2::before, .post_text h2::after, .post2b h2::after, .post4b h2::after {
	content: none !important;
}
.clearfix:after {
	content: none;
}
/*---カテゴリ--------------------------------------------*/
body:not(.home) .post h2.cat-loop {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
section.widget h2 {
	border-bottom: 1px solid;
}
/*--リスト表示--------------------------------------------*/
.postlist {
	margin-bottom: 0;
}
.postlist li {
	border-bottom: 1px dotted #CCCCCC;
	margin: 0 auto;
}
.postlist li:first-child {
	border-top: 0px solid #ddd;
}
.postlist .post_text {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 98%;
	margin: 0 auto;
	padding: 12px 0;
	    border-top: 1px dotted #D1D1D1;
    border-bottom: 1px dotted #D1D1D1;
}
.postlist .ttls, .postlist .date {
	display: block;
	padding: 0 10px;
	margin-bottom: 0;
        font-size: 18px;
	color: #666;
font-family: Zen Kaku Gothic New;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.postlist .ttls {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.postlist .ttls a:hover {
	text-decoration: underline;
}
.postlist .time {
	display: block;
	white-space: nowrap;
	margin: 0 10px 0 0;
}
@media print, screen and (max-width: 640px) {
	.postlist .post_text {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.postlist .ttls {
		width: 100%;
		margin-top: 10px;
	}
	.postlist .ttls, .postlist .date {
		padding: 0 5px;
	}
	.postlist .time {
		margin: 0 5px 0 0;
	}
}
/*--4ブロック--------------------------------------------*/
@media print, screen and (min-width: 800px) {
	.post4b li {
		width: 24%;
	}
	.post4b li:nth-child(4n+2):last-child {
		margin-right: calc((24% * 2) + (((100% - (24% * 4)) / 3) * 2));
	}
	.post4b li:nth-child(4n+3):last-child {
		margin-right: calc((24% * 1) + (((100% - (24% * 4)) / 3) * 1));
	}
	.post4b li:nth-child(4n+1):nth-last-child(-n+4), .post4b li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
		margin-bottom: 0;
	}
}
/*--2ブロック--------------------------------------------*/
@media print, screen and (min-width: 800px) {
	.post2b li {
		width: 48%;
	}
	.post2b li:nth-child(2n+1):nth-last-child(-n+2), .post2b li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
}
/*--1ブロック--------------------------------------------*/
ul.post > li {
	margin-bottom: 30px;
}
ul.post > li .post_text70 {
	position: relative;
	padding-bottom: 30px;
}
@media print, screen and (min-width: 800px) {
	.post .post_img, .post_text70 {
		margin: 0;
	}
	.post .post_img {
		width: 30%;
	}
	.post_text70 {
		width: 65%;
	}
}
@media print, screen and (max-width: 799px) {
	.post .post_img {
		max-width: 300px;
		text-align: center;
		margin: 0 auto;
	}
}
/*--トップ記事投稿（archive）--------------------------------------------*/
#front_top_content, #front_bottom_content {
	padding: min(calc(100px + (1vw - 1.92rem) * 1.9417), 100px) 0; /* 100-70px (1920-375) */
	    display: none;
}
.front_post_list {
	width: 90%;
	/*max-width: var(--content-max-width);*/
	margin: auto;
        max-width: 1100px;
}
/*--記事詳細（archive）--------------------------------------------*/
/*---記事詳細--------------------------------------------*/
.dateLabel {
	padding-top: 10px;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
}
.pagenav {
	margin: 70px 0 0;
}
.single-post h1.title {
	font-size: min(calc(2.5rem + (1vw - 19.2px) * 0.4531), 2.5rem); /* 2.5-1.8rem (1920-375) */
	font-style: normal;
	margin: 0 auto 20px;
}
/*--1ブロック--------------------------------------------*/
body.archive ul.post > li, body.archive ul.post2b > li, body.archive ul.post4b > li {
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px); /* 30-20px (1920-375) */
}
body.archive li .post_contents {
	margin-top: 1rem;
}
body.archive .postlist li {
	margin-bottom: 0;
}
.dateLabel {
	padding-top: 10px;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
}
.pagenav {
	margin: 70px 0 0;
}
/*-----タイトル関連-----*/
.single-post h1.title {
	font-size: min(calc(2.5rem + (1vw - 19.2px) * 0.4531), 2.5rem); /* 2.5-1.8rem (1920-375) */
	font-style: normal;
	margin: 0 auto 20px;
}
/*------------------------------------------------------
下層ページ
------------------------------------------------------*/
/*-----表示関連-----*/
.post {
	margin: 0 auto;
	padding: 0;
}
#full-wrapper .post {
	margin: 0 auto;
}
#wrapper, .inner {
	width: 100%;
	max-width: var(--content-max-width);
}
body #wrapper {
	width: 90%;
	max-width: unset;
}
body:not(.home) #wrapper {
	max-width: var(--content-max-width)%;
}
#content, body:not(.home) #content.wide {
	padding: 0;  100-50px、180-120px (1920-375) 
	margin: 0 auto;
}
#content.wide {
	width: 100%;
}
body:not(.home) #content.wide {
	width: 100%;
}
.category-works #content, body:not(.home) #content.wide {
    width: 80%;
}
.category-works #content {
    width: 1100px;
}
@media print, screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 90%;
	}
}
/*--アイキャッチ--------------------------------------------*/
#thumbImg, header#h1Header {
	position: relative;
	overflow: hidden;
	height: 300px;
	z-index: -1;
}
#thumbImg::before, header#h1Header::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .2;
	top: 0;
	left: 0;
	z-index: 1;
}
#thumbImg img, header#h1Header img {
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media print, screen and (min-width: 1921px) {
	#thumbImg img, header#h1Header img {
		width: 100%;
		height: auto;
	}
}
@media print, screen and (max-width: 1024px) {
	#h1Header #thumb img {
		height: 100%;
		margin: auto;
	}
	#thumbImg, header#h1Header {
		height: calc(300px + (1vw - 10.24px) * 9.2450); /* 300-150px (1920-375) */
	}
}
/*--パンくずリスト--------------------------------------------*/
#breadcrumb {
	padding: 12px 0;
}
#breadcrumb ul {
	width: 98%;
	max-width: var(--content-max-width);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0;
}
#breadcrumb ul li {
	float: none;
}
#breadcrumb ul li:first-child {
	margin-left: 0;
}
@media print, screen and (max-width: 640px) {
	#breadcrumb ul {
		max-width: 100%;
	}
}
/*--交互別背景色コンテンツ（横100%）--------------------------------------------*/
.page_contents_inner + .page_contents_inner {
	margin-top: min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); /* 150-100px (1920-375) */
}
.fw_contents {
	margin-top: max(calc(-100px + (1vw - 19.2px) * -3.2362), -100px); /* 100-50px (1920-375) */
	margin-bottom: max(calc(-180px + (1vw - 19.2px) * -3.8835), -180px); /* 180-120px (1920-375) */
}
.fw_contents .page_contents_inner {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); /* 120-80px、 150-100px (1920-375) */
	margin-top: 0;
}
.fw_contents .page_contents_inner:nth-child(even) {
	background: #fafafa;
}
/*--お問い合わせフォーム--------------------------------------------*/
.wpcf7-form {
	padding: 0;
}
span.wpcf7-list-item {
	margin: 0 10px 0 0;
}
.wpcf7-form .must, .wpcf7-form .option {
	font-size: 75%;
}
.wpcf7-form .must {
	background: var(--color-secondary);
}
/*------------------------------------------
各パーツ
--------------------------------------------*/
/*--テキスト--------------------------------------------*/
.post p {
	padding-bottom: 0;
	    padding-bottom: 0;
    font-size: min(calc(3.54vw + (1vw - 19.2px) * 0.2232), 1.6rem);
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    color: #444;
}
.l_space p:not(:last-child) {
	margin-bottom: 1.4em;
}
.note, .inlinenote {
	font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem); /* 1.2-1rem (1920-375) */
}
.note {
	display: block;
}
.primary {
	color: var(--color-primary);
}
.primary_shade {
	color: var(--color-primary-shade);
}
.primary_tint {
	color: var(--color-primary-tint);
}
.attention {
	color: var(--color-secondary);
}
.nowrap {
	display: inline-block;
}
.txt_l, .post .txt_l {
	text-align: left;
}
.txt_r, .post .txt_r {
	text-align: right;
}
.txt_c, .post .txt_c {
	text-align: center;
}
/*--デフォルトリンクボタン--------------------------------------------*/
.linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 500px;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: #E60013;
    margin: 0 auto;
    border-radius: 5px;
    transition: all .3s;
    margin-top: 15px;
}
.linkBtn a {
	color: #fff;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    color: #fff;
    background: #E60013;
    opacity: 0.7;
}
.linkBtn input[type="submit"], .post .linkBtn input[type="submit"] {
	background: none;
	padding: inherit;
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
}
div.wpcf7 .ajax-loader {
	display: none;
}
.post .linkBtn input[type="submit"] {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
}
@media only screen and (max-width: 640px) {
	.linkBtn, .post .linkBtn {
		display: block;
		text-align: center;
	}
}
/*--リスト--------------------------------------------*/
.post ul {
	margin: 0;
}
.post li {
	line-height: 2;
	margin-bottom: 0;
	border-bottom: 0;
}
.post ol, .post ul.list_disc {
	margin: 0 0 0 1.2em;
}
.post ol:first-child {
	margin-top: 0;
}
.post ol:last-child, .post li:last-child {
	margin-bottom: 0;
}
.post li ol li.list_decimal {
	list-style: decimal;
	margin-left: 0;
}
.post ul.list_disc {
	list-style: disc;
}
.post ul.list_point > li, .post ul.list_check > li, .post ul.caution > li {
	position: relative;
	list-style: none;
	padding-left: 1.2em;
	margin-left: 0;
}
.post ul.list_point > li:before, .post ul.list_check > li:before, .post ul.caution > li:before {
	position: absolute;
	font-family: 'FontAwesome';
	font-weight: 400;
	left: 0;
}
.post ul.list_point > li:before, .post ul li.list_point:before {
	content: "\f087";
}
.post ul.list_check > li:before, .post ul li.list-check:before {
	content: "\f00c";
}
.post ul.caution > li::before, .post ul li.caution::before {
	content: "※";
}
/*--liststyle reset-----*/
.post li.list_none, .post ol li.list_none, .post ul li.list_none {
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.post li.list_none:before, .post ol li.list_none:before, .post ul li.list_none:before {
	content: none !important
}
/*--テーブル--------------------------------------------*/
.post table, .post table th, .post table td {
	border-width: 1px;
	border-color: var(--color-table-border);
}
.post table {
	margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto;
}
.post table th, .post table td {
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
}

.post table.responsive th, .post table.responsive td {
	padding: min(calc(20px + (1vw - 19.2px) * 0.3236), 20px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
}

.post table th {
	width: 25%;
	color: var(--color-font);
	font-weight: 500;
	background: white;
}
.post table td {
	color: var(--color-font);
	background: white;
}
.post table:first-child {
	margin-top: 0;
}
.post table:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.table_scroll {
		width: 100%;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}
	.table_scroll table {
		table-layout: auto;
		width: 800px;
	}
	.post table.responsive th, .post table.responsive td {
		text-align: left;
	}
}
/*--img--------------------------------------------*/
.post img {
	padding: 0;
	border: none;
	vertical-align: bottom;
}
.post img.aligncenter {
	margin: 0 auto;
}
.aspect_img {
	position: relative;
	overflow: hidden;
}
.aspect_img::before {
	content: '';
	display: block;
	padding-top: 66.7%;
}
.aspect_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*--gallery--------------------------------------------*/
.gallery {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	margin: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px) auto !important; /* 50-30px (1920-375) */
}
.gallery > br {
	display: none !important;
}
.gallery > *:last-child {
	display: block;
}
.gallery:first-child, .gallery:nth-child(2) {
	margin-top: 0 !important;
}
.gallery:last-child {
	margin-bottom: 0 !important;
}
.gallery-item {
	float: none !important;
	line-height: 0;
	margin-top: 0 !important;
	margin-bottom: min(calc(20px + (1vw - 19.2px) * 0.7819), 20px); /* 20-8px (1920-375) */
}
.gallery-caption {
	font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.1294), 1.4rem); /* 1.4-1.2rem (1920-375) */
	line-height: 1.6;
	text-align: center;
	margin: .5em auto !important;
	padding: 0 !important;
}
.gallery-columns-2 .gallery-item {
	width: calc(100% / 2) !important;
}
.gallery-columns-3 .gallery-item {
	width: calc(100% / 3) !important;
	    margin-left: auto;
    margin-right: auto;
}
.gallery-columns-4 .gallery-item {
	width: calc(100% / 4) !important;
}
.gallery-columns-5 .gallery-item {
	width: calc(100% / 5) !important;
}
.gallery-columns-6 .gallery-item {
	width: calc(100% / 6) !important;
}
.gallery-columns-1 .gallery-item img, .gallery-columns-2 .gallery-item img, .gallery-columns-3 .gallery-item img, .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img, .gallery-columns-6 .gallery-item img {
	max-width: 95%;
}
@media print, screen and (min-width: 641px) {
	.gallery-columns-3 .gallery-item:nth-of-type(3n+2):last-of-type {
		margin-right: calc((100% / 3) + (((100% - ((100% / 3) * 3)) / 2) * 1)) !important;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(4n+2):last-of-type {
		margin-right: calc(((100% / 4) * 2) + (((100% - ((100% / 4) * 4)) / 3) * 2)) !important;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(4n+3):last-of-type {
		margin-right: calc(((100% / 4) * 1) + (((100% - ((100% / 4) * 4)) / 3) * 1)) !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5n+2):last-of-type {
		margin-right: calc(((100% / 5) * 3) + (((100% - ((100% / 5) * 5)) / 4) * 3)) !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5n+3):last-of-type {
		margin-right: calc(((100% / 5) * 2) + (((100% - ((100% / 5) * 5)) / 4) * 2)) !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5n+4):last-of-type {
		margin-right: calc(((100% / 5) * 1) + (((100% - ((100% / 5) * 5)) / 4) * 1)) !important;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n+2):last-of-type {
		margin-right: calc(((100% / 6) * 4) + (((100% - ((100% / 6) * 6)) / 5) * 4)) !important;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n+3):last-of-type {
		margin-right: calc(((100% / 6) * 3) + (((100% - ((100% / 6) * 6)) / 5) * 3)) !important;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n+4):last-of-type {
		margin-right: calc(((100% / 6) * 2) + (((100% - ((100% / 6) * 6)) / 5) * 2)) !important;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n+5):last-of-type {
		margin-right: calc(((100% / 6) * 1) + (((100% - ((100% / 6) * 6)) / 4) * 1)) !important;
	}
}
@media print, screen and (max-width: 1023px) and (min-width: 641px) {
	.gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item {
		width: calc(100% / 3) !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(3n+2):last-of-type, .gallery-columns-6 .gallery-item:nth-of-type(3n+2):last-of-type {
		margin-right: calc((100% / 3) + (((100% - ((100% / 3) * 3)) / 2) * 1)) !important;
	}
}
@media print, screen and (max-width: 640px) {
	.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item {
		width: calc(100% / 2) !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		margin-bottom: 10px;
	}
	.gallery-columns-1 .gallery-item img, .gallery-columns-2 .gallery-item img, .gallery-columns-3 .gallery-item img, .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img, .gallery-columns-6 .gallery-item img {
		max-width: 97%;
	}
}
/*--Googleマップ--------------------------------------------*/
.googlemap {
	padding-bottom: 45%;
	margin: min(calc(50px + (1vw - 19.2px) * 1.6181), 50px) auto; /* 50-30px (1920-375) */
}
.googlemap:first-child {
	margin-top: 0;
}
.googlemap:last-child {
	margin-bottom: 0;
}
@media print, screen and (max-width: 768px) {
	.googlemap {
		padding-bottom: 80%;
	}
}
/*--YOUTUBE動画埋め込み------------------------------------------*/
.youtubeArea {
	position: relative;
	overflow: hidden;
	margin: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px) auto; /* 50-30px (1920-375) */
}
.youtubeArea::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}
.youtubeArea > iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.youtubeArea:first-child {
	margin-top: 0;
}
.youtubeArea:last-child {
	margin-bottom: 0;
}
.post .time a, .post2b .time a, .post4b .time a, .postlist .time a {
	color: #666;
font-family: Zen Kaku Gothic New;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.wpcf7-spinner {
    display: none;
}

.max_contents {
	width: 100vw;
margin-left: calc(((100vw - 100%) / 2) * -1);
margin-right: calc(((100vw - 100%) / 2) * -1);
}
/*お問い合わせページの上下の余白
.page-id-21 div#content.wide { 
    padding: 50px 0;*/
}
/*サイトマップの上下の余白
.page-id-17 div#content.wide {
    padding: 50px 0;*/
}
/*プライバシーポリシーの上下の余白
.page-id-19 div#content.wide {
    padding: 50px 0;*/
}
/*フォーム送信完了ページの上下の余白
.page-id-23 div#content.wide {
    padding-bottom: 50px;
    padding-top: 100px;*/
}
/*施工事例の上下の余白
.category-works div#content.wide {
    padding: 50px 0;*/
}
/*新着情報の上下の余白
.category-news div#content.wide {
    padding: 50px 0 100px 0;*/
}


.post h2 {
    margin-bottom: 0px;
    font-size: 40px;
}

.post h3 {
    font-size: 30px;
}
/*サイトマップのspanクラスを消す*/
ul#sitemap_list span {
    display: none;
}
/*お問い合わせページのコンタクトフォームを消す*/
.page-id-21 .comon_footer {
    display: none;
}

/*プライバシーポリシーを正常に修正するもの*/
#privacy h3 {
    color: rgb(51, 51, 51);
    font-size: min(1.6rem + (1vw - 19.2px) * 0.1294, 1.6rem);
    font-weight: 600;
    text-align: left;
    background: none;
    padding: 0px 0px 10px;
    margin: min(40px + (1vw - 19.2px) * 0.9709, 40px) auto min(20px + (1vw - 19.2px) * 0.6472, 20px);
    border-width: 0px 0px 1px;
    border-style: dashed;
    border-color: rgb(221, 221, 221);
}
/*TOPページ以外の上下のpadding*/
#content, body:not(.home) #content.wide {
	padding: min(calc(100px + (1vw - 19.2px) * 3.2362), 100px) 0 min(calc(180px + (1vw - 19.2px) * 3.8835), 180px); /* 100-50px、180-120px (1920-375) */
	margin: 0 auto;
}
/*ホームページを開設しました*/
.single-post div#content.wide {
    width: 73%;
    padding: 50px 0 100px 0;
}

/*bg_imgのデフォルトのCSS*/
.bg_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

/*新着情報*/
.category-news div#content.wide {
width: 73%;
	padding: 50px 0 100px 0;
} 
/*ヘッダー*/
h1.title.first span span {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 152.523%; /* 27.454px */
    letter-spacing: 1.8px;
}

h1.title.first span {
    color: #FFF;
    text-align: center;
    font-family: Zen Old Mincho;
    font-size: 68px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
}

.cat-news .title.first span{
	    font-size: 22px;
	color:black;
	font-family: 'Noto Sans JP';
}

h1.title.first {
    padding: 0.5rem 0 2.5rem;
    margin-bottom: 0.5rem;
    background: linear-gradient(90deg, #00913A 0% 33%, #FFFFFF 33% 66%, #E60012 66%);
    background-repeat: no-repeat;
    background-size: 26rem 0.2rem;
    background-position: bottom;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}


nav#mainNav ul li a:hover b {
    color: black;
}

span.tel_day_time {
    display: block;
    color: #555;
    text-align: center;
    font-family: Zen Kaku Gothic New;
    font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.2232), 1.2rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.6px;
}

span.tel_icon {
 
}

span.tel_number {
    color: #555;
    leading-trim: both;
    text-edge: cap;
    font-family: Zen Kaku Gothic New;
    font-size: min(calc(2.6rem + (1vw - 19.2px) * 0.2232), 2.6rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	    padding-left: 10px;
  
}

ul.header__contact a {
    padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(35px + (1vw - 19.2px) * 1.6722), 35px);
    line-height: 1;
	line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*投稿*/
div#front-sectionPost {
    display: flex;
}
/*ボタン*/
.btn-item a {
position: relative;
    display: block;
    /* text-align: center; */
    background: #E60012;
    color: white;
    font-size: 18px;
    font-weight: bold;
    width: 240px;
    padding: 20px 0;
    /* margin: 0 auto; */
    border: 2px solid #E60012;
    /* border-radius: 10px; */
    text-decoration: none;
    transition: 0.3s;
    padding-left: 20px;
    color: #FFF;
    /* text-align: center; */
    font-family: Zen Old Mincho;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.btn-item a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 3px solid white;
    border-right: 3px solid white;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 38%;
    transition: 0.2s;
}
.btn-item a:hover::before {
    right: 10px;
	right: 10px;
    /* color: black; */
    /* background-color: black; */
    border-top: 3px solid #E60012;
    border-right: 3px solid #E60012;
}

.btn-item a:hover {
    background-color: white;
    color:#E60012;
}

.btn-item {
    padding-top:45px;
}

ul#sitemap_list span {
    display: none;
}

#footer .footnav ul > li span {
    display: none;
}
/*テーブル*/
.table-item tr td {
    padding: 25px 3%;
    vertical-align: middle;
    color: var(--text_color, #444);
    font-family: Zen Kaku Gothic New;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.table-item td.cell_01 {
    width: 25%;
    text-align: center;  
    border-bottom: 1px solid #444;
	    text-align: left;
}
.table-item td.cell_02 {
    border-bottom: 1px solid #444;
	width: 34%;
}
/*概要の比率*/
#post-175 div.aboutus02 .table-item td.cell_02 {
	width: 74%;
}
.table-item tr.head td.cell_01{
    border-top: 1px solid #444;
}
.table-item tr.head td.cell_02 {
    border-top: 1px solid #444;
}

table.table {
    padding: 50px 0;
}

.table-item {
    padding: 0 100px;
    margin-top: 80px;
}

.table-item table, .table-item table th, .table-item table td {
    border-width: 0px;
}
/*カード*/

/*トップ*/


.text_area.third {
    position: relative;
	    margin-top: 30vw;

}

.text_area.third::after {
    position: absolute;
    content: "";
    top: -18vw;
    left: 15%;
    width: 21vw;
    max-width: 200px;
    height: 27vw;
    max-height: 100%;
    background-image: url(https://beethoven-tamago.com/wp-content/uploads/image02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}


.w56 {
    width: 56%;
}

.top01 {
    padding-bottom: 120px;
	padding-top: 150px;
}
.w35 {
    width: 35%;
}

h2.title {
    font-size: min(calc(2.3vw + (1vw - 19.2px) * 0.2232), 44rem);
  
    font-family: Zen Old Mincho;
    font-weight: 600;
    line-height: normal;
    font-style: normal;
    color: #000;
	    padding-top: 23px;
	    margin-bottom: 35px;
	    margin-top: 13vw !important;
}

.image01 {
    position: relative;
    /* margin-top: 100px; */
}

.image01::before {
position: absolute;
    content: "";
    top: 8%;
    left: 7%;
    max-width: 168px;
    width: 9vw;
    max-height: 185px;
    height: 10vw;
    background-image: url(https://beethoven-tamago.com/wp-content/uploads/top01-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.image01::after {
z-index: -3;
    position: absolute;
    content: "";
    top: 0;
    left: 29%;
        max-width: 233px;
    width: 13vw;
    max-height: 233px;
    height: 13vw;
    background-image: url(https://beethoven-tamago.com/wp-content/uploads/top02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.max_w1360 {
    max-width: 1360px;
}

.img01 img {
    transform: rotate(-14.027deg);
    width: 129.144px;
    height: 170.321px;
    flex-shrink: 0;
}
.space01 {
    padding: 100px 0;
}

.top02 {
    background-color: white;
}

.top02 .max_contents {
    position: relative;
}

.top02 .max_contents::before {
    position: absolute;
    content: "";
    top: 5%;
    left: 0;
width: 55vw;
    height: 36vw;
    max-width: 1046px;
    max-height: 683px;
    background-image: url(https://beethoven-tamago.com/wp-content/uploads/Group-330.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

h2.menu {
    color: #BBB;
    font-family: Zen Old Mincho;
    font-size: min(calc(3.54vw + (1vw - 19.2px) * 0.2232), 68rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.text_area {
    width: 46%;
    background-color: white;
    z-index: 4;
    margin-top: 19vw;
    padding: min(calc(11vw + (1vw - 19.2px) * 0.5580), 72px) min(calc(11vw + (1vw - 19.2px) * 1.6722), 72px);
    position: relative;
}

.text_area::before {
    position: absolute;
    content: "";
    top: -13vw;
    left: 52%;
    width: 21vw;
    max-width: 292px;
    height: 27vw;
    max-height: 391px;
    background-image: url(https://beethoven-tamago.com/wp-content/uploads/top_concept.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}



.text_area.third::before {
    background-image: url(https://beethoven-tamago.com/wp-content/uploads/pixta_68039135_L-2.png);
    top: -32%;
    left: 36%;
    max-width: 380px;
}

article#post-28 h1.title.first {
    background: none;
}

.category-news h1.title.first.cat-loop span {
    color: #fff;
    font-family: 'Noto Sans JP';
}
.flexbox.jc_between.bg_white.second {
    position: relative;
    margin-top: 100px;
}

.flexbox.jc_between.bg_white.second::before {}

.flexbox.jc_between.bg_white.second::before {
    position: absolute;
    content: "";
    top: 5%;
    right: -1%;
width: 55vw;
    height: 36vw;
    max-width: 1046px;
    max-height: 683px;
    background-image: url(https://beethoven-tamago.com/wp-content/uploads/top_kitchen.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
	z-index: 6;
}

.text_area.second {
    position: relative;
   width: 42%;
    margin-top: 18vw;
    z-index: 6;
}

.text_area.second::before {
    top: -14vw;
    left: 27%;
}

.flexbox.rev.jc_between.bg_white.third {
    position: relative;
}


.flexbox.rev.jc_between.bg_white.third::before {
    position: absolute;
    content: "";
    top: 15%;
    left: 0;
width: 55vw;
    height: 36vw;
    max-width: 1046px;
    max-height: 683px;
    background-image: url(https://beethoven-tamago.com/wp-content/uploads/top_profile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.text_area.second::before {
    background-image: url(https://beethoven-tamago.com/wp-content/uploads/top_kitchen_car-1.png);
}
.mr_concept {
    margin-right: 6vw;
}


.top02 {}

.flexbox.rev.jc_between {}

.max_w1800px {
    max-width: 1800px;
	background: white;
	    padding-bottom: 5vw;
}

a.mail_form::before {
    position: absolute;
    content: "";
        top: 0.8vw;
    left: 3vw;
    width: 2vw;
    max-width: 25px;
    height: 2vw;
    max-height: 25px;
    background-image: url(https://beethoven-tamago.com/wp-content/uploads/f8992a647896f17bc53e5bb536f53417.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

a.mail_form:hover::before {
    background-image: url(https://beethoven-tamago.com/wp-content/uploads/f55012127c62c283a90f33313bbb5570.png);
}

span.menu {
    color: #666;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 152.523%; /* 27.454px */
    letter-spacing: 1.8px;
    display: block;
	position: relative;
	    padding-left: 38px;
	    padding-left: 38px !important;
}

.contact_box {
    opacity: 0.85;
    background: #FFF;
}

div#footer01 {
    background-image: url(https://beethoven-tamago.com/wp-content/uploads/Group-336.jpg);
    padding: 100px 0;
}

.w48 {
    width: 48%;
    border: 1px solid #999;
}

.max_w988 {
    margin: auto;
    padding: min(calc(5.2vw + (6.2vw - 19.2px) * 0.5580), 100px) min(calc(5.2vw + (1vw - 19.2px) * 1.6722), 100px);
}

span.menu::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 24px;
    height: 16px;
    background-image: url(https://beethoven-tamago.com/wp-content/uploads/0edc4310f3ecb9ceec2ec637de1e897a.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    /* margin-right: 20px; */
}
.top04 span.menu {
    width: fit-content;
    margin: auto;
    padding: 0;
}

h2.menu.txt_c {
    color: #BBB;
    font-family: Zen Old Mincho;
    font-size: min(calc(3.54vw + (1vw - 19.2px) * 0.2232), 68rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
	padding: 0;
}

p.detail {
    padding-top: 20px;
}

.detail_box {
    margin-top: 67px;
}

.detail_box2 {
    margin-top: 28px;
}

.box-item {
    padding: min(calc(1vw + (6.2vw - 19.2px) * 0.5580), 30px) min(calc(5.2vw + (1vw - 19.2px) * 1.6722), 30px);
}

p.tel_number img {
    margin-right: 15px;
}
.tel_number img {
    max-width: 46px;
    max-height: 46px;
    width: 2.2vw;
    height: 2.2vw;
}

h3.mini_title {
    color: #333;
    text-align: center;
    font-family: Zen Kaku Gothic New;
    font-size: min(calc(1.3vw + (1vw - 19.2px) * 0.2232), 2.4rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4.8px;
}

p.tel_number {
    color: #333;
    text-align: center;
    font-family: Zen Kaku Gothic New;
    font-size: min(calc(2.2vw + (1vw - 19.2px) * 0.2232), 4.2rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4.2px;
	    display: flex;
    align-items: center;
}

p.reception {
    color: #333;
    text-align: center;
    font-family: Zen Kaku Gothic New;
    font-size: min(calc(1vw + (1vw - 19.2px) * 0.2232), 1.8rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.6px;
}

a.mail_form {
    color: #FFF;
    text-align: center;
    font-family: Zen Kaku Gothic New;
    font-size: min(calc(1vw + (1vw - 19.2px) * 0.2232), 1.8rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.6px;
    align-items: center;
	    border: 2px solid #E60012;
	position: relative;
}

a.mail_form img {
    padding-right: 14px;
}

a.mail_form:hover {
    color: black;
    background-color: white;
}



.w48.box-item.right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.right h3.mini_title {
    margin-bottom: 14px;
}

.mail_form {
    border-radius: 39px;
    background: #E60013;
    display: flex;
    justify-content: center;
        width: 24vw;
    max-width: 340px;
    height: 4vw;
    max-height: 54px;
    flex-shrink: 0;
    /* padding-top: 20px; */
    /* margin-top: 20px;*/
}
	
	.image_box.txt_c {
    display: flex;
    margin: auto;
    /* text-align: center; */
    /* justify-content: space-between; */
    max-width: 758px;
    /* justify-content: space-between; */
    padding-top: 75px;
}

.f_left {
    padding-right: 10px;
}

.f_right {
    padding-left: 10px;
}

footer#footer {}

.flexbox.jc_between.ai_center.gap {
    /* display: block !important; */
}

span.sub_ttl {
font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 152.523%;
    letter-spacing: 1.8px;
    display: flex;
    position: relative;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    width: fit-content;

}

span.mark {
    display: flex;
    align-items: center;
}

span.mark {
    margin-right: 18px;
}

span.title {
    color: #BBB;
    font-family: Zen Old Mincho;
    font-size: min(calc(3.54vw + (1vw - 19.2px) * 0.2232), 68rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
}

.w80 {}

section.top-news.full_width {
background-color: white;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  


}

.posting {
max-width: 1200px;
	width: 63%;
    margin: auto;
    padding: 5vw 0px;
}



top-news full_width .btn-item a {
    margin: auto;
}

section.top-news.full_width .btn-item a {
    margin: auto;
    text-align: left;
    padding-left: 39px;
}

span.menu.ex {
    position: relative;
}

span.menu.ex::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 24px;
    height: 16px;
    background-image: url(https://beethoven-tamago.com/wp-content/uploads/003b008c9de0132abd402542ebe29838.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

/*About us*/
h2.title.ex {

    color: #000;
    font-family: Zen Old Mincho;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 75px; 
    padding-top: 100px;
}

.max_w1440 {
    max-width: 1440px;
	    padding-top: 60px;
	width: 75%;
}

h2.topic {
    text-align: center;
}

span.topic {
    color: #870306;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 152.523%; /* 27.454px */
    letter-spacing: 1.8px;
    display: block;
}

h2.topic {
    color: #870306;
    text-align: center;
    font-family: Zen Old Mincho;
    font-size: 68px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    display: block;
    position: relative;
    /* margin: auto; */
    /* text-align: center; */
    width: fit-content;
    margin: auto;
    position: relative;
    z-index: 4;
}

h2.topic::before {
    z-index: 0;
    position: absolute;
    content: "";
    top: -39px;
    left: -32%;
    width: 144px;
    height: 166px;
    background-image: url(https://beethoven-tamago.com/wp-content/uploads/aboutus01-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}



.white_box {
    background-color: white;
	    padding: 100px 20px;
	    margin-top: 8vw;
}

/*メニュー*/
.beer02 {
    padding-top: 10%;
}

.beer_box {
    display: flex;
}

.table-item td.cell_02.ex {
    text-align: right;
}

h2.name {
    color: #870306;
    text-align: center;
    font-family: Zen Old Mincho;
    font-size: 68px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
	position: relative;
	    margin-bottom: 70px;
}

span.name {
    color: #870306;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 152.523%; /* 27.454px */
    letter-spacing: 1.8px;
    display: block;
}

.menu .table-item {
    padding: 0;
}

h2.name::before {
    position: absolute;
    content: "";
    top: -22%;
    left: 23%;
    width: 144px;
    height: 166px;
    background-image: url(https://beethoven-tamago.com/wp-content/uploads/aboutus01-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.menu {
    padding-bottom: 150px;
}

.top04 h2.menu {
    padding: 0;
}

h2.name::after {
    position: absolute;
    content: "";
    top: -38%;
    left: 65%;
    width: 124px;
    height: 166px;
    background-image: url(https://beethoven-tamago.com/wp-content/uploads/aboutus02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

span.engulish {
    display: block;
    text-align: center;
     margin-top: 2px;
    color: #FFF;
    text-align: center;
    font-family: Zen Kaku Gothic New;
    font-size: min(calc(1vw + (1vw - 19.2px) * 0.2232), 1.2rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

a.head-btn-mail {
    background-color: #E60013;
    margin-right: 20px;
    border-radius: 45px;
    color: white;
    padding: 13px 23px !important;
    margin-top: 0px;
}

span.mail_icon {
    margin-right: 8px;
    line-height: 1;
}

span.japanese {
    color: #FFF;
    text-align: center;
    font-family: Zen Kaku Gothic New;
    font-size: min(calc(1vw + (1vw - 19.2px) * 0.2232), 1.7rem);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

/*profile*/
.w28 {
    width: 28%;
}

.w65 {
    width: 65%;
}

p.post {
    color: #000;
    font-family: Zen Kaku Gothic New;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}

p.profile {
    color: #000;
    font-family: Zen Kaku Gothic New;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 93.75% */
    margin-bottom: 20px;
    padding-top: 15px;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}

span.profile {
    color: #000;
    font-family: Zen Kaku Gothic New;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
    padding-left: 30px;
}

.table-item02 {
    padding: min(calc(0px + (1vw - 19.2px) * 0.5580), 0px) min(calc(10vw + (1vw - 19.2px) * 1.6722), 170px);
}

.table-item02 td.information {
    border-bottom: 1px solid #444;
    color: #000;
    font-family: Zen Kaku Gothic New;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    padding-left: 30px;
    padding: 17px 30px;
}

.table-item02 td.information:first-child {
    /* border-top: 1px solid #444; */
}

.table-item02 td.topic {
    border-bottom: 1px solid #444;
    color: var(--text_color, #444);
    font-family: Zen Kaku Gothic New;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
	position: relative;
	    padding-top: 70px;
}

.table-item02 table, .table-item02 table th, .table-item02 table td {
    border-width: 0px;
}

.table-item02 td.topic::before {
    position: absolute;
    content: "";
    top: 85px;
    left: 0;
    width: 23px;
    height: 3px;
    /* background-image: url(); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    /* border: 1px solid; */
    background-color: red;
}



h2.topic::after {
    z-index: 0;
    position: absolute;
    content: "";
    top: -39px;
    left: 93%;
    /* max-width: 144px; */
    width: 124px;
    /* max-height: 166px; */
    height: 166px;
    background-image: url(https://beethoven-tamago.com/wp-content/uploads/aboutus02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

h2.name.ex {
    position: relative;
}

h2.name.ex::before {
    left: 29%;
}

h2.name.ex::after {
    left: 62%;
}
/*コンセプト*/
.w32 {
    width: 32%;
}
.w24 { 
    width: 24%;
} 
div#bg_concept {
background-image: url(https://beethoven-tamago.com/wp-content/uploads/concept_bg2.png);
    padding-top: 100px;
    padding-bottom: 318px;
	    background-attachment: fixed;
}

h2.concept_title {
    color: #FFF;
    text-align: center;
    font-family: Zen Old Mincho;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 108.8px */
}

p.concept {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
  
}

.max_w1680 {
    max-width: 1680px;
}

.max_w1422 {
    max-width: 1422px;
	    width: 90%;
}

.page-id-21 .top04 {
    display: none;
}

h2.concept_title {
    position: relative;
    margin-bottom: 110px;
}

h2.concept_title::before {
    position: absolute;
    width: 593px;
    background: white;
    content: "";
    height: 2px;
    transform: translateX(-50%);
    left: 50%;
    top: 103%;
}

.moving {
    margin-top: -170px;
}

	table.bg_trans td {
    background: transparent;
}
/*フォーム送信完了*/
article#post-23 h1.title.first span {
    color: black;
    /* background: none; */
    font-family: 'Noto Sans JP';
}

article#post-23 h1.title.first {
    background: none;
}
/*フッター*/

@media print, screen and (max-width: 1024px) {

  
}
@media only screen and (min-width: 769px) {

}

@media only screen and (max-width: 768px) {
	.beer_box {
    display: block;
}
	
	.post p {
    font-size: 16px;
}
	  .table-item02 tr td {
    font-size: 16px;
    padding: 15px 10px;
  }
	.table-item02 td.cell_01 {
		width: 45%;
	}
  
  .table-item02 {
  overflow-x: scroll;
	  -webkit-overflow-scrolling:auto;
  }

.table02 {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  }
	
	
	
	
.table-item tr td {
    font-size: 16px;
    padding: 15px 10px;
  }
	.table-item td.cell_01 {
		width: 60%;
	}
  
  .table-item {
  overflow-x: scroll;
  }

.table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  }
  

body:not(.home) #wrapper {
    width: 90%;
}


	.postlist .ttls, .postlist .date {
    font-size: 16px;
}

    .post .time a, .post2b .time a, .post4b .time a, .postlist .time a {
    font-size: 16px;
}

	.page-id-30 h3 {
    font-size: 18px;
}

.category-works #content, body:not(.home) #content.wide {
    width: 100%;
}

body #wrapper {
    width: 100%;
    max-width: unset;
}

#content, #content.wide {
    width: 80%;
}

.max_w1100 {
width: 90%;
}

/*SPヘッダー*/
h1.title.first span {
    font-size: 30px;
}
/*SPテーブル*/

/*SPボタン*/

/*SPフッター*/
.w48 {
    width: 90%;
    margin: auto;
}

h3.mini_title {
    font-size: 18px;
}

p.tel_number {
    font-size: 24px;
    padding: 10px 0;
	justify-content: center;
}

p.reception {
    font-size: 12px;
}

a.mail_form {}

.mail_form {
    width: 100%;
    font-size: 16px !important;
    height: auto;
}
.top04 .w48 {
    margin: auto;
	padding:20px;
}
a.mail_form::before {
        left: 9%;
    top: 30%;
    width: 15px;
    height: 15px;
    background-size: contain;
	
}

.top04 h2.menu {
    font-size: 50px;
}
/*SPトップ*/
	.w32 {
    /* width: 60% !important; */
    margin: auto;
    padding-bottom: 4%;
}
	
	.beer01 {
    width: 50%;
    margin: auto;
}

.beer02 {
    width: 50%;
    margin: auto;
}
	
.btn-item a {
    padding: 10px 10px;
}

span.title {
    font-size: 50px;
}

.w80 {
    width: 80% !important;
    margin: auto !important;
}

.space01 {
    /* padding: 22px; */
}

.w56.image01 {
    width: 100%;
}

.top01 .btn-item a {
    margin: auto;
}

.top01 {
    padding-top: 0;
}

h2.title {
    margin-top: 40px !important;
    margin-bottom: 26px;
    padding-top: 135px;
    font-size: 24px;
    text-align: center;
}

.image01::before {
    background-size: contain;
    max-width: 100px;
    max-height: 150px;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
}

.image01::after {
   max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: 100%;
    background-size: contain;
    left: 35%;
    top: 2%;
}
	
	span.sub_ttl {
    margin: auto;
}

.img02 {
    display: none;
}

.mxauto.max_w1200 {
    width: 90%;
    margin: auto;
}
	
	h2.title.ex {
    font-size: 20px;
    line-height: 1.8;
   
    padding-top: 136px;
 
}

h2.topic {
    /* width: 43%; */
    /* margin: auto; */
    font-size: 28px;
}

.table-item {
    margin-top: 30px;
    padding: 0;
    margin: 29px;
    margin-top: 40px;
}

h2.topic::before {
    width: 72px;
    height: 83px;
    top: -8px;
}

h2.topic::after {
    width: 62px;
    height: 83px;
    top: -13px;
}

.white_box {
    margin: 0;
}

.mxauto.max_w1440 {
    width: 90%;
    margin: auto;
}
	
	.max_w988 {
    padding: 50px 0;
}
	
	h1.title.first span {
    font-size: 22px;
    padding-bottom: 6px;
}
.f_left {
    padding: 0;
}



#footer img {
    max-width: 70%;
}

.f_right {
    padding-right: 0;
}

.f_right {}


h1.title.first {
    margin-bottom: 10px;
}
	
	h1.title.first {
    background-size: 10rem 0.2rem;
}

.mxauto.max_w1680 {
    width: 90%;
}

h2.concept_title {
    font-size: 22px;
    margin-bottom: 30px;
}

h2.concept_title::before {
    width: 295px;
}

p.concept {
    padding: 20px;
}

.w24 {
    width: 65%;
    margin: auto;
    margin-bottom: 20px;
}

div#bg_concept {
    padding-bottom: 219px;
}
	
	h2.name::before {
    width: 72px;
    height: 83px;
    top: -8%;
    left: 12%;
}

h2.name::after {
    width: 72px;
    height: 83px;
    top: -20%;
    left: 69%;
}

.table-item {
    margin: 0;
    margin-top: 30px;
}

h2.name {
    font-size: 36px;
}

.menu {
    padding-bottom: 78px;
}

.detail_box {
    margin-top: 27px;
}

.detail_box2 {
    margin-top: 16px;
}

	
	h2.name.ex::before {
    left: 5%;
}

h2.name.ex::after {
    left: 75%;
}

.w28 {
    width: 77%;
    margin: auto;
}

.w65 {
    width: 100%;
}

p.post {
    margin-top: 30px;
}

p.profile {
    font-size: 22px;
}

.greeting .white_box {
    margin-top: 30px;
}
	
.sp_flex_center .gallery {
    justify-content: space-around !important;
}
	
	.text_area.third::after {
    top: 120vw;
    left: 55vw;
}

.text_area.third::before {
    bottom: 148vw;
    right: 27vw;
}
/*SPカード*/

/*SP投稿のタイトル*/
		article#post-28 h1.title.first span {
    font-size: 20px;
}

	article#post-1 h1.title.first span{
		
		 font-size: 20px;
	}
	
.posting {
    width: 85%;
}

.top-news .w80 {
    width: 100% !important;
}

.top-news span.sub_ttl {
    text-align: left;
    margin-left: inherit;
}
	
	.top02 .max_contents::before {
    top: 1%;
    left: 5%;
    width: 100%;
    height: 100%;
    max-width: 90vw;
    max-height: 90vw;
    background-size: cover;
    z-index: 5;
}

.mr_concept {
    margin-right: auto;
}

.text_area {
    width: 100%;
    padding-top: 125vw;
}

.text_area::before {
    bottom: 80vw;
    left: unset;
    top: unset;
    right: 10vw;
}
	
.top01 .w56.image01 h2.title {
    padding-top: 45vw;
}	
	
	.top01 .w35 .img02 {
    display: none;
    position: absolute;
    width: 100px;
    top: -165vw;
    right: 0vw;
    left: unset;
}

.top01 .w35 {
    position: relative;
    width: 100%;
}
	
.text_area.second {
    width: 100%;
}

.flexbox.jc_between.bg_white.second::before {
    z-index: 60;
    width: 100%;
    height: 100%;
    max-width: 90vw;
    max-height: 90vw;
    top: 1%;
    left: 5%;
    background-size: cover;
}

.text_area.second::before {
    top: unset;
    left: unset;
    bottom: 60vw;
    right: 5vw;
    z-index: 61;
}
	
	.text_area.third::before {
    bottom: 120vw;
    right: 5vw;
    left: unset;
    top: unset;
}

.flexbox.rev.jc_between.bg_white.third::before {
    z-index: 60;
    width: 100%;
    height: 100%;
    max-width: 90vw;
    max-height: 90vw;
    top: 1%;
    left: 5%;
    background-size: cover;
}
	
.imglogo_contents {
    position: absolute;
    width: 100px;
    top: -5vw;
    right: 0vw;
    left: unset;
}
	
	.flexbox.jc_between.moving {
    display: flex;
		<*-- display: block;--*>
}
	
	.flexbox.jc_between.moving .w32{
		width: 32% !important;
	}

.max_w1422 {
    width: 100%;
}

.concppt02 .max_contents {
    width: 100%;
    margin: 0 auto;
}

.concppt02 {
    text-align: center;
}
	.moving .w24{
		width:20%;
	}
}

h1.title.first.cat-loop {
    background: linear-gradient(90deg, #00913A 0% 33%, #FFFFFF 33% 66%, #E60012 66%);
    background-repeat: no-repeat;
    background-size: 26rem 0.2rem;
    background-position: bottom;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    top: 50%;
}

.top01 h2.title {
    text-align: left;
}

.profilebox {
    max-width: 350px;
    box-shadow: 0px 4px 9px 0px #4444446e;
    border-radius: 3px;
    margin-top: 2vw;
    margin-bottom: 2vw;
    color: #444444;
    font-family: Zen Kaku Gothic New;
}

.profilebox p {
    font-family: Zen Kaku Gothic New;
}

}
