/**
 * Template: snow-monkey
 * Theme Name: tsubasa-kai
 */

/* =================================================== */
/* reset-css
/* =================================================== */
section#main-visual::after {
  content: "";
  background: #031f8a;
  position: static !important;
  /*height: 2em;
  width: 100%;
  bottom: 0px;
  display: block;*/
  height: auto !important;
  bottom: auto !important;
}

.home .c-entry__content > * {
  max-width: 100% !important;
  width: 100%;
}
.home .c-container.c-container {
  max-width: 100% !important;
  width: 100%;
}
[data-has-sidebar="false"] .c-entry__content {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* =================================================== */
/* header
/* =================================================== */

ul.menu-member-menu.c-dropdown__menu {
  
}
.p-global-nav .c-navbar__item > a {
  font-size: 16px !important;
}
.login-btn span {
  display: block;
  background: #1e3d9a !important;
  color: #ffffff !important;
}
#menu-member-menu-1 {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
#menu-member-menu-1::after {
  content: '';
  width: 100%;
}
#menu-member-menu-1 li:nth-child(n+5) {
  order: 1;
}
#menu-member-menu-1 li:nth-child(n+5) a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
#menu-member-menu-1 li:nth-child(-n+4) a {
  font-size: 14px !important;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}
#menu-member-menu-1 li:last-child {
  vertical-align: bottom;
}
#menu-member-menu-1 li:nth-last-child(2) a::after {
  content: normal;
}

#menu-member-menu-2 li a {
  font-size: 14px !important;
}
#menu-member-menu-2 li:nth-last-child(2) a::after {
  content: normal;
}
#menu-member-menu-2 li:nth-child(4) a::after {
  content: "／";
  position: absolute;
  display: inline-block;
  right: 0;
  font-size: 1rem;
}

/* =================================================== */
/* home
/* =================================================== */
/* main-visual =========== */
section.main-visual .topVisual-block {
  height: 300px;
  background-image: url("images/mainvisual.jpg");
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #021236;
}
section.main-visual .topVisual-block img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
  section.main-visual .topVisual-block {
    background-image: url("images/mainvisual_sp.jpg");
    height: 200px;
  }
}


/* about-block =========== */
section.about-block {
  position: relative;
  display: block;
  margin-top: 80px !important;
  height: 550px;
}
section.about-block .container-box {
  position: absolute;
  top: 70px;
  left: 40%;
  width: 55%;
  min-height: 440px;
  background: #ffffff;
  padding: 50px 40px 60px;
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
  z-index: 5;
}
section.about-block .container-box .ttl-box {
  margin-bottom: 15px;
}
section.about-block .container-box .ttl-box h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  color: #366db2;
}
section.about-block .container-box .ttl-box .eng-txt {
  font-size: 1rem;
  color: #666666;
}
section.about-block .container-box .txt-box {
  color: #333333;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.0;
}
section.about-block .container-box .button-set {
  width: 300px;
  margin-top: 60px;
}
section.about-block .container-box .button-set a {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #366db2;
  border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
  text-decoration: none;
}
section.about-block .container-box .button-set a:hover,
section.about-block .container-box .button-set a:active  {
  text-decoration: none;
  background-color: #5c90d0;
}
section.about-block .vision-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 45%;
  /*width : -webkit-calc(100% - 40px) ;
  width : calc(100% - 40px);*/
  height: 440px;
  background-image: url("images/img_home_about.jpg");
	background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 1;
}
section.about-block .vision-box .txt-box {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 72px;
  text-align: center;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
  section.about-block {
    position: static;
    margin-top: 40px !important;
    height: auto;
    padding: 0 20px;
  }
  section.about-block .container-box {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    min-height: auto;
    padding: 20px 20px 20px;
    box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.1);
  }
  section.about-block .container-box .ttl-box h2 {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  section.about-block .container-box .ttl-box .eng-txt {
    font-size: 0.7rem;
  }
  section.about-block .container-box .txt-box {
    font-size: 1.0rem;
    line-height: 1.8;
  }
  section.about-block .container-box .button-set {
    width: 100%;
    margin-top: 20px;
  }
  section.about-block .vision-box {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 30px;
    background-position: right -70px center;
  } 
}


