@charset "UTF-8";
/* =====
 * index　レイアウト
============================================================================= */
ul{
    padding: 0;
}
/* *** セクションタイトル *** */
.section-title img {
  display: block;
  margin: 0 auto;
}

/* -----
 * Keyvisual
----------------------------------------------------------------------------- */
#Keyvisual {
  width: 960px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

#Keyvisual .slider-items {
  position: relative;
  overflow: hidden;
}

#Keyvisual .slider-items .slider-item {
  width: 100%;
  float: left;
  outline: 0px none #000;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Keyvisual .catch {
  position: absolute;
  bottom: 107px;
  left: 49px;
  width: 325px;
}

/* -----
 * News
----------------------------------------------------------------------------- */
#News {
  background-color: #C10128;
  margin-top: -33px;
  color: #fff;
}

#News .inner {
  width: 960px;
  margin: 0 auto;
  padding: 83px 0 50px 20px;
/*  background: transparent url(../images/index/news-bg.png) 100% 45px no-repeat;*/
  -webkit-background-size: 298px 376px;
          background-size: 298px 376px;
  font-weight: bold;
  line-height: 1.6;
}

#News .inner .line1 {
  font-size: 26px;
}

#News .inner .line2 {
  font-size: 33px;
}

#News .inner .line3 {
  font-size: 18px;
}

/* -----
 * blog
----------------------------------------------------------------------------- */
#blog{
    width: 800px;
    margin: 80px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
#blog h2 {
  width: 100%;
}
#blog ul{
    margin-top: 50px;
    list-style: none;
    display: flex;
   /* justify-content: space-between;*/
    justify-content: center;
}
#blog ul li{
    position: relative;
    width: 31%;
    margin-right: 15px;
}
#blog .blog_data{
    text-align: center;
    position: absolute;
    top: -10px;
    left:-10px;
    width: 50px;
    height: 50px;
    background: #c10128;
    color: #fff;
    font-weight: bold;
}
#blog h4{
    text-decoration: underline;
    font-size: 18px;
}

#fbBox {
    text-align: center;
    width: 55%;
    max-width:500px;
}

/* -----
 * insta
----------------------------------------------------------------------------- */
#blog .insta_list {
  margin-top:0;
  width:43%;
  max-width: 640px;
  display: flex;
  flex-wrap: wrap;
}

#blog .insta_list li {
  width: calc(100% / 3);
  margin: 0;
  list-style: none;
  height:calc(400px / 3);
  margin-right: 0;

}
#blog .insta_list li img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width:480px) {
  #blog .insta_list li {
    height: 15vh;
  }
  #fbBox,
  #blog .insta_list {
    width:100%;
  }
  #blog .insta_list {
    margin-top: 1rem;
  }
}


  

/* -----
 * Facility
----------------------------------------------------------------------------- */
#Facility {
  margin-top: 50px;
}

#Facility .content .main h3 {
  text-align: center;
}

#Facility .content .main h3 img {
  display: block;
  margin: 0 auto;
}

#Facility .content .main .read {
  font-size: 16px;
  text-align: center;
}

#Facility .content .main .time {
  text-align: center;
  display: table;
  border: 1px solid #b7282c;
  margin: 1.5em auto 0;
  padding: 1em 50px;
}

#Facility .content .main .time h4 {
  text-align: center;
  font-size: inherit;
  color: #b7282c;
}

#Facility .content .main .time table {
  margin: 0;
}

#Facility .content .main .time table th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding-right: 1em;
}

#Facility .content .main .time table td {
  vertical-align: top;
}

#Facility .content .main .time table .notes {
  font-size: 12px;
  text-align: center;
  margin: 0;
}

#Facility .content.restaurant {
  padding-top: 50px;
}

#Facility .content.restaurant .more {
  text-align: center;
  margin-top: 2em;
}

#Facility .content.restaurant .more a {
  display: inline-block;
  text-align: left;
  padding-left: 25px;
  position: relative;
  width: 360px;
  height: 68px;
  line-height: 68px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #c10128;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

#Facility .content.restaurant .more a:after {
  display: block;
  content: "";
  width: 41px;
  height: 12px;
  background: transparent url(../images/index/icon-arrow.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#Facility .content.restaurant .image {
  margin-top: 2em;
}

#Facility .content.market {
  padding-top: 70px;
}

#Facility .content.market .image {
  margin-top: 70px;
}
#Facility .content.market .more {
  text-align: center;
  margin-top: 2em;
}

#Facility .content.market .more a {
  display: inline-block;
  text-align: left;
  padding-left: 25px;
  position: relative;
  max-width: 360px;
    width:100%;
  height: 68px;
  line-height: 68px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #c10128;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
#Facility .content.market .more.height a {
  display: inline-block;
  text-align: left;
  padding: 12px 25px;
  line-height: 130%;
    height: auto;
}
#Facility .content.market .more a:after {
  display: block;
  content: "";
  width: 41px;
  height: 12px;
  background: transparent url(../images/index/icon-arrow.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#Facility .information {
  background-color: #EFEEEC;
  color: #343031;
  padding: 30px 0;
  margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#Facility .information > div{
    width: 43%;
    margin: 0 1%;
    max-width: 530px;
}

#Facility .information ul ul  {
display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
#Facility .information h3 {
  text-align: center;
  font-size: 20px;
}

#Facility .information ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: table;
}
#Facility .information ul ul li {
width: 49%;
}
#Facility .information ul span {
    color: #808080;
    font-weight: bold;
}
#Facility .information ul span:last-of-type {

}

