
#l-main{
	width: 80vw;
	max-width: 900px;
	margin: 0 auto;
	padding-left: 70px;
}
.badge-light{
	color: #737373;
	font-weight: 500;
}
@media (max-width: 767.98px) {
	#l-main{
		padding-left: 0;
	}
}
/* ==========================================================================//
//
//　u-title
//
// ========================================================================== */
.u-title{
	text-align: center;
	padding: 90px 0 120px;
}
.u-title h2{
	position: relative;
	overflow: visible;
}
.u-title h2:before {
	position: absolute;
	bottom: -30px;
	left: calc(50% - 20px);
	width: 40px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #fff;
}
.u-title h2 span{
	font-size: 3rem;
	display: block;
	margin-bottom: 15px;
}
.u-title h2 small{
	display: block;
	font-size: 1.2rem;
}
.u-title h2 div{
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	font-size: 3em;
	white-space: nowrap;
	opacity: .15;
	font-family: 'Cedarville Cursive', cursive;
}
@media (max-width: 767.98px) {
	.u-title{
		padding: 120px 0 60px;
	}
	.u-title h2 span{
		font-size: 2rem;
		margin-bottom: 5px;
	}
	.u-title h2 div{
		font-size: 2em;
	}
	.u-title h2 small{
		font-size: 0.85rem;
	}
}

/* ==========================================================================//
//
//　.u-heading
//
// ========================================================================== */
.u-heading{
	position: relative;
	background: #ceaa7f;
	border-radius: 15px;
	margin-bottom: 90px;
	overflow: visible;
}

.u-heading:before{
	position: absolute;
	width: 300px;
	height: 60px;
	border-radius: 45px;
	background: #ceaa7f;
	content: "";
	right: 50%;
	transform: translateX(50%);
	top: -30px;
}
.u-heading__title{
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: -13px;
}
.u-heading__text{
	padding: 45px;
}
.u-heading__text ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.u-heading__text ul li{
	margin-bottom: 15px;
}
.u-heading__text ul li:last-of-type{
	margin-bottom: 0;
}
.u-heading__text ul li span{
	margin-left: 5px;
	display: inline-block;
}

@media (max-width: 767.98px) {
	.u-heading{
		margin-top: 30px;
		margin-bottom: 0;
	}
	.u-heading:before{
		width: 200px;
	}
	.u-heading__text {
		padding: 25px;
	}
	.u-heading__title{
		font-size: 0.8em;
	}
	.u-heading__text ul li{
		margin-bottom: 10px;
	}
	.u-heading__text ul li span{
		margin-left: 1em;
	}
}

/* ==========================================================================//
//
//　p-shop
//
// ========================================================================== */
.p-shop{
	margin-bottom: 150px;
}

