@charset "UTF-8";
:root {
  --main: #5B1226;
  --access: #FFF;
}
/* ===========================================
 * TOP
 * ======================================== */
.s-header .tel .t1 span {
  white-space: nowrap;
}
.main-img .img-area{
  height: 720px;
}
.main-img .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.main-img .txt-area .main-img-txt {
  bottom: 285px;
  left: 0;
}
.main-img .txt-area .main-img-txt .ttl{
  text-align: center;
  font-size: 30px!important;
  margin-top: 10px;
}
.main-img .txt-area .main-img-txt img {
  display: flex;
  position: relative;
  left: 0;
  top: 0;
  width: 470px;
  margin: 0 auto;
}
.main-img .txt-area .txt-box{
  display: inline-block;
  width: auto;
  padding: 30px;
}
.main-img .txt-area .txt-box .t1{
  justify-content: flex-start;
}
.main-img .txt-area .txt-box .t2 .date{
  justify-content: flex-start;
  margin-left: -30px;
}
.main-img .txt-area .txt-box .t2 .date {
  color: #fff;
}
.main-img .txt-area .txt-box .t2 .date > div{
  margin-left: 30px;
}
.main-img .txt-area .txt-box .t2 .price{
  justify-content: flex-start;
  margin-left: -30px;
}
.main-img .txt-area .txt-box .t2 .price dl {
  margin-left: 30px;
}
.main-img .txt-area .txt-box .t2 .price dl dt{
  padding: 5px 30px;
}
.main-img .txt-area .txt-box .t2 .price.p2 dl{
  margin-left: 20px;
}
.main-img .txt-area .txt-box .t2 .price dl dd .p2 span {
  color: #fff;
}
.main-img .txt-area .txt-box .t2 .price .p3 {
  margin-left: 30px;
}
.main-img .txt-area2 .wrap::after {
  background-color: var(--main);
}
.main-img .txt-area2 .img {
  width: 850px;
}
.main-img .txt-area2 .img img {
  height: 590px;
  bottom: 0;
  right: -200px;
  z-index: 0;
}
.main-img .txt-area2 .img::before {
  border-color: var(--main) transparent transparent
}
.main-img .txt-area2 .img::after {
  border-color: transparent transparent var(--main) transparent;
}
.main-img .main-txt {
  margin-bottom: 30px;
}
.main-img .main-txt span.f-s50 {
  letter-spacing: 0.1em;
}
.main-img .txt-area2 {
  background-color: var(--main);
}
.main-img .txt-area2 .txt {
  width: 500px;
  background-color: var(--main);
}

/* ===========================================
 * LOCATION
 * ======================================== */

/* main01 */
/* ======================================== */
.location-main {
  color: #FFF;
	margin: 0 auto;
	position: relative;
}
.location-main .location-main_bg {
  position: relative;
}
.location-main .location-main_bg figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 80%;
  padding: 0 10px;
  background: rgba(0,0,0,.6);
}
.location-main .location-main_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 1000px;
  padding: 50px;
  background: rgba(0,0,0,0.8);
}
.location-main .location-main_container .location-main_head-area .location-main_head {
  font-size: 70px;
  font-weight: bold;
}
.location-main .location-main_container .location-main_head-area .location-main_sub {
  font-size: 20px;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', serif !important;
}
.location-main .location-main_container .location-main_text-area {
  margin-top: 30px;
}
.location-main .location-main_container .location-main_text-area .location-main_title {
  font-size: 30px;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', serif !important;
}
.location-main .location-main_container .location-main_text-area .location-main_text {
  margin-top: 10px;
}
.location-main .location-main_container .location-main_text-area .location-main_img-wrap {
  display: flex;
  column-gap: 20px;
  margin-top: 30px;
}
.location-main .location-main_container .location-main_text-area .location-main_img-wrap .location-main_img .caption {
	font-size: 80%;
  text-align: right;
	margin-top: 10px;
}

/* main02 */
/* ======================================== */
.main02_bg {
  background-image: url(../img/lp/location_bg.jpg);background-size: cover;
}
.tab-body .txt-img.flex-re .img-area>div {
  flex-grow: 1;
  padding: 30px 0px 40px 30px;
}
.tab-body .txt-img .txt-area .c-txt .txt-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-top: 12px;
}
.tab-body .txt-img .txt-area .c-txt .txt-box .blue-box {
  color: #FFFFFF;
  font-weight: bold;
  background: #00A7B0;
  border-radius: 10px;
  text-align: center;
  width: 270px;
  padding: 10px;
}

/* ===========================================
 * LOCAL INFORMATION
 * ======================================== */
