@charset "utf-8";

/* アイキャッチ
***************************************************************/
#main .iCatch .bg {
	background-image: url(../../files/img/event/event1.jpg);
}
@media all and (max-width:680px) {
	#main .iCatch .bg {
		background-image: url(../../files/img/event/event1_sp.jpg);
	}
}


.newsList li .date::after {
	display: none;
}

.date em {
	font-size: 0.88rem;
	font-style: normal;
	color: #fff;
	min-width: 105px;
	line-height: 22px;
	text-align: center;
	padding: 0 10px;
	display: inline-block;
	margin-left: 10px;
	border-radius: 22px;
	background: #3d859b;
}

/* ------------------------------
 PC用コード
------------------------------ */
@media screen and (min-width: 768px) {
	.newsList li .date {
		width: 220px;
		position: relative;
		display: table-cell;
		vertical-align: top;
	}
}


/* 新イベントページ
***************************************************************/
/* -- 新着一覧 -- */
.eventList {
	border-top: dotted 1px #C9CACB;
}
.eventList > li {
	padding: 36px 0;
	border-bottom: dotted 1px #C9CACB;
	position: relative;
	width: 100%;
	display: table;
}

.eventList li .img {
	text-align: center;
	overflow: hidden;
	position: relative;
	display: block;
	vertical-align: top;
}

.eventList li .text {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}

.eventText .dateBox{
	margin-bottom: 10px;
}
.dateBox .date{
	font-weight: bold;
	color: #656261;
	display: inline-block;
}
.dateBox p:not(.date) {
	font-size: 0.88rem;
	color: #fff;
	min-width: 105px;
	line-height: 22px;
	text-align: center;
	vertical-align: text-bottom;
	padding: 0 10px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 22px;
	background: #3d859b;
}
.eventList .title{
	font-size: 20px;
	font-weight: bold;
}

.category33 .dateBox p:not(.date) {
	background: #AB8A61;
}
.category34 .dateBox p:not(.date){
	background: #156B63;
}
.category35 .dateBox p:not(.date) {
	background: #006891;
}

.btn-a a{
	line-height: 25px;
	padding: 10px 20px;
}
/* ------------------------------
 PC用コード
------------------------------ */
@media screen and (min-width: 768px) {
	.eventList li .img {
		width: 200px;
		float: left;
		margin-right: 30px;
	}
	.eventList .title{
		height: 68px;
		margin-bottom: 8px;
	}
	.eventList li .eventText{
		width: calc(100% - 240px);
		float: right;
	}
	.eventList li {
		width: 100%;
		display: table;
	}
	.eventList li span {
		vertical-align: top;
	}
	.eventList > li li{
		width: 230px;
		float: left;
		margin-right: 25px;
	}
	.eventList > li li:last-child{
		margin-right: 0;
	}
	.eventList > li li a{
		display: table-cell;
	}

	.btn-a a{
		min-width: 230px;
		font-size: 1.5rem;
	}
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	ul.eventList li .img {
		width: auto;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.date {
		font-size: 1.1rem;
		text-align: center;
		margin-bottom: 10px;
	}
	.eventList .title{
		font-size: 1.1rem;
		margin-bottom: 20px;
	}
	.eventList > li ul{
		text-align: center;
	}
	.eventList > li ul li{
		display: inline-block;
		width: 100%;
		max-width: 100%;
	}
	.eventList > li li:first-child{
		margin-bottom: 15px;
	}
	.eventList > li li a{
		min-width: 100%;
		font-size: 1rem;
	}
	.eventText {
		text-align: center;
	}
	.eventText .date {
		font-size: 0.9rem;
		margin-top: 10px;
		margin-bottom: 0;
	}

}

/* -- 新着詳細 -- */
.mb130 {
	margin-bottom: 130px;
}
.page_title {
	text-align: center;
}
.page_title .date {
    font-size: 1.4rem;
    font-weight: bold;
}

.page_title .date em {
	font-weight: normal;
	vertical-align: middle;
}

/* サブ画像 */
.sub_image_box .cms_image:nth-child(3n) {
    margin-right: 0;
}

/* googlemap */
.gmap {
    width: 100%;
    height: 405px;
    padding: 3px;
    border: solid 1px #EAEAEA;
}
.gmap div {
	height: 100%;
}

/* ボタン */
a.or_btn {
    width: 320px;
    line-height: 45px;
    background-color: #f19a25;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	margin: 0 auto;
}

li.link-btn a.or_btn {
	background-color: #519fbc;
}

li.inq a.or_btn {
	line-height: 25px;
	text-align: center;
}

a.or_btn::after {
    content: "";
    background-image: url(../img/common/arrow_r_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    transition: right 0.3s ease, background 0.3s ease;
}
@media all and (min-width: 768px) {
	a.or_btn:hover {
		background-color: #858b8d;
	}
	a.or_btn:hover:after {
		background-image: url(../img/common/arrow_r_w.svg);
		right: 10px;
	}
	li.link-btn a.or_btn:hover {
		background-color: #3d859b;
	}
}
@media screen and (max-width: 767px) {
	.page_title .date {
		font-size: 1.2rem;
	}
	.gmap {
		height: 205px;
	}
	a.or_btn {
		width: 280px;
		font-size: 15px;
		line-height: 45px;
		margin: 0 auto;
	}
	a.or_btn {
		display: block;
	}

	a.or_btn::after {
		right: 18px;
	}
}

/* 本文お問合せ */
.contact .tel {
	margin-top: 0;
}

.contact .tel span {
	font-size: 31.5px;
}

.contact .tel span::before {
	content: "";
	display: inline-block;
	background: url(../img/common/ico11.svg);
    width: 27px;
    height: 27px;
    left: 10px;
    top: 0;
	margin-right: 10px;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.btn_box .btn-b {
		font-size: 16px;
		margin-top: 20px;
		padding: 11px 30px;
	}
}