@CHARSET "UTF-8";
@media screen and (max-width: 767px){
     /* レスポンシブ振り分け用 */
/* 769px以上のときonly要素 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  !important;}
}
/* 768px以下のときonly要素 */
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  !important;}
}
/* 電話番号タップ用のみ設定 */
@media screen and (min-width: 768px) {
    a&#91;href^="tel:"] {
        pointer-events: none;
    }
}

body {
	width: 100％;
}
html, body {
    overflow-x: hidden;
}
body {
    overflow: visible;
}
html {
  -webkit-overflow-scrolling: touch;
margin: 0 auto;
}

/* 基本設定 */
   /* 絶対入れる */
* {
    float: none;
    position: static;
}
   /* 絶対入れる */
img {
    width:100%;
    max-width: 100%;
    height: auto;
}

.header {
    margin: initial;
    max-width: none;
    width: 100vw;
}
.body{
    margin: initial;
    line-height:initial;
    text-align: initial;
    display:initial;
}





/* 共通・各テキスト指定 */
.top-h3-1{
    font-family: 'Hiragino Kaku Gothic Pro', ;
    font-weight: 700;
    font-size: 35px;
　line-height: -1em;
    color: #ffffff; 
}
.t-h3-1{
    font-family: 'Hiragino Kaku Gothic Pro', ;
    font-weight: 700;
    font-size: 40px;
　line-height: none;
    color: #ffffff; 
}


/* 共通ボタン */

