@charset "utf-8";
@import url("//share.cr-cms.net/hp_agency/hpagency.css");

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');
/*-------------------------------------------
テンプレート
フラット01 グリーン 1カラム
-------------------------------------------*/
/*カラー*/
:root {
    --main-color: #BFA670;
	--first-color: #bfa670;
	--second-color: #ebe9e2;
	--third-color: #f5deb3;
	--text-color: #333333;
	--bg-color01: #FFF7EB;
	--bg-color02: #DFE0DF;
	--border-color: #ccc;
}

html {
	scroll-behavior: smooth;
    transition: 0.5s all;
}

body {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-color);
    font-weight: normal;
    letter-spacing: 0.5px;
    font-family: "Montserrat", "M PLUS Rounded 1c", sans-serif;
}
.mincho{
    font-family: 'Shippori Mincho', serif;
}
.mainImage #slider li {
    height: auto !important;
}

#mainArticles a:hover img,
#sideBanners  a:hover img,
div.freeHtml a:hover img,
div.image img.gallery:hover,
a:hover {
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
    transition: 0.5s;
}

div#mainArticles_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#mainArticles, #mainContents, #title_outer, #topMenu_outer, #pankuz, #footer_outer, #mainTopics, #listTopics, #topMenu .topMenu, #mainArticles_body {
    /* width: 1080px; */
    margin: 0 auto;
}
.mainArticles .article, .mainArticles div.gallery {
    width: 100%;
    border: none;
}
.mainArticles .article:first-of-type{
    margin-top: 0px;
}

#wrap{
    background: none;
}
#mainContents{
    padding-top: 0;
    width: 780px;
}
/*---------------------------
* Flex
----------------------------*/
#wrap_body.wrap {
	display: flex;
	flex-wrap: wrap;
    padding-top: 0;
    position: relative;
    z-index: 1;
}
div#wrap_body:before {
    content: "";
    background: url(/materials/174966061764901.png);
    /* background-attachment: fixed; */
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
}

#wrap_body.wrap #title {
	order: 1;
}

#wrap_body.wrap #topMenu {
	order: 3;
}

#wrap_body.wrap #contents {
	order: 4;
}

#wrap_body.wrap #footer {
	order: 5;
}

#wrap_body.wrap #mainImage {
	order:2;
}

/*---------------------------
* 幅拡張（xxxpx）
----------------------------*/
#contents{
    width: 1080px;
}

#mainArticles{
    width: 100%;
}
.mainArticles .article_body {
	margin-left: auto;
	margin-right: auto;
}

#topMenu .topMenu {
}

div#mainTopics {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    box-sizing: border-box;
    margin-top: 50px;
    max-width: 1080px;
    width: 100%;
}

#mainTopics h2{
    margin: 0 0 30px;
    padding: 0;
}
.mainTopics .topics {
    overflow: hidden;
    width: auto;
    padding: 0;
    margin: 0 auto;
    border-bottom: 1px solid #e9e9e9;
}
#mainTopics h2 {
    border: none;
}
#mainTopics .listview {
    width: auto;
    margin: 40px auto 0 auto;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
#mainTopics .listview a {
    background: none;
    padding: 10px 20px;
    min-width: 200px;
    width: auto;
    background: var(--main-color);
    color: #FFF;
}
#mainTopics .topics li .more a {
    padding: 3px 14px 2px;
    font-size: 14px;
    border-color: var(--main-color);
    color: var(--main-color);
}
#mainTopics .topics li .date {
    font-size: 10px;
    margin: 2px 0 4px;
    color: #333;
}
.mainImage img, #topMenu .topMenu{
    max-width: 100%;
}
/*---------------------------
* Gallery
----------------------------*/
/* ul.galleryGrids {
	height: auto !important;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

li.galleryGrid {
	position: static  !important;
	height: auto  !important;
	left: unset  !important;
	top: unset  !important;
	padding:8px;
} */

