/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 12 2023 | 04:53:43 */
/* 共通
-------------------------------------------------- */
/* 会社問い合わせ上 */
@media (max-width:480px){
p.has-text-align-center.box_shadow.has-background {
    font-size: 14px;
}
}
/* 賃貸・売買どっちがお得 */
@media (max-width: 480px){
p.has-text-align-center.balance.text.has-text-color {
    font-size: 12px;
}
}

/* ヘッダー
-------------------------------------------------- */
.main-navigation ul {
	justify-content: center;
}
.header_links__list li a {
	color: #002259 !important;
}
.header_free_content {
	color: #002259;
}
.header_free_content strong {
	color: #002259;
}
#masthead.fixed .main-header-bar-navigation .main-header-menu > a {
	color: #002259;
}
.sub-menu li a {
	color: #fff !important;
}
#nav_more:hover > a {
	color: #333 !important;
}

.main-header-menu .sub-menu {
	background: #A59853;
}
.main-header-menu .sub-menu li:hover a {
	background: rgba( 0, 0, 0, .3 ) !important;
}


/* トップ：おすすめ物件
-------------------------------------------------- */
.feature-advertisement-block {
	padding-top: 0;
}
.custom-list-block1 .es-list-content {
	padding: 10px 0 !important;
}
.es-list.grid h3 {
	margin-top: 0;
}
.es_new_block .es-list .wp-block-column {
    background-color: #ffffff;
}

/* トップ：特集一覧
-------------------------------------------------- */
.custom-list-block1 .es-list-content {
	background: rgba( 32, 55, 100, 0.8 ) !important;
}


/* トップ：バナー集
-------------------------------------------------- */
.esx-image-caption-bg-black figcaption {
	background: rgba( 32, 55, 100, 0.8 ) !important;
}


/* トップ：草津リゾートが選ばれる理由
-------------------------------------------------- */
.custom-media-text1 .wp-block-media-text__content {
	background: #EFEFEF !important;
}
.wp-block-media-text > .wp-block-media-text__content {
	z-index: 1;
}


/* フローティングバナー
-------------------------------------------------- */
.custom_floating1 .contact {
	background: rgba( 165, 152, 83, 0.8 ) !important;
}

/* Background - ストライプ柄
-------------------------------------------------- */
.stripe_bg {
	background-size: auto auto;
	background-color: rgba( 239, 239, 239, 1 );
	background-image: repeating-linear-gradient( 135deg, transparent, transparent 15px, rgba( 255, 255, 255, 1 ) 15px, rgba( 255, 255, 255, 1 ) 17px );
}
.stripe_bg span {
	background: none;
}


/* 不動産売却をお考えのお客様へ
-------------------------------------------------- */
.sale_info_box p {
	margin-bottom: 10px;
}

h2.kusatsu_title {
  position: relative;
  line-height: 1.4;
  padding: 20px 50px;
  display: inline-block;
}
h2.kusatsu_title p {
	margin-bottom: 0;
	padding-bottom: 10px;
	color: #A0793B !important;
	border-bottom: 1px solid #A0793B;
}
h2.kusatsu_title span {
	margin-top: 10px;
	font-size: 18px;
}

h2.kusatsu_title:before,
h2.kusatsu_title:after { 
  content: '';
  width: 45px;
  height: 45px;
  position: absolute;
  display: inline-block !important;
}

