@charset "UTF-8";
.news-categories li {
  cursor: pointer; }

.news-wrapper {
  position: relative;
  margin: auto; }

.section-title {
  /*border-bottom: 1px solid #999;*/
	 border: 2px solid #e8e0c6 ;
	 border-top :0px;
	 /*border-bottom :1px*/;
  padding: 0;
  height: auto; }

.section-title__main span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px; }

.section-title-top {
	border: 2px solid #e8e0c6 ;
 border-bottom: 0;
  padding: 0;
  height: auto;
  font-weight: normal; }
  .section-title-top .section-title__main {
    font-weight: normal; }
    .section-title-top .section-title__main span {
      margin: 0; }

.section-title__link {
    margin-bottom: 0px;
	   margin-top: 10px;
}


.border-mini {
  /*background: url(../../common/images/business_hours_border.jpg) no-repeat;*/
	background: none;
  background-size: 100% 10px;
  background-position: center center;
  height: 10px; }

.border {
  /*background: url(../../common/images/business_hours_border.jpg) no-repeat;*/
  background-color: #a38a77;
  background-size: 100% 30px;
  background-position: center center;
  height: 30px;
  margin-bottom: 30px; }

.shop_left dl {
  display: table;
  width: 100%;
  padding: 4px 0; }
.shop_left dt {
  width: 110px;
  display: table-cell;
  text-align: left; }
  .shop_left dt span {
    text-align: center;
    /*background: #FAC028;*/
	background: #e3d2b1;
    width: 100px;
    padding: 7px 0;
    display: inline-block; }
.shop_left dd {
  display: table-cell;
  text-align: left;
  padding: 7px 0 7px 10px;
  border-bottom: 1px solid #999;
  margin: 0; }

.shop_logo img {
  width: 100%;
  max-width: 250px;
  margin: 10px auto;
  display: block; }

.shop_photo img {
  max-width: 100%;
  margin: 0 auto; }

.shop_description {
  padding: 10px 0;
  line-height: 1.5; }

.shop_official_link {
  width: 100%;
  text-align: center; }
  .shop_official_link ul {
    display: block;
    padding: 15px 0;
    margin: 15px 0 15px; }
  .shop_official_link li {
    display: block; }
  .shop_official_link a {
    padding: 20px 10px; }

.shop-container {
  position: relative;
  overflow: hidden;
  min-height: 500px; }
  .shop-container img {
    display: block; }

