@import url("//share.cr-cms.net/hp_agency/hpagency.css");
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;500&display=swap');

/*フラット02 オレンジ 1カラム*/
/*-------------------------------------------
Common
-------------------------------------------*/
html {scroll-behavior: smooth;}

#wrap {
    background: url(/materials/178418665382601.png) repeat 0;
}

body {
    font-size:17px;
    line-height:1.8;
    font-family: 'Kiwi Maru', serif;
    font-weight:300;
    letter-spacing: 0.2px;
    color: #564124;
    background: #fcf7e9;
}

iframe{
  margin-bottom:1em;
}

#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,
a.linkbtn:hover, a.linkbtn2:hover{
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
  transition: 0.8s;
}

/*-------------------------------------------
Wrap
-------------------------------------------*/
#wrap_body {
    padding-top: 170px;
}
.mainArticles .article.margin-b0 {
    margin: 0;
}
hr.line {
    width: 80%;
    margin: 16px auto;
}

/*-------------------------------------------
Link
-------------------------------------------*/
a {
    color: #81511c;
	text-decoration: underline;
  	font-weight: normal;
}
a:hover {
	color: #806D0D;
	text-decoration: underline;
}
a img {
	text-decoration:none;
	border:none;
}
#title h1:hover,
.text-link:hover,
#mainArticles a:hover img,
#sideBanners  a:hover img,
div.freeHtml a:hover img,
div.image img.gallery:hover {
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}


/*-------------------------------------------
Image
-------------------------------------------*/
#mainArticles img,
.mainArticles .article .image{
    max-width: 100%;
}
.mainArticles .article .article_center {
	max-width: 1024px;
}
.mainArticles .article img {
    margin: 10px 0 80px;
}
.mainArticles .article.products .image {
    max-width: 30%;
}


/*-------------------------------------------
Title
-------------------------------------------*/
#wrap_body #title{
    background:none;
}

#wrap_body #title {
    padding: 0;
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
}
#title_outer{
    height: auto;
    width: 1024px;
    margin: auto;
    background: url(/materials/178419932528001.png) right top 15px no-repeat;
    background-size: 350px;
}
/*ロゴ*/
#title h1 {
    margin: 0;
    padding: 5px 0;
    text-align: left;
    height: 75px;
    width: 310px;
}
#title h1 a {
    background: url(/materials/178418657694201.png) no-repeat -3px top / contain;
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 100%;
}
#title .description {
    color: #988871;
    font-size: 15px;
    margin: 0;
    line-height: 1.3;
    text-align: left;
    padding: 0;
    letter-spacing: 0.05em;
}

/*-------------------------------------------
Mainimage
-------------------------------------------*/
#mainImage {
    margin-bottom: 0;
	margin-top: 10px;
    width: 100%;
	min-width:1024px;
	background: none;
}
.mainImage img {
    width: 100%;
	min-width:1024px;
}

/*スライド*/
#slider .slick-slide {
	display: flex;
	justify-content: center;
}
.mainImage #slider li {
	height: auto !important;
}
.mainImage #slider li img {
	max-width: 100%;
	min-width: 1024px;
}

/*-------------------------------------------
Topmenu
-------------------------------------------*/
#topMenu_outer,  #topMenu_body, #topMenu .topMenu {
	width: 1024px;
	max-width: 1024px;
}
#topMenu {
    min-height: 40px;
    position: absolute;
    top: 120px;
    background: none;
    margin: 0;
}

#topMenu_outer {
    margin: 0 auto;
    background: none;
}

#topMenu_body {
  border-left:1px dotted #cebb9f;
}
#topMenu .topMenu li {
  width: 20%;
  height: 100%;
  box-sizing:border-box;
  padding:0;
  position: relative;
  border-right:1px dotted #cebb9f;
}

#topMenu .topMenu li a {
    background: none;
    box-sizing: border-box;
    color: #564124;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.05em;
    padding: 5px 0;
    width: 100%;
}
#topMenu .topMenu li a:hover {
    color: #489b62;
}


/*-------------------------------------------
contents
-------------------------------------------*/
#contents {
    margin: auto;
    padding: 0;
    width: 100%;
    box-sizing:border-box;
    position: relative;
    display: flow-root;
    
}
/* #contents::after {
    content: "";
    display: block;
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-bottom: -300px;
    position: sticky;
    bottom: 0;
    background: url("/materials/178420305874101.png") no-repeat right bottom;
    background-size: 300px;
    pointer-events: none;
    z-index: 1;
} */

/*maincontent*/
#mainContents {
    width: 1024px;
}

