#toyocho{
  position: relative;
  background: #000;
  z-index: 1;
}
/*メインビュー*/
#toyocho .mainview{
  background: linear-gradient(to bottom,#fff 0%,#fff 50%,#000 50%,#000 100%);
  background: url(../../images/toyocho/mainview-2.jpg)no-repeat,linear-gradient(to bottom,#fff 0%,#fff 50%,#000 50%,#000 100%);
  background-size: 100%;
  background-position:  center bottom;
  padding: 0 0 500px 0;
  width:100vw;
  overflow-x: hidden;
}
#toyocho .mainview .mainview-illust{
  width:100%;
  position: relative;
  top:-50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: url(../../images/toyocho/mainview-1.png)repeat-x;
  background-size:1000px auto;
  background-position: center;
  height: 340px;
  overflow:hidden;
}
#toyocho .mainview .mainview-illust img{
  max-width:1300px;
  margin: 0 auto;
}
#toyocho .mainview-logo{
background: -moz-linear-gradient(top, #FFF, #000);
  background: -webkit-linear-gradient(top, #FFF, #000);
  background: linear-gradient(to bottom, #FFF, #000);
  }
  #toyocho .mainview-logo h1{
    margin: -200px auto 0 auto;
    padding: 200px 0 150px 0;
    width:180px;
    height: 310px;
  }

#toyocho .container{
  background:#000;
  color:#fff;
  position: relative;
  z-index: 1;
}

/*お知らせ〜店長紹介までのエリア*/
#toyocho .intro-box{
  position: relative;
  -webkit-transition: .5s ease-in-out;
     transition: .5s ease-in-out;
}
#toyocho .intro-box .catch-bg{
  position: absolute;
   right: -100px;
   top:210px;
   z-index: -1;
   -webkit-transition: 5s ease-in-out;
      transition: .5s ease-in-out;
}
/*お知らせ*/
#toyocho .news{
  padding: 40px 100px 10px 100px;
  margin:  120px 0;
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
}
#toyocho .news h2{
  text-align: center;
  font-size:3.0rem;
  line-height: 2.0rem;
  margin-bottom: 30px;
}
#toyocho .news .news-list{
  line-height: 2.6rem;
  font-size: 1.6rem;
}
#toyocho .news .news-list .news-link{
  display: inline-flex;
  justify-content: flex-start;
  margin-bottom: 3.5rem;
}
#toyocho .news .news-list .news-link data{
  width:12rem;
  margin-right: 2rem;
}
#toyocho .news .news-list .news-link{
  width:100%;
  display: block;
}
#toyocho .news .news-list .news-link a{
  -webkit-transition: .4s ease-in-out;
     transition: .4s ease-in-out;
}

