@charset "UTF-8";
/* CSS Document */

<style>
html {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    background: #fff;
}
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}
footer, header {
  display: block;
}
ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body{
  background:#fff;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
  overflow-y: scroll;
  height: 100%;
}
h1,h2,h3,h4 {
  margin: 0px;
  padding: 0px;
  color: #333;
  font-weight: 900;
  letter-spacing: 1.6px;
}
p {
  margin: 0px;
  padding: 0px;
  line-height: 1.65em;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
/*画面の横幅が768px以下*/
@media screen and (max-width: 768px){
body{
  font-size: 14px;
}
.pc {
  display: none!Important;
}
}

/*画面の横幅が769px以上*/
@media screen and (min-width: 769px){
.sp {
  display: none!Important;
}
header .opacity1 {
  background-color: rgba(255,255,255,1)!Important;
}
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}
.fixed {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 10000;
}

/*------------------------------------------------------------
ヘッダーメニュー 
------------------------------------------------------------*/
nav ul {
  display: flex;
  height: 48px;
  width: 100%;
  margin: 0 auto;
}
nav ul li.normal {
  display: flex;
  width : 15.2%;
  margin: 0 auto;
}
nav ul li.long {
  display: flex;
  width : 24%;
  margin: 0 auto;
}
nav ul li a {
  display: inline-block;
  width: 100%;
  height: 48px;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  color: #fff;
  padding: 8px 0;
  background: #64cdf9;
  outline: none;
}
nav ul li a.current {
  color: #444;
  background: #99e1ff;
}
nav ul li a::before,
nav ul li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
nav ul li a,
nav ul li a::before,
nav ul li a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
nav ul li a {
  position: relative;
  z-index: 2;
  line-height: 48px;
  overflow: hidden;
}
nav ul li a:hover {
  color: #444;
}
nav ul li a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
nav ul li a:hover::after {
  background: #99e1ff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
nav ul li p {
  border-left: 1px solid #a4e4ff;
  box-sizing: border-box;
}
nav ul li p.boldnone {
  border-left: none;
}
nav ul li p.jp {
  font-weight: bold;
  font-size: 15px;
  margin-top: -2px;
  margin-bottom: -5px;
}
nav ul li p.eng {
  font-size: 12px;
}



/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
footer {
  display: block;
  width: 100%;
  margin: 100px 0 0 0;
  background: #f7fdff;
}
footer .under {
  width: 90%;
  margin: 0 auto;
  background: #f7fdff;
  padding: 12px 5% 20px;
  max-width: 800px;
}
footer .under .logoblog {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  margin: 0 auto;
}
footer .under .logoblog a.logo {
  display: flex;
  margin-bottom: 6px;
}
footer .under .logoblog a.logo img {
  display: block;
  width: 51px;
  height: 38px;
  margin-top: 3px;
}
footer .under .logoblog a.blog {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 124px;
  margin-top: 8px;
  padding: 4px 12px;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #f59900;
  border-radius: 4px;
}
footer .under .logoblog a .text {
  margin-left: 4px;
}
footer .under .logoblog a .text p.title {
  font-size: 19px;
  margin-left: -3px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #0655a6;
  font-weight: bold;
  letter-spacing: 1.6px;
}
footer .under .logoblog a .text p.subtitle {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 10px;
  letter-spacing: 0;
  color: #0655a6;
  font-weight: bold;
  margin-top: -5px;
  letter-spacing: 0;
}
footer .under .logoblog .logoaddress {
  margin-top: 12px;
}
footer .under .logoblog .logoaddress p {
  font-size: 13px;
  font-weight: bold;
  color: #555;
  margin-top: -2px;
}
footer .under .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto;
}
footer .under .menu > div {
  width: 50%;
}
footer .under .menu > div:nth-child(3) {
  margin-top: 8px;
}
footer .under .menu > div a {
  display: block;
  text-decoration: none;
  color: #539dde;
}
footer .under .menu > div a.title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 2px;
}
footer .under .menu > div a.subtitle {
  font-size: 13px;
  font-weight: bold;
  margin-top: 2px;
  margin-left: 1em;
}
footer p.copyright {
  display: block;
  padding: 4px 0;
  width: 100%;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  font-weight: bold;
  background: #64cdf9;
}
/*画面の横幅が480px以上*/
@media screen and (min-width: 480px){
footer .under .logoblog {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  margin: 0 auto;
}
footer .under a.logo {
  display: flex;
  margin-bottom: 0;
}
footer .under .logoblog a.blog {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 124px;
  margin-top: 8px;
}
footer .under .menu > div {
  width: calc( 100% / 3 );
  margin-top: 8px;
}
}

