@charset "utf-8";
/*=============================================
 * body
 *=============================================*/

body {
	background: url(../img/shared/bg-body.jpg) repeat center top;
	color: #1a0e08;
	min-width: inherit;
	max-height: 100%;
	font-family: Georgia, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.8em;
	font-size: 13px;
	cursor: auto;
	word-spacing: normal;
}
.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.block::after {
	clear: both;
	content: "";
	display: block;
}
/*=============================================
 * header
 *=============================================*/
.zoomin{
  width: 1000px;
}
.zoomout{
  width: 100% !important;
}
.ovx{
  overflow-x: auto;
  margin: 0 -3%;
}
header .logo {
	width: 80px;
	padding: 5px;
}
header #belt {
	position: fixed;
	left: 0;
	top: 0;
	color: #fff;
	width: 100%;
	z-index: 999;
}
header #hd_top {
	background: url(../img/shared/bg01.jpg) repeat center top;
	background-size: auto;
	position: relative;
	box-shadow: 0 2px 5px rgba(255,255,255,0.26);
	-webkit-box-shadow: 0 2px 5px rgba(255,255,255,0.26);
	-moz-box-shadow: 0 2px 5px rgba(255,255,255,0.26);
	height: 100%;
	z-index: 99;
	visibility: visible !important;
}
header h1 {
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	font-weight: normal;
	color: #886f66;
	background: #1a0906;
	padding: 5px 0;
}
/*====================== nav ====================== */

header .topnavi {
	position: absolute;
	bottom: 10px;
	right: 60px;
	height: 54px;
}
header .topnavi li {
	display: inline-block;
	position: relative;
	width: 50px;
	vertical-align: top;
}
header .topnavi li:first-child a{
	border-left: 1px dotted #e6e1cd;
}
header .topnavi li a {
	color: #e6e1cd;
	font-size: 11px;
	line-height: 23px;
	text-align: center;
	display: block;
	height: 100%;
	padding-top: 5px;
	width: 100%;	
	border-right: 1px dotted #e6e1cd;
}
header .topnavi li a:hover {
	text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
	display: block;
	width: 100%;
	padding-bottom: 4px;
	font-size: 19px;
	font-weight: normal;
}
header .menu_toggle {
	background: url(../img/shared/bg01.jpg) repeat center top;
	background-size: auto;
}
header .menu_toggle.nav-style01 {
	top: 0px;
	right: -100%;
	display: block;
	transition: all 0.5s ease 0s;
}
.navOpen .menu_toggle.nav-style01 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	right: 0;
}
/*====================== end nav ====================== */

/*====================== header key ====================== */


header #key {
	position: relative;
	margin-top: 99px
}
.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-pager {
	color: #ffee00;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	line-height: 10px;
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 99;
}
.bx-controls-direction {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 30%;
	width: 100%;
	z-index: 99;
}
.bx-wrapper .bx-controls-direction a {
	color: #fff;
	text-shadow: 0px 0px 6px #000;
    font-family: "fontello";
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 0%;
    width: 26px;
    z-index: 99;
}
.bx-prev::after {
    content: "";
    left: 11px;
    position: absolute;
    text-indent: 0;
    top: 0;
}
 .bx-next::after {
    content: "";
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
}
.bx-prev {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 4%
}
 .bx-next {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 4%
}
.bx-wrapper .bx-pager .bx-pager-item,  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #000;
	border-radius: 5px;
	display: block;
	height: 10px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
	width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e7a84d none repeat scroll 0 0;
}
/*====================== end nav ====================== */


/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/


