@charset "UTF-8";

/*mv
*************************************************/


/*
*************************************************/

.index {
	padding-top: 50px;
	margin-bottom: 50px;
}


.topmain_cont {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}
.index .txt_box{
    margin-bottom: 0;
}

/*オンラインショップ
*************************************************/

.main_inner_box {
	max-width: 1160px;
	margin: 0 auto;
}

.top_box3 {
	margin-bottom: 100px;
	padding: 0 15px;
}

.top_box3 h2 {
	margin-bottom: 35px;
}





.top_box2 {
	max-width: 1500px;
	margin: 0 auto;
}

.online_box {
	margin: 170px 0 100px;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.online_box li {
	width: 33%;
	text-align: center;
}

.online_box li:first-child {
	margin-right: 10px;
}

.online_box li:nth-child(2) {
	margin: 0 10px;
}

.online_box li:last-child {
	margin-left: 10px;
}

.online_box .onli_img1 {
	background-image: url(../images/top/online_img_01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0 20px;
}

.online_box .onli_img2 {
	background-image: url(../images/top/online_img_02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0 20px;
}

.online_box .onli_img3 {
	background-image: url(../images/top/online_img_03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0 20px;
}

.online_box li p {
	background-image: url(../images/top/online_bg.jpg);
	height: 150px;
	background-repeat: repeat-x;
	display: flex;
	align-items: center;
	justify-content: center;
}



/*店舗情報
*************************************************/
.top_box4 {
	margin-bottom: 90px;
}

.top_box4 h2 {
	margin: 50px 0 40px;
}

.store_box {
	background-color: rgba(255, 255, 255, 0.75);
	padding: 30px;
	max-width: 760px;
	margin-top: -50px;
	position: relative;
	left: 20px;
}

.store_box p {
	background-image: url(../images/common/line03.png);
	background-position: bottom left;
	padding: 15px 0 10px;
	letter-spacing: 0.05em;
}

.store_box .f13 {
	letter-spacing: 0;
	color: #96514D;
	font-weight: bold;
}

.googlemap {
	margin-top: 80px;
}

.googlemap iframe {
	width: 100%;
}




/*お知らせ
*************************************************/
.top_box5 {
	padding: 0 15px;
}

.top_box5 h2 {
	margin-bottom: 35px;
}

.news_box {
	letter-spacing: 0;
	position: relative;
	margin-bottom: 95px;

}

.news_box .news_data {
	display: flex;
	background-image: url(../images/common/line02.png);
	background-position: bottom right;
	padding: 0 0 10px;
	max-width: 1030px;
	margin-left: auto;
	margin-bottom: 25px;


}

.news_box .n_day {
	font-family: Arial, Helvetica, " sans-serif";
	font-size: 15px;
	letter-spacing: 0.2em;
	margin-right: 50px;
	font-weight: bold;
}

.news_box .n_txt {
	max-width: 640px;
	font-weight: bold;
}

.news_box .n_more {
	width: 130px;
}

.news_box .n_more span:after {
	content: "\f054";
	position: absolute;
	right: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	color: #96514d;
}

.news_box .n_more a {
	color: #96514d;
	position: absolute;
	right: 0;
	padding-right: 20px;
	font-weight: bold;
}


/**** インスタ
*******************************************/

.instagram {
	margin-bottom: 95px;
	padding: 0 15px;
}

.instagram h2 {
	margin-bottom: 35px;
}
.instagram .btn_01 {
	margin: 20px 0 80px;
	text-align: center;
}


/**** 石山寺
*******************************************/

.ishiyama_temple {
	padding: 0 15px;
}

.ishiyama_temple h2 {
	margin-bottom: 35px;
}

.ishiyama_temple .btn_01 {
	margin: 20px 0 80px;
	text-align: center;
}

/* media 横幅
*************************************************/
.sp_mv_img {
	display: none;
}

@media (min-width: 1955px) {
	.mv_img img {
		width: 100%;
	}
}

@media (max-width: 1980px) {

	.online_box .onli_img3,
	.online_box .onli_img2,
	.online_box .onli_img1 {
		background-size: cover;
	}
}

@media (max-width: 1755px) {

	/*mv
*************************************************/
	.mv_img {
		position: relative;
		width: 100%;
		height: 480px;
		overflow: hidden;
	}

	.mv_img > img {
		position: absolute;
		left: -110%;
		right: -100%;
		height: 100%;
		width: auto;
		margin: auto;
		display: block;
	}
}

@media (max-width: 1555px) {

	/*mv
*************************************************/
	.mv_img > img {
		left: -130%;
	}





}

@media (max-width: 1200px) {
	.mv_img > img {
		left: -143%;
	}

}

@media (max-width: 1150px) {
	.mv_img > img {
		left: -162%;
	}

}

@media (max-width: 1000px) {


	.mv_img > img {
		left: -143%;
	}

	.top_box {
		margin-top: 100px;
	}










}

@media (max-width: 768px) {

	/*共通
*************************************************/
	.mv_img {
		display: none;
	}

	.sp_mv_img {
		display: block;
		margin-top: 77px;
	}

	.sp_mv_img img {
		width: 100%;
	}

	h2 {
		line-height: 1.3em;
	}

	.max_w img {
		width: 100%;
	}







	/*トップコンテンツ
*************************************************/
	.top_box {
		height: auto;
		display: block;
		padding-right: 0;
	}

	.txt_box {
		position: relative;
		width: 100%;
		top: 0;
		padding: 20px 20px 50px 20px;
	}

	.txt_box p {
		padding-left: 20px;
	}

	.top_box h2 {
		line-height: 1.3em;
	}

	.top_box .img_bg {
		margin-left: 0;
	}

	.img_bg img {
		width: 95%;
	}

	/**/



	.txt_box1 {
		position: relative;
		width: 100%;
		top: 0;
		padding: 20px 20px 50px 20px;
	}

	.txt_box1 p {
		padding-left: 20px;
	}

	/*オンラインショップ
*************************************************/

	.online_box {
		margin: 170px 0 100px;
		display: block;
	}

	.online_box li {
		width: 100%;
		margin-bottom: 80px;
	}

	.online_box li:nth-child(2) {
		margin: 0 0 80px;
	}

	.online_box li:last-child {
		margin-left: 0;
	}

	.product_list > li {
		max-width: 241px;
		width: 43%;
		margin: 0 10px 100px;
	}

	.product_list span {
		margin: 25px 0 15px;
		font-weight: bold;
	}

	.top_box3 {
		padding: 0 20px 0;
	}

	.top_box3 > p {
		padding-left: 30px;
	}

	.top_box3 h2 {
		margin-left: 0 !important;
	}

	/*会社情報
*************************************************/
	.store_box {
		left: 0;
		width: 100%;
		padding: 30px 20px 30px 20px;
	}

	.store_box p {
		margin-left: 30px;
	}

	.no_bgi span {
		display: none;
	}


	/*お知らせ
*************************************************/
	.top_box5 {
		padding: 0 20px 0 20px;
	}

	.news_box .news_data {
		display: block;
		padding-bottom: 40px;
	}

	.news_box .n_txt {
		margin-bottom: 7px;
	}

	.news_box .n_more a {
		left: 0;
		right: auto;
	}

	.news_box {
		margin-left: 30px;
	}
}



.ishiyama_photo {
	overflow: hidden;
}


.ishiyama_photo li {
	float: left;
	width: 25%;
}

.ishiyama_photo li div {
	border: 7px solid #e6e6e6 !important;
	margin-right: auto !important;
	margin-left: auto !important;
	margin-bottom: 30px !important;
	max-width: 244px;
	max-height: 244px;
}

.ishiyama_photo li div img {
	width: 100%;
}

@media (max-width: 1370px) {
	.ishiyama_photo li div {
		margin-right: 10px !important;
		margin-left: 10px !important;
	}
}

@media (max-width: 640px) {
	.ishiyama_photo li {
		width: 50% !important;
	}

	.ishiyama_photo li div {
		max-width: none;
		max-height: none;
	}
}


@media (max-width: 480px) {
	.ishiyama_photo li {
		width: 100% !important;
	}

	.ishiyama_photo li div {
		width: 100%;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}

footer {
	clear: both;
}