/*------------------------------------------------------------
#index
------------------------------------------------------------*/
#index .content .title p.jp {
  font-size: 28px;
  color: #0071e4;
  font-weight: bold;
  text-align: center;
  margin-bottom: -6px;
}
#index .content .title p.eng {
  font-size: 18px;
  color: #0071e4;
  font-weight: bold;
  text-align: center;
}
#index .content .title {
  margin-bottom: 32px;
}
#p-access .content .title p.jp,
#p-clinic .content .title p.jp,
#p-medical .content .title p.jp {
  font-size: 26px;
  color: #0071e4;
  font-weight: bold;
  text-align: center;
  margin-bottom: -4px;
}
#p-access .content .title,
#p-clinic .content .title,
#p-medical .content .title {
  margin-bottom: 32px;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
header {
  position: relative;
}
header.under {
  position: relative;
  overflow: hidden;
  max-height: 380px;
  background-color: #7ba6de;
}
header .inner {
  position: fixed;
  display: block;
  background-color: rgba(255,255,255,0.6);
  width: 100%;
  height: 44px;
  z-index: 9999;
  transition: all .3s;
}
header img.logo {
  position: absolute;
  top: 7px;
  left: 8px;
  display: block;
  width: 44px;
  height: auto;
}
header h1 {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 54px;
  font-size: 19px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #0655a6;
  font-weight: bold;
}
header h2 {
  display: inline-block;
  position: absolute;
  top: 32px;
  left: 56px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 10px;
  letter-spacing: 0;
  color: #0655a6;
  font-weight: bold;
  margin-top: -5px;
}
header img.main {
  display: block;
  width: 100%;
  height: auto;
}
header.under p.title {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  height: 48px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  z-index: 8;
  text-shadow: 0px 0px 6px #5a5a5a;
}
header.under img.main {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.2;
}
header .news {
  display: block;
  margin: 0 auto;
  background: #f0faff;
}
header .news .content {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}
header .news .text {
  width: 100%;
  height: 138px;
  padding: 6px 10px;
  box-sizing: border-box;
  background: #d0efff;
  overflow-y: scroll;
}
header .news .text p {
  display: flex;
  margin: 6px 0;
}
header .news p span.date {
  margin-right: 16px;
  color: #0071e4;
  font-weight: bold;
}
header .news p span.event {
  color: #000;
}
/*　画面サイズが480pxからここを読み込む　*/
@media screen and (min-width:480px) {
header .inner {
  position: fixed;
  display: block;
  background-color: rgba(255,255,255,0.7);
  width: 100%;
  height: 50px;
  z-index: 9;
}
header img.logo {
  position: absolute;
  top: 2px;
  left: 12px;
  display: block;
  width: 60px;
  height: auto;
}
header h1 {
  position: static;
  display: block;
  margin-top: -2px;
  margin-left: 74px;
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #0655a6;
  font-weight: bold;
}
header h2 {
  position: static;
  display: block;
  margin-left: 76px;
  font-size: 12px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
  color: #0655a6;
  font-weight: bold;
  margin-top: -5px;
}
header .news .text {
  width: 100%;
  height: 124px;
  box-sizing: border-box;
  background: #d0efff;
  overflow-y: scroll;
}
}
/*　画面サイズが769pxから1024pxまではここを読み込む　*/
@media screen and (min-width:769px) and ( max-width:1024px) {
header .inner {
  position: fixed;
  display: block;
  width: 100%;
  height: 50px;
}
header .news {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  display: block;
  margin: auto;
  width: 700px;
  background: none;
  padding: 0;
}
header .news .content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
header .news .text {
  width: 100%;
  height: 98px;
  padding: 2px 20px;
  box-sizing: border-box;
  background: none;
  background-color: rgba(255,255,255,0.9);
  overflow-y: scroll;
}
}
/*　画面サイズが1024pxからはここを読み込む　*/
@media screen and (min-width:1024px) {
header {
  position: relative;
  overflow: hidden;
  max-height: 580px;
}
header .inner {
  position: fixed;
  display: block;
  width: 100%;
  height: 50px;
}
header .news .content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
header .news {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  display: block;
  margin: auto;
  width: 800px;
  background: none;
  padding: 0;
}
header .news .text {
  width: 100%;
  height: 98px;
  box-sizing: border-box;
  background: none;
  background-color: rgba(255,0255,255,0.9);
  overflow-y: scroll;
}
}

