@charset "UTF-8";
/* リセットCSS
---------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

img {
  border: 0;
  vertical-align: bottom;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -------common css------- */

@font-face {
  font-family: 's-thin';
  src: url('../../../../assets/location_asset/ikebukuro/font/SourceHanSans-ExtraLight.otf') format('opentype');
  font-weight: 200;
}

@font-face {
  font-family: 's-light';
  src: url('../../../../assets/location_asset/ikebukuro/font/SourceHanSans-Light.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 's-reg';
  src: url('../../../../assets/location_asset/ikebukuro/font/SourceHanSans-Regular.otf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 's-normal';
  src: url('../../../../assets/location_asset/ikebukuro/font/SourceHanSans-Normal.otf') format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: 's-medium';
  src: url('../../../../assets/location_asset/ikebukuro/font/SourceHanSans-Medium.otf') format('opentype');
  font-weight: 600;
}

@font-face {
  font-family: 's-bold';
  src: url('../../../../assets/location_asset/ikebukuro/font/SourceHanSans-Bold.otf') format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: 's-hvy';
  src: url('../../../../assets/location_asset/ikebukuro/font/SourceHanSans-Heavy.otf') format('opentype');
  font-weight: 900;
}

html {
  font-size: 75%;
}

body {
  /*フォントの指定*/
  font-family: 's-reg', 'Noto Sans JP', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', sans-serif;
  font-style: normal;
  font-weight: 400;
  /*行間の指定*/
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  /*サイトのデフォルトとなる文字の色を指定*/
  color: #2d2d2d;
  font-size: 16px;
  /* position: relative; */
  overflow-x: hidden;
}

/*見出し*/

h1, h2 {
  font-size: 42px;
}

h3 {
  font-size: 26px;
}

h4, h5, h6 {
  font-size: 20px;
}

@media screen and (max-width:1280px) {
  body {
    letter-spacing: 1px;
  }
}

@media screen and (max-width:768px) {
  body {
    font-size: 14px;
  }
  h1, h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 18px;
  }
  h4, h5, h6 {
    font-size: 17px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #2d2d2d;
  text-decoration: none;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

/* -------all css------- */

.content-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 4%;
}

.m-container {
  max-width: 1080px;
  margin: auto;
  padding: 0 4%;
}

.s-container {
  max-width: 960px;
  margin: auto;
  padding: 0 4%;
}

main section {
  padding-top: 100px;
}

@media screen and (max-width:769px) {
  main section {
    padding-top: 50px;
  }
}

/* font css */

/* Source Han Sans */

.s-sj {
  font-family: 's-reg', sans-serif;
  font-style: normal;
}

.s-thin {
  font-family: 's-thin', sans-serif;
  font-weight: 200;
}

.s-light {
  font-family: 's-light', sans-serif;
  font-weight: 300;
}

.s-reg {
  font-family: 's-reg', sans-serif;
  font-weight: 400;
}

.s-normal {
  font-family: 's-nomal', sans-serif;
  font-weight: 500;
}

.s-medium {
  font-family: 's-medium', sans-serif;
  font-weight: 600;
}

.s-bold {
  font-family: 's-bold', sans-serif;
  font-weight: 700;
}

.s-hvy {
  font-family: 's-hvy', sans-serif;
  font-weight: 900;
}

/* poppins */

.p-pi {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
}

.p-reg {
  font-weight: 400;
}

.p-medium {
  font-weight: 500;
}

.p-bold {
  font-weight: 700;
}

.p-black {
  font-weight: 900;
}

.f-ital {
  font-style: italic;
}

.fit {
  -o-object-fit: cover;
  object-fit: cover;
}

/* IE用 */

.ie_fit {
  font-family: 'object-fit: cover;';
}

.ie_position_top {
  font-family: 'object-fit: cover; object-position: top;';
}

.spbr {
  display: none;
}

@media screen and (max-width:768px) {
  .spbr {
    display: block;
  }
  .pcbr {
    display: none;
  }
}

/* header css */

header {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.header-inner {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.header-nav {
  width: 820px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  z-index: 1;
}

.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-nav ul li {
  text-align: center;
  padding: 0 10px;
}

.header-nav ul li:last-of-type {
  width: 24%;
  padding: 0;
}

.header-nav ul li:last-of-type a {
  padding: 40px 0;
  background: -webkit-gradient(linear, left top, right top, from(#da241d), to(#a41b15));
  background: -o-linear-gradient(left, #da241d, #a41b15);
  background: linear-gradient(90deg, #da241d, #a41b15);
  display: block;
  width: 100%;
  color: #fff;
}

@media screen and (max-width:470px) {
  .header-logo img {
    width: 85%;
  }
}

.header-nav ul li a {
  color: #2D2D2D;
}

/* ドロワーメニュートリガー */

.drawer-nav {
  position: absolute;
  top: 50%;
  right: 0;
  width: 64px;
  height: 64px;
  text-align: center;
  z-index: 1000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  display: none;
  /* background: rgba(0, 0, 0, 0.8); */
}

.menu-trigger {
  display: block;
  margin: 0 auto;
}

.menu-trigger, .menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 100%;
  height: 100%;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 40%;
  height: 3px;
  background-color: #000;
  border-radius: 20px;
}

.menu-trigger span:nth-of-type(1) {
  top: 20px;
  left: 20px;
}

.menu-trigger span:nth-of-type(2) {
  top: 30px;
  left: 20px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 20px;
  left: 20px;
}

.menu-trigger.active span:nth-of-type(1) {
  -ms-transform: translateY(6px) rotate(-45deg);
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  top: 24px;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -ms-transform: translateY(-7px) rotate(45deg);
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
  bottom: 24px;
}

/* ドロワーメニュー */

.drawer-nav-menu {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 0 5%;
  z-index: 100;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  display: none;
}

.drawer-nav-menu.open {
  right: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.gmenu-dw {
  text-align: center;
  padding: 100px 0;
}

.gmenu-dw ul.gmenu-items-dw {
  text-align: left;
  display: inline-block;
}

.gmenu-dw ul.gmenu-items-dw a {
  color: #2D2D2D;
  font-size: 18px;
}

.gmenu-items-dw li {
  margin: 20px;
}

@media screen and (max-width:1280px) {
  header .header-nav {
    display: none;
  }
  .drawer-nav {
    display: block;
  }
  .drawer-nav-menu {
    display: block;
  }
  body.cover:before {
    display: block;
  }
}

/* breadcrumb */

.breadcrumb {
  padding-top: 120px;
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb ul li {
  color: #fff;
  margin-right: 50px;
  position: relative;
}

.breadcrumb ul li:last-child {
  margin-right: 0;
  font-size: 13px;
}

.breadcrumb ul li a {
  color: #fff;
  font-size: 13px;
}

.breadcrumb ul li::before {
  content: "/";
  font-size: 13px;
  position: absolute;
  right: -27px;
  top: 49%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  color: #fff;
}

.breadcrumb ul li:last-child::before {
  content: none;
}

@media screen and (max-width:660px) {
  .breadcrumb ul li {
    margin-right: 30px;
    font-size: 12px;
    letter-spacing: normal;
  }
  .breadcrumb ul li::before {
    right: -18px;
  }
}

@media screen and (max-width:470px) {
  .breadcrumb {
    padding-top: 30%;
  }
  .breadcrumb ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .breadcrumb ul li:last-child::before {
    content: "/";
  }
  .breadcrumb ul li:first-child::before {
    content: none;
  }
  .breadcrumb ul li::before {
    font-size: 14px;
    right: auto;
    left: -18px;
  }
  .breadcrumb ul li {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .breadcrumb ul li:last-child {
    margin-left: 30px;
  }
}

/* footer */

footer {
  /* background: #030303; */
  background:#aaaaaa;
  text-align: center;
  padding: 80px 0;
  /* margin-top: 100px; */
}

.f-logo {
  margin-bottom: 40px;
}

.sns {
  margin-bottom: 40px;
}

.sns a img {
  margin: 0 15px;
  vertical-align: middle;
}

@media screen and (max-width:768px) {
  footer {
    padding: 60px 0;
    /* margin-top: 60px; */
  }
}
 /* MV共通 */
 /* MV */
.mv-inner {
  position: relative;
  height: 100%;
}

.mv-h_1 {
  position: absolute;
  left: 0;
  top: 30%;
}
.mv-title{
  display:flex;
  align-items: center;
  padding-left:70px;
  margin-top:-60px;
}
.mv-title h1{
  color:#fff;
  font-size:20px;
  margin-left:30px;
}
.mv-title h1 span{
  display:inline-block;
  padding:5px 15px;
  margin-left:10px;
  border:1px solid #fff;
}
.mvbr{
  display:none;
 }
@media screen and (max-width:767px){
  .mv-title{
    padding-left:7%;
    margin-top:-8%;
  }
  .mv-title img{
    width:12vw;
  }
  .mv-title h1{
    color:#fff;
    font-size:2.6vw;
    margin-left:5%;
  }
  .mv-title h1 span{
    padding:1vw 2vw;
    margin-left:1vw;
    margin-top:2vw;
  }
  .mvbr{
    display:block;
  }
}
@media screen and (max-width:660px) {
  /* .mv-h_1 img {
    width: 90%;
  } */
  .mv-h_1 > img {
    width: 90%;
  }
  .mv-h_2 p {
    text-align: right;
  }
}

@media screen and (max-width:470px) {
  .mv-top {
    height: 480px;
  }
}

@media screen and (max-width:420px) {
  .mv-h_1 {
    top: 40%;
  }
  .mv-h_1 > img {
    width: 100%;
  }
}
 .mv-h_2{
  position: absolute;
  right: 1%;
  bottom: 0px;
}
.mv-h_2 .mv-text{
  background: linear-gradient(90deg, #da241d, #a41b15);
  padding: 15px 25px;
  margin-left: 20px;
  color: #fff;
  vertical-align: middle;
  transform: skewX(-12deg);
}
.mv-h_2 .mv-text h2{
  font-size:20px;
  letter-spacing:1.5px;
}
.mv-h_2 .mv-text h2 span{
  font-size:28px;
}
@media screen and (max-width:540px){
  .mv-h_2{
  position: absolute;
  right: 2%;
  bottom: 0px;
  }
  .mv-h_2 .mv-text{
  padding: 7px 20px;
  }
  .mv-h_2 .mv-text h2{
  font-size:15px;
  letter-spacing:1.5px;
  }
.mv-h_2 .mv-text h2 span{
  font-size:18px;
  }
}

/* コンタクト追従バナー ８/29修正 */
.follow-btn{
  position:fixed;
  right:0;
  bottom:0px;
  z-index:9999;
  /* opacity: .9; */
  max-width: 400px;
  width: 50%;
}
.follow-btn a {
  display: block;
}

.follow-btn img{
  display: block;
  position: relative;
}
.btn_num{
  position: absolute;
  bottom:2%;
  left: 17%;
}

.btn_num span{
  font-size: 38px;
  color:#dc241d;
  font-weight: 800;
  font-family: 's-hvy', sans-serif;
  font-style: italic;

}

@media screen and (max-width:480px){
  .follow-btn{
    position:fixed;
    right:0;
    bottom:0px;
    width: 100%;
}
.btn_num {
  position: absolute;
  bottom: 1%;
  left: 17%;
}
}

input{
  font-size:16px !important;
}

/* スタッフページ　English-tab */
.en_tab{
  margin-bottom: 20px;
  border-radius: 5px;
}
.en_tab span{
  padding: 0px 5px 2px 5px;
  background-color: #da241d;
  color: #fff;
}

/* 店舗ページTOP＿ブログ一覧CSS */
/* ブログ */
.blog{
  padding-top: 0;
  padding-bottom:100px;
}
.blog-content ul{

}
.blog-content ul li{
  padding: 20px 0;
  border-bottom: #666666 1px solid;
}
.blog-content ul li:first-child{
  border-top: #666666 1px solid;
}
.blog-content ul li .date{
  width: 15%;
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
/* SEO対策追加 */
.blog-content h3{
  font-size: 1.3rem;
  display: inline;
}
.blog_btn{
  max-width: 300px;
  margin: 50px auto;
  border: #0f141e 1px solid;

}
.blog_btn a{
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
  cursor: pointer;
  display: block;
}
.blog_btn a span{
  color: #da241d;
}
@media screen and (max-width:768px) {
  .blog-content ul li .date{
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
}
}
/* キャンペーンバナーの追加 */
.bnr_flex {
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.campaign a{
  display: block;
  width: 48%;
}
.campaign a img{
  display:block;
  margin:auto;
  width: 100%;
}
.campaign a img:hover,.campaign__bnr a img:hover{
transform: scale(1.1);
transition-duration: 0.5s;}

.campaign__bnr{
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.campaign__bnr a img{
  display:block;
  margin:auto;
  width: 100%;
}

@media screen and (max-width:480px) {
  .campaign a{
    display: block;
    width: 100%;
  }
  .campaign .bnr-item{
    margin-bottom: 20px;
  }
  .campaign a img{
    margin-bottom: 15px;
  }
}

/* 店長メッセージセクションCSS  */
.mes-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
.mes-item{
  width: 30%;
}
.mes-desc{
  width: 65%;
}
.mes-desc h3{
  border-bottom: #000 1px solid;
  padding-bottom: 5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px){
  .mes-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .mes-item{
    width: 80%;
    margin: auto;
    margin-bottom: 30px;

  }
  .mes-desc{
    width: 100%;
  }
  .mes-desc h3{
    margin-bottom: 20px;
  }
}



/* 限定コンテンツ追加 */
.limited_bnr{
  background-color: #000;
  padding-bottom: 50px;
}
.limited_bnr img{
  width: 100%;
}
.limited_textbox{
  padding: 40px 50px;
}
.limited_textbox p{
  color: #fff;
}
.limited_textbox span{
  /* font-weight: 800; */
}
.limited_btn{
  max-width: 350px;
  width: 80%;
  margin: auto;
  background: -webkit-gradient(linear, left top, right top, from(#da241d), to(#a41b15));
  background: -o-linear-gradient(left, #da241d, #a41b15);
  background: linear-gradient(90deg, #da241d, #a41b15);
  /* -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg); */
  color: #fff;
  vertical-align: middle;
}
.limited_btn a{
  display: block;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  font-weight: bold;

}
@media screen and (max-width: 767px){
.limited_textbox{
    padding: 40px 25px;
}
}

/* パーソナル集中コース */
.d-course-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* margin-top: 80px; */
  flex-wrap: wrap;
}
.d-ttl{
  margin-top: 60px;
}
.d-course-img {
  width: 46%;
}

.d-course-text {
  width: 48%;
}
.d-course-text .d-course-ttl{
  font-size: 20px;
}
.d-course-text .d-text {
  margin-bottom: 50px;
}

.d-course-price h5{
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  margin-bottom: 10px;
}
.d-course-price .d-detail{
  /* padding: 5px 0; */
}
.d-course-price .d-detail span{
  display: inline;
  line-height: 2.2;
}
.d-course-price .d-detail .d-course-cost{
  font-size:26px;
}
.d-course-price .d-detail .red-cost{
  padding: 2px 10px 2px;
  background-color: #dc241d;
  font-weight: bold;
  font-size: 20px;
  margin-left: 16px;
}
.d-course-price .subt{
  margin-top: 20px;
}

@media screen and (max-width:1024px) {
  .d-course-price .d-detail .d-course-cost{
    display: block;
  }
}
@media screen and (max-width:767px) {
  .d-course-img {
    width: 100%;
  }
  .d-course-text {
    width: 100%;
  }
  .d-course-text .d-text {
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .d-course-price .subt{
    margin-top: 0px;
  }
  .d-course-price .d-detail span {
    line-height: 2;
  }
}
/* コンタクト追従バナー */
.follow-btn2{
  position:fixed;
  right:0;
  bottom:0px;
  z-index:9999;
  /* opacity: .9; */
  max-width: 400px;
  width: 50%;
}
.banner_wrap .banner_img{
  display: block;
  position: relative;
}
.btn_wrap{
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  bottom:7px;
  left: auto;
  padding: 0 3%;
  box-sizing: border-box;

}
.btn_wrap a{
  display: block;
  width: 49%;
}

@media screen and (max-width:480px) {
  .follow-btn2{
    position:fixed;
    right:0;
    bottom:0px;
    width: 100%;
}
}
/* ----------- */
/* コンタクト追従バナー 縦幅縮小バージョン*/
.follow-btn3{
  position:fixed;
  right:0;
  bottom:0px;
  z-index:9999;
  /* opacity: .9; */
  max-width: 400px;
  width: 50%;
}
.follow-btn3 .banner_wrap .banner_img{
  display: block;
  position: relative;
}
.follow-btn3 .btn_wrap{
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  bottom:5px;
  left: auto;
  padding: 0 5%;
  box-sizing: border-box;

}
.follow-btn3 .btn_wrap a{
  display: block;
  width: 49%;
}

@media screen and (max-width:480px) {
  .follow-btn3 {
    position:fixed;
    right:0;
    bottom:0px;
    width: 100%;
}
}

/* 感染対策セクション /* prevention */
.pre-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pre-list {
  width: 46%;
}

.pre-icon {
  width: 54%;
}

.pre-list ul li {
  margin-bottom: 18px;
}

.pre-list ul li:last-child {
  margin-bottom: 0;
}

.pre-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pre-icon ul li {
  width: calc(20% - 12px);
  padding: 25px 5px;
  border: 1px solid #ccc;
  margin: 0 -1px -1px 0;
}

.icon-img {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 15px;
}

.pre-icon ul li span {
  display: block;
  font-size: 14px;
  text-align: center;
}
/* 0329修正 */
@media screen and (max-width:450px) {
  .pre-icon ul li span {
    display: block;
    font-size: 13px;
  }
}

@media screen and (max-width:1280px) {
  .pre-icon {
    width: 48%;
  }
  .pre-icon ul li {
    width: 112px;
  }
}

@media screen and (max-width:768px) {
  .pre-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pre-list {
    width: 100%;
    margin-bottom: 40px;
  }
  .pre-list ul li {
    margin-bottom: 10px;
  }
  .pre-icon {
    width: 100%;
  }
  .pre-icon ul li {
    width: calc(20% - 12px);
  }
}

@media screen and (max-width:660px) {
  .pre-icon ul li {
    width: calc(25% - 12px);
  }
}

@media screen and (max-width:540px) {
  .pre-icon ul li {
    width: calc(33% - 12px);
  }
}

/* 0329修正 */
/* @media screen and (max-width:420px) {
  .pre-icon ul li {
    width: calc(50% - 12px);
  }
} */

/* point （権威セクション_4/12追加）*/

.p-content {
  background: #f6f6f6;
  margin-bottom: 40px;
  width: 23%;
  padding: 40px 15px 0;
  box-sizing:border-box;
  position: relative;
}
.p-wrapper{
  display: flex;
  flex-wrap:wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items:stretch;
}

.p-head {
  text-align: center;
  margin-bottom: 60px;
}

.p-name{
  position: absolute;
  top:0;
  left:0;
  padding:5px 20px;
  font-size:10px;
}

.p-head h3 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.p-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.p-item:last-child {
  margin-bottom: 0;
}

.p-item img {
  width: 30%;
}

.p-item.point-3 img, .p-item.point-4 img {
  width: 45%;
}

.p-desc {
  width: 100%;
 }

.point-3 .p-desc, .point-4 .p-desc {
  width: 47%;
}

.p-tit {
  margin-bottom: 30px;
  padding: 15px 35px;
  width: calc(100% - 70px);
}

.p-desc p {
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding: 20px 0px 0px;
  text-align:left;
}
.p-head{
  margin-bottom:30px;
}

.p-head h3{
  font-size:20px;
  text-align:left;
  margin-left:0;
  padding-top:20px;
}
.p-red{
  transform: skewX(0deg) !important;
  padding: 7px 15px !important;
}

.p-desc p:last-child {
  margin-bottom: 0;
}

.point-3 .p-desc p, .point-4 .p-desc p {
  padding: 0;
}

.p-2_img {
  text-align: center;
  padding: 0 35px;
  margin-top: 40px;
}

.p-2_img img {
  width: 100%;
}

.pobr {
  display: none;
}

@media screen and (max-width:880px) {
  .p-head h3 {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
}

.flex_pc{
  display:block;
}
.flex_pc .p-name{
  font-size: 15px;
}
.flex_sp{
  display:none;
}

.p-content {
  width: 32%;
}
.p-wrapper2{
  max-width: 70%;
  margin:0 auto;
}
.p-wrapper2 .p-content {
  width: 48%;
}

@media screen and (max-width:768px) {
  .flex_pc{
  display:none;
}
.flex_sp{
  display:block;
}
.flex_sp .p-content {
  width: 48%;
}
}
@media screen and (max-width:768px) {
  /* .p-content{
    width: 48%;
  } */
  .p-head {
    margin-bottom: 40px;
  }
}

@media screen and (max-width:767px) {
  .p-content {
    padding: 40px 25px;
  }
  .p-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-item img {
    width: 60%;
    height: 60%;
    margin-top: 20px;
  }
  .p-item.point-3 img, .p-item.point-4 img {
    width: 60%;
    height: 60%;
    margin-top: 30px;
  }
  .p-desc {
    width: 100%;
  }
  .point-3 .p-desc, .point-4 .p-desc {
    width: 100%;
  }
  .p-2_img {
    text-align: center;
    padding: 0 35px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .p-2_img img {
    width: 100%;
  }
}

@media screen and (max-width:530px) {
  .pobr {
    display: block;
  }
  .popc {
    display: none;
  }
  .point04_img{
    display: none;
  }
}


@media screen and (max-width:420px) {
  .p-content{
    width: 48.5%;
    padding: 40px 15px 0;
  }
  .p-content img{
    width: 100%;
    margin:auto;
  }
  .p-head h3{
    font-size:14px;
    padding-top:0px;
  }
  .p-2_img {
    padding: 0;
  }
  .p-tit {
    margin-bottom: 30px;
    padding: 15px;
    width: calc(100% - 30px);
  }
  .p-desc p {
    padding-top: 10px;
    font-size:13px;
  }
  .p-item img {
    width: 100%;
  }
  .p-item.point-3 img, .p-item.point-4 img {
    width: 100%;
  }
}

/* 特徴 */
/* feature */

.feature-bg {
  position: relative;
  background: #030303;
  padding: 100px 0;
  z-index: -1;
}

.feature-bg::before {
  content: "";
  /* background: url(../../../../assets/location_asset/ginza/images/top/fea-bg.jpg) no-repeat center center/cover; */
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.fea-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fea-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fea-item img {
  width: 47%;
}

.fea-item .fea-desc {
  width: 47%;
}

.fea-item .fea-desc h3 {
  color: #fff;
  margin-bottom: 20px;
}

.fea-item .fea-desc p {
  color: #fff;
  margin-bottom: 18px;
}

@media screen and (max-width:768px) {
  .feature-bg {
    padding: 50px 0;
  }
}

@media screen and (max-width:660px) {
  .fea-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fea-item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fea-item {
    margin-bottom: 40px;
  }
  .fea-item:last-child {
    margin-bottom: 0;
  }
  .fea-item img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }
  .fea-item .fea-desc {
    width: 100%;
  }
}
/* comment */

.comment {
  color: #fff;
  letter-spacing: normal;
}

.comment-bg {
  /* background: url(../../../../assets/location_asset/aoyama/images/top/comment-bg.jpg) no-repeat center center/cover; */
  width: 100%;
  height: auto;
  padding: 100px 0;
  background-color: #030303;
}

.ceo-prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.ceo-prof img {
  width: 47%;
}

.ceo-txt {
  width: 47%;
}

.ceo-txt h3,.ceo-qual h3{
  font-size: 16px;
}

.ceo-prof .f-12 {
  font-size: 12px;
}

.ceo-prof th, .ceo-prof td {
  padding-bottom: 15px;
}

.ceo-prof tr:last-child th, .ceo-prof tr:last-child td {
  padding-bottom: 0;
}

.ceo-prof th {
  width: 30%;
  text-align: left;
}

.ceo-prof td {
  width: 70%;
}

.ceo-prof td p {
  margin-bottom: 15px;
}

.ceo-prof tr:last-child td p:last-child {
  margin-bottom: 0;
}

.ceo-qual {
  padding-bottom: 60px;
  border-bottom: 1px solid #666666;
  margin-bottom: 60px;
}

.ceo-qual th {
  width: 11%;
  text-align: left;
}

.ceo-qual td {
  width: 89%;
}

.ceo-qual td p {
  margin-bottom: 15px;
}

.ceo-qual tr:last-child td p:last-child {
  margin-bottom: 0;
  line-height: 1.8;
}

.ceo-desc p {
  line-height: 1.8;
  margin-bottom: 20px;
}

.ceo-desc p:last-child {
  margin-bottom: 40px;
}

.ceo-name p span:first-child {
  display: inline-block;
  margin-right: 20px;
}
.ceo_yamaguchi{
  display: block;
  font-size: 25px;
}

.comebr {
  display: none;
}

@media screen and (max-width:1025px) {
  .comebr {
    display: block;
  }
}

@media screen and (max-width:768px) {
  .comment-bg {
    padding: 50px 0;
  }
}

@media screen and (max-width:767px) {
  .ceo-prof {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .ceo-prof img {
    margin-bottom: 40px;
    height: 47%;
  }
  .ceo-txt {
    width: 100%;
  }
  .ceo-qual {
    padding-bottom: 40px;
    border-bottom: 1px solid #666666;
    margin-bottom: 40px;
  }
}

@media screen and (max-width:520px) {
  .ceo-prof img {
    width: 60% !important;
  }
}

@media screen and (max-width:4880px) {
  .ceo-name img {
    margin-top: 15px;
  }
}

@media screen and (max-width:420px) {
  .comebr {
    display: none;
  }
  .ceo-prof {
    margin-bottom: 20px;
  }
  .ceo-prof th {
    font-size: 16px;
  }
  .ceo-prof th, .ceo-prof td {
    display: block;
    width: 100%;
  }
  .ceo-prof tr:last-child th, .ceo-prof tr:last-child td {
    padding-bottom: 15px;
  }
  .ceo-qual th {
    display: block;
    width: 100%;
    font-size: 16px;
    padding-bottom: 15px;
  }
  .ceo-qual td {
    display: block;
    width: 100%;
  }
  .ceo-qual td p {
    margin-bottom: 15px;
  }
  .ceo-qual tr:last-child td p:last-child {
    margin-bottom: 0;
  }
}


/* 保有資格 */
/* License */
.license .sec-h-txt {
  margin-bottom: 70px;
}

.l-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-item {
  width: 50%;
  text-align: center;
  position: relative;
  background: #f6f6f6;
  padding: 60px 15px 40px;
  border: 1px solid #ccc;
  margin: 0 -1px -1px 0;
}

.l-i-tit.blk-band {
  padding: 15px 90px 15px 70px;
  font-size: 20px;
  width: 60%;
}

.l-item p {
  margin-bottom: 20px;
}

.l-item p span {
  font-size: 12px;
}

.tit-box {
  position: absolute;
  top: -30px;
  left: 45%;
  transform: translatex(-50%);
}

@media screen and (max-width:860px) {
  .l-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-item {
    width: 80%;
    margin-bottom: 60px;
  }
  .l-item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width:768px) {
  .l-i-tit.blk-band {
    padding: 15px 70px 15px 50px;
    font-size: 18px;
    width: 116px;
  }
  .tit-box {
    left: 50%;
  }
}

@media screen and (max-width:580px) {
  .l-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* おすすめセクション */
/* recommend */

.recommend {
  padding-top: 0;
}

.recommend-bg {
  background: url(../../../../assets/location_asset/ginza/images/top/recommend-bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: auto;
  padding: 100px 0;
}

.rec-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.rec-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.rec-item img {
  width: 47%;
}

.rec-desc {
  width: 47%;
  color: #fff;
}

.rec-desc .rec-name.red-band-lic {
  margin-bottom: 20px;
  padding: 15px 50px;
}

.rec-desc h3 {
  margin-bottom: 20px;
}

.rec-desc p {
  margin-bottom: 18px;
}

.rec-desc p:last-child {
  margin-bottom: 18px;
}

@media screen and (max-width:768px) {
  .recommend-bg {
    padding: 50px 0;
  }
}

@media screen and (max-width:520px) {
  .rec-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 65px;
  }
  .rec-item:last-child {
    margin-bottom: 0;
  }
  .rec-item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .rec-item img {
    width: 80%;
    height: 80%;
  }
  .rec-desc {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width:380px) {
  .rec-item img {
    width: 100%;
  }
}

/* アクセス　背景 */
.access-bg {
  /* background: url(../../../../assets/location_asset/azabu/images/top/access-bg.jpg) no-repeat center center/cover; */
  background-color: #030303;
  width: 100%;
  height: auto;
  padding: 100px 0;
  position: relative;
  z-index: 0;
}

.access-bg::before {
  content: "";
  background: url(../../../../assets/location_asset/aoyama/images/top/access-red-bg.png) no-repeat left center/cover;
  width: 65%;
  height: 660px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.a-price{
  font-size:13px;
}


/* 料金セクション */
/* price */

.price {
  padding-top: 0;
}

.price-bg {
  background: url(../../../../assets/location_asset/ginza/images/top/price-bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: auto;
  padding: 100px 0;
}

.price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

.price-table {
  width: 46%;
}


.zero {
  width: 46%;
}

.price-table table {
  width: 100%;
}
.price-table table h3{
  font-size: 16px;
}
@media screen and (max-width:420px) {
  .price-table table h3{
    font-size: 14px;
  }
}


.price-table table th {
  width: 45%;
  letter-spacing: normal;
  text-align: left;
  padding: 15px 20px;
  color: #fff;
  border: 1px solid #666;
  background: #0f141e;
}

.price-table table td {
  width: 55%;
  letter-spacing: normal;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #666;
}

.price-table table tr:nth-child(odd) {
  background: #454545;
}

.price-table table tr:nth-child(even) {
  background: #555;
}

.zero img {
  margin-bottom: 20px;
}

.zero p {
  margin-bottom: 30px;
  color: #fff;
}

/* .zero a {
  color: #fff;
}

.zero a span {
  color: #ce2722;
  display: inline-block;
  margin-right: 15px;
} */

.pri-reason {
  margin-bottom: 60px !important;
}

.pri-item {
  margin-bottom: 40px;
}

.pri-item .two-band {
  margin-bottom: 20px;
}

.pri-item .red-band-flat {
  padding: 15px 50px;
  width: calc(22% - 100px);
  font-size: 20px;
  text-align: center;
}

.pri-item .blk-band {
  width: calc(78% - 30px);
  font-size: 20px;
}

.pri-item p.s-wht {
  margin-bottom: 20px;
}

@media screen and (max-width:1140px) {
  .pri-item .red-band-flat {
    padding: 15px 50px;
    width: 140px;
    font-size: 20px;
    text-align: center;
  }
  .pri-item .blk-band {
    width: calc(100% - 30px);
    display: block;
  }
}

@media screen and (max-width:768px) {
  .price-bg {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width:420px) {
  .pri-item .blk-band {
    width: calc(90% - 15px);
    display: block;
  }
}
@media screen and (max-width:767px) {
  .price-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .price-table {
    width: 100%;
    margin-bottom: 20px;
  }
  .zero {
    width: 100%;
    text-align: center;
  }
  .zero p {
    text-align: left;
  }
  .zero a {
    display: block;
    text-align: left;
  }
  .pri-reason {
    margin-bottom: 40px !important;
  }
  .pri-item .red-band-flat {
    font-size: 18px;
    padding: 15px 20px;
  }
  .pri-item .blk-band {
    font-size: 16px;
  }
}

/* menu */

.menu-item {
  border-top: 1px solid #666;
}

.menu-item:last-child {
  border-bottom: 1px solid #666;
}

.acd-check {
  display: none !important;
}

.acd-label {
  color: #2d2d2d;
  display: block;
  padding: 25px 0;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}

.acd-label:after {
  content: '＋';
  font-size: 20px;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s;
  z-index: 1;
  width: 20px;
  height: 20px;
}

.acd-label:before {
  content: '';
  background: #030303;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.acd-label p {
  display: inline-block;
  width: 90%;
  vertical-align: middle;
  margin-left: 3%;
}

.acd-label h3 {
  display: inline-block;
  width: 90%;
  vertical-align: middle;
  margin-left: 3%;
  font-size: 18px;
}

.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  visibility: hidden;
}

.acd-content .acd-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.acd-content .acd-desc img {
  width: 30%;
}

.acd-content .acd-desc .acd-txt {
  width: 65%;
}

.acd-content .acd-desc p {
  margin: 0;
  margin-top: 0px;
  margin-bottom: 15px;
}

.acd-check:checked+.acd-label:after {
  transition: .3s;
  transform: translateY(-50%) rotate(225deg);
  /* right: 3.2%;
  top: 49.9%; */
}

.acd-check:checked+.acd-label+.acd-content {
  height: auto;
  opacity: 1;
  padding: 15px 0 25px;
  visibility: visible;
}

.menubr {
  display: none;
}

@media screen and (max-width:768px) {
  .acd-label:after {
    right: 32px;
  }
  .acd-check:checked+.acd-label:after {
    right: 33px;
  }
}

@media screen and (max-width:767px) {
  .acd-label {
    padding: 15px 5% 15px 3%;
    font-size: 16px;
  }
  .acd-label p {
    width: 80%;
    vertical-align: middle;
    margin-left: 0;
  }
}

@media screen and (max-width:480px) {
  .acd-label p {
    width: 75%;
  }
  .acd-content .acd-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .acd-content .acd-desc img {
    width: 80%;
    margin-bottom: 15px;
  }
  .acd-content .acd-desc .acd-txt {
    width: 100%;
  }
  .acd-label:after {
    right: 24px;
  }
  .acd-label:before {
    right: 18px;
  }
  .acd-check:checked+.acd-label:after {
    right: 23px;
  }
  .menubr {
    display: block;
  }
}


/* お客様の声 */
.voice {
  color: #fff;
}

.voice-bg {
  /* background: url(../../../../assets/location_asset/ginza/images/top/voice-bg.jpg) no-repeat center center/cover; */
  background-color: #030303;
  width: 100%;
  height: auto;
  padding: 100px 0;
}

.voice-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.voice-content img {
  width: 46%;
}

.voice-desc {
  width: 46%;
}

.vo-name {
  margin-bottom: 30px;
}

.vo-name h3 {
  display: inline-block;
  margin-right: 20px;
}

.vo-name h3 span {
  font-size: 16px;
}

.vo-tit {
  margin-bottom: 30px;
  width: calc(100% - 45px);
}

.vo-txt {
  margin-bottom: 30px;
  max-width: 100%;
  width: 95%;
}

.voice-mess {
  margin-bottom: 60px;
}

.voice-mess p {
  letter-spacing: normal;
  line-height: 1.6;
  width: 95%;
}

.tr-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  margin-bottom: 60px;
}

.tr-comment img {
  width: 20%;
  height: 200px;
  object-position: top;
}

.tr-come {
  margin-bottom: 20px;
  padding: 15px 50px;
}

.tr-v-desc {
  width: 75%;
}

.tr-v-desc p {
  letter-spacing: normal;
  line-height: 1.6;
  width: 95%;
}

@media screen and (max-width:768px) {
  .voice-bg {
    padding: 50px 0 10px;
  }
  .tr-comment {
    padding: 40px 0;
  }
}

@media screen and (max-width:600px) {
  .voice-content {
    /* 20220402 */
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; */
    flex-direction: column;
    margin-bottom: 60px;
  }
  .voice-content img {
    width: 60%;
    height: 60%;
  }
  .voice-desc {
    width: 100%;
  }
  .tr-comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tr-comment img {
    width: 180px;
    margin-bottom: 30px;
  }
  .tr-v-desc {
    width: 100%;
  }
}

@media screen and (max-width:420px) {
  .voice-content img {
    width: 100%;
  }
  .tr-come {
    padding: 15px 30px;
  }
  .vo-age {
    display: block;
  }
}

/* flow */

.flow {
  color: #fff;
  padding-top: 0;
}

.flow-bg {
  background: url(../../../../assets/location_asset/ginza/images/top/flow-bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: auto;
  padding: 100px 0;
}

.flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.flow-step {
  width: 70%;
}

.flow-item img {
  width: 27%;
}

.flow-item .two-band {
  margin-bottom: 40px;
}

.flow-item .red-band-flat {
  padding: 15px 40px;
  width: calc(25% - 80px);
  font-size: 20px;
  text-align: center;
}

.flow-item .blk-band {
  padding: 15px 40px;
  width: calc(75% - 80px);
  font-size: 20px;
}

.contact-a {
  margin-top: 20px;
  cursor: pointer;
  display: block;
}

.contact-a span {
  color: #da241d;
}

.banner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner-area a {
  width: 48%;
}

.banner-area img {
  width: 100%;
}

.f-img_sp {
  display: none;
}

@media screen and (max-width:1025px) {
  .flow-item .red-band-flat {
    padding: 15px 40px;
    width: 90px;
    font-size: 20px;
    text-align: center;
  }
  .flow-item .blk-band {
    display: block;
    width: calc(100% - 80px);
  }
  .flow-item img {
    width: 260px;
  }
}

@media screen and (max-width:768px) {
  .flow-bg {
    padding: 50px 0;
  }
  .flow-item .red-band-flat {
    font-size: 18px;
  }
  .flow-item .blk-band {
    font-size: 16px;
  }
}

@media screen and (max-width:580px) {
  .f-img_sp {
    display: inline-block;
  }
  .f-img_pc {
    display: none;
  }
  .flow-item .two-band {
    margin-bottom: 20px;
  }
  .flow-step {
    width: 100%;
  }
  .flow-item img {
    width: auto;
  }
  .sp-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sp-col img {
    width: 38%;
  }
  .sp-col p {
    width: 60%;
  }
  .sp-col-txt {
    width: 60%;
  }
  .sp-col p.w-100 {
    width: 100% !important;
  }
  .banner-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .banner-area a {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* FAQ */
.faq{
  margin-bottom: 100px;
}
@media screen and (max-width:768px) {
  .faq{
    margin-bottom: 60px;
  }
}
.faq-item {
  margin-bottom: 20px;
}

.faq-item h3{
  font-size: 20px;
}
@media screen and (max-width:768px) {
  .faq-item h3{
    font-size: 17px;
  }
}


.faq-q {
  padding: 15px 40px;
  width: calc(100% - 95px);
}

.faq-a {
  padding: 20px 40px;
}

@media screen and (max-width:520px) {
  .faq-q {
    padding: 15px 20px;
    width: calc(100% - 55px);
  }
  .faq-a {
    padding: 20px 0;
  }
}

/* 0412追加 viremore 対応 */
.m-box {
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  .m-box {
    margin-bottom: 30px;
  }
}
.more-wh-btn {
  text-align: center;
}
.more-wh-btn span{
  display: inline-block;
  padding: 15px 60px;
  border: 2px solid #fff;
  color: #fff;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
  cursor: pointer;
}
.more-bk-btn{
  text-align: center;
}
.more-bk-btn span{
  border: 2px solid #000;
  color: #000;
  display: inline-block;
  padding: 15px 60px;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
  cursor: pointer;
}
.more-bk-btn span:hover{
  border: 2px solid #fff;
  background: #000;
  color: #fff;
}
/* アコーディオン部分 */
.ac-band{
  /* display: block;
  padding: 25px 0; */
  position: relative;
  /* font-size: 18px; */
  cursor: pointer;
}
.ac-band:after {
content: '＋';
font-size: 20px;
line-height: 1;
color: #fff;
position: absolute;
right: 33px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
transition: .3s;
z-index: 1;
width: 20px;
height: 20px;
}
@media screen and (max-width:1140px) {
.ac-band:after {
  content: '＋';
  font-size: 20px;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: 23px;
  top:auto;
  bottom:10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s;
  z-index: 1;
  width: 20px;
  height: 20px;
  }
}
@media screen and (max-width:650px) {
  .ac-band .blk-band{
      width: calc(100% - 50px);
      display: block;
      padding: 15px 35px 15px 15px;
  }
  .ac-band:after {
    right: 15px;
    top: 73%;
    }
}
.ac_inner{
  display: none;
}
.sp-btn520{
  display:none;
}
.sp-btn600{
  display:none;
}
.sp-btn660{
  display:none;
}
.pc520{
  display:block;
}
.pc600{
  display:block;
}
.pc660{
  display:block;
}
.sp520{
  display:none;
}
.sp600{
  display:none;
}
.sp660{
  display:none;
}
@media screen and (max-width:520px){
  .sp-btn520{
    display:block;
  }
  .pc520{
    display:none;
  }
  .sp520{
    display:block;
  }
  .recommend img.sp520{
   margin:0 auto 20px;
  }

}
@media screen and (max-width:600px){
  .sp-btn600{
    display:block;
  }
  .pc600{
    display:none;
  }
  .sp600{
    display:block;
  }
  .voice .sp-btn600{
    margin-bottom:60px;
  }
}
@media screen and (max-width:660px){
  .sp-btn660{
    display:block;
  }
  .pc660{
    display:none;
  }
  .sp660{
    display:block;
  }
}

.feature{
  position:relative;
  z-index:1;
}
.feature-bg {
  position: relative;
  background: #030303;
  padding: 100px 0;
  z-index: 2;
}

.feature-bg::before {
  z-index: 2;
}
.feature .content-container{
  position:relative;
  z-index:3;
}
.voicer_img{
  margin-bottom:30px;
}
/* follow_area 追加 */
.s-red {
  color: #e7181a;
}
.follow-area-bg{
  background: url("../../../../assets/location_asset/common/images/black_bg@2x.jpg") no-repeat center center/cover;
  padding: 120px 0;
}
.follow-area .sec-h-fstt{
  font-size:36px;
}
.follow-area .sec-h{
  font-size:48px;
}
.follow-area-desc{
  margin:60px 0;
  text-align:center;
}
.follow-area-desc p{
  display:inline-block;
  font-size:20px;
  padding:15px 40px;
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
}
.follow-area-desc p span{
  font-size:30px;
}
.f-foot-text{
  text-align:center;
  line-height:1.6;
}
@media screen and (max-width:768px){
  .follow-area-bg{
    padding: 50px 0;
  }
  .follow-area .sec-h-fstt{
    font-size:18px;
  }
  .follow-area .sec-h{
    font-size:24px;
  }
  .follow-area-desc{
    margin:35px 0;
  }
  .follow-area-desc p{
    font-size:16px;
    padding:12px 20px;
  }
  .follow-area-desc p span{
    font-size:21px;
  }
  /* .f-foot-text{
    text-align:center;
    line-height:1.6;
  } */
}

/* キャンペーン情報スライド設置 */
@media screen and (min-width:768px){
  .news_content{
    display:flex;
    justify-content: space-between;
  }
  .news_content div:nth-child(1){
    margin-right:20px;
  }
}
.news .slick-slide{
 margin-left:10px;
 margin-right:10px;
}
.news_content .slick-slide img{
  width:100%;
}
.news .slick-dots{
  bottom:-35px;
}
.news .slick-dots li.slick-active button:before{
  font-size:22px;
}
.news .slick-dots li button:before{
  font-size:22px;
}
@media screen and (max-width:767px) {
  .news .s-container{
    max-width:100%;
    width:100%;
    padding:0;
  }
}
