@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* mainVisual */
#mainVisual {
	position: relative;
	z-index: 2;
	background: #ECF1F2;
}
#mainVisual img {
	width: 100%;
}

#mainVisualPc {
	position: relative;
	margin-bottom: 20px;
	z-index: 2;
}

#mainVisualPc p {
	float: left;
	width: 33.33333%;
}

#mainVisualPc img {
	width: 100%;
}


@media only screen and (max-width:768px) {
	.navArea {
		z-index: 1;
	}
	.navArea:before {
		top: -50px;
		padding-top: 50px;
	}

#mainVisualSp {
	position: relative;
	margin-bottom: 20px;
	z-index: 2;
}

#mainVisualSp p {
}

#mainVisualSp img {
	width: 100%;
}
}

/* news */
#news {
	width: 100%;
	background: #ECF1F2;
	float: left;
	padding: 60px 0;
}
#newsList li { width: 300px; float: left; margin-right: 20px; background: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
#newsList li:last-child { margin-right: 0; }
.newsText { height: 280px !important; padding: 15px; font-size: 14px; line-height: 1.5em; }
.newsText span { display: block; width: 100%; text-align: center; font-size: 18px; margin-bottom: 15px; font-weight: bold; }
.newsText br { display: none; }
.newsText img { display: none;}
#newsList .col-md-4 {
	padding: 0 !important;
}
#news h2 {
	width: 900px;
	margin: 0 auto 30px;
	text-align: center;
	font-family: 'Sawarabi Mincho', serif;
	font-size: 32px;
	display: flex;
	align-items: center;
		
}
#news h2:before, #news h2:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #D6D6D6;
	display: block;
}
#news h2:before {
	margin-right: .8em;
}
#news h2:after {
	margin-left: .8em;
}
@media only screen and (max-width:768px) {
	#news {
		width: 100%;
		background: #ECF1F2;
		float: left;
		padding: 30px 0;
	}
	#newsList li { width: 100%; margin-right: 0; margin-bottom :15px; }
	#newsList li:last-child { margin-right: 0; }
	.newsPhoto {
		display: none; 
	}
	.newsText { height: auto !important; padding: 10px; font-size: 12px; line-height: 1.5em; width: 100%; float: right; box-sizing: border-box;}
	.newsText span { display: block;  text-align: center; font-size: 16px; margin-bottom: 10px; font-weight: bold; }
	.newsText br { display: none; }
	.newsText img { display: block; float: left; width: 100px; height: auto; margin: 0 10px 0 0;}
	#news h2 {
		width: 100%;
		font-size: 16px;
	}
}

/*origin,guide,bridal*/
#origin,#guide {
	width: 100%;
	float: left;
	padding: 60px 0 0;
	text-align: center;
}
#bridal {
	width: 100%;
	float: left;
	padding: 60px 0;
	text-align: center;
}
@media only screen and (max-width:768px) {
#origin,#guide {
	padding: 30px 0 0;
}
#bridal {
	padding: 30px 0;
}
	}

/* linkmenu */
#linkmenu {
	width: 100%;
	background: #ECF1F2;
	float: left;
	padding: 60px 0;
	text-align: center;
}
#linkmenu li { display: inline-block; margin: 30px; background: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

@media only screen and (max-width:768px) {
	#linkmenu {
		padding: 30px 0 0;
	}
	#linkmenu li { 
	margin: 0 0 30px; }
}

/* event */
#event {
	width: 100%;
	background: #323232;
	float: left;
	padding: 60px 0;
	text-align: center;
}
.eventTitle { margin-bottom: 30px; }
#event li .eventListItem {  display: inline-block; margin: 30px; }

@media only screen and (max-width:768px) {
	#event {
		padding: 30px 0 0;
	}
	#event li .eventListItem { 
		width: 100px;
		margin: 0 0 30px;
	}
}
/* map */
#map {
	width: 100%;
	float: left;
	padding: 60px 0;
}
#map h2 {
	width: 900px;
	margin: 0 auto 30px;
	text-align: center;
	font-family: 'Sawarabi Mincho', serif;
	font-size: 32px;
	display: flex;
	align-items: center;
		
}
#map h2:before, #map h2:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #D6D6D6;
	display: block;
}
#map h2:before {
	margin-right: .8em;
}
#map h2:after {
	margin-left: .8em;
}
@media only screen and (max-width:768px) {
#map {
		padding: 30px 0;
	}
	#map h2 {
		width: 100%;
		margin: 0 auto 30px;
		font-size: 16px;
			
	}
}

