/* Reseting
---------------------------------------------------------- */

/* common settings reset */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style-type: none;
}

ul li {
  list-style-type: none;
}

li img {
  vertical-align: bottom;
}

a:link img {
  text-decoration: none;
  border: none 0px;
}

a:visited img {
  text-decoration: none;
  border: none 0px;
}

.none_adjust {
  -webkit-text-size-adjust: 100%;
}

a:link img {
  text-decoration: none;
  border: none 0px;
}

a:visited img {
  text-decoration: none;
  border: none 0px;
}

/* start mobile css settings
-------------------------------------------------------------------------------------------------------------------- */

body {
  min-width: 1040px;
  font-size: 14px;
  line-height: 170%;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka,
		"ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
}

.fc01 {
  color: #cfa972;
  font-weight: bold;
}

.fc02 {
  color: #8e1b22;
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Layout
---------------------------------------------------------- */

#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  text-align: left;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  zoom: 1;
}

/* header
---------------------------------------------------------- */

#headerWrap {
  height: 115px;
  background: #750c12;
}

#header {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

#headerLeft {
  float: left;
}

#headerLeft p {
  margin-top: 5px;
  color: #ffffff;
  font-size: 11px;
}

#headerRight {
  float: right;
  color: #ffffff;
}

#headerRight ul li {
  margin-right: 22px;
  float: left;
}

#headerRight ul li:last-child {
  /*margin-top: 30px;*/
  margin-right: 0;
}

#headerRight ul li p {
  font-size: 12px;
}

/* gNavi
---------------------------------------------------------- */

/*gNavi*/

#gNaviWrap {
  width: 100%;
  background: #332e28;
}

#gNaviWrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}

#gNavi {
  width: 1000px;
  margin: 0 auto;
}

#gNavi ul {
  overflow: hidden;
}

#gNavi li {
  float: left;
}

#gNavi li a {
  display: block;
  height: 55px;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  background-image: url(../img/gnavi.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

#gNavi li#gNavi01 a {
  width: 142px;
  /* width: 167px; */
  background-position: left top;
}

#gNavi li#gNavi02 a {
  width: 142px;
  background-position: -142px top;
  /* width: 166px;
	background-position: -167px top; */
}

#gNavi li#gNavi03 a {
  width: 142px;
  background-position: -284px top;
  /* width: 167px;
	background-position: -333px top; */
}

#gNavi li#gNavi04 > a {
  width: 142px;
  background-position: -426px top;
  /* width: 166px;
	background-position: -500px top; */
}

#gNavi li#gNavi04 > a.acordionBtn {
  position: relative;
}

.dropdown_item {
  display: block !important;
}

#gnav > li.dropdown_item {
  position: relative;
}

li.dropdown_item .dropdown_sub {
  position: absolute;
  margin: 0 auto;
  width: 1200px;
  /*
	background-color:rgba(245,192,192,0.95);
	*/
  -webkit-transition: all 0.9s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  z-index: 1000;
}

li.dropdown_item:hover .dropdown_sub {
  width: 1200px;
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.dropdown_sub {
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}

.dropdown_sub ul {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 900px;
  margin: 0 auto;
  padding: 15px 15px 15px;
  overflow: hidden;
}

.dropdown_sub li a {
  text-indent: 0px !important;
  background: none !important;
  color: #000000;
  width: auto !important;
  height: auto !important;
  cursor: pointer;
}

.dropdown_sub li:nth-child(n + 6) {
  margin-top: -20px;
}

.bgDropBox01 {
  background: rgba(248, 243, 236);
  position: absolute;
  left: -350px;
  z-index: 2000;
}

#gNavi li#gNavi05 a {
  width: 142px;
  background-position: -568px top;
  /* width: 167px;
	background-position: -666px top; */
}

#gNavi li#gNavi06 a {
  width: 177px;
  background-position: -710px top;
  /* width: 167px;
	background-position: -833px top; */
}

#gNavi li#gNavi07 a {
  width: 113px;
  background-position: -887px top;
}

/* hover, current */

