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

body {
	color: #000;
	min-width: inherit;
	max-height: 100%;
	line-height: 28px;
	cursor: auto;
	word-spacing: normal;
	font-family: "Yu Gothic";
	font-weight: 500;
	background: url(../img/shared/bg.jpg) repeat center top;
	font-size: 15px;
	letter-spacing: 1px;
}
.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
 *=============================================*/

header .logo {
	position: absolute;
	top: 2%;
	width: 40%;
}
header #belt {
	position: fixed;
	left: 0;
	top: 0;
	color: #fff;
	width: 100%;
	z-index: 9999;
}
header #hd_top {
	background:#5B5B5B ;
	position: relative;
	height: 76px;
	z-index: 99;
}
header h1 {
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	font-weight: normal;
}
/*====================== nav ====================== */

header .topnavi {
	position: absolute;
	bottom: 3px;
	right: 5px;
	height: 54px;
}
header .topnavi li {
	display: inline-block;
	position: relative;
	width: 60px;
	vertical-align: top;
	margin: 0 2px;
	    background: url(../img/shared/bg_icon.png) no-repeat center top;
}
header .topnavi li a {
	color: #fff;
	font-size: 11px;
	line-height: 23px;
	text-align: center;
	display: block;
	height: 100%;
	padding-top: 13px;
	width: 100%;
	
}
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: #999999 ;
}
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;
	z-index: 500;
	overflow: hidden;
}
.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: 15%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 999;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	width: 100%;
	z-index: 999;
}
.bx-wrapper .bx-controls-direction a {
    color: #e75a5a;
    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;
}
 .bx-next {
	position: absolute;
	top: 0;
	right: 0;
}
.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: #be0900 none repeat scroll 0 0;
}
/*====================== end nav ====================== */


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


footer {
	background:#DBDADA  ;
	overflow: hidden;
	font-size: 13px;
	line-height: 19px;
}
footer .shopinfo {
	padding: 5% 1.5%;
	position: relative;
}
footer .vcard {
	padding: 0 1%;
	margin-bottom: 3%;
}
footer .vcard dd {
	padding-left: 20px;
}
#f_logo {
	margin: 0 auto 5px;
	width: 145px;
}
#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: 10px auto;
	padding: 0 6px;
	line-height: 30px;
}
footer .link p a {
	background: #9F9F9F  ;
	border: solid 1px rgba(200, 200, 200, 0.78);
	border-radius: 5px;
	color: #fff;
	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;
	color: #d3d1d1;
	    font-size: 12px;
	letter-spacing: 3px;
	text-align: center;
	background: url(../img/shared/line.png) repeat-x center top;
	padding-bottom: 80px;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.pt5{
	padding-top: 5px;
}
.pt10{
	padding-top: 10px;
}
.pt15{
	padding-top: 15px;
}
.pt20{
	padding-top: 20px;
}
.pb5{
	padding-bottom: 5px;
}
.pb10{
	padding-bottom: 10px;
}
.pb15{
	padding-bottom: 15px;
}
.pb20{
	padding-bottom: 20px;
}
.pic_mr{
	margin-left: -2%;
	margin-right: -2%;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.zindex{
	z-index: 100;
	position: relative;
}
.txt-center{
	text-align: center;
}
.txt-right{
	text-align: right;
}
.bs{
	 -webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.8);
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/


#index h3 {
	font-weight: bold;
	font-size: 22px;
	padding: 5px 0;
}
#index .slide_thm li{float: left;width: 33.33%;}
header .navBtn{
	right: 1px;
	left:inherit;
	background: url(../img/shared/bg_icon.png) no-repeat center top;
}

header .topnavi{
	     position: absolute;
    bottom: 3px;
    right: 62px;
    
	
}
header #telnavi{
	    margin-right: -4px;
}
header .navBtn{
	     padding: 11px 13px 12px 13px;
    bottom: -2px;
}
#telnavi a{
	border-left:none;
}
header #mapnavi a{
	
}
header .menu_toggle a {
	font-size: 16px;
}
header #hd_top {
	background: none;
}
header .menu_toggle {
	background: url(../img/shared/bg.jpg) repeat center top;
}
header .menu_toggle a {
	color: #000;
}
header .menu_toggle li {
	border-bottom: 1px solid #969696;
}
#menu_toggle ul {
	margin-bottom: 20px;
}
header .menu_toggle ul li a {
	padding: 5px 0 5px 10px;
    line-height: 26px;
}
footer {
	background: url(../img/shared/foo_bg.jpg) repeat center top;
}
footer p {
	color: #fff;
	line-height: 27px;
	text-align: center;
	font-size: 15px;
}
#f_tel {
	width: 280px;
	margin-bottom: 10px;
	margin: 0px auto;
	    margin-top: 5px;
    margin-bottom: 5px;
}
footer address {
	font-size: 12px;
}
footer .link p a {
	background: #ffffff;
	color: #000;
}

