@charset "UTF-8";

/* *****************************************************
 *	photography
 * *****************************************************/
div#wp_photography {
	position: relative;
	padding: 0 50px;
}

div#wp_photography ul li {
	margin: 0;
	height: 260px;
}

.photography-btn {
	position: absolute;
	top: 50%;
	display: block;
	width: 22px;
	height: 42px;
}

.photography-prev-btn {
	left: 10px;
}

.photography-next-btn {
	right: 10px;
}

/* *****************************************************
 *	overview
 * *****************************************************/
div.overview-section h2 {
	font-size: 20px;
	font-size: 2rem;
}

/* *****************************************************
 *	fancybox
 * *****************************************************/
.fancybox-title-over-wrap {
	width: 100%;
	padding: 10px;
}
.fancybox-skin {
	padding: 10px 10px 10px !important;
	background: #fff;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-nav span {
	width: 30px;
	height: 72px;
	margin-top: -36px;
}

#fancybox-loading {
	background-image: url(../fancybox/fancybox_sprite.png);
}

.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url(../fancybox/sprite.png);
}

.fancybox-prev span {
	left: -5px;
	background-position: 0 0;
}

.fancybox-next span {
	right: -5px;
	background-position: 30px 0;
}

.fancybox-close {
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background-position: 0 -72px;
}

.fancybox-title-inside-wrap {
	padding: 8px 0 0;
}

