﻿@charset "UTF-8";

body {
	font-family: YuMincho, 'Yu Mincho', serif;
	box-sizing: border-box;
}
.prata{
	font-family: 'Prata', serif;
}
@media (min-width: 1000px){
	body {
		min-width: 1170px;
	}
	.tb {
		display: none;
	}
	.sp {
		display: none;
	}
	.tb_sp {
		display: none;
	}
}
@media (max-width: 999px){
	.pc {
		display: none;
	}
	.tb {
		display: none;
	}
}
@media screen and (min-width:767px) and (max-width:999px){
	/*TB*/
	.tb {
		display: block;
	}
	.sp {
		display: none;
	}
}

/*汎用*/
@media (min-width: 1000px){
.mb-1r {
	margin-bottom: 1rem !important;
}
.mb-2r {
	margin-bottom: 2rem !important;
}
.mb-3r {
	margin-bottom: 3rem !important;
}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
上包み
.wrapper
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (min-width: 1000px){
	.wrapper {
		min-width: 1170px;
		padding: 70px 70px 0 0;
	}
}
@media (max-width: 999px){
	.wrapper {
		padding: 50px 0 0 0;
	}
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#main
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.parent_title {
	color: #c5a886;
	font-size: 14px;
	line-height: 70px;
	letter-spacing: 0.04em;
	padding: 87px 0 0 0;
	display: inline-block;
	position: relative;
}
.parent_title::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #c5a886 transparent transparent transparent;
	position: absolute;
	top: 151px;
	left: -50%;/*left: calc(-50% + 70px);*/
	right: -50%;
	margin: 0 auto;
}
.parent_title:after {
	content: "";
	width: 78px;
	height: 1px;
	background: linear-gradient( 90deg, #c5a886 0%, #c5a886 44.8718%, transparent 44.8718%, transparent 56.41026%, #c5a886 56.41026%, #c5a886 100% );
	position: absolute;
	top: 149px;
	left: -50%;/*left: calc(-50% + 70px);*/
	right: -50%;
	margin: 0 auto;
}
#inner_mainVis .parent_title + h2 {
	padding-top: 0;
}
@media (max-width: 999px){
	.parent_title {
		font-size: 9px;
		line-height: 1;
		padding-top: 39px;
		padding-left: 0;
	}
	.parent_title::before {
		border-width: 3px 3px 0 3px;
		top: 57px;
		left: -50%;
	}
	.parent_title:after {
		width: 54.5px;
		background: linear-gradient( 90deg, #c5a886 0%, #c5a886 44.0367%, transparent 44.0367%, transparent 56.88074%, #c5a886 56.88074%, #c5a886 100% );
		top: 56px;
		left: -50%;
	}
	#inner_mainVis .parent_title + h2 {
		padding-top: 17.5px;
	}
}

.breadcrumbs {
	text-align: left;
}
.breadcrumbs_list {
	display: flex;
}
.arrow {
	position: relative;
}
.arrow::before {
	position: absolute;
	content: ">";
}


@media (min-width: 1000px){
	.breadcrumbs {
		font-size: 12px;
		margin: 23px 31px 0;
	}
	.breadcrumbs_list-item:not(:first-child) {
		margin-left: 40px;
	}
	.arrow::before {
		margin: 0 -24px;
	}
	#inner_mainVis {
		min-height: 400px;
		background-position: center;
		background: url(../images/policy/main_visual.png) no-repeat;
		background-size: cover;
	}
	#inner_mainVis h2 {
		/*padding-left: 70px;*/
		/*padding-top: 169px;*/
		margin-bottom: 20px;
		text-align: left;
		font-size: 60px;
		line-height: 1;
		text-align: center;
		color: #fff;
		-moz-text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
		-webkit-text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
		-ms-text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
		text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
	}
	#inner_mainVis .sub-catch {
		/*padding-left: 70px;*/
		text-align: center;
		font-size: 16px;
		line-height: 1;
		color: #ffffff;
		letter-spacing: 3;
	}

}
@media (max-width: 999px){
	.breadcrumbs {
		margin: 12px 10px 0;
		font-size: 10px;
	}
	.breadcrumbs_list-item:not(:first-child) {
		margin-left: 32px;
	}
	.arrow::before {
		margin: 0 -21px;
	}
	#inner_mainVis {
		min-height: 170px;
		background: url(../images/policy/sp/sp_main_visual.png) no-repeat;
		background-size: cover;
		background-position: center bottom;
	}
	#inner_mainVis h2 {
		padding-top: 67px;
		margin-bottom: 8px;
		font-size: 32px;
		line-height: 1;
		letter-spacing: -0.4;
		color: #fff;
		-moz-text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
		-webkit-text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
		-ms-text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
		text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
	}
	#inner_mainVis .sub-catch {
		font-size: 11px;
		line-height: 1;
		color: #ffffff;
		letter-spacing: 1.6;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