.mainArticles .article .article_body{
  margin:0 auto;
}

.mainArticles .article {
	padding-bottom: 0px;
	border-bottom: none;
}

.mainArticles .article_right .image {
    margin-right: 0;
}
.mainArticles .article_left .image {
    margin-left: 0;
}
.mainArticles .article_right .image,
.mainArticles .article_left .image {
    max-width:35%;
}
#mainArticles, .mainArticles .article, .mainArticles div.gallery, #mainTopics, #listTopics {
    width: 100%;
    margin-bottom: 40px;
}

/*ぱんくず*/
#pankuz_body {
  width: 1024px;
  margin: auto;
}
.pankuz p {
    font-size: 14px;
    color: #806d0d;
    text-align: left;
}
.pankuz a {
    color: #489b62;
    text-decoration: none;
}

/*段落*/
#contents .article p {
  margin-bottom: 0.5em;
}

/*センター揃え*/
#contents .center {
  text-align: center;
}

/*-------------------------------------------
最新情報
-------------------------------------------*/
#mainTopics {
    margin-top: 3em;
    padding: 0 2.5em 1.5em 2.5em;
    border-bottom: none;
    border-radius: 20px;
    width: auto;
    background: rgba(255,255,255,0.5);
}
#mainTopics h2{
    /* background: url(/materials/178424072801101.png) no-repeat left center, url(/materials/168368956747801.png) no-repeat left 200px center;
    background-size: auto; */
    line-height: 50px;
    font-size: 1.6em;
    text-align: left;
    margin: 1em 0 0.5em;
    padding: 0 0 0 70px;
    color: #806d0d;
    letter-spacing: 0.06em;
}
#mainTopics .topics li .thumb, #mainTopics .topics li .thumb img {
	max-width: 100px;
	max-height: 100px;
}
#mainTopics .topics li .date, .mainTopics .topics li .date {
	font-size: 16px;
	color: #8b6b3f;
}
#mainTopics .topics h3, .mainTopics .topics li h3 {
	font-size: 17px;
}
.mainTopics .topics li h3 a {
	text-decoration: underline;
	font-size: 17px;
	color: #489b62;
}
.mainTopics .topics li h3 a:hover {
	text-decoration: underline;
}
#mainTopics .topics .description, .mainTopics .topics li .description {
	font-size: 16px;
	color: #8b6b3f;
	margin-top: 0px;
}
#mainTopics .topics li .more a, .mainTopics .topics li .more {
	padding: 8px 16px;
	font-size: 16px;
  	border-radius: 4px;
}
.mainTopics .topics li .more a {
    background-color: #489b62;
    border-radius: 2px;
    color: #fff;
    border: 1px solid #489b62;
}
.mainTopics .topics li .more a:hover {
	border: none;
	background-color: #fff2b2;
	color: #489b62;
}
.mainTopics .topics {
	width: 100%;
	padding: 0;
	margin: 0px 0 15px;
  	border-bottom: none;
}
.mainTopics .topics li {
	padding: 40px 0px;
	font-size: 16px;
}
#mainTopics .listview {
    width: 100%;
    font-size: 16px;
    margin: 0;
    text-align: right;
}
#mainTopics .listview a {
    background: none;
    padding: 6px 14px;
    color: #806d0d;
    border-bottom: 1px dashed #489b62;
}
#mainTopics .listview a:hover {
    text-decoration: none;
    color: #489b62;
}

/*-------------------------------------------
見出し
-------------------------------------------*/
#mainArticles h2, #mainServices h2, #mainTopics h2, #listTopics h2 {
    border: none;
}
#mainArticles h2, #listTopics h2{
    /* background: url(/materials/178424072801101.png) no-repeat left center, url(/materials/168369428882102.png) no-repeat right center;
    background-size: auto 40px, auto 40px; */
    color: #806D0D;
    font-size: 34px;
    letter-spacing: 0.06em;
    line-height: 50px;
    text-align: center;
    margin: 2em 0 1em 0;
    padding: 0 220px;
}
.mainContents .article h3, .mainContents div.gallery h3, #mainServices h2 {
    /* background: url(/materials/178424109220301.png) no-repeat left bottom;
    background-size: auto; */
    line-height: 50px;
    font-size: 33px;
    text-align: left;
    margin: 1em 0 0.5em;
    padding-bottom: 24px;
    color: #79cd00;
    letter-spacing: 0.06em;
}
.mainContents .article h3 a {
    text-decoration: none;
    font-size: 26px;
    color: #489b62;
}
.mainContents .article h4 {
    line-height: 1.6em;
    font-size: 27px;
    margin: 0.5em 0 0.7em;
    padding: 6px 0;
    color: #806D0D;
    border-bottom: 5px dotted #79cd00;
    display: flex;
}

