<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ============================================
		デスクトップレイアウト : 641 px ～最大 1200 px 
===============================================*/

/*共通*/
.sectionTt {
  font-size: 33px;
  font-weight: bold;
  color: #80705A;
  border-bottom: 1px solid;
  margin-bottom: 15px;
}
.sectionTt span {
  font-size: 26px;
  display: block;
}

/* ヘッダー */
#topHeader {
  position: relative;
	width: 100%;
	height: 100%;
	padding: 56.26% 0 0 0;
  background-image: url(../images/top/header_bg.jpg?v20230512);
  background-size: cover;
  background-position:center;
}


/*コンセプト*/
#topConcept {
  position: relative;
  padding: 100px 0 110px 0;
  background-image: url(../images/top/concept_bg.png);
  background-position: center -20px;
  text-align: center;
}
#topConcept h1 {
  font-size: 40px;
  margin: 0 auto 25px;
  color: #BC7A80;
}
#topConcept p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 50px;
}
#topConcept .logolist {
  width: 980px;
  margin: auto;
}
#topConcept .logolist ul {
  width: 1002px;
  margin: auto;
  text-align: center;
}
#topConcept .logolist ul::after {
  content: '';
  display: block;
  clear: both;
}
#topConcept .logolist ul li {
  display: inline-block;
}
#topConcept .logolist ul li img {
  height: 125px;
}


#wedding {
  margin: 0;
}
#wedding .wedContents {
  float: right;
  width: 840px;
  padding-top: 25px;
  padding-right: 75px;
  box-sizing: border-box;
}
#wedding .torikumi-wrap {
  display: flex;
  flex-wrap: wrap;
}
#wedding .wedContents h2 {
  font-size: 22px;
  color: #80705A;
  text-indent: -11px;
}
#wedding .wedContents ul {
  display: flex;
  flex-flow: wrap;
}
#wedding .wedContents li {
  width: 240px;
  margin-right: 15px;
  margin-bottom: 20px;
}

#wedding .sideImg {
  width: 300px;
  float: left;
}


#party {
  margin: 0 auto 50px;
}
#party .parContents {
  float: left;
  width: 840px;
  padding-top: 25px;
  padding-left: 75px;
  box-sizing: border-box;
}
#party .parContents ul {
  display: flex;
  flex-flow: wrap;
}
#party .parContents li {
  width: 240px;
  margin-right: 15px;
  margin-bottom: 20px;
}

#party .sideImg {
  width: 300px;
  float: right;
}


#staff {
  margin: 0 auto 50px;
}
#staff .staContents {
  float: left;
  width: 624px;
  padding-top: 80px;
  padding-left: 70px;
  box-sizing: border-box;
}
#staff .staContents ul {
  display: flex;
  flex-flow: wrap;
}
#staff .staContents li {
  width: 240px;
  margin-right: 15px;
  margin-bottom: 20px;
}

#staff .sideImg {
  width: 543px;
  float: right;
}


#information {
  text-align: center;
}
#information .customer {
  margin-bottom: 15px;
}


/* ===========================================================================================================================
		▲デスクトップレイアウト▲
============================================================================================================================*/
</pre></body></html>