@charset "utf-8";

section .inner {
	max-width: 1180px;
	margin: 0 auto;
	/*overflow: hidden;*/
}
.weddingArea > .weddingAreaIn > .inner,
.cuisineArea .inner,
.produceArea .inner,
.cuisineArea .inner .sub section + section {
	position: relative;
}
.weddingArea > .weddingAreaIn > .inner:before,
.weddingArea > .weddingAreaIn > .inner:after,
.cuisineArea .inner:before,
.cuisineArea .inner:after,
.produceArea .inner:before,
.produceArea .inner:after,
.cuisineArea .inner .sub section + section:before {
	content: "";
	position: absolute;
}
.cuisineArea .inner:after {
	position: static;
}
@media screen and (max-width:640px) {
	section .inner {
		width: auto;
	}
	.weddingArea > .weddingAreaIn > .inner:before,
	.weddingArea > .weddingAreaIn > .inner:after,
	.cuisineArea .inner:before,
	.cuisineArea .inner:after,
	.produceArea .inner:before,
	.produceArea .inner:after,
	.cuisineArea .inner .sub section + section:before {
		content: none;
	}
}



/*	mvArea
============================================================================================================ */
.mvArea {
	position: relative;
	height: 945px;
	text-align: center;
	overflow: hidden;
	opacity: 0;
}
.mvArea > *{
	z-index: 5;
}
.mvArea .pager {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 998;
}
.mvArea .pager li {
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.mvArea .pager li.active {
	cursor: default;
}
.mvArea .pager li:before {
	content:"";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	background-color: #252525;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.mvArea .pager li:after {
	content:"";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	background-color: #FFFFFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.mvArea .pager li.active:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.mvArea .bgWrap {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mvArea .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0;
	z-index: 1;
}
.mvArea .bg:first-child {
	background-image: url(../img/mv_bg.jpg);
	opacity: 1;
	z-index: 1;
}
.mvArea .shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
}
.mvArea h1 {
	display: none;
	position: absolute;
	left: 40px;
	bottom: 40px;
	opacity: 0;
}
.mvArea h1 img {
	display: block;
}
.mvArea.coma01 h1 {
	opacity: 1;
}
.mvArea .bnr {
	position: absolute;
	top: 20px;
	right: 10px;
	opacity: 0;
	z-index: 1001;
}
.mvArea .bnr a {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.mvArea .bnr a:hover {
	opacity: 0.7;
}
.mvArea .firstlogoimg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scale(0.94);
	-moz-transform: scale(0.94);
	-ms-transform: scale(0.94);
	-o-transform: scale(0.94);
	transform: scale(0.94);
	-webkit-transition: 3s;
	-moz-transition: 3s;
	-ms-transition: 3s;
	-o-transition: 3s;
	transition: 3s;
	margin: auto;
	z-index: 1001;
}
.mvArea .txt {
	position: absolute;
	right: 50px;
	bottom: 40px;
	opacity: 0;
	text-align: right;
	line-height: 3.5;
}
.mvArea .txt span {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: 1.0s;
	-moz-transition: 1.0s;
	-ms-transition: 1.0s;
	-o-transition: 1.0s;
	transition: 1.0s;
}
.mvArea .txt span.active {
	opacity: 1;
}
@media screen and (min-width:641px) and (max-height:770px) {
	.mvArea h1 {
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-ms-transform: scale(0.75);
		-o-transform: scale(0.75);
		transform: scale(0.75);
		-webkit-transform-origin: bottom left;
		-moz-transform-origin: bottom left;
		-ms-transform-origin: bottom left;
		-o-transform-origin: bottom left;
		transform-origin: bottom left;
	}
	.mvArea .bnr {
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-ms-transform: scale(0.75);
		-o-transform: scale(0.75);
		transform: scale(0.75);
		-webkit-transform-origin: bottom right;
		-moz-transform-origin: bottom right;
		-ms-transform-origin: bottom right;
		-o-transform-origin: bottom right;
		transform-origin: bottom right;
	}
}
@media screen and (min-width:641px) and (max-width:1200px) {
	.mvArea h1 {
		bottom: 170px;
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-ms-transform: scale(0.75);
		-o-transform: scale(0.75);
		transform: scale(0.75);
		-webkit-transform-origin: bottom left;
		-moz-transform-origin: bottom left;
		-ms-transform-origin: bottom left;
		-o-transform-origin: bottom left;
		transform-origin: bottom left;
	}
	.mvArea .bnr {
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-ms-transform: scale(0.75);
		-o-transform: scale(0.75);
		transform: scale(0.75);
		-webkit-transform-origin: bottom right;
		-moz-transform-origin: bottom right;
		-ms-transform-origin: bottom right;
		-o-transform-origin: bottom right;
		transform-origin: bottom right;
	}
	.mvArea .txt {
		right: auto;
		left: 50px;
		text-align: left;
	}
	.mvArea .txt span {
		right: auto;
		left: 0;
	}
}
@media screen and (min-width:640px) and (max-height:850px) {
	.mvArea h1 {
    	padding-top: 30px;
	}
	.mvArea.coma01 h1 img {
		width: 425px;
		height: auto;
	}
}
@media screen and (min-width:640px) and (max-height:710px) {
	.mvArea h1 {
    	padding-top: 15px;
	}
	.mvArea.coma01 h1 img {
		width: 420px;
	}
}
@media screen and (max-width:640px) {
	.mvArea {
		margin-top: 50px;
		height: 0!important;
		padding-top: 134%;
	}
	.mvArea .bg:first-child {
		background-image: url(../img/mv_bg_sp.jpg);
		background-position: center;
	}
	.mvArea h1 {
		left: 10px;
		bottom: 22%;
	}
	.mvArea h1 img {
		width: 66%;
		opacity: 0;
		-webkit-filter: drop-shadow(0 0 1px #000);
		filter: drop-shadow(0 0 1px #000);
	}
	.mvArea .bnr {
		top: 5px;
		right: 0;
		text-align: right;
	}
	.mainArea .bnr img {
		width: 52%;
	}
	.mvArea .txt {
		position: absolute;
		bottom: 8%;
		left: 15px;
		text-align: left;
		line-height: 2.2;
	}
	.mvArea .txt span {
		right: auto;
		left: 0;
	}
	.mvArea .txt span img {
		width: auto;
		height: 4.0vw;
		-webkit-filter: drop-shadow(0 0 2px #000);
		filter: drop-shadow(0 0 2px #000);
	}
}









.add.txt {
	line-height: 1.5;
	width: 100%;
	height: 100%;
	right: auto;
	bottom: auto;
	position: relative;
}

.add.txt .mv_h1 {
	margin-top: 0;
	display: block;
	position: absolute;
	left: auto;
	padding-top: 0;
	bottom: 4rem;
	right: 5rem;
	letter-spacing: .08em;
}

.add.txt .mv_h1 .mv_span {
	font-size: 3.1rem;
	color: #FFF;
	position: relative;
	z-index: 10;
	left: auto;
	bottom: auto;
	font-weight: normal;
	display: block;
	padding-top: 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "メイリオ", Meiryo, serif;
}

.add.txt .mv_h1.active .mv_span {
	opacity: 1;
}

@media screen and (max-width: 640px) {
	.add.txt {
		line-height: 1.7;
	}
	.add.txt .mv_h1 .mv_span {
		font-size: 1.4rem;
	}
	.add.txt .mv_h1 {
		bottom: 3.6rem;
		right: auto;
		left: 0;
	}
}


/*	topicsArea
============================================================================================================ */
/*	messageArea
============================================================================================================ */
.topicsArea {
	padding-top: 175px;
/*	background-color: #252525;*/
	background-color: #fff;
	text-align: center;
	padding-bottom: 1px;
	overflow: hidden;
}
.topicsArea > h1 {
	margin-bottom: 15px;
	text-align: center;
}
.topicsArea .contentWrap {
	max-width:1140px;
	margin:0 auto;
	position: relative;
	margin-bottom: 45px;
}
.topicsArea .content {
	position: relative;
	display:table;
/*
	top: 0;
	left: 50%;
	width: 30000px;
	text-align: left;
	font-size: 0;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
*/
}
@media (min-width:641px) {
	.topicsArea .contentWrapIn {
		padding:0 33.333333%;
	}
}

.topicsArea .content {
	display:table;
}
.topicsArea .topicslink {
	display:table-cell;
	position:relative;
	top:0;
	left:0;

}
.topicsArea section,
.topicsArea .topicslink .box {
	display: inline-block;
	width: 325px;
	vertical-align: top;
	z-index: 10;
	position: relative;
}
.topicsArea .active {
	opacity: 1.0;
}
/*
.topicsArea section + section,
.topicsArea .topicslink + .topicslink {
	margin-left: 50px;
}
*/
.topicsArea section h1,
.topicsArea .topicslink h1 {
	text-align:left;
	margin-bottom: 20px;
	height: 32px;
}

@media screen and (max-width:767px) {
	.topicsArea .topicslink h1 {
		height: 22px;
	}
}

.topicsArea .topic-japanese-style-wrap h1 {
	margin-bottom: 7px;
}
.topicsArea .topic-rw-wrap h1 {
	margin-bottom: 7px;
}
.topicsArea .topic-blog h1 {
	margin-bottom: 14px;
}

.topicsArea section p,
.topicsArea .topicslink p {
	margin-bottom: 15px;
}
.topicsArea section dl,
.topicsArea .topicslink dl {
/*	color: #fff;*/
	color: #212121;
	line-height: 1.6;
	text-align: left;
	z-index: 1;
	width: 100%;
  max-width: 325px;
  margin: 0 auto;
}
.topicsArea section dt,
.topicsArea .topicslink dt {
	position: relative;
	margin-bottom: 10px;
	padding-left: 105px;
	font-size: 15px;
	font-size: 1.5rem;
}
.topicsArea section dt.nobadge,
.topicsArea .topicslink dt.nobadge {
	padding-left: 0;

	display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  text-align: left;
  overflow: hidden;
	-webkit-line-clamp: 2;
}
.topicsArea section .date,
.topicsArea .topicslink .date {
	margin-top: -30px;;
	width: 80px;
	height: 80px;
	padding-top: 21px;
	border-radius: 40px;
	background-color: #BD7B63;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 3px;
	font-size:1.5rem;
	color:#fff;
	position: absolute;
	left: 0;
}

.topicsArea .topicslink .date.custom-date {
	letter-spacing: 0;
	padding-top: 30px;
}

@media screen and (max-width:767px) {
	.topicsArea .topicslink .date.custom-date {
		letter-spacing: 0;
		padding-top: 21px;
	}
}


.topicsArea section .img img,
.topicsArea .topicslink .img img {
	max-width:100%;
	height:auto;
}
.topicsArea section .date small,
.topicsArea .topicslink .date small {
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0;
}
.topicsArea section dd,
.topicsArea .topicslink dd {
	font-size: 12px;
	font-size: 1.2rem;

	display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  text-align: left;
  overflow: hidden;
	-webkit-line-clamp: 3;
}
@media screen and (max-width:640px) {
/*
	.topicsArea .contentWrap {
		margin-bottom: 25px;
	}
	.topicsArea .contentWrapIn {
		max-width:280px;
		margin: 0 auto;
	}
*/
	.topicsArea {
		margin-top: 0;
		padding: 30px 0 60px;
	}
	.topicsArea > h1 {
		margin-bottom: 10px;
	}

  .topicsArea .contentWrap {
  	margin-bottom:0;
  }
  .topicsArea .content {
    margin:0 20px!important;
    transform:none !important;
    width:auto !important;
    position:static;
  }

  .topicsArea .content .topicslink:not(.dammy) {
    display:block;
    opacity:1;
  }
  .topicsArea .content .topicslink.dammy {
    display:none!important;
  }
  .topicsArea:not(.show) .content .topicslink.hide { /* dammy 5 + 表示領域 4 + 1 の数値 （js内の「closeEleIndex」の数値を変更した場合はこちらの値も変えること） */
    display:none;
  }

		/*add210906*/
		.topicsArea .fairWrap + .fairWrap {
			margin-top: 3rem;
		}
		.topicsArea .fairWrap .decoTit {
			text-align: center;
			margin: auto;
			margin-bottom: 2rem;
			overflow: hidden;
		}
		.topicsArea .fairWrap .decoTit span {
			position: relative;
			font-size: 1.3rem;
			line-height: 1;
			font-weight: 400;
			color: #fff;
			color: #212121;
			padding: 0.5rem 1rem;
		}
		.topicsArea .fairWrap .decoTit span:before,
		.topicsArea .fairWrap .decoTit span:after {
			content: '';
			position: absolute;
			top: 50%;
			display: block;
			height: 1px;
/*			background-color: rgba(255, 255, 255, 0.5);*/
			background-color: rgba(0, 0, 0, 0.5);
		}
		.topicsArea .fairWrap .decoTit span:before {
			left: calc(50% - 50vw);
			right: 100%;
		}
		.topicsArea .fairWrap .decoTit span:after {
			left: 100%;
			right: calc(50% - 50vw);
		}
		.topicsArea .fairWrap .topicslink {
			opacity: 1;
			-webkit-transition: 1.0s;
			-o-transition: 1.0s;
			transition: 1.0s;
		}
		/*.topicsArea .fairWrap .topicslink:nth-of-type(n + 5) {
			display: none;
		}*/
		/*.topicsArea .fairWrap .more {
			display: block;
			width: 100%;
			padding: 12px 0;
			border: 1px solid #fff;
			font-size: 1.3rem;
			line-height: 1;
			margin-top: 20px;
			color: #fff;
		}*/

		
  .btns01 {
    display:none;
  }

  .topicsArea .content .topicslink {
    width:auto !important;
    min-height:0;
    height:auto;
    margin:0;
    padding:1rem 1rem 1rem 10rem;
    background-color:rgba(242,242,242,1);
    border-top:0;
    position:relative;
  }
  .topicsArea .content .topicslink > .box {
  	display:block;
  	width:auto;
  	min-height: 27vw;
  	position:static;
  }
  .topicsArea .content .topicslink + .topicslink {
    margin-top:2rem;
  }
  .topicsArea .content .topicslink:after {
    content:none;
  }
  .topicsArea .content h1 {
    border-bottom:1px solid #666;
    width:calc(100% - 2rem);
    padding-bottom:.5rem;
    text-align:left;
    line-height:1;
    position:absolute;
    top:1.4rem;
    left:1rem;
  }
  .topicsArea .content h1 img {
  	margin-bottom:-.6rem;
    height:2.0rem;
    width:auto;
  }
	.topicsArea .content h1 .blogimage {
    height:1.8rem;
  }
  .topicsArea .content .img.quo:before {
  	width:46px;
  	height:46px;
  	transform:rotate(-90deg);
  	right:auto;
  	top:-2px;
  	left:-2px;
  }
  .topicsArea .content .topicslink .date {
    padding:0;
    background:none;
    display:block;
    margin-top:0;
    width:auto;
    height:auto;
    font-size:1.1rem;
    line-height:1;
    text-align:right;
    color:#666;
    position:absolute;
    top:1.8rem;
    right:1rem;
    color:#fff;
    color:#212121;
    letter-spacing:.1em;
  }
  .topicsArea .content .topicslink .date small {
  	font-size:1.0rem;
  }
  .topicsArea .content .topicslink .date small:before {
    content:"（";
  }
  .topicsArea .content .topicslink .date small:after {
    content:"）";
  }
  .topicsArea .content .topicslink .date br {
    display:none !important;
  }
  .topicsArea .content .img {
    width:8rem;
    height:8rem;
    position:absolute;
    top:4.5rem;
    left:1rem;
  }
  .topicsArea .content .img img {
    display:block;
    width:100%;
    height:100%;
    object-fit: cover;
  }
  .topicsArea .content dl {
    margin:3rem 0 0;
    padding-top:0.5rem;
  }
  .topicsArea .content dl dt {
    margin-bottom:.5rem;
    padding-left:0;
    font-size:1.1rem;
    line-height:1.6;
  }
  .topicsArea .content dl dd {
    font-size:.9rem;
  }

  .topicsArea .moreBtn {
    /*margin:25px 20px 0;*/
				margin:25px 0px 0;
  }
  .topicsArea .moreBtn {
    display:flex;
    justify-content: center;
    align-items: center;
				width: 100%;
    height:4.2rem;
    background-color:#bd7b63;
    color:#fff;
    font-size:1.4rem;
  }
  /*.topicsArea .moreBtn:not(.show) {
    display:none !important;
  }*/
}


.messageArea {
	padding-top: 60px;
	background: url(../img/message_bg.jpg) center top no-repeat;
	background-size: cover;
}
.messageArea .lead {
	width: 665px;
	margin: 0 auto 60px;
	padding: 10px;
	border: 2px solid #252525;
	background: rgba(255,255,255,.8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
@media screen and (min-width:641px) and (max-width:1024px) {
	.messageArea .lead {
		width: 56.3%;
	}
}
.messageArea .lead div {
	padding: 50px 0 45px;
	border: 1px solid #252525;
}
.messageArea .lead h1,
.messageArea .lead .txt01 {
	margin-bottom: 30px;
}
@media screen and (min-width:641px) and (max-width:1024px) {
	.messageArea .lead h1 img {
		width: 50%;
		height: auto;
	}
	.messageArea .lead .txt01 {
		margin-right: 3%;
		margin-left: 3%;
	}
	.messageArea .lead .txt01 img {
		max-width: 100%;
		height: auto;
	}
}
.messageArea .lead .txt02 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 0 4%;
}
.messageArea .bg {
	padding: 60px 3% 55px;
	background: rgba(221,222,208,.72);
}
.messageArea .bg .inner {
	max-width: 1260px;
}
.messageArea dl {
	float: left;
	width: 30.1%;
	padding-bottom: 25px;
	background-color: #fff;
	box-shadow:3px 3px 0px 0px #ccc;
	-moz-box-shadow:3px 3px 0px 0px #ccc;
	-webkit-box-shadow:3px 3px 0px 0px #ccc;
	text-align: center;
}
.messageArea dl + dl {
	margin-left: 4.7%;
}
.messageArea .ph img {
	width: 100%;
	height: auto;
}
.messageArea dt {
	margin-top: 15px;
	margin-bottom: 10px;
}
@media screen and (min-width:641px) and (max-width:1024px) {
	.messageArea dt img {
		width: 70%;
		height: auto;
	}
}
.messageArea .txt {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 12px;
	font-size: 1.2rem;
}
@media screen and (min-width:641px) and (max-width:1024px) {
	.messageArea .txt {
		font-size: 1.1rem;
		text-align: left;
	}
}
@media screen and (max-width:640px) {
	.messageArea {
		padding-top: 50%;
		background: url(../img/message_bg_sp.jpg) no-repeat;
		background-size: 100%;
	}
	.messageArea .lead {
		width: auto;
		margin: 0 auto;
		padding: 5px;
	}
	.messageArea .lead div {
		padding: 25px 15px;
	}
	.messageArea .lead h1,
	.messageArea .lead .txt01 {
		margin-bottom: 15px;
	}
	.messageArea .lead .txt02 {
		font-size: 1.1rem;
		text-align: left;
	}
	.messageArea .bg {
		padding: 30px 3%;
	}
	.messageArea dl {
		float: none;
		width: auto;
		padding-bottom: 15px;
	}
	.messageArea dl + dl {
		margin-top: 15px;
		margin-left: 0;
	}
	.messageArea dt {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.messageArea .txt {
		margin-right: 10px;
		margin-left: 10px;
		font-size: 1rem;
		text-align: left;
	}
}



/*	fromArea
============================================================================================================ */
.fromArea {
	display: none;
	padding: 60px 3% 55px;
	background: url(../img/from_bg.jpg) center top;
	background-size: cover;
}
.fromArea > h1 {
	margin-bottom: 65px;
	text-align: center;
}
.fromArea > h1 img {
	margin-right: -110px;
}
@media screen and (min-width:641px) and (max-width:1024px) {
	.fromArea > h1 img {
		width: 36%;
		height: auto;
	}
}
.fromArea section div {
	float: left;
	width: 52.5%;
}
.fromArea .ph {
	float: right;
	width: 40.6%;
}
.fromArea .from_img + section div {
	float: right;
}
.fromArea .from_img + section .ph {
	float: left;
}
.fromArea section h1 {
	margin-bottom: 20px;
}
@media screen and (min-width:641px) and (max-width:1024px) {
	.fromArea section h1 img {
		width: 63%;
		height: auto;
	}
	.fromArea .from_img + section h1 img {
		width: 60%;
		height: auto;
	}
}
.fromArea section .txt01 {
	margin-bottom: 10px;
	line-height: 3.5;
}
@media screen and (min-width:641px) and (max-width:1024px) {
	.fromArea section .txt01 img {
		width: auto;
		height: 24px;
	}
}
.fromArea section .txt02 {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
@media screen and (min-width:641px) and (max-width:1024px) {
	.fromArea section .txt02 {
		font-size: 1.3rem;
	}
}
.fromArea .from_img {
	margin: 40px 0 35px;
	text-align: center;
}
@media screen and (max-width:640px) {
	.fromArea {
		padding: 20px 5% 30px;
		background: #211910 url(../img/from_bg_sp.jpg) no-repeat;
		background-size: 100%;
	}
	.fromArea > h1 {
		margin-bottom: 30px;
	}
	.fromArea > h1 img {
		margin-right: -50px;
	}
	.fromArea section div,
	.fromArea .ph {
		float: none;
		width: auto;
	}
	.fromArea section h1 {
		margin-bottom: 15px;
		text-align: center;
	}
	.fromArea section .txt01 {
		margin-bottom: 10px;
		line-height: 3;
		text-align: center;
	}
	.fromArea section .txt02 {
		margin-bottom: 10px;
		font-size: 1.1rem;
	}
	.fromArea .from_img {
		margin: 20px 0 15px;
	}
}



/* flickArea */
.flickArea {
    padding-top: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
@media screen and (max-width:640px) {
	.flickArea {
		padding-top: 70%;
	}
}

/* btns01 */
.btns01 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 1185px;
	height: 100%;
	width: 100%;
}
.btns01 button {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
	width: 40px;
	height: 40px;
}
.btns01 button.next {
	right: 0;
}
.btns01 button.prev {
	left: 0;
}
.btns01 button:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	background-color: #fff;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.topicsArea .btns01 button:before {
/*	background-color: rgba(255,255,255,.9);*/
	background-color: rgba(0,0,0,.9);
}
.no-touchevents .btns01 button:hover:before {
/*	background-color: rgba(255,255,255,.95);*/
	background-color: rgba(0,0,0,.95);
}
.no-touchevents .topicsArea .btns01 button:hover:before {
/*	background-color: rgba(255,255,255,.9);*/
	background-color: rgba(0,0,0,.9);
}
.btns01 button:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 2px solid #666;
}
.topicsArea .btns01 button:after {
/*	border-top: 2px solid #252525;*/
	border-top: 2px solid #fff;
}
.btns01 button.next:after {
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 3px;
}
.topicsArea .btns01 button.next:after {
/*	border-right: 2px solid #252525;*/
	border-right: 2px solid #fff;
}
.btns01 button.prev:after {
	border-left: 2px solid #666;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: -3px;
}
.topicsArea .btns01 button.prev:after {
/*	border-left: 2px solid #252525;*/
	border-left: 2px solid #fff;
}
@media print, screen and (max-width:640px){
	.btns01 {
		height: 0;
		padding-top: 70%;
	}
	.btns01 button {
		width: 50px;
		height: 50px;
	}
	.btns01 button:before {
		width: 38px;
		height: 38px;
		background-color: rgba(255,255,255,.9);
	}
	.btns01 button:after {
		width: 8px;
		height: 8px;
		border-top: 1px solid #6c6d68;
	}
	.btns01 button.prev:after {
		right: 0;
		border-left: 1px solid #6c6d68;
	}
	.btns01 button.next:after {
		border-right: 1px solid #6c6d68;
	}
	.no-touchevents .btns01 button:hover:before {
		background-color: rgba(0,0,0,1.00);
	}
}

/* pager01 */
.pager01 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 79.3%;
	text-align: center;
}
.pager01 li {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
	line-height: 0;
	z-index: 11;
	width: 100px;
	height: 70px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.pager01 li + li {
	margin-left: 10px;
}
.pager01 li:hover:before,
.pager01 li.active:before {
	content: "";
	position: absolute;
	top: -3px;
	right: -3px;
	bottom: -3px;
	left: -3px;
	border: 3px solid #e3bc61;
}
.weddingArea #restaurant .pager01 {
	right: 0;
	left: auto;
}

@media print, screen and (max-width:640px){
	.pager01 {
		display: none;
	}
}


/* slidePhotoArea h1 */
.slidePhotoArea h1 {
	display: table;
	position: absolute;
	right: 0;
	bottom: 60px;
	width: 300px;
	height: 300px;
	padding: 10px;
	border: 2px solid #252525;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.slidePhotoArea h1 span {
	display: table-cell;
	border: 1px solid #252525;
	vertical-align: middle;
}

.weddingArea #banquet .slidePhotoArea h1 {
	background-color: #fff;
	border: 2px solid #fff;
}
.weddingArea #restaurant .slidePhotoArea h1 {
	right: auto;
	left: 0;
	background-color: #215da2;
	border: 2px solid #215da2;
}
.weddingArea #restaurant .slidePhotoArea h1 span {
	border: 1px solid #929292;
}

@media screen and (max-width:640px) {
	.slidePhotoArea h1 {
		position: relative;
		bottom: auto;
		width: 150px;
		height: 120px;
		margin: -10px auto 0;
		padding: 5px;
	}
}


/*	slidePhotoArea
============================================================================================================ */
.slidePhotoArea {
	margin-bottom: 20px;
}
.slidePhotoArea.type01 {
	padding: 0 5%;
	margin-bottom: 40px;
}
.slidePhotoArea .in {
	position: relative;
	max-width: 1260px;
	margin: auto;
}
.slidePhotoArea .btns01 {
	display: none;
}
.slidePhotoArea.disable .btns01 {
	display: none !important;
}
.slidePhotoArea .slide {
	position: relative;
	margin-bottom: 45px;
	padding-top: 57.2%;
	font-size: 0;
}
.weddingArea .ceremony + .slidePhotoArea .slide {
	margin-bottom: 20px;
}
.slidePhotoArea .slide > * {
	position: absolute;
	top: 0;
	width: 79.366%;
	padding-top: 47.62%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	text-align: left;
	opacity: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.slidePhotoArea.disable .slide > * {
	opacity: 1;
}
.slidePhotoArea .slide > *.active {
	opacity: 1;
}
.slidePhotoArea .slide > * img {
	width: 100%;
	height: auto;
}
.slidePhotoArea.disable .pager01 {
	display: none !important;
}

@media screen and (min-width:1025px) and (max-width:1200px) {
	.weddingArea #restaurant .slidePhotoArea .pager01 {
		width: 79.3%;
	}
}
@media screen and (min-width:641px) and (max-width:1200px) {
	.weddingArea .slidePhotoArea .pager01 {
		bottom: -8%;
		left: 5%;
		width: auto;
	}
}
@media screen and (min-width:641px) and (max-width:1024px) {
	.weddingArea #restaurant .slidePhotoArea .pager01 {
		right: 0;
		left: 0;
		width: auto;
	}
}

