
#kv {
	width: 100%;
	position: relative;
	animation: kv 1.5s ease-in-out forwards;
}
.slider {
	margin-top: 50px;
}
.bg-slider {
	width: 100vw;
	height: 100vh;
	background-position: left top;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

#catch p{
	text-align:center;
	margin-bottom:100px;
}

#kv p.title {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-55%, -50%);
	width: 460px;
	animation: kv 1.5s ease-in-out 1.5s forwards;
	opacity: 0;
	z-index: 999;
}
p.award {
	position: absolute;
	bottom:30px;
	right:30px;
	width: 200px;
	animation: kv 1.5s ease-in-out 1.5s forwards;
	opacity: 0;
	z-index: 999;
}

#kv .slick-dots > li:first-child:last-child {
    display: none;
}
@media only screen and (max-width:769px) {
	#catch p{
		margin:0 20px 50px 20px;
}
#kv p.title {
	width: 60%;
	top:40%;
	left:54%;
}
p.award {
	position: static;
	width: 150px;
	margin:0 auto;
	animation: kv 1.5s ease-in-out 1.5s forwards;
	opacity: 0;
	z-index: 999;
}
}
@keyframes kv {
 0% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
.scroll {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
 -webkit- transform: translateX(-50%);
	animation: fade 2s ease-in-out forwards;
	opacity: 0;
	z-index: 99999;
	text-align: center;
}
@media only screen and (max-width:769px) {
 @keyframes fade {
 0% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
.scroll-line {
	background: #FFF;
	position: relative;
	left: 50%;
	z-index: 999;
	width: 90px;
	height: 90px;
	margin: 10px 0 0 -45px;
}
.scroll-line:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100px;
	background: #2D170C;
	display: block;
	bottom: 20px;
	left: 50%;
	animation: sc 2s ease-in-out infinite;
}
@keyframes sc {
 0% {
 height:0;
}
 50% {
 height:60px;
}
 100% {
 height:0;
}
}
}
.scroll-line:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background: #2D170C;
	display: block;
	top: 60%;
	left: 57%;
	transform: rotate(45deg);
}
.scroll p {
	background: none;
	color: #FFF;
	font-family: 'Oswald', sans-serif !important;
	font-size: 11px;
	margin-top: -30px;
	margin-left: -8px;
}
@media only screen and (max-width:769px) {
	.scroll{
			display:none !important;
	}
.scroll-line {
	width: 30px;
	height: 30px;
	bottom: -10px;
	margin: 0 0 0 -15px;
}
.scroll-line:before {
	height: 30px;
	bottom: 10px;
}
.scroll-line:after {
	top: 39%;
	left: 60%;
	height: 10px;
}
@keyframes sc {
 0% {
 height:0;
}
 50% {
 height:30px;
}
 100% {
 height:0;
}
}
}




.type1 {
	width: 100%;
	background: url(../img/back1.jpg) repeat-y left top;
}
.type2 {
	width: 100%;
	background: url(../img/back2.jpg) repeat-y right top;
}
#reception, #cuisine, #plan {
	margin: 100px 0;
}
ul.wedding-style li span{
	background:#CC0000;
	color:#FFF;
	position:absolute;
	padding:10px;
	top:-10px;
	left:-10px;
}
ul.wedding-style li a{
	display:block;
	transition:all 0.3s ease-in-out;
}
ul.wedding-style li a:hover{
	opacity:0.7;
	}
ul.wedding-style li .pic{
	width:48%;
}
@media only screen and (max-width:769px) {
	ul.wedding-style li span{
		font-size:13px;
	}ul.wedding-style li .pic{
	width:auto;
}
#reception, #cuisine, #plan {
	margin: 50px 0;
}
.type1 {
	width: auto;
	margin: 0 0 0 0;
}
.type2 {
	width: auto;
	margin: 0 0 0 0;
}
}

