@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body {
	background: #fff none;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6;
	color: #333;
	letter-spacing: 0;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a.tdn:hover {
	text-decoration: none;
}
.bgc_cream {
	background-color: #fdf2e7;
}
@media screen and (min-width: 767px) {
	.width01 {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
}

/* ---------------------------------------------------------------- wrapper ---- */

#wrapper {
	overflow: hidden;
}
@media screen and (min-width: 767px) {
	#wrapper {
		min-width: 1024px;
	}
	.link_pp {
		transition: 0.3s ease;
		position: relative;
	}
	.link_pp::after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 0;
		height: 1px;
		background-color: #9e01a5;
		transition: 0.3s ease;
	}
	.link_pp:hover::after {
		width: 100%;
	}
}

/* ---------------------------------------------------------------- header ---- */

#header {}
.header-inner {
	padding: 13px 0;
}
.header-logo {
	display: inline-block;
	position: relative;
	background: url(../img/header/logo.png) center /100% no-repeat;
	width: 260px;
	height: 44px;
}
.header-catch {
	display: inline-block;
	position: relative;
	background: url(../img/header/img_01.png) center /100% no-repeat;
	width: 360.5px;
	height: 50px;
}

.header-nav {
	background-color: #f9f5f1;
	border-bottom: 3px solid #86148b;
}
.header-nav-list {
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}
.header-nav-list__item {
	border-left: 1px solid #333;
	flex: 1 1 0%;
	margin: 10px 0;
}
@media screen and (min-width: 767px) {
	.header-nav-list__item:nth-child(9) {
		border-right: 1px solid #333;
	}
}
.header-nav-list__item__link {
	position: relative;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 19px;
	text-align: center;
	height: 37px;
	vertical-align: middle;
	padding: 0px 0px;
	transition: 0.3s ease;
}
.header-logo-link {
	display: inline-block;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 767px) {
	.header-nav-list__item__link:hover, .header-nav-item--current {
		color: #6c1670;
		font-weight: 500;
		transition: 0.3s ease;
	}
}

/* ---------------------------------------------------------------- main ---- */

