@charset "utf-8";
/* CSS Document */

a {
	color: inherit;
	display: inline;
	cursor: pointer;
}

iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}



@media screen and (min-width: 769px) {
	a:hover {
		opacity: 0.6;
		transition: 0.6s;
	}
	
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 4vw 0px 10rem;
}

section.back_beige {
	background: #F8F8F2;
}

section.back_pink {
	background: #F6DEE4;
}

section.back_dots {
	background: url("../images/common/back_dots.png");
	background-size: 200px 200px;
	background-position: center top;
}

.wrap {
	width: 100%;
	padding-top: 3vw;
}

.breadcrumbs {
	background: none;
}

.breadcrumbs .wrap {
	padding: 0px 15px;
}

.yellow_line {
	background: linear-gradient(transparent 60%, #FBFF69 60%);
}

#contents {
	padding-top: 90px;
	z-index: 0;
}

.inner_wrap {
	max-width: 1100px;
	width: 90%;
	margin: 0px auto;
}

.sec_inner {
	padding: 10% 0px;
	width: 100%;
}

.sec_ttl_wrap {
	display: grid;
    place-items: center;
	width: 90%;
	margin: 0px auto;
	z-index: 0;
}

section.back_deco .sec_ttl_wrap {
	margin-top: -8vw;
}

.sec_ttl_icon {
	width: 6vw;
	display: flex;
	justify-content: center;
	padding-top: 1vw;
}

.sec_ttl_img {
	display: flex;
	width: 100px;
}

.sec_ttl_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
}

.sec_ttl_inner > * {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	width: 100%;
	text-align: center;
}

.sec_ttl_inner > small {
	font-size: clamp(18px,2.4vw,24px);
	font-weight: 600;
	line-height: 0.5;
}

.sec_ttl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: clamp(18px,3vw,30px);
	font-weight: 700;
	letter-spacing: 0px;
}

.sec_ttl_icon::after {
	content: '';
	display: inline-block;
	width: 12vw;
	height: 12vw;
	top: -10px;
	position: absolute;
	border-radius: 200px;
	z-index: -1;
}

section.back_beige .sec_ttl_icon::after {
	background: #F8F8F2;
}

section.back_pink .sec_ttl_icon::after {
	background: #F6DEE4;
}

section.back_dots .sec_ttl_icon::after {
	background: url("../images/common/back_dots.png");
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 100%;
}

.sec_ttl_red .sec_ttl {
	font-size: clamp(38px,5vw,50px);
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #B7002C;
}

.sec_ttl_red > small {
	font-size: clamp(18px,3vw,30px);
	font-family: "brandon-grotesque", sans-serif;
}

.sub_ttl {
	color: #242A39;
	font-size: clamp(18px,2.4vw,24px);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto 20px;
	word-break: keep-all;
	line-height: 140%;
	text-align: center;
}

.sub_ttl::before,
.sub_ttl::after {
	content: '';
	background: #242A39;
	display: inline-block;
	width: 18vw;
	height: 2px;
	position: relative;
	margin: 0px 20px;
}

.sub_ttl::before {
	left: 0px;
}

.sub_ttl::after {
	right: 0px;
}


.red_ttl_wrap {
	background: #B7002C;
	width: 100%;
	padding: 30px 0px;
	display: flex;
}

.red_ttl_inner {
	width: 90%;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.red_ttl_inner > * {
	color: #FFF;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
}

.red_ttl_inner > small {
	font-size: clamp(20px,3vw,30px);
}

.red_ttl {
	font-size: clamp(26px,4.8vw,48px);
}

.red_ttl_arrow::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 100px solid transparent;
  border-top: 47px solid #B7002C;
  z-index: 1;
}

.yellow_catch > small {
	color: #FFF676;
	display: flex;
	justify-content: center;
	align-items: center;
}

.yellow_catch > small::before,
.yellow_catch > small::after {
	content: '';
	background-repeat: no-repeat !important;
	background-size: contain !important;
	display: inline-block;
	width: 20px;
	height: 44px;
	top: 5px;
	position: relative;
}

