/* ----------------------------------------------------------
 * Selected Text
 *---------------------------------------------------------- */
::selection {
	background:#faf6f1; /* Safari */
}

::-moz-selection {
	background:#faf6f1; /* Firefox */
}


br.sp {
  display: none;
}
/* ----------------------------------------------------------
 * Base Layout
 *---------------------------------------------------------- */
body {
  overflow-x: hidden;
  color: #2d2d2d;
	text-align: justify;
  letter-spacing:.5px;
  font-family: "source-han-serif-japanese", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body a,
body a:active {
	text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}

body a:hover {
  opacity:.8;
}

a.non_link {
  pointer-events: none;
  opacity: .6;
}

.en {
font-family: "paganini",serif;
font-style: normal;
font-weight: 300;
letter-spacing:1px;
line-height:1.0;
}

.en02 {
font-family: "futura-pt",serif;
font-style: normal;
font-weight: 400;
letter-spacing:3px;
line-height:1.0;
}

.en03 {
font-family: "origins",serif;
font-style: normal;
font-weight: 400;
letter-spacing:1px;
line-height:1.0;
}

.ja {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}


* {
	box-sizing: border-box;
}

ul.icon {
  text-align:center;
  margin-top:5px;
  max-height:20px;
  overflow:hidden;
}

ul.icon li {
    padding: 3px 10px 4px;
    color: #fff;
    text-align: center;
    line-height: 1.1em;
    font-size: 11px;
    margin-right: 3px!important;
    display: inline-block;
    width:auto!important;
    float:none!important;
    background:#c8a187;
}

span.icon,
.icon span {
  color: #fff;
  padding: 3px 6px;
}

.cmn_block{
  text-align:center;
  margin-bottom: 100px;
}

.cmn_block .section_sub{
  font-size: 16px;
  margin-bottom: 20px;
}

.section_tit404{
  letter-spacing:2px;
  font-size:40px;
  font-weight:400;
  text-align:center;
  margin-top:50px;
}

.container {
  margin: 0 auto;
}

.anc_box {
  padding-top: 46px;
  margin-top: -46px;
}

@media screen and (max-width: 768px) {
body {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	overflow-x: hidden;
	color: #2d2d2d;
  letter-spacing:.5px;
  font-family: "source-han-serif-japanese", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
}

img {
	width: 100%;
  vertical-align:bottom;
}

* {
  box-sizing: border-box;
}

.container a {
	color: #141414;
}

a.non_link {
  pointer-events: none;
  opacity: .6;
}

ul.icon {
  max-height:20px;
  overflow:hidden;
}

ul.icon li {
    padding: 2px 10px 4px;
    color: #fff;
    text-align: center;
    line-height: 1.1em;
    font-size: 0.85em;
    margin-right: 3px!important;
    display: inline-block;
    width:auto!important;
    float:none!important;
    background:#c8a187;
}

span.icon,
.icon span {
  color: #fff;
  padding: 2px 4px;
  font-size: 11px;
  margin-bottom: 2px;
  display: inline-block;
}

.en {
font-family: "paganini",serif;
font-style: normal;
font-weight: 300;
letter-spacing:1px;
line-height:1.0;
}

.en02 {
font-family: "futura-pt",serif;
font-style: normal;
font-weight: 400;
letter-spacing:3px;
line-height:1.0;
}

.en03 {
font-family: "origins",serif;
font-style: normal;
font-weight: 400;
letter-spacing:1px;
line-height:1.0;
}

.ja {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.copyright {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 8px 0 100px;
  font-size: 0.75em;
  letter-spacing: 1px;
}
}

/*  Header
 *---------------------------------------------------------- */
@media screen and (min-width: 768px) {
header{
  width:100%;
  background: rgba(26,50,33,.9);
  color: #FFF;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  border-top: 4px solid #b1914d;
}
}

header li a {
  color: #fff;
}

header .header{
  width:100%;
}

header .inner{
  width: 1200px;
  margin:0 auto;
  padding:13px 0px 2px;
  position:relative;
}

header .form .inner{
  height: 78px;
}

header .inner .box_l{
}

header .inner .hlogo{
  width:182px;
  position:absolute;
  top:7px;
  left:50%;
  margin-left:-91px;
  text-align: center;
}

header .inner .hlogo h1{
  line-height: 1;
}

header .inner .hlogo h1 a{
  width:182px;
  height:58px;
  background:url(../img/hlogo.png) no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  white-space:nowrap;
  overflow:hidden;
  text-indent:105%;
  display: block;
}

header .inner{
}

header .inner .hlink{
  margin-bottom:4px;
}

header .inner .hlink li{
  margin:0px 4px 0px 0;
  font-size:12px;
  display: inline-block;
}

header .inner .hlink li a{
  padding:0 8px;
}

header .inner .hlink li::after{
  content:" | ";
}

header .inner .hlink li:last-child::after{
  content:"";
}

header .inner .hlink li:last-child a{
  padding:0 0px 0 8px;
}

header .inner .htel{
  text-align: left;
}

header .inner .htel .tel{
  padding-left: 8px;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 1.4px;
}

header .inner .fair_btn{
  width: 234px;
  height: 47px;
  position: relative;
  margin-top: 2px;
}

header .inner .fair_btn a{
  width: 100%;
  height: 47px;
  background: #b1914d;
  display: block;
  padding-top: 9px;
  padding-left: 10px;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  line-height: 1;
  z-index: 1;
}

header .inner .fair_btn .icon{
  position: absolute;
  top: -10px;
  left: -22px;
  width: 58.6px;
  z-index: 99;
}

header .inner .fair_btn .icon img{
  width: 100%;
}

header .inner .fair_btn .sub{
  font-size: 10px;
  display: block;
}

@media screen and (max-width: 768px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(26,50,33,.9);
    color: #FFF;
    border-top: 3px solid #b1914d;
  }

  .header h1 {
    width: 100%;
    margin: 0 auto;
    padding: 6px 0 9px;
  }

  .header h1 a {
    display: block;
    width: 100%;
    height: 40px;
    background: url(../img/hlogo.png) no-repeat center center;
    background-size: auto 40px;
    text-indent: 105%;
    overflow: hidden;
    white-space: nowrap;
  }
  .article_h2 {
    padding: 24% 0px 0px;
    text-align:center;
  }
  
  .article_h2 h2 {
    line-height:1.3;
    font-family: 	"a-otf-ryumin-pr6n",游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size:13px;
    display: flex;
    flex-direction: column;
    align-items: center; 
  }
  
  .article_h2 h2 span {
    font-family: "garamond-premier-pro-display",serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing:1px;
    line-height:1.0;
    font-size:28px;
  }
  
  .article_h2 h2 span.ja {
    font-size:27px;
  }
}

/*  Nav
 *---------------------------------------------------------- */
.gnav {
	width: 1200px;
  height: 44px;
  overflow: hidden;
	margin: 0 auto;
  text-align:center;
}

.gnav::after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}

