@charset "UTF-8";
/* ======================================================

   common-Setting

========================================================= */
html {}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  color: #272727;
  -webkit-text-size-adjust: 100%;
  font-family:"游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
}
h1,h2,h3,h4,h5,h6,
input,button,textarea,select,
p,blockquote,
table,th,td,pre,address,
ul,ol,li,dl,dt,dd {
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  line-height: 1.8;
}
li { list-style: none; }
th,td { vertical-align: middle; }
select { visibility: visible !important; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.object_cover_fit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
img.object_contain_fit {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

a {
  //color: #9a8c17;
  //text-decoration: none;
}
a:hover {
  //color: #c4b008;
  //text-decoration: underline;
}

.mb_10 { margin-bottom: 10px !important; }
.mb_20 { margin-bottom: 20px !important; }
.mb_30 { margin-bottom: 30px !important; }
.mb_40 { margin-bottom: 40px !important; }
.mb_50 { margin-bottom: 50px !important; }
.mb_60 { margin-bottom: 60px !important; }
.mb_70 { margin-bottom: 70px !important; }
.mb_80 { margin-bottom: 80px !important; }
.mb_90 { margin-bottom: 90px !important; }
.mb_100 { margin-bottom: 100px !important; }

.mb_t { margin-bottom: 20px !important; }
.mb_s { margin-bottom: 30px !important; }
.mb_m { margin-bottom: 50px !important; }
.mb_l { margin-bottom: 70px !important; }

.f_b { font-weight: bold; }
.f_10 { font-size: 10px !important; }
.f_12 { font-size: 12px !important; }
.f_14 { font-size: 14px !important; }
.f_16 { font-size: 16px !important; }
.f_18 { font-size: 18px !important; }
.f_20 { font-size: 20px !important; }
.f_22 { font-size: 22px !important; }
.text { margin-bottom: 1em; }
.txt-l { text-align: left !important; }
.txt-c { text-align: center !important; }
.txt-r { text-align: right !important; }

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.pc_area,.tab_area { display: none; }

.wrapper {
  //padding-top: 60px;
  overflow-x: hidden;
  position: relative;
}
.index_main {}
.sub_page_main { margin: 0 auto 60px; }

.topicpath { margin-bottom: 20px; }
.topicpath ul {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
}
.topicpath li {
  display: inline;
  line-height: 1.4;
  font-size: 12px;
}
.topicpath li::before { content: ' > '; }
.topicpath li:first-child::before { content: ''; }

.mincho-text {
  font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}


@media screen and (min-width: 600px) {
  .sp_area { display: none; }
  .tab_area { display: block; }
}

@media screen and (min-width: 1025px) {
h1,h2,h3,h4,h5,h6,
input,button,textarea,select,
p,blockquote,
table,th,td,pre,address,
ul,ol,li,dl,dt,dd {
  font-size: 16px;
  line-height: 2;
}
	
	
  .mb_t { margin-bottom: 30px !important; }
  .mb_s { margin-bottom: 50px !important; }
  .mb_m { margin-bottom: 80px !important; }
  .mb_l { margin-bottom: 100px !important; }
  
  .pc_area { display: block; }
  
  .hover_opacity a { transition: 0.3s; }
  .hover_opacity a:hover {
    transition: 0.3s;
    opacity: 0.8;
  }

  #wrapper{ padding-top: 0; }
  .sub_page_main { margin: 0 auto 120px; }
  .topicpath { margin-bottom: 50px; }
  .topicpath ul { max-width: 1200px; }
}

/* ======================================================

   header

========================================================= */
#sp_header_tab {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
#sp_header_tab li.active_btn { background: #161616;}
#sp_header_tab li {
	width: 25%;
	color: #fff;
	height: 35px;
	font-size: 12px;
	text-align: center;
	line-height: 35px;
	letter-spacing: 0.05em;
	font-weight: bold;
	border-right: 1px solid #161616;
	background: #fff;
}
#sp_header_tab li:last-child { border-right: none;}
#sp_header_tab li a {
	color: #272727;
	text-decoration: none;
	line-height: 35px;
}



#outer_header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 35px;
  left: 0;
  z-index: 999;
  background: #161616;
}
#header {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#header .logo {
	width: 192px;
	height: 30px;
	position: absolute;
	top: 14px;
	left: 5%;
}
#navi {
  display: none;
}

/* hamburger menu */
.hamburger_menu_cover {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
.hamburger_menu {
  display: flex;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 15px;
  cursor: pointer;
}
.hamburger_menu__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: relative;
  transition: all 0.5s;
}
.hamburger_menu__line::before,
.hamburger_menu__line::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  transition: all 0.5s;
}

