@charset "UTF-8";
/*---------------------
		フォント設定
---------------------*/
@font-face {
	font-family: 'baubodbc';
	font-weight: normal;
	src: url("/fonts/baubodbc.eot");
	src: url("/fonts/baubodbc.woff") format("woff"), url("/fonts/baubodbc.otf") format("opentype"), url("/fonts/baubodbc.svg#svgFontNam") format("svg"), url("../fonts/baubodbc.ttf") format("truetype");
}
@font-face {
	font-family: 'koz';
	font-weight: normal;
	src: url("/fonts/koz.otf") format("truetype");
}
/*---------------------
		タグ初期設定
---------------------*/
html, body {
	min-height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-justify: inter-ideograph;
	-webkit-font-smoothing: antialiased;
	zoom: 1;
	overflow-x: hidden;
	font-size: 15px;
	font-family: 'baubodbc';
	font-weight: lighter;
}
.container {
	width:980px;
	margin: 2rem auto;
	position: relative;
}


/*---------------------------------------------------------------
		ヘッダープルダウン
---------------------------------------------------------------*/

.pulldown-box {
	display: none;
	position: absolute;
	right: -17%;
	padding: 30%;
	top: 76%;
	margin-top: 4rem;
	z-index: 999;
	background: #FFF;
	background-size: contain;
	background-size: 100%;
}
.pulldown-box li:first-child {
	/* margin-top: 4rem; */
	padding-bottom: 1.5rem;
	margin-bottom: 0rem;
	border-bottom: dotted #947f28 1px;
	padding-bottom: 3%;
	margin-bottom: 25px;/* padding-right: 9%; */
}
.pulldown-box li p {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	color: #947f28;
}
.pulldown-box li p:first-child {
	/* width: 8%; */
	margin-right: 0%;/* padding: 0.2rem; */
}
.menu-sp .pulldown-box {
	/* height: 1280%; */
	width: 560%;
	/* background: url(../images/frame4.png) no-repeat; */
	background-size: contain;
	-webkit-box-shadow: 0px 5px 18px -4px;
	        box-shadow: 0px 5px 18px -4px;
	top: 5px;
}
.mail .pulldown-box {
	width: 740%;
	top: 20px;
	-webkit-box-shadow: 0px 5px 18px -4px;
	        box-shadow: 0px 5px 18px -4px;
	right: -195%;
}
.mail .pulldown-box li .title {
	font-size: 30px;
	text-align: center;
	display: block;
	font-family: 'baubodbc';
	color: #000;
}
.tel-pc .pulldown-box li .title {
	font-size: 30px;
	text-align: center;
	display: block;
	font-family: 'baubodbc';
	color: #000;
}
.tel-pc .pulldown-box {
	width: 740%;
	top: 20px;
	-webkit-box-shadow: 0px 5px 18px -4px;
	        box-shadow: 0px 5px 18px -4px;
	right: -265%;
}
.pulldown-box li p:first-child {
	font-size: 1.6rem;
	padding-top: 0px;
}
.pulldown-box li p {
	/* width: 6%; */
	font-family: 'baubodbc';
	color: #000;
}
.mail .pulldown-box li p .mgt_mail {
	margin-top: -25px;
}
.mail .pulldown-box li .mail_Text {
	/* width: 6%; */
	font-family: serif;
	color: #947f28;
	font-size: 1.1rem;
	position: absolute;
	font-weight: bold;
	left: 220px;
	margin-top: -10px;
}
.pulldown-box li p:first-child {
	text-align: left;
}
.bg {
	background-size: contain;
	background-size: 100%;
}
.bgsp {
	background-size: contain;
	background-size: 100%;
}
.pc .pulldown {
	position: relative;
	width: 5rem;
	padding: 1rem;
	cursor: pointer;
}
.pc .pulldown:hover .pulldown-box {
	display: block;
}
.hover, .side-menu li:hover a, .instagram-gallery .btn a:hover{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#copyright a:hover {
	color: #FFF;
}
#copyright a:link {
	color: #FFF;
	text-decoration: none;
}
#copyright a:visited {
	color: #FFF;
}
#copyright a:activehover {
 color: #FFF;
}
/* line 286, ../../html/sass/style.scss */
.sub-title {
	text-align: center;
	color: #fc1681;
	font-size: 2rem;
	padding: 0rem 0 1rem;
	font-weight: lighter;
	font-family: 'baubodbc';
}
/* line 293, ../../html/sass/style.scss */
.sub-title br {
	display: none;
}




#contents h3 {
	text-align:center;
    color: #947f28;
    padding: 2rem 0 1rem;
    font-size: 2rem;
    font-family: serif;
}





/*---------------------------------------------------------------
		header
---------------------------------------------------------------*/
#header {
	margin-bottom: 2rem;
}
#header h1{
	width:100px;
	float:left;
	width:70px;
	font-size:100%;
	line-height:1.1em;
	margin:-15px 25px 0 0 ;
	padding:0;
}
header .headerInner {
	max-width: 980px;
	margin: 25px auto 15px;
	width: 95%;
}
header nav {
	padding-top: 5px;
}
header nav ul li {
	float: left;
	padding: 0px 20px;
	border-left: 1px solid;
	line-height: 1.3em;
}
header nav ul li:first-child {
	padding-left: 0px;
	border-left: none;
}
header .headerInner .spBox {
	display: none;
}

