@charset "utf-8";
/*
Theme Name: 株式会社 デライト
Author: Kotaro Saito
Description:  株式会社 デライトのテーマ
version: 1.0.0
*/

/*common
-----------------------------------------------------------------------------------------*/
html,body{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: "Urbanist", sans-serif;
	font-size: 16px;
	color: rgba(67, 66, 71, 1);
}

.font-mincho {
  font-family: "Zen Old Mincho", serif;
}



@media screen and (min-width:768px) {
.sp{
	display: none;
}
}

@media screen and (max-width:767px) {
.pc{
	display: none;
}

html,body{
	font-size: 14px;
}
}


/*header
-----------------------------------------------------------------------------------------*/
.header-logo-flex{
	z-index: 100;
	position: absolute;
	width: 100%;
}

.header-logo{
	position: absolute;
	top: 20px;
	left: 150px;
	gap: 25px;
	align-items: center;
}

.header-logo-img{
	width: 45px;
	object-fit: contain;
}

.header-logo-title{
	color: rgba(67, 66, 71, 1);
}

.header-company-title{
	color: rgba(255, 255, 255, 1);
}

.header-flex{
	background-color: rgba(67, 66, 71, 0.8);
	padding: 20px 30px;
	gap: 50px;
	width: 250px;
	position: fixed;
	top: 20px;
	right: 100px;
	z-index: 100;
}

.header-contact{
	color: rgba(255, 255, 255, 1);
}

.drawer--right button.drawer-hamburger{
	right: 120px;
	top: 23px;
	/* z-index: 300; */
}

span.drawer-hamburger-icon, span.drawer-hamburger-icon:after, span.drawer-hamburger-icon:before {
	background-color: rgba(255, 255, 255, 1);
}

.drawer--right nav.drawer-nav{
	right: -100%;
}

nav.drawer-nav{
	width: 100%;
	background-color: rgba(35, 24, 21, 0.9);
	z-index: 99;
}

.drawer--right.drawer-open button.drawer-hamburger{
	right: 120px;
	z-index: 300;
}

.drawer--right.drawer-open .header-contact{
	display: none;
}

.hamburger-flex{
	width: 90%;
	margin: 120px auto;
	justify-content: center;
	color: rgba(0, 0, 0, 1);
	align-items: center;
	gap: 150px;
	z-index: 200;

}

.hamburger-left{
	background-color: rgba(255, 255, 255, 1);
	padding: 100px 50px;
	width: 500px;
}

.hamburger-logo{
	width: 90px;
	margin-bottom: 20px;
}

.hamburger-title{
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 30px;
}

.hamburger-tel{
	font-size: 1.2rem;
	font-weight: 500;
	margin: 10px 0 50px;
}

.hamburger-tel span{
	font-size: 0.8rem;
	display: inline-block;
	margin-right: 5px;
}

.hamburger-privacy{
	font-size: 0.8rem;
	color: rgba(0, 0, 0, 1);
}

.hamburger-link-flex{
	gap: 100px;
	text-align: left;
}

a.drawer-menu-item{
	color: rgba(255, 255, 255, 1);
	font-size: 1.5rem;
	margin-bottom: 50px;
	position: relative;
}

a.drawer-menu-item::after{
	position: absolute;
	content: '';
	height: 1px;
	width: 40px;
	left: -50px;
	top: 50%;
	background-color: rgba(247, 146, 54, 1);
}


@media screen and (max-width:1200px) {
	.hamburger-left {
		padding: 50px 20px;
		width: 350px;
	}

	.header-logo{
		left: 100px;
	}
}

@media screen and (max-width:1023px) {
	.hamburger-left {
		padding: 20px;
	}

	.header-logo{
		left: 50px;
	}


	.drawer--right.drawer-open button.drawer-hamburger {
		right: 30px;
	}

	.hamburger-flex {
		margin: 65px auto;
		gap: 40px;
	}

	a.drawer-menu-item {
		margin-bottom: 0px;
	}

	.header-flex {
		right: 30px;
	}

	.drawer--right button.drawer-hamburger {
    right: 60px;
	}

}