.weddingArea #restaurant .slidePhotoArea .slide {
	left: 20.8%;
}
@media screen and (max-width:640px) {
	.slidePhotoArea {
		margin-bottom: 15px;
	}
	.slidePhotoArea .in {
		padding: 0;
	}
	.slidePhotoArea .btns01 {
		display: block;
	}
	.slidePhotoArea .btns .prev {
		left: 0;
	}
	.slidePhotoArea .btns .next {
		right: 0;
	}
	.slidePhotoArea .slide {
		margin-bottom: 0;
		padding-top: 70%;
	}
	.slidePhotoArea .slide > * {
		width: 100%;
		padding-top: 70%;
	}
	.weddingArea #restaurant .slidePhotoArea .slide {
		float: none;
		width: auto;
	}
	.weddingArea #restaurant .slidePhotoArea .slide {
		left: 0;
		padding-top: 70%;
	}
	.slidePhotoArea.type01 {
		margin-bottom: 15px;
	}
}


/*	imgWrapArea
============================================================================================================ */
@media print, screen and (max-width:640px){
	.imgWrapArea {
		overflow: hidden;
	}
	.imgWrapArea .in {
		overflow: hidden;
		position: relative;
		margin: 0;
	}
	.imgWrapArea .in .flickarea {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 100%;
		z-index: 10;
	}
	.imgWrapArea .in .flickarea.type01 {
		padding-top: 52%;
	}
	.imgWrapArea .in .btns01 {
		padding-top: 64%;
		height: 0;
	}
	.imgWrapArea .in .btns01.type01 {
		padding-top: 52%;
	}
	.imgWrapArea .in .btns01.type01 .prev {
		left: 1.5%;
	}
	.imgWrapArea .in .btns01.type01 .next {
		right: 1.5%;
	}
	.imgWrapArea .in .pager01 {
		padding-top: 64%;
		top: 0;
		height: 0;
	}
	.imgWrapArea .in .pager01 li {
		background-color: #CCB89D;
		margin-top: 12px;
	}
	.imgWrapArea .in .imgWrap {
		position: relative;
	}
	.imgWrapArea .in .imgWrap > * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 7%;
		position: absolute;
		top: 0;
		width: 100%;
		margin: 0!important;
	}
	.orijinalArea .imgWrapArea .in .imgWrap > * {
		padding: 0 3%;
	}
	.imgWrapArea .in .imgWrap > div > p {
		position: static;
		margin-bottom: 40px;
	}
	.imgWrapArea .in .imgWrap > div > p > img {
		width: 100%;
		height: auto;
	}
	.imgWrapArea .in .imgWrap > div dl {
		opacity: 0;
		-webkit-transition: 1.0s;
		-moz-transition: 1.0s;
		-ms-transition: 1.0s;
		-o-transition: 1.0s;
		transition: 1.0s;
	}
	.imgWrapArea .in .imgWrap > div.active dl {
		opacity: 1;
	}
	.imgWrapArea .in .imgWrap > div dd {
		margin: 0;
		padding: 0;
		line-height: 19px;
		line-height: 1.9rem;
		width: 100%;
		margin-left: 0;
	}

	.weddingArea .imgWrapArea .in .imgWrap > div > p {
		margin-bottom: 10px;
	}
}