#toyocho .news .news-list .news-link a:link,
#toyocho .news .news-list .news-link a:visited,
#toyocho .news .news-list .news-link a:active{
  color:#fff;
  text-decoration: underline;
  cursor: pointer;
}
#toyocho .news .news-list .news-link a:hover{
  opacity: 0.5;
}
/*キャッチ*/
#toyocho .catch{
  font-size:2.4rem;
  line-height: 5.0rem;
  text-shadow:2px 2px 3px #000000,-2px 2px 3px #000000,-2px -2px 3px #000000,2px -2px 3px #000000,
  1px 1px 2px #000000,-1px 1px 2px #000000,-1px -1px 2px #000000,1px -1px 2px #000000;
  text-align: center;
  margin-bottom: 120px;
  letter-spacing: 0.2rem;
}
#toyocho .catch span{
  color: #fdcc5d;
  font-size: 2.8rem;
  margin: 0.25rem
}
/*店長紹介*/
#toyocho .owner{
  padding: 0 100px 0 100px;
}
#toyocho .owner .owner-area{
  display: flex;
  justify-content: space-between;
  position: relative;
}
#toyocho .owner .owner-area .owner-text{
  font-size: 1.6rem;
  line-height: 3.0rem;
  margin-left: 30px;
}
#toyocho .owner .owner-area .owner-name{
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 2.4rem;
}
#toyocho .owner .owner-area .owner-name span{
  font-size: 1.8rem;
  margin-right: 1.8rem;
}
/*店内写真*/
#toyocho .photo{
  margin-top: 120px;
  margin-bottom: 120px;
}
#toyocho .photo .photo-2area{
  display: flex;
  justify-content: space-between;
  width:calc(100% * 2 / 3 - 12px);
  margin: 0 auto 60px auto;
}
#toyocho .photo .photo-3area{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
#toyocho .photo .photobox{
  width:calc(100%/3 - 24px);
  -webkit-transition: .4s ease-in-out;
     transition: .4s ease-in-out;
     overflow: hidden;
     position: relative;
     height: auto;
}
#toyocho .photo .photo-2area .photobox{
  width:calc(100%/2 - 24px);
}
#toyocho .photo .photobox span{
  position: absolute;
  background:rgba(0,0,0,0.7);
  bottom:0;
  left: 0;
  opacity: 0;
  z-index: 11;
  width:100%;
  font-size:1.2rem;
  line-height: 2rem;
}
#toyocho .photo .photobox:hover span{
  opacity: 1;
  -webkit-transition: .5s ease-in-out;
     transition: .5s ease-in-out;
     padding: 5px;
}

#toyocho .photo .photobox:hover{
  -webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
z-index: 10;
}
/*メニュー一覧へ*/
#toyocho .toMenu{
  height: 550px;
  text-align: center;
  width:100%;
  overflow-x: hidden;
  background: url(../../images/toyocho/toMenu-bg.jpg)no-repeat;
  background-size: cover;
  background-position: 0 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 6s ease-in-out;
     transition: 6s ease-in-out;
    box-sizing: border-box;
}
#toyocho .toMenu:hover{
  background: url(../../images/toyocho/toMenu-bg.jpg)no-repeat;
  background-size: cover;
  background-position: 0 0%;
  overflow-x: hidden;
  width:100%;
}
#toyocho .toMenu a:link,
#toyocho .toMenu a:visited,
#toyocho .toMenu .news-link a:active{
  color:#fff;
  cursor: pointer;
}

#toyocho .toMenu:before{
  display: block;
  content:"";
  width:120%;
  height: 100px;
  position: absolute;
  background: url(../../images/toyocho/toMenu-line.svg)repeat-x;
  background-size: 2200px auto;
  background-position: -20px 0;
  top:-40px;
  left:0;
  right: 0;
  overflow: hidden;
}
#toyocho .toMenu:after{
  display: block;
  content:"";
  width:120%;
  height: 100px;
  position: absolute;
  background: url(../../images/toyocho/toMenu-line.svg)repeat-x;
  background-size: 2200px auto;
  background-position: -20px 100%;
  bottom:-60px;
  left:0;
  right: 0;
  overflow: hidden;
}
#toyocho .toMenu .toMenu-btn{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right: 0;
  margin: auto;
  display: block;
  width:500px;
  height: 80px;
  font-size:3.8rem;
  z-index: 1;
  -webkit-transition: .5s ease-in-out;
     transition: .5s ease-in-out;
}

#toyocho .toMenu .toMenu-btn a{
  display:block;
  position: relative;
  text-align: center;
  width:100%;
  height: 80px;
  box-sizing: border-box;
  padding-top:20px;
  border-top:solid 1px #fff;
  border-bottom:solid 1px #fff;
  padding-left: 3.8rem;
  -webkit-transition: .5s ease-in-out;
     transition: .5s ease-in-out;
       background:#6f1414;
}
#toyocho .toMenu .toMenu-btn a:hover{
  background: #fff;
  color:#6f1414;
}
#toyocho .toMenu .toMenu-btn svg{
  width:3.8rem;
  height: auto;
  position: absolute;
  left:15%;
  top:18px;
}
#toyocho .toMenu .toMenu-btn a .st0{-webkit-transition: .5s ease-in-out;
   transition: .5s ease-in-out;}
