@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

html {
  font-size: 10px;

  /* for iPhone */
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family:
    YuGothic,
    "游ゴシック",
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    'メイリオ',
    'Meiryo',
    'Osaka',
    'ＭＳ Ｐゴシック',
    sans-serif;
  width: 100%;
  height: 100%;
}
img {
  max-width :100%;
  vertical-align: top;
}
img.keep {
  width: auto!important;
  max-width :100%!important;
}
a img  {
  border: none;
}
ul,ol,li {
  list-style-type: none;
}
input,label,select,textarea {
  vertical-align: middle;
}


/* SP コピーガード */
#main img {
  pointer-events: none;
  -webkit-touch-callout: none; /* default or none */
    -webkit-user-select: none; /* auto or none */
            user-select: none;
}
#main .controller img,
#main .prev img,
#main .next img{
  pointer-events: auto;
  -webkit-touch-callout: default;
    -webkit-user-select: auto;
            user-select: auto;
}

/* mfp保存禁止 */
.mfp-figure figure {
  position: relative;
}
.mfp-figure figure::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: url(../images/dam.png) no-repeat;
  background-size: 100% 100%;
}


/*----------------------------------------------------
common
----------------------------------------------------*/

.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.clearfix{display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix{display:block;}


body {
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  background: #ffffff;
  text-align: center;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
  }
}

.off {
  display: none;
}
.on {
  display: block;
}

@media screen and (max-width: 750px) {
  html,
  body {
    height: auto;
    width: 100%;
    overflow-x: hidden;
  }
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
  .forSPi {
    display: inline;
  }
  .forSPib {
    display: inline-block;
  }
}
@media screen and (min-width: 751px) {
  html,
  body {
    height: 100%;
  }
  .forPC {
    display: block;
  }
  .forSP,
  .forSPi,
  .forSPib {
    display: none;
  }
}

a {
  outline: none;
  text-decoration: none;
  color: #000000;
}
a:link {
  color: #000000;
}
a:visited {
  color: #000000;
}
a:hover {
  text-decoration: underline;
  }

@media screen and (min-width: 751px) {
  a:hover {
    text-decoration: underline;
  }
  a img.alpha {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:hover img.alpha {
    opacity: 0.8;
  }
}
.nowrap {
  white-space: nowrap;
}

.ibLeft {
  display: inline-block;
  text-align: left;
}

.image img {
  width: 100%;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}

/* text change */
.large {
  font-size: 1.36em;
}
.small {
  font-size: 0.8em;
}
.bold {
  font-weight: bold;
}
.gold {
  font-color: #A88131;
}
.title2 {
  font-weight: bold;
  font-size: 1.36em;
  font-color: #A88131;
}

/* text color */
.white{
  color: #ffffff;
}
.black {
  color: #000000;
}
.yellow {
  color: #fff100;
}
.red {
  color: #e34934;
}
.purple {
  color: #7238ad;
}
.green {
  color: #44b77e;
}
.blue {
  color: #3580ba;
}
.orange {
  color: #eb9800;
}
.olive{
  color: #c4be27;
}
.pink{
  color: #d04aa9;
}



/*----------------------------------------------------
inner
----------------------------------------------------*/

.inner,
.innerSP {
  text-align: center;
  padding: 0 4%;
  padding: 0 30px;
  width: 100%;
  box-sizing: border-box;
}
.innerPC {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .inner,
  .innerPC {
    margin: 0 auto;
    padding: 0 109px;
  }
  .innerSP {
    padding: 0;
  }
}

@media screen and (min-width: 1337px) {
  .inner,
  .innerPC {
    width: 1118px;
    padding: 0;
  }
}

/* innerTop */
.innerTop {
  margin: 0 2%;
  max-width: 720px;
}
@media screen and (min-width: 721px) {
  .innerTop {
    margin: 0 auto;
    width: 720px;
  }
}

/*----------------------------------------------------
inner2
----------------------------------------------------*/

.inner2,
.inner2SP {
  text-align: center;
  padding: 0 4%;
  padding: 0 30px;
  width: 100%;
  box-sizing: border-box;
}
.inner2PC {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .inner2,
  .inner2PC {
    margin: 0 auto;
    padding: 0 109px;
  }
  .inner2SP {
    padding: 0;
  }
}

@media screen and (min-width: 1337px) {
  .inner2,
  .inner2PC {
    padding: 0;
  }
}

/* inner2Top */
.inner2Top {
  margin: 0 2%;
  max-width: 720px;
}
@media screen and (min-width: 721px) {
  .inner2Top {
    margin: 0 auto;
    width: 720px;
  }
}

/*----------------------------------------------------
loading
----------------------------------------------------*/

#loaderBg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 10000;
}
#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #555555;
  z-index: 10001;
}
#loader p {
  display: none;
  margin-top: 10px;
  color: #555555;
}
#loader img {
  display: none;
  width: 100%;
  height: auto;
  max-width: 120px;
}
@media screen and (min-width: 751px) {
  #loader img {
    max-width: 177px;
  }
}