/*---------------------------------------------------------------
		headerメニュー
---------------------------------------------------------------*/
header .ulBox2 li{float:left;padding: 0px 10px;cursor: pointer;}
header .ulBox2 li:first-child{padding-left:0px;border-top: none;}

header .pullBtn_hover{position:relative;}

header .gnav_classList{position: absolute;background: rgba(149, 127, 41, 0.9);width: 300px;right: -110px;top: 50px; z-index: 9999; }

header .novaPullDown{padding: 0% 10%;}

header .pullTgt_hover li{float: none;text-align: center;line-height: 1.3em;padding: 10px 0px;border-top: 1px dashed #fff;}
header .pullTgt_hover li a{color: #fff;font-size: 13px;}
header .pullTgt_hover li span{font-weight:bold;font-size: 18px;}

header nav ul li.jp{letter-spacing: -1.2px;padding: 0 15px;}
header .pullTgt_hover li.jp{padding:20px 0px }

/*---------------------------------------------------------------
		メイン画像　見出し 
---------------------------------------------------------------*/
.top-image #sp {
	display: none;
}
.top-image .intro {
	background: url(../images/about/img_bgphoto.jpg) no-repeat;
	position: static;
	padding: 3.2rem 0;
}
.intro h2 {
	color: #FFF;
	text-align: center;
	font-size: 4rem;
	font-weight: lighter;
	font-family: 'baubodbc';
}
.intro p {
	color: #FFF;
	text-align: center;
	margin-top: -15px;
	font-size: 80%;
}


/*---------------------------------------------------------------
		フッターのボタン類
---------------------------------------------------------------*/

.message {
	text-align: center;
}
.message h3 {
	font-size: 4rem;
	font-weight: lighter;
	padding: 3rem 0 1rem;
}
.message p {
	line-height: 3rem;
	font-size: 1rem;
	font-family: serif;
}
.message .social-bottom {
	text-align: center;
}
.message .social-bottom .social-icon {
	display: inline-block;
	width: 10%;
	padding: 2rem 1.6rem;
}
.message .social-bottom .social-icon a {
	display: block;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.message .social-bottom .social-icon a:hover {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}


/*---------------------------------------------------------------
    footer部分
---------------------------------------------------------------*/

footer {
  background: #EEE;
}
footer .footer-menu {
  padding-left: 2rem;
}
footer .footer-menu ul {
  text-align: center;
  padding:2rem 0;
}
footer .footer-menu li {
  display: inline-block;
  font-family: serif;
  padding:0 20px;
}
footer .footer-menu li a {
  text-decoration: none;
  color: #464646;
  font-size: 0.8rem;
}
footer .footer-menu li a:hover {
  text-decoration: underline;
}
footer .footerText {
    width: 100%;
    background: #947f28;
}
footer .footerTextInner p{
	color:#fff;
	padding:10px 0px;
	text-align: center;
}



.top-button {
	position: fixed;
	right: 5%;
	bottom: 5%;
	text-align: center;
	width: 4rem;
	height: 4rem;
	border: solid 0.1rem #947f28;
	border-radius: 50%;
	line-height: 1;
	z-index: 99;
}
.top-button span {
	display: block;
	font-size: 0.5rem;
}
.top-button:hover {
	background: #947f28;
}
.top-button:hover a {
	color: #FFF;
}
.top-button a {
	color: #947f28;
	text-decoration: none;
	display: block;
	padding: 1rem 0;
	font-family: 'baubodbc';
}
/*---------------------
		CD新規追加
---------------------*/

.menu-sp .pulldown-box li dl dt {
	width: 60%;/* float: left; */
	margin: 0 auto;
}
.menu-sp .pulldown-box li dl {
	width: 47%;
	float: left;
}
.menu-sp .pulldown-box li dl .order_txt {
	font-size: 20px;
	text-align: center;
	font-family: 'baubodbc';
	color: #000;
}
.menu-sp .pulldown-box li dl a {
	text-decoration: none;
}
.menu-sp .pulldown-box li dl:first-child {
	border-right: 1px solid #947f28;/* margin-left:  15px; *//* margin-right:  5px; *//* padding: 0% 4%; */
	padding-right: 3%;
	margin-left: 9px;
}
.menu-sp .pulldown-box li dl:last-child {/* padding-left: 5%; *//* margin-left: 20px; */
	padding-left: 3%;
}
.menu-sp .pulldown-box li dl dd:last-child {
	font-size: 120%;
	text-align: center;
	color: #6d5e1d;
	font-weight: bold;
}
.menu-sp .pulldown-box li dl .order_txt:hover {
	color: #947f28;
}
.mail .pulldown-box li {
	margin-bottom: 20px;
}
.mail .pulldown-box li:nth-child(2), .mail .pulldown-box li:nth-child(3) {
	padding-left: 45px;
	border-bottom: 1px solid #947f28;
	padding-bottom: 15px;
}
.mail .pulldown-box .en_Txt:hover, .mail .pulldown-box .en_Txt:hover {
	color: #947f28;
}
.tel-pc .pulldown-box li {
	margin-bottom: 26px;
}
.tel-pc .pulldown-box li:nth-child(2), .tel-pc .pulldown-box li:nth-child(3) {
	padding-left: 50px;
	border-bottom: 1px solid #947f28;
	padding-bottom: 25px;
}





