@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  font-size: 14px;
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"MS P明朝","MS PMincho",serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-weight: bold;
  color: #11409c;
}

@font-face {
  font-family: UtsukushiFONT;
  src: url(../webfont/UtsukushiFONT.woff) format("truetype");
  -ms-font-feature-settings: "normal";
  color: #000;
}
@font-face {
  font-family: CenturyGothicStd-Bold;
  src: url(../webfont/CenturyGothicStd-Bold.woff) format("truetype");
  -ms-font-feature-settings: "normal";
  color: #000;
}
@font-face {
  font-family: CenturyGothicStd;
  src: url(../webfont/CenturyGothicStd.woff) format("truetype");
  -ms-font-feature-settings: "normal";
  color: #000;
}
#topcontrol {
  background-color: #3a3a3a;
  color: #FFF;
  font-size: 40px;
  line-height: 0;
  padding: 0 10px 5px;
  z-index: 999;
}

#sp {
  display: none;
}

p {
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
.tht20{
	padding: 5px;
	margin: 25px 0 0 0;
}
.img100 img {
  width: 100%;
  height: auto;
}

.hover img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hover img:hover {
  opacity: 0.4;
  filter: alpha(opacity=60);
}

.cy_container {
  width: 97%;
  max-width: 960px;
  margin: 0 auto;
}

#spbox {
  display: none;
}

.spbr2 {
  display: none;
}

.font {
  font-family: 'Noto Sans Japanese', serif;
}

.font0 {
  font-family: UtsukushiFONT;
}

.font2 {
  font-family: CenturyGothicStd-Bold;
}

.font3 {
  font-family: CenturyGothicStd;
}

.font26 {
  font-size: 26px;
  line-height: normal;
}

.font24 {
  font-size: 24px;
  line-height: normal;
}

.font22 {
  font-size: 22px;
  line-height: normal;
}

.font20 {
  font-size: 20px;
  line-height: normal;
}

.font18 {
  font-size: 18px;
  line-height: normal;
}

.font16 {
  font-size: 16px;
  line-height: normal;
}

.posi {
  position: relative;
}

#sprogo {
  display: none;
}

#cy_h1 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5px;
  z-index: 800;
  font-size: 10px;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

#sp_text {
  display: none;
}

.tel-link2 a {
  text-decoration: none;
  color: inherit;
}

.tel-link2 {
  text-decoration: none;
  color: inherit;
}

.top_hidden {
  overflow: hidden;
}

.inlineac {
  display: inline-block;
}

/*************************/
#cy_header {
  position: relative;
}

#top_main {
  background-image: url(../images/t_main.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 100;
}

.main_border {
  border: 40px solid #FFF;
  position: relative;
  z-index: 10;
}
.main_border #title {
  font-size: 2.5vw;
  color: #11409c;
  line-height: normal;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 500;
  margin-top: -80px;
  font-weight: bold;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

#t_bg {
  background-image: url(../images/t_bg.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.bg_w {
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

.cloud {
  background-image: url(../images/cloud.png);
  background-repeat: repeat-x repeat-y;
  background-size: cover;
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 10;
  animation: cloud 3s linear 0s infinite;
}

@keyframes cloud {
  0% {
    left: 300px;
    top: 0;
  }
  100% {
    left: -100%;
    top: -50%;
  }
}
#h_tel {
  border: 2px solid #11409c;
  position: absolute;
  right: 60px;
  top: 30px;
  z-index: 500;
  color: #11409c;
  width: 100%;
  max-width: 380px;
  padding: 20px 40px;
  background-color: #FFF;
  font-weight: bold;
}
#h_tel:before {
  content: "";
  border-left: 6px solid #11409c;
  height: 60px;
  position: absolute;
  right: 100px;
  top: -62px;
}
#h_tel:after {
  content: "";
  border-left: 6px solid #11409c;
  height: 60px;
  position: absolute;
  left: 100px;
  top: -62px;
}
#h_tel #right_b {
  border-right: 2px solid #11409c;
  width: 300px;
}
#h_tel #right_b span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
#h_tel #right_b .fa {
  font-size: 14px;
  border: 1px solid #11409c;
  border-radius: 50%;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  padding-top: 4px;
  text-align: center;
}
#h_tel #right_b #tel {
  font-size: 34px;
  line-height: normal;
}
#h_tel #right_b .holi {
  text-align: right;
  padding-right: 41px;
}

