@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');


/* MATERIALS */

a:link,
a:visited{
	color:#cb9068;
	text-decoration: none;
}
a:hover,
a:active{
	color:#fff;
}

/* INTERFACE */

br.pc{
	display:block;
}
br.sp{
	display:none;
}

@media only screen and (max-width:767px){
	br.pc{
		display:none;
	}
	br.sp{
		display:block;
	}
}

a.btn{
	display: table;
	margin: 0 auto;
	font-size: 15px;
	color: #000;
	background-color: #cd9e64;
	padding: 20px 30px;
	letter-spacing: 1px;
	border: 1px solid #cd9e64;
}
a.btn:hover{
	color: #cd9e64;
	background-color: #000;
	transition: .2s;
}


body{
	-webkit-text-size-adjust:100%;
	margin:0;
	padding:0;
	background-color:#000;
	color:#fff;
	font-family:"Noto Serif JP", serif;
}
body>footer{
	text-align:center;
}
#footer_sns a img{
	width:50px;
	margin:0 15px;
	padding: 20px 0;
}
#footer_copyright{
	padding:30px 60px 60px;
	text-align:center;
}
#footer_copyright img{
	padding: 0 0 50px;
	max-width: 200px;
	width: 100%;
}
#footer_copyright small{
	display: block;
	font-family:Verdana,sans-serif;
	font-size:9px;
	color:#cb9068;
}

#home_contents_area h2{
  font-weight: 400;
  font-style: normal;
	font-size: 15px;
	text-align: center;
	margin: 0 0 30px;
	letter-spacing: 1px;
}
#home_contents_area h2 span{
	display: block;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 50px;
	color: #cb9068;
}
#home_contents_area p,
#sub_contents_area p{
	font-size: 15px;
	font-weight:400;
	font-style: normal;
	line-height: 2.2;
	letter-spacing: 1px;
}
#home_contents_area table.table th,
#home_contents_area table.table td{
	font-size: 15px;
	font-weight:400;
	font-style: normal;
	text-align: left;
	line-height: 2.2;
	letter-spacing: 1px;
}
#home_contents_area table.table th{
	padding: 0 40px 0 0;
	color: #cb9068;
	white-space: nowrap;
}

@media only screen and (max-width:767px){
	#home_contents_area h2 span{
		font-size: 40px;
	}
	#home_contents_area p,
	#sub_contents_area p{
		line-height: 2.0;
	}
	#home_contents_area table.table th,
	#home_contents_area table.table td{
		display: block;
		line-height: 2.0;
	}
	#home_contents_area table.table th{
		padding: 0;
	}
}

#home_key_area {
  position: relative;
}
#home_key_area img{
  width: 100%;
}
#home_key_area h1{
  width: 450px;
  margin: 0;
  position: absolute;
  top: 46%;
  left: 50%;
	transform: translate(-50%,-50%);
}
#home_key_area p{
	font-size: 15px;
	letter-spacing: 1px;
	color: #ebdacf;
	text-align: center;
  position: absolute;
  top: 53%;
  left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

@media only screen and (max-width:1100px){
	#home_key_area h1{
		width:350px;
	}
}
@media only screen and (max-width:767px){
	#home_key_area h1{
		min-width: 250px;
		width: 60%;
		top: 45%;
	}
	#home_key_area p{
		top: 53%;
	}
}

#home_concept_area{
	max-width: 1000px;
	margin: 0 auto;
	padding: 130px 40px;
	text-align: center;
}
#home_concept_area p span{
	display: block;
	font-size: 17px;
	color: #cb9068;
	margin: 30px 0 0;
}

@media only screen and (max-width:767px){
	#home_concept_area{
		padding: 100px 20px;
	}
	#home_concept_area p span{
		font-size: 16px;
	}
}

