@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #333;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}
a img:hover {
	opacity: 0.8;
}
.greenback {
/*        background-image: url(../img/greenback.png);     背景画像指定 */
/*        background-repeat: repeat;                       縦横に背景画像を繰り返して表示 */
	color: #fff;
	padding: 1rem;
	background-color: #8bc9db;

}
.beforegreen::before {
    position: absolute;
    content: "";
    left: 15px;
    width: 6px;
    height: 33px;
    background: #3cb371;
    border-radius: 3px;
}

.underline {
	border-bottom: 3px solid #003399;
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}
.fontsuuji{
    font-family: 'Merriweather Sans','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif
}





/* ヘッダー
----------------------------------------------------------------------*/
header {
    background-image: url(../img/haikei.png);    /* 背景画像指定 */
    background-size: cover;
}
.iinlogo {
    max-width:50%;
}
.head {
    margin: 0 auto;
}
.head ul {
    margin-bottom: 1rem;
}
.head ul li {
    list-style: none;
}
.head .iinlogo {
        max-width:50%;
        position: absolute;
        left: 2rem;
}
.head .telbox1 {
        max-width:18%;
        position: absolute;
        left: 62%;
        font-family: 'Merriweather Sans','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 2.0rem;
}
.head .telbox2 {
        max-width:18%;
        position: relative;
        left: 82%;
        font-family: 'Merriweather Sans','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 2.0rem;
}
@media only screen and (min-width: 1220px){
.head ul {
    padding-bottom: 5rem;
}
}
@media only screen and (min-width: 752px) and (max-width: 983px){
.head .telbox1 {
        font-size: 1.5rem;
}
.head .telbox2 {
        font-size: 1.5rem;
}
}
@media only screen and (min-width: 600px) and (max-width: 751px){
.head .telbox1 {
        font-size: 1rem;
}
.head .telbox2 {
        font-size: 1rem;
}
}
.head .telbox1 p, .head .telbox2 p {
        font-family: '07ロゴたいぷゴシック7',sans-serif;
        margin: 0;
        line-height: 1.2;
}



nav ul {
    display: flex;
    flex-direction: row;                        /* flexコンテナ内のflexアイテムの横・縦の並び方向を指定、rowは横（左から右） */
    justify-content: space-around;              /* （両端のアイテムも含めて均等な間隔を空けて配置）justify-content要素を横並びして表示する際の並び位置を指定する。space-aroundアイテムの両端にスペースを均等に割り付け */
    list-style: none;                           /* list内の各項目の先頭のマーク(●や◇)を指定、noneはマークなし */
	margin-bottom: 0;
}
nav li {
    flex: 1 0 auto;
	margin-bottom: 0;
}
nav li a {
    text-decoration: none;                      /* テキストの装飾(下線、上線、取り消し線、点滅)を指定 */
    text-align: center;
	color: #383c3c;
}
nav a:hover {
    background-image: url(../img/menu.png);    
	color: #383c3c;
}
nav a {
    padding: 2rem 1rem;
	display: block;
}
.mannaka {
text-align: center;
}




@media screen and (min-width: 600px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;         /* !importantマウスを持って行くとボタンが出る */
}
#navi {
    display: block !important;        /* 要素をブロックレベル要素に指定→幅高さ余白を指定でき、ブロックレベル要素同士を縦に配置 */
}
/* PC時は下部固定メニューを非表示 */ 
#kabunavi {                     
    display: none;              
}
}




/* スマホでの表示 */ 
@media screen and (max-width: 599px){
/* .telbox1, .telbox2 {
    display: none;
} */
.head .telbox1 {
        font-size: 0.3rem;
}
.head .telbox2 {
        font-size: 0.3rem;
}
.head #open,#close  {
    position: absolute;
    top: 0px;
    right: 0px;
}
nav ul {
	flex-direction: column;        /* flexコンテナ内のflexアイテムの横・縦の並び方向を指定、columnは縦（上から下） */
}

nav li {
	padding-top: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
        margin: 0;
	padding: 0;
}
.tottemokomoji {
    font-size: 10px;
    letter-spacing: -0.5px;            /* テキストの水平方向の字間のスペース */
}

/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
}
}






/* スマホ時はメニュー・右固定メニューを非表示
----------------------------------------------------------------------*/
#navi {
    display: none;
}





