

/*==================================================
* タブ追加 ツアー 190317
*================================================*/

.nav-beg02.nav-pills>li {
    background-color: rgba(0,73,58,0.1);
}

.nav-beg02.nav-pills>li:first-child {
    border-radius: 4px 0 0 0;
}

.nav-beg02.nav-pills>li:last-child {
    border-radius: 0 4px 0 0;
}

.nav-beg02.nav-pills.nav>li>a {
    padding: 10px 10px;
}

.nav-pills>li+li {
    margin-left: 0;
}

.nav-beg02.nav-pills>li.active>a,
.nav-beg02.nav-pills>li.active>a:focus,
.nav-beg02.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #00493a;
    border-radius: 4px 4px 0 0;
}

.nav-beg02.nav-pills {
    border-bottom: 1px solid #999;
}

.table-tour01 a {
    color: #337ab7;
    font-weight: 700;
}

.table-tour01 a:after {
    content: "\f14c";
    font-family: FontAwesome;
    margin: 0 0 0 5px;
}
.table-haba1 {
    width: 130px;
}
.table-haba2 {
    width: 150px;
}
.table-haba20{
		width:20%;
}
.table-haba40{
		width:40%;
}




.img-frame{
position: relative;
width: 100%;
height: 800px;
overflow: hidden;
margin: 0 auto;
}
.img-01, .img-02, .img-03, .img-04, .img-05, .img-06{
position: absolute;
top:0;
left:0;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
}

.img-01{
background-image: url('https://barakura.co.jp/wp-content/uploads/2023/03/7D0E806E-3540-46E9-89B7-1970167706FE-scaled.jpg');
animation: slide-animation-01 48s infinite;
}

.img-02{
background-image: url('https://barakura.co.jp/wp-content/uploads/2023/03/DCEA1A41-2DA8-4219-B0F4-7621A59C6ACF-scaled.jpg');
animation: slide-animation-02 48s infinite;
}

.img-03{
background-image: url('https://barakura.co.jp/wp-content/uploads/2023/03/ADD4DC09-2E93-4651-94BA-02F0921623B6-scaled.jpg');
animation: slide-animation-03 48s infinite;
}

.img-04{
background-image: url('https://barakura.co.jp/wp-content/uploads/2023/03/B4463C3E-EFB8-482D-98DF-88B6427C7A0D-scaled.jpg');
animation: slide-animation-04 48s infinite;
}

.img-05{
background-image: url('https://barakura.co.jp/wp-content/uploads/2023/03/8D2CC45A-5B3D-4ED7-9DE7-EC54BFDC6E18-scaled.jpg');
animation: slide-animation-05 48s infinite;
}

.img-06{
background-image: url('https://barakura.co.jp/wp-content/uploads/2023/03/60E811C7-4D45-40E5-964C-1BA93B85A7F5-scaled.jpg');
animation: slide-animation-06 48s infinite;
}


@keyframes slide-animation-01 {
0% {opacity: 1; transform: scale(1.0);}
30% {opacity: 1;}
40% {opacity: 0; transform: scale(1.15);}
90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
0% {opacity: 0;}
30% {opacity: 0; transform: scale(1.1);}
40% {opacity: 1;}
60% {opacity: 1;}
70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
0% {opacity: 0;}
60% {opacity: 0;  transform: scale(1.0);}
70% {opacity: 1;}
90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.1);}
}
@keyframes slide-animation-04 {
0% {opacity: 1; transform: scale(1.0);}
30% {opacity: 1;}
40% {opacity: 0; transform: scale(1.15);}
90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-05 {
0% {opacity: 0;}
30% {opacity: 0; transform: scale(1.1);}
40% {opacity: 1;}
60% {opacity: 1;}
70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-06 {
0% {opacity: 0;}
60% {opacity: 0;  transform: scale(1.0);}
70% {opacity: 1;}
90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.1);}
}

.gc-text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gc-text-container h1 {
  font-size: 5rem;
  color: #fff;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0,0,0,1);
	text-align:center;
}

.gc-text-container p {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 2rem;
	  text-shadow: 2px 2px 3px rgba(0,0,0,1);
	text-align:center;
}

.collapse {
  overflow: hidden;
  transition: height 0.2s ease-out;
}

.collapse.show {
  height: auto;
}



/*GC造園コーナーCSS*/
.gc-img-container {
  position: relative;
  display: inline-block;
}

.gc-img-description {
  position: absolute;
  margin-top:-10%;
  right: -5%; /* 画像の半分程度分右にはみ出すように指定 */
  background-color: rgba(255, 255, 255, 0.8);
	margin-left:10%;
	padding:10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
}





/*ジャルディーノページ*/
.gi-container {
			position: relative;
			text-align: center;
		}
		.gi-container img {
			width: 100%;
			height: auto;
		}
		.gi-centered {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			color: white;
			font-weight: bold;
			text-shadow: 1px 1px 1px black;
			z-index: 1;
			font-size: 30px;
			font-family: 'Noto Serif JP', serif; /* Googleフォントを指定 */
		white-space: nowrap; /* 改行を禁止 */
}

		@media screen and (max-width: 1024px) {
			.gi-centered {
				font-size: 20px;
			}
		}
		@media screen and (max-width: 767px) {
			.gi-centered {
				font-size: 17px;
			}
		}


/*FS 32nd*/
.page-id-63888{
	 background-color: #ffffff;
}