@media screen and (min-width:641px) {
	.orijinalArea .imgWrapArea {
		overflow: hidden;
	}
	.imgWrapArea .imgWrap {
		-webkit-transform: none!important;
		-moz-transform: none!important;
		-ms-transform: none!important;
		-o-transform: none!important;
		transform: none!important;
	}
	.imgWrapArea .dammy,
	.imgWrapArea .pager01,
	.imgWrapArea .flickarea,
	.imgWrapArea .btns01 {
		display: none;
	}
	.weddingArea .inner div {
		left:0!important;
	}
}
@media print, screen and (max-width:1300px){
	.imgWrapArea .imgWrap {
		padding: 0 3%;
	}
}



@-webkit-keyframes anime2{
	0%{
		-webkit-transform: translateX(0%);
	}
	100%{
		-webkit-transform: translateX(-33.33333%);
	}
}
@-moz-keyframes anime2{
	0%{
		-moz-transform: translateX(0%);
	}
	100%{
		-moz-transform: translateX(-33.33333%);
	}
}
@-ms-keyframes anime2{
	0%{
		-ms-transform: translateX(0%);
	}
	100%{
		-ms-transform: translateX(-33.33333%);
	}
}
@-o-keyframes anime2{
	0%{
		-o-transform: translateX(0%);
	}
	100%{
		-o-transform: translateX(-33.33333%);
	}
}
@keyframes anime2{
	0%{
		transform: translateX(0%);
	}
	100%{
		transform: translateX(-33.33333%);
	}
}



/*	weddingArea
============================================================================================================ */
.weddingArea {
	overflow: hidden;
	background-color: #f2f2ef;
}
.weddingArea > .weddingAreaIn {
	background-color: rgba(242,242,239,1.00);
	position: relative;
}
/*.weddingArea > .weddingAreaIn:before {
	content:"";
	display: block;
	width: 400px;
	height: 100px;
	position: absolute;
	top: -88px;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(../img/wedding_title_bg.png);
	opacity: 1.00;
	background-repeat: no-repeat;
}*/
@media screen and (min-width:641px) and (max-width:1024px) {
	.weddingArea > .weddingAreaIn:before {
		top: -53px;
		width: 28%;
		height: auto;
		padding-top: 8%;
		background-size: contain;
	}
}
.weddingArea > .weddingAreaIn > h1 {
	margin-bottom: 25px;
	text-align: center;
}
.weddingArea > .weddingAreaIn > h1 img {
	margin-top: -83px;
	position: relative;
}
@media screen and (min-width:641px) and (max-width:1024px) {
	.weddingArea > .weddingAreaIn > h1 img {
		width: 35%;
		height: auto;
		margin-top: -53px;
	}
}
.weddingArea > .weddingAreaIn > p {
	text-align: center;
}
.weddingArea > .weddingAreaIn > .txt {
	margin-top: 25px;
	margin-bottom: 70px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
.weddingArea .slidePhotoArea {
	padding-right: 3%;
	padding-left: 3%;
}
.weddingArea section {
	padding: 20px 0 0;
}
@media screen and (min-width:641px) and (max-width:1200px) {
	.weddingArea section {
		padding: 7% 0 0;
	}
}
.weddingArea .ceremony {
	padding-bottom: 140px;
}
.weddingArea .party {
	padding-top: 0;
}
.weddingArea section > h1 {
	margin-bottom: 25px;
	text-align: center;
}
.weddingArea .party > h1 {
	margin-bottom: 19px;
}

.weddingArea section > .txt01 {
	margin-bottom: 10px;
	text-align: center;
}
.weddingArea .party > .txt01 {
	margin-bottom: 36px;
}
.weddingArea section > .txt02 {
	margin-bottom: 40px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: center;
}
@media screen and (min-width:640px) and (max-width:1024px) {
	.weddingArea section > .txt02 {
		margin-right: 3%;
		margin-left: 3%;
		text-align: left;
	}
}
.weddingArea  section > .txt03 {
	margin-bottom: 40px;
	color: #666;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
.weddingArea .party > .txt03 {
	margin-bottom: 60px;
	font-size: 12px;
	font-size: 1.2rem;
}
.weddingArea .inner div {
	float: left;
	width: 31.8%;
}
.weddingArea .inner div + div {
	margin-left: 2.3%;
}
.weddingArea .inner .dammy + div {
	margin-left: 0;
}
.weddingArea .inner p img {
	max-width: 100%;
	height: auto;
}
.weddingArea .party .inner div dl {
	margin-top: 37px;
}
.weddingArea .inner div dl {
	margin-top: 15px;
}
.weddingArea .inner div dt {
	margin-bottom: 10px;
	text-align: center;
}
.weddingArea .inner div dt img {
	max-width: 100%;
    height: auto;
}
.weddingArea .party .inner div dt {
	margin-bottom: 13px;
	line-height: 1.7;
}
@media screen and (min-width:640px) and (max-width:1024px) {
	.weddingArea .inner div dt img {
	    height: 6.2vw;
	    width: auto;
	}
}
.weddingArea .inner div dd {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 22px;
	line-height: 2.2rem;
}
@media screen and (max-width:900px) {
	.weddingArea .inner div dd {
		font-size: 1.2rem;
	}
}
@media screen and (max-width:640px) {
	.weddingArea {
		padding: 0;
	}
	.weddingArea [data-pararaxarea01-bg],
	.weddingArea [data-pararaxarea01-bg]> * {
		height: 41vw!important;
	}
	.weddingArea > .weddingAreaIn > h1 img {
    	margin-top: -12%;
	}
	.weddingArea > .weddingAreaIn {
		background-color: rgba(242,242,239,1.0);
	}
	.weddingArea > .weddingAreaIn:before {
		width: 50%;
		height: 0;
		top: 1px;
		opacity: 1;
		background-repeat: no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		padding-top: 13%;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	.weddingArea > .weddingAreaIn > h1 {
		margin-bottom: 15px;
	}
	.weddingArea > .weddingAreaIn > .txt {
		margin: 15px 5% 30px;
		font-size: 1.1rem;
		text-align: left;
	}
	.weddingArea section {
		padding: 0 0 25px;
	}
	.weddingArea section > .txt01 {
		margin-bottom: 5px;
		line-height: 2.5;
	}
	.weddingArea .party > .txt01 {
		margin-bottom: 15px;
	}
	.weddingArea section > .txt02 {
		margin: 0 5% 15px;
		font-size: 1.1rem;
		text-align: left;
	}
	.weddingArea .inner h1 {
		margin-bottom: 10px;
	}
	.weddingArea .inner h1 img {
		width: auto;
		height: 55px;
		margin: 0 auto;
	}
	.weddingArea .inner h1:before {
		top: -8px;
		width: 265px;
		height: 133px;
		margin-left: -133px;
		background-size: cover;
	}
	.weddingArea .inner .txt01 {
		margin-bottom: 7px;
		line-height: 2;
	}
	.weddingArea .inner .txt01 img {
		margin-bottom: 3px;
	}
	.weddingArea .inner .txt02 {
		margin: 0 20px 25px;
		font-size: 1.1rem;
		text-align: left;
		line-height: 19px;
		line-height: 1.9rem;
	}
	.weddingArea .ceremony {
		padding: 13px 0 60px;
	}
	.weddingArea .party {
		padding-top: 10px;
	}
	.weddingArea .slidePhotoArea .btns01 button {
		width: 38px;
		height: 38px;
	}
	.weddingArea .imgWrapArea .in .btns01 {
		padding-top: 100%;
	}
	.weddingArea .imgWrapArea .in .btns01.sub {
		padding-top: 54%;
	}
	.weddingArea .imgWrapArea .btns01 button:before {
		background-color: rgba(179,160,107,.8);
	}
	.weddingArea .imgWrapArea .btns01 button:after {
		border-top: 1px solid #252525;
	}
	.weddingArea .imgWrapArea .btns01 button.prev:after {
		border-left: 1px solid #252525;
	}
	.weddingArea .imgWrapArea .btns01 button.next:after {
		border-right: 1px solid #252525;
	}
	.weddingArea .inner div {
		float: none;
		width: 100%;
	}
	.weddingArea .inner div + div {
		margin-top: 25px;
		margin-left: 0;
	}
	.weddingArea .inner div p img {
		max-width: 100%;
		height: auto;
	}
	.weddingArea .inner div dl {
		margin-top: 10px;
	}
	.weddingArea .inner div dt {
		margin-bottom: 10px;
		text-align: center;
	}
	.weddingArea .inner div dt img {
		width: auto;
		height: 18vw;
	}
	.weddingArea .party .inner div dt img {
		width: auto;
		height: 62px;
	}
	.weddingArea .inner div dd {
		width: auto;
		margin: 0 5%;
		font-size: 1.1rem;
	}
}

/* banquet */
.weddingArea #restaurant {
	/*margin-top: 85px;*/
	padding: 85px 0 80px;
	background-color: rgba(255,255,255,0.6);
}
@media screen and (max-width:640px) {
	.weddingArea #restaurant {
		margin-top: 0;
		padding: 30px 0 0;
	}
}


/* banquet */
.weddingArea #banquet {
	/*margin-top: 85px;*/
	padding: 85px 0 80px;
	background-color: rgba(233,230,223,0.6);
}
/*.weddingArea #banquet .slidePhotoArea .slide{
	left: 20.8%;
}*/
/*.weddingArea #banquet .slidePhotoArea h1 {
	right: auto;
	left: 0;
}*/
/*.weddingArea #banquet .pager01 {
	right: 0;
	left: auto;
}*/
/*.weddingArea #restaurant .pager01 {
	right: 0;
	left: auto;
}*/
@media screen and (max-width:640px) {
	.weddingArea #banquet {
		margin-top: 0;
		padding: 30px 0 0;
	}
	.weddingArea #banquet .slidePhotoArea .slide {
		float: none;
		width: auto;
	}
	.weddingArea #banquet .slidePhotoArea .slide {
		left: 0;
		padding-top: 70%;
	}
}


