@charset "utf-8";
body{
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #fff;
}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd{margin: 0px;padding: 0px;font-size: 14px;}
li{list-style-type: none;}
table{border-collapse: collapse;}
a:link,a:visited{cursor: pointer;color: #333;text-decoration: none;}
img{vertical-align: top;border: 0;max-width: 100%;height: auto;}
a img{vertical-align: bottom;-webkit-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;transition: opacity .3s cubic-bezier(.210,.60,.350,1);}
a:hover img{opacity: .7;}
input {-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0;}
input[type="text"] {line-height: 1.5;}
button {-webkit-appearance: none;-moz-appearance: none;appearance: none;padding: 0;border: none;background-color: transparent;cursor: pointer;transition: .1s linear;}
select {box-sizing: border-box;white-space: nowrap;}
::selection{background: #000;color: #fff;}
::-moz-selection{background: #000;color: #fff;}
.spOnly{display: none;}
#wrap{overflow: hidden;}
@media only screen and (max-width:767px) {
#wrap{padding-top: 58px;}
.pcOnly{display: none;}
.spOnly{display: block;}
}

/* header */
#header{
	background-color:#fff;
}
#header #header_detail{
	overflow:hidden;
	width:auto;
	padding:0 30px;
	margin:0 auto;
}
#header .logo a{
	position: relative;
	z-index: 1;
	float:left;
	margin-top:28px;
}
#header .logo a img{
	width: 135px;
	display: block;
	margin: 0 auto;
	opacity: 1;
}
#header .logo a::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	display: block;
	margin: -5px 0 0 -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f4f4f4;
	transform: scale(1);
	opacity: 0;
	transition: transform .3s cubic-bezier(.210,.60,.350,1),opacity .3s cubic-bezier(.210,.60,.350,1);
}
#header .logo a:hover::before{
	transform: scale(3);
	opacity: 1;
}
#header ul{
	float:right;
	font-size:0px;
	display:inline-block;
}
#header ul li{
	display:inline-block;
	vertical-align: middle;
	padding:25px 10px;
}
#header ul li a{
	position: relative;
	display:block;
	z-index: 1;
}
#header ul li.txt{
	font-size:12px;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin-right: 20px;
}
#header ul li.txt a{
	padding: 5px 0;
}
#header ul li.txt a::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	display: block;
	margin: -5px 0 0 -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f4f4f4;
	transform: scale(1);
	opacity: 0;
	transition: transform .3s cubic-bezier(.210,.60,.350,1),opacity .3s cubic-bezier(.210,.60,.350,1);
}
#header ul li.txt a:hover::before,
#header ul li.active a::before{
	transform: scale(3);
	opacity: 1;
}
@media screen and (max-width: 768px) {
#header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}
#header #header_detail{
	padding:0;
}
#header .logo h1,
#header .logo a{
	float:none;
	text-align:center;
	padding-top:20px;
	margin-left:2%;
	display: none;
}
#header ul{
	float:none;
	display:block;
	width:100%;
	text-align: center;
}
#header ul li{
	padding:15px 5px;
}
#header ul li.txt{
	font-size:10px;
	margin-right: 10px;
}
}

/* main */
#main{
	overflow: hidden;
	position: relative;
}
#main p{
	position: absolute;
	left:0;
	top: 50%;
	z-index: 3;
	transform: translateY(-50%);
	width: 100%;
}
#main p img{
	width: 410px;
	display: block;
	margin: 0 auto;
}
#main ul{
	position: relative;
	z-index: 1;
}
#main ul li{
	position: relative;
	height:580px;
}
#main ul li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
#main ul li.img1::before{background-image:url(../img/img50.jpg);}
#main ul li.img2::before{background-image:url(../img/img48.jpg);}
#main ul li.img3::before{background-image:url(../img/img53.jpg);}
#main ul li.img4::before{background-image:url(../img/img46.jpg);}
@media screen and (max-width: 768px) {
#main ul li{
	height:260px;
}
#main p img{
	width: 240px;
}
}

