html{
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Hiragino', 'Mincho ProN','ヒラギノ明朝 ProN','Hiragino','Mincho Pro','ヒラギノ明朝 Pro' ;
}


.fixed {
    position: fixed!important;
    width: 100%!important;
    top: 0!important;
    z-index: 1000!important;
    background-color: #28272bc7;
    /* height: 114px!important; */
}


.header_wrap{
	width: 100%;
	/* height: 300px!important; */
	color: #fff;
	padding: 0;
	position: absolute;
	z-index: 1;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	position: fixed!important;
	width: 100%!important;
	top: 0!important;
	z-index: 1000!important;
}


.header-right{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 26vw;
}

.header-right img{}

.header_wrap-inner{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    padding: 0;
    justify-content: space-around;
    width: 100vw;
    padding-top: 10px;
    background-color: #1b4e7200;
    font-family: YuMincho;
    align-items: center;
}
.header_wrap-inner img{
    padding-left: 20px;
}
.header_wrap-inner p{
    font-size: 0.9em;
    margin-left: 5px;
    width: 26vw;
}
.header_wrap-inner ul{
    display: flex;
    /* width: 310px; */
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 37vw;
}
.header_wrap-inner li{
    min-width: 176px;
    display: inline;
    text-align: center;
    padding-right: 22px;
}
.header_wrap-inner li:hover{
	cursor: hand;
}
.slide-text{
    position: absolute;
    top: 50vh;
    left: 30vw;
}

.full{position: relative;}

.h1{
	 font-size: 1.8em;
	 text-align: center;
	 margin: 30px;
}
.h2{
	font-size: 1.4em;
	text-align: left;
	margin: 30px 0px 30px;
	border-bottom: 1px solid;
	
}
.center{
	text-align: center;
}
.txt{
	line-height: 1.8em;
}

.wrap{
	width: 1000px;
	margin: auto;
}


.footer_wrap{
	background-color: #28272b;
	width: 100vw;
	height: 425px;
	color: #fff;
	padding: 10px;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 50px;
}

.footer-title-bootom{
	font-size: 0.8em;
	/* width: 90%; */
	text-align: center;
	margin: auto;
}
.footer_wrap_inner{
	display: flex;
	flex-direction: column;
	/* margin-top: 71px; */
	width: 880px;
	margin: auto;
	padding-top: 50px;
	align-items: center;
	justify-content: center;
	/* margin-bottom: 100px; */
	flex-wrap: nowrap;
	align-content: center;
}

.footer-icon{
    width: 220px;
    margin: auto;
}
.footer-icon img{}
.footer-manu{
    font-family: YuMincho;
}
.footer-title{
    font-size: 1.8em;
    padding: 40px;
}
.address{
    margin-top: 70px;
    font-family: YuMincho;
}
.slick-slider
{
    margin-top: -30px;
}

.pc_none{
	display: none;
}
	
.sp_none{
	display: block;
}