/* whatnew =========== */
#whatnew {
  margin-top: 60px;
}
#whatnew .smb-section__header {
  text-align: center;
  margin-bottom: 30px;
}
#whatnew .smb-section__subtitle {
  font-size: 2.6rem !important;
  font-weight: bold !important;
  line-height: 1;
  margin-bottom: 10px !important;
  color: #366db2 !important;
}
#whatnew .smb-section__title::after {
  content: none !important;
}
#whatnew .smb-section__title {
  font-size: 1.2rem !important;
  color: #666666 !important;
  text-align: center !important;
  font-weight: 400;
}
#whatnew .smb-section__body {
  max-width: 1600px !important;
  margin-right: auto;
  margin-left: auto;
}
.c-entries--text .c-entry-summary__title {
  font-size: 16px;
  font-size: 1.1rem;
}
#whatnew .c-entries--text .c-entries__item {
  border-bottom: 1px solid #eff3f9 !important;
}
#whatnew .c-entries--text .c-entries__item:first-child {
  border-top: 1px solid #eff3f9 !important;
}
#whatnew .c-entries--text .c-entries__item > a {
  background: #ffffff !important;
  margin-top: 0px !important;
  border: none;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-radius: 0 !important;
}
#whatnew .c-entries--text .c-entry-summary__meta .c-meta__item::after {
	content: "／";
	display: inline-block;
	margin-right: 5px;
	margin-top: -4px;
	vertical-align: middle;
}
#whatnew span.member-post.public {
  font-size: 0.8rem;
  line-height: 1;
  min-width: 8em;
  width: 110px;
  display: inline-block;
  margin-right: 1em;
  padding: 1px auto !important;
}
#whatnew span.member-post:not(.public) {
  font-size: 0.8rem;
  line-height: 1;
  margin-right: 1em;
  min-width: 8em;
  width: 110px;
  background: #366db2 !important;
  color: white;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  padding-left: 1em !important;
  padding-right: 1em !important;
  border-radius: 25px;
  margin-top: 5px !important;
  margin-bottom: 0px !important;
  text-align: center;
  height: 100%;
}
#whatnew .smb-btn {
  
}
#whatnew a.smb-btn {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  width: 300px;
  height: 40px;
  padding: 0 !important;
  line-height: 40px;
  background-color: #366db2;
  border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
  text-decoration: none;
}
#whatnew a.smb-btn a:hover,
#whatnew a.smb-btn a:active  {
  text-decoration: none;
  background-color: #5c90d0;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
  #whatnew .smb-section__subtitle {
    font-size: 2.0rem !important;
    margin-bottom: 8px !important;
  }
  #whatnew .smb-section__title {
    font-size: 0.7rem !important;
  }
  #whatnew .smb-section__body {
    max-width: 1400px !important;
    margin-right: auto;
    margin-left: auto;
  }
  span.member-post:not(.public) {
    position: absolute;
    top: 7px;
    left: 9em;
    padding: 0 !important;
    font-size: 0.8em;
    height: auto !important;
  }
  #whatnew span.member-post.public {
    margin-left: 1em;
    margin-top: -2px !important;
    height: 13px;
    display: none;
  }
  #whatnew span.member-post:not(.public) {
    margin-left: 1em;
    margin-top: -2px !important;
  }
  #whatnew .c-entries--text .c-entries__item > a {
    padding-left: 0;
    padding-right: 1em;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
  }
}

/* Gallery =========== */
#gallary {
  margin-top: 0 !important;
  /*padding-top: 0 !important;*/
}
#gallary .smb-section__header {
  text-align: center;
  margin-bottom: 30px;
}
#gallary .smb-section__subtitle {
  font-size: 2.6rem !important;
  font-weight: bold !important;
  line-height: 1;
  margin-bottom: 10px !important;
  color: #366db2 !important;
}
#gallary .smb-section__title::after {
  content: none !important;
}
#gallary .smb-section__title {
  font-size: 1.2rem !important;
  color: #666666 !important;
  text-align: center !important;
  font-weight: 400;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
  #gallary .smb-section__subtitle {
    font-size: 2.0rem !important;
    margin-bottom: 8px !important;
  }
  #gallary .smb-section__title {
    font-size: 0.7rem !important;
  }
}



