@charset "UTF-8";
/* Scss Document */
/*****/
#cy_header {
  border-top: 5px solid #6182bd;
  height: 100vh;
  overflow: hidden;
}

.h_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
}

#cy_nav {
  width: 68%;
}

#cy_nav ul {
  display: flex;
  border-left: 1px solid #39271a;
}

#cy_nav li {
  width: 16.66%;
  text-align: center;
  border-right: 1px solid #39271a;
}

#cy_nav .font1 {
  display: block;
  color: #6182bd;
  font-size: 12px;
}

#cy_nav p {
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.5em;
}

#cy_nav a {
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
}

#cy_nav a:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  filter: blur(5px);
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 60px;
  height: 10px;
  border-radius: 50%;
  display: block;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

#cy_nav img {
  position: relative;
  top: 0;
  transition: 0.3s ease-in-out;
}

#cy_nav a:hover img {
  top: -5px;
}

#cy_nav a:hover:after {
  opacity: 1;
}

#cy_nav .now img {
  top: -5px;
}

#cy_nav .now a:after {
  opacity: 1;
}

/*****/
.flexslider {
  position: relative;
}

.flexslider,
#fade1,
#fade2,
#fade3 {
  height: calc(100vh - 190px);
}

#fade1,
#fade2,
#fade3 {
  background-position: 30% 0;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

#title_box {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  color: #FFF;
}

#title1 {
  font-size: 56px;
  line-height: 1.5em;
}

#title2 {
  font-size: 28px;
  padding-top: 15px;
}

#title2 span {
  border-top: 1px solid #FFF;
  padding-top: 10px;
}

/*******************/
#top_bg {
  background: url(../images/top1-26.jpg) 50% 0/cover no-repeat;
  padding: 120px 0 210px;
  position: relative;
}

.bg_w {
  background-color: #FFF;
}

.padding120 {
  padding: 120px 0;
}

.midashi {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3em;
}

.midashi .eng {
  color: #6182bd;
  display: block;
  font-size: 16px;
}

.center {
  text-align: center;
}

.midashi20 {
  font-size: 20px;
}

.bb_span {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.center_text {
  text-align: center;
  line-height: 2.4em;
}

.more a {
  display: block;
  width: 100%;
  max-width: 280px;
  background-color: #6182bd;
  color: #FFF;
  padding: 15px 0 15px 40px;
  text-decoration: none;
  position: relative;
}

.more.m_auto a {
  margin: 0 auto;
}

.a_shape {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.a_shape:before {
  content: "";
  border-bottom: 1px solid #FFF;
  width: 50px;
  display: block;
}

.a_shape:after {
  content: "";
  border-bottom: 1px solid #FFF;
  width: 15px;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  transform: translateY(-50%) rotate(30deg);
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.more a:hover .a_shape:after {
  opacity: 1;
}

.more a:hover {
  background-color: #365fa7;
}

#posi_img {
  position: absolute;
  right: 0;
  bottom: -100px;
}

#posi_img li {
  display: inline-block;
  padding-left: 20px;
}

#posi_img li:nth-child(1) {
  position: relative;
  top: 70px;
}

/**************************/
.padding250_120 {
  padding: 250px 0 120px;
}

.top_table {
  display: table;
  width: 100%;
}

.top_cell1 {
  display: table-cell;
  width: 480px;
  vertical-align: top;
}

.top_cell2 {
  display: table-cell;
  vertical-align: top;
  position: relative;
  top: -20px;
}

.news a {
  color: #000;
  text-decoration: none;
  display: table;
  width: 100%;
  padding: 30px 20px;
}

.news li:nth-child(2n) a {
  background-color: #e9f0fd;
}

.n_cell1 {
  display: table-cell;
  width: 260px;
  color: #6182bd;
  position: relative;
  font-size: 22px;
  line-height: normal;
}

.cate {
  font-size: 13px;
  border: 1px solid #6182bd;
  width: 110px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 1px;
  text-align: center;
  padding: 5px 0;
}

.n_cell2 {
  display: table-cell;
  padding: 0 60px 0 20px;
  position: relative;
  top: -2px;
}

.n_shape {
  position: absolute;
  right: 0;
  top: 5px;
  color: #6182bd;
}

/****/
.posimore {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
}

/**********************/
#top_bg2 {
  background: url(../images/top4-36.jpg) 50% 0/cover no-repeat;
  height: 650px;
}

