/*--
Theme Name: Arkhe child
Theme URI: https://arkhe-theme.com/
Version: 1.5.6
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Description:WordPressテーマ「Arkhe」の自作子テーマ
Template: arkhe
*/

body{
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing:0.08em;
}
a{
	text-decoration:none;
}
.l-content__body {
    margin: 3rem auto 0;
}


/* ギャラリー中途半端な数でも同じ大きさに */
.wp-block-gallery.has-nested-images figure.wp-block-image {
	flex-grow: 0;
}


.wp-lightbox-overlay .scrim {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.wp-lightbox-overlay .close-button {
border: 2px solid #000;
background-color: #fff !important;
border-radius: 50%;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.wp-lightbox-overlay .close-button:hover,
.close-button:focus {
background-color: #e6e6e6 !important;
outline: none;
}

/***********************************************************
* ヘッダー
***********************************************************/
[data-btns=rr-rl] .l-header__body{
	grid-template-columns: 0 150px auto var(--ark-searchW) var(--ark-drawerW);
}
.c-headLogo__img{
	height:150px;
	border: 6px solid #222;
}

@media (max-width: 600px) {
	[data-btns=rr-rl] .l-header__body{
		grid-template-columns: 0 100px auto var(--ark-searchW) var(--ark-drawerW);
	}
	.c-headLogo__img{
		height: 90px;
        border: 4px solid #222;
        margin-top: 10px;
	}
}

.l-header{
	position: relative;
}
.l-header::before {
	content: "";
	position: absolute;
	top: 49px;
	height: 30px;
	background-color: #fff;
	width: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 5%);
}
.l-header__center{
	padding:0;
}
/*1000px以上*/
@media (min-width: 1000px) {
	.l-header::before {
		top: 80px;
		height: 100px;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 5%);
	}
	.l-header .l-container{
			max-width:unset;
	}
}


/*---------- 右側　----------*/

@media (min-width: 1000px) {
	.l-header__right{
		display:flex;
		flex-direction:column;
		align-items: flex-end;
		justify-content: center;
		margin: 20px 0;
	}
	.l-header__right .about{
		display: flex;
		align-items: center;
		position: absolute;
		bottom: -28px;
		margin-right:20px;
	}
	.l-header__right .about a:hover{
		opacity:.8;
	}
	.l-header__right .about a.tel{
		font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 1.5em;
		color: #0e1f6b;
		font-weight: 900;
		padding-right:10px;
		letter-spacing:0.1em;
	}
	.l-header__right .about a.tel span{
		font-size: 1.1rem;
	}
	.l-header__right .about a.insta{
		height:25px;
		width:25px;
		color:#555;
	}
	.l-header__right .about a.insta img{
		width:100%;
	}
}

@media screen and (max-width: 1100px) {
	.l-header__body.l-container{
		padding-right:20px;
	}
}
@media screen and (max-width: 1000px) {
	.l-header__right .about a.insta{
		margin-right:10px;
	}
}

@media screen and (max-width: 500px) {
	.l-header__right .about a.tel{
		display:none;
	}
}

/*---------- メニュー　----------*/

.c-gnav{
	font-size:1.05rem;
	font-weight:600;
}
.c-gnav__li>.c-gnav__a{
	padding:16px 20px;
}
/* マウスオーバーの動き */
.c-gnav a .__mainText{
  overflow: hidden; /* 1つ目の影を隠す */
  color: transparent; /* テキスト本体は透明にする */
  text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
  transition: text-shadow 0.3s;
}
.c-gnav a:hover .__mainText{
  text-shadow: 0 0 0 #000, 0 1.5em 0 #000; /* 2つの影の位置を上方向に1.5emずつずらす */
}

/***********************************************************
* タイトル
***********************************************************/
.p-topArea{
	min-height: 35vh;
	padding: 2rem 0 5rem;
	text-align:left;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 75%);
}
.p-topArea.-noimg {
    background: #222;
	background-image: url(https://m2studio.jp/wp/wp-content/uploads/2025/06/head-bg.jpg);
}
.p-topArea__title{
	font-size:1.2rem;
}
.c-pageTitle__main{
	font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size:3rem;
}
@media (max-width: 600px) {
	.p-topArea{
		min-height: 30vh;
		padding: 2rem 0 2rem;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 90%);
	}
	.c-pageTitle__main{
		font-size:2rem;
	}
	.p-topArea__title{
		font-size:1rem;
	}
}