h2.kusatsu_title::before {
  border-left: solid 5px #C2950D;
  border-top: solid 5px #C2950D;
  border-image: linear-gradient(90deg, #C2950D 0%, #D6C27D 22.4%, #B18F1B 41.15%);
  border-image-slice: 1;
  top: 0;
  left: 0;
}

h2.kusatsu_title::after {
	margin: 0;
	background: none !important;
  border-right: solid 5px #C2950D;
  border-bottom: solid 5px #C2950D;
  border-image: linear-gradient(90deg, #C2950D 0%, #D6C27D 22.4%, #B18F1B 41.15%);
  border-image-slice: 1;
  bottom: 0;
  right: 0;
}

.flow {
  padding-left: 120px;
  position: relative;
  list-style: none;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(90deg, #0068B1 22.4%, #1384CF 30.73%, #003B79 56.77%);
  background: -webkit-linear-gradient(90deg, #0068B1 22.4%, #1384CF 30.73%, #003B79 56.77%);
  background: linear-gradient(90deg, #0068B1 22.4%, #1384CF 30.73%, #003B79 56.77%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #003B79;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #3E5797;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #000;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #0B2D67;
  margin-bottom: 1vh;
}

.sale_info_cycle {
	position: relative;
}
.sale_info_cycle:before,
.sale_info_cycle:after {
	position: absolute;
	content: '';
	width: 200px;
	height: 200px;
	z-index: 1;
}
.sale_info_cycle:before {
	background: url( 'https://www.kusatsu-resort.co.jp/wp-content/uploads/sites/892/2022/11/sale_information05.png' ) no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
}
.sale_info_cycle:after {
	background: url( 'https://www.kusatsu-resort.co.jp/wp-content/uploads/sites/892/2022/11/sale_information04.png' ) no-repeat;
	background-size: contain;
	top: -120px;
	right: 0;
}
.sale_info_cycle .uagb-columns__inner-wrap:before,
.sale_info_cycle .uagb-columns__inner-wrap:after {
	position: absolute;
	content: '';
	width: 75px;
	height: 75px;
	background: url( 'https://www.kusatsu-resort.co.jp/wp-content/uploads/sites/892/2022/11/sale_information06.png' ) no-repeat;
	background-size: contain;
	z-index: 1;
}
.sale_info_cycle .uagb-columns__inner-wrap:before {
    left: -20px;
    bottom: -150px;
}
.sale_info_cycle .uagb-columns__inner-wrap:after {
	right: -20px;
	bottom: -50px;
}


/* 不動産投資をお考えの方へ - investment
-------------------------------------------------- */
.investment_title {
	padding-left: 20px;
	padding-bottom: 10px;
	color: #042255 !important;
	border-left: solid 10px #C2950D;
	border-bottom: solid 5px #C2950D;
	border-image: linear-gradient(90deg, #C2950D 0%, #D6C27D 22.4%, #B18F1B 41.15%);
	border-image-slice: 1;
}
.investment_merit {
	margin-right: 20px;
	padding: 10px 30px;
	color: #fff;
	background: #022257;
}
.flex_align_center strong {
	display: flex;
	align-items: center;
}

.investment_gradient {
	margin-bottom: 0;
	padding: 10px 20px;
	color: #663300;
	background-image: linear-gradient(90deg, rgba(184, 146, 37, 1) 10%, rgba(244, 222, 122, 1) 50%, rgba(255, 255, 255, 1));
}

.investment_table table {
    border-collapse: collapse;
    border: none !important;
}
.investment_table table td, .investment_table table th{
    border: none;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
}
.investment_table td:first-child,th:first-child {
    border-left:none;
}
.investment_table tr:first-child td,tr:first-child th {
    border-top:none;
}


.investment_table_color table tr td {
	background: #fef7e9;
	vertical-align: middle;
	text-align: center;
}
.investment_table_color table tr:first-child td {
	background: #d1d0df;
}
.investment_table_color table tr:not(:first-child) td:last-child {
	text-align: left;
}

.gradient_bg_white {
	padding: 10px;
	background-image: linear-gradient(90deg, rgba(245, 237, 220, 1), rgba(255, 254, 246, 1) 20%, rgba(242, 232, 212, 1) 75%, rgba(255, 255, 255, 1));
	border-radius: 10px;
	box-shadow: 5px 10px 20px rgba( 0, 0, 0, 0.05 );
}
.gradient_bg_yellow {
	padding: 20px;
	color: #663300;
	background-image: linear-gradient(90deg, rgba(254, 240, 189, 1), rgba(255, 255, 255, 0));
}

.merit_title strong {
	display: flex;
	align-items: center;
}

.merit_box {
	overflow: visible;
}

.img_absolute {
	position: relative;
}
.img_absolute::before {
	position: absolute;
	content: '';
	width: 100px;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
}
.img_abs_right::before {
	top: -80px;
    right: 15px;
}
.img_abs_left::before {
	top: -80px;
    left: 15px;
}
.merit_img01::before {
	background-image: url( 'https://www.kusatsu-resort.co.jp/wp-content/uploads/sites/892/2022/11/investment02.png' );
}
.merit_img02::before {
	background-image: url( 'https://www.kusatsu-resort.co.jp/wp-content/uploads/sites/892/2022/11/investment04.png' );
}
.merit_img03::before {
	background-image: url( 'https://www.kusatsu-resort.co.jp/wp-content/uploads/sites/892/2022/11/investment06.png' );
}
.investment_title.img_absolute::before {
	width: 120px;
	height: 120px;
	top: -50px;
    right: 30px;
	background-image: url( 'https://www.kusatsu-resort.co.jp/wp-content/uploads/sites/892/2022/11/investment15.png' );
}

.border_dot {
	padding: 10px;
	border-top: 5px dotted #d9d9d9;
}

/* 賃貸管理のご案内 - kanri
-------------------------------------------------- */
.kanri_katsuyo_box .uagb-columns__inner-wrap {
	justify-content: space-between;
}
.kanri_katsuyo_box .uagb-column__wrap .uagb-column__inner-wrap {
	padding: 0;
	display: flex;
	flex-direction: column;
}
.kanri_katsuyo_box .uagb-column__wrap .uagb-column__inner-wrap p:not( last-child ) {
	padding: 10px;
}
.kanri_katsuyo_box .uagb-column__wrap .uagb-column__inner-wrap p:last-child {
	margin-top: auto;
	margin-bottom: 0;
	border-top: 3px solid #be953f;
}

.onayami_title {
	margin: 10px;
	margin-bottom: 0 !important;
	padding: 10px 30px !important;
    width: fit-content;
    color: #6B5B23;
	background: linear-gradient( 90deg, #DCC581 0%, #ECDCA1 38.54%, #C5B06B 100% );
}
.kanri_title {
	position: relative;
	padding-left: 80px;
	color: #663300;
}
.kanri_title::before {
	content: '';
	position: absolute;
	width: 25px;
	height: 44px;
	top: -5px;
    left: 20px;
	background: url( 'https://www.kusatsu-resort.co.jp/wp-content/uploads/sites/892/2022/11/g1.png' ) no-repeat;
	background-size: contain;
}
.kanri_no2::before {
	width: 34px;
	height: 44px;
	background-image: url( 'https://www.kusatsu-resort.co.jp/wp-content/uploads/sites/892/2022/11/g2.png' );
}
.kanri_no3::before {
	width: 34px;
	height: 44px;
	background-image: url( 'https://www.kusatsu-resort.co.jp/wp-content/uploads/sites/892/2022/11/g3.png' );
}
.kanri_no4::before {
	width: 34px;
	height: 44px;
	background-image: url( 'https://www.kusatsu-resort.co.jp/wp-content/uploads/sites/892/2022/11/g4.png' );
}
.kanri_no5::before {
	width: 34px;
	height: 44px;
	background-image: url( 'https://www.kusatsu-resort.co.jp/wp-content/uploads/sites/892/2022/11/g5.png' );
}

.kanri_flow {
	margin-bottom: 5px !important;
	padding-left: 20px;
	border-left: 3px solid #022257;
}
.kanri_flow span {
	display: block;
	font-size: 10px;
	font-weight: normal;
}


/* コンサルティングサポート - consulting_support
-------------------------------------------------- */
.consulting_box .uagb-column__wrap .uagb-column__inner-wrap p:first-child {
	margin-bottom: 10px;
}
.item_title {
	border-bottom: 2px solid #042255;
}
.border_gold {
	margin-bottom: 15px !important;
	padding-left: 20px !important;
	border-left: solid 10px;
	border-image: linear-gradient(180deg, rgba(222, 171, 47, 1), rgba(255, 255, 255, 1) 30%, rgba(184, 146, 37, 1) 90%);
	border-image-slice: 1;
}
.border_gold span {
	font-weight: bold;
}


/* 共通パーツ
-------------------------------------------------- */
.bg_gradient a {
	background: linear-gradient(90deg, #C2950D 0%, #D6C27D 22.4%, #B18F1B 41.15%);
}
.mb0 p {
	margin-bottom: 0;
}
.pd10 {
	padding: 10px !important;
}
.text-center {
	text-align: center;
}
.vertical_center > .uagb-columns__inner-wrap {
	align-items: center;
}
.box_shadow {
	box-shadow: 5px 10px 20px rgba( 0, 0, 0, 0.05 );
}


/* 画像 - アニメ-拡大する
-------------------------------------------------- */
.transition_img figure {
	overflow: hidden;
}
.transition_img img {
	transition: .5s all ease;
}
.transition_img:hover img {
	transform: scale( 1.1 );
}


/* フッター
-------------------------------------------------- */
.site-footer .widget-title {
	border-bottom-color: #A59853;
}
#media_image-3 {
	margin-bottom: 20px;
}


/* スマホ
-------------------------------------------------- */
@media ( max-width: 480px ) {
	.flex_reverse .uagb-columns__inner-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.cover_title {
		min-height: 200px;
	}
	.cover_title h2 {
		margin-bottom: 0;
		font-size: 16px !important;
		font-weight: bold;
	}
	.cover_title h2 span {
		font-size: 14px !important;
	}
	
	
	/* 売却のご案内
	-------------------------------------------------- */
	.sale_btn .bg_gradient {
		width: 95% !important;
	}
	
	.sale_info_box p {
		font-size: 18px !important;
	}
	.sale_btn .bg_gradient a {
		font-size: 14px;
	}
	
	h2.kusatsu_title {
		padding: 20px 30px;
	}
	h2.kusatsu_title p {
		font-size: 18px;
	}
	h2.kusatsu_title span {
		font-size: 14px;
	}
	
	/* ----- flow:流れ ----- */
	.flow {
		padding-left: 0;
	}
	.flow::before {
		left: 0;
	}
	.flow > li .icon {
		position: relative;
		margin-left: 30px;
		margin-bottom: 20px;
		top: 0;
		left: 0;
	}
	.flow > li .icon::after {
		left: -10px;
		width: 10px;
		clip-path: polygon( 100% 0, 0 50%, 100% 100% );
		height: 10px;
		background: #0f6394;
		border: none;
	}
	.flow > li dl {
		padding-left: 35px;
	}
	.flow > li dl::before {
		margin-top: 0;
	}
	.flow > li dl::after {
		width: 10px;
	}
	.flow > li dl dt {
		font-size: 16px;
	}
	.flow > li dl dd {
		margin: 0;
		font-size: 14px;
	}
@media (max-width: 480px){
.flow > li .icon {
    position: relative;
    margin-left: 30px;
    margin-bottom: 20px;
    width: 300px;
    top: 0;
    left: 0;
}
}
	/* ----- [●--- がずれた場合] ----- */
	.flow > li:first-child dl:before {
		top: 12px;
	}
	.flow > li:not(:first-child) dl::after {
		top: 18px;
	}
	
	.sale_info_cycle:before, .sale_info_cycle:after {
		width: 125px;
		height: 125px;
	}
	.sale_info_cycle:before {
		top: -95px;
    	right: 5px;
	}
	.sale_info_cycle:after {
		top: auto;
    	right: 5px;
		bottom: -75px;
	}
	.sale_info_cycle .uagb-columns__inner-wrap:before {
		bottom: -55px;
	}
	.sale_info_cycle .uagb-columns__inner-wrap:after {
		bottom: auto;
		top: -60px;
	}
	.sale_info_cycle p {
		font-size: 14px;
	}
	.sale_info_cycle p br {
		display: none;
	}
	
	.sale_which_box figure {
		margin: 30px 0;
	}
	.sale_which_box figure img {
		width: 150px;
		height: auto;
	}
	
	
	/* 不動産投資をお考えの方
	-------------------------------------------------- */
	.investment_title {
		margin: 10px;
		font-size: 16px !important;
	}
	.investment_merit {
		display: block;
		margin: 0;
		width: 100%;
		font-size: 18px;
		text-align: center;
	}
	.merit_title {
		margin-bottom: 10px !important;
	}
	.merit_title strong {
		flex-direction: column;
		font-size: 21px;
	}
	.merit_title strong br {
		display: none;
	}
	
	.img_absolute {
		font-size: 14px !important;
	}
	.img_absolute br {
		display: none;
	}
	
	.investment_title.img_absolute::before {
		width: 80px;
		height: 80px;
		top: 35px;
		right: 10px;
	}
	
	.gradient_bg_white {
		border-radius: 0;
		font-size: 18px !important;
	}
	.gradient_bg_yellow {
		font-size: 14px !important;
	}
	
	/* 賃貸管理のご案内
	-------------------------------------------------- */
	.cover_auto {
		min-height: auto;
	}
	.kanri_flow {
		margin-left: 10px;
	}
	
	/* コンサルティングサポート
	-------------------------------------------------- */
	.border_gold {
		margin-left: 10px;
		font-size: 14px;
	}
}