footer {
	background: url(../img/shared/bg-body.jpg) repeat center top;
	overflow: hidden;
	font-size: 13px;
	line-height: 19px;
}
footer .shopinfo {
	padding-top: 8%;
	position: relative;
}
footer .vcard {
	padding: 0 1%;
	margin-bottom: 3%;
}
footer .vcard dd {
	padding-left: 20px;
}
.f_logo {
	margin: 0 auto 5px;
	width: 120px;
}
#f_tel {
	width: 265px;
	margin-bottom: 10px;
}
footer .banner li {
	float: left;
	width: 32%;
	padding: 0 0.5%;
}
footer .link {
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	font-weight: normal;
}
footer .link p {
	width: 45%;
	min-width: 170px;
	max-width: 210px;
	margin: 20px auto 20px;
	padding: 0 6px;
	line-height: 30px;
}
footer .link p a {
	background: url(../img/shared/bg-footer.jpg) repeat center top;
	background-size: auto;
	border: solid 1px rgba(200, 200, 200, 0.78);
	border-radius: 5px;
	color: #000;
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	padding: 3px 20px;
	text-align: center;
	text-decoration: none;
	box-shadow: inset 0 0 1px #a8a398;
}
footer .link .link-pc a::before {
	margin-right: 9px;
}
footer address {
	line-height: 44px;
	background: #000;
	color: #d4c4b1;
	font-size: 8px;
	letter-spacing: 1px;
	text-align: center;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
/*===== CSS Page =====*/
header {
  z-index: 1;
}

header .f_logo {
  visibility: visible !important;
}

section {
  position: relative;
}

img {
  width: 100%;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.wrap {
  padding: 0 3%;
}

.text-center {
  text-align: center!important;
}
.text-left {
  text-align: left!important;
}
.text-right {
  text-align: right!important;
}

.text {
  margin: 3% 0;
}

.text_wh{
	color: #FFFFFF;
}

a {
  display: block;
}

#pagetop {
  width: 90px;
}

.fb-page {
  margin: 0 auto;
}

.fw {
  font-weight: bold;
}

.note {
  font-size: 12px;
  line-height: 24px;
}

.price {
  font-weight: bold;
  color: #c53123;
}

.text-indent {
  text-indent: -8px;
}

.non-text-indent {
  text-indent: 0;
}

.fwb {
  font-weight: bold !important;
}

.fwn {
  font-weight: normal !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.bbn {
  border-bottom: none !important;
}

.dib {
  display: inline-block !important;
}

.pt0 {
  padding-top: 0 !important;
}

.mt5 {
  margin-top: 5%;
}

.mt3 {
  margin-top: 3%;
}

.group-toggle p {
  font-weight: bold;
  float: left;
}

.group-toggle span {
  float: right;
}

.pB15 {
  padding-bottom: 15%;
}

header .menu_toggle li {
  position: relative;
}

header .menu_toggle li:before {
  content: '';
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 0;
}

/*=============================================
 * key visual
 *=============================================*/
#key {
  text-align: center;
  position: relative;
}

#key h2 {
  width: 35%;
}

#key h2 a {
  position: absolute;
  top: 85px;
  left: 0;
  width: 40%;
  margin-left: 30%;
}

#key .logo {
  width: 30%;
  position: absolute;
  top: 15%;
  left: 35%;
}
.menu-child{
	position: relative;
}
.menu-child .toggle-link:after{
	position: relative;
	right: 0;
	font-size: 20px;
	line-height: 1;
}
.menu-child .toggle-main ul{
	padding: 0 5px
}
.menu-child .toggle-main ul li:last-child{
	border-bottom: none;
}
.menu-child .toggle-main ul li:first-child a{
	padding-top: 5px
}
header .menu_toggle ul li a {
	position: relative;
}
header .menu_toggle ul li a {
	position: relative;
}
header .menu_toggle ul li a span{
	display: inline-block;
	padding-left: 0;
	padding-top: 10px
}
footer .btn-link{
	width: 45%;
    min-width: 170px;
    max-width: 210px;
    margin: 0 auto 25px;
    padding: 0 6px;
    line-height: 30px;
}
footer .btn-link a{
	background: url(../img/shared/bg-footer.jpg) repeat center top;
    background-size: auto;
    border: solid 1px rgba(200, 200, 200, 0.78);
    border-radius: 5px;
    color: #000;
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    padding: 3px 20px;
    text-align: center;
    text-decoration: none;
    box-shadow: inset 0 0 1px #a8a398;
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
.toggle-link:after {
  font-size: 16px !important;
}

.icon-morris {
  width: 30px;
}

.icon-toggle-main {
  width: 55%;
}

#index .map-img {
  margin-bottom: 20px;
}
#index .bx-controls-direction{
  margin-top: 22%;
}
#index #key {
  position: relative;
}