#nav-drawer {
  position: absolute;
  top: 11px;
  right: 12px;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 22px;
  vertical-align: middle;
  box-sizing: border-box;
  transition: all .4s;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span {
  position: absolute;
  height: 3px;/*線の太さ*/
  left: 0;
  width: 100%;
  border-radius: 3px;
  background: #0071e4;
  display: inline-block;
  content: '';
  cursor: pointer;
  transition: all .4s;
}
#nav-open span:nth-of-type(1) {
  top: 0;
}
#nav-open span:nth-of-type(2) {
  top: 10px;
}
#nav-open span:nth-of-type(3) {
  bottom: 0;
}
#nav-open.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#nav-open.active span:nth-of-type(2) {
  opacity: 0;
}
#nav-open.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*カバーを表示*/
  position: fixed;
  z-index: 99;
  top: 44px;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: .3s ease-in-out;/*滑らかに表示*/
}
/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 44px;
  left: 0;
  z-index: 999;/*最前面に*/
  width: 100%;/*右側に隙間を作る（閉じるカバーを表示）*/
  height: 100%;
  background-color: rgba(255,0255,255,0.5);
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}
#nav-content a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 20px 0;
  color: #333;
  font-size: 13px;
  transition: .3s ease-in-out;/*滑らかに表示*/
}
#nav-content a:hover {
  color: #fff;
  background-color: rgba(1, 112, 227, 0.7);
}
/*チェックが入ったらもろもろ表示*/
#nav-close.active {
  display: block;/*カバーを表示*/
  opacity: .3;
}
#nav-content.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);/*中身を表示（右へスライド）*/
}
/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (min-width: 480px) {
#nav-drawer {
  position: absolute;
  top: 13px;
  right: 12px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*カバーを表示*/
  position: fixed;
  z-index: 99;
  top: 50px;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: .3s ease-in-out;/*滑らかに表示*/
}
/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 999;/*最前面に*/
  width: 100%;/*右側に隙間を作る（閉じるカバーを表示）*/
  height: 100%;
  background-color: rgba(255,0255,255,0.5);
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}
}

/*------------------------------------------------------------
accordion
------------------------------------------------------------*/
.accordion {
  display: block;
  margin: 16px auto 0;
  width: 100%;
  max-width: 800px;
}
.accordion ul li a.list {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  background-color: #ff7688;
  cursor: pointer;
  padding: 10px 12px;
  margin: 0;
  border: 2px solid #ff7688;
  border-radius: 5px;
  box-sizing: border-box;
}
.accordion ul > li a.active {
  border-radius: 5px 5px 0 0;
}
.accordion > ul > li > a:after, .accordion li a.active:after {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.accordion > ul > li > a:after {
  content: ">";
  font-size: 20px;
  font-weight: bold;
  top: 10px;
  right: 8px;
  border-radius: 50%;
  -webkit-transition: all 800ms cubic-bezier(0.2, 1, 0.2, 1);
  -moz-transition: all 800ms cubic-bezier(0.2, 1, 0.2, 1);
  -o-transition: all 800ms cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 800ms cubic-bezier(0.2, 1, 0.2, 1);
}
.accordion > ul> li > a.active:after {
  content: ">";
  font-size: 20px;
  font-weight: bold;
  top: 10px;
  right: 8px;
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion > ul > li > ul {
}
.accordion > ul > li > ul > li {
  padding: 24px;
  box-sizing: border-box;
}
.accordion > ul > li > ul > li p.title {
  color: #ff5169;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px!Important;
}
.accordion > ul > li > ul > li p.mrt12 {
  margin-top: 12px;
}


/*------------------------------------------------------------
#greetings
------------------------------------------------------------*/
#greetings {
  margin: 80px auto;
}
#greetings .content {
  max-width: 800px;
  width: 90%;
  margin: 20px auto;
}
#greetings .content .text p + p {
  margin-top: 20px;
}
#greetings .content p.right {
  text-align: right;
}
#greetings .content p.bold {
  font-weight: bold;
}

