@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:56px;
	z-index: 1;
	top:0;
}
#logo h1 a{
	color:#141414;
}
#logo h1{
	position:fixed;
	top:0.7%;
	padding-left:4%;
	margin:0;
	z-index: 2;
}
#logo img{
	width: 200px;
	height: auto;
}
/*ヘッダー固定部分おわり*/
#top_main img{
	width:100%;
	height: auto;
	vertical-align: bottom;
}

main{
	width:90%;
	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;
	transform: none;
}

main section p{
	padding-bottom:20px;
	text-align:justify;
}
/* クリックエリアと位置を指定 ---------------------- */
.btnHamburger {
  position: fixed;
  top: 1%;
  right: 3%;
  padding-left: -50px;
  width: 50px; /* クリックエリアの横幅*/
  height: 50px; /* クリックエリアの高さ*/
  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: 10px; }
.btnHamburger .line_02 { top: 20px; }
.btnHamburger .line_03 { top: 30px; }
/*メニューの隠れ家*/
#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;
}


.roi{
	animation-name:fadeUpAnime;
	padding:20px 0% 40px 0%;
	animation-duration:3.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime{
from{
	opacity: 0;
	transform: translateY(100px)
}
to{
	opacity: 1;
	transform: translateY(0);
}
}
section.selected-works{
	width: 100%;
}
.selected-works h2{
	text-align: left;
	margin: 30px 0 0 0;
	padding-bottom: 0;
}

.works-grid{
	display: grid;
	grid-template-columns: 1fr;
    gap:10px;
	margin: 5px auto 0 auto;
	padding:0 0px 50px 0px;
}
.woks-item img{
	height: auto;
	width: 100%;
	display: block;
	border-radius: 6px;
}
.works-item a{
	pointer-events: none;  /*一時的に無効化*/
	cursor:default;
}
.works-item {
	margin-bottom: 0;
}
.works-set{
	margin-top: 100px;
}
.service-intro{
	max-width: 700px;
	margin: 100px auto 60px auto;
	font-size: 1em;
	line-height: 1.8;
}
.service-block{
	margin-bottom: 60px;
}
.service-text p{
	margin: 0;
	padding: 0;
}

.service-text{
	margin-bottom: 10px;
}
.service-image video{
	width:100%;
	height: auto;
	max-width: 100%;
	display: block;
}
.video-wrapper video{
	width: 100%;
	height: auto;
	display: block;
}
.roi p{
	padding-bottom: 0;
}


.place h1{
	font-size:110%;
	padding-top:10px;
	border-bottom:solid 2px;
	width: 220px;
	margin:50px auto 0 auto;
	}
.place p{
	padding:0 0 2px 30px;
	letter-spacing:0.1em;
}
.place p:last-child{
	padding-bottom:70px;
}

.contact h1{
	font-size:110%;
	padding:100px 0 0 0;
	border-bottom:solid 2px;
	width: 130px;
	margin:0 auto;
	margin-top:50px;
	text-align: center;
	}
.contact h2{
	text-align: left;
	padding-left:6px;
	font-size: 110%;
	font-weight:normal;
}
.contact p{
	padding:0 0 2px 30px;
	letter-spacing:0.1em;
}
.contact p:last-child{
	padding-bottom:300px;
}

#lightgallery li{
	width:150px;
	height:auto;
	float: left;
	padding-top:10px;
	margin:15px 10px 0 5px;
	display: block;
}
#lightgallery{
	width:100%;
	margin:0 auto;
	margin-top:70px;
	clear: both;
	padding-top: 20px;
}

@keyframes fadeLeftAnime{
from{
	opacity: 0;
	transform: translateX(-200px)
}
to{
	opacity: 1;
	transform: translateX(0);
}
}


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;
}

.about{
	margin: 100px auto;
	font-size: 1em;
	line-height: 1.8;
}
.about h2{
	font-size: 1.4em;
	margin-bottom: 20px;
	text-align: left;
}
.about h3{
	font-size: 1.2em;
	margin-top: 40px;
	margin-top: 10px;
	text-align: left;
}
.about p{
	margin: 0px;
	padding: 0;
}
.profile-photo{
	padding-top: 100px;
}
#formWrap{
  max-width: 90%;
  margin: 2rem auto;
  padding: 1.5rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
#formWrap p{
	margin-bottom: 50px;
}

#formWrap th ,#formWrap td{
	display: block;
	text-align: left;
}
.formTable td{
	padding-bottom: 50px;
}
h1 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

