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

/* WEB FONTS - Sawarabi Mincho */
@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");

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,
i,
center,
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block;
  margin: 0;
}
body {
  position: relative;
  font-size: 13px;

  text-align: left;
  color: #333;
  background: rgb(255, 255, 255);
  overflow: hidden;
  font-family:
    "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
body.fadeout::after {
  opacity: 1;
}
p {
  line-height: 1.7;
}
ol,
ul {
  list-style: none;
}
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  width: auto;
}
a {
  text-decoration: none;
  /*color: #fff !important*/
}
a:hover {
  color: #fff;
}
a:focus {
  outline: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea,
select {
  font-family: inherit;
  vertical-align: middle;
}
input[type="submit"] {
  cursor: pointer;
  border-radius: 0;
}
em,
strong {
  font-weight: 700;
}
html {
  overflow-y: scroll;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
::-webkit-scrollbar-track-piece {
  background-color: #000;
}
.wrapper {
  position: relative;
  overflow: hidden;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb50 {
  margin-bottom: 50px;
}
.mgb100 {
  margin-bottom: 100px;
}
.mgt30 {
  margin-top: 30px;
}
.mgt50 {
  margin-top: 50px;
}
.mgtb5p {
  margin-top: 3% !important;
}
.pdt10p {
  padding-top: 10% !important;
}
.pdt15p {
  padding-top: 15% !important;
}
.pdt20p {
  padding-top: 20% !important;
}

.pd5p {
  padding-left: 5%;
  padding-right: 5%;
}
.pd10p {
  padding-left: 10%;
  padding-right: 10%;
}
.pd15p {
  padding-left: 15%;
  padding-right: 15%;
}
.pd20p {
  padding-left: 20%;
  padding-right: 20%;
}

.pdb10p {
  padding-bottom: 10%;
}
.pdb15p {
  padding-bottom: 15%;
}
.pdb20p {
  padding-bottom: 20%;
}

.pda10p {
  padding: 10%;
}
.pda15p {
  padding: 15%;
}
.pda20p {
  padding: 20%;
}

.fl-l,
.fl {
  float: left;
}
.fl-r,
fr {
  float: right;
}
.w33 {
  width: 33.333333% !important;
}
.w40 {
  width: 40% !important;
}
.w50 {
  width: 50% !important;
}
.w60 {
  width: 60% !important;
}
.w66 {
  width: 66.666666% !important;
}
.w100 {
  width: 100% !important;
}
.t-c {
  text-align: center !important;
}
.t-c-pc {
  text-align: center !important;
}
/*.pc { display:block;}*/
.sp {
  display: none !important;
}
.w128 {
  display: none !important;
}
.pc1280 {
  display: block !important;
}
.w1440pc {
  display: block;
}

.caption {
  padding: 60px 0 60px;
  margin: auto;
  width: 100%;
  font-size: 12px !important;
  background: #eeefef;
}
.caption div {
  margin: 0 auto;
  max-width: 1100px;
  font-size: 11px;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .caption {
    padding: 30px 5% 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .t-c-pc {
    text-align: left !important;
  }
}

img[src$=".svg"] {
  width: 100%;
}
@media screen and (max-width: 1360px) {
  .w128 {
    display: block !important;
  } /*

.pc1280 { display:none !important;}*/
}
@media screen and (max-width: 768px) {
  .fl-l,
  .fl-r {
    float: none;
  }
  .fl-l.w50,
  .fl-r.w50 {
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .w1440pc {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .w33 {
    width: 100% !important;
  }
  .w50 {
    width: 100% !important;
  }
  .w66 {
    width: 100% !important;
  }
}
.clearfix,
footer .up div.txt_box dl {
  *zoom: 1;
}

.clearfix:after,
footer .up div.txt_box dl:after {
  content: "";
  display: table;
  clear: both;
}

img:hover.hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -moz-filter: brightness(110%);
  -ms-filter: brightness(110%);
}
/*fontfamily-style
---------------------------------------*/

@font-face {
  font-family: Syncopate;
  src: url("../font/Syncopate/Syncopate-Regular.ttf") format("truetype");
}

.mincho {
  font-family:
    "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("/font/NotoSansCJKjp-Regular.eot");
  src:
    url("/font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"),
    url("/font/NotoSansCJKjp-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url("/font/NotoSansCJKjp-Thin.eot");
  src:
    url("/font/NotoSansCJKjp-Thin.eot?#iefix") format("embedded-opentype"),
    url("/font/NotoSansCJKjp-Thin.otf") format("opentype");
}

/*fontsize-style
---------------------------------------*/
.text24 {
  font-size: 24px;
}
.text24 {
  font-size: 24px;
}
.text22 {
  font-size: 22px;
}
.text20 {
  font-size: 20px;
}
.text18 {
  font-size: 18px;
}
.text16 {
  font-size: 16px;
}
.text14 {
  font-size: 14px;
}
.text12 {
  font-size: 12px;
}
.text10 {
  font-size: 10px;
}

/*link-style
---------------------------------------*/
a {
  text-decoration: none;
  color: inherit;
} /* NEW! */
a:hover {
  text-decoration: underline;
} /* NEW! */

.tag,
body > img,
body > iframe {
  position: fixed;
  top: -9999px;
  left: -9999px;
}

/*** CLEAR-FIX ***/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}

/* ふんわりアルファオーバー */

.alpha > a {
  position: relative;
}

.alpha img {
  transition: all 0.5s ease-in-out;
}

.alpha a:hover img {
  opacity: 0.7;
}

.tel-area p .item4 .sp {
  display: none;
}
@media (max-width: 640px) {
  body {
    padding-bottom: 0;
  }
}
* {
  box-sizing: border-box;
}

/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
a {
  color: #333;
  text-decoration: underline;
}
a:visited {
}
a:hover {
  color: #b0b0b0;
  text-decoration: none;
}
a:active {
}
a.fade:hover img {
  opacity: 0.8;
}
button {
  outline: none;
  border: none;
  padding: 0;
  background: none;
}

/* common */
.opacity {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.opacity:hover {
  filter: alpha(opacity=50); /* ie lt 8 */
  -ms-filter: "alpha( opacity=50 )"; /* ie 8 */
  opacity: 0.5;
}

/* cap */
.cap,
.caption {
  /*color: #000;
	font-size: 10px;
	line-height: 15px;
	background: #eeefef;*/
}
.caption-right {
  font-size: 11px;
  padding: 5px 0;
  color: #fff;
  margin: 0 auto;
  text-align: right;
}
.wrap {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

header {
  margin: 0;
  /*! height: 105px; */
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 100;
}
@media only screen and (max-width: 1250px) {
  header {
    margin: 0;
    /* height: 122px; */
    font-family:
      "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
      Meiryo, メイリオ, sans-serif;
  }
}
.map header {
  margin: 0;
  height: 60px;
}
.map .logo {
  top: 19px !important;
}
#header_wrap {
  top: 0;
  right: 0;
  left: 0;
  /*position:fixed;*/
  display: block;
  transition: all 0.5s ease-in-out;
  z-index: 20;
  width: 100%;
  height: 94px;
}
.yokoku {
  margin: 0 auto;
  padding: 5px;
  max-width: 1200px;
  color: #fff;
  font-size: 10px;
}
.yokoku p {
  border: 1px solid #fff;
  padding: 8px;
  text-align: center;
  float: left;
  margin-right: 15px;
}
.yokoku span {
  line-height: 11px;
}
div#header_wrap.popup_head {
  position: fixed;
  /*position:absolute;*/
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: #27201a;
  width: 100%;
  height: 90px;
}

div#header_wrap .logo {
  position: absolute;
  left: 18px;
  top: 13px;
  z-index: 15;
  transition: all 0.5s ease-in-out;
  width: 396px;
}
@media only screen and (max-width: 1100px) {
  div#header_wrap .logo {
    width: 250px;
  }
}
@media only screen and (max-width: 815px) {
  div#header_wrap .logo {
    width: 220px;
  }
}

#header_wrap .logo img {
  /* max-width: 80%; */
  height: auto;
}
.head_nav {
  position: absolute;
  right: 17px;
  top: 17px;
  z-index: 50;
  transition: all 0.5s ease-in-out;
}

.head_nav li {
  display: inline-block;
  transition: all 0.5s ease-in-out;
  color: #000;
  /*! background: url(../images/nav_border.png) left center no-repeat; */
  vertical-align: middle;
}
.head_nav li a {
  color: #378270 !important;
  /*! font-family:"Times New Roman", Times,"游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
  text-decoration: none;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  background: url(../images/h_navi_arrow.jpg) no-repeat right center;
}
.head_nav li.pc_req a {
  background: none;
}
.head_nav li a:hover {
  opacity: 0.6;
}

.head_nav li img {
  vertical-align: middle;
}

.head_nav li:nth-child(2) {
  margin-right: 20px;
}

.head_nav li:nth-child(1) {
  padding-right: 5px;
  background: none;
}
.head_nav li:last-child {
  padding-left: 0px;
  background: none;
}
.head_nav li:last-child a {
  padding: 0 0px 0 0;
}

@media only screen and (max-width: 1100px) {
  .head_nav li a {
    font-size: 11px;
    padding: 0 10px;
  }

  .head_nav li:nth-child(3) {
    width: 140px;
    margin-right: 20px;
  }
  .head_nav li:nth-child(4) {
    width: 140px;
  }

  .head_nav li:nth-child(1) {
    padding-right: 5px;
    background: none;
  }
}

@media only screen and (max-width: 768px) {
  #header_wrap {
    height: 60px;
  }
  div#header_wrap .head_nav {
    position: absolute;
    right: 10px;
    top: 50px;
    z-index: 50;
    width: 72%;
    text-align: right;
  }
  div#header_wrap .head_nav li:nth-child(1) {
    padding-bottom: 0px;
    padding-top: 5px;
    padding-right: 10px;
    vertical-align: middle;
    width: 100px;
  }

  div#header_wrap .head_nav li:nth-child(2) {
    padding-top: 5px;
    padding-right: 10px;
    vertical-align: middle;
    width: 80px;
  }
  div#header_wrap .head_nav li:nth-child(3) {
    padding-top: 5px;
    padding-right: 10px;
    vertical-align: middle;
    width: 80px;
  }

  div#header_wrap .head_nav li:nth-child(4) {
    padding-right: 0px;
    width: 150px;
    margin-bottom: 5px;
  }
  div#header_wrap .head_nav li:nth-child(5) {
    width: 150px;
  }
  .map .logo {
    top: 8px !important;
  }
  .yokoku {
    margin: 0;
    padding: 5px;
    width: 80%;
    height: 70px;
    overflow: auto;
    color: #fff;
    font-size: 10px;
  }
  .yokoku p {
    border: 1px solid #fff;
    padding: 8px;
    text-align: center;
    float: left;
    margin-right: 10px;
  }
  .yokoku span {
    line-height: 11px;
  }
  .smallhead_head .head_nav {
    position: absolute;
    right: 10px;
    top: 50px;
    z-index: 5000;
    width: 72%;
    text-align: right;
  }
  .smallhead_head .head_nav li:nth-child(1) {
    padding-bottom: 0px;
    padding-top: 10px;
    padding-right: 10px;
    vertical-align: middle;
    width: 100px;
  }

  .smallhead_head .head_nav li:nth-child(2) {
    padding-top: 5px;
    padding-right: 10px;
    vertical-align: middle;
    width: 80px;
  }

  .smallhead_head .head_nav li:nth-child(3) {
    padding-top: 5px;
    padding-right: 10px;
    vertical-align: middle;
    width: 80px;
  }
  .smallhead_head .head_nav li:nth-child(4) {
    padding-right: 0px;
    width: 150px;
    margin-bottom: 5px;
  }
  .smallhead_head .head_nav li:nth-child(5) {
    width: 150px;
  }

  div#header_wrap.popup_head .logo {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 5000;
    width: 30%;
  }

  div#header_wrap.popup_head .head_nav li:nth-child(1) {
    padding-bottom: 0px;
    padding-top: 5px;
    padding-right: 10px;
    vertical-align: middle;
    width: 80px;
  }

  div#header_wrap.popup_head .head_nav li:nth-child(2) {
    padding-top: 0px;
    padding-right: 10px;
    vertical-align: middle;
    width: 170px;
  }
  div#header_wrap.popup_head .head_nav li:nth-child(3) {
    padding-top: 0px;
    padding-right: 10px;
    vertical-align: middle;
    width: 170px;
  }

  div#header_wrap.popup_head .head_nav li:nth-child(4) {
    padding-right: 0px;
    width: 170px;
    margin-bottom: 5px;
  }
  div#header_wrap.popup_head .head_nav li:nth-child(5) {
    width: 150px;
  }
}

.gnavi {
  /*position: fixed;*/
  /*! text-align: right; */
  /*z-index: 100;*/
  right: 0;
  margin-top: 0;
  /*
	background-color: rgba(40, 3, 58, 0.8);
	background-image: none !important;*/
  /*! height: 50px; */ /*
	background: rgba(0,0,0,1.00);
	background: #1b140d;
	border-top:solid 1px #49433d;*/
  /*! position: absolute; */
  /*! top: 30px !important; */
  /*! z-index: 100000; */
  /*! border-top: solid 1px #CCC; */
  /*! border-bottom: solid 1px #CCC; */
  background: #ebf5f7;
  /*! padding: 10px 0; */
}
@media only screen and (max-width: 1250px) {
  .gnavi {
    /*position: fixed;*/
    /*! text-align: right; */
    /*z-index: 100;*/
    right: 0;
    /*! margin-top: 18px; */
    margin-right: 0px; /*
	background-color: rgba(40, 3, 58, 0.8);
	background-image: none !important;*/
    height: 45px; /*
	background: rgba(0,0,0,1.00);
	background: #1b140d;
	border-top:solid 1px #49433d;*/
    /*! position: absolute; */
    /*! top: 80px !important; */
    /*! right: 12px; */
    /*! z-index: 100000; */
    box-sizing: border-box;
  }
}
/*body:before{
	content:"";
	padding-top:75vh;
}*/

body#top:before,
body#popup:before,
body#concept:before,
body#lifestyle:before,
body#access:before {
  content: none;
}