h2 {
	margin-bottom: 10px;
}
#key .logo {
	    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 25%;
    margin-left: -12%;
    margin-top: -22%;
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
#index .bx-wrapper .bx-pager, #index .bx-wrapper .bx-controls-auto {
	bottom: 5%;
}
#index #sec01{
	background: url(../img/index/sec01_bg.png) no-repeat center bottom /100%;
	padding-bottom: 3%;
}
#index #sec01 .p1 {
	width: 80%;
	float: right;
}
#index #sec01 .p2 {
	width: 80%;
	float: left;
}
#index #sec02 {
	background: url(../img/index/sec02_bg1.jpg) repeat center top;
}
#index #sec03 {
	background: url(../img/index/sec03_bg.jpg) repeat center top;
}
#index #sec03 p {
	color: #fff;
}
#index #sec05 .col_left {
	width: 50%;
	float: left;
}
#index #sec05 .col_right {
	width: 50%;
	float: left;
}
#index #sec05 .group1 .col_left {
	background: url(../img/index/sec05_bg.jpg) repeat center top;

	width: 50%;
	position: relative;
	min-height: 180px;
	 
    box-sizing: border-box;
}#index #sec05 .group dl{
	padding: 10px;
}
#index #sec05 .group1 .col_right {
	background: url(../img/index/sec05_p1.jpg) no-repeat center top;
	background-size:cover;
	width: 50%;
	float: right;
}
#index #sec05 .group .info:before {
	content: "";
	border:1px solid #000;
	display: block;
	    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
	
}

#index #sec05 dl {
	/*border: 1px solid #736152;*/
	font-size: 12px;
	line-height: 23px;
	padding: 2%;

}
#index #sec05 dt {
	margin-bottom: 10px;
}
#index #sec05 .group2 .col_left {

	width: 50%;
	background: url(../img/index/sec05_p2.jpg) no-repeat center top;
	background-size: cover;
}
#index #sec05 .group2 .col_right {
	background: url(../img/index/sec05_bg.jpg) repeat center top;
	
	width: 50%;
	position: relative;
}
#index #sec05 .group3 .col_left {
	background: url(../img/index/sec05_bg.jpg) repeat center top;

	width: 50%;
	position: relative;
}
#index #sec05 .group3 .col_right {
	background: url(../img/index/sec05_p3.jpg) no-repeat center top;
	background-size: cover;
	width: 50%;
}
#index #sec05 .group4 .col_left {
	width: 50%;
	background: url(../img/index/sec05_p4_02.jpg) no-repeat center top;
	background-size: cover;
}
#index #sec05 .group4 .col_right {
	background: url(../img/index/sec05_bg.jpg) repeat center top;
	
	width: 50%;
	position: relative;
}




#index #sec05 .group1, #index #sec05 .group2, #index #sec05 .group3 {
	background: url(../img/index/sec05_bg.jpg) repeat center top;
}