.bg_blue {
  background-color: #3a64b1;
  color: #FFF;
}

.padding120 {
  padding: 120px 0;
}

.mt_minus {
  margin-top: -140px;
}

.midashi.color_w {
  color: #FFF;
}

.midashi.color_w .eng {
  color: #FFF;
}

.top_three {
  display: flex;
  justify-content: space-between;
}

.top_three li {
  width: 30.33%;
}

.top_three a {
  color: #FFF;
  text-decoration: none;
}

.link_shape {
  position: absolute;
  right: 0;
  bottom: 0;
}

.midashi3 {
  text-align: center;
  padding: 30px 0 20px;
  font-size: 24px;
  line-height: 1.5em;
}

.midashi3 .eng {
  display: block;
  font-size: 14px;
}

.text3 {
  font-size: 14px;
}

.more.more_w a {
  background-color: #FFF;
  color: #6182bd;
}

.more.more_w .a_shape:after, .more.more_w .a_shape:before {
  border-color: #6182bd;
}

/******************************/
.mt-150 {
  margin-top: 150px;
}

.right_box {
  margin: 0 0 0 auto;
  width: 40%;
  max-width: 600px;
  background-color: #FFF;
  position: relative;
  z-index: 500;
  height: 543px;
}

.midashi.midashi_ver {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  min-height: 400px;
}

.midashi.midashi_ver .eng {
  padding-top: 80px;
}

.left_box {
  width: 68%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}

.left_box img {
  width: 1300px;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/***********************/
.map_right {
  width: 46%;
  margin: 0 0 0 auto;
}

.map_width {
  width: 94%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}

.map_tel {
  color: #6182bd;
  font-size: 20px;
  font-weight: bold;
}

.map_tel span {
  font-size: 28px;
}

.map_text {
  background-color: #e9f0fd;
  padding: 15px 10px;
  color: #6182bd;
  font-weight: bold;
}

.time_table {
  width: 100%;
}

.time_table th {
  width: 170px;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #39271a;
}

.time_table td {
  text-align: center;
  color: #3a64b1;
  padding: 15px 0;
  border-bottom: 1px solid #39271a;
}

.time_table tr:last-child th,
.time_table tr:last-child td {
  border-bottom: 0;
}

.map_left {
  width: 54%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.map_left iframe {
  width: 100%;
  height: 100%;
}

/************************/
#cy_footer {
  margin-top: 120px;
  background-color: #3a64b1;
}

#f_logo {
  text-align: center;
  padding-top: 120px;
}

#f_nav {
  width: 100%;
  max-width: 1070px;
  margin: 100px auto 0;
  display: flex;
  border-left: 1px solid #FFF;
}

#f_nav li {
  width: 16.66%;
  border-right: 1px solid #FFF;
  text-align: center;
  font-size: 14px;
}

#f_nav a {
  color: #FFF;
  display: block;
  text-decoration: none;
  line-height: 1.5em;
}

#f_nav a .font1 {
  display: block;
  font-size: 10px;
}

#copy {
  background-color: #434343;
  text-align: center;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  margin-top: 80px;
}

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

	当院について
	
***************************************************************/
#cy_header_in {
  position: relative;
}

#about_main {
  background-image: url(../images/about1.jpg);
}

.main_size {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 370px;
  position: relative;
}

.main_size:before, .main_size:after {
  content: "";
  width: 429px;
  height: 330px;
  position: absolute;
}

.main_size:before {
  background-image: url(../images/mainleft.png);
  background-position: left 0;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
}

.main_size:after {
  background: url(../images/mainright.png) left 0/auto 100% no-repeat;
  right: 0;
  top: 0;
}

#title_in {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 38px;
  color: #FFF;
  line-height: 1.4em;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 7px, rgba(0, 0, 0, 0.4) -1px 1px 7px, rgba(0, 0, 0, 0.4) 1px -1px 7px, rgba(0, 0, 0, 0.4) -1px -1px 7px;
}

#title_in .t_eng {
  display: block;
  font-size: 22px;
}

/************************/
.midashi30 {
  font-size: 30px;
}

.bb_span_blue {
  border-bottom: 1px solid #3a64b1;
}

.color {
  color: #3a64b1;
}

.about_three {
  display: flex;
  justify-content: space-between;
}

.about_three li {
  width: 30%;
}

.about_three li:nth-child(2) {
  width: 33.33%;
}