ul.list {
	overflow: hidden;
	clear: both;
	padding:10px 50px;
}
ul.list li {
	position: relative;
	margin: 0 0 25px 0;
}
ul.list li:before, ul.list li:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
ul.list li i {
	position: absolute;
	top: -10px;
	left: -10px;
	background: #C00;
	color: #FFF;
	font-size: 14px;
	font-family: 'Oswald', sans-serif !important;
	padding: 5px 12px;
}
ul.list li .pic {
	float: left;
	margin: 0 50px 0 0;
}
ul.list li text {
	float: right;
}
ul.list li .text h2,
ul.list li .text h3 {
	font-size: 24px;
	padding: 15px 0;
	font-weight: 500;
}
ul.feature-list li .pic {
	width: 40%;
}
ul.plan-list li .pic {
	width: 45%;
}
ul.plan-list li div.plan-1,
ul.plan-list li p span {
	font-size: 200%;
}
@media only screen and (max-width:769px) {
	ul.list li {
		margin-bottom:30px;
	}
	ul.list li:last-child{
		margin-bottom:0;
	}
ul.list li .pic {
	margin-right: 0;
}
ul.feature-list li .pic, ul.feature-list li .text {
	float: none;
	width: auto;
	margin: 0;
}
ul.plan-list li .pic {
	width: auto;
	margin: 0 !important;
}
ul.plan-list li .text h2,
ul.plan-list li .text h3 {
	font-size: 13px !important;
}
ul.plan-list li div.plan-1,
ul.plan-list li p span {
	font-size: 16px;
}
ul.plan-list li div.plan-2 {
	font-size: 13px;
}
ul.wedding-list li .pic {
	width: auto;
	margin: 0 0 0 0;
}
ul.feature-list li .text h3 {
	padding: 0 !important;
	margin: 10px 0 10px 0;
}
ul.wedding-list li .text, ul.wedding-list li .pic {
	float: none;
}
ul.wedding-list li .text h3 {
	padding: 10px 0 10px 0 !important;
}
ul.feature-list li .text p, ul.wedding-list li .text p {
	font-size: 12px;
}
ul.list li .text p {
	clear: both;
	overflow: hidden;
}
ul.list li text {
	float: none;
}
ul.list li .text h2,
ul.list li .text h3 {
	font-size: 16px;
	padding: 15px 0 5px 0;
	font-weight: 500;
}
ul.list {
	padding: 20px;
}
}
.campaign {
	background: url(../img/back-cv.png) no-repeat center top;
	margin: 150px 0 100px auto;
	text-align: center;
	padding-bottom: 50px;
}
.campaign:before {
	content: "";
	display: block;
	background: url(../img/icon-cv.png) no-repeat center top;
	background-size: 320px;
	width: 320px;
	height: 107px;
	margin: 0 auto;
	position: relative;
	top: -50px;
	margin-bottom: -25px;
}
@media only screen and (max-width:769px) {
.campaign {
	margin: 50px 0;
}
.campaign:before {
	content: "";
	display: block;
	background: url(../img/icon-cv.png) no-repeat center top;
	background-size: 160px;
	width: 160px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	top: -25px;
	margin-bottom: -10px
}
}
.campaign h2.title-cv {
	font-size: 36px;
	color: #F9EB70;
	font-weight: bold;
}
@media only screen and (max-width:769px) {
.campaign h2.title-cv {
	font-size: 22px;
}
}
.campaign-inside {
	max-width: 655px;
	margin: 0 auto;
}
.campaign h3 {
	position: relative;
	color: #FFF;
	font-size: 18px;
	margin: 10px 0;
}
 @media only screen and (max-width:769px) {
.campaign-inside {
	margin: 0 20px;
}
.campaign h3 {
	font-size: 16px;
}
}
.campaign h3:before {
	content: "";
	position: absolute;
	width: 40%;
	height: 1px;
	background: #FFF;
	top: 50%;
	display: block;
	left: 0;
}
.campaign h3:after {
	content: "";
	position: absolute;
	width: 40%;
	height: 1px;
	background: #FFF;
	top: 50%;
	display: block;
	right: 0;
}
 @media only screen and (max-width:769px) {
.campaign h3:before {
	width: 30%;
}
.campaign h3:after {
	width: 30%;
}
}
.campaign ul.price {
	display: inline-block;
}
.campaign ul.price li {
	float: left;
	color: #FFF;
	font-weight: bold;
	font-size: 28px;
}
.campaign ul.price li span {
	font-size: 40%;
	margin-left: 10px;
}
@media only screen and (max-width:769px) {
.campaign ul.price li {
	font-size: 18px;
}
.campaign ul.price li span {
	margin-left: 5px;
	font-size: 30%;
}
}
.campaign ul.price li:first-child {
	text-decoration: line-through;
	margin: 12px 0 0 0;
}
@media only screen and (max-width:769px) {
.campaign ul.price li:first-child {
	margin: 15px 0 0 0;
}
}
.campaign ul.price li:nth-child(2):before {
	content: "→";
	margin: 0 15px;
}
.campaign ul.price li:nth-child(2) {
	font-size: 250%;
}
.campaign p.off {
	color: #FFF;
	font-weight: bold;
	font-size: 22px;
	padding: 5px 0;
	border: 2px solid #FFF;
}
@media only screen and (max-width:769px) {
.campaign p.off {
	font-size: 16px;
}
.campaign ul.price li:nth-child(2):before {
	font-size: 14px;
	margin: 0 5px;
}
}
.campaign p small {
	font-size: 12px;
	color: #FFF;
	display: block;
	margin: 10px 0 50px 0;
}
@media only screen and (max-width:769px) {
.campaign p small {
	margin-bottom: 25px;
}
.campaign ul.price li:nth-child(2) {
	font-size: 220%;
}
}
.campaign ul.plan {
	overflow: hidden;
	clear: both;
}
.campaign ul.plan li {
	float: left;
	width: 15%;
	margin-right: 2%;
}
@media only screen and (max-width:769px) {
.campaign ul.plan {
	max-width: 300px;
	margin: 0 auto;
}
.campaign ul.plan li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 5%;
}
.campaign ul.plan li:nth-child(3n) {
	margin-right: 0;
}
.campaign ul.plan li img {
	width: 80%;
}
}
.campaign ul.plan li:last-child {
	margin-right: 0;
}
.campaign ul.plan li h4 {
	color: #FFF;
}
@media only screen and (max-width:769px) {
.campaign ul.plan li h4 {
	font-size: 13px;
}
}
p.more {
	opacity: 0;
	animation: change3 1s ease-in-out forwards;
	position: relative;
	left: -20px;
	margin: 0 auto;
	max-width: 200px;
	padding: 7px 15px;
	text-align: center;
	display: block;
	transition: all 0.3s ease-in-out;
	border: 1px solid #D5D1CE;
}
p.more:after {
	content: ">";
	display: inline-block;
	transform: scale(0.8, 1);
	margin: 0 0 0 10px;
	font-size: 11px;
}
a:hover p.more, p.more:hover {
	background: #BE1E2D;
	border: 2px solid #BE1E2D;
	color: #FFF !important;
}
@keyframes change3 {
 0% {
 opacity:0;
 left:-20px;
}
 100% {
 opacity:1;
 left:0;
}
}
@media only screen and (max-width:769px) {
p.more {
}
p.more a {
	font-size: 15px;
}
}
p.lead {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
p.lead span {
	background: #FFF;
}
p.lead:before {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background: #E6E7E8;
	transform: rotate(-45deg);
	left: 50%;
	position: absolute;
	top: 10px;
	z-index: -1;
	margin-left: -40px;
}
@media only screen and (max-width:769px) {
p.lead {
	margin: 20px;
}
ul.shrine-list {
	padding: 0 !important;
	margin: 25px 0 0 0;
}
ul.shrine-list li h3 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
ul.shrine-list li .pic {
	margin-right: 0 !important;
}
ul.shrine-list li .text h3 {
	padding-bottom: 0 !important;
	margin-bottom: 5px !important;
}
}
ul.wedding-list li {
	color: #FFF;
}
ul.wedding-list li h3 {
	padding-top: 30px !important;
}
ul.reception-list {
	overflow: hidden;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}
ul.reception-list li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
ul.reception-list li:nth-child(2n) {
	margin-right: 0;
}
ul.reception-list li .pic {
	position: relative;
}
ul.reception-list li .pic h3 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	text-align: center;
	font-weight: 500;
	text-shadow: 0 0 20px #000;
}
ul.reception-list li .pic h3 span {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 30px;
	display: block;
}
ul.reception-list li .text {
	margin: 0;
	text-align: left;
}
/*=========================================================*/


