@charset "UTF-8";

/*
Theme Name: BokuranoVancouver
*/
html {
  touch-action: manipulation;
}

/* ----------------------------------HEADER---------------------------------- */
body {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  /* padding-top: 57px; */
}

img {
  width: 100%;
}
.pc{
  display: block !important;
}
.sp {
  display: none !important;
}

.header {
 /*background: red;*/
  width: 100%;
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.header_child_wrapper{
  display: flex;
  width:100%;
  margin:0 auto;
  /*background:blue;*/
  padding:15px;
}
.header_logo{
    margin-left: 40px;
    margin-bottom: 0px;
    /*background: pink;*/
    width:40%;
}
.header_logo:hover {
    text-decoration: none;
}
.headerTitle{
 /* background: cyan;*/
 margin-bottom: 0px;
}
.headerTitle a{
  font-size:14px;
  color:#000000;
}
.headerText{
  color: #3eb8ce;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 0px;

}
.headerText p {
  font-size: 13px;
  margin: 0;
  margin-top: 12px;
  color: #666;
}
.headerText img{
  width: 30px;
}
.header_nav{
  /*background:blueviolet;*/
  width:60%;
  margin-right: 40px;
}

/* --- shohe extend --- */
header {
  height: 80px;
}
.header nav {
  background: #FFF !important;
  border-bottom: 1px solid rgb(235, 235, 235);
  padding: 17px;
}
#nav-logo {
  width: 36px;
  margin: 0 16px;
  color: #3eb8ce;
  font-weight: bolder;
}
#arrow-down {
  color: rgb(118, 118, 118) !important;
  display: inline-block !important;
  font-size: 9px !important;
  width: 36px;
  height: 36px;
  position: absolute;
}
#arrow-down i {
  position: relative;
  top: 38px;
  right: 17.5px;
}
.header .navbar-nav {
  font-size: 14px;
  margin-right: 24px;
  line-height: 32px;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("images/logo-student@2x.png")!important;
  height: 36px;
  width: 36px;
}
.navbar-light .navbar-toggler {
  outline: none;
  border: none;
  margin: 0 auto;
}
.rotate-down { transform: rotate(0); transition: transform .5s; }
.rotate-up { transform: rotate(180deg); }

/* --- /shohe extend --- */

.nav_list{
  list-style: none;
  display: flex;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-top: 12px;
  float: right;
}
.nav_list li{
  white-space: nowrap;
  /*background: cornflowerblue;*/
}
.nav_list li a{
  color:#000000;
  font-family: Helvetica;
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 14px;
}
.nav_list li a span{
  display: block;
  color:#A5A5A5;
}
.nav_list li img{
    width:40px;
}
.nav_list li:last-child{
    margin-left:16px;
}

