@charset "utf-8";
/* message.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* GVメニュー　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_message a {
	border-bottom: 10px solid #1E8D7A;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ごあいさつ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#greetings_area {
	padding-bottom: 200px;
}
#greetings_area .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 100%;
	position: relative;
}

/* -- 左エリア ----------------------------------------------- */
#greeting_tt {
	width: 300px;
}
#stiicky_box {
	position: sticky;
	top: 100px;
}

#greeting_tt h3 {
	font-size: 36px;
	font-weight: 800;
	line-height: 1.2em;
	margin-bottom: 30px;
}
#greeting_tt h3 span {
	display: block;
	font-size: 20px;
	line-height: 1em;
	margin-top: 10px;
	color: rgba(255,255,255,0.50);
}
p#daihyou {
	line-height: 1.4em;
	font-weight: 600 !important;
}

/* -- 右エリア ----------------------------------------------- */
#greeting_text {
	width: 700px;
	margin-top: 25px;
}
#greeting_text h4 {
	font-size: 44px;
	line-height: 1.2em;
	font-weight: 800;
	margin-bottom: 30px;
	padding-top: 50px;
	border-top: 1px solid #FFFFFF;
}
#greeting_text h5 {
	margin-bottom: 70px;
	font-size: 24px;
	font-weight: 600;
	color: #86C7BC;
}
#greeting_text h6 {
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 12px;
	line-height: 1.4em;
	border-left: 10px solid #FFFFFF;
	padding-left: 15px;
}

#greeting_text p {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 2em;
}
#greeting_text p + h6 {
	margin-top: 50px;
}
#picture {
	margin-bottom: 50px;
}
#picture img {
	width: 100%;
	height: auto;
}









/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* GVメニュー　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_message a {
	border-bottom-style: none;
	border-left: 5px solid #1E8D7A;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ごあいさつ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#greetings_area {
	padding-bottom: 80px;
}
#greetings_area .inner {
	display: inherit;
}

/* -- 左エリア ----------------------------------------------- */
#greeting_tt {
	width: 100%;
	margin-bottom: 30px;
}
#stiicky_box {
	position: static;
}

#greeting_tt h3 {
	font-size: 20px;
	line-height: 1.2em;
}
#greeting_tt h3 span {
	font-size: 14px;
	line-height: 1em;
}


/* -- 右エリア ----------------------------------------------- */
#greeting_text {
	width: 100%;
	margin-top: 0px;
}
#greeting_text h4 {
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 20px;
	padding-top: 20px;
}
#greeting_text h5 {
	margin-bottom: 30px;
	font-size: 18px;
}
#greeting_text h6 {
	font-size: 18px;
	line-height: 1.4em;
}
#greeting_text p {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.6em;
}
#greeting_text p + h6 {
	margin-top: 40px;
}

}
