/*style reset */


/*common*/
.fb-like-box {
    float: left;
    width: 520px;
    margin-top: 30px;
}
.p0{padding:0;}
.mt1{margin-top:1em;}
.no-gutter > [class*='col-'] {
padding-right: 0;
padding-left: 0;
}
@media (max-width: 767px){
	.mb-sx-4 {
	  margin-bottom: 4em;
	}
}

rt {
  font-size: 10px;
}
.fullWidth_container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.fullWidth_container .row {
	margin-right: 0px;
	margin-left: 0px;
}

/*ログイン時のCSS */
.logged-in #header #gn{
	top:32px;
}

/*===================================================
	header
===================================================*/
#header #gn{
	width: 100%;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.4);
	margin-bottom: 30px;
	background: rgba(81, 81, 81, 0.8);
	}
#header #gn a:hover,
#header #gn a:active{
background:rgba(10, 10, 10, 0.8);
}
#header #gn ul li.open a.dropdown-toggle{
background: rgba(81, 81, 81, 0.8);
}
@media (min-width: 768px){
	#header #gn{
	/*
		position:absolute;
	*/
		position:fixed;
		z-index:9999;
		top:0;
		width: 100%;
		height: 40px;
		border-top: 1px solid #c06;
		border-bottom: 1px solid #c06;
		box-shadow: 0 1px 5px 0 rgba(0,0,0,0.4);
		margin-bottom: 0px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #E45C86), color-stop(0.00, #E45C86));
	background: -webkit-linear-gradient(top, #E45C86 0%, #E45C86 88%);
	background: -moz-linear-gradient(top, #E45C86 0%, #E45C86 88%);
	background: -o-linear-gradient(top, #E45C86 0%, #E45C86 88%);
	background: -ms-linear-gradient(top, #E45C86 0%, #E45C86 88%);
	background: linear-gradient(to bottom, #E45C86 0%, #E45C86 88%);
		}
	#header #gn a {
		text-decoration: none;
		color: #fff;
		display: block;
		font-size: 14px;
		text-align: center;
		padding: 10px 0;
		border:1px solid #EA6D94;
		transition: all .5 linear;
		-webkit-transition: all 0.4s ease;
	}
	#header #gn a:hover,
	#header #gn ul li a:active,
	#header #gn ul li.open a.dropdown-toggle {
		background: #DB3469;
	}
	#header #gn ul{
		width: 100%;
		margin: 0 auto;
		float:none;
		}
/*
	#header #gn .dropdown{
		transition: all .5 linear;
		-webkit-transition: all 0.4s ease;
		}
	#header #gn .dropdown .dropdown-menu{
		transition: all .5 linear;
		-webkit-transition: all 0.4s ease;
		opacity:0;
		display: block;
		height: 1px;
		transform: scale(.1);
		}
	#header #gn .dropdown:hover .dropdown-menu{
		transform: scale(1);
		opacity:1;
	}*/
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
		background:#ea1081;
	}
}
#header #gn .navbar-nav>li:first-child {
	width:5%;
}
#header #gn .navbar-nav>li:first-child a{
	font-size:20px;
}
#header .navbar-header{
	margin-bottom:10px;
	}
#header #gn-mobile{
	background:#999;
	margin:0;
	padding:1.5%;
	}
#header #gn-mobile a{
	color:white;}
@media (min-width: 768px){
	/* /css/style.css reset */
	#header #area{margin-top:0 !important;}
	#header #header-info {
		width:50% !important;
	 margin-right: 0px !important;
	 text-align: right !important;
	 position:static !important;
	 right: 0 !important;
	}
	#header .navbar-header{
		margin-top: 45px;
		}
	/*reset done*/
	#header #gn ul li{
		width:15.8%;
	}
	#header #gn ul li li{
		width:100%;
		background:rgb(229, 144, 170);
	}
	#google_translate_element{
		margin-top:15px;
	}
}
/*
#header #gn ul li a,
#header #gn ul li{
	overflow: hidden;
	display: block;
	height:40px;
	}
*/
#header #gn ul li a{
	color: white;
	vertical-align: middle;
	text-align: center;
	font-weight:bold;
	}
#header #gn ul li a:active,
#header #gn ul li a:hover{
	color:white;
	}
#header #area{
float: right;
width: 290px;
font-size: 12px;
margin-bottom: 0;
padding-bottom: 0;
margin-top:30px;
	}

#header .btn-mobile {
	padding: 9px 9px 0px;
	color: gray;
}
#header .btn-mobile small{
	font-size:10px;
	padding:0;
}

@media (min-width: 992px){
.pull-right-md{
	float: right;
}
#header .navbar-brand{
	width:60%;
}
#header #gn ul li{
	width:15.8%;/*18.8%*/
	}
}

