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

/* PC ヘッダーのCSS */
#ast-desktop-header > div.ast-main-header-wrap.main-header-bar-wrap{
	background: #FFF;
}
#ast-desktop-header > div.ast-above-header-wrap{
	background:#f1f1ef;
}
#ast-desktop-header > div.ast-above-header-wrap > div > div > div > div > div > div > div > p > strong > span {
	color: 000 !important;
}
/* よくある質問のアイコン */
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
    display: block;
    margin-top: 14px;
}

#wpcf7-f1901-p7-o1 label{
	color:#FFFF;
}

#wpcf7-f1901-p7-o2 label{
	color:#FFFF;
}

   /* 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: left;
		font-weight: normal;
}
#table01 td {
	text-align: right;
}

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

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

/* モバイルメニュー */
#ast-hf-mobile-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-home.current-menu-item.page_item.page-item-7.current_page_item.menu-item-21 > a,#ast-hf-mobile-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-2052 > a,#ast-hf-mobile-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-1986 > a,#ast-hf-mobile-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-2051 > a,#ast-hf-mobile-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-1950 > a,#ast-hf-mobile-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-2649 > a,#ast-hf-mobile-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-1949 > a,#ast-hf-mobile-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-2951 > a{
	color: #000;
}

/* PCメニュー */
#menu-item-21 > a,#menu-item-2052 > a,#menu-item-1986 > a,#menu-item-2951 > a,#menu-item-2051 > a,#menu-item-1950 > a,#menu-item-2649 > a,#menu-item-1949 > a,#menu-item-4184 > a,#menu-item-4185 > a,#menu-item-4639 > a{
	color: var(--ast-global-color-3);
	font-weight:bold;
}
/* 送信後のメッセージのテキストカラーを変更する */
#wpcf7-f1901-p7-o1 > form > div.wpcf7-response-output,#wpcf7-f1901-p7-o2 > form > div.wpcf7-response-output{
	color:#FFF;
}

@media screen and (min-width:769px) {
.title-text h1{
	line-height:70px !important;
}
}

@media screen and (max-width:768px) {
	.title-text h1{
	line-height:40px !important;
}
}

.form{
	color:#FFF;
}

/* 追加ページのcss */
.page-id-3414 #ast-desktop-header > div.ast-main-header-wrap.main-header-bar-wrap > div{
	background: #f8f7f3 !important;
}
.page-id-3414 #ast-desktop-header > div.ast-main-header-wrap.main-header-bar-wrap > div > div > div > div.site-header-primary-section-center.site-header-section.ast-flex.ast-grid-section-center > div > div > div > p > strong > span{
	color:#000 !important;
}
.page-id-3414 #menu-item-21 > a,.page-id-3414 #menu-item-2052 > a,.page-id-3414 #menu-item-1986 > a,.page-id-3414 #menu-item-2951 > a,.page-id-3414 #menu-item-2051 > a,.page-id-3414 #menu-item-1950 > a,.page-id-3414 #menu-item-2649 > a,.page-id-3414 #menu-item-1949 > a{
	color:#000;
}
#wpcf7-f1901-p3414-o1 > form,#wpcf7-f1901-p3414-o2 > form{
	color: #FFF !important;
}

.page-id-3414 #ast-mobile-header > div.ast-main-header-wrap.main-header-bar-wrap > div > div > div.site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section > div > div > button > span.mobile-menu-toggle-icon > span:nth-child(1) > svg{
	width: 20px;
    height: 20px;
    fill: #333;
}
.page-id-3414 #ast-hf-mobile-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-home.menu-item-21 > a,.page-id-3414 #ast-hf-mobile-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-home.menu-item-2052 > a,.page-id-3414 #ast-hf-mobile-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-home.menu-item-1986 > a,.page-id-3414 #ast-hf-mobile-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-home.menu-item-2951 > a,.page-id-3414 #ast-hf-mobile-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-home.menu-item-2051 > a,#ast-hf-mobile-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-home.menu-item-1950 > a,.page-id-3414 #ast-hf-mobile-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-home.menu-item-1950 > a,.page-id-3414 #ast-hf-mobile-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-home.menu-item-2649 > a,.page-id-3414 #ast-hf-mobile-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-home.menu-item-1949 > a{
	color:#000;
}

.yellow_line{
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0;
	font-weight: bold;
	font-size:130%;
}

/* ここからワイヤフレームのためのCSS */
#wpcf7-f1901-p4541-o1 > form > p:nth-child(7) > input{
	border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    border-color: #719c8b;
    background-color: #719c8b;
    padding-top: 15px;
    padding-right: 45px;
    padding-bottom: 15px;
    padding-left: 45px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
	fill: #0A0A0A;
    color: #0A0A0A;
    background-color: #FFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
}
#contact > div > div.elementor-element.elementor-element-d118cc3.e-con-full.e-flex.e-con.e-child > div.elementor-element.elementor-element-71eac8a.elementor-widget.elementor-widget-text-editor > div > a{
/* 	color: #0A0A0A !important; */
}
a{
/* 	pointer-events: none */
}
.elementor-7 .elementor-element.elementor-element-f4df654 .elementor-tab-title.elementor-active .elementor-toggle-icon i:before {
    color: #0A0A0A !important;
}