/*.gnavi ul{
	margin: 0;
	padding-right: 5px;
	padding-bottom: 10px;
	text-align: right;
	overflow: hidden;
	position: relative;
	table-layout: fixed;
	font-size: 14px;
}*/
.gnavi ul {
  vertical-align: middle;
  text-align: center;
  max-width: 1500px;
  margin: 0 auto;
}
.gnavi ul li {
  font-family:
    "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  width: 20%;
  position: relative;
  text-align: center;
  display: inline-block;
  background: url(../images/nav_border.png) left center no-repeat;
  /*border-left:1px solid #1a1a1a;*/
  box-sizing: border-box;
  /*! height:32px; */
  vertical-align: middle;
}
.gnavi ul.g7 li {
  width: calc(100% / 10);
}
.gnavi ul.g7 li.big {
  width: 15%;
}
.gnavi ul.g11 li {
  width: 16.6%;
}
.gnavi ul li:last-child {
  /*border-left:1px solid #1a1a1a;
	border-right:1px solid #1a1a1a;*/
  /*! background:url(../images/nav/nav_border2.png) top center no-repeat; */
  box-sizing: border-box;
  background:
    url(../images/nav_border.png) left center no-repeat,
    url(../images/nav_border.png) right center no-repeat;
}
.gnavi ul.g7 li:last-child {
  width: 12.2%;
}
.gnavi ul.g10 li:last-child {
  /*! width: 10%; */
}
.gnavi ul li a {
  padding-top: 6px;
  width: 100% !important;
  color: #333 !important;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: -0.05em;
  padding: 15px 0px 15px;
}
.gnavi ul li a.current {
  border-bottom: solid 2px #2b7972;
}
.gnavi ul li.s a {
  letter-spacing: -0.3em;
}

.gnavi ul li .new {
  position: absolute;
  left: 50%;
  top: -14px;
  background: #f22a2a;
  display: inline;
  line-height: 1.2;
  font-size: 10px;
  padding: 0 4px;
  color: #fff;
  margin-left: -16px;
}

.gnavi ul li.pc_req a {
  width: 150px !important;
  padding-top: 0;
}

.gnavi ul li a::after {
  /* position: absolute;
 bottom: 3px;
 left: 50%;
 content: '';
 width: 80%;
 height: 1px;
 background: #2b7972;
 transform: scale(0, 1);
 transform-origin: center top;
 transition: transform .3s;
 ! border-radius: 100%;
 margin-left: -40%;*/
}
.gnavi ul li.pc_req a::after {
  display: none;
}

/*.gnavi ul li a:hover::after,.gnavi ul li a.current::after   {
  transform: scale(1, 1);
}*/
.gnavi ul li a:hover {
  color: #23522b !important;
}

.gnavi ul li.spnav {
  display: none;
}

.gnavi ul li:last-child a {
  letter-spacing: -0.08em;
}
.gnavi ul li a:hover {
  color: #905508;
  text-decoration: none;
}

.gnavi ul li a span.line2 {
  line-height: 15px;
}
br.s {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .gnavi ul li a {
    /*line-height:46px;*/
    text-align: center;
    display: block;
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    padding: 0;

    width: 100% !important;
    padding-top: 13px;
    font-size: 12px;
    letter-spacing: -0.15em;
    padding-bottom: 10px;
  }
  .gnavi ul li {
    /*! width: 9%; */
  }

  .gnavi ul li:last-child a {
    /*! line-height:40px; */
    text-align: center;
    display: block;
    /*! font-size:12px; */
    color: #2c1302;
    transition: all 0.15s ease-in-out 0s;
    position: relative;
    letter-spacing: -0.1em;
  }
  br.s {
    display: none;
  }
}
@media only screen and (max-width: 920px) {
  .gnavi ul li a {
    line-height: 1.2;
    text-align: center;
    display: block;
    font-size: 12px;
    color: #2c1302;
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    /*! padding: 0; */
  }
  .gnavi ul li:last-child a {
    line-height: 150%;
    text-align: center;
    display: block;
    font-size: 12px;
    color: #2c1302;
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    padding: 8px 0;
  }
  br.s {
    display: block;
  }
}
@media only screen and (max-width: 860px) {
  .gnavi ul li:last-child a {
    line-height: 150%;
    text-align: center;
    display: block;
    font-size: 12px;
    color: #2c1302;
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    letter-spacing: -0.25em;
    padding: 9px 0;
  }
  br.s {
    display: block;
  }
}

.gnavi ul li a.cs span.en {
  opacity: 0.4;
}

.gnavi ul li a:not(.cs):hover span.ja,
.gnavi ul li a.cr:not(.cs) span.ja {
  opacity: 1;
}

.gnavi ul li a:not(.cs):hover,
.gnavi ul li a.cr:not(.cs) {
  /*background:rgba(255,255,255,0.2);*/
}

.sp_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 51;
  display: none;
}

.sp_menu li {
  float: left;
  width: 25%;
}

.sp_menu li a {
  display: block;
  text-align: center;
  background-size: auto 60px;
}

.sp_menu li.inq a {
  background: url(../images/common/sp_inq_bg.jpg) center center repeat;
}

