@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	トップページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ================================================================================

	レイアウト

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		max-width: none;
		max-width: 1920px; /* 固定幅レイアウト時 */
		width: 100%;
		min-height: 50vh;
		display: block;
		margin: 0 auto;
	}

	.inner_wrap {
		position: relative;
	}

	.section_title {
		color: #628465;
		position: relative;
		padding-bottom: 10px;
		margin-bottom: 35px;
	}
	.section_title::before {
		content: "";
		width: 70px;
		height: 1px;
		background-color: #628465;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.section_title span{
		font-size: 2.8em;
		line-height: 1.4;
	}


	.section_title-center{
		text-align: center;
		color: #628465;
		position: relative;
		padding-bottom: 10px;
		margin-bottom: 35px;
	}
	.section_title-center::before {
		content: "";
		width: 70px;
		height: 1px;
		background-color: #628465;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.section_title-center span{
		font-size: 2.8em;
		line-height: 1.4;
	}
	
	.jp_title p {
		margin-top: 0;
		font-size: 1.5em;
	}
	.jp_title h3 {
		margin-top: 25px;
		font-size: 1.5em;
		font-weight: 500;
	}
	.section_text {
		margin-top: 25px;
	}

	.more a{
		display: inline-block;
		background-color: #628465;
		width: 250px;
		padding: 10px 0;
		text-align: center;
		position: relative;
		border-radius: 5px;
		margin: 50px 0 0 auto;
		color: #fff;
		font-size: 1.5em;
	}
	.more_right {
		text-align: right;
	}
	.more_center {
		text-align: center;
	}

	.more a::before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 7px solid #ffffff;
		border-right: 0;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
	  }
	  .top_col2 {
		margin-right: 45px;
	  }

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
	}

	.inner_wrap {
		position: relative;
	}

	.section_title {
		color: #628465;
		position: relative;
		padding-bottom: 10px;
		margin-bottom: 25px;
		text-align: center;
	}
	.section_title::before {
		content: "";
		width: 70px;
		height: 1px;
		background-color: #628465;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.section_title span{
		font-size: 2.8em;
		line-height: 1.4;
	}


	.section_title-center{
		text-align: center;
		color: #628465;
		position: relative;
		padding-bottom: 10px;
		margin-bottom: 25px;
	}
	.section_title-center::before {
		content: "";
		width: 70px;
		height: 1px;
		background-color: #628465;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.section_title-center span{
		font-size: 2.8em;
		line-height: 1.4;
	}
	
	.jp_title p {
		margin-top: 0;
		font-size: 1.5em;
		text-align: center;
	}
	.jp_title h3 {
		margin-top: 25px;
		font-size: 1.5em;
		font-weight: 500;
		text-align: center;
	}
	.section_text {
		margin-top: 15px;
	}

	.more a{
		display: inline-block;
		background-color: #628465;
		width: 250px;
		padding: 10px 0;
		text-align: center;
		position: relative;
		border-radius: 5px;
		margin: 30px 0 0 auto;
		color: #fff;
		font-size: 1.5em;
	}
	.more_right {
		text-align: center;
	}
	.more_center {
		text-align: center;
	}

	.more a::before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 7px solid #ffffff;
		border-right: 0;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
	  }
}





