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

	@ Style Name	/css/common/base.css

--------------------------------------------

		- Reset
		- html, body
		- Contents
		- Module

------------------------------------------*/
/*------------------------------------------
 *	Reset
------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, icenter, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  line-height: 0;
  vertical-align: bottom;
}

/*------------------------------------------
 *	html, body
------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  background: #ffffff;
    background-image: url("allimage/xtopback.png") ;
    background-repeat: no-repeat;
  line-height: 1;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #cac2c1;
  -webkit-text-size-adjust: 100%;
}

/*	Link
------------------------------------------*/
a:link {
  color: #999999;
}

a:visited {
  color: #999999;
  /* 	color: $BaseColorVisited; */
}

a:hover {
  text-decoration: none;
  color:#8eb8ff;
}

/*------------------------------------------
 *	Contents
------------------------------------------*/
/*	Header
------------------------------------------*/
#headerGlobal {
  position: relative;
  z-index: 20;
  overflow: hidden;
  padding: 7px 10px;
  border-bottom: 2px #c5a61a solid;
}
#headerGlobal h1 {
  float: left;
  width: 152px;
  font-size: 38px;
  color: dimgray;
}
#headerGlobal h2 {
  margin-top: 5px;
  float: left;
  color: dimgray;
}
#headerGlobal .btnNavMenu {
  float: right;
  width: 22px;
  margin: 5px 0 0 0;
}

#navGlobal {
  position: absolute;
  top: -1074px;
  left:0;
  z-index:1000;
  width:100%;
  padding: 0 0 20px 0;
  background: #462a25;
  -webkit-transition:-webkit-transform .5s ease-out, top .4s ease-out;
  -moz-transition:-moz-transform .5s ease-out, top .4s ease-out;
  -ms-transition:-ms-transform .5s ease-out, top .4s ease-out;
  -o-transition:-o-transform .5s ease-out, top .4s ease-out;
  transition:transform .5s ease-out, top .4s ease-out;
}
#navGlobal.activeMenu3d {
  -webkit-transform:translate3d(0, 1116px, 0);
  -moz-transform:translate3d(0, 1116px, 0);
  -ms-transform:translate3d(0, 1116px, 0);
  -o-transform:translate3d(0, 1116px, 0);
  -webkit-transform:translate3d(0, 1116px, 0);
}
#navGlobal.activeMenuPos {
  top:42px;
}
#navGlobal header {
  padding: 15px 0;
  text-align: center;
  background: #fff;
}
#navGlobal .btnNavClose {
  text-align: center;
}
#navGlobal ul {
  margin: 0 0 10px 0;
  border-bottom: 1px #dfae2e solid;
}
#navGlobal ul li {
  font-size: 15px;
  font-size: 1.5rem;
  border-top: 1px #dfae2e solid;
}
#navGlobal ul li ul {
  margin:0 10px;
  border-bottom:none;
}
#navGlobal ul li ul li {
  border-top: 1px #917d47 dotted;
}
#navGlobal ul li a {
  position:relative;
  display: block;
  padding: 0 10px;
  height: 34px;
  color: #fff;
  line-height: 44px;
  text-decoration: none;
}
#navGlobal ul li a .ico {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -7px 0 0 0;
}
#navGlobal ul li ul li a .ico {
  right: 0;
}

/*	Main
------------------------------------------*/
#mainContents {
  overflow: hidden;
  padding: 0 0 30px 0;
  background: -moz-linear-gradient(left top, #ffffff, #ffffff);
  background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ffffff));
  background: linear-gradient(top center, #ffffff 0%, #ffffff 100%);
}  
#mainContents p,
#mainContents ul,
#mainContents ol,
#mainContents dl {
  line-height: 1.6;
  margin: 1em 10px;
}
#mainContents .colorRed {color:#a73a21;}
#mainContents .pagettl {
  margin: 0 0 20px 0;
  text-align: center;
}
#mainContents .pagettl img {
  max-width: 100%;
}
#mainContents .pagemv {
  text-align: center;
}
#mainContents .catchcopy {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 25px 10px 15px;
  color: #fff;
}
#mainContents .secNormal {
  margin: 30px 0;
}
#mainContents .secNormal h2.ttlNormal {
}
#mainContents .secNormal h3.ttlNormal {
}
#mainContents .secNormal h3.ttlNormal + ul, #mainContents .secNormal h3.ttlNormal + ol, #mainContents .secNormal h3.ttlNormal + dl, #mainContents .secNormal h3.ttlNormal + p {
  margin-top: 5px;
}