.gnav li {
  display:inline-block;
}

.gnav li a{
  padding:13px 18px;
  line-height:1.0;
  letter-spacing: 1px;
  font-size:13px;
  display: block;
}

.gnav li a:hover {
  color: #beab90;
}

.fixed_gnav{
  position: fixed;
	top: -47px;
	left: 0;
	width: 100%;
  z-index: 999999;
  background:rgba(255,255,255,1.0);
  border-bottom: 1px solid #f0f0ee;
}

.fixed_gnav .gnav{
	width: inherit;
  height:46px;
}

.fixed_gnav .gnav li{
  vertical-align:middle;
}

.fixed_gnav .gnav li a{
  padding:15px 8px;
  line-height:1.0;
  font-size:13px;
  display: block;
}

.fixed_gnav .gnav li:first-child a{
   padding:15px 5px 15px 0;
}

.fixed_gnav .gnav li:nth-child(10) a{
  padding:15px;
}

.fixed_gnav .gnav li.fair_btn{
  width: 170px;
  height: 46px;
}

.fixed_gnav .gnav li.fair_btn a{
  width: 100%;
  height: 46px;
  background: #beab90;
  display: block;
  padding-top: 2px;
  line-height: 0.9;
  text-align: center;
  font-size: 25px;
  color: #FFF;
}

.fixed_gnav .gnav li.fair_btn .sub{
  font-size: 11px!important;
  display: block;
}

/*  Main
 *---------------------------------------------------------- */
main {
}

.main_top .container {
	width: 100%;
}

.container .short {
	width: 775px;
	float: left;
}

.main_news .container::after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}

/*  Side
*---------------------------------------------------------- */
aside.side {
	width: 186px;
	float: right;
}


