@charset "utf-8";
@import url(normalize.css);
@import url(default.css);


.pc { display: inline; }
.smp { display: none; }

body {
	min-width:1074px;
	margin:0 auto;
	position: relative;
}

.serif{
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a.arrow,
.arrow a{
	padding-left: 14px;
	background: url(../img/icn-arrow.png) 0 4px no-repeat;
}
a.arrowL,
.arrowL a{
	padding-left: 14px;
	background: url(../img/icn-arrowL.png) 0 4px no-repeat;
}
a.arrowR,
.arrowR a{
	padding-right: 14px;
	background: url(../img/icn-arrow.png) 100% 4px no-repeat;
}

.contents .btns{
	clear: both;
	margin: 30px 0;
	text-align: center;
}
.contents .btns.tLeft{
	text-align: left;
}
.contents .btns a,
.contents .btns input{
	display: inline-block;
	vertical-align: top;
	padding: 10px 30px ;
	margin: 0 6px;
	color:#fff;
	background-color: #884e4c;
	border: 1px solid #884e4c;
	border-bottom: 4px solid #593d3c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	line-height: 1.5;
	font-size: 16px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-transition: 0.06s;
	-moz-transition: 0.06s;
	-o-transition: 0.06s;
	-ms-transition: 0.06s;
	transition: 0.06s;
}
.contents .btns a.other,
.contents .btns input.other{
	color: #884e4c;
	background-color: #fff;
	border: 1px solid #884e4c;
	border-bottom: 4px solid #884e4c;
	-webkit-transition: 0.06s;
	-moz-transition: 0.06s;
	-o-transition: 0.06s;
	-ms-transition: 0.06s;
	transition: 0.06s;
}
.contents .btns a.back{
	color: #fff;
	background-color: #888;
	border: 1px solid #666;
	border-bottom: 4px solid #666;
	margin: 0 20px;
}
.contents .btns input[name=submit]{
	background-color: #872623;
	border: 1px solid #5e1b19;
	border-bottom: 4px solid #5e1b19;
}
.contents .btns a:hover,
.contents .btns input:hover{
	padding-top: 12px;
	padding-bottom: 11px;
	border-bottom-width: 1px;
}

.contents .btn_l a,
.contents .btn_l input{
	padding: 10px 50px;
}
.contents form .btns a,
.contents form .btns input{
	text-indent: 5px;
	letter-spacing: 5px;
}
.contents form input[type="text"]{
	margin-top: 10px;
	padding: 8px;
	border: 1px solid #ccc;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contents form textarea{
	margin-top: 10px;
	padding: 8px;
	border: 1px solid #ccc;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* ---- smenu ----*/
header.smenu {
	display:none;
}

/* ---- header ----*/
header.global{
	position:relative;
	min-width: 1074px;
	max-width:1360px;
	width: 100%;
	margin:0 auto;
	color:#482426 !important;
}
header.global nav {
	position:absolute;
}
header.global nav.nav1 {
	top:51px;
	left: 50%;
  margin-left: -512px;
/*  margin-left: -545px;*/
}
header.global nav.nav2 {
	top:51px;
	left: 50%;
  margin-left:180px;
/*  margin-left:110px;*/
}
header.global nav ul li {
	float:left;
	margin-left:37px;
	line-height:24px;
	text-align:center;
}
header.global nav.nav1 ul li:first-child {
	margin-left:0px;
}
header.global nav.nav2 ul li:first-child {
	margin-left:0px;
}
header.global nav ul li span {
	font-family: 'Lora', serif;
	font-size:12px;
	color:#e9bbab;
}
header.global nav ul li a {
	display:block;
}
header.global a,
header.global nav ul li a span {
	text-decoration:none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
header.global a:hover,
header.global nav ul li a:hover span {
	color: #bb8786 !important;
}
header.global .sns {
	position:absolute;
	top:62px;
	right: 1%;
}
header.global .sns li {
	float:left;
	margin-left:14px;
}
header.global .sns li a {
	display:block;
	width:25px;
	height:24px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
header.global .sns li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
header.global .sns li.fb a {
	background:url(../img/icn-fb-h.png) 0 0 no-repeat;
}
header.global .sns li.tw a {
	background:url(../img/icn-tw-h.png) 0 0 no-repeat;
}
header.global .sns li.line a {
	background:url(../img/icn-line-h.png) 0 0 no-repeat;
}
header.global .sns li.ig a {
	background:url(../img/icn-ig-h.png) no-repeat center/contain;
}

/* ---- logo ----*/
.logo {
	min-width: 1074px;
	max-width:1360px;
	width: 100%;
	margin:0 auto 30px;
	padding-top:15px;
	text-align:center;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}
.logo a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}
.logo a:hover{
	color: #bb8786 !important;
}
.logo p {
	font-size:10px;
	line-height:1em;
}
.logo h1{
	font-size:28px;
	line-height:25px;
	text-align:center;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.logo h1 span {
	font-size:14px;
	letter-spacing:2px;
}



/* ---- contents ----*/
.contents{
	min-width: 1074px;
	max-width:1360px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.contents .inner {
	width: 1024px;
	margin: 0 auto;
	padding:0 128px
	overflow: hidden;
}


/* ---- footer ----*/
.pagetop {
	display: none;
	position:fixed;
	bottom:220px;
	right:32px;
}
.pagetop img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.pagetop img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

footer.global{
	position: relative;
	min-width: 1074px;
	max-width:1360px;
	width: 100%;
	margin:0 auto;
	padding: 74px 0 60px 0;
	text-align: center;
	border-top: 1px solid #ebebeb;
}
footer.global nav{
	position: relative;
	overflow: hidden;
}
footer.global nav ul {
	float:left;
	position: relative;
	left: 50%;
}
footer.global nav ul li {
	position:relative;
	float:left;
	margin-left:40px;
	line-height:28px;
	left: -50%;
}
footer.global nav ul li:first-child {
	margin-left:0px;
}
footer.global nav ul li a {
	background: url(../img/icn-window.png) 0 48% no-repeat;
	padding-left:20px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
footer.global nav ul li a.arrow {
	background: url(../img/icn-arrow.png) 0 48% no-repeat;
	padding-left:14px;
}
footer.global p {
	padding-top:10px;
	font-family: 'Lora', sans-serif;
	font-size:14px;
}

@media (max-width:1155px) {
header.global .sns {
top: 100px;
}
}

/*@media (max-width:1100px) {

header.global nav.nav1 {
margin-left: -532px;
}
header.global nav.nav2 {
margin-left: 95px;
}

}*/