@media screen and (max-width:767px) {
	.hamburger-flex {
		margin: 70px auto;
		gap: 30px;
	}

	.header-logo{
		left: 20px;
		top: 20px;
		gap: 10px;
	}

	.header-logo-img {
    width: 30px;
	}

	.hamburger-left {
		padding: 10px;
		width: 300px;
	}

	.hamburger-logo{
		margin-bottom: 10px;
		width: 60px;
	}

	.hamburger-title{
		margin-bottom: 10px;
	}

	.hamburger-tel{
		margin: 5px 0 10px;
	}

	.hamburger-link-flex{
		display: block;
	}

	.header-flex {
		right: 10px;
		top: 10px;
		width: 150px;
		padding: 10px;
    }

	 .drawer--right button.drawer-hamburger {
		right: 10px;
		top: 1px;
    }
}

/*footer
-----------------------------------------------------------------------------------------*/
.footer-top{
	position: relative;
	padding-top: 200px;
	overflow: hidden;
}

.footer-contact-top{
	width: 90%;
	padding: 80px 0 150px 200px;
	background-image: url("./images/footer-contact-bg.jpg");
	position: relative;
}

.footer-top::after{
	position: absolute;
	content: '';
	width: 50%;
	height: 500px;
	top: 0px;
	right: 0;
	z-index: -1;
	margin-right: calc(50% - 50vw);
	background-color: rgba(166, 169, 175, 1);
}

.footer-contact-box{
	width: 500px;
	text-align: left;
	color: rgba(255, 255, 255, 1);
}

.footer-contact-flex{
	gap: 30px;
	align-items: center;
}

.footer-tel-img{
	width: 90px;
	margin: 0;
}

.footer-contact-number{
	font-size: 3.4rem;
}

.footer-contact-time{
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 50px;
}

.footer-contact-link{
	font-size: 2.5rem;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(247, 146, 54, 1);
	padding: 45px 80px;
	position: absolute;
	bottom: -60px;
	left: 100px;
	border: 2px solid rgba(247, 146, 54, 1);
}

.footer-contact-link:hover{
	color: rgba(247, 146, 54, 1);
	background-color: rgba(255, 255, 255, 1);
	border: 2px solid rgba(247, 146, 54, 1);
}

.arrow-right {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 60px;
  /* margin: 0 10px; */
  border-top: 4px solid rgba(255, 255, 255, 1);
  border-right: 4px solid rgba(255, 255, 255, 1);
  transform: rotate(45deg);
}

.footer-contact-link:hover .arrow-right{
	border-top: 4px solid rgba(247, 146, 54, 1);
  border-right: 4px solid rgba(247, 146, 54, 1);

}

.footer-white-top{
	padding: 150px 0 60px;
}

.footer-white-logo{
	width: 90px;
	margin-bottom: 30px;
}

.footer-white-tel{
	margin-top: 10px;
}

.footer-white-tel span{
	margin-left: 60px;
	display: inline-block;
}

.footer-white-flex{
	gap: 40px;
	margin-top: 60px;
	justify-content: center;
}

.footer-white-flex a{
	font-size: 0.8rem;
	color: rgba(67, 66, 71, 1);
	position: relative;
}

.footer-white-flex a::after {
  background-color: rgba(67, 66, 71, 1); /* 下線の色 */
  bottom: -20px; /* 要素の下端からの距離 */
  content: ""; /* 要素に内容を追加 */
  height: 1px; /* 下線の高さ */
  left: 0; /* 要素の左端からの距離 */
  opacity: 0; /* 不透明度 */
  position: absolute; /* 絶対位置指定 */
  transition: all .6s; /* アニメーション効果を追加 */
  width: 100%; /* 要素の幅 */
}
/* リンクにホバーした際の下線の表示 */
.footer-white-flex a:hover::after {
  bottom: -4px; /* 下線を上から下に移動 */
  opacity: 1; /* 不透明度を変更してフェードイン */
}

div.copy-right{
	font-size: 0.9rem;
	padding: 60px 0;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(67, 66, 71, 1);
}



@media screen and (max-width:1023px) {
	.footer-contact-top {
    padding: 80px 0 100px 100px;
	}

	.footer-top::after {
		width: 70%;
		height: 400px;
	}

	.footer-top {
		padding-top: 100px;
	}

	.footer-contact-link {
    padding: 30px 40px;
    bottom: -60px;
    left: 80px;
}
}