top
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*header*/
.head {
	height: 70px;
	background: #333333;
	position: fixed;
	z-index: 200;
	width: 100%;
	top: 0;
}
.head h1 {
	background-color: #000;
	border-bottom: 2px solid #d4c0a8;
	box-sizing: border-box;
	position: absolute;
	top: -2px;
	left: 0;
	font-size: 0px;
}
.head h1 a {
	width: 210px;
	height: 140px;
	display: block;
	position: relative;
}
.head h1 a:after {
	content: "";
	width: 148px;
	height: 94px;
	background-image: url(../images/logo.jpg);
	background-repeat: 	no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.head .sns {
	float: left;
}
.head .sns > div{
	width: 60px;
	margin-left: 235px;
	padding-top: 26px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-js-display: flex;
	justify-content: space-between;
}
.head .sns img {
	width: 19px;
}
.head .head_menu {
	float: right;
}
.head .head_menu ul {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-js-display: flex;
}
.head .head_menu li a {
	font-size: 12px;
	color: #fff;
	display: block;
	width: 150px;
	height: 70px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-js-display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
}
.head .head_menu li {
	vertical-align: middle;
}
.head .head_menu li a:before {
	content: "";
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.head .head_menu li:nth-child(1) a,
.head .head_menu li:nth-child(2) a,
.head .head_menu li:nth-child(3) a {
		width: auto;
		padding-left: 45px;
		padding-right: 20px;
}
.head .head_menu li:nth-child(1) a:before {
	width: 20px;
	height: 20px;
	top: -3px;
	left: 9px;
	background-image: url(../images/head_menu_line_icon.svg);
}
.head .head_menu li:nth-child(2) a:before {
	width: 20px;
	height: 20px;
	top: -3px;
	left: 9px;
	background-image: url(../images/head_menu_contact_icon.svg);
}
.head .head_menu li:nth-child(3) a {
	letter-spacing: 2.5px;
}
.head .head_menu li:nth-child(3) a:before {
	width: 16px;
	height: 20px;
	top: -3px;
	left: 15px;
	background-image: url(../images/head_menu_access_icon.svg);
}
.head .head_menu li:nth-child(4) a {
	width: 174px;
	color: #333;
}
.head .head_menu li:nth-child(4) a:before {
	width: 150px;
	height: 47px;
	right: 0;
	background-image: url(../images/head_menu_braidal_fair.png);
}
.head .head_menu li:nth-child(5) a,
.head .head_menu li:nth-child(6) a {
	font-size: 14px;
	padding-left: 22px;
}
.head .head_menu li:nth-child(5) a {
	background-color: #d66441;
}
.head .head_menu li:nth-child(5) a:before {
	width: 16px;
	height: 18px;
	left: 32px;
	background-image: url(../images/head_menu_reservation_icon.svg);
}
.head .head_menu li:nth-child(6) a {
	background-color: #c5a886;
}
.head .head_menu li:nth-child(6) a:before {
	width: 15px;
	height: 22px;
	left: 32px;
	background-image: url(../images/head_menu_document_icon.svg);
}
@media (max-width: 1223px){
	.head h1 a {
		width: 160px;
		height: 130px;
	}
	.head h1 a:after {
		width: 148px;
		height: 94px;
	}
	.head .sns > div {
		width: 50px;
		margin-left: 170px;
	}
	.head .head_menu {
		width: auto;
	}
	.head .head_menu .menu_flex-item {
		width: 50px;
		text-align: left;
		margin-left: 1px;
	}
	.head .head_menu .menu_flex-item-line::before {
		width: 20px;
		height: 20px;
		top: -3px;
		left: 4px;
		background-image: url(../images/head_menu_line_icon.svg);
	}
	.head .head_menu .menu_flex-item-contact::before {
		width: 20px;
		height: 20px;
		top: -3px;
		left: 4px;
		background-image: url(../images/head_menu_contact_icon.svg);
	}
	.head .head_menu li:nth-child(1) a,
	.head .head_menu li:nth-child(2) a,
	.head .head_menu li:nth-child(3) a {
		width: auto;
		padding-left: 30px;
		padding-right: 10px;
	}
	.head .head_menu li:nth-child(1) a::before,
	.head .head_menu li:nth-child(2) a::before,
	.head .head_menu li:nth-child(3) a::before {
		left: 4px;
	}
}
@media (max-width: 999px){
	.head {
		width: 100%;/**/
		height: 50px;
	}
	.head h1 a {
		width: 175px;
		height: 50px;
		display: block;
		position: relative;
	}
	.head h1 a:after {
		content: "";
		width: 175px;
		height: 50px;
		background-image: url(../images/sp/logo.jpg);
		background-repeat: 	no-repeat;
		background-size: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}

	.head .head_menu {
		width: auto;
	}
	.head .head_menu .menu_flex {
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		-js-display: flex;
		margin-right: 50px;
	}
	.head .head_menu .menu_flex-item a {
		background: #ccb69c;
		display: block;
		width: 150px;
		height: 50px;
		position: relative;
	}
	.head .head_menu .menu_flex-item {
		vertical-align: middle;
	}
	.head .head_menu .menu_flex-item a {
		width: 50px;
		padding-left: 29px;
		margin-right: 50px;
		box-sizing: border-box;
	}
	.head .head_menu .menu_flex-item-line::before {
		content: "";
		position: absolute;
		width: 22px;
		height: 22px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: url(../images/sp/icon_line.png);
		background-size: cover;
	}
	.head .head_menu .menu_flex-item-contact::before {
		content: "";
		position: absolute;
		width: 22px;
		height: 22px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: url(../images/sp/icon_email.png);
		background-size: cover;
	}
}

/*ハンバーガーメニュー*/
#menu {
	position: fixed;
	top: 0;
	right: 0;
	background-color: #333;
	z-index: 100;
}
#menu > p {
	font-size: 12px;
	width: 70px;
	height: 100vh;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	right: 0;
	z-index: 3;
}
#menu > p span {
	width: 50px;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	margin-bottom: 5px;
	transition: 0.3s;
	position: relative;
}
/*_:lang(x)::-moz-placeholder,#menu > p span {
	top: 10px;
}*/
#menu > p span + span +span {
	margin-bottom: 7px;
}
_:lang(x)::-moz-placeholder,#menu > p span + span + span  {
	margin-bottom: 12px;
}
#menu.open > p span {
	transform: rotate(-193deg);
	-moz-transform: rotate(-193deg);
	-webkit-transform: rotate(-193deg);
	top: 5px;
}
#menu.open > p span + span {
	opacity: 0;
}
#menu.open > p span + span + span {
	transform: rotate(193deg);
	-moz-transform: rotate(193deg);
	-webkit-transform: rotate(193deg);
	opacity: 1;
	top: -7px;
}
#menu .megamenu {
	width: 1023px;
	height: 100vh;
	background-color: #b9c965;
	position: fixed;
	top: 0;
	right: -1023px;
	transition-duration: 0.5s;
	transition-property: right;
	z-index: 2;
	opacity: 1;
}
#menu.open .megamenu {
	right: 0;
}
#menu .megamenu_wrapper {
	width: 600px;
	/*padding: 225px 0 0;*/
	padding: 120px 0 0;
	margin: 0 auto;
	text-align: left;
	display: flex;
	justify-content: space-between;
}
#menu .menu_list > li {
	margin-bottom: 30px;
}
#menu .menu_list .menu_list-ttl {
	font-size: 32px;
}
#menu .menu_list p {
	font-size: 12px;
}
#menu .menu_in {
	margin-top: 20px;
	padding-left: 1rem;
}
#menu .menu_in span {
	display: inline;
}
#menu .menu_in li {
	margin-bottom: 20px;
}
#menu .menu_in .line{
	position: relative;
	padding-left: 15px;
}
#menu .menu_in .line::before{
	content: "";
	position: absolute;
	top: 10px;
	left: 0px;
	background-color: #111;
	width: 10px;
	height: 0.5px;
	display: block;
}