/*----------------------------------------------------
imgHov
----------------------------------------------------*/

@media screen and (min-width: 751px) {
  .imgHov .target {
    display: block;
    overflow: hidden;
    cursor: pointer;
  }
  .imgHov .target img {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .imgHov:hover .target img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}


/*----------------------------------------------------
siteHead
----------------------------------------------------*/

#siteHead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
	background: #e35246;
	background: -moz-linear-gradient(left, #d7a076 0%, #b25041 100%);
	background: -webkit-linear-gradient(left, #d7a076 0%,#b25041 100%);
	background: linear-gradient(to right, #d7a076 0%,#b25041 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7a076', endColorstr='#b25041',GradientType=1 );
  z-index: 99;
}
#siteHead .logo {
  position: absolute;
  top: 7px;
  left: 11px;
  width: 88px;
}
@media screen and (min-width: 751px) {
  #siteHead {
    height: 100px;
  }
  #siteHead .logo {
    top: 20px;
    left: 50%;
    width: 148px;
    margin-left: -74px;
  }
}


/*----------------------------------------------------
menuBtn
----------------------------------------------------*/

.menuBtn {
  position: absolute;
  top: 0;
  right: 10px;
  width: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
}
.menuBtn .text {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 1em;
  text-align: center;
  color: #ffffff;
  font-size: 9px;
  line-height: 1;
  font-weight: bold;
  vertical-align: bottom;
}
@media screen and (max-width: 750px) {
  .menuBtn.open .text {
    color: #a88131;
  }
}
@media screen and (min-width: 751px) {
  .menuBtn {
    width: 50px;
    right: 20px;
    height: 100px;
    cursor: pointer;
  }
  .menuBtn .text {
    bottom: 20px;
    font-size: 13px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menuBtn:hover .text {
    color: #8b3e02;
  }
}
@media screen and (min-width: 1336px) {
  .menuBtn {
    display: none;
  }
  body.bannerHeader .menuBtn {
    display: block;
  }
}
@media screen and (min-width: 1506px) {
  body.bannerHeader .menuBtn {
    display: none;
  }
}


/*----------------------------------------------------
burger
----------------------------------------------------*/

.burger {
  position: relative;
  width: 30px;
  padding-top: 100%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .3s ease-in-out;
}
.burger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  transition: 0.4s cubic-bezier(0.45, 0.49, 0.77, 1.15);
}
.burger span:nth-child(1) {
  top: 9px;
}
.burger span:nth-child(2) {
  top: 18px;
}
.burger span:nth-child(3) {
  top: 27px;
}
.burger.open span:nth-child(2) {
  top: 24px;
  width: 0%;
  right: 50%;
}
.burger.open span {
  background: #a88131;
}
.burger.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.burger.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
@media screen and (min-width: 751px) {
  .burger {
    width: 50px;
  }
  .burger span {
    height: 6px;
  }
  .burger.open span {
    background: #ffffff;
  }
  .menuBtn:hover .burger span {
    background: #8b3e02;
  }
  .burger span:nth-child(1) {
    top: 27px;
  }
  .burger span:nth-child(2) {
    top: 40px;
  }
  .burger span:nth-child(3) {
    top: 53px;
  }
  .burger.open span:nth-child(2) {
    top: 40px;
  }
  .burger.open span:nth-child(1),
  .burger.open span:nth-child(3) {
    top: 40px;
  }
}


