@charset "UTF-8";
/* ZenMaruGothic Light 300 */
@font-face {
  font-family: "ZenMaruGothic";
  src: url("/wp-content/themes/BRAINSLEEP_renew/fonts/ZenMaruGothic-Light300_subset.woff2") format("woff2"), url("/wp-content/themes/BRAINSLEEP_renew/fonts/ZenMaruGothic-Light300_subset.woff") format("woff");
  font-weight: 300; /* Light */
  font-style: normal;
  font-display: block;
}
/* ZenMaruGothic Regular 400 */
@font-face {
  font-family: "ZenMaruGothic";
  src: url("/wp-content/themes/BRAINSLEEP_renew/fonts/ZenMaruGothic-Regular400_subset.woff2") format("woff2"), url("/wp-content/themes/BRAINSLEEP_renew/fonts/ZenMaruGothic-Regular400_subset.woff") format("woff");
  font-weight: 400; /* Regular */
  font-style: normal;
  font-display: block;
}
/* ZenMaruGothic Medium 500 */
@font-face {
  font-family: "ZenMaruGothic";
  src: url("/wp-content/themes/BRAINSLEEP_renew/fonts/ZenMaruGothic-Medium500_subset.woff2") format("woff2"), url("/wp-content/themes/BRAINSLEEP_renew/fonts/ZenMaruGothic-Medium500_subset.woff") format("woff");
  font-weight: 500; /* Medium */
  font-style: normal;
  font-display: block;
}
/* ZenMaruGothic Bold 700 */
@font-face {
  font-family: "ZenMaruGothic";
  src: url("/wp-content/themes/BRAINSLEEP_renew/fonts/ZenMaruGothic-Bold700_subset.woff2") format("woff2"), url("/wp-content/themes/BRAINSLEEP_renew/fonts/ZenMaruGothic-Bold700_subset.woff") format("woff");
  font-weight: 700; /* Bold */
  font-style: normal;
  font-display: block;
}
/* ZenMaruGothic Black 900 */
@font-face {
  font-family: "ZenMaruGothic";
  src: url("/wp-content/themes/BRAINSLEEP_renew/fonts/ZenMaruGothic-Black900_subset.woff2") format("woff2"), url("/wp-content/themes/BRAINSLEEP_renew/fonts/ZenMaruGothic-Black900_subset.woff") format("woff");
  font-weight: 900; /* Black */
  font-style: normal;
  font-display: block;
}
/* --- */
/*引数
$vertical：横比率
$horizontal：縦比率
*/
/*引数
$col：PCカラム数
$margin_h：PC横マージンpx
$margin_v：PC縦マージンpx
$spcol：SPカラム数
$spmargin_h：SP横マージンpx
$spmargin_v：SP縦マージンpx
$pccontainer：PCデザインコンテンツ幅：初期値は_variables.scssで設定
$spcontainer：SPデザインコンテンツ幅：初期値は_variables.scssで設定
*/
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

/* --------------------------------------------------
  margin
-------------------------------------------------- */
.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

