@charset "UTF-8";
.area-hero {
  background-image: url("/bland/vintage/img/bgimage_01.jpg");
  background-size: cover;
  background-position: center bottom;
}
.area-hero .wrapper {
  height: 350px;
}
@media only screen and (max-width: 740px) {
  .area-hero .wrapper {
    display: table;
    width: 100%;
    height: 150px;
  }
  .area-hero .wrapper .cell-hero {
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 740px) {
  .area-hero h1 img {
    width: auto;
  }
}
@media only screen and (max-width: 740px) and (max-width: 740px) {
  .area-hero h1 img {
    width: 60%;
  }
}

/*ページ内リンク*/
@media print, screen and (min-width: 741px) {
  .page-link {
    background-color: #000000;
    padding: 13px 0;
  }
  .page-link ul {
    width: 1080px;
    margin: 0 auto;
    letter-spacing: -0.5em;
  }
  .page-link ul li {
    display: inline-block;
    letter-spacing: normal;
    width: 22%;
    margin: 0 1.5%;
    text-align: center;
  }
  .page-link ul li a {
    display: block;
    padding: 9px 0;
    margin: 3px;
    background-color: #000;
    font-size: 88.88%;
    border: 3px solid #B20000;
  }
}
@media only screen and (max-width: 740px) {
  .page-link {
    background-color: #000000;
    padding: 0;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }
  .page-link ul {
    width: auto;
    letter-spacing: -0.5em;
    text-align: center;
  }
  .page-link ul li {
    display: inline-block;
    letter-spacing: normal;
    width: 49.9%;
    margin: 0;
    text-align: center;
    position: relative;
  }
  .page-link ul li:nth-child(2), .page-link ul li:nth-child(4) {
    border-left: 1px solid #B20000;
  }
  .page-link ul li:nth-child(1), .page-link ul li:nth-child(2) {
    border-bottom: 1px solid #B20000;
  }
  .page-link ul li a {
    display: block;
    padding: 9px 0;
    margin: 0px;
    background-color: #000;
    font-size: 100%;
  }
}
#ttl1, #ttl2, #ttl3, #ttl4 {
  margin-top: -120px;
  padding-top: 120px;
  pointer-events: none;
}

/*コンテンツ内*/
.contents {
  padding: 3em 0 2em;
}
@media only screen and (max-width: 740px) {
  .contents {
    padding: 0 12px;
  }
}

.inner {
  position: relative;
}

/*背景画像*/
.bg-img {
  background: url(../misc/con_bg1.png) top left repeat;
}

/*見出し*/
.contents h2 {
  font-size: 222.22%;
}