@media screen and (max-width: 1500px) {
	.jisseki-wrap a{
		display: contents;
	}
	.header-right{
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: flex-end;
	    width: 20vw;
	}

	.header-right img{}
	
	.header_wrap-inner{
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: center;
	    padding: 0;
	    /* width: 100vw; */
	    padding-top: 17px;
	    background-color: #1b4e7200;
	    align-items: center;
	    justify-content: space-around;
	}
	.header_wrap-inner img{
	    padding-left: 0px;
	}
	.header_wrap-inner p{
	    font-size: 0.8em;
	    margin-left: 5px;
	    top: 10px;
	    width: 350px;
	    /* left: 12vw; */
	}
	.header_wrap-inner ul{
	    display: flex;
	    width: 40vw;
	    flex-direction: row;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	    /* margin-top: 100px; */
	}
	.header_wrap-inner li{
	    min-width: 176px;
	    display: inline;
	    text-align: center;
	    font-size: 0.8em;
	}
	.header_wrap-inner li:hover{
		cursor: hand;
	}
	.slide-text{
	    position: absolute;
	    top: 50vh;
	    left: 22vw;
	}

}
@media screen and (max-width: 1000px) {
	.pc_none{
		display: block;
	}
		
	.sp_none{
		display: none;
	}
	/*menu*/
	.menu-bar{
	    background-color: #182247;
	    padding: 10px;
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	    z-index: 10.;
	    align-content: center;
	    align-items: center;
	    /* margin-top: 28vw; */
	}
	.menu-bar p{
	    color: #fff;
	    font-size: 0.7em;
	    width: 60vw;
	}
		.menu-bar-title{
	    width: 50px;
	    height: fit-content;
	    height: 40px;
	}
	#nav-container {
	  position: fixed;
	  /* height: 100vh; */
	  width: 100%;
	  pointer-events: auto;
	  z-index: 9999;
	}
	#nav-container .bg {
	  position: absolute;
	  top: 70px;
	  left: 0;
	  width: 100%;
	  height: calc(100% - 70px);
	  visibility: hidden;
	  opacity: 0;
	  transition: .3s;
	  background: #000;
	}
	#nav-container:focus-within .bg {
	  visibility: visible;
	  opacity: .6;
	}
	#nav-container * {
	  /* visibility: visible; */
	}
	#menu{
		height: 30px;
		width: 30px;
	}
	.button {
	  position: relative;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  z-index: 1;
	  -webkit-appearance: none;
	  border: 0;
	  background: transparent;
	  border-radius: 0;
	  height: 70px;
	  width: 30px;
	  cursor: pointer;
	  pointer-events: auto;
	  /* margin-left: 25px; */
	  /* touch-action: manipulation; */
	  -webkit-tap-highlight-color: rgba(0,0,0,0);
	  z-index: 999999;
	}
	.icon-bar {
	  display: block;
	  width: 100%;
	  height: 4px;
	  background: #fff;
	  transition: .3s;
	  border-radius: 5px;
	  text-decoration: none;
	}
	.icon-bar + .icon-bar {
	  margin-top: 5px;
	}
	
	/*
	#nav-container:focus-within .icon-bar:nth-of-type(1) {
	  transform: translate3d(0,8px,0) rotate(45deg);
	}
	#nav-container:focus-within .icon-bar:nth-of-type(2) {
	  opacity: 0;
	}
	#nav-container:focus-within .icon-bar:nth-of-type(3) {
	  transform: translate3d(0,-8px,0) rotate(-45deg);
	}
	*/
	.in{
		transform: translateX(100%);
	}
	
	.line_1 {
		/*-45度回転させる*/
		transform: rotate(-45deg);
		top: 15px;
		right: 0px;
		position: absolute;
		
	}
	.line_2 {
		opacity: 0;
	}
	.line_3 {
		/*45度回転させる*/
		transform: rotate(45deg);
		bottom: 11px;
		position: absolute;
	}
  
  
	#nav-content {
	  margin-top: 70px;
	  padding: 20px;
	  width: 90%;
	  max-width: 300px;
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: calc(100% - 70px);
	  background: #ececec;
	  pointer-events: auto;
	  -webkit-tap-highlight-color: rgba(0,0,0,0);
	  transform: translateX(-100%);
	  transition: transform .3s;
	  will-change: transform;
	  contain: paint;
	}
	
	#nav-content ul {
	  height: 100%;
	  display: flex;
	  flex-direction: column;
	}
	
	#nav-content li a {
	  padding: 10px 5px;
	  display: block;
	  text-transform: uppercase;
	  transition: color .1s;
	}
	
	#nav-content li a:hover {
	  color: #BF7497;
	}
	
	#nav-content li:not(.small) + .small {
	  margin-top: auto;
	}
	
	.small {
	  display: flex;
	  align-self: center;
	}
	
	.small a {
	  font-size: 12px;
	  font-weight: 400;
	  color: #888;
	}
	.small a + a {
	  margin-left: 15px;
	}
	
	#nav-container:focus-within #nav-content {
	  transform: none;
	}
	
	
	.header_wrap{
		width: 100%;
		height: 226px;
		color: #fff;
		padding: 0;
		position: absolute;
		z-index: 1;
		display: flex;
		justify-content: space-around;
		align-items: flex-start;
		align-content: center;
		flex-direction: row;
	}
	
	
	.header-right{
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-around;
	    width: 100vw;
	    position: relative;
	    right: 0;
	    align-items: center;
	    top: 0;
	    height: 23vw;
	    background-color: #1c4e72;
	    margin-top: 5vw;
	    z-index: 999;
	}
	
	.header-right img{
	    width: 33.3vw;
	    height: 23.3vw;
	}
	
	.header_wrap-inner{
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: center;
	    align-items: center;
	    padding: 0;
	    justify-content: space-around;
	    width: 100vw;
	    padding-top: 9px;
	    background-color: #1b4e7200;
	    font-family: YuMincho;
	}
	.header_wrap-inner img{
	    padding-left: 20px;
	}
	.header_wrap-inner p{
	    font-size: 0.9em;
	    margin-left: 5px;
	}
	.header_wrap-inner ul{
	    display: flex;
	    /* width: 310px; */
	    flex-direction: row;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	}
	.header_wrap-inner li{
	    min-width: 176px;
	    display: inline;
	    text-align: center;
	}
	.header_wrap-inner li:hover{
		cursor: hand;
	}
	.slide-text{
	    position: absolute;
	    top: 400px;
	    left: 5vw;
	    width: 90%;
	    z-index: 999;
	}
	
	.full{position: relative;}
	
	.h1{
		 font-size: 1.8em;
		 text-align: center;
		 margin: 30px;
	}
	.h2{
		font-size: 1.4em;
		text-align: left;
		margin: 30px 0px 30px;
		border-bottom: 1px solid;
		
	}
	.center{
		text-align: center;
	}
	.txt{
		line-height: 1.8em;
	}
	
	.wrap{
		width: 100%;
		margin: auto;
	}
	
	
	.footer_wrap{
		background-color: #28272b;
		width: 100vw;
		height: auto;
		color: #fff;
		padding: 10px;
		text-align: center;
		padding-bottom: 50px;
		padding-top: 50px;
	}
	
	.footer-title-bootom{
		font-size: 0.8em;
		/* width: 90%; */
		text-align: center;
		margin: auto;
	}
	.footer_wrap_inner{
		display: flex;
		flex-direction: column;
		/* margin-top: 71px; */
		width: 100%;
		margin: auto;
		padding-top: 50px;
		align-items: center;
		justify-content: center;
		/* margin-bottom: 100px; */
		flex-wrap: nowrap;
		align-content: center;
	}
	
	.footer-icon{
	    width: 220px;
	    margin: auto;
	}
	.footer-icon img{
	}
	.footer-manu{
	    font-family: YuMincho;
	    font-size: 0.8em;
	}
	.footer-title{
	    font-size: 1.1em;
	    padding: 20px;
	}
	.address{
	    margin-top: 70px;
	    font-family: YuMincho;
	    font-size: 0.9em;
	}
	.slick-slider
	{
	    margin-top: -30px;
	}
	.menu-bar-text{
	    font-size: 0.9em;
	}
	.content{
	    /* height: 200px; */
	    margin-top: -30px;
	}
	.sp{
		display: none;
	}
	.active{
		height: 100vh;
	}
	#category_list {
		display:none;
		width:100%;
		height: 100vh;
		position: absolute;
		z-index: 9999;
		top: 0px;
		background-color: rgb(74 74 74 / 96%);
		padding-top: 240px;
	}
	
	#category_list img {
		width: 120px;
		padding: 0;
	}
	
	#category_list ul {
		width: 185px;
		margin:0 auto;
		text-align:center;
		margin-top: -30px;
	}
	
	#category_list li {
		display:-moz-inline-box;
		display:inline-block;
		display: inline-block;
		zoom:1;
		padding-bottom: 30px;
		color: #fff;
		margin: 0 auto;
		width: 90%;
	}
	.category_list_sns{
		text-align: center;
		/* padding: 5px; */
		float: none;
		clear: both;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		/* padding: 5px; */
		margin: auto;
	}
	.category_list_sns img{
		width: 44px;
		padding: 10px;	
	}
}