#scroll_area {
  position: absolute;
  bottom: 80px;
  left: 50%;
  z-index: 600;
  font-size: 18px;
  margin-left: -40px;
  text-align: center;
  cursor: pointer;
}
#scroll_area .shape {
  display: block;
  font-size: 54px;
  position: relative;
  top: -20px;
  animation: shape 1.1s linear 0s infinite;
}
#scroll_area a {
  color: #11409c;
  text-decoration: none;
}

@keyframes shape {
  0% {
    top: -20px;
  }
  100% {
    top: 10px;
    font-size: 10px;
  }
}
/*******************/
.container1060 {
  width: 97%;
  max-width: 1060px;
  margin: 0 auto;
}

#logo {
  display: inline-block;
  vertical-align: middle;
}
#logo img {
  width: 150px;
  height: auto;
}

#nav_box {
  margin: 40px auto;
  text-align: center;
}

#cy_nav {
  display: inline-block;
  vertical-align: middle;
  padding-left: 60px;
}
#cy_nav li {
  display: inline-block;
  border-left: 1px solid #11409c;
  padding: 0 20px;
  font-size: 16px;
}
#cy_nav li:last-child {
  border-right: 1px solid #11409c;
}
#cy_nav a {
  color: #11409c;
  text-decoration: none;
  position: relative;
}
#cy_nav a:after {
  content: "";
  border-bottom: 2px solid #11409c;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
#cy_nav a:hover:after {
  opacity: 1;
  bottom: -5px;
}
#cy_nav .active a:after {
  opacity: 1;
  bottom: -5px;
}

/*****************/
.padding100 {
  padding: 100px 0;
}

.left_48 {
  float: left;
  width: 48%;
}

.top_midashi {
  font-size: 30px;
  line-height: normal;
}

.p_size .ja_mini {
  font-size: 24px;
}

.more a {
  color: #11409c;
  text-decoration: none;
  padding: 10px 40px;
  font-size: 16px;
  border: 1px solid #11409c;
  position: relative;
}
.more a:before {
  content: "";
  border-bottom: 1px solid #11409c;
  position: absolute;
  left: -50px;
  top: 20px;
  width: 60px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.more a:hover:before {
  width: 80px;
  left: -70px;
}

.right_48 {
  float: right;
  width: 48%;
}

.max460 img {
  max-width: 540px;
  width: 100%;
  height: auto;
}

/********************/
.bg_blue {
  background-color: #11409c;
  color: #FFF;
}

.padding80 {
  padding: 80px 0;
}

.center {
  text-align: center;
}

.icon {
  text-align: center;
}

.center_text {
  text-align: center;
}

#left_i {
  position: absolute;
  bottom: 0;
  left: 0;
}
#left_i img {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#right_i {
  position: absolute;
  bottom: 0;
  right: 0;
}

.cy_hidden {
  overflow: hidden;
}

.af_shape:after {
  content: "▼";
  position: absolute;
  bottom: -60px;
  color: #11409c;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 64px;
}

/*********************/
.center_midashi {
  font-size: 28px;
  line-height: normal;
  text-align: center;
  position: relative;
}
.center_midashi .ja {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #11409c;
  padding-bottom: 5px;
}
.center_midashi .eng {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 48px;
  text-align: center;
  width: 100%;
  z-index: 1;
  color: #11409c;
  opacity: 0.1;
}

#news {
  position: relative;
  border: 1px solid #11409c;
  padding: 60px;
  overflow: hidden;
}
#news li {
  display: table;
  width: 100%;
}
#news li .cell1 {
  display: table-cell;
  width: 150px;
  vertical-align: middle;
  font-size: 18px;
}
#news li .cell2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}
#news li a {
  color: #11409c;
  text-decoration: none;
  padding: 30px 20px 10px;
  border-bottom: 1px dashed #11409c;
  display: block;
}
#news:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  right: -60px;
  bottom: -60px;
  background-color: #11409c;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.more.c_bt a:before {
  content: "";
  border-bottom: 0;
  border-left: 1px solid #11409c;
  position: absolute;
  left: 50%;
  top: -60px;
  width: 1px;
  height: 60px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.more.c_bt a:hover:before {
  height: 80px;
  top: -80px;
}

.after_bb100:after {
  content: "";
  border-bottom: 1px solid #11409c;
  width: 100px;
  display: block;
  padding-top: 5px;
}