/* 病児保育ポップアップ
----------------------------------------------------------------------*/
.layer_board_bg,
.layer_board {
position: absolute;
}
.layer_board_bg {
position: fixed;
width: 100%;
height: 100%;
z-index: 1000;
top: 0;
left: 0;
display: none;
cursor: pointer;
background: #000;
}
.layer_board {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
text-align: center;
z-index: 2000;
padding: 50px
}
.layer_board p {
margin-bottom: 50px
}
.btn_close {
display: block;
text-decoration: none;
background: #000;
color: #fff;
text-align: center;
padding: 20px 40px;
width: 200px;
margin: 0 auto
}




/* メインコンテンツ・病児保育文字
----------------------------------------------------------------------*/
main {
    margin: 0;
}

.letter p {
    text-align: center;
    margin: 0 0 60px;
}
.change{
	font-family: '07ロゴたいぷゴシック7','Kiwi Maru','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	font-size: 3rem;
	color: #009999;
}
.change2{
	font-family: '07ロゴたいぷゴシック7','Kiwi Maru','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	font-size: 6rem;
	color:#ff7e79;
}
.moji {
	font-family: '07ロゴたいぷゴシック7','Kiwi Maru','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	font-size: 3rem;
	color: #4bb9c2;
        margin: 0;
	padding: 0;
}
.pinkback {
        background-color:#F2858D;                      /* 背景色指定 */
        border-radius: 10px;                           /* 四隅を一括して角丸にする */
        font-weight: bold;
        text-align: center;
	color: #fff;
	padding: 10px 0px;
}

.pink2back {
        display: inline-block;
        background-color:#f7b3b8;                      /* 背景色指定 */
        border-radius: 10px;
	font-size: 2rem;
	color: #fff;
	margin-bottom: 8px;
	padding: 5px 30px;
}




/* メイン背景
----------------------------------------------------------------------*/
.haikei1 
{
    position: relative;
    background-image: url(../img/topicsmain0.png);        /* 背景画像指定 */
    background-size: 100% auto;                           /* 横幅が100％高さは自動 */
    background-repeat: repeat-y;
}

.haikei2 {
/*---    background-color: #faebd7;---*/
    background-image: url(../img/haikeim.png);        /* 背景画像指定 */
    background-repeat: repeat;                         /* 縦横に背景画像を繰り返して表示 */
    max-width:100%;
/*---    height: auto;/*高さ自動*/---*/
}

.haikeifooterb {
    background-image: url(../img/haikeif.png);        /* 背景画像指定 */
    background-repeat: repeat;                         /* 縦横に背景画像を繰り返して表示 */
    max-width:100%;
}






/* 注意事項
----------------------------------------------------------------------*/
.tyuuilist {
    display: flex;
    margin: auto;
    max-width: 100%;
}
.tyuuilist_item {
    width: 20%;
    position: relative;
    max-width: 200px;
    margin-bottom: 30px;
    margin-right: 2%;
}
.tyuuilist_item figure {
    display: block;
    width: 70%;
    margin-bottom: 5px;
    margin-left: 15%;
    margin-right: 15%;
}
.figure {
    margin: 0 0 1em;
}
.tyuuilist_item figure picture {
    display: block;
}
.tyuuilist_item h3 {
    font-size: 20px;
    margin-bottom: 8px;
}
.tyuuilist_item p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0rem;
}



@media screen and (max-width: 599px){
.tyuuilist_item {
    margin-bottom: 20px;
    margin-right: 1%;
}
.tyuuilist_item h3 {
    font-size: 13px;
    line-height: 0.9;
}
.tyuuilist_item p {
    font-size: 10px;
    line-height: 1.1;
}
}






/* お知らせ
----------------------------------------------------------------------*/
.topics{
	padding: 1% 5% 3% 4%;
}
.topics h2 {
/*        background-image: url(../img/greenback.png);     背景画像指定 */
/*        background-repeat: repeat;                       縦横に背景画像を繰り返して表示 */
	color: #fff;
	padding: 1rem;
	background-color: #8bc9db;
}
.topics li {
    list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 0.5rem 0;
}

