@charset "utf-8";
/* ----------------------------------------------------------------------------------
	common
---------------------------------------------------------------------------------- */
body {
  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');
	*/
  src: url('../font/07LogoTypeGothic7.ttf') format('truetype');
}
/* InnerFrame
-------------------------------*/
.inner, .innerM {
  padding: 0;
}
/* Link
-------------------------------*/
a:link, a:visited {
  color: #00AA97;
}
a:hover {
  color: #ff9900;
}
/* display
-------------------------------*/
.pc-n{ display: block; }
.sp-n{ display: none; }
@media print, screen and (min-width: 46.875em) {
.pc-n{ display: none; }
.sp-n{ display: block; }}

.indent2{text-indent: -2.5rem; padding-left: 2.5rem;}

/* Index
-------------------------------*/
.h1_area {
  background-image: url(../images/h1_back.png);
  background-position: center center;
  text-align: center;
  padding: 2.4rem 0.5rem 2rem;
}
#Lower h1 {
  font-size: 150%;
  font-weight: normal;
}
h2 {
  font-weight: normal;
  font-size: 100%;
}
#Lower h2 {
  font-weight: normal;
  font-size: 2rem;
  text-align: center;
  color: #008779;
  background-image: url(../images/h2_logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 2.8rem 0;
}

#TopPage h2.calendar {
  font-weight: normal;
  font-size: 2rem;
  text-align: center;
  color: #008779;
  background-image: url(../images/h2_logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 2.8rem 0;
  margin-top: 2rem;
}


h2.info {
  font-family: "LogoTypeGothic";
  color: #555555;
  font-size: 140%;
  letter-spacing: 0.2rem;
  text-align: center;
}
h3 {
  border-bottom: 0.1rem solid #30A3AF;
  color: #30A3AF;
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 1rem;
  padding: 0.6rem 0.6rem 0.6rem 0;
}
h4 {
  border-bottom: 1px dashed #167F6A;
  color: #167F6A;
  font-size: 110%;
  font-weight: normal;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.5rem 0.5rem 0;
}
h5 {
  font-weight: normal;
  border-bottom: 1px dashed #FFAD00;
  color: #FFAD00;
  font-size: 100%;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.5rem 0.5rem 0;
}
.stafftitle {
  border-bottom: 0.1rem solid #FF8E00;
  color: #FF8E00;
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 1rem;
  padding: 0.6rem 0.6rem 0.6rem 0;
  text-align: center;
}

.c_red{
    color: #ff0000!important;
}
/* Header
-------------------------------*/
header {
  background-color: #ffffff;
  padding: 1rem 1rem 0;
  border-top: 10px solid #44241F;
  border-bottom: 10px solid #44241F;
}
.head_info {}
.head_left {
  width: 100%;
  text-align: center;
  padding: 0 2rem;
  margin-bottom: 1rem;
}
.head_bnr {
  width: 100%;
  text-align: center;
  margin-bottom: 0.8rem;
}
.head_bnr ul {
  font-size: 0;
}
/* Navigation
-------------------------------*/
nav {
  display: block;
  font-family: "LogoTypeGothic";
  font-weight: 500;
  width: 100%;
 line-height: 
}
nav .inner {
  padding: 0;
}
nav ul {
  font-size: 0;
}
nav li {
  display: inline-block;
  width: 50%;
  border-right: 1px solid #595959;
}
nav li:nth-child(1), nav li:nth-child(2) {
  border-bottom: 1px dashed #c3c3c3;
}
nav li:nth-child(2), nav li:nth-child(4) {
  border-right: none;
}
nav li span {
  font-size: 0.8rem;
  display: block;
  color: #BFBFBF;
}
nav li a {
  display: block;
  color: #333333;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 1rem 0.2rem 0.6rem;
}
nav li a:hover {
  background-color: #f7f7f7;
  color: #333333;
}
nav li a:link, nav li a:visited {
  color: #333333;
}
/* Main
-------------------------------*/
.mainarea {
  background-color: #FDF4CE;
  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%;
}
/* Footer
-------------------------------*/
footer {
  background-image: url(../images/back_tile.jpg);
  padding-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #776a4b;
}
/* FooterLink
-------------------------------*/
footer .footnavi {
  margin-bottom: 2rem;
}
footer li {
  margin-left: 0.5rem;
}
footer li::before {
  content: "・";
  color: #776a4b;
}
footer a:link, footer a:visited {
  color: #776a4b;
}
footer a:hover {
  color: #ff9900;
}
/* Copyright
-------------------------------*/
small {
  margin: 0 auto !important;
  display: block;
}
.copyright {
  width: 100%;
  margin-top: 2rem !important;
  padding: 0.3rem 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  background-color: rgba(0, 0, 0, 0.30);
}
/* ----------------------------------------------------------------------------------
	トップ
---------------------------------------------------------------------------------- */
/*	キービジュアル
-------------------------------*/
.keyv_area {
  background-color: #c0c0c0;
  text-align: center;
  position: relative;
}
.keyv_area .bxslider img {
  margin: 0 auto;
  width: 100%;
}
.kv_in {
  display: block;
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin: 0 auto;
  z-index: 2001;
}
.kv_in .inner {
  align-items: flex-end;
  justify-content: space-between;
}