@media (min-width: 1200px){
#header .navbar-brand{
	width:46%;
}
}
/*190705_ITB_ADD_ドロップダウン孫階層*/
.subDropdown {
	position: relative;
}
.subDropdown .dropdown-submenu {
	position: absolute;
	top: 100%;
	top: 0;
	left: 99%;
	z-index: 1000;
	display: none;
	float: none;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.subDropdown:hover .dropdown-submenu {
	display: block;
	transform: scale(1);
}
@media (max-width: 767px){
	.subDropdown .dropdown-submenu {
		top: 100%;
		left: 0;
		position: relative;
	}
}
@media only screen and (min-width : 768px) {
	/* デスクトップ表示ではホバー操作でドロップダウンを表示 */
	.dropdown:hover .dropdown-menu {
		display: block;
		transform: scale(1);
	}
}

/*===================================================
	breadcrumb
===================================================*/
nav.bread_bg {
	background: #f5f5f5;
}
.breadcrumb{
	margin-bottom:0;
	font-size:12px;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}
@media (max-width: 1199px){
	.breadcrumb{
		max-width: 1170px;
	}
}
.breadcrumb>li+li:before{
	content:">";
	}
/*===================================================
	stick side and bottom
===================================================*/

#sidestick{
	position: fixed;
	z-index:999;
	background:#EEE;
}
#sidestick ul li a{
	display: block;
	text-align: center;
	padding: 8px;
	color: black;
}
#sidestick ul li a i{
	display: block;
	color: #DB3469;
}
@media (max-width: 767px){
body{
	padding-bottom: 60px;
}
#sidestick{
		bottom:0;
		width: 100%;
		background-color: #ffccd5;
box-shadow:rgb(143, 143, 143) 0px -1px 15px -3px;
-webkit-box-shadow:rgb(143, 143, 143) 0px -1px 15px -3px;
-moz-box-shadow:rgb(143, 143, 143) 0px -1px 15px -3px;
	}
	#sidestick ul li a{
		border-right: 1px solid white;
		min-height: 40px;
		font-size: 10px;
/*
			width:49%;
			width: 33%;
*/
		width: 25%;
		padding: 11px;
		float: left;
		font-size: 12px;
		font-weight: bold;
	}
	#sidestick ul li:last-child a{
		float: right;
	}
	#sidestick ul li a i{
		font-size: 20px;
		padding-top: 6px;
		margin-bottom: 5px;
	}
}
@media (min-width: 768px){
	#sidestick{
		right:0;
		top:20%;
		min-height:100px;
		width:70px;
		opacity: 0.5;
		}
	#sidestick:hover,#sidestick:focus{
		opacity: 1;
	}
	#sidestick ul li a{
		border-bottom: 1px solid #ccc;
		width: 100%;
		min-height: 50px;
		font-size: 10px;
		border-top:1px solid white;
	}
	#sidestick ul li a:hover,#sidestick ul li a:active{
		text-decoration: none;
		color: #DB3469;
	}
	#sidestick ul li a i{
		font-size: 30px;
		margin-bottom: 8px;
	}
}

/*===================================================
	footer
===================================================*/
#footerLine{
	background:#E45C86;
	}
#footerLine ul{
  padding-top: 14px;
  padding-bottom: 14px;
	}
#footer p.address:before{
content: "要予約";
font-size: 9px;
border-radius: 8px;
display: inline-block;
width: 6em;
background: #f39;
text-align: center;
margin-right: 8px;
color: #fff;
	}
#footerNav {
	margin-bottom:2em;
	}
#footerNav li{
	line-height:1.8;
	}
#footerNav ul li:first-child {
border-bottom: 1px solid #666;
margin-bottom:.5em;
}
#footerNav ul li + li:before{
content: "\f0da";
font-family:FontAwesome;
padding-right:8px;
}
#footer #shop-info > div{
background:white;
border:1px solid #ccc;
border-radius: 10px;
padding:1%;
}
#footer #shop-info h4{
	margin:10px 0 0px;
	}
#footer #shop-info .tel{
	margin-bottom:0px;
}
#footer #shop-info .tel a{
	font-size:20px;
	font-weight:bold;
	}
#footer #shop-info .tel a:hover,#footer #shop-info .tel a:active{
	text-decoration:none;
	color:#C00;
}
.line-right li{
	border-right: 1px solid #AAA;
	padding-right: 1em;
}
.line-right li:first-child{
	border-left:1px solid #AAA;
	padding-left: 1em;
}
/*===================================================
	table
===================================================*/

@media only screen and (max-width:480px){
#p-contact table.sheet th{ width:100% !important;}
#p-contact table { margin: 0 -10px; }
#p-contact table th,
#p-contact table td{
        width: 100%;
        display: block;
        border-top: none;
    }
#p-contact table tr:first-child th   { border-top: 1px solid #ddd; }
}