.hamburger_menu__line::before { transform: translateY(-8px); }
.hamburger_menu__line::after { transform: translateY(8px); }
.hamburger_menu.open .hamburger_menu__line { background-color: transparent; }
.hamburger_menu.open .hamburger_menu__line::before { transform: rotate(45deg); }
.hamburger_menu.open .hamburger_menu__line::after { transform: rotate(-45deg); }

.nav_sp {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  padding: 100px 30px 80px;
  background: #161616;
  text-align: left;
  transition: right 0.5s;
  overflow: scroll;
  z-index: 998;
}
.nav_sp.open { right: 0; }
.nav_sp_inner { padding-top: 30px;}

.nav_sp_inner .sp_navi_menu li {
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
}
.nav_sp_inner .sp_navi_menu li:last-child { margin-bottom: 0;}
.nav_sp_inner .sp_navi_menu li a {
	color: #fff;
	text-decoration: none;
}

@media screen and (min-width: 1025px) {
#sp_header_tab { display: none;}
	
#outer_header {
	width: 100%;
    height: 90px;
    background: #161616;
	top: 0;
  }
#header {
	width: 100%;
	position: relative;
}
#header .logo {
	width: 243px;
	height: 40px;
	top: 25px;
	left: 30px;
}
	
	
	
	
	
	
	
  .hamburger_menu_cover {
    display: none;
  }

#navi {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
}
 #navi ul {
    display: flex;
    justify-content: flex-start;
  }
	
#navi ul li {
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	padding: 0 10px;
  }
#navi ul li a {
	line-height: 90px;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.3s;
	padding: 0 10px;
  }
#navi ul li a:hover {
    color: rgba(255,255,255,0.30);
	transition: 0.3s;
}


}

/* ======================================================

   footer_contact

========================================================= */
#f_contact {
	width: 100%;
	background: url("../images/top/f_contact_bg.jpg") no-repeat center top;
	background-size: cover;
	padding: 50px 0;
}
#f_contact .top_common_title {
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 20px;
}
#f_contact .top_common_title span {
	display: block;
	font-family: "Lora", serif;
	font-size: 12px;
	color: #b7ac84;
	font-weight: 600;
	letter-spacing: 0.05em;
}
#f_contact .contact_btn_block {
	width: 90%;
	margin: 0 auto;
}


#f_contact .contact_btn_block .block {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #fff;
	background: rgba(255,255,255,0.1);
	padding: 10px 0;
	position: relative;
}

#f_contact .contact_btn_block .block a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}



#f_contact .contact_btn_block .block:last-child {
	margin-bottom: 0;
}


#f_contact .contact_btn_block .block p {
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	font-size: 15px;
	text-align: center;
	color: #fff;
}
#f_contact .contact_btn_block .block p span {
	padding-left: 20px;
	position: relative;
}
#f_contact .contact_btn_block .block p span:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
}

#f_contact .contact_btn_block .block p.tel span:before {
	width: 15px;
	height: 15px;
	background: url("../images/common/icon_tel.png") no-repeat;
	background-size: contain;
	top: 6px;
}

#f_contact .contact_btn_block .block p.web span:before {
	width: 16px;
	height: 16px;
	background: url("../images/common/icon_web.png") no-repeat;
	background-size: contain;
	top: 4px;
}






#f_contact .contact_btn_block .block p.b_text {
	font-size: 20px;
	line-height: 1.4;
}

#f_contact .contact_btn_block .block:first-child p.b_text {
	letter-spacing: 0.05em;
	font-size: 23px;
}


@media screen and (min-width: 1025px) {
#f_contact {
	padding: 120px 0 110px;
}
#f_contact .top_common_title {
	font-size: 40px;
	line-height: 1.6;
	margin-bottom: 40px;
}
#f_contact .top_common_title span {
	font-size: 14px;
}
#f_contact .contact_btn_block {
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
}
#f_contact .contact_btn_block .block {
	width: 31.6%;
	margin-bottom: 0;
	padding: 20px 0 15px;
}

#f_contact .contact_btn_block .block p {
	font-size: 18px;
	line-height: 1.6;
}
#f_contact .contact_btn_block .block p span {
	padding-left: 30px;
}
#f_contact .contact_btn_block .block p.tel span:before {
	width: 20px;
	height: 20px;
	top: 8px;
}
#f_contact .contact_btn_block .block p.web span:before {
	width: 25px;
	height: 25px;
}

