@charset "utf-8";
/* CSS Document */
.mt0 {
	margin-top: 0 !important;
}
#kv-under {
	text-align: center;
	max-width: 1200px;
	margin: 125px auto 0 auto;
}
.wrap {
	margin-bottom: 100px;
}

@media only screen and (max-width:769px) {
#kv-under {
	margin: 100px 0 0 0;
}
.wrap {
	margin-bottom: 50px;
}
}
#catch h1 + p {
	max-width: 1024px;
	margin: 0 auto 50px auto;
}
#catch h1 {
	padding: 50px 0;
}
@media only screen and (max-width:769px) {
#catch {
	margin: 0 20px;
}
#catch h1 {
	padding: 25px 0;
}
}
.anchor-nav {
	border-top: 1px solid rgba(45,23,12,0.2);
	border-bottom: 1px solid rgba(45,23,12,0.2);
	text-align: center;
	position: -webkit-sticky;
	position: sticky;
	top: 73px;
	width: 100%;
	background: #FFF;
	z-index: 9;
}
.anchor-nav ul {
	display: inline-block;
}
.anchor-nav ul li {
	float: left;
}
.anchor-nav ul li a span {
	padding: 5px;
}
.anchor-nav ul li a {
	display: block;
	color: #2D170C;
	padding: 15px 20px 5px 20px;
}
.anchor-nav ul li a.on span {
	background: #EEE;
}
 @media only screen and (max-width:769px) {
.anchor-nav {
	top: 58px;
}
.anchor-nav ul li a {
	display: block;
	padding: 15px 10px 15px 10px;
	font-size: 12px;
}
.anchor-nav ul {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	z-index: 9999;
	flex-wrap: inherit;
	display: flex;
}
.anchor-nav ul li {
	flex: 0 0 20%;
	margin-right: 0;
	width: auto;
	font-size: 12px;
	white-space: nowrap;
}
.nofix ul{
	display: inline-block !important;	
}
.nofix ul li {
	flex:0 !important;
}
.nofix ul li a{
	padding-bottom:10px !important;
}
}
h3.subtitle {
	text-align: center;
	margin: 50px 0 25px 0;
	font-size: 26px;
	letter-spacing: 1px;
}
h3.subtitle i {
	display: block;
	font-size: 11px;
	opacity: 0.5;
	font-weight: 500;
}
h4.subsubtitle {
	font-weight: 500;
	font-size: 120%;
	text-align: center;
	margin: 50px 0 25px 0;
	position: relative;
}
h4.subsubtitle:before {
	content: "";
	background: #CCC;
	width: 40%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
}
h4.subsubtitle:after {
	content: "";
	background: #CCC;
	width: 40%;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
}
h3.subtitle + h4 {
	font-weight: 500;
	font-size: 110%;
	text-align: center;
	margin: 0 0 10px 0;
}
h3.subtitle + p + p img {
	margin: 25px 0;
}
h3.subtitle + p, h3.subtitle + p + p + p, h4.subsubtitle + p {
	max-width: 1024px;
	margin: 0 auto;
}
h3.subtitle + h4 + p:after {
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	background: #AAA;
	margin: 25px auto 35px auto;
}
p.nobo:after {
	display: none !important;
}
h3.subtitle + h4 + p {
	text-align: center;
	font-size: 14px;
	line-height: 200%;
	font-weight: 500;
}
p.nobo span{
    font-size: 125%;
}
@media only screen and (max-width:769px) {
h3.subtitle i {
	letter-spacing: 0;
}
h4.subsubtitle {
	font-size: 16px;
	margin: 25px 0 10px 0;
}
h4.subsubtitle:before, h4.subsubtitle:after {
	width: 25%;
}
h3.subtitle {
	font-size: 18px;
	margin: 25px 0;
}
.under {
	margin: 0 20px;
}
h3.subtitle + h4 {
	font-size: 15px;
}
h3.subtitle + h4 + p {
	font-size: 13px;
}
p.nobo span{
    font-size: 15px;
}
}
ul.cuisine-list {
	overflow: hidden;
	clear: both;
	margin: 25px 0;
}
ul.cuisine-list li {
	float: left;
	width: 23%;
	margin-right: 2.65%;
	margin-bottom: 2.65%;
}
ul.cuisine-list li:nth-child(4n) {
	margin-right: 0;
}
ul.cuisine-list li a, ul.costume-list li a {
	transition: all 0.3s ease-in-out;
}
ul.cuisine-list li a:hover, ul.costume-list li a:hover {
	opacity: 0.5;
}
ul.costume-list li:last-child {
	display: none;
}
 @media only screen and (max-width:769px) {
ul.cuisine-list li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
ul.cuisine-list li:nth-child(2n) {
	margin-right: 0;
}
}
ul#slider, ul#slider2, ul#slider3, ul#slider4 {
	padding: 25px 0 0 0;
}
#thumbnail_slider, #thumbnail_slider2, #thumbnail_slider3, #thumbnail_slider4 {
	padding-bottom: 50px;
}
#thumbnail_slider .slick-current, #thumbnail_slider2 .slick-current, #thumbnail_slider3 .slick-current, #thumbnail_slider4 .slick-current {
		opacity:0.5;
}
#thumbnail_slider li, #thumbnail_slider2 li, #thumbnail_slider3 li, #thumbnail_slider4 li {
	padding: 20px 10px;
}
@media only screen and (max-width:769px) {
#thumbnail_slider, #thumbnail_slider2, #thumbnail_slider3 {
	padding-bottom: 25px;
}
#thumbnail_slider li, #thumbnail_slider2 li, #thumbnail_slider3 li, #thumbnail_slider4 li {
	padding: 10px 5px;
}
}
ul.wedding-list {
	overflow: hidden;
	clear: both;
	margin: 25px 0 0 0;
}
ul.wedding-list li {
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
}
ul.wedding-list li a {
	transition: all 0.3s ease-in-out;
}
ul.wedding-list li a:hover {
	opacity: 0.7;
}
ul.wedding-list li:nth-child(3n) {
	margin-right: 0;
}
ul.shrine-list {
	overflow: hidden;
	clear: both;
}
ul.shrine-list li {
	width: 48%;
	float: left;
	margin: 0 4% 2% 0;
}
ul.shrine-list li:nth-child(2n) {
	margin-right: 0;
}
/*=====================================================*/
.plan-list {
	max-width: 1200px;
	margin: 0 auto;
}
.plan-list li:before, .plan-list li:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}
.plan-list li {
	margin-bottom: 75px;
}
.plan-list li:last-child {
	margin-bottom: 0;
}
.plan-list li div:first-child {
	float: left;
	width: 48%;
	position: relative;
}
.plan-list li div:first-child:after {
	content: "";
	background: #F7F7F7;
	width: 100%;
	height: 100%;
	margin: 20px -20px 0 0;
	position: absolute;
	left: -20px;
	top: 0;
	z-index: -1;
}
.plan-list li div:first-child img {
	width: 100% !important;
	height: auto !important;
}
.plan-list li a {
	margin: 0 0 0 4%;
}
.plan-list li .plan-1 strong{
	font-size:150%;
}
.plan-list li div.category2-ex {
	float: right;
	width: 48%;
	margin: 20px 0;
}
.plan-list li div.category2-ex h2 {
	font-size: 30px;
	margin: 0 0 20px 0;
}
.next {
	overflow: hidden;
	clear: both;
	text-align: center;
	margin: 50px 0 100px 0;
}
.next span, .next a {
	padding: 0 20px;
}
.next span.current {
	opacity: 0.7;
}
@media only screen and (max-width:769px) {
.plan-list {
	max-width: 1200px;
	margin: 0 20px;
}
.plan-list li {
	margin-bottom: 50px;
}
.plan-list li div:first-child, .plan-list li div.category2-ex {
	float: none;
	width: auto;
}
.plan-list li div:first-child:after {
	content: "";
	background: #F7F7F7;
	width: 100%;
	height: 100%;
	margin: 5px -10px 0 0;
	position: absolute;
	left: -10px;
	top: 0;
	z-index: -1;
}
.plan-list li div.category2-ex {
	font-size: 13px;
}
.plan-list li div.category2-ex strong {
	font-size: 150%;
}
.plan-list li div.category2-ex h2 {
	font-size: 18px;
	margin: 0;
}
.plan-list li div.category2-ex h2 p {
	font-size: 13px;
}
.plan-list li a {
	margin: 0;
}
.next span, .next a {
	font-size: 13px;
	padding: 0 15px;
}
}
/*=====================================================*/
.blog-list {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.blog-list li:before, .blog-list li:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}
.blog-list li {
	float: left;
	width: 48%;
	margin: 0 4% 4% 0;
}
.blog-list li:nth-child(2n) {
	margin: 0 0 4% 0;
}
.blog-list li .category_part1 {
	float: left;
	width: 150px;
	margin: 0 20px 0 0;
}
.blog-list li .category_part1 img {
	width: 100% !important;
	height: auto !important;
}
.blog-list li .category_part2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.blog-list li .category_part2 a {
	background: none;
	color: #BE1E2D;
	padding: 0;
	float: none;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
}
.blog-list li .category_part2 a:hover {
	opacity: 0.7;
}
.blog-list li .category_part2 div {
	font-size: 15px;
}
.blog-list li .category_part2 div:first-child {
	font-size: 12px;
	color: #999;
}
.blog-list li a {
	float: right;
	background: #BE1E2D;
	color: #FFF;
	padding: 7px 15px;
	font-weight: bold;
	position: relative;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	border: 2px solid #FFF;
}
 @media only screen and (max-width:769px) {
.blog-list li {
	float: none;
	width: auto;
	margin: 0 0 4% 0;
	border-bottom: 1px solid #EEE;
	padding: 0 4% 4% 0;
}
.blog-list li .category_part1 {
	float: left;
	width: 80px;
	margin-right: 10px;
}
.blog-list li .category_part2 div {
	font-size: 13px;
}
.blog-list li a {
	font-size: 14px;
}
}
/*==============================================================================*/
ul.item-list:before, ul.item-list:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
ul.item-list {
	max-width: 1200px;
	margin: 50px auto 0 auto;
}
ul.item-list li {
	float: left;
	width: 48%;
	margin: 0 4% 4% 0;
}
ul.item-list li:nth-child(2n) {
	margin-right: 0;
}
ul.item-list li:nth-child(3), ul.item-list li:nth-child(4) {
	margin-bottom: 0;
}
ul.item-list li h3 {
	font-size: 20px;
	margin: 15px 0;
	text-align: center;
}
ul.item-list li p {
	text-align: center;
}
ul.item-list li div {
	line-height: 0;
	overflow: hidden;
}
ul.item-list li img {
	transition: all 0.5s ease-in-out;
}
ul.item-list li img:hover {
	transform: scale(1.1, 1.1);
}
 @media only screen and (max-width:769px) {
ul.item-list {
	max-width: 1200px;
	margin: 30px 20px 0 20px;
}
ul.item-list li h3 {
	font-size: 16px;
	margin: 10px 0;
}
ul.item-list li p {
	font-size: 12px;
	text-align: left;
}
}
/*==============================================================================*/