/* signup */
button.sign-up,
button.sign-up:focus {
  color: rgba(0,0,0,.5);
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  border-radius: 24px;
  font-size: 14px;
  padding: 8px 18px;
  margin: 0 12px;
  margin-top: 3px;
  font-weight: 600;
}
button.sign-up:hover,
button.sign-up:active {
  box-shadow: 0 2px 7px rgba(0,0,0,0.15);
  background: #FFF !important;
  color: rgba(0,0,0,.5);
}
button.sign-in,
button.sign-in:hover,
button.sign-in:focus,
button.sign-in:active {
  padding: 4px 4px 4px 16px !important;
  color: rgba(0,0,0,.9);
}
button.sign-in span {
  position: relative;
  top: 1.2px;
  font-weight: 500;
}
button.sign-in img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: 7px;
}
#signUpModal .modal-content {
  border-radius: 10px !important;
}
#login-modal-header {
  text-align: center !important;
  padding: 24px;
  padding-bottom: 18px;
  display: block;
}
#login-modal-header h5 {
    font-size: 16px !important;
    line-height: 34px !important;
    color:rgb(34, 34, 34) !important;
    padding-left: 32px;
    font-weight: 600;
}
#login-modal-header button {
  outline: none;
}
.modal-body {
  padding: 1.5rem 3rem !important;
  padding-top: 48px !important;
}
.modal-body button {
  outline: none;
  margin-bottom: 16px;
}
#signUpModal .modal-footer {
  border-top: 0 !important;
}
div.login-form-wrap {
  border: 1px solid #ced4da;
  border-radius: 10px;
}
div.email-form-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: #FFF;
}
div.password-form-wrap {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
input.login-form {
  border: 0;
  height: 56px;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 12px !important;
  border-radius: 10px !important;
}
.login-button-base:focus,
input.login-form:focus {
  color: #495057;
  background-color: #fff;
  border-color: #495057 !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.1rem #495057 !important;
}
.sub-point {
  color: rgb(113, 113, 113) !important;
  font-size: 12px !important;
  margin-top: 8px;
}
#forget-password a,
#account-create a,
#registration-agree a {
  text-decoration: underline;
  color: rgb(68, 68, 68);
}
#account-create a {
  font-weight: bold;
  margin-left: 6px;
}
#account-create a:hover {
  cursor: pointer;
}
#registration-agree  {
  margin-top: 42px;
}
button#loading {
    position: absolute;
    padding: 13.5px 41px;
    box-shadow: none;
    background: #fff;
}
.login-button-base {
  border-radius: 10px !important;
  font-size: 14px !important;
  border-color: #aaa !important;
  border-width: 2px !important;
  color: #6d6d6d !important;
  font-weight: normal !important;
}
.login-button-base:hover {
  border-color: #495057 !important;
  outline: 0;
  background-color: #fff !important;
}
.login-button-with-email {
  font-weight: 600 !important;
  color: #17a2b8 !important;
  padding: 12px !important;
  border-width: 0 !important;
  margin-top: 12px;
  background: rgb(23,162,184);
  background: linear-gradient(45deg, rgba(23,162,184,1) 0%,rgb(98, 199, 178) 100%);
  color: #FFF !important;
}

#signin {
  display: none;
}

.separate-line {
  display:block; 
}
.separate-line h5 {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  text-align:center; 
  border-bottom:1px solid #e5e5e5; 
  position:relative; 
  line-height: 20px;
  margin-bottom: 24px;
}
.separate-line h5 span { 
  background-color: white; 
  position: relative; 
  top: 10px; 
  padding: 0 10px;
}
img.login-tool-image {
  width: 20px;
  float: left;
  position: relative;
}
i.login-tool-icon {
  font-size: 24px;
  display: block;
  float: left;
}

/* user menu */
#userMenu { 
  position: fixed; 
  z-index: 1031;
  right: 52px;
  top: 72px;
  display: none;
}
#userMenu ul {
    width: 240px;
    background: #FFF;
    border-radius: 12px;
    box-shadow: 0 1px 12px rgba(0,0,0,0.1);
    margin: 0;
    padding: 12px 0;
}
#userMenu ul li {
  list-style: none;
}
#userMenu ul li.border-line {
  background: #DDDDDD !important;
  height: 1px;
  margin: 8px 0;
}
#userMenu .beta {
  bottom: 1.5px;
  position: relative;
  padding-bottom: 3px;
}
#userMenu ul li:hover,
#userMenu ul li button:hover,
#userMenu ul li a:hover {
  background: #F7F7F8;
}
#userMenu ul li button,
#userMenu ul li a {
  border: none;
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  text-decoration: none;
  outline: none;
  background: #FFF;
}
#userMenu ul li a.bold-menu {
  font-weight: bold;
  color: #333;
}



.category{
  background: #F2F2F3;
  padding:15px;
  text-align: center;
  height: 56px;
}
.category_List{
  display: inline-block;
  padding: 0;
}
.category_List li{
  list-style: none;
  text-align: center;
  margin: 0 5px;
  float: left;
}
.category_List li a{
  color: #FFFFFF;
  padding: 7px 15px;
  border-radius: 30px;
  font-size: 14px;
  background: #3EB8CE;
  text-decoration: none;
}
.category_List li a:hover{
  background: #299eb4;
}

