@charset "UTF-8";
/* -------------CSS Reset SSC */
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, img, 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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* ----------//Reset END */
body {
  font-family: "NotoSansJapanese","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 100%;
  text-align: center;
}
body h2, body h3, body h4, body h5, body h6 {
  font-family: "NotoSansJP-Regular","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  src: url("http://wsabc.jp/fonts/NotoSansJapanese/NotoSansJP-Regular.otf") format("opentype");
  line-height: 100%;
}
body h1 {
  font-family: "NotoSansJP-Regular","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  src: url("http://wsabc.jp/fonts/NotoSansJapanese/NotoSansJP-Regular.otf") format("opentype");
  line-height: 100%;
}
body p, body li, body dt, body dd, body form, body table, body input {
  font-family: "NotoSansJP-Regular","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  src: url("http://wsabc.jp/fonts/NotoSansJapanese/NotoSansJP-Regular.otf") format("opentype");
  line-height: 100%;
}
body a {
  text-decoration: none;
}

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

/* ------------------------------Common Layout SSC */
.row {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.row_border_bottom {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  border-bottom-width: 1px;
}

.inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/* -----------------------------Flexbox */
.flex_container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.asada_left_col {
  width: 48%;
  text-align: left;
}

.asada_right_col {
  width: 48%;
  text-align: left;
}

.padding_none {
  padding: 0;
}

.pb_none {
  padding-bottom: 0;
}

.mb_30px {
  margin-bottom: 30px;
}

.bg_blue {
  background-color: #102657;
}

.bg_gray {
  background-color: #b5b6b6;
}

.bg_light_gray {
  background-color: #e7e7e7;
}

.bg_dark_gray {
  background-color: #727172;
}

.bg_navy {
  background-color: #2e5085;
  color: #fff;
}

/* -----------------------------Layout */
.head_contents {
  width: 100%;
  margin-top: 20px;
}

header {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.main_header {
  margin-bottom: 30px;
}
.main_header h1 {
  display: block;
  width: 50%;
  float: left;
}
.main_header ul {
  width: 50%;
  float: right;
}

.head_info ul {
  padding-top: 6px;
}
.head_info li {
  display: block;
  width: 90%;
  float: right;
}
.head_info a {
  display: block;
  width: 100%;
}
.head_info a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: “alpha(opacity=70) ”;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

li.consul_time_add {
  line-height: 1.4rem;
  font-size: 0.9rem;
}

li.margin_btm_add {
  margin-bottom: 10px;
}

.bold_letter {
  font-weight: bold;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}

li.mobi_none {
  display: block;
}

li.reserve_btn {
  margin-bottom: 5px;
}

/* ------------------------【お知らせボタン】 */
.clinic_notice_btn a {
  box-sizing: border-box;
  display: block;
  width: 384px;
  height: auto;
  padding: 20px 0;
  background: #2d5284;
  text-align: center;
  color: #fff;
}
.clinic_notice_btn a:hover {
  cursor: pointer;
}

/* ------------------------【モーダルウィンドウ】 */
.modal_window {
  text-align: left;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.modal_window h1 {
  text-align: center;
  color: #102657;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.modal_inner {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.modal_inner p {
  line-height: 1.5rem;
}

button.remodal-cancel {
  background-color: #102657;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.close_btn {
  text-align: center;
}
.close_btn a {
  text-decoration: none;
  background-color: #102657;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.close_btn a:hover {
  text-decoration: none;
}
.close_btn i {
  margin-right: 5px;
  color: #fff;
}

/* ------------------------【ナビゲーション／ハンバーガー】 */
#menuList {
  width: 100%;
  height: 45px;
  position: relative;
  z-index: 10;
  background: #eaf5fc;
}

.asada_main_nav {
  padding: 10px 0;
}

#menuList ul {
  margin: 0 auto;
  /* width: 800px; */
  width: 980px;
  height: 45px;
  text-align: left;
}

#menuList ul li {
  /* width: 160px; */
  width: 163px;
  height: 45px;
  float: left;
  border-left: #2e5085 1px solid;
  box-sizing: border-box;
}

#menuList ul li:last-child {
  border-right: #2e5085 1px solid;
}

#menuList ul li a {
  height: 45px;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 45px;
  display: block;
  text-align: center;
  transition: all 0.2s linear;
  color: #2e5085;
}

#menuList ul li:hover > a {
  background: #2e5085;
  color: #fff;
  /* color: #102657; */
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#contents {
  margin: 0 auto;
  padding: 40px 0;
  width: 800px;
  text-align: left;
}

#contents p {
  padding-bottom: 2em;
  font-size: 1em;
  line-height: 2em;
}

#menuList > ul:before,
#menuList > ul:after {
  content: " ";
  display: table;
}

#menuList > ul:after {
  clear: both;
}

#menuList > ul {
  *zoom: 1;
}