.news-container {
  position: relative;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #999; }
  .news-container img {
    display: block; }

.news-block {
  position: relative; }

.news-block-link-target {
  position: absolute;
  top: -50px; }

.news-block__image {
  display: block;
  margin: auto;
  height: auto; }

.news-block__title {
  font-weight: bold; }

.news-block__text {
  word-break: break-all;
  line-height: 1.4; }

.box-link {
  background-color: #FAC028; }
  .box-link:before {
    content: 'すべて見る'; }

#ShopCategories {
  position: relative;
  clear: both;
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  .news-categories {
    border-width: 1px 0;
    border-style: solid;
    border-color: #999;
    font-size: 1.1rem;
    padding: 10px 20px;
    margin-bottom: 20px; }
    .news-categories li {
      width: 49%;
      letter-spacing: -0.05em;
      padding: 5px 0;
      vertical-align: top; }

  .news-wrapper {
    width: 100%; }

  .section-title {
			 /*padding: 0px 0 0px 0px!important;*/
    /*border-bottom: 1px solid #999;*/ 
   padding: 00px 10px 20px;
    height: auto;
    width: 95%;
    margin: auto; }

  .section-title__main span {
    font-size: 1.4rem;
    display: inline-block!important;
    margin-left: 5px;
    margin-top: 5px; }

  .section-title-top {
    /*border-bottom: 0;*/
			margin-top: 10px;
    padding: 20px 10px 0!important;
    height: auto;
    font-weight: normal; }
    .section-title-top .section-title__main {
      font-weight: normal; }
      .section-title-top .section-title__main span {
        margin: 0; }
	
	
	.section-title__link a{
		line-height: 22px!important; }

  .border-mini {
    /*background: url(../../common/images/business_hours_border.jpg) no-repeat;*/
	background: none;
    background-size: 100% 10px;
    background-position: center center;
    height: 10px; }

  .border {
    /*background: url(../../common/images/business_hours_border.jpg) no-repeat;*/
  background-color: #a38a77;
    background-size: 100% 30px;
    background-position: center center;
    height: 30px;
    margin-bottom: 30px; }

  .shop_left {
    width: 100%;
    margin: 0;
    padding: 10px 0; }
    .shop_left dl {
      display: table;
      width: 100%;
      padding: 4px 0; }
    .shop_left dt {
      width: 110px;
      display: table-cell;
      text-align: left; }
      .shop_left dt span {
        text-align: center;
        /*background: #FAC028;*/
	background: #e3d2b1;
        width: 100px;
        padding: 7px 0;
        display: inline-block; }
    .shop_left dd {
      display: table-cell;
      text-align: left;
      padding: 7px 0 7px 10px;
      border-bottom: 1px solid #999;
      margin: 0; }

  .shop_right {
    width: 100%;
    margin: 0; }

  .shop_logo img {
    width: 100%;
    max-width: 250px;
    margin: 10px auto;
    display: block; }

  .shop_left .shop_photo {
    width: 90%;
    margin: 20px auto; }

  .shop_right .shop_photo {
    display: none; }

  .shop_photo img {
    max-width: 100%;
    margin: 0 auto; }

  .shop_description {
    padding: 10px 0;
    line-height: 1.5; }

  .shop_official_link {
    width: 100%;
    text-align: center;
    font-size: 1.6rem; }
    .shop_official_link ul {
      display: block;
      padding: 15px 0;
      margin: 15px 0 15px; }
    .shop_official_link li {
      display: block; }
    .shop_official_link a {
      padding: 20px 10px; }
    .shop_official_link ul {
      padding: 0;
      margin: 10px 0; }

  .shop-container {
    width: 95%;
    margin: auto auto 40px;
    font-size: 1.2rem; }

  .news-container {
    width: 95%;
    margin: auto auto 40px; }

  .news-block {
    position: relative;
    border-bottom: 1px solid #999;
    padding: 20px 10%; }
    .news-block.sp-hide {
      display: none; }
      .news-block.sp-hide.sp-show {
        display: block; }

  .news-block__image {
    margin-bottom: 20px;
    width: 86%; }

  .news-block__title {
    font-size: 1.8rem;
    line-height: 2.2rem; }
    .news-block__title span {
      font-size: 1.5rem; }

  .news-block__date {
    font-size: 1.1rem;
    margin-top: 5px; }

  .news-block__text {
    margin: 10px 0 0;
    font-size: 1.2rem; }

  .news-block__links {
    font-size: 1.2rem;
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between; }

  .box-link.sp-active {
    background-color: #D3D2C6; }
    .box-link.sp-active i {
      display: none; }
    .box-link.sp-active:before {
      content: '閉じる'; }

  #ShopCategories {
    position: relative;
    clear: both;
    overflow: hidden; }
    #ShopCategories li {
      display: block;
      float: left;
      width: auto;
      margin-right: 5px; }
    #ShopCategories .circle-arrow:before {
      margin-right: 1px; }

  #shop_nav_floor1f {
    clear: both; }

  #shop_nav_floor5f {
    clear: both; }

  #shop_nav_category {
    clear: both; }

  #shop_nav_floor {
    clear: both; } }