.secondSlider_List .slick-next:before {
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f105";
  background-size:contain;
  background: #0000009c;
  height: 113px;
  width: 50px;
  display: block;
  padding-top: 2.5em;
  position: relative;
  right: 10em;
  bottom: 2.3em;
  border-radius: 3px;
}
.secondSlider_List .slick-prev:before {
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f104";
  background-size: contain;
  background: #0000009c;
  height: 113px;
  display: block;
  width: 50px;
  padding-top: 2.5em;
  position: relative;
  left: 10em;
  bottom: 2.3em;
  border-radius: 3px;
}

ul.slick-dots li.slick-active button:before {
    color: #18A3F6;
}

#signin .invalid-feedback {
    margin-top: 0 !important;
    margin-bottom: 7px !important;
}
#login .is-invalid-border,
#signin .is-invalid-border {
    border-color: #dc3545 !important;
}
#user-create-loading .dot-elastic,
#user-create-loading .dot-elastic::after,
#user-create-loading .dot-elastic::before {
    margin: 0 auto;
    color: #FFF;
    background-color: #FFF;
}
#user-create-loading {
    margin-top: 0;
    display: none;
}

post-author, 
post-author-photo, 
post-author-name, 
post-keywords {
  display: none;
  color: transparent;
  opacity: 0;
}

@media screen and (min-width:1000px) and (max-width:1735px){
  .secondSlider_List .slick-next:before {
    height: 6em;
    bottom: 2.5em;
    padding-top: 2.5em;
    right:9.5em;
  }
  .secondSlider_List .slick-prev:before{
    height: 6em;
    bottom: 2.5em;
    padding-top: 2.5em;
    left:8em;
  }
}

@media screen and (min-width:769px) and (max-width:1040px){
  .secondSlider_List .slick-next:before {
    height: 4em;
    bottom: 1.5em;
    padding-top: 1.5em;
    right: 5.5em;
  }
  .secondSlider_List .slick-prev:before{
    height: 4em;
    bottom: 1.5em;
    padding-top: 1.5em;
    left: 4em;
  }
}

@media screen and (min-width: 769px) and (max-width:1390px){
  .headerText {
    font-size: 27px;
    white-space: nowrap;
  }
  .headerTitle a {
    font-size: 13px;
  }
  .header_nav {
    margin-left: 5%;
  }
}
@media screen and (max-width: 991px) {
  #user_menu_button,
  #login_button,
  #loading_button,
  #nav-logo {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .headerText p {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body {padding-top: 78px;}
 .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .header{
    position: fixed;
    top: 0px;
    z-index: 99;
    background: #ffffff;
    border-bottom: 1px solid #eaeaea;
}
  .header_child_wrapper {
    padding: 15px 0;
  }
  .header_child_wrapper .logo {
    width: 250px;
    padding: 5px 15px;
  }
  .header_logo{
    width:100%;
    text-align: center;
  }
  .headerText{
    font-size:0px;
  }
  .headerText span:nth-child(1){
    font-size:16px;
    position: relative;
    top: 5px;
  }
  .headerText img{
    margin-top: 4px;
    margin-left: -42px;
  }
  .headerText span:nth-child(3){
    font-size:16px;
    position: relative;
    top: 5px;
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0px;
    left: 0px;
    color: #000;
    text-align: center;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
  }

  nav.globalMenuSp ul {
    background: #000000c9;
    margin: 60px auto 0;
    padding: 0;
    width: 100%;
  }

  nav.globalMenuSp ul::-webkit-scrollbar {
    display: none;
  }

  nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
  }


  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #FFFFFF;
    padding: 10px 0;
  }

  nav.globalMenuSp ul li a:hover {
    text-decoration: none;
  }

  nav.globalMenuSp.active_nav {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    height: 100%;
  }
  nav.globalMenuSp ul .noLink {
    color: #868686;
    padding: 10px;
    border-top: 1px solid #4B4B4B;
    border-bottom: 1px solid #4B4B4B;
    margin: 2em 0 0.5em;
  }
  .navToggle {
    display: block;
    position: absolute;
    right: 5px;
    top: 12px;
    width: 42px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #707070;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  .navToggle span:nth-child(1) {
    top: 9px;
  }
  .navToggle span:nth-child(2) {
    top: 18px;
  }
  .navToggle span:nth-child(3) {
    top: 27px;
  }
  .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
  }
  .navToggle.active_nav span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navToggle.active_nav span:nth-child(2),
  .navToggle.active_nav span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navToggle.active_nav span:nth-child(2) {
    display: none;
  }
  .top{
    position: relative;
  }
  .top p{
    width: 50px;
    position: absolute;
    bottom: 70px;
    right: 10px;
  }
  .secondSlider_List .slick-next:before {
    display: none;
  }
  .secondSlider_List .slick-prev:before{
    display: none;
  }
  .slick-prev:before, .slick-next:before {
    display: none;
  }


}