/*------------------------------------------------------------
#medical
------------------------------------------------------------*/
#medical {
  margin: 80px auto;
}
#medical .content {
  max-width: 800px;
  width: 90%;
  margin: 20px auto;
}
#medical .content .subtitle {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
#medical .content .subtitle p + p {
  font-size: 0.75em;
  margin-top: 3px;
}
#medical .content .subtitle2 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}
#medical .content .text p {
  text-align: center;
}
#medical .content .text p + p {
  margin-top: 20px;
}
#medical .content .theme {
  margin-bottom: 52px;
}
#medical .content .machine .flex {
  display: flex;
  justify-content: space-between;
}
#medical .content .machine .flex div {
  width: 49%;
  text-align: center;
  font-weight: bold;
}
#medical .content .machine .flex div img {
  display: block;
  width: 100%;
  height: auto;
}

/*------------------------------------------------------------
#doctor
------------------------------------------------------------*/
#doctor {
  margin: 80px auto;
  padding: 24px 0 40px;
  background: url(../images/bg_doctor.png);
  width: 100%;
  min-height: 800px;
  color: #fff;
  display: table;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (min-width: 768px) {
#doctor {
  background-attachment: fixed;
  }
}
#doctor .content {
  max-width: 800px;
  width: 90%;
  margin: 20px auto;
}
#doctor .content .prof-flex img {
  display: block;
  max-width: 374px;
  width: 100%;
  height: auto;
  margin: 0 auto 12px;
}
#doctor .content .prof-flex div span {
  display: inline;
  font-size: 22px;
  font-weight: bold;
  margin-right: 4px;
}
#doctor .content .prof-flex div h3 {
  display: inline;
  font-size: 22px;
  font-weight: bold;
}
#doctor .content .prof-flex div p {
  font-size: 18px;
}
#doctor .content h2 {
}
#doctor .content p.bold {
  font-weight: bold;
  margin-top: 28px;
}
#doctor .content p.bold:first-of-type {
  margin-top: 20px;
}

/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (min-width:769px) {
#doctor .content .prof-flex {
  display: flex;
  justify-content: space-between;
}
#doctor .content .prof-flex img {
  display: block;
  max-width: 374px;
  height: auto;
  margin: 0;
}
#doctor .content .prof-flex div {
  margin-left: 12px;
}
#doctor .content .prof-flex div span {
  display: inline;
  font-size: 25px;
  font-weight: bold;
  margin-right: 4px;
}
#doctor .content .prof-flex div h3 {
  display: inline;
  font-size: 25px;
  font-weight: bold;
}
#doctor .content .prof-flex div p {
  font-size: 20px;
}
}

/*------------------------------------------------------------
#schedule
------------------------------------------------------------*/
#schedule {
  margin: 80px auto;
}
#schedule .content {
  max-width: 800px;
  width: 90%;
  margin: 20px auto;
}
#schedule .content table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#schedule .content table tr {
  height: 52px;
  box-sizing: border-box;
}
#schedule .content table tr th:first-child {
  width: 64px;
}
#schedule .content table td,
#schedule .content table th {
  text-align: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#schedule .content table .gray {
  background-color: #eee;
}
#schedule .content table .red {
  color: #f00;
}
#schedule .content table .blue {
  font-size: 15px;
  color: #005be3;
  line-height: 1.25em;
  padding-top: 4px;
  font-weight: bold;
}
#schedule .content p.note {
  font-size: 18px;
  font-weight: bold;
  margin-top: 6px;
  color: #f44336;
}
/*　画面サイズが769pxからはここを読み込む　*/
@media screen and (min-width:769px) {
#schedule .content table tr th:first-child {
  width: 132px;
}
}


