@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: 380px;
  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;
  background: #88753D;
}
.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: #88753D;
}
.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: 775px;
  bottom: 0;
  right: -65px;
  z-index: 0;
}
.main-img .txt-area2 .img::before {
  border-color: #88753D transparent transparent
}
.main-img .txt-area2 .img::after {
  border-color: transparent transparent #88753D 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: #88753D;
}
.main-img .txt-area2 .txt {
  width: 640px;
  background-color: #88753D;
}

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

/* Tab */
/* ======================================== */
.location-slide .main li .txt .ttl-area {
  align-items: flex-start;
}
.location-slide .main li .txt .ttl-area .ttl {
  padding-top: 25px;
}
.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 .bg-bk2 {
  background: rgba(0, 0, 0, .6);
}
.location-slide .dis-ib {
  color: #000000;
}
.location-slide .main li .txt .ttl-area .ttl .ttl_inner {
  display: flex;
  align-items: center;
  max-width: 400px;
}
.location-slide .list ul li .txt {
  width: calc(100% - 10px);
}
.location-slide .list ul li .txt .time {
  min-width: 42px;
}

/* main01 */
/* ======================================== */
.location-main{
	margin: 4em 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 .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;
}

/* ===========================================
 * LOCAL INFORMATION
 * ======================================== */
.c-table table{
  border: 2px solid #88753D;
  color: #88753D;
  background: #fff;
}
.c-table table th{
  border: 1px solid #88753D;
  background: #FFFFFF;
}
.c-table table td{
  border: 1px solid #88753D;
}
.c-table table thead th{
  border-bottom: 2px solid #88753D;
}
.c-table table thead th {
  background: #FFFFFF;
}
.c-table table thead td{
  border-right: 2px solid #88753D;
  border-bottom: 2px solid #88753D;
  background: #FFFFFF;
}
.c-table table tbody th{
  border-right: 2px solid #88753D;
}
.c-table table tfoot th{
  border-right: 2px solid #fff;
  background: #88753D;
}
.c-table table tfoot td{
  border-right: 1px solid #fff;
  background: #88753D;
}
.c-table table .c2 th{
  background: #88753D;
  color: #fff;
  border:1px solid #fff;
}
.c-table table .c2 td{
  background: #88753D;
  color: #fff;
  border:1px solid #fff;
}
.c-table table .c2.end th,
.c-table table .c2.end td{
  border-bottom: 1px solid #88753D;
}
.company-list .ttl {
  background: #88753D;
}
.company-list .list{
  border: 1px solid #88753D;
  background: #FFFFFF;
}
.company-list .location ul {
  width: 380px;
}
.company-list .list {
  border: 1px solid #00204E;
  background: #FFFFFF;
}
.company-list.college .c-table table {
  width: 830px;
}
.company-list.college .c-table .f-w-y {
color: #fff;
border: 1px solid #fff;
}
.bg-ye {
  background: #88753D !important;
}
.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: #88753D;
}
.bg-tri .bg-tri-img {
  height: 1000px;
  background: url(../img/lp/tri_bg.png) no-repeat center;
}
.bg-tri2 {
  background: #88753D url(../img/lp/design_img01.jpg) no-repeat calc(50% - 445px) 100px;
}

/* ===========================================
 * 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: #88753D !important; }
.f-c-base01{ color: #B81C22 !important; }

.sub-ttl { color: #88753D !important;}
.sub-ttl::before { background: #88753D !important; }
.sub-ttl2.c2 { color: #A6A6B7 !important; }
.sub-ttl2.c2::before { background: #88878f !important; }

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

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

/* ===========================================
 * TOP
 * ======================================== */
  .main-img .txt-area .txt-box .t2 .price.p2 {
    padding-left: 0;
  }
  .main-img .txt-area2 .txt .ttl{
    font-size: 18px!important;
  }
  .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: 225px;
    height: auto;
    left: auto;
    right: -40px;
    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;
  }
  .main-img .txt-area .main-img-txt {
    padding: 0 10px 120px;
  }

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

/* Tab */
/* ======================================== */
  .location-slide {
    margin-bottom: 0px;
  }

/* main01 */
/* ======================================== */
  .location-main {
    max-width: 90%;
  }
  .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 .caption-right {
    text-align: right;
    font-size: 80%;
    margin-top: 10px;
  }

/* ===========================================
 * LOCAL INFORMATION
 * ======================================== */
  .c-table table td {
    padding: 5px;
  }
  .company-list .list ul {
    margin-left: 0;
  }
  .company-list .location ul {
    width: 100%;
  }
  .company-list.college .c-table table {
    width: 100%;
    -ms-writing-mode : tb-lr;
    writing-mode : vertical-lr;
  }
  .company-list.college .c-table td>span,
  .company-list.college .c-table th>span {
    -ms-writing-mode : lr-tb;
    writing-mode : horizontal-tb;
    white-space : nowrap;
  }
  .company-list.college .c-table td,
  .company-list.college .c-table th {
    line-height : 1;
    height : 3em;
    padding: 5px;
  }
  .company-list.college .c-table table thead th {
    border-bottom: 1px solid #88753D;
  }
  .location-list {
    flex-direction: column;
    align-items: center;
  }
  .company-list .list .more-btn {
    border: 1px solid #88753D;
  }
  .c-table table tbody th {
    border-right: 1px solid #88753D;
  }

  .c-table table thead td.bg-bro02 {
    border-right: 1px solid #88753D;
    border-bottom: 1px solid #88753D;
  }
/* ===========================================
 * ACCESS
 * ======================================== */
  .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;
  }
  .access-txt .num {
    font-size: 46px;
  }

/* ===========================================
 * DESIGN
 * ======================================== */
  .c-ttl h3 {
    font-size: 20px;
  }
  .bg-tri .bg-tri-img {
    background: none;
  }
  .bg-tri2 {
    background: #88753D ;
  }
  .bg-tri2::before {
    border-color: transparent transparent #88753D transparent;
  }

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

/* ===========================================
 * etc
 * ======================================== */
  .sp_f-s160 { font-size: 160% !important; }

}

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

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

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

/* Tab */
/* ======================================== */
.location-slide .main li .txt .ttl-area .ttl .ttl_inner {
  width: 400px;
}

/* main01 */
/* ======================================== */
  .location-main-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
    padding: 30px;
    background: rgba(255,255,255,0.9);
  }

/* ===========================================
 * DESIGN
 * ======================================== */
  .bg-tri2 .txt-img {
    padding: 313px 0 100px;
  }

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