/* #gNavi li#gNavi01 a:hover,
#gNavi li#gNavi01 a.current {
	background-position: left bottom;
}

#gNavi li#gNavi02 a:hover,
#gNavi li#gNavi02 a.current {
	background-position: -167px bottom;
}

#gNavi li#gNavi03 a:hover,
#gNavi li#gNavi03 a.current {
	background-position: -333px bottom;
}

#gNavi li#gNavi05 a:hover,
#gNavi li#gNavi05 a.current {
	background-position: -500px bottom;
}

#gNavi li#gNavi06 a:hover,
#gNavi li#gNavi06 a.current {
	background-position: -666px bottom;
}

#gNavi li#gNavi07 a:hover,
#gNavi li#gNavi07 a.current {
	background-position: -833px bottom;
}*/

#gNavi li#gNavi01 a:hover,
#gNavi li#gNavi01 a.current {
  background-position: left bottom;
}

#gNavi li#gNavi02 a:hover,
#gNavi li#gNavi02 a.current {
  background-position: -142px bottom;
}

#gNavi li#gNavi03 a:hover,
#gNavi li#gNavi03 a.current {
  background-position: -284px bottom;
}

#gNavi li#gNavi04 a:hover,
#gNavi li#gNavi04 a.current {
  background-position: -426px bottom;
}

#gNavi li#gNavi05 a:hover,
#gNavi li#gNavi05 a.current {
  background-position: -568px bottom;
}

#gNavi li#gNavi06 a:hover,
#gNavi li#gNavi06 a.current {
  background-position: -710px bottom;
}

#gNavi li#gNavi07 a:hover,
#gNavi li#gNavi07 a.current {
  background-position: -887px bottom;
}

/* contentsRight
---------------------------------------------------------- */

#bnrBox ul li {
  margin-bottom: 20px;
}

/* infoWrap
---------------------------------------------------------- */

#infoWrap {
  height: 540px;
  position: relative;
}

/* info */

#info {
  width: 840px;
  margin-left: -900px;
  padding: 30px 0 25px 400px;
  position: absolute;
  top: 0;
  left: 50%;
  background: #750c12;
  box-sizing: border-box;
  color: #ffffff;
  z-index: 20;
}

#info .btn01 {
  margin: 12px 0 6px;
}

#info table {
  width: 330px;
  margin-bottom: 6px;
  border-collapse: collapse;
}

#info table thead {
  background: #518135;
}

#info table thead th {
  width: 40%;
  padding: 2px 0 2px 15px;
  font-weight: normal;
}

#info table td {
  text-align: center;
}

#info table tbody th {
  padding: 6px 0 6px 3px;
  border-bottom: 1px solid #dedede;
  font-weight: normal;
}

#info table tbody td {
  border-bottom: 1px solid #dedede;
}

/* info */

#gmap {
  width: 1030px;
  margin-right: -897px;
  position: absolute;
  top: 45px;
  right: 50%;
  z-index: 10;
}

#mapCanvas {
  width: 100%;
  height: 530px;
}

/* footerWrap
---------------------------------------------------------- */

#footerWrap {
  padding: 70px 0 25px;
}

#footer {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

#footerIn {
  width: 820px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#footer ul {
  margin-right: 42px;
  float: left;
}

#footer ul:last-child {
  margin-right: 0;
}

#footer ul li {
  margin-bottom: 4px;
}

#footer ul li a {
  padding-left: 11px;
  background: url(../img/ico_footer.png) no-repeat left 2px;
  color: #000000;
}

/* copyWrite
---------------------------------------------------------- */

#copyWrite {
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
  background: #332e28;
}

#copyWrite p {
  font-size: 12px;
}

/* side
---------------------------------------------------------- */

#scrollUp {
  width: 43px;
  height: 43px;
  background: url(../img/btn_scrollup.jpg);
  bottom: 50px;
  right: 65px;
}

#sideBtnWrap {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 996;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#sideBtnWrap div {
  /* flex: 0 0 auto; */
  margin: auto 0;
}

#sideBtnWrap p {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
}

#sideBtnWrap p:first-child {
  margin-top: auto;
}

#sideBtnWrap p:last-child {
  margin-bottom: auto;
}

#sideBtnWrap p:last-child a {
  pointer-events: none;
}

/* anchor
---------------------------------------------------------- */

.anchor {
  margin-top: -60px;
  padding-top: 60px;
}

#info > p:last-of-type {
  margin-bottom: 25px;
}

#info > a img {
  margin-bottom: 10px;
}

#info > a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}