/*
Theme Name: Rukawa Ilu Original Theme
Author: Dchan
Description: I give the world only I can design.
Version: 1.0
Tested up to: 6.8.3
Requires PHP: 8.3
*/

/*
*-------------- Basic Style --------------
*/

@font-face {
	font-family: 'NotoSerifJP-Black';
	src: url(./css/font/Noto_Serif_JP/NotoSerifJP-Black.otf) format("opentype");
}

html {
	scroll-behavior: smooth;
}
html,input,textarea,select,button {
	font-size: 62.5%;
	font-family: 'NotoSerifJP-Black';
	color: #2B2B2F;
}

body {
	margin: 0;
	padding: 0;
}

.spOnly {
	display: none;
}

.inner {
	display: block;
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}

.flex {
	display: flex;
}

.flex-b {
	justify-content: space-between;
}

.flex-dr{
	flex-direction: row-reverse;
}

p,input,textarea,select,button{
	font-size: 1.7rem;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4{
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 5.2rem;
}
h1 span{
	display: block;
	font-size: 2.2rem;
	color: #8E8E8E;
}

h2 {
	font-size: 2.8rem;
}

h3,h4 {
	font-size: 2.0rem;
}

h4 {

}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.7rem;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

a:visited{
	color: inherit;
}

a:hover{
	opacity: 0.7;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.logo {
	color: #fff;
}

header{
	background: url('./img/bg.webp');
	position: fixed;
	width: 100%;
	z-index: 9999;
}

main{
	padding-top: 75px;
}

footer {
	margin: 0 0;
	padding: 100px 0 150px;
	background-color: #09090b;
	color: #D3D3DB;
	border-top: 10px solid #D3D3DB;
}

footer .leftContents {
	width: 70%;
}
footer .rightContents {
	width: 30%;
}

footer .leftContents .occupation {
	font-size: 1.5rem;
}

footer p {
	font-size: 2.2rem;
	margin-bottom: 10px;
}

footer ul li,
header ul li {
	margin-bottom: 5px;
}

footer ul li ul li,
header ul li ul li {
	margin-left: 30px;
	list-style: disc;
	list-style-position: inside;
}

footer ul li ul li::marker,
header ul li ul li::marker {
	font-size: 1rem;
}

.copyright {
	text-align: center;
	color: #fff;
	background-color: #09090b;
	padding: 10px 0;
}

.buttonStyle {
	display: block;
	width: fit-content;
	border-radius: 10px;
}

.wpcf7-submit {
	border: none;
	display: block;
	margin: 0 auto;
}
.buttonStyle a,
.wpcf7-submit {
	background-color: #09090b;
	color: #D3D3DB;
	padding: 10px 20px;
	font-size: 1.7rem;
	display: block;
	width: fit-content;
	border-radius: 10px;
	transition: all .3s ease-out;
}

.buttonStyle a:hover,
.wpcf7-submit:hover{
	background-color: #D3D3DB;
	color: #09090b;
	padding: 5px 10px;
	font-size: 1.7rem;
	display: block;
	width: fit-content;
	border-radius: 10px;
	margin-bottom: 10px;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}
.scroll_up.on {
	transform: translateY(0);
	opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	transform: translateX(-30px);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
.scroll_left.on {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	transform: translateX(30px);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
.scroll_right.on {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	transform: translateX(0);
}

/* マウスストーカーのスタイル */
.stalker {
	border: 1px solid #2B2B2F;
	border-radius: 50%; /* 正円 */
	background-color: #8E8E8E;
	height: 50px; /* 円の高さ */
	left: -25px; /* widthの半分 */
	opacity: 0; /* カーソルを画面内に入れるまでは透明 */
	pointer-events: none; /* 直下のリンクをクリック可能にする */
	position: fixed; /* スクロールしてもカーソルの位置で固定 */
	top: -25px; /* widthの半分 */
	transition: all .3s ease-out; /* 遅れてついてくる時間 */
	width: 50px; /* 円の幅 */
	z-index: 99999; /* 一番上に来るように */
}

.stalker.js-hover {
	background-color: #2B2B2F; /* カーソルがリンク上に乗ったときの背景色 */
	height: 20px; /* カーソルがリンク上に乗ったときの高さ */
	left: -10px; /* 円の幅の半分 */
	top: -10px; /* 円の高さの半分 */
	width: 20px; /* カーソルがリンク上に乗ったときの幅 */
	opacity: 1!important;
}

/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
	position: absolute;
	right: 0;
	top: 20px;
	width: 40px;
	height: 33px;
	cursor: pointer;
	z-index: 300;
}

.hamburger__line {
	position: absolute;
	width: 40px;
	height: 3px;
	right: 0;
	background-color: #D3D3DB;
	transition: all 0.5s;
}

.hamburger__line--1 {
	top: 1px;
}

.hamburger__line--2 {
	top: 15px;
}

.hamburger__line--3 {
	top: 30px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
	transform: rotate(-45deg);
	top: 11px;
}

.open .hamburger__line--2 {
	opacity: 0;
}

.open .hamburger__line--3 {
	transform: rotate(45deg);
	top: 11px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
	position: fixed;
	top: -100%; /*ハンバーガーがクリックされる前はWindow上部に隠す*/
	left: 0;
	width: 100%; /* 出てくるスライドメニューの幅 */
	height: 80vh;
	background-color: rgba(0,0,0,0.8);
	transition: all 0.5s;
	z-index: 200;
	overflow-y: auto;
	padding-top: 108px;
	padding-left: 0;
	color: #fff;
}

/*ハンバーガーがクリックされたら上からスライド*/
.open .sp-nav {
	top: 0;
}

.open .hamburger{
	position: absolute;
	right: 0;
	top: 20px;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
	opacity: 0.7;
	visibility: visible;
}

/* リセットCSS */
button {
	border-color: transparent;
	background: transparent;
	cursor: pointer;
}

/* page.php */
.titleBg {
	background: url(./img/A_logo_preview_02@4x-100_title.webp) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 400px;
	text-align: center;
	display: flex;
	align-items: center;
}

.titleBg h1 {
	display: block;
	margin: 0 auto;
}

.contentPage {
	padding: 100px 0 200px;
}

.contentPage .h2Box {
	text-align: center;
	margin: 50px 0 50px;
}
.contentPage h2 {
	position: relative;
	color: #2B2B2F;
	display: inline-block;
	margin: 47px 0;
	text-shadow: 0 0 2px white;
}
.contentPage h2:before {
	content: "";
	position: absolute;
	background: #D3D3DB;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: -1;
}

.contentPage h3 {
	position: relative;
	color: #2B2B2F;
	text-shadow: 0 0 2px white;
	margin: 30px 0;
}
.contentPage h3:before {
	content: "";
	position: absolute;
	background: #D3D3DB;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 50%;
	/* border: dashed 1px white; */
	left: -15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

.contentPage ul {
	margin-bottom: 10px;
}

.contentPage ul li{
	margin-left: 30px;
	list-style: disc;
	list-style-position: inside;
}

.contentPage p{
	margin: 5px 0 10px;
}

.post-content {
	border-bottom: 2px dashed #D3D3DB;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.contentPage h3.post-title {
	margin-bottom: 10px;
}

.post-meta{
	display: flex;
	align-items: flex-end;
}

.post-author {
	margin: 0 12px;
}

.post-date{
	font-size: 1.7rem;
}

.post-categories{
	margin: 5px 0;
}

.post-excerpt {
	font-size: 1.7rem;
	margin: 8px 0;
}
.post-categories a{
	padding: 5px 10px;
	background: #D3D3DB;
	color: #2B2B2F;
	border-radius: 5px;
}

.contentPage ul.page-numbers{
	display: flex;
	margin: 0 auto;
	width: fit-content;
}


.contentPage ul.page-numbers li {
	margin-left: 0px;
	list-style: none;
	list-style-position: unset;
}

.contentPage ul.page-numbers li .page-numbers {
	margin: 0px 5px;
}

.contentPage ul.page-numbers li a.prev,
.contentPage ul.page-numbers li a.next {
	margin: 0px;
}

.wpcf7-response-output {
	font-size: 1.7rem;
}

.singlePage p{
	margin: 8px 0 40px;
}

.singlePage .wp-block-image img {
	max-width: 600px;
	width: 100%;
}

.is-provider-twitter {
	margin: 0 auto;
	display: block;
	width: fit-content;
}

@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	.titleBg{
		height: 190px;
	}
	.sp-nav{
		box-sizing: border-box;
	}
	.headerBox {
		padding: 10px 0;
	}
	main {
		overflow: hidden;
		padding-top: 70px;
	}
	.inner {
		padding: 0 5px;
		box-sizing: border-box;
	}

	.hamburger, .open .hamburger {
		right: 14px;
	}

	.stalker {
		display: none;
	}

	.pcOnly{
		display: none;
	}

	.spOnly {
		display: block;
	}

	h1 {
		font-size: 3.5rem;
	}

	footer .flex {
		display: block;
	}

	footer .leftContents,
	footer .rightContents {
		width: 100%;
		text-align: center;
	}

	footer .leftContents img{
		width: 200px;
	}

	footer .rightContents {
		padding-top: 40px;
	}

	footer ul li ul li {
		margin-left: 0;
		list-style: none;
	}
}

/******************************/
/** コンタクトフォームの装飾 **/
/******************************/
/*　フォーム全体　*/
#cf7-area {
	width:100%;
	margin: 50px auto;
}

#cf7-area h3{
	margin-bottom: 20px;
}

.cf7-item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 0 1.75em;
}

