@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(40px,6vw,60px);
	font-style: italic;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.spot-heading02{
	font-size: clamp(22px, 2.7vw, 30px);
    line-height: 1em;
    font-weight: 700;
	text-align: center;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(14px,2vw,18px);
	font-weight: bold;
	inline-size: fit-content;
	margin-inline: auto;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
}
.line{
	width: 1px;
	height: auto;
	/* padding-top: 5.8%; */
	padding-top: 30px;	/*今回のみ*/
	background-color: #000000;
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;	/*今回のみ*/
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}


.spot__heading03 {
    position: relative; /* 親要素を相対位置に設定 */
}
.spot__heading03 h3 {
    width: fit-content;
    font-size: clamp(18px,5vw,30px);
    font-family: 'Noto Serif JP', serif;
    text-align: left;
    padding-left: clamp(10px,7vw,70px);
	padding-right: 10px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 1;
    opacity: 0.9;
    margin-bottom: 1vw;
	color:rgb(104, 89, 68);
}

.spot__heading03 span {
    position: absolute;
    font-family: "WindSong", serif;
    margin: 0;
    font-size: clamp(40px,10vw,70px);
    text-align: left;
    top: -20px; /* 調整が必要かもしれません */
    left: 0;
    transform-origin: left top;
    pointer-events: none;
    white-space: nowrap;
    font-weight: normal;
    color: #ff7300;
    opacity: 0.3;
    transform: rotate(-10deg);
}
.spot__heading03 p {
    font-size: clamp(14px,1.4vw,16px);
    text-align: left;
	padding-left: 2px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 1;
}

/*＼　／でタイトルを囲む*/
/*heading04の文字が小さいVer*/
.spot__heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(15px, 2vw, 20px);
	text-align: center;
	border: 0;
	color: #444;
	margin-bottom: 10px;
  }
  
  .spot__heading04::before,
  .spot__heading04::after {
	content: '';
	width: 1px;
	height: 40px;
	background-color: #e7838a;
  }
  
  .spot__heading04::before {
	margin-right: 20px;
	transform: rotate(-35deg)
  }
  .spot__heading04::after {
	margin-left: 20px;
	transform: rotate(35deg)
  }

.entry_bk{
	padding: 0;
	background-image: url(../img/bg_02.png);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.nav_bk{
	background-color: var(--main-color);
}

/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}

/* タグ */
.kakomi01 span {
	padding: 3px 10px 2px 10px;
	margin: 4px 1px 10px;
	background-color: var(--main-color);
	border: 1px solid var(--accent-color1);
	color:#FFF;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}
.kakomi02{
	padding: 3px 20px 2px 20px;
	margin: 4px 1px 10px;
	background-color: #e7838a;
	border: 1px solid #aeaeae;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}

/* タグ（左右が揃う）  */
.kakomi-tag01 {
	display: flex;
	flex-wrap: wrap; /* 子要素を折り返す */
	gap: 10px;
	width: 100%;
	justify-content: space-between; /* 左右のボックスを揃える */
}
.kakomi-tag01 p {
	background-color: var(--main-color);
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 150px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
}
.kakomi-tag01 .end{		/* などを末尾につけたい場合に */
	background-color:transparent;
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	width: 20px;
	min-width: 40px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: right; /* 水平方向の中央揃え */
}

/*画像装飾*/
.imgdeco{
	box-shadow:10px 10px 0 var(--accent-color1);
	/*margin-bottom: 20px;*/
	max-width: 200px;
}

/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space);
	background-color: var(--base-color);
	background-image: url(../img/bg_02.png);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
}

/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 10px;
}
@media only screen and (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 20px;
	}
}