.sp_menu li.map a {
  background: url(../images/common/sp_map_bg.jpg) center center repeat;
}

.sp_menu li.tel a {
  background: url(../images/common/sp_tel_bg.jpg) center center repeat;
}

.sp_menu li.menu a {
  background: #000000;
  position: relative;
}

.sp_menu li.menu a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 1px #dbdbea;
}

.sp_menu li a img {
  height: 60px;
}

html:not(.capture) .gnavi.small {
  position: fixed;
  top: 90px;
  margin-top: 0;
}

#top .gnavi.small {
  top: 90px;
}

.gnavi:before,
.gnavi:after {
  content: "";
  display: block;
  background: url(../images/common/gradline.jpg) top center repeat-x;
  height: 1px;
}

#contents_wrap {
  position: relative;
  /*padding-bottom:320vh;*/
  z-index: 1;
}

/*///////  Header   //////*/

nav {
  float: left;
  margin-top: 10px;
  margin-left: 30px;
}
@media screen and (max-width: 1360px) {
  .header h1 img {
    max-width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 1280px) {
  #popup .header h1 img {
    max-width: 100% !important;
    height: auto;
  }
  #popup .header {
    margin-top: 0 !important;
    background-color: rgba(255, 255, 255, 1);
  }
}
@media screen and (max-width: 1152px) {
  .header h1 img {
    max-width: 70%;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .header h1 img {
    max-width: 60%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .header {
    margin-top: -60px !important;
    background-color: rgba(255, 255, 255, 1);
    height: 60px !important;
  }
  .header_inn {
    height: 60px !important;
  }
}

@media screen and (max-width: 644px) {
  .header h1 {
    margin-top: 5px;
    margin-left: 5px;
  }
  .header h1 img,
  #popup .header h1 img {
    max-width: 76% !important;
    height: auto;
  }
}

/* footArea */
.footbase {
  background: #fff;
}
#footAreaWrapper {
  padding: 0;
  font-size: 11px;
  margin: 0;
  background: #000 !important;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #23211f;
  border-bottom-color: #23211f;
}
.footArea {
  margin: 0;
  padding: 0;
}
.footArea dl {
  padding: 15px 0;
}
.footArea .topbor {
  border-top: 1px dotted #666;
}
.footArea dl dt {
  padding-bottom: 30px;
}
.footArea dd ul li {
  float: left;
  margin-left: 15px;
}
.footArea dd ul li:before {
  content: " >";
  margin-right: 5px;
  color: #fff;
}
.footArea dl,
.footArea dd ul {
  margin-right: 30px;
}
.footArea dl {
  max-width: 1024px;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
}
.footArea .line {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #4d4330;
}
.footArea dt {
  padding: 2px 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 11px;
  float: left;
}
.footArea dl a {
  color: #fff !important;
}
.footArea dl:after,
.footArea dd ul:after {
  display: block;
  clear: both;
  content: "";
}
#presentation {
  background: #000;
}
#presentation p {
  max-width: 1200px;
  padding: 20px 0 25px;
  color: #fff;
  text-align: left !important;
  font-size: 12px;
  margin: 0 auto;
}
address span {
  display: none;
}
address p {
  max-width: 100%;
  text-align: center;

  display: inline-block;
  margin: 0 40px;
  vertical-align: middle;
}
address p a {
  margin: 0 0px 5px 0;
  display: block;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  address p {
    max-width: 100%;
    text-align: center;

    display: inline-block;
    margin: 0 40px 15px;
  }
}
.footer {
  /*! padding-bottom: 30px; */
  /*! background: #000; */
}

.footer__copy {
  width: 100%;
  box-sizing: border-box;

  padding-right: 20px;
  letter-spacing: 3px;
  font-size: 10px;
  color: #666;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
}
#footrequest {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-image: url(../../images/obibg.jpg);
  background-position: top center;
  border-top: 1px solid #23211f;
  border-bottom: 1px solid #23211f;
  font-family:
    "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#footrequest p {
  margin-top: 15px;
  font-family:
    "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 13px;
  letter-spacing: 1px;
}
#footrequest .innarWrap {
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
}
#freqbtn {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#contactInformation {
  padding: 50px 0 25px;
  margin: auto;
  text-align: center;
  width: 100%;
  color: #000;
}
#corporation {
  padding: 25px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  text-align: center;
}
#corporation ul {
  margin: 0 auto;
  padding: 0;
  max-width: 400px !important;
  text-align: center;
}
#corporation ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #333;
  font-size: 11px;
  margin-right: 20px;
  margin-bottom: 20px;
}
#corporation ul li a {
  color: #333 !important;
}
#corporation2 {
  font-size: 10px;
  padding: 10px 0;
  margin-top: -20px;
  border-bottom: 1px solid #333;
  max-width: 100%;
}
#corporation2 ul {
  margin: 0 auto;
  padding: 0;
  max-width: 1024px !important;
}
#corporation2 ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #333;
}
#corporation2 ul li a {
  color: #333;
}
#footCommon {
  background: #000000;
  color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
}
#footCommon ul li {
  margin: 0;
  display: inline-block;
}

#footCommonLink,
#copyright {
  padding-bottom: 20px;
  text-align: center;
}
#footCommonLink a {
  color: #dcce9c;
}
#footCommonLink a:hover {
  color: #dcce9c;
}
#copyright {
  font-size: 10px;
  color: #ccc;
}
#footCommonLink,
#copyright {
  padding-bottom: 20px;
  text-align: center;
}
#footCommonLink a {
  color: #aaa;
}
#footCommonLink a:hover {
  color: #999;
}
#copyright {
  font-size: 10px;
  color: #666;
}
#footcopy {
  margin: auto;
  text-align: center;
  font-family:
    "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 42px;
  width: 90%;
}
@media screen and (max-width: 700px) {
  #contactInformation {
    padding: 20px 0 20px;
  }
  #page-top {
    width: 100%;
    right: 0;
  }
  #page-top a {
    width: 100%;
    opacity: 0.7;
    -ms-opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-align: center;
  }
  /*address p {
	display: none;
}*/
  address span {
    display: inline;
  }
  #footCommon {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #footcopy img,
  #freqbtn {
    width: 90%;
    height: auto;
  }
  #footcopy {
    font-size: 22px;
  }
  .footArea dl {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .footArea dl dt {
    padding-bottom: 10px;
  }
  #footAreaWrapper {
    background-image: none;
  }
  .footArea dt,
  .footArea dd {
    clear: both;
  }
  .footArea dt {
    padding: 2px 0px;
    margin-bottom: 0px;
  }
  #presentation {
    margin-top: 0;
    padding: 0 15px;
  }
  #footrequest .innarWrap {
    width: auto;
    margin-right: 5%;
    margin-left: 5%;
  }
  #footrequest p {
    text-align: left !important;
  }
  #footContact {
    display: none;
  }
  #footCommon ul li {
    margin: 0px auto 10px;
    width: 90% !important;
    display: block !important;
  }
  #corporation {
    text-align: center;
  }
  #corporation ul li {
    margin-right: 0 !important;
    margin-bottom: 15px;
    display: block !important;
  }
  #corporation2 {
    text-align: center;
  }

  #footNavigation {
    display: none;
  }
  #footNavi {
    margin: 0;
  }
  #footbtn {
    display: none;
  }
  #footer {
    width: 90%;
  }
  footer {
    position: inherit;
  }
}

.btn_req {
  margin: 1% auto 2%;
  max-width: 970px;
  /*! height: 64px; */
  /*line-height: 64px;
		font-size: 24px !important;
	overflow: hidden;*/
  /*! background: rgba(0,0,0,1.0); */
  /*border: 1px solid #3a322b;
	letter-spacing: 2px;
	font-weight:200;*/
  text-align: center;
  font-family:
    "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  /*! box-shadow:4px 9px 6px -6px #111,0px 5px 9px -6px #3d3d3d; */
  /*! -moz-box-shadow:4px 9px 6px -6px #111,0px 5px 9px -6px #3d3d3d; */
  /*! -webkit-box-shadow:4px 9px 6px -6px #111,0px 5px 9px -6px #3d3d3d; */
  font-size: 48px;
}
.btn_req a img {
  margin-top: 10px;
}
.btn_req span {
  font-size: 30px;
}
.button a {
  position: relative;
  overflow: hidden;
  text-align: center !important;
  max-width: 550px;
  height: 65px;
  display: block;
  text-decoration: none !important;
}
.btn_req a:hover {
  opacity: 0.3;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
@media all and (min-width: 768px) {
  .button a span.shiny {
    position: absolute;
    left: -150px;
    top: -2px;
    z-index: 30;
  }

  .btn__box1 {
    float: left;
  }
  .btn__box2 {
    float: right;
  }

  .btn__box {
    position: relative;
    width: 450px;
    height: 65px;
    line-height: 65px;
    font-size: 24px !important;
    overflow: hidden;
    background: rgba(36, 19, 3, 0.5);
    border: 1px solid #fff;
    margin: 1.5% auto;
    letter-spacing: 2px;
    font-weight: 200;
  }
  .btn__box a {
    display: block;
    text-decoration: none;
  }

  .btn__box a:hover {
    opacity: 0.3;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
  }
  /* 線(ボーダー)のスタイル 共通 */
  .btn__box:before,
  .btn__box:after,
  .btn__box a:before,
  .btn__box a:after {
    content: "";
    position: absolute;
    background: #fff;
  }
  /* 下のボーダー */
  .btn__box:before {
    bottom: 0;
    left: -450px;
    width: 450px;
    height: 1px;
  }
  /* 右のボーダー */
  .btn__box:after {
    bottom: -80px;
    right: 0;
    width: 1px;
    height: 80px;
  }

  /* 上のボーダー */
  .btn__box a:before {
    top: 0;
    right: -450px;
    width: 450px;
    height: 1px;
  }
  /* 左のボーダー */
  .btn__box a:after {
    top: -80px;
    left: 0;
    width: 1px;
    height: 80px;
  }

  /* ホバー時のアニメーション指定 */
  .btn__box:before {
    animation: leftAnim 1.6s linear 0s infinite;
  }
  .btn__box:after {
    animation: bottomAnim 1.6s linear 0.75s infinite;
  }
  .btn__box a:before {
    animation: rightAnim 1.6s linear 0s infinite;
  }
  .btn__box a:after {
    animation: topAnim 1.6s linear 0.75s infinite;
  }
}

@media all and (max-width: 768px) {
  .btn__box1 {
    width: 90%;
  }
  .btn__box1 {
    float: none;
    margin-bottom: 10px;
  }
  .btn__box2 {
    float: none;
  }
  .button a span.shiny {
    display: none;
  }
}

/* 各アニメーション */
@keyframes topAnim {
  0% {
    top: -80px;
  }
  100% {
    top: 100px;
  }
}
@keyframes bottomAnim {
  0% {
    bottom: -80px;
  }
  100% {
    bottom: 80px;
  }
}
@keyframes rightAnim {
  0% {
    right: -450px;
  }
  100% {
    right: 450px;
  }
}
@keyframes leftAnim {
  0% {
    left: -450px;
  }
  100% {
    left: 450px;
  }
}

/*///////  PCnavgation   //////*/
.header .header_inn .header_nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 700px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
}

