@charset "utf-8";

@font-face {
  font-family: "GaramondPremrPro";
  src: url("https://restaurant-monk.com/font/GaramondPremrPro") format("opentype");
}

a {
  outline: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
*:focus {
   color: none;
   outline: none;
}

html {
 overflow-y: scroll;
}

body {
	color: #000;
	height: 100%;
	text-align: left;	
	background: #999999;
	font-family:"GaramondPremrPro", a-otf-ryumin-pr6n, serif;
	-webkit-text-size-adjust: 100%;
	text-orientation: upright;
	-webkit-text-orientation: upright;
    letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
}

body {
    animation: fadeIn 2.2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2.2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

body.fadeout #gloval-nav ul {
  opacity: 0;  /* 初期値では非表示 */
  transition-delay: .3s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
}

h1,h2,h3,h4,h5,h6,p {
	font-weight: normal;
	margin:0;
}

ul {
	margin:0;
	padding: 0;
}

a{
	text-decoration: none;
	color: #000;
}

a:hover{
	text-decoration: none;
	color: #666;
	padding-bottom: 3px;
}


.fullscreen body {
	overflow: hidden;	
}

#firstimg { 
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.fadelogo { 
	width: 100%;
	/*min-width: 1064px;*/
	position: relative;
	/*padding-top: 92px;*/
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index: 0!important;
}

.fadelogo img { 
	width:100px;
}

#secondcontent {
	width: 100%;
	position: relative;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index: -1!important;
	display:none;
}
.nav_logo {
    width: 200px;
    position: absolute;
    top: 20px;
    left: 50px;
}
.nav_logo img {
    width: 100%;
}
.nav_logo_top {
    width: 200px;
    position: absolute;
    top: 22px;
    left: 50px;
	z-index:900;
}
.nav_logo_top img {
    width: 100%;
}
.nav_menu {
    width: 50%;
    margin: 0 auto;
    text-align: left;
}
.nav_menu .menu01{ 
    width: 50%;
    display: inline-block;
    letter-spacing: 0.04em;
    line-height: 2.5;
    float: left;
    font-size: 25px;
}
.menu_btn_area {
    width: 50%;
    margin: 5% auto 0;
    text-align: left;
}
.menu_btn_area p {
    margin: 0;
    text-align: center;
    padding: 13px 40px;
    width: 35%;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    background-color: #ccc;
    border: none;
    color: #000;
}

.menu_btn_area p:hover {
    background-color: #666;
    color: #fff;
}
.menu_btn_area a:hover {
    color: #fff;
}
   
#foot {
    width: calc(100% - 120px);
	margin:5% 60px 0px 60px;
	height: 60px;
	position: relative;
/*	background: #0ff;*/
}
.toggle_contents {
  display: none;
  padding-left: 33%;
  width: 100%;
}

#nav-toggle {
  position: fixed;
  top: 25px;
  right: 40px;
  height: 20px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 40px;
}
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
}
#nav-toggle span:nth-child(3) {
  top: 20px;
}


.open #nav-toggle span {
  background: #000;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background: #ebebeb;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav a {
  color: #000;
  text-decoration: none;
  padding: 10px 0;
  transition: color .6s ease;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav > nav > ul {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width:55%;
  height:60%;
  text-align: left;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  transition: opacity 1.2s ease, -webkit-transform 1.6s ease;
  transition: transform 1.6s ease, opacity 1.2s ease;
  transition: transform 1.6s ease, opacity 1.2s ease, -webkit-transform .6s ease;
  display:block;
}

#gloval-nav ul > li > ul.nav_sub > li:nth-child(1){
  display: inline-block;
  width: 20%;
  font-size: 17px;
　line-height: 1.8;
}
#gloval-nav ul > li > ul.nav_sub > li:nth-child(2){
  display: inline-block;
  width: 70%;
  font-size: 17px;
　line-height: 1.8;
}
#gloval-nav ul > li > ul.nav_sub > li:nth-child(3){
  display: inline-block;
  width: 20%;
  font-size: 17px;
　line-height: 1.8;
}
#gloval-nav ul > li > ul.nav_sub > li:nth-child(4){
  display: inline-block;
  width: 70%;
  font-size: 17px;
　line-height: 1.8;
}
#gloval-nav ul > li > ul.nav_sub > li:nth-child(5){
  display: inline-block;
  width: 20%;
  font-size: 17px;
　line-height: 1.8;
}
#gloval-nav ul li:nth-child(1) {
  transition-delay: .3s;
  line-height: 2;
}
#gloval-nav ul li:nth-child(2) {
  transition-delay: .35s;
  line-height: 2;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: .4s;
  line-height: 2;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: .45s;
  line-height: 2;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: .5s;
  line-height: 2;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: .55s;
  line-height: 2;
}