/*---------------------------
* siteGuide
----------------------------*/
.mainArticles .article.siteGuide{
    background: #bfa670;
    position: relative;
}
.mainArticles .article.siteGuide:after{
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    pointer-events: none;
}
.mainArticles .article.siteGuide .article_body {
    /* border: solid 2px #FFF;
    display: flex;
    flex-direction: column;
    align-items: center; */
}
.mainArticles .article.siteGuide .siteGuideLink {
    border: solid 2px #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #FFF;
    padding: 20px;
}
.mainArticles .article.siteGuide .image{
    max-width: 100px;
    margin: 20px;
    display: block;;
}
.mainArticles .article.siteGuide .image img{
    margin: 0;
}
.mainArticles .article.siteGuide .comment{
    color: #FFF;
    font-size: 30px;
    text-align: center;
    display: block;
}
.mainArticles .article.siteGuide .moreBtn{
    display: block;
    position: relative;
    z-index: 10;
    padding: 6px 20px;
    text-align: center;
    max-width: 210px;
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    font-size: 20px;
    background: #FFF;
    color: #333;
    font-family: 'Shippori Mincho', serif;
}

/*---------------------------
* table
----------------------------*/
.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;
}

/*---------------------------
* List
----------------------------*/
/******noticelist******/
ol.pp {
    margin-top: 1.5em;
    padding-left: 2em;
}
ol.pp li {
    list-style-type: decimal;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
}
.ol{
    margin-top: 1.5em;
    padding-left: 2em;
}
.ol>*{
    list-style-type: decimal;
    line-height: 1.6;
    margin-bottom: 12px;
}


.ul{
    margin-top: 1.5em;
    padding-left: 2em;
}
.ul>*{
    list-style-type: disc;
    line-height: 1.6;
    margin-bottom: 12px;
}


ul.notes {
    list-style-type: none;
    margin-left: 1em;
}
ul.notes li {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 12px;
}
ul.notes li::before {
content: "◆";
margin-left: -1em;
}
ul.ps {
font-size: 16px;
list-style-type: none;
margin-left:1em;
margin-bottom: 20px;
}
ul.ps li::before {
content: "※";
margin-left: -1em;
}
ul.maru {
font-size: 16px;
list-style-type: none;
margin-left:1em;
}
ul.maru li::before {
content: "●";
margin-left: -1em;
}

/*---------------------------
* バッジ非表示
----------------------------*/
.recaptcha_policy {
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 11px !important;
    color: #444 !important;
}

.recaptcha_policy a {
    font-size: 11px !important;
    color: #111 !important;
}

.grecaptcha-badge { visibility: hidden; }


/*---------------------------
* スライドショー高さ可変
----------------------------*/
.mainImage #slider li {
    height: auto !important;
}




/*---------------------------
* 3分割
----------------------------*/
.mainArticles .article.col3 {
    width: 32%;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 2px;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.7;
    padding: 10px;
    letter-spacing: normal;
}

.mainArticles .article.col3 img {
    max-width: 100%;
}

.mainArticles .article.col3 p {
    margin-bottom: 0 !important;
}

.mainArticles .article.col3 h3 {
    font-size: 1.2em;
    line-height: 1.6;
    margin: 0.5em 0;
    padding: 0.5rem 0;
}

/*---------------------------
* 2分割
----------------------------*/
.mainArticles .article.col2 {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 2px;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.7;
    padding: 20px;
    letter-spacing: normal;
}

.mainArticles .article.col2 img {
    max-width: 100%;
}

.mainArticles .article.col2 p {
    margin-bottom: 0 !important;
}

.mainArticles .article.col2 h3 {
    font-size: 1.2em;
    line-height: 1.6;
    margin: 0.5em 0;
    padding: 0.5rem 0;
}
.mainArticles .article.col2.card{
    width: 48%;
    margin: 0;
    height: 100%;
    padding: 20px;
    background: #FFF;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 4px;
    height: 100%;
    margin-right: 2%;
}
/* .mainArticles .article.col2.card:nth-of-type(2n) {
    margin-right: 0;
} */
.mainArticles .article.col2.card .article_outer {
    height: 100%;
}
/* .mainArticles .article.col2.card .article_body {
    padding: 20px;
    background: #FFF;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 4px;
    height: 100%;
} */
/*---------------------------
* ヘッダー
----------------------------*/
/*タイトル*/
#title {
    padding: 0;
    margin: 0 auto;
    height: 130px;
    margin-bottom: 0px;
    background: url('/materials/175487419920501.jpg') repeat center center;
    background-size: auto;
    width: 100%;
}

