@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;600;800&family=Zen+Old+Mincho&display=swap');
/*--------------------------------------------------------------
レスポンシブ02 ホワイト 1カラム
---------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 191px;
}

body {
  font-size: 17px;
  line-height: 1.7;
  /* font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; */
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #092c7d;
  word-break:break-word;
}



@media only screen and (max-width: 1024px) {
  body { font-size: 16px; }
}
@media only screen and (max-width: 800px) {
  body { font-size: 15px; }
}
@media only screen and (max-width: 600px) {
  body { font-size: 15px; }
}

#wrap {
  background: #f4f7fc;
}
/*-------------------------------------------
記事背景色
-------------------------------------------*/
.article.bg, .gallery.bg {
  /*background:#e0e8f3;*/
  background: #e0e8f3;
}

/*-------------------------------------------
記事100%
-------------------------------------------*/
.mainContents .article.full,
.mainContents .gallery.full {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 40px;
}
/*-------------------------------------------
a リンクカラー
-------------------------------------------*/
a {
  color:#4b75a5;
}
a:hover {
  transition:0.3s;
}

/*-------------------------------------------
ボタン
-------------------------------------------*/
a.btn-reserve,
a.btn-reserve2,
a.btn-reserve3,
a.btn-reserve4  {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  display: block;
  position: fixed;
  top: 210px;
  right: 0;
  width: 77px;
  background: #4b75a5;
  border-radius:8px 0 0 8px;
  padding: 20px 15px;
  word-break:break-all;
  z-index: 9999;
}
a.btn-reserve:hover,
a.btn-reserve2:hover,
a.btn-reserve3:hover,
a.btn-reserve4:hover {
  background:#66bbcb;
}
a.btn-reserve2{  top: 295px; }
a.btn-reserve3{  top: 400px; }
a.btn-reserve4{  top: 504px; }

/*a.btn-reserve::before {
  display:inline-block;
  font-size:1.2em;
  color:inherit;
  font-family: "Font Awesome 5 Free";
  content: "\f022";
  font-weight: normal;
  margin-bottom: 4px;
  margin-left:-0.0em;
}*/


a.btn-normal{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: #4b75a5;
  border-radius: 3px;
  padding: 6px 30px;
  box-sizing: border-box;
  border-bottom: 3px solid #00662d;
  min-width: 300px;
}
a.btn-normal:hover{
  background: #52b86f;
}
a.btn-large{
  font-size: 160%;
}
.btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  background: #e0e8f3;
  background-image: url(/materials/173001570138401.jpg);
  background-position: center 33%;
  background-size: cover;
  position: relative;
}
.btnBox:before{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 0;
}
.btnBox .btn-normal{
  position: relative;
  z-index: 1;
}

/*-------------------------------------------
ボタン2
-------------------------------------------*/
/*
a.btn-reserve2 {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  display: block;
  position: fixed;
  top: 490px;
  right: 0;
  width: 50px;
  background: #4b75a5;
  border-radius:8px 0 0 8px;
  padding: 20px 15px;
  word-break:break-all;
  z-index: 9999;
}
a.btn-reserve2::before {
  display:inline-block;
  font-size:1.2em;
  color:inherit;
  font-family: "Font Awesome 5 Free";
  content: "\f164";
  font-weight: normal;
  margin-bottom: 4px;
  margin-left:-0.0em;
}
a.btn-reserve2:hover {
  background:#66bbcb;
}
  */

a.btn-normal2 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: #4b75a5;
  border-radius: 3px; 
  padding: 6px 30px;
  box-sizing: border-box;
  border-bottom: 3px solid #00662d;
  min-width: 300px;
}
a.btn-normal2:hover{
  background: #52b86f;
}
a.btn-large2 {
  font-size: 160%;
}
.btnBox2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  background: #e0e8f3;
  background-image: url(/materials/173001570138401.jpg);
  background-position: center 33%;
  background-size: cover;
  position: relative;
}
.btnBox2:before{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 0;
}
.btnBox2 .btn-normal2{
  position: relative;
  z-index: 1;
}


/*-------------------------------------------
image
-------------------------------------------*/

/*-------------------------------------------
汎用リスト・テーブル　文字サイズアップ
-------------------------------------------*/
.article table.normalTbl {
  font-size:1.0em;
}