.mainContents .article h5{
    font-size: 1.5em;
    color: #73BE1E;
    margin: 0.7em 0;
}

.mainContents .article h6{
    font-size: 1.5em;
    color: #489b62;
    margin: 0.7em 0;
}

/*top　コンセプト*/
.concept h4 span.circlein{
    color: #fff;
    background-color: #79cd00;
    width: 42px;
    height: 42px;
    margin-right: 0.3em;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    font-size: 30px;
}

/*-------------------------------------------
サイドコンテンツ
-------------------------------------------*/
#sideContents {
    background: rgba(255,255,255,0.5);
    padding-top: 20px;
}
#sideContents_outer {
    padding: 0;
  width: 1024px;
}
#sideContents h2 {
    font-size: 18px;
    padding: 23px 26px 20px 46px;
}
sideBlogCategories, #sideBlogDates {
    margin: 0;
}
.freeHtml {
    font-size: 17px;
}
.sideServices ul li a,
.sideBlogCategories a, 
.sideBlogDates a,
.sideMobile p{
    font-size: 17px;
    color: #564124;
}
.sideServices li, .sideBlogCategories li {
    padding: 0.2em 0 0.2em 0.2em;
    margin-right: 1em;
    margin-left: 0.2em;
    line-height: 1.5;
    border-bottom: 1px dotted #489b62;
    font-weight: bold;
    display: flex;
}
.freeHtml_outer {
    padding: 0;
    background: none;
}

/*サイドコンテンツ*/
#side{
  width:1024px;
  clear: both;
  color:#333;
}

#side p{
  margin-bottom:0em;
}

/*ロゴ横並び*/
.side-text_l{
    float:left;
    width:50%;
	margin-bottom: 20px;
}
.side-text_r{
    float:right;
    width:47%;
}
.side-text .side-text_r{
    text-align:left;
}

.shop-title {
    padding-bottom: 0px;
    font-size: 14px;
}
.side-logo {
    text-align: center;
    margin-bottom: 10px;
}
.side-logo img{
    max-width: 200px;
}
.shop {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}

.add {
    padding: 10px 0;
}

.tel {
    border-top: 1px dotted #442825;
    padding-top: 6px;
}

.time {
    line-height: 1.6em;
    padding-top: 5px;
    padding-bottom: 5px;
}
.time a {
    font-size: 110%;
	color: #489b62;
	font-weight: bold;
}
.freeHtml strong {
    font-weight: bold;
	font-size: 100%;
	color: #333;
}


/*-------------------------------------------
Footer
-------------------------------------------*/
#footer {
    background: #9bcd00;
    mix-blend-mode: multiply;
}

.footer * {
    font-size: 16px;
    color: #fff;
}
.footer li a {
    color: #fff;
    font-size: 16px;
}

.footer li a:hover {
  text-decoration:underline;
}
.footer .copyright{
  text-align:center;
}

.footer .topMenu{
  width:max-content;
  margin:0 auto;
}
.footer p a:hover{
  text-decoration:underline;
}

.footer a:hover , .footer p a:hover{
  color:#fff2b2;
}

/*-------------------------------------------
Table
-------------------------------------------*/
.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;
}

/*テーブル*/
.article table.normalTbl {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
    margin: 2em 0;
    width: 100%;
	background:rgba(255,255,255,0.5);
}
.article table.normalTbl th {
    border: none;
    height: auto;
    line-height: 150%;
    padding: 16px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 40%;
    border-bottom: solid 1px #E5DFC3;
    background: #FFF2B2;
}
.article table.normalTbl td {
    border: none;
    height: auto;
    line-height: 150%;
    padding: 16px 32px;
    border-bottom: solid 1px #E5DFC3;
}

/*スタッフ*/
.article table.staffTbl {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
    margin: 2em auto;
    width: 80%;
	background: rgba(255,255,255,0.5);
}
.article table.staffTbl th {
    border: none;
    width: 40%;
    border-bottom: solid 1px #E5DFC3;
    background: none;
}
.article table.staffTbl td {
    border: none;
    text-align: center;
    height: auto;
    line-height: 150%;
    padding: 16px 32px;
    border-bottom: solid 1px #E5DFC3;
}
.article table.staffTbl tr:last-child {
    color: #73be1f;
}


.article table.halfTbl{
    width: 70%;
}