#toyocho .toMenu .toMenu-btn a:hover .st0{fill:#6f1414;}
#toyocho .access {
  margin: 120px auto 0 auto;
  width:80%;
}
#toyocho .access h2{
  font-size:2.4rem;
  line-height: 3.0rem;
  border-bottom: 1px dashed #fff;
  padding-bottom: 30px;
  margin-bottom:40px;
}
/*店舗案内*/
#toyocho .access .address-area{
  display: flex;
  justify-content: space-between;
}
#toyocho .access .address-area .address{
  font-size:2.0rem;
  line-height: 3.4rem;
}

#toyocho .contact-btn{
  margin: 120px auto;
  display: flex;
  justify-content: space-between;
}
#toyocho .contact-btn .tel-btn,
#toyocho .contact-btn .ougitel-btn,
#toyocho .contact-btn .book-btn{
  width:calc(100%/2 - 31px);
  height: 67px;
  border:solid 1px #fff;
  font-size:3.4rem;
  font-size: 2.1rem;
  text-align: center;
  padding-top: 25px;
  padding-left: 1.7rem;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
     transition: .5s ease-in-out;
     color:#fff;
}
#toyocho .contact-btn .book-btn:hover{
  color:#000;
}
#toyocho .contact-btn .tel-btn:hover,
#toyocho .contact-btn .ougitel-btn:hover{
  background: #fff;
  color:rgba(255,255,255,0);
}
#toyocho .contact-btn .book-btn:before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #fff;
  transform-origin: left bottom;
  transform: scale(1, 0);
  transition: transform .5s;
}

#toyocho .contact-btn .book-btn:hover:before{
  transform-origin: left bottom;
  transform: scale(1, 1);
}
#toyocho .contact-btn .tel-btn:before{
  -webkit-transition: .7s ease-in-out;
     transition: .7s ease-in-out;
     position: absolute;
     left:27%;
     bottom: 0;
     content:"03-6666-2129";
     padding-left: 0.5rem;
     color:#000;
     display: block;
     top:24px;
     font-size:3.0rem;
     text-align: center;
     opacity: 0;
}
#toyocho .contact-btn .ougitel-btn:before{
  -webkit-transition: .7s ease-in-out;
     transition: .7s ease-in-out;
     position: absolute;
     left:27%;
     bottom: 0;
     content:"03-3649-4419";
     padding-left: 0.5rem;
     color:#000;
     display: block;
     top:24px;
     font-size:3.0rem;
     text-align: center;
     opacity: 0;
}
#toyocho .contact-btn .tel-btn:hover:before,
#toyocho .contact-btn .ougitel-btn:hover:before{
  top:20px;
  opacity: 1;
  z-index: 2;
}
#toyocho .contact-btn .tel-btn svg,
#toyocho .contact-btn .ougitel-btn svg{
  height: 3.4rem;
  width:auto;
  position: absolute;
  left: 23%;
  top:18px;
  -webkit-transition: .7s ease-in-out;
     transition: .7s ease-in-out;
}
#toyocho .contact-btn .tel-btn:hover svg,
#toyocho .contact-btn .ougitel-btn:hover svg{
  left: 15%;
}
#toyocho .contact-btn .book-btn svg{
  width: 3.4rem;
  height:auto;
  position: absolute;
  left: 29%;
  top:15px;
}

