.title {
  font-size: 23px;
  font-weight:  bolder;
  margin-top: 0px;
}

@media screen and (max-width: 767px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


  /*画像とテキスト並列*/
.flex01 {
  display: flex;
  margin-bottom: 15px;
  padding: 15px 10px 10px 10px;
}

.flex01:nth-child(even) {
  flex-direction: row-reverse;
}

.flex01 .item-image {
  flex-shrink: 0;
  margin-right: 2px;
  display:block;
  width: 50%;
  margin-bottom: 0;
　vertical-align: bottom;
  min-height: 1%;
  box-sizing: border-box;
  max-width: 100%;
}

.flex01 .item-image img {
  display:block;
  width: 100%;
　vertical-align: bottom;
  object-fit: cover;
  min-height: 1%;
  box-sizing: border-box;
  max-width :800px;
}

.flex01 .item-text {
  display: flex-end;
  flex-wrap: wrap;
  flex: 1;
  justify-content: left;
  align-content: left;
  align-items: left;
  padding: 20px 0px 0px 35px;
  box-sizing: border-box;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
.flex01 {
　flex: 1 1 auto;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
　min-height: 1%;
}

.flex01 .item-text {
  flex-shrink: 1;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 20px 15px 0px 15px;
  box-sizing: border-box;
  max-width: 100%;
}
  
.flex01 .item-image {
  flex-shrink: 1;
  display:block;
  width: 100%;
  margin-bottom: 0;
　vertical-align: bottom;
  object-fit: cover;
  min-height: 1%;
  box-sizing: border-box;
  max-width: 100%;
}
  
.flex01:nth-child(even) {
  flex: 1 1 auto;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 100%;
}
}

  /*テキストと画像並列*/
.flex02 {
  display: flex;
  margin-bottom: 15px;
  padding: 20px 15px 10px 15px;
}

.flex02:nth-child(odd) {
  flex-direction: row-reverse;
}

.flex02 .item-image {
  flex-shrink: 0;
  margin-left: 2px;
  display:block;
  width: 50%;
  margin-bottom: 0;
　vertical-align: bottom;
  min-height: 1%;
  box-sizing: border-box;
  max-width: 100%;
}

.flex02 .item-image img {
  display:block;
  width: 100%;
　vertical-align: bottom;
  object-fit: cover;
  min-height: 1%;
  box-sizing: border-box;
  max-width :800px;
}

.flex02 .item-text {
  display: flex-end;
  flex-wrap: wrap;
  flex: 1;
  justify-content: left;
  align-content: left;
  align-items: left;
  padding: 20px 35px 0px 0px;
  box-sizing: border-box;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
.flex02 {
　flex: 1 1 auto;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
　min-height: 1%;
}

.flex02 .item-text {
  flex-shrink: 1;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 20px 10px 0px 10px;
  box-sizing: border-box;
  max-width: 100%;
}
  
.flex02 .item-image {
  flex-shrink: 1;
  display:block;
  width: 100%;
  margin-bottom: 0;
　vertical-align: bottom;
  object-fit: cover;
  min-height: 1%;
  box-sizing: border-box;
  max-width: 100%;
}
  
.flex02:nth-child(odd) {
  flex: 1 1 auto;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 100%;
}
}


.box {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

.wrapper {
  display: flex;
}


.text {
  display: flex-end;
  flex-wrap: wrap;
  flex: 1;
  justify-content: right;
  align-content: right;
  align-items: right;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  max-width: 100%;
}

h3 {
  font-size: 21px;
  margin: 0;
}

.pict {
  width: 50%;
  margin-left: 3%;
}

.pict img {
  display:block;
  width: 100%;
　vertical-align: bottom;
  object-fit: cover;
  min-height: 1%;
  box-sizing: border-box;
  max-width :600px;
}

.box:nth-child(odd) {
  flex-direction: row-reverse;
}
.box:nth-child(odd) .text {
  text-align: left;
}
.box:nth-child(odd) .pict {
  margin-left: 0;
  margin-right: 3%;
}

@media (max-width:768px) {
  .box {
    flex-direction: column;
  }
  .box:nth-child(odd) {
    flex-direction: column;
  }
  .text {
    text-align: left;
  }
  .box:nth-child(odd) .text {
    text-align: left;
  }
  .pict {
    width:100%;
    margin-left: 0;
    text-align: left;
  }
  .box:nth-child(odd) .pict {
    margin-left: 0;
    margin-right: 0%;
  }
  .pict img {
    width:100%;
    height:auto;
  }
}

  /*黄色フレーム線 IE用レスポンシブ*/
@media all and (max-width: 767px) and (-ms-high-contrast: none) {
  .margin01 { margin-top: 330px; }
  .margin02 { margin-top: 380px; }
}

.mod-formatIcon {
    margin-left: 5px;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    text-align: center;
    box-sizing: border-box;
    width: auto;
    height: 25px;
    line-height: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
}

  /*ライン*/
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

hr {
  height: 10px;
  background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
}


  /*見出し*/
h2 {
  position: relative;
  padding: 0 .5em .5em 2em;
  border-bottom: 1px solid #ccc;
}
h2::before,
h2::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
h2::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(150, 150, 150, .5);
}
h2::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(210, 210, 210, .5);
}

