@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

main {
  display: block;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  color: #069;
}

@media only screen and (min-width: 737px) {
  a:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 736px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	トラッキングタグの余計なスペースを削除
------------------------------------------------------------*/
.trackTags {
  display: none;
}

/*------------------------------------------------------------
	デバイスの表示・非表示
------------------------------------------------------------*/
@media only screen and (min-width: 737px) {
  .hidePC {
    display: none;
  }
}

@media only screen and (max-width: 736px) {
  .hideSP {
    display: none;
  }
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1200px;
  background-image: url(/img/common/bg_body.jpg);
  background-position: top center;
  line-height: 1.5;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}

#container {
  overflow-x: hidden;
  text-align: left;
}

#main {
  padding-bottom: 80px;
  font-size: 1.3em;
  line-height: 1.8;
}

.snsList {
  width: 300px;
  margin-left: 35px;
  padding-top: 30px;
  float: left;
}

.snsList:after {
  display: block;
  clear: both;
  content: "";
}

.snsList li {
  margin-right: 10px;
  float: left;
}

.snsList .twitter {
  padding-top: 3px;
}

.snsList .facebook img + img {
  margin-top: 3px;
}

.snsList a {
  display: block;
  text-decoration: none;
}

.snsList a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.snsList img {
  height: auto;
  vertical-align: middle;
}

.snsList img + img {
  margin-right: 20px;
  margin-left: 3px;
}

@media only screen and (max-width: 736px) {
  body {
    min-width: 320px;
  }
  #main {
    padding: 0 15px 25px;
    font-size: 1.4rem;
  }
  .snsList {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    width: 195px;
    float: none;
  }
  .snsList li {
    margin-right: 10px;
  }
  .snsList li:last-child {
    margin-right: 0;
  }
  .snsList img {
    width: 17px;
  }
  .snsList img + img {
    width: auto;
    height: 12px;
  }
  .snsList .twitter {
    padding-top: 0;
  }
  .snsList .facebook img + img {
    margin-top: 3px;
    margin-right: 0;
  }
  .snsList a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .snsList img {
    height: auto;
    vertical-align: middle;
  }
  .snsList img + img {
    margin-right: 10px;
  }
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
  width: 100%;
  height: 80px;
  background: url(/img/common/bg_head.png) repeat-x top left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}

#header > .inner {
  margin: 0 auto;
  width: 1000px;
}

#header > .inner:after {
  display: block;
  clear: both;
  content: "";
}

#header .logo {
  padding-top: 15px;
  float: left;
}

@media only screen and (max-width: 736px) {
  #header {
    height: 40px;
    background-size: contain;
  }
  #header > .inner {
    width: auto;
  }
  #header .logo {
    padding-top: 8px;
    padding-left: 10px;
  }
  #header .logo img {
    width: 79px;
  }
  #header .snsList {
    display: none;
  }
}

#openContact {
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  border: 3px solid #960;
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 450;
  color: #FFF;
}

#openContact img {
  height: auto;
}

#openContact .frame {
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 25px;
  width: 1000px;
  height: 100%;
  position: relative;
}

#openContact p {
  text-align: center;
}

#openContact .em {
  margin-bottom: 25px;
}

#openContact .group {
  margin-bottom: 30px;
  border-right: 1px solid rgba(153, 102, 0, 0.4);
}

#openContact .group:after {
  display: block;
  clear: both;
  content: "";
}

#openContact .store {
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  width: 33.3%;
  height: 519px;
  border-left: 1px solid rgba(153, 102, 0, 0.4);
  float: left;
}

#openContact .name {
  margin-bottom: 15px;
}

#openContact .img {
  margin-bottom: 20px;
}

#openContact .info {
  font-size: 1.3em;
  line-height: 1.6;
}

#openContact .info dt {
  width: 80px;
  float: left;
  clear: left;
  position: relative;
  font-weight: bold;
}

#openContact .info dt:after {
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 5px;
  content: "：";
}