.t-linkwordwrap1{
    display:inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.t-linkword1{
    font-family: 'Hiragino Kaku Gothic Pro', ;
    line-height:1.7;
    vertical-align:middle;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
}
.t-linkword1::before{
    content: "";
    vertical-align:middle;
    display:inline-block;
    background-image:url(../icon/icon1.png); 
    width:28px;
    height:18px;
    background-repeat: no-repeat;
    background-size: contain;
}



.t-shinhon{  /* TOP診療案内本文 */
    font-family: 'Hiragino Kaku Gothic Pro', ;
    font-weight: 400;
    font-size: 17px;
    line-height: 2;
    color: #ffffff; 
}

.t-shinhon2{  /* TOP当院のみ本文 */
    font-family: 'Hiragino Kaku Gothic Pro', ;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.7;
    color: #ffffff; 
}

.t-infohon{  /* TOPinfo本文 */
    font-family: 'Hiragino Kaku Gothic Pro', ;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
}


/* 帯の電話番号のところ */
.kabu-obitel{
    margin: 85px 0px 30px 0px;
    text-align:center;
    width:100%;
    height:140px;
    background-color:#f1ab3e;
}
.obitel-word-base{
    font-family: 'Hiragino Kaku Gothic Pro', ;
    font-weight: 400;
    color: #ffffff;
}
.obitel-word1{
    margin: 0px 0px 0px 0px;
    position: relative; top: 0.3em; 
    font-size: 18px;
}
.obitel-word2{
    margin: 0px 0px 0px 0px;
    padding: 0;
    font-size: 56px;
}
.obitel-word2::before{
    content: "";
    position: relative; top: -0.05em; 
    vertical-align:middle;
    display:inline-block;
    background-image:url(../icon/telillust.png); 
    width:48px;
    height:48px;
    background-repeat: no-repeat;
    background-size: contain;
}

.obitel-word3{
    position: relative; top: -0.3em; 
    margin: 0px 0px 0px 0px;
    font-size: 18px;
}


/* フッター */
.privacypolicylinkword{
    margin-top:20px;  
    width: 960px;
    display:block;
    margin: 0px auto;
    text-align: right;
    text-decoration: none;
}
.privacypolicylinkword:hover{
}
.ff-topback:hover{/* 別名でホバー残している */
  opacity: 0.65;
}
.m-kabu{
    width: 100%;
    height: 50px;
    background:#2eac6f
}
.m-kabup {
    margin: 10px auto;
    font-family:  'Hiragino Kaku Gothic Pro', ;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    line-height: 50px;
}
.kabu-denwa{
    margin: 100px auto 30px auto;
    width: 960px;
}



/* TOPページメインコンテンツSP*/
.h-wrap1{
    width: 100%;
    height: auto;
}
.h-container1{
    align-items: center;
    text-align: center;
    flex-direction:column;
}

.mainlogo{
    padding: 0 00px;/* padding: 0 20px;いるかも */
    margin: 0  auto;
    align-items: center;
    width: 90vw;
    background:#fff;
}
.h-container2{
    display:block;
    align-items: center;
    text-align: center;
    width: 90vw;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mina1{
    margin-top: 0px;
    width: 90vw;
    height: 88px;
    align-items: center;
    text-align: center;
    position: relative; top: 0;
    width: 90vw;
}
.mina2{
    position: relative; top: 0em; 
    width: 90vw;
    line-height: 1.2em;
    font-size: 28px;
    height: 34px;
    margin: 10px
}
.address{
    margin-top:10px; 
    width: 90vw;
    font-size: 17px;
}
.tel{
    width: 90vw;
    font-weight: 700;
    font-size: 28px;
    margin: 0px 0px 0px 0px
}

.maintop1 {
    display: inline-block;
    max-width: 100%;
    width: 100vw;
}
.top1-wrap {
    margin-top:500px; 
    width: 100vw;
    height:800px;
    background-image: url(../images/main_image_sp.jpg);
    background-position: auto;
    background-repeat: no-repeat;
}
.top1-1 {
    position: relative; top: -20em; 
    text-align: left;
    margin:  auto;
    max-width: 95%;
    width: 90vw;
}
.top-h2{
    margin: 0 auto;
    font-weight: 700;
    font-size: 30px;
}
.top1-2 {
    margin: 0 auto;
    position: relative; top: -19em; 
    position: relative; left: 0em; 
    align-items: left;
    text-align: left;
    margin:  auto;
    width: 90vw;
    font-size: 16px;
    line-height: 2.3em;
}
.top1-3 {
    margin: 0 auto;
    position: relative; top:3em; 
    text-align: center;
    display: block;
    margin: 0; 
    width: 150px;
}
.top1-3-2{
    margin: 0 auto;
    text-align: center;
    display: block;
    position: relative; top:350px; 
    position: relative; left: 70px; 
    margin: 0px auto;
    margin-bottom:200px;
    width:150px;
    height: 150px;
    text-decoration: none;
    border-radius: 50%;
    background: #006e35;
}
.top1-3-2:hover{
    background: #2eac6f;
}
.about-linkword{
        margin: 0 auto;
        font-family: 'Hiragino Kaku Gothic Pro', ;
    position: relative; top: -3.5em; 
    position: relative; right: -0.7em; 
    display:inline-block;
    font-weight: 700;
    line-height:10;
    vertical-align:middle;
    font-size: 20px;
    color: #ffffff;
}
.about-linkword::after{
        margin: 0 auto;
        content: "";
    position: relative; top: 0em; 
    position: relative; left: -2.5em; 
    display:inline-block;
    background-image:url(../icon/icon_image.png); 
    width:30px;
    height:40px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: bottom;
    background-position: relative; top: -2em; 
    background-position: relative; left: -4em; 
}


/* NEWSコンテンツ */
.newsboxwrap{
    margin-top:0px;
    display: block; 
    margin-top:40px;
    font-size: 0px;
}
.newsbox{
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
    border-top: 0.5px solid #006e35;
    border-bottom: 0.5px solid #006e35;  
}
.newsboxobi{
    display:flex;
    width: 100%;
    height: 40px;
    flex-direction:row;
    align-items:center;
}
.newsboxobi1 {
    font-size: 21px;
    width: 30%;
    height: 100%;
    padding: 5px 0px 0px 1em;
}

.newsboxobi2 {
    position: relative; top: 1em; 
    position: relative; left: 0em; 
    font-size: 12px;
    width: 80vw;
    height: 100%;
    padding: 5px;
}
.newsboxwordtopic{
    width: 90vw;
	display: block;
	    margin:  auto;
    align-items: center;
}


.news-list{
  width: 90vw;
  list-style: none outside;
  margin: 0;
  padding: 0px;
}
.news-list .item a{
  width: 90vw;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #000000;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
    font-size: 13px;
    line-height: 2em;
    }
.news-list .item .date{
  margin: 0;
    width: 90vw;
  font-size: 13px;
  color: #000000;
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
    width: 90vw;
}
 
span.t-news-jyuyo {/* 重要等、赤色 */
    color: red;
    font-weight: 700;
}
span.t-news-blue {/* 説明、青色 */
    color: blue;
    font-weight: 400;
}

/* TOPお知らせ装飾sp */
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 5px;
}




/* TOP診療案内 */
.shinryouwrap1{
    margin: 50px 0px 0px 0px;
    width: 100vw;
    text-align: center;
    background: #2eac6f;
}
.topgairaiwrap1{
  display: inline-block; 
  text-align: left;
  max-width:100vw;
  width: 100vw;
}
.topgairaiwrap2{
  flex-direction:column; 
}
.topgairaiwrap3{
    width: 100vw;
    height: 100%;
  font-size: 0;
}
.topgairaiwrap4{
  width:100vw;  
  font-size: 0;
  -webkit-flex-direction: column;
  justify-content:center;
}
.topgairai1{

  position: relative; top:-2em; 
  width: 90vw;
  position: relative; left: 5vw; 
  transform: translateY(-50%);margin: 0;
  padding: 0;
  border-bottom: 1px solid #ffffff;
  height: 70px;
  display: block; 
}
.topgairai1::before{
    content: "";
    position: absolute; 
    width: 0px;
    height: 0px;
    background-color: #ffffff;
}
.topgairai2{
    margin: 0 5vw 0 5vw; 
    transform: translateY(-10%);
    width: 90vw;
}

.topgairai3{
  width:100vw;  
  height: 100%; /*縦スクロール出現注意箇所*/
  padding: 0;
  margin: 0;
  vertical-align:bottom;
  display: block;
}






.shinryouwrap2{/*TOP発熱外来*/
  margin: 30px 0px 0px 0px;
  width: 100vw;
  height: 100%;
  text-align: center;
  background: #f1ab3e;
}
.tophatunetuwrap1{
  display: inline-block; 
  text-align: left; 
  max-width: 100vw;  
  width:100vw;  
  position: relative; /* 親要素にrelativeを設定*/
}

.tophatunetuwrap2{
  flex-direction:column; 
}
.tophatunetuwrap3{
  width:100vw; 
  height: 100%;
  font-size: 0;
  order:-1;
}
.tophatunetuwrap4{
  width:100vw;  
   -webkit-flex-direction: column;
   justify-content:center;
}
.tophatunetu1{
  width:90vw;  
  position: relative; left: 5vw; 
  transform: translateY(-50%);margin: 0;
  padding: 0;
  border-bottom: 1px solid #ffffff;
  height: 70px;
  display: block; 
}
.tophatunetu1::before{
  content: "";
  position: absolute; 
  background-color: #ffffff;
  width: 0px;
  height: 0px;
}
.tophatunetu2{
    position: relative; left: 5vw; 
    margin: 0 5vw 0 5vw; 
    transform: translateY(-10%);
    width:90vw;  
    padding: 0;
    margin: 0px 0px 0px 0px;
}
.tophatunetu3{
    width:100vw;
    height: 100%; /*縦スクロール出現注意箇所*/
    padding: 0;
    margin: 0;
    vertical-align:bottom;
    display: block;
}

.shinryouwrap10{/*TOP在宅医療ここから*/
  margin: 30px 0px 0px 0px;
  width: 100vw;
  text-align: center;
  background-color:#2eac6f;
}
.topzaitakuwrap1{
  display: inline-block; 
  text-align: left;
  max-width: 100vw;  
  width:100vw;  
  position: relative; /* 親要素にrelativeを設定*/
}
.topzaitakuwrap2{
  flex-direction:column; 
}
.topzaitakuwrap3{
  width:100vw; 
  height: 100%;
  font-size: 0;
}
.topzaitakuwrap4{
  width:100vw;  
  font-size: 0;
   -webkit-flex-direction: column;
   justify-content:center;
}
.topzaitaku1{
  width:90vw;  
  position: relative; left: 5vw; 
  transform: translateY(-50%);margin: 0;
  padding: 0;
  border-bottom: 1px solid #ffffff;
  height: 70px;
  display: block; 
}
.topzaitaku1::before{
  content: "";
  position: absolute; 
  background-color: #ffffff;
  width: 0px;
  height: 0px;
}
.topzaitaku2{
    margin: 0 5vw 0 5vw; 
    transform: translateY(-10%);
    width:90vw;  
}

.topzaitaku3{
  width:100vw;  
  height: 100%; /*縦スクロール出現注意箇所*/
  padding: 0;
  margin: 0;
  vertical-align:bottom;
  display: block;
}

.topzaitaku10-w-l{/*ボタン*/
    position: relative; bottom: -5px;
    position: relative; left: 5vw; 
    width: 90vw;
    height: 30px;
    text-decoration: none;
    border-radius: 5px;
    background: #f1ab3e;
}
.topzaitaku10-w-l:hover{
    background-color: #006e35;
}


.shinryouwrap21{/*TOP当院医師についてここから*/
    margin: 30px 0px 0px 0px;
    width: 100vw;
    height: 100%;
    text-align: center;
    background-color: #f1ab3e;
}
.toptouinwrap1{
  display: inline-block; 
  text-align: left;
  width:100vw;  
  position: relative; /* 親要素にrelativeを設定*/
}

.toptouinwrap2{
  flex-direction:column; 
}
.toptouinwrap3{
  width:100vw; 
  height: 100%;
  font-size: 0;
  order:-1;
}
.toptouin1{
  position: relative; left: 5vw; 
  width:90vw;  
  transform: translateY(-50%);margin: 0;
  padding: 0;
  border-bottom: 1px solid #ffffff;
  height: 70px;
  display: block; 
}
.toptouin1::before{
  content: "";
  position: absolute; 
  background-color: #ffffff;
  width: 0px;
  height: 0px;
}

.toptouin2{
    position: relative; left: 5vw; 
    transform: translateY(-5%);
    width:90vw;  
}
.toptouin3{
  width:100vw;  
  height: 100%; /*縦スクロール出現注意箇所*/
  padding: 0;
  margin: 0;
  vertical-align:bottom;
  display: block;
}

.shinryouwrap22{
    margin: 0px 0px 0px 0px;
    width: 100vw;
    text-align: center;
    align-items:center;
    background-color: #f1ab3e;
}
.shinryouwrap23{
    height: 80px;
    display: inline-block; 
    max-width: 100vw;
    width:100vw;
    justify-content: center;
    align-items: center;
}
.toptouin10-w-l{/*ボタン*/
    margin: 0 auto;
    position: relative; top: 25px;
    width: 90vw;
    height: 30px;
    text-decoration: none;
    border-radius: 5px;
    background: #006e35;
}
.toptouin10-w-l:hover{
    background-color: #2eac6f;
}



.topinfo-wrap1{/*TOPクリニック情報*/
  margin: 60px 0px 0px 0px;
  width: 100vw;
  text-align: center;
}
.topinfo-wrap2{
  display: inline-block; 
  text-align: left;
  width: 100vw;
  position: relative; /* 親要素にrelativeを設定*/
}
.topinfo-wrap3{
  flex-direction:column; 
}
.topinfo-wrap4{
    width:100vw;  
}
.topinfo-wrap5{
    width:100vw;  
}
.topinfo-box1-1{
    position: relative; left: 5vw; 
    width:90vw;  
    text-align: center;
}
.topinfo-box1-2{
    position: relative; left: 5vw; 
    margin-top:40px;
    width:90vw;  
    line-height: -5em;
    padding-bottom:10px;
    border-bottom: .5px solid #000000;
}
.topinfo-box1-3{
    margin: 0 auto;
        width:90vw;  
                margin-top:15px;
}
.topinfo-box1-4{
    margin: 0 auto;
    margin-top:10px;
        width:90vw;  
}

/* TOP診療時間装飾 */
 .time-table td {
  min-width: auto;
  width:100%;
  max-width:5%;
  font-size:10px;
 }
 
  .time-table th, .time-table td {
  min-width: 40px;
  width:100vw;
  padding:0px 15px;
  font-size:10px;
 }
.topinfo-box1-5{
    margin: 0 auto;
   width:90vw;
   margin-top:10px;
}
.topinfo-box1-6{
        margin: 0 auto;

    margin-top:30px;
    width:100%;  
}
.topinfo-touinbotan-w-l{/*ボタン*/
    margin: 0 auto;
    width: 200px;
    height: 50px;
    text-decoration: none;
    border-radius: 5px;
    background: #006e35;
}
.topinfo-touinbotan-w-l:hover{
    background-color: #2eac6f;
}
.t-topinfo-touinbotan-w-l{
    font-family: 'Hiragino Kaku Gothic Pro', ;
    line-height:1.7;
    vertical-align:middle;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
}
.t-topinfo-touinbotan-w-l::after{
    content: ">";
    position: relative; right: -1em; 
    position: relative; top: -0.2em; 
    vertical-align:middle;
    display:inline-block;
    vertical-align: middle;
}

.topinfo-box2-1{
  position: relative;
  right: 5vw;
  left: 5vw; 
  margin-top:auto;   justify-content: center;
align-items: center;
display: inline-block; 
    width:90vw; 
    high:500px;
    position: relative;
    text-align: center;
}


.topinfo-box2-2{
    margin: 0 auto;
    margin-top:5px;
    width:90vw;  
}
/* Googleマップフレーム */
.topinfo-box2-3-1{
    max-width: 100%;
} 
.topinfo-box2-3-2{
    margin: 0 auto;
    margin-top:30px;
    position: relative;
    width:90vw; 
    height: 0;
    padding-top: 75%;
} 
.top-gmap-w-l-1{/*ボタン*/
    margin: 0 auto;
    width: 90vw;
    height: 30px;
    text-decoration: none;
    border-radius: 5px;
    background: #006e35;
}
.top-gmap-w-l-1:hover{
    background-color: #2eac6f;
}


/* パンフレット関連 */
.pamphlet-wrap1{
  margin: 0 auto;
  position: relative; left: 0vw; 
    display: inline-block;
    text-justify: auto; 
    margin: 45px 5vw 0px 5vw;
    width: 90vw;
    text-align: center;
}
.pamphlet-wrap2{
      margin: 0 auto;
      display: inline-block; 
    max-width:90vw;
    width:90vw;  
    height: auto;
    border: 1px solid #808080;
    background-color:#fceed8;
}
.pamphlet-wrap3{
      margin: 0 auto;
  flex-direction:column; 
    padding:20px 0px 20px 0px;
    justify-content:space-between; 
}
.pamphlet-wrap4{
      margin: 0 auto;
      width:80vw;  
    height: auto;
}
.pamphlet-box1-1-1{
    display: inline-block; 
    margin-top:0px;
    width:80vw;  
    height:30px;
    text-align:center;
    border-radius: 5px;
    background:linear-gradient(#649dd5,#3e6eab, #232580);        
}
.pamphlet-box1-1-1 p{
    font-family: 'Hiragino Kaku Gothic Pro', ;
    font-weight: 700;
    font-size: 20px;
    line-height:-0.5em; 
    color: #ffffff;      
}

.pamphlet-box1-3{
    margin-top:10px;
    width:80vw; 
    display: inline-block; 
}
.pamphlet-box1-3 p{
    font-family: 'Hiragino Kaku Gothic Pro', ;
    font-weight: 400;
    font-size: 15px;
    display: inline-block; 
    text-align: justify;
    text-justify: auto;
}

.pamphlet-box1-6{
    margin: 0px 0px 0px 0px;   
    width:100%;  
    justify-content: center;
}
.pamphletbotan-w-l{/*ボタン*/
    margin: 0 auto;
    margin-top:0px;
    width: 200px;
    height: 70px;
    text-decoration: none;
    border-radius: 5px;
    background: #ada79d;
}
.pamphletbotan-w-l:hover{
    background-color: #2eac6f;
}
.t-pamphlewordwrap1{
    display:inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.t-pamphletbotan-w-l{
    font-family: 'Hiragino Kaku Gothic Pro', ;
    line-height:1.7;
    vertical-align:middle;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
}
.pamphlet-wrap5{
    position: relative; 
    top:0.5em; 
    top:0.5em; 
    left:1vw;  
    margin-left:0px; 
}
.pamphlet-box2-1{
    margin: 0 auto;
    margin-top:0px;
    margin-bottom:0px;
    width:80vw;  
    height:auto;
}


/* 帯の電話番号のところ */
.kabu-obitel{
    margin: 30px 0px 30px 0px;
    text-align:center;
    width:100vw;
    height:140px;
    background-color:#f1ab3e;
}
.obitel-word-base{
    font-family: 'Hiragino Kaku Gothic Pro', ;
    font-weight: 400;
    color: #ffffff;
}
.obitel-word1{
    margin: 15px 0px 0px 0px;
    position: relative; top: 0.3em; 
    font-size: 18px;
}
.obitel-word2{
    margin: 0px 0px 0px 0px;
    padding: 0;
    font-size: 45px;
}
.obitel-word2::before{
    content: "";
    position: relative; top: -0.05em; 
    vertical-align:middle;
    display:inline-block;
    background-image:url(../icon/telillust.png); 
    width:48px;
    height:48px;
    background-repeat: no-repeat;
    background-size: contain;
}

.obitel-word3{
    position: relative; top: -0.3em; 
    margin: 0px 0px 0px 0px;
    font-size: 18px;
}


/* フッター */
.privacypolicylinkword{
    margin-top:20px;  
    width: 90vw;
    display:block;
    margin: 0px auto;
    text-align: right;
    text-decoration: none;
}

.m-kabu{
    width: 100%;
    height: 50px;
    background:#2eac6f
}
.m-kabup {
    margin: 10px auto;
    font-family: 'Hiragino Kaku Gothic Pro';
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    color: #fff;
    line-height: 50px;
}
.kabu-denwa{
    margin: 100px auto 30px auto;
    width: 960px;
}


 
 /* aboutページ */
 .aboutobitittle{
    padding: 11em 0px 0px 0px;
}
.about-h2{
    margin: 0 auto;
    width: 100vw;
    height: 80px;
}
.about-h2 p{
    font-size: 40px;
    line-height:2em;
}
#doctor-introduction,#homemedical,#clinicinformation{
    box-sizing: border-box;
    margin: 0 auto;
    width: 90vw;
    padding: 5% 0px 0px 0px;
}
 
 .sub1-h3-1{
    margin-left:0;
    margin-right:0;
    display: inline-block;
    width: 90vw;
    height: 70px;
    line-height:3.5em;
    border-bottom:0.5px solid #2eac6f; 
    padding:-5px 0px; /*線との余白の設定*/ 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sub1-h3-1 p{
    text-align:left;
    font-family: 'Hiragino Kaku Gothic Pro', ;
    font-weight: 400;
    font-size: 35px;
    color:#2eac6f;
    border-left:5px solid #2eac6f; 
    padding:0px 15px; /*線との余白の設定*/ 
}

 
/* 医師の紹介の詳細枠 */
.doctor-introduction-container1{
    text-align:center;
    width: 100vw;
    margin: 0 auto;
}
.drin-wrap1{
     display:block;
     -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90vw;
    padding: 3% 0px 0px 0px;
}
.drin-wrap2{
    width: 90vw;
    text-align:left;
    margin: 0 auto;
}
.drin-box1{
    display: inline-block;
    width: 90vw;
}
.drin-box1 p{
    font-size: 24px;
}
.drin-box2{
    display: inline-block;
    width: 90vw;
}
.drin-box2 p{
    font-size: 36px;
}
.drin-box3{
    display: inline-block;
    width: 90vw;
}
.drin-box3 p{
    font-size: 15px;
}
.drin-box4{
    padding: 30px 0px 0px 0px;
    display: inline-block;
    width: 90vw;
}
.drin-box4 p{
    font-size: 17px;
}
.drin-wrap3{
    padding: 5% 0px 0px 0px;
    width: 90vw;
    font-size: 0px;
}
.drin-box5{
    width: 90vw;
    height: auto;
}
.biography-wrap1{
    margin-top:5%;
    width: 100vw;
    height: auto;
}
.biography-wrap3{
    margin: 0 auto;
    margin-top:0px;
    text-align:center;
    width: 90vw;
    height: auto;
    background: #2eac6f;
}
.biography-wrap4{
    padding: 40px 0px 40px 0px;
    display: inline-block;
    width: 90vw;
    height: auto;
}
.biography-wrap4 p{
    font-family: 'Hiragino Kaku Gothic Pro', ;
    font-weight: 400;
    font-size: 17px;
    color:#fff;
    text-align:left;
    margin-bottom: 1em;
}



/* 在宅医療について */
.sub-zaitaku-container1{
    text-align:center;
    width: 100vw;
    margin: 0 auto;
}
.sub-zaitaku-wrap1{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100vw;
    margin: 0 auto;
    padding: 20px 0px 0px 0px;
}
.sub-zaitaku-wrap2{
    display: inline-block;
    width: 100vw;
    margin: 0 auto;
}
.sub-zaitaku-box1{
    display: inline-block;
    width: 90vw;
}
.sub-zaitaku-box1 p{
    font-size: 17px;
    text-align: justify;
    text-justify: auto;
}

.sub-zaitaku-wrap3{
    padding: 3% 0px 0px 00px;
    width: 100vw;
    margin: 0;
    font-size: 0px;
}
.sub-zaitaku-box2{
    padding: 0px 0px 0px 0px;
    display: inline-block;
    width: 100vw;
    height: auto;
}

.sub-zaitaku-container2{
    width: 100vw;
}
.sub-zaitaku-wrap4{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100vw;
    margin: 0 auto;
    padding: 5% 0px 0px 0px;
}
.sub-zaitaku-wrap5,.sub-zaitaku-wrap6,.sub-zaitaku-wrap7{
    padding: 2% 0px 0px 0px;
    width: 100vw;
    margin: 0 auto;
}
.sub-zaitaku-box3,.sub-zaitaku-box4,.sub-zaitaku-box5{
    padding: 0px 0px 0px 0px;
    width: 90vw;
    height: auto;
}

/* 在宅医療について */
.sub-zaitaku-container3-1{
    text-align:center;
    width: 100vw;
    margin: 0 auto;
    background: #f8f6eb;
}
.sub-zaitaku-container3-2{
    width: 90vw;
    margin: 0 auto;
    margin-top:60px; 
    padding: 30px 0px 30px 0px;
    background: #f8f6eb;
}
.sub-zaitaku-wrap20{
    display: inline-block;
    width: 90vw;
    margin: 0 auto;
}

.t-sub-zaitaku{
    font-family: 'Hiragino Kaku Gothic Pro', ;
    font-weight: 400;
    font-size: 17px;
    text-align: justify;
    text-justify: auto;
    line-height: 1.5em;
}
.t-sub-zaitaku-b{/* span用 */
    font-family: 'Hiragino Kaku Gothic Pro', ;
    font-weight: 700;
    font-size: 17px;
    text-align: justify;
    text-justify: auto;
    line-height: 1.5em;
}
.sub-zaitaku-box20,.sub-zaitaku-box22,.sub-zaitaku-box24{
    display: inline-block; 
    margin-top:0px;
    width:90vw;  
    height:30px;
    text-align:center;
    border-radius: 5px;
    background:linear-gradient(#649dd5,#3e6eab, #232580);        
}
.sub-zaitaku-box20,.sub-zaitaku-box22,.sub-zaitaku-box24 p{
    font-family: 'Hiragino Kaku Gothic Pro', ;
    font-weight: 700;
    font-size: 20px;
    line-height:-0.5em; 
    color: #ffffff;      
}
.sub-zaitaku-box21{
    width: 90vw;
    padding: 15px 0px 0px 0px;
}
.sub-zaitaku-box22,.sub-zaitaku-box24{
    margin-top:50px;
}
.sub-zaitaku-box23{
    width:90vw;
    padding: 15px 0px 0px 0px;
}
.sub-zaitaku-wrap21{
    text-align:center;
    width: 90vw;
    margin: 0 auto;
}
.sub-zaitaku-wrap22{
     -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90vw;
    margin: 0 auto;
    padding: 15px 0px 0px 0px;
}
.sub-zaitaku-wrap23{
    width: 90vw;
    margin: 0 auto;
}
.sub-zaitaku-box25{
    display: inline-block;
    width: 90vw;
}
.sub-zaitaku-box26{
    padding: 0px 0px 0px 0px;
    width: 90vw;
}
.sub-zaitaku-box26 p{
    margin-top:20px;
}
.sub-zaitaku-wrap24{
    padding: 0px 0px 0px 0px;
    width: 90vw;
    margin: 0;
    font-size: 0px;
}
.sub-zaitaku-box27{
    padding: 5% 0px 0px 0px;
    display: inline-block;
    width: 90vw;
    height: auto;
}


/* 当院について */
.sub-info-container1{
    width: 90vw;
    text-align: center;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
}
.sub-info-wrap1{
    display: inline-block;
    text-align:left;
    font-size: 0px;
    width:90vw;
}
.sub-info-box1-1{
    display: inline-block;
    margin: 0 auto;
    width:90vw;
    height: auto;
}


.sub-info-container2{
    margin: 0 auto;
    padding:20px 0px 0px 0px;
    width: 90vw;
}
.sub-info-wrap2{
  display: inline-block; 
  text-align: left;
  max-width:90vw;
  width:90vw; 
}
.sub-info-wrap3{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  gap: 20px 30px;
}
.sub-info-wrap4{
    width:90vw; 
}
.sub-info-box2{
    width:90vw; 
    line-height: -5em;
    padding-bottom:10px;
    border-bottom: .5px solid #000000;
}
.sub-info-box3{
  margin: 15px 0px 0px 0px;
}
.sub-info-wrap5{
    width:90vw; 
}
.sub-info-box4{
    width:90vw;
}
.sub-info-box5{
    padding: 10px 0px 0px 0px;
}
.sub-info-container3{/* 加算枠 */
    display: inline-block;
    margin: 0 auto;
    text-justify: auto; 
    padding: 40px 0px 0px 0px;
    text-align: center;
}
.sub-info-wrap6{
    display: inline-block; 
    max-width:90vw;
    width:90vw;
    height: auto;
    border: 1px solid #808080;
    background-color:#fceed8;
}
.sub-info-wrap7{
    display:block;
    margin: 0 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding:20px 20px 20px 20px;
    justify-content:space-between; 
}
.sub-info-wrap8{
    font-size: 0px;
    margin: 0 auto;
    width:80vw; 
}
.sub-info-box6{
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    display: inline-block; 
}
.sub-info-box6 p{
    display: inline-block; 
    font-family: 'Hiragino Kaku Gothic Pro', ;
    font-weight: 400;
    font-size: 20px;
    display: inline-block; 
    text-align: justify;
    text-justify: auto;
}

.sub-info-box7{
    margin: 0 auto;
    margin-top:30px;
    width:80vw;
}
.sub-info-kasanbotan-w-l{/*ボタン*/
    display: inline-block; 
    margin: 0 auto;
    width: 80vw;
    height: 30px;
    text-decoration: none;
    border-radius: 5px;
    background: #006e35;
}
.top-gmap-w-l-1:hover{
    background-color: #2eac6f;
}

.sub-info-kasanbotan-w-l{
  width: 80vw;
}
.sub-info-wrap20{
    margin-top:60px;
    width: 100vw;  
    text-align:center;
    background:#2eac6f;  
}
.sub-info-box20{
    padding: 00px 0px 0px 0px;
    display: inline-block; 
    width:90vw;
    height:60px;
}
.sub-info-box20 p{
    font-family: 'Hiragino Kaku Gothic Pro', ;
    font-weight: 700;
    font-size: 28px;
    line-height:2.2em; 
    color: #ffffff;      
}

.sub-info-container5{
  width: 100vw;
}
.sub-info-wrap21{
    margin: 0 auto;
    text-align:center;
    width:90vw;
}
.sub-info-wrap21 p{
    text-align:left;
}
.sub-info-wrap22{
    font-size: 0px;
    display: inline-block; 
    width:90vw;
}
.sub-info-box21{
    padding:20px 0px 0px 0px;
    width:90vw; 
}
.sub-info-wrap23{
    padding:20px 0px 0px 0px;
    font-size: 0px;
    display: inline-block; 
    width:90vw;
}
.sub-info-box22{
    display: inline-block; 
    padding:20px 0px 0px 0px;
    width:90vw;
    border: 0.5px solid #000000 
}

.sub-info-container6{
    width: 100vw;
    text-align:center;
}
.sub-info-box30-1{
    margin-top:30px;
    max-width: 100%;
}
.sub-info-box30-2{
    margin-top:15px;
    margin-bottom:30px;
    position: relative;
    width:100vw; 
    height: 0;
    padding-top: 75%;
}
.sub-info-box30-2::before{
    content: "";
    display: block;
    padding-top: calc(400 / 600 * 100%);
}
.sub-info-box30-2 iframe{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.sub-info-gmap-w-l-1{/*ボタン*/
    margin: 0 auto;
    width: 90vw;
    height: 30px;
    text-decoration: none;
    border-radius: 5px;
    background: #006e35;
}
.sub-info-gmap-w-l-1:hover{
    background-color: #2eac6f;
}




/* プライバシーポリシー ページ*/
.policyitittle{
    padding: 11em 0px 0px 0px;
}
.policy-h2{
    margin: 0 auto;
    width: 100vw;
    height: 80px;
}
.policy-h2 p{
    font-size: 32px;
    line-height:2.5em;
}

#policypage{
    box-sizing: border-box;
    margin: 0 auto;
    width: 90vw;
    padding: 2% 0px 0px 0px;
}

.sub-policy-h3{
    margin-left:0;
    margin-right:0;
    display: inline-block;
    width: 90vw;
    height: 100px;
    line-height:3.5em;
    border-bottom:0.5px solid #2eac6f; 
    padding:15px 0px; /*線との余白の設定*/ 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sub-policy-h3 p{
    font-size: 28px;
    line-height: 1.3em;
    padding:0px 15px; /*線との余白の設定*/ 
}
.policy-br1{/* スマホだけ改行設定*/
    display:block;
}

.privacypolicy-title-container1,.privacypolicy-title-container2{
    text-align:center;
    width: 100%;
    margin: 0 auto;
}
.privacypolicy-title-wrap1,.privacypolicy-title-wrap2{
    width: 90vw;
    margin: 0 auto;
    padding: 20px 0px 0px 0px;
}
.privacypolicy-title1,.privacypolicy-title2{
    margin: 0 auto;
    margin-bottom:0em;
}
.privacypolicy-title1 p,.privacypolicy-title2 p{
    font-family: 'Hiragino Kaku Gothic Pro', ;
    font-weight: 700;
    font-size: 25px;
    color: #2eac6f;
}


.policy-title-container1,.policy-title-container2,.policy-title-container3,.policy-box-container1{
    text-align:center;
    width: 100%;
    margin: 0 auto;
}
.policy-title-wrap1,.policy-title-wrap2,.policy-title-wrap3{
    width: 90vw;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
}
.policy-title1,.policy-title2,.policy-title3{
    margin-bottom:0em;
    padding: 0.5rem 0 0.5rem 0;
    border-top: 3px dotted #2eac6f;
    border-bottom: 3px dotted #2eac6f;
}
.policy-title1 p,.policy-title2 p,.policy-title3 p{
    text-align:left;
    font-family: 'Hiragino Kaku Gothic Pro', ;
    font-weight: 700;
    font-size: 20px;
    color: #2eac6f;
}

.policy-title-box-wrap1,.policy-box-wrap1{
    text-align:center;
    width: 100%;
    margin: 0 auto;
}
.policy-title-box1,.policy-box1{/* 本文テキスト下部の空白調整はここ */
    width: 90vw;
    margin: 0 auto;
    margin-bottom:0.3em;
    padding: 10px 0px 0px 0px;
}
.t-policy-honbun,.t-policy-honbun-blank1line,.t-policy-honbun-blank5line{/* 本文テキスト指示 */
    text-align:left;
    text-align: justify;
    text-justify: auto;
    font-family: 'Hiragino Kaku Gothic Pro', ;
    font-weight: 400;
    font-size: 15px;
}
.t-policy-honbun-blank1line{/* 下部の空白行の場合 */
    margin-bottom:1em;
}
.t-policy-honbun-blank5line{/* 下部の空白行の場合 */
    margin-bottom:5em;
}

.policy-komidashi-wrap1{
    width: 90vw;
    margin: 0 auto;
    padding: 20px 0px 0px 0px;
}

.policy-komidashi1{
    margin-bottom:0em;
    padding: 0.5rem 0 0.5rem 0;
    position: relative;
/* display: inline-block; 入れるとテキスト幅*/
    border-bottom: solid 3px #d5d5d5;
    padding: 5px 0 5px 0;
}
.policy-komidashi1::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #2eac6f;
  bottom: -3px;
  width: 30%;
}
.t-policy-komidashi1{
    text-align:left;
    font-family: 'Hiragino Kaku Gothic Pro', ;
    font-weight: 400;
    font-size: 18px;
}


.policy-box-otoiawase1{/* お問い合わせの空白調整はここ */
    width: 100%;
    margin: 0 auto;
    margin-bottom:2em;
    padding: 10px 0px 0px 0px;
}