@charset "UTF-8";

/**
 * *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-*
 *
 *   橋本クリニック
 *
 * *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-*
**/
.sp-header {
  display: none;
}

.sp-nav {
  display: none;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

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

  .sp_only {
    display: block;
  }
}

/* /////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 480px) {
  html>* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  html {
    overflow-y: visible;
  }

  body {
    min-width: 100%;
    overflow-x: hidden;
  }

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

  /* --------------------------------------------------------------------------- */
  header {
    display: none;
  }

  .sp-header {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
  }

  .sp-header .layout {
    display: flex;
    justify-content: space-between;
  }

  .sp-header a.logo {
    display: block;
    padding: 15px;
    max-width: calc(100% - 84px);
  }

  .sp-header a.logo p {
    font-size: 12px;
    color: #222;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .sp-header a.logo img {
    width: 210px;
  }

  .sp-header .btn {
    display: flex;
    justify-content: space-between;
  }

  .sp-header a.trigger {
    background: url(../img/sp_menu.png) center center / contain no-repeat #005463;
    width: 46px;
    height: 80px;
    display: block;
  }

  .sp-header a.tel {
    display: block;
    background: url(../img/sp_tel.png) center center / contain no-repeat #bcd607;
    width: 46px;
    height: 80px;
    display: block;
  }

  .sp-header a.web {
    display: block;
    background: url(../img/web_sp.png) center center / contain no-repeat #3AA3B4;
    background-size: 43px;
    width: 46px;
    height: 80px;
    display: block;
  }

  .sp-nav {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
  }

  .sp-nav li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 1.6;
    padding: 14px 10px;
  }

  .sp-nav li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .sp-nav li a {
    display: block;
    color: #222;
  }

  .sp-nav li a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    font-size: 10px;
    position: relative;
    top: -2px;
    color: #00adc9;
    padding: 0 5px;
    display: inline-block;
  }

  /* --------------------------------------------------------------------------- */
  body {
    font-size: 14px;
  }

  .wrap {
    min-width: initial;
    margin: 80px auto 0;
  }

  .inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* --------------------------------------------------------------------------- */
  .index #head {
    height: auto;
  }

  .index #head .gray {
    display: none;
  }

  .index #head .image {
    position: static;
    width: 100%;
    height: auto;
  }

  .index #head .title {
    position: static;
    width: 100%;
    padding: 30px 20px;
  }

  .index #head .title .logo {
    display: none;
  }

  .index .news {
    margin-left: 0;
    width: 100%;
    height: auto;
  }

  .index .closed {
    display: none;
  }

  .index .news h2 {
    font-size: 16px;
    width: 160px;
    padding: 15px;
    text-align: center;
  }

  .index .news h2 span {
    font-size: 10px;
  }

  .index .news a {
    width: calc(100% - 80px);
    padding: 18px 0;
  }

  .index .news a dl {
    padding: 0 30px 0 15px;
  }

  .index .news a dl dt {
    width: 80px;
  }

  .index .news a dl dd {
    width: calc(100% - 80px);
  }

  .index .news a::after {
    top: 22px;
  }

  .index aside {
    display: none;
  }

  #policy {
    margin: 0;
  }

  #policy .inner {
    padding: 0;
  }

  #policy .image {
    position: static;
  }

  #policy h1 {
    display: table;
    margin: 30px auto;
  }

  #policy h2 br {
    display: none;
  }

  #policy .box {
    background: #FFF;
    padding: 0 30px 30px;
    width: 100%;
    margin-top: 0;
  }

  #policy .box ul {
    background: #f7f7f7;
  }

  #policy .box ul li a {
    font-size: 12px;
  }

  #policy .box ul li a::before {
    top: 3px;
  }

  #guide {
    background: #FFF;
    padding: 0;
    margin: 0;
  }

  #guide ul {
    flex-flow: column nowrap;
  }

  #guide ul li {
    width: 100%;
    padding-bottom: 30px;
  }

  #guide ul li .image {
    margin: 0 -20px;
    border-radius: 0;
    overflow: visible;
  }

  #guide ul li a.btn {
    position: static;
    margin-top: 20px;
  }

  #guide ul li p {
    font-size: 13px;
  }

  #map {
    margin: 30px 0;
  }

  #map .googlemap iframe {
    width: 100%;
    height: 450px;
  }

  #map .box {
    background: #FFF;
    padding: 0;
    margin-top: 30px;
  }

  #map .box p {
    background: #f5f5f5;
    display: block;
    padding: 15px 15px 15px 60px;
    position: relative;
    line-height: 1.4;
  }

  #map .box p::before {
    display: block;
    margin-right: 0.3em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
  }

  #map .box p+p {
    margin: 15px 0 0;
  }

  /* --------------------------------------------------------------------------- */
  #sec_head {
    position: relative;
    height: auto;
  }

  #sec_head .gray {
    display: none;
  }

  #sec_head .image {
    position: static;
    width: 100%;
    height: 300px;
  }

  #sec_head .title {
    background: rgba(9, 140, 162, 0.8);
    position: static;
    width: 100%;
    height: auto;
    padding: 30px;
    z-index: 1;
  }

  #sec_head .title h1 {
    display: table;
    margin: 0 auto;
    font-size: 24px;
    padding-left: 40px;
  }

  #sec_head .title h1::before {
    background: url(../img/mark2.png) center center / contain no-repeat;
    display: block;
    width: 23px;
    height: 56px;
    position: absolute;
    top: -2px;
    left: 10px;
  }

  h1.icon {
    margin-bottom: 10px;
  }

  h1.min {
    font-size: 18px;
  }

  h2.min {
    font-size: 18px;
  }

  h1.en.center {
    margin: 0 auto 30px;
  }

  /* --------------------------------------------------------------------------- */
  #greeting {
    margin: 0;
    background: url(../img/greeting_bg.png) center center / cover no-repeat;
  }

  #greeting .name {
    margin-top: 2em;
    text-align: right;
    font-size: 14px;
  }

  #greeting .greeting1 {
    padding-top: 40px;
  }

  #greeting .greeting1 .layout {
    flex-flow: column nowrap;
  }

  #greeting .greeting1 .text {
    margin: 0;
  }

  #greeting .greeting1 h1 {
    display: table;
    margin: 0 auto 30px;
  }

  #greeting .greeting1 .image {
    margin-top: 20px;
    padding-bottom: 30px;
  }

  #greeting .greeting2 {
    background: rgba(150, 150, 150, 0.1);
    padding: 40px 0;
  }

  #greeting .greeting2 .layout {
    flex-flow: column nowrap;
  }

  #greeting .greeting2 .layout>div {
    width: 100%;
  }

  #greeting .greeting2 .layout>div:first-child {
    margin-bottom: 30px;
  }

  #facility {
    margin: 40px 0;
  }

  #facility ul {
    flex-flow: column nowrap;
  }

  #facility ul li {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
  }

  #facility ul li:nth-last-child(-n+2) {
    margin-bottom: 40px;
  }

  #facility ul .image img {
    width: 100%;
    height: auto;
  }

  #facility ul li p {
    background: #f5f5f5;
    padding: 10px;
    text-align: center;
    color: #222;
    margin-top: 10px;
  }

  #facility ul li:nth-child(odd)::after {
    content: none;
  }

  .examination #intro {
    margin: 40px 0;
  }

  .examination #intro .box {
    width: 100%;
    padding: 140px 0 0;
  }

  .examination #intro .box::before {
    position: absolute;
    top: 0;
    left: calc(50% - 67px);
  }

  .examination #intro .box h1 {
    text-align: center;
  }

  #department {
    margin: 40px 0;
  }

  #department .item {
    height: auto;
    flex-flow: column nowrap;
    background: #f7fbfc;
  }

  #department .item:nth-child(odd) {
    background: #f7fbfc;
  }

  #department .item:nth-child(odd) .text {
    order: 0;
    margin-left: 0;
  }

  #department .item:nth-child(odd) .image {
    order: 0;
  }

  #department .item:nth-child(odd) .image::after {
    content: none;
  }

  #department .item:nth-child(even) .text {
    margin-right: 0;
  }

  #department .item .text {
    width: 100%;
    position: relative;
  }

  #department .item .text .middle {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 30px 20px;
  }

  #department .item .image {
    width: 100%;
    position: relative;
  }

  #department .item h1 span {
    font-size: 11px;
  }

  #department .item p {
    font-size: 13px;
  }

  #equipment {
    margin: 40px 0 0;
  }

  #equipment ul.items {
    flex-flow: column nowrap;
  }

  #equipment ul.items li {
    width: 100%;
    margin-bottom: 30px;
  }

  #equipment .other ul li .image {
    max-width: 100%;
  }

  #equipment .other {
    background: #f7f7f7;
    padding: 20px;
    margin: 20px -20px 0;
    width: calc(100% + 40px);
  }

  #equipment .other ul {
    flex-flow: column nowrap;
  }

  #equipment .other ul li {
    width: 100%;
    flex-flow: column nowrap;
    margin: 0;
  }

  #equipment .other ul li p {
    font-size: 12px;
  }

  #equipment .other ul li .text {
    margin: 10px 0 30px;
    width: 100%;
  }

  .first #intro {
    margin: 40px 0;
  }

  .first #intro h1.min {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .first #intro .box {
    padding: 30px 0;
  }

  .first #intro .layout {
    flex-flow: column nowrap;
  }

  .first #intro .layout>div {
    width: 100%;
  }

  .first #intro .layout>div:first-child {
    margin-bottom: 30px;
  }

  .first #intro .privacy {
    margin-top: 30px;
    flex-flow: column nowrap;
  }

  .first #intro .privacy .icon {
    margin: 0 auto 10px;
  }

  .first #intro .privacy dl {
    margin-left: 0;
  }

  .first #intro .privacy dl dt {
    text-align: center;
  }

  #schedule {
    margin: 40px 0;
  }

  #schedule .title {
    padding: 20px;
    margin-bottom: 20px;
    background: #00adc9;
  }

  #schedule .title h1.icon {
    color: #FFF;
  }

  #schedule .title h1.icon::before {
    background: url(../img/icon_w.png) center center no-repeat;
  }

  #schedule .layout {
    flex-flow: column nowrap;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  #schedule .layout>div {
    width: 100%;
  }

  #schedule table {
    font-size: 12px;
  }

  #schedule table td {
    width: 35px;
  }

  #schedule .text p {
    font-size: 12px;
  }

  .access #intro {
    margin: 40px 0;
  }

  .access #intro .layout {
    flex-flow: column nowrap;
  }

  .access #intro .layout .text {
    margin: 0 0 30px;
  }

  #news-list {
    margin: 40px 0;
  }

  #news-list ul li {
    height: auto;
    padding: 0 20px;
  }

  #news-list ul li a {
    width: 100%;
    padding: 18px 0;
  }

  #news-list ul li a::before {
    top: 17px;
    font-size: 12px;
    width: 60px;
  }

  #news-list ul li a::after {
    top: 22px;
    right: 0;
  }

  #news-list ul li dl {
    padding: 0 20px 0 80px;
  }

  #news-list ul li dl dt {
    width: 80px;
  }

  #single {
    margin: 40px 0;
  }

  #single .title {
    flex-flow: column nowrap;
    margin-bottom: 20px;
  }

  #single .title .date {
    margin: 0 auto 10px;
  }

  #single .title h1 {
    font-size: 20px;
    line-height: 1.6;
  }

  #single .content {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  #single .backbtn ul li:first-child a {
    font-size: 13px;
  }

  #single .backbtn ul li:last-child a {
    font-size: 13px;
  }

  /* --------------------------------------------------------------------------- */
  aside {
    margin: 40px 0;
  }

  aside .layout {
    flex-flow: column nowrap;
  }

  aside .layout::after {
    content: none;
  }

  aside .layout>div {
    width: 100%;
  }

  aside .number a {
    font-size: 36px;
  }

  aside .number a::before {
    background: url(../img/tell.png) center center / contain no-repeat;
    width: 40px;
    height: 40px;
  }

  aside .layout .web {
    margin-top: 20px;
    padding: 20px;
  }
	