/* 診療時間 */
.article table.timeTbl,
.freeHtml table.timeTbl{
    border-collapse: collapse;
    margin: 10px 0!important;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
	border-color: #E5DFC3!important;
}
.article table.timeTbl td,
.freeHtml table.timeTbl td {
    border-top: none;
    text-align: center;
    background: rgba(255,255,255,0.5);
    border-right: 1px solid #E5DFC3!important;
    border-bottom: 1px solid #E5DFC3!important;
}
.article table.timeTbl th,
.article table.timeTbl td,
.freeHtml table.timeTbl th,
.freeHtml table.timeTbl td  {
    padding: 5px!important;
    text-align: center;
    border: solid 1px #E5DFC3;
}
.article table.timeTbl th,
.freeHtml table.timeTbl th{
    background: #9d9682 !important;
    border-color: #e9e9e9;
    color: #fff;
}

/*-------------------------------------------
Gallery
-------------------------------------------*/
.gallery_grid {
  margin-top: 40px;
}
.gallery_grid2 li.galleryGrid { width: 50%;}
.gallery_grid3 li.galleryGrid { width: 33.33%;}
.gallery_grid4 li.galleryGrid { width: 25%;}
.gallery_grid5 li.galleryGrid { width: 20%;}

.gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0 10px 18px;
}
.gallery_grid li.galleryGrid .image {
  margin-bottom: 8px;
}
.gallery_grid li.galleryGrid .comment {
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
	color: #806D0D;
}

/*診療案内*/
#siteGuide .gallery_grid li.galleryGrid .galleryGrid_outer {
    padding: 0;
	margin-bottom: 30px;
}
#siteGuide .comment{
    padding-bottom: 10px;
    font-weight: bold;
    color: #806D0D;
    text-align: center;
    font-size: 18px;
	letter-spacing: 0.07em;
}
#siteGuide .comment a {
	font-weight: bold;
	color: #806D0D;
	text-decoration: underline;
}
#siteGuide .gallery_grid li.galleryGrid .image {
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 20px;
}


/*-------------------------------------------
List
-------------------------------------------*/
ol.pp {
  padding-left: 2em;
}
ol.pp li {
  list-style-type: decimal;
  padding: 5px;
}

ul.notes {
  list-style-type: none;
  margin-left:1em;
  margin-bottom:1em;
  font-weight:bold;
}
ul.notes li{
  margin:1em 0;
}
ul.notes li::before {
  content: "◆";
  margin-left: -1em;
  font-family: "メイリオ", sans-serif;
}

ul.ps {
  list-style-type: none;
  margin-left:1em;
  color:#455f71;
}
ul.ps li::before {
  content: "※";
  margin-left: -1em;
  font-family: "メイリオ", sans-serif;
}

ul.maru {
    list-style-type: none;
    margin: 1.2em;
    font-size: 1.1em;
}
ul.maru li::before  {
    content: "●";
    margin-left: -1.5em;
    margin-right: 0.5em;
    font-family: "メイリオ", sans-serif;
    font-size: 70%;
    color: #73BE1E;
}

/*チェックマーク付きリスト */
ul.check {
    position: relative;
    padding: 0.5em;
    list-style-type: none;
    margin: 1em 3em;
}
ul.check li {
    padding: 0.6em 0 0.5em 50px;
    line-height: 1.6;
    border-bottom: 1px dashed #dcce8c;
    font-size: 24px;
    display: flex;
    background: url(/materials/168372829866801.png) no-repeat left center;
}
/*診療案内 */
ul.maru2 {
    list-style-type: none;
    margin: 1.2em;
    font-size: 1.6em;
}
ul.maru2 li::before {
    content: "●";
    margin-left: -1.5em;
    margin-right: 0.5em;
    font-family: "メイリオ", sans-serif;
    font-size: 70%;
    color: #79cd00;
}

/*-------------------------------------------
Button
-------------------------------------------*/
a.btn {
  background: url(/materials/168368895257401.png) no-repeat right 18px center, url(/materials/168368895257402.png) repeat-x right center;
  background-size: 18px, auto 70px;
  width: auto;
  line-height: 50px !important;
  font-size: 18px;
  text-align: center;
  border-radius: 10px;
display: inline-block;
  color: #FFF;
  height: 50px;
  padding: 0 3em 0 2em;
	text-decoration: none;
}

/*-------------------------------------------
その他
-------------------------------------------*/
strong{
    color: #489b62;
    font-weight: bold;
    font-size: 1.2em;
}