.c-table table{
  border: 2px solid var(--main);
  color: var(--main);
  background: #fff;
}
.c-table table th{
  border: 1px solid var(--main);
  background: #EDEDED;
}
.c-table table td{
  border: 1px solid var(--main);
}
.c-table table thead th{
  border-bottom: 2px solid var(--main);
}
.c-table table thead th {
  background: #EDEDED;
}
.c-table table thead td{
  border-right: 2px solid var(--main);
  border-bottom: 2px solid var(--main);
  background: #EDEDED;
}
.c-table table tbody th{
  border-right: 2px solid var(--main);
}
.c-table table tfoot th{
  border-right: 2px solid #fff;
  background: var(--main);
}
.c-table table tfoot td{
  border-right: 1px solid #fff;
  background: var(--main);
}
.c-table table .c2 th{
  background: var(--main);
  color: #fff;
  border:1px solid #fff;
}
.c-table table .c2 td{
  background: var(--main);
  color: #fff;
  border:1px solid #fff;
}
.c-table table .c2.end th,
.c-table table .c2.end td{
  border-bottom: 1px solid var(--main);
}
.company-list .ttl {
  background: var(--main);
}
.company-list .list{
  border: 1px solid var(--main);
  background: #EDEDED;
}
.company-list .location ul {
  width: 380px;
}
.local_container {
  margin-bottom: 10px;
}
.local_container .local_box {
  display: flex;
  margin-top: 15px;
}
.local_container .local_content.right {
  margin-left: 50px;
}
.local_container .local_content .local_text {
  font-size: 40px;
  font-weight: bold;
  color: var(--main);
}

/* ===========================================
 * ACCESS
 * ======================================== */
.bg-access {
  background-image: url(../img/lp/access_bg.jpg);
  background-size: cover;
}
.access-txt-area.column .access-txt {
  width: auto;
}
.access-txt-area.border {
  border-top: 1px solid #FFF;

}
.access-txt .num {
  font-size: 57px;
}
.location-list2 {
  display: flex;
  align-items: baseline;
}

/* ===========================================
 * DESIGN
 * ======================================== */
.bg-design {
  background: var(--main);
}
.bg-tri .bg-tri-img {
  height: 1000px;
  background: url(../img/lp/tri_bg.png) no-repeat center;
}
.bg-tri2 {
  background: url("../img/lp/design_img01.jpg") calc(50% - 445px) 100px / 1080px 760px no-repeat var(--main);
}
.txt-img.t560 .txt-area {
  width: 560px;
}

/* ===========================================
 * PLAN
 * ======================================== */
.pop-ti .pop-ti-img p {
  right: 10px;
}
.plan-column .column {
  width: calc(50% - 40px);
  text-align: center;
  padding: 40px 0;
  display: block;
  justify-content: center;
  align-items: center;
}
.plan-column .column .img {
  width: 100%;
  margin: 0 auto;
}
.plan-column .column .img img {
  height: auto;
}
.pop-block .plan-column .column .img {
  width: 100%;
}
.plan-column .column .txt-area {
  width: 100%;
}
.plan .color {
  background: #fff;
  color: inherit;
  padding: 20px 30px;
  text-align: left;
  border: solid 1px #e6e0d6;
}
.plan .color .color-ttl {
  padding-left: 10px;
  color: #fff;
  background: #47AFAC;
}

/* ===========================================
 * etc
 * ======================================== */
