@import url("//share.cr-cms.net/hp_agency/hpagency.css");
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");

/*-------------------------------------------
テンプレート
フラット01 グリーン 左メイン
-------------------------------------------*/
html {scroll-behavior: smooth;}

#wrap {
    border-top-width: 10px;
    border-top-style: solid;
    border-top-color: #d7ffce;
}

#wrap_body {
    padding-top: 0;
    background: #fff;
    min-width: 1200px;
}

body {
font-size: 17px;
color: #555;
line-height:1.8;
letter-spacing: 0.05em;
font-kerning: auto;
font-family: 'Noto Sans JP', sans-serif;
}

a {
	color: #fabe00;
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
	color: #353535;
}

#title a:hover {
	transition: 0.2s;
}
a:hover, #topMenu .topMenu li a:hover,
.mainTopics .topics li .more a,
.mainContents .article h3 a:hover,
.sideServices ul li a:hover,
.footer li a:hover {
	text-decoration: none;
}

#mainArticles a:hover img,
#sideBanners  a:hover img,
div.freeHtml a:hover img,
div.image img.gallery:hover,
a:hover {
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
  transition: 0.2s;
}

/*改行*/
.article p {
    margin-bottom: 1em;
}
/*記事下余白ゼロ*/
#mainArticles .zero_margin {
padding-bottom: 0;
margin-bottom: 0;
}
/*パンくず*/
.pankuz p {
    font-size: 12px;
    text-align: left;
    border-bottom: none;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
	display: none;
}

/*---------------------------
メイン
----------------------------*/
#mainArticles{
	margin-top: 36px;
}

/*メインイメージ*/
.mainImage img {
max-width: 100%;
width: 100%;
}
#mainImage {
width: 100%;
max-width: 100%;
background: #fff;
}
.slick-vertical .slick-slide {
border: none;
}
#slider .slick-slide {
height: auto !important;
}

/* メインコンテンツ幅拡張 */
#mainContents, #mainArticles ,
#mainTopics, #listTopics , #mainServices,
.mainArticles .article , .mainArticles div.gallery {
    width: 900px;
}
.mainArticles .article .image,
.mainArticles .article_center .image img {
    max-width: 100%;
   margin-bottom: 10px;
}

#title, #contents {
    width: 1200px;
	box-sizing: border-box;
}

/*---------------------------
ヘッダー
----------------------------*/
/* 幅拡張 */
#topMenu_outer,  #topMenu_body, #topMenu .topMenu {
	width: 1200px;
	max-width: 1200px;
}

#topMenu {
   min-width: 1200px;
}

/*タイトル*/
#title, #contents {
    width: 1200px;
	box-sizing: border-box;
}
#title {
    padding: 0;
    text-align: left;
    height: 90px;
    margin-bottom: 70px;
    overflow: hidden;
}

#title_outer  {
    height: 90px;
    background: url(/materials/174731151504301.png) no-repeat center right;
    background-size: 330px auto;
}
#title h1 {
    height: 90px;
    background: url(/materials/174730987979101.png) no-repeat left center;
    background-size: 444px auto;
    margin-bottom: 0;
}

#title h1 a {
    display: inline-block;
    height: 90px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    width: 350px;
}

#title .description {
    text-align: left;
    font-size: 14px;
    padding: 4px 0;
    line-height: 1.6em;
    position: absolute;
    top: 0;
    color: #999;
	display: none;
}

/*---------------------------
グローバルメニュー
----------------------------*/
#topMenu {
    width: 100%;
    position: absolute;
    top:90px;
    min-height: auto;
    background: #fff;
    transition: padding 0.3s linear 0s;
}
#topMenu.fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    background: #fff;
}
#topMenu_outer {
    margin: 0 auto;
    background: none;
}
#topMenu .topMenu li {
    width: 20%;
    height: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
}
#topMenu .topMenu li a {
    background: none;
    font-size: 17px;
    padding: 10px 0;
    color: #595656;
    letter-spacing: 0.08em;
}
#topMenu .topMenu li a:hover  {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #ffec8f;
    color: #636363;
}