#main {}
.box_ttl {
	width: 331px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: center;
	background: url(../img/ttl_01.jpg) center /100% no-repeat;
	margin-left: auto;
	margin-right: auto;
}
/* ---------------------------------------------------------------- box ---- */
.mainbox{
	width: 1000px;
	height: 280px;
	display: flex;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.main-ttlarea{
	width: 320px;
	height: 280px;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: url(../img/bg_01.jpg) center /100% no-repeat;
}
.ttlarea__ttl{
	font-size: 28px;
	line-height: 39px;
	color: #fff;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.ttlarea--sub{
	color: #e2d8ea;
	font-size: 13px;
	letter-spacing: 0.25em;
	font-weight: bold;
}
.ttlarea-icon{
	display: inline-block;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 25px;
}
.main-imgarea{
	width: 680px;
	height: 280px;
	position: relative;
}


/* ---------------------------------------------------------------- contactbox ---- */

.contact-bnr{
	width: 1000px;
	margin: 80px auto 20px;
}
.contact-bnr__link{
	display: block;
}
.contact_box {
	margin-top: 80px;
	font-size: 0;
	padding-bottom: 80px;
	text-align: center;
}
.contact_box-item {
	width: 490px;
	height: 236px;
	display: inline-block;
}
/* .contact_box-item:first-child {
	margin-right: 20px;
} */
.contact_box-item--gr {
	background-color: #ed6d00;
}
.contact_box-item--pp {
	background-color: #6c1670;
}
.contact_box-item__ttl {
	color: #fff;
	letter-spacing: 0.1em;
	font-size: 20px;
	text-align: center;
	line-height: 1em;
	margin: 20px 0;
}
.contact_box-item-inner {
	background-color: #fff;
	padding: 27px 0px 10px;
	margin: 0 10px 10px;
	height: 167px;
}
.contact_box-item-img01 {
	width: 409px;
	height: 130.5px;
}
.contact_box-item-img02 {
	width: 398.5px;
	height: 124.5px;
}
.contact_box__link {
	color: #9e01a5;
}

/* ---------------------------------------------------------------- パンくず ---- */

.breadcrumbs {
	font-size: 0;
	padding: 16px 0;
}
.breadcrumbs-item {
	color: #5d5d5d;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 1em;
	display: inline-block;
}
.breadcrumbs-item:not(:last-child)::after {
	content: '>';
	position: relative;
	display: inline-block;
	margin: 0 3px;
}
.breadcrumbs-item__link {
	transition: 0.3s ease;
}
.breadcrumbs-item__link:hover {
	color: #9e01a5;
	transition: 0.3s ease;
}

/* ---------------------------------------------------------------- footer ---- */
/* ページトップへ戻る */

.pageTop {
	display: none;
	position: relative;
	height: 0;
	margin: 0 auto;
}
.pageTop a {
	position: fixed;
	bottom: 0;
	right: 0;
	display: block;
	width: 70px;
	height: 70px;
	background: #000;
	text-align: center;
	outline: none;
	text-decoration: none;
	z-index: 1000;
	transition: 0.3s ease;
}
.pageTop a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 11px 7.5px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
@media screen and (min-width: 768px) {
	.pageTop a:hover {
		background: #6c1670;
		transition: 0.3s ease;
	}
	.pageTop a:hover:before {
		border-bottom: 10px solid #6c1670;
		transition: 0.3s ease;
	}
}
#footer {
	background-color: #fffaf5;
}
.footer-logoarea {
	background-color: #fdf2e7;
	text-align: center;
	padding: 10px 0;
}
.footer-inner {
	padding: 30px 0 40px;
}
.footer-nav-list {
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}
.footer-nav-item {
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
}
.footer-nav-item__dt {
	color: #000000;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.1em;
	position: relative;
	padding-left: 15px;
}
.footer-nav-item__dt:before {
	content: '\f0da';
	font-family: fontawesome;
	display: inline-block;
	position: absolute;
	left: 0;
	color: #6c1670;
}
.footer-nav-item__dd {
	color: #868686;
	font-size: 13px;
	padding-left: 15px;
}
.footer-copy {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.1em;
	background-color: #6c1670;
	text-align: center;
	line-height: 1em;
	padding: 24px 0;
}
@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP Style ---- */
	html, body {
		font-size: 14px;
	}
	#wrapper {
		width: 100%;
	}
	/* ---------------------------------------------------------------- header ---- */
	#header {
		height: 65px;
		position: relative;
	}
	.header-inner {
		width: calc(100% - 65px);
		-webkit-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		min-width: inherit;
		margin-left: 0;
		padding: 0 0 0 15px;
		height: 100%;
	}
	.header-logo {
		width: 170px;
		height: 29px;
		margin-right: 15px;
	}
	.header-catch {
		width: 27.5px;
		height: 37px;
		background: url(../img/header/sp/img_01.png) center /100% no-repeat;
	}
	/* ---------------------------------------------------------------- header ---- */
	.header-nav {
		z-index: 999;
		position: absolute;
		top: 65px;
		right: 0;
		width: 100%;
		background-color: rgb(255, 255, 255);
		border-bottom: none;
	}
	.header-nav-list {
		width: 100%;
		height: 100%;
		display: block;
		border-bottom: 1px solid rgb(216, 203, 218);
	}
	.header-nav-list__item {
		border-left: none;
		width: 100%;
		border-top: 1px solid rgb(216, 203, 218);
		margin: 0;
	}
	/* ---------------------- 下位ページ ---- */
	.header-nav-list__item.dn-w {
		background-color: #fffaf5;
		border-top: none;
	}
	.header-nav-list__item.dn-w .header-nav-list__item__link {
		color: #9b9b9b;
		padding-left: 30px;
		font-size: 12px;
	}
	.header-nav-list__item.dn-w .header-nav-list__item__link:before {
		content: none;
	}
	.header-nav-list__item__link {
		display: block;
		font-size: 13px;
		letter-spacing: 0;
		padding: 13px 20px;
		width: 100%;
		text-align: left;
		height: 100%;
	}
	.header-nav-list__item__link:after {
		content: '\f105';
		font-family: fontawesome;
		display: inline-block;
		position: absolute;
		right: 18px;
		color: rgb(108, 22, 112);
		margin-right: 5px;
	}
	.header-nav-list__item__link:before {
		content: '\f0da';
		font-family: fontawesome;
		display: inline-block;
		position: relative;
		left: 0;
		color: rgb(108, 22, 112);
		margin-right: 5px;
	}
	/* ---------------------------------------------------------------- 閉じるボタン ---- */
	.header-closebtn {
		display: block;
		width: 100%;
		background-color: #6c1670;
		height: 45px;
		position: relative;
		text-align: center;
		font-size: 30px;
		line-height: 45px;
		color: rgb(255, 255, 255);
	}
	/* ---------------------------------------------------------------- box02 ---- */
	.btn-menu, .btn-menu span {
		display: inline-block;
		transition: all .3s;
	}
	.btn-menu {
		position: absolute;
		width: 65px;
		height: 65px;
		top: 0;
		right: 0;
		color: #fff;
		background-color: #6c1670;
	}
	.btn-menu span {
		position: absolute;
		left: 0;
		width: 28px;
		height: 2px;
		background-color: #fff;
		right: 0;
		margin: auto;
	}
	.btn-menu span:nth-of-type(1) {
		top: 16px;
	}
	.btn-menu span:nth-of-type(2) {
		top: 24.5px;
	}
	.btn-menu span:nth-of-type(3) {
		top: 34px;
	}
	.btn-menu-img {
		width: 27.5px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		bottom: 11px;
		left: 0;
		right: 0;
		position: absolute;
	}
	/* ---------------------------------------------------------------- animation ---- */
	.btn-menu span:nth-of-type(2)::after {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background-color: #fff;
		border-radius: 4px;
		transition: all .4s;
	}
	.btn-menu.active span:nth-of-type(1) {
		transform: translateY(20px) scale(0);
	}
	.btn-menu.active span:nth-of-type(2) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		height: 1px;
	}
	.btn-menu.active span:nth-of-type(2)::after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.btn-menu.active span:nth-of-type(3) {
		transform: translateY(-20px) scale(0);
	}
	.btn-menu-txt {
		position: absolute;
		left: 2px;
		right: 0;
		margin: 0 auto;
		bottom: 7px;
		text-align: center;
		font-size: 11px;
		letter-spacing: 0.05em;
	}
	/* ---------------------------------------------------------------- box02 ---- */
	.box_ttl {
		width: 194px;
		height: 38px;
		line-height: 38px;
		letter-spacing: 0.025em;
		background: url(../img/ttl_01.jpg) center /cover no-repeat;
		font-size: 14px;
	}
	/* ---------------------------------------------------------------- box ---- */
	.mainbox{
		width: 100%;
		height: auto;
		display: block;
	}
	.main-ttlarea{
		width: 100%;
		min-height: 65px;
		flex-direction: row;
		height: auto;
		background: url(../img/sp/bg_01.jpg) center /cover no-repeat;
	}
	.ttlarea__ttl{
		font-size: 17.5px;
		line-height: 19.5px;
		letter-spacing: 0em;
		margin-bottom: 0;
	}
	.ttlarea--sub{
		display: none;
	}
	.ttlarea-icon{
		margin-bottom: 0;
		margin-right: 10px;
	}
	.main-imgarea{
		width: 100%;
		height: 0;
		padding-top: 41.1580595%;
	}
	/* ---------------------------------------------------------------- box02 ---- */
	.contact-bnr{
		margin-top: 30px;
		width: calc(100% - 30px);
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 10px;
	}
	.contact-bnr__link{
		display: block;
	}
	.contact_box {
		width: calc(100% - 30px);
		margin: 30px auto 0;
		padding-bottom: 30px;
	}
	.contact_box-item {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		padding-bottom: 6px;
	}
	.contact_box-item:first-child {
		margin: 0 auto 10px;
	}
	.contact_box-item-inner {
		padding: 12px 0 6px;
		margin: 0 10px 0;
		height: auto;
	}
	.contact_box-item__ttl {
		letter-spacing: 0.05em;
		font-size: 12px;
		margin: 0;
		padding: 12px 0;
	}
	.contact_box-item-img01 {
		width: 242.5px;
		height: 77.5px;
	}
	.contact_box-item-img02 {
		width: 236px;
		height: 74px;
	}
	/* ---------------------------------------------------------------- パンくず ---- */
	.breadcrumbs {
		display: none;
	}
	/* ---------------------------------------------------------------- ページトップ ---- */
	.pageTop a {
		width: 50px;
		height: 50px;
	}
	.pageTop a:after {
		border-width: 0 5.5px 9px 5.5px;
	}
	/* ---------------------------------------------------------------- box02 ---- */
	.footer-logo__link {
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.footer-logoarea {
		padding: 18px 0;
	}
	.footer-logoarea .header-logo {
		width: 239px;
		height: 40px;
		margin: 0 auto;
		display: block;
	}
	.footer-inner {
		padding: 0;
	}
	.footer-nav-item {
		display: block;
		width: 100%;
		vertical-align: middle;
		margin-right: 0;
	}
	.footer-nav-item dl {
		border-bottom: 1px solid #d8cbda;
	}
	.footer-nav-item__dt {
		font-size: 13px;
		letter-spacing: 0.05em;
		padding-left: 0;
	}
	.footer-nav-item__dt a, .footer-nav-item__dd a {
		padding: 11.5px 15px;
		position: relative;
		display: block;
	}
	.footer-nav-item__dt a.dn-n{
		display: none;
	}
	.footer-nav-item__dd a {
		padding-left: 25px;
	}
	.footer-nav-item__dt a:after, .footer-nav-item__dd a:after {
		content: '\f105';
		font-family: fontawesome;
		display: inline-block;
		position: absolute;
		right: 18px;
		color: #6c1670;
		margin-right: 5px;
	}
	.footer-nav-item__dt:before {
		content: none;
	}
	.footer-nav-item__dt a:before, .footer-nav-item__dd a:before {
		content: '\f0da';
		font-family: fontawesome;
		display: inline-block;
		position: relative;
		left: 0;
		color: #6c1670;
		margin-right: 5px;
	}
	.footer-nav-item__dd {
		background-color: #fffaf5;
		color: #000000;
		font-size: 12px;
		padding-left: 0;
	}
	.footer-copy {
		font-size: 10px;
		letter-spacing: 0.05em;
		background-color: #6c1670;
		line-height: 17.5px;
		padding: 15px 0;
	}
}
