@charset "utf-8";
/* ----------------------------------------------------------------------------------
	common
---------------------------------------------------------------------------------- */
body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "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, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.pc-no { display: block; }
/* InnerFrame
-------------------------------*/
.inner {
  padding: 0;
}
/* Link
-------------------------------*/
a:link, a:visited {
  color: #2990D0;
}
a:hover {
  color: #ff9900;
}
/* Index
-------------------------------*/
.h2_area {
  background-image: url(../images/h2back.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.h2class {
  font-family: "LogoTypeGothic";
  text-align: center;
  font-size: 2.6rem;
  font-weight: normal;
  padding: 2.4rem 0.5rem 2rem;
  color: #046D87;
}
.h3class {
  font-family: "LogoTypeGothic";
  font-size: 2.2rem;
  font-weight: normal;
  padding: 0;
  border-bottom: 0.3rem dotted #3ABBDB;
  margin-bottom: 3rem;
  text-align: center;
  color: #23adcf;
}
.h3class .anot {
  background-image: url(../images/h3_anotation.png);
  background-repeat: no-repeat;
  background-position: right top;
  display: inline-block;
  padding: 1.6rem 2rem 0 0;
}
.h4class {
  font-family: "LogoTypeGothic";
  font-size: 2rem;
  font-weight: normal;
  padding: 0.8rem 1rem;
  margin-bottom: 1rem;
  background-color: #D4F0F4;
  border-left: 5px solid #0695B8;
  color: #0695B8;
}
.h5class {
  font-family: "LogoTypeGothic";
  font-size: 1.8rem;
  font-weight: normal;
  padding: 0.5rem;
  border-bottom: 1px dashed #E9536B;
  margin-bottom: 1rem;
  color: #E9536B;
}
.h6class {
  font-family: "LogoTypeGothic";
  font-size: 1.6rem;
  font-weight: normal;
  padding: 0.5rem;
  border-bottom: 1px dashed #60351B;
  color: #60351B;
  margin-bottom: 1rem;
}
/* Header
-------------------------------*/
header {
  /* flex化 */
  display: flex;
  display: -webkit-flex;
  /* headerロゴを上下中央 */
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #ffffff;
  padding: 1rem;
  background-image: url(../images/header_line.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.head_info {
  /* flex化 */
  display: flex;
  display: -webkit-flex;
}
.head_flex{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.head_flex li{
  width: calc(50% - 0.25rem);
}
.head_flex li.bnr_fever{
  width: 100%;
}
.head_flex a{
  display: block;
}
.head_flex a img{
  width: 100%;
  height: auto;
}
/* Navigation
-------------------------------*/
nav {
  display: block;
  background-color: transparent;
  font-family: "LogoTypeGothic";
  font-weight: 500;
}
nav .inner {
  padding: 0;
}
nav ul {
  font-size: 0;
}
nav li {
  display: inline-block;
  width: 50%;
  padding: 0 1rem;
}
nav li:first-child {
  display: none;
}
nav li a {
  text-align: center;
  font-size: 1.4rem;
  display: block;
  line-height: 1.6rem;
  color: #545454;
  padding: 1rem;
  border-bottom: 4px solid #23ADCF;
}
nav li a:hover {
  color: #ff0000;
}
nav li a:link, nav li a:visited {
  color: #545454;
}
/* Main
-------------------------------*/
.mainarea {
  background-color: #FFFFFF;
  padding: 2rem;
}
/* SideNavi
-------------------------------*/
.sidenavi {
  width: 100%;
}
.sidenavi ul {
  /* flex化 */
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0;
}
.sidenavi ul li {
  text-align: center;
  width: 50%;
  margin-bottom: 1rem;
}

.bnr_ms{
	margin: 20px 20px 0;
	border: 3px solid #4FBDD9;
	padding: 15px;
	background-image: url(../images/bnr_ms_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}
.bnr_ms p:first-child{
	margin-bottom: 5px;
}
.bnr_ms p a{
	color: #E9536B;
	display: block;
	position: relative;
	padding-left: 20px;
}
.bnr_ms p a:hover{
	text-decoration: underline;
}
.bnr_ms p a::before{
	content: "▼";
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 80%;
	color: #4FBDD9;
	transform: rotate(-90deg);
}

/* Footer
-------------------------------*/
footer {
  background-color: #23adcf;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #ffffff;
  padding: 1.4rem 0;
}
/* FooterLink
-------------------------------*/
footer a:link, footer a:visited {
  color: #ffffff;
}
footer a:hover {
  color: #ff9900;
}
.ft_address {
  font-family: "Noto Sans Japanese";
  text-align: left;
  font-size: 1.4rem;
}
/*	その他
-------------------------------*/
.bottomtel {
  padding: 1em 0;
  text-align: center;
}
/* Copyright
-------------------------------*/
small {
  margin: 0 auto !important;
  display: block;
}
.copyright {
  width: 100%;
  padding: 0.3rem 0;
  background-color: #0695b8;
  color: #ffffff;
  text-align: center;
  font-size: 0.8rem;
  font-family: "Noto Sans Japanese";
}
/* ----------------------------------------------------------------------------------
	トップ
---------------------------------------------------------------------------------- */
/*	キービジュアル
-------------------------------*/
.keyv_area {
  background-color: #c0c0c0;
  text-align: center;
}
.keyv_area li img {
  margin: 0 auto;
}
/*	お知らせ
-------------------------------*/
.notice {
  padding: 2rem 1rem;
  height: 30rem;
  overflow: auto;
}
.notice dt.news_title {
  font-size: 1.8rem;
  font-weight: normal;
  padding-left: 1rem;
  color: #e9536b;
}
.notice dd.news_body {
  padding-left: 2rem;
}
.notice dd.news_body {
  color: #737373;
  padding-bottom: 1rem;
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 2rem;
}
.notice dd.news_body:last-child {
  border: none;
}
/*	医院概要
-------------------------------*/
.overview dl {
  margin-bottom: 1rem;
}
.overview dt {
  float: left;
  width: 3rem;
  color: #E9536B;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 0.3rem;
}
.overview dd {
  margin-bottom: 0.3rem;
  margin-left: 3.5rem;
}
.overview dd::after {
  content: '';
  display: block;
  clear: both;
}
.overview .title {
  text-align: center;
  font-size: 2rem;
}
/*	院長紹介
-------------------------------*/
.bio dt {
  float: left;
  width: 7rem;
  clear: both;
}
.bio dd {
  margin-left: 7rem;
}
/* ----------------------------------------------------------------------------------
	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;
}
.mapimg {
  border: 1px solid #c3c3c3;
  display: inline-block;
  margin: 0 auto 2rem;
}
/* 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 ul {
  font-size: 0;
}
.list_inline li {
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 2rem;
}
.gastro1 .list_inline li {
  display: inline-block;
  width: 47%;
  margin: 0 !important;
}
.gastro1 .list_inline li:last-child {
  display: block;
  width: 100%;
}
.gastro1 .list_inline li span {
  font-size: 1.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: #FFE9E9;
  padding: 2rem;
  margin-bottom: 2rem;
}
.colorbox .title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #E9536B;
}
/* Link Button
-------------------------------*/
.linkbox a:link {
  display: inline-block;
  padding: 0.3rem 2rem;
  background-color: #23ADCF;
  color: #ffffff;
}
.linkbox a:visited {
  color: #ffffff;
}
.linkbox a:hover {
  color: #ffffff;
  background-color: #0D7F9B;
}
/* 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: #027A97;
  border-radius: 10rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0.9rem 1.2rem 1.3rem 1.2rem;
}
#pageTop a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  display: block;
}
/* for flowdesign
-------------------------------*/
.flowbox {
  background-color: #FFF0C5;
  border-radius: 1rem;
  padding: 2rem;
  margin: 1rem 0;
}
.flowbox .title {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: #D77000;
}
.flowallow {
  text-align: center;
  color: #D8A100;
}
.boxarea {
  border: 1px solid #c3c3c3;
  margin: 0.5rem;
  padding: 2rem 1rem;
  font-family: "LogoTypeGothic";
}
#guideline {
  background-color: #dff3f8;
  background-image: url(../images/logoback.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 2rem 0.5rem;
  font-family: "LogoTypeGothic";
  margin: 4rem 0 !important;
}
#guideline ul {
  max-width: 60rem;
  font-size: 1.6rem;
  color: #23adcf;
  margin-left: -1rem;
}
#guideline ul li {
  margin-bottom: 1rem;
}
.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;
}
.photos li p:nth-child(3) {
  text-align: left;
}
.table001 {
  width: 100%;
  border: 1px solid #0695B8;
  border-collapse: collapse;
  margin-bottom: 2rem;
  font-size: 90%;
}
.table001 th, .table001 td {
  padding: 0.7rem;
  border: 1px solid #0695B8;
  font-weight: normal;
}
.table001 th {
  background-color: #D4F0F4;
  color: #0695B8;
  width: 25%;
}
.table001 .h5class {
  font-size: 1.3rem;
  padding: 0.3rem;
}


.flow_ol{
  counter-reset: number 0;
}
.flow_ol li{
  border: 3px solid #dff3f8;
  padding: 1rem 2.5rem;
  counter-increment: number 1;
  position: relative;
}
.flow_ol li::before {
  display: inline-block;
  content: counter(number);
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  width: 4rem;
  height: 4rem;
  color: #23adcf;
  font-size: 2.4rem;
  font-family: "LogoTypeGothic";
  line-height: 1;
  border-radius: 50%;
  background: #dff3f8;
  display: grid;
  place-items: center;
}
.flow_ol li:not(:last-child) {
  margin: 0 0 6.0rem;
}
.flow_ol li:not(:last-child)::after { 
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 1.8rem solid #23adcf;
  border-right: 3.5rem solid transparent;
  border-bottom: 1.0rem solid transparent;
  border-left: 3.5rem solid transparent;
  margin: auto;
}

/* -----------------------------------------------------------------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 46.875em) {
 .pc-no { display: none; }
  /* Common
-------------------------------*/
  body {
    font-size: 1.6rem;
  }
  .h2class {
    font-size: 3.4rem;
    font-weight: normal;
    padding: 2.4rem 3rem 2rem;
  }
  .h3class {
    font-family: "LogoTypeGothic";
    font-size: 2.5rem;
    font-weight: normal;
    padding: 0;
    border-bottom: 0.3rem dotted #3ABBDB;
    margin-bottom: 3rem;
    text-align: center;
    color: #23adcf;
  }
  /* InnerFrame
-------------------------------*/
  .inner {
    margin: 0 auto;
    padding: 0;
    max-width: 117rem;
  }
  .boxarea {
    font-size: 2rem;
  }
  #guideline {
    background-color: #dff3f8;
    background-image: url(../images/logoback.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 3rem 2rem;
    font-family: "LogoTypeGothic";
  }
  #guideline ul {
    max-width: 60rem;
    margin: 0 auto;
    font-size: 2rem;
    color: #23adcf;
  }
  #guideline ul li {
    margin-bottom: 0.2rem;
  }
  /* Header
-------------------------------*/
  header {
    /* flex化解除 */
    display: block;
    padding: 1rem 0;
  }
  .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;
  }
  .head_right img {
    max-width: 39rem;
  }
  /* GlovalNavi
-------------------------------*/
  nav {}
  nav li {
    width: 20%;
  }
  nav li:first-child {
    display: inline-block;
  }
  nav li a {
    font-size: 1.8rem;
    padding: 1.6rem;
    margin: 1.6rem;
  }
  nav .inner {
    padding: 0;
  }
  nav li span {
    font-size: 1.2rem;
  }
  /* Main
-------------------------------*/
  .mainarea {
    width: 87rem;
    /* 
	-ms-flex-negative: 0;
    flex-shrink: 0;
*/
  }
  /* SideNavi
-------------------------------*/
  .sidenavi {
    width: 30rem;
    background-color: #FFFFFF;
    /* 
	-ms-flex-negative: 0;
    flex-shrink: 0;
*/
  }
  .sidenavi ul {
    padding: 2rem;
  }
  .sidenavi ul li {
    text-align: left;
    width: 100%;
    margin-bottom: 2rem;
  }