/* orijinalArea */
.weddingArea .orijinalArea {
    padding-bottom: 90px;
    background-color: rgba(233,230,223,0.6);
    /*background-color: rgb(221, 222, 208);*/
}
.orijinalArea > div {
	max-width: 1180px;
	margin: 0 auto;
	padding: 60px 30px 20px;
	background-color: #fff;
}
.orijinalArea > div > h1 {
	margin-bottom: 25px;
	text-align: center;
}
.orijinalArea .lead {
	margin-bottom: 5px;
	line-height: 3.5;
	text-align: center;
}
.orijinalArea .txt {
	margin-bottom: 45px;
	color: #252525;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: center;
}
@media screen and (min-width:640px) and (max-width:1024px) {
	.orijinalArea .txt {
		font-size: 1.3rem;
	}
}
.orijinalArea .imgWrapArea .imgWrap {
	margin-right: -.7%;
	padding: 0;
}
.weddingArea .orijinalArea .imgWrapArea .imgWrap div {
	width: 32.6%;
	margin-right: .7%;
}
.weddingArea .orijinalArea .imgWrapArea .imgWrap div + div {
	margin-left: 0;
}
.weddingArea .orijinalArea .imgWrapArea .imgWrap div p img {
	width: 100%;
}
.weddingArea .orijinalArea .imgWrapArea .imgWrap .second p {
	position: static;
}
.orijinalArea dl {
	height: 227px;
	margin-top: 10px;
	padding-top: 55px;
	background: url(../img/orijinal_bg.jpg) no-repeat right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.orijinalArea dd {
	margin-top: 20px;
	color: #252525;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
}
@media screen and (min-width:640px) and (max-width:1024px) {
	.orijinalArea dl {
		background-position: right top;
		background-size: 50%;
	}
	.orijinalArea dt img {
		display: block;
	}
	.orijinalArea dt img + img {
		margin-top: 10px;
	}
	.orijinalArea dd {
		font-size: 1.2rem;
	}
}
@media screen and (max-width:640px) {
	.btns01 button.prev {
		left: 0;
	}
	.btns01 button.next {
		right: 0;
	}

	.weddingArea .orijinalArea {
		padding: 10px 3% 12%;
	}
	.orijinalArea > div {
		padding: 25px 0 0;
	}
	.orijinalArea > div > h1 {
		margin-bottom: 15px;
	}
	.orijinalArea .lead {
		margin-bottom: 6%;
		line-height: 2.5;
	}
	.orijinalArea .lead img {
		width: auto;
		height: 15px;
	}
	.orijinalArea .txt {
		margin-bottom: 15px;
		text-align: left;
		padding: 0 5%;
		font-size: 1.1rem;
		line-height: 1.6;
	}
	.orijinalArea .txt br {
		display: none;
	}

	.orijinalArea .imgWrapArea .in {
		margin: 0 5%;
		padding-bottom: 5px;
	}
	.weddingArea .orijinalArea .imgWrapArea .in .flickarea {
   		padding-top: 143%;
	}
	.orijinalArea .btns01 {
		bottom: 0;
	}
	.weddingArea .orijinalArea .btns01 button.prev {
		left: .3%;
	}
	.weddingArea .orijinalArea .btns01 button.next {
		right: .3%;
	}
	.weddingArea .orijinalArea .imgWrapArea .btns01 button:before {
		background-color: rgba(255,255,255,.9);
	}
	.orijinalArea .imgWrapArea .pager01 {
		display: block;
		top: auto;
		width: 100%;
		height: auto;
	}
	.orijinalArea .pager01 li {
		width: 10px;
		height: 10px;
		border-radius: 10px;
	}
	.orijinalArea .imgWrapArea .in .pager01 li.active {
		background-color: #bc7b62;
	}
	.orijinalArea .imgWrapArea .in .pager01 li.active:before {
		content: none;
	}
	.weddingArea .orijinalArea .imgWrapArea .inner div {
		width: 100%;
	}
	.orijinalArea dl {
		height: auto;
		margin-top: 15px;
		padding-top: 0;
		padding-bottom: 45%;
		background-position: bottom;
		background-size: contain;
	}
	.orijinalArea dt {
		text-align: center;
	}
	.orijinalArea dt img + img {
		margin-top: 5px;
	}
	.orijinalArea dd {
		margin-top: 3%;
		padding: 0 5%;
		font-size: 1.1rem;
		line-height: 1.6;
	}
}



/* commonBtn01 */
.commonBtn01 {
	width: 35px;
	height: 35px;
	background-color: #000;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.commonBtn01.type01 {
	width: 50px;
	height: 50px;
}
.commonBtn01:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.commonBtn01:before {
	content: '';
	display: block;
	position: absolute;
	top: -20px;
	bottom: -20px;
	right: -20px;
	left: -20px;
	background-color: rgba(0,0,0,0);
}
.no-touchevents .commonBtn01,
.no-touchevents .commonBtn01:after {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.commonBtn01.prev:after {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	left: 5px;
}
.commonBtn01.next:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 5px;
}
.no-touchevents .commonBtn01:hover {
	background-color: #FFFFFF;
}
.no-touchevents .commonBtn01:hover:after {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
.no-touchevents .commonBtn01.prev:hover:after {
	left: 0;
}
.no-touchevents .commonBtn01.next:hover:after {
	right: 0;
}



/*	produceArea
============================================================================================================ */
.produceArea {
	overflow: hidden;
}
.produceArea > .produceAreaIn {
	background-color: rgba(221,222,208,1.00);
}
/*.produceArea > .produceAreaIn:before {
	content:"";
	display: block;
	width: 400px;
	height: 100px;
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(../img/produce_title_bg.png);
	opacity: 1.00;
	background-repeat: no-repeat;
}*/
@media screen and (min-width:641px) and (max-width:1024px) {
	.produceArea > .produceAreaIn:before {
		top: -53px;
		width: 28%;
		height: auto;
		padding-top: 8%;
		background-size: contain;
	}
}
.produceArea > .produceAreaIn > h1 {
	margin-bottom: 25px;
	text-align: center;
}
.produceArea > .produceAreaIn > h1 img {
	margin-top: -95px;
	position: relative;
}
@media screen and (min-width:641px) and (max-width:1024px) {
	.produceArea > .produceAreaIn > h1 img {
		width: 35%;
		height: auto;
		margin-top: -53px;
	}
}
.produceArea > .produceAreaIn > p {
	text-align: center;
	line-height:3.0;
}
.produceArea > .produceAreaIn > .txt {
	margin-top: 25px;
	margin-bottom: 70px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
@media screen and (max-width:640px) {
	.produceArea {
		padding: 0;
	}
	.produceArea [data-pararaxarea01-bg],
	.produceArea [data-pararaxarea01-bg]> * {
		height: 41vw!important;
	}
	.produceArea > .produceAreaIn {
		background-color: rgba(221,222,208,1.0);
	}
	.produceArea > .produceAreaIn > h1 {
		margin-bottom: 15px;
	}
	.produceArea > .produceAreaIn > h1 img {
    	margin-top: -12%;
	}
	.produceArea > .produceAreaIn:before {
		width: 50%;
		height: 0;
		top: 1px;
		opacity: 1;
		background-repeat: no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		padding-top: 13%;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	.produceArea > .produceAreaIn > .txt {
		margin: 15px 5% 30px;
		font-size: 1.1rem;
		text-align: left;
	}
	.produceArea > .produceAreaIn > p {
	line-height:2.6;
	}
}

/* specialist */
.produceArea #specialist {
	max-width: 1105px;
	margin: 0 auto 65px;
}
.produceArea #specialist div {
	position: relative;
	height: 465px;
	text-align: right;
}
.produceArea #specialist h1 {
	display: table;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300px;
	height: 300px;
	padding: 10px;
	border: 2px solid #252525;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.produceArea #specialist h1 span {
	display: table-cell;
	border: 1px solid #252525;
	vertical-align: middle;
}
.produceArea #specialist .txt01,
.produceArea #specialist .txt02 {
	margin-left: 340px;
}
@media screen and (min-width:640px) and (max-width:1024px) {
	.produceArea #specialist .txt01,
	.produceArea #specialist .txt02 {
		margin-right: 10px;
		margin-left: 330px;
	}
}
.produceArea #specialist .txt01 {
	margin-bottom: 10px;
}
.produceArea #specialist .txt02 {
	font-size: 14px;
	line-height: 1.8;
}
@media screen and (max-width:640px) {
	.produceArea #specialist {
		margin: 0 auto 20px;
	}
	.produceArea #specialist div {
		height: auto;
	}
	.produceArea #specialist h1 {
		position: relative;
		bottom: auto;
		width: 150px;
		height: 120px;
		margin: -10px auto 0;
		padding: 5px;
	}
	.produceArea #specialist .txt01 {
		margin-top: 15px;
		margin-left: 0;
		margin-bottom: 0;
		line-height: 2.5;
		text-align: center;
	}
	.produceArea #specialist .txt02 {
		margin-right: 5%;
		margin-left: 5%;
		font-size: 1.1rem;
	}
}

/* map */
.produceArea #map {
	display: none;
	height: 919px;
	background: url(../img/produce_map_bg.png) center no-repeat;
}
@media screen and (min-width:641px) {
	.produceArea #map {
		background-position: bottom;
	}
}
@media screen and (min-width:1025px) and (max-width:1200px) {
	.produceArea #map {
		background-size: 120%;
	}
}
@media screen and (min-width:641px) and (max-width:1024px) {
	.produceArea #map {
		background-size: 100%;
	}
}
.produceArea #map > div {
	position: relative;
	max-width: 1145px;
	margin: 0 auto;
}
.produceArea #map .txt {
	position: absolute;
	width: 420px;
	height: 405px;
	padding: 40px 30px 0;
	background: #b3a06b url(../img/produce_map_txt_bg.png) no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.produceArea #map .txt h1 {
	margin-bottom: 25px;
	text-align: center;
}
.produceArea #map .txt p {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
@media screen and (max-width:640px) {
	.produceArea #map {
		height: auto;
		background: transparent;
	}
	.produceArea #map .txt {
		position: static;
		width: auto;
		height: auto;
		margin: 0 5% 15px;
		padding: 20px 10px 15px;
		background-size: 100%;
	}
	.produceArea #map .txt h1 {
		margin-bottom: 10px;
	}
	.produceArea #map .txt p {
		font-size: 1.1rem;
	}
	.produceArea #map .sp {
		position: relative;
	}
	.produceArea #map .sp img {
		vertical-align: bottom;
	}
	.produceArea #map .sp .zoom {
		position: absolute;
		right: 20px;
		bottom: 15px;
	}
}

/* support */
.produceArea section.support {
	clear: both;
	padding: 95px 3% 90px;
	background: url(../img/support_bg.png) #e7e8de;
	background-repeat: no-repeat;
}
.produceArea section.support h1 {
	margin-bottom: 30px;
	text-align: center;
}
.produceArea section.support .txt {
	margin-bottom: 30px;
	line-height: 3;
	text-align: center;
}
.produceArea section.support .inner div {
	float: left;
	width: 32.3%;
}
.produceArea section.support .inner div + div {
	margin-left: 1.5%;
}
.produceArea section.support div p img {
	max-width: 100%;
	height: auto;
}
.produceArea section.support div dl {
	margin-top: 25px;
}
.produceArea section.support div dt {
	margin-bottom: 10px;
	line-height: 3;
	text-align: center;
}
.produceArea section.support div dd {
	width: 100%;
	margin: 0 auto;
	color: #252525;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 22px;
	line-height: 2.2rem;
}
@media screen and (min-width:641px) and (max-width:1024px) {
	.produceArea section.support div dt img {
		width: auto;
		height: 13px;
	}
}
@media screen and (max-width:900px) {
	.produceArea section.support div dd {
		width: auto;
		padding: 0 10px;
	}
}
@media screen and (max-width:640px) {
	.produceArea section.support {
		padding: 40px 5% 25px;
	}
	.produceArea section.support h1 {
		margin-bottom: 15px;
	}
	.produceArea section.support .txt {
		margin-bottom: 20px;
		line-height: 2;
	}
	.produceArea section.support .txt img {
		width: auto;
		height: 13px;
	}
	.produceArea section.support .inner div {
		position: relative;
		float: none;
		width: 100%;
		padding-top: 57px;
	}
	.produceArea section.support .inner div + div {
		margin-top: 50px;
		margin-left: 0;
	}
	.produceArea section.support .inner div p {
		float: left;
		width: 34%;
		margin-top: 5px;
	}
	.produceArea section.support .inner div dl {
		margin-top: 0;
	}
	.produceArea section.support .inner div dt {
		position: absolute;
		top: 0;
		margin-bottom: 5px;
		line-height: 1.8;
	}
	.produceArea section.support .inner div dt img {
		width: auto;
		height: 15px;
		margin-bottom: 5px;
	}
	.produceArea section.support .inner div dd {
		width: auto;
		font-size: 1rem;
		text-align: left;
		margin-left: 33%;
		line-height: 17px;
		line-height: 1.7rem;
	}
}



