@charset "utf-8";
/* 共有ベース定義
-----------------------------------------------	*/
body {
	background: url(../img/shared/body_bg.jpg) repeat center top;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
	font-size: 15px;
	line-height: 35px;
	text-align: left;
	color: #0a0204;
	letter-spacing: 0.1em;
	word-spacing: normal;
	min-width: 1100px;
	max-height: 100%;
	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
.mincho {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.f_eng {
	font-family: Georgia, "Times New Roman", Times, serif
}
#wrapper {
	width: 100%;
	min-width: 1100px;
}
*:first-child+html img {
	vertical-align: top;
}
* html img {
	vertical-align: top;
}
/* 強調 */
strong {
	font-weight: bold;
}
a {
	color: #ab8101;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*=============================================*/
/*                 テキスト 変更のみ            */
/*=============================================*/

.txt_default {
	color: #a49b83;
}
.txt_cleam {
	color: #faddaf;
}
.txt_red {
	color: #620000;
}
.txt_brwn {
	color: #7e5e4f;
}
.txt_min {
	font-size: 50%;
	letter-spacing: 1px;
}
.txt_middle {
	font-size: 80%;
}
.txt_big {
	font-size: 120%;
}
.txt_max {
	font-size: 140%;
}
.f_bold {
	font-weight: bold;
}
.shadw_img {
	-webkit-box-shadow: 0px 0px 8px #3a3734;
	-moz-box-shadow: 0px 0px 8px #3a3734;
	box-shadow: 0px 0px 8px #3a3734;
}
.shadw {
	-webkit-box-shadow: 0px 3px 10px #baab89;
	-moz-box-shadow: 0px 3px 10px #baab89;
	box-shadow: 0px 3px 10px #baab89;
}
/*=============================================*/
/*                ヘッド部分                   */
/*=============================================*/

/* header (top)*/
.header_shared {
	width: 100%;
	min-width: 1100px;
	position: relative;
}
.header_shared .fb_bnr {
	position: absolute;
	top: 40px;
	right: 5%;
}
.header_shared .tab {
	position: absolute;
	top: 0;
	right: 0;
}
.header_shared .tab1 {
	right: 50px;
}

.header_shared #tab {
	right: -80px;
}


h1 {
	font-size: 13px;
	line-height: 48px;
	color: #7d7d7d;
	position: absolute;
	left:360px !important;
	top: 32px;
}
#notoushi h1{
	left: 424px !important;
}
#yaniku h1{
}
.h_tel {
	padding-top: 32px;
	margin-left: 5%;
	margin-bottom: 40px;
}

.tare{
	 position:relative;
	 width:1000px;
	 margin:0 auto;
	 z-index: 100;
}
.tare .tare_bnr{
	 position:absolute;
	 width:584px;
	 left: 168px;
	 top:-38px;
}
.tare .tare_bnr a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#tab:hover,#tab1:hover{
	cursor:pointer;
}

/*=============================================*/
/*    ナビゲーション部（グローバル）   */
/*=============
================================*/

.globalNav {
	background: url(../img/shared/nav_bg.png) no-repeat center top;
	text-align: center;
	margin-bottom: 100px;
	line-height: 21px;
}
.globalNav li {
	display: inline-block;
	height: 21px;
	padding-bottom: 10px;
	position: relative;
	margin-left: -6px;
}
.globalNav li::after {
	position: absolute;
	top: 100%;
	left: 5%;
	width: 90%;
	height: 1px;
	background: #858585;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	transform: translateY(15px);
}
.globalNav li:hover::after, .globalNav li:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.globalNav .active::after {
	opacity: 1;
	transform: translateY(0px);
}
.globalNav .active:hover::after {
	transform: translateY(0px);
}
/*=============================================*/
/*                100%メイン囲み   top           */
/*=============================================*/
#container {
}
.content {
	width: 1000px;
	margin: 0 auto;
}