/* --------------------------------------------------
  padding
-------------------------------------------------- */
.pt0 {
  padding-top: 0;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb0 {
  padding-bottom: 0;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

/* --------------------------------------------------
  width
-------------------------------------------------- */
.w100 {
  width: stretch;
  width: -webkit-fill-available;
  width: -moz-available;
}

/* --------------------------------------------------
  flex
-------------------------------------------------- */
.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._w_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

._w_around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

._w_start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

._h_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

._h_stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

._h_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* --------------------------------------------------
  福岡医院
-------------------------------------------------- */
.fukuoka {
  color: #295282;
  font-size: 1.9rem;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .fukuoka {
    font-size: 2.5rem;
  }
}
.fukuoka header .nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 5rem 0 53rem;
}
.fukuoka .fa-lg {
  font-size: 0.75em;
}
.fukuoka .section {
  max-width: calc(1080px + 8rem);
  padding: 0 5rem;
  margin: 0 auto 10rem;
}
.fukuoka .section__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 780px) {
  .fukuoka .section__title {
    margin-bottom: 5rem;
  }
}
.fukuoka .mv__about {
  width: stretch;
  width: -webkit-fill-available;
  width: -moz-available;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 17.5rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 780px) {
  .fukuoka .mv__about {
    bottom: 9.8rem;
    padding: 0 5rem 0 7.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.fukuoka .mv__about h1 {
  font-size: 5.2rem;
}
.fukuoka .mv {
  margin: 0 auto 11rem;
}
@media screen and (max-width: 780px) {
  .fukuoka .mv {
    margin: 0 auto 4rem;
  }
}
.fukuoka .mv__list {
  right: 7rem;
  bottom: 1rem;
}
@media screen and (max-width: 780px) {
  .fukuoka .mv__list {
    bottom: 12rem;
    right: 5rem;
  }
}
.fukuoka .mv__list .mv__item a {
  line-height: 1.2;
  padding-top: 1.1rem;
}
@media screen and (max-width: 780px) {
  .fukuoka .mv__list .mv__item a {
    padding-top: 1.5rem;
  }
}
.fukuoka .mv__list .mv__itemIcon {
  height: 1rem;
  bottom: 1.4rem;
}
@media screen and (max-width: 780px) {
  .fukuoka .mv__list .mv__itemIcon {
    bottom: 1.5rem;
  }
}
.fukuoka .news .c-content02 {
  padding: 0;
}
.fukuoka .news .news__list {
  margin-top: 0;
}
.fukuoka .news ul {
  border-bottom: 1px solid #b4c2d3;
}
.fukuoka .about_main_img {
  position: relative;
  text-align: right;
  z-index: -1;
}
.fukuoka .about_main_img .txt {
  font-size: 3.4rem;
  position: absolute;
  top: 5rem;
  left: 3rem;
  text-align: left;
}
@media screen and (max-width: 780px) {
  .fukuoka .about_main_img .txt {
    font-size: 3.7rem;
    top: unset;
    bottom: -7rem;
    left: 0;
  }
}
.fukuoka .about_main_img img {
  width: 60rem;
}
@media screen and (max-width: 780px) {
  .fukuoka .about_main_img img {
    width: 57rem;
  }
}
.fukuoka .about_main_imgsub {
  width: 69rem;
  margin-top: -7rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 780px) {
  .fukuoka .about_main_imgsub {
    width: 100%;
    margin-top: 12rem;
  }
}
.fukuoka .about_main_about {
  font-size: 2rem;
  padding-left: 4rem;
}
@media screen and (max-width: 780px) {
  .fukuoka .about_main_about {
    font-size: 2.6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.fukuoka .about_main_about .clinic {
  font-size: 2.3rem;
}
@media screen and (max-width: 780px) {
  .fukuoka .about_main_about .clinic {
    font-size: 2.9rem;
  }
}
.fukuoka .about_main_about .tel {
  font-size: 3rem;
  line-height: 1.2;
}
.fukuoka .about_main_about .tel a {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 780px) {
  .fukuoka .about_main_about .tel {
    font-size: 3.8rem;
  }
}
.fukuoka .about_main_about ul li {
  letter-spacing: 0.05em;
}
.fukuoka .about_main_about ul li:not(:last-child) {
  margin-bottom: 2.2rem;
}
.fukuoka .about_main_about ul li div {
  letter-spacing: 0.05em;
}
.fukuoka .about_main_about ul li div:nth-child(odd) {
  width: 12%;
}
@media screen and (max-width: 780px) {
  .fukuoka .about_main_about ul li div:nth-child(odd) {
    width: 21%;
  }
}
.fukuoka .about_main_about ul li div:nth-child(even) {
  width: 88%;
}
@media screen and (max-width: 780px) {
  .fukuoka .about_main_about ul li div:nth-child(even) {
    width: 79%;
  }
}
.fukuoka .about_main_about ul li:nth-child(1) div:nth-child(odd) {
  padding-top: 0.4rem;
}
.fukuoka .doctor .section__title {
  margin-bottom: 4.3rem;
}
@media screen and (max-width: 780px) {
  .fukuoka .doctor_main {
    display: block;
  }
}
.fukuoka .doctor_main .message {
  width: 52%;
  text-align: right;
  position: relative;
  padding-top: 0.5rem;
}
@media screen and (max-width: 780px) {
  .fukuoka .doctor_main .message {
    width: 100%;
  }
}
.fukuoka .doctor_main .message .txt {
  width: 83%;
  text-align: left;
  position: absolute;
  top: 28.2rem;
  left: 4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .fukuoka .doctor_main .message .txt {
    width: 100%;
    position: static;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.fukuoka .doctor_main .message .txt dl dt {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  .fukuoka .doctor_main .message .txt dl dt {
    font-size: 3.3rem;
    margin-bottom: 2rem;
  }
}
.fukuoka .doctor_main .message .txt dl dd {
  font-size: 2rem;
  line-height: 1.65;
}
@media screen and (max-width: 780px) {
  .fukuoka .doctor_main .message .txt dl dd {
    font-size: 2.6rem;
    line-height: 1.8;
  }
}
.fukuoka .doctor_main .message .img {
  width: 69%;
  display: inline-block;
}
@media screen and (max-width: 780px) {
  .fukuoka .doctor_main .message .img {
    width: 72%;
    display: block;
    position: relative;
    z-index: -2;
    margin: -2rem auto 0;
  }
}
.fukuoka .doctor_main .message .img img {
  width: stretch;
  width: -webkit-fill-available;
  width: -moz-available;
}
.fukuoka .doctor_main .introduction {
  width: 42.5%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .fukuoka .doctor_main .introduction {
    width: 100%;
    margin-top: 5rem;
  }
}
.fukuoka .doctor_main .introduction dl {
  width: stretch;
  width: -webkit-fill-available; /* Chrome, Safari */
  width: -moz-available;
  text-align: left;
}
@media screen and (max-width: 780px) {
  .fukuoka .doctor_main .introduction dl {
    text-align: center;
  }
}
.fukuoka .doctor_main .introduction dl:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 780px) {
  .fukuoka .doctor_main .introduction dl:not(:last-of-type) {
    margin-bottom: 2.7rem;
  }
}
.fukuoka .doctor_main .introduction dl dt {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 780px) {
  .fukuoka .doctor_main .introduction dl dt {
    margin-bottom: 1rem;
  }
}
.fukuoka .doctor_main .introduction dl dd {
  line-height: 1.75;
}
@media screen and (max-width: 780px) {
  .fukuoka .doctor_main .introduction dl dd {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fukuoka .doctor_main .introduction dl dd .day {
  width: 17%;
}
@media screen and (max-width: 780px) {
  .fukuoka .doctor_main .introduction dl dd .day {
    width: auto;
    margin-right: 2rem;
  }
}
.fukuoka .doctor_main .introduction dl dd div {
  width: 83%;
}
@media screen and (max-width: 780px) {
  .fukuoka .doctor_main .introduction dl dd div {
    width: auto;
  }
}
.fukuoka .doctor_main .introduction dl.name {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 780px) {
  .fukuoka .doctor_main .introduction dl.name {
    margin-bottom: 3.7rem;
  }
}
.fukuoka .doctor_main .introduction dl.name dt {
  font-size: 1.9rem;
}
@media screen and (max-width: 780px) {
  .fukuoka .doctor_main .introduction dl.name dt {
    font-size: 2.5rem;
    margin-bottom: 0rem;
  }
}
.fukuoka .doctor_main .introduction dl.name dd {
  font-size: 3.4rem;
}
@media screen and (max-width: 780px) {
  .fukuoka .doctor_main .introduction dl.name dd {
    font-size: 3.7rem;
  }
}
.fukuoka .medicalhours_main {
  max-width: calc(480px + 8rem);
  padding: 0 4rem;
  margin: 0 auto;
}
.fukuoka .medicalhours_main dl {
  font-size: 2.5rem;
  padding: 1rem 0;
}
.fukuoka .medicalhours_main dl:nth-child(even) {
  border-top: 1px solid #b4c2d3;
  border-bottom: 1px solid #b4c2d3;
}
@media screen and (max-width: 780px) {
  .fukuoka .medicalhours_main dl {
    font-size: 3.1rem;
    padding: 2rem 0;
  }
}
.fukuoka .medicalhours_main dl dt {
  width: 35%;
  padding-left: 10%;
}
.fukuoka .medicalhours_main dl dd {
  width: 65%;
}
.fukuoka .access_main {
  background: #F4F6F9;
  border-radius: 10px;
  padding: 5rem;
}
@media screen and (max-width: 780px) {
  .fukuoka .access_main {
    padding: 5rem 4.5rem;
  }
}
.fukuoka .access_main .btn {
  margin-bottom: 4rem;
}
@media screen and (max-width: 780px) {
  .fukuoka .access_main .btn {
    margin-bottom: 4.5rem;
  }
}
.fukuoka .access_main .btn div {
  cursor: pointer;
  max-width: 475px;
  width: stretch;
  width: -webkit-fill-available;
  width: -moz-available;
  color: #295282;
  background: #fff;
  display: inline-block;
  text-align: center;
  padding: 1rem 0;
  border-radius: 3px;
  border: 1px solid #295282;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.fukuoka .access_main .btn div:hover {
  text-decoration: none;
  opacity: 0.35;
}
@media screen and (max-width: 780px) {
  .fukuoka .access_main .btn div:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 780px) {
  .fukuoka .access_main .btn div {
    max-width: 48%;
  }
}
.fukuoka .access_main .btn div.open {
  color: #fff;
  background: #295282;
}
@media screen and (max-width: 780px) {
  .fukuoka .access_main .btn div.open:hover {
    opacity: 1;
  }
}
.fukuoka .access_main_sub .map {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fukuoka .access_main_sub .map.show {
  opacity: 1;
  visibility: visible;
  height: auto;
}
@media screen and (max-width: 780px) {
  .fukuoka .access_main_sub .map {
    display: block;
  }
}
.fukuoka .access_main_sub .map .img {
  width: 55%;
}
@media screen and (max-width: 780px) {
  .fukuoka .access_main_sub .map .img {
    width: 100%;
    margin-bottom: 4.5rem;
  }
}
.fukuoka .access_main_sub .map .txt {
  width: 42%;
}
@media screen and (max-width: 780px) {
  .fukuoka .access_main_sub .map .txt {
    width: 100%;
  }
}
.fukuoka .access_main_sub .map .txt .location:not(:last-of-type) {
  margin-bottom: 3.6rem;
}
.fukuoka .access_main_sub .map .txt .location .no {
  width: 12%;
}
.fukuoka .access_main_sub .map .txt .location .no span {
  font-size: 2.1rem;
  width: 34px;
  text-align: center;
  background: #295282;
  color: #fff;
  display: inline-block;
  padding-bottom: 0.4rem;
  border-radius: 5px;
}
@media screen and (max-width: 780px) {
  .fukuoka .access_main_sub .map .txt .location .no span {
    font-size: 3.2rem;
    width: 4.5rem;
    line-height: 4.5rem;
    border-radius: 0.5rem;
  }
}
.fukuoka .access_main_sub .map .txt .location .detail {
  width: 88%;
  font-size: 1.6rem;
  padding-top: 0.2rem;
}
.fukuoka .access_main_sub .map .txt .location .detail span {
  display: block;
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 780px) {
  .fukuoka .access_main_sub .map .txt .location .detail span {
    font-size: 2.6rem;
    padding-top: 0.2rem;
  }
}
.fukuoka .access_main_sub .map .txt .location .detail p {
  font-weight: 400;
}
@media screen and (max-width: 780px) {
  .fukuoka .access_main_sub .map .txt .location .detail p {
    font-size: 2rem;
  }
}
.fukuoka .access_main_sub .map .txt .btn {
  text-align: right;
  margin-bottom: 0;
}
@media screen and (max-width: 780px) {
  .fukuoka .access_main_sub .map .txt .btn {
    text-align: center;
    margin-top: 6rem;
  }
}
.fukuoka .access_main_sub .map .txt .btn a {
  display: inline-block;
  font-size: 2.1rem;
  max-width: 230px;
  width: stretch;
  width: -webkit-fill-available;
  width: -moz-available;
  color: #fff;
  background: #295282;
  text-align: center;
  padding: 0.5rem 0 1rem;
  border-radius: 100px;
}
@media screen and (max-width: 780px) {
  .fukuoka .access_main_sub .map .txt .btn a {
    font-size: 2.8rem;
    max-width: 24rem;
    padding: 1rem 0 1.4rem;
  }
}