/**********************/
.about_af_bg {
  position: relative;
  padding-bottom: 120px;
}

.about_af_bg:after {
  content: "";
  background-color: #e9f0fd;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 94%;
  z-index: 1;
  height: 90%;
}

.ab_flex {
  display: flex;
  justify-content: space-between;
}

.ab_left {
  width: 46%;
  padding-top: 180px;
}

.ab_right {
  width: 46%;
}

.midashi24 {
  font-size: 24px;
}

.name {
  text-align: right;
}

.ab_midashi {
  position: relative;
  background-color: #FFF;
  padding: 15px 40px;
  color: #6182bd;
  font-weight: bold;
  font-size: 18px;
}

.ab_midashi:after {
  content: "";
  border-bottom: 1px solid #6182bd;
  width: 30px;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  display: block;
}

.ab_text {
  padding: 15px 40px;
}

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

	診療案内
	
***************************************************************/
#treatment_main {
  background-image: url(../images/treatment1.jpg);
}

.bg_blue2 {
  background-color: #f4f7fd;
}

.padding80_0 {
  padding: 80px 0;
}

.treat_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.treat_list li {
  width: 48%;
  background-color: #FFF;
  padding: 0 20px 60px;
  text-align: center;
  margin: 60px 0;
}

.treat_icon {
  margin-top: -40px;
}

.treat_midashi {
  color: #3a64b1;
  font-weight: bold;
  font-size: 24px;
  margin: 15px 0 0;
}

.treat_midashi:after {
  content: "";
  border-left: 2px solid #3a64b1;
  width: 2px;
  margin: 10px auto 10px;
  display: block;
  height: 15px;
}

.treat_text {
  background-color: #e9f0fd;
  padding: 10px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  color: #3a64b1;
}

/************************/
.treat_w46 {
  width: 46%;
}

.treat_width {
  width: 100%;
  max-width: 620px;
  margin: 0 0 0 auto;
  padding-left: 20px;
}

#treat_bg1 {
  background: url(../images/treatment10.jpg) 50% 0/cover no-repeat;
  height: 100%;
}

.treat_r_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

/***************/
.center_bb_midashi {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  color: #3a64b1;
}

.center_bb_midashi:after {
  content: "";
  border-bottom: 3px solid #6182bd;
  width: 30px;
  margin: 10px auto 0;
  display: block;
}

.treat_list2 {
  display: flex;
  justify-content: space-between;
}

.treat_list2 li {
  width: 49%;
  max-width: 515px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 20px 20px 60px;
}

.treat_list2 p {
  width: 90%;
  margin: 0 auto;
}

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

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

.af_bg_intro {
  position: relative;
  padding-bottom: 100px;
}

.af_bg_intro:after {
  content: "";
  background-color: #e9f0fd;
  position: absolute;
  bottom: 0;
  letter-spacing: 0;
  width: 94%;
  height: 90%;
}

.intro_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.intro_list li {
  width: 48%;
  margin: 40px 0;
}

.intro_list .img100 {
  width: 92%;
}

.intro_t_box {
  background-color: #FFF;
  padding: 40px;
  width: 84%;
  margin: -40px 0 0 auto;
  position: relative;
  z-index: 500;
}

.intro_text {
  min-height: 80px;
  font-size: 14px;
}

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

	骨粗鬆症について
	
***************************************************************/
#oste_main {
  background-image: url(../images/oste1.jpg);
}

.os_flex {
  display: flex;
  justify-content: space-between;
}

.os_left {
  width: 46%;
}

.os_right {
  width: 46%;
}

.bg_blue3 {
  background-color: #e9f0fd;
}

.os_list {
  display: flex;
  justify-content: space-between;
}

.os_list li {
  width: 23%;
}

.os_midashi {
  background-color: #6182bd;
  color: #FFF;
  text-align: center;
  position: relative;
  z-index: 100;
  margin: -23px auto 0;
  padding: 10px;
  text-align: center;
  width: 84%;
}

.item_center {
  align-items: center;
}

/**********/
.point_list {
  display: flex;
  justify-content: space-between;
}

.point_list li {
  width: 31%;
}

.point_midashi {
  color: #3a64b1;
  font-size: 22px;
  position: relative;
}

.point_midashi span {
  background-color: #FFF;
  padding-right: 20px;
  position: relative;
  z-index: 100;
}

.point_midashi:after {
  content: "";
  border-bottom: 1px solid #3a64b1;
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(50% + 3px);
  transform: translateY(-50%);
}

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

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

