@charset "utf-8";
@media screen and (max-width: 1199px) {
.mvcatch {
  top: 58%;
  left: 3%;
}
.mvcatch p, .mvcatch h1 {
  font-size: 37px;
  font-weight: 600;
  line-height: 1.5;
  }
.mv {
  margin-top: 100px;
}
 /* menu box*/
.hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
/*   border: 1px solid #ff7f7f;
  background: #ff7f7f; */
  border-radius: 10px;
  margin-right: 15px;
}
  .hamburger_border {
    position: absolute;
    left: 5px;
    width: 28px;
    height: 2px;
    background-color: #000;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 10px;
  }
  .hamburger_border_center {
    top: 19px;
  }
  .hamburger_border_bottom {
    top: 28px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background: rgba(255, 255, 255, 0);
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
.gnav {
    height: auto;
}
.gnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction:column;
}
.gnav ul li {
  display: block;
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(69, 89, 81, 0.2);
  pointer-events : none;
  transition : all 0.5s;
}
.gnav ul a {
  display: inline-block;
  padding: 12px 15px 12px 30px;
  width: 180px;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
  text-decoration: none;
  color: #000; 
  position: relative;
  text-align: left;
  pointer-events : auto;
}
.gnav ul li:hover {
  background: #fff;
}

.m1199 {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  display: inline-block;
  font-size: 1rem;
}
.headsns {
  display: inline-block;
  padding: 5px 15px 5px 0px;
  width: 180px;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
  text-decoration: none;
  color: #000; 
  position: relative;
  text-align: left;
}
#headsns {
  width: 30px;
  height: 30px;
}
.m1199logo img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.nav-open #nav-menu-container {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 19px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 19px;
  }
  /* menu box end*/
  /* 初期値 */
  #nav-menu-container {
    position: fixed;
    right: -100vw; /* 右から出てくる */
    top: 0;
    width: 26vw; /* スマホに収まるサイズ */
    height: 100vh;
    margin-top: 100px;
    padding-top: 0;
    background: rgba(255, 255, 255, 0.7);
    transition: all .4s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }

/* main */
.h2mv {
  background-attachment: scroll;
}
.photosection {
  height: 237px;
}
/* 2 */
.flow02 > .flow2 {
  padding: 40px 20px 20px;
}
.flowend {
  padding: 0 20px;
}
/**/
.strt {
  font-size: 1rem;
}
.m1199p {
  font-size: 0.9rem;
}
.menusec p {
  font-size: 0.9rem;
}
.omotep {
  font-size: 0.9rem;
}
/* 表追加 */
.omote_bg h5 {
  font-size: 1.5rem;
}
.omote_bg2 h5 {
  font-size: 1.4rem;
}
.omp1 {
  font-size: 1.05rem;
}
.omp2 {
  font-size: 1rem;
}
.omf1 {
  font-size: 1.1rem;
}
.omf2 {
  font-size: 1.05rem;    
}
/* 表追加 */
/* new tatami */
.newp {
  font-size: 0.9rem;
  line-height: 0.9rem;
  min-height: 2.7rem; 
  overflow: hidden; /* オーバーフローした部分を非表示にする */
  text-overflow: ellipsis; /* オーバーフローした部分を省略記号で表示 */
  margin-bottom: 0.5rem;
}
.tbord_t1 {
  top: 13px;
}
.tbord_t3 {
  bottom: 12px;
}
.tbord_t4 {
  top: 39px;
}
/* annai */
.prof {
  width: 75%;
  height: auto;
}
}