@charset "UTF-8";
/* 全デバイス共通　スマホ用 */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

image{
	vertical-align: bottom;
	max-width:100%;
	height: auto;
}

body{
	font-family: yu-gothic-pr6n, "Yu Gothic medium","YuGothic",-apple-system,sans-serif;
font-style: normal;
font-weight: 300;
	line-height: 1.6;
	letter-spacing: 0.07em;
	background:#F8F8F8;
    width:100%;
	overflow-x:hidden;
}

/*ヘッダー固定部分はじまり*/
#top_main{
	position: relative;
	margin-top:55px;
}
#top_main p{
	position:absolute;
	top:45%;
	left: 50%;
	transform:translate(-50%,-50%);
	color:#141414;
	margin: 0;
	padding: 0;
	font-size: 25px;
}


#top{
	width:100%;
	background:0;
	background-color: #E1D9C8;
	position: fixed;
	height:40px;
	z-index: 1;
	top:0;
}
#logo h1 a{
	color:#141414;
}
#logo h1{
	position:fixed;
	top:7px;
	padding-left:3%;
	margin:0;
	z-index: 2;
	font-size: 16px;
}
#logo img{
	width: 200px;
	height: auto;
}
/*ヘッダー固定部分おわり*/
#top_main img{
	width:100%;
	height: auto;
	vertical-align: bottom;
}

main{
	width:95%;
	height: auto;
	margin:0 auto;
}
main img{
	width: 100%;
	height: auto;
	margin:0;
	padding:0;
}
iframe{
	width: 100%;
	margin-top:70px;
}
footer{
	clear:both;
	padding: 20px 5% 20px 5%;
	background:#E1D9C8;
	width:90%;
}
footer p{
	padding:3px;
	color:#181712;
}
footer p a{
	color:#181712;
}
#nav{
	color:#141414;
	padding:0 5%;
	clear:both;
}
#nav img{
	float: right;
	padding-top:2px;
}
#nav  ul li{
	padding:20px 5% 10px 5%;
	border-top:solid 1px;
	font-size:16px;
	margin:0;
}
#nav  ul li:last-child{
	border-bottom:solid 1px;
}
#nav li a{
	color:#181712;
	text-decoration: none;
	transition: color 0.3s ease;
}
#nav li a:hover{
	color:#888;
}

footer ul li a{
color:#212020;
	}
main h2{
	padding:0;
	text-align: center;
	font-size:20px;
	transform:scaleX(0.9);
	font-weight:400;	
}

main section p{
	padding-bottom:20px;
	text-align:justify;
}
/* クリックエリアと位置を指定 ---------------------- */
.btnHamburger {
  position: fixed;
  top: 1%;
  right: 3%;
  padding-left: -50px;
  width: 40px; /* クリックエリアの横幅*/
  height: 40px; /* クリックエリアの高さ*/
  cursor: pointer;
  z-index:100;
}

/* 3本線の1本ごとに共通するスタイルを指定 ---------------------- */
.btnHamburger .line {
  position: absolute;
  top: 0;
  left:5px;
  display: block;
  width: 30px; /* 横幅 */
  height: 2px; /* 1本辺りの高さ */
  background:#181712; /* 線の色 */
 border-radius: 5px;

  /* 適用するプロパティ、変化する時間、変化する速度 */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
 }

/* 3本線の各線の位置を指定 ---------------------- */
.btnHamburger .line_01 { top: 2px; }
.btnHamburger .line_02 { top: 12px; }
.btnHamburger .line_03 { top: 22px; }
/*メニューの隠れ家*/
#coverlayer{
	background:#E1D9C8;
	width:1px;
	position: fixed;
	top:0;
	bottom:0;
	opacity: 0;
	z-index:5;
	transition: 0.5s;
	-webkit-transition:0.5s;
}
nav{
	position:fixed;
	top:60px;
	left:-280px;
	width:280px;
	opacity: 0;
	z-index: 10;
}
/* 最上部の線のスタイル ---------------------- */
.btnHamburger.is-active .line_01 {
  top: 20px; /* 上から2番目の線の位置に変更 */

  /* 線を45度回転 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 上から2番目の線のスタイル ---------------------- */
.btnHamburger.is-active .line_02 {
  opacity: 0; /* 不透明度を下げて線を消す */
}

/* 最下部の線のスタイル ---------------------- */
.btnHamburger.is-active .line_03 {
  top: 20px; /* 上から2番目の線の位置に変更 */

  /* 線を135度回転 */
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/*メニューの文字が表示されるとき*/
nav.is-active{
	opacity: 1;
	top:60px;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
	color:#141414;
	transition:0.5s;
	-webkit-transition:0.5s;
}
nav.is-active a{
 color:#181712;
}
#coverlayer.is-active{
 width:100%;
 opacity:1;
}
nav ul li a{
	display: block;
	padding-left: 80px;
	padding-top: 20px;
	line-height: 48px;
	box-sizing: border-box;
	transition: all.3s;
	font-size: 16px;
}
a{
	text-decoration: none;
}
ul{
	height:100%;
}
nav ul ul{
	display: block;
}
nav ul li{
	position:relative; 
}	




section{
	text-align: center;
}
.raised:hover{
    background:#D0C9B0;
}



small{
	font-size:85%;
}


#button{
	text-align: center;
	margin: 50px 0 0 0;
}