/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;   
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .3s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .3s ease;
  transition: transform .5s ease, opacity .3s ease, -webkit-transform 1s ease;
}
.top_content {
    height: 100%;
    background-color: #ebebeb;
}
.top_logo {
    width: 250px;
    padding: 10% 0 2% 0;
    text-align: center;
    margin: 0 auto;
}
.top_logo img {
    width: 100%;
}
.top_text_top {
    width: 50%;
    margin: 0 auto 8%;
    font-size: 23px;
    letter-spacing: 0.06em;
    text-align: center;
	font-family:"GaramondPremrPro", a-otf-ryumin-pr6n, serif;
}
.top_text {
    font-size: 13px;
    width: 55%;
    text-align: left;
    margin: 0 auto;
    line-height: 2.3;
	font-family:"GaramondPremrPro", a-otf-ryumin-pr6n, serif;

}
.top_text_bottom {
    font-size: 23px;
    letter-spacing: 0.06em;
    width: 55%;
    text-align: center;
    margin: 13% auto 5%;
    line-height: 2.3;
	font-family:"GaramondPremrPro", a-otf-ryumin-pr6n, serif;
}
.top_btn_area {
	clear:both;
    padding: 60px auto 0px auto;
}
.top_btn {
    text-align: center;
    margin: 20px auto 0px auto;
    padding: 15px;
    width: 25%;
    border: solid 1px #ccc;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    background-color: none;
    color: #000;
}
.top_btn a:hover {
    color: #fff;
}
.top_btn:hover {
    background-color: #666;
    color: #fff;
    border: solid 1px #666;
}
    

#mainVisualWrap {
	width: 100%;
	/*min-width: 1064px;*/
	position: relative;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index: -1!important;
}
#mainVisualBase {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1!important;
}
#mainVisualWrap h2 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin:0;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
	text-align: center;
	z-index: 900!important;
}

#mainVisualWrap #mainVisual {
	padding-top: 0px;
	overflow: hidden;
}
#mainVisualWrap h2 img {
    width:255px;
    height: auto;
}
#mainVisualWrap h3 {
    width: 100%;
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	margin:0;
    color: #fff;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
	text-align: center;
	z-index: 900!important;
    font-size:20px;
    letter-spacing: 0.08em;
	font-family:"GaramondPremrPro", a-otf-ryumin-pr6n, serif;
}
#mainVisualWrap h4,
#mainVisualWrap h5,
#mainVisualWrap h6 {
	width: 100%;
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	margin:0;
    color: #fff;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
	text-align: center;
	z-index: 1000!important;
    font-size:34px;
    letter-spacing: 0.05em;
	font-family:"GaramondPremrPro", a-otf-ryumin-pr6n, serif;
}
#contents_wrap {
	width:100%;
	overflow:auto;
	clear:both;
}

#head_wrap {
	width:100%;
	overflow:auto;
	clear:both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.videoWrap {
	margin: 0 auto;
	  width: 100%;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
}
.videoTop {
	  position: relative;
	  overflow: hidden;
	  width: 100%;
	  height: 100vh;

}
.videoTop video {
	min-width: 100%;
	  min-height: 100vh;
	  position: absolute;
}
/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
  video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.br-sp { display:none; }
.br-pc { display:block; }

.pc-only { display:block; }
.sp-only { display:none; }

#foot {
    width: calc(100% - 60px);
    color: #000;
}
#inner_foot {
width: calc(100% - 60px);
    z-index: 99999;
    color: #000;
    position: absolute;
    bottom: 0px;
    left: 60px;
}
#inner_foot:after {
    display: block;
    content:"";
    clear: both;
}
#inner_foot > .copyright {
    position: absolute;
    bottom: 45px;
    left: 0px;
}
#inner_foot > .sns {
    position: absolute;
    bottom: 35px;
    right: 50px;
}
#foot_top {
    width: calc(100% - 60px);
    z-index: 100;
}
#foot_top > .copyright {
    display: inline-block;
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    bottom: 45px;
    left: 60px;
	font-family:"GaramondPremrPro", a-otf-ryumin-pr6n, serif;
}
.copyright {
    display: inline-block;
    font-size: 12px;
    position: absolute;
    bottom: 45px;
    left: 0px;
	font-family:"GaramondPremrPro", a-otf-ryumin-pr6n, serif;
}
.sns {
    display: inline-block;
    position: absolute;
    right: 50px;
    bottom: 35px;
}
.sns > p {
    display: inline-block;
    width: 25px;
    height: auto;
    margin: 0;
}
.sns > p img {
    width: 100%;
}
#foot_wrap .foot_left p.foot_top,
#foot_wrap .foot_right p.foot_top {
    font-size:14px;
}

