@charset "UTF-8";

/*@ftHg
----------------------------------------------*/
*{
	margin: 0;
	font-size: 11px;
	line-height: 1.8;
	color:#333333;
}
body {
    font-family:serif;
    padding: 0 0 200px 0;
    background-color:#F9F8F0;
    -webkit-text-size-adjust: 100%;
}
img{
	border: 0;
	margin: 0;
	vertical-align: bottom;

	border-radius: 10px;
	
	*/
}
strong {
	text-decoration: none;
	font-size: 1.0em;
}
p {
	font-weight: normal;
}
a {
	color: #333333;
	font-size: 1.0em;
	text-decoration: none;
}
a:active,a:focus{
	outline:none;
}
a:hover {
	text-decoration: underline;
}
ul li {
	list-style: none;
}
table {
    border-collapse: collapse;
}



.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}


/*@ロゴ 
----------------------------------------------*/
.logo {
	text-align: center;
	width:40px;
	margin:  170px auto 140px auto; 
}
@font-face {
  font-family: 'aoiyama';
  src: url('fonts/aoiyama.woff') format('woff');
}
.logo p {
	font-size:40px;
	line-height:40px;
	font-family: aoiyama;
}


.jirei {
	text-align: center;
    font-family: sans-serif;
	font-size:17px;
	font-weight:bold;
	letter-spacing: 0.3em;
}

.jirei_e {
	text-align: center;
    font-family: sans-serif;
	font-size:11px;
	font-weight:bold;
	margin: 0 0 50px -6px;
}

/*画像指定
----------------------------------------------*/
.center div {
	max-width:1150px;
	width:95%;
	height:auto;
	margin: 0px auto 0px auto;
}




.title {
}
.name {
    font-family: sans-serif;
	font-size: 11.5px;
	margin: 10px 0 0 3px;
	padding: 6px 20px 0 0px;
	float:left;
	font-weight:normal;
	letter-spacing: 0.1em;
	height:17px;
	z-index: 100;
	position:relative;
}
.name_e {
    font-family: sans-serif;
	font-size: 10.5px;
	margin: 0px 0 100px 3px;
	padding: 6px 20px 12px 0px;
	float:left;
	font-weight:normal;
	letter-spacing: 0.1em;
	height:16px;
	z-index: 100;
	position:relative;
}



.works {
	font-family: sans-serif;
	font-size: 11.5px;
	font-weight:bold;
	letter-spacing: 0.1em;
	height:16px;
	z-index: 100;
}
.works_e {
	font-family: sans-serif;
	font-size: 10.5px;
	font-weight:bold;
	height:16px;
	z-index: 100;
}

.slides img {
	height:auto;
}



/*フッター
----------------------------------------------*/
.open_btn, .close_btn {
	text-align:center;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index:300;
	font-size:22px;
	font-weight:bold;
    cursor: pointer;
    transition: .5s ease;
    height:37px;
    line-height:40px;
    padding: 0px 0 6px 0;
	width:44px;
	margin: 0 0 50px 0;
    border-radius: 200px;
}



/* 点滅 */
@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/* 要素にアニメーションを適用 */
.open_btn, .close_btn {
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
}


.open_btn {
background-color:rgba(255,255,255,1);
}
.open_btn:hover {
    background:#333333;
    color:#fff;
    transition: .3s ease;
}


.popup_wrap input {
  display: none;
}
.popup_overlay {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color:rgba(255,255,255,0.95);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}


.popup_content {
	position: relative;
	align-self: center;
	max-width: 910px;
	transition: 0.5s;
	width:95%;
}
.popup_content p {
    font-family: sans-serif;
	font-size:13px;
	line-height: 1.7em;
    text-align: left;
}

.popup_content img {
	float:left;
	width:145px;
	height:145px;
	margin: 0 15px 0 -10px;
}
.wp {
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
}
.what {
	display:inline-block;
	width:8%;
	float:left;
}
.what p {
	font-size:10px;
	font-weight:bold;
}
.jp {
	display:inline-block;
	width:43%;
	border-right: 1px solid;
	padding: 0 2% 0 0;
}
.en {
	display:inline-block;
	width:44%;
	float:right;
	padding: 0 0 0 2%;
}
.popup_content p.adress {
	font-size:14px;
	line-height:1.8em;
}

.popup_content p.profile {
	font-size:1２px;
	line-height:2em;
}







.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.popup_wrap form input {
  display: inline;
}



.form-wrapper .box {
	width:300px;
	margin: 0 auto;
}

#mail {
	border: 1px solid #cccccc;  /* 枠線 */
    width: 280px;             /* 横幅 */
    height: 0.8em;           /* 高さ */
    font-size: 1.0em;          /* 文字サイズ */
    line-height: 1.0;        /* 行の高さ */
	margin:  10px 0;
	padding: 10px;
}

#text {
	border: 1px solid #cccccc;  /* 枠線 */
    width: 280px;             /* 横幅 */
    height: 2em;           /* 高さ */
    font-size: 1.0em;          /* 文字サイズ */
    line-height: 1.0;        /* 行の高さ */
	padding: 10px;
}

.g-recaptcha {
	margin: 10px 0px;
}

.submit-btn {
	margin: 0px;
  display       : inline-block;
  padding       : 12px 24px;   /* 余白       */
  border-radius : 5px;          /* 角丸       */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 1px solid #999999;    /* 枠の指定 */
  background    : #cccccc;     /* 背景色     */
}
.submit-btn:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #333333;     /* 文字色     */
  background    : #ffffff;     /* 背景色     */
}

.end-message {
  display: none;
}

.false-message {
  display: none;
}