/*------------------------------------------------------------
#access
------------------------------------------------------------*/
#access {
  margin: 80px auto 140px;
}
#access .content {
  max-width: 800px;
  width: 90%;
  margin: 20px auto;
}
#access img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
#access .content .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#access .content .flex h3,
#access .content .flex iframe {
  display: block;
  width: 100%;
  margin: 4px auto;
}
#access .content .flex iframe {
  height: 400px;
}
#access .content p.note_top {
  font-size: 14px;
  font-weight: bold;
  margin: 4px 0 8px;
}
#access .content .note_second {
  display: inline;
  font-size: 14px;
  font-weight: bold;
}
#access .content .note_second h3 {
  display: inline;
  font-size: 18px;
  font-weight: bold;
  color: #ff2424;
}
#footer .note_second {
  display: inline;
  font-size: 13px;
  font-weight: bold;
  color: #555;
}
#footer .note_second h3 {
  display: inline;
  font-size: 18px;
  font-weight: bold;
  color: #555;
}
#access .content p.note {
  font-size: 14px;
  font-weight: bold;
}
#access .content .contact p.subtitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #58afd3;
  margin: 60px auto 0;
}
#access .content .contact p.small {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #a9a9a9;
  margin: 0 auto 20px;
}
#access .content .contact p.subtitle2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #58afd3;
  margin: 20px auto 0;
}
#access .content .contact a.tel,
#access .content .contact a.web {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  max-width: 240px;
  width: 90%;
  padding: 8px 20px;
  box-sizing: border-box;
  margin: 4px auto 12px;
  margin-bottom: 6px;
  text-decoration: none;
  background-color: #6ec2e5;
  border-radius: 12px;
  transition: opacity .25s ease-out;
}
#access .content .contact a.tel:hover,
#access .content .contact a.web:hover {
  opacity: .7;
}
/*　画面サイズが769pxからここを読み込む　*/
@media screen and (min-width:769px) {
#access .content .flex h3,
#access .content .flex iframe {
  display: block;
  width: 49%;
  margin: 0;
}
#access .content .flex iframe {
  height: auto;
}
}


/*------------------------------------------------------------
#p-access
------------------------------------------------------------*/
#p-access #schedule {
  padding: 88px 0 0;
  margin: 0 auto 60px;
}
#p-access #route {
  padding: 88px 0 0;
  margin: 60px auto;
}
#p-access #access {
  padding: 88px 0 0;
  margin: 60px auto 120px;
}
#p-access #route .content {
  max-width: 800px;
  width: 90%;
  margin: 20px auto;
}
#p-access #route .content .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 320px;
  margin: 0 auto;
}
#p-access #route .content .flex > div {
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 8px auto;
}
#p-access #route .content .flex > div img {
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0;
}
#p-access #route .content .flex > div p {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
/*　画面サイズが769pxからはここを読み込む　*/
@media screen and (min-width:769px) {
#p-access #route .content .flex {
  max-width: 100%;
}
#p-access #route .content .flex > div {
  width: 32%;
  max-width: 320px;
  height: auto;
  margin: 8px auto;
}
}

/*------------------------------------------------------------
#p-clinic
------------------------------------------------------------*/
#p-clinic .content {
  max-width: 800px;
  width: 90%;
  margin: 20px auto;
}
#p-clinic #photo {
  padding: 88px 0 0;
  margin: 0 auto 60px;
}
#p-clinic #history {
  padding: 88px 0 0;
  margin: 60px auto;
}
#p-clinic #sth {
  padding: 88px 0 0;
  margin: 60px auto 120px;
}
#p-clinic #photo p.kids {
  margin: 52px auto 12px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
#p-clinic #photo img.kids {
  display: block;
  width: 90%;
  max-width: 560px;
  height: auto;
  margin: 0 auto 20px;
}
#p-clinic #history .content img.history {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto 40px;
}
#p-clinic #history .content img.logo {
  display: block;
  width: 90%;
  max-width: 320px;
  height: auto;
  margin: 0 auto 24px;
}
#p-clinic #history .content .text {
  text-align: left;
}
#p-clinic #history .content .text p.right {
  text-align: right;
}
#p-clinic #partnership .content .text p.bold {
  font-weight: bold;
  margin-bottom: 0;
}
#p-clinic #partnership .content .text p {
  margin-bottom: 20px;
}
#p-clinic #partnership .content .link a {
  display: inline-block;
  font-weight: bold;
  text-align: left;
  padding: 8px;
  margin: 4px 2px;
  color: #ffffff;
  background: #64cdf9;
  border: 1px solid #64cdf9;
  border-radius: 6px;
  text-decoration: none;
}
#p-clinic #partnership .content .link a:hover {
  opacity: 0.5;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#p-clinic #sth .content .link a {
  display: inline-block;
  font-weight: bold;
  text-align: left;
  padding: 8px;
  margin: 4px 2px;
  color: #ffffff;
  background: #64cdf9;
  border: 1px solid #64cdf9;
  border-radius: 6px;
  text-decoration: none;
}
#p-clinic #sth .content .link a:hover {
  opacity: 0.5;
  -webkit-transition: all .3s;
  transition: all .3s;
}


