@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  基本CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [RESET,FORMAT]
--------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
    font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
	display: block;
}
ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	color: #212121;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
img {
	vertical-align: bottom;
}
ins {
	background-color: #ff9;
	color: #1D1D1D;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #1D1D1D;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 180%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}

/* [SITE FORMAT]
--------------------------------------------------------------------------*/
html, body {
	font-family: 'M PLUS 1p', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 15px;
	height: 100%;
	line-height: 180%;
	color: #1D1D1D;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="submit"],
textarea,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
}
select {
	background: none;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: none;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
	margin-top: -1px;
	cursor: pointer;
}
input[type="submit"],
button {
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
button:hover {
	background: #1488ff;
}
label {
	cursor: pointer;
}
header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
header div.pkg-h1 {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	height: 30px;
	display: flex;
	flex-wrap: wrap;
}
header div.pkg-h1 h1 {
	font-size: 10px;
	color: #fff;
	line-height: 100%;
	width: 70%;
	padding: 10px 0 10px 0;
	font-weight: normal;
	width: 100%;
}
header div.pkg-white {
	width: 100%;
	padding: 10px 20px 0 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 73px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 100;
	display: flex;
	transition: .8s;
}
#logo {
	width: 15%;
	height: auto;
	display: block;
	z-index: 1;
}
.logo-pc {
	display: block;
}
.logo-sp {
	display: none;
}
#logo img {
	width: 100%;
	height: auto;
	max-width: 100px;
}
#menu {
	position: absolute;
	display: none;
	width: 65px;
	height: 65px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0;
	margin: 0;
	line-height: 0;
	color: #251101;
	text-align: center;
	font-size: 10px;
	top: 0;
	right: 0;
}
#menu i {
	height: 65px;
	line-height: 65px;
}
#menu i:first-child {
	display: block;
}
#menu i:nth-child(2) {
	display: none;
}
nav#nav-main {
	width: 94%;
}
nav#nav-main ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-start;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
nav#nav-main ul li {
	height: 28px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 15px;
	margin: 5px 0;
}
nav#nav-main ul li:nth-child(5) {
	margin-right: 15px;
}	
nav#nav-main ul li a {
	width: 100%;
	position: relative;
	display: block;
	line-height: 28px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
	padding-bottom: 30px;
	color: #fff;
}
nav#nav-main ul li a:before,
nav#nav-main ul li a:after {
	position: absolute;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav#nav-main ul li a:before {
	bottom: 30px;
	display: block;
	height: 1px;
	width: 0;
	content: "";
	background-color: #fff;
}
nav#nav-main ul li a:after {
	left: 0;
	top: 0;
	padding: 0;
	position: absolute;
	color: #ffffff;
	white-space: nowrap;
	max-width: 0%;
	overflow: hidden;
}
nav#nav-main ul li a:hover:before,
nav#nav-main ul li .current a:before {
	opacity: 1;
	width: 100%;
}
nav#nav-main ul li a:hover:after,
nav#nav-main ul li .current a:after {
	max-width: 100%;
}
nav#nav-main ul li div {
	background: #251101;
	position: absolute;
	width: 100%;
	left: 0;
	display: none;
	margin: 0;
	padding: 40px 0 40px 0;
	z-index: 50;
	top: 103px;
}
nav#nav-main ul li div .sub,
.conts-fixed nav#nav-main ul li div .sub {
	max-width: 1200px;
	height: auto;
	justify-content: flex-start;
	align-items: stretch;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