/*----------------------------------------------------
gnav
----------------------------------------------------*/

@media only screen and (max-width: 1335px) {
  .gnav {
    display: inline-block;
    position: fixed;
    top: 100px;
    right: -300px;
    min-width: 300px;
    max-width: 100vw;
    background: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .gnav.open {
    right: 0;
  }
  .gnav .pcNav {
    display: none;
  }
  .gnav li img {
    width: 238px;
  }
  .gnav li a {
    display: block;
    line-height: 0;
    text-align: right;
    padding: 38px 7.33333%;
  }
  .gnav li.current a {
    background: #a88131;
  }
  .gnav li.wait a {
    cursor: default;
  }
  .gnav li.wait a img {
    opacity: 0.3;
  }
}

@media only screen and (max-width: 1335px) and (min-width: 751px) {
  .gnav li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .gnav li:not(.current):not(.wait) a:hover {
    background: #a88131;
  }
}

@media only screen and (max-width: 750px) {
  .gnav {
    top: 0;
    right: -100vw;
    padding-top: 50px;
    width: auto;
    min-width: 200px;
    max-width: 100vw;
  }
  .gnav li img {
    width: 160px;
  }
  .gnav li a {
    font-size: 16px;
    padding: 1.4em 7.33333%;
  }
  .gnav li.official {
    display: none;
  }
}

@media only screen and (min-width: 1336px) {
  .gnav .spNav {
    display: none;
  }

  .gnav ul {
    letter-spacing: -.40em;
    text-align: center;
  }
  .gnav li {
    display: inline-block;
    letter-spacing: normal;
  }
  .gnav li a {
    display: block;
    line-height: 0;
    padding: 26px 0 25px;
    box-sizing: border-box;
  }

  .gnav li.wait a,
  .gnav li.current a {
    cursor: default;
  }

  .gnav li:nth-child(1) {
    margin-left: 100px;
  }
  .gnav li:nth-child(3) {
    margin-right: 270px;
  }

  .gnav li:nth-child(1) img {
    padding-top: 4px;
  }
  .gnav li:nth-child(2) img {
    padding-top: 10px;
  }
  .gnav li:nth-child(3) img {
    padding-top: 4px;
  }
  .gnav li:nth-child(4) img {
    padding-top: 2px;
  }
}


/*----------------------------------------------------
main
----------------------------------------------------*/

#main {
  padding-bottom: 50px;
}
@media screen and (min-width: 751px) {
  #main {
    padding-bottom: 100px;
  }
}


/*----------------------------------------------------
siteFoot
----------------------------------------------------*/

#siteFoot {
  padding: 28px 0 18px;
	background: #e35246;
	background: -moz-linear-gradient(left, #d7a076 0%, #b25041 100%);
	background: -webkit-linear-gradient(left, #d7a076 0%,#b25041 100%);
	background: linear-gradient(to right, #d7a076 0%,#b25041 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7a076', endColorstr='#b25041',GradientType=1 );
}
#siteFoot .share {
  letter-spacing: -.40em;
}
#siteFoot .share dt {
  display: block;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
#siteFoot .share dd {
  display: inline-block;
  letter-spacing: normal;
}
#siteFoot .share dd img {
  width: 30px;
  padding: 0 8px;
}
#siteFoot .copyright {
  margin-top: 10px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.08em;
}

@media only screen and (min-width: 751px) {
  #siteFoot {
    padding: 48px 0 24px;
  }
  #siteFoot .copyright {
    margin-top: 12px;
  }
  #siteFoot .share dt {
    margin-bottom: 18px;
  }
  #siteFoot .share dd img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #siteFoot .share dd:hover img {
    opacity: 0.8;
  }
  /*#siteFoot .share .share_line {
    display: none;
  }*/
}


/*----------------------------------------------------
masContact
----------------------------------------------------*/