.info-link {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
  }
  .info-link:before {
	content: "";
	display: block;
	width: 1px;
	height: 17px;
	background: var(--brown1);
	margin-right: 12px;
  }
  
  .link_gmap {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 1;
	position: relative;
  }
  .link_gmap:before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 5px;
	right: 5px;
	background-color: #fff;
	height: 1px;
	transition: ease 0.3s;
  }
  .link_gmap i {
	margin-right: 7px;
	width: 10px;
  }
  .link_gmap:hover {
	text-decoration: none;
  }
  .link_gmap:hover:before {
	opacity: 0;
  }
/*=============================================
 * footer
 *=============================================*/
footer {
  background: url("../img/shared/bg_black.jpg") repeat center;
  padding: 8vw 0 30vw;
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer .footer-right {
  background: url("../img/shared/shopinfo_bg2.jpg") repeat center;
  box-sizing: border-box;
  border: 10px solid #f9f7f3;
  margin: 0 auto;
  width: 255px;
  color: #000;
  text-align: center;
  padding: 9vw 0 8vw;
}
footer .footer-logo {
  margin: 0 auto 2vw;
  width: 40%;
}
footer .footer-txt {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.04em;
}
footer .tel {
  margin: 8vw 0 5vw;
}
footer .btn_reserve {
  margin: 0 auto;
  width: 190px;
  height: 41px;
}
footer .info {
  font-size: 13px;
  line-height: 22px;
  margin: 10vw 6% 12vw;
  padding-bottom: 10vw;
  border-bottom: 1px solid #767676;
  text-align: left;
  letter-spacing: 1px;
}
footer .info dl {
  margin-top: 18px;
  justify-content: flex-start;
}
footer .info dl.df-pc span {
  display: none;
}
footer .btn-copy, footer .cookie-link, footer address {
  text-align: center;
  font-size: 12px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}
footer .btn-copy .copy {
	cursor: pointer;
}
footer .btn-copy .copy.copied {
	cursor: context-menu;
}

footer .btn-copy:has(.copied):hover {
	opacity: 1;
}
footer .btn-copy, footer .cookie-link a {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .btn-copy {
  margin-bottom: 5px;
}
footer .btn-copy i {
  margin-right: 5px;
  width: 13px;
}
footer .btn-copy:hover {
  opacity: 0.7;
}
footer .cookie-link a {
  display: inline-flex;
  align-items: center;
  transition: ease 0.3s;
}
footer .cookie-link a i {
  margin-right: 8px;
  width: 12px;
}
footer .cookie-link a span {
  display: block;
  position: relative;
}
footer .cookie-link a:hover {
  opacity: 0.7;
  text-decoration: none;
}
footer address {
  margin-top: 30px;
  letter-spacing: 1px;
}
footer .copy-link-none {
  pointer-events: none;
}
footer #socialbuttons {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer #socialbuttons > div {
  margin: 0 6px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  footer .info dl dd p:nth-child(2) {
    margin-left: 13px;
  }
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 0;
  }
  footer > .df-pc {
    width: 100%;
  }
  footer .footer-right {
    order: 2;
    width: 430px;
    margin: 0;
    border-width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  footer .footer-logo {
    margin: 0 auto 10px;
    width: 125px;
  }
  footer .footer-txt {
    font-size: 14px;
    letter-spacing: 1px;
  }
  footer .tel {
    margin: 45px 0 22px;
  }
  footer .btn_reserve {
    width: 216px;
    height: 47px;
  }
  footer .btn_reserve i {
    margin-right: 10px;
  }
  footer .footer-left {
    width: calc(100% - 430px);
    box-sizing: border-box;
    padding: 84px 0 65px 100px;
  }
  footer .gnav {
    justify-content: flex-start;
    font-size: 16px;
  }
  footer .gnav li:not(:first-child):before {
    margin: 0 7px;
  }
  footer .gnav li {
    margin-bottom: 10px;
  }
  footer .footer-nav2 {
    justify-content: flex-start;
    align-items: center;
  }
  footer .gnav2 {
    font-size: 14px;
    letter-spacing: 1px;
  }
  footer .link_bento {
    margin: 0 35px;
  }
  footer .link_bento a {
    font-size: 15px;
    width: 140px;
    padding-left: 11px;
  }
  footer .link_bento a i {
    width: 12px;
    margin-bottom: 4px;
    margin-right: 7px;
  }
  footer .sns li {
    margin: 0 25px 0 0;
  }
  footer .info {
    margin: 40px 0 50px 0;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 51px;
    width: 615px;
  }
  footer .info dl {
    margin-top: 26px;
  }
  footer .info dl dt {
    width: 82px;
  }
  footer .info dl dd {
    width: calc(100% - 82px);
  }
  footer .info dl dd .df-pc {
    justify-content: flex-start;
  }
  footer .info dl.df-pc {
    justify-content: flex-start;
  }
  footer .info dl.df-pc p {
    display: flex;
  }
  footer .info dl.df-pc dd span {
    display: block;
  }
  footer .info dl.df {
    margin-top: 0;
  }
  footer .info dl.df dt span {
    display: none;
  }
  footer #socialbuttons {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  footer #socialbuttons > * {
    margin: 0 21px 0 0;
  }
  footer #socialbuttons .social-facebook {
    margin-top:0;
		align-items: center
  }
  footer .footer-link {
    justify-content: flex-start;
  }
  footer .btn-copy, footer .cookie-link, footer address {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  footer .btn-copy {
    margin-right: 27px;
  }
  footer .btn-copy i {
    width: 16px;
  }
  footer .cookie-link a i {
    width: 14px;
  }
  footer address {
    text-align: left;
    margin-top: 15px;
  }
}
#f_bannar{
	position: absolute;
    right: 150px;
    top: 35px;
    text-align: right;
}
#yaniku #f_bannar{
    right: 100px !important;
}