nav#nav-main ul li div .sub li,
.conts-fixed nav#nav-main ul li div .sub li {
	width: 49%;
	height: auto;
	padding: 20px 10px 20px 20px;
	margin: 0 0.5% 0.5% 0;
	border: 1px solid #fff;
}
nav#nav-main ul li div .sub li a {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	padding: 0 20px;
	margin: 0;
}
nav#nav-main ul li div .sub li a i {
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 14px;
	color: #fff;
}
nav#nav-main ul li div .sub li a:before,
nav#nav-main ul li div .sub li a:after {
	position: inherit;
	-webkit-transition: inherit;
	transition: inherit;
}
nav#nav-main ul li div .sub li a:before,
nav#nav-main ul li div .sub li a:before {
	bottom: 20px;
	display: block;
	height: 1px;
	width: 0;
	content: "";
	background-color: #1D1D1D;
}
nav#nav-sp {
	position: absolute;
	width: 100%;
	height: 100vh;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	top: 65px;
	z-index: 1;
}
nav#nav-sp,
nav#nav-sp ul li div {
	display: none;
}
nav#nav-sp ul li {
	position: relative;
}
nav#nav-sp ul li:last-child div {
	display: block;
	padding: 40px 20px 100px 20px;
}
nav#nav-sp ul a {
	width: 100%;
	min-height: 60px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #212121;
	padding: 18px 100px 18px 20px;
	border-bottom: solid 1px #eee;
}
nav#nav-sp ul span {
	position: absolute;
	display: block;
	width: 80px;
	height: 60px;
	color: #251101;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	top: 0;
	right: 0;
	z-index: 4;
	cursor: pointer;
}
nav#nav-sp ul span i {
	line-height: 60px;
}
nav#nav-sp ul span i:first-child {
	display: block;
}
nav#nav-sp ul span i:nth-child(2) {
	display: none;
}
nav#nav-sp ul li div {
	background: #251101;
}
nav#nav-sp ul li div ul a {
	position: relative;
}
nav#nav-sp ul li div ul a i {
	position: absolute;
	display: block;
	width: 80px;
	height: 60px;
	color: #1D1D1D;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	top: 0;
	right: 0;
	z-index: 4;
	cursor: pointer;
	font-size: 15px;
	line-height: 60px;
	vertical-align: middle;
	padding-right: 0;
	color: #fff;
}
nav#nav-sp ul li div ul li a {
	background: none;
	color: #FFF;
}
nav#nav-sp ul li:last-child div ul li {
	border-bottom: none;
	margin-bottom: 20px;
}
nav#nav-sp ul li:last-child div ul li a {
	min-height: inherit;
	height: auto;
	line-height: normal;
	font-size: 14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0;
	border-bottom: none;
	text-align: center;
}
nav#nav-sp ul li:last-child div ul li:nth-child(4) {
	margin-bottom: 40px;
}
nav#nav-sp ul li:last-child div ul li:nth-last-child(2),
nav#nav-sp ul li:last-child div ul li:last-child {
	margin-bottom: 20px;
}
nav#nav-sp ul li:last-child div ul li:nth-last-child(2) a,
nav#nav-sp ul li:last-child div ul li:last-child a {
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	text-align: center;
	color: #FFF;
	padding: 0;
	font-weight: bold;
}
nav#nav-sp ul li:last-child div ul li:nth-last-child(2) a {
	background: #005ee7;
}
nav#nav-sp ul li:last-child div ul li:last-child a {
	background: #f9be00;
}
#nav-sub-sp {
	display: none;
}
nav#nav-main ul .cv-btn {
	display: none;
}
nav#nav-main ul .cv-btn {
	display: block;
	background-image: linear-gradient(90deg, rgba(207,46,146, 1), rgba(242,105,57, 1) 50%, rgba(255,221,131, 1));
	padding: 10px;
}
nav#nav-main ul .cv-btn a {
	line-height: 9px;
	color: #fff;
	padding-bottom: 0;
	font-size: 13px;
}
nav#nav-main ul .cv-btn a:before {
	content: none;
}
.conts-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.conts-fixed.pkg-white {
	height: 75px;
	padding: 19px 20px 20px 20px;
	background: #fff;
}
.conts-fixed nav#nav-main {
	width: 90%;
}
.conts-fixed nav#nav-main ul li a {
	padding-bottom: 17px;
	color: #212121;
}
.conts-fixed nav#nav-main ul li div {
	top: 65px;
}
.conts-fixed nav#nav-main ul li a:before {
	bottom: 15px;
	background-color: #251101;
}
.conts-fixed nav#nav-main ul .cv-btn {
	display: block;
	background-image: linear-gradient(90deg, rgba(207,46,146, 1), rgba(242,105,57, 1) 50%, rgba(255,221,131, 1));
	padding: 10px;
}
.conts-fixed nav#nav-main ul .cv-btn a {
	line-height: 9px;
	color: #fff;
	padding-bottom: 0;
	font-size: 13px;
}
.conts-fixed nav#nav-main ul .cv-btn a:before,
.conts-fixed nav#nav-main ul .cv-btn a:after {
	display: none;
}
.conts-fixed nav#nav-main ul li:nth-last-child(5) {
	margin-right: 10px;
}
a[href^="tel:"] {
    pointer-events: none;
}
footer {
	border-top: 1px solid #eee;
	padding-bottom: 89px;
}
footer .f-logo {
	width: 200px;
	padding-bottom: 60px;
	margin: 0 auto;
}
footer .f-logo img {
	width: 100%;
	height: 100px;
}
footer .flx-wrap {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	margin-bottom: 40px;
	justify-content: space-between;
}
footer .flx-wrap ul {
	width: 24%;
	font-size: 12px;
}
footer .flx-wrap ul:last-child {
	margin-right: 0%;
}
footer .flx-wrap ul li:first-child {
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 10px;
	color: #251101;
}
footer .flx-wrap ul li:first-child a {
	color: #251101;
}
footer #copyright {
	line-height: 100%;
	font-size: 10px;
	color: #212121;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}
