/*
 Theme Name:astra child
 Template:astra
*/

/*--------------------------トップページ----------------------------  */

/* pc版の時にモバイル版を非表示 */
@media screen and (min-width:769px) {
	.mobile{
		display: none !important;
		}
	}
/* モバイル版の時にpc版を非表示 */
@media screen and (max-width:768px) {
	.pc{
		display: none !important;
		}
	}

  /* Googleマップ */
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    }
    .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    }

transparent-header .main-header-menu .menu-link {
    color: #FFF !important;
}

#post-87 > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-3c7b92f9.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div > div > div > section.elementor-section.elementor-inner-section.elementor-element.elementor-element-2e1f0661.elementor-section-content-middle.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div > div.elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-7ad99923 > div > div.elementor-element.elementor-element-1d51185.elementor-widget.elementor-widget-heading > div > h3,h3, .entry-content h3 {
    font-size: 30px;
    font-size: 2rem;
    font-family: 'DM Serif Display',serif;
}
@media screen and (min-width:769px) {
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    padding-top: 6.5%;
    padding-bottom: 3.25%;
    padding-left: 0;
    padding-right: 0;
}
}

@media screen and (min-width:769px) {
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .menu-link{
    color: #000;
}
}
#astra-footer-menu .menu-item.current-menu-item > a {
/*     color: var(--ast-global-color-1); */
	color: #FFF;
}
@media screen and (min-width:769px) {
.shrimp img{
	width:10%;
}
}
@media screen and (max-width:768px) {
.shrimp img{
	width:20%;
}
}


 /* table01 */
    #table01 {
      width: 100%;;
		border: none !important;
	border-top: none !important;
  border-left: none !important;
    }
#table01 tr {
	border: none !important;
	border-top: none !important;
  border-left: none !important;
/*   border-bottom: 1px solid #b5b1b1 !important; */
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none !important;
  border-top: none !important;
  border-left: none !important;
  border-bottom: 1px solid #b5b1b1 !important;
	
}

#table01 th {
/*   width: 30%; */
	text-align: center;
		font-weight: normal;
}
#table01 td {
	text-align: center;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
    text-align: center;
  }

  #table01 th {
    width: 100%;
	  border-bottom: none !important;
  }

  #table01 td {
    padding-top: 0;
  }
}