/*
Theme Name: 24 golfstudio
Author: Yuichi MIkuni
Description: 24 golfstudio theme for WP 6.9
Version: 1.0
*/
body,html {
	padding: 0;
	margin: 0;
	font-family: serif;
}
body *{
	box-sizing: border-box;
}
a:hover{
	text-decoration: underline;	
}
.inner_top{
	display: none;
}

/* header */
.inner_bottom {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: row;
    position: fixed;
    z-index: 99;
    top: 0;
}
.inner_b_l {
    width: 4vw;
    min-width: 39px;
    aspect-ratio: 1/1;
    display: block;
    position: absolute;
    left: 0;
}
.inner_b_r {
    width: 100%;
    max-width: 60vw;
    position: absolute;
    right: 0;
}
.inner_b_r .menu-header-menu-container .header-menu {
    display: flex;
    flex-direction: row;
    background: rgb(255 255 255 / 80%);
    margin: 0;
    padding: 0;
}
.header-menu .menu-item {
	list-style: none;
}
.header-menu .menu-item a {
    display: inline-block;
    padding: 0.8em 1.8em;
	margin: 0 .5em;
	color: #333;
	font-weight: 600;
	text-decoration: none;
}
.menu-item a:hover {
	color: #000;
	text-decoration: none;
}