p.raised{
  display: inline-block;
  background-color:#E1D9C8;/*背景色*/
  color:#181712;/*文字色*/
  font-size: 13px;/*文字サイズ*/
  line-height:2;
  text-decoration:none;
  letter-spacing: 0.2em;/*字間*/
  padding: 0.2em 1em 0.45em 1em;/*ボタン内の余白*/
  border-radius: 5px;/*角の丸み*/
  cursor: pointer;
  
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;/*変化を緩やかに*/	 
  text-align: center;
  margin:10px;
 width: 170px;
}
.raised a{
	color:#fff;
}

.profile-photo{
	padding-top: 100px;
}

.about p{
	padding: 0;
}

h1 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}



button {
  width: 100%;
  padding: 0.8em;
  background: #d7cbb7;
  color: #000;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 1rem;
  cursor: pointer;
}

button:hover {
  background: #c2b89f;
}

input[type="submit"]{
	font-family: yu-gothic-pr6n, sans-serif;
font-style: normal;
font-weight: 400;
	width: auto;
	padding: 0.5em 1.5em;
	background: #d7cbb7;
	display: inline-block;
	color:#000;
	border-radius: 4px;
	font-size: 1rem;
	margin-top:1rem;
	cursor: pointer;
}
.caption{
	padding-bottom: 15px;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

  
.two-column-grid {
margin-top: 80px;
 display: flex;
 width: 100%;
 gap: 0;
 box-sizing: border-box;
}

.left-column,
.right-column {
 display: flex;
 flex-direction: column;
 box-sizing: border-box;
}

/* 左右50% - 隙間1%分を分担 */
.left-column {
 width: calc(50% - 0.5%);
 padding-right: 1%;
}

.right-column {
 width: calc(50% - 0.5%);
 padding-left: 1%;
}

/* アスペクト比制御用ボックス */
.ratio-box {
 position: relative;
 width: 100%;
 overflow: hidden;
}

.ratio-box img {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
}

/* 高さ調整（左：縦1枚 → 133.3333%） */
.ratio-3-4 {
 padding-top: 133.3333%;
}

/* 右：横2枚 → 各65.4167%で合計133.3333% */
.ratio-4-3 {
 padding-top: 65.4167%;
}

/* 上下の隙間は%で調整（合計で崩れないように） */
.margin-bottom {
 margin-bottom: 2.5%;
}

.two-column-grid {
  display: flex;
  width: 100%;
  gap: 0;
  box-sizing: border-box;
  margin-top: 100px; /* 任意 */
}

.left-column,
.right-column {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.ratio-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.shift-up{
	object-fit: cover;
	object-position: center 40%;
}
.shift-down{
	object-fit: cover;
	object-position:  30% 10%;
}


.video-box{
margin-top: 20px;
 width: 100%;
 position: relative;
	aspect-ratio:16/9;
	overflow: hidden;
}
.video-box video{
	position: absolute;
	inset:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.contact h2{
	text-align: left;
	padding: 100px 0 20px 0 ;
}
.contact p{
	text-align: left;
	padding: 0;
}
.contact{
	padding-bottom: 100px;
}
.profile-photo{
	width: 250px;
}
.glightbox .gslide-image img{
	max-width: 90vw !important;
	max-height: 90vh !important;
	object-fit: contain !important;
}


.glightbox-clean .gclose {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 999999 !important;
}


@media only screen and (min-width:600px){
nav ul li a{
	display: block;
	text-align: center;
	line-height: 48px;
	box-sizing: border-box;
	font-size: 120%;
	margin:30px;
}
/* クリックエリアと位置を指定 ---------------------- */
.btnHamburger {
  position: fixed;
  top: 1%;
  right: 5%;
  padding-left: -50px;
  width: 50px; /* クリックエリアの横幅*/
  height: 50px; /* クリックエリアの高さ*/
  cursor: pointer;
  z-index:100;
}


/* 3本線の1本ごとに共通するスタイルを指定 ---------------------- */
.btnHamburger .line {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 31px; /* 横幅 */
  height: 1.7px; /* 1本辺りの高さ */
  background:#181712; /* 線の色 */
	}
	/* 3本線の各線の位置を指定 ---------------------- */
.btnHamburger .line_01 { top: 0px; }
.btnHamburger .line_02 { top: 10px; }
.btnHamburger .line_03 { top: 21px; }
	/* 最上部の線のスタイル ---------------------- */
.btnHamburger.is-active .line_01 {
  top: 17px; /* 上から2番目の線の位置に変更 */

  /* 線を45度回転 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 上から2番目の線のスタイル ---------------------- */
.btnHamburger.is-active .line_02 {
  opacity: 0; /* 不透明度を下げて線を消す */
}

/* 最下部の線のスタイル ---------------------- */
.btnHamburger.is-active .line_03 {
  top: 17px; /* 上から2番目の線の位置に変更 */
	}
	#logo{
		margin-left:0;
		padding-left: 0;
	}
#logo img{
	top:0px;
	padding-left:5px;
	margin-left: 0px;
}


	#top{
	position: fixed;
	height:40px;
}

    nav ul li::before{
  content:'';
  position: absolute;
  left:225px;
  top:25px;
  width:7px;
  height:7px;
  border-top: 2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(45deg);
	border-radius: 1px;
}

.basic p{
	padding:0px;
	letter-spacing:0em;
}
.basic img{
	margin-top:50px;
	}


.profile{
	float:left;
	margin-top:20px;
	
}
	body{
		font-size: 20px;
	}
/*PC用*/
@media only screen and (min-width:960px){
	#top{
		background:#E2D9C8;
		z-index: 2;
		height:50px;
	}
#wrapper{
	max-width: 960px;
	margin: 0 auto;
	padding: 0 auto;
}
#wrapper main p{
	font-size: 17px;
}
	#wrapper main h1{
	font-size:20px;
}
	main{
		width:960px;
		padding:0;
		margin:0 auto;
	}

	nav ul li a{
	position:fixed;
	color:#141414;
	top:1%;
	padding:0;
	margin-top:0px;
	z-index: 2;
	width:100px;
	border-right: none;
	font-size:90%;
	height:30px;
	line-height: 30px;
}
#logonav{
		max-width: 1100px;
		margin:0 auto;
		padding:0 auto;
	    top:2px;
	}
	
	#logo h1{
		font-size:18px;
		top:11px;
	    margin-left:0;
		padding-left:0px;
	}
	#logo {
		width: 1100px;
		margin: 0 auto;
	}
	#logo img{
		width: 250px;
	}

	nav ul{
		padding-left: 40%;
		padding-right:3%;
		display:flex;
        flex-wrap:wrap;
		font-size:18px;
	}
	nav ul li{
		display: block;
		line-height: 30px;
		width: 20%;
	}
	
	nav ul li a:hover{
		color:#504E4E;
	}
	
	nav {
	margin: 10px 0;
 position: static;
 width:100%;
 opacity: 1;
  }

	.btnHamburger,#coverlayer{
  display:none;
	}

	main section p{
	padding:10px 10px 20px 10px;
	text-align:justify;
	}
	.day p{
		letter-spacing:-0.03em;
	}

	.raised a{
		letter-spacing:0em;
	}
	p.raised{
		width: 130px;
		margin-top:70px;
	}
	.basic img{
		width: 440px;
		float: left;
	}
	iframe{
		width: 50%;
		float: left;
	}
		.basic h2{
		margin:30px 0 10px 0;
	letter-spacing:0em;
}
.basic p{
	padding:0;
	letter-spacing:0em;
	margin:0;
}
section.selected-works{
	width: 100%;
	margin: 0 auto;
}


