@charset "UTF-8";

/*---------------------------------------------------------------------------*/

#fadeScreen {

  background: #ffffff;

  height: 100%;

  left: 0;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: 9999;

}



/*---------------------------------------------------------------------------*/

#container {

  margin: 0 auto;

  min-width: 980px;

  width: 100%;

}



.tb #container {

  min-width: 1060px;

}



/*---------------------------------------------------------------------------*/

header {

  min-width: 980px;

  position: fixed;

  top: 0;

  width: 100%;

  z-index: 5;

}



header .headerArea {

  position: relative;

}



header .headerArea .shopLogo {

  display: none;

}



header .headerArea nav {

  left: 50%;

  margin: 0 0 0 -320px;

  position: absolute;

  top: 62px;

  width: 652px;

}



header .headerArea .naviList {

  border-bottom: 1px solid #4a3634;

  font-size: 0;

  padding: 0 10px 15px;

  text-align: center;

}



header .headerArea .naviList li {

  display: inline-block;

  margin: 0 0 0 28px;

  vertical-align: top;

}



header .headerArea .naviList li a {

  font-family: "garamond-premier-pro-display",serif;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  font-style: normal;

  font-weight: 400;

  -webkit-transition-property: all;

  transition-property: all;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  color: #362827;

  display: block;

  font-size: 16px;

  letter-spacing: 1px;

  position: relative;

  text-decoration: none;

}



header .headerArea .naviList li a::after {

  -webkit-transition-property: all;

  transition-property: all;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  background: #d5a06d;

  bottom: -16px;

  content: '';

  height: 1px;

  left: 0;

  position: absolute;

  width: 0;

}



header .headerArea .naviList li a:hover {

  color: #d5a06d;

}



header .headerArea .naviList li a:hover::after {

  width: 100%;

}



header .headerArea .naviList li:first-child {

  margin: 0;

}



header .headerArea .naviList li.now a::after {

  width: 100%;

}



header .headerArea .headerRight {

  display: none;

}



header .headerArea .headerLang {

  background: #4a3634;

  right: 20px;

  padding: 10px 14px;

  position: absolute;

  top: 61px;

}



header .headerArea .headerLang .langList {

  font-size: 0;

  text-align: center;

}



header .headerArea .headerLang .langList li {

  color: #9d9291;

  display: inline-block;

  font-size: 12px;

  margin: 0 0 0 6px;

  vertical-align: top;

}



header .headerArea .headerLang .langList li a {

  font-family: "garamond-premier-pro-display",serif;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  font-style: normal;

  font-weight: 400;

  -webkit-transition-property: all;

  transition-property: all;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  color: #9d9291;

  font-size: 12px;

  text-decoration: none;

}



header .headerArea .headerLang .langList li a:hover {

  color: #f5f5f5;

}



header .headerArea .headerLang .langList li:first-child {

  margin: 0;

}



header .headerArea .headerLang .langList li.now a {

  border-bottom: 1px solid #f5f5f5;

  color: #f5f5f5;

}



header.sclNav {

  background: #513534;

  height: 74px;

  left: 0;

  position: fixed;

  top: -74px;

  z-index: 10;

}



header.sclNav .headerArea:after {

  content: ".";

  display: block;

  height: 0;

  clear: both;

  visibility: hidden;

}



header.sclNav .headerArea .shopLogo {

  background: #ffffff;

  box-sizing: border-box;

  display: block;

  float: left;

  height: 74px;

  width: 175px;

}



header.sclNav .headerArea .shopLogo a {

  -webkit-transition-property: all;

  transition-property: all;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  display: block;

  padding: 5px 20px;

  opacity: 1;

  filter: alpha(opacity=100);

  -ms-filter: "alpha(opacity=100)";

  -moz-opacity: 1;

  -webkit-transition-property: all;

  width: 135px;

}



header.sclNav .headerArea .shopLogo a img {

  height: auto;

  width: 100%;

}