/***********************************************************
* トップページ
***********************************************************/

/*---------- メインビジュアル　----------*/
.main-visual-wrap{
	position:relative;
	width: 100vw;
    margin: 0 calc(50% - 50vw);
	height:90vh;
} 

.main-visual{
	height:83vh;
	background-color: #3b3b3b;
	background-image: url(https://m2studio.jp/wp/wp-content/uploads/2025/06/bg-black.jpg);
}

.main-visual::after{
    content: "";
    position: absolute;
    display: block;
    width: 400px;
    height: 326px;
    background-image: url(https://m2studio.jp/wp/wp-content/uploads/2025/06/kinpaku.png);
    right: 0;
    bottom: -2%;
    background-repeat: no-repeat;
	background-size: contain;
}
.main-visual .slider-container{
	position:absolute;
	right:0;
	top:0;
	width:85%;
    height: 83vh;
	overflow:hidden;
}

.main-visual-wrap .msg{
    position: absolute;
    left: 0;
    bottom: 5%;
    color: #fff;
    padding: 5%;
	z-index:999;
}
.main-visual-wrap .msg .catch{
	font-size:1.7em;
	font-weight:600;
	margin-bottom:3%;
	text-shadow:0px 0px 16px #000, 0px 0px 8px #000;
}
.main-visual-wrap .msg .copy{
	font-size:.9em;
	text-shadow:0px 0px 16px #000, 0px 0px 8px #000, 0px 0px 8px #000;
}

/* 600px以下 */
@media (max-width: 600px) {
	.main-visual-wrap{
		height: calc(100vh + 120px);
		background-color: #3b3b3b;
		background-image: url(https://m2studio.jp/wp/wp-content/uploads/2025/06/bg-black.jpg);
	}
	.main-visual{
		background:unset;
	}
	.main-visual .slider-container{
		width:92%;
	}
	.main-visual-wrap .msg{
		position:relative;
		top:0;
	}
	.main-visual-wrap .msg .catch{
		position:absolute;
        top: -120px;
	}
	.main-visual-wrap .msg .copy {
        position: absolute;
        line-height: 2.1em;
        padding: 0 5% 0 3%;
	}
	.main-visual-wrap .msg .copy br.pc{
		display:none;
	}
}

/* 1000px以上 */
@media (min-width: 1000px) {
	.main-visual{
		background-color:unset;
		background-image:unset;
	}
	.main-visual::before{
		content: "";
		position: absolute;
		right: 0;
		display: block;
		background-color: #3b3b3b;
		background-image:url(https://m2studio.jp/wp/wp-content/uploads/2025/06/bg-black.jpg);
		z-index: -1;
		width: 100%;
		height: 80vh;
	}
	.main-visual .slider-container{
		width:45%;
		height: 90vh;
		margin:0;
		right:unset;
		left:0;
	}
	.main-visual-wrap .msg{
		position: absolute;
		left: 48%;
		top: 0;
		color: #fff;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-right:5%;
	}
	.main-visual-wrap .msg .catch{
		font-size:2vw;
		font-weight:600;
		margin-bottom:3%;
	}
	.main-visual-wrap .msg .catch br{
		display:none;
	}
	.main-visual-wrap .msg .copy{
		font-size:1.2vw;
		line-height:2.5em;
		margin-bottom:10%;
	}
	.main-visual::after{
		width: 700px;
		height: 570px;
		right: 0;
		bottom: -2%;
	}
}
/* 1200px以上 */
@media (min-width: 1200px) {
	.main-visual-wrap .msg .copy{
		font-size:1vw;
	}
}



/*---------- 新着情報　----------*/
.news_wrap{
	width: 100vw;
	margin: 0 calc(50% - 50vw) 0;
	padding:8vh 5vw;
	background-color:#f7f7f7;
	border-top: 1px solid #f0f0f0;
}
.news_wrap .news{
	align-items: center;
	max-width:1200px;
	margin: 0 auto;
}

.news_wrap .news .left .midashi{
	display:flex;
	flex-direction: column;
	margin-bottom:20px;
}
.news_wrap .news .left .midashi .en{
	font-size:1em;
	color:#cc9d12;
}
.news_wrap .news .left .midashi .ja{
	font-size:2em;
}

ul.news_list{
    display: flex;
    flex-direction: column;
    font-size: .9em;
    padding: 0;

}
ul.news_list li{
    width: 100%;
    list-style: none;
	margin-bottom:10px;
}
ul.news_list li::before{
	background: unset;
}
ul.news_list li a{
    color: #4b413a;
    font-weight: 500;
}
ul.news_list a.all{
    border-bottom: 2px solid #20389a;
    width: fit-content;
    margin-left: auto;
}
ul.news_list .news_date{
	margin-right:10px;
	letter-spacing:.07em;
	width: 120px;
	display: inline-block;
}
@media (max-width: 600px) {
	ul.news_list .news_date{
		width:100%;
	}
}
@media (min-width: 800px) {
	.news_wrap .news{
		display:flex;
	}
	.news_wrap .news .left{
		width:30%;
	}
	ul.news_list{
    	width: 70%;
    	padding-left: 8%;
		border-left:1px solid #ddd;
	}
}
@media (min-width: 1200px) {
	.news_wrap .news .left{
		width:40%;
	}
	ul.news_list{
    	width: 60%;
	}
}


/*---------- メインメニュー　----------*/
.home-service{
	position:relative;
	margin-top:0;
}
.home-service::before{
    content: "SERVICE";
    position: absolute;
    left: 3%;
    top: 0;
    font-size: 15vw;
    font-weight: 900;
    font-style: italic;
    color: #e7e7e7;
    z-index: 2;
}

ul.home-menu{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:15% 0 0 0;
}
ul.home-menu li{
	width:48%;
	list-style:none;
	margin-bottom:20px;
}
ul.home-menu li a{
	position: relative;
	display: inline-block;
	width:100%;
	line-height: 1;
}
ul.home-menu li p{
    background-color: #29387c;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    font-style: italic;
    padding: 20px 10px;
    font-weight: 300;
    border-bottom: 1px solid #ddd;
}


ul.home-menu li a::before {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: #111111aa;
  mix-blend-mode: difference;
  transition: 0.3s;
}
ul.home-menu li a:hover::before {
  width: 100%;
}

@media screen and (max-width: 500px) {
	ul.home-menu li p{
    	font-size: 4vw;
	}
}
@media screen and (min-width: 800px) {
	.home-service::before{
		left: 3%;
		top: 3%;
		font-size: 7em;
	}
	ul.home-menu{
		padding: 16% 0 0 0;
	}
	ul.home-menu li{
		width:32%;
	}
}
@media screen and (min-width: 1500px) {
	.home-service::before{
		left: 3%;
		top: 3%;
		font-size: 7em;
	}
	ul.home-menu{
		padding: 8% 0 0 0;
	}
}


/*---------- ポイント　----------*/
.home-point{
	position:relative;
	margin-top:0;
	color:#fff;
}
.home-point::before{
    content: "POINT";
    position: absolute;
	right: 6%;
	top: 0;
    font-size: 15vw;
    font-weight: 900;
    font-style: italic;
    color: #e7e7e7;
    z-index: 2;
}

.home-point .ark-block-section__bodyInner{
	padding:8rem 0rem 6rem 0rem;
}
.home-point ul{
	margin:2em auto!important;
}
.home-point li{
	font-size:4vw;
	font-weight: 300;
	margin-bottom:1em;
}
@media screen and (min-width: 800px) {
	.home-point::before{
		font-size: 7em;
	}
	.home-point li{
		font-size:1.8em;
	}
	.home-point .ark-block-section__bodyInner {
		padding: 10rem 0rem 6rem 0rem;
	}
}
@media screen and (min-width: 1100px) {
	.home-point li{
		font-size:2.1em;
	}
}
@media screen and (min-width: 1300px) {
	.home-point::before{
		right: 3%;
		top: 3%;
	}
}


#sb_instagram{
	max-width:800px;
	margin:0 auto;
}


/*---------- CONTACT　----------*/
.home-contact-wrap{
	border-left:30px solid #fcfcfc;
	margin-bottom:10%;
}
.home-contact{
}
.home-contact .ttl{
    font-size: 15vw;
    font-weight: 900;
    font-style: italic;
	color: #e7e7e7;
}
.home-contact .cont{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-contact .cont a.tel{
	color: #fff;
    font-size: 8vw;
    font-weight: 900;
    font-style: italic;
}
.home-contact .cont a.mail{
	background-color: #fff;
    padding: 10px;
    font-weight: 800;
    text-align: center;
	margin-top:5%;
}
@media screen and (min-width: 1000px) {
	.home-contact-wrap{
		border-left:100px solid #fcfcfc;
	}
	.home-contact{
		display:flex;
		justify-content:space-between;
	}
	.home-contact .ttl{
		width:45%;
	    font-size: 7em;
	}
	.home-contact .cont{
		width:36%;
	}
	.home-contact .cont a.tel{
		font-size: 2.8em;
	}
}


/***********************************************************
* 各種固定ページ
***********************************************************/

/*---------- ABOUT　----------*/
.about table{
	border:none;
}
.about th{
	border-bottom:1px solid #11163e;
	border-left:none;
	width:20%;
	text-align:center;
	background-color:unset;
	padding:1em!important;
	vertical-align:middle;
	color: #11163e;
}
.about td{
	border-left:none;
	padding:1em 2em!important;
	border-bottom: 1px solid #c2c2c2;
}
@media (max-width: 600px) {
	.about th,
	.about td{
		display:inline-block;
		width:100%;
		text-align:left;
	}
	.about th{
		padding:1.5em 1em .4em 1em !important;
	}
	.about td{
		padding:.5em 1em!important;
		border-bottom:none;
	}
}

.about-staff li{
	font-size:1.5em;
}
@media (max-width: 800px) {
	.about-staff li{
		font-size:1.2em;
	}
}
@media (max-width: 500px) {
	.about-staff li{
		font-size:4.5vw;
	}
}

/*---------- MENU　----------*/
.menu-btn-wrap .ark-block-button{
	width:30%;
}
.menu-btn-wrap .ark-block-button a{
	width:100%;
}
@media screen and (max-width: 780px) {
	.menu-btn-wrap .ark-block-button{
		width:45%;
	}
	.menu-btn-wrap .ark-block-button__link{
		font-size:3vw;
	}
}

.page-id-10 h2 {
	padding:0 0 4px 5px;
	border-bottom:4px solid #fff;
}
.page-id-10 h2::before {
    content: attr(data-number);
	font-size:2em;
    pointer-events: none;
	font-style: italic;
	margin-right:20px;
}

.page-id-10 h3.wp-block-heading::before {
	content:"■";
	margin-right:5px;
	font-size:1.1rem;
}

ul.set-list{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	padding:0;
}
ul.set-list li{
    list-style: none;
    color: #111;
    padding: 5px 10px;
    font-size: .8em;
    background-color: #ffffffd1;
}

.page-id-10 .note{
	border:1px solid #fff;
	padding:2em;
}



@media (max-width: 800px) {
	.page-id-10 .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){
		width: calc(30% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
	}
}


/*---------- お問い合わせ　----------*/

.contact-tel{
	display:flex;
	justify-content:space-between;
	background-color:#fff;
	color:#111;
	padding:5% 5vw;
	border: 3px solid #373737;
}
.contact-tel .left{
	width:50%;
}
.contact-tel .right{
	width:40%;
}
.contact-tel .right a{
	font-size:2em;
	font-weight:600;
	color:#ce0000;
}
.contact-tel .right .note{
	font-size:.9em;
}
@media screen and (max-width: 1100px) {
	.contact-tel .left{
		width:auto;
		font-size:.9em;
	}
	.contact-tel .right{
		width:320px;
	}
}
@media screen and (max-width: 910px) {
	.contact-tel{
		flex-direction:column;
	}
}
@media (max-width: 600px) {
	.contact-tel{
		border: 5px solid #111;
	}
}

.wpcf7{
	background-color:#fbfbfb;
	padding:5% 8%;
	border: 3px solid #111;
}
.wpcf7-form ::placeholder {
	color: #a5a5a5;
	letter-spacing:0.05em;
}
.wpcf7-not-valid-tip{
	font-size:.85em;
	display:unset;
	margin-left:5px;
}
button, input, select, textarea{
	padding:0.35em 0.7em;
}


dl.contact{
	display:flex;
	flex-wrap:wrap;
}
dl.contact dt{
	width:100%;
	color:#111;
	padding:10px 0;
	font-weight:600;
}
dl.contact dd{
	width:100%;
	color:#111;
	padding:10px 0 3vh;
}
dl.contact dd .note{
	font-size:.85em;
	margin-bottom:8px;
}

dl.contact .any,
dl.contact .req{
    font-size: .6em;
    margin-right: 10px;
    padding: 1px 6px 2px;
    border-radius: 3px;
    color: #fff;
}
dl.contact .any{
	background-color:#ddd;
}
dl.contact .req{
	background-color:#ce0000;
}
dl.contact input[type="text"],
dl.contact input[type="tel"],
dl.contact input[type="email"]{
	width:70%;
}
dl.contact textarea{
	width:100%;
	min-height:300px;
	max-width:1000px;
}
dl.contact  [data-name="your-subject"] select{
	width:70%;
}

dl.contact input:focus,
dl.contact textarea:focus{
  outline:#333 1px solid;
}

.contact-under{
	font-size:.9em;
	text-align:center;
	margin:0 auto;
}
.contact-under [type=submit]{
    font-size:1.1em;
	font-weight:500;
    letter-spacing: 0.05em;
	color:#fff;
    padding: 15px 30px;
    margin-top: 40px;
    margin-right: -72px;
	background-color: #0e1f6b;
	width: 100%;
}
.contact-under [type=submit]:hover{
   opacity:0.9;
}
@media screen and (max-width: 1000px) {
	dl.contact input[type="text"],
	dl.contact input[type="tel"],
	dl.contact input[type="email"]{
		width:100%;
	}
}
@media (max-width: 600px) {
	.wpcf7{
		border: 5px solid #111;
	}
}

/***********************************************************
* アーカイブ・投稿
***********************************************************/

.archive .l-content,
.post-template-default .l-content{
    background-color: #1c1c1c;
    color: #fff;
    padding: 5% 0;
}
.l-sidebar a{
	color:#fff;
}
.l-sidebar a:hover{
	opacity:.9
}

.post-template-default  #main_content{
    background-color: #ffffff;
    color: #111;
    padding: 5%;
}

.post-template-default h1.c-pageTitle__main{
	font-size:2rem;
}

.page-numbers:not(.dots).current,
.page-numbers:not(.dots):hover,
.post-page-numbers:not(.dots).current,
.post-page-numbers:not(.dots):hover {
    background-color: #7b7b7b;
}

@media (max-width: 600px) {
	.post-template-default h1.c-pageTitle__main {
		font-size: 1.5rem;
	}
}
/***********************************************************
* フッター
***********************************************************/

/*---------- ヴィジェット　----------*/



.l-footer__widgets {
    padding: 4rem 0;
}
.f-about{
	display:flex;
	align-items: center;
}
.f-about .logo{
	width:30%;
	margin-right:3%;
	text-align: center;
}
.f-about .logo img{
	max-width:150px;
	width:100%;
}
.f-about .cont{
	height:fit-content;
}
.f-about .name{
	font-weight:600;
	font-size:1.1em;
	margin-bottom:10px;
}
.f-about .tel a{
	font-size:2em;
	font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	margin:5px 0;
	letter-spacing:0.1em;
}

@media (min-width: 1000px) {
    .l-footer__widgets>.l-container {
        align-items: center;
    }
	.l-footer__widgets .w-footer.-widget2{
		max-width:300px;
	}
}
@media screen and (max-width: 700px) {
	.f-about .cont{
		font-size:.9em;
	}
}
@media screen and (max-width: 640px) {
	.f-about .logo {
		width: 20%;
	}
}
@media screen and (max-width: 530px) {
	.f-about .logo {
		display:none;
	}
}

/*---------- 下部　----------*/
.l-footer__foot {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.l-footer__nav {
    margin-bottom: 1.5rem;
}
.l-footer__nav a{
	font-size:.9em;
	 padding: 0 1.2em;
}
.c-copyright{
	font-size:.75rem;
}
@media screen and (max-width: 800px) {
	.l-footer__nav li{
		width:33%;
		font-size:.85em;
		text-align:center;
		margin-bottom:8px;
	}
}
/***********************************************************
* その他共通
***********************************************************/

/* CTA */
.page-cta{
	margin:8vh auto;
}

/* パンくず削除 */
.p-breadcrumb{
	display:none;
}

/* プラグイン 投稿リストのキャプション */
.vp-portfolio__items-style-default .vp-portfolio__item-meta{
	padding:0;
	font-size:.9em;
}