#time {
  margin-top: 40px;
  border-collapse: separate;
  border-spacing: 10px 10px;
  width: 100%;
  font-size: 1.2vw;
}
#time th, #time td {
  width: 12.5%;
}
#time th {
  border: 1px solid #11409c;
  padding: 20px 0;
  vertical-align: middle;
  text-align: center;
}
#time td {
  border: 1px solid #11409c;
  padding: 20px 0;
  vertical-align: middle;
  text-align: center;
}
#time tr:first-child th {
  background-image: url(../images/top10.jpg);
  background-repeat: repeat-x repeat-y;
}
#time tr:nth-child(3) td:nth-child(5) {
  font-size: 0.8vw;
}

.z500 {
  position: relative;
  z-index: 500;
}

.time_under {
  font-size: 18px;
  text-align: right;
  position: relative;
}
.time_under .eng {
  position: absolute;
  right: 0;
  bottom: -30px;
  right: 0;
  font-size: 78px;
  z-index: 1;
  color: #11409c;
  opacity: 0.1;
}

.sp_br {
  display: none;
}

.inline {
  display: inline-block;
}

/*****/
#calender {
  margin-top: 120px;
}
#calender .img100 {
  position: relative;
  z-index: 10;
}
#calender p {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 100;
  text-align: right;
  font-size: 2vw;
  line-height: normal;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
#calender p span {
  display: block;
  font-size: 1vw;
}

/*************/
#cy_footer {
  color: #FFF;
}

#f_left {
  float: left;
  width: 40%;
}
#f_left .access {
  background-color: #FFF;
  padding: 5px 10px;
}
#f_left .access img {
  display: inline-block;
  vertical-align: middle;
}
#f_left .access span {
  display: inline-block;
  padding-left: 20px;
  color: #11409c;
  font-size: 18px;
  position: relative;
  top: 3px;
}

#f_tel li {
  display: table;
  width: 100%;
  margin: 10px 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 15px 0;
}
#f_tel li .fa {
  display: table-cell;
  width: 60px;
  font-size: 34px;
  vertical-align: middle;
  text-align: center;
}
#f_tel li .cell1 {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
#f_tel li a {
  color: #FFF;
  text-decoration: none;
}

.parking {
  font-size: 12px;
  border: 1px solid #FFF;
  padding: 1px 2px 1px 3px;
  position: relative;
  top: -2px;
  margin: 0 10px 0 2px;
}

#parking_img img {
  width: 100%;
  height: auto;
  max-width: 500px;
}

#f_right {
  float: right;
  width: 55%;
}

#map iframe {
  width: 100%;
  height: 325px;
}

.max600 img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

#foot {
  padding: 20px 0;
  background-color: #FFF;
}

#f_nav {
  text-align: center;
}
#f_nav li {
  display: inline-block;
  padding: 10px 20px;
}
#f_nav a {
  color: #11409c;
  text-decoration: none;
}

#copy {
  text-align: center;
  padding-top: 10px;
  font-size: 12px;
  color: #11409c;
}

/*********************************************************

	当院について
	
*********************************************************/
#ab_main {
  background-image: url(../images/about1.jpg);
}

.main_size {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  border: 40px solid #FFF;
}
.main_size p {
  font-size: 34px;
  text-align: center;
  padding-top: 140px;
}

.ab_right {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.midashi24 {
  font-size: 24px;
}

.pr {
  padding-right: 20px;
}

.ab_text {
  line-height: 2.2em;
}

.ab_left {
  width: 55%;
}

.max650 img {
  width: 100%;
  height: auto;
  max-width: 650px;
}

.ab_left2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.ab_right2 {
  float: right;
  width: 55%;
}

/********/
.bg_gray {
  background-color: #f3f5f7;
}

.left_img {
  float: left;
  margin: 0 40px 40px 0;
}

.left20 {
  float: left;
  width: 20%;
}

.right77 {
  float: right;
  width: 77%;
}

.border_midashi {
  font-size: 22px;
}
.border_midashi .bo {
  padding: 10px 30px;
  border: 1px solid #11409c;
  display: inline-block;
  line-height: normal;
  text-align: center;
  position: relative;
}
.border_midashi .bo:after {
  content: "";
  border-bottom: 1px solid #11409c;
  position: absolute;
  right: -70px;
  top: 50%;
  width: 80px;
}
.border_midashi .eng2 {
  font-size: 12px;
  display: block;
}

/***********/
.border_box {
  border: 1px dashed #11409c;
  padding: 40px 50px;
}

.cy_table li {
  display: table;
  width: 100%;
  padding: 10px 0;
}
.cy_table li .a_cell1 {
  display: table-cell;
  width: 200px;
  vertical-align: top;
  font-size: 18px;
  position: relative;
  top: -5px;
}
.cy_table li .a_cell2 {
  display: table-cell;
  vertical-align: top;
}

.inline_p p {
  display: inline-block;
  padding-right: 20px;
}

.indent_p p {
  text-indent: -1em;
  padding-left: 14px;
}

/************/
.staff li {
  float: left;
  width: 48%;
}
.staff li:nth-child(2n) {
  float: right;
}
.staff li:nth-child(2n+1) {
  clear: both;
}
.staff li:nth-child(n+3) {
  margin-top: 60px;
}
.staff img {
  width: 100%;
  height: auto;
}
.staff2 img{
	width: 100%;
	height: auto;
}
.c_bt .bo {
  width: 100%;
  max-width: 300px;
}
.c_bt .bo:before {
  content: "";
  border-bottom: 0;
  border-left: 1px solid #11409c;
  position: absolute;
  left: 50%;
  top: -60px;
  width: 1px;
  height: 60px;
}
.c_bt .bo:after {
  display: none;
}
.c_bt .bo:hover:before {
  height: 80px;
  top: -80px;
}

.anime_none .bo:hover:before {
  height: 60px;
  top: -60px;
}

/*********************************************************

	診療について
	
*********************************************************/
#medical_main {
  background-image: url(../images/medical1.jpg);
}