@media only screen and (max-width:769px) {
ul.reception-list li .pic h3 {
	font-size: 10px;
	position: relative;
	transform: none;
	background: #FFF;
	left: auto;
	top: auto;
	text-shadow: none;
	color: #3C2415;
	top: -20px;
	width: 80%;
	margin: 0 auto -10px auto;
	padding: 15px 0 0 0;
}
ul.reception-list li .text {
	width: 80%;
	margin: 0 auto;
}
ul.reception-list li .pic h3 span {
	font-size: 20px;
}
}
p.more-small {
	animation: change3 1s ease-in-out forwards;
	position: relative;
	margin: 50px auto;
}
p.more-small a {
	border: 1px solid #FFF;
	color: #FFF;
	padding: 15px 15px;
	font-weight: bold;
	position: relative;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	border: 2px solid #FFF;
	text-decoration: none;
}
p.more-small a:hover {
	opacity: 0.7;
	color: #FFF;
}
p.more-small a:after {
	content: "+";
	display: inline-block;
	transform: scale(0.9, 1);
	font-weight: bold;
	margin: 0 0 0 10px;
}
 @media only screen and (max-width:769px) {
p.more-small a {
	font-size: 14px;
	border: none;
	border-bottom: 1px solid #FFF;
	padding: 0 0 5px 0;
}
p.more-small {
	padding: 10px 0;
	margin: 10px 0 0 0;
}
}
#cuisine .main {
	text-align: center;
}
@media only screen and (max-width:769px) {
#cuisine .main {
	margin: 0 20px;
}
}
#cuisine .main img + p {
	margin: 25px 0;
}
#cuisine .main h3 {
	border: 1px solid #999;
	padding: 15px;
	font-size: 20px;
}
@media only screen and (max-width:769px) {
#cuisine .main h3 {
	font-size: 16px;
	padding: 10px 0;
}
}