.h-nav__inner .h-nav__list {
  height: 50px;
  margin: 0 auto;
}
.h-nav__inner .h-nav__list li {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
}
.h-nav__inner .h-nav__list li a {
  display: block;
  height: 40px;
  padding: 0 20px;
  color: #000;
  letter-spacing: 2px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 13px;
  font-family:
    "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.h-nav__list li a:hover {
  color: #888;
}
.h-nav__list li:before,
.h-nav__inner .h-nav__list li:after {
  -webkit-transition: all 0.5s 1s ease;
  transition: all 0.5s 1s ease;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  margin: auto;
  background: #000;
  border-radius: 50%;
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
  -webkit-animation: header-nich-out 0.3s 0s ease;
  animation: header-nich-out 0.3s 0s ease;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.h-nav__list li:before {
  top: 30px;
}
.h-nav__list li:after {
  bottom: 30px;
}
.h-nav__inner .h-nav__list li.cur:before,
.h-nav__inner .h-nav__list li.cur:after {
  -webkit-animation: header-nich-in 0.3s 0.8s ease forwards;
  animation: header-nich-in 0.3s 0.8s ease forwards;
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.h-nav__inner .h-nav__list li.cur a {
  -webkit-animation: header-txt-in 0.5s 0.3s ease forwards;
  animation: header-txt-in 0.5s 0.3s ease forwards;
}
@-webkit-keyframes header-nich-in {
  0% {
    height: 0;
  }
  100% {
    height: 10px;
  }
}
@keyframes header-nich-in {
  0% {
    height: 0;
  }
  100% {
    height: 10px;
  }
}
@-webkit-keyframes header-nich-out {
  0% {
    height: 10px;
  }
  100% {
    height: 0;
  }
}
@keyframes header-nich-out {
  0% {
    height: 10px;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes header-txt-in {
  0% {
    color: #fff;
  }
  100% {
    color: #888;
  }
}
@keyframes header-txt-in {
  0% {
    color: #fff;
  }
  100% {
    color: #888;
  }
}
@-webkit-keyframes header-txt-out {
  0% {
    color: #888;
  }
  100% {
    color: #fff;
  }
}
@keyframes header-txt-out {
  0% {
    color: #888;
  }
  100% {
    color: #fff;
  }
}

#popup .header .header_inn .header_nav {
  display: none !important;
}
@media screen and (max-width: 910px) {
  .header .header_inn .header_nav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 700px) {
  .header {
    height: 60px;
  }
}

@media screen and (max-width: 500px) {
  .header .header_inn .header__logo {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .header .header_inner .header__logo a .sj-logo {
    max-width: 36px;
  }
}

/*///////  PCconv-btn   //////*/
.h__btn {
  margin-top: 10px;
  margin-right: 10px;
  padding: 0;
  float: right;
  line-height: 40px;
}

.h__btn ul {
  margin: 0;
  padding: 0;
  height: 40px;
}
.h__btn ul li {
  position: relative;
  display: inline-block;
  text-align: center;
  height: 40px;
  overflow: hidden;
  color: #000;
}

.h__btn ul li a {
  padding: 0 10px;
  letter-spacing: 1px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  font-family:
    "Times New Roman", Times, "游明朝体", "Yu Mincho", YuMincho, "HG明朝B",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "HG明朝E",
    "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.h__btn ul li a:before {
  content: " >";
  margin-right: 5px;
}

.h__btn ul li.req {
  background-color: #00335b !important;
  color: #fff !important;
  text-align: center;
}
.h__btn ul li.rai {
  background-color: #4f0354 !important;
  color: #fff !important;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .h-nav__inner .h-nav__list li a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 800px) {
  .h__btn {
    display: none;
  }
  #popup .h__btn {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #popup .h__btn {
    display: none !important;
  }
}
.fixed {
  position: fixed;
  top: 0px !important;
  left: 0;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  z-index: 9998;
  background: #fff; /*
	box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	-moz-box-shadow: 5px 5px 5px #ccc;*/
  height: 40px;
  padding-top: 3px;
  padding-right: 3px;
}

/* navi */
@media screen and (min-width: 768px) {
  #popup .menu-btn {
    display: none;
  }
  #popup div#header_wrap .head_nav {
    right: 30px;
  }

  .menu-btn {
    /*! display:none; */
  }
}
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 50px;
  z-index: 9999;
  /*! border:rgba(255,255,255,0.6) 1px solid; */

  background: #171c61;
  display: none;
}