/* .c-shop
---------------------------------------------------------- */
.c-shop{
	display: flex;
	position: relative;
	padding-top: 90px;
}
.c-shop__text{
	width: 55%;
	padding-left: 15px;
}
.c-shop__text h3{
	padding-bottom: 30px;
	position: relative;
}
.c-shop__text h3 div:nth-of-type(2){
	position: absolute;
	top: -9px;
	left: 0;
	z-index: -1;
	font-size: 2.5em;
	white-space: nowrap;
	opacity: .15;
	font-family: 'Cedarville Cursive', cursive;
}
.c-shop__text dl{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed rgba(255,255,255,0.5);
}
.c-shop__text dl:first-of-type{
	padding-top: 15px;
	border-top: 1px dashed rgba(255,255,255,0.5);
}
.c-shop__text dl dt{
	font-weight: 500;
	display: inline-block;
	float: left;
	width: 100px;
}
.c-shop__text dl dd{
	margin-left: 100px;
	margin-bottom: 0;
}
.c-shop__text dl .c-shop__item{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.c-shop__text dl .c-shop__item li{
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 2px;
	line-height: 1;
	padding: 4px 8px;
	font-size: 0.9em;
	/*width: 100px;*/
	text-align: center;
	margin-right: 5px;
	margin-bottom: 10px;
	background: rgba(213,213,213,0.15);
}
.c-shop__text dl .c-shop__item li.noItem{
	opacity: .3;
}
.c-shop__img{
	width: 45%;
	position: relative;
}
.c-shop__num{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1em;
	font-size: 5em;
	font-family: 'Cedarville Cursive', cursive;
}

.c-shop.c-office:first-of-type{
	padding-top: 120px;
}
.c-shop.c-office .c-shop__text h3 div:nth-of-type(2){
	right: 0;
	left: auto;
}
.c-shop.c-company{
	padding: 30px 0 120px;
}
/*dd.c-shop__tel span{
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
dd.c-shop__tel small{
	line-height: 1;
	display: block;
	margin-bottom: 15px;
}*/
@media (max-width: 767.98px) {
	.p-shop{
		margin-bottom: 60px;
	}
	.c-shop{
		flex-wrap: wrap;
	}
	.c-shop__text,
	.c-shop__img,
	.c-shop__img svg{
		width: 100%;
	}
	.c-shop__text{
		padding-left: 0;
		margin-top: 15px;
	}
	.c-shop__text h3{
		padding-bottom: 15px;
	}
	.c-shop__text h3 div:nth-of-type(2){
		font-size: 2em;
	}
	.c-shop.c-office .c-shop__text h3 div:nth-of-type(2){
		left: 0;
		right: auto;
	}
	.c-shop__text dl .c-shop__item li{
		/*width: 90px;*/
	}
	dd.c-shop__tel span{
		font-size: 1.05rem;
	}
}


/* ==========================================================================//
//
//　c-faq
//
// ========================================================================== */
.c-faq{
	padding-top: 60px;
	margin-bottom: 120px;
}
.c-faq h3{
	position: relative;
	margin-bottom: 30px;
}
.c-faq h3 div:nth-of-type(2){
	position: absolute;
	top: -9px;
	right: 0;
	z-index: -1;
	font-size: 2.5em;
	white-space: nowrap;
	opacity: .15;
	font-family: 'Cedarville Cursive', cursive;
}
.c-faq dl{
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	padding: 25px 0;
	margin-bottom: 0;
}
.c-faq dl:first-of-type{
	border-top: 1px dashed rgba(255,255,255,0.5);
}
.c-faq dl dt{
	font-weight: 500;
	padding-right: 2.5em;
	padding-left: 1.5em;
	position: relative;
	cursor: pointer;
}
.c-faq dl dt:hover{
	opacity: .75;
}
.c-faq dl dt:before{
	content: "Q.";
	position: absolute;
	left: 0;
}
.c-faq dl dt:after {
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	width: 7px;
	height: 7px;
	margin: auto;
	content: '';
	transform: rotate(135deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: .3s;
}
.c-faq dl.open dt:after {
	transform: rotate(-45deg);
}
.c-faq dl dd{
	position: relative;
	padding: 15px 3.5em 0;
}
.c-faq dl dd:before{
	content: "A.";
	position: absolute;
	left: 1.5em;
}
@media (max-width: 767.98px) {
	.p-faq>p{
		padding-top: 45px;
		margin-bottom: 0;
	}
	.c-faq{
		padding-top: 45px;
		margin-bottom: 45px;
	}
	.c-faq h3{
		font-size: 1.45rem;
	}
	.c-faq dl{
		padding: 15px 0;
	}
	.c-faq dl dt{
		padding-right: 10px;
	}
	.c-faq dl dt:after{
		right: 0;
	}
	.c-faq dl dd{
		padding: 15px 10px 0 3em;
	}
	.c-faq dl dd:before{
		left: 1.5em;
	}
}



/* ==========================================================================//
//
//　p-shop
//
// ========================================================================== */
.p-press{
	padding: 30px 0 120px;
}

.p-press__main{
	margin-top: 30px;
}
.p-press__data{
	letter-spacing: 0.1em;
	font-size: 0.9em;
}
.p-press__title{
	font-size: 1.4em;
	margin-bottom: 10px;
}
ul.p-press__list li a{
	display: flex;
}
.p-press__thumbnail{
	width: 90px;
	height: 90px;
	min-width: 90px;
	min-height: 90px;
	overflow: hidden;
	margin: 0 30px;
	border-radius: 5px;
}
.p-press__thumbnail img{
	width: 90px;
	height: 90px;
	filter: sepia(0.8);
	transition: .3s;
	object-fit: cover;
}
ul.p-press__list li a:hover .p-press__thumbnail img{
	filter: sepia(0);
	transform:scale(1.05,1.05);
}
@media (max-width: 767.98px) {
	.p-press__title{
		font-size: 1.2em;
		margin-bottom: 7px;
	}
	ul.p-press__cate{
		display: block;
	}
	ul.p-press__cate li.cat_main{
		padding: 2px 10px;
		margin-right: 5px;
	}
	.p-press__thumbnail{
		width: 50px;
		height: 50px;
		min-width: 50px;
		min-height: 50px;
		margin: 0 10px 0 0;
	}
	.p-press__thumbnail img{
		width: 50px;
		height: 50px;
	}
}


/* ==========================================================================//
//
//　p-contact
//
// ========================================================================== */
#p-contact{
	position: fixed;
	top: 90px;
	right: -1px;
	display: inline-block;
	display: none;
}
#p-contact.u-open{
	display: block;
	animation: SlideIn 1.6s;
	transition-delay: .5s;
}
@keyframes SlideIn {
0% {
	opacity: 0;
	transform: translateX(100%);
}
100% {
	opacity: 1;
	transform: translateX(0);
}
}
#p-contact a{
	text-decoration: none;
	background: rgba(255,255,255,0.15);
	padding: 10px 25px 35px;
	display: block;
	border: 3px solid #fff;
	border-right: 0;
	border-radius: 10px 0 0 10px;
	writing-mode: vertical-rl;
}
#p-contact p.p-contact__text{
	margin: 0;
}
#p-contact .p-contact__icon{
	position: absolute;
	bottom: 12px;
	right: 50%;
	transform: translateX(47%);
}
@media (max-width: 767.98px) {
	#p-contact{
		display: none;
	}
}

@media print{
	.u-animate{
		opacity: 1;
		
	}
}