#masContact {
  border-top: solid 1px #fb8b15;
  padding: 15px 0;
}
#masContact h2,
#masContact p {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
#masContact h2 {
  font-weight: bold;
}
#masContact h2::before {
  content: '［';
}
#masContact h2::after {
  content: '］';
}
@media only screen and (min-width: 751px) {
  #masContact {
    padding: 30px 0;
  }
  #masContact h2,
  #masContact p {
    font-size: 16px;
    line-height: 1.25;
  }
}


/*----------------------------------------------------
toPageTop
----------------------------------------------------*/

#toPageTop img {
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 0px;
  width: 80px;
  max-width: none;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -10;
}
#toPageTop.view img {
  opacity: 1;
  bottom: 60px;
  z-index: 99;
}
#toPageTop.view img:hover {
  bottom: 70px;
}
@media screen and (max-width: 750px) {
  #toPageTop img {
    bottom: 20px;
    right: 0;
    width: 55px;
  }
  #toPageTop.view img {
    bottom: 50px;
  }
  #toPageTop.view img:hover {
    bottom: 50px;
  }
}


/*----------------------------------------------------
breadcrumb
----------------------------------------------------*/

#breadcrumb{
  padding:5px 0;
  background: #fff;
}
#breadcrumb ul{
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.5;
}
#breadcrumb li a img{
  padding-top: 3px;
}
#breadcrumb ul li:first-child {
  margin-right: 3px;
}
#breadcrumb ul li:not(:first-child)::before {
  content: "＞";
  margin-right: 5px;
}
#breadcrumb ul li:not(:first-child) {
  margin-left: 5px;
}
@media screen and (min-width: 751px) {
  #breadcrumb{
    padding:8px 0;
  }
  #breadcrumb ul{
    font-size: 16px;
  }
  #breadcrumb li a img{
    padding-top: 3px;
  }
}
/*----------------------------------------------------
カラム
----------------------------------------------------*/
ul[class*=sp_col],ul[class*=pc_col],div[class*=pc_col]{
  margin-top:30px;
}
@media screen and (min-width: 751px) {
  ul[class*=sp_col],ul[class*=pc_col],div[class*=pc_col]{
    margin-top:40px;
  }
}

ul.sp_col_1,div.sp_col_1,
ul.sp_col_2,div.sp_col_2,
ul.sp_col_3,div.sp_col_3,
ul.sp_col_4,div.sp_col_4,
ul.pc_col_1,div.pc_col_1,
ul.pc_col_2,div.pc_col_2,
ul.pc_col_3,div.pc_col_3,
ul.pc_col_4,div.pc_col_4 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* center */
ul.sp_col_1.center,div.sp_col_1.center,
ul.sp_col_2.center,div.sp_col_2.center,
ul.sp_col_3.center,div.sp_col_3.center,
ul.sp_col_4.center,div.sp_col_4.center,
ul.pc_col_1.center,div.pc_col_1.center,
ul.pc_col_2.center,div.pc_col_2.center,
ul.pc_col_3.center,div.pc_col_3.center,
ul.pc_col_4.center,div.pc_col_4.center {
  overflow: hidden;
  justify-content: center;
}