/*------------------------------------------------------------
#p-medical
------------------------------------------------------------*/
#p-medical .content {
  max-width: 800px;
  width: 90%;
  margin: 20px auto;
}
#p-medical #concept,
#p-medical #jyouryu,
#p-medical #price,
#p-medical #trouble,
#p-medical #special,
#p-medical #other {
  margin: 0 auto 120px;
}
#p-medical #concept {
  margin: 0 auto 80px;
  padding: 24px 0 40px;
  background: url(../images/bg_concept.jpg);
  background-size: cover;
}
#p-medical #other {
  background: #e4f8ff;
  padding: 36px 0 120px;
  margin-bottom: -100px;
}
#p-medical #concept .content {
  padding: 88px 0 0;
  margin: 0 auto 60px;
}
#p-medical #concept .content .subtitle p:first-child {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 2px;
  text-align: center;
}
#p-medical #concept .content .subtitle p:nth-child(2) {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}
#p-medical #concept .content .text p {
  text-align: center;
}
#p-medical #concept .content .text p + p {
  margin-top: 8px;
}
#p-medical #concept h3 {
  font-size: 24px;
  text-align: center;
  margin: 68px 0 4px;
}
#p-medical #concept .content img.graph {
  display: block;
  width: 100%;
  max-width: 460px;
  height: auto;
  margin: 0 auto 24px;
}
#p-medical #jyouryu .content .text {
  margin-bottom: 40px;
}
#p-medical #jyouryu .content .text p.title {
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 0;
}
#p-medical #jyouryu .content .text h3 {
  font-size: 21px;
  font-weight: bold;
  margin:32px 0 8px;
  text-align: center;
}
#p-medical #jyouryu .content .text h3.mrt80 {
  margin-top: 80px;
}
#p-medical #jyouryu .content .text img{
  display: block;
  width: 100%;
  height: auto;
  margin: 8px auto;
}
#p-medical #jyouryu .content .text img.quote {
  display: block;
  width: 100%;
  height: auto;
  margin: 8px auto 30px;
}
#p-medical #jyouryu .content .conceptimg {
  margin: 88px auto;
}
#p-medical #jyouryu .content .conceptimg h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
#p-medical #jyouryu .content .conceptimg img {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 12px auto 20px;
}
#p-medical img.paper {
  display: block;
  margin: 12px auto;
  max-width: 400px;
  width: 100%;
  height: auto;
}
#p-medical #price p.title {
  display: block;
  font-size: 21px;
  font-weight: bold;
  margin:40px 0 12px;
  text-align: center;
}
#p-medical #price h4 {
  font-weight: bold;
}
#p-medical #price p.text {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto 40px;
}
#p-medical #price table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
#p-medical #price table tr:nth-child(1) td {
  font-weight: bold;
  background: #37b1f5!Important;
  color: #fff!Important;
}
#p-medical #price table tr td {
  padding: 8px 4px;
  box-sizing: border-box;
  border: 1px #ddd solid;
}
#p-medical #price table tr td:nth-child(1) {
  width: 60%;
  background: #f0faff;
  color: #444;
  font-weight: bold;
}
#p-medical #price table tr td:nth-child(2) {
  width: 20%;
}
#p-medical #price table tr td:nth-child(3) {
  width: 20%;
}
#p-medical #trouble .content img {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto 20px;
}
#p-medical #special > div > .text {
  max-width: 800px;
  width: 90%;
  margin: 20px auto 0;
}
#p-medical #special > div:nth-child(even) {
  background: #fffafa;
  padding: 60px 0;
}
#p-medical #special .oldnew,
#p-medical #special .ray,
#p-medical #special .local,
#p-medical #special .gel,
#p-medical #special .catheter {
  margin: 28px auto 80px;
}
#p-medical .youtube {
  position:relative;
  width:100%;
  max-width: 800px;
  margin: 12px auto;
  padding-top:56.25%;
}
#p-medical .youtube iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  margin: 0 auto;
  height:100%;
  max-height: 450px;
}
#p-medical #special img {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto 20px;
}
#p-medical #special video {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 20px auto 0;
}
#p-medical #special h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
#p-medical #special p.bold {
  font-weight: bold;
}
#p-medical #other h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
#p-medical #other p.bold {
  font-weight: bold;
}
#p-medical #other video {
  display: block;
  width: 100%;
  height: auto;
}
#p-medical #other .allermist {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
}
#p-medical #other .movie_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#p-medical #other .movie_list > div {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
#p-medical #other .irrigation .point {
  font-size: 0;
  background-color: #fdf8d1;
  padding: 12px 0 18px;
  margin: 60px auto;
}
#p-medical #other .irrigation .point p.sign {
  display: inline-block;
  background: #5fc9d4;
  color: #fff;
  padding: 5px 0px 5px 12px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