/*  h2
 *---------------------------------------------------------- */
@media screen and (min-width: 769px) {
.article_h2 {
	width: 100%;
  padding: 60px 0 40px;
  text-align:center;
  margin-top: 112px;
}

.form .article_h2 {
  margin-top: 78px;
}

.article_h2 h2 {
	line-height: 1;
  font-size: 13px;
}

.article_h2 h2 span.en {
  font-size:44px;
	font-style: normal;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
}
}

/* section_other
------------------------------------------------- */
.main_top .section_other{
  text-align: center;
  margin-bottom:72px;
}

.section_other{
  padding: 67px 0;
  text-align: center;
  background: #fcfbf8;
}

.section_other h2{
  margin-bottom:26px;
  font-size: 15px;
  line-height: 1;
}

.section_other .inner{
  margin: 0 auto;
  width: 1030px;
}

.section_other .inner li{
  width: 320px;
  display:inline-block;
  margin:0 10px;
}

.section_other .inner li a{
  width: 100%;
  display: block;
}

.section_other .inner li .ph{
  margin-bottom: 16px;
}

.section_other .inner li .sub{
  font-size: 14px;
}

/* .frame_box
------------------------------------------------- */
.frame_box {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 120px;
  background: url(https://lockheart.info/wedding/img/cmn/frame_t.jpg),url(https://lockheart.info/wedding/img/cmn/frame_b.jpg),url(https://lockheart.info/wedding/img/cmn/frame_m.jpg);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top center, bottom center, top center;
}

.frame_box.frame02 {
  width: 1080px;
  padding: 70px 65px;
  background-image: url(https://lockheart.info/wedding/img/cmn/frame02_t.jpg),url(https://lockheart.info/wedding/img/cmn/frame02_b.jpg),url(https://lockheart.info/wedding/img/cmn/frame02_m.jpg);
}


/*  footer
---------------------------------------------------------- */

.bnr_reserve {
  padding: 30px 0 60px;
  text-align: center;
  border-top: 1px solid #c9b283;
}

.main_top .bnr_reserve {
  margin-top: -20px;
}

.foot_contents {
  background: #f7f4ed;
  padding: 60px 0;
}

.foot_contents .inner{
  margin: 0 auto;
  text-align: center;
}

.foot_contents h4{
  width: 1152px;
  font-size: 46px;
  font-style: italic;
  padding-bottom: 10px;
  margin:0 auto 10px;
  border-bottom: 1px solid #000;
  text-align: center;
}

.foot_contents h4 span{
  font-size: 12px;
  font-style: normal;
}

.foot_contents .sub {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.foot_contents .map,
.foot_contents .box_a {
  display: inline-block;
  vertical-align: top;
  padding-right: 40px;
  border-right: 1px solid #c9c9c9;
  height: 214px;
}

.foot_contents .box_a {
  text-align: center;
  padding-right: 0;
  margin-right: 40px;
  width: 388px;
  font-size: 14px;
  padding: 16px 40px;
}

.foot_contents .box_a .tel {
  font-size: 26px;
  line-height: 1.0;
  margin: 5px 0 15px;
}

.foot_contents .box_a .time {
  border-top: 1px solid #673b00;
  border-bottom: 1px solid #673b00;
  padding: 3px 0;
  margin-bottom: 5px;
}

.foot_contents .box_b{
  display: inline-block;
  vertical-align: top;
}

.foot_contents .btn{
  height: 48px;
  margin-bottom: 7px;
}

.foot_contents .btn:last-child{
  margin-bottom: 0;
}

.foot_contents .btn a{
  line-height: 48px;
}

.foot_contents .btn.reserve a{
  background: #b1914d;
}

.foot_contents .btn.reserve{
  position: relative;
}

.foot_contents .btn.reserve .icon{
  position: absolute;
  top: -26px;
  left: 34px;
  width: 65px;
  z-index: 999;
}

.foot_contents .btn.reserve .icon img{
  width: 100%;
}

.foot_contents .btn.access a{
  background: #FFF;
  color: #b1914d;
  border: 1px solid #b1914d;
}

.foot_contents .sns_box{
  text-align: center;
  vertical-align: middle;
}

.foot_contents .sns_box p.tit{
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding-right: 12px;
}

.foot_contents .sns_box ul{
  display: inline-block;
}

.foot_contents .sns_box ul li{
  display: inline-block;
  margin: 0 5px;
}

.foot_contents .sns_box ul li a{
  display: block;
}

.foot_contents .sns_box ul li a img{
  vertical-align: bottom;
}

.foot_contents .salon_box {
  width: 1118px;
  margin: 30px auto 0;
  background: #FFF;
  padding: 18px;
}

.foot_contents .salon_box .ph {
  width: 220px;
  display: inline-block;
  vertical-align: top;
  float: right;
}

.foot_contents .salon_box .ph img,
.foot_contents .salon_box .map_box iframe {
  vertical-align: bottom;
}

.foot_contents .salon_box .info_box {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin: 0 20px;
}

.foot_contents .salon_box .info_box .tit {
  font-size: 16px;
  color: #b1914d;
}

.foot_contents .salon_box .info_box .tel {
  font-size: 26px;
  margin-bottom: 0px;
}

.foot_contents .salon_box .info_box .tel span {
  font-size: 13px;
}

.foot_contents .salon_box .map_box {
  width: 274px;
  display: inline-block;
  vertical-align: top;
}

.foot_contents .salon_box .map_box iframe {
  width: 274px;
  height: 153px;
  border: none;
}

@media screen and (min-width: 768px) {
.footer {
  background: url(https://lockheart.info/wedding/img/cmn/bg_footer.jpg) top center no-repeat;
  background-size: cover;
}

.footer .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 58px 0 40px;
  color: #FFF;
}

.footer .inner .unit01 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 11px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,.3);
}

.footer .inner .unit01 div {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  padding-bottom: 0;
}

.footer .inner .unit01 .box_a img {
  height: 70px;
}

.footer .inner .unit01 .box_b {
  padding-top: 20px;
  padding-left: 20px;
}

.footer .inner .unit01 .txt {
  text-align: left;
}

.footer .inner .unit02 {
  text-align: center;
  font-size: 13px;
}

.footer .inner .unit02 .box {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
  text-align: left;
}

.footer .inner .unit02 .box .tit {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 4px 10px;
  margin-bottom: 14px;
}

.footer .inner .unit02 .box {
  width: 162px;
}

.footer .inner .unit02 ul {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}

.footer .inner .unit02 ul:last-child {
  padding-right: 0;
}

.footer .inner .unit02 ul li a {
  text-align: left;
  text-decoration: none;
  padding: 3px 0;
  display: block;
  color: #fff;
}

.footer .inner .unit02 ul li.sub a::before {
  content: "- ";
}

.footer .unit03 {
  background: #FFF;
  text-align: center;
}

.footer .unit03 li {
  display: inline-block;
  font-size: 12px;
}

.footer .unit03 li a {
  line-height: 1.0;
  padding: 16px 10px;
  text-decoration: none;
  display: block;
}

.footer .unit03 li a::before {
  content: "・";
}

.footer .copy {
  color: #FFF;
  padding: 30px 0 30px;
  font-size: 10px;
  text-align: center;
}
}

@media screen and (max-width: 768px) {
footer {
  background: url(../img/bg_footer.jpg) top center no-repeat;
  background-size: cover;
}

footer .inner {
  background: #f7f4ed;
  padding: 10% 5%;
  text-align:center;
}

footer .inner h4{
  font-size: 38px;
  font-style: italic;
  padding-bottom: 10px;
  margin:0 auto 10px;
  border-bottom: 1px solid #000;
  text-align: center;
}

footer .inner h4 span{
  font-size: 12px;
  font-style: normal;
  display: block;
  margin-top: 3%;
}

footer .inner .sub {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

footer .inner .tit {
  font-size:15px;
  margin-bottom: 4%;
}

footer .inner .sub {
  font-size:13px;
	line-height: 1.5;
  margin-bottom: 5%;
}

footer .inner .sns_box {
  margin: 0 auto 4%;
}

footer .inner .tel {
	font-size: 28px;
  letter-spacing: 2px;
}

footer .inner .tel a {
	color: #FFF;
}

footer .inner .sns_box ul.sns {
  text-align:center;
}

footer .inner .sns_box ul.sns li {
  width:8%;
	margin:0 2%;
  display:inline-block;
  vertical-align:middle;
}

footer .inner .sns_box ul.sns li:last-child {
  width:10%;
}

footer .inner .txt {
  line-height: 1.7;
}

footer .inner .f_btn{
	margin-bottom: 0%;
}

footer .inner .f_btn .btn{
  margin-bottom: 3%;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: block;
}

footer .inner .f_btn .btn .icon{
  position: absolute;
  top: -18%;
  left: -4%;
  width: 64px;
  z-index: 9;
}

footer .inner .f_btn .btn.access a{
  background: #FFF;
  color: #b1914d;
  border: 1px solid #b1914d;
}

footer .info_box{
  color: #FFF;
  padding: 10% 5%;
  text-align: center;
  font-size: 12.32px;
}

footer .info_box .flogo{
  width: 72%;
  margin: 0 auto 2%;
}

footer .info_box .tel{
  font-size: 30px;
}

footer .info_box .time{
  margin: 5% 0;
  padding: 2% 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

footer .inner .map {
  margin-bottom: 5%;
}


footer .inner .salon_box {
  width: 100%;
  margin: 10% auto 0;
  background: #FFF;
  padding: 5%;
}

footer .inner .salon_box .ph {
  width: 100%;
  margin-bottom: 5%;
}

footer .inner .salon_box .info_box {
  font-size: 12px;
  margin-bottom: 5%;
  padding: 0;
  color: #2d2d2d;
}

footer .inner .salon_box .info_box .tit {
  font-size: 15px;
  color: #b1914d;
}

footer .inner .salon_box .info_box .tel {
  font-size: 26px;
  margin-bottom: 4%;
}

footer .inner .salon_box .info_box .tel span {
  font-size: 12px;
  display: block;
}

footer .inner .salon_box .info_box .txt {
  text-align: left;
}

footer .inner .salon_box .map_box {
  width: 100%;
}

footer .inner .salon_box .map_box iframe {
  width: 100%;
  height: 200px;
  border: none;
}
}


/*  Button
 *---------------------------------------------------------- */
.btn {
	width:360px;
	height:55px;
	margin:0 auto;
}

.btn a {
	display:block;
	text-align:center;
	background:#c9b283;
	text-decoration:none;
	color:#fff;
	line-height:55px;
  position:relative;
}

.btn.back a {
  background:#2d2d2d;
  letter-spacing: 1px;
}

.btn a:hover {
  opacity:0.8;
  color:#FFF;
}

.btn.back a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 3px solid transparent;
	border-right: 5px solid #fff;
  transform:none!important;
}


.btn02 a {
    display: block;
    text-align: center;
    background: #4A320D;
    text-decoration: none;
    color: #fff;
    position: relative;
    width: 613px;
    height: 62px;
    line-height: 66px;
    margin: 0 auto;
    font-size: 18px;
}


.btn_access {
  color: #fff;
  background: #000;
  position: relative;
  padding: 3px 40px 1px;
  margin: 4px 0 10px;
  font-size: 13px;
  text-align: center;
  display: inline-block;
}
.btn_access:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  transition-duration: 200ms;
}

.btn.back a::after {
  left: 10px;
  right: auto;
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}

.btn.orange a {background: #f60;}
.btn.orange a:hover {background: #c00;}

.reserve_btn a {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background: #f1752b url(https://lockheart.info/wedding/fair/img/btn_arrow.png) no-repeat top 16px right 10px;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	position: relative;
	width: 60%;
	padding: 16px 0;
	margin: 0 auto;
}

.reserve_btn a:hover {
  color: #fff;
	background: #ee620f url(https://lockheart.info/wedding/fair/img/btn_arrow.png) no-repeat top 16px right 10px;
}

.btn_more{
  margin:0;
  font-style: normal;
  font-weight: 400;
  font-size:12px;
}

.btn_more a{
  color:#141414;
  position:relative;
  padding-left:14px;
}

.btn_more a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left: 6px solid #969696;
    transition-duration: 200ms;
}

.btn_more02{
  margin:0;
  font-style: normal;
  font-weight: 400;
  font-size:12px;
  color:#141414;
  position:relative;
  padding-left:14px;
  display: inline;
}

.btn_more02::after {
	display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left: 6px solid #969696;
    transition-duration: 200ms;
}


@media screen and (max-width: 768px) {
.btn {
	height:68px;
	margin:0 auto;
}

.btn a {
	display:block;
	text-align:center;
	background:#c9b283;
	text-decoration:none;
	color:#FFF;
	line-height:68px;
  position:relative;
  font-size:15px;
}

.btn.reserve a {
	background:#b1914d;
}

.btn.back {
  width:212px;
  height:42px;
}

.btn.back a {
  background:#1f1f1f;
  letter-spacing: 1px;
  line-height: 42px;
  font-size: 13px;
	color: #fff;
}

.btn a:hover {
  opacity:0.8;
}

.btn.back a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 3px solid transparent;
	border-right: 5px solid #fff;
  transform:none!important;
}

.btn02 a {
    display: block;
    text-align: center;
    background: #4A320D;
    text-decoration: none;
    color: #fff;
    position: relative;
    width: 613px;
    height: 62px;
    line-height: 66px;
    margin: 0 auto;
    font-size: 18px;
}

.btn_access {
  color: #fff;
  background: #000;
  position: relative;
  padding: 3px 40px 1px;
  margin: 4px 0 10px;
  font-size: 13px;
  text-align: center;
  display: inline-block;
}
.btn_access:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  transition-duration: 200ms;
}

.btn.back a::after {
  left: 10px;
  right: auto;
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}

.btn_more{
  width:60%;
  margin: 0 auto;
  border:1px solid #2d2d2d;
}

.btn_more a{
  color:#2d2d2d;
  display:block;
  padding:6% 0;
  text-align:center;
  position:relative;
  font-size:11px;
}

.btn_more a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 6px solid #969696;
  transition-duration: 200ms;
}