/* ================================================================================

	メイン画像

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_top {
		position: relative;
	}
	.main_top_in {
		position: relative;
		background: url(../img/mv.jpg) center top / cover no-repeat;
		height: 84vh
	}
	.main_top-text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
	}
	.main_top-text img{
		width: 235px;
		height: auto;
	}
	.main_top-text p{
		font-size: 1.37em;
		color: #fff;
		font-weight: 700;
		margin-top: 10px;
		text-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	}
	.main_top-news {
		background-color: #F0F7F0;
		padding: 10px 0;
	}
	.top_news {
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
		align-items: center;
	}
	.top_news > .post_wrap {
		margin-top: 0;
	}
	.top_news .en {
		font-size: 1.37em;
		margin-right: 50px;
	}
	.top_news-text {
		font-size: 0.87em;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		color: #628465;
	}
	.top_news-text div {
		padding-right: 30px;
	}
	.top_news-text a {
		color: #628465;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_top {
		position: relative;
	}
	.main_top_in {
		position: relative;
		background: url(../img/mv.jpg) center top / cover no-repeat;
		height: 55vh;
	}
	.main_top-text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
	}
	.main_top-text img{
		width: 235px;
		height: auto;
	}
	.main_top-text p{
		font-size: 1.37em;
		color: #fff;
		font-weight: 700;
		margin-top: 10px;
		text-shadow: 3px 3px 5px rgba(0,0,0,0.3);
		white-space: nowrap;
	}
	.main_top-news {
		background-color: #F0F7F0;
		padding: 10px 10px;
	}
	.top_news {
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
		align-items: center;
	}
	.top_news > .post_wrap {
		margin-top: 0;
	}
	.top_news .en {
		font-size: 1.37em;
		margin-right: 15px;
	}
	.top_news-text {
		font-size: 0.87em;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		color: #628465;
	}
	.top_news-text div {
		padding-right: 15px;
	}
	.top_news-text a {
		color: #628465;
	}
}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここからコンテンツ内容

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ================================================================================

	コンセプト

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.concept_section {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.top_col-left {
		margin-right: 45px;
	}
	.concept {
		padding: 120px 0;
		background: url(../img/bc1.jpg) center top / cover no-repeat;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.concept_section {
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 0 20px;
	}
	.concept {
		padding: 80px 0;
		background: url(../img/bc1.jpg) center top / cover no-repeat;
	}
}


/* ================================================================================

	メニュー

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.section {
		margin-top: 80px;
	}
	.top_col-left {
		margin-right: 45px;
	}
	.menu {
		padding: 120px 0;
		background: url(../img/bc1.jpg) center top / cover no-repeat;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.section {
		margin-top: 80px;
		padding: 0 20px;
	}
	.top_col-left {
		margin-bottom: 35px;
	}
	.menu {
		padding: 80px 20px;
		background: url(../img/bc1.jpg) left top / cover no-repeat;
	}
}





/* ================================================================================

	お客様の声

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.top_voice {
		background: url(../img/top-voice.jpg) center top / cover no-repeat;
		padding: 120px 0;
		margin: 0 calc(50% - 50vw);
  		width: 100vw;
		display: inline-block;

	}
	.top_voice.section_title-center {
		color: #fff;
		text-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	}
	.top_voice.section_title-center::before {
		background-color: #fff;
		bottom: 30%;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.top_voice {
		background: url(../img/top-voice.jpg) center top / cover no-repeat;
		padding: 80px 0;
		margin: 0 calc(50% - 50vw);
  		width: 100vw;
		display: inline-block;

	}
	.top_voice.section_title-center {
		color: #fff;
		text-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	}
	.top_voice.section_title-center::before {
		background-color: #fff;
		bottom: 30%;
	}
}





/* ================================================================================

	ブログ

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.blog_section {
		margin-top: 120px;
	}
	.blog_flex {
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
	.blog_flex li {
		width: calc(100% / 4);
		margin-right: 20px;
	}
	.blog_flex li:last-child {
		margin-right: 0;
	}
	.blog_cate {
		background-color: #FFFA98;
		padding: 3px 5px;
		font-weight: 300;
		border-radius: 4px;
		margin-right: 8px;
		font-size: 0.75em;
		line-height: 2;
		margin-bottom: 3px;
		display: inline-block;
	}
	.categrize_date {
		font-size: 0.87em;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.blog_section {
		margin-top: 80px;
		padding: 0 20px;
	}
	.blog_flex li {
		margin-bottom: 35px;
	}
	.blog_flex li:last-child {
		margin-bottom: 0;
	}
	.blog_cate {
		background-color: #FFFA98;
		padding: 3px 5px;
		font-weight: 300;
		border-radius: 4px;
		margin-right: 8px;
		font-size: 0.75em;
		line-height: 2;
		margin-bottom: 3px;
		display: inline-block;
	}
	.categrize_date {
		font-size: 0.87em;
	}
}





/* ================================================================================

	予約

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.reservation_section {
		background: url(../img/bc2.jpg) center top / cover no-repeat;
		padding: 120px 0;
		margin-top: 120px;
		text-align: center;
	}
	.reservation_title {
		font-size: 1.12em;
		margin-bottom: 25px;
		line-height: 1.2;
		color: #628465;
	}
	.reservation_title span{
		font-size: 2.5em;
	}
	.f_reservation-text p{
		margin-top: 10px;
		line-height: 1.4;
	}
	.f_tel-text {
		font-size: 1.87em;
		font-weight: 600;
		pointer-events: none;
	}
	.f_time {
		font-size: 1.12em;
		margin-bottom: 45px;
	}


	/* ボタン */
	.f_btn {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	.f_btn-left {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 535px;
		width: 100%;
		background-color: #628465;
		border-radius: 5px;
		color: #fff;
		font-weight: 500;
		padding: 28px 0;
		margin-right: 25px;
	}
	.f_btn-right {
		display: flex;
		align-items: center;
		justify-content: center;
		display: inline-block;
		max-width: 535px;
		width: 100%;
		background-color: #FFFA98;
		border-radius: 5px;
		font-size: 1.4em;
		font-weight: 500;
		padding: 53px 0;
		text-align: center;
		position: relative;
	}
	.f_btn-right::before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 7px solid #141414;
		border-right: 0;
		position: absolute;
		top: 50%;
		right: 50px;
		transform: translateY(-50%);
	  }
	.f_btn-left p {
		margin-top: 0px;
	}

	.f_qr {
		text-align: center;
		margin-right: 50px;
	}
	.f_qr img{
		width: 60px;
		height: 60px;
	}
	.f_qr p{
		font-size: 0.87em;
		margin-top: 5px;
	}
	.f_qr-text {
		font-size: 1.4em;
	}

	.taisaku {
		max-width: 535px;
		margin: 0 auto;
	}
	.taisaku img{
		width: 100%;
		height: auto;
		margin-top: 40px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.reservation_section {
		background: url(../img/bc2.jpg) right top / cover no-repeat;
		padding: 80px 20px;
		margin-top: 80px;
		text-align: center;
	}
	.reservation_title {
		font-size: 1.12em;
		margin-bottom: 25px;
		line-height: 1.2;
		color: #628465;
	}
	.reservation_title span{
		font-size: 2em;
	}
	.f_reservation-text p{
		margin-top: 10px;
		line-height: 1.4;
	}
	.f_tel-text {
		font-size: 1.87em;
		font-weight: 600;
		pointer-events: none;
	}
	.f_time {
		font-size: 1.12em;
		margin-bottom: 45px;
	}


	/* ボタン */
	.f_btn-left {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 535px;
		width: 100%;
		background-color: #628465;
		border-radius: 5px;
		color: #fff;
		font-weight: 500;
		padding: 15px 0;
		margin-bottom: 25px;
	}
	.f_btn-right {
		display: flex;
		align-items: center;
		justify-content: center;
		display: inline-block;
		max-width: 535px;
		width: 100%;
		background-color: #FFFA98;
		border-radius: 5px;
		font-size: 1.4em;
		font-weight: 500;
		padding: 36px 0;
		text-align: center;
		position: relative;
	}
	.f_btn-right::before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 7px solid #141414;
		border-right: 0;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
	  }
	.f_btn-left p {
		margin-top: 0px;
	}

	.f_qr {
		text-align: center;
		margin-right: 20px;
	}
	.f_qr img{
		width: 50px;
		height: 50px;
	}
	.f_qr p{
		font-size: 0.87em;
		margin-top: 10px;
	}
	.f_qr-text {
		font-size: 1.4em;
	}

	.taisaku {
		max-width: 535px;
		margin: 0 auto;
	}
	.taisaku img{
		width: 100%;
		height: auto;
		margin-top: 25px;
	}
}





/* ================================================================================

	〇〇

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
}