.yellow_catch > small::before {
	background: url("../images/common/yellow_catch_left.svg");
	left: -10px;
}

.yellow_catch > small::after {
	background: url("../images/common/yellow_catch_right.svg");
	right: -10px;
}

.pink_ttl_wrap {
	background: #F6DEE4;
	width: 100%;
	padding: 30px 15px;
}

.pink_ttl {
	font-size: clamp(30px,4vw,40px);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	text-align: center;
	color: #242A39;
	line-height: 1.2;	
}


.sec_txt {
	font-size: clamp(15px,2.2vw,22px);
	font-weight: 600;
	letter-spacing: 0px;
}

.news_cate {
	color: #FFF;
	font-size: 12px;
	width: 100%;
	padding: 5px 10px;
	text-align: center;
	border-radius: 3px;
	word-break: keep-all;
	line-height: 120%;
}



/* ---------------------------------------------------
アイコン設定
--------------------------------------------------- */
a.icon_window[target="_blank"] {
	display: flex;
	align-items: center;
}

a.icon_window[target="_blank"]::after {
 	content: '';
	background: url("../images/common/icon_window.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 0.8rem;
	height: 0.7rem;
	top: 1px;
	right: 0px;
	position: relative;
	margin-left: 5px;
 }



/* ---------------------------------------------------
ボタン設定
--------------------------------------------------- */
.page_more {
	font-size: 16px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	width: 90%;
	margin: 40px auto 0px;
}

.page_more a::after {
	content: '>';
	margin-left: 5px;
	top: -2px;
	position: relative;
}

.red_btn {
	background: #B7002C;
	border-radius: 50px;
	color: #FFF;
	font-size: clamp(16px,2.4vw,24px);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	line-height: 130%;
}

.red_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 16px 20px;
}

.red_btn a::after {
	content: '';
	background: url("../images/common/arrow_white_right.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 12px;
	height: 21px;
	right: 40px;
	position: absolute;
}


/* ---------------------------------------------------
数字付リスト
--------------------------------------------------- */
.num_list {
	counter-reset: item; /* カウンターをリセットする */
	list-style: none; 
}

.num_list li {
	counter-increment: item; /* カウンターを増加させる */
}

.num_list li::before {
	content: '0' counter(item); /* 番号とピリオドを表示する */
	position: absolute;
	line-height: 1.6;
}


/* ---------------------------------------------------
ページャー
--------------------------------------------------- */
.wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 3vw;
}

.wp-pagenavi > span {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
}

.wp-pagenavi > span.current {
	background: #D51D29;
	color: #FFF;
	border-radius: 50px;
	width: 2vw;
	height: 2vw;
}


/* ---------------------------------------------------
FV
--------------------------------------------------- */
.FV_wrap {
	padding-bottom: 100px;
}

.FV_img {
	max-width: 1300px;
	width: 90%;
	margin: 30px auto;
}

.FV_content {
	width: 90%;
	margin: 0px auto;
}

.FV_content > * {
	text-align: center;
}

.FV_midashi {
	color: #B7002C;
	font-size: clamp(21px,4vw,40px);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 30px;
}

.FV_txt {
	font-size: clamp(16px,2vw,20px);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	color: #242A39;
	line-height: 200%;
}



/* ---------------------------------------------------
flexbox
--------------------------------------------------- */
.flex_box {
	display: flex;
}


/* ---------------------------------------------------
電話
--------------------------------------------------- */
.tel_num {
	font-size: clamp(40px,6vw,60px);
	font-family: "bahnschrift", sans-serif;
	font-weight: bold;
	line-height: 1;
	display: flex;
	letter-spacing: 0px;
}

.tel_num a {
	display: flex;
	align-items: center;
}

.tel_num a::before {
	content: '';
	background: url("../images/common/icon_tel.svg");
	background-repeat: no-repeat !important;
	background-size: contain !important;
	display: inline-block;
	width: 29px;
	height: 37px;
	left: 0px;
	top: 3px;
	padding-right: 10px;
	position: relative;
}