.open_tel_tel{
    text-align: center;
    background-color: #33BBAC;   
}
.open_tel_tel img{
    width: 50%;
}
/*info_box
------------------------------*/
.info_box{
	border: 5px double #88632c;
	background-color: #fdefcd;
	padding: 10px;
    text-align: center;
	 margin: 0 10px;
}

.info_box p{
	color: #ff0000;
	font-size: 1.3em;
	margin-bottom: -0.5rem;
}


/*	お知らせ
-------------------------------*/
.area_info {
  padding: 0;
}
.area_info .inner {
  background-image: url(../images/logo_infoback.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 80%;
  padding: 3rem 1rem !important;
}
.notice {
  margin-bottom: 2rem;
  height: 37rem;
  overflow: auto;
  padding: 3rem;
  border-top: 1px solid #d8b561;
  border-bottom: 1px solid #d8b561;
}
.notice .news_title {
  font-size: 1.7rem;
  font-weight: bold;
  color: #d8b561;
}
.notice .news_body {
  margin-left: 1rem;
}
.notice dd {
  padding-bottom: 1rem;
  /* border-bottom: 0.1rem dotted #CDCDCD; */
  margin-bottom: 2rem;
}
.notice dd:last-child {
  border: none;
}
.infotitle {
  color: #d8b561;
  letter-spacing: 0.3rem;
}
/*	医院概要
-------------------------------*/
.overview dl {
  max-width: 35rem;
  margin: 0 auto 1rem;
}
.overview dt {
  float: left;
  width: 10rem;
  margin-bottom: 0.3rem;
}
.overview dd {
  margin-left: 10rem;
  margin-bottom: 0.3rem;
}
.overview dd::after {
  content: '';
  display: block;
  clear: both;
}
.overview .title {
  text-align: center;
  font-size: 2rem;
}
/*	院長紹介
-------------------------------*/
.bio dt {
  float: left;
  width: 11rem;
  clear: both;
}
.bio dd {
  margin-left: 11rem;
}
.history {
  font-size: 1.2rem;
}
/* ----------------------------------------------------------------------------------
	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;
}
.list_caution {
  margin-bottom: 2rem;
}
.list_caution li {
  text-indent: -2.5rem;
  margin-left: 2.5rem;
}
.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;
}
li.nad0 {
  list-style-type: none !important;
  /* padding-left: 8em; */
}
li.nad0:before {
  content: "" !important;
}
ul.TL_buttons {
  font-size: 0;
  margin-bottom: 2rem;
}
ul.TL_buttons li {
  display: inline-block;
  font-size: 1.2rem;
  color: #ffffff;
  margin: 0.3rem;
  width: 100%;
}
ul.TL_buttons li a:before {
  font-family: FontAwesome;
  content: "\f138\00a0";
}
ul.TL_buttons li a:link, ul.TL_buttons li a:visited {
  display: block;
  background-color: #00AA97;
  padding: 0.5rem 1.4rem 0.3rem 1.4rem;
  border-radius: 0.5rem;
  color: #ffffff;
}
ul.TL_buttons li a:hover {
  background-color: #045E54;
  color: #ffffff;
}
/* ColoredBox
-------------------------------*/
.colorbox {
  background-color: #EDFCFA;
  padding: 2rem;
  margin-bottom: 2rem;
  border: 1px solid #007B6D;
}
.colorbox .title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #007B6D;
  text-align: center;
}
.colorbox2 {
  background-color: #FFF7B6;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
  border: 2px dotted #F47D1A;
}
.colorbox2 .title {
  font-size: 2rem;
  color: #EC8D3E;
}
/* Link Button
-------------------------------*/
.linkbox a:link {
  display: inline-block;
  padding: 0.3rem 2rem;
  color: #ffffff;
  background-color: #44241F;
}
.linkbox a:visited {
  color: #ffffff;
  background-color: #44241F;
}
.linkbox a:hover {
  color: #ffffff;
  background-color: #663E38;
}
/* 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: #44241F;
  border-radius: 10rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 1rem;
}
#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;
}
.area_treat, .area_special {
  margin-bottom: 6rem;
}
.back_treat, .back_special {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
}
.back_treat {
  background-color: #fff5de;
  background-image: url(../images/sidecolor001.png);
  background-repeat: repeat-y;
}
.back_special {
  background-color: #eae3d9;
  background-image: url(../images/sidecolor002.png);
  background-repeat: repeat-y;
  background-position: right;
}
.back_treat_photo, .back_special_photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3rem 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.back_treat_photo {
  background-image: url(../images/guide_back01.jpg);
}
.back_special_photo {
  background-image: url(../images/guide_back02.jpg);
}
.sbj_title {
  color: #ffffff;
  font-family: "LogoTypeGothic";
  font-size: 200%;
  text-align: center;
  letter-spacing: 0.4rem;
}
.sbj_title span {
  display: block;
  font-size: 60%;
}
.area_feature {
  padding: 5rem 0;
}
.feature_belt {
  background-image: url(../images/feature_belt.png);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: contain;
  text-align: center;
}
.overview {
  background-image: url(../images/ov_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 5rem 1.6rem;
  color: #FFFFFF;
}
#Lower .overview {
  background-image: none;
  padding: 0;
  color: #555555;
}
.ovback {
  background-color: #442520;
  max-width: 389px;
  margin: 0 auto 2rem;
  font-size: 0;
}
h2.ovtitle {
  text-align: center;
  letter-spacing: 0.4rem;
  font-size: 180%;
  margin-bottom: 2rem;
}
#TopPage h2.ovtitle {
  font-family: "LogoTypeGothic";
}
a.white:link, a.white:visited {
  color: #ffffff;
}
.footbox {
  vertical-align: top;
  padding: 0 1rem;
  font-size: 70%;
}
.footbox p.title {
  margin-bottom: 0;
  border-bottom: 1px solid #776a4b;
}
.footnavi li {
  display: inline-block;
}
.area_white, .area_color {
  padding: 3rem 1rem;
}
.area_white {}
.area_color {
  background-color: #FFF8E9;
}

.timetable {
  border-collapse: collapse;
  border: 1px solid #572E27;
  margin:0 auto 2rem;
  font-size: 1rem;
  width: 100%;
}
.timetable th, .timetable td {
  padding: 1.2rem 1rem;
  border-bottom: 1px solid #572E27;
  font-weight: normal;
  text-align: center;
}
.timetable th {
  color: #fff;
  background-color: #44241F;
  border-bottom: 1px solid #572E27;
}
.timetable td {
  color: #333;
  background-color: #fff;
  border-right: 1px solid #572E27;
}
.timetable caption {
padding: 4px 5px 0 0;
caption-side: bottom !important;
text-align: right !important;
}

.table001 {
  border-collapse: collapse;
  border: 1px solid #AFA07F;
  margin-bottom: 2rem;
  font-size: 1rem;
  width: 100%;
  color: #333;
}
.table001 th, .table001 td {
  padding: 1.2rem 1rem;
  border-bottom: 1px solid #AFA07F;
  font-weight: normal;
}
.table001 th {
  background-color: #EBDABC;
}
.table001 td {
  background-color: #ffffff;
}
.table002 {
  border-collapse: collapse;
  border-top: 1px solid #30A3AF;
  margin-bottom: 2rem;
  font-size: 1rem;
  width: 100%;
}
.table002 th, .table002 td {
  padding: 1.2rem 1rem;
  border-bottom: 1px solid #30A3AF;
  font-weight: normal;
}
.table002 th {
  background-color: #E3F9FC;
  text-align: left;
}
.table002 td {
  text-align: right;
  background-color: #ffffff;
}
.openred {
  text-align: center;
  color: #FF5700;
  font-size: 130%;
  letter-spacing: 0.1rem;
}
.list_bnr {
  font-size: 0;
  text-align: center;
}
.list_bnr li {
  display: inline-block;
  width: 100%;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.feat_title_area {
  text-align: center;
  margin-bottom: 2rem;
  background-color: #44241F;
  padding: 2rem 0;
}
.list_resnie {
  font-size: 0;
}
.list_resnie li {
  display: inline-block;
  width: 100%;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.kv_under {
  padding: 2rem 0 0;
}
.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;
}
.daremo {
  text-align: center;
  padding: 2rem;
  background-color: #E4FFC3;
  max-width: 70rem;
  margin: 1rem auto 2rem;
  background-image: url(../images/dot.png);
}
.daremo span {
  font-size: 120%;
  background: linear-gradient(transparent 70%, #ffdd00 70%);
}
.smgr {
  background-image: url(../images/smgr_back.png);
  padding: 0 0 1rem;
  margin: 2.8rem 0 2rem;
}
.smgr p {
  font-family: "LogoTypeGothic";
  background-image: url(../images/whiteline.png), url(../images/smgr_back.png);
  background-repeat: no-repeat, repeat;
  background-position: center center, center center;
  padding: 0.5rem 1rem 0.3rem;
  color: #ffffff;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  margin-bottom: 0;
}
.smgr p span {
  background-color: #44241F;
  padding: 0 1rem;
}
.smgr ul {
  font-size: 0;
}
.smgr li {
  font-size: 1.6rem;
  display: inline-block;
  /*width: 32%;*/
  width: 23.8%;
  /*margin-right: 2%;*/
  margin-right: 1.5%;
  text-align: center;
}
.smgr li:last-child {
  margin-right: 0;
}
.smgr li a:link, .smgr li a:visited {
  display: block;
  background-color: #896D44;
  color: #ffffff;
}
.smgr li a:hover {
  background-color: #9F845E;
  color: #ffffff;
}
/* -----------------------------------------------------------------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 46.875em) {
  ul.TL_buttons {
    text-align: center;
  }
  ul.TL_buttons li {
    width: auto;
  }
  .list_bnr li {
    display: inline-block;
    /*width: 50%;*/
    width: 30%;
    padding: 0 1rem;
  }
  .list_resnie li {
    display: inline-block;
    width: 50%;
    padding: 0 1rem;
  }
  .footnavi li {
    display: block;
  }
  .footbox {
    display: inline-block;
    width: 30%;
    padding: 0 1rem;
    font-size: 90%;
  }
  .footbox p.title {
    margin-bottom: 0;
    border-bottom: none;
  }
  .area_info .inner {
    background-size: auto;
    padding: 14rem 1rem !important;
  }
  .table001, .table002, .timetable {
    font-size: 1.6rem;
  }
  .timetable { width: 68%; }
  /* Common
-------------------------------*/
  body {
    font-size: 1.6rem;
    min-width: 1170px; /* リキッドの際は外す */
  }
  #Lower h1 {
    font-size: 200%;
    padding: 2rem 3rem 1.6rem;
  }
  #Lower h2 {
    font-size: 3rem;
    padding: 3rem 0;
  }
	
  #TopPage h2.calendar {
    font-size: 3rem;
    padding: 3rem 0;
  }
  h3 {
    padding: 0.4rem 0.6rem 0.4rem 0;
  }
  h4 {
    padding: 0.3rem 0.5rem 0.3rem 0;
  }
  h5 {
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
  /* InnerFrame
-------------------------------*/
  .inner {
    margin: 0 auto;
    padding: 0;
    max-width: 117rem;
  }
  .innerM {
    margin: 0 auto;
    padding: 0;
    max-width: 80rem;
  }
  /* Header
-------------------------------*/
  .head_info {
    /* flex化 */
    display: flex;
    display: -webkit-flex;
    /* 両端に配置 */
    justify-content: space-between;
    -webkit-justify-content: space-between;
    /* 上下配置中央 */
    align-items: center;
    -webkit-align-items: center;
  }
  .head_left {
    padding: 0;
    width: auto;
    flex: 45;
    text-align: left;
  }
  .head_right {
    flex: 55;
    /* 上下配置中央 */
    align-items: center;
    -webkit-align-items: center;
  }
  .head_bnr ul {
    /* flex化 */
    display: flex;
    display: -webkit-flex;
    /* 両端に配置 */
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-size: 0;
  }
  /* GlovalNavi
-------------------------------*/
  nav {
    margin-bottom: 1rem;
  }
  nav ul {
    display: block;
    width: 100%;
  }
  nav li {
    width: 25%;
    border-right: 1px solid #999999;
  }
  nav li:first-child {
    display: inline-block;
    border-left: 1px solid #999999;
  }
  nav li:nth-child(1), nav li:nth-child(2) {
    border-bottom: none;
  }
  nav li:nth-child(2), nav li:nth-child(4) {
    border-right: 1px solid #999999;
  }
  nav li a {
    font-size: 1.7rem;
    letter-spacing: 0.2rem;
    line-height: 1.8rem;
    padding: 1rem 0.2rem;
  }
  nav .inner {
    padding: 0;
  }
  nav li span {
    font-size: 1.2rem;
  }
  /* Main
-------------------------------*/
  .back_treat_photo, .back_special_photo {
    height: 42rem;
  }
  .mainarea {
    width: 87rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  /* SideNavi
-------------------------------*/
  .sidenavi {
    width: 30rem;
    background-color: #E5D38C;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .sidenavi ul {
    padding: 2rem;
  }
  .sidenavi ul li {
    text-align: left;
    width: 100%;
  }
  /* Footer
-------------------------------*/
  footer .inner {
    padding: 1rem 0;
  }
  .bio dt {
    width: 16rem;
  }
  .bio dd {
    margin-left: 16rem;
  }
  .history {
    font-size: 1.6rem;
  }
  /* ----------------------------------------------------------------------------------
	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;
  }
  .feature_belt {
    background-size: auto;
  }
  .overview .title {
    font-size: 2.6rem;
  }
  .photos li {
    width: 25%;
    font-size: 1.4rem;
    padding: 1rem;
  }
  ul.TL_buttons li {
    font-size: 1.8rem;
    margin: 1rem;
  }
  .smgr {
    background-image: none;
    padding-bottom: 0;
  }
  .smgr p {
    padding: 0.6rem 1rem 0.3rem;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
  }
  .smgr li {
    height: 6rem;
  }
	
/*info_box
------------------------------*/
.info_box{
    padding: 15px 20px;

}
.info_box p{
	font-size: 1.5em;
}	
		
	
}
.bold {
  font-weight: bold;
}


/* オンライン診療 */
.img_C {
  margin: 0 auto;
  text-align: center;
}
.online-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  display: flex;
}
.online-wrapper .online-item {
  width: 32%;
  margin: 10px 0 0;
}
.online-wrapper .online-item img {
  width: 90%;
}
.online-wrapper .online-item .online-title {
  font-size: 0.8rem;
  font-weight: bold;
  display: inline-block;
}
@media print, screen and (min-width: 46.875em) {
  /* オンライン診療 */
  .online-wrapper .online-item img {
    width: 90%;
    margin-bottom: 7px !important;
  }
  .online-wrapper .online-item .online-title {
    font-size: 2.4rem;
    letter-spacing: 0.01em;
    line-height: 1.6;
    display: inline-block;
  }
  .online-wrapper .online-kit-item {
    width: 45% !important;
  }
}



