/* =====
 * index
============================================================================= */
/* -----
 * modules
----------------------------------------------------------------------------- */
#ContentBody #Keyvisual {
  height: 100vh;
  background-image: url(../images/index/keyvisual.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
}

#ContentBody #Concept {
  border-top: 1px solid #000;
  background-image: url(../images/index/concept_bg.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
}

#ContentBody #Concept > .content-inner {
  padding: 160px 0;
  color: #fff;
}

#ContentBody #Concept > .content-inner > .text {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 2.4em;
  margin-top: 30px;
}

#ContentBody #Concept > .content-inner > .name {
  text-align: center;
  font-weight: bold;
  line-height: 2em;
  margin-top: 10px;
}

#ContentBody #Menu {
  background-image: url(../images/index/menu_bg.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
}

#ContentBody #Menu > .content-inner {
  padding: 120px 0 80px;
  color: #714820;
}

#ContentBody #Menu > .content-inner > .menu {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#ContentBody #Menu > .content-inner > .menu > .item {
  background-color: #F5ECE1;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 350px;
  padding: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#ContentBody #Menu > .content-inner > .menu > .item.__allwidth {
  width: 100%;
}

#ContentBody #Menu > .content-inner > .menu > .item.__info {
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  background-color: rgba(255, 255, 255, 0.6);
  border: 2px solid #fff;
}

#ContentBody #Menu > .content-inner > .menu > .item.__info > .text {
  margin: 0;
  font-size: 13px;
}

#ContentBody #Menu > .content-inner > .menu > .item > .cap {
  text-align: center;
}

#ContentBody #Menu > .content-inner > .menu > .item > .cap > * {
  display: block;
}

#ContentBody #Menu > .content-inner > .menu > .item > .cap > .eng {
  font-size: 25px;
  border-bottom: 1px solid #714820;
}

#ContentBody #Menu > .content-inner > .menu > .item > .cap > .main {
  font-size: 18px;
  padding: 15px 0;
}

#ContentBody #Menu > .content-inner > .menu > .item > .prices {
  margin-top: 0;
  border-top: 1px solid #E6CDAE;
  border-bottom: 1px solid #E6CDAE;
}

#ContentBody #Menu > .content-inner > .menu > .item > .prices > .item {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 15px;
  font-weight: bold;
}

#ContentBody #Menu > .content-inner > .menu > .item > .prices > .item.__center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ContentBody #Menu > .content-inner > .menu > .item > .prices > .item.__center > .price {
  margin-left: 20px;
}

#ContentBody #Menu > .content-inner > .menu > .item > .prices > .item > .center {
  width: 100%;
  display: block;
  text-align: center;
}

#ContentBody #Menu > .content-inner > .menu > .item > .prices > .item > .price {
  margin-left: auto;
  font-size: 20px;
}

#ContentBody #Menu > .content-inner > .menu > .item > .prices > .item > .price .unit {
  font-size: 12px;
  font-weight: bold;
}

#ContentBody #Menu > .content-inner > .menu > .item > .prices > .item > .notes {
  text-align: right;
  font-size: 12px;
  margin-top: 7px;
  padding-left: 2em;
}

#ContentBody #Menu > .content-inner > .menu > .item > .notes {
  text-align: center;
  border-bottom: 1px solid #E6CDAE;
  padding-bottom: 15px;
}

#ContentBody #Menu > .content-inner > .menu > .item > .notes.__border {
  margin-top: 0;
  font-size: 13px;
  padding-top: 15px;
  border-top: 1px solid #E6CDAE;
}

#ContentBody #Menu > .content-inner > .menu > .item > .notes > .bold {
  font-weight: bold;
}

#ContentBody #Menu > .content-inner > .menu > .item > .text {
  font-size: 13px;
  line-height: 2em;
  margin-top: 20px;
}

#ContentBody #Menu > .content-inner > .menu > .item > .text a {
  color: #714820;
}

#ContentBody #Menu > .content-inner > .menu > .item > .text .bold {
  font-weight: bold;
}

#ContentBody #Menu > .content-inner > .menu > .item > .text.__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ContentBody #Menu > .content-inner > .menu > .item > .text.__flex > * {
  display: block;
}

#ContentBody #Menu > .content-inner > .menu > .item > .text.__flex > .image {
  max-width: 300px;
  margin-bottom: 20px;
}