.bottom-wrap {
	background: #EEE;
	padding: 50px 0;
	text-align: center;
}
.bottom-wrap p a {
	background: #333;
	padding: 15px 50px;
	box-shadow: 0 0 20px #9A292D;
	color: #C23538;
	font-weight: bold;
}
ul.item-list-bottom {
	max-width: 1200px;
	margin: 50px auto 0 auto;
	overflow: hidden;
	clear: both;
}
ul.item-list-bottom li {
	float: left;
	width: 22%;
	margin: 0 4% 4% 0;
}
ul.item-list-bottom li a {
	color: #333;
}
ul.item-list-bottom li a + p{
	display:none !important;
}
ul.item-list-bottom li:nth-child(4) {
	margin-right: 0;
}
ul.item-list-bottom li h3 {
	font-size: 20px;
	margin: 15px 0;
	text-align: center;
}
ul.item-list-bottom li p {
	text-align: center;
	font-size: 15px;
}
ul.item-list-bottom li div {
	line-height: 0;
	overflow: hidden;
}
ul.item-list-bottom li img {
	transition: all 0.5s ease-in-out;
}
ul.item-list-bottom li img:hover {
	transform: scale(1.1, 1.1);
}
 @media only screen and (max-width:769px) {
.bottom-wrap {
	padding: 5px 0 15px 0;
}
ul.item-list-bottom {
	max-width: 1200px;
	margin: 30px 20px 0 20px;
}
ul.item-list-bottom li h3 {
	font-size: 16px;
	margin: 10px 0;
}
ul.item-list-bottom li p {
	font-size: 12px;
	text-align: left;
}
ul.item-list-bottom li {
	float: left;
	width: 48%;
	margin: 0 4% 4% 0;
}
}
/*=====================================*/

