@charset "UTF-8";
:root {
  --main: #890035;
  --access: #890035;
}
/* ===========================================
 * 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: 315px;
  left: 0;
}
.main-img .txt-area .main-img-txt img {
  display: flex;
  position: relative;
  left: 0;
  top: 0;
  width: 750px;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 2px black) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5));
}
.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 .txt .ttl{
  bottom: 170px;
  font-size: 30px!important;
  filter: drop-shadow(0px 0px 2px black) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5));
}
.main-img .txt-area2 .img {
  width: 681px;
}
.main-img .txt-area2 .img img {
  height: 780px;
  bottom: 0;
  right: -40px;
  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: 20px;
}
.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: 640px;
  background-color: var(--main);
}

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

/* main01 */
/* ======================================== */
.location-main {
	margin: 0 auto;
	position: relative;
}
.location-main figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 80%;
  padding: 0 10px;
  background: rgba(0,0,0,.6);
}
.location-main-inner{
  position: absolute;
  top: 465px;
  left: 50%;
  transform: translateX(-50%);
}
.location-main .location-main-inner .glan-sec {
	max-width: 1200px;
	margin-top: 3em;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}
.location-main .location-main-inner .glan-sec .glan-sec-text {
	width: 56%;
}
.location-main .location-main-inner .glan-sec .glan-sec-text .glan-h3 {
	margin-bottom: 1em;
}
.location-main .location-main-inner .glan-sec .glan-sec-text .glan-h3 span {
  font-size: 2.5rem;
  display: block;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', serif;
}
.location-main .location-main-inner .glan-sec .glan-sec-img {
	width: 41%;
}
.location-main .location-main-inner .glan-sec .glan-sec-img .caption-right {
  text-align: right;
	font-size: 80%;
	margin-top: 10px;
}
.location-list.local {
  display: flex;
  justify-content: unset;
}
.access-txt .sub.main01 {
  text-align: center;
  font-size: 24px;
}
.location-list2.main01 {
  justify-content: center;
}
.location-list2.main01 .main > div {
  font-size: 50px;
  margin-top: 10px;
}
.location-list2.main01 .main .num {
  font-size: 90px;
}
/* main02 */
/* ======================================== */
.main02 {
  display: flex;
}
.main02.bdb {
  border-bottom: 1px solid #FFF;
}
.main02 .location-list__column {
  width: 50%;
}
.main02 .location-list__column.bdr {
  border-right: 1px solid #FFF;
}
.main02 .location-list__imglist {
  display: flex;
  flex-wrap: nowrap;
}
.main02 .location-list__imglist .location-list__img {
  position: relative;
}
.main02 .location-list__imglist img {
  min-height: 420px;
  object-fit: cover;
}
.main02 .location-list__imglist .right img {
  min-height: 210px;
}
.main02 .location-list__imglist .location-list__img figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 80%;
  padding: 0 10px;
  background: rgba(0,0,0,.6);
}
.main02 .location-list__textArea {
  display: flex;
  justify-content: center;
  padding: 30px 35px;
  color: #fff;
  background: linear-gradient(64deg, #c82765, var(--main));
}
.main02 .location-list__textInner {
  max-width: 750px;
}
.main02 .location-list__text {
  line-height: 1.85;
}

/* ===========================================
 * 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;
}
.location-list {
  display: flex;
  justify-content: space-between;
}
.location-list__column.c-table {
  width: 323px;
}

/* ===========================================
 * ACCESS
 * ======================================== */
.bg-access {
  background: #F2F2F2;
}
.access-txt-area.column .access-txt {
  width: auto;
}
.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) 130px / 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;
}

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

/* ===========================================
 * 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 { color: var(--main) !important; }
.sub-ttl.local::before { background: var(--main) !important; }
.sub-ttl2.c2 { color: #A6A6B7 !important; }
.sub-ttl2.c2::before { background: #88878f !important; }

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

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

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

/* ===========================================
 * TOP
 * ======================================== */
  .main-img .txt-area .main-img-txt {
    padding: 0 10px 95px;
  }
  .main-img .txt-area .txt-box .t2 .price.p2 {
    padding-left: 0;
  }
  .main-img .txt-area2 .txt .ttl{
    font-size: 20px!important;
    bottom: 230px;
  }
  .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: 370px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .main-img .txt-area2 {
    height: 220px;
  }
  .main-img .txt-area2 .img {
    width: 100%;
    z-index: 2;
  }
  .main-img .txt-area2 .img img {
    width: 195px;
    height: auto;
    left: auto;
    right: -20px;
    bottom: 0;
  }
  .main-img .txt-area2 .txt {
    height: 220px;
    width: 100%;
  }
  .main-img .txt-area2 .txt p{
    line-height: 1.5;
    font-size: 12px;
    width: calc(100% - 115px);
  }
  .main-img .txt-area2 .txt::after {
    border-width: 0 0 200px 50px;
  }

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

/* main01 */
/* ======================================== */
  .location-main {
    padding: 0 15px;
    margin: 0;
  }
  .location-main .location-main-posi {
    position: relative;
  }
  .location-main .location-main-inner {
    width: 100%;
    top: 49%;
  }
  .location-main .location-main-inner .glan-sec {
    max-width: 100%;
    margin-top: 25px;
    display: block;
  }
  .location-main .location-main-inner .glan-sec .glan-sec-text {
    width: 100%;
  }
  .location-main .location-main-inner .glan-sec .glan-sec-text .glan-h3 {
    margin-bottom: 1em;
  }
  .location-main .location-main-inner .glan-sec .glan-sec-text .glan-h3 span {
    font-size: 1.8rem;
    display: block;
  }
  .location-main .location-main-inner .glan-sec .glan-sec-img {
    width: 100%;
  }
  .location-main .location-main-inner .glan-sec .glan-sec-img .caption-right {
    text-align: right;
    font-size: 80%;
    margin-top: 10px;
  }
  .access-txt .sub.main01 {
    text-align: center;
    font-size: 11px;
    margin-top: 0;
  }
  .location-list2.main01 {
    display: grid;
  }
  .location-list2.main01 .main > div {
    font-size: 24px;
    margin-top: 0;
  }
  .location-list2.main01 .main .num {
    font-size: 40px;
  }
/* main02 */
/* ======================================== */
  .main02 {
    display: grid;
  }
  .main02 .location-list__column.bdr {
    border-right: none;
  }
  .main02 .location-list__imglist {
    width: 100%;
  }
  .main02 .location-list__textArea {
    width: 100%;
    padding: 20px;
  }

  .main02 .location-list__imglist img {
    min-height: 200px;
    object-fit: cover;
  }
  .main02 .location-list__imglist .right img {
    min-height: 100px;
  }

/* ===========================================
 * LOCAL INFORMATION
 * ======================================== */
  .c-table table td {
    padding: 5px;
  }
  .company-list .list ul {
    margin-left: 0;
  }
  .company-list .location ul {
    width: 100%;
  }
  .company-list .list .more-btn {
    border: 1px solid var(--main);
  }
  .location-list {
    display: block;
  }
  .location-list.main02 {
    display: grid;
  }

/* ===========================================
 * 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: 820px;
  }
  .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: 100%;
  }

/* ===========================================
 * 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;
  }

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

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

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