.infobox {
   height: 300px;                           /* 高さを制限 */
   overflow-x: hidden; overflow-y: scroll; /* スクロールバーを横は非表示、縦は表示 */
}
.uesoroe {
  display: inline-block;
  vertical-align: top;
}
.kasenlink a {
    display: inline;
    color: #76cad1;
    text-decoration-line: underline;
}
/* Twitterを横並びにする */
.twitter_yokonarabi {
	display: flex; /* 横並び */
}
.twitter-tweet {
	padding: 5px; /* 1つのツイートの周りに5pxの余白をつける */
	margin: 10px auto; /* ツイートを中央寄せにする */
}




/* 点滅
----------------------------------------------------------------------*/

.tenmetsu{ 
    -webkit-animation:blink 1.0s ease-in-out infinite alternate; 
    -moz-animation:blink 1.0s ease-in-out infinite alternate; 
    animation:blink 1.0s ease-in-out infinite alternate; 
    color: #ff0000;
} 
@-webkit-keyframes blink{ 
    0% {opacity:0;}    /* 透明度0% */
    100% {opacity:1;}  /* 透明度100% */ 
} 
@-moz-keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;} 
} 
@keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;} 
} 

/* 1.0秒(1.0s)で、 イーズイン・アウト(ease-in-out)して、無限ループ(infinite)して、反復アニメーション(alternate)しろって言ってます。
※-moz-や-webkit-でベンダープレフィックスもつけときます。 */












/* 診療時間
----------------------------------------------------------------------*/
div#sinryouTime{
 background-color: #fff;
 border-radius: 20px;                   /* 背景の角を20px丸くする */
 margin: 30px 0 30px 0;
 padding: 30px;
}
@media screen and (max-width: 599px){
div#sinryouTime{
 padding: 20px 8px;
}
}

.sinryouhyou{
 border-collapse: separate;             /* セルの罫線を離して表示(table要素に適用) */
 border-spacing: 0px;                   /* border-spacingプロパティは、border-collapseプロパティの値がseparateの場合だけ有効 */
 line-height: 150%;                     /* table内の行間を指定。文字列の上のラインから次の行の文字列の上のラインまでの幅。％で指定した場合は、文字サイズに対する％。 */
 margin-bottom: 2.5rem;                    /* ボーダー(枠線)の外側余白 */
 }
@media screen and (max-width: 599px){
.sinryouhyou{
 font-size: 1rem;
 line-height: 100%;                     /* table内の行間を指定。文字列の上のラインから次の行の文字列の上のラインまでの幅。％で指定した場合は、文字サイズに対する％。 */
 margin-bottom: 0.5rem; }
.shoumoji{
    font-size: 1rem;
    letter-spacing: -0.5px;            /* テキストの水平方向の字間のスペース */
    line-height: 1;                   行の高さを実数値＋単位(px)で指定する
}
}

 .sinryouhyou th{                       /* thは表の見出しになるタグ。自動的に、太字＆センタリング */
 padding: 10px;
 text-align: center;                    /* スマホで自動センタリングになっていないため記載 */
 font-weight: normal;
/* background-color: #66ccff;*/
 border-top: 1px solid #778899;
/* border-left: 1px solid #fff;*/
/* border-right: 1px solid #66ccff;*/
 border-bottom: 1px solid #778899;
 }

 .sinryouhyou th.haba1 {
  width: 40%; 
}
 .sinryouhyou th.haba2 {
  width: 8%; 
}
 .sinryouhyou td{
 padding: 10px;                          /* 全四辺の内側余白を指定 */
 text-align: center;                    /* セル内の文字の位置を指定 */
 border-bottom: 1px solid #778899;
 }








/* Google Map
----------------------------------------------------------------------*/
div#Map iframe {
 margin: 30px 0 30px 0;
 border-radius: 20px;
}






/* Twitterボックス
----------------------------------------------------------------------*/

.twitterbox {
   height: 500px;                           /* 高さを制限 */
   overflow-x: hidden; overflow-y: scroll; /* スクロールバーを横は非表示、縦は表示 */
}








/* リンク
----------------------------------------------------------------------*/
.link__list {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    list-style: none;
}
.link__list2 {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    list-style: none;
    width: 100%;
}
.link__item {
    width: calc(100% / 4);
    padding: 10px 10px 0px;
}
.link__item3 {
    padding: 10px 10px 0px;
}