.btn_more02{
  margin:0;
  font-style: normal;
  font-weight: 400;
  font-size:12px;
  color:#2d2d2d;
  position:relative;
  padding-left:14px;
  display: inline;
}

.btn_more02::after {
	display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left: 6px solid #969696;
    transition-duration: 200ms;
}

.btn05 {
  width: 90%;
  margin: 0 auto;
}
}

/*  Pager
 *---------------------------------------------------------- */
section .pager li.next a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 4px solid transparent;
	border-left: 5px solid #fff;
	transition-duration:200ms;
}

section .pager li.before a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 4px solid transparent;
	border-right: 5px solid #fff;
	transition-duration:200ms;
}

section .pager{
  text-align:center;
  position:relative;
  z-index:1;
  clear: both;
}

section .pager li.next,
section .pager li.before {
	display:inline-block;
	text-align:center;
	position:relative;
	width:239px;
	height:37px;
  margin:36px 10px;
  float: none;
}

section .pager li.next a,
section .pager li.before a {
	background:#2d2d2d;
	text-decoration:none;
	color:#fff;
	line-height:40px;
  display:block;
}


/*  Icon
 *---------------------------------------------------------- */

.ficon {
  display: inline-block;
  margin: 0 2px 3px;
}

.ficon .special {
  line-height: 1.1em;
  font-size: 13px;
  color: #fff;
  display: inline;
  white-space: nowrap;
  padding: 2px 10px 3px;
  margin: 0 3px 2px 0;
}
.ficon .special01 {
  background: #B81D22;
}
.ficon .special02 {
  background: #c79600;
}
.ficon .special03 {
  background: #c9a389;
}
.ficon .special04 {
  background: #95a977;
}
.ficon .special05 {
  background: #d7a06a;
}