.max510 img {
  width: 100%;
  height: auto;
  max-width: 510px;
}

.left48 {
  float: left;
  width: 48%;
}

.right48 {
  float: right;
  width: 48%;
}

.mini20 {
  font-size: 22px;
}

.m_number {
  border: 2px solid #f1f2f7;
  text-align: center;
  padding: 20px 0;
}
.m_number li {
  display: inline-block;
  padding: 10px 20px;
}

.number {
  background-color: #11409c;
  color: #FFF;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  padding-left: 2px;
  display: block;
  margin: 0 auto;
}

/*********************************************************

	院内紹介
	
*********************************************************/
#intro_main {
  background-image: url(../images/introduction1.jpg);
}

/*********************************************************

	健康診断・予防接種
	
*********************************************************/
#check_main {
  background-image: url(../images/check1.jpg);
}

.check_list li {
  display: table;
  width: 100%;
  border-top: 1px dashed #11409c;
}
.check_list li:last-child {
  border-bottom: 1px dashed #11409c;
}
.check_list li .c_cell1 {
  display: table-cell;
  vertical-align: middle;
  background-color: #f3f5f7;
  padding: 20px;
  width: 300px;
  font-size: 18px;
}
.check_list li .c_cell1 .mini {
  font-size: 14px;
}
.check_list li .c_cell2 {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 40px;
}
.check_list li .c_cell2 .inline {
  display: inline-block;
}

/******/
.check_table {
  width: 100%;
}
.check_table th {
  background-color: #456da7;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  padding: 30px 10px;
  border: 1px dashed #FFF;
}
.check_table td {
  padding: 30px 10px;
  text-align: center;
  border: 1px dashed #11409c;
}
.check_table td:first-child {
  background-color: #f3f5f7;
  font-size: 20px;
}

.inline_block {
  display: inline-block;
}

.c_number {
  border: 2px solid #f1f2f7;
  text-align: center;
  padding: 20px 0;
}
.c_number li {
  float: left;
  width: 14%;
  border-top: 1px solid #aaa;
  padding: 40px 0;
}
.c_number li:nth-child(7n+1) {
  clear: both;
}

.bb_b {
  border-bottom: 1px solid #11409c;
}

/*********************************************************

	アクセス
	
*********************************************************/
#access_main {
  background-image: url(../images/access1.jpg);
}

.access_box {
  padding-bottom: 100px;
  margin-top: 40px;
}

#map2 {
  position: relative;
  top: -80px;
}
#map2 iframe {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 500px;
}

#google {
  position: absolute;
  bottom: 100px;
  right: -80px;
  z-index: 100;
}
#google a {
  background-color: #FFF;
}

.ac_left {
  float: left;
  width: 45%;
}

.ac_right {
  float: right;
  width: 50%;
}

.midashi_l {
  font-size: 20px;
  border-left: 3px solid #ffef3e;
  padding-left: 20px;
}

/*********************************************************

	お知らせ
	
*********************************************************/
#news_main {
  background-image: url(../images/news1.jpg);
}