#index #key .logo-slider {
  position: absolute;
  z-index: 99;
  width: 60%;
  top: 22%;
  left: 20%;
}

#index .bx-wrapper .bx-pager {
  position: relative;
  margin: 20px 0;
}

#index #sec01 {
  padding-top: 20px;
}

#index #sec01 h2 {
  width: 80%;
  margin: 0 auto 10px;
}

#index #sec01 h3 {
  margin-bottom: 20px;
}

#index #sec01 .bx-controls-direction {
  margin-top: 25%;
}

#index #sec01 .text {
  margin: 15px 0;
}

#index #sec02 {
  padding-top: 20px;
  padding-bottom: 20px;
}

#index #sec02 h2 {
  width: 60%;
  margin: 0 auto 20px;
}

#index #sec02 .red-fox {
  background: url(../img/shared/01_bg.jpg);
  background-size:cover;
  padding: 20px 2%;
  margin-bottom: 20px;
}

#index #sec02 .red-fox h3 {
  width: 30%;
  margin: 0 auto;
}

#index #sec02 .black-sheep {
  background: url(../img/shared/02_bg.jpg);
  background-size:cover;
  padding: 20px 2%;
  margin-bottom: 20px;
}

#index #sec02 .black-sheep h3 {
  width: 60%;
  margin: 0 auto;
}

#index #sec02 .hippo {
  background: url(../img/shared/03_bg.jpg);
	  background-size:cover;
  padding: 20px 2%;
  margin-bottom: 20px;
}

#index #sec02 .hippo h3 {
  width: 60%;
  margin: 0 auto;
}

#index #sec02 .bear {
  background: url(../img/shared/04_bg.jpg);
	  background-size:cover;
  padding: 20px 2%;
  margin-bottom: 10px;
}

#index #sec02 .bear h3 {
  width: 60%;
  margin: 0 auto;
}

#index #sec02 .tel {
  text-align: center;
  margin-top: 5px;
  font-size: 15px;
  font-weight: bold;
}

#index #sec02 .tel a {
  display: inline-block;
}

#index #sec02 dl {
  text-align: center;
}

#index #sec02 dl dt {
  font-weight: bold;
}

#index #sec02 .toggle {
  margin-top: 20px;
}

#index #sec02 .toggle .toggle-link {
  width: 50%;
  padding: 10px 25%;
border: 1px solid #ffffff;
}

#index #sec02 .toggle .toggle-link:after {
  right: 0;
  margin-right: 10px;
  color: #30050e;
}

#index #sec02 .toggle .toggle-main table {
  margin-top: -10px;
  margin-bottom: 20px;
}

#index #sec02 .toggle .toggle-main table tbody {
  margin-top: 25px;
  display: block;
}

#index #sec02 .toggle .toggle-main table tr {
  display: table;
  width: 100%;
}

#index #sec02 .toggle .toggle-main table tr:first-child th, #index #sec02 .toggle .toggle-main table tr:first-child td {
  padding-top: 0;
}

#index #sec02 .toggle .toggle-main table tr th, #index #sec02 .toggle .toggle-main table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #e8e3cf;
}

#index #sec02 .toggle .toggle-main table tr th {
  width: 15%;
}

#index #sec02 .toggle .toggle-main table tr td {
  width: 85%;
}

#index #sec02 .toggle .btn-360 {
  margin: 18px 0 20px;
}

#lead {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../img/shared/bg-white.jpg) repeat;
}

#lead h2 {
  width: 80%;
  margin: 0 auto 15px;
}