.mobile_only {
  display: none;
}

.mobile_only_white {
  display: none;
}

/* ----------------------------GoogleMap埋め込み */
#map_container {
  position: relative;
  padding-top: 35%;
  /* 高さ比率調整 */
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

/* ----------------------------フッター */
.foot_address {
  background-color: #2e5085;
  color: #fff;
}

.footer_space {
  width: 980px;
  padding-bottom: 160px;
  margin-left: auto;
  margin-right: auto;
}
.footer_space p {
  color: #fff;
  text-align: center;
}

p.foot_link {
  margin-top: 20px;
  font-size: 0.8rem;
}

.foot_link a {
  color: #fff;
  text-decoration: none;
}
.foot_link a:hover {
  color: #102657;
}

/* ----------------------------404 */
.preopen_wrap {
  width: 80%;
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.preopen_wrap h1 {
  margin-bottom: 15px;
}

.preopen_wrap img {
  width: 30%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.preopen_wrap h2 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 30px;
}

.preopen_wrap p {
  line-height: 1.5rem;
  color: #333;
}

@media screen and (max-width: 768px) {
  .preopen_wrap img {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
p.mt_large {
  margin-top: 30px;
}

.not_found_nav {
  margin-top: 30px;
  text-align: left;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.not_found_nav h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 3px;
  border-bottom: 1px solid #999;
}

.not_found_nav li {
  line-height: 1.5rem;
  list-style-type: disc;
  list-style-position: inside;
}

/* ----------------------------import */
/* ------------------------------Top SSC */
.top_photo {
  width: 100%;
  height: auto;
  background-color: #ccc;
}
.top_photo img {
  margin-bottom: -3px;
}

/* ----------------------------診療時間ほか */
h1.access_copy {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

.consul_info h1 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.consul_info p {
  line-height: 1.5rem;
}

.clinic_address {
  margin: 0 auto;
  text-align: center;
}
.clinic_address p {
  font-size: 1.2rem;
}

.tel_number {
  font-weight: bold;
  color: #fff;
  font-size: 1.5rem;
  margin-left: 1rem;
}

/* ----------------------------施設紹介 */
.equipment {
  width: 100%;
  padding-top: 15px;
  background-color: #9fa0a0;
}
.equipment h1 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.equipment_inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.equipment_inner p {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.2rem;
}

/* ----------------------------院長紹介 */
.profile {
  width: 100%;
  color: #102657;
  padding-top: 60px;
  padding-bottom: 60px;
}
.profile h1 {
  color: #102657;
  font-size: 1rem;
  width: 200px;
  /* text-align: center; */
  float: left;
}
.profile h2 {
  font-weight: bold;
  width: 200px;
  float: left;
}
.profile dl {
  width: 580px;
  float: right;
}
.profile dt {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.profile dd {
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.profile_inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.prof_katagaki {
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.prof_alphabet {
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
  margin-top: 10px;
}

/* ------------------------------Body SSC */
.body_contents {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 160px 0;
  text-align: left;
}
.body_contents h1 {
  font-size: 1.2rem;
  border-bottom: 2px solid #7fcef2;
  padding-bottom: 5px;
  color: #102657;
  margin-bottom: 30px;
}
.body_contents h2 {
  text-align: center;
  margin: 45px 0;
  font-size: 1.5rem;
}
.body_contents p {
  line-height: 1.8rem;
  margin-bottom: 15px;
  text-indent: 1rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.body_contents li {
  line-height: 1.8rem;
  padding-left: 1rem;
  text-indent: -1rem;
}

.li.consul_time_add {
  display: block;
}

.tel_number a {
  color: #fff;
}

/* -------------2016/10/03追記 */
.services_wrap {
  margin-top: 40px;
}

ul.medical_services {
  width: 35%;
  float: left;
}

.counter_photo {
  width: 65%;
  float: right;
  margin-top: 10px;
}

.medical_services li {
  line-height: 3rem;
}

.facility_page p {
  text-indent: 0;
}

.facility_name {
  display: block;
  line-height: 1.5rem;
  margin-bottom: 30px;
}

p.doctor_name {
  font-size: 1.3rem;
  text-indent: 0;
  font-weight: bold;
}

.official_position {
  font-size: 0.9rem;
}

.doctor_alphabet {
  font-size: 0.8rem;
}

.career_col {
  padding-left: 48px;
  width: 58%;
}
.career_col li {
  line-height: 2.5rem;
}

.profile_photo_col {
  width: 40%;
}

h2.career {
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  margin: 15px 0;
  padding: 0;
}

ul.present_condition {
  margin-top: 30px;
}

.present_condition li {
  line-height: 2rem;
}

p.research_paper {
  margin-top: 40px;
}

.research_paper a {
  color: #00b2ea;
}
.research_paper a:hover {
  text-decoration: underline;
}

p.no_indent {
  text-indent: 0;
}

.link_site li {
  line-height: 3rem;
}
.link_site a {
  color: #2e5085;
}
.link_site a:hover {
  text-decoration: underline;
}

/* ------------------------------Mobile SSC */
/* ------------------------【ナビゲーション／ハンバーガーnav】 */
@media only screen and (max-width: 800px) {
  #menuList ul {
    width: 100%;
  }

  #menuList ul li {
    width: 20%;
  }
}
/* ---------------------------------------------768pxまで　*/
@media screen and (max-width: 768px) {
  /* ------------------------【ナビゲーション／ハンバーガーnav】 */
  #menuList {
    display: none;
  }

  #rwdMenuWrap {
    width: 100%;
    border-bottom: #aaa 1px solid;
  }

  #rwdMenuWrap #switchBtnArea {
    width: 100%;
    height: 60px;
    background: #3c3c3c;
    position: relative;
  }

  #rwdMenuWrap #switchBtnArea #switchBtn {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: block;
    background: #a7a7a7;
    position: absolute;
    border-radius: 5px;
  }

  #rwdMenuWrap #switchBtnArea #switchBtn span {
    left: 20%;
    width: 60%;
    height: 4px;
    display: block;
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.2s linear;
  }

  #rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
    top: 10px;
    transform: rotate(0);
  }

  #rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
    top: 18px;
    transform: scale(1);
  }

  #rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
    bottom: 10px;
    transform: rotate(0);
  }

  #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
    top: 18px;
    transform: rotate(-45deg);
  }

  #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
    transform: scale(0);
  }

  #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
    bottom: 18px;
    transform: rotate(45deg);
  }

  #rwdMenuWrap ul {
    width: 100%;
    display: none;
  }

  #rwdMenuWrap ul li {
    width: 100%;
    border-bottom: #aaa 1px solid;
  }

  #rwdMenuWrap ul li a {
    padding: 15px 20px;
    text-align: left;
    display: block;
    background: #ebebeb;
    color: #333;
    position: relative;
  }

  #rwdMenuWrap a:hover {
    background-color: #fff;
  }

  #rwdMenuWrap ul li a:after {
    content: '';
    margin-top: -4px;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    color: #888;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    display: block;
    position: absolute;
    border-top: 2px solid #b0b0b0;
    border-right: 2px solid #b0b0b0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #contents {
    width: 100%;
  }

  #contents p {
    padding: 0 20px 2em 20px;
  }

  .mobile_only {
    display: inline;
    margin-right: 5px;
    color: #102657;
  }

  .mobile_only_white {
    display: inline;
    margin-right: 5px;
    color: #fff;
  }

  /* ------------------------【ナビゲーション／ハンバーガーnav】ここまで */
  header {
    width: 100%;
  }

  .main_header h1 {
    float: none;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
  .main_header ul {
    float: none;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .head_info {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 15px;
    margin-bottom: -30px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .head_info li {
    width: 100%;
    float: none;
    text-align: center;
  }
  .head_info a {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .inner {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex_container {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .asada_left_col {
    width: 100%;
    text-align: left;
  }

  .asada_right_col {
    width: 100%;
    text-align: left;
  }

  .clinic_address p {
    font-size: 1rem;
  }
  .clinic_address a {
    color: #fff;
  }

  .tel_number {
    line-height: 2rem;
    font-size: 1.5rem;
  }

  /* --------------【TOPページ】 */
  .consul_hours {
    width: 100%;
    float: none;
  }
  .consul_hours h1, .consul_hours ul, .consul_hours p {
    margin-left: 0;
    text-align: center;
  }
  .consul_hours h1 {
    font-weight: bold;
  }
  .consul_hours ul {
    width: 100%;
  }
  .consul_hours p {
    text-indent: 0;
  }

  .rerated_page_btn {
    width: 100%;
    float: none;
    text-align: center;
  }
  .rerated_page_btn ul {
    margin-top: 30px;
  }
  .rerated_page_btn li {
    margin-bottom: 10px;
  }
  .rerated_page_btn a {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  /* --------------【本文ページ】 */
  li.mobi_none {
    display: none;
  }

  .body_contents {
    width: 90%;
    padding-top: 40px;
  }

  .facility_photo li {
    width: 90%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  ul.medical_services {
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  .counter_photo {
    width: 100%;
    float: none;
    margin-top: 15px;
  }

  .tel_number a {
    color: #fff;
    text-decoration: underline;
  }

  .profile_photo_col {
    width: 100%;
  }

  .career_col {
    padding-left: 0;
    width: 100%;
  }
  .career_col li {
    line-height: 2rem;
  }

  /* --------------【フッター】 */
  .footer_space {
    width: 100%;
  }

  p.foot_link {
    line-height: 1.5rem;
    font-size: 0.9rem;
  }
}
/* -------//768px */