/*-------------------------------------------------
見出し
-------------------------------------------------*/
#mainArticles h2, #mainServices h2, 
#mainTopics h2, #listTopics h2{
     color: #717171;
    font-size: 34px;
    padding-bottom: 0.5rem;
    border-bottom: 4px dashed #dcdcdc;
    margin: 40px 0;
}

.mainContents .article h3, .mainContents div.gallery h3 {
    font-size: 24px;
    background: #d7ffce;
    box-shadow: 0px 0px 0px 3px #d7ffce;
    border: dashed 3px white;
    padding: 0.2em 0.8em;
    margin: 20px 5px;
    color: #525252;
    border-radius: 6px;
}

/*ブログタイトル*/
.mainContents .article h3 a {    
	color: #00b8c4;
}
.mainContents .article h3 a:hover {    
    text-decoration: none;
}

.mainContents .article h4 {
    font-size: 22px;
    padding-left: 1.4rem;
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
    font-weight: normal;
}

.mainContents .article h4::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 100%;
    background: #ffe399;
    transform: translateY(-50%);
}

.mainContents .article h5 {
    font-size: 1.1rem;
    color: #fbbc11;
    font-weight: bold;
    position: relative;
    padding-left: 1rem;
}

.mainContents .article h5::before {
    content: '';
    position: absolute;
    top: 48%;
    left: 0;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: #fbbc11;
    transform: translateY(-50%);
}
.mainContents .article h6 {
    font-size: 24px;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
    font-weight: normal;
    text-align: center;
}

/*---------------------------
記事
----------------------------*/
/*画像*/
.mainArticles .article img {
    margin-bottom: 30px;
	border-radius: 0.5em;
}
.mainArticles .article_right img, .mainArticles .article_left img {
    max-width: 360px;
}
.mainArticles .article_right .image {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
}
.mainArticles .article_left .image {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
}

/*ギャラリー*/
.gallery_grid li.galleryGrid .galleryGrid_outer {
    padding: 0 20px;
}

.mainArticles ul.galleryImages li .image img {
    max-width: 200px;
    max-height: 200px;
}
.mainArticles .gallery_grid .comment {
    text-align: center;
    line-height: 1.4;
    font-size: 16px;
}

/*診療科目*/
#siteGuide .gallery_grid li.galleryGrid .galleryGrid_outer {
    padding: 0;
}
#siteGuide .comment{
    font-size: 0.98em;
    text-align: center;
}
#siteGuide .gallery_grid li.galleryGrid .image {
    margin-bottom: 0px;
}

/*ご予約お問い合わせ*/
#yoyaku .gallery_grid li.galleryGrid .galleryGrid_outer {
    padding: 0;
}
#yoyaku .comment{
    font-size: 1.1em;
	font-weight: bold;
    text-align: center;
}
#yoyaku .gallery_grid li.galleryGrid .image {
    margin-bottom: 5px;
}

/*Googlemap*/
iframe {
    margin-bottom: 1.5em;
}

/*col2*/
.article.col2 {
    width: calc(900px - 4% / 2) !important;
    max-width: 435px !important;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
    margin: 0px 6px 10px 6px;
}

/*col3*/
.article.col3  {
    width: calc(900px / 3) !important;
    max-width: 300px !important;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
    margin: 20px -3px;
    padding: 1em;
    padding-bottom: 0;
    background: #f3fef0;
    font-size: 1.1em;
    font-weight: bold;
}

/*-------------------------------------------------
 トップの最新情報 #mainTopics
 最新情報一覧ページ #listTopics 
-------------------------------------------------*/
#mainTopics_body {
    border-bottom: 4px solid #e9e9e9;
    padding-bottom: 15px;
}