@media screen and (max-width: 599px){
.link__list, .link__list2 {
    flex-wrap: wrap;
    width: 100%;
}
.link__item {
    width: calc(100% / 2);
}
/*.link__item2 {
    width: calc(100% / 2);
}------------------*/
}







/* 問診票
----------------------------------------------------------------------*/
.mon {
    margin: 10px 0 50px;
    padding: 1.5rem 3rem;
    border: solid 3px #00CC66;
    border-radius: 1rem;
}
.monshinback {
        background-color:#00CC66;                      /* 背景色指定 */
        border-radius: 10px;                           /* 四隅を一括して角丸にする */
        font-weight: bold;
        text-align: center;
	color: #fff;
	padding: 10px 0px;
}
.mon ul li {
    -webkit-box-pack: justify;
    -webkit-box-align: baseline;
    align-items: baseline;
    justify-content: space-between;
    margin: 0;
    padding: 1rem 0;
}
.mon ul .mon__th {
    width: 20%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 1rem;
    margin: 0 0 1rem;
    padding: 0.5rem 0;
    background-color: #00CCCC;
}

.pdf {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}


@media screen and (max-width: 599px){
.mon {
    padding: 1.5rem;
}
.mon ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;       /* columnは縦 */
    margin: 0;
    padding: 0;
}
.mon ul .mon__th {
    text-align: left;
    padding-left: 2rem;
}
.mon ul .mon__th, .mon ul .mon__td {
    width: 94%;
}
.pdf {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 580px;
    margin: 0 auto;
}
}

@media screen and (max-width: 799px){    /* 799pxより画面が小さくなると非表示 */
#mon_PC {
    display: none;
}
}

@media screen and (min-width: 800px){    /* 800pxより画面が大きくなると非表示 */
#mon_Phone {
    display: none;
}
}







/* 医院案内
----------------------------------------------------------------------*/
figure.iin{
float: left;
margin-right: 10px;
}








/* フッター
----------------------------------------------------------------------*/
footerb {
    margin: 0 auto;
    padding: 0;
    color: #778899;
}
.footer_info {
    display: flex;
    justify-content: center;
/*    background: ;    */
/*    color: #778899;  */
    padding: 35px 0 50px;    /* 上 | 左右 | 下 */
    position: relative;
}
fontsuuji {
    font-family: 'Merriweather Sans','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif
}
@media screen and (max-width: 767px) {
.footer_info {
    padding: 20px 0;
}
}
.footer_info p {
    margin: 0 0 10px 0;
    padding: 0 25px;
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}
@media screen and (max-width: 767px) {
.footer_info p {
    padding: 0 10px;
    font-size: 1.5rem;
}
}
.footer_info p span {
    display: block;
    font-family: 'Merriweather Sans','sans-serif
    font-weight: 100;
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: 7px;
}
.footer_info p span1 {
    display: inline-block;
    font-family: 'Merriweather Sans','sans-serif
    font-weight: 100;
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: 7px;
}

@media screen and (max-width: 767px) {
.footer_info p span {
    font-size: 1rem;
    letter-spacing: 2px;
}
.footer_info p span1 {
    font-size: 1.2rem;
    letter-spacing: 2px;
}

}

div#sinryouTimefooter{
 padding: 30px;  
}
@media screen and (max-width: 767px) {
div#sinryouTimefooter{
    padding: 0 10px;
}
}
.sinryouhyoufooter {
 font-size: 1.5rem;
 border-collapse: separate;             /* セルの罫線を離して表示(table要素に適用) */
 border-spacing: 0px;                   /* border-spacingプロパティは、border-collapseプロパティの値がseparateの場合だけ有効 */
 line-height: 90%;                     /* table内の行間を指定。文字列の上のラインから次の行の文字列の上のラインまでの幅。％で指定した場合は、文字サイズに対する％。 */
 margin: 0px;                     /* ボーダー(枠線)の外側余白 */
}

