@charset "UTF-8";

/* 左右paddingも含んだ値 */
#main.homeContents section {
	max-width: 100%;
}

/* -----------------------------
  汎用？ */
a.more {
	color: #bd9f63;
	display: inline-block;
	border: 1px solid;
	line-height: 1.1em;
	padding: 15px 1.5em;
	text-decoration: none;
	background: url(img/ico_amoreArrow01.png) no-repeat 95% center;
	background-size: auto 13px;
	box-sizing: border-box;
	min-width: 150px;
	text-align: left;
}

.btn-cmn {
	display: inline-block;
	position: relative;
	min-width: 125px;
	line-height: 50px;
	padding: 0 25px 0 15px;
	transition: all .4s ease;
	font-family: "Yu Gothic", YuGothic, Meiryo, sans-serif;
	margin-bottom: 5px;
	text-align: left;
}

.btn-cmn.btn01 {
	background-color: #b28e47;
	border: 1px solid #b28e47;
	color: #fff;
}

.btn-cmn.btn01::after {
	content: '';
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 8px;
	height: 13px;
	background-image: url(./img/ico_arrow01.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.btn-cmn.btn01:hover {
	background-color: #fff;
	color: #b28e47;
}

.btn-cmn.btn01:hover::after {
	background-image: url(./img/ico_arrow02.png);
}

.btn-cmn.btn02 {
	background-color: #939393;
	border: 1px solid #939393;
	color: #fff;
}

.btn-cmn.btn02::after {
	content: '';
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 8px;
	height: 13px;
	background-image: url(./img/ico_arrow01.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.btn-cmn.btn02:hover {
	background-color: #fff;
	color: #939393;
}

.btn-cmn.btn02:hover::after {
	background-image: url(./img/ico_arrow03.png);
}

.btn-cmn.btn-more {
	border: 1px solid #b28e47;
	color: #b28e47;
	min-width: 150px;
	padding-right: 40px;
}

.btn-cmn.btn-more::after {
	content: '';
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 8px;
	height: 13px;
	background-image: url(./img/ico_arrow02.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.btn-cmn.btn-more:hover {
	background-color: #b28e47;
	color: #fff;
}

.btn-cmn.btn-more:hover::after {
	background-image: url(./img/ico_arrow01.png);
}

hr {
	height: 1px;
	background-color: #b28e47;
	border: none;
	margin-bottom: 60px;
}

/* ------------------------
    トップページ メインスライド
------------------------ */
#indexHero {
	height: 100vh;
	margin-bottom: 20px;
}

#indexHero .swiper-container {
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#indexHero .swiper-container .swiper-slide {
	display: block;
	height: 100%;
	background-position: center top;
	background-size: cover;
}

#indexHero .swiper-pagination {
	display: block;
	padding: 10px 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

#indexHero .swiper-pagination .swiper-pagination-bullet {
	height: 10px;
	width: 10px;
	margin: 0 10px;
}

@media only screen and (max-width: 767px) {
	#indexHero {
		height: 90vh;
		margin-bottom: 0;
	}

	#indexHero .swiper-container {
		margin: 0;
	}

	#indexHero .swiper-container .swiper-slide {
		height: 100%;
	}
}


/* ------------------------
    トップページ フォトプラン追従ボタン
------------------------ */
.photo-plan-link {
	width: fit-content;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
}

.photo-plan-link a {
	color: #fff;
	background: #BD9F63;
	width: 110px;
	height: 110px;
	text-align: center;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .7s;
}

.photo-plan-link a:hover {
	opacity: .9;
	transform: translateY(-5px);
}

@media only screen and (max-width: 767px) {
	.photo-plan-link {
		bottom: 60px;
		right: 5px;
	}
}


/* ------------------------
    インフォメーション ボタン
------------------------ */
.sp-infoBtn {
	display: none;
}

@media only screen and (max-width: 767px) {
	.sp-infoBtn {
		display: block;
		position: relative;
		width: 100%;
		bottom: 0;
		border-top: 1px solid #fff;
		margin: 0;
		z-index: 11;
		transition: all .2s ease;
	}

	.sp-infoBtn a {
		display: block;
		background: #bd9f63;
		box-sizing: border-box;
		width: 50%;
		float: left;
		margin: 0;
		padding: 15px 0;
		color: #fff;
		font-size: 1.7rem;
		text-align: center;
		text-decoration: none;
	}

	.sp-infoBtn a:first-child {
		border-right: 1px solid #fff;
	}

	.sp-infoBtn:after {
		display: block;
		content: '';
		height: 1px;
		background: #fff;
		clear: both;
	}

	.sp-infoBtn.fixed {
		position: fixed;
		transition: all .2s ease;
	}
}

/* ------------------------
    トップページ タイトル
------------------------ */
#homeFitting h2.bg,
#instagramThm h2.bg {
	display: block;
	height: 80px;
	background-size: auto 80px;
	background-position: center 0;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: -9999em;
	position: relative;
}

#homeFitting h2.bg {
	background-image: url(index/tit_h2_01.png);
}

#instagramThm h2.bg {
	background-image: url(index/tit_h2_02.png);
}

#instagramThm h2.bg {
	margin-bottom: 90px;
}

#instagramThm h2.bg:after {
	display: block;
	content: '';
	position: absolute;
	top: 88px;
	left: 50%;
	width: 50px;
	height: 50px;
	background: url(index/tit_h2_02sub.png) no-repeat center center;
	background-size: 50px auto;
	margin: 0 0 0 -25px;
}

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

	#homeFitting h2.bg,
	#instagramThm h2.bg {
		height: 40px;
		background-size: auto 40px;
	}

	#instagramThm h2.bg {
		margin-bottom: 55px;
	}

	#instagramThm h2.bg:after {
		top: 50px;
		width: 30px;
		height: 30px;
		background-size: 30px auto;
		margin: 0 0 0 -15px;
	}
}

