@charset "utf-8";


.dsp-none {
    display: none;
}

@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap');





.osc-01,
.osc-02,
.osc-03,
.osc-04,
.osc-05,
.osc-06{
 position:relative;
padding: 60px 0;
}

.bg-imgcnt{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  object-fit:cover;
  object-position:center;
}

.bg-imgcnt img{
    width:100%;
  height:100%;
    object-fit:cover;
  object-position:center;
  opacity:0.8;
}

.container {
    position: relative;
    z-index: 2;
}

.osc-title {
    font-family: "Yuji Syuku", serif;
    font-size: 40px;
    color: #333;
    line-height: 1em;
    position: relative;
    margin-bottom: 1.4em;
}

.osc-title .title-inner {
    position: relative;
    z-index: 2;
    padding-top: .3em;
    padding-left: .3em;
    padding-bottom: .2em;
    display: inline-block;
}

.osc-title::before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/upload/tenant_1/ttl-bg01.webp);
    background-size: 100% 100%;
    z-index: 0;
}

.osc-title::after {
    content: "";
    width: 25%;
    height: .5em;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/upload/tenant_1/ttl-bg02.webp);
    background-size: 100% 100%;
    z-index: 1;
}

.osc-title02 {
    border: none;
    padding-top: 0;
    font-family: "Times New Roman", 'Noto Serif JP', "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Roboto Slab", Garamond, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 600;
    font-size: 24px;
    color: #333;
    margin-bottom: 1.4em;
    position: relative;
    padding-left: 1.5em;
    margin-top: 0;
}

.osc-title02::before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/upload/tenant_1/ttl-bg03.webp);
    background-size: 100% 100%;
    z-index: 0;
}

.osc-txt {
    font-family: "Times New Roman", 'Noto Serif JP', "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Roboto Slab", Garamond, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #333;
    font-weight: 500;
    line-height: 2;
}

.type-mb {
    margin-bottom: 3rem;
}

.sdb {
    box-shadow: 0px 0px 10px 0px #777777;
}

.mini-title01 {
    font-size: 14px;
    font-family: "Times New Roman",
        'Noto Serif JP',
        "游明朝",
        "Yu Mincho",
        "游明朝体",
        "YuMincho",
        "Roboto Slab",
        Garamond,
        "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho Pro",
        "HiraMinProN-W3",
        "HGS明朝E",
        "ＭＳ Ｐ明朝",
        "MS PMincho",
        serif;
    color: #333;
    font-weight: 600;
    padding-left: 2em;
}

.title-price {
    display: inline-block;
    position: relative;
    padding-left: 1.5em;
    margin-left: .5em;
}

.title-price::before {
    content: "";
    width: 1.5em;
    height: 1px;
    display: block;
    position: absolute;
    background-color: #333;
    top: 50%;
    left: 0;
}

.osc-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.osc-left {
    width: 35%;
}

.osc-right {
    width: 62%;
}

.osc-boximg {
    position: relative;
    border: 5px solid #fff;
    border-radius: 5px;
}

.osc-boximg::after {
    content: "";
    width: 100%;
    position: relative;
    display: block;
    padding-top: 80%;
}

.osc-boximg a{
  display:block;

      width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:1;
}

.osc-boximg img {
      width: 100%;
    height: 100%;
  position:relative;
    object-fit: cover;
    object-position: center;
}

.osc-well.well {
    margin-bottom: 0;
    margin-top: 20px;
}

.osc-net {
    font-family: "Times New Roman",
        'Noto Serif JP',
        "游明朝",
        "Yu Mincho",
        "游明朝体",
        "YuMincho",
        "Roboto Slab",
        Garamond,
        "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho Pro",
        "HiraMinProN-W3",
        "HGS明朝E",
        "ＭＳ Ｐ明朝",
        "MS PMincho",
        serif;
    color: #fff;
    font-weight: 500;
    letter-spacing: .1em;
    background-color: rgb(95, 0, 0);
    padding: .5em 1em;
}

.osc-dtl-box {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1em;
    margin-top: 2em;
}

.osc-dtl+.osc-dtl {
    margin-top: 2em;
}