#title_outer {
    height: auto;
    width: 980px;
    margin: auto;
    background: url(/materials/175490547616801.png) no-repeat center right;
    background-size: 300px auto;
}

#title h1 {
    background: url(/materials/175487414437001.png) no-repeat center left;
    margin: 0;
    padding: 0;
    text-align: left;
    height: 130px;
    background-size: 380px auto;
}

#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 300px;
}

#title .description {
    font-size: 14px;
    padding: 2px 10px;
    line-height: 1.6em;
    color: #000;
    position: absolute;
    top: 0;
    display: none;;
}

/*TOPイメージを幅100%に*/
.mainImage #slider li img {
    max-width: 100%;
}

.slick-slide {
    height: 100% !important;
}

#mainImage {
    background-color: #fff;
    width: 100%;
}
#mainImage img{
    width: 100%;
}
#topMenu {
    width: 100%;
    position: static;
    min-height: auto;
    background: #fff;
    border: none;
}

#topMenu_outer {
    background: none;
    margin: 0px auto;
    width: 100%;
}




#topMenu .topMenu {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

#topMenu .topMenu li {
    width: auto;
    min-width: 140px;
    position: relative;
    overflow: visible;
}
#topMenu .topMenu li:after{
    content: "";
    width: 1px;
    height: 50%;
    background: #8abf95;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) rotate(35deg);
}
#topMenu .topMenu li:last-of-type:after {
    display: none;
}
#topMenu .topMenu li a {
    box-sizing: border-box;
    font-size: 18px;
    letter-spacing: 0.1em;
    padding: 10px 50px;
    width: 100%;
    background: none;
    color: #8abf95;
    position: relative;
    font-weight: normal;
    line-height: 1.5;
}
#topMenu .topMenu li a:hover {
    color: #666;
}
#topMenu .topMenu li a:after {
    content: "menu";
    color: #444;
    display: block;
    font-size: 12px;
}
#topMenu .topMenu li.first a:after {
    content: "Home";
}
#topMenu .topMenu li.second a:after {
    content: "Treatment";
}
#topMenu .topMenu li.third a:after {
    content: "Greetings";
}
#topMenu .topMenu li.fourth a:after {
    content: "Equipment";
}
#topMenu .topMenu li.fifth a:after {
    content: "Access";
}

/*---------------------------
* Table
----------------------------*/
.box{
    padding: 2em 4em;
    background: #fff;
}
.box2{
    padding: 2em 4em;
    background: #F4ECE4;
}



.article table.table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.article table.table td,
.article table.table th {
    border: none;
    border: 1px solid var(--main-color);
    padding: 20px 10px;
    box-sizing: border-box;
    background: none;
}
.article table.table th{
    text-align: center;
    font-weight: bold;
    background: var(--main-color);
    color: #FFF;
    border-bottom: solid 1px #FFF;
    width: 30%;
}
.article table.table tr:last-of-type th{
    border-bottom: solid 1px var(--main-color);
}




.article table.normalTbl {
    width: 100%;
    border-collapse: collapse;
    border: none;
}
.article table.normalTbl th{
    text-align: center;
    font-weight: bold;
}
.article table.normalTbl td,
.article table.normalTbl th {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 20px 10px;;
    box-sizing: border-box;
    background: none;
}






#contents table.timeTbl {
    width: 100%;
    border-collapse: collapse;
    border: none;
}
.contents table.timeTbl td,
.contents table.timeTbl th {
    border: none;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    background: none;
    border: solid 1px #333;
}
.contents table.timeTbl thead th {
    background: #a88d75;
    /* background-color: #f2ede5;
    background-image: repeating-linear-gradient(
        -45deg,
        #a88d75,
        #a88d75 5px,
        #f2ede5 5px,
        #f2ede5 10px
    ); */
}
.contents table.timeTbl thead th {
    border-bottom: 1px solid #333;
    color: #FFF;
}