.works-grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
    gap:25px 30px;
	max-width: 1200px;
	margin: 20px auto;
	padding:0 0px 110px 0px;
}
.woks-item img{
	height: auto;
	width: 100%;
	border-radius: 6px;
}

	.service-block {
		width: 100%;
		max-width: 880px;
		margin: 0 auto;
		display: block;
	}


	section.worksbutton{
		width:1280px;
		margin:50px;
	}
	
	.works-set{
		display: flex;
		gap:40px;
		justify-content: space-between;
		margin-bottom: 80px;
		margin-top: 120px;
		flex-wrap: wrap;
	}
	.works-item{
		flex: 1 1 calc(33.333% - 26.66px);
		position: relative;
		overflow: hidden;
	}


	#nav{
	width:100%;
	margin:0 auto;
	padding:200px 0 0 0;
}
#nav  ul li{
	padding:10px;
	font-size:15px;
	margin:0;
	width:14.9%;
	float: left;
}
	#nav ul li a{
	border-right:solid 1px;
		padding-right: 40px;
		padding-left:10px;
		}
	#nav ul li img{
		float: left;
	}
	
	section.hello{
		padding:0;
		float:right;
		clear: both;
		width: 100%;
	}

	#top_main{
		display: block;
		clear: both;
	}
	
	p.raised{
  font-size: 14px;/*文字サイズ*/
  letter-spacing: 0.2em;/*字間*/
  padding: 0.2em 0 0.35em 0;/*ボタン内の余白*/
  transition: .3s ease-out;/*変化を緩やかに*/
  margin:10px 0 50px 0;
 width: 220px;
}
	
	

	#page{
	clear: both;
	padding-bottom: 100px;
}
	.sample{
		height: auto;
	}

	.profile-photo{
		width: 500px;
		height: auto;
		padding-top: 200px;
	}