/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	メインスライダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* 設定 */
#main_visual {
	height: 551px;
    overflow: hidden;
    /*overflow-x: hidden;*/
    width: 100%;
}
.slide_all {
	width: 1200px;
	margin: 0 auto;
	height: 551px;
	position: relative;
}
#slider.slide_wrap {
	width: 3600px;
	position: absolute;
	left: 50%;
	margin-left: -1800px;
}
.slide_body {
	width: 100%;
}
.slide {
	width: 1200px;
}
.slide img {
	width: 100%;
	vertical-align: bottom;
}
/* 装飾 */
.bx-controls-direction {
	margin: 0 auto;
    width: 1200px;
}
.bx-controls-direction a {
	display: inline-block;
}
.bx-controls-direction a {
    display: block;
    height: 73px;
    position: relative;
    text-indent: -9999px;
    width: 42px;
}
.bx-controls-direction a.bx-prev {
	background-image: url("/common/images/top/arrow_prev.png");
    float: left;
    left: 72px;
}
.bx-controls-direction a.bx-next {
	background-image: url("/common/images/top/arrow_next.png");
    float: right;
    right: 72px;
}
.bx-controls {
	position: absolute;
    top: 238px;
    width: 100%;
    z-index: 100;
}
.slide {
	transition:all .3s;
}

/*
秋田・ロイヤルクラシック福岡のみ
メインスライダー上にバナー
*/
#main_visual .main_banner{
	position: relative;
}
#main_visual .main_banner a{
	position: absolute;
	display: block;
	bottom: 20px;
	right: 3%;
}
#main_visual .main_banner a:hover{
	opacity: .8;
}

#main_visual .main_banner.royal_fukuoka a{
	width: 200px;
}
#main_visual .main_banner.royal_fukuoka a img{
	width: 100%;
}

/*
メインスライダー上にバナー
豊岡のみ
*/

#main_visual .toyooka_banner{
	position: relative;
}

#main_visual .toyooka_banner a{
	position: absolute;
	display: block;
	top: 25px;
	left: 160px;
}

#main_visual .toyooka_banner a:hover{
	opacity: .8;
}

#main_visual .toyooka_banner a img{
	width: 100%;
}

/*
メインスライダーの上にバナー
奈良のみ
*/