#terrace {
  padding-top: 20px;
  padding-bottom: 20px;
}

#terrace h2 {
  width: 80%;
  margin: 0 auto 15px;
}

#terrace .text {
  margin-top: 15px;
}

#floor {
  padding-top: 20px;
  background: url(../img/shared/bg-floor.jpg) repeat center top;
  padding-bottom: 20px;
}

#floor h2 {
  margin-bottom: 15px;
}

#floor .bx-wrapper {
  margin: 15px 0;
}

#floor h3 {
  width: 80%;
  margin: 0 auto 15px;
}

#equipment {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../img/shared/bg-white.jpg) repeat;
}

#equipment h3 {
  width: 70%;
  margin: 15px auto;
}

#equipment .toggle .toggle-link {
  margin: 15px 0 5px;
  width: 50%;
  padding: 10px 24.6%;
  border: 1px solid #30050e;
}

#equipment .toggle .toggle-link:after {
  color: #30050e !important;
}

#equipment .toggle .toggle-main {
  width: 100%;
  height: 100%;
  background: url(../img/shared/arrow-top-left.png), url(../img/shared/arrow-top-right.png), url(../img/shared/arrow-bottom-left.png), url(../img/shared/arrow-bottom-right.png), url(../img/shared/bg-toogle.jpg);
  background-position: top left, top right, bottom left, bottom right, center top;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: auto;
  margin-bottom: 30px;
  padding: 20px 0;
}

#equipment .toggle .toggle-main .group {
  margin: 0 20px 0;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
}

#equipment .toggle .toggle-main .group:last-child {
  border-bottom: 1px solid #ddd7c8;
}

#equipment .toggle .toggle-main p {
  padding: 5%;
  border-top: 1px solid #ddd7c8;
}

#equipment .toggle .toggle-main .right {
  border-right: 1px solid #ddd7c8;
  margin-left: 0;
}

#equipment .toggle .toggle-main .left {
  border-right: 1px solid #ddd7c8;
  border-left: 1px solid #ddd7c8;
  margin-right: 0;
}

#gallery {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../img/shared/bg-gallery.jpg) repeat 0 0;
}

#gallery .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: rgba(255, 255, 255, 0.3);
}

#gallery .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #e7a84d none repeat scroll 0 0;
}

#gallery h2 {
  margin-bottom: 20px;
}

#party {
  background: url(../img/shared/bg-white.jpg) repeat;
  padding-top: 20px;
  padding-bottom: 20px;
}

#party h2 {
  margin-bottom: 20px;
}

#party #food {
  padding-bottom: 20px;
}

#party #food .bg {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../img/shared/bg-party.png) repeat;
  position: relative;
}

#party #food h3 {
  width: 40%;
  margin: 0 auto 15px;
}

#party #food .toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 3% 10px;
  background: rgba(255, 255, 255, 0.7);
}

#party #food .toggle .head {
  padding-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

#party #food .toggle .head span {
  font-size: 1.2em;
  font-weight: bold;
  color: #dc9324;
}

#party #food .toggle-main {
  text-align: center;
}

#party #food .toggle-main ul.list {
  margin-bottom: 10px;
  list-style-type: disc;
  list-style-position: inside;
}

#party #food .toggle-link {
  text-align: center;
}

#party #food .toggle-link:after {
  right: auto;
  color: #30050e !important;
  bottom: 0;
  top: auto;
  left: 50%;
  margin-left: -5px;
}

#party #drink {
  padding-bottom: 20px;
  background: #f5ce8b;
}

#party #drink .bg {
  padding-top: 20px;
  background: #f5ce8b;
}

#party #drink .bg .icon-beer {
  width: 25%;
  margin: 0 auto 15px;
}

#party #drink .bg h3 {
  width: 40%;
  margin: 0 auto 15px;
}

#party #drink .bg h4 {
  width: 65%;
  margin: 0 auto 15px;
}

#party #drink .toggle {
  padding-top: 10px;
  margin: 0 3% 10px;
  background: rgba(255, 255, 255, 0.6);
}