.font-m { font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', serif !important; }

.f-s160 { font-size: 160% !important; }
.f-s170 { font-size: 170% !important; }
.f-s180 { font-size: 180% !important; }
.f-s190 { font-size: 190% !important; }
.f-s200 { font-size: 200% !important; }

.f-c-base{ color: var(--main) !important; }
.f-c-base01{ color: var(--access) !important; }

.sub-ttl.local::before { background: var(--main) !important; }
.sub-ttl.local { color: var(--main) !important; }
.sub-ttl2.c2 { color: #A6A6B7 !important; }
.sub-ttl2.c2::before { background: #88878f !important; }

.txt-img .txt-area.w100.tac { text-align: center; }
.txt-img .txt-area.w100 { width: 100%; }

/*======================================================================*/

@media screen and (max-width: 767px) {

/* ===========================================
 * TOP
 * ======================================== */
  .main-img .txt-area .main-img-txt {
    padding: 0 10px 55px;
  }
  .main-img .txt-area .main-img-txt .ttl {
    font-size: 18px!important;
  }
  .main-img .txt-area .txt-box .t2 .price.p2 {
    padding-left: 0;
  }
  .main-img .img-area{
    height: 500px;
  }
  .main-img .txt-area {
    height: 460px;
  }
  .main-img .txt-area .txt-box{
    padding: 20px;
  }
  .main-img .txt-area .txt-box .t2 .date{
    justify-content: center;
  }
  .main-img .txt-area .txt-box .t2 .price dl dt {
    padding: 5px 10px;
  }
  .main-img .txt-area .main-txt{
    width: 340px;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
  }
  .main-img .txt-area2 {
    height: 160px;
  }
  .main-img .txt-area2 .img {
    width: 100%;
    z-index: 2;
  }
  .main-img .txt-area2 .img img {
    width: 240px;
    height: auto;
    left: auto;
    right: -20px;
    bottom: 0;
  }
  .main-img .txt-area2 .txt {
    height: 160px;
    width: 100%;
  }
  .main-img .txt-area2 .txt p{
    line-height: 1.5;
    font-size: 12px;
    width: calc(100% - 160px);
  }
  .main-img .txt-area2 .txt::after {
    border-width: 0 0 200px 50px;
  }

/* ===========================================
 * LOCATION
 * ======================================== */

/* main01 */
/* ======================================== */
  .location-main {
    color: #000;
    padding: 0 10px;
  }
  .location-main .location-main_container {
    position: static;
    width: 100%;
    transform: none;
    padding: 0;
    margin-top: 30px;
    background: none;
  }
  .location-main .location-main_container .location-main_head-area .location-main_head {
    font-size: 38px;
  }
  .location-main .location-main_container .location-main_head-area .location-main_sub {
    font-size: 16px;
  }
  .location-main .location-main_container .location-main_text-area .location-main_title {
    font-size: 22px;
  }
  .location-main .location-main_container .location-main_text-area .location-main_img-wrap {
    display: block;
  }

/* main02 */
/* ======================================== */
  .main02_bg {
    background-image: none;
  }
  .tab-body {
    padding: 0 10px;
  }
  .tab-body .txt-img.flex-re .img-area>div {
    padding: 0;
  }
  .tab-body .txt-img .img-area {
    align-items: baseline;
  }
  .tab-body .txt-img .txt-area .c-txt .txt-box {
    display: block;
    margin-top: 0;
  }
  .tab-body .txt-img .txt-area .c-txt .txt-box .blue-box {
    margin: 10px auto;
  }

/* ===========================================
 * LOCAL INFORMATION
 * ======================================== */
  .c-table table td {
    padding: 5px;
  }
  .company-list .list ul {
    margin-left: 0;
  }
  .company-list .location ul {
    width: 100%;
  }
  .local_container .local_box {
    display: block;
  }
  .local_container .local_content.right {
    margin-top: 15px;
    margin-left: 0;
  }
  .txt-img.order {
    display: flex;
    flex-direction: column;
  }
  .txt-img .txt-area {
    padding: 0;
  }
  .company-list .list .more-btn {
    border: 1px solid var(--main);
  }
/* ===========================================
 * ACCESS
 * ======================================== */
  .access-txt {
    font-size: 24px;
  }
  .access-txt-area.column .access-txt {
    font-size: 24px;
    padding-left: 0;
    padding-right: 0;
  }
  .access-txt .sub {
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .location-list2 {
    display: block;
  }

/* ===========================================
 * DESIGN
 * ======================================== */
  .c-ttl h3 {
    font-size: 20px;
  }
  .bg-tri {
    height: 700px;
  }
  .bg-tri .bg-tri-img {
    background: none;
  }
  .bg-tri2 {
    background: var(--main) ;
  }
  .bg-tri2::before {
    border-color: transparent transparent var(--main) transparent;
  }
  .txt-img.t560 .txt-area {
    width: auto;
  }

/* ===========================================
 * PLAN
 * ======================================== */
  .plan .color dl dd ul {
    flex-wrap: wrap;
  }
  .plan .color dl dd ul li {
    width: 33%;
  }
  .plan-column .column {
    width: 100%;
  }
  .plan-column .column .img {
    padding: 0 15px;
  }

/* ===========================================
 * etc
 * ======================================== */
  .sp_f-s160 { font-size: 160% !important; }
  .order1 { order: 1; }
  .order2 { order: 2; }
}

/*=====================================================================*/

@media screen and (min-width: 768px) {

/* ===========================================
 * LOCATION
 * ======================================== */

/* main01 */
/* ======================================== */
  

/* ===========================================
 * OUTLINE
 * ======================================== */
  .out-line-table .list dl dt {
    padding-right: 25px;
  }
}