/*	Footer
------------------------------------------*/
#footerGlobal {
  overflow: hidden;
  background: #320a0a;
}
#footerGlobal section {
  padding: 15px 10px;
  border-bottom: 1px solid #5b3d36;
}
#footerGlobal section h2 {
  margin: 0 0 8px 0;
  color: #ae820b;
  font-size: 14px;
  font-weight: bold;
}
#footerGlobal section p {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.4;
}
#footerGlobal section .address {
  margin: 0 0 5px 0;
  font-size: 13px;
  font-size: 1.3rem;
}
#footerGlobal section table {
  width: 100%;
  font-size: 10px;
  font-size: 1.0rem;
}
#footerGlobal section table th {
  padding: 5px;
  text-align: center;
  border: 1px solid #3d2019;
}
#footerGlobal section table .subhead th {
  background: #63423c;
  color: #fff;
}
#footerGlobal section table .time {
  text-align: left;
}
#footerGlobal section table td {
  padding: 5px;
  border: 1px solid #3d2019;
  text-align: center;
}
#footerGlobal section .btnArea {
  margin: 20px 0 0 0;
  text-align: center;
}
#footerGlobal .inner {
  overflow:hidden;
  margin:0 10px;
  padding:10px 0;
}
#footerGlobal .inner .table {
  display:table;
  width:100%;
}
#footerGlobal .inner .linkPc,
#footerGlobal .inner .pagetop {
  display:table-cell;
  line-height: 29px;
  text-align:center;
}
#footerGlobal .inner .linkPc a,
#footerGlobal .inner .pagetop a {
  display:block;
  border: 1px solid #eaba31;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
}
#footerGlobal .inner .linkPc a { margin:0 5px 0 0;}
#footerGlobal .inner .pagetop a { margin:0 0 0 5px;}
#footerGlobal .inner .linkPc a:link,
#footerGlobal .inner .linkPc a:visited,
#footerGlobal .inner .pagetop a:link,
#footerGlobal .inner .pagetop a:visited {
  color: #fff;
  text-decoration: none;
}
#footerGlobal .inner .icoPc {
  margin:9px 0 0 5px;
  vertical-align: top;
}
#footerGlobal .inner .icoPagetop {
  margin:10px 0 0 5px;
  vertical-align: top;
}
#footerGlobal .copyright {
  padding: 9px 0;
  background: #220a0a;
  text-align: center;
}

#footerGlobal section a:link{
  color: #ffffff;
}

#footerGlobal section a:visited {
  color: #ffffff;
  /* 	color: $BaseColorVisited; */
}

#ffooterGlobal section a:hover {
  color:  #ffffff;
}

}

/*------------------------------------------
 *	Layout
------------------------------------------*/
/*		Section
------------------------------------------*/
/*		hx
------------------------------------------*/
h1.ttlMain {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0 10px;
	padding: 15px 0;
	border-bottom: 1px solid #cc9e22;
	border-top: 1px solid #cc9e22;
	color: #cc9e22;
	font-weight: bold;
}
h2.ttlNormal {
  margin: 0 10px;
  padding: 0 0 4px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #cc9e22;
  border-bottom: 1px #aa771f dotted;
}
h3.ttlNormal {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  margin:1em 10px;
  font-weight: bold;
  color: #a73a21;
}
h3.ttlNormal .icoCircle {
  margin: 1px 0 0 0;
  vertical-align: top;
}
h3.ttlLine {
  padding:19px 0 0 0;
  border-top: 1px solid #533833;
}


/*		Figure
------------------------------------------*/
figure.figureNormal {
  margin: 1em 10px;
  text-align: center;
}
figure.figureNormal img {
  max-width: 100%;
}

