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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* GVナビ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_photo a {
	color: #FFFFFF !important;	
}
#bt_photo a span {
	color: rgba(255,255,255,0.60) !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	padding-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 0px;
}
#kv_img img {
	width: 100%;
	height: auto;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 季節セット　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.season_set {
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 50px;
}
.season_set h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	padding-left: 40px;
	background-image: url(../images/footprints_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 26px;
	line-height: 1em;
	min-height: 26px;
	padding-top: 2px;
	display: flex;
	align-items: center;
}
.season_set h4::after {
	background-color: #D8C182; /* 横線の色 */
	border-radius: 5px; /* 横線の両端を丸く */
	content: "";
	flex-grow: 1; /* 横幅いっぱい */
	height: 5px; /* 横線の高さ */
	margin-left: 15px; /* 文字との余白 */
}
.season_set ul {
	display: flex;
	flex-wrap: wrap;
}
.season_set li {
	width: 50%;
}
.season_set li:nth-child(odd) {
	padding-right: 10px;
}
.season_set li:nth-child(even) {
	padding-left: 10px;
}
.season_set li img {
	width: 100%;
	height: auto;
	border-radius: 3px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* インスタインフォ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#info_area {
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}

/* -- ボタン----------------------------------------------- */
#info_area ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
#info_area li {
	width: calc(50% - 5px);
}
#info_area li a {
	background-color: #875921;
	color: #FFFFFF;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
	position: relative;
	height: 46px;
	padding-left: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#info_area li a:hover {
	background-color: #634118;
}
#info_area li a img {
	position: absolute;
	height: auto;
	left: 10px;
	top: 10px;
	width: 26px;
}











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


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* GVナビ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_photo a {
	color: #FF9AA2 !important;	
}
#bt_photo a span {
	color: rgba(255,154,162,0.60) !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 季節セット　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.season_set {
	padding-left: 20px;
	padding-right: 20px;
}
.season_set h4 {
	font-size: 20px;
	padding-left: 38px;
	background-size: auto 24px;
}
.season_set li:nth-child(odd) {
	padding-right: 5px;
}
.season_set li:nth-child(even) {
	padding-left: 5px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* インスタインフォ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#info_area {
	padding-left: 20px;
	padding-right: 20px;
}

/* -- ボタン----------------------------------------------- */
#info_area ul {
	display: inherit;
}
#info_area li {
	width: 100%;
	margin-bottom: 10px;
}
#info_area li a {
	font-size: 14px;
}


}