.kodawari-list {
	padding: 50px;
	box-sizing: border-box;
	overflow: hidden;
	clear: both;
	background: #F7F7F7;
	margin-bottom: 50px;
}
.kodawari-list .pic {
	width: 30%;
	float: left;
}
.kodawari-list .text {
	float: right;
	width: 65%;
}
.kodawari-list .text h3 {
	position: relative;
	margin: 50px 0 15px 0;
	font-size: 24px;
	font-weight: 500;
}
.kodawari-list .text h3:after {
	content: "";
	width: 35%;
	height: 1px;
	background: #CCC;
	display: block;
	position: absolute;
	right: 0;
	top: 18px;
}
.kodawari-list .text p:nth-child(2) {
	margin-bottom: 10px;
}

@media only screen and (max-width:769px) {



.kodawari-list {
	padding: 25px 0;
	margin: 50px 0;
}
.kodawari-list .pic {
	float: none !important;
	width: auto;
	margin: 0 20px !important;
}
.kodawari-list .text h3:after {
	width: 10%;
	top: 15px;
}
.kodawari-list .text h3 {
	margin: 5px 0 10px 0;
	font-size: 18px;
}
.kodawari-list .text p {
	font-size: 12px;
}
.kodawari-list .text {
	float: none !important;
	width: auto;
	margin: 0 20px 25px 20px !important;
}
}
#access {
	margin: 100px 0 0 0;
}

#outline {
	background-image: url(../img/last-left.jpg), url(../img/last-right.jpg);
	background-position: left bottom, right top;
	background-repeat: no-repeat, no-repeat;
	padding: 100px 0;
}
h2.title2 {
	background: url(../img/icon-outline.png) no-repeat center top;
	background-size: 180px auto;
	height: 5px;
	font-size: 32px;
	text-align: center;
	padding: 50px 0;
}
 @media only screen and (max-width:769px) {
#outline {
	padding: 50px 0 0 0;
}
h2.title2 {
	font-size: 20px;
}
}
.outline {
	margin: 100px 0 0 0;
}
.outline-text {
	max-width: 700px;
	margin: 0 auto;
}
 @media only screen and (max-width:769px) {
.outline {
	margin: 50px 0 0 0;
}
.outline-text {
	max-width: 700px;
	margin: 0 20px;
}
}
.outline-text h3 span {
	display: block;
	color: #BE1E2D;
	font-size: 20px;
}
.outline-text h3 {
	font-size: 32px;
	text-align: center;
	margin: 25px 0;
}
@media only screen and (max-width:769px) {
.outline-text h3 span {
	display: block;
	color: #BE1E2D;
	font-size: 13px;
}
.outline-text h3 {
	font-size: 20px;
	text-align: center;
	margin: 25px 0;
}
}
dl.last {
	clear: both;
	overflow: hidden;
	margin: 25px 0;
}
dl.last dt {
	float: left;
	clear: left;
	width: 28%;
}
dl.last dt span {
	font-size: 30px;
}
dl.last dt i {
	font-size: 80%;
}
dl.last dd {
	float: left;
	width: 66%;
	border-left: 1px dashed #999;
	padding: 20px 0 20px 5%;
}
 @media only screen and (max-width:769px) {
dl.last dt {
	float: none;
	clear: both;
	width: auto;
	font-size: 14px;
	border-bottom: 1px dashed #999;
	padding-bottom: 20px;
}
dl.last dt span {
	font-size: 24px;
}
dl.last dd {
	float: none;
	border: none;
	padding: 20px 0;
	width: auto;
	font-size: 13px;
}
}
.tokuten h4 {
	background: url(../img/icon-crown.png) no-repeat 44% top;
	padding-left: 50px;
	background-size: 50px auto;
	text-align: center;
	height: 32px;
	color: #BE1E2D;
	font-size: 24px;
}
.tokuten h5 {
	border: 1px solid #999;
	font-size: 22px;
	padding: 10px;
	margin: 25px 0;
	text-align: center;
}
 @media only screen and (max-width:769px) {
.tokuten h4 {
	background: url(../img/icon-crown.png) no-repeat 40% top;
	background-size: 40px auto;
	height: 25px;
	font-size: 20px;
}
.tokuten h5 {
	border: 1px solid #999;
	font-size: 16px;
	padding: 5px;
	margin: 15px 0;
}
}
.tokuten table {
	width: 100%;
}
.tokuten table th, .tokuten table td {
	padding: 15px 10px;
}
.tokuten table th {
	border-bottom: 2px solid #333;
	width: 17%;
}
.tokuten table td {
	border-bottom: 1px solid #CCC;
}
 @media only screen and (max-width:769px) {
.tokuten table {
	margin-bottom: 25px;
}
.tokuten table th, .tokuten table td {
	display: block;
	width: auto;
}
.tokuten table th {
	border: none;
	padding-bottom: 0;
	color: #333;
	padding-left: 0;
	font-size: 15px;
}
.tokuten table td {
	font-size: 13px;
	padding-left: 0;
	padding-top: 5px;
}
}



