@charset "utf-8";

/* --======================================================
新しいサイト用のcss
全ページに共通されるもの
====================================================== */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #333;
}

/* *{font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;} */
img {
	display: block;
}

a img {
	border: none;
}

a {
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/ height: auto; overflow: hidden; /**/
}

.floLeft {
	float: left;
}

.floRight {
	float: right;
}


h2,
h3,
.h2_box p,
#footer div a,
#copyright,
#footer div p,
#service #service02 p {
	font-family: 'Shippori Mincho', 'Yu Mincho', 'YuMincho', serif;
}

/*==============================================
SP非表示
==============================================*/
#headerSp,
.navSp,
#footerSp {
	display: none;
}

/*==============================================
breadCrumbs
==============================================*/
#wrapper #breadCrumbs {
	width: 100%;
	background: #ededed;
	height: 28px;
}

#wrapper #breadCrumbs ul {
	width: 980px;
	margin: 0 auto;
}

#wrapper #breadCrumbs ul li {
	float: left;
	line-height: 28px;
	padding-left: 25px;
	background: url(/test/common/img/bread_arrow.gif) no-repeat left center;
	font-size: 62.5%;
}

#wrapper #breadCrumbs ul li a {
	color: #333;
	text-decoration: none;
}

#wrapper #breadCrumbs ul li a:hover {
	text-decoration: underline;
}

#wrapper #breadCrumbs ul li:first-child {
	background: none;
	padding-left: 0;
}

/*==============================================
header
==============================================*/
#wrapper #header {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#wrapper #header h1 {
	float: left;
	margin: 0 14px;
}

#wrapper #header ul {
	float: left;
	margin-top: 60px;
}

#wrapper #header ul li {
	float: left;
}

#wrapper #header ul li .borderLine {
	width: 0;
	height: 1px;
	margin: 0 auto;
}

#wrapper #header #rtNavi {
	position: absolute;
	right: 0;
	top: 0;
	float: none;
	margin-top: 0;
	font-size: 12px;

}

#wrapper #header #rtNavi li {
	display: inline-block;
	background: #261d48;
	margin-left: 1px;
	padding: 0 13px;
	line-height: 27px;
}

#wrapper #header #rtNavi li:last-child {
	background: #3b5998;
	margin-left: 5px;
	padding: 0 13px;
}

#wrapper #header #rtNavi li a {
	color: #fff;
}

#wrapper #header #leftNavi li a {
	color: #fff;
}

#wrapper #header #leftNavi {
	position: absolute;
	right: 805px;
	top: 0;
	float: none;
	margin-top: 0;
	font-size: 12px;
}

#wrapper #header #leftNavi li {
	display: inline-block;
	background: #3b5998;
	margin-left: 1px;
	padding: 0 13px;
	line-height: 27px;
}

#wrapper #header #rightNavi {
	position: absolute;
	right: 0;
	top: 0;
	float: none;
	margin-top: 0;
	font-size: 12px;

}

#wrapper #header #rightNavi li {
	display: inline-block;
	background: #261d48;
	margin-left: 1px;
	padding: 0 13px;
	line-height: 27px;
}

#wrapper #header #rightNavi li a {
	color: #fff;
}


/*==============================================
shopList
==============================================*/
#content {
	margin-top: 63px;
}

#wrapper #content #shopList h3 {
	width: 868px;
	margin: 0 auto;
	padding-bottom: 12px;
	border-bottom: 1px #bfbfbf solid;
	text-align: center;
}

#wrapper #content #shopList h3 img {
	display: inline;
}

#wrapper #content #shopList ul {
	padding: 13px 0 13px 12px;
	width: 856px;
	margin: 0 auto 36px;
	border-bottom: 1px #bfbfbf solid;
}

#wrapper #content #shopList ul li {
	float: left;
	background: url(/test/common/img/brown_arrow.png) no-repeat left center;
	padding-left: 13px;
	font-size: 75%;
	margin-right: 24px;
	line-height: 44px;
}

/*==============================================
goodsList
==============================================*/
#wrapper #content #goodsList {
	width: 868px;
	margin: 0 auto 63px;
}

#wrapper #content #goodsList h3 {
	width: 868px;
	margin: 0 auto;
	padding-bottom: 12px;
	border-bottom: 1px #bfbfbf solid;
	text-align: center;
}

#wrapper #content #goodsList h3 img {
	display: inline;
}