ul.kuchicomi{
	position: absolute;
	bottom: 30px;
	margin: 0 110px;
}
ul.kuchicomi li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
ul.kuchicomi li:last-child{
	margin-right: auto;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	共通
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.inBox {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.inBox p.lead {
	margin-bottom: 20px;
}

/*MOREボタン*/
.inBox p.more a {
    background-image: url("/common/images/top/arrow_1.png");
    background-position: 298px center;
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 3px 3px 3px rgba(102, 102, 102, 0.3);
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 18px 0;
    text-decoration: none;
    width: 350px;
}
.inBox p.more a:hover {
	opacity: 0.8;
}

/*背景*/
.background {
	position: relative;
}
.bg_container .bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: 100% auto;
  z-index: 1;
}

/*画像トリミング*/
span.photo {
    background-position: left top;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	グロナビ下のバナーリンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.banner_link{
	padding: 20px 0;
	text-align: center;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	コンセプト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#concept {
    background-position: center center;
    background-size: cover;
}
#concept .inBox {
	padding: 125px 0;
    text-align: center;
}
#concept .inBox h2 {
	margin-bottom: 84px;
}
#concept .inBox p.btn {
	margin-top: 98px;
}
#concept .inBox p.btn a {
	border-radius: 3px;
    box-shadow: 3px 3px 3px #d2d2d2;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 286px;
}
#concept .inBox p.btn a:hover {
	opacity: 0.8;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	挙式
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#ceremony {
    background-position: center center;
    background-size: cover;
}
#ceremony .inBox {
	padding: 50px 0 65px;
    text-align: center;
}
#ceremony .inBox h2 {
	margin-bottom: 35px;
}
#ceremony .inBox ul {
	margin-bottom: 30px;
	letter-spacing: -.40em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#ceremony .inBox ul {
	letter-spacing: -.50em;
}
}
#ceremony .inBox ul li {
	background-color: #fff;
    display: inline-block;
    letter-spacing: normal;
    margin-right: 1px;
    padding: 10px;
	width: 299px;
}
#ceremony .inBox ul li:only-child {
	width: 600px;
}
#ceremony .inBox ul li a {
	color: #514c3e;
	text-decoration: none;
}
#ceremony .inBox ul li a:hover {
	opacity: 0.8;
}
#ceremony .inBox ul li:last-child {
    margin-right: 0;
}
#ceremony .inBox ul li span.photo {
    height: 316px;
    width: 100%;
}
#ceremony .inBox ul li p {
	margin-top: 15px;
	margin-bottom: 5px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	バンケット
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#banquet {
    background-position: center center;
    background-size: cover;
}
#banquet .inBox {
	padding: 50px 0 65px;
}
#banquet .inBox .menuBox {
	float: right;
	text-align: center;
	width: 698px;
}
#banquet .inBox .menuBox h2 {
	margin-bottom: 35px;
}
#banquet .inBox .menuBox ul {
	letter-spacing: -.40em;
	text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#banquet .inBox .menuBox ul {
	letter-spacing: -.50em;
}
}
#banquet .inBox .menuBox ul li {
	display: inline-block;
    letter-spacing: normal;
	width: 335px;
	margin-right: 20px;
	margin-bottom: 40px;
	vertical-align: top;
}
#banquet .inBox .menuBox ul li:nth-child(even) ,
#banquet .inBox .menuBox ul li:last-child {
	margin-right: 0;
}
#banquet .inBox .menuBox ul li a {
	color: #fff;
	text-decoration: none;
}
#banquet .inBox .menuBox ul li a:hover {
	opacity: 0.8;
}
#banquet .inBox .menuBox ul li span.photo {
    border: 1px solid #fff;
    height: 206px;
    width: 335px;
}
#banquet .inBox .menuBox ul li p {
    font-size: 15px;
    line-height: 1.2;
    padding: 10px;
    text-align: center;
	color: #fff;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	料理
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#cuisine {
    background-position: center center;
    background-size: cover;
}
#cuisine .inBox {
	padding: 156px 0;
}
#cuisine .inBox .detailBox {
	width: 645px;
	text-align: center;
}
#cuisine .inBox .detailBox h2 {
	margin-bottom: 28px;
}
#cuisine .inBox .detailBox p.lead {
	margin-bottom: 5px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	ドレス
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#dress {
    background-position: left center;
    background-size: cover;
}
#dress .inBox {
	padding: 52px 0 65px;
	text-align: center;
}
#dress .inBox h2 {
	margin-bottom: 45px;
}
#dress .inBox ul {
	margin-bottom: 55px;
	letter-spacing: -.40em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#dress .inBox ul {
	letter-spacing: -.50em;
}
}
#dress .inBox ul li {
	display: inline-block;
    letter-spacing: normal;
	margin: 0 1px;
}
#dress .inBox ul li a {
	color: #4a463d;
	text-decoration: none;
}
#dress .inBox ul li a:hover {
	opacity: 0.8;
}
#dress .inBox ul li span {
    display: block;
    height: 388px;
    overflow: hidden;
    width: 297px;
}
#dress .inBox ul li p {
	font-size: 15px;
	margin-top: 15px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	ウエディングフェア（ゼクシィ）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#fair_zexy .inBox {
	text-align: center;
	padding: 50px 0 72px;
}
#fair_zexy .inBox h2 {
	margin-bottom: 42px;
}
#fair_zexy .inBox ul {
	margin-bottom: 30px;
	letter-spacing: -.40em;
}
#fair_zexy .inBox ul li {
	background-color: #fff;
    border: 1px solid #f2f0e8;
    display: inline-block;
    letter-spacing: normal;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}