ul.ps, ul.maru, ul.notes, ol.pp {
  font-size:0.94em;
  line-height:1.6;
}
/*-------------------------------------------
汎用リスト・テーブル
-------------------------------------------*/
.article table.normalTbl th{
  width: 30%;
  background: #e0e8f3;
}
.ol > * {
  margin-left: 2em;
  list-style: decimal;
}

@media screen and ( max-width: 600px){
  .article table.normalTbl th{
    width: 100%;
  }
}
/*-------------------------------------------
文字装飾
-------------------------------------------*/
strong {
  font-family:sans-serif;
  font-weight:bold;
}
.leadText {
  font-size:1.2em;
  font-weight:bold;
  color:#ed6a05;
}

/*-------------------------------------------
ヘッダー・トップメニュー固定
-------------------------------------------*/
#wrap_body #title {
  position:fixed;
  top:0;
  z-index:99;
  /* background:rgba(255, 255, 255, 0.9); 
  background: #f4f7fc;*/
  background-color: #fff;
    background-image: url(/materials/178478801169601.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-left: 2em;
}
#wrap_body #topMenu {
  position:fixed;
  top:120px;
  z-index:100;
  /*background: #f4f7fc;*/
    background: #fff;
}
#wrap_body {
  padding-top:170px;
}

/* ヘッダ固定の際の管理画面内　編集画面*********************************** */
body.ams-build #wrap_body #title, body.ams-build #wrap_body #topMenu {
    position: absolute;
}
body.ams-build #wrap_body #title {
top: 50px;
}
body.ams-build #wrap_body #topMenu {
top: 182px;
}
/* ******************************************************************** */

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#title #title_outer {
  width:92%;
  height:120px;
  background: url(/materials/178478795163101.png) right center no-repeat;
  background-size: 420px;
}
#title h1 {
  width: 400px;
  height: 100px;
}
#title h1 a {
  display: block;
  height: 100%;
  width: 100%;
  background: url(/materials/178478792390201.png) left center no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0 auto;
}

/*-------------------------------------------
topMenu
-------------------------------------------*/
#topMenu_outer .topMenu li a:hover {
  background: none;
  color: #092c7d;
  opacity: 0.8;
}

#topMenu_outer .topMenu li a {
  padding-top: 0;
  line-height: 50px;
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: bold;
  color: #092c7d;
}
/*
#topMenu_outer .topMenu li a:before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url("/materials/177762080125601.png") no-repeat center;
  background-size: contain;
}
#topMenu_outer .topMenu li a[href="/guide.html"]:before {
  background: url("/materials/177762082163601.png") no-repeat center;
}
#topMenu_outer .topMenu li a[href="/policy.html"]:before {
  background: url("/materials/177762083505901.png") no-repeat center;
}
#topMenu_outer .topMenu li a[href="/facilities.html"]:before {
  background: url("/materials/177762085063601.png") no-repeat center;
}
#topMenu_outer .topMenu li a[href="/implant.html"]:before {
  background: url("/materials/177762087296301.png") no-repeat center;
}
  */
/* liを指定する場合
#topMenu_outer .topMenu li:has(a[href="/contact.html"]) {
  color: red;
} */

@media screen and (max-width: 600px){
  #topMenu_outer .topMenu li a{
    padding: 0 0 0 4%;
    display: flex;
    gap: 10px;
    line-height:50px;
  }
  #topMenu_outer .topMenu li a:before{
    position: static;
    transform: unset;
  }
  #topMenu_outer .topMenu{
    display: block;
  }
}
/*-------------------------------------------
見出し
-------------------------------------------*/
#mainArticles h2, #listTopics h2,
.article h3, .gallery h3,
.article h4,
.article h5,
.article h6{
  /*font-family: "M PLUS Rounded 1c", sans-serif;*/
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #092c7d;
}

#mainArticles h2, #listTopics h2 {
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  background-color: #e0e8f3;
  color: #092c7d;
  /*background: url(/materials/177641593060101.png) repeat;*/
  top: 20px;
  background-image: url(/materials/178478804017601.png);
    background-position: top center;
    background-repeat: no-repeat;
}
/*
#mainArticles h2:after, #listTopics h2:after{
  content: "";
  width: 300px;
  height: 84px;
  background: url("/materials/177762272262601.png") no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: contain;
}
@media screen and (max-width: 600px){
  #mainArticles h2:after, #listTopics h2:after{
    content: "";
    width: 89px;
    height: 40px;
    background-size: cover;
  }
}*/
#mainArticles div[id^="blog"] h2{
  background: none;
  padding: 24px 0;
  line-height: 1.85;
  font-size: 1.55em;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 40px 0 0;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#mainTopics h2{