/*囲い*/
.envelope,.envelope-ore,.envelope-w,.envelope-check {
    border-radius: 20px;
    margin: 5px 0;
    padding: 2em!important;
    width: auto!important;
}
.envelope{
    background: #fff2b2;
    mix-blend-mode: multiply;
}
.envelope-ore{
    background: repeating-linear-gradient(-45deg, #fba422, #fba422 3px, #feb546 3px, #feb546 6px);
    mix-blend-mode: multiply;
    border-radius: 30px;
    padding: 0.2em!important;
    font-weight: bold;
    font-size: 2em;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px #895205;
    letter-spacing: 0.1em;
}
.envelope-w {
    background: #fff;
    border: 3px solid #79cd00!important;
    padding-bottom: 1em!important;
}
.envelope-check{
    background: url(/materials/178420105023901.png) center;
	border-radius: 20px;
	text-align: center!important;
}

.envelope p,.envelope-ore p{
margin-bottom: 0!important;
}

.envelope h2 {
    margin: 0!important;
    color: #fc8f36!important;
    line-height: 1.2!important;
}
.envelope h4,.envelope-check h3 {
    text-align: center!important;
    display: block!important;
}


/*ハーフ記事*/
.mainArticles .article.half{
    border: none;
    width: 47%;
    display: inline-block;
    box-sizing: border-box;
    margin: 30px 1%;
    vertical-align: top;
}
.mainArticles .article.half img {
    max-width: 100%;
}

.mainArticles .article.half p{
margin-bottom: 0!important;
}

.mainArticles .article.half h3,
.mainArticles .article.col-3 h3{
    font-size: 1.3em;
    line-height: 1.8;
	margin: 1.2em 0 2em;
}

/*フロー図（記事）*/
.mainArticles .article.articleFlow {
    display: block;
    position: relative;
    margin-bottom: 50px;
    box-sizing: border-box;
    padding: 0 3em;
    overflow: visible;
    font-size: 1.1em;
}
.mainArticles .article.articleFlow.first{
	margin-top:0px;
}
.mainArticles .article.articleFlow::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-right: 5px solid #79cd00;
    border-bottom: 5px solid #79cd00;
    position: absolute;
    left: 50%;
    bottom: -40px;
    margin-left: -11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
}
.mainArticles .article.articleFlow.last::after {
    display: none;
}

/*-------------------------------------------
予約ボタン
-------------------------------------------*/
.freeHtml_outer {
  padding:1px;
  background:transparent;
}
a.btn-reserve {
  font-size:20px;
  color:#fff;
  font-weight:bold;
  line-height:1.2;
  text-align:center;
  text-decoration:none;
  display:block;
  position:fixed;
  top:180px;
  right:0;
  width:50px;
  background:#489b62;
  padding:20px 15px;
  box-sizing:border-box;
  z-index:9999;
}
a.btn-reserve:hover {
  width:62px;
  padding:20px 27px 20px 13px;
  opacity:0.8;
  transition:all 0.5s ease;
}



.article.concept h4 {
    position: relative;
    display: block;
    overflow: hidden;
}
.article.concept h4:before{
    content: "こだわり";
    display: inline;
    font-size: 0.9em;
    font-weight: bold;
    color: #79cd00;
    letter-spacing: 0.05em;
    margin-right: 0.1em;
    vertical-align: middle;
}
.article.concept h4 span.circlein{
    width: 40px;
    height: 40px;
    margin-right: 0em;
    line-height: 40px;
    vertical-align: middle;
    font-size: 30px;
    box-sizing: border-box;
}
.article.concept h4 span.ttl{
    display: block;
    margin-top: 0.3em;
}




.gallery.siteGuide{
    & ul.galleryGrids {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        height: unset !important;

        & li.galleryGrid {
            position: unset !important;
            left: unset !important;
            top: unset !important;
            width: calc(20% - 20px);
            background: #F8F6F2;
            background: url(/materials/178420105023901.png) center;
            background-size: cover;
            box-sizing: border-box;
            padding: 20px;

            & .galleryGrid_outer{
                padding: 0;
                box-sizing: border-box;
            }
        }
    }
}


#mainContents h2, #listTopics h2{
    background: url("/materials/178424072801101.png") no-repeat bottom center;
    background-size: auto 72px;
    padding-bottom: 80px;
}
#mainContents #mainTopics h2{
    padding-left: 0;
    text-align: center;
}
.mainContents .article h3, .mainContents div.gallery h3, #mainServices h2 {
    background: url(/materials/178424109220301.png) repeat-x left bottom;
    background-size: auto;
}
#wrap {
min-width: 1024px;
}

/*追従型ボタン*/
.freeHtml #contact-box{
  position:fixed;
  top:250px;
  right:0px;
  z-index:100;
  width:70px;
}