.contents table.timeTbl td{
    color: var(--main-color);
}

/*---------------------------
* Headings
----------------------------*/
#mainArticles h2,
#mainServices h2,
#mainTopics h2,
#listTopics h2,
.mainContents .article h3,
.mainContents div.gallery h3,
.mainContents .article h4,
.mainContents .article h5,
.mainContents .article h6
{
    font-weight: bold;
    /* font-family: 'Shippori Mincho', serif; */
}


#mainArticles h2,
#mainServices h2,
#listTopics h2 {
    margin: 30px auto;
    text-align: center;
    border-bottom: none;
    font-size: 32px;
    color: var(--text-color);
    line-height: 1.6;
    letter-spacing: 0.2em;
    /* font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif; */
}


#mainArticles h2 {
    color: var(--text-color);
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    /*white-space: nowrap;*/
	flex-wrap: wrap;
	line-height: 43px;
}
#mainArticles h2:before,
#mainArticles h2:after{
    content: "";
    height: 1px;
    width: 100%;
    background: var(--text-color);
    flex-grow: 1;
}

.mainContents .article h3,
.mainContents div.gallery h3 {
    font-size: 30px;
    letter-spacing: 0.07em;
    line-height: 1.5;
    position: relative;
    padding: 0.5em;
    margin: 1em 0 1.5em 0;
    text-align: center;
    color: var(--text-color);
}

.mainContents .article h3:before,
.mainContents div.gallery h3:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -6px;
    display: inline-block;
    width: 70px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: var(--text-color);
}

/*ブログタイトル*/
.mainContents .article h3 a {
    line-height: 1.5;
    font-size: 24px;
}

/*ブログ一覧お知らせ*/
.mainContents .article h3 a,
.article h3 a:hover {
    text-decoration: none;
    font-size: 0.9em;
}

.mainContents .article h4 {
    font-size: 20px;
    line-height: 1.7;
    padding: 4px 0 4px 50px;
    margin: 0.5em 0 .5em 0;
    border-left: 2px solid var(--first-color);
    border-left: none;
    color: var(--text-color);
    display: flex;
    position: relative;
    border-bottom: solid 2px var(--first-color);
}
.mainContents .article h4:before {
    content: '';
    position: absolute;
    left: 0;
    /* top: 50%;
    transform: translate(0, -50%); */
    bottom: -5px;
    width: 40px;
    height: 40px;
    background: url(/materials/175491650481401.png) no-repeat center center;
    background-size: contain;
}



.mainContents .article h5 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0.8em 0;
    padding: 0.3em 0;
    color: var(--text-color);
    border-bottom: none;
    gap: 20px;
    align-items: center;
    /* white-space: nowrap; */
    display: flex;
}
.mainContents .article h5:after{
    content: '';
    display: block;
    flex-grow: 1;
    border-bottom: 1px dotted #333;
    height: 1px;
}
.mainContents .article h5:first-letter {
    color: var(--first-color);
    font-size: 1.1em;
    margin-right: 0.1em;
}
.mainContents .article h6 {
    font-size: 26px;
    color: var(--text-color);
    line-height: 1.7;
    margin: 0.5em 0 1em 0;
}

.mainContents .article h6::first-letter {
    color: var(--first-color);
    font-size: 1.5em;
    margin-right: 0.3em;
}


/*---------------------------
* Image 画像
----------------------------*/
.mainArticles .article .image {
    text-align: center;
    margin-bottom: 15px;
    width: auto;
    overflow: hidden;
    max-width: unset;
}
.mainArticles .article img{
    margin-bottom: 0;
    border-radius: 10px;
}
}