@media screen and (max-width:1080px) {
/* 画面サイズが1080px以下の場合に適用 */
	#mainVisualWrap {
    padding-top: 0px;
    }
	#head_wrap {
		width: 100%;
		height: 100px; 
		margin: 0;
		z-index: 999;	
	}
    #foot_wrap {
    width: calc(100% - 6%);
    margin: 100px 3% 20px;
    padding-top: 50px;
    border-top: solid 1px #ccc;
    }

}
@media screen and (max-width:930px) {
    #foot_wrap {
    width: calc(100% - 8%);
    margin: 100px 4% 20px;
    padding-top: 50px;
    border-top: solid 1px #ccc;
    }
}

@media screen and (max-width:840px) {
/* 画面サイズが768px以下の場合に適用 */

body.fadeout #gloval-nav ul {
  opacity: 0;  /* 初期値では非表示 */
  transition-delay: .3s;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
}

	#contents_wrap {
	width:100%;
	overflow:auto;
	clear:both;
	display:block;
	}

	#head_wrap {
		width: 100%;
		height: 80px; 
		margin: 0;
		z-index: 99999;
		background-color:#FFF;	
	position:fixed;
	top:0px;
	left:0px;
	}
	
.nav_logo {
    width: 160px;
    left: 40px;
}
.nav_logo_top {
    width: 160px;
    left: 40px;
}
     
    #nav-toggle {
    position: fixed;
    top:0;
    right: -8%;
    height: 80px;
    width: 10%;
    cursor: pointer;
}
#nav-toggle > div {
    position: absolute;
    width: 40px;
    text-align: center;
    right: 120%;
    top: 30px;
}
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 2px;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
}
#nav-toggle span:nth-child(3) {
  top: 18px;
}
.open #nav-toggle span {
  z-index: 10000001;
  background: #000;
}
.open #nav-toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 12px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
 .nav_menu {
     width: 80%;
}
.nav_menu .menu01:nth-child(2n-1) {
    width: 40%;
}
.nav_menu .menu01:nth-child(2n) {
    width: 60%;
}
.menu_btn_area {
    width: 80%;
}
.menu_btn_area p {
    margin: 20px 0 0;
}
#inner_foot {
    width: calc(100% - 30px);
    left: 30px;
}
#inner_foot > .sns {
    right: 35px;
    bottom: 33px;
}
    
.toggle_contents {
    padding-left: 0%;
    padding-bottom:0px;
}
.top_logo {
    margin: 13% auto 7%;
}
.top_text {
    font-size: 12px;
}
.top_btn {
    font-size: 11px;
}

/* z-index */
#nav-toggle {
  z-index: 10000000;
}

#container {
  z-index: 9000000;
}

#gloval-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9900;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  font-size: 18px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}
#gloval-nav a:hover {
  color: #000;
}
#gloval-nav > nav> ul {
  width: calc(100% - 8%);
  height:70%;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
  display:block;
}
#gloval-nav ul li span {
  font-size:12px;
}
#gloval-nav ul li:nth-child(1) {
    transition-delay: .0s;
}
#gloval-nav ul li:nth-child(2) {
    transition-delay: .05s;
}
#gloval-nav ul li:nth-child(3) {
    transition-delay: .1s;
}
#gloval-nav ul li:nth-child(4) {
    transition-delay: .15s;
}
#gloval-nav ul li:nth-child(5) {
    transition-delay: .2s;
}
#gloval-nav ul li:nth-child(6) {
    transition-delay: .25s;
}


/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
#gloval-nav .menu01 {
  visibility: hidden;
  opacity: 0;
}
.open #gloval-nav .menu01 {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .3s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .3s ease;
  transition: transform .5s ease, opacity .3s ease, -webkit-transform 1s ease;
}


#mainVisualWrap {
	width: 100%;
	position: relative;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index: -1!important;
}
#mainVisualBase {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	background: #fff;
	z-index: -1!important;
    object-fit: cover;
    object-position: center center;
}
#mainVisualWrap h2 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin:0;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
	text-align: center;
	z-index: 900!important;
}

#mainVisualWrap h2 img {
    width: 255px;
    height: auto;
}
#mainVisualWrap h3 {
    font-size: 20px;
    top: 57%;
    letter-spacing: 0.08em;
}
#mainVisualWrap #mainVisual {
	padding-top: 0px;
	overflow-y: hidden;
    object-fit: cover;
    object-position: center center;
}

