@charset "UTF-8";
:root {
  --main: #005868;
  --access: #B60005;
}
/* ===========================================
 * 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: 330px;
  left: 0;
}
.main-img .txt-area .main-img-txt img {
  display: flex;
  position: relative;
  left: 0;
  top: 0;
  width: 600px;
  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 .txt .ttl{
  bottom: 65px;
  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: 765px;
  bottom: 0;
  right: 30px;
  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: 40px;
  filter: drop-shadow(0px 0px 2px black) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5));
}
.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
 * ======================================== */

/* Tab */
/* ======================================== */
.location-slide .main li .txt .ttl-area {
  align-items: flex-start;
}
.location-slide .main li .txt .ttl-area .ttl.w100 {
  width: 100%;
}
.location-slide .main li .txt .ttl-area .ttl .t1 {
  font-weight: normal;
  /* font-size: 70%; */
  /* color: #ffffff !important; */
}
.location-slide .main li .img {
  position: relative;
  z-index: -1;
}
.location-slide figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 80%;
  padding: 0 10px;
  background: rgba(0,0,0,.6);
}
.txt-img-bg{
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto ;
}
.location-slide .list ul li .txt {
  width: calc(100% - 10px);
}
.location-slide .bg-bk2 {
  background: rgba(0, 0, 0, .6);
}
.location-slide .dis-ib {
  color: #000000;
}

/* 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.w100 {
  width: 100%;
}
.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;
}
.head-border {
  display: flex;
  align-items: center;
  padding: 30px 30px 0 !important;
}
.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.head-border:before {
  margin-right: 1rem;
}
.head-border:after {
  margin-left: 1rem;
}

/* ===========================================
 * LOCAL INFORMATION
 * ======================================== */
.location-list {
  display: flex;
  justify-content: space-between;
}
.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;
}

/* ===========================================
 * 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) 150px / 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 { 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; }

.tac { text-align: center; }

.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 55px;
  }
  .main-img .txt-area .txt-box .t2 .price.p2 {
    padding-left: 0;
  }
  .main-img .txt-area2 .txt .ttl{
    font-size: 20px!important;
    bottom: 85px;
  }
  .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: 350px;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
  }
  .main-img .txt-area2 {
    height: 200px;
  }
  .main-img .txt-area2 .img {
    width: 100%;
    z-index: 2;
  }
  .main-img .txt-area2 .img img {
    width: 165px;
    height: auto;
    left: auto;
    right: -18px;
    bottom: 0;
  }
  .main-img .txt-area2 .txt {
    height: 200px;
    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
 * ======================================== */

/* Tab */
/* ======================================== */
  .location-slide {
    margin-bottom: 0px;
  }
  .location-slide .main li .txt p {
    line-height: 1.5;
  }
  .location-slide .main li .txt .ttl-area .ttl.w100 {
    padding-left: 0;
  }

/* main02 */
/* ======================================== */
  .main02_bg {
    background-image: none;
  }
  .tab-body {
    padding: 0 10px;
  }
  .tab-body .txt-img.d-grid {
    display: grid;
  }
  .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;
  }
  .head-border {
    padding: 0 0 10px !important;
  }

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

/* ===========================================
 * 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-list {
    display: block;
  }
  .location-list2 {
    display: block;
  }

/* ===========================================
 * DESIGN
 * ======================================== */
  .c-ttl h3 {
    font-size: 20px;
  }
  .bg-tri {
    height: 960px;
  }
  .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;
  }

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

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

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

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