@charset "UTF-8";

/* CSS Document */

@media screen and (min-width:961px) {
  * {
    margin: 0;
    padding: 0;
  }
  html {
    height: 100%;
    scroll-behavior: smooth;
  }
  body {
    font-family: 'Zen Maru Gothic', sans-serif, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 18px;
    line-height: 2;
    height: auto;
    margin: 0;
    overflow-x: hidden;
    min-height: 100%;
    color: #000000;
    font-weight: bold;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
    -webkit-text-size-adjust: none;
    min-width: 1120px;
  }
  .back_bg {
    background: top url("../images/bg.jpg") repeat-y;
    background-size: 100%;
    background-position: 0px 100px;
    /* height: 100%; */
    height: auto;
    float: none;
    clear: both;
    overflow: hidden;
  }
  .message {
    font-size: 12px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1;
    right: 40px;
    position: fixed;
    top: 45%;
  }
  img {
    outline: none;
    border-style: none;
    vertical-align: bottom;
    width: 100%;
  }
  .contents_inner {
    width: 1040px;
    margin: 0px auto 80px auto;
    overflow: hidden;
  }
  /* ---TOP------ */
  .cap {
    text-align: center;
  }
  .kv {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .kv .text {
    float: left;
    position: absolute;
    z-index: 1;
    top: 64px;
  }
  .kv .text img {
    width: 110%;
  }
  .kv .photo {
    width: 70%;
    float: right;
    position: relative;
  }
  .kv .photo img {
    border-radius: 24px;
  }
  .top_contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    clear: both;
    margin-top: 80px;
  }
  .top_contents .menu {
    width: 30%;
    text-align: center;
  }
  /* ---お知らせ--- */
  .pdfbox{
    width: 100%;
    margin-bottom: 80px;
  }
  .pdfbox dl{
    background: #eff5f4;
    border-radius: 16px;
  }
  .pdfbox dl dt{
    float: left;
    width: 240px;
    padding: 24px 0 24px 40px;
    clear: left;
    color:#6d9891;
  }

  .pdfbox dl dd{
    padding: 24px 0 24px 280px;
  }
  .pdfbox dl dd img{
    width:32px;
  }
.pdfbox h2{
  font-size: 24px;
  font-weight: bold;
  margin-bottom:16px;
}
.pdfbox h2 img{
  width:44px;
}

  /* ---園について--- */
  .top_contents .menu .aboutbox {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    border-radius: 24px;
  
  }
  .top_contents .menu .aboutbox img {
    width: 80px;
    margin: 0 auto;
    display: block;
  }
  .top_contents .menu .aboutbox a {
    background-color: #FDE8EB;
    padding: 56px 24px;
    overflow: hidden;
    display: block;
    border-radius: 8px;
    color: #000000;
    text-decoration: none;
  }
  .top_contents .menu .aboutbox a:hover {
    background-color: #F4D3D7;
    /*アニメーションの指定*/
    transition: all .3s;
  }
  /* ---園の1日--- */
  .top_contents .menu .flowbox {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    border-radius: 24px;
  }
  .top_contents .menu .flowbox img {
    width: 80px;
    margin: 0 auto;
    display: block;
  }
  .top_contents .menu .flowbox a {
    background-color: #D2EBEB;
    padding: 56px 24px;
    overflow: hidden;
    display: block;
    border-radius: 8px;
    color: #000000;
    text-decoration: none;
  }
  .top_contents .menu .flowbox a:hover {
    background-color: #B8DDDD;
    /*アニメーションの指定*/
    transition: all .3s;
  }
  /* ---園の1日--- */
  .top_contents .menu .eventbox {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    border-radius: 24px;
  }
  .top_contents .menu .eventbox img {
    width: 80px;
    margin: 0 auto;
    display: block;
  }
  .top_contents .menu .eventbox a {
    background-color: #FFEFC4;
    padding: 56px 24px;
    overflow: hidden;
    display: block;
    border-radius: 8px;
    color: #000000;
    text-decoration: none;
  }
  .top_contents .menu .eventbox a:hover {
    background-color: #EFDCAA;
    /*アニメーションの指定*/
    transition: all .3s;
  }
  /*googlemap*/
  .ggmap {
    position: relative;
    margin: 16px 0;
    padding-bottom: 56.25%;
    padding-top: 40px;
    height: 0;
    overflow: hidden;
    border-radius: 24px;
  }
  .ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* ---下層--- */
  .low h1 {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 64px;
  }
  .cbox {
    background-color: #FFF9EB;
    border-radius: 24px;
    padding: 64px;
    margin-bottom: 40px;
    overflow: hidden;
  }
  .cbox img {
    border-radius: 24px;
  }


  .cbox ol {
    margin: 16px 0;
  }
  .cbox ol li {
    margin: 16px 0 0 24px;
  }
  .cbox ul li {
    list-style-type: disc;
  }
  .cbox dl {}
  .cbox dl dt {
    float: left;
    width: 240px;
    padding: 24px 0;
    clear: left;
  }
  .cbox dl dd {
    padding: 24px 0 24px 240px;
    border-bottom: solid 1px #EAD5A8;
  }
  .cbox dl dd:last-child {
    border-bottom: solid 0px #EAD5A8;
  }
  dl.deco {
    margin: 16px 0;
  }
  dl.deco dt {
    float: left;
    width: 240px;
    padding: 16px;
    clear: left;
    background-color: #E8E8E8;
  }
  dl.deco dd {
    padding: 16px 0 16px 288px;
    border-bottom: solid 1px #EAD5A8;
    background-color: #ffffff;
  }
  .circle {
    background-color: #F7DFDF;
    border-radius: 24px;
    padding: 6px 12px 8px 12px;
    line-height: 1em;
  }
  .h3box {
    padding: 0 0 0 24px;
  }
  .cbox h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .cbox h3 {
    font-size: 24px;
    font-weight: bold;
    background-color: #FAECCC;
    padding: 1% 4%;
    width: 92%;
    border-radius: 8px;
    margin: 0 0 24px 0;
  }
  .asta {
    font-size: 14px;
    color: #046835;
  }
  .low .two_c .left {
    width: 160px;
    float: left;
    background-color: #FAF2F2;
    padding: 24px;
    border-radius: 24px;
  }
  .low .two_c .left ul li {
    display: inline-block;
    margin-left: 10%;
    text-indent: -16%;
    margin-bottom: 16px;
    line-height: 1.4em;
    border-bottom: 1px solid #f3d8d8;
    padding-bottom: 24px;
    width: 90%;
  }
  .low .two_c .left ul li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
  }
  .low .two_c .left ul li a {
    background: url("../images/arrow.svg") no-repeat;
    padding-left: 24px;
    text-decoration: none;
    color: #F55E87;
  }
  .low .two_c .left ul li a:hover {
    text-decoration: underline;
    color: #F55E87;
  }
  .low .two_c .right {
    width: 800px;
    float: right;
  }
  /* ---園について--- */
  .greeting {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .greeting .text {
    width: 80%;
    margin: 0 auto;
  }
  .greeting .pict {
    width: 48%;
    float: right;
  }
  /* ---園舎概要--- */
  .overview {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .overview .text {
    width: 35%;
    float: left;
  }
  .overview .pict {
    width: 60%;
    float: right;
  }
  /* ---施設環境--- */
  .shisetsubox {
    margin-bottom: -160px;
  }
  .shisetsubox_text {}
  .shisetsubox .fbox {
    position: relative;
  }
  .shisetsubox .fbox img, .shisetsubox_text img {
    width: 120px;
  }
  .shisetsubox .map {
    position: relative;
    top: -160px;
  }
  .shisetsubox .map img {}
  .f_text {
    font-size: 24px;
    margin-left: 40px;
    line-height: 120px;
  }
  /* ---プライバシーポリシー--- */
  /* ---園について--- */
  .schedule {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .schedule .text {
    width: 48%;
    float: left;
  }
  .schedule .pict {
    width: 48%;
    float: right;
  }
  .schedule .pict ul li {
    list-style: none;
    margin-bottom: 40px;
  }

  .schedule dl {}
  .schedule dl dt {
    float: left;
    width: 120px;
    padding: 0;
    clear: left;
  }
  .schedule dl dd {
    padding: 24px 0 24px 120px;
    border-bottom: solid 1px #EAD5A8;
  }
  .schedule dl dd:last-child {
    border-bottom: solid 0px #EAD5A8;
  }
  /* ---サイトマップ--- */
  .sitemapbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sitemapbox p {
    padding: 0px 0 0 16px;
  }
  .sitemapbox .link {
    width: 48%;
  }
  .sitemapbox .link a {
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: #f55e87;
    padding: 16px 4%;
    border-radius: 8px;
    outline: none;
    transition: ease .2s;
    width: 92%;
    font-size: 24px;
  }
  .sitemapbox .link a:hover {
    background: #f3ebd9;
  }
  /* 矢印が右に移動 */
  .btnarrow2::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 42%;
    right: 13px;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: 2px solid #f55e87;
    border-right: 2px solid #f55e87;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
  }
  /*hoverした際の移動*/
  .btnarrow2:hover::after {
    right: 11px;
  }
  /*園の1日*/
  /*タブ切り替え全体のスタイル*/
  .tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff9eb;
    border-radius: 24px;
  }
  /*タブのスタイル*/
  .tab_item {
    width: calc(100%/2);
    /* height: 50px; */
    /* border-bottom: 3px solid #5ab4bd; */
    background-color: #F0E8D3;
    /* line-height: 126px; */
    font-size: 24px;
    text-align: center;
    color: #D0BE99;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    padding: 16px 0;
    cursor: pointer;
  }
  .tab_item:hover {
    opacity: 0.75;
  }
  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
    display: none;
  }
  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    padding: 40px 120px 64px 120px;
    clear: both;
    overflow: hidden;
  }
  /*選択されているタブのコンテンツのみを表示*/
  #nyuji:checked~#nyuji_content, #youji:checked~#youji_content {
    display: block;
  }
  /*選択されているタブのスタイルを変える*/
  .tabs input:checked+.tab_item {
    background-color: #fff9eb;
    color: #000000;
    border-radius: 0 0 0 0;
    cursor: pointer;
  }
  .timeline dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .timeline dl dt {
    width: 100%;
    padding: 10px 0 0 64px;
    position: relative;
  }
  .timeline dl dt::after {
    content: '●';
    position: absolute;
    left: -0.55em;
    top: 34px;
    font-size: 16px;
    color: #F894BF;
  }
  .timeline dl dd {
    width: 100%;
    padding: 0 0 0 64px;
    border-left: 2px solid #F894BF;
  }
  .timeline dl dd:last-child {
    border-left: 0px solid #F894BF;
  }

  .timeline dl dd img {
    border-radius: 24px;
  }

  .timeline dl dd dl {}
  .timeline dl dd dl dt {
    width: 30%;
    float: left;
    position: unset;
    padding: 0px;
    font-size: 24px;
  }
  .timeline dl dd dl dd {
    width: 65%;
    float: right;
    border: 0px;
    padding: 0;
  }
  .timeline dl dd dl dd img {
    border-radius: 24px;
  }
}