#menu .menu_minor {
	/*margin-top: 134px;*/
	margin-top: 40px;
}
#menu .menu_minor > li {
	margin-bottom: 22px;
}
@media (max-height: 900px){
	#menu .megamenu_wrapper {
		padding: 135px 0 0;
	}
	#menu .menu_list > li {
		margin-bottom: 23px;
	}
	#menu .menu_in {
		margin-top: 25px;
	}
	#menu .menu_in li {
		margin-bottom: 17px;
	}
	#menu .menu_minor {
		margin-top: 40px;
	}
}
@media (max-height: 800px){
	#menu .megamenu_wrapper {
		padding: 125px 0 0;
	}
	#menu .menu_list > li {
		margin-bottom: 10px;
	}
	#menu .menu_in {
		margin-top: 15px;
	}
	#menu .menu_in li {
		margin-bottom: 10px;
	}
	#menu .menu_minor {
		margin-top: 25px;
	}
}

@media (max-width: 999px){
	#menu {
		width: 50px;
		background-color: #333;
		z-index: 1000;
	}
	#menu > p {
		width: 50px;
		height: 50px;
		color: #fff;
		display: table-cell;
		vertical-align: middle;
		cursor: pointer;
		position: relative;
		z-index: 3;
		padding-top: 10%;
		font-size: 10px;
	}
	#menu > p span {
		width: 36px;
		height: 1px;
		background-color: #fff;
		display: inline-block;
		margin-bottom: 5px;
		transition: 0.3s;
		position: relative;
	}

	#menu.open .menu_opacity {
		top: 50px;
	}
	#menu .megamenu {
		width: 100vw;
		height: 100vh;
		background: #b9c965;
		position: fixed;
		top: 50px;
		right: -100vw;
		transition-duration: 0.5s;
		transition-property: right;
		z-index: 2;
		opacity: 1;
		overflow: auto;
	}
	#menu .megamenu_wrapper {
		width: 90%;
		padding: 5% 5% 0;
		justify-content: space-evenly;
	}
	#menu .menu_list > li {
		margin-bottom: 13px;
	}
	#menu .menu_list .menu_list-ttl {
		font-size: 20px;
	}
	#menu .menu_list p {
		font-size: 9px;
	}
	#menu .menu_in {
		margin-top: 17px;
		padding-left: 1rem;
	}
	#menu .menu_in span {
		display: none;
	}
	#menu .menu_in li {
		margin-bottom: 10px;
	}
	#menu .menu_minor {
		margin-top: 20px;
	}
	#menu .menu_minor > li {
		margin-bottom: 22px;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#fair_area
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#fair_area {
	width: 100%;
	height: auto;
	background: #eee;
	box-sizing: border-box;
}
#fair_area .inner {
	margin: 0 auto;
}
@media (min-width: 1000px){
	#fair_area .inner {
		width: 1000px;
		padding: 52px 0 50px;
	}
}
@media (max-width: 1290px){
	#fair_area .inner {
		width: 90%;
	}
}
@media (max-width: 999px){
	#fair_area .inner {
		width: 90%;
		max-width: 346px;
		padding: 31px 0 39px;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#nav_transition.aboutus_under
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#nav_transition.aboutus_under {
	width: 100%;
	box-sizing: border-box;
	background: #ccb69c;
}
#nav_transition.aboutus_under .nav_transition_flex {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
#nav_transition.aboutus_under .nav_transition_item {
	position: relative;
}
#nav_transition.aboutus_under .nav_transition_item::before {
	position: absolute;
	content: "";
	margin: auto;
	background: #333;
}
#nav_transition.aboutus_under .nav_transition_item a {
	display: block;
	width: 100%;
	position: relative;
}
#nav_transition.aboutus_under .nav_transition_item a:hover {
	font-weight: bold;
}
#nav_transition.aboutus_under .nav_transition_item a:hover::after {
	position: absolute;
	content: "";
	background: #333;
	width: 100%;
	margin: auto;
}
@media (min-width: 1000px){
	#nav_transition.aboutus_under {
		font-size: 16px;
		padding: 53px 0 49px;
		box-sizing: border-box;
	}
	#nav_transition.aboutus_under .nav_transition_flex {
		width: 573px;
	}
	#nav_transition.aboutus_under .nav_transition_item::before {
		width: 8px;
		height: 1px;
		top: 0;
		bottom: 0;
		left: -20px;
	}
	#nav_transition.aboutus_under .nav_transition_item a:hover::after {
		height: 1px;
		bottom: -9px;
		left: 0;
		right: 0;
	}
}
@media (max-width: 999px){
	#nav_transition.aboutus_under {
		font-size: 15px;
		padding: 32px 20px 33px;
		box-sizing: border-box;
	}
	#nav_transition.aboutus_under .nav_transition_flex {
		width: auto;
		justify-content: space-around;
	}
	#nav_transition.aboutus_under .nav_transition_item a:hover {
		font-weight: bold;
	}
	#nav_transition.aboutus_under .nav_transition_item a:hover::after {
		height: 1px;
		bottom: -9px;
		left: 0;
		right: 0;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#nav_transition.wedding_under
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#nav_transition.wedding_under {
	width: 100%;
	box-sizing: border-box;
	background: #ccb69c;
}
#nav_transition.wedding_under .nav_transition_flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}
#nav_transition.wedding_under .nav_transition_item {
	position: relative;
}
#nav_transition.wedding_under .nav_transition_item::before {
	position: absolute;
	content: "";
	margin: auto;
	background: #333;
	width: 8px;
	height: 1px;
	top: 0;
	bottom: 0;
}
#nav_transition.wedding_under .nav_transition_item a {
	display: block;
	position: relative;
}
#nav_transition.wedding_under .nav_transition_item a:hover::after {
	position: absolute;
	content: "";
	background: #333;
	width: auto;
	margin: auto;
	font-weight: bold;
}
@media (min-width: 1000px){
	#nav_transition.wedding_under {
		font-size: 16px;
		padding: 53px 0 49px;
		box-sizing: border-box;
	}
	#nav_transition.wedding_under .nav_transition_flex {
		width: 755px;
	}
	#nav_transition.wedding_under .nav_transition_item::before {
		left: -20px;
	}
	#nav_transition.wedding_under .nav_transition_item a:hover {
		font-weight: bold;
	}
	#nav_transition.wedding_under .nav_transition_item a:hover::after {
		height: 1px;
		bottom: -9px;
		left: 0;
		right: 0;
	}
	#nav_transition.wedding_under .jump_wedding {
		width: 130px;
		margin: 0 62px 34px 0;
	}
	#nav_transition.wedding_under .jump_ceremony {
		width: 36px;
		margin: 0 62px 34px 0;
	}
	#nav_transition.wedding_under .jump_guesthouse,
	#nav_transition.wedding_under .jump_myhouse  {
		width: 130px;
		margin: 0 62px 34px 0;
	}
	#nav_transition.wedding_under .jump_cuisine {
		width: 36px;
		margin-bottom: 34px;
	}
	#nav_transition.wedding_under .jump_dress {
		width: 190px;
		margin-right: 62px;
	}
	#nav_transition.wedding_under .jump_plan {
		width: 50px;
		margin-right: 62px;
	}
	#nav_transition.wedding_under .jump_flow {
		width: 180px;
	}
}
@media (max-width: 999px){
	#nav_transition.wedding_under {
		font-size: 13px;
		padding: 32px 5.33% 33px;
		box-sizing: border-box;
	}
	#nav_transition.wedding_under .nav_transition_flex {
		width: auto;
		justify-content: space-between;
	}
	#nav_transition.wedding_under .nav_transition_item::before {
		left: 0;
	}
	#nav_transition.wedding_under .nav_transition_item a {
		display: inline;
	}
	#nav_transition.wedding_under .nav_transition_item a:hover {
		font-weight: bold;
	}
	#nav_transition.wedding_under .nav_transition_item a:hover::after {
		height: 1px;
		bottom: -8px;
		left: 0;
		right: 0;
	}
	#nav_transition.wedding_under .nav_transition_item {
		width: 50%;
		text-align: left;
		padding-left: 11px;
		margin-bottom: 21px;
		box-sizing: border-box;
	}
	#nav_transition.wedding_under .nav_transition_item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#nav_transition.restaurant_under
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#nav_transition.restaurant_under {
	width: 100%;
	box-sizing: border-box;
	background: #ccb69c;
}
#nav_transition.restaurant_under .nav_transition_flex {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
#nav_transition.restaurant_under .nav_transition_item {
	position: relative;
}
#nav_transition.restaurant_under .nav_transition_item::before {
	position: absolute;
	content: "";
	margin: auto;
	background: #333;
}
#nav_transition.restaurant_under .nav_transition_item a {
	display: block;
	width: 100%;
	position: relative;
}
#nav_transition.restaurant_under .nav_transition_item a:hover {
	font-weight: bold;
}
#nav_transition.restaurant_under .nav_transition_item a:hover::after {
	position: absolute;
	content: "";
	background: #333;
	width: 100%;
	margin: auto;
}
@media (min-width: 1000px){
	#nav_transition.restaurant_under {
		font-size: 16px;
		padding: 53px 0 49px;
		box-sizing: border-box;
	}
	#nav_transition.restaurant_under .nav_transition_flex {
		width: 286px;
	}
	#nav_transition.restaurant_under .nav_transition_item::before {
		width: 8px;
		height: 1px;
		top: 0;
		bottom: 0;
		left: -20px;
	}
	#nav_transition.restaurant_under .nav_transition_item a:hover::after {
		height: 1px;
		bottom: -9px;
		left: 0;
		right: 0;
	}
}
@media (max-width: 999px){
	#nav_transition.restaurant_under {
		font-size: 15px;
		padding: 32px 20px 33px;
		box-sizing: border-box;
	}
	#nav_transition.restaurant_under .nav_transition_flex {
		width: auto;
		justify-content: space-evenly;
	}
	#nav_transition.restaurant_under .nav_transition_item a:hover {
		font-weight: bold;
	}
	#nav_transition.restaurant_under .nav_transition_item a:hover::after {
		height: 1px;
		bottom: -9px;
		left: 0;
		right: 0;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#reservation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#reservation {
	width: 100%;
	position: relative;
	color: #fff;
	box-sizing: border-box;
}
#reservation::after {
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	display: block;
	background: url(../images/reservation_bg.jpg) no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: -10;
}
#reservation .ttl_kana {
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.12rem;
	line-height: 18px;
}
#reservation .link_area {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
}
#reservation .link_area li {
	z-index: 0;
	height: auto;
	position: relative;
	box-sizing: border-box;
}
#reservation .link_area li.reserve::before {
	position: absolute;
	content: "";
	display: block;
	background: url(../images/icon_reserve.png) no-repeat;
	width: 21px;
	height: 23px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 41%;
	margin: auto;
	z-index: 100;
}
#reservation .link_area li.document::before {
	position: absolute;
	content: "";
	display: block;
	background: url(../images/icon_document.png) no-repeat;
	width: 20px;
	height: 29px;
	top: 0;
	bottom: 3px;
	left: 0;
	right: 43%;
	margin: auto;
	z-index: 100;
}
#reservation .link_area li.tel::before {
	position: absolute;
	content: "";
	display: block;
	background: url(../images/icon_tel.png) no-repeat;
	width: 28px;
	height: 22px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 57%;
	margin: auto;
	z-index: 100;
}
#reservation .link_area li:hover {
	background: rgb(255,255,255, 0.3);
	cursor: pointer;
	opacity: 0.9;
	transition: 0.3s;
}
#reservation .link_area li a {
	display: block;
	background: #fff;
	box-sizing: border-box;
	color: #684011;
}

