@charset "UTF-8";
/*!
Theme Name: yoshiyasu navi.css
Version:20221124
*/
/******************* ヘッダー*****************/
.inner.clearfix {
    width: 50%;
    text-align: left;
}
.inner {
    /*width: 100%;*/
    padding:0/* 1%*/;
    margin: 0;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#nav-toggle {
    display: none;
}
#top-head {
    top: -100px;
    position: fixed;
    width: 100%;
    margin: 100px auto 0;
    padding: 0px 5% 0;
    line-height: 1;
    z-index: 999;
	background: rgba(0,0,0,0.7);
}

#top-head a, #top-head {
/*    background: #000;*/
    text-decoration: none;
}
/*#top-head.fixed a, */#top-head.fixed {
background: rgba(255,255,255,0.7)
}
#top-head h1.sub_h1 {
    display: none;
}
p.header_h1_official {
    display: none;
}

#top-head.fixed h1.sub_h1 {
	display: inline-block;
}
#top-head.fixed p.header_h1_official {
    display: inline-block;
}

#top-head p.second_sub_h1 {
	display: inline-block;
}
#top-head p.second_header_h1_official {
    display: inline-block;
}
header#top-head.second_head {
    margin-top: 0;
    top: 0;
    position: fixed;
    display: flex;
    justify-content: space-between;
    /* padding-top: 10px; */
    /* height: 136px; */
    background: #fff;
    background: rgba(0,0,0);
}
.header_pcarea{    
	display: flex;
    justify-content: space-between;
}

h1.sub_h1 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 2.3em;
    font-weight: 400;
	margin: 10px 0 5px 0px;
	/*line-height: 50%;*/
	letter-spacing: 0.05em;
}
p.header_h1_official {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 0.98em;
    letter-spacing: 0.94em;
    padding-left: 3px;
    color: #fff;
	margin: 0 0 10px;
}


p.second_sub_h1 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 2.3em;
    font-weight: 400;
    margin: 10px 0 5px 0px;
	/*line-height: 50%;*/
	letter-spacing: 0.05em;
}
p.second_header_h1_official {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 0.98em;
    letter-spacing: 0.94em;
    padding-left: 3px;
    color: #fff;
	margin: 0 0 10px;
}



#global-nav ul {
	width: 100%;
    list-style: none;
    padding: 0px;
    margin: 5px 0 10px;
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
}
#global-nav ul li{
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}
#global-nav ul li:not(:last-child) {
    margin-right: 40px;
}
#global-nav ul li a {
    color: #fff;
}
#global-nav ul li a:hover {
    color: rgb(255 255 255 / 70%);
}
#global-nav ul li a img:hover {
    opacity: 0.7;
}
#global-nav ul li.gmenu_01,#global-nav ul li.gmenu_02,#global-nav ul li.gmenu_03,#global-nav ul li.gmenu_04{
	margin-top:10px;
}
#global-nav ul li.instagram_icon, li.twitter_icon {
    width: 30px;
}
#global-nav ul li.instagram_icon{
    font-size: 2.0em;
}
#global-nav ul li.twitter_icon{
    font-size: 2.0em;
}
#top-head #global-nav ul li a:hover {
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
}

/* Fixed */
/*#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
	display: flex;
	justify-content:space-between;
    background: #fff;
    background: rgba(0,0,0,.7);
}*/
/*#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}*/
#top-head.second_head #global-nav ul {
    margin: 21px 0 10px;
}
#top-head.fixed #global-nav ul {
    margin: 21px 0 10px;
}
#top-head.fixed #global-nav ul li a {
	padding: 0;
    color: #fff;
}
#top-head.fixed #global-nav ul li a:hover {
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
}
.tophead_btm{
	padding:0px;
	margin:0px;
	width:100%;
	height:10px;
	background:#f9ba13;
	}


/* Toggle Button */
/*#nav-toggle {
    display: none;
    position: absolute;
    right: 20px;
    top: 30px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}*/
/***************************************************/
/*★ BreakPoint 1200pxまで ★*/
/***************************************************/
@media screen and (max-width: 1200px) {
#top-head {
    padding: 0 5%;
}
h1.sub_h1 {
    font-size: 2.0em;
}	
p.header_h1_official {
    letter-spacing: 0.77em;
}
p.second_sub_h1 {
    font-size: 2.0em;
}	
p.second_header_h1_official {
    letter-spacing: 0.77em;
}	
}