header.sclNav .headerArea .shopLogo a:hover {

  opacity: .5;

  filter: alpha(opacity=50);

  -ms-filter: "alpha(opacity=50)";

  -moz-opacity: .5;

}



header.sclNav .headerArea nav {

  margin: 0 0 0 -324px;

  top: 30px;

  width: 660px;

}



header.sclNav .headerArea .naviList {

  border-bottom: none;

  padding: 0;

}



header.sclNav .headerArea .naviList li {

  margin: 0 0 0 52px;

}



header.sclNav .headerArea .naviList li a {

  color: #ffffff;

}



header.sclNav .headerArea .naviList li a::after {

  bottom: -13px;

}



header.sclNav .headerArea .naviList li a:hover {

  color: #d5a06d;

}



header.sclNav .headerArea .naviList li:first-child {

  margin: 0;

}



header.sclNav .headerArea .naviList li.sclNo {

  display: none;

}



header.sclNav .headerArea .headerRight {

  background: #614845;

  display: block;

  float: right;

  height: 74px;

  width: 175px;

}



header.sclNav .headerArea .headerRight .btnReserve {

  border-bottom: 1px solid #553f3c;

}



header.sclNav .headerArea .headerRight .btnReserve a {

  font-family: "ryo-display-plusn";

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  font-style: normal;

  font-weight: 700;

  -webkit-transition-property: all;

  transition-property: all;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  background: url(/assets/img/shopTypeA/iconWindow01.png) 80% center no-repeat;

  box-sizing: border-box;

  color: #f4f4f4;

  display: block;

  font-size: 13px;

  height: 37px;

  padding: 13px 0 0;

  text-align: center;

  text-decoration: none;

}



header.sclNav .headerArea .headerRight .btnReserve a:hover {

  background: url(/assets/img/shopTypeA/iconWindow01.png) 80% center no-repeat #7f5e5b;

}



header.sclNav .headerArea .headerRight .headerTel {

  font-family: "garamond-premier-pro-display",serif;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  font-style: normal;

  font-weight: 400;

  box-sizing: border-box;

  color: #f5f5f5;

  font-size: 19px;

  height: 37px;

  padding: 9px 0 0;

  text-align: center;

}



header.sclNav .headerArea .headerLang,

header.sclNav .headerArea .con_header {

  display: none;

}



.tb header {

  min-width: 1060px;

}



.scdTopArea {

  height: 235px;

  position: relative;

  width: 100%;

}

.scdTopArea .scdTopLogo {

  left: 50%;

  margin: 0 0 0 -78px;

  position: absolute;

  top: 60px;

  width: 155px;

}

.scdTopArea .scdTopLogo img {

  height: auto;

  width: 100%;

}



.scdTopArea header {

  position: relative;

}



.scdTopArea header .headerArea nav {

  top: 155px;

}



.scdTopArea header.sclNav {

  position: fixed;

}



.scdTopArea header.sclNav .headerArea nav {

  top: 30px;

}



/*---------------------------------------------------------------------------*/

#contents {

  position: relative;

  z-index: 8;

}



.areaInner {

  margin: 0 auto;

  width: 980px;

}



.areaInner:after {

  content: ".";

  display: block;

  height: 0;

  clear: both;

  visibility: hidden;

}



.contentsTitle {

  font-family: "garamond-premier-pro-display",serif;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  font-style: normal;

  font-weight: 400;

  color: #d5a06d;

  font-size: 47px;

  line-height: 1;

  letter-spacing: 1px;

}



.contentsTitleSub {

  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;

  color: #362827;

  font-size: 13px;

  line-height: 26px;

}



.contentsTitleBar {

  background: #d5a06d;

  height: 1px;

  margin: 22px auto 25px;

  width: 32px;

}



.contentsTxt {

  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;

  font-size: 13px;

  line-height: 23px;

  text-align: left;

}



