/* Theme Name: nory */
/* For menue style 変更 2025/08/02  */


/*======================*/
/*  For PC minmun 960px */
/*======================*/
@media screen and (min-width: 960px) {
/* body { max-width: 960px; } */

.header {
  background-color: white;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}

/* ヘッダーのロゴ部分 */
.header__title {
  display:inline-block;
  width: 240px;
  color: #674c41;
  font-family:"Yu Gothic UI Semibold",sans-serif;
  font-size: 16px;
}

.header__title a, a:hover {
 color: #674c41;
 text-decoration:none;
}

.header__logo {
  display:inline-block;
  width: auto;
  height: 30px;
  vertical-align: middle;
  margin:0 10px 0 0;
}
/* instagram fb c_com */
.header__insta img{
	position:absolute;
    right:100px;
    top:13px;  
    width:25px;
    height:25px;
}

.header__fb img{
	position:absolute;
    right:60px;
    top:13px;  
    width:25px;
    height:25px;
}
/* ハンバーガーメニュー を隠す*/
.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 0;
}

.nav {
    position: fixed;
    top: 30px;
    left: 0px;
        width: 100%;
    height: 40px;
    margin: 20px auto 10px auto;
    justify-content: center;
    display: flex;
    background-color:#d1a340;
}

.nav ul{
    margin: 0;
    padding: 0;
}

.nav li{
    float: left;
    width: 110px; /* グローバルナビ8つの場合 */
    height: 40px;
    line-height: 40px;
    background-color:#d1a340;
    list-style:none;
    color:#674c41;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    font-size:12px;
}

.nav ul li a {
  display: block;
  text-decoration: none;
  transition: all 200ms ease;
  color:#674c41;
}

.nav ul li a:hover {
	background: #696969;
	color: #fff;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 12px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul#acd-menu ul {
   display: none;
}

ul#acd-menu li:hover ul {
   display: block;
  transition: .5s ease;
}

/* Mega menue */
.menu__mega ul.menu__second-level {
    position:absolute;
    top: 40px;
    left: 200px;
    box-sizing: border-box;
    width: 600px;
    padding: 3px 0px 3px 8px;
    background:#d1a340;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index:3;
}

.menu__mega:hover ul.menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
}

.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
    background:#d1a340;
}

.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 4px;
}
}

/*======================================*/
/*  For mobile 640px & tablet 640-959px */
/*======================================*/
@media (min-width: 0px) and (max-width: 959px) {
	body { max-width: 100%;	}

/* ========================================== */
/* 右からでる NEW Drawer メニュー 2025/08/03  */
/* ハンバーガーメニュー                       */
/* ========================================== */

/* ヘッダー */

.header {
  background-color: white;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}

/* ヘッダーのロゴ部分 */
.header__title {
  display:inline-block;
  width: 240px;
  color: #8b4513;
  font-family:"Yu Gothic UI Semibold",sans-serif;
  font-size: 16px;
}

.header__title a, a:hover {
 color: #8b4513;
 text-decoration:none;
}

.header__logo {
  display:inline-block;
  width: auto;
  height: 30px;
  vertical-align: middle;
  margin:0 5px 0 0;
}
/* instagram fb c_com */
.header__insta img{
	position:absolute;
    right:105px;
    top:13px;  
    width:25px;
    height:25px;
}

.header__fb img{
	position:absolute;
    right:65px;
    top:13px;  
    width:25px;
    height:25px;
}

/* ヘッダーのナビ部分 */

.header__nav {
  position: absolute;
  right: 0px;
  top: 0;
  width: 300px;
  height: 100vh;
  transform: translateX(300px);
  background-color: #f5f5f5;
  transition: ease .4s;
}

.nav-items {
  padding: 40px 0;
}

/* ナビのリンク */

.nav-items__item a {
  width: 100%;
  display: block;
  padding: 10px 20px;
  color: #696969;
  text-decoration: none;
  font-family: sans-serif;
  font-size:12px;
  border-bottom: 1px solid #fff;
}

.nav-items__item li a:hover, ul li a:hover {
	background: #696969;
	color: #fff;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 38px;
  height: 100%;

}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 6px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
}

/* ==================================== */
/* アコ―ディオン メニュー　2025/08/01  */
/* ==================================== */

#acd-menu dt {
	position: relative;
	padding: 0 40px 0 0;
	border-bottom: 1px solid #fff;
	cursor: pointer;
    color: #696969;
    text-decoration: none;
    font-family: sans-serif;
    font-size:12px;
}
#acd-menu dt::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left-color: #d1c8c3;
}
#acd-menu .open::before {
	content: '';
	position: absolute;
	top: 14px;
	right: 15px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: #d1c8c3;
}
#acd-menu dt::after {
}
#acd-menu dd ul li {
	list-style: none;
}
#acd-menu dd ul li a {
	display: block;
	position: relative;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #eee;
    color: #696969;
    text-decoration: none;
    font-family: sans-serif;
    font-size:12px;

}

#acd-menu ul li a:hover, dt:hover{
	background: #696969;
	color: #fff;
}

}