#p-medical #other .irrigation .point .mountain {
  position: relative;
  display: inline-block;
  background: #5fc9d4;
  padding: 18px 20px 18px 8px;
  width: 0px;
  vertical-align: middle;
}
#p-medical #other .irrigation .point .mountain:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fffab8 transparent transparent;
  border-width: 18px 20px 18px 0;
}
#p-medical #other .irrigation .point p.subtitle {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
#p-medical #other .irrigation .point .text {
  margin-top: 8px;
}
#p-medical #other .irrigation .point .text p {
  font-size: 18px;
  padding: 0px 12px;
}
/*　画面サイズが769pxからここを読み込む　*/
@media screen and (min-width:769px) {
#p-medical #jyouryu .content .text img.left{
  margin: 2px 12px 0 0;
}
#p-medical #jyouryu .content .text img.right{
  margin: 2px 0 0 12px;
}
#p-medical #other .movie_list > div {
  display: block;
  width: calc(50% - 6px);
}
}

/*------------------------------------------------------------
#reservation
------------------------------------------------------------*/
#reservation p.subtitle {
  display: inline-block;
  text-align: center;
  color: #222;
  font-size: 13px;
  margin-right: 2px;
  font-weight: bold;
  margin-bottom: 0;
}
/*　画面サイズが768pxまでここを読み込む　*/
@media screen and (max-width:768px) {
#reservation {
  position: fixed;
  bottom: 12px;
  right: 12px;
  padding: 0;
  z-index: 8;
  background: none;
  border-radius: 2px;
}
#reservation a.tel {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 56px;
  padding: 8px;
  box-sizing: border-box;
  margin: 0 auto 6px;
  text-decoration: none;
  background-color: #f59900;
  border-radius: 4px;
}
#reservation a.web {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 56px;
  padding: 8px;
  box-sizing: border-box;
  margin: 0 auto;
  text-decoration: none;
  background-color: #f59900;
  border-radius: 4px;
}
#reservation a:hover {
  opacity: .7;
}
}
/*　画面サイズが769pxからここを読み込む　*/
@media screen and (min-width:769px) {
#reservation {
  position: fixed;
  top: 10px;
  right: 12px;
  padding: 0;
  z-index: 9;
  border-radius: 2px;
}
#reservation a {
  transition: opacity .25s ease-out;
}
#reservation a.tel {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 140px;
  padding: 4px 12px;
  box-sizing: border-box;
  margin: 0 auto;
  text-decoration: none;
  background-color: #f59900;
  border-radius: 4px;
}
#reservation a.web {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 140px;
  padding: 4px 12px;
  box-sizing: border-box;
  margin: 0 auto;
  text-decoration: none;
  background-color: #f59900;
  border-radius: 4px;
}
}

nav {
  opacity: 0.88;
}
nav ul li a {
  background-color: #0050a4;
}
nav ul li a.blog {
  background-color: #3c81ff;
}
nav ul li a.blog p.jp {
  margin-top: -4px;
  font-size: 16px;
  font-weight: bold;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium";
}
nav ul li a.blog p.eng {
  font-size: 12px;
  font-weight: bold;
  font-family: Times New Roman;
}
nav ul li a.current {
  color: #222;
  background-color: #6cd5ff;
}
nav ul li a:hover {
  color: #222;
}
nav ul li a:hover::after {
  background: #6cd5ff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
nav ul li a.blog:hover::after {
  background: #8fb7ff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
footer .under .logoblog a.blog {
  background-color: #5390ff;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium";
}

</style>