#f_contact .contact_btn_block .block p.b_text {
	font-size: 28px;
}

#f_contact .contact_btn_block .block:first-child p.b_text {
	font-size: 30px;
}
	
	
}


/* ======================================================

   footer

========================================================= */
#outer_footer {
  background: #161616;
  padding-bottom: 60px;
}
#footer {
	width: 100%;
	margin: 0 auto;
}

#footer .f_information {
	
}
.gmap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#footer .f_information .info_text {
	width: 90%;
	margin: 30px auto 0;
}
#footer .f_information .info_text p,
#footer .f_information .info_text ul li {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.075em;
}

#footer .f_information .info_text .f_logo {
	width: 80%;
	margin: 0 auto 20px;
}
#footer .f_information .info_text .access_text { margin-top: 10px; margin-bottom: 20px;}
#footer .f_information .info_text .access_text li {
	padding-left: 15px;
	position: relative;
	margin-bottom: 2px;
}
#footer .f_information .info_text .access_text li:last-child { margin-bottom: 0;}
#footer .f_information .info_text .access_text li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 7px;
	left: 0;
}
#footer .f_information .info_text .m_hour {
	width: 100%;
	margin: 0 auto 10px;
}
#footer .f_information .info_text .m_hour th,
#footer .f_information .info_text .m_hour td {
	padding: 10px 0;
	text-align: center;
}


#footer .f_information .info_text .m_hour th {
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	border-bottom: 1px solid #7f7f7f;
}
#footer .f_information .info_text .m_hour td {
	color: #fff;
	border-bottom: 1px solid #7f7f7f;
}
#footer .f_information .info_text .m_hour td.hour_text {
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: left;
}
#footer .f_information .info_text .m_hour td.hour_text span {
	display: block;
	font-size: 10px;
}

#footer .f_information .info_text .m_hour .week { width: 9%; }
#footer .f_information .info_text .m_hour .sunday { width: 15%; }
#footer .f_information .info_text .m_hour .t_name { width: 31%; text-align: left !important;}
#footer .f_information .info_text .note_list li {
	padding-left: 20px;
	margin-bottom: 5px;
	position: relative;
}
#footer .f_information .info_text .note_list li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
#footer .f_information .info_text .note_list li span {
	display: block;
	font-size: 10px;
	letter-spacing: 0.05em;
}
#footer .sitemap { display: none;}

.copy {
  color: #616161;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  background: #161616;
  padding: 40px 0 30px;
}
.go_top {
  position: fixed;
  right: 10px;
  bottom: 70px;
}
.go_top a {
  width: 40px;
  height: 40px;
	border-radius: 50%;
	background: #b7ac84;
  position: relative;
  display: block;
  vertical-align: middle;
  text-decoration: none;
}
.go_top a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.go_top a::after {
  top: 6px;
  left: 14px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
}

.sp_btm_contact {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
	border-top: 1px solid #333;
}
.sp_btm_contact li {
  width: calc(100% / 3);
  display: table;
  text-align: center;
  height: 60px;
	background: #161616;
	border-right: 1px solid #333;
	box-sizing: border-box;
}
.sp_btm_contact li:last-child { border-right: none;}
.sp_btm_contact li {

}
.sp_btm_contact li.mail {
  background: #888;
}
.sp_btm_contact li a {
  display: table-cell;
  width:100%;
  color: #FFF;
  vertical-align: middle;
  padding: 0 5px;
  box-sizing: border-box;
  text-decoration: none;
}

.pc_reservation { display: none;}


@media screen and (min-width: 1025px) {

#outer_footer {
	padding-top: 80px;
	padding-bottom: 0px;
}
#footer {
	max-width: 1200px;
}

#footer .f_information {
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
	border-bottom: 1px solid #4c4c4c;
	margin-bottom: 50px;
}
.gmap {
    width: 50%;
}
#footer .f_information .info_text {
	width: 41%;
	margin: 0;
	padding-top: 20px;
}
#footer .f_information .info_text p,
#footer .f_information .info_text ul li {
	font-size: 16px;
	line-height: 1.6;
}

