@CHARSET "UTF-8";

html, body {
    overflow-x: hidden;
}
body {
  -webkit-text-size-adjust: 100%;
}


/* 背景指定 */
#home,#houmonkango,#insurance,#recruit,#contact,#privacypolicy{
    background-image:url(../images/footerheart_bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}
#hana1{
    background-image:url(../images/hana.png);
    background-position: 50% 700px;
    background-repeat: no-repeat;
}
#hana2{
    background-image:url(../images/hana.png);
    background-position: 50% 2400px;
    background-repeat: no-repeat;
}

#hana1-sub1{
    background-image:url(../images/hana.png);
    background-position: 50% 770px;
    background-repeat: no-repeat;
}
#hana2-sub1{
    background-image:url(../images/hana.png);
    background-position: 50% 2400px;
    background-repeat: no-repeat;
}
#hana1-sub2{
    background-image:url(../images/hana.png);
    background-position: 50% 770px;
    background-repeat: no-repeat;
}
#hana1-sub3{
    background-image:url(../images/hana.png);
    background-position: 50% 770px;
    background-repeat: no-repeat;
}
#hana1-sub4{
    background-image:url(../images/hana.png);
    background-position: 50% 450px;
    background-repeat: no-repeat;
}

/* フォント指定 */
body {
font-family: 'Kosugi Maru','M PLUS Rounded 1c','ヒラギノ丸ゴ Pro','ヒラギノ丸ゴ ProN','メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴシック ProN','ＭＳ ゴシック',sans-serif;
}
.rou1 {
    font-family:'M PLUS Rounded 1c';
    font-weight: 500;
}
.rou2{
    font-family:'M PLUS Rounded 1c';
    font-weight: 800;
}
.hira1 {
    font-family:'ヒラギノ角ゴ';
    font-weight: normal;
}
.hira2 {
    font-family:'ヒラギノ角ゴ';
    font-weight: bold;
}


/* カラーリング */
/* メインピンク */
.bg-pink{
 background:#f0f0f0;
}