.tel_time {
	font-size: clamp(16px,2vw,20px);
	text-align: center;
}




/* ---------------------------------------------------
各ページタイトル
--------------------------------------------------- */
.page_ttl_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.page_ttl_inner {
	text-align: center;
	background: #FFF;
	width: 100%;
	padding: 5% 0px;
}

.page_ttl_inner > * {
}

.page_ttl {
	font-size: clamp(30px,5vw,50px);
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
	font-weight: bold;
	color: #B7002C;
	line-height: 1.2;
}

.page_ttl_inner > span {
	font-size: clamp(20px,3vw,30px);
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 600;
}

.page_ttl_img {
	width: 100%;
	height: 30vw;
}

.page_ttl_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.page_ttl_txt {
	font-size: clamp(13px,1.8vw,18px);
	width: 90%;
	margin: 2vw auto 0px;
	line-height: 150%;
}

.top_box > * {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	text-align: center;
}

.top_ttl {
	font-size: clamp(26px,4vw,40px);
	line-height: 140%;
}

.top_txt {
	font-size: clamp(18px,2.2vw,22px);
	margin-top: 30px;
}

.white_box {
	background: #FFF;
	border-radius: 20px;
	padding: 80px 50px;
}



/* ---------------------------------------------------
ボタン設定
--------------------------------------------------- */
.more_btn {
	background: #FFF;
	border: 1px solid #242A39;
	font-size: clamp(15px,2.4vw,24px);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	border-radius: 100px;
	max-width: 560px;
	width: 80%;
	margin: 6vw auto 0px;
	line-height: 120%;
}

.more_btn::after {
	content: '';
	background: #242A39;
	border-radius: inherit;
	display: inline-block;
	width: 100%;
	height: 100%;
	bottom: -5px;
	position: absolute;
	z-index: -1;
}

.more_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 4.4% 10px;
	text-align: center;
}