/* common */
					.pageMain {
						width: 100%;
						position: relative;
						height: 400px;
						overflow: hidden;
					}
					.pageMain img {
						position: absolute;
						top: 50%;
						left: 50%;
						-webkit-transform: translate(-50%, -50%);
						-ms-transform: translate(-50%, -50%);
						transform: translate(-50%, -50%);
						width: 100%;
						height: auto;
					}
					.pageMainTitle {
						width: 100%;
						position: absolute;
						text-align: center;
						
					}
					.pageMainTitle img {
						width: 400px;
						top: 200px;
					}
	.contentsBlock {
	position: relative;
	max-width: 1260px;
	margin-right: auto;
	margin-left: auto;
		padding: 60px 20px;
	}
					.contentsBlock h2 {
	width: 900px;
	margin: 0 auto 30px;
	text-align: center;
	font-family: 'Sawarabi Mincho', serif;
	font-size: 32px;
	display: flex;
	align-items: center;
		
}
.contentsBlock h2:before, .contentsBlock h2:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #D6D6D6;
	display: block;
}
.contentsBlock h2:before {
	margin-right: .8em;
}
.contentsBlock h2:after {
	margin-left: .8em;
}
.contentsBlockRow {
	width: 100%;
	float: left;
	border-top: solid 1px #D6D6D6;
	margin: 30px 0 0;
	padding: 30px 0 0;
}
.contentsBlockRow:first-child {
	margin: 0;
	padding: 0;
	border: none;
}
.contentsBlockRowTitle3 {
	font-size: 20px;
	font-weight: bold;
}
.col-md-6 {
	width: 50%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}
.col-md-2 {
	width: 20%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}
.col-md-10 {
	width: 80%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}
.col-md-3 {
	width: 25%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}
.col-md-9 {
	width: 75%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}
.col-md-4 {
	width: 30%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}
.col-md-8 {
	width: 70%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}
.col-md-5 {
	width: 40%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}
.col-md-7 {
	width: 60%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}
.fwb p {
	font-weight: bold !important;
}
.tac {
	text-align: center;
}
.list--square li {
    margin-left: 1.5em;
    position: relative;
}
.list--square li:before {
    content: '■';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -1.5em;
    color: #FC937F;
}
.monthEvent .tac {
		padding: 15px;
}

.squareBtnWrapper {
  width: 100%;
  padding: 40px 0;
  text-align: center; }
