@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 {
    background-color: #fefbef;
}
#wrap_body {
    padding-top: 0;
    background: #fefbef;
    min-width: 1200px;
}

body {
font-size: 16px;
line-height:1.8;
color: #333;
letter-spacing: 0.05em;
font-kerning: auto;
font-family: "Montserrat", 'Noto Sans JP', sans-serif;
}

a {
	color: #63b199;
	font-family: "Montserrat", 'Noto Sans JP', sans-serif;
}

strong, b {
    font-weight: bold;
    color: #7d6f5d;
    font-size: 110%;
	font-family: "Montserrat", 'Noto Sans JP', sans-serif;
}

#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;
}

/*---------------------------
メイン
----------------------------*/
/*メインイメージ*/
.mainImage img {
max-width: 100%;
width: 100%;
}
#mainImage {
width: 100%;
max-width: 100%;
background: #fefbef;
}
.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: 900px;
   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: 100px;
    margin-bottom: 60px;
    overflow: hidden;
}

#title_outer {
    height: 100px;
    background: url(/materials/172847105091601.png) no-repeat center right;
    background-size: 500px auto;
}
#title h1   {
    height: 100px;
    background: url(/materials/172839076250201.png) no-repeat bottom 10px left;
    background-size: 380px auto;
    margin-bottom: 0;
}

#title h1 a {
    display: inline-block;
    height: 100px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    width: 380px;
}

#title .description {
    text-align: left;
    font-size: 15px;
    padding: 2px 5px;
    line-height: 1.6em;
    position: absolute;
    top: 0;
}

/*---------------------------
グローバルメニュー
----------------------------*/
#topMenu {
    top: 100px;
    background: #76ccb1;
}
#topMenu_outer {
    margin: 0 auto;
	background: #fff;
}
#topMenu .topMenu li {
    width: 20%;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    position: relative;
}
#topMenu .topMenu li.fourth.even {
    width: 20%;
}

#topMenu .topMenu li a {
    box-sizing: border-box;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 13px 0;
    width: 100%;
    border-right: 1px dotted #ffffff;
}
#topMenu li.first.odd {
    border-left: 1px dotted #ffffff;
}

#topMenu .topMenu li a:hover {
    color: #fff;
    background: #85e6c7;
}

/*ぱんくず*/
.pankuz p {
    margin-top: 40px;
    margin-bottom: 24px;
    font-size: 14px;
    text-align: left;
    border-bottom: 0;
    padding-bottom: 4px;
    line-height: 1;
}

/*---------------------------
見出し
----------------------------*/
/*大見出し*/
#mainArticles h2, #listTopics h2,#mainTopics h2 {
    margin: 0 0 1em 0;
    padding: 0;
    border: none;
    text-align: center;
    font-size: 1.8em;
    line-height: 1;
    padding-bottom: 0.8em;
    border-bottom: solid 5px #f2e8d7;
    font-weight: normal;
    color: #7d6f5d;
}

/*中見出し*/
#mainArticles .article h2, .mainContents .article h3, #listTopics h2, .mainContents div.gallery h3, #mainServices h2  {
    margin: 24px 0;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    line-height: 1;
    text-align: left;
    padding: 14px 0 14px 60px;
    border-radius: 10px;
    background: url(/materials/172838504165501.png) 10px center / 48px no-repeat #b5a591;
	border-bottom: solid 5px #f2e8d7;
}
.article  h3 a, .article  h3 a:hover {
color: #fff;
text-decoration: none;
}
#mainTopics h2 {
margin-bottom: 8px;
}