font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#mainArticles div[id^="blog"] h2:after,
#mainTopics h2:after, #mainArticles .article h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after {
  width: 200px;
  height: 50px;
  background: url(/materials/178478798421201.png) no-repeat center center;
  background-size: contain;
  margin: 5px auto;
  position: static;
}
.article h3,
.gallery h3{
  font-size: 2.4em;
  letter-spacing: 0.25em;
  line-height: 1.0em;
}
.article h3 span{
    display: block;
    font-size: 50%;
    letter-spacing: 0.1em;
}

.article h4 {
  font-size: 1.25em;
  border: none;
  background: unset;
  padding: 0;
  padding-left: 50px;
  margin-top: 28px;
  margin-bottom: 28px;
  color: #4b75a5;
}
.article h4:before {
  content: "";
  margin-right: 4px;
  background: url(/materials/178479008935001.png) no-repeat;
  background-size: contain;
  height: 80px;
  width: 40px;
  position: absolute;

}
h4.numbering::before {
  display:none;
}
h4.numbering > span {
  font-size:2.8em;
  line-height:1.2;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "BIZ UDPMincho", "Yu Mincho", "游明朝体", "YuMincho", "游明朝", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight:normal;
  color:#4b75a5;
  display:inline-block;
  margin:0;
  padding:0;
}
.article h5 {
  border-left:solid 4px #4b75a5;
}

/*-------------------------------------------
mainTopics
-------------------------------------------*/
#mainTopics {
    background-color: #e0e8f3;
    background-image: url(/materials/178357807417001.png);
    background-position: top center;
    background-repeat: no-repeat;
}
ul.topics li {
  background:#FFF;
  border-radius:8px;
  min-height:120px;
}
ul.topics li h3 a {
  color:#4b75a5;
}
ul.topics li p.date {
  background:#4b75a5;
}
ul.topics li p.more a {
  background: #4b75a5;
}
#mainTopics .listview {
  text-align:right;
  margin-top:0;
}
#mainTopics .listview a {
  color:#4b75a5;
  background:unset;
}
#mainTopics .listview a:hover {
  color:#66bbcb;
  background:unset;
}

/*-------------------------------------------
sideContents
-------------------------------------------*/
.sideContents #sideServices h2:before, .sideContents #sideBlogCategories h2:before, .sideContents #sideBlogDates h2:before, .sideContents #sideMobile h2:before {
  background:#4b75a5;
}
.sideContents ul li a:hover, .sideContents dt a:hover {
  background:#66bbcb;
}

/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
  background:#e0e8f3;
}
#footer * {
  color:#4b75a5;
}
/* #footer_body .copyright {
  font-size:0.88em;
  color:#4b75a5;
  font-weight:normal;
  background:#e7f2f1;
} */
#footer_body .copyright {
  font-size: 0.88em;
  color: #FFF;
  font-weight: normal;
  /*background: #e7f2f1;
  background: url(/materials/173008817308601.jpg) repeat-x;
    background-size: 600px;*/
   background: #4b75a5;
}
#footer_body .copyright a{
  color: #FFF;
}
#footer_body .topMenu li a, #footer_body .services li a {
  color:#4b75a5;
  background:none;
  border-bottom:1px solid #e7f2f1;
}
#footer_body .topMenu li a:before, #footer_body .services li a:before {
  color:inherit;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  color:#66bbcb;
  background-color:transparent;
  border-bottom:1px dashed #66bbcb;
}

/*-------------------------------------------
診療時間テーブル
-------------------------------------------*/
table.timeTbl {
  width:100%;
  border-collapse: collapse;
  border-left: 1px solid #cccccc;
  border-spacing: 0;
  border-top: 1px solid #cccccc;
  margin: 10px auto;
}
table.timeTbl th, table.timeTbl td {
  text-align:center;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  height: auto;
  padding: 10px;
  vertical-align: middle;
}
table.timeTbl th{
    background: #4b75a5;
    color: #fff;  
}
table.timeTbl td {
    background: #fff;
}

.article table.timeTbl th {
  background: #4b75a5;
    color: #fff;
    font-weight: bold;
    padding: 19px 0;
}
.article table.timeTbl td {
    background: #fff;
}