#wrapper #content #goodsList dl {
	display: table;
	width: 100%;
	padding: 28px 0;
	border-bottom: 1px #bfbfbf solid;
}

#wrapper #content #goodsList dl dt {
	display: table-cell;
	font-size: 100%;
	width: 168px;
	vertical-align: middle;
}

#wrapper #content #goodsList dl dt span {
	border-left: 3px #6e3d08 solid;
	padding-left: 4px;
}

#wrapper #content #goodsList dl dd {
	display: table-cell;
	vertical-align: middle;
}

#wrapper #content #goodsList dl dd li {
	font-size: 75%;
	display: inline;
	background: url(/test/common/img/brown_arrow.png) no-repeat left center;
	padding-left: 13px;
	margin-right: 25px;
	line-height: 16px;
}


#caution {
	margin-top: 20px;
	padding: 0;
	text-align: center;
	font-size: 14px;
	color: #120c2b;
	font-weight: bold;
}


/*==============================================
2023/05/24  追記 01.html  footer
==============================================*/

footer {
	background: #261D48;
	color: #fff;
	width: 100%;
	padding-top: 6%;
}

#copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4px;
	padding: 50px 10px;
}

@media (max-width: 768px) {
	footer {
		text-align: center;
	}
}

#footer {
	max-width: 620px;
	margin: 0 auto;
}



#footer nav {
	display: flex;
	/* flexbox */
	flex-wrap: wrap;
	/* 折返し指定 */
	gap: 0 4px;
	/* 余白（縦 横） */
}

#footer nav div {
	flex-grow: 1;
	/* レスポンシブ化 */
}

#footer nav div:nth-child(1) {
	width: 170px;
}

#footer nav div:nth-child(2) {
	width: 302px;
}

#footer div a,
#copyright,
#footer div p {
	color: #fff;
}

@media (max-width: 768px) {
	#footer nav div:first-of-type {
		margin-bottom: 40px;
	}
}


#footer nav p {
	margin: 2px;
	padding: 2px 6px;
}

@media (max-width: 768px) {
	#footer nav p {
		margin: 10px;
	}
}

/*==============================================
jumpTop 右下のボタン
==============================================*/
#wrapper #jumpTop {
	position: fixed;
	right: 0;
	bottom: 0;
}


/*==============================================
各紹介のh2ボックス要素の共通設定
==============================================*/

.h2_box {
	background: #261D48;
}

.h2_inner {
	width: 70%;
	margin: 0 auto 4%;
	padding: 5% 0 3%;
}

h2,
h3,
.h2_box p {
	text-align: center;
}

.h2_box h2 {
	font-size: 32px;
	font-weight: initial;
}

.h2_box h2,
.h2_box p {
	color: #fff;
}

#wrapper #content h2 {
	font-size: 32px;
	color: #000;
	padding: 0;
	border-bottom: 2px solid;
	border-image: radial-gradient(#261D48, #fff)20% 1;
	margin: 0 auto 5%;
	max-width: 750px;
	font-weight: initial;
}


#c1 {
	margin-top: 4%;
}

#c1 p {
	font-size: 14px;
	line-height: 2;

}

@media (max-width: 540px) {
	.h2_box h2 {
		font-size: 25px;
	}

	.h2_inner {
		width: 90%;
	}

	#c1 p {
		padding: 10px 0;
		font-size: 11px;
		line-height: 1.8;
	}
}

.h2_box #c1 {
	margin-top: 1%;
}


h3 {
	font-size: 1.7em;
	font-weight: initial;
	/* max-width: 656px;
    min-width: 656px;
    width: 66%;
    position: relative;
    margin: 8% auto; */
}

/*=== 両サイドの草 ===*/

/* .h2_box h3::before{
	content: "";
    display: block;
    background: url(../../common/img/h3_kusa_img.png);
    background-size: 100%;
    max-width: 100px;
    width: 17%;
    height: 67px;
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0.5;
    top: -16px;
}
.h2_box h3::after{
	content: "";
    display: block;
    background: url(../../common/img/h3_kusa_img-2.png);
    background-size: 100%;
    max-width: 100px;
    width: 17%;
    height: 67px;
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0.5;
    top: 2px;
	right: 0;
} */

/*　topページ　3連カード　*/

.card {
	display: flex;
	flex-direction: column;
	width: calc(100% / 3 - 19px * 2 / 3);
	overflow: hidden
}