#openContact .info dd {
  padding-bottom: 3px;
  padding-left: 80px;
}

#openContact .info + .btn {
  margin-top: 15px;
}

#openContact .btn {
  margin-top: 5px;
  display: block;
}

#openContact .btn:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#openContact .btn02 {
  display: inline-block;
}

#openContact .btn02:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#openContact .notes {
  font-size: 1.3em;
  line-height: 1.6;
}

#openContact .close {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 500;
  cursor: pointer;
}

#openContact .close:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#openContact.heightFix .frame {
  width: 1080px;
}

#openContact.heightFix .scrlConts {
  padding-right: 40px;
  padding-left: 40px;
  height: 100%;
  overflow-y: auto;
}

#openContact.heightFix .close {
  right: 40px;
}

@media only screen and (max-width: 736px) {
  #openContact {
    padding-top: 40px;
    height: 100%;
    background: none;
    border: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #openContact .frame {
    padding: 25px 15px 20px;
    width: auto;
  }
  #openContact .frame:before, #openContact .frame:after {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
  }
  #openContact .frame:before {
    border: 1px solid #960;
    z-index: 1;
  }
  #openContact .frame:after {
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 0;
  }
  #openContact .scrlConts {
    height: 100%;
    overflow-y: auto;
    position: relative;
    z-index: 10;
  }
  #openContact .scrlConts.spMode {
    -webkit-overflow-scrolling: touch;
  }
  #openContact .em {
    margin-bottom: 10px;
  }
  #openContact .em img {
    width: 196px;
  }
  #openContact .group {
    border-right: none;
  }
  #openContact .store {
    margin-bottom: 25px;
    padding: 0;
    padding-bottom: 25px;
    width: auto;
    height: auto;
    border-bottom: 1px solid rgba(153, 102, 0, 0.4);
    border-left: none;
    float: none;
    text-align: center;
  }
  #openContact .name {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #fff;
  }
  #openContact .name img {
    width: auto;
    height: 14px;
  }
  #openContact .img {
    margin-bottom: 15px;
    text-align: center;
  }
  #openContact .img img {
    width: auto;
  }
  #openContact .info {
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: left;
  }
  #openContact .info dt {
    width: 65px;
    font-weight: normal;
  }
  #openContact .info dd {
    padding-left: 65px;
  }
  #openContact .info .telNum {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #openContact .info + .btn {
    margin-top: 10px;
  }
  #openContact .btn {
    margin-top: 5px;
    display: inline-block;
  }
  #openContact .btn img {
    max-width: 140px;
    height: auto;
  }
  #openContact .btn:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #openContact .web {
    margin-right: auto;
    margin-left: auto;
    max-width: 292px;
    display: block;
  }
  #openContact .web img {
    max-width: 100%;
    width: 100%;
  }
  #openContact .web:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #openContact .notes {
    display: none;
  }
  #openContact .close {
    margin-right: auto;
    margin-left: auto;
    width: 40px;
    position: static;
  }
  #openContact .close img {
    width: 40px;
  }
  #openContact .close:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #openContact.heightFix .frame {
    width: auto;
  }
  #openContact.heightFix .scrlConts {
    padding: 0;
  }
  #openContact.heightFix .close {
    right: 40px;
  }
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
  float: right;
}

#gNavi:after {
  display: block;
  clear: both;
  content: "";
}

#gNavi li {
  float: left;
}

#gNavi a {
  display: block;
}

#gNavi a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

#gNavi .contact .active {
  background: url(/img/common/gnavi_contact_on.png) no-repeat top left;
  position: relative;
}

#gNavi .contact .active:after {
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
}

#gNavi .contact .active:hover {
  background-image: url(/img/common/gnavi_contact_on.png);
}

#gNavi .contact .active img {
  visibility: hidden;
}

