@charset "utf-8";

/* common
-------------------------------------------------------*/
* {
	box-sizing: border-box;
}

#wrapper {
	overflow: hidden;
}
.sp {
	display: none;
}
.area {
	padding: 100px 20px;
	box-sizing: border-box;
}
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}

.bree {
	/*font-family: 'Bree Serif', serif;*/
}


@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.area {
		padding: 70px 20px;
	}
	.inner {
		max-width: 100%;
	}
}


/* header
-------------------------------------------------------*/

.header {
	background: url(../img/bg01.png) repeat;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 95px;
}

.header .inner {
	max-width: 100%;
}

.gnav ul {
	display: flex;
	justify-content: center;
}

.gnav ul li {
	margin: 0 20px;
}

.gnav ul li a {
	color: #fff;
	/*font-family: 'Bree Serif', serif;*/
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 1px;
}

.r_btn {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 170px;
}

.r_btn a {
	display: block;
	border-radius: 100px;
	color: #000 !important;
	font-size: 1.6rem !important;
	/*font-family: 'Bree Serif', serif;*/
	font-weight: 700;
	letter-spacing: 1px;
	padding: 5px 10px;
	text-align: center;

	background: rgb(254,209,111);
	background: linear-gradient(59deg, rgba(254,209,111,1) 20%, rgba(255,255,255,1) 48%, rgba(254,209,111,1) 80%); 
}


@media screen and (max-width:900px) {
	.r_btn {
		width: 120px;
	}
}

@media screen and (max-width:768px) {
	.header {
		height: 50px;
	}
	
	.gnav ul {
		display: none;
	}
	
	.r_btn {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 120px;
	}
	
	.r_btn a {
		color: #000 !important;
		font-size: 1.2rem !important;
		padding: 5px 10px;
	}

}



/* nav
-------------------------------------------------------*/
#btn_nav {
	position:absolute;
	cursor: pointer;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height: 30px;
	z-index: 999;
	left: 30px;
	top: 30px;
}
#btn_nav::after {
	position: absolute;
	display: block;
	content: "";
	font-family: 'Jost', sans-serif;
	right: 50%;
	bottom: -20px;
	transform: translate(50%,0);
	font-size: 1.2rem;
}
#btn_nav.active::after {
	content: "";
	color: #fff;
}
#btn_nav span {
	display: inline-block;
	background: #fff;
	width: 35px;
	height: 1px;
	transition: .5s;
	position: relative;
}

#btn_nav.active span {
	transform: translateY(14px) rotate(45deg);
	background: #fff;
}
#btn_nav.active span:nth-child(2) {
	transform: scaleX(0);
}
#btn_nav.active span:last-child {
	transform: translateY(-14px) rotate(-45deg);
}
#nav .nav_cont {
	position: fixed;
	top: 0;
	height: 100%;
	width: 70%;
	overflow: auto;
	background: url(../img/bg01.png) repeat;
	right: -100%;
	z-index: 998;
	transition: 0.7s;
	padding: 80px 40px;
	box-sizing: border-box;
}


@media screen and (max-width:940px) {
	#nav .nav_cont {
		width: 100%;
	}
}

#nav .nav_cont.active {
	right: 0;
}
#nav a {
	color: #fff;
	/*font-family: 'Bree Serif', serif;*/
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 3rem;
}
#nav ul li {
	padding: 0 10px 20px;
	/*border-bottom: 1px solid #fff;*/
	border-bottom: 1px solid rgba(255,255,255,0.4);
	margin: 0 0 20px;
}




@media screen and (max-width:768px) {
	#btn_nav {
		height: 20px;
		top: 13px;
		left: 10px;
	}
	#btn_nav::after {
		width: 28px;
		height: 8px;
		bottom: -10px;
		font-size: 1rem;
	}
	#btn_nav.active::after {
	}
	#btn_nav span {
		width: 25px;
	}
	#btn_nav span:nth-child(2) {
		width: 25px;
	}
	#btn_nav.active span {
		transform: translateY(10px) rotate(45deg);
		background: #fff;
	}
	#btn_nav.active span:last-child {
		transform: translateY(-10px) rotate(-45deg);
	}
	#nav .nav_cont {
		width: 100%;
		padding: 80px 30px;
	}

	#nav a {
		font-size: 2rem;
	}
}


.n_logo {
	max-width: 280px;
	margin: 0 auto;
	margin-top: 20px;
}

.nav_address {
	color: #fff;
	text-align: center;
	margin-top: 20px;
}



@media screen and (max-width:768px) {
	.n_logo {
		max-width: 140px;
	}
	
	.nav_address {
		color: #fff;
		text-align: center;
		margin-top: 20px;
	}
}



/* visual
-------------------------------------------------------*/

#visual .inner {
	max-width: 100%;
	position: relative;
}