@media (min-width: 1000px){
	#reservation {
		height: 380px;
		padding: 45px 0 120px 0;
	}
	#reservation .ttl {
		font-size: 40px;
		margin-bottom: 14px;
	}
	#reservation .ttl_kana {
		margin: 0 0 34px;
	}
	#reservation .link_area {
		width: 1000px;
	}
	#reservation .link_area li {
		width: 316px;
		padding: 8px;
	}
	#reservation .link_area li a {
		width: 300px;
		height: 91px;
		font-size: 20px;
		line-height: 92px;
		padding-left: 10%;
		letter-spacing: 0.12rem;
	}
	#reservation .link_area li.tel a {
		padding-left: 12%;
	}
}

@media (max-width: 999px){
	#reservation {
		height: 435px;
		padding: 50px 0 65px;
	}
	#reservation::after {
		background: url(../images/sp/reservation_bg.jpg) no-repeat;
		background-size: cover;
	}
	#reservation .ttl {
		font-size: 30px;
		margin-bottom: 10px;
		line-height: 30px;
	}
	#reservation .ttl_kana {
		margin-bottom: 18px;
	}
	#reservation .link_area {
		display: block;
		width: 80%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	#reservation .link_area li {
		width: auto;
		height: auto;
		padding: 8px;
		box-sizing: border-box;
		position: relative;
	}
	#reservation .link_area li.reserve::before {
		right: 61%;
	}
	#reservation .link_area li.document::before {
		right: 60%;
	}
	#reservation .link_area li.tel::before {
		right: 58%;
	}
	#reservation .link_area li a {
		width: auto;
		height: 66px;
		line-height: 66px;
		padding-left: 0;
		box-sizing: border-box;
	}
}
@media screen and (min-width:767px) and (max-width:999px){
	/*TB*/
	#reservation .link_area {
		display: block;
		width: 80%;
		max-width: 632px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	#reservation .link_area li.reserve::before {
		right: 80%;
	}
	#reservation .link_area li.document::before {
		right: 80%;
	}
	#reservation .link_area li.tel::before {
		right: 79.8%;
	}
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#ex_link
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#ex_link {
	width: 100%;
	background: #444;
	box-sizing: border-box;
}
#ex_link .link_area {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#ex_link .link_area li {
	background: #fff;
	box-sizing: border-box;
}
#ex_link .link_area li.Bridal_Gallery a {
	display: block;
}
#ex_link .link_area li.Anniversary_Gallery a {
	display: block;
}
@media (min-width: 1000px){
	#ex_link {
		padding: 20px 0 20px 0;
	}
	#ex_link .link_area {
		width: 593px;
	}
	#ex_link .link_area li {
		width: 271px;
		padding: 10px 15px 12px;
	}
	#ex_link .link_area li.Bridal_Gallery a {
		border: solid 2px #001a5b;
	}
	#ex_link .link_area li.Anniversary_Gallery a {
		border: solid 2px #af0000;
	}
}
@media (max-width: 999px){
	#ex_link {
		padding: 18px 0;
	}
	#ex_link .link_area {
		width: 90%;
	}
	#ex_link .link_area li {
		width: 49%;
		padding: 4px 9px 5px;
	}
	#ex_link .link_area li.Bridal_Gallery a {
		border: solid 1px #001a5b;
	}
	#ex_link .link_area li.Anniversary_Gallery a {
		border: solid 1px #af0000;
	}
}
@media screen and (min-width:767px) and (max-width:999px){
	/*TB*/
	#ex_link .link_area {
		width: 78%;
		max-width: 632px;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
記事ページ
.article sns_area
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.article .sns_area {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
@media (min-width: 1000px){
	.article .sns_area {
		margin-bottom: 46px;
		justify-content: center;
	}
	.article .sns_area li {
		max-width: 178px;
		margin: 0 5px;
	}
}
@media (max-width: 999px){
	.article .sns_area {
		width: auto;
		margin: 0 5.33% 29px;
		flex-wrap: wrap;
	}
	.article .sns_area li {
		max-width: 49%;
		margin-bottom: 7px;
	}
	.article .sns_area li:nth-child(n+3) {
		margin-bottom: 0;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
記事ページ
.article .return_btn
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.article .return_btn {
	border-top: 1px solid #333;
}
.article .return_btn a {
	position: relative;
}
.article .return_btn a::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}
.article .return_btn a::before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.article .return_btn a::after {
	position: absolute;
	content: "";
	height: 1px;
	margin: auto;
	background: #333;
}
@media (min-width: 1000px){
	.article .return_btn {
		font-size: 16px;
		width: 1000px;
		margin-bottom: 90px;
		padding-top: 26px;
	}
	.article .return_btn a::before {
		width: 6px;
		height: 6px;
		left: -20px;
	}
	.article .return_btn a::after {
		width: 97px;
		left: -10px;
		bottom: -13px;
	}
}
@media (max-width: 999px){
	.article .return_btn {
		font-size: 15px;
		width: auto;
		margin-bottom: 48px;
		padding-top: 28px;
	}
	.article .return_btn a::before {
		width: 6px;
		height: 6px;
		left: -20px;
	}
	.article .return_btn a::after {
		width: 74px;
		left: 0;
		bottom: -13px;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.foot {
	width: 100%;
	background: #222;
	color: #d7d7d7;
	box-sizing: border-box;
}

.foot .footer_flex {
	display: flex;
	justify-content: flex-start;
}
.foot .footer_item:first-child {
	border-right: 1px solid #4b4b4b;
	padding-right: 109px;
}
.foot .ttl {
	font-size: 22px;
	color: #4b4b4b;
	margin-bottom: 13px;
}
.foot .ttl span {
	display: block;
	font-size: 12px;
	color: #4b4b4b;
	margin-bottom: 33px;
}
.foot .sns {
	display: flex;
	justify-content: space-between;
	width: 103px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.foot .tel {
	font-size: 20px;
	color: #4b4b4b;
}
.foot .sitemap {
	width: 660px;
	display: flex;
	justify-content: flex-start;
	text-align: left;
	padding-left: 80px;
	font-size: 13px;
	letter-spacing: 0.06rem;
	line-height: 15px;
}
.foot .sitemap ul.in_list {
	width: auto;
	line-height: 17px;
}
.foot .sitemap a{
	color: #d7d7d7;
}
.foot .sitemap a:hover {
	color: #b0c34f;
}
.foot .sitemap li.hyphen  {
	position: relative;
	width: auto;
	padding-left: 1rem;
}
.foot .sitemap li.hyphen::before {
	position: absolute;
	content: "";
	background: #d7d7d7;
	width: 7px;
	height: 1px;
	top: 40%;
	left: 0;
	margin: auto;
}
.foot .sitemap li span.hyphen_01 {
	display: block;
	position: relative;
	padding-left: 2rem;
	margin-bottom: 10px;
}
.foot .sitemap li span.hyphen_01::before {
	position: absolute;
	content: "";
	background: #d7d7d7;
	width: 7px;
	height: 1px;
	top: 40%;
	left: 0;
	margin: auto;
}
.foot .sitemap .in_list {
	padding-left: 2.5rem;
}
.foot .sitemap .in_list li {
	margin-bottom: 13px;
}
.foot .sitemap .in_list li::before {
	content: none;
}
.foot .sitemap .mb_10 {
	margin-bottom: 10px !important;
}
.foot .sitemap .mb_36 {
	margin-bottom: 36px !important;
}

.foot .foot_btm {
	margin: 43px 0 0 0;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.foot .link {
	display: flex;
	justify-content: flex-end;
	font-size: 12px;
}
.foot .link li {
	margin-left: 1.5rem;
	margin-bottom: 21px;
}
.foot .link li a {
	color: #d7d7d7;
}
.foot .copy {
	font-size: 12px;
	text-align: right;
}

@media (min-width: 1000px){
	.foot {
		padding: 68px 0 70px 0;
	}
	.foot .inner {
		width: 1000px;
		margin: 0 auto;
		box-sizing: border-box;
		transform: translate(-96px, 0);
	}
	.foot figure.foot_logo {
		width: 194px;
		margin-bottom: 33px;
	}
	.foot .sitemap ul {
		width: 330px;
	}
	.foot .foot_btm_item {
		margin-right: 72px;
	}
}

@media (max-width: 1290px){
	.foot .inner {
		width: 96%;
		margin: 0 auto;
		box-sizing: border-box;
		transform: none;
	}
	.foot .footer_item:first-child {
		padding-right: 79px;
	}
	.foot .sitemap {
		width: 500px;
		padding-left: 60px;
	}
	.foot .sitemap ul {
		width: 50%;
	}
}

@media (max-width: 1440px){
	.foot .foot_btm_item {
		width: 350px;
		white-space: nowrap;
	}
}
@media (max-width: 999px){
	.foot {
		width: 100%;
		background: #222;
		color: #d7d7d7;
		padding: 13% 0 137px;
		box-sizing: border-box;
	}
	.foot .inner {
		width: auto;
	}
	.foot .footer_flex {
		display: block;
	}
	.foot .footer_item:first-child {
		border-right: none;
		border-bottom: 1px solid #4b4b4b;
		padding-right: 0;
		padding-bottom: 49px;
	}
	.foot figure {
		margin-bottom: 32px;
	}
	.foot .ttl {
		color: #fff;
		margin-bottom: 12px;
	}
	.foot .ttl span {
		color: #fff;
		margin-bottom: 32px;
	}
	.foot .sns {
		margin-bottom: -10px;
	}
	.foot .tel {
		color: #fff;
	}
	.foot .tel a {
		color: #fff;
	}
	.foot .sitemap {
		width: auto;
		display: block;
		padding: 13% 7.1% 0;
	}
	.foot .sitemap ul {
		width: 100%;
	}
	
	.foot .sitemap li.hyphen {
		width: auto;
		padding-left: 2rem;
	}
	.foot .sitemap li.hyphen::before {
		top: 40%;
		left: 4%;
	}
	.foot .sitemap li span.hyphen_01 {
		margin-bottom: 12px;
	}
	.foot .sitemap li span.hyphen_01::before {
		top: 40%;
		left: 4%;
	}
	.foot .sitemap .in_list {
		padding-left: 3rem;
	}
	.foot .sitemap .in_list li {
		margin-bottom: 8px;
	}
	.foot .sitemap ul:nth-child(2) {
		margin-top: 8%;
	}
	.foot .sitemap ul.in_list {
		margin-top: 10px;
	}
	.foot .sitemap .mb_36 {
		margin-bottom: 23px !important;
	}
	.foot .foot_btm {
		margin: 14% 0 0 0;
	}
	.foot .foot_btm_item {
		margin-right: 5.33%;
	}
	.foot .link {
		font-size: 10px;
	}
	.foot .link li {
		margin-bottom: 31px;
	}
	.foot .link li a {
		color: #fff;
	}
	.foot .copy {
		font-size: 10px;
	}

	.foot .foot_fix {
		position: fixed;
		background: #b9c965;
		width: 100%;
		bottom: 0;
		left: 0;
		z-index: 1000;
	}
	.foot .foot_fix_flex {
		width: 95%;
		min-width: 350px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 1% 0 4%;
	}
	.foot .foot_fix_flex .braidal {
		width: 130px;
	}
	.foot .foot_fix_flex .braidal img {
		vertical-align: middle;
	}
	.foot .foot_fix_flex .visit,
	.foot .foot_fix_flex .request {
		width: 103px;
		margin-left: 5px;
	}
}
@media screen and (min-width:767px) and (max-width:999px){
	/*TB*/
	.foot .foot_fix_flex {
		width: 78%;
		max-width: 632px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 1% 0 4%;
	}
	.foot .foot_fix_flex .braidal {
		width: 200px;
	}
	.foot .foot_fix_flex .visit, .foot .foot_fix_flex .request {
		width: 200px;
		margin-left: 15px;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
記事ページ共通
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body.article .blog_ttl {
	color: #000;
}
body.article .ttl_kana {
	letter-spacing: 0.2rem;
}
@media (min-width: 1000px){
	body.article #main {
		position: relative;
	}
	body.article .blog_ttl {
		min-height: 197px;
		padding-top: 49px;
		font-size: 60px;
		line-height: 60px;
		box-sizing: border-box;
	}
	body.article .ttl_kana {
		font-size: 16px;
	}
	body.article .breadcrumbs {
		position: absolute;
		top: 70px;
	}
}
@media (max-width: 999px){
	body.article .blog_ttl {
		font-size: 31px;
		padding: 66px 0 81px;
	}
	body.article .ttl_kana {
		font-size: 11px;
	}
	body.article .breadcrumbs_list {
		margin-bottom: 45px;
	}
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
contents　共通
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.pankuzu {
	margin: 20px 0 0 30px;
}


/* コンテンツ下部　バナー  */

#ft_banner {
	padding: 40px 0;
	background-color: #eee;
}
#ft_banner .btn_box a {
	width: 1000px;
	height: 200px;
	display: block;
	margin: 0 auto;
	background-position: left;
	overflow: hidden;
	position: relative;
}
#ft_banner .btn_box a:hover {
	opacity: 0.8;
}
#ft_banner .btn_box a::before {
	position: absolute;
	content: "";
	bottom: -80px;
	right: -80px;
	width: 150px;
	height: 150px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#ft_banner .btn_box a::after {
	position: absolute;
	content: "";
	bottom: 7px;
	right: 7px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #eee;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#ft_banner .btn_box .more {
	position: absolute;
	bottom: 20px;
	right: 15px;
	font-size: 16px;
	color: #eee;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


#ft_banner .btn_txt {
	width: 440px;
	margin: 0 0 0 auto;
	padding: 33px 60px 0 0;
	text-align: center;
}
#ft_banner .btn_txt .sub_tt {
	font-size: 16px;
}
#ft_banner .btn_txt .tt {
	font-size: 50px;
}
#ft_banner .btn_txt .bx_tt {
	width: 260px;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 17px;
	color: #FFF;
}


#ft_banner .btn_box.box_lunch a {
	background: url(../images/btn_lunch.png) no-repeat;
	border: 1px solid #c99559;
	background-color: #FFF;
	margin-bottom: 30px;
}
#ft_banner .btn_box.box_lunch a::before {
	background-color: #c99559;
}
#ft_banner .box_lunch .btn_txt .tt {
	color: #c99559;
}
#ft_banner .box_lunch .btn_txt .bx_tt {
	background-color: #c99559;
}


