/*
Theme Name: kagota
Theme URI:
Description:  kagota 2025 ver2
Author:
Author URI:
Template: generatepress
*/

@import url(base.css);


/* tab contactform */
.ha-tabs {
	width: 100%;
}

.ha-tab-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 0 8px
}

.ha-tab-links li {
	width: 50%;
}

.ha-tab-links li a {
	text-decoration: none;
	padding: 20px 0;
	background: #eee;
	color:#111;
	font-size: 1em;
	border: solid #444;
	border-width: 1px 1px 0 1px;
	border-radius: 6px 6px 0 0;
	display:flex;
	justify-content: center;
}

.ha-tab-links li.active a {
	background: #404040;
	color:#fff;
}

.ha-tab-content {
	border: 1px solid #444;
	padding: 20px;
	margin-top:0;
}

.ha-tab-content h3{
	text-align: center;
}

.ha-tab {
	display: none;
}

.ha-tab.active {
	display: block;
}

.cf-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2em 0 1em 0;
	border-bottom: 1px dashed #444;
	transition: all .3s;
}

.cf-area:last-child {
	border-bottom: none;
}

.cf-area dt {
  width: 200px;
  padding-right: 30px;
  text-align: right;
  line-height:1.5em;
}

.cf-area dd {
    flex: 1;
}

.cf-area p {
    margin-bottom: 0;
}

.cf-area input, .cf-area textarea {
  width: 100%;
  padding: 0.8em;
  border: none;
  background-color: #e6e6e6;
  font-size: 16px;
  resize: vertical;
  transition: all .3s;
}

.cf-area input:focus,.cf-area textarea:focus {
	outline: none;
	background: #dde2e9;
}

.cf-required {
	background: #b91e23;
	color: #fff;
	font-size: 0.8em;
	padding: 2px 5px 2px;
	border-radius: 2px
}

.cf-send input {
	display: block;
	background: linear-gradient(135deg, #404040 0%, #555 100%);
	width: 300px;
	height: 60px;
	margin: 30px auto 0;
	border: none;
	border-radius: 6px;
	color: #fff;
	box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, .2);
	font-size: 1.3em;
	font-weight: bold;
	transition: all .3s;
}

.cf-send input:hover {
	filter: brightness(1.25);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #fce3e3;
	border: none;
	text-align: center;
}

.cf-check {
	padding: 20px 10px;
}

@media screen and (max-width:768px){
	.cf-area {
		display: block;
	}

	.cf-area dt {
    width: 100%;
	margin-bottom: 5px;
    padding-right: 0;
    text-align: left;
		line-height:1.5em;
	}
}


/* button */

@keyframes OutIn-Line {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    50% {
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    50.1% {
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

.button-23 a {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #111;
  font-weight: 600;
  border: 1px solid #111;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 400px;
  text-align: center;
  padding: 16px 16px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  z-index:999;
  transition: all 0.3s;
}

.button-23 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 60px;
  height: 1px;
  background: #333;
  transition: all 0.3s ease;
}

.button-23 a:hover::after {
  animation: OutIn-Line 700ms;
  transition: all 0.3s;
}

.button-24 a {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #eee;
  font-weight: 600;
  border: 1px solid #eee;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 400px;
  text-align: center;
  padding: 16px 16px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  z-index:999;
  transition: all 0.3s;
}

.button-24 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 60px;
  height: 1px;
  background: #eee;
  transition: all 0.3s ease;
}

.button-24 a:hover::after {
  animation: OutIn-Line 700ms;
  transition: all 0.3s;
}

.button-25 a {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #eee;
  font-weight: 600;
  border: 1px solid #eee;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 400px;
  text-align: center;
  padding: 16px 60px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  z-index:999;
  transition: all 0.3s;
}

.button-25 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 60px;
  height: 1px;
  background: #eee;
  transition: all 0.3s ease;
}

.button-25 a:hover::after {
  animation: OutIn-Line 700ms;
  transition: all 0.3s;
}


/* Swiper */
.swiper {
  visibility: hidden;
}
.swiper.swiper-initialized {
  visibility: visible;
}
.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s;
  animation: zoomUp 10s linear 0s; /* 10秒かけて拡大 */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slide-img {
  background-size: cover;
  background-position: center center;
  height: 100vh; /* 画像の高さ100vh */
  filter: brightness(50%);
}

.swiper-pagination-bullet {
  background: #fff!important;
  opacity: 0.6;
}

/* Swiper-zoom */
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

/* logo text */
.slide-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 20;
  width: 100%;
  padding: 0 20px;
}

/* text */
.slide-text {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

/* logo */
.slide-logo {
  max-width: 300px;
  height: auto;
}

@media screen and (max-width:768px){
.gb-container-a91fd515:before {
	display:none;
}
}


/* ---------------------------------------------------
blog
----------------------------------------------------*/
footer.entry-meta {
  margin: 2em 0;
  padding-bottom : 4em;
}
.cat-links,.comments-link,.tags-links {
    display: block;
	margin-bottom: 2em;
}
.nav-links{
	margin-bottom: 40px;
}
.entry-meta {
    font-size: 90%;
    margin-top: 0.5em;
    line-height: 3;
}

.breadcrumbs {
	font-size: 15px;
}

/* ---------------------------------------------------
password
----------------------------------------------------*/
.post-password-form{
	padding: 140px 40px;

}
