@charset "utf-8";
/* CSS Document */
h2 {
    position: relative;
    margin-bottom: 0.2rem;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

h2::before {
    position: absolute;
    top: -20px;
    left: 48%;
    transform: translateX(-50%);
    color: hsl(32.54deg 25.32% 54.31% / 50%);
    font-size: 60px;
    z-index: -1;
	font-family: "Mrs Saint Delafield", cursive;
	font-weight: 400;
}

.top{
	background: #000;
	width: 100%;
	height: 80vh;
	position: relative;
}
.top .box{
	width: 100%;
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translate(-50%, -50%);	
}
.top .box .img{
	max-width: 180px;
	margin: auto;
}
.top p{
	text-align: center;
	color: #fff;
	margin: 20px auto;
	font-size: 20px;
	font-weight: bold;
}


.about{
	padding: 50px 0;
}
.about h2::before {
   content: 'About';
}

.about .box{
	margin: 40px 0 0;
}

.about .box .img{
	max-width: 60%;
	margin: auto;
}
.about .box .text{
	margin: 40px 0 0;	
}
.about .box .text h3,
.about .box .text h4{
	text-align: center;
	margin: 0 0 4px;
}
.about .box .text h4{
	margin: 0 0 12px;	
}

.menu{
	padding: 50px 0;
	background: #F3F3F3;	
}
.menu h2::before {
	content: 'Menu';
	z-index: 0;
}
.menu .box{
	margin: 40px 0 0;
}
.menu .box dl{
	margin: 0 0 40px;
}
.menu .box dl dd{
	background: #fff;
	padding: 30px 10px;

}
.menu .box dl dd h3{
	margin: 0 0 24px;
	text-align: center;
}

.content{
	padding: 50px 0;
}
.content h2::before {
	content: 'Content';
}
.content .box{
	margin: 40px 0 0;
}
.content .box dl{
	margin: 0 0 40px;
}
.content .box dl dt{
	margin: 0 0 10px;
}
.content .box dl dd{
	font-weight: bold;	
}
.content .box a:hover{
	opacity: 0.5;
}
.company{
	background: url(../img/top/back.jpg) #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    display: block;
	padding: 50px 0;
}
.company h2{
	color: #fff;
}
.company h2::before {
	    top: -25px;
	content: 'Company';
	z-index: 0;
}
.company .box{
	margin: 60px 0 0;
}
.company .box .text{
	background: #fff;
	padding: 20px 10px;
}
.company .box .text h3{
	margin: 0 0 10px;
	color: #A88D6D;
	font-size: 22px;
}
.company .btn {
    margin: 30px 0 0;
}
.instagram{
	padding: 50px 0;
}
.instagram h2{
	margin: 0 0 30px;
}
.instagram h2::before {
	content: 'Content';
}

/* ===============================
   レスポンシブ：768px以上（タブレット）
================================== */
@media (min-width: 768px) {
	.top .box{
	}	
	.top .box .img{
		max-width: 300px;
	}
	.top p{
		font-size: 22px;
		margin: 40px auto;
	}
	.about .box{
		margin: 40px 0 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.about .box .img{
		width: 30%;
		margin: 0;
	}
	.about .box .img img{
	}
	.about .box .text{
		width: 60%;
	}
	.about .box .text h3,
	.about .box .text h4{
		text-align: left;
		margin: 0 0 4px;
	}
	.about .box .text h4{
		margin: 0 0 12px;	
	}
	.menu .block{
		max-width: 1200px;
	}
	.menu .box{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.menu .box dl{
		width: 32%;
		margin: 0;
	}
	.content .box{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.content .box a{
		width: 32%;
		margin: 0;
	}
	.company{
		padding: 50px 0 150px;
	}
	.company .box{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.company .box .img{
		width: 68%;
	}
	.company .box .text{		
		width: 60%;
	    padding: 40px 3%;
	    position: absolute;
	    bottom: -100px;
	    right: 0;
	    background: #fff;
	    z-index: 100;
	}
	.instagram .block{
		max-width: 1200px;
	}



	

/* ===============================
   レスポンシブ：992px以上（ノートPC以上）
================================== */
@media (min-width: 992px) {
	.top p{
		font-size: 26px;
	}
	.company .box .text{		
		width: 50%;
	}






}