.moreBtn a {

  font-family: "garamond-premier-pro-display",serif;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  font-style: normal;

  font-weight: 700;

  border: 1px solid #d5a06d;

  box-sizing: border-box;

  display: block;

  height: 52px;

  position: relative;

  text-decoration: none;

  width: 175px;

  background: url(/assets/img/shopTypeA/iconLink01.png) 88% center no-repeat;

  color: #d5a06d;

  font-size: 18px;

  padding: 18px 0 0;

  text-align: center;

}



.moreBtn a:after {

  border: 1px solid #d5a06d;

  box-sizing: border-box;

  content: '';

  height: 46px;

  left: 2px;

  opacity: 0;

  filter: alpha(opacity=0);

  -ms-filter: "alpha(opacity=0)";

  -moz-opacity: 0;

  position: absolute;

  top: 2px;

  width: 169px;

  -webkit-transition-property: all;

  transition-property: all;

  -webkit-transition-duration: .8s;

  transition-duration: .8s;

}



.moreBtn a:hover:after {

  opacity: 1;

  filter: alpha(opacity=100);

  -ms-filter: "alpha(opacity=100)";

  -moz-opacity: 1;

}



.weddingBtn a {

  font-family: "garamond-premier-pro-display",serif;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  font-style: normal;

  font-weight: 700;

  border: 1px solid #d5a06d;

  box-sizing: border-box;

  display: block;

  height: 52px;

  position: relative;

  text-decoration: none;

  width: 225px;

  background: url(/assets/img/shopTypeA/iconWindow03.png) 90% center no-repeat;

  color: #d5a06d;

  font-size: 15px;

  padding: 18px 0 0;

  text-align: center;

}



.weddingBtn a:after {

  border: 1px solid #d5a06d;

  box-sizing: border-box;

  content: '';

  height: 46px;

  left: 2px;

  opacity: 0;

  filter: alpha(opacity=0);

  -ms-filter: "alpha(opacity=0)";

  -moz-opacity: 0;

  position: absolute;

  top: 2px;

  width: 219px;

  -webkit-transition-property: all;

  transition-property: all;

  -webkit-transition-duration: .8s;

  transition-duration: .8s;

}



.weddingBtn a:hover:after {

  opacity: 1;

  filter: alpha(opacity=100);

  -ms-filter: "alpha(opacity=100)";

  -moz-opacity: 1;

}



.scdTitle {

  padding: 56px 0 0;

}



.scdTitle .contentsTitle {

  font-size: 47px;

  letter-spacing: 1px;

  text-align: center;

}



.scdTitle .contentsTitleSub {

  text-align: center;

}



.scdTitle .contentsTitleBar {

  height: 30px;

  margin: 12px auto 60px;

  width: 1px;

}



.pageNavi {

  position: absolute;

  right: 60px;

  top: 80px;

  z-index: 10;

  -webkit-transform: translate3d(0, 0, 0);

}



.pageNavi.fixed {

  position: fixed;

  top: 124px;

}



.pageNavi.stop {

  position: absolute;

}



.pageNavi .pageNaviList {

  width: 210px;

}



.pageNavi .pageNaviList.wide {

  width: 230px;

}



.pageNavi .pageNaviList li a {

  font-family: "garamond-premier-pro-display",serif;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  font-style: normal;

  font-weight: 400;

  -webkit-transition-property: all;

  transition-property: all;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  background: #ffffff;

  color: #322927;

  display: block;

  font-size: 15px;

  line-height: 1;

  letter-spacing: 1px;

  padding: 0 15px;

  text-decoration: none;

}



.pageNavi .pageNaviList li a span {

  background: url(/assets/img/shopTypeA/iconArrowDown01.png) 97% center no-repeat;

  border-top: 1px solid #e9e9e9;

  display: block;

  padding: 15px 3px 11px;

}



.pageNavi .pageNaviList li a:hover {

  background: #493634;

  color: #ffffff;

}



.pageNavi .pageNaviList li a:hover span {

  background: url(/assets/img/shopTypeA/iconArrowDown02.png) 97% center no-repeat;

  border-top: 1px solid #493634;

}



