@charset "utf-8";

/*common*/

body{
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",'Noto Serif', serif;
	width: 100%;
	color: #333;
	animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
	}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

a{
	text-decoration: none;
}

h2{
	font-size: 1.5em;
	letter-spacing: 2px;
	height: 180px;
	font-weight: normal;
	position: relative;
}

h2 span:before{
	content: '';
 	position: absolute;
  top: 150px;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 190px;
  background: #d2d2d2;
}

h3{
	font-size: 1.7em;
	margin: 70px 0 100px;
	font-weight: normal;
}

.leftToRight{
	-webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.rightToLeft{
	-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.number{
	-webkit-text-orientation: upright;
	-ms-text-orientation: upright;
	text-orientation: upright;
}

.slideL{
	-webkit-transition: all 1s;
  transform: translate(0, 0);
  opacity: 1;
}

.slideL.move{
	transform: translate(-10px, 0);
  opacity: 0;
}

.off{
	color: #b42223 !important;
}

/*header*/

.header{
	text-align: center;
	background-image: url(../img/cmn/main_01.jpg);
  background-size: cover;
  background-position: center center;
	margin: 0 auto;
}

.main{
	text-align: center;
	position: relative;
}

h1{
	width: 50px;
	margin: 0 auto;
	padding: 15% 0 0;
}

.main nav{
	width: 330px;
	height: 120px;
	margin: 0 auto;
	padding: 10% 0 8%;
	
}

#gnav li{
	text-align: left;
	position: relative;
}

#gnav li a{
	color: #fff;
	font-size: 1em;
	letter-spacing: 3px;
	display: inline-block;
	padding: 0 25px;
}

#gnav li a:before{
	content: '';
 	position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 15px;
  background: #fff;
}

#gnav li a:hover{
	color: #d2d2d2;
	transition: 0.4s;
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/*tel*/

.tel{
	width: 300px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	position: fixed;
	top:10px;
	right: 10px;
	font-size: 0.9em;
	padding: 20px;
	text-align: center;
	
}

.tel li{
	margin-bottom: 20px;
}

.tel li span{
	background:url(../img/cmn/icon_1.png) 0 50% no-repeat;
	width: 230px;
	margin: 0 auto;
	font-size: 1.8em;
	letter-spacing: 2px;
	padding-left: 40px;
}

.tel li:nth-child(2){
	padding-left: -40px;
}

.tel li:nth-child(3){
	margin-bottom: 0;
}

/*Concept*/

#concept{
	width: 800px;
	height: 400px;
	margin: 0 auto;
  padding: 15% 10% 0;
}

#concept div{
	margin: 0 auto;
}

#concept h2{
	padding: 0 40px;
}

#concept p{
	padding: 0 30px;
	color: #333;
	font-size: 1em;
	line-height: 2.4;
}
	


/*message*/

#message{
	width: 100%;
	height: 70%;
	min-height: 620px;
	margin: 0 auto;
	padding-top: 15%;
}

#message .bg{
	background-image: url(../img/cmn/sub_01.jpg);
	background-size: cover;
	background-position: center center;
}

#message .mBox{
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	width: 50%;
	height: 70%;
	min-height: 620px;
}

#message .mBox .message{
	height: 460px;
	padding: calc((100% - 460px) / 2) 10%;
}

#message h2{
	padding: 0 15px; 
}

#message h2 span:before{
	top: 100px;
}

#message .mBox p{
	padding: 0 30px;
	font-size: 1em;
	line-height: 2.4;
	letter-spacing: 1px;
}

#message .mBox p:last-of-type{
	padding: 0;
	font-size: 1.1em;
	text-align: right;
}


/*items*/

#items h2,
#info h2{
	width: 20px;
	margin: 0 auto;
}

#items h2 span:before{
	top: 180px;
}

.title{
	width: 1em;
	margin: 0 auto;
	padding: 15% 0 25%;
}

.contentsBox{
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	padding: 0 0 150px;
	display: flex;
	justify-content:space-around;
	text-align: center;
}


/*img*/

.contentsBox .sLeft{
	width: 600px;
	height: 400px;
	box-shadow: -10px 10px 15px #a2a0a0;
}

.contentsBox .sRight{
	width: 600px;
	height: 400px;
	box-shadow: 10px 10px 15px #a2a0a0;
}

.contentsBox p{
	font-size: 1.1em;
	letter-spacing: 1px;
}

.contentsBox a{
	color: #333;
	display: inline-block;
	
}

/*text*/

.contentsBox .text{
	width: 600px;
	height: 400px;
}

/*btn*/

.contentsBox a.btn{
	width: 130px;
	padding: 23px 100px;
	border: 1px solid #bfbfbf;
	margin: 8px;
	font-size: 1.1em;
}

.contentsBox a.btn2{
	background: #e5e4e6;
}

.contentsBox a:hover{
	background: rgba(0,0,0,0.9);
	color: #fff;
	transition: 1.0s;
}


/*info*/

#info{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: linear-gradient(rgba(225,210,202,0.4),rgba(37,13,0,0.4));
	padding-bottom: 150px;
}

#info .title{
	height: 80%;
	padding: 12% 0 20%;
}

#info h2 span:before{
	top: 130px;
	background: #b1b1b1;
}

#info ul{
	width: 1000px;
	height: 100px;
	margin: 0 auto;
}

#info li{
	
}

#info li{
	width: 1000px;
	height: 15px;
	margin: 50px auto 0;
	padding: 0 0 5px;
	display: flex;
	border-bottom: 1px solid #bcbebf;
	font-size: .95em;
}

/*空行用*/
/*#info li:nth-child(2),*/
#info li:nth-child(3),
#info li:nth-child(4){
	font-size: 0;
	margin-top: 5px;
}

#info time{
	margin: 0 50px;
	text-align: right;
}


/*footer*/

footer{
	background: rgba(0,0,0,0.85);
	color: #fff;
	width: 100%;
	height: 100px;
	position: relative;
}

footer .left{
	width: 30%;
	float: left;
}

footer .right{
	width: 70%;
	float: right;
}

footer .left p{
	width: 200px;
	margin: 20px 20% 0 10%; 
}

footer .left p:nth-child(2){
	margin-top: 0;
	font-size: .8em;
}

footer ul{
	width: 600px;
	height: 55px;
	padding: 10px;
	display: flex;
	justify-content: space-around;
}

footer li a{
	display: inline-block;
	text-align: center;
	padding: 20px 5px 5px;
	color: #fff;
	font-size: .9em;
	position: relative;
}

footer li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #b42223;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .4s;
}

footer li a:hover::after {
  transform: scale(1, 1);
}

footer li:first-of-type{
	letter-spacing: 2px;
}

footer .copy{
	display: block;
	width: 500px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	font-size: 0.8em;
}

/*pageTop*/

.pageTop{
  display: inline-block;
  text-decoration: none;
  color: #bfbfbf;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  border: solid 2px #bfbfbf;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  transition: .4s;
	font-size: .95em;
	position: fixed;
	right: 15px;
	bottom: 5px;
}

.pageTop:hover,
.pT:hover{
  background: rgba(0,0,0,0.5);
	color: #fff;
	border: solid 2px #fff;
}