.bnr_ms{
	margin: 20px 0px 0;
}

  /* Footer
-------------------------------*/
  footer .inner {
    padding: 1rem 0;
  }
  .footnavi li {
    display: inline-block;
    margin-right: 1em;
    font-family: "Noto Sans Japanese";
    font-size: 1.4rem;
  }
  .footnavi li a:link, .footnavi li a:visited {
    color: #ffffff;
  }
  .footnavi li a:hover {
    color: #ff9900;
  }
  .footnavi li::before {
    font-family: FontAwesome;
    content: "・";
    color: #ffffff;
  }
  /* ----------------------------------------------------------------------------------
	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;
  }
  .gastro1 .list_inline li {
    font-size: 1.6rem;
  }
  .photos li {
    width: 33.33%;
    font-size: 1.4rem;
    padding: 1rem;
  }
  .table001 {
    font-size: 100%;
  }
  .table001 th {
    width: 20%;
  }
  .table001 .h5class {
    font-size: 1.8rem;
    padding: 0.5rem;
  }
  .flow_ol{
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .flow_ol li{
    border-width: 5px;
    padding: 3rem 6rem;
  }
  .flow_ol li::before{
    font-size: 3.6rem;
    width: 6rem;
    height: 6rem;
    top: -2.5rem;
    left: -2.5rem;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------------------
	Tablet 73.063=1169px  60em=960px
----------------------------------------------------------------------------------------------------------------------------------- */
/*
@media screen and (min-width: 46.875em) and (max-width: 73.063em){
}

*/