#oshirase{
width: 96%;
border: solid #5B872D 2px;
background-color: rgba(255,255,255,0.7);
margin: 10px auto;
border-radius: 15px;
	padding-bottom: 15px;
}
#oshirase .tit{
font-size: 20px;
padding: 25px 0 .4em 0;
text-align: center;
border-bottom: dotted 2px #5B872D;
margin:  0 4px 15px 4px;
font-weight: bold;
}
#oshirase .img{
text-align: center;
margin: 15px auto;
	padding: 0px 20px;
}

#oshirase .txtx{
font-size: 16px;
padding: 0 6px;
margin-bottom: 15px;
}
#oshirase .txtx2{
margin: 0 auto;
width: 86%;
font-size: 16px;
border: solid 2px #165076;
background-color: rgba(253,217,161,0.2);
padding: 15px 6px;
}
#oshirase .bnr a{
width: 96%;
margin: 10px auto 20px auto;
	padding: 9px 0;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 3px;
	background: url(../../../shared/img/shared/moyou.jpg);
	-webkit-border-radius: 2px;
	border-radius: 5px;
	box-sizing:border-box;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, Osaka;
}
.bnr2 a{
width: 94%;
margin: 20px auto 10px auto;
	padding: 9px 0;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 3px;
	background: url(../../../shared/img/shared/moyou.jpg);
	-webkit-border-radius: 2px;
	border-radius: 5px;
	box-sizing:border-box;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, Osaka;
}





#oshirase2{
width: 96%;
border: solid #5B872D 4px;
background-color: rgba(255,255,255,0.7);
margin: 10px auto;
border-radius: 15px;
padding-bottom: 25px;
}
#oshirase2 .tit{
font-size: 26px;
padding: 35px 0 .4em 0;
text-align: center;
border-bottom: dotted 2px #5B872D;
margin:  0 15px;
font-weight: bold;
}
#oshirase2 .txtx{
font-size: 16px;
text-align: center;
margin-top: 10px;
}
#oshirase2 .txtx span a{
font-size: 16px;
text-align: center;
margin-top: 10px;
	background: #5B872D;
	padding: 10px 20px;
	color: #fff;
}
#menu_btn a{
	background: url("../img/shared/moyou.jpg");
	width: 96%;
	margin: 20px auto;
	padding: 14px 0;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	border: 1px solid #443315;
	-webkit-border-radius: 2px;
	border-radius: 12px;
	box-sizing:border-box;
}
#oshirase_ev02{
width: 95%;
background: url(../img/index/sec02_bg1.jpg) repeat center top;
margin: 20px auto;
box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
padding: 20px 0;
border-radius: 20px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#oshirase_ev02 .tit{
font-size: 22px;
padding: 25px 0 .4em 0;
text-align: center;
border-bottom: solid 1px #546e6f;
margin:  0 15px;
font-weight: bold;
	line-height: 36px;
}
#oshirase_ev02 .img{
text-align: center;
margin: 20px 0 0px 0px;
}
#oshirase_ev02 .txtx{
	text-align: center;
	padding: 15px 0;
	font-size: 18px;
	letter-spacing: 4px;
	background-color: #95C0BB;
	margin: 20px 20px 0 20px;
}
#oshirase_ev02 .txtx02{
	padding: 15px 10px;
	font-size: 14px;
	text-align: center;
}
#oshirase_ev02 .txtx02 span{
	font-size: 17px;
}
#oshirase_ev02 .bnr a{
margin:0px auto;
	width: 96%;
	padding: 25px 0;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	letter-spacing: 3px;
	background: url(../img/shared/moyou.jpg);
	-webkit-border-radius: 2px;
	border-radius: 10px;
	box-sizing:border-box;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, Osaka;
}
/*=============================================*/
/*                   　party　　　　          */
/*=============================================*/
#party #sec01 .group2 {
	padding: 2%;
	background: url(../img/party/sec01_f.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: auto;
}
#party #sec01 .group2 h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
#party #sec01 .group2 h3 span{
	font-size: 15px;
	
}
#party #sec01 .group2 ul{
	padding-left: 10px;
}
#party #sec01 .group2 ul li {
	font-weight: bold;
	position: relative;
}
#party #sec01 .group2 ul li:before{
	    content: ".";
    font-size: 25px;
    padding-left: 10px;
    position: absolute;
    left: -22px;
    top: -7px;
}
#party #sec01 .group2 ul li span {
	font-weight: normal;
}
#party #sec01 .group2 .child {
	border: 1px solid #000;
	padding: 2%;
}
#party #sec01 .group3 ul li {
	width: 50%;
	float: left;
	padding-bottom: 20px;
	
}