/* ------------------------------------SP------------------------------------ */

@media screen and (max-width:960px) {
  * {
    margin: 0;
    padding: 0;
  }
  html {
    height: 100%;
    scroll-behavior: smooth;
  }
  body {
    font-family: 'Zen Maru Gothic', sans-serif, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 16px;
    line-height: 2;
    height: 100vh;
    margin: 0;
    overflow-x: hidden;
    min-height: 100%;
    color: #000000;
    font-weight: bold;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
    -webkit-text-size-adjust: none;
  }
  .back_bg {
    background: top url("../images/bg.jpg") repeat-y;
    background-size: 100%;
    background-position: 0px 100px;
    /* height: 100%; */
    height: auto;
    float: none;
    clear: both;
    overflow: hidden;
  }
  .message {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .contents_inner {
    overflow: hidden;
    padding: 24px 24px 80px 24px;
  }
  /* ---TOP------ */
  .cap {
    text-align: center;
    font-size: 12px;
  }
  .kv {
    width: 100%;
    position: relative;
  }
  .kv .text {
    float: left;
    position: absolute;
    z-index: 1;
    top: 135px;
  }
  .kv .text img {
    width: 60%;
  }
  .kv .photo {
    width: 100%;
    float: right;
    position: relative;
  }
  .kv .photo img {
    border-radius: 24px;
  }
  .top_contents {
    clear: both;
    margin-top: 320px;
  }
  .top_contents .menu {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  /* ---園について--- */
  .top_contents .menu .aboutbox {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    border-radius: 24px;
  }
  .top_contents .menu .aboutbox img {
    width: 80px;
    margin: 0 auto;
    display: block;
  }
  .top_contents .menu .aboutbox a {
    background-color: #FDE8EB;
    padding: 56px 24px;
    overflow: hidden;
    display: block;
    border-radius: 8px;
    color: #000000;
    text-decoration: none;
  }
  .top_contents .menu .aboutbox a:hover {
    background-color: #F4D3D7;
    /*アニメーションの指定*/
    transition: all .3s;
  }
    /* ---お知らせ--- */
    .pdfbox{
      margin-top: 80px;

      
    }
    .pdfbox dl{
      background: #eff5f4;
      border-radius: 16px;
      padding: 16px 24px;
    }
    .pdfbox dl dt{
      color:#6d9891;
    }
  
    .pdfbox dl dd{

    }
    .pdfbox dl dd img{
      width:24px;
    }
  .pdf{
    top: 4px;
    position: relative;
  }
  .pdfbox h2{
    font-size: 24px;
    font-weight: bold;
  margin-bottom:16px;
  }
  .pdfbox h2 img{
    width:24px;
  }

  /* ---園の1日--- */
  .top_contents .menu .flowbox {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    border-radius: 24px;
  }
  .top_contents .menu .flowbox img {
    width: 80px;
    margin: 0 auto;
    display: block;
  }
  .top_contents .menu .flowbox a {
    background-color: #D2EBEB;
    padding: 56px 24px;
    overflow: hidden;
    display: block;
    border-radius: 8px;
    color: #000000;
    text-decoration: none;
  }
  .top_contents .menu .flowbox a:hover {
    background-color: #B8DDDD;
    /*アニメーションの指定*/
    transition: all .3s;
  }
  /* ---園の1日--- */
  .top_contents .menu .eventbox {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    border-radius: 24px;
  }
  .top_contents .menu .eventbox img {
    width: 80px;
    margin: 0 auto;
    display: block;
  }
  .top_contents .menu .eventbox a {
    background-color: #FFEFC4;
    padding: 56px 24px;
    overflow: hidden;
    display: block;
    border-radius: 8px;
    color: #000000;
    text-decoration: none;
  }
  .top_contents .menu .eventbox a:hover {
    background-color: #EFDCAA;
    /*アニメーションの指定*/
    transition: all .3s;
  }
  /* ---下層--- */
  .low h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 24px;
  }
  .cbox {
    background-color: #FFF9EB;
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 40px;
    overflow: hidden;
  }

  .cbox img {
    border-radius: 24px;
  }


  .cbox ol {
    margin: 16px 0;
  }
  .cbox ol li {
    margin: 16px 0 0 24px;
  }
  .cbox ul li {
    list-style-type: disc;
    margin-left: 24px;
  }
  .cbox dl {}
  .cbox dl dt {
    padding: 16px 0 0 0;
  }
  .cbox dl dd {
    padding: 0 0 16px 0;
    border-bottom: solid 1px #EAD5A8;
  }
  .cbox dl dd:last-child {
    border-bottom: solid 0px #EAD5A8;
  }
  dl.deco {
    margin: 16px 0;
  }
  dl.deco dt {
    padding: 2% 4%;
    background-color: #E8E8E8;
  }
  dl.deco dd {
    padding: 16px;
    border-bottom: solid 1px #EAD5A8;
    background-color: #ffffff;
  }
  .circle {
    background-color: #F7DFDF;
    border-radius: 24px;
    padding: 6px 12px 8px 12px;
    line-height: 1em;
  }
  .h3box {}
  .cbox h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
  }
  .cbox h3 {
    font-size: 18px;
    font-weight: bold;
    background-color: #FAECCC;
    padding: 4%;
    width: 92%;
    border-radius: 8px;
    margin: 0 0 24px 0;
  }
  .asta {
    font-size: 14px;
    color: #046835;
  }
  .low .two_c .left {
    background-color: #FAF2F2;
    padding: 4% 8% 3% 8%;
    border-radius: 24px;
  }
  .low .two_c .left ul li {
    display: inline-block;
    margin-left: 1.5em;
    text-indent: -1.5em;
    margin-bottom: 8px;
    border-bottom: 1px solid #f3d8d8;
    padding-bottom: 8px;
    width: 84%;
  }
  .low .two_c .left ul li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
  }
  .low .two_c .left ul li a {
    background: url("../images/arrow.svg") no-repeat;
    padding-left: 24px;
    text-decoration: none;
    color: #F55E87;
  }
  .low .two_c .left ul li a:hover {
    text-decoration: underline;
    color: #F55E87;
  }
  .low .two_c .right {
    margin-top: 24px;
  }
  /* ---園について--- */
  .greeting {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .greeting .text {}
  .greeting .pict {
    margin-top: 24px;
  }
  /* ---園舎概要--- */
  .overview {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .overview .text {}
  .overview .pict {
    margin-top: 24px;
  }
  /* ---施設環境--- */
  .shisetsubox {
    margin-bottom: -40px;
  }
  .shisetsubox_text {}
  .shisetsubox .fbox {
    position: relative;
  }
  .shisetsubox .fbox img, .shisetsubox_text img {
    width: 40px;
  }
  .shisetsubox .map {
    position: relative;
    top: -40px;
  }
  .shisetsubox .map img {}
  .f_text {
    font-size: 16px;
    display: block;
  }
  /* ---プライバシーポリシー--- */
  /* ---園について--- */
  .schedule {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .schedule .text {
    width: 100%;
  }
  .schedule .pict {
    width: 100%;
  }
  .schedule .pict ul li {
    list-style: none;
        list-style: none;
    margin-bottom: 24px;
    margin-left: 0px;
  }

  .schedule dl {}
  .schedule dl dt {
    padding: 0;
  }
  .schedule dl dd {
    padding: 16px 0 16px 24px;
    border-bottom: solid 1px #EAD5A8;
  }
  .schedule dl dd:last-child {
    border-bottom: solid 0px #EAD5A8;
  }
  /* ---サイトマップ--- */
  .sitemapbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sitemapbox p {
    padding: 0px 0 0 16px;
  }
  .sitemapbox .link {
    width: 100%;
  }
  .sitemapbox .link a {
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: #f55e87;
    padding: 16px 4%;
    border-radius: 8px;
    outline: none;
    transition: ease .2s;
    width: 92%;
  }
  .sitemapbox .link a:hover {
    background: #f3ebd9;
  }
  /* 矢印が右に移動 */
  .btnarrow2::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 42%;
    right: 13px;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: 2px solid #f55e87;
    border-right: 2px solid #f55e87;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
  }
  /*hoverした際の移動*/
  .btnarrow2:hover::after {
    right: 11px;
  }
  /*園の1日*/
  /*タブ切り替え全体のスタイル*/
  .tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff9eb;
    border-radius: 24px;
  }
  /*タブのスタイル*/
  .tab_item {
    width: calc(100%/2);
    /* height: 50px; */
    /* border-bottom: 3px solid #5ab4bd; */
    background-color: #F0E8D3;
    /* line-height: 126px; */
    font-size: 16px;
    text-align: center;
    color: #D0BE99;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    padding: 16px 0;
    cursor: pointer;
  }
  .tab_item:hover {
    opacity: 0.75;
  }
  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
    display: none;
  }
  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    padding: 24px 16px 0;
    clear: both;
    overflow: hidden;
  }
  /*選択されているタブのコンテンツのみを表示*/
  #nyuji:checked~#nyuji_content, #youji:checked~#youji_content {
    display: block;
  }
  /*選択されているタブのスタイルを変える*/
  .tabs input:checked+.tab_item {
    background-color: #fff9eb;
    color: #000000;
    border-radius: 0 0 0 0;
    cursor: pointer;
  }
  .timeline dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .timeline dl dt {
    width: 100%;
    padding: 10px 0 0 32px;
    position: relative;
  }
  .timeline dl dt::after {
    content: '●';
    position: absolute;
    left: -0.45em;
    top: 16px;
    font-size: 16px;
    color: #F894BF;
  }
  .timeline dl dd {
    width: 100%;
    padding: 0 0 0 32px;
    border-left: 2px solid #F894BF;
  }
  .timeline dl dd:last-child {
    border-left: 0px solid #F894BF;
  }
  .timeline dl dd img {
    border-radius: 24px;
  }
  .timeline dl dd dl {}
  .timeline dl dd dl dt {
    position: unset;
    padding: 0px;
    margin-bottom: 16px;
  }
  .timeline dl dd dl dd {
    border: 0px;
    padding: 0;
  }
  .timeline dl dd dl dd img {
    border-radius: 24px;
  }
  /*googlemap*/
  .ggmap {
    position: relative;
    margin: 24px 0;
    padding-bottom: 56.25%;
    padding-top: 40px;
    height: 0;
    overflow: hidden;
    border-radius: 24px;
  }
  .ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}