#footer .f_information .info_text .f_logo {
	max-width: 405px;
	margin: 0 0 20px;
}
#footer .f_information .info_text .access_text { margin-top: 20px; margin-bottom: 40px;}
#footer .f_information .info_text .access_text li {
	font-size: 15px;
	margin-bottom: 5px;
}
#footer .f_information .info_text .access_text li:before {
	top: 9px;
}
#footer .f_information .info_text .m_hour {
	margin: 0 auto 20px;
}
#footer .f_information .info_text .m_hour th,
#footer .f_information .info_text .m_hour td {
	padding: 15px 0;
}
#footer .f_information .info_text .m_hour th {
	font-size: 16px;
}
#footer .f_information .info_text .m_hour td {
	font-size: 16px;
}
#footer .f_information .info_text .m_hour td.hour_text {
	letter-spacing: 0.05em;
	line-height: 1.6;
}
#footer .f_information .info_text .m_hour td.hour_text span {
	font-size: 12px;
}

#footer .f_information .info_text .m_hour .week { width: 9%; }
#footer .f_information .info_text .m_hour .sunday { width: 15%; }
#footer .f_information .info_text .m_hour .t_name { width: 31%; text-align: left !important;}
#footer .f_information .info_text .note_list li {
	font-size: 15px;
	margin-bottom: 10px;
}
#footer .f_information .info_text .note_list li span {
	font-size: 12px;
	letter-spacing: 0.1em;
}
#footer .sitemap {
	display: flex;
	justify-content: center;
}
	
#footer .sitemap li {
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	font-size: 16px;
	margin: 0 20px;
}
#footer .sitemap li a { color: #fff; text-decoration: none; transition: all 0.3s;}
	#footer .sitemap li a:hover { color: #b7ac84;}
.copy {
  padding: 70px 0 70px;
}
	
	
	
	
	
.pc_reservation {
	display: block;
	width: 250px;
	position: fixed;
	bottom: 0;
	right: 0;
	background: #161616;
	box-sizing: border-box;
	padding: 20px 15px;
	border: 1px solid rgba(255,255,255,0.2);
	z-index: 9999;
}
.pc_reservation p { color: #fff; text-align: center; font-size: 12px; line-height: 1.4;}
	
.pc_reservation ul {
	width: 85%;
	margin: 10px auto 0;
}
.pc_reservation ul li {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	margin-bottom: 5px;
	color: #fff;
	letter-spacing: 0.075em;
}
.pc_reservation ul li span { padding-left: 20px; position: relative;}
.pc_reservation ul li span:before {
	content: "";
	display: block;
	position: absolute;
}
	
	
.pc_reservation ul li:last-child { margin-bottom: 0;}
.pc_reservation ul li a {
	display: block;
	width: 100%;
	background: #fff;
	border-radius: 50px;
	line-height: 45px;
	color: #272727;
	text-decoration: none;
}
.pc_reservation ul li a:hover {
	text-decoration: underline;
}
.pc_reservation ul li.web a {
	background: #b7ac84;
	color: #fff;
}
.pc_reservation ul li.web span:before {
	width: 15px;
	height: 15px;
	background: url("../images/common/icon_web.png") no-repeat;
	background-size: contain;
	left: 0px;
	top: 2px;
}
	
	
.pc_reservation ul li.tel {
	font-family: "Lora", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 10px;
}
.pc_reservation ul li.tel span:before {
	width: 12px;
	height: 12px;
	background: url("../images/common/icon_tel.png") no-repeat;
	background-size: contain;
	left: 2px;
	top: 7px;
	}
	
  .go_top {
    right: 30px;
    bottom: 230px;
  }
  .footer_follow .sp_btm_contact {
    display: none;
  }
}


/* ======================================================

   text btn

========================================================= */


.text_btn01 {}
.text_btn01 a {
	display: block;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	border: 1px solid #272727;
	line-height: 60px;
	text-decoration: none;
	color: #272727;
	position: relative;
	
}
.text_btn01 a:before,
.text_btn01 a:after {
	content: "";
	display: block;
	position: absolute;
}
.text_btn01 a:before {
	width: 11px;
	height: 1px;
	background: #b7ac84;
	right: 20px;
	top: 50%;
}

.text_btn01 a:after {
	width: 7px;
	height: 7px;
	border-top: 1px solid #b7ac84;
	border-right: 1px solid #b7ac84;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 20px;
	top: 50%;
	margin-top: -3px;
}



@media screen and (min-width: 1025px) {
.text_btn01 a {
	padding: 0 20px;
	line-height: 70px;
	transition: all 0.3s;

}
.text_btn01 a:hover {
	background: #161616;
	color: #fff;
}
	
.text_btn01 a:before,
.text_btn01 a:after {
	transition: all 0.3s;
}
.text_btn01 a:hover:before,
.text_btn01 a:hover:after {
	right: 15px;
}
	
}