@charset "utf-8";
/* HEADER*/
.box, .campaign {
	opacity: 0;
}
.slideUp {
	opacity: 1;
	animation: slideUp 1s ease-in-out forwards;
}
 @keyframes slideUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 10%, 0);
 transform: translate3d(0, 10%, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
.fadeIn {
	opacity: 1;
	animation: fadeIn 1s ease-in-out forwards;
}
body#top {
	background: url(../img/top/back.png) center top;
}
@keyframes fadeIn {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
body {
	margin: 0;
	color: #3C2415;
}
.contents {
	max-width: 1200px;
	margin: 0 auto;
}
.contents-bridal {
	max-width: 1024px;
	margin: 0 auto;
	padding:0 50px;
}
p.insta {
	max-width: 25px;
	margin: 20px 0 0 0;
}
@media only screen and (max-width:769px) {
p.insta {
	max-width: 30px;
	margin: 20px auto 0 auto;
}
.contents-bridal {
	padding:0 15px;
}
}
img {
	max-width: 100%;
}
#header:before, #header:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}
header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	background: #FFF;
}
p.logo {
	float: left;
	width: 250px;
	padding: 15px 30px 10px 30px;
	box-sizing: border-box;
	position: relative;
	z-index: 9999;
}
#globalnavi {
	float: right;
	width: 80%;
	box-sizing: border-box;
	text-align: right;
}
@media only screen and (max-width:1350px) {
#globalnavi {
	float:none;
	width:auto;
}

}
@media only screen and (max-width:769px) {
p.logo {
	float: none;
	width: auto;
	padding: 10px 20px;
	text-align: center;
}
#globalnavi {
	float: none;
	width: auto;
	margin: 20px 0 0 0;
}
}
ul.under-nav {
	float: right;
	margin: 20px 20px 0 0;
}
ul.under-nav li {
	float: left;
	text-align: center;
	position: relative;
}
ul.under-nav li a {
	font-weight: 500;
	font-size: 16px;
	padding: 5px 20px;
	display: block;
	color: #2D170C;
	border-right: 1px solid rgba(255,255,255,.2);
	transition: all 0.3s ease-in-out;
}
ul.under-nav li a:hover {
	opacity: 0.7;
}
ul.under-nav li:nth-last-child(2) a {
	border-right: none;
}
ul.under-nav li:last-child {
	margin-left: 20px;
}
ul.under-nav li:last-child a {
	border: 1px solid rgba(45,23,12,.5);
}
ul.under-nav li:last-child a:hover {
	background: rgba(45,23,12,1);
	color: #FFF;
}
 @media only screen and (max-width:1350px) {
ul.under-nav li:last-child {
	margin-left: 0;
}
ul.upper-nav, ul.under-nav {
	float: none;
}
ul.under-nav li:last-child a {
	border: none;
}
ul.under-nav li a {
	border-right: none;
}
ul.under-nav li {
	float: none;
	text-align: left;
}
ul.under-nav {
	margin: 0;
}
ul.under-nav li a {
	font-size: 13px;
	padding: 7px 20px;
	position: relative;
	color: #FFF;
}
ul.under-nav li a:after {
	content: ">";
	position: absolute;
	top: 10px;
	right: 20px;
	display: block;
	transform: scale(0.8, 1)
}
}
/*子階層以降共通*/
ul.under-nav li li {
	height: 0;
	overflow: hidden;
	transition: .5s;
	text-align: left;
	float: none;
}
ul.under-nav li li a {
	border: none;
}
ul.under-nav li ul li:last-child {
	margin-left: 0 !important;
}
ul.under-nav li ul li:last-child a {
	border: none;
}
ul.under-nav li:hover > ul > li {
	height: 2rem;
	overflow: visible;
	padding-bottom: 10px !important;
}
ul.under-nav li ul {
	left: 100%;
	position: absolute;
	top: 40px;
	width: 220%;
	left: 0;
	background: #FFF;
}
@media only screen and (max-width:1350px) {
ul.under-nav li ul {
	display: none !important;
}
ul.under-nav li li {
	height: auto;
	overflow: inherit;
	transition: .5s;
	text-align: left;
	float: none;
}
ul.under-nav li li a:after {
	content: ">";
	position: absolute;
	top: 10px;
	right: 20px;
	display: block;
	transform: scale(0.8, 1);
	color: #FFF
}
ul.under-nav li li a {
	border: none;
}
ul.under-nav li:hover > ul > li {
	height: auto;
	overflow: visible;
	padding-bottom: 10px !important;
}
ul.under-nav li ul {
	position: static;
}
}
a#btn span {
	background: #FFF;
	width: 18px;
	height: 2px;
	display: block;
	position: relative;
	top: 11px;
	left: 4px;
}
a#btn span:before {
	content: "";
	display: block;
	position: absolute;
	top: -7px;
	background: #FFF;
	width: 18px;
	height: 2px;
	transition: all 0.3s ease-in-out;
}
a#btn span:after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	background: #FFF;
	width: 18px;
	height: 2px;
	transition: all 0.3s ease-in-out;
}
a#btn span.change {
	height: 0;
}
a#btn span.change:before {
	transform: rotate(-45deg);
	top: 0;
}
a#btn span.change:after {
	transform: rotate(45deg);
	top: 0;
}
a#btn {
	display: none;
	margin: 0;
	position: absolute;
	right: 15px;
	top: 10px;
	padding: 0;
	cursor: pointer;
	width: 36px;
	height: 36px;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 50%;
	z-index: 9999;
	background: #321300
}
@media only screen and (max-width:1350px) {
p.spnav {
	display: block;
}
p.logo img {
	max-width: 150px;
}
p.logo span {
	font-size: 10px;
	top: -6px;
}
a#btn img {
	max-width: 100%;
}
a#btn, p#close {
	display: block;
}
}
@media only screen and (max-width:769px) {
p {
	font-size: 13px;
}
input[type=text], textarea, input[type=button] {
	-webkit-appearance: none;
}
}
ul.sns {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}
ul.sns li {
	width: 30px;
	margin-bottom: 20px;
}
ul.sns li:last-child {
	margin: 0;
}
@media only screen and (max-width:769px) {
ul.sns {
	left: 10px;
	position: absolute;
}
ul.sns li {
	width: 25px;
	margin-bottom: 10px;
}
}
/*==========================================FOOTER======================================================*/