.gray-bk {
	background: #F7F7F7;
	padding: 25px 0 100px 0 !important;
	margin: 50px 0 0 0 !important;
	overflow: hidden;
	clear: both;
}
.text-left {
	text-align: left !important;
	margin: 30px 20px 0 0;
	font-size: 15px !important;
	line-height: 180%;
}
.img-left {
	float: left;
	margin: 0 20px 20px 0;
}
.pic-slick {
	margin: 25px 0 0 0;
}
.pic-slick + p {
	max-width: 980px;
	margin: 0 auto;
	line-height: 180%;
}
.pic-slick iframe{
	width:100%;
	height:650px;
}
@media only screen and (max-width:769px) {
.gray-bk {
	background: #F7F7F7;
	padding: 25px 0 50px 0 !important;
	margin: 20px 0 0 0 !important;
	overflow: hidden;
	clear: both;
}
.pic-slick {
	margin: 10px 0 0 0;
}
.text-left {
	text-align: left !important;
	margin: 30px 0 0 0;
	font-size: 13px !important;
	line-height: 180% !important;
}
.img-left {
	float: left;
	width: 50%;
	margin: 0 20px 20px 0;
}
ul.item-list-bottom li:nth-child(2n) {
	margin-right: 0;
}
}
.links {
	background: #FFF;
	padding: 10px;
	overflow: hidden;
	clear: both;
	display: flex;
}
.links h4 {
	margin-right: 20px;
}
@media only screen and (max-width:769px) {
.links {
	display: block;
	margin: 20px 0 0 0;
}
}
/*==================================================================*/