/*--------------- カレンダーSP  ---------------------*/
.inner .calendar_wrap {
    overflow: hidden;
}

.inner .calendar_wrap table.caledit {
    width: 100%;
}
	
	
.inner .calendar_wrap table.caledit th {
    background: #fff5de;
    color: #333333;
}	
	
.inner .calendar_wrap table.caledit th, .inner .calendar_wrap table.caledit td {
    font-size: 1.1em;
    padding: 0.5em 0;
    border: solid 2px #ffffff;
}

.inner .calendar_detail {
    text-align: center;
}

.inner .calendar_detail li:not(:last-of-type) {
    margin-right: 0.7em;
}

.inner .calendar_detail li {
    display: inline-block;
    list-style: none;
}	

.inner .calendar_detail li.outPatient::before {
    color: #f4a889;
}	

.inner .calendar_detail li::before {
    content: '■';
    margin-right: 0.3em;
}

.inner .calendar_detail li.amOnly::before {
    color: #86ba2c;
}
	
.inner .calendar_detail li.pmOnly::before {
    color: #1e90ff;
}

.inner .calendar_detail li::before {
    content: '■';
    margin-right: 0.3em;
}	


/*------------- カレンダー PC ----------------*/
@media print, screen and (min-width: 46.875em) {
.inner .calendar_wrap table.caledit:first-of-type {
    float: left;
}

.inner .calendar_wrap table.caledit:last-of-type {
    float: right;
}
	
.inner .calendar_wrap table.caledit {
    width: 49%;
    text-align: center;
    margin: 0 0 15px;
}
}	