.back_top a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #251101;
	color: #fff;
	font-size: 14px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	display: block;
	position: fixed;
	right: 20px;
	bottom: 100px;
	z-index: 3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.back_top a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.line-contact {
	display: block;
	position: fixed;
	bottom: 0;
	background: #fff;
	z-index: 10;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.line-contact ul {
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 20px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	justify-content: center;
}
.line-contact ul li {
	width: 49%;
}
.line-contact ul li a {
	width: 100%;
	color: #fff;
	display: inline-block;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.line-contact ul li.line-btn a {
	background-image: linear-gradient(90deg, rgba(207,46,146, 1), rgba(242,105,57, 1) 50%, rgba(255,221,131, 1));
}
.line-contact ul li.pnf-btn a {
	background: #251101
}
#breadcrumbs {
    background: #fff;
    padding: 15px 0;
}
#breadcrumbs div {
    width: 100%;
    max-width: 1020px;
    color: #999;
    text-align: left;
    margin: 0 auto;
    overflow-x: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 10px;
}
#breadcrumbs div span {
    display: table-cell;
    white-space: nowrap;
}
#breadcrumbs div a {
    line-height: 100%;
    margin-right: 5px;
    padding-right: 5px;
    color: #212121;
    border-right: solid 1px #212121;
}
.wp-pagenavi {
    margin-top: 40px;
}
.wp-pagenavi .current,
.wp-pagenavi .pages {
    font-size: 14px;
    padding: 11px 14px;
    color: #fff;
    background: #251101;
    border: 1px solid #251101;
    border-radius: 50px;
    margin-right: 10px;
}
.wp-pagenavi .inactive {
    font-size: 14px;
    padding: 11px 14px;
    background: #fff;
    border: 1px solid #251101;
    border-radius: 50px;
    margin-right: 10px;
    color: #251101;
    transition: 0.8s;
}
.wp-pagenavi .inactive:hover {
    background: #251101;
    color: #fff;
    transition: 0.8s;
}
.wp-pagenavi a {
    padding: 0 20px 0 10px;
    color: #251101;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	color: #212121;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
a:hover {
	opacity: 0.6;
}
.sns-li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 120px;
	margin: 0 auto;
	padding: 40px 0 40px;
}
.sns-li li {
	width: 30px;
	height: 30px;
	margin-right: 15px;
}
.sns-li li img {
	width: 100%;
	height: auto;
}
.sns-li li a {
	display: block;
}
.sns-li li:last-child {
	margin-right: 0;
}