/* -----
 * Market
----------------------------------------------------------------------------- */
#Market{
    /*width: 960px;*/
    margin: 0 auto;
}
#Market .shops{
    text-align: center;
}
#Market .shops .shops_cont{
    margin: 50px 0;
}
/* -----
 * Access
----------------------------------------------------------------------------- */
#Access {
  width: 960px;
  padding-top: 50px;
  margin: 0 auto;
}

#Access .contents {
  margin-top: 20px;
}

#Access .contents #googleMap {
  height: 425px;
}

#Access .contents .link {
  text-align: right;
  color: #B7282C;
  margin-top: 0.5em;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /* *** セクションタイトル *** */
  .section-title {
    width: auto;
  }
  .section-title img {
    display: block;
    margin: 0 auto;
  }
  /* -----
   * Keyvisual
  ----------------------------------------------------------------------------- */
  #Keyvisual {
    width: auto;
  }
  #Keyvisual .catch {
    width: 43%;
    bottom: 35px;
    left: 10px;
  }
  /* -----
   * News
  ----------------------------------------------------------------------------- */
  #News {
    margin-top: 0;
    line-height: 1.5;
  }
  #News .inner {
    width: auto;
    margin: 0 auto;
    padding: 20px 45% 20px 24px;
    background-position: 110% 20px;
    -webkit-background-size: 48% 48%;
            background-size: 48%;
  }
  #News .inner .line1 {
    font-size: 15px;
  }
  #News .inner .line2 {
    font-size: 15px;
  }
  #News .inner .line3 {
    font-size: inherit;
  }
  /* -----
   * Facility
  ----------------------------------------------------------------------------- */
  #Facility {
    margin-top: 25px;
  }
  #Facility .content .main {
    padding: 0
  }
  #Facility .content .main .read {
    font-size: 13px;
    padding: 0 25px;
    margin-top: 1em;
    text-align: left;
  }
  #Facility .content .main .time {
    display: block;
    margin: 1em 17px 0;
    padding: 1em;
  }
  #Facility .content .main .time h4 {
    font-size: 15px;
  }
  #Facility .content .main .time table {
    margin: 0 auto;
    font-size: 13px;
  }
  #Facility .content .main .time table tbody, #Facility .content .main .time table tr, #Facility .content .main .time table th, #Facility .content .main .time table td {
    display: block;
  }
  #Facility .content .main .time table th {
    margin-top: 1em;
  }
  #Facility .content .main .time table tr:first-child th {
    margin-top: 0;
  }
  #Facility .content .main .time table .notes {
    margin-top: 1em;
    text-align: left;
    font-size: 11px;
  }
  #Facility .content.restaurant {
    padding-top: 25px;
  }
  #Facility .content.restaurant .more {
    margin-top: 1.5em;
  }
  #Facility .content.restaurant .more a {
    width: 290px;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    padding-left: 20px;
  }
  #Facility .content.restaurant .more a:after {
    width: 34px;
    height: 10px;
    background-image: url(../images/index/icon-arrow-sp.png);
  }
  #Facility .content.market {
    padding-top: 35px;
  }
  #Facility .content.market .image {
    margin-top: 25px;
  }
  #Facility .information {
    padding: 20px 10px;
    margin-top: 40px;
  }
  #Facility .information h3 {
    font-size: 15px;
  }
  /* -----
   * Access
  ----------------------------------------------------------------------------- */
  #Access {
    width: auto;
    padding-top: 40px;
  }
  #Access .contents {
    padding: 0 10px;
    margin-top: 10px;
  }
  #Access .contents #googleMap {
    height: 220px;
  }
  #Access .contents #googleMap iframe {
    height: 220px;
  }
    
    /* -----
 * News
----------------------------------------------------------------------------- */
#News {
  background-color: #C10128;
  margin-top: -33px;
  color: #fff;
}

#News .inner {
  width: 96%;
  margin: 0 auto;
  padding: 83px 0 50px 20px;
/*  background: transparent url(../images/index/news-bg.png) 100% 45px no-repeat;*/
  -webkit-background-size: 298px 376px;
          background-size: 298px 376px;
  font-weight: bold;
  line-height: 1.6;
}

#News .inner .line1 {
  font-size: 26px;
}

#News .inner .line2 {
  font-size: 33px;
}

#News .inner .line3 {
  font-size: 18px;
}

/* -----
 * blog
----------------------------------------------------------------------------- */
#blog{
    width: 96%;
    margin: 80px auto 0;
}
#blog ul{
    margin-top: 50px;
    list-style: none;
    display: block;
    justify-content: space-between;
}
#blog ul li{
    position: relative;
    width: 96%;
    margin: 0 auto 50px;
}
    #blog ul li img {
        width: 100%;
    }
#blog .blog_data{
    text-align: center;
    position: absolute;
    top: -10px;
    left:-10px;
    width: 50px;
    height: 50px;
    background: #c10128;
    color: #fff;
    font-weight: bold;
}
#blog h4{
    text-decoration: underline;
    font-size: 18px;
    margin: 0;
}




/* -----
 * Market
----------------------------------------------------------------------------- */
#Market{
    width: 96%;
    margin: 0 auto;
}
#Market .shops{
    text-align: center;
}
#Market .shops .shops_cont{
    margin: 50px 0;
}
    #Facility .information > div {
        width: 100%;
        box-sizing: border-box;
    } 
    #Facility .information > div:last-of-type {
        width: 80%;
        margin-top: 2rem;
    }
    #Facility .information ul ul li {
        width: 100%;
    }
    
    
}

#shingeki {
    width: 94%;
    max-width: 800px;
    margin:3rem auto 0;
}