/*  */
.ast-builder-grid-row-4-lheavy .ast-builder-grid-row {
    grid-template-columns: 2fr 1fr 1fr 2fr;
}
#colophon > div.site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-4-lheavy.ast-builder-grid-row-tablet-4-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack > div > div > div.site-footer-primary-section-1.site-footer-section.site-footer-section-1 > div > div > div > ul{
	margin-left:0;
}
#colophon > div.site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-4-lheavy.ast-builder-grid-row-tablet-4-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack > div > div > div.site-footer-primary-section-1.site-footer-section.site-footer-section-1 > div > div > div{
	line-height:5px;
}
#colophon > div.site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-4-lheavy.ast-builder-grid-row-tablet-4-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack > div > div > div.site-footer-primary-section-1.site-footer-section.site-footer-section-1 > div > div > div > ul > li:nth-child(1),#colophon > div.site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-4-lheavy.ast-builder-grid-row-tablet-4-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack > div > div > div.site-footer-primary-section-1.site-footer-section.site-footer-section-1 > div > div > div > ul > li:nth-child(2),#colophon > div.site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-4-lheavy.ast-builder-grid-row-tablet-4-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack > div > div > div.site-footer-primary-section-1.site-footer-section.site-footer-section-1 > div > div > div > ul > li:nth-child(3){
	display: flex; 
	font-size: inherit;
	align-items: var(--icon-vertical-align, center) !important;
	text-align: left;
	padding-bottom: 0;
}
#colophon > div.site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-4-lheavy.ast-builder-grid-row-tablet-4-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack > div > div > div.site-footer-primary-section-1.site-footer-section.site-footer-section-1 > div > div > div > ul > li:nth-child(1) > span.elementor-icon-list-text{
	line-height:20px;
}
#colophon > div.site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-4-lheavy.ast-builder-grid-row-tablet-4-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack > div > div > div.site-footer-primary-section-1.site-footer-section.site-footer-section-1 > div > div > div > ul > li:nth-child(1) > span.elementor-icon-list-icon,#colophon > div.site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-4-lheavy.ast-builder-grid-row-tablet-4-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack > div > div > div.site-footer-primary-section-1.site-footer-section.site-footer-section-1 > div > div > div > ul > li:nth-child(2) > span.elementor-icon-list-icon,#colophon > div.site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-4-lheavy.ast-builder-grid-row-tablet-4-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack > div > div > div.site-footer-primary-section-1.site-footer-section.site-footer-section-1 > div > div > div > ul > li:nth-child(3) > span.elementor-icon-list-icon{
	margin-bottom:10px;
	padding-right: 15px;
}
#block-15 > h5,#block-24 > h5{
	color: #FFF !important;
}
#menu-item-4659 > a,#menu-item-4660 > a,#menu-item-4661 > a,#menu-item-4662 > a,#menu-item-4663 > a,#menu-item-4664 > a{
	color: #FFF !important;
}
#colophon > div.site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-4-lheavy.ast-builder-grid-row-tablet-4-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack > div > div > div.site-footer-primary-section-1.site-footer-section.site-footer-section-1 > div > div > div > ul > li:nth-child(1){
	color: #000 !important;
}

/* banner css */
.floating-banner {
	position: fixed;
	z-index: 99999;
	bottom: 0;
	right: 0;
}

.floating-banner:hover {
	opacity: .9;
}

.banner {
	width: 100vw;
	/*     width: 300px; */
	/* バナーの横幅 */
	/*   padding: 20px 10px; */
	/*     padding: 40px 10px; */
	/*   background: linear-gradient(86.13deg, #7080F7 -3.42%, #3E9ED9 59.59%); */
	/* バナーの背景色 */
	/*   background: #000; */
	/* バナーの背景色 */
	color: #fff;
	/* バナー内の文字色 */
	font-weight: bold;
	text-align: center;

	position: fixed;
	bottom: 0px;
	/*     display: none; */
	z-index: 2;
	width: 100%;
	/*     height: 300px; */
	/*     height: 42px; */

	left: 0;
	z-index: 1;
	z-index: 1100000000;
	/*   background-image: linear-gradient(-45deg, #FFF 25%, #fcf000 25%, #fcf000 50%, #FFF 50%, #FFF 75%, #fcf000 75%, #fcf000);
  background: #fef901;
  background-size: 8px 8px;
  border-top: 1px solid #fcf000; */
	/*   padding: 10px 0; */
	padding-bottom: 0;
}

.floating-banner a {
	text-decoration: none;
	/* リンクに下線が入らないように */
}

.copy {
	font-size: 28px;
	margin: 0 auto 20px;
	line-height: 1.1;
	/*     line-height: 1.6; */
}