#mainTopics .topics li {
    padding: 15px;
}
/*日付*/
#mainTopics .topics li p.date ,
#listTopics .topics li p.date {
    font-size: 14px;
	color: #83cdd2;
}
/*リンクタイトル*/
#mainTopics .topics li h3 ,
#listTopics .topics li h3 {
    font-size: 16px;
    font-weight: normal;
}
#mainTopics .topics li h3 a ,
#listTopics .topics li h3 a {
     color: #595656;
}
/*リード文*/
#mainTopics .topics li p.description ,
#listTopics .topics li p.description {
    font-size: 14px;
	color: #595656;
}
/*続き*/
#mainTopics .topics li p.more ,
#listTopics .topics li p.more {
    font-size: 14px;
}

.mainTopics .topics li .more a {
	border: solid 2px #595656;
	color: #595656;
	padding: 0.2em 0.5em;
}

/*一覧を見る*/
#mainTopics .listview  {
    font-size: 16px;
    text-align: center;
}

/*---------------------------
footer
----------------------------*/
/*フッタ*/
#footer_outer {
    width: 1200px;
}
#footer {
    padding: 40px 0;
    background: #d7ffce;
    min-width: 1200px;
}
.footer .services
{
background:none;
}
.footer * {
font-size: 16px;
color: #595656;
}
.footer .topMenu, .footer .services {
padding: 0;
margin-bottom: 40px;
}
.footer .topMenu, .footer .services, .footer .topMenu li a {
float: none;
width: 100%;
color: #595656;
font-size: 16px;
}

.footer .topMenu li a:hover, .footer li a:hover, .footer .services li a:hover {
    color: #ccc;
}
.footer li {
    line-height: 24px;
    height: 24px;
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
}
.footer li a, .footer .services li a {
padding-left: 0;
float: none;
display: inline-block;
color: #595656;
}
.footer .copyright {
padding: 0;
	color: #595656;
}
.footer p {
text-align: right;
}

/*---------------------------
サイド
----------------------------*/
.sideBlogCategories, .sideBlogDates {
    margin: 0;
}
.sideServices ul li a {
    font-size: 16px;
    padding-top: 0.5em;
    padding-right: 0.3em;
    padding-bottom: 0.5em;
    padding-left: 0.3em;
    background: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ccc;
}

.sideServices ul li a::before {
    color: #aaa;
    content: "»";
    display: inline-block;
    font-size: 115%;
    margin-right: 5px;
}

.sideServices ul li a:hover {
    color: #666;
}

.sideServices h2 {
    font-size: 16px;
    background: none;
    background-color: #d7ffce;
    color: #555555;
    padding: 10px 30px;
}
.sideBlogCategories h2, .sideBlogDates h2  {
    margin-top: 0;
    line-height: 20px;
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 0;
    background: #d7ffce;
}
.sideBlogDates dl,.sideBlogCategories ul {
    padding: 20px;
    background: #fff;
}
.sideBlogDates li {
    margin: 8px 0;
    line-height: 20px;
}

/*サブメニュー*/
.sideServices ul {
	padding-top: 15px;
	background-color: #fff;
}

/*モバイル*/
.sideMobile p {
    font-size: 16px;
    color: #333;
}
.sideMobile .qrcode {
    text-align: center;
}
.sideMobile h2 {
    font-size: 16px;
    padding-bottom: 8px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ccc;
    color: #333;
    margin-bottom: 16px;
    background: url(/materials/174729766781701.png) right top no-repeat;
}
#sideMobile {
    background-color: #fff;
    border-top: solid 4px #d7ffce;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    box-sizing: border-box;
}

/*自由HTML*/
.freeHtml_outer {
    padding: 0;
}
.freeHtml {
    font-size: 1em !important;
	text-align: center;
}
.side-logo img {
    width: 220px;
    margin: 20px 0;
}
.add a {
    font-size: 1.3em;
    font-weight: bold;
}
.add {
    line-height: 1.7em;
	padding-bottom: 10px;
}
.add strong {
	color: #a2eb90;
}

/*---------------------------
テーブル
----------------------------*/
/*デフォルト*/
.article table p {
    margin: 0;
}
.article table:not(.contactTable) {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    margin: 10px auto;
}
.article table:not(.contactTable) td,
.article table:not(.contactTable) th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}
.article table:not(.contactTable) th {
    background-color: #f7f7f7;
    text-align: center;
}