@media only screen and (max-width: 736px) {
  #gNavi a:hover {
    background-color: transparent;
  }
  #gNavi img {
    width: auto;
    height: 40px;
  }
  #gNavi .contact .active {
    background-size: contain;
  }
  #gNavi .contact .active:after {
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
  }
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
  margin: 0 auto 20px;
  width: 1000px;
}

#pagePath:after {
  display: block;
  clear: both;
  content: "";
}

#pagePath li {
  margin-right: 10px;
  float: left;
  font-size: 1.2em;
}

#pagePath a {
  margin-right: 10px;
  color: #000;
}

@media only screen and (max-width: 736px) {
  #pagePath {
    display: none;
  }
}

/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/
#contact {
  background-image: url(/img/common/bg01.png);
}

#contact img {
  height: auto;
}

#contact .bg {
  padding-top: 70px;
  padding-bottom: 70px;
  background: no-repeat top center;
  background-image: url(/img/common/contact_bg_pc.png);
}

#contact .frame {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 30px 30px;
  width: 1000px;
  border: 2px solid #CF9F10;
  position: relative;
  z-index: 150;
}

#contact .frame:before, #contact .frame:after {
  width: 100%;
  height: 2px;
  background: url(/img/common/contact_line.png) no-repeat top center;
  position: absolute;
  left: 0;
  z-index: 1;
  content: "";
}

#contact .frame:before {
  top: 0;
}

#contact .frame:after {
  bottom: 0;
}

#contact .frame > p {
  margin-bottom: 25px;
  text-align: center;
}

#contact .group {
  width: 100%;
  display: table;
}

#contact .store {
  width: 270px;
  display: table-cell;
  text-align: center;
}

#contact .store:first-child {
  padding-right: 30px;
}

#contact .store:nth-child(2) {
  padding-right: 30px;
  padding-left: 30px;
  border-right: 1px solid rgba(153, 102, 0, 0.4);
  border-left: 1px solid rgba(153, 102, 0, 0.4);
}

#contact .store:last-child {
  padding-left: 30px;
}

#contact .store > p {
  margin-bottom: 10px;
  text-align: center;
}

#contact .name {
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #999;
}

#contact .name img {
  width: auto;
  height: 17px;
}

#contact .img {
  margin-bottom: 15px;
}

#contact .btn {
  width: 270px;
  background-color: rgba(202, 202, 202, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  display: block;
}

#contact .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

#contact .btn + .btn {
  margin-top: 10px;
}

#contact .group2 {
  margin-top: 20px;
  text-align: center;
}

#contact .group2 li {
  margin-bottom: 25px;
  display: inline-block;
}

@media only screen and (max-width: 736px) {
  #contact .bg {
    padding: 35px 15px 30px;
    background-image: url(/img/common/contact_bg_pc.png);
    background-size: cover;
  }
  #contact .frame {
    padding: 20px 15px 30px;
    width: auto;
    border: 1px solid #CF9F10;
  }
  #contact .frame:before, #contact .frame:after {
    height: 1px;
    background-size: contain;
  }
  #contact .frame:before {
    top: -1px;
  }
  #contact .frame:after {
    bottom: -1px;
  }
  #contact .frame > p {
    margin-bottom: 20px;
  }
  #contact .frame > p img {
    width: 235px;
  }
  #contact .group {
    display: block;
  }
  #contact .store {
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: auto;
    border-bottom: 1px solid #E9D392;
    display: block;
  }
  #contact .store:first-child {
    padding-right: 0;
  }
  #contact .store:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
    border-right: none;
    border-left: none;
  }
  #contact .store:last-child {
    padding: 0;
    border: none;
  }
  #contact .store > p {
    margin-bottom: 10px;
    text-align: center;
  }
  #contact .name {
    padding-top: 7px;
    padding-bottom: 4px;
  }
  #contact .name img {
    height: 12px;
  }
  #contact .tel a {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #848484 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #848484 100%);
    border-radius: 3px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.65);
    display: block;
  }
  #contact .tel img {
    width: auto;
    height: 20px;
  }
  #contact .img {
    display: none;
  }
  #contact .btn {
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }
  #contact .btn:hover {
    background-color: rgba(202, 202, 202, 0.2);
  }
  #contact .btn + .btn {
    margin-top: 5px;
  }
  #contact .btn img {
    width: 258px;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
  background-image: url(/img/common/bg01.png);
  border-top: 2px solid #6A0C0C;
}