/*---------------------------
* Flow 流れ
----------------------------*/
.box_flow {
	padding: 50px 4%;
}
.box_flow dt {
	position: relative;
	margin-bottom: 18px;
	font-family: 'Shippori Mincho', serif;
}
.box_flow dt .num {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-weight: 500;
	font-size: 155.56%;
	letter-spacing: .1em;
	color: #fff;
}
.box_flow.flow_col01 dt .num {
	background: #bfa670;
}
.box_flow.flow_col02 dt .num {
	background: #888;
}
.box_flow dt .ttl {
	display: inline-block;
	width: calc(100% - 85px);
	padding-left: 85px;
	font-weight: 700;
	font-size: 155.56%;
	letter-spacing: .1em;
}
.box_flow.flow_col01 dt .ttl:first-letter {
	color: #bfa670;
}
.box_flow.flow_col02 dt .ttl:first-letter {
	color: #888;
}

/*---------------------------
* バッジ
----------------------------*/
.badge{
    display: inline-block;
    padding: 1px 10px;
    border-radius: 2px;
    background: var(--main-color);
    color: #fff;
    font-size: 0.8em;
}
/*---------------------------
* レイアウト
----------------------------*/
.mr{
    margin-right: 1em;
}
.article.full{
    width: 100vw;
    position: relative;
    /* left: calc(50% - 50vw); */
    padding-top: 40px;
    padding-bottom: 40px;
}
.article.bg_white{
    background: rgba(255, 255, 255, 0.8);
}
.article.bg_white .article_body {
    max-width: 980px;
    margin: 0 auto;
}

.article.bg_gray{
    background: var(--second-color);
}
.article.bg_gray .article_body {
    max-width: 980px;
    margin: 0 auto;
}

.mainArticles .article.zero_margin,
.mainArticles .gallery.zero_margin {
    margin-bottom: 0;
}
.mainContents .article.zero_margin h3{
    margin: 0;
}
/*---------------------------
* Flow
----------------------------*/
.flow_design09 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow09 {
  padding-left: 0;
  border-bottom: solid 1px #E1E8ED;
}

.flow09 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
  border-top: solid 1px #E1E8ED;
}

.flow09 > li dl dt {
  font-size: 1.2em;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}

.flow09 > li .icon09 {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: #E26B5D;
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0;
}

.flow09 > li .icon09::before {
  content: 'STEP';
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.flow09 > li .icon09::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #858585;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}

.flow09 > li dl dd {
  margin: 0;
}

.flow09 > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
}
/*---------------------------
* contact
----------------------------*/
.btn_foot{
    max-width: 100%;
    width: 980px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
}
.col_box{
    background:#D9D9D9;
    border-radius: 8px 0 0 8px;
    padding: 20px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    width: 50%;
}
.col_box:nth-of-type(2){
    background: #FFF;
    border-radius: 0 8px 8px 0;
}
.btn_foot_tel,
.btn_foot_tel a{
    color: #333;
    font-size: 38px;
    letter-spacing: .1em;
}
.col_box .en{
    margin-right: 20px;
}
.col_box .en:first-letter{
    color: var(--main-color);
}
.col_box .ja{
    font-size: 20px;
}
/*---------------------------
* 装飾
----------------------------*/
.envelope{
    padding: 10px 20px;
    box-sizing: border-box;
    background: #dbf7e1;
    margin: 10px auto;
    overflow: hidden;
}
/*マーカー*/
span[style*="Lime"] {
    background-color: transparent !important;
    background: linear-gradient(transparent 70%, #dbd0e6 0) repeat scroll 0 0;
}
span[style*="Yellow"] {
    background-color: transparent !important;
    background: linear-gradient(transparent 70%, var(--third-color) 0) repeat scroll 0 0;
}



ul.check{
    margin: 20px 0;
    overflow: hidden;;
}
ul.check>li{
    position: relative;
    line-height: 1.5;
    padding-left: 2em;
    border-bottom: 1px dotted #bfa670;
    padding-bottom: 14px;
    margin-bottom: 20px;
}
ul.check>li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0) url(/materials/174973314032301.png) no-repeat center / contain;
    width: 25px;
    height: 25px;
}

.check_title{
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}