#ft_banner .btn_box.box_plan a {
	background: url(../images/btn_plan.png) no-repeat;
	border: 1px solid #7bcdd7;
	background-color: #FFF;
	margin-bottom: 30px;
}
#ft_banner .btn_box.box_plan a::before {
	background-color: #7bcdd7;
}
#ft_banner .box_plan .btn_txt .tt {
	color: #7bcdd7;
}
#ft_banner .box_plan .btn_txt .bx_tt {
	background-color: #7bcdd7;
}



#ft_banner .btn_box.box_fair a {
	background: url(../images/btn_fair.png) no-repeat;
	border: 1px solid #739a4b;
	background-color: #FFF;
}
#ft_banner .btn_box.box_fair a::before {
	background-color: #739a4b;
}
#ft_banner .box_fair .btn_txt .tt {
	color: #739a4b;
}
#ft_banner .box_fair .btn_txt .bx_tt {
	background-color: #739a4b;
}



/* コンテンツ下部　リンクリスト  */

#ft_link_list {
	padding: 50px 0 30px;
	font-size: 16px;
	letter-spacing: 0.2em;
	background-color: #ccb69c;
}
#ft_link_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 800px;
	margin: 0 auto;
}
#ft_link_list ul li {
	margin-left: 70px;
	margin-bottom: 20px;
	text-align: left;
	position: relative;
}
#ft_link_list ul li:first-child {
	margin-left: 0;
}
#ft_link_list ul li::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -25px;
	margin: auto;
	width: 10px;
	height: 1px;
	background-color: #000;
}
#ft_link_list ul li a {
	padding-bottom: 3px;
	position: relative;
}
#ft_link_list ul li a::after {
	content: '';
	/*絶対配置で線の位置を決める*/
	position: absolute;
	bottom: 0;
	left: 0;
	/*線の形状*/
	width: 80%;
	height: 1px;
	background:#000;
	/*アニメーションの指定*/
	transition: all .3s;
	transform: scale(0, 1);/*X方向0、Y方向1*/
	transform-origin: left top;/*左上基点*/
}