aside .btn {
  border: 1px solid #3AA3B4;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  margin-top: 20px;
  background: #3AA3B4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76.4px;
}

aside .btn a {
  font-size: 21px;
}

aside .btn a::before {
  width: 30px;
  height: 30px;
}
.btn_web {
  border: 1px solid #3AA3B4;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  margin-top: 20px;
  background: #3AA3B4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76.4px;
	width: calc(100% - 40px);
	margin: 20px 20px 0
}

.btn_web a {
  font-size: 21px;
}

.btn_web a::before {
  width: 30px;
  height: 30px;
}

  /* --------------------------------------------------------------------------- */
  footer .inner {
    padding: 0;
  }

  .foot-nav {
    border-top: none;
  }

  .foot-nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
  }

  .foot-nav ul li {
    line-height: 1;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    text-align: left;
    flex: none;
    width: 50%;
    border-bottom: 1px solid #91eeff;
  }

  .foot-nav ul li:first-child {
    text-align: left;
    flex: none;
  }

  .foot-nav ul li:last-child {
    text-align: left;
    flex: none;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }

  .foot-nav ul li:nth-child(odd) {
    border-right: 1px solid #91eeff;
  }

  .foot-nav ul li:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .foot-nav ul li a {
    color: #FFF;
    display: block;
    background: #00adc9;
    padding: 20px;
  }

  .foot-nav ul li a::before {
    content: "";
    background: url(../img/icon_link3.png) center center no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 0.3em;
    position: relative;
    top: 2px;
  }

  .foot-info {
    padding: 0;
  }

  .foot-info .layout {
    flex-flow: column nowrap;
  }

  .foot-info .logo {
    order: 3;
    margin: 30px 0 0;
    background: #00adc9;
    padding: 30px;
  }

  .foot-info .contact {
    order: 2;
    margin: 0 20px;
  }

  .foot-info .schedule {
    order: 1;
    padding: 0 0 20px;
    margin: 30px 20px 20px;
    border-left: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .foot-info .logo .image {
    display: table;
    margin: 0 auto;
    max-width: 360px;
  }

  .foot-info .logo p {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    margin-bottom: 10px;
  }

  .foot-info .logo .image+p {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }

  .foot-info .contact .tell .lead {
    font-size: 14px;
    color: #222;
  }

  .foot-info .contact .tell .call {
    font-size: 34px;
  }

  .foot-info .contact .fax .call {
    font-size: 26px;
  }

  footer .copyright {
    background: #005463;
  }

  footer .copyright p {
    font-size: 11px;
    text-align: center;
  }

  /* --------------------------------------------------------------------------- */
}