#home_floor_area{
	background-image: url(../img/floor_bg.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0 0 130px;
}
#home_floor_area>div{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 40px;
	text-align: center;
}
#home_floor_area div img{
	width: 90%;
}
#home_floor_area div p{
	max-width: 630px;
	margin: 30px auto;
	text-shadow: #000 0 0 50px;
}
#home_floor_area div div img{
	width: 40%;
	margin: 20px;
}

@media only screen and (max-width:767px){
	#home_floor_area{
		background-image: url(../img/floor_bg-.png);
		background-size: auto;
		padding: 0 0 100px;
	}
	#home_floor_area>div{
		padding: 0 20px;
	}
	#home_floor_area div img{
		width: 100%;
	}
	#home_floor_area div p{
		text-align: justify;
	}
	#home_floor_area div div img{
		max-width: 400px;
		width: 100%;
		margin: 20px 0;
	}
}

#home_charge_area {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 40px 130px;
	text-align: center;
}
#home_charge_area table{
	margin: 0 auto;
}

@media only screen and (max-width:767px){
	#home_charge_area{
		padding: 0 20px 100px;
	}
}

#home_drink_area{
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 40px 130px;
	text-align: center;
}
#home_drink_area div{
	display: flex;
	justify-content: space-between;
}
#home_drink_area figure:first-of-type{
	margin: -50px 20px 0;
	width: 300px;
}
#home_drink_area figure:nth-of-type(2){
	margin: 120px 20px 0;
	width: 520px;
}
#home_drink_area figure:last-of-type{
	margin: 30px 20px 0;
	width: 290px;
}
#home_drink_area figure img{
	width: 100%;
}

@media only screen and (max-width:1000px){
	#home_drink_area figure:first-of-type{
		margin: 0px 20px 0;
	}
	#home_drink_area figure:nth-of-type(2){
		margin: 90px 20px 0;
	}
}
@media only screen and (max-width:767px){
	#home_drink_area{
		padding: 0 20px 100px;
		text-align: justify;
	}
	#home_drink_area div{
		flex-wrap: wrap;
	}
	#home_drink_area figure:first-of-type{
		width: 48%;
		margin: 20px 0px 0;
	}
	#home_drink_area figure:nth-of-type(2){
		width: 85%;
		margin: 30px 0px 0;
		order: 3;
	}
	#home_drink_area figure:last-of-type{
		width: 43%;
		margin: 160px 0px 0;
	}
}

#home_access_area {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 40px 130px;
	text-align: justify;
}
#home_access_area>div{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#home_access_area>div img{
	width: 360px;
	margin: 20px 0 0 20px;
}
#home_access_area a{
	color: #fff;
	text-decoration: underline;
}

@media only screen and (max-width:1000px){
	#home_access_area table th,
	#home_access_area table td{
		display: block;
	}
}
@media only screen and (max-width:767px){
	#home_access_area {
		padding: 0 20px 100px;
	}
	#home_access_area>div{
		flex-direction: column;
		align-items: center;
	}
	#home_access_area>div img{
		max-width: 400px;
		width: 100%;
		margin: 20px 0 0;
	}
}

#home_news_area{
	width: max-content;
	margin: 0 auto;
	text-align: left;
	padding: 0 40px 130px;
}

#home_news_area section {
	display: flex;
	justify-content: flex-start;
	gap: 40px;
	margin: 0 0 30px;
}

#home_news_area time,
#home_news_area h3 {
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	text-align: left;
	line-height: 2.2;
	letter-spacing: 1px;
	color: #cb9068;
}

#home_news_area p {
	margin: 0;
}

#home_news_area a{
	color: #fff;
	text-decoration: underline;
}


@media only screen and (max-width:500px){
	#home_news_area{
		width: 100%;
		padding: 0 20px 100px;
		box-sizing: border-box;
	}

	#home_news_area section {
		flex-direction: column;
		gap: 0px;
	}
	#home_news_area time,
	#home_news_area h3 {
		line-height: 2.0;
	}
}

