@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 {
		width: 70%;
		margin: 0 auto;
	}
	.section_title img {
		width: 100%;
		height: auto;
	}

	/* 下線のタイトル */
	.section_title_text {
		font-size: 2.5em;
		color: #fff;
		text-align: center;
		padding-bottom: 10px;
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
		margin-bottom: 35px;
	}
	.section_title_text::before {
		content: "";
		width: 1000px;
		height: 3px;
		background: url(../img/h-line.png) center top / 100% no-repeat;
		bottom: 0;
		left: 0;
		position: absolute;
	}

	/* 下線のタイトル */
	.section_title_text2 {
		font-size: 2.5em;
		text-align: center;
		padding-bottom: 10px;
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
		margin-bottom: 35px;
	}
	.section_title_text2::before {
		content: "";
		width: 1000px;
		height: 3px;
		background: url(../img/h-line.png) center top / 100% no-repeat;
		bottom: 0;
		left: 0;
		position: absolute;
	}

	.calendar_btn {
		background-color: #3D4E28;
		padding: 15px;
		position: fixed;
		right: 0;
		top: 180PX;
		z-index: 999;
		border-radius: 10px 0 0 10px;
		border: 1.5px solid #fff;
	}
	.calendar_btn a {
		color: #fff;
		font-weight: 500;
	}
}



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

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

	.inner_wrap {
		position: relative;
	}

	/* 画像のタイトル */
	.section_title {
		width: 90%;
		margin: 0 auto;
	}
	.section_title img {
		width: 100%;
		height: auto;
	}

	/* 下線のタイトル */
	.section_title_text {
		font-size: 2em;
		color: #fff;
		text-align: center;
		padding-bottom: 10px;
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
		margin-bottom: 35px;
	}
	.section_title_text::before {
		content: "";
		width: 100%;
		height: 3px;
		background: url(../img/h-line.png) center top / 100% no-repeat;
		bottom: 0;
		left: 0;
		position: absolute;
	}

	/* 下線のタイトル */
	.section_title_text2 {
		font-size: 2em;
		text-align: center;
		padding-bottom: 10px;
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
		margin-bottom: 35px;
	}
	.section_title_text2::before {
		content: "";
		width: 100%;
		height: 3px;
		background: url(../img/h-line.png) center top / 100% no-repeat;
		bottom: 0;
		left: 0;
		position: absolute;
	}

	.calendar_btn {
		background-color: #3D4E28;
		padding: 15px;
		position: fixed;
		right: 0;
		top: 180PX;
		z-index: 999;
		border-radius: 10px 0 0 10px;
		border: 1.5px solid #fff;
	}
	.calendar_btn a {
		color: #fff;
		font-weight: 500;
	}
}





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

	メイン画像

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_top {
		position: relative;
		height: calc(100vh - 146px);
		max-height: 780px;
	}
	.main_img1 {
		width: auto;
		height: 60%;
		position: absolute;
		bottom: -25px;
		left: 0px;
		z-index: 100;
	}
	.main_img2 {
		width: auto;
		height: 100%;
		position: absolute;
		top: 0px;
		right: 0;
		z-index: 100;
	}
	.main_img1 img {
		width: auto;
		height: 102%;
	}
	.main_img2 img {
		width: auto;
		height: 103%;
	}


	.main_top_in {
		position: relative;
		background: url(../img/top-mv.jpg) center top / cover no-repeat;
		max-width: 950px;
		height: 100%;
		margin: 0 auto;
	}
	.main_img3 {
		display: none;
	}
	.main_img4 {
		display: none;
	}
	.main_img3 img {
		display: none;
	}
	.main_img4 img {
		display: none;
	}

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_top {
		position: relative;
		height: 60vh;
	}
	.main_img1 {
		/* width: auto;
		height: 60%;
		position: absolute;
		bottom: -5px;
		left: 10px;
		z-index: 100; */
		display: none;
	}
	.main_img2 {
		/* width: auto;
		height: 100%;
		position: absolute;
		top: 0px;
		right: -70px;
		z-index: 100; */
		display: none;
	}
	/* .main_img1 img {
		width: auto;
		height: 102%;
	}
	.main_img2 img {
		width: auto;
		height: 103%;
	} */
	

	.main_top_in {
		position: relative;
		background: url(../img/top-mv.jpg) center top / cover no-repeat;
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}
	.main_img3 {
		width: auto;
		height: 50%;
		position: absolute;
		bottom: -5px;
		left: 10px;
		z-index: 100;
	}
	.main_img4 {
		width: auto;
		height: 102%;
		position: absolute;
		top: 0px;
		right: -70px;
		z-index: 100;
	}
	.main_img3 img {
		width: auto;
		height: 102%;
	}
	.main_img4 img {
		width: auto;
		height: 103%;
	}
}





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

	ここからコンテンツ内容

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



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

	コンセプト

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.top_concept {
		border-top: 10px solid #27170B;
		border-bottom: 10px solid #27170B;
		display: flex;
		align-items: stretch;
		justify-content: center;
	}
	.top_concept_left, .top_concept_right {
		width: 50%;
	}
	.top_concept_left img {
		width: 100%;
		height: auto;
	}
	.top_concept_right {
		background: url(../img/top-concept2.png) center top / cover repeat;
		color: #fff;
		padding: 75px 60px;
	}
	.top_concept_right p {
		font-size: 0.875em;
		
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.top_concept {
		border-top: 10px solid #27170B;
		border-bottom: 10px solid #27170B;
	}
	.top_concept_left {
		height: 250px;
		overflow-y: hidden;
	}
	.top_concept_left img {
		width: 100%;
		height: auto;
	}
	.top_concept_right {
		background: url(../img/top-concept2.png) center top / cover repeat;
		color: #fff;
		padding: 30px 20px;
	}
	.top_concept_right p {
		font-size: 0.875em;
	}
}





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

	レコメンドメニュー

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.top_menu {
		background: url(../img/top-menu-bc.jpg) center top / cover repeat;
	}
	.top_menu_wrap {
		background: url(../img/top-menu-tree.png) center top / 100% no-repeat;
		background-size: auto 100%;
		padding: 90px 20px;
	}

	.top_menu_inner {
		max-width: 1170px;
		margin: 0 auto;
		background: url(../img/top-menu-bc2.webp) center top / 100% no-repeat;
		background-size: 100% 100%;
		text-align: center;
		position: relative;
		padding: 140px 20px 90px;
	}
	.top_menu_inner::after {
		content: "";
		width: 218px;
		height: 262px;
		background: url(../img/kobito1.png) center top / contain repeat;
		position: absolute;
		bottom: 0;
		right: 0px;
    	transform: translateY(180px);
	}

	.top_menu_inner > .section_title {
		position: absolute;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
	}

	/* メニュー一覧 */

	.menu_item1, .menu3, .menu4,.menu5 {
		min-width: 400px;
	}


	.top_menu_item1 {
		padding-top: 35px;
	}
	.menu_item1 {
		position: relative;
		display: inline-block;
	}
	.menu_title {
		width: 290px;
		font-size: 1.125em;
		color: #482409;
		background: url(../img/hukidashi.png) center top / 100% no-repeat;
		padding: 20px 5px;
		text-align: center;
		position: absolute;
		top: -8px;
		left: -30px;
		transform: rotate(-6deg);
	}
	/* ビーフインギネス */
	.menu1 {
		max-width: 465px;
		padding: 15px 20px;
		background: url(../img/item-bc3.png) center top / cover no-repeat;
		display: inline-block;
		top: 50%;
		left: 50%;
	}
	/* オムハヤシ */
	.menu2 {
		position: absolute;
		display: flex;
		align-items: flex-end;
		bottom: 0;
		left: 8px;
		transform: translateY(35%);
	}
	.menu_hukidashi {
		width: 50%;
		height: auto;
		margin-bottom: -30px;
	}
	.menu_omuhayashi {
		width: 50%;
		height: auto;
	}
	/* カフェラテ */
	.menu3 {
		max-width: 465px;
		padding: 15px 20px;
		background: url(../img/item-bc3.png) center top / cover no-repeat;
		display: inline-block;
		position: relative;
	}
	.menu3 img {
		width: 100%;
		height: auto;
	}

	/* フィッシュ＆チップス */
	.menu4 {
		max-width: 465px;
		padding: 15px 20px;
		background: url(../img/item-bc3.png) center top / cover no-repeat;
		display: inline-block;
		position: relative;
	}
	.menu4 img {
		width: 100%;
		height: auto;
	}

	/* アイリッシュコーヒー */
	.menu5 {
		max-width: 465px;
		padding: 15px 20px;
		background: url(../img/item-bc3.png) center top / cover no-repeat;
		display: inline-block;
		position: relative;
	}
	.menu5 img {
		width: 100%;
		height: auto;
	}

	/* メニューアイテムのマージン */
	.menu1, .menu4 {
		margin-right: 30px;
	}
	.menu5 {
		margin-top: 40px;
	}

	/* メニューのボタン 横並び*/
	.menu_btn1 {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 80px;
	}
	.menu_btn1 > .menu_btn_item {
		width: 320px;
		padding: 90px 10px;
		color: #fff;
		font-size: 1.875em;
		text-align: center;
		margin-right: 10px;
		display: inline-block;
	}
	.menu_btn1 > .menu_btn_item:last-child {
		margin-right: 0;
	}
	.menu_btn1 > .menu_btn_item:nth-child(1) {
		background: url(../img/top-menu-link1.png) center top / cover no-repeat;
	}
	.menu_btn1 > .menu_btn_item:nth-child(2) {
		background: url(../img/top-menu-link2.png) center top / cover no-repeat;
	}
	.menu_btn1 > .menu_btn_item:nth-child(3) {
		background: url(../img/top-menu-link3.png) center top / cover no-repeat;
	}
	
	/* メニューのボタン 横いっぱい*/
	.menu_btn2 > .menu_btn_item {
		width: 980px;
		margin: 0 auto;
		text-align: center;
		padding: 90px 10px;
		color: #fff;
		font-size: 1.875em;
		background: url(../img/top-menu-link4.png) center top / cover no-repeat;
		display: inline-block;
		margin-top: 10px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.top_menu {
		background: url(../img/top-menu-bc.jpg) center top / cover repeat;
	}
	.top_menu_wrap {
		background: url(../img/top-menu-tree.png) center top / 100% no-repeat;
		background-size: auto 100%;
		padding: 40px 10px;
	}

	.top_menu_inner .section_title {
		margin: 0 calc(50% - 50vw);
		width: 120vw;
		margin-left: auto;
		margin-right: auto;
	}

	.top_menu_inner {
		max-width: 1170px;
		margin: 0 auto;
		background: url(../img/top-menu-bc2.webp) center top / 100% no-repeat;
		background-size: 100% 100%;
		text-align: center;
		position: relative;
		padding: 45px 15px 40px;
	}
	.top_menu_inner::after {
		content: "";
		width: 120px;
		height: 150px;
		background: url(../img/kobito1.png) center top / contain repeat;
		position: absolute;
		bottom: 0;
		right: 0px;
    	transform: translateY(100px);
	}

	.top_menu_inner > .section_title {
		position: absolute;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
	}

	/* メニュー一覧 */

	.menu_item1, .menu3, .menu4,.menu5 {
		min-width: initial;
	}

	.top_menu_item1 {
		padding-top: 35px;
	}
	.menu_item1 {
		position: relative;
	}
	.menu_title {
		width: 80%;
		font-size: 1.125em;
		color: #482409;
		background: url(../img/hukidashi.png) center top / 100% no-repeat;
		padding: 16px 5px;
		text-align: center;
		position: absolute;
		top: -8px;
		left: -30px;
		transform: rotate(-6deg);
	}
	/* ビーフインギネス */
	.menu1 {
		max-width: 300px;
		padding: 15px 20px;
		background: url(../img/item-bc3.png) center top / cover no-repeat;
		display: inline-block;
		top: 50%;
		left: 50%;
	}
	/* オムハヤシ */
	.menu2 {
		position: absolute;
		display: flex;
		align-items: flex-end;
		bottom: 0;
		left: 8px;
		transform: translateY(40%);
	}
	.menu_hukidashi {
		width: 50%;
		height: auto;
		margin-bottom: -30px;
	}
	.menu_omuhayashi {
		width: 50%;
		height: auto;
	}
	/* カフェラテ */
	.menu3 {
		margin-top: 85px;
		max-width: 300px;
		padding: 15px 20px;
		background: url(../img/item-bc3.png) center top / cover no-repeat;
		display: inline-block;
		position: relative;
	}
	.menu3 img {
		width: 100%;
		height: auto;
	}

	/* フィッシュ＆チップス */
	.menu4 {
		margin-top: 30px;
		max-width: 300px;
		padding: 15px 20px;
		background: url(../img/item-bc3.png) center top / cover no-repeat;
		display: inline-block;
		position: relative;
	}
	.menu4 img {
		width: 100%;
		height: auto;
	}

	/* アイリッシュコーヒー */
	.menu5 {
		margin-top: 30px;
		max-width: 300px;
		padding: 15px 20px;
		background: url(../img/item-bc3.png) center top / cover no-repeat;
		display: inline-block;
		position: relative;
	}
	.menu5 img {
		width: 100%;
		height: auto;
	}

	/* メニューアイテムのマージン */
	.menu1, .menu4 {
		margin-right: 0px;
	}

	/* メニューのボタン 横並び*/
	.menu_btn1 {
		display: block;
		margin-top: 40px;
	}
	.menu_btn1 > .menu_btn_item {
		width: 90%;
		padding: 40px 10px;
		color: #fff;
		font-size: 1.5em;
		text-align: center;
		margin-right: 0px;
		display: inline-block;
		margin-top: 10px;
	}
	.menu_btn1 > .menu_btn_item:last-child {
		margin-right: 0;
	}
	.menu_btn1 > .menu_btn_item:nth-child(1) {
		background: url(../img/top-menu-link1.png) center center / cover no-repeat;
	}
	.menu_btn1 > .menu_btn_item:nth-child(2) {
		background: url(../img/top-menu-link2.png) center center / cover no-repeat;
	}
	.menu_btn1 > .menu_btn_item:nth-child(3) {
		background: url(../img/top-menu-link3.png) center center / cover no-repeat;
	}
	
	/* メニューのボタン 横いっぱい*/
	.menu_btn2 > .menu_btn_item {
		width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 40px 10px;
		color: #fff;
		font-size: 1.5em;
		background: url(../img/top-menu-link4.png) center top / cover no-repeat;
		display: inline-block;
		margin-top: 10px;
	}
}





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

	ニュース・カレンダー

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.top_news {
		background: url(../img/mokuzai-bc.png) center top / cover repeat;
		padding: 90px 20px;
	}
	.top_news_inner {
		display: flex;
		align-items: stretch;
		justify-content: center;
	}
	.calendar, .news {
		background: url(../img/item-bc1.png) center top / 100% repeat;
		background-size: 100% 100%;
		padding-top: 50px;
		padding-bottom: 10px;
		width: 560px;
	}
	.calendar {
		margin-right: 40px;
	}
	.top_calendar_content {
		padding: 0px 50px 60px;
	}
	.top_news_content {
		padding: 0px 35px 70px;
	}
	.top_news_titile h2 {
		font-size: 2.5em;
		color: #482409;
		position: relative;
		padding-left: 45px;
	}
	.calendar > .top_news_titile h2::before {
		content: "";
		width: 100%;
		height: 120%;
		background: url(../img/h-news.png) center bottom / 100% no-repeat;
		background-size: 100% 100%;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.news > .top_news_titile h2::before {
		content: "";
		width: 100%;
		height: 120%;
		background: url(../img/h-facebook.png) center bottom / 100% no-repeat;
		background-size: 100% 100%;

		position: absolute;
		left: 0;
		bottom: 0;
	}

	.top_calendar_content > iframe {
		width: 100%;
		height: 350px;
		margin-top: 15px;
	}
	.top_news_content > .post_wrap {
		margin-top: 45px;
	}
	.top_news_content > .post_wrap li {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-top: 30px;
		padding-bottom: 15px;
		border-bottom: 0.3px solid #482409;
	}
	.top_news_content > .post_wrap li:first-child {
		margin-top: 0;
	}
	.top_news_content > .post_wrap li a{
		color: #482409;
	}
	.top_news_content > .post_wrap li > .post_date {
		margin-right: 12px;
		color: #482409;
		padding-left: 15px;

	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.top_news {
		background: url(../img/mokuzai-bc.png) center top / cover repeat;
		padding: 80px 20px;
	}
	.top_news_inner {
		display: block;
	}
	.calendar, .news {
		background: url(../img/item-bc1.png) center top / 100% repeat;
		background-size: 100% 100%;
		padding-top: 30px;
		padding-bottom: 10px;
		width: 100%;
	}
	.calendar {
		margin-right: 0px;
	}
	.top_calendar_content {
		padding: 0px 20px 30px;
	}
	.top_news_content {
		padding: 0px 20px 30px;
	}
	.top_news_titile h2 {
		font-size: 2em;
		color: #482409;
		position: relative;
		padding-left: 25px;
	}
	.calendar > .top_news_titile h2::before {
		content: "";
		width: 100%;
		height: 120%;
		background: url(../img/h-news.png) center bottom / 100% no-repeat;
		background-size: 100% 100%;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.news > .top_news_titile h2::before {
		content: "";
		width: 100%;
		height: 120%;
		background: url(../img/h-facebook.png) center bottom / 100% no-repeat;
		background-size: 100% 100%;

		position: absolute;
		left: 0;
		bottom: 0;
	}

	.top_calendar_content > iframe {
		width: 100%;
		height: 350px;
		margin-top: 15px;
	}
	.top_news_content > .post_wrap {
		margin-top: 45px;
	}
	.top_news_content > .post_wrap li {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-top: 30px;
		padding-bottom: 15px;
		border-bottom: 0.3px solid #482409;
	}
	.top_news_content > .post_wrap li:first-child {
		margin-top: 0;
	}
	.top_news_content > .post_wrap li a{
		color: #482409;
	}
	.top_news_content > .post_wrap li > .post_date {
		margin-right: 12px;
		color: #482409;
		padding-left: 15px;

	}
}





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

	SNS

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.top_sns {
		background: url(../img/top-sns-bc.png) center top / cover repeat;
		padding: 175px 20px 90px;
		position: relative;
	}

	.top_sns_wrap .section_title {
		position: absolute;
		top: -60px;
		left: 50%;
		transform: translateX(-50%);
		margin-bottom: 20px;
		width: 800px;
	}
	.top_sns_content {
		position: relative;
	}

	.sns_wrap {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		position: relative;
	}

	.tag_text{
		position: absolute;
		width: 245px;
		height: 355px;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		background: url(../img/hash-tag.png) center top / 100% no-repeat;
		padding: 60px 62px 155px 38px;
	}

	.tag_text a{
		color: #698F65;
		font-weight:bold;
	}

	.insta {
		width: 500px;
		margin-left: 70px;
		margin-right: 70px;
	}
	.facebook {
		width: 500px;
		margin-left: 70px;
		margin-right: 70px;
	}

	.sns_link {
		display: flex;
		align-items: center;
		justify-content: space-around;
		position: relative;
		max-width: 1000px;
		width: 100%;
		margin-top: 55px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}
	.sns_link::before {
		content: "";
		width: 1000px;
		height: 3px;
		background: url(../img/h-line.png) center top / 100% no-repeat;
		bottom: 0;
		left: 0;
		position: absolute;
	}

	.sns_link::after {
		content: "";
		width: 200px;
		height: 135px;
		background: url(../img/check-kobito.png) center top / 100% no-repeat;
		bottom: -45px;
		right: -120px;
		position: absolute;
	}

	.sns_link img {
		width: 215px;
		height: auto;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.top_sns {
		background: url(../img/top-sns-bc.png) center top / cover repeat;
		padding: 55px 20px 90px;
		position: relative;
	}

	.top_sns_wrap .section_title {
		position: absolute;
		top: -60px;
		left: 50%;
		transform: translateX(-50%);
		margin-bottom: 20px;
		width: 110%;
	}
	.top_sns_content {
		position: relative;
	}

	.sns_wrap {
		display: initial;
	}

	.tag_text{
		position: absolute;
		width: 90%;
		height: 180px;
		bottom: 50%;
		left: 50%;
		transform: translateX(-50%);
		background: url(../img/sp_tag.png) center top / 100% no-repeat;
		padding: 40px 110px 50px 40px;
	}
		.tag_text a{
		color: #698F65;
		font-weight:bold;
	}

	.fb-page,
	.fb-page span,
	.facebook_wrap iframe{
	width: 100% !important;
	}

	.insta {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 165px;
	}
	.facebook {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}

	.sns_link {
		display: block;
		position: relative;
		max-width: 1000px;
		width: 100%;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
		text-align: center;
	}
	.sns_link::before {
		content: "";
		width: 1000px;
		height: 3px;
		background: url(../img/h-line.png) center top / 100% no-repeat;
		bottom: 0;
		left: 0;
		position: absolute;
	}

	.sns_link::after {
		content: "";
		width: 120px;
		height: 120px;
		background: url(../img/check-kobito.png) center top / 100% no-repeat;
		bottom: -45px;
		right: -50px;
		position: absolute;
	}

	.sns_link img {
		width: 215px;
		height: auto;
	}
	.sns_link a {
		margin-bottom: 20px;
		display: block;
	}
	.sns_link a:last-child {
		margin-bottom: 0px;
	}
}





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

	イベント

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.top_event {
		background: url(../img/event-bc.png) center top / cover no-repeat;
		padding: 90px 20px 90px;
		position: relative;
	}
	.top_event_wrap  .post_wrap.scrollbar{
		text-align: center;
	}

	/* メニューのボタン 横並び*/
	.event_items {
		display: flex;
		align-items: stretch;
		justify-content: center;
		text-align: center;
	}
	.event_item {
		width: 390px;
		padding: 25px 25px 35px 25px;
		margin-right: 35px;
		display: inline-block;
		background: url(../img/item-bc1.png) center top / 100% 100% no-repeat;
	}
	.event_item:last-child {
		margin-right: 0;
	}
	.event_item > .post_thumb img {
		width: 100%;
		height: auto;
	}
	.event_item > .post_title {
		padding-top: 15px;
		text-align: left;
	}
	.event_item > .post_title a {
		color: #482409;
		font-size: 1.625em;
		font-weight: 500;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.top_event {
		background: url(../img/event-bc.png) center top / cover no-repeat;
		padding: 90px 20px 90px;
		position: relative;
	}
	.top_event_wrap  .post_wrap.scrollbar{
		text-align: center;
	}

	/* メニューのボタン 横並び*/
	.event_items {

	}
	.event_item {
		width: 100%;
		padding: 15px 15px 25px 15px;
		display: inline-block;
		background: url(../img/item-bc1.png) center top / 100% no-repeat;
		background-size: 100% 100%;
		margin-bottom: 15px;
	}
	.event_item:last-child {
		margin-bottom: 0;
	}

	.event_item > .post_thumb img {
		width: 100%;
		height: auto;
	}
	.event_item > .post_title {
		padding-top: 15px;
		text-align: left;
	}
	.event_item > .post_title a {
		color: #482409;
		font-size: 1em;
		font-weight: 500;
	}
}





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

	ギャラリー

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.top_gallery {
		background: url(../img/top-gallery-bc.png) center top / cover no-repeat;
		padding: 55px 0;
	}
	.top_gallery .section_title {
		width: 750px;
		height: auto;
	}
	.autoplay_slider{
		display: flex;
		width: 100%;
	  }
	  .slide{
		height: 300px;
		width: 370px;
		margin: 20px;
		position: relative;
	  } 
	  .slide img {
		width: 100%;
		height: auto;
	  }
	  @keyframes sliderAnimation {
		100% {
		  transform: translateX(-50%);
		}
	  }
	  .autoplay_slider{
		display: flex;
		min-width: 100%;
		width: min-content;
		animation: 20s linear infinite sliderAnimation;
	  }
	  .row{
		display: -ms-grid;
		-ms-grid-columns: min-content;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.top_gallery {
		background: url(../img/top-gallery-bc.png) center top / cover no-repeat;
		padding: 55px 0;
		position: relative;
	}
	.top_gallery .section_title {
		margin: 0 calc(50% - 50vw);
		width: 120vw;
		margin-left: auto;
		margin-right: auto;
	}
	.top_gallery > .section_title {
		position: absolute;
		top: 55px;
		left: 50%;
		transform: translateX(-50%);
	}
	.autoplay_slider{
		display: flex;
		width: 100%;
	  }
	  .slide{
		height: 270px;
		width: 350px;
		margin: 20px;
		position: relative;
	  } 
	  .slide img {
		width: 100%;
		height: auto;
	  }
	  @keyframes sliderAnimation {
		100% {
		  transform: translateX(-50%);
		}
	  }
	  .autoplay_slider{
		display: flex;
		min-width: 100%;
		width: min-content;
		animation: 20s linear infinite sliderAnimation;
		margin-top: 100px;
	  }
	  .row{
		display: -ms-grid;
		-ms-grid-columns: min-content;
	}
}


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

	周辺情報

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.top_area {
		padding: 70px 20px 90px;
		background: url(../img/content-bc1.png) center top / cover no-repeat;
	}
	.area_content {
		width: 845px;
		margin: 0 auto;
	}
	.area_img img {
		width: 100%;
		height: auto;
	}
	.area_text {
		padding-left: 65px;
		position: relative;
		margin-top: 15px;
	}
	.area_text::before {
		content: "";
		width: 60px;
		height: 60px;
		background: url(../img/yubisashi.png) center top / 100% no-repeat;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.top_area {
		padding: 70px 20px 70px;
		background: url(../img/content-bc1.png) center top / cover no-repeat;
	}
	.area_content {
		width: 100%;
		margin: 0 auto;
	}
	.area_img img {
		width: 100%;
		height: auto;
	}
	.area_text {
		padding-left: 50px;
		position: relative;
		margin-top: 10px;
	}
	.area_text::before {
		content: "";
		width: 45px;
		height: 45px;
		background: url(../img/yubisashi.png) center top / 100% no-repeat;
		position: absolute;
		left: 0;
		top: 0;
	}
}



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

	ライブカメラ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.top_live {
		padding: 90px 20px;
		background: url(../img/camera_bc.png) center top / cover no-repeat;
		position: relative;
	}
	.top_live::before {
		content: "";
		width: 159px;
		height: 163px;
		background: url(../img/kobito2.png) center top / 100% no-repeat;
		position: absolute;
		bottom: 0;
		left: 5%;
	}
	.top_live_wrap .section_title {
		text-align: center;
	}
	.top_live_wrap .section_title img{
		width: 584px;
		height: auto;
	}
	.live_content {
		width: 900px;
		margin: 0 auto;
	}
	.live_move {
		background: url(../img/item-bc2.png) center top / 100% no-repeat;
		background-size: 100% 100%;
		padding: 30px;
	}
	.live_text {
		margin-top: 25px;
		text-align: center;
		color: #fff;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.top_live {
		padding: 70px 20px;
		background: url(../img/camera_bc.png) center top / cover no-repeat;
		position: relative;
	}
	.top_live::before {
		content: "";
		width: 80px;
		height: 80px;
		background: url(../img/kobito2.png) center top / 100% no-repeat;
		position: absolute;
		bottom: 0;
		left: 5%;
	}
	.top_live_wrap .section_title {
		text-align: center;
	}
	.top_live_wrap .section_title img{
		width: 100%;
		height: auto;
	}
	.live_content {
		width: 100%;
		margin: 0 auto;
	}
	.live_move {
		background: url(../img/item-bc2.png) center top / 100% no-repeat;
		background-size: 100% 100%;
		padding: 15px;
	}
	.live_move > iframe {
		width: 100%;
		height: 200px;
	}
	.live_text {
		margin-top: 15px;
		text-align: center;
		color: #fff;
	}
}