#toyocho .map{
  text-align: center;
}
#toyocho .map .map-g {
  margin: 120px 0;
}
#toyocho .map .map-g iframe{
  width:100%;
}
/*ストリートビュー*/
#toyocho .streetView{
  width:800px;
  margin: 0 auto;
}
#toyocho .streetView h2{
  margin-bottom: 20px;
  text-align: center;
}
#toyocho .streetView .streetView-g iframe{
  width:800px;
  height: 400px;
}
/*扇橋本店へ＋カメイドクロック店へバナー*/
#toyocho .toOugi{
  text-align: center;
  margin: 120px 0 60px 0;
}
#toyocho .toKameidoclock{
  text-align: center;
  margin: 0 0 120px 0;
}
#toyocho .toOugi a,
#toyocho .toKameidoclock a{
  -webkit-transition: .4s ease-in-out;
     transition: .4s ease-in-out;
}
#toyocho .toOugi a:hover,
#toyocho .toKameidoclock a:hover{
  opacity: 0.5;
}
#toyocho .toOugi a img,
#toyocho .toKameidoclock a img{
  width:480px;
}
/*SP下部固定エリア*/
#toyocho .toyocho-SP-bottom{
  display: none;
}
/*右上固定本店移動ボタン*/
.toyocho-top-fixed{
  padding: 5px;
  background:url(../../images/main-bg.png)repeat #fff;
  background-size: 25%;
  position: fixed;
  top:10px;
  right: 10px;
  z-index: 500;
  border:solid 1px #6F1418;
  border-left:solid 5px #6F1418;
  box-sizing: border-box;
  width: 103px;
}
.toyocho-top-fixed a{
  display: block;
  color: #6F1418;
  font-size: 1.6rem;
  font-weight: bold;
}
.toyocho-top-fixed.fixed-delivery{
  margin-top:35px;
}
.toyocho-top-fixed.fixed-kameidoclock{
  padding: 5px 2px 5px 0;
  margin-top:70px;
}
.toyocho-top-fixed.fixed-kameidoclock a{
  font-size: 1.4rem;
  letter-spacing: -0.1rem;
  padding-left: 5px;
}
/*ページ上部へ*/
#toyocho .pagetop-area{
  position: fixed;
  bottom:50px;
  right:5%;
  z-index: 500;
}
#toyocho .pagetop{
  width:88px;
  height: 54px;
  -webkit-transition: .4s ease-in-out;
     transition: .4s ease-in-out;
}
#toyocho .pagetop:hover{
  opacity: 0.5;
}
#toyocho  .pagetop img{
  width:88px;
  height: 54px;
}
#toyocho footer.toyocho{
  background: #000;
  text-align: center;
  width: 100%;
  height: 220px;
}
/*footer*/
#toyocho footer.toyocho .sns-btn{
  width:333px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  height: 45px;
  margin-bottom: 75px;
}
#toyocho footer.toyocho .sns-btn div{
  margin: 0 20px;
}
#toyocho footer.toyocho .sns-btn a:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#toyocho footer.toyocho .line{
  width:45px;
  height: 43px;
}
#toyocho footer.toyocho .facebook{
  width:44px;
  height: 44px;
}
#toyocho footer.toyocho .insta img{
  width:44px;
  height: 44px;
}
#toyocho footer.toyocho .twitter{
  width:54px;
  height: 44px;
}
#toyocho footer.toyocho .sns-btn a img{
  -webkit-transition: .3s ease-in-out;
     transition: .3s ease-in-out;
}
#toyocho footer.toyocho .sns-btn a:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#toyocho footer.toyocho small{
  color:#fff;
  font-size:1.8rem;
  line-height: 3.0rem;
  height: 4rem;
  background: #000;
}
@media screen and (min-width: 2000px) {
#toyocho .mainview {
  padding: 0 0 650px 0;
}
}
@media screen and (max-width: 1300px) {
#toyocho .intro-box{
  overflow-x: hidden;
}
#toyocho .intro-box .catch-bg{
   right: 0;
   width:50%;
   top:300px;
   height: auto;
}
}
@media screen and (max-width: 1000px) {
  #toyocho .mainview-logo h1{
    margin: -200px auto 0 auto;
    padding: 150px 0 60px 0;
    width:180px;
    height: 310px;
  }
  #toyocho .news{
    padding: 40px 0 10px 0;
    margin:  120px 50px;
  }
  #toyocho .catch{
    margin:0 50px 120px 50px;
    letter-spacing: 0.2rem;
  }