/*現在地とhoverの設定*/
#ft_link_list ul li.current a::after,
#ft_link_list ul li a:hover::after {
	transform: scale(1, 1);/*X方向にスケール拡大*/
}








@media only screen and (max-width: 999px) {
	
	
	.pankuzu {
		margin: 20px 0 0 20px;
	}


/* コンテンツ下部　バナー  */

	#ft_banner {
		padding: 40px 20px;
	}
	#ft_banner .btn_box a {
		width: 100%;
		height: 300px;
	}
	#ft_banner .btn_txt {
		width: 220px;
		padding: 33px 0 0 0;
		text-align: left;
	}
	#ft_banner .btn_txt .tt {
		font-size: 40px;
		line-height: 1.2em;
		padding: 10px 0;
	}
	#ft_banner .btn_txt .bx_tt {
		width: 200px;
		margin: 0;
		text-align: center;
	}
	
	#ft_banner .btn_box.box_lunch a {
		background: url(../images/sp/btn_lunch.png) no-repeat;
		background-size: auto 100%;
		background-color: #FFF;
	}
	#ft_banner .btn_box.box_plan a {
		background: url(../images/sp/btn_plan.png) no-repeat;
		background-size: auto 100%;
		background-color: #FFF;
	}
	#ft_banner .btn_box.box_fair a {
		background: url(../images/sp/btn_fair.png) no-repeat;
		background-size: auto 100%;
		background-color: #FFF;
	}