/* 480px */
/*201124*/
#news .news .box h2 {
  color: #fff;
}

#news .news:first-of-type .box h2 {
  color: #000;
}

#news .news .box a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#news .news:first-of-type .box a {
  border-top: none;
}

/*201125*/
.index .news,
.index .closed {
  height: 70px;
}

.index .news h2,
.index .closed h2 {
  padding-top: 20px;
}

.index .news a,
.index .closed a {
  padding-top: 20px;
}

.index .news a::after,
.index .closed a::after {
  position: absolute;
  top: 26px;
}

.xxxxx {
  text-align: center;
  padding: 50px 0 55px;
  margin: auto;
}

.xxxxx ul li {
  display: inline-block;
}

.xxxxx ul li a {
  display: block;
  font-size: 15px;
  color: #222;
  padding: 9px 18px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.xxxxx ul li a::before {
  content: "\f03a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.3em;
}

@media screen and (max-width: 480px) {
  #news .news .box h2 {
    width: 80px;
    color: #fff;
  }

  .xxxxx {
    text-align: center;
    padding: 40px 0 44px;
    margin: auto;
  }
}

.rec_txt {
  margin: 0 auto 50px;
  text-align: center;
}

.aaa dl {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  display: flex;
  /*align-items: center;*/
  padding: 5px 0;
}

.aaa dl:first-child {
  border-top: 1px solid #e5e5e5;
}

.aaa dt {
  width: 20%;
  font-weight: bold;
  text-align: center;
  background-color: #f2fbfc;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}

.aaa dd {
  width: calc(100% - 18%);
  margin-left: 2%;
  display: flex;
  align-items: center;
}

@media screen and (max-width:768px) {
  .rec_txt {
    margin: 0 auto 30px;
    text-align: left;
  }

  .aaa dl {
    display: block;
  }

  .aaa dt {
    width: 100%;
    min-height: 3rem;
  }

  .aaa dd {
    width: 100%;
    padding: 1rem 0;
  }
}