@charset "utf-8";
@import url("assets/css/utility.css");
@import url("assets/css/font-icons.css");
@import url("assets/css/style.css");
/*
Theme Name: robin2
*/
#sitemap_list {
  margin-bottom: 120px !important;
}
#sitemap_list li a {
  padding: 8px 10px !important;
}
ul li a span {
  text-decoration: underline;
}
.entry-content {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  .top-boxinfo ul {
    padding: 30px 20px;
  }
  .top-boxinfo ul li a {
    line-height: 1.5;
  }
}

/* header */
.menu-right-wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.gtranslate_wrapper {
	position: relative;
}
.gtranslate_wrapper::before {
	content: '\F282';
	position: absolute;
	top: 51%;
	left: 10px;
	transform: translateY(-50%);
	font-family: bootstrap-icons;
	font-weight: 400;
	font-size: 1.4rem;
	color: #0e3666;
}
.gt_selector {
  margin-bottom: 0 !important;
  width: 120px;
  height: 30px !important;
  padding: 1px 5px 1px 33px;
  border-color: #818181;
  border-radius: 3px;
  font-family: "游ゴシック", sans-serif;
  font-size: 14px;
  color: #818181;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #0e3666;
}
.gt_selector option {
  color: #0e3666;
}

.logo-t {
  max-width: 230px !important;
}
@media (min-width: 400px) {
  .logo-t {
    max-width: 255px !important;
  }
}
@media (min-width: 768px) {
  .logo-t {
    max-width: 310px !important;
  }
}

@media (min-width: 992px) {
  #menu01 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .menu-left {
    padding-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .logo-t {
    max-width: 300px !important;
  }
}

/* #top-main .swiper-container .slide-img .slide02 {
  background-image: url(../images/top/top_02_b.jpg); } */

/* footer */
#footer-menu {
  column-gap: 15px;
}
@media (min-width: 992px) {
  #footer .container {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
.top-boxinfo {
  margin-top: 180px;
  margin-bottom: 0px; }
  
/* company */
.address_container {
  position: relative;
}
.address_container p {
  position: absolute;
  top: 35px;
  left: 30px;
  padding-top: 0 !important;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 992px) {
  .address_container p {
    left: 75px;
  }
}

#pc-menu > ul > li > a, #header-clone > ul > li > a {
    color: #ffffff;
    padding: 24px 16px;
}

/* ギャラリー全体 */
.gallery {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px;
	margin: 0 !important;
}

/* WordPress側の列幅指定を解除 */
.gallery .gallery-item {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
}

/* 画像リンク */
.gallery .gallery-icon,
.gallery .gallery-icon a {
	display: block;
	width: 100%;
	height: 100%;
}

/* サムネイル画像 */
.gallery .gallery-icon img {
	display: block;
	width: 100% !important;
	height: 220px;
	object-fit: cover;
	border: none !important;
	cursor: zoom-in;
	transition: opacity 0.3s ease;
}

.gallery .gallery-icon a:hover img {
	opacity: 0.75;
}

/* タブレット */
@media screen and (max-width: 900px) {
	.gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gallery .gallery-icon img {
		height: 180px;
	}
}

/* スマホ */
@media screen and (max-width: 600px) {
	.gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.gallery .gallery-icon img {
		height: 130px;
	}
}

/* 拡大表示 */
.gallery-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 30px;
	background: rgba(0, 0, 0, 0.9);
}

.gallery-lightbox.is-open {
	display: flex;
}

.gallery-lightbox__image {
	display: block;
	max-width: 95vw;
	max-height: 90vh;
	width: auto;
	height: auto;
	object-fit: contain;
}

.gallery-lightbox__close {
	position: fixed;
	top: 15px;
	right: 20px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 46px;
	line-height: 1;
	cursor: pointer;
}

.gallery-lightbox__prev,
.gallery-lightbox__next {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	padding: 15px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
}

.gallery-lightbox__prev {
	left: 10px;
}

.gallery-lightbox__next {
	right: 10px;
}

@media screen and (max-width: 600px) {
	.gallery-lightbox {
		padding: 15px;
	}

	.gallery-lightbox__prev,
	.gallery-lightbox__next {
		font-size: 36px;
	}
}