@charset "utf-8";
/* CSS Document */

/* decoration */

.heading {
	position: relative;
	height: 18rem;
	background:url(../img/life-header-bg.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
}

.heading__title {
	padding: 7rem 0 0 0;
	margin: 0;
	color:#000000;
	font-size: 1.5rem;
	letter-spacing: 4px;
	text-indent: 4px;
	line-height: 1.25em;
}

.link {
	display: block;
	position: absolute;
	bottom:0px;
	left:0px;
	width: 100%;
}

.link__list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	row-gap:2px;
	padding: 0;
	margin: 0;
	width: 100%;
}

.link__item {
	flex-basis: calc(50% - 1px);
	margin: 0;
	background: rgba(255,255,255,0.3);
	font-size: 1rem;
	font-weight: bold;
}

.link__item a {
	display: block;
	padding: 0.8rem 0;
	color: #000000;
}

/* message-section */

.message {
	position: relative;
	text-align: center;
}

.message__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	column-gap: 3rem;
	padding:0;
}

.messge__box {
	flex-basis: 100%;
}

.message__content {
	padding: 6rem 1.5rem 2rem 1.5rem;
	margin: 0;
}

.message__title {
	color:var(--second-color);
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	text-indent: 0.1rem;
}

.message__title::before {
	display: block;
	content: "";
	margin: 0 auto;
	width: 3rem;
	height:3rem;
}

.message__title.golf::before {
	background-image: url("../img/life-icon-01.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.message__title.shop::before {
	background-image: url("../img/life-icon-02.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.message__title.life::before {
	background-image: url("../img/life-icon-03.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.message__content p {
	margin: 0 0 1em 0;
	color: var(--main-text-color);
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: left;
}

.message__catch {
	font-size: 1rem;
}

.message__catch span {
	display: inline-block;
}

.message__post {
	margin: 0;
	font-size: 2.5rem;
}

.message__image {
	position: relative;
	height: 260px;
	overflow: hidden;
}

.message__bg-image {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.message__bg-image::after {
	position: absolute;
	top:0;
	left:0;
	content:"";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}

.message__bg-image.golf {
	background-image: url(../img/m_a.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.message__bg-image.shop {
	background-image: url(../img/m_b.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.message__bg-image.event {
	background-image: url(../img/m_c.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.message__caption {
	position: absolute;
	top:calc(50% - 1rem) ;
	left:0;
	padding: 0 18px;
	margin: 0;
	color:#ffffff;
	text-align: left;
	z-index: 3;
}

/*----------------------------------------------------------------------------
 ***                                                                width480
----------------------------------------------------------------------------*/

@media only screen and (min-width: 480px){
}

/*----------------------------------------------------------------------------
 ***                                                                width768
----------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) {

.heading {
	height: 22rem;
	background:url(../img/life-header-bg.jpg) no-repeat center top;
	background-size: cover;
}

.heading__title {
	padding: 11rem 0 0 0;
	font-size: 2.2rem;
	letter-spacing: 4px;
	text-indent: 4px;
	line-height: 1.25em;
}

.link {
	display: none;
}

.message {
	padding:2rem 0 4rem 0;
	margin: 0;
}

.message__wrapper {
	column-gap: 2rem;
	padding:2rem 0;
	margin: 0 auto;
	width: 90%;
}

.messge__box {
	flex-basis:calc(33.333% - 1.3333rem);
}

.message__content {
	padding: 2rem 0;
	margin: 0;
}

.message__title {
	font-size: 1.25rem;
}

.message__content p {
	padding: 1rem 0;
	margin: 0;
	font-size: 0.9rem;
}

.message__caption {
	padding: 0 3rem;
	margin: 0;
}

.message__catch {
	font-size: 0.8rem;
	font-weight: bold;
}

.message__catch span {
	display:block;
}


}

/*----------------------------------------------------------------------------
 ***                                                                width980
----------------------------------------------------------------------------*/

@media only screen and (min-width: 980px){

.heading {
	height: 26rem;
	background:url(../img/life-header-bg.jpg) no-repeat center top;
	background-size: cover;
}

.message {
	padding:3rem 0 5rem 0;
	margin: 0;
}

.message__content {
	padding: 2rem 0;
}


}


/*----------------------------------------------------------------------------
 ***                                                                width1024
----------------------------------------------------------------------------*/

@media only screen and (min-width: 1024px){



}


/*----------------------------------------------------------------------------
 ***                                                                width1280
----------------------------------------------------------------------------*/

@media only screen and (min-width: 1280px){



}
