.head_menu{
	display: none;
}
.hamburger {
	display: none;
}
.hamburger::after{
	display: none;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
	display: none;
}
/*.hamburger__icon:before {
  top: -7px;
}*/
@media (min-width: 501px) and (max-width: 1080px) 
{
.head_menu{
    display: block;
    position: fixed;/*relative*/
    width: 100%;
    height: 74px;
    top:0;
    left:0;
    background-color: #000;
    z-index: 1;
	}
.header_nav_bar {
	width: 100%;
	position: fixed;/*relative*/
    background-color: #000;
    color: #fff;
	padding: 6px 0;
	min-height: 50px;
	z-index: 9999;
}
/*.head_name{
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    color: #d3a237;
    width:75%
}*/
.hamburger {
  display: block;
  width: 80px;
  height: 50px;
  color: #000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.hamburger::after{
    content: "MENU";
    position: absolute;
    top:50px;
    left: 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: block;
    font-family: 'Noto Sans JP', sans-serif , serif ,メイリオ;
}
.hamburger__icon {
  position: relative;
  margin-top: 15px;
    /*margin-top: 12px;*/
    /*margin-left: 12px;*/
  margin-bottom: 7px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
/*.hamburger__icon:before {
  top: -7px;
}*/
.hamburger__icon:after {
  top: 7px;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff;
}
.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
.hamburger.active::before,.hamburger.active::after{
    content: "";
    position: absolute;
    top:0;
    left: 25px;
    color: #231815;
    font-size: 25px;
    font-weight: 600;
    display: block;
    font-family: 'Noto Sans JP', sans-serif , serif ,メイリオ;
    z-index: 9999;
}
.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.fat-nav__wrapper {
  width: 100%;
  height: 100%;
transform: none !important;
}
.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fat_nav_ttl{
    font-size: 18px;
    padding: 10px 15px;
	letter-spacing: 14px;
	margin-bottom: 10%;
}
.fat-nav ul {
	/*display: table-cell;*/
	vertical-align: middle;
	width: 90%;
	margin: 0;
	padding-left: 8%;
	box-sizing: border-box;
	color:#fff;
	line-height: 3em;
}
.fat-nav li {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
	padding-top: 2%;
    list-style: none;
}
.fat_nav_img img{
	max-width: 90%;
	padding-left: 5%;
	}
.fat-nav li a, .fat-nav li a:link ,.fat-nav li a:visited{
    text-decoration: none;
    color: #fff;
}
.fat-nav .head_nav_item::before{
    content: "●";
    color: #fff;
    padding-right: 5px;
}
.fat-nav .head_nav_item{
    padding-left: 20px;
    text-indent: -20px;
    padding-right: 10px;
	letter-spacing: 6px;
}
.fat-nav .head_nav_item02{
/*    border-bottom:double 4px;*/
}
.fat-nav .head_nav_item03{
    border-bottom:solid 1px;
}
.head_nav_ttl{
	border-bottom:dashed 1px;		
	font-weight: 600;
	font-size: 24px;
}
.head_nav_left hr{
	border-bottom: double;
	color:#fff;
}
.nav_foot{
	text-align: center;
	margin-top: 6%;
	margin-bottom: 6%;
	font-size: 20px;
	letter-spacing: 4px;
	line-height: 2em;
}
.nav_icon{
	width: 80%;
	padding-left: 10%;
	display: flex;
	justify-content:space-between;/*横の等間隔*/
	margin-top: 5%;
}
.nav_icon img{
	max-width: 50%;
}
.nav_icon_item{
	margin-bottom: 6%;
	place-items: center;
}
}
@media (min-width: 0px) and (max-width: 500px) /*--------------------------------スマホ対応------------------------------------*/
{
.head_menu{
		display: block;
		position: fixed;/*relative*/
		width: 100%;
		height: 74px;
		top:0;
		left:0;
		background-color: #000;
	    z-index: 1;
	}
.header_nav_bar {
	width: 100%;
	position: fixed;/*relative*/
    background-color: #000;
    color: #fff;
	padding: 6px 0;
	min-height: 50px;
	z-index: 9999;
}
/*.head_name{
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    color: #d3a237;
    width:75%
}*/
.hamburger {
  display: block;
  width: 80px;
  height: 50px;
  color: #000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.hamburger::after{
    content: "MENU";
    position: absolute;
    top:50px;
    left: 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: block;
    font-family: 'Noto Sans JP', sans-serif , serif ,メイリオ;
}
.hamburger__icon {
  position: relative;
  margin-top: 15px;
    /*margin-top: 12px;*/
    /*margin-left: 12px;*/
  margin-bottom: 7px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
/*.hamburger__icon:before {
  top: -7px;
}*/
.hamburger__icon:after {
  top: 7px;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff;
}
.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
.hamburger.active::before,.hamburger.active::after{
    content: "";
    position: absolute;
    top:0;
    left: 25px;
    color: #231815;
    font-size: 25px;
    font-weight: 600;
    display: block;
    font-family: 'Noto Sans JP', sans-serif , serif ,メイリオ;
    z-index: 9999;
}
.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.fat-nav__wrapper {
  width: 100%;
  height: 100%;
transform: none !important;
}
.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fat_nav_ttl{
    font-size: 18px;
    padding: 10px 15px;
	letter-spacing: 14px;
	margin-bottom: 10%;
}
.fat-nav ul {
	/*display: table-cell;*/
	vertical-align: middle;
	width: 90%;
	margin: 0;
	padding-left: 8%;
	box-sizing: border-box;
	color:#fff;
	line-height: 3em;
}
.fat-nav li {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
	padding-top: 2%;
}
.fat_nav_img img{
	max-width: 90%;
	padding-left: 5%;
	}
.fat-nav li a, .fat-nav li a:link ,.fat-nav li a:visited{
    text-decoration: none;
    color: #fff;
}
.fat-nav .head_nav_item::before{
    content: "●";
    color: #fff;
    padding-right: 5px;
}
.fat-nav .head_nav_item{
    padding-left: 20px;
    text-indent: -20px;
    padding-right: 10px;
	letter-spacing: 6px;
}
.fat-nav .head_nav_item02{
/*    border-bottom:double 4px;*/
}
.fat-nav .head_nav_item03{
    border-bottom:solid 1px;
}
.head_nav_ttl{
	border-bottom:dashed 1px;		
	font-weight: 600;
	font-size: 24px;
}
.head_nav_left hr{
	border-bottom: double;
	color:#fff;
}
.nav_foot{
	width: 90%;
	padding-left: 5%;
	text-align: center;
	margin-top: 6%;
	margin-bottom: 6%;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.6em;
}
.nav_icon{
	width: 90%;
	padding-left: 5%;
	display: flex;
	justify-content:space-between;/*横の等間隔*/
	margin-top: 5%;
}
.nav_icon img{
	max-width: 50%;
}
.nav_icon_item{
	margin-bottom: 6%;
	place-items: center;
}
}