#home_message_area {
  position: relative;
  background: #c19f76;
	padding: 100px 0;
	margin: 0 0 100px;
}
#home_message_area .wave-top{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}
#home_message_area .wave-top svg{
	position: relative;
	display: block;
	width: calc(151% + 1.3px);
	height: 100px;
}
#home_message_area .wave-top .shape-fill{
	fill: #000;
}
#home_message_area .wave-bottom {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}
#home_message_area .wave-bottom svg {
	position: relative;
	display: block;
	width: calc(111% + 1.3px);
	height: 100px;
	transform: rotateY(180deg);
}
#home_message_area h2{
	color: #000;
}
#home_message_area h2 span{
	color:#5e361c;
}
#home_message_area div:nth-of-type(2){
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 40px;
	text-align: justify;
	color: #000;
}
#home_message_area div:nth-of-type(2) div{
	width: 50%;
}
#home_message_area div:nth-of-type(2) figure{
	margin: 0 0 0 40px;
}
#home_message_area div:nth-of-type(2) figure img{
	max-width: 480px;
	width: 100%;
	height: auto;
}

@media only screen and (max-width:1000px){
	#home_message_area div:nth-of-type(2){
		flex-direction: column;
		padding: 0 40px 50px;
	}
	#home_message_area div:nth-of-type(2) div{
		width: 100%;
	}
}
@media only screen and (max-width:767px){
	#home_message_area {
		margin: 0;
	}
	#home_message_area .wave-top svg{
		height: 80px;
	}
	#home_message_area .wave-bottom svg {
		width: calc(160% + 1.3px);
		height: 60px;
	}
	#home_message_area div:nth-of-type(2){
		flex-direction: column;
		padding: 0 20px 50px;
	}
	#home_message_area div:nth-of-type(2) figure{
		margin: 0;
	}
}

#home_history_area{
	margin: 60px auto;
	padding: 120px 40px;
	text-align: center;
	background-image: url(../img/history.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width:767px){
	#home_history_area{
		padding:70px 20px;
	}
}

#home_recruit_area{
	max-width: 700px;
	margin: 0 auto;
	padding: 100px 40px;
}
#home_recruit_area img{
	width: 100%;
	border: 2px solid #cb9068;
}

@media only screen and (max-width:767px){
	#home_recruit_area{
		padding: 80px 20px;
	}
}


#sub_contents_area p span{
	color: #cb9068;
}
#sub_key_area {
  position: relative;
	padding: 0 0 130px;
}
#sub_key_area img{
  width: 100%;
}
#sub_key_area a img{
  width:250px;
  margin: 0;
  position: absolute;
  top: 3%;
  left: 3%;
}
#sub_key_area p{
	font-size: 15px;
	letter-spacing: 1px;
	color: #d8bcaa;
	text-align: center;
	margin: 20px 0 0;
}
#sub_key_area h1{
  font-weight: 400;
  font-style: normal;
	font-size: 20px;
	text-align: center;
}
#sub_key_area h1 span{
	display: block;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 70px;
	color: #cb9068;
}
#sub_key_area>div{
	background-color: #000;
	padding: 40px;
	position: absolute;
	top: 45%;
  left: 50%;
	transform: translate(-50%,-50%);
}

@media only screen and (max-width:1000px){
	#sub_key_area p{
		margin: 0;
	}
	#sub_key_area h1{
		font-size: 15px;
	}
	#sub_key_area h1 span{
		font-size: 42px;
	}
	#sub_key_area>div{
		padding: 30px;
	}
	#sub_key_area a img{
		width: 20%;
	}
}
@media only screen and (max-width:767px){
	#sub_key_area {
		padding: 0 0 100px;
	}
	#sub_key_area a img{
		width: 35%;
	}
}