#fair_zexy .inBox ul li:before {
    content: "";
    display: block;
    margin: 10px;
    position: absolute;
	z-index: 1;
}
#fair_zexy .inBox ul li:nth-child(1):before {
	background-image: url("/common/images/top/icon_fair1.png");
    height: 97px;
    width: 68px;
}
#fair_zexy .inBox ul li:nth-child(2):before {
	background-image: url("/common/images/top/icon_fair2.png");
    height: 86px;
    width: 60px;
}
#fair_zexy .inBox ul li:nth-child(3):before,
#fair_zexy .inBox ul li:nth-child(4):before{
	background-image: url("/common/images/top/icon_fair3.png");
    height: 85px;
    width: 60px;
}
#fair_zexy .inBox ul li a {
	text-decoration: none;
}
#fair_zexy .inBox ul li:hover {
	opacity: 0.8;
}
#fair_zexy .inBox ul li p.name {
    color: #fff;
    font-size: 15px;
    padding: 0 15px;
	overflow: hidden;
}
#fair_zexy .inBox ul li p.name span {
    display: table-cell;
    vertical-align: middle;
    height: 58px;
}
#fair_zexy .inBox ul li p.content {
	color: #514c3e;
    height: 4.5em;
    margin: 15px 8px;
    overflow: hidden;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	ウエディングフェア
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#fair .inBox {
	text-align: center;
	padding: 50px 0 72px;
}
#fair .inBox h2 {
	margin-bottom: 42px;
}
#fair .inBox ul {
	margin-bottom: 30px;
	letter-spacing: -.40em;
}
#fair .inBox ul li {
	background-color: #fff;
    border: 1px solid #f2f0e8;
    display: inline-block;
    letter-spacing: normal;
	text-align: left;
    padding: 8px;
}
#fair .inBox ul li:before {
    content: "";
    display: block;
    margin: 10px;
    position: absolute;
	z-index: 1;
}
#fair .inBox ul li:nth-child(1):before {
	background-image: url("/common/images/top/icon_fair1.png");
    height: 97px;
    width: 68px;
}
#fair .inBox ul li:nth-child(2):before {
	background-image: url("/common/images/top/icon_fair2.png");
    height: 86px;
    width: 60px;
}
#fair .inBox ul li:nth-child(3):before,
#fair .inBox ul li:nth-child(4):before{
	background-image: url("/common/images/top/icon_fair3.png");
    height: 85px;
    width: 60px;
}
#fair .inBox ul li a {
	text-decoration: none;
}
#fair .inBox ul li:hover {
	opacity: 0.8;
}
#fair .inBox ul li p.name {
    color: #fff;
    font-size: 15px;
    padding: 0 15px;
	overflow: hidden;
}
#fair .inBox ul li p.name span {
    display: table-cell;
    vertical-align: middle;
    height: 58px;
}
#fair .inBox ul li p.content {
	color: #514c3e;
    height: 4.5em;
    margin: 15px 8px;
    overflow: hidden;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	プラン・特典
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#plan .inBox {
	text-align: center;
	padding: 50px 0 78px;
}
#plan .inBox h2 {
	margin-bottom: 45px;
}
#plan .inBox ul {
	margin-bottom: 30px;
	letter-spacing: -.40em;
}
#plan .inBox ul li {
	display: inline-block;
    letter-spacing: normal;
    margin-right: 5px;
    text-align: left;
    vertical-align: top;
}
#plan .inBox ul li:last-child {
	margin-right: 0;
}
#plan .inBox ul li a {
	text-decoration: none;
	color: #fff;
}
#plan .inBox ul li a:hover {
	opacity: 0.8;
}
#plan .inBox ul li a span.photo {
    height: 222px;
    width: 392px;
	border: 1px solid #fff;
}
#plan .inBox ul li p {
    display: table-cell;
    font-size: 15px;
    height: 65px;
    padding: 0 65px;
    vertical-align: middle;
    width: 392px;
}
#plan .inBox ul li span.recommend {
	background-repeat: no-repeat;
	display: block;
    margin-left: -12px;
    margin-top: -98px;
    position: absolute;
	width: 110px;
	height: 46px;
}
#plan .inBox ul li span#rec1 {
	background-image: url("/common/images/top/recommend_1.png");
}
#plan .inBox ul li span#rec2 {
	background-image: url("/common/images/top/recommend_2.png");
}
#plan .inBox ul li span#rec3 {
	background-image: url("/common/images/top/recommend_3.png");
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	トータルプロデュース
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#produce {
}
#produce .inBox {
	padding: 101px 0 102px;
}
#produce .inBox .detail {
	float: right;
}
#produce .inBox .detail .produce_title {
	width: 660px;
	float: right;
	margin-bottom: 72px;
}
#produce .inBox .detail .produce_title h2 {
	text-align: right;
	margin-bottom: 32px;
}
#produce .inBox .detail .produce_title p {
	text-align: center;
	margin-bottom: 3px;
}
#produce .inBox .detail ul {
    float: right;
    letter-spacing: -0.4em;
    margin-bottom: 70px;
    text-align: right;
    width: 930px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#produce .inBox .detail ul {
	letter-spacing: -0.5em;
}
}
#produce .inBox .detail ul li {
	display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
}
#produce .inBox .detail ul li:last-child {
    border-right: 5px solid #fff;
}
#produce .inBox .detail ul li a {
	display: block;
}
#produce .inBox .detail ul li a:hover {
	opacity: 0.8;
}
#produce .inBox .detail p.more,
#produce .inBox .detail p.b_more{
	width: 660px;
	float: right;
	text-align: center;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	ウエディングレポート
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#report {
	background-repeat: repeat-x;
    background-size: auto 100%;
}
#report .bg_photo {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
#report .inBox {
	padding: 117px 0 128px;
}
#report .inBox .detailBox {
	text-align: center;
	width: 480px;
}
#report .inBox .detailBox h2 {
	margin-bottom: 30px;
}
#report .inBox .detailBox p.lead {
	margin-bottom: 10px;
}
#report .inBox .detailBox p.more {
	margin-top: 72px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	下リンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#bottom_links {
}
#bottom_links .inBox {
	padding: 70px 0 102px;
}
#bottom_links .inBox p.more a{
    background-image: url("/common/images/top/arrow_2.png");
	background-position: 215px center;
	padding: 10px 0;
	width: 250px;
}