.news_list li {
  border-top: 1px solid #11409c;
}
.news_list li:last-child {
  border-bottom: 1px solid #11409c;
}
.news_list a {
  text-decoration: none;
  color: #11409c;
  display: table;
  width: 100%;
  padding: 20px 20px 8px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news_list a .shape {
  position: absolute;
  right: 20px;
  top: 20px;
}
.news_list a:hover {
  background-color: #E9E9E9;
}
.news_list a .n_cell1 {
  display: table-cell;
  vertical-align: top;
  width: 220px;
  font-size: 20px;
  position: relative;
  top: -7px;
}
.news_list a .n_cell2 {
  display: table-cell;
  vertical-align: top;
  padding-right: 60px;
}

/*********************************************************

	診療日カレンダー
	
*********************************************************/
#cl_main {
  background-image: url(../images/calendar1.jpg);
}
.pppaaaa{
	margin: 0 0 10px 0;
}
/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1700px) {
  .pc_none {
    display: none;
  }

  .pctab_none {
    display: none;
  }

  .pcblock {
    display: block;
  }
}
@media only screen and (max-width: 1699px) {
  /*************************/
  .main_border #title {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1400px) {
  /*********************/
  .center_midashi .eng {
    top: -20px;
    font-size: 40px;
  }

  /*********************************************************
  
  	アクセス
  	
  *********************************************************/
  .access_box {
    padding-bottom: 100px;
    margin-top: 40px;
  }

  #map2 {
    position: relative;
    top: -80px;
  }
  #map2 iframe {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 500px;
  }

  #google {
    position: static;
    margin: 20px auto 0;
    text-align: center;
  }
}
@media only screen and (max-width: 1100px) {
  .cloud {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .cy_container {
    width: 97%;
  }

  .font26 {
    font-size: 18px;
  }

  .font24 {
    font-size: 18px;
  }

  .font22 {
    font-size: 18px;
  }

  .font20 {
    font-size: 16px;
  }

  .font18 {
    font-size: 14px;
  }

  .font16 {
    font-size: 14px;
  }

  /*************************/
  .main_border {
    border: 10px solid #FFF;
  }
  .main_border #title {
    font-size: 4vw;
    margin-top: -60px;
  }
  .main_border #title span {
    display: block;
  }

  #h_tel {
    display: none;
  }

  #scroll_area {
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    margin-left: -40px;
    text-align: center;
    cursor: pointer;
  }
  #scroll_area .shape {
    font-size: 34px;
  }

  /*******************/
  #logo {
    display: none;
  }

  #splogo {
    position: absolute;
    left: 20px;
    top: 30px;
    z-index: 999;
  }
  #splogo img {
    width: 150px;
    height: auto;
  }

  #cy_nav {
    display: none;
  }

  .top_hidden {
    overflow: visible;
  }

  .op0 {
    opacity: 1;
    display: block;
  }

  /******************/
  .padding100 {
    padding: 40px 0;
  }

  .left_48 {
    float: left;
    width: 48%;
  }

  .top_midashi {
    font-size: 20px;
    line-height: normal;
  }

  .p_size .ja_mini {
    font-size: 16px;
  }

  /********************/
  .padding80 {
    padding: 40px 0;
  }

  .center {
    text-align: center;
  }

  .icon {
    text-align: center;
  }

  .center_text {
    text-align: center;
  }

  #left_i {
    display: none;
  }

  #right_i {
    display: none;
  }

  .cy_hidden {
    overflow: hidden;
  }

  .af_shape:after {
    bottom: -30px;
    font-size: 42px;
  }

  /*********************/
  .center_midashi {
    font-size: 22px;
    text-align: center;
    display: block;
  }
  .center_midashi .ja {
    position: relative;
    z-index: 100;
    border-bottom: 1px solid #11409c;
    padding-bottom: 5px;
  }
  .center_midashi .eng {
    top: -20px;
    font-size: 32px;
    text-align: center;
  }

  #news {
    padding: 20px 20px 30px;
  }
  #news li {
    display: table;
    width: 100%;
  }
  #news li .cell1 {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
    font-size: 14px;
  }
  #news li .cell2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
  }
  #news li a {
    padding: 10px;
  }
  #news:after {
    right: -70px;
    bottom: -70px;
  }

  .time_under {
    font-size: 14px;
    text-align: right;
    position: relative;
  }
  .time_under .eng {
    display: none;
  }

  .sp_br {
    display: none;
  }

  /*****/
  #calender {
    margin-top: 60px;
  }
  #calender .img100 {
    position: relative;
    z-index: 10;
  }
  #calender p {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    text-align: right;
    font-size: 3vw;
    line-height: normal;
  }
  #calender p span {
    display: block;
    font-size: 1.8vw;
  }

  /*************/
  #f_left {
    float: none;
    width: 100%;
    text-align: center;
  }
  #f_left .access {
    background-color: #FFF;
    padding: 5px 10px;
  }
  #f_left .access img {
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    width: auto;
  }
  #f_left .access span {
    display: inline-block;
    padding-left: 20px;
    color: #11409c;
    font-size: 14px;
    position: relative;
    top: 3px;
  }

  #f_tel li {
    display: block;
    width: 100%;
    margin: 10px 0;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 15px 0;
  }
  #f_tel li .fa {
    display: inline-block;
    width: 40px;
    font-size: 24px;
    vertical-align: middle;
    text-align: center;
  }
  #f_tel li .cell1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
  }

  #f_right {
    float: none;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  /*********************************************************
  
  	当院について
  	
  *********************************************************/
  .main_size {
    height: 300px;
    border: 20px solid #FFF;
  }
  .main_size p {
    font-size: 28px;
    text-align: center;
    padding-top: 120px;
  }

  .ab_right {
    position: static;
    right: 0;
    top: 0;
    width: 100%;
    -ms-writing-mode: lr-tb;
    /* for MS IE8+ */
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }

  .midashi24 {
    font-size: 16px;
  }
  .midashi24 br {
    display: none;
  }

  .pr {
    padding-right: 0;
    padding-top: 10px;
  }

  .ab_text {
    line-height: 1.8em;
  }

  .ab_left {
    width: 100%;
  }

  .minimt-20 {
    margin-top: 20px !important;
  }

  .max650 {
    text-align: center;
  }

  .ab_left2 {
    position: static;
    width: 100%;
    -ms-writing-mode: lr-tb;
    /* for MS IE8+ */
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }

  .ab_right2 {
    float: none;
    width: 100%;
  }

  /********/
  .bg_gray {
    background-color: #f3f5f7;
  }

  .left_img {
    float: left;
    margin: 0 40px 40px 0;
  }

  .left20 {
    float: left;
    width: 20%;
  }
  .left20 img {
    width: 100%;
    height: auto;
    max-width: 480px;
  }

  .right77 {
    float: right;
    width: 77%;
  }

  .border_midashi {
    font-size: 18px;
  }
  .border_midashi .bo {
    padding: 10px 30px;
    border: 1px solid #11409c;
    display: inline-block;
    line-height: normal;
    text-align: center;
    position: relative;
  }
  .border_midashi .bo:after {
    content: "";
    border-bottom: 1px solid #11409c;
    position: absolute;
    right: -70px;
    top: 50%;
    width: 80px;
  }
  .border_midashi .eng2 {
    font-size: 10px;
    display: block;
  }

  .pt0 {
    padding-top: 0 !important;
  }

  /*********************************************************
  
  	診療について
  	
  *********************************************************/
  /*********************************************************
  
  	アクセス
  	
  *********************************************************/
  #access_main {
    background-image: url(../images/access1.jpg);
  }

  .access_box {
    padding: 40px 0;
    margin-top: 0px;
  }

  #map2 {
    position: relative;
    top: 0;
  }
  #map2 iframe {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 300px;
  }

  .ac_left {
    float: left;
    width: 45%;
  }

  .ac_right {
    float: right;
    width: 50%;
  }

  .midashi_l {
    font-size: 16px;
    border-left: 3px solid #ffef3e;
    padding-left: 10px;
  }

  /*********************************************************
  
  	お知らせ
  	
  *********************************************************/
  .news_list li {
    border-top: 0;
  }
  .news_list li:last-child {
    border-bottom: 0;
  }
  .news_list a {
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
  }
  .news_list a .shape {
    position: absolute;
    right: 10px;
    top: 20px;
    display: none;
  }
  .news_list a:hover {
    background-color: #E9E9E9;
  }
  .news_list a .n_cell1 {
    display: block;
    width: 100%;
    font-size: 12px;
    background-color: #F0F0F0;
    padding: 10px;
  }
  .news_list a .n_cell2 {
    display: block;
    padding-right: 0;
    padding: 10px 10px 20px;
  }
}
@media only screen and (max-width: 740px) {
  body {
    font-size: 12px;
  }

  .cy_container {
    width: 94%;
  }

  .pc_none {
    display: block;
  }

  .pctab_none {
    display: none;
  }

  .container1060 {
    width: 94%;
    max-width: 1060px;
    margin: 0 auto;
  }

  #logo {
    top: 28px;
  }
  #logo img {
    width: 150px;
    height: auto;
  }

  /******************/
  .left_48 {
    float: none;
    width: 100%;
  }

  .top_midashi {
    font-size: 18px;
    line-height: normal;
  }

  .p_size .ja_mini {
    font-size: 14px;
  }

  .more a {
    padding: 10px 20px;
    font-size: 12px;
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
  }
  .more a:before {
    content: "";
    border-bottom: 1px solid #11409c;
    position: absolute;
    left: -50px;
    top: 20px;
    width: 60px;
  }

  .right_48 {
    float: none;
    width: 100%;
  }

  .minimt-20 {
    margin-top: 20px;
  }

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

  /********************/
  .center {
    text-align: center;
  }

  .icon {
    text-align: center;
  }

  .center_text {
    text-align: left;
  }

  .af_shape:after {
    bottom: -30px;
    font-size: 42px;
  }

  /*********************/
  .center_midashi {
    font-size: 22px;
  }
  .center_midashi .ja {
    position: relative;
    z-index: 100;
    border-bottom: 1px solid #11409c;
    padding-bottom: 5px;
  }
  .center_midashi .eng {
    top: -15px;
    font-size: 24px;
  }

  #news {
    padding: 0;
    border: 0;
  }
  #news li {
    display: block;
    width: 100%;
  }
  #news li .cell1 {
    display: block;
    width: 100%;
    font-size: 12px;
    background-color: #f1f1f1;
    padding: 10px;
  }
  #news li .cell2 {
    display: block;
    vertical-align: middle;
    font-size: 12px;
    padding: 10px 10px 20px;
  }
  #news li a {
    padding: 0;
    border: 0 !important;
  }
  #news:after {
    display: none;
  }

  .more.c_bt a:before {
    content: "";
    border-bottom: 0;
    border-left: 0;
    position: absolute;
    border-bottom: 1px solid #11409c;
    position: absolute;
    left: -50px;
    top: 20px;
    width: 1px;
    height: auto;
    width: 60px;
  }
  .more.c_bt a:hover:before {
    height: auto;
    top: 20px;
    width: 80px;
    left: -70px;
  }

  .minipt0 {
    padding-top: 0;
  }

  /******************************/
  #time {
    margin-top: 20px;
    border-spacing: 5px 5px;
    font-size: 1.8vw;
  }
  #time th {
    padding: 10px 0;
  }
  #time td {
    padding: 10px 0;
  }
  #time tr:nth-child(3) td:nth-child(5) {
    font-size: 1.5vw;
  }

  .time_under {
    font-size: 14px;
    text-align: right;
    position: relative;
  }
  .time_under .eng {
    display: none;
  }

  /*****/
  #calender {
    margin-top: 40px;
  }
  #calender p {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    text-align: right;
    font-size: 4vw;
    line-height: normal;
  }
  #calender p span {
    display: block;
    font-size: 2.8vw;
  }

  /*********************************************************
  
  	当院について
  	
  *********************************************************/
  .main_size {
    height: 250px;
    border: 14px solid #FFF;
  }
  .main_size p {
    font-size: 24px;
    padding-top: 100px;
  }

  .pt0 {
    padding-top: 0 !important;
  }

  /********/
  .left_img {
    float: none;
    margin: 0 0 20px 0;
  }

  .left20 {
    float: left;
    width: 30%;
  }

  .right77 {
    float: right;
    width: 67%;
  }

  .border_midashi {
    font-size: 14px;
  }
  .border_midashi .bo {
    padding: 10px 10px;
    display: block;
  }
  .border_midashi .bo:after {
    display: none;
  }
  .border_midashi .eng2 {
    font-size: 10px;
    display: block;
  }

  /***********/
  .border_box {
    border: 1px dashed #11409c;
    padding: 20px;
  }

  .cy_table li .a_cell1 {
    display: table-cell;
    width: 100px;
    vertical-align: top;
    font-size: 14px;
    position: relative;
    top: -1px;
  }

  .indent_p p {
    padding-left: 12px;
  }

  /************/
  .staff li {
    float: none;
    width: 100%;
  }
  .staff li:nth-child(2n) {
    float: none;
  }
  .staff li:nth-child(n+2) {
    margin-top: 20px;
  }

  .c_bt .bo {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .c_bt .bo:before {
    content: "";
    border-bottom: 0;
    border-left: 1px solid #11409c;
    position: absolute;
    left: 50%;
    top: -60px;
    width: 1px;
    height: 60px;
  }
  .c_bt .bo:after {
    display: none;
  }
  .c_bt .bo:hover:before {
    height: 80px;
    top: -80px;
  }

  .anime_none .bo:hover:before {
    height: 60px;
    top: -60px;
  }

  /*********************************************************
  
  	診療について
  	
  *********************************************************/
  .max510 {
    text-align: center;
  }

  .left48 {
    float: none;
    width: 100%;
  }

  .right48 {
    float: none;
    width: 100%;
  }

  .mini20 {
    font-size: 16px;
  }
  .mini20:after {
    width: 100%;
  }

  .m_number {
    border: 2px solid #f1f2f7;
    text-align: center;
    padding: 20px 0;
  }
  .m_number li {
    display: block;
    padding: 10px 5px;
    float: left;
    width: 50%;
  }
  .m_number li:nth-child(2n+1) {
    clear: both;
  }

  .number {
    background-color: #11409c;
    color: #FFF;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    padding-left: 2px;
    display: block;
    margin: 0 auto;
  }

  _::-webkit-full-page-media, _:future, :root .number {
    line-height: 1.7em;
  }

  /*********************************************************
  
  	健康診断・予防接種
  	
  *********************************************************/
  .check_list li {
    display: block;
    width: 100%;
    border-top: 0;
  }
  .check_list li:last-child {
    border-bottom: 0;
  }
  .check_list li:last-child .c_cell2 {
    padding: 10px 10px 0;
  }
  .check_list li .c_cell1 {
    display: block;
    background-color: #f3f5f7;
    padding: 10px;
    width: 100%;
    font-size: 14px;
  }
  .check_list li .c_cell1 .mini {
    font-size: 10px;
  }
  .check_list li .c_cell2 {
    display: block;
    vertical-align: middle;
    padding: 10px 10px 20px;
  }

  /******/
  .check_table th {
    font-size: 12px;
    padding: 10px;
  }
  .check_table td {
    padding: 10px;
    text-align: center;
  }
  .check_table td:first-child {
    font-size: 12px;
    width: 100px;
  }

  .inline_block {
    display: inline-block;
  }

  .c_number {
    border: 2px solid #f1f2f7;
    text-align: center;
    padding: 20px 0;
  }
  .c_number li {
    float: left;
    width: 50%;
    border-top: 1px solid #aaa;
    padding: 20px 0;
  }
  .c_number li:nth-child(7n+1) {
    clear: none;
  }
  .c_number li:nth-child(2n+1) {
    clear: both;
  }

  .bb_b {
    border-bottom: 1px solid #11409c;
  }

  /*********************************************************
  
  	アクセス
  	
  *********************************************************/
  .access_box {
    padding: 40px 0;
    margin-top: 0px;
  }

  #map2 {
    position: relative;
    top: 0;
  }
  #map2 iframe {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 300px;
  }

  .ac_left {
    float: none;
    width: 100%;
  }

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

  .midashi_l {
    font-size: 16px;
    border-left: 3px solid #ffef3e;
    padding-left: 10px;
  }
}
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width: 480px) {
  /*************************/
  .spbr2 {
    display: block;
  }

  #top_main {
    background-image: url(../images/spmain.jpg);
  }

  #cloud,
  #t_bg {
    display: none;
  }

  .main_border {
    border: 10px solid #FFF;
  }
  .main_border #title {
    font-size: 6vw;
    margin-top: -40px;
  }
  .main_border #title span {
    display: block;
  }

  /******************************/
  #time {
    font-size: 3vw;
  }
  #time th {
    padding: 5px 0;
  }
  #time td {
    padding: 5px 0;
  }
  #time tr:nth-child(3) td:nth-child(5) {
    font-size: 2.8vw;
  }
  #time tr:nth-child(3) td:nth-child(5) br {
    display: none;
  }

  .time_under {
    font-size: 11px;
    text-align: left;
    position: relative;
  }

  /*************/
  #f_left .access img {
    height: 25px;
    width: auto;
  }
  #f_left .access span {
    padding-left: 10px;
    font-size: 12px;
    top: 3px;
  }

  .minit-12 {
    font-size: 12px !important;
  }

  #f_tel li {
    padding: 10px 0;
  }
  #f_tel li .fa {
    display: inline-block;
    width: 30px;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
  }
  #f_tel li .cell1 {
    font-size: 12px;
  }

  .parking {
    position: relative;
    top: -1px;
  }

  #map iframe {
    height: 250px;
  }

  #copy {
    font-size: 10px;
  }
	.takasa1{
		height: 380px;
	}
	
	
}
/*# sourceMappingURL=index.css.map */

/*# sourceMappingURL=index.css.map */