#sub_contents_area section{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 40px 130px;
}
#sub_contents_area section h2{
	font-size: 30px;
  font-weight: 400;
  font-style: normal;
	letter-spacing: 1px;
	color: #cb9068;
	margin: 0 0 50px;
}
#sub_contents_area section figure{
	max-width: 350px;
	width: 100%;
	margin: 0;
}
#sub_contents_area section figure figcaption{
	font-size: 13px;
	margin: 5px 0 0;
	text-align: left;
}
#sub_contents_area section img{
	width: 100%;
	vertical-align: bottom;
}
#sub_contents_area section div.text_area{
	width: calc(100% - 500px);
	margin: 0 30px 0 0;
}
#sub_contents_area section div.img_area{
	width: calc(40% + 150px);
}

@media only screen and (max-width:767px){
	#sub_contents_area section{
		padding: 0 20px 100px;
	}
	#sub_contents_area section h2{
		font-size: 24px;
		margin: 0 0 30px;
	}
}

#sub_contents_area #section01{
	text-align: center;
}
#sub_contents_area #section02 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#sub_contents_area #section02 figure:first-of-type{
	margin: 40px 0 40px 150px;
}
#sub_contents_area #section03{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#sub_contents_area #section05 div{
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	margin: 50px auto 0;
	flex-wrap: wrap;
	align-items: flex-start;
}
#sub_contents_area #section05>div figure{
	width: calc(33.333% - 20px);
	margin: 0 0 30px;
}
#sub_contents_area #section05>div figure img{
	width: 100%;
}
#sub_contents_area #section06 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#sub_contents_area #section06 figure:first-of-type{
	margin: 40px 0 40px 150px;
}
#sub_contents_area #section07 ul{
	font-size: 15px;
	line-height: 2.2;
	letter-spacing: 1px;
	padding: 0 0 0 1em;
}
#sub_contents_area #section07 ul li::marker{
	color: #cb9068;
}
#sub_contents_area #section08 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#sub_contents_area #section08 figure:first-of-type{
	margin: 40px 0 40px 150px;
}
#sub_contents_area #section10>div{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#sub_contents_area #section10>img{
	width: 100%;
	margin: 80px 0 0;
}
#sub_contents_area>p{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 40px 130px;
	text-align: right;
}
#sub_contents_area>a{
	display: table;
	margin: 0 auto 130px;
}

@media only screen and (max-width:1000px){
	#sub_contents_area section div.text_area{
		width: 100%;
		margin: 0;
	}
	#sub_contents_area section div.img_area{
		width: 500px;
	}
	#sub_contents_area section {
		text-align: center;
	}
	#sub_contents_area #section02,
	#sub_contents_area #section03,
	#sub_contents_area #section06,
	#sub_contents_area #section08,
	#sub_contents_area #section10>div{
		flex-direction: column;
	}
	#sub_contents_area #section05>div figure{
		width: calc(33.333% - 10px);
		margin: 0 0 15px;
	}
	#sub_contents_area #section07 ul{
		margin: 0 auto;
		text-align: justify;
		width:fit-content
	}
}

@media only screen and (max-width:550px){
	#sub_contents_area #section01{
		text-align: justify;
	}
	#sub_contents_area #section01 h2{
		text-align: center;
	}
	#sub_contents_area section div.img_area{
		max-width: 350px;
		width: 100%;
	}
	#sub_contents_area section {
		text-align: justify;
	}
	#sub_contents_area #section02 figure:first-of-type,
	#sub_contents_area #section06 figure:first-of-type,
	#sub_contents_area #section08 figure:first-of-type {
		margin: 0px 0 40px 0px;
	}
	#sub_contents_area #section05>div figure{
		width: calc(50% - 10px);
	}
	#sub_contents_area #section06 {
		padding: 0 20px 100px;
		text-align: justify;
	}
	#sub_contents_area>p{
		padding: 0 20px 100px;
	}
	#sub_contents_area>a{
		margin: 0 auto 100px;
	}
}