/*小見出し*/
.mainContents .article h4 {
    font-size: 1.2em;
	color: #66553e;
    border-bottom: dotted 2px #b5a591;
	border-top: dotted 2px #b5a591;
    margin: 1em 0;
    padding: 6px;
    display: flex;
}
/*h5*/
.mainContents .article h5 {
    font-size: 1.2em;
	color: #66553e;
    font-weight: bold;
    background: none;
    border: none;
    position: relative;
    line-height: 1.4em;
    padding: 12px 8px;
    padding-left: 1.4em;
    margin-bottom: 10px;
    display: flex;
}
.article h5:before {
    bottom: 50%;
    content: "";
    position: absolute;
    top: 0.8em;
    left: 0;
    display: block;
    width: 0.33em;
    height: 0.33em;
    background: #76ccb1 !important;
    box-shadow: 0 0.5em 0 #85e6c7, 0.5em 0 0 #85e6c7, 0.5em 0.5em 0 #76ccb1;
}

.mainContents .article h6 {
    font-size: 1.2em;
    line-height: 1.5;
    color: #66553e;
    margin: 0.8em 0;
    padding-bottom: 0.5em;
    position: relative;
    display: flex;
}

/*---------------------------
記事
----------------------------*/
/*画像*/
.mainArticles .article img {
    margin-bottom: 30px;
}
.mainArticles .article_right img, .mainArticles .article_left img {
    max-width: 380px;
}
.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;
}

.mainArticles .article_right img, .mainArticles .article_left img,
.gallery_grid li.galleryGrid .image img,.mainArticles .article .image, .mainArticles .article_center .image img {
    border-radius: 16px;
}

/*ギャラリー*/
.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;
}

/*Googlemap*/
iframe {
    margin-bottom: 1.5em;
	border-radius: 16px;
}

/*---------------------------
 トップの最新情報 #mainTopics
 最新情報一覧ページ #listTopics 
----------------------------*/
#mainTopics .topics li {
    padding: 10px 15px;
}
/*日付*/
#mainTopics .topics li p.date ,
#listTopics .topics li p.date {
    font-size: 16px;
    color: #999;
}
/*リンクタイトル*/
#mainTopics .topics li h3 ,
#listTopics .topics li h3 {
    font-size: 18px;
    font-weight: normal;
}
#mainTopics .topics li h3 a ,
#listTopics .topics li h3 a {
    color: #63b199;
}
/*リード文*/
#mainTopics .topics li p.description ,
#listTopics .topics li p.description {
    color: #333;
    font-size: 16px;
}
/*続き*/
#mainTopics .topics li p.more ,
#listTopics .topics li p.more {
    font-size: 16px;
}
/*一覧を見る*/
#mainTopics .listview a  {
    font-size: 16px;
    padding: 12px 18px;
    text-decoration: none;
}

/*---------------------------
footer
----------------------------*/
/*フッタ*/
#footer_outer {
    width: 1200px;
}
#footer {
    padding: 40px 0;
    background: #f2e8d7;
    min-width: 1200px;
}
.footer .services
{
background:none;
}
.footer * {
font-size: 16px;
color: #333;
}
.footer .topMenu, .footer .services {
padding: 0;
margin-bottom: 40px;
}
.footer .topMenu, .footer .services, .footer .topMenu li a {
float: none;
width: 100%;
color: #333;
font-size: 16px;
}

.footer .topMenu li a:hover, .footer li a:hover, .footer .services li a:hover {
    color: #b5a591;
}
.footer li {
    line-height: 24px;
    height: 24px;
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
}
#footer li a::before {
    content: '≫';
    font-size: 90%;
    font-weight: bold;
    color: #b5a591;
    vertical-align: top;
    padding-right: 6px;
}
.footer li a, .footer .services li a {
padding-left: 0;
float: none;
display: inline-block;
color: #333;
}
.footer .copyright {
padding: 0;
	color: #333;
}
.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: #b5a591;
}

.sideServices ul li a::before {
    color: #b5a591;
    content: "»";
    display: inline-block;
    font-size: 115%;
    margin-right: 5px;
}

.sideServices ul li a:hover {
    color: #666;
}

.sideServices h2 {
    font-size: 16px;
    background: url(/materials/172838526025302.png) 200px center no-repeat;
    background-color: #b5a591;
    padding: 10px 30px;
}