#party #sec01 .group3 .info {
	line-height: 20px;
	margin-top: 10px;
}
#party #sec04 .text{
	padding-left: 10%;
}
#party #sec04 ul {
	list-style: disc;
	background: #ebe6de;
	border-radius: 50%;
	border-radius: 11%;
	padding-left: 10%;
	padding-top: 14%;
	margin-top: -13%;
	padding-bottom: 5%;
}
#party #sec05 ul li {
	margin-bottom: 10px;
}
#party #sec06 .map {
	border: 3px solid #333;
}
#party #sec07 .info {
	background: url(../img/party/sec07_bg.png) no-repeat center top/100% 100%;
	line-height: 20px;
	padding: 2%;
	padding-left: 6%;
	
}
#party #sec07 .info #id1{
	width: 40%;
	float: left;
}
#party #sec07 .info #id2{
	width: 60%;
	float: right;
}
#party #sec07 .info li{
	position: relative;
	float: left;
	width: 100%;
}
#party #sec07 .info li:before{
	content: ".";
	font-size: 25px;
	padding-left: 10px;
	position: absolute;
    left: -22px;
    top: -7px;
}
#party #sec02 .bx-pager{
		    bottom: 5%;
	
}
#party #sec01 .pic{
	margin-right: -2%;
}

/*=============================================*/
/*                   　wedding　　　　          */
/*=============================================*/
#wedding #sec01 {
	background: url(../img/wedding/sec01_bg2.jpg) repeat center top /100%;
	margin-top: 20px;
	margin-bottom: 20px;
	    padding: 10% 0%;
}
#wedding #sec01 .group {
	padding: 6%;
	background: url(../img/wedding/sec01_bg_1.png), url(../img/wedding/sec01_bg_3.png), url(../img/wedding/sec01_bg_2.jpg);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center center;
	background-size: 100% auto, 100% auto, 100% auto;
	width: 80%;
	margin: 0px auto;
}
#wedding #sec02 dl {
	    background: url(../img/wedding/sec02_bg.png) no-repeat center top/100% 100%;
    width: 100%;
    padding-bottom: 5%;
    z-index: 100;
    position: relative;
}
#wedding #sec02 dl dt {
	font-size: 33px;
	color: #fff;
	text-align: center;
	padding-top: 4%;
	    font-weight: bold;
    line-height: 44px;
    margin-bottom: 5px;
}
#wedding #sec02 dl .des {
	border-bottom: 1px dashed #FFFFFF;
	text-align: center;
	color:#fff;
	    margin-top: -10px;
	    font-size: 12px;
	    width: 95%;
    margin: 0px auto;
}
#wedding #sec02 dl .des2 {
	padding: 2% 7%;
	color:#fff;
}
#wedding #sec02{
	background: url(../img/wedding/sec02_bg_h.png) no-repeat center top;
	
}
#wedding #sec02 dl dd {
	text-align: center;
}
#wedding #sec02 .group2 {
	background: url(../img/wedding/sec02_bg2.png) no-repeat center top/100% 100%;
	padding-bottom: 10%;
	margin-top: 15px;
}
#wedding #sec02 .group2 h2 {
	padding-top: 5%;
}
#wedding #sec02 .group2 ul {
	list-style: disc;
	padding: 0 10%;
}
#wedding #sec02 .group3 h3 {
	border: 1px solid #000;
	margin-bottom: 10px;
}

#wedding #sec02 .group3 .toggle{
	background: #fff;
}
#wedding #sec02 .group3 ul{
	    text-align: center;
    font-size: 16px;
    line-height: 35px;
	    margin: 2% 2%;
	    font-weight: 600;
}
#wedding #sec02 .group3 .toggle-main{
	padding: 2%;
	    margin-bottom: 20px;
	}