/* --------------------------------------------------
	pager
-------------------------------------------------- */
.wp-pagenavi{
	clear: both;
	padding: 10px;
	margin-top: 30px;
	color:#6A6A6A;
	text-align:center;
}
.wp-pagenavi .pages,
.wp-pagenavi .extend,
.wp-pagenavi .last{
display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 8px !important;
	margin: 2px;
	background: white;
	border-radius: 3px;        /* CSS3è‰æ¡ˆ */
    -webkit-border-radius: 3px;    /* Safari,Google Chromeç”¨ */
    -moz-border-radius: 3px;   /* Firefoxç”¨ */
	}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #A30F0F;
}
.wp-pagenavi .pages,
.wp-pagenavi .nextpostslink:link,
.wp-pagenavi .previouspostslink:link{
	background: #F8F8F8;
}
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover{
	color:white;
	background:#f84c78;
}
.wp-pagenavi span.current {
	font-weight: bold;
	background: #3E3F44;
	color: white !important;
}

/*
	IE 6-8
*/
body            {
    font-size:80%\9
}
/*
	IE9
*/
body:not(:target) {
    font-size:80%\9;
}
/*===================================================
	キャンペーン対応＿ITB
===================================================*/
@media (max-width: 767px){
	.fullWidth_container.campaign_archive_container {
		padding-left: 0px;
		padding-right: 0px;
	}
}
.campaign_ttl {
	border-bottom: 3px solid #D8C493;
	margin: 0 15px 20px;
	line-height: 1.5;
	font-size: 24px;
	background: #575050;
	padding: 5px 20px;
	color: #fff;
}
@media (max-width: 767px){
	.campaign_ttl {
		font-size: 20px;
		margin: 0 15px 10px;
	}
}
.campaign_archive_container .item-cam .inner a {
	background:#f5f5f5;
	padding:3%;
	border: 1px solid #f5f5f5;
	display: block;box-shadow: 0 6px 8px rgba(0,0,0,.175);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
.campaign_archive_container .item-cam .inner a:hover {
	background:#fafafa;
	padding:3%; border: 1px solid rgba(30, 70, 80, 0.34);
	text-decoration: none;
}
.campaign_archive_container .item-cam .inner a p {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	margin-bottom: 0;
}

/*===================================================
	single
===================================================*/
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.bxslider li {
	display: none;
}
.bx-viewport .bxslider li {
	display: block !important;
}

/*===================================================
	top
===================================================*/
#p-home .bx-wrapper {
	max-width: 1140px !important;
	width: 100% !important;
}

#p-home .fb-like-box,
#p-home .fb-like-box span,
#p-home .fb-like-box iframe[style] {
	width: 100%!important;
}

#p-home #instaBlock {
	margin-top: 30px;
	border: 1px solid #ccc;
 }

#p-home #recruit {
	background-size: auto 100%;
	height: 400px;
	background-position: right center;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding-bottom:2px;
}
#p-home #recruit .bg-white {
	background:rgba(255, 255, 255, 0.7);
	padding:6rem 2rem;
	height: 396px;
}
#p-home #recruit02 {
	background-size: auto 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: left center;
}
#p-home #recruit02 .bg-white {
	background:rgba(255, 255, 255, 0.6);
	padding:6rem 2rem;
	height: 400px;
}
/*===================================================
	weddingplans-child
===================================================*/
#p-wedding-child #sc1{
	background:#fefefe;
}
#p-wedding-child .planbox{
	display: block;
	box-shadow: 0px 0px 10px 0px #ccc;
	background:white;
}
#p-wedding-child .planbox .desc{
	padding:5%;
}
#p-wedding-child .desc .plan-price{
	color: #ED7983;
	font-size: 28px;
	font-weight: bold;
}
#p-wedding-child .desc small{
	font-size: 40%;
}
#p-wedding-child .planbox a:hover{
	text-decoration: none;
}
#p-wedding-child .plan-item-icon li{
	width: auto;
}
#p-wedding-child #jinja li h4{
	font-size:13px;
	}
#p-wedding-child #jinja #myTabContent h3{
	margin-bottom:1em;
	text-align:center;
	}
#p-wedding-child .tab-area li{
	width:10% !important;
	}
@media (min-width: 768px){
	#p-wedding-child #jinja li h4{
		font-size:12px;
		}
	#p-wedding-child #jinja li div.innr dl{
		font-size:10px;
	}
}
@media(max-width:575px){
	#p-wedding-child ul.list-entrypost li{
		border-bottom: 1px solid #ccc;
	}
	#p-wedding-child ul.list-entrypost li .title{
		font-size: 14px;
	}
}
#p-wedding-child ul.optionList {
	max-width: 1140px;
	padding: 0;
	width: 100%;
	margin-bottom: 60px;
}