.menu-btn .menu-btn__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 28px;
  height: 23px;
  cursor: pointer;
}
/*.menu-btn .menu-btn__inner:before {
	content: 'MENU';
	position: absolute;
	top:-40px;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	left: -5px;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	letter-spacing: 2px;
	font-size: 11px;
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	color: #000;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.menu-btn .menu-btn__inner:hover:before {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
*/
.menu-btn .menu-btn__inner .menu-btn--bar1,
.menu-btn .menu-btn__inner .menu-btn--bar2 {
  position: absolute;
  top: 0;
  width: 15px;
  height: 2px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar1,
.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar2 {
  background: #fff;
}
.menu-btn .menu-btn__inner .menu-btn--bar1:before,
.menu-btn .menu-btn__inner .menu-btn--bar1:after,
.menu-btn .menu-btn__inner .menu-btn--bar2:before,
.menu-btn .menu-btn__inner .menu-btn--bar2:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-btn .menu-btn__inner .menu-btn--bar1:after,
.menu-btn .menu-btn__inner .menu-btn--bar2:after {
  top: 18px;
}
.menu-btn .menu-btn__inner .menu-btn--bar1 {
  left: 0;
}
.menu-btn .menu-btn__inner .menu-btn--bar2 {
  right: 0;
}
.menu-btn .menu-btn__inner:hover .menu-btn--bar1 {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.menu-btn .menu-btn__inner:hover .menu-btn--bar2 {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.menu-btn .menu-btn__inner:hover .menu-btn--bar1,
.menu-btn .menu-btn__inner:hover .menu-btn--bar2,
.menu-btn .menu-btn__inner:hover .menu-btn--bar1:after,
.menu-btn .menu-btn__inner:hover .menu-btn--bar1:before,
.menu-btn .menu-btn__inner:hover .menu-btn--bar2:after,
.menu-btn .menu-btn__inner:hover .menu-btn--bar2:before {
  background: #888;
}
.menu-btn.is-prepend {
  z-index: 9999;
}

.menu-btn.is-prepend .menu-btn__inner {
  -webkit-animation: btn-height 1s ease forwards;
  animation: btn-height 1s ease forwards;
}
/*.menu-btn.is-prepend .menu-btn__inner:before {
	content: 'CLOSE';
	color: #fff;
	visibility: visible;
	opacity: 1;
	font-size:9px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}*/
.menu-btn.is-prepend .menu-btn__inner:hover:before {
  color: #888;
}
.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar1 {
  -webkit-transform: none;
  transform: none;
  -webkit-animation: bar1-top 1s ease forwards;
  animation: bar1-top 1s ease forwards;
}
.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar1:before {
  -webkit-animation: bar1-mid 1s ease forwards;
  animation: bar1-mid 1s ease forwards;
  background: #fff;
}
.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar1:after {
  -webkit-animation: bar1-bot 1s ease forwards;
  animation: bar1-bot 1s ease forwards;
  background: #fff;
}
.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar2 {
  -webkit-transform: none;
  transform: none;
  -webkit-animation: bar2-top 1s ease forwards;
  animation: bar2-top 1s ease forwards;
}
.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar2:before {
  -webkit-animation: bar2-mid 1s ease forwards;
  animation: bar2-mid 1s ease forwards;
  background: #fff;
}
.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar2:after {
  -webkit-animation: bar2-bot 1s ease forwards;
  animation: bar2-bot 1s ease forwards;
  background: #fff;
}

.body-hide {
  overflow: hidden;
  position: relative;
  height: 100%;
}
@-webkit-keyframes btn-height {
  0% {
    height: 20px;
  }
  50% {
    height: 30px;
  }
  100% {
    height: 30px;
  }
}
@keyframes btn-height {
  0% {
    height: 20px;
  }
  50% {
    height: 30px;
  }
  100% {
    height: 30px;
  }
}
@-webkit-keyframes bar1-top {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0);
    width: 15px;
  }
  50% {
    -webkit-transform: translate3d(0, 14px, 0) rotate(0);
    transform: translate3d(0, 14px, 0) rotate(0);
    width: 15px;
  }
  75% {
    -webkit-transform: translate3d(0, 14px, 0) rotate(0);
    transform: translate3d(0, 14px, 0) rotate(0);
    width: 30px;
  }
  100% {
    -webkit-transform: translate3d(0, 14px, 0) rotate(45deg);
    transform: translate3d(0, 14px, 0) rotate(45deg);
    width: 30px;
  }
}
@keyframes bar1-top {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0);
    width: 15px;
  }
  50% {
    -webkit-transform: translate3d(0, 14px, 0) rotate(0);
    transform: translate3d(0, 14px, 0) rotate(0);
    width: 15px;
  }
  75% {
    -webkit-transform: translate3d(0, 14px, 0) rotate(0);
    transform: translate3d(0, 14px, 0) rotate(0);
    width: 30px;
  }
  100% {
    -webkit-transform: translate3d(0, 14px, 0) rotate(45deg);
    transform: translate3d(0, 14px, 0) rotate(45deg);
    width: 30px;
  }
}
@-webkit-keyframes bar1-mid {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0);
    width: 15px;
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
    width: 15px;
  }
  75% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
    width: 15px;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes bar1-mid {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0);
    width: 15px;
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
    width: 15px;
  }
  75% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
    width: 15px;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@-webkit-keyframes bar1-bot {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0);
    width: 15px;
  }
  50% {
    -webkit-transform: translate3d(0, -18px, 0) rotate(0);
    transform: translate3d(0, -18px, 0) rotate(0);
    width: 15px;
  }
  75% {
    -webkit-transform: translate3d(0, -18px, 0) rotate(0);
    transform: translate3d(0, -18px, 0) rotate(0);
    width: 15px;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes bar1-bot {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0);
    width: 15px;
  }
  50% {
    -webkit-transform: translate3d(0, -18px, 0) rotate(0);
    transform: translate3d(0, -18px, 0) rotate(0);
    width: 15px;
  }
  75% {
    -webkit-transform: translate3d(0, -18px, 0) rotate(0);
    transform: translate3d(0, -18px, 0) rotate(0);
    width: 15px;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@-webkit-keyframes bar2-top {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0);
    width: 15px;
  }
  50% {
    -webkit-transform: translate3d(0, 14px, 0) rotate(0);
    transform: translate3d(0, 14px, 0) rotate(0);
    width: 15px;
  }
  75% {
    -webkit-transform: translate3d(0, 14px, 0) rotate(0);
    transform: translate3d(0, 14px, 0) rotate(0);
    width: 30px;
  }
  100% {
    -webkit-transform: translate3d(0, 14px, 0) rotate(-45deg);
    transform: translate3d(0, 14px, 0) rotate(-45deg);
    width: 30px;
  }
}
@keyframes bar2-top {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0);
    width: 15px;
  }
  50% {
    -webkit-transform: translate3d(0, 14px, 0) rotate(0);
    transform: translate3d(0, 14px, 0) rotate(0);
    width: 15px;
  }
  75% {
    -webkit-transform: translate3d(0, 14px, 0) rotate(0);
    transform: translate3d(0, 14px, 0) rotate(0);
    width: 30px;
  }
  100% {
    -webkit-transform: translate3d(0, 14px, 0) rotate(-45deg);
    transform: translate3d(0, 14px, 0) rotate(-45deg);
    width: 30px;
  }
}
@-webkit-keyframes bar2-mid {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0);
    width: 15px;
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
    width: 15px;
  }
  75% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
    width: 15px;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes bar2-mid {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0);
    width: 15px;
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
    width: 15px;
  }
  75% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
    width: 15px;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@-webkit-keyframes bar2-bot {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0);
    width: 15px;
  }
  50% {
    -webkit-transform: translate3d(0, -18px, 0) rotate(0);
    transform: translate3d(0, -18px, 0) rotate(0);
    width: 15px;
  }
  75% {
    -webkit-transform: translate3d(0, -18px, 0) rotate(0);
    transform: translate3d(0, -18px, 0) rotate(0);
    width: 15px;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes bar2-bot {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0);
    width: 15px;
  }
  50% {
    -webkit-transform: translate3d(0, -18px, 0) rotate(0);
    transform: translate3d(0, -18px, 0) rotate(0);
    width: 15px;
  }
  75% {
    -webkit-transform: translate3d(0, -18px, 0) rotate(0);
    transform: translate3d(0, -18px, 0) rotate(0);
    width: 15px;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@media screen and (max-width: 700px) {
  .menu-btn {
    width: 40px;
    height: 40px;
    display: block;
  }
  .menu-btn.is-prepend {
    width: 40px;
    height: 40px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 100;
  /*display:none;*/
  background: rgba(0, 0, 0, 0.9);
}
.modal.is-fadeIn {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.modal.is-fadeOut {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.modal .modal__inner {
  position: fixed;
  top: 0;

  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: calc(100% - 45px);
  cursor: auto;
  /*display:none;*/
  overflow-y: scroll;
}
.modal .modal__inner .modal__list {
  height: calc(100% - 45px);
}
.modal .modal__inner .modal__list:after {
  content: "";
  clear: both;
  display: block;
}
.modal .modal__inner .modal__list li {
  /*! float: left; */
  display: block;
  box-sizing: border-box;
  width: 50%;
  height: 24%;
  border-bottom: 1px solid #49474a;
  position: relative;
}
.modal .modal__inner .modal__list li.w2 {
  width: 50%;
}
.modal .modal__inner .modal__list li:nth-child(4n + 2) {
  /*border-left: 1px solid #2d2b2f;*/
  /*! border-right: 1px solid #2d2b2f */
}
.modal .modal__inner .modal__list li:nth-child(4n) {
  /*border-left: 1px solid #2d2b2f*/
}
.modal .modal__inner .modal__list li a {
  position: relative;
  display: block;
  width: 100%;
  /*height: 100%;*/
  color: #fff;
  font-family:
    "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 15px;
  text-decoration: none;
}
.modal .modal__inner .modal__list li a:hover {
  background: #000;
}
.modal .modal__inner .modal__list li a span {
  /* position: absolute; */
  /* top: 0; */
  /* bottom: 0; */
  /* left: 0; */
  /* right: 0; */
  /* display: block; */
  /* height: auto; */
  /* margin: auto; */
  line-height: 20px;
  font-family:
    "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 10px 0;
}

span {
}
.modal .modal__inner .modal__list .cur {
  /*pointer-events: none;*/
  background: rgba(0, 0, 0, 0.85);
  font-family:
    "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.modal .modal__inner .modal__sns {
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  width: 200px;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .modal .modal__inner .modal__list li a {
    /*letter-spacing: 3px*/
  }
  /*.modal .modal__inner .modal__list li a:hover {
	letter-spacing: 4px
}*/
}

@media screen and (max-width: 800px) {
  .modal .modal__inner .modal__list li a {
    font-size: 12px;
    /*letter-spacing: 3px*/
  }
  /*.modal .modal__inner .modal__list li a:hover {
	letter-spacing: 4px
}*/
}

@media screen and (max-width: 700px) {
  .modal .modal__inner .modal__list li {
    width: 100%;
    height: auto;
    position: relative;
  }
  /*.modal .modal__inner .modal__list li:nth-child(2n) {
	border-right: none
}*/
  .modal .modal__inner .modal__list li a {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 0;
  }
  .modal .modal__inner .modal__list li a:hover {
    /*letter-spacing: 3px*/
  }
  .modal .modal__inner .modal__sns {
    bottom: 3%;
  }
  .modal .modal__inner .modal__list li:nth-child(9) {
    width: 100%;
  }
  .modal .modal__inner .modal__list.g10 li:nth-child(9) {
    width: 100%;
  }

  .modal .modal__inner .modal__list li:last-child {
    /*width:100%;*/
  }
}

/*///////  Goto top   //////*/
.go-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #ccc;
  background: url(../images/top.png) no-repeat center;
  width: 60px;
  height: 60px;
  /*visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
  z-index: 150;
}
.go-to-top a {
  width: 40px;
  height: 80px;
  display: block;
  font-size: 10px;
  color: #333;
  padding-top: 50px;
  text-align: center;
  text-decoration: none;
}
.go-to-top a:before,
.go-to-top a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 10px;
  margin: auto;
  background: #ccc;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.go-to-top a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.go-to-top a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.go-to-top a:hover:before {
  -webkit-transform: translateY(-3px) rotate(45deg);
  transform: translateY(-3px) rotate(45deg);
}
.go-to-top a:hover:after {
  -webkit-transform: translateY(-3px) rotate(-45deg);
  transform: translateY(-3px) rotate(-45deg);
}
.go-to-top a:hover:before,
.go-to-top a:hover:after {
  background: #888;
}

@media screen and (max-width: 768px) {
  .go-to-top {
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    bottom: 106px;
  }
}

#sp_nav {
  display: none;
}

@media screen and (max-width: 768px) {
  header {
    height: 60px;
  }
  .map header {
    height: 60px;
  }
  #sp_nav {
    background-color: #000;
    position: fixed;
    z-index: 53;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 140px;
  }
  div#header_wrap .logo {
    max-width: 110px;
    height: auto;
    left: 10px;
    z-index: 10;
    top: 6px;
  }

  .spfix {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    height: 50px;
    z-index: 100;
  }
}
@media only screen and (max-width: 340px) {
  div#header_wrap .logo {
    max-width: 160px;
    height: auto;
    left: 10px;
    z-index: 10;
    top: 9px;
  }
}

#footNavigation {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #211f23;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #3a3a3a;
}
#fNavi-inner {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

#fNavi-inner li {
  color: #666;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-right: 1px solid #dcdcdc;
  padding: 0 8px;
}
#fNavi-inner li:first-child {
  border-left: 1px solid #dcdcdc;
}

#fNavi-inner li a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12px;
}
#fNavi-inner li a:hover {
  color: #fc0 !important;
}

#pageTop {
  display: none;
  width: 130px;
  height: 42px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -65px;
  z-index: 50;
}

/* ------------------- */
/* ----- ぱんくず ----- */
/* ------------------- */
#breadCrumbs {
  background-color: #2a2a2a;
  text-align: right;
  padding: 8px 30px 8px 0;
  font-size: 12px;
}
#breadCrumbs a {
  color: #e6d2b2;
}
#breadCrumbs .arrow {
  color: #fff;
  padding: 0 10px;
}
#breadCrumbs .current-page {
  color: #fff;
}