.more_btn a::after {
	content: '';
	background: url("../images/common/arrow_navy_right.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 12px;
	height: 21px;
	right: 20px;
	position: absolute;
}

.instagram_btn a::before {
	content: '';
	background: url("../images/common/icon_instagram.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 48px;
	height: 48px;
	left: 40px;
	position: absolute;
}



/* ---------------------------------------------------
slick
--------------------------------------------------- */
.slick-slider {
	overflow: hidden;
	opacity: 0;
	transition: opacity .3s linear;
}

.slick-slider.slick-initialized {
	opacity: 1;
}

.slick-list,
.slick-track {
	height: 100%;
}

.slick-track {
	display: flex;
}



/* Slick Arrow */

.slide-arrow {
  width: 5.8rem;
  height: 5.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.prev-arrow {
  left: 32.7vw;
}

.next-arrow {
  right: 32.7vw;
}

.slide-arrow__arrow {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.prev-arrow__arrow {
	background: url("../images/common/slide_arrow_prev.svg");
}

.next-arrow__arrow {
	background: url("../images/common/slide_arrow_next.svg");
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: 0px;
}

.property_wrap .prev-arrow {
  left: 28.5vw;
}

.property_wrap .next-arrow {
  right: 28.5vw;
}




/* ---------------------------------------------------
九大生のLIFE STYLEのスライド
--------------------------------------------------- */
.series-slide {
	height: 35vw;
}

.series-slide li {
	margin: 0px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.series-slide li img {
	height: 100%;
}


.series-slide:before {
	content: '';
	background: url("../images/top/student_slide_main.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	width: 26vw;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	z-index: 1;
}

.series-slide:after {
	content: '';
	background: #FFF;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	width: 26vw;
	height: 100%;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	z-index: 0;
	border-radius: 20px;
}

.series-slide .prev-arrow {
  left: 33vw;
}

.series-slide .next-arrow {
  right: 33vw;
}




/* ---------------------------------------------------
新着情報、九大生のLIFE STYLEのタブ
--------------------------------------------------- */
.tab_menu {
	display: flex;
	justify-content: flex-end;
	margin: 3vw 0px;
	gap: 5px;
}

.tab_menu li a {
	border-radius: 10px 10px 0px 0px;
	font-size: clamp(13px,1.6vw,16px);
	padding: 1vw 3vw;
	display: flex;
}

.tab_menu li a:hover,
.tab_menu li a.active {
	opacity: 1;
}



/* ---------------------------------------------------
ヘッダー
--------------------------------------------------- */
header {
	border-bottom: 1px solid #B7002C;
	width: 100%;
	height: 90px;
	z-index: 2;
	background: #FFF;
	position: fixed;
}

.header .header__container {
	width: 98%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0px;
}

.header__logo {
	max-width: 200px;
	width: 80%;
}

.header_row {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px 20px;
	max-width: 1300px;
	width: 100%;
	height: 100%;
}

.header_row2 {
	padding: 10px 0px;
}

.header_row3 {
	max-width: 200px;
	width: 100%;
}

.pr_btn {
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.pr_btn .btn a {
	border: 1px solid #B7002C;
	border-radius: 5px;
	color: #B7002C;
	font-size: 12px;
	padding: 6px 10px;
}

.header .header__nav .nav__menu li a {
	font-size: 11px;
}

.header__tel .tel_num {
	font-size: clamp(20px,3vw,30px);
	font-family: Arial, Helvetica, "sans-serif";
	letter-spacing: -1px;
}

.tel_wrap {
	display: flex;
	flex-direction: column;
	place-items: center;
	gap: 5px 10px;
}

.header__tel .tel_num a::before {
	width: 13px;
	height: 17px;
	top: 0px;
}

.header__tel .tel_time {
	font-size: 12px;
	text-align: left;
}

.header__tel .tel_time > span {
	background: #E8E8E8;
	padding: 2px 5px;
	margin-right: 10px;
}

.header__tel .tel_time > span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 6px solid #E8E8E8;
}

.header_row4 {
	display: flex;
	justify-content: flex-end;
	max-width: 180px;
	width: 100%;
	height: 100%;
}

.header .header__buttons {
	max-width: 90px;
	width: 100%;
	height: 100%;
}

.header__buttons .btn {
	background: #242A39;
	color: #FFF;
	font-size: 10px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.header__buttons .btn a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 12px 10px;
	width: 100%;
}

.header__buttons .btn a > span {
	display: flex;
	flex-direction: column;
	place-items: center;
}

.header__buttons .btn a > span::before {
	content: '';
	background-repeat: no-repeat !important;
	background-size: contain !important;
	display: inline-block;
	position: relative;
}

.header__buttons .btn.btn--contact a > span::before {
	background: url("../images/common/icon_mail_white.svg");
	width: 25px;
	height: 19px;
	margin-bottom: 5px;
}

.header_menu {
	width: 90px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #B7002C;
	z-index: 2;
}

.header .header__hamburger {
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
  
.header .header__hamburger::after {
  	content: 'MENU';
	color: #FFF;
	font-size: 12px;
	top: 0px;
	position: relative;
}

.header .header__hamburger span {
  display: block;
  width: 25px;
  height: 2px;
  background: #FFF;
  margin: 3px auto;
}


.header .header__hamburger.open > span {
	width: 40px;
	transition: 0.2s;
}

.header .header__hamburger.open > span:nth-of-type(1) {
	transform: rotate(45deg);
	top: 4px;
}

.header .header__hamburger.open > span:nth-of-type(2) {
	display: none;
}

.header .header__hamburger.open > span:nth-of-type(3) {
	transform: rotate(-45deg);
	top: -4px;
}

.header .header__hamburger.open::after {
	display: none;
}


.menu_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 100%;
}

.menu_txt {
	max-width: 500px;
	width: 30%;
	background: #B7002C;
	display: flex;
	justify-content: center;
}

.menu_txt > span {
	max-width: 240px;
	width: 60%;
	display: flex;
}

.menu_content {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.menu_inner {
	max-width: 1000px;
	width: 90%;
	margin: 5vw auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	font-size: clamp(14px,1.6vw,16px);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	color: #242A39;
}

.menu_inner > * {
	width: 100%;
}

.menu_inner ul > li a {
	width: 100%;
	display: flex;
	align-items: center;
}

.main_menu {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.main_menu li {
	width: 100%;
}

.main_menu li.menu_icon a::before {
	content: '';
	background-repeat: no-repeat !important;
	background-size: contain !important;
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	left: 0px;
	position: relative;
	margin-right: 10px;
}

.main_menu li.icon_property a::before {
	background: url("../images/common/icon_menu_property.svg");
}

.main_menu li.icon_about a::before {
	background: url("../images/common/icon_menu_about.svg");
}

.main_menu li.icon_reservation a::before {
	background: url("../images/common/icon_menu_reservation.svg");
}

.main_menu li.icon_topics a::before {
	background: url("../images/common/icon_menu_topics.svg");
}

.menu_inner > *:not(.menu_logo)::after {
	content: '';
	background: #CCCCCC;
	display: inline-block;
	width: 100%;
	height: 1px;
	bottom: -20px;
	left: 0px;
	position: absolute;
}

.menu_logo {
	display: flex;
	justify-content: center;
	max-width: 330px;
	width: 50%;
}

.menu_logo > span {
	display: flex;
	justify-content: center;
	width: 100%;
}

.other_menu {
	display: flex;
	flex-wrap: wrap;
	gap: 1vw 5vw;
	margin: 10px 0px;
}

.menu_ttl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0px 10px;
	margin-bottom: 10px;
}

.menu_ttl a {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 0px 1vw;
	align-items: center;
}

.menu_ttl a > span {
	display: flex;
	font-size: clamp(12px,1.6vw,16px);
}

.header__tel.menu_mobile {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	gap: 20px 30px;
}

.header__tel.menu_mobile .tel_wrap {
	max-width: 260px;
	width: auto;
	place-items: center;
}

.header__tel.menu_mobile .tel_num {
	font-size: clamp(30px,4vw,40px);
}

.contact_btn_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 10px;
	max-width: 600px;
	width: 100%;
}

.contact_btn_wrap .contact_btn {
	font-size: clamp(14px,1.6vw,16px);
	width: 100%;
	margin-top: 0px;
}


/* ---------------------------------------------------
フッター
--------------------------------------------------- */
.footer_info {
	flex-wrap: wrap;
}

.footer_info > div {
	width: 50%;
}

.info_content {
	background: #B7002C;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	padding: 50px 20px;
}

.info_content_inner {
	width: 90%;
}

.info_ttl {
	display: flex;
	justify-content: center;
}

.info_ttl > span {
	color: #FFF;
	font-size: clamp(24px,3.5vw,35px);
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}

.info_ttl > span::after {
	content: '';
	background: url("../images/common/fukidashi_bottom.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	width: 100%;
	height: 19px;
	bottom: 0px;
	position: relative;
}

.info_txt {
	color: #FFF;
	font-size: clamp(20px,2.1vw,25px);
	padding: 10px 0px 20px;
	text-align: center;
	line-height: 130%;
}

.footer_tel_box {
	padding: 10px 0px;
}

.footer_tel_ttl {
	font-size: clamp(16px,2.1vw,21px);
	text-align: center;
	line-height: 1;
}

.footer_tel_wrap {
	background: #FFF;
	border-radius: 20px;
	padding: 30px;
}

.footer_tel_wrap .tel_num {
	font-size: clamp(30px,5vw,60px);
	font-family: "Geologica", sans-serif;
	color: #B7002C;
	justify-content: center;
}

.footer_tel_wrap .tel_num a::before {
	 background: url("../images/common/icon_tel_red.svg");
}

.footer_contact {
	max-width: 640px;
	width: 100%;
	margin: 0px auto;
}

.contact_btn {
	border-radius: 50px;
	border: 4px solid #242A39;
	color: #242A39;
	font-size: clamp(16px,2vw,20px);
	margin-top: 10px;
}

.contact_btn.type_contact {
	background: #FFF;
}

.contact_btn.type_request {
	background: #242A39;
	color: #FFF;
}

.contact_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4% 20px;
}

.contact_btn a::before {
	content: '';
	background-repeat: no-repeat !important;
	background-size: contain !important;
	display: inline-block;
	left: 0px;
	top: 1px;
	padding-right: 10px;
	position: relative;
}

.contact_btn.type_contact a::before {
	background: url("../images/common/icon_mail.svg");
	width: 19px;
	height: 15px;
}

.contact_btn.type_request a::before {
	background: url("../images/common/icon_mail_white.svg");
	width: 24px;
	height: 19px;
}

.kyudaimae_gaikan img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

footer {
	padding-bottom: env(safe-area-inset-bottom);
}

.footer_main {
	border-top: 8px solid #B7002C;
	border-bottom: 2px solid #B7002C;
	padding: 50px 0px 30px;
	margin-top: 7px;
}

.footer_inner {
	flex-wrap: wrap;
	max-width: 1500px;
	width: 90%;
	margin: 0px auto;
	justify-content: space-between;
	gap: 2rem 20px;
}

footer .logo_wrap {
	width: 36%;
}

.footer_address {
	font-size: 13px;
	line-height: 140%;
}

.footer_menu {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
	max-width: 800px;
	width: 60%;
	gap: 0px 1.4rem;
}

.footer_menu > div > p {
	font-size: 12px;
}

.footer_menu > div > p a {
	display: flex;
	width: 100%;
	padding: 2px 0px;
}


.sns_wrap {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	gap: 2vw;
}

.sns_wrap > p {
	width: 54px;
}

.sns_wrap > p a {
	display: flex;
}

.copyright {
	width: 90%;
	margin: 0px auto;
	padding: 10px 0px;
	display: flex;
	justify-content: flex-end;
}



/* ---------------------------------------------------
セトルシリーズ
--------------------------------------------------- */
section.series .sec_ttl_inner {
	margin-top: 0px;
}

.settle_logo {
	max-width: 340px;
	width: 60%;
	line-height: 1;
}

.series_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}




/* ---------------------------------------------------
ピックアップバナー
--------------------------------------------------- */
.bnr_list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 40px 30px;
	max-width: 1100px;
	width: 100%;
	margin: 40px auto;
}

.bnr_txt {
	font-size: clamp(16px,2vw,20px);
	line-height: 140%;
	margin-top: 5px;
	text-align: justify;
}




/* ---------------------------------------------------
九大生のLIFE STYLE
--------------------------------------------------- */
.student-inner li {
	background: #FFF;
	border: 1px solid #242A39;
	margin: 0px 15px;
	padding: 28px 30px;
	border-radius: 30px;
	width: 400px;
	height: auto;
}

.student-inner li a {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	height: 100%;
}

.student_img {
	/*height: 260px;*/
	height: 15rem;
	display: flex;
	justify-content: center;
}

.student_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.student_ttl {
	font-weight: bold;
	padding: 10px 0px;
	flex-grow: 1;
}

.student_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.student_cate {
	background: #13BC47;
	color: #FFF;
	padding: 0.1vw 10px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
}



/* ---------------------------------------------------
物件一覧
--------------------------------------------------- */
.property_list li {
	padding: 30px;
	background: #FFF;
	border: 1px solid #242A39;
	border-radius: 30px;
	margin: 0px 15px;
	height: auto;
	display: flex !important;
	flex-direction: column;
	align-items: stretch;
}

.property-card {
	margin-bottom: 20px;
	width: 100%;
}

.property_list_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.5rem 5px;
	width: 100%;
}

.property_list_main_img {
	width: 100%;
	height: 29vh;
	margin-bottom: 10px;
}

.property_list_main_img > p {
	width: 100%;
	height: 100%;
}

.property_list_main_img > p img,
.property_list_sub_img > p img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.property_list_sub_img {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	width: 100%;
	gap: 10px;
}

.property_list_sub_img > p {
	height: 120px;
}

.property_list_sub_img > p a {
	height: 100%;
	display: flex;
}

.property_list_sub_img > p a img {
	height: 100%;
}

.property-card .no_img {
	width: 100%;
	background: #CCC;
	display: flex;
	justify-content: center;
	align-items: center;
}

.property-card .no_img > span {
	color: #666;
	font-size: 16px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
}

.other_check {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 15px;
}

.other_check > span {
	background: #C53356;
	color: #FFF;
	padding: 2px 6px;
	border-radius: 10px 0px;
	font-size: 13px;
}

.property_detail {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.property_title_wrap {
	display: flex;
	align-items: baseline;
}

.property_title_wrap > small {
	margin-left: 1em;
}

.property-title {
	font-size: clamp(24px,3vw,30px);
}

.property-txt {
	line-height: 160%;
	text-align: justify;
	padding-bottom: 10px;
}

.property-price {
	border-bottom: 2px solid #B7002C;
	margin: 10px 0px;
	padding-bottom: 3px;
}

.property-price,
.property-traffic {
	font-family: "din-2014", sans-serif;
}

.property-price > big {
	font-size: clamp(24px,3vw,30px);
	font-weight: bold;
	line-height: 0;
}

.property-traffic > p {
	line-height: 1.2;
	letter-spacing: 0px;
}

.property-traffic > p > strong {
	font-size: clamp(18px,2vw,20px);
}

.property_btn {
	max-width: 320px;
	width: 100%;
	border-radius: 30px;
	color: #FFF;
	font-size: clamp(14px,1.6vw,16px);
	font-weight: bold;
	margin: 30px auto 0px;
	background: #242A39;
}

.property_btn a {
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	width: 100%;
}




.property_spec  {
	margin: 50px 0px;
}

.property_spec > dl {
	display: flex;
	border-bottom: 1px solid #F8E5EA;
	padding: 15px 8%;
}

.property_spec > dl:first-of-type {
	border-top: 1px solid #F8E5EA;
}

.property_spec > dl > dt {
	color: #B7002C;
	font-weight: bold;
	flex: 2;
	font-size: clamp(16px,1.8vw,18px);
	line-height: 160%;
}

.property_spec > dl > dd {
	flex: 6;
	font-size: clamp(14px,1.6vw,16px);
}



/* ---------------------------------------------------
タブ
--------------------------------------------------- */
#tab-buttons {
	display: flex;
	justify-content: center;
	max-width: 600px;
	width: 90%;
	margin: 0px auto;
}

.tab-button {
	padding: 18px 20px;
	width: 50%;
	border: 1px solid #242A39;
	cursor: pointer;
	text-align: center;
	font-size: clamp(14px,2vw,20px);
	background: #FFF;
}

.tab-button.tab1 {
	border-radius: 50px 0px 0px 50px;
}

.tab-button.tab2 {
	border-radius: 0px 50px 50px 0px;
}

.tab-button.active-tab {
	background: #242A39;
	color: #FFF;
}

.tab-content {
	display: none;
}

.active-tab {
	display: block;
}


/* ---------------------------------------------------
アコーディオン
--------------------------------------------------- */
.accordion__title {
	cursor: pointer;
	display: flex;
	align-items: center;
}

.accordion__title::after,
.accordion__title.show::after {
	content: '';
	background-repeat: no-repeat !important;
	background-size: contain !important;
	display: inline-flex;
	width: 27px;
	height: 16px;
	right: 0px;
	position: absolute;
}

.accordion__title::after {
	background: url("../images/common/arrow_red_bottom.svg");
}

.accordion__title.show::after {
	background: url("../images/common/arrow_red_top.svg");
}

.accordion__content {
	display: none;
}


/* ---------------------------------------------------
contact form 7
--------------------------------------------------- */
.form__acceptance {
	border: 1px solid #000;
	padding: 20px;
	height: 340px;
	margin-bottom: 15px;
	background: #FFF;
}

.form__privacyPolicy {
	height: 100%;
	overflow-y: scroll;
	padding: 0px 2vw;
}

.policy_box > dl {
	margin-top: 20px;
}

.policy_box > dl > dt {
	font-weight: bold;
}

.policy_article_ttl,
.policy_list li,
.policy_sub_list li {
	text-indent: -1em;
	margin-left: 1em;
}