.fancybox-title {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",
		"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}

/* *****************************************************
 *	caution
 * *****************************************************/
div.caution {
	margin-bottom: 10px;
	padding: 15px;
	border: 1px #c5c5c5 solid;
	text-align: center;
	box-shadow: 0 0 2px #e1e1e1;
	-moz-box-shadow: 0 0 2px #e1e1e1;
	-webkit-box-shadow: 0 0 2px #e1e1e1;
}

div.caution dl {
	line-height: 1.7;
}

div.caution dl dt {
	color: #d10050;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}

div.caution dl dd {
	padding: 5px 0 0;
}

/* *****************************************************
 *	caution always
 * *****************************************************/
div.caution_always {
	width: 1000px;
	margin: 10px auto 40px;
	padding: 15px;
	border: 1px #c5c5c5 solid;
	text-align: center;
	box-shadow: 0 0 2px #e1e1e1;
	-moz-box-shadow: 0 0 2px #e1e1e1;
	-webkit-box-shadow: 0 0 2px #e1e1e1;
}

/* *****************************************************
 *	bx-slider
 * *****************************************************/
a.bx-prev {
	position: absolute;
	width: 22px;
	height: 42px;
	left: 0;
}

a.bx-next {
	position: absolute;
	width: 22px;
	height: 42px;
	right: 0;
}

/* *****************************************************
 *
 * *****************************************************/
 p.visit_reserve {
	position: relative;
	width: 1000px;
	margin: 0 auto 30px;
}

p.visit_reserve::before {
	left: 10px;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

p.visit_reserve::after {
	right: 10px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}

p.visit_reserve::before,
p.visit_reserve::after {
	content: "";
	position: absolute;
	bottom: 10px;
	display: block;
	width: 50%;
	height: 50%;
	z-index: -1;
	box-shadow: 0 12px 8px rgba(0, 0, 0, 0.25);
}

div.caution_ncov {
	width: 1000px;
	margin: 0 auto 10px;
	padding: 15px;
	border: 1px #d10050 solid;
	text-align: center;
	box-shadow: 0 0 2px #d15484;
	-moz-box-shadow: 0 0 2px #d15484;
	-webkit-box-shadow: 0 0 2px #d15484;
}

div.caution_ncov dl {
	line-height: 1.7;
}

div.caution_ncov dl dt {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #d10050;
}

div.caution_ncov dl span {
	display: inline-block;
	width: 150px;
	margin: 0 auto;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	color: #000;
	cursor: pointer;
}

div.caution_ncov dd p {
	margin-top: 10px;
}

@keyframes fade_in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* *****************************************************
 *	shop only
 * *****************************************************/
header div.store {
	position: absolute;
	top: 62px;
	left: 400px;

	word-spacing: normal;
	vertical-align: top;
	width: 50px;
	text-align: center;
}

header div.store a {
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: -0.1em;
	text-align: center;
}

header div.store svg {
	display: block;
	overflow: hidden;
	fill: #eb6383;
	width: 50px;
	height: 47px;
}

header div.store use {
	width: 100%;
}

header .header-inner-wrapper .function ul li {
	position: relative;
}

header .header-inner-wrapper .function ul li svg {
	fill: #ca003a;
}

header .header-inner-wrapper .function ul li svg.contact {
	width: 32px;
	height: 20px;
	margin: 2px auto 8px;
}

header .header-inner-wrapper .function ul li a.active svg.heart {
	fill: #e48322;
}

header .header-inner-wrapper .function ul li div.count {
	position: absolute;
	top: 9px;
	left: 0;
	width: 61px;
	height: 14px;
	margin: 0;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}

header .header-inner-wrapper .function ul li div.shitami {
	position: absolute;
	top: 6px;
	left: 50%;
	width: 20px;
	height: 14px;
	margin: 0 0 0 -8px;
	color: #fff;
	font-size: 10px;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}

header .header-inner .contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-right: 20px;
}

header .header-inner .contact div.tel {
	padding-right: 0;
}

header .header-inner .contact p {
	padding-left: 0;
}

/* *****************************************************
 *
 * *****************************************************/
div.caution_ncov dl a.link {
	font-weight: 700;
	color: #d10050;
	text-decoration: underline;
}

div.caution_ncov dl span.item {
	display:inline;
	font-weight: 700;
}

/* *****************************************************
 *
 * *****************************************************/
.blog-contents .contents-wrapper ul.trivia_list li .desc-grid>p {
	height: 160px;
}

/* *****************************************************
 *
 * *****************************************************/
p.bnr_sns {
	width: 1000px;
	margin: 60px auto 0;
	text-align: center;
}

p.page_msg {
	width: 1000px;
	margin-top: 50px;
	text-align: center;
	line-height: 1.8;
}

/* *****************************************************
 * global menu
 * *****************************************************/
nav.global .mainmenu {
	justify-content: space-between;
}

nav.global .mainmenu li {
	width: calc(100% / 12) !important;
	border-left: 1px #ca003a solid;
	box-sizing: border-box;
}

nav.global .mainmenu li:last-child {
	border-right: 1px #ca003a solid;
}

nav.global .mainmenu li::before {
    display: none;
}

nav.global .mainmenu li:last-child::after {
    display: none;
}

/* *****************************************************
 * 事業承継
 * *****************************************************/
div.business-succession-wrap {
    width: 900px;
    margin: 0 auto 75px;
	padding-top: 40px;
}

div.business-succession-contents {
	padding: 20px 25px;
	border: 1px #d0d0d0 solid;
    line-height: 1.7;
}

div.business-succession-contents div:not(:last-child) {
	margin-bottom: 20px;
}

div.business-succession-contents div.business-succession-text p:not(:last-child) {
	margin-bottom: 10px;
}

div.business-succession-contents div.transferor-info {
	text-align: right;
}

div.business-succession-contents div.notes p {
	margin-bottom: 10px;
}

div.business-succession-contents div.notes dl {
	display: flex;
	justify-content: flex-start;
}

div.business-succession-contents div.notes dl dt {
	width: 120px;
}

/* *****************************************************
 * footer
 * *****************************************************/
footer div.footer-credit-wrapper div.footer-outline-contents a {
	text-decoration: underline;
}

/* *****************************************************
 * banner
 * *****************************************************/
ul.kimono-bnr-list li a {
	background: #fff;
}