/*-------------------------------------------
サイト案内ギャラリー
-------------------------------------------*/
#siteGuide .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding:10px;
  margin:10px;
  background:#fff;
  border-radius:10px;
}
#siteGuide .gallery_grid li.galleryGrid .image {
  padding:10% 25%;
  background:#fff;
}
#siteGuide .comment {
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: bold;
  color: #4b75a5;
  text-align: center;
  font-size: 1.0em;
}

/*-------------------------------------------
freeHtml　会社概要
-------------------------------------------*/
#sideCompany {
  display:block;
  width:100%;
  margin:50px 0 100px 0;
  padding:0 0 0 0;
  box-sizing:border-box;
}
#sideCompany h2.logomark {
  width: 100%;
  max-width: 250px;
  height: 250px;
  background: url(/materials/173009448138801.png) no-repeat;
  margin: 0 auto 0px;
  background-size: contain;
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
#sideCompany h2.logomark img {
  width:100%;
  height:auto;
}
#sideCompany dl {
  font-size:1.0em;
  font-weight:normal !important;
  margin:0 auto;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  width:100%;
}
#sideCompany dt {
  width:20%;
  height:40px;
  font-size:1.0em;
  color:#fff;
  font-weight:500;
  line-height:40px;
  text-align:center;
  border-top:none;
  background:#4b75a5;
  border-radius:2px;
  margin-bottom:1.0em;
}
#sideCompany dd {
  width:78%;
  font-size:1.0em;
  color:#664c40;
  line-height:1.5;
  border-bottom:dotted 1px #664c40;
  margin-bottom:1.0em;
  margin-left: 2%;
  padding:0.5em;
}
#sideCompany a.linkbtn {
  width: 50%;
  margin: 1em auto;
  padding: 0.5em;
  background:#4b75a5;
  border-radius: 4px;
  display: block;
  color: #ffffff;
  letter-spacing: normal;
  text-decoration: none;
  text-align: center;
  font-size: 1.0em;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
}
#sideCompany a.linkbtn:after {
  position: absolute;
  right: 10px;
  font-family:"Font Awesome 5 Free";
  content:"\f105";
  font-weight:900;
}
#sideCompany a.linkbtn:hover {
  background: #b0bfc9;
  color: #fff;
}

/*-------------------------------------------
GoogleMap
-------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  /*padding-bottom: 75%; 4:3*/
  padding-bottom: 56.25%; /*16:9*/
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*-------------------------------------------
ギャラリーコメント左揃え
-------------------------------------------*/
.gallery.alignL ul.galleryGrids .comment {
  font-size:0.88em;
  line-height:1.5;
  font-weight:normal;
  text-align:left;
}

/*-------------------------------------------
診療内容メニューボタン
-------------------------------------------*/
ul.menubtn {
  list-style-type:none;
  margin:50px 0 25px 0;
  padding:0;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  width:100%;
}
ul.menubtn li {
  display: inline-flex;
  justify-content: space-between;
  width: 45%;
  margin-right: 5%;
  margin-bottom: 0;
  padding: 0.5em 0.5em 0.5em 50px;
  position: relative;
  font-size: 1.2em;
}
ul.menubtn li,
ul.menubtn li a {
  font-weight: bold;
  color: #4b75a5;
  text-decoration: none;
}
/* .menubtn a {
  display: block;
  width: 100%;
} */
/* ul.menubtn li::after */
ul.menubtn li:has(> a)::after {
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  font-size:1.4em;
  color:#4b75a5;
  font-weight: bold;
  line-height:1.4;
  position:absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
ul.menubtn li:nth-child(1) {
  background:url(/materials/169232608914901.png) no-repeat left center / 40px;
}
ul.menubtn li:nth-child(2) {
  background:url(/materials/169232610675601.png) no-repeat left center / 40px;
}
ul.menubtn li:nth-child(3) {
  background:url(/materials/169232612157101.png) no-repeat left center / 40px;
}
ul.menubtn li:nth-child(4) {
  background:url(/materials/169232614281301.png) no-repeat left center / 40px;
}
ul.menubtn li:nth-child(5) {
  background:url(/materials/169232615825401.png) no-repeat left center / 40px;
}
ul.menubtn li:nth-child(6) {
  background:url(/materials/169232619151301.png) no-repeat left center / 40px;
}

.article table.simple-border {
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  margin: 30px auto;
}
.article table.simple-border th {
  width:25%;
  background:#edf2f5;
  border:none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: auto;
  padding: 10px 16px;
  text-align: left;
  vertical-align:middle;
}
.article table.simple-border td {
  background:none;
  border:none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: auto;
  padding: 10px 16px;
  text-align: left;
  vertical-align:middle;
}

/*-------------------------------------------
リスト・ドット
-------------------------------------------*/
ul.dot {
  list-style-type:none;
  font-size:1.0em;
  line-height:1.6;
  margin:1.0em 0 1.0em 1.0em;
}
ul.dot li {
  list-style-type:none;
  margin:0.5em 0;
}
ul.dot li::marker {
  display:none;
}
ul.dot li::before {
  content:"・";
  margin-left:-1.0em;
}
.bottomLink {
  display:none;
}
.sideContents ul li, .sideContents dl dt{
  border: none;
}
@media only screen and (max-width: 1024px) {
  #title h1 {
    width:33vw;
  }
  #title #title_outer {
    background-size:40vw;
  }
  ul.topics {
    width:90%;
  }
  #mainTopics .listview {
    width:94%;
    margin:0 auto;
  }
}


