@charset "UTF-8";

/*---------------------------------------------
PC only ルアン土気
---------------------------------------------*/
/*イベント*/
.event+.event {
	margin-top: 30px;
}

.event .textbox {
	padding-top: 15px;
	padding-bottom: 30px;
	background-color: #fff;
	color: #53402b;
}

.event .markarea p.camname {
	color: #927645;
	font-size: 12px;
}

.event .markarea p.camname::before {
	display: inline;
	content: "■";
}

#home .course {
	padding-left: 35px;
	background: url(../img_event/icon_corse.png) no-repeat left top 4px;
	background-size: 30px;
}

.price {
	color: #f30;
}

/*お知らせ*/
.info {
	padding: 20px;
	margin: 0 0 40px 0;
	border: solid 1px #beae93;
	background: #faf8f2;
}

.info.bgpink {
	border: solid 1px #ff7972;
	background-color: #fff;
}

.info p {
	margin-top: 6px;
	line-height: 1.7;
	text-align: left;
}

.info table {
	margin-top: 10px;
	border-collapse: collapse;
	table-layout: fixed;
}

.info table th,
.info table td {
	padding: 3px;
	line-height: 1.5;
}


/* top yearinfo message 年末年始お知らせ
-------------------------------------------------------*/
#main_column div {
	margin: 0 0 30px;
	background-color: rgba(255, 255, 255, 0.5);
}

#main_column p.year_tl {
	color: #c1306a;
}

#main_column p.year_text {
	color: #936d30;
}

table.tb_year {
	margin: 10px 0 0;
}

table.tb_year th {
text-align: right;
}


/*google 2021/11/5*/
.infobox#google .textbox {
	padding: 30px 0;
}

.infobox#google .textbox figure {
	width: 560px;
	margin: 0 auto 40px;
	position: relative;
}

.infobox#google .textbox figure:last-child {
	margin: 0 auto;
}

.infobox#google .textbox figure::after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 230px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 40px 0 40px;
	border-color: #e0538b transparent transparent transparent;
}

.infobox#google .textbox figure:last-child::after {
	content: none;
}

.infobox#google .textbox figure figcaption {
	display: block;
	font-size: 16px;
	line-height: 1.6;
	position: relative;
	padding: 2px 0 10px 30px;
	margin: 20px 0 10px;
	color: #c1306a;
	font-weight: bold;
}

.infobox#google .textbox figure figcaption span {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	color: #FFF;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
	background: #c1306a;
	border-radius: 15px;
}

/* 公式LINE
-------------------------------------------------------*/
.infobox .line_guide dl {
	    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap:40px;
	width: 500px;
	margin: 0 auto;
	padding: 10px 40px 10px 20px;
    background: #aef2c3;
    border-radius: 3px;
}
.infobox .line_guide dt{
	font-weight: bold;
	font-size: 20px;
}
.infobox .line_guide a {
color: #000;
}
.infobox .line_guide a:hover {
opacity: 0.8;
}
.infobox .line_guide dd img {
	width: 120px;
}