#party #drink .toggle .toggle-link {
  text-align: center;
}

#party #drink .toggle .toggle-link:after {
  right: auto;
  bottom: 10%;
  top: auto;
  left: 50%;
  margin-left: -5px;
  color: #30050e !important;
}

#party #drink .toggle .toggle-main {
  text-align: center;
  margin-top: -5px;
}

#party #drink .toggle .toggle-main .main-head {
  font-weight: bold;
  padding: 0 3%;
}

#party #drink .toggle .toggle-main .main-head p {
  font-weight: normal;
}

#party #drink .toggle .toggle-main .main-head p span {
  font-weight: bold;
}

#party #drink .toggle .toggle-main .photo {
  padding: 3%;
}

#party #drink .toggle .toggle-main table tr:first-child th, #party #drink .toggle .toggle-main table tr:first-child td {
  border-top: 1px solid #ddd7c8;
}

#party #drink .toggle .toggle-main table tbody {
  padding: 15px 3% 20px;
  display: block;
}

#party #drink .toggle .toggle-main table th, #party #drink .toggle .toggle-main table td {
  padding-top: 3px;
  padding-bottom: 3px;
}

#party #drink .toggle .toggle-main table th {
  width: 41%;
  border-right: 1px solid #ddd7c8;
  border-bottom: 1px solid #ddd7c8;
  vertical-align: middle;
  font-weight: bold;
}

#party #drink .toggle .toggle-main table td {
  text-align: left;
  padding-left: 10px;
  border-bottom: 1px solid #ddd7c8;
}

#party #drink .toggle .head {
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}

#party #drink .toggle .head span {
  font-size: 1.2em;
  font-weight: bold;
  color: #dc9324;
}

footer #data .time th, footer #data .time td {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 18px;
  border-left: 1px solid #ddd7c8;
  border-right: 1px solid #ddd7c8;
  border-bottom: 1px solid #ddd7c8;
}

footer #data .time th {
  width: 50%;
}

footer #data .time th.title {
  text-align: center;
  background-color: #ddd7c8 !important;
  padding-left: 0;
  font-weight: bold;
}

footer #data table {
  line-height: 24px;
  padding-top: 20px;
}

footer #data h2 {
  width: 30%;
  margin: 0 auto 20px;
}

footer #data tr {
  background: url(../img/shared/line.png) repeat-x center top;
}

footer #data tr:first-child th, footer #data tr:first-child td {
  background: none;
}

footer #data th {
  width: 30%;
  text-align: left;
}

footer #data .click-id {
  color: #64000e;
  text-decoration: underline;
}

footer #data th, footer #data td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}

footer #data th .telephone, footer #data td .telephone {
  color: #64000e;
  font-size: 18px;
  font-weight: bold;
}

footer #data .line {
  background: url(../img/shared/line.png) repeat-x center top;
  height: 5px;
  padding-bottom: 10px;
}

footer #data .btn-map {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

footer #data .btn-map a {
  margin-top: 10px;
  display: block;
}

footer #data .map-footer {
  margin-bottom: 20px;
}

footer .line-footer {
  border-top: 5px solid #1a0906;
}

/*=============================================*/
/*                   　wedding　　　　　          */
/*=============================================*/
.menu-child .toggle.active .toggle-link:after {
  content: '\f106';
}

.menu-child .toggle-link {
  display: block;
  padding: 15px 0 15px 10px;
  text-decoration: none;
  line-height: 16px;
  font-size: 15px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #e6e1cd;
}

.menu-child .toggle-link:after {
  content: '\f107';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  font-size: 15px;
  color: #e6e1cd;
}

#wedding .bx-wrapper .bx-pager {
  position: relative;
}

#wedding #sec01 {
  padding-top: 20px;
  padding-bottom: 20px;
}

#wedding #sec01 .bx-controls-direction {
  margin-top: 22%;
}

#wedding #sec01 .bx-wrapper .bx-pager {
  margin: 15px 0;
}

