@charset "UTF-8";
/* ===========================================
 * 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: 430px;
  left: 0;
}
.main-img .txt-area .main-img-txt img {
  display: flex;
  position: relative;
  left: 0;
  top: 0;
  width: 300px;
  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: #005136;
}
.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: 770px;
  bottom: 0;
  right: 30px;
  z-index: 0;
}
.main-img .txt-area2 .img::before {
  border-color: #005136 transparent transparent
}
.main-img .txt-area2 .img::after {
  border-color: transparent transparent #005136 transparent;
}
.main-img .main-txt {
  margin-bottom: 10px;
}
.main-img .main-txt span.f-s50 {
  letter-spacing: 0.1em;
}
.main-img .txt-area2 {
  background-color: #005136;
}
.main-img .txt-area2 .txt {
  width: 640px;
  background-color: #005136;
}

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

/* main01 */
/* ======================================== */
.location-main{
	margin: 0 auto;
	position: relative;
}
.location-main figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 80%;
  padding: 3px 15px;
  background: rgba(0,0,0,.6);
}
.location-main .location-main-inner .glan-sec {
	max-width: 1200px;
	margin-top: 20px;
	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: 48%;
}
.location-main .location-main-inner .glan-sec .glan-sec-img.catch {
	width: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin:auto;
}
.location-main .location-main-inner .glan-sec .glan-sec-img .caption {
	font-size: 80%;
	margin-top: 10px;
}
.location-main-catch {
  position: absolute;
  bottom: 140px;
  right: 93px;
  width: 430px;
}
.location-main-catch p {
  text-align: center;
}
.location-main-catch p span {
  padding: 5px 10px;
  background: rgba(255,255,255,0.7);
}

/* main02 */
/* ======================================== */
.main02_bg {
  background: linear-gradient(to right, #00825C 0%,#005136 100%);
}
.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 #005136;
  color: #005136;
  background: #fff;
}
.c-table table th{
  border: 1px solid #005136;
  background: #EDEDED;
}
.c-table table td{
  border: 1px solid #005136;
}
.c-table table thead th{
  border-bottom: 2px solid #005136;
}
.c-table table thead th {
  background: #EDEDED;
}
.c-table table thead td{
  border-right: 2px solid #005136;
  border-bottom: 2px solid #005136;
  background: #EDEDED;
}
.c-table table tbody th{
  border-right: 2px solid #005136;
}
.c-table table tfoot th{
  border-right: 2px solid #fff;
  background: #005136;
}
.c-table table tfoot td{
  border-right: 1px solid #fff;
  background: #005136;
}
.c-table table .c2 th{
  background: #005136;
  color: #fff;
  border:1px solid #fff;
}
.c-table table .c2 td{
  background: #005136;
  color: #fff;
  border:1px solid #fff;
}
.c-table table .c2.end th,
.c-table table .c2.end td{
  border-bottom: 1px solid #005136;
}
.company-list .ttl {
  background: #005136;
}
.company-list .list{
  border: 1px solid #005136;
  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: #005136;
}
.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) 120px / 1080px 760px no-repeat #005136;
}
.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-s250 { font-size: 250% !important; }

.f-c-base{ color: #005136 !important; }
.f-c-base01{ color: #84060D !important; }

.sub-ttl.local::before { background: #005136 !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 85px;
  }
  .main-img .txt-area .txt-box .t2 .price.p2 {
    padding-left: 0;
  }
  .main-img .txt-area2 .txt .ttl{
    font-size: 20px!important;
    bottom: 145px;
  }
  .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: 200px;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
  }
  .main-img .txt-area2 {
    height: 200px;
  }
  .main-img .txt-area2 .img {
    width: 100%;
    z-index: 2;
  }
  .main-img .txt-area2 .img img {
    width: 185px;
    height: auto;
    left: auto;
    right: -20px;
    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);
    padding-top: 50px;
  }
  .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 {
    position: relative;
    width: 100%;
  }
  .location-main .location-main-inner .glan-sec {
    max-width: 100%;
    margin-top: 25px;
    display: block;
    /* border: 10px solid #E6EBF0;
    padding: 1em; */
  }
  .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.catch {
    width: 100%;
  }
  .location-main .location-main-inner .glan-sec .glan-sec-img .caption {
    font-size: 80%;
    margin-top: 10px;
  }
  .location-main-catch {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .location-main-catch p {
    font-size: 13px;
  }
  .location-main-catch .location-main-posi img {
    width: 300px;
    display: flex;
    margin: 0 auto;
  }

/* main02 */
/* ======================================== */
  .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%;
  }
  .company-list .list .more-btn {
      border: 1px solid #005136;
    }

/* ===========================================
 * ACCESS
 * ======================================== */
  .access-txt {
    font-size: 21px;
  }
  .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: 900px;
  }
  .bg-tri .bg-tri-img {
    background: none;
  }
  .bg-tri2 {
    background: #005136 ;
  }
  .bg-tri2::before {
    border-color: transparent transparent #005136 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; }

}

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

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

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

/* main01 */
/* ======================================== */
  .glan-sec-inner {
    display: flex;
  }
  .glan-sec-inner .glan-text {
    width: 305px;
  }
  .location-main-inner {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 630px;
    padding: 30px;
    background: rgba(255,255,255,0.7);
  }
  .location-main-inner img {
    margin: 0 auto;
  }
  .location-main-inner .cap {
    display: flex;
    padding-left: 160px;
  }
  .location-main-inner-sp{
    display: none;
  }
  /* main02 */
  /* ======================================== */
  .location-sub .inner1 {
    display: flex;
    gap: 15px;
    margin-top: 20px;
  }
  .pc_m-b0 {
    margin-bottom: 0;
  }
  .pc_w-20 {
    width: 21%;
  }
  .img-300 {
    width: 300px;
  }
  .main02_bg {
    position: relative;
  }
  .main02_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/lp/main02_bg.png) no-repeat;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

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