.picandtext:before, .picandtext:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.picandtext {
	margin: 50px 0 0 0;
}
.picandtext .pic {
	float: left;
	width: 34%;
	float: left;
	margin-right: 5%;
	position: relative;
	margin-top: -80px;
}
.picandtext .text {
	float: left;
	width: 61%;
}
.fl {
	text-align: left !important;
	margin-bottom: -20px !important;
	margin-left: 39% !important;
}
@media only screen and (max-width:769px) {
.fl:before {
	content: "";
	background: #333;
	width: 20px;
	height: 1px;
	display: block;
	margin: 0 auto 20px auto;
}
.picandtext .pic, .picandtext .text {
	float: none;
	width: auto;
	margin: 0;
}
.fl {
	text-align: center!important;
	margin-bottom: -20px !important;
	margin-left: 0 !important;
}
}
.hotelparking {
	border: 1px solid #CCC;
	padding: 10px;
	margin: 25px 0 0 0;
}
.hotelparking h4 {
	margin: 10px 0;
}
.hotelparking table {
	width: 100%;
	font-size: 15px;
}
.hotelparking table th {
	font-weight: bold;
	padding: 5px;
}
.hotelparking table td {
	padding: 5px;
}
@media only screen and (max-width:769px) {
.hotelparking {
	margin: 15px 0 0 0;
}
.hotelparking table {
	font-size: 13px;
}
}
.map-contents {
	max-width: 1200px;
	margin: 0 auto 50px auto;
	text-align: center;
}
.map-contents iframe {
	width: 100%;
	height: 400px;
}
.map-contents h3 {
	font-size: 22px;
	padding: 20px 0;
}
.map-contents h4 {
	font-weight: bold;
	font-size: 18px;
}
.map-contents h5 {
	font-size: 18px;
	margin: 15px 0;
}
.mappic {
	text-align: center !important;
	box-shadow: 0 0 30px #F7F7F7
}
.access-comment {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 100px auto;
}
.access-comment h4 {
	margin: 20px 0;
	font-size: 20px;
}
 @media only screen and (max-width:769px) {
.map-contents {
	margin: 0 auto 25px auto;
}
.map-contents iframe {
	widt: 100%;
	height: 200px;
}
.map-contents h3 {
	font-size: 18px;
	padding: 20px 20px;
}
.map-contents h4 {
	font-weight: bold;
	font-size: 15px;
	margin: 0 20px;
}
.map-contents h5 {
	font-size: 15px;
	margin: 15px 0;
	margin: 10px 20px;
}
.map-contents p {
	margin: 0 20px 0 20px;
}
.mappic {
	text-align: center !important;
	box-shadow: 0 0 30px #F7F7F7
}
.access-comment {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 50px auto;
}
.access-comment h4 {
	margin: 20px 0;
	font-size: 15px;
}
}
dl.qa {
	max-width: 1100px;
	margin: 0 auto 20px auto;
}
dl.qa dt {
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #EEE;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	position: relative;
	padding-right: 20px;
	text-indent: -1em;
	padding-left: 1em;
}
dl.qa dt:hover {
	opacity: 0.7;
}
dl.qa dt:after {
	content: ">";
	display: inline-block;
	transform: rotate(90deg) scale(0.8, 1);
	font-family: Arial, Helvetica, sans-serif !important;
	position: absolute;
	top: 10px;
	right: 0;
}
dl.qa dt.active {
	border-bottom: none;
}
dl.qa dt.active:after {
	content: ">";
	display: inline-block;
	float: right;
	transform: rotate(-90deg) scale(0.8, 1);
	font-family: Arial, Helvetica, sans-serif !important;
}
dl.qa dt span {
	color: #321300;
}
dl.qa dd {
	border-bottom: 1px dashed #EEE;
	padding-bottom: 20px;
}
dl.qa dd {
	text-indent: -1em;
	padding-left: 1em;
	display: none;
}
dl.qa dd span {
}
dl.qa dd a {
	text-decoration: underline;
	padding-left: 1em;
	color: #321300;
}
@media only screen and (max-width:769px) {
dl.qa dt {
	font-size: 14px;
	margin-bottom: 10px;
}
dl.qa dd {
	font-size: 13px;
	line-height: 180%;
}
}
/*========================================================*/