.pageNavi .pageNaviList li:first-child a span {

  border-top: none;

}



.pageNavi .pageNaviList li.ja a {

  font-family: "ryo-display-plusn";

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  font-style: normal;

  font-weight: 400;

  font-size: 14px;

  letter-spacing: normal;

}



.pageNavi .pageNaviList li.ja a span {

  padding: 14px 3px 13px;

}



.pageNavi .pageNaviList li.now a {

  background: #493634;

  color: #ffffff;

}



.pageNavi .pageNaviList li.now a span {

  background: url(/assets/img/shopTypeA/iconArrowDown02.png) 97% center no-repeat;

  border-top: 1px solid #493634;

}



.tb .pageNaviList li a:hover {

  background: #ffffff;

  color: #322927;

}



.tb .pageNaviList li a:hover span {

  background: url(/assets/img/shopTypeA/iconArrowDown01.png) 97% center no-repeat;

  border-top: 1px solid #e9e9e9;

}



.tb .pageNaviList li.now a {

  background: #493634;

  color: #ffffff;

}



.tb .pageNaviList li.now a span {

  background: url(/assets/img/shopTypeA/iconArrowDown02.png) 97% center no-repeat;

  border-top: 1px solid #493634;

}



/*---------------------------------------------------------------------------*/

.serviceArea {

  background: #f5f5f5;

  /*border-top: 5px solid #e9e9e9;*/

  padding: 75px 0 80px;

}



.serviceArea .titleBox .contentsTitle {

  text-align: center;

}



.serviceArea .titleBox .contentsTitleSub {

  text-align: center;

}



.serviceArea .titleBox .contentsTitleBar {

  margin: 22px auto 30px;

}



.serviceArea .serviceList {

  font-size: 0;

  text-align: center;

}



.serviceArea .serviceList li {

  display: inline-block;

  margin: 0 0 0 25px;

  vertical-align: top;

  width: 310px;

  text-align: left;

}



.serviceArea .serviceList li:first-child {

  margin: 0;

}



.serviceArea .serviceList li .serviceTxtBox a {

  border: 1px solid #d5a06d;

  box-sizing: border-box;

  display: block;

  height: 240px;

  position: relative;

  text-decoration: none;

  width: 280px;

  margin: -15px auto 0;

  padding: 45px 30px 0;

}



.serviceArea .serviceList li .serviceTxtBox a:after {

  border: 1px solid #d5a06d;

  box-sizing: border-box;

  content: '';

  height: 233px;

  left: 2px;

  opacity: 0;

  filter: alpha(opacity=0);

  -ms-filter: "alpha(opacity=0)";

  -moz-opacity: 0;

  position: absolute;

  top: 2px;

  width: 274px;

  -webkit-transition-property: all;

  transition-property: all;

  -webkit-transition-duration: .8s;

  transition-duration: .8s;

}



.serviceArea .serviceList li .serviceTxtBox a:hover:after {

  opacity: 1;

  filter: alpha(opacity=100);

  -ms-filter: "alpha(opacity=100)";

  -moz-opacity: 1;

}



.serviceArea .serviceList li .serviceTxtBox a .serviceTitle {

  font-family: "ryo-display-plusn";

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  font-style: normal;

  font-weight: 700;

  color: #d5a06d;

  font-size: 21px;

  margin: 0 0 12px;

}



.serviceArea .serviceList li .serviceTxtBox a .serviceTitle .sSpace {

  letter-spacing: -3px;

}



.serviceArea .serviceList li .serviceTxtBox a .serviceTxt {

  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;

  border-bottom: 1px solid #d5a06d;

  color: #322927;

  font-size: 13px;

  line-height: 1.5;

  padding: 0 0 24px;

}



.serviceArea .serviceList li .serviceTxtBox a .moreLink {

  font-family: "garamond-premier-pro-display",serif;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  font-style: normal;

  font-weight: 700;

  background: url(/assets/img/shopTypeA/iconWindow03.png) right center no-repeat;

  color: #d5a06d;

  font-size: 14px;

  padding: 12px 10px 12px 0;

  text-align: right;

}