/* ------------------------
    トップページ フィッティング イメージ
------------------------ */
#homeFitting {
	padding: 0;
	text-align: center;
	margin: 0 0 60px 0;
}

#homeFitting .inner {
	display: block;
	position: relative;
	margin: 0 0 25px;
	padding: 0;
}

#homeFitting .inner::before {
	content: '';
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	background-image: url(./img/fitting/img_fitting.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	width: 30%;
	height: 100%;
	z-index: 2;
}

#homeFitting .inner:after {
	display: block;
	content: '';
	padding: 25% 0 0 0;
}

#homeFitting .inner ul {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

#homeFitting .inner ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 16%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

#homeFitting .inner ul li.wide {
	display: none;
	width: 36%;
}

#homeFitting h3 {
	text-align: center;
	font-size: 26px;
	font-family: "Noto Serif", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "MS PMincho", serif;
	font-weight: normal;
	margin-bottom: 8px;
}

#homeFitting p {
	font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
	#homeFitting {
		margin-bottom: 50px;
	}

	#homeFitting .inner {
		margin: 0 0 15%;
	}

	#homeFitting .inner::before {
		bottom: auto;
		top: 31%;
		background-position: center center;
		width: 45%;
	}

	#homeFitting .inner:after {
		display: block;
		content: '';
		padding: 60% 0 0 0;
	}

	#homeFitting .inner ul {
		top: auto;
		bottom: 0;
	}

	#homeFitting .inner ul li {
		display: none;
	}

	#homeFitting .inner ul li.wide {
		display: block;
		width: 100%;
		height: 80%;
		position: absolute;
		left: 0;
		top: 0;
	}

	#homeFitting h3 {
		font-size: 22px;
	}

	#homeFitting p {
		font-size: 1.5rem;
		padding: 0 10px;
		text-align: left;
	}
}

#homeCategory {
	text-align: center;
	margin: 0 0 60px;
}

#homeCategory ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

#homeCategory ul:after {
	display: block;
	content: '';
	height: 1px;
	clear: both;
}

#homeCategory ul li {
	box-sizing: border-box;
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
	border: 10px #fff solid;
	overflow: hidden;
}

#homeCategory ul li:hover {
	opacity: 0.7;
}

#homeCategory ul li a {
	display: block;
	position: relative;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

#homeCategory ul li a:after {
	display: block;
	content: '';
	padding: 46% 0 0 0;
}

#homeCategory ul li a:hover {
	transform: scale(1.05);
}

#homeCategory ul li a strong {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	text-align: left;
	text-indent: -9999em;
	background-repeat: no-repeat;
	background-size: auto 135px;
}

#homeCategory ul li.part01 a {
	background-image: url(./index/img_cate01.jpg?20240925);
}

#homeCategory ul li.part01 a strong {
	background-image: url(./index/tit_part1_cat01.png?20240925);
	background-position: -12% 100%;
	background-size: 40%;
}

#homeCategory ul li.part02 a {
	background-image: url(./index/img_cate02.jpg?20240925);
}

#homeCategory ul li.part02 a strong {
	background-image: url(./index/tit_part1_cat02.png?20240925);
	background-position: 102% 102%;
	background-size: 25%;
}

#homeCategory ul li.part03 a {
	background-image: url(./index/img_cate03.jpeg?20240925);
}

#homeCategory ul li.part03 a strong {
	background-image: url(./index/tit_part1_cat03.png?20240925);
	background-position: 0% 100%;
	background-size: 25%;
}

#homeCategory ul li.part04 a {
	background-image: url(./index/img_cate04.jpg?20240925);
}

#homeCategory ul li.part04 a strong {
	background-image: url(./index/tit_part1_cat04.png?20240925);
	background-position: 99% 100%;
	background-size: 25%;
}


#homeCategory ul li.part05 a {
	background-image: url(./img/bnr_hany.png);
	background-size: cover;
}

#homeCategory ul li.part05 a strong {
	background: none;
}

#homeCategory ul li.part06 a {
	background-image: url(./index/img_cate06.jpg);
}

#homeCategory ul li.part06 a strong {
	background-image: url(./index/tit_part1_cat06.png);
	background-position: 5% center;
}

#homeCategory ul li.part07 a {
	background-image: url(./index/img_cate07.jpg);
	background-size: cover;
}

#homeCategory ul li.part07 a strong {
	background: none;
}

@media only screen and (max-width: 767px) {
	#homeCategory {
		padding: 0;
		margin: 0 0 50px;
	}

	#homeCategory ul {
		list-style: none;
		margin: 0 0 20px 0;
		padding: 0;
	}

	#homeCategory ul:after {
		display: block;
		content: '';
		height: 1px;
		clear: both;
	}

	#homeCategory ul li {
		width: auto;
		float: none;
		border: 0 none;
		margin-bottom: 10px;
	}

	#homeCategory ul li a strong {
		background-size: auto 100px;
	}
}

#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item {
	width: 20%;
}

/* #sbi_load {
		display: none;
} */

.instagram-feeds h3 {
	font-size: 1.8rem;
	margin-bottom: 1rem;
	font-weight: lighter;
}

.custom-margin{
  margin: 0 10px;
}

.insta-btn {
	padding-top: 30px;
	text-align: center;
}

.insta-btn a {
	margin: 0 5px;
	width: 240px;
}

@media (max-width: 767px) {
	#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item {
		width: 33.33333%;
	}

	#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item:last-of-type {
		display: none;
	}

	.insta-btn a {
		margin: 5px;
	}
}
