/* ssssssssssssssssss 
J.create
top.css
ssssssssssssssssss*/

/* Fastviwe
---------------------------------------------------------------------*/
.fastviwe{
  width: 100%;
  height: 94vh;
  display: flex; /* 要素をflexboxに対応させる */
  align-items: center; /* 縦方向の中央揃え */
  justify-content: center; /* 横方向の中央揃え */
  flex-direction: column; /* 子要素の並びを上から下にする */
}
.fastviweBG {
  background-image: url(../img/fastview01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.secondviweBG{
  background-image: url(../img/pic_tokyo1800.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 450px;
}

/* secondviwe
---------------------------------------------------------------------*/
.textBOXtate{
       margin-right: 1.3em;
       writing-mode: horizontal-tb;
       color: #322d2d;
       font-size: 80px;
       font-family: 'Sawarabi Mincho';
}

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }


/* secondviwe
---------------------------------------------------------------------*/
.card3 .card{
	border: none;
}
.jikan
{letter-spacing: 0.08em}

/* タブレット・PCで適応　------------------*/
@media screen and (min-width: 992px) and (max-width: 1199px) {

}

/* タブレットで適応　------------------*/
@media screen and (min-width: 768px) and (max-width: 991px) {

}
/* スマホのみ適応　--------------------------*/
@media only screen and (max-width: 767px) {

}