@media screen and (max-width: 767px) {
.sinryouhyoufooter {
    padding: 0;
    font-size: 1rem;
}
}
.sinryouhyoufooter th{                       /* thは表の見出しになるタグ。自動的に、太字＆センタリング */
 padding: 10px;
 text-align: center;                    /* スマホで自動センタリングになっていないため記載 */
 font-weight: normal;
 border-top: 1px solid /*#778899*/;
 border-bottom: 1px solid /*#778899*/;
}
@media screen and (max-width: 767px) {
.sinryouhyoufooter th {
    padding: 5px;
}
}
.sinryouhyoufooter th.haba1 {
  width: 40%; 
}
.sinryouhyoufooter th.haba2 {
  width: 8%; 
}
.sinryouhyoufooter td{
 padding: 10px;                          /* 全四辺の内側余白を指定 */
 text-align: center;                     /* セル内の文字の位置を指定 */
 border-bottom: 1px solid /*#778899*/;
}
@media screen and (max-width: 767px) {
.sinryouhyoufooter td {
    padding: 5px;
}
}
.footer {
    font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
.footer{
    font-size: 1rem;
}
}








/* コピーライト
----------------------------------------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-image: url(../img/haikeif.png);    /* 背景画像指定 */
    background-repeat: repeat;                      /* 縦横に背景画像を繰り返して表示 */
/*    background-color: #fff;*/
    padding: 2rem 0 5rem 0;
}
.copyright a {
    color: #000;
    text-decoration: none;
	display: inline-block;
}





/* 右固定メニュー
----------------------------------------------------------------------*/
#fixed {
position: fixed;            /* 要素の位置を固定する */
top: 25%;                   /* 基準の位置を縦方向に上から25%で固定する */
right: 0;                   /* 基準の位置を画面の一番右に指定する */
}




/* 下部固定メニュー
----------------------------------------------------------------------*/
#kabufixed {
position: fixed;                    /* 要素の位置を固定する */
bottom: 0;
left: 0;
}





/* ページトップへ戻るボタン
----------------------------------------------------------------------*/
#pagetop {
    bottom: 15px;
    margin-right: 10px;
    position: fixed;
    right: 15px;
}

}
/*#pagetop a {
    display: block;
    background: #00aa44ff;
    color: #fff;
    width: 1000px;
    padding: 10px 5px;
    text-align: center;
}*/
/*#pagetop a:hover {
    background: #3366FF;
}*/






/* ================================================  #病児保育 */
.letter p {
    text-align: center;
    margin: 0 0 60px;
}
.change{
	font-family: '07ロゴたいぷゴシック7','Kiwi Maru','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	font-size: 3rem;
	color:#009999;
}
.change2{
	font-family: '07ロゴたいぷゴシック7','Kiwi Maru','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	font-size: 6rem;
	color:#ff7e79;
}
.moji {
	font-family: '07ロゴたいぷゴシック7','Kiwi Maru','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	font-size: 3rem;
	color: #66CDAA;
        margin: 0;
	padding: 0;
}
.pinkback {
        background-color:#F2858D;                      /* 背景色指定 */
        border-radius: 10px;                           /* 四隅を一括して角丸にする */
        font-weight: bold;
        text-align: center;
	color: #fff;
	padding: 10px 0px;
}

.pink2back {
        display: inline-block;
        background-color:#f7b3b8;                      /* 背景色指定 */
        border-radius: 10px;
	font-size: 2rem;
	color: #fff;
	margin-bottom: 8px;
	padding: 5px 30px;
}
.haikei5 {
    background-color: #FFF9F9;
    max-width:100%;
    height: auto;/*高さ自動*/
}



.letter__list {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
    list-style: none;
}
@media screen and (max-width: 900px){
.letter__list {
    flex-wrap: wrap;
    width: 100%;
}
}
ul.letter__list {
    font-family: inherit;
    text-align: center;
    align-items: center;
}
.letter__item {
    position: relative;
    /* width: calc(100% / 2); */
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 900px){
.letter__item {
    width: calc(100% / 1);
}
}




/* ================================================  #top-menu トップメニュー */
.top-menu__list {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
    list-style: none;
}
@media screen and (max-width: 599px){
.top-menu__list {
    flex-wrap: wrap;
    width: 100%;
}
}
ul.top-menu__list {
    font-family: inherit;
    text-align: center;
/*    line-height: 5; */
}
.top-menu__item {
    position: relative;
    width: calc(100% / 6);
    padding: 30px 0px 30px;
    margin: 0 auto;
    border-top: 1px solid #989898;
    border-left: 1px solid #989898;
    border-bottom: 1px solid #989898;
}
.top-menu__item:nth-child(6) {
    border-right: 1px solid #989898;
}
@media screen and (max-width: 599px){
.top-menu__item {
    width: calc(100% / 3);
}
.top-menu__item:nth-child(3) {
    border-right: 1px solid #989898;
}
.top-menu__item:nth-child(4), .top-menu__item:nth-child(5), .top-menu__item:nth-child(6) {
    border-top: none;
}
}






