.scroll_tgl_wrap {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  z-index: 6665;
}
.navlogo {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  align-items: center;
  padding-top: 20px;
}
.navlogo img {
  max-width: 100%;
}
@media screen and (min-width: 1001px) {
  .scroll_tgl_wrap {
    width: 90px;
    height: 100px;
  }
}
/*togglewrap.active*/
.togglewrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1111;
  -webkit-transform: translateX(102%);
  transform: translateX(102%);
  transition: 0.4s ease-in-out;
  padding: 0;
}
/*body.fixed*/
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
/*togglewrap.active*/
.togglewrap.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  overflow-y: scroll;
}
/*ttogglewrap_inner*/
.togglewrap_inner {
  width: 100%;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  opacity: 0;
  transition: 0.4s ease-in-out;
  background-color: #282828;
  position: relative;
}
.togglewrap_inner::before {
  content: "";
  display: block;
  width: 50%;
  height: 100px;
  background-image: url("../images/tgl-img02.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 90px;
  left: -30px;
}
@media screen and (min-width: 768px) {
  .togglewrap_inner::before {
    height: 140px;
    bottom: 130px;
  }
}
.togglewrap.active .togglewrap_inner {
  opacity: 1;
}
.tgl-logo-box {
  width: 70%;
  background-color: #fff;
  padding: 5px 20px;
  max-width: 330px;
}
.tgl-logo-box a img {
  width: 100%;
  height: 60px;
}
/*******************Toggle*******************/
@media screen and (max-width: 991px) {
  .Toggle {
    display: block;
    position: fixed;
    cursor: pointer;
    z-index: 6666;
    transition: 0.8s ease-in-out;
    top: 0;
    right: 0;
    width: 110px;
    height: 60px;
  }
  .Toggle span {
    display: block;
    position: absolute;
    border-bottom: solid 1px #000;
    transition: .35s ease-in-out;
    width: 36px;
    right: 11px;
  }
  .Toggle span:nth-child(1) {
    top: 27px;
  }
  .Toggle span:nth-child(2) {
    top: 35px;
    transition: 0.3s ease-in-out;
    width: 25px;
    right: 11px;
  }
  .Toggle span:nth-child(3) {
    top: 19px;
  }
  #header.view .Toggle span {
    border-bottom: solid 1px #000;
    transition: 0.3s ease-in-out;
  }
  #header.view .Toggle::after {
    color: #000;
    transition: 0.3s ease-in-out;
  }
  #header.view .Toggle::before {
    background-color: #000;
    transition: 0.3s ease-in-out;
  }
  /*Toggle.tgl-active*/
  .Toggle.tgl-active span {
    transition: 0.3s ease-in-out;
  }
  .Toggle.tgl-active span:nth-child(1) {
    top: 31px;
    right: 11px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    background-color: #fff;
    border-bottom: 1px solid #fff;
  }
  .Toggle.tgl-active span:nth-child(2) {
    top: 31px;
    right: 11px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    width: 36px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
  }
  .Toggle.tgl-active span:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 1200px) {}
/*ani*/
@-webkit-keyframes tglm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  20% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  40% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes tglm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  20% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  40% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/********************** tgl_contact **********************/
/********************** .togglewrap_inner **********************/
/********************** model_address **********************/
.tgl_model_address {
  padding: 55px 5% 6rem;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  -webkit-transform: translateX(102%);
  transform: translateX(102%);
  transition: 0.4s 0.05s ease-in-out;
  opacity: 0;
  color: #fff;
}
.togglewrap.active .tgl_model_address {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .tgl_model_address {
    padding: 4rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .tgl_model_address::before {
    right: -9.5rem;
    bottom: -6rem;
    height: 100%;
  }
}
/*tgl_ma_list*/
.tgl_ma_list {
  display: flex;
  align-items: baseline;
  justify-content: space-around;
  margin-bottom: 2rem;
  position: relative;
  flex-wrap: wrap;
}
.tgl_ma_list::before {
  content: "";
  display: block;
  width: 50%;
  height: 50px;
  background-image: url("../images/tgl-img01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 1%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .tgl_ma_list::after {
    top: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .tgl_ma_list::after {
    top: 32%;
    right: -39px;
  }
}
.tgl_ma_list ul {
  margin-bottom: 0;
  margin: 0 1% 3rem;
}
.tgl_ma_list ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}
.tgl_ma_list ul li a {
  color: #fff;
  font-size: 1rem;
}
.tgl-menu-title {
  color: #fff;
  font-family: 'Source Serif Pro', serif;
  font-size: 1.4rem;
}
.tgl_ma_list ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (min-width: 992px) {
  .tgl_ma_list ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .tgl_ma_list {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .tb-flex {
    display: flex;
  }
}
.tb-flex a:hover {
  text-decoration: none;
}
/*******************************
/* btn
***************************/
.tgl-btn-box {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.tgl-btn-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}
.tgl-btn-box:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.tgl-btn-box-img1 {
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/footer-flex-img1.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .tgl-btn-box-img1 {
    width: 30%;
    margin: 1%;
  }
}
.tb-box1 {
  display: inline-block;
}
.tb-txt1 {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.tb-txt1-1 {
  color: #fff;
  font-family: 'Source Serif Pro', serif;
  margin-bottom: 0;
}
/*******************************
/*btn-end
***************************/
/*******************************
/*btn2
***************************/
.tgl-btn-box2 {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
  background-color: #fff;
  height: 120px;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .tgl-btn-box2 {
    width: 30%;
    margin: 1%;
  }
}
.tgl-btn-box2-flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.tgl-logo-img02 {
  margin-right: 6px;
}
.tgl-logo-img02 img {
  width: 25px;
  height: 25px;
}
.tb2-txt1 {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.tb2-txt1-1 {
  color: #000;
  margin-bottom: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*******************************
/*btn2-end
***************************/
/*******************************
/*btn3
***************************/
.tgl-btn-box3 {
  text-align: center;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 1;
}
.tgl-btn-box3::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}
.tgl-btn-box3:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.tgl-btn-box3-img1 {
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/footer-flex-img3.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .tgl-btn-box3-img1 {
    width: 30%;
    margin: 1%;
  }
}
.tb-box3 {
  display: inline-block;
}
.tb3-txt1 {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.tb3-txt1-1 {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Source Serif Pro', serif;
}
/*******************************
/*btn3-end
***************************/
/*address*/
address {
  text-align: center;
  margin: 4rem auto;
}
.tgl_model_address address {
  font-style: normal;
  margin-bottom: 2rem;
  color: #fff;
}
.tgl-txt01 {
  margin-bottom: 1rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.tgl-txt01 span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-right: 10px;
}
.tgl-txt02 {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .tgl_model_address {
    width: 100%;
    transition: 0.4s 0.15s ease-in-out;
  }
}
@media screen and (min-width: 992px) {
  .tgl_model_address address p {
    font-size: 1.3rem;
    letter-spacing: 0.15rem;
  }
}
/*******************************
/*sns
***************************/
.tgl-sns-flex {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.tgl-sns-flex-box1 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (min-width: 768px) {
  .tgl-sns-flex-box1 {
    width: 40%;
    max-width: 200px;
    margin: 0 auto;
  }
}
.tgl-sns-flex-box1 li a {
  display: block;
  width: 100%;
  height: 100%;
}
.tgl-sns-flex-box1 li a img {
  width: 30px;
  height: 30px;
}
.tgl-txt03 {
  text-align: center;
  margin: 2rem auto;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}