#f_map{
	position: absolute;
    right: 80px;
    top: 160px;
}
#yaniku #f_map{
    right: 50px !important;
}
.fb_bnr{
	position: absolute;
    right: 208px;
    top: 400px;
}
#yaniku .fb_bnr{
    right: 178px !important;
}


.socialbuttons {
	text-align: center;
	padding: 25px 0 10px;
}
.socialbuttons div {
	display: inline-block;
	margin-right: 5px;
}
.socialbuttons .twitter {
	margin-right: 0;
}

.footer_shared .vcard{
	width: 79%;
	max-width:1200px;
	min-width:1100px;
	margin:0 auto;
	position:relative;
}
address span{
    display: block;
    font-size: 13px;
    text-decoration: underline;
    	
}
address span a{
	color: #fff;
}


/* ナビゲーション部（フッター）
-----------------------------------------------	*/




.footnav {
	font-size: 15px;
	line-height: 35px;
	color: #fff9f9;
	text-align: center;
	margin-bottom: 12px;
}
.footnav li {
	display: inline;
}
.footnav li a {
	text-decoration: none;
	color: #fff9f9;
	padding: 0 10px;
}
.footnav li a:hover {
	color: #fff9f9;
	text-decoration: underline;
}
/* =========================================================
	CLEAR
========================================================= */
.clear {
	clear: both !important;
}
br.clear {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
/* CLEAR FIX
--------------------------------------------------------- */
.clearfix, .menu_list dl, .mn_list dl {
	zoom: 1 !important;
}/* for IE 5.5-7 */
.clearfix:after, .menu_list dl:after, .mn_list dl:after {
	content: "." !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
}
.left_col {
	float: left !important;
}
.right_col {
	float: right !important;
}
.mb_0 {
	margin-bottom: 0 !important;
}
.mar0 {
	margin-right: 0 !important;
}
.mar10 {
	margin-right: 10px !important;
}
.mb_20 {
	margin-bottom: 20px;
}
.pdb_0 {
	padding-bottom: 0 !important;
}
.center {
	text-align: center !important;
}
.bg_non {
	background: none !important;
}
.border_none {
	border: none !important;
}
.photo_list {
	overflow: hidden;
}
.photo_list li {
	float: left;
}
.f_36 {
	font-size: 36px !important;
}
.f_24 {
	font-size: 24px !important;
}
.f_20 {
	font-size: 20px!important;
}
.f_18 {
	font-size: 18px!important;
}
.f_16 {
	font-size: 16px!important;
}
.f_14 {
	font-size: 14px!important;
}
.f_color {
	color: #946500;
}
.w_500 {
	width: 500px;
}
.w_470 {
	width: 470px;
}
.w_450 {
	width: 450px;
}
.w_420 {
	width: 420px;
}
.menu_list h3 {
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 10px;
}
.menu_list {
	font-size: 15px;
	line-height: 30px;
	color: #0a0204;
}
.menu_list dt {
	padding-top: 14px;
}
.menu_list dd {
	border-bottom: 1px solid #a1a1a1;
	padding-bottom: 15px;
	text-align: right;
	margin-top: -30px;
}
.h_bg1 {
	background: url(../img/menu/lh_db.png) repeat-x 0 bottom;
	font-size: 25px;
	line-height: 35px;
	padding-bottom: 14px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 35px;
}
.h_bg1 span {
	font-size: 16px;
}
.h_bg2 {
	background: url(../img/menu/icon.png) no-repeat 0 4px;
	padding-left: 35px;
	font-size: 22px;
	line-height: 35px;
	margin-top: 30px;
}
.bd_bg {
	background: url(../img/shared/boder_bg.jpg) repeat 0 top;
	padding: 1px;
}
.bd_bg .bd_in {
	background: url(../img/shared/body_bg.jpg) repeat center top;
	display: block;
}
.sec_bg {
	background: url(../img/shared/sec_bg.jpg) repeat center top;
	color: #fff;
	position: relative;
}


.frame_t, .frame_b {
	height: 6px;
	background: #3e3e3e;
}
.frame_b {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
.frame_l {
	background: #3e3e3e;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	width: 6px;
}
.frame_r {
	background: #3e3e3e;
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 10px;
	width: 6px;
}

.df {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
  }

i {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	line-height: 1;
	position: relative;
  }
  
  .btn-line {
	position: relative;
	text-align: center;
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 2;
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	border-bottom: 1px solid #cccac6;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	padding-bottom: 10px;
  }
  .btn-line:after {
	content: "";
	background: url("../img/shared/arrow.png") no-repeat center/100% auto;
	position: absolute;
	right: 4vw;
	top: 10px;
	width: 37px;
	height: 8px;
  }
  
  .btn-line:before {
	content: "";
	position: absolute;
	left: 0;
	transition: all 0.5s;
	height: 1px;
	background: #000;
	bottom: -1px;
	right: 100%;
  }
  
  .btn-line:hover {
	text-decoration: none;
  }
  
  .btn-line:hover:before {
	right: 0;
  }
  
  @media only screen and (min-width: 768px) {
	.btn-line {
	  width: 433px;
	  font-size: 19px;
	}
	.btn-line:after {
	  right: 16px;
	  top: 13px;
	  width: 41px;
	  height: 9px;
	}
  }
  .btn_reserve {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../img/shared/bg_red.jpg") repeat center;
	color: #fff;
	font-size: 19px;
	line-height: 1;
	height: 41px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	z-index: 0;
	position: relative;
  }
  .btn_reserve:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: -1;
	-webkit-transition: ease 0.3s !important;
	transition: ease 0.3s !important;
	opacity: 0;
  }
  .btn_reserve i {
	width: 5.3vw;
	margin-right: 2vw;
  }
  .btn_reserve span {
	display: block;
	margin-top: 2px;
  }
  .btn_reserve:hover {
	text-decoration: none;
  }
  .btn_reserve:hover:before {
	opacity: 1;
	-webkit-transition: ease 1s !important;
	transition: ease 1s !important;
  }
  @media only screen and (min-width: 768px) {
	.btn_reserve {
	  width: 310px;
	  height: 47px;
	  font-size: 22px;
	}
	.btn_reserve i {
	  width: 23px;
	}
  }
  
  .btn_fade {
	position: relative;
  }
  .btn_fade:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: -1;
	-webkit-transition: ease 0.3s !important;
	transition: ease 0.3s !important;
	opacity: 0;
  }
  .btn_fade:hover {
	text-decoration: none;
  }
  .btn_fade:hover:before {
	opacity: 1;
	-webkit-transition: ease 1s !important;
	transition: ease 1s !important;
  }
  
  .tel {
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .tel .df {
	justify-content: center;
	align-items: flex-end;
	font-size: 23px;
	line-height: 1;
	letter-spacing: 1px;
  }
  .tel .df i {
	width: 17px;
	margin-right: 5px;
  }
  .tel small {
	font-size: 12px;
	display: inline-block;
  }
  @media only screen and (min-width: 768px) {
	.tel .df {
	  font-size: 27px;
	  letter-spacing: 2.2px;
	}
	.tel .df i {
	  width: 20px;
	  margin-right: 4px;
	}
	.tel small {
	  font-size: 14px;
	}
  }
  
  /*=============================================
   * gnav
   *=============================================*/
  .gnav {
	font-size: 20px;
	line-height: 2;
  }
  .gnav a {
	display: block;
	transition: ease 0.3s;
	position: relative;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .gnav a:after {
	content: "";
	position: absolute;
	background: #000;
	height: 1px;
	opacity: 0;
  }
  .gnav a:hover, .gnav a.active {
	text-decoration: none;
  }
  .gnav li {
	margin-bottom: 15px;
  }
  @media only screen and (max-width: 767px) {
	.gnav a:after {
	  top: 50%;
	  left: -6%;
	  width: 50vw;
	  transform: translateX(-100%);
	  opacity: 0;
	  transition: ease 0.3s;
	}
	.gnav a.active:after {
	  opacity: 1;
	}
  }
  @media only screen and (min-width: 768px) {
	.gnav {
	  font-size: 19px;
	  line-height: 18px;
	}
	.gnav a {
	  padding: 5px 0;
	}
	.gnav li {
	  display: flex;
	  align-items: center;
	}
	.gnav li:not(:first-child):before {
	  content: "/";
	  color: #b9b7b4;
	  display: block;
	  margin: 0 13px;
	}
	.gnav li a:after {
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  transition: ease 0.3s;
	}
	.gnav li a:hover:after, .gnav li a.active:after {
	  opacity: 1;
	}
  }
  
  .link_bento a {
	border: 1px solid #cccac6;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 8.5vw;
	font-size: 19px;
	height: 44px;
	padding-top: 2px;
	transition: ease 0.3s;
  }
  .link_bento a i {
	width: 15px;
	margin-right: 10px;
  }
  .link_bento a:hover {
	text-decoration: none;
	opacity: 0.7;
  }
  @media only screen and (min-width: 768px) {
	.link_bento a {
	  font-size: 17px;
	  width: 160px;
	  height: 28px;
	  padding-left: 15px;
	}
	.link_bento a i {
	  width: 14px;
	}
	.link_bento a:after {
	  display: none !important;
	}
  }
  
  .gnav2 {
	justify-content: center !important;
	align-items: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .gnav2 a {
	display: block;
  }
  .gnav2 li {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .gnav2 li:not(:last-child):after {
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	background-color: #cccac6;
	margin: 0 10px;
  }
  
  .sns {
	justify-content: center !important;
	align-items: center;
  }
  .sns li {
	margin: 0 16px;
	width: 38px;
  }
  .sns a {
	display: block;
  }
header img, .nav-fixed img, footer img {
	max-width: 100%;
	height: auto;
}
header a, .nav-fixed a, footer a {
	color: inherit;
}

header, .nav-fixed, footer {
	font-size: 14px;
    line-height: 2.37;
	font-weight: 500;
}
@media only screen and (min-width: 768px) {
	.sp {
		display: none !important;
	  }
	.df-pc {
		display: flex !important;
		justify-content: space-between;
	  }
}
@media only screen and (min-width: 768px) {
	header, .nav-fixed, footer {
		font-size: 16px;
		line-height: 38px;
		letter-spacing: 2.5px;
	}
	header {
	  padding-top: 154px;
	}
	header .header-pc {
	  position: absolute;
	  top: 25px;
	  left: 50%;
	  transform: translateX(-50%);
	  width: 925px;
	}
	header .header-pc .sns li {
	  width: 30px;
	  margin: 0 27px 0 0;
	}
	header .header-pc .gnav2 {
	  margin-top: -10px;
	}
	header .header-pc .gnav2 li:last-child:after {
	  content: "";
	  display: block;
	  width: 1px;
	  height: 15px;
	  background-color: #cccac6;
	  margin-left: 10px;
	}
	header .header-pc .gnav2 li:first-child:before {
	  content: "";
	  display: block;
	  width: 1px;
	  height: 15px;
	  background-color: #cccac6;
	  margin-right: 10px;
	}
	header .header-pc > .df:nth-child(2) {
	  align-items: center;
	  margin-top: 8px;
	}
	header .header-pc > .df:nth-child(2) .gnav {
	  justify-content: flex-start;
	  line-height: 1.5;
	}
	header .header-pc > .df:nth-child(2) .link_bento {
	  margin-bottom: 15px;
	}
	header .header-pc > .df:nth-child(2) .link_bento a i {
	  width: 13px;
	  margin-bottom: 3px;
	}
	header h1 {
	  line-height: 18px;
	  font-size: 13px;
	  min-height: auto;
	  padding: 0;
	  position: absolute;
	  z-index: 1;
	}

	header .contact-global {
		width: 220px;
		position: absolute;
		left: 21px;
		text-align: center;
		background: url(../img/shared/body_bg.jpg) repeat center top;
		top: 136px;
		z-index: 5;
		padding: 0 0 39px;
	}

	header .contact-global .tel {
		font-size: 14px;
		line-height: 1;
		margin: 10px 0 10px;
	}

	header .contact-global .tel .df {
		font-size: 24px;
		margin: 5px 0 0;
		align-items: center;
	}

	header .contact-global .tel .df i {
		width: 18px;
	}

	header .contact-global .btn_reserve {
		max-width: 100%;
		width: 191px;
		margin: 0 auto;
		height: 42px;
		font-size: 19.5px;
	}
	header .contact-global .btn_reserve i {
		margin-right: 7px;
	}
  }
  
  .nav-fixed {
	width: 100%;
	height: 100px;
	background: url("../img/shared/bg_black.jpg") repeat center;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	color: #fff;
	padding-left: 30px;
	padding-top: 8px;
	box-sizing: border-box;
	opacity: 0;
	pointer-events: none;
	transition: ease 0.3s;
  }
  .nav-fixed .gnav {
	justify-content: flex-start !important;
	line-height: 25px;
	font-size: 16px;
  }
  .nav-fixed .gnav li {
	margin-bottom: 0;
  }
  .nav-fixed .gnav a {
	line-height: 25px;
  }
  .nav-fixed .gnav a:after {
	background: #fff;
  }
  .nav-fixed .gnav2 {
	justify-content: flex-start !important;
	margin-top: 5px;
  }
  .nav-fixed .gnav2 a {
	font-size: 14px;
  }
  .nav-fixed .gnav2 li:nth-child(3):after {
	display: none;
  }
  .nav-fixed .gnav2 .link_bento {
	margin-left: 25px;
  }
  .nav-fixed .gnav2 .link_bento a {
	display: flex !important;
	width: 140px;
	height: 28px;
  }
  .nav-fixed .gnav2 .link_bento a i {
	width: 12px;
	margin-top: -4px;
	margin-right: 7px;
  }
  .nav-fixed .contact-global {
	position: absolute;
	top: 10px;
	right: 0;
	background: url("../img/shared/bg_black.jpg") repeat center;
	width: 232px;
	box-sizing: border-box;
	padding-bottom: 17px;
  }
  .nav-fixed .contact-global .btn_reserve {
	margin: 10px auto 0;
	width: 174px;
	height: 38px;
	font-size: 17px;
  }
  .nav-fixed .contact-global .btn_reserve i {
	width: 19px;
	margin-right: 10px;
  }
  .nav-fixed .contact-global .tel {
	font-size: 12px;
	line-height: 2;
  }
  .nav-fixed .contact-global .tel .df {
	font-size: 22px;
  }
  .nav-fixed .contact-global .tel .df i {
	width: 18px;
  }
  @media only screen and (min-width: 768px) {
	.nav-fixed.fixed {
	  opacity: 1;
	  pointer-events: visible;
	}
  }