ul.gallery-list {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
ul.gallery-list li {
	float: left;
	width: 23%;
	margin: 0 2.65% 3% 0;
}
ul.gallery-list li .photo-data,
ul.gallery-list li .photo-tit,
ul.gallery-list li .photo-word{
	display:none !important;
}
ul.gallery-list li:nth-child(4n) {
	margin-right: 0;
}
ul.gallery-list li img {
	width: 100%;
	height: 100% !important;
}
ul.gallery-list li .photo-data {
	color: #999;
	font-size: 14px;
}
@media only screen and (max-width:769px) {
ul.gallery-list {
	margin: 0 20px;
}
ul.gallery-list li {
	float: left;
	width: 48%;
	margin: 0 4% 4% 0;
}
ul.gallery-list li:nth-child(2n) {
	margin-right: 0;
}
ul.gallery-list li .photo-tit {
	font-size: 13px;
}
}
/*==============================================================================*/

ul.report-list {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
ul.report-list li {
	float: left;
	width: 48%;
	margin: 0 4% 4% 0;
	overflow: hidden;
}
ul.report-list li:nth-child(2n) {
	margin-right: 0;
}
ul.report-list li .category2-ex0a img {
	width: 100%;
	height: 100% !important;
}
ul.report-list li .category2-ex0a {
	overflow: hidden;
	height: 400px;
	margin-bottom: 20px;
}
ul.report-list li .plan-1 {
	font-size: 20px;
}
ul.report-list li .plan-2 {
	margin: 10px 0 20px 0;
	border-top: 1px solid #EEE;
	padding: 10px 0 0 0;
}
ul.report-list li .plan-2 span {
	margin-right: 20px;
}
@media only screen and (max-width:769px) {
ul.report-list {
	margin: 0 20px;
}
ul.report-list li .category2-ex0a {
	overflow: hidden;
	height: auto;
	margin-bottom: 10px;
}
ul.report-list li .plan-1 {
	font-size: 15px;
}
ul.report-list li .plan-2 {
	font-size: 13px;
	margin: 5px 0 10px 0;
	padding: 5px 0 0 0;
}
ul.report-list li .plan-2 span {
	display: block;
}
ul.report-list li .plan-3 {
	font-size: 13px;
}
}
.mainpage {
	max-width: 1200px;
	margin: 0 auto;
}
.report-x {
	overflow: hidden;
	clear: both;
	position: relative;
	margin-bottom: 25px;
}
.report-x .rep-img {
	float: left;
	width: 50%;
}
.report-x .rep-img img {
	width: 100%;
	height: 100% !important;
}
.report-x .rep-txt {
	float: right;
	width: 50%;
	background: #FFF;
	padding: 50px 0 50px 50px;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
	left: -50px;
	top: 150px;
}
.report-x .rep-txt .plan-1 {
	font-size: 30px;
}
.report-x .rep-txt .plan-2 {
	font-size: 18px;
}
.report-con {
	overflow: hidden;
	clear: both;
}
.plan-con h2, .report-con h2 {
	text-align: center;
	font-size: 32px;
	padding: 50px 0;
}
.report-con h2:before {
	content: "Party Report";
	display: block;
	opacity: 0.5;
	font-size: 12px;
}
.report-con-2, .report-con-3 {
	overflow: hidden;
	clear: both;
	margin-bottom: 50px;
}
.report-con-2-txt {
	float: left;
	width: 48%;
}
.report-con-2-img {
	float: right;
	width: 48%;
}
.report-con-2-img img {
	width: 100%;
	height: auto !important;
}
.report-con-2-txt h3 {
	font-size: 24px;
	margin-bottom: 25px;
}
.report-con-2-txt div {
	margin-bottom: 10px;
}
ul.report-con-x {
	clear: both;
	overflow: hidden;
}
ul.report-con-x li {
	float: left;
	width: 30%;
	margin: 0 5% 5% 0;
}
ul.report-con-x li:nth-child(3n) {
	margin-right: 0;
}
.report-con-4, .report-con-5, .report-con-6 {
	background: #F7F7F7;
	padding: 25px;
}
.report-con-5, .report-con-6 {
	padding-top: 0;
}
.report-con-6 + p {
	margin: 50px;
	text-align: center;
}
.report-con-4 > div + h3 {
	font-size: 24px;
}
 @media only screen and (max-width:769px) {
.mainpage {
	margin: 0 0;
}
.report-x {
	overflow: hidden;
	clear: both;
	position: relative;
	margin-bottom: 0;
}
.report-x .rep-img {
	float: none;
	width: auto;
	margin-right: 20px;
}
.report-x .rep-img img {
	width: 100%;
	height: 100% !important;
}
.report-x .rep-txt {
	float: none;
	width: auto;
	background: #FFF;
	padding: 20px 0 20px 20px;
	box-sizing: border-box;
	top: -40px;
	left: auto;
	z-index: 999;
	margin-left: 20px;
}
.report-x .rep-txt .plan-1 {
	font-size: 18px;
	margin: 5px 0;
}
.report-x .rep-txt .plan-2 {
	font-size: 15px;
}
.report-x .rep-txt .plan-3 {
	font-size: 13px;
}
.report-con {
	overflow: hidden;
	clear: both;
	margin: 0 20px;
}
.report-con img {
	height: auto !important;
}
.plan-con h2, .report-con h2 {
	text-align: center;
	font-size: 20px;
	padding: 25px 0;
}
.report-con h2:before {
	content: "Party Report";
	display: block;
	opacity: 0.5;
	font-size: 11px;
}
.report-con-2, .report-con-3 {
	overflow: hidden;
	clear: both;
	margin-bottom: 25px;
}
.report-con-2-txt {
	float: none;
	width: auto;
}
.report-con-2-img {
	float: none;
	width: auto;
}
.report-con-2-img img {
	width: 100%;
	height: auto !important;
}
.report-con-2-txt h3 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 25px;
}
.report-con-2-txt h3:before {
	content: "";
	display: block;
	margin: 0 auto 10px auto;
	width: 20px;
	height: 2px;
	background: #2D170C
}
.report-con-2-txt div {
	margin-bottom: 10px;
	font-size: 13px;
}
ul.report-con-x {
	clear: both;
	overflow: hidden;
}
ul.report-con-x li {
	float: left;
	width: 48%;
	margin: 0 4% 4% 0;
}
ul.report-con-x li:nth-child(3n) {
	margin-right: 4%;
}
ul.report-con-x li:nth-child(2n) {
	margin-right: 0 !important;
}
.report-con-2-img {
	margin-bottom: 25px;
}
.report-con-4, .report-con-5, .report-con-6 {
	background: #F7F7F7;
	padding: 20px;
}
.report-con-5, .report-con-6 {
	font-size: 13px;
	padding-top: 0;
}
.report-con-6 + p {
	margin: 50px;
	text-align: center;
}
.report-con-4 > div {
	font-size: 14px;
}
.report-con-4 > div + h3 {
	font-size: 18px;
}
}
.table-wrap {
	max-width: 1024px;
	margin: 0 auto;
}
table.coming-1 th, table.coming-1 td {
	padding: 10px;
	border-bottom: 1px solid #EEE;
}
table.coming-1 th {
	width: 120px;
	opacity: 0.7;
}
@media only screen and (max-width:769px) {
table.coming-1 th, table.coming-1 td {
	padding: 10px;
	border-bottom: 1px solid #EEE;
	font-size: 13px;
	display: block;
}
table.coming-1 th {
	border: none;
	padding-bottom: 0;
}
table.coming-1 th {
	width: auto;
}
}
.plan-con .plan-x .plan-con-1 img {
	width: 100%;
	height: auto !important;
}
.plan-con .plan-x .plan-con-2 h3 {
	font-size: 24px;
	margin-top: 10px;
	color: #C23538
}
.plan-con .plan-x .plan-con-2 h3:nth-child(2) {
	margin-bottom: 10px;
}
.plan-con-3 {
	margin: 20px 0;
	overflow: hidden;
	clear: both;
}
.plan-con-3 div {
	float: left;
	margin-right: 20px;
}
.plan-con-6-s {
	overflow: hidden;
	clear: both;
}
table.table1, table.table2 {
	width: 50%;
	float: left;
}
table.table1 td, table.table2 td {
	border: 1px solid #DDD;
	padding: 10px;
	background: #FFF;
	height: 50px;
}
table.table1 td:nth-child(1), table.table2 td:nth-child(1) {
	width: 200px;
	background: #EEE;
}
.plan-con p {
	text-align: center;
	margin: 50px;
}
.plan-con-6 .plan-con-6-tit {
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	margin-top: -30px;
}
.plan-con-6 .plan-con-6-tit:before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 20px;
	height: 2px;
	background: #2D170C;
	margin-bottom: 20px;
}
.plan-con-5 h2:before {
	content: "Special Favor";
	display: block;
	opacity: 0.5;
	font-size: 12px;
}
.plan-con-5 {
	background: #F7F7F7;
	padding: 0 20px 0 20px;
	margin-top: 50px;
}
.plan-con-6 {
	background: #F7F7F7;
	padding: 0 20px 20px 20px;
}
@media only screen and (max-width:769px) {
table.table1, table.table2 {
	width: 100%;
	float: none;
}
table.table1 td, table.table2 td {
	height: auto;
}
.plan-con {
	margin: 0 20px;
}
.plan-con div {
	font-size: 13px;
}
.plan-con .plan-x .plan-con-2 h3 {
	font-size: 18px;
}
.plan-con-3 div {
	float: left;
	margin-right: 20px;
	font-size: 16px;
}
.plan-con-6 .plan-con-6-tit {
	margin-top: -10px;
}
table.table1 td:nth-child(1), table.table2 td:nth-child(1) {
	width: 100px;
}
}
.contact_flow {
	clear: both;
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto 30px auto;
}
.contact_flow > ul li {
	background: #ccc;
	color: #fff;
	width: 31.2%;
	float: left;
	padding: 10px 20px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 14px;
	margin-right: 3%;
	position: relative;
	text-align: center;
	margin-top: 25px;
}
.contact_flow > ul li:last-child {
	margin-right: 0;
}
.contact_flow > ul li:first-child::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid #ccc;
	border-top: 21px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	right: -20px;
	top: 0;
}
.contact_flow > ul li:nth-child(2)::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid #fff;
	border-top: 21px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
}
.contact_flow > ul li:nth-child(2)::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid #ccc;
	border-top: 21px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	right: -20px;
	top: 0;
}
.contact_flow > ul li:last-child::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid #fff;
	border-top: 21px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
}
.contact_flow > ul li.active {
	background: rgba(60,36,21,0.5);
	position: relative;
}
.contact_flow > ul li.active::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid rgba(60,36,21,0.5);
	border-top: 21px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	right: -20px;
	top: 0;
}
.contact_flow > ul li span {
	color: #7FAFD6;
	position: absolute;
	left: 0;
	top: -25px;
	font-weight: bold;
}
@media only screen and (max-width:736px) {
.contact_flow > ul {
	display: flex;
}
.contact_flow > ul li {
	width: 33.3333%;
	margin: 0;
	font-size: 12px;
	border-right: 1px solid #fff;
}
.contact_flow > ul li {
	font-size: 12px;
	padding: 10px 0;
}
.contact_flow > ul li span {
	padding: 0 5px;
}
.contact_flow > ul li:nth-child(2)::before, .contact_flow > ul li:last-child::before {
	display: none;
}
.contact_flow > ul li:nth-child(2)::after, .contact_flow > ul li:first-child::after {
	border-top: 19px solid transparent;
}
.contact_flow > ul li:nth-child(2)::after {
	right: 0;
}
.contact_flow > ul li.active::after {
	right: 0;
	display: none;
}
.contact_flow li:nth-child(2)::after, .contact_flow li:first-child::after {
	display: none;
}
}