/* contents */
#contents{
	padding: 50px 0 0 0;
	text-align: center;
}
#contents .ttl{
	 text-align:center;
}
#contents .ttl h1{
	font-weight: normal;
	letter-spacing: 0.3em;
	transform: translateX(.3em);
	margin-top: 10px;
	font-size: 14px;
}
#contents .ttl img{
	height: 26px;
	width: 100%;
}
@media screen and (max-width: 768px) {
#contents{
	padding:40px 0 0 0;
}
#contents .ttl{
	padding-bottom: 10px;
}
#contents .ttl img{
	height: 20px;
}
#contents .ttl h1{
	margin-top: 8px;
	font-size: 12px;
}
}

/* prof */
#prof{
	position:relative;
	display: inline-block;
	text-align: left;
	min-height:100px;
}
.ttl + #prof{
	margin-top: 40px;
}
#prof .img{
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	width:100px;
	border-radius:60px;
}
#prof .img img{
	width:100%;
	height:auto;
}
#prof .txt{
	padding:0 0px 0px 120px;
}
#prof .txt p{
	font-size: 14px;
}
#prof .txt strong{
	display:block;
	margin-bottom:5px;
}
#prof .txt p span{
	font-size: 12px;
}
#prof .txt ul{
	margin-top:10px;
	font-size:0px;
}
#prof .txt ul li{
	display:inline-block;
	margin-right:15px;
}
#prof .txt ul li:last-child{
	margin-right:0;
}
#prof .txt ul li a{
	display:block;
}
@media screen and (max-width: 768px) {
#prof{
	min-height:70px;
	margin-bottom:20px;
}
#prof .img{
	position:relative;
	width:70px;
	margin: 0 auto;
}
#prof .txt{
	padding:5px 0px 0px 0px;
}
#prof .txt p{
	font-size:12px;
	line-height:1.6em;
}
#prof .txt strong{
	text-align:center;
	font-size:14px;
}
#prof .txt ul{
	margin-top:10px;
	text-align:center;
}
#prof .txt ul li{
	margin-right: 12px;
}
#prof .txt ul li a{
	font-size:10px;
}
#prof .txt ul li a i{
	font-size:14px;
}
}

/* gallery */
.gallery{
	overflow:hidden;
	text-align:center;
	font-size:0;
	padding: 40px;
}
.gallery figure{
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	width:260px;
	height:260px;
	background-color:#fff;
	margin:10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px; 
}
.gallery figure a{
	display:block;
	width:100%;
	padding-top: 100%;
	background-size:cover;
	background-position:center;
	transition: transform .4s cubic-bezier(.210,.60,.350,1),opacity 1.0s cubic-bezier(.210,.60,.350,1);
}
.gallery figure.top a{
	background-position:top;
}
.gallery figure.left a{
	background-position:left;
}
.gallery figure.right a{
	background-position:right;
}
.gallery figure a:hover{
	transform: scale(1.03);
}
.lazyload,
.lazyloading{
	opacity: 0;
}
.lazyloaded{
	opacity: 1;
}
.gallery figcaption{
	display: none;
}
@media screen and (max-width: 1024px) {
.gallery{
	padding: 20px 3% 20px;
}
.gallery figure{
	width:46%;
	height:auto;
	margin:2%;
}
}
@media screen and (max-width: 768px) {
.gallery{
	padding: 0 3% 3%;
}
}

/* list */
#list{
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 40px;
}
#list ul{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 10px;
}
#list ul li{
	font-size: 12px;
	margin-top: 8px;
	margin: 8px 0 0 1em;
	text-indent: -1em;
}
#list ul li::before{
	content: "- ";
}
@media screen and (max-width: 768px) {
#list{
	padding: 20px 20px 40px;
}
#list ul{
	display: block;
}
#list ul li{
	font-size: 12px;
}
}

/* footer */
#footer{
	padding:30px 0;
}
#footer p{
	font-size:10px;
	text-align:center;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
#footer{
	padding:20px 0;
}
#footer p{
	font-size:8px;
}
}

/* loading */
#loading{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: #fff;
}