#footer .inner {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

#footer .inner:after {
  display: block;
  clear: both;
  content: "";
}

#footer .spNavi {
  display: none;
}

#footer .pageTop {
  margin-left: -600px;
  width: 1200px;
  display: none;
  position: fixed;
  bottom: 50px;
  left: 50%;
  z-index: 100;
  text-align: right;
  -webkit-transition: bottom 200ms ease;
          transition: bottom 200ms ease;
}

#footer .pageTop.under {
  bottom: 150px;
}

#footer .pageTop a {
  display: inline-block;
}

#footer .pageTop a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#footer .logo {
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
}

#footer .info {
  padding-top: 20px;
  padding-bottom: 15px;
}

#footer .footConts {
  margin-top: 27px;
  float: right;
}

#footer .navi {
  margin-bottom: 10px;
  font-size: 1.3em;
}

#footer .navi:after {
  display: block;
  clear: both;
  content: "";
}

#footer .navi li {
  padding-right: 15px;
  margin-left: 15px;
  border-right: 1px solid #fff;
  float: left;
}

#footer .navi li:last-child {
  padding-right: 0;
  border-right: none;
}

#footer .navi a {
  color: #FFF;
  text-decoration: none;
}

#footer .navi a:hover {
  text-decoration: underline;
}

#footer .copyright {
  display: block;
  color: #999;
  font-size: 1.2em;
  text-align: right;
  font-style: normal;
}

@media only screen and (max-width: 736px) {
  #footer {
    border-width: 1px;
  }
  #footer .inner {
    width: auto;
  }
  #footer .pageTop {
    margin-left: 0;
    width: auto;
    display: none;
    right: 15px;
    bottom: 15px;
    left: auto;
    -webkit-transition: bottom 200ms ease;
            transition: bottom 200ms ease;
  }
  #footer .pageTop.under {
    bottom: 85px;
  }
  #footer .pageTop a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #footer .pageTop img {
    width: 27px;
  }
  #footer .spNavi {
    display: block;
  }
  #footer .spNavi li {
    border-bottom: 1px solid #6A0C0C;
  }
  #footer .spNavi a {
    padding: 13px 25px 12px;
    display: block;
    position: relative;
    color: #FFF;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
  }
  #footer .spNavi a:after {
    margin-top: -6px;
    width: 6px;
    height: 13px;
    background: url(/img/common/arrow_r01_m.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
  }
  #footer .logo {
    padding-top: 15px;
    padding-bottom: 10px;
    float: none;
    text-align: center;
  }
  #footer .logo img {
    width: 95px;
    height: auto;
  }
  #footer .footConts {
    margin-top: 0;
    float: none;
  }
  #footer .navi {
    display: none;
  }
  #footer .copyright {
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
  }
}