#wedding #sec02 .group3 .toggle .toggle-link:after {
	color: #000;
}
#wedding #sec03{
	background: #fff;
}
#wedding #sec04{
	background: #fff;
}
#wedding #sec04 .bx-controls-direction{
	top: 25%;
}
#wedding #sec04 .slide_thm li a{
	    width: 31%;
    float: left;
    padding: 0 1%;
	opacity: 0.5;
	
}
#wedding #sec04 .slide_thm li a.active {
	opacity: 1;
}
#wedding #sec04 .box {
	background: url(../img/wedding/sec04_box.png) repeat center top;
	color: #fff;
	margin-top: 20px;
	position: relative;
	    padding: 5% 2%;
	
}
#wedding #sec04 .box:after{
	background: url(../img/wedding/sec04_box.png) repeat center top;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	    padding-top: 62%;
}
#wedding #sec04 .box dl dt {
	text-align: center;
}
#wedding #sec04 .box dd {
	text-align: center;
	z-index: 100;
	position: relative;
}
#wedding #sec04 .box dl{
	     padding-bottom: 8%;
}

#wedding #sec04 .box dl:before {
	    content: '';
    position: absolute;
    bottom: 98%;
    left: 20px;
    border-top: 43px solid transparent;
    border-right: 56px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 30px solid #3e3227;
}
#wedding #sec04 .box dl dt {
	z-index: 100;
	position: relative;
}
#wedding #sec05 {
	background: url(../img/wedding/sec05_bg.png) no-repeat center top/100%;
}
#wedding #sec05 ul li{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#wedding #sec05 dl{

        
	position: relative;
	 
}
#wedding #sec05 dl dt{
	    width: 30%;
    float: left;
    z-index: 100;
    position: relative;
}
#wedding #sec05 dl dd{
	    width: 68%;
    float: left;
    position: relative;
    left: 14%;
    border: 1px solid #b7a89a;
    background: #e9e4dc;
    padding-left: 17%;
    margin-top: -13%;
}
#wedding #sec05 dl dd.btn{
	top: 70%;
	
    left: 47%;
}
#wedding #sec05 .step1 dt.btn {
	
}
#wedding #sec05 .step2 {
	
}
#wedding #sec05 .step2 p {
	padding-left: 45%;
	padding-top: 17%;
}
#wedding #sec05 .step3 {
	
}
#wedding #sec05 .step3 p {
	padding-left: 45%;
	padding-top: 17%;
}
#wedding #sec05 .step4 {

}
#wedding #sec05 .step4 p {
	padding-left: 45%;
	padding-top: 17%;
}
#wedding #sec05 .step5 {

}
#wedding #sec05 .step5 p {
	padding-left: 45%;
	padding-top: 17%;
}
#wedding #sec05 .step6 {
	
	
}
#wedding #sec05 .step6 p {
	padding-left: 45%;
	padding-top: 17%;
}
#wedding #sec06 {
	background: url(../img/shared/sec02_bg1.jpg) repeat center top;
}