#toyocho .photo{
  margin: 120px 50px;
}
  #toyocho .photo .photo-2area{
    display: flex;
    justify-content: space-between;
    width:calc(100% * 2 / 3 - 12px);
    margin: 0 auto 60px auto;
  }
  #toyocho .photo .photo-3area{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  #toyocho .photo .photobox{
    width:calc(100%/3 - 24px);
    -webkit-transition: .4s ease-in-out;
       transition: .4s ease-in-out;
       overflow: hidden;
       position: relative;
       height: calc(75vw/3 - 24px);
  }
  #toyocho .toMenu .toMenu-btn{
    width:80%;
  }
}
@media screen and (max-width: 896px) {
  #toyocho .mainview{
    padding: 0 0 500px 0;
  }
  #toyocho .mainview .mainview-illust{
    top:-30px;
    background-size:600px auto;
    background-position: center;
    height: 200px;
    overflow:hidden;
  }
    #toyocho .mainview-logo h1{
      margin: -200px auto 0 auto;
      padding: 200px 0 150px 0;
      width:180px;
      height: 150px;
    }
  #toyocho .catch{
    background: url(../../images/toyocho/catch-bg.png)no-repeat;
    background-position: bottom center;
    background-size: 100%,auto;
    margin-bottom: 120px;
    padding-bottom: 50vw;
  }
  #toyocho .intro-box{
    overflow-x: hidden;
  }
  #toyocho .intro-box .catch-bg{
     display: none;
  }
  #toyocho .owner{
    padding: 0 50px;
    text-align: center;
  }
  #toyocho .owner .owner-area{
    display: block;
  }
  #toyocho .owner .owner-area .owner-text{
    margin: 30px 0;
  }
  #toyocho .owner .owner-area .owner-name{
    position: inherit;
    margin-top: 30px;
  }