.cta {
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	background: linear-gradient(270deg, #F4A240 0%, #E3A608 100%);
	/* ボタンの背景 */
	box-shadow: 0px 0px 30px #2984BA;
	/* ボタンの影 */
	border-radius: 25px;
	margin: 0
}

@media screen and (max-width: 990px) {
	.floating-banner {
		display: none;
	}
}

@media screen and (max-width: 560px) {
	.floating-banner {
		display: inline-block;
	}

	.banner {
		width: 100vw;
		/*     padding: 8px; */
	}

	.sp {
		display: none;
	}

	.copy {
		font-size: 18px;
		margin: 0 auto 6px;
	}

	.cta {
		height: 28px;
		line-height: 28px;
		font-size: 15px;
	}
}

@media screen and (min-width: 768px) {
	.p-footer__top {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			justify-content:space-between !important;
	}
}

@media screen and (min-width: 768px) {
    .p-footer__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
width:100%;
        /* width: calc(100% - 19.75rem); */
justify-content: space-around;
    }
}

@media screen and (min-width:769px) {
#masthead{
	position: fixed !important; 
	top: 0; 
    left: 0; 
}
}
#ast-mobile-header{
	position: fixed !important; 
	top: 0; 
    left: 0; 
	width: 100%;
}
/* 追加 */
.displayed{
  animation: fadeUp 1s forwards;
}
@keyframes fadeUp{
  0%{opacity:0; transform: translateY(0);}
100%{opacity:1; transform: translateY(-100px);}
}

@keyframes scroll-anim {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

/*
SNSボタン
-------------------------------------------*/

.h_sns {
/* 	padding: 5px; */
	position: fixed;
	top: 45%;
	right: 0px;
	background-color: rgba(0,0,0,0.0);
	z-index:999;
	list-style: none;
}
.h_sns li a {
	display: block;
	padding: 10px;
	color: #FFF;
	line-height: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
}

.h_sns li a:hover {
	background-color: #E8EC7A;
	color: #000;
}

@media screen and (max-width:769px){
.h_sns {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	top: auto;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 60px;
	
	display: none;
}

.h_sns li {
	width: 25%;
}
.h_sns li a {
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
	.h_sns02 {
	padding: 5px;
	position: fixed;
	top: 85%;
	right: 0px;
	background-color: rgba(113,156,139,0.8);
	z-index:999;
	list-style: none;
}
.h_sns02 li a {
	display: block;
	padding: 10px;
	color: #FFF;
	line-height: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
}

.h_sns02 li a:hover {
	background-color: #E8EC7A;
	color: #000;
}

@media screen and (max-width:769px){
.h_sns02 {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	top: auto;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 60px;
	
	display: none;
}

.h_sns02 li {
	width: 25%;
}
.h_sns02 li a {
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
#index_top #top_catch {
	top: 25%;
	left: 5%;
	width: 90%;
	height: 50%;
	margin-top: 0px;
	margin-left: 0px;
}
#menu-item-4907 > a,#ast-hf-mobile-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-home.current-menu-item.page_item.page-item-4541.current_page_item.menu-item-4907 > a,#ast-hf-mobile-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-7.current_page_item.menu-item-4639 > a,#ast-hf-mobile-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-home.menu-item-2052 > a,#ast-hf-mobile-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-home.menu-item-1986 > a,#ast-hf-mobile-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-home.menu-item-2051 > a{
	color: #000 !important;
	}
	
	.h_sns2 {
	padding: 5px;
	position: fixed;
	top: 45%;
	right: 0px;
/* 	background-color: rgba(113,156,139,0.8); */
	z-index:999;
	list-style: none;
}
.h_sns2 li a {
	display: block;
	padding: 10px;
	color: #FFF;
	line-height: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
}

.h_sns2 li a:hover {
	background-color: #E8EC7A;
	color: #000;
}

@media screen and (max-width:769px){
.h_sns2 {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	top: auto;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
/* 	padding-right: 60px; */
	margin-bottom:0 !important;
}

.h_sns2 li {
	width: 50%;
}
.h_sns2 li a {
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
/*   border-radius: 0.5rem; */
}

.btn-wrap-pc-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  max-width: 435px;
  margin: 0 auto 10px;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

a.btn-pc-sp {
  line-height: 1.4;
  width: 49.5%;
  padding: 1.25rem 0;
/*   border-radius: 100vh; */
  color: #ffff;
}

a.btn-pc-sp--contact {
  color: #fff;
  background: #02c755;
}

a.btn-pc-sp--tel {
  color: #fff;
  background: #719C8B;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
	
@media screen and (max-width:769px){	
	.ast-scroll-to-top-right {
    right: 15px;
    bottom: 35px;
		z-index:2147483647 !important;
}
	}
	
/* 	よくある質問 */
	@media screen and (max-width:769px){	
	#elementor-tab-title-5991 > a,#elementor-tab-title-5992 > a,#elementor-tab-title-5994 > a,#elementor-tab-title-5996 > a{
		line-height: 20px;
	}
	}
	
/* ハンバーガーメニュー内のSNSアイコンのcss	 */
	#ast-mobile-header > div.ast-mobile-header-content.content-align-flex-start > div.ast-builder-layout-element.ast-flex.site-header-focus-item > div{
		 padding-top:10px;
		padding-bottom:10px;
		padding-left:20px;
	}