br.sp {
  display: none;
}
.pre10 {
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .seo {
    display: none;
  }
}
.contentWrapper {
  background: url(../images/bg3.jpg) repeat;
}
.contentWrapper .contentbg {
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 0.4) 53%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 0.4) 53%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 0.4) 53%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  background-size: cover;
  background-repeat: no-repeat;
}
.page_title {
  padding-top: 48px;
  padding-bottom: 65px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_title {
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
  }
}
#map_pop {
  background: url(../images/bg.jpg);
}
#map_pop header #header_wrap {
  background: url(none);
}
.map_cont h2 {
  font-size: 22px;
  text-align: center;
  color: #fff;
}
.map_cont h2:after {
  margin: 15px auto;
  content: " ";
  display: block;
  width: 45px;
  height: 1px;
  background: #fff;
  background-size: contain;
  vertical-align: middle;
}

.map_cont .inn p {
  font-size: 16px;
  color: #fff;
}
.map_cont {
  /*! max-width: 900px; */
  margin-right: auto;
  margin-left: auto;
  /*! margin-top: 15px; */
  margin-bottom: 30px;
  padding-top: 132px;
}
.map_cont.plan {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
  margin-bottom: 30px;
}

#map_pop #header_wrap .head_nav {
  position: absolute;
  right: 20px;
  top: 43px;
  z-index: 50;
  transition: all 0.5s ease-in-out;
}
#map_pop .map_cont ul {
  text-align: center;
  margin-top: 30px;
}
#map_pop .map_cont ul li {
  display: inline-block;
}
#map_pop .map_cont ul li a {
  background: #666666;
  padding: 15px 0px;
  text-align: center;
  width: 180px;
  display: block;
  margin: 0 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  font-family:
    "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#map_pop .map_cont ul li:last-child a {
  background: #a18f5a;
  padding: 15px 0px;
  text-align: center;
  margin: 0 10px;
}
#map_pop .map_cont ul li a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 768px) {
  .map_cont h2 {
    font-size: 17px !important;
  }
  .map_cont {
    max-width: 854px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 30px;
    width: auto;
    padding-top: 0px;
  }
  #map_pop .map_cont ul {
    display: none;
  }
  .map_cont h2:after {
    margin: 5px auto 10px;
  }

  .map_cont .inn p {
    font-size: 14px;
  }
}

.reflection-img {
  width: 100%;
  height: auto;
  /*! position    : relative; */
  overflow: hidden;
}
.reflection {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -70px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 4s ease-in-out infinite;
  -webkit-transform: rotat2(45deg);
  -webkit-animation: reflection 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -o-animation: reflection 4s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  .reflection-img {
    width: 100%;
    height: auto;
    /*! position    :relative; */
    overflow: hidden;
  }
  .reflection {
    height: 100%;
    width: 30px;
    position: absolute;
    top: -50px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflection 3s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 4s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 4s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 4s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 4s ease-in-out infinite;
  }
}

@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.3;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.3;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-moz-keyframes reflection {
  0% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0.3;
  }
  81% {
    -moz-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-ms-keyframes reflection {
  0% {
    -ms-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -ms-transform: scale(0) rotate(45deg);
    opacity: 0.3;
  }
  81% {
    -ms-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-o-keyframes reflection {
  0% {
    -o-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -o-transform: scale(0) rotate(45deg);
    opacity: 0.3;
  }
  81% {
    -o-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -o-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/****************************************

breadcrumbs

*****************************************/

#breadcrumbs-container {
  clear: left;
  padding-top: 5px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
  /*! border-top: 1px solid #333; */
  font-family:
    "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    Meiryo, メイリオ, sans-serif;
  background: #000000;
}
#breadcrumbs-container div {
  max-width: 1024px;
  margin: 0 auto;
  font-size: 12px;
  text-align: left;
  color: #ffffff;
}
#breadcrumbs-container div a {
  margin: 0 10px;
  color: #ffffff !important;
  font-size: 12px;
}
#breadcrumbs-container div a:hover {
  color: #b89b53;
}
#breadcrumbs-container div h2 {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  margin: 0 10px;
  padding: 0;
  display: inline;

  font-family:
    "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    Meiryo, メイリオ, sans-serif;
}
/*---- FOR PC ----*/

#breadcrumbs-container p {
  width: 960px;
  margin: 0 auto;
  font-size: 0.8em;
}

/*---- FOR SP ----*/
@media only screen and (max-width: 640px) {
  #breadcrumbs-container {
    display: none;
  }
}

.map_cont ul {
  text-align: center;
  margin: 30px auto 0;
  max-width: 325px;
}
.map_cont ul li {
  margin-bottom: 10px;
}
.map_cont ul li a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-family:
    "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  color: #fff;
}
/*.map_cont ul li:last-child a {
	background:#a18f5a;
	padding:15px 0px;
	text-align: center;
}*/
.map_cont ul li a:hover {
  opacity: 0.6;
}
.sp_req {
  display: none;
}
.sp_rai {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp_req {
    position: fixed;
    right: 95px;
    width: 45px;
    top: 0;
    z-index: 100;
    display: block;
  }
  .sp_rai {
    position: fixed;
    right: 50px;
    width: 45px;
    top: 0;
    z-index: 100;
    display: block;
  }
}

