/*
 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;
		}
	}

/*--------------------------トップページ----------------------------  */
a{
	text-decoration: none !important;
}

#menu-item-542 > a,#menu-item-1111 > a,#menu-item-1692 > a,#menu-item-1113 > a{
	color: #795C31;
}
/* Header */
@media screen and (min-width:769px) {
#ast-desktop-header,.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
	width:100%;
}
#ast-desktop-header > div.ast-below-header-wrap > div > div{
/* 	border-top:0.5px solid #222; */
}
	.ast-below-header-bar{
		border: none;
	}
}
#ast-desktop-header{
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); 
}
#ast-mobile-header{
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); 
}
#ast-mobile-header,.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
	width:100%;
	background: #FFF;
}
/* モバイル版のハンバーガーメニュー */
#ast-mobile-header > div.ast-mobile-header-content.content-align-flex-start > div.ast-builder-layout-element.ast-flex.site-header-focus-item{
	padding:20px;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 20px;
    height: 20px;
    fill: #000 !important;
}

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');

.scroll_down{
  position:absolute;
  bottom: 0px;
  right: 100%;
}

.scroll_down a{
  position: absolute;
  left: 10px;
  bottom: 87px;
  color: #3B3B3B;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background:#3B3B3B;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
  0%{bottom:160px;}
  100%{bottom:0px;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}

.scroll_down:after{
  content:"";
  position: absolute;
  bottom:0;
  left:100%;
  width:1px;
  height: 160px;
  background:#3B3B3B;
}

@media screen and (max-width:768px) {
	.scroll_down{
  position:absolute;
  bottom: -90px;
  left: 0;
/*   right: 30px; */
}
	.scroll_down a{
  position: absolute;
  left: 10px;
  bottom: 87px;
  color: #3B3B3B;
  font-size: 10px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background:#3B3B3B;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}
	
	@keyframes circlemove{
  0%{bottom:140px;}
  100%{bottom:0px;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}
	.scroll_down:after{
  content:"";
  position: absolute;
  bottom:0;
  left:100%;
  width:1px;
  height: 140px;
  background:#3B3B3B;
}
}

/* メニューコンテンツ マウスオーバー */
.parent:hover .child h5{
    color:#000 !important;
}
.parent:hover .child p{
    color:#000 !important;
}

/*  */
.anchor {
  padding-top: 100px;
  margin-top: 100px;
}

/*  */
ul.cp_list {
  padding: 0.5em;
  list-style-type: none;
}
ul.cp_list li {
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom:5px;
  border-bottom: 1px solid rgba(34, 34, 34, 1);
}
ul.cp_list li:after,
ul.cp_list li:before{
  position: absolute;
  content:'';
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.cp_list li:before {
  left: 0;
  width: 17px;
  height: 17px;
  background: rgba(107, 114, 79, 1);
}
ul.cp_list li:after {
  top: 1em;
  left: 0.5em;
  width: 14px;
  height: 14px;
  background: rgba(107, 114, 79,0.5);
}

@media screen and (max-width:768px) {
	#post-3951 > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-21kdyd6.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div > div > div > div.elementor-element.elementor-element-5d9bf14.animated-slow.elementor-widget.elementor-widget-html.animated.fadeIn > div > ul{
		margin-left:0 !important;
	}
	.page-id-3951 ul{
	margin-left:0 !important;
}
}
/* Footer */
.site-footer {
    background-color: var(--ast-global-color-2);
    background-image: none;
	color: #666464;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] h2,.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h2{
	color: #000 !important;
}
.widget ul a {
    margin: 0;
    list-style-type: none;
	color: #3B3B3B !important;
}

/* SNS */
.ast-theme-transparent-header .ast-header-social-wrap .ast-social-color-type-custom .ast-builder-social-element svg {
    fill: #795c31;
}
.ast-theme-transparent-header .ast-header-social-wrap .ast-social-color-type-custom .ast-builder-social-element svg:hover {
    fill: rgba(121, 92, 49, 0.5);
}

/* Top to scroll */
@media screen and (max-width:768px) {
.ast-scroll-to-top-right {
    right: 20px;
    bottom: 20px;
}
}

.font-custom {
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

/* メニュー表のcss */
.table_custom {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  /* width: 650px; */
  table-layout: fixed;
	font-family: 'EB Garamond',serif;
	color: #4c4a46;
}

.table_custom tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
.table_custom th,
.table_custom td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
.table_custom th {
  font-size: .85em;
}
.table_custom thead tr{
  background-color: #eee;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
   text-align: right;
}
@media screen and (max-width: 600px) {
  .table_custom {
    border: 0;
    width:100%
  }
  .table_custom th{
    background-color: #eee;
    display: block;
    border-right: none;
  }
  .table_custom thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .table_custom tr {
    display: block;
    margin-bottom: .625em;
  }
  
  .table_custom td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  .table_custom td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  .table_custom td:last-child {
    border-bottom: 0;
  }
}