@charset "utf-8";
@import url(reset.css);

html {
	min-height: 100%;
	position: relative;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: #fff;
	font-size: 16px;
	min-width: 1280px;
	height: 100%;
	margin-bottom: 320px;
}
.inner {
	width: 940px;
	margin: 0 auto;
}
a { transition: .3s; }
a:hover { opacity: 0.7; }

header {
	background-color: #584949;
	padding: 17px 0;
}
header .inner {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
header #logo {
	width: 334px;
	height: 76px;
	flex-grow: 0;
}
header #logo a {
	display: block;
	background: url("../img/header_logo.png") no-repeat 0 0;
	background-size: 334px 76px;
	height: 76px;
	line-height: 76px;
	text-indent: -999px;
	overflow: hidden;
}
header .address {
	margin-left: 15px;
	padding-top: 2.3rem;
	line-height: 1.2;
	font-size: 0.875rem;
	color: #ddd;
	flex-grow: 2;
}
header .tel-number {
	background: url("../img/header_number.png") no-repeat 0 0;
	background-size: 331px 64px;
	width: 331px;
	height: 64px;
	margin-top: 5px;
	text-indent: -999px;
	overflow: hidden;
	flex-grow: 0;
}

/* menu-trigger */
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	z-index: 999;
	width: 64px;
	height: 64px;
	padding: 16px;
	margin-top: 5px;
}
.menu-trigger span {
	position: absolute;
	left: 16px;
	width: 32px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 16px;
}
.menu-trigger span:nth-of-type(2) {
	top: 30px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 16px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(14px) rotate(-45deg);
	transform: translateY(14px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-14px) rotate(45deg);
	transform: translateY(-14px) rotate(45deg);
}

/* navigation */
header nav {
	display: none;
	background: rgba(255,255,255,0.9);
	width: 100%;
	height: 80%;
	position: absolute;
	left: 0;
	top: 110px;
	z-index: 998;
}
header nav ul {
	width: 940px;
	margin: 72px auto 0;
	display: flex;
	flex-wrap: wrap;
}
header nav ul li {
	margin-left: 125px;
	margin-bottom: 35px;
}
header nav ul li:nth-of-type(3n+1) {
	margin-left: 0;
}
header nav ul li a {
	display: block;
	width: 230px;
	height: 50px;
	line-height: 50px;
	text-indent: -999px;
	overflow: hidden;
	position: relative;
}
header nav ul li a:hover:after,
header nav ul li.active a:after {
	content: "";
	background: url("../img/line_yellow.png") repeat-x 0 0;
	width: 100%;
	height: 6px;
	position: absolute;
	left: 0;
	bottom: 0;
}

header nav ul li.about a { background: url("../img/nav_about.png") no-repeat 0 0; background-size: 229px 39px; }
header nav ul li.about a:hover, header nav ul li.about.active a { background-image: url("../img/nav_about_on.png"); opacity: 1.0; }
header nav ul li.assets a { background: url("../img/nav_assets.png") no-repeat 0 0; background-size: 229px 39px; }
header nav ul li.assets a:hover, header nav ul li.assets.active a { background-image: url("../img/nav_assets_on.png"); opacity: 1.0; }
header nav ul li.schedule a { background: url("../img/nav_schedule.png") no-repeat 0 0; background-size: 168px 39px; }
header nav ul li.schedule a:hover, header nav ul li.schedule.active a { background-image: url("../img/nav_schedule_on.png"); opacity: 1.0; }
header nav ul li.blog a { background: url("../img/nav_blog.png") no-repeat 0 0; background-size: 199px 39px; }
header nav ul li.blog a:hover { background-image: url("../img/nav_blog_on.png"); opacity: 1.0; }
header nav ul li.ceremony a { background: url("../img/nav_ceremony.png") no-repeat 0 0; background-size: 137px 39px; }
header nav ul li.ceremony a:hover, header nav ul li.ceremony.active a { background-image: url("../img/nav_ceremony_on.png"); opacity: 1.0; }
header nav ul li.service a { background: url("../img/nav_service.png") no-repeat 0 0; background-size: 168px 39px; }
header nav ul li.service a:hover, header nav ul li.service.active a { background-image: url("../img/nav_service_on.png"); opacity: 1.0; }
header nav ul li.consign a { background: url("../img/nav_consign.png") no-repeat 0 0; background-size: 199px 39px; }
header nav ul li.consign a:hover, header nav ul li.consign.active a { background-image: url("../img/nav_consign_on.png"); opacity: 1.0; }
header nav ul li.pet a { background: url("../img/nav_pet.png") no-repeat 0 0; background-size: 199px 39px; }
header nav ul li.pet a:hover, header nav ul li.pet.active a { background-image: url("../img/nav_pet_on.png"); opacity: 1.0; }
header nav ul li.access a { background: url("../img/nav_access.png") no-repeat 0 0; background-size: 229px 39px; }
header nav ul li.access a:hover, header nav ul li.access.active a { background-image: url("../img/nav_access_on.png"); opacity: 1.0; }
header nav ul li.tokyo a { background: url("../img/nav_tokyo.png") no-repeat 0 0; background-size: 210px 39px; }
header nav ul li.tokyo a:hover, header nav ul li.tokyo.active a { background-image: url("../img/nav_tokyo_on.png"); opacity: 1.0; }