.sideBlogCategories h2, .sideBlogDates h2  {
    margin-top: 0;
    line-height: 20px;
    font-size: 16px;
    padding: 10px 20px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #b5a591;
    margin-bottom: 0;
    background: #f2e8d7;
}
.sideBlogDates dl,.sideBlogCategories ul {
    padding: 20px;
    background: #fffdf9;
}
.sideBlogDates li {
    margin: 8px 0;
    line-height: 20px;
}

/*サブメニュー*/
.sideServices ul {
	padding-top: 15px;
	background-color: #fffdf9;
}

/*モバイル*/
.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: #333;
    color: #333;
    margin-bottom: 16px;
    background: url(/materials/172838526025301.png) right top no-repeat;
}
#sideMobile {
    background-color: #fff;
    border-top: solid 4px #b5a591;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    box-sizing: border-box;
}

/*お問い合わせ*/
#sideContact a {
	font-size: 15px;
}

/*自由HTML*/
div.side {
    padding-top: 24px;
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
    border: solid 4px #f2e8d7;
    border-radius: 15px;
}
div.side h2 {
margin: 0 auto 1em;
padding-bottom: 1em;
border-bottom: dotted 1px #ccc;
}
div.side h2 img {
width: 90%;
}
div.side p  {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    line-height: 1.6em;
    font-size: 16px;
}
div.side p.tel a {
font-size: 140%;
font-weight: bold;
color: #76ccb1 !important;
font-family: "Montserrat", 'Noto Sans JP', sans-serif;
}

/*---------------------------
テーブル
----------------------------*/
/*デフォルト*/
.article table:not(.contactTable) {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    margin: 20px auto;
    width: 100%;
}
.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,.article table.priceTbl{
    border-collapse: collapse;
    border-left: none;
    border-spacing: 0;
    border-top: 1px solid #d3c1ab;
    margin: 20px 0;
    width: 100%;
    letter-spacing: 0.05em;
}
.article table.normalTbl th,.article table.priceTbl th {
    border-bottom: 1px solid #d3c1ab;
    border-right: none;
    height: auto;
    line-height: 150%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
	background: #f2e8d7;
}
.article table.normalTbl td,.article table.priceTbl td {
    border-bottom: 1px solid #d3c1ab;
    border-top: 1px solid #d3c1ab;
    border-right: none;
    border-left: none;
    height: auto;
    line-height: 160%;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.article table.normalTbl th {
    width: 33%;
}
.article table.priceTbl th {
    width: 50%;
}
.article table.priceTbl td {
    text-align: center;
}

/* 診療時間 */
.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 #dcd4ca;
}
.article table.timeTbl th{
  background:#f8f5f2;
} 

/*---------------------------
リスト
----------------------------*/
/*注意事項のリスト用*/
ol.pp {
padding-left: 2em;
}
ol.pp li {
list-style-type: decimal;
padding: 5px;
}
ul.notes {
list-style-type: none;
margin-left:1em;
}
ul.notes li::before {
content: "◆";
margin-left: -1em;
}
ul.ps {
list-style-type: none;
margin-left:1em;
}
ul.ps li::before {
content: "※";
margin-left: -1em;
}
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: #e9decb;
}

/*診察内容*/
ul.subject {
    background: #fff;
	color: #66553f;
    font-weight: bold;
    font-size: 1.1em;
    border-radius: 12px;
    padding: 1em;
    margin-bottom: 1em;
    width: auto;
    display: flow-root;
}
ul.subject li {
display: inline-block;
margin-right: 1em;
margin-left: 1em;
}
ul.subject li:before {
    content: "〇";
    margin: 0 0.3em 0 -1em;
    font-family: sans-serif;
    color: #76ccb1;
    font-weight: bold;
    transform: none;
    font-size: 80%;
}

/*診察のご案内 診察内容*/
ul.service {
    font-size: 1.2em;
    font-weight: bold;
    color: #66553f;
    padding-top: 1em;
    width: auto;
}
ul.service li {
margin-right: 1em;
margin-left: 1em;
}
ul.service li:before {
    content: "〇";
    margin: 0 0.3em 0 -1em;
    font-family: sans-serif;
    color: #76ccb1;
    font-weight: bold;
    transform: none;
    font-size: 80%;
}