ul.icon_category li {
  width: auto;
  display: inline-block;
  font-size: 0.85em;
  color: #fff;
  background: #a1827d;
  line-height: 1em;
  padding: 5px 10px;
  margin-right: 2px;
  margin-bottom: 2px;
}



/*  Topcontrol
 *---------------------------------------------------------- */

.topcontrol {
	display:block;
	width: 45px;
	height: 45px;
	background: rgba(26,50,33,1);
	opacity: .9;
	z-index: 10000;
	position: relative;
}

.topcontrol::after {
  position: absolute;
  top: 50%;
  left: 50%;
	margin-top: -3px;
	margin-left: -6px;
  display: block;
  width: 12px;
  height: 12px;
  content: " ";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
}


/*  Table
 *---------------------------------------------------------- */

table.tbl {
  border-collapse: collapse;
  border-bottom: 1px solid #444;
  width: 100%;
}

table.tbl th, table.tbl td {
  background: #ffffff none repeat scroll 0 0;
  border-top: 1px solid #444;
  padding: 8px;
}

table.tbl th {
  background-color: #f0f0ee;
  font-weight: normal;
  white-space: nowrap;
  text-align:center;
}

dl.tbl {
	width: 500px;
}

dl.tbl dt, dl.tbl dd {
	padding: 3px;
}