ul.StyleCheckList {
    list-style: outside none;
    line-height: 2;
    padding-left: 2.5em;
}
ul.StyleCheckList>li {
    position: relative;
    font-size: 1.4em;
}
ul.StyleCheckList>li::before {
    display: block;
    content: '';
    position: absolute;
    top: 0.4em;
    left: -2em;
    width: 0.9em;
    height: 0.5em;
    border-left: 4px solid #E55;
    border-bottom: 4px solid #E55;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*---------------------------
* サイド
----------------------------*/
.side{
    background: url("/materials/175487419920501.jpg") repeat;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.side-logo{
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}
.side-logo img{
    max-width: 100%;
    height: auto;
}
.side .add{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #999;
}
.side p.tel {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #999;
    text-align: center;
}
.side p.tel a {
    font-size: 140%;
    font-weight: bold;
    text-decoration: none;
}
.side .time{
    margin-bottom: 20px;
}
.side .map{
    margin-bottom: 20px;
}
.side-btn-wrap{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
}
.side-btn{
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #74B28A;
    background: linear-gradient(0deg, rgba(116, 178, 138, 1) 0%, rgba(189, 213, 176, 1) 100%);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
}
/*---------------------------
* フッター
----------------------------*/
.freeHtml_outer{
    background: none;
}
#sideContents {
    background: none;
}




.footer_col{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
}
.footer_col_item{
    width: 48%;
}

#mainServices {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
.mainServices .service .more a {
    background-image: url(btn_service.gif);
    background-repeat: repeat;
    background: none;
    text-indent: 0;
    width: auto;
    height: auto;
    font-size: 14px;
}

#sideContents_outer, #footer_outer {
    width: unset;
    margin: 0 auto;
}




#footer {
    background-color: #8abf95;
}
.footer .topMenu {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    float: unset;
}
.footer li {
    line-height: unset;
    height: auto;
    float: unset;
    margin-right: 0;
    width: unset;
}
.footer .topMenu li a {
    float: unset;
    padding: 0;
    font-size: 14px;
    color: #FFF;
}
.footer .copyright {
    text-align: center;
    color: #333;
}
.footer *{
    color: #333;
}


/*インビザラインGO*/
.mainArticles .article.articleInvi{
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

/* 当院について */
#contents .article.articlePoint{
    position: relative;
    overflow: visible;
    padding-top: 0;
    margin-top: 50px;
}
#contents .article.articlePoint .image img{
    border-radius: 10px;
}
#contents .article.articlePoint .point{
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #ea5252;
    color: #FFF;
    font-weight: bold;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#contents .article.articlePoint .point .point_text{
    display: block;
}
#contents .article.articlePoint .point .point_number{
    font-size: 20px;
}
#contents .article.articlePoint .point_title{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    color: #ea5252;
}


/* 診療のご案内 */
#contents .gallery.m_info{}
#contents .gallery.m_info .image{}
#contents .gallery.m_info .image img {}
#contents .gallery.m_info ul.galleryGrids {
    height: unset !important;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#contents .gallery.m_info li.galleryGrid {
    padding: 20px;
    border: solid 1px #8abf95;
    box-sizing: border-box;
    position: relative !important;
    left: unset !important;
    top: unset !important;
}
#contents .gallery.m_info li.galleryGrid::after {
    content: '';
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 50px 50px 0px;
    border-color: transparent transparent #8abf95 transparent;
    transform: rotate(-90deg);
}

#contents .gallery.m_info div.gallery_grid3 li.galleryGrid{
    width: 32%;
}
#contents .gallery.m_info li.galleryGrid .galleryGrid_outer{
    padding: 0;
}

#contents .gallery.m_info h4{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

/* お問い合わせ */
a.contact_btn{
    display: inline-block;
    padding: 10px 20px;
    background: #ef9838;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    min-width: 120px;
    text-align: center;
}
.contact_tel span{
    font-size: 30px;
    font-weight: bold;
    color: #543D28;
}

a.btn{
    display: block;
    padding: 10px 20px;
    background: #0e8ebe;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    text-align: center;
}

/* トピック */
#mainTopics .topics h3{
    font-size: 16px;
}

#mainTopics .topics li .thumb img {
    border-radius: 5px;
}

/*▼追従ボタン*/
.freeHtml #contact-box{
  position:fixed;
  top:120px;
  right:0px;
  z-index:100;
  width:99px;
}

#sideMobile {
    background-color: #88ba92;
}