.osc-dtl-title {
    font-family: "Times New Roman",
        'Noto Serif JP',
        "游明朝",
        "Yu Mincho",
        "游明朝体",
        "YuMincho",
        "Roboto Slab",
        Garamond,
        "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho Pro",
        "HiraMinProN-W3",
        "HGS明朝E",
        "ＭＳ Ｐ明朝",
        "MS PMincho",
        serif;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1em;
    position: relative;
    margin-bottom: 1em;
}

.osc-dtl-title .title-inner {
    position: relative;
    z-index: 2;
    padding-bottom: .2em;
    display: inline-block;
}

.osc-dtl-title::after {
    content: "";
    width: 25%;
    height: .5em;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/upload/tenant_1/ttl-bg02.webp);
    background-size: 100% 100%;
    z-index: 1;
}

.osc-minilist {
    display: flex;
    flex-wrap: wrap;
    font-family: "Times New Roman",
        'Noto Serif JP',
        "游明朝",
        "Yu Mincho",
        "游明朝体",
        "YuMincho",
        "Roboto Slab",
        Garamond,
        "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho Pro",
        "HiraMinProN-W3",
        "HGS明朝E",
        "ＭＳ Ｐ明朝",
        "MS PMincho",
        serif;
    font-weight: 500;
    align-items: center;
}

.osc-minilist.tate-list {
    display: block;
}

.osc-minilist span {
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
    margin-bottom: .5em;
}

.osc-minilist.tate-list span {
    display: block;
}

.osc-minilist span::before {
    content: "";
    width: .8em;
    height: .8em;
    display: block;
    position: absolute;
    background-color: #fff;
    border: 4px solid rgb(95, 0, 0);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
}

.bar {
    border-bottom: 1px solid #777;
}

.osc-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    color: #333;
    text-decoration: none;
    transition: 0.3s;
    font-weight: bold;
    font-family: "Times New Roman",
        'Noto Serif JP',
        "游明朝",
        "Yu Mincho",
        "游明朝体",
        "YuMincho",
        "Roboto Slab",
        Garamond,
        "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho Pro",
        "HiraMinProN-W3",
        "HGS明朝E",
        "ＭＳ Ｐ明朝",
        "MS PMincho",
        serif;
}

.osc-btn.long a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-weight: bold;
    font-family: "Times New Roman",
        'Noto Serif JP',
        "游明朝",
        "Yu Mincho",
        "游明朝体",
        "YuMincho",
        "Roboto Slab",
        Garamond,
        "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho Pro",
        "HiraMinProN-W3",
        "HGS明朝E",
        "ＭＳ Ｐ明朝",
        "MS PMincho",
        serif;
}

.osc-btn a:hover {
    color: #f2f2f2;
}

.osc-btn a span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: .5em 0;
    background-color: #ceb849;
    border: 1px solid transparent;
    z-index: 2;
}

.osc-btn.long {
    margin-top: 20px;
}

.osc-btn.long a span {
    background-color: rgb(95, 0, 0);
}

.osc-btn a::before {
    content: '';
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(-45deg, #BAB38C, #BAB38C 3px, transparent 0, transparent 6px);
    z-index: 1;
}

.osc-btn.long a::before {
    content: '';
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(-45deg, rgb(95, 0, 0), rgb(95, 0, 0) 3px, transparent 0, transparent 6px);
    z-index: 1;
}

.osc-btn a:hover span {
    background-color: #B99b00;
}

.osc-btn.long a:hover span {
    background-color: rgb(187, 0, 0);
}

.osc-btnset {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.osc-btn-item {
    width: 45%;
}

.mini-disc {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    text-align: right;
}

.goldline {
    display: inline-block;
    font-weight: bold;
    position: relative;
    margin-right: 1em;
    line-height: 1.2em;
}

.goldline>span {
    position: relative;
    z-index: 2;
}

.goldline::after {
    content: "";
    width: 100%;
    height: .5em;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/upload/tenant_1/ttl-bg02.webp);
    background-size: 100% 100%;
    z-index: 1;
}

.mini-container {
    max-width: 650px;
    margin: 0 auto;
}

.dco01 {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
}

.dco02 {
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

@media(max-width:991px){
  .osc-title{
    font-size:30px;
  }
  
  .osc-title02{
    font-size:20px;
  }
  
  .osc-left {
    width: 100%;
}

.osc-right {
    width: 100%;
    margin-top:30px;
}
}

[data-element-id].visible-xs{
  display:block;
  border:3px solid green;
}