/* コンテンツ下部　リンクリスト  */

	#ft_link_list {
		padding: 50px 20px;
		font-size: 14px;
		letter-spacing: 0em;
	}
	#ft_link_list ul {
		justify-content: left;
		width: auto;
		margin: 0;
	}
	#ft_link_list ul li {
		width: 40%;
		margin-left: 20px;
	}
	#ft_link_list ul li:nth-child(even) {
		width: 45%;
	}
	#ft_link_list ul li:first-child {
		margin-left: 20px;
	}
  
	
	
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
.pagenation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.pagenation {
	display: flex;
	width: 100%;
	justify-content: space-between;
	border-top: 1px solid #333;
}
.pagenation .prev,
.pagenation .next {
	position: relative;
}
.pagenation p.prev,
.pagenation p.next {
	opacity: 0;
}
.pagenation .prev::before,
.pagenation .next::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}
.pagenation .prev::before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.pagenation .next::before {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
}
.pagenation .prev::after,
.pagenation .next::after {
	position: absolute;
	content: "";
	height: 1px;
	margin: auto;
	background: #333;
}

.pagenation_no {
	display: flex;
	justify-content: center;
}
.pagenation_no a {
	position: relative;
}
.pagenation_no .page.stay::after {
	position: absolute;
	content: "";
	height: 1px;
	margin: auto;
	background: #333;
}