/*normalTbl*/
.article table.normalTbl {
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	margin: 20px auto;
	letter-spacing: 0.05em;
	width:100%
}
.article table.normalTbl th {
	background-color: #efefef;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #555;
	height: auto;
	line-height: 150%;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	width: 33%;
}
.article table.normalTbl td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: auto;
	line-height: 150%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

/* 診療時間 */
.article table.timeTbl{
	border-collapse:collapse;
	width:100%;
	background-color: #FFF;
	margin-top: 20px;
}
.article table.timeTbl th,
.article table.timeTbl td{
  padding:5px;
  text-align:center;
  border:solid 1px #ccc;
}
.article table.timeTbl th{
  background: #fff9e6;
} 

/*---------------------------
リスト
----------------------------*/
/*注意事項のリスト用*/
ol.pp {
padding-left: 2em;
}
ol.pp li {
list-style-type: decimal;
padding: 5px;
}
ul.notes {
    list-style-type: none;
    margin-left: 1em;
    line-height: 1.9em;
    margin-bottom: 1em;
    margin-top: 1em;
}
ul.notes li::before {
content: "◆";
margin-left: -1em;
font-family: "メイリオ", sans-serif;
}
ul.ps {

list-style-type: none;
margin-left:1em;
}
ul.ps li::before {
content: "※";
margin-left: -1em;
font-family: "メイリオ", sans-serif;
}
ul.maru {
list-style-type: none;
margin-left:1em;
}
ul.maru li::before {
    content: "●";
    margin-left: -1.5em;
    margin-right: 6px;
    font-family: "メイリオ", sans-serif;
    font-size: 70%;
    color: #666;
}

/*-------------------------------------------------
パーツ
-------------------------------------------------*/
/*囲い*/
div.envelope {
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
   background: #fef5d8;
   padding: 20px 20px 22px 20px;
   box-sizing: border-box;
   border-radius: 6px;
}
div.envelope2 {
    margin-right: 0;
    margin-left: 0;
   /*background: #f3fef0;*/
   padding: 20px 20px 22px 20px;
   box-sizing: border-box;
   border-radius: 6px;
}
div.envelope_b {
    background: url(/materials/174730955210501.jpg) no-repeat center;
    margin-top: 30px;
    background-size: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 6px;
  color: #000;
}
div.envelope_b img {
    margin-bottom: 0 !important;
}

/*ボタン*/
a.btn {
    width: 80%;
    font-size: 18px;
    padding: 8px 5%!important;
    margin: 1em 5%;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
}
a.btn::after{
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	margin-left: 1em;
}
a.btn:hover{
	color: #ffffff;
	text-decoration: none;
}
a.btn{
    background: #88c22e;
}

/* 下部固定ボタン3分割 */
#bottomLink{
  position:fixed;
  left:0;
  bottom:0;
  width:100%;
  text-align:center;
  z-index:1000;
  height:50px;
  overflow:hidden;
  font-size:14px;
  font-weight:bold;
}
#bottomLink a {
  display: block;
  padding: 10px 0;
  color: #fff;
  background: #0092d7;
  text-decoration: none;
  width: 33.3% !important;
  font-size: 100%;
  line-height: 2.4;
  height:100%;
  float: left;
}
#bottomLink a span{
 /* font-size:85%;*/
  display:block;
}

/*電話*/
#bottomLink a.h-lnk.head-recruitLink {
    background-color: #804f21;
   /* padding-top: 12px;*/
}

/*LINE予約*/
#bottomLink a.h-lnk.head-recruitLink2 {
    background-color: #459454;
}
.case_list li{
	display: inline-block;
	margin-bottom:5px;
}
.case_list li a{
	background:#6f4031;
	color:#fff;
	padding:3px 9px;
	margin-left:5px;
	text-decoration: none;
	border-radius: 5px;
}

.concept {
	font-size: small;
}

.footer .topMenu {
display: none;
}