@media only screen and (max-width: 600px) {
  html {
    scroll-padding-top: 0;
  }
  #wrap_body {
    padding-top:0;
  }
  #wrap_body #title, #wrap_body #topMenu {
    position:static;
  }
  #title #title_outer {
    width:96%;
    height:90px;
    background:none;
  }
  #title h1 {
    width:40vw;
    height:90px;
  }
  #toggle {
    background-color: #4b75a5;
    top:15px;
    right:15px;
  }
  .active #toggle {
    background-color: #4b75a5;
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size:1.65em;
    padding: 32px 0;
  }
  /* 診療時間テーブル */
  .article table.timeTbl th, .article table.timeTbl td, table.timeTbl th, table.timeTbl td {
    padding:5px;
  }
  /*診療内容メニューボタン*/
  ul.menubtn li {
    width:95%;
  }
  /* 画面下部固定のリンクパーツ */
  .bottomLink {
    list-style:none;
    position:fixed;
    display:flex;
    left:0;
    bottom:0;
    overflow:hidden;
    width:100%;
    height:45px;
    z-index:1000;
    height:auto;
    justify-content: space-between;
    box-sizing:border-box;
    margin:0 !important;
    padding:0 !important;
  }
  .bottomLink li {
    width: 100%;
}
  .bottomLink li:nth-child(1) a::before,
  .bottomLink li:nth-child(2) a::before,
  .bottomLink li:nth-child(3) a::before {
    display:none;
  }
  .bottomLink li:nth-child(1) a {
    background: #4b75a5;
    width: 100%;
    display: block;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 65px;
    height: 100%;
    text-align: center;
    flex-grow: 1;
  }
  .bottomLink li.item_left,
  .bottomLink li.item_right,
  .bottomLink li.item_right2 {
    width: 100%;
    border: none;
  }
  .bottomLink li.item_left span::before {
    content:"\f095";
    font-family:"Font Awesome 5 Free";
    font-weight:bold;
    color:#fff;
    font-size:14px;
    margin-right:5px;
    display:inline-block;
    transform:translateY(0.0em) rotate(105deg);
  }
  .bottomLink li:nth-child(2) a {
    background:#092c7d;
    width:100%;
    display:block;
    padding:5px;
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 55px;
    text-align:center;
    flex-grow:1;
  }
  .bottomLink li.item_right span::before {
    content:"\f022";
    font-family:"Font Awesome 5 Free";
    font-weight:normal;
    color:#fff;
    font-size:14px;
    margin-right:5px;
    display:inline-block;
    transform:translateY(0.0em);
  }

  .bottomLink li.item_right2 span::before {
    content:"\f164";
    font-family:"Font Awesome 5 Free";
    font-weight:normal;
    color:#fff;
    font-size:14px;
    margin-right:5px;
    display:inline-block;
    transform:translateY(0.0em);
  }

  .bottomLink li:nth-child(3) a {
    background:#7fa3d5;
    width:100%;
    display:block;
    padding:5px;
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 55px;
    text-align:center;
    flex-grow:1;
  }
  
  .bottomLink li.item_right span::after, .bottomLink li.item_left span::after, .bottomLink li.item_right2 span::after {
    content:"\f105";
    font-family:"Font Awesome 5 Free";
    font-weight:bold;
    color:#fff;
    font-size:1.2em;
    margin-left:8px;
    display:inline-block;
  }
  /* ボタンサイズ分の画面下部余白 */
  #wrap {
    margin-bottom: 45px;
  }