/* 共通項目 */
.body{
    margin: 0;
    line-height:1;
    text-align: center;
    display:block;
}
.topline{
    width: 100%;
    height: 16px;
    background:#ee86a9
}
.header {
    margin: auto;
    max-width: 100%;
    width: 960px;
}
.h-container1{
    align-items: center;
    display:flex;
}
.mainlogo{
    width: 100%;
    background:#fff;
    margin: 10px 0px 0px 0px;
}
.h-container2{
    align-items: center;
    display:flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.jikan{
    width: 320px;
    height: 34px;
    border-radius: 5px;
    background: #75b050;
}
.t-jikan{
    font-family: 'M PLUS Rounded 1c', ;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #fff;
    line-height: 34px;
}
.tel{
    font-family: 'M PLUS Rounded 1c', ;
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    color: #ee86a9;
    display: table-cell; 
    vertical-align: bottom;
    width: 320px;
    height: 24px;
    margin: 5px 0px 0px 0px
}
.b-content{
    width: 100%;
    align-items: center;
    margin: 20px 0px 0px 0px
}
.footer{
   width: 100%;
   margin-top: 70px;
   overflow: hidden;
}
.privacypolicylinkword{
  width: 960px;
  display:block;
  margin: 0px auto;
  margin-bottom:10px;
  text-align: right;
}
.privacypolicylinkword:hover{
  opacity: 0.65;
}
.m-kabu{
    width: 100%;
    height: 50px;
    background:#ee86a9
}
.m-kabup {
    margin: 10px auto
    font-family: 'Kosugi Maru', ;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    color: #fff;
    line-height: 50px;
}
.kabu-denwa{
    margin: 100px auto 30px auto;
    width: 960px;
}

/* 共通ボタン */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: -50px;
  background: #ef3f98;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.t-linkwordwrap1{
    display:inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.t-linkword1{
    font-family: 'Kosugi Maru', ;
    line-height:1.7;
    vertical-align:middle;
    font-weight: normal;
    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;
    vertical-align: middle;
}

.otoiawase-l-wrap{/* お問合せバナー */
    margin: 40px auto; 
    width: 960px;
}
.otoiawase-l{
    width: 100%;
    height: 50px;
    text-decoration: none;
    border-radius: 3px;
    background: linear-gradient(#006e35 0%, #499847 66.57%, #75b050 100%);
}
.otoiawase-l:hover{
    background: linear-gradient(#ee86a9 0%, #ee86a9 66.57%, #efacd0 100%);
}
.t-linkwordwrap2{
    display:inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.t-linkword2{
    font-family: 'Kosugi Maru', ;
    line-height:1.7;
    vertical-align:middle;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
}
.t-linkword2::before{/* お問バナーここまで */
    content: "";
    vertical-align:middle;
    display:inline-block;
    background-image:url(../icon/icon2.png); 
    width:34px;
    height:20px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

     /* 葛西医院バナーここから */
.kassaiiinwrap{
    width: 920px;
    margin:0px auto; 
    background: #fff;
    border: 20px solid #bfd3a5;
    text-align: center;
}
.kassaiiinwrap1{
    width: 860px;
    padding:0 30px;
    background: #fff;
    text-align: center;
}
.kassaiii-title{
    padding:30px;
    text-align: center;
}
.kassaiii-title p{
    font-family: 'Kosugi Maru', ;
    font-weight: normal;
    font-size: 29px;
    color: #006e35;
}
.kassaiiin-w{
    display: block;
    text-align: center;
    margin: 0px auto; 
    margin-bottom:20px;
    width: 920px;
}
.kassaiiinwrap2{
    width: 860px;
    margin: 0px auto;
    display: -webkit-flex;
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    text-align: center;
}
.kassaiiinwrap3{
    width:425px;
    min-width: 0;
}
.kassaiillust-p{
    display:inline-block;
    margin:0px auto; 
    width:100%;
    height:140px;
    vertical-align:bottom;
    max-width: 100%;
    text-align: left;
}
.kassaiiinwrap4{
    width: 400px;
    height:140px;
    min-width: 0;
    display: -webkit-flex;
    display:flex;
    margin-left: auto;
    margin-bottom:30px;
    flex-direction:column;
    flex-wrap: wrap;
    align-items: center;
}
.kassaiiin_logo-p{
    display:inline-block;
    width: 305px;
    height: auto;
    vertical-align:bottom;
    max-width: 100%;
}
.kassaiiin-l{
    display:inline-block;
    width: 100%;
    height: 30px;
    margin-top:10px;
    text-decoration: none;
    text-align: light;
    border-radius: 5px;
    background: #75b050;
}
.kassaiiin-l:hover{
    background-color: #ee86a9;
}
     /* 葛西医院バナーここまで */

     /* 共通パンくずリストここから */
.panlist-wrap *, .panlist-wrap *:after, .panlist-wrap *:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.panlist-wrap {
    width: 960px;
    margin: 1.5em auto 4em auto;
    color: #fff;
}
.panlist-wrap a {
    text-decoration: none;
    font-family: 'Kosugi Maru', ;
    font-weight: normal;
    font-size: 14px;
    color: #919191;
}
.panlist-wrap .panlist {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.panlist-wrap li {
    display: inline-block;
    position: relative;
    padding-right: calc(16px + 8px);
    margin-right: 8px;
    color: #333333;
}
.panlist-wrap li::before {
    content: '››';
    width: 1em;
    height: 1em;
    text-align: center;
    font-size: 1em;
    color: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.panlist-wrap li:last-child {
    margin-right: 0;
    padding-right: 0;
    color: #333333;
}
.panlist-wrap li:last-child::before {
    content: normal;
}
     /* 共通パンくずリストここまで */


/* 共通・各テキスト指定 */

.h2tittle{
    width: 960px;
    margin: 0 auto;
}
.h2{
    position: relative;
    margin:20px auto 0px auto;
    text-align:center;
    width: 960px;
    height: 80px;
    background: #ee86a9;
    background-image:url(../images/bg-obi-subtop.jpg);
    background-size:100%;
    background-position:bottom;
    background-repeat:no-repeat;
}
.h2:before,.h2:after{
    content: "";
    display: block;
    width: 960px;
    background: #ee86a9;
    background-image:url(../images/bg-obi-subtop.jpg); 
    background-size:100%;
    background-repeat: no-repeat;
}
.h2:before{
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
}
.h2:after{
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
}
.h2 p{
    font-family: 'Kosugi Maru', ;
    font-weight: normal;
    font-size: 30px;
    text-align: left;
    color: #333333;
    line-height: 2.7em;
}
.h2 p::before{
    content: "";
    margin: 5px auto;
    vertical-align:middle;
    display:inline-block;
    background-image:url(../icon/icon-heart.png); 
    width:74px;
    height:66px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.h3{
    margin:0 -200%;
    padding:0 200%;
    text-align: center;
    height: 70px;
    background: #ee86a9;
    box-shadow: 0px 0px 0px 5px #ee86a9;
    border: dotted 1px #fff;;
    border-radius: 5px;
}
.h3 p{
    font-family: 'Kosugi Maru', ;
    font-weight: normal;
    font-size: 30px;
    margin: 0; 
    color: #fff;
    padding:0.7em;
}
.h4-1{
    padding:30px;
    text-align: center;
}
.h4-1 p{
    font-family: 'M PLUS Rounded 1c', ;
    font-weight: 800;
    font-size: 25px;
    color: #765c47;
}

.h4-2b{
    width: 960px;
    position: relative;
    margin:0px auto 0px auto;
    padding:30px;
}
.h4-2b p{
    font-family: 'M PLUS Rounded 1c', ;
    font-weight: 800;
    font-size: 32px;
    color: #ff69b4;
}

.h4-2s{
    width: 960px;
    position: relative;
    margin:0px auto 0px auto;
    padding:30px;
}
.h4-2s p{
    font-family: 'M PLUS Rounded 1c', ;
    font-weight: 800;
    font-size: 30px;
    color: #ff69b4;
}

.t-nomal{
    font-family: 'Kosugi Maru', ;
    font-weight: normal;
    font-size: 18px;
    line-height: 2;
    color: #333333;
}
.t-nomal2{
    font-family: 'Kosugi Maru', ;
    font-weight: normal;
    font-size: 18px;
    line-height: ;/* line-height設定なしver */
    color: #333333;
}
  
.txtcen{
    text-align: center;
}
.txtright{
    text-align: right;
}
.txtleft{
    text-align: left;
}
.txt-N{
    font-size: 18px;;
}
.t-orei{
    font-family: 'Kosugi Maru', ;
    font-weight: normal;
    font-size: 45px;
    color: #ff69b4;
    margin: 60px 0px 0px 30px
}
.t-pro{
    font-family: 'M PLUS Rounded 1c', ;
    font-weight: 800;
    font-size: 32px;
    color: #ff69b4;
    line-height: 1.2em;
    vertical-align :bottom;
}

/* HOME */

/* グローバルメニュー */
.h-wrap1{
    width:100%;
    margin: 10px auto;
    }
.gl_navi {
    display: table;
    margin: 0 auto;
    padding: 0;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    }
.gl_navi li {
    display: table-cell;
    width: 960px;
    text-align: center;
    min-width: 50px;
    border-left: 1px solid #c0c6c9;
    border-right: 1px solid #c0c6c9;
    }
.gl_navi a {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-decoration: none;
    font-family: 'Kosugi Maru', ;
    font-weight: normal;
    font-size: 14px;
    color: #333333;    
}
.current{
    display: inline-block;
    width: 80%;
    border-radius: 3px;
    background-color: #fadce9;
}
.navipink:hover{
    display: inline-block;
    width: 80%;
    border-radius: 3px;
    background-color: #fadce9;
}
.gl_navi li+ li {
    border-left: 0;
    border-right: 1px solid #c0c6c9;
}
.photogallerywrap{
    margin: 0 auto;
    height: auto;
    max-width: 1200px;
    min-width: 960px;
}
.photogallery{
    display: inline-block;
    width: 100%;
}

.homoneria{
    margin: 50px 0px
}

.newsboxwrap{
    width: 100%;
}
.newsbox{
    width: 780px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    border: 1px solid #ff69b4; 
}
.newsboxobi{
    display:flex;
    width: 100%;
    height: 30px;
    background: #ff69b4; 
    flex-direction:row
    align-items:center;
}
.newsboxobi1 {
    width: 50%;
    height: 100%;
    padding: 5px;
}
.newsboxobi2 {
    width: 50%;
    height: 100%;
    padding: 5px;
}

.t-shin{
    font-family: 'M PLUS Rounded 1c', ;
    font-weight: 800;
    font-size: 25px;
    line-height: 18px;
    color: #fff;
}
.t-ichiyu{
    font-family: 'M PLUS Rounded 1c', ;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
.newsbword{
    display: inline-block;
    width: 780px;
    background: #fff;
    padding: 10px;
}
.topic {
    padding: 0px 30px;
}
.topic dl {
    padding: 10px 0;
}
.topic dt {
    float: left;
    clear: left;
    line-height: 1.4;
    width: 120px ;
}
.topic dd {
    margin-left:0.5em;
    width: 600px ;
    padding-bottom: 10px;
    line-height: 1.4;
}

.kangopuro {
    width: 960px;
    height: 580px;
    margin: 60px auto;
    background: #fadce9;
    background-image: url(../images/home_bg1.jpg);
    align-items:center;
}
.kangopurowrap {
    display:flex;
    width: 100%;
    justify-content: space-between;
    flex-direction:column;
    align-items:center;
}
.kangopuro1 {
    width: 100%;
    height: 110px;
    display: inline-block;
    position:relative;
    top: 20px;
}
.kangopuro2 {
    display: inline-block;
    width: 100%;
    margin-left: 120px;
    text-align: center;
}

.info-houmonworap{
    width: 960px;
    margin: 0px auto;
    margin-bottom:70px;
    display: -webkit-flex;
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    text-align: center;
}
.info-houmon-p{
    margin: 0px auto; 
    width: 410px;
}
.info-houmonwrap2{
    margin: 0px auto; 
    width: 490px;
}
.info-houmon-w{
    width: 100%;
}
.info-houmon-w-l{
    width: 100%;
    height: 30px;
    text-decoration: none;
    border-radius: 5px;
    background: #75b050;
}
.info-houmon-w-l:hover{
    background-color: #ee86a9;
}

.info-bosyu-w{
    display: block;
    text-align: center;
    margin: 0px auto; 
    margin-bottom:40px;
    width: 960px;
}
.info-bosyu-w-l{
    margin: 0px auto;
    margin-bottom:70px;
    width: 490px;
    height: 30px;
    text-decoration: none;
    border-radius: 5px;
    background: #75b050;
}
.info-bosyu-w-l:hover{
    background-color: #ee86a9;
}

.shisetuwrap1{
    margin: 30px auto;
    display: block;
    text-align: center;
    width: 435px;
    height: 65px;
    background-color: #fadce9;
}

.shisetuwrap2{
    display:table;
    width:100%;
    text-align: center;
    margin-bottom:30px;
}
.shisetutable{
    display: inline-block;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
}
.shisetuinfo {
    padding: 5px 15px
}
.shisetuinfo dl {
}
.shisetuinfo dt,.shisetuinfo dd {
    font-family: 'Kosugi Maru', ;
    font-weight: normal;
    font-size: 18px;
}
.shisetuinfo dt {
    width: 210px;
    height: 30px;
    color: #75b050;
    line-height: 2;
    border-radius: 3px;
    border: 1px solid #75b050;
    clear: left;
    float: left;
    text-align: center;
    padding-bottom: 5px;
}
.shisetuinfo dd {
    float: left;
    padding: 10px 20px;
    margin-bottom:10px;
    color: #333333;
    text-align:left;
}
.shisetuwrap3{
    width: 960px;
    margin: 0px auto;
    display: -webkit-flex;
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    text-align: center;
}
.shisetuwrap4{
    width:430px;
    min-width: 0;
}
.pamphlet-p{
    display:inline-block;
    margin:0px auto; 
    width:100%;
    height:380px;
    vertical-align:bottom;
    max-width: 100%;
    text-align: left;
}
.shisetuwrap5{
    width: 500px;
    min-width: 0;
    display: -webkit-flex;
    display:flex;
    margin-left: auto;
    flex-direction:column;
    flex-wrap: wrap;
    text-align: center;
}
.map-p{
    display:inline-block;
    width: 500px;
    text-align: center;
    vertical-align:bottom;
    max-width: 100%;
}
.map-l{
    display:inline-block;
    width: 100%;
    height: 30px;
    margin-top:20px;
    text-decoration: none;
    text-align: light;
    border-radius: 5px;
    background: #75b050;
}
.map-l:hover{
    background-color: #ee86a9;
}