#toyocho .photo{
  margin: 120px 3px;
}
  #toyocho .photo .photobox{
    width:calc(100%/2 - 6px);
    margin: 0 6px;
       overflow: hidden;
       position: relative;
       height: auto;
  }
    #toyocho .photo .photobox img{
      width:100%;
    }
  #toyocho .photo .photobox span{
    opacity: 1;
    padding: 5px;
  }
  #toyocho .photo .photobox:hover span{
    opacity: 1;

  }
  .slide-arrow img{
    width:30px;
    height: 30px;
  }
  #toyocho .photo .slide-arrow.prev-arrow{
    position: absolute;
    z-index: 13;
    top:45%;
    left:0;
  }
  #toyocho .photo .slide-arrow.next-arrow{
    position: absolute;
    z-index: 13;
    top:45%;
    right: 0;
  }
  #toyocho .photo .photobox:hover{
    transform: none;
  }
  #toyocho .photo .photobox:hover span{
  transform: none;
  }

  #toyocho .access h2{
    text-align: center;
  }
  #toyocho .access h2 img{
    width:80%;
  }
  #toyocho .access .address-area{
    display: block;
    text-align: center;
  }
  #toyocho .access .address-area .address{
    margin-bottom: 60px;
  }
    #toyocho .access .address-area .address a{
      color:#fff;
    }
  #toyocho .contact-btn{
    display: block;
  }
  #toyocho .contact-btn .tel-btn,
  #toyocho .contact-btn .ougitel-btn,
  #toyocho .contact-btn .book-btn{
    width:80%;
    height: 67px;
    padding-top: 25px;
    padding-left: 1.7rem;
    box-sizing: border-box;
    margin: 30px auto;
    color:#fff;
  }
    #toyocho .contact-btn .tel-btn:link,
    #toyocho .contact-btn .tel-btn:active,
    #toyocho .contact-btn .tel-btn:visited,
    #toyocho .contact-btn .ougitel-btn:link,
    #toyocho .contact-btn .ougitel-btn:active,
    #toyocho .contact-btn .ougitel-btn:visited{
      color:#fff;
    }
  #toyocho .contact-btn .book-btn{
    display: block;
  }
  #toyocho .contact-btn .book-btn:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #fff;
    transform-origin: left bottom;
    transform: scale(1, 0);
    transition: transform .5s;
  }
  #toyocho .contact-btn .tel-btn:before,
    #toyocho .contact-btn .ougitel-btn:before{
       left:0;
       right: 0
  }
  #toyocho .contact-btn .tel-btn svg,
  #toyocho .contact-btn .ougitel-btn svg{
    height: 3.4rem;
    width:auto;
    position: absolute;
    left: 23%;
    top:18px;
    -webkit-transition: .7s ease-in-out;
       transition: .7s ease-in-out;
  }
  #toyocho .contact-btn .tel-btn:hover svg,
    #toyocho .contact-btn .ougitel-btn:hover svg{
    left: 15%;
  }
  #toyocho .contact-btn .book-btn svg{
    width: 3.4rem;
    height:auto;
    position: absolute;
    left: 29%;
    top:15px;
  }


  #toyocho .map{
    box-sizing: border-box;
  }
  #toyocho .map img{
    width:calc(100vw - 100px);
    height: auto;
    margin: 0 50px;
  }
  #toyocho .streetView{
    width:100%;
  }
  #toyocho .streetView h2 img{
    width:80%;
  }
  #toyocho .streetView .streetView-g iframe{
    width:100vw;
  }
  #toyocho .pagetop-area{
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .toyocho-top-fixed{
  width:75px;
  }
  .toyocho-top-fixed a{
    font-size: 1.1rem;
  }
  .toyocho-top-fixed.fixed-delivery{
    margin-top:25px;
  }
  .toyocho-top-fixed.fixed-kameidoclock{
    margin-top: 50px;
  }
  .toyocho-top-fixed.fixed-kameidoclock a{
    font-size: 1.0rem;
  }
  #toyocho .mainview{
    padding: 0 0 200px 0;
  }
  #toyocho .mainview .mainview-illust{
    top:-35px;
    background-size:500px auto;
    background-position: center;
    height: 200px;
    overflow:hidden;
  }
    #toyocho .mainview-logo h1{
      margin: -150px auto 0 auto;
      padding: 120px 0 200px 0;
      width:180px;
      height: 150px;
    }


  #toyocho .news{
    margin:  60px 50px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
  }
  #toyocho .news h2{
    font-size:1.8rem;
    line-height: 4.6rem;
    margin-bottom: 15px;
  }
  #toyocho .news .news-list{
    line-height: 2.1rem;
    font-size: 1.4rem;
  }
  #toyocho .news .news-list .news-link{
    display: block;
    margin-bottom: 3.5rem;
  }
  #toyocho .news .news-list .news-link data{
    width:100%;
    display: block;
    margin-bottom: 5px;
  }
  #toyocho .catch{
    font-size:1.8rem;
    line-height: 3.2rem;
  }
  #toyocho .catch span{
    font-size:2rem;
  }  #toyocho
   .owner .owner-area img{
     width:80%;
     margin: 0 auto;
   }
  #toyocho .owner .owner-area .owner-text{
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
  #toyocho .owner .owner-area .owner-name{
    font-size: 1.5rem;
  }
  #toyocho .owner .owner-area .owner-name span{
    font-size: 1.2rem;
  }
  #toyocho .photo{
    margin: 60px 3px;
  }
  #toyocho .photo .photobox{
    width:100%;
    margin: 0;
    height: calc(100vw + 3rem);
  }
    #toyocho .photo .photobox span{
      position: inherit;
      background: none;
      width:100vw;
      text-align:center;
      padding: 0.5rem 0 0 0;
      margin: 0 auto;
      display: block;
      font-size: 1.4rem;
    }
    #toyocho .photo .slide-arrow.prev-arrow{
      top:35vw;
    }
    #toyocho .photo .slide-arrow.next-arrow{
      top:35vw;
    }
  #toyocho .toMenu{
    height: 400px;
    background: url(../../images/toyocho/toMenu-bg.jpg)no-repeat;
    background-size: cover;
    background-position: center;
  }
#toyocho .toMenu .toMenu-btn{
  height: 40px;
  font-size:1.9rem;
}