@media screen and (max-width: 320px) {
}





/* ----------------------------------FOOTER---------------------------------- */
.pc{
    display: block;
}
.sp{
    display: none;
}
.footer .pageTop{
    margin-bottom:0px;
}
.footer .pageTop img{
    width: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
}
.footer .pageTop a{
    background: #D6E0E0;
    text-align: center;
    color: #000000;
    padding: 25px;
    display: inline-block;
    width:100%;
}
.footer_content{
    background: #E3EAEC;
    padding-bottom: 60px;
    padding-top:60px;
}
.footer_content ul li a{
    color:#666666;
}
.footer_content ul li a i{
    padding-right:5px;
}
.footer_content h4{
    font-size: 19px;
    font-weight: bold;
    border-bottom: 1px solid #BAC1C4;
    padding-bottom: 10px;
    color:#666666;
}
.footer_content ul {
    padding-left:0px;
}
.footer_content ul li{
    list-style: none;
}
.footer_content1{
    max-width: 300px;
}
.footer_content2{
    max-width: 300px;
}
.footer_content1 ul li:nth-child(odd){
    float: left;
}
.footer_content1 ul li:nth-child(even){
    text-align: right;
}
.footer_content2 ul li:nth-child(odd){
    float: left;
}
.footer_content2 ul li:nth-child(even){
    text-align: right;
}
.footer_content3{
    position: relative;
}
.footer_content3Child{
    position: absolute;
    right:0px;
    max-width:300px;
    padding:20px 15px 15px 15px;
    border:1px solid #000;
}
.footer_content3Child h4{
    font-size:18px;
    margin-bottom: 0px;
    border-bottom: none;
    text-align: center;
}
.footer_content3 p{
    font-size:23px;
    font-weight: bold;
    text-align: center;
    color:#636B72;
}
.footer_content3Child div{
    max-width: 110px;
    margin: 0 auto;
}
.footer_twiwtter{
    font-size: 20px;
    background: #626B74;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    color:#FFF;
}
.footer_facebook > i.fa-facebook-f,
.footer_twiwtter > i.fa-twitter{
    color:#FFF !important;
}
.footer_twiwtter:hover,.footer_facebook:hover{
    background: #000000;
    color:#fff;
    opacity: 5;
}
.footer_facebook{
    font-size: 20px;
    background: #626B74;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    margin-left: 15px;
    color:#FFF;
}
.footer_twiwtter > i.fa-twitter {
    position: relative;
    left: 14px;
    top: 8px;
}
.footer_facebook > i.fa-facebook-f {
    position: relative;
    left: 10.5px;
    top: 9px;
    font-size: 1.2em;
}
.footer_copyRight{
    background: #E3EAEC;
    margin-top: -5px;
    padding-top: 5%;
    padding-bottom: 30px;
}
.footer_copyrightText a{
    font-size:18px;
}
.footer_copyrightTex {
    padding-top:1%;
}
.footer_copyRight ul{
    display: flex;
    padding-top: 1%;
}
.footer_copyRight .footer_copyrightText{
    padding-top:1% !important;
}
.footer_copyRight a{
    color:#AFAFAF !important;
    font-size: 13px;
}
.footer_copyright_logo{
    max-width:400px;
}
.footer_copyRight ul li{
    list-style: none;
    padding-right: 10px;
}
.footer_copyRight ul li a{
    color:#afafaf;
    font-size: 12px;
}
#footer-sns a i.fa-twitter {
  color: #27A1F5 !important;
}
#footer-sns a i.fa-facebook-f {
  color: rgb(24, 119, 242) !important;
}