@media screen and (max-width: 750px) {
  ul.sp_col_1 li,div.sp_col_1 li {
    width: 100%;
    margin-top: 2.8%;
  }
  ul.sp_col_2 li,div.sp_col_2 li {
    width: 49%;
    margin-top: 2%;
  }
  ul.sp_col_3 li,div.sp_col_3 li {
    width: 32%;
    margin-top: 1.8%;
  }
  ul.sp_col_4 li,div.sp_col_4 li {
    width: 24%;
    margin-top: 1%;
  }

  ul.sp_col_3::after,div.sp_col_3::after{
    content: '';
    display: block;
    width: 32%;
  }
  ul.sp_col_4::before,div.sp_col_4::before{
    content: '';
    display: block;
    width: 24%;
    order: 1;
  }
  ul.sp_col_4::after,div.sp_col_4::after{
    content: '';
    display: block;
    width: 24%;
  }

  ul.sp_col_6,div.sp_col_6 {
    display: block!important;
    width: 100.5%;
    margin-left: -0.5%;
    overflow: hidden;
  }
  ul.sp_col_6 li,div.sp_col_6 li {
    float: left;
    width: 16%;
    margin-left: 0.5%;
    margin-top: 0.5%;
  }

  ul[class*=sp_col] li,div[class*=sp_col] li{
    margin-top: 0;
    position: relative;
  }
  /*
  ul.sp_col_1 li:nth-child(1),
  ul.sp_col_2 li:nth-child(1),
  ul.sp_col_2 li:nth-child(2),
  ul.sp_col_3 li:nth-child(1),
  ul.sp_col_3 li:nth-child(2),
  ul.sp_col_3 li:nth-child(3),
  ul.sp_col_4 li:nth-child(1),
  ul.sp_col_4 li:nth-child(2),
  ul.sp_col_4 li:nth-child(3),
  ul.sp_col_4 li:nth-child(4),
  ul.sp_col_6 li:nth-child(1),
  ul.sp_col_6 li:nth-child(2),
  ul.sp_col_6 li:nth-child(3),
  ul.sp_col_6 li:nth-child(4),
  ul.sp_col_6 li:nth-child(5),
  ul.sp_col_6 li:nth-child(6) {
    
  }
  */

  ul.sp_col_2.center,div.sp_col_2.center {
    width: 102%;
    margin-left: -2%;
  }
  ul.sp_col_2.center li,div.sp_col_2.center li {
    margin-left: 2%;
  }

  ul.sp_col_2.center,div.sp_col_2.center {
    width: 102%;
    margin-left: -2%;
  }
  ul.sp_col_2.center li,div.sp_col_2.center li {
    margin-left: 2%;
    width: 48%;
  }

  ul.sp_col_3.center,div.sp_col_3.center {
    width: 102%;
    margin-left: -1.960784%;
  }
  ul.sp_col_3.center li,div.sp_col_3.center li {
    margin-left: 1.960784%;
    width: 31.372549%;
  }
  ul.sp_col_3.center::after,div.sp_col_3.center::after{
    display: none;
  }

  ul.sp_col_4.center,div.sp_col_4.center {
    width: 101.333333333%;
    margin-left: -1.3157891%;
  }
  ul.sp_col_4.center li,div.sp_col_4.center li {
    margin-left: 1.3157891%;
    width: 23.6842106%;
  }
  ul.sp_col_4.center::before,div.sp_col_4.center::before,
  ul.sp_col_4.center::after,div.sp_col_4.center::after {
    display: none;
  }

  ul.sp_col_6.center,div.sp_col_6.center {
    display: flex!important;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.sp_col_6.center li,div.sp_col_6.center li {
    float: none;
  }
}
@media screen and (min-width: 751px) {
  ul.pc_col_1 li,div.pc_col_1 li {
    width: 100%;
    margin-top: 2.8%;
  }
  ul.pc_col_1 li:first-child,div.pc_col_1 li:first-child {
    margin-top: 0;
  }
  ul.pc_col_2 li,div.pc_col_2 li {
    width: 49%;
    margin-top: 2%;
  }
  ul.pc_col_3 li,div.pc_col_3 li {
    width: 32%;
    margin-top: 1.8%;
  }
  ul.pc_col_4 li,div.pc_col_4 li {
    width: 24%;
    margin-top: 1.2%;
  }
  ul.pc_col_3::after,div.pc_col_3::after{
    content: '';
    display: block;
    width: 32%;
  }
  ul.pc_col_4::before,div.pc_col_4::before{
    content: '';
    display: block;
    width: 24%;
    order: 1;
  }
  ul.pc_col_4::after,div.pc_col_4::after{
    content: '';
    display: block;
    width: 24%;
  }
  
  ul.pc_col_6,div.pc_col_6 {
    display: block!important;
    width: 100.5%;
    margin-left: -0.5%;
    overflow: hidden;
  }
  ul.pc_col_6 li,div.pc_col_6 li  {
    float: left;
    width: 16.1666%;
    margin-left: 0.5%;
    margin-top: 0.8%;
  }
  /*
  ul.pc_col_1 li:nth-child(1),
  ul.pc_col_2 li:nth-child(1),
  ul.pc_col_2 li:nth-child(2),
  ul.pc_col_3 li:nth-child(1),
  ul.pc_col_3 li:nth-child(2),
  ul.pc_col_3 li:nth-child(3),
  ul.pc_col_4 li:nth-child(1),
  ul.pc_col_4 li:nth-child(2),
  ul.pc_col_4 li:nth-child(3),
  ul.pc_col_4 li:nth-child(4),
  ul.pc_col_6 li:nth-child(1),
  ul.pc_col_6 li:nth-child(2),
  ul.pc_col_6 li:nth-child(3),
  ul.pc_col_6 li:nth-child(4),
  ul.pc_col_6 li:nth-child(5),
  ul.pc_col_6 li:nth-child(6) {
    margin-top: 0;
    position: relative;
  }
  */
  ul[class*=pc_col] li,div[class*=pc_col] li{
    margin-top: 0;
    position: relative;
  }

  ul.pc_col_2.center,div.pc_col_2.center {
    width: 102%;
    margin-left: -2%;
  }
  ul.pc_col_2.center li,div.pc_col_2.center li {
    margin-left: 2%;
    width: 48%;
  }

  ul.pc_col_3.center,div.pc_col_3.center {
    width: 102%;
    margin-left: -1.960784%;
  }
  ul.pc_col_3.center li,div.pc_col_3.center li {
    margin-left: 1.960784%;
    width: 31.372549%;
  }
  ul.pc_col_3.center::after,div.pc_col_3.center::after{
    display: none;
  }

  ul.pc_col_4.center,div.pc_col_4.center {
    width: 101.333333333%;
    margin-left: -1.3157891%;
  }
  ul.pc_col_4.center li ,div.pc_col_4.center li {
    margin-left: 1.3157891%;
    width: 23.6842106%;
  }
  ul.pc_col_4.center::before,div.pc_col_4.center::before,
  ul.pc_col_4.center::after,div.pc_col_4.center::after {
    display: none;
  }

  ul.pc_col_6.center,div.pc_col_6.center {
    display: flex!important;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.pc_col_6.center li,div.pc_col_6.center li {
    float: none;
  }
}

/*----------------------------------------------------
タブボタン
----------------------------------------------------*/
/*ベース*/

.tabBtnSet .tabBtn{
  text-align: center;
}

.tabBtnSet .tabBtn a{
  padding: 20px 5px;
  display: block;
  border:1px solid #e35246;
  box-sizing: border-box;
  line-height: 1.2em;
  color:#e35246;
  position: relative;
  min-height: 50px;
  text-align: center;
  transition: all 0.3s;
}
.tabBtnSet .tabBtn a span{
  font-size: 16px;
  display: block;
  position: absolute;
  width: 100%;
  left: 50%;
  top:50%;
  transform:translate(-50%,-50%);
}
.tabBtnSet .tabBtn.active a{
  border:none;
  color:#fff;
  background: #ff961e; /* Old browsers */
  background: linear-gradient(to right, #d7a076 0%,#b25041 100%); 
}
.tabBtnSet .tabBtn.wait a{
  border:1px solid #eee9de;
  background-color: #fff;
  color:#eee9de;
  cursor: default;
}
.tabBtnSet.set2 .tabBtn,
.tabBtnSet.set4 .tabBtn{
  width: 49.5%;
}
.tabBtnSet.set3 .tabBtn,
.tabBtnSet.set6 .tabBtn{
  width: 32.8%;
}

.tabInner{
  padding:10px;
  box-sizing: border-box;
}
.tabInner2{
  box-sizing: border-box;
}
.tabBody{
  display: none;
}
.tabBody.active{
  display: block;
}
.tabBtn{
  /*background:#fff;*/
}
.tabBtn[class^="tabColor"],
.tabBtn[class*="tabColor"]{
  border:2px solid;
}


/*タブの中にタブがある場合*/
.tabBtnSet.sub {
  margin-top: 10px;
}
.tabBtnSet.sub .tabBtn a{
  border: none;
  border: solid 1px #A88131;
  background:#ffffff;
  color:#A88131;
  height: auto;
  min-height: 50px;
}
.tabBtnSet.sub .tabBtn.active a{
  background:#A88131;
  color:#ffffff;
}
.tabBtnSet.sub .tabBtn.wait a{
  background:#e8dab9;
}
.tabBtnSet.sub .tabBtn a span{
  font-size: 14px;
  line-height: 1.1;
}

@media screen and (max-width: 750px){
  .tabBtnSet.sub.sp_col_2 li{
    width: 49.5%;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .tabBtnSet.sub.sp_col_1 li{
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 361px){
  .tabBtnSet.sub.sp_col_2 li{
    width: 100%;
  }
  .tabBtnSet.sub .tabBtn a{
    min-height: 38px;
  }
}

@media screen and (min-width: 751px){
  .tabBtnSet.sub {
    margin-top: 25px;
  }
  .tabBtnSet .tabBtn:not(.wait) a{
    transition: all 0.3s;
  }
  .tabBtnSet .tabBtn:not(.wait) a:hover{
  	color: #ffffff;
    background: #A88131; /* Old browsers */
	  background: linear-gradient(to right, #A88131 0%,#A88131 100%); 
  }

  .tabBtnSet .tabBtn a span{
    font-size: 16px;
  }
  .tabBtnSet.set4 .tabBtn{
    width: 24.5%;
  }
  .tabBtnSet.set6 .tabBtn{
    width: 16%;
  }
  .tabBtnSet.set4,
  .tabBtnSet.set6{
    flex-wrap: nowrap;
  }
  .tabInner{
    padding:25px;
  }
  .tabInner2{
    padding:0px;
  }
  .tabBtn{
    transition: all 0.3s;
  }
  .tabBtn span{
    /*transition: all 0.3s;*/
  }
  /*サブボタン*/
  .tabBtnSet.sub.pc_col_4 li{
    margin-bottom: 10px;
    width: 24.6%;
  }
  .tabBtnSet.sub.pc_col_4::before,
  .tabBtnSet.sub.pc_col_4::after {
    width: 24.6%;
  }
  .tabBtnSet.sub .tabBtn a:hover{
    background: #A88131;
    color: #ffffff;
  }
  .tabBtnSet.sub .tabBtn.active a{
    cursor: default;
  }
  .tabBtnSet.sub .tabBtn a{
    min-height: 70px;
  }
}
@media screen and (min-width: 901px){
  .tabBtnSet.sub .tabBtn a{
    min-height: 50px;
  }
}




/*----------------------------------------------------
mainTitle(下層のメインタイトル)
----------------------------------------------------*/
#mainTitle{
  height:28.647925vw;
  background:url(../images/main_title_bg_sp.jpg) no-repeat;
  background-size: 100% auto;
  position: relative;
}
#mainTitle .box{
  left: 0px;
  padding:0 30px;
  top: calc(50% - 15px);
  position: absolute;
  transform: translateY(-50%);
  text-align: left;
}
#mainTitle .eng{
  font-size: 14px;
  line-height: 1em;
  color: #fff;
  font-weight: bold;
}
#mainTitle .ja {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 751px) {
  #mainTitle .box{
    /*padding:0 50px;0423*/
    padding:0 108px;
  }
  #mainTitle .eng{
    font-size: 18px;
  }
  #mainTitle .ja {
    font-size: 28px;
  }
}
@media screen and (min-width: 1000px) {
  #mainTitle{
    height:16.017964vw;
    background:url(../images/main_title_bg_pc.jpg) no-repeat;
    background-size: 100% auto;
    position: relative;
  }
  
  #mainTitle .eng{
    font-size: 22px;
  }
  #mainTitle .ja {
    font-size: 32px;
  }
}

/*----------------------------------------------------
wideTitle(下層の2つめのメインタイトル)
----------------------------------------------------*/
.wideTitle{
  margin:30px 0;
  padding:10px;
  background:#eee9de;
  font-size: 20px;
  font-weight: normal;
  box-sizing: border-box;
}

@media screen and (min-width: 751px) {
  .wideTitle{
    margin:40px 0;
    font-size: 26px; 
  }
  
}