.v_logo {
	position: absolute;
	max-width:350px;
	left: 10%;
	bottom: 10%;
}

.visual_slider .pc {
	display: block;
}

.visual_slider .sp {
	display: none;
}

@media screen and (max-width:900px) {
	.v_logo {
		max-width: 180px;
	}
}

@media screen and (max-width:768px) {
	.v_logo {
		max-width:120px;
		left: 5%;
		bottom: 5%;
	}

	.visual_slider .pc {
		display: none;
	}
	
	.visual_slider .sp {
		display: block;
	}
	
}


/* consept
-------------------------------------------------------*/
.consept {
	background: url(../img/bg01_02.png) repeat;
}

.main_ttl {
	color: #fff;
	/*font-family: 'Bree Serif', serif;*/
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 5rem;
	text-align: center;
	position: relative;
	margin-bottom: 80px;
}

.main_ttl::after {
	content: "";
	height: 46px;
	width: 1px;
	background-color: #fff;
	position: absolute;
	bottom: -50px;
	left: 50%;
}

.top_read {
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 2.5rem;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.consept .txt {
	color: #fff;
	max-width: 730px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.main_ttl {
		font-size: 3rem;
		margin-bottom: 50px;
	}
	
	.main_ttl::after {
		content: "";
		height: 30px;
		width: 1px;
		bottom: -35px;
		left: 50%;
	}
	
	.top_read {
		font-size: 1.6rem;
		margin-bottom: 30px;
	}
	
	.consept .txt {
		color: #fff;
		max-width: 730px;
		margin: 0 auto;
	}
}

/* menu
-------------------------------------------------------*/
.menu .main_ttl_wrap {
	background: url(../img/menu_bg.png) no-repeat;
	background-size: cover;
	padding: 200px 0 100px 0;
	margin-bottom: 50px;
}

.area.menu {
	padding: 0;
	position: relative;
}

.menu .inner {
	max-width: 100%;
}

.menu_caution {
	max-width: 1200px;
	margin: 0 auto;
	text-align: right;
	margin-bottom: 30px;
	font-size: 1.4rem;
	padding-right: 20px;
}

.menu_list {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 20px;
	padding-right: 20px;

}

.menu_list li {
	margin-bottom: 40px;
	width: 30%;
}

.menu_list::after{
	content:"";
	display: block;
	width:30%;
  }

  .menu_list .img {
	margin-bottom:10px;
  }

  .menu_ttl {
	font-size: 2rem;
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
  }

  .menu_ttl span {
	display: block;
	letter-spacing: 2px;
	font-size: 2.6rem;
	font-weight: 700;
  }

  .menu_box {
	margin-bottom: 30px;
  }

  .menu_cont {
	margin-bottom: 5px;
  }

  .menu_cont .small {
	font-size: 1.2rem;
  }

  .menu_cont dl {
	display: flex;
	justify-content: space-between;
  }

  .menu_cont dl dt {
	width: 70%;
	font-size: 1.6rem;
  }

  .menu_cont dl dd {
	width: 28%;
	font-weight: 700;
	text-align: right;
  }

  .menu_img {
	position: absolute;
	width: 50%;
	right: 0;
	bottom: -100px;
	z-index: 10;
  }

  @media screen and (max-width:1200px) {
	.menu_img {
		width: 60%;
		bottom: -30px;
	  }
  }

  @media screen and (max-width:768px) {
	.menu .main_ttl_wrap {
		background-position: -150px;
		padding: 100px 0 50px 0;
		margin-bottom: 30px;
	}
	
	.menu_caution {
		margin-bottom: 10px;
		font-size: 1.2rem;
	}
	
	.menu_list {
		display: block;
	}
	
	.menu_list li {
		margin-bottom: 30px;
		width: 100%;
	}
	
	.menu_list::after{
		display: none;
	  }
	
	
	  .menu_ttl {
		font-size: 1.8rem;
		margin-bottom: 10px;
	  }
	
	  .menu_ttl span {
		display: block;
		font-size: 2.2rem;
	  }
	
	
	  .menu_cont .small {
		font-size: 1.2rem;
	  }

	
	  .menu_cont dl dt {
		font-size: 1.4rem;
	  }
	
	  .menu_cont dl dd {
		font-size: 1.6rem;
	  }

	  .menu_img {
		position: relative;
		width: 100%;
	  }
  }


  /* photo
-------------------------------------------------------*/

.area.photo {
	padding: 0;
}

.photo .inner {
	max-width: 100%;
}

.photo_area01 {
	background: url(../img/photo_bg.png) repeat;
	position: relative;
	height: 1000px;
}

.photo_posi {
	position: absolute;
}

.photo02 {
	width: 30%;
	left: 0;
	top:10%;
}

.photo03 {
	width: 40%;
	right: 0;
	top:15%;
}

.photo04 {
	width: 40%;
	left: 20%;
	top:40%;
}

.photo05 {
	width: 25%;
	right: 12%;
	bottom:-10%;
}


.photo_area02 {
	background: url(../img/photo_bg.png) repeat;
	position: relative;
	height: 700px;
}

.photo07 {
	width: 50%;
	left: 5%;
	top:-10%;
}

.photo08 {
	width: 25%;
	right: 10%;
	top:-5%;
}




@media screen and (max-width:1200px) {
	.photo_area01 {
		height: 700px;
	}

	.photo_area02 {
		height: 500px;
	}
	
  }


  @media screen and (max-width:900px) {
	.photo_area01 {
		height: 500px;
	}

	.photo_area02 {
		height: 400px;
	}
	
  }

  @media screen and (max-width:768px) {
	.photo_area01 {
		height: 400px;
	}

	.photo_area02 {
		height: 300px;
	}
	
  }


  @media screen and (max-width:500px) {
	.photo_area01 {
		height: 300px;
	}
	
	.photo_posi {
		position: absolute;
	}
	
	.photo02 {
		width: 50%;
		left: 0;
		top:10%;
	}
	
	.photo03 {
		width: 40%;
		right: 0;
		top:15%;
	}
	
	.photo04 {
		width: 50%;
		left: 20%;
		top:40%;
	}
	
	.photo05 {
		width: 35%;
		right: 12%;
		bottom:-10%;
	}
	
	
	.photo_area02 {
		height: 150px;
	}
	
	.photo07 {
		width: 50%;
		left: 5%;
		top:-10%;
	}
	
	.photo08 {
		width: 25%;
		right: 10%;
		top:-5%;
	}
  }



  /* reserve
-------------------------------------------------------*/



.reserve .main_ttl {
	color: #000;
}

.reserve .main_ttl::after {
	background-color: #000;
}

.tel {
	text-align: center;
	/*font-family: 'Bree Serif', serif;*/
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 4rem;
	margin-bottom: 30px;
}

.tel .small {
	font-size: 50%;
}

.contact {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.contact li {
	width: 32%;
}


@media screen and (max-width:768px) {
	.tel {
		font-size: 3rem;
		margin-bottom: 20px;
	}
	
	.tel .small {
		font-size: 50%;
	}
	
	.contact {
		max-width: 100%;
		display: block;
	}
	
	.contact li {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
  }


  /* blog
-------------------------------------------------------*/

.blog {
	background: #ded5ce;
}

.blog .main_ttl {
	color: #000;
}

.blog .main_ttl::after {
	background-color: #000;
}


.blog_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.blog_box li {
	width: 48%;
	margin-bottom: 30px;
}

.blog_box li dl {
	display: flex;
	justify-content: space-between;
}

.blog_box li dl dt {
	width: 28%;
}

.blog_box li dl dd {
	width: 70%;
}

.blog_ttl {
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.blog_box li .txt {
	margin-bottom: 10px;
}

.blog_data {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.blog_data_day {
	font-size: 1.2rem;
}

.blog_data_btn a {
	background: #4c4141;
	border-radius: 100px;
	color: #fff;
	text-align: center;
	padding: 5px 20px;
	font-size: 1.2rem;
}


@media screen and (max-width:768px) {
	.blog_box {
		display: block;
	}
	
	.blog_box li {
		width: 100%;
		margin-bottom: 30px;
	}
	
	
	
	.blog_ttl {
		font-size: 1.6rem;
	}
	
	.blog_box li .txt {
		margin-bottom: 10px;
	}
	
	.blog_data {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.blog_data_day {
		font-size: 1.2rem;
	}
	
	.blog_data_btn a {
		background: #4c4141;
		border-radius: 100px;
		color: #fff;
		text-align: center;
		padding: 5px 20px;
		font-size: 1.2rem;
	}
}


/*footer
-------------------------------------------------------*/

.footer {
	background: url(../img/footer_bg.png) no-repeat;
	background-size: cover;
	background-position: right;
	padding-top: 200px;
}

.footer_box {
	width: 50%;
	margin-left: 50%;
	color: #fff;
}

.footer_box dl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.footer_box dl dt {
	width: 35%;
	/*font-family: 'Bree Serif', serif;*/
	font-weight: 700;
}

.footer_box dl dd {
	width: 63%;
}

.copy {
	font-size: 1.2rem;
	margin-top: 50px;
}

@media screen and (max-width:768px) {
	.footer {
		padding-top: 100px;
	}
	
	.footer_box {
		width: 100%;
		margin-left: 0%;
	}
	
	.footer_box dl {
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	
	.footer_box dl dt {
		width: 35%;
		font-family: 'Bree Serif', serif;
	}
	
	.footer_box dl dd {
		width: 63%;
	}
	
	.copy {
		font-size: 1.2rem;
		margin-top: 30px;
	}
}