/*各ページ遷移バナー*/
.topbnr_sec{
	padding: 50px 0 50px 0;
    position: relative;
	z-index: 1;
	background-color: #f7faff;
	background-size: 6px 6px;
	background-image: repeating-linear-gradient(0deg, #eaedf2, #eaedf2 1px, #f7faff 1px, #f7faff);
}

.topbnr_sec-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

@media only screen and (max-width: 568px) {
	.topbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 2fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}


/* ご案内 */
.top_sec1{
	padding: 0;
}

.top_sec1__container{
	display: block;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.top_sec1__container-div1 { grid-area: 1 / 1 / 2 / 2; background-image: url(../img/top_sec1__bg1.jpg); background-position: center;}
.top_sec1__container-div2 { grid-area: 2 / 1 / 3 / 2; background-image: url(../img/top_sec1__bg2.jpg); background-position: center;}
.top_sec1__container-div3 { grid-area: 3 / 1 / 4 / 2; background-image: url(../img/top_sec1__bg3.jpg); background-position: right;}

.top_sec1__container-div1, .top_sec1__container-div2, .top_sec1__container-div3 {
	display: flex;
		flex-direction: column; /* 子要素を縦方向に配置します */
		align-items: center; /* 水平方向に中央配置 */
		justify-content: center; /* 垂直方向に中央配置 */
		height: 300px;
		background-size: cover;
}
@media print, screen and (min-width: 768px) {

	
	.top_sec1__container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.top_sec1__container-div1, .top_sec1__container-div2, .top_sec1__container-div3 {
		display: flex;
		flex-direction: column; /* 子要素を縦方向に配置します */
		align-items: center; /* 水平方向に中央配置 */
		justify-content: center; /* 垂直方向に中央配置 */
		height: 600px;
		background-size: cover;
	}
		
	.top_sec1__container-div1 {
		grid-area: 1 / 1 / 2 / 2;
		background-image: url(../img/top_sec1__bg1.jpg);
		background-position: center;	
	}
	.top_sec1__container-div2 { 
		grid-area: 1 / 2 / 2 / 3;
		background-image: url(../img/top_sec1__bg2.jpg);
		background-position: center;
	}
	.top_sec1__container-div3 {
		grid-area: 1 / 3 / 2 / 4;
		background-image: url(../img/top_sec1__bg3.jpg);
		background-position: right;
		}

}


.top_sec1__txt{
	font-family: 'Kiwi Maru';
	font-weight: 400;
	font-size: clamp(16px, 2.3vw, 25px);
	color:#FFF;
	text-align: center;
}
/* ボタン */
.top_sec1__btn a {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #FFF;
    color: #FFF;
    padding: 7px 50px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 30px;
    text-decoration: none; /* テキストの下線を削除 */
    display: inline-block;
}

.top_sec1__btn a:hover {
    background-color: #36656db6;
}



/*======= 賃貸 ======*/
.re_sec1{
	padding: var(--v-space) 0;
	background-color: #e9f3f5;
    background-image: url(../img/bg_grid.png);
    background-repeat: repeat;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.re_sec1__reason{
	position: absolute;
	opacity: 0.6;
	font-size: clamp(35px,4vw,60px);
	letter-spacing: 5px;
	color:#ff7300;
	font-weight: bold;
	writing-mode: vertical-rl;
	white-space:nowrap;
	z-index: 2;
	right: 0;
	top:0px;
}

/*カード（選ばれる理由） start*/
.re_sec1-haba{
	max-width: 1000px;
	/* max-width: 88%; */
	margin:0 auto;
}
@media only screen and (max-width: 568px) {
	.re_sec1__reason{
		left:-20px;
		top:40px;
	}
	.re_sec1-haba{
		max-width: 300px;
	}
}
.re_sec1-card__item{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:20px;
}
@media only screen and (max-width: 768px) {
	.re_sec1-card__item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 568px) {
	.re_sec1-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.re_sec1-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap:0px;
	/*ここまで*/

	/* padding: 20px; */
	background-color: #ffffffd7;
	border-radius: 15px;
	box-sizing: border-box;
	border: solid 1px var(--main-color);
}
.re_sec1-card__item H4{
	 padding: 5px 0 0;
	font-size: clamp(17px,2vw,20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: var(--main-color);
	margin-bottom: 10px;
	
	position: relative;
    padding: 15px;
    background-image: linear-gradient(135deg,var(--main-color) 12%,transparent 12%);
	z-index: 3;
	text-align: center;
}
.re_sec1-card__item H4::before{	
	content: attr(data-en);
    position: absolute;
    z-index: 2;
    top: 5%;
    left: 3%;
    color: #fff;
    font-size: clamp(17px,2vw,18px);
	font-family: "Montserrat", sans-serif;
}

.re_sec1-card__item img{
	border-radius: 15px 15px 0px 0px;
}
.re_sec1-card__item p{
	position: relative;
	top:-20px;
	bottom: -20px;
	padding: 0 20px 0 20px;
	font-size: clamp(14px,1.4vw,16px);
}
/*カード（選ばれる理由） end*/


/* 事業内容 */
.re_sec1-card2__clm1{
	grid-template-columns: repeat(1, 1fr);
}
.re_sec1-card2__clm2{
	grid-template-columns: repeat(2, 1fr);
}
.re_sec1-card2__item{
	display: grid;
	gap:10px;
}
@media only screen and (max-width: 968px) {
	.re_sec1-card2__item{
		display: grid;
	}
	.re_sec1-card2__clm1{
		grid-template-columns: repeat(1, 1fr);
	}
	.re_sec1-card2__clm2{
		grid-template-columns: repeat(1, 1fr);
	}
}
.re_sec1-card2__item div.frame {
    display: flex;
    flex-direction: row; /* 子要素を横並びにする */
    background-color: #e9e1d3;
    box-sizing: border-box;
    border: solid 1px #a8a8a8;
}
.re_sec1-card2__features {
    display: flex;
    align-items: center; /* 子要素の垂直方向の配置を中央揃え */
    padding: 10px 17px;
    text-align: center;
    position: relative;
    flex: 0.5; /* 横幅を均等にする */
	max-width: 260px;
}
.re_sec1-card2__features img{
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    margin: 0 5px 2px 0;
}
@media only screen and (max-width: 768px) {

	.re_sec1-card2__features {
		display: flex;
		align-items: center; /* 子要素の垂直方向の配置を中央揃え */
		padding: 2px 5px;
		text-align: center;
		position: relative;
		flex: 0.5; /* 横幅を均等にする */
	}
	
	.re_sec1-card2__features img{
		display: inline-block;
		width: 30px;
		vertical-align: middle;
		margin: 0 2px 1px 0;
	}
}

.re_sec1-card2__features h4{
    font-size: clamp(15px, 1.6vw, 17px);
    line-height: 1.4;
    padding: 5px 5px;
    margin: 0; /* デフォルトの余白を削除 */
	text-align: left;
}
.re_sec1-card2__txt {
    background-color: #FFF;
    padding: 10px 17px;
    flex: 1; /* 横幅を均等にする */
    display: flex; /* フレックスボックスを有効にする */
    /*justify-content: center;*/ /* 水平方向の中央揃え */
    align-items: center; /* 垂直方向の中央揃え */
	font-size: clamp(14px, 1.6vw, 16px);
}

.re_sec2{
	padding: var(--v-space) 0 var(--v-space2);
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/*こんなお悩み*/
.re_sec2__title {
    font-size: clamp(18px,5vw,22px);
    font-weight: 700;
    text-align: center;
    font-family: 'Kiwi Maru';
}  
.re_sec2__title span {
    font-size: clamp(30px,5vw,40px);
}

ul.re_sec2__list{
    margin-top: 10px;
    font-size: clamp(14px,3vw,18px);
    line-height: 1.7;
    list-style-type: none;
    column-count: 1;		/*リスト横並び数を指定*/
}
.re_sec2__list li+li {
    margin-top: 5px;
}
.re_sec2__list li {
    position: relative;
    padding-left: 35px;
    border-bottom: 1px solid #ccc;
}
.re_sec2__list li:before {
    content: "";
    position: absolute;
    width: clamp(2px,3vw,10px);
    height: clamp(14px,3vw,18px);
    top: 0em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    border-right: 3px solid var(--main-color);
    border-bottom: 3px solid var(--main-color);
}
.re_sec2__list li:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: clamp(14px,5vw,18px);
    height: clamp(14px,5vw,18px);
    border: 1px solid #9c9c9c;
    border-radius: 2px;
}


.re_sec2-heading {
	position: relative;
	color: #fff;
	font-size: clamp(15px,1.5vw,16px);
	text-align: left;
	padding: 1em;
	background-color: var(--accent-color1);
	margin-bottom: 25px;
}
.re_sec2-heading::after {
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -25px;
	position: absolute;
    top: -50px;
    left: 50%;
    border: 25px solid transparent;
    border-bottom: 25px solid var(--accent-color1);
	content: '';
}

.re_sec2-container {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 50px;
	grid-row-gap: 20px;
	align-items: center;
	background-color: #FFF;
	padding: 40px;
}

@media only screen and (max-width: 768px) {
	
	.re_sec2-container {
		grid-template-columns: 1fr;
		grid-template-rows: 2fr;
		padding: 5px;
	}
	.re_sec2-container img{
		/* max-width: 500px; */
		margin: 0 auto;
	}

}


/*こんなお悩み ここまで*/

/*======= 売買 ======*/
.bu_sec1{
	padding: var(--v-space) 0;
	background-color: #e9f3f5;
    background-image: url(../img/bg_grid.png);
    background-repeat: repeat;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.bu_sec2{
	padding: var(--v-space2) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.bu_sec2__catch01 {
    font-size: clamp(16px,5vw,25px);
    text-align: center;
    width: 160px;
    margin-inline: auto;
    border: 1.5px solid var(--main-color);
    font-weight: 700;    
    font-family: 'Kiwi Maru';
  }
.bu_sec2__title {
    font-size: clamp(16px,5vw,30px);
    font-weight: 700;
    text-align: center;
    font-family: 'Kiwi Maru';
}  
.bu_sec2__title span {
    font-size: clamp(30px,5vw,50px);
	color:var(--main-color);
}


ul.bu_sec2__list{
    margin-top: 10px;
    font-size: clamp(18px,5vw,25px);
    line-height: 1.7;
    list-style-type: none;
    column-count: 1;		/*リスト横並び数を指定*/
}
.bu_sec2__list li+li {
    margin-top: 5px;
}
.bu_sec2__list li {
    position: relative;
    padding-left: 35px;
    border-bottom: 1px solid #ccc;
}
.bu_sec2__list li:before {
    content: "";
    position: absolute;
    width: clamp(2px,3vw,14px);
    height: clamp(17px,5vw,25px);
    top: 0em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    border-right: 3px solid var(--accent-color1);
    border-bottom: 3px solid var(--accent-color1);
}
.bu_sec2__list li:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: clamp(18px,5vw,25px);
    height: clamp(18px,5vw,25px);
    border: 1px solid #9c9c9c;
    border-radius: 2px;
}



/*section2*/
.bu_sec3::before {
    content: "";
    width: 100%;
    height: 80px;
    background-color: #FFF;
    position: absolute;
    top: -1px;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}

.bu_sec3{
	padding: clamp(120px, 9vw, 200px) 0 var(--v-space2) 0;
	background-image: url(../img/bg_01.jpg);
	background-size: cover;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/*======= 土地活用・相続相談 ======*/
.la_sec1{
	padding: var(--v-space) 0;
	background-color: #e9f3f5;
    background-image: url(../img/bg_grid.png);
    background-repeat: repeat;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
.la_sec2{
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/*======= FLOW ======*/
.fl_sec1 {
	padding: 30px 0 100px 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/*======= FAQ ======*/
.faq_sec1 {
	padding: 30px 0 100px 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
div.faq2 p.b {
	font-weight: bold;
	color: #444;
}
div.faq2 p.b::first-letter {
	color: var(--main-color);
	font-size: 120%;
	padding-right: 2px;
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1.45em;
	padding-left: 1.45em;
	display: block;
}
div.faq2 p::first-letter {
	color: var(--accent-color1);
	font-size: 120%;
	padding-right: 2px;
	font-weight: bold;
}
hr.faqHr{
	height: 0px;
	border: 1px dashed var(--accent-color2);
	margin: 20px auto;
}



/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	padding: 30px 0 100px 0;
	background-image: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.info_sec1-frame01{
	padding: 40px;
	background-image: url(../img/bg_frame01.jpg);
	background-size: cover;
	background-position: center;
}
@media screen and (max-width: 568px) {
	.info_sec1-frame01 {
		padding: 15px 15px 15px 15px;
	}
}


/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 180px;
}
.info2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	/* width: 400px; */
}
@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}


/*会社概要*/
.bg_b{
	background: #b1a49128;
	padding:20px;
}

.info-sec1-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

@media print, screen and (min-width: 568px) {
	.info-sec1-container {
		grid-template-columns: repeat(6, 1fr);
	}
}

.info_sec2{
	padding: var(--v-space) 0;
	background-color: #e9f3f5;
    background-image: url(../img/bg_grid.png);
    background-repeat: repeat;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}


.info_sec2 .h3name{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: clamp(21px, 2.3vw, 25px);
	line-height: 1;
	color: #333;
	font-weight: 400;
	border-bottom: 1px dotted #555;
	margin: 20px 0;
	padding: 2px 0;
}

.info_sec2__balloon {
	position: relative;
	display: inline-block;
	/* left:-10px; */
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #FFF;
	font-size: 16px;
	background: var(--accent-color1);
	border: solid 3px var(--accent-color1);
	box-sizing: border-box;
	border-radius: 10px;	/*背景の角を丸くする*/
  }
  
  .info_sec2__balloon:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid var(--accent-color1);
	z-index: 2;
  }
  
  .info_sec2__balloon:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid var(--accent-color1);
	z-index: 1;
  }
  
  .info_sec2__balloon p {
	margin: 0;
	padding: 0;
  }

.access_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/* アクセス部分のテーブル */
.access1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 5.25em;
}
.access2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 400px;
}
@media screen and (max-width: 568px) {
	.access1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.access2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}