@media (min-width: 1000px){
	.pagenation {
		margin-top: 30px;
		padding: 27px 0 117px;
		font-size: 16px;
	}
	.pagenation .prev {
		margin-left: 24px;
	}
	.pagenation .prev::before {
		width: 8px;
		height: 8px;
		left: -12px;
	}
	.pagenation .prev::after {
		width: 96px;
		left: -2px;
		bottom: -11px;
	}
	.pagenation_no li {
		padding-right: 48px;
	}
	.pagenation_no li:last-child {
		padding-right: 0;
	}
	.pagenation_no .page.page.stay::after {
		width: 20px;
		left: -5px;
		bottom: -11px;
	}
	.pagenation .next {
		margin-right: 12px;
	}
	.pagenation .next::before {
		width: 8px;
		height: 8px;
		right: -12px;
	}
	.pagenation .next::after {
		width: 96px;
		left: 0;
		bottom: -11px;
	}
}
@media (max-width: 999px){
	.pagenation {
		margin: 0 2.66% 0;
		margin-top: 20px;
		padding: 25px 0 44px;
		font-size: 15px;
		order: 2;
	}
	.pagenation .prev {
		margin-left: 10px;
	}
	.pagenation .prev::before {
		width: 5px;
		height: 5px;
		left: -7px;
	}
	.pagenation .prev::after {
		width: 35px;
		left: -2px;
		bottom: -5px;
	}
	.pagenation_no li {
		padding-right: 26px;
	}
	.pagenation_no li:last-child {
		padding-right: 0;
	}
	.pagenation_no .page.page.stay::after {
		width: 22px;
		left: -5px;
		bottom: -5px;
	}
	.pagenation .next {
		margin-right: 10px;
	}
	.pagenation .next::before {
		width: 6px;
		height: 6px;
		right: -5px;
	}
	.pagenation .next::after {
		width: 35px;
		left: 0;
		bottom: -5px;
	}
}

.movieFrameWrap {
	margin: 1em 0;
	position: relative;
	padding-top: 56.25%;
}
.movieFrameWrap > * {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}