a.btn-reserve,
a.btn-reserve2,
a.btn-reserve3,
a.btn-reserve4 {
    display:none;
  } 
  a.btn-reserve2 {
    display:none;
  } 
}
@media only screen and (max-width: 480px) {
  #title h1 {
    width:70vw;
    padding-left: 0;
  }
  /*トップバナー*/
  .mainImage img {
    object-fit: cover;
    object-position: top center;
    min-height: 38vw;
  }
  /*freeHtml　会社概要*/
  #sideCompany h2.logomark {
    margin-bottom:20px;
  }
  #sideCompany a.linkbtn {
    width:100%;
  }
}


p.access_root {
    line-height: 2;
    margin: 5px 0 0px;
    font-size: 19px;
    font-weight: 700;
}

@media only screen and (max-width: 480px){
p.access_root {
    font-size: 16px;

}

}





/*top 院長挨拶*/
.mainContents .article.greeting{
  padding: 30px 4%;
  margin-bottom: 0;
  background: #ecffd1;
}
/* .mainContents .article.greeting h4 {
  color: #544a4a;
  font-family: "M PLUS Rounded 1c", sans-serif;
} */
.article.greeting .article_right .image {
  float: right;
  margin-left: 2%;
  margin-right: calc(-12vw);
}
@media only screen and (max-width: 601px) {
  .article.greeting .article_right .image{
    margin-right: 0;
  }
}



.article.card{
  position: relative;
  line-height: 1.4;
}
.article.card:before{
  content: "";
  width: 100px;
  height: 100px;
  background: url("/materials/173010765851301.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: -16px;
  left: -6px;
}
.card_num{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  color: #FFF;
  background: #092c7d;
  font-weight: bold;
}



ul.faq li.qus::before {
  background-color: #092c7d;
  content: "Q";
}
ul.faq li.ans::before {
  background-color: #4b75a5;
  content: "A";
}

.article .image img {
    border-radius: 20px;
}

/*追加*/
#mainArticles .envelope, #mainBlogCommentForm .envelope {
    text-align: left;
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #092c7d;
}

a.linkbtn2 {
    width: 90%;
    padding: 15px 5% !important;
    margin: 1em 5%;
}
a.linkbtn2{
    background: #ffffff;
    font-size: 16px;
    display: inline-block;
    color: #4b75a5;
    text-align: center;
    text-decoration: none;
    font-family: "Zen Maru Gothic", sans-serif !important;
    border-radius: 45px;
    border: 3px solid #4b75a5;
    font-weight: bold;
}
a.linkbtn2::after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    margin-left: 1em;
}
a.linkbtn2:hover{
    color: #ffffff;
    background: #4b75a5;
}
.article, .gallery {
    margin-bottom: 60px !important;
}
.mb0{ margin-bottom: 0px !important;}

.gallery ul.galleryGrids .comment {
    font-size: 1.0em;
    color: #4b75a5;
}
#sideContents{
    background-color: #e0e8f3;
    background-image: url(/materials/178357807417001.png);
    background-position: top center;
    background-repeat: no-repeat;
}
#footer {
    background: #ffffff;
}

/*流れ*/
.articleFlow {
    border-radius: 10px;
    display: block;
    position: relative;
    margin: 15px auto;
    box-sizing: border-box;
    padding: 30px;
    overflow: visible;
    border: solid 2px #4b75a5;
    background: #fff;
}
.articleFlow::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border-right: 3px solid #092c7d;
    border-bottom: 3px solid #092c7d;
    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;
}
.last::after {
 	display:none;
}
.gallery_grid li.galleryGrid .image img {
    border-radius: 20px;
}
#sideServices{
    display: none;
}
@media only screen and (max-width: 600px) {
.g1c .gallery_grid2 li.galleryGrid, 
.g1c .gallery_grid3 li.galleryGrid,
.g1c .gallery_grid4 li.galleryGrid,
.g1c .gallery_grid5 li.galleryGrid {
        width: 100%;
    }
}

.service_g .galleryGrid_outer{
  background: #fff;
    box-shadow: 0px 0px 16px -10px #777777;
    padding: 0px !important;
    margin: 10px;
}
.service_g .galleryGrid_outer img{
  border-radius: 0px !important;
}
.service_g .galleryGrid_outer .comment{
  padding: 15px;
  font-size: 0.8em !important;
}
.service_g .galleryGrid_outer .comment h4{
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6em;
}

