/* ------------------------------------------
  共通
--------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.link_img a:hover img {
  opacity: 0.7;
}
/* ------------------------------------------
  レイアウト設定　mobile > PC　順に記述
--------------------------------------------- */
#WRAPPER {
  width: 100%;
  text-align: center;
  height: 100%;
  overflow-x: hidden;
}
#CONTAINER, #CONTAINER2, #CONTAINER3, #CONTAINER4, #CONTAINER4 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px; /* 調整 */
}
#CONTAINER5 {
  clear: both;
  width: 100%;
  height: auto;
  background: #F2F8F9;
}
@media screen and (min-width: 980px) { /* PC */
  #CONTAINER, #CONTAINER3 {
    width: 980px;
  }
  #CONTAINER2 {
    width: 100%;
    height: 500px;
    clear: both;
    /* background:url(../image/slider/photo_back.jpg) no-repeat; */
  }
  #CONTAINER2 .slick_box {
    width: 100%; /* 960px */
    margin: 0 auto;
  }
}
#CONTAINER4 {
  border-top: 1px solid #CCC;
  height: auto;
  clear: both;
}
#FOOTER {
  clear: both;
  text-align: center;
}
/* ------------------------------------------
  HEADER
--------------------------------------------- */
#HEADER {
  position: fixed; /*調整 */
  top: 0; /* 調整 */
  left: 0; /* 調整 */
  z-index: 2; /* 調整 */
  background: #FFF; /* 調整 */
  height: auto;
  transition: .3s; /* 調整 */
  width: 100%; /* 調整 */
  filter: alpha(opacity=95); /* 調整 */
  -moz-opacity: 0.95; /* 調整 */
  opacity: 0.95; /* 調整 */
}
#HEADER .BOX { /* 調整 */
  padding-top: 10px;
}
#logo {
  text-align: left;
  float: left;
  width: 75%;
  max-width: 280px;
  margin-left: 2%;
  margin-right: 0;
}
@media screen and (min-width:980px) { /* PC */
  #logo {
    width: 280px;
    margin-left: 0;
    margin-right: 100px; /* 調整 */
  }
  #logo img {
    width: 280px;
  }
  #HEADER .BOX { /* 調整 */
    padding-top: 10px;
    display: flex;
    justify-content: center;
    height: 40px;
    box-shadow: 0px 3px 6px gray;
  }
}
/* ------------------------------------------
  MENU
--------------------------------------------- */
#menu {
  float: right;
  margin-bottom: 0; /* 20px　調整 */
}
.nav-collapse, .nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-collapse, .nav-collapse ul {
  list-style: none;
  float: right;
  width: 100%;
  box-shadow: 0px 3px 6px gray;
}
.nav-collapse li {
  float: left;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #CCC;
  padding: 10px 0 10px 10px;
  width: 100%;
  text-align: left;
}
.nav-collapse li a {
  width: 100%;
  display: block;
}
.nav-collapse i {
  padding-right: 0.3em;
}
.drawer__item__name__icon--right {
  width: 10%;
  float: right;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-top: 5px;
}
@media screen and (min-width:980px) { /* PC */
  .nav-collapse, .nav-collapse ul {
    width: auto;
    margin-top: 3px;
    box-shadow: none;
  }
}
@media screen and (min-width:980px) { /* PC */
  .nav-collapse li {
    width: auto;
    text-align: right;
    border-bottom: none; /* 非表示 */
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    padding: 0 10px 0 0;
    padding-bottom: 3px;
  }
  .nav-collapse li + li {
    border-left: 0;
    border-right: 1px solid #333;
  }
  .nav-collapse i {
    display: none;
  }
}
.nav-collapse a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
}
.nav-collapse a {
  text-decoration: none;
  color: #333;
}
.nav-collapse a:link {
  text-decoration: none;
}
.nav-collapse a:visited {
  text-decoration: none;
}
.nav-collapse a:hover {
  text-decoration: none;
  color: #993399;
}
.nav-collapse a:active {
  text-decoration: none;
}
.drawer__item__name__icon--right i a {
  text-decoration: none;
  color: #CCC;
}
.drawer__item__name__icon--right a:link {
  text-decoration: none;
}
.drawer__item__name__icon--right a:visited {
  text-decoration: none;
}
.drawer__item__name__icon--right a:hover {
  text-decoration: none;
  color: #993399;
}
.drawer__item__name__icon--right a:active {
  text-decoration: none;
}
.nav-collapse .alt a {
  background: #555;
}
@media screen and (min-width:751px) {
  .nav-collapse a {
    height: 20px;
    padding-top: 0px;
    padding-left: 10px;
    float: left;
    text-align: center;
  }
  .nav-collapse i {
    display: none;
  }
  .drawer__item__name__icon--right {
    display: none;
  }
}
.nav-collapse ul ul a {
  background: #993399;
  padding-left: 0em;
}
@media screen and (min-width:751px) {
  .nav-collapse ul ul a {
    display: none;
  }
}
.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 70px;
  height: 30px;
  float: right;
  margin-top: 0;
  text-indent: -9999px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #993399 url("hamburger.gif") no-repeat 50% 50%; /* メニューアイコンの色 */
}
.nav-toggle.active {
  background: #993399 url("close.gif") no-repeat 50% 50%; /* メニューアイコンの色 */
}
@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .nav-toggle {
    background-image: url("hamburger-retina.gif");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
  .nav-toggle .active {
    background-image: url("close-retina.gif");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}
/* ------------------------------------------
  MAIN ＊INDEX＊
--------------------------------------------- */
#CONTAINER_TITLE {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3D003A;
  height: 50px;
}
#CONTAINER_TITLE h2 {
  color: #FFF;
  font-size: 24px;
}
@media screen and (min-width: 751px) {
  #CONTAINER_TITLE h2 {
    font-size: 28px;
  }
}
#MAIN {}
@media screen and (min-width: 960px) { /* PC */
  #MAIN {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ------------------------------------------
  FOOTER
--------------------------------------------- */
#FOOTER {
  margin-top: 60px;
  padding: 20px;
  border-top: 1px solid #000;
}
#FOOTER #FOOTER_MENU {
  margin: 0 auto;
  max-width: 1080px;
  display: flex;
  flex-wrap: wrap;
}
#FOOTER #FOOTER_MENU li {
  padding: 0 10px 0 10px;
  margin-bottom: 0.5em;
}
#FOOTER .copyright {
  font-size: 12px;
}
@media screen and (min-width: 680px) { 
#FOOTER #FOOTER_MENU li:last-child {
margin-left: auto;
}
}
/* ------------------------------------------
  アンカートップ
--------------------------------------------- */
/* 右側 */
.pagetop {
  display: block;
  position: fixed;
  bottom: 115px;
  right: 5%;
  z-index: 100;
}
.pagetop a {
  display: block;
  width: 60px;
  height: 60px;
}
.pagetop img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
/* 1110px以下非表示*/
@media (max-height: 750px) {
  /* ~1110px */
  .pagetop {
    display: block;
  }
  .pagetop a {
    display: block;
  }
}