/*トピックス*/
#topics {
	float: left;
    margin-left: 30px;
    padding: 42px 0;
    text-align: center;
    width: 540px;
    background-color: #fff;
}
#topics h2 {
	margin-bottom: 50px;
}
#topics ul {
	padding: 0 30px;
	margin-bottom: 30px;
}
#topics ul li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	margin-bottom: 14px;
}
#topics ul li:last-child {
	margin-bottom: 0;
}
#topics ul li a {
	color: #4a463d;
	text-decoration: none;
}
#topics ul li a:hover {
	text-decoration: underline;
}
#topics ul li span.data {
	margin-right: 2em;
}
#topics ul li p {
	display: inline;
}

/*その他リンク*/
#other_banner {
	float: right;
    width: 570px;
}
#other_banner ul {
}
#other_banner ul li {
	margin-bottom: 14px;
}
#other_banner ul li a:hover {
	opacity: 0.8;
}

#other_links {
	float: right;
	width: 540px;
	margin-right: 30px;
	display: none;/*しばらく非公開*/
}
#other_links ul {
}
#other_links ul li {
	background-repeat: no-repeat;
	background-position: center center;
    border-radius: 3px;
    box-shadow: 3px 3px 3px #d1d1d1;
    margin-bottom: 12px;
    width: 49%;
}
#other_links ul li:hover {
	opacity: 0.8;
}
#other_links ul li:nth-child(odd) {
	float: left;
}
#other_links ul li:nth-child(even) {
	float: right;
}
#other_links ul li a {
    background-image: url("/common/images/top/arrow_3.png");
    background-position: 230px center;
    background-repeat: no-repeat;
    display: block;
    height: 158px;
    text-indent: -9999px;
}
#other_banner:only-child {
	float: none;
    width: auto;
}
#other_banner:only-child ul li:nth-child(odd) {
	float: left;
}
#other_banner:only-child ul li:nth-child(even) {
	float: right;
}
#other_banner:only-child ul li:only-child,
#other_banner:only-child ul li:nth-child(3){
	float: none;
	text-align: center;
}