#foot_wrap {
    width: calc(100% - 8%);
    margin: 100px 4% 20px;
}
#foot_wrap .foot_left,
#foot_wrap .foot_right {
    width: 100%;
    padding-left:0px;
    padding-bottom:30px;
}
    
.top_text,
.top_text_bottom {
    width: 65%;
}
#foot {
    margin: 5% 30px 0;
}
#foot_top > .copyright {
    left: 30px;
}
.sns {
    right: 35px;
}

.br-sp { display:block; }
.br-pc { display:none; }

.pc-only { display:none; }
.sp-only { display:block; }

.videoWrap {
	  position: relative;
	  margin-top: 55%;
	  width: 100%;
	  height: auto;
}
.videoTop {
	  top: 50%;
	  position: relative;
	  overflow: auto;
	  width: 100%;
	  height: auto;

}
.videoTop video {
	  min-width: 100%;
	  min-height: auto;
	  position: relative;
}
/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  video {
    width: 100%;
    top: 50%;
    transform: translateX(0);
    transform: translateY(0);
  }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
  video {
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateX(0);
    transform: translateY(0);
  }
}
	
}
    
@media screen and (max-width:420px) {
#mainVisualWrap {
	width: 100%;
	/*min-width: 1064px;*/
	position: relative;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index: -1!important;
}
#mainVisualWrap h3 {
    font-size:18px;
}
#mainVisualWrap h4,
#mainVisualWrap h5,
#mainVisualWrap h6 {
	width: 100%;
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	margin:0;
    color: #fff;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
	text-align: center;
	z-index: 1000!important;
    font-size:18px;
    letter-spacing: 0.05em;
	font-family:"GaramondPremrPro", a-otf-ryumin-pr6n, serif;
}
#nav-toggle { 
    right: -24px;
}

.open {
    overflow: scroll;
}
.open #gloval-nav {
    visibility: visible;
    opacity: 1;
    overflow-y: hidden;
    position: fixed;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    justify-content: unset;
}
#gloval-nav .nav_menu {
  visibility: hidden;
  opacity: 0;
}
.open #gloval-nav .nav_menu {
  visibility: visible;
  opacity: 1;
}
#gloval-nav .menu01 {
  visibility: hidden;
  opacity: 0;
}
.open #gloval-nav .menu01 {
  visibility: visible;
  opacity: 1;
}
.top_logo {
    margin: 25% auto 10%;
    width: 150px;
}
.top_text {
    width: 89%;
    font-size: 11px;
}
.top_btn_area {
    margin: 30px auto 0px auto;
}
.top_btn {
    font-size: 11px;
    width: calc(89% - 30px);
    margin: 10px auto 0px auto;
}
.nav_menu .menu01 {
    font-size: 17px;
}
.open #mainVisualWrap {
    position: absolute;
    overflow: visible;
}
.top_content {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
.top_text_top {
    width: 80%;
    font-size: 20px;
    margin: -4% auto 15%;
}
.top_text_bottom {
    width: 89%;
    margin: 25% auto 12%;
    font-size: 18px;
}
#mainVisualWrap h2 img {
    width: 200px;
    height: auto;
}
#foot_wrap .foot_left p.foot_top,
#foot_wrap .foot_right p.foot_top {
    font-size: 13px;
}
#foot_top > .sns {
    right: 25px;
    bottom: 21px;
}
#foot {
     margin: 15% 25px 0px;
    width: calc(100% - 50px);
}
#foot_top > .copyright {
    left: 25px;
    bottom: 30px;
    font-size: 11px;
}
.copyright {
    font-size: 11px;
    position: absolute;
    bottom: 30px;
    left: 0px;
}
.sns {
    bottom: 20px;
    right: 0px;
}
.sns > p {
    width: 20px;
}
.nav_logo {
    left: 20px;
    width: 140px;
}
.nav_logo_top {
    left: 20px;
    width: 140px;
}
.nav_menu {   
    width: calc(100% - 50px);
    margin: 50% 25px 0;
}
.menu_btn_area {
    width: calc(100% - 50px);
    margin: 5% 25px 0;
}
.menu_btn_area p {
    width: 75%;
    padding: 13px 0;
    font-size: 15px;
}

#inner_foot {
    width: 100%;
    left: 0;
}
#inner_foot > .copyright {
    position: absolute;
    font-size: 11px;
    bottom: 30px;
    left: 25px;
}
#inner_foot .sns {
    position: absolute;
    bottom: 20px;
    right: 25px;
}


}