/* ================================================  #gori ご利用概要 */
.gori-menu ul {
}
.gori-menu ul li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin: 0 0 20px;
    padding: 5px;
    line-height: 1.4;
}

@media screen and (max-width: 599px){
.gori-menu ul {
    flex-wrap: wrap;
    width: 100%;
}
.gori-menu ul li {
    width: calc(100% / 1);
}
}





/* ================================================  #riyoujikan 利用時間表 */
div#riyoujikan{
	margin-bottom: 0px;
}

.riyoujikanhyou{
 margin-bottom: 8px;
/* width: 200px;*/
 border-collapse: separate;             /* セルの罫線を離して表示(table要素に適用) */
 border-spacing: 0px;                   /* border-spacingプロパティは、border-collapseプロパティの値がseparateの場合だけ有効 */
 border-top: 1px solid #FFE4E1;         /* 表の境界線(太さ、スタイル、色)を指定 */
 border-left: 1px solid #FFE4E1;
 }

 .riyoujikanhyou th{                         /* thは表の見出しになるタグ。自動的に、太字＆センタリング */
/* width: 150px;*/
 padding: 8px 10px;
 text-align: center;                      /* スマホで自動センタリングになっていないため記載 */
 font-weight: normal;
 background-color: #FFE4E1;
 border-top: 1px solid #fff;
 border-left: 1px solid #fff;
 border-right: 1px solid #FFE4E1;
 border-bottom: 1px solid #FFE4E1;
 }

 .riyoujikanhyou td{
 padding: 8px 30px;
 text-align: center;               /* セル内の文字の位置を指定 */
 border-right: 1px solid #FFE4E1;
 border-bottom: 1px solid #FFE4E1;
 }



/* ================================================  #ryoukin 料金表 */
div#ryoukin{
	margin-bottom: 0px;
}

.ryoukinhyou{
 margin-bottom: 8px;
/* width: 200px;*/
 border-collapse: separate;             /* セルの罫線を離して表示(table要素に適用) */
 border-spacing: 0px;                   /* border-spacingプロパティは、border-collapseプロパティの値がseparateの場合だけ有効 */
 border-top: 1px solid #FFE4E1;         /* 表の境界線(太さ、スタイル、色)を指定 */
 border-left: 1px solid #FFE4E1;
 }

 .ryoukinhyou th{                         /* thは表の見出しになるタグ。自動的に、太字＆センタリング */
/* width: 100px;*/
 padding: 8px 10px;
 text-align: center;                      /* スマホで自動センタリングになっていないため記載 */
 font-weight: normal;
 background-color: #FFE4E1;
 border-top: 1px solid #fff;
 border-left: 1px solid #fff;
 border-right: 1px solid #FFE4E1;
 border-bottom: 1px solid #FFE4E1;
 }

 .ryoukinhyou td{
 padding: 8px 30px;
 text-align: center;               /* セル内の文字の位置を指定 */
 border-right: 1px solid #FFE4E1;
 border-bottom: 1px solid #FFE4E1;
 }

.gori-menu > ul li a {
    display: inline;
    color: #76cad1;
    text-decoration-line: underline;
}
.komoji{
    font-size: 0.5rem;
    letter-spacing: -0.5px;            /* テキストの水平方向の字間のスペース */
    /*line-height: 1;                   行の高さを実数値＋単位(px)で指定する */
    margin-bottom: 0px;
}







/* ================================================  #goriyounonagare 感染対策 */
div#goriyounagare{
 background-color: #fff;
 border-radius: 20px;                   /* 背景の角を20px丸くする */
 margin: 30px 0 30px 0;
 padding: 30px;
}
.kansentaisaku {
    margin-bottom: 10px;
}
.kansentaisaku > div {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #76cad1;
    padding: 20px;
}
.kansentaisaku > div span {
    display: inline-block;
    color: #fff;
    padding-bottom: 7px;
    font-size: 2.4rem;
    letter-spacing: 2px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    margin-right: 10px;
}
.kansentaisaku > ol {
    list-style: none;
    display: block;
    background: #f6f5ea;
    padding: 5% 6%;
}
.kansentaisaku > ol li {
    margin-bottom: 10px;
    font-size: 1.5rem;
    letter-spacing: 1px;
}