.pc {
	display: block;
}
.sp {
	display: none !important;
}
@media only screen and (max-width:769px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
#kv {
	width: 100%;
}
}
#catch h1 {
	text-align: center;
	color: #BE1E2D;
	padding: 70px 0;
	font-weight: 500;
	font-size: 26px;
}
#catch h1 span {
	font-size: 24px;
}
@media only screen and (max-width:769px) {
#catch h1 {
	font-size: 18px;
	padding: 10px 20px 25px 20px;
	font-weight: 500;
}
#catch h1 span {
	font-size: 16px;
}
}
h2.title:before {
	content: "";
	background: url(../img/common/icon-title.png) no-repeat;
	background-size: 55px auto;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 25px;
	left: 50%;
	margin: 0 0 0 -27px;
}
@media only screen and (max-width:769px) {
h2.title:before {
	content: "";
	background: url(../img/common/icon-title.png) no-repeat;
	background-size: 30px auto;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -15px;
}
}
h2.title span {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	color: rgba(60,36,21,.5);
	font-size: 30%;
	margin: 0 0 10px 0;
}
h2.title {
	text-align: center;
	color: #3C2415;
	padding: 100px 0 50px 0;
	position: relative;
	font-size: 28px;
}
@media only screen and (max-width:769px) {
h2.title {
	text-align: center;
	color: #3C2415;
	padding: 50px 0 25px 0;
	position: relative;
	font-size: 20px;
}
h2.title span {
	font-size: 50%;
}
}
h2.title2 {
	text-align: center;
	color: #3C2415;
	padding: 50px 0 50px 0;
	position: relative;
	font-size: 28px;
}
h2.title2:before {
	content: "";
	background: #2D170C;
	width: 25px;
	height: 2px;
	position: absolute;
	left: 50%;
	margin: -20px 0 0 -12px;
}
@media only screen and (max-width:769px) {
h2.title2 {
	padding: 0 0 25px 0;
	font-size: 18px;
}
h2.title2:before {
	margin: -10px 0 0 -10px;
	width: 20px;
}
}
p.more2 {
	opacity: 0;
	animation: change3 1s ease-in-out forwards;
	position: relative;
	left: -20px;
	margin: 25px auto 100px 0;
	text-align: center;
}
p.more2 a {
	background: linear-gradient(45deg, #DD283A, #A91B28);
	color: #FFF;
	padding: 15px 15px;
	font-weight: bold;
	position: relative;
	width: 300px;
	display: block;
	font-size: 18px;
	transition: all 0.3s ease-in-out;
	border: 2px solid #FFF;
}
p.more2 a:before {
	content: "";
	position: absolute;
	display: block;
	top: 5px;
	left: 5px;
	border: 2px solid #BE1E2D;
	width: 100%;
	height: 100%;
	z-index: -1;
}
p.more2 a:after {
	content: ">";
	display: inline-block;
	transform: scale(0.9, 1);
	font-weight: bold;
	margin: 0 0 0 10px;
}
p.more2 a:hover {
	background: #FFF;
	border: 2px solid #C23739;
	color: #C23739;
}
@keyframes change3 {
 0% {
 opacity:0;
 left:-20px;
}
 100% {
 opacity:1;
 left:0;
}
}
@media only screen and (max-width:769px) {
p.more2 {
	margin: 10px 0 50px 0;
}
p.more2 a {
	font-size: 15px;
	padding: 20px 0;
}
}
/*=======================================================*/
footer {
	text-align: center;
	color: #999;
	margin: 0;
	padding: 100px 0 50px 0;
	background: url(../img/common/back2.jpg) repeat-x center top;
	overflow: hidden;
	clear: both;
}
footer p {
	font-size: 14px;
}
footer .contents {
	overflow: hidden;
	clear: both;
}
footer .contents-left {
	width: 48%;
	float: left;
	text-align: left;
}
footer .contents-left ul li a {
	color: #FFF;
	line-height: 240%;
}
footer .contents-left ul.footnav1 {
	margin-bottom: 20px;
	float: left;
}
footer .contents-left ul.footnav2 {
	float: left;
	margin-left: 100px;
}
footer .contents-left p {
	clear: both;
	overflow: hidden;
	margin: 280px 0 100px 0;
	color: #FFF;
	opacity: 0.7
}
footer .contents-left p a {
  text-decoration: underline;
  color: #FFF;
}
footer .contents-left p a:hover {
  text-decoration: none;
}
footer .contents-left ul.footnav2 li {
	line-height: 200%;
}
footer .contents-left ul.footnav1 li {
	line-height: 200%;
}
footer .contents-right {
	width: 51%;
	float: right;
	text-align: left;
}
footer p.copyright {
	font-size: 11px;
}
.map {
	height: 250px;
}
.map-text {
	color: #FFF;
}
.map-text .scope {
	text-align: right;
	margin: 5px 0 0 0;
}
.map-text .scope:after {
	content: "+";
	margin-left: 5px;
}
.map-text .scope a {
	color: #FFF;
}
 @media only screen and (max-width:769px) {
#photogallery {
	margin: 50px 0 50px 0;
}
.map {
	height: 250px;
}
.map-text {
	color: #FFF;
	padding-bottom: 20px;
}
}
.map-text h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.map-text p {
	margin-bottom: 15px;
}
.map-text p small {
	font-size: 14px;
}
@media only screen and (max-width:769px) {
.map-text h3 {
	font-size: 15px;
}
.map-text p {
	font-size: 12px;
}
.map-text p small {
	font-size: 11px;
}
}
#bottom {
	background: #F7F7F7;
	padding: 100px 0;
	overflow: hidden;
	clear: both;
}
.bottomlink {
	max-width: 1200px;
	margin: 0 auto;
}
.bottomlink ul {
	overflow: hidden;
	clear: both;
}
.bottomlink ul li {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.bottomlink ul li:nth-child(3n) {
	margin-right: 0;
}
.bottomlink ul li a {
	transition: all 0.3s ease-in-out;
}
.bottomlink ul li a:hover {
	opacity: 0.7;
}
.bottomlink ul li span {
	background: #F7F7F7;
	position: relative;
	top: -20px;
	padding: 20px;
}
 @media only screen and (max-width:736px) {
#bottom {
	padding: 25px 0;
}
.bottomlink ul {
	margin: 0;
}
.bottomlink ul li {
	float: none;
	width: auto;
	margin: 0 20px !important;
	text-align: center;
	position: relative;
	line-height: 0;
}
.bottomlink ul li a {
	display: block;
}
.bottomlink ul li:before {
	content: "";
	background: rgba(0,0,0,.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.bottomlink ul li span {
	font-size: 15px;
	padding: 10px;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	color: #FFF;
	background: none;
}
}
@media only screen and (max-width:769px) {
footer .contents-left ul.footnav1 {
	margin-bottom: 0;
	float: none;
}
footer .contents-left ul.footnav2 {
	overflow: hidden;
	clear: both;
	float: none;
	margin: 0;
}
footer .contents-left p {
	margin: 20px 20px;
}
footer .contents-left ul.footnav1 li a {
	border-bottom: 1px solid #666;
	display: block;
	padding: 10px 20px;
	font-size: 13px;
}
footer .contents-left ul.footnav1 li a:after {
	content: ">";
	float: right;
}
footer .contents-left ul.footnav2 li {
	float: left;
	width: 50%;
}
footer .contents-left ul.footnav2 li a {
	border-bottom: 1px solid #666;
	color: #FFF;
	font-size: 12px;
	display: block;
	padding: 10px 20px;
}
footer .contents-left ul.footnav2 li:nth-child(1) a, footer .contents-left ul.footnav2 li:nth-child(3) a, footer .contents-left ul.footnav2 li:nth-child(5) a, footer .contents-left ul.footnav2 li:nth-child(7) a, footer .contents-left ul.footnav2 li:nth-child(9) a {
	border-right: 1px solid #666;
}
footer {
	text-align: center;
	color: #999;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
footer p {
	font-size: 12px;
}
footer .contents {
	overflow: hidden;
	clear: both;
}
footer .contents-left {
	width: auto;
	float: none;
	text-align: left;
}
footer .contents-left ul li a {
	color: #FFF;
	line-height: 180%;
}
footer .contents-right {
	width: auto;
	float: none;
	text-align: left;
	padding: 20px;
}
footer p.copyright {
	background: #FFF;
	padding: 50px 0 100px 0;
}
}
ul.costume-list {
	margin: 0 auto 0 auto;
	padding: 25px 0 0 0;
	overflow: hidden;
	clear: both;
	max-width: 1200px;
}
ul.costume-list li {
	float: left;
	width: 15%;
	margin-right: 2%;
	margin-bottom: 1.5% !important;
}
ul.costume-list li:nth-child(6n) {
	margin-right: 0;
	display: block !important
}
@media only screen and (max-width:769px) {
ul.costume-list {
	margin: 0 0 0 20px;
	padding: 25px 0 0 0;
	overflow: hidden;
	clear: both;
}
ul.costume-list li:last-child {
	display: block;
}
ul.costume-list li {
	float: left;
	width: 30%;
	margin-right: 2.5%;
	margin-bottom: 0 !important;
}
}
#contact-wrap {
	background: #C23538 url(../img/common/contact-back.jpg) no-repeat;
	text-align: center;
	padding: 50px 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	border-top: 1px solid #FFF;
}
#contact-wrap ul {
	display: inline-block;
}
#contact-wrap ul li {
	float: left;
	margin: 0 20px;
}
#contact-wrap ul li a:after {
	content: ">";
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif !important;
	display: inline-block;
	transform: scale(0.8, 1);
}
#contact-wrap ul li a {
	background: #C23538;
	display: block;
	padding: 15px 40px;
	border: 1px solid #FFF;
	color: #FFF;
	box-shadow: 0 0 30px #8F2729;
	transition: all 0.3s ease-in-out;
	font-weight: 500;
}
#contact-wrap ul li a:hover {
	opacity: 0.7;
}
#contact-wrap ul li.fair-btn a {
	background: #FFF !important;
	color: #C23538 !important;
}
 @media only screen and (max-width:769px) {
#contact-wrap {
	padding: 25px 0 15px 0;
}
#contact-wrap ul {
	display: block;
}
#contact-wrap ul li ul {
	position: fixed;
	bottom: 0;
	background: #FFF;
	width: 100%;
	left: 0;
	padding: 10px;
	box-sizing: border-box;
	z-index: 9999;
}
#contact-wrap ul li {
	float: none;
	margin: 0 20px 20px 20px;
	font-size: 15px;
}
   