.contact-table th {
	width: 25%;
}
.contact-table td input[type=text], .contact-table td textarea {
	width: 100%;
	border: none;
	background: #EEE;
	padding: 5px;
	box-sizing: border-box;
}
.contact-table td textarea {
	height: 300px;
}
.contact-table select{
	padding:5px;
}
.req {
	background: #F90;
	color: #FFF;
	padding: 5px;
	font-size: 11px;
	float: right;
	margin-right: 20px;
}
.last {
	border: none !important;
}
.submit_btn input[type=submit] {
	background: #2D170C;
	color: #FFF;
	border: none;
	padding: 15px 50px !important;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
}
.submit_btn input[type=submit]:hover {
	opacity: 0.7;
}
.submit_btn {
	text-align: center;
	margin: 50px 0;
	font-weight: bold;
}

.must_contact {
	color: #C30;
	font-weight: bold;
}
.form_btn_area {
	text-align: center;
	margin: 50px auto 0 auto;
	overflow: hidden;
	clear: both;
}
.form_back_btn {
	margin: 25px 0 50px 0 !important;
	padding: 0 !important;
}
.form_back_btn a {
	background: none;
	padding: 25px 10px;
	color: #999;
}
.form_back_btn:before {
	content: "<";
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
.submit_btn2 {
	margin: 0 !important;
	padding: 0 !important;
}
.submit_btn2 input[type=submit] {
	background: #2D170C;
	color: #FFF;
	border: none;
	padding: 15px 70px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 18px;
}
@media only screen and (max-width:736px) {
.form_btn_area {
	text-align: center;
	margin: 25px auto 0 auto;
}
.submit_btn2 input[type=submit] {
	font-size: 16px;
}
}
select {
	background: #EEE;
}
.submit_btn2 input[type=submit]:hover {
	opacity: 0.7;
}
.back_to_top {
	margin: 50px 0 50px 0;
}
.back_to_top:before {
	content: "<";
	font-family: Arial, Helvetica, sans-serif;
}
.thanks {
	max-width: 1200px;
	margin: 0 auto;
}
.thanks h3 {
	margin-bottom: 15px;
}
p.more2 {
	text-align: center;
}
table .text {
	opacity: 0;
}
table .text01 {
	opacity: 1;
}
table .text02 {
	opacity: 1;
}
ul.youtube {
	max-width:1024px;
	margin:0 auto;
}
ul.youtube li{
	width:100%;
	height:500px;
	margin:50px 0 0 0;
}
ul.youtube li iframe{
	width:100%;
	height:100%;
}

@media only screen and (max-width:736px) {
ul.youtube li{
	margin:25px 20px 0 20px;
	height:180px;
	width:auto;
}
}
.categorys{
	margin:0 20px 100px 20px;
}
.single-date{
	font-size:14px;
	color:#999;
}
.single-tit{
	font-size:24px;
	margin-bottom:10px;
}
.single-n-ct  p a{
	border:1px solid #333;
	padding:15px 30px;
	transition:all 0.3s ease-in-out;
	display:block;
	text-align:center;
	font-weight:bold;
	color:#333;
}
@media only screen and (max-width:736px) {
	.single-date{
	font-size:12px;
	color:#999;
}
.single-tit{
	font-size:20px;
}
.single-n-ct img{
	width:100%;
	height:auto !important;
}
}

/*BRIDAL FAIR*/
.search_item{
	padding:20px 10px;
	display:block;
	cursor:pointer;
	transition:all 0.3s ease-in-out;
}
.search_item:hover{
	opacity:0.7;
}
.search_item.select{
	background:#F7F7F7;
	padding:20px 10px;
}

.search-navi{
	line-height:0;
}
.search-navi li{
	padding:10px 10px;
}

.picandtextbridal:before, .picandtextbridal:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.picandtextbridal {
	margin: 50px 0 0 0;
}
.picandtextbridal .pic {
	float: left;
	width: 34%;
	float: left;
	margin-right: 5%;
	position: relative;
}
.picandtextbridal .text {
	float: left;
	width: 61%;
}
.picandtextbridal .text h3{
	font-size:24px;
	margin-bottom:10px;
}
article.list_item a{
	display:block;
	transition:all 0.3s ease-in-out;	
	padding:10px 0 50px 0;
}

article.list_item a:hover{
	background:#F7F7F7;
}
ul.category-bridal{
	overflow:hidden;
	clear:both;
	margin:0 0 15px 0;
}
ul.category-bridal li{
	float:left;
	border:1px solid #CCC;
	margin-right:10px;
	padding:3px;
	font-size:14px;
	background:#FFF;
}
.mainpic{
	margin:0 0 10px 0;
}
.contents-bridal  h3{
	font-size:24px;
	margin-bottom:15px;
}
dl.eventdate{
	margin:0 0 15px 0;
	overflow:hidden;
	clear:both;
}
dl.eventdate dd{
	float:left;
}
dl.eventdate dd:after{
	content:"/";
	margin:0 10px;
}
dl.eventdate dd:last-child:after{
	display:none;
}
.wantday{
	max-width:1024px;
	margin:50px auto;
	padding:50px 0;
	text-align:center;
	background:#F7F7F7
}
.wantday p.more2{
	margin-bottom:0;
}

.wantday select{
	background:#FFF;
	padding:10px 10px;
	margin:15px 0 0 0;
}
@media only screen and (max-width:736px) {
	.picandtextbridal {
		margin:25px 0 0 0;
	}
	ul.category-bridal{
		margin:0 0 5px 0;
	}
	article.list_item a{
	padding:0;
}
	.picandtextbridal .text h3{
	font-size:16px;
	margin-bottom:5px;
	}
.wantday{
	max-width:1024px;
	margin:25px auto;
	padding:25px 0;
}
ul.category-bridal li{
	font-size:11px;
}
.contents-bridal  h3{
	font-size:18px;
}
.wantday select{
	background:#FFF;
	padding:10px 10px;
	margin:15px 0;
	font-size:14px;
}
}


/*プラン詳細画面　ボタン*/
.plan-con .plan-x .btn_plan,
.plan-con .plan-x .btn_fair{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  max-width: 225px;
  height: 45px;
  transform:skewX(-15deg);
  transition: all 0.3s ease-in-out;
}
.plan-con .plan-x .btn_plan:hover,
.plan-con .plan-x .btn_fair:hover{
  opacity: .7;
}
.plan-con .plan-x .btn_plan::after,
.plan-con .plan-x .btn_fair::after{
  content: "\02192";
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 15px;
  transform: translateY(-50%) skewX(15deg);
}
.plan-con .plan-x .btn_plan span,
.plan-con .plan-x .btn_fair span{
  display: block;
  transform:skewX(15deg);
}
.plan-con .plan-x .btn_plan{
  background-color: #caa33d;
  box-shadow: 5px 5px 0 -1px #FFFFFF, 5px 5px 0 0 #caa33d;
}
.plan-con .plan-x .btn_fair{
  background-color: #C23538;
  box-shadow: 5px 5px 0 -1px #FFFFFF, 5px 5px 0 0 #C23538;
}