/*---------------------------------------------------------------------------*/

.weddingArea {

  box-sizing: border-box;

  background: #f5f5f5;

  border-top: 5px solid #e9e9e9;

  height: 635px;

  width: 100%;

  min-width: 880px;

  padding: 80px 50px 50px;

}



.weddingArea .weddingBg .weddingImg {

  float: left;

  height: 535px;

  width: 60%;

}



.weddingArea .weddingBg .weddingInfo {

  background: #f2ded7;

  box-sizing: border-box;

  float: right;

  height: 535px;

  padding: 114px 0 0;

  text-align: center;

  width: 40%;

}



.weddingArea .weddingBg .weddingInfo .contentsTxt {

  margin: 0 auto 53px;

  width: 345px;

}



.weddingArea .weddingBg .weddingInfo .weddingBtn a{

  margin: 0 auto;

  width: 225px;

  color: #d5a06d;

}





/*---------------------------------------------------------------------------*/

.shopInfoArea {

  background-size: cover;

  height: 640px;

  min-width: 980px;

  position: relative;

  width: 100%;

}



.shopInfoArea .shopInfoLogo {

  left: 50%;

  margin: 0 0 0 -161px;

  position: absolute;

  top: 120px;

}



.shopInfoArea .infoBox {

  bottom: 0;

  left: 50%;

  margin: 0 0 0 -490px;

  position: absolute;

  width: 980px;

  display: flex;

}



/*.shopInfoArea .infoBox:after {

  content: ".";

  display: block;

  height: 0;

  clear: both;

  visibility: hidden;

}*/



.shopInfoArea .infoBox .infoData {

  background: rgba(47, 40, 37, 0.95);

  box-sizing: border-box;

  /*float: left;*/

  /*height: 273px;*/

  padding: 21px 30px 40px;

  width: 655px;

}



.shopInfoArea .infoBox .infoData .shopName {

  font-family: "ryo-display-plusn";

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  font-style: normal;

  font-weight: 400;

  color: #d5a06d;

  font-size: 23px;

  line-height: 36px;

  padding: 0 0 8px 10px;

}



.shopInfoArea .infoBox .infoData .shopAddress {

  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;

  color: #ececec;

  font-size: 13px;

  line-height: 27px;

  padding: 0 0 10px 10px;

}



.shopInfoArea .infoBox .infoData .shopAddress a {

  -webkit-transition-property: all;

  transition-property: all;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  color: #d5a06d;

  text-decoration: underline;

}



.shopInfoArea .infoBox .infoData .shopAddress a:hover {

  color: #a0865d;

  text-decoration: none;

}



.shopInfoArea .infoBox .infoData .shopTime {

  border-top: 1px solid #5c5046;

  padding: 15px 0 0 10px;

}



.shopInfoArea .infoBox .infoData .shopTime .timeTxt {

  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;

  color: #ececec;

  font-size: 13px;

  line-height: 27px;

}



.shopInfoArea .infoBox .infoData .shopTime .labels {

  width: 20%;
  padding: 20px 0 0;

}



.shopInfoArea .infoBox .infoData .shopTime .labels img {

  max-width: 100%;

}



.shopInfoArea .infoBox .infoData .shopTime .timeTxt span {

  display: inline-block;

  width: 60px;

}



.shopInfoArea .infoBox .infoData .shopTime table {

  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;

  color: #ececec;

  font-size: 13px;

  line-height: 27px;

}



.shopInfoArea .infoBox .infoData .shopTime table th {

  width: 16%;

  padding-right: 10px;

  text-align: left;

}



.shopInfoArea .infoBox .infoData .shopTime .timeCaution {

  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;

  background: #8c413c;

  color: #ffffff;

  display: inline-block;

  font-size: 11px;

  line-height: 1.4;

  margin: 12px 0 0;

  padding: 7px 10px;

}