@charset "UTF-8";


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

.js-modal-slide-images {
  display: none; }

.bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 none;
  left: 0; }

.bx-wrapper .bx-loading,
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  background: none; }

.js-slider-1-wrapper {
  max-width: 880px;
  margin: 0 auto; }

.js-slider-1 {
  opacity: 0;
  -webkit-transition: opacity .5s linear 0;
  -moz-transition: opacity .5s linear 0;
  -o-transition: opacity .5s linear 0;
  transition: opacity .5s linear 0; }
  .js-slider-1 .bx-wrapper {
    margin-bottom: 0; }
  .js-slider-1 ul {
    margin: 0;
    padding: 0; }
  .js-slider-1 li {
    list-style: none;
    display: table;
    table-layout: fixed;
    vertical-align: top; }
    .js-slider-1 li .img-wrap {
      display: table-cell;
      vertical-align: middle;
      background: #1a1a1a;
      width: 100%;
      height: 586px;
      /* js related */
      text-align: center; }
    .js-slider-1 li img {
      margin: 0 auto;
      max-width: 100%;
      height: auto;
      max-height: 586px;
      /* js related */ }

.js-slider-1-caption {
  display: none;
  padding: .5em 1em;
  background: #f2f2f2; }

.js-carousel-1 {
  margin: 10px auto 40px; }
  .js-carousel-1 .bx-wrapper .bx-viewport {
    left: 1px; }
  .js-carousel-1 ul {
    margin: 0;
    padding: 0; }
  .js-carousel-1 li {
    list-style: none; }
    .js-carousel-1 li > div {
      display: table;
      table-layout: fixed;
      width: 97.7%;
      border: 3px solid transparent;
      border-spacing: 4px;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center; }
    .js-carousel-1 li a {
      display: table-cell;
      vertical-align: middle;
      background: #1a1a1a;
      max-width: 100%;
      height: 158px;
      /* js related */
      outline: none; }
    .js-carousel-1 li img {
      margin: auto;
      max-width: 100%;
      max-height: 158px;
      /* js related */
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 3px solid #1a1a1a; }
  .js-carousel-1 .bx-wrapper .bx-controls-direction a {
    width: auto;
    text-indent: 0;
    text-decoration: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .js-carousel-1 .bx-wrapper .bx-controls-direction a:before {
      text-decoration: none !important;
      line-height: 0.6;
      height: 0;
      vertical-align: top;
      font-family: 'FontAwesome';
      font-size: 50px;
      color: #ccc; }
    .js-carousel-1 .bx-wrapper .bx-controls-direction a.bx-next {
      right: -26px; }
      .js-carousel-1 .bx-wrapper .bx-controls-direction a.bx-next:before {
        content: "\f105"; }
    .js-carousel-1 .bx-wrapper .bx-controls-direction a.bx-prev {
      left: -28px; }
      .js-carousel-1 .bx-wrapper .bx-controls-direction a.bx-prev:before {
        content: "\f104"; }
    .js-carousel-1 .bx-wrapper .bx-controls-direction a:hover:before {
      color: #333; }

.ie7 .js-carousel-1 li img,
.ie8 .js-carousel-1 li img {
  max-width: 154px !important;
  max-height: 152px !important; }

@media screen and (max-width: 1000px) {
  .js-carousel-1 {
    max-width: 94%; }
    .js-carousel-1 .bx-wrapper .bx-controls-direction a.bx-next {
      right: -20px; }
    .js-carousel-1 .bx-wrapper .bx-controls-direction a.bx-prev {
      left: -20px; } }

@media screen and (max-width: 599px) {
  .js-carousel-1 li > div {
    border-width: 2px;
    border-spacing: 2px;
    width: 100%; }
  .js-carousel-1 li img {
    border-width: 1px; }
  .js-carousel-1 .bx-wrapper .bx-controls-direction a.bx-next, .js-carousel-1 .bx-wrapper .bx-controls-direction a.bx-prev {
    font-size: 36px;
    line-height: .9; } }

.inc-photoStoryGallery .loding-text,
.inc-photoStoryGallery noscript p {
  margin-top: 3em;
  min-height: 3em;
  text-align: center; }

.inc-photoStoryGallery .loding-text {
  display: none; }
  .inc-photoStoryGallery .loding-text.isLoading {
    display: block; }


/*# sourceMappingURL=style.css.map */