#wedding #sec06 .toggle {
	background: url(../img/wedding/sec06_bg1.png), url(../img/wedding/sec06_bg3.png), url(../img/wedding/sec06_bg2.png);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center center;
	background-size: 100% auto, 100% auto, 100% auto;
	margin-bottom: 10px;
	padding: 2%;
}
#wedding #sec06 .txt {
	    line-height: 30px;
    border-top: 1px dashed #6d615c;
    font-size: 16px;
    padding: 2% 2%;
	    border-bottom: 1px solid #6d615c;
}
#wedding #sec06  h3{
	padding: 2% 0;
}
#wedding #sec06 .txt2 {
	   line-height: 30px;

    font-size: 18px;
    padding: 2% 2%;
	  
}
#wedding #sec06 ul{
	    background: #eee9e0;
	padding: 3%;
}
#wedding #sec06 ul li{
	    font-size: 18px;
    padding: 0%;
    line-height: 30px;
	
	
}
#wedding #sec06 .toggle .toggle-link:after {
	color: #000;
}
/*=============================================*/
/*                   　space　　　　          */
/*=============================================*/
#space #sec01 .group {
	background: url(../img/space/sec01_p1.jpg) no-repeat center top/100% 100%;
	padding-top: 5%;
	position: relative;
}
#space #sec01 p {
    color: #fff;
    float: left;
    width: 80%;
    position: absolute;
    left: 0%;
    top: 13%;
}
#space #sec01 h2 {
	width: 22%;
    float: right;
    margin-top: -2%;
    padding-bottom: 10%;
}
#space #sec02 .slide_thm.first a.active img {
	
}
#space #sec02 .group2 .t1:before{
content: "";
    border: 1px solid #000;
    display: block;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
}
#space #sec02 .group3 .t2:before{
	    content: "";
    border: 1px solid #000;
    display: block;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
}
#space #sec02 .slide_thm li {
	width: 45%;
	float: left;
	padding: 2%;
}
#space #sec02 .slide_thm li a{

	display: block;
}
#space #sec02 .slide_thm li.t2 a{
background: #000;
	display: block;
}

#space #sec02 .slide_thm.last li a.active{
background: #fff;
	display: block;
}
#space #sec02 .slide_thm.last li a.active img{
	opacity: 0.5;
}
#space #sec02 .slide_thm.last li a img{
	opacity: 0.8;
}
#space #sec02 .slide_thm.first li a.active{
	background: url(../img/space/bg_sli1.png) no-repeat center top /100% 100%;
}
#space #sec02 .group2 {
	position: relative;
	    background: #fff;
}
#space #sec02 .slide_thm li.t1{
	border-right: 1px solid #000;
}
#space #sec02 .group2 .p1 {
	width: 65%;
	float: right;
	background: url(../img/space/sec02_p1.jpg) no-repeat center top;
	background-size: cover;
	    padding: 3% 0 0%;
}
#space #sec02 .group2 .t1 {
	width:35%;
	float: left;
	background: url(../img/space/sec02_bg.jpg) repeat center top;
	padding: 3% 0% 0%;
	position: relative;
}
#space #sec02 .group2 .t1 p{
	display: block;
	margin: 0px auto;
}
#space #sec02 .group3{
	background: #fff;
}
#space #sec02 .group3 .p2 {
	width: 65%;
	float: right;
	background: url(../img/space/sec02_p4.jpg) no-repeat center top;
	background-size: cover;
	    padding: 3% 0 0;
}

#space #sec02 .group3 .t2 {
	width: 35%;
	float: left;
	background: url(../img/space/sec02_bg.jpg) repeat center top;
	position: relative;
	padding: 3% 0% 0%;
}
#space #sec02 .group3 .t2 p {
	margin: 0px auto;
}
#space #sec02 .group3 .t2:before{
	
}
#space #sec02 .group4 .t3 {
	width: 40%;
	float: left;
	background: url(../img/space/sec02_bg.jpg) repeat center top;
}
#space #sec02 .group4 .p3 {
	width: 60%;
	float: left;
}
#space #sec03 .img {
	margin-top: -20%;
}
#space #sec05 .slide_thm li {
	width: 29%;
	padding: 2%;
	float: left;
}
#space #sec05 .slide_thm li a{
	background: #000;
	display: block;

}
#space #sec05 .slide_thm li a img{
	opacity: 0.8;
}
#space #sec05 .slide_thm li a.active img{
	opacity: 0.5;
}
#space #sec05 .slide_thm li a.active{
	
	background: #fff;
}

#space #sec05 .btn{
	background: url(../img/space/sec04_banner.jpg) no-repeat center top /100% 100%;
	    padding: 24% 0%;
    position: relative;
	
}
#space #sec05 .btn .group{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    width: 94%;
}
#space #sec05 .btn .t1{
	
}
#space #sec05 .btn .txt{
	    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
    margin: 0px auto;
}
/*=============================================*/
/*                   　cafefood　　　　          */
/*=============================================*/
#cafefood #sec04 .info {
	background: url(../img/cafefood/sec04_bg.png) no-repeat center top/100%;
	padding: 8%;
}
#cafefood #sec07 dt {
	width: 30%;
	float: left;
}
#cafefood #sec07 dd {
	text-align: right;
	font-weight: 600;
	width: 70%;
	float: right;
}
#cafefood #sec07 .group2 .child1{
	position: relative;
}