/* ================================================  #goriyounonagare ご利用の流れ */
div#goriyounagare{
 background-color: #fff;
 border-radius: 20px;                   /* 背景の角を20px丸くする */
 margin: 30px 0 30px 0;
 padding: 30px;
}

ul {
    list-style: none;
}
.gori {
    margin-top: 3.2rem;
    padding: 1.5rem 3rem;
    border: solid 3px #f7b3b8;
    border-radius: 1rem;
}
.gori ul li {
    padding-top: 2rem;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-box-align: baseline;
    align-items: baseline;
    justify-content: space-between;
}
.gori ul .gori__th {
    width: 20%;
    background-color: #f7b3b8;
    font-weight: normal;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    border-radius: 1rem;
    padding: 0.5rem 0;
}
.gori ul .gori__td {
    width: 76%;
}

@media screen and (max-width: 599px){
.gori {
    padding: 1.5rem;
}
.gori ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
.gori ul .gori__th {
    text-align: left;
    padding-left: 2rem;
}
.gori ul .gori__th, .gori ul .gori__td {
    width: 94%;
}
.gori ul li {
    flex-direction: column;
}
}








.goriri {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.container_md {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 1000px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.title_section {
    border-bottom: 3px solid rgba(103,185,44,.5);
    color: #67B92C;
    padding-bottom: .5em;
    margin-bottom: .5em;
    font-weight: 400;
    position: relative;
}
.list_archives, .list_archives>li a, .title_cat, .title_section {
    text-align: center;
}
.h3, h3 {
    font-size: 28px;
}
.h5, h5 {
    padding-left: 15px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    line-height: 1.4;
}
.goriri dl .list_flow:first-of-type {
    border: 3px solid #9D85BE;
}

.goriri dl .list_flow {
    background: #FFF;
    margin-top: 40px;
    margin-left: 100px;
    display: table;
    width: calc(100% - 100px);
    position: relative;
    border-radius: 10px;
    padding: 1em;
}
.goriri dl .list_flow>dt {
    width: 14em;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.4;
}

.goriri dl .list_flow.step_last>dd, .list_flow>dt {
    font-weight: 700;
    position: relative;
}
.goriri dl .list_flow>* {
    display: table-cell;
    vertical-align: middle;
}

.goriri dl .list_flow>dt>span {
    display: block;
    position: absolute;
    left: -119.09px;
    top: 50%;
    transform: translateY(-50%);
}

.goriri dl .icn_step, .list_flow>dt>span {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}
.step_01 {
    background: url(//www.aina-hoikuen.jp/control/wp-content/themes/aina/css/../image/step_01@2x.png) left top no-repeat;
    width: 87.33px;
    height: 46px;
    background-size: cover;
}
.goriri dl .icn_step {
    margin-bottom: 1em;
}
.goriri dl .list_flow>dt {
    width: 14em;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.4;
}

.goriri dl .list_flow.step_last>dd, .list_flow>dt {
    font-weight: 700;
    position: relative;
}
.goriri dl .list_flow>* {
    display: table-cell;
    vertical-align: middle;
}

.col_s01 {
    color: #9D85BE;
}
.col_s02 {
    color: #8DC63F;
}
.col_s03 {
    color: #F7941E;
}
.col_s04 {
    color: #51C6D6;
}



}



















/* ================================================  #motimono 持ち物 */
div#motimono{
 background-color: #fff;
 border-radius: 20px;                   /* 背景の角を20px丸くする */
 margin: 30px 0 30px 0;
 padding: 30px;
}
div#.motimoti {
    margin-top: 3.2rem;
    background-color: #fdf5f5;
    border-radius: 1rem;
    padding: 0.5rem 0;
}
.list_flow.step_last {
    background: #ffe761;       /*---#F2858D;---*/
    color: #FFF;
    border: 0;
    padding: 1em;
}





/* パンくずリスト
----------------------------------------------------------------------*/
.breadcrumb {
    margin: 0 0 0 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}