/*		Module
------------------------------------------*/
#mainContents .whitebox {
	margin: 1em 10px 0 10px;
	padding: 15px;
	background: #f3ede8;
	color: #5c4f44;
}
#mainContents .whitebox h3 {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2;
	color: #37190e;
	font-weight:bold;
}
#mainContents .whitebox section {
	padding: 15px 0 0 0;	
	border-top: 1px solid #afa19a;
}
#mainContents .whitebox section:first-child {
	padding:0;
	border-top:none;
}
#mainContents .whitebox ul,#mainContents .whitebox p {
	margin: 0.5em 0;
}
#mainContents .whitebox ul:first-child,#mainContents .whitebox p:first-child {
	margin:0 0 0.5em 0;
}

/*	Text
------------------------------------------*/
em,
strong {
  font-weight: bold;
}

.fsNormal {
  font-size: 14px;
  font-size: 1.4rem;
}

.txtCopy {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  color: #3dced7;
  font-weight: bold;
}

.signature {
  margin: 2em 15px;
  text-align: right;
}

.tar {
  text-align: right;
}
.attention { color:#a73a21;}

/*	Icon
------------------------------------------*/
i.ico {
  display: inline-block;
}
i.icoMenuPc {
  width: 15px;
  height: 15px;
  background: url(/sp/imgs/common/ico_menu_pc.png) 0 0 no-repeat;
  background-size: 15px 15px;
}
i.icoMenuArrow {
  width: 15px;
  height: 15px;
  background: url(/sp/imgs/common/ico_menu_arrow.png) 0 0 no-repeat;
  background-size: 15px 15px;
}
i.icoTel {
  width: 9px;
  height: 12px;
  background: url(/sp/imgs/common/ico_tel.png) 0 0 no-repeat;
  background-size: 9px 12px;
}
i.icoPc {
  width: 10px;
  height: 10px;
  background: url(/sp/imgs/common/ico_pc.png) 0 0 no-repeat;
  background-size: 10px 10px;
}
i.icoPagetop {
  width: 9px;
  height: 9px;
  background: url(/sp/imgs/common/ico_pagetop.png) 0 0 no-repeat;
  background-size: 9px 9px;
}
i.icoCircle {
  width: 13px;
  height: 13px;
  background: url(/sp/imgs/common/ico_circle.png) -6px 0 no-repeat;
  background-size: 91px 13px;
}
i.icoCircleRed {
  background-position: 0 0;
}
i.icoCircleBlack {
  background-position: -13px 0;
}
i.icoCirclePink {
  background-position: -26px 0;
}
i.icoCircleBlue {
  background-position: -39px 0;
}
i.icoCircleOrange {
  background-position: -52px 0;
}
i.icoCircleSky {
  background-position: -65px 0;
}
i.icoCircleYellow {
  background-position: -78px 0;
}
i.icoPlus {
  width: 6px;
  height: 6px;
  background: url(/sp/imgs/common/ico_plus.png) -6px 0 no-repeat;
  background-size: 42px 6px;
}
i.icoPlusRed {
  background-position: 0 0;
}
i.icoPlusPink {
  background-position: -6px 0;
}
i.icoPlusBlack {
  background-position: -12px 0;
}
i.icoPlusBlue {
  background-position: -18px 0;
}
i.icoPlusOrange {
  background-position: -24px 0;
}
i.icoPlusSky {
  background-position: -30px 0;
}
i.icoPlusYellow {
  background-position: -36px 0;
}
i.icoPageNavPrev {
  width: 11px;
  height: 10px;
  background: url(/sp/imgs/common/ico_pagenavi_prev.png) 0 0 no-repeat;
  background-size: 11px 10px;
}
i.icoPageNavNext {
  width: 11px;
  height: 10px;
  background: url(/sp/imgs/common/ico_pagenavi_next.png) 0 0 no-repeat;
  background-size: 11px 10px;
}


.icoTurnV {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.icoPosR {
  float: right;
}

/*	Button
------------------------------------------*/
p.btnArea {text-align:center;}
p.btnFacebook {margin:15px 0 0;}
p.btnInstagram {margin:15px 0;}