/*!
*  - v1.2.4
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  box-sizing: content-box;
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
  overflow: hidden;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
}

.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}

.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
}

.sp-bottom-thumbnails, .sp-top-thumbnails {
  left: 0;
  margin: 0 auto;
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}

.sp-bottom-thumbnails {
  margin-top: 4px;
}

.sp-left-thumbnails, .sp-right-thumbnails {
  position: absolute;
  top: 0;
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail {
  border: none;
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
}

.sp-bottom-thumbnails .sp-thumbnail-container, .sp-top-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.sp-bottom-thumbnails .sp-thumbnail-container:first-child, .sp-top-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.sp-bottom-thumbnails .sp-thumbnail-container:last-child, .sp-top-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

.sp-left-thumbnails .sp-thumbnail-container, .sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child, .sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child, .sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid red;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid red;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid red;
  top: 0;
  margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid red;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid red;
  bottom: 0;
  margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid red;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}

.sp-white {
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}

.sp-selectable {
  cursor: default;
}

.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}

.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-full-screen-button:before {
  content: '\2195';
}

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}

.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}

.sp-selected-button {
  background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px;
  }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px;
  }
}

.sp-arrows {
  position: absolute;
}

.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
  left: 20px;
}

.sp-horizontal .sp-next-arrow {
  right: 20px;
}

.sp-vertical .sp-previous-arrow {
  top: 20px;
}

.sp-vertical .sp-next-arrow {
  bottom: 20px;
}

.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

.ie7 .sp-arrow, .ie8 .sp-arrow {
  width: 0;
  height: 0;
}

.ie7 .sp-arrow:after, .ie7 .sp-arrow:before, .ie8 .sp-arrow:after, .ie8 .sp-arrow:before {
  content: none;
}

.ie7.sp-horizontal .sp-previous-arrow, .ie8.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie7.sp-horizontal .sp-next-arrow, .ie8.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie7.sp-vertical .sp-previous-arrow, .ie8.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.ie7.sp-vertical .sp-next-arrow, .ie8.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.sp-thumbnail-arrows {
  position: absolute;
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.sp-bottom-thumbnails .sp-thumbnail-arrows, .sp-top-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows, .sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow, .sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .sp-top-thumbnails .sp-previous-thumbnail-arrow {
  left: 0;
}

.sp-bottom-thumbnails .sp-next-thumbnail-arrow, .sp-top-thumbnails .sp-next-thumbnail-arrow {
  right: 0;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow, .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow, .sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0;
}

.sp-next-thumbnail-arrow:after, .sp-next-thumbnail-arrow:before, .sp-previous-thumbnail-arrow:after, .sp-previous-thumbnail-arrow:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

.ie7 .sp-thumbnail-arrow, .ie8 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.ie7 .sp-thumbnail-arrow:after, .ie7 .sp-thumbnail-arrow:before, .ie8 .sp-thumbnail-arrow:after, .ie8 .sp-thumbnail-arrow:before {
  content: none;
}

.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

a.sp-video {
  text-decoration: none;
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

a.sp-video:after {
  content: '\25B6';
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.slider-pro canvas, .slider-pro embed, .slider-pro iframe, .slider-pro object, .slider-pro video {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro img.sp-layer {
  border: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------------------------------------------
	コンテンツ部分
------------------------------------------------------------*/
.contInner, #headline .inner {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

.contsFrame {
  padding-top: 45px;
  width: 800px;
}

.contsFrame a {
  margin-top: 16px;
  display: inline-block;
}

.topBg {
  padding-top: 200px;
  position: relative;
}

.topBg:before {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
}

@media only screen and (max-width: 736px) {
  .contInner, #headline .inner {
    width: auto;
  }
  .contsFrame {
    padding-top: 0;
    width: auto;
  }
  .contsFrame a {
    margin-top: 16px;
    display: inline-block;
  }
  .topBg {
    padding-top: 130px;
  }
  .topBg:before {
    height: 130px;
  }
}

/*------------------------------------------------------------
	見出し
------------------------------------------------------------*/
#headline {
  margin-bottom: 20px;
  height: 320px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

#headline .pageTtl {
  position: absolute;
  top: 125px;
  right: 0;
}

@media only screen and (max-width: 736px) {
  #headline {
    margin-bottom: 25px;
    height: 200px;
  }
  #headline .pageTtl {
    position: absolute;
    top: 62px;
    right: 25px;
  }
  #headline .pageTtl img {
    width: 32px;
  }
  .topBg .ttl01 {
    top: -130px;
    right: 15px;
  }
}

.ttl01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
}

.topBg .ttl01 {
  top: -200px;
}

.ttl02 {
  margin-bottom: 20px;
}