ul.other {
	overflow: hidden;
	clear: both;
	max-width: 1200px;
}
ul.part1 {
	margin: 50px auto ;
}
ul.part2 {
	margin: 0 auto 50px auto;
}
ul.part1 li {
	float: left;
	width: 23%;
	margin-right: 2.6%;
}
ul.part2 li {
	float: left;
	width: 48%;
	margin-right: 4%;
}
@media only screen and (max-width:736px) {
ul.part1 li {
	float: left;
	width: 48%;
	margin-right: 4%;
}
ul.part1 li:nth-child(2n) {
	margin-right: 0;
}
ul.part2 li {
	float: none;
	width: auto;
	margin-right: 0;
}
}
ul.other li:last-child {
	margin-right: 0;
}
ul.other li .text {
	margin: -40px 20px 0 20px;
	padding: 20px 10px;
	background: #FFF;
	position: relative;
	z-index: 999;
}
ul.other li .text h3 {
	text-align: center;
	margin: 0 0 15px 0;
	font-size: 18px;
}
ul.other li .text h3 span {
	display: block;
	font-size: 70%;
	opacity: 0.5;
}
ul.other li .text p a {
	color: #2D170C
}
@media only screen and (max-width:736px) {
ul.other li .text h3 {
	font-size: 15px;
}
ul.other li .text p a {
	margin: 0 auto !important;
	width: 200px;
}
}
ul.plan-list li .text p.more, ul.fair-list li .text p.more {
	float: right;
	margin: 50px 0 0 0;
}
ul.fair-list li .pic {
	width: 30%;
}
@media only screen and (max-width:736px) {
ul.plan-list li .text p.more, ul.fair-list li .text p.more {
	float: left;
	margin: 20px 0 0 0;
}
ul.fair-list li .pic {
	width: 45%;
	margin-right: 20px;
}
#blog, #news {
	margin: 50px 0 0 0;
}
}
ul.fair-list li .text i {
	position: static !important;
	border: 1px solid #BE1E2D !important;
	color: #BE1E2D !important;
	background: none !important;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	font-weoght: 500;
}
ul.news-list {
	max-width: 736px;
	margin: 0 auto;
}
ul.news-list li .pic {
	width: 15%;
}
ul.news-list li .text div:first-child {
	opacity: 0.5;
	font-size: 80%;
}
ul.news-list li .text a {
	font-size: 120%;
	text-decoration: underline;
}
ul.news-list li img {
	height: auto !important;
}
@media only screen and (max-width:736px) {
ul.news-list li .pic {
	width: 25%;
	margin-right: 20px;
}
ul.news-list li .text a {
	font-size: 15px !important;
}
}
a.sbi_load_btn,
.sbi_follow_btn,
.sb_instagram_header,
#sbi_mod_error{
	display:none !important;
}
#sb_instagram{
	max-width:1200px;
	margin:0 auto;
}