/*	cuisineArea
============================================================================================================ */
.cuisineArea {
	overflow: hidden;
}
.cuisineArea > .cuisineAreaIn {
	background-color: rgba(255,255,255,1.00);
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 80px;
}
/*.cuisineArea > .cuisineAreaIn:before {
	content:"";
	display: block;
	width: 400px;
	height: 100px;
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(../img/cuisine_title_bg.png);
	opacity: 1.00;
	background-repeat: no-repeat;
}*/
@media screen and (min-width:641px) and (max-width:1024px) {
	.cuisineArea > .cuisineAreaIn:before {
		top: -53px;
		width: 28%;
		height: auto;
		padding-top: 8%;
		background-size: contain;
	}
}
.cuisineArea > .cuisineAreaIn > h1 {
	margin-bottom: 25px;
	text-align: center;
}
.cuisineArea > .cuisineAreaIn > h1 img {
	margin-top: -95px;
	position: relative;
}
@media screen and (min-width:641px) and (max-width:1024px) {
	.cuisineArea > .cuisineAreaIn > h1 img {
		width: 35%;
		height: auto;
		margin-top: -53px;
	}
}
.cuisineArea > .cuisineAreaIn > p {
	text-align: center;
}
.cuisineArea > .cuisineAreaIn > .txt {
	margin-top: 25px;
	margin-bottom: 70px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
.cuisineArea .inner div {
	float: left;
	width: 31.8%;
}
.cuisineArea .inner div + div {
	margin-left: 2.3%;
}
.cuisineArea .inner p img {
	max-width: 100%;
	height: auto;
}
.cuisineArea .inner div dl {
	margin-top: 25px;
}
.cuisineArea .inner div dt {
	margin-bottom: 15px;
	text-align: center;
}
@media screen and (min-width:640px) and (max-width:1024px) {
	.cuisineArea .inner div dt img {
		width: 95%;
		height: auto;
	}
}
.cuisineArea .inner div dd {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 22px;
	line-height: 2.2rem;
}
@media screen and (min-width:640px) and (max-width:1024px) {
	.cuisineArea .inner div dd {
		font-size: 1.2rem;
	}
}
@media screen and (max-width:640px) {
	.cuisineArea {
		padding: 0;
	}
	.cuisineArea [data-pararaxarea01-bg],
	.cuisineArea [data-pararaxarea01-bg]> * {
		height: 41vw!important;
	}
	.cuisineArea > .cuisineAreaIn {
		background-color: rgba(255,255,255,1.0);
		padding-right: 0;
		padding-left: 0;
	}
	.cuisineArea > .cuisineAreaIn > h1 {
		margin-bottom: 15px;
	}
	.cuisineArea > .cuisineAreaIn > h1 img {
    	margin-top: -12%;
	}
	.cuisineArea > .cuisineAreaIn:before {
		width: 50%;
		height: 0;
		top: 0;
		opacity: 1;
		background-repeat: no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		padding-top: 13%;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.cuisineArea > .cuisineAreaIn > .txt {
		margin: 15px 5% 30px;
		font-size: 1.1rem;
		text-align: left;
	}
	.cuisineArea .inner div {
		float: none;
		width: auto;
		margin-right: 5%;
		margin-left: 5%;
	}
	.cuisineArea .inner div + div {
		margin-top: 25px;
		margin-left: 5%;
	}
	.cuisineArea .inner div p img {
		max-width: 100%;
		height: auto;
	}
	.cuisineArea .inner div dl {
		margin-top: 10px;
	}
	.cuisineArea .inner div dt {
		margin-bottom: 10px;
		text-align: center;
	}
	.cuisineArea .inner div dt img {
		width: 80%;
		height: auto;
	}
	.cuisineArea .inner div dd {
		width: auto;
		font-size: 1.1rem;
	}
}



/*	presentArea
============================================================================================================ */
.presentArea {
	padding: 75px 3% 90px;
	background-color: #e9e6df;
}
.presentArea > h1 {
	margin-bottom: 25px;
	text-align: center;
}
.presentArea .img li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
@media screen and (min-width:641px) and (max-width:1024px) {
	.presentArea > h1 img {
		width: 22%;
		height: auto;
	}
}
.presentArea .inner {
	padding: 30px 3% 40px;
	border: 2px solid #252525;
	background-color: #fff;
	text-align: center;
}
.presentArea .inner h1 {
	margin-bottom: 30px;
}
.presentArea .inner p.img {
	margin-bottom: 10px;
}
.presentArea .inner .txt {
	margin-top: 70px;
	margin-bottom: 15px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.8;
}
.presentArea .inner a {
	display: block;
	position: relative;
	width: 590px;
	margin: 0 auto;
	background-color: #ddb29f;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 70px;
}
.presentArea .inner a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	border-radius: 20px;
	background: #c07c63 url(../img/present_arrow.png) no-repeat center;
}
.presentArea .inner a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.presentArea .inner a:hover:after {
	background-color: #fff;
	opacity: .3;
}
@media screen and (min-width:640px) and (max-width:1024px) {
	.presentArea .inner {
		margin-right: 3%;
		margin-left: 3%;
	}
	.presentArea .inner .txt02::before {
		left: -105px;
	}
	.presentArea .inner .txt03 {
		margin-left: 0;
		text-align: center;
	}
	.presentArea .inner .dlwrap {
		margin: 0 45px 14px;
	}
	.presentArea .inner dl {
		width: 49.5%;
	}
	.presentArea .inner dt {
		padding-top: 25px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.presentArea .inner dt span {
		margin-bottom: 15px;
		padding-top: 11px;
	}
	.presentArea .inner .special04 span {
		padding-top: 14px;
	}
	.presentArea .inner dt small {
		font-size: 13px;
		font-size: 1.3rem;
	}
}
@media screen and (max-width:640px) {
	.presentArea {
		padding: 30px 10px;
	}
	.presentArea > h1 {
		margin-bottom: 15px;
	}
	.presentArea .inner {
		padding: 15px 8px 20px;
	}
	.presentArea .inner h1 {
		margin-bottom: 15px;
	}
	.presentArea .inner h1 img {
		max-width: 100%;
	}
	.presentArea .inner .img {
		margin-bottom: 5px;
	}
	.presentArea .inner .txt {
		margin-bottom: 5px;
		font-size: 1.3rem;
	}
	.presentArea .inner .txt {
		margin-top: 0;
	}
	.presentArea .inner a {
		width: auto;
		padding: 5px 0;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.presentArea .inner a:before {
		right: 8px;
		width: 15px;
		height: 15px;
		margin-top: -8px;
		border-radius: 10px;
		background: #c07c63 url(../img/present_arrow.png) no-repeat center;
		background-size: 5px 7px;
	}
	.presentArea .img li {
		width: 45%;
		margin-right: 5px;
		margin-left: 5px;
		margin-bottom: 5px;
	}
	.presentArea .img li img {
		width: 100%;
	}
}

/*	180323追加：r-planArea
============================================================================================================ */
.r-planArea {
	padding: 75px 0 160px;
	background-color: #f2f2ef;
	text-align: center;
	overflow: hidden;
	position:relative;
}
.r-planArea > h1 {
	margin-bottom: 23px;
	text-align: center;
}
.r-planArea .planslide {
}
.r-planArea .contantWrap {
	position: relative;
	margin-bottom: 55px;
	max-width: 1080px;
	margin:0 auto;
}
.r-planArea .content {
	position: relative;
	top: 0;
	left: 50%;
	width: 30000px;
	text-align: left;
	font-size: 0;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.r-planArea .content:after {
	content:"";
	display:block;
	clear:both;
}
@supports (display:flow-root) {
	.r-planArea .content {
		display:flow-root;
	}
	.r-planArea .content:after {
		content:none;
	}
}
.r-planArea .topicslink {
	float:left;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
}
.r-planArea .topicslink .box {
	display: block;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	min-height: 380px;
	vertical-align: top;
	z-index: 10;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	/*left: 43px;*/
	/*left: 35px;*/
	/* left: 1135px; */
	background-color: #FFF;
	padding: 30px 35px;
	box-sizing: border-box;
}
.r-planArea .active {
	opacity: 1.0;
}
.r-planArea section + section,
.r-planArea .topicslink + .topicslink {
}
.r-planArea .topicslink .tit {
	padding-right: 330px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: normal;
}
.r-planArea .topicslink .tit span {
	display: inline-block;
	padding-bottom: 5px;
	font-size: 15px;
	color: #666;
}
.r-planArea .topicslink .price {
	display: table;
	width: 100%;
	padding-right: 330px;
	margin-bottom: 20px;
	box-sizing: border-box;
	color: #A18100;
	line-height: 1;
}
.r-planArea .topicslink .price dt {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	width: 30%;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	background-color: #ddb29f;
	color: #FFF;
}

@media screen and (max-width:640px) {
	.r-planArea .topicslink .price dt {
		width: 22%;
	}
}

.r-planArea .topicslink .price dd {
	display: table-cell;
	vertical-align: middle;
	width: 65%;
	color: #212121;
	padding-left: 2.5%;
	font-size: 25px;
	font-size: 2.5rem;
}
.r-planArea .topicslink .price dd span {
	font-size: 15px;
}
.r-planArea .topicslink .pic {
	position: absolute;
	top: 35px;
	right: 35px;
	max-width: 310px;
	max-height: 310px;
}
.r-planArea .topicslink .pic img {
	width: 100%;
	height: auto;
}
.r-planArea .topicslink .txt {
	padding-right: 330px;
	margin-bottom: 20px;
	font-size: 13px;
}
.r-planArea .topicslink .btn {
	position: absolute;
	bottom: 35px;
	width: 360px;
}
.r-planArea .topicslink .btn a {
	display: block;
	padding: 15px;
	background-color: #b3a06b;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.r-planArea .topicslink .btn a:hover {
	opacity: .7;
}
.r-planArea .btns01 {
	max-width: 1145px;
}
.r-planArea .btns01 button.prev {
	left:-20px;
}
.r-planArea .btns01 button.next {
	right:-20px;
}
.r-planArea .topicslink .naiyou {
	font-size: 13px;
	padding-right: 330px;
	padding-top: 20px;
}
.r-planArea .topicslink .naiyou dt{
    vertical-align: middle;
    width: 12em;
    text-align: center;
    color: #88703c;
    padding: 2px 0;
    margin-bottom: 10px;
    border: solid 1px #BDA571;
}
.r-planArea .topicslink .naiyou dd{
	line-height: 1.8;
}
@media screen and (max-width:640px) {
	.r-planArea .topicslink .naiyou{
	    padding-right: 0;
	    padding-top: 10px;
   		font-size: 12px;
	}
}


@media screen and (max-width:640px) {
	.r-planArea {
		padding-bottom:28px;
	}
	.r-planArea .contantWrap {
	}
	.r-planArea {
		margin-top: 0;
		padding-top: 30px;
	}
	.r-planArea > h1 {
		margin-bottom: 16px;
	}
	.r-planArea > h1 img {
		width: 50%;
		height: auto;
	}
	.r-planArea section,
	.r-planArea .topicslink .box {
		width: 300px;
		padding: 15px 20px 20px;
	}
	.topicslink + .topicslink {
		margin-left: 0!important;
	}
	.r-planArea .content {
		display: flex;
	}
	.r-planArea .topicslink .tit {
		padding-right: 0;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.r-planArea .topicslink .tit span {
		font-size: 12px;
	}

	.r-planArea .topicslink .price {
		padding-right: 0;
	}
	.r-planArea .topicslink .price dt {
		margin-bottom: 10px;
		padding: 2px 0;
		font-size: 10px;
	}
	.r-planArea .topicslink .price dd {
		font-size: 16px;
	}
	.r-planArea .topicslink .price dd span {
		font-size: 12px;
	}
	.r-planArea .topicslink .pic {
		position: static;
		margin: 0 auto 10px auto;
		text-align: center;
	}
	.r-planArea .topicslink .pic img {
		width: 200px;
		height: 200px;
	}
	.r-planArea .topicslink .txt {
		padding-right: 0;
		margin-bottom: 20px;
		font-size: 12px;
	}
	.r-planArea .topicslink .btn {
		position: static;
		width: 100%;
		margin-top: 20px;
}
	.r-planArea .topicslink .btn a {
		padding: 5px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		font-size: 12px;
	}
	.r-planArea .btns01 {
			height: 100%;
			box-sizing: border-box;
			padding-top: 100%;
	}
	.r-planArea .btns01 button.prev {
		left: 1.5%;
	}
	.r-planArea .btns01 button.next {
		right: 1.5%;
	}
	.r-planArea .btns01 button:before {
		background-color: rgba(179,160,107,.8);
	}

	.r-planArea .btns01 button:after {
		border-top-color:#000;
	}
	.r-planArea .btns01 button.prev:after {
		border-left-color:#000;
	}
	.r-planArea .btns01 button.next:after {
		border-right-color:#000;
	}

}





.planslide .plancontentSlidebtn {
	margin:0 auto;
	max-width:1000px;
	width: 100%;
}
.planslide .plancontentSlidebtn li {
	padding:20px 0;
	background-color:#fff;
	cursor:pointer;
	transition:opacity .3s;
	overflow:hidden;
	position:relative;
}
.planslide .plancontentSlidebtn li:after {
	content:"";
	display:block;
	width:100%;
	height:100%;
	border:2px solid;
	box-sizing:border-box;
	position:absolute;
	left:0;
	top:0;
	transition:opacity .3s,transform .3s;
	opacity:0;
	transform:scale(1.05,1.2);
}

.planslide .plancontentSlidebtn li span {
  transition: .2s;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.planslide .plancontentSlidebtn li.active {
  opacity:1;
  pointer-events: none;
}
.planslide .plancontentSlidebtn li.active:after {
	opacity:1;
	transform:scale(1);
}
.planslide .plancontentSlidebtn:after {
	content:"";
	display:block;
	clear:both;
}
@supports (display:flow-root) {
	.planslide .plancontentSlidebtn {
		display:flow-root;
	}
	.planslide .plancontentSlidebtn:after {
		content:none;
	}
}
.planslide .plancontentSlidebtn li {
	float:left;
}
.planslide .plancontentSlidebtn.col_1 li {
	width:100%;
}
.planslide .plancontentSlidebtn.col_2 li {
	width:calc(100% / 2 - 20px);
}
.planslide .plancontentSlidebtn.col_2 li + li {
	margin-left:40px;
}
.planslide .plancontentSlidebtn.col_3 li {
	width:calc(100% / 3 - 20px);
}
.planslide .plancontentSlidebtn.col_3 li + li {
	margin-left:30px;
}
.planslide .plancontentSlidebtn.col_4 li {
	width:calc(100% / 4 - 12px);
}
.planslide .plancontentSlidebtn.col_4 li + li {
	margin-left:16px;
}
.planslide .plancontentSlidebtn.col_5 li {
	width:calc(100% / 5 - 8px);
}
.planslide .plancontentSlidebtn.col_5 li + li {
	margin-left:10px;
}
.planslide .plancontentSlidebtn.col_6 li {
	width:calc(100% / 6 - 10px);
}
.planslide .plancontentSlidebtn.col_6 li + li {
	margin-left:10px;
}
@media (min-width:641px) {
	.planslide .plancontentSlidebtn {
		position:absolute;
		left:0;
		right:0;
		bottom:60px;
	}
}
@media screen and (max-width:640px) {
	.planslide .plancontentSlidebtn {
		margin-bottom:16px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width:300px;
	}
/*
	.planslide .plancontentSlidebtn li {
		padding:4px 0;
	}
	.planslide .plancontentSlidebtn li + li {
		margin-top:8px;
	}
*/
	.planslide .plancontentSlidebtn li {
		padding:0;
		height:50px;
		white-space:nowrap;
		float: none;
		margin-bottom: 6px;
	}
	.planslide .plancontentSlidebtn li:before {
		content:"";
		height:100%;
		display:inline-block;
		vertical-align:middle;
	}
	.planslide .plancontentSlidebtn li span {
		display:inline-block;
		vertical-align:middle;
		white-space:normal;
	}
	.planslide .plancontentSlidebtn.col_1 li {
		width:100%;
	}
	.planslide .plancontentSlidebtn.col_2 li {
		width:calc(100% / 2 - 10px);
	}
	.planslide .plancontentSlidebtn.col_2 li + li {
		margin-left:20px;
	}
	.planslide .plancontentSlidebtn.col_3 li {
		width:calc(100% / 3 - 8px);
	}
	.planslide .plancontentSlidebtn.col_3 li + li {
		margin-left:12px;
	}
	.planslide .plancontentSlidebtn.col_4 li {
		width:calc(100% / 4 - 6px);
	}
	.planslide .plancontentSlidebtn.col_4 li + li {
		margin-left:8px;
	}
	.planslide .plancontentSlidebtn.col_5 li {
		width:calc(100% / 3 - 6px);
	}
	.planslide .plancontentSlidebtn.col_5 li + li {
		margin-left:5px;
	}
	.planslide .plancontentSlidebtn.col_6 li {
		width:calc(100% / 3 - 6px);
	}
	.planslide .plancontentSlidebtn.col_6 li {
		margin-bottom: 10px;
	}
	.planslide .plancontentSlidebtn.col_6 li + li{
		margin-left:0;
	}
	.planslide .plancontentSlidebtn.col_6 li:nth-child(2),
	.planslide .plancontentSlidebtn.col_6 li:nth-child(3),
	.planslide .plancontentSlidebtn.col_6 li:nth-child(5),
	.planslide .plancontentSlidebtn.col_6 li:nth-child(6){
		margin-left:8px;
	}
	.planslide .plancontentSlidebtn li span {
	  font-size: 8px;
	  line-height:1.6;
	}
	.planslide .plancontentSlidebtn.col_5 li {
		height:40px;
	}
	.planslide .plancontentSlidebtn.col_5 li span {
	  font-size: 11px;
	}
}


/*	fairArea
============================================================================================================ */
.fairArea {
	padding: 65px 0 70px;
	background-image: url(../img/fair_bg.jpg);
	background-position: left center;
	-webkit-background-size: cover;
	background-size: cover;
}
@media screen and (min-width:641px) and (max-width:1200px) {
	.fairArea {
		padding: 65px 3% 70px;
	}
}
.no-touchevents .fairArea {
	background-attachment:fixed;
}
.fairArea > h1 {
	margin-bottom: 20px;
	text-align: center;
}
@media screen and (min-width:641px) and (max-width:1024px) {
	.fairArea > h1 img {
		width: 33%;
		height: auto;
	}
}
.fairArea > p {
	margin-bottom: 15px;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}
.fairArea .inner div {
	float: left;
	position: relative;
	width: 69%;
	min-height: 470px;
	background-color: #fff;
	padding: 50px 61px 50px 57px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fairArea .inner div:after {
	content: '';
	display: block;
	clear: both;
}
.fairArea .inner div iframe {
	display: inline-block;
	vertical-align: top;
}
.fairArea .inner div ._zhpdAccessory_383801 {
	width: 67%;
	float: left;
}
.fairArea .inner div ._zhpdAccessory_388001 {
	width: 29%;
	float: right;
}
.fairArea .inner div ._zhpdAccessory_493601 {
	width: 67%;
	float: left;
}

.fairArea .inner section {
	float: right;
	width: 27%;
	padding: 30px 0 20px;
	background-color: #fff;
	text-align: center;
}
.fairArea .inner section h1 {
	margin-bottom: 27px;
	text-align: center;
}
.fairArea .inner section h1 span {
	display: block;
	margin-top: 8px;
	color: #252525;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.6;
}
@media screen and (min-width:641px) and (max-width:1024px) {
	.fairArea .inner div {
		min-height: auto;
		padding: 30px 23px;
	}
	.fairArea .inner section h1 img {
		width: 90%;
		height: auto;
	}
	.fairArea .inner section h1 span {
		top: 32px;
		font-size: 11px;
		font-size: 1.1rem;
	}
	.fairArea .inner section > p img {
		width: 80%;
		height: auto;
	}
}
.fairArea .inner section ul {
	margin-bottom: 29px;
}
.fairArea .inner section li a {
	display: block;
	position: relative;
	max-width: 100%;
	margin: 0 20px;
	padding: 14px 0 11px;
	background-color: #bd7b63;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "メイリオ", Meiryo, serif;
}
.fairArea .inner section li a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.fairArea .inner section li a:hover:after {
	background-color: #fff;
	opacity: .3;
}
.fairArea .inner section li + li {
	margin-top: 13px;
}
@media screen and (max-width:900px) {
	.fairArea .inner div ._zhpdAccessory_383801 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.fairArea .inner div ._zhpdAccessory_388001 {
		width: 210px;
		float: none;
		margin: 0 auto;
		display: block;
	}
	.fairArea .inner div ._zhpdAccessory_493601 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:640px) {
	.fairArea .inner section h1 span {
		font-weight: lighter;
		line-height: 1.5;
	}
	.fairArea {
		padding: 30px 10px;
		background-image: none;
		background-color: #322721;
	}
	.fairArea > h1 {
		margin-bottom: 10px;
	}
	.fairArea > p {
		margin-bottom: 10px;
		font-size: 1.3rem;
	}
	.fairArea .inner div {
		float: none;
		width: 100%;
		padding: 20px 15px;
	}
	.fairArea .inner div:before,
	.fairArea .inner div:after {
		content: none;
	}
	.fairArea .inner section {
		float: none;
		width: 100%;
		margin-top: 10px;
		padding: 30px 10px 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.fairArea .inner section h1 {
		position: relative;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
	}
	.fairArea .inner section ul {
		margin-bottom: 10px;
	}
	.fairArea .inner section li {
		/*float: left;*/
		width: 100%;
		/*width: 32.3%;*/
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	.fairArea .inner section li + li {
		margin-top: 0;
		/*margin-left: 1.5%;*/
	}
	.fairArea .inner section li a {
		width: 100%;
		height: 54px;
		padding-top: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		line-height: 1.2;
		font-size: 16px;
	}
	.fairArea .inner section li .reservation,
	.fairArea .inner section li .inq {
		padding-top: 20px;
	}
	.fairArea .inner section p {
		clear: both;
		position: relative;
		padding: 6px 0 4px;
		border: 1px solid #252525;
	}
	.fairArea .inner section p span {
		margin-left: -20px;
	}
	.fairArea .inner section p:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 12px;
		width: 18px;
		height: 18px;
		margin-top: -10px;
		border-radius: 10px;
		background: #252525 url(../img/right_arrow.png) no-repeat center;
		background-size: 6px 8px;
	}
	.fairArea .inner section li a {
		margin: 0;
	}
}



/*	accessArea
============================================================================================================ */
.accessArea {
	padding: 65px 3% 70px;
	background-color: #b4a06b;
}
.accessArea > h1 {
	margin-bottom: 128px;
	text-align: center;
}
@media screen and (min-width:641px) and (max-width:1024px) {
	.accessArea > h1 img {
		width: 18.5%;
		height: auto;
	}
}
.accessArea .info {
	margin-bottom: 45px;
	padding: 60px;
	background-color: rgba(255,255,255,.2);
}
.accessArea .mapWrap {
	float: right;
	width: 62%;
	position: relative;
	text-align: right;
}
.accessArea .mapWrapIn {
	padding-top: 70%;
	width: 100%;
}
.accessArea .mapWrapIn > * {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.accessArea .mapWrap a {
    display: inline-block;
    margin-top: 10px;
	color: #252525;
	text-decoration: underline;
	font-size: 14px;
}
.accessArea .mapWrap iframe {
	max-width: 100%;
}
.accessArea .mapWrap img {
	max-width: 670px;
	width: 100%;
	height: auto;
}
.accessArea .info dl {
	float: left;
	width: 35%;
	font-size: 14px;
	font-size: 1.4rem;
}
.accessArea .info dl dd ul li {
	list-style: disc;
	margin-left: 1em;
}
@media screen and (min-width:641px) and (max-width:1024px) {
	.accessArea .info dl {
		margin-top: 0;
	}
}
.accessArea .info dt {
	margin-bottom: 5px;
	margin-left: -8px;
	color: #252525;
	font-weight: bold;
}
.accessArea .info dd {
	margin-bottom: 8px;
	color: #252525;
}
.accessArea .info dd a {
	color: #252525;
}
.accessArea .access {background-color:#c3b389;padding: 60px;}
.accessArea .access > section {
	float: left;
	width: 47.4%;
}
.accessArea .access div {
	float: right;
	width: 47.4%;
}
.accessArea .access div section + section {
	margin-top: 45px;
}
.accessArea .access section h1 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
}
.accessArea .access dt {
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.accessArea .access dd {
	margin-left: 8px;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
.accessArea .access dd + dt {
	margin-top: 5px;
}
.accessArea .access p {
	margin-top: 15px;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
.accessArea .access a {
	margin-left: 5px;
	text-decoration: underline;
}
.accessArea .access a:hover {
	text-decoration: none;
}
@media screen and (max-width:640px) {
	.accessArea {
		padding: 30px 10px 25px;
	}
	.accessArea > h1 {
		margin-bottom: 15px;
	}
	.accessArea .info {
		margin-bottom: 25px;
		padding: 10px 10px 5px;
	}
	.accessArea .mapWrap {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.accessArea .mapWrap iframe {
		width: 100%;
		margin-bottom: 10px;
	}
	.accessArea .mapWrap a {
		font-size: 11px;
		font-size: 1.1rem;
	}
	.accessArea .info dl {
		float: none;
		width: 100%;
		margin-top: 0;
		font-size: 1.2rem;
	}
	.accessArea .info dt {
		margin-left: -8px;
	}
.accessArea .access {background-color:#c3b389;padding:5% 3%;}
	.accessArea .access > section,
	.accessArea .access div {
		float: none;
		width: auto;
		margin-right: 10px;
		margin-left: 10px;
	}
	.accessArea .access div {
		margin-top: 20px;
	}
	.accessArea .access div section + section {
		margin-top: 15px;
	}
	.accessArea .access section h1 {
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-size: 1.2rem;
	}
	.accessArea .access dt {
		margin-bottom: 5px;
		font-size: 1.1rem;
	}
	.accessArea .access dd {
		margin-left: 8px;
		font-size: 1.1rem;
	}
	.accessArea .access p {
		margin-left: 8px;
		margin-top: 10px;
		font-size: 1rem;
	}
}
/*　accessArea 190717追記
============================================================================================================ */
.accessArea .col2 {width: 100%;display: flex;flex-wrap: wrap; justify-content: space-between;margin-bottom: 56px;}
.accessArea .col2 img {width: 100%;height: auto;}
.accessArea .col2 .col {width: 50%;}
.accessArea .col2 .col .acc_detail {width: 100%;font-size: 1.3rem;margin-bottom: 40px;}
.accessArea .col2 .col .acc_detail .tr {width: 100%;display: flex;flex-wrap: wrap; justify-content: space-between;margin-bottom: 16px;}
.accessArea .col2 .col .acc_detail .tr .th {width: 15%;font-weight: 700;}
.accessArea .col2 .col .acc_detail .tr .td {width: 85%;}
.accessArea .col2 .col .acc_detail .tr .td span {}
.accessArea .col2 .col .acc_detail .tr .td span a {text-decoration: underline;}
.accessArea .col2 .col .remark_box {background-color: #d1c5a5;padding: 15px;width:480px;display: flex;flex-wrap: wrap; justify-content: space-between;box-sizing: border-box;position: relative;}
.accessArea .col2 .col .remark_box::before {position: absolute;content:"";top: -35%;right: 0%;transform: translateY(35%)translateX(35%);background-image:url(../img/acc_house.png);background-size:cover;width: 114px;height: 114px;}
.accessArea .col2 .col .remark_box .ph {width: 170px;height: 170px;overflow: hidden;}
.accessArea .col2 .col .remark_box .cont {width: calc(100% - 185px);}
.accessArea .col2 .col .remark_box .cont .tit {font-size: 1.4rem;font-weight: 700;margin-bottom: 16px;padding-top: 16px;}
.accessArea .col2 .col .remark_box .cont .content {font-size: 1.2rem;line-height: 1.7;}
.accessArea .col2 .col .acc_map {margin-top: -190px;}
.accessArea .col2 .col .access_txt {width: 100%;display: flex;flex-wrap: wrap; justify-content: space-between;margin-top: -56px;}
.accessArea .col2 .col .access_txt .tit {width: 100%;font-size: 1.4rem;font-weight: 700;margin-bottom: 8px;}
.accessArea .col2 .col .access_txt ul {box-sizing: border-box;}
.accessArea .col2 .col .access_txt ul li {font-size: 1.2rem;padding-left: 1em;position: relative;line-height: 1.8;}
.accessArea .col2 .col .access_txt ul li:before {content:'●';display: block;left: 0;position: absolute;}
.accessArea .col2 .col .access_txt ul li span {width: 80px;display: inline-block;}
.accessArea .col2 .col .access_txt ul.l_col {width: 60%;}
.accessArea .col2 .col .access_txt ul.r_col {width: 40%;margin-top:40px;}
@media screen and (max-width:768px) {
.accessArea .col2 .col .remark_box::before {top: -25%; transform: translateY(25%)translateX(25%);width: 84px;height: 84px;}
}
@media screen and (max-width:640px) {
.accessArea .col2 {width: 100%;display: flex;flex-wrap: wrap; justify-content: space-between;margin-bottom: 24px;}
.accessArea .col2 img {width: 100%;height: auto;}
.accessArea .col2 .col {width: 100%;}
.accessArea .col2 .col .acc_detail {width: 100%;font-size: 1.3rem;margin-bottom: 40px;}
.accessArea .col2 .col .acc_detail .tr {width: 100%;display: flex;flex-wrap: wrap; justify-content: space-between;margin-bottom: 16px;}
.accessArea .col2 .col .acc_detail .tr .th {width: 30%;}
.accessArea .col2 .col .acc_detail .tr .td {width: 70%;}
.accessArea .col2 .col .acc_detail .tr .td span {}
.accessArea .col2 .col .acc_detail .tr .td span a {}
.accessArea .col2 .col .remark_box {background-color: #d1c5a5;padding:3% 3% 3% 4%;width:100%;display: flex;flex-wrap: wrap; justify-content: space-between;box-sizing: border-box;}
.accessArea .col2 .col .remark_box::before {display: none;}
.accessArea .col2 .col .remark_box .ph {width:35%;height: auto;}
.accessArea .col2 .col .remark_box .cont {width: 60%;}
.accessArea .col2 .col .remark_box .cont .tit {font-size: 1.2rem;font-weight: 700;margin-bottom:8px;padding-top:0px;}
.accessArea .col2 .col .remark_box .cont .content {font-size: 1.0rem;}
.accessArea .col2 .col .acc_map {margin-top:0px;}
.accessArea .col2 .col .access_txt {width: 100%;display: flex;flex-wrap: wrap; justify-content: space-between;margin-top:0px;margin-bottom: 16px;}
.accessArea .col2 .col .access_txt .tit {width: 100%;font-size: 1.2rem;font-weight: 700;margin-bottom: 8px;}
.accessArea .col2 .col .access_txt ul {box-sizing: border-box;}
.accessArea .col2 .col .access_txt ul li {font-size: 1.0rem;padding-left: 1em;position: relative;display: flex;flex-wrap: wrap;justify-content: space-between;}
.accessArea .col2 .col .access_txt ul li:before {content:'●';display: block;left: 0;position: absolute;}
.accessArea .col2 .col .access_txt ul li span {display:block;}
.accessArea .col2 .col .access_txt ul.l_col {width: 54%;}
.accessArea .col2 .col .access_txt ul.l_col li span.tit {width: 45%;font-size: 1.0rem;font-weight: normal;margin-bottom:0px;}
.accessArea .col2 .col .access_txt ul.l_col li span.tim {width: 55%;font-size: 1.0rem;font-weight: normal;}
.accessArea .col2 .col .access_txt ul.r_col {width: 43%;margin-top:0px;}
.accessArea .col2 .col .access_txt ul.r_col li span.tit {width: 55%;font-size: 1.0rem;font-weight: normal;margin-bottom:0px;}
.accessArea .col2 .col .access_txt ul.r_col li span.tim {width: 44%;font-size: 1.0rem;font-weight: normal;}
}

.jpstyle,
.smallparty,
.wedding_dress,
.topFloor{
	padding: 0 3%;
}

.wedding_dress {
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	.wedding_dress p{
		text-align: left;
	}
}
.wedding_dress .independent_content {
	background-color: #FFF;
}

.independent_content {
	display: table;
	width: 100%;
	border: 1px solid #231815;
	max-width: 1260px;
	margin: 60px auto 0;
	padding: 10px;
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.independent_content:before,
.independent_content:after{
	position: absolute;
	content: "";
	display: block;
	background-color: #231815;
	width: 20px;
	height: 20px;
}
.independent_content:before{
	top: 0;
	left: 0;
}
.independent_content:after{
	bottom: 0;
	right: 0;
}

.independent_content>div {
	border: 1px solid #231815;
	padding: 30px 27px;
	overflow: hidden;
	text-align: center;
}
.topFloor .independent_content>div {
	border: 1px solid #fff;
	padding: 30px 27px;
	overflow: hidden;
	text-align: center;
}
.independent_content h2 {
	margin: 40px auto;
}
.independent_content h3 {
	margin: 0 auto 22px;
}
.independent_content .independent_txt {
	/*display: inline-block;*/
	display: table-cell;
	font-size: 13px;
	width: 500px;
	padding-right: 2%;
	line-height: 2.2rem;
}
.independent_content .independent_txt p {
	margin-bottom: 30px;
}
.independent_content .independent_txt img {
	max-width: 100%;
	height: auto;
}
.independent_content .ph {
	display: table-cell;
	vertical-align: middle;
	width: 56%;
}
.independent_content .ph li {
	display: inline-block;
	position: relative;
	height: 100%;
}
.independent_content .ph li div {
	height: 421px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.independent_content .ph li span {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	text-shadow: 2px  2px 1px #FFF,
			    -2px  2px 1px #FFF,
			   	 2px -2px 1px #FFF,
			    -2px -2px 1px #FFF;
}
.independent_content .ph img {
	width: 100%;
	height: auto;
}

.jpstyle .independent_content .ph li {
	width: 100%;
}
.smallparty .independent_content .ph li,
.wedding_dress .independent_content .ph li{
	width: 100%;
}

.topFloor .independent_content{
	background-color: #bc7b62;
	position: relative;
	color: #FFF;
	border:none;
}
.topFloor .iconNew{
	position: absolute;
	top:-10px;
	left:30px;
}
.topFloor .renewal_ph {
	display: table-cell;
	vertical-align: middle;
	width: 56%;
	position: relative;
}
.topFloor .renewal_ph h4{
	position: absolute;
	top:80px;
	right:20px;
	z-index: 999;
	filter:drop-shadow(2px 2px 2px #9d5e47);
}
.topFloor .renewal_ph .ph01{
	position: absolute;
	top:30px;
	left:20px;
}
.topFloor .renewal_ph .ph02{
	position: absolute;
	bottom:20px;
	right:285px;
}
.topFloor .renewal_ph .ph03{
	position: absolute;
	bottom:20px;
	right:40px;
}

.topFloor .renewal_ph .ph01 img,
.topFloor .renewal_ph .ph02 img,
.topFloor .renewal_ph .ph03 img{
  box-shadow:3px 3px rgba(102,47,27,0.4);
}
@media screen and (min-width:640px) and ( max-width:1280px) {
    .topFloor .renewal_ph h4{
    	right:0px;
    }
    .topFloor .renewal_ph .ph01{
		left:-20px;
	}
    .topFloor .renewal_ph .ph02{
		right:265px;
	}
    .topFloor .renewal_ph .ph03{
		right:20px;
	}
	.topFloor .iconNew{
		position: absolute;
		top:-10px;
		left:10px;
	}
}


@media screen and (max-width: 640px) {
	.topFloor .iconNew{
		position: absolute;
		top:-10px;
		left:10px;
	}
	.topFloor .iconNew img{
		height: 70px;
		width: 70px;
	}
}
.topFloor .independent_content:before,
.topFloor .independent_content:after{
	display: none;
}
.topFloor .independent_content .ph li div{
	height: 396px;
}
@media screen and (max-width: 640px) {
	/*.topFloor .independent_content .ph li div{
		height: 170px;
	}*/
	.topFloor .independent_content .ph_sp li{
		
	}
}
@media screen and (max-width: 640px) {
	.independent_content {
		padding: 5px;
		margin-top: 30px;
	}
	.independent_content > div {
		padding: 18px;
	}
	.independent_content h2 {
		margin: 10px auto 15px;
	}
	.independent_content h3 {
		margin-bottom: 12px;
	}
	.independent_content .independent_txt h2 img {
		width: auto;
		height: 78px;
	}
	.independent_content .independent_txt {
		width: 100%;
		display: inline-block;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.independent_content .independent_txt p {
		margin-bottom: 0;
	}
	.independent_content .ph {
		display: block;
		float: none;
		width: 100%;
	}
	.independent_content .ph li div {
		height: 200px;
	}
	.topFloor .independent_content>div{
		padding: 10px 3px 5px 10px;
	}
	.topFloor .independent_content .independent_txt p {
		padding-left:8px;
		padding-right:12px;
	}
	.topFloor .independent_content h3{
		padding-left:8px;
		padding-right:12px;
	}
	.independent_content .ph_sp{
		padding-top: 10px;
	}
}


/* [data-pararaxarea01] */
[data-pararaxarea01] {
	position: relative;
}
[data-pararaxarea01] [data-pararaxarea01-bg] > * {
	padding-top: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	width: 100%;

	top: 0;
	left: 0;
	opacity: 0;
}
[data-pararaxarea01] [data-pararaxarea01-bg] ,
[data-pararaxarea01] [data-pararaxarea01-bg] > * {
	height: 40vw;
}
.produceArea[data-pararaxarea01] [data-pararaxarea01-bg],
.produceArea[data-pararaxarea01] [data-pararaxarea01-bg] > * {
	height: 34vw;
}
.cuisineArea[data-pararaxarea01] [data-pararaxarea01-bg],
.cuisineArea[data-pararaxarea01] [data-pararaxarea01-bg] > * {
	height: 39vw;
}
[data-pararaxarea01] [data-pararaxarea01-bg] > *[style*="background-image"] {
	opacity: 1;
	-webkit-transition: 1.0s opacity;
	-moz-transition: 1.0s opacity;
	-ms-transition: 1.0s opacity;
	-o-transition: 1.0s opacity;
	transition: 1.0s opacity;
}
@media screen and (min-width:641px) and (max-width:1024px) {
	[data-pararaxarea01] [data-pararaxarea01-bg] {
		height: 40vw;
	}
	.produceArea[data-pararaxarea01] [data-pararaxarea01-bg] {
	    height: 34vw;
	}
	.cuisineArea[data-pararaxarea01] [data-pararaxarea01-bg] {
	    height: 39vw;
	}
	[data-pararaxarea01] [data-pararaxarea01-bg] > * {
		background-repeat: no-repeat;
		background-position: top;
		background-size: 100%;
	}
	.fix[data-pararaxarea01] [data-pararaxarea01-bg] > * {
		top: 0 !important;
		position: absolute !important;
	}
}
[data-pararaxarea01].fix [data-pararaxarea01-bg] > * {
	top: 85px;
	position: fixed;
}
[data-pararaxarea01].remove [data-pararaxarea01-bg] > * {
	position: absolute;
	bottom: 0;
	top: auto;
}
[data-pararaxarea01] [data-pararaxarea01-content] {
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 640px) {
	[data-pararaxarea01].fix [data-pararaxarea01-bg] > * {
		top: 0;
		position: relative;
	}
	[data-pararaxarea01].remove [data-pararaxarea01-bg] > * {
		top: 0;
		position: relative;
	}
}



.japanese-style-page-bt {
	font-size: 0;
	display: inline-block;
	position: relative;
	width: 220px;
	padding: 7px 0;
	background-color: #807400;
	text-align: center;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: .5s;
	   -moz-transition: .5s;
	    -ms-transition: .5s;
	     -o-transition: .5s;
	        transition: .5s;
}
.japanese-style-page-bt img {
	display: inline-block;
	vertical-align: middle;
}
.japanese-style-page-bt:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 12px;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	background-image: url(../img/japanese-style/contact_bt_arrow.png);
	-webkit-transition: .5s;
	   -moz-transition: .5s;
	    -ms-transition: .5s;
	     -o-transition: .5s;
	        transition: .5s;
}
.japanese-style-page-bt:hover {
	opacity: 0.8;
}
.japanese-style-page-bt:hover:after {
	-webkit-transform: translateX(3px);
	   -moz-transform: translateX(3px);
	    -ms-transform: translateX(3px);
	     -o-transform: translateX(3px);
	        transform: translateX(3px);
}

@media screen and (max-width:640px) {
	.japanese-style-page-bt {
		max-width: 100%;
		width: 80%;
		margin: 20px auto;
	}
}


@media print, screen and (max-width:640px) {
	.modal_overlay {
		display: none;
		-webkit-animation: fadeShow 0.2s linear 0s;
    	animation: fadeShow 0.2s linear 0s;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		position: fixed;
		left: 0;
		top: 0;
		z-index: 28;
	}
	.modal_overlay.active {
		display: block;
	}
	.modalBlockSPwrap {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 92%;
		margin: auto;
		z-index: 999999;
		display: none;
		text-align: center;
	}
	.modalBlockSPwrap.active {
		display: table;
	}
	.modalBlockSP {
		background-color: #fff;
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
		box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
		text-align: center;
		padding: 10% 4%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.modalBlockSP .modalTelArea+.modalTelArea {
		margin-top: 30px;
	}
	.modalBlockSP .tel_txt {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.modalBlockSP .tel {
		margin-bottom: 10px;
	}
	.modalBlockSP .tel a {
		display: block;
		position: relative;
		background-color: #bd7b62;
		padding: 10px 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.modalBlockSP .tel a img {
		display: block;
		max-width: 80%;
		height: auto;
		font-size: 0;
		margin: auto;
	}
	.modalBlockSP .tel a:after {
		content: "";
		position: absolute;
		display: block;
		top: 0;
		right: 10px;
		bottom: 0;
		margin: auto;
		font-size: 1.2rem;
		line-height: 1.2rem;
		color: #FFF;
		border-top: 2px solid;
		border-right: 2px solid;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.modalBlockSP time {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1;
		margin-bottom: 5px;
	}
}


.box p.quo {
    position: relative;
}

.box p.quo:before {
    position: absolute;
    content: "";
    z-index: 1000;
    width: 114px;
    height: 114px;
    top: -5px;
    right: -5px;
    background-image: url(../img/gift_ribbon.png);
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.box p.new_open {
    position: relative;
}

.box p.new_open:before {
    position: absolute;
    content: "";
    z-index: 1000;
    width: 114px;
    height: 114px;
    top: -5px;
    right: -5px;
    background-image: url(../img/new_ribbon.png);
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

@media screen and (max-width:640px) {
	.box p.quo:before {
    position: absolute;
    content: "";
    z-index: 1000;
    width: 80px;
    height: 80px;
    top: -4px;
    right: -4px;
    background-image: url(../img/gift_ribbon.png);
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	}
	.box p.new_open:before {
    position: absolute;
    content: "";
    z-index: 1000;
    width: 80px;
    height: 80px;
    top: -4px;
    right: -4px;
    background-image: url(../img/new_ribbon.png);
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	}
}

/* モーダル------------------------------------------------------ */
/* モーダルの幅を変えたい場合はmax-width,max-heightの値を触る */
.modal_wrap {
  position: fixed;
  display: none;
  width: 90%;
  width: calc(100% - 60px);
  height: 90%;
  height: calc(100% - 100px);
  max-width: 1200px;
  max-height: 900px;
  margin: 0;
  z-index: 250000;
}
/* ここでモーダルコンテンツの縦の中央をそろえる */
.modal_wrap .modal_box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
/* クローズのボタン */
.modal_wrap .modal_close {
    margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #BD7B63;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transition: opacity .5s;
  opacity: 0;
}
.modal_wrap .modal_close:before,.modal_wrap .modal_close:after {
    content: "";
    display: block;
    margin: auto;
    width: 60%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.modal_wrap .modal_close:before {
    transform: rotate(-45deg);
}
.modal_wrap .modal_close:after {
    transform: rotate(45deg);
}

.modal_wrap.view .modal_close {
  opacity: 1
}
/* モーダル後ろの黒背景 */
.modal_overlay {
  z-index: 200000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.8)
}
/* モーダルの中要素 */
.modal_target {
    margin: 0 auto;
    display: none;
    position: relative;
    background-color: #fff;
    overflow-y:auto;
    overflow-x:hidden;
}
.modal_target img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.modal_target a {
    display: block;
    margin: 20px auto 40px;
    width: 430px;
    padding: 10px 0;
    text-align:center;
    background-color: #BD7B63;
    cursor : pointer;
    color: #FFF;
    font-size: 1.6rem;
}
@media screen and (max-width:640px) {
	.modal_target a {
		width: 86%;
		margin: 20px auto 20px;
		font-size: 1.2rem;
		padding: 6px 0;
	}
}
a.modal_link{
	cursor : pointer;
}

#party_report {width: 100%;padding:80px 0;background-color: #FFF; }
#party_report .in {width: 1180px;margin: 0 auto;position: relative;}
#party_report .in .ph {width: 100%;height: auto;}
#party_report .in .ph img {width: 100%;height: auto;}
#party_report .in .btn {position: absolute;left: 160px;bottom:70px;width: 280px;}
#party_report .in .btn img {width: 100%;height: auto;}

@media screen and (max-width:640px) {
	
	#party_report {width: 100%;padding:40px 0;background-color: #FFF; }
	#party_report .in {width: 90%;margin: 0 auto;position: relative;}
	#party_report .in .ph {}
	#party_report .in .ph img {}
	#party_report .in .btn {position: absolute;left: 15%;bottom: 8%; width: 70%;}
	#party_report .in .btn img {}
	
}

/* BLOG */
.blog{
	padding: 40px 0 100px;
}
.blog .inner{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "メイリオ", Meiryo, serif;
	display: grid;
	grid-template-columns: 8rem auto auto;
	grid-template-rows: auto 1fr;
	width: 100%;
}
.blog_text_box{
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}
.blog_text_box h1{
	margin-bottom: 6rem;
}
.blog_text_box p{
	margin-bottom: 5.4rem;
}
.blog_link{
	grid-row: 2 / 3;
	grid-column: 2 / 3;
}
.blog_list{
	padding-left: 11rem;
	display: flex;
	flex-direction: column;
	gap: 3.4rem;
	grid-row: 1 / 3;
	grid-column: 3 / 4;
}
.blog .inner .blog_item a{
	display: flex;
	align-items: flex-start;
	gap: 2.8rem;
}
.blog_item_img{
	flex-shrink: 0;
	width: 23rem;
}
.blog_item_img.of{
	object-fit: cover;
	display: block;
}
.blog_item_img img{
	max-width: 100%;
	width: 100%;
	height: auto;
	aspect-ratio: 250 / 153;
	object-fit: cover;
	display: block;
}
.blog_item_text{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.blog_item_category{
	font-size: 1.2rem;
	line-height: 1.58;
	letter-spacing: 0.04em;
	color: #ffffff;
	background-color: #ddb29f;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	margin-right: auto;
}
.blog_item_category span{
	padding: 0.4rem 0.6rem;
}
.blog_item_heading{
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: 0.06em;
	transition: color 0.5s;
	min-height: 3.4em;
	margin-top: 1.5rem;

	font-weight: 400;
	display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  text-align: left;
  overflow: hidden;
	-webkit-line-clamp: 2;
}
.blog_item_date_tags{
	line-height: 1;
	display: flex;
	align-items: flex-start;
	margin-block-start: 1rem;
}
.blog_item_date_tags .blog_item_date{
	font-size: 1.3rem;
	letter-spacing: 0.06em;
	color: #b4a16b;
	font-weight: 600;
}
.blog_item_date_tags .blog_item_tags{
	display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.06em;
	margin: 0;
	padding: 0;
	color: #757575;
	margin-left: 2.4rem;
}

@media screen and (max-width:640px) {
	.blog{
		padding: 40px 0 100px;
	}
	.blog .inner{
		grid-template-columns: 1fr;
		grid-template-rows: auto 1fr auto;
		width: 90%;
	}
	.blog_text_box{
		grid-row: 1 / 2;
		grid-column: 1 / 2;
		text-align: center;
	}
	.blog_text_box h1{
		margin-bottom: 2rem;
	}
	.blog_text_box h1 img{
		width: 30%;
	}
	.blog_text_box p{
		margin-bottom: 5.2rem;
	}
	.blog_text_box p img{
		width: 55%;
	}
	.blog_link{
		grid-row: 3 / 4;
		grid-column: 1 / 2;
		margin-top: 3.65rem;
	}
	.blog_link img{
		display: block;
		max-width: 80%;
		height: auto;
		font-size: 0;
		margin: auto;
	}
	.blog_list{
		padding-left: 0;
		gap: 0;
		grid-row: 2 / 3;
		grid-column: 1 / 2;
	}
	.blog .inner .blog_item{
		padding: 2.5rem 0;
		border-bottom: 1px solid #DEDEDE;
	}
	.blog .inner .blog_item:first-child{
		padding-top: 0;
	}
	.blog .inner .blog_item a{
		gap: 2.15rem;
	}
	.blog_item_img{
		width: 9.5rem;
	}
	.blog_item_img.of{
		object-fit: cover;
		display: block;
	}
	.blog_item_img img{
		height: auto;
		aspect-ratio: 1 / 1;
	}
	.blog_item_text{
		display: grid;
    grid-template-rows: 1.75rem auto auto;
    grid-template-columns: 1fr 1fr 1fr;
	}
	.blog_item_category{
		font-size: 0.9rem;
		letter-spacing: 0.04em;
		grid-row: 1 / 2;
    grid-column: 1 / 3;
    margin-right: auto;
	}
	.blog_item_category span{
		display: block;
    width: fit-content;
    border-radius: 100px;
    padding: 0.2rem 0.5rem 0.1rem;
	}
	.blog_item_heading{
		min-height: 2.1em;
		grid-row: 2 / 3;
    grid-column: 1 / 4;
    margin-block-start: 1rem;
    font-size: 1.3rem;
    line-height: 1.6;
		letter-spacing: 0.06em;
		text-align: justify;

		-webkit-line-clamp: 3;
	}
	.blog_item_date_tags{
		display: contents;
		margin-block-start: 0;
	}
	.blog_item_date_tags .blog_item_date{
		grid-row: 1 / 2;
		grid-column: 3 / 4;
		display: flex;
		align-items: center;
		font-size: 1.1rem;
		height: 100%;
	}
	.blog_item_date_tags .blog_item_tags{
		grid-row: 3 / 4;
    grid-column: 1 / 4;
    font-size: 1rem;
    padding-block-start: 0;
		margin: 0.6rem 0 0;
	}
}

/* FourSeson Fair 20201102 */
#FourSeson_Fair{
	margin: 60px 0 0;
}
#FourSeson_Fair .wrap {
    max-width: 1180px;
    margin: 0 auto;
    background-color: #dcddcf;
	display: flex;
	justify-content:space-between;
	flex-direction:row-reverse;
}
#FourSeson_Fair .wrap .text{
	padding: 36px 30px 30px;
	width: 490px;
	box-sizing: border-box;
}
#FourSeson_Fair .wrap .text h3{
	margin-bottom: 24px;
}
#FourSeson_Fair .wrap .text .four_fair_btn a{
	display: inline-block;
	width: 410px;
	height: 42px;
	background-color: #B29F6B;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
	transition: 0.3s;
	margin: 0 10px;
}
#FourSeson_Fair .wrap .four_fair_btn a:hover{
	opacity:0.6;
}
#FourSeson_Fair .wrap .photo{
	line-height: 0;
}

@media screen and (max-width:640px) {
	#FourSeson_Fair{
		margin: 30px 0 0;
		padding: 0 7% 36px;
	}
	#FourSeson_Fair .wrap {
		display: block;
	    width: 100%;
	}
	#FourSeson_Fair .wrap .photo img{
		width: 100%;
	}
	#FourSeson_Fair .wrap .text{
		padding: 26px 26px;
		width: 100%;
		box-sizing: border-box;
	}
	#FourSeson_Fair .wrap .text h3{
	margin-bottom: 20px;
}
	#FourSeson_Fair .wrap .text h3 img{
		width: 100%;
	}
	#FourSeson_Fair .wrap .text .four_fair_btn a{
		width: 100%;
		height: auto;
		padding: 10px 16px;
		margin: 0 0; 
	}
	#FourSeson_Fair .wrap .text .four_fair_btn a img{
		width: 100%;
	}
}

._zhpdAccessory_490551{
	margin-right: 15px;
}
@media screen and (max-width:640px) {
	._zhpdAccessory_490551{
		margin-right: 0;
	}
	.fairArea .inner div{
		text-align: center;
	}
}

.fairArea .inner section li:nth-child(2) a {background-color: #9a813d;}
.fairArea .inner section li:nth-child(3) a {background-color: #B4A16B;}
.fairArea .inner section li:nth-child(4) a {background-color: #595757;}

.topicsArea .topic-rw-wrap h1{
	margin-bottom: 7px;
}

/*220621*/
.mvArea .renew {
	position: absolute;
	top:initial;
	right:initial;
	bottom: 3rem;
	left: 2rem;
	width: 60rem;
	height: 21.5rem;
}
@media screen and (max-width:640px) {
	.mvArea .renew {
		top:16rem;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto auto; 
		width: 100%;
		height: auto;
	}
	.mainArea .renew{
		text-align: center;
	}
	.mainArea .renew img{
		width: 88%;
	}
}

/*221215*/
.presentArea .tokutenList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.presentArea .tokutenList li{
	display: block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
}
@media screen and (max-width:640px) {
	.presentArea .tokutenList{
		justify-content: center;
		gap: 0 14px;
	}
}
.topicsArea .topicslink.big_fair .date {
	background-color: #A4997A;
}
.topicsArea .topicslink.big_fair h1 {
	text-align:left;
	margin-bottom: 11px;
}
@media screen and (max-width: 640px){
	.topicsArea .topicslink.big_fair .date {
		background: none;
	}
	.topicsArea .content .topicslink.big_fair{
		background-color: rgba(164, 153, 122, 1);
	}
	.topicsArea .content .big_fair h1{
		    border-bottom: 1px solid #333;
	}
}