#toyocho .toMenu .toMenu-btn a{
  height: 40px;
    padding-top:10px;
  padding-left: 3.8rem;
}
#toyocho .toMenu .toMenu-btn svg{
  width:2rem;
  left:15%;
  top:10px;
}
#toyocho .access h2{
  font-size:1.8rem;
  line-height: 1.5rem;
  padding-bottom: 15px;
  margin-bottom:40px;
}

#toyocho .access .address-area .address{
  font-size:1.2rem;
  line-height: 2.0rem;
}

  #toyocho .address-area img{
    width:100%;
  }
  #toyocho .contact-btn .tel-btn,
  #toyocho .contact-btn .ougitel-btn,
  #toyocho .contact-btn .book-btn{
    width:100%;
  }
#toyocho .contact-btn .tel-btn svg,
#toyocho .contact-btn .ougitel-btn svg{
  left:15%;
}
#toyocho .contact-btn .tel-btn:hover svg,
#toyocho .contact-btn .ougitel-btn:hover svg{
  left:1%;
}
#toyocho .contact-btn .tel-btn:before,
#toyocho .contact-btn .ougitel-btn:before{
      padding-left: 1.5rem;
}
#toyocho .streetView .streetView-g iframe{
  height: 200px;
}
  #toyocho .toOugi a img,
  #toyocho .toKameidoclock a img{
    width:80%;
  }

  #toyocho .toyocho-SP-bottom{
    display: block;
    position: fixed;
    bottom:0;
    width:100%;
    height: 50px;
    background: #fff;
    z-index: 400;
    box-sizing: border-box;
    display: flex;
  }
  #toyocho .toyocho-SP-bottom a{
      color:#000;
      font-weight: bold;
      border:1px solid #000;
      box-sizing: border-box;
      display: block;
      text-align: center;
    }
    #toyocho .toyocho-SP-bottom a.bottom-item {
      font-size: 1.2rem;
      line-height: 1.5rem;
      border-bottom: none;
      border-top: 1px solid #000;
      color: #000;
    }
    #toyocho .toyocho-SP-bottom .bottomToMenu{
      width:45%;
      font-size: 1.8rem;
      line-height: 2rem;
      padding-top: 5px;
    }
    #toyocho .toyocho-SP-bottom .bottomToMenu span{
      font-size: 1.5rem;
    }
    #toyocho .toyocho-SP-bottom .bottomTel{
      width:30%;
      position: relative;
      font-size: 1.8rem;
      padding-top: 15px;
      padding-left: 2rem;
    }
    /**/
    #toyocho .toyocho-SP-bottom .bottomTel.bottom-dropdown{
      padding-top: 0;
      padding-left: 0;
    }
    #toyocho .toyocho-SP-bottom .bottomTel svg{
      position: absolute;
      width:2rem;
      left:3px;
      top:0;
      bottom:0;
      margin: auto;
    }
    #toyocho .toyocho-SP-bottom .bottomBook{
      width:25%;
      position: relative;
      font-size: 1.8rem;
      padding-left: 2rem;
      padding-top: 15px;
    }
    #toyocho .toyocho-SP-bottom .bottomBook svg{
      position: absolute;
      height: 2rem;
      left:3px;
      top:0;
      bottom:0;
      margin: auto;
    }
    #toyocho .contact-btn .book-btn svg{
      left:25%;
    }
   #toyocho .toyocho-SP-bottom .st0{fill:#000;}

    #toyocho .pagetop-area{
      bottom:55px;
    }
    #toyocho .pagetop{
      width:66px;
      height: 41px;
    }
    #toyocho  .pagetop img{
      width:66px;
      height: 41px;
    }
  #toyocho footer.toyocho{
    padding-bottom: 74px;
  }
  #toyocho footer.toyocho .sns-btn{
    width:280px;
}
#toyocho footer.toyocho small{
  color:#fff;
  font-size:1.0rem;
  line-height: 2.0rem;
}
}