.sub_navi {
  background-size: 100%;
  padding-top: 40px;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.sub_navi.m0 {
  margin-bottom: 0px;
}
.sub_navi ul {
  text-align: center;
}
.sub_navi ul li {
  display: inline-block;
  width: 270px;
  margin-right: 10px;
  margin-left: 10px;
  background: #8a8e98;
  background: #0b381a;
  background: -moz-linear-gradient(left, #0b381a 0%, #16771d 50%, #0b381a 100%);
  background: -webkit-linear-gradient(
    left,
    #0b381a 0%,
    #16771d 50%,
    #0b381a 100%
  );
  background: linear-gradient(to right, #0b381a 0%, #16771d 50%, #0b381a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b381a', endColorstr='#0b381a',GradientType=1 );

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  color: #fff;
}
.sub_navi ul li:last-child {
  background: #161e33;
  background: -moz-linear-gradient(left, #161e33 1%, #334467 50%, #161e33 100%);
  background: -webkit-linear-gradient(
    left,
    #161e33 1%,
    #334467 50%,
    #161e33 100%
  );
  background: linear-gradient(to right, #161e33 1%, #334467 50%, #161e33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161e33', endColorstr='#161e33',GradientType=1 );
  color: #fff;
}
.sub_navi ul li.active {
  /*background: #161e33;
background: -moz-linear-gradient(left, #161e33 1%, #334467 50%, #161e33 100%);
background: -webkit-linear-gradient(left, #161e33 1%,#334467 50%,#161e33 100%);
background: linear-gradient(to right, #161e33 1%,#334467 50%,#161e33 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161e33', endColorstr='#161e33',GradientType=1 );
	color:#FFF;*/
}
.sub_navi ul li a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 18px 0;
  font-family:
    "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-decoration: none;
}
/*.sub_navi ul li.active a {
	color: #000;
}*/

.sub_navi ul li a span {
  display: block;
  font-size: 14px;
}
.sub_navi ul li:hover {
  opacity: 0.7;
}
.sub_navi ul li.active:hover {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .sub_navi {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .sub_navi ul {
    margin-right: 2%;
    margin-left: 2%;
  }
  .sub_navi ul li {
    display: inline-block;
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    /*! background: #090920; */
    border: 1px solid #bca271;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .sub_navi ul li a {
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 10px 0;
    font-family:
      "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
      "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-decoration: none;
    letter-spacing: -0.03em;
    color: #fff !important;
  }
  .sub_navi ul li.active a {
    color: #fff !important;
  }

  .sub_navi ul li a span {
    display: block;
    font-size: 12px;
  }
}
.map_cont .map2 {
  max-width: 854px;
  margin: 30px auto;
}
.map_cont .map2:after {
  content: " ";
  display: block;
  clear: both;
}
.map_cont .map2 .left {
  float: left;
  margin-bottom: 15px;
}
.map_cont .map2 .right {
  float: right;
}
.cv_bg {
  background: #f6f6ed;
  padding-top: 50px;
  padding-bottom: 50px;
  /*! margin-bottom:40px; */
}
.cv_bg ul {
  text-align: center;
}
.cv_bg ul li {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
}
.map .cv_bg ul li {
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  width: 44%;
}
@media only screen and (max-width: 768px) {
  .cv_bg {
    background: #f6f6ed;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .cv_bg ul li {
    margin-bottom: 15px;
  }
}

/****************************************

NEW footer 19/05

*****************************************/

.footer {
  /*font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;*/
  color: #000;
  text-align: left;
  padding-bottom: 0;
}

.clm > div,
.clm > li {
  letter-spacing: 0.08em;
  vertical-align: top;
  display: inline-block;
}

.footer .inner {
  max-width: 1024px;
  margin: 0 auto;
}

.footer .ftr_cv {
  /*background: url(../imgs/ftr_contact_bg.jpg) top center no-repeat;
  background-size: cover;*/
  padding: 80px 0 35px;
  position: relative;
}
.footer .ftr_cv .cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.footer .ftr_cv h2 {
  text-align: center;
  position: relative;
  overflow: hidden;
  line-height: 1;
  margin-bottom: 40px;
}
.footer .ftr_cv h2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80px;
  margin: auto 0;
  height: 1px;
  width: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.footer .ftr_cv h2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -80px;
  margin: auto 0;
  height: 1px;
  width: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.footer .ftr_cv .cv {
  text-align: center;
}
.footer .ftr_cv .cv > div {
  width: 50%;
}
.footer .ftr_cv .cv > div:last-child {
  display: none;
}
.footer .ftr_contact {
  text-align: center;
  padding: 25px 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid #cccccc;
}
.footer .ftr_contact .clm > div {
  vertical-align: middle;
}
.footer .ftr_contact .clm .text01 {
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-align: left;
}
.footer .ftr_contact .clm .tel {
  margin: 0 20px;
}
.footer .ftr_contact .clm .text02 {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}
.footer .ftr_pankuzu {
  padding: 15px 0;
  line-height: 1.5;
}
.footer .ftr_pankuzu .clm li {
  font-size: 11px;
  vertical-align: baseline;
}
.footer .ftr_pankuzu .clm li:nth-child(even) {
  margin: 0 5px;
}
.footer .ftr_pankuzu .clm li a {
  font-size: 11px;
}
.footer .ftr_bnr {
  padding: 28px 0;
  /* background-color:#162647;*/
}
.footer .ftr_bnr .bnrs {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 25px;
}
.footer .ftr_bnr .bnrs > div {
  margin: 20px 16px 0;
}
.footer .ftr_bnr .seo {
  font-size: 11px;
  line-height: 1.5;
  /* text-align:center;*/
  color: #3e3a39;
  display: inline;
}
.footer .ftr_bnr .seo2 {
  font-size: 11px;
  line-height: 1.5;
  /* text-align:center;*/
  color: #3e3a39;
  display: inline;
  padding-bottom: 0px;
}
.footer .ftr_other {
  /*border-top: 1px solid rgba(255, 255, 255, 0.3);*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px 20px;
  background-color: #e6e6e6;
  /* background-color:#162647;*/
  max-width: 1024px;
  margin: 10px auto 0;
}
.footer .ftr_other dl {
  display: flex;
}
.footer .ftr_other dl + dl {
  margin-top: 15px;
}
.footer .ftr_other dl dt {
  font-size: 11px;
  white-space: nowrap;
}
.footer .ftr_other dl dd {
  font-size: 11px;
  margin-left: 30px;
  /* font-weight:600;*/
}
.footer .ftr_other dl dd a {
  font-size: 11px;
  margin-right: 1em;
  color: #3e3a39;
}
.footer .ftr_logos {
  padding: 20px 0 0;
  /* background-color:#162647;*/
  border-bottom: 1px solid #d6d6d6;
}
.footer .ftr_logos .flex {
  margin-bottom: 35px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.footer .ftr_logos .flex li {
  margin: 0 15px;
}
.footer .ftr_logos .flex p {
  margin-top: 5px;
  line-height: 1;
  text-align: center;
  margin-bottom: 9px;
}
.footer .ftr_logos .flex p a {
  font-size: 10px;
  text-decoration: underline;
}
.footer .ftr_logos .flex p a:hover {
  text-decoration: none;
}
.footer .ftr_logos {
  text-align: center;
  color: #3e3a39;
  font-size: 10px;
  line-height: 1.2;
}

.copyright {
  padding: 10px 60px;
  background: #17214d;
  box-sizing: border-box;
  font-size: 11px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .footer {
    /* padding-bottom: 99px; */
  }
  .footer .inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 4%;
  }
  .footer .pagetop {
    /* position: absolute;
    top: auto; */
    bottom: 72px;
  }

  .footer .ftr_cv {
    padding: 40px 0;
  }
  .footer .ftr_cv h2 {
    margin-bottom: 30px;
  }
  .footer .ftr_cv .cv > div {
    width: 100%;
  }
  .footer .ftr_cv .cv > div + div {
    margin-top: 10px;
  }

  .footer .ftr_contact {
    padding: 0 0 15px;
  }
  .footer .ftr_contact .clm > div {
    width: 100%;
  }
  .footer .ftr_contact .clm .text01 {
    text-align: center;
    font-size: 13px;
  }
  .footer .ftr_contact .clm {
    margin: 10px 0 10px;
  }

  .footer .ftr_contact .clm .tel {
    margin: 0 auto;
    width: 90%;
  }

  .footer .ftr_caption .cap {
    text-align: left;
  }

  .tel {
    color: #3e3a39;
  }
  .footer .ftr_contact .clm .text02 {
    font-size: 10px;
    text-align: center;
  }
  .footer .ftr_contact .clm .text02 br {
    display: none;
  }

  .footer .ftr_pankuzu {
    display: none;
  }

  .footer .ftr_bnr {
    padding: 15px 0 20px;
  }
  .footer .ftr_bnr .bnrs > div {
    width: 100%;
    margin: 20px 0 0;
  }

  .footer .ftr_other {
    padding: 15px 0;
    margin-bottom: 4%;
  }
  .footer .ftr_other dl {
    display: block;
  }
  .footer .ftr_other dl dt {
    margin: 0 0 5px;
  }
  .footer .ftr_other dl dd {
    margin: 0;
  }
  .footer .ftr_other dl dd a {
    display: inline-block;
  }
  .footer .ftr_other dl dd br {
    display: none;
  }

  .footer .ftr_logos {
    padding: 20px 0 0px;
  }
  .footer .ftr_logos .flex {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
  .footer .ftr_logos .flex > li {
    margin: 0;
  }
  .footer .ftr_logos .flex > li + li {
    margin-top: 25px;
  }
  .footer .ftr_logos .flex p {
    text-align: center;
  }

  .copyright {
    /* display: none; */
  }

  .fnav {
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #ffffff;
    /*border-top: 1px solid #9f9f9f;*/
    width: 100%;
  }

  .fnav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    background: rgba(22, 38, 71, 0.9);
    width: 100%;
    height: 58px;
  }

  .fnav.topfixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    width: 100%;
    height: 10%;
    background: none;
  }

  .fnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .fnav ul li {
    min-width: 0;
    max-width: 100%;
    width: 25%;
  }

  .fnav ul li + li {
    border-right: 1px solid #9f9f9f;
  }
  .fnav ul li a {
    display: block;
  }
  .fnav ul li.req a {
    background: url(../imgs/hdr_req.png) center no-repeat;
    background-size: 100% 100%;
  }
}
.pankuzu {
  line-height: 1;
  margin-bottom: 40px;
}
.pankuzu ul {
  text-align: right;
}
.pankuzu ul li {
  font-size: 12px;
}
.pankuzu ul li:nth-child(even) {
  margin: 0 6px;
}
.pankuzu ul li a {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .pankuzu {
    margin-bottom: 30px !important;
  }
}
.footer .f_navi {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.footer .f_navi li {
  display: inline-block;
  border-left: solid 1px #333333;
  line-height: 1.1;
}
.footer .f_navi li:last-child {
  border-right: solid 1px #333333;
}
.footer .f_navi li a {
  padding: 0 15px;
  text-decoration: none;
  font-family:
    "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  font-weight: 500;
}

.footer .contact_bnr {
  text-align: center;
  padding: 10px 0;
}

@media only screen and (max-width: 768px) {
  .footer .f_navi {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .footer .f_navi li {
    display: inline-block;
    border-left: solid 1px #333333;
    line-height: 1.1;
  }
  .footer .f_navi li:last-child {
    border-right: solid 1px #333333;
  }
  .footer .f_navi li a {
    padding: 0 20px;
    text-decoration: none;
    font-family:
      "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
      "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 14px;
    font-weight: 500;
  }

  .bottom_menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
  }
  .bottom_menu ul {
    display: flex;
    color: #fff;
    background: #333;
    flex-wrap: wrap;
  }
  .bottom_menu li:nth-of-type(1) {
    width: 100%;
  }
  .bottom_menu li {
    width: 33.333%;
  }
  .bottom_menu li img {
    width: auto;
    height: 35px;
  }
  .bottom_menu li:nth-of-type(1) img {
    width: 180px;
    height: auto;
  }
  .bottom_menu .btn_foot_default {
    display: block;
    width: 100%;
    padding: 16px 0 13px;
    background: #0b767b;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .bottom_menu .btn_foot_raijyo {
    display: block;
    width: 100%;
    padding: 5px 0;
    background: #86702d;
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
  }
  .bottom_menu .btn_foot_tel {
    display: block;
    width: 100%;
    padding: 5px 0;
    background: #152a4d;
    color: #fff;
    text-align: center;
  }
  .bottom_menu .btn_foot_outline {
    display: block;
    width: 100%;
    padding: 5px 0;
    background: #787878;
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
  }
  .bottom_menu .btn_foot_map {
    display: block;
    width: 100%;
    padding: 5px 0;
    background: #787878;
    color: #fff;
    text-align: center;
  }
}

/******************************
　inview css
******************************/
/*動き1*/
.sli-up1,
.sli-up1s {
  opacity: 0;
  transform: translate(0px, 40px);
  -webkit-transform: translate(0px, 40px);
}
.slideInUp1 {
  opacity: 1 !important;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition-delay: 0.5s;
  transition-duration: 1s;
}
/*動き2*/
.sli-up2,
.sli-up2s {
  opacity: 0;
  transform: translate(0px, 40px);
  -webkit-transform: translate(0px, 40px);
}
.slideInUp2 {
  opacity: 1 !important;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition-delay: 0.5s;
  transition-duration: 1.5s;
}
/*動き3*/
.sli-up3,
.sli-up3s {
  opacity: 0;
  transform: translate(0px, 40px);
  -webkit-transform: translate(0px, 40px);
}
.slideInUp3 {
  opacity: 1 !important;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition-delay: 0.5s;
  transition-duration: 2s;
}
/*動き4*/
.sli-up4,
.sli-up4s {
  opacity: 0;
  transform: translate(0px, 40px);
  -webkit-transform: translate(0px, 40px);
}
.slideInUp4 {
  opacity: 1 !important;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition-delay: 0.5s;
  transition-duration: 2.5s;
}
/*右から動き1*/
.sli-right1 {
  opacity: 0;
  transform: translate(50px, 0px);
  -webkit-transform: translate(50px, 0px);
}
.slideInRight1 {
  opacity: 1 !important;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition-delay: 0.5s;
  transition-duration: 1s;
}
/*右から動き2*/
.sli-right2 {
  opacity: 0;
  transform: translate(50px, 0px);
  -webkit-transform: translate(50px, 0px);
}
.slideInRight2 {
  opacity: 1 !important;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition-delay: 0.5s;
  transition-duration: 2s;
}
/*左から動き1*/
.sli-left1 {
  opacity: 0;
  transform: translate(-50px, 0px);
  -webkit-transform: translate(-50px, 0px);
}
.slideInleft1 {
  opacity: 1 !important;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition-delay: 0.5s;
  transition-duration: 1s;
}
/*左から動き2*/
.sli-left2 {
  opacity: 0;
  transform: translate(-50px, 0px);
  -webkit-transform: translate(-50px, 0px);
}
.slideInleft2 {
  opacity: 1 !important;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition-delay: 0.5s;
  transition-duration: 2s;
}

/*nav new*/
.gnavi ul li:nth-of-type(5) a::before {
  content: "NEW";
  position: absolute;
  left: 50%;
  top: -4px;
  background: #f22a2a;
  display: inline;
  line-height: 1.2;
  font-size: 10px;
  padding: 0 4px;
  color: #fff;
  margin-left: -16px;
}
.gnavi ul li a.no_new::before {
  display: none;
}
/*nav pickup*/
.gnavi ul li a.pickup::before {
  content: "PICK UP";
  position: absolute;
  left: 50%;
  top: -4px;
  background: #f2912a;
  display: inline;
  line-height: 1.2;
  font-size: 10px;
  padding: 0 4px;
  color: #fff;
  margin-left: -16px;
}

.modal .modal__inner .modal__list li:nth-of-type(5)::after/*,.modal .modal__inner .modal__list li:nth-of-type(5)::after,*//*,.modal .modal__inner .modal__list li:nth-of-type(5) a::after,.modal .modal__inner .modal__list li:nth-of-type(6) a::after,.modal .modal__inner .modal__list li:nth-of-type(7)::after,.modal .modal__inner .modal__list li:nth-of-type(8)::after*/
{
  content: "NEW";
  text-shadow: none;
  padding: 0 5px;
  font-size: 10px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  background: #d20000;
  color: #fff;
  font-family:
    "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-transition: all 0.5s ease;
  letter-spacing: 1px;
  z-index: 1;
}
.modal .modal__inner .modal__list li.pick_up::after {
  content: "PICK UP";
  text-shadow: none;
  padding: 0 5px;
  font-size: 10px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  background: #f2912a;
  color: #fff;
  font-family:
    "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-transition: all 0.5s ease;
  letter-spacing: 1px;
  z-index: 1;
}
.modal .modal__inner .modal__list li a.no_new::after {
  display: none;
}
.modal .modal__inner .modal__list li.no_new a::after {
  display: none;
}
/* .modal__list li:nth-of-type(8)::after {
  content: "NEW";
  text-shadow: none;
  padding: 0 5px;
  font-size: 10px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  background: #d20000;
  color: #fff;
  font-family:
    "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-transition: all 0.5s ease;
  letter-spacing: 1px;
} */
.modal .modal__inner .modal__list li:nth-of-type(5).no_new::after,
.modal .modal__inner .modal__list li:nth-of-type(8).no_new::after {
  display: none !important;
}

/**
 * menu
 */
.menu {
  position: relative;
  width: 100%;
  height: 50px;
  max-width: 1000px;
  margin: 0 auto;
}

.menu > li {
  float: left;
  width: 25%;
  height: 50px;
  line-height: 50px;
  background: rgb(29, 33, 19);
}

.menu > li a {
  display: block;
  color: #fff;
}

.menu > li a:hover {
  color: #999;
}

.menu__none:hover,
.menu__multi:hover,
.menu__mega:hover,
.menu__single:hover {
  background: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.menu__second-level li {
  /*border-top: 1px solid #111;*/
  width: 100% !important;
}
.menu__second-level li a {
  border-right: none;
  border-left: none;
  width: 100% !important;
}
.menu__third-level li {
  /*border-top: 1px solid #111;*/
}

.menu__second-level li a:hover {
  background: #ebf5f7;
}

.menu__third-level li a:hover {
  background: #ebf5f7;
}

.menu__fourth-level li a:hover {
  background: #1d0f0f;
}

.init-bottom:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #1f5541;
  border-bottom: 1px solid #1f5541;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.init-bottom:hover:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu:before,
.menu:after {
  content: "";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}

/**
 * single menu
 */
.menu > .menu__single {
  position: relative;
}

.menu__single .menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #ebf5f7;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  visibility: hidden;
  opacity: 0;
}

.menu__single:hover > .menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}

/**
 * multi menu
 */
.menu > .menu__multi {
  position: relative;
}

.menu__multi .menu__second-level {
  position: absolute;
  top: 45px;
  width: 100%;
  background: #d9eeea;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.menu__multi:hover .menu__second-level {
  top: 45px;
  visibility: visible;
  opacity: 1;
}

.menu__multi .menu__second-level li {
  position: relative;
  background-image: none;
  background-color: #dae9ec;
}
.menu__multi .menu__second-level li:nth-child(even) {
  position: relative;
  background-image: none;
  background-color: #fff;
}
.menu__multi .menu__second-level li:last-child {
  background-image: none;
}
.menu__multi .menu__second-level li:hover {
  /*background: #FFF;*/
}

.menu__multi .menu__second-level li .menu__third-level {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 100%;
  background: #ebf5f7;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}

.menu__multi .menu__second-level li:hover .menu__third-level {
  visibility: visible;
  opacity: 1;
}

.menu__multi .menu__second-level li .menu__third-level li {
  position: relative;
}

.menu__multi .menu__second-level li .menu__third-level li:hover {
  background: #ebf5f7;
}

.menu__multi .menu__second-level li .menu__third-level li .menu__fourth-level {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 100%;
  background: #ebf5f7;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}

.menu__multi
  .menu__second-level
  li
  .menu__third-level
  li:hover
  .menu__fourth-level {
  visibility: visible;
  opacity: 1;
}

.init-right:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #1f5541;
  border-top: 1px solid #1f5541;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*====================================================================
.s_01 .accordion_one
====================================================================*/

.accordion_one {
  max-width: 1200px;
  margin: 0 auto;
}
.accordion_one .accordion_header {
  /*! background-color: #db0f2f; */
  color: #fff;
  font-size: 14px;
  /*font-weight: bold;*/
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  font-family:
    "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-transition: all 0.5s ease;
}
.accordion_one:nth-of-type(2) .accordion_header {
  background-color: #ff9a05;
}
.accordion_one:nth-of-type(3) .accordion_header {
  background-color: #1c85d8;
}
.accordion_one .accordion_header:hover {
  opacity: 0.8;
}
.accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1%;
  width: 40px;
  height: 40px;
  /*! border: 1px solid #fff; */
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.accordion_one .accordion_header .i_box .one_i:before,
.accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 7px;
}
.accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion_one .accordion_inner {
  display: none;
  padding: 0px 30px 30px;
  /*! border-left: 2px solid #db0f2f; */
  /*! border-right: 2px solid #db0f2f; */
  /*! border-bottom: 2px solid #db0f2f; */
  box-sizing: border-box;
}
/*.accordion_one:nth-of-type(2) .accordion_inner {
	border-left: 2px solid #ff9a05;
	border-right: 2px solid #ff9a05;
	border-bottom: 2px solid #ff9a05;
}
.accordion_one:nth-of-type(3) .accordion_inner {
	border-left: 2px solid #1c85d8;
	border-right: 2px solid #1c85d8;
	border-bottom: 2px solid #1c85d8;
}*/
.accordion_one .accordion_inner .box_one {
}
.accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .accordion_one .accordion_header {
    font-size: 18px;
  }
  .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .accordion_one .accordion_header {
    font-size: 14px;
    /*! text-align: left; */
    padding: 15px 0px 15px;
  }
}

.bnr_box p {
  margin-top: 24px;
}

.gnavi ul li a.no-link,
.f_navi li a.no-link,
.modal__list li a.no-link {
  pointer-events: none; /* リンクを無効化 */
  opacity: 0.4;
  text-decoration: none; /* 下線を消す場合 */
}