.shopInfoArea .infoBox .infoData .shopTime .timeCaution.new {

  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;

  color: #EE0000;

  display: inline-block;

  font-size: 13px;

  line-height: 1.4;

  margin: 12px 0 0;
  background: none;
  padding: 0;

}

.shopInfoArea .infoBox .infoBtnArea {

  background: rgba(36, 30, 28, 0.95);

  box-sizing: border-box;

  float: right;

  /*height: 273px;*/

  padding: 25px 50px 30px; /* 30px 50px 0*/

  width: 325px;

}



.shopInfoArea .infoBox .infoBtnArea .infoTel {

  font-family: "garamond-premier-pro-display",serif;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  font-style: normal;

  font-weight: 400;

  border: 1px solid #5c5046;

  color: #d5a06d;

  font-size: 21px;

  line-height: 26px;

  margin: 0 0 15px;

  padding: 14px 0 10px;

  text-align: center;

}



.shopInfoArea .infoBox .infoBtnArea .snsBtn {

  text-align: center;

  margin-bottom: 15px;

}



.shopInfoArea .infoBox .infoBtnArea .snsBtn a:hover {

  opacity: 0.8;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

}



.shopInfoArea .infoBox .infoBtnArea .reserveBtn a {

  font-family: "ryo-display-plusn";

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  font-style: normal;

  font-weight: 400;

  -webkit-transition-property: all;

  transition-property: all;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  background: url(/assets/img/shopTypeA/iconWindow01.png) 90% 21px no-repeat #d5a06d;

  box-sizing: border-box;

  color: #ffffff;

  display: block;

  font-size: 17px;

  height: 52px;

  line-height: 1;

  margin: 0 0 15px;

  padding: 17px 0 0;

  text-align: center;

  text-decoration: none;

}



.shopInfoArea .infoBox .infoBtnArea .reserveBtn a:hover {

  background: url(/assets/img/shopTypeA/iconWindow01.png) 90% 21px no-repeat #a0865d;

}



.shopInfoArea .infoBox .infoBtnArea .contactBtn a {

  font-family: "ryo-display-plusn";

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  font-style: normal;

  font-weight: 400;

  -webkit-transition-property: all;

  transition-property: all;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  background: url(/assets/img/shopTypeA/iconLink03.png) 90% 21px no-repeat #d5a06d;

  box-sizing: border-box;

  color: #ffffff;

  display: block;

  height: 52px;

  font-size: 17px;

  line-height: 1;

  padding: 17px 0 0;

  text-align: center;

  text-decoration: none;

}



.shopInfoArea .infoBox .infoBtnArea .contactBtn a:hover {

  background: url(/assets/img/shopTypeA/iconLink03.png) 90% 21px no-repeat #a0865d;

}



/* for tb */

.tb header .headerArea .naviList li a::after {

  display: none;

}



.tb header .headerArea .naviList li.now a::after {

  display: block;

}



/* ひらまつクリスマスバナー */

.con_banner {

  background-color: #f5f5f5;

  border-bottom: 1px solid #666;

  padding: 30px 0;

}

.con_banner .bnr {

  display: flex;

  justify-content: center;

  width: 90%;

  max-width: 600px;

  min-height:125px;

  margin: auto;

/*  padding-top: 92px;*/

  box-sizing: border-box;

/*  background: url("/assets/img/top/bn_christmas-pc.jpg") no-repeat center / cover;*/

}

.con_banner .bnr a img {

  width: 600px;

}

.con_banner .bnr a:hover{

  opacity: .7;

  transition: opacity 1s ease-out;

}

.con_banner .bnr p {

  width: 33.333%;

}

.con_banner .bnr p + p {

  margin-left: 30px;

}

.con_banner .bnr p a {

  display: block;

  transition: opacity .5s ease;

}

.con_banner .bnr p a:hover {

  opacity: .7;

}

.con_banner .bnr p img {

  max-width: 100%;

  width: 100%;

}