#wedding #sec01 h2 {
  width: 80%;
  margin: 0 auto 10px;
}

#wedding #sec01 h3 {
  width: 80%;
  margin-bottom: 15px;
}

#wedding #sec02 {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../img/shared/bg-point.png) repeat center top;
}

#wedding #sec02 .bx-controls-direction {
  margin-top: 27%;
}

#wedding #sec02 .bx-wrapper .bx-pager {
  margin: 10px 0;
}

#wedding #sec02 h2 {
  width: 70%;
  margin-bottom: 10px;
}

#wedding #sec02 .slider {
  text-align: center;
}

#wedding #sec02 .slider h3 {
  margin-top: 3%;
  font-weight: bold;
}

#wedding #sec02 .slider .text {
  margin-bottom: 0;
}

#wedding #sec03 {
  padding-top: 20px;
  padding-bottom: 20px;
}

#wedding #sec03 .icon {
  width: 30%;
  margin: 0 auto 10px;
}

#wedding #sec03 h2 {
  width: 70%;
  margin: 0 auto;
}

#wedding #sec04 {
  padding-top: 20px;
  padding-bottom: 20px;
}

#wedding #sec04 h2 {
  margin-bottom: 20px;
}

#wedding #sec04 .line {
  background: url(../img/shared/line.png) repeat-x center top;
  background-size: auto;
  width: 100%;
  height: 2px;
  margin-top: 30px;
}

#wedding #sec04 .btn {
  background-size: 100% auto;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

#wedding #sec04 .btn a {
  font-size: 12px;
  display: block;
  position: relative;
  text-align: center;
}

#wedding #sec04 .red-fox h3 {
  width: 30%;
  margin: 15px auto;
}

#wedding #sec04 .black-sheep h3 {
  width: 60%;
  margin: 15px auto;
}

#wedding #sec04 .hippo h3 {
  width: 60%;
  margin: 15px auto;
}

#wedding #sec04 .craftybear h3 {
  width: 60%;
  margin: 15px auto;
}

/*=============================================*/
/*                   　redfox　　　　　          */
/*=============================================*/
#redfox header .logo {
  width: 125px;
  padding: 10px 5px 11px;
}

#redfox .bx-wrapper .bx-pager {
  position: relative;
  margin: 15px 0;
}

#redfox .bx-controls-direction {
  margin-top: 27%;
}

#redfox footer #data h2 {
  width: 100px;
  margin: 20px auto 20px;
}

/*=============================================*/
/*                   　blacksheep　　　　          */
/*=============================================*/
#blacksheep header .logo {
  width: 155px;
  padding: 14px 0px 17px;
}

#blacksheep .bx-wrapper .bx-pager {
  position: relative;
  margin: 15px 0;
}

#blacksheep .bx-controls-direction {
  margin-top: 27%;
}

#blacksheep footer #data h2 {
  width: 160px;
  margin: 20px auto 20px;
}

/*=============================================*/
/*                   　craftybear　　　　          */
/*=============================================*/
#craftybear #party #food .toggle-main ul.list {
  margin-bottom: 0;
}

#craftybear #party #drink .plan {
  padding: 10px 3%;
  text-align: center;
}

#craftybear header .logo {
  width: 140px;
  padding: 10px 5px 7px;
}

#craftybear .bx-wrapper .bx-pager {
  position: relative;
  margin: 15px 0;
}

#craftybear .bx-controls-direction {
  margin-top: 27%;
}

#craftybear footer #data h2 {
  width: 160px;
  margin: 20px auto 20px;
}

/*=============================================*/
/*                   　hippo　　　　          */
/*=============================================*/
#hippo header .logo {
  width: 155px;
  padding: 18px 0px 22px;
}

#hippo .bx-wrapper .bx-pager {
  position: relative;
  margin: 15px 0;
}

#hippo .bx-controls-direction {
  margin-top: 27%;
}

footer #data h2 {
  width: 160px;
  margin: 20px auto 20px;
}