@media screen and (max-width:767px) {
	.footer-contact-top {
        padding: 20px 0 50px 25px;
		  width: 92%;
    }

	 .footer-top::after {
        width: 80%;
		  height: 350px;
	 }

	 .footer-top {
        padding-top: 40px;
    }

	 .footer-tel-img {
		width: 40px;
	}

	.footer-contact-number {
		font-size: 2.5rem;
	}

	.footer-contact-flex {
		gap: 10px;
	}

	.footer-contact-time {
		margin-bottom: 20px;
	}

	.footer-contact-box{
		width: 100%;
	}

	.footer-contact-link {
        padding: 20px 15px;
        left: 25px;
		  width: 95%;
		  font-size: 1.8rem;
		  bottom: -45px;
    }

	 .arrow-right {
		margin-left: 10px;
	 }

	 .footer-white-top {
		padding: 80px 0 40px;
	}

	.footer-white-logo {
		margin-bottom: 15px;
	}

	.footer-white-flex{
		display: none;
	}

	div.copy-right{
		padding: 30px 0;
	}
}




/*news
-----------------------------------------------------------------------------------------*/
.page-news-top::after{
	background-image: url("./images/news-top-bg.jpg");
}

.home-top{
	padding-top: 300px;
}

.home-flex{
	width: 90%;
	margin: auto;
	gap: 100px;
}

.home-tag-box{
	width: 200px;
}

.home-tag{
	background-color: rgba(247, 146, 54, 1);
	color: rgba(255, 255, 255, 1);
	padding: 15px 30px;
	border: 1px solid rgba(247, 146, 54, 1);
}

.home-tag-open{
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(247, 146, 54, 1);
	color: rgba(247, 146, 54, 1);
}

.home-text{
	width: 70%;
}

.news-box{
	padding: 10px 0 20px 10px;
	display: block;
	border-bottom: 1px solid rgba(166, 169, 175, 1);
}

.home-ymd{
	color: rgba(106, 112, 122, 1);
	margin-bottom: 10px;

}

.home-title{
	margin-left: 100px;
	text-align: left;
	color: rgba(67, 66, 71, 1);
}

.home-pagenavi{
	margin-top: 100px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: rgba(247, 146, 54, 1);
	border: none;
}

.wp-pagenavi a, .wp-pagenavi span {
	color: rgba(166, 169, 175, 1);
	border: none;
	padding: 0 20px;
}

@media screen and (max-width:1220px) {
	.home-flex{
		width: 100%;
		gap: 70px;
	}
}

@media screen and (max-width:1023px) {
	.home-tag-box {
		width: 150px;
	}

	.home-flex{
		gap: 50px;
	}

		.home-title{
		margin-left: 50px;
	}

}

@media screen and (max-width:767px) {
	.home-top {
		padding-top: 180px;
	}

	.home-flex{
		gap: 20px;
	}

	.home-text{
		width: 100%;
	}

	.news-box{
		padding: 5px 0 10px;
	}

	.home-ymd{
		margin-bottom: 5px;
	}

	.home-title{
		margin-left: 0px;
	}

	.home-pagenavi{
		margin-top: 20px;
	}
}

/*single
-----------------------------------------------------------------------------------------*/
.single-box{
	width: 80%;
	margin: auto;
}

.single-tag{
	font-size: 1.1rem;
	color: rgba(247, 146, 54, 1);
	border: 1px solid rgba(247, 146, 54, 1);
	padding: 20px 40px;
	width: fit-content;
}

.single-title{
	font-size: 2.5rem;
	font-weight: 600;
	border-bottom: 1px solid rgba(67, 66, 71, 1);
	padding-bottom: 30px;
	margin: 30px 0 100px 30px;
	text-align: left;
}

@media screen and (max-width:1023px) {
	.single-box{
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.single-tag{
		padding: 5px 20px;
	}

	.single-title{
		font-size: 2rem;
		padding-bottom: 10px;
		margin: 20px 0;
	}
}



/*404
-----------------------------------------------------------------------------------------*/
div.error-message{
	font-size: 150%;
}

@media screen and (max-width:767px) {
div.error-message{
	font-size: 120%;
}
}