.squareBtnWrapper .squareBtn {
display: inline-block;
position: relative;
width: 318px;
height: 86px;
padding: 4px 4px 1px;
color: #fff;
text-decoration: none !important;
background: #caa642;
text-decoration: none !important;
background: linear-gradient(to bottom, #caa642 0%, #a9831f 100%); }

.squareBtnWrapper .squareBtn .squareBtnInner {
  border: 2px solid #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 320px;
  height: 48px; }
	
.squareBtnWrapper .squareBtn:hover {
  background: linear-gradient(to bottom, #d5b96a 0%, #d4a427 100%); }
.squareBtnWrapper--syayukai .squareBtn .squareBtnInner {
height: 78px; }
.squareBtnWrapper--thin .squareBtn {
height: 56px; }
.squareBtnWrapper--thin .squareBtn .squareBtnInner {
  height: 48px; }
.squareBtnWrapper--reserve .squareBtn {
height: 60px;
background: linear-gradient(to bottom, #cc5835 0%, #a83311 100%); }
.squareBtnWrapper--reserve .squareBtn .squareBtnInner {
  height: 52px; }
.squareBtnWrapper--reserve .squareBtn:hover {
  background: linear-gradient(to bottom, #d67a5e 0%, #d64116 100%); }

.bannerArea {
  width: 100%; }
  .bannerArea a {
    display: block;
    max-width: 360px;
    margin: 0 auto; }
    @media only screen and (min-width: 992px) {
      .bannerArea a {
        height: 86px; } }
    .bannerArea a:hover {
      opacity: .7; }
  @media only screen and (min-width: 992px) {
    .bannerArea .list.list--banner {
      max-width: 747px;
      margin: 0 auto; }
      .bannerArea .list.list--banner:before, .bannerArea .list.list--banner:after {
        content: "";
        display: table; }
      .bannerArea .list.list--banner:after {
        clear: both; }
      .bannerArea .list.list--banner {
        *zoom: 1; } }
  .bannerArea .list.list--banner .listItem {
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px) {
      .bannerArea .list.list--banner .listItem {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 20px; } }
    .bannerArea .list.list--banner .listItem:last-child {
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) {
        .bannerArea .list.list--banner .listItem:last-child {
          margin-right: 0; } }


dl,dt,dd {
	
	box-sizing: border-box;
}
.dlList dt { float: left; margin-right: 30px; }


.list--shikishidaiList {
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .list--shikishidaiList {
      max-width: 650px;
      margin: 10px auto 0; }
      .list--shikishidaiList:before, .list--shikishidaiList:after {
        content: "";
        display: table; }
      .list--shikishidaiList:after {
        clear: both; }
      .list--shikishidaiList {
        *zoom: 1; } }
  .list--shikishidaiList > .listItem {
    border-bottom: 1px solid #000; }
    @media only screen and (min-width: 992px) {
      .list--shikishidaiList > .listItem {
        border: none;
        float: left;
        margin-left: 1.37%; }
        .list--shikishidaiList > .listItem:first-child {
          margin-left: 0; } }
    .list--shikishidaiList > .listItem span {
      display: block;
      padding: 4px 0; }
      @media only screen and (min-width: 992px) {
        .list--shikishidaiList > .listItem span {
          display: none; } 
    .list--shikishidaiList > .listItem div {
      display: inline-block;
      width: 46px;
      height: 176px;
      text-align: center;
      padding-top: 10px; }}
      @media only screen and (min-width: 992px) {
        .list--shikishidaiList > .listItem div {
          background: url(../img/shikishidaiBg.jpg) no-repeat; } }
      .list--shikishidaiList > .listItem div img {
        display: none; }
        @media only screen and (min-width: 992px) {
          .list--shikishidaiList > .listItem div img {
            display: inline; } }

.goshinkanochikaiTime {
  width: 100%;
  display: table; }
  @media only screen and (min-width: 992px) {
    .goshinkanochikaiTime {
      margin-top: 16px;
      display: block; } }
  .goshinkanochikaiTime dl {
    width: 100%;
    text-align: center;
    display: table-row-group; }
    @media only screen and (min-width: 992px) {
      .goshinkanochikaiTime dl {
        width: 70px;
        display: block;
        float: left; } }
    .goshinkanochikaiTime dl dt, .goshinkanochikaiTime dl dd {
      display: table-cell;
      padding: 8px 0; }
      @media only screen and (min-width: 992px) {
        .goshinkanochikaiTime dl dt, .goshinkanochikaiTime dl dd {
          display: block; } }
    .goshinkanochikaiTime dl dt {
      font-weight: normal;
      background: url(../img/monthBg01.jpg) no-repeat;
      background-position: center; }
    .goshinkanochikaiTime dl dt.late {
      background: url(../img/monthBg02.jpg) no-repeat;
      background-position: center; }

div.timeScheduleTitle01 {
  width: 100%;
  height: 69px;
  background: url(../img/tiemTableTitle01.jpg) no-repeat;
  background-position: center;
  background-size: contain; }
  @media only screen and (min-width: 992px) {
    div.timeScheduleTitle01 {
      display: none; } }

div.timeScheduleTitle02 {
  width: 100%;
  height: 69px;
  margin-top: 30px;
  background: url(../img/tiemTableTitle02.jpg) no-repeat;
  background-position: -21px;
  background-size: contain; }
  @media only screen and (min-width: 992px) {
    div.timeScheduleTitle02 {
      display: none; } }

.timeScheduleSp {
  display: table;
  border-top: 1px solid #ddd; }
  @media only screen and (min-width: 992px) {
    .timeScheduleSp {
      display: none; } }
  .timeScheduleSp dl {
    margin: 0;
    display: table-row-group; }
    .timeScheduleSp dl:before, .timeScheduleSp dl:after {
      content: "";
      display: table; }
    .timeScheduleSp dl:after {
      clear: both; }
    .timeScheduleSp dl {
      *zoom: 1; }
  .timeScheduleSp dt, .timeScheduleSp dd {
    display: table-cell;
    padding: 20px 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    vertical-align: middle; }
  .timeScheduleSp dt {
    width: 20%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }
  .timeScheduleSp dd {
    width: 80%;
    border-right: 1px solid #ddd; }
  .timeScheduleSp dd.empty {
    background: url(../img/flowTableBg01.jpg); }
  .timeScheduleSp dl.ceremony dd, .timeScheduleSp dl.ceremony dt {
    background: url(../img/flowTableBg02.jpg); }

.timeSchedule {
  display: none; }
  @media only screen and (min-width: 992px) {
    .timeSchedule {
      display: block; } }
  .timeSchedule dl {
    margin: 0;
    border-top: 1px solid #ddd; }
    .timeSchedule dl:before, .timeSchedule dl:after {
      content: "";
      display: table; }
    .timeSchedule dl:after {
      clear: both; }
    .timeSchedule dl {
      *zoom: 1; }
    .timeSchedule dl:nth-child(1) {
      border: none; }
      .timeSchedule dl:nth-child(1) dt, .timeSchedule dl:nth-child(1) dd {
        border: none; }
    .timeSchedule dl:nth-child(12) {
      border-bottom: 1px solid #ddd; }
  .timeSchedule dt, .timeSchedule dd {
    float: left;
    min-height: 60px;
	line-height: 60px;
    padding: 0;
    text-align: center; }
  .timeSchedule dt {
    width: 10%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }
  .timeSchedule dd {
	  font-size: 14px;
    width: 45%;
    border-right: 1px solid #ddd; }
  .timeSchedule .timeScheduleTitle01 {
    border: none;
    background: url(../img/tiemTableTitle01.jpg) no-repeat;
    background-position: center center;
    background-size: contain; }
  .timeSchedule .timeScheduleTitle02 {
    background: url(../img/tiemTableTitle02.jpg) no-repeat;
    background-position: center center;
    background-size: contain; }
  .timeSchedule dd.empty {
    background: url(../img/flowTableBg01.jpg); }
  .timeSchedule dl.ceremony dd, .timeSchedule dl.ceremony dt {
    background: url(../img/flowTableBg02.jpg); }


.bridalReservationWrapper {
  display: none; }


.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;	position: relative;
	display: block;
	padding: 10px 15px;
color: #333;
	border: 1px solid #ddd;

}
.nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.tab-content > .tab-pane {
	display: none;
padding-top: 80px;
}

.tab-content > .active {
	display: block;
}
.reservationConfirm {
  display: table;
  width: 100%;
  font-weight: normal; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .reservationConfirm {
      max-width: 992px;
      margin: 0 auto; } }

span.hasReservation {
  font-weight: bold;
  color: #f92800; }

span.tentative {
  font-weight: bold;
  color: #09f; }

.rsvResultBlock {
width: 900px;
  display: none;
  margin: 30px auto; }
  .rsvResultBlock .nav.nav-tabs > li {
    width: 50%;
    border-top: 1px solid #ddd; }
    .rsvResultBlock .nav.nav-tabs > li a {
      margin-right: 0;
      text-align: center;
      border-radius: 0; }
      @media only screen and (min-width: 992px) {
        .rsvResultBlock .nav.nav-tabs > li a {
           } }
    .rsvResultBlock .nav.nav-tabs > li.active {
      border-color: #b04422; }
      .rsvResultBlock .nav.nav-tabs > li.active a {
        color: #fff;
        background-color: #b04422;
        border-color: #b04422; }
  .rsvResultBlock .tab-content {
    padding: 30px 15px; }

.result-table {
  display: table;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 0;
  border-top: none; }
  .result-table.row1 {
    color: #fff;
    background-color: #947D5E;
    border: none; }
    .result-table.row1 dd {
      border-left: 1px solid #fff; }
  .result-table dt, .result-table dd {
    display: table-cell;
    width: 50%;
    text-align: center;
    padding: 10px 0; }
    @media only screen and (min-width: 992px) {
      .result-table dt, .result-table dd {
         } }
  .result-table dd {
    border-left: 1px solid #ddd; }


@media only screen and (max-width:768px) {
	.contentsBlock {
		padding: 30px 15px;
	}
	.contentsBlock h2 {
		width: 100%;
		margin: 0 auto 30px;
		font-size: 16px;
			
	}
.col-md-2 ,
.col-md-3 ,
.col-md-4 ,
.col-md-5 ,
.col-md-6 ,
.col-md-7 ,
.col-md-8 ,
.col-md-9 ,
.col-md-10 {
	width: 100%;
	float: none;
	padding: 0 0;
	box-sizing: border-box;
}
	
					.pageMain {
						width: 100%;
						position: relative;
						height: 150px;
						overflow: hidden;
					}
					.pageMain img {
						position: absolute;
						top: 50%;
						left: 50%;
						-webkit-transform: translate(-50%, -50%);
						-ms-transform: translate(-50%, -50%);
						transform: translate(-50%, -50%);
						width: 100%;
						height: auto;
					}
					.pageMainTitle {
						width: 100%;
						position: absolute;
						text-align: center;
						
					}
					.pageMainTitle img {
						width: 200px;
						top: 75px;
					}
.rsvResultBlock {
						width: 100%;
}
}