#contact-wrap ul li ul{
display: flex;
}
#contact-wrap ul li ul li {
  flex: 1 1 auto;
	margin: 0;
}
#contact-wrap ul li ul li:not(:last-child){
  margin-right: 8px;
}
#contact-wrap ul li ul li a {
	padding: 0 10px;
	box-shadow: none;
	font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
#contact-wrap ul li ul li:first-child a {
	background: #FFF;
	box-shadow: inset 0 0 0 1px #C23538;
	color: #C23538;
}
#contact-wrap ul li ul li:last-child a {
	background: #CAA33C;
	color: #FFF;
}
#contact-wrap ul li ul li a[href^="tel"]::after{
  content: none;
}
#contact-wrap ul li ul li a[href^="tel"] span{
  display: none;
}
body#nofix #contact-wrap ul li ul {
	position: static !important;
	padding: 0 !important;
	overflow: hidden;
	clear: both;
	background: none !important;
}
}
#calendar{
	padding:0 50px;
}
 @media only screen and (max-width:769px) {
	 #calendar{
	padding:0;
}
 }
table.table {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
table.table th, table.table td {
	border-bottom: 1px solid #EEE;
	padding: 10px 0;
	color: #333;
	position: relative;
}
table.table.calendar td strong {
	position: absolute;
	top: 10px;
	left: 10px;
	font-weight: bold;
}
table.table.calendar td {
	border: 1px solid #EEE;
	vertical-align: top;
	width: 80px;
}
.week {
	text-align: center;
}
 @media only screen and (max-width:736px) {
	/*
	 table.table.calendar tr{
		 display:inline-block;
		 height:100%;
	 }
	 .week {
		 display:none;
	 }
	  table.table.calendar tr, table.table.calendar td {
		  vertical-align:top !important;
	  }
	  */
	 table.table th, table.table td {
		 padding:5px;
	 }

table.table.calendar td {
	min-width: 200px;
	white-space:normal !important;
}	
 /*
table.table.calendar td:first-child strong:after{
	content:"(日)";
	color:#BE1E2D;
}
table.table.calendar td:nth-child(2) strong:after{
	content:"(月)";
}
table.table.calendar td:nth-child(3) strong:after{
	content:"(火)";
}
table.table.calendar td:nth-child(4) strong:after{
	content:"(水)";
}
table.table.calendar td:nth-child(5) strong:after{
	content:"(木)";
}
table.table.calendar td:nth-child(6) strong:after{
	content:"(金)";
}
table.table.calendar td:nth-child(7) strong:after{
	content:"(土)";
	color:#0000ff;
}
*/
table.table.calendar td strong {
	font-size:120%;
	display:block;
	margin-bottom:10px;
}
}
table.table.calendar td.today {
	border: 2px solid #CCC;
}
table.table.calendar td p {
}
table.table.calendar td small {
	display: block;
	font-size: 12px;
	padding: 0 10px;
	color: #BE1E2D;
}
table.table.calendar td a.calendarlink {
	padding: 10px 10px 0 10px;
	display: block;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
}
table.table.calendar td a.calendarlink:hover {
	color: #BE1E2D;
}
.calendar-wrap {
	max-width: 1200px;
	margin: 25px auto 10px auto;
	clear: both;
	overflow: hidden;
}
.calendar-wrap2 {
	max-width: 1200px;
	margin: 10px auto 50px auto;
	clear: both;
	overflow: hidden;
}
 @media only screen and (max-width:736px) {
table.table.calendar {
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	margin:0 0 0 20px !important;
}
.calendar-wrap2 {
	margin: 10px 15px;
}
table.table.calendar td small{
	padding:5px;
}
}
.prev-c {
	background: none;
	border: none;
	float: left;
	font-weight: bold;
	transform: scale(0.8, 1);
	cursor: pointer;
}
.next-c {
	background: none;
	border: none;
	float: right;
	font-weight: bold;
	transform: scale(0.8, 1);
	cursor: pointer;
}
.none {
	display: none !important;
}
select#event_date + br{
	display:none !important;
}
 @media only screen and (max-width:736px) {
table.table {
	max-width: 1200px;
	margin: 0 20px;
	width: auto;
}
.submit_btn {
	text-align: center;
	margin: 25px auto 50px auto;
}
.submit_btn input[type=submit] {
	font-size: 16px;
}
.contact-table td input[type=text], .contact-table td textarea {
	font-size: 13px;
}
.contact-wrap {
	margin: 0 20px;
}
table.table {
}
table.table th, table.table td {
	font-size: 11px;
}
table.table th {
	width: 80px;
}
.contact-table tr, .contact-table th, .contact-table td {
	width: 100% !important;
	display: block;
}
.contact-table {
	margin: 0 !important;
	width: 100% !important;
}
form {
	padding: 0 20px;
	box-sizing: border-box;
}
.contact-table th {
	border-bottom: none !important;
	padding-bottom: 5px !important;
}
.req {
	margin-right: 0;
}
}
#pagetop{
	position:fixed;
	right:20px;
	bottom:20px;
	width:50px;
}
 @media only screen and (max-width:736px) {
	 #pagetop{
	position:fixed;
	right:10px;
	bottom:60px;
	width:25px;

 }
   
/*ドレスギャラリー　調性*/
@media only screen and (max-width:769px) {
ul.costume-list li {
  height: 45.8vw;
}
}

  