#cafefood #sec07 .group2 .child1 .price{
	    font-size: 14px;
    font-weight: 600;
    position: absolute;
	     left: 50%;
    bottom: 2%;
    margin-left: 29%;
}
#cafefood #sec08 {

}
#cafefood #sec08 .slide_thm li {
	width: 46%;
	padding: 2%;
	float: left;
}
#cafefood #sec08 .bx-controls-direction {
	top: 55%;
}
#cafefood #sec08 dt {
	margin-bottom: 10px;
}
#cafefood #sec08 dd {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
#cafefood #sec08 dd span{
	font-size: 15px;
}
#cafefood #sec08 .slide_thm li a.active img {
	opacity: .5;
}
#cafefood #sec08 li a{
	background: #000;

	display: block;
}#cafefood #sec08 h2{
	margin-right: -2%;
}
#cafefood #sec08 li a img{
		opacity: 0.8;
}
#cafefood #sec03 .price{
		text-align: center;
	font-size: 22px;
	font-weight: bold;
	background: url(../img/cafefood/sec03_line.png) no-repeat center bottom;
	    padding-bottom: 10px;
}
#cafefood #sec03 .price span{
	font-size: 14px;
}
#cafefood #sec08 li a.active{
	background: #fff;
	
}
#cafefood #sec04 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	position: relative;
}
#cafefood #sec08 li a.active img{
	opacity: 0.5;
}
#cafefood #sec03 .price{
	position: relative;
}
#cafefood #sec03  .price .ul1{
	position: absolute;
	top: 50%;
	right: 4%;
	margin-top: -10px;
}
#cafefood #sec03  .price .ul2{
	position: absolute;
	top: 75%;
	right: 4%;
	margin-top: -10px;
}

#cafefood #sec03 .price ul li {
    font-size: 30px;
    color: #c7b400;
    font-weight: 500;
	    padding-bottom: 30px;
}
#cafefood #sec06 .price{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
		background: url(../img/cafefood/sec03_line.png) no-repeat center bottom;
	    padding-bottom: 10px;
}
#cafefood #sec06 .price span{
	font-size: 14px;
}
#cafefood #sec06 .img{
	margin-right: -2%;
}
#cafefood #sec07 dl{
	border-bottom: 2px dotted #333;
	line-height: 35px;
}
#cafefood #sec07 .group2{
	margin-top: -35px;
}

#cafefood #sec07 .group2 .p1{
	    margin-top: -22%;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
/*=============================================*/
/*                   　access　　　　          */
/*=============================================*/
#access .phone {
	font-size: 20px;
	font-weight: bold;
}
#access dt {
	float: left;
	width: 30%;
}
#access dd {
	float: left;
	width: 70%;
	line-height: 25px;
}
#access dl {
	margin-bottom: 15px;
}
#access #map {
	height: 300px;
}




#event{
	width:90%;
	margin:20px auto;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	color:#4e4b56;
	background:rgba(146,119,83,0.7);
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	background:rgba(255,255,255,0.7);
	border: 2px solid #4e4b56;
	-webkit-border-radius: 2px;
	border-radius: 4px;
	box-sizing:border-box;
	letter-spacing:-0.5px;
	font-weight:bold;
	line-height:26px;
}
#oshirase .txtx3{
color: #5B872D;
font-weight: bold;

}
/*=============================================*/
/*         スマホしたについてくるボタン　      */
/*=============================================*/

#yoyaku a{
	width:100%;
	position:fixed;
	bottom:0;
	padding: 13px 0;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 19px;
	background-color: #536f70;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	z-index:999;
	font-weight:bold;
}