.cf7-q {
	width: 30%;
	margin: 0 0 0 10px;
}

.cf7-a {
	width: 60%;
}

/* 各項目共通 */
#cf7-area label{
	font-weight:bold;
}

#cf7-area input[type="text"],#cf7-area input[type="email"],#cf7-area input[type="tel"],#cf7-area textarea,#cf7-area select {
	background: #fff;
	box-sizing: border-box;
	width: 100%;
	max-width:500px;
	margin-left:10px;
	border-radius: 5px;
	padding: 0px 5px;
	border: 1px solid #000;
}

#cf7-area input[type="text"]:focus,#cf7-area input[type="email"]:focus,#cf7-area input[type="tel"]:focus,#cf7-area textarea:focus,#cf7-area select:focus {
	background: #fff;
	border: 2px solid #000;
	outline: 0;
}

#cf7-area input[type="checkbox"], #cf7-area input[type="radio"]{
	appearance: auto;
}

#cf7-area .wpcf7-list-item {
	display: block;
}

#cf7-area textarea{
	height:200px;
	padding: 0.625em 0.4375em;
}

.cf7-accept-check{
	text-align: center;
	margin: 50px auto;
	border: 3px dashed #D3D3DB;
	box-sizing: border-box;
	padding: 20px;
}

.cf7-submit {
	width: 40%;
	margin: 0 auto;
	text-align: center;
}

#cf7-area input[type=”submit”]
{
	width: 100%;
	background-color: #191970;
	color: #ffffff;
	border-radius: 5px;
	font-size: 1.2em;
	padding: 1em 10px;
}

#cf7-area input[type=”submit”]:hover
{
	background-color:#ffffff;
	border: 2px solid #191970;
	color:#191970;
}

.cf7-btn{
	width: 40%;
	margin: 0 auto;
	text-align: center;
}

/*　必須ラベル　*/
.cf7-req{
	font-size:.8em;
	padding: 4px 6px;
	background: #eb2a2a;
	color: #ffffff;
	margin-left: 10px;
	display:inline-block;
	border-radius: 5px;
}

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

	#cf7-area label{
		display: block;
		margin-bottom: 10px;
	}

	.cf7-q {
		width: 100%;
		margin: 0;
	}

	.cf7-a {
		width: 100%;
	}

	#cf7-area input[type="text"], #cf7-area input[type="email"], #cf7-area input[type="tel"], #cf7-area textarea,#cf7-area select {
		margin-left: 0;
	}

	.cf7-submit{
		width: 90%;
	}
}