.card img {
	vertical-align: top;
}


@media (max-width: 768px) {
	.card {
		width: calc(50% - 20px / 2);
	}
}


.card__item {
	background: #2A3455;
	color: #fff;
	font-size: 16px;
}


.card {
	position: relative;
}

.card a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-indent: 100%;
	/*テキスト非表示*/
	white-space: nowrap;
	/*テキスト非表示*/
	overflow: hidden;
	/*テキスト非表示*/
}

.card a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #fff;
}

.houjin {
	font-size: 0.9rem !important;
	color: #fff;
}

#service02 img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}

#service02 p {
	border-radius: 0 0 5px 5px;
	padding: 13px 15px;
}

#service02 {
	max-width: 920px;
	margin: 0 auto;
}

#service02-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 19px;
}

#gentei {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

@media (max-width: 540px) {
	#gentei {
		width: 100%;
		margin: 0 auto 30px;
	}

	#gentei h3 {
		margin: 30px auto 10px;
	}

	#gentei h3 img {
		height: 23px;
		margin: auto;
	}

	#gentei #c1-c img {
		width: 100%;
		margin-bottom: 10px;
	}
}

#gentei .midashi {
	font-size: 1.3em;
	font-weight: bold;
	padding: 20px 0 10px;
}

#station-gentei {
	width: 100%;
	padding: 10px 0;
}

#station-gentei li img {
	max-width: 400px;
	margin: 0 auto;
}

.info {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px #b7acdd solid;
	border-top: 1px #b7acdd solid;
	padding: 0 20px;
}

.info:first-child {
	margin-top: 30px;
}

#premium {
	display: flex;
	padding: 30px 0 0;
}

#elegante {
	width: 100%;
}

#saluck {
	width: 100%;
	border-bottom: 1px #b7acdd solid;
}

#saluck-inner {
	display: flex;
	margin: 20px auto 30px;
	justify-content: space-between;
}

.column-inner {
	display: flex;
	margin: 30px auto 50px;
	justify-content: space-between;
}

#saluck-inner:nth-of-type(2) {
	margin-top: 20px;
}

#season {
	padding: 0 0 50px 0;
}

#saluck .column,
#season .column {
	display: block;
	width: 48%;
}

.column-img {
	width: 100%;
}

.column-img img {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}

.column-text {
	width: 100%;
}

.column-text span {
	font-size: 0.8em;
}

.akifuyu {
	font-weight: bold;
	color: #fff;
	background-color: #660033;
	padding: 5px 5px 3px;
	font-size: 1.3em;
	margin: 0 0 10px 0;
	line-height: 1;
}

.harunatsu {
	font-weight: bold;
	color: #fff;
	background-color: #FF9933;
	padding: 5px 5px 3px;
	font-size: 1.3em;
	margin: 0 0 10px 0;
	line-height: 1;
}

.heading {
	align-items: center;
	/* 横線を上下中央 */
	display: flex;
	/* 文字と横線を横並び */
}

.heading::after {
	background-color: #b7acdd;
	/* 横線の色 */
	content: "";
	flex-grow: 1;
	/* 横幅いっぱい */
	height: 2px;
	/* 横線の高さ */
	margin-left: 15px;
	/* 文字との余白 */
	margin-bottom: 3px;
}

.season_note {
	font-size: 1em;
	line-height: 1.5;
}

.season_note span {
	color: red;
}

@media (max-width: 540px) {


	.info {
		padding: 0 10px;
	}

	.heading-wrap {
		margin: 20px auto 7px;
	}

	#gentei {
		font-size: 14px;
	}

	.column {
		width: 100%;
		/*幅指定*/
		display: block;
		padding: 7px 0;
	}

	.column-img {
		width: 100%;
	}

	.column-img img {
		padding-bottom: 10px;
	}

	.column-text {
		width: 100%;
	}

	h2 {
		letter-spacing: 1px;
	}

	#season {
		padding: 0 0 30px 0;
	}

	#saluck-inner {
		display: block;
		margin: 10px auto 20px;
	}

	#saluck .column,
	#season .column {
		width: 100%;
	}

	.column-inner {
		margin: 20px auto 30px;
		display: block;
	}

	.akifuyu,
	.harunatsu {
		font-size: 1.2em;
		padding: 5px 5px;
	}

}