label {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

label .required {
  background: #c00;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.2em 0.5em;
  margin-left: 0.5em;
  border-radius: 3px;
}

label .note {
  font-size: 0.75rem;
  color: #555;
  margin-left: 0.5em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 0.8em;
  font-size: 1rem;
  margin-top: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
}

.checkbox-group {
  margin-top: 0.5rem;
}

.checkbox-group label {
  display: block;
  margin-bottom: 0.3rem;
}

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;
}
@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: 35px; /* 横幅 */
  height: 2px; /* 1本辺りの高さ */
  background:#181712; /* 線の色 */
	}
	/* 3本線の各線の位置を指定 ---------------------- */
.btnHamburger .line_01 { top: 7px; }
.btnHamburger .line_02 { top: 19px; }
.btnHamburger .line_03 { top: 31px; }
	/* 最上部の線のスタイル ---------------------- */
.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:60px;
}

    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;
	}
#wrapper{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 auto;
}
#wrapper main p{
	font-size: 17px;
}
	#wrapper main h1{
	font-size:20px;
}
	main{
		width:1100px;
		padding:0;
		margin:0 auto;
	}

	.roi{
		font-size:20px;
		margin:0 200px;
		padding-bottom: 130px;
	}
	.roi p{
		padding-top:0;
	}


	nav ul li a{
	position:fixed;
	color:#141414;
	top:1.5%;
	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:6px;
	}
	
	#logo h1{
		font-size:18px;
		top:3px;
	    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;
	}
	.company {
		margin:0 auto;
		width: 1280px;
	}
	　　.company h2{
		padding: 0 auto;
		text-align: center;
		padding-left: 26%;
		 font-size:20px;
	}
.company p{
		margin-left: 26%;
	padding-left:0;
	font-size:18px;
	}
	.place {
		margin:0 auto;
		width: 1280px;
	}
	　　.place h2{
		padding: 0 auto;
		text-align: center;
		padding-left: 26%;
		
	}
.place p{
		padding-left: 26%;
	}
	section.profile{
		width:200px;
		padding-left: 26%;
	}
	section.hello{
		padding-left: 26%;
		width:60%;
	}

#lightgallery li{
	width:300px;
	height:auto;
	float: left;
	padding:10px 0 10px 10px;
	margin:10px;
	display: block;
}
#lightgallery{
	width:1000px;
	margin:0 auto;
	margin-top:70px;
}
	.roi h2{
	background:#F8F8F8;
	color:#000;
	font-size:18px;
	padding:2px 25px 5px 25px;
	margin:0 auto 20px auto;
	width:250px;
	letter-spacing: 0.05em;
}

	section.hello{
		margin-left:0;
		float: right;
		width: 24%;
	}
	section.profile{
		float: left;
		margin-left:0;
		width: 24%;
	}

	.takada{
		width: 1280px;
		padding-left:26%;
		padding-right:26%;
	}
	
	
	.camera{
		width: 60%;
	margin-left:20%;
	}
	.camera h1{
		text-align: center;
	}
	
	#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%;
	}
	section.profile{
		float:left;
		padding:0;
		width: 100%;
		clear: both;
		margin: 0;
	}
	.profile p{
		margin: 0;
		padding: 0;
	}
	section.photo{
		width: 100%;
		padding:0 26%;
	}
	
	.list {
		padding:30px 15% 180px 15%;
		max-width:1280px;
		width:100%;
		margin:0;
	}
		footer{
		clear: both;
		margin-top:30px;
		width:90%;
		margin:0 auto;
	}
	#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;
	}
	
	#formWrap {
	padding:50px auto;
	color:#555;
	line-height:100%;
	font-size:15px;
	width:90%;
	 max-width: 90%;
}
	
	#formWrap p{
	width:55%;
	margin:0 auto;
	font-size:18px;
	}
table.formTable{
	width:750px;
	margin:0 auto;
}
	label {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

label .required {
  background: #c00;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.2em 0.5em;
  margin-left: 0.5em;
  border-radius: 3px;
}

label .note {
  font-size: 0.75rem;
  color: #555;
  margin-left: 0.5em;
}

table.formTable th{
	display: block;
	text-align:left;
	width: 750px;
	padding:20px 0 0 0;
}
	input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:20%;
	height:40px;
	margin: 50px auto;
		padding:0 auto;
}

	footer small{
		display: block;
		width: 1100px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.profile-photo{
		width: 300px;
		height: auto;
		padding-top: 100px;
	}
	.about{
		max-width: 700px;
		margin: 0 auto 150px auto;
		padding-top: 100px;
	}
	