/***************************************************/
/*★ BreakPoint 1000pxまで ★*/
/***************************************************/
@media screen and (max-width: 1000px) {
h1.sub_h1 {
    font-size: 1.8em;
}	
p.header_h1_official {
    font-size: 0.8em;
    letter-spacing: 0.88em;
}
p.second_sub_h1 {
    font-size: 1.8em;
}	
p.second_header_h1_official {
    font-size: 0.8em;
    letter-spacing: 0.88em;
}	
}
/***************************************************/
/*★ BreakPoint 959pxまで(960px未満をタブレット) ★*/
/***************************************************/
@media screen and (max-width: 959px) {

/***** Toggle Menu ******/
header#top-head {
    border-top: none;
}
.head-right {
    display: none;
}
header#top-head {
    display: flex;
    justify-content: space-between;
}	
header#top-head .inner {
    padding:0px;
}
.logo {
    display: inline-block;
}
#top-head, .inner {
        width: 100%;
        padding: 0;
    }
#top-head .inner {
    padding-bottom: 0px;
        width:100%;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
	background-color:#000;
    }
    /* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
	background-color: #000;
    }
#mobile-head {
	width: 100%;
    height: 60px;
    z-index: 100;
    position: relative;
    background: rgba(0,0,0,1.0);
	padding: 10px;
}
/*.logo_area {
    padding: 0 2%;
}*/
#top-head h1.sub_h1 {
	display: inline-block;
}
#top-head p.header_h1_official {
    display: inline-block;
}
#top-head p.second_sub_h1 {
	display: inline-block;
}
#top-head p.second_header_h1_official {
    display: inline-block;
}
	
h1.sub_h1 {
    font-size: 1.8em;
	margin:0;
    /*padding: 20px 0 0 0;*/
}
p.header_h1_official {
    font-size: 0.76em;
    letter-spacing: 0.94em;
    padding-left: 4px;
}
p.second_sub_h1 {
    font-size: 1.8em;
	margin:0;
    /*padding: 20px 0 0 0;*/
}
p.second_header_h1_official {
    font-size: 0.76em;
    letter-spacing: 0.94em;
    padding-left: 4px;
}
	
#global-nav ul li:not(:last-child) {
    margin-right: 0px;
} 
/*
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: unset;
        padding: 13px 0;
        font-weight: normal;
    color: #ffffff;
	font-size: 90%;
    font-family: 'Noto Sans JP', sans-serif;

    }
    #top-head #global-nav ul li a:hover {
	color:#fff;
}*/
li.gmenu_02:before, li.gmenu_03:before, li.gmenu_04:before, li.gmenu_05:before, li.gmenu_06:before, li.instagram_icon:before, li.twitter_icon:before {
	content:none;
}
#global-nav ul li.instagram_icon,#global-nav ul li.twitter_icon {
    padding-left: 0.5em!important;
}

/* Toggle Button */
:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
}	
#nav-toggle {
    position: fixed;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 2vw;
    margin-top: 10px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle span {
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 30px;
    top: 17px;
    right: 4px;
    background-color: #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span::before, 
#nav-toggle span::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		right: 0;
		background-color:#fff;
		-webkit-transition: -webkit-transform .5s, top .5s, background-color 0.3s, width 0.2s;
		-moz-transition: -moz-transform .5s, top .5s, background-color 0.3s width 0.2s;
		transition: transform .5s, top .5s, background-color 0.3s width 0.2s;
}
#nav-toggle span::before {
		top: -10px;
}
#nav-toggle span::after {
		top: 10px;
}
	/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle {
		/*background-color: #fff;*/
}
.open #nav-toggle span {
	width: 0;
	transform-origin: center;
	background-color: #fff;
	z-index: 101;
}
.open #nav-toggle span:after,
.open #nav-toggle span:before {
	top: 0px;
	width: 32px;
	background-color: #fff;
	transform-origin: center;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	transform: rotate(225deg);
}
.open #nav-toggle span:before {
	-webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	transform: rotate(-225deg);
}	
	

.head-right ul{
	margin-right:70px;
}
.head-right ul li {
	margin-right:14px;
}

}


/***************************************************/
/*★ BreakPoint 411pxまで ★*/
/***************************************************/
@media screen and (max-width: 411px) {
#mobile-head {
    height: 50px;
}

#top-head h1.sub_h1 {
	font-size:1.4em;
    letter-spacing: 0;
}
p.header_h1_official {
    font-size: 0.76em;
    letter-spacing: 0.55em;
    padding-left: 2px;
}
	
#top-head p.second_sub_h1 {
	font-size:1.4em;
    letter-spacing: 0;
}
p.second_header_h1_official {
	font-size: 0.76em;
	letter-spacing: 0.55em;
	padding-left: 2px;
}
}