main {
	display: block;
}
main a {
	color: #FC913A;
}
main a:hover {
	text-decoration: none;
}

footer {
	background-color: #584949;
	width: 100%;
	height: 320px;
	border-top: 2px solid #fff;
	text-align: center;
	font-size: 0.875rem;
	color: #fff;
	position: absolute;
	bottom: 0;
}
footer .footer-lotus {
	display: block;
	background: url("../img/footer_lotus.png") no-repeat 0 0;
	background-size: 32px auto;
	width: 32px;
	height: 22px;
	margin: auto;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
}
footer .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 65px 0 0;
}
footer .footer-nav {
	width: 445px;
	text-align: left;
}
footer .footer-nav li {
	display: inline-block;
	width: 29.5%;
	margin-bottom: 1rem;
	padding-left: 2.5%;
	position: relative;
}
footer .footer-nav li::after {
	box-sizing: border-box;
	content: "";
	width: 10px;
	height: 10px;
	margin: auto;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
footer .footer-nav li a {
	text-decoration: none;
	color: #fff;
}
footer .footer-logo {
	text-decoration: none;
	color: #fff;
}
footer .footer-logo {
	display: block;
	background: url("../img/footer_logo.png") no-repeat 0 0;
	background-size: 445px 136px;
	width: 445px;
	height: 136px;
	line-height: 136px;
	text-indent: -999px;
	overflow: hidden;
}
footer .footer-logo a {
	display: block;
	width: 445px;
	height: 136px;
}
footer p.copy {
	background-color: #483A3A;
	width: 100%;
	line-height: 60px;
	position: absolute;
	bottom: 0;
}


/* --------------------
   main
-------------------- */
main .mainvisual {
	background: url("../img/mv_bg.png") no-repeat 0 0;
	background-size: 100% 100%;
}
main .mainvisual div.mv {
	width: 1280px;
	max-width: 1280px;
	margin: auto;
	position: relative;
}
main .mainvisual div.mv > img {
	max-width: 100%;
	height: auto;
}
main .mainvisual div.topics {
	width: 250px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	right: 180px;
	top: 40px;
	z-index: 1;
}
main .mainvisual div.topics h2 {
	letter-spacing: 0.15rem;
	font-size: 1.125rem;
	color: #817272;
}
main .mainvisual div.topics a {
	display: block;
	padding-left: 8px;
	text-decoration: none;
	color: #000;
	position: relative;
}
main .mainvisual div.topics a::before {
	box-sizing: border-box;
	content: "";
	width: 8px;
	height: 8px;
	border: 4px solid transparent;
	border-left: 4px solid #817272;
	position: absolute;
	top: 4px;
	left: 0;
}
main .mainvisual div.topics dl {
	font-family:  游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: left;
	font-size: 0.875rem;
	line-height: 1.4;
	/**/
	display: none;
}
main .mainvisual div.topics dt {
	margin: .8rem 0 .3rem;
}
main .mainvisual div.topics dd {
	line-height: 1.4;
}

main .line-mv-bottom {
	background: url("../img/line_mv_bottom.png") no-repeat 50% 100%;
	width: 100%;
	height: 23px;
	line-height: 23px;
	margin: -23px auto 0;
}


main .category {
	background: url("../img/bg_cat.png") repeat 0 0;
	background-color: #F9F7D4;
	padding-bottom: 80px;
	position: relative;
}
main .category::before {
	content: "";
	background: url("../img/line_road.png") no-repeat 0 0;
	width: 1280px;
	height: 100%;
	position: absolute;
	top: -23px;
	left: 0;
	right: 0;
	z-index: 0;
	margin: auto;
}
main .category .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
main .category-box {
	width: 280px;
	margin-top: 50px;
}
main .category-box h2 {
	height: 50px;
	line-height: 50px;
	text-indent: -999px;
	overflow: hidden;
	position: relative;
}
main .category-box h2:after {
	content: "";
	background: url("../img/line_green.png") repeat-x 0 0;
	width: 100%;
	height: 6px;
	position: absolute;
	left: 0;
	bottom: 0;
}
main .category-box .about { background: url("../img/top_h2_about.png") no-repeat 0 0; background-size: auto 36px; }
main .category-box .assets { background: url("../img/top_h2_assets.png") no-repeat 0 0; background-size: auto 36px; }
main .category-box .schedule { background: url("../img/top_h2_schedule.png") no-repeat 0 0; background-size: auto 36px; }
main .category-box .blog { background: url("../img/top_h2_blog.png") no-repeat 0 0; background-size: auto 36px; }
main .category-box .ceremony { background: url("../img/top_h2_ceremony.png") no-repeat 0 0; background-size: auto 36px; }
main .category-box .service { background: url("../img/top_h2_service.png") no-repeat 0 0; background-size: auto 36px; }
main .category-box .consign { background: url("../img/top_h2_consign.png") no-repeat 0 0; background-size: 200px 36px; }
main .category-box .pet { background: url("../img/top_h2_pet.png") no-repeat 0 0; background-size: auto 36px; }
main .category-box .access { background: url("../img/top_h2_access.png") no-repeat 0 0; background-size: 211px 36px; }
main .category-box .daihian { background: url("../img/top_h2_daihian.png") no-repeat 0 0; background-size: auto 36px; }

main .category-box .thumb {
	background-color: #FFF;
	border-radius: 5px 5px 0 0;
	margin-top: 12px;
	text-align: center;
	padding: 0;
}
main .category-box > a {
	display: block;
	text-decoration: none;
}
main .category-box .link-more {
	display: block;
	position: relative;
	background-color: #93CE40;
	padding-right: 28px;
	border-radius: 0 0 5px 5px;
	text-align: right;
	line-height: 30px;
	font-size: 0.875rem;
	color: #FFF;
}
main .category-box .link-more::after {
	box-sizing: border-box;
	content: "";
	width: 12px;
	height: 12px;
	margin: auto;
	border: 6px solid transparent;
    border-left: 6px solid #fe0;
	position: absolute;
	top: 0;
	right: 6px;
	bottom: 0;
}

main .image-box {
	width: 280px;
	margin-top: 50px;
}
main .image-box img {
	border-radius: 5px;
}

main .summary {
	background-color: #FFF;
	padding: 80px 0;
}
main .summary .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
main .summary .outline {
	width: 445px;
}
main .summary dl {
	display: flex;
	flex-wrap: wrap;
	padding: 12px;
	line-height: 1.4;
	border-bottom: 2px solid #584949;
}
main .summary dl.noBoder {
	border-bottom: none;
}
main .summary dl dt {
	width: 25%;
}
main .summary dl dt.ruby {
	padding-top: 10px;
}
main .summary dl dd {
	width: 75%;
}
main .summary dl dd a {
	color: #584949;
}
main .summary dl dd a.btn-fb {
	padding-right: 32px;
	line-height: 24px;
	text-decoration: none;
	color: #1877f2;
	position: relative;
}
main .summary dl dd a.btn-fb::after {
	box-sizing: border-box;
	content: "";
	background: url("../img/f_logo.png") no-repeat 0 0;
	background-size: 24px auto;
	width: 24px;
	height: 24px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
main .summary .googlemap {
	width: 445px;
	margin-top: 12px;
}

/* 下層ページ */
main .category-title {
	background-color: #F9F7D4;
	width: 100%;
	height: 220px;
}
main .category-title .inner {
	position: relative;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	height: 220px;
}
main .category-title h1 {
	background-position: 0 50%;
	background-repeat: no-repeat;
	width: 500px;
	height: 50px;
	margin: auto;
	text-indent: -999px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
main .category-about .inner { background-image: url("../img/bg_cat_about.png");  }
main .category-about h1 { background-image: url("../img/h1_about.png"); background-size: 300px 51px; }
main .category-assets .inner { background-image: url("../img/bg_cat_assets.png"); }
main .category-assets h1 { background-image: url("../img/h1_assets.png"); background-size: 300px 51px; }
main .category-schedule .inner { background-image: url("../img/bg_cat_schedule.png"); }
main .category-schedule h1 { background-image: url("../img/h1_schedule.png"); background-size: 202px 51px; }
main .category-ceremony .inner { background-image: url("../img/bg_cat_ceremony.png"); }
main .category-ceremony h1 { background-image: url("../img/h1_ceremony.png"); background-size: 163px 51px; }
main .category-service .inner { background-image: url("../img/bg_cat_service.png"); }
main .category-service h1 { background-image: url("../img/h1_service.png"); background-size: 202px 51px; }
main .category-consign .inner { background-image: url("../img/bg_cat_consign.png"); }
main .category-consign h1 { background-image: url("../img/h1_consign.png"); background-size: 242px 51px; }
main .category-pet .inner { background-image: url("../img/bg_cat_pet.png"); }
main .category-pet h1 { background-image: url("../img/h1_pet.png"); background-size: 242px 51px; }
main .category-access .inner { background-image: url("../img/bg_cat_access.png"); }
main .category-access h1 { background-image: url("../img/h1_access.png"); background-size: 281px 51px; }

main .cnt-block {
	width: 940px;
	margin: 0 auto;
	padding: 50px 10px 0;
	line-height: 2.0;
}
main .cnt-block:last-child {
	padding-bottom: 120px;
}
main .cnt-block h2 {
	font-size: 1.375rem; /* 22px */
	letter-spacing: 0.1rem;
}
main .cnt-block h2 span {
	display: inline-block;
	padding-bottom: 7px;
	position: relative;
}
main .cnt-block h2 span:before {
	content: "";
	background: url("../img/line_orange.png") 0 0 repeat-x;
	width: 100%;
	height: 8px;
	position: absolute;
	left: 0;
	bottom: 0;
}
/*main .cnt-block h2:before {
	content: "";
	background-color: #FF4E50;
	width: 16px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 0;
}*/
main .cnt-block h3 {
	margin-top: 1.25rem;
	font-size: 1.25rem; /* 20px */
}
main .cnt-block h3 span {
	display: inline-block;
	padding-bottom: 7px;
	position: relative;
}
main .cnt-block h3 span:before {
	content: "";
	background: url("../img/line_.gray.png") 0 0 repeat-x;
	width: 100%;
	height: 8px;
	position: absolute;
	left: 0;
	bottom: 0;
}

main .cnt-block h4 {
	margin-top: 1.25rem;
	font-size: 1.125rem; /* 18px */
}
main .cnt-block p {
	margin-top: 1.25rem;
	text-align: justify;
	text-indent: 1rem;
}
main .cnt-block p + h2 {
	margin-top: 50px;
}
main .cnt-block .cnt-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
main .cnt-block h2 + .cnt-row {
	margin-top: 1.25rem;
}
main .cnt-block .cnt-row .cnt-col-text {
	width: 600px;
}
main .cnt-block .cnt-row .cnt-col-text > :first-child {
	margin-top: 0 !important;
}
main .cnt-block .cnt-row .cnt-col-image {
	width: 300px;
}

main small {
	font-size: 0.875rem;
}
main ul {
	margin-top: 1.25rem;
	list-style: none;
}
main h3 + ul {
	margin-top: .5rem;
}
main ul li {
	position: relative;
	padding-left: 1.25rem;
}
main ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #000;
	border-radius: 2px;
	position: absolute;
	top: .85rem;
	left: .5rem;
}

/* Google Map */
main #googlemap {
	margin-top: 1.25rem;
}

/* pagetop */
#pagetop {
	width: 112px;
	height: 112px;
	position: absolute;
	right: 60px;
	bottom: 260px;
	z-index: 1;
}
#pagetop a {
	display: block;
	width: 100%;
	height: 112px;
	line-height: 112px;
	background: url("../img/btn_pagetop.png") 0 0 no-repeat;
	background-size: 112px 112px;
	text-indent: -999px;
	overflow: hidden;
}