#ContentBody #Menu > .content-inner > .menu > .item > .text.__flex > .text {
  margin-top: 0;
  margin-left: 30px;
  margin-bottom: 20px;
}

#ContentBody #Menu > .content-inner > .menu > .item > .text.__flex.__face > .image {
  width: 250px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
}

#ContentBody #Menu > .content-inner > .menu > .item > .text.__flex.__face > .text {
  width: 500px;
}

#ContentBody #Menu > .content-inner > .menu > .item > .links {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ContentBody #Menu > .content-inner > .menu > .item > .links > .contact-link {
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

#ContentBody #Menu > .content-inner > .menu > .item > .links > .contact-link.__mail {
  font-size: 14px;
  text-align: right;
}

#ContentBody #Schedule {
  background-color: #e9ecef;
}

#ContentBody #Schedule > .content-inner {
  padding: 120px 0 80px;
}

#ContentBody #Schedule > .content-inner > .calendar {
  margin-top: 60px;
  padding: 25px;
  background-color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

#ContentBody #Access > .content-inner {
  padding: 120px 0 120px;
  color: #714820;
}

#ContentBody #Access > .content-inner > .google-map {
  border: 1px solid #ddd;
  margin-top: 70px;
  height: 300px;
}

#ContentBody #Access > .content-inner > .information {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#ContentBody #Access > .content-inner > .information > .image {
  width: 417px;
}

#ContentBody #Access > .content-inner > .information > .data {
  width: 390px;
  border-top: 1px solid #ddd;
  color: #000;
}

#ContentBody #Access > .content-inner > .information > .data > .address {
  padding: 20px 0;
  font-size: 17px;
  border-bottom: 1px solid #ddd;
  margin: 0;
}

#ContentBody #Access > .content-inner > .information > .data > .address > .notes {
  display: block;
  font-size: 13px;
  margin-top: 10px;
  line-height: 18px;
}

#ContentBody #Access > .content-inner > .information > .data > .list-item {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#ContentBody #Access > .content-inner > .information > .data > .list-item > .team {
  width: 100px;
}

#ContentBody #Access > .content-inner > .information > .data > .list-item > .desc > .item > .day {
  font-weight: bold;
  padding-right: 1em;
}

#ContentBody #Access > .content-inner > .information > .data > .tel-link {
  margin-top: 10px;
}

#ContentBody #Access > .content-inner > .information > .data > .contact-link {
  margin-top: 10px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-align: center;
  padding: 20px;
}

#ContentBody #Access > .content-inner > .information > .data > .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

#ContentBody #Access > .content-inner > .information > .data > .socials > .name {
  margin-right: 10px;
}