/* ----------------------------------FOOTER extend---------------------------------- */
footer {
  border-top: 1px solid #DDDDDD;
}
footer h5 {
  color: #222222;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0px;
}
footer ul.list-unstyled li {
  margin-bottom: 12px;
}
footer ul.list-unstyled li a {
  text-decoration: none;
  color: #222222;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300 !important;
}
footer ul.list-unstyled li a:hover {
  color: #555;
  text-decoration: underline;
}
#footer_links {
  margin: 44px auto;
}
#rights-reserved h6 {
  font-size: 14px;
  line-height: 18px;
  color: #222222;
  display: inline-block;
  font-weight: 400 !important;
}
#rights-reserved h6 a,
#footer-sns a {
  color: #222222;
  display: inline-block;
}
#rights-reserved h6 a:hover {
  color: #555;
  text-decoration: underline;
}
#footer-sns a:hover {
  color: #555;
}
#rights-reserved h6 span {
  margin: 0px 6px;
  font-size: 10px;
}
#footer-bottom {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  margin: 0 20px;
}


@media screen and (max-width: 786px) and (min-width:1125px) {
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }

}
@media screen and (max-width: 575px) {
  #footer_links {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 768px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .footer_snsbox{
        padding:30px;
    }
    .footer_snsbox h4{
        text-align: center;
        color: #a5a5a5;
        font-size: 12px;
        margin-bottom: 0px;
    }
    .footer_snsbox p{
        text-align: center;
        color: #333333;
        font-size: 21px;
        font-weight: bold;
    }
    .footer_snsbox div{
        width: 145px;
        margin: 0 auto;
    }
    .footer_twiwtter{
        height: 55px;
        width: 55px;
    }
    .footer_facebook{
        height: 55px;
        width: 55px;
        margin-left:30px;
    }
    .footer_twiwtter i.fa-twitter {
        position: relative;
        left: 17px;
        top: 13px;
    }
    .footer_facebook i.fa-facebook-f {
        position: relative;
        left: 16px;
        top: 14px;
    }
    .spCopyright_list{
        padding-left: 0px;
        display: flex;
        width: 70%;
        margin: 0 auto;
    }
    .spCopyright{
        background: #F0F0F1;
        padding-top: 30px;
    }
    .spCopyright_Logo{
        max-width: 250px;
        margin:0 auto;
    }
    .spCopyright_list{
        padding-top:30px;
        padding-bottom: 30px;
    }
    .spCopyright_list li{
        list-style:none;
        padding-left:5%;
    }
    .spCopyright_list li a{
        color: #AFAFAF;
        font-size:11px;
    }
    .spTop_page{
        background: #DDDDDD;
        width: 100%;
    }
    .spTopPage{
        text-align: center;
        padding:40px 0;
        margin-bottom: 0px;
    }
    /* .spTopPage::before{
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        content: "\f105";
        display: block;
        width: 100px;
        height: 15px;
        margin: 0 auto;
        position: relative;
        left: 45px;
    } */
    .spTop_page a {
        color:#afafaf;
        font-size:12px;
    }

/* ----------------------------------FOOTER extend---------------------------------- */
    footer ul.list-unstyled li {
      width: calc(100%/3);
      float: left;
    }
    #footer-bottom {
      border-top: 0;
    }

}

@media screen and (max-width: 480px) {
  #footer_links {
    display: none;
  }
}
