/* 
Theme Name: KOHO-Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Template: hello-elementor
Version: 1.0.1
*/

html,body {
	font-family: 'Shippori Mincho', sans-serif;
	font-size: 16px
}
strong {
	font-weight:700;
}
a {
	color: #000000;
	font-weight:600;
}
a:hover {
	color: #000000;
}
a:visited {
	color: #000000;
}
h1 {
	font-family: 'Shippori Mincho', sans-serif;
	font-style:normal;
	font-weight:700;
	font-size:36px;
	color:#000000;
	font-feature-settings: "palt";
}
h2,h3,h4,h5 {
	font-family: 'Shippori Mincho', sans-serif;
	font-style:normal;
	font-weight:700;
	font-feature-settings: "palt";
}
h2 {
    font-size: 29px;
}
h3 {
    font-size: 27px;
}
h4 {
    font-size: 14px;
}
p {
	font-family: 'Shippori Mincho', sans-serif;
	font-style:normal;
	font-feature-settings: "palt";
}


/* 機屋のご案内 */

	table td, table th{
		border: none;
		pointer-events: none;
		text-align: left;
		font-size:15px;
	}
	table th{
		width: 150px;
	}
	table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
		background-color: #ffffff;
	}



@media screen and (max-width:1024px) { 
	.jet-mobile-menu__instance--slide-out-layout.fixed-left-toggle-position .jet-mobile-menu__toggle {
		top: 20px;
		flex-direction: column;
		align-items: center;
	}
}
@media screen and (max-width:480px) { 
	h2 {
    	font-size: 20px;
	}
	h3 {
   		font-size: 16px;
	}
	table th{
		width: 100px;
	}
		/* ハンバーガーメニューのテキストをライン下に表示 */
	.jet-mobile-menu__instance--slide-out-layout.fixed-left-toggle-position .jet-mobile-menu__toggle {
		top: 20px;
		flex-direction: column;
		align-items: center;
	}
		/* ハンバーガーメニューの位置調整 */
	#mobilemenu .jet-mobile-menu__toggle-text {
		margin-left: 0px; !important
	}
	#mobilemenu .jet-mobile-menu__toggle {
		width: 40px;
	}
}



