@charset "utf-8";
/**
 * style 
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "css/import/reset.css";
@import "css/import/util.css";
/* @import "ext_%7BbukkenID%7D/%7BbukkenID%7D.css"; */

/**
 * 2. html, body
 */
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
	}
	a:visited {}
	a:hover {
	}
	a:active {}

/* heading */
	.siteTitle {
		/*dont use <h1> selector*/
	}
	.contentTitle {
		/*dont use <h2> selector*/
	}

/* cap */
/**
 * 4. Layout
 */
	
/* fNav */
	
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

	
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	text-align: center;
	line-height: 1.5;
	background-color: #EBF9F9;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#container{
	text-align: left;
}

#main {
	margin: 0 auto;
	padding: 30px 20px 26px 30px;
	width: 960px;
	background-color: #FFF;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding: 5px 0 14px;
	/*background: url(img/h_bg.gif) repeat center top;*/
	z-index: 100;
	position: relative;
}

#header .hInner {
	margin: 0 auto;
	width: 960px;
	position:relative;
}
#header .hInner .h-tel{
	position:absolute;
	/*top:40px;*/
	right:0px;
}

#header .hInner h1 {
	float: left;
	width: 600px;
}

#header .hInner .hLink {
	margin-top: 5px;
	float: right;
}

#header .hInner .hLink li {
	padding-left: 2px;
	float: left;
}

#header .hInner .hLink li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#header li img {
	display: block;
}

#header .logo {
	margin: 0 auto 31px;
	width: 224px;
}

#header .logo img {
	display: block;
	margin-top: -10px;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	width: 774px;
	margin: 0 auto;
}

@media screen and (max-width:600px) {
#gNavi {
	display:none;	
	}
}

#gNavi li {
	margin-right: 38px;
	float: left;
	position: relative;
}

#gNavi li a {
	display: block;
}

#gNavi li a:hover img {
	visibility: hidden;
}

#gNavi li.home a {
	background: url(img/g_navi01_over.png) no-repeat;
}

#gNavi li.concept a {
	background: url(img/g_navi02_over.png) no-repeat;
}

#gNavi li.menu a {
	background: url(img/g_navi03_over.png) no-repeat;
}

#gNavi li.gallery a {
	background: url(img/g_navi04_over.png) no-repeat;
}

#gNavi li.bridal a {
	background: url(img/g_navi07_over.png) no-repeat;
}
#gNavi li.camp a {
	background: url(img/g_navi05_over.png) no-repeat;
}

#gNavi li.staff a {
	background: url(img/g_navi06_over.png) no-repeat;
}

#gNavi li.staff {
	margin-right: 0;
}

#gNavi .subNavi {
	width: 120px;
	position: absolute;
	display: none;
	left: -20px;
	top: 27px;
	padding-top: 13px;
}

#gNavi .subNavi li {
	width: 120px;
	float: none;
	font-size: 1.2em;
	text-align: center;
	border-bottom: 1px solid #ECECEC;
	background-color: #FFF;
}

#gNavi .subNavi li a {
	padding: 8px 5px;
	display: block;
	background: none !important;
}



/*------------------------------------------------------------	
　　　ハンバーガーメニュー
* ------------------------------------------------------------*/


#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 60px;
  left: 24px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #47321f;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #baeeea;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #c5f1ee;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}

.menu__box li {
	margin:20px 12px;
}
.menu__box li:first-child {
	margin-top:60px;
}

.menu__box li a {
	font-size:1.4rem;
	font-weight:bold;
	
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 630px;
	float: left;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	margin: 0 0 0 0;
	width: 230px;
	float: right;
	z-index: 100;
	position: relative;
}

#sideBar img {
	display: block;
}

#sideBar .logo {
	margin-bottom: 11px;
	text-align: center;
}

#sideBar .logo img {
	display: inline-block;
	vertical-align: top;
}

#sideBar a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#sideBar .title {
	margin-bottom: 1px;
}

#sideBar .map {
	margin-bottom: 10px;
}

#sideBar p {
	margin-bottom: 16px;
	font-size: 1.2em;
	line-height: 1.3;
	word-wrap: break-word;
}

#sideBar .sLink {
	margin-bottom: 5px;
}

#sideBar .facebook {
	margin-bottom: 5px;
}

#sideBar .sLink li {
	padding-bottom: 5px;
	float: left;
}

#sideBar .banner li {
	margin-bottom: 5px;
	float: left;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 20px 0 15px;
	/* background: url(img/f_bg.gif) no-repeat center bottom; */
	/* border-top: 1px solid #C5EBF0; */
	background-color: #D8F0F8;
}

#footer .fInner {
	margin: 0 auto 28px;
	width: 920px;
}

#footer .fInner .fBox {
	margin-top: 5px;
	width: 350px;
	float: left;
}

#footer .fInner .fBox p {
	font-size: 1.1em;
}

#footer .fInner .fBox p span {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
}

#footer .fInner .fNavi {
	width: 505px;
	float: right;
}

#footer .fInner .fNavi li {
	width: 122px;
	float: left;
}

#footer .fInner .fNavi li a {
	font-size: 1.1em;
	line-height: 2;
	text-decoration: underline;
}

#footer .fInner .fNavi li a:hover {
	text-decoration: none;
}

#footer .fInner .fNavi .subUl li {
	float: none;
}

#footer .copyright {
	margin: 0 auto 0;
	width: 920px;
	font-size: 1.1em;
	text-align:right;
}

/*------------------------------------------------------------
	  h2
------------------------------------------------------------*/
h2 {
	padding-top: 27px;
	text-align: center;
	background: url(img/h2_bg.png) repeat-x left top;
}

h2 img {
	vertical-align: top;
	width: 100%;
	max-width: 100%;
}

/*------------------------------------------------------------
	  comPhotoList
------------------------------------------------------------*/
#conts .comPhotoList {
	margin: -4px -4px 0 0;
	overflow: hidden;
	zoom: 1;
}

#conts .comPhotoList li {
	float: left;
	margin: 4px 4px 0 0;
	width: 154px;
	height: 154px;
	overflow: hidden;
}
#conts .comPhotoList a {
	display: block;
	position: relative;
}

#conts .comPhotoList a span {
	padding: 114px 10px 0;
	height: 40px;
	width: 134px;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3;
	cursor: pointer;
	background: url(img/hover_bg.png) repeat left top;
	 	z-index:100;
}

#conts .comPhotoList li img {
	display: block;
	position: relative;
	left: -25px;
}

#conts .comPhotoList a:hover span {
	display: block;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
/*	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
*/}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
/*	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
*/}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('js/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('js/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow-y: scroll !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('js/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('js/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('js/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}