/*見出し縦書き*/
.inner .ttl-left {
  position: relative;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.vertical:after {
  content: url(../misc/ttl_icon.png);
}

/*見出し横書き*/
.ttl-center {
  text-align: center;
  padding-bottom: 1em;
}
.ttl-center:after {
  content: url(../misc/ttl_icon.png);
  display: block;
  padding-top: 0.5em;
}

@media only screen and (max-width: 740px) {
  .inner .ttl-left {
    position: static;
  }

  .inner .ttl-right {
    position: static;
  }
}
.lead {
  font-size: 144.44%;
  text-align: center;
  padding: 0;
}

/*contents1*/
@media only screen and (max-width: 740px) {
  .content1.contents .lead {
    font-size: clamp(16px, calc((20 / 375) * 100vw), 20px);
  }
}

.inner .ttl-box2 {
  width: 12%;
  min-height: 300px;
  float: left;
}
.inner .con-txt-left {
  width: 62%;
  font-size: 88.88%;
  line-height: 2.5;
  color: #fff;
}

/*contents2*/
.inner .ttl-box {
  min-height: 190px;
  display: flex;
  margin-bottom: 60px;
}
@media only screen and (max-width: 740px) {
  .inner .ttl-box {
    margin-bottom: 30px;
    min-height: 160px;
    width: 100%;
    margin-left: 0;
  }
}
.inner .ttl-box .tti1-sub {
  margin: auto;
}

.inner .ttl-right {
  position: relative;
}

.inner .con-txt-right {
  width: 64.5%;
  margin-left: 35.5%;
  font-size: 88.88%;
  line-height: 2.5;
  margin-bottom: 3em;
}

/*右写真コンテンツ*/
.con-photo-l {
  width: 33.5%;
  margin-right: 2%;
  position: absolute;
  top: 0;
  left: 0;
}

.inner .con-txt-wide {
  font-size: 88.88%;
  line-height: 2.5;
  margin-bottom: 0em;
}

/*inner-sub*/
.inner-sub {
  width: 55%;
  letter-spacing: -0.5em;
  padding: 2em 0 1em;
  margin-left: auto;
  margin-right: 0;
}

.inner-sub .con-txt-right {
  display: inline-block;
  letter-spacing: normal;
  width: 73%;
  font-size: 88.88%;
  line-height: 2;
  vertical-align: bottom;
  margin-bottom: 0;
}

.inner-sub .con-photo-r {
  display: inline-block;
  letter-spacing: normal;
  width: 24%;
  margin-left: 3%;
}

@media only screen and (max-width: 740px) {
  .inner-sub {
    width: 100%;
    padding: 1em 0 0;
  }

  .inner-sub .con-txt-right {
    vertical-align: top;
  }
}
/*content3*/
.content3 {
  padding-bottom: 2em;
  position: relative;
}
.content3 .inner {
  margin-bottom: 1em;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
@media only screen and (max-width: 740px) {
  .content3 .inner {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 741px) {
  .content3 .photo-wrap {
    width: 650px;
  }
}
@media only screen and (max-width: 740px) {
  .content3 .ttl-center {
    font-size: 170%;
  }
}
.content3 p {
  line-height: 2;
}

/*content4*/
@media only screen and (max-width: 740px) {
  .content4 {
    padding: 2em 12px 1em;
  }
}
.content4 h2.ttl-left2 {
  width: 60%;
  padding-left: 40%;
  font-size: 166.66%;
  padding-bottom: 0.7em;
}
.content4 .con-photo-left2 {
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
}
.content4 .con-txt-right2 {
  width: 60%;
  padding-left: 40%;
  position: relative;
}
.content4 .con-txt-right2 dt {
  float: left;
}
.content4 .con-txt-right2 dd {
  padding-left: 20%;
  padding-bottom: 1em;
}

@media only screen and (max-width: 740px) {
  .lead {
    font-size: 153.84%;
    text-align: center;
  }

  /*contents1*/
  .inner .ttl-box2 {
    width: 100%;
    min-height: 280px;
    float: none;
  }

  .inner .con-txt-left {
    width: auto;
    font-size: 100%;
    line-height: 2.5;
    color: #fff;
    padding: 0 13px;
  }

  /*contents2*/
  .inner .con-txt-right {
    width: auto;
    margin-left: 0;
    font-size: 100%;
    line-height: 2;
    margin-bottom: 1em;
  }

  /*右写真コンテンツ*/
  .con-photo-l {
    width: 47%;
    position: static;
    float: left;
    margin-top: 0px;
    margin-right: 3%;
  }

  /*contents3*/
  .content3:after {
    content: "";
    clear: both;
    display: block;
  }
  .content3 .left {
    width: 40%;
    margin-right: 2%;
  }
  .content3 .right {
    float: none;
    width: 40%;
    margin-left: 0;
    margin-right: 2%;
  }
  .content3 p {
    font-size: 100%;
  }

  /*content4*/
  .content4 .inner {
    margin-bottom: 0;
  }
  .content4 h2.ttl-left2 {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    text-align: center;
  }
  .content4 .con-photo-left2 {
    width: 100%;
    position: static;
    display: block;
    text-align: center;
  }
  .content4 .con-txt-right2 {
    width: 385px;
    padding-left: 0;
    padding-top: 10px;
    margin: 0 auto;
  }
  .content4 .con-txt-right2 dt,
  .content4 .con-txt-right2 dd {
    font-size: 100%;
  }
}
@media only screen and (max-width: 385px) {
  .content4 .con-txt-right2 {
    width: 100%;
  }
}
/*肉画像調整*/
.area-img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
@media print, screen and (min-width: 741px) {
  .area-img {
    height: 290px;
  }
}
@media only screen and (max-width: 740px) {
  .area-img {
    margin-bottom: 25px;
  }
}
.area-img img {
  padding-right: 0 !important;
  height: 100%;
}

.mt30 {
  margin-top: 30px !important;
}

@media only screen and (max-width: 740px) {
  .page-link ul {
    display: flex;
    flex-wrap: wrap;
  }

  .page-link ul li {
    box-sizing: border-box;
    width: 50%;
    flex-grow: 1;
  }
}

/*# sourceMappingURL=page_bland_vintage.css.map */