.ac_flex {
  display: flex;
  justify-content: space-between;
}

.ac_left {
  width: 46%;
  padding-left: 20px;
}

.ac_width {
  width: 100%;
  max-width: 530px;
  margin: 0 0 0 auto;
}

.ac_right {
  width: 46%;
}

.ac_tel {
  color: #3a64b1;
  font-weight: bold;
  font-size: 18px;
}

.ac_tel span {
  font-size: 28px;
}

.ac_text {
  background-color: #6182bd;
  color: #FFF;
  text-align: center;
  padding: 10px;
  position: relative;
  font-weight: bold;
}

.ac_text:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #6183bd transparent transparent transparent;
}

.af_bg_access {
  position: relative;
  padding: 80px 0;
}

.af_bg_access:after {
  content: "";
  background-color: #f4f7fd;
  height: 100%;
  width: 94%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

/*********/
.ac_flex2 {
  display: flex;
  justify-content: space-between;
}

.ac_left2 {
  width: 46%;
  position: relative;
  border: 2px solid #3a64b1;
  padding: 80px 40px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ac_box {
  position: absolute;
  width: 80%;
  max-width: 300px;
  text-align: center;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFF;
}

.ac_icon {
  margin-bottom: 10px;
}

.ac_right2 {
  width: 46%;
  position: relative;
  border: 2px solid #3a64b1;
  padding: 80px 40px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ac_text3 {
  background-color: #6182bd;
  color: #FFF;
  padding: 10px 40px;
  font-size: 18px;
}

/*****/
.ac_map {
  position: relative;
}

.ac_map iframe {
  width: 100%;
  height: 500px;
}

.map_minus {
  margin-top: -30px;
}

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

	お知らせ
	
***************************************************************/
#news_main {
  background-image: url(https://mikami-seikei.com/images/news.jpg);
}

/* PC用
------------------------------------------------------------*/
@media only screen and (max-width: 1600px) {
  /*****/
  .flexslider,
  #fade1,
  #fade2,
  #fade3 {
    height: calc(100vh - 190px);
  }
  #fade1,
  #fade2,
  #fade3 {
    background-position: 30% 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #title_box {
    top: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  .brnone1200 {
    display: none;
  }
  /*****/
  #logo img {
    width: 240px;
    height: auto;
  }
  #cy_nav {
    width: 74%;
  }
  #cy_nav .font1 {
    font-size: 10px;
  }
  #cy_nav p {
    font-size: 12px;
  }
  /**************************/
  .top_cell1 {
    display: table-cell;
    width: 320px;
    vertical-align: top;
  }
}