dl.tbl dt {
	clear: left;
	float: left;
	width: 60px;
}

dl.tbl dd {
	background: #fff;
	margin-left: 60px;
}


/*  tabulous
 *---------------------------------------------------------- */
/*  tabslet
 *---------------------------------------------------------- */
.tabs {
	text-align:center;
  opacity:1.0;
}

.tabs ul,
.tabs div {
  opacity:1.0;
}

ul.horizontal {
	margin-bottom:40px;
	padding:10px 0;
	border-top:1px solid #1f1f1f;
	border-bottom:1px solid #1f1f1f;
  opacity:1.0;
  text-align: center;
}

ul.horizontal li {
	display:inline-block;
	margin:0 7px;
  opacity:1.0;
}

ul.horizontal li a {
	display:block;
	padding:7px 15px;
	text-align:center;
}

ul.horizontal li a:hover,
ul.horizontal li.active a {
	background:#b1914d;
	border-radius:0;
	color:#FFF;
}


/*  section_sns
 *---------------------------------------------------------- */
.section_sns {
  text-align: center;
  padding-bottom: 50px;
}

.section_sns p.tit{
  display: inline-block;
  font-size: 31px;
  padding-right: 12px;
  color: #b1914d;
  vertical-align: middle;
}

.section_sns p.phrase{
  display: inline-block;
  vertical-align: bottom;
  margin-left: -50px;
}

