@charset "UTF-8";

/*
Theme Name: 株式会社樫田憲一郎建築研究所
Description: COMMON CSS
*/
/* CSS Document */

.oswald-font {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "avenir_LT";
  src: url("../font/Avenir_LT_35_Light_Regular.woff") format('woff'),
	  url("../font/Avenir_LT_35_Light_Regular.woff2") format('woff2'),
	  url("../font/Avenir_LT_35_Light_Regular.eot") format('eot');
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "YuMincho", "Yu Mincho", "Times New Roman", "Georgia", serif;
	background-color:#fafafa;
}
body {
	/*min-width: 995px;*/
	font-size:10px;
	font-weight:normal;
	color: #000;
	line-height:1.875em;
	letter-spacing:0.2em;
	text-align:center;
	margin: 0;
	padding: 0;
}
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color:#000;
	text-decoration: none;
}
b, strong, .bold{
 font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "YuMincho", "Yu Mincho", "Times New Roman", "Georgia", serif;
 font-weight: bold;
}
_:lang(x)::-ms-backdrop, .selector { /* IE11でのみ有効 */ } 
address{
	font-style:normal;
	}
ul{
	list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
	}
.container{
	width:100%;
	background-color:#fafafa;
	overflow: hidden;
	}
.wrapper{
	width:78%;
	margin:0 auto;
	float: right;
	}

header{
	width:100%;
	}
.audio-area{
	position: relative;
	width: 100%;
}
.audio-area .play-btn{
	display: block;
	width: 40px;
	height:40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	z-index:2;
	background-color:#fafafa;
}
.audio-area .pause-btn{
	display: block;
	width: 40px;
	height:40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	z-index:1;
	background-color:#fafafa;
}
.audio-area .play-btn.playActive, .audio-area .play-btn.pauseActive{
	display:none;
}
.controls-button{
	cursor: pointer;
}
video{
	width:100%;
	height:483px;
	margin-top:54px;
	z-index:0;
	/*position:relative;*/
}

.title{
	line-height: 1.8em;
    height: 22px;
    font-weight: normal;
    position: relative;
    top: -65px;
}
@media screen and (min-width:0px) and (max-width:600px) {
.title-ja{
	min-height:16px;
	font-size:11.2px;
	margin-bottom:10px;
	display: inline-block;
}
.title-en{
	min-height:14px;
	font-size:9.5px;
	letter-spacing: 0.2em;
	margin-bottom:20px;
	display: inline-block;
}
}
@media screen and (min-width:601px) and (max-width:3000px) {
.title-ja{
	min-height:19px;
	display: inline-block;
}
.title-en{
	min-height:19px;
	font-size:8px;
	letter-spacing: 0.2em;
	margin-bottom:19px;
	display: inline-block;
}
}
footer{
	width: 100%;
	height:66px;
    position: relative;
	top:-22px;
	}
@media screen and (min-width:0px) and (max-width:600px) {
footer p{
	min-height: 18px;
    font-size: 10px;
    letter-spacing: normal;
    line-height: 1.875em;
    font-family: "avenir_LT", "Arial", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN",  "Yu Gothic", "Meiryo", sans-serif;
	margin-top:7px;
	}
footer p:nth-child(2){
	min-height: 18px;
	cursor: pointer;
	margin:0 0 23px 0;
	}
}
@media screen and (min-width:601px) and (max-width:3000px) {
footer p{
	min-height: 27px;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 1.875em;
    font-family: "avenir_LT", "Arial", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN",  "Yu Gothic", "Meiryo", sans-serif;
	margin-top:11px;
	}
footer p:nth-child(2){
	min-height: 27px;
	cursor: pointer;
	margin:0 0 10px 0;
	}
}