@media only screen and (max-width: 1024px) {
  /*****/
  .h_flex {
    display: flex;
    padding: 20px 0;
  }
  #logo img {
    width: 240px;
    height: auto;
  }
  #cy_nav {
    display: none;
  }
  /*****/
  .flexslider,
  #fade1,
  #fade2,
  #fade3 {
    height: calc(100vh - 100px);
  }
  #fade1,
  #fade2,
  #fade3 {
    background-position: 20% 0;
  }
  #title_box {
    top: 80px;
  }
  /*******************/
  #top_bg {
    padding: 80px 0;
    position: relative;
  }
  .padding120 {
    padding: 80px 0;
  }
  .midashi {
    font-size: 26px;
    line-height: 1.3em;
  }
  .midashi .eng {
    font-size: 14px;
  }
  .midashi20 {
    font-size: 18px;
  }
  .center_text {
    text-align: center;
    line-height: 2.4em;
  }
  #posi_img {
    position: static;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    width: 94%;
    margin: 0 auto;
  }
  #posi_img li {
    display: block;
    padding-left: 0;
    width: 50%;
  }
  #posi_img li img {
    width: 100%;
    height: auto;
  }
  #posi_img li:nth-child(1) {
    position: relative;
    top: 0;
    width: 48%;
  }
  /**************************/
  .padding250_120 {
    padding: 80px 0;
  }
  .top_table {
    display: block;
  }
  .top_cell1 {
    display: block;
    width: 100%;
  }
  .top_cell2 {
    display: block;
    top: 0;
    margin-top: 20px;
  }
  .news a {
    display: block;
    padding: 30px 20px;
  }
  .n_cell1 {
    display: block;
    width: 100%;
    color: #6182bd;
    position: relative;
    font-size: 18px;
  }
  .cate {
    font-size: 12px;
    width: 110px;
    display: block;
    position: static;
    padding: 5px 0;
    margin-bottom: 15px;
  }
  .n_cell2 {
    display: block;
    padding: 0;
    position: relative;
    top: -2px;
  }
  .n_shape {
    position: absolute;
    right: 0;
    top: 0;
    color: #6182bd;
  }
  /**********************/
  #top_bg2 {
    height: 350px;
  }
  .padding120 {
    padding: 60px 0;
  }
  .mt_minus {
    margin-top: -40px;
  }
  .midashi.color_w {
    color: #FFF;
  }
  .midashi.color_w .eng {
    color: #FFF;
  }
  .top_three {
    display: block;
  }
  .top_three li {
    width: 100%;
    margin: 40px 0;
  }
  .top_three a {
    display: table;
    width: 100%;
  }
  .top_three .posi {
    display: table-cell;
    vertical-align: top;
    width: 320px;
  }
  .top_three .sp_cell {
    display: table-cell;
    vertical-align: top;
    padding-left: 40px;
  }
  .link_shape {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .midashi3 {
    padding: 0 0 20px;
    font-size: 20px;
    line-height: 1.5em;
    text-align: left;
  }
  .midashi3 .eng {
    display: block;
    font-size: 14px;
  }
  /******************************/
  .mt-150 {
    margin-top: 60px;
  }
  /***********************/
  .map_right {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .map_left {
    width: 100%;
    position: static;
    height: 400px;
    margin-top: 40px;
  }
  .map_left iframe {
    width: 100%;
    height: 100%;
  }
  /************************/
  #cy_footer {
    margin-top: 100px;
  }
  #f_logo {
    padding-top: 60px;
  }
  #f_nav {
    width: 100%;
    margin: 60px auto 0;
    border-left: 0;
    flex-wrap: wrap;
  }
  #f_nav li {
    width: 33.33%;
    font-size: 14px;
    margin: 20px 0;
  }
  #f_nav li:nth-child(3n) {
    border-right: 0;
  }
  #f_nav a {
    color: #FFF;
    display: block;
    text-decoration: none;
    line-height: 1.5em;
  }
  #f_nav a .font1 {
    display: block;
    font-size: 10px;
  }
  /**************************************************************

	当院について
	
***************************************************************/
  .main_size {
    height: 270px;
  }
  .main_size:before, .main_size:after {
    content: "";
    width: 300px;
    height: 230px;
  }
  #title_in {
    font-size: 30px;
    line-height: 1.4em;
  }
  #title_in .t_eng {
    font-size: 18px;
  }
  /************************/
  .midashi30 {
    font-size: 20px;
  }
  .about_three {
    display: flex;
    justify-content: space-between;
  }
  .about_three li {
    width: 30%;
  }
  .about_three li:nth-child(2) {
    width: 33.33%;
  }
  /**************************************************************

	診療案内
	
***************************************************************/
  .padding80_0 {
    padding: 60px 0;
  }
  .treat_list {
    display: block;
  }
  .treat_list li {
    width: 100%;
    padding: 40px 20px;
    margin: 60px 0;
  }
  .treat_icon {
    margin-top: 0;
  }
  .treat_midashi {
    font-size: 20px;
    margin: 15px 0 0;
  }
  /**************************************************************

	アクセス
	
***************************************************************/
  /*********/
  .ac_flex2 {
    display: block;
  }
  .ac_left2 {
    width: 100%;
    margin-top: 120px;
    padding: 80px 40px 60px;
    display: block;
  }
  .ac_box {
    position: absolute;
    width: 80%;
    max-width: 300px;
    text-align: center;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFF;
  }
  .ac_right2 {
    width: 100%;
    margin-top: 120px;
    position: relative;
    border: 2px solid #3a64b1;
    padding: 80px 40px 60px;
    display: block;
  }
  /****/
  .posimore {
    position: static;
    left: 0;
    bottom: 0;
    width: 280px;
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 740px) {
  #fade1, #fade2, #fade3{
    background-position: 50%!important;
  }
  #cy_header{
    height:90vh;
  }
  .flexslider, #fade1, #fade2, #fade3{
    height: 80vh!important;
  }
  #logo img {
    width: 180px;
    height: auto;
  }
  /*****/
  .flexslider,
  #fade1,
  #fade2,
  #fade3 {
    height: calc(100vh - 80px);
  }
  #fade1,
  #fade2,
  #fade3 {
    background-position: 20% 0;
  }
  #title_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    color: #FFF;
  }
  #title1 {
    font-size: 28px;
    line-height: 1.5em;
  }
  #title2 {
    font-size: 16px;
    padding-top: 15px;
  }
  /*******************/
  #top_bg {
    padding: 60px 0;
  }
  .padding120 {
    padding: 60px 0;
  }
  .midashi {
    font-size: 22px;
    line-height: 1.3em;
    text-align: center;
  }
  .midashi .eng {
    font-size: 14px;
  }
  .midashi20 {
    font-size: 16px;
  }
  .bb_span {
    line-height: 2.4em;
  }
  .center_text {
    text-align: left;
    line-height: 2em;
  }
  /**************************/
  .padding250_120 {
    padding: 60px 0;
  }
  .top_cell2 {
    margin-top: 20px;
  }
  .news a {
    display: block;
    padding: 20px;
  }
  .n_cell1 {
    font-size: 16px;
  }
  .cate {
    font-size: 12px;
    width: 80px;
    display: block;
    position: static;
    margin-bottom: 10px;
  }
  .n_cell2 {
    display: block;
    padding: 0 30px 0 0;
    position: relative;
    top: -2px;
  }
  .n_shape {
    position: absolute;
    right: 0;
    top: 0;
    color: #6182bd;
  }
  /**********************/
  #top_bg2 {
    height: 250px;
  }
  .padding120 {
    padding: 60px 0;
  }
  .mt_minus {
    margin-top: 60px;
  }
  .top_three li {
    margin: 40px 0;
  }
  .top_three a {
    display: block;
    width: 100%;
  }
  .top_three .posi {
    display: block;
    width: 100%;
  }
  .top_three .sp_cell {
    display: block;
    padding-left: 0;
    margin-top: 20px;
  }
  .midashi3 {
    padding: 5px 0 10px;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
  }
  .midashi3 .eng {
    display: block;
    font-size: 12px;
  }
  .text3 {
    font-size: 12px;
  }
  /******************************/
  .right_box {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .midashi.midashi_ver {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    min-height: 0;
    margin-bottom: 40px;
  }
  .midashi.midashi_ver .eng {
    padding-top: 60px;
  }
  .left_box {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    height: 300px;
    overflow: hidden;
    margin-top: 40px;
  }
  .left_box img {
    width: 740px;
  }
  /***********************/
  .map_logo img {
    width: 220px;
    height: auto;
  }
  .map_tel {
    font-size: 18px;
  }
  .map_tel span {
    font-size: 24px;
  }
  .map_text {
    padding: 10px 10px;
  }
  .time_table th {
    width: 110px;
    padding: 10px 0;
  }
  .time_table td {
    padding: 10px 0;
  }
  .time_table tr:last-child th,
  .time_table tr:last-child td {
    border-bottom: 0;
  }
  .map_left {
    height: 300px;
  }
  /************************/
  #f_logo img {
    width: 200px;
    height: auto;
  }
  #f_nav {
    width: 100%;
    margin: 20px auto 0;
    border-left: 0;
    flex-wrap: wrap;
  }
  #f_nav li {
    width: 50%;
    font-size: 14px;
    margin: 20px 0;
  }
  #f_nav li:nth-child(3n) {
    border-right: 0;
  }
  #f_nav li:nth-child(2n+1) {
    border-right: 1px solid #FFF;
  }
  #f_nav li:nth-child(2n) {
    border-right: 0;
  }
  #copy {
    margin-top: 40px;
  }
  /**************************************************************

	当院について
	
***************************************************************/
  .main_size {
    height: 200px;
  }
  .main_size:before, .main_size:after {
    content: "";
    width: 130px;
    height: 100px;
  }
  #title_in {
    font-size: 24px;
  }
  #title_in .t_eng {
    font-size: 14px;
  }
  /************************/
  .midashi30 {
    font-size: 18px;
  }
  .about_three {
    display: block;
  }
  .about_three li {
    width: 100%;
    margin: 5px 0;
  }
  .about_three li:nth-child(2) {
    width: 100%;
  }
  /**********************/
  .about_af_bg {
    position: relative;
    padding: 60px 0;
  }
  .about_af_bg:after {
    width: 100%;
    height: 100%;
  }
  .ab_flex {
    display: block;
  }
  .ab_left {
    width: 100%;
    padding-top: 0;
  }
  .ab_right {
    width: 100%;
    margin-top: 40px;
  }
  .midashi24 {
    font-size: 16px;
  }
  .name {
    text-align: right;
  }
  .name img {
    width: 260px;
    height: auto;
  }
  .ab_midashi {
    padding: 10px 40px;
    font-size: 16px;
  }
  .ab_text {
    padding: 15px 40px;
  }
  /**************************************************************

	診療案内
	
***************************************************************/
  .padding80_0 {
    padding: 40px 0;
  }
  .treat_list {
    display: block;
  }
  .treat_list li {
    width: 100%;
    padding: 40px 20px;
    margin: 20px 0;
  }
  .treat_list li:nth-child(1) {
    margin-top: 0;
  }
  .treat_icon {
    margin-top: 0;
  }
  .treat_icon img {
    width: 60px;
    height: auto;
  }
  .treat_midashi {
    font-size: 18px;
    margin: 15px 0 0;
  }
  /************************/
  .treat_w46 {
    width: 100%;
  }
  .treat_width {
    width: 94%;
    max-width: 94%;
    margin: 0 auto;
    padding-left: 0;
  }
  #treat_bg1 {
    background: url(../images/treatment10.jpg) 50% 0/cover no-repeat;
    height: 300px;
  }
  .treat_r_img {
    position: static;
    margin: 40px auto 0;
    width: 94%;
  }
  /***************/
  .center_bb_midashi {
    font-size: 18px;
  }
  .center_bb_midashi:after {
    content: "";
    border-bottom: 3px solid #6182bd;
    width: 30px;
    margin: 10px auto 0;
    display: block;
  }
  .treat_list2 {
    display: block;
  }
  .treat_list2 li {
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
    padding: 20px 20px 20px;
  }
  .treat_list2 p {
    width: 100%;
    margin: 0 auto;
  }
  /**************************************************************

	院内紹介
	
***************************************************************/
  .af_bg_intro {
    position: relative;
    padding: 20px 0;
  }
  .af_bg_intro:after {
    content: "";
    background-color: #e9f0fd;
    position: absolute;
    bottom: 0;
    letter-spacing: 0;
    width: 100%;
    height: 100%;
  }
  .intro_list {
    display: block;
  }
  .intro_list li {
    width: 100%;
    margin: 20px 0;
  }
  .intro_list .img100 {
    width: 100%;
  }
  .intro_t_box {
    background-color: #FFF;
    padding: 20px;
    width: 100%;
    margin: -10px 0 0 auto;
  }
  .intro_text {
    min-height: 0;
    font-size: 12px;
  }
  /**************************************************************

	骨粗鬆症について
	
***************************************************************/
  .os_flex {
    display: block;
  }
  .os_left {
    width: 100%;
  }
  .os_right {
    width: 100%;
    margin-top: 40px;
  }
  .os_list {
    display: block;
  }
  .os_list li {
    width: 100%;
    margin: 20px 0;
  }
  /**********/
  .point_list {
    display: block;
  }
  .point_list li {
    width: 100%;
    margin: 40px 0;
  }
  .point_midashi {
    font-size: 20px;
  }
  /**************************************************************

	アクセス
	
***************************************************************/
  .ac_flex {
    display: block;
  }
  .ac_left {
    width: 100%;
    padding-left: 0;
  }
  .ac_width {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 auto;
  }
  .ac_right {
    width: 100%;
    margin-top: 40px;
  }
  .af_bg_access {
    padding: 40px 14px;
  }
  .af_bg_access:after {
    width: 100%;
  }
  /*********/
  .ac_flex2 {
    display: block;
  }
  .ac_left2 {
    margin-top: 80px;
    padding: 60px 40px 40px;
    display: block;
  }
  .ac_box {
    top: -40px;
  }
  .ac_icon img {
    height: 40px;
    width: auto;
  }
  .ac_right2 {
    width: 100%;
    margin-top: 120px;
    position: relative;
    border: 2px solid #3a64b1;
    padding: 60px 40px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .ac_text3 {
    padding: 10px;
    font-size: 16px;
  }
  .ac_tel span {
    font-size: 22px;
  }
  /*****/
  .ac_map iframe {
    width: 100%;
    height: 300px;
  }
  .map_minus {
    margin-top: 20px;
  }
}

/* スマートフォン 縦(ポートレート) */