/*number*/
ol.number {
    counter-reset: number 0;
    list-style: outside none none;
    padding: 40px 40px 40px 80px;
    line-height: 2;
    margin-top: 10px;
    background: #fff;
    border-radius: 10px;
	color: #66553e;
}
ol.number li::before {
    background: #76ccb1;
    border-radius: 50%;
    color: #fff;
    content: counter(number, decimal);
    counter-increment: number 1;
    display: inline-block;
    height: 2em;
    margin-left: -46px;
    margin-right: 12px;
    text-align: center;
    width: 2em;
    font-weight: bold;
}
ol.number li {
    margin-bottom: 0.4em;
    font-size: 1.1em;
    line-height: 2;
    font-weight: bold;
    border-bottom: dashed 1px #f2e8d7;
}

/*faq*/
ul.faq {
    padding: 10px 0 20px;
}
ul.faq li.qus {
    font-weight: bold;
}
ul.faq li.qus ,
ul.faq li.ans {
    display: block;
    font-size: 110%;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 45px;
}

ul.faq li.qus::before ,
ul.faq li.ans::before {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 110%;
    height: 32px;
    line-height: 32px;
    margin: 0 8px 0 -40px;
    text-align: center;
    width: 32px;
}
ul.faq li.qus::before {
    background-color: #d4a466;
    content: "Q";
}
ul.faq li.ans::before {
    background-color: #76ccb1;
	font-weight: bold;
    content: "A";
}

/*チェックマーク付きリスト */
ul.check01,
ul.check02 {
    position: relative;
    padding: 1.5em;
    list-style-type: none;
    border-radius: 12px;
}
ul.check01 li,ul.check02 li {
    padding: 0.6em 0 0.5em 1.4em;
    line-height: 1.6;
    border-bottom: 1px dashed #b5a591;
    font-weight: bold;
    font-size: 18px;
    color: #66553e;
}

ul.check01 li::before,
ul.check02 li::before {
    position: absolute;
    content: "\002713";
    color: #f5930c;
    font-weight: bold;
    left: 1.5em;
}

ul.check01  {
    background: #f2e8d7;
}
ul.check02  {
    background: #d5ede5;
}

/*---------------------------
パーツ
----------------------------*/
/*ボタン*/
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: #76ccb1;
}
.btn2{ background: #d4a466 !important; }

/*囲い*/
div.envelope {
    margin-top: 1em;
    margin-bottom: 2em!important;
    margin-right: 0;
    margin-left: 0;
    padding: 1em 2em 2em;
    background: #fffdf9;
    box-sizing: border-box;
    border-radius: 14px;
    border: 1px solid #b5a591;
}

div.envelope p{
margin-bottom: 0;
}
 div.envelope img{
    max-width: 670px;
    margin-bottom: 0!important;
}

.mainImage #slider li {
        height: auto !important;
}

/*追従型ボタン*/
.freeHtml #contact-box{
  position:fixed;
  top:250px;
  right:0px;
  z-index:100;
  width:50px;
}
/*治療の流れ*/
.article table.flow {
  padding-left: 0;
  width: 100%;
  border:none;
}

.article table.flow tr {
  border: none;
  padding: 20px;
  border-radius: 20px;
}

.article table.flow th {
  font-size: 1.3em;
  font-weight: bold;
  text-align:left;
  display:block;
  border: 2px solid #76ccb1;
  border-bottom: 2pt dashed #ccc;
  padding-bottom: 0.5em;
    background: #76ccb1;
    color: #fff;
}

.article table.flow th .icon {
  color: #fff;
  margin-right: 0.5em;
}

.article table.flow td {
  margin: 0;
  display:block;
  border: 2px solid #76ccb1;
  border-top: none;
}

.article table.flow tr:not(:last-child) td{
  margin-bottom: 40px;
  position: relative;
}

.article table.flow tr:not(:last-child) td::after{
  content: '';
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #4D9BC1;
}