@charset "utf-8";
/* ----------------------------------------------------------------------------------
	common
---------------------------------------------------------------------------------- */
body {
  font-family: "Kosugi Maru", "Noto Sans Japanese", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}
/* Font
-------------------------------*/
@font-face {
  font-family: "LogoTypeGothic";
  src: url("../font/07LogoTypeGothic7.eot?") format('eot'), url("../font/07LogoTypeGothic7.woff") format('woff');
}
.LogoType {
  font-family: "LogoTypeGothic", "Noto Sans Japanese", "メイリオ", "Meiryo", Osaka, sans-serif;
  font-family: "Kosugi Maru", "Noto Sans Japanese", "メイリオ", "Meiryo", Osaka, sans-serif;
}
/* InnerFrame
-------------------------------*/
.inner {
  padding: 0;
}
/* Link
-------------------------------*/
a:link, a:visited {
  color: #2990D0;
}
a:hover {
  color: #ff9900;
}
/* Index
-------------------------------*/
.h2_area {
  background-color: #E0F4F2;
  text-align: center;
  padding: 2rem 0 0 0;
}
.h2class {
  text-align: center;
  font-weight: normal;
  font-size: 2.6rem;
  padding: 2rem 0.5rem 2rem;
  color: #4E9D8D;
}
.h3class {
  background-image: url(../images/h3_p2.png), url(../images/dotline.png);
  background-repeat: no-repeat, repeat-x;
  background-position: center center, bottom center;
  font-weight: bold;
  margin-bottom: 1.8rem;
  color: #4E9D8D;
  font-size: 2rem;
  padding: 7rem 0 1rem 0;
  text-align: center;
}
#TopPage .h3class {
  padding: 7rem 0 1rem 0;
}
#Lower .h3class {
  padding: 6rem 0 4rem 0;
}
.greetbox .h3class {
  background-image: url(../images/h3_p2.png), none;
  background-repeat: no-repeat, repeat-x;
  background-position: center center, bottom center;
}
.features .h3class {
  background-image: url(../images/h3_p1.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.h3class span {
  display: block;
  color: #9A9A9A;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
  padding-top: 4rem;
}
.features .h3class span {
  color: #ffffff;
}
.h4class {
  font-weight: normal;
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid #30A3AF;
  color: #30A3AF;
  font-size: 1.8rem;
  padding: 0.6rem;
}
.h4class:before {
  font-family: FontAwesome;
  content: "\f0f1\00a0";
}
.h5class {
  font-weight: normal;
  border-bottom: 1px dashed #167F6A;
  margin-bottom: 1rem;
  color: #167F6A;
  font-size: 1.7rem;
  padding: 0.5rem;
}
.h5class:before {
  font-family: FontAwesome;
  content: "\f0da\00a0";
}
.h6class {
  font-weight: normal;
  border-bottom: 1px dashed #60351B;
  margin-bottom: 1rem;
  color: #60351B;
  font-size: 1.6rem;
  padding: 0.5rem;
}
/* Header
-------------------------------*/
header {
  /* flex化 */
  display: flex;
  display: -webkit-flex;
  /* headerロゴを上下中央 */
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #ffffff;
  padding: 1rem 0;
}
.head_info {
  /* flex化 */
  display: flex;
  display: -webkit-flex;
}
/* Navigation
-------------------------------*/
nav {
  display: block;
  background-color: #ffffff;
  margin: 2rem 0;
}
nav .inner {
  padding: 0;
}
nav ul {
  font-size: 0;
}
nav li {
  display: inline-block;
  width: 50%;
  padding: 0 0.5rem;
}
nav li span {
  font-size: 1rem;
  display: block;
  color: #B5E1DE;
}
nav li a {
  text-align: center;
  font-size: 1.4rem;
  display: block;
  line-height: 1.6rem;
  padding: 1rem;
  border-bottom: 2px solid #B5E1DE;
}
nav li a:hover {
  color: #ff0000;
}
nav li a:link, nav li a:visited {
  color: #39B9AC;
}
/* Main
-------------------------------*/
.mainarea {
  padding: 2rem;
}
/* SideNavi
-------------------------------*/
.sidenavi {
  background-image: url(../images/back_side.png);
  width: 100%;
  padding: 2rem 0;
}
.sidenavi ul {
  /* flex化 */
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0 0.5rem;
}
.sidenavi ul li {
  background-image: url(../images/listbtn.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 0 0 0 1.8rem;
  text-align: left;
  width: 50%;
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  vertical-align: top;
}
.sidenavi ul li a:link, .sidenavi ul li a:visited {
  color: #ffffff;
}
.sidenavi ul li a:hover {
  color: #DBF7C4;
}
.sidenavi ul li span {
  font-size: 1.2rem;
  display: block;
  padding-top: 0.2rem;
}
.sidenavi ul li span:before {
  content: "・";
  color: #ffffff;
}
/* Footer
-------------------------------*/
footer {
  background-color: #2AA79A;
  font-size: 1.6rem;
  line-height: 1.6;
}
footer .inner {
  padding: 1.4rem;
}
/* FooterLink
-------------------------------*/
footer a:link, footer a:visited {
  color: #2990D0;
}
footer a:hover {
  color: #ff9900;
}
/*	その他
-------------------------------*/
.bottomtel {
  padding: 1em 0;
  text-align: center;
}
/* Copyright
-------------------------------*/
small {
  margin: 0 auto !important;
  display: block;
}
.copyright {
  width: 100%;
  padding: 0.3rem 0;
  background-color: #17877B;
  color: #ffffff;
  text-align: center;
  font-size: 0.8rem;
}
/* ----------------------------------------------------------------------------------
	トップ
---------------------------------------------------------------------------------- */
/*	キービジュアル
-------------------------------*/
.keyv_area {
  background-color: #E0F4F2;
  text-align: center;
}
.keyv_area li img {
  margin: 0 auto;
}
/*	お知らせ
-------------------------------*/
.notice {
  margin-bottom: 2rem;
  height: 30rem;
  overflow: auto;
  padding: 0;
}
.notice .news_title {
  font-size: 1.7rem;
  font-weight: bold;
  color: #7ACCC4;
}
.notice .news_body {
  margin-left: 1rem;
}
.notice dd {
  padding-bottom: 1rem;
  border-bottom: 0.1rem dotted #999;
}
.notice dd:last-child {
  border: none;
}
/*	医院概要
-------------------------------*/
.overview dl {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.overview dt {
  float: left;
  width: 8rem;
  text-align: center;
  margin-bottom: 0.7rem;
  background-color: #98D269;
  color: #ffffff;
  padding: 0.2rem 0;
}
.overview dd {
  margin-left: 10rem;
  margin-bottom: 0.7rem;
  color: #4E9D8D;
}
.overview dd::after {
  content: '';
  display: block;
  clear: both;
}
.overview .title {
  color: #4E9D8D;
  text-align: center;
  font-size: 2.6rem;
}
/*	院長紹介
-------------------------------*/
.bio dt {
  float: left;
  width: 10rem;
  clear: both;
}
.bio dd {
  margin-left: 10rem;
}
/* ----------------------------------------------------------------------------------
	Modules
---------------------------------------------------------------------------------- */
/*	flex setting
-------------------------------*/
.flex_LRTB, .flex_RLTB {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
/* テキスト＋挿絵専用コンポーネント float_TB */
.float_TB::after {
  height: 0;
  content: "";
  display: block;
  clear: both;
}
.L20, .L30, .L40, .L50, .L60, .L70, .L80, .R20, .R30, .R40, .R50, .R60, .R70, .R80 {
  width: 100%;
  float: none;
}
/* signature
-------------------------------*/
.signature {
  font-size: 2rem;
}
.signature span {
  font-size: 1.6rem;
}
.signature span:after {
  content: "　";
}
/*	GoogleMaps
-------------------------------*/
.gmap {
  width: 100%;
  min-height: 40rem;
  margin-bottom: 1rem;
}
/* List
-------------------------------*/
.list_dot {
  padding-left: 2rem;
}
.list_dot li {
  list-style-type: disc;
  margin-left: 1em;
}
.list_caution {
  margin-bottom: 2rem;
}
.list_caution li {
  text-indent: -1.75rem;
  margin-left: 1.75rem;
}
.list_caution li:before {
  content: "※ ";
}
.list_inline li {
  display: inline-block;
  margin-right: 2rem;
}
.list_inline li:before {
  content: "・";
}
li.nad {
  list-style-type: none !important;
  text-align: right;
}
li.nad:before {
  content: "" !important;
}
/* ColoredBox
-------------------------------*/
.colorbox {
  background-color: #F4FFE2;
  padding: 2rem;
  margin-bottom: 2rem;
}
.colorbox .title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #08766A;
}
/* Link Button
-------------------------------*/
.linkbox a:link {
  display: inline-block;
  padding: 0.3rem 2rem;
  background-color: #2AA79A;
  color: #ffffff;
}
.linkbox a:visited {
  color: #ffffff;
}
.linkbox a:hover {
  color: #ffffff;
  background-color: #0F8E80;
}
/* GoToTop
-------------------------------*/
#pageTop {
  display: block;
  position: fixed;
  bottom: -10rem;
  right: 2rem;
  transition: .5s;
}
#pageTop a:before {
  content: "\f0d8\00a0";
  font-family: "FontAwesome";
}
#pageTop a {
  display: block;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #08766A;
  border-radius: 10rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0.9rem 1.6rem 1.3rem 1.6rem;
}
#pageTop a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  display: block;
}
/* for flowdesign
-------------------------------*/
.flowbox {
  background-color: #EBFBFF;
  padding: 2rem;
  margin: 1rem 0;
}
.flowbox .title {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: #359EB8;
}
.flowallow {
  text-align: center;
  color: #FFBE00;
}
.wave001 {
  margin-top: -1rem;
}
.wave002 {}
.wave003 {
  font-size: 0;
  vertical-align: top;
}
.features {
  background-color: #D2EDBC;
}
.features section {
  margin-bottom: 0;
}
.features ul {
  font-size: 0;
}
.features ul li {
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: top;
  width: 50%;
  padding: 0 1.8rem;
}
.features ul li p {
  text-align: left;
}
.features ul li span {
  display: block;
  margin-bottom: 2rem;
}
.features ul li img {
  margin-bottom: 1rem;
}
.greetbox {
  background-image: url(../images/greet_back.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 2rem;
}
.photos ul {
  /* flex化 */
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.photos li {
  width: 50%;
  padding: 0.5rem;
  font-size: 1rem;
  text-align: center;
}
.photos img {
  margin-bottom: 0.5rem;
}
.table001 {
  border: 1px solid #4D9B8C;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
.table001 th, .table001 td {
  padding: 0.7rem 1rem;
  border: 1px solid #4D9B8C;
  font-weight: normal;
}
.table001 th {
  background-color: #F2FFE1;
  color: #4D9B8C;
}
/* -----------------------------------------------------------------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 46.875em) {
  /* Common
-------------------------------*/
  body {
    font-size: 1.6rem;
    min-width: 1170px;
  }
  .h2class {
    font-size: 3.4rem;
    padding: 2.4rem 3rem 2rem;
  }
  #TopPage .h3class {
    font-size: 2.8rem;
    padding: 9rem 0 1rem 0;
    letter-spacing: 0.2rem;
  }
  #Lower .h3class {
    font-size: 2.8rem;
    padding: 7rem 0 5rem 0;
    letter-spacing: 0.2rem;
  }
  .h3class span {
    display: block;
    color: #B9B9B9;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    padding-top: 4rem;
  }
  .features .h3class span {
    color: #ffffff;
  }
  .h4class {
    font-size: 2.2rem;
    padding: 0.4rem 0.6rem;
  }
  .h5class {
    font-size: 1.8rem;
    padding: 0.3rem 0.5rem;
  }
  .h6class {
    font-size: 1.6rem;
    padding: 0.5rem;
  }
  /* InnerFrame
-------------------------------*/
  .inner {
    margin: 0 auto;
    padding: 0;
    width: 1170px;
  }
  /* Header
-------------------------------*/
  header {
    /* flex化解除 */
    display: block;
  }
  .head_info {
    /* 両端に配置 */
    justify-content: space-between;
    -webkit-justify-content: space-between;
    /* 上下配置中央 */
    align-items: center;
    -webkit-align-items: center;
  }
  .head_right {
    /* flex化 */
    display: flex !important;
    display: -webkit-flex !important;
    /* 上下配置中央 */
    align-items: center;
    -webkit-align-items: center;
  }
  /* GlovalNavi
-------------------------------*/
  nav {
    background-color: #ffffff;
    z-index: 5000;
  }
  nav li {
    display: inline-block;
    padding: 0 1rem;
    width: 16.6666%;
  }
  nav li a {
    font-size: 1.8rem;
    padding: 1.6rem;
    font-weight: bold;
  }
  nav .inner {
    padding: 0;
  }
  nav li span {
    font-size: 1.2rem;
  }
  /* Main
-------------------------------*/
  .mainarea {
    width: 87rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  /* SideNavi
-------------------------------*/
  .sidenavi {
    position: relative !important;
    width: 30rem;
    background-color: #E5D38C;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .sidenavi ul {
    padding: 2rem;
  }
  #TopPage .sidenavi ul {
    padding: 17rem 2rem 2rem 2rem;
  }
  .sidenavi ul li {
    background-image: url(../images/listbtn.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0 0 0 3rem;
    text-align: left;
    width: 100%;
    font-size: 2rem;
    margin-bottom: 1rem;
    vertical-align: top;
  }
  .sidenavi ul li span {
    font-size: 1.6rem;
    display: block;
    padding-top: 0.6rem;
  }
  .sidenavi ul li span:before {
    content: "・";
    color: #ffffff;
  }
  .overview dl {
    font-size: 1.4rem;
  }
  /* Footer
-------------------------------*/
  footer .inner {
    padding: 1rem 0;
  }
  .footnavi li {
    display: inline-block;
    margin-right: 1em;
  }
  .footnavi li a:link, .footnavi li a:visited {
    color: #2990D0;
  }
  .footnavi li a:hover {
    color: #ff9900;
  }
  .footnavi li::before {
    font-family: FontAwesome;
    content: "\f0da \00a0";
    color: #2990D0;
  }
  .notice {
    padding: 0 2rem;
  }
  .photos li {
    width: 25%;
    font-size: 1.4rem;
    padding: 1rem;
  }
  /* ----------------------------------------------------------------------------------
	Modules
---------------------------------------------------------------------------------- */
  /* PCで左→右に配置／SPで上→下に配置 */
  .flex_LRTB {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
  /* テキスト＋挿絵専用コンポーネント float_TB */
  .L20 {
    float: left;
    width: 20%;
  }
  .L30 {
    float: left;
    width: 30%;
  }
  .L40 {
    float: left;
    width: 40%;
  }
  .L50 {
    float: left;
    width: 50%;
  }
  .L60 {
    float: left;
    width: 60%;
  }
  .L70 {
    float: left;
    width: 70%;
  }
  .L80 {
    float: right;
    width: 80%;
  }
  .R20 {
    float: right;
    width: 20%;
  }
  .R30 {
    float: right;
    width: 30%;
  }
  .R40 {
    float: right;
    width: 40%;
  }
  .R50 {
    float: right;
    width: 50%;
  }
  .R60 {
    float: right;
    width: 60%;
  }
  .R70 {
    float: right;
    width: 70%;
  }
  .R80 {
    float: right;
    width: 80%;
  }
  .LBP {
    padding: 0 2rem 1rem 0 !important;
  }
  .RBP {
    padding: 0 0 1rem 2rem !important;
  }
  .wave001 {
    margin-top: -5rem;
    min-width: 117rem;
  }
  .TopPos {
    position: relative;
  }
  .wave003 {
    position: absolute;
    top: 0;
  }
  .features ul li {
    width: 25%;
    font-size: 1.6rem;
  }
}

.flexbox_area {
  width: 100%;
  padding: 0 1rem;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.flexbox_L {
  width: 100%;
  text-align: right;
}
.flexbox_R {
  width: 100%;
 }
@media print, screen and (min-width: 46.875em) {
.flexbox_area {
  width: 100%;
  padding: 0 1rem;
  display: -webkit-flex;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.flexbox_L {
  width: 59%;
  text-align: right;
}
.flexbox_R {
  width: 39%;
 }
}
/* -----------------------------------------------------------------------------------------------------------------------------------
	Tablet 73.063=1169px  60em=960px
----------------------------------------------------------------------------------------------------------------------------------- */
/*
@media screen and (min-width: 46.875em) and (max-width: 73.063em){
}

*/