#ContentBody #Access > .content-inner > .information > .data > .socials > .btn {
  width: 30px;
  margin-left: 15px;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 1000px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  #ContentBody #Keyvisual {
    background-image: url(../images/index/keyvisual-sp.jpg);
  }
  #ContentBody #Concept > .content-inner {
    padding: 50px 15px;
    color: #fff;
  }
  #ContentBody #Concept > .content-inner > .text {
    text-align: left;
    font-size: 14px;
  }
  #ContentBody #Concept > .content-inner > .name {
    text-align: center;
  }
  #ContentBody #Menu > .content-inner {
    padding: 50px 15px;
  }
  #ContentBody #Menu > .content-inner > .menu {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #ContentBody #Menu > .content-inner > .menu > .item {
    margin-top: 20px;
    width: auto;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #ContentBody #Menu > .content-inner > .menu > .item > .cap > .eng {
    font-size: 18px;
  }
  #ContentBody #Menu > .content-inner > .menu > .item > .cap > .main {
    font-size: 15px;
    padding: 13px 0 10px;
  }
  #ContentBody #Menu > .content-inner > .menu > .item > .prices {
    margin-top: 0;
    border-top: 1px solid #E6CDAE;
    border-bottom: 1px solid #E6CDAE;
  }
  #ContentBody #Menu > .content-inner > .menu > .item > .prices > .item {
    display: block;
    margin: 15px 0;
  }
  #ContentBody #Menu > .content-inner > .menu > .item > .prices > .item > * {
    display: block;
  }
  #ContentBody #Menu > .content-inner > .menu > .item > .prices > .item > .price {
    text-align: right;
    font-size: 18px;
    line-height: 1em;
  }
  #ContentBody #Menu > .content-inner > .menu > .item > .prices > .item > .price.center {
    text-align: center;
  }
  #ContentBody #Menu > .content-inner > .menu > .item > .text.__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #ContentBody #Menu > .content-inner > .menu > .item > .text.__flex > .text {
    margin: 20px 0;
  }
  #ContentBody #Menu > .content-inner > .menu > .item > .text.__flex.__face > .image {
    margin-bottom: 0;
  }
  #ContentBody #Menu > .content-inner > .menu > .item > .text.__flex.__face > .text {
    width: auto;
  }
  #ContentBody #Menu > .content-inner > .menu > .item > .links {
    display: block;
  }
  #ContentBody #Schedule {
    background-color: #e9ecef;
  }
  #ContentBody #Schedule > .content-inner {
    padding: 50px 15px;
  }
  #ContentBody #Schedule > .content-inner > .calendar {
    margin-top: 30px;
    padding: 15px 0 0;
  }
  #ContentBody #Access > .content-inner {
    padding: 50px 15px;
  }
  #ContentBody #Access > .content-inner > .google-map {
    margin-top: 30px;
  }
  #ContentBody #Access > .content-inner > .information {
    margin-top: 30px;
    display: block;
  }
  #ContentBody #Access > .content-inner > .information > .image {
    width: auto;
  }
  #ContentBody #Access > .content-inner > .information > .data {
    margin-top: 20px;
    width: auto;
  }
  #ContentBody #Access > .content-inner > .information > .data > .address {
    font-size: 14px;
  }
  #ContentBody #Access > .content-inner > .information > .data > .list-item {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #ContentBody #Access > .content-inner > .information > .data > .list-item > .team {
    width: 100px;
  }
  #ContentBody #Access > .content-inner > .information > .data > .list-item > .desc > .item > .day {
    font-weight: bold;
    padding-right: 1em;
  }
  #ContentBody #Access > .content-inner > .information > .data > .tel-link {
    margin-top: 10px;
  }
  #ContentBody #Access > .content-inner > .information > .data > .contact-link {
    margin-top: 10px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    text-align: center;
    padding: 20px;
  }
  #ContentBody #Access > .content-inner > .information > .data > .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  #ContentBody #Access > .content-inner > .information > .data > .socials > .name {
    margin-right: 10px;
  }
  #ContentBody #Access > .content-inner > .information > .data > .socials > .btn {
    width: 30px;
    margin-left: 15px;
  }
}


#ContentBody{
  padding: 100px 0;
}
.common-cap {
    margin-bottom: 60px;
}
.list-item img{
  max-width: 100%;
  height: auto;
  display: block;
}

.list-item{
  width: 100%;
  position: relative;
}

 

.list-item .thumbnail {
  border-radius: 0px;
  padding: 0px;
  margin-bottom: 0px;
  border: none;
  position: relative;
}
.thumbnail img {
  width: 100%!important;
  height: auto;
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}


.thumbnail { background-color: transparent; }
.thumnail-image {
  width: 100%;
  height: 100%;
  max-height: 233px;
  max-width: 350px;
  overflow: hidden;

    position: relative;
    width: 100%;
    height: 188px;
    overflow: hidden;

    text-align: center;
    vertical-align: middle;

}

.thumnail-image img{

    max-height: 233px;
    height: 233px;
    width: auto!important;
    margin: 0 auto;

    max-height: 233px;
    /* height: 233px; */
    width: auto!important;
    margin: 0 auto;
    /* width: 100%; */
    /* height: auto; */
    width: auto;
    height: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;


    }

.thumnail-image>img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.thumbnail a:hover>img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.list-item {
  margin-bottom: 30px;
}
.caption{padding:10px; }
.caption p{
  text-align: left;
}

.post-date{
  font-size: 11px;
  letter-spacing: 0.035em;
  color: #333;
}

.post-title{
  font-weight: bold;
  font-size: 14px;
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  /* smart phone */
  #Contact {
    padding: 50px 15px;
  }
  #Contact > .content-inner {
    width: auto;
  }


  .col-xs-4{
    float: none;
    width: 100%;
  }


}