.section_sns ul{
  display: inline-block;
}

.section_sns ul li{
  display: inline-block;
  margin: 0 5px;
}

.section_sns ul li a{
  display: block;
}

.section_sns ul li a img{
  vertical-align: bottom;
}



/* square img
 *---------------------------------------------------------- */
.square li {
  float: left;
  width: 16.666666666666%;
  background-image: repeating-linear-gradient(135deg, #fff, #fff 6px, #eee 6px, #eee 12px);
}

.square a {
  position: relative;
  display: block;

  width: 100%;
  height: 0;
  padding-bottom: 100%;

  overflow: hidden;
}

.square img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;

  display: block;

  width: 100%;
}

.square .landscape img {
  width: auto;
  height: 100%;

  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.square .portrait img {
  width: 100%;
  height: auto;

  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.box_r{
  float:right;
}

.box_l{
  float:left;
}


/* ----------------------------------------------------------
 *
 * Clear Fix
 *
 *---------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix::after {
  font-size: 0;

  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: " ";
}

.clear {
  clear: both;
}

/* ----------------------------------------------------------
 *
 * h_nav
 *
 *---------------------------------------------------------- */

 @media screen and (max-width: 768px) {
.h_nav {
	width: 100%;
	margin: 0;
	height: 55px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
}

.h_nav ul {
	float: left;
	width: calc(100% - 55px);
}

.h_nav li {
	float: left;
  background:#f7f4ed;
  height: 55px;
  border-top: 1px solid #acacac;
  border-right: 1px solid #acacac;
}

.h_nav li:first-child {
	float: left;
  background: #b1914d;
}

.h_nav li:first-child img{
  width:137px;
  height:auto;
}

.h_nav li.fair {width: calc(100% - 110px);}
.h_nav li.access {width: 55px;}
.h_nav li.tel {width: 55px;}

.h_nav li a {
	display: block;
  width: 100%;
  height: 100%;
  padding: 7px 0;
  font-size: 10px;
	text-align: center;
}

.h_nav li.fair a {
  background: #b1914d;
  padding:12px 0;
  height: 55px;
  line-height: 1.1;
  font-size: 10px;
  color: #FFF;
  letter-spacing:0;
}

.h_nav li.fair a span{
  width: 100%;
  font-size: 20px;
  display: block;
  color:#FFF;
}

.h_nav li .txt {
	display: block;
	width: 100%;
  color:#373a37;
}

.h_nav li .ph {
	width: 25px;
  margin: 0 auto 5px;
	line-height: 0;
  display: block;
  opacity: .8;
}


.h_nav li img {
	width: 100%;
}

.drawer-top.drawer-open .drawer-hamburger {
  position: fixed;
  bottom: 0;
  right: 0;
}

.drawer-top.drawer-open .h_nav {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
}
}