@media only screen and (min-width: 768px) {
  .news-categories {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999;
    min-height: 100px;
    font-size: 1.4rem;
    padding: 20px;
    margin-bottom: 20px; }
    .news-categories li {
      margin-right: 20px; }

  .news-wrapper {
    width: 880px; }

  .section-title {
			/*border-top: 0px ;
    border-bottom: 2px solid #e8e0c6 !important;*/
    padding: 0px 20px 20px;
    height: auto; }

  .section-title__main span {
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px; }

  .section-title-top {
			margin: 10px auto 0;
    /*border-bottom: 0;
			 border-top: 2px solid #e8e0c6 !important;*/
    padding: 0 20px 0;
    height: auto;
    font-weight: normal; }
    .section-title-top .section-title__main {
      font-weight: normal; }
      .section-title-top .section-title__main span {
        margin: 0; }

  .border-mini {
    /*background: url(../../common/images/business_hours_border.jpg) no-repeat;*/
	background: none;
    background-size: 100% 10px;
    background-position: center center;
    height: 10px; }

  .border {
    /*background: url(../../common/images/business_hours_border.jpg) no-repeat;*/
  background-color: #a38a77;
    background-size: 100% 30px;
    background-position: center center;
    height: 30px;
    margin-bottom: 30px; }

  .shop_detail {
    overflow: hidden;
    display: flex;
    justify-content: space-between; }

  .shop_left {
    width: 47%;
    margin: 0 6% 0 0; }
    .shop_left dl {
      display: table;
      width: 100%;
      padding: 4px 0; }
    .shop_left dt {
      width: 110px;
      display: table-cell;
      text-align: left; }
      .shop_left dt span {
        text-align: center;
        /*background: #FAC028;*/
	background: #e3d2b1;
        width: 100px;
        padding: 7px 0;
        display: inline-block; }
    .shop_left dd {
      display: table-cell;
      text-align: left;
      padding: 7px 0 7px 10px;
      border-bottom: 1px solid #999;
      margin: 0; }

  .shop_right {
    width: 47%;
    margin: 0; }

  .shop_logo img {
    width: 100%;
    max-width: 250px;
    margin: 10px auto;
    display: block; }

  .shop_left .shop_photo {
    display: none; }

  .shop_photo img {
    max-width: 100%;
    margin: 0 auto; }

  .shop_description {
    padding: 10px 0;
    line-height: 1.5; }

  .shop_official_link {
    width: 100%;
    text-align: center; }
    .shop_official_link ul {
      display: block;
      padding: 15px 0;
      margin: 15px 0 15px; }
    .shop_official_link li {
      display: block; }
    .shop_official_link a {
      padding: 20px 10px; }

  .shop-container {
    width: 100%;
    margin: auto;
    padding: 35px 0 0;
    font-size: 1.4rem; }

  .news-container {
    width: 880px;
    margin: auto auto 40px; }

  .news-blocks {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .news-blocks:after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #999;
      margin-top: -1px; }

  .news-block {
    position: relative;
    width: 50%;
    padding: 25px 40px 60px;
    position: relative;
    border-bottom: 1px solid #999; }
    .news-block:nth-child(odd) {
      border-right: 1px solid #999; }
    .news-block.pc-hide {
      display: none; }
      .news-block.pc-hide.pc-show {
        display: block; }

  .news-block__image {
    margin-bottom: 25px;
    max-width: 300px; }

  .news-block__title {
    font-size: 2.2rem;
    line-height: 2.4rem; }
    .news-block__title span {
      font-size: 1.8rem; }

  .news-block__date {
    font-size: 1.3rem;
    margin-top: 10px; }

  .news-block__text {
    margin: 20px 0 0;
    font-size: 1.4rem; }

  .news-block__links {
    font-size: 1.5rem;
    margin-top: auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 40px;
    display: flex;
    justify-content: space-between; }

  .box-link.pc-active {
    background-color: #D3D2C6; }
    .box-link.pc-active i {
      display: none; }
    .box-link.pc-active:before {
      content: '閉じる'; }

  #ShopCategories {
    position: relative;
    clear: both;
    overflow: hidden; }
    #ShopCategories li {
      padding: 5px 2px; }
    #ShopCategories .circle-arrow:before {
      margin-right: 3px; }

  #shop_nav_floor_guide {
    position: absolute;
    top: 20px;
    left: 20px; }

	#shop_nav_floorb1 {
    position: absolute;
    top: 20px;
    left: 185px; }
	
  #shop_nav_floor1f {
    position: absolute;
    top: 20px;
    left: 260px; }

  #shop_nav_floor2f {
    position: absolute;
    top: 20px;
    left: 335px; }

  #shop_nav_floor3f {
    position: absolute;
    top: 20px;
    left: 410px; }

  #shop_nav_floor4f {
    position: absolute;
    top: 20px;
    left: 485px; }

  #shop_nav_floor5f {
    position: absolute;
    top: 20px;
    left: 560px; }

  #shop_nav_floor6f {
    position: absolute;
    top: 20px;
    left: 635px; }

  #shop_nav_floor7f {
    position: absolute;
    top: 20px;
    left: 710px; }

  #shop_nav_category {
    position: absolute;
    top: 60px;
    left: 20px; }

  #shop_nav_floor